diff --git a/wwwjuba/.htaccess b/wwwjuba/.htaccess index d1929af..06f469a 100644 --- a/wwwjuba/.htaccess +++ b/wwwjuba/.htaccess @@ -1,7 +1,7 @@ RewriteEngine On -RewriteBase / +RewriteBase /home/oameye/jubaboxweb/wwwjuba/ #Removes access to the system folder by users. #Additionally this will allow you to create a System.php controller, diff --git a/wwwjuba/app-assets/css/bootstrap-extended.css b/wwwjuba/app-assets/css/bootstrap-extended.css new file mode 100644 index 0000000..d6fb98b --- /dev/null +++ b/wwwjuba/app-assets/css/bootstrap-extended.css @@ -0,0 +1,5087 @@ +/*======================================================== + DARK LAYOUT +=========================================================*/ +a:focus +{ + outline: none; +} + +.font-small-1 +{ + font-size: .7rem !important; +} + +.font-small-2 +{ + font-size: .8rem !important; +} + +.font-small-3 +{ + font-size: .9rem !important; +} + +.font-medium-1 +{ + font-size: 1.1rem !important; +} + +.font-medium-2 +{ + font-size: 1.2rem !important; +} + +.font-medium-3 +{ + font-size: 1.3rem !important; +} + +.font-medium-4 +{ + font-size: 1.4rem !important; +} + +.font-medium-5 +{ + font-size: 1.5rem !important; +} + +.font-large-1 +{ + font-size: 2rem !important; +} + +.font-large-2 +{ + font-size: 3rem !important; +} + +.font-large-3 +{ + font-size: 4rem !important; +} + +.font-large-4 +{ + font-size: 5rem !important; +} + +.font-large-5 +{ + font-size: 6rem !important; +} + +.text-bold-300 +{ + font-weight: 300; +} + +.text-bold-400 +{ + font-weight: 400; +} + +.text-bold-500 +{ + font-weight: 500; +} + +.text-bold-600 +{ + font-weight: 600; +} + +.text-bold-700 +{ + font-weight: 700; +} + +.text-italic +{ + font-style: italic; +} + +.text-highlight +{ + padding: 4px 6px; +} + +code +{ + font-size: 90%; + + padding: .1rem .4rem; + + color: #e83e8c; + border-radius: .25rem; + background-color: #eee; +} + +pre +{ + background-color: #f7f7f9; +} +pre code +{ + background-color: transparent !important; +} + +.bd-example-row .row + .row +{ + margin-top: 1rem; +} + +.bd-example-row .row > .col, +.bd-example-row .row > [class^='col-'] +{ + padding-top: .75rem; + padding-bottom: .75rem; + + border: 1px solid rgba(86, 61, 124, .2); + background-color: rgba(86, 61, 124, .15); +} + +.bd-example-row .flex-items-top, +.bd-example-row .flex-items-middle, +.bd-example-row .flex-items-bottom +{ + min-height: 6rem; + + background-color: rgba(255, 0, 0, .1); +} + +.bd-example-row-flex-cols .row +{ + min-height: 10rem; + + background-color: rgba(255, 0, 0, .1); +} + +.bd-highlight +{ + border: 1px solid rgba(86, 61, 124, .15); + background-color: rgba(86, 61, 124, .15); +} + +.example-container +{ + width: 800px; + width: 100%; + margin-right: auto; + margin-left: auto; + padding-right: 14px; + padding-left: 14px; +} + +.example-row +{ + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + + margin-right: -14px; + margin-left: -14px; + + -webkit-flex-wrap: wrap; + -ms-flex-wrap: wrap; + flex-wrap: wrap; +} + +.example-content-main +{ + position: relative; + + width: 100%; + padding-right: 14px; + padding-left: 14px; +} +@media (min-width: 576px) +{ + .example-content-main + { + max-width: 50%; + + -webkit-box-flex: 0; + -webkit-flex: 0 0 50%; + -moz-box-flex: 0; + -ms-flex: 0 0 50%; + flex: 0 0 50%; + } +} +@media (min-width: 992px) +{ + .example-content-main + { + max-width: 66.66667%; + + -webkit-box-flex: 0; + -webkit-flex: 0 0 66.66667%; + -moz-box-flex: 0; + -ms-flex: 0 0 66.66667%; + flex: 0 0 66.66667%; + } +} + +.example-content-secondary +{ + position: relative; + + width: 100%; + padding-right: 14px; + padding-left: 14px; +} +@media (min-width: 576px) +{ + .example-content-secondary + { + max-width: 50%; + + -webkit-box-flex: 0; + -webkit-flex: 0 0 50%; + -moz-box-flex: 0; + -ms-flex: 0 0 50%; + flex: 0 0 50%; + } +} +@media (min-width: 992px) +{ + .example-content-secondary + { + max-width: 33.33333%; + + -webkit-box-flex: 0; + -webkit-flex: 0 0 33.33333%; + -moz-box-flex: 0; + -ms-flex: 0 0 33.33333%; + flex: 0 0 33.33333%; + } +} + +.table-white-space th, +.table-white-space td +{ + white-space: nowrap; +} + +.table thead th +{ + vertical-align: top; +} + +.table th, +.table td +{ + padding: 1rem; + + vertical-align: middle; +} + +.table th +{ + font-size: .85rem; +} + +.table-inverse +{ + color: #fff; + background-color: #00cfe8; +} + +.table-hover-animation +{ + background-color: #f8f8f8; +} +.table-hover-animation thead th +{ + border-top: 2px solid #f8f8f8; + border-bottom: 0; + background-color: #fff; +} +.table-hover-animation th, +.table-hover-animation td +{ + border: 0; +} +.table-hover-animation tbody tr +{ + -webkit-transition: all .25s ease; + -moz-transition: all .25s ease; + -o-transition: all .25s ease; + transition: all .25s ease; + + background-color: #fff; +} +.table-hover-animation tbody tr:hover +{ + -webkit-transform: translateY(-4px); + -moz-transform: translateY(-4px); + -ms-transform: translateY(-4px); + -o-transform: translateY(-4px); + transform: translateY(-4px); +} + +@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) +{ + .table-hover-animation tr:hover + { + border-bottom-color: #f8f8f8; + } +} + +.form-control::-webkit-input-placeholder +{ + font-size: .85rem; + + -webkit-transition: all .2s ease; + -moz-transition: all .2s ease; + -o-transition: all .2s ease; + transition: all .2s ease; + + color: rgba(34, 41, 47, .4); +} + +.form-control:-moz-placeholder +{ + font-size: .85rem; + + -webkit-transition: all .2s ease; + -moz-transition: all .2s ease; + -o-transition: all .2s ease; + transition: all .2s ease; + + color: rgba(34, 41, 47, .4); +} + +.form-control::-moz-placeholder +{ + font-size: .85rem; + + -webkit-transition: all .2s ease; + -moz-transition: all .2s ease; + -o-transition: all .2s ease; + transition: all .2s ease; + + color: rgba(34, 41, 47, .4); +} + +.form-control:-ms-input-placeholder +{ + font-size: .85rem; + + -webkit-transition: all .2s ease; + -moz-transition: all .2s ease; + -o-transition: all .2s ease; + transition: all .2s ease; + + color: rgba(34, 41, 47, .4); +} + +.form-control::placeholder +{ + font-size: .85rem; + + -webkit-transition: all .2s ease; + -moz-transition: all .2s ease; + -o-transition: all .2s ease; + transition: all .2s ease; + + color: rgba(34, 41, 47, .4); +} + +.form-control:-ms-input-placeholder +{ + color: #c5c5c5; +} + +.form-control:focus::-webkit-input-placeholder +{ + -webkit-transition: all .2s ease; + -moz-transition: all .2s ease; + -o-transition: all .2s ease; + transition: all .2s ease; + -webkit-transform: translate(5px); + transform: translate(5px); +} + +.form-control:focus:-moz-placeholder +{ + -webkit-transition: all .2s ease; + -moz-transition: all .2s ease; + -o-transition: all .2s ease; + transition: all .2s ease; + -moz-transform: translate(5px); + transform: translate(5px); +} + +.form-control:focus::-moz-placeholder +{ + -webkit-transition: all .2s ease; + -moz-transition: all .2s ease; + -o-transition: all .2s ease; + transition: all .2s ease; + -moz-transform: translate(5px); + transform: translate(5px); +} + +.form-control:focus:-ms-input-placeholder +{ + -webkit-transition: all .2s ease; + -moz-transition: all .2s ease; + -o-transition: all .2s ease; + transition: all .2s ease; + -ms-transform: translate(5px); + transform: translate(5px); +} + +.form-control:focus::placeholder +{ + -webkit-transition: all .2s ease; + -moz-transition: all .2s ease; + -o-transition: all .2s ease; + transition: all .2s ease; + -webkit-transform: translate(5px); + -moz-transform: translate(5px); + -ms-transform: translate(5px); + -o-transform: translate(5px); + transform: translate(5px); +} + +.form-control:focus ~ .form-control-position i +{ + color: #7367f0; +} + +/* Form specific Scss */ +label +{ + font-size: .85rem; + + margin-bottom: 0; + padding-left: .2rem; + + color: #464646; +} + +textarea.form-control +{ + font-size: 1rem; + line-height: 1.6rem; +} + +.form-group +{ + margin-bottom: 1.5rem; +} + +.form-control +{ + color: #5f5f5f; + border: 1px solid #d9d9d9; +} + +.form-section +{ + line-height: 3rem; + + margin-bottom: 20px; + + color: #b8c2cc; + border-bottom: 1px solid #b8c2cc; +} +.form-section i +{ + font-size: 20px; + + margin-right: 10px; + margin-left: 5px; +} + +/* .form-body{ + overflow: hidden; +} */ +.form-actions +{ + margin-top: 20px; + padding: 20px 0; + + border-top: 1px solid #dfdfdf; +} +.form-actions.filled +{ + background-color: #f8f8f8; +} +.form-actions.center +{ + text-align: center; +} +.form-actions.right +{ + text-align: right; +} +.form-actions.top +{ + margin-top: 0; + margin-bottom: 20px; + + border-top: 0; + border-bottom: 1px solid #dfdfdf; +} +@media (max-width: 767.98px) +{ + .form-actions .buttons-group + { + float: left !important; + + margin-bottom: 10px; + } +} + +@media (min-width: 576px) +{ + .form-horizontal .form-group .label-control + { + text-align: right; + } +} + +.form-control.form-control-lg +{ + padding: 1rem; +} +.form-control.form-control-lg::-webkit-input-placeholder +{ + font-size: 1.25rem; +} +.form-control.form-control-lg:-moz-placeholder +{ + font-size: 1.25rem; +} +.form-control.form-control-lg::-moz-placeholder +{ + font-size: 1.25rem; +} +.form-control.form-control-lg:-ms-input-placeholder +{ + font-size: 1.25rem; +} +.form-control.form-control-lg::placeholder +{ + font-size: 1.25rem; +} + +.form-control.form-control-sm +{ + padding: .6rem; +} +.form-control.form-control-sm::-webkit-input-placeholder +{ + font-size: .7rem; +} +.form-control.form-control-sm:-moz-placeholder +{ + font-size: .7rem; +} +.form-control.form-control-sm::-moz-placeholder +{ + font-size: .7rem; +} +.form-control.form-control-sm:-ms-input-placeholder +{ + font-size: .7rem; +} +.form-control.form-control-sm::placeholder +{ + font-size: .7rem; +} + +.custom-file-label +{ + padding: .4rem .7rem; +} +.custom-file-label::after +{ + height: auto; + padding: .4rem .7rem; +} + +select.form-control:not([multiple='multiple']) +{ + padding-right: 1.5rem; + + background-image: url('../../app-assets/images/pages/arrow-down.png'); + background-repeat: no-repeat; + background-position: -webkit-calc(100% - 12px) 13px, -webkit-calc(100% - 20px) 13px, 100% 0; + background-position: -moz-calc(100% - 12px) 13px, -moz-calc(100% - 20px) 13px, 100% 0; + background-position: calc(100% - 12px) 13px, calc(100% - 20px) 13px, 100% 0; + -webkit-background-size: 12px 12px, 10px 10px; + background-size: 12px 12px, 10px 10px; + + -webkit-appearance: none; + -moz-appearance: none; +} + +.custom-select +{ + -moz-appearance: none; + -webkit-appearance: none; +} + +.input-group-addon +{ + border-color: #babfc7; + background-color: #eceff1; +} + +.custom-control-label::before, +.custom-control-label::after +{ + top: .08rem; + + width: 1.143rem; + height: 1.143rem; +} + +.custom-control-input:not(:disabled):active ~ .custom-control-label::before +{ + border-color: #7367f0; + background-color: #7367f0; +} + +/* Floating label Group */ +.form-label-group +{ + position: relative; + + margin-bottom: 1.5rem; +} +.form-label-group .form-control-lg ~ label +{ + font-size: 1.25rem; + + padding: 1rem; +} +.form-label-group .form-control-sm ~ label +{ + font-size: .7rem; +} +.form-label-group > label +{ + font-size: .85rem; + + position: absolute; + top: 0; + left: 0; + + display: block; + + padding: .6rem; + + -webkit-transition: all .25s ease-in-out; + -moz-transition: all .25s ease-in-out; + -o-transition: all .25s ease-in-out; + transition: all .25s ease-in-out; + + opacity: 0; + color: rgba(34, 41, 47, .4); +} +.form-label-group > input, +.form-label-group textarea +{ + padding: .6rem; +} +.form-label-group > input:focus:not(:placeholder-shown) ~ label, +.form-label-group > input:not(:active):not(:placeholder-shown) ~ label, +.form-label-group textarea:focus:not(:placeholder-shown) ~ label, +.form-label-group textarea:not(:active):not(:placeholder-shown) ~ label +{ + -webkit-transition: all .25s ease-in-out; + -moz-transition: all .25s ease-in-out; + -o-transition: all .25s ease-in-out; + transition: all .25s ease-in-out; + + opacity: 1; + color: #7367f0 !important; +} +.form-label-group > input:not(:focus):not(:placeholder-shown) ~ label, +.form-label-group textarea:not(:focus):not(:placeholder-shown) ~ label +{ + color: rgba(34, 41, 47, .4) !important; +} +.form-label-group > input:not(:placeholder-shown) ~ label, +.form-label-group textarea:not(:placeholder-shown) ~ label +{ + font-size: .7rem; + + top: -20px; + left: 3px; + + padding: .25rem 0; +} +.form-label-group.has-icon-left > label +{ + left: 36px; +} + +/* VueSax Custom Checkbox */ +.vs-checkbox-con +{ + position: relative; + + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + + margin: .25rem 0; + + -webkit-box-align: center; + -webkit-align-items: center; + -moz-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: start; + -webkit-justify-content: flex-start; + -moz-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; +} +.vs-checkbox-con input +{ + position: absolute; + z-index: 200; + top: 0; + + width: 100%; + height: 100%; + + cursor: pointer; + + opacity: 0; +} +.vs-checkbox-con input:checked ~ .vs-checkbox +{ + -webkit-transform: rotate(0deg); + -moz-transform: rotate(0deg); + -ms-transform: rotate(0deg); + -o-transform: rotate(0deg); + transform: rotate(0deg); + + border-color: #7367f0; +} +.vs-checkbox-con input:checked ~ .vs-checkbox .vs-checkbox--check +{ + -webkit-transform: translate(0); + -moz-transform: translate(0); + -ms-transform: translate(0); + -o-transform: translate(0); + transform: translate(0); + + background-color: #7367f0; +} +.vs-checkbox-con input:checked ~ .vs-checkbox .vs-checkbox--check .vs-icon +{ + line-height: 1.2; + + -webkit-transform: translate(0); + -moz-transform: translate(0); + -ms-transform: translate(0); + -o-transform: translate(0); + transform: translate(0); + + opacity: 1; +} +.vs-checkbox-con input:checked ~ .vs-checkbox.vs-checkbox-sm .vs-checkbox--check .vs-icon +{ + font-size: .75rem; +} +.vs-checkbox-con input:checked ~ .vs-checkbox.vs-checkbox-lg .vs-checkbox--check .vs-icon +{ + font-size: 1.2rem; +} +.vs-checkbox-con input:active:checked + .vs-checkbox .vs-checkbox--check +{ + -webkit-transform: translate(3px); + -moz-transform: translate(3px); + -ms-transform: translate(3px); + -o-transform: translate(3px); + transform: translate(3px); + + background-color: #7367f0; +} +.vs-checkbox-con input:active:checked + .vs-checkbox .vs-checkbox--check .vs-icon +{ + -webkit-transform: translate(6px); + -moz-transform: translate(6px); + -ms-transform: translate(6px); + -o-transform: translate(6px); + transform: translate(6px); + + opacity: 1; +} +.vs-checkbox-con input:disabled +{ + cursor: default; + pointer-events: none; +} +.vs-checkbox-con input:disabled + .vs-checkbox +{ + cursor: default; + + opacity: .5; +} +.vs-checkbox-con .vs-checkbox +{ + position: relative; + + overflow: hidden; + + width: 20px; + height: 20px; + margin-right: .5rem; + + cursor: pointer; + -webkit-transition: all .2s ease; + -moz-transition: all .2s ease; + -o-transition: all .2s ease; + transition: all .2s ease; + -webkit-transform: rotate(-90deg); + -moz-transform: rotate(-90deg); + -ms-transform: rotate(-90deg); + -o-transform: rotate(-90deg); + transform: rotate(-90deg); + + border-width: 2px; + border-style: solid; + border-color: #b8c2cc; + border-radius: 2px; +} +.vs-checkbox-con .vs-checkbox.vs-checkbox-sm +{ + width: 15px; + height: 15px; +} +.vs-checkbox-con .vs-checkbox.vs-checkbox-lg +{ + width: 24px; + height: 24px; +} +.vs-checkbox-con .vs-checkbox .vs-checkbox--check +{ + position: absolute; + z-index: 10; + left: 0; + + width: 100%; + height: 100%; + + -webkit-transition: all .2s ease; + -moz-transition: all .2s ease; + -o-transition: all .2s ease; + transition: all .2s ease; + -webkit-transform: translate(100%); + -moz-transform: translate(100%); + -ms-transform: translate(100%); + -o-transform: translate(100%); + transform: translate(100%); + -webkit-transform-origin: right; + -moz-transform-origin: right; + -ms-transform-origin: right; + -o-transform-origin: right; + transform-origin: right; +} +.vs-checkbox-con .vs-checkbox .vs-checkbox--check .vs-icon +{ + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + + color: #fff; + + -webkit-box-pack: center; + -webkit-justify-content: center; + -moz-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -webkit-align-items: center; + -moz-box-align: center; + -ms-flex-align: center; + align-items: center; +} + +/* VueSax Custom Radio */ +.vs-radio-con +{ + position: relative; + + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + + margin: .25rem 0; + + -webkit-box-align: center; + -webkit-align-items: center; + -moz-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: start; + -webkit-justify-content: flex-start; + -moz-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; +} +.vs-radio-con input +{ + position: absolute; + z-index: 200; + + width: 100%; + height: 100%; + + cursor: pointer; + + opacity: 0; +} +.vs-radio-con input:checked ~ .vs-radio +{ + -webkit-transform: rotate(0deg); + -moz-transform: rotate(0deg); + -ms-transform: rotate(0deg); + -o-transform: rotate(0deg); + transform: rotate(0deg); + + outline: 0; +} +.vs-radio-con input:checked ~ .vs-radio .vs-radio--circle +{ + -webkit-transform: scale(1); + -moz-transform: scale(1); + -ms-transform: scale(1); + -o-transform: scale(1); + transform: scale(1); + + opacity: 1; + background: #7367f0; + -webkit-box-shadow: 0 3px 12px 0 rgba(115, 103, 240, .4); + box-shadow: 0 3px 12px 0 rgba(115, 103, 240, .4); +} +.vs-radio-con input:checked ~ .vs-radio .vs-radio--border +{ + -webkit-transform: scale(.3); + -moz-transform: scale(.3); + -ms-transform: scale(.3); + -o-transform: scale(.3); + transform: scale(.3); + + opacity: 0; +} +.vs-radio-con input:disabled +{ + cursor: default; + pointer-events: none; +} +.vs-radio-con input:disabled + .vs-radio +{ + cursor: default; + + opacity: .5; +} +.vs-radio-con input:active ~ .vs-radio +{ + -webkit-transform: scale(1.1); + -moz-transform: scale(1.1); + -ms-transform: scale(1.1); + -o-transform: scale(1.1); + transform: scale(1.1); +} +.vs-radio-con .vs-radio +{ + position: relative; + + width: 18px; + height: 18px; + margin-right: .5rem; + + cursor: pointer; + -webkit-transition: all .2s ease; + -moz-transition: all .2s ease; + -o-transition: all .2s ease; + transition: all .2s ease; +} +.vs-radio-con .vs-radio.vs-radio-sm +{ + width: 13px; + height: 13px; +} +.vs-radio-con .vs-radio.vs-radio-lg +{ + width: 22px; + height: 22px; +} +.vs-radio-con .vs-radio .vs-radio--border, +.vs-radio-con .vs-radio .vs-radio--circle +{ + position: absolute; + top: 0; + left: 0; + + width: 100%; + height: 100%; + + -webkit-transition: all .25s ease; + -moz-transition: all .25s ease; + -o-transition: all .25s ease; + transition: all .25s ease; + + border-radius: 50%; +} +.vs-radio-con .vs-radio .vs-radio--border +{ + border: 2px solid #b8c2cc; + background: transparent; +} +.vs-radio-con .vs-radio .vs-radio--circle +{ + -webkit-transform: scale(.1); + -moz-transform: scale(.1); + -ms-transform: scale(.1); + -o-transform: scale(.1); + transform: scale(.1); + + opacity: 0; +} + +/* Switches */ +.custom-switch +{ + padding-left: 0; + /*For Switch label*/ + /*For Switch Handle Animation*/ +} +.custom-switch .custom-control-label +{ + width: 3.1rem; + height: 1.571rem; + padding: 0; + /* For bg color of switch*/ + /*For Switch handle*/ + /*For Switch text*/ +} +.custom-switch .custom-control-label::before +{ + top: 0; + left: -.2857rem; + left: 0; + + height: 1.571rem; + + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + -webkit-transition: all .25s ease; + -moz-transition: all .25s ease; + -o-transition: all .25s ease; + transition: all .25s ease; + + border: none; + background-color: #e2e2e2; + -webkit-box-shadow: none !important; + box-shadow: none !important; +} +.custom-switch .custom-control-label:after +{ + position: absolute; + top: 2px; + left: 2px; + + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + -webkit-transition: all .25s ease; + -moz-transition: all .25s ease; + -o-transition: all .25s ease; + transition: all .25s ease; + + background-color: #fff; + -webkit-box-shadow: none; + box-shadow: none; +} +.custom-switch .custom-control-label .switch-text-left, +.custom-switch .custom-control-label .switch-text-right, +.custom-switch .custom-control-label .switch-icon-left, +.custom-switch .custom-control-label .switch-icon-right +{ + font-size: .7rem; + + position: absolute; + top: 5px; + + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +.custom-switch .custom-control-label .switch-text-left, +.custom-switch .custom-control-label .switch-icon-left +{ + left: 7px; + + color: #fff; +} +.custom-switch .custom-control-label .switch-text-right, +.custom-switch .custom-control-label .switch-icon-right +{ + right: 7px; +} +.custom-switch .custom-control-label:focus +{ + outline: 0; +} +.custom-switch .switch-label +{ + padding-left: 1rem; +} +.custom-switch .custom-control-input:checked ~ .custom-control-label::before +{ + -webkit-box-shadow: none; + box-shadow: none; +} +.custom-switch .custom-control-input:checked ~ .custom-control-label::after +{ + -webkit-transform: translateX(1.4rem); + -moz-transform: translateX(1.4rem); + -ms-transform: translateX(1.4rem); + -o-transform: translateX(1.4rem); + transform: translateX(1.4rem); +} +.custom-switch .custom-control-input:not(:checked) ~ .custom-control-label .switch-text-left +{ + opacity: 0; +} +.custom-switch .custom-control-input:not(:checked) ~ .custom-control-label .switch-text-right +{ + opacity: 1; +} +.custom-switch .custom-control-input:checked ~ .custom-control-label .switch-text-right +{ + opacity: 0; +} +.custom-switch .custom-control-input:checked ~ .custom-control-label .switch-text-left +{ + opacity: 1; +} +.custom-switch .custom-control-input:not(:disabled):active ~ .custom-control-label::before +{ + background-color: #e2e2e2; +} +.custom-switch.switch-md .custom-control-label +{ + width: 4rem; + height: 1.571rem; +} +.custom-switch.switch-md .custom-control-label::before +{ + left: -.2857rem; + + width: 4rem; + height: 1.571rem; + + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + -webkit-transition: all .25s ease; + -moz-transition: all .25s ease; + -o-transition: all .25s ease; + transition: all .25s ease; + + border: none; + background-color: #e2e2e2; + -webkit-box-shadow: none !important; + box-shadow: none !important; +} +.custom-switch.switch-md .custom-control-label:after +{ + position: absolute; + top: 2px; + left: -2px; + + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + -webkit-transition: all .25s ease; + -moz-transition: all .25s ease; + -o-transition: all .25s ease; + transition: all .25s ease; + + background-color: #fff; + -webkit-box-shadow: none; + box-shadow: none; +} +.custom-switch.switch-md .custom-control-label .switch-text-right, +.custom-switch.switch-md .custom-control-label .switch-icon-right +{ + right: 9px; +} +.custom-switch.switch-md .custom-control-label .switch-text-left, +.custom-switch.switch-md .custom-control-label .switch-icon-left +{ + left: 5px; +} +.custom-switch.switch-md .custom-control-input:checked ~ .custom-control-label::after +{ + -webkit-transform: translateX(2.3rem); + -moz-transform: translateX(2.3rem); + -ms-transform: translateX(2.3rem); + -o-transform: translateX(2.3rem); + transform: translateX(2.3rem); +} +.custom-switch.switch-lg .custom-control-label +{ + width: 5.5rem; + height: 1.571rem; +} +.custom-switch.switch-lg .custom-control-label::before +{ + left: -.2857rem; + + width: 5.5rem; + height: 1.571rem; + + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + -webkit-transition: all .25s ease; + -moz-transition: all .25s ease; + -o-transition: all .25s ease; + transition: all .25s ease; + + border: none; + background-color: #e2e2e2; + -webkit-box-shadow: none !important; + box-shadow: none !important; +} +.custom-switch.switch-lg .custom-control-label:after +{ + position: absolute; + top: 2px; + left: -2px; + + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + -webkit-transition: all .25s ease; + -moz-transition: all .25s ease; + -o-transition: all .25s ease; + transition: all .25s ease; + + background-color: #fff; + -webkit-box-shadow: none; + box-shadow: none; +} +.custom-switch.switch-lg .custom-control-label .switch-text-right, +.custom-switch.switch-lg .custom-control-label .switch-icon-right +{ + right: 10px; +} +.custom-switch.switch-lg .custom-control-input:checked ~ .custom-control-label::after +{ + -webkit-transform: translateX(3.8rem); + -moz-transform: translateX(3.8rem); + -ms-transform: translateX(3.8rem); + -o-transform: translateX(3.8rem); + transform: translateX(3.8rem); +} + +/* Textarea with Counter */ +.counter-value +{ + font-size: .6rem; + + margin-right: 1rem; + padding: 1px 6px; + + color: #fff; + border-radius: 0 0 5px 5px; + background-color: #7367f0; +} + +/* Input box with icon divider */ +.form-group.input-divider-left .form-control-position i +{ + padding: .2rem .5rem; + + border-right: 1px solid #d9d9d9; +} + +.form-group.input-divider-right .form-control-position i +{ + padding: .2rem .5rem; + + border-left: 1px solid #d9d9d9; +} + +/* input-groups-lg and input-groups-sm */ +.input-group-lg .form-control, +.input-group-sm .form-control +{ + padding: .7rem; +} + +/* Bootstrap touchspin */ +.bootstrap-touchspin.input-group +{ + width: 8.4rem; + + -webkit-box-align: center; + -webkit-align-items: center; + -moz-box-align: center; + -ms-flex-align: center; + align-items: center; +} +.bootstrap-touchspin.input-group .form-control +{ + font-weight: 500; + + height: auto; + padding: 5px; + + text-align: center; + + border: 0; + border-radius: 5px !important; + background-color: #f8f8f8; +} +.bootstrap-touchspin.input-group .form-control:focus +{ + z-index: 1; + + -webkit-box-shadow: none; + box-shadow: none; +} + +.bootstrap-touchspin .bootstrap-touchspin-injected +{ + margin: 0 !important; +} +.bootstrap-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-down, +.bootstrap-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-up +{ + position: relative; + + min-width: 22px; + min-height: 22px; + padding: 0; + + border-radius: 5px !important; +} +.bootstrap-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-down i, +.bootstrap-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-up i +{ + font-size: .8rem; + + position: relative; + top: -1px; +} +.bootstrap-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-down +{ + left: 12px; +} +.bootstrap-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-up +{ + right: 12px; +} + +.bootstrap-touchspin.disabled-touchspin .bootstrap-touchspin-down, +.bootstrap-touchspin.disabled-touchspin .bootstrap-touchspin-up +{ + cursor: default; + + opacity: .5; + background-color: rgba(0, 0, 0, .5) !important; +} + +.bootstrap-touchspin.input-group-lg +{ + width: 9.375rem; +} +.bootstrap-touchspin.input-group-lg .touchspin.form-control +{ + height: auto !important; +} +.bootstrap-touchspin.input-group-lg .bootstrap-touchspin-down i, +.bootstrap-touchspin.input-group-lg .bootstrap-touchspin-up i +{ + font-size: 1rem; +} + +.bootstrap-touchspin.input-group-sm +{ + width: 6.25rem; +} +.bootstrap-touchspin.input-group-sm .touchspin.form-control +{ + height: auto !important; +} +.bootstrap-touchspin.input-group-sm .bootstrap-touchspin-injected .bootstrap-touchspin-down, +.bootstrap-touchspin.input-group-sm .bootstrap-touchspin-injected .bootstrap-touchspin-up +{ + min-width: 16px; + min-height: 16px; + padding-top: 2.2px; +} +.bootstrap-touchspin.input-group-sm .bootstrap-touchspin-injected .bootstrap-touchspin-down i, +.bootstrap-touchspin.input-group-sm .bootstrap-touchspin-injected .bootstrap-touchspin-up i +{ + font-size: .6rem; +} + +.btn.disabled-max-min +{ + cursor: default; + + background-color: rgba(0, 0, 0, .5) !important; +} + +/* Number Type Input Box Scss for - Remove arrow on hover */ +input[type=number]::-webkit-inner-spin-button, +input[type=number]::-webkit-outer-spin-button +{ + -webkit-appearance: none; +} + +/* Number Type Input Box Scss for Touchspin - Remove arrow for firefox */ +.bootstrap-touchspin.input-group input[type=number] +{ + -moz-appearance: textfield; +} + +@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) +{ + .form-label-group label + { + display: none; + } + select.form-control:not([multiple='multiple']) + { + background: none; + } + .custom-file-label::after + { + padding: 1.34rem .7rem 1.25rem; + } +} + +.picker__input.form-control +{ + background-color: #fff; +} + +.input-group .form-control +{ + height: auto; +} + +.input-group .input-group-prepend .dropdown-toggle::after, +.input-group .input-group-append .dropdown-toggle::after +{ + left: 0; +} + +.input-group .input-group-prepend .vs-checkbox-con, +.input-group .input-group-prepend .vs-checkbox, +.input-group .input-group-prepend .vs-radio-con, +.input-group .input-group-prepend .vs-radio, +.input-group .input-group-append .vs-checkbox-con, +.input-group .input-group-append .vs-checkbox, +.input-group .input-group-append .vs-radio-con, +.input-group .input-group-append .vs-radio +{ + margin: 0; +} + +.input-group.input-group-lg .form-control::-webkit-input-placeholder +{ + font-size: 1.25rem; +} + +.input-group.input-group-lg .form-control:-moz-placeholder +{ + font-size: 1.25rem; +} + +.input-group.input-group-lg .form-control::-moz-placeholder +{ + font-size: 1.25rem; +} + +.input-group.input-group-lg .form-control:-ms-input-placeholder +{ + font-size: 1.25rem; +} + +.input-group.input-group-lg .form-control::placeholder +{ + font-size: 1.25rem; +} + +.input-group.input-group-lg .input-group-prepend .btn, +.input-group.input-group-lg .input-group-append .btn +{ + font-size: 1.3rem; + line-height: 1.3; +} + +.input-group.input-group-sm .form-control::-webkit-input-placeholder +{ + font-size: .7rem; +} + +.input-group.input-group-sm .form-control:-moz-placeholder +{ + font-size: .7rem; +} + +.input-group.input-group-sm .form-control::-moz-placeholder +{ + font-size: .7rem; +} + +.input-group.input-group-sm .form-control:-ms-input-placeholder +{ + font-size: .7rem; +} + +.input-group.input-group-sm .form-control::placeholder +{ + font-size: .7rem; +} + +.btn:disabled +{ + cursor: default; +} + +.btn.btn-white +{ + color: #626262; +} +.btn.btn-white:hover, +.btn.btn-white:focus, +.btn.btn-white:active +{ + color: #626262 !important; +} + +.btn[class*='bg-gradient-']:hover +{ + -webkit-box-shadow: 0 8px 25px -8px #aaa; + box-shadow: 0 8px 25px -8px #aaa; +} + +.btn.btn-secondary +{ + color: #fff; +} +.btn.btn-secondary:hover +{ + -webkit-box-shadow: 0 8px 25px -8px #b8c2cc; + box-shadow: 0 8px 25px -8px #b8c2cc; +} + +.btn.btn-dark:hover +{ + -webkit-box-shadow: 0 8px 25px -8px #1e1e1e; + box-shadow: 0 8px 25px -8px #1e1e1e; +} + +.btn.btn-light:hover +{ + -webkit-box-shadow: 0 8px 25px -8px #babfc7; + box-shadow: 0 8px 25px -8px #babfc7; +} + +.btn.btn-outline-secondary, +.btn.btn-outline-dark, +.btn.btn-outline-light +{ + border: 1px solid; +} + +.btn.btn-flat-secondary:hover +{ + background-color: rgba(184, 194, 204, .1); +} + +.btn.btn-flat-secondary:active, +.btn.btn-flat-secondary:focus +{ + background: #b8c2cc; +} + +.btn.btn-flat-dark:hover +{ + background-color: rgba(30, 30, 30, .1); +} + +.btn.btn-flat-dark:active, +.btn.btn-flat-dark:focus +{ + color: #fff; + background: #1e1e1e; +} + +.btn.btn-flat-light:hover +{ + background-color: rgba(186, 191, 199, .1); +} + +.btn.btn-flat-light:active, +.btn.btn-flat-light:focus +{ + background: #babfc7; +} + +.btn[class*='btn-outline-'] +{ + padding-top: -webkit-calc(.9rem - 1px); + padding-top: -moz-calc(.9rem - 1px); + padding-top: calc(.9rem - 1px); + padding-bottom: -webkit-calc(.9rem - 1px); + padding-bottom: -moz-calc(.9rem - 1px); + padding-bottom: calc(.9rem - 1px); +} +.btn[class*='btn-outline-'].btn-lg +{ + padding-top: -webkit-calc(1rem - 1px); + padding-top: -moz-calc(1rem - 1px); + padding-top: calc(1rem - 1px); + padding-bottom: -webkit-calc(1rem - 1px); + padding-bottom: -moz-calc(1rem - 1px); + padding-bottom: calc(1rem - 1px); +} +.btn[class*='btn-outline-'].btn-sm +{ + padding-top: -webkit-calc(.5rem - 1px); + padding-top: -moz-calc(.5rem - 1px); + padding-top: calc(.5rem - 1px); + padding-bottom: -webkit-calc(.5rem - 1px); + padding-bottom: -moz-calc(.5rem - 1px); + padding-bottom: calc(.5rem - 1px); +} + +.btn.btn-relief-secondary +{ + color: #fff; + background-color: #b8c2cc; + -webkit-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .2); + box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .2); +} +.btn.btn-relief-secondary:hover +{ + color: #fff; +} +.btn.btn-relief-secondary:active, +.btn.btn-relief-secondary:focus +{ + -webkit-transform: translateY(3px); + -moz-transform: translateY(3px); + -ms-transform: translateY(3px); + -o-transform: translateY(3px); + transform: translateY(3px); + + outline: none; +} + +.btn.btn-relief-light +{ + color: #fff; + background-color: #babfc7; + -webkit-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .2); + box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .2); +} +.btn.btn-relief-light:hover +{ + color: #fff; +} +.btn.btn-relief-light:active, +.btn.btn-relief-light:focus +{ + -webkit-transform: translateY(3px); + -moz-transform: translateY(3px); + -ms-transform: translateY(3px); + -o-transform: translateY(3px); + transform: translateY(3px); + + outline: none; +} + +.btn.btn-relief-dark +{ + color: #fff; + background-color: #1e1e1e; + -webkit-box-shadow: inset 0 -3px 0 0 rgba(255, 255, 255, .1); + box-shadow: inset 0 -3px 0 0 rgba(255, 255, 255, .1); +} +.btn.btn-relief-dark:hover +{ + color: #fff; +} +.btn.btn-relief-dark:active, +.btn.btn-relief-dark:focus +{ + -webkit-transform: translateY(3px); + -moz-transform: translateY(3px); + -ms-transform: translateY(3px); + -o-transform: translateY(3px); + transform: translateY(3px); + + outline: none; +} + +.btn.btn-icon +{ + padding: .715rem .736rem; +} + +.btn.btn-sm.btn-icon +{ + padding: .5rem; +} + +.btn.btn-lg.btn-icon +{ + padding: 1rem; +} + +.btn.btn-square +{ + border-radius: 0; +} + +.btn.btn-round +{ + border-radius: 2rem; +} + +.btn:focus, +.btn.focus, +.btn:active, +.btn.active +{ + outline: none; + -webkit-box-shadow: none !important; + box-shadow: none !important; +} + +.btn.btn-icon i +{ + font-size: 1.1rem; +} + +.btn.btn-outline-white:hover, +.btn-white:hover +{ + color: #22292f !important; +} + +button, +html [type='button'], +[type='reset'], +[type='submit'] +{ + cursor: pointer; +} + +.waves-button-input +{ + padding: unset; +} + +.collapse-icon .card-header +{ + position: relative; +} + +.collapse-icon [data-toggle='collapse']:after +{ + font-family: 'feather'; + font-size: .9rem; + + position: absolute; + top: 48%; + right: 20px; + + margin-top: -8px; + + content: '\e845'; + -webkit-transition: all 300ms linear 0s; + -moz-transition: all 300ms linear 0s; + -o-transition: all 300ms linear 0s; + transition: all 300ms linear 0s; +} + +.collapse-icon [data-toggle='collapse']:before +{ + font-family: 'feather'; + font-size: .9rem; + + position: absolute; + top: 48%; + right: 20px; + + margin-top: -8px; + + content: '\e842'; + -webkit-transition: all 300ms linear 0s; + -moz-transition: all 300ms linear 0s; + -o-transition: all 300ms linear 0s; + transition: all 300ms linear 0s; +} + +.collapse-icon.left a +{ + padding-left: 28px; +} +.collapse-icon.left a:before, +.collapse-icon.left a:after +{ + right: auto; + left: 20px; +} + +.collapse-icon [aria-expanded='true']:before +{ + opacity: 0; +} + +.collapse-icon [aria-expanded='false']:after +{ + opacity: 0; +} + +.collapse-icon.accordion-icon-rotate [aria-expanded='true']:before +{ + -webkit-transform: rotate(180deg); + -moz-transform: rotate(180deg); + -ms-transform: rotate(180deg); + -o-transform: rotate(180deg); + transform: rotate(180deg); +} + +.collapse-icon.accordion-icon-rotate [aria-expanded='false']:after +{ + -webkit-transform: rotate(-180deg); + -moz-transform: rotate(-180deg); + -ms-transform: rotate(-180deg); + -o-transform: rotate(-180deg); + transform: rotate(-180deg); +} + +.dropdown.show .btn-outline-warning.dropdown-toggle, +.dropdown.show .btn-outline-light.dropdown-toggle +{ + color: #fff; +} + +.dropdown .btn:not(.btn-sm):not(.btn-lg), +.dropdown .btn:not(.btn-sm):not(.btn-lg).dropdown-toggle +{ + padding: .85rem 1.5rem; +} +.dropdown .btn:not(.btn-sm):not(.btn-lg).btn-round, +.dropdown .btn:not(.btn-sm):not(.btn-lg).dropdown-toggle.btn-round +{ + border-radius: 2rem; +} + +.dropdown .btn.dropdown-toggle.dropdown-toggle-split +{ + padding: .85rem 1rem; + + border-left-color: rgba(255, 255, 255, .2) !important; + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} + +.dropdown [class*='btn-outline-'].dropdown-toggle.dropdown-toggle-split +{ + border-left: 0 !important; +} +.dropdown [class*='btn-outline-'].dropdown-toggle.dropdown-toggle-split:active +{ + color: #fff; +} + +.dropdown .dropdown-menu +{ + min-width: 8rem; + + -webkit-transform: scale(1, 0); + -moz-transform: scale(1, 0); + -ms-transform: scale(1, 0); + -o-transform: scale(1, 0); + transform: scale(1, 0); + + border: 1px solid rgba(0, 0, 0, .05); + border-radius: 5px; + -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, .1); + box-shadow: 0 5px 25px rgba(0, 0, 0, .1); +} +.dropdown .dropdown-menu::before +{ + position: absolute; + z-index: 10; + top: -1px; + left: 1.2rem; + + display: block; + + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + width: .75rem; + height: .75rem; + + content: ''; + -webkit-transform: rotate(45deg) translate(-7px); + -moz-transform: rotate(45deg) translate(-7px); + -ms-transform: rotate(45deg) translate(-7px); + -o-transform: rotate(45deg) translate(-7px); + transform: rotate(45deg) translate(-7px); + + border-top: 1px solid rgba(0, 0, 0, .1); + border-left: 1px solid rgba(0, 0, 0, .1); + background: #fff; +} +.dropdown .dropdown-menu.dropdown-menu-right::before +{ + right: .6rem; + left: auto; +} +.dropdown .dropdown-menu .dropdown-header +{ + margin-top: .714rem; + padding: .714rem 1.428rem; +} +.dropdown .dropdown-menu .dropdown-item +{ + width: auto; + padding: .5rem 1rem; + + cursor: pointer; + + color: #626262; +} +.dropdown .dropdown-menu .dropdown-item:hover +{ + color: #7367f0; + background-color: #f8f8f8; +} +.dropdown .dropdown-menu .dropdown-item.active +{ + color: #fff; +} +.dropdown .dropdown-menu .dropdown-item:active +{ + color: #626262; + background-color: transparent; +} + +.dropdown i +{ + margin-right: .5rem; +} + +.dropdown.no-arrow .dropdown-toggle:after +{ + display: none; +} + +.dropdown.no-arrow .dropdown-toggle i +{ + margin-right: 0; +} + +.dropdown, +.dropup, +.dropright, +.dropleft +{ + position: relative; +} +.dropdown .dropdown-menu .dropdown-item, +.dropup .dropdown-menu .dropdown-item, +.dropright .dropdown-menu .dropdown-item, +.dropleft .dropdown-menu .dropdown-item +{ + padding: .714rem 1.428rem; +} + +.show > .dropdown-menu +{ + display: block; + + -webkit-transform: scale(1, 1); + -moz-transform: scale(1, 1); + -ms-transform: scale(1, 1); + -o-transform: scale(1, 1); + transform: scale(1, 1); + + opacity: 1; +} + +.dropdown-toggle::after +{ + font-family: 'feather'; + + position: relative; + top: 1px; + right: 0; + left: .714rem; + + margin: 0; + padding: 0; + + content: '\e842' !important; + vertical-align: 0; + + border: none !important; +} + +.dropdown-toggle.dropdown-toggle-split +{ + border-left: 1px solid rgba(255, 255, 255, .2); +} +.dropdown-toggle.dropdown-toggle-split:after +{ + left: 0; +} + +.dropdown-toggle.nav-hide-arrow::after +{ + display: none; +} + +.dropdown-toggle:focus +{ + outline: 0; +} + +.navbar-horizontal .dropdown-submenu .dropdown-toggle::after +{ + top: -9px !important; + right: 1px; + + margin-top: 1.25rem; +} + +/* .dropdown-menu-right { + left: auto !important; // Input group with dropdown issue for dropdown-menu-right + right: 0; +} */ +.btn-secondary ~ .dropdown-menu .dropdown-item.active, +.btn-secondary ~ .dropdown-menu .dropdown-item:hover +{ + background-color: #ccc; +} + +.dropup +{ + position: relative; +} +.dropup .btn, +.dropup .btn.dropdown-toggle +{ + padding: .85rem 1.5rem; +} +.dropup .btn.dropdown-toggle.dropdown-toggle-split +{ + padding: .85rem 1rem; + + border-color: rgba(255, 255, 255, .2) !important; +} +.dropup .dropdown-toggle::after +{ + content: '\e845' !important; + vertical-align: .05rem; +} +.dropup .dropdown-menu::before +{ + position: absolute; + z-index: 10; + bottom: -.714rem; + left: 1.214rem; + + display: block; + + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + width: .714rem; + height: .714rem; + + content: ''; + -webkit-transform: rotate(45deg) translate(-7px); + -moz-transform: rotate(45deg) translate(-7px); + -ms-transform: rotate(45deg) translate(-7px); + -o-transform: rotate(45deg) translate(-7px); + transform: rotate(45deg) translate(-7px); + + border-right: 1px solid rgba(0, 0, 0, .1); + border-bottom: 1px solid rgba(0, 0, 0, .1); + background: #fff; +} +.dropup .dropdown-menu.dropdown-menu-right::before +{ + right: .714rem; + left: auto; +} +.dropup .dropdown-submenu .dropdown-menu +{ + top: 0; + bottom: auto; +} + +.dropleft .btn, +.dropleft .btn.dropdown-toggle +{ + padding: .85rem 1.5rem; +} + +.dropleft .btn.dropdown-toggle.dropdown-toggle-split +{ + padding: .85rem 1rem; +} + +.dropleft .dropdown-toggle::before +{ + font-family: 'feather'; + + content: '\e843' !important; + + border: none !important; +} + +.dropleft .dropdown-menu::before +{ + position: absolute; + z-index: 10; + top: 1.285rem; + right: 0; + + display: block; + + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + width: .714rem; + height: .714rem; + + content: ''; + -webkit-transform: rotate(130deg) translate(-8px); + -moz-transform: rotate(130deg) translate(-8px); + -ms-transform: rotate(130deg) translate(-8px); + -o-transform: rotate(130deg) translate(-8px); + transform: rotate(130deg) translate(-8px); + + border-top: 1px solid rgba(0, 0, 0, .1); + border-left: 1px solid rgba(0, 0, 0, .1); + background: #fff; +} + +.dropright .btn, +.dropright .btn.dropdown-toggle +{ + padding: .85rem 1.5rem; +} + +.dropright .btn.dropdown-toggle.dropdown-toggle-split +{ + padding: .85rem 1rem; +} + +.dropright .dropdown-toggle::after +{ + font-family: 'feather'; + + content: '\e844' !important; + + border: none !important; +} + +.dropright .dropdown-menu::before +{ + position: absolute; + z-index: 10; + top: 1.285rem; + left: -.9rem; + + display: block; + + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + width: .714rem; + height: .714rem; + + content: ''; + -webkit-transform: rotate(140deg) translate(-9px); + -moz-transform: rotate(140deg) translate(-9px); + -ms-transform: rotate(140deg) translate(-9px); + -o-transform: rotate(140deg) translate(-9px); + transform: rotate(140deg) translate(-9px); + + border-right: 1px solid rgba(0, 0, 0, .1); + border-bottom: 1px solid rgba(0, 0, 0, .1); + background: #fff; +} + +.dropdown.dropdown-icon-wrapper .dropdown-toggle:after, +.dropup.dropdown-icon-wrapper .dropdown-toggle:after +{ + display: none; +} + +.dropdown.dropdown-icon-wrapper .dropdown-menu, +.dropup.dropdown-icon-wrapper .dropdown-menu +{ + min-width: auto; +} +.dropdown.dropdown-icon-wrapper .dropdown-menu .dropdown-item, +.dropup.dropdown-icon-wrapper .dropdown-menu .dropdown-item +{ + padding: .5rem 1.1rem; + + cursor: pointer; +} +.dropdown.dropdown-icon-wrapper .dropdown-menu .dropdown-item i, +.dropup.dropdown-icon-wrapper .dropdown-menu .dropdown-item i +{ + font-size: 1.3rem; + + color: #626262; +} +.dropdown.dropdown-icon-wrapper .dropdown-menu .dropdown-item:hover, +.dropup.dropdown-icon-wrapper .dropdown-menu .dropdown-item:hover +{ + color: #fff; +} + +.btn.btn-white ~ .dropdown-menu .dropdown-item:not(.acitve):hover +{ + color: #626262 !important; +} + +.btn.btn-white ~ .dropdown-menu .dropdown-item.active +{ + color: #626262; +} + +/* =============================================================================================== + File Name: navbar.scss + Description: Contain header navigation bar, vertical main navigation bar and + horiznotal main navigation bar related SCSS. + ---------------------------------------------------------------------------------------------- + Item Name: Vuesax HTML Admin Template + Version: 1.1 + Author: PIXINVENT + Author URL: http://www.themeforest.net/user/pixinvent +================================================================================================*/ +.navbar-dark .hamburger-inner, +.navbar-dark .hamburger-inner::before, +.navbar-dark .hamburger-inner::after +{ + background-color: #fff; +} + +.header-navbar-shadow +{ + display: none; +} + +.navbar-floating .header-navbar-shadow +{ + position: fixed; + z-index: 11; + top: 0; + + display: block; + + width: 100%; + height: 102px; + padding-top: 2.2rem; + + background: -webkit-gradient(linear, left top, left bottom, color-stop(44%, rgba(248, 248, 248, .95)), color-stop(73%, rgba(248, 248, 248, .46)), to(rgba(255, 255, 255, 0))); + background: -webkit-linear-gradient(top, rgba(248, 248, 248, .95) 44%, rgba(248, 248, 248, .46) 73%, rgba(255, 255, 255, 0)); + background: -moz-linear-gradient(top, rgba(248, 248, 248, .95) 44%, rgba(248, 248, 248, .46) 73%, rgba(255, 255, 255, 0)); + background: -o-linear-gradient(top, rgba(248, 248, 248, .95) 44%, rgba(248, 248, 248, .46) 73%, rgba(255, 255, 255, 0)); + background: linear-gradient(180deg, rgba(248, 248, 248, .95) 44%, rgba(248, 248, 248, .46) 73%, rgba(255, 255, 255, 0)); + background-repeat: repeat; +} + +.header-navbar +{ + font-family: 'Montserrat', Helvetica, Arial, serif; + + z-index: 1000; + + min-height: 4.5rem; + padding: 0; + + -webkit-transition: 300ms ease all; + -moz-transition: 300ms ease all; + -o-transition: 300ms ease all; + transition: 300ms ease all; + + background: -webkit-gradient(linear, left top, left bottom, color-stop(44%, rgba(248, 248, 248, .95)), color-stop(73%, rgba(248, 248, 248, .46)), to(rgba(255, 255, 255, 0))); + background: -webkit-linear-gradient(top, rgba(248, 248, 248, .95) 44%, rgba(248, 248, 248, .46) 73%, rgba(255, 255, 255, 0)); + background: -moz-linear-gradient(top, rgba(248, 248, 248, .95) 44%, rgba(248, 248, 248, .46) 73%, rgba(255, 255, 255, 0)); + background: -o-linear-gradient(top, rgba(248, 248, 248, .95) 44%, rgba(248, 248, 248, .46) 73%, rgba(255, 255, 255, 0)); + background: linear-gradient(180deg, rgba(248, 248, 248, .95) 44%, rgba(248, 248, 248, .46) 73%, rgba(255, 255, 255, 0)); + /* For sm screen*/ +} +.header-navbar.fixed-top +{ + left: 260px; +} +.header-navbar[class*='bg-'] .navbar-nav .nav-item a +{ + color: #fff !important; +} +.header-navbar[class*='bg-'] .navbar-nav .nav-item a i, +.header-navbar[class*='bg-'] .navbar-nav .nav-item a span +{ + color: #fff !important; +} +.header-navbar[class*='bg-'] .navbar-nav .search-input .input, +.header-navbar[class*='bg-'] .navbar-nav .search-input .search-list .auto-suggestion span +{ + color: #626262 !important; +} +.header-navbar.floating-nav +{ + position: fixed; + z-index: 11; + right: 0; + + width: -webkit-calc(100% - -webkit-calc(2.2rem * 2) - 260px); + width: -moz-calc(100% - -moz-calc(2.2rem * 2) - 260px); + width: calc(100% - calc(2.2rem * 2) - 260px); + margin: 1.3rem 2.2rem 0; + + border-radius: .5rem; +} +.header-navbar.navbar-static-top +{ + background: transparent; + -webkit-box-shadow: none !important; + box-shadow: none !important; +} +.header-navbar .navbar-wrapper +{ + width: 100%; +} +.header-navbar.navbar-border +{ + border-bottom: 1px solid #e4e7ed; +} +.header-navbar.navbar-dark.navbar-border +{ + border-bottom: 1px solid #8596b5; +} +.header-navbar.navbar-shadow +{ + -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .05); + box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .05); +} +.header-navbar .nav-link.dropdown-toggle::after +{ + display: none; +} +.header-navbar .navbar-container ul.nav li.dropdown-language +{ + padding-right: 0; +} +.header-navbar .navbar-container ul.nav li.dropdown-language .selected-language +{ + font-size: .97rem; + font-weight: 500; + + letter-spacing: -.25px; +} +.header-navbar .navbar-container +{ + margin-left: 0; + padding-left: 1rem; + + -webkit-transition: 300ms ease all; + -moz-transition: 300ms ease all; + -o-transition: 300ms ease all; + transition: 300ms ease all; + + background: inherit; +} +.header-navbar .navbar-container .bookmark-wrapper ul.nav li > a.nav-link +{ + padding: 1.4rem .5rem 1.35rem; +} +.header-navbar .navbar-container .bookmark-wrapper ul.nav li > a.nav-link i:hover +{ + color: #7367f0; +} +.header-navbar .navbar-container .bookmark-input +{ + z-index: 1; +} +.header-navbar .navbar-container ul.nav li.dropdown .dropdown-menu +{ + top: 48px; +} +.header-navbar .navbar-container ul.nav li .badge +{ + padding: .42em .6em .25rem; +} +.header-navbar .navbar-container ul.nav li .badge.badge-up +{ + position: absolute; + top: 12px; + right: -2px; +} +.header-navbar .navbar-container ul.nav li.dropdown-language > a.nav-link +{ + padding: 1.75rem .5rem; +} +.header-navbar .navbar-container ul.nav li > a.nav-link +{ + padding: 1.6rem .5rem 1.35rem 1rem; + + color: #626262; +} +.header-navbar .navbar-container ul.nav li > a.nav-link i.flag-icon +{ + margin-right: .5rem; +} +.header-navbar .navbar-container ul.nav li.dropdown-user .dropdown-menu-right +{ + right: 12px; + left: auto; + + padding: .5rem; +} +.header-navbar .navbar-container ul.nav li.dropdown-user .dropdown-menu-right .dropdown-item +{ + padding: 10px; +} +.header-navbar .navbar-container ul.nav li.dropdown-user .dropdown-menu-right .dropdown-item:hover, +.header-navbar .navbar-container ul.nav li.dropdown-user .dropdown-menu-right .dropdown-item:active +{ + color: #fff; + background: #7367f0; +} +.header-navbar .navbar-container ul.nav li a.dropdown-user-link +{ + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + + padding: .7rem 1rem; + + -webkit-box-align: center; + -webkit-align-items: center; + -moz-box-align: center; + -ms-flex-align: center; + align-items: center; +} +.header-navbar .navbar-container ul.nav li a.dropdown-user-link .user-name +{ + display: inline-block; + + margin-bottom: .435rem; + margin-left: .2rem; +} +.header-navbar .navbar-container ul.nav li a.dropdown-user-link .user-status +{ + font-size: smaller; +} +.header-navbar .navbar-container ul.nav li a.dropdown-user-link img +{ + -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08); + box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08); +} +.header-navbar .navbar-container ul.nav li a.menu-toggle +{ + padding: 1.34rem .22rem 1.35rem 0; +} +.header-navbar .navbar-container ul.nav li a.menu-toggle i +{ + font-size: 1.75rem; +} +.header-navbar .navbar-container ul.nav li a.nav-link-label +{ + padding: 1.6rem 0rem 1.35rem .8rem; +} +.header-navbar .navbar-container ul.nav li a.dropdown-user-link .user-nav +{ + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + float: left; + flex-direction: column; + + margin-right: .8rem; + + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -webkit-flex-direction: column; + -moz-box-orient: vertical; + -moz-box-direction: normal; + -ms-flex-direction: column; + -webkit-box-align: end; + -webkit-align-items: flex-end; + -moz-box-align: end; + -ms-flex-align: end; + align-items: flex-end; +} +.header-navbar .navbar-container ul.nav li div.input-group +{ + padding: .7rem 1rem; +} +.header-navbar .navbar-container ul.nav li i.ficon +{ + font-size: 1.5rem; + + color: #626262; +} +.header-navbar .navbar-container ul.nav li i.ficon:hover +{ + color: #7367f0; +} +.header-navbar .navbar-container ul.nav li .media-list +{ + max-height: 18.2rem; +} +.header-navbar .navbar-container ul.nav li .scrollable-container +{ + position: relative; +} +.header-navbar .navbar-container .dropdown-menu-media +{ + width: 26rem; +} +.header-navbar .navbar-container .dropdown-menu-media .media-list .media +{ + padding: 1rem; + + border: none; + border-bottom: 1px solid #dae1e7; +} +.header-navbar .navbar-container .dropdown-menu-media .media-list .media:hover +{ + background: #f8f8f8; +} +.header-navbar .navbar-container .dropdown-menu-media .media-list .media .media-meta +{ + color: #626262; +} +.header-navbar .navbar-container .dropdown-menu-media .media-list a:last-of-type .media +{ + border-bottom: none; +} +.header-navbar .navbar-container .dropdown-menu-media .dropdown-menu-header +{ + border-bottom: 1px solid #dae1e7; +} +.header-navbar .navbar-container .dropdown-menu-media .dropdown-menu-footer a +{ + padding: .3rem; + + border-top: 1px solid #dae1e7; +} +.header-navbar.navbar-without-menu .navbar-container +{ + margin-left: 0; +} +.header-navbar .nav-item + .nav-item +{ + margin-left: 0rem; +} +@media (max-width: 767.98px) +{ + .header-navbar .navbar-header + { + position: relative; + + width: 100% !important; + padding: .5rem 1rem; + } + .header-navbar .navbar-header .menu-toggle + { + position: relative; + top: 2px; + } + .header-navbar .navbar-header .open-navbar-container i + { + font-size: 1.8rem; + } + .header-navbar .navbar-header .navbar-brand + { + position: absolute; + top: 0; + left: 50%; + + -webkit-transform: translate(-50%, 0); + -moz-transform: translate(-50%, 0); + -ms-transform: translate(-50%, 0); + -o-transform: translate(-50%, 0); + transform: translate(-50%, 0); + } + .header-navbar.navbar-with-menu .navbar-container + { + display: table; + + width: 100%; + height: auto; + margin: 0; + } +} + +/* Modern menu For md screen*/ +@media (max-width: 991.98px) +{ + [data-menu='vertical-menu-modern'] .header-navbar .navbar-header + { + position: relative; + + width: 100% !important; + padding: .5rem 1rem; + } + [data-menu='vertical-menu-modern'] .header-navbar .navbar-header .menu-toggle + { + position: relative; + top: 2px; + } + [data-menu='vertical-menu-modern'] .header-navbar .navbar-header .open-navbar-container i + { + font-size: 1.8rem; + } + [data-menu='vertical-menu-modern'] .header-navbar .navbar-header .navbar-brand + { + position: absolute; + top: 0; + left: 50%; + + -webkit-transform: translate(-50%, 0); + -moz-transform: translate(-50%, 0); + -ms-transform: translate(-50%, 0); + -o-transform: translate(-50%, 0); + transform: translate(-50%, 0); + } + [data-menu='vertical-menu-modern'] .header-navbar.navbar-with-menu .navbar-container + { + display: table; + + width: 100%; + height: auto; + margin: 0; + } + [data-menu='vertical-menu-modern'] .navbar-dark .navbar-header .navbar-nav .nav-link, + [data-menu='vertical-menu-modern'] .navbar-semi-dark .navbar-header .navbar-nav .nav-link + { + color: #fff; + } + [data-menu='vertical-menu-modern'] .navbar-dark .navbar-container .navbar-nav .nav-link, + [data-menu='vertical-menu-modern'] .navbar-semi-dark .navbar-container .navbar-nav .nav-link + { + color: #b8c2cc; + } + [data-menu='vertical-menu-modern'] .navbar-light .navbar-header .navbar-nav .nav-link + { + color: #b8c2cc; + } +} + +.navbar-light +{ + background: #fff; +} +.navbar-light.navbar-horizontal +{ + background: #fff; +} +.navbar-light .navbar-nav li +{ + line-height: 1; +} +.navbar-light .navbar-nav .active.nav-link +{ + background-color: rgba(0, 0, 0, .03); +} +.navbar-light .navbar-nav .disabled.nav-link +{ + color: #b8c2cc; +} + +.navbar-dark +{ + background: #b8c2cc; +} +.navbar-dark .navbar-brand +{ + color: #fff !important; +} +.navbar-dark.navbar-horizontal +{ + background: #b8c2cc; +} +.navbar-dark .nav-search .form-control, +.navbar-dark .nav-search .btn-secondary +{ + color: #fff; + background: #b8c2cc; +} +.navbar-dark .navbar-nav li +{ + line-height: 1; +} +.navbar-dark .navbar-nav .active.nav-link +{ + background-color: rgba(255, 255, 255, .05); +} +.navbar-dark .navbar-nav .disabled.nav-link +{ + color: #dae1e7; +} + +.navbar-semi-dark +{ + background: #fff; +} +.navbar-semi-dark .navbar-header +{ + background: #b8c2cc; +} +.navbar-semi-dark .navbar-header .brand-text +{ + color: #fff; +} +.navbar-semi-dark .navbar-nav li +{ + line-height: 1; +} +.navbar-semi-dark .navbar-nav .nav-link +{ + color: #b8c2cc; +} +.navbar-semi-dark .navbar-nav .active.nav-link +{ + background-color: rgba(0, 0, 0, .03); +} +.navbar-semi-dark .navbar-nav .disabled.nav-link +{ + color: #b8c2cc; +} + +.navbar-semi-light +{ + background: #b8c2cc; +} +.navbar-semi-light .navbar-header +{ + background: #fff; +} +.navbar-semi-light .navbar-header .brand-text +{ + color: #b8c2cc; +} +.navbar-semi-light .navbar-nav li +{ + line-height: 1; +} +.navbar-semi-light .navbar-nav .nav-link +{ + color: #fff; +} +.navbar-semi-light .navbar-nav .active.nav-link +{ + background-color: rgba(0, 0, 0, .03); +} +.navbar-semi-light .navbar-nav .disabled.nav-link +{ + color: #b8c2cc; +} + +@-moz-document url-prefix() +{ + ul li a .children-in + { + position: relative; + top: -14px; + right: 3px; + } +} + +.navbar-menu-icon span +{ + position: absolute; + left: 0; + + display: block; + + width: 100%; + height: 2px; + + -webkit-transition: .25s ease-in-out; + -moz-transition: .25s ease-in-out; + -o-transition: .25s ease-in-out; + transition: .25s ease-in-out; + -webkit-transform: rotate(0deg); + -moz-transform: rotate(0deg); + -ms-transform: rotate(0deg); + -o-transform: rotate(0deg); + transform: rotate(0deg); + + opacity: 1; + border-radius: 9px; + background: #b8c2cc; +} + +.navbar-menu-icon span:nth-child(1) +{ + top: 0; +} + +.navbar-menu-icon span:nth-child(2) +{ + top: 10px; +} + +.navbar-menu-icon span:nth-child(3) +{ + top: 20px; +} + +.navbar-menu-icon.show span:nth-child(1) +{ + top: 10px; + + -webkit-transform: rotate(135deg); + -moz-transform: rotate(135deg); + -ms-transform: rotate(135deg); + -o-transform: rotate(135deg); + transform: rotate(135deg); +} + +.navbar-menu-icon.show span:nth-child(2) +{ + left: -60px; + + opacity: 0; +} + +.navbar-menu-icon.show span:nth-child(3) +{ + top: 10px; + + -webkit-transform: rotate(-135deg); + -moz-transform: rotate(-135deg); + -ms-transform: rotate(-135deg); + -o-transform: rotate(-135deg); + transform: rotate(-135deg); +} + +@media (max-width: 767.98px) +{ + .header-navbar .navbar-nav .show + { + position: static; + } + .header-navbar .navbar-nav .open-navbar-container + { + padding-top: .625rem; + } + .header-navbar .navbar-container .show .dropdown-menu + { + right: 0; + left: 0 !important; + + float: none; + overflow-x: hidden; + + width: auto; + max-height: 400px; + margin-top: 0; + } + .header-navbar .navbar-container ul.nav li.nav-item i + { + margin-right: .2rem; + } + .header-navbar .navbar-container ul.nav li a.dropdown-user-link + { + padding: .8rem .6rem; + } + .header-navbar .navbar-container ul.nav li .dropdown-toggle::after + { + margin-right: 0; + margin-left: -2px; + } + .navbar-dark .hamburger-inner, + .navbar-dark .hamburger-inner::before, + .navbar-dark .hamburger-inner::after, + .navbar-semi-dark .hamburger-inner, + .navbar-semi-dark .hamburger-inner::before, + .navbar-semi-dark .hamburger-inner::after + { + background-color: #fff; + } + .navbar-dark .navbar-header .navbar-nav .nav-link, + .navbar-semi-dark .navbar-header .navbar-nav .nav-link + { + color: #fff; + } + .navbar-dark .navbar-container .navbar-nav .nav-link, + .navbar-semi-dark .navbar-container .navbar-nav .nav-link + { + color: #b8c2cc; + } + .navbar-light .navbar-header .navbar-nav .nav-link, + .navbar-semi-light .navbar-header .navbar-nav .nav-link + { + color: #b8c2cc; + } + .navbar-light .navbar-container .navbar-nav .nav-link, + .navbar-semi-light .navbar-container .navbar-nav .nav-link + { + color: #b8c2cc; + } +} + +.headroom +{ + -webkit-transition: -webkit-transform 200ms linear; + -moz-transition: transform 200ms linear, -moz-transform 200ms linear; + -o-transition: -o-transform 200ms linear; + transition: -webkit-transform 200ms linear; + transition: transform 200ms linear; + transition: transform 200ms linear, -webkit-transform 200ms linear, -moz-transform 200ms linear, -o-transform 200ms linear; + + will-change: transform; +} + +.headroom--pinned-top +{ + -webkit-transform: translateY(0%); + -moz-transform: translateY(0%); + -ms-transform: translateY(0%); + -o-transform: translateY(0%); + transform: translateY(0%); +} + +.headroom--unpinned-top +{ + -webkit-transform: translateY(-100%); + -moz-transform: translateY(-100%); + -ms-transform: translateY(-100%); + -o-transform: translateY(-100%); + transform: translateY(-100%); +} + +.headroom--pinned-bottom +{ + -webkit-transform: translateY(0%); + -moz-transform: translateY(0%); + -ms-transform: translateY(0%); + -o-transform: translateY(0%); + transform: translateY(0%); +} + +.headroom--unpinned-bottom +{ + -webkit-transform: translateY(100%); + -moz-transform: translateY(100%); + -ms-transform: translateY(100%); + -o-transform: translateY(100%); + transform: translateY(100%); +} + +@media (max-width: 575.98px) +{ + .header-navbar .navbar-container ul.nav li .selected-language + { + display: none; + } +} + +body[data-col='1-column'] .header-navbar.floating-nav +{ + width: -webkit-calc(100% - -webkit-calc(2.2rem * 2)); + width: -moz-calc(100% - -moz-calc(2.2rem * 2)); + width: calc(100% - calc(2.2rem * 2)); +} + +@media (min-width: 1200px) and (-ms-high-contrast: active), (-ms-high-contrast: none) +{ + body:not([data-col='1-columns']) .header-navbar.floating-nav + { + width: -webkit-calc(100% - 60px - 260px); + width: -moz-calc(100% - 60px - 260px); + width: calc(100% - 60px - 260px); + } +} + +@media (max-width: 1199.98px) +{ + .header-navbar .navbar-container ul.nav li.dropdown-language > a.nav-link + { + padding: 1.75rem .5rem; + } + .header-navbar .navbar-container ul.nav li a.dropdown-user-link + { + padding: .7rem 1.23rem; + } + .header-navbar .navbar-container ul.nav li a.nav-link-search + { + padding: 1.6rem 0 1.35rem 1rem; + } + .header-navbar .navbar-container ul.nav li .dropdown-toggle::after + { + margin-right: 0; + margin-left: -2px; + } +} + +@media (max-width: 767px) +{ + #navbar-mobile.navbar-collapse .navbar-nav + { + margin: 0; + + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -webkit-flex-flow: row wrap; + -moz-box-orient: horizontal; + -moz-box-direction: normal; + -ms-flex-flow: row wrap; + flex-flow: row wrap; + } + #navbar-mobile.navbar-collapse .navbar-nav .dropdown-menu + { + position: absolute; + } + #navbar-mobile.navbar-collapse .navbar-nav .nav-item + { + float: left; + } +} + +@media (max-width: 991.98px) +{ + #navbar-mobile.navbar-collapse .navbar-nav + { + margin: 0; + + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -webkit-flex-flow: row wrap; + -moz-box-orient: horizontal; + -moz-box-direction: normal; + -ms-flex-flow: row wrap; + flex-flow: row wrap; + } + #navbar-mobile.navbar-collapse .navbar-nav .dropdown-menu + { + position: absolute; + } + #navbar-mobile.navbar-collapse .navbar-nav .nav-item + { + float: left; + } +} + +/* ----------- iPhone 5, 5S iPhone 6----------- */ +/* Landscape */ +@media only screen and (min-device-width: 26.78em) and (max-device-width: 47.64em) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) +{ + .header-navbar .navbar-container .show .dropdown-menu + { + max-height: 180px; + } +} + +/* ----------- iPhone 6+ ----------- */ +/* Landscape */ +@media only screen and (min-device-width: 29.57em) and (max-device-width: 52.57em) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) +{ + .header-navbar .navbar-container .show .dropdown-menu + { + max-height: 280px; + } +} + +/*----------------------------- For Navbar Component -------------------------*/ +#navbar-component .navbar +{ + z-index: auto; +} +#navbar-component .navbar.floating-nav +{ + border-radius: .5rem; +} +#navbar-component .navbar .navbar-nav .nav-item a +{ + color: inherit !important; +} +#navbar-component .navbar.header-navbar.navbar-dark .navbar-nav .nav-link +{ + color: #fff; +} +#navbar-component .navbar.header-navbar.navbar-dark .navbar-nav .nav-link i +{ + color: #fff; +} +#navbar-component .navbar .navbar-nav .dropdown-language.show, +#navbar-component .navbar .navbar-nav .dropdown-notification.show, +#navbar-component .navbar .navbar-nav .dropdown-user.show +{ + position: relative; +} +#navbar-component .navbar .navbar-nav .dropdown-language .dropdown-menu.show, +#navbar-component .navbar .navbar-nav .dropdown-notification .dropdown-menu.show, +#navbar-component .navbar .navbar-nav .dropdown-user .dropdown-menu.show +{ + position: absolute; + right: 0; + left: auto !important; +} +#navbar-component .navbar.navbar-dark .navbar-toggler, +#navbar-component .navbar.navbar-light .navbar-toggler +{ + font-size: 1.2rem; +} +#navbar-component .navbar.navbar-dark .navbar-toggler:focus, +#navbar-component .navbar.navbar-light .navbar-toggler:focus +{ + outline: 0; +} + +#navbar-component #navbar-collapsed .navbar +{ + border-radius: 0; +} + +@media (min-width: 992px) +{ + #navbar-component .navbar .navbar-container + { + background: inherit; + } + #navbar-component .nav .dropdown-language + { + float: right; + } +} + +@media (max-width: 992px) +{ + #navbar-component .navbar .navbar-container + { + background: inherit; + } + #navbar-component .navbar .navbar-container .navbar-nav + { + flex-direction: row; + + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -webkit-flex-direction: row; + -moz-box-orient: horizontal; + -moz-box-direction: normal; + -ms-flex-direction: row; + } +} + +@media (max-width: 1200px) +{ + .header-navbar.fixed-top + { + left: 0; + } +} + +@media (max-width: 768px) +{ + #navbar-component .navbar .navbar-nav .dropdown-notification.show + { + position: static; + } +} + +@media (max-width: 575.98px) +{ + .header-navbar.floating-nav + { + width: -webkit-calc(100% - 2.4rem) !important; + width: -moz-calc(100% - 2.4rem) !important; + width: calc(100% - 2.4rem) !important; + margin-right: 1.2rem; + margin-left: 1.2rem; + } + .content.app-content .content-area-wrapper + { + margin-right: 1.2rem !important; + margin-left: 1.2rem !important; + } +} + +@media (max-width: 992px) +{ + .navbar-container #navbar-mobile .nav-back + { + margin-top: 5px; + } +} + +.card-group, +.card-deck +{ + margin-bottom: .75rem; +} + +.card +{ + margin-bottom: 2.2rem; + + -webkit-transition: all .3s ease-in-out; + -moz-transition: all .3s ease-in-out; + -o-transition: all .3s ease-in-out; + transition: all .3s ease-in-out; + + border: none; + border-radius: .5rem; + -webkit-box-shadow: 0 4px 25px 0 rgba(0, 0, 0, .1); + box-shadow: 0 4px 25px 0 rgba(0, 0, 0, .1); +} +.card .card +{ + -webkit-box-shadow: none !important; + box-shadow: none !important; +} +.card .card-subtitle +{ + margin-top: .5rem; +} +.card .card-title +{ + font-size: 1.32rem; + font-weight: 500; + + margin-bottom: .5rem; + + letter-spacing: .05rem; +} +.card .card-bordered +{ + border: 1px solid rgba(34, 41, 47, .125); +} +.card .card-img-overlay +{ + border-radius: .5rem; +} +.card.card-fullscreen +{ + position: fixed; + z-index: 9999; + top: 0; + right: 0; + bottom: 0; + left: 0; + + display: block; + overflow: auto; + + width: 100% !important; + height: 100% !important; +} +.card .card-body[class*='border-bottom-'] +{ + border-bottom-width: 2px !important; +} +.card .card-img-overlay.bg-overlay +{ + background: rgba(0, 0, 0, .45); +} +.card .card-img-overlay .text-muted +{ + color: #1e1e1e !important; +} +.card.card-minimal +{ + border: none; + -webkit-box-shadow: none; + box-shadow: none; +} +.card .card-header +{ + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + + padding: 1.5rem 1.5rem 0; + + border-bottom: none; + background-color: transparent; + + -webkit-box-align: center; + -webkit-align-items: center; + -moz-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-flex-wrap: wrap; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -webkit-box-pack: justify; + -webkit-justify-content: space-between; + -moz-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; +} +.card .card-header .card-title +{ + margin-bottom: 0; +} +.card .card-header .heading-elements, +.card .card-header .heading-elements-toggle +{ + position: absolute; + top: 17px; + right: 21px; + + cursor: pointer; + + background-color: inherit; +} +.card .card-header .heading-elements.heading-top-elements .page-item, +.card .card-header .heading-elements-toggle.heading-top-elements .page-item +{ + display: inline-block; +} +.card .card-header .heading-elements a, +.card .card-header .heading-elements-toggle a +{ + padding: 0; + padding-left: 8px; +} +.card .card-header .heading-elements a.btn, +.card .card-header .heading-elements-toggle a.btn +{ + padding-top: 6px; + padding-bottom: 6px; +} +.card .card-header .heading-elements a[data-action='collapse'] i, +.card .card-header .heading-elements-toggle a[data-action='collapse'] i +{ + display: inline-block; + + -webkit-transition: all .25s ease-out; + -moz-transition: all .25s ease-out; + -o-transition: all .25s ease-out; + transition: all .25s ease-out; +} +.card .card-header .heading-elements a[data-action='collapse'].rotate i, +.card .card-header .heading-elements-toggle a[data-action='collapse'].rotate i +{ + -webkit-transform: rotate(-180deg); + -moz-transform: rotate(-180deg); + -ms-transform: rotate(-180deg); + -o-transform: rotate(-180deg); + transform: rotate(-180deg); +} +.card .card-footer +{ + border-top: 1px solid #dae1e7; +} + +.card-columns .card +{ + margin-bottom: 2.2rem; +} + +.text-white .card-text +{ + color: white; +} + +.text-white .card-img-overlay .text-muted +{ + color: #fff !important; +} + +.text-white code +{ + background-color: white; +} + +.text-white .heading-elements i +{ + color: #fff; +} + +.card-head-inverse +{ + color: #fff; +} +.card-head-inverse .heading-elements i +{ + color: #fff; +} + +.card-transparent +{ + background-color: transparent; +} + +@media (max-width: 991.98px) +{ + .heading-elements + { + text-align: center; + } + .heading-elements .list-inline + { + display: none; + } + .heading-elements.visible + { + position: absolute; + z-index: 997; + top: 22px !important; + top: 100%; + top: 50px; + left: 0; + + display: block; + + width: 100%; + height: auto; + margin-top: 0; + padding: 10px; + } + .heading-elements.visible .list-inline + { + position: absolute; + top: 12px; + right: 15px; + + display: block; + + background-color: #fff; + } +} + +@media (min-width: 992px) +{ + .heading-elements-toggle + { + display: none; + } +} + +.overlay-img-card .card-img-overlay, +.overlay-img-card img +{ + max-height: 34.64rem; +} + +.activity-timeline.timeline-left +{ + margin-left: 1.5rem; + padding-left: 40px; + + border-left: 2px solid #dae1e7; +} +.activity-timeline.timeline-left li +{ + position: relative; + + margin-bottom: 20px; +} +.activity-timeline.timeline-left li p +{ + margin-bottom: 0; +} +.activity-timeline.timeline-left li .timeline-icon +{ + position: absolute; + top: 0; + left: -4.3rem; + + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + + padding: .7rem; + + color: #fff; + border-radius: 50%; + + -webkit-box-align: center; + -webkit-align-items: center; + -moz-box-align: center; + -ms-flex-align: center; + align-items: center; +} +.activity-timeline.timeline-left li .timeline-icon i +{ + vertical-align: sub; +} + +.activity-timeline.timeline-right +{ + margin-right: 1.5rem; + padding-right: 40px; + + border-right: 2px solid #dae1e7; +} +.activity-timeline.timeline-right li +{ + position: relative; + + margin-bottom: 20px; + + text-align: right; +} +.activity-timeline.timeline-right li p +{ + margin-bottom: 0; +} +.activity-timeline.timeline-right li .timeline-icon +{ + position: absolute; + top: 0; + right: -4.3rem; + + padding: .6rem .7rem; + + color: #fff; + border-radius: 50%; +} +.activity-timeline.timeline-right li .timeline-icon i +{ + vertical-align: sub; +} + +@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) +{ + .card-body, + .card-content + { + min-height: 1px; + } + .profile-card-2 .card .card-header + { + display: block; + } + .profile-card-1 .card .avatar, + .profile-card-3 .card .avatar + { + margin-right: auto; + margin-left: auto; + } +} + +.breadcrumb +{ + font-family: 'Montserrat', Helvetica, Arial, serif; + font-size: 1rem; + + padding: .5rem 0 .5rem 1rem !important; + + border-left: 1px solid #d6dce1; + border-radius: 0; + background-color: transparent; + /* .breadcrumb-item:first-child{ + a{ + &:after{ + content: "\e965"; + font-family: 'feather'; + } + } + } */ +} +.breadcrumb > li + li::before +{ + padding-right: .6rem; + padding-left: .6rem; +} +.breadcrumb .breadcrumb-item + .breadcrumb-item +{ + padding-left: 0; +} +.breadcrumb .breadcrumb-item + .breadcrumb-item:before +{ + font-family: 'feather'; + + content: '\e847'; + + color: #626262; +} +.breadcrumb .breadcrumb-item.active +{ + color: #626262; +} + +/* Custom scss for page headers style */ +.breadcrumbs-right .breadcrumb +{ + float: right; +} + +.breadcrumbs-top .breadcrumb +{ + margin: 0; + padding: 0; +} + +/* Component Specific */ +#component-breadcrumbs .breadcrumb +{ + border: none; +} +#component-breadcrumbs .breadcrumb .breadcrumb-item + .breadcrumb-item:before +{ + font-family: none; + + padding: 0 1rem; +} + +#component-breadcrumbs .default-breadcrumb.breadcrumb .breadcrumb-item + .breadcrumb-item:before +{ + content: '/'; +} + +#component-breadcrumbs .breadcrumb-dots.breadcrumb .breadcrumb-item + .breadcrumb-item:before +{ + position: relative; + top: -4px; + + content: '.'; +} + +#component-breadcrumbs .breadcrumb-dashes.breadcrumb .breadcrumb-item + .breadcrumb-item:before +{ + content: '-'; +} + +#component-breadcrumbs .breadcrumb-pipes.breadcrumb .breadcrumb-item + .breadcrumb-item:before +{ + content: '|'; +} + +#component-breadcrumbs .breadcrumb-chevron.breadcrumb .breadcrumb-item + .breadcrumb-item:before +{ + font-family: 'feather'; + + position: relative; + top: 1px; + + content: '\e844'; +} + +#breadcrumb-alignment .breadcrumb-wrapper +{ + padding: 1px; + + border-radius: 10px; + -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, .1); + box-shadow: 1px 1px 10px rgba(0, 0, 0, .1); +} +#breadcrumb-alignment .breadcrumb-wrapper .breadcrumb +{ + margin-top: .8rem; +} + +.badge +{ + font-weight: 400; + + color: #fff; + background-color: #7367f0; +} +.badge[class*='badge-'] [class*='icon-'] +{ + line-height: 1; +} +.badge[class*='badge-'] a +{ + color: #fff; +} +.badge[class*='badge-'] i +{ + vertical-align: middle; +} +.badge[class*='badge-'] .dropdown-toggle span, +.badge[class*='badge-'] .dropdown-toggle i, +.badge[class*='badge-'].dropdown-toggle span, +.badge[class*='badge-'].dropdown-toggle i +{ + vertical-align: text-top; +} +.badge[class*='badge-'] .dropdown-toggle i, +.badge[class*='badge-'].dropdown-toggle i +{ + padding-left: .2rem; +} +.badge[class*='badge-'] .dropdown-toggle::after, +.badge[class*='badge-'].dropdown-toggle::after +{ + font-size: 1rem; + + position: relative; + top: 0; + left: 0; +} +.badge[class*='badge-'] .dropdown-menu a +{ + color: #626262; +} +.badge.badge-square +{ + border-radius: 0; +} +.badge.badge-up +{ + position: absolute; + top: -1rem; + right: -1rem; +} +.badge.badge-up.badge-sm +{ + top: -.5rem; + right: -.5rem; +} + +.badge-xl +{ + font-size: 1.8rem; +} + +.badge-lg +{ + font-size: 1.2rem; +} + +.badge-md +{ + font-size: 1rem; +} + +.badge-sm +{ + font-size: .7rem; +} + +.badge-icon i +{ + font-size: 100%; + + margin-right: 5px; +} + +.dropup .badge +{ + cursor: pointer; +} + +.nav +{ + border-radius: .25rem; +} +.nav.wrap-border +{ + border: 1px solid #ddd; +} +.nav.wrap-border li.nav-header +{ + margin: 0 .5rem; +} +.nav.wrap-border li.nav-item, +.nav.wrap-border div +{ + padding: 2px .714rem; +} +.nav.square-border +{ + border-radius: 0; +} +.nav.square-border .nav-item .nav-link.active +{ + border-radius: 0; +} +.nav .modern-nav-toggle +{ + padding: 1.571rem 0; +} +.nav.nav-pills +{ + margin-bottom: 1rem; +} +.nav.nav-pills .nav-item .nav-link +{ + font-size: .98rem; + + margin-right: .5rem; + padding: .2rem 1rem; + padding-top: .3rem; + + color: #000; + border-radius: .357rem; +} +.nav.nav-pills .nav-item .nav-link.active +{ + color: #fff; +} +.nav.nav-pills .nav-item .nav-link.disabled +{ + color: #b8c2cc; +} +.nav.nav-pills .nav-item .nav-link.dropdown-toggle::after +{ + top: 1px; + left: 1px; +} +.nav.nav-pills .nav-item.dropdown.show .nav-link +{ + color: #fff; +} +.nav.nav-pills .nav-item.dropdown.show .dropdown-item.active:hover +{ + color: #7367f0; +} +.nav.nav-pills.nav-justified +{ + width: 100%; +} +.nav.nav-pills.nav-justified .nav-item +{ + float: none; +} +.nav.nav-pills.nav-justified .nav-link +{ + margin-bottom: 5px; + + text-align: center; +} +.nav.nav-pills.nav-justified > .dropdown .dropdown-menu +{ + top: auto; + left: auto; +} +@media (min-width: 576px) +{ + .nav.nav-pills.nav-justified .nav-item + { + display: block; + + width: 1%; + } + .nav.nav-pills.nav-justified .nav-link + { + margin-bottom: 0; + } +} +.nav.nav-pills.nav-justified .nav-link +{ + margin-right: 0; + + border-radius: .5rem; +} +@media (min-width: 576px) +{ + .nav.nav-pills.nav-justified .nav-link.active, + .nav.nav-pills.nav-justified .nav-link.active:hover, + .nav.nav-pills.nav-justified .nav-link.active:focus + { + border-bottom-color: transparent; + } +} +.nav.nav-pills.nav-justified .nav-link +{ + display: block; +} +.nav.nav-pills.nav-justified .nav-link.active +{ + border: none; +} +.nav.nav-pills.nav-justified .nav-link.active:hover, +.nav.nav-pills.nav-justified .nav-link.active:focus +{ + border: none; +} +.nav.nav-pills.nav-active-bordered-pill .nav-item a.nav-link.active +{ + color: #7367f0; + border: 1px solid #7367f0; + border-radius: .25rem; + background-color: #fff; +} +.nav.nav-tabs +{ + position: relative; + + margin-bottom: 1rem; + + border: none; + border-radius: 0; + -webkit-box-shadow: -1px 11px 17px -10px rgba(0, 0, 0, .04); + box-shadow: -1px 11px 17px -10px rgba(0, 0, 0, .04); +} +.nav.nav-tabs .nav-item +{ + position: relative; +} +.nav.nav-tabs .nav-item .nav-link +{ + font-size: .95rem; + font-weight: 450; + + min-width: auto; + padding: .61rem .635rem; + + color: #000; + border: none; + border-radius: 0; +} +.nav.nav-tabs .nav-item .nav-link.active +{ + position: relative; + + -webkit-transition: all .2s ease; + -moz-transition: all .2s ease; + -o-transition: all .2s ease; + transition: all .2s ease; + -webkit-transform: translateY(-2px); + -moz-transform: translateY(-2px); + -ms-transform: translateY(-2px); + -o-transform: translateY(-2px); + transform: translateY(-2px); + + color: #7367f0; + border: none; + background-color: #fff; +} +.nav.nav-tabs .nav-item .nav-link.active:after +{ + position: absolute; + top: 100%; + bottom: 0; + left: 0; + + width: 100%; + height: 2px; + + content: attr(data-before); + -webkit-transition: all .2s linear; + -moz-transition: all .2s linear; + -o-transition: all .2s linear; + transition: all .2s linear; + -webkit-transform: translateY(0px); + -moz-transform: translateY(0px); + -ms-transform: translateY(0px); + -o-transform: translateY(0px); + transform: translateY(0px); + + background: -webkit-linear-gradient(60deg, #7367f0, rgba(115, 103, 240, .5)) !important; + background: -moz-linear-gradient(60deg, #7367f0, rgba(115, 103, 240, .5)) !important; + background: -o-linear-gradient(60deg, #7367f0, rgba(115, 103, 240, .5)) !important; + background: linear-gradient(30deg, #7367f0, rgba(115, 103, 240, .5)) !important; + -webkit-box-shadow: 0 0 8px 0 rgba(115, 103, 240, .5) !important; + box-shadow: 0 0 8px 0 rgba(115, 103, 240, .5) !important; +} +.nav.nav-tabs .nav-item .nav-link.dropdown-toggle::after +{ + top: 1px; + left: 1px; +} +.nav.nav-tabs .nav-item .nav-link.disabled +{ + color: #b8c2cc; +} +.nav.nav-tabs.nav-justified +{ + width: 100%; +} +.nav.nav-tabs.nav-justified .nav-item +{ + float: none; +} +.nav.nav-tabs.nav-justified .nav-link +{ + margin-bottom: 5px; + + text-align: center; +} +.nav.nav-tabs.nav-justified > .dropdown .dropdown-menu +{ + top: auto; + left: auto; +} +@media (min-width: 576px) +{ + .nav.nav-tabs.nav-justified .nav-item + { + display: block; + + width: 1%; + } + .nav.nav-tabs.nav-justified .nav-link + { + margin-bottom: 0; + } +} +.nav.nav-tabs.nav-justified .nav-link +{ + margin-right: 0; + + border-radius: .5rem; +} +@media (min-width: 576px) +{ + .nav.nav-tabs.nav-justified .nav-link.active, + .nav.nav-tabs.nav-justified .nav-link.active:hover, + .nav.nav-tabs.nav-justified .nav-link.active:focus + { + border-bottom-color: transparent; + } +} +.nav.nav-tabs.nav-justified .nav-item a.nav-link +{ + display: block; + + border-radius: 0; +} +.nav.nav-tabs.nav-justified .nav-item a.nav-link.active +{ + border: none; + background-color: #fff; +} +.nav.nav-tabs.nav-justified .nav-item a.nav-link:hover +{ + border-color: transparent; +} + +.nav-vertical +{ + overflow: hidden; +} +.nav-vertical .nav.nav-tabs .nav-item .nav-link +{ + margin-bottom: 0; + + border: none; +} +.nav-vertical .nav.nav-tabs .nav-item .nav-link.active +{ + border: none; + border-radius: 0; +} +.nav-vertical .nav.nav-tabs .nav-item .nav-link.active:after +{ + top: 1rem; + bottom: 100%; + left: -1rem; + + width: 2.14rem; + + -webkit-transform: rotate(90deg); + -moz-transform: rotate(90deg); + -ms-transform: rotate(90deg); + -o-transform: rotate(90deg); + transform: rotate(90deg); +} +.nav-vertical .nav.nav-tabs .nav-item .nav-link:hover +{ + border-right: none; +} +.nav-vertical .nav.nav-tabs.nav-left +{ + display: table; + float: left; + + margin-right: 1rem; +} +.nav-vertical .nav.nav-tabs.nav-left ~ .tab-content .tab-pane +{ + display: none; + overflow-y: auto; + + padding-left: 1rem; + + background-color: #fff; +} +.nav-vertical .nav.nav-tabs.nav-left ~ .tab-content .tab-pane.active +{ + display: block; +} +.nav-vertical .nav.nav-tabs.nav-right +{ + display: table; + float: right; + + margin-left: 1rem; +} +.nav-vertical .nav.nav-tabs.nav-right .nav-item .nav-link.active:after +{ + left: 2.4rem; +} +.nav-vertical .nav.nav-tabs.nav-right ~ .tab-content .tab-pane +{ + display: none; + overflow-y: auto; + + padding-right: 1rem; + + background-color: #fff; +} +.nav-vertical .nav.nav-tabs.nav-right ~ .tab-content .tab-pane.active +{ + display: block; +} + +.alert +{ + font-weight: 500; + + border: none; +} +.alert .close:focus +{ + outline: 0; +} +.alert p +{ + font-weight: 500; + + margin-bottom: 0; + padding: 2px 0; + + vertical-align: middle; +} +.alert span +{ + vertical-align: middle; +} +.alert .alert-heading +{ + font-size: .9rem; + font-weight: 700; + + padding: 0; + padding-bottom: 8px; +} +.alert.alert-dark .alert-heading +{ + -webkit-box-shadow: rgba(30, 30, 30, .4) 0 6px 15px -7px; + box-shadow: rgba(30, 30, 30, .4) 0 6px 15px -7px; +} +.alert.alert-light .alert-heading +{ + -webkit-box-shadow: rgba(186, 191, 199, .4) 0 6px 15px -7px; + box-shadow: rgba(186, 191, 199, .4) 0 6px 15px -7px; +} + +.media-list .media +{ + width: 100%; + margin-top: 0; + padding: 1.25rem; +} +.media-list .media .media-left +{ + padding-right: 1rem; +} +.media-list .media .media-right +{ + padding-left: 1rem; +} + +.media-list a.media +{ + color: #b8c2cc !important; +} + +.media-bordered .media +{ + border-top: 1px solid #e4e7ed; +} +.media-bordered .media:first-child +{ + border-top: 0; +} + +/*========================================================================================= + File Name: progress.scss + Description: Extended bootstrap progress bar scss. + ---------------------------------------------------------------------------------------- + Item Name: Vuesax HTML Admin Template + Version: 1.1 + Author: PIXINVENT + Author URL: http://www.themeforest.net/user/pixinvent + ---------------------------------------------------------------------------------------- + + Modifiers: `progress-lg` + `progress-md` + `progress-sm` + `progress-xs` + +==========================================================================================*/ +.progress +{ + margin-bottom: 3rem; +} +.progress:last-child +{ + margin-bottom: 1rem; +} +.progress.progress-xl +{ + height: 1.14rem; +} +.progress.progress-lg +{ + height: .857rem; +} +.progress.progress-md +{ + height: .57rem; +} +.progress.progress-sm +{ + height: .143rem; +} +.progress .progress-bar +{ + border-radius: 1.28rem; +} + +/* =============================================================================================== + File Name: list-group.scss + Description: Contain list item, list group related extended SCSS. + ---------------------------------------------------------------------------------------------- + Item Name: Vuesax HTML Admin Template + Version: 1.1 + Author: PIXINVENT + Author URL: http://www.themeforest.net/user/pixinvent +================================================================================================*/ +ul.list-inline li +{ + display: inline-block; +} + +ul.list-inline.list-inline-pipe > li + li:before +{ + padding-right: 2px; + + content: ' | '; +} + +.list-group .list-group-item +{ + line-height: 1.5; +} +.list-group .list-group-item.active:hover +{ + background-color: #7367f0; +} +.list-group .list-group-item.active:focus +{ + color: #626262; + outline: 0; +} +.list-group .list-group-item.active:focus:hover +{ + color: #fff; +} +.list-group .list-group-item:hover +{ + background-color: #f8f8f8; +} +.list-group .list-group-item i +{ + font-size: 1.2rem; + font-weight: 100; + + position: relative; + top: 2px; +} +.list-group .list-group-item:not(.active):focus:active +{ + color: inherit; +} + +.list-group .list-group-item-action:active +{ + color: #fff; + background-color: #7367f0; +} + +.list-group .list-group-item-action:focus +{ + outline: 0; + background-color: #f8f8f8; +} + +.list-group-item.gu-mirror +{ + border-radius: 0; +} + +.users-list li + li +{ + margin-left: -.785rem; +} + +.users-list li img +{ + border: 2px solid #fff; + -webkit-box-shadow: 0 2px 10px 0 rgba(184, 194, 204, .3); + box-shadow: 0 2px 10px 0 rgba(184, 194, 204, .3); +} + +.users-list li .badge +{ + color: #22292f; +} + +.toast-bs-container +{ + position: fixed; + z-index: 1040; + top: 0; + left: 0; + + width: 100%; +} +.toast-bs-container .toast-position +{ + position: relative; + top: 0; + right: 0; + + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + flex-direction: column; + + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -webkit-flex-direction: column; + -moz-box-orient: vertical; + -moz-box-direction: normal; + -ms-flex-direction: column; + -webkit-flex-wrap: wrap-reverse; + -ms-flex-wrap: wrap-reverse; + flex-wrap: wrap-reverse; +} +.toast-bs-container .toast-position .toast.show +{ + z-index: 1030; + + opacity: 1; +} + +.toast-placement +{ + position: static; + top: 0; +} +.toast-placement .toast +{ + position: fixed; + z-index: 1030; + top: 0; +} + +.toast +{ + display: none; + + margin-top: .75rem; + + background-color: white; +} +.toast .toast-header .close:focus, +.toast .toast-header .close:active +{ + outline: none; +} + +.toast.show.toast-wrapper +{ + position: static; +} + +.toast.toast-translucent +{ + display: block; + + opacity: 1; +} + +.toast-header img +{ + width: 35px; + height: 24px; +} + +@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) +{ + .toast-bs-container + { + position: fixed !important; + left: 74% !important; + } +} + +_:-ms-lang(x), +.toast-bs-container +{ + position: fixed !important; + left: 74% !important; +} + +.accordion .collapse-title, +.collapse-bordered .collapse-title +{ + font-size: 1.2rem; + font-weight: 400; +} + +.accordion .card-header, +.collapse-bordered .card-header +{ + cursor: pointer; +} + +.collapse-title +{ + color: inherit; +} +.collapse-title:hover +{ + color: inherit; +} + +.collapse-bordered .card:first-child +{ + border-top: 0; +} + +.collapse-bordered .card:last-child +{ + border-bottom: 0; +} + +.collapse-bordered .card +{ + margin-bottom: 0; + + border-bottom: 1px solid rgba(0, 0, 0, .04); + border-radius: 0; +} +.collapse-bordered .card .card-header +{ + padding: 1rem; +} +.collapse-bordered .card .card-body +{ + line-height: 1.5; + + padding: 1rem; +} + +.accordion .collapse-border-item.card +{ + margin-bottom: 0; + + border: 1px solid rgba(0, 0, 0, .1); +} +.accordion .collapse-border-item.card:first-child +{ + border-bottom: 0; +} +.accordion .collapse-border-item.card .card-header +{ + padding: 1rem; +} +.accordion .collapse-border-item.card .card-body +{ + line-height: 1.5; + + padding: 1rem; +} + +.accordion-shadow +{ + padding: .15rem .75rem; + + border-radius: .5rem; + -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1); + box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1); +} +.accordion-shadow .card.open +{ + margin: 10px 0; + + border: 0; + border-radius: .571rem; + -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1) !important; + box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1) !important; +} +.accordion-shadow .card:first-child +{ + border-top-left-radius: .571rem; + border-top-right-radius: .571rem; +} +.accordion-shadow .card:last-child +{ + border-bottom-right-radius: .571rem; + border-bottom-left-radius: .571rem; +} + +.collapse-border +{ + border: 1px solid rgba(0, 0, 0, .1); + border-radius: .5rem; +} +.collapse-border + .collapse.show +{ + border: 1px solid rgba(0, 0, 0, .1); +} + +.collapse-margin +{ + margin-top: .71rem; + margin-bottom: .71rem !important; + + border-bottom: 0 solid transparent !important; + border-radius: 5px; + -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .05); + box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .05); +} +.collapse-margin .card-header +{ + padding: 1rem; + + border-radius: 5px; +} +.collapse-margin .card-body +{ + line-height: 1.5rem; + + padding: 1rem; +} + +.pagination .page-item +{ + border-radius: 5rem; +} +.pagination .page-item.prev-item .page-link, +.pagination .page-item.next-item .page-link, +.pagination .page-item.first .page-link, +.pagination .page-item.last .page-link, +.pagination .page-item.prev .page-link, +.pagination .page-item.next .page-link +{ + color: #7367f0; +} +.pagination .page-item.prev-item.disabled .page-link, +.pagination .page-item.next-item.disabled .page-link, +.pagination .page-item.first.disabled .page-link, +.pagination .page-item.last.disabled .page-link, +.pagination .page-item.prev.disabled .page-link, +.pagination .page-item.next.disabled .page-link +{ + color: #b8c2cc; +} +.pagination .page-item.prev-item +{ + margin-right: .3571rem; +} +.pagination .page-item.prev-item .page-link +{ + padding: .572rem .651rem; + + border-radius: 50%; + background-color: #f0f0f0; +} +.pagination .page-item.prev-item .page-link i +{ + font-size: 1.2rem; + + position: relative; + top: 1px; +} +.pagination .page-item.prev-item .page-link:hover +{ + color: #fff; + background: #7367f0; +} +.pagination .page-item.prev-item ~ .page-item:nth-child(2).active +{ + border-top-left-radius: 1.428rem; + border-bottom-left-radius: 1.428rem; +} +.pagination .page-item.prev-item ~ .page-item:nth-child(2).active .page-link +{ + border-top-left-radius: 5rem !important; + border-bottom-left-radius: 5rem !important; +} +.pagination .page-item.prev-item ~ .page-item:nth-last-child(-n+2).active +{ + border-top-right-radius: 1.428rem; + border-bottom-right-radius: 1.428rem; +} +.pagination .page-item.prev-item ~ .page-item:nth-last-child(-n+2).active .page-link +{ + border-top-right-radius: 5rem !important; + border-bottom-right-radius: 5rem !important; +} +.pagination .page-item.next-item +{ + margin-left: .3571rem; +} +.pagination .page-item.next-item .page-link +{ + padding: .572rem .651rem; + + border-radius: 50%; + background-color: #f0f0f0; +} +.pagination .page-item.next-item .page-link i +{ + font-size: 1.2rem; + + position: relative; + top: 1px; +} +.pagination .page-item.next-item .page-link:hover +{ + color: #fff; + background: #7367f0; +} +.pagination .page-item .page-link +{ + font-size: 1rem; + font-weight: 700; + + margin: 0; + margin-left: 0; + + color: rgba(0, 0, 0, .6); + border: none; + background-color: #f0f0f0; +} +.pagination .page-item .page-link i +{ + position: relative; + top: 1px; +} +.pagination .page-item .page-link:focus +{ + -webkit-box-shadow: none; + box-shadow: none; +} +.pagination .page-item .page-link:hover +{ + color: #7367f0; +} +.pagination .page-item.active +{ + border-radius: 0; + background-color: #f0f0f0; +} +.pagination .page-item.active .page-link +{ + z-index: 3; + + -webkit-transform: scale(1.05); + -moz-transform: scale(1.05); + -ms-transform: scale(1.05); + -o-transform: scale(1.05); + transform: scale(1.05); + + color: #fff; + border-radius: 5rem; + background-color: #7367f0; +} +.pagination .page-item:first-child:not(.prev-item).active +{ + border-top-left-radius: 1.428rem; + border-bottom-left-radius: 1.428rem; +} +.pagination .page-item:first-child:not(.prev-item).active .page-link +{ + border-radius: 5rem; +} +.pagination .page-item:first-child:not(.prev-item) .page-link +{ + border-top-left-radius: 1.428rem; + border-bottom-left-radius: 1.428rem; +} +.pagination .page-item:last-child:not(.next-item).active +{ + border-top-right-radius: 1.428rem; + border-bottom-right-radius: 1.428rem; +} +.pagination .page-item:last-child:not(.next-item).active .page-link +{ + border-radius: 5rem; +} +.pagination .page-item:last-child:not(.next-item) .page-link +{ + border-top-right-radius: 1.428rem; + border-bottom-right-radius: 1.428rem; +} + +.pagination.pagination-lg .page-item .page-link +{ + font-size: 1.5rem; + + -webkit-transform: scale(1); + -moz-transform: scale(1); + -ms-transform: scale(1); + -o-transform: scale(1); + transform: scale(1); +} + +.modal .modal-header +{ + padding: .8rem; + + border-bottom: none; + border-radius: .42rem; + background-color: #f8f8f8; +} +.modal .modal-header .close +{ + position: relative; + + padding: .2rem .62rem; + + -webkit-transition: all .23s ease .1s; + -moz-transition: all .23s ease .1s; + -o-transition: all .23s ease .1s; + transition: all .23s ease .1s; + -webkit-transform: translate(8px, -2px); + -moz-transform: translate(8px, -2px); + -ms-transform: translate(8px, -2px); + -o-transform: translate(8px, -2px); + transform: translate(8px, -2px); + + opacity: 1; + border-radius: .357rem; + background: #fff; + -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1); + box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1); +} +.modal .modal-header .close span +{ + font-size: 2rem; + font-weight: 400; + + color: #7367f0; +} +.modal .modal-header .close:hover, +.modal .modal-header .close:focus, +.modal .modal-header .close:active +{ + -webkit-transform: translate(5px, 3px); + -moz-transform: translate(5px, 3px); + -ms-transform: translate(5px, 3px); + -o-transform: translate(5px, 3px); + transform: translate(5px, 3px); + + opacity: 1; + outline: none; + -webkit-box-shadow: none; + box-shadow: none; +} +.modal .modal-header[class*='bg-'] +{ + color: #fff; + border-bottom-right-radius: 5px; + border-bottom-left-radius: 5px; +} +.modal .modal-header[class*='bg-'] .modal-title +{ + color: #fff; +} +.modal .modal-header.bg-primary .close span +{ + color: #7367f0; +} +.modal .modal-header.bg-success .close span +{ + color: #28c76f; +} +.modal .modal-header.bg-info .close span +{ + color: #00cfe8; +} +.modal .modal-header.bg-danger .close span +{ + color: #ea5455; +} +.modal .modal-header.bg-warning .close span +{ + color: #ff9f43; +} +.modal .modal-header.bg-dark .close span +{ + color: #1e1e1e; +} + +.modal .modal-content +{ + overflow: visible; + + border: none; + -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1); + box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1); +} + +.modal .modal-footer +{ + border-color: rgba(0, 0, 0, .05); +} + +.modal-sm +{ + max-width: 400px; +} + +.modal-xs +{ + max-width: 300px; +} + +.modal-xl +{ + max-width: 94%; + margin-right: 3%; + margin-left: 3%; +} + +@media (max-width: 576px) +{ + .modal + { + padding-right: 1rem; + padding-left: 1rem; + } + .modal .modal-xs, + .modal .modal-sm + { + max-width: unset; + } +} + +.popover +{ + z-index: 10; +} +.popover .popover-header +{ + color: #fff; + border: none; + border-top-left-radius: .3rem; + border-top-right-radius: .3rem; +} +.popover.bs-popover-bottom .arrow:after +{ + border-bottom-color: #7367f0; +} + +.icon-bg-circle +{ + padding: .5rem; + + color: #fff; + border-radius: 50%; +} + +.icon-left +{ + margin-right: .5rem; +} + +.icon-right +{ + margin-right: .5rem; +} + +.icon-spin +{ + display: inline-block; + + -webkit-animation: spin 1s infinite linear; + -moz-animation: spin 1s infinite linear; + -o-animation: spin 1s infinite linear; + animation: spin 1s infinite linear; +} + +.blockOverlay +{ + z-index: 1050 !important; +} + +.blockElement, +.blockPage +{ + z-index: 1051 !important; +} + +@-moz-keyframes spin +{ + from + { + -moz-transform: rotate(0deg); + } + to + { + -moz-transform: rotate(360deg); + } +} + +@-webkit-keyframes spin +{ + from + { + -webkit-transform: rotate(0deg); + } + to + { + -webkit-transform: rotate(360deg); + } +} + +@-o-keyframes spin +{ + from + { + -o-transform: rotate(0deg); + transform: rotate(0deg); + } + to + { + -o-transform: rotate(360deg); + transform: rotate(360deg); + } +} + +@keyframes spin +{ + from + { + -webkit-transform: rotate(0deg); + -moz-transform: rotate(0deg); + -o-transform: rotate(0deg); + transform: rotate(0deg); + } + to + { + -webkit-transform: rotate(360deg); + -moz-transform: rotate(360deg); + -o-transform: rotate(360deg); + transform: rotate(360deg); + } +} + +.hidden +{ + display: none; + visibility: hidden; +} + +a:hover +{ + cursor: pointer; +} + +.round +{ + border-radius: 1.5rem; +} + +.square +{ + border-radius: 0; +} + +.icon-line-height +{ + line-height: 1.5rem !important; +} + +.table-middle td +{ + vertical-align: middle; +} + +.spinner +{ + display: inline-block; + + -webkit-animation: spin 1s linear infinite; + -moz-animation: spin 1s linear infinite; + -o-animation: spin 1s linear infinite; + animation: spin 1s linear infinite; +} + +@keyframes spin +{ + 0% + { + -webkit-transform: rotate(0deg); + -moz-transform: rotate(0deg); + -o-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% + { + -webkit-transform: rotate(360deg); + -moz-transform: rotate(360deg); + -o-transform: rotate(360deg); + transform: rotate(360deg); + } +} diff --git a/wwwjuba/app-assets/css/bootstrap-extended.min.css b/wwwjuba/app-assets/css/bootstrap-extended.min.css new file mode 100644 index 0000000..8ccac37 --- /dev/null +++ b/wwwjuba/app-assets/css/bootstrap-extended.min.css @@ -0,0 +1 @@ +.example-content-main,.example-content-secondary{position:relative;width:100%}.custom-switch .custom-control-label:focus,a:focus{outline:0}.font-small-1{font-size:.7rem!important}.font-small-2{font-size:.8rem!important}.font-small-3{font-size:.9rem!important}.font-medium-1{font-size:1.1rem!important}.font-medium-2{font-size:1.2rem!important}.font-medium-3{font-size:1.3rem!important}.font-medium-4{font-size:1.4rem!important}.font-medium-5{font-size:1.5rem!important}.font-large-1{font-size:2rem!important}.font-large-2{font-size:3rem!important}.font-large-3{font-size:4rem!important}.font-large-4{font-size:5rem!important}.font-large-5{font-size:6rem!important}.text-bold-300{font-weight:300}.text-bold-400{font-weight:400}.text-bold-500{font-weight:500}.text-bold-600{font-weight:600}.text-bold-700{font-weight:700}.text-italic{font-style:italic}.text-highlight{padding:4px 6px}code{font-size:90%;padding:.1rem .4rem;color:#e83e8c;border-radius:.25rem;background-color:#eee}.table th,label{font-size:.85rem}.example-container,.example-content-main,.example-content-secondary{padding-right:14px;padding-left:14px}pre{background-color:#f7f7f9}pre code{background-color:transparent!important}.bd-example-row .row+.row{margin-top:1rem}.bd-example-row .row>.col,.bd-example-row .row>[class^=col-]{padding-top:.75rem;padding-bottom:.75rem;border:1px solid rgba(86,61,124,.2);background-color:rgba(86,61,124,.15)}.bd-example-row .flex-items-bottom,.bd-example-row .flex-items-middle,.bd-example-row .flex-items-top{min-height:6rem;background-color:rgba(255,0,0,.1)}.bd-example-row-flex-cols .row{min-height:10rem;background-color:rgba(255,0,0,.1)}.bd-highlight{border:1px solid rgba(86,61,124,.15);background-color:rgba(86,61,124,.15)}.example-container{width:800px;width:100%;margin-right:auto;margin-left:auto}.example-row{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin-right:-14px;margin-left:-14px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (min-width:576px){.example-content-main{max-width:50%;-webkit-box-flex:0;-webkit-flex:0 0 50%;-moz-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media (min-width:992px){.example-content-main{max-width:66.66667%;-webkit-box-flex:0;-webkit-flex:0 0 66.66667%;-moz-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%}}@media (min-width:576px){.example-content-secondary{max-width:50%;-webkit-box-flex:0;-webkit-flex:0 0 50%;-moz-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media (min-width:992px){.example-content-secondary{max-width:33.33333%;-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-moz-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%}}.table-white-space td,.table-white-space th{white-space:nowrap}.table thead th{vertical-align:top}.table td,.table th{padding:1rem;vertical-align:middle}.table-inverse{color:#fff;background-color:#00cfe8}.table-hover-animation{background-color:#f8f8f8}.table-hover-animation thead th{border-top:2px solid #f8f8f8;border-bottom:0;background-color:#fff}.table-hover-animation td,.table-hover-animation th{border:0}.table-hover-animation tbody tr{-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease;background-color:#fff}.table-hover-animation tbody tr:hover{-webkit-transform:translateY(-4px);-moz-transform:translateY(-4px);-ms-transform:translateY(-4px);-o-transform:translateY(-4px);transform:translateY(-4px)}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.table-hover-animation tr:hover{border-bottom-color:#f8f8f8}}.form-control::-webkit-input-placeholder{font-size:.85rem;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;color:rgba(34,41,47,.4)}.form-control:-moz-placeholder{font-size:.85rem;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;color:rgba(34,41,47,.4)}.form-control::-moz-placeholder{font-size:.85rem;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;color:rgba(34,41,47,.4)}.form-control:-ms-input-placeholder{font-size:.85rem;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.form-control::placeholder{font-size:.85rem;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;color:rgba(34,41,47,.4)}.form-control:-ms-input-placeholder{color:#c5c5c5}.form-control:focus::-webkit-input-placeholder{-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;-webkit-transform:translate(5px);transform:translate(5px)}.form-control:focus:-moz-placeholder{-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;-moz-transform:translate(5px);transform:translate(5px)}.form-control:focus::-moz-placeholder{-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;-moz-transform:translate(5px);transform:translate(5px)}.form-control:focus:-ms-input-placeholder{-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;-ms-transform:translate(5px);transform:translate(5px)}.form-control:focus::placeholder{-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;-webkit-transform:translate(5px);-moz-transform:translate(5px);-ms-transform:translate(5px);-o-transform:translate(5px);transform:translate(5px)}.form-control:focus~.form-control-position i{color:#7367f0}label{margin-bottom:0;padding-left:.2rem;color:#464646}textarea.form-control{font-size:1rem;line-height:1.6rem}.form-group{margin-bottom:1.5rem}.form-control{color:#5f5f5f;border:1px solid #d9d9d9}.form-section{line-height:3rem;margin-bottom:20px;color:#b8c2cc;border-bottom:1px solid #b8c2cc}.form-section i{font-size:20px;margin-right:10px;margin-left:5px}.form-actions{margin-top:20px;padding:20px 0;border-top:1px solid #dfdfdf}.form-actions.filled{background-color:#f8f8f8}.form-actions.center{text-align:center}.form-actions.right{text-align:right}.form-actions.top{margin-top:0;margin-bottom:20px;border-top:0;border-bottom:1px solid #dfdfdf}@media (max-width:767.98px){.form-actions .buttons-group{float:left!important;margin-bottom:10px}}@media (min-width:576px){.form-horizontal .form-group .label-control{text-align:right}}.form-control.form-control-lg{padding:1rem}.form-control.form-control-lg::-webkit-input-placeholder{font-size:1.25rem}.form-control.form-control-lg:-moz-placeholder{font-size:1.25rem}.form-control.form-control-lg::-moz-placeholder{font-size:1.25rem}.form-control.form-control-lg:-ms-input-placeholder{font-size:1.25rem}.form-control.form-control-lg::placeholder{font-size:1.25rem}.form-control.form-control-sm{padding:.6rem}.form-control.form-control-sm::-webkit-input-placeholder{font-size:.7rem}.form-control.form-control-sm:-moz-placeholder{font-size:.7rem}.form-control.form-control-sm::-moz-placeholder{font-size:.7rem}.form-control.form-control-sm:-ms-input-placeholder{font-size:.7rem}.form-control.form-control-sm::placeholder{font-size:.7rem}.custom-file-label{padding:.4rem .7rem}.custom-file-label::after{height:auto;padding:.4rem .7rem}select.form-control:not([multiple=multiple]){padding-right:1.5rem;background-image:url(../../app-assets/images/pages/arrow-down.png);background-repeat:no-repeat;background-position:-webkit-calc(100% - 12px) 13px,-webkit-calc(100% - 20px) 13px,100% 0;background-position:-moz-calc(100% - 12px) 13px,-moz-calc(100% - 20px) 13px,100% 0;background-position:calc(100% - 12px) 13px,calc(100% - 20px) 13px,100% 0;-webkit-background-size:12px 12px,10px 10px;background-size:12px 12px,10px 10px;-webkit-appearance:none;-moz-appearance:none}.custom-select{-moz-appearance:none;-webkit-appearance:none}.input-group-addon{border-color:#babfc7;background-color:#eceff1}.custom-control-label::after,.custom-control-label::before{top:.08rem;width:1.143rem;height:1.143rem}.custom-control-input:not(:disabled):active~.custom-control-label::before{border-color:#7367f0;background-color:#7367f0}.form-label-group{position:relative;margin-bottom:1.5rem}.form-label-group .form-control-lg~label{font-size:1.25rem;padding:1rem}.form-label-group .form-control-sm~label{font-size:.7rem}.form-label-group>label{font-size:.85rem;position:absolute;top:0;left:0;display:block;padding:.6rem;-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out;opacity:0;color:rgba(34,41,47,.4)}.vs-checkbox-con,.vs-checkbox-con .vs-checkbox .vs-checkbox--check .vs-icon{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox}.form-label-group textarea,.form-label-group>input{padding:.6rem}.form-label-group textarea:focus:not(:placeholder-shown)~label,.form-label-group textarea:not(:active):not(:placeholder-shown)~label,.form-label-group>input:focus:not(:placeholder-shown)~label,.form-label-group>input:not(:active):not(:placeholder-shown)~label{-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out;opacity:1;color:#7367f0!important}.vs-checkbox-con .vs-checkbox,.vs-checkbox-con .vs-checkbox .vs-checkbox--check{-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-o-transition:all .2s ease}.form-label-group textarea:not(:focus):not(:placeholder-shown)~label,.form-label-group>input:not(:focus):not(:placeholder-shown)~label{color:rgba(34,41,47,.4)!important}.form-label-group textarea:not(:placeholder-shown)~label,.form-label-group>input:not(:placeholder-shown)~label{font-size:.7rem;top:-20px;left:3px;padding:.25rem 0}.form-label-group.has-icon-left>label{left:36px}.vs-checkbox-con{position:relative;display:flex;margin:.25rem 0;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.vs-checkbox-con input{position:absolute;z-index:200;top:0;width:100%;height:100%;cursor:pointer;opacity:0}.vs-checkbox-con input:checked~.vs-checkbox{-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0);border-color:#7367f0}.vs-checkbox-con input:checked~.vs-checkbox .vs-checkbox--check{-webkit-transform:translate(0);-moz-transform:translate(0);-ms-transform:translate(0);-o-transform:translate(0);transform:translate(0);background-color:#7367f0}.vs-checkbox-con input:checked~.vs-checkbox .vs-checkbox--check .vs-icon{line-height:1.2;-webkit-transform:translate(0);-moz-transform:translate(0);-ms-transform:translate(0);-o-transform:translate(0);transform:translate(0);opacity:1}.vs-checkbox-con input:checked~.vs-checkbox.vs-checkbox-sm .vs-checkbox--check .vs-icon{font-size:.75rem}#navbar-component .navbar.navbar-dark .navbar-toggler,#navbar-component .navbar.navbar-light .navbar-toggler,.vs-checkbox-con input:checked~.vs-checkbox.vs-checkbox-lg .vs-checkbox--check .vs-icon{font-size:1.2rem}.vs-checkbox-con input:active:checked+.vs-checkbox .vs-checkbox--check{-webkit-transform:translate(3px);-moz-transform:translate(3px);-ms-transform:translate(3px);-o-transform:translate(3px);transform:translate(3px);background-color:#7367f0}.vs-checkbox-con input:active:checked+.vs-checkbox .vs-checkbox--check .vs-icon{-webkit-transform:translate(6px);-moz-transform:translate(6px);-ms-transform:translate(6px);-o-transform:translate(6px);transform:translate(6px);opacity:1}.vs-checkbox-con input:disabled{cursor:default;pointer-events:none}.vs-checkbox-con input:disabled+.vs-checkbox{cursor:default;opacity:.5}.vs-checkbox-con .vs-checkbox{position:relative;overflow:hidden;width:20px;height:20px;margin-right:.5rem;cursor:pointer;transition:all .2s ease;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg);border-width:2px;border-style:solid;border-color:#b8c2cc;border-radius:2px}.vs-checkbox-con .vs-checkbox.vs-checkbox-sm{width:15px;height:15px}.vs-checkbox-con .vs-checkbox.vs-checkbox-lg{width:24px;height:24px}.vs-checkbox-con .vs-checkbox .vs-checkbox--check{position:absolute;z-index:10;left:0;width:100%;height:100%;transition:all .2s ease;-webkit-transform:translate(100%);-moz-transform:translate(100%);-ms-transform:translate(100%);-o-transform:translate(100%);transform:translate(100%);-webkit-transform-origin:right;-moz-transform-origin:right;-ms-transform-origin:right;-o-transform-origin:right;transform-origin:right}.vs-checkbox-con .vs-checkbox .vs-checkbox--check .vs-icon{display:flex;color:#fff;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.vs-radio-con{position:relative;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin:.25rem 0;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.vs-radio-con input{position:absolute;z-index:200;width:100%;height:100%;cursor:pointer;opacity:0}.vs-radio-con input:checked~.vs-radio{-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0);outline:0}.vs-radio-con input:checked~.vs-radio .vs-radio--circle{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:1;background:#7367f0;-webkit-box-shadow:0 3px 12px 0 rgba(115,103,240,.4);box-shadow:0 3px 12px 0 rgba(115,103,240,.4)}.vs-radio-con input:checked~.vs-radio .vs-radio--border{-webkit-transform:scale(.3);-moz-transform:scale(.3);-ms-transform:scale(.3);-o-transform:scale(.3);transform:scale(.3);opacity:0}.vs-radio-con input:disabled{cursor:default;pointer-events:none}.vs-radio-con input:disabled+.vs-radio{cursor:default;opacity:.5}.vs-radio-con input:active~.vs-radio{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}.vs-radio-con .vs-radio{position:relative;width:18px;height:18px;margin-right:.5rem;cursor:pointer;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.vs-radio-con .vs-radio.vs-radio-sm{width:13px;height:13px}.vs-radio-con .vs-radio.vs-radio-lg{width:22px;height:22px}.vs-radio-con .vs-radio .vs-radio--border,.vs-radio-con .vs-radio .vs-radio--circle{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease;border-radius:50%}.custom-switch .custom-control-label::before,.custom-switch .custom-control-label:after{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-moz-transition:all .25s ease;-o-transition:all .25s ease;cursor:pointer}.vs-radio-con .vs-radio .vs-radio--border{border:2px solid #b8c2cc;background:0 0}.vs-radio-con .vs-radio .vs-radio--circle{-webkit-transform:scale(.1);-moz-transform:scale(.1);-ms-transform:scale(.1);-o-transform:scale(.1);transform:scale(.1);opacity:0}.custom-switch{padding-left:0}.custom-switch .custom-control-label{width:3.1rem;height:1.571rem;padding:0}.custom-switch .custom-control-label::before{top:0;left:-.2857rem;left:0;height:1.571rem;user-select:none;-webkit-transition:all .25s ease;transition:all .25s ease;border:none;background-color:#e2e2e2;-webkit-box-shadow:none!important;box-shadow:none!important}.custom-switch .custom-control-label:after{position:absolute;top:2px;left:2px;user-select:none;-webkit-transition:all .25s ease;transition:all .25s ease;background-color:#fff;-webkit-box-shadow:none;box-shadow:none}.custom-switch .custom-control-label .switch-icon-left,.custom-switch .custom-control-label .switch-icon-right,.custom-switch .custom-control-label .switch-text-left,.custom-switch .custom-control-label .switch-text-right{font-size:.7rem;position:absolute;top:5px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.custom-switch .custom-control-label .switch-icon-left,.custom-switch .custom-control-label .switch-text-left{left:7px;color:#fff}.custom-switch .custom-control-label .switch-icon-right,.custom-switch .custom-control-label .switch-text-right{right:7px}.custom-switch .switch-label{padding-left:1rem}.custom-switch .custom-control-input:checked~.custom-control-label::before{-webkit-box-shadow:none;box-shadow:none}.custom-switch .custom-control-input:checked~.custom-control-label::after{-webkit-transform:translateX(1.4rem);-moz-transform:translateX(1.4rem);-ms-transform:translateX(1.4rem);-o-transform:translateX(1.4rem);transform:translateX(1.4rem)}.custom-switch .custom-control-input:not(:checked)~.custom-control-label .switch-text-left{opacity:0}.custom-switch .custom-control-input:not(:checked)~.custom-control-label .switch-text-right{opacity:1}.custom-switch .custom-control-input:checked~.custom-control-label .switch-text-right{opacity:0}.custom-switch .custom-control-input:checked~.custom-control-label .switch-text-left{opacity:1}.custom-switch .custom-control-input:not(:disabled):active~.custom-control-label::before{background-color:#e2e2e2}.custom-switch.switch-md .custom-control-label{width:4rem;height:1.571rem}.custom-switch.switch-md .custom-control-label::before{left:-.2857rem;width:4rem;height:1.571rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease;border:none;background-color:#e2e2e2;-webkit-box-shadow:none!important;box-shadow:none!important}.custom-switch.switch-lg .custom-control-label::before,.custom-switch.switch-md .custom-control-label:after{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-transition:all .25s ease;-o-transition:all .25s ease;cursor:pointer}.custom-switch.switch-md .custom-control-label:after{position:absolute;top:2px;left:-2px;user-select:none;-moz-transition:all .25s ease;transition:all .25s ease;background-color:#fff;-webkit-box-shadow:none;box-shadow:none}.custom-switch.switch-md .custom-control-label .switch-icon-right,.custom-switch.switch-md .custom-control-label .switch-text-right{right:9px}.custom-switch.switch-md .custom-control-label .switch-icon-left,.custom-switch.switch-md .custom-control-label .switch-text-left{left:5px}.custom-switch.switch-md .custom-control-input:checked~.custom-control-label::after{-webkit-transform:translateX(2.3rem);-moz-transform:translateX(2.3rem);-ms-transform:translateX(2.3rem);-o-transform:translateX(2.3rem);transform:translateX(2.3rem)}.custom-switch.switch-lg .custom-control-label{width:5.5rem;height:1.571rem}.custom-switch.switch-lg .custom-control-label::before{left:-.2857rem;width:5.5rem;height:1.571rem;user-select:none;-moz-transition:all .25s ease;transition:all .25s ease;border:none;background-color:#e2e2e2;-webkit-box-shadow:none!important;box-shadow:none!important}.custom-switch.switch-lg .custom-control-label:after{position:absolute;top:2px;left:-2px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease;background-color:#fff;-webkit-box-shadow:none;box-shadow:none}.custom-switch.switch-lg .custom-control-label .switch-icon-right,.custom-switch.switch-lg .custom-control-label .switch-text-right{right:10px}.custom-switch.switch-lg .custom-control-input:checked~.custom-control-label::after{-webkit-transform:translateX(3.8rem);-moz-transform:translateX(3.8rem);-ms-transform:translateX(3.8rem);-o-transform:translateX(3.8rem);transform:translateX(3.8rem)}.btn.btn-relief-light:active,.btn.btn-relief-light:focus,.btn.btn-relief-secondary:active,.btn.btn-relief-secondary:focus{-webkit-transform:translateY(3px);-moz-transform:translateY(3px);-ms-transform:translateY(3px);-o-transform:translateY(3px);outline:0}.counter-value{font-size:.6rem;margin-right:1rem;padding:1px 6px;color:#fff;border-radius:0 0 5px 5px;background-color:#7367f0}.form-group.input-divider-left .form-control-position i{padding:.2rem .5rem;border-right:1px solid #d9d9d9}.form-group.input-divider-right .form-control-position i{padding:.2rem .5rem;border-left:1px solid #d9d9d9}.input-group-lg .form-control,.input-group-sm .form-control{padding:.7rem}.bootstrap-touchspin.input-group{width:8.4rem;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.bootstrap-touchspin.input-group .form-control{font-weight:500;height:auto;padding:5px;text-align:center;border:0;border-radius:5px!important;background-color:#f8f8f8}.bootstrap-touchspin.input-group-lg .touchspin.form-control,.bootstrap-touchspin.input-group-sm .touchspin.form-control{height:auto!important}.bootstrap-touchspin.input-group .form-control:focus{z-index:1;-webkit-box-shadow:none;box-shadow:none}.bootstrap-touchspin .bootstrap-touchspin-injected{margin:0!important}.bootstrap-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-down,.bootstrap-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-up{position:relative;min-width:22px;min-height:22px;padding:0;border-radius:5px!important}.bootstrap-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-down i,.bootstrap-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-up i{font-size:.8rem;position:relative;top:-1px}.bootstrap-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-down{left:12px}.bootstrap-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-up{right:12px}.bootstrap-touchspin.disabled-touchspin .bootstrap-touchspin-down,.bootstrap-touchspin.disabled-touchspin .bootstrap-touchspin-up{cursor:default;opacity:.5;background-color:rgba(0,0,0,.5)!important}.bootstrap-touchspin.input-group-lg{width:9.375rem}.bootstrap-touchspin.input-group-lg .bootstrap-touchspin-down i,.bootstrap-touchspin.input-group-lg .bootstrap-touchspin-up i{font-size:1rem}.bootstrap-touchspin.input-group-sm{width:6.25rem}.bootstrap-touchspin.input-group-sm .bootstrap-touchspin-injected .bootstrap-touchspin-down,.bootstrap-touchspin.input-group-sm .bootstrap-touchspin-injected .bootstrap-touchspin-up{min-width:16px;min-height:16px;padding-top:2.2px}.bootstrap-touchspin.input-group-sm .bootstrap-touchspin-injected .bootstrap-touchspin-down i,.bootstrap-touchspin.input-group-sm .bootstrap-touchspin-injected .bootstrap-touchspin-up i{font-size:.6rem}.btn.disabled-max-min{cursor:default;background-color:rgba(0,0,0,.5)!important}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none}.bootstrap-touchspin.input-group input[type=number]{-moz-appearance:textfield}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.form-label-group label{display:none}select.form-control:not([multiple=multiple]){background:0 0}.custom-file-label::after{padding:1.34rem .7rem 1.25rem}}.picker__input.form-control{background-color:#fff}.input-group .form-control{height:auto}.input-group .input-group-append .dropdown-toggle::after,.input-group .input-group-prepend .dropdown-toggle::after{left:0}.input-group .input-group-append .vs-checkbox,.input-group .input-group-append .vs-checkbox-con,.input-group .input-group-append .vs-radio,.input-group .input-group-append .vs-radio-con,.input-group .input-group-prepend .vs-checkbox,.input-group .input-group-prepend .vs-checkbox-con,.input-group .input-group-prepend .vs-radio,.input-group .input-group-prepend .vs-radio-con{margin:0}.input-group.input-group-lg .form-control::-webkit-input-placeholder{font-size:1.25rem}.input-group.input-group-lg .form-control:-moz-placeholder{font-size:1.25rem}.input-group.input-group-lg .form-control::-moz-placeholder{font-size:1.25rem}.input-group.input-group-lg .form-control:-ms-input-placeholder{font-size:1.25rem}.input-group.input-group-lg .form-control::placeholder{font-size:1.25rem}.input-group.input-group-lg .input-group-append .btn,.input-group.input-group-lg .input-group-prepend .btn{font-size:1.3rem;line-height:1.3}.badge[class*=badge-] [class*=icon-],.navbar-dark .navbar-nav li,.navbar-light .navbar-nav li,.navbar-semi-dark .navbar-nav li,.navbar-semi-light .navbar-nav li{line-height:1}.input-group.input-group-sm .form-control::-webkit-input-placeholder{font-size:.7rem}.input-group.input-group-sm .form-control:-moz-placeholder{font-size:.7rem}.input-group.input-group-sm .form-control::-moz-placeholder{font-size:.7rem}.input-group.input-group-sm .form-control:-ms-input-placeholder{font-size:.7rem}.input-group.input-group-sm .form-control::placeholder{font-size:.7rem}.btn:disabled{cursor:default}.btn.btn-white{color:#626262}.btn.btn-white:active,.btn.btn-white:focus,.btn.btn-white:hover{color:#626262!important}.btn[class*=bg-gradient-]:hover{-webkit-box-shadow:0 8px 25px -8px #aaa;box-shadow:0 8px 25px -8px #aaa}.btn.btn-secondary{color:#fff}.btn.btn-secondary:hover{-webkit-box-shadow:0 8px 25px -8px #b8c2cc;box-shadow:0 8px 25px -8px #b8c2cc}.btn.btn-dark:hover{-webkit-box-shadow:0 8px 25px -8px #1e1e1e;box-shadow:0 8px 25px -8px #1e1e1e}.btn.btn-light:hover{-webkit-box-shadow:0 8px 25px -8px #babfc7;box-shadow:0 8px 25px -8px #babfc7}.btn.btn-outline-dark,.btn.btn-outline-light,.btn.btn-outline-secondary{border:1px solid}.btn.btn-flat-secondary:hover{background-color:rgba(184,194,204,.1)}.btn.btn-flat-secondary:active,.btn.btn-flat-secondary:focus{background:#b8c2cc}.btn.btn-flat-dark:hover{background-color:rgba(30,30,30,.1)}.btn.btn-flat-dark:active,.btn.btn-flat-dark:focus{color:#fff;background:#1e1e1e}.btn.btn-flat-light:hover{background-color:rgba(186,191,199,.1)}.btn.btn-flat-light:active,.btn.btn-flat-light:focus{background:#babfc7}.btn[class*=btn-outline-]{padding-top:-webkit-calc(.9rem - 1px);padding-top:-moz-calc(.9rem - 1px);padding-top:calc(.9rem - 1px);padding-bottom:-webkit-calc(.9rem - 1px);padding-bottom:-moz-calc(.9rem - 1px);padding-bottom:calc(.9rem - 1px)}.btn[class*=btn-outline-].btn-lg{padding-top:-webkit-calc(1rem - 1px);padding-top:-moz-calc(1rem - 1px);padding-top:calc(1rem - 1px);padding-bottom:-webkit-calc(1rem - 1px);padding-bottom:-moz-calc(1rem - 1px);padding-bottom:calc(1rem - 1px)}.btn[class*=btn-outline-].btn-sm{padding-top:-webkit-calc(.5rem - 1px);padding-top:-moz-calc(.5rem - 1px);padding-top:calc(.5rem - 1px);padding-bottom:-webkit-calc(.5rem - 1px);padding-bottom:-moz-calc(.5rem - 1px);padding-bottom:calc(.5rem - 1px)}.btn.btn-relief-secondary{color:#fff;background-color:#b8c2cc;-webkit-box-shadow:inset 0 -3px 0 0 rgba(0,0,0,.2);box-shadow:inset 0 -3px 0 0 rgba(0,0,0,.2)}.btn.btn-relief-secondary:hover{color:#fff}.btn.btn-relief-secondary:active,.btn.btn-relief-secondary:focus{transform:translateY(3px)}.btn.btn-relief-light{color:#fff;background-color:#babfc7;-webkit-box-shadow:inset 0 -3px 0 0 rgba(0,0,0,.2);box-shadow:inset 0 -3px 0 0 rgba(0,0,0,.2)}.btn.btn-relief-light:hover{color:#fff}.btn.btn-relief-light:active,.btn.btn-relief-light:focus{transform:translateY(3px)}.btn.btn-relief-dark{color:#fff;background-color:#1e1e1e;-webkit-box-shadow:inset 0 -3px 0 0 rgba(255,255,255,.1);box-shadow:inset 0 -3px 0 0 rgba(255,255,255,.1)}.btn.btn-relief-dark:hover{color:#fff}.btn.btn-relief-dark:active,.btn.btn-relief-dark:focus{-webkit-transform:translateY(3px);-moz-transform:translateY(3px);-ms-transform:translateY(3px);-o-transform:translateY(3px);transform:translateY(3px);outline:0}.btn.btn-icon{padding:.715rem .736rem}.btn.btn-sm.btn-icon{padding:.5rem}.btn.btn-lg.btn-icon{padding:1rem}.btn.btn-square{border-radius:0}.btn.btn-round,.dropdown .btn:not(.btn-sm):not(.btn-lg).btn-round,.dropdown .btn:not(.btn-sm):not(.btn-lg).dropdown-toggle.btn-round{border-radius:2rem}.btn.active,.btn.focus,.btn:active,.btn:focus{outline:0;-webkit-box-shadow:none!important;box-shadow:none!important}.btn.btn-icon i{font-size:1.1rem}.btn-white:hover,.btn.btn-outline-white:hover{color:#22292f!important}.dropdown [class*=btn-outline-].dropdown-toggle.dropdown-toggle-split:active,.dropdown.show .btn-outline-light.dropdown-toggle,.dropdown.show .btn-outline-warning.dropdown-toggle{color:#fff}[type=reset],[type=submit],button,html [type=button]{cursor:pointer}.waves-button-input{padding:unset}.collapse-icon .card-header{position:relative}.collapse-icon [data-toggle=collapse]:after{font-family:feather;font-size:.9rem;position:absolute;top:48%;right:20px;margin-top:-8px;content:'\e845';-webkit-transition:all .3s linear 0s;-moz-transition:all .3s linear 0s;-o-transition:all .3s linear 0s;transition:all .3s linear 0s}.collapse-icon [data-toggle=collapse]:before{font-family:feather;font-size:.9rem;position:absolute;top:48%;right:20px;margin-top:-8px;content:'\e842';-webkit-transition:all .3s linear 0s;-moz-transition:all .3s linear 0s;-o-transition:all .3s linear 0s;transition:all .3s linear 0s}.collapse-icon.left a{padding-left:28px}.collapse-icon.left a:after,.collapse-icon.left a:before{right:auto;left:20px}.collapse-icon [aria-expanded=true]:before,.collapse-icon [aria-expanded=false]:after{opacity:0}.collapse-icon.accordion-icon-rotate [aria-expanded=true]:before{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.collapse-icon.accordion-icon-rotate [aria-expanded=false]:after{-webkit-transform:rotate(-180deg);-moz-transform:rotate(-180deg);-ms-transform:rotate(-180deg);-o-transform:rotate(-180deg);transform:rotate(-180deg)}.dropdown .btn:not(.btn-sm):not(.btn-lg),.dropdown .btn:not(.btn-sm):not(.btn-lg).dropdown-toggle{padding:.85rem 1.5rem}.dropdown .btn.dropdown-toggle.dropdown-toggle-split{padding:.85rem 1rem;border-left-color:rgba(255,255,255,.2)!important;border-top-left-radius:0;border-bottom-left-radius:0}.dropdown [class*=btn-outline-].dropdown-toggle.dropdown-toggle-split{border-left:0!important}.dropdown .dropdown-menu{min-width:8rem;-webkit-transform:scale(1,0);-moz-transform:scale(1,0);-ms-transform:scale(1,0);-o-transform:scale(1,0);transform:scale(1,0);border:1px solid rgba(0,0,0,.05);border-radius:5px;-webkit-box-shadow:0 5px 25px rgba(0,0,0,.1);box-shadow:0 5px 25px rgba(0,0,0,.1)}.dropdown .dropdown-menu::before{position:absolute;z-index:10;top:-1px;left:1.2rem;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:.75rem;height:.75rem;content:'';-webkit-transform:rotate(45deg) translate(-7px);-moz-transform:rotate(45deg) translate(-7px);-ms-transform:rotate(45deg) translate(-7px);-o-transform:rotate(45deg) translate(-7px);transform:rotate(45deg) translate(-7px);border-top:1px solid rgba(0,0,0,.1);border-left:1px solid rgba(0,0,0,.1);background:#fff}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown .dropdown-menu.dropdown-menu-right::before{right:.6rem;left:auto}.dropdown .dropdown-menu .dropdown-header{margin-top:.714rem;padding:.714rem 1.428rem}.dropdown .dropdown-menu .dropdown-item{width:auto;cursor:pointer;color:#626262}.dropdown .dropdown-menu .dropdown-item:hover{color:#7367f0;background-color:#f8f8f8}.dropdown .dropdown-menu .dropdown-item.active{color:#fff}.dropdown .dropdown-menu .dropdown-item:active{color:#626262;background-color:transparent}.dropdown i{margin-right:.5rem}.dropdown.no-arrow .dropdown-toggle:after{display:none}.dropdown.no-arrow .dropdown-toggle i{margin-right:0}.dropdown .dropdown-menu .dropdown-item,.dropleft .dropdown-menu .dropdown-item,.dropright .dropdown-menu .dropdown-item,.dropup .dropdown-menu .dropdown-item{padding:.714rem 1.428rem}.show>.dropdown-menu{display:block;-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-ms-transform:scale(1,1);-o-transform:scale(1,1);transform:scale(1,1);opacity:1}.dropdown-toggle::after{font-family:feather;position:relative;top:1px;right:0;left:.714rem;margin:0;padding:0;content:'\e842'!important;vertical-align:0;border:none!important}.dropdown-toggle.dropdown-toggle-split{border-left:1px solid rgba(255,255,255,.2)}.dropdown-toggle.dropdown-toggle-split:after{left:0}.dropdown-toggle.nav-hide-arrow::after{display:none}.dropdown-toggle:focus{outline:0}.navbar-horizontal .dropdown-submenu .dropdown-toggle::after{top:-9px!important;right:1px;margin-top:1.25rem}.btn-secondary~.dropdown-menu .dropdown-item.active,.btn-secondary~.dropdown-menu .dropdown-item:hover{background-color:#ccc}.dropup .btn,.dropup .btn.dropdown-toggle{padding:.85rem 1.5rem}.dropup .btn.dropdown-toggle.dropdown-toggle-split{padding:.85rem 1rem;border-color:rgba(255,255,255,.2)!important}.dropup .dropdown-toggle::after{content:'\e845'!important;vertical-align:.05rem}.activity-timeline.timeline-left li .timeline-icon i,.activity-timeline.timeline-right li .timeline-icon i{vertical-align:sub}.dropup .dropdown-menu::before{position:absolute;z-index:10;bottom:-.714rem;left:1.214rem;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:.714rem;height:.714rem;content:'';-webkit-transform:rotate(45deg) translate(-7px);-moz-transform:rotate(45deg) translate(-7px);-ms-transform:rotate(45deg) translate(-7px);-o-transform:rotate(45deg) translate(-7px);transform:rotate(45deg) translate(-7px);border-right:1px solid rgba(0,0,0,.1);border-bottom:1px solid rgba(0,0,0,.1);background:#fff}.dropup .dropdown-menu.dropdown-menu-right::before{right:.714rem;left:auto}.dropup .dropdown-submenu .dropdown-menu{top:0;bottom:auto}.dropleft .dropdown-menu::before,.dropright .dropdown-menu::before{position:absolute;z-index:10;top:1.285rem;display:block;width:.714rem;height:.714rem;background:#fff}.dropleft .btn,.dropleft .btn.dropdown-toggle{padding:.85rem 1.5rem}.dropleft .btn.dropdown-toggle.dropdown-toggle-split{padding:.85rem 1rem}.dropleft .dropdown-toggle::before{font-family:feather;content:'\e843'!important;border:none!important}.dropleft .dropdown-menu::before{right:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;content:'';-webkit-transform:rotate(130deg) translate(-8px);-moz-transform:rotate(130deg) translate(-8px);-ms-transform:rotate(130deg) translate(-8px);-o-transform:rotate(130deg) translate(-8px);transform:rotate(130deg) translate(-8px);border-top:1px solid rgba(0,0,0,.1);border-left:1px solid rgba(0,0,0,.1)}.dropright .btn,.dropright .btn.dropdown-toggle{padding:.85rem 1.5rem}.dropright .btn.dropdown-toggle.dropdown-toggle-split{padding:.85rem 1rem}.dropright .dropdown-toggle::after{font-family:feather;content:'\e844'!important;border:none!important}.breadcrumb,.header-navbar{font-family:Montserrat,Helvetica,Arial,serif}.dropright .dropdown-menu::before{left:-.9rem;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;content:'';-webkit-transform:rotate(140deg) translate(-9px);-moz-transform:rotate(140deg) translate(-9px);-ms-transform:rotate(140deg) translate(-9px);-o-transform:rotate(140deg) translate(-9px);transform:rotate(140deg) translate(-9px);border-right:1px solid rgba(0,0,0,.1);border-bottom:1px solid rgba(0,0,0,.1)}.dropdown.dropdown-icon-wrapper .dropdown-toggle:after,.dropup.dropdown-icon-wrapper .dropdown-toggle:after,.header-navbar-shadow{display:none}.dropdown.dropdown-icon-wrapper .dropdown-menu,.dropup.dropdown-icon-wrapper .dropdown-menu{min-width:auto}.dropdown.dropdown-icon-wrapper .dropdown-menu .dropdown-item,.dropup.dropdown-icon-wrapper .dropdown-menu .dropdown-item{padding:.5rem 1.1rem;cursor:pointer}.dropdown.dropdown-icon-wrapper .dropdown-menu .dropdown-item i,.dropup.dropdown-icon-wrapper .dropdown-menu .dropdown-item i{font-size:1.3rem;color:#626262}.dropdown.dropdown-icon-wrapper .dropdown-menu .dropdown-item:hover,.dropup.dropdown-icon-wrapper .dropdown-menu .dropdown-item:hover{color:#fff}.btn.btn-white~.dropdown-menu .dropdown-item:not(.acitve):hover{color:#626262!important}.btn.btn-white~.dropdown-menu .dropdown-item.active{color:#626262}.navbar-dark .hamburger-inner,.navbar-dark .hamburger-inner::after,.navbar-dark .hamburger-inner::before{background-color:#fff}.navbar-floating .header-navbar-shadow{position:fixed;z-index:11;top:0;display:block;width:100%;height:102px;padding-top:2.2rem;background:-webkit-gradient(linear,left top,left bottom,color-stop(44%,rgba(248,248,248,.95)),color-stop(73%,rgba(248,248,248,.46)),to(rgba(255,255,255,0)));background:-webkit-linear-gradient(top,rgba(248,248,248,.95) 44%,rgba(248,248,248,.46) 73%,rgba(255,255,255,0));background:-moz-linear-gradient(top,rgba(248,248,248,.95) 44%,rgba(248,248,248,.46) 73%,rgba(255,255,255,0));background:-o-linear-gradient(top,rgba(248,248,248,.95) 44%,rgba(248,248,248,.46) 73%,rgba(255,255,255,0));background:linear-gradient(180deg,rgba(248,248,248,.95) 44%,rgba(248,248,248,.46) 73%,rgba(255,255,255,0));background-repeat:repeat}.header-navbar{z-index:1000;min-height:4.5rem;padding:0;-webkit-transition:.3s ease all;-moz-transition:.3s ease all;-o-transition:.3s ease all;transition:.3s ease all;background:-webkit-gradient(linear,left top,left bottom,color-stop(44%,rgba(248,248,248,.95)),color-stop(73%,rgba(248,248,248,.46)),to(rgba(255,255,255,0)));background:-webkit-linear-gradient(top,rgba(248,248,248,.95) 44%,rgba(248,248,248,.46) 73%,rgba(255,255,255,0));background:-moz-linear-gradient(top,rgba(248,248,248,.95) 44%,rgba(248,248,248,.46) 73%,rgba(255,255,255,0));background:-o-linear-gradient(top,rgba(248,248,248,.95) 44%,rgba(248,248,248,.46) 73%,rgba(255,255,255,0));background:linear-gradient(180deg,rgba(248,248,248,.95) 44%,rgba(248,248,248,.46) 73%,rgba(255,255,255,0))}.header-navbar.fixed-top{left:260px}.header-navbar[class*=bg-] .navbar-nav .nav-item a,.header-navbar[class*=bg-] .navbar-nav .nav-item a i,.header-navbar[class*=bg-] .navbar-nav .nav-item a span{color:#fff!important}.header-navbar[class*=bg-] .navbar-nav .search-input .input,.header-navbar[class*=bg-] .navbar-nav .search-input .search-list .auto-suggestion span{color:#626262!important}.header-navbar.floating-nav{position:fixed;z-index:11;right:0;width:-webkit-calc(100% - -webkit-calc(2.2rem * 2) - 260px);width:-moz-calc(100% - -moz-calc(2.2rem * 2) - 260px);width:calc(100% - calc(2.2rem * 2) - 260px);margin:1.3rem 2.2rem 0;border-radius:.5rem}.header-navbar.navbar-static-top{background:0 0;-webkit-box-shadow:none!important;box-shadow:none!important}.header-navbar .navbar-wrapper{width:100%}.header-navbar.navbar-border{border-bottom:1px solid #e4e7ed}.header-navbar.navbar-dark.navbar-border{border-bottom:1px solid #8596b5}.header-navbar.navbar-shadow{-webkit-box-shadow:0 4px 20px 0 rgba(0,0,0,.05);box-shadow:0 4px 20px 0 rgba(0,0,0,.05)}.header-navbar .nav-link.dropdown-toggle::after{display:none}.header-navbar .navbar-container ul.nav li.dropdown-language{padding-right:0}.header-navbar .navbar-container ul.nav li.dropdown-language .selected-language{font-size:.97rem;font-weight:500;letter-spacing:-.25px}.header-navbar .navbar-container{margin-left:0;padding-left:1rem;-webkit-transition:.3s ease all;-moz-transition:.3s ease all;-o-transition:.3s ease all;transition:.3s ease all;background:inherit}.header-navbar .navbar-container .bookmark-wrapper ul.nav li>a.nav-link{padding:1.4rem .5rem 1.35rem}.header-navbar .navbar-container .bookmark-wrapper ul.nav li>a.nav-link i:hover{color:#7367f0}.header-navbar .navbar-container .bookmark-input{z-index:1}.header-navbar .navbar-container ul.nav li.dropdown .dropdown-menu{top:48px}.header-navbar .navbar-container ul.nav li .badge{padding:.42em .6em .25rem}.header-navbar .navbar-container ul.nav li .badge.badge-up{position:absolute;top:12px;right:-2px}.header-navbar .navbar-container ul.nav li.dropdown-language>a.nav-link{padding:1.75rem .5rem}.header-navbar .navbar-container ul.nav li>a.nav-link{padding:1.6rem .5rem 1.35rem 1rem;color:#626262}.header-navbar .navbar-container ul.nav li>a.nav-link i.flag-icon{margin-right:.5rem}.header-navbar .navbar-container ul.nav li.dropdown-user .dropdown-menu-right{right:12px;left:auto;padding:.5rem}.header-navbar .navbar-container ul.nav li.dropdown-user .dropdown-menu-right .dropdown-item{padding:10px}.header-navbar .navbar-container ul.nav li.dropdown-user .dropdown-menu-right .dropdown-item:active,.header-navbar .navbar-container ul.nav li.dropdown-user .dropdown-menu-right .dropdown-item:hover{color:#fff;background:#7367f0}.header-navbar .navbar-container ul.nav li a.dropdown-user-link{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;padding:.7rem 1rem;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.header-navbar .navbar-container ul.nav li a.dropdown-user-link .user-name{display:inline-block;margin-bottom:.435rem;margin-left:.2rem}.header-navbar .navbar-container ul.nav li a.dropdown-user-link .user-status{font-size:smaller}.header-navbar .navbar-container ul.nav li a.dropdown-user-link img{-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,.12),0 2px 4px 0 rgba(0,0,0,.08);box-shadow:0 4px 8px 0 rgba(0,0,0,.12),0 2px 4px 0 rgba(0,0,0,.08)}.header-navbar .navbar-container ul.nav li a.menu-toggle{padding:1.34rem .22rem 1.35rem 0}.header-navbar .navbar-container ul.nav li a.menu-toggle i{font-size:1.75rem}.header-navbar .navbar-container ul.nav li a.nav-link-label{padding:1.6rem 0 1.35rem .8rem}.header-navbar .navbar-container ul.nav li a.dropdown-user-link .user-nav{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;float:left;flex-direction:column;margin-right:.8rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;-webkit-box-align:end;-webkit-align-items:flex-end;-moz-box-align:end;-ms-flex-align:end;align-items:flex-end}.header-navbar .navbar-container ul.nav li div.input-group{padding:.7rem 1rem}.header-navbar .navbar-container ul.nav li i.ficon{font-size:1.5rem;color:#626262}.header-navbar .navbar-container ul.nav li i.ficon:hover{color:#7367f0}.header-navbar .navbar-container ul.nav li .media-list{max-height:18.2rem}.header-navbar .navbar-container ul.nav li .scrollable-container{position:relative}.header-navbar .navbar-container .dropdown-menu-media{width:26rem}.header-navbar .navbar-container .dropdown-menu-media .media-list .media{padding:1rem;border:none;border-bottom:1px solid #dae1e7}.header-navbar .navbar-container .dropdown-menu-media .media-list .media:hover{background:#f8f8f8}.header-navbar .navbar-container .dropdown-menu-media .media-list .media .media-meta{color:#626262}.header-navbar .navbar-container .dropdown-menu-media .media-list a:last-of-type .media{border-bottom:none}.header-navbar .navbar-container .dropdown-menu-media .dropdown-menu-header{border-bottom:1px solid #dae1e7}.header-navbar .navbar-container .dropdown-menu-media .dropdown-menu-footer a{padding:.3rem;border-top:1px solid #dae1e7}.header-navbar .nav-item+.nav-item,.header-navbar.navbar-without-menu .navbar-container{margin-left:0}@media (max-width:767.98px){.header-navbar .navbar-header{position:relative;width:100%!important;padding:.5rem 1rem}.header-navbar .navbar-header .menu-toggle{position:relative;top:2px}.header-navbar .navbar-header .open-navbar-container i{font-size:1.8rem}.header-navbar .navbar-header .navbar-brand{position:absolute;top:0;left:50%;-webkit-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);-o-transform:translate(-50%,0);transform:translate(-50%,0)}.header-navbar.navbar-with-menu .navbar-container{display:table;width:100%;height:auto;margin:0}}@media (max-width:991.98px){[data-menu=vertical-menu-modern] .header-navbar .navbar-header{position:relative;width:100%!important;padding:.5rem 1rem}[data-menu=vertical-menu-modern] .header-navbar .navbar-header .menu-toggle{position:relative;top:2px}[data-menu=vertical-menu-modern] .header-navbar .navbar-header .open-navbar-container i{font-size:1.8rem}[data-menu=vertical-menu-modern] .header-navbar .navbar-header .navbar-brand{position:absolute;top:0;left:50%;-webkit-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);-o-transform:translate(-50%,0);transform:translate(-50%,0)}[data-menu=vertical-menu-modern] .header-navbar.navbar-with-menu .navbar-container{display:table;width:100%;height:auto;margin:0}[data-menu=vertical-menu-modern] .navbar-dark .navbar-header .navbar-nav .nav-link,[data-menu=vertical-menu-modern] .navbar-semi-dark .navbar-header .navbar-nav .nav-link{color:#fff}[data-menu=vertical-menu-modern] .navbar-dark .navbar-container .navbar-nav .nav-link,[data-menu=vertical-menu-modern] .navbar-light .navbar-header .navbar-nav .nav-link,[data-menu=vertical-menu-modern] .navbar-semi-dark .navbar-container .navbar-nav .nav-link{color:#b8c2cc}}.navbar-light,.navbar-light.navbar-horizontal{background:#fff}.navbar-light .navbar-nav .active.nav-link{background-color:rgba(0,0,0,.03)}.navbar-dark,.navbar-dark.navbar-horizontal{background:#b8c2cc}.navbar-light .navbar-nav .disabled.nav-link{color:#b8c2cc}.navbar-dark .navbar-brand{color:#fff!important}.navbar-dark .nav-search .btn-secondary,.navbar-dark .nav-search .form-control{color:#fff;background:#b8c2cc}.navbar-dark .navbar-nav .active.nav-link{background-color:rgba(255,255,255,.05)}.navbar-dark .navbar-nav .disabled.nav-link{color:#dae1e7}.navbar-semi-dark{background:#fff}.navbar-semi-dark .navbar-header{background:#b8c2cc}.navbar-semi-dark .navbar-header .brand-text{color:#fff}.navbar-semi-dark .navbar-nav .disabled.nav-link,.navbar-semi-dark .navbar-nav .nav-link,.navbar-semi-light .navbar-header .brand-text{color:#b8c2cc}.navbar-semi-dark .navbar-nav .active.nav-link{background-color:rgba(0,0,0,.03)}.navbar-semi-light{background:#b8c2cc}.navbar-semi-light .navbar-header{background:#fff}.navbar-semi-light .navbar-nav .nav-link{color:#fff}.navbar-semi-light .navbar-nav .active.nav-link{background-color:rgba(0,0,0,.03)}.navbar-semi-light .navbar-nav .disabled.nav-link{color:#b8c2cc}@-moz-document url-prefix(){ul li a .children-in{position:relative;top:-14px;right:3px}}.navbar-menu-icon span{position:absolute;left:0;display:block;width:100%;height:2px;-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out;-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0);opacity:1;border-radius:9px;background:#b8c2cc}.navbar-menu-icon span:nth-child(1){top:0}.navbar-menu-icon span:nth-child(2){top:10px}.navbar-menu-icon span:nth-child(3){top:20px}.navbar-menu-icon.show span:nth-child(1){top:10px;-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-ms-transform:rotate(135deg);-o-transform:rotate(135deg);transform:rotate(135deg)}.navbar-menu-icon.show span:nth-child(2){left:-60px;opacity:0}.navbar-menu-icon.show span:nth-child(3){top:10px;-webkit-transform:rotate(-135deg);-moz-transform:rotate(-135deg);-ms-transform:rotate(-135deg);-o-transform:rotate(-135deg);transform:rotate(-135deg)}@media (max-width:767.98px){.header-navbar .navbar-nav .show{position:static}.header-navbar .navbar-nav .open-navbar-container{padding-top:.625rem}.header-navbar .navbar-container .show .dropdown-menu{right:0;left:0!important;float:none;overflow-x:hidden;width:auto;max-height:400px;margin-top:0}.header-navbar .navbar-container ul.nav li.nav-item i{margin-right:.2rem}.header-navbar .navbar-container ul.nav li a.dropdown-user-link{padding:.8rem .6rem}.header-navbar .navbar-container ul.nav li .dropdown-toggle::after{margin-right:0;margin-left:-2px}.navbar-dark .hamburger-inner,.navbar-dark .hamburger-inner::after,.navbar-dark .hamburger-inner::before,.navbar-semi-dark .hamburger-inner,.navbar-semi-dark .hamburger-inner::after,.navbar-semi-dark .hamburger-inner::before{background-color:#fff}.navbar-dark .navbar-header .navbar-nav .nav-link,.navbar-semi-dark .navbar-header .navbar-nav .nav-link{color:#fff}.navbar-dark .navbar-container .navbar-nav .nav-link,.navbar-light .navbar-container .navbar-nav .nav-link,.navbar-light .navbar-header .navbar-nav .nav-link,.navbar-semi-dark .navbar-container .navbar-nav .nav-link,.navbar-semi-light .navbar-container .navbar-nav .nav-link,.navbar-semi-light .navbar-header .navbar-nav .nav-link{color:#b8c2cc}}.headroom{-webkit-transition:-webkit-transform .2s linear;-moz-transition:transform .2s linear,-moz-transform .2s linear;-o-transition:-o-transform .2s linear;transition:-webkit-transform .2s linear;transition:transform .2s linear;transition:transform .2s linear,-webkit-transform .2s linear,-moz-transform .2s linear,-o-transform .2s linear;will-change:transform}.headroom--pinned-top{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.headroom--unpinned-top{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}.headroom--pinned-bottom{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.headroom--unpinned-bottom{-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%)}body[data-col='1-column'] .header-navbar.floating-nav{width:-webkit-calc(100% - -webkit-calc(2.2rem * 2));width:-moz-calc(100% - -moz-calc(2.2rem * 2));width:calc(100% - calc(2.2rem * 2))}@media (min-width:1200px) and (-ms-high-contrast:active),(-ms-high-contrast:none){body:not([data-col='1-columns']) .header-navbar.floating-nav{width:-webkit-calc(100% - 60px - 260px);width:-moz-calc(100% - 60px - 260px);width:calc(100% - 60px - 260px)}}@media (max-width:1199.98px){.header-navbar .navbar-container ul.nav li.dropdown-language>a.nav-link{padding:1.75rem .5rem}.header-navbar .navbar-container ul.nav li a.dropdown-user-link{padding:.7rem 1.23rem}.header-navbar .navbar-container ul.nav li a.nav-link-search{padding:1.6rem 0 1.35rem 1rem}.header-navbar .navbar-container ul.nav li .dropdown-toggle::after{margin-right:0;margin-left:-2px}}@media (max-width:767px){#navbar-mobile.navbar-collapse .navbar-nav{margin:0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}#navbar-mobile.navbar-collapse .navbar-nav .dropdown-menu{position:absolute}#navbar-mobile.navbar-collapse .navbar-nav .nav-item{float:left}}@media (max-width:991.98px){#navbar-mobile.navbar-collapse .navbar-nav{margin:0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}#navbar-mobile.navbar-collapse .navbar-nav .dropdown-menu{position:absolute}#navbar-mobile.navbar-collapse .navbar-nav .nav-item{float:left}}@media only screen and (min-device-width:26.78em) and (max-device-width:47.64em) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape){.header-navbar .navbar-container .show .dropdown-menu{max-height:180px}}@media only screen and (min-device-width:29.57em) and (max-device-width:52.57em) and (-webkit-min-device-pixel-ratio:3) and (orientation:landscape){.header-navbar .navbar-container .show .dropdown-menu{max-height:280px}}#navbar-component .navbar{z-index:auto}#navbar-component .navbar.floating-nav{border-radius:.5rem}#navbar-component .navbar .navbar-nav .nav-item a{color:inherit!important}#navbar-component .navbar.header-navbar.navbar-dark .navbar-nav .nav-link,#navbar-component .navbar.header-navbar.navbar-dark .navbar-nav .nav-link i{color:#fff}#navbar-component .navbar .navbar-nav .dropdown-language.show,#navbar-component .navbar .navbar-nav .dropdown-notification.show,#navbar-component .navbar .navbar-nav .dropdown-user.show{position:relative}#navbar-component .navbar .navbar-nav .dropdown-language .dropdown-menu.show,#navbar-component .navbar .navbar-nav .dropdown-notification .dropdown-menu.show,#navbar-component .navbar .navbar-nav .dropdown-user .dropdown-menu.show{position:absolute;right:0;left:auto!important}#navbar-component .navbar.navbar-dark .navbar-toggler:focus,#navbar-component .navbar.navbar-light .navbar-toggler:focus{outline:0}#navbar-component #navbar-collapsed .navbar{border-radius:0}@media (min-width:992px){#navbar-component .navbar .navbar-container{background:inherit}#navbar-component .nav .dropdown-language{float:right}}@media (max-width:1200px){.header-navbar.fixed-top{left:0}}@media (max-width:768px){#navbar-component .navbar .navbar-nav .dropdown-notification.show{position:static}}@media (max-width:575.98px){.header-navbar .navbar-container ul.nav li .selected-language{display:none}.header-navbar.floating-nav{width:-webkit-calc(100% - 2.4rem)!important;width:-moz-calc(100% - 2.4rem)!important;width:calc(100% - 2.4rem)!important;margin-right:1.2rem;margin-left:1.2rem}.content.app-content .content-area-wrapper{margin-right:1.2rem!important;margin-left:1.2rem!important}}@media (max-width:992px){#navbar-component .navbar .navbar-container{background:inherit}#navbar-component .navbar .navbar-container .navbar-nav{flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row}.navbar-container #navbar-mobile .nav-back{margin-top:5px}}.card-deck,.card-group{margin-bottom:.75rem}.card{margin-bottom:2.2rem;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;border:none;border-radius:.5rem;-webkit-box-shadow:0 4px 25px 0 rgba(0,0,0,.1);box-shadow:0 4px 25px 0 rgba(0,0,0,.1)}.card .card{-webkit-box-shadow:none!important;box-shadow:none!important}.card .card-subtitle{margin-top:.5rem}.card .card-title{font-size:1.32rem;font-weight:500;margin-bottom:.5rem;letter-spacing:.05rem}.card .card-bordered{border:1px solid rgba(34,41,47,.125)}.card .card-img-overlay{border-radius:.5rem}.card.card-fullscreen{position:fixed;z-index:9999;top:0;right:0;bottom:0;left:0;display:block;overflow:auto;width:100%!important;height:100%!important}.card .card-body[class*=border-bottom-]{border-bottom-width:2px!important}.card .card-img-overlay.bg-overlay{background:rgba(0,0,0,.45)}.card .card-img-overlay .text-muted{color:#1e1e1e!important}.card.card-minimal{border:none;-webkit-box-shadow:none;box-shadow:none}.card .card-header{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;padding:1.5rem 1.5rem 0;border-bottom:none;background-color:transparent;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.card .card-header .card-title{margin-bottom:0}.card .card-header .heading-elements,.card .card-header .heading-elements-toggle{position:absolute;top:17px;right:21px;cursor:pointer;background-color:inherit}.card .card-header .heading-elements-toggle.heading-top-elements .page-item,.card .card-header .heading-elements.heading-top-elements .page-item{display:inline-block}.card .card-header .heading-elements a,.card .card-header .heading-elements-toggle a{padding:0 0 0 8px}.card .card-header .heading-elements a.btn,.card .card-header .heading-elements-toggle a.btn{padding-top:6px;padding-bottom:6px}.card .card-header .heading-elements a[data-action=collapse] i,.card .card-header .heading-elements-toggle a[data-action=collapse] i{display:inline-block;-webkit-transition:all .25s ease-out;-moz-transition:all .25s ease-out;-o-transition:all .25s ease-out;transition:all .25s ease-out}.card .card-header .heading-elements a[data-action=collapse].rotate i,.card .card-header .heading-elements-toggle a[data-action=collapse].rotate i{-webkit-transform:rotate(-180deg);-moz-transform:rotate(-180deg);-ms-transform:rotate(-180deg);-o-transform:rotate(-180deg);transform:rotate(-180deg)}.card .card-footer{border-top:1px solid #dae1e7}.card-columns .card{margin-bottom:2.2rem}.text-white .card-text{color:#fff}.text-white .card-img-overlay .text-muted{color:#fff!important}.text-white code{background-color:#fff}.card-head-inverse,.card-head-inverse .heading-elements i,.text-white .heading-elements i{color:#fff}.card-transparent{background-color:transparent}@media (max-width:991.98px){.heading-elements{text-align:center}.heading-elements .list-inline{display:none}.heading-elements.visible{position:absolute;z-index:997;top:22px!important;top:100%;top:50px;left:0;display:block;width:100%;height:auto;margin-top:0;padding:10px}.heading-elements.visible .list-inline{position:absolute;top:12px;right:15px;display:block;background-color:#fff}}@media (min-width:992px){.heading-elements-toggle{display:none}}.overlay-img-card .card-img-overlay,.overlay-img-card img{max-height:34.64rem}.activity-timeline.timeline-left{margin-left:1.5rem;padding-left:40px;border-left:2px solid #dae1e7}.activity-timeline.timeline-left li{position:relative;margin-bottom:20px}.activity-timeline.timeline-left li p{margin-bottom:0}.activity-timeline.timeline-left li .timeline-icon{position:absolute;top:0;left:-4.3rem;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;padding:.7rem;color:#fff;border-radius:50%;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.activity-timeline.timeline-right{margin-right:1.5rem;padding-right:40px;border-right:2px solid #dae1e7}.activity-timeline.timeline-right li{position:relative;margin-bottom:20px;text-align:right}.activity-timeline.timeline-right li p{margin-bottom:0}.activity-timeline.timeline-right li .timeline-icon{position:absolute;top:0;right:-4.3rem;padding:.6rem .7rem;color:#fff;border-radius:50%}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.card-body,.card-content{min-height:1px}.profile-card-2 .card .card-header{display:block}.profile-card-1 .card .avatar,.profile-card-3 .card .avatar{margin-right:auto;margin-left:auto}}.breadcrumb{font-size:1rem;padding:.5rem 0 .5rem 1rem!important;border-left:1px solid #d6dce1;border-radius:0;background-color:transparent}.breadcrumb>li+li::before{padding-right:.6rem;padding-left:.6rem}.breadcrumb .breadcrumb-item+.breadcrumb-item{padding-left:0}.breadcrumb .breadcrumb-item+.breadcrumb-item:before{font-family:feather;content:'\e847';color:#626262}.breadcrumb .breadcrumb-item.active{color:#626262}.badge,.badge[class*=badge-] a{color:#fff}.breadcrumbs-right .breadcrumb{float:right}.nav.nav-pills.nav-justified .nav-item,.nav.nav-tabs.nav-justified .nav-item{float:none}.breadcrumbs-top .breadcrumb{margin:0;padding:0}#component-breadcrumbs .breadcrumb{border:none}#component-breadcrumbs .breadcrumb .breadcrumb-item+.breadcrumb-item:before{font-family:none;padding:0 1rem}#component-breadcrumbs .default-breadcrumb.breadcrumb .breadcrumb-item+.breadcrumb-item:before{content:'/'}#component-breadcrumbs .breadcrumb-dots.breadcrumb .breadcrumb-item+.breadcrumb-item:before{position:relative;top:-4px;content:'.'}#component-breadcrumbs .breadcrumb-dashes.breadcrumb .breadcrumb-item+.breadcrumb-item:before{content:'-'}#component-breadcrumbs .breadcrumb-pipes.breadcrumb .breadcrumb-item+.breadcrumb-item:before{content:'|'}#component-breadcrumbs .breadcrumb-chevron.breadcrumb .breadcrumb-item+.breadcrumb-item:before{font-family:feather;position:relative;top:1px;content:'\e844'}#breadcrumb-alignment .breadcrumb-wrapper{padding:1px;border-radius:10px;-webkit-box-shadow:1px 1px 10px rgba(0,0,0,.1);box-shadow:1px 1px 10px rgba(0,0,0,.1)}#breadcrumb-alignment .breadcrumb-wrapper .breadcrumb{margin-top:.8rem}.badge{font-weight:400;background-color:#7367f0}.badge[class*=badge-] i{vertical-align:middle}.badge[class*=badge-] .dropdown-toggle i,.badge[class*=badge-] .dropdown-toggle span,.badge[class*=badge-].dropdown-toggle i,.badge[class*=badge-].dropdown-toggle span{vertical-align:text-top}.alert p,.alert span,.table-middle td{vertical-align:middle}.badge[class*=badge-] .dropdown-toggle i,.badge[class*=badge-].dropdown-toggle i{padding-left:.2rem}.badge[class*=badge-] .dropdown-toggle::after,.badge[class*=badge-].dropdown-toggle::after{font-size:1rem;position:relative;top:0;left:0}.badge[class*=badge-] .dropdown-menu a{color:#626262}.badge.badge-square{border-radius:0}.badge.badge-up{position:absolute;top:-1rem;right:-1rem}.nav.nav-tabs,.nav.nav-tabs .nav-item{position:relative}.badge.badge-up.badge-sm{top:-.5rem;right:-.5rem}.badge-xl{font-size:1.8rem}.badge-lg{font-size:1.2rem}.badge-md{font-size:1rem}.badge-sm{font-size:.7rem}.badge-icon i{font-size:100%;margin-right:5px}.dropup .badge{cursor:pointer}.nav{border-radius:.25rem}.nav.wrap-border{border:1px solid #ddd}.nav.wrap-border li.nav-header{margin:0 .5rem}.nav.wrap-border div,.nav.wrap-border li.nav-item{padding:2px .714rem}.nav.square-border,.nav.square-border .nav-item .nav-link.active{border-radius:0}.nav .modern-nav-toggle{padding:1.571rem 0}.nav.nav-pills{margin-bottom:1rem}.nav.nav-pills .nav-item .nav-link{font-size:.98rem;margin-right:.5rem;padding:.3rem 1rem .2rem;color:#000;border-radius:.357rem}.nav.nav-pills .nav-item .nav-link.active{color:#fff}.nav.nav-pills .nav-item .nav-link.disabled{color:#b8c2cc}.nav.nav-pills .nav-item .nav-link.dropdown-toggle::after{top:1px;left:1px}.nav.nav-pills .nav-item.dropdown.show .nav-link{color:#fff}.nav.nav-pills .nav-item.dropdown.show .dropdown-item.active:hover{color:#7367f0}.nav.nav-pills.nav-justified{width:100%}.nav.nav-pills.nav-justified .nav-link{margin-bottom:5px;text-align:center;margin-right:0;border-radius:.5rem;display:block}.nav.nav-pills.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:576px){.nav.nav-pills.nav-justified .nav-item{display:block;width:1%}.nav.nav-pills.nav-justified .nav-link{margin-bottom:0}.nav.nav-pills.nav-justified .nav-link.active,.nav.nav-pills.nav-justified .nav-link.active:focus,.nav.nav-pills.nav-justified .nav-link.active:hover{border-bottom-color:transparent}}.nav.nav-pills.nav-justified .nav-link.active,.nav.nav-pills.nav-justified .nav-link.active:focus,.nav.nav-pills.nav-justified .nav-link.active:hover{border:none}.nav.nav-pills.nav-active-bordered-pill .nav-item a.nav-link.active{color:#7367f0;border:1px solid #7367f0;border-radius:.25rem;background-color:#fff}.nav.nav-tabs{margin-bottom:1rem;border:none;border-radius:0;-webkit-box-shadow:-1px 11px 17px -10px rgba(0,0,0,.04);box-shadow:-1px 11px 17px -10px rgba(0,0,0,.04)}.nav.nav-tabs .nav-item .nav-link{font-size:.95rem;font-weight:450;min-width:auto;padding:.61rem .635rem;color:#000;border:none;border-radius:0}.alert,.alert p{font-weight:500}.nav.nav-tabs .nav-item .nav-link.active{position:relative;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;-webkit-transform:translateY(-2px);-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);-o-transform:translateY(-2px);transform:translateY(-2px);color:#7367f0;border:none;background-color:#fff}.nav.nav-tabs .nav-item .nav-link.active:after{position:absolute;top:100%;bottom:0;left:0;width:100%;height:2px;content:attr(data-before);-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-o-transition:all .2s linear;transition:all .2s linear;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0);background:-webkit-linear-gradient(60deg,#7367f0,rgba(115,103,240,.5))!important;background:-moz-linear-gradient(60deg,#7367f0,rgba(115,103,240,.5))!important;background:-o-linear-gradient(60deg,#7367f0,rgba(115,103,240,.5))!important;background:linear-gradient(30deg,#7367f0,rgba(115,103,240,.5))!important;-webkit-box-shadow:0 0 8px 0 rgba(115,103,240,.5)!important;box-shadow:0 0 8px 0 rgba(115,103,240,.5)!important}.nav.nav-tabs .nav-item .nav-link.dropdown-toggle::after{top:1px;left:1px}.nav.nav-tabs .nav-item .nav-link.disabled{color:#b8c2cc}.nav.nav-tabs.nav-justified{width:100%}.nav.nav-tabs.nav-justified .nav-link{margin-bottom:5px;text-align:center;margin-right:0;border-radius:.5rem}.nav.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:576px){.nav.nav-tabs.nav-justified .nav-item{display:block;width:1%}.nav.nav-tabs.nav-justified .nav-link{margin-bottom:0}.nav.nav-tabs.nav-justified .nav-link.active,.nav.nav-tabs.nav-justified .nav-link.active:focus,.nav.nav-tabs.nav-justified .nav-link.active:hover{border-bottom-color:transparent}}.nav.nav-tabs.nav-justified .nav-item a.nav-link{display:block;border-radius:0}.nav.nav-tabs.nav-justified .nav-item a.nav-link.active{border:none;background-color:#fff}.nav.nav-tabs.nav-justified .nav-item a.nav-link:hover{border-color:transparent}.nav-vertical{overflow:hidden}.nav-vertical .nav.nav-tabs .nav-item .nav-link{margin-bottom:0;border:none}.nav-vertical .nav.nav-tabs .nav-item .nav-link.active{border:none;border-radius:0}.nav-vertical .nav.nav-tabs .nav-item .nav-link.active:after{top:1rem;bottom:100%;left:-1rem;width:2.14rem;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.nav-vertical .nav.nav-tabs .nav-item .nav-link:hover{border-right:none}.nav-vertical .nav.nav-tabs.nav-left{display:table;float:left;margin-right:1rem}.nav-vertical .nav.nav-tabs.nav-left~.tab-content .tab-pane{display:none;overflow-y:auto;padding-left:1rem;background-color:#fff}.nav-vertical .nav.nav-tabs.nav-left~.tab-content .tab-pane.active{display:block}.nav-vertical .nav.nav-tabs.nav-right{display:table;float:right;margin-left:1rem}.nav-vertical .nav.nav-tabs.nav-right .nav-item .nav-link.active:after{left:2.4rem}.nav-vertical .nav.nav-tabs.nav-right~.tab-content .tab-pane{display:none;overflow-y:auto;padding-right:1rem;background-color:#fff}.nav-vertical .nav.nav-tabs.nav-right~.tab-content .tab-pane.active{display:block}.alert{border:none}.alert .close:focus{outline:0}.alert p{margin-bottom:0;padding:2px 0}.alert .alert-heading{font-size:.9rem;font-weight:700;padding:0 0 8px}.alert.alert-dark .alert-heading{-webkit-box-shadow:rgba(30,30,30,.4) 0 6px 15px -7px;box-shadow:rgba(30,30,30,.4) 0 6px 15px -7px}.alert.alert-light .alert-heading{-webkit-box-shadow:rgba(186,191,199,.4) 0 6px 15px -7px;box-shadow:rgba(186,191,199,.4) 0 6px 15px -7px}.media-list .media{width:100%;margin-top:0;padding:1.25rem}.media-list .media .media-left{padding-right:1rem}.media-list .media .media-right{padding-left:1rem}.media-list a.media{color:#b8c2cc!important}.media-bordered .media{border-top:1px solid #e4e7ed}.media-bordered .media:first-child{border-top:0}.progress{margin-bottom:3rem}.progress:last-child{margin-bottom:1rem}.progress.progress-xl{height:1.14rem}.progress.progress-lg{height:.857rem}.progress.progress-md{height:.57rem}.progress.progress-sm{height:.143rem}.progress .progress-bar{border-radius:1.28rem}ul.list-inline li{display:inline-block}ul.list-inline.list-inline-pipe>li+li:before{padding-right:2px;content:' | '}.list-group .list-group-item{line-height:1.5}.list-group .list-group-item.active:hover{background-color:#7367f0}.list-group .list-group-item.active:focus{color:#626262;outline:0}.list-group .list-group-item.active:focus:hover{color:#fff}.list-group .list-group-item:hover{background-color:#f8f8f8}.list-group .list-group-item i{font-size:1.2rem;font-weight:100;position:relative;top:2px}.list-group .list-group-item:not(.active):focus:active{color:inherit}.list-group .list-group-item-action:active{color:#fff;background-color:#7367f0}.list-group .list-group-item-action:focus{outline:0;background-color:#f8f8f8}.list-group-item.gu-mirror{border-radius:0}.users-list li+li{margin-left:-.785rem}.users-list li img{border:2px solid #fff;-webkit-box-shadow:0 2px 10px 0 rgba(184,194,204,.3);box-shadow:0 2px 10px 0 rgba(184,194,204,.3)}.users-list li .badge{color:#22292f}.toast-bs-container{position:fixed;z-index:1040;top:0;left:0;width:100%}.toast-bs-container .toast-position{position:relative;top:0;right:0;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;-webkit-flex-wrap:wrap-reverse;-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}.toast-bs-container .toast-position .toast.show{z-index:1030;opacity:1}.toast-placement{position:static;top:0}.toast-placement .toast{position:fixed;z-index:1030;top:0}.toast{display:none;margin-top:.75rem;background-color:#fff}.toast .toast-header .close:active,.toast .toast-header .close:focus{outline:0}.toast.show.toast-wrapper{position:static}.toast.toast-translucent{display:block;opacity:1}.toast-header img{width:35px;height:24px}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.toast-bs-container{position:fixed!important;left:74%!important}}.toast-bs-container,_:-ms-lang(x){position:fixed!important;left:74%!important}.accordion .collapse-title,.collapse-bordered .collapse-title{font-size:1.2rem;font-weight:400}.accordion .card-header,.collapse-bordered .card-header{cursor:pointer}.collapse-title,.collapse-title:hover{color:inherit}.collapse-bordered .card:first-child{border-top:0}.collapse-bordered .card:last-child{border-bottom:0}.collapse-bordered .card{margin-bottom:0;border-bottom:1px solid rgba(0,0,0,.04);border-radius:0}.collapse-bordered .card .card-header{padding:1rem}.collapse-bordered .card .card-body{line-height:1.5;padding:1rem}.accordion .collapse-border-item.card{margin-bottom:0;border:1px solid rgba(0,0,0,.1)}.accordion .collapse-border-item.card:first-child{border-bottom:0}.accordion .collapse-border-item.card .card-header{padding:1rem}.accordion .collapse-border-item.card .card-body{line-height:1.5;padding:1rem}.accordion-shadow{padding:.15rem .75rem;border-radius:.5rem;-webkit-box-shadow:0 0 4px 0 rgba(0,0,0,.1);box-shadow:0 0 4px 0 rgba(0,0,0,.1)}.accordion-shadow .card.open{margin:10px 0;border:0;border-radius:.571rem;-webkit-box-shadow:0 0 8px 0 rgba(0,0,0,.1)!important;box-shadow:0 0 8px 0 rgba(0,0,0,.1)!important}.accordion-shadow .card:first-child{border-top-left-radius:.571rem;border-top-right-radius:.571rem}.accordion-shadow .card:last-child{border-bottom-right-radius:.571rem;border-bottom-left-radius:.571rem}.collapse-border{border:1px solid rgba(0,0,0,.1);border-radius:.5rem}.collapse-border+.collapse.show{border:1px solid rgba(0,0,0,.1)}.collapse-margin{margin-top:.71rem;margin-bottom:.71rem!important;border-bottom:0 solid transparent!important;border-radius:5px;-webkit-box-shadow:0 2px 15px 0 rgba(0,0,0,.05);box-shadow:0 2px 15px 0 rgba(0,0,0,.05)}.collapse-margin .card-header{padding:1rem;border-radius:5px}.collapse-margin .card-body{line-height:1.5rem;padding:1rem}.pagination .page-item{border-radius:5rem}.pagination .page-item.first .page-link,.pagination .page-item.last .page-link,.pagination .page-item.next .page-link,.pagination .page-item.next-item .page-link,.pagination .page-item.prev .page-link,.pagination .page-item.prev-item .page-link{color:#7367f0}.pagination .page-item.first.disabled .page-link,.pagination .page-item.last.disabled .page-link,.pagination .page-item.next-item.disabled .page-link,.pagination .page-item.next.disabled .page-link,.pagination .page-item.prev-item.disabled .page-link,.pagination .page-item.prev.disabled .page-link{color:#b8c2cc}.pagination .page-item.prev-item{margin-right:.3571rem}.pagination .page-item.prev-item .page-link{padding:.572rem .651rem;border-radius:50%;background-color:#f0f0f0}.pagination .page-item.prev-item .page-link i{font-size:1.2rem;position:relative;top:1px}.pagination .page-item.prev-item .page-link:hover{color:#fff;background:#7367f0}.pagination .page-item.prev-item~.page-item:nth-child(2).active{border-top-left-radius:1.428rem;border-bottom-left-radius:1.428rem}.pagination .page-item.prev-item~.page-item:nth-child(2).active .page-link{border-top-left-radius:5rem!important;border-bottom-left-radius:5rem!important}.pagination .page-item.prev-item~.page-item:nth-last-child(-n+2).active{border-top-right-radius:1.428rem;border-bottom-right-radius:1.428rem}.pagination .page-item.prev-item~.page-item:nth-last-child(-n+2).active .page-link{border-top-right-radius:5rem!important;border-bottom-right-radius:5rem!important}.pagination .page-item.next-item{margin-left:.3571rem}.pagination .page-item.next-item .page-link{padding:.572rem .651rem;border-radius:50%;background-color:#f0f0f0}.pagination .page-item.next-item .page-link i{font-size:1.2rem;position:relative;top:1px}.pagination .page-item.next-item .page-link:hover{color:#fff;background:#7367f0}.pagination .page-item .page-link{font-size:1rem;font-weight:700;margin:0;color:rgba(0,0,0,.6);border:none;background-color:#f0f0f0}.pagination .page-item .page-link i{position:relative;top:1px}.pagination .page-item .page-link:focus{-webkit-box-shadow:none;box-shadow:none}.pagination .page-item .page-link:hover{color:#7367f0}.pagination .page-item.active{border-radius:0;background-color:#f0f0f0}.pagination .page-item.active .page-link{z-index:3;-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05);color:#fff;border-radius:5rem;background-color:#7367f0}.pagination .page-item:first-child:not(.prev-item).active{border-top-left-radius:1.428rem;border-bottom-left-radius:1.428rem}.pagination .page-item:first-child:not(.prev-item).active .page-link{border-radius:5rem}.pagination .page-item:first-child:not(.prev-item) .page-link{border-top-left-radius:1.428rem;border-bottom-left-radius:1.428rem}.pagination .page-item:last-child:not(.next-item).active{border-top-right-radius:1.428rem;border-bottom-right-radius:1.428rem}.pagination .page-item:last-child:not(.next-item).active .page-link{border-radius:5rem}.pagination .page-item:last-child:not(.next-item) .page-link{border-top-right-radius:1.428rem;border-bottom-right-radius:1.428rem}.pagination.pagination-lg .page-item .page-link{font-size:1.5rem;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.modal .modal-header{padding:.8rem;border-bottom:none;border-radius:.42rem;background-color:#f8f8f8}.modal .modal-header .close{position:relative;padding:.2rem .62rem;-webkit-transition:all .23s ease .1s;-moz-transition:all .23s ease .1s;-o-transition:all .23s ease .1s;transition:all .23s ease .1s;-webkit-transform:translate(8px,-2px);-moz-transform:translate(8px,-2px);-ms-transform:translate(8px,-2px);-o-transform:translate(8px,-2px);transform:translate(8px,-2px);opacity:1;border-radius:.357rem;background:#fff;-webkit-box-shadow:0 5px 20px 0 rgba(0,0,0,.1);box-shadow:0 5px 20px 0 rgba(0,0,0,.1)}.modal .modal-header .close span{font-size:2rem;font-weight:400;color:#7367f0}.modal .modal-header .close:active,.modal .modal-header .close:focus,.modal .modal-header .close:hover{-webkit-transform:translate(5px,3px);-moz-transform:translate(5px,3px);-ms-transform:translate(5px,3px);-o-transform:translate(5px,3px);transform:translate(5px,3px);opacity:1;outline:0;-webkit-box-shadow:none;box-shadow:none}.modal .modal-header[class*=bg-]{color:#fff;border-bottom-right-radius:5px;border-bottom-left-radius:5px}.modal .modal-header[class*=bg-] .modal-title{color:#fff}.modal .modal-header.bg-primary .close span{color:#7367f0}.modal .modal-header.bg-success .close span{color:#28c76f}.modal .modal-header.bg-info .close span{color:#00cfe8}.modal .modal-header.bg-danger .close span{color:#ea5455}.modal .modal-header.bg-warning .close span{color:#ff9f43}.modal .modal-header.bg-dark .close span{color:#1e1e1e}.modal .modal-content{overflow:visible;border:none;-webkit-box-shadow:0 5px 20px 0 rgba(0,0,0,.1);box-shadow:0 5px 20px 0 rgba(0,0,0,.1)}.modal .modal-footer{border-color:rgba(0,0,0,.05)}.modal-sm{max-width:400px}.modal-xs{max-width:300px}.modal-xl{max-width:94%;margin-right:3%;margin-left:3%}@media (max-width:576px){.modal{padding-right:1rem;padding-left:1rem}.modal .modal-sm,.modal .modal-xs{max-width:unset}}.popover{z-index:10}.popover .popover-header{color:#fff;border:none;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.popover.bs-popover-bottom .arrow:after{border-bottom-color:#7367f0}.icon-bg-circle{padding:.5rem;color:#fff;border-radius:50%}.icon-left,.icon-right{margin-right:.5rem}.icon-spin{display:inline-block;-webkit-animation:spin 1s infinite linear;-moz-animation:spin 1s infinite linear;-o-animation:spin 1s infinite linear;animation:spin 1s infinite linear}.blockOverlay{z-index:1050!important}.blockElement,.blockPage{z-index:1051!important}@-moz-keyframes spin{from{-moz-transform:rotate(0)}to{-moz-transform:rotate(360deg)}}@-webkit-keyframes spin{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}@-o-keyframes spin{from{-o-transform:rotate(0);transform:rotate(0)}to{-o-transform:rotate(360deg);transform:rotate(360deg)}}.hidden{display:none;visibility:hidden}a:hover{cursor:pointer}.round{border-radius:1.5rem}.square{border-radius:0}.icon-line-height{line-height:1.5rem!important}.spinner{display:inline-block;-webkit-animation:spin 1s linear infinite;-moz-animation:spin 1s linear infinite;-o-animation:spin 1s linear infinite;animation:spin 1s linear infinite}@keyframes spin{0%,from{-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}100%,to{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/bootstrap.css b/wwwjuba/app-assets/css/bootstrap.css new file mode 100644 index 0000000..2bbe75f --- /dev/null +++ b/wwwjuba/app-assets/css/bootstrap.css @@ -0,0 +1,15474 @@ +/*! + * Bootstrap v4.3.1 (https://getbootstrap.com/) + * Copyright 2011-2019 The Bootstrap Authors + * Copyright 2011-2019 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + */ +/*! + * Bootstrap v4.3.1 (https://getbootstrap.com/) + * Copyright 2011-2019 The Bootstrap Authors + * Copyright 2011-2019 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + */ +:root +{ + --blue: #00cfe8; + --indigo: #6610f2; + --purple: #6f42c1; + --pink: #e83e8c; + --red: #ea5455; + --orange: #ff9f43; + --yellow: #ffc107; + --green: #28c76f; + --teal: #20c997; + --cyan: #7367f0; + --white: #fff; + --gray: #b8c2cc; + --gray-dark: #1e1e1e; + --primary: #7367f0; + --secondary: #b8c2cc; + --success: #28c76f; + --info: #00cfe8; + --warning: #ff9f43; + --danger: #ea5455; + --light: #babfc7; + --dark: #1e1e1e; + --breakpoint-xs: 0; + --breakpoint-sm: 576px; + --breakpoint-md: 768px; + --breakpoint-lg: 992px; + --breakpoint-xl: 1200px; + --font-family-sans-serif: 'Montserrat', Helvetica, Arial, serif; + --font-family-monospace: 'Montserrat', Helvetica, Arial, serif; +} + +*, +*::before, +*::after +{ + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} + +html +{ + font-family: sans-serif; + line-height: 1.15; + + -webkit-text-size-adjust: 100%; + -webkit-tap-highlight-color: rgba(34, 41, 47, 0); +} + +article, +aside, +figcaption, +figure, +footer, +header, +hgroup, +main, +nav, +section +{ + display: block; +} + +body +{ + font-family: 'Montserrat', Helvetica, Arial, serif; + font-size: 1rem; + font-weight: 400; + line-height: 1.45; + + margin: 0; + + text-align: left; + + color: #626262; + background-color: #f8f8f8; +} + +[tabindex='-1']:focus +{ + outline: 0 !important; +} + +hr +{ + overflow: visible; + + -webkit-box-sizing: content-box; + -moz-box-sizing: content-box; + box-sizing: content-box; + height: 0; +} + +h1, +h2, +h3, +h4, +h5, +h6 +{ + margin-top: 0; + margin-bottom: .5rem; +} + +p +{ + margin-top: 0; + margin-bottom: 1rem; +} + +abbr[title], +abbr[data-original-title] +{ + cursor: help; + text-decoration: underline; + text-decoration: underline dotted; + + border-bottom: 0; + + -webkit-text-decoration: underline dotted; + -moz-text-decoration: underline dotted; + -webkit-text-decoration-skip-ink: none; + text-decoration-skip-ink: none; +} + +address +{ + font-style: normal; + line-height: inherit; + + margin-bottom: 1rem; +} + +ol, +ul, +dl +{ + margin-top: 0; + margin-bottom: 1rem; +} + +ol ol, +ul ul, +ol ul, +ul ol +{ + margin-bottom: 0; +} + +dt +{ + font-weight: 700; +} + +dd +{ + margin-bottom: .5rem; + margin-left: 0; +} + +blockquote +{ + margin: 0 0 1rem; +} + +b, +strong +{ + font-weight: bolder; +} + +small +{ + font-size: 80%; +} + +sub, +sup +{ + font-size: 75%; + line-height: 0; + + position: relative; + + vertical-align: baseline; +} + +sub +{ + bottom: -.25em; +} + +sup +{ + top: -.5em; +} + +a +{ + text-decoration: none; + + color: #7367f0; + background-color: transparent; +} +a:hover +{ + text-decoration: none; + + color: #5e50ee; +} + +a:not([href]):not([tabindex]) +{ + text-decoration: none; + + color: inherit; +} +a:not([href]):not([tabindex]):hover, +a:not([href]):not([tabindex]):focus +{ + text-decoration: none; + + color: inherit; +} +a:not([href]):not([tabindex]):focus +{ + outline: 0; +} + +pre, +code, +kbd, +samp +{ + font-family: 'Montserrat', Helvetica, Arial, serif; + font-size: 1em; +} + +pre +{ + overflow: auto; + + margin-top: 0; + margin-bottom: 1rem; +} + +figure +{ + margin: 0 0 1rem; +} + +img +{ + vertical-align: middle; + + border-style: none; +} + +svg +{ + overflow: hidden; + + vertical-align: middle; +} + +table +{ + border-collapse: collapse; +} + +caption +{ + padding-top: .75rem; + padding-bottom: .75rem; + + caption-side: bottom; + + text-align: left; + + color: #b8c2cc; +} + +th +{ + text-align: inherit; +} + +label +{ + display: inline-block; + + margin-bottom: .5rem; +} + +button +{ + border-radius: 0; +} + +button:focus +{ + outline: 1px dotted; + outline: 5px auto -webkit-focus-ring-color; +} + +input, +button, +select, +optgroup, +textarea +{ + font-family: inherit; + font-size: inherit; + line-height: inherit; + + margin: 0; +} + +button, +input +{ + overflow: visible; +} + +button, +select +{ + text-transform: none; +} + +select +{ + word-wrap: normal; +} + +button, +[type='button'], +[type='reset'], +[type='submit'] +{ + -webkit-appearance: button; +} + +button:not(:disabled), +[type='button']:not(:disabled), +[type='reset']:not(:disabled), +[type='submit']:not(:disabled) +{ + cursor: pointer; +} + +button::-moz-focus-inner, +[type='button']::-moz-focus-inner, +[type='reset']::-moz-focus-inner, +[type='submit']::-moz-focus-inner +{ + padding: 0; + + border-style: none; +} + +input[type='radio'], +input[type='checkbox'] +{ + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + padding: 0; +} + +input[type='date'], +input[type='time'], +input[type='datetime-local'], +input[type='month'] +{ + -webkit-appearance: listbox; +} + +textarea +{ + overflow: auto; + + resize: vertical; +} + +fieldset +{ + min-width: 0; + margin: 0; + padding: 0; + + border: 0; +} + +legend +{ + font-size: 1.5rem; + line-height: inherit; + + display: block; + + width: 100%; + max-width: 100%; + margin-bottom: .5rem; + padding: 0; + + white-space: normal; + + color: inherit; +} + +progress +{ + vertical-align: baseline; +} + +[type='number']::-webkit-inner-spin-button, +[type='number']::-webkit-outer-spin-button +{ + height: auto; +} + +[type='search'] +{ + outline-offset: -2px; + + -webkit-appearance: none; +} + +[type='search']::-webkit-search-decoration +{ + -webkit-appearance: none; +} + +::-webkit-file-upload-button +{ + font: inherit; + + -webkit-appearance: button; +} + +output +{ + display: inline-block; +} + +summary +{ + display: list-item; + + cursor: pointer; +} + +template +{ + display: none; +} + +[hidden] +{ + display: none !important; +} + +h1, +h2, +h3, +h4, +h5, +h6, +.h1, +.h2, +.h3, +.h4, +.h5, +.h6 +{ + font-family: inherit; + font-weight: 500; + line-height: 1.2; + + margin-bottom: .5rem; + + color: #2c2c2c; +} + +h1, +.h1 +{ + font-size: 2rem; +} + +h2, +.h2 +{ + font-size: 1.74rem; +} + +h3, +.h3 +{ + font-size: 1.51rem; +} + +h4, +.h4 +{ + font-size: 1.32rem; +} + +h5, +.h5 +{ + font-size: 1.14rem; +} + +h6, +.h6 +{ + font-size: 1rem; +} + +.lead +{ + font-size: 1.25rem; + font-weight: 300; +} + +.display-1 +{ + font-size: 6rem; + font-weight: 300; + line-height: 1.2; +} + +.display-2 +{ + font-size: 5.5rem; + font-weight: 300; + line-height: 1.2; +} + +.display-3 +{ + font-size: 4.5rem; + font-weight: 300; + line-height: 1.2; +} + +.display-4 +{ + font-size: 3.5rem; + font-weight: 300; + line-height: 1.2; +} + +hr +{ + margin-top: 1rem; + margin-bottom: 1rem; + + border: 0; + border-top: 1px solid rgba(34, 41, 47, .1); +} + +small, +.small +{ + font-size: smaller; + font-weight: 400; +} + +mark, +.mark +{ + padding: .2em; + + background-color: #fcf8e3; +} + +.list-unstyled +{ + padding-left: 0; + + list-style: none; +} + +.list-inline +{ + padding-left: 0; + + list-style: none; +} + +.list-inline-item +{ + display: inline-block; +} +.list-inline-item:not(:last-child) +{ + margin-right: .5rem; +} + +.initialism +{ + font-size: 90%; + + text-transform: uppercase; +} + +.blockquote +{ + font-size: 1.25rem; + + margin-bottom: 1rem; +} + +.blockquote-footer +{ + font-size: smaller; + + display: block; + + color: #b8c2cc; +} +.blockquote-footer::before +{ + content: '\2014\00A0'; +} + +.img-fluid +{ + max-width: 100%; + height: auto; +} + +.img-thumbnail +{ + max-width: 100%; + height: auto; + padding: .25rem; + + border: 1px solid #dae1e7; + border-radius: .5rem; + background-color: #f8f8f8; +} + +.figure +{ + display: inline-block; +} + +.figure-img +{ + line-height: 1; + + margin-bottom: .5rem; +} + +.figure-caption +{ + font-size: 90%; + + color: #b8c2cc; +} + +code +{ + font-size: 90%; + + word-break: break-word; + + color: #e83e8c; +} +a > code +{ + color: inherit; +} + +kbd +{ + font-size: 90%; + + padding: .2rem .4rem; + + color: #fff; + border-radius: .25rem; + background-color: #eee; +} +kbd kbd +{ + font-size: 100%; + font-weight: 700; + + padding: 0; +} + +pre +{ + font-size: 90%; + + display: block; + + color: #2a2e30; +} +pre code +{ + font-size: inherit; + + word-break: normal; + + color: inherit; +} + +.pre-scrollable +{ + overflow-y: scroll; + + max-height: 340px; +} + +.container +{ + width: 100%; + margin-right: auto; + margin-left: auto; + padding-right: 14px; + padding-left: 14px; +} +@media (min-width: 576px) +{ + .container + { + max-width: 540px; + } +} +@media (min-width: 768px) +{ + .container + { + max-width: 720px; + } +} +@media (min-width: 992px) +{ + .container + { + max-width: 960px; + } +} +@media (min-width: 1200px) +{ + .container + { + max-width: 1140px; + } +} + +.container-fluid +{ + width: 100%; + margin-right: auto; + margin-left: auto; + padding-right: 14px; + padding-left: 14px; +} + +.row +{ + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + + margin-right: -14px; + margin-left: -14px; + + -webkit-flex-wrap: wrap; + -ms-flex-wrap: wrap; + flex-wrap: wrap; +} + +.no-gutters +{ + margin-right: 0; + margin-left: 0; +} +.no-gutters > .col, +.no-gutters > [class*='col-'] +{ + padding-right: 0; + padding-left: 0; +} + +.col-1, +.col-2, +.col-3, +.col-4, +.col-5, +.col-6, +.col-7, +.col-8, +.col-9, +.col-10, +.col-11, +.col-12, +.col, +.col-auto, +.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, +.col-sm, +.col-sm-auto, +.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, +.col-md, +.col-md-auto, +.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, +.col-lg, +.col-lg-auto, +.col-xl-1, +.col-xl-2, +.col-xl-3, +.col-xl-4, +.col-xl-5, +.col-xl-6, +.col-xl-7, +.col-xl-8, +.col-xl-9, +.col-xl-10, +.col-xl-11, +.col-xl-12, +.col-xl, +.col-xl-auto +{ + position: relative; + + width: 100%; + padding-right: 14px; + padding-left: 14px; +} + +.col +{ + max-width: 100%; + + -webkit-flex-basis: 0; + -ms-flex-preferred-size: 0; + flex-basis: 0; + -webkit-box-flex: 1; + -webkit-flex-grow: 1; + -moz-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; +} + +.col-auto +{ + width: auto; + max-width: 100%; + + -webkit-box-flex: 0; + -webkit-flex: 0 0 auto; + -moz-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; +} + +.col-1 +{ + max-width: 8.33333%; + + -webkit-box-flex: 0; + -webkit-flex: 0 0 8.33333%; + -moz-box-flex: 0; + -ms-flex: 0 0 8.33333%; + flex: 0 0 8.33333%; +} + +.col-2 +{ + max-width: 16.66667%; + + -webkit-box-flex: 0; + -webkit-flex: 0 0 16.66667%; + -moz-box-flex: 0; + -ms-flex: 0 0 16.66667%; + flex: 0 0 16.66667%; +} + +.col-3 +{ + max-width: 25%; + + -webkit-box-flex: 0; + -webkit-flex: 0 0 25%; + -moz-box-flex: 0; + -ms-flex: 0 0 25%; + flex: 0 0 25%; +} + +.col-4 +{ + max-width: 33.33333%; + + -webkit-box-flex: 0; + -webkit-flex: 0 0 33.33333%; + -moz-box-flex: 0; + -ms-flex: 0 0 33.33333%; + flex: 0 0 33.33333%; +} + +.col-5 +{ + max-width: 41.66667%; + + -webkit-box-flex: 0; + -webkit-flex: 0 0 41.66667%; + -moz-box-flex: 0; + -ms-flex: 0 0 41.66667%; + flex: 0 0 41.66667%; +} + +.col-6 +{ + max-width: 50%; + + -webkit-box-flex: 0; + -webkit-flex: 0 0 50%; + -moz-box-flex: 0; + -ms-flex: 0 0 50%; + flex: 0 0 50%; +} + +.col-7 +{ + max-width: 58.33333%; + + -webkit-box-flex: 0; + -webkit-flex: 0 0 58.33333%; + -moz-box-flex: 0; + -ms-flex: 0 0 58.33333%; + flex: 0 0 58.33333%; +} + +.col-8 +{ + max-width: 66.66667%; + + -webkit-box-flex: 0; + -webkit-flex: 0 0 66.66667%; + -moz-box-flex: 0; + -ms-flex: 0 0 66.66667%; + flex: 0 0 66.66667%; +} + +.col-9 +{ + max-width: 75%; + + -webkit-box-flex: 0; + -webkit-flex: 0 0 75%; + -moz-box-flex: 0; + -ms-flex: 0 0 75%; + flex: 0 0 75%; +} + +.col-10 +{ + max-width: 83.33333%; + + -webkit-box-flex: 0; + -webkit-flex: 0 0 83.33333%; + -moz-box-flex: 0; + -ms-flex: 0 0 83.33333%; + flex: 0 0 83.33333%; +} + +.col-11 +{ + max-width: 91.66667%; + + -webkit-box-flex: 0; + -webkit-flex: 0 0 91.66667%; + -moz-box-flex: 0; + -ms-flex: 0 0 91.66667%; + flex: 0 0 91.66667%; +} + +.col-12 +{ + max-width: 100%; + + -webkit-box-flex: 0; + -webkit-flex: 0 0 100%; + -moz-box-flex: 0; + -ms-flex: 0 0 100%; + flex: 0 0 100%; +} + +.order-first +{ + -webkit-box-ordinal-group: 0; + -webkit-order: -1; + -moz-box-ordinal-group: 0; + -ms-flex-order: -1; + order: -1; +} + +.order-last +{ + -webkit-box-ordinal-group: 14; + -webkit-order: 13; + -moz-box-ordinal-group: 14; + -ms-flex-order: 13; + order: 13; +} + +.order-0 +{ + -webkit-box-ordinal-group: 1; + -webkit-order: 0; + -moz-box-ordinal-group: 1; + -ms-flex-order: 0; + order: 0; +} + +.order-1 +{ + -webkit-box-ordinal-group: 2; + -webkit-order: 1; + -moz-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; +} + +.order-2 +{ + -webkit-box-ordinal-group: 3; + -webkit-order: 2; + -moz-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; +} + +.order-3 +{ + -webkit-box-ordinal-group: 4; + -webkit-order: 3; + -moz-box-ordinal-group: 4; + -ms-flex-order: 3; + order: 3; +} + +.order-4 +{ + -webkit-box-ordinal-group: 5; + -webkit-order: 4; + -moz-box-ordinal-group: 5; + -ms-flex-order: 4; + order: 4; +} + +.order-5 +{ + -webkit-box-ordinal-group: 6; + -webkit-order: 5; + -moz-box-ordinal-group: 6; + -ms-flex-order: 5; + order: 5; +} + +.order-6 +{ + -webkit-box-ordinal-group: 7; + -webkit-order: 6; + -moz-box-ordinal-group: 7; + -ms-flex-order: 6; + order: 6; +} + +.order-7 +{ + -webkit-box-ordinal-group: 8; + -webkit-order: 7; + -moz-box-ordinal-group: 8; + -ms-flex-order: 7; + order: 7; +} + +.order-8 +{ + -webkit-box-ordinal-group: 9; + -webkit-order: 8; + -moz-box-ordinal-group: 9; + -ms-flex-order: 8; + order: 8; +} + +.order-9 +{ + -webkit-box-ordinal-group: 10; + -webkit-order: 9; + -moz-box-ordinal-group: 10; + -ms-flex-order: 9; + order: 9; +} + +.order-10 +{ + -webkit-box-ordinal-group: 11; + -webkit-order: 10; + -moz-box-ordinal-group: 11; + -ms-flex-order: 10; + order: 10; +} + +.order-11 +{ + -webkit-box-ordinal-group: 12; + -webkit-order: 11; + -moz-box-ordinal-group: 12; + -ms-flex-order: 11; + order: 11; +} + +.order-12 +{ + -webkit-box-ordinal-group: 13; + -webkit-order: 12; + -moz-box-ordinal-group: 13; + -ms-flex-order: 12; + order: 12; +} + +.offset-1 +{ + margin-left: 8.33333%; +} + +.offset-2 +{ + margin-left: 16.66667%; +} + +.offset-3 +{ + margin-left: 25%; +} + +.offset-4 +{ + margin-left: 33.33333%; +} + +.offset-5 +{ + margin-left: 41.66667%; +} + +.offset-6 +{ + margin-left: 50%; +} + +.offset-7 +{ + margin-left: 58.33333%; +} + +.offset-8 +{ + margin-left: 66.66667%; +} + +.offset-9 +{ + margin-left: 75%; +} + +.offset-10 +{ + margin-left: 83.33333%; +} + +.offset-11 +{ + margin-left: 91.66667%; +} + +@media (min-width: 576px) +{ + .col-sm + { + max-width: 100%; + + -webkit-flex-basis: 0; + -ms-flex-preferred-size: 0; + flex-basis: 0; + -webkit-box-flex: 1; + -webkit-flex-grow: 1; + -moz-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + } + .col-sm-auto + { + width: auto; + max-width: 100%; + + -webkit-box-flex: 0; + -webkit-flex: 0 0 auto; + -moz-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + } + .col-sm-1 + { + max-width: 8.33333%; + + -webkit-box-flex: 0; + -webkit-flex: 0 0 8.33333%; + -moz-box-flex: 0; + -ms-flex: 0 0 8.33333%; + flex: 0 0 8.33333%; + } + .col-sm-2 + { + max-width: 16.66667%; + + -webkit-box-flex: 0; + -webkit-flex: 0 0 16.66667%; + -moz-box-flex: 0; + -ms-flex: 0 0 16.66667%; + flex: 0 0 16.66667%; + } + .col-sm-3 + { + max-width: 25%; + + -webkit-box-flex: 0; + -webkit-flex: 0 0 25%; + -moz-box-flex: 0; + -ms-flex: 0 0 25%; + flex: 0 0 25%; + } + .col-sm-4 + { + max-width: 33.33333%; + + -webkit-box-flex: 0; + -webkit-flex: 0 0 33.33333%; + -moz-box-flex: 0; + -ms-flex: 0 0 33.33333%; + flex: 0 0 33.33333%; + } + .col-sm-5 + { + max-width: 41.66667%; + + -webkit-box-flex: 0; + -webkit-flex: 0 0 41.66667%; + -moz-box-flex: 0; + -ms-flex: 0 0 41.66667%; + flex: 0 0 41.66667%; + } + .col-sm-6 + { + max-width: 50%; + + -webkit-box-flex: 0; + -webkit-flex: 0 0 50%; + -moz-box-flex: 0; + -ms-flex: 0 0 50%; + flex: 0 0 50%; + } + .col-sm-7 + { + max-width: 58.33333%; + + -webkit-box-flex: 0; + -webkit-flex: 0 0 58.33333%; + -moz-box-flex: 0; + -ms-flex: 0 0 58.33333%; + flex: 0 0 58.33333%; + } + .col-sm-8 + { + max-width: 66.66667%; + + -webkit-box-flex: 0; + -webkit-flex: 0 0 66.66667%; + -moz-box-flex: 0; + -ms-flex: 0 0 66.66667%; + flex: 0 0 66.66667%; + } + .col-sm-9 + { + max-width: 75%; + + -webkit-box-flex: 0; + -webkit-flex: 0 0 75%; + -moz-box-flex: 0; + -ms-flex: 0 0 75%; + flex: 0 0 75%; + } + .col-sm-10 + { + max-width: 83.33333%; + + -webkit-box-flex: 0; + -webkit-flex: 0 0 83.33333%; + -moz-box-flex: 0; + -ms-flex: 0 0 83.33333%; + flex: 0 0 83.33333%; + } + .col-sm-11 + { + max-width: 91.66667%; + + -webkit-box-flex: 0; + -webkit-flex: 0 0 91.66667%; + -moz-box-flex: 0; + -ms-flex: 0 0 91.66667%; + flex: 0 0 91.66667%; + } + .col-sm-12 + { + max-width: 100%; + + -webkit-box-flex: 0; + -webkit-flex: 0 0 100%; + -moz-box-flex: 0; + -ms-flex: 0 0 100%; + flex: 0 0 100%; + } + .order-sm-first + { + -webkit-box-ordinal-group: 0; + -webkit-order: -1; + -moz-box-ordinal-group: 0; + -ms-flex-order: -1; + order: -1; + } + .order-sm-last + { + -webkit-box-ordinal-group: 14; + -webkit-order: 13; + -moz-box-ordinal-group: 14; + -ms-flex-order: 13; + order: 13; + } + .order-sm-0 + { + -webkit-box-ordinal-group: 1; + -webkit-order: 0; + -moz-box-ordinal-group: 1; + -ms-flex-order: 0; + order: 0; + } + .order-sm-1 + { + -webkit-box-ordinal-group: 2; + -webkit-order: 1; + -moz-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; + } + .order-sm-2 + { + -webkit-box-ordinal-group: 3; + -webkit-order: 2; + -moz-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; + } + .order-sm-3 + { + -webkit-box-ordinal-group: 4; + -webkit-order: 3; + -moz-box-ordinal-group: 4; + -ms-flex-order: 3; + order: 3; + } + .order-sm-4 + { + -webkit-box-ordinal-group: 5; + -webkit-order: 4; + -moz-box-ordinal-group: 5; + -ms-flex-order: 4; + order: 4; + } + .order-sm-5 + { + -webkit-box-ordinal-group: 6; + -webkit-order: 5; + -moz-box-ordinal-group: 6; + -ms-flex-order: 5; + order: 5; + } + .order-sm-6 + { + -webkit-box-ordinal-group: 7; + -webkit-order: 6; + -moz-box-ordinal-group: 7; + -ms-flex-order: 6; + order: 6; + } + .order-sm-7 + { + -webkit-box-ordinal-group: 8; + -webkit-order: 7; + -moz-box-ordinal-group: 8; + -ms-flex-order: 7; + order: 7; + } + .order-sm-8 + { + -webkit-box-ordinal-group: 9; + -webkit-order: 8; + -moz-box-ordinal-group: 9; + -ms-flex-order: 8; + order: 8; + } + .order-sm-9 + { + -webkit-box-ordinal-group: 10; + -webkit-order: 9; + -moz-box-ordinal-group: 10; + -ms-flex-order: 9; + order: 9; + } + .order-sm-10 + { + -webkit-box-ordinal-group: 11; + -webkit-order: 10; + -moz-box-ordinal-group: 11; + -ms-flex-order: 10; + order: 10; + } + .order-sm-11 + { + -webkit-box-ordinal-group: 12; + -webkit-order: 11; + -moz-box-ordinal-group: 12; + -ms-flex-order: 11; + order: 11; + } + .order-sm-12 + { + -webkit-box-ordinal-group: 13; + -webkit-order: 12; + -moz-box-ordinal-group: 13; + -ms-flex-order: 12; + order: 12; + } + .offset-sm-0 + { + margin-left: 0; + } + .offset-sm-1 + { + margin-left: 8.33333%; + } + .offset-sm-2 + { + margin-left: 16.66667%; + } + .offset-sm-3 + { + margin-left: 25%; + } + .offset-sm-4 + { + margin-left: 33.33333%; + } + .offset-sm-5 + { + margin-left: 41.66667%; + } + .offset-sm-6 + { + margin-left: 50%; + } + .offset-sm-7 + { + margin-left: 58.33333%; + } + .offset-sm-8 + { + margin-left: 66.66667%; + } + .offset-sm-9 + { + margin-left: 75%; + } + .offset-sm-10 + { + margin-left: 83.33333%; + } + .offset-sm-11 + { + margin-left: 91.66667%; + } +} + +@media (min-width: 768px) +{ + .col-md + { + max-width: 100%; + + -webkit-flex-basis: 0; + -ms-flex-preferred-size: 0; + flex-basis: 0; + -webkit-box-flex: 1; + -webkit-flex-grow: 1; + -moz-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + } + .col-md-auto + { + width: auto; + max-width: 100%; + + -webkit-box-flex: 0; + -webkit-flex: 0 0 auto; + -moz-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + } + .col-md-1 + { + max-width: 8.33333%; + + -webkit-box-flex: 0; + -webkit-flex: 0 0 8.33333%; + -moz-box-flex: 0; + -ms-flex: 0 0 8.33333%; + flex: 0 0 8.33333%; + } + .col-md-2 + { + max-width: 16.66667%; + + -webkit-box-flex: 0; + -webkit-flex: 0 0 16.66667%; + -moz-box-flex: 0; + -ms-flex: 0 0 16.66667%; + flex: 0 0 16.66667%; + } + .col-md-3 + { + max-width: 25%; + + -webkit-box-flex: 0; + -webkit-flex: 0 0 25%; + -moz-box-flex: 0; + -ms-flex: 0 0 25%; + flex: 0 0 25%; + } + .col-md-4 + { + max-width: 33.33333%; + + -webkit-box-flex: 0; + -webkit-flex: 0 0 33.33333%; + -moz-box-flex: 0; + -ms-flex: 0 0 33.33333%; + flex: 0 0 33.33333%; + } + .col-md-5 + { + max-width: 41.66667%; + + -webkit-box-flex: 0; + -webkit-flex: 0 0 41.66667%; + -moz-box-flex: 0; + -ms-flex: 0 0 41.66667%; + flex: 0 0 41.66667%; + } + .col-md-6 + { + max-width: 50%; + + -webkit-box-flex: 0; + -webkit-flex: 0 0 50%; + -moz-box-flex: 0; + -ms-flex: 0 0 50%; + flex: 0 0 50%; + } + .col-md-7 + { + max-width: 58.33333%; + + -webkit-box-flex: 0; + -webkit-flex: 0 0 58.33333%; + -moz-box-flex: 0; + -ms-flex: 0 0 58.33333%; + flex: 0 0 58.33333%; + } + .col-md-8 + { + max-width: 66.66667%; + + -webkit-box-flex: 0; + -webkit-flex: 0 0 66.66667%; + -moz-box-flex: 0; + -ms-flex: 0 0 66.66667%; + flex: 0 0 66.66667%; + } + .col-md-9 + { + max-width: 75%; + + -webkit-box-flex: 0; + -webkit-flex: 0 0 75%; + -moz-box-flex: 0; + -ms-flex: 0 0 75%; + flex: 0 0 75%; + } + .col-md-10 + { + max-width: 83.33333%; + + -webkit-box-flex: 0; + -webkit-flex: 0 0 83.33333%; + -moz-box-flex: 0; + -ms-flex: 0 0 83.33333%; + flex: 0 0 83.33333%; + } + .col-md-11 + { + max-width: 91.66667%; + + -webkit-box-flex: 0; + -webkit-flex: 0 0 91.66667%; + -moz-box-flex: 0; + -ms-flex: 0 0 91.66667%; + flex: 0 0 91.66667%; + } + .col-md-12 + { + max-width: 100%; + + -webkit-box-flex: 0; + -webkit-flex: 0 0 100%; + -moz-box-flex: 0; + -ms-flex: 0 0 100%; + flex: 0 0 100%; + } + .order-md-first + { + -webkit-box-ordinal-group: 0; + -webkit-order: -1; + -moz-box-ordinal-group: 0; + -ms-flex-order: -1; + order: -1; + } + .order-md-last + { + -webkit-box-ordinal-group: 14; + -webkit-order: 13; + -moz-box-ordinal-group: 14; + -ms-flex-order: 13; + order: 13; + } + .order-md-0 + { + -webkit-box-ordinal-group: 1; + -webkit-order: 0; + -moz-box-ordinal-group: 1; + -ms-flex-order: 0; + order: 0; + } + .order-md-1 + { + -webkit-box-ordinal-group: 2; + -webkit-order: 1; + -moz-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; + } + .order-md-2 + { + -webkit-box-ordinal-group: 3; + -webkit-order: 2; + -moz-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; + } + .order-md-3 + { + -webkit-box-ordinal-group: 4; + -webkit-order: 3; + -moz-box-ordinal-group: 4; + -ms-flex-order: 3; + order: 3; + } + .order-md-4 + { + -webkit-box-ordinal-group: 5; + -webkit-order: 4; + -moz-box-ordinal-group: 5; + -ms-flex-order: 4; + order: 4; + } + .order-md-5 + { + -webkit-box-ordinal-group: 6; + -webkit-order: 5; + -moz-box-ordinal-group: 6; + -ms-flex-order: 5; + order: 5; + } + .order-md-6 + { + -webkit-box-ordinal-group: 7; + -webkit-order: 6; + -moz-box-ordinal-group: 7; + -ms-flex-order: 6; + order: 6; + } + .order-md-7 + { + -webkit-box-ordinal-group: 8; + -webkit-order: 7; + -moz-box-ordinal-group: 8; + -ms-flex-order: 7; + order: 7; + } + .order-md-8 + { + -webkit-box-ordinal-group: 9; + -webkit-order: 8; + -moz-box-ordinal-group: 9; + -ms-flex-order: 8; + order: 8; + } + .order-md-9 + { + -webkit-box-ordinal-group: 10; + -webkit-order: 9; + -moz-box-ordinal-group: 10; + -ms-flex-order: 9; + order: 9; + } + .order-md-10 + { + -webkit-box-ordinal-group: 11; + -webkit-order: 10; + -moz-box-ordinal-group: 11; + -ms-flex-order: 10; + order: 10; + } + .order-md-11 + { + -webkit-box-ordinal-group: 12; + -webkit-order: 11; + -moz-box-ordinal-group: 12; + -ms-flex-order: 11; + order: 11; + } + .order-md-12 + { + -webkit-box-ordinal-group: 13; + -webkit-order: 12; + -moz-box-ordinal-group: 13; + -ms-flex-order: 12; + order: 12; + } + .offset-md-0 + { + margin-left: 0; + } + .offset-md-1 + { + margin-left: 8.33333%; + } + .offset-md-2 + { + margin-left: 16.66667%; + } + .offset-md-3 + { + margin-left: 25%; + } + .offset-md-4 + { + margin-left: 33.33333%; + } + .offset-md-5 + { + margin-left: 41.66667%; + } + .offset-md-6 + { + margin-left: 50%; + } + .offset-md-7 + { + margin-left: 58.33333%; + } + .offset-md-8 + { + margin-left: 66.66667%; + } + .offset-md-9 + { + margin-left: 75%; + } + .offset-md-10 + { + margin-left: 83.33333%; + } + .offset-md-11 + { + margin-left: 91.66667%; + } +} + +@media (min-width: 992px) +{ + .col-lg + { + max-width: 100%; + + -webkit-flex-basis: 0; + -ms-flex-preferred-size: 0; + flex-basis: 0; + -webkit-box-flex: 1; + -webkit-flex-grow: 1; + -moz-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + } + .col-lg-auto + { + width: auto; + max-width: 100%; + + -webkit-box-flex: 0; + -webkit-flex: 0 0 auto; + -moz-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + } + .col-lg-1 + { + max-width: 8.33333%; + + -webkit-box-flex: 0; + -webkit-flex: 0 0 8.33333%; + -moz-box-flex: 0; + -ms-flex: 0 0 8.33333%; + flex: 0 0 8.33333%; + } + .col-lg-2 + { + max-width: 16.66667%; + + -webkit-box-flex: 0; + -webkit-flex: 0 0 16.66667%; + -moz-box-flex: 0; + -ms-flex: 0 0 16.66667%; + flex: 0 0 16.66667%; + } + .col-lg-3 + { + max-width: 25%; + + -webkit-box-flex: 0; + -webkit-flex: 0 0 25%; + -moz-box-flex: 0; + -ms-flex: 0 0 25%; + flex: 0 0 25%; + } + .col-lg-4 + { + max-width: 33.33333%; + + -webkit-box-flex: 0; + -webkit-flex: 0 0 33.33333%; + -moz-box-flex: 0; + -ms-flex: 0 0 33.33333%; + flex: 0 0 33.33333%; + } + .col-lg-5 + { + max-width: 41.66667%; + + -webkit-box-flex: 0; + -webkit-flex: 0 0 41.66667%; + -moz-box-flex: 0; + -ms-flex: 0 0 41.66667%; + flex: 0 0 41.66667%; + } + .col-lg-6 + { + max-width: 50%; + + -webkit-box-flex: 0; + -webkit-flex: 0 0 50%; + -moz-box-flex: 0; + -ms-flex: 0 0 50%; + flex: 0 0 50%; + } + .col-lg-7 + { + max-width: 58.33333%; + + -webkit-box-flex: 0; + -webkit-flex: 0 0 58.33333%; + -moz-box-flex: 0; + -ms-flex: 0 0 58.33333%; + flex: 0 0 58.33333%; + } + .col-lg-8 + { + max-width: 66.66667%; + + -webkit-box-flex: 0; + -webkit-flex: 0 0 66.66667%; + -moz-box-flex: 0; + -ms-flex: 0 0 66.66667%; + flex: 0 0 66.66667%; + } + .col-lg-9 + { + max-width: 75%; + + -webkit-box-flex: 0; + -webkit-flex: 0 0 75%; + -moz-box-flex: 0; + -ms-flex: 0 0 75%; + flex: 0 0 75%; + } + .col-lg-10 + { + max-width: 83.33333%; + + -webkit-box-flex: 0; + -webkit-flex: 0 0 83.33333%; + -moz-box-flex: 0; + -ms-flex: 0 0 83.33333%; + flex: 0 0 83.33333%; + } + .col-lg-11 + { + max-width: 91.66667%; + + -webkit-box-flex: 0; + -webkit-flex: 0 0 91.66667%; + -moz-box-flex: 0; + -ms-flex: 0 0 91.66667%; + flex: 0 0 91.66667%; + } + .col-lg-12 + { + max-width: 100%; + + -webkit-box-flex: 0; + -webkit-flex: 0 0 100%; + -moz-box-flex: 0; + -ms-flex: 0 0 100%; + flex: 0 0 100%; + } + .order-lg-first + { + -webkit-box-ordinal-group: 0; + -webkit-order: -1; + -moz-box-ordinal-group: 0; + -ms-flex-order: -1; + order: -1; + } + .order-lg-last + { + -webkit-box-ordinal-group: 14; + -webkit-order: 13; + -moz-box-ordinal-group: 14; + -ms-flex-order: 13; + order: 13; + } + .order-lg-0 + { + -webkit-box-ordinal-group: 1; + -webkit-order: 0; + -moz-box-ordinal-group: 1; + -ms-flex-order: 0; + order: 0; + } + .order-lg-1 + { + -webkit-box-ordinal-group: 2; + -webkit-order: 1; + -moz-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; + } + .order-lg-2 + { + -webkit-box-ordinal-group: 3; + -webkit-order: 2; + -moz-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; + } + .order-lg-3 + { + -webkit-box-ordinal-group: 4; + -webkit-order: 3; + -moz-box-ordinal-group: 4; + -ms-flex-order: 3; + order: 3; + } + .order-lg-4 + { + -webkit-box-ordinal-group: 5; + -webkit-order: 4; + -moz-box-ordinal-group: 5; + -ms-flex-order: 4; + order: 4; + } + .order-lg-5 + { + -webkit-box-ordinal-group: 6; + -webkit-order: 5; + -moz-box-ordinal-group: 6; + -ms-flex-order: 5; + order: 5; + } + .order-lg-6 + { + -webkit-box-ordinal-group: 7; + -webkit-order: 6; + -moz-box-ordinal-group: 7; + -ms-flex-order: 6; + order: 6; + } + .order-lg-7 + { + -webkit-box-ordinal-group: 8; + -webkit-order: 7; + -moz-box-ordinal-group: 8; + -ms-flex-order: 7; + order: 7; + } + .order-lg-8 + { + -webkit-box-ordinal-group: 9; + -webkit-order: 8; + -moz-box-ordinal-group: 9; + -ms-flex-order: 8; + order: 8; + } + .order-lg-9 + { + -webkit-box-ordinal-group: 10; + -webkit-order: 9; + -moz-box-ordinal-group: 10; + -ms-flex-order: 9; + order: 9; + } + .order-lg-10 + { + -webkit-box-ordinal-group: 11; + -webkit-order: 10; + -moz-box-ordinal-group: 11; + -ms-flex-order: 10; + order: 10; + } + .order-lg-11 + { + -webkit-box-ordinal-group: 12; + -webkit-order: 11; + -moz-box-ordinal-group: 12; + -ms-flex-order: 11; + order: 11; + } + .order-lg-12 + { + -webkit-box-ordinal-group: 13; + -webkit-order: 12; + -moz-box-ordinal-group: 13; + -ms-flex-order: 12; + order: 12; + } + .offset-lg-0 + { + margin-left: 0; + } + .offset-lg-1 + { + margin-left: 8.33333%; + } + .offset-lg-2 + { + margin-left: 16.66667%; + } + .offset-lg-3 + { + margin-left: 25%; + } + .offset-lg-4 + { + margin-left: 33.33333%; + } + .offset-lg-5 + { + margin-left: 41.66667%; + } + .offset-lg-6 + { + margin-left: 50%; + } + .offset-lg-7 + { + margin-left: 58.33333%; + } + .offset-lg-8 + { + margin-left: 66.66667%; + } + .offset-lg-9 + { + margin-left: 75%; + } + .offset-lg-10 + { + margin-left: 83.33333%; + } + .offset-lg-11 + { + margin-left: 91.66667%; + } +} + +@media (min-width: 1200px) +{ + .col-xl + { + max-width: 100%; + + -webkit-flex-basis: 0; + -ms-flex-preferred-size: 0; + flex-basis: 0; + -webkit-box-flex: 1; + -webkit-flex-grow: 1; + -moz-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + } + .col-xl-auto + { + width: auto; + max-width: 100%; + + -webkit-box-flex: 0; + -webkit-flex: 0 0 auto; + -moz-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + } + .col-xl-1 + { + max-width: 8.33333%; + + -webkit-box-flex: 0; + -webkit-flex: 0 0 8.33333%; + -moz-box-flex: 0; + -ms-flex: 0 0 8.33333%; + flex: 0 0 8.33333%; + } + .col-xl-2 + { + max-width: 16.66667%; + + -webkit-box-flex: 0; + -webkit-flex: 0 0 16.66667%; + -moz-box-flex: 0; + -ms-flex: 0 0 16.66667%; + flex: 0 0 16.66667%; + } + .col-xl-3 + { + max-width: 25%; + + -webkit-box-flex: 0; + -webkit-flex: 0 0 25%; + -moz-box-flex: 0; + -ms-flex: 0 0 25%; + flex: 0 0 25%; + } + .col-xl-4 + { + max-width: 33.33333%; + + -webkit-box-flex: 0; + -webkit-flex: 0 0 33.33333%; + -moz-box-flex: 0; + -ms-flex: 0 0 33.33333%; + flex: 0 0 33.33333%; + } + .col-xl-5 + { + max-width: 41.66667%; + + -webkit-box-flex: 0; + -webkit-flex: 0 0 41.66667%; + -moz-box-flex: 0; + -ms-flex: 0 0 41.66667%; + flex: 0 0 41.66667%; + } + .col-xl-6 + { + max-width: 50%; + + -webkit-box-flex: 0; + -webkit-flex: 0 0 50%; + -moz-box-flex: 0; + -ms-flex: 0 0 50%; + flex: 0 0 50%; + } + .col-xl-7 + { + max-width: 58.33333%; + + -webkit-box-flex: 0; + -webkit-flex: 0 0 58.33333%; + -moz-box-flex: 0; + -ms-flex: 0 0 58.33333%; + flex: 0 0 58.33333%; + } + .col-xl-8 + { + max-width: 66.66667%; + + -webkit-box-flex: 0; + -webkit-flex: 0 0 66.66667%; + -moz-box-flex: 0; + -ms-flex: 0 0 66.66667%; + flex: 0 0 66.66667%; + } + .col-xl-9 + { + max-width: 75%; + + -webkit-box-flex: 0; + -webkit-flex: 0 0 75%; + -moz-box-flex: 0; + -ms-flex: 0 0 75%; + flex: 0 0 75%; + } + .col-xl-10 + { + max-width: 83.33333%; + + -webkit-box-flex: 0; + -webkit-flex: 0 0 83.33333%; + -moz-box-flex: 0; + -ms-flex: 0 0 83.33333%; + flex: 0 0 83.33333%; + } + .col-xl-11 + { + max-width: 91.66667%; + + -webkit-box-flex: 0; + -webkit-flex: 0 0 91.66667%; + -moz-box-flex: 0; + -ms-flex: 0 0 91.66667%; + flex: 0 0 91.66667%; + } + .col-xl-12 + { + max-width: 100%; + + -webkit-box-flex: 0; + -webkit-flex: 0 0 100%; + -moz-box-flex: 0; + -ms-flex: 0 0 100%; + flex: 0 0 100%; + } + .order-xl-first + { + -webkit-box-ordinal-group: 0; + -webkit-order: -1; + -moz-box-ordinal-group: 0; + -ms-flex-order: -1; + order: -1; + } + .order-xl-last + { + -webkit-box-ordinal-group: 14; + -webkit-order: 13; + -moz-box-ordinal-group: 14; + -ms-flex-order: 13; + order: 13; + } + .order-xl-0 + { + -webkit-box-ordinal-group: 1; + -webkit-order: 0; + -moz-box-ordinal-group: 1; + -ms-flex-order: 0; + order: 0; + } + .order-xl-1 + { + -webkit-box-ordinal-group: 2; + -webkit-order: 1; + -moz-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; + } + .order-xl-2 + { + -webkit-box-ordinal-group: 3; + -webkit-order: 2; + -moz-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; + } + .order-xl-3 + { + -webkit-box-ordinal-group: 4; + -webkit-order: 3; + -moz-box-ordinal-group: 4; + -ms-flex-order: 3; + order: 3; + } + .order-xl-4 + { + -webkit-box-ordinal-group: 5; + -webkit-order: 4; + -moz-box-ordinal-group: 5; + -ms-flex-order: 4; + order: 4; + } + .order-xl-5 + { + -webkit-box-ordinal-group: 6; + -webkit-order: 5; + -moz-box-ordinal-group: 6; + -ms-flex-order: 5; + order: 5; + } + .order-xl-6 + { + -webkit-box-ordinal-group: 7; + -webkit-order: 6; + -moz-box-ordinal-group: 7; + -ms-flex-order: 6; + order: 6; + } + .order-xl-7 + { + -webkit-box-ordinal-group: 8; + -webkit-order: 7; + -moz-box-ordinal-group: 8; + -ms-flex-order: 7; + order: 7; + } + .order-xl-8 + { + -webkit-box-ordinal-group: 9; + -webkit-order: 8; + -moz-box-ordinal-group: 9; + -ms-flex-order: 8; + order: 8; + } + .order-xl-9 + { + -webkit-box-ordinal-group: 10; + -webkit-order: 9; + -moz-box-ordinal-group: 10; + -ms-flex-order: 9; + order: 9; + } + .order-xl-10 + { + -webkit-box-ordinal-group: 11; + -webkit-order: 10; + -moz-box-ordinal-group: 11; + -ms-flex-order: 10; + order: 10; + } + .order-xl-11 + { + -webkit-box-ordinal-group: 12; + -webkit-order: 11; + -moz-box-ordinal-group: 12; + -ms-flex-order: 11; + order: 11; + } + .order-xl-12 + { + -webkit-box-ordinal-group: 13; + -webkit-order: 12; + -moz-box-ordinal-group: 13; + -ms-flex-order: 12; + order: 12; + } + .offset-xl-0 + { + margin-left: 0; + } + .offset-xl-1 + { + margin-left: 8.33333%; + } + .offset-xl-2 + { + margin-left: 16.66667%; + } + .offset-xl-3 + { + margin-left: 25%; + } + .offset-xl-4 + { + margin-left: 33.33333%; + } + .offset-xl-5 + { + margin-left: 41.66667%; + } + .offset-xl-6 + { + margin-left: 50%; + } + .offset-xl-7 + { + margin-left: 58.33333%; + } + .offset-xl-8 + { + margin-left: 66.66667%; + } + .offset-xl-9 + { + margin-left: 75%; + } + .offset-xl-10 + { + margin-left: 83.33333%; + } + .offset-xl-11 + { + margin-left: 91.66667%; + } +} + +.table +{ + width: 100%; + margin-bottom: 1rem; + + color: #626262; +} +.table th, +.table td +{ + padding: .75rem; + + vertical-align: top; + + border-top: 1px solid #f8f8f8; +} +.table thead th +{ + vertical-align: bottom; + + border-bottom: 2px solid #f8f8f8; +} +.table tbody + tbody +{ + border-top: 2px solid #f8f8f8; +} + +.table-sm th, +.table-sm td +{ + padding: .3rem; +} + +.table-bordered +{ + border: 1px solid #f8f8f8; +} +.table-bordered th, +.table-bordered td +{ + border: 1px solid #f8f8f8; +} +.table-bordered thead th, +.table-bordered thead td +{ + border-bottom-width: 2px; +} + +.table-borderless th, +.table-borderless td, +.table-borderless thead th, +.table-borderless tbody + tbody +{ + border: 0; +} + +.table-striped tbody tr:nth-of-type(odd) +{ + background-color: rgba(34, 41, 47, .05); +} + +.table-hover tbody tr:hover +{ + color: #626262; + background-color: rgba(34, 41, 47, .075); +} + +.table-primary, +.table-primary > th, +.table-primary > td +{ + background-color: #d8d4fb; +} + +.table-primary th, +.table-primary td, +.table-primary thead th, +.table-primary tbody + tbody +{ + border-color: #b6b0f7; +} + +.table-hover .table-primary:hover +{ + background-color: #c3bdf9; +} +.table-hover .table-primary:hover > td, +.table-hover .table-primary:hover > th +{ + background-color: #c3bdf9; +} + +.table-secondary, +.table-secondary > th, +.table-secondary > td +{ + background-color: #ebeef1; +} + +.table-secondary th, +.table-secondary td, +.table-secondary thead th, +.table-secondary tbody + tbody +{ + border-color: #dadfe4; +} + +.table-hover .table-secondary:hover +{ + background-color: #dce1e7; +} +.table-hover .table-secondary:hover > td, +.table-hover .table-secondary:hover > th +{ + background-color: #dce1e7; +} + +.table-success, +.table-success > th, +.table-success > td +{ + background-color: #c3efd7; +} + +.table-success th, +.table-success td, +.table-success thead th, +.table-success tbody + tbody +{ + border-color: #8fe2b4; +} + +.table-hover .table-success:hover +{ + background-color: #afeaca; +} +.table-hover .table-success:hover > td, +.table-hover .table-success:hover > th +{ + background-color: #afeaca; +} + +.table-info, +.table-info > th, +.table-info > td +{ + background-color: #b8f2f9; +} + +.table-info th, +.table-info td, +.table-info thead th, +.table-info tbody + tbody +{ + border-color: #7ae6f3; +} + +.table-hover .table-info:hover +{ + background-color: #a0eef7; +} +.table-hover .table-info:hover > td, +.table-hover .table-info:hover > th +{ + background-color: #a0eef7; +} + +.table-warning, +.table-warning > th, +.table-warning > td +{ + background-color: #ffe4ca; +} + +.table-warning th, +.table-warning td, +.table-warning thead th, +.table-warning tbody + tbody +{ + border-color: #ffcd9d; +} + +.table-hover .table-warning:hover +{ + background-color: #ffd7b1; +} +.table-hover .table-warning:hover > td, +.table-hover .table-warning:hover > th +{ + background-color: #ffd7b1; +} + +.table-danger, +.table-danger > th, +.table-danger > td +{ + background-color: #f9cfcf; +} + +.table-danger th, +.table-danger td, +.table-danger thead th, +.table-danger tbody + tbody +{ + border-color: #f4a6a7; +} + +.table-hover .table-danger:hover +{ + background-color: #f6b8b8; +} +.table-hover .table-danger:hover > td, +.table-hover .table-danger:hover > th +{ + background-color: #f6b8b8; +} + +.table-light, +.table-light > th, +.table-light > td +{ + background-color: #ecedef; +} + +.table-light th, +.table-light td, +.table-light thead th, +.table-light tbody + tbody +{ + border-color: #dbdee2; +} + +.table-hover .table-light:hover +{ + background-color: #dee0e3; +} +.table-hover .table-light:hover > td, +.table-hover .table-light:hover > th +{ + background-color: #dee0e3; +} + +.table-dark, +.table-dark > th, +.table-dark > td +{ + background-color: silver; +} + +.table-dark th, +.table-dark td, +.table-dark thead th, +.table-dark tbody + tbody +{ + border-color: #8a8a8a; +} + +.table-hover .table-dark:hover +{ + background-color: #b3b3b3; +} +.table-hover .table-dark:hover > td, +.table-hover .table-dark:hover > th +{ + background-color: #b3b3b3; +} + +.table-active, +.table-active > th, +.table-active > td +{ + background-color: rgba(34, 41, 47, .075); +} + +.table-hover .table-active:hover +{ + background-color: rgba(23, 28, 32, .075); +} +.table-hover .table-active:hover > td, +.table-hover .table-active:hover > th +{ + background-color: rgba(23, 28, 32, .075); +} + +.table .thead-dark th +{ + color: #fff; + border-color: #313131; + background-color: #1e1e1e; +} + +.table .thead-light th +{ + color: #4e5154; + border-color: #f8f8f8; + background-color: #ededed; +} + +.table-dark +{ + color: #fff; + background-color: #1e1e1e; +} +.table-dark th, +.table-dark td, +.table-dark thead th +{ + border-color: #313131; +} +.table-dark.table-bordered +{ + border: 0; +} +.table-dark.table-striped tbody tr:nth-of-type(odd) +{ + background-color: rgba(255, 255, 255, .05); +} +.table-dark.table-hover tbody tr:hover +{ + color: #fff; + background-color: rgba(255, 255, 255, .075); +} + +@media (max-width: 575.98px) +{ + .table-responsive-sm + { + display: block; + overflow-x: auto; + + width: 100%; + + -webkit-overflow-scrolling: touch; + } + .table-responsive-sm > .table-bordered + { + border: 0; + } +} + +@media (max-width: 767.98px) +{ + .table-responsive-md + { + display: block; + overflow-x: auto; + + width: 100%; + + -webkit-overflow-scrolling: touch; + } + .table-responsive-md > .table-bordered + { + border: 0; + } +} + +@media (max-width: 991.98px) +{ + .table-responsive-lg + { + display: block; + overflow-x: auto; + + width: 100%; + + -webkit-overflow-scrolling: touch; + } + .table-responsive-lg > .table-bordered + { + border: 0; + } +} + +@media (max-width: 1199.98px) +{ + .table-responsive-xl + { + display: block; + overflow-x: auto; + + width: 100%; + + -webkit-overflow-scrolling: touch; + } + .table-responsive-xl > .table-bordered + { + border: 0; + } +} + +.table-responsive +{ + display: block; + overflow-x: auto; + + width: 100%; + + -webkit-overflow-scrolling: touch; +} +.table-responsive > .table-bordered +{ + border: 0; +} + +.form-control +{ + font-size: .96rem; + font-weight: 400; + line-height: 1.25; + + display: block; + + width: 100%; + height: -webkit-calc(1.25em + 1.4rem + 1px); + height: -moz-calc(1.25em + 1.4rem + 1px); + height: calc(1.25em + 1.4rem + 1px); + padding: .7rem .7rem; + + -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; + -moz-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; + -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; + transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; + transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; + transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; + + color: #4e5154; + border: 1px solid rgba(0, 0, 0, .2); + border-radius: 5px; + background-color: #fff; + background-clip: padding-box; +} +@media (prefers-reduced-motion: reduce) +{ + .form-control + { + -webkit-transition: none; + -moz-transition: none; + -o-transition: none; + transition: none; + } +} +.form-control::-ms-expand +{ + border: 0; + background-color: transparent; +} +.form-control:focus +{ + color: #4e5154; + border-color: #7367f0; + outline: 0; + background-color: #fff; + -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15); + box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15); +} +.form-control::-webkit-input-placeholder +{ + opacity: 1; + color: rgba(0, 0, 0, .5); +} +.form-control:-moz-placeholder +{ + opacity: 1; + color: rgba(0, 0, 0, .5); +} +.form-control::-moz-placeholder +{ + opacity: 1; + color: rgba(0, 0, 0, .5); +} +.form-control:-ms-input-placeholder +{ + opacity: 1; + color: rgba(0, 0, 0, .5); +} +.form-control::placeholder +{ + opacity: 1; + color: rgba(0, 0, 0, .5); +} +.form-control:disabled, +.form-control[readonly] +{ + opacity: 1; + background-color: #f5f5f1; +} + +select.form-control:focus::-ms-value +{ + color: #4e5154; + background-color: #fff; +} + +.form-control-file, +.form-control-range +{ + display: block; + + width: 100%; +} + +.col-form-label +{ + font-size: inherit; + line-height: 1.25; + + margin-bottom: 0; + padding-top: -webkit-calc(.7rem + 1px); + padding-top: -moz-calc(.7rem + 1px); + padding-top: calc(.7rem + 1px); + padding-bottom: -webkit-calc(.7rem + 1px); + padding-bottom: -moz-calc(.7rem + 1px); + padding-bottom: calc(.7rem + 1px); +} + +.col-form-label-lg +{ + font-size: 1.25rem; + line-height: 1.25; + + padding-top: -webkit-calc(1rem + 1px); + padding-top: -moz-calc(1rem + 1px); + padding-top: calc(1rem + 1px); + padding-bottom: -webkit-calc(1rem + 1px); + padding-bottom: -moz-calc(1rem + 1px); + padding-bottom: calc(1rem + 1px); +} + +.col-form-label-sm +{ + font-size: .7rem; + line-height: 1; + + padding-top: -webkit-calc(.5rem + 1px); + padding-top: -moz-calc(.5rem + 1px); + padding-top: calc(.5rem + 1px); + padding-bottom: -webkit-calc(.5rem + 1px); + padding-bottom: -moz-calc(.5rem + 1px); + padding-bottom: calc(.5rem + 1px); +} + +.form-control-plaintext +{ + line-height: 1.25; + + display: block; + + width: 100%; + margin-bottom: 0; + padding-top: .7rem; + padding-bottom: .7rem; + + color: #adb5bd; + border: solid transparent; + border-width: 1px 0; + background-color: transparent; +} +.form-control-plaintext.form-control-sm, +.form-control-plaintext.form-control-lg +{ + padding-right: 0; + padding-left: 0; +} + +.form-control-sm +{ + font-size: .7rem; + line-height: 1; + + height: -webkit-calc(1em + 1rem + 2px); + height: -moz-calc(1em + 1rem + 2px); + height: calc(1em + 1rem + 2px); + padding: .5rem 1.5rem; + + border-radius: 4px; +} + +.form-control-lg +{ + font-size: 1.25rem; + line-height: 1.25; + + height: -webkit-calc(1.25em + 2rem + 2px); + height: -moz-calc(1.25em + 2rem + 2px); + height: calc(1.25em + 2rem + 2px); + padding: 1rem 2.5rem; + + border-radius: 6px; +} + +select.form-control[size], +select.form-control[multiple] +{ + height: auto; +} + +textarea.form-control +{ + height: auto; +} + +.form-group +{ + margin-bottom: 1rem; +} + +.form-text +{ + display: block; + + margin-top: .25rem; +} + +.form-row +{ + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + + margin-right: -5px; + margin-left: -5px; + + -webkit-flex-wrap: wrap; + -ms-flex-wrap: wrap; + flex-wrap: wrap; +} +.form-row > .col, +.form-row > [class*='col-'] +{ + padding-right: 5px; + padding-left: 5px; +} + +.form-check +{ + position: relative; + + display: block; + + padding-left: 1.25rem; +} + +.form-check-input +{ + position: absolute; + + margin-top: .3rem; + margin-left: -1.25rem; +} +.form-check-input:disabled ~ .form-check-label +{ + color: #b8c2cc; +} + +.form-check-label +{ + margin-bottom: 0; +} + +.form-check-inline +{ + display: -webkit-inline-box; + display: -webkit-inline-flex; + display: -moz-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + + margin-right: .75rem; + padding-left: 0; + + -webkit-box-align: center; + -webkit-align-items: center; + -moz-box-align: center; + -ms-flex-align: center; + align-items: center; +} +.form-check-inline .form-check-input +{ + position: static; + + margin-top: 0; + margin-right: .3125rem; + margin-left: 0; +} + +.valid-feedback +{ + font-size: smaller; + + display: none; + + width: 100%; + margin-top: .25rem; + + color: #28c76f; +} + +.valid-tooltip +{ + font-size: .857rem; + line-height: 1.45; + + position: absolute; + z-index: 5; + top: 100%; + + display: none; + + max-width: 100%; + margin-top: .1rem; + padding: .4rem .775rem; + + color: #fff; + border-radius: .428rem; + background-color: #28c76f; +} + +.was-validated .form-control:valid, +.form-control.is-valid +{ + padding-right: -webkit-calc(1.25em + 1.4rem); + padding-right: -moz-calc(1.25em + 1.4rem); + padding-right: calc(1.25em + 1.4rem); + + border-color: #28c76f; + background-image: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%2328c76f\' d=\'M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z\'/%3e%3c/svg%3e'); + background-repeat: no-repeat; + background-position: center right -webkit-calc(.3125em + .35rem); + background-position: center right -moz-calc(.3125em + .35rem); + background-position: center right calc(.3125em + .35rem); + -webkit-background-size: -webkit-calc(.625em + .7rem) -webkit-calc(.625em + .7rem); + background-size: -moz-calc(.625em + .7rem) -moz-calc(.625em + .7rem); + background-size: calc(.625em + .7rem) calc(.625em + .7rem); +} +.was-validated .form-control:valid:focus, +.form-control.is-valid:focus +{ + border-color: #28c76f; + -webkit-box-shadow: 0 0 0 .2rem rgba(40, 199, 111, .25); + box-shadow: 0 0 0 .2rem rgba(40, 199, 111, .25); +} +.was-validated .form-control:valid ~ .valid-feedback, +.was-validated .form-control:valid ~ .valid-tooltip, +.form-control.is-valid ~ .valid-feedback, +.form-control.is-valid ~ .valid-tooltip +{ + display: block; +} + +.was-validated textarea.form-control:valid, +textarea.form-control.is-valid +{ + padding-right: -webkit-calc(1.25em + 1.4rem); + padding-right: -moz-calc(1.25em + 1.4rem); + padding-right: calc(1.25em + 1.4rem); + + background-position: top -webkit-calc(.3125em + .35rem) right -webkit-calc(.3125em + .35rem); + background-position: top -moz-calc(.3125em + .35rem) right -moz-calc(.3125em + .35rem); + background-position: top calc(.3125em + .35rem) right calc(.3125em + .35rem); +} + +.was-validated .custom-select:valid, +.custom-select.is-valid +{ + padding-right: -webkit-calc((1em + 1.4rem) * 3 / 4 + 1.7rem); + padding-right: -moz-calc((1em + 1.4rem) * 3 / 4 + 1.7rem); + padding-right: calc((1em + 1.4rem) * 3 / 4 + 1.7rem); + + border-color: #28c76f; + background: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 4 5\'%3e%3cpath fill=\'%231e1e1e\' d=\'M2 0L0 2h4zm0 5L0 3h4z\'/%3e%3c/svg%3e') no-repeat right .7rem center/8px 10px, url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%2328c76f\' d=\'M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z\'/%3e%3c/svg%3e') #fff no-repeat center right 1.7rem/calc(.625em + .7rem) -webkit-calc(.625em + .7rem); + background: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 4 5\'%3e%3cpath fill=\'%231e1e1e\' d=\'M2 0L0 2h4zm0 5L0 3h4z\'/%3e%3c/svg%3e') no-repeat right .7rem center/8px 10px, url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%2328c76f\' d=\'M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z\'/%3e%3c/svg%3e') #fff no-repeat center right 1.7rem/calc(.625em + .7rem) -moz-calc(.625em + .7rem); + background: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 4 5\'%3e%3cpath fill=\'%231e1e1e\' d=\'M2 0L0 2h4zm0 5L0 3h4z\'/%3e%3c/svg%3e') no-repeat right .7rem center/8px 10px, url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%2328c76f\' d=\'M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z\'/%3e%3c/svg%3e') #fff no-repeat center right 1.7rem/calc(.625em + .7rem) calc(.625em + .7rem); +} +.was-validated .custom-select:valid:focus, +.custom-select.is-valid:focus +{ + border-color: #28c76f; + -webkit-box-shadow: 0 0 0 .2rem rgba(40, 199, 111, .25); + box-shadow: 0 0 0 .2rem rgba(40, 199, 111, .25); +} +.was-validated .custom-select:valid ~ .valid-feedback, +.was-validated .custom-select:valid ~ .valid-tooltip, +.custom-select.is-valid ~ .valid-feedback, +.custom-select.is-valid ~ .valid-tooltip +{ + display: block; +} + +.was-validated .form-control-file:valid ~ .valid-feedback, +.was-validated .form-control-file:valid ~ .valid-tooltip, +.form-control-file.is-valid ~ .valid-feedback, +.form-control-file.is-valid ~ .valid-tooltip +{ + display: block; +} + +.was-validated .form-check-input:valid ~ .form-check-label, +.form-check-input.is-valid ~ .form-check-label +{ + color: #28c76f; +} + +.was-validated .form-check-input:valid ~ .valid-feedback, +.was-validated .form-check-input:valid ~ .valid-tooltip, +.form-check-input.is-valid ~ .valid-feedback, +.form-check-input.is-valid ~ .valid-tooltip +{ + display: block; +} + +.was-validated .custom-control-input:valid ~ .custom-control-label, +.custom-control-input.is-valid ~ .custom-control-label +{ + color: #28c76f; +} +.was-validated .custom-control-input:valid ~ .custom-control-label::before, +.custom-control-input.is-valid ~ .custom-control-label::before +{ + border-color: #28c76f; +} + +.was-validated .custom-control-input:valid ~ .valid-feedback, +.was-validated .custom-control-input:valid ~ .valid-tooltip, +.custom-control-input.is-valid ~ .valid-feedback, +.custom-control-input.is-valid ~ .valid-tooltip +{ + display: block; +} + +.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, +.custom-control-input.is-valid:checked ~ .custom-control-label::before +{ + border-color: #48da89; + background-color: #48da89; +} + +.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, +.custom-control-input.is-valid:focus ~ .custom-control-label::before +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(40, 199, 111, .25); + box-shadow: 0 0 0 .2rem rgba(40, 199, 111, .25); +} + +.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, +.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before +{ + border-color: #28c76f; +} + +.was-validated .custom-file-input:valid ~ .custom-file-label, +.custom-file-input.is-valid ~ .custom-file-label +{ + border-color: #28c76f; +} + +.was-validated .custom-file-input:valid ~ .valid-feedback, +.was-validated .custom-file-input:valid ~ .valid-tooltip, +.custom-file-input.is-valid ~ .valid-feedback, +.custom-file-input.is-valid ~ .valid-tooltip +{ + display: block; +} + +.was-validated .custom-file-input:valid:focus ~ .custom-file-label, +.custom-file-input.is-valid:focus ~ .custom-file-label +{ + border-color: #28c76f; + -webkit-box-shadow: 0 0 0 .2rem rgba(40, 199, 111, .25); + box-shadow: 0 0 0 .2rem rgba(40, 199, 111, .25); +} + +.invalid-feedback +{ + font-size: smaller; + + display: none; + + width: 100%; + margin-top: .25rem; + + color: #ea5455; +} + +.invalid-tooltip +{ + font-size: .857rem; + line-height: 1.45; + + position: absolute; + z-index: 5; + top: 100%; + + display: none; + + max-width: 100%; + margin-top: .1rem; + padding: .4rem .775rem; + + color: #fff; + border-radius: .428rem; + background-color: #ea5455; +} + +.was-validated .form-control:invalid, +.form-control.is-invalid +{ + padding-right: -webkit-calc(1.25em + 1.4rem); + padding-right: -moz-calc(1.25em + 1.4rem); + padding-right: calc(1.25em + 1.4rem); + + border-color: #ea5455; + background-image: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23ea5455\' viewBox=\'-2 -2 7 7\'%3e%3cpath stroke=\'%23ea5455\' d=\'M0 0l3 3m0-3L0 3\'/%3e%3ccircle r=\'.5\'/%3e%3ccircle cx=\'3\' r=\'.5\'/%3e%3ccircle cy=\'3\' r=\'.5\'/%3e%3ccircle cx=\'3\' cy=\'3\' r=\'.5\'/%3e%3c/svg%3E'); + background-repeat: no-repeat; + background-position: center right -webkit-calc(.3125em + .35rem); + background-position: center right -moz-calc(.3125em + .35rem); + background-position: center right calc(.3125em + .35rem); + -webkit-background-size: -webkit-calc(.625em + .7rem) -webkit-calc(.625em + .7rem); + background-size: -moz-calc(.625em + .7rem) -moz-calc(.625em + .7rem); + background-size: calc(.625em + .7rem) calc(.625em + .7rem); +} +.was-validated .form-control:invalid:focus, +.form-control.is-invalid:focus +{ + border-color: #ea5455; + -webkit-box-shadow: 0 0 0 .2rem rgba(234, 84, 85, .25); + box-shadow: 0 0 0 .2rem rgba(234, 84, 85, .25); +} +.was-validated .form-control:invalid ~ .invalid-feedback, +.was-validated .form-control:invalid ~ .invalid-tooltip, +.form-control.is-invalid ~ .invalid-feedback, +.form-control.is-invalid ~ .invalid-tooltip +{ + display: block; +} + +.was-validated textarea.form-control:invalid, +textarea.form-control.is-invalid +{ + padding-right: -webkit-calc(1.25em + 1.4rem); + padding-right: -moz-calc(1.25em + 1.4rem); + padding-right: calc(1.25em + 1.4rem); + + background-position: top -webkit-calc(.3125em + .35rem) right -webkit-calc(.3125em + .35rem); + background-position: top -moz-calc(.3125em + .35rem) right -moz-calc(.3125em + .35rem); + background-position: top calc(.3125em + .35rem) right calc(.3125em + .35rem); +} + +.was-validated .custom-select:invalid, +.custom-select.is-invalid +{ + padding-right: -webkit-calc((1em + 1.4rem) * 3 / 4 + 1.7rem); + padding-right: -moz-calc((1em + 1.4rem) * 3 / 4 + 1.7rem); + padding-right: calc((1em + 1.4rem) * 3 / 4 + 1.7rem); + + border-color: #ea5455; + background: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 4 5\'%3e%3cpath fill=\'%231e1e1e\' d=\'M2 0L0 2h4zm0 5L0 3h4z\'/%3e%3c/svg%3e') no-repeat right .7rem center/8px 10px, url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23ea5455\' viewBox=\'-2 -2 7 7\'%3e%3cpath stroke=\'%23ea5455\' d=\'M0 0l3 3m0-3L0 3\'/%3e%3ccircle r=\'.5\'/%3e%3ccircle cx=\'3\' r=\'.5\'/%3e%3ccircle cy=\'3\' r=\'.5\'/%3e%3ccircle cx=\'3\' cy=\'3\' r=\'.5\'/%3e%3c/svg%3E') #fff no-repeat center right 1.7rem/calc(.625em + .7rem) -webkit-calc(.625em + .7rem); + background: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 4 5\'%3e%3cpath fill=\'%231e1e1e\' d=\'M2 0L0 2h4zm0 5L0 3h4z\'/%3e%3c/svg%3e') no-repeat right .7rem center/8px 10px, url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23ea5455\' viewBox=\'-2 -2 7 7\'%3e%3cpath stroke=\'%23ea5455\' d=\'M0 0l3 3m0-3L0 3\'/%3e%3ccircle r=\'.5\'/%3e%3ccircle cx=\'3\' r=\'.5\'/%3e%3ccircle cy=\'3\' r=\'.5\'/%3e%3ccircle cx=\'3\' cy=\'3\' r=\'.5\'/%3e%3c/svg%3E') #fff no-repeat center right 1.7rem/calc(.625em + .7rem) -moz-calc(.625em + .7rem); + background: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 4 5\'%3e%3cpath fill=\'%231e1e1e\' d=\'M2 0L0 2h4zm0 5L0 3h4z\'/%3e%3c/svg%3e') no-repeat right .7rem center/8px 10px, url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23ea5455\' viewBox=\'-2 -2 7 7\'%3e%3cpath stroke=\'%23ea5455\' d=\'M0 0l3 3m0-3L0 3\'/%3e%3ccircle r=\'.5\'/%3e%3ccircle cx=\'3\' r=\'.5\'/%3e%3ccircle cy=\'3\' r=\'.5\'/%3e%3ccircle cx=\'3\' cy=\'3\' r=\'.5\'/%3e%3c/svg%3E') #fff no-repeat center right 1.7rem/calc(.625em + .7rem) calc(.625em + .7rem); +} +.was-validated .custom-select:invalid:focus, +.custom-select.is-invalid:focus +{ + border-color: #ea5455; + -webkit-box-shadow: 0 0 0 .2rem rgba(234, 84, 85, .25); + box-shadow: 0 0 0 .2rem rgba(234, 84, 85, .25); +} +.was-validated .custom-select:invalid ~ .invalid-feedback, +.was-validated .custom-select:invalid ~ .invalid-tooltip, +.custom-select.is-invalid ~ .invalid-feedback, +.custom-select.is-invalid ~ .invalid-tooltip +{ + display: block; +} + +.was-validated .form-control-file:invalid ~ .invalid-feedback, +.was-validated .form-control-file:invalid ~ .invalid-tooltip, +.form-control-file.is-invalid ~ .invalid-feedback, +.form-control-file.is-invalid ~ .invalid-tooltip +{ + display: block; +} + +.was-validated .form-check-input:invalid ~ .form-check-label, +.form-check-input.is-invalid ~ .form-check-label +{ + color: #ea5455; +} + +.was-validated .form-check-input:invalid ~ .invalid-feedback, +.was-validated .form-check-input:invalid ~ .invalid-tooltip, +.form-check-input.is-invalid ~ .invalid-feedback, +.form-check-input.is-invalid ~ .invalid-tooltip +{ + display: block; +} + +.was-validated .custom-control-input:invalid ~ .custom-control-label, +.custom-control-input.is-invalid ~ .custom-control-label +{ + color: #ea5455; +} +.was-validated .custom-control-input:invalid ~ .custom-control-label::before, +.custom-control-input.is-invalid ~ .custom-control-label::before +{ + border-color: #ea5455; +} + +.was-validated .custom-control-input:invalid ~ .invalid-feedback, +.was-validated .custom-control-input:invalid ~ .invalid-tooltip, +.custom-control-input.is-invalid ~ .invalid-feedback, +.custom-control-input.is-invalid ~ .invalid-tooltip +{ + display: block; +} + +.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, +.custom-control-input.is-invalid:checked ~ .custom-control-label::before +{ + border-color: #f08182; + background-color: #f08182; +} + +.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, +.custom-control-input.is-invalid:focus ~ .custom-control-label::before +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(234, 84, 85, .25); + box-shadow: 0 0 0 .2rem rgba(234, 84, 85, .25); +} + +.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, +.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before +{ + border-color: #ea5455; +} + +.was-validated .custom-file-input:invalid ~ .custom-file-label, +.custom-file-input.is-invalid ~ .custom-file-label +{ + border-color: #ea5455; +} + +.was-validated .custom-file-input:invalid ~ .invalid-feedback, +.was-validated .custom-file-input:invalid ~ .invalid-tooltip, +.custom-file-input.is-invalid ~ .invalid-feedback, +.custom-file-input.is-invalid ~ .invalid-tooltip +{ + display: block; +} + +.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, +.custom-file-input.is-invalid:focus ~ .custom-file-label +{ + border-color: #ea5455; + -webkit-box-shadow: 0 0 0 .2rem rgba(234, 84, 85, .25); + box-shadow: 0 0 0 .2rem rgba(234, 84, 85, .25); +} + +.form-inline +{ + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -webkit-flex-flow: row wrap; + -moz-box-orient: horizontal; + -moz-box-direction: normal; + -ms-flex-flow: row wrap; + flex-flow: row wrap; + -webkit-box-align: center; + -webkit-align-items: center; + -moz-box-align: center; + -ms-flex-align: center; + align-items: center; +} +.form-inline .form-check +{ + width: 100%; +} +@media (min-width: 576px) +{ + .form-inline label + { + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + + margin-bottom: 0; + + -webkit-box-align: center; + -webkit-align-items: center; + -moz-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -webkit-justify-content: center; + -moz-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + } + .form-inline .form-group + { + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + + margin-bottom: 0; + + -webkit-box-flex: 0; + -webkit-flex: 0 0 auto; + -moz-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -webkit-flex-flow: row wrap; + -moz-box-orient: horizontal; + -moz-box-direction: normal; + -ms-flex-flow: row wrap; + flex-flow: row wrap; + -webkit-box-align: center; + -webkit-align-items: center; + -moz-box-align: center; + -ms-flex-align: center; + align-items: center; + } + .form-inline .form-control + { + display: inline-block; + + width: auto; + + vertical-align: middle; + } + .form-inline .form-control-plaintext + { + display: inline-block; + } + .form-inline .input-group, + .form-inline .custom-select + { + width: auto; + } + .form-inline .form-check + { + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + + width: auto; + padding-left: 0; + + -webkit-box-align: center; + -webkit-align-items: center; + -moz-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -webkit-justify-content: center; + -moz-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + } + .form-inline .form-check-input + { + position: relative; + + margin-top: 0; + margin-right: .25rem; + margin-left: 0; + + -webkit-flex-shrink: 0; + -ms-flex-negative: 0; + flex-shrink: 0; + } + .form-inline .custom-control + { + -webkit-box-align: center; + -webkit-align-items: center; + -moz-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -webkit-justify-content: center; + -moz-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + } + .form-inline .custom-control-label + { + margin-bottom: 0; + } +} + +.btn +{ + font-size: 1rem; + font-weight: 400; + line-height: 1; + + display: inline-block; + + padding: .9rem 2rem; + + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; + -moz-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; + -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; + transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; + transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; + transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; + text-align: center; + vertical-align: middle; + + color: #626262; + border: 0 solid transparent; + border-radius: .4285rem; + background-color: transparent; +} +@media (prefers-reduced-motion: reduce) +{ + .btn + { + -webkit-transition: none; + -moz-transition: none; + -o-transition: none; + transition: none; + } +} +.btn:hover +{ + text-decoration: none; + + color: #626262; +} +.btn:focus, +.btn.focus +{ + outline: 0; + -webkit-box-shadow: 0 0 0 .2rem rgba(115, 103, 240, .25); + box-shadow: 0 0 0 .2rem rgba(115, 103, 240, .25); +} +.btn.disabled, +.btn:disabled +{ + opacity: .65; +} + +a.btn.disabled, +fieldset:disabled a.btn +{ + pointer-events: none; +} + +.btn-primary +{ + color: #fff; + border-color: #7367f0; + background-color: #7367f0; +} +.btn-primary:hover +{ + color: #fff; + border-color: #4839eb; + background-color: #5344ed; +} +.btn-primary:focus, +.btn-primary.focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(136, 126, 242, .5); + box-shadow: 0 0 0 .2rem rgba(136, 126, 242, .5); +} +.btn-primary.disabled, +.btn-primary:disabled +{ + color: #fff; + border-color: #7367f0; + background-color: #7367f0; +} +.btn-primary:not(:disabled):not(.disabled):active, +.btn-primary:not(:disabled):not(.disabled).active, +.show > .btn-primary.dropdown-toggle +{ + color: #fff; + border-color: #3e2dea; + background-color: #4839eb; +} +.btn-primary:not(:disabled):not(.disabled):active:focus, +.btn-primary:not(:disabled):not(.disabled).active:focus, +.show > .btn-primary.dropdown-toggle:focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(136, 126, 242, .5); + box-shadow: 0 0 0 .2rem rgba(136, 126, 242, .5); +} + +.btn-secondary +{ + color: #2a2e30; + border-color: #b8c2cc; + background-color: #b8c2cc; +} +.btn-secondary:hover +{ + color: #2a2e30; + border-color: #9aa9b7; + background-color: #a2afbc; +} +.btn-secondary:focus, +.btn-secondary.focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(163, 172, 181, .5); + box-shadow: 0 0 0 .2rem rgba(163, 172, 181, .5); +} +.btn-secondary.disabled, +.btn-secondary:disabled +{ + color: #2a2e30; + border-color: #b8c2cc; + background-color: #b8c2cc; +} +.btn-secondary:not(:disabled):not(.disabled):active, +.btn-secondary:not(:disabled):not(.disabled).active, +.show > .btn-secondary.dropdown-toggle +{ + color: #2a2e30; + border-color: #93a2b1; + background-color: #9aa9b7; +} +.btn-secondary:not(:disabled):not(.disabled):active:focus, +.btn-secondary:not(:disabled):not(.disabled).active:focus, +.show > .btn-secondary.dropdown-toggle:focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(163, 172, 181, .5); + box-shadow: 0 0 0 .2rem rgba(163, 172, 181, .5); +} + +.btn-success +{ + color: #fff; + border-color: #28c76f; + background-color: #28c76f; +} +.btn-success:hover +{ + color: #fff; + border-color: #1f9d57; + background-color: #22a75d; +} +.btn-success:focus, +.btn-success.focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(72, 207, 133, .5); + box-shadow: 0 0 0 .2rem rgba(72, 207, 133, .5); +} +.btn-success.disabled, +.btn-success:disabled +{ + color: #fff; + border-color: #28c76f; + background-color: #28c76f; +} +.btn-success:not(:disabled):not(.disabled):active, +.btn-success:not(:disabled):not(.disabled).active, +.show > .btn-success.dropdown-toggle +{ + color: #fff; + border-color: #1d9251; + background-color: #1f9d57; +} +.btn-success:not(:disabled):not(.disabled):active:focus, +.btn-success:not(:disabled):not(.disabled).active:focus, +.show > .btn-success.dropdown-toggle:focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(72, 207, 133, .5); + box-shadow: 0 0 0 .2rem rgba(72, 207, 133, .5); +} + +.btn-info +{ + color: #fff; + border-color: #00cfe8; + background-color: #00cfe8; +} +.btn-info:hover +{ + color: #fff; + border-color: #00a1b5; + background-color: #00adc2; +} +.btn-info:focus, +.btn-info.focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(38, 214, 235, .5); + box-shadow: 0 0 0 .2rem rgba(38, 214, 235, .5); +} +.btn-info.disabled, +.btn-info:disabled +{ + color: #fff; + border-color: #00cfe8; + background-color: #00cfe8; +} +.btn-info:not(:disabled):not(.disabled):active, +.btn-info:not(:disabled):not(.disabled).active, +.show > .btn-info.dropdown-toggle +{ + color: #fff; + border-color: #0096a8; + background-color: #00a1b5; +} +.btn-info:not(:disabled):not(.disabled):active:focus, +.btn-info:not(:disabled):not(.disabled).active:focus, +.show > .btn-info.dropdown-toggle:focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(38, 214, 235, .5); + box-shadow: 0 0 0 .2rem rgba(38, 214, 235, .5); +} + +.btn-warning +{ + color: #2a2e30; + border-color: #ff9f43; + background-color: #ff9f43; +} +.btn-warning:hover +{ + color: #2a2e30; + border-color: #ff8510; + background-color: #ff8b1d; +} +.btn-warning:focus, +.btn-warning.focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(223, 142, 64, .5); + box-shadow: 0 0 0 .2rem rgba(223, 142, 64, .5); +} +.btn-warning.disabled, +.btn-warning:disabled +{ + color: #2a2e30; + border-color: #ff9f43; + background-color: #ff9f43; +} +.btn-warning:not(:disabled):not(.disabled):active, +.btn-warning:not(:disabled):not(.disabled).active, +.show > .btn-warning.dropdown-toggle +{ + color: #2a2e30; + border-color: #ff7e03; + background-color: #ff8510; +} +.btn-warning:not(:disabled):not(.disabled):active:focus, +.btn-warning:not(:disabled):not(.disabled).active:focus, +.show > .btn-warning.dropdown-toggle:focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(223, 142, 64, .5); + box-shadow: 0 0 0 .2rem rgba(223, 142, 64, .5); +} + +.btn-danger +{ + color: #fff; + border-color: #ea5455; + background-color: #ea5455; +} +.btn-danger:hover +{ + color: #fff; + border-color: #e42728; + background-color: #e63233; +} +.btn-danger:focus, +.btn-danger.focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(237, 110, 111, .5); + box-shadow: 0 0 0 .2rem rgba(237, 110, 111, .5); +} +.btn-danger.disabled, +.btn-danger:disabled +{ + color: #fff; + border-color: #ea5455; + background-color: #ea5455; +} +.btn-danger:not(:disabled):not(.disabled):active, +.btn-danger:not(:disabled):not(.disabled).active, +.show > .btn-danger.dropdown-toggle +{ + color: #fff; + border-color: #e21c1d; + background-color: #e42728; +} +.btn-danger:not(:disabled):not(.disabled):active:focus, +.btn-danger:not(:disabled):not(.disabled).active:focus, +.show > .btn-danger.dropdown-toggle:focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(237, 110, 111, .5); + box-shadow: 0 0 0 .2rem rgba(237, 110, 111, .5); +} + +.btn-light +{ + color: #2a2e30; + border-color: #babfc7; + background-color: #babfc7; +} +.btn-light:hover +{ + color: #2a2e30; + border-color: #9ea5b0; + background-color: #a5abb6; +} +.btn-light:focus, +.btn-light.focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(164, 169, 176, .5); + box-shadow: 0 0 0 .2rem rgba(164, 169, 176, .5); +} +.btn-light.disabled, +.btn-light:disabled +{ + color: #2a2e30; + border-color: #babfc7; + background-color: #babfc7; +} +.btn-light:not(:disabled):not(.disabled):active, +.btn-light:not(:disabled):not(.disabled).active, +.show > .btn-light.dropdown-toggle +{ + color: #2a2e30; + border-color: #979eaa; + background-color: #9ea5b0; +} +.btn-light:not(:disabled):not(.disabled):active:focus, +.btn-light:not(:disabled):not(.disabled).active:focus, +.show > .btn-light.dropdown-toggle:focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(164, 169, 176, .5); + box-shadow: 0 0 0 .2rem rgba(164, 169, 176, .5); +} + +.btn-dark +{ + color: #fff; + border-color: #1e1e1e; + background-color: #1e1e1e; +} +.btn-dark:hover +{ + color: #fff; + border-color: #050505; + background-color: #0b0b0b; +} +.btn-dark:focus, +.btn-dark.focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(64, 64, 64, .5); + box-shadow: 0 0 0 .2rem rgba(64, 64, 64, .5); +} +.btn-dark.disabled, +.btn-dark:disabled +{ + color: #fff; + border-color: #1e1e1e; + background-color: #1e1e1e; +} +.btn-dark:not(:disabled):not(.disabled):active, +.btn-dark:not(:disabled):not(.disabled).active, +.show > .btn-dark.dropdown-toggle +{ + color: #fff; + border-color: black; + background-color: #050505; +} +.btn-dark:not(:disabled):not(.disabled):active:focus, +.btn-dark:not(:disabled):not(.disabled).active:focus, +.show > .btn-dark.dropdown-toggle:focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(64, 64, 64, .5); + box-shadow: 0 0 0 .2rem rgba(64, 64, 64, .5); +} + +.btn-outline-primary +{ + color: #7367f0; + border-color: #7367f0; +} +.btn-outline-primary:hover +{ + color: #fff; + border-color: #7367f0; + background-color: #7367f0; +} +.btn-outline-primary:focus, +.btn-outline-primary.focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(115, 103, 240, .5); + box-shadow: 0 0 0 .2rem rgba(115, 103, 240, .5); +} +.btn-outline-primary.disabled, +.btn-outline-primary:disabled +{ + color: #7367f0; + background-color: transparent; +} +.btn-outline-primary:not(:disabled):not(.disabled):active, +.btn-outline-primary:not(:disabled):not(.disabled).active, +.show > .btn-outline-primary.dropdown-toggle +{ + color: #fff; + border-color: #7367f0; + background-color: #7367f0; +} +.btn-outline-primary:not(:disabled):not(.disabled):active:focus, +.btn-outline-primary:not(:disabled):not(.disabled).active:focus, +.show > .btn-outline-primary.dropdown-toggle:focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(115, 103, 240, .5); + box-shadow: 0 0 0 .2rem rgba(115, 103, 240, .5); +} + +.btn-outline-secondary +{ + color: #b8c2cc; + border-color: #b8c2cc; +} +.btn-outline-secondary:hover +{ + color: #2a2e30; + border-color: #b8c2cc; + background-color: #b8c2cc; +} +.btn-outline-secondary:focus, +.btn-outline-secondary.focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(184, 194, 204, .5); + box-shadow: 0 0 0 .2rem rgba(184, 194, 204, .5); +} +.btn-outline-secondary.disabled, +.btn-outline-secondary:disabled +{ + color: #b8c2cc; + background-color: transparent; +} +.btn-outline-secondary:not(:disabled):not(.disabled):active, +.btn-outline-secondary:not(:disabled):not(.disabled).active, +.show > .btn-outline-secondary.dropdown-toggle +{ + color: #2a2e30; + border-color: #b8c2cc; + background-color: #b8c2cc; +} +.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, +.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, +.show > .btn-outline-secondary.dropdown-toggle:focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(184, 194, 204, .5); + box-shadow: 0 0 0 .2rem rgba(184, 194, 204, .5); +} + +.btn-outline-success +{ + color: #28c76f; + border-color: #28c76f; +} +.btn-outline-success:hover +{ + color: #fff; + border-color: #28c76f; + background-color: #28c76f; +} +.btn-outline-success:focus, +.btn-outline-success.focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(40, 199, 111, .5); + box-shadow: 0 0 0 .2rem rgba(40, 199, 111, .5); +} +.btn-outline-success.disabled, +.btn-outline-success:disabled +{ + color: #28c76f; + background-color: transparent; +} +.btn-outline-success:not(:disabled):not(.disabled):active, +.btn-outline-success:not(:disabled):not(.disabled).active, +.show > .btn-outline-success.dropdown-toggle +{ + color: #fff; + border-color: #28c76f; + background-color: #28c76f; +} +.btn-outline-success:not(:disabled):not(.disabled):active:focus, +.btn-outline-success:not(:disabled):not(.disabled).active:focus, +.show > .btn-outline-success.dropdown-toggle:focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(40, 199, 111, .5); + box-shadow: 0 0 0 .2rem rgba(40, 199, 111, .5); +} + +.btn-outline-info +{ + color: #00cfe8; + border-color: #00cfe8; +} +.btn-outline-info:hover +{ + color: #fff; + border-color: #00cfe8; + background-color: #00cfe8; +} +.btn-outline-info:focus, +.btn-outline-info.focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(0, 207, 232, .5); + box-shadow: 0 0 0 .2rem rgba(0, 207, 232, .5); +} +.btn-outline-info.disabled, +.btn-outline-info:disabled +{ + color: #00cfe8; + background-color: transparent; +} +.btn-outline-info:not(:disabled):not(.disabled):active, +.btn-outline-info:not(:disabled):not(.disabled).active, +.show > .btn-outline-info.dropdown-toggle +{ + color: #fff; + border-color: #00cfe8; + background-color: #00cfe8; +} +.btn-outline-info:not(:disabled):not(.disabled):active:focus, +.btn-outline-info:not(:disabled):not(.disabled).active:focus, +.show > .btn-outline-info.dropdown-toggle:focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(0, 207, 232, .5); + box-shadow: 0 0 0 .2rem rgba(0, 207, 232, .5); +} + +.btn-outline-warning +{ + color: #ff9f43; + border-color: #ff9f43; +} +.btn-outline-warning:hover +{ + color: #2a2e30; + border-color: #ff9f43; + background-color: #ff9f43; +} +.btn-outline-warning:focus, +.btn-outline-warning.focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(255, 159, 67, .5); + box-shadow: 0 0 0 .2rem rgba(255, 159, 67, .5); +} +.btn-outline-warning.disabled, +.btn-outline-warning:disabled +{ + color: #ff9f43; + background-color: transparent; +} +.btn-outline-warning:not(:disabled):not(.disabled):active, +.btn-outline-warning:not(:disabled):not(.disabled).active, +.show > .btn-outline-warning.dropdown-toggle +{ + color: #2a2e30; + border-color: #ff9f43; + background-color: #ff9f43; +} +.btn-outline-warning:not(:disabled):not(.disabled):active:focus, +.btn-outline-warning:not(:disabled):not(.disabled).active:focus, +.show > .btn-outline-warning.dropdown-toggle:focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(255, 159, 67, .5); + box-shadow: 0 0 0 .2rem rgba(255, 159, 67, .5); +} + +.btn-outline-danger +{ + color: #ea5455; + border-color: #ea5455; +} +.btn-outline-danger:hover +{ + color: #fff; + border-color: #ea5455; + background-color: #ea5455; +} +.btn-outline-danger:focus, +.btn-outline-danger.focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(234, 84, 85, .5); + box-shadow: 0 0 0 .2rem rgba(234, 84, 85, .5); +} +.btn-outline-danger.disabled, +.btn-outline-danger:disabled +{ + color: #ea5455; + background-color: transparent; +} +.btn-outline-danger:not(:disabled):not(.disabled):active, +.btn-outline-danger:not(:disabled):not(.disabled).active, +.show > .btn-outline-danger.dropdown-toggle +{ + color: #fff; + border-color: #ea5455; + background-color: #ea5455; +} +.btn-outline-danger:not(:disabled):not(.disabled):active:focus, +.btn-outline-danger:not(:disabled):not(.disabled).active:focus, +.show > .btn-outline-danger.dropdown-toggle:focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(234, 84, 85, .5); + box-shadow: 0 0 0 .2rem rgba(234, 84, 85, .5); +} + +.btn-outline-light +{ + color: #babfc7; + border-color: #babfc7; +} +.btn-outline-light:hover +{ + color: #2a2e30; + border-color: #babfc7; + background-color: #babfc7; +} +.btn-outline-light:focus, +.btn-outline-light.focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(186, 191, 199, .5); + box-shadow: 0 0 0 .2rem rgba(186, 191, 199, .5); +} +.btn-outline-light.disabled, +.btn-outline-light:disabled +{ + color: #babfc7; + background-color: transparent; +} +.btn-outline-light:not(:disabled):not(.disabled):active, +.btn-outline-light:not(:disabled):not(.disabled).active, +.show > .btn-outline-light.dropdown-toggle +{ + color: #2a2e30; + border-color: #babfc7; + background-color: #babfc7; +} +.btn-outline-light:not(:disabled):not(.disabled):active:focus, +.btn-outline-light:not(:disabled):not(.disabled).active:focus, +.show > .btn-outline-light.dropdown-toggle:focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(186, 191, 199, .5); + box-shadow: 0 0 0 .2rem rgba(186, 191, 199, .5); +} + +.btn-outline-dark +{ + color: #1e1e1e; + border-color: #1e1e1e; +} +.btn-outline-dark:hover +{ + color: #fff; + border-color: #1e1e1e; + background-color: #1e1e1e; +} +.btn-outline-dark:focus, +.btn-outline-dark.focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(30, 30, 30, .5); + box-shadow: 0 0 0 .2rem rgba(30, 30, 30, .5); +} +.btn-outline-dark.disabled, +.btn-outline-dark:disabled +{ + color: #1e1e1e; + background-color: transparent; +} +.btn-outline-dark:not(:disabled):not(.disabled):active, +.btn-outline-dark:not(:disabled):not(.disabled).active, +.show > .btn-outline-dark.dropdown-toggle +{ + color: #fff; + border-color: #1e1e1e; + background-color: #1e1e1e; +} +.btn-outline-dark:not(:disabled):not(.disabled):active:focus, +.btn-outline-dark:not(:disabled):not(.disabled).active:focus, +.show > .btn-outline-dark.dropdown-toggle:focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(30, 30, 30, .5); + box-shadow: 0 0 0 .2rem rgba(30, 30, 30, .5); +} + +.btn-link +{ + font-weight: 400; + + text-decoration: none; + + color: #7367f0; +} +.btn-link:hover +{ + text-decoration: none; + + color: #5e50ee; +} +.btn-link:focus, +.btn-link.focus +{ + text-decoration: none; + + -webkit-box-shadow: none; + box-shadow: none; +} +.btn-link:disabled, +.btn-link.disabled +{ + pointer-events: none; + + color: #b8c2cc; +} + +.btn-lg, +.btn-group-lg > .btn +{ + font-size: 1.25rem; + line-height: 1.25; + + padding: 1rem 2.5rem; + + border-radius: .6rem; +} + +.btn-sm, +.btn-group-sm > .btn +{ + font-size: .7rem; + line-height: 1; + + padding: .5rem 1.5rem; + + border-radius: .25rem; +} + +.btn-block +{ + display: block; + + width: 100%; +} +.btn-block + .btn-block +{ + margin-top: .5rem; +} + +input[type='submit'].btn-block, +input[type='reset'].btn-block, +input[type='button'].btn-block +{ + width: 100%; +} + +.fade +{ + -webkit-transition: opacity .15s linear; + -moz-transition: opacity .15s linear; + -o-transition: opacity .15s linear; + transition: opacity .15s linear; +} +@media (prefers-reduced-motion: reduce) +{ + .fade + { + -webkit-transition: none; + -moz-transition: none; + -o-transition: none; + transition: none; + } +} +.fade:not(.show) +{ + opacity: 0; +} + +.collapse:not(.show) +{ + display: none; +} + +.collapsing +{ + position: relative; + + overflow: hidden; + + height: 0; + + -webkit-transition: height .35s ease; + -moz-transition: height .35s ease; + -o-transition: height .35s ease; + transition: height .35s ease; +} +@media (prefers-reduced-motion: reduce) +{ + .collapsing + { + -webkit-transition: none; + -moz-transition: none; + -o-transition: none; + transition: none; + } +} + +.dropup, +.dropright, +.dropdown, +.dropleft +{ + position: relative; +} + +.dropdown-toggle +{ + white-space: nowrap; +} +.dropdown-toggle::after +{ + display: inline-block; + + margin-left: .255em; + + content: ''; + vertical-align: .255em; + + border-top: .3em solid; + border-right: .3em solid transparent; + border-bottom: 0; + border-left: .3em solid transparent; +} +.dropdown-toggle:empty::after +{ + margin-left: 0; +} + +.dropdown-menu +{ + font-size: .9375rem; + + position: absolute; + z-index: 1000; + top: 100%; + left: 0; + + display: none; + float: left; + + min-width: 10rem; + margin: .5rem 0 0; + padding: .5rem 0; + + list-style: none; + + text-align: left; + + color: #626262; + border: 1px solid rgba(34, 41, 47, .15); + border-radius: 5px; + background-color: #fff; + background-clip: padding-box; +} + +.dropdown-menu-left +{ + right: auto; + left: 0; +} + +.dropdown-menu-right +{ + right: 0; + left: auto; +} + +@media (min-width: 576px) +{ + .dropdown-menu-sm-left + { + right: auto; + left: 0; + } + .dropdown-menu-sm-right + { + right: 0; + left: auto; + } +} + +@media (min-width: 768px) +{ + .dropdown-menu-md-left + { + right: auto; + left: 0; + } + .dropdown-menu-md-right + { + right: 0; + left: auto; + } +} + +@media (min-width: 992px) +{ + .dropdown-menu-lg-left + { + right: auto; + left: 0; + } + .dropdown-menu-lg-right + { + right: 0; + left: auto; + } +} + +@media (min-width: 1200px) +{ + .dropdown-menu-xl-left + { + right: auto; + left: 0; + } + .dropdown-menu-xl-right + { + right: 0; + left: auto; + } +} + +.dropup .dropdown-menu +{ + top: auto; + bottom: 100%; + + margin-top: 0; + margin-bottom: .5rem; +} + +.dropup .dropdown-toggle::after +{ + display: inline-block; + + margin-left: .255em; + + content: ''; + vertical-align: .255em; + + border-top: 0; + border-right: .3em solid transparent; + border-bottom: .3em solid; + border-left: .3em solid transparent; +} + +.dropup .dropdown-toggle:empty::after +{ + margin-left: 0; +} + +.dropright .dropdown-menu +{ + top: 0; + right: auto; + left: 100%; + + margin-top: 0; + margin-left: .5rem; +} + +.dropright .dropdown-toggle::after +{ + display: inline-block; + + margin-left: .255em; + + content: ''; + vertical-align: .255em; + + border-top: .3em solid transparent; + border-right: 0; + border-bottom: .3em solid transparent; + border-left: .3em solid; +} + +.dropright .dropdown-toggle:empty::after +{ + margin-left: 0; +} + +.dropright .dropdown-toggle::after +{ + vertical-align: 0; +} + +.dropleft .dropdown-menu +{ + top: 0; + right: 100%; + left: auto; + + margin-top: 0; + margin-right: .5rem; +} + +.dropleft .dropdown-toggle::after +{ + display: inline-block; + + margin-left: .255em; + + content: ''; + vertical-align: .255em; +} + +.dropleft .dropdown-toggle::after +{ + display: none; +} + +.dropleft .dropdown-toggle::before +{ + display: inline-block; + + margin-right: .255em; + + content: ''; + vertical-align: .255em; + + border-top: .3em solid transparent; + border-right: .3em solid; + border-bottom: .3em solid transparent; +} + +.dropleft .dropdown-toggle:empty::after +{ + margin-left: 0; +} + +.dropleft .dropdown-toggle::before +{ + vertical-align: 0; +} + +.dropdown-menu[x-placement^='top'], +.dropdown-menu[x-placement^='right'], +.dropdown-menu[x-placement^='bottom'], +.dropdown-menu[x-placement^='left'] +{ + right: auto; + bottom: auto; +} + +.dropdown-divider +{ + overflow: hidden; + + height: 0; + margin: .5rem 0; + + border-top: 1px solid rgba(0, 0, 0, .08); +} + +.dropdown-item +{ + font-weight: 400; + + display: block; + clear: both; + + width: 100%; + padding: .25rem 1.5rem; + + text-align: inherit; + white-space: nowrap; + + color: #2a2e30; + border: 0; + background-color: transparent; +} +.dropdown-item:hover, +.dropdown-item:focus +{ + text-decoration: none; + + color: #1e2122; + background-color: #f8f8f8; +} +.dropdown-item.active, +.dropdown-item:active +{ + text-decoration: none; + + color: #fff; + background-color: #7367f0; +} +.dropdown-item.disabled, +.dropdown-item:disabled +{ + pointer-events: none; + + color: #b8c2cc; + background-color: transparent; +} + +.dropdown-menu.show +{ + display: block; +} + +.dropdown-header +{ + font-size: 1rem; + + display: block; + + margin-bottom: 0; + padding: .5rem 1.5rem; + + white-space: nowrap; + + color: #b8c2cc; +} + +.dropdown-item-text +{ + display: block; + + padding: .25rem 1.5rem; + + color: #2a2e30; +} + +.btn-group, +.btn-group-vertical +{ + position: relative; + + display: -webkit-inline-box; + display: -webkit-inline-flex; + display: -moz-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + + vertical-align: middle; +} +.btn-group > .btn, +.btn-group-vertical > .btn +{ + position: relative; + + -webkit-box-flex: 1; + -webkit-flex: 1 1 auto; + -moz-box-flex: 1; + -ms-flex: 1 1 auto; + flex: 1 1 auto; +} +.btn-group > .btn:hover, +.btn-group-vertical > .btn:hover +{ + z-index: 1; +} +.btn-group > .btn:focus, +.btn-group > .btn:active, +.btn-group > .btn.active, +.btn-group-vertical > .btn:focus, +.btn-group-vertical > .btn:active, +.btn-group-vertical > .btn.active +{ + z-index: 1; +} + +.btn-toolbar +{ + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + + -webkit-flex-wrap: wrap; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -webkit-box-pack: start; + -webkit-justify-content: flex-start; + -moz-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; +} +.btn-toolbar .input-group +{ + width: auto; +} + +.btn-group > .btn:not(:first-child), +.btn-group > .btn-group:not(:first-child) +{ + margin-left: 0; +} + +.btn-group > .btn:not(:last-child):not(.dropdown-toggle), +.btn-group > .btn-group:not(:last-child) > .btn +{ + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} + +.btn-group > .btn:not(:first-child), +.btn-group > .btn-group:not(:first-child) > .btn +{ + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} + +.dropdown-toggle-split +{ + padding-right: 1.5rem; + padding-left: 1.5rem; +} +.dropdown-toggle-split::after, +.dropup .dropdown-toggle-split::after, +.dropright .dropdown-toggle-split::after +{ + margin-left: 0; +} +.dropleft .dropdown-toggle-split::before +{ + margin-right: 0; +} + +.btn-sm + .dropdown-toggle-split, +.btn-group-sm > .btn + .dropdown-toggle-split +{ + padding-right: 1.125rem; + padding-left: 1.125rem; +} + +.btn-lg + .dropdown-toggle-split, +.btn-group-lg > .btn + .dropdown-toggle-split +{ + padding-right: 1.875rem; + padding-left: 1.875rem; +} + +.btn-group-vertical +{ + flex-direction: column; + + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -webkit-flex-direction: column; + -moz-box-orient: vertical; + -moz-box-direction: normal; + -ms-flex-direction: column; + -webkit-box-align: start; + -webkit-align-items: flex-start; + -moz-box-align: start; + -ms-flex-align: start; + align-items: flex-start; + -webkit-box-pack: center; + -webkit-justify-content: center; + -moz-box-pack: center; + -ms-flex-pack: center; + justify-content: center; +} +.btn-group-vertical > .btn, +.btn-group-vertical > .btn-group +{ + width: 100%; +} +.btn-group-vertical > .btn:not(:first-child), +.btn-group-vertical > .btn-group:not(:first-child) +{ + margin-top: 0; +} +.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), +.btn-group-vertical > .btn-group:not(:last-child) > .btn +{ + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.btn-group-vertical > .btn:not(:first-child), +.btn-group-vertical > .btn-group:not(:first-child) > .btn +{ + border-top-left-radius: 0; + border-top-right-radius: 0; +} + +.btn-group-toggle > .btn, +.btn-group-toggle > .btn-group > .btn +{ + margin-bottom: 0; +} +.btn-group-toggle > .btn input[type='radio'], +.btn-group-toggle > .btn input[type='checkbox'], +.btn-group-toggle > .btn-group > .btn input[type='radio'], +.btn-group-toggle > .btn-group > .btn input[type='checkbox'] +{ + position: absolute; + + clip: rect(0, 0, 0, 0); + + pointer-events: none; +} + +.input-group +{ + position: relative; + + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + + width: 100%; + + -webkit-flex-wrap: wrap; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -webkit-box-align: stretch; + -webkit-align-items: stretch; + -moz-box-align: stretch; + -ms-flex-align: stretch; + align-items: stretch; +} +.input-group > .form-control, +.input-group > .form-control-plaintext, +.input-group > .custom-select, +.input-group > .custom-file +{ + position: relative; + + width: 1%; + margin-bottom: 0; + + -webkit-box-flex: 1; + -webkit-flex: 1 1 auto; + -moz-box-flex: 1; + -ms-flex: 1 1 auto; + flex: 1 1 auto; +} +.input-group > .form-control + .form-control, +.input-group > .form-control + .custom-select, +.input-group > .form-control + .custom-file, +.input-group > .form-control-plaintext + .form-control, +.input-group > .form-control-plaintext + .custom-select, +.input-group > .form-control-plaintext + .custom-file, +.input-group > .custom-select + .form-control, +.input-group > .custom-select + .custom-select, +.input-group > .custom-select + .custom-file, +.input-group > .custom-file + .form-control, +.input-group > .custom-file + .custom-select, +.input-group > .custom-file + .custom-file +{ + margin-left: -1px; +} +.input-group > .form-control:focus, +.input-group > .custom-select:focus, +.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label +{ + z-index: 3; +} +.input-group > .custom-file .custom-file-input:focus +{ + z-index: 4; +} +.input-group > .form-control:not(:last-child), +.input-group > .custom-select:not(:last-child) +{ + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.input-group > .form-control:not(:first-child), +.input-group > .custom-select:not(:first-child) +{ + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} +.input-group > .custom-file +{ + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + + -webkit-box-align: center; + -webkit-align-items: center; + -moz-box-align: center; + -ms-flex-align: center; + align-items: center; +} +.input-group > .custom-file:not(:last-child) .custom-file-label, +.input-group > .custom-file:not(:last-child) .custom-file-label::after +{ + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.input-group > .custom-file:not(:first-child) .custom-file-label +{ + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} + +.input-group-prepend, +.input-group-append +{ + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; +} +.input-group-prepend .btn, +.input-group-append .btn +{ + position: relative; + z-index: 2; +} +.input-group-prepend .btn:focus, +.input-group-append .btn:focus +{ + z-index: 3; +} +.input-group-prepend .btn + .btn, +.input-group-prepend .btn + .input-group-text, +.input-group-prepend .input-group-text + .input-group-text, +.input-group-prepend .input-group-text + .btn, +.input-group-append .btn + .btn, +.input-group-append .btn + .input-group-text, +.input-group-append .input-group-text + .input-group-text, +.input-group-append .input-group-text + .btn +{ + margin-left: -1px; +} + +.input-group-prepend +{ + margin-right: -1px; +} + +.input-group-append +{ + margin-left: -1px; +} + +.input-group-text +{ + font-size: .96rem; + font-weight: 400; + line-height: 1.25; + + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + + margin-bottom: 0; + padding: .7rem .7rem; + + text-align: center; + white-space: nowrap; + + color: #4e5154; + border: 1px solid rgba(0, 0, 0, .2); + border-radius: 5px; + background-color: #ededed; + + -webkit-box-align: center; + -webkit-align-items: center; + -moz-box-align: center; + -ms-flex-align: center; + align-items: center; +} +.input-group-text input[type='radio'], +.input-group-text input[type='checkbox'] +{ + margin-top: 0; +} + +.input-group-lg > .form-control:not(textarea), +.input-group-lg > .custom-select +{ + height: -webkit-calc(1.25em + 2rem + 2px); + height: -moz-calc(1.25em + 2rem + 2px); + height: calc(1.25em + 2rem + 2px); +} + +.input-group-lg > .form-control, +.input-group-lg > .custom-select, +.input-group-lg > .input-group-prepend > .input-group-text, +.input-group-lg > .input-group-append > .input-group-text, +.input-group-lg > .input-group-prepend > .btn, +.input-group-lg > .input-group-append > .btn +{ + font-size: 1.25rem; + line-height: 1.25; + + padding: 1rem 2.5rem; + + border-radius: 6px; +} + +.input-group-sm > .form-control:not(textarea), +.input-group-sm > .custom-select +{ + height: -webkit-calc(1em + 1rem + 2px); + height: -moz-calc(1em + 1rem + 2px); + height: calc(1em + 1rem + 2px); +} + +.input-group-sm > .form-control, +.input-group-sm > .custom-select, +.input-group-sm > .input-group-prepend > .input-group-text, +.input-group-sm > .input-group-append > .input-group-text, +.input-group-sm > .input-group-prepend > .btn, +.input-group-sm > .input-group-append > .btn +{ + font-size: .7rem; + line-height: 1; + + padding: .5rem 1.5rem; + + border-radius: 4px; +} + +.input-group-lg > .custom-select, +.input-group-sm > .custom-select +{ + padding-right: 1.7rem; +} + +.input-group > .input-group-prepend > .btn, +.input-group > .input-group-prepend > .input-group-text, +.input-group > .input-group-append:not(:last-child) > .btn, +.input-group > .input-group-append:not(:last-child) > .input-group-text, +.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), +.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) +{ + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} + +.input-group > .input-group-append > .btn, +.input-group > .input-group-append > .input-group-text, +.input-group > .input-group-prepend:not(:first-child) > .btn, +.input-group > .input-group-prepend:not(:first-child) > .input-group-text, +.input-group > .input-group-prepend:first-child > .btn:not(:first-child), +.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) +{ + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} + +.custom-control +{ + position: relative; + + display: block; + + min-height: 1.45rem; + padding-left: 1.5rem; +} + +.custom-control-inline +{ + display: -webkit-inline-box; + display: -webkit-inline-flex; + display: -moz-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + + margin-right: 1rem; +} + +.custom-control-input +{ + position: absolute; + z-index: -1; + + opacity: 0; +} +.custom-control-input:checked ~ .custom-control-label::before +{ + color: #fff; + border-color: #7367f0; + background-color: #7367f0; +} +.custom-control-input:focus ~ .custom-control-label::before +{ + -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15); + box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15); +} +.custom-control-input:focus:not(:checked) ~ .custom-control-label::before +{ + border-color: #7367f0; +} +.custom-control-input:not(:disabled):active ~ .custom-control-label::before +{ + color: #fff; + border-color: white; + background-color: white; +} +.custom-control-input:disabled ~ .custom-control-label +{ + color: #b8c2cc; +} +.custom-control-input:disabled ~ .custom-control-label::before +{ + background-color: #f5f5f1; +} + +.custom-control-label +{ + position: relative; + + margin-bottom: 0; + + vertical-align: top; +} +.custom-control-label::before +{ + position: absolute; + top: .225rem; + left: -1.5rem; + + display: block; + + width: 1rem; + height: 1rem; + + content: ''; + pointer-events: none; + + border: #adb5bd solid 1px; + background-color: #fff; +} +.custom-control-label::after +{ + position: absolute; + top: .225rem; + left: -1.5rem; + + display: block; + + width: 1rem; + height: 1rem; + + content: ''; + + background: no-repeat 50% / 50% 50%; +} + +.custom-checkbox .custom-control-label::before +{ + border-radius: .25rem; +} + +.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after +{ + background-image: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%23fff\' d=\'M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z\'/%3e%3c/svg%3e'); +} + +.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before +{ + border-color: #7367f0; + background-color: #7367f0; +} + +.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after +{ + background-image: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 4 4\'%3e%3cpath stroke=\'%23fff\' d=\'M0 2h4\'/%3e%3c/svg%3e'); +} + +.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before +{ + background-color: rgba(115, 103, 240, .5); +} + +.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before +{ + background-color: rgba(115, 103, 240, .5); +} + +.custom-radio .custom-control-label::before +{ + border-radius: 50%; +} + +.custom-radio .custom-control-input:checked ~ .custom-control-label::after +{ + background-image: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3e%3ccircle r=\'3\' fill=\'%23fff\'/%3e%3c/svg%3e'); +} + +.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before +{ + background-color: rgba(115, 103, 240, .5); +} + +.custom-switch +{ + padding-left: 3.5rem; +} +.custom-switch .custom-control-label::before +{ + left: -3.5rem; + + width: 3rem; + + pointer-events: all; + + border-radius: .857rem; +} +.custom-switch .custom-control-label::after +{ + top: -webkit-calc(.225rem + 2px); + top: -moz-calc(.225rem + 2px); + top: calc(.225rem + 2px); + left: -webkit-calc(-3.5rem + 2px); + left: -moz-calc(-3.5rem + 2px); + left: calc(-3.5rem + 2px); + + width: 1.286rem; + height: 1.286rem; + + -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; + -moz-transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -moz-transform .15s ease-in-out; + -o-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -o-transform .15s ease-in-out; + transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; + transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; + transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out, -moz-transform .15s ease-in-out, -o-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; + + border-radius: .857rem; + background-color: #adb5bd; +} +@media (prefers-reduced-motion: reduce) +{ + .custom-switch .custom-control-label::after + { + -webkit-transition: none; + -moz-transition: none; + -o-transition: none; + transition: none; + } +} +.custom-switch .custom-control-input:checked ~ .custom-control-label::after +{ + -webkit-transform: translateX(2rem); + -moz-transform: translateX(2rem); + -ms-transform: translateX(2rem); + -o-transform: translateX(2rem); + transform: translateX(2rem); + + background-color: #fff; +} +.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before +{ + background-color: rgba(115, 103, 240, .5); +} + +.custom-select +{ + font-size: .96rem; + font-weight: 400; + line-height: 1.25; + + display: inline-block; + + width: 100%; + height: -webkit-calc(1.25em + 1.4rem + 1px); + height: -moz-calc(1.25em + 1.4rem + 1px); + height: calc(1.25em + 1.4rem + 1px); + padding: .7rem 1.7rem .7rem .7rem; + + vertical-align: middle; + + color: #4e5154; + border: 1px solid rgba(0, 0, 0, .2); + border-radius: 5px; + background: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 4 5\'%3e%3cpath fill=\'%231e1e1e\' d=\'M2 0L0 2h4zm0 5L0 3h4z\'/%3e%3c/svg%3e') no-repeat right .7rem center/8px 10px; + background-color: #fff; + + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; +} +.custom-select:focus +{ + border-color: #7367f0; + outline: 0; + -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15); + box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15); +} +.custom-select:focus::-ms-value +{ + color: #4e5154; + background-color: #fff; +} +.custom-select[multiple], +.custom-select[size]:not([size='1']) +{ + height: auto; + padding-right: .7rem; + + background-image: none; +} +.custom-select:disabled +{ + color: #b8c2cc; + background-color: #ededed; +} +.custom-select::-ms-expand +{ + display: none; +} + +.custom-select-sm +{ + font-size: .7rem; + + height: -webkit-calc(1em + 1rem + 2px); + height: -moz-calc(1em + 1rem + 2px); + height: calc(1em + 1rem + 2px); + padding-top: .5rem; + padding-bottom: .5rem; + padding-left: 1.5rem; +} + +.custom-select-lg +{ + font-size: 1.25rem; + + height: -webkit-calc(1.25em + 2rem + 2px); + height: -moz-calc(1.25em + 2rem + 2px); + height: calc(1.25em + 2rem + 2px); + padding-top: 1rem; + padding-bottom: 1rem; + padding-left: 2.5rem; +} + +.custom-file +{ + position: relative; + + display: inline-block; + + width: 100%; + height: -webkit-calc(1.25em + 1.4rem + 1px); + height: -moz-calc(1.25em + 1.4rem + 1px); + height: calc(1.25em + 1.4rem + 1px); + margin-bottom: 0; +} + +.custom-file-input +{ + position: relative; + z-index: 2; + + width: 100%; + height: -webkit-calc(1.25em + 1.4rem + 1px); + height: -moz-calc(1.25em + 1.4rem + 1px); + height: calc(1.25em + 1.4rem + 1px); + margin: 0; + + opacity: 0; +} +.custom-file-input:focus ~ .custom-file-label +{ + border-color: #7367f0; + -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15); + box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15); +} +.custom-file-input:disabled ~ .custom-file-label +{ + background-color: #f5f5f1; +} +.custom-file-input:lang(en) ~ .custom-file-label::after +{ + content: 'Browse'; +} +.custom-file-input ~ .custom-file-label[data-browse]::after +{ + content: attr(data-browse); +} + +.custom-file-label +{ + font-weight: 400; + line-height: 1.5rem; + + position: absolute; + z-index: 1; + top: 0; + right: 0; + left: 0; + + height: -webkit-calc(1.25em + 1.4rem + 1px); + height: -moz-calc(1.25em + 1.4rem + 1px); + height: calc(1.25em + 1.4rem + 1px); + padding: .7rem .7rem; + + color: #4e5154; + border: 1px solid rgba(0, 0, 0, .2); + border-radius: 5px; + background-color: #fff; +} +.custom-file-label::after +{ + line-height: 1.5rem; + + position: absolute; + z-index: 3; + top: 0; + right: 0; + bottom: 0; + + display: block; + + height: -webkit-calc(1.25em + 1.4rem); + height: -moz-calc(1.25em + 1.4rem); + height: calc(1.25em + 1.4rem); + padding: .7rem .7rem; + + content: 'Browse'; + + color: #4e5154; + border-left: inherit; + border-radius: 0 5px 5px 0; + background-color: #ededed; +} + +.custom-range +{ + width: 100%; + height: -webkit-calc(1rem + .4rem); + height: -moz-calc(1rem + .4rem); + height: calc(1rem + .4rem); + padding: 0; + + background-color: transparent; + + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; +} +.custom-range:focus +{ + outline: none; +} +.custom-range:focus::-webkit-slider-thumb +{ + -webkit-box-shadow: 0 0 0 1px #f8f8f8, 0 3px 10px 0 rgba(0, 0, 0, .15); + box-shadow: 0 0 0 1px #f8f8f8, 0 3px 10px 0 rgba(0, 0, 0, .15); +} +.custom-range:focus::-moz-range-thumb +{ + box-shadow: 0 0 0 1px #f8f8f8, 0 3px 10px 0 rgba(0, 0, 0, .15); +} +.custom-range:focus::-ms-thumb +{ + box-shadow: 0 0 0 1px #f8f8f8, 0 3px 10px 0 rgba(0, 0, 0, .15); +} +.custom-range::-moz-focus-outer +{ + border: 0; +} +.custom-range::-webkit-slider-thumb +{ + width: 1rem; + height: 1rem; + margin-top: -.25rem; + + -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; + -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; + -o-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; + transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; + transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; + transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; + + border: 0; + border-radius: 1rem; + background-color: #7367f0; + + -webkit-appearance: none; + appearance: none; +} +@media (prefers-reduced-motion: reduce) +{ + .custom-range::-webkit-slider-thumb + { + -webkit-transition: none; + -moz-transition: none; + -o-transition: none; + transition: none; + } +} +.custom-range::-webkit-slider-thumb:active +{ + background-color: white; +} +.custom-range::-webkit-slider-runnable-track +{ + width: 100%; + height: .5rem; + + cursor: pointer; + + color: transparent; + border-color: transparent; + border-radius: 1rem; + background-color: #dae1e7; +} +.custom-range::-moz-range-thumb +{ + width: 1rem; + height: 1rem; + + -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; + -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; + -o-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; + transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; + transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; + transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; + + border: 0; + border-radius: 1rem; + background-color: #7367f0; + + -moz-appearance: none; + appearance: none; +} +@media (prefers-reduced-motion: reduce) +{ + .custom-range::-moz-range-thumb + { + -webkit-transition: none; + -moz-transition: none; + -o-transition: none; + transition: none; + } +} +.custom-range::-moz-range-thumb:active +{ + background-color: white; +} +.custom-range::-moz-range-track +{ + width: 100%; + height: .5rem; + + cursor: pointer; + + color: transparent; + border-color: transparent; + border-radius: 1rem; + background-color: #dae1e7; +} +.custom-range::-ms-thumb +{ + width: 1rem; + height: 1rem; + margin-top: 0; + margin-right: .2rem; + margin-left: .2rem; + + -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; + -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; + -o-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; + transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; + transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; + transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; + + border: 0; + border-radius: 1rem; + background-color: #7367f0; + + appearance: none; +} +@media (prefers-reduced-motion: reduce) +{ + .custom-range::-ms-thumb + { + -webkit-transition: none; + -moz-transition: none; + -o-transition: none; + transition: none; + } +} +.custom-range::-ms-thumb:active +{ + background-color: white; +} +.custom-range::-ms-track +{ + width: 100%; + height: .5rem; + + cursor: pointer; + + color: transparent; + border-width: .5rem; + border-color: transparent; + background-color: transparent; +} +.custom-range::-ms-fill-lower +{ + border-radius: 1rem; + background-color: #dae1e7; +} +.custom-range::-ms-fill-upper +{ + margin-right: 15px; + + border-radius: 1rem; + background-color: #dae1e7; +} +.custom-range:disabled::-webkit-slider-thumb +{ + background-color: #adb5bd; +} +.custom-range:disabled::-webkit-slider-runnable-track +{ + cursor: default; +} +.custom-range:disabled::-moz-range-thumb +{ + background-color: #adb5bd; +} +.custom-range:disabled::-moz-range-track +{ + cursor: default; +} +.custom-range:disabled::-ms-thumb +{ + background-color: #adb5bd; +} + +.custom-control-label::before, +.custom-file-label, +.custom-select +{ + -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; + -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; + -o-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; + transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; + transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; + transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; +} +@media (prefers-reduced-motion: reduce) +{ + .custom-control-label::before, + .custom-file-label, + .custom-select + { + -webkit-transition: none; + -moz-transition: none; + -o-transition: none; + transition: none; + } +} + +.nav +{ + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + + margin-bottom: 0; + padding-left: 0; + + list-style: none; + + -webkit-flex-wrap: wrap; + -ms-flex-wrap: wrap; + flex-wrap: wrap; +} + +.nav-link +{ + display: block; + + padding: .357rem .5rem; +} +.nav-link:hover, +.nav-link:focus +{ + text-decoration: none; +} +.nav-link.disabled +{ + cursor: default; + pointer-events: none; + + color: #b8c2cc; +} + +.nav-tabs +{ + border-bottom: 1px solid #dae1e7; +} +.nav-tabs .nav-item +{ + margin-bottom: -1px; +} +.nav-tabs .nav-link +{ + border: 1px solid transparent; + border-top-left-radius: .5rem; + border-top-right-radius: .5rem; +} +.nav-tabs .nav-link:hover, +.nav-tabs .nav-link:focus +{ + border-color: #ededed #ededed #dae1e7; +} +.nav-tabs .nav-link.disabled +{ + color: #b8c2cc; + border-color: transparent; + background-color: transparent; +} +.nav-tabs .nav-link.active, +.nav-tabs .nav-item.show .nav-link +{ + color: #4e5154; + border-color: #dae1e7 #dae1e7 #f8f8f8; + background-color: #f8f8f8; +} +.nav-tabs .dropdown-menu +{ + margin-top: -1px; + + border-top-left-radius: 0; + border-top-right-radius: 0; +} + +.nav-pills .nav-link +{ + border-radius: .5rem; +} + +.nav-pills .nav-link.active, +.nav-pills .show > .nav-link +{ + color: #fff; + background-color: #7367f0; +} + +.nav-fill .nav-item +{ + text-align: center; + + -webkit-box-flex: 1; + -webkit-flex: 1 1 auto; + -moz-box-flex: 1; + -ms-flex: 1 1 auto; + flex: 1 1 auto; +} + +.nav-justified .nav-item +{ + text-align: center; + + -webkit-flex-basis: 0; + -ms-flex-preferred-size: 0; + flex-basis: 0; + -webkit-box-flex: 1; + -webkit-flex-grow: 1; + -moz-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; +} + +.tab-content > .tab-pane +{ + display: none; +} + +.tab-content > .active +{ + display: block; +} + +.navbar +{ + position: relative; + + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + + padding: .5rem 1rem; + + -webkit-flex-wrap: wrap; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -webkit-box-align: center; + -webkit-align-items: center; + -moz-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: justify; + -webkit-justify-content: space-between; + -moz-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; +} +.navbar > .container, +.navbar > .container-fluid +{ + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + + -webkit-flex-wrap: wrap; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -webkit-box-align: center; + -webkit-align-items: center; + -moz-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: justify; + -webkit-justify-content: space-between; + -moz-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; +} + +.navbar-brand +{ + font-size: 2rem; + line-height: inherit; + + display: inline-block; + + margin-right: 1rem; + padding-top: -.368rem; + padding-bottom: -.368rem; + + white-space: nowrap; +} +.navbar-brand:hover, +.navbar-brand:focus +{ + text-decoration: none; +} + +.navbar-nav +{ + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + flex-direction: column; + + margin-bottom: 0; + padding-left: 0; + + list-style: none; + + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -webkit-flex-direction: column; + -moz-box-orient: vertical; + -moz-box-direction: normal; + -ms-flex-direction: column; +} +.navbar-nav .nav-link +{ + padding-right: 0; + padding-left: 0; +} +.navbar-nav .dropdown-menu +{ + position: static; + + float: none; +} + +.navbar-text +{ + display: inline-block; + + padding-top: .357rem; + padding-bottom: .357rem; +} + +.navbar-collapse +{ + -webkit-flex-basis: 100%; + -ms-flex-preferred-size: 100%; + flex-basis: 100%; + -webkit-box-flex: 1; + -webkit-flex-grow: 1; + -moz-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + -webkit-box-align: center; + -webkit-align-items: center; + -moz-box-align: center; + -ms-flex-align: center; + align-items: center; +} + +.navbar-toggler +{ + font-size: 2rem; + line-height: 1; + + padding: .25rem .75rem; + + border: 1px solid transparent; + border-radius: .4285rem; + background-color: transparent; +} +.navbar-toggler:hover, +.navbar-toggler:focus +{ + text-decoration: none; +} + +.navbar-toggler-icon +{ + display: inline-block; + + width: 1.5em; + height: 1.5em; + + content: ''; + vertical-align: middle; + + background: no-repeat center center; + -webkit-background-size: 100% 100%; + background-size: 100% 100%; +} + +@media (max-width: 575.98px) +{ + .navbar-expand-sm > .container, + .navbar-expand-sm > .container-fluid + { + padding-right: 0; + padding-left: 0; + } +} + +@media (min-width: 576px) +{ + .navbar-expand-sm + { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -webkit-flex-flow: row nowrap; + -moz-box-orient: horizontal; + -moz-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -webkit-box-pack: start; + -webkit-justify-content: flex-start; + -moz-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; + } + .navbar-expand-sm .navbar-nav + { + flex-direction: row; + + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -webkit-flex-direction: row; + -moz-box-orient: horizontal; + -moz-box-direction: normal; + -ms-flex-direction: row; + } + .navbar-expand-sm .navbar-nav .dropdown-menu + { + position: absolute; + } + .navbar-expand-sm .navbar-nav .nav-link + { + padding-right: .5rem; + padding-left: .5rem; + } + .navbar-expand-sm > .container, + .navbar-expand-sm > .container-fluid + { + -webkit-flex-wrap: nowrap; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + } + .navbar-expand-sm .navbar-collapse + { + display: -webkit-box !important; + display: -webkit-flex !important; + display: -moz-box !important; + display: -ms-flexbox !important; + display: flex !important; + + -webkit-flex-basis: auto; + -ms-flex-preferred-size: auto; + flex-basis: auto; + } + .navbar-expand-sm .navbar-toggler + { + display: none; + } +} + +@media (max-width: 767.98px) +{ + .navbar-expand-md > .container, + .navbar-expand-md > .container-fluid + { + padding-right: 0; + padding-left: 0; + } +} + +@media (min-width: 768px) +{ + .navbar-expand-md + { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -webkit-flex-flow: row nowrap; + -moz-box-orient: horizontal; + -moz-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -webkit-box-pack: start; + -webkit-justify-content: flex-start; + -moz-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; + } + .navbar-expand-md .navbar-nav + { + flex-direction: row; + + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -webkit-flex-direction: row; + -moz-box-orient: horizontal; + -moz-box-direction: normal; + -ms-flex-direction: row; + } + .navbar-expand-md .navbar-nav .dropdown-menu + { + position: absolute; + } + .navbar-expand-md .navbar-nav .nav-link + { + padding-right: .5rem; + padding-left: .5rem; + } + .navbar-expand-md > .container, + .navbar-expand-md > .container-fluid + { + -webkit-flex-wrap: nowrap; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + } + .navbar-expand-md .navbar-collapse + { + display: -webkit-box !important; + display: -webkit-flex !important; + display: -moz-box !important; + display: -ms-flexbox !important; + display: flex !important; + + -webkit-flex-basis: auto; + -ms-flex-preferred-size: auto; + flex-basis: auto; + } + .navbar-expand-md .navbar-toggler + { + display: none; + } +} + +@media (max-width: 991.98px) +{ + .navbar-expand-lg > .container, + .navbar-expand-lg > .container-fluid + { + padding-right: 0; + padding-left: 0; + } +} + +@media (min-width: 992px) +{ + .navbar-expand-lg + { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -webkit-flex-flow: row nowrap; + -moz-box-orient: horizontal; + -moz-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -webkit-box-pack: start; + -webkit-justify-content: flex-start; + -moz-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; + } + .navbar-expand-lg .navbar-nav + { + flex-direction: row; + + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -webkit-flex-direction: row; + -moz-box-orient: horizontal; + -moz-box-direction: normal; + -ms-flex-direction: row; + } + .navbar-expand-lg .navbar-nav .dropdown-menu + { + position: absolute; + } + .navbar-expand-lg .navbar-nav .nav-link + { + padding-right: .5rem; + padding-left: .5rem; + } + .navbar-expand-lg > .container, + .navbar-expand-lg > .container-fluid + { + -webkit-flex-wrap: nowrap; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + } + .navbar-expand-lg .navbar-collapse + { + display: -webkit-box !important; + display: -webkit-flex !important; + display: -moz-box !important; + display: -ms-flexbox !important; + display: flex !important; + + -webkit-flex-basis: auto; + -ms-flex-preferred-size: auto; + flex-basis: auto; + } + .navbar-expand-lg .navbar-toggler + { + display: none; + } +} + +@media (max-width: 1199.98px) +{ + .navbar-expand-xl > .container, + .navbar-expand-xl > .container-fluid + { + padding-right: 0; + padding-left: 0; + } +} + +@media (min-width: 1200px) +{ + .navbar-expand-xl + { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -webkit-flex-flow: row nowrap; + -moz-box-orient: horizontal; + -moz-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -webkit-box-pack: start; + -webkit-justify-content: flex-start; + -moz-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; + } + .navbar-expand-xl .navbar-nav + { + flex-direction: row; + + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -webkit-flex-direction: row; + -moz-box-orient: horizontal; + -moz-box-direction: normal; + -ms-flex-direction: row; + } + .navbar-expand-xl .navbar-nav .dropdown-menu + { + position: absolute; + } + .navbar-expand-xl .navbar-nav .nav-link + { + padding-right: .5rem; + padding-left: .5rem; + } + .navbar-expand-xl > .container, + .navbar-expand-xl > .container-fluid + { + -webkit-flex-wrap: nowrap; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + } + .navbar-expand-xl .navbar-collapse + { + display: -webkit-box !important; + display: -webkit-flex !important; + display: -moz-box !important; + display: -ms-flexbox !important; + display: flex !important; + + -webkit-flex-basis: auto; + -ms-flex-preferred-size: auto; + flex-basis: auto; + } + .navbar-expand-xl .navbar-toggler + { + display: none; + } +} + +.navbar-expand +{ + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -webkit-flex-flow: row nowrap; + -moz-box-orient: horizontal; + -moz-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -webkit-box-pack: start; + -webkit-justify-content: flex-start; + -moz-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; +} +.navbar-expand > .container, +.navbar-expand > .container-fluid +{ + padding-right: 0; + padding-left: 0; +} +.navbar-expand .navbar-nav +{ + flex-direction: row; + + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -webkit-flex-direction: row; + -moz-box-orient: horizontal; + -moz-box-direction: normal; + -ms-flex-direction: row; +} +.navbar-expand .navbar-nav .dropdown-menu +{ + position: absolute; +} +.navbar-expand .navbar-nav .nav-link +{ + padding-right: .5rem; + padding-left: .5rem; +} +.navbar-expand > .container, +.navbar-expand > .container-fluid +{ + -webkit-flex-wrap: nowrap; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; +} +.navbar-expand .navbar-collapse +{ + display: -webkit-box !important; + display: -webkit-flex !important; + display: -moz-box !important; + display: -ms-flexbox !important; + display: flex !important; + + -webkit-flex-basis: auto; + -ms-flex-preferred-size: auto; + flex-basis: auto; +} +.navbar-expand .navbar-toggler +{ + display: none; +} + +.navbar-light .navbar-brand +{ + color: rgba(34, 41, 47, .9); +} +.navbar-light .navbar-brand:hover, +.navbar-light .navbar-brand:focus +{ + color: rgba(34, 41, 47, .9); +} + +.navbar-light .navbar-nav .nav-link +{ + color: rgba(34, 41, 47, .5); +} +.navbar-light .navbar-nav .nav-link:hover, +.navbar-light .navbar-nav .nav-link:focus +{ + color: rgba(34, 41, 47, .7); +} +.navbar-light .navbar-nav .nav-link.disabled +{ + color: rgba(34, 41, 47, .3); +} + +.navbar-light .navbar-nav .show > .nav-link, +.navbar-light .navbar-nav .active > .nav-link, +.navbar-light .navbar-nav .nav-link.show, +.navbar-light .navbar-nav .nav-link.active +{ + color: rgba(34, 41, 47, .9); +} + +.navbar-light .navbar-toggler +{ + color: rgba(34, 41, 47, .5); + border-color: rgba(34, 41, 47, .1); +} + +.navbar-light .navbar-toggler-icon +{ + background-image: url('data:image/svg+xml,%3csvg viewBox=\'0 0 30 30\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath stroke=\'rgba(34, 41, 47, 0.5)\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' d=\'M4 7h22M4 15h22M4 23h22\'/%3e%3c/svg%3e'); +} + +.navbar-light .navbar-text +{ + color: rgba(34, 41, 47, .5); +} +.navbar-light .navbar-text a +{ + color: rgba(34, 41, 47, .9); +} +.navbar-light .navbar-text a:hover, +.navbar-light .navbar-text a:focus +{ + color: rgba(34, 41, 47, .9); +} + +.navbar-dark .navbar-brand +{ + color: #fff; +} +.navbar-dark .navbar-brand:hover, +.navbar-dark .navbar-brand:focus +{ + color: #fff; +} + +.navbar-dark .navbar-nav .nav-link +{ + color: rgba(255, 255, 255, .5); +} +.navbar-dark .navbar-nav .nav-link:hover, +.navbar-dark .navbar-nav .nav-link:focus +{ + color: rgba(255, 255, 255, .75); +} +.navbar-dark .navbar-nav .nav-link.disabled +{ + color: rgba(255, 255, 255, .25); +} + +.navbar-dark .navbar-nav .show > .nav-link, +.navbar-dark .navbar-nav .active > .nav-link, +.navbar-dark .navbar-nav .nav-link.show, +.navbar-dark .navbar-nav .nav-link.active +{ + color: #fff; +} + +.navbar-dark .navbar-toggler +{ + color: rgba(255, 255, 255, .5); + border-color: rgba(255, 255, 255, .1); +} + +.navbar-dark .navbar-toggler-icon +{ + background-image: url('data:image/svg+xml,%3csvg viewBox=\'0 0 30 30\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath stroke=\'rgba(255, 255, 255, 0.5)\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' d=\'M4 7h22M4 15h22M4 23h22\'/%3e%3c/svg%3e'); +} + +.navbar-dark .navbar-text +{ + color: rgba(255, 255, 255, .5); +} +.navbar-dark .navbar-text a +{ + color: #fff; +} +.navbar-dark .navbar-text a:hover, +.navbar-dark .navbar-text a:focus +{ + color: #fff; +} + +.card +{ + position: relative; + + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + flex-direction: column; + + min-width: 0; + + word-wrap: break-word; + + border: 1px solid rgba(34, 41, 47, .125); + border-radius: .5rem; + background-color: #fff; + background-clip: border-box; + + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -webkit-flex-direction: column; + -moz-box-orient: vertical; + -moz-box-direction: normal; + -ms-flex-direction: column; +} +.card > hr +{ + margin-right: 0; + margin-left: 0; +} +.card > .list-group:first-child .list-group-item:first-child +{ + border-top-left-radius: .5rem; + border-top-right-radius: .5rem; +} +.card > .list-group:last-child .list-group-item:last-child +{ + border-bottom-right-radius: .5rem; + border-bottom-left-radius: .5rem; +} + +.card-body +{ + padding: 1.5rem; + + -webkit-box-flex: 1; + -webkit-flex: 1 1 auto; + -moz-box-flex: 1; + -ms-flex: 1 1 auto; + flex: 1 1 auto; +} + +.card-title +{ + margin-bottom: 1.5rem; +} + +.card-subtitle +{ + margin-top: -.75rem; + margin-bottom: 0; +} + +.card-text:last-child +{ + margin-bottom: 0; +} + +.card-link:hover +{ + text-decoration: none; +} + +.card-link + .card-link +{ + margin-left: 1.5rem; +} + +.card-header +{ + margin-bottom: 0; + padding: 1.5rem 1.5rem; + + border-bottom: 1px solid rgba(34, 41, 47, .125); + background-color: rgba(34, 41, 47, .03); +} +.card-header:first-child +{ + border-radius: -webkit-calc(.5rem - 1px) -webkit-calc(.5rem - 1px) 0 0; + border-radius: -moz-calc(.5rem - 1px) -moz-calc(.5rem - 1px) 0 0; + border-radius: calc(.5rem - 1px) calc(.5rem - 1px) 0 0; +} +.card-header + .list-group .list-group-item:first-child +{ + border-top: 0; +} + +.card-footer +{ + padding: 1.5rem 1.5rem; + + border-top: 1px solid rgba(34, 41, 47, .125); + background-color: rgba(34, 41, 47, .03); +} +.card-footer:last-child +{ + border-radius: 0 0 -webkit-calc(.5rem - 1px) -webkit-calc(.5rem - 1px); + border-radius: 0 0 -moz-calc(.5rem - 1px) -moz-calc(.5rem - 1px); + border-radius: 0 0 calc(.5rem - 1px) calc(.5rem - 1px); +} + +.card-header-tabs +{ + margin-right: -.75rem; + margin-bottom: -1.5rem; + margin-left: -.75rem; + + border-bottom: 0; +} + +.card-header-pills +{ + margin-right: -.75rem; + margin-left: -.75rem; +} + +.card-img-overlay +{ + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + + padding: 1.25rem; +} + +.card-img +{ + width: 100%; + + border-radius: -webkit-calc(.5rem - 1px); + border-radius: -moz-calc(.5rem - 1px); + border-radius: calc(.5rem - 1px); +} + +.card-img-top +{ + width: 100%; + + border-top-left-radius: -webkit-calc(.5rem - 1px); + border-top-left-radius: -moz-calc(.5rem - 1px); + border-top-left-radius: calc(.5rem - 1px); + border-top-right-radius: -webkit-calc(.5rem - 1px); + border-top-right-radius: -moz-calc(.5rem - 1px); + border-top-right-radius: calc(.5rem - 1px); +} + +.card-img-bottom +{ + width: 100%; + + border-bottom-right-radius: -webkit-calc(.5rem - 1px); + border-bottom-right-radius: -moz-calc(.5rem - 1px); + border-bottom-right-radius: calc(.5rem - 1px); + border-bottom-left-radius: -webkit-calc(.5rem - 1px); + border-bottom-left-radius: -moz-calc(.5rem - 1px); + border-bottom-left-radius: calc(.5rem - 1px); +} + +.card-deck +{ + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + flex-direction: column; + + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -webkit-flex-direction: column; + -moz-box-orient: vertical; + -moz-box-direction: normal; + -ms-flex-direction: column; +} +.card-deck .card +{ + margin-bottom: 14px; +} +@media (min-width: 576px) +{ + .card-deck + { + margin-right: -14px; + margin-left: -14px; + + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -webkit-flex-flow: row wrap; + -moz-box-orient: horizontal; + -moz-box-direction: normal; + -ms-flex-flow: row wrap; + flex-flow: row wrap; + } + .card-deck .card + { + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + flex-direction: column; + + margin-right: 14px; + margin-bottom: 0; + margin-left: 14px; + + -webkit-box-flex: 1; + -webkit-flex: 1 0 0; + -moz-box-flex: 1; + -ms-flex: 1 0 0; + flex: 1 0 0; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -webkit-flex-direction: column; + -moz-box-orient: vertical; + -moz-box-direction: normal; + -ms-flex-direction: column; + } +} + +.card-group +{ + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + flex-direction: column; + + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -webkit-flex-direction: column; + -moz-box-orient: vertical; + -moz-box-direction: normal; + -ms-flex-direction: column; +} +.card-group > .card +{ + margin-bottom: 14px; +} +@media (min-width: 576px) +{ + .card-group + { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -webkit-flex-flow: row wrap; + -moz-box-orient: horizontal; + -moz-box-direction: normal; + -ms-flex-flow: row wrap; + flex-flow: row wrap; + } + .card-group > .card + { + margin-bottom: 0; + + -webkit-box-flex: 1; + -webkit-flex: 1 0 0; + -moz-box-flex: 1; + -ms-flex: 1 0 0; + flex: 1 0 0; + } + .card-group > .card + .card + { + margin-left: 0; + + border-left: 0; + } + .card-group > .card:not(:last-child) + { + border-top-right-radius: 0; + border-bottom-right-radius: 0; + } + .card-group > .card:not(:last-child) .card-img-top, + .card-group > .card:not(:last-child) .card-header + { + border-top-right-radius: 0; + } + .card-group > .card:not(:last-child) .card-img-bottom, + .card-group > .card:not(:last-child) .card-footer + { + border-bottom-right-radius: 0; + } + .card-group > .card:not(:first-child) + { + border-top-left-radius: 0; + border-bottom-left-radius: 0; + } + .card-group > .card:not(:first-child) .card-img-top, + .card-group > .card:not(:first-child) .card-header + { + border-top-left-radius: 0; + } + .card-group > .card:not(:first-child) .card-img-bottom, + .card-group > .card:not(:first-child) .card-footer + { + border-bottom-left-radius: 0; + } +} + +.card-columns .card +{ + margin-bottom: 1.5rem; +} + +@media (min-width: 576px) +{ + .card-columns + { + -webkit-column-count: 3; + -moz-column-count: 3; + column-count: 3; + -webkit-column-gap: 1.25rem; + -moz-column-gap: 1.25rem; + column-gap: 1.25rem; + orphans: 1; + widows: 1; + } + .card-columns .card + { + display: inline-block; + + width: 100%; + } +} + +.accordion > .card +{ + overflow: hidden; +} +.accordion > .card:not(:first-of-type) .card-header:first-child +{ + border-radius: 0; +} +.accordion > .card:not(:first-of-type):not(:last-of-type) +{ + border-bottom: 0; + border-radius: 0; +} +.accordion > .card:first-of-type +{ + border-bottom: 0; + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.accordion > .card:last-of-type +{ + border-top-left-radius: 0; + border-top-right-radius: 0; +} +.accordion > .card .card-header +{ + margin-bottom: -1px; +} + +.breadcrumb +{ + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + + margin-bottom: 1rem; + padding: .75rem 1rem; + + list-style: none; + + border-radius: .5rem; + background-color: #ededed; + + -webkit-flex-wrap: wrap; + -ms-flex-wrap: wrap; + flex-wrap: wrap; +} + +.breadcrumb-item + .breadcrumb-item +{ + padding-left: .5rem; +} +.breadcrumb-item + .breadcrumb-item::before +{ + display: inline-block; + + padding-right: .5rem; + + content: '/'; + + color: #b8c2cc; +} + +.breadcrumb-item + .breadcrumb-item:hover::before +{ + text-decoration: underline; +} + +.breadcrumb-item + .breadcrumb-item:hover::before +{ + text-decoration: none; +} + +.breadcrumb-item.active +{ + color: #b8c2cc; +} + +.pagination +{ + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + + padding-left: 0; + + list-style: none; + + border-radius: .5rem; +} + +.page-link +{ + line-height: 1.25; + + position: relative; + + display: block; + + margin-left: -1px; + padding: .65rem .911rem; + + color: #7367f0; + border: 1px solid #dae1e7; + background-color: #fff; +} +.page-link:hover +{ + z-index: 2; + + text-decoration: none; + + color: #5e50ee; + border-color: #dae1e7; + background-color: #ededed; +} +.page-link:focus +{ + z-index: 2; + + outline: 0; + -webkit-box-shadow: 0 0 0 .2rem rgba(115, 103, 240, .25); + box-shadow: 0 0 0 .2rem rgba(115, 103, 240, .25); +} + +.page-item:first-child .page-link +{ + margin-left: 0; + + border-top-left-radius: .5rem; + border-bottom-left-radius: .5rem; +} + +.page-item:last-child .page-link +{ + border-top-right-radius: .5rem; + border-bottom-right-radius: .5rem; +} + +.page-item.active .page-link +{ + z-index: 1; + + color: #fff; + border-color: #7367f0; + background-color: #7367f0; +} + +.page-item.disabled .page-link +{ + cursor: auto; + pointer-events: none; + + color: #b8c2cc; + border-color: #dae1e7; + background-color: #fff; +} + +.pagination-lg .page-link +{ + font-size: 2rem; + line-height: 1.25; + + padding: .5rem 1rem; +} + +.pagination-lg .page-item:first-child .page-link +{ + border-top-left-radius: .6rem; + border-bottom-left-radius: .6rem; +} + +.pagination-lg .page-item:last-child .page-link +{ + border-top-right-radius: .6rem; + border-bottom-right-radius: .6rem; +} + +.pagination-sm .page-link +{ + font-size: 1rem; + line-height: 1; + + padding: .5rem .75rem; +} + +.pagination-sm .page-item:first-child .page-link +{ + border-top-left-radius: .25rem; + border-bottom-left-radius: .25rem; +} + +.pagination-sm .page-item:last-child .page-link +{ + border-top-right-radius: .25rem; + border-bottom-right-radius: .25rem; +} + +.badge +{ + font-size: 80%; + font-weight: 700; + line-height: 1; + + display: inline-block; + + padding: .35em .4em; + + -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; + -moz-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; + -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; + transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; + transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; + transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; + text-align: center; + vertical-align: baseline; + white-space: nowrap; + + border-radius: .25rem; +} +@media (prefers-reduced-motion: reduce) +{ + .badge + { + -webkit-transition: none; + -moz-transition: none; + -o-transition: none; + transition: none; + } +} +a.badge:hover, +a.badge:focus +{ + text-decoration: none; +} +.badge:empty +{ + display: none; +} + +.btn .badge +{ + position: relative; + top: -1px; +} + +.badge-pill +{ + padding-right: .6em; + padding-left: .6em; + + border-radius: 10rem; +} + +.badge-primary +{ + color: #fff; + background-color: #7367f0; +} +a.badge-primary:hover, +a.badge-primary:focus +{ + color: #fff; + background-color: #4839eb; +} +a.badge-primary:focus, +a.badge-primary.focus +{ + outline: 0; + -webkit-box-shadow: 0 0 0 .2rem rgba(115, 103, 240, .5); + box-shadow: 0 0 0 .2rem rgba(115, 103, 240, .5); +} + +.badge-secondary +{ + color: #2a2e30; + background-color: #b8c2cc; +} +a.badge-secondary:hover, +a.badge-secondary:focus +{ + color: #2a2e30; + background-color: #9aa9b7; +} +a.badge-secondary:focus, +a.badge-secondary.focus +{ + outline: 0; + -webkit-box-shadow: 0 0 0 .2rem rgba(184, 194, 204, .5); + box-shadow: 0 0 0 .2rem rgba(184, 194, 204, .5); +} + +.badge-success +{ + color: #fff; + background-color: #28c76f; +} +a.badge-success:hover, +a.badge-success:focus +{ + color: #fff; + background-color: #1f9d57; +} +a.badge-success:focus, +a.badge-success.focus +{ + outline: 0; + -webkit-box-shadow: 0 0 0 .2rem rgba(40, 199, 111, .5); + box-shadow: 0 0 0 .2rem rgba(40, 199, 111, .5); +} + +.badge-info +{ + color: #fff; + background-color: #00cfe8; +} +a.badge-info:hover, +a.badge-info:focus +{ + color: #fff; + background-color: #00a1b5; +} +a.badge-info:focus, +a.badge-info.focus +{ + outline: 0; + -webkit-box-shadow: 0 0 0 .2rem rgba(0, 207, 232, .5); + box-shadow: 0 0 0 .2rem rgba(0, 207, 232, .5); +} + +.badge-warning +{ + color: #2a2e30; + background-color: #ff9f43; +} +a.badge-warning:hover, +a.badge-warning:focus +{ + color: #2a2e30; + background-color: #ff8510; +} +a.badge-warning:focus, +a.badge-warning.focus +{ + outline: 0; + -webkit-box-shadow: 0 0 0 .2rem rgba(255, 159, 67, .5); + box-shadow: 0 0 0 .2rem rgba(255, 159, 67, .5); +} + +.badge-danger +{ + color: #fff; + background-color: #ea5455; +} +a.badge-danger:hover, +a.badge-danger:focus +{ + color: #fff; + background-color: #e42728; +} +a.badge-danger:focus, +a.badge-danger.focus +{ + outline: 0; + -webkit-box-shadow: 0 0 0 .2rem rgba(234, 84, 85, .5); + box-shadow: 0 0 0 .2rem rgba(234, 84, 85, .5); +} + +.badge-light +{ + color: #2a2e30; + background-color: #babfc7; +} +a.badge-light:hover, +a.badge-light:focus +{ + color: #2a2e30; + background-color: #9ea5b0; +} +a.badge-light:focus, +a.badge-light.focus +{ + outline: 0; + -webkit-box-shadow: 0 0 0 .2rem rgba(186, 191, 199, .5); + box-shadow: 0 0 0 .2rem rgba(186, 191, 199, .5); +} + +.badge-dark +{ + color: #fff; + background-color: #1e1e1e; +} +a.badge-dark:hover, +a.badge-dark:focus +{ + color: #fff; + background-color: #050505; +} +a.badge-dark:focus, +a.badge-dark.focus +{ + outline: 0; + -webkit-box-shadow: 0 0 0 .2rem rgba(30, 30, 30, .5); + box-shadow: 0 0 0 .2rem rgba(30, 30, 30, .5); +} + +.jumbotron +{ + margin-bottom: 2rem; + padding: 2rem 1rem; + + border-radius: .6rem; + background-color: #ededed; +} +@media (min-width: 576px) +{ + .jumbotron + { + padding: 4rem 2rem; + } +} + +.jumbotron-fluid +{ + padding-right: 0; + padding-left: 0; + + border-radius: 0; +} + +.alert +{ + position: relative; + + margin-bottom: 1rem; + padding: .71rem .71rem; + + border: 1px solid transparent; + border-radius: .5rem; +} + +.alert-heading +{ + color: inherit; +} + +.alert-link +{ + font-weight: 700; +} + +.alert-dismissible +{ + padding-right: 2.92rem; +} +.alert-dismissible .close +{ + position: absolute; + top: 0; + right: 0; + + padding: .71rem .71rem; + + color: inherit; +} + +.alert-primary +{ + color: #4c4993; + border-color: #d8d4fb; + background-color: #e3e1fc; +} +.alert-primary hr +{ + border-top-color: #c3bdf9; +} +.alert-primary .alert-link +{ + color: #3a3871; +} + +.alert-secondary +{ + color: #707981; + border-color: #ebeef1; + background-color: #f1f3f5; +} +.alert-secondary hr +{ + border-top-color: #dce1e7; +} +.alert-secondary .alert-link +{ + color: #585f66; +} + +.alert-success +{ + color: #257b50; + border-color: #c3efd7; + background-color: #d4f4e2; +} +.alert-success hr +{ + border-top-color: #afeaca; +} +.alert-success .alert-link +{ + color: #195437; +} + +.alert-info +{ + color: #107f8f; + border-color: #b8f2f9; + background-color: #ccf5fa; +} +.alert-info hr +{ + border-top-color: #a0eef7; +} +.alert-info .alert-link +{ + color: #0b5661; +} + +.alert-warning +{ + color: #956639; + border-color: #ffe4ca; + background-color: #ffecd9; +} +.alert-warning hr +{ + border-top-color: #ffd7b1; +} +.alert-warning .alert-link +{ + color: #704d2b; +} + +.alert-danger +{ + color: #8a3f43; + border-color: #f9cfcf; + background-color: #fbdddd; +} +.alert-danger hr +{ + border-top-color: #f6b8b8; +} +.alert-danger .alert-link +{ + color: #672f32; +} + +.alert-light +{ + color: #71777e; + border-color: #ecedef; + background-color: #f1f2f4; +} +.alert-light hr +{ + border-top-color: #dee0e3; +} +.alert-light .alert-link +{ + color: #595e63; +} + +.alert-dark +{ + color: #202326; + border-color: silver; + background-color: #d2d2d2; +} +.alert-dark hr +{ + border-top-color: #b3b3b3; +} +.alert-dark .alert-link +{ + color: #090a0a; +} + +@-webkit-keyframes progress-bar-stripes +{ + from + { + background-position: .357rem 0; + } + to + { + background-position: 0 0; + } +} + +@-moz-keyframes progress-bar-stripes +{ + from + { + background-position: .357rem 0; + } + to + { + background-position: 0 0; + } +} + +@-o-keyframes progress-bar-stripes +{ + from + { + background-position: .357rem 0; + } + to + { + background-position: 0 0; + } +} + +@keyframes progress-bar-stripes +{ + from + { + background-position: .357rem 0; + } + to + { + background-position: 0 0; + } +} + +.progress +{ + font-size: .75rem; + + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + overflow: hidden; + + height: .357rem; + + border-radius: 1.28rem; + background-color: #ededed; +} + +.progress-bar +{ + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + flex-direction: column; + + -webkit-transition: width .6s ease; + -moz-transition: width .6s ease; + -o-transition: width .6s ease; + transition: width .6s ease; + text-align: center; + white-space: nowrap; + + color: #fff; + background-color: #7367f0; + + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -webkit-flex-direction: column; + -moz-box-orient: vertical; + -moz-box-direction: normal; + -ms-flex-direction: column; + -webkit-box-pack: center; + -webkit-justify-content: center; + -moz-box-pack: center; + -ms-flex-pack: center; + justify-content: center; +} +@media (prefers-reduced-motion: reduce) +{ + .progress-bar + { + -webkit-transition: none; + -moz-transition: none; + -o-transition: none; + transition: none; + } +} + +.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: -moz-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: .357rem .357rem; + background-size: .357rem .357rem; +} + +.progress-bar-animated +{ + -webkit-animation: progress-bar-stripes 1s linear infinite; + -moz-animation: progress-bar-stripes 1s linear infinite; + -o-animation: progress-bar-stripes 1s linear infinite; + animation: progress-bar-stripes 1s linear infinite; +} +@media (prefers-reduced-motion: reduce) +{ + .progress-bar-animated + { + -webkit-animation: none; + -moz-animation: none; + -o-animation: none; + animation: none; + } +} + +.media +{ + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + + -webkit-box-align: start; + -webkit-align-items: flex-start; + -moz-box-align: start; + -ms-flex-align: start; + align-items: flex-start; +} + +.media-body +{ + -webkit-box-flex: 1; + -webkit-flex: 1; + -moz-box-flex: 1; + -ms-flex: 1; + flex: 1; +} + +.list-group +{ + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + flex-direction: column; + + margin-bottom: 0; + padding-left: 0; + + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -webkit-flex-direction: column; + -moz-box-orient: vertical; + -moz-box-direction: normal; + -ms-flex-direction: column; +} + +.list-group-item-action +{ + width: 100%; + + text-align: inherit; + + color: #4e5154; +} +.list-group-item-action:hover, +.list-group-item-action:focus +{ + z-index: 1; + + text-decoration: none; + + color: #4e5154; + background-color: #babfc7; +} +.list-group-item-action:active +{ + color: #626262; + background-color: #ededed; +} + +.list-group-item +{ + position: relative; + + display: block; + + margin-bottom: -1px; + padding: .75rem 1.25rem; + + border: 1px solid rgba(34, 41, 47, .125); + background-color: #fff; +} +.list-group-item:first-child +{ + border-top-left-radius: .5rem; + border-top-right-radius: .5rem; +} +.list-group-item:last-child +{ + margin-bottom: 0; + + border-bottom-right-radius: .5rem; + border-bottom-left-radius: .5rem; +} +.list-group-item.disabled, +.list-group-item:disabled +{ + pointer-events: none; + + color: #b8c2cc; + background-color: #fff; +} +.list-group-item.active +{ + z-index: 2; + + color: #fff; + border-color: #7367f0; + background-color: #7367f0; +} + +.list-group-horizontal +{ + flex-direction: row; + + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -webkit-flex-direction: row; + -moz-box-orient: horizontal; + -moz-box-direction: normal; + -ms-flex-direction: row; +} +.list-group-horizontal .list-group-item +{ + margin-right: -1px; + margin-bottom: 0; +} +.list-group-horizontal .list-group-item:first-child +{ + border-top-left-radius: .5rem; + border-top-right-radius: 0; + border-bottom-left-radius: .5rem; +} +.list-group-horizontal .list-group-item:last-child +{ + margin-right: 0; + + border-top-right-radius: .5rem; + border-bottom-right-radius: .5rem; + border-bottom-left-radius: 0; +} + +@media (min-width: 576px) +{ + .list-group-horizontal-sm + { + flex-direction: row; + + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -webkit-flex-direction: row; + -moz-box-orient: horizontal; + -moz-box-direction: normal; + -ms-flex-direction: row; + } + .list-group-horizontal-sm .list-group-item + { + margin-right: -1px; + margin-bottom: 0; + } + .list-group-horizontal-sm .list-group-item:first-child + { + border-top-left-radius: .5rem; + border-top-right-radius: 0; + border-bottom-left-radius: .5rem; + } + .list-group-horizontal-sm .list-group-item:last-child + { + margin-right: 0; + + border-top-right-radius: .5rem; + border-bottom-right-radius: .5rem; + border-bottom-left-radius: 0; + } +} + +@media (min-width: 768px) +{ + .list-group-horizontal-md + { + flex-direction: row; + + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -webkit-flex-direction: row; + -moz-box-orient: horizontal; + -moz-box-direction: normal; + -ms-flex-direction: row; + } + .list-group-horizontal-md .list-group-item + { + margin-right: -1px; + margin-bottom: 0; + } + .list-group-horizontal-md .list-group-item:first-child + { + border-top-left-radius: .5rem; + border-top-right-radius: 0; + border-bottom-left-radius: .5rem; + } + .list-group-horizontal-md .list-group-item:last-child + { + margin-right: 0; + + border-top-right-radius: .5rem; + border-bottom-right-radius: .5rem; + border-bottom-left-radius: 0; + } +} + +@media (min-width: 992px) +{ + .list-group-horizontal-lg + { + flex-direction: row; + + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -webkit-flex-direction: row; + -moz-box-orient: horizontal; + -moz-box-direction: normal; + -ms-flex-direction: row; + } + .list-group-horizontal-lg .list-group-item + { + margin-right: -1px; + margin-bottom: 0; + } + .list-group-horizontal-lg .list-group-item:first-child + { + border-top-left-radius: .5rem; + border-top-right-radius: 0; + border-bottom-left-radius: .5rem; + } + .list-group-horizontal-lg .list-group-item:last-child + { + margin-right: 0; + + border-top-right-radius: .5rem; + border-bottom-right-radius: .5rem; + border-bottom-left-radius: 0; + } +} + +@media (min-width: 1200px) +{ + .list-group-horizontal-xl + { + flex-direction: row; + + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -webkit-flex-direction: row; + -moz-box-orient: horizontal; + -moz-box-direction: normal; + -ms-flex-direction: row; + } + .list-group-horizontal-xl .list-group-item + { + margin-right: -1px; + margin-bottom: 0; + } + .list-group-horizontal-xl .list-group-item:first-child + { + border-top-left-radius: .5rem; + border-top-right-radius: 0; + border-bottom-left-radius: .5rem; + } + .list-group-horizontal-xl .list-group-item:last-child + { + margin-right: 0; + + border-top-right-radius: .5rem; + border-bottom-right-radius: .5rem; + border-bottom-left-radius: 0; + } +} + +.list-group-flush .list-group-item +{ + border-right: 0; + border-left: 0; + border-radius: 0; +} +.list-group-flush .list-group-item:last-child +{ + margin-bottom: -1px; +} + +.list-group-flush:first-child .list-group-item:first-child +{ + border-top: 0; +} + +.list-group-flush:last-child .list-group-item:last-child +{ + margin-bottom: 0; + + border-bottom: 0; +} + +.list-group-item-primary +{ + color: #4c4993; + background-color: #d8d4fb; +} +.list-group-item-primary.list-group-item-action:hover, +.list-group-item-primary.list-group-item-action:focus +{ + color: #4c4993; + background-color: #c3bdf9; +} +.list-group-item-primary.list-group-item-action.active +{ + color: #fff; + border-color: #4c4993; + background-color: #4c4993; +} + +.list-group-item-secondary +{ + color: #707981; + background-color: #ebeef1; +} +.list-group-item-secondary.list-group-item-action:hover, +.list-group-item-secondary.list-group-item-action:focus +{ + color: #707981; + background-color: #dce1e7; +} +.list-group-item-secondary.list-group-item-action.active +{ + color: #fff; + border-color: #707981; + background-color: #707981; +} + +.list-group-item-success +{ + color: #257b50; + background-color: #c3efd7; +} +.list-group-item-success.list-group-item-action:hover, +.list-group-item-success.list-group-item-action:focus +{ + color: #257b50; + background-color: #afeaca; +} +.list-group-item-success.list-group-item-action.active +{ + color: #fff; + border-color: #257b50; + background-color: #257b50; +} + +.list-group-item-info +{ + color: #107f8f; + background-color: #b8f2f9; +} +.list-group-item-info.list-group-item-action:hover, +.list-group-item-info.list-group-item-action:focus +{ + color: #107f8f; + background-color: #a0eef7; +} +.list-group-item-info.list-group-item-action.active +{ + color: #fff; + border-color: #107f8f; + background-color: #107f8f; +} + +.list-group-item-warning +{ + color: #956639; + background-color: #ffe4ca; +} +.list-group-item-warning.list-group-item-action:hover, +.list-group-item-warning.list-group-item-action:focus +{ + color: #956639; + background-color: #ffd7b1; +} +.list-group-item-warning.list-group-item-action.active +{ + color: #fff; + border-color: #956639; + background-color: #956639; +} + +.list-group-item-danger +{ + color: #8a3f43; + background-color: #f9cfcf; +} +.list-group-item-danger.list-group-item-action:hover, +.list-group-item-danger.list-group-item-action:focus +{ + color: #8a3f43; + background-color: #f6b8b8; +} +.list-group-item-danger.list-group-item-action.active +{ + color: #fff; + border-color: #8a3f43; + background-color: #8a3f43; +} + +.list-group-item-light +{ + color: #71777e; + background-color: #ecedef; +} +.list-group-item-light.list-group-item-action:hover, +.list-group-item-light.list-group-item-action:focus +{ + color: #71777e; + background-color: #dee0e3; +} +.list-group-item-light.list-group-item-action.active +{ + color: #fff; + border-color: #71777e; + background-color: #71777e; +} + +.list-group-item-dark +{ + color: #202326; + background-color: silver; +} +.list-group-item-dark.list-group-item-action:hover, +.list-group-item-dark.list-group-item-action:focus +{ + color: #202326; + background-color: #b3b3b3; +} +.list-group-item-dark.list-group-item-action.active +{ + color: #fff; + border-color: #202326; + background-color: #202326; +} + +.close +{ + font-size: 1.5rem; + font-weight: 700; + line-height: 1; + + float: right; + + opacity: .5; + color: #22292f; + text-shadow: 0 1px 0 #fff; +} +.close:hover +{ + text-decoration: none; + + color: #22292f; +} +.close:not(:disabled):not(.disabled):hover, +.close:not(:disabled):not(.disabled):focus +{ + opacity: .75; +} + +button.close +{ + padding: 0; + + border: 0; + background-color: transparent; + + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; +} + +a.close.disabled +{ + pointer-events: none; +} + +.toast +{ + font-size: .875rem; + + overflow: hidden; + + max-width: 350px; + + opacity: 0; + border: 1px solid rgba(0, 0, 0, .1); + border-radius: .25rem; + background-color: rgba(255, 255, 255, .85); + background-clip: padding-box; + -webkit-box-shadow: 0 .25rem .75rem rgba(34, 41, 47, .1); + box-shadow: 0 .25rem .75rem rgba(34, 41, 47, .1); + + -webkit-backdrop-filter: blur(10px); + backdrop-filter: blur(10px); +} +.toast:not(:last-child) +{ + margin-bottom: .75rem; +} +.toast.showing +{ + opacity: 1; +} +.toast.show +{ + display: block; + + opacity: 1; +} +.toast.hide +{ + display: none; +} + +.toast-header +{ + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + + padding: .25rem .75rem; + + color: #b8c2cc; + border-bottom: 1px solid rgba(0, 0, 0, .05); + background-color: rgba(255, 255, 255, .85); + background-clip: padding-box; + + -webkit-box-align: center; + -webkit-align-items: center; + -moz-box-align: center; + -ms-flex-align: center; + align-items: center; +} + +.toast-body +{ + padding: .75rem; +} + +.modal-open +{ + overflow: hidden; +} +.modal-open .modal +{ + overflow-x: hidden; + overflow-y: auto; +} + +.modal +{ + position: fixed; + z-index: 1050; + top: 0; + left: 0; + + display: none; + overflow: hidden; + + width: 100%; + height: 100%; + + outline: 0; +} + +.modal-dialog +{ + position: relative; + + width: auto; + margin: .5rem; + + pointer-events: none; +} +.modal.fade .modal-dialog +{ + -webkit-transition: -webkit-transform .3s ease-out; + -moz-transition: transform .3s ease-out, -moz-transform .3s ease-out; + -o-transition: -o-transform .3s ease-out; + transition: -webkit-transform .3s ease-out; + transition: transform .3s ease-out; + transition: transform .3s ease-out, -webkit-transform .3s ease-out, -moz-transform .3s ease-out, -o-transform .3s ease-out; + -webkit-transform: translate(0, -50px); + -moz-transform: translate(0, -50px); + -ms-transform: translate(0, -50px); + -o-transform: translate(0, -50px); + transform: translate(0, -50px); +} +@media (prefers-reduced-motion: reduce) +{ + .modal.fade .modal-dialog + { + -webkit-transition: none; + -moz-transition: none; + -o-transition: none; + transition: none; + } +} +.modal.show .modal-dialog +{ + -webkit-transform: none; + -moz-transform: none; + -ms-transform: none; + -o-transform: none; + transform: none; +} + +.modal-dialog-scrollable +{ + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + + max-height: -webkit-calc(100% - 1rem); + max-height: -moz-calc(100% - 1rem); + max-height: calc(100% - 1rem); +} +.modal-dialog-scrollable .modal-content +{ + overflow: hidden; + + max-height: -webkit-calc(100vh - 1rem); + max-height: -moz-calc(100vh - 1rem); + max-height: calc(100vh - 1rem); +} +.modal-dialog-scrollable .modal-header, +.modal-dialog-scrollable .modal-footer +{ + -webkit-flex-shrink: 0; + -ms-flex-negative: 0; + flex-shrink: 0; +} +.modal-dialog-scrollable .modal-body +{ + overflow-y: auto; +} + +.modal-dialog-centered +{ + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + + min-height: -webkit-calc(100% - 1rem); + min-height: -moz-calc(100% - 1rem); + min-height: calc(100% - 1rem); + + -webkit-box-align: center; + -webkit-align-items: center; + -moz-box-align: center; + -ms-flex-align: center; + align-items: center; +} +.modal-dialog-centered::before +{ + display: block; + + height: -webkit-calc(100vh - 1rem); + height: -moz-calc(100vh - 1rem); + height: calc(100vh - 1rem); + + content: ''; +} +.modal-dialog-centered.modal-dialog-scrollable +{ + flex-direction: column; + + height: 100%; + + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -webkit-flex-direction: column; + -moz-box-orient: vertical; + -moz-box-direction: normal; + -ms-flex-direction: column; + -webkit-box-pack: center; + -webkit-justify-content: center; + -moz-box-pack: center; + -ms-flex-pack: center; + justify-content: center; +} +.modal-dialog-centered.modal-dialog-scrollable .modal-content +{ + max-height: none; +} +.modal-dialog-centered.modal-dialog-scrollable::before +{ + content: none; +} + +.modal-content +{ + position: relative; + + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + flex-direction: column; + + width: 100%; + + pointer-events: auto; + + border: 1px solid rgba(34, 41, 47, .2); + border-radius: .6rem; + outline: 0; + background-color: #fff; + background-clip: padding-box; + + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -webkit-flex-direction: column; + -moz-box-orient: vertical; + -moz-box-direction: normal; + -ms-flex-direction: column; +} + +.modal-backdrop +{ + position: fixed; + z-index: 1040; + top: 0; + left: 0; + + width: 100vw; + height: 100vh; + + background-color: #22292f; +} +.modal-backdrop.fade +{ + opacity: 0; +} +.modal-backdrop.show +{ + opacity: .5; +} + +.modal-header +{ + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + + padding: 1rem 1rem; + + border-bottom: 1px solid #ededed; + border-top-left-radius: .6rem; + border-top-right-radius: .6rem; + + -webkit-box-align: start; + -webkit-align-items: flex-start; + -moz-box-align: start; + -ms-flex-align: start; + align-items: flex-start; + -webkit-box-pack: justify; + -webkit-justify-content: space-between; + -moz-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; +} +.modal-header .close +{ + margin: -1rem -1rem -1rem auto; + padding: 1rem 1rem; +} + +.modal-title +{ + line-height: 1.45; + + margin-bottom: 0; +} + +.modal-body +{ + position: relative; + + padding: 1rem; + + -webkit-box-flex: 1; + -webkit-flex: 1 1 auto; + -moz-box-flex: 1; + -ms-flex: 1 1 auto; + flex: 1 1 auto; +} + +.modal-footer +{ + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + + padding: 1rem; + + border-top: 1px solid #ededed; + border-bottom-right-radius: .6rem; + border-bottom-left-radius: .6rem; + + -webkit-box-align: center; + -webkit-align-items: center; + -moz-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: end; + -webkit-justify-content: flex-end; + -moz-box-pack: end; + -ms-flex-pack: end; + justify-content: flex-end; +} +.modal-footer > :not(:first-child) +{ + margin-left: .25rem; +} +.modal-footer > :not(:last-child) +{ + margin-right: .25rem; +} + +.modal-scrollbar-measure +{ + position: absolute; + top: -9999px; + + overflow: scroll; + + width: 50px; + height: 50px; +} + +@media (min-width: 576px) +{ + .modal-dialog + { + max-width: 500px; + margin: 1.75rem auto; + } + .modal-dialog-scrollable + { + max-height: -webkit-calc(100% - 3.5rem); + max-height: -moz-calc(100% - 3.5rem); + max-height: calc(100% - 3.5rem); + } + .modal-dialog-scrollable .modal-content + { + max-height: -webkit-calc(100vh - 3.5rem); + max-height: -moz-calc(100vh - 3.5rem); + max-height: calc(100vh - 3.5rem); + } + .modal-dialog-centered + { + min-height: -webkit-calc(100% - 3.5rem); + min-height: -moz-calc(100% - 3.5rem); + min-height: calc(100% - 3.5rem); + } + .modal-dialog-centered::before + { + height: -webkit-calc(100vh - 3.5rem); + height: -moz-calc(100vh - 3.5rem); + height: calc(100vh - 3.5rem); + } + .modal-sm + { + max-width: 300px; + } +} + +@media (min-width: 992px) +{ + .modal-lg, + .modal-xl + { + max-width: 800px; + } +} + +@media (min-width: 1200px) +{ + .modal-xl + { + max-width: 1140px; + } +} + +.tooltip +{ + font-family: 'Montserrat', Helvetica, Arial, serif; + font-size: .857rem; + font-weight: 400; + font-style: normal; + line-height: 1.45; + + position: absolute; + z-index: 1070; + + display: block; + + margin: 0; + + text-align: left; + text-align: start; + white-space: normal; + text-decoration: none; + letter-spacing: normal; + word-spacing: normal; + text-transform: none; + word-wrap: break-word; + word-break: normal; + + opacity: 0; + text-shadow: none; + + line-break: auto; +} +.tooltip.show +{ + opacity: 1; +} +.tooltip .arrow +{ + position: absolute; + + display: block; + + width: .8rem; + height: .4rem; +} +.tooltip .arrow::before +{ + position: absolute; + + content: ''; + + border-style: solid; + border-color: transparent; +} + +.bs-tooltip-top, +.bs-tooltip-auto[x-placement^='top'] +{ + padding: .4rem 0; +} +.bs-tooltip-top .arrow, +.bs-tooltip-auto[x-placement^='top'] .arrow +{ + bottom: 0; +} +.bs-tooltip-top .arrow::before, +.bs-tooltip-auto[x-placement^='top'] .arrow::before +{ + top: 0; + + border-width: .4rem .4rem 0; + border-top-color: #323232; +} + +.bs-tooltip-right, +.bs-tooltip-auto[x-placement^='right'] +{ + padding: 0 .4rem; +} +.bs-tooltip-right .arrow, +.bs-tooltip-auto[x-placement^='right'] .arrow +{ + left: 0; + + width: .4rem; + height: .8rem; +} +.bs-tooltip-right .arrow::before, +.bs-tooltip-auto[x-placement^='right'] .arrow::before +{ + right: 0; + + border-width: .4rem .4rem .4rem 0; + border-right-color: #323232; +} + +.bs-tooltip-bottom, +.bs-tooltip-auto[x-placement^='bottom'] +{ + padding: .4rem 0; +} +.bs-tooltip-bottom .arrow, +.bs-tooltip-auto[x-placement^='bottom'] .arrow +{ + top: 0; +} +.bs-tooltip-bottom .arrow::before, +.bs-tooltip-auto[x-placement^='bottom'] .arrow::before +{ + bottom: 0; + + border-width: 0 .4rem .4rem; + border-bottom-color: #323232; +} + +.bs-tooltip-left, +.bs-tooltip-auto[x-placement^='left'] +{ + padding: 0 .4rem; +} +.bs-tooltip-left .arrow, +.bs-tooltip-auto[x-placement^='left'] .arrow +{ + right: 0; + + width: .4rem; + height: .8rem; +} +.bs-tooltip-left .arrow::before, +.bs-tooltip-auto[x-placement^='left'] .arrow::before +{ + left: 0; + + border-width: .4rem 0 .4rem .4rem; + border-left-color: #323232; +} + +.tooltip-inner +{ + max-width: 220px; + padding: .4rem .775rem; + + text-align: center; + + color: #fff; + border-radius: .428rem; + background-color: #323232; +} + +.popover +{ + font-family: 'Montserrat', Helvetica, Arial, serif; + font-size: .857rem; + font-weight: 400; + font-style: normal; + line-height: 1.45; + + position: absolute; + z-index: 1060; + top: 0; + left: 0; + + display: block; + + max-width: 276px; + + text-align: left; + text-align: start; + white-space: normal; + text-decoration: none; + letter-spacing: normal; + word-spacing: normal; + text-transform: none; + word-wrap: break-word; + word-break: normal; + + border: 1px solid rgba(34, 41, 47, .2); + border-radius: .428rem; + background-color: #fff; + background-clip: padding-box; + text-shadow: none; + + line-break: auto; +} +.popover .arrow +{ + position: absolute; + + display: block; + + width: 1rem; + height: .5rem; + margin: 0 .6rem; +} +.popover .arrow::before, +.popover .arrow::after +{ + position: absolute; + + display: block; + + content: ''; + + border-style: solid; + border-color: transparent; +} + +.bs-popover-top, +.bs-popover-auto[x-placement^='top'] +{ + margin-bottom: .5rem; +} +.bs-popover-top > .arrow, +.bs-popover-auto[x-placement^='top'] > .arrow +{ + bottom: -webkit-calc((.5rem + 1px) * -1); + bottom: -moz-calc((.5rem + 1px) * -1); + bottom: calc((.5rem + 1px) * -1); +} +.bs-popover-top > .arrow::before, +.bs-popover-auto[x-placement^='top'] > .arrow::before +{ + bottom: 0; + + border-width: .5rem .5rem 0; + border-top-color: rgba(34, 41, 47, .25); +} +.bs-popover-top > .arrow::after, +.bs-popover-auto[x-placement^='top'] > .arrow::after +{ + bottom: 1px; + + border-width: .5rem .5rem 0; + border-top-color: #fff; +} + +.bs-popover-right, +.bs-popover-auto[x-placement^='right'] +{ + margin-left: .5rem; +} +.bs-popover-right > .arrow, +.bs-popover-auto[x-placement^='right'] > .arrow +{ + left: -webkit-calc((.5rem + 1px) * -1); + left: -moz-calc((.5rem + 1px) * -1); + left: calc((.5rem + 1px) * -1); + + width: .5rem; + height: 1rem; + margin: .6rem 0; +} +.bs-popover-right > .arrow::before, +.bs-popover-auto[x-placement^='right'] > .arrow::before +{ + left: 0; + + border-width: .5rem .5rem .5rem 0; + border-right-color: rgba(34, 41, 47, .25); +} +.bs-popover-right > .arrow::after, +.bs-popover-auto[x-placement^='right'] > .arrow::after +{ + left: 1px; + + border-width: .5rem .5rem .5rem 0; + border-right-color: #fff; +} + +.bs-popover-bottom, +.bs-popover-auto[x-placement^='bottom'] +{ + margin-top: .5rem; +} +.bs-popover-bottom > .arrow, +.bs-popover-auto[x-placement^='bottom'] > .arrow +{ + top: -webkit-calc((.5rem + 1px) * -1); + top: -moz-calc((.5rem + 1px) * -1); + top: calc((.5rem + 1px) * -1); +} +.bs-popover-bottom > .arrow::before, +.bs-popover-auto[x-placement^='bottom'] > .arrow::before +{ + top: 0; + + border-width: 0 .5rem .5rem .5rem; + border-bottom-color: rgba(34, 41, 47, .25); +} +.bs-popover-bottom > .arrow::after, +.bs-popover-auto[x-placement^='bottom'] > .arrow::after +{ + top: 1px; + + border-width: 0 .5rem .5rem .5rem; + border-bottom-color: #fff; +} +.bs-popover-bottom .popover-header::before, +.bs-popover-auto[x-placement^='bottom'] .popover-header::before +{ + position: absolute; + top: 0; + left: 50%; + + display: block; + + width: 1rem; + margin-left: -.5rem; + + content: ''; + + border-bottom: 1px solid #7367f0; +} + +.bs-popover-left, +.bs-popover-auto[x-placement^='left'] +{ + margin-right: .5rem; +} +.bs-popover-left > .arrow, +.bs-popover-auto[x-placement^='left'] > .arrow +{ + right: -webkit-calc((.5rem + 1px) * -1); + right: -moz-calc((.5rem + 1px) * -1); + right: calc((.5rem + 1px) * -1); + + width: .5rem; + height: 1rem; + margin: .6rem 0; +} +.bs-popover-left > .arrow::before, +.bs-popover-auto[x-placement^='left'] > .arrow::before +{ + right: 0; + + border-width: .5rem 0 .5rem .5rem; + border-left-color: rgba(34, 41, 47, .25); +} +.bs-popover-left > .arrow::after, +.bs-popover-auto[x-placement^='left'] > .arrow::after +{ + right: 1px; + + border-width: .5rem 0 .5rem .5rem; + border-left-color: #fff; +} + +.popover-header +{ + font-size: 1rem; + + margin-bottom: 0; + padding: .5rem .75rem; + + color: #2c2c2c; + border-bottom: 1px solid #5e50ee; + border-top-left-radius: -webkit-calc(.6rem - 1px); + border-top-left-radius: -moz-calc(.6rem - 1px); + border-top-left-radius: calc(.6rem - 1px); + border-top-right-radius: -webkit-calc(.6rem - 1px); + border-top-right-radius: -moz-calc(.6rem - 1px); + border-top-right-radius: calc(.6rem - 1px); + background-color: #7367f0; +} +.popover-header:empty +{ + display: none; +} + +.popover-body +{ + padding: .5rem .75rem; + + color: #626262; +} + +.carousel +{ + position: relative; +} + +.carousel.pointer-event +{ + -ms-touch-action: pan-y; + touch-action: pan-y; +} + +.carousel-inner +{ + position: relative; + + overflow: hidden; + + width: 100%; +} +.carousel-inner::after +{ + display: block; + clear: both; + + content: ''; +} + +.carousel-item +{ + position: relative; + + display: none; + float: left; + + width: 100%; + margin-right: -100%; + + -webkit-transition: -webkit-transform .6s ease-in-out; + -moz-transition: transform .6s ease-in-out, -moz-transform .6s ease-in-out; + -o-transition: -o-transform .6s ease-in-out; + transition: -webkit-transform .6s ease-in-out; + transition: transform .6s ease-in-out; + transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out, -moz-transform .6s ease-in-out, -o-transform .6s ease-in-out; + + -webkit-backface-visibility: hidden; + -moz-backface-visibility: hidden; + backface-visibility: hidden; +} +@media (prefers-reduced-motion: reduce) +{ + .carousel-item + { + -webkit-transition: none; + -moz-transition: none; + -o-transition: none; + transition: none; + } +} + +.carousel-item.active, +.carousel-item-next, +.carousel-item-prev +{ + display: block; +} + +.carousel-item-next:not(.carousel-item-left), +.active.carousel-item-right +{ + -webkit-transform: translateX(100%); + -moz-transform: translateX(100%); + -ms-transform: translateX(100%); + -o-transform: translateX(100%); + transform: translateX(100%); +} + +.carousel-item-prev:not(.carousel-item-right), +.active.carousel-item-left +{ + -webkit-transform: translateX(-100%); + -moz-transform: translateX(-100%); + -ms-transform: translateX(-100%); + -o-transform: translateX(-100%); + transform: translateX(-100%); +} + +.carousel-fade .carousel-item +{ + -webkit-transition-property: opacity; + -moz-transition-property: opacity; + -o-transition-property: opacity; + transition-property: opacity; + -webkit-transform: none; + -moz-transform: none; + -ms-transform: none; + -o-transform: none; + transform: none; + + opacity: 0; +} + +.carousel-fade .carousel-item.active, +.carousel-fade .carousel-item-next.carousel-item-left, +.carousel-fade .carousel-item-prev.carousel-item-right +{ + z-index: 1; + + opacity: 1; +} + +.carousel-fade .active.carousel-item-left, +.carousel-fade .active.carousel-item-right +{ + z-index: 0; + + -webkit-transition: 0s .6s opacity; + -moz-transition: 0s .6s opacity; + -o-transition: 0s .6s opacity; + transition: 0s .6s opacity; + + opacity: 0; +} +@media (prefers-reduced-motion: reduce) +{ + .carousel-fade .active.carousel-item-left, + .carousel-fade .active.carousel-item-right + { + -webkit-transition: none; + -moz-transition: none; + -o-transition: none; + transition: none; + } +} + +.carousel-control-prev, +.carousel-control-next +{ + position: absolute; + z-index: 1; + top: 0; + bottom: 0; + + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + + width: 15%; + + -webkit-transition: opacity .15s ease; + -moz-transition: opacity .15s ease; + -o-transition: opacity .15s ease; + transition: opacity .15s ease; + text-align: center; + + opacity: .5; + color: #fff; + + -webkit-box-align: center; + -webkit-align-items: center; + -moz-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -webkit-justify-content: center; + -moz-box-pack: center; + -ms-flex-pack: center; + justify-content: center; +} +@media (prefers-reduced-motion: reduce) +{ + .carousel-control-prev, + .carousel-control-next + { + -webkit-transition: none; + -moz-transition: none; + -o-transition: none; + transition: none; + } +} +.carousel-control-prev:hover, +.carousel-control-prev:focus, +.carousel-control-next:hover, +.carousel-control-next:focus +{ + text-decoration: none; + + opacity: .9; + color: #fff; + outline: 0; +} + +.carousel-control-prev +{ + left: 0; +} + +.carousel-control-next +{ + right: 0; +} + +.carousel-control-prev-icon, +.carousel-control-next-icon +{ + display: inline-block; + + width: 20px; + height: 20px; + + background: no-repeat 50% / 100% 100%; +} + +.carousel-control-prev-icon +{ + background-image: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23fff\' viewBox=\'0 0 8 8\'%3e%3cpath d=\'M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z\'/%3e%3c/svg%3e'); +} + +.carousel-control-next-icon +{ + background-image: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23fff\' viewBox=\'0 0 8 8\'%3e%3cpath d=\'M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z\'/%3e%3c/svg%3e'); +} + +.carousel-indicators +{ + position: absolute; + z-index: 15; + right: 0; + bottom: 0; + left: 0; + + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + + margin-right: 15%; + margin-left: 15%; + padding-left: 0; + + list-style: none; + + -webkit-box-pack: center; + -webkit-justify-content: center; + -moz-box-pack: center; + -ms-flex-pack: center; + justify-content: center; +} +.carousel-indicators li +{ + -webkit-box-sizing: content-box; + -moz-box-sizing: content-box; + box-sizing: content-box; + width: 30px; + height: 3px; + margin-right: 3px; + margin-left: 3px; + + cursor: pointer; + -webkit-transition: opacity .6s ease; + -moz-transition: opacity .6s ease; + -o-transition: opacity .6s ease; + transition: opacity .6s ease; + text-indent: -999px; + + opacity: .5; + border-top: 10px solid transparent; + border-bottom: 10px solid transparent; + background-color: #fff; + background-clip: padding-box; + + -webkit-box-flex: 0; + -webkit-flex: 0 1 auto; + -moz-box-flex: 0; + -ms-flex: 0 1 auto; + flex: 0 1 auto; +} +@media (prefers-reduced-motion: reduce) +{ + .carousel-indicators li + { + -webkit-transition: none; + -moz-transition: none; + -o-transition: none; + transition: none; + } +} +.carousel-indicators .active +{ + opacity: 1; +} + +.carousel-caption +{ + position: absolute; + z-index: 10; + right: 15%; + bottom: 20px; + left: 15%; + + padding-top: 20px; + padding-bottom: 20px; + + text-align: center; + + color: #fff; +} + +@-webkit-keyframes spinner-border +{ + to + { + -webkit-transform: rotate(360deg); + transform: rotate(360deg); + } +} + +@-moz-keyframes spinner-border +{ + to + { + -moz-transform: rotate(360deg); + transform: rotate(360deg); + } +} + +@-o-keyframes spinner-border +{ + to + { + -o-transform: rotate(360deg); + transform: rotate(360deg); + } +} + +@keyframes spinner-border +{ + to + { + -webkit-transform: rotate(360deg); + -moz-transform: rotate(360deg); + -o-transform: rotate(360deg); + transform: rotate(360deg); + } +} + +.spinner-border +{ + display: inline-block; + + width: 2rem; + height: 2rem; + + -webkit-animation: spinner-border .75s linear infinite; + -moz-animation: spinner-border .75s linear infinite; + -o-animation: spinner-border .75s linear infinite; + animation: spinner-border .75s linear infinite; + vertical-align: text-bottom; + + border: .25em solid currentColor; + border-right-color: transparent; + border-radius: 50%; +} + +.spinner-border-sm +{ + width: 1rem; + height: 1rem; + + border-width: .2em; +} + +@-webkit-keyframes spinner-grow +{ + 0% + { + -webkit-transform: scale(0); + transform: scale(0); + } + 50% + { + opacity: 1; + } +} + +@-moz-keyframes spinner-grow +{ + 0% + { + -moz-transform: scale(0); + transform: scale(0); + } + 50% + { + opacity: 1; + } +} + +@-o-keyframes spinner-grow +{ + 0% + { + -o-transform: scale(0); + transform: scale(0); + } + 50% + { + opacity: 1; + } +} + +@keyframes spinner-grow +{ + 0% + { + -webkit-transform: scale(0); + -moz-transform: scale(0); + -o-transform: scale(0); + transform: scale(0); + } + 50% + { + opacity: 1; + } +} + +.spinner-grow +{ + display: inline-block; + + width: 2rem; + height: 2rem; + + -webkit-animation: spinner-grow .75s linear infinite; + -moz-animation: spinner-grow .75s linear infinite; + -o-animation: spinner-grow .75s linear infinite; + animation: spinner-grow .75s linear infinite; + vertical-align: text-bottom; + + opacity: 0; + border-radius: 50%; + background-color: currentColor; +} + +.spinner-grow-sm +{ + width: 1rem; + height: 1rem; +} + +.align-baseline +{ + vertical-align: baseline !important; +} + +.align-top +{ + vertical-align: top !important; +} + +.align-middle +{ + vertical-align: middle !important; +} + +.align-bottom +{ + vertical-align: bottom !important; +} + +.align-text-bottom +{ + vertical-align: text-bottom !important; +} + +.align-text-top +{ + vertical-align: text-top !important; +} + +.bg-primary +{ + background-color: #7367f0 !important; +} + +a.bg-primary:hover, +a.bg-primary:focus, +button.bg-primary:hover, +button.bg-primary:focus +{ + background-color: #4839eb !important; +} + +.bg-secondary +{ + background-color: #b8c2cc !important; +} + +a.bg-secondary:hover, +a.bg-secondary:focus, +button.bg-secondary:hover, +button.bg-secondary:focus +{ + background-color: #9aa9b7 !important; +} + +.bg-success +{ + background-color: #28c76f !important; +} + +a.bg-success:hover, +a.bg-success:focus, +button.bg-success:hover, +button.bg-success:focus +{ + background-color: #1f9d57 !important; +} + +.bg-info +{ + background-color: #00cfe8 !important; +} + +a.bg-info:hover, +a.bg-info:focus, +button.bg-info:hover, +button.bg-info:focus +{ + background-color: #00a1b5 !important; +} + +.bg-warning +{ + background-color: #ff9f43 !important; +} + +a.bg-warning:hover, +a.bg-warning:focus, +button.bg-warning:hover, +button.bg-warning:focus +{ + background-color: #ff8510 !important; +} + +.bg-danger +{ + background-color: #ea5455 !important; +} + +a.bg-danger:hover, +a.bg-danger:focus, +button.bg-danger:hover, +button.bg-danger:focus +{ + background-color: #e42728 !important; +} + +.bg-light +{ + background-color: #babfc7 !important; +} + +a.bg-light:hover, +a.bg-light:focus, +button.bg-light:hover, +button.bg-light:focus +{ + background-color: #9ea5b0 !important; +} + +.bg-dark +{ + background-color: #1e1e1e !important; +} + +a.bg-dark:hover, +a.bg-dark:focus, +button.bg-dark:hover, +button.bg-dark:focus +{ + background-color: #050505 !important; +} + +.bg-white +{ + background-color: #fff !important; +} + +.bg-transparent +{ + background-color: transparent !important; +} + +.border +{ + border: 1px solid #ededed !important; +} + +.border-top +{ + border-top: 1px solid #ededed !important; +} + +.border-right +{ + border-right: 1px solid #ededed !important; +} + +.border-bottom +{ + border-bottom: 1px solid #ededed !important; +} + +.border-left +{ + border-left: 1px solid #ededed !important; +} + +.border-0 +{ + border: 0 !important; +} + +.border-top-0 +{ + border-top: 0 !important; +} + +.border-right-0 +{ + border-right: 0 !important; +} + +.border-bottom-0 +{ + border-bottom: 0 !important; +} + +.border-left-0 +{ + border-left: 0 !important; +} + +.border-primary +{ + border-color: #7367f0 !important; +} + +.border-secondary +{ + border-color: #b8c2cc !important; +} + +.border-success +{ + border-color: #28c76f !important; +} + +.border-info +{ + border-color: #00cfe8 !important; +} + +.border-warning +{ + border-color: #ff9f43 !important; +} + +.border-danger +{ + border-color: #ea5455 !important; +} + +.border-light +{ + border-color: #babfc7 !important; +} + +.border-dark +{ + border-color: #1e1e1e !important; +} + +.border-white +{ + border-color: #fff !important; +} + +.rounded-sm +{ + border-radius: .25rem !important; +} + +.rounded +{ + border-radius: .5rem !important; +} + +.rounded-top +{ + border-top-left-radius: .5rem !important; + border-top-right-radius: .5rem !important; +} + +.rounded-right +{ + border-top-right-radius: .5rem !important; + border-bottom-right-radius: .5rem !important; +} + +.rounded-bottom +{ + border-bottom-right-radius: .5rem !important; + border-bottom-left-radius: .5rem !important; +} + +.rounded-left +{ + border-top-left-radius: .5rem !important; + border-bottom-left-radius: .5rem !important; +} + +.rounded-lg +{ + border-radius: .6rem !important; +} + +.rounded-circle +{ + border-radius: 50% !important; +} + +.rounded-pill +{ + border-radius: 50rem !important; +} + +.rounded-0 +{ + border-radius: 0 !important; +} + +.clearfix::after +{ + display: block; + clear: both; + + content: ''; +} + +.d-none +{ + display: none !important; +} + +.d-inline +{ + display: inline !important; +} + +.d-inline-block +{ + display: inline-block !important; +} + +.d-block +{ + display: block !important; +} + +.d-table +{ + display: table !important; +} + +.d-table-row +{ + display: table-row !important; +} + +.d-table-cell +{ + display: table-cell !important; +} + +.d-flex +{ + display: -webkit-box !important; + display: -webkit-flex !important; + display: -moz-box !important; + display: -ms-flexbox !important; + display: flex !important; +} + +.d-inline-flex +{ + display: -webkit-inline-box !important; + display: -webkit-inline-flex !important; + display: -moz-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; +} + +@media (min-width: 576px) +{ + .d-sm-none + { + display: none !important; + } + .d-sm-inline + { + display: inline !important; + } + .d-sm-inline-block + { + display: inline-block !important; + } + .d-sm-block + { + display: block !important; + } + .d-sm-table + { + display: table !important; + } + .d-sm-table-row + { + display: table-row !important; + } + .d-sm-table-cell + { + display: table-cell !important; + } + .d-sm-flex + { + display: -webkit-box !important; + display: -webkit-flex !important; + display: -moz-box !important; + display: -ms-flexbox !important; + display: flex !important; + } + .d-sm-inline-flex + { + display: -webkit-inline-box !important; + display: -webkit-inline-flex !important; + display: -moz-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } +} + +@media (min-width: 768px) +{ + .d-md-none + { + display: none !important; + } + .d-md-inline + { + display: inline !important; + } + .d-md-inline-block + { + display: inline-block !important; + } + .d-md-block + { + display: block !important; + } + .d-md-table + { + display: table !important; + } + .d-md-table-row + { + display: table-row !important; + } + .d-md-table-cell + { + display: table-cell !important; + } + .d-md-flex + { + display: -webkit-box !important; + display: -webkit-flex !important; + display: -moz-box !important; + display: -ms-flexbox !important; + display: flex !important; + } + .d-md-inline-flex + { + display: -webkit-inline-box !important; + display: -webkit-inline-flex !important; + display: -moz-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } +} + +@media (min-width: 992px) +{ + .d-lg-none + { + display: none !important; + } + .d-lg-inline + { + display: inline !important; + } + .d-lg-inline-block + { + display: inline-block !important; + } + .d-lg-block + { + display: block !important; + } + .d-lg-table + { + display: table !important; + } + .d-lg-table-row + { + display: table-row !important; + } + .d-lg-table-cell + { + display: table-cell !important; + } + .d-lg-flex + { + display: -webkit-box !important; + display: -webkit-flex !important; + display: -moz-box !important; + display: -ms-flexbox !important; + display: flex !important; + } + .d-lg-inline-flex + { + display: -webkit-inline-box !important; + display: -webkit-inline-flex !important; + display: -moz-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } +} + +@media (min-width: 1200px) +{ + .d-xl-none + { + display: none !important; + } + .d-xl-inline + { + display: inline !important; + } + .d-xl-inline-block + { + display: inline-block !important; + } + .d-xl-block + { + display: block !important; + } + .d-xl-table + { + display: table !important; + } + .d-xl-table-row + { + display: table-row !important; + } + .d-xl-table-cell + { + display: table-cell !important; + } + .d-xl-flex + { + display: -webkit-box !important; + display: -webkit-flex !important; + display: -moz-box !important; + display: -ms-flexbox !important; + display: flex !important; + } + .d-xl-inline-flex + { + display: -webkit-inline-box !important; + display: -webkit-inline-flex !important; + display: -moz-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } +} + +@media print +{ + .d-print-none + { + display: none !important; + } + .d-print-inline + { + display: inline !important; + } + .d-print-inline-block + { + display: inline-block !important; + } + .d-print-block + { + display: block !important; + } + .d-print-table + { + display: table !important; + } + .d-print-table-row + { + display: table-row !important; + } + .d-print-table-cell + { + display: table-cell !important; + } + .d-print-flex + { + display: -webkit-box !important; + display: -webkit-flex !important; + display: -moz-box !important; + display: -ms-flexbox !important; + display: flex !important; + } + .d-print-inline-flex + { + display: -webkit-inline-box !important; + display: -webkit-inline-flex !important; + display: -moz-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } +} + +.embed-responsive +{ + position: relative; + + display: block; + overflow: hidden; + + width: 100%; + padding: 0; +} +.embed-responsive::before +{ + display: block; + + content: ''; +} +.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-21by9::before +{ + padding-top: 42.85714%; +} + +.embed-responsive-16by9::before +{ + padding-top: 56.25%; +} + +.embed-responsive-4by3::before +{ + padding-top: 75%; +} + +.embed-responsive-1by1::before +{ + padding-top: 100%; +} + +.embed-responsive-21by9::before +{ + padding-top: 42.85714%; +} + +.embed-responsive-16by9::before +{ + padding-top: 56.25%; +} + +.embed-responsive-4by3::before +{ + padding-top: 75%; +} + +.embed-responsive-1by1::before +{ + padding-top: 100%; +} + +.flex-row +{ + flex-direction: row !important; + + -webkit-box-orient: horizontal !important; + -webkit-box-direction: normal !important; + -webkit-flex-direction: row !important; + -moz-box-orient: horizontal !important; + -moz-box-direction: normal !important; + -ms-flex-direction: row !important; +} + +.flex-column +{ + flex-direction: column !important; + + -webkit-box-orient: vertical !important; + -webkit-box-direction: normal !important; + -webkit-flex-direction: column !important; + -moz-box-orient: vertical !important; + -moz-box-direction: normal !important; + -ms-flex-direction: column !important; +} + +.flex-row-reverse +{ + flex-direction: row-reverse !important; + + -webkit-box-orient: horizontal !important; + -webkit-box-direction: reverse !important; + -webkit-flex-direction: row-reverse !important; + -moz-box-orient: horizontal !important; + -moz-box-direction: reverse !important; + -ms-flex-direction: row-reverse !important; +} + +.flex-column-reverse +{ + flex-direction: column-reverse !important; + + -webkit-box-orient: vertical !important; + -webkit-box-direction: reverse !important; + -webkit-flex-direction: column-reverse !important; + -moz-box-orient: vertical !important; + -moz-box-direction: reverse !important; + -ms-flex-direction: column-reverse !important; +} + +.flex-wrap +{ + -webkit-flex-wrap: wrap !important; + -ms-flex-wrap: wrap !important; + flex-wrap: wrap !important; +} + +.flex-nowrap +{ + -webkit-flex-wrap: nowrap !important; + -ms-flex-wrap: nowrap !important; + flex-wrap: nowrap !important; +} + +.flex-wrap-reverse +{ + -webkit-flex-wrap: wrap-reverse !important; + -ms-flex-wrap: wrap-reverse !important; + flex-wrap: wrap-reverse !important; +} + +.flex-fill +{ + -webkit-box-flex: 1 !important; + -webkit-flex: 1 1 auto !important; + -moz-box-flex: 1 !important; + -ms-flex: 1 1 auto !important; + flex: 1 1 auto !important; +} + +.flex-grow-0 +{ + -webkit-box-flex: 0 !important; + -webkit-flex-grow: 0 !important; + -moz-box-flex: 0 !important; + -ms-flex-positive: 0 !important; + flex-grow: 0 !important; +} + +.flex-grow-1 +{ + -webkit-box-flex: 1 !important; + -webkit-flex-grow: 1 !important; + -moz-box-flex: 1 !important; + -ms-flex-positive: 1 !important; + flex-grow: 1 !important; +} + +.flex-shrink-0 +{ + -webkit-flex-shrink: 0 !important; + -ms-flex-negative: 0 !important; + flex-shrink: 0 !important; +} + +.flex-shrink-1 +{ + -webkit-flex-shrink: 1 !important; + -ms-flex-negative: 1 !important; + flex-shrink: 1 !important; +} + +.justify-content-start +{ + -webkit-box-pack: start !important; + -webkit-justify-content: flex-start !important; + -moz-box-pack: start !important; + -ms-flex-pack: start !important; + justify-content: flex-start !important; +} + +.justify-content-end +{ + -webkit-box-pack: end !important; + -webkit-justify-content: flex-end !important; + -moz-box-pack: end !important; + -ms-flex-pack: end !important; + justify-content: flex-end !important; +} + +.justify-content-center +{ + -webkit-box-pack: center !important; + -webkit-justify-content: center !important; + -moz-box-pack: center !important; + -ms-flex-pack: center !important; + justify-content: center !important; +} + +.justify-content-between +{ + -webkit-box-pack: justify !important; + -webkit-justify-content: space-between !important; + -moz-box-pack: justify !important; + -ms-flex-pack: justify !important; + justify-content: space-between !important; +} + +.justify-content-around +{ + -webkit-justify-content: space-around !important; + -ms-flex-pack: distribute !important; + justify-content: space-around !important; +} + +.align-items-start +{ + -webkit-box-align: start !important; + -webkit-align-items: flex-start !important; + -moz-box-align: start !important; + -ms-flex-align: start !important; + align-items: flex-start !important; +} + +.align-items-end +{ + -webkit-box-align: end !important; + -webkit-align-items: flex-end !important; + -moz-box-align: end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; +} + +.align-items-center +{ + -webkit-box-align: center !important; + -webkit-align-items: center !important; + -moz-box-align: center !important; + -ms-flex-align: center !important; + align-items: center !important; +} + +.align-items-baseline +{ + -webkit-box-align: baseline !important; + -webkit-align-items: baseline !important; + -moz-box-align: baseline !important; + -ms-flex-align: baseline !important; + align-items: baseline !important; +} + +.align-items-stretch +{ + -webkit-box-align: stretch !important; + -webkit-align-items: stretch !important; + -moz-box-align: stretch !important; + -ms-flex-align: stretch !important; + align-items: stretch !important; +} + +.align-content-start +{ + -webkit-align-content: flex-start !important; + -ms-flex-line-pack: start !important; + align-content: flex-start !important; +} + +.align-content-end +{ + -webkit-align-content: flex-end !important; + -ms-flex-line-pack: end !important; + align-content: flex-end !important; +} + +.align-content-center +{ + -webkit-align-content: center !important; + -ms-flex-line-pack: center !important; + align-content: center !important; +} + +.align-content-between +{ + -webkit-align-content: space-between !important; + -ms-flex-line-pack: justify !important; + align-content: space-between !important; +} + +.align-content-around +{ + -webkit-align-content: space-around !important; + -ms-flex-line-pack: distribute !important; + align-content: space-around !important; +} + +.align-content-stretch +{ + -webkit-align-content: stretch !important; + -ms-flex-line-pack: stretch !important; + align-content: stretch !important; +} + +.align-self-auto +{ + -webkit-align-self: auto !important; + -ms-flex-item-align: auto !important; + align-self: auto !important; +} + +.align-self-start +{ + -webkit-align-self: flex-start !important; + -ms-flex-item-align: start !important; + align-self: flex-start !important; +} + +.align-self-end +{ + -webkit-align-self: flex-end !important; + -ms-flex-item-align: end !important; + align-self: flex-end !important; +} + +.align-self-center +{ + -webkit-align-self: center !important; + -ms-flex-item-align: center !important; + align-self: center !important; +} + +.align-self-baseline +{ + -webkit-align-self: baseline !important; + -ms-flex-item-align: baseline !important; + align-self: baseline !important; +} + +.align-self-stretch +{ + -webkit-align-self: stretch !important; + -ms-flex-item-align: stretch !important; + align-self: stretch !important; +} + +@media (min-width: 576px) +{ + .flex-sm-row + { + flex-direction: row !important; + + -webkit-box-orient: horizontal !important; + -webkit-box-direction: normal !important; + -webkit-flex-direction: row !important; + -moz-box-orient: horizontal !important; + -moz-box-direction: normal !important; + -ms-flex-direction: row !important; + } + .flex-sm-column + { + flex-direction: column !important; + + -webkit-box-orient: vertical !important; + -webkit-box-direction: normal !important; + -webkit-flex-direction: column !important; + -moz-box-orient: vertical !important; + -moz-box-direction: normal !important; + -ms-flex-direction: column !important; + } + .flex-sm-row-reverse + { + flex-direction: row-reverse !important; + + -webkit-box-orient: horizontal !important; + -webkit-box-direction: reverse !important; + -webkit-flex-direction: row-reverse !important; + -moz-box-orient: horizontal !important; + -moz-box-direction: reverse !important; + -ms-flex-direction: row-reverse !important; + } + .flex-sm-column-reverse + { + flex-direction: column-reverse !important; + + -webkit-box-orient: vertical !important; + -webkit-box-direction: reverse !important; + -webkit-flex-direction: column-reverse !important; + -moz-box-orient: vertical !important; + -moz-box-direction: reverse !important; + -ms-flex-direction: column-reverse !important; + } + .flex-sm-wrap + { + -webkit-flex-wrap: wrap !important; + -ms-flex-wrap: wrap !important; + flex-wrap: wrap !important; + } + .flex-sm-nowrap + { + -webkit-flex-wrap: nowrap !important; + -ms-flex-wrap: nowrap !important; + flex-wrap: nowrap !important; + } + .flex-sm-wrap-reverse + { + -webkit-flex-wrap: wrap-reverse !important; + -ms-flex-wrap: wrap-reverse !important; + flex-wrap: wrap-reverse !important; + } + .flex-sm-fill + { + -webkit-box-flex: 1 !important; + -webkit-flex: 1 1 auto !important; + -moz-box-flex: 1 !important; + -ms-flex: 1 1 auto !important; + flex: 1 1 auto !important; + } + .flex-sm-grow-0 + { + -webkit-box-flex: 0 !important; + -webkit-flex-grow: 0 !important; + -moz-box-flex: 0 !important; + -ms-flex-positive: 0 !important; + flex-grow: 0 !important; + } + .flex-sm-grow-1 + { + -webkit-box-flex: 1 !important; + -webkit-flex-grow: 1 !important; + -moz-box-flex: 1 !important; + -ms-flex-positive: 1 !important; + flex-grow: 1 !important; + } + .flex-sm-shrink-0 + { + -webkit-flex-shrink: 0 !important; + -ms-flex-negative: 0 !important; + flex-shrink: 0 !important; + } + .flex-sm-shrink-1 + { + -webkit-flex-shrink: 1 !important; + -ms-flex-negative: 1 !important; + flex-shrink: 1 !important; + } + .justify-content-sm-start + { + -webkit-box-pack: start !important; + -webkit-justify-content: flex-start !important; + -moz-box-pack: start !important; + -ms-flex-pack: start !important; + justify-content: flex-start !important; + } + .justify-content-sm-end + { + -webkit-box-pack: end !important; + -webkit-justify-content: flex-end !important; + -moz-box-pack: end !important; + -ms-flex-pack: end !important; + justify-content: flex-end !important; + } + .justify-content-sm-center + { + -webkit-box-pack: center !important; + -webkit-justify-content: center !important; + -moz-box-pack: center !important; + -ms-flex-pack: center !important; + justify-content: center !important; + } + .justify-content-sm-between + { + -webkit-box-pack: justify !important; + -webkit-justify-content: space-between !important; + -moz-box-pack: justify !important; + -ms-flex-pack: justify !important; + justify-content: space-between !important; + } + .justify-content-sm-around + { + -webkit-justify-content: space-around !important; + -ms-flex-pack: distribute !important; + justify-content: space-around !important; + } + .align-items-sm-start + { + -webkit-box-align: start !important; + -webkit-align-items: flex-start !important; + -moz-box-align: start !important; + -ms-flex-align: start !important; + align-items: flex-start !important; + } + .align-items-sm-end + { + -webkit-box-align: end !important; + -webkit-align-items: flex-end !important; + -moz-box-align: end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; + } + .align-items-sm-center + { + -webkit-box-align: center !important; + -webkit-align-items: center !important; + -moz-box-align: center !important; + -ms-flex-align: center !important; + align-items: center !important; + } + .align-items-sm-baseline + { + -webkit-box-align: baseline !important; + -webkit-align-items: baseline !important; + -moz-box-align: baseline !important; + -ms-flex-align: baseline !important; + align-items: baseline !important; + } + .align-items-sm-stretch + { + -webkit-box-align: stretch !important; + -webkit-align-items: stretch !important; + -moz-box-align: stretch !important; + -ms-flex-align: stretch !important; + align-items: stretch !important; + } + .align-content-sm-start + { + -webkit-align-content: flex-start !important; + -ms-flex-line-pack: start !important; + align-content: flex-start !important; + } + .align-content-sm-end + { + -webkit-align-content: flex-end !important; + -ms-flex-line-pack: end !important; + align-content: flex-end !important; + } + .align-content-sm-center + { + -webkit-align-content: center !important; + -ms-flex-line-pack: center !important; + align-content: center !important; + } + .align-content-sm-between + { + -webkit-align-content: space-between !important; + -ms-flex-line-pack: justify !important; + align-content: space-between !important; + } + .align-content-sm-around + { + -webkit-align-content: space-around !important; + -ms-flex-line-pack: distribute !important; + align-content: space-around !important; + } + .align-content-sm-stretch + { + -webkit-align-content: stretch !important; + -ms-flex-line-pack: stretch !important; + align-content: stretch !important; + } + .align-self-sm-auto + { + -webkit-align-self: auto !important; + -ms-flex-item-align: auto !important; + align-self: auto !important; + } + .align-self-sm-start + { + -webkit-align-self: flex-start !important; + -ms-flex-item-align: start !important; + align-self: flex-start !important; + } + .align-self-sm-end + { + -webkit-align-self: flex-end !important; + -ms-flex-item-align: end !important; + align-self: flex-end !important; + } + .align-self-sm-center + { + -webkit-align-self: center !important; + -ms-flex-item-align: center !important; + align-self: center !important; + } + .align-self-sm-baseline + { + -webkit-align-self: baseline !important; + -ms-flex-item-align: baseline !important; + align-self: baseline !important; + } + .align-self-sm-stretch + { + -webkit-align-self: stretch !important; + -ms-flex-item-align: stretch !important; + align-self: stretch !important; + } +} + +@media (min-width: 768px) +{ + .flex-md-row + { + flex-direction: row !important; + + -webkit-box-orient: horizontal !important; + -webkit-box-direction: normal !important; + -webkit-flex-direction: row !important; + -moz-box-orient: horizontal !important; + -moz-box-direction: normal !important; + -ms-flex-direction: row !important; + } + .flex-md-column + { + flex-direction: column !important; + + -webkit-box-orient: vertical !important; + -webkit-box-direction: normal !important; + -webkit-flex-direction: column !important; + -moz-box-orient: vertical !important; + -moz-box-direction: normal !important; + -ms-flex-direction: column !important; + } + .flex-md-row-reverse + { + flex-direction: row-reverse !important; + + -webkit-box-orient: horizontal !important; + -webkit-box-direction: reverse !important; + -webkit-flex-direction: row-reverse !important; + -moz-box-orient: horizontal !important; + -moz-box-direction: reverse !important; + -ms-flex-direction: row-reverse !important; + } + .flex-md-column-reverse + { + flex-direction: column-reverse !important; + + -webkit-box-orient: vertical !important; + -webkit-box-direction: reverse !important; + -webkit-flex-direction: column-reverse !important; + -moz-box-orient: vertical !important; + -moz-box-direction: reverse !important; + -ms-flex-direction: column-reverse !important; + } + .flex-md-wrap + { + -webkit-flex-wrap: wrap !important; + -ms-flex-wrap: wrap !important; + flex-wrap: wrap !important; + } + .flex-md-nowrap + { + -webkit-flex-wrap: nowrap !important; + -ms-flex-wrap: nowrap !important; + flex-wrap: nowrap !important; + } + .flex-md-wrap-reverse + { + -webkit-flex-wrap: wrap-reverse !important; + -ms-flex-wrap: wrap-reverse !important; + flex-wrap: wrap-reverse !important; + } + .flex-md-fill + { + -webkit-box-flex: 1 !important; + -webkit-flex: 1 1 auto !important; + -moz-box-flex: 1 !important; + -ms-flex: 1 1 auto !important; + flex: 1 1 auto !important; + } + .flex-md-grow-0 + { + -webkit-box-flex: 0 !important; + -webkit-flex-grow: 0 !important; + -moz-box-flex: 0 !important; + -ms-flex-positive: 0 !important; + flex-grow: 0 !important; + } + .flex-md-grow-1 + { + -webkit-box-flex: 1 !important; + -webkit-flex-grow: 1 !important; + -moz-box-flex: 1 !important; + -ms-flex-positive: 1 !important; + flex-grow: 1 !important; + } + .flex-md-shrink-0 + { + -webkit-flex-shrink: 0 !important; + -ms-flex-negative: 0 !important; + flex-shrink: 0 !important; + } + .flex-md-shrink-1 + { + -webkit-flex-shrink: 1 !important; + -ms-flex-negative: 1 !important; + flex-shrink: 1 !important; + } + .justify-content-md-start + { + -webkit-box-pack: start !important; + -webkit-justify-content: flex-start !important; + -moz-box-pack: start !important; + -ms-flex-pack: start !important; + justify-content: flex-start !important; + } + .justify-content-md-end + { + -webkit-box-pack: end !important; + -webkit-justify-content: flex-end !important; + -moz-box-pack: end !important; + -ms-flex-pack: end !important; + justify-content: flex-end !important; + } + .justify-content-md-center + { + -webkit-box-pack: center !important; + -webkit-justify-content: center !important; + -moz-box-pack: center !important; + -ms-flex-pack: center !important; + justify-content: center !important; + } + .justify-content-md-between + { + -webkit-box-pack: justify !important; + -webkit-justify-content: space-between !important; + -moz-box-pack: justify !important; + -ms-flex-pack: justify !important; + justify-content: space-between !important; + } + .justify-content-md-around + { + -webkit-justify-content: space-around !important; + -ms-flex-pack: distribute !important; + justify-content: space-around !important; + } + .align-items-md-start + { + -webkit-box-align: start !important; + -webkit-align-items: flex-start !important; + -moz-box-align: start !important; + -ms-flex-align: start !important; + align-items: flex-start !important; + } + .align-items-md-end + { + -webkit-box-align: end !important; + -webkit-align-items: flex-end !important; + -moz-box-align: end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; + } + .align-items-md-center + { + -webkit-box-align: center !important; + -webkit-align-items: center !important; + -moz-box-align: center !important; + -ms-flex-align: center !important; + align-items: center !important; + } + .align-items-md-baseline + { + -webkit-box-align: baseline !important; + -webkit-align-items: baseline !important; + -moz-box-align: baseline !important; + -ms-flex-align: baseline !important; + align-items: baseline !important; + } + .align-items-md-stretch + { + -webkit-box-align: stretch !important; + -webkit-align-items: stretch !important; + -moz-box-align: stretch !important; + -ms-flex-align: stretch !important; + align-items: stretch !important; + } + .align-content-md-start + { + -webkit-align-content: flex-start !important; + -ms-flex-line-pack: start !important; + align-content: flex-start !important; + } + .align-content-md-end + { + -webkit-align-content: flex-end !important; + -ms-flex-line-pack: end !important; + align-content: flex-end !important; + } + .align-content-md-center + { + -webkit-align-content: center !important; + -ms-flex-line-pack: center !important; + align-content: center !important; + } + .align-content-md-between + { + -webkit-align-content: space-between !important; + -ms-flex-line-pack: justify !important; + align-content: space-between !important; + } + .align-content-md-around + { + -webkit-align-content: space-around !important; + -ms-flex-line-pack: distribute !important; + align-content: space-around !important; + } + .align-content-md-stretch + { + -webkit-align-content: stretch !important; + -ms-flex-line-pack: stretch !important; + align-content: stretch !important; + } + .align-self-md-auto + { + -webkit-align-self: auto !important; + -ms-flex-item-align: auto !important; + align-self: auto !important; + } + .align-self-md-start + { + -webkit-align-self: flex-start !important; + -ms-flex-item-align: start !important; + align-self: flex-start !important; + } + .align-self-md-end + { + -webkit-align-self: flex-end !important; + -ms-flex-item-align: end !important; + align-self: flex-end !important; + } + .align-self-md-center + { + -webkit-align-self: center !important; + -ms-flex-item-align: center !important; + align-self: center !important; + } + .align-self-md-baseline + { + -webkit-align-self: baseline !important; + -ms-flex-item-align: baseline !important; + align-self: baseline !important; + } + .align-self-md-stretch + { + -webkit-align-self: stretch !important; + -ms-flex-item-align: stretch !important; + align-self: stretch !important; + } +} + +@media (min-width: 992px) +{ + .flex-lg-row + { + flex-direction: row !important; + + -webkit-box-orient: horizontal !important; + -webkit-box-direction: normal !important; + -webkit-flex-direction: row !important; + -moz-box-orient: horizontal !important; + -moz-box-direction: normal !important; + -ms-flex-direction: row !important; + } + .flex-lg-column + { + flex-direction: column !important; + + -webkit-box-orient: vertical !important; + -webkit-box-direction: normal !important; + -webkit-flex-direction: column !important; + -moz-box-orient: vertical !important; + -moz-box-direction: normal !important; + -ms-flex-direction: column !important; + } + .flex-lg-row-reverse + { + flex-direction: row-reverse !important; + + -webkit-box-orient: horizontal !important; + -webkit-box-direction: reverse !important; + -webkit-flex-direction: row-reverse !important; + -moz-box-orient: horizontal !important; + -moz-box-direction: reverse !important; + -ms-flex-direction: row-reverse !important; + } + .flex-lg-column-reverse + { + flex-direction: column-reverse !important; + + -webkit-box-orient: vertical !important; + -webkit-box-direction: reverse !important; + -webkit-flex-direction: column-reverse !important; + -moz-box-orient: vertical !important; + -moz-box-direction: reverse !important; + -ms-flex-direction: column-reverse !important; + } + .flex-lg-wrap + { + -webkit-flex-wrap: wrap !important; + -ms-flex-wrap: wrap !important; + flex-wrap: wrap !important; + } + .flex-lg-nowrap + { + -webkit-flex-wrap: nowrap !important; + -ms-flex-wrap: nowrap !important; + flex-wrap: nowrap !important; + } + .flex-lg-wrap-reverse + { + -webkit-flex-wrap: wrap-reverse !important; + -ms-flex-wrap: wrap-reverse !important; + flex-wrap: wrap-reverse !important; + } + .flex-lg-fill + { + -webkit-box-flex: 1 !important; + -webkit-flex: 1 1 auto !important; + -moz-box-flex: 1 !important; + -ms-flex: 1 1 auto !important; + flex: 1 1 auto !important; + } + .flex-lg-grow-0 + { + -webkit-box-flex: 0 !important; + -webkit-flex-grow: 0 !important; + -moz-box-flex: 0 !important; + -ms-flex-positive: 0 !important; + flex-grow: 0 !important; + } + .flex-lg-grow-1 + { + -webkit-box-flex: 1 !important; + -webkit-flex-grow: 1 !important; + -moz-box-flex: 1 !important; + -ms-flex-positive: 1 !important; + flex-grow: 1 !important; + } + .flex-lg-shrink-0 + { + -webkit-flex-shrink: 0 !important; + -ms-flex-negative: 0 !important; + flex-shrink: 0 !important; + } + .flex-lg-shrink-1 + { + -webkit-flex-shrink: 1 !important; + -ms-flex-negative: 1 !important; + flex-shrink: 1 !important; + } + .justify-content-lg-start + { + -webkit-box-pack: start !important; + -webkit-justify-content: flex-start !important; + -moz-box-pack: start !important; + -ms-flex-pack: start !important; + justify-content: flex-start !important; + } + .justify-content-lg-end + { + -webkit-box-pack: end !important; + -webkit-justify-content: flex-end !important; + -moz-box-pack: end !important; + -ms-flex-pack: end !important; + justify-content: flex-end !important; + } + .justify-content-lg-center + { + -webkit-box-pack: center !important; + -webkit-justify-content: center !important; + -moz-box-pack: center !important; + -ms-flex-pack: center !important; + justify-content: center !important; + } + .justify-content-lg-between + { + -webkit-box-pack: justify !important; + -webkit-justify-content: space-between !important; + -moz-box-pack: justify !important; + -ms-flex-pack: justify !important; + justify-content: space-between !important; + } + .justify-content-lg-around + { + -webkit-justify-content: space-around !important; + -ms-flex-pack: distribute !important; + justify-content: space-around !important; + } + .align-items-lg-start + { + -webkit-box-align: start !important; + -webkit-align-items: flex-start !important; + -moz-box-align: start !important; + -ms-flex-align: start !important; + align-items: flex-start !important; + } + .align-items-lg-end + { + -webkit-box-align: end !important; + -webkit-align-items: flex-end !important; + -moz-box-align: end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; + } + .align-items-lg-center + { + -webkit-box-align: center !important; + -webkit-align-items: center !important; + -moz-box-align: center !important; + -ms-flex-align: center !important; + align-items: center !important; + } + .align-items-lg-baseline + { + -webkit-box-align: baseline !important; + -webkit-align-items: baseline !important; + -moz-box-align: baseline !important; + -ms-flex-align: baseline !important; + align-items: baseline !important; + } + .align-items-lg-stretch + { + -webkit-box-align: stretch !important; + -webkit-align-items: stretch !important; + -moz-box-align: stretch !important; + -ms-flex-align: stretch !important; + align-items: stretch !important; + } + .align-content-lg-start + { + -webkit-align-content: flex-start !important; + -ms-flex-line-pack: start !important; + align-content: flex-start !important; + } + .align-content-lg-end + { + -webkit-align-content: flex-end !important; + -ms-flex-line-pack: end !important; + align-content: flex-end !important; + } + .align-content-lg-center + { + -webkit-align-content: center !important; + -ms-flex-line-pack: center !important; + align-content: center !important; + } + .align-content-lg-between + { + -webkit-align-content: space-between !important; + -ms-flex-line-pack: justify !important; + align-content: space-between !important; + } + .align-content-lg-around + { + -webkit-align-content: space-around !important; + -ms-flex-line-pack: distribute !important; + align-content: space-around !important; + } + .align-content-lg-stretch + { + -webkit-align-content: stretch !important; + -ms-flex-line-pack: stretch !important; + align-content: stretch !important; + } + .align-self-lg-auto + { + -webkit-align-self: auto !important; + -ms-flex-item-align: auto !important; + align-self: auto !important; + } + .align-self-lg-start + { + -webkit-align-self: flex-start !important; + -ms-flex-item-align: start !important; + align-self: flex-start !important; + } + .align-self-lg-end + { + -webkit-align-self: flex-end !important; + -ms-flex-item-align: end !important; + align-self: flex-end !important; + } + .align-self-lg-center + { + -webkit-align-self: center !important; + -ms-flex-item-align: center !important; + align-self: center !important; + } + .align-self-lg-baseline + { + -webkit-align-self: baseline !important; + -ms-flex-item-align: baseline !important; + align-self: baseline !important; + } + .align-self-lg-stretch + { + -webkit-align-self: stretch !important; + -ms-flex-item-align: stretch !important; + align-self: stretch !important; + } +} + +@media (min-width: 1200px) +{ + .flex-xl-row + { + flex-direction: row !important; + + -webkit-box-orient: horizontal !important; + -webkit-box-direction: normal !important; + -webkit-flex-direction: row !important; + -moz-box-orient: horizontal !important; + -moz-box-direction: normal !important; + -ms-flex-direction: row !important; + } + .flex-xl-column + { + flex-direction: column !important; + + -webkit-box-orient: vertical !important; + -webkit-box-direction: normal !important; + -webkit-flex-direction: column !important; + -moz-box-orient: vertical !important; + -moz-box-direction: normal !important; + -ms-flex-direction: column !important; + } + .flex-xl-row-reverse + { + flex-direction: row-reverse !important; + + -webkit-box-orient: horizontal !important; + -webkit-box-direction: reverse !important; + -webkit-flex-direction: row-reverse !important; + -moz-box-orient: horizontal !important; + -moz-box-direction: reverse !important; + -ms-flex-direction: row-reverse !important; + } + .flex-xl-column-reverse + { + flex-direction: column-reverse !important; + + -webkit-box-orient: vertical !important; + -webkit-box-direction: reverse !important; + -webkit-flex-direction: column-reverse !important; + -moz-box-orient: vertical !important; + -moz-box-direction: reverse !important; + -ms-flex-direction: column-reverse !important; + } + .flex-xl-wrap + { + -webkit-flex-wrap: wrap !important; + -ms-flex-wrap: wrap !important; + flex-wrap: wrap !important; + } + .flex-xl-nowrap + { + -webkit-flex-wrap: nowrap !important; + -ms-flex-wrap: nowrap !important; + flex-wrap: nowrap !important; + } + .flex-xl-wrap-reverse + { + -webkit-flex-wrap: wrap-reverse !important; + -ms-flex-wrap: wrap-reverse !important; + flex-wrap: wrap-reverse !important; + } + .flex-xl-fill + { + -webkit-box-flex: 1 !important; + -webkit-flex: 1 1 auto !important; + -moz-box-flex: 1 !important; + -ms-flex: 1 1 auto !important; + flex: 1 1 auto !important; + } + .flex-xl-grow-0 + { + -webkit-box-flex: 0 !important; + -webkit-flex-grow: 0 !important; + -moz-box-flex: 0 !important; + -ms-flex-positive: 0 !important; + flex-grow: 0 !important; + } + .flex-xl-grow-1 + { + -webkit-box-flex: 1 !important; + -webkit-flex-grow: 1 !important; + -moz-box-flex: 1 !important; + -ms-flex-positive: 1 !important; + flex-grow: 1 !important; + } + .flex-xl-shrink-0 + { + -webkit-flex-shrink: 0 !important; + -ms-flex-negative: 0 !important; + flex-shrink: 0 !important; + } + .flex-xl-shrink-1 + { + -webkit-flex-shrink: 1 !important; + -ms-flex-negative: 1 !important; + flex-shrink: 1 !important; + } + .justify-content-xl-start + { + -webkit-box-pack: start !important; + -webkit-justify-content: flex-start !important; + -moz-box-pack: start !important; + -ms-flex-pack: start !important; + justify-content: flex-start !important; + } + .justify-content-xl-end + { + -webkit-box-pack: end !important; + -webkit-justify-content: flex-end !important; + -moz-box-pack: end !important; + -ms-flex-pack: end !important; + justify-content: flex-end !important; + } + .justify-content-xl-center + { + -webkit-box-pack: center !important; + -webkit-justify-content: center !important; + -moz-box-pack: center !important; + -ms-flex-pack: center !important; + justify-content: center !important; + } + .justify-content-xl-between + { + -webkit-box-pack: justify !important; + -webkit-justify-content: space-between !important; + -moz-box-pack: justify !important; + -ms-flex-pack: justify !important; + justify-content: space-between !important; + } + .justify-content-xl-around + { + -webkit-justify-content: space-around !important; + -ms-flex-pack: distribute !important; + justify-content: space-around !important; + } + .align-items-xl-start + { + -webkit-box-align: start !important; + -webkit-align-items: flex-start !important; + -moz-box-align: start !important; + -ms-flex-align: start !important; + align-items: flex-start !important; + } + .align-items-xl-end + { + -webkit-box-align: end !important; + -webkit-align-items: flex-end !important; + -moz-box-align: end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; + } + .align-items-xl-center + { + -webkit-box-align: center !important; + -webkit-align-items: center !important; + -moz-box-align: center !important; + -ms-flex-align: center !important; + align-items: center !important; + } + .align-items-xl-baseline + { + -webkit-box-align: baseline !important; + -webkit-align-items: baseline !important; + -moz-box-align: baseline !important; + -ms-flex-align: baseline !important; + align-items: baseline !important; + } + .align-items-xl-stretch + { + -webkit-box-align: stretch !important; + -webkit-align-items: stretch !important; + -moz-box-align: stretch !important; + -ms-flex-align: stretch !important; + align-items: stretch !important; + } + .align-content-xl-start + { + -webkit-align-content: flex-start !important; + -ms-flex-line-pack: start !important; + align-content: flex-start !important; + } + .align-content-xl-end + { + -webkit-align-content: flex-end !important; + -ms-flex-line-pack: end !important; + align-content: flex-end !important; + } + .align-content-xl-center + { + -webkit-align-content: center !important; + -ms-flex-line-pack: center !important; + align-content: center !important; + } + .align-content-xl-between + { + -webkit-align-content: space-between !important; + -ms-flex-line-pack: justify !important; + align-content: space-between !important; + } + .align-content-xl-around + { + -webkit-align-content: space-around !important; + -ms-flex-line-pack: distribute !important; + align-content: space-around !important; + } + .align-content-xl-stretch + { + -webkit-align-content: stretch !important; + -ms-flex-line-pack: stretch !important; + align-content: stretch !important; + } + .align-self-xl-auto + { + -webkit-align-self: auto !important; + -ms-flex-item-align: auto !important; + align-self: auto !important; + } + .align-self-xl-start + { + -webkit-align-self: flex-start !important; + -ms-flex-item-align: start !important; + align-self: flex-start !important; + } + .align-self-xl-end + { + -webkit-align-self: flex-end !important; + -ms-flex-item-align: end !important; + align-self: flex-end !important; + } + .align-self-xl-center + { + -webkit-align-self: center !important; + -ms-flex-item-align: center !important; + align-self: center !important; + } + .align-self-xl-baseline + { + -webkit-align-self: baseline !important; + -ms-flex-item-align: baseline !important; + align-self: baseline !important; + } + .align-self-xl-stretch + { + -webkit-align-self: stretch !important; + -ms-flex-item-align: stretch !important; + align-self: stretch !important; + } +} + +.float-left +{ + float: left !important; +} + +.float-right +{ + float: right !important; +} + +.float-none +{ + float: none !important; +} + +@media (min-width: 576px) +{ + .float-sm-left + { + float: left !important; + } + .float-sm-right + { + float: right !important; + } + .float-sm-none + { + float: none !important; + } +} + +@media (min-width: 768px) +{ + .float-md-left + { + float: left !important; + } + .float-md-right + { + float: right !important; + } + .float-md-none + { + float: none !important; + } +} + +@media (min-width: 992px) +{ + .float-lg-left + { + float: left !important; + } + .float-lg-right + { + float: right !important; + } + .float-lg-none + { + float: none !important; + } +} + +@media (min-width: 1200px) +{ + .float-xl-left + { + float: left !important; + } + .float-xl-right + { + float: right !important; + } + .float-xl-none + { + float: none !important; + } +} + +.overflow-auto +{ + overflow: auto !important; +} + +.overflow-hidden +{ + overflow: hidden !important; +} + +.position-static +{ + position: static !important; +} + +.position-relative +{ + position: relative !important; +} + +.position-absolute +{ + position: absolute !important; +} + +.position-fixed +{ + position: fixed !important; +} + +.position-sticky +{ + position: -webkit-sticky !important; + position: sticky !important; +} + +.fixed-top +{ + position: fixed; + z-index: 1030; + top: 0; + right: 0; + left: 0; +} + +.fixed-footer .footer +{ + position: fixed; + z-index: 1030; + right: 0; + bottom: 0; + left: 0; +} + +@supports ((position: -webkit-sticky) or (position: sticky)) +{ + .sticky-top + { + position: -webkit-sticky; + position: sticky; + z-index: 1020; + top: 0; + } +} + +.sr-only +{ + position: absolute; + + overflow: hidden; + clip: rect(0, 0, 0, 0); + + width: 1px; + height: 1px; + padding: 0; + + white-space: nowrap; + + border: 0; +} + +.sr-only-focusable:active, +.sr-only-focusable:focus +{ + position: static; + + overflow: visible; + clip: auto; + + width: auto; + height: auto; + + white-space: normal; +} + +.shadow-sm +{ + -webkit-box-shadow: 0 .125rem .25rem rgba(34, 41, 47, .075) !important; + box-shadow: 0 .125rem .25rem rgba(34, 41, 47, .075) !important; +} + +.shadow +{ + -webkit-box-shadow: 0 .5rem 1rem rgba(34, 41, 47, .15) !important; + box-shadow: 0 .5rem 1rem rgba(34, 41, 47, .15) !important; +} + +.shadow-lg +{ + -webkit-box-shadow: 0 1rem 3rem rgba(34, 41, 47, .175) !important; + box-shadow: 0 1rem 3rem rgba(34, 41, 47, .175) !important; +} + +.shadow-none +{ + -webkit-box-shadow: none !important; + box-shadow: none !important; +} + +.w-25 +{ + width: 25% !important; +} + +.w-50 +{ + width: 50% !important; +} + +.w-75 +{ + width: 75% !important; +} + +.w-100 +{ + width: 100% !important; +} + +.w-auto +{ + width: auto !important; +} + +.h-25 +{ + height: 25% !important; +} + +.h-50 +{ + height: 50% !important; +} + +.h-75 +{ + height: 75% !important; +} + +.h-100 +{ + height: 100% !important; +} + +.h-auto +{ + height: auto !important; +} + +.mw-100 +{ + max-width: 100% !important; +} + +.mh-100 +{ + max-height: 100% !important; +} + +.min-vw-100 +{ + min-width: 100vw !important; +} + +.min-vh-100 +{ + min-height: 100vh !important; +} + +.vw-100 +{ + width: 100vw !important; +} + +.vh-100 +{ + height: 100vh !important; +} + +.stretched-link::after +{ + position: absolute; + z-index: 1; + top: 0; + right: 0; + bottom: 0; + left: 0; + + content: ''; + pointer-events: auto; + + background-color: rgba(0, 0, 0, 0); +} + +.m-0 +{ + margin: 0 !important; +} + +.mt-0, +.my-0 +{ + margin-top: 0 !important; +} + +.mr-0, +.mx-0 +{ + margin-right: 0 !important; +} + +.mb-0, +.my-0 +{ + margin-bottom: 0 !important; +} + +.ml-0, +.mx-0 +{ + margin-left: 0 !important; +} + +.m-1 +{ + margin: 1rem !important; +} + +.mt-1, +.my-1 +{ + margin-top: 1rem !important; +} + +.mr-1, +.mx-1 +{ + margin-right: 1rem !important; +} + +.mb-1, +.my-1 +{ + margin-bottom: 1rem !important; +} + +.ml-1, +.mx-1 +{ + margin-left: 1rem !important; +} + +.m-2 +{ + margin: 1.5rem !important; +} + +.mt-2, +.my-2 +{ + margin-top: 1.5rem !important; +} + +.mr-2, +.mx-2 +{ + margin-right: 1.5rem !important; +} + +.mb-2, +.my-2 +{ + margin-bottom: 1.5rem !important; +} + +.ml-2, +.mx-2 +{ + margin-left: 1.5rem !important; +} + +.m-3 +{ + margin: 3rem !important; +} + +.mt-3, +.my-3 +{ + margin-top: 3rem !important; +} + +.mr-3, +.mx-3 +{ + margin-right: 3rem !important; +} + +.mb-3, +.my-3 +{ + margin-bottom: 3rem !important; +} + +.ml-3, +.mx-3 +{ + margin-left: 3rem !important; +} + +.m-4 +{ + margin: 3.5rem !important; +} + +.mt-4, +.my-4 +{ + margin-top: 3.5rem !important; +} + +.mr-4, +.mx-4 +{ + margin-right: 3.5rem !important; +} + +.mb-4, +.my-4 +{ + margin-bottom: 3.5rem !important; +} + +.ml-4, +.mx-4 +{ + margin-left: 3.5rem !important; +} + +.m-5 +{ + margin: 4rem !important; +} + +.mt-5, +.my-5 +{ + margin-top: 4rem !important; +} + +.mr-5, +.mx-5 +{ + margin-right: 4rem !important; +} + +.mb-5, +.my-5 +{ + margin-bottom: 4rem !important; +} + +.ml-5, +.mx-5 +{ + margin-left: 4rem !important; +} + +.m-25 +{ + margin: .25rem !important; +} + +.mt-25, +.my-25 +{ + margin-top: .25rem !important; +} + +.mr-25, +.mx-25 +{ + margin-right: .25rem !important; +} + +.mb-25, +.my-25 +{ + margin-bottom: .25rem !important; +} + +.ml-25, +.mx-25 +{ + margin-left: .25rem !important; +} + +.m-50 +{ + margin: .5rem !important; +} + +.mt-50, +.my-50 +{ + margin-top: .5rem !important; +} + +.mr-50, +.mx-50 +{ + margin-right: .5rem !important; +} + +.mb-50, +.my-50 +{ + margin-bottom: .5rem !important; +} + +.ml-50, +.mx-50 +{ + margin-left: .5rem !important; +} + +.m-75 +{ + margin: .75rem !important; +} + +.mt-75, +.my-75 +{ + margin-top: .75rem !important; +} + +.mr-75, +.mx-75 +{ + margin-right: .75rem !important; +} + +.mb-75, +.my-75 +{ + margin-bottom: .75rem !important; +} + +.ml-75, +.mx-75 +{ + margin-left: .75rem !important; +} + +.p-0 +{ + padding: 0 !important; +} + +.pt-0, +.py-0 +{ + padding-top: 0 !important; +} + +.pr-0, +.px-0 +{ + padding-right: 0 !important; +} + +.pb-0, +.py-0 +{ + padding-bottom: 0 !important; +} + +.pl-0, +.px-0 +{ + padding-left: 0 !important; +} + +.p-1 +{ + padding: 1rem !important; +} + +.pt-1, +.py-1 +{ + padding-top: 1rem !important; +} + +.pr-1, +.px-1 +{ + padding-right: 1rem !important; +} + +.pb-1, +.py-1 +{ + padding-bottom: 1rem !important; +} + +.pl-1, +.px-1 +{ + padding-left: 1rem !important; +} + +.p-2 +{ + padding: 1.5rem !important; +} + +.pt-2, +.py-2 +{ + padding-top: 1.5rem !important; +} + +.pr-2, +.px-2 +{ + padding-right: 1.5rem !important; +} + +.pb-2, +.py-2 +{ + padding-bottom: 1.5rem !important; +} + +.pl-2, +.px-2 +{ + padding-left: 1.5rem !important; +} + +.p-3 +{ + padding: 3rem !important; +} + +.pt-3, +.py-3 +{ + padding-top: 3rem !important; +} + +.pr-3, +.px-3 +{ + padding-right: 3rem !important; +} + +.pb-3, +.py-3 +{ + padding-bottom: 3rem !important; +} + +.pl-3, +.px-3 +{ + padding-left: 3rem !important; +} + +.p-4 +{ + padding: 3.5rem !important; +} + +.pt-4, +.py-4 +{ + padding-top: 3.5rem !important; +} + +.pr-4, +.px-4 +{ + padding-right: 3.5rem !important; +} + +.pb-4, +.py-4 +{ + padding-bottom: 3.5rem !important; +} + +.pl-4, +.px-4 +{ + padding-left: 3.5rem !important; +} + +.p-5 +{ + padding: 4rem !important; +} + +.pt-5, +.py-5 +{ + padding-top: 4rem !important; +} + +.pr-5, +.px-5 +{ + padding-right: 4rem !important; +} + +.pb-5, +.py-5 +{ + padding-bottom: 4rem !important; +} + +.pl-5, +.px-5 +{ + padding-left: 4rem !important; +} + +.p-25 +{ + padding: .25rem !important; +} + +.pt-25, +.py-25 +{ + padding-top: .25rem !important; +} + +.pr-25, +.px-25 +{ + padding-right: .25rem !important; +} + +.pb-25, +.py-25 +{ + padding-bottom: .25rem !important; +} + +.pl-25, +.px-25 +{ + padding-left: .25rem !important; +} + +.p-50 +{ + padding: .5rem !important; +} + +.pt-50, +.py-50 +{ + padding-top: .5rem !important; +} + +.pr-50, +.px-50 +{ + padding-right: .5rem !important; +} + +.pb-50, +.py-50 +{ + padding-bottom: .5rem !important; +} + +.pl-50, +.px-50 +{ + padding-left: .5rem !important; +} + +.p-75 +{ + padding: .75rem !important; +} + +.pt-75, +.py-75 +{ + padding-top: .75rem !important; +} + +.pr-75, +.px-75 +{ + padding-right: .75rem !important; +} + +.pb-75, +.py-75 +{ + padding-bottom: .75rem !important; +} + +.pl-75, +.px-75 +{ + padding-left: .75rem !important; +} + +.m-n1 +{ + margin: -1rem !important; +} + +.mt-n1, +.my-n1 +{ + margin-top: -1rem !important; +} + +.mr-n1, +.mx-n1 +{ + margin-right: -1rem !important; +} + +.mb-n1, +.my-n1 +{ + margin-bottom: -1rem !important; +} + +.ml-n1, +.mx-n1 +{ + margin-left: -1rem !important; +} + +.m-n2 +{ + margin: -1.5rem !important; +} + +.mt-n2, +.my-n2 +{ + margin-top: -1.5rem !important; +} + +.mr-n2, +.mx-n2 +{ + margin-right: -1.5rem !important; +} + +.mb-n2, +.my-n2 +{ + margin-bottom: -1.5rem !important; +} + +.ml-n2, +.mx-n2 +{ + margin-left: -1.5rem !important; +} + +.m-n3 +{ + margin: -3rem !important; +} + +.mt-n3, +.my-n3 +{ + margin-top: -3rem !important; +} + +.mr-n3, +.mx-n3 +{ + margin-right: -3rem !important; +} + +.mb-n3, +.my-n3 +{ + margin-bottom: -3rem !important; +} + +.ml-n3, +.mx-n3 +{ + margin-left: -3rem !important; +} + +.m-n4 +{ + margin: -3.5rem !important; +} + +.mt-n4, +.my-n4 +{ + margin-top: -3.5rem !important; +} + +.mr-n4, +.mx-n4 +{ + margin-right: -3.5rem !important; +} + +.mb-n4, +.my-n4 +{ + margin-bottom: -3.5rem !important; +} + +.ml-n4, +.mx-n4 +{ + margin-left: -3.5rem !important; +} + +.m-n5 +{ + margin: -4rem !important; +} + +.mt-n5, +.my-n5 +{ + margin-top: -4rem !important; +} + +.mr-n5, +.mx-n5 +{ + margin-right: -4rem !important; +} + +.mb-n5, +.my-n5 +{ + margin-bottom: -4rem !important; +} + +.ml-n5, +.mx-n5 +{ + margin-left: -4rem !important; +} + +.m-n25 +{ + margin: -.25rem !important; +} + +.mt-n25, +.my-n25 +{ + margin-top: -.25rem !important; +} + +.mr-n25, +.mx-n25 +{ + margin-right: -.25rem !important; +} + +.mb-n25, +.my-n25 +{ + margin-bottom: -.25rem !important; +} + +.ml-n25, +.mx-n25 +{ + margin-left: -.25rem !important; +} + +.m-n50 +{ + margin: -.5rem !important; +} + +.mt-n50, +.my-n50 +{ + margin-top: -.5rem !important; +} + +.mr-n50, +.mx-n50 +{ + margin-right: -.5rem !important; +} + +.mb-n50, +.my-n50 +{ + margin-bottom: -.5rem !important; +} + +.ml-n50, +.mx-n50 +{ + margin-left: -.5rem !important; +} + +.m-n75 +{ + margin: -.75rem !important; +} + +.mt-n75, +.my-n75 +{ + margin-top: -.75rem !important; +} + +.mr-n75, +.mx-n75 +{ + margin-right: -.75rem !important; +} + +.mb-n75, +.my-n75 +{ + margin-bottom: -.75rem !important; +} + +.ml-n75, +.mx-n75 +{ + margin-left: -.75rem !important; +} + +.m-auto +{ + margin: auto !important; +} + +.mt-auto, +.my-auto +{ + margin-top: auto !important; +} + +.mr-auto, +.mx-auto +{ + margin-right: auto !important; +} + +.mb-auto, +.my-auto +{ + margin-bottom: auto !important; +} + +.ml-auto, +.mx-auto +{ + margin-left: auto !important; +} + +@media (min-width: 576px) +{ + .m-sm-0 + { + margin: 0 !important; + } + .mt-sm-0, + .my-sm-0 + { + margin-top: 0 !important; + } + .mr-sm-0, + .mx-sm-0 + { + margin-right: 0 !important; + } + .mb-sm-0, + .my-sm-0 + { + margin-bottom: 0 !important; + } + .ml-sm-0, + .mx-sm-0 + { + margin-left: 0 !important; + } + .m-sm-1 + { + margin: 1rem !important; + } + .mt-sm-1, + .my-sm-1 + { + margin-top: 1rem !important; + } + .mr-sm-1, + .mx-sm-1 + { + margin-right: 1rem !important; + } + .mb-sm-1, + .my-sm-1 + { + margin-bottom: 1rem !important; + } + .ml-sm-1, + .mx-sm-1 + { + margin-left: 1rem !important; + } + .m-sm-2 + { + margin: 1.5rem !important; + } + .mt-sm-2, + .my-sm-2 + { + margin-top: 1.5rem !important; + } + .mr-sm-2, + .mx-sm-2 + { + margin-right: 1.5rem !important; + } + .mb-sm-2, + .my-sm-2 + { + margin-bottom: 1.5rem !important; + } + .ml-sm-2, + .mx-sm-2 + { + margin-left: 1.5rem !important; + } + .m-sm-3 + { + margin: 3rem !important; + } + .mt-sm-3, + .my-sm-3 + { + margin-top: 3rem !important; + } + .mr-sm-3, + .mx-sm-3 + { + margin-right: 3rem !important; + } + .mb-sm-3, + .my-sm-3 + { + margin-bottom: 3rem !important; + } + .ml-sm-3, + .mx-sm-3 + { + margin-left: 3rem !important; + } + .m-sm-4 + { + margin: 3.5rem !important; + } + .mt-sm-4, + .my-sm-4 + { + margin-top: 3.5rem !important; + } + .mr-sm-4, + .mx-sm-4 + { + margin-right: 3.5rem !important; + } + .mb-sm-4, + .my-sm-4 + { + margin-bottom: 3.5rem !important; + } + .ml-sm-4, + .mx-sm-4 + { + margin-left: 3.5rem !important; + } + .m-sm-5 + { + margin: 4rem !important; + } + .mt-sm-5, + .my-sm-5 + { + margin-top: 4rem !important; + } + .mr-sm-5, + .mx-sm-5 + { + margin-right: 4rem !important; + } + .mb-sm-5, + .my-sm-5 + { + margin-bottom: 4rem !important; + } + .ml-sm-5, + .mx-sm-5 + { + margin-left: 4rem !important; + } + .m-sm-25 + { + margin: .25rem !important; + } + .mt-sm-25, + .my-sm-25 + { + margin-top: .25rem !important; + } + .mr-sm-25, + .mx-sm-25 + { + margin-right: .25rem !important; + } + .mb-sm-25, + .my-sm-25 + { + margin-bottom: .25rem !important; + } + .ml-sm-25, + .mx-sm-25 + { + margin-left: .25rem !important; + } + .m-sm-50 + { + margin: .5rem !important; + } + .mt-sm-50, + .my-sm-50 + { + margin-top: .5rem !important; + } + .mr-sm-50, + .mx-sm-50 + { + margin-right: .5rem !important; + } + .mb-sm-50, + .my-sm-50 + { + margin-bottom: .5rem !important; + } + .ml-sm-50, + .mx-sm-50 + { + margin-left: .5rem !important; + } + .m-sm-75 + { + margin: .75rem !important; + } + .mt-sm-75, + .my-sm-75 + { + margin-top: .75rem !important; + } + .mr-sm-75, + .mx-sm-75 + { + margin-right: .75rem !important; + } + .mb-sm-75, + .my-sm-75 + { + margin-bottom: .75rem !important; + } + .ml-sm-75, + .mx-sm-75 + { + margin-left: .75rem !important; + } + .p-sm-0 + { + padding: 0 !important; + } + .pt-sm-0, + .py-sm-0 + { + padding-top: 0 !important; + } + .pr-sm-0, + .px-sm-0 + { + padding-right: 0 !important; + } + .pb-sm-0, + .py-sm-0 + { + padding-bottom: 0 !important; + } + .pl-sm-0, + .px-sm-0 + { + padding-left: 0 !important; + } + .p-sm-1 + { + padding: 1rem !important; + } + .pt-sm-1, + .py-sm-1 + { + padding-top: 1rem !important; + } + .pr-sm-1, + .px-sm-1 + { + padding-right: 1rem !important; + } + .pb-sm-1, + .py-sm-1 + { + padding-bottom: 1rem !important; + } + .pl-sm-1, + .px-sm-1 + { + padding-left: 1rem !important; + } + .p-sm-2 + { + padding: 1.5rem !important; + } + .pt-sm-2, + .py-sm-2 + { + padding-top: 1.5rem !important; + } + .pr-sm-2, + .px-sm-2 + { + padding-right: 1.5rem !important; + } + .pb-sm-2, + .py-sm-2 + { + padding-bottom: 1.5rem !important; + } + .pl-sm-2, + .px-sm-2 + { + padding-left: 1.5rem !important; + } + .p-sm-3 + { + padding: 3rem !important; + } + .pt-sm-3, + .py-sm-3 + { + padding-top: 3rem !important; + } + .pr-sm-3, + .px-sm-3 + { + padding-right: 3rem !important; + } + .pb-sm-3, + .py-sm-3 + { + padding-bottom: 3rem !important; + } + .pl-sm-3, + .px-sm-3 + { + padding-left: 3rem !important; + } + .p-sm-4 + { + padding: 3.5rem !important; + } + .pt-sm-4, + .py-sm-4 + { + padding-top: 3.5rem !important; + } + .pr-sm-4, + .px-sm-4 + { + padding-right: 3.5rem !important; + } + .pb-sm-4, + .py-sm-4 + { + padding-bottom: 3.5rem !important; + } + .pl-sm-4, + .px-sm-4 + { + padding-left: 3.5rem !important; + } + .p-sm-5 + { + padding: 4rem !important; + } + .pt-sm-5, + .py-sm-5 + { + padding-top: 4rem !important; + } + .pr-sm-5, + .px-sm-5 + { + padding-right: 4rem !important; + } + .pb-sm-5, + .py-sm-5 + { + padding-bottom: 4rem !important; + } + .pl-sm-5, + .px-sm-5 + { + padding-left: 4rem !important; + } + .p-sm-25 + { + padding: .25rem !important; + } + .pt-sm-25, + .py-sm-25 + { + padding-top: .25rem !important; + } + .pr-sm-25, + .px-sm-25 + { + padding-right: .25rem !important; + } + .pb-sm-25, + .py-sm-25 + { + padding-bottom: .25rem !important; + } + .pl-sm-25, + .px-sm-25 + { + padding-left: .25rem !important; + } + .p-sm-50 + { + padding: .5rem !important; + } + .pt-sm-50, + .py-sm-50 + { + padding-top: .5rem !important; + } + .pr-sm-50, + .px-sm-50 + { + padding-right: .5rem !important; + } + .pb-sm-50, + .py-sm-50 + { + padding-bottom: .5rem !important; + } + .pl-sm-50, + .px-sm-50 + { + padding-left: .5rem !important; + } + .p-sm-75 + { + padding: .75rem !important; + } + .pt-sm-75, + .py-sm-75 + { + padding-top: .75rem !important; + } + .pr-sm-75, + .px-sm-75 + { + padding-right: .75rem !important; + } + .pb-sm-75, + .py-sm-75 + { + padding-bottom: .75rem !important; + } + .pl-sm-75, + .px-sm-75 + { + padding-left: .75rem !important; + } + .m-sm-n1 + { + margin: -1rem !important; + } + .mt-sm-n1, + .my-sm-n1 + { + margin-top: -1rem !important; + } + .mr-sm-n1, + .mx-sm-n1 + { + margin-right: -1rem !important; + } + .mb-sm-n1, + .my-sm-n1 + { + margin-bottom: -1rem !important; + } + .ml-sm-n1, + .mx-sm-n1 + { + margin-left: -1rem !important; + } + .m-sm-n2 + { + margin: -1.5rem !important; + } + .mt-sm-n2, + .my-sm-n2 + { + margin-top: -1.5rem !important; + } + .mr-sm-n2, + .mx-sm-n2 + { + margin-right: -1.5rem !important; + } + .mb-sm-n2, + .my-sm-n2 + { + margin-bottom: -1.5rem !important; + } + .ml-sm-n2, + .mx-sm-n2 + { + margin-left: -1.5rem !important; + } + .m-sm-n3 + { + margin: -3rem !important; + } + .mt-sm-n3, + .my-sm-n3 + { + margin-top: -3rem !important; + } + .mr-sm-n3, + .mx-sm-n3 + { + margin-right: -3rem !important; + } + .mb-sm-n3, + .my-sm-n3 + { + margin-bottom: -3rem !important; + } + .ml-sm-n3, + .mx-sm-n3 + { + margin-left: -3rem !important; + } + .m-sm-n4 + { + margin: -3.5rem !important; + } + .mt-sm-n4, + .my-sm-n4 + { + margin-top: -3.5rem !important; + } + .mr-sm-n4, + .mx-sm-n4 + { + margin-right: -3.5rem !important; + } + .mb-sm-n4, + .my-sm-n4 + { + margin-bottom: -3.5rem !important; + } + .ml-sm-n4, + .mx-sm-n4 + { + margin-left: -3.5rem !important; + } + .m-sm-n5 + { + margin: -4rem !important; + } + .mt-sm-n5, + .my-sm-n5 + { + margin-top: -4rem !important; + } + .mr-sm-n5, + .mx-sm-n5 + { + margin-right: -4rem !important; + } + .mb-sm-n5, + .my-sm-n5 + { + margin-bottom: -4rem !important; + } + .ml-sm-n5, + .mx-sm-n5 + { + margin-left: -4rem !important; + } + .m-sm-n25 + { + margin: -.25rem !important; + } + .mt-sm-n25, + .my-sm-n25 + { + margin-top: -.25rem !important; + } + .mr-sm-n25, + .mx-sm-n25 + { + margin-right: -.25rem !important; + } + .mb-sm-n25, + .my-sm-n25 + { + margin-bottom: -.25rem !important; + } + .ml-sm-n25, + .mx-sm-n25 + { + margin-left: -.25rem !important; + } + .m-sm-n50 + { + margin: -.5rem !important; + } + .mt-sm-n50, + .my-sm-n50 + { + margin-top: -.5rem !important; + } + .mr-sm-n50, + .mx-sm-n50 + { + margin-right: -.5rem !important; + } + .mb-sm-n50, + .my-sm-n50 + { + margin-bottom: -.5rem !important; + } + .ml-sm-n50, + .mx-sm-n50 + { + margin-left: -.5rem !important; + } + .m-sm-n75 + { + margin: -.75rem !important; + } + .mt-sm-n75, + .my-sm-n75 + { + margin-top: -.75rem !important; + } + .mr-sm-n75, + .mx-sm-n75 + { + margin-right: -.75rem !important; + } + .mb-sm-n75, + .my-sm-n75 + { + margin-bottom: -.75rem !important; + } + .ml-sm-n75, + .mx-sm-n75 + { + margin-left: -.75rem !important; + } + .m-sm-auto + { + margin: auto !important; + } + .mt-sm-auto, + .my-sm-auto + { + margin-top: auto !important; + } + .mr-sm-auto, + .mx-sm-auto + { + margin-right: auto !important; + } + .mb-sm-auto, + .my-sm-auto + { + margin-bottom: auto !important; + } + .ml-sm-auto, + .mx-sm-auto + { + margin-left: auto !important; + } +} + +@media (min-width: 768px) +{ + .m-md-0 + { + margin: 0 !important; + } + .mt-md-0, + .my-md-0 + { + margin-top: 0 !important; + } + .mr-md-0, + .mx-md-0 + { + margin-right: 0 !important; + } + .mb-md-0, + .my-md-0 + { + margin-bottom: 0 !important; + } + .ml-md-0, + .mx-md-0 + { + margin-left: 0 !important; + } + .m-md-1 + { + margin: 1rem !important; + } + .mt-md-1, + .my-md-1 + { + margin-top: 1rem !important; + } + .mr-md-1, + .mx-md-1 + { + margin-right: 1rem !important; + } + .mb-md-1, + .my-md-1 + { + margin-bottom: 1rem !important; + } + .ml-md-1, + .mx-md-1 + { + margin-left: 1rem !important; + } + .m-md-2 + { + margin: 1.5rem !important; + } + .mt-md-2, + .my-md-2 + { + margin-top: 1.5rem !important; + } + .mr-md-2, + .mx-md-2 + { + margin-right: 1.5rem !important; + } + .mb-md-2, + .my-md-2 + { + margin-bottom: 1.5rem !important; + } + .ml-md-2, + .mx-md-2 + { + margin-left: 1.5rem !important; + } + .m-md-3 + { + margin: 3rem !important; + } + .mt-md-3, + .my-md-3 + { + margin-top: 3rem !important; + } + .mr-md-3, + .mx-md-3 + { + margin-right: 3rem !important; + } + .mb-md-3, + .my-md-3 + { + margin-bottom: 3rem !important; + } + .ml-md-3, + .mx-md-3 + { + margin-left: 3rem !important; + } + .m-md-4 + { + margin: 3.5rem !important; + } + .mt-md-4, + .my-md-4 + { + margin-top: 3.5rem !important; + } + .mr-md-4, + .mx-md-4 + { + margin-right: 3.5rem !important; + } + .mb-md-4, + .my-md-4 + { + margin-bottom: 3.5rem !important; + } + .ml-md-4, + .mx-md-4 + { + margin-left: 3.5rem !important; + } + .m-md-5 + { + margin: 4rem !important; + } + .mt-md-5, + .my-md-5 + { + margin-top: 4rem !important; + } + .mr-md-5, + .mx-md-5 + { + margin-right: 4rem !important; + } + .mb-md-5, + .my-md-5 + { + margin-bottom: 4rem !important; + } + .ml-md-5, + .mx-md-5 + { + margin-left: 4rem !important; + } + .m-md-25 + { + margin: .25rem !important; + } + .mt-md-25, + .my-md-25 + { + margin-top: .25rem !important; + } + .mr-md-25, + .mx-md-25 + { + margin-right: .25rem !important; + } + .mb-md-25, + .my-md-25 + { + margin-bottom: .25rem !important; + } + .ml-md-25, + .mx-md-25 + { + margin-left: .25rem !important; + } + .m-md-50 + { + margin: .5rem !important; + } + .mt-md-50, + .my-md-50 + { + margin-top: .5rem !important; + } + .mr-md-50, + .mx-md-50 + { + margin-right: .5rem !important; + } + .mb-md-50, + .my-md-50 + { + margin-bottom: .5rem !important; + } + .ml-md-50, + .mx-md-50 + { + margin-left: .5rem !important; + } + .m-md-75 + { + margin: .75rem !important; + } + .mt-md-75, + .my-md-75 + { + margin-top: .75rem !important; + } + .mr-md-75, + .mx-md-75 + { + margin-right: .75rem !important; + } + .mb-md-75, + .my-md-75 + { + margin-bottom: .75rem !important; + } + .ml-md-75, + .mx-md-75 + { + margin-left: .75rem !important; + } + .p-md-0 + { + padding: 0 !important; + } + .pt-md-0, + .py-md-0 + { + padding-top: 0 !important; + } + .pr-md-0, + .px-md-0 + { + padding-right: 0 !important; + } + .pb-md-0, + .py-md-0 + { + padding-bottom: 0 !important; + } + .pl-md-0, + .px-md-0 + { + padding-left: 0 !important; + } + .p-md-1 + { + padding: 1rem !important; + } + .pt-md-1, + .py-md-1 + { + padding-top: 1rem !important; + } + .pr-md-1, + .px-md-1 + { + padding-right: 1rem !important; + } + .pb-md-1, + .py-md-1 + { + padding-bottom: 1rem !important; + } + .pl-md-1, + .px-md-1 + { + padding-left: 1rem !important; + } + .p-md-2 + { + padding: 1.5rem !important; + } + .pt-md-2, + .py-md-2 + { + padding-top: 1.5rem !important; + } + .pr-md-2, + .px-md-2 + { + padding-right: 1.5rem !important; + } + .pb-md-2, + .py-md-2 + { + padding-bottom: 1.5rem !important; + } + .pl-md-2, + .px-md-2 + { + padding-left: 1.5rem !important; + } + .p-md-3 + { + padding: 3rem !important; + } + .pt-md-3, + .py-md-3 + { + padding-top: 3rem !important; + } + .pr-md-3, + .px-md-3 + { + padding-right: 3rem !important; + } + .pb-md-3, + .py-md-3 + { + padding-bottom: 3rem !important; + } + .pl-md-3, + .px-md-3 + { + padding-left: 3rem !important; + } + .p-md-4 + { + padding: 3.5rem !important; + } + .pt-md-4, + .py-md-4 + { + padding-top: 3.5rem !important; + } + .pr-md-4, + .px-md-4 + { + padding-right: 3.5rem !important; + } + .pb-md-4, + .py-md-4 + { + padding-bottom: 3.5rem !important; + } + .pl-md-4, + .px-md-4 + { + padding-left: 3.5rem !important; + } + .p-md-5 + { + padding: 4rem !important; + } + .pt-md-5, + .py-md-5 + { + padding-top: 4rem !important; + } + .pr-md-5, + .px-md-5 + { + padding-right: 4rem !important; + } + .pb-md-5, + .py-md-5 + { + padding-bottom: 4rem !important; + } + .pl-md-5, + .px-md-5 + { + padding-left: 4rem !important; + } + .p-md-25 + { + padding: .25rem !important; + } + .pt-md-25, + .py-md-25 + { + padding-top: .25rem !important; + } + .pr-md-25, + .px-md-25 + { + padding-right: .25rem !important; + } + .pb-md-25, + .py-md-25 + { + padding-bottom: .25rem !important; + } + .pl-md-25, + .px-md-25 + { + padding-left: .25rem !important; + } + .p-md-50 + { + padding: .5rem !important; + } + .pt-md-50, + .py-md-50 + { + padding-top: .5rem !important; + } + .pr-md-50, + .px-md-50 + { + padding-right: .5rem !important; + } + .pb-md-50, + .py-md-50 + { + padding-bottom: .5rem !important; + } + .pl-md-50, + .px-md-50 + { + padding-left: .5rem !important; + } + .p-md-75 + { + padding: .75rem !important; + } + .pt-md-75, + .py-md-75 + { + padding-top: .75rem !important; + } + .pr-md-75, + .px-md-75 + { + padding-right: .75rem !important; + } + .pb-md-75, + .py-md-75 + { + padding-bottom: .75rem !important; + } + .pl-md-75, + .px-md-75 + { + padding-left: .75rem !important; + } + .m-md-n1 + { + margin: -1rem !important; + } + .mt-md-n1, + .my-md-n1 + { + margin-top: -1rem !important; + } + .mr-md-n1, + .mx-md-n1 + { + margin-right: -1rem !important; + } + .mb-md-n1, + .my-md-n1 + { + margin-bottom: -1rem !important; + } + .ml-md-n1, + .mx-md-n1 + { + margin-left: -1rem !important; + } + .m-md-n2 + { + margin: -1.5rem !important; + } + .mt-md-n2, + .my-md-n2 + { + margin-top: -1.5rem !important; + } + .mr-md-n2, + .mx-md-n2 + { + margin-right: -1.5rem !important; + } + .mb-md-n2, + .my-md-n2 + { + margin-bottom: -1.5rem !important; + } + .ml-md-n2, + .mx-md-n2 + { + margin-left: -1.5rem !important; + } + .m-md-n3 + { + margin: -3rem !important; + } + .mt-md-n3, + .my-md-n3 + { + margin-top: -3rem !important; + } + .mr-md-n3, + .mx-md-n3 + { + margin-right: -3rem !important; + } + .mb-md-n3, + .my-md-n3 + { + margin-bottom: -3rem !important; + } + .ml-md-n3, + .mx-md-n3 + { + margin-left: -3rem !important; + } + .m-md-n4 + { + margin: -3.5rem !important; + } + .mt-md-n4, + .my-md-n4 + { + margin-top: -3.5rem !important; + } + .mr-md-n4, + .mx-md-n4 + { + margin-right: -3.5rem !important; + } + .mb-md-n4, + .my-md-n4 + { + margin-bottom: -3.5rem !important; + } + .ml-md-n4, + .mx-md-n4 + { + margin-left: -3.5rem !important; + } + .m-md-n5 + { + margin: -4rem !important; + } + .mt-md-n5, + .my-md-n5 + { + margin-top: -4rem !important; + } + .mr-md-n5, + .mx-md-n5 + { + margin-right: -4rem !important; + } + .mb-md-n5, + .my-md-n5 + { + margin-bottom: -4rem !important; + } + .ml-md-n5, + .mx-md-n5 + { + margin-left: -4rem !important; + } + .m-md-n25 + { + margin: -.25rem !important; + } + .mt-md-n25, + .my-md-n25 + { + margin-top: -.25rem !important; + } + .mr-md-n25, + .mx-md-n25 + { + margin-right: -.25rem !important; + } + .mb-md-n25, + .my-md-n25 + { + margin-bottom: -.25rem !important; + } + .ml-md-n25, + .mx-md-n25 + { + margin-left: -.25rem !important; + } + .m-md-n50 + { + margin: -.5rem !important; + } + .mt-md-n50, + .my-md-n50 + { + margin-top: -.5rem !important; + } + .mr-md-n50, + .mx-md-n50 + { + margin-right: -.5rem !important; + } + .mb-md-n50, + .my-md-n50 + { + margin-bottom: -.5rem !important; + } + .ml-md-n50, + .mx-md-n50 + { + margin-left: -.5rem !important; + } + .m-md-n75 + { + margin: -.75rem !important; + } + .mt-md-n75, + .my-md-n75 + { + margin-top: -.75rem !important; + } + .mr-md-n75, + .mx-md-n75 + { + margin-right: -.75rem !important; + } + .mb-md-n75, + .my-md-n75 + { + margin-bottom: -.75rem !important; + } + .ml-md-n75, + .mx-md-n75 + { + margin-left: -.75rem !important; + } + .m-md-auto + { + margin: auto !important; + } + .mt-md-auto, + .my-md-auto + { + margin-top: auto !important; + } + .mr-md-auto, + .mx-md-auto + { + margin-right: auto !important; + } + .mb-md-auto, + .my-md-auto + { + margin-bottom: auto !important; + } + .ml-md-auto, + .mx-md-auto + { + margin-left: auto !important; + } +} + +@media (min-width: 992px) +{ + .m-lg-0 + { + margin: 0 !important; + } + .mt-lg-0, + .my-lg-0 + { + margin-top: 0 !important; + } + .mr-lg-0, + .mx-lg-0 + { + margin-right: 0 !important; + } + .mb-lg-0, + .my-lg-0 + { + margin-bottom: 0 !important; + } + .ml-lg-0, + .mx-lg-0 + { + margin-left: 0 !important; + } + .m-lg-1 + { + margin: 1rem !important; + } + .mt-lg-1, + .my-lg-1 + { + margin-top: 1rem !important; + } + .mr-lg-1, + .mx-lg-1 + { + margin-right: 1rem !important; + } + .mb-lg-1, + .my-lg-1 + { + margin-bottom: 1rem !important; + } + .ml-lg-1, + .mx-lg-1 + { + margin-left: 1rem !important; + } + .m-lg-2 + { + margin: 1.5rem !important; + } + .mt-lg-2, + .my-lg-2 + { + margin-top: 1.5rem !important; + } + .mr-lg-2, + .mx-lg-2 + { + margin-right: 1.5rem !important; + } + .mb-lg-2, + .my-lg-2 + { + margin-bottom: 1.5rem !important; + } + .ml-lg-2, + .mx-lg-2 + { + margin-left: 1.5rem !important; + } + .m-lg-3 + { + margin: 3rem !important; + } + .mt-lg-3, + .my-lg-3 + { + margin-top: 3rem !important; + } + .mr-lg-3, + .mx-lg-3 + { + margin-right: 3rem !important; + } + .mb-lg-3, + .my-lg-3 + { + margin-bottom: 3rem !important; + } + .ml-lg-3, + .mx-lg-3 + { + margin-left: 3rem !important; + } + .m-lg-4 + { + margin: 3.5rem !important; + } + .mt-lg-4, + .my-lg-4 + { + margin-top: 3.5rem !important; + } + .mr-lg-4, + .mx-lg-4 + { + margin-right: 3.5rem !important; + } + .mb-lg-4, + .my-lg-4 + { + margin-bottom: 3.5rem !important; + } + .ml-lg-4, + .mx-lg-4 + { + margin-left: 3.5rem !important; + } + .m-lg-5 + { + margin: 4rem !important; + } + .mt-lg-5, + .my-lg-5 + { + margin-top: 4rem !important; + } + .mr-lg-5, + .mx-lg-5 + { + margin-right: 4rem !important; + } + .mb-lg-5, + .my-lg-5 + { + margin-bottom: 4rem !important; + } + .ml-lg-5, + .mx-lg-5 + { + margin-left: 4rem !important; + } + .m-lg-25 + { + margin: .25rem !important; + } + .mt-lg-25, + .my-lg-25 + { + margin-top: .25rem !important; + } + .mr-lg-25, + .mx-lg-25 + { + margin-right: .25rem !important; + } + .mb-lg-25, + .my-lg-25 + { + margin-bottom: .25rem !important; + } + .ml-lg-25, + .mx-lg-25 + { + margin-left: .25rem !important; + } + .m-lg-50 + { + margin: .5rem !important; + } + .mt-lg-50, + .my-lg-50 + { + margin-top: .5rem !important; + } + .mr-lg-50, + .mx-lg-50 + { + margin-right: .5rem !important; + } + .mb-lg-50, + .my-lg-50 + { + margin-bottom: .5rem !important; + } + .ml-lg-50, + .mx-lg-50 + { + margin-left: .5rem !important; + } + .m-lg-75 + { + margin: .75rem !important; + } + .mt-lg-75, + .my-lg-75 + { + margin-top: .75rem !important; + } + .mr-lg-75, + .mx-lg-75 + { + margin-right: .75rem !important; + } + .mb-lg-75, + .my-lg-75 + { + margin-bottom: .75rem !important; + } + .ml-lg-75, + .mx-lg-75 + { + margin-left: .75rem !important; + } + .p-lg-0 + { + padding: 0 !important; + } + .pt-lg-0, + .py-lg-0 + { + padding-top: 0 !important; + } + .pr-lg-0, + .px-lg-0 + { + padding-right: 0 !important; + } + .pb-lg-0, + .py-lg-0 + { + padding-bottom: 0 !important; + } + .pl-lg-0, + .px-lg-0 + { + padding-left: 0 !important; + } + .p-lg-1 + { + padding: 1rem !important; + } + .pt-lg-1, + .py-lg-1 + { + padding-top: 1rem !important; + } + .pr-lg-1, + .px-lg-1 + { + padding-right: 1rem !important; + } + .pb-lg-1, + .py-lg-1 + { + padding-bottom: 1rem !important; + } + .pl-lg-1, + .px-lg-1 + { + padding-left: 1rem !important; + } + .p-lg-2 + { + padding: 1.5rem !important; + } + .pt-lg-2, + .py-lg-2 + { + padding-top: 1.5rem !important; + } + .pr-lg-2, + .px-lg-2 + { + padding-right: 1.5rem !important; + } + .pb-lg-2, + .py-lg-2 + { + padding-bottom: 1.5rem !important; + } + .pl-lg-2, + .px-lg-2 + { + padding-left: 1.5rem !important; + } + .p-lg-3 + { + padding: 3rem !important; + } + .pt-lg-3, + .py-lg-3 + { + padding-top: 3rem !important; + } + .pr-lg-3, + .px-lg-3 + { + padding-right: 3rem !important; + } + .pb-lg-3, + .py-lg-3 + { + padding-bottom: 3rem !important; + } + .pl-lg-3, + .px-lg-3 + { + padding-left: 3rem !important; + } + .p-lg-4 + { + padding: 3.5rem !important; + } + .pt-lg-4, + .py-lg-4 + { + padding-top: 3.5rem !important; + } + .pr-lg-4, + .px-lg-4 + { + padding-right: 3.5rem !important; + } + .pb-lg-4, + .py-lg-4 + { + padding-bottom: 3.5rem !important; + } + .pl-lg-4, + .px-lg-4 + { + padding-left: 3.5rem !important; + } + .p-lg-5 + { + padding: 4rem !important; + } + .pt-lg-5, + .py-lg-5 + { + padding-top: 4rem !important; + } + .pr-lg-5, + .px-lg-5 + { + padding-right: 4rem !important; + } + .pb-lg-5, + .py-lg-5 + { + padding-bottom: 4rem !important; + } + .pl-lg-5, + .px-lg-5 + { + padding-left: 4rem !important; + } + .p-lg-25 + { + padding: .25rem !important; + } + .pt-lg-25, + .py-lg-25 + { + padding-top: .25rem !important; + } + .pr-lg-25, + .px-lg-25 + { + padding-right: .25rem !important; + } + .pb-lg-25, + .py-lg-25 + { + padding-bottom: .25rem !important; + } + .pl-lg-25, + .px-lg-25 + { + padding-left: .25rem !important; + } + .p-lg-50 + { + padding: .5rem !important; + } + .pt-lg-50, + .py-lg-50 + { + padding-top: .5rem !important; + } + .pr-lg-50, + .px-lg-50 + { + padding-right: .5rem !important; + } + .pb-lg-50, + .py-lg-50 + { + padding-bottom: .5rem !important; + } + .pl-lg-50, + .px-lg-50 + { + padding-left: .5rem !important; + } + .p-lg-75 + { + padding: .75rem !important; + } + .pt-lg-75, + .py-lg-75 + { + padding-top: .75rem !important; + } + .pr-lg-75, + .px-lg-75 + { + padding-right: .75rem !important; + } + .pb-lg-75, + .py-lg-75 + { + padding-bottom: .75rem !important; + } + .pl-lg-75, + .px-lg-75 + { + padding-left: .75rem !important; + } + .m-lg-n1 + { + margin: -1rem !important; + } + .mt-lg-n1, + .my-lg-n1 + { + margin-top: -1rem !important; + } + .mr-lg-n1, + .mx-lg-n1 + { + margin-right: -1rem !important; + } + .mb-lg-n1, + .my-lg-n1 + { + margin-bottom: -1rem !important; + } + .ml-lg-n1, + .mx-lg-n1 + { + margin-left: -1rem !important; + } + .m-lg-n2 + { + margin: -1.5rem !important; + } + .mt-lg-n2, + .my-lg-n2 + { + margin-top: -1.5rem !important; + } + .mr-lg-n2, + .mx-lg-n2 + { + margin-right: -1.5rem !important; + } + .mb-lg-n2, + .my-lg-n2 + { + margin-bottom: -1.5rem !important; + } + .ml-lg-n2, + .mx-lg-n2 + { + margin-left: -1.5rem !important; + } + .m-lg-n3 + { + margin: -3rem !important; + } + .mt-lg-n3, + .my-lg-n3 + { + margin-top: -3rem !important; + } + .mr-lg-n3, + .mx-lg-n3 + { + margin-right: -3rem !important; + } + .mb-lg-n3, + .my-lg-n3 + { + margin-bottom: -3rem !important; + } + .ml-lg-n3, + .mx-lg-n3 + { + margin-left: -3rem !important; + } + .m-lg-n4 + { + margin: -3.5rem !important; + } + .mt-lg-n4, + .my-lg-n4 + { + margin-top: -3.5rem !important; + } + .mr-lg-n4, + .mx-lg-n4 + { + margin-right: -3.5rem !important; + } + .mb-lg-n4, + .my-lg-n4 + { + margin-bottom: -3.5rem !important; + } + .ml-lg-n4, + .mx-lg-n4 + { + margin-left: -3.5rem !important; + } + .m-lg-n5 + { + margin: -4rem !important; + } + .mt-lg-n5, + .my-lg-n5 + { + margin-top: -4rem !important; + } + .mr-lg-n5, + .mx-lg-n5 + { + margin-right: -4rem !important; + } + .mb-lg-n5, + .my-lg-n5 + { + margin-bottom: -4rem !important; + } + .ml-lg-n5, + .mx-lg-n5 + { + margin-left: -4rem !important; + } + .m-lg-n25 + { + margin: -.25rem !important; + } + .mt-lg-n25, + .my-lg-n25 + { + margin-top: -.25rem !important; + } + .mr-lg-n25, + .mx-lg-n25 + { + margin-right: -.25rem !important; + } + .mb-lg-n25, + .my-lg-n25 + { + margin-bottom: -.25rem !important; + } + .ml-lg-n25, + .mx-lg-n25 + { + margin-left: -.25rem !important; + } + .m-lg-n50 + { + margin: -.5rem !important; + } + .mt-lg-n50, + .my-lg-n50 + { + margin-top: -.5rem !important; + } + .mr-lg-n50, + .mx-lg-n50 + { + margin-right: -.5rem !important; + } + .mb-lg-n50, + .my-lg-n50 + { + margin-bottom: -.5rem !important; + } + .ml-lg-n50, + .mx-lg-n50 + { + margin-left: -.5rem !important; + } + .m-lg-n75 + { + margin: -.75rem !important; + } + .mt-lg-n75, + .my-lg-n75 + { + margin-top: -.75rem !important; + } + .mr-lg-n75, + .mx-lg-n75 + { + margin-right: -.75rem !important; + } + .mb-lg-n75, + .my-lg-n75 + { + margin-bottom: -.75rem !important; + } + .ml-lg-n75, + .mx-lg-n75 + { + margin-left: -.75rem !important; + } + .m-lg-auto + { + margin: auto !important; + } + .mt-lg-auto, + .my-lg-auto + { + margin-top: auto !important; + } + .mr-lg-auto, + .mx-lg-auto + { + margin-right: auto !important; + } + .mb-lg-auto, + .my-lg-auto + { + margin-bottom: auto !important; + } + .ml-lg-auto, + .mx-lg-auto + { + margin-left: auto !important; + } +} + +@media (min-width: 1200px) +{ + .m-xl-0 + { + margin: 0 !important; + } + .mt-xl-0, + .my-xl-0 + { + margin-top: 0 !important; + } + .mr-xl-0, + .mx-xl-0 + { + margin-right: 0 !important; + } + .mb-xl-0, + .my-xl-0 + { + margin-bottom: 0 !important; + } + .ml-xl-0, + .mx-xl-0 + { + margin-left: 0 !important; + } + .m-xl-1 + { + margin: 1rem !important; + } + .mt-xl-1, + .my-xl-1 + { + margin-top: 1rem !important; + } + .mr-xl-1, + .mx-xl-1 + { + margin-right: 1rem !important; + } + .mb-xl-1, + .my-xl-1 + { + margin-bottom: 1rem !important; + } + .ml-xl-1, + .mx-xl-1 + { + margin-left: 1rem !important; + } + .m-xl-2 + { + margin: 1.5rem !important; + } + .mt-xl-2, + .my-xl-2 + { + margin-top: 1.5rem !important; + } + .mr-xl-2, + .mx-xl-2 + { + margin-right: 1.5rem !important; + } + .mb-xl-2, + .my-xl-2 + { + margin-bottom: 1.5rem !important; + } + .ml-xl-2, + .mx-xl-2 + { + margin-left: 1.5rem !important; + } + .m-xl-3 + { + margin: 3rem !important; + } + .mt-xl-3, + .my-xl-3 + { + margin-top: 3rem !important; + } + .mr-xl-3, + .mx-xl-3 + { + margin-right: 3rem !important; + } + .mb-xl-3, + .my-xl-3 + { + margin-bottom: 3rem !important; + } + .ml-xl-3, + .mx-xl-3 + { + margin-left: 3rem !important; + } + .m-xl-4 + { + margin: 3.5rem !important; + } + .mt-xl-4, + .my-xl-4 + { + margin-top: 3.5rem !important; + } + .mr-xl-4, + .mx-xl-4 + { + margin-right: 3.5rem !important; + } + .mb-xl-4, + .my-xl-4 + { + margin-bottom: 3.5rem !important; + } + .ml-xl-4, + .mx-xl-4 + { + margin-left: 3.5rem !important; + } + .m-xl-5 + { + margin: 4rem !important; + } + .mt-xl-5, + .my-xl-5 + { + margin-top: 4rem !important; + } + .mr-xl-5, + .mx-xl-5 + { + margin-right: 4rem !important; + } + .mb-xl-5, + .my-xl-5 + { + margin-bottom: 4rem !important; + } + .ml-xl-5, + .mx-xl-5 + { + margin-left: 4rem !important; + } + .m-xl-25 + { + margin: .25rem !important; + } + .mt-xl-25, + .my-xl-25 + { + margin-top: .25rem !important; + } + .mr-xl-25, + .mx-xl-25 + { + margin-right: .25rem !important; + } + .mb-xl-25, + .my-xl-25 + { + margin-bottom: .25rem !important; + } + .ml-xl-25, + .mx-xl-25 + { + margin-left: .25rem !important; + } + .m-xl-50 + { + margin: .5rem !important; + } + .mt-xl-50, + .my-xl-50 + { + margin-top: .5rem !important; + } + .mr-xl-50, + .mx-xl-50 + { + margin-right: .5rem !important; + } + .mb-xl-50, + .my-xl-50 + { + margin-bottom: .5rem !important; + } + .ml-xl-50, + .mx-xl-50 + { + margin-left: .5rem !important; + } + .m-xl-75 + { + margin: .75rem !important; + } + .mt-xl-75, + .my-xl-75 + { + margin-top: .75rem !important; + } + .mr-xl-75, + .mx-xl-75 + { + margin-right: .75rem !important; + } + .mb-xl-75, + .my-xl-75 + { + margin-bottom: .75rem !important; + } + .ml-xl-75, + .mx-xl-75 + { + margin-left: .75rem !important; + } + .p-xl-0 + { + padding: 0 !important; + } + .pt-xl-0, + .py-xl-0 + { + padding-top: 0 !important; + } + .pr-xl-0, + .px-xl-0 + { + padding-right: 0 !important; + } + .pb-xl-0, + .py-xl-0 + { + padding-bottom: 0 !important; + } + .pl-xl-0, + .px-xl-0 + { + padding-left: 0 !important; + } + .p-xl-1 + { + padding: 1rem !important; + } + .pt-xl-1, + .py-xl-1 + { + padding-top: 1rem !important; + } + .pr-xl-1, + .px-xl-1 + { + padding-right: 1rem !important; + } + .pb-xl-1, + .py-xl-1 + { + padding-bottom: 1rem !important; + } + .pl-xl-1, + .px-xl-1 + { + padding-left: 1rem !important; + } + .p-xl-2 + { + padding: 1.5rem !important; + } + .pt-xl-2, + .py-xl-2 + { + padding-top: 1.5rem !important; + } + .pr-xl-2, + .px-xl-2 + { + padding-right: 1.5rem !important; + } + .pb-xl-2, + .py-xl-2 + { + padding-bottom: 1.5rem !important; + } + .pl-xl-2, + .px-xl-2 + { + padding-left: 1.5rem !important; + } + .p-xl-3 + { + padding: 3rem !important; + } + .pt-xl-3, + .py-xl-3 + { + padding-top: 3rem !important; + } + .pr-xl-3, + .px-xl-3 + { + padding-right: 3rem !important; + } + .pb-xl-3, + .py-xl-3 + { + padding-bottom: 3rem !important; + } + .pl-xl-3, + .px-xl-3 + { + padding-left: 3rem !important; + } + .p-xl-4 + { + padding: 3.5rem !important; + } + .pt-xl-4, + .py-xl-4 + { + padding-top: 3.5rem !important; + } + .pr-xl-4, + .px-xl-4 + { + padding-right: 3.5rem !important; + } + .pb-xl-4, + .py-xl-4 + { + padding-bottom: 3.5rem !important; + } + .pl-xl-4, + .px-xl-4 + { + padding-left: 3.5rem !important; + } + .p-xl-5 + { + padding: 4rem !important; + } + .pt-xl-5, + .py-xl-5 + { + padding-top: 4rem !important; + } + .pr-xl-5, + .px-xl-5 + { + padding-right: 4rem !important; + } + .pb-xl-5, + .py-xl-5 + { + padding-bottom: 4rem !important; + } + .pl-xl-5, + .px-xl-5 + { + padding-left: 4rem !important; + } + .p-xl-25 + { + padding: .25rem !important; + } + .pt-xl-25, + .py-xl-25 + { + padding-top: .25rem !important; + } + .pr-xl-25, + .px-xl-25 + { + padding-right: .25rem !important; + } + .pb-xl-25, + .py-xl-25 + { + padding-bottom: .25rem !important; + } + .pl-xl-25, + .px-xl-25 + { + padding-left: .25rem !important; + } + .p-xl-50 + { + padding: .5rem !important; + } + .pt-xl-50, + .py-xl-50 + { + padding-top: .5rem !important; + } + .pr-xl-50, + .px-xl-50 + { + padding-right: .5rem !important; + } + .pb-xl-50, + .py-xl-50 + { + padding-bottom: .5rem !important; + } + .pl-xl-50, + .px-xl-50 + { + padding-left: .5rem !important; + } + .p-xl-75 + { + padding: .75rem !important; + } + .pt-xl-75, + .py-xl-75 + { + padding-top: .75rem !important; + } + .pr-xl-75, + .px-xl-75 + { + padding-right: .75rem !important; + } + .pb-xl-75, + .py-xl-75 + { + padding-bottom: .75rem !important; + } + .pl-xl-75, + .px-xl-75 + { + padding-left: .75rem !important; + } + .m-xl-n1 + { + margin: -1rem !important; + } + .mt-xl-n1, + .my-xl-n1 + { + margin-top: -1rem !important; + } + .mr-xl-n1, + .mx-xl-n1 + { + margin-right: -1rem !important; + } + .mb-xl-n1, + .my-xl-n1 + { + margin-bottom: -1rem !important; + } + .ml-xl-n1, + .mx-xl-n1 + { + margin-left: -1rem !important; + } + .m-xl-n2 + { + margin: -1.5rem !important; + } + .mt-xl-n2, + .my-xl-n2 + { + margin-top: -1.5rem !important; + } + .mr-xl-n2, + .mx-xl-n2 + { + margin-right: -1.5rem !important; + } + .mb-xl-n2, + .my-xl-n2 + { + margin-bottom: -1.5rem !important; + } + .ml-xl-n2, + .mx-xl-n2 + { + margin-left: -1.5rem !important; + } + .m-xl-n3 + { + margin: -3rem !important; + } + .mt-xl-n3, + .my-xl-n3 + { + margin-top: -3rem !important; + } + .mr-xl-n3, + .mx-xl-n3 + { + margin-right: -3rem !important; + } + .mb-xl-n3, + .my-xl-n3 + { + margin-bottom: -3rem !important; + } + .ml-xl-n3, + .mx-xl-n3 + { + margin-left: -3rem !important; + } + .m-xl-n4 + { + margin: -3.5rem !important; + } + .mt-xl-n4, + .my-xl-n4 + { + margin-top: -3.5rem !important; + } + .mr-xl-n4, + .mx-xl-n4 + { + margin-right: -3.5rem !important; + } + .mb-xl-n4, + .my-xl-n4 + { + margin-bottom: -3.5rem !important; + } + .ml-xl-n4, + .mx-xl-n4 + { + margin-left: -3.5rem !important; + } + .m-xl-n5 + { + margin: -4rem !important; + } + .mt-xl-n5, + .my-xl-n5 + { + margin-top: -4rem !important; + } + .mr-xl-n5, + .mx-xl-n5 + { + margin-right: -4rem !important; + } + .mb-xl-n5, + .my-xl-n5 + { + margin-bottom: -4rem !important; + } + .ml-xl-n5, + .mx-xl-n5 + { + margin-left: -4rem !important; + } + .m-xl-n25 + { + margin: -.25rem !important; + } + .mt-xl-n25, + .my-xl-n25 + { + margin-top: -.25rem !important; + } + .mr-xl-n25, + .mx-xl-n25 + { + margin-right: -.25rem !important; + } + .mb-xl-n25, + .my-xl-n25 + { + margin-bottom: -.25rem !important; + } + .ml-xl-n25, + .mx-xl-n25 + { + margin-left: -.25rem !important; + } + .m-xl-n50 + { + margin: -.5rem !important; + } + .mt-xl-n50, + .my-xl-n50 + { + margin-top: -.5rem !important; + } + .mr-xl-n50, + .mx-xl-n50 + { + margin-right: -.5rem !important; + } + .mb-xl-n50, + .my-xl-n50 + { + margin-bottom: -.5rem !important; + } + .ml-xl-n50, + .mx-xl-n50 + { + margin-left: -.5rem !important; + } + .m-xl-n75 + { + margin: -.75rem !important; + } + .mt-xl-n75, + .my-xl-n75 + { + margin-top: -.75rem !important; + } + .mr-xl-n75, + .mx-xl-n75 + { + margin-right: -.75rem !important; + } + .mb-xl-n75, + .my-xl-n75 + { + margin-bottom: -.75rem !important; + } + .ml-xl-n75, + .mx-xl-n75 + { + margin-left: -.75rem !important; + } + .m-xl-auto + { + margin: auto !important; + } + .mt-xl-auto, + .my-xl-auto + { + margin-top: auto !important; + } + .mr-xl-auto, + .mx-xl-auto + { + margin-right: auto !important; + } + .mb-xl-auto, + .my-xl-auto + { + margin-bottom: auto !important; + } + .ml-xl-auto, + .mx-xl-auto + { + margin-left: auto !important; + } +} + +.text-monospace +{ + font-family: 'Montserrat', Helvetica, Arial, serif !important; +} + +.text-justify +{ + text-align: justify !important; +} + +.text-wrap +{ + white-space: normal !important; +} + +.text-nowrap +{ + white-space: nowrap !important; +} + +.text-truncate +{ + overflow: hidden; + + white-space: nowrap; + text-overflow: ellipsis; +} + +.text-left +{ + text-align: left !important; +} + +.text-right +{ + text-align: right !important; +} + +.text-center +{ + text-align: center !important; +} + +@media (min-width: 576px) +{ + .text-sm-left + { + text-align: left !important; + } + .text-sm-right + { + text-align: right !important; + } + .text-sm-center + { + text-align: center !important; + } +} + +@media (min-width: 768px) +{ + .text-md-left + { + text-align: left !important; + } + .text-md-right + { + text-align: right !important; + } + .text-md-center + { + text-align: center !important; + } +} + +@media (min-width: 992px) +{ + .text-lg-left + { + text-align: left !important; + } + .text-lg-right + { + text-align: right !important; + } + .text-lg-center + { + text-align: center !important; + } +} + +@media (min-width: 1200px) +{ + .text-xl-left + { + text-align: left !important; + } + .text-xl-right + { + text-align: right !important; + } + .text-xl-center + { + text-align: center !important; + } +} + +.text-lowercase +{ + text-transform: lowercase !important; +} + +.text-uppercase +{ + text-transform: uppercase !important; +} + +.text-capitalize +{ + text-transform: capitalize !important; +} + +.font-weight-light +{ + font-weight: 300 !important; +} + +.font-weight-lighter +{ + font-weight: lighter !important; +} + +.font-weight-normal +{ + font-weight: 400 !important; +} + +.font-weight-bold +{ + font-weight: 700 !important; +} + +.font-weight-bolder +{ + font-weight: bolder !important; +} + +.font-italic +{ + font-style: italic !important; +} + +.text-white +{ + color: #fff !important; +} + +.text-primary +{ + color: #7367f0 !important; +} + +a.text-primary:hover, +a.text-primary:focus +{ + color: #3321e9 !important; +} + +.text-secondary +{ + color: #b8c2cc !important; +} + +a.text-secondary:hover, +a.text-secondary:focus +{ + color: #8b9cac !important; +} + +.text-success +{ + color: #28c76f !important; +} + +a.text-success:hover, +a.text-success:focus +{ + color: #1b874b !important; +} + +.text-info +{ + color: #00cfe8 !important; +} + +a.text-info:hover, +a.text-info:focus +{ + color: #008b9c !important; +} + +.text-warning +{ + color: #ff9f43 !important; +} + +a.text-warning:hover, +a.text-warning:focus +{ + color: #f67800 !important; +} + +.text-danger +{ + color: #ea5455 !important; +} + +a.text-danger:hover, +a.text-danger:focus +{ + color: #d71a1c !important; +} + +.text-light +{ + color: #babfc7 !important; +} + +a.text-light:hover, +a.text-light:focus +{ + color: #9098a5 !important; +} + +.text-dark +{ + color: #1e1e1e !important; +} + +a.text-dark:hover, +a.text-dark:focus +{ + color: black !important; +} + +.text-body +{ + color: #626262 !important; +} + +.text-muted +{ + color: #b8c2cc !important; +} + +.text-black-50 +{ + color: rgba(34, 41, 47, .5) !important; +} + +.text-white-50 +{ + color: rgba(255, 255, 255, .5) !important; +} + +.text-hide +{ + font: 0/0 a; + + color: transparent; + border: 0; + background-color: transparent; + text-shadow: none; +} + +.text-decoration-none +{ + text-decoration: none !important; +} + +.text-break +{ + word-break: break-word !important; + + overflow-wrap: break-word !important; +} + +.text-reset +{ + color: inherit !important; +} + +.visible +{ + visibility: visible !important; +} + +.invisible +{ + visibility: hidden !important; +} + +@media print +{ + *, + *::before, + *::after + { + -webkit-box-shadow: none !important; + box-shadow: none !important; + text-shadow: none !important; + } + a:not(.btn) + { + text-decoration: underline; + } + abbr[title]::after + { + content: ' (' attr(title) ')'; + } + pre + { + white-space: pre-wrap !important; + } + pre, + blockquote + { + border: 1px solid #adb5bd; + + page-break-inside: avoid; + } + thead + { + display: table-header-group; + } + tr, + img + { + page-break-inside: avoid; + } + p, + h2, + h3 + { + orphans: 3; + widows: 3; + } + h2, + h3 + { + page-break-after: avoid; + } + @page + { + size: a3; + } + body + { + min-width: 992px !important; + } + .container + { + min-width: 992px !important; + } + .navbar + { + display: none; + } + .badge + { + border: 1px solid #22292f; + } + .table + { + border-collapse: collapse !important; + } + .table td, + .table th + { + background-color: #fff !important; + } + .table-bordered th, + .table-bordered td + { + border: 1px solid #dae1e7 !important; + } + .table-dark + { + color: inherit; + } + .table-dark th, + .table-dark td, + .table-dark thead th, + .table-dark tbody + tbody + { + border-color: #f8f8f8; + } + .table .thead-dark th + { + color: inherit; + border-color: #f8f8f8; + } +} diff --git a/wwwjuba/app-assets/css/bootstrap.min.css b/wwwjuba/app-assets/css/bootstrap.min.css new file mode 100644 index 0000000..d16468c --- /dev/null +++ b/wwwjuba/app-assets/css/bootstrap.min.css @@ -0,0 +1,11 @@ +/*! + * Bootstrap v4.3.1 (https://getbootstrap.com/) + * Copyright 2011-2019 The Bootstrap Authors + * Copyright 2011-2019 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + *//*! + * Bootstrap v4.3.1 (https://getbootstrap.com/) + * Copyright 2011-2019 The Bootstrap Authors + * Copyright 2011-2019 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + */.col-form-label,ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dl,h1,h2,h3,h4,h5,h6,ol,p,pre,ul{margin-top:0}address,dl,ol,p,pre,ul{margin-bottom:1rem}img,svg{vertical-align:middle}body,caption{text-align:left}dd,label{margin-bottom:.5rem}button,hr,input{overflow:visible}pre,textarea{overflow:auto}address,legend{line-height:inherit}article,aside,figcaption,figure,footer,header,hgroup,legend,main,nav,section{display:block}a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover,legend{color:inherit}progress,sub,sup{vertical-align:baseline}label,output{display:inline-block}.dropdown-menu,.nav,.navbar-nav{list-style:none}.btn-group-vertical,.form-inline,.navbar-nav{-webkit-box-direction:normal;-moz-box-direction:normal}.btn-group-vertical,.form-inline,.navbar-expand,.navbar-nav{-moz-box-direction:normal}:root{--blue:#00cfe8;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#ea5455;--orange:#ff9f43;--yellow:#ffc107;--green:#28c76f;--teal:#20c997;--cyan:#7367f0;--white:#fff;--gray:#b8c2cc;--gray-dark:#1e1e1e;--primary:#7367f0;--secondary:#b8c2cc;--success:#28c76f;--info:#00cfe8;--warning:#ff9f43;--danger:#ea5455;--light:#babfc7;--dark:#1e1e1e;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:'Montserrat',Helvetica,Arial,serif;--font-family-monospace:'Montserrat',Helvetica,Arial,serif}*,::after,::before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.carousel-indicators li,hr{-moz-box-sizing:content-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(34,41,47,0)}body,code,kbd,pre,samp{font-family:Montserrat,Helvetica,Arial,serif}body{font-size:1rem;font-weight:400;line-height:1.45;margin:0;color:#626262;background-color:#f8f8f8}[tabindex='-1']:focus{outline:0!important}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0}.img-fluid,.img-thumbnail{max-width:100%;height:auto}abbr[data-original-title],abbr[title]{cursor:help;text-decoration:underline;text-decoration:underline dotted;border-bottom:0;-webkit-text-decoration:underline dotted;-moz-text-decoration:underline dotted;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled),summary{cursor:pointer}.breadcrumb-item+.breadcrumb-item:hover::before,.btn-link,.btn-link.focus,.btn-link:focus,.btn-link:hover,.btn:hover,.card-link:hover,.close:hover,.dropdown-item:focus,.dropdown-item:hover,.list-group-item-action:focus,.list-group-item-action:hover,.nav-link:focus,.nav-link:hover,.navbar-brand:focus,.navbar-brand:hover,.navbar-toggler:focus,.navbar-toggler:hover,.page-link:hover,a,a.badge:focus,a.badge:hover,a:hover,a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{text-decoration:none}address{font-style:normal}dt{font-weight:700}dd{margin-left:0}blockquote,figure{margin:0 0 1rem}b,strong{font-weight:bolder}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}a{color:#7367f0;background-color:transparent}a:hover{color:#5e50ee}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-size:1em}img{border-style:none}svg{overflow:hidden}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;caption-side:bottom;color:#b8c2cc}th{text-align:inherit}button{border-radius:0}button:focus{outline:dotted 1px;outline:-webkit-focus-ring-color auto 5px}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,select{text-transform:none}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=month],input[type=date],input[type=time],input[type=datetime-local]{-webkit-appearance:listbox}textarea{resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{font-size:1.5rem;width:100%;max-width:100%;margin-bottom:.5rem;padding:0;white-space:normal}.badge,.dropdown-header,.dropdown-item,.dropdown-toggle,.input-group-text,.navbar-brand,.progress-bar{white-space:nowrap}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}.h1,.navbar-brand,.navbar-toggler,h1{font-size:2rem}.display-1,.display-2,.display-3,.display-4{line-height:1.2}.custom-range,.custom-select{-webkit-appearance:none;-moz-appearance:none}summary{display:list-item}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.2;margin-bottom:.5rem;color:#2c2c2c}.display-1,.display-2,.display-3,.display-4,.lead{font-weight:300}.blockquote,hr{margin-bottom:1rem}.h2,h2{font-size:1.74rem}.h3,h3{font-size:1.51rem}.h4,h4{font-size:1.32rem}.h5,h5{font-size:1.14rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem}.display-1{font-size:6rem}.display-2{font-size:5.5rem}.display-3{font-size:4.5rem}.display-4{font-size:3.5rem}hr{margin-top:1rem;border:0;border-top:1px solid rgba(34,41,47,.1)}.small,small{font-size:smaller;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-inline,.list-unstyled{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{font-size:1.25rem}.blockquote-footer{font-size:smaller;display:block;color:#b8c2cc}code,kbd{font-size:90%}.blockquote-footer::before{content:'\2014\00A0'}.img-thumbnail{padding:.25rem;border:1px solid #dae1e7;border-radius:.5rem;background-color:#f8f8f8}.figure{display:inline-block}.figure-img{line-height:1;margin-bottom:.5rem}.figure-caption{font-size:90%;color:#b8c2cc}a>code,pre code{color:inherit}code{word-break:break-word;color:#e83e8c}kbd{padding:.2rem .4rem;color:#fff;border-radius:.25rem;background-color:#eee}kbd kbd{font-size:100%;font-weight:700;padding:0}.btn,.btn-link,.custom-select,.dropdown-item,.form-control,.input-group-text{font-weight:400}.container,.container-fluid{margin-right:auto;margin-left:auto;padding-right:14px;padding-left:14px;width:100%}pre{font-size:90%;display:block;color:#2a2e30}pre code{font-size:inherit;word-break:normal}.pre-scrollable{overflow-y:scroll;max-height:340px}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.col,.col-auto{max-width:100%}.row{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin-right:-14px;margin-left:-14px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;padding-right:14px;padding-left:14px}.col{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1}.col-1,.col-auto{-webkit-box-flex:0}.col-auto{width:auto;-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-1{max-width:8.33333%;-webkit-flex:0 0 8.33333%;-moz-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%}.col-2,.col-3{-webkit-box-flex:0}.col-2{max-width:16.66667%;-webkit-flex:0 0 16.66667%;-moz-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%}.col-3{max-width:25%;-webkit-flex:0 0 25%;-moz-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%}.col-4,.col-5{-webkit-box-flex:0}.col-4{max-width:33.33333%;-webkit-flex:0 0 33.33333%;-moz-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%}.col-5{max-width:41.66667%;-webkit-flex:0 0 41.66667%;-moz-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%}.col-6,.col-7{-webkit-box-flex:0}.col-6{max-width:50%;-webkit-flex:0 0 50%;-moz-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.col-7{max-width:58.33333%;-webkit-flex:0 0 58.33333%;-moz-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%}.col-8,.col-9{-webkit-box-flex:0}.col-8{max-width:66.66667%;-webkit-flex:0 0 66.66667%;-moz-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%}.col-9{max-width:75%;-webkit-flex:0 0 75%;-moz-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%}.col-10,.col-11{-webkit-box-flex:0}.col-10{max-width:83.33333%;-webkit-flex:0 0 83.33333%;-moz-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%}.col-11{max-width:91.66667%;-webkit-flex:0 0 91.66667%;-moz-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%}.col-12{max-width:100%;-webkit-box-flex:0;-webkit-flex:0 0 100%;-moz-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.order-first{-webkit-box-ordinal-group:0;-webkit-order:-1;-moz-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-last{-webkit-box-ordinal-group:14;-webkit-order:13;-moz-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-0{-webkit-box-ordinal-group:1;-webkit-order:0;-moz-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-1{-webkit-box-ordinal-group:2;-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-2{-webkit-box-ordinal-group:3;-webkit-order:2;-moz-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-3{-webkit-box-ordinal-group:4;-webkit-order:3;-moz-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-4{-webkit-box-ordinal-group:5;-webkit-order:4;-moz-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-5{-webkit-box-ordinal-group:6;-webkit-order:5;-moz-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-6{-webkit-box-ordinal-group:7;-webkit-order:6;-moz-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-7{-webkit-box-ordinal-group:8;-webkit-order:7;-moz-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-8{-webkit-box-ordinal-group:9;-webkit-order:8;-moz-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-9{-webkit-box-ordinal-group:10;-webkit-order:9;-moz-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-10{-webkit-box-ordinal-group:11;-webkit-order:10;-moz-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-11{-webkit-box-ordinal-group:12;-webkit-order:11;-moz-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-12{-webkit-box-ordinal-group:13;-webkit-order:12;-moz-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-1{margin-left:8.33333%}.offset-2{margin-left:16.66667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333%}.offset-5{margin-left:41.66667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333%}.offset-8{margin-left:66.66667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333%}.offset-11{margin-left:91.66667%}@media (min-width:576px){.col-sm{max-width:100%;-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1}.col-sm-auto{width:auto;max-width:100%;-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-sm-1{max-width:8.33333%;-webkit-box-flex:0;-webkit-flex:0 0 8.33333%;-moz-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%}.col-sm-2{max-width:16.66667%;-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-moz-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%}.col-sm-3{max-width:25%;-webkit-box-flex:0;-webkit-flex:0 0 25%;-moz-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%}.col-sm-4{max-width:33.33333%;-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-moz-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%}.col-sm-5{max-width:41.66667%;-webkit-box-flex:0;-webkit-flex:0 0 41.66667%;-moz-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%}.col-sm-6{max-width:50%;-webkit-box-flex:0;-webkit-flex:0 0 50%;-moz-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.col-sm-7{max-width:58.33333%;-webkit-box-flex:0;-webkit-flex:0 0 58.33333%;-moz-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%}.col-sm-8{max-width:66.66667%;-webkit-box-flex:0;-webkit-flex:0 0 66.66667%;-moz-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%}.col-sm-9{max-width:75%;-webkit-box-flex:0;-webkit-flex:0 0 75%;-moz-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%}.col-sm-10{max-width:83.33333%;-webkit-box-flex:0;-webkit-flex:0 0 83.33333%;-moz-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%}.col-sm-11{max-width:91.66667%;-webkit-box-flex:0;-webkit-flex:0 0 91.66667%;-moz-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%}.col-sm-12{max-width:100%;-webkit-box-flex:0;-webkit-flex:0 0 100%;-moz-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.order-sm-first{-webkit-box-ordinal-group:0;-webkit-order:-1;-moz-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-sm-last{-webkit-box-ordinal-group:14;-webkit-order:13;-moz-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-sm-0{-webkit-box-ordinal-group:1;-webkit-order:0;-moz-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-sm-1{-webkit-box-ordinal-group:2;-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-sm-2{-webkit-box-ordinal-group:3;-webkit-order:2;-moz-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-sm-3{-webkit-box-ordinal-group:4;-webkit-order:3;-moz-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-sm-4{-webkit-box-ordinal-group:5;-webkit-order:4;-moz-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-sm-5{-webkit-box-ordinal-group:6;-webkit-order:5;-moz-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-sm-6{-webkit-box-ordinal-group:7;-webkit-order:6;-moz-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-sm-7{-webkit-box-ordinal-group:8;-webkit-order:7;-moz-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-sm-8{-webkit-box-ordinal-group:9;-webkit-order:8;-moz-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-sm-9{-webkit-box-ordinal-group:10;-webkit-order:9;-moz-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-sm-10{-webkit-box-ordinal-group:11;-webkit-order:10;-moz-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-sm-11{-webkit-box-ordinal-group:12;-webkit-order:11;-moz-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-sm-12{-webkit-box-ordinal-group:13;-webkit-order:12;-moz-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333%}.offset-sm-2{margin-left:16.66667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333%}.offset-sm-5{margin-left:41.66667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333%}.offset-sm-8{margin-left:66.66667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333%}.offset-sm-11{margin-left:91.66667%}}@media (min-width:768px){.col-md{max-width:100%;-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1}.col-md-auto{width:auto;max-width:100%;-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-md-1{max-width:8.33333%;-webkit-box-flex:0;-webkit-flex:0 0 8.33333%;-moz-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%}.col-md-2{max-width:16.66667%;-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-moz-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%}.col-md-3{max-width:25%;-webkit-box-flex:0;-webkit-flex:0 0 25%;-moz-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%}.col-md-4{max-width:33.33333%;-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-moz-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%}.col-md-5{max-width:41.66667%;-webkit-box-flex:0;-webkit-flex:0 0 41.66667%;-moz-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%}.col-md-6{max-width:50%;-webkit-box-flex:0;-webkit-flex:0 0 50%;-moz-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.col-md-7{max-width:58.33333%;-webkit-box-flex:0;-webkit-flex:0 0 58.33333%;-moz-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%}.col-md-8{max-width:66.66667%;-webkit-box-flex:0;-webkit-flex:0 0 66.66667%;-moz-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%}.col-md-9{max-width:75%;-webkit-box-flex:0;-webkit-flex:0 0 75%;-moz-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%}.col-md-10{max-width:83.33333%;-webkit-box-flex:0;-webkit-flex:0 0 83.33333%;-moz-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%}.col-md-11{max-width:91.66667%;-webkit-box-flex:0;-webkit-flex:0 0 91.66667%;-moz-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%}.col-md-12{max-width:100%;-webkit-box-flex:0;-webkit-flex:0 0 100%;-moz-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.order-md-first{-webkit-box-ordinal-group:0;-webkit-order:-1;-moz-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-md-last{-webkit-box-ordinal-group:14;-webkit-order:13;-moz-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-md-0{-webkit-box-ordinal-group:1;-webkit-order:0;-moz-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-md-1{-webkit-box-ordinal-group:2;-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-md-2{-webkit-box-ordinal-group:3;-webkit-order:2;-moz-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-md-3{-webkit-box-ordinal-group:4;-webkit-order:3;-moz-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-md-4{-webkit-box-ordinal-group:5;-webkit-order:4;-moz-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-md-5{-webkit-box-ordinal-group:6;-webkit-order:5;-moz-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-md-6{-webkit-box-ordinal-group:7;-webkit-order:6;-moz-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-md-7{-webkit-box-ordinal-group:8;-webkit-order:7;-moz-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-md-8{-webkit-box-ordinal-group:9;-webkit-order:8;-moz-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-md-9{-webkit-box-ordinal-group:10;-webkit-order:9;-moz-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-md-10{-webkit-box-ordinal-group:11;-webkit-order:10;-moz-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-md-11{-webkit-box-ordinal-group:12;-webkit-order:11;-moz-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-md-12{-webkit-box-ordinal-group:13;-webkit-order:12;-moz-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333%}.offset-md-2{margin-left:16.66667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333%}.offset-md-5{margin-left:41.66667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333%}.offset-md-8{margin-left:66.66667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333%}.offset-md-11{margin-left:91.66667%}}@media (min-width:992px){.col-lg{max-width:100%;-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1}.col-lg-auto{width:auto;max-width:100%;-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-lg-1{max-width:8.33333%;-webkit-box-flex:0;-webkit-flex:0 0 8.33333%;-moz-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%}.col-lg-2{max-width:16.66667%;-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-moz-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%}.col-lg-3{max-width:25%;-webkit-box-flex:0;-webkit-flex:0 0 25%;-moz-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%}.col-lg-4{max-width:33.33333%;-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-moz-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%}.col-lg-5{max-width:41.66667%;-webkit-box-flex:0;-webkit-flex:0 0 41.66667%;-moz-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%}.col-lg-6{max-width:50%;-webkit-box-flex:0;-webkit-flex:0 0 50%;-moz-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.col-lg-7{max-width:58.33333%;-webkit-box-flex:0;-webkit-flex:0 0 58.33333%;-moz-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%}.col-lg-8{max-width:66.66667%;-webkit-box-flex:0;-webkit-flex:0 0 66.66667%;-moz-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%}.col-lg-9{max-width:75%;-webkit-box-flex:0;-webkit-flex:0 0 75%;-moz-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%}.col-lg-10{max-width:83.33333%;-webkit-box-flex:0;-webkit-flex:0 0 83.33333%;-moz-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%}.col-lg-11{max-width:91.66667%;-webkit-box-flex:0;-webkit-flex:0 0 91.66667%;-moz-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%}.col-lg-12{max-width:100%;-webkit-box-flex:0;-webkit-flex:0 0 100%;-moz-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.order-lg-first{-webkit-box-ordinal-group:0;-webkit-order:-1;-moz-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-lg-last{-webkit-box-ordinal-group:14;-webkit-order:13;-moz-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-lg-0{-webkit-box-ordinal-group:1;-webkit-order:0;-moz-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-lg-1{-webkit-box-ordinal-group:2;-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-lg-2{-webkit-box-ordinal-group:3;-webkit-order:2;-moz-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-lg-3{-webkit-box-ordinal-group:4;-webkit-order:3;-moz-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-lg-4{-webkit-box-ordinal-group:5;-webkit-order:4;-moz-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-lg-5{-webkit-box-ordinal-group:6;-webkit-order:5;-moz-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-lg-6{-webkit-box-ordinal-group:7;-webkit-order:6;-moz-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-lg-7{-webkit-box-ordinal-group:8;-webkit-order:7;-moz-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-lg-8{-webkit-box-ordinal-group:9;-webkit-order:8;-moz-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-lg-9{-webkit-box-ordinal-group:10;-webkit-order:9;-moz-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-lg-10{-webkit-box-ordinal-group:11;-webkit-order:10;-moz-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-lg-11{-webkit-box-ordinal-group:12;-webkit-order:11;-moz-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-lg-12{-webkit-box-ordinal-group:13;-webkit-order:12;-moz-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333%}.offset-lg-2{margin-left:16.66667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333%}.offset-lg-5{margin-left:41.66667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333%}.offset-lg-8{margin-left:66.66667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333%}.offset-lg-11{margin-left:91.66667%}}@media (min-width:1200px){.col-xl{max-width:100%;-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1}.col-xl-auto{width:auto;max-width:100%;-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-xl-1{max-width:8.33333%;-webkit-box-flex:0;-webkit-flex:0 0 8.33333%;-moz-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%}.col-xl-2{max-width:16.66667%;-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-moz-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%}.col-xl-3{max-width:25%;-webkit-box-flex:0;-webkit-flex:0 0 25%;-moz-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%}.col-xl-4{max-width:33.33333%;-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-moz-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%}.col-xl-5{max-width:41.66667%;-webkit-box-flex:0;-webkit-flex:0 0 41.66667%;-moz-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%}.col-xl-6{max-width:50%;-webkit-box-flex:0;-webkit-flex:0 0 50%;-moz-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.col-xl-7{max-width:58.33333%;-webkit-box-flex:0;-webkit-flex:0 0 58.33333%;-moz-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%}.col-xl-8{max-width:66.66667%;-webkit-box-flex:0;-webkit-flex:0 0 66.66667%;-moz-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%}.col-xl-9{max-width:75%;-webkit-box-flex:0;-webkit-flex:0 0 75%;-moz-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%}.col-xl-10{max-width:83.33333%;-webkit-box-flex:0;-webkit-flex:0 0 83.33333%;-moz-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%}.col-xl-11{max-width:91.66667%;-webkit-box-flex:0;-webkit-flex:0 0 91.66667%;-moz-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%}.col-xl-12{max-width:100%;-webkit-box-flex:0;-webkit-flex:0 0 100%;-moz-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.order-xl-first{-webkit-box-ordinal-group:0;-webkit-order:-1;-moz-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-xl-last{-webkit-box-ordinal-group:14;-webkit-order:13;-moz-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-xl-0{-webkit-box-ordinal-group:1;-webkit-order:0;-moz-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-xl-1{-webkit-box-ordinal-group:2;-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-xl-2{-webkit-box-ordinal-group:3;-webkit-order:2;-moz-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-xl-3{-webkit-box-ordinal-group:4;-webkit-order:3;-moz-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-xl-4{-webkit-box-ordinal-group:5;-webkit-order:4;-moz-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xl-5{-webkit-box-ordinal-group:6;-webkit-order:5;-moz-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xl-6{-webkit-box-ordinal-group:7;-webkit-order:6;-moz-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-xl-7{-webkit-box-ordinal-group:8;-webkit-order:7;-moz-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-xl-8{-webkit-box-ordinal-group:9;-webkit-order:8;-moz-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-xl-9{-webkit-box-ordinal-group:10;-webkit-order:9;-moz-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-xl-10{-webkit-box-ordinal-group:11;-webkit-order:10;-moz-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-xl-11{-webkit-box-ordinal-group:12;-webkit-order:11;-moz-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-xl-12{-webkit-box-ordinal-group:13;-webkit-order:12;-moz-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333%}.offset-xl-2{margin-left:16.66667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333%}.offset-xl-5{margin-left:41.66667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333%}.offset-xl-8{margin-left:66.66667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333%}.offset-xl-11{margin-left:91.66667%}}.table{width:100%;margin-bottom:1rem;color:#626262}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #f8f8f8}.table thead th{vertical-align:bottom;border-bottom:2px solid #f8f8f8}.table tbody+tbody{border-top:2px solid #f8f8f8}.table-sm td,.table-sm th{padding:.3rem}.table-bordered,.table-bordered td,.table-bordered th{border:1px solid #f8f8f8}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(34,41,47,.05)}.table-hover tbody tr:hover{color:#626262;background-color:rgba(34,41,47,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#d8d4fb}.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:#b6b0f7}.table-hover .table-primary:hover,.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#c3bdf9}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#ebeef1}.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#dadfe4}.table-hover .table-secondary:hover,.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#dce1e7}.table-success,.table-success>td,.table-success>th{background-color:#c3efd7}.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:#8fe2b4}.table-hover .table-success:hover,.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#afeaca}.table-info,.table-info>td,.table-info>th{background-color:#b8f2f9}.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:#7ae6f3}.table-hover .table-info:hover,.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#a0eef7}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffe4ca}.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:#ffcd9d}.table-hover .table-warning:hover,.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffd7b1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f9cfcf}.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:#f4a6a7}.table-hover .table-danger:hover,.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f6b8b8}.table-light,.table-light>td,.table-light>th{background-color:#ecedef}.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:#dbdee2}.table-hover .table-light:hover,.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#dee0e3}.table-dark,.table-dark>td,.table-dark>th{background-color:silver}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#8a8a8a}.table-hover .table-dark:hover,.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b3b3b3}.table-active,.table-active>td,.table-active>th{background-color:rgba(34,41,47,.075)}.table-hover .table-active:hover,.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(23,28,32,.075)}.table .thead-dark th{color:#fff;border-color:#313131;background-color:#1e1e1e}.table .thead-light th{color:#4e5154;border-color:#f8f8f8;background-color:#ededed}.table-dark{color:#fff;background-color:#1e1e1e}.table-dark td,.table-dark th,.table-dark thead th{border-color:#313131}.table-dark.table-bordered,.table-responsive>.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-dark.table-hover tbody tr:hover{color:#fff;background-color:rgba(255,255,255,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;overflow-x:auto;width:100%;-webkit-overflow-scrolling:touch}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;overflow-x:auto;width:100%;-webkit-overflow-scrolling:touch}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;overflow-x:auto;width:100%;-webkit-overflow-scrolling:touch}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{display:block;overflow-x:auto;width:100%;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;overflow-x:auto;width:100%;-webkit-overflow-scrolling:touch}.accordion>.card,.collapsing,.modal-open,.progress,.toast{overflow:hidden}.form-control{font-size:.96rem;line-height:1.25;display:block;width:100%;height:-webkit-calc(1.25em + 1.4rem + 1px);height:-moz-calc(1.25em + 1.4rem + 1px);height:calc(1.25em + 1.4rem + 1px);padding:.7rem;-webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;-moz-transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-o-transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;color:#4e5154;border:1px solid rgba(0,0,0,.2);border-radius:5px;background-color:#fff;background-clip:padding-box}@media (prefers-reduced-motion:reduce){.form-control{-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none}}.form-control::-ms-expand{border:0;background-color:transparent}.form-control:focus{color:#4e5154;border-color:#7367f0;outline:0;background-color:#fff;-webkit-box-shadow:0 3px 10px 0 rgba(0,0,0,.15);box-shadow:0 3px 10px 0 rgba(0,0,0,.15)}.form-control::-webkit-input-placeholder{opacity:1;color:rgba(0,0,0,.5)}.form-control:-moz-placeholder{opacity:1;color:rgba(0,0,0,.5)}.form-control::-moz-placeholder{opacity:1;color:rgba(0,0,0,.5)}.form-control:-ms-input-placeholder{opacity:1;color:rgba(0,0,0,.5)}.form-control::placeholder{opacity:1;color:rgba(0,0,0,.5)}.form-control:disabled,.form-control[readonly]{opacity:1;background-color:#f5f5f1}select.form-control:focus::-ms-value{color:#4e5154;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{font-size:inherit;line-height:1.25;padding-top:-webkit-calc(.7rem + 1px);padding-top:-moz-calc(.7rem + 1px);padding-top:calc(.7rem + 1px);padding-bottom:-webkit-calc(.7rem + 1px);padding-bottom:-moz-calc(.7rem + 1px);padding-bottom:calc(.7rem + 1px)}.col-form-label-lg{font-size:1.25rem;line-height:1.25;padding-top:-webkit-calc(1rem + 1px);padding-top:-moz-calc(1rem + 1px);padding-top:calc(1rem + 1px);padding-bottom:-webkit-calc(1rem + 1px);padding-bottom:-moz-calc(1rem + 1px);padding-bottom:calc(1rem + 1px)}.col-form-label-sm{font-size:.7rem;line-height:1;padding-top:-webkit-calc(.5rem + 1px);padding-top:-moz-calc(.5rem + 1px);padding-top:calc(.5rem + 1px);padding-bottom:-webkit-calc(.5rem + 1px);padding-bottom:-moz-calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px)}.form-control-plaintext{line-height:1.25;display:block;width:100%;margin-bottom:0;padding-top:.7rem;padding-bottom:.7rem;color:#adb5bd;border:solid transparent;border-width:1px 0;background-color:transparent}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{font-size:.7rem;line-height:1;height:-webkit-calc(1em + 1rem + 2px);height:-moz-calc(1em + 1rem + 2px);height:calc(1em + 1rem + 2px);padding:.5rem 1.5rem;border-radius:4px}.form-control-lg{font-size:1.25rem;line-height:1.25;height:-webkit-calc(1.25em + 2rem + 2px);height:-moz-calc(1.25em + 2rem + 2px);height:calc(1.25em + 2rem + 2px);padding:1rem 2.5rem;border-radius:6px}select.form-control[multiple],select.form-control[size],textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin-right:-5px;margin-left:-5px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label{color:#b8c2cc}.form-check-label{margin-bottom:0}.form-check-inline{display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:.75rem;padding-left:0;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.invalid-tooltip,.valid-tooltip{line-height:1.45;position:absolute;z-index:5;max-width:100%;border-radius:.428rem;top:100%}.valid-feedback{font-size:smaller;display:none;width:100%;margin-top:.25rem;color:#28c76f}.valid-tooltip{font-size:.857rem;display:none;margin-top:.1rem;padding:.4rem .775rem;color:#fff;background-color:#28c76f}.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip,.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip,.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip,.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.form-control-file.is-valid~.valid-feedback,.form-control-file.is-valid~.valid-tooltip,.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip,.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip,.was-validated .form-control-file:valid~.valid-feedback,.was-validated .form-control-file:valid~.valid-tooltip,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.form-check-input.is-valid~.form-check-label,.was-validated .custom-control-input:valid~.custom-control-label,.was-validated .form-check-input:valid~.form-check-label{color:#28c76f}.form-control.is-valid,.was-validated .form-control:valid{padding-right:-webkit-calc(1.25em + 1.4rem);padding-right:-moz-calc(1.25em + 1.4rem);padding-right:calc(1.25em + 1.4rem);border-color:#28c76f;background-image:url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%2328c76f\' d=\'M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z\'/%3e%3c/svg%3e');background-repeat:no-repeat;background-position:center right -webkit-calc(.3125em + .35rem);background-position:center right -moz-calc(.3125em + .35rem);background-position:center right calc(.3125em + .35rem);-webkit-background-size:-webkit-calc(.625em + .7rem) -webkit-calc(.625em + .7rem);background-size:-moz-calc(.625em + .7rem) -moz-calc(.625em + .7rem);background-size:calc(.625em + .7rem) calc(.625em + .7rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#28c76f;-webkit-box-shadow:0 0 0 .2rem rgba(40,199,111,.25);box-shadow:0 0 0 .2rem rgba(40,199,111,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:-webkit-calc(1.25em + 1.4rem);padding-right:-moz-calc(1.25em + 1.4rem);padding-right:calc(1.25em + 1.4rem);background-position:top -webkit-calc(.3125em + .35rem) right -webkit-calc(.3125em + .35rem);background-position:top -moz-calc(.3125em + .35rem) right -moz-calc(.3125em + .35rem);background-position:top calc(.3125em + .35rem) right calc(.3125em + .35rem)}.custom-select.is-valid,.was-validated .custom-select:valid{padding-right:-webkit-calc((1em + 1.4rem) * 3 / 4 + 1.7rem);padding-right:-moz-calc((1em + 1.4rem) * 3 / 4 + 1.7rem);padding-right:calc((1em + 1.4rem) * 3 / 4 + 1.7rem);border-color:#28c76f;background:url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 4 5\'%3e%3cpath fill=\'%231e1e1e\' d=\'M2 0L0 2h4zm0 5L0 3h4z\'/%3e%3c/svg%3e') right .7rem center/8px 10px no-repeat,url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%2328c76f\' d=\'M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z\'/%3e%3c/svg%3e') center right 1.7rem/calc(.625em + .7rem) -webkit-calc(.625em + .7rem) no-repeat #fff;background:url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 4 5\'%3e%3cpath fill=\'%231e1e1e\' d=\'M2 0L0 2h4zm0 5L0 3h4z\'/%3e%3c/svg%3e') right .7rem center/8px 10px no-repeat,url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%2328c76f\' d=\'M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z\'/%3e%3c/svg%3e') center right 1.7rem/calc(.625em + .7rem) -moz-calc(.625em + .7rem) no-repeat #fff;background:url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 4 5\'%3e%3cpath fill=\'%231e1e1e\' d=\'M2 0L0 2h4zm0 5L0 3h4z\'/%3e%3c/svg%3e') right .7rem center/8px 10px no-repeat,url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%2328c76f\' d=\'M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z\'/%3e%3c/svg%3e') center right 1.7rem/calc(.625em + .7rem) calc(.625em + .7rem) no-repeat #fff}.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#28c76f;-webkit-box-shadow:0 0 0 .2rem rgba(40,199,111,.25);box-shadow:0 0 0 .2rem rgba(40,199,111,.25)}.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before{border-color:#28c76f}.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before{border-color:#48da89;background-color:#48da89}.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before{-webkit-box-shadow:0 0 0 .2rem rgba(40,199,111,.25);box-shadow:0 0 0 .2rem rgba(40,199,111,.25)}.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28c76f}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#28c76f;-webkit-box-shadow:0 0 0 .2rem rgba(40,199,111,.25);box-shadow:0 0 0 .2rem rgba(40,199,111,.25)}.invalid-feedback{font-size:smaller;display:none;width:100%;margin-top:.25rem;color:#ea5455}.invalid-tooltip{font-size:.857rem;display:none;margin-top:.1rem;padding:.4rem .775rem;color:#fff;background-color:#ea5455}.collapsing,.dropdown,.dropleft,.dropright,.dropup{position:relative}.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip,.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip,.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.form-control-file.is-invalid~.invalid-feedback,.form-control-file.is-invalid~.invalid-tooltip,.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip,.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip,.was-validated .form-control-file:invalid~.invalid-feedback,.was-validated .form-control-file:invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.form-check-input.is-invalid~.form-check-label,.was-validated .custom-control-input:invalid~.custom-control-label,.was-validated .form-check-input:invalid~.form-check-label{color:#ea5455}.form-control.is-invalid,.was-validated .form-control:invalid{padding-right:-webkit-calc(1.25em + 1.4rem);padding-right:-moz-calc(1.25em + 1.4rem);padding-right:calc(1.25em + 1.4rem);border-color:#ea5455;background-image:url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23ea5455\' viewBox=\'-2 -2 7 7\'%3e%3cpath stroke=\'%23ea5455\' d=\'M0 0l3 3m0-3L0 3\'/%3e%3ccircle r=\'.5\'/%3e%3ccircle cx=\'3\' r=\'.5\'/%3e%3ccircle cy=\'3\' r=\'.5\'/%3e%3ccircle cx=\'3\' cy=\'3\' r=\'.5\'/%3e%3c/svg%3E');background-repeat:no-repeat;background-position:center right -webkit-calc(.3125em + .35rem);background-position:center right -moz-calc(.3125em + .35rem);background-position:center right calc(.3125em + .35rem);-webkit-background-size:-webkit-calc(.625em + .7rem) -webkit-calc(.625em + .7rem);background-size:-moz-calc(.625em + .7rem) -moz-calc(.625em + .7rem);background-size:calc(.625em + .7rem) calc(.625em + .7rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#ea5455;-webkit-box-shadow:0 0 0 .2rem rgba(234,84,85,.25);box-shadow:0 0 0 .2rem rgba(234,84,85,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:-webkit-calc(1.25em + 1.4rem);padding-right:-moz-calc(1.25em + 1.4rem);padding-right:calc(1.25em + 1.4rem);background-position:top -webkit-calc(.3125em + .35rem) right -webkit-calc(.3125em + .35rem);background-position:top -moz-calc(.3125em + .35rem) right -moz-calc(.3125em + .35rem);background-position:top calc(.3125em + .35rem) right calc(.3125em + .35rem)}.custom-select.is-invalid,.was-validated .custom-select:invalid{padding-right:-webkit-calc((1em + 1.4rem) * 3 / 4 + 1.7rem);padding-right:-moz-calc((1em + 1.4rem) * 3 / 4 + 1.7rem);padding-right:calc((1em + 1.4rem) * 3 / 4 + 1.7rem);border-color:#ea5455;background:url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 4 5\'%3e%3cpath fill=\'%231e1e1e\' d=\'M2 0L0 2h4zm0 5L0 3h4z\'/%3e%3c/svg%3e') right .7rem center/8px 10px no-repeat,url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23ea5455\' viewBox=\'-2 -2 7 7\'%3e%3cpath stroke=\'%23ea5455\' d=\'M0 0l3 3m0-3L0 3\'/%3e%3ccircle r=\'.5\'/%3e%3ccircle cx=\'3\' r=\'.5\'/%3e%3ccircle cy=\'3\' r=\'.5\'/%3e%3ccircle cx=\'3\' cy=\'3\' r=\'.5\'/%3e%3c/svg%3E') center right 1.7rem/calc(.625em + .7rem) -webkit-calc(.625em + .7rem) no-repeat #fff;background:url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 4 5\'%3e%3cpath fill=\'%231e1e1e\' d=\'M2 0L0 2h4zm0 5L0 3h4z\'/%3e%3c/svg%3e') right .7rem center/8px 10px no-repeat,url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23ea5455\' viewBox=\'-2 -2 7 7\'%3e%3cpath stroke=\'%23ea5455\' d=\'M0 0l3 3m0-3L0 3\'/%3e%3ccircle r=\'.5\'/%3e%3ccircle cx=\'3\' r=\'.5\'/%3e%3ccircle cy=\'3\' r=\'.5\'/%3e%3ccircle cx=\'3\' cy=\'3\' r=\'.5\'/%3e%3c/svg%3E') center right 1.7rem/calc(.625em + .7rem) -moz-calc(.625em + .7rem) no-repeat #fff;background:url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 4 5\'%3e%3cpath fill=\'%231e1e1e\' d=\'M2 0L0 2h4zm0 5L0 3h4z\'/%3e%3c/svg%3e') right .7rem center/8px 10px no-repeat,url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23ea5455\' viewBox=\'-2 -2 7 7\'%3e%3cpath stroke=\'%23ea5455\' d=\'M0 0l3 3m0-3L0 3\'/%3e%3ccircle r=\'.5\'/%3e%3ccircle cx=\'3\' r=\'.5\'/%3e%3ccircle cy=\'3\' r=\'.5\'/%3e%3ccircle cx=\'3\' cy=\'3\' r=\'.5\'/%3e%3c/svg%3E') center right 1.7rem/calc(.625em + .7rem) calc(.625em + .7rem) no-repeat #fff}.dropdown-menu,.modal-content,.popover,.toast,.toast-header{background-clip:padding-box}.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#ea5455;-webkit-box-shadow:0 0 0 .2rem rgba(234,84,85,.25);box-shadow:0 0 0 .2rem rgba(234,84,85,.25)}.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before{border-color:#ea5455}.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before{border-color:#f08182;background-color:#f08182}.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before{-webkit-box-shadow:0 0 0 .2rem rgba(234,84,85,.25);box-shadow:0 0 0 .2rem rgba(234,84,85,.25)}.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#ea5455}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#ea5455;-webkit-box-shadow:0 0 0 .2rem rgba(234,84,85,.25);box-shadow:0 0 0 .2rem rgba(234,84,85,.25)}.form-inline{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-flex-flow:row wrap;-moz-box-orient:horizontal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin-bottom:0;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.form-inline .form-group{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin-bottom:0;-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:auto;padding-left:0;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.form-inline .form-check-input{position:relative;margin-top:0;margin-right:.25rem;margin-left:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.form-inline .custom-control{-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn-block,input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.btn{font-size:1rem;line-height:1;display:inline-block;padding:.9rem 2rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;-moz-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-o-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;text-align:center;vertical-align:middle;color:#626262;border:0 solid transparent;border-radius:.4285rem;background-color:transparent}.dropdown-toggle::after,.dropup .dropdown-toggle::after{content:'';vertical-align:.255em}@media (prefers-reduced-motion:reduce){.btn{-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none}}.btn:hover{color:#626262}.btn.focus,.btn:focus{outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(115,103,240,.25);box-shadow:0 0 0 .2rem rgba(115,103,240,.25)}.btn.disabled,.btn:disabled{opacity:.65}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;border-color:#7367f0;background-color:#7367f0}.btn-primary:hover{color:#fff;border-color:#4839eb;background-color:#5344ed}.btn-primary.focus,.btn-primary:focus{-webkit-box-shadow:0 0 0 .2rem rgba(136,126,242,.5);box-shadow:0 0 0 .2rem rgba(136,126,242,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;border-color:#7367f0;background-color:#7367f0}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;border-color:#3e2dea;background-color:#4839eb}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(136,126,242,.5);box-shadow:0 0 0 .2rem rgba(136,126,242,.5)}.btn-secondary{color:#2a2e30;border-color:#b8c2cc;background-color:#b8c2cc}.btn-secondary:hover{color:#2a2e30;border-color:#9aa9b7;background-color:#a2afbc}.btn-secondary.focus,.btn-secondary:focus{-webkit-box-shadow:0 0 0 .2rem rgba(163,172,181,.5);box-shadow:0 0 0 .2rem rgba(163,172,181,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#2a2e30;border-color:#b8c2cc;background-color:#b8c2cc}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#2a2e30;border-color:#93a2b1;background-color:#9aa9b7}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(163,172,181,.5);box-shadow:0 0 0 .2rem rgba(163,172,181,.5)}.btn-success{color:#fff;border-color:#28c76f;background-color:#28c76f}.btn-success:hover{color:#fff;border-color:#1f9d57;background-color:#22a75d}.btn-success.focus,.btn-success:focus{-webkit-box-shadow:0 0 0 .2rem rgba(72,207,133,.5);box-shadow:0 0 0 .2rem rgba(72,207,133,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;border-color:#28c76f;background-color:#28c76f}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;border-color:#1d9251;background-color:#1f9d57}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(72,207,133,.5);box-shadow:0 0 0 .2rem rgba(72,207,133,.5)}.btn-info{color:#fff;border-color:#00cfe8;background-color:#00cfe8}.btn-info:hover{color:#fff;border-color:#00a1b5;background-color:#00adc2}.btn-info.focus,.btn-info:focus{-webkit-box-shadow:0 0 0 .2rem rgba(38,214,235,.5);box-shadow:0 0 0 .2rem rgba(38,214,235,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;border-color:#00cfe8;background-color:#00cfe8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;border-color:#0096a8;background-color:#00a1b5}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(38,214,235,.5);box-shadow:0 0 0 .2rem rgba(38,214,235,.5)}.btn-warning{color:#2a2e30;border-color:#ff9f43;background-color:#ff9f43}.btn-warning:hover{color:#2a2e30;border-color:#ff8510;background-color:#ff8b1d}.btn-warning.focus,.btn-warning:focus{-webkit-box-shadow:0 0 0 .2rem rgba(223,142,64,.5);box-shadow:0 0 0 .2rem rgba(223,142,64,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#2a2e30;border-color:#ff9f43;background-color:#ff9f43}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#2a2e30;border-color:#ff7e03;background-color:#ff8510}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(223,142,64,.5);box-shadow:0 0 0 .2rem rgba(223,142,64,.5)}.btn-danger{color:#fff;border-color:#ea5455;background-color:#ea5455}.btn-danger:hover{color:#fff;border-color:#e42728;background-color:#e63233}.btn-danger.focus,.btn-danger:focus{-webkit-box-shadow:0 0 0 .2rem rgba(237,110,111,.5);box-shadow:0 0 0 .2rem rgba(237,110,111,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;border-color:#ea5455;background-color:#ea5455}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;border-color:#e21c1d;background-color:#e42728}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(237,110,111,.5);box-shadow:0 0 0 .2rem rgba(237,110,111,.5)}.btn-light{color:#2a2e30;border-color:#babfc7;background-color:#babfc7}.btn-light:hover{color:#2a2e30;border-color:#9ea5b0;background-color:#a5abb6}.btn-light.focus,.btn-light:focus{-webkit-box-shadow:0 0 0 .2rem rgba(164,169,176,.5);box-shadow:0 0 0 .2rem rgba(164,169,176,.5)}.btn-light.disabled,.btn-light:disabled{color:#2a2e30;border-color:#babfc7;background-color:#babfc7}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#2a2e30;border-color:#979eaa;background-color:#9ea5b0}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(164,169,176,.5);box-shadow:0 0 0 .2rem rgba(164,169,176,.5)}.btn-dark{color:#fff;border-color:#1e1e1e;background-color:#1e1e1e}.btn-dark:hover{color:#fff;border-color:#050505;background-color:#0b0b0b}.btn-dark.focus,.btn-dark:focus{-webkit-box-shadow:0 0 0 .2rem rgba(64,64,64,.5);box-shadow:0 0 0 .2rem rgba(64,64,64,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;border-color:#1e1e1e;background-color:#1e1e1e}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;border-color:#000;background-color:#050505}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(64,64,64,.5);box-shadow:0 0 0 .2rem rgba(64,64,64,.5)}.btn-outline-primary{color:#7367f0;border-color:#7367f0}.btn-outline-primary:hover{color:#fff;border-color:#7367f0;background-color:#7367f0}.btn-outline-primary.focus,.btn-outline-primary:focus{-webkit-box-shadow:0 0 0 .2rem rgba(115,103,240,.5);box-shadow:0 0 0 .2rem rgba(115,103,240,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#7367f0;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;border-color:#7367f0;background-color:#7367f0}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(115,103,240,.5);box-shadow:0 0 0 .2rem rgba(115,103,240,.5)}.btn-outline-secondary{color:#b8c2cc;border-color:#b8c2cc}.btn-outline-secondary:hover{color:#2a2e30;border-color:#b8c2cc;background-color:#b8c2cc}.btn-outline-secondary.focus,.btn-outline-secondary:focus{-webkit-box-shadow:0 0 0 .2rem rgba(184,194,204,.5);box-shadow:0 0 0 .2rem rgba(184,194,204,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#b8c2cc;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#2a2e30;border-color:#b8c2cc;background-color:#b8c2cc}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(184,194,204,.5);box-shadow:0 0 0 .2rem rgba(184,194,204,.5)}.btn-outline-success{color:#28c76f;border-color:#28c76f}.btn-outline-success:hover{color:#fff;border-color:#28c76f;background-color:#28c76f}.btn-outline-success.focus,.btn-outline-success:focus{-webkit-box-shadow:0 0 0 .2rem rgba(40,199,111,.5);box-shadow:0 0 0 .2rem rgba(40,199,111,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28c76f;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;border-color:#28c76f;background-color:#28c76f}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(40,199,111,.5);box-shadow:0 0 0 .2rem rgba(40,199,111,.5)}.btn-outline-info{color:#00cfe8;border-color:#00cfe8}.btn-outline-info:hover{color:#fff;border-color:#00cfe8;background-color:#00cfe8}.btn-outline-info.focus,.btn-outline-info:focus{-webkit-box-shadow:0 0 0 .2rem rgba(0,207,232,.5);box-shadow:0 0 0 .2rem rgba(0,207,232,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#00cfe8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;border-color:#00cfe8;background-color:#00cfe8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(0,207,232,.5);box-shadow:0 0 0 .2rem rgba(0,207,232,.5)}.btn-outline-warning{color:#ff9f43;border-color:#ff9f43}.btn-outline-warning:hover{color:#2a2e30;border-color:#ff9f43;background-color:#ff9f43}.btn-outline-warning.focus,.btn-outline-warning:focus{-webkit-box-shadow:0 0 0 .2rem rgba(255,159,67,.5);box-shadow:0 0 0 .2rem rgba(255,159,67,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ff9f43;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#2a2e30;border-color:#ff9f43;background-color:#ff9f43}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(255,159,67,.5);box-shadow:0 0 0 .2rem rgba(255,159,67,.5)}.btn-outline-danger{color:#ea5455;border-color:#ea5455}.btn-outline-danger:hover{color:#fff;border-color:#ea5455;background-color:#ea5455}.btn-outline-danger.focus,.btn-outline-danger:focus{-webkit-box-shadow:0 0 0 .2rem rgba(234,84,85,.5);box-shadow:0 0 0 .2rem rgba(234,84,85,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#ea5455;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;border-color:#ea5455;background-color:#ea5455}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(234,84,85,.5);box-shadow:0 0 0 .2rem rgba(234,84,85,.5)}.btn-outline-light{color:#babfc7;border-color:#babfc7}.btn-outline-light:hover{color:#2a2e30;border-color:#babfc7;background-color:#babfc7}.btn-outline-light.focus,.btn-outline-light:focus{-webkit-box-shadow:0 0 0 .2rem rgba(186,191,199,.5);box-shadow:0 0 0 .2rem rgba(186,191,199,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#babfc7;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#2a2e30;border-color:#babfc7;background-color:#babfc7}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(186,191,199,.5);box-shadow:0 0 0 .2rem rgba(186,191,199,.5)}.btn-outline-dark{color:#1e1e1e;border-color:#1e1e1e}.btn-outline-dark:hover{color:#fff;border-color:#1e1e1e;background-color:#1e1e1e}.btn-outline-dark.focus,.btn-outline-dark:focus{-webkit-box-shadow:0 0 0 .2rem rgba(30,30,30,.5);box-shadow:0 0 0 .2rem rgba(30,30,30,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#1e1e1e;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;border-color:#1e1e1e;background-color:#1e1e1e}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(30,30,30,.5);box-shadow:0 0 0 .2rem rgba(30,30,30,.5)}.btn-link{color:#7367f0}.btn-link:hover{color:#5e50ee}.btn-link.focus,.btn-link:focus{-webkit-box-shadow:none;box-shadow:none}.btn-link.disabled,.btn-link:disabled{pointer-events:none;color:#b8c2cc}.btn-group-lg>.btn,.btn-lg{font-size:1.25rem;line-height:1.25;padding:1rem 2.5rem;border-radius:.6rem}.btn-group-sm>.btn,.btn-sm{font-size:.7rem;line-height:1;padding:.5rem 1.5rem;border-radius:.25rem}.btn-block{display:block}.btn-block+.btn-block{margin-top:.5rem}.fade{-webkit-transition:opacity .15s linear;-moz-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;-webkit-transition:height .35s ease;-moz-transition:height .35s ease;-o-transition:height .35s ease;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none}}.dropdown-toggle::after{display:inline-block;margin-left:.255em;border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{font-size:.9375rem;position:absolute;z-index:1000;top:100%;left:0;display:none;float:left;min-width:10rem;margin:.5rem 0 0;padding:.5rem 0;text-align:left;color:#626262;border:1px solid rgba(34,41,47,.15);border-radius:5px;background-color:#fff}.dropdown-menu-left{right:auto;left:0}.dropdown-menu-right{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.5rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropleft .dropdown-toggle::before,.dropright .dropdown-toggle::after{content:'';border-top:.3em solid transparent;border-bottom:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.5rem}.dropright .dropdown-toggle::after{display:inline-block;margin-left:.255em;border-right:0;border-left:.3em solid;vertical-align:0}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.5rem}.dropleft .dropdown-toggle::after{margin-left:.255em;content:'';vertical-align:.255em;display:none}.dropleft .dropdown-toggle::before{display:inline-block;margin-right:.255em;border-right:.3em solid;vertical-align:0}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropdown-menu[x-placement^=top],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left]{right:auto;bottom:auto}.dropdown-divider{overflow:hidden;height:0;margin:.5rem 0;border-top:1px solid rgba(0,0,0,.08)}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child),.dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child),.input-group-text input[type=radio],.input-group-text input[type=checkbox]{margin-top:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn,.custom-control-label,.custom-file,.dropdown-header,.input-group-text,.nav{margin-bottom:0}.dropdown-item{display:block;clear:both;width:100%;padding:.25rem 1.5rem;text-align:inherit;color:#2a2e30;border:0;background-color:transparent}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after,.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child),.input-group>.custom-file:not(:first-child) .custom-file-label,.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-item:focus,.dropdown-item:hover{color:#1e2122;background-color:#f8f8f8}.dropdown-item.active,.dropdown-item:active{text-decoration:none;color:#fff;background-color:#7367f0}.dropdown-item.disabled,.dropdown-item:disabled{pointer-events:none;color:#b8c2cc;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{font-size:1rem;display:block;padding:.5rem 1.5rem;color:#b8c2cc}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#2a2e30}.btn-group,.btn-group-vertical{position:relative;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-toolbar,.input-group{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;-webkit-box-flex:1;-webkit-flex:1 1 auto;-moz-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.dropdown-toggle-split{padding-right:1.5rem;padding-left:1.5rem}.input-group-append,.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text,.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control{margin-left:-1px}.dropleft .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:1.125rem;padding-left:1.125rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:1.875rem;padding-left:1.875rem}.btn-group-vertical{flex-direction:column;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:flex;width:100%;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-webkit-align-items:stretch;-moz-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.input-group-append,.input-group-prepend,.input-group>.custom-file{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext{position:relative;width:1%;margin-bottom:0;-webkit-box-flex:1;-webkit-flex:1 1 auto;-moz-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-file{display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.input-group-append,.input-group-prepend{display:flex}.input-group-text,.nav,.navbar{display:-webkit-box}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn:focus,.input-group-prepend .btn:focus{z-index:3}.input-group-prepend{margin-right:-1px}.input-group-text{font-size:.96rem;line-height:1.25;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;padding:.7rem;text-align:center;color:#4e5154;border:1px solid rgba(0,0,0,.2);border-radius:5px;background-color:#ededed;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea){height:-webkit-calc(1.25em + 2rem + 2px);height:-moz-calc(1.25em + 2rem + 2px);height:calc(1.25em + 2rem + 2px)}.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{font-size:1.25rem;line-height:1.25;padding:1rem 2.5rem;border-radius:6px}.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea){height:-webkit-calc(1em + 1rem + 2px);height:-moz-calc(1em + 1rem + 2px);height:calc(1em + 1rem + 2px)}.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{font-size:.7rem;line-height:1;padding:.5rem 1.5rem;border-radius:4px}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.7rem}.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;display:block;min-height:1.45rem;padding-left:1.5rem}.custom-control-inline{display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#fff;border-color:#7367f0;background-color:#7367f0}.custom-control-input:focus~.custom-control-label::before{-webkit-box-shadow:0 3px 10px 0 rgba(0,0,0,.15);box-shadow:0 3px 10px 0 rgba(0,0,0,.15)}.custom-control-input:focus:not(:checked)~.custom-control-label::before{border-color:#7367f0}.custom-control-input:not(:disabled):active~.custom-control-label::before{color:#fff;border-color:#fff;background-color:#fff}.custom-control-input:disabled~.custom-control-label{color:#b8c2cc}.custom-control-input:disabled~.custom-control-label::before{background-color:#f5f5f1}.custom-control-label{position:relative;vertical-align:top}.custom-control-label::after,.custom-control-label::before{position:absolute;top:.225rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:''}.custom-control-label::before{pointer-events:none;border:1px solid #adb5bd;background-color:#fff}.custom-control-label::after{background:50%/50% 50% no-repeat}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%23fff\' d=\'M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z\'/%3e%3c/svg%3e')}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{border-color:#7367f0;background-color:#7367f0}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before,.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before,.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(115,103,240,.5)}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 4 4\'%3e%3cpath stroke=\'%23fff\' d=\'M0 2h4\'/%3e%3c/svg%3e')}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3e%3ccircle r=\'3\' fill=\'%23fff\'/%3e%3c/svg%3e')}.custom-switch{padding-left:3.5rem}.custom-switch .custom-control-label::before{left:-3.5rem;width:3rem;pointer-events:all;border-radius:.857rem}.custom-switch .custom-control-label::after{top:-webkit-calc(.225rem + 2px);top:-moz-calc(.225rem + 2px);top:calc(.225rem + 2px);left:-webkit-calc(-3.5rem + 2px);left:-moz-calc(-3.5rem + 2px);left:calc(-3.5rem + 2px);width:1.286rem;height:1.286rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-transform .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;-moz-transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-moz-transform .15s ease-in-out;-o-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-o-transform .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-transform .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out,-moz-transform .15s ease-in-out,-o-transform .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;border-radius:.857rem;background-color:#adb5bd}@media (prefers-reduced-motion:reduce){.custom-switch .custom-control-label::after{-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label::after{-webkit-transform:translateX(2rem);-moz-transform:translateX(2rem);-ms-transform:translateX(2rem);-o-transform:translateX(2rem);transform:translateX(2rem);background-color:#fff}.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(115,103,240,.5)}.custom-select{font-size:.96rem;line-height:1.25;display:inline-block;width:100%;height:-webkit-calc(1.25em + 1.4rem + 1px);height:-moz-calc(1.25em + 1.4rem + 1px);height:calc(1.25em + 1.4rem + 1px);padding:.7rem 1.7rem .7rem .7rem;vertical-align:middle;color:#4e5154;border:1px solid rgba(0,0,0,.2);border-radius:5px;background:url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 4 5\'%3e%3cpath fill=\'%231e1e1e\' d=\'M2 0L0 2h4zm0 5L0 3h4z\'/%3e%3c/svg%3e') right .7rem center/8px 10px no-repeat #fff;appearance:none}.custom-select:focus{border-color:#7367f0;outline:0;-webkit-box-shadow:0 3px 10px 0 rgba(0,0,0,.15);box-shadow:0 3px 10px 0 rgba(0,0,0,.15)}.custom-select:focus::-ms-value{color:#4e5154;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size='1']){height:auto;padding-right:.7rem;background-image:none}.custom-select:disabled{color:#b8c2cc;background-color:#ededed}.custom-select::-ms-expand{display:none}.custom-select-sm{font-size:.7rem;height:-webkit-calc(1em + 1rem + 2px);height:-moz-calc(1em + 1rem + 2px);height:calc(1em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1.5rem}.custom-select-lg{font-size:1.25rem;height:-webkit-calc(1.25em + 2rem + 2px);height:-moz-calc(1.25em + 2rem + 2px);height:calc(1.25em + 2rem + 2px);padding-top:1rem;padding-bottom:1rem;padding-left:2.5rem}.custom-file,.custom-file-input{height:-webkit-calc(1.25em + 1.4rem + 1px);height:-moz-calc(1.25em + 1.4rem + 1px);width:100%;position:relative}.custom-file{display:inline-block;height:calc(1.25em + 1.4rem + 1px)}.custom-file-input{z-index:2;height:calc(1.25em + 1.4rem + 1px);margin:0;opacity:0}.custom-file-label,.custom-file-label::after{line-height:1.5rem;position:absolute;padding:.7rem;color:#4e5154;top:0;right:0}.custom-file-input:focus~.custom-file-label{border-color:#7367f0;-webkit-box-shadow:0 3px 10px 0 rgba(0,0,0,.15);box-shadow:0 3px 10px 0 rgba(0,0,0,.15)}.custom-file-input:disabled~.custom-file-label{background-color:#f5f5f1}.custom-file-input:lang(en)~.custom-file-label::after{content:'Browse'}.custom-file-input~.custom-file-label[data-browse]::after{content:attr(data-browse)}.custom-file-label{font-weight:400;z-index:1;left:0;height:-webkit-calc(1.25em + 1.4rem + 1px);height:-moz-calc(1.25em + 1.4rem + 1px);height:calc(1.25em + 1.4rem + 1px);border:1px solid rgba(0,0,0,.2);border-radius:5px;background-color:#fff}.alert-link,.badge,.close{font-weight:700}.custom-file-label::after{z-index:3;bottom:0;display:block;height:-webkit-calc(1.25em + 1.4rem);height:-moz-calc(1.25em + 1.4rem);height:calc(1.25em + 1.4rem);content:'Browse';border-left:inherit;border-radius:0 5px 5px 0;background-color:#ededed}.nav,.navbar{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;-webkit-flex-wrap:wrap}.custom-range{width:100%;height:-webkit-calc(1rem + .4rem);height:-moz-calc(1rem + .4rem);height:calc(1rem + .4rem);padding:0;background-color:transparent;appearance:none}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{-webkit-box-shadow:0 0 0 1px #f8f8f8,0 3px 10px 0 rgba(0,0,0,.15);box-shadow:0 0 0 1px #f8f8f8,0 3px 10px 0 rgba(0,0,0,.15)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #f8f8f8,0 3px 10px 0 rgba(0,0,0,.15)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #f8f8f8,0 3px 10px 0 rgba(0,0,0,.15)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-o-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;border:0;border-radius:1rem;background-color:#7367f0;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#fff}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;cursor:pointer;color:transparent;border-color:transparent;border-radius:1rem;background-color:#dae1e7}.custom-range::-moz-range-thumb{width:1rem;height:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-o-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;border:0;border-radius:1rem;background-color:#7367f0;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none}}.custom-range::-moz-range-thumb:active{background-color:#fff}.custom-range::-moz-range-track{width:100%;height:.5rem;cursor:pointer;color:transparent;border-color:transparent;border-radius:1rem;background-color:#dae1e7}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-o-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;border:0;border-radius:1rem;background-color:#7367f0;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none}}.custom-range::-ms-thumb:active{background-color:#fff}.custom-range::-ms-track{width:100%;height:.5rem;cursor:pointer;color:transparent;border-width:.5rem;border-color:transparent;background-color:transparent}.custom-range::-ms-fill-lower{border-radius:1rem;background-color:#dae1e7}.custom-range::-ms-fill-upper{margin-right:15px;border-radius:1rem;background-color:#dae1e7}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.custom-control-label::before,.custom-file-label,.custom-select{-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-o-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-control-label::before,.custom-file-label,.custom-select{-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none}}.nav{display:flex;padding-left:0;-ms-flex-wrap:wrap;flex-wrap:wrap}.nav-link{display:block;padding:.357rem .5rem}.nav-link.disabled{cursor:default;pointer-events:none;color:#b8c2cc}.nav-tabs{border-bottom:1px solid #dae1e7}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.5rem;border-top-right-radius:.5rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#ededed #ededed #dae1e7}.nav-tabs .nav-link.disabled{color:#b8c2cc;border-color:transparent;background-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#4e5154;border-color:#dae1e7 #dae1e7 #f8f8f8;background-color:#f8f8f8}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.5rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#7367f0}.nav-fill .nav-item{text-align:center;-webkit-box-flex:1;-webkit-flex:1 1 auto;-moz-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.nav-justified .nav-item{text-align:center;-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:flex;padding:.5rem 1rem;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.navbar>.container,.navbar>.container-fluid{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{line-height:inherit;display:inline-block;margin-right:1rem}.card,.navbar-nav{display:-moz-box;-webkit-box-orient:vertical}.navbar-nav{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-direction:column;margin-bottom:0;padding-left:0;-webkit-flex-direction:column;-moz-box-orient:vertical;-ms-flex-direction:column}.navbar-expand,.navbar-expand .navbar-nav{-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-webkit-box-direction:normal}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.357rem;padding-bottom:.357rem}.navbar-collapse{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.navbar-toggler{line-height:1;padding:.25rem .75rem;border:1px solid transparent;border-radius:.4285rem;background-color:transparent}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;content:'';vertical-align:middle;background:center center no-repeat;-webkit-background-size:100% 100%;background-size:100% 100%}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm,.navbar-expand-sm .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-moz-box-orient:horizontal;-moz-box-direction:normal}.navbar-expand-sm{-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row;-webkit-flex-direction:row;-ms-flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:-webkit-box!important;display:-webkit-flex!important;display:-moz-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md,.navbar-expand-md .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-moz-box-orient:horizontal;-moz-box-direction:normal}.navbar-expand-md{-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row;-webkit-flex-direction:row;-ms-flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:-webkit-box!important;display:-webkit-flex!important;display:-moz-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg,.navbar-expand-lg .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-moz-box-orient:horizontal;-moz-box-direction:normal}.navbar-expand-lg{-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row;-webkit-flex-direction:row;-ms-flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-webkit-box!important;display:-webkit-flex!important;display:-moz-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl,.navbar-expand-xl .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-moz-box-orient:horizontal;-moz-box-direction:normal}.navbar-expand-xl{-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row;-webkit-flex-direction:row;-ms-flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:-webkit-box!important;display:-webkit-flex!important;display:-moz-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{flex-direction:row;-webkit-flex-direction:row;-moz-box-direction:normal;-ms-flex-direction:row}.card,.card-deck{-moz-box-orient:vertical;-moz-box-direction:normal}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:-webkit-box!important;display:-webkit-flex!important;display:-moz-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand,.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(34,41,47,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(34,41,47,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(34,41,47,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(34,41,47,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(34,41,47,.9)}.navbar-light .navbar-toggler{color:rgba(34,41,47,.5);border-color:rgba(34,41,47,.1)}.navbar-light .navbar-toggler-icon{background-image:url('data:image/svg+xml,%3csvg viewBox=\'0 0 30 30\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath stroke=\'rgba(34, 41, 47, 0.5)\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' d=\'M4 7h22M4 15h22M4 23h22\'/%3e%3c/svg%3e')}.navbar-light .navbar-text{color:rgba(34,41,47,.5)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(34,41,47,.9)}.navbar-dark .navbar-brand,.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url('data:image/svg+xml,%3csvg viewBox=\'0 0 30 30\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath stroke=\'rgba(255, 255, 255, 0.5)\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' d=\'M4 7h22M4 15h22M4 23h22\'/%3e%3c/svg%3e')}.navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;border:1px solid rgba(34,41,47,.125);border-radius:.5rem;background-color:#fff;background-clip:border-box;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column}.card-footer,.card-header{padding:1.5rem;background-color:rgba(34,41,47,.03)}.card>hr{margin-right:0;margin-left:0}.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.card-body{padding:1.5rem;-webkit-box-flex:1;-webkit-flex:1 1 auto;-moz-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.card-title{margin-bottom:1.5rem}.card-header,.card-subtitle,.card-text:last-child{margin-bottom:0}.card-subtitle{margin-top:-.75rem}.card-link+.card-link{margin-left:1.5rem}.card-header-pills,.card-header-tabs{margin-right:-.75rem;margin-left:-.75rem}.card-header{border-bottom:1px solid rgba(34,41,47,.125)}.card-header:first-child{border-radius:-webkit-calc(.5rem - 1px) -webkit-calc(.5rem - 1px) 0 0;border-radius:-moz-calc(.5rem - 1px) -moz-calc(.5rem - 1px) 0 0;border-radius:calc(.5rem - 1px) calc(.5rem - 1px) 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{border-top:1px solid rgba(34,41,47,.125)}.card-footer:last-child{border-radius:0 0 -webkit-calc(.5rem - 1px) -webkit-calc(.5rem - 1px);border-radius:0 0 -moz-calc(.5rem - 1px) -moz-calc(.5rem - 1px);border-radius:0 0 calc(.5rem - 1px) calc(.5rem - 1px)}.card-header-tabs{margin-bottom:-1.5rem;border-bottom:0}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.alert,.btn .badge,.page-link{position:relative}.card-img{width:100%;border-radius:-webkit-calc(.5rem - 1px);border-radius:-moz-calc(.5rem - 1px);border-radius:calc(.5rem - 1px)}.card-img-top{width:100%;border-top-left-radius:-webkit-calc(.5rem - 1px);border-top-left-radius:-moz-calc(.5rem - 1px);border-top-left-radius:calc(.5rem - 1px);border-top-right-radius:-webkit-calc(.5rem - 1px);border-top-right-radius:-moz-calc(.5rem - 1px);border-top-right-radius:calc(.5rem - 1px)}.card-img-bottom{width:100%;border-bottom-right-radius:-webkit-calc(.5rem - 1px);border-bottom-right-radius:-moz-calc(.5rem - 1px);border-bottom-right-radius:calc(.5rem - 1px);border-bottom-left-radius:-webkit-calc(.5rem - 1px);border-bottom-left-radius:-moz-calc(.5rem - 1px);border-bottom-left-radius:calc(.5rem - 1px)}.card-deck{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column}.card-deck .card{margin-bottom:14px}@media (min-width:576px){.card-deck,.card-deck .card{-webkit-box-direction:normal;-moz-box-direction:normal}.card-deck{margin-right:-14px;margin-left:-14px;-webkit-box-orient:horizontal;-webkit-flex-flow:row wrap;-moz-box-orient:horizontal;-ms-flex-flow:row wrap;flex-flow:row wrap}.card-deck .card{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;flex-direction:column;margin-right:14px;margin-bottom:0;margin-left:14px;-webkit-box-flex:1;-webkit-flex:1 0 0;-moz-box-flex:1;-ms-flex:1 0 0;flex:1 0 0;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-box-orient:vertical;-ms-flex-direction:column}}.card-group{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column}.card-group>.card{margin-bottom:14px}@media (min-width:576px){.card-group{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{margin-bottom:0;-webkit-box-flex:1;-webkit-flex:1 0 0;-moz-box-flex:1;-ms-flex:1 0 0;flex:1 0 0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}.card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.list-group,.progress-bar{-webkit-box-orient:vertical;-moz-box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal}.card-columns .card{margin-bottom:1.5rem}.accordion>.card:not(:first-of-type) .card-header:first-child{border-radius:0}.accordion>.card:not(:first-of-type):not(:last-of-type){border-bottom:0;border-radius:0}.accordion>.card:first-of-type{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:last-of-type{border-top-left-radius:0;border-top-right-radius:0}.breadcrumb,.pagination{border-radius:.5rem;list-style:none}.accordion>.card .card-header{margin-bottom:-1px}.breadcrumb{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin-bottom:1rem;padding:.75rem 1rem;background-color:#ededed;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;content:'/';color:#b8c2cc}.pagination,.progress{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox}.breadcrumb-item.active{color:#b8c2cc}.pagination{display:flex;padding-left:0}.page-link{line-height:1.25;display:block;margin-left:-1px;padding:.65rem .911rem;color:#7367f0;border:1px solid #dae1e7;background-color:#fff}.page-link:hover{z-index:2;color:#5e50ee;border-color:#dae1e7;background-color:#ededed}.page-link:focus{z-index:2;outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(115,103,240,.25);box-shadow:0 0 0 .2rem rgba(115,103,240,.25)}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.page-item:last-child .page-link{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.page-item.active .page-link{z-index:1;color:#fff;border-color:#7367f0;background-color:#7367f0}.page-item.disabled .page-link{cursor:auto;pointer-events:none;color:#b8c2cc;border-color:#dae1e7;background-color:#fff}.pagination-lg .page-link{font-size:2rem;line-height:1.25;padding:.5rem 1rem}.badge,.close{line-height:1}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.6rem;border-bottom-left-radius:.6rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.6rem;border-bottom-right-radius:.6rem}.pagination-sm .page-link{font-size:1rem;line-height:1;padding:.5rem .75rem}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.badge{font-size:80%;display:inline-block;padding:.35em .4em;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;-moz-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-o-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;text-align:center;vertical-align:baseline;border-radius:.25rem}@media (prefers-reduced-motion:reduce){.badge{-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none}}.badge:empty{display:none}.btn .badge{top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#7367f0}a.badge-primary:focus,a.badge-primary:hover{color:#fff;background-color:#4839eb}a.badge-primary.focus,a.badge-primary:focus{outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(115,103,240,.5);box-shadow:0 0 0 .2rem rgba(115,103,240,.5)}.badge-secondary{color:#2a2e30;background-color:#b8c2cc}a.badge-secondary:focus,a.badge-secondary:hover{color:#2a2e30;background-color:#9aa9b7}a.badge-secondary.focus,a.badge-secondary:focus{outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(184,194,204,.5);box-shadow:0 0 0 .2rem rgba(184,194,204,.5)}.badge-success{color:#fff;background-color:#28c76f}a.badge-success:focus,a.badge-success:hover{color:#fff;background-color:#1f9d57}a.badge-success.focus,a.badge-success:focus{outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(40,199,111,.5);box-shadow:0 0 0 .2rem rgba(40,199,111,.5)}.badge-info{color:#fff;background-color:#00cfe8}a.badge-info:focus,a.badge-info:hover{color:#fff;background-color:#00a1b5}a.badge-info.focus,a.badge-info:focus{outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(0,207,232,.5);box-shadow:0 0 0 .2rem rgba(0,207,232,.5)}.badge-warning{color:#2a2e30;background-color:#ff9f43}a.badge-warning:focus,a.badge-warning:hover{color:#2a2e30;background-color:#ff8510}a.badge-warning.focus,a.badge-warning:focus{outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(255,159,67,.5);box-shadow:0 0 0 .2rem rgba(255,159,67,.5)}.badge-danger{color:#fff;background-color:#ea5455}a.badge-danger:focus,a.badge-danger:hover{color:#fff;background-color:#e42728}a.badge-danger.focus,a.badge-danger:focus{outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(234,84,85,.5);box-shadow:0 0 0 .2rem rgba(234,84,85,.5)}.badge-light{color:#2a2e30;background-color:#babfc7}a.badge-light:focus,a.badge-light:hover{color:#2a2e30;background-color:#9ea5b0}a.badge-light.focus,a.badge-light:focus{outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(186,191,199,.5);box-shadow:0 0 0 .2rem rgba(186,191,199,.5)}.badge-dark{color:#fff;background-color:#1e1e1e}a.badge-dark:focus,a.badge-dark:hover{color:#fff;background-color:#050505}a.badge-dark.focus,a.badge-dark:focus{outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(30,30,30,.5);box-shadow:0 0 0 .2rem rgba(30,30,30,.5)}.jumbotron{margin-bottom:2rem;padding:2rem 1rem;border-radius:.6rem;background-color:#ededed}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{margin-bottom:1rem;padding:.71rem;border:1px solid transparent;border-radius:.5rem}.alert-heading{color:inherit}.alert-dismissible{padding-right:2.92rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:.71rem;color:inherit}.alert-primary{color:#4c4993;border-color:#d8d4fb;background-color:#e3e1fc}.alert-primary hr{border-top-color:#c3bdf9}.alert-primary .alert-link{color:#3a3871}.alert-secondary{color:#707981;border-color:#ebeef1;background-color:#f1f3f5}.alert-secondary hr{border-top-color:#dce1e7}.alert-secondary .alert-link{color:#585f66}.alert-success{color:#257b50;border-color:#c3efd7;background-color:#d4f4e2}.alert-success hr{border-top-color:#afeaca}.alert-success .alert-link{color:#195437}.alert-info{color:#107f8f;border-color:#b8f2f9;background-color:#ccf5fa}.alert-info hr{border-top-color:#a0eef7}.alert-info .alert-link{color:#0b5661}.alert-warning{color:#956639;border-color:#ffe4ca;background-color:#ffecd9}.alert-warning hr{border-top-color:#ffd7b1}.alert-warning .alert-link{color:#704d2b}.alert-danger{color:#8a3f43;border-color:#f9cfcf;background-color:#fbdddd}.alert-danger hr{border-top-color:#f6b8b8}.alert-danger .alert-link{color:#672f32}.alert-light{color:#71777e;border-color:#ecedef;background-color:#f1f2f4}.alert-light hr{border-top-color:#dee0e3}.alert-light .alert-link{color:#595e63}.alert-dark{color:#202326;border-color:silver;background-color:#d2d2d2}.alert-dark hr{border-top-color:#b3b3b3}.alert-dark .alert-link{color:#090a0a}@-webkit-keyframes progress-bar-stripes{from{background-position:.357rem 0}to{background-position:0 0}}@-moz-keyframes progress-bar-stripes{from{background-position:.357rem 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:.357rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:.357rem 0}to{background-position:0 0}}.progress{font-size:.75rem;display:flex;height:.357rem;border-radius:1.28rem;background-color:#ededed}.media,.progress-bar{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox}.progress-bar{display:flex;flex-direction:column;-webkit-transition:width .6s ease;-moz-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease;text-align:center;color:#fff;background-color:#7367f0;-webkit-flex-direction:column;-ms-flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.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:-moz-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:.357rem .357rem;background-size:.357rem .357rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;-moz-animation:progress-bar-stripes 1s linear infinite;-o-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}@media (prefers-reduced-motion:reduce){.progress-bar{-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none}.progress-bar-animated{-webkit-animation:none;-moz-animation:none;-o-animation:none;animation:none}}.media{display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-body{-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1}.list-group{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;flex-direction:column;margin-bottom:0;padding-left:0;-webkit-flex-direction:column;-ms-flex-direction:column}.list-group-item-action{width:100%;text-align:inherit;color:#4e5154}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#4e5154;background-color:#babfc7}.list-group-item-action:active{color:#626262;background-color:#ededed}.list-group-item{position:relative;display:block;margin-bottom:-1px;padding:.75rem 1.25rem;border:1px solid rgba(34,41,47,.125);background-color:#fff}.list-group-item:first-child{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.list-group-item.disabled,.list-group-item:disabled{pointer-events:none;color:#b8c2cc;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;border-color:#7367f0;background-color:#7367f0}.list-group-horizontal{flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row}.list-group-horizontal .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal .list-group-item:first-child{border-top-left-radius:.5rem;border-top-right-radius:0;border-bottom-left-radius:.5rem}.list-group-horizontal .list-group-item:last-child{margin-right:0;border-top-right-radius:.5rem;border-bottom-right-radius:.5rem;border-bottom-left-radius:0}@media (min-width:576px){.list-group-horizontal-sm{flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row}.list-group-horizontal-sm .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal-sm .list-group-item:first-child{border-top-left-radius:.5rem;border-top-right-radius:0;border-bottom-left-radius:.5rem}.list-group-horizontal-sm .list-group-item:last-child{margin-right:0;border-top-right-radius:.5rem;border-bottom-right-radius:.5rem;border-bottom-left-radius:0}}@media (min-width:768px){.list-group-horizontal-md{flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row}.list-group-horizontal-md .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal-md .list-group-item:first-child{border-top-left-radius:.5rem;border-top-right-radius:0;border-bottom-left-radius:.5rem}.list-group-horizontal-md .list-group-item:last-child{margin-right:0;border-top-right-radius:.5rem;border-bottom-right-radius:.5rem;border-bottom-left-radius:0}}@media (min-width:992px){.list-group-horizontal-lg{flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row}.list-group-horizontal-lg .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal-lg .list-group-item:first-child{border-top-left-radius:.5rem;border-top-right-radius:0;border-bottom-left-radius:.5rem}.list-group-horizontal-lg .list-group-item:last-child{margin-right:0;border-top-right-radius:.5rem;border-bottom-right-radius:.5rem;border-bottom-left-radius:0}}@media (min-width:1200px){.list-group-horizontal-xl{flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row}.list-group-horizontal-xl .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal-xl .list-group-item:first-child{border-top-left-radius:.5rem;border-top-right-radius:0;border-bottom-left-radius:.5rem}.list-group-horizontal-xl .list-group-item:last-child{margin-right:0;border-top-right-radius:.5rem;border-bottom-right-radius:.5rem;border-bottom-left-radius:0}}.modal-content,.modal-dialog-centered.modal-dialog-scrollable{-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal}.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.list-group-flush .list-group-item:last-child{margin-bottom:-1px}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{margin-bottom:0;border-bottom:0}.list-group-item-primary{color:#4c4993;background-color:#d8d4fb}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#4c4993;background-color:#c3bdf9}.list-group-item-primary.list-group-item-action.active{color:#fff;border-color:#4c4993;background-color:#4c4993}.list-group-item-secondary{color:#707981;background-color:#ebeef1}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#707981;background-color:#dce1e7}.list-group-item-secondary.list-group-item-action.active{color:#fff;border-color:#707981;background-color:#707981}.list-group-item-success{color:#257b50;background-color:#c3efd7}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#257b50;background-color:#afeaca}.list-group-item-success.list-group-item-action.active{color:#fff;border-color:#257b50;background-color:#257b50}.list-group-item-info{color:#107f8f;background-color:#b8f2f9}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#107f8f;background-color:#a0eef7}.list-group-item-info.list-group-item-action.active{color:#fff;border-color:#107f8f;background-color:#107f8f}.list-group-item-warning{color:#956639;background-color:#ffe4ca}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#956639;background-color:#ffd7b1}.list-group-item-warning.list-group-item-action.active{color:#fff;border-color:#956639;background-color:#956639}.list-group-item-danger{color:#8a3f43;background-color:#f9cfcf}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#8a3f43;background-color:#f6b8b8}.list-group-item-danger.list-group-item-action.active{color:#fff;border-color:#8a3f43;background-color:#8a3f43}.list-group-item-light{color:#71777e;background-color:#ecedef}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#71777e;background-color:#dee0e3}.list-group-item-light.list-group-item-action.active{color:#fff;border-color:#71777e;background-color:#71777e}.list-group-item-dark{color:#202326;background-color:silver}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#202326;background-color:#b3b3b3}.list-group-item-dark.list-group-item-action.active{color:#fff;border-color:#202326;background-color:#202326}.close{font-size:1.5rem;float:right;opacity:.5;color:#22292f;text-shadow:0 1px 0 #fff}.close:hover{color:#22292f}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}button.close{padding:0;border:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}a.close.disabled{pointer-events:none}.toast{font-size:.875rem;max-width:350px;opacity:0;border:1px solid rgba(0,0,0,.1);border-radius:.25rem;background-color:rgba(255,255,255,.85);-webkit-box-shadow:0 .25rem .75rem rgba(34,41,47,.1);box-shadow:0 .25rem .75rem rgba(34,41,47,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.popover,.tooltip{font-family:Montserrat,Helvetica,Arial,serif;font-size:.857rem;font-weight:400;font-style:normal;line-height:1.45;white-space:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;word-wrap:break-word;word-break:normal;line-break:auto;text-decoration:none;text-shadow:none}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.modal-dialog-scrollable,.toast-header{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox}.toast-header{display:flex;padding:.25rem .75rem;color:#b8c2cc;border-bottom:1px solid rgba(0,0,0,.05);background-color:rgba(255,255,255,.85);-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.toast-body{padding:.75rem}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;z-index:1050;top:0;left:0;display:none;overflow:hidden;width:100%;height:100%;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:transform .3s ease-out,-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out,-moz-transform .3s ease-out,-o-transform .3s ease-out;-webkit-transform:translate(0,-50px);-moz-transform:translate(0,-50px);-ms-transform:translate(0,-50px);-o-transform:translate(0,-50px);transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none}}.modal.show .modal-dialog{-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}.modal-dialog-scrollable{display:flex;max-height:-webkit-calc(100% - 1rem);max-height:-moz-calc(100% - 1rem);max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{overflow:hidden;max-height:-webkit-calc(100vh - 1rem);max-height:-moz-calc(100vh - 1rem);max-height:calc(100vh - 1rem)}.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;min-height:-webkit-calc(100% - 1rem);min-height:-moz-calc(100% - 1rem);min-height:calc(100% - 1rem);-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.modal-dialog-centered::before{display:block;height:-webkit-calc(100vh - 1rem);height:-moz-calc(100vh - 1rem);height:calc(100vh - 1rem);content:''}.modal-content,.modal-header{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox}.modal-dialog-centered.modal-dialog-scrollable{flex-direction:column;height:100%;-webkit-flex-direction:column;-ms-flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable::before{content:none}.carousel-inner::after,.clearfix::after,.embed-responsive::before,.popover .arrow::after,.popover .arrow::before,.stretched-link::after,.tooltip .arrow::before{content:''}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;border:1px solid rgba(34,41,47,.2);border-radius:.6rem;outline:0;background-color:#fff;-webkit-flex-direction:column;-ms-flex-direction:column}.flex-column,.flex-row{-webkit-box-direction:normal!important;-moz-box-direction:normal!important}.modal-backdrop{position:fixed;z-index:1040;top:0;left:0;width:100vw;height:100vh;background-color:#22292f}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;padding:1rem;border-bottom:1px solid #ededed;border-top-left-radius:.6rem;border-top-right-radius:.6rem;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.modal-header .close{margin:-1rem -1rem -1rem auto;padding:1rem}.modal-title{line-height:1.45;margin-bottom:0}.modal-body{position:relative;padding:1rem;-webkit-box-flex:1;-webkit-flex:1 1 auto;-moz-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.modal-footer{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;padding:1rem;border-top:1px solid #ededed;border-bottom-right-radius:.6rem;border-bottom-left-radius:.6rem;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.popover,.popover .arrow,.popover .arrow::after,.popover .arrow::before,.tooltip,.tooltip .arrow{position:absolute;display:block}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;overflow:scroll;width:50px;height:50px}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:-webkit-calc(100% - 3.5rem);max-height:-moz-calc(100% - 3.5rem);max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:-webkit-calc(100vh - 3.5rem);max-height:-moz-calc(100vh - 3.5rem);max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:-webkit-calc(100% - 3.5rem);min-height:-moz-calc(100% - 3.5rem);min-height:calc(100% - 3.5rem)}.modal-dialog-centered::before{height:-webkit-calc(100vh - 3.5rem);height:-moz-calc(100vh - 3.5rem);height:calc(100vh - 3.5rem)}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.tooltip{z-index:1070;margin:0;text-align:left;text-align:start;opacity:0}.tooltip.show{opacity:1}.tooltip .arrow{width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;border-style:solid;border-color:transparent}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#323232}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#323232}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#323232}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#323232}.tooltip-inner{max-width:220px;padding:.4rem .775rem;text-align:center;color:#fff;border-radius:.428rem;background-color:#323232}.popover{z-index:1060;top:0;left:0;max-width:276px;text-align:left;text-align:start;border:1px solid rgba(34,41,47,.2);border-radius:.428rem;background-color:#fff}.popover .arrow{width:1rem;height:.5rem;margin:0 .6rem}.popover .arrow::after,.popover .arrow::before{border-style:solid;border-color:transparent}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top]>.arrow,.bs-popover-top>.arrow{bottom:-webkit-calc((.5rem + 1px) * -1);bottom:-moz-calc((.5rem + 1px) * -1);bottom:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=top]>.arrow::before,.bs-popover-top>.arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(34,41,47,.25)}.bs-popover-auto[x-placement^=top]>.arrow::after,.bs-popover-top>.arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow{left:-webkit-calc((.5rem + 1px) * -1);left:-moz-calc((.5rem + 1px) * -1);left:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.6rem 0}.bs-popover-auto[x-placement^=right]>.arrow::before,.bs-popover-right>.arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(34,41,47,.25)}.bs-popover-auto[x-placement^=right]>.arrow::after,.bs-popover-right>.arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow{top:-webkit-calc((.5rem + 1px) * -1);top:-moz-calc((.5rem + 1px) * -1);top:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=bottom]>.arrow::before,.bs-popover-bottom>.arrow::before{top:0;border-width:0 .5rem .5rem;border-bottom-color:rgba(34,41,47,.25)}.bs-popover-auto[x-placement^=bottom]>.arrow::after,.bs-popover-bottom>.arrow::after{top:1px;border-width:0 .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:'';border-bottom:1px solid #7367f0}.carousel,.carousel-inner,.carousel-item{position:relative}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow{right:-webkit-calc((.5rem + 1px) * -1);right:-moz-calc((.5rem + 1px) * -1);right:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.6rem 0}.bs-popover-auto[x-placement^=left]>.arrow::before,.bs-popover-left>.arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(34,41,47,.25)}.bs-popover-auto[x-placement^=left]>.arrow::after,.bs-popover-left>.arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{font-size:1rem;margin-bottom:0;padding:.5rem .75rem;color:#2c2c2c;border-bottom:1px solid #5e50ee;border-top-left-radius:-webkit-calc(.6rem - 1px);border-top-left-radius:-moz-calc(.6rem - 1px);border-top-left-radius:calc(.6rem - 1px);border-top-right-radius:-webkit-calc(.6rem - 1px);border-top-right-radius:-moz-calc(.6rem - 1px);border-top-right-radius:calc(.6rem - 1px);background-color:#7367f0}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#626262}.carousel.pointer-event{-ms-touch-action:pan-y;touch-action:pan-y}.carousel-inner{overflow:hidden;width:100%}.carousel-inner::after{display:block;clear:both}.carousel-item{display:none;float:left;width:100%;margin-right:-100%;-webkit-transition:-webkit-transform .6s ease-in-out;-moz-transition:transform .6s ease-in-out,-moz-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out,-moz-transform .6s ease-in-out,-o-transform .6s ease-in-out;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}@media (prefers-reduced-motion:reduce){.carousel-item{-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%)}.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%)}.carousel-fade .carousel-item{-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none;opacity:0}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;-webkit-transition:0s .6s opacity;-moz-transition:0s .6s opacity;-o-transition:0s .6s opacity;transition:0s .6s opacity;opacity:0}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;z-index:1;top:0;bottom:0;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:15%;-webkit-transition:opacity .15s ease;-moz-transition:opacity .15s ease;-o-transition:opacity .15s ease;transition:opacity .15s ease;text-align:center;opacity:.5;color:#fff;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{text-decoration:none;opacity:.9;color:#fff;outline:0}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:50%/100% 100% no-repeat}.carousel-control-prev-icon{background-image:url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23fff\' viewBox=\'0 0 8 8\'%3e%3cpath d=\'M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z\'/%3e%3c/svg%3e')}.carousel-control-next-icon{background-image:url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23fff\' viewBox=\'0 0 8 8\'%3e%3cpath d=\'M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z\'/%3e%3c/svg%3e')}.carousel-indicators{position:absolute;z-index:15;right:0;bottom:0;left:0;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin-right:15%;margin-left:15%;padding-left:0;list-style:none;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.spinner-border,.spinner-grow{display:inline-block;vertical-align:text-bottom}.carousel-indicators li{-webkit-box-sizing:content-box;box-sizing:content-box;width:30px;height:3px;margin-right:3px;margin-left:3px;cursor:pointer;-webkit-transition:opacity .6s ease;-moz-transition:opacity .6s ease;-o-transition:opacity .6s ease;transition:opacity .6s ease;text-indent:-999px;opacity:.5;border-top:10px solid transparent;border-bottom:10px solid transparent;background-color:#fff;background-clip:padding-box;-webkit-box-flex:0;-webkit-flex:0 1 auto;-moz-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}@media (prefers-reduced-motion:reduce){.carousel-indicators li{-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;z-index:10;right:15%;bottom:20px;left:15%;padding-top:20px;padding-bottom:20px;text-align:center;color:#fff}@-webkit-keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes spinner-border{to{-moz-transform:rotate(360deg);transform:rotate(360deg)}}@-o-keyframes spinner-border{to{-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner-border{to{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}.spinner-border{width:2rem;height:2rem;-webkit-animation:spinner-border .75s linear infinite;-moz-animation:spinner-border .75s linear infinite;-o-animation:spinner-border .75s linear infinite;animation:spinner-border .75s linear infinite;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1}}@-moz-keyframes spinner-grow{0%{-moz-transform:scale(0);transform:scale(0)}50%{opacity:1}}@-o-keyframes spinner-grow{0%{-o-transform:scale(0);transform:scale(0)}50%{opacity:1}}@keyframes spinner-grow{0%{-webkit-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0);transform:scale(0)}50%{opacity:1}}.spinner-grow{width:2rem;height:2rem;-webkit-animation:spinner-grow .75s linear infinite;-moz-animation:spinner-grow .75s linear infinite;-o-animation:spinner-grow .75s linear infinite;animation:spinner-grow .75s linear infinite;opacity:0;border-radius:50%;background-color:currentColor}.spinner-grow-sm{width:1rem;height:1rem}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#7367f0!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#4839eb!important}.bg-secondary{background-color:#b8c2cc!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#9aa9b7!important}.bg-success{background-color:#28c76f!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1f9d57!important}.bg-info{background-color:#00cfe8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#00a1b5!important}.bg-warning{background-color:#ff9f43!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#ff8510!important}.bg-danger{background-color:#ea5455!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#e42728!important}.bg-light{background-color:#babfc7!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#9ea5b0!important}.bg-dark{background-color:#1e1e1e!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#050505!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #ededed!important}.border-top{border-top:1px solid #ededed!important}.border-right{border-right:1px solid #ededed!important}.border-bottom{border-bottom:1px solid #ededed!important}.border-left{border-left:1px solid #ededed!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#7367f0!important}.border-secondary{border-color:#b8c2cc!important}.border-success{border-color:#28c76f!important}.border-info{border-color:#00cfe8!important}.border-warning{border-color:#ff9f43!important}.border-danger{border-color:#ea5455!important}.border-light{border-color:#babfc7!important}.border-dark{border-color:#1e1e1e!important}.border-white{border-color:#fff!important}.rounded-sm{border-radius:.25rem!important}.rounded-right,.rounded-top{border-top-right-radius:.5rem!important}.rounded-bottom,.rounded-right{border-bottom-right-radius:.5rem!important}.rounded-left,.rounded-top{border-top-left-radius:.5rem!important}.rounded-bottom,.rounded-left{border-bottom-left-radius:.5rem!important}.rounded{border-radius:.5rem!important}.rounded-lg{border-radius:.6rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!important}.clearfix::after{display:block;clear:both}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-webkit-box!important;display:-webkit-flex!important;display:-moz-box!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:-moz-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-webkit-box!important;display:-webkit-flex!important;display:-moz-box!important;display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:-moz-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-webkit-box!important;display:-webkit-flex!important;display:-moz-box!important;display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:-moz-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-webkit-box!important;display:-webkit-flex!important;display:-moz-box!important;display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:-moz-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-webkit-box!important;display:-webkit-flex!important;display:-moz-box!important;display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:-moz-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-webkit-box!important;display:-webkit-flex!important;display:-moz-box!important;display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:-moz-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}.embed-responsive{position:relative;display:block;overflow:hidden;width:100%;padding:0}.embed-responsive::before{display:block}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.85714%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{flex-direction:row!important;-webkit-box-orient:horizontal!important;-webkit-flex-direction:row!important;-moz-box-orient:horizontal!important;-ms-flex-direction:row!important}.flex-column{flex-direction:column!important;-webkit-box-orient:vertical!important;-webkit-flex-direction:column!important;-moz-box-orient:vertical!important;-ms-flex-direction:column!important}.flex-column-reverse,.flex-row-reverse{-webkit-box-direction:reverse!important;-moz-box-direction:reverse!important}.flex-row-reverse{flex-direction:row-reverse!important;-webkit-box-orient:horizontal!important;-webkit-flex-direction:row-reverse!important;-moz-box-orient:horizontal!important;-ms-flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important;-webkit-box-orient:vertical!important;-webkit-flex-direction:column-reverse!important;-moz-box-orient:vertical!important;-ms-flex-direction:column-reverse!important}.flex-wrap{-webkit-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-webkit-flex-wrap:nowrap!important;-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-webkit-flex-wrap:wrap-reverse!important;-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-webkit-box-flex:1!important;-webkit-flex:1 1 auto!important;-moz-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-webkit-box-flex:0!important;-webkit-flex-grow:0!important;-moz-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-webkit-box-flex:1!important;-webkit-flex-grow:1!important;-moz-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-webkit-flex-shrink:0!important;-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-webkit-flex-shrink:1!important;-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-webkit-box-pack:start!important;-webkit-justify-content:flex-start!important;-moz-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-webkit-box-pack:end!important;-webkit-justify-content:flex-end!important;-moz-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-webkit-box-pack:center!important;-webkit-justify-content:center!important;-moz-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-webkit-box-pack:justify!important;-webkit-justify-content:space-between!important;-moz-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-webkit-justify-content:space-around!important;-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-webkit-box-align:start!important;-webkit-align-items:flex-start!important;-moz-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-webkit-box-align:end!important;-webkit-align-items:flex-end!important;-moz-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-webkit-box-align:center!important;-webkit-align-items:center!important;-moz-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-webkit-box-align:baseline!important;-webkit-align-items:baseline!important;-moz-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-webkit-box-align:stretch!important;-webkit-align-items:stretch!important;-moz-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-webkit-align-content:flex-start!important;-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-webkit-align-content:flex-end!important;-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-webkit-align-content:center!important;-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-webkit-align-content:space-between!important;-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-webkit-align-content:space-around!important;-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-webkit-align-content:stretch!important;-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-webkit-align-self:auto!important;-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-webkit-align-self:flex-start!important;-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-webkit-align-self:flex-end!important;-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-webkit-align-self:center!important;-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-webkit-align-self:baseline!important;-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-webkit-align-self:stretch!important;-ms-flex-item-align:stretch!important;align-self:stretch!important}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-footer .footer,.fixed-top{position:fixed;z-index:1030;right:0;left:0}.fixed-top{top:0}.fixed-footer .footer{bottom:0}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;z-index:1020;top:0}}.sr-only{position:absolute;overflow:hidden;clip:rect(0,0,0,0);width:1px;height:1px;padding:0;white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;overflow:visible;clip:auto;width:auto;height:auto;white-space:normal}.shadow-sm{-webkit-box-shadow:0 .125rem .25rem rgba(34,41,47,.075)!important;box-shadow:0 .125rem .25rem rgba(34,41,47,.075)!important}.shadow{-webkit-box-shadow:0 .5rem 1rem rgba(34,41,47,.15)!important;box-shadow:0 .5rem 1rem rgba(34,41,47,.15)!important}.shadow-lg{-webkit-box-shadow:0 1rem 3rem rgba(34,41,47,.175)!important;box-shadow:0 1rem 3rem rgba(34,41,47,.175)!important}.shadow-none{-webkit-box-shadow:none!important;box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!important}.stretched-link::after{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;pointer-events:auto;background-color:rgba(0,0,0,0)}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:1rem!important}.mt-1,.my-1{margin-top:1rem!important}.mr-1,.mx-1{margin-right:1rem!important}.mb-1,.my-1{margin-bottom:1rem!important}.ml-1,.mx-1{margin-left:1rem!important}.m-2{margin:1.5rem!important}.mt-2,.my-2{margin-top:1.5rem!important}.mr-2,.mx-2{margin-right:1.5rem!important}.mb-2,.my-2{margin-bottom:1.5rem!important}.ml-2,.mx-2{margin-left:1.5rem!important}.m-3{margin:3rem!important}.mt-3,.my-3{margin-top:3rem!important}.mr-3,.mx-3{margin-right:3rem!important}.mb-3,.my-3{margin-bottom:3rem!important}.ml-3,.mx-3{margin-left:3rem!important}.m-4{margin:3.5rem!important}.mt-4,.my-4{margin-top:3.5rem!important}.mr-4,.mx-4{margin-right:3.5rem!important}.mb-4,.my-4{margin-bottom:3.5rem!important}.ml-4,.mx-4{margin-left:3.5rem!important}.m-5{margin:4rem!important}.mt-5,.my-5{margin-top:4rem!important}.mr-5,.mx-5{margin-right:4rem!important}.mb-5,.my-5{margin-bottom:4rem!important}.ml-5,.mx-5{margin-left:4rem!important}.m-25{margin:.25rem!important}.mt-25,.my-25{margin-top:.25rem!important}.mr-25,.mx-25{margin-right:.25rem!important}.mb-25,.my-25{margin-bottom:.25rem!important}.ml-25,.mx-25{margin-left:.25rem!important}.m-50{margin:.5rem!important}.mt-50,.my-50{margin-top:.5rem!important}.mr-50,.mx-50{margin-right:.5rem!important}.mb-50,.my-50{margin-bottom:.5rem!important}.ml-50,.mx-50{margin-left:.5rem!important}.m-75{margin:.75rem!important}.mt-75,.my-75{margin-top:.75rem!important}.mr-75,.mx-75{margin-right:.75rem!important}.mb-75,.my-75{margin-bottom:.75rem!important}.ml-75,.mx-75{margin-left:.75rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:1rem!important}.pt-1,.py-1{padding-top:1rem!important}.pr-1,.px-1{padding-right:1rem!important}.pb-1,.py-1{padding-bottom:1rem!important}.pl-1,.px-1{padding-left:1rem!important}.p-2{padding:1.5rem!important}.pt-2,.py-2{padding-top:1.5rem!important}.pr-2,.px-2{padding-right:1.5rem!important}.pb-2,.py-2{padding-bottom:1.5rem!important}.pl-2,.px-2{padding-left:1.5rem!important}.p-3{padding:3rem!important}.pt-3,.py-3{padding-top:3rem!important}.pr-3,.px-3{padding-right:3rem!important}.pb-3,.py-3{padding-bottom:3rem!important}.pl-3,.px-3{padding-left:3rem!important}.p-4{padding:3.5rem!important}.pt-4,.py-4{padding-top:3.5rem!important}.pr-4,.px-4{padding-right:3.5rem!important}.pb-4,.py-4{padding-bottom:3.5rem!important}.pl-4,.px-4{padding-left:3.5rem!important}.p-5{padding:4rem!important}.pt-5,.py-5{padding-top:4rem!important}.pr-5,.px-5{padding-right:4rem!important}.pb-5,.py-5{padding-bottom:4rem!important}.pl-5,.px-5{padding-left:4rem!important}.p-25{padding:.25rem!important}.pt-25,.py-25{padding-top:.25rem!important}.pr-25,.px-25{padding-right:.25rem!important}.pb-25,.py-25{padding-bottom:.25rem!important}.pl-25,.px-25{padding-left:.25rem!important}.p-50{padding:.5rem!important}.pt-50,.py-50{padding-top:.5rem!important}.pr-50,.px-50{padding-right:.5rem!important}.pb-50,.py-50{padding-bottom:.5rem!important}.pl-50,.px-50{padding-left:.5rem!important}.p-75{padding:.75rem!important}.pt-75,.py-75{padding-top:.75rem!important}.pr-75,.px-75{padding-right:.75rem!important}.pb-75,.py-75{padding-bottom:.75rem!important}.pl-75,.px-75{padding-left:.75rem!important}.m-n1{margin:-1rem!important}.mt-n1,.my-n1{margin-top:-1rem!important}.mr-n1,.mx-n1{margin-right:-1rem!important}.mb-n1,.my-n1{margin-bottom:-1rem!important}.ml-n1,.mx-n1{margin-left:-1rem!important}.m-n2{margin:-1.5rem!important}.mt-n2,.my-n2{margin-top:-1.5rem!important}.mr-n2,.mx-n2{margin-right:-1.5rem!important}.mb-n2,.my-n2{margin-bottom:-1.5rem!important}.ml-n2,.mx-n2{margin-left:-1.5rem!important}.m-n3{margin:-3rem!important}.mt-n3,.my-n3{margin-top:-3rem!important}.mr-n3,.mx-n3{margin-right:-3rem!important}.mb-n3,.my-n3{margin-bottom:-3rem!important}.ml-n3,.mx-n3{margin-left:-3rem!important}.m-n4{margin:-3.5rem!important}.mt-n4,.my-n4{margin-top:-3.5rem!important}.mr-n4,.mx-n4{margin-right:-3.5rem!important}.mb-n4,.my-n4{margin-bottom:-3.5rem!important}.ml-n4,.mx-n4{margin-left:-3.5rem!important}.m-n5{margin:-4rem!important}.mt-n5,.my-n5{margin-top:-4rem!important}.mr-n5,.mx-n5{margin-right:-4rem!important}.mb-n5,.my-n5{margin-bottom:-4rem!important}.ml-n5,.mx-n5{margin-left:-4rem!important}.m-n25{margin:-.25rem!important}.mt-n25,.my-n25{margin-top:-.25rem!important}.mr-n25,.mx-n25{margin-right:-.25rem!important}.mb-n25,.my-n25{margin-bottom:-.25rem!important}.ml-n25,.mx-n25{margin-left:-.25rem!important}.m-n50{margin:-.5rem!important}.mt-n50,.my-n50{margin-top:-.5rem!important}.mr-n50,.mx-n50{margin-right:-.5rem!important}.mb-n50,.my-n50{margin-bottom:-.5rem!important}.ml-n50,.mx-n50{margin-left:-.5rem!important}.m-n75{margin:-.75rem!important}.mt-n75,.my-n75{margin-top:-.75rem!important}.mr-n75,.mx-n75{margin-right:-.75rem!important}.mb-n75,.my-n75{margin-bottom:-.75rem!important}.ml-n75,.mx-n75{margin-left:-.75rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}.text-monospace{font-family:Montserrat,Helvetica,Arial,serif!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.flex-sm-column,.flex-sm-row{-webkit-box-direction:normal!important;-moz-box-direction:normal!important}.flex-sm-row{flex-direction:row!important;-webkit-box-orient:horizontal!important;-webkit-flex-direction:row!important;-moz-box-orient:horizontal!important;-ms-flex-direction:row!important}.flex-sm-column{flex-direction:column!important;-webkit-box-orient:vertical!important;-webkit-flex-direction:column!important;-moz-box-orient:vertical!important;-ms-flex-direction:column!important}.flex-sm-column-reverse,.flex-sm-row-reverse{-webkit-box-direction:reverse!important;-moz-box-direction:reverse!important}.flex-sm-row-reverse{flex-direction:row-reverse!important;-webkit-box-orient:horizontal!important;-webkit-flex-direction:row-reverse!important;-moz-box-orient:horizontal!important;-ms-flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important;-webkit-box-orient:vertical!important;-webkit-flex-direction:column-reverse!important;-moz-box-orient:vertical!important;-ms-flex-direction:column-reverse!important}.flex-sm-wrap{-webkit-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-webkit-flex-wrap:nowrap!important;-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-webkit-flex-wrap:wrap-reverse!important;-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-webkit-box-flex:1!important;-webkit-flex:1 1 auto!important;-moz-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-webkit-box-flex:0!important;-webkit-flex-grow:0!important;-moz-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-webkit-box-flex:1!important;-webkit-flex-grow:1!important;-moz-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-webkit-flex-shrink:0!important;-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-webkit-flex-shrink:1!important;-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-webkit-box-pack:start!important;-webkit-justify-content:flex-start!important;-moz-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-webkit-box-pack:end!important;-webkit-justify-content:flex-end!important;-moz-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-webkit-box-pack:center!important;-webkit-justify-content:center!important;-moz-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-webkit-box-pack:justify!important;-webkit-justify-content:space-between!important;-moz-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-webkit-justify-content:space-around!important;-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-webkit-box-align:start!important;-webkit-align-items:flex-start!important;-moz-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-webkit-box-align:end!important;-webkit-align-items:flex-end!important;-moz-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-webkit-box-align:center!important;-webkit-align-items:center!important;-moz-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-webkit-box-align:baseline!important;-webkit-align-items:baseline!important;-moz-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-webkit-box-align:stretch!important;-webkit-align-items:stretch!important;-moz-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-webkit-align-content:flex-start!important;-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-webkit-align-content:flex-end!important;-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-webkit-align-content:center!important;-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-webkit-align-content:space-between!important;-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-webkit-align-content:space-around!important;-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-webkit-align-content:stretch!important;-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-webkit-align-self:auto!important;-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-webkit-align-self:flex-start!important;-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-webkit-align-self:flex-end!important;-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-webkit-align-self:center!important;-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-webkit-align-self:baseline!important;-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-webkit-align-self:stretch!important;-ms-flex-item-align:stretch!important;align-self:stretch!important}.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:1rem!important}.mt-sm-1,.my-sm-1{margin-top:1rem!important}.mr-sm-1,.mx-sm-1{margin-right:1rem!important}.mb-sm-1,.my-sm-1{margin-bottom:1rem!important}.ml-sm-1,.mx-sm-1{margin-left:1rem!important}.m-sm-2{margin:1.5rem!important}.mt-sm-2,.my-sm-2{margin-top:1.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:1.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:1.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:1.5rem!important}.m-sm-3{margin:3rem!important}.mt-sm-3,.my-sm-3{margin-top:3rem!important}.mr-sm-3,.mx-sm-3{margin-right:3rem!important}.mb-sm-3,.my-sm-3{margin-bottom:3rem!important}.ml-sm-3,.mx-sm-3{margin-left:3rem!important}.m-sm-4{margin:3.5rem!important}.mt-sm-4,.my-sm-4{margin-top:3.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:3.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:3.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:3.5rem!important}.m-sm-5{margin:4rem!important}.mt-sm-5,.my-sm-5{margin-top:4rem!important}.mr-sm-5,.mx-sm-5{margin-right:4rem!important}.mb-sm-5,.my-sm-5{margin-bottom:4rem!important}.ml-sm-5,.mx-sm-5{margin-left:4rem!important}.m-sm-25{margin:.25rem!important}.mt-sm-25,.my-sm-25{margin-top:.25rem!important}.mr-sm-25,.mx-sm-25{margin-right:.25rem!important}.mb-sm-25,.my-sm-25{margin-bottom:.25rem!important}.ml-sm-25,.mx-sm-25{margin-left:.25rem!important}.m-sm-50{margin:.5rem!important}.mt-sm-50,.my-sm-50{margin-top:.5rem!important}.mr-sm-50,.mx-sm-50{margin-right:.5rem!important}.mb-sm-50,.my-sm-50{margin-bottom:.5rem!important}.ml-sm-50,.mx-sm-50{margin-left:.5rem!important}.m-sm-75{margin:.75rem!important}.mt-sm-75,.my-sm-75{margin-top:.75rem!important}.mr-sm-75,.mx-sm-75{margin-right:.75rem!important}.mb-sm-75,.my-sm-75{margin-bottom:.75rem!important}.ml-sm-75,.mx-sm-75{margin-left:.75rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:1rem!important}.pt-sm-1,.py-sm-1{padding-top:1rem!important}.pr-sm-1,.px-sm-1{padding-right:1rem!important}.pb-sm-1,.py-sm-1{padding-bottom:1rem!important}.pl-sm-1,.px-sm-1{padding-left:1rem!important}.p-sm-2{padding:1.5rem!important}.pt-sm-2,.py-sm-2{padding-top:1.5rem!important}.pr-sm-2,.px-sm-2{padding-right:1.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:1.5rem!important}.pl-sm-2,.px-sm-2{padding-left:1.5rem!important}.p-sm-3{padding:3rem!important}.pt-sm-3,.py-sm-3{padding-top:3rem!important}.pr-sm-3,.px-sm-3{padding-right:3rem!important}.pb-sm-3,.py-sm-3{padding-bottom:3rem!important}.pl-sm-3,.px-sm-3{padding-left:3rem!important}.p-sm-4{padding:3.5rem!important}.pt-sm-4,.py-sm-4{padding-top:3.5rem!important}.pr-sm-4,.px-sm-4{padding-right:3.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:3.5rem!important}.pl-sm-4,.px-sm-4{padding-left:3.5rem!important}.p-sm-5{padding:4rem!important}.pt-sm-5,.py-sm-5{padding-top:4rem!important}.pr-sm-5,.px-sm-5{padding-right:4rem!important}.pb-sm-5,.py-sm-5{padding-bottom:4rem!important}.pl-sm-5,.px-sm-5{padding-left:4rem!important}.p-sm-25{padding:.25rem!important}.pt-sm-25,.py-sm-25{padding-top:.25rem!important}.pr-sm-25,.px-sm-25{padding-right:.25rem!important}.pb-sm-25,.py-sm-25{padding-bottom:.25rem!important}.pl-sm-25,.px-sm-25{padding-left:.25rem!important}.p-sm-50{padding:.5rem!important}.pt-sm-50,.py-sm-50{padding-top:.5rem!important}.pr-sm-50,.px-sm-50{padding-right:.5rem!important}.pb-sm-50,.py-sm-50{padding-bottom:.5rem!important}.pl-sm-50,.px-sm-50{padding-left:.5rem!important}.p-sm-75{padding:.75rem!important}.pt-sm-75,.py-sm-75{padding-top:.75rem!important}.pr-sm-75,.px-sm-75{padding-right:.75rem!important}.pb-sm-75,.py-sm-75{padding-bottom:.75rem!important}.pl-sm-75,.px-sm-75{padding-left:.75rem!important}.m-sm-n1{margin:-1rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-1rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-1rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-1rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-1rem!important}.m-sm-n2{margin:-1.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-1.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-1.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-1.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-1.5rem!important}.m-sm-n3{margin:-3rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-3rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-3rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-3rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-3rem!important}.m-sm-n4{margin:-3.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-3.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-3.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-3.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-3.5rem!important}.m-sm-n5{margin:-4rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-4rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-4rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-4rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-4rem!important}.m-sm-n25{margin:-.25rem!important}.mt-sm-n25,.my-sm-n25{margin-top:-.25rem!important}.mr-sm-n25,.mx-sm-n25{margin-right:-.25rem!important}.mb-sm-n25,.my-sm-n25{margin-bottom:-.25rem!important}.ml-sm-n25,.mx-sm-n25{margin-left:-.25rem!important}.m-sm-n50{margin:-.5rem!important}.mt-sm-n50,.my-sm-n50{margin-top:-.5rem!important}.mr-sm-n50,.mx-sm-n50{margin-right:-.5rem!important}.mb-sm-n50,.my-sm-n50{margin-bottom:-.5rem!important}.ml-sm-n50,.mx-sm-n50{margin-left:-.5rem!important}.m-sm-n75{margin:-.75rem!important}.mt-sm-n75,.my-sm-n75{margin-top:-.75rem!important}.mr-sm-n75,.mx-sm-n75{margin-right:-.75rem!important}.mb-sm-n75,.my-sm-n75{margin-bottom:-.75rem!important}.ml-sm-n75,.mx-sm-n75{margin-left:-.75rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.flex-md-column,.flex-md-row{-webkit-box-direction:normal!important;-moz-box-direction:normal!important}.flex-md-row{flex-direction:row!important;-webkit-box-orient:horizontal!important;-webkit-flex-direction:row!important;-moz-box-orient:horizontal!important;-ms-flex-direction:row!important}.flex-md-column{flex-direction:column!important;-webkit-box-orient:vertical!important;-webkit-flex-direction:column!important;-moz-box-orient:vertical!important;-ms-flex-direction:column!important}.flex-md-column-reverse,.flex-md-row-reverse{-webkit-box-direction:reverse!important;-moz-box-direction:reverse!important}.flex-md-row-reverse{flex-direction:row-reverse!important;-webkit-box-orient:horizontal!important;-webkit-flex-direction:row-reverse!important;-moz-box-orient:horizontal!important;-ms-flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important;-webkit-box-orient:vertical!important;-webkit-flex-direction:column-reverse!important;-moz-box-orient:vertical!important;-ms-flex-direction:column-reverse!important}.flex-md-wrap{-webkit-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-webkit-flex-wrap:nowrap!important;-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-webkit-flex-wrap:wrap-reverse!important;-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-webkit-box-flex:1!important;-webkit-flex:1 1 auto!important;-moz-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-webkit-box-flex:0!important;-webkit-flex-grow:0!important;-moz-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-webkit-box-flex:1!important;-webkit-flex-grow:1!important;-moz-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-webkit-flex-shrink:0!important;-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-webkit-flex-shrink:1!important;-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-webkit-box-pack:start!important;-webkit-justify-content:flex-start!important;-moz-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-webkit-box-pack:end!important;-webkit-justify-content:flex-end!important;-moz-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-webkit-box-pack:center!important;-webkit-justify-content:center!important;-moz-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-webkit-box-pack:justify!important;-webkit-justify-content:space-between!important;-moz-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-webkit-justify-content:space-around!important;-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-webkit-box-align:start!important;-webkit-align-items:flex-start!important;-moz-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-webkit-box-align:end!important;-webkit-align-items:flex-end!important;-moz-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-webkit-box-align:center!important;-webkit-align-items:center!important;-moz-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-webkit-box-align:baseline!important;-webkit-align-items:baseline!important;-moz-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-webkit-box-align:stretch!important;-webkit-align-items:stretch!important;-moz-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-webkit-align-content:flex-start!important;-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-webkit-align-content:flex-end!important;-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-webkit-align-content:center!important;-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-webkit-align-content:space-between!important;-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-webkit-align-content:space-around!important;-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-webkit-align-content:stretch!important;-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-webkit-align-self:auto!important;-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-webkit-align-self:flex-start!important;-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-webkit-align-self:flex-end!important;-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-webkit-align-self:center!important;-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-webkit-align-self:baseline!important;-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-webkit-align-self:stretch!important;-ms-flex-item-align:stretch!important;align-self:stretch!important}.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:1rem!important}.mt-md-1,.my-md-1{margin-top:1rem!important}.mr-md-1,.mx-md-1{margin-right:1rem!important}.mb-md-1,.my-md-1{margin-bottom:1rem!important}.ml-md-1,.mx-md-1{margin-left:1rem!important}.m-md-2{margin:1.5rem!important}.mt-md-2,.my-md-2{margin-top:1.5rem!important}.mr-md-2,.mx-md-2{margin-right:1.5rem!important}.mb-md-2,.my-md-2{margin-bottom:1.5rem!important}.ml-md-2,.mx-md-2{margin-left:1.5rem!important}.m-md-3{margin:3rem!important}.mt-md-3,.my-md-3{margin-top:3rem!important}.mr-md-3,.mx-md-3{margin-right:3rem!important}.mb-md-3,.my-md-3{margin-bottom:3rem!important}.ml-md-3,.mx-md-3{margin-left:3rem!important}.m-md-4{margin:3.5rem!important}.mt-md-4,.my-md-4{margin-top:3.5rem!important}.mr-md-4,.mx-md-4{margin-right:3.5rem!important}.mb-md-4,.my-md-4{margin-bottom:3.5rem!important}.ml-md-4,.mx-md-4{margin-left:3.5rem!important}.m-md-5{margin:4rem!important}.mt-md-5,.my-md-5{margin-top:4rem!important}.mr-md-5,.mx-md-5{margin-right:4rem!important}.mb-md-5,.my-md-5{margin-bottom:4rem!important}.ml-md-5,.mx-md-5{margin-left:4rem!important}.m-md-25{margin:.25rem!important}.mt-md-25,.my-md-25{margin-top:.25rem!important}.mr-md-25,.mx-md-25{margin-right:.25rem!important}.mb-md-25,.my-md-25{margin-bottom:.25rem!important}.ml-md-25,.mx-md-25{margin-left:.25rem!important}.m-md-50{margin:.5rem!important}.mt-md-50,.my-md-50{margin-top:.5rem!important}.mr-md-50,.mx-md-50{margin-right:.5rem!important}.mb-md-50,.my-md-50{margin-bottom:.5rem!important}.ml-md-50,.mx-md-50{margin-left:.5rem!important}.m-md-75{margin:.75rem!important}.mt-md-75,.my-md-75{margin-top:.75rem!important}.mr-md-75,.mx-md-75{margin-right:.75rem!important}.mb-md-75,.my-md-75{margin-bottom:.75rem!important}.ml-md-75,.mx-md-75{margin-left:.75rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:1rem!important}.pt-md-1,.py-md-1{padding-top:1rem!important}.pr-md-1,.px-md-1{padding-right:1rem!important}.pb-md-1,.py-md-1{padding-bottom:1rem!important}.pl-md-1,.px-md-1{padding-left:1rem!important}.p-md-2{padding:1.5rem!important}.pt-md-2,.py-md-2{padding-top:1.5rem!important}.pr-md-2,.px-md-2{padding-right:1.5rem!important}.pb-md-2,.py-md-2{padding-bottom:1.5rem!important}.pl-md-2,.px-md-2{padding-left:1.5rem!important}.p-md-3{padding:3rem!important}.pt-md-3,.py-md-3{padding-top:3rem!important}.pr-md-3,.px-md-3{padding-right:3rem!important}.pb-md-3,.py-md-3{padding-bottom:3rem!important}.pl-md-3,.px-md-3{padding-left:3rem!important}.p-md-4{padding:3.5rem!important}.pt-md-4,.py-md-4{padding-top:3.5rem!important}.pr-md-4,.px-md-4{padding-right:3.5rem!important}.pb-md-4,.py-md-4{padding-bottom:3.5rem!important}.pl-md-4,.px-md-4{padding-left:3.5rem!important}.p-md-5{padding:4rem!important}.pt-md-5,.py-md-5{padding-top:4rem!important}.pr-md-5,.px-md-5{padding-right:4rem!important}.pb-md-5,.py-md-5{padding-bottom:4rem!important}.pl-md-5,.px-md-5{padding-left:4rem!important}.p-md-25{padding:.25rem!important}.pt-md-25,.py-md-25{padding-top:.25rem!important}.pr-md-25,.px-md-25{padding-right:.25rem!important}.pb-md-25,.py-md-25{padding-bottom:.25rem!important}.pl-md-25,.px-md-25{padding-left:.25rem!important}.p-md-50{padding:.5rem!important}.pt-md-50,.py-md-50{padding-top:.5rem!important}.pr-md-50,.px-md-50{padding-right:.5rem!important}.pb-md-50,.py-md-50{padding-bottom:.5rem!important}.pl-md-50,.px-md-50{padding-left:.5rem!important}.p-md-75{padding:.75rem!important}.pt-md-75,.py-md-75{padding-top:.75rem!important}.pr-md-75,.px-md-75{padding-right:.75rem!important}.pb-md-75,.py-md-75{padding-bottom:.75rem!important}.pl-md-75,.px-md-75{padding-left:.75rem!important}.m-md-n1{margin:-1rem!important}.mt-md-n1,.my-md-n1{margin-top:-1rem!important}.mr-md-n1,.mx-md-n1{margin-right:-1rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-1rem!important}.ml-md-n1,.mx-md-n1{margin-left:-1rem!important}.m-md-n2{margin:-1.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-1.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-1.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-1.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-1.5rem!important}.m-md-n3{margin:-3rem!important}.mt-md-n3,.my-md-n3{margin-top:-3rem!important}.mr-md-n3,.mx-md-n3{margin-right:-3rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-3rem!important}.ml-md-n3,.mx-md-n3{margin-left:-3rem!important}.m-md-n4{margin:-3.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-3.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-3.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-3.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-3.5rem!important}.m-md-n5{margin:-4rem!important}.mt-md-n5,.my-md-n5{margin-top:-4rem!important}.mr-md-n5,.mx-md-n5{margin-right:-4rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-4rem!important}.ml-md-n5,.mx-md-n5{margin-left:-4rem!important}.m-md-n25{margin:-.25rem!important}.mt-md-n25,.my-md-n25{margin-top:-.25rem!important}.mr-md-n25,.mx-md-n25{margin-right:-.25rem!important}.mb-md-n25,.my-md-n25{margin-bottom:-.25rem!important}.ml-md-n25,.mx-md-n25{margin-left:-.25rem!important}.m-md-n50{margin:-.5rem!important}.mt-md-n50,.my-md-n50{margin-top:-.5rem!important}.mr-md-n50,.mx-md-n50{margin-right:-.5rem!important}.mb-md-n50,.my-md-n50{margin-bottom:-.5rem!important}.ml-md-n50,.mx-md-n50{margin-left:-.5rem!important}.m-md-n75{margin:-.75rem!important}.mt-md-n75,.my-md-n75{margin-top:-.75rem!important}.mr-md-n75,.mx-md-n75{margin-right:-.75rem!important}.mb-md-n75,.my-md-n75{margin-bottom:-.75rem!important}.ml-md-n75,.mx-md-n75{margin-left:-.75rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.flex-lg-column,.flex-lg-row{-webkit-box-direction:normal!important;-moz-box-direction:normal!important}.flex-lg-row{flex-direction:row!important;-webkit-box-orient:horizontal!important;-webkit-flex-direction:row!important;-moz-box-orient:horizontal!important;-ms-flex-direction:row!important}.flex-lg-column{flex-direction:column!important;-webkit-box-orient:vertical!important;-webkit-flex-direction:column!important;-moz-box-orient:vertical!important;-ms-flex-direction:column!important}.flex-lg-column-reverse,.flex-lg-row-reverse{-webkit-box-direction:reverse!important;-moz-box-direction:reverse!important}.flex-lg-row-reverse{flex-direction:row-reverse!important;-webkit-box-orient:horizontal!important;-webkit-flex-direction:row-reverse!important;-moz-box-orient:horizontal!important;-ms-flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important;-webkit-box-orient:vertical!important;-webkit-flex-direction:column-reverse!important;-moz-box-orient:vertical!important;-ms-flex-direction:column-reverse!important}.flex-lg-wrap{-webkit-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-webkit-flex-wrap:nowrap!important;-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-webkit-flex-wrap:wrap-reverse!important;-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-webkit-box-flex:1!important;-webkit-flex:1 1 auto!important;-moz-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-webkit-box-flex:0!important;-webkit-flex-grow:0!important;-moz-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-webkit-box-flex:1!important;-webkit-flex-grow:1!important;-moz-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-webkit-flex-shrink:0!important;-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-webkit-flex-shrink:1!important;-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-webkit-box-pack:start!important;-webkit-justify-content:flex-start!important;-moz-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-webkit-box-pack:end!important;-webkit-justify-content:flex-end!important;-moz-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-webkit-box-pack:center!important;-webkit-justify-content:center!important;-moz-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-webkit-box-pack:justify!important;-webkit-justify-content:space-between!important;-moz-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-webkit-justify-content:space-around!important;-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-webkit-box-align:start!important;-webkit-align-items:flex-start!important;-moz-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-webkit-box-align:end!important;-webkit-align-items:flex-end!important;-moz-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-webkit-box-align:center!important;-webkit-align-items:center!important;-moz-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-webkit-box-align:baseline!important;-webkit-align-items:baseline!important;-moz-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-webkit-box-align:stretch!important;-webkit-align-items:stretch!important;-moz-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-webkit-align-content:flex-start!important;-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-webkit-align-content:flex-end!important;-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-webkit-align-content:center!important;-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-webkit-align-content:space-between!important;-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-webkit-align-content:space-around!important;-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-webkit-align-content:stretch!important;-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-webkit-align-self:auto!important;-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-webkit-align-self:flex-start!important;-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-webkit-align-self:flex-end!important;-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-webkit-align-self:center!important;-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-webkit-align-self:baseline!important;-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-webkit-align-self:stretch!important;-ms-flex-item-align:stretch!important;align-self:stretch!important}.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:1rem!important}.mt-lg-1,.my-lg-1{margin-top:1rem!important}.mr-lg-1,.mx-lg-1{margin-right:1rem!important}.mb-lg-1,.my-lg-1{margin-bottom:1rem!important}.ml-lg-1,.mx-lg-1{margin-left:1rem!important}.m-lg-2{margin:1.5rem!important}.mt-lg-2,.my-lg-2{margin-top:1.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:1.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:1.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:1.5rem!important}.m-lg-3{margin:3rem!important}.mt-lg-3,.my-lg-3{margin-top:3rem!important}.mr-lg-3,.mx-lg-3{margin-right:3rem!important}.mb-lg-3,.my-lg-3{margin-bottom:3rem!important}.ml-lg-3,.mx-lg-3{margin-left:3rem!important}.m-lg-4{margin:3.5rem!important}.mt-lg-4,.my-lg-4{margin-top:3.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:3.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:3.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:3.5rem!important}.m-lg-5{margin:4rem!important}.mt-lg-5,.my-lg-5{margin-top:4rem!important}.mr-lg-5,.mx-lg-5{margin-right:4rem!important}.mb-lg-5,.my-lg-5{margin-bottom:4rem!important}.ml-lg-5,.mx-lg-5{margin-left:4rem!important}.m-lg-25{margin:.25rem!important}.mt-lg-25,.my-lg-25{margin-top:.25rem!important}.mr-lg-25,.mx-lg-25{margin-right:.25rem!important}.mb-lg-25,.my-lg-25{margin-bottom:.25rem!important}.ml-lg-25,.mx-lg-25{margin-left:.25rem!important}.m-lg-50{margin:.5rem!important}.mt-lg-50,.my-lg-50{margin-top:.5rem!important}.mr-lg-50,.mx-lg-50{margin-right:.5rem!important}.mb-lg-50,.my-lg-50{margin-bottom:.5rem!important}.ml-lg-50,.mx-lg-50{margin-left:.5rem!important}.m-lg-75{margin:.75rem!important}.mt-lg-75,.my-lg-75{margin-top:.75rem!important}.mr-lg-75,.mx-lg-75{margin-right:.75rem!important}.mb-lg-75,.my-lg-75{margin-bottom:.75rem!important}.ml-lg-75,.mx-lg-75{margin-left:.75rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:1rem!important}.pt-lg-1,.py-lg-1{padding-top:1rem!important}.pr-lg-1,.px-lg-1{padding-right:1rem!important}.pb-lg-1,.py-lg-1{padding-bottom:1rem!important}.pl-lg-1,.px-lg-1{padding-left:1rem!important}.p-lg-2{padding:1.5rem!important}.pt-lg-2,.py-lg-2{padding-top:1.5rem!important}.pr-lg-2,.px-lg-2{padding-right:1.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:1.5rem!important}.pl-lg-2,.px-lg-2{padding-left:1.5rem!important}.p-lg-3{padding:3rem!important}.pt-lg-3,.py-lg-3{padding-top:3rem!important}.pr-lg-3,.px-lg-3{padding-right:3rem!important}.pb-lg-3,.py-lg-3{padding-bottom:3rem!important}.pl-lg-3,.px-lg-3{padding-left:3rem!important}.p-lg-4{padding:3.5rem!important}.pt-lg-4,.py-lg-4{padding-top:3.5rem!important}.pr-lg-4,.px-lg-4{padding-right:3.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:3.5rem!important}.pl-lg-4,.px-lg-4{padding-left:3.5rem!important}.p-lg-5{padding:4rem!important}.pt-lg-5,.py-lg-5{padding-top:4rem!important}.pr-lg-5,.px-lg-5{padding-right:4rem!important}.pb-lg-5,.py-lg-5{padding-bottom:4rem!important}.pl-lg-5,.px-lg-5{padding-left:4rem!important}.p-lg-25{padding:.25rem!important}.pt-lg-25,.py-lg-25{padding-top:.25rem!important}.pr-lg-25,.px-lg-25{padding-right:.25rem!important}.pb-lg-25,.py-lg-25{padding-bottom:.25rem!important}.pl-lg-25,.px-lg-25{padding-left:.25rem!important}.p-lg-50{padding:.5rem!important}.pt-lg-50,.py-lg-50{padding-top:.5rem!important}.pr-lg-50,.px-lg-50{padding-right:.5rem!important}.pb-lg-50,.py-lg-50{padding-bottom:.5rem!important}.pl-lg-50,.px-lg-50{padding-left:.5rem!important}.p-lg-75{padding:.75rem!important}.pt-lg-75,.py-lg-75{padding-top:.75rem!important}.pr-lg-75,.px-lg-75{padding-right:.75rem!important}.pb-lg-75,.py-lg-75{padding-bottom:.75rem!important}.pl-lg-75,.px-lg-75{padding-left:.75rem!important}.m-lg-n1{margin:-1rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-1rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-1rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-1rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-1rem!important}.m-lg-n2{margin:-1.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-1.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-1.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-1.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-1.5rem!important}.m-lg-n3{margin:-3rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-3rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-3rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-3rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-3rem!important}.m-lg-n4{margin:-3.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-3.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-3.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-3.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-3.5rem!important}.m-lg-n5{margin:-4rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-4rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-4rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-4rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-4rem!important}.m-lg-n25{margin:-.25rem!important}.mt-lg-n25,.my-lg-n25{margin-top:-.25rem!important}.mr-lg-n25,.mx-lg-n25{margin-right:-.25rem!important}.mb-lg-n25,.my-lg-n25{margin-bottom:-.25rem!important}.ml-lg-n25,.mx-lg-n25{margin-left:-.25rem!important}.m-lg-n50{margin:-.5rem!important}.mt-lg-n50,.my-lg-n50{margin-top:-.5rem!important}.mr-lg-n50,.mx-lg-n50{margin-right:-.5rem!important}.mb-lg-n50,.my-lg-n50{margin-bottom:-.5rem!important}.ml-lg-n50,.mx-lg-n50{margin-left:-.5rem!important}.m-lg-n75{margin:-.75rem!important}.mt-lg-n75,.my-lg-n75{margin-top:-.75rem!important}.mr-lg-n75,.mx-lg-n75{margin-right:-.75rem!important}.mb-lg-n75,.my-lg-n75{margin-bottom:-.75rem!important}.ml-lg-n75,.mx-lg-n75{margin-left:-.75rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.flex-xl-column,.flex-xl-row{-webkit-box-direction:normal!important;-moz-box-direction:normal!important}.flex-xl-row{flex-direction:row!important;-webkit-box-orient:horizontal!important;-webkit-flex-direction:row!important;-moz-box-orient:horizontal!important;-ms-flex-direction:row!important}.flex-xl-column{flex-direction:column!important;-webkit-box-orient:vertical!important;-webkit-flex-direction:column!important;-moz-box-orient:vertical!important;-ms-flex-direction:column!important}.flex-xl-column-reverse,.flex-xl-row-reverse{-webkit-box-direction:reverse!important;-moz-box-direction:reverse!important}.flex-xl-row-reverse{flex-direction:row-reverse!important;-webkit-box-orient:horizontal!important;-webkit-flex-direction:row-reverse!important;-moz-box-orient:horizontal!important;-ms-flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important;-webkit-box-orient:vertical!important;-webkit-flex-direction:column-reverse!important;-moz-box-orient:vertical!important;-ms-flex-direction:column-reverse!important}.flex-xl-wrap{-webkit-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-webkit-flex-wrap:nowrap!important;-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-webkit-flex-wrap:wrap-reverse!important;-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-webkit-box-flex:1!important;-webkit-flex:1 1 auto!important;-moz-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-webkit-box-flex:0!important;-webkit-flex-grow:0!important;-moz-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-webkit-box-flex:1!important;-webkit-flex-grow:1!important;-moz-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-webkit-flex-shrink:0!important;-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-webkit-flex-shrink:1!important;-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-webkit-box-pack:start!important;-webkit-justify-content:flex-start!important;-moz-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-webkit-box-pack:end!important;-webkit-justify-content:flex-end!important;-moz-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-webkit-box-pack:center!important;-webkit-justify-content:center!important;-moz-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-webkit-box-pack:justify!important;-webkit-justify-content:space-between!important;-moz-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-webkit-justify-content:space-around!important;-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-webkit-box-align:start!important;-webkit-align-items:flex-start!important;-moz-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-webkit-box-align:end!important;-webkit-align-items:flex-end!important;-moz-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-webkit-box-align:center!important;-webkit-align-items:center!important;-moz-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-webkit-box-align:baseline!important;-webkit-align-items:baseline!important;-moz-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-webkit-box-align:stretch!important;-webkit-align-items:stretch!important;-moz-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-webkit-align-content:flex-start!important;-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-webkit-align-content:flex-end!important;-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-webkit-align-content:center!important;-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-webkit-align-content:space-between!important;-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-webkit-align-content:space-around!important;-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-webkit-align-content:stretch!important;-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-webkit-align-self:auto!important;-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-webkit-align-self:flex-start!important;-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-webkit-align-self:flex-end!important;-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-webkit-align-self:center!important;-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-webkit-align-self:baseline!important;-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-webkit-align-self:stretch!important;-ms-flex-item-align:stretch!important;align-self:stretch!important}.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:1rem!important}.mt-xl-1,.my-xl-1{margin-top:1rem!important}.mr-xl-1,.mx-xl-1{margin-right:1rem!important}.mb-xl-1,.my-xl-1{margin-bottom:1rem!important}.ml-xl-1,.mx-xl-1{margin-left:1rem!important}.m-xl-2{margin:1.5rem!important}.mt-xl-2,.my-xl-2{margin-top:1.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:1.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:1.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:1.5rem!important}.m-xl-3{margin:3rem!important}.mt-xl-3,.my-xl-3{margin-top:3rem!important}.mr-xl-3,.mx-xl-3{margin-right:3rem!important}.mb-xl-3,.my-xl-3{margin-bottom:3rem!important}.ml-xl-3,.mx-xl-3{margin-left:3rem!important}.m-xl-4{margin:3.5rem!important}.mt-xl-4,.my-xl-4{margin-top:3.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:3.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:3.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:3.5rem!important}.m-xl-5{margin:4rem!important}.mt-xl-5,.my-xl-5{margin-top:4rem!important}.mr-xl-5,.mx-xl-5{margin-right:4rem!important}.mb-xl-5,.my-xl-5{margin-bottom:4rem!important}.ml-xl-5,.mx-xl-5{margin-left:4rem!important}.m-xl-25{margin:.25rem!important}.mt-xl-25,.my-xl-25{margin-top:.25rem!important}.mr-xl-25,.mx-xl-25{margin-right:.25rem!important}.mb-xl-25,.my-xl-25{margin-bottom:.25rem!important}.ml-xl-25,.mx-xl-25{margin-left:.25rem!important}.m-xl-50{margin:.5rem!important}.mt-xl-50,.my-xl-50{margin-top:.5rem!important}.mr-xl-50,.mx-xl-50{margin-right:.5rem!important}.mb-xl-50,.my-xl-50{margin-bottom:.5rem!important}.ml-xl-50,.mx-xl-50{margin-left:.5rem!important}.m-xl-75{margin:.75rem!important}.mt-xl-75,.my-xl-75{margin-top:.75rem!important}.mr-xl-75,.mx-xl-75{margin-right:.75rem!important}.mb-xl-75,.my-xl-75{margin-bottom:.75rem!important}.ml-xl-75,.mx-xl-75{margin-left:.75rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:1rem!important}.pt-xl-1,.py-xl-1{padding-top:1rem!important}.pr-xl-1,.px-xl-1{padding-right:1rem!important}.pb-xl-1,.py-xl-1{padding-bottom:1rem!important}.pl-xl-1,.px-xl-1{padding-left:1rem!important}.p-xl-2{padding:1.5rem!important}.pt-xl-2,.py-xl-2{padding-top:1.5rem!important}.pr-xl-2,.px-xl-2{padding-right:1.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:1.5rem!important}.pl-xl-2,.px-xl-2{padding-left:1.5rem!important}.p-xl-3{padding:3rem!important}.pt-xl-3,.py-xl-3{padding-top:3rem!important}.pr-xl-3,.px-xl-3{padding-right:3rem!important}.pb-xl-3,.py-xl-3{padding-bottom:3rem!important}.pl-xl-3,.px-xl-3{padding-left:3rem!important}.p-xl-4{padding:3.5rem!important}.pt-xl-4,.py-xl-4{padding-top:3.5rem!important}.pr-xl-4,.px-xl-4{padding-right:3.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:3.5rem!important}.pl-xl-4,.px-xl-4{padding-left:3.5rem!important}.p-xl-5{padding:4rem!important}.pt-xl-5,.py-xl-5{padding-top:4rem!important}.pr-xl-5,.px-xl-5{padding-right:4rem!important}.pb-xl-5,.py-xl-5{padding-bottom:4rem!important}.pl-xl-5,.px-xl-5{padding-left:4rem!important}.p-xl-25{padding:.25rem!important}.pt-xl-25,.py-xl-25{padding-top:.25rem!important}.pr-xl-25,.px-xl-25{padding-right:.25rem!important}.pb-xl-25,.py-xl-25{padding-bottom:.25rem!important}.pl-xl-25,.px-xl-25{padding-left:.25rem!important}.p-xl-50{padding:.5rem!important}.pt-xl-50,.py-xl-50{padding-top:.5rem!important}.pr-xl-50,.px-xl-50{padding-right:.5rem!important}.pb-xl-50,.py-xl-50{padding-bottom:.5rem!important}.pl-xl-50,.px-xl-50{padding-left:.5rem!important}.p-xl-75{padding:.75rem!important}.pt-xl-75,.py-xl-75{padding-top:.75rem!important}.pr-xl-75,.px-xl-75{padding-right:.75rem!important}.pb-xl-75,.py-xl-75{padding-bottom:.75rem!important}.pl-xl-75,.px-xl-75{padding-left:.75rem!important}.m-xl-n1{margin:-1rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-1rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-1rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-1rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-1rem!important}.m-xl-n2{margin:-1.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-1.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-1.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-1.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-1.5rem!important}.m-xl-n3{margin:-3rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-3rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-3rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-3rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-3rem!important}.m-xl-n4{margin:-3.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-3.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-3.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-3.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-3.5rem!important}.m-xl-n5{margin:-4rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-4rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-4rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-4rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-4rem!important}.m-xl-n25{margin:-.25rem!important}.mt-xl-n25,.my-xl-n25{margin-top:-.25rem!important}.mr-xl-n25,.mx-xl-n25{margin-right:-.25rem!important}.mb-xl-n25,.my-xl-n25{margin-bottom:-.25rem!important}.ml-xl-n25,.mx-xl-n25{margin-left:-.25rem!important}.m-xl-n50{margin:-.5rem!important}.mt-xl-n50,.my-xl-n50{margin-top:-.5rem!important}.mr-xl-n50,.mx-xl-n50{margin-right:-.5rem!important}.mb-xl-n50,.my-xl-n50{margin-bottom:-.5rem!important}.ml-xl-n50,.mx-xl-n50{margin-left:-.5rem!important}.m-xl-n75{margin:-.75rem!important}.mt-xl-n75,.my-xl-n75{margin-top:-.75rem!important}.mr-xl-n75,.mx-xl-n75{margin-right:-.75rem!important}.mb-xl-n75,.my-xl-n75{margin-bottom:-.75rem!important}.ml-xl-n75,.mx-xl-n75{margin-left:-.75rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#7367f0!important}a.text-primary:focus,a.text-primary:hover{color:#3321e9!important}.text-secondary{color:#b8c2cc!important}a.text-secondary:focus,a.text-secondary:hover{color:#8b9cac!important}.text-success{color:#28c76f!important}a.text-success:focus,a.text-success:hover{color:#1b874b!important}.text-info{color:#00cfe8!important}a.text-info:focus,a.text-info:hover{color:#008b9c!important}.text-warning{color:#ff9f43!important}a.text-warning:focus,a.text-warning:hover{color:#f67800!important}.text-danger{color:#ea5455!important}a.text-danger:focus,a.text-danger:hover{color:#d71a1c!important}.text-light{color:#babfc7!important}a.text-light:focus,a.text-light:hover{color:#9098a5!important}.text-dark{color:#1e1e1e!important}a.text-dark:focus,a.text-dark:hover{color:#000!important}.text-body{color:#626262!important}.text-muted{color:#b8c2cc!important}.text-black-50{color:rgba(34,41,47,.5)!important}.text-white-50{color:rgba(255,255,255,.5)!important}.text-hide{font:0/0 a;color:transparent;border:0;background-color:transparent;text-shadow:none}.text-decoration-none{text-decoration:none!important}.text-break{word-break:break-word!important;overflow-wrap:break-word!important}.text-reset{color:inherit!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{blockquote,img,pre,tr{page-break-inside:avoid}*,::after,::before{-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:' (' attr(title) ')'}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #adb5bd}thead{display:table-header-group}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}.container,body{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #22292f}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #dae1e7!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#f8f8f8}.table .thead-dark th{color:inherit;border-color:#f8f8f8}} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/colors.css b/wwwjuba/app-assets/css/colors.css new file mode 100644 index 0000000..724bacf --- /dev/null +++ b/wwwjuba/app-assets/css/colors.css @@ -0,0 +1,9689 @@ +.white +{ + color: #fff !important; +} + +.bg-white +{ + background-color: #fff !important; +} +.bg-white .card-header, +.bg-white .card-footer +{ + background-color: transparent; +} + +.alert-white +{ + color: #fff !important; + background: rgba(255, 255, 255, .2) !important; +} +.alert-white .alert-heading +{ + -webkit-box-shadow: rgba(255, 255, 255, .4) 0 6px 15px -7px; + box-shadow: rgba(255, 255, 255, .4) 0 6px 15px -7px; +} +.alert-white .alert-link +{ + color: #f2f2f2 !important; +} + +.bg-rgba-white +{ + background: rgba(255, 255, 255, .15) !important; +} + +.border-white +{ + border: 1px solid #fff !important; +} + +.border-top-white +{ + border-top: 1px solid #fff; +} + +.border-bottom-white +{ + border-bottom: 1px solid #fff; +} + +.border-left-white +{ + border-left: 1px solid #fff; +} + +.border-right-white +{ + border-right: 1px solid #fff; +} + +.bg-white.badge-glow, +.border-white.badge-glow, +.badge-white.badge-glow +{ + -webkit-box-shadow: 0 0 10px #fff; + box-shadow: 0 0 10px #fff; +} + +.badge.badge-white +{ + background-color: #fff; +} + +.overlay-white +{ + background: #fff; + /* The Fallback */ + background: rgba(255, 255, 255, .6); +} + +.btn-white +{ + color: #fff; + border-color: !important; + background-color: #fff !important; +} +.btn-white:hover +{ + color: #fff !important; + border-color: !important; + -webkit-box-shadow: 0 8px 25px -8px white; + box-shadow: 0 8px 25px -8px white; +} +.btn-white:focus, +.btn-white:active +{ + color: #fff !important; +} + +.btn-flat-white +{ + color: #fff; + background-color: transparent; +} +.btn-flat-white:hover +{ + color: #fff; + background-color: rgba(255, 255, 255, .1); +} +.btn-flat-white:active, +.btn-flat-white:focus +{ + color: #fff !important; + background-color: #fff; +} + +.btn-relief-white +{ + color: #fff; + background-color: #fff; + -webkit-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .2); + box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .2); +} +.btn-relief-white:hover +{ + color: #fff; +} +.btn-relief-white:active, +.btn-relief-white:focus +{ + -webkit-transform: translateY(3px); + -moz-transform: translateY(3px); + -ms-transform: translateY(3px); + -o-transform: translateY(3px); + transform: translateY(3px); + + outline: none; +} + +.btn-outline-white +{ + color: #fff; + border: 1px solid #fff; + background-color: transparent; +} +.btn-outline-white:hover +{ + color: #fff; + background-color: rgba(255, 255, 255, .08); +} +.btn-outline-white:active +{ + color: #fff !important; +} + +.btn-white ~ .dropdown-menu .dropdown-item.active, +.btn-outline-white ~ .dropdown-menu .dropdown-item.active, +.btn-flat-white ~ .dropdown-menu .dropdown-item.active +{ + color: #fff; + background-color: #fff; +} +.btn-white ~ .dropdown-menu .dropdown-item.active:hover, +.btn-outline-white ~ .dropdown-menu .dropdown-item.active:hover, +.btn-flat-white ~ .dropdown-menu .dropdown-item.active:hover +{ + color: #fff; +} + +.btn-white ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover, +.btn-outline-white ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover, +.btn-flat-white ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover +{ + color: #fff; +} + +.dropdown.dropdown-icon-wrapper .btn-white ~ .dropdown-menu .dropdown-item:hover i, +.dropdown.dropdown-icon-wrapper .btn-outline-white ~ .dropdown-menu .dropdown-item:hover i, +.dropdown.dropdown-icon-wrapper .btn-flat-white ~ .dropdown-menu .dropdown-item:hover i, +.dropup.dropdown-icon-wrapper .btn-white ~ .dropdown-menu .dropdown-item:hover i, +.dropup.dropdown-icon-wrapper .btn-outline-white ~ .dropdown-menu .dropdown-item:hover i, +.dropup.dropdown-icon-wrapper .btn-flat-white ~ .dropdown-menu .dropdown-item:hover i, +.dropright.dropdown-icon-wrapper .btn-white ~ .dropdown-menu .dropdown-item:hover i, +.dropright.dropdown-icon-wrapper .btn-outline-white ~ .dropdown-menu .dropdown-item:hover i, +.dropright.dropdown-icon-wrapper .btn-flat-white ~ .dropdown-menu .dropdown-item:hover i, +.dropleft.dropdown-icon-wrapper .btn-white ~ .dropdown-menu .dropdown-item:hover i, +.dropleft.dropdown-icon-wrapper .btn-outline-white ~ .dropdown-menu .dropdown-item:hover i, +.dropleft.dropdown-icon-wrapper .btn-flat-white ~ .dropdown-menu .dropdown-item:hover i +{ + color: #fff; +} + +.dropdown.dropdown-icon-wrapper .btn-white ~ .dropdown-menu .dropdown-item:active i, +.dropdown.dropdown-icon-wrapper .btn-outline-white ~ .dropdown-menu .dropdown-item:active i, +.dropdown.dropdown-icon-wrapper .btn-flat-white ~ .dropdown-menu .dropdown-item:active i, +.dropup.dropdown-icon-wrapper .btn-white ~ .dropdown-menu .dropdown-item:active i, +.dropup.dropdown-icon-wrapper .btn-outline-white ~ .dropdown-menu .dropdown-item:active i, +.dropup.dropdown-icon-wrapper .btn-flat-white ~ .dropdown-menu .dropdown-item:active i, +.dropright.dropdown-icon-wrapper .btn-white ~ .dropdown-menu .dropdown-item:active i, +.dropright.dropdown-icon-wrapper .btn-outline-white ~ .dropdown-menu .dropdown-item:active i, +.dropright.dropdown-icon-wrapper .btn-flat-white ~ .dropdown-menu .dropdown-item:active i, +.dropleft.dropdown-icon-wrapper .btn-white ~ .dropdown-menu .dropdown-item:active i, +.dropleft.dropdown-icon-wrapper .btn-outline-white ~ .dropdown-menu .dropdown-item:active i, +.dropleft.dropdown-icon-wrapper .btn-flat-white ~ .dropdown-menu .dropdown-item:active i +{ + color: #fff; +} + +.bullet.bullet-white +{ + background-color: #fff; +} + +.pagination-white .page-item.active .page-link +{ + color: #fff; + background: #fff; +} +.pagination-white .page-item.active .page-link:hover +{ + color: #fff; +} + +.pagination-white .page-item .page-link:hover +{ + color: #fff; +} + +.pagination-white .page-item.prev-item .page-link:hover, +.pagination-white .page-item.next-item .page-link:hover +{ + color: #fff; + background: #fff; +} + +.nav-pill-white .nav-item .nav-link.active +{ + color: #fff; + background-color: #fff; +} + +.progress-bar-white +{ + background-color: rgba(255, 255, 255, .1); +} +.progress-bar-white .progress-bar +{ + background-color: #fff; +} + +.chip-white +{ + background-color: #fff !important; +} +.chip-white .chip-body +{ + color: #fff !important; +} + +.divider.divider-white .divider-text:before, +.divider.divider-white .divider-text:after +{ + border-color: #fff !important; +} + +input[type='checkbox'].bg-white + .custom-control-label:before, +input[type='radio'].bg-white + .custom-control-label:before +{ + background-color: #fff !important; +} + +input:focus ~ .bg-white +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #fff !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #fff !important; +} + +.vs-checkbox-white input:checked ~ .vs-checkbox +{ + border-color: #fff !important; +} +.vs-checkbox-white input:checked ~ .vs-checkbox .vs-checkbox--check +{ + background-color: #fff !important; +} + +.vs-checkbox-white input:active:checked + .vs-checkbox .vs-checkbox--check +{ + background-color: #fff !important; +} + +.custom-switch-white .custom-control-input:checked ~ .custom-control-label::before +{ + -webkit-transition: all .2s ease-out; + -moz-transition: all .2s ease-out; + -o-transition: all .2s ease-out; + transition: all .2s ease-out; + + color: #fff; + background-color: #fff !important; +} + +.vs-radio-white input:checked ~ .vs-radio .vs-radio--circle +{ + background: white !important; + -webkit-box-shadow: 0 3px 12px 0 rgba(255, 255, 255, .4) !important; + box-shadow: 0 3px 12px 0 rgba(255, 255, 255, .4) !important; +} + +.black +{ + color: #000 !important; +} + +.bg-black +{ + background-color: #000 !important; +} +.bg-black .card-header, +.bg-black .card-footer +{ + background-color: transparent; +} + +.alert-black +{ + color: #000 !important; + background: rgba(0, 0, 0, .2) !important; +} +.alert-black .alert-heading +{ + -webkit-box-shadow: rgba(0, 0, 0, .4) 0 6px 15px -7px; + box-shadow: rgba(0, 0, 0, .4) 0 6px 15px -7px; +} +.alert-black .alert-link +{ + color: black !important; +} + +.bg-rgba-black +{ + background: rgba(0, 0, 0, .15) !important; +} + +.border-black +{ + border: 1px solid #000 !important; +} + +.border-top-black +{ + border-top: 1px solid #000; +} + +.border-bottom-black +{ + border-bottom: 1px solid #000; +} + +.border-left-black +{ + border-left: 1px solid #000; +} + +.border-right-black +{ + border-right: 1px solid #000; +} + +.bg-black.badge-glow, +.border-black.badge-glow, +.badge-black.badge-glow +{ + -webkit-box-shadow: 0 0 10px #000; + box-shadow: 0 0 10px #000; +} + +.badge.badge-black +{ + background-color: #000; +} + +.overlay-black +{ + background: #000; + /* The Fallback */ + background: rgba(0, 0, 0, .6); +} + +.btn-black +{ + color: #fff; + border-color: !important; + background-color: #000 !important; +} +.btn-black:hover +{ + color: #fff !important; + border-color: !important; + -webkit-box-shadow: 0 8px 25px -8px black; + box-shadow: 0 8px 25px -8px black; +} +.btn-black:focus, +.btn-black:active +{ + color: #fff !important; +} + +.btn-flat-black +{ + color: #000; + background-color: transparent; +} +.btn-flat-black:hover +{ + color: #000; + background-color: rgba(0, 0, 0, .1); +} +.btn-flat-black:active, +.btn-flat-black:focus +{ + color: #fff !important; + background-color: #000; +} + +.btn-relief-black +{ + color: #fff; + background-color: #000; + -webkit-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .2); + box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .2); +} +.btn-relief-black:hover +{ + color: #fff; +} +.btn-relief-black:active, +.btn-relief-black:focus +{ + -webkit-transform: translateY(3px); + -moz-transform: translateY(3px); + -ms-transform: translateY(3px); + -o-transform: translateY(3px); + transform: translateY(3px); + + outline: none; +} + +.btn-outline-black +{ + color: #000; + border: 1px solid #000; + background-color: transparent; +} +.btn-outline-black:hover +{ + color: #000; + background-color: rgba(0, 0, 0, .08); +} +.btn-outline-black:active +{ + color: #fff !important; +} + +.btn-black ~ .dropdown-menu .dropdown-item.active, +.btn-outline-black ~ .dropdown-menu .dropdown-item.active, +.btn-flat-black ~ .dropdown-menu .dropdown-item.active +{ + color: #fff; + background-color: #000; +} +.btn-black ~ .dropdown-menu .dropdown-item.active:hover, +.btn-outline-black ~ .dropdown-menu .dropdown-item.active:hover, +.btn-flat-black ~ .dropdown-menu .dropdown-item.active:hover +{ + color: #fff; +} + +.btn-black ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover, +.btn-outline-black ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover, +.btn-flat-black ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover +{ + color: #000; +} + +.dropdown.dropdown-icon-wrapper .btn-black ~ .dropdown-menu .dropdown-item:hover i, +.dropdown.dropdown-icon-wrapper .btn-outline-black ~ .dropdown-menu .dropdown-item:hover i, +.dropdown.dropdown-icon-wrapper .btn-flat-black ~ .dropdown-menu .dropdown-item:hover i, +.dropup.dropdown-icon-wrapper .btn-black ~ .dropdown-menu .dropdown-item:hover i, +.dropup.dropdown-icon-wrapper .btn-outline-black ~ .dropdown-menu .dropdown-item:hover i, +.dropup.dropdown-icon-wrapper .btn-flat-black ~ .dropdown-menu .dropdown-item:hover i, +.dropright.dropdown-icon-wrapper .btn-black ~ .dropdown-menu .dropdown-item:hover i, +.dropright.dropdown-icon-wrapper .btn-outline-black ~ .dropdown-menu .dropdown-item:hover i, +.dropright.dropdown-icon-wrapper .btn-flat-black ~ .dropdown-menu .dropdown-item:hover i, +.dropleft.dropdown-icon-wrapper .btn-black ~ .dropdown-menu .dropdown-item:hover i, +.dropleft.dropdown-icon-wrapper .btn-outline-black ~ .dropdown-menu .dropdown-item:hover i, +.dropleft.dropdown-icon-wrapper .btn-flat-black ~ .dropdown-menu .dropdown-item:hover i +{ + color: #000; +} + +.dropdown.dropdown-icon-wrapper .btn-black ~ .dropdown-menu .dropdown-item:active i, +.dropdown.dropdown-icon-wrapper .btn-outline-black ~ .dropdown-menu .dropdown-item:active i, +.dropdown.dropdown-icon-wrapper .btn-flat-black ~ .dropdown-menu .dropdown-item:active i, +.dropup.dropdown-icon-wrapper .btn-black ~ .dropdown-menu .dropdown-item:active i, +.dropup.dropdown-icon-wrapper .btn-outline-black ~ .dropdown-menu .dropdown-item:active i, +.dropup.dropdown-icon-wrapper .btn-flat-black ~ .dropdown-menu .dropdown-item:active i, +.dropright.dropdown-icon-wrapper .btn-black ~ .dropdown-menu .dropdown-item:active i, +.dropright.dropdown-icon-wrapper .btn-outline-black ~ .dropdown-menu .dropdown-item:active i, +.dropright.dropdown-icon-wrapper .btn-flat-black ~ .dropdown-menu .dropdown-item:active i, +.dropleft.dropdown-icon-wrapper .btn-black ~ .dropdown-menu .dropdown-item:active i, +.dropleft.dropdown-icon-wrapper .btn-outline-black ~ .dropdown-menu .dropdown-item:active i, +.dropleft.dropdown-icon-wrapper .btn-flat-black ~ .dropdown-menu .dropdown-item:active i +{ + color: #fff; +} + +.bullet.bullet-black +{ + background-color: #000; +} + +.pagination-black .page-item.active .page-link +{ + color: #fff; + background: #000; +} +.pagination-black .page-item.active .page-link:hover +{ + color: #fff; +} + +.pagination-black .page-item .page-link:hover +{ + color: #000; +} + +.pagination-black .page-item.prev-item .page-link:hover, +.pagination-black .page-item.next-item .page-link:hover +{ + color: #fff; + background: #000; +} + +.nav-pill-black .nav-item .nav-link.active +{ + color: #fff; + background-color: #000; +} + +.progress-bar-black +{ + background-color: rgba(0, 0, 0, .1); +} +.progress-bar-black .progress-bar +{ + background-color: #000; +} + +.chip-black +{ + background-color: #000 !important; +} +.chip-black .chip-body +{ + color: #fff !important; +} + +.divider.divider-black .divider-text:before, +.divider.divider-black .divider-text:after +{ + border-color: #000 !important; +} + +input[type='checkbox'].bg-black + .custom-control-label:before, +input[type='radio'].bg-black + .custom-control-label:before +{ + background-color: #000 !important; +} + +input:focus ~ .bg-black +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #000 !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #000 !important; +} + +.vs-checkbox-black input:checked ~ .vs-checkbox +{ + border-color: #000 !important; +} +.vs-checkbox-black input:checked ~ .vs-checkbox .vs-checkbox--check +{ + background-color: #000 !important; +} + +.vs-checkbox-black input:active:checked + .vs-checkbox .vs-checkbox--check +{ + background-color: #000 !important; +} + +.custom-switch-black .custom-control-input:checked ~ .custom-control-label::before +{ + -webkit-transition: all .2s ease-out; + -moz-transition: all .2s ease-out; + -o-transition: all .2s ease-out; + transition: all .2s ease-out; + + color: #fff; + background-color: #000 !important; +} + +.vs-radio-black input:checked ~ .vs-radio .vs-radio--circle +{ + background: black !important; + -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, .4) !important; + box-shadow: 0 3px 12px 0 rgba(0, 0, 0, .4) !important; +} + +.dark +{ + color: #1e1e1e !important; +} + +.bg-dark +{ + background-color: #1e1e1e !important; +} +.bg-dark .card-header, +.bg-dark .card-footer +{ + background-color: transparent; +} + +.alert-dark +{ + color: #1e1e1e !important; + background: rgba(30, 30, 30, .2) !important; +} +.alert-dark .alert-heading +{ + -webkit-box-shadow: rgba(30, 30, 30, .4) 0 6px 15px -7px; + box-shadow: rgba(30, 30, 30, .4) 0 6px 15px -7px; +} +.alert-dark .alert-link +{ + color: #111 !important; +} + +.bg-rgba-dark +{ + background: rgba(30, 30, 30, .15) !important; +} + +.border-dark +{ + border: 1px solid #1e1e1e !important; +} + +.border-top-dark +{ + border-top: 1px solid #1e1e1e; +} + +.border-bottom-dark +{ + border-bottom: 1px solid #1e1e1e; +} + +.border-left-dark +{ + border-left: 1px solid #1e1e1e; +} + +.border-right-dark +{ + border-right: 1px solid #1e1e1e; +} + +.bg-dark.badge-glow, +.border-dark.badge-glow, +.badge-dark.badge-glow +{ + -webkit-box-shadow: 0 0 10px #1e1e1e; + box-shadow: 0 0 10px #1e1e1e; +} + +.badge.badge-dark +{ + background-color: #1e1e1e; +} + +.overlay-dark +{ + background: #1e1e1e; + /* The Fallback */ + background: rgba(30, 30, 30, .6); +} + +.btn-dark +{ + color: #fff; + border-color: !important; + background-color: #1e1e1e !important; +} +.btn-dark:hover +{ + color: #fff !important; + border-color: !important; + -webkit-box-shadow: 0 8px 25px -8px #1e1e1e; + box-shadow: 0 8px 25px -8px #1e1e1e; +} +.btn-dark:focus, +.btn-dark:active +{ + color: #fff !important; +} + +.btn-flat-dark +{ + color: #1e1e1e; + background-color: transparent; +} +.btn-flat-dark:hover +{ + color: #1e1e1e; + background-color: rgba(30, 30, 30, .1); +} +.btn-flat-dark:active, +.btn-flat-dark:focus +{ + color: #fff !important; + background-color: #1e1e1e; +} + +.btn-relief-dark +{ + color: #fff; + background-color: #1e1e1e; + -webkit-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .2); + box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .2); +} +.btn-relief-dark:hover +{ + color: #fff; +} +.btn-relief-dark:active, +.btn-relief-dark:focus +{ + -webkit-transform: translateY(3px); + -moz-transform: translateY(3px); + -ms-transform: translateY(3px); + -o-transform: translateY(3px); + transform: translateY(3px); + + outline: none; +} + +.btn-outline-dark +{ + color: #1e1e1e; + border: 1px solid #1e1e1e; + background-color: transparent; +} +.btn-outline-dark:hover +{ + color: #1e1e1e; + background-color: rgba(30, 30, 30, .08); +} +.btn-outline-dark:active +{ + color: #fff !important; +} + +.btn-dark ~ .dropdown-menu .dropdown-item.active, +.btn-outline-dark ~ .dropdown-menu .dropdown-item.active, +.btn-flat-dark ~ .dropdown-menu .dropdown-item.active +{ + color: #fff; + background-color: #1e1e1e; +} +.btn-dark ~ .dropdown-menu .dropdown-item.active:hover, +.btn-outline-dark ~ .dropdown-menu .dropdown-item.active:hover, +.btn-flat-dark ~ .dropdown-menu .dropdown-item.active:hover +{ + color: #fff; +} + +.btn-dark ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover, +.btn-outline-dark ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover, +.btn-flat-dark ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover +{ + color: #1e1e1e; +} + +.dropdown.dropdown-icon-wrapper .btn-dark ~ .dropdown-menu .dropdown-item:hover i, +.dropdown.dropdown-icon-wrapper .btn-outline-dark ~ .dropdown-menu .dropdown-item:hover i, +.dropdown.dropdown-icon-wrapper .btn-flat-dark ~ .dropdown-menu .dropdown-item:hover i, +.dropup.dropdown-icon-wrapper .btn-dark ~ .dropdown-menu .dropdown-item:hover i, +.dropup.dropdown-icon-wrapper .btn-outline-dark ~ .dropdown-menu .dropdown-item:hover i, +.dropup.dropdown-icon-wrapper .btn-flat-dark ~ .dropdown-menu .dropdown-item:hover i, +.dropright.dropdown-icon-wrapper .btn-dark ~ .dropdown-menu .dropdown-item:hover i, +.dropright.dropdown-icon-wrapper .btn-outline-dark ~ .dropdown-menu .dropdown-item:hover i, +.dropright.dropdown-icon-wrapper .btn-flat-dark ~ .dropdown-menu .dropdown-item:hover i, +.dropleft.dropdown-icon-wrapper .btn-dark ~ .dropdown-menu .dropdown-item:hover i, +.dropleft.dropdown-icon-wrapper .btn-outline-dark ~ .dropdown-menu .dropdown-item:hover i, +.dropleft.dropdown-icon-wrapper .btn-flat-dark ~ .dropdown-menu .dropdown-item:hover i +{ + color: #1e1e1e; +} + +.dropdown.dropdown-icon-wrapper .btn-dark ~ .dropdown-menu .dropdown-item:active i, +.dropdown.dropdown-icon-wrapper .btn-outline-dark ~ .dropdown-menu .dropdown-item:active i, +.dropdown.dropdown-icon-wrapper .btn-flat-dark ~ .dropdown-menu .dropdown-item:active i, +.dropup.dropdown-icon-wrapper .btn-dark ~ .dropdown-menu .dropdown-item:active i, +.dropup.dropdown-icon-wrapper .btn-outline-dark ~ .dropdown-menu .dropdown-item:active i, +.dropup.dropdown-icon-wrapper .btn-flat-dark ~ .dropdown-menu .dropdown-item:active i, +.dropright.dropdown-icon-wrapper .btn-dark ~ .dropdown-menu .dropdown-item:active i, +.dropright.dropdown-icon-wrapper .btn-outline-dark ~ .dropdown-menu .dropdown-item:active i, +.dropright.dropdown-icon-wrapper .btn-flat-dark ~ .dropdown-menu .dropdown-item:active i, +.dropleft.dropdown-icon-wrapper .btn-dark ~ .dropdown-menu .dropdown-item:active i, +.dropleft.dropdown-icon-wrapper .btn-outline-dark ~ .dropdown-menu .dropdown-item:active i, +.dropleft.dropdown-icon-wrapper .btn-flat-dark ~ .dropdown-menu .dropdown-item:active i +{ + color: #fff; +} + +.bullet.bullet-dark +{ + background-color: #1e1e1e; +} + +.pagination-dark .page-item.active .page-link +{ + color: #fff; + background: #1e1e1e; +} +.pagination-dark .page-item.active .page-link:hover +{ + color: #fff; +} + +.pagination-dark .page-item .page-link:hover +{ + color: #1e1e1e; +} + +.pagination-dark .page-item.prev-item .page-link:hover, +.pagination-dark .page-item.next-item .page-link:hover +{ + color: #fff; + background: #1e1e1e; +} + +.nav-pill-dark .nav-item .nav-link.active +{ + color: #fff; + background-color: #1e1e1e; +} + +.progress-bar-dark +{ + background-color: rgba(30, 30, 30, .1); +} +.progress-bar-dark .progress-bar +{ + background-color: #1e1e1e; +} + +.chip-dark +{ + background-color: #1e1e1e !important; +} +.chip-dark .chip-body +{ + color: #fff !important; +} + +.divider.divider-dark .divider-text:before, +.divider.divider-dark .divider-text:after +{ + border-color: #1e1e1e !important; +} + +input[type='checkbox'].bg-dark + .custom-control-label:before, +input[type='radio'].bg-dark + .custom-control-label:before +{ + background-color: #1e1e1e !important; +} + +input:focus ~ .bg-dark +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #1e1e1e !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #1e1e1e !important; +} + +.vs-checkbox-dark input:checked ~ .vs-checkbox +{ + border-color: #1e1e1e !important; +} +.vs-checkbox-dark input:checked ~ .vs-checkbox .vs-checkbox--check +{ + background-color: #1e1e1e !important; +} + +.vs-checkbox-dark input:active:checked + .vs-checkbox .vs-checkbox--check +{ + background-color: #1e1e1e !important; +} + +.custom-switch-dark .custom-control-input:checked ~ .custom-control-label::before +{ + -webkit-transition: all .2s ease-out; + -moz-transition: all .2s ease-out; + -o-transition: all .2s ease-out; + transition: all .2s ease-out; + + color: #fff; + background-color: #1e1e1e !important; +} + +.vs-radio-dark input:checked ~ .vs-radio .vs-radio--circle +{ + background: #1e1e1e !important; + -webkit-box-shadow: 0 3px 12px 0 rgba(30, 30, 30, .4) !important; + box-shadow: 0 3px 12px 0 rgba(30, 30, 30, .4) !important; +} + +.dark.gradient-bg +{ + color: #640064 !important; +} + +.bg-dark.bg-gradient-bg +{ + background-color: #640064 !important; +} + +.btn-dark.btn-gradient-bg +{ + border-color: !important; + background-color: #640064 !important; +} +.btn-dark.btn-gradient-bg:hover +{ + border-color: !important; + background-color: !important; +} +.btn-dark.btn-gradient-bg:focus, +.btn-dark.btn-gradient-bg:active +{ + border-color: !important; + background-color: !important; +} + +.btn-outline-dark.btn-outline-gradient-bg +{ + color: #640064 !important; + border-color: #640064 !important; +} +.btn-outline-dark.btn-outline-gradient-bg:hover +{ + background-color: #640064 !important; +} + +input:focus ~ .bg-dark +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #640064 !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #640064 !important; +} + +.border-dark.border-gradient-bg +{ + border: 1px solid #640064 !important; +} + +.border-top-dark.border-top-gradient-bg +{ + border-top: 1px solid #640064 !important; +} + +.border-bottom-dark.border-bottom-gradient-bg +{ + border-bottom: 1px solid #640064 !important; +} + +.border-left-dark.border-left-gradient-bg +{ + border-left: 1px solid #640064 !important; +} + +.border-right-dark.border-right-gradient-bg +{ + border-right: 1px solid #640064 !important; +} + +.overlay-dark.overlay-gradient-bg +{ + background: #640064; + /* The Fallback */ + background: rgba(100, 0, 100, .6); +} + +.light +{ + color: #babfc7 !important; +} + +.bg-light +{ + background-color: #babfc7 !important; +} +.bg-light .card-header, +.bg-light .card-footer +{ + background-color: transparent; +} + +.alert-light +{ + color: #babfc7 !important; + background: rgba(186, 191, 199, .2) !important; +} +.alert-light .alert-heading +{ + -webkit-box-shadow: rgba(186, 191, 199, .4) 0 6px 15px -7px; + box-shadow: rgba(186, 191, 199, .4) 0 6px 15px -7px; +} +.alert-light .alert-link +{ + color: #acb2bc !important; +} + +.bg-rgba-light +{ + background: rgba(186, 191, 199, .15) !important; +} + +.border-light +{ + border: 1px solid #babfc7 !important; +} + +.border-top-light +{ + border-top: 1px solid #babfc7; +} + +.border-bottom-light +{ + border-bottom: 1px solid #babfc7; +} + +.border-left-light +{ + border-left: 1px solid #babfc7; +} + +.border-right-light +{ + border-right: 1px solid #babfc7; +} + +.bg-light.badge-glow, +.border-light.badge-glow, +.badge-light.badge-glow +{ + -webkit-box-shadow: 0 0 10px #babfc7; + box-shadow: 0 0 10px #babfc7; +} + +.badge.badge-light +{ + background-color: #babfc7; +} + +.overlay-light +{ + background: #babfc7; + /* The Fallback */ + background: rgba(186, 191, 199, .6); +} + +.btn-light +{ + color: #fff; + border-color: !important; + background-color: #babfc7 !important; +} +.btn-light:hover +{ + color: #fff !important; + border-color: !important; + -webkit-box-shadow: 0 8px 25px -8px #babfc7; + box-shadow: 0 8px 25px -8px #babfc7; +} +.btn-light:focus, +.btn-light:active +{ + color: #fff !important; +} + +.btn-flat-light +{ + color: #babfc7; + background-color: transparent; +} +.btn-flat-light:hover +{ + color: #babfc7; + background-color: rgba(186, 191, 199, .1); +} +.btn-flat-light:active, +.btn-flat-light:focus +{ + color: #fff !important; + background-color: #babfc7; +} + +.btn-relief-light +{ + color: #fff; + background-color: #babfc7; + -webkit-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .2); + box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .2); +} +.btn-relief-light:hover +{ + color: #fff; +} +.btn-relief-light:active, +.btn-relief-light:focus +{ + -webkit-transform: translateY(3px); + -moz-transform: translateY(3px); + -ms-transform: translateY(3px); + -o-transform: translateY(3px); + transform: translateY(3px); + + outline: none; +} + +.btn-outline-light +{ + color: #babfc7; + border: 1px solid #babfc7; + background-color: transparent; +} +.btn-outline-light:hover +{ + color: #babfc7; + background-color: rgba(186, 191, 199, .08); +} +.btn-outline-light:active +{ + color: #fff !important; +} + +.btn-light ~ .dropdown-menu .dropdown-item.active, +.btn-outline-light ~ .dropdown-menu .dropdown-item.active, +.btn-flat-light ~ .dropdown-menu .dropdown-item.active +{ + color: #fff; + background-color: #babfc7; +} +.btn-light ~ .dropdown-menu .dropdown-item.active:hover, +.btn-outline-light ~ .dropdown-menu .dropdown-item.active:hover, +.btn-flat-light ~ .dropdown-menu .dropdown-item.active:hover +{ + color: #fff; +} + +.btn-light ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover, +.btn-outline-light ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover, +.btn-flat-light ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover +{ + color: #babfc7; +} + +.dropdown.dropdown-icon-wrapper .btn-light ~ .dropdown-menu .dropdown-item:hover i, +.dropdown.dropdown-icon-wrapper .btn-outline-light ~ .dropdown-menu .dropdown-item:hover i, +.dropdown.dropdown-icon-wrapper .btn-flat-light ~ .dropdown-menu .dropdown-item:hover i, +.dropup.dropdown-icon-wrapper .btn-light ~ .dropdown-menu .dropdown-item:hover i, +.dropup.dropdown-icon-wrapper .btn-outline-light ~ .dropdown-menu .dropdown-item:hover i, +.dropup.dropdown-icon-wrapper .btn-flat-light ~ .dropdown-menu .dropdown-item:hover i, +.dropright.dropdown-icon-wrapper .btn-light ~ .dropdown-menu .dropdown-item:hover i, +.dropright.dropdown-icon-wrapper .btn-outline-light ~ .dropdown-menu .dropdown-item:hover i, +.dropright.dropdown-icon-wrapper .btn-flat-light ~ .dropdown-menu .dropdown-item:hover i, +.dropleft.dropdown-icon-wrapper .btn-light ~ .dropdown-menu .dropdown-item:hover i, +.dropleft.dropdown-icon-wrapper .btn-outline-light ~ .dropdown-menu .dropdown-item:hover i, +.dropleft.dropdown-icon-wrapper .btn-flat-light ~ .dropdown-menu .dropdown-item:hover i +{ + color: #babfc7; +} + +.dropdown.dropdown-icon-wrapper .btn-light ~ .dropdown-menu .dropdown-item:active i, +.dropdown.dropdown-icon-wrapper .btn-outline-light ~ .dropdown-menu .dropdown-item:active i, +.dropdown.dropdown-icon-wrapper .btn-flat-light ~ .dropdown-menu .dropdown-item:active i, +.dropup.dropdown-icon-wrapper .btn-light ~ .dropdown-menu .dropdown-item:active i, +.dropup.dropdown-icon-wrapper .btn-outline-light ~ .dropdown-menu .dropdown-item:active i, +.dropup.dropdown-icon-wrapper .btn-flat-light ~ .dropdown-menu .dropdown-item:active i, +.dropright.dropdown-icon-wrapper .btn-light ~ .dropdown-menu .dropdown-item:active i, +.dropright.dropdown-icon-wrapper .btn-outline-light ~ .dropdown-menu .dropdown-item:active i, +.dropright.dropdown-icon-wrapper .btn-flat-light ~ .dropdown-menu .dropdown-item:active i, +.dropleft.dropdown-icon-wrapper .btn-light ~ .dropdown-menu .dropdown-item:active i, +.dropleft.dropdown-icon-wrapper .btn-outline-light ~ .dropdown-menu .dropdown-item:active i, +.dropleft.dropdown-icon-wrapper .btn-flat-light ~ .dropdown-menu .dropdown-item:active i +{ + color: #fff; +} + +.bullet.bullet-light +{ + background-color: #babfc7; +} + +.pagination-light .page-item.active .page-link +{ + color: #fff; + background: #babfc7; +} +.pagination-light .page-item.active .page-link:hover +{ + color: #fff; +} + +.pagination-light .page-item .page-link:hover +{ + color: #babfc7; +} + +.pagination-light .page-item.prev-item .page-link:hover, +.pagination-light .page-item.next-item .page-link:hover +{ + color: #fff; + background: #babfc7; +} + +.nav-pill-light .nav-item .nav-link.active +{ + color: #fff; + background-color: #babfc7; +} + +.progress-bar-light +{ + background-color: rgba(186, 191, 199, .1); +} +.progress-bar-light .progress-bar +{ + background-color: #babfc7; +} + +.chip-light +{ + background-color: #babfc7 !important; +} +.chip-light .chip-body +{ + color: #fff !important; +} + +.divider.divider-light .divider-text:before, +.divider.divider-light .divider-text:after +{ + border-color: #babfc7 !important; +} + +input[type='checkbox'].bg-light + .custom-control-label:before, +input[type='radio'].bg-light + .custom-control-label:before +{ + background-color: #babfc7 !important; +} + +input:focus ~ .bg-light +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #babfc7 !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #babfc7 !important; +} + +.vs-checkbox-light input:checked ~ .vs-checkbox +{ + border-color: #babfc7 !important; +} +.vs-checkbox-light input:checked ~ .vs-checkbox .vs-checkbox--check +{ + background-color: #babfc7 !important; +} + +.vs-checkbox-light input:active:checked + .vs-checkbox .vs-checkbox--check +{ + background-color: #babfc7 !important; +} + +.custom-switch-light .custom-control-input:checked ~ .custom-control-label::before +{ + -webkit-transition: all .2s ease-out; + -moz-transition: all .2s ease-out; + -o-transition: all .2s ease-out; + transition: all .2s ease-out; + + color: #fff; + background-color: #babfc7 !important; +} + +.vs-radio-light input:checked ~ .vs-radio .vs-radio--circle +{ + background: #babfc7 !important; + -webkit-box-shadow: 0 3px 12px 0 rgba(186, 191, 199, .4) !important; + box-shadow: 0 3px 12px 0 rgba(186, 191, 199, .4) !important; +} + +.light.gradient-bg +{ + color: #640064 !important; +} + +.bg-light.bg-gradient-bg +{ + background-color: #640064 !important; +} + +.btn-light.btn-gradient-bg +{ + border-color: !important; + background-color: #640064 !important; +} +.btn-light.btn-gradient-bg:hover +{ + border-color: !important; + background-color: !important; +} +.btn-light.btn-gradient-bg:focus, +.btn-light.btn-gradient-bg:active +{ + border-color: !important; + background-color: !important; +} + +.btn-outline-light.btn-outline-gradient-bg +{ + color: #640064 !important; + border-color: #640064 !important; +} +.btn-outline-light.btn-outline-gradient-bg:hover +{ + background-color: #640064 !important; +} + +input:focus ~ .bg-light +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #640064 !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #640064 !important; +} + +.border-light.border-gradient-bg +{ + border: 1px solid #640064 !important; +} + +.border-top-light.border-top-gradient-bg +{ + border-top: 1px solid #640064 !important; +} + +.border-bottom-light.border-bottom-gradient-bg +{ + border-bottom: 1px solid #640064 !important; +} + +.border-left-light.border-left-gradient-bg +{ + border-left: 1px solid #640064 !important; +} + +.border-right-light.border-right-gradient-bg +{ + border-right: 1px solid #640064 !important; +} + +.overlay-light.overlay-gradient-bg +{ + background: #640064; + /* The Fallback */ + background: rgba(100, 0, 100, .6); +} + +.primary.gradient-light +{ + color: #ce9ffc !important; +} + +.bg-primary.bg-gradient-light +{ + background-color: #ce9ffc !important; +} + +.btn-primary.btn-gradient-light +{ + border-color: #4839eb !important; + background-color: #ce9ffc !important; +} +.btn-primary.btn-gradient-light:hover +{ + border-color: #4839eb !important; + background-color: #3321e9 !important; +} +.btn-primary.btn-gradient-light:focus, +.btn-primary.btn-gradient-light:active +{ + border-color: #3321e9 !important; + background-color: #2716db !important; +} + +.btn-outline-primary.btn-outline-gradient-light +{ + color: #ce9ffc !important; + border-color: #ce9ffc !important; +} +.btn-outline-primary.btn-outline-gradient-light:hover +{ + background-color: #ce9ffc !important; +} + +input:focus ~ .bg-primary +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ce9ffc !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ce9ffc !important; +} + +.border-primary.border-gradient-light +{ + border: 1px solid #ce9ffc !important; +} + +.border-top-primary.border-top-gradient-light +{ + border-top: 1px solid #ce9ffc !important; +} + +.border-bottom-primary.border-bottom-gradient-light +{ + border-bottom: 1px solid #ce9ffc !important; +} + +.border-left-primary.border-left-gradient-light +{ + border-left: 1px solid #ce9ffc !important; +} + +.border-right-primary.border-right-gradient-light +{ + border-right: 1px solid #ce9ffc !important; +} + +.overlay-primary.overlay-gradient-light +{ + background: #ce9ffc; + /* The Fallback */ + background: rgba(206, 159, 252, .6); +} + +.primary.lighten-5 +{ + color: #dedbfb !important; +} + +.bg-primary.bg-lighten-5 +{ + background-color: #dedbfb !important; +} + +.btn-primary.btn-lighten-5 +{ + border-color: #4839eb !important; + background-color: #dedbfb !important; +} +.btn-primary.btn-lighten-5:hover +{ + border-color: #4839eb !important; + background-color: #3321e9 !important; +} +.btn-primary.btn-lighten-5:focus, +.btn-primary.btn-lighten-5:active +{ + border-color: #3321e9 !important; + background-color: #2716db !important; +} + +.btn-outline-primary.btn-outline-lighten-5 +{ + color: #dedbfb !important; + border-color: #dedbfb !important; +} +.btn-outline-primary.btn-outline-lighten-5:hover +{ + background-color: #dedbfb !important; +} + +input:focus ~ .bg-primary +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #dedbfb !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #dedbfb !important; +} + +.border-primary.border-lighten-5 +{ + border: 1px solid #dedbfb !important; +} + +.border-top-primary.border-top-lighten-5 +{ + border-top: 1px solid #dedbfb !important; +} + +.border-bottom-primary.border-bottom-lighten-5 +{ + border-bottom: 1px solid #dedbfb !important; +} + +.border-left-primary.border-left-lighten-5 +{ + border-left: 1px solid #dedbfb !important; +} + +.border-right-primary.border-right-lighten-5 +{ + border-right: 1px solid #dedbfb !important; +} + +.overlay-primary.overlay-lighten-5 +{ + background: #dedbfb; + /* The Fallback */ + background: rgba(222, 219, 251, .6); +} + +.primary.lighten-4 +{ + color: #c9c4f9 !important; +} + +.bg-primary.bg-lighten-4 +{ + background-color: #c9c4f9 !important; +} + +.btn-primary.btn-lighten-4 +{ + border-color: #4839eb !important; + background-color: #c9c4f9 !important; +} +.btn-primary.btn-lighten-4:hover +{ + border-color: #4839eb !important; + background-color: #3321e9 !important; +} +.btn-primary.btn-lighten-4:focus, +.btn-primary.btn-lighten-4:active +{ + border-color: #3321e9 !important; + background-color: #2716db !important; +} + +.btn-outline-primary.btn-outline-lighten-4 +{ + color: #c9c4f9 !important; + border-color: #c9c4f9 !important; +} +.btn-outline-primary.btn-outline-lighten-4:hover +{ + background-color: #c9c4f9 !important; +} + +input:focus ~ .bg-primary +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #c9c4f9 !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #c9c4f9 !important; +} + +.border-primary.border-lighten-4 +{ + border: 1px solid #c9c4f9 !important; +} + +.border-top-primary.border-top-lighten-4 +{ + border-top: 1px solid #c9c4f9 !important; +} + +.border-bottom-primary.border-bottom-lighten-4 +{ + border-bottom: 1px solid #c9c4f9 !important; +} + +.border-left-primary.border-left-lighten-4 +{ + border-left: 1px solid #c9c4f9 !important; +} + +.border-right-primary.border-right-lighten-4 +{ + border-right: 1px solid #c9c4f9 !important; +} + +.overlay-primary.overlay-lighten-4 +{ + background: #c9c4f9; + /* The Fallback */ + background: rgba(201, 196, 249, .6); +} + +.primary.lighten-3 +{ + color: #b3adf7 !important; +} + +.bg-primary.bg-lighten-3 +{ + background-color: #b3adf7 !important; +} + +.btn-primary.btn-lighten-3 +{ + border-color: #4839eb !important; + background-color: #b3adf7 !important; +} +.btn-primary.btn-lighten-3:hover +{ + border-color: #4839eb !important; + background-color: #3321e9 !important; +} +.btn-primary.btn-lighten-3:focus, +.btn-primary.btn-lighten-3:active +{ + border-color: #3321e9 !important; + background-color: #2716db !important; +} + +.btn-outline-primary.btn-outline-lighten-3 +{ + color: #b3adf7 !important; + border-color: #b3adf7 !important; +} +.btn-outline-primary.btn-outline-lighten-3:hover +{ + background-color: #b3adf7 !important; +} + +input:focus ~ .bg-primary +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #b3adf7 !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #b3adf7 !important; +} + +.border-primary.border-lighten-3 +{ + border: 1px solid #b3adf7 !important; +} + +.border-top-primary.border-top-lighten-3 +{ + border-top: 1px solid #b3adf7 !important; +} + +.border-bottom-primary.border-bottom-lighten-3 +{ + border-bottom: 1px solid #b3adf7 !important; +} + +.border-left-primary.border-left-lighten-3 +{ + border-left: 1px solid #b3adf7 !important; +} + +.border-right-primary.border-right-lighten-3 +{ + border-right: 1px solid #b3adf7 !important; +} + +.overlay-primary.overlay-lighten-3 +{ + background: #b3adf7; + /* The Fallback */ + background: rgba(179, 173, 247, .6); +} + +.primary.lighten-2 +{ + color: #9e95f5 !important; +} + +.bg-primary.bg-lighten-2 +{ + background-color: #9e95f5 !important; +} + +.btn-primary.btn-lighten-2 +{ + border-color: #4839eb !important; + background-color: #9e95f5 !important; +} +.btn-primary.btn-lighten-2:hover +{ + border-color: #4839eb !important; + background-color: #3321e9 !important; +} +.btn-primary.btn-lighten-2:focus, +.btn-primary.btn-lighten-2:active +{ + border-color: #3321e9 !important; + background-color: #2716db !important; +} + +.btn-outline-primary.btn-outline-lighten-2 +{ + color: #9e95f5 !important; + border-color: #9e95f5 !important; +} +.btn-outline-primary.btn-outline-lighten-2:hover +{ + background-color: #9e95f5 !important; +} + +input:focus ~ .bg-primary +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #9e95f5 !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #9e95f5 !important; +} + +.border-primary.border-lighten-2 +{ + border: 1px solid #9e95f5 !important; +} + +.border-top-primary.border-top-lighten-2 +{ + border-top: 1px solid #9e95f5 !important; +} + +.border-bottom-primary.border-bottom-lighten-2 +{ + border-bottom: 1px solid #9e95f5 !important; +} + +.border-left-primary.border-left-lighten-2 +{ + border-left: 1px solid #9e95f5 !important; +} + +.border-right-primary.border-right-lighten-2 +{ + border-right: 1px solid #9e95f5 !important; +} + +.overlay-primary.overlay-lighten-2 +{ + background: #9e95f5; + /* The Fallback */ + background: rgba(158, 149, 245, .6); +} + +.primary.lighten-1 +{ + color: #887ef2 !important; +} + +.bg-primary.bg-lighten-1 +{ + background-color: #887ef2 !important; +} + +.btn-primary.btn-lighten-1 +{ + border-color: #4839eb !important; + background-color: #887ef2 !important; +} +.btn-primary.btn-lighten-1:hover +{ + border-color: #4839eb !important; + background-color: #3321e9 !important; +} +.btn-primary.btn-lighten-1:focus, +.btn-primary.btn-lighten-1:active +{ + border-color: #3321e9 !important; + background-color: #2716db !important; +} + +.btn-outline-primary.btn-outline-lighten-1 +{ + color: #887ef2 !important; + border-color: #887ef2 !important; +} +.btn-outline-primary.btn-outline-lighten-1:hover +{ + background-color: #887ef2 !important; +} + +input:focus ~ .bg-primary +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #887ef2 !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #887ef2 !important; +} + +.border-primary.border-lighten-1 +{ + border: 1px solid #887ef2 !important; +} + +.border-top-primary.border-top-lighten-1 +{ + border-top: 1px solid #887ef2 !important; +} + +.border-bottom-primary.border-bottom-lighten-1 +{ + border-bottom: 1px solid #887ef2 !important; +} + +.border-left-primary.border-left-lighten-1 +{ + border-left: 1px solid #887ef2 !important; +} + +.border-right-primary.border-right-lighten-1 +{ + border-right: 1px solid #887ef2 !important; +} + +.overlay-primary.overlay-lighten-1 +{ + background: #887ef2; + /* The Fallback */ + background: rgba(136, 126, 242, .6); +} + +.primary +{ + color: #7367f0 !important; +} + +.bg-primary +{ + background-color: #7367f0 !important; +} +.bg-primary .card-header, +.bg-primary .card-footer +{ + background-color: transparent; +} + +.alert-primary +{ + color: #7367f0 !important; + background: rgba(115, 103, 240, .2) !important; +} +.alert-primary .alert-heading +{ + -webkit-box-shadow: rgba(115, 103, 240, .4) 0 6px 15px -7px; + box-shadow: rgba(115, 103, 240, .4) 0 6px 15px -7px; +} +.alert-primary .alert-link +{ + color: #5e50ee !important; +} + +.bg-rgba-primary +{ + background: rgba(115, 103, 240, .15) !important; +} + +.border-primary +{ + border: 1px solid #7367f0 !important; +} + +.border-top-primary +{ + border-top: 1px solid #7367f0; +} + +.border-bottom-primary +{ + border-bottom: 1px solid #7367f0; +} + +.border-left-primary +{ + border-left: 1px solid #7367f0; +} + +.border-right-primary +{ + border-right: 1px solid #7367f0; +} + +.bg-primary.badge-glow, +.border-primary.badge-glow, +.badge-primary.badge-glow +{ + -webkit-box-shadow: 0 0 10px #7367f0; + box-shadow: 0 0 10px #7367f0; +} + +.badge.badge-primary +{ + background-color: #7367f0; +} + +.overlay-primary +{ + background: #7367f0; + /* The Fallback */ + background: rgba(115, 103, 240, .6); +} + +.btn-primary +{ + color: #fff; + border-color: #4839eb !important; + background-color: #7367f0 !important; +} +.btn-primary:hover +{ + color: #fff !important; + border-color: #5e50ee !important; + -webkit-box-shadow: 0 8px 25px -8px #7367f0; + box-shadow: 0 8px 25px -8px #7367f0; +} +.btn-primary:focus, +.btn-primary:active +{ + color: #fff !important; +} + +.btn-flat-primary +{ + color: #7367f0; + background-color: transparent; +} +.btn-flat-primary:hover +{ + color: #7367f0; + background-color: rgba(115, 103, 240, .1); +} +.btn-flat-primary:active, +.btn-flat-primary:focus +{ + color: #fff !important; + background-color: #7367f0; +} + +.btn-relief-primary +{ + color: #fff; + background-color: #7367f0; + -webkit-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .2); + box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .2); +} +.btn-relief-primary:hover +{ + color: #fff; +} +.btn-relief-primary:active, +.btn-relief-primary:focus +{ + -webkit-transform: translateY(3px); + -moz-transform: translateY(3px); + -ms-transform: translateY(3px); + -o-transform: translateY(3px); + transform: translateY(3px); + + outline: none; +} + +.btn-outline-primary +{ + color: #7367f0; + border: 1px solid #7367f0; + background-color: transparent; +} +.btn-outline-primary:hover +{ + color: #7367f0; + background-color: rgba(115, 103, 240, .08); +} +.btn-outline-primary:active +{ + color: #fff !important; +} + +.btn-primary ~ .dropdown-menu .dropdown-item.active, +.btn-outline-primary ~ .dropdown-menu .dropdown-item.active, +.btn-flat-primary ~ .dropdown-menu .dropdown-item.active +{ + color: #fff; + background-color: #7367f0; +} +.btn-primary ~ .dropdown-menu .dropdown-item.active:hover, +.btn-outline-primary ~ .dropdown-menu .dropdown-item.active:hover, +.btn-flat-primary ~ .dropdown-menu .dropdown-item.active:hover +{ + color: #fff; +} + +.btn-primary ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover, +.btn-outline-primary ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover, +.btn-flat-primary ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover +{ + color: #7367f0; +} + +.dropdown.dropdown-icon-wrapper .btn-primary ~ .dropdown-menu .dropdown-item:hover i, +.dropdown.dropdown-icon-wrapper .btn-outline-primary ~ .dropdown-menu .dropdown-item:hover i, +.dropdown.dropdown-icon-wrapper .btn-flat-primary ~ .dropdown-menu .dropdown-item:hover i, +.dropup.dropdown-icon-wrapper .btn-primary ~ .dropdown-menu .dropdown-item:hover i, +.dropup.dropdown-icon-wrapper .btn-outline-primary ~ .dropdown-menu .dropdown-item:hover i, +.dropup.dropdown-icon-wrapper .btn-flat-primary ~ .dropdown-menu .dropdown-item:hover i, +.dropright.dropdown-icon-wrapper .btn-primary ~ .dropdown-menu .dropdown-item:hover i, +.dropright.dropdown-icon-wrapper .btn-outline-primary ~ .dropdown-menu .dropdown-item:hover i, +.dropright.dropdown-icon-wrapper .btn-flat-primary ~ .dropdown-menu .dropdown-item:hover i, +.dropleft.dropdown-icon-wrapper .btn-primary ~ .dropdown-menu .dropdown-item:hover i, +.dropleft.dropdown-icon-wrapper .btn-outline-primary ~ .dropdown-menu .dropdown-item:hover i, +.dropleft.dropdown-icon-wrapper .btn-flat-primary ~ .dropdown-menu .dropdown-item:hover i +{ + color: #7367f0; +} + +.dropdown.dropdown-icon-wrapper .btn-primary ~ .dropdown-menu .dropdown-item:active i, +.dropdown.dropdown-icon-wrapper .btn-outline-primary ~ .dropdown-menu .dropdown-item:active i, +.dropdown.dropdown-icon-wrapper .btn-flat-primary ~ .dropdown-menu .dropdown-item:active i, +.dropup.dropdown-icon-wrapper .btn-primary ~ .dropdown-menu .dropdown-item:active i, +.dropup.dropdown-icon-wrapper .btn-outline-primary ~ .dropdown-menu .dropdown-item:active i, +.dropup.dropdown-icon-wrapper .btn-flat-primary ~ .dropdown-menu .dropdown-item:active i, +.dropright.dropdown-icon-wrapper .btn-primary ~ .dropdown-menu .dropdown-item:active i, +.dropright.dropdown-icon-wrapper .btn-outline-primary ~ .dropdown-menu .dropdown-item:active i, +.dropright.dropdown-icon-wrapper .btn-flat-primary ~ .dropdown-menu .dropdown-item:active i, +.dropleft.dropdown-icon-wrapper .btn-primary ~ .dropdown-menu .dropdown-item:active i, +.dropleft.dropdown-icon-wrapper .btn-outline-primary ~ .dropdown-menu .dropdown-item:active i, +.dropleft.dropdown-icon-wrapper .btn-flat-primary ~ .dropdown-menu .dropdown-item:active i +{ + color: #fff; +} + +.bullet.bullet-primary +{ + background-color: #7367f0; +} + +.pagination-primary .page-item.active .page-link +{ + color: #fff; + background: #7367f0; +} +.pagination-primary .page-item.active .page-link:hover +{ + color: #fff; +} + +.pagination-primary .page-item .page-link:hover +{ + color: #7367f0; +} + +.pagination-primary .page-item.prev-item .page-link:hover, +.pagination-primary .page-item.next-item .page-link:hover +{ + color: #fff; + background: #7367f0; +} + +.nav-pill-primary .nav-item .nav-link.active +{ + color: #fff; + background-color: #7367f0; +} + +.progress-bar-primary +{ + background-color: rgba(115, 103, 240, .1); +} +.progress-bar-primary .progress-bar +{ + background-color: #7367f0; +} + +.chip-primary +{ + background-color: #7367f0 !important; +} +.chip-primary .chip-body +{ + color: #fff !important; +} + +.divider.divider-primary .divider-text:before, +.divider.divider-primary .divider-text:after +{ + border-color: #7367f0 !important; +} + +input[type='checkbox'].bg-primary + .custom-control-label:before, +input[type='radio'].bg-primary + .custom-control-label:before +{ + background-color: #7367f0 !important; +} + +input:focus ~ .bg-primary +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #7367f0 !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #7367f0 !important; +} + +.vs-checkbox-primary input:checked ~ .vs-checkbox +{ + border-color: #7367f0 !important; +} +.vs-checkbox-primary input:checked ~ .vs-checkbox .vs-checkbox--check +{ + background-color: #7367f0 !important; +} + +.vs-checkbox-primary input:active:checked + .vs-checkbox .vs-checkbox--check +{ + background-color: #7367f0 !important; +} + +.custom-switch-primary .custom-control-input:checked ~ .custom-control-label::before +{ + -webkit-transition: all .2s ease-out; + -moz-transition: all .2s ease-out; + -o-transition: all .2s ease-out; + transition: all .2s ease-out; + + color: #fff; + background-color: #7367f0 !important; +} + +.vs-radio-primary input:checked ~ .vs-radio .vs-radio--circle +{ + background: #7367f0 !important; + -webkit-box-shadow: 0 3px 12px 0 rgba(115, 103, 240, .4) !important; + box-shadow: 0 3px 12px 0 rgba(115, 103, 240, .4) !important; +} + +.primary.darken-1 +{ + color: #5e50ee !important; +} + +.bg-primary.bg-darken-1 +{ + background-color: #5e50ee !important; +} + +.btn-primary.btn-darken-1 +{ + border-color: #4839eb !important; + background-color: #5e50ee !important; +} +.btn-primary.btn-darken-1:hover +{ + border-color: #4839eb !important; + background-color: #3321e9 !important; +} +.btn-primary.btn-darken-1:focus, +.btn-primary.btn-darken-1:active +{ + border-color: #3321e9 !important; + background-color: #2716db !important; +} + +.btn-outline-primary.btn-outline-darken-1 +{ + color: #5e50ee !important; + border-color: #5e50ee !important; +} +.btn-outline-primary.btn-outline-darken-1:hover +{ + background-color: #5e50ee !important; +} + +input:focus ~ .bg-primary +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #5e50ee !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #5e50ee !important; +} + +.border-primary.border-darken-1 +{ + border: 1px solid #5e50ee !important; +} + +.border-top-primary.border-top-darken-1 +{ + border-top: 1px solid #5e50ee !important; +} + +.border-bottom-primary.border-bottom-darken-1 +{ + border-bottom: 1px solid #5e50ee !important; +} + +.border-left-primary.border-left-darken-1 +{ + border-left: 1px solid #5e50ee !important; +} + +.border-right-primary.border-right-darken-1 +{ + border-right: 1px solid #5e50ee !important; +} + +.overlay-primary.overlay-darken-1 +{ + background: #5e50ee; + /* The Fallback */ + background: rgba(94, 80, 238, .6); +} + +.primary.darken-2 +{ + color: #4839eb !important; +} + +.bg-primary.bg-darken-2 +{ + background-color: #4839eb !important; +} + +.btn-primary.btn-darken-2 +{ + border-color: #4839eb !important; + background-color: #4839eb !important; +} +.btn-primary.btn-darken-2:hover +{ + border-color: #4839eb !important; + background-color: #3321e9 !important; +} +.btn-primary.btn-darken-2:focus, +.btn-primary.btn-darken-2:active +{ + border-color: #3321e9 !important; + background-color: #2716db !important; +} + +.btn-outline-primary.btn-outline-darken-2 +{ + color: #4839eb !important; + border-color: #4839eb !important; +} +.btn-outline-primary.btn-outline-darken-2:hover +{ + background-color: #4839eb !important; +} + +input:focus ~ .bg-primary +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #4839eb !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #4839eb !important; +} + +.border-primary.border-darken-2 +{ + border: 1px solid #4839eb !important; +} + +.border-top-primary.border-top-darken-2 +{ + border-top: 1px solid #4839eb !important; +} + +.border-bottom-primary.border-bottom-darken-2 +{ + border-bottom: 1px solid #4839eb !important; +} + +.border-left-primary.border-left-darken-2 +{ + border-left: 1px solid #4839eb !important; +} + +.border-right-primary.border-right-darken-2 +{ + border-right: 1px solid #4839eb !important; +} + +.overlay-primary.overlay-darken-2 +{ + background: #4839eb; + /* The Fallback */ + background: rgba(72, 57, 235, .6); +} + +.primary.darken-3 +{ + color: #3321e9 !important; +} + +.bg-primary.bg-darken-3 +{ + background-color: #3321e9 !important; +} + +.btn-primary.btn-darken-3 +{ + border-color: #4839eb !important; + background-color: #3321e9 !important; +} +.btn-primary.btn-darken-3:hover +{ + border-color: #4839eb !important; + background-color: #3321e9 !important; +} +.btn-primary.btn-darken-3:focus, +.btn-primary.btn-darken-3:active +{ + border-color: #3321e9 !important; + background-color: #2716db !important; +} + +.btn-outline-primary.btn-outline-darken-3 +{ + color: #3321e9 !important; + border-color: #3321e9 !important; +} +.btn-outline-primary.btn-outline-darken-3:hover +{ + background-color: #3321e9 !important; +} + +input:focus ~ .bg-primary +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #3321e9 !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #3321e9 !important; +} + +.border-primary.border-darken-3 +{ + border: 1px solid #3321e9 !important; +} + +.border-top-primary.border-top-darken-3 +{ + border-top: 1px solid #3321e9 !important; +} + +.border-bottom-primary.border-bottom-darken-3 +{ + border-bottom: 1px solid #3321e9 !important; +} + +.border-left-primary.border-left-darken-3 +{ + border-left: 1px solid #3321e9 !important; +} + +.border-right-primary.border-right-darken-3 +{ + border-right: 1px solid #3321e9 !important; +} + +.overlay-primary.overlay-darken-3 +{ + background: #3321e9; + /* The Fallback */ + background: rgba(51, 33, 233, .6); +} + +.primary.darken-4 +{ + color: #2716db !important; +} + +.bg-primary.bg-darken-4 +{ + background-color: #2716db !important; +} + +.btn-primary.btn-darken-4 +{ + border-color: #4839eb !important; + background-color: #2716db !important; +} +.btn-primary.btn-darken-4:hover +{ + border-color: #4839eb !important; + background-color: #3321e9 !important; +} +.btn-primary.btn-darken-4:focus, +.btn-primary.btn-darken-4:active +{ + border-color: #3321e9 !important; + background-color: #2716db !important; +} + +.btn-outline-primary.btn-outline-darken-4 +{ + color: #2716db !important; + border-color: #2716db !important; +} +.btn-outline-primary.btn-outline-darken-4:hover +{ + background-color: #2716db !important; +} + +input:focus ~ .bg-primary +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #2716db !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #2716db !important; +} + +.border-primary.border-darken-4 +{ + border: 1px solid #2716db !important; +} + +.border-top-primary.border-top-darken-4 +{ + border-top: 1px solid #2716db !important; +} + +.border-bottom-primary.border-bottom-darken-4 +{ + border-bottom: 1px solid #2716db !important; +} + +.border-left-primary.border-left-darken-4 +{ + border-left: 1px solid #2716db !important; +} + +.border-right-primary.border-right-darken-4 +{ + border-right: 1px solid #2716db !important; +} + +.overlay-primary.overlay-darken-4 +{ + background: #2716db; + /* The Fallback */ + background: rgba(39, 22, 219, .6); +} + +.primary.accent-1 +{ + color: #bdfdff !important; +} + +.bg-primary.bg-accent-1 +{ + background-color: #bdfdff !important; +} + +.btn-primary.btn-accent-1 +{ + border-color: #4839eb !important; + background-color: #bdfdff !important; +} +.btn-primary.btn-accent-1:hover +{ + border-color: #4839eb !important; + background-color: #3321e9 !important; +} +.btn-primary.btn-accent-1:focus, +.btn-primary.btn-accent-1:active +{ + border-color: #3321e9 !important; + background-color: #2716db !important; +} + +.btn-outline-primary.btn-outline-accent-1 +{ + color: #bdfdff !important; + border-color: #bdfdff !important; +} +.btn-outline-primary.btn-outline-accent-1:hover +{ + background-color: #bdfdff !important; +} + +input:focus ~ .bg-primary +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #bdfdff !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #bdfdff !important; +} + +.border-primary.border-accent-1 +{ + border: 1px solid #bdfdff !important; +} + +.border-top-primary.border-top-accent-1 +{ + border-top: 1px solid #bdfdff !important; +} + +.border-bottom-primary.border-bottom-accent-1 +{ + border-bottom: 1px solid #bdfdff !important; +} + +.border-left-primary.border-left-accent-1 +{ + border-left: 1px solid #bdfdff !important; +} + +.border-right-primary.border-right-accent-1 +{ + border-right: 1px solid #bdfdff !important; +} + +.overlay-primary.overlay-accent-1 +{ + background: #bdfdff; + /* The Fallback */ + background: rgba(189, 253, 255, .6); +} + +.primary.accent-2 +{ + color: #8afbff !important; +} + +.bg-primary.bg-accent-2 +{ + background-color: #8afbff !important; +} + +.btn-primary.btn-accent-2 +{ + border-color: #4839eb !important; + background-color: #8afbff !important; +} +.btn-primary.btn-accent-2:hover +{ + border-color: #4839eb !important; + background-color: #3321e9 !important; +} +.btn-primary.btn-accent-2:focus, +.btn-primary.btn-accent-2:active +{ + border-color: #3321e9 !important; + background-color: #2716db !important; +} + +.btn-outline-primary.btn-outline-accent-2 +{ + color: #8afbff !important; + border-color: #8afbff !important; +} +.btn-outline-primary.btn-outline-accent-2:hover +{ + background-color: #8afbff !important; +} + +input:focus ~ .bg-primary +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #8afbff !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #8afbff !important; +} + +.border-primary.border-accent-2 +{ + border: 1px solid #8afbff !important; +} + +.border-top-primary.border-top-accent-2 +{ + border-top: 1px solid #8afbff !important; +} + +.border-bottom-primary.border-bottom-accent-2 +{ + border-bottom: 1px solid #8afbff !important; +} + +.border-left-primary.border-left-accent-2 +{ + border-left: 1px solid #8afbff !important; +} + +.border-right-primary.border-right-accent-2 +{ + border-right: 1px solid #8afbff !important; +} + +.overlay-primary.overlay-accent-2 +{ + background: #8afbff; + /* The Fallback */ + background: rgba(138, 251, 255, .6); +} + +.primary.accent-3 +{ + color: #57faff !important; +} + +.bg-primary.bg-accent-3 +{ + background-color: #57faff !important; +} + +.btn-primary.btn-accent-3 +{ + border-color: #4839eb !important; + background-color: #57faff !important; +} +.btn-primary.btn-accent-3:hover +{ + border-color: #4839eb !important; + background-color: #3321e9 !important; +} +.btn-primary.btn-accent-3:focus, +.btn-primary.btn-accent-3:active +{ + border-color: #3321e9 !important; + background-color: #2716db !important; +} + +.btn-outline-primary.btn-outline-accent-3 +{ + color: #57faff !important; + border-color: #57faff !important; +} +.btn-outline-primary.btn-outline-accent-3:hover +{ + background-color: #57faff !important; +} + +input:focus ~ .bg-primary +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #57faff !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #57faff !important; +} + +.border-primary.border-accent-3 +{ + border: 1px solid #57faff !important; +} + +.border-top-primary.border-top-accent-3 +{ + border-top: 1px solid #57faff !important; +} + +.border-bottom-primary.border-bottom-accent-3 +{ + border-bottom: 1px solid #57faff !important; +} + +.border-left-primary.border-left-accent-3 +{ + border-left: 1px solid #57faff !important; +} + +.border-right-primary.border-right-accent-3 +{ + border-right: 1px solid #57faff !important; +} + +.overlay-primary.overlay-accent-3 +{ + background: #57faff; + /* The Fallback */ + background: rgba(87, 250, 255, .6); +} + +.primary.accent-4 +{ + color: #3df9ff !important; +} + +.bg-primary.bg-accent-4 +{ + background-color: #3df9ff !important; +} + +.btn-primary.btn-accent-4 +{ + border-color: #4839eb !important; + background-color: #3df9ff !important; +} +.btn-primary.btn-accent-4:hover +{ + border-color: #4839eb !important; + background-color: #3321e9 !important; +} +.btn-primary.btn-accent-4:focus, +.btn-primary.btn-accent-4:active +{ + border-color: #3321e9 !important; + background-color: #2716db !important; +} + +.btn-outline-primary.btn-outline-accent-4 +{ + color: #3df9ff !important; + border-color: #3df9ff !important; +} +.btn-outline-primary.btn-outline-accent-4:hover +{ + background-color: #3df9ff !important; +} + +input:focus ~ .bg-primary +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #3df9ff !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #3df9ff !important; +} + +.border-primary.border-accent-4 +{ + border: 1px solid #3df9ff !important; +} + +.border-top-primary.border-top-accent-4 +{ + border-top: 1px solid #3df9ff !important; +} + +.border-bottom-primary.border-bottom-accent-4 +{ + border-bottom: 1px solid #3df9ff !important; +} + +.border-left-primary.border-left-accent-4 +{ + border-left: 1px solid #3df9ff !important; +} + +.border-right-primary.border-right-accent-4 +{ + border-right: 1px solid #3df9ff !important; +} + +.overlay-primary.overlay-accent-4 +{ + background: #3df9ff; + /* The Fallback */ + background: rgba(61, 249, 255, .6); +} + +.primary.gradient-bg +{ + color: #640064 !important; +} + +.bg-primary.bg-gradient-bg +{ + background-color: #640064 !important; +} + +.btn-primary.btn-gradient-bg +{ + border-color: #4839eb !important; + background-color: #640064 !important; +} +.btn-primary.btn-gradient-bg:hover +{ + border-color: #4839eb !important; + background-color: #3321e9 !important; +} +.btn-primary.btn-gradient-bg:focus, +.btn-primary.btn-gradient-bg:active +{ + border-color: #3321e9 !important; + background-color: #2716db !important; +} + +.btn-outline-primary.btn-outline-gradient-bg +{ + color: #640064 !important; + border-color: #640064 !important; +} +.btn-outline-primary.btn-outline-gradient-bg:hover +{ + background-color: #640064 !important; +} + +input:focus ~ .bg-primary +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #640064 !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #640064 !important; +} + +.border-primary.border-gradient-bg +{ + border: 1px solid #640064 !important; +} + +.border-top-primary.border-top-gradient-bg +{ + border-top: 1px solid #640064 !important; +} + +.border-bottom-primary.border-bottom-gradient-bg +{ + border-bottom: 1px solid #640064 !important; +} + +.border-left-primary.border-left-gradient-bg +{ + border-left: 1px solid #640064 !important; +} + +.border-right-primary.border-right-gradient-bg +{ + border-right: 1px solid #640064 !important; +} + +.overlay-primary.overlay-gradient-bg +{ + background: #640064; + /* The Fallback */ + background: rgba(100, 0, 100, .6); +} + +.secondary.gradient-light +{ + color: #dcdeec !important; +} + +.bg-secondary.bg-gradient-light +{ + background-color: #dcdeec !important; +} + +.btn-secondary.btn-gradient-light +{ + border-color: #9aa9b7 !important; + background-color: #dcdeec !important; +} +.btn-secondary.btn-gradient-light:hover +{ + border-color: #9aa9b7 !important; + background-color: #8b9cac !important; +} +.btn-secondary.btn-gradient-light:focus, +.btn-secondary.btn-gradient-light:active +{ + border-color: #8b9cac !important; + background-color: #7d8fa1 !important; +} + +.btn-outline-secondary.btn-outline-gradient-light +{ + color: #dcdeec !important; + border-color: #dcdeec !important; +} +.btn-outline-secondary.btn-outline-gradient-light:hover +{ + background-color: #dcdeec !important; +} + +input:focus ~ .bg-secondary +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #dcdeec !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #dcdeec !important; +} + +.border-secondary.border-gradient-light +{ + border: 1px solid #dcdeec !important; +} + +.border-top-secondary.border-top-gradient-light +{ + border-top: 1px solid #dcdeec !important; +} + +.border-bottom-secondary.border-bottom-gradient-light +{ + border-bottom: 1px solid #dcdeec !important; +} + +.border-left-secondary.border-left-gradient-light +{ + border-left: 1px solid #dcdeec !important; +} + +.border-right-secondary.border-right-gradient-light +{ + border-right: 1px solid #dcdeec !important; +} + +.overlay-secondary.overlay-gradient-light +{ + background: #dcdeec; + /* The Fallback */ + background: rgba(220, 222, 236, .6); +} + +.secondary.lighten-5 +{ + color: white !important; +} + +.bg-secondary.bg-lighten-5 +{ + background-color: white !important; +} + +.btn-secondary.btn-lighten-5 +{ + border-color: #9aa9b7 !important; + background-color: white !important; +} +.btn-secondary.btn-lighten-5:hover +{ + border-color: #9aa9b7 !important; + background-color: #8b9cac !important; +} +.btn-secondary.btn-lighten-5:focus, +.btn-secondary.btn-lighten-5:active +{ + border-color: #8b9cac !important; + background-color: #7d8fa1 !important; +} + +.btn-outline-secondary.btn-outline-lighten-5 +{ + color: white !important; + border-color: white !important; +} +.btn-outline-secondary.btn-outline-lighten-5:hover +{ + background-color: white !important; +} + +input:focus ~ .bg-secondary +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem white !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem white !important; +} + +.border-secondary.border-lighten-5 +{ + border: 1px solid white !important; +} + +.border-top-secondary.border-top-lighten-5 +{ + border-top: 1px solid white !important; +} + +.border-bottom-secondary.border-bottom-lighten-5 +{ + border-bottom: 1px solid white !important; +} + +.border-left-secondary.border-left-lighten-5 +{ + border-left: 1px solid white !important; +} + +.border-right-secondary.border-right-lighten-5 +{ + border-right: 1px solid white !important; +} + +.overlay-secondary.overlay-lighten-5 +{ + background: white; + /* The Fallback */ + background: rgba(255, 255, 255, .6); +} + +.secondary.lighten-4 +{ + color: #f3f5f7 !important; +} + +.bg-secondary.bg-lighten-4 +{ + background-color: #f3f5f7 !important; +} + +.btn-secondary.btn-lighten-4 +{ + border-color: #9aa9b7 !important; + background-color: #f3f5f7 !important; +} +.btn-secondary.btn-lighten-4:hover +{ + border-color: #9aa9b7 !important; + background-color: #8b9cac !important; +} +.btn-secondary.btn-lighten-4:focus, +.btn-secondary.btn-lighten-4:active +{ + border-color: #8b9cac !important; + background-color: #7d8fa1 !important; +} + +.btn-outline-secondary.btn-outline-lighten-4 +{ + color: #f3f5f7 !important; + border-color: #f3f5f7 !important; +} +.btn-outline-secondary.btn-outline-lighten-4:hover +{ + background-color: #f3f5f7 !important; +} + +input:focus ~ .bg-secondary +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #f3f5f7 !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #f3f5f7 !important; +} + +.border-secondary.border-lighten-4 +{ + border: 1px solid #f3f5f7 !important; +} + +.border-top-secondary.border-top-lighten-4 +{ + border-top: 1px solid #f3f5f7 !important; +} + +.border-bottom-secondary.border-bottom-lighten-4 +{ + border-bottom: 1px solid #f3f5f7 !important; +} + +.border-left-secondary.border-left-lighten-4 +{ + border-left: 1px solid #f3f5f7 !important; +} + +.border-right-secondary.border-right-lighten-4 +{ + border-right: 1px solid #f3f5f7 !important; +} + +.overlay-secondary.overlay-lighten-4 +{ + background: #f3f5f7; + /* The Fallback */ + background: rgba(243, 245, 247, .6); +} + +.secondary.lighten-3 +{ + color: #e5e8ec !important; +} + +.bg-secondary.bg-lighten-3 +{ + background-color: #e5e8ec !important; +} + +.btn-secondary.btn-lighten-3 +{ + border-color: #9aa9b7 !important; + background-color: #e5e8ec !important; +} +.btn-secondary.btn-lighten-3:hover +{ + border-color: #9aa9b7 !important; + background-color: #8b9cac !important; +} +.btn-secondary.btn-lighten-3:focus, +.btn-secondary.btn-lighten-3:active +{ + border-color: #8b9cac !important; + background-color: #7d8fa1 !important; +} + +.btn-outline-secondary.btn-outline-lighten-3 +{ + color: #e5e8ec !important; + border-color: #e5e8ec !important; +} +.btn-outline-secondary.btn-outline-lighten-3:hover +{ + background-color: #e5e8ec !important; +} + +input:focus ~ .bg-secondary +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #e5e8ec !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #e5e8ec !important; +} + +.border-secondary.border-lighten-3 +{ + border: 1px solid #e5e8ec !important; +} + +.border-top-secondary.border-top-lighten-3 +{ + border-top: 1px solid #e5e8ec !important; +} + +.border-bottom-secondary.border-bottom-lighten-3 +{ + border-bottom: 1px solid #e5e8ec !important; +} + +.border-left-secondary.border-left-lighten-3 +{ + border-left: 1px solid #e5e8ec !important; +} + +.border-right-secondary.border-right-lighten-3 +{ + border-right: 1px solid #e5e8ec !important; +} + +.overlay-secondary.overlay-lighten-3 +{ + background: #e5e8ec; + /* The Fallback */ + background: rgba(229, 232, 236, .6); +} + +.secondary.lighten-2 +{ + color: #d6dce1 !important; +} + +.bg-secondary.bg-lighten-2 +{ + background-color: #d6dce1 !important; +} + +.btn-secondary.btn-lighten-2 +{ + border-color: #9aa9b7 !important; + background-color: #d6dce1 !important; +} +.btn-secondary.btn-lighten-2:hover +{ + border-color: #9aa9b7 !important; + background-color: #8b9cac !important; +} +.btn-secondary.btn-lighten-2:focus, +.btn-secondary.btn-lighten-2:active +{ + border-color: #8b9cac !important; + background-color: #7d8fa1 !important; +} + +.btn-outline-secondary.btn-outline-lighten-2 +{ + color: #d6dce1 !important; + border-color: #d6dce1 !important; +} +.btn-outline-secondary.btn-outline-lighten-2:hover +{ + background-color: #d6dce1 !important; +} + +input:focus ~ .bg-secondary +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #d6dce1 !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #d6dce1 !important; +} + +.border-secondary.border-lighten-2 +{ + border: 1px solid #d6dce1 !important; +} + +.border-top-secondary.border-top-lighten-2 +{ + border-top: 1px solid #d6dce1 !important; +} + +.border-bottom-secondary.border-bottom-lighten-2 +{ + border-bottom: 1px solid #d6dce1 !important; +} + +.border-left-secondary.border-left-lighten-2 +{ + border-left: 1px solid #d6dce1 !important; +} + +.border-right-secondary.border-right-lighten-2 +{ + border-right: 1px solid #d6dce1 !important; +} + +.overlay-secondary.overlay-lighten-2 +{ + background: #d6dce1; + /* The Fallback */ + background: rgba(214, 220, 225, .6); +} + +.secondary.lighten-1 +{ + color: #c7cfd7 !important; +} + +.bg-secondary.bg-lighten-1 +{ + background-color: #c7cfd7 !important; +} + +.btn-secondary.btn-lighten-1 +{ + border-color: #9aa9b7 !important; + background-color: #c7cfd7 !important; +} +.btn-secondary.btn-lighten-1:hover +{ + border-color: #9aa9b7 !important; + background-color: #8b9cac !important; +} +.btn-secondary.btn-lighten-1:focus, +.btn-secondary.btn-lighten-1:active +{ + border-color: #8b9cac !important; + background-color: #7d8fa1 !important; +} + +.btn-outline-secondary.btn-outline-lighten-1 +{ + color: #c7cfd7 !important; + border-color: #c7cfd7 !important; +} +.btn-outline-secondary.btn-outline-lighten-1:hover +{ + background-color: #c7cfd7 !important; +} + +input:focus ~ .bg-secondary +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #c7cfd7 !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #c7cfd7 !important; +} + +.border-secondary.border-lighten-1 +{ + border: 1px solid #c7cfd7 !important; +} + +.border-top-secondary.border-top-lighten-1 +{ + border-top: 1px solid #c7cfd7 !important; +} + +.border-bottom-secondary.border-bottom-lighten-1 +{ + border-bottom: 1px solid #c7cfd7 !important; +} + +.border-left-secondary.border-left-lighten-1 +{ + border-left: 1px solid #c7cfd7 !important; +} + +.border-right-secondary.border-right-lighten-1 +{ + border-right: 1px solid #c7cfd7 !important; +} + +.overlay-secondary.overlay-lighten-1 +{ + background: #c7cfd7; + /* The Fallback */ + background: rgba(199, 207, 215, .6); +} + +.secondary +{ + color: #b8c2cc !important; +} + +.bg-secondary +{ + background-color: #b8c2cc !important; +} +.bg-secondary .card-header, +.bg-secondary .card-footer +{ + background-color: transparent; +} + +.alert-secondary +{ + color: #b8c2cc !important; + background: rgba(184, 194, 204, .2) !important; +} +.alert-secondary .alert-heading +{ + -webkit-box-shadow: rgba(184, 194, 204, .4) 0 6px 15px -7px; + box-shadow: rgba(184, 194, 204, .4) 0 6px 15px -7px; +} +.alert-secondary .alert-link +{ + color: #a9b5c1 !important; +} + +.bg-rgba-secondary +{ + background: rgba(184, 194, 204, .15) !important; +} + +.border-secondary +{ + border: 1px solid #b8c2cc !important; +} + +.border-top-secondary +{ + border-top: 1px solid #b8c2cc; +} + +.border-bottom-secondary +{ + border-bottom: 1px solid #b8c2cc; +} + +.border-left-secondary +{ + border-left: 1px solid #b8c2cc; +} + +.border-right-secondary +{ + border-right: 1px solid #b8c2cc; +} + +.bg-secondary.badge-glow, +.border-secondary.badge-glow, +.badge-secondary.badge-glow +{ + -webkit-box-shadow: 0 0 10px #b8c2cc; + box-shadow: 0 0 10px #b8c2cc; +} + +.badge.badge-secondary +{ + background-color: #b8c2cc; +} + +.overlay-secondary +{ + background: #b8c2cc; + /* The Fallback */ + background: rgba(184, 194, 204, .6); +} + +.btn-secondary +{ + color: #fff; + border-color: #9aa9b7 !important; + background-color: #b8c2cc !important; +} +.btn-secondary:hover +{ + color: #fff !important; + border-color: #a9b5c1 !important; + -webkit-box-shadow: 0 8px 25px -8px #b8c2cc; + box-shadow: 0 8px 25px -8px #b8c2cc; +} +.btn-secondary:focus, +.btn-secondary:active +{ + color: #fff !important; +} + +.btn-flat-secondary +{ + color: #b8c2cc; + background-color: transparent; +} +.btn-flat-secondary:hover +{ + color: #b8c2cc; + background-color: rgba(184, 194, 204, .1); +} +.btn-flat-secondary:active, +.btn-flat-secondary:focus +{ + color: #fff !important; + background-color: #b8c2cc; +} + +.btn-relief-secondary +{ + color: #fff; + background-color: #b8c2cc; + -webkit-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .2); + box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .2); +} +.btn-relief-secondary:hover +{ + color: #fff; +} +.btn-relief-secondary:active, +.btn-relief-secondary:focus +{ + -webkit-transform: translateY(3px); + -moz-transform: translateY(3px); + -ms-transform: translateY(3px); + -o-transform: translateY(3px); + transform: translateY(3px); + + outline: none; +} + +.btn-outline-secondary +{ + color: #b8c2cc; + border: 1px solid #b8c2cc; + background-color: transparent; +} +.btn-outline-secondary:hover +{ + color: #b8c2cc; + background-color: rgba(184, 194, 204, .08); +} +.btn-outline-secondary:active +{ + color: #fff !important; +} + +.btn-secondary ~ .dropdown-menu .dropdown-item.active, +.btn-outline-secondary ~ .dropdown-menu .dropdown-item.active, +.btn-flat-secondary ~ .dropdown-menu .dropdown-item.active +{ + color: #fff; + background-color: #b8c2cc; +} +.btn-secondary ~ .dropdown-menu .dropdown-item.active:hover, +.btn-outline-secondary ~ .dropdown-menu .dropdown-item.active:hover, +.btn-flat-secondary ~ .dropdown-menu .dropdown-item.active:hover +{ + color: #fff; +} + +.btn-secondary ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover, +.btn-outline-secondary ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover, +.btn-flat-secondary ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover +{ + color: #b8c2cc; +} + +.dropdown.dropdown-icon-wrapper .btn-secondary ~ .dropdown-menu .dropdown-item:hover i, +.dropdown.dropdown-icon-wrapper .btn-outline-secondary ~ .dropdown-menu .dropdown-item:hover i, +.dropdown.dropdown-icon-wrapper .btn-flat-secondary ~ .dropdown-menu .dropdown-item:hover i, +.dropup.dropdown-icon-wrapper .btn-secondary ~ .dropdown-menu .dropdown-item:hover i, +.dropup.dropdown-icon-wrapper .btn-outline-secondary ~ .dropdown-menu .dropdown-item:hover i, +.dropup.dropdown-icon-wrapper .btn-flat-secondary ~ .dropdown-menu .dropdown-item:hover i, +.dropright.dropdown-icon-wrapper .btn-secondary ~ .dropdown-menu .dropdown-item:hover i, +.dropright.dropdown-icon-wrapper .btn-outline-secondary ~ .dropdown-menu .dropdown-item:hover i, +.dropright.dropdown-icon-wrapper .btn-flat-secondary ~ .dropdown-menu .dropdown-item:hover i, +.dropleft.dropdown-icon-wrapper .btn-secondary ~ .dropdown-menu .dropdown-item:hover i, +.dropleft.dropdown-icon-wrapper .btn-outline-secondary ~ .dropdown-menu .dropdown-item:hover i, +.dropleft.dropdown-icon-wrapper .btn-flat-secondary ~ .dropdown-menu .dropdown-item:hover i +{ + color: #b8c2cc; +} + +.dropdown.dropdown-icon-wrapper .btn-secondary ~ .dropdown-menu .dropdown-item:active i, +.dropdown.dropdown-icon-wrapper .btn-outline-secondary ~ .dropdown-menu .dropdown-item:active i, +.dropdown.dropdown-icon-wrapper .btn-flat-secondary ~ .dropdown-menu .dropdown-item:active i, +.dropup.dropdown-icon-wrapper .btn-secondary ~ .dropdown-menu .dropdown-item:active i, +.dropup.dropdown-icon-wrapper .btn-outline-secondary ~ .dropdown-menu .dropdown-item:active i, +.dropup.dropdown-icon-wrapper .btn-flat-secondary ~ .dropdown-menu .dropdown-item:active i, +.dropright.dropdown-icon-wrapper .btn-secondary ~ .dropdown-menu .dropdown-item:active i, +.dropright.dropdown-icon-wrapper .btn-outline-secondary ~ .dropdown-menu .dropdown-item:active i, +.dropright.dropdown-icon-wrapper .btn-flat-secondary ~ .dropdown-menu .dropdown-item:active i, +.dropleft.dropdown-icon-wrapper .btn-secondary ~ .dropdown-menu .dropdown-item:active i, +.dropleft.dropdown-icon-wrapper .btn-outline-secondary ~ .dropdown-menu .dropdown-item:active i, +.dropleft.dropdown-icon-wrapper .btn-flat-secondary ~ .dropdown-menu .dropdown-item:active i +{ + color: #fff; +} + +.bullet.bullet-secondary +{ + background-color: #b8c2cc; +} + +.pagination-secondary .page-item.active .page-link +{ + color: #fff; + background: #b8c2cc; +} +.pagination-secondary .page-item.active .page-link:hover +{ + color: #fff; +} + +.pagination-secondary .page-item .page-link:hover +{ + color: #b8c2cc; +} + +.pagination-secondary .page-item.prev-item .page-link:hover, +.pagination-secondary .page-item.next-item .page-link:hover +{ + color: #fff; + background: #b8c2cc; +} + +.nav-pill-secondary .nav-item .nav-link.active +{ + color: #fff; + background-color: #b8c2cc; +} + +.progress-bar-secondary +{ + background-color: rgba(184, 194, 204, .1); +} +.progress-bar-secondary .progress-bar +{ + background-color: #b8c2cc; +} + +.chip-secondary +{ + background-color: #b8c2cc !important; +} +.chip-secondary .chip-body +{ + color: #fff !important; +} + +.divider.divider-secondary .divider-text:before, +.divider.divider-secondary .divider-text:after +{ + border-color: #b8c2cc !important; +} + +input[type='checkbox'].bg-secondary + .custom-control-label:before, +input[type='radio'].bg-secondary + .custom-control-label:before +{ + background-color: #b8c2cc !important; +} + +input:focus ~ .bg-secondary +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #b8c2cc !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #b8c2cc !important; +} + +.vs-checkbox-secondary input:checked ~ .vs-checkbox +{ + border-color: #b8c2cc !important; +} +.vs-checkbox-secondary input:checked ~ .vs-checkbox .vs-checkbox--check +{ + background-color: #b8c2cc !important; +} + +.vs-checkbox-secondary input:active:checked + .vs-checkbox .vs-checkbox--check +{ + background-color: #b8c2cc !important; +} + +.custom-switch-secondary .custom-control-input:checked ~ .custom-control-label::before +{ + -webkit-transition: all .2s ease-out; + -moz-transition: all .2s ease-out; + -o-transition: all .2s ease-out; + transition: all .2s ease-out; + + color: #fff; + background-color: #b8c2cc !important; +} + +.vs-radio-secondary input:checked ~ .vs-radio .vs-radio--circle +{ + background: #b8c2cc !important; + -webkit-box-shadow: 0 3px 12px 0 rgba(184, 194, 204, .4) !important; + box-shadow: 0 3px 12px 0 rgba(184, 194, 204, .4) !important; +} + +.secondary.darken-1 +{ + color: #a9b5c1 !important; +} + +.bg-secondary.bg-darken-1 +{ + background-color: #a9b5c1 !important; +} + +.btn-secondary.btn-darken-1 +{ + border-color: #9aa9b7 !important; + background-color: #a9b5c1 !important; +} +.btn-secondary.btn-darken-1:hover +{ + border-color: #9aa9b7 !important; + background-color: #8b9cac !important; +} +.btn-secondary.btn-darken-1:focus, +.btn-secondary.btn-darken-1:active +{ + border-color: #8b9cac !important; + background-color: #7d8fa1 !important; +} + +.btn-outline-secondary.btn-outline-darken-1 +{ + color: #a9b5c1 !important; + border-color: #a9b5c1 !important; +} +.btn-outline-secondary.btn-outline-darken-1:hover +{ + background-color: #a9b5c1 !important; +} + +input:focus ~ .bg-secondary +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #a9b5c1 !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #a9b5c1 !important; +} + +.border-secondary.border-darken-1 +{ + border: 1px solid #a9b5c1 !important; +} + +.border-top-secondary.border-top-darken-1 +{ + border-top: 1px solid #a9b5c1 !important; +} + +.border-bottom-secondary.border-bottom-darken-1 +{ + border-bottom: 1px solid #a9b5c1 !important; +} + +.border-left-secondary.border-left-darken-1 +{ + border-left: 1px solid #a9b5c1 !important; +} + +.border-right-secondary.border-right-darken-1 +{ + border-right: 1px solid #a9b5c1 !important; +} + +.overlay-secondary.overlay-darken-1 +{ + background: #a9b5c1; + /* The Fallback */ + background: rgba(169, 181, 193, .6); +} + +.secondary.darken-2 +{ + color: #9aa9b7 !important; +} + +.bg-secondary.bg-darken-2 +{ + background-color: #9aa9b7 !important; +} + +.btn-secondary.btn-darken-2 +{ + border-color: #9aa9b7 !important; + background-color: #9aa9b7 !important; +} +.btn-secondary.btn-darken-2:hover +{ + border-color: #9aa9b7 !important; + background-color: #8b9cac !important; +} +.btn-secondary.btn-darken-2:focus, +.btn-secondary.btn-darken-2:active +{ + border-color: #8b9cac !important; + background-color: #7d8fa1 !important; +} + +.btn-outline-secondary.btn-outline-darken-2 +{ + color: #9aa9b7 !important; + border-color: #9aa9b7 !important; +} +.btn-outline-secondary.btn-outline-darken-2:hover +{ + background-color: #9aa9b7 !important; +} + +input:focus ~ .bg-secondary +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #9aa9b7 !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #9aa9b7 !important; +} + +.border-secondary.border-darken-2 +{ + border: 1px solid #9aa9b7 !important; +} + +.border-top-secondary.border-top-darken-2 +{ + border-top: 1px solid #9aa9b7 !important; +} + +.border-bottom-secondary.border-bottom-darken-2 +{ + border-bottom: 1px solid #9aa9b7 !important; +} + +.border-left-secondary.border-left-darken-2 +{ + border-left: 1px solid #9aa9b7 !important; +} + +.border-right-secondary.border-right-darken-2 +{ + border-right: 1px solid #9aa9b7 !important; +} + +.overlay-secondary.overlay-darken-2 +{ + background: #9aa9b7; + /* The Fallback */ + background: rgba(154, 169, 183, .6); +} + +.secondary.darken-3 +{ + color: #8b9cac !important; +} + +.bg-secondary.bg-darken-3 +{ + background-color: #8b9cac !important; +} + +.btn-secondary.btn-darken-3 +{ + border-color: #9aa9b7 !important; + background-color: #8b9cac !important; +} +.btn-secondary.btn-darken-3:hover +{ + border-color: #9aa9b7 !important; + background-color: #8b9cac !important; +} +.btn-secondary.btn-darken-3:focus, +.btn-secondary.btn-darken-3:active +{ + border-color: #8b9cac !important; + background-color: #7d8fa1 !important; +} + +.btn-outline-secondary.btn-outline-darken-3 +{ + color: #8b9cac !important; + border-color: #8b9cac !important; +} +.btn-outline-secondary.btn-outline-darken-3:hover +{ + background-color: #8b9cac !important; +} + +input:focus ~ .bg-secondary +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #8b9cac !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #8b9cac !important; +} + +.border-secondary.border-darken-3 +{ + border: 1px solid #8b9cac !important; +} + +.border-top-secondary.border-top-darken-3 +{ + border-top: 1px solid #8b9cac !important; +} + +.border-bottom-secondary.border-bottom-darken-3 +{ + border-bottom: 1px solid #8b9cac !important; +} + +.border-left-secondary.border-left-darken-3 +{ + border-left: 1px solid #8b9cac !important; +} + +.border-right-secondary.border-right-darken-3 +{ + border-right: 1px solid #8b9cac !important; +} + +.overlay-secondary.overlay-darken-3 +{ + background: #8b9cac; + /* The Fallback */ + background: rgba(139, 156, 172, .6); +} + +.secondary.darken-4 +{ + color: #7d8fa1 !important; +} + +.bg-secondary.bg-darken-4 +{ + background-color: #7d8fa1 !important; +} + +.btn-secondary.btn-darken-4 +{ + border-color: #9aa9b7 !important; + background-color: #7d8fa1 !important; +} +.btn-secondary.btn-darken-4:hover +{ + border-color: #9aa9b7 !important; + background-color: #8b9cac !important; +} +.btn-secondary.btn-darken-4:focus, +.btn-secondary.btn-darken-4:active +{ + border-color: #8b9cac !important; + background-color: #7d8fa1 !important; +} + +.btn-outline-secondary.btn-outline-darken-4 +{ + color: #7d8fa1 !important; + border-color: #7d8fa1 !important; +} +.btn-outline-secondary.btn-outline-darken-4:hover +{ + background-color: #7d8fa1 !important; +} + +input:focus ~ .bg-secondary +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #7d8fa1 !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #7d8fa1 !important; +} + +.border-secondary.border-darken-4 +{ + border: 1px solid #7d8fa1 !important; +} + +.border-top-secondary.border-top-darken-4 +{ + border-top: 1px solid #7d8fa1 !important; +} + +.border-bottom-secondary.border-bottom-darken-4 +{ + border-bottom: 1px solid #7d8fa1 !important; +} + +.border-left-secondary.border-left-darken-4 +{ + border-left: 1px solid #7d8fa1 !important; +} + +.border-right-secondary.border-right-darken-4 +{ + border-right: 1px solid #7d8fa1 !important; +} + +.overlay-secondary.overlay-darken-4 +{ + background: #7d8fa1; + /* The Fallback */ + background: rgba(125, 143, 161, .6); +} + +.secondary.gradient-bg +{ + color: #640064 !important; +} + +.bg-secondary.bg-gradient-bg +{ + background-color: #640064 !important; +} + +.btn-secondary.btn-gradient-bg +{ + border-color: #9aa9b7 !important; + background-color: #640064 !important; +} +.btn-secondary.btn-gradient-bg:hover +{ + border-color: #9aa9b7 !important; + background-color: #8b9cac !important; +} +.btn-secondary.btn-gradient-bg:focus, +.btn-secondary.btn-gradient-bg:active +{ + border-color: #8b9cac !important; + background-color: #7d8fa1 !important; +} + +.btn-outline-secondary.btn-outline-gradient-bg +{ + color: #640064 !important; + border-color: #640064 !important; +} +.btn-outline-secondary.btn-outline-gradient-bg:hover +{ + background-color: #640064 !important; +} + +input:focus ~ .bg-secondary +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #640064 !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #640064 !important; +} + +.border-secondary.border-gradient-bg +{ + border: 1px solid #640064 !important; +} + +.border-top-secondary.border-top-gradient-bg +{ + border-top: 1px solid #640064 !important; +} + +.border-bottom-secondary.border-bottom-gradient-bg +{ + border-bottom: 1px solid #640064 !important; +} + +.border-left-secondary.border-left-gradient-bg +{ + border-left: 1px solid #640064 !important; +} + +.border-right-secondary.border-right-gradient-bg +{ + border-right: 1px solid #640064 !important; +} + +.overlay-secondary.overlay-gradient-bg +{ + background: #640064; + /* The Fallback */ + background: rgba(100, 0, 100, .6); +} + +.success.gradient-light +{ + color: #4ae9d3 !important; +} + +.bg-success.bg-gradient-light +{ + background-color: #4ae9d3 !important; +} + +.btn-success.btn-gradient-light +{ + border-color: #1f9d57 !important; + background-color: #4ae9d3 !important; +} +.btn-success.btn-gradient-light:hover +{ + border-color: #1f9d57 !important; + background-color: #1b874b !important; +} +.btn-success.btn-gradient-light:focus, +.btn-success.btn-gradient-light:active +{ + border-color: #1b874b !important; + background-color: #177240 !important; +} + +.btn-outline-success.btn-outline-gradient-light +{ + color: #4ae9d3 !important; + border-color: #4ae9d3 !important; +} +.btn-outline-success.btn-outline-gradient-light:hover +{ + background-color: #4ae9d3 !important; +} + +input:focus ~ .bg-success +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #4ae9d3 !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #4ae9d3 !important; +} + +.border-success.border-gradient-light +{ + border: 1px solid #4ae9d3 !important; +} + +.border-top-success.border-top-gradient-light +{ + border-top: 1px solid #4ae9d3 !important; +} + +.border-bottom-success.border-bottom-gradient-light +{ + border-bottom: 1px solid #4ae9d3 !important; +} + +.border-left-success.border-left-gradient-light +{ + border-left: 1px solid #4ae9d3 !important; +} + +.border-right-success.border-right-gradient-light +{ + border-right: 1px solid #4ae9d3 !important; +} + +.overlay-success.overlay-gradient-light +{ + background: #4ae9d3; + /* The Fallback */ + background: rgba(74, 233, 211, .6); +} + +.success.lighten-5 +{ + color: #88e7b2 !important; +} + +.bg-success.bg-lighten-5 +{ + background-color: #88e7b2 !important; +} + +.btn-success.btn-lighten-5 +{ + border-color: #1f9d57 !important; + background-color: #88e7b2 !important; +} +.btn-success.btn-lighten-5:hover +{ + border-color: #1f9d57 !important; + background-color: #1b874b !important; +} +.btn-success.btn-lighten-5:focus, +.btn-success.btn-lighten-5:active +{ + border-color: #1b874b !important; + background-color: #177240 !important; +} + +.btn-outline-success.btn-outline-lighten-5 +{ + color: #88e7b2 !important; + border-color: #88e7b2 !important; +} +.btn-outline-success.btn-outline-lighten-5:hover +{ + background-color: #88e7b2 !important; +} + +input:focus ~ .bg-success +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #88e7b2 !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #88e7b2 !important; +} + +.border-success.border-lighten-5 +{ + border: 1px solid #88e7b2 !important; +} + +.border-top-success.border-top-lighten-5 +{ + border-top: 1px solid #88e7b2 !important; +} + +.border-bottom-success.border-bottom-lighten-5 +{ + border-bottom: 1px solid #88e7b2 !important; +} + +.border-left-success.border-left-lighten-5 +{ + border-left: 1px solid #88e7b2 !important; +} + +.border-right-success.border-right-lighten-5 +{ + border-right: 1px solid #88e7b2 !important; +} + +.overlay-success.overlay-lighten-5 +{ + background: #88e7b2; + /* The Fallback */ + background: rgba(136, 231, 178, .6); +} + +.success.lighten-4 +{ + color: #72e3a4 !important; +} + +.bg-success.bg-lighten-4 +{ + background-color: #72e3a4 !important; +} + +.btn-success.btn-lighten-4 +{ + border-color: #1f9d57 !important; + background-color: #72e3a4 !important; +} +.btn-success.btn-lighten-4:hover +{ + border-color: #1f9d57 !important; + background-color: #1b874b !important; +} +.btn-success.btn-lighten-4:focus, +.btn-success.btn-lighten-4:active +{ + border-color: #1b874b !important; + background-color: #177240 !important; +} + +.btn-outline-success.btn-outline-lighten-4 +{ + color: #72e3a4 !important; + border-color: #72e3a4 !important; +} +.btn-outline-success.btn-outline-lighten-4:hover +{ + background-color: #72e3a4 !important; +} + +input:focus ~ .bg-success +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #72e3a4 !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #72e3a4 !important; +} + +.border-success.border-lighten-4 +{ + border: 1px solid #72e3a4 !important; +} + +.border-top-success.border-top-lighten-4 +{ + border-top: 1px solid #72e3a4 !important; +} + +.border-bottom-success.border-bottom-lighten-4 +{ + border-bottom: 1px solid #72e3a4 !important; +} + +.border-left-success.border-left-lighten-4 +{ + border-left: 1px solid #72e3a4 !important; +} + +.border-right-success.border-right-lighten-4 +{ + border-right: 1px solid #72e3a4 !important; +} + +.overlay-success.overlay-lighten-4 +{ + background: #72e3a4; + /* The Fallback */ + background: rgba(114, 227, 164, .6); +} + +.success.lighten-3 +{ + color: #5dde97 !important; +} + +.bg-success.bg-lighten-3 +{ + background-color: #5dde97 !important; +} + +.btn-success.btn-lighten-3 +{ + border-color: #1f9d57 !important; + background-color: #5dde97 !important; +} +.btn-success.btn-lighten-3:hover +{ + border-color: #1f9d57 !important; + background-color: #1b874b !important; +} +.btn-success.btn-lighten-3:focus, +.btn-success.btn-lighten-3:active +{ + border-color: #1b874b !important; + background-color: #177240 !important; +} + +.btn-outline-success.btn-outline-lighten-3 +{ + color: #5dde97 !important; + border-color: #5dde97 !important; +} +.btn-outline-success.btn-outline-lighten-3:hover +{ + background-color: #5dde97 !important; +} + +input:focus ~ .bg-success +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #5dde97 !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #5dde97 !important; +} + +.border-success.border-lighten-3 +{ + border: 1px solid #5dde97 !important; +} + +.border-top-success.border-top-lighten-3 +{ + border-top: 1px solid #5dde97 !important; +} + +.border-bottom-success.border-bottom-lighten-3 +{ + border-bottom: 1px solid #5dde97 !important; +} + +.border-left-success.border-left-lighten-3 +{ + border-left: 1px solid #5dde97 !important; +} + +.border-right-success.border-right-lighten-3 +{ + border-right: 1px solid #5dde97 !important; +} + +.overlay-success.overlay-lighten-3 +{ + background: #5dde97; + /* The Fallback */ + background: rgba(93, 222, 151, .6); +} + +.success.lighten-2 +{ + color: #48da89 !important; +} + +.bg-success.bg-lighten-2 +{ + background-color: #48da89 !important; +} + +.btn-success.btn-lighten-2 +{ + border-color: #1f9d57 !important; + background-color: #48da89 !important; +} +.btn-success.btn-lighten-2:hover +{ + border-color: #1f9d57 !important; + background-color: #1b874b !important; +} +.btn-success.btn-lighten-2:focus, +.btn-success.btn-lighten-2:active +{ + border-color: #1b874b !important; + background-color: #177240 !important; +} + +.btn-outline-success.btn-outline-lighten-2 +{ + color: #48da89 !important; + border-color: #48da89 !important; +} +.btn-outline-success.btn-outline-lighten-2:hover +{ + background-color: #48da89 !important; +} + +input:focus ~ .bg-success +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #48da89 !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #48da89 !important; +} + +.border-success.border-lighten-2 +{ + border: 1px solid #48da89 !important; +} + +.border-top-success.border-top-lighten-2 +{ + border-top: 1px solid #48da89 !important; +} + +.border-bottom-success.border-bottom-lighten-2 +{ + border-bottom: 1px solid #48da89 !important; +} + +.border-left-success.border-left-lighten-2 +{ + border-left: 1px solid #48da89 !important; +} + +.border-right-success.border-right-lighten-2 +{ + border-right: 1px solid #48da89 !important; +} + +.overlay-success.overlay-lighten-2 +{ + background: #48da89; + /* The Fallback */ + background: rgba(72, 218, 137, .6); +} + +.success.lighten-1 +{ + color: #33d67c !important; +} + +.bg-success.bg-lighten-1 +{ + background-color: #33d67c !important; +} + +.btn-success.btn-lighten-1 +{ + border-color: #1f9d57 !important; + background-color: #33d67c !important; +} +.btn-success.btn-lighten-1:hover +{ + border-color: #1f9d57 !important; + background-color: #1b874b !important; +} +.btn-success.btn-lighten-1:focus, +.btn-success.btn-lighten-1:active +{ + border-color: #1b874b !important; + background-color: #177240 !important; +} + +.btn-outline-success.btn-outline-lighten-1 +{ + color: #33d67c !important; + border-color: #33d67c !important; +} +.btn-outline-success.btn-outline-lighten-1:hover +{ + background-color: #33d67c !important; +} + +input:focus ~ .bg-success +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #33d67c !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #33d67c !important; +} + +.border-success.border-lighten-1 +{ + border: 1px solid #33d67c !important; +} + +.border-top-success.border-top-lighten-1 +{ + border-top: 1px solid #33d67c !important; +} + +.border-bottom-success.border-bottom-lighten-1 +{ + border-bottom: 1px solid #33d67c !important; +} + +.border-left-success.border-left-lighten-1 +{ + border-left: 1px solid #33d67c !important; +} + +.border-right-success.border-right-lighten-1 +{ + border-right: 1px solid #33d67c !important; +} + +.overlay-success.overlay-lighten-1 +{ + background: #33d67c; + /* The Fallback */ + background: rgba(51, 214, 124, .6); +} + +.success +{ + color: #28c76f !important; +} + +.bg-success +{ + background-color: #28c76f !important; +} +.bg-success .card-header, +.bg-success .card-footer +{ + background-color: transparent; +} + +.alert-success +{ + color: #28c76f !important; + background: rgba(40, 199, 111, .2) !important; +} +.alert-success .alert-heading +{ + -webkit-box-shadow: rgba(40, 199, 111, .4) 0 6px 15px -7px; + box-shadow: rgba(40, 199, 111, .4) 0 6px 15px -7px; +} +.alert-success .alert-link +{ + color: #24b263 !important; +} + +.bg-rgba-success +{ + background: rgba(40, 199, 111, .15) !important; +} + +.border-success +{ + border: 1px solid #28c76f !important; +} + +.border-top-success +{ + border-top: 1px solid #28c76f; +} + +.border-bottom-success +{ + border-bottom: 1px solid #28c76f; +} + +.border-left-success +{ + border-left: 1px solid #28c76f; +} + +.border-right-success +{ + border-right: 1px solid #28c76f; +} + +.bg-success.badge-glow, +.border-success.badge-glow, +.badge-success.badge-glow +{ + -webkit-box-shadow: 0 0 10px #28c76f; + box-shadow: 0 0 10px #28c76f; +} + +.badge.badge-success +{ + background-color: #28c76f; +} + +.overlay-success +{ + background: #28c76f; + /* The Fallback */ + background: rgba(40, 199, 111, .6); +} + +.btn-success +{ + color: #fff; + border-color: #1f9d57 !important; + background-color: #28c76f !important; +} +.btn-success:hover +{ + color: #fff !important; + border-color: #24b263 !important; + -webkit-box-shadow: 0 8px 25px -8px #28c76f; + box-shadow: 0 8px 25px -8px #28c76f; +} +.btn-success:focus, +.btn-success:active +{ + color: #fff !important; +} + +.btn-flat-success +{ + color: #28c76f; + background-color: transparent; +} +.btn-flat-success:hover +{ + color: #28c76f; + background-color: rgba(40, 199, 111, .1); +} +.btn-flat-success:active, +.btn-flat-success:focus +{ + color: #fff !important; + background-color: #28c76f; +} + +.btn-relief-success +{ + color: #fff; + background-color: #28c76f; + -webkit-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .2); + box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .2); +} +.btn-relief-success:hover +{ + color: #fff; +} +.btn-relief-success:active, +.btn-relief-success:focus +{ + -webkit-transform: translateY(3px); + -moz-transform: translateY(3px); + -ms-transform: translateY(3px); + -o-transform: translateY(3px); + transform: translateY(3px); + + outline: none; +} + +.btn-outline-success +{ + color: #28c76f; + border: 1px solid #28c76f; + background-color: transparent; +} +.btn-outline-success:hover +{ + color: #28c76f; + background-color: rgba(40, 199, 111, .08); +} +.btn-outline-success:active +{ + color: #fff !important; +} + +.btn-success ~ .dropdown-menu .dropdown-item.active, +.btn-outline-success ~ .dropdown-menu .dropdown-item.active, +.btn-flat-success ~ .dropdown-menu .dropdown-item.active +{ + color: #fff; + background-color: #28c76f; +} +.btn-success ~ .dropdown-menu .dropdown-item.active:hover, +.btn-outline-success ~ .dropdown-menu .dropdown-item.active:hover, +.btn-flat-success ~ .dropdown-menu .dropdown-item.active:hover +{ + color: #fff; +} + +.btn-success ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover, +.btn-outline-success ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover, +.btn-flat-success ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover +{ + color: #28c76f; +} + +.dropdown.dropdown-icon-wrapper .btn-success ~ .dropdown-menu .dropdown-item:hover i, +.dropdown.dropdown-icon-wrapper .btn-outline-success ~ .dropdown-menu .dropdown-item:hover i, +.dropdown.dropdown-icon-wrapper .btn-flat-success ~ .dropdown-menu .dropdown-item:hover i, +.dropup.dropdown-icon-wrapper .btn-success ~ .dropdown-menu .dropdown-item:hover i, +.dropup.dropdown-icon-wrapper .btn-outline-success ~ .dropdown-menu .dropdown-item:hover i, +.dropup.dropdown-icon-wrapper .btn-flat-success ~ .dropdown-menu .dropdown-item:hover i, +.dropright.dropdown-icon-wrapper .btn-success ~ .dropdown-menu .dropdown-item:hover i, +.dropright.dropdown-icon-wrapper .btn-outline-success ~ .dropdown-menu .dropdown-item:hover i, +.dropright.dropdown-icon-wrapper .btn-flat-success ~ .dropdown-menu .dropdown-item:hover i, +.dropleft.dropdown-icon-wrapper .btn-success ~ .dropdown-menu .dropdown-item:hover i, +.dropleft.dropdown-icon-wrapper .btn-outline-success ~ .dropdown-menu .dropdown-item:hover i, +.dropleft.dropdown-icon-wrapper .btn-flat-success ~ .dropdown-menu .dropdown-item:hover i +{ + color: #28c76f; +} + +.dropdown.dropdown-icon-wrapper .btn-success ~ .dropdown-menu .dropdown-item:active i, +.dropdown.dropdown-icon-wrapper .btn-outline-success ~ .dropdown-menu .dropdown-item:active i, +.dropdown.dropdown-icon-wrapper .btn-flat-success ~ .dropdown-menu .dropdown-item:active i, +.dropup.dropdown-icon-wrapper .btn-success ~ .dropdown-menu .dropdown-item:active i, +.dropup.dropdown-icon-wrapper .btn-outline-success ~ .dropdown-menu .dropdown-item:active i, +.dropup.dropdown-icon-wrapper .btn-flat-success ~ .dropdown-menu .dropdown-item:active i, +.dropright.dropdown-icon-wrapper .btn-success ~ .dropdown-menu .dropdown-item:active i, +.dropright.dropdown-icon-wrapper .btn-outline-success ~ .dropdown-menu .dropdown-item:active i, +.dropright.dropdown-icon-wrapper .btn-flat-success ~ .dropdown-menu .dropdown-item:active i, +.dropleft.dropdown-icon-wrapper .btn-success ~ .dropdown-menu .dropdown-item:active i, +.dropleft.dropdown-icon-wrapper .btn-outline-success ~ .dropdown-menu .dropdown-item:active i, +.dropleft.dropdown-icon-wrapper .btn-flat-success ~ .dropdown-menu .dropdown-item:active i +{ + color: #fff; +} + +.bullet.bullet-success +{ + background-color: #28c76f; +} + +.pagination-success .page-item.active .page-link +{ + color: #fff; + background: #28c76f; +} +.pagination-success .page-item.active .page-link:hover +{ + color: #fff; +} + +.pagination-success .page-item .page-link:hover +{ + color: #28c76f; +} + +.pagination-success .page-item.prev-item .page-link:hover, +.pagination-success .page-item.next-item .page-link:hover +{ + color: #fff; + background: #28c76f; +} + +.nav-pill-success .nav-item .nav-link.active +{ + color: #fff; + background-color: #28c76f; +} + +.progress-bar-success +{ + background-color: rgba(40, 199, 111, .1); +} +.progress-bar-success .progress-bar +{ + background-color: #28c76f; +} + +.chip-success +{ + background-color: #28c76f !important; +} +.chip-success .chip-body +{ + color: #fff !important; +} + +.divider.divider-success .divider-text:before, +.divider.divider-success .divider-text:after +{ + border-color: #28c76f !important; +} + +input[type='checkbox'].bg-success + .custom-control-label:before, +input[type='radio'].bg-success + .custom-control-label:before +{ + background-color: #28c76f !important; +} + +input:focus ~ .bg-success +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #28c76f !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #28c76f !important; +} + +.vs-checkbox-success input:checked ~ .vs-checkbox +{ + border-color: #28c76f !important; +} +.vs-checkbox-success input:checked ~ .vs-checkbox .vs-checkbox--check +{ + background-color: #28c76f !important; +} + +.vs-checkbox-success input:active:checked + .vs-checkbox .vs-checkbox--check +{ + background-color: #28c76f !important; +} + +.custom-switch-success .custom-control-input:checked ~ .custom-control-label::before +{ + -webkit-transition: all .2s ease-out; + -moz-transition: all .2s ease-out; + -o-transition: all .2s ease-out; + transition: all .2s ease-out; + + color: #fff; + background-color: #28c76f !important; +} + +.vs-radio-success input:checked ~ .vs-radio .vs-radio--circle +{ + background: #28c76f !important; + -webkit-box-shadow: 0 3px 12px 0 rgba(40, 199, 111, .4) !important; + box-shadow: 0 3px 12px 0 rgba(40, 199, 111, .4) !important; +} + +.success.darken-1 +{ + color: #24b263 !important; +} + +.bg-success.bg-darken-1 +{ + background-color: #24b263 !important; +} + +.btn-success.btn-darken-1 +{ + border-color: #1f9d57 !important; + background-color: #24b263 !important; +} +.btn-success.btn-darken-1:hover +{ + border-color: #1f9d57 !important; + background-color: #1b874b !important; +} +.btn-success.btn-darken-1:focus, +.btn-success.btn-darken-1:active +{ + border-color: #1b874b !important; + background-color: #177240 !important; +} + +.btn-outline-success.btn-outline-darken-1 +{ + color: #24b263 !important; + border-color: #24b263 !important; +} +.btn-outline-success.btn-outline-darken-1:hover +{ + background-color: #24b263 !important; +} + +input:focus ~ .bg-success +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #24b263 !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #24b263 !important; +} + +.border-success.border-darken-1 +{ + border: 1px solid #24b263 !important; +} + +.border-top-success.border-top-darken-1 +{ + border-top: 1px solid #24b263 !important; +} + +.border-bottom-success.border-bottom-darken-1 +{ + border-bottom: 1px solid #24b263 !important; +} + +.border-left-success.border-left-darken-1 +{ + border-left: 1px solid #24b263 !important; +} + +.border-right-success.border-right-darken-1 +{ + border-right: 1px solid #24b263 !important; +} + +.overlay-success.overlay-darken-1 +{ + background: #24b263; + /* The Fallback */ + background: rgba(36, 178, 99, .6); +} + +.success.darken-2 +{ + color: #1f9d57 !important; +} + +.bg-success.bg-darken-2 +{ + background-color: #1f9d57 !important; +} + +.btn-success.btn-darken-2 +{ + border-color: #1f9d57 !important; + background-color: #1f9d57 !important; +} +.btn-success.btn-darken-2:hover +{ + border-color: #1f9d57 !important; + background-color: #1b874b !important; +} +.btn-success.btn-darken-2:focus, +.btn-success.btn-darken-2:active +{ + border-color: #1b874b !important; + background-color: #177240 !important; +} + +.btn-outline-success.btn-outline-darken-2 +{ + color: #1f9d57 !important; + border-color: #1f9d57 !important; +} +.btn-outline-success.btn-outline-darken-2:hover +{ + background-color: #1f9d57 !important; +} + +input:focus ~ .bg-success +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #1f9d57 !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #1f9d57 !important; +} + +.border-success.border-darken-2 +{ + border: 1px solid #1f9d57 !important; +} + +.border-top-success.border-top-darken-2 +{ + border-top: 1px solid #1f9d57 !important; +} + +.border-bottom-success.border-bottom-darken-2 +{ + border-bottom: 1px solid #1f9d57 !important; +} + +.border-left-success.border-left-darken-2 +{ + border-left: 1px solid #1f9d57 !important; +} + +.border-right-success.border-right-darken-2 +{ + border-right: 1px solid #1f9d57 !important; +} + +.overlay-success.overlay-darken-2 +{ + background: #1f9d57; + /* The Fallback */ + background: rgba(31, 157, 87, .6); +} + +.success.darken-3 +{ + color: #1b874b !important; +} + +.bg-success.bg-darken-3 +{ + background-color: #1b874b !important; +} + +.btn-success.btn-darken-3 +{ + border-color: #1f9d57 !important; + background-color: #1b874b !important; +} +.btn-success.btn-darken-3:hover +{ + border-color: #1f9d57 !important; + background-color: #1b874b !important; +} +.btn-success.btn-darken-3:focus, +.btn-success.btn-darken-3:active +{ + border-color: #1b874b !important; + background-color: #177240 !important; +} + +.btn-outline-success.btn-outline-darken-3 +{ + color: #1b874b !important; + border-color: #1b874b !important; +} +.btn-outline-success.btn-outline-darken-3:hover +{ + background-color: #1b874b !important; +} + +input:focus ~ .bg-success +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #1b874b !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #1b874b !important; +} + +.border-success.border-darken-3 +{ + border: 1px solid #1b874b !important; +} + +.border-top-success.border-top-darken-3 +{ + border-top: 1px solid #1b874b !important; +} + +.border-bottom-success.border-bottom-darken-3 +{ + border-bottom: 1px solid #1b874b !important; +} + +.border-left-success.border-left-darken-3 +{ + border-left: 1px solid #1b874b !important; +} + +.border-right-success.border-right-darken-3 +{ + border-right: 1px solid #1b874b !important; +} + +.overlay-success.overlay-darken-3 +{ + background: #1b874b; + /* The Fallback */ + background: rgba(27, 135, 75, .6); +} + +.success.darken-4 +{ + color: #177240 !important; +} + +.bg-success.bg-darken-4 +{ + background-color: #177240 !important; +} + +.btn-success.btn-darken-4 +{ + border-color: #1f9d57 !important; + background-color: #177240 !important; +} +.btn-success.btn-darken-4:hover +{ + border-color: #1f9d57 !important; + background-color: #1b874b !important; +} +.btn-success.btn-darken-4:focus, +.btn-success.btn-darken-4:active +{ + border-color: #1b874b !important; + background-color: #177240 !important; +} + +.btn-outline-success.btn-outline-darken-4 +{ + color: #177240 !important; + border-color: #177240 !important; +} +.btn-outline-success.btn-outline-darken-4:hover +{ + background-color: #177240 !important; +} + +input:focus ~ .bg-success +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #177240 !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #177240 !important; +} + +.border-success.border-darken-4 +{ + border: 1px solid #177240 !important; +} + +.border-top-success.border-top-darken-4 +{ + border-top: 1px solid #177240 !important; +} + +.border-bottom-success.border-bottom-darken-4 +{ + border-bottom: 1px solid #177240 !important; +} + +.border-left-success.border-left-darken-4 +{ + border-left: 1px solid #177240 !important; +} + +.border-right-success.border-right-darken-4 +{ + border-right: 1px solid #177240 !important; +} + +.overlay-success.overlay-darken-4 +{ + background: #177240; + /* The Fallback */ + background: rgba(23, 114, 64, .6); +} + +.success.accent-1 +{ + color: #e1fff1 !important; +} + +.bg-success.bg-accent-1 +{ + background-color: #e1fff1 !important; +} + +.btn-success.btn-accent-1 +{ + border-color: #1f9d57 !important; + background-color: #e1fff1 !important; +} +.btn-success.btn-accent-1:hover +{ + border-color: #1f9d57 !important; + background-color: #1b874b !important; +} +.btn-success.btn-accent-1:focus, +.btn-success.btn-accent-1:active +{ + border-color: #1b874b !important; + background-color: #177240 !important; +} + +.btn-outline-success.btn-outline-accent-1 +{ + color: #e1fff1 !important; + border-color: #e1fff1 !important; +} +.btn-outline-success.btn-outline-accent-1:hover +{ + background-color: #e1fff1 !important; +} + +input:focus ~ .bg-success +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #e1fff1 !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #e1fff1 !important; +} + +.border-success.border-accent-1 +{ + border: 1px solid #e1fff1 !important; +} + +.border-top-success.border-top-accent-1 +{ + border-top: 1px solid #e1fff1 !important; +} + +.border-bottom-success.border-bottom-accent-1 +{ + border-bottom: 1px solid #e1fff1 !important; +} + +.border-left-success.border-left-accent-1 +{ + border-left: 1px solid #e1fff1 !important; +} + +.border-right-success.border-right-accent-1 +{ + border-right: 1px solid #e1fff1 !important; +} + +.overlay-success.overlay-accent-1 +{ + background: #e1fff1; + /* The Fallback */ + background: rgba(225, 255, 241, .6); +} + +.success.accent-2 +{ + color: #aeffd9 !important; +} + +.bg-success.bg-accent-2 +{ + background-color: #aeffd9 !important; +} + +.btn-success.btn-accent-2 +{ + border-color: #1f9d57 !important; + background-color: #aeffd9 !important; +} +.btn-success.btn-accent-2:hover +{ + border-color: #1f9d57 !important; + background-color: #1b874b !important; +} +.btn-success.btn-accent-2:focus, +.btn-success.btn-accent-2:active +{ + border-color: #1b874b !important; + background-color: #177240 !important; +} + +.btn-outline-success.btn-outline-accent-2 +{ + color: #aeffd9 !important; + border-color: #aeffd9 !important; +} +.btn-outline-success.btn-outline-accent-2:hover +{ + background-color: #aeffd9 !important; +} + +input:focus ~ .bg-success +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #aeffd9 !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #aeffd9 !important; +} + +.border-success.border-accent-2 +{ + border: 1px solid #aeffd9 !important; +} + +.border-top-success.border-top-accent-2 +{ + border-top: 1px solid #aeffd9 !important; +} + +.border-bottom-success.border-bottom-accent-2 +{ + border-bottom: 1px solid #aeffd9 !important; +} + +.border-left-success.border-left-accent-2 +{ + border-left: 1px solid #aeffd9 !important; +} + +.border-right-success.border-right-accent-2 +{ + border-right: 1px solid #aeffd9 !important; +} + +.overlay-success.overlay-accent-2 +{ + background: #aeffd9; + /* The Fallback */ + background: rgba(174, 255, 217, .6); +} + +.success.accent-3 +{ + color: #7bffc1 !important; +} + +.bg-success.bg-accent-3 +{ + background-color: #7bffc1 !important; +} + +.btn-success.btn-accent-3 +{ + border-color: #1f9d57 !important; + background-color: #7bffc1 !important; +} +.btn-success.btn-accent-3:hover +{ + border-color: #1f9d57 !important; + background-color: #1b874b !important; +} +.btn-success.btn-accent-3:focus, +.btn-success.btn-accent-3:active +{ + border-color: #1b874b !important; + background-color: #177240 !important; +} + +.btn-outline-success.btn-outline-accent-3 +{ + color: #7bffc1 !important; + border-color: #7bffc1 !important; +} +.btn-outline-success.btn-outline-accent-3:hover +{ + background-color: #7bffc1 !important; +} + +input:focus ~ .bg-success +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #7bffc1 !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #7bffc1 !important; +} + +.border-success.border-accent-3 +{ + border: 1px solid #7bffc1 !important; +} + +.border-top-success.border-top-accent-3 +{ + border-top: 1px solid #7bffc1 !important; +} + +.border-bottom-success.border-bottom-accent-3 +{ + border-bottom: 1px solid #7bffc1 !important; +} + +.border-left-success.border-left-accent-3 +{ + border-left: 1px solid #7bffc1 !important; +} + +.border-right-success.border-right-accent-3 +{ + border-right: 1px solid #7bffc1 !important; +} + +.overlay-success.overlay-accent-3 +{ + background: #7bffc1; + /* The Fallback */ + background: rgba(123, 255, 193, .6); +} + +.success.accent-4 +{ + color: #62ffb5 !important; +} + +.bg-success.bg-accent-4 +{ + background-color: #62ffb5 !important; +} + +.btn-success.btn-accent-4 +{ + border-color: #1f9d57 !important; + background-color: #62ffb5 !important; +} +.btn-success.btn-accent-4:hover +{ + border-color: #1f9d57 !important; + background-color: #1b874b !important; +} +.btn-success.btn-accent-4:focus, +.btn-success.btn-accent-4:active +{ + border-color: #1b874b !important; + background-color: #177240 !important; +} + +.btn-outline-success.btn-outline-accent-4 +{ + color: #62ffb5 !important; + border-color: #62ffb5 !important; +} +.btn-outline-success.btn-outline-accent-4:hover +{ + background-color: #62ffb5 !important; +} + +input:focus ~ .bg-success +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #62ffb5 !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #62ffb5 !important; +} + +.border-success.border-accent-4 +{ + border: 1px solid #62ffb5 !important; +} + +.border-top-success.border-top-accent-4 +{ + border-top: 1px solid #62ffb5 !important; +} + +.border-bottom-success.border-bottom-accent-4 +{ + border-bottom: 1px solid #62ffb5 !important; +} + +.border-left-success.border-left-accent-4 +{ + border-left: 1px solid #62ffb5 !important; +} + +.border-right-success.border-right-accent-4 +{ + border-right: 1px solid #62ffb5 !important; +} + +.overlay-success.overlay-accent-4 +{ + background: #62ffb5; + /* The Fallback */ + background: rgba(98, 255, 181, .6); +} + +.success.gradient-bg +{ + color: #0064fa !important; +} + +.bg-success.bg-gradient-bg +{ + background-color: #0064fa !important; +} + +.btn-success.btn-gradient-bg +{ + border-color: #1f9d57 !important; + background-color: #0064fa !important; +} +.btn-success.btn-gradient-bg:hover +{ + border-color: #1f9d57 !important; + background-color: #1b874b !important; +} +.btn-success.btn-gradient-bg:focus, +.btn-success.btn-gradient-bg:active +{ + border-color: #1b874b !important; + background-color: #177240 !important; +} + +.btn-outline-success.btn-outline-gradient-bg +{ + color: #0064fa !important; + border-color: #0064fa !important; +} +.btn-outline-success.btn-outline-gradient-bg:hover +{ + background-color: #0064fa !important; +} + +input:focus ~ .bg-success +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #0064fa !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #0064fa !important; +} + +.border-success.border-gradient-bg +{ + border: 1px solid #0064fa !important; +} + +.border-top-success.border-top-gradient-bg +{ + border-top: 1px solid #0064fa !important; +} + +.border-bottom-success.border-bottom-gradient-bg +{ + border-bottom: 1px solid #0064fa !important; +} + +.border-left-success.border-left-gradient-bg +{ + border-left: 1px solid #0064fa !important; +} + +.border-right-success.border-right-gradient-bg +{ + border-right: 1px solid #0064fa !important; +} + +.overlay-success.overlay-gradient-bg +{ + background: #0064fa; + /* The Fallback */ + background: rgba(0, 100, 250, .6); +} + +.info.gradient-light +{ + color: #2d91ff !important; +} + +.bg-info.bg-gradient-light +{ + background-color: #2d91ff !important; +} + +.btn-info.btn-gradient-light +{ + border-color: #00a1b5 !important; + background-color: #2d91ff !important; +} +.btn-info.btn-gradient-light:hover +{ + border-color: #00a1b5 !important; + background-color: #008b9c !important; +} +.btn-info.btn-gradient-light:focus, +.btn-info.btn-gradient-light:active +{ + border-color: #008b9c !important; + background-color: #007482 !important; +} + +.btn-outline-info.btn-outline-gradient-light +{ + color: #2d91ff !important; + border-color: #2d91ff !important; +} +.btn-outline-info.btn-outline-gradient-light:hover +{ + background-color: #2d91ff !important; +} + +input:focus ~ .bg-info +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #2d91ff !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #2d91ff !important; +} + +.border-info.border-gradient-light +{ + border: 1px solid #2d91ff !important; +} + +.border-top-info.border-top-gradient-light +{ + border-top: 1px solid #2d91ff !important; +} + +.border-bottom-info.border-bottom-gradient-light +{ + border-bottom: 1px solid #2d91ff !important; +} + +.border-left-info.border-left-gradient-light +{ + border-left: 1px solid #2d91ff !important; +} + +.border-right-info.border-right-gradient-light +{ + border-right: 1px solid #2d91ff !important; +} + +.overlay-info.overlay-gradient-light +{ + background: #2d91ff; + /* The Fallback */ + background: rgba(45, 145, 255, .6); +} + +.info.lighten-5 +{ + color: #69efff !important; +} + +.bg-info.bg-lighten-5 +{ + background-color: #69efff !important; +} + +.btn-info.btn-lighten-5 +{ + border-color: #00a1b5 !important; + background-color: #69efff !important; +} +.btn-info.btn-lighten-5:hover +{ + border-color: #00a1b5 !important; + background-color: #008b9c !important; +} +.btn-info.btn-lighten-5:focus, +.btn-info.btn-lighten-5:active +{ + border-color: #008b9c !important; + background-color: #007482 !important; +} + +.btn-outline-info.btn-outline-lighten-5 +{ + color: #69efff !important; + border-color: #69efff !important; +} +.btn-outline-info.btn-outline-lighten-5:hover +{ + background-color: #69efff !important; +} + +input:focus ~ .bg-info +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #69efff !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #69efff !important; +} + +.border-info.border-lighten-5 +{ + border: 1px solid #69efff !important; +} + +.border-top-info.border-top-lighten-5 +{ + border-top: 1px solid #69efff !important; +} + +.border-bottom-info.border-bottom-lighten-5 +{ + border-bottom: 1px solid #69efff !important; +} + +.border-left-info.border-left-lighten-5 +{ + border-left: 1px solid #69efff !important; +} + +.border-right-info.border-right-lighten-5 +{ + border-right: 1px solid #69efff !important; +} + +.overlay-info.overlay-lighten-5 +{ + background: #69efff; + /* The Fallback */ + background: rgba(105, 239, 255, .6); +} + +.info.lighten-4 +{ + color: #4fecff !important; +} + +.bg-info.bg-lighten-4 +{ + background-color: #4fecff !important; +} + +.btn-info.btn-lighten-4 +{ + border-color: #00a1b5 !important; + background-color: #4fecff !important; +} +.btn-info.btn-lighten-4:hover +{ + border-color: #00a1b5 !important; + background-color: #008b9c !important; +} +.btn-info.btn-lighten-4:focus, +.btn-info.btn-lighten-4:active +{ + border-color: #008b9c !important; + background-color: #007482 !important; +} + +.btn-outline-info.btn-outline-lighten-4 +{ + color: #4fecff !important; + border-color: #4fecff !important; +} +.btn-outline-info.btn-outline-lighten-4:hover +{ + background-color: #4fecff !important; +} + +input:focus ~ .bg-info +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #4fecff !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #4fecff !important; +} + +.border-info.border-lighten-4 +{ + border: 1px solid #4fecff !important; +} + +.border-top-info.border-top-lighten-4 +{ + border-top: 1px solid #4fecff !important; +} + +.border-bottom-info.border-bottom-lighten-4 +{ + border-bottom: 1px solid #4fecff !important; +} + +.border-left-info.border-left-lighten-4 +{ + border-left: 1px solid #4fecff !important; +} + +.border-right-info.border-right-lighten-4 +{ + border-right: 1px solid #4fecff !important; +} + +.overlay-info.overlay-lighten-4 +{ + background: #4fecff; + /* The Fallback */ + background: rgba(79, 236, 255, .6); +} + +.info.lighten-3 +{ + color: #36e9ff !important; +} + +.bg-info.bg-lighten-3 +{ + background-color: #36e9ff !important; +} + +.btn-info.btn-lighten-3 +{ + border-color: #00a1b5 !important; + background-color: #36e9ff !important; +} +.btn-info.btn-lighten-3:hover +{ + border-color: #00a1b5 !important; + background-color: #008b9c !important; +} +.btn-info.btn-lighten-3:focus, +.btn-info.btn-lighten-3:active +{ + border-color: #008b9c !important; + background-color: #007482 !important; +} + +.btn-outline-info.btn-outline-lighten-3 +{ + color: #36e9ff !important; + border-color: #36e9ff !important; +} +.btn-outline-info.btn-outline-lighten-3:hover +{ + background-color: #36e9ff !important; +} + +input:focus ~ .bg-info +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #36e9ff !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #36e9ff !important; +} + +.border-info.border-lighten-3 +{ + border: 1px solid #36e9ff !important; +} + +.border-top-info.border-top-lighten-3 +{ + border-top: 1px solid #36e9ff !important; +} + +.border-bottom-info.border-bottom-lighten-3 +{ + border-bottom: 1px solid #36e9ff !important; +} + +.border-left-info.border-left-lighten-3 +{ + border-left: 1px solid #36e9ff !important; +} + +.border-right-info.border-right-lighten-3 +{ + border-right: 1px solid #36e9ff !important; +} + +.overlay-info.overlay-lighten-3 +{ + background: #36e9ff; + /* The Fallback */ + background: rgba(54, 233, 255, .6); +} + +.info.lighten-2 +{ + color: #1ce7ff !important; +} + +.bg-info.bg-lighten-2 +{ + background-color: #1ce7ff !important; +} + +.btn-info.btn-lighten-2 +{ + border-color: #00a1b5 !important; + background-color: #1ce7ff !important; +} +.btn-info.btn-lighten-2:hover +{ + border-color: #00a1b5 !important; + background-color: #008b9c !important; +} +.btn-info.btn-lighten-2:focus, +.btn-info.btn-lighten-2:active +{ + border-color: #008b9c !important; + background-color: #007482 !important; +} + +.btn-outline-info.btn-outline-lighten-2 +{ + color: #1ce7ff !important; + border-color: #1ce7ff !important; +} +.btn-outline-info.btn-outline-lighten-2:hover +{ + background-color: #1ce7ff !important; +} + +input:focus ~ .bg-info +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #1ce7ff !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #1ce7ff !important; +} + +.border-info.border-lighten-2 +{ + border: 1px solid #1ce7ff !important; +} + +.border-top-info.border-top-lighten-2 +{ + border-top: 1px solid #1ce7ff !important; +} + +.border-bottom-info.border-bottom-lighten-2 +{ + border-bottom: 1px solid #1ce7ff !important; +} + +.border-left-info.border-left-lighten-2 +{ + border-left: 1px solid #1ce7ff !important; +} + +.border-right-info.border-right-lighten-2 +{ + border-right: 1px solid #1ce7ff !important; +} + +.overlay-info.overlay-lighten-2 +{ + background: #1ce7ff; + /* The Fallback */ + background: rgba(28, 231, 255, .6); +} + +.info.lighten-1 +{ + color: #03e4ff !important; +} + +.bg-info.bg-lighten-1 +{ + background-color: #03e4ff !important; +} + +.btn-info.btn-lighten-1 +{ + border-color: #00a1b5 !important; + background-color: #03e4ff !important; +} +.btn-info.btn-lighten-1:hover +{ + border-color: #00a1b5 !important; + background-color: #008b9c !important; +} +.btn-info.btn-lighten-1:focus, +.btn-info.btn-lighten-1:active +{ + border-color: #008b9c !important; + background-color: #007482 !important; +} + +.btn-outline-info.btn-outline-lighten-1 +{ + color: #03e4ff !important; + border-color: #03e4ff !important; +} +.btn-outline-info.btn-outline-lighten-1:hover +{ + background-color: #03e4ff !important; +} + +input:focus ~ .bg-info +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #03e4ff !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #03e4ff !important; +} + +.border-info.border-lighten-1 +{ + border: 1px solid #03e4ff !important; +} + +.border-top-info.border-top-lighten-1 +{ + border-top: 1px solid #03e4ff !important; +} + +.border-bottom-info.border-bottom-lighten-1 +{ + border-bottom: 1px solid #03e4ff !important; +} + +.border-left-info.border-left-lighten-1 +{ + border-left: 1px solid #03e4ff !important; +} + +.border-right-info.border-right-lighten-1 +{ + border-right: 1px solid #03e4ff !important; +} + +.overlay-info.overlay-lighten-1 +{ + background: #03e4ff; + /* The Fallback */ + background: rgba(3, 228, 255, .6); +} + +.info +{ + color: #00cfe8 !important; +} + +.bg-info +{ + background-color: #00cfe8 !important; +} +.bg-info .card-header, +.bg-info .card-footer +{ + background-color: transparent; +} + +.alert-info +{ + color: #00cfe8 !important; + background: rgba(0, 207, 232, .2) !important; +} +.alert-info .alert-heading +{ + -webkit-box-shadow: rgba(0, 207, 232, .4) 0 6px 15px -7px; + box-shadow: rgba(0, 207, 232, .4) 0 6px 15px -7px; +} +.alert-info .alert-link +{ + color: #00b8cf !important; +} + +.bg-rgba-info +{ + background: rgba(0, 207, 232, .15) !important; +} + +.border-info +{ + border: 1px solid #00cfe8 !important; +} + +.border-top-info +{ + border-top: 1px solid #00cfe8; +} + +.border-bottom-info +{ + border-bottom: 1px solid #00cfe8; +} + +.border-left-info +{ + border-left: 1px solid #00cfe8; +} + +.border-right-info +{ + border-right: 1px solid #00cfe8; +} + +.bg-info.badge-glow, +.border-info.badge-glow, +.badge-info.badge-glow +{ + -webkit-box-shadow: 0 0 10px #00cfe8; + box-shadow: 0 0 10px #00cfe8; +} + +.badge.badge-info +{ + background-color: #00cfe8; +} + +.overlay-info +{ + background: #00cfe8; + /* The Fallback */ + background: rgba(0, 207, 232, .6); +} + +.btn-info +{ + color: #fff; + border-color: #00a1b5 !important; + background-color: #00cfe8 !important; +} +.btn-info:hover +{ + color: #fff !important; + border-color: #00b8cf !important; + -webkit-box-shadow: 0 8px 25px -8px #00cfe8; + box-shadow: 0 8px 25px -8px #00cfe8; +} +.btn-info:focus, +.btn-info:active +{ + color: #fff !important; +} + +.btn-flat-info +{ + color: #00cfe8; + background-color: transparent; +} +.btn-flat-info:hover +{ + color: #00cfe8; + background-color: rgba(0, 207, 232, .1); +} +.btn-flat-info:active, +.btn-flat-info:focus +{ + color: #fff !important; + background-color: #00cfe8; +} + +.btn-relief-info +{ + color: #fff; + background-color: #00cfe8; + -webkit-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .2); + box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .2); +} +.btn-relief-info:hover +{ + color: #fff; +} +.btn-relief-info:active, +.btn-relief-info:focus +{ + -webkit-transform: translateY(3px); + -moz-transform: translateY(3px); + -ms-transform: translateY(3px); + -o-transform: translateY(3px); + transform: translateY(3px); + + outline: none; +} + +.btn-outline-info +{ + color: #00cfe8; + border: 1px solid #00cfe8; + background-color: transparent; +} +.btn-outline-info:hover +{ + color: #00cfe8; + background-color: rgba(0, 207, 232, .08); +} +.btn-outline-info:active +{ + color: #fff !important; +} + +.btn-info ~ .dropdown-menu .dropdown-item.active, +.btn-outline-info ~ .dropdown-menu .dropdown-item.active, +.btn-flat-info ~ .dropdown-menu .dropdown-item.active +{ + color: #fff; + background-color: #00cfe8; +} +.btn-info ~ .dropdown-menu .dropdown-item.active:hover, +.btn-outline-info ~ .dropdown-menu .dropdown-item.active:hover, +.btn-flat-info ~ .dropdown-menu .dropdown-item.active:hover +{ + color: #fff; +} + +.btn-info ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover, +.btn-outline-info ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover, +.btn-flat-info ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover +{ + color: #00cfe8; +} + +.dropdown.dropdown-icon-wrapper .btn-info ~ .dropdown-menu .dropdown-item:hover i, +.dropdown.dropdown-icon-wrapper .btn-outline-info ~ .dropdown-menu .dropdown-item:hover i, +.dropdown.dropdown-icon-wrapper .btn-flat-info ~ .dropdown-menu .dropdown-item:hover i, +.dropup.dropdown-icon-wrapper .btn-info ~ .dropdown-menu .dropdown-item:hover i, +.dropup.dropdown-icon-wrapper .btn-outline-info ~ .dropdown-menu .dropdown-item:hover i, +.dropup.dropdown-icon-wrapper .btn-flat-info ~ .dropdown-menu .dropdown-item:hover i, +.dropright.dropdown-icon-wrapper .btn-info ~ .dropdown-menu .dropdown-item:hover i, +.dropright.dropdown-icon-wrapper .btn-outline-info ~ .dropdown-menu .dropdown-item:hover i, +.dropright.dropdown-icon-wrapper .btn-flat-info ~ .dropdown-menu .dropdown-item:hover i, +.dropleft.dropdown-icon-wrapper .btn-info ~ .dropdown-menu .dropdown-item:hover i, +.dropleft.dropdown-icon-wrapper .btn-outline-info ~ .dropdown-menu .dropdown-item:hover i, +.dropleft.dropdown-icon-wrapper .btn-flat-info ~ .dropdown-menu .dropdown-item:hover i +{ + color: #00cfe8; +} + +.dropdown.dropdown-icon-wrapper .btn-info ~ .dropdown-menu .dropdown-item:active i, +.dropdown.dropdown-icon-wrapper .btn-outline-info ~ .dropdown-menu .dropdown-item:active i, +.dropdown.dropdown-icon-wrapper .btn-flat-info ~ .dropdown-menu .dropdown-item:active i, +.dropup.dropdown-icon-wrapper .btn-info ~ .dropdown-menu .dropdown-item:active i, +.dropup.dropdown-icon-wrapper .btn-outline-info ~ .dropdown-menu .dropdown-item:active i, +.dropup.dropdown-icon-wrapper .btn-flat-info ~ .dropdown-menu .dropdown-item:active i, +.dropright.dropdown-icon-wrapper .btn-info ~ .dropdown-menu .dropdown-item:active i, +.dropright.dropdown-icon-wrapper .btn-outline-info ~ .dropdown-menu .dropdown-item:active i, +.dropright.dropdown-icon-wrapper .btn-flat-info ~ .dropdown-menu .dropdown-item:active i, +.dropleft.dropdown-icon-wrapper .btn-info ~ .dropdown-menu .dropdown-item:active i, +.dropleft.dropdown-icon-wrapper .btn-outline-info ~ .dropdown-menu .dropdown-item:active i, +.dropleft.dropdown-icon-wrapper .btn-flat-info ~ .dropdown-menu .dropdown-item:active i +{ + color: #fff; +} + +.bullet.bullet-info +{ + background-color: #00cfe8; +} + +.pagination-info .page-item.active .page-link +{ + color: #fff; + background: #00cfe8; +} +.pagination-info .page-item.active .page-link:hover +{ + color: #fff; +} + +.pagination-info .page-item .page-link:hover +{ + color: #00cfe8; +} + +.pagination-info .page-item.prev-item .page-link:hover, +.pagination-info .page-item.next-item .page-link:hover +{ + color: #fff; + background: #00cfe8; +} + +.nav-pill-info .nav-item .nav-link.active +{ + color: #fff; + background-color: #00cfe8; +} + +.progress-bar-info +{ + background-color: rgba(0, 207, 232, .1); +} +.progress-bar-info .progress-bar +{ + background-color: #00cfe8; +} + +.chip-info +{ + background-color: #00cfe8 !important; +} +.chip-info .chip-body +{ + color: #fff !important; +} + +.divider.divider-info .divider-text:before, +.divider.divider-info .divider-text:after +{ + border-color: #00cfe8 !important; +} + +input[type='checkbox'].bg-info + .custom-control-label:before, +input[type='radio'].bg-info + .custom-control-label:before +{ + background-color: #00cfe8 !important; +} + +input:focus ~ .bg-info +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #00cfe8 !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #00cfe8 !important; +} + +.vs-checkbox-info input:checked ~ .vs-checkbox +{ + border-color: #00cfe8 !important; +} +.vs-checkbox-info input:checked ~ .vs-checkbox .vs-checkbox--check +{ + background-color: #00cfe8 !important; +} + +.vs-checkbox-info input:active:checked + .vs-checkbox .vs-checkbox--check +{ + background-color: #00cfe8 !important; +} + +.custom-switch-info .custom-control-input:checked ~ .custom-control-label::before +{ + -webkit-transition: all .2s ease-out; + -moz-transition: all .2s ease-out; + -o-transition: all .2s ease-out; + transition: all .2s ease-out; + + color: #fff; + background-color: #00cfe8 !important; +} + +.vs-radio-info input:checked ~ .vs-radio .vs-radio--circle +{ + background: #00cfe8 !important; + -webkit-box-shadow: 0 3px 12px 0 rgba(0, 207, 232, .4) !important; + box-shadow: 0 3px 12px 0 rgba(0, 207, 232, .4) !important; +} + +.info.darken-1 +{ + color: #00b8cf !important; +} + +.bg-info.bg-darken-1 +{ + background-color: #00b8cf !important; +} + +.btn-info.btn-darken-1 +{ + border-color: #00a1b5 !important; + background-color: #00b8cf !important; +} +.btn-info.btn-darken-1:hover +{ + border-color: #00a1b5 !important; + background-color: #008b9c !important; +} +.btn-info.btn-darken-1:focus, +.btn-info.btn-darken-1:active +{ + border-color: #008b9c !important; + background-color: #007482 !important; +} + +.btn-outline-info.btn-outline-darken-1 +{ + color: #00b8cf !important; + border-color: #00b8cf !important; +} +.btn-outline-info.btn-outline-darken-1:hover +{ + background-color: #00b8cf !important; +} + +input:focus ~ .bg-info +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #00b8cf !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #00b8cf !important; +} + +.border-info.border-darken-1 +{ + border: 1px solid #00b8cf !important; +} + +.border-top-info.border-top-darken-1 +{ + border-top: 1px solid #00b8cf !important; +} + +.border-bottom-info.border-bottom-darken-1 +{ + border-bottom: 1px solid #00b8cf !important; +} + +.border-left-info.border-left-darken-1 +{ + border-left: 1px solid #00b8cf !important; +} + +.border-right-info.border-right-darken-1 +{ + border-right: 1px solid #00b8cf !important; +} + +.overlay-info.overlay-darken-1 +{ + background: #00b8cf; + /* The Fallback */ + background: rgba(0, 184, 207, .6); +} + +.info.darken-2 +{ + color: #00a1b5 !important; +} + +.bg-info.bg-darken-2 +{ + background-color: #00a1b5 !important; +} + +.btn-info.btn-darken-2 +{ + border-color: #00a1b5 !important; + background-color: #00a1b5 !important; +} +.btn-info.btn-darken-2:hover +{ + border-color: #00a1b5 !important; + background-color: #008b9c !important; +} +.btn-info.btn-darken-2:focus, +.btn-info.btn-darken-2:active +{ + border-color: #008b9c !important; + background-color: #007482 !important; +} + +.btn-outline-info.btn-outline-darken-2 +{ + color: #00a1b5 !important; + border-color: #00a1b5 !important; +} +.btn-outline-info.btn-outline-darken-2:hover +{ + background-color: #00a1b5 !important; +} + +input:focus ~ .bg-info +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #00a1b5 !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #00a1b5 !important; +} + +.border-info.border-darken-2 +{ + border: 1px solid #00a1b5 !important; +} + +.border-top-info.border-top-darken-2 +{ + border-top: 1px solid #00a1b5 !important; +} + +.border-bottom-info.border-bottom-darken-2 +{ + border-bottom: 1px solid #00a1b5 !important; +} + +.border-left-info.border-left-darken-2 +{ + border-left: 1px solid #00a1b5 !important; +} + +.border-right-info.border-right-darken-2 +{ + border-right: 1px solid #00a1b5 !important; +} + +.overlay-info.overlay-darken-2 +{ + background: #00a1b5; + /* The Fallback */ + background: rgba(0, 161, 181, .6); +} + +.info.darken-3 +{ + color: #008b9c !important; +} + +.bg-info.bg-darken-3 +{ + background-color: #008b9c !important; +} + +.btn-info.btn-darken-3 +{ + border-color: #00a1b5 !important; + background-color: #008b9c !important; +} +.btn-info.btn-darken-3:hover +{ + border-color: #00a1b5 !important; + background-color: #008b9c !important; +} +.btn-info.btn-darken-3:focus, +.btn-info.btn-darken-3:active +{ + border-color: #008b9c !important; + background-color: #007482 !important; +} + +.btn-outline-info.btn-outline-darken-3 +{ + color: #008b9c !important; + border-color: #008b9c !important; +} +.btn-outline-info.btn-outline-darken-3:hover +{ + background-color: #008b9c !important; +} + +input:focus ~ .bg-info +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #008b9c !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #008b9c !important; +} + +.border-info.border-darken-3 +{ + border: 1px solid #008b9c !important; +} + +.border-top-info.border-top-darken-3 +{ + border-top: 1px solid #008b9c !important; +} + +.border-bottom-info.border-bottom-darken-3 +{ + border-bottom: 1px solid #008b9c !important; +} + +.border-left-info.border-left-darken-3 +{ + border-left: 1px solid #008b9c !important; +} + +.border-right-info.border-right-darken-3 +{ + border-right: 1px solid #008b9c !important; +} + +.overlay-info.overlay-darken-3 +{ + background: #008b9c; + /* The Fallback */ + background: rgba(0, 139, 156, .6); +} + +.info.darken-4 +{ + color: #007482 !important; +} + +.bg-info.bg-darken-4 +{ + background-color: #007482 !important; +} + +.btn-info.btn-darken-4 +{ + border-color: #00a1b5 !important; + background-color: #007482 !important; +} +.btn-info.btn-darken-4:hover +{ + border-color: #00a1b5 !important; + background-color: #008b9c !important; +} +.btn-info.btn-darken-4:focus, +.btn-info.btn-darken-4:active +{ + border-color: #008b9c !important; + background-color: #007482 !important; +} + +.btn-outline-info.btn-outline-darken-4 +{ + color: #007482 !important; + border-color: #007482 !important; +} +.btn-outline-info.btn-outline-darken-4:hover +{ + background-color: #007482 !important; +} + +input:focus ~ .bg-info +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #007482 !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #007482 !important; +} + +.border-info.border-darken-4 +{ + border: 1px solid #007482 !important; +} + +.border-top-info.border-top-darken-4 +{ + border-top: 1px solid #007482 !important; +} + +.border-bottom-info.border-bottom-darken-4 +{ + border-bottom: 1px solid #007482 !important; +} + +.border-left-info.border-left-darken-4 +{ + border-left: 1px solid #007482 !important; +} + +.border-right-info.border-right-darken-4 +{ + border-right: 1px solid #007482 !important; +} + +.overlay-info.overlay-darken-4 +{ + background: #007482; + /* The Fallback */ + background: rgba(0, 116, 130, .6); +} + +.info.accent-1 +{ + color: #feffff !important; +} + +.bg-info.bg-accent-1 +{ + background-color: #feffff !important; +} + +.btn-info.btn-accent-1 +{ + border-color: #00a1b5 !important; + background-color: #feffff !important; +} +.btn-info.btn-accent-1:hover +{ + border-color: #00a1b5 !important; + background-color: #008b9c !important; +} +.btn-info.btn-accent-1:focus, +.btn-info.btn-accent-1:active +{ + border-color: #008b9c !important; + background-color: #007482 !important; +} + +.btn-outline-info.btn-outline-accent-1 +{ + color: #feffff !important; + border-color: #feffff !important; +} +.btn-outline-info.btn-outline-accent-1:hover +{ + background-color: #feffff !important; +} + +input:focus ~ .bg-info +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #feffff !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #feffff !important; +} + +.border-info.border-accent-1 +{ + border: 1px solid #feffff !important; +} + +.border-top-info.border-top-accent-1 +{ + border-top: 1px solid #feffff !important; +} + +.border-bottom-info.border-bottom-accent-1 +{ + border-bottom: 1px solid #feffff !important; +} + +.border-left-info.border-left-accent-1 +{ + border-left: 1px solid #feffff !important; +} + +.border-right-info.border-right-accent-1 +{ + border-right: 1px solid #feffff !important; +} + +.overlay-info.overlay-accent-1 +{ + background: #feffff; + /* The Fallback */ + background: rgba(254, 255, 255, .6); +} + +.info.accent-2 +{ + color: #cbf5ff !important; +} + +.bg-info.bg-accent-2 +{ + background-color: #cbf5ff !important; +} + +.btn-info.btn-accent-2 +{ + border-color: #00a1b5 !important; + background-color: #cbf5ff !important; +} +.btn-info.btn-accent-2:hover +{ + border-color: #00a1b5 !important; + background-color: #008b9c !important; +} +.btn-info.btn-accent-2:focus, +.btn-info.btn-accent-2:active +{ + border-color: #008b9c !important; + background-color: #007482 !important; +} + +.btn-outline-info.btn-outline-accent-2 +{ + color: #cbf5ff !important; + border-color: #cbf5ff !important; +} +.btn-outline-info.btn-outline-accent-2:hover +{ + background-color: #cbf5ff !important; +} + +input:focus ~ .bg-info +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #cbf5ff !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #cbf5ff !important; +} + +.border-info.border-accent-2 +{ + border: 1px solid #cbf5ff !important; +} + +.border-top-info.border-top-accent-2 +{ + border-top: 1px solid #cbf5ff !important; +} + +.border-bottom-info.border-bottom-accent-2 +{ + border-bottom: 1px solid #cbf5ff !important; +} + +.border-left-info.border-left-accent-2 +{ + border-left: 1px solid #cbf5ff !important; +} + +.border-right-info.border-right-accent-2 +{ + border-right: 1px solid #cbf5ff !important; +} + +.overlay-info.overlay-accent-2 +{ + background: #cbf5ff; + /* The Fallback */ + background: rgba(203, 245, 255, .6); +} + +.info.accent-3 +{ + color: #98ecff !important; +} + +.bg-info.bg-accent-3 +{ + background-color: #98ecff !important; +} + +.btn-info.btn-accent-3 +{ + border-color: #00a1b5 !important; + background-color: #98ecff !important; +} +.btn-info.btn-accent-3:hover +{ + border-color: #00a1b5 !important; + background-color: #008b9c !important; +} +.btn-info.btn-accent-3:focus, +.btn-info.btn-accent-3:active +{ + border-color: #008b9c !important; + background-color: #007482 !important; +} + +.btn-outline-info.btn-outline-accent-3 +{ + color: #98ecff !important; + border-color: #98ecff !important; +} +.btn-outline-info.btn-outline-accent-3:hover +{ + background-color: #98ecff !important; +} + +input:focus ~ .bg-info +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #98ecff !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #98ecff !important; +} + +.border-info.border-accent-3 +{ + border: 1px solid #98ecff !important; +} + +.border-top-info.border-top-accent-3 +{ + border-top: 1px solid #98ecff !important; +} + +.border-bottom-info.border-bottom-accent-3 +{ + border-bottom: 1px solid #98ecff !important; +} + +.border-left-info.border-left-accent-3 +{ + border-left: 1px solid #98ecff !important; +} + +.border-right-info.border-right-accent-3 +{ + border-right: 1px solid #98ecff !important; +} + +.overlay-info.overlay-accent-3 +{ + background: #98ecff; + /* The Fallback */ + background: rgba(152, 236, 255, .6); +} + +.info.accent-4 +{ + color: #7fe7ff !important; +} + +.bg-info.bg-accent-4 +{ + background-color: #7fe7ff !important; +} + +.btn-info.btn-accent-4 +{ + border-color: #00a1b5 !important; + background-color: #7fe7ff !important; +} +.btn-info.btn-accent-4:hover +{ + border-color: #00a1b5 !important; + background-color: #008b9c !important; +} +.btn-info.btn-accent-4:focus, +.btn-info.btn-accent-4:active +{ + border-color: #008b9c !important; + background-color: #007482 !important; +} + +.btn-outline-info.btn-outline-accent-4 +{ + color: #7fe7ff !important; + border-color: #7fe7ff !important; +} +.btn-outline-info.btn-outline-accent-4:hover +{ + background-color: #7fe7ff !important; +} + +input:focus ~ .bg-info +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #7fe7ff !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #7fe7ff !important; +} + +.border-info.border-accent-4 +{ + border: 1px solid #7fe7ff !important; +} + +.border-top-info.border-top-accent-4 +{ + border-top: 1px solid #7fe7ff !important; +} + +.border-bottom-info.border-bottom-accent-4 +{ + border-bottom: 1px solid #7fe7ff !important; +} + +.border-left-info.border-left-accent-4 +{ + border-left: 1px solid #7fe7ff !important; +} + +.border-right-info.border-right-accent-4 +{ + border-right: 1px solid #7fe7ff !important; +} + +.overlay-info.overlay-accent-4 +{ + background: #7fe7ff; + /* The Fallback */ + background: rgba(127, 231, 255, .6); +} + +.info.gradient-bg +{ + color: #640064 !important; +} + +.bg-info.bg-gradient-bg +{ + background-color: #640064 !important; +} + +.btn-info.btn-gradient-bg +{ + border-color: #00a1b5 !important; + background-color: #640064 !important; +} +.btn-info.btn-gradient-bg:hover +{ + border-color: #00a1b5 !important; + background-color: #008b9c !important; +} +.btn-info.btn-gradient-bg:focus, +.btn-info.btn-gradient-bg:active +{ + border-color: #008b9c !important; + background-color: #007482 !important; +} + +.btn-outline-info.btn-outline-gradient-bg +{ + color: #640064 !important; + border-color: #640064 !important; +} +.btn-outline-info.btn-outline-gradient-bg:hover +{ + background-color: #640064 !important; +} + +input:focus ~ .bg-info +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #640064 !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #640064 !important; +} + +.border-info.border-gradient-bg +{ + border: 1px solid #640064 !important; +} + +.border-top-info.border-top-gradient-bg +{ + border-top: 1px solid #640064 !important; +} + +.border-bottom-info.border-bottom-gradient-bg +{ + border-bottom: 1px solid #640064 !important; +} + +.border-left-info.border-left-gradient-bg +{ + border-left: 1px solid #640064 !important; +} + +.border-right-info.border-right-gradient-bg +{ + border-right: 1px solid #640064 !important; +} + +.overlay-info.overlay-gradient-bg +{ + background: #640064; + /* The Fallback */ + background: rgba(100, 0, 100, .6); +} + +.warning.gradient-light +{ + color: #fff487 !important; +} + +.bg-warning.bg-gradient-light +{ + background-color: #fff487 !important; +} + +.btn-warning.btn-gradient-light +{ + border-color: #ff8510 !important; + background-color: #fff487 !important; +} +.btn-warning.btn-gradient-light:hover +{ + border-color: #ff8510 !important; + background-color: #f67800 !important; +} +.btn-warning.btn-gradient-light:focus, +.btn-warning.btn-gradient-light:active +{ + border-color: #f67800 !important; + background-color: #dc6c00 !important; +} + +.btn-outline-warning.btn-outline-gradient-light +{ + color: #fff487 !important; + border-color: #fff487 !important; +} +.btn-outline-warning.btn-outline-gradient-light:hover +{ + background-color: #fff487 !important; +} + +input:focus ~ .bg-warning +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #fff487 !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #fff487 !important; +} + +.border-warning.border-gradient-light +{ + border: 1px solid #fff487 !important; +} + +.border-top-warning.border-top-gradient-light +{ + border-top: 1px solid #fff487 !important; +} + +.border-bottom-warning.border-bottom-gradient-light +{ + border-bottom: 1px solid #fff487 !important; +} + +.border-left-warning.border-left-gradient-light +{ + border-left: 1px solid #fff487 !important; +} + +.border-right-warning.border-right-gradient-light +{ + border-right: 1px solid #fff487 !important; +} + +.overlay-warning.overlay-gradient-light +{ + background: #fff487; + /* The Fallback */ + background: rgba(255, 244, 135, .6); +} + +.warning.lighten-5 +{ + color: #ffe0c3 !important; +} + +.bg-warning.bg-lighten-5 +{ + background-color: #ffe0c3 !important; +} + +.btn-warning.btn-lighten-5 +{ + border-color: #ff8510 !important; + background-color: #ffe0c3 !important; +} +.btn-warning.btn-lighten-5:hover +{ + border-color: #ff8510 !important; + background-color: #f67800 !important; +} +.btn-warning.btn-lighten-5:focus, +.btn-warning.btn-lighten-5:active +{ + border-color: #f67800 !important; + background-color: #dc6c00 !important; +} + +.btn-outline-warning.btn-outline-lighten-5 +{ + color: #ffe0c3 !important; + border-color: #ffe0c3 !important; +} +.btn-outline-warning.btn-outline-lighten-5:hover +{ + background-color: #ffe0c3 !important; +} + +input:focus ~ .bg-warning +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ffe0c3 !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ffe0c3 !important; +} + +.border-warning.border-lighten-5 +{ + border: 1px solid #ffe0c3 !important; +} + +.border-top-warning.border-top-lighten-5 +{ + border-top: 1px solid #ffe0c3 !important; +} + +.border-bottom-warning.border-bottom-lighten-5 +{ + border-bottom: 1px solid #ffe0c3 !important; +} + +.border-left-warning.border-left-lighten-5 +{ + border-left: 1px solid #ffe0c3 !important; +} + +.border-right-warning.border-right-lighten-5 +{ + border-right: 1px solid #ffe0c3 !important; +} + +.overlay-warning.overlay-lighten-5 +{ + background: #ffe0c3; + /* The Fallback */ + background: rgba(255, 224, 195, .6); +} + +.warning.lighten-4 +{ + color: #ffd3a9 !important; +} + +.bg-warning.bg-lighten-4 +{ + background-color: #ffd3a9 !important; +} + +.btn-warning.btn-lighten-4 +{ + border-color: #ff8510 !important; + background-color: #ffd3a9 !important; +} +.btn-warning.btn-lighten-4:hover +{ + border-color: #ff8510 !important; + background-color: #f67800 !important; +} +.btn-warning.btn-lighten-4:focus, +.btn-warning.btn-lighten-4:active +{ + border-color: #f67800 !important; + background-color: #dc6c00 !important; +} + +.btn-outline-warning.btn-outline-lighten-4 +{ + color: #ffd3a9 !important; + border-color: #ffd3a9 !important; +} +.btn-outline-warning.btn-outline-lighten-4:hover +{ + background-color: #ffd3a9 !important; +} + +input:focus ~ .bg-warning +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ffd3a9 !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ffd3a9 !important; +} + +.border-warning.border-lighten-4 +{ + border: 1px solid #ffd3a9 !important; +} + +.border-top-warning.border-top-lighten-4 +{ + border-top: 1px solid #ffd3a9 !important; +} + +.border-bottom-warning.border-bottom-lighten-4 +{ + border-bottom: 1px solid #ffd3a9 !important; +} + +.border-left-warning.border-left-lighten-4 +{ + border-left: 1px solid #ffd3a9 !important; +} + +.border-right-warning.border-right-lighten-4 +{ + border-right: 1px solid #ffd3a9 !important; +} + +.overlay-warning.overlay-lighten-4 +{ + background: #ffd3a9; + /* The Fallback */ + background: rgba(255, 211, 169, .6); +} + +.warning.lighten-3 +{ + color: #ffc690 !important; +} + +.bg-warning.bg-lighten-3 +{ + background-color: #ffc690 !important; +} + +.btn-warning.btn-lighten-3 +{ + border-color: #ff8510 !important; + background-color: #ffc690 !important; +} +.btn-warning.btn-lighten-3:hover +{ + border-color: #ff8510 !important; + background-color: #f67800 !important; +} +.btn-warning.btn-lighten-3:focus, +.btn-warning.btn-lighten-3:active +{ + border-color: #f67800 !important; + background-color: #dc6c00 !important; +} + +.btn-outline-warning.btn-outline-lighten-3 +{ + color: #ffc690 !important; + border-color: #ffc690 !important; +} +.btn-outline-warning.btn-outline-lighten-3:hover +{ + background-color: #ffc690 !important; +} + +input:focus ~ .bg-warning +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ffc690 !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ffc690 !important; +} + +.border-warning.border-lighten-3 +{ + border: 1px solid #ffc690 !important; +} + +.border-top-warning.border-top-lighten-3 +{ + border-top: 1px solid #ffc690 !important; +} + +.border-bottom-warning.border-bottom-lighten-3 +{ + border-bottom: 1px solid #ffc690 !important; +} + +.border-left-warning.border-left-lighten-3 +{ + border-left: 1px solid #ffc690 !important; +} + +.border-right-warning.border-right-lighten-3 +{ + border-right: 1px solid #ffc690 !important; +} + +.overlay-warning.overlay-lighten-3 +{ + background: #ffc690; + /* The Fallback */ + background: rgba(255, 198, 144, .6); +} + +.warning.lighten-2 +{ + color: #ffb976 !important; +} + +.bg-warning.bg-lighten-2 +{ + background-color: #ffb976 !important; +} + +.btn-warning.btn-lighten-2 +{ + border-color: #ff8510 !important; + background-color: #ffb976 !important; +} +.btn-warning.btn-lighten-2:hover +{ + border-color: #ff8510 !important; + background-color: #f67800 !important; +} +.btn-warning.btn-lighten-2:focus, +.btn-warning.btn-lighten-2:active +{ + border-color: #f67800 !important; + background-color: #dc6c00 !important; +} + +.btn-outline-warning.btn-outline-lighten-2 +{ + color: #ffb976 !important; + border-color: #ffb976 !important; +} +.btn-outline-warning.btn-outline-lighten-2:hover +{ + background-color: #ffb976 !important; +} + +input:focus ~ .bg-warning +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ffb976 !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ffb976 !important; +} + +.border-warning.border-lighten-2 +{ + border: 1px solid #ffb976 !important; +} + +.border-top-warning.border-top-lighten-2 +{ + border-top: 1px solid #ffb976 !important; +} + +.border-bottom-warning.border-bottom-lighten-2 +{ + border-bottom: 1px solid #ffb976 !important; +} + +.border-left-warning.border-left-lighten-2 +{ + border-left: 1px solid #ffb976 !important; +} + +.border-right-warning.border-right-lighten-2 +{ + border-right: 1px solid #ffb976 !important; +} + +.overlay-warning.overlay-lighten-2 +{ + background: #ffb976; + /* The Fallback */ + background: rgba(255, 185, 118, .6); +} + +.warning.lighten-1 +{ + color: #ffac5d !important; +} + +.bg-warning.bg-lighten-1 +{ + background-color: #ffac5d !important; +} + +.btn-warning.btn-lighten-1 +{ + border-color: #ff8510 !important; + background-color: #ffac5d !important; +} +.btn-warning.btn-lighten-1:hover +{ + border-color: #ff8510 !important; + background-color: #f67800 !important; +} +.btn-warning.btn-lighten-1:focus, +.btn-warning.btn-lighten-1:active +{ + border-color: #f67800 !important; + background-color: #dc6c00 !important; +} + +.btn-outline-warning.btn-outline-lighten-1 +{ + color: #ffac5d !important; + border-color: #ffac5d !important; +} +.btn-outline-warning.btn-outline-lighten-1:hover +{ + background-color: #ffac5d !important; +} + +input:focus ~ .bg-warning +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ffac5d !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ffac5d !important; +} + +.border-warning.border-lighten-1 +{ + border: 1px solid #ffac5d !important; +} + +.border-top-warning.border-top-lighten-1 +{ + border-top: 1px solid #ffac5d !important; +} + +.border-bottom-warning.border-bottom-lighten-1 +{ + border-bottom: 1px solid #ffac5d !important; +} + +.border-left-warning.border-left-lighten-1 +{ + border-left: 1px solid #ffac5d !important; +} + +.border-right-warning.border-right-lighten-1 +{ + border-right: 1px solid #ffac5d !important; +} + +.overlay-warning.overlay-lighten-1 +{ + background: #ffac5d; + /* The Fallback */ + background: rgba(255, 172, 93, .6); +} + +.warning +{ + color: #ff9f43 !important; +} + +.bg-warning +{ + background-color: #ff9f43 !important; +} +.bg-warning .card-header, +.bg-warning .card-footer +{ + background-color: transparent; +} + +.alert-warning +{ + color: #ff9f43 !important; + background: rgba(255, 159, 67, .2) !important; +} +.alert-warning .alert-heading +{ + -webkit-box-shadow: rgba(255, 159, 67, .4) 0 6px 15px -7px; + box-shadow: rgba(255, 159, 67, .4) 0 6px 15px -7px; +} +.alert-warning .alert-link +{ + color: #ff922a !important; +} + +.bg-rgba-warning +{ + background: rgba(255, 159, 67, .15) !important; +} + +.border-warning +{ + border: 1px solid #ff9f43 !important; +} + +.border-top-warning +{ + border-top: 1px solid #ff9f43; +} + +.border-bottom-warning +{ + border-bottom: 1px solid #ff9f43; +} + +.border-left-warning +{ + border-left: 1px solid #ff9f43; +} + +.border-right-warning +{ + border-right: 1px solid #ff9f43; +} + +.bg-warning.badge-glow, +.border-warning.badge-glow, +.badge-warning.badge-glow +{ + -webkit-box-shadow: 0 0 10px #ff9f43; + box-shadow: 0 0 10px #ff9f43; +} + +.badge.badge-warning +{ + background-color: #ff9f43; +} + +.overlay-warning +{ + background: #ff9f43; + /* The Fallback */ + background: rgba(255, 159, 67, .6); +} + +.btn-warning +{ + color: #fff; + border-color: #ff8510 !important; + background-color: #ff9f43 !important; +} +.btn-warning:hover +{ + color: #fff !important; + border-color: #ff922a !important; + -webkit-box-shadow: 0 8px 25px -8px #ff9f43; + box-shadow: 0 8px 25px -8px #ff9f43; +} +.btn-warning:focus, +.btn-warning:active +{ + color: #fff !important; +} + +.btn-flat-warning +{ + color: #ff9f43; + background-color: transparent; +} +.btn-flat-warning:hover +{ + color: #ff9f43; + background-color: rgba(255, 159, 67, .1); +} +.btn-flat-warning:active, +.btn-flat-warning:focus +{ + color: #fff !important; + background-color: #ff9f43; +} + +.btn-relief-warning +{ + color: #fff; + background-color: #ff9f43; + -webkit-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .2); + box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .2); +} +.btn-relief-warning:hover +{ + color: #fff; +} +.btn-relief-warning:active, +.btn-relief-warning:focus +{ + -webkit-transform: translateY(3px); + -moz-transform: translateY(3px); + -ms-transform: translateY(3px); + -o-transform: translateY(3px); + transform: translateY(3px); + + outline: none; +} + +.btn-outline-warning +{ + color: #ff9f43; + border: 1px solid #ff9f43; + background-color: transparent; +} +.btn-outline-warning:hover +{ + color: #ff9f43; + background-color: rgba(255, 159, 67, .08); +} +.btn-outline-warning:active +{ + color: #fff !important; +} + +.btn-warning ~ .dropdown-menu .dropdown-item.active, +.btn-outline-warning ~ .dropdown-menu .dropdown-item.active, +.btn-flat-warning ~ .dropdown-menu .dropdown-item.active +{ + color: #fff; + background-color: #ff9f43; +} +.btn-warning ~ .dropdown-menu .dropdown-item.active:hover, +.btn-outline-warning ~ .dropdown-menu .dropdown-item.active:hover, +.btn-flat-warning ~ .dropdown-menu .dropdown-item.active:hover +{ + color: #fff; +} + +.btn-warning ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover, +.btn-outline-warning ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover, +.btn-flat-warning ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover +{ + color: #ff9f43; +} + +.dropdown.dropdown-icon-wrapper .btn-warning ~ .dropdown-menu .dropdown-item:hover i, +.dropdown.dropdown-icon-wrapper .btn-outline-warning ~ .dropdown-menu .dropdown-item:hover i, +.dropdown.dropdown-icon-wrapper .btn-flat-warning ~ .dropdown-menu .dropdown-item:hover i, +.dropup.dropdown-icon-wrapper .btn-warning ~ .dropdown-menu .dropdown-item:hover i, +.dropup.dropdown-icon-wrapper .btn-outline-warning ~ .dropdown-menu .dropdown-item:hover i, +.dropup.dropdown-icon-wrapper .btn-flat-warning ~ .dropdown-menu .dropdown-item:hover i, +.dropright.dropdown-icon-wrapper .btn-warning ~ .dropdown-menu .dropdown-item:hover i, +.dropright.dropdown-icon-wrapper .btn-outline-warning ~ .dropdown-menu .dropdown-item:hover i, +.dropright.dropdown-icon-wrapper .btn-flat-warning ~ .dropdown-menu .dropdown-item:hover i, +.dropleft.dropdown-icon-wrapper .btn-warning ~ .dropdown-menu .dropdown-item:hover i, +.dropleft.dropdown-icon-wrapper .btn-outline-warning ~ .dropdown-menu .dropdown-item:hover i, +.dropleft.dropdown-icon-wrapper .btn-flat-warning ~ .dropdown-menu .dropdown-item:hover i +{ + color: #ff9f43; +} + +.dropdown.dropdown-icon-wrapper .btn-warning ~ .dropdown-menu .dropdown-item:active i, +.dropdown.dropdown-icon-wrapper .btn-outline-warning ~ .dropdown-menu .dropdown-item:active i, +.dropdown.dropdown-icon-wrapper .btn-flat-warning ~ .dropdown-menu .dropdown-item:active i, +.dropup.dropdown-icon-wrapper .btn-warning ~ .dropdown-menu .dropdown-item:active i, +.dropup.dropdown-icon-wrapper .btn-outline-warning ~ .dropdown-menu .dropdown-item:active i, +.dropup.dropdown-icon-wrapper .btn-flat-warning ~ .dropdown-menu .dropdown-item:active i, +.dropright.dropdown-icon-wrapper .btn-warning ~ .dropdown-menu .dropdown-item:active i, +.dropright.dropdown-icon-wrapper .btn-outline-warning ~ .dropdown-menu .dropdown-item:active i, +.dropright.dropdown-icon-wrapper .btn-flat-warning ~ .dropdown-menu .dropdown-item:active i, +.dropleft.dropdown-icon-wrapper .btn-warning ~ .dropdown-menu .dropdown-item:active i, +.dropleft.dropdown-icon-wrapper .btn-outline-warning ~ .dropdown-menu .dropdown-item:active i, +.dropleft.dropdown-icon-wrapper .btn-flat-warning ~ .dropdown-menu .dropdown-item:active i +{ + color: #fff; +} + +.bullet.bullet-warning +{ + background-color: #ff9f43; +} + +.pagination-warning .page-item.active .page-link +{ + color: #fff; + background: #ff9f43; +} +.pagination-warning .page-item.active .page-link:hover +{ + color: #fff; +} + +.pagination-warning .page-item .page-link:hover +{ + color: #ff9f43; +} + +.pagination-warning .page-item.prev-item .page-link:hover, +.pagination-warning .page-item.next-item .page-link:hover +{ + color: #fff; + background: #ff9f43; +} + +.nav-pill-warning .nav-item .nav-link.active +{ + color: #fff; + background-color: #ff9f43; +} + +.progress-bar-warning +{ + background-color: rgba(255, 159, 67, .1); +} +.progress-bar-warning .progress-bar +{ + background-color: #ff9f43; +} + +.chip-warning +{ + background-color: #ff9f43 !important; +} +.chip-warning .chip-body +{ + color: #fff !important; +} + +.divider.divider-warning .divider-text:before, +.divider.divider-warning .divider-text:after +{ + border-color: #ff9f43 !important; +} + +input[type='checkbox'].bg-warning + .custom-control-label:before, +input[type='radio'].bg-warning + .custom-control-label:before +{ + background-color: #ff9f43 !important; +} + +input:focus ~ .bg-warning +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ff9f43 !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ff9f43 !important; +} + +.vs-checkbox-warning input:checked ~ .vs-checkbox +{ + border-color: #ff9f43 !important; +} +.vs-checkbox-warning input:checked ~ .vs-checkbox .vs-checkbox--check +{ + background-color: #ff9f43 !important; +} + +.vs-checkbox-warning input:active:checked + .vs-checkbox .vs-checkbox--check +{ + background-color: #ff9f43 !important; +} + +.custom-switch-warning .custom-control-input:checked ~ .custom-control-label::before +{ + -webkit-transition: all .2s ease-out; + -moz-transition: all .2s ease-out; + -o-transition: all .2s ease-out; + transition: all .2s ease-out; + + color: #fff; + background-color: #ff9f43 !important; +} + +.vs-radio-warning input:checked ~ .vs-radio .vs-radio--circle +{ + background: #ff9f43 !important; + -webkit-box-shadow: 0 3px 12px 0 rgba(255, 159, 67, .4) !important; + box-shadow: 0 3px 12px 0 rgba(255, 159, 67, .4) !important; +} + +.warning.darken-1 +{ + color: #ff922a !important; +} + +.bg-warning.bg-darken-1 +{ + background-color: #ff922a !important; +} + +.btn-warning.btn-darken-1 +{ + border-color: #ff8510 !important; + background-color: #ff922a !important; +} +.btn-warning.btn-darken-1:hover +{ + border-color: #ff8510 !important; + background-color: #f67800 !important; +} +.btn-warning.btn-darken-1:focus, +.btn-warning.btn-darken-1:active +{ + border-color: #f67800 !important; + background-color: #dc6c00 !important; +} + +.btn-outline-warning.btn-outline-darken-1 +{ + color: #ff922a !important; + border-color: #ff922a !important; +} +.btn-outline-warning.btn-outline-darken-1:hover +{ + background-color: #ff922a !important; +} + +input:focus ~ .bg-warning +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ff922a !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ff922a !important; +} + +.border-warning.border-darken-1 +{ + border: 1px solid #ff922a !important; +} + +.border-top-warning.border-top-darken-1 +{ + border-top: 1px solid #ff922a !important; +} + +.border-bottom-warning.border-bottom-darken-1 +{ + border-bottom: 1px solid #ff922a !important; +} + +.border-left-warning.border-left-darken-1 +{ + border-left: 1px solid #ff922a !important; +} + +.border-right-warning.border-right-darken-1 +{ + border-right: 1px solid #ff922a !important; +} + +.overlay-warning.overlay-darken-1 +{ + background: #ff922a; + /* The Fallback */ + background: rgba(255, 146, 42, .6); +} + +.warning.darken-2 +{ + color: #ff8510 !important; +} + +.bg-warning.bg-darken-2 +{ + background-color: #ff8510 !important; +} + +.btn-warning.btn-darken-2 +{ + border-color: #ff8510 !important; + background-color: #ff8510 !important; +} +.btn-warning.btn-darken-2:hover +{ + border-color: #ff8510 !important; + background-color: #f67800 !important; +} +.btn-warning.btn-darken-2:focus, +.btn-warning.btn-darken-2:active +{ + border-color: #f67800 !important; + background-color: #dc6c00 !important; +} + +.btn-outline-warning.btn-outline-darken-2 +{ + color: #ff8510 !important; + border-color: #ff8510 !important; +} +.btn-outline-warning.btn-outline-darken-2:hover +{ + background-color: #ff8510 !important; +} + +input:focus ~ .bg-warning +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ff8510 !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ff8510 !important; +} + +.border-warning.border-darken-2 +{ + border: 1px solid #ff8510 !important; +} + +.border-top-warning.border-top-darken-2 +{ + border-top: 1px solid #ff8510 !important; +} + +.border-bottom-warning.border-bottom-darken-2 +{ + border-bottom: 1px solid #ff8510 !important; +} + +.border-left-warning.border-left-darken-2 +{ + border-left: 1px solid #ff8510 !important; +} + +.border-right-warning.border-right-darken-2 +{ + border-right: 1px solid #ff8510 !important; +} + +.overlay-warning.overlay-darken-2 +{ + background: #ff8510; + /* The Fallback */ + background: rgba(255, 133, 16, .6); +} + +.warning.darken-3 +{ + color: #f67800 !important; +} + +.bg-warning.bg-darken-3 +{ + background-color: #f67800 !important; +} + +.btn-warning.btn-darken-3 +{ + border-color: #ff8510 !important; + background-color: #f67800 !important; +} +.btn-warning.btn-darken-3:hover +{ + border-color: #ff8510 !important; + background-color: #f67800 !important; +} +.btn-warning.btn-darken-3:focus, +.btn-warning.btn-darken-3:active +{ + border-color: #f67800 !important; + background-color: #dc6c00 !important; +} + +.btn-outline-warning.btn-outline-darken-3 +{ + color: #f67800 !important; + border-color: #f67800 !important; +} +.btn-outline-warning.btn-outline-darken-3:hover +{ + background-color: #f67800 !important; +} + +input:focus ~ .bg-warning +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #f67800 !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #f67800 !important; +} + +.border-warning.border-darken-3 +{ + border: 1px solid #f67800 !important; +} + +.border-top-warning.border-top-darken-3 +{ + border-top: 1px solid #f67800 !important; +} + +.border-bottom-warning.border-bottom-darken-3 +{ + border-bottom: 1px solid #f67800 !important; +} + +.border-left-warning.border-left-darken-3 +{ + border-left: 1px solid #f67800 !important; +} + +.border-right-warning.border-right-darken-3 +{ + border-right: 1px solid #f67800 !important; +} + +.overlay-warning.overlay-darken-3 +{ + background: #f67800; + /* The Fallback */ + background: rgba(246, 120, 0, .6); +} + +.warning.darken-4 +{ + color: #dc6c00 !important; +} + +.bg-warning.bg-darken-4 +{ + background-color: #dc6c00 !important; +} + +.btn-warning.btn-darken-4 +{ + border-color: #ff8510 !important; + background-color: #dc6c00 !important; +} +.btn-warning.btn-darken-4:hover +{ + border-color: #ff8510 !important; + background-color: #f67800 !important; +} +.btn-warning.btn-darken-4:focus, +.btn-warning.btn-darken-4:active +{ + border-color: #f67800 !important; + background-color: #dc6c00 !important; +} + +.btn-outline-warning.btn-outline-darken-4 +{ + color: #dc6c00 !important; + border-color: #dc6c00 !important; +} +.btn-outline-warning.btn-outline-darken-4:hover +{ + background-color: #dc6c00 !important; +} + +input:focus ~ .bg-warning +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #dc6c00 !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #dc6c00 !important; +} + +.border-warning.border-darken-4 +{ + border: 1px solid #dc6c00 !important; +} + +.border-top-warning.border-top-darken-4 +{ + border-top: 1px solid #dc6c00 !important; +} + +.border-bottom-warning.border-bottom-darken-4 +{ + border-bottom: 1px solid #dc6c00 !important; +} + +.border-left-warning.border-left-darken-4 +{ + border-left: 1px solid #dc6c00 !important; +} + +.border-right-warning.border-right-darken-4 +{ + border-right: 1px solid #dc6c00 !important; +} + +.overlay-warning.overlay-darken-4 +{ + background: #dc6c00; + /* The Fallback */ + background: rgba(220, 108, 0, .6); +} + +.warning.accent-1 +{ + color: #fff5ef !important; +} + +.bg-warning.bg-accent-1 +{ + background-color: #fff5ef !important; +} + +.btn-warning.btn-accent-1 +{ + border-color: #ff8510 !important; + background-color: #fff5ef !important; +} +.btn-warning.btn-accent-1:hover +{ + border-color: #ff8510 !important; + background-color: #f67800 !important; +} +.btn-warning.btn-accent-1:focus, +.btn-warning.btn-accent-1:active +{ + border-color: #f67800 !important; + background-color: #dc6c00 !important; +} + +.btn-outline-warning.btn-outline-accent-1 +{ + color: #fff5ef !important; + border-color: #fff5ef !important; +} +.btn-outline-warning.btn-outline-accent-1:hover +{ + background-color: #fff5ef !important; +} + +input:focus ~ .bg-warning +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #fff5ef !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #fff5ef !important; +} + +.border-warning.border-accent-1 +{ + border: 1px solid #fff5ef !important; +} + +.border-top-warning.border-top-accent-1 +{ + border-top: 1px solid #fff5ef !important; +} + +.border-bottom-warning.border-bottom-accent-1 +{ + border-bottom: 1px solid #fff5ef !important; +} + +.border-left-warning.border-left-accent-1 +{ + border-left: 1px solid #fff5ef !important; +} + +.border-right-warning.border-right-accent-1 +{ + border-right: 1px solid #fff5ef !important; +} + +.overlay-warning.overlay-accent-1 +{ + background: #fff5ef; + /* The Fallback */ + background: rgba(255, 245, 239, .6); +} + +.warning.accent-2 +{ + color: #ffe5d8 !important; +} + +.bg-warning.bg-accent-2 +{ + background-color: #ffe5d8 !important; +} + +.btn-warning.btn-accent-2 +{ + border-color: #ff8510 !important; + background-color: #ffe5d8 !important; +} +.btn-warning.btn-accent-2:hover +{ + border-color: #ff8510 !important; + background-color: #f67800 !important; +} +.btn-warning.btn-accent-2:focus, +.btn-warning.btn-accent-2:active +{ + border-color: #f67800 !important; + background-color: #dc6c00 !important; +} + +.btn-outline-warning.btn-outline-accent-2 +{ + color: #ffe5d8 !important; + border-color: #ffe5d8 !important; +} +.btn-outline-warning.btn-outline-accent-2:hover +{ + background-color: #ffe5d8 !important; +} + +input:focus ~ .bg-warning +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ffe5d8 !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ffe5d8 !important; +} + +.border-warning.border-accent-2 +{ + border: 1px solid #ffe5d8 !important; +} + +.border-top-warning.border-top-accent-2 +{ + border-top: 1px solid #ffe5d8 !important; +} + +.border-bottom-warning.border-bottom-accent-2 +{ + border-bottom: 1px solid #ffe5d8 !important; +} + +.border-left-warning.border-left-accent-2 +{ + border-left: 1px solid #ffe5d8 !important; +} + +.border-right-warning.border-right-accent-2 +{ + border-right: 1px solid #ffe5d8 !important; +} + +.overlay-warning.overlay-accent-2 +{ + background: #ffe5d8; + /* The Fallback */ + background: rgba(255, 229, 216, .6); +} + +.warning.accent-3 +{ + color: #fff6f3 !important; +} + +.bg-warning.bg-accent-3 +{ + background-color: #fff6f3 !important; +} + +.btn-warning.btn-accent-3 +{ + border-color: #ff8510 !important; + background-color: #fff6f3 !important; +} +.btn-warning.btn-accent-3:hover +{ + border-color: #ff8510 !important; + background-color: #f67800 !important; +} +.btn-warning.btn-accent-3:focus, +.btn-warning.btn-accent-3:active +{ + border-color: #f67800 !important; + background-color: #dc6c00 !important; +} + +.btn-outline-warning.btn-outline-accent-3 +{ + color: #fff6f3 !important; + border-color: #fff6f3 !important; +} +.btn-outline-warning.btn-outline-accent-3:hover +{ + background-color: #fff6f3 !important; +} + +input:focus ~ .bg-warning +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #fff6f3 !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #fff6f3 !important; +} + +.border-warning.border-accent-3 +{ + border: 1px solid #fff6f3 !important; +} + +.border-top-warning.border-top-accent-3 +{ + border-top: 1px solid #fff6f3 !important; +} + +.border-bottom-warning.border-bottom-accent-3 +{ + border-bottom: 1px solid #fff6f3 !important; +} + +.border-left-warning.border-left-accent-3 +{ + border-left: 1px solid #fff6f3 !important; +} + +.border-right-warning.border-right-accent-3 +{ + border-right: 1px solid #fff6f3 !important; +} + +.overlay-warning.overlay-accent-3 +{ + background: #fff6f3; + /* The Fallback */ + background: rgba(255, 246, 243, .6); +} + +.warning.accent-4 +{ + color: #ffe3da !important; +} + +.bg-warning.bg-accent-4 +{ + background-color: #ffe3da !important; +} + +.btn-warning.btn-accent-4 +{ + border-color: #ff8510 !important; + background-color: #ffe3da !important; +} +.btn-warning.btn-accent-4:hover +{ + border-color: #ff8510 !important; + background-color: #f67800 !important; +} +.btn-warning.btn-accent-4:focus, +.btn-warning.btn-accent-4:active +{ + border-color: #f67800 !important; + background-color: #dc6c00 !important; +} + +.btn-outline-warning.btn-outline-accent-4 +{ + color: #ffe3da !important; + border-color: #ffe3da !important; +} +.btn-outline-warning.btn-outline-accent-4:hover +{ + background-color: #ffe3da !important; +} + +input:focus ~ .bg-warning +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ffe3da !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ffe3da !important; +} + +.border-warning.border-accent-4 +{ + border: 1px solid #ffe3da !important; +} + +.border-top-warning.border-top-accent-4 +{ + border-top: 1px solid #ffe3da !important; +} + +.border-bottom-warning.border-bottom-accent-4 +{ + border-bottom: 1px solid #ffe3da !important; +} + +.border-left-warning.border-left-accent-4 +{ + border-left: 1px solid #ffe3da !important; +} + +.border-right-warning.border-right-accent-4 +{ + border-right: 1px solid #ffe3da !important; +} + +.overlay-warning.overlay-accent-4 +{ + background: #ffe3da; + /* The Fallback */ + background: rgba(255, 227, 218, .6); +} + +.warning.gradient-bg +{ + color: #fafafa !important; +} + +.bg-warning.bg-gradient-bg +{ + background-color: #fafafa !important; +} + +.btn-warning.btn-gradient-bg +{ + border-color: #ff8510 !important; + background-color: #fafafa !important; +} +.btn-warning.btn-gradient-bg:hover +{ + border-color: #ff8510 !important; + background-color: #f67800 !important; +} +.btn-warning.btn-gradient-bg:focus, +.btn-warning.btn-gradient-bg:active +{ + border-color: #f67800 !important; + background-color: #dc6c00 !important; +} + +.btn-outline-warning.btn-outline-gradient-bg +{ + color: #fafafa !important; + border-color: #fafafa !important; +} +.btn-outline-warning.btn-outline-gradient-bg:hover +{ + background-color: #fafafa !important; +} + +input:focus ~ .bg-warning +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #fafafa !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #fafafa !important; +} + +.border-warning.border-gradient-bg +{ + border: 1px solid #fafafa !important; +} + +.border-top-warning.border-top-gradient-bg +{ + border-top: 1px solid #fafafa !important; +} + +.border-bottom-warning.border-bottom-gradient-bg +{ + border-bottom: 1px solid #fafafa !important; +} + +.border-left-warning.border-left-gradient-bg +{ + border-left: 1px solid #fafafa !important; +} + +.border-right-warning.border-right-gradient-bg +{ + border-right: 1px solid #fafafa !important; +} + +.overlay-warning.overlay-gradient-bg +{ + background: #fafafa; + /* The Fallback */ + background: rgba(250, 250, 250, .6); +} + +.danger.gradient-light +{ + color: #f9b789 !important; +} + +.bg-danger.bg-gradient-light +{ + background-color: #f9b789 !important; +} + +.btn-danger.btn-gradient-light +{ + border-color: #e42728 !important; + background-color: #f9b789 !important; +} +.btn-danger.btn-gradient-light:hover +{ + border-color: #e42728 !important; + background-color: #d71a1c !important; +} +.btn-danger.btn-gradient-light:focus, +.btn-danger.btn-gradient-light:active +{ + border-color: #d71a1c !important; + background-color: #c01819 !important; +} + +.btn-outline-danger.btn-outline-gradient-light +{ + color: #f9b789 !important; + border-color: #f9b789 !important; +} +.btn-outline-danger.btn-outline-gradient-light:hover +{ + background-color: #f9b789 !important; +} + +input:focus ~ .bg-danger +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #f9b789 !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #f9b789 !important; +} + +.border-danger.border-gradient-light +{ + border: 1px solid #f9b789 !important; +} + +.border-top-danger.border-top-gradient-light +{ + border-top: 1px solid #f9b789 !important; +} + +.border-bottom-danger.border-bottom-gradient-light +{ + border-bottom: 1px solid #f9b789 !important; +} + +.border-left-danger.border-left-gradient-light +{ + border-left: 1px solid #f9b789 !important; +} + +.border-right-danger.border-right-gradient-light +{ + border-right: 1px solid #f9b789 !important; +} + +.overlay-danger.overlay-gradient-light +{ + background: #f9b789; + /* The Fallback */ + background: rgba(249, 183, 137, .6); +} + +.danger.lighten-5 +{ + color: #f8c6c6 !important; +} + +.bg-danger.bg-lighten-5 +{ + background-color: #f8c6c6 !important; +} + +.btn-danger.btn-lighten-5 +{ + border-color: #e42728 !important; + background-color: #f8c6c6 !important; +} +.btn-danger.btn-lighten-5:hover +{ + border-color: #e42728 !important; + background-color: #d71a1c !important; +} +.btn-danger.btn-lighten-5:focus, +.btn-danger.btn-lighten-5:active +{ + border-color: #d71a1c !important; + background-color: #c01819 !important; +} + +.btn-outline-danger.btn-outline-lighten-5 +{ + color: #f8c6c6 !important; + border-color: #f8c6c6 !important; +} +.btn-outline-danger.btn-outline-lighten-5:hover +{ + background-color: #f8c6c6 !important; +} + +input:focus ~ .bg-danger +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #f8c6c6 !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #f8c6c6 !important; +} + +.border-danger.border-lighten-5 +{ + border: 1px solid #f8c6c6 !important; +} + +.border-top-danger.border-top-lighten-5 +{ + border-top: 1px solid #f8c6c6 !important; +} + +.border-bottom-danger.border-bottom-lighten-5 +{ + border-bottom: 1px solid #f8c6c6 !important; +} + +.border-left-danger.border-left-lighten-5 +{ + border-left: 1px solid #f8c6c6 !important; +} + +.border-right-danger.border-right-lighten-5 +{ + border-right: 1px solid #f8c6c6 !important; +} + +.overlay-danger.overlay-lighten-5 +{ + background: #f8c6c6; + /* The Fallback */ + background: rgba(248, 198, 198, .6); +} + +.danger.lighten-4 +{ + color: #f5afaf !important; +} + +.bg-danger.bg-lighten-4 +{ + background-color: #f5afaf !important; +} + +.btn-danger.btn-lighten-4 +{ + border-color: #e42728 !important; + background-color: #f5afaf !important; +} +.btn-danger.btn-lighten-4:hover +{ + border-color: #e42728 !important; + background-color: #d71a1c !important; +} +.btn-danger.btn-lighten-4:focus, +.btn-danger.btn-lighten-4:active +{ + border-color: #d71a1c !important; + background-color: #c01819 !important; +} + +.btn-outline-danger.btn-outline-lighten-4 +{ + color: #f5afaf !important; + border-color: #f5afaf !important; +} +.btn-outline-danger.btn-outline-lighten-4:hover +{ + background-color: #f5afaf !important; +} + +input:focus ~ .bg-danger +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #f5afaf !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #f5afaf !important; +} + +.border-danger.border-lighten-4 +{ + border: 1px solid #f5afaf !important; +} + +.border-top-danger.border-top-lighten-4 +{ + border-top: 1px solid #f5afaf !important; +} + +.border-bottom-danger.border-bottom-lighten-4 +{ + border-bottom: 1px solid #f5afaf !important; +} + +.border-left-danger.border-left-lighten-4 +{ + border-left: 1px solid #f5afaf !important; +} + +.border-right-danger.border-right-lighten-4 +{ + border-right: 1px solid #f5afaf !important; +} + +.overlay-danger.overlay-lighten-4 +{ + background: #f5afaf; + /* The Fallback */ + background: rgba(245, 175, 175, .6); +} + +.danger.lighten-3 +{ + color: #f29899 !important; +} + +.bg-danger.bg-lighten-3 +{ + background-color: #f29899 !important; +} + +.btn-danger.btn-lighten-3 +{ + border-color: #e42728 !important; + background-color: #f29899 !important; +} +.btn-danger.btn-lighten-3:hover +{ + border-color: #e42728 !important; + background-color: #d71a1c !important; +} +.btn-danger.btn-lighten-3:focus, +.btn-danger.btn-lighten-3:active +{ + border-color: #d71a1c !important; + background-color: #c01819 !important; +} + +.btn-outline-danger.btn-outline-lighten-3 +{ + color: #f29899 !important; + border-color: #f29899 !important; +} +.btn-outline-danger.btn-outline-lighten-3:hover +{ + background-color: #f29899 !important; +} + +input:focus ~ .bg-danger +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #f29899 !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #f29899 !important; +} + +.border-danger.border-lighten-3 +{ + border: 1px solid #f29899 !important; +} + +.border-top-danger.border-top-lighten-3 +{ + border-top: 1px solid #f29899 !important; +} + +.border-bottom-danger.border-bottom-lighten-3 +{ + border-bottom: 1px solid #f29899 !important; +} + +.border-left-danger.border-left-lighten-3 +{ + border-left: 1px solid #f29899 !important; +} + +.border-right-danger.border-right-lighten-3 +{ + border-right: 1px solid #f29899 !important; +} + +.overlay-danger.overlay-lighten-3 +{ + background: #f29899; + /* The Fallback */ + background: rgba(242, 152, 153, .6); +} + +.danger.lighten-2 +{ + color: #f08182 !important; +} + +.bg-danger.bg-lighten-2 +{ + background-color: #f08182 !important; +} + +.btn-danger.btn-lighten-2 +{ + border-color: #e42728 !important; + background-color: #f08182 !important; +} +.btn-danger.btn-lighten-2:hover +{ + border-color: #e42728 !important; + background-color: #d71a1c !important; +} +.btn-danger.btn-lighten-2:focus, +.btn-danger.btn-lighten-2:active +{ + border-color: #d71a1c !important; + background-color: #c01819 !important; +} + +.btn-outline-danger.btn-outline-lighten-2 +{ + color: #f08182 !important; + border-color: #f08182 !important; +} +.btn-outline-danger.btn-outline-lighten-2:hover +{ + background-color: #f08182 !important; +} + +input:focus ~ .bg-danger +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #f08182 !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #f08182 !important; +} + +.border-danger.border-lighten-2 +{ + border: 1px solid #f08182 !important; +} + +.border-top-danger.border-top-lighten-2 +{ + border-top: 1px solid #f08182 !important; +} + +.border-bottom-danger.border-bottom-lighten-2 +{ + border-bottom: 1px solid #f08182 !important; +} + +.border-left-danger.border-left-lighten-2 +{ + border-left: 1px solid #f08182 !important; +} + +.border-right-danger.border-right-lighten-2 +{ + border-right: 1px solid #f08182 !important; +} + +.overlay-danger.overlay-lighten-2 +{ + background: #f08182; + /* The Fallback */ + background: rgba(240, 129, 130, .6); +} + +.danger.lighten-1 +{ + color: #ed6b6c !important; +} + +.bg-danger.bg-lighten-1 +{ + background-color: #ed6b6c !important; +} + +.btn-danger.btn-lighten-1 +{ + border-color: #e42728 !important; + background-color: #ed6b6c !important; +} +.btn-danger.btn-lighten-1:hover +{ + border-color: #e42728 !important; + background-color: #d71a1c !important; +} +.btn-danger.btn-lighten-1:focus, +.btn-danger.btn-lighten-1:active +{ + border-color: #d71a1c !important; + background-color: #c01819 !important; +} + +.btn-outline-danger.btn-outline-lighten-1 +{ + color: #ed6b6c !important; + border-color: #ed6b6c !important; +} +.btn-outline-danger.btn-outline-lighten-1:hover +{ + background-color: #ed6b6c !important; +} + +input:focus ~ .bg-danger +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ed6b6c !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ed6b6c !important; +} + +.border-danger.border-lighten-1 +{ + border: 1px solid #ed6b6c !important; +} + +.border-top-danger.border-top-lighten-1 +{ + border-top: 1px solid #ed6b6c !important; +} + +.border-bottom-danger.border-bottom-lighten-1 +{ + border-bottom: 1px solid #ed6b6c !important; +} + +.border-left-danger.border-left-lighten-1 +{ + border-left: 1px solid #ed6b6c !important; +} + +.border-right-danger.border-right-lighten-1 +{ + border-right: 1px solid #ed6b6c !important; +} + +.overlay-danger.overlay-lighten-1 +{ + background: #ed6b6c; + /* The Fallback */ + background: rgba(237, 107, 108, .6); +} + +.danger +{ + color: #ea5455 !important; +} + +.bg-danger +{ + background-color: #ea5455 !important; +} +.bg-danger .card-header, +.bg-danger .card-footer +{ + background-color: transparent; +} + +.alert-danger +{ + color: #ea5455 !important; + background: rgba(234, 84, 85, .2) !important; +} +.alert-danger .alert-heading +{ + -webkit-box-shadow: rgba(234, 84, 85, .4) 0 6px 15px -7px; + box-shadow: rgba(234, 84, 85, .4) 0 6px 15px -7px; +} +.alert-danger .alert-link +{ + color: #e73d3e !important; +} + +.bg-rgba-danger +{ + background: rgba(234, 84, 85, .15) !important; +} + +.border-danger +{ + border: 1px solid #ea5455 !important; +} + +.border-top-danger +{ + border-top: 1px solid #ea5455; +} + +.border-bottom-danger +{ + border-bottom: 1px solid #ea5455; +} + +.border-left-danger +{ + border-left: 1px solid #ea5455; +} + +.border-right-danger +{ + border-right: 1px solid #ea5455; +} + +.bg-danger.badge-glow, +.border-danger.badge-glow, +.badge-danger.badge-glow +{ + -webkit-box-shadow: 0 0 10px #ea5455; + box-shadow: 0 0 10px #ea5455; +} + +.badge.badge-danger +{ + background-color: #ea5455; +} + +.overlay-danger +{ + background: #ea5455; + /* The Fallback */ + background: rgba(234, 84, 85, .6); +} + +.btn-danger +{ + color: #fff; + border-color: #e42728 !important; + background-color: #ea5455 !important; +} +.btn-danger:hover +{ + color: #fff !important; + border-color: #e73d3e !important; + -webkit-box-shadow: 0 8px 25px -8px #ea5455; + box-shadow: 0 8px 25px -8px #ea5455; +} +.btn-danger:focus, +.btn-danger:active +{ + color: #fff !important; +} + +.btn-flat-danger +{ + color: #ea5455; + background-color: transparent; +} +.btn-flat-danger:hover +{ + color: #ea5455; + background-color: rgba(234, 84, 85, .1); +} +.btn-flat-danger:active, +.btn-flat-danger:focus +{ + color: #fff !important; + background-color: #ea5455; +} + +.btn-relief-danger +{ + color: #fff; + background-color: #ea5455; + -webkit-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .2); + box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .2); +} +.btn-relief-danger:hover +{ + color: #fff; +} +.btn-relief-danger:active, +.btn-relief-danger:focus +{ + -webkit-transform: translateY(3px); + -moz-transform: translateY(3px); + -ms-transform: translateY(3px); + -o-transform: translateY(3px); + transform: translateY(3px); + + outline: none; +} + +.btn-outline-danger +{ + color: #ea5455; + border: 1px solid #ea5455; + background-color: transparent; +} +.btn-outline-danger:hover +{ + color: #ea5455; + background-color: rgba(234, 84, 85, .08); +} +.btn-outline-danger:active +{ + color: #fff !important; +} + +.btn-danger ~ .dropdown-menu .dropdown-item.active, +.btn-outline-danger ~ .dropdown-menu .dropdown-item.active, +.btn-flat-danger ~ .dropdown-menu .dropdown-item.active +{ + color: #fff; + background-color: #ea5455; +} +.btn-danger ~ .dropdown-menu .dropdown-item.active:hover, +.btn-outline-danger ~ .dropdown-menu .dropdown-item.active:hover, +.btn-flat-danger ~ .dropdown-menu .dropdown-item.active:hover +{ + color: #fff; +} + +.btn-danger ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover, +.btn-outline-danger ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover, +.btn-flat-danger ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover +{ + color: #ea5455; +} + +.dropdown.dropdown-icon-wrapper .btn-danger ~ .dropdown-menu .dropdown-item:hover i, +.dropdown.dropdown-icon-wrapper .btn-outline-danger ~ .dropdown-menu .dropdown-item:hover i, +.dropdown.dropdown-icon-wrapper .btn-flat-danger ~ .dropdown-menu .dropdown-item:hover i, +.dropup.dropdown-icon-wrapper .btn-danger ~ .dropdown-menu .dropdown-item:hover i, +.dropup.dropdown-icon-wrapper .btn-outline-danger ~ .dropdown-menu .dropdown-item:hover i, +.dropup.dropdown-icon-wrapper .btn-flat-danger ~ .dropdown-menu .dropdown-item:hover i, +.dropright.dropdown-icon-wrapper .btn-danger ~ .dropdown-menu .dropdown-item:hover i, +.dropright.dropdown-icon-wrapper .btn-outline-danger ~ .dropdown-menu .dropdown-item:hover i, +.dropright.dropdown-icon-wrapper .btn-flat-danger ~ .dropdown-menu .dropdown-item:hover i, +.dropleft.dropdown-icon-wrapper .btn-danger ~ .dropdown-menu .dropdown-item:hover i, +.dropleft.dropdown-icon-wrapper .btn-outline-danger ~ .dropdown-menu .dropdown-item:hover i, +.dropleft.dropdown-icon-wrapper .btn-flat-danger ~ .dropdown-menu .dropdown-item:hover i +{ + color: #ea5455; +} + +.dropdown.dropdown-icon-wrapper .btn-danger ~ .dropdown-menu .dropdown-item:active i, +.dropdown.dropdown-icon-wrapper .btn-outline-danger ~ .dropdown-menu .dropdown-item:active i, +.dropdown.dropdown-icon-wrapper .btn-flat-danger ~ .dropdown-menu .dropdown-item:active i, +.dropup.dropdown-icon-wrapper .btn-danger ~ .dropdown-menu .dropdown-item:active i, +.dropup.dropdown-icon-wrapper .btn-outline-danger ~ .dropdown-menu .dropdown-item:active i, +.dropup.dropdown-icon-wrapper .btn-flat-danger ~ .dropdown-menu .dropdown-item:active i, +.dropright.dropdown-icon-wrapper .btn-danger ~ .dropdown-menu .dropdown-item:active i, +.dropright.dropdown-icon-wrapper .btn-outline-danger ~ .dropdown-menu .dropdown-item:active i, +.dropright.dropdown-icon-wrapper .btn-flat-danger ~ .dropdown-menu .dropdown-item:active i, +.dropleft.dropdown-icon-wrapper .btn-danger ~ .dropdown-menu .dropdown-item:active i, +.dropleft.dropdown-icon-wrapper .btn-outline-danger ~ .dropdown-menu .dropdown-item:active i, +.dropleft.dropdown-icon-wrapper .btn-flat-danger ~ .dropdown-menu .dropdown-item:active i +{ + color: #fff; +} + +.bullet.bullet-danger +{ + background-color: #ea5455; +} + +.pagination-danger .page-item.active .page-link +{ + color: #fff; + background: #ea5455; +} +.pagination-danger .page-item.active .page-link:hover +{ + color: #fff; +} + +.pagination-danger .page-item .page-link:hover +{ + color: #ea5455; +} + +.pagination-danger .page-item.prev-item .page-link:hover, +.pagination-danger .page-item.next-item .page-link:hover +{ + color: #fff; + background: #ea5455; +} + +.nav-pill-danger .nav-item .nav-link.active +{ + color: #fff; + background-color: #ea5455; +} + +.progress-bar-danger +{ + background-color: rgba(234, 84, 85, .1); +} +.progress-bar-danger .progress-bar +{ + background-color: #ea5455; +} + +.chip-danger +{ + background-color: #ea5455 !important; +} +.chip-danger .chip-body +{ + color: #fff !important; +} + +.divider.divider-danger .divider-text:before, +.divider.divider-danger .divider-text:after +{ + border-color: #ea5455 !important; +} + +input[type='checkbox'].bg-danger + .custom-control-label:before, +input[type='radio'].bg-danger + .custom-control-label:before +{ + background-color: #ea5455 !important; +} + +input:focus ~ .bg-danger +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ea5455 !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ea5455 !important; +} + +.vs-checkbox-danger input:checked ~ .vs-checkbox +{ + border-color: #ea5455 !important; +} +.vs-checkbox-danger input:checked ~ .vs-checkbox .vs-checkbox--check +{ + background-color: #ea5455 !important; +} + +.vs-checkbox-danger input:active:checked + .vs-checkbox .vs-checkbox--check +{ + background-color: #ea5455 !important; +} + +.custom-switch-danger .custom-control-input:checked ~ .custom-control-label::before +{ + -webkit-transition: all .2s ease-out; + -moz-transition: all .2s ease-out; + -o-transition: all .2s ease-out; + transition: all .2s ease-out; + + color: #fff; + background-color: #ea5455 !important; +} + +.vs-radio-danger input:checked ~ .vs-radio .vs-radio--circle +{ + background: #ea5455 !important; + -webkit-box-shadow: 0 3px 12px 0 rgba(234, 84, 85, .4) !important; + box-shadow: 0 3px 12px 0 rgba(234, 84, 85, .4) !important; +} + +.danger.darken-1 +{ + color: #e73d3e !important; +} + +.bg-danger.bg-darken-1 +{ + background-color: #e73d3e !important; +} + +.btn-danger.btn-darken-1 +{ + border-color: #e42728 !important; + background-color: #e73d3e !important; +} +.btn-danger.btn-darken-1:hover +{ + border-color: #e42728 !important; + background-color: #d71a1c !important; +} +.btn-danger.btn-darken-1:focus, +.btn-danger.btn-darken-1:active +{ + border-color: #d71a1c !important; + background-color: #c01819 !important; +} + +.btn-outline-danger.btn-outline-darken-1 +{ + color: #e73d3e !important; + border-color: #e73d3e !important; +} +.btn-outline-danger.btn-outline-darken-1:hover +{ + background-color: #e73d3e !important; +} + +input:focus ~ .bg-danger +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #e73d3e !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #e73d3e !important; +} + +.border-danger.border-darken-1 +{ + border: 1px solid #e73d3e !important; +} + +.border-top-danger.border-top-darken-1 +{ + border-top: 1px solid #e73d3e !important; +} + +.border-bottom-danger.border-bottom-darken-1 +{ + border-bottom: 1px solid #e73d3e !important; +} + +.border-left-danger.border-left-darken-1 +{ + border-left: 1px solid #e73d3e !important; +} + +.border-right-danger.border-right-darken-1 +{ + border-right: 1px solid #e73d3e !important; +} + +.overlay-danger.overlay-darken-1 +{ + background: #e73d3e; + /* The Fallback */ + background: rgba(231, 61, 62, .6); +} + +.danger.darken-2 +{ + color: #e42728 !important; +} + +.bg-danger.bg-darken-2 +{ + background-color: #e42728 !important; +} + +.btn-danger.btn-darken-2 +{ + border-color: #e42728 !important; + background-color: #e42728 !important; +} +.btn-danger.btn-darken-2:hover +{ + border-color: #e42728 !important; + background-color: #d71a1c !important; +} +.btn-danger.btn-darken-2:focus, +.btn-danger.btn-darken-2:active +{ + border-color: #d71a1c !important; + background-color: #c01819 !important; +} + +.btn-outline-danger.btn-outline-darken-2 +{ + color: #e42728 !important; + border-color: #e42728 !important; +} +.btn-outline-danger.btn-outline-darken-2:hover +{ + background-color: #e42728 !important; +} + +input:focus ~ .bg-danger +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #e42728 !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #e42728 !important; +} + +.border-danger.border-darken-2 +{ + border: 1px solid #e42728 !important; +} + +.border-top-danger.border-top-darken-2 +{ + border-top: 1px solid #e42728 !important; +} + +.border-bottom-danger.border-bottom-darken-2 +{ + border-bottom: 1px solid #e42728 !important; +} + +.border-left-danger.border-left-darken-2 +{ + border-left: 1px solid #e42728 !important; +} + +.border-right-danger.border-right-darken-2 +{ + border-right: 1px solid #e42728 !important; +} + +.overlay-danger.overlay-darken-2 +{ + background: #e42728; + /* The Fallback */ + background: rgba(228, 39, 40, .6); +} + +.danger.darken-3 +{ + color: #d71a1c !important; +} + +.bg-danger.bg-darken-3 +{ + background-color: #d71a1c !important; +} + +.btn-danger.btn-darken-3 +{ + border-color: #e42728 !important; + background-color: #d71a1c !important; +} +.btn-danger.btn-darken-3:hover +{ + border-color: #e42728 !important; + background-color: #d71a1c !important; +} +.btn-danger.btn-darken-3:focus, +.btn-danger.btn-darken-3:active +{ + border-color: #d71a1c !important; + background-color: #c01819 !important; +} + +.btn-outline-danger.btn-outline-darken-3 +{ + color: #d71a1c !important; + border-color: #d71a1c !important; +} +.btn-outline-danger.btn-outline-darken-3:hover +{ + background-color: #d71a1c !important; +} + +input:focus ~ .bg-danger +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #d71a1c !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #d71a1c !important; +} + +.border-danger.border-darken-3 +{ + border: 1px solid #d71a1c !important; +} + +.border-top-danger.border-top-darken-3 +{ + border-top: 1px solid #d71a1c !important; +} + +.border-bottom-danger.border-bottom-darken-3 +{ + border-bottom: 1px solid #d71a1c !important; +} + +.border-left-danger.border-left-darken-3 +{ + border-left: 1px solid #d71a1c !important; +} + +.border-right-danger.border-right-darken-3 +{ + border-right: 1px solid #d71a1c !important; +} + +.overlay-danger.overlay-darken-3 +{ + background: #d71a1c; + /* The Fallback */ + background: rgba(215, 26, 28, .6); +} + +.danger.darken-4 +{ + color: #c01819 !important; +} + +.bg-danger.bg-darken-4 +{ + background-color: #c01819 !important; +} + +.btn-danger.btn-darken-4 +{ + border-color: #e42728 !important; + background-color: #c01819 !important; +} +.btn-danger.btn-darken-4:hover +{ + border-color: #e42728 !important; + background-color: #d71a1c !important; +} +.btn-danger.btn-darken-4:focus, +.btn-danger.btn-darken-4:active +{ + border-color: #d71a1c !important; + background-color: #c01819 !important; +} + +.btn-outline-danger.btn-outline-darken-4 +{ + color: #c01819 !important; + border-color: #c01819 !important; +} +.btn-outline-danger.btn-outline-darken-4:hover +{ + background-color: #c01819 !important; +} + +input:focus ~ .bg-danger +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #c01819 !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #c01819 !important; +} + +.border-danger.border-darken-4 +{ + border: 1px solid #c01819 !important; +} + +.border-top-danger.border-top-darken-4 +{ + border-top: 1px solid #c01819 !important; +} + +.border-bottom-danger.border-bottom-darken-4 +{ + border-bottom: 1px solid #c01819 !important; +} + +.border-left-danger.border-left-darken-4 +{ + border-left: 1px solid #c01819 !important; +} + +.border-right-danger.border-right-darken-4 +{ + border-right: 1px solid #c01819 !important; +} + +.overlay-danger.overlay-darken-4 +{ + background: #c01819; + /* The Fallback */ + background: rgba(192, 24, 25, .6); +} + +.danger.accent-1 +{ + color: #ffeef1 !important; +} + +.bg-danger.bg-accent-1 +{ + background-color: #ffeef1 !important; +} + +.btn-danger.btn-accent-1 +{ + border-color: #e42728 !important; + background-color: #ffeef1 !important; +} +.btn-danger.btn-accent-1:hover +{ + border-color: #e42728 !important; + background-color: #d71a1c !important; +} +.btn-danger.btn-accent-1:focus, +.btn-danger.btn-accent-1:active +{ + border-color: #d71a1c !important; + background-color: #c01819 !important; +} + +.btn-outline-danger.btn-outline-accent-1 +{ + color: #ffeef1 !important; + border-color: #ffeef1 !important; +} +.btn-outline-danger.btn-outline-accent-1:hover +{ + background-color: #ffeef1 !important; +} + +input:focus ~ .bg-danger +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ffeef1 !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ffeef1 !important; +} + +.border-danger.border-accent-1 +{ + border: 1px solid #ffeef1 !important; +} + +.border-top-danger.border-top-accent-1 +{ + border-top: 1px solid #ffeef1 !important; +} + +.border-bottom-danger.border-bottom-accent-1 +{ + border-bottom: 1px solid #ffeef1 !important; +} + +.border-left-danger.border-left-accent-1 +{ + border-left: 1px solid #ffeef1 !important; +} + +.border-right-danger.border-right-accent-1 +{ + border-right: 1px solid #ffeef1 !important; +} + +.overlay-danger.overlay-accent-1 +{ + background: #ffeef1; + /* The Fallback */ + background: rgba(255, 238, 241, .6); +} + +.danger.accent-2 +{ + color: #ffd6db !important; +} + +.bg-danger.bg-accent-2 +{ + background-color: #ffd6db !important; +} + +.btn-danger.btn-accent-2 +{ + border-color: #e42728 !important; + background-color: #ffd6db !important; +} +.btn-danger.btn-accent-2:hover +{ + border-color: #e42728 !important; + background-color: #d71a1c !important; +} +.btn-danger.btn-accent-2:focus, +.btn-danger.btn-accent-2:active +{ + border-color: #d71a1c !important; + background-color: #c01819 !important; +} + +.btn-outline-danger.btn-outline-accent-2 +{ + color: #ffd6db !important; + border-color: #ffd6db !important; +} +.btn-outline-danger.btn-outline-accent-2:hover +{ + background-color: #ffd6db !important; +} + +input:focus ~ .bg-danger +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ffd6db !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ffd6db !important; +} + +.border-danger.border-accent-2 +{ + border: 1px solid #ffd6db !important; +} + +.border-top-danger.border-top-accent-2 +{ + border-top: 1px solid #ffd6db !important; +} + +.border-bottom-danger.border-bottom-accent-2 +{ + border-bottom: 1px solid #ffd6db !important; +} + +.border-left-danger.border-left-accent-2 +{ + border-left: 1px solid #ffd6db !important; +} + +.border-right-danger.border-right-accent-2 +{ + border-right: 1px solid #ffd6db !important; +} + +.overlay-danger.overlay-accent-2 +{ + background: #ffd6db; + /* The Fallback */ + background: rgba(255, 214, 219, .6); +} + +.danger.accent-3 +{ + color: #ffecee !important; +} + +.bg-danger.bg-accent-3 +{ + background-color: #ffecee !important; +} + +.btn-danger.btn-accent-3 +{ + border-color: #e42728 !important; + background-color: #ffecee !important; +} +.btn-danger.btn-accent-3:hover +{ + border-color: #e42728 !important; + background-color: #d71a1c !important; +} +.btn-danger.btn-accent-3:focus, +.btn-danger.btn-accent-3:active +{ + border-color: #d71a1c !important; + background-color: #c01819 !important; +} + +.btn-outline-danger.btn-outline-accent-3 +{ + color: #ffecee !important; + border-color: #ffecee !important; +} +.btn-outline-danger.btn-outline-accent-3:hover +{ + background-color: #ffecee !important; +} + +input:focus ~ .bg-danger +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ffecee !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ffecee !important; +} + +.border-danger.border-accent-3 +{ + border: 1px solid #ffecee !important; +} + +.border-top-danger.border-top-accent-3 +{ + border-top: 1px solid #ffecee !important; +} + +.border-bottom-danger.border-bottom-accent-3 +{ + border-bottom: 1px solid #ffecee !important; +} + +.border-left-danger.border-left-accent-3 +{ + border-left: 1px solid #ffecee !important; +} + +.border-right-danger.border-right-accent-3 +{ + border-right: 1px solid #ffecee !important; +} + +.overlay-danger.overlay-accent-3 +{ + background: #ffecee; + /* The Fallback */ + background: rgba(255, 236, 238, .6); +} + +.danger.accent-4 +{ + color: #ffd3d7 !important; +} + +.bg-danger.bg-accent-4 +{ + background-color: #ffd3d7 !important; +} + +.btn-danger.btn-accent-4 +{ + border-color: #e42728 !important; + background-color: #ffd3d7 !important; +} +.btn-danger.btn-accent-4:hover +{ + border-color: #e42728 !important; + background-color: #d71a1c !important; +} +.btn-danger.btn-accent-4:focus, +.btn-danger.btn-accent-4:active +{ + border-color: #d71a1c !important; + background-color: #c01819 !important; +} + +.btn-outline-danger.btn-outline-accent-4 +{ + color: #ffd3d7 !important; + border-color: #ffd3d7 !important; +} +.btn-outline-danger.btn-outline-accent-4:hover +{ + background-color: #ffd3d7 !important; +} + +input:focus ~ .bg-danger +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ffd3d7 !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ffd3d7 !important; +} + +.border-danger.border-accent-4 +{ + border: 1px solid #ffd3d7 !important; +} + +.border-top-danger.border-top-accent-4 +{ + border-top: 1px solid #ffd3d7 !important; +} + +.border-bottom-danger.border-bottom-accent-4 +{ + border-bottom: 1px solid #ffd3d7 !important; +} + +.border-left-danger.border-left-accent-4 +{ + border-left: 1px solid #ffd3d7 !important; +} + +.border-right-danger.border-right-accent-4 +{ + border-right: 1px solid #ffd3d7 !important; +} + +.overlay-danger.overlay-accent-4 +{ + background: #ffd3d7; + /* The Fallback */ + background: rgba(255, 211, 215, .6); +} + +.danger.gradient-bg +{ + color: #640064 !important; +} + +.bg-danger.bg-gradient-bg +{ + background-color: #640064 !important; +} + +.btn-danger.btn-gradient-bg +{ + border-color: #e42728 !important; + background-color: #640064 !important; +} +.btn-danger.btn-gradient-bg:hover +{ + border-color: #e42728 !important; + background-color: #d71a1c !important; +} +.btn-danger.btn-gradient-bg:focus, +.btn-danger.btn-gradient-bg:active +{ + border-color: #d71a1c !important; + background-color: #c01819 !important; +} + +.btn-outline-danger.btn-outline-gradient-bg +{ + color: #640064 !important; + border-color: #640064 !important; +} +.btn-outline-danger.btn-outline-gradient-bg:hover +{ + background-color: #640064 !important; +} + +input:focus ~ .bg-danger +{ + -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #640064 !important; + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #640064 !important; +} + +.border-danger.border-gradient-bg +{ + border: 1px solid #640064 !important; +} + +.border-top-danger.border-top-gradient-bg +{ + border-top: 1px solid #640064 !important; +} + +.border-bottom-danger.border-bottom-gradient-bg +{ + border-bottom: 1px solid #640064 !important; +} + +.border-left-danger.border-left-gradient-bg +{ + border-left: 1px solid #640064 !important; +} + +.border-right-danger.border-right-gradient-bg +{ + border-right: 1px solid #640064 !important; +} + +.overlay-danger.overlay-gradient-bg +{ + background: #640064; + /* The Fallback */ + background: rgba(100, 0, 100, .6); +} diff --git a/wwwjuba/app-assets/css/colors.min.css b/wwwjuba/app-assets/css/colors.min.css new file mode 100644 index 0000000..5c6ba17 --- /dev/null +++ b/wwwjuba/app-assets/css/colors.min.css @@ -0,0 +1 @@ +.alert-white,.white{color:#fff!important}.bg-white{background-color:#fff!important}.bg-white .card-footer,.bg-white .card-header{background-color:transparent}.alert-white{background:rgba(255,255,255,.2)!important}.alert-white .alert-heading{-webkit-box-shadow:rgba(255,255,255,.4) 0 6px 15px -7px;box-shadow:rgba(255,255,255,.4) 0 6px 15px -7px}.alert-white .alert-link{color:#f2f2f2!important}.bg-rgba-white{background:rgba(255,255,255,.15)!important}.border-white{border:1px solid #fff!important}.border-top-white{border-top:1px solid #fff}.border-bottom-white{border-bottom:1px solid #fff}.border-left-white{border-left:1px solid #fff}.border-right-white{border-right:1px solid #fff}.badge-white.badge-glow,.bg-white.badge-glow,.border-white.badge-glow{-webkit-box-shadow:0 0 10px #fff;box-shadow:0 0 10px #fff}.badge.badge-white{background-color:#fff}.overlay-white{background:#fff;background:rgba(255,255,255,.6)}.btn-white{color:#fff;background-color:#fff!important}.btn-white:active,.btn-white:focus,.btn-white:hover{color:#fff!important}.btn-white:hover{-webkit-box-shadow:0 8px 25px -8px #fff;box-shadow:0 8px 25px -8px #fff}.btn-flat-white{color:#fff;background-color:transparent}.btn-flat-white:hover{color:#fff;background-color:rgba(255,255,255,.1)}.btn-flat-white:active,.btn-flat-white:focus{color:#fff!important;background-color:#fff}.btn-relief-white{color:#fff;background-color:#fff;-webkit-box-shadow:inset 0 -3px 0 0 rgba(0,0,0,.2);box-shadow:inset 0 -3px 0 0 rgba(0,0,0,.2)}.btn-relief-white:hover{color:#fff}.btn-relief-white:active,.btn-relief-white:focus{-webkit-transform:translateY(3px);-moz-transform:translateY(3px);-ms-transform:translateY(3px);-o-transform:translateY(3px);transform:translateY(3px);outline:0}.btn-relief-black:active,.btn-relief-black:focus,.btn-relief-dark:active,.btn-relief-dark:focus{-webkit-transform:translateY(3px);-moz-transform:translateY(3px);-ms-transform:translateY(3px);-o-transform:translateY(3px)}.btn-outline-white{color:#fff;border:1px solid #fff;background-color:transparent}.divider.divider-white .divider-text:after,.divider.divider-white .divider-text:before,.vs-checkbox-white input:checked~.vs-checkbox{border-color:#fff!important}.btn-outline-white:hover{color:#fff;background-color:rgba(255,255,255,.08)}.btn-outline-white:active{color:#fff!important}.btn-flat-white~.dropdown-menu .dropdown-item.active,.btn-outline-white~.dropdown-menu .dropdown-item.active,.btn-white~.dropdown-menu .dropdown-item.active{color:#fff;background-color:#fff}.btn-flat-white~.dropdown-menu .dropdown-item.active:hover,.btn-flat-white~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,.btn-outline-white~.dropdown-menu .dropdown-item.active:hover,.btn-outline-white~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,.btn-white~.dropdown-menu .dropdown-item.active:hover,.btn-white~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,.dropdown.dropdown-icon-wrapper .btn-flat-white~.dropdown-menu .dropdown-item:active i,.dropdown.dropdown-icon-wrapper .btn-flat-white~.dropdown-menu .dropdown-item:hover i,.dropdown.dropdown-icon-wrapper .btn-outline-white~.dropdown-menu .dropdown-item:active i,.dropdown.dropdown-icon-wrapper .btn-outline-white~.dropdown-menu .dropdown-item:hover i,.dropdown.dropdown-icon-wrapper .btn-white~.dropdown-menu .dropdown-item:active i,.dropdown.dropdown-icon-wrapper .btn-white~.dropdown-menu .dropdown-item:hover i,.dropleft.dropdown-icon-wrapper .btn-flat-white~.dropdown-menu .dropdown-item:active i,.dropleft.dropdown-icon-wrapper .btn-flat-white~.dropdown-menu .dropdown-item:hover i,.dropleft.dropdown-icon-wrapper .btn-outline-white~.dropdown-menu .dropdown-item:active i,.dropleft.dropdown-icon-wrapper .btn-outline-white~.dropdown-menu .dropdown-item:hover i,.dropleft.dropdown-icon-wrapper .btn-white~.dropdown-menu .dropdown-item:active i,.dropleft.dropdown-icon-wrapper .btn-white~.dropdown-menu .dropdown-item:hover i,.dropright.dropdown-icon-wrapper .btn-flat-white~.dropdown-menu .dropdown-item:active i,.dropright.dropdown-icon-wrapper .btn-flat-white~.dropdown-menu .dropdown-item:hover i,.dropright.dropdown-icon-wrapper .btn-outline-white~.dropdown-menu .dropdown-item:active i,.dropright.dropdown-icon-wrapper .btn-outline-white~.dropdown-menu .dropdown-item:hover i,.dropright.dropdown-icon-wrapper .btn-white~.dropdown-menu .dropdown-item:active i,.dropright.dropdown-icon-wrapper .btn-white~.dropdown-menu .dropdown-item:hover i,.dropup.dropdown-icon-wrapper .btn-flat-white~.dropdown-menu .dropdown-item:active i,.dropup.dropdown-icon-wrapper .btn-flat-white~.dropdown-menu .dropdown-item:hover i,.dropup.dropdown-icon-wrapper .btn-outline-white~.dropdown-menu .dropdown-item:active i,.dropup.dropdown-icon-wrapper .btn-outline-white~.dropdown-menu .dropdown-item:hover i,.dropup.dropdown-icon-wrapper .btn-white~.dropdown-menu .dropdown-item:active i,.dropup.dropdown-icon-wrapper .btn-white~.dropdown-menu .dropdown-item:hover i{color:#fff}.bullet.bullet-white{background-color:#fff}.pagination-white .page-item.active .page-link{color:#fff;background:#fff}.pagination-white .page-item .page-link:hover,.pagination-white .page-item.active .page-link:hover{color:#fff}.pagination-white .page-item.next-item .page-link:hover,.pagination-white .page-item.prev-item .page-link:hover{color:#fff;background:#fff}.nav-pill-white .nav-item .nav-link.active{color:#fff;background-color:#fff}.progress-bar-white{background-color:rgba(255,255,255,.1)}.progress-bar-white .progress-bar{background-color:#fff}.chip-white,.vs-checkbox-white input:active:checked+.vs-checkbox .vs-checkbox--check,.vs-checkbox-white input:checked~.vs-checkbox .vs-checkbox--check,input[type=checkbox].bg-white+.custom-control-label:before,input[type=radio].bg-white+.custom-control-label:before{background-color:#fff!important}.chip-white .chip-body{color:#fff!important}input:focus~.bg-white{-webkit-box-shadow:0 0 0 .075rem #fff,0 0 0 .21rem #fff!important;box-shadow:0 0 0 .075rem #fff,0 0 0 .21rem #fff!important}.custom-switch-white .custom-control-input:checked~.custom-control-label::before{-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out;color:#fff;background-color:#fff!important}.alert-black,.alert-black .alert-link,.black{color:#000!important}.vs-radio-white input:checked~.vs-radio .vs-radio--circle{background:#fff!important;-webkit-box-shadow:0 3px 12px 0 rgba(255,255,255,.4)!important;box-shadow:0 3px 12px 0 rgba(255,255,255,.4)!important}.bg-black{background-color:#000!important}.bg-black .card-footer,.bg-black .card-header{background-color:transparent}.alert-black{background:rgba(0,0,0,.2)!important}.alert-black .alert-heading{-webkit-box-shadow:rgba(0,0,0,.4) 0 6px 15px -7px;box-shadow:rgba(0,0,0,.4) 0 6px 15px -7px}.bg-rgba-black{background:rgba(0,0,0,.15)!important}.border-black{border:1px solid #000!important}.border-top-black{border-top:1px solid #000}.border-bottom-black{border-bottom:1px solid #000}.border-left-black{border-left:1px solid #000}.border-right-black{border-right:1px solid #000}.badge-black.badge-glow,.bg-black.badge-glow,.border-black.badge-glow{-webkit-box-shadow:0 0 10px #000;box-shadow:0 0 10px #000}.badge.badge-black{background-color:#000}.overlay-black{background:#000;background:rgba(0,0,0,.6)}.btn-black{color:#fff;background-color:#000!important}.btn-black:active,.btn-black:focus,.btn-black:hover{color:#fff!important}.btn-black:hover{-webkit-box-shadow:0 8px 25px -8px #000;box-shadow:0 8px 25px -8px #000}.btn-flat-black{color:#000;background-color:transparent}.btn-flat-black:hover{color:#000;background-color:rgba(0,0,0,.1)}.btn-flat-black:active,.btn-flat-black:focus{color:#fff!important;background-color:#000}.btn-relief-black{color:#fff;background-color:#000;-webkit-box-shadow:inset 0 -3px 0 0 rgba(0,0,0,.2);box-shadow:inset 0 -3px 0 0 rgba(0,0,0,.2)}.btn-relief-black:hover{color:#fff}.btn-relief-black:active,.btn-relief-black:focus{transform:translateY(3px);outline:0}.btn-outline-black{color:#000;border:1px solid #000;background-color:transparent}.divider.divider-black .divider-text:after,.divider.divider-black .divider-text:before,.vs-checkbox-black input:checked~.vs-checkbox{border-color:#000!important}.btn-outline-black:hover{color:#000;background-color:rgba(0,0,0,.08)}.btn-outline-black:active{color:#fff!important}.btn-black~.dropdown-menu .dropdown-item.active,.btn-flat-black~.dropdown-menu .dropdown-item.active,.btn-outline-black~.dropdown-menu .dropdown-item.active{color:#fff;background-color:#000}.btn-black~.dropdown-menu .dropdown-item.active:hover,.btn-flat-black~.dropdown-menu .dropdown-item.active:hover,.btn-outline-black~.dropdown-menu .dropdown-item.active:hover{color:#fff}.btn-black~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,.btn-flat-black~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,.btn-outline-black~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,.dropdown.dropdown-icon-wrapper .btn-black~.dropdown-menu .dropdown-item:hover i,.dropdown.dropdown-icon-wrapper .btn-flat-black~.dropdown-menu .dropdown-item:hover i,.dropdown.dropdown-icon-wrapper .btn-outline-black~.dropdown-menu .dropdown-item:hover i,.dropleft.dropdown-icon-wrapper .btn-black~.dropdown-menu .dropdown-item:hover i,.dropleft.dropdown-icon-wrapper .btn-flat-black~.dropdown-menu .dropdown-item:hover i,.dropleft.dropdown-icon-wrapper .btn-outline-black~.dropdown-menu .dropdown-item:hover i,.dropright.dropdown-icon-wrapper .btn-black~.dropdown-menu .dropdown-item:hover i,.dropright.dropdown-icon-wrapper .btn-flat-black~.dropdown-menu .dropdown-item:hover i,.dropright.dropdown-icon-wrapper .btn-outline-black~.dropdown-menu .dropdown-item:hover i,.dropup.dropdown-icon-wrapper .btn-black~.dropdown-menu .dropdown-item:hover i,.dropup.dropdown-icon-wrapper .btn-flat-black~.dropdown-menu .dropdown-item:hover i,.dropup.dropdown-icon-wrapper .btn-outline-black~.dropdown-menu .dropdown-item:hover i{color:#000}.dropdown.dropdown-icon-wrapper .btn-black~.dropdown-menu .dropdown-item:active i,.dropdown.dropdown-icon-wrapper .btn-flat-black~.dropdown-menu .dropdown-item:active i,.dropdown.dropdown-icon-wrapper .btn-outline-black~.dropdown-menu .dropdown-item:active i,.dropleft.dropdown-icon-wrapper .btn-black~.dropdown-menu .dropdown-item:active i,.dropleft.dropdown-icon-wrapper .btn-flat-black~.dropdown-menu .dropdown-item:active i,.dropleft.dropdown-icon-wrapper .btn-outline-black~.dropdown-menu .dropdown-item:active i,.dropright.dropdown-icon-wrapper .btn-black~.dropdown-menu .dropdown-item:active i,.dropright.dropdown-icon-wrapper .btn-flat-black~.dropdown-menu .dropdown-item:active i,.dropright.dropdown-icon-wrapper .btn-outline-black~.dropdown-menu .dropdown-item:active i,.dropup.dropdown-icon-wrapper .btn-black~.dropdown-menu .dropdown-item:active i,.dropup.dropdown-icon-wrapper .btn-flat-black~.dropdown-menu .dropdown-item:active i,.dropup.dropdown-icon-wrapper .btn-outline-black~.dropdown-menu .dropdown-item:active i,.pagination-black .page-item.active .page-link:hover{color:#fff}.bullet.bullet-black{background-color:#000}.pagination-black .page-item.active .page-link{color:#fff;background:#000}.pagination-black .page-item .page-link:hover{color:#000}.pagination-black .page-item.next-item .page-link:hover,.pagination-black .page-item.prev-item .page-link:hover{color:#fff;background:#000}.nav-pill-black .nav-item .nav-link.active{color:#fff;background-color:#000}.progress-bar-black{background-color:rgba(0,0,0,.1)}.progress-bar-black .progress-bar{background-color:#000}.chip-black,.vs-checkbox-black input:active:checked+.vs-checkbox .vs-checkbox--check,.vs-checkbox-black input:checked~.vs-checkbox .vs-checkbox--check,input[type=checkbox].bg-black+.custom-control-label:before,input[type=radio].bg-black+.custom-control-label:before{background-color:#000!important}.chip-black .chip-body{color:#fff!important}input:focus~.bg-black{-webkit-box-shadow:0 0 0 .075rem #fff,0 0 0 .21rem #000!important;box-shadow:0 0 0 .075rem #fff,0 0 0 .21rem #000!important}.custom-switch-black .custom-control-input:checked~.custom-control-label::before{-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out;color:#fff;background-color:#000!important}.alert-dark,.dark{color:#1e1e1e!important}.vs-radio-black input:checked~.vs-radio .vs-radio--circle{background:#000!important;-webkit-box-shadow:0 3px 12px 0 rgba(0,0,0,.4)!important;box-shadow:0 3px 12px 0 rgba(0,0,0,.4)!important}.bg-dark{background-color:#1e1e1e!important}.bg-dark .card-footer,.bg-dark .card-header{background-color:transparent}.alert-dark{background:rgba(30,30,30,.2)!important}.alert-dark .alert-heading{-webkit-box-shadow:rgba(30,30,30,.4) 0 6px 15px -7px;box-shadow:rgba(30,30,30,.4) 0 6px 15px -7px}.alert-dark .alert-link{color:#111!important}.bg-rgba-dark{background:rgba(30,30,30,.15)!important}.border-dark{border:1px solid #1e1e1e!important}.border-top-dark{border-top:1px solid #1e1e1e}.border-bottom-dark{border-bottom:1px solid #1e1e1e}.border-left-dark{border-left:1px solid #1e1e1e}.border-right-dark{border-right:1px solid #1e1e1e}.badge-dark.badge-glow,.bg-dark.badge-glow,.border-dark.badge-glow{-webkit-box-shadow:0 0 10px #1e1e1e;box-shadow:0 0 10px #1e1e1e}.badge.badge-dark{background-color:#1e1e1e}.overlay-dark{background:#1e1e1e;background:rgba(30,30,30,.6)}.btn-dark{color:#fff;background-color:#1e1e1e!important}.btn-dark:active,.btn-dark:focus,.btn-dark:hover{color:#fff!important}.btn-dark:hover{-webkit-box-shadow:0 8px 25px -8px #1e1e1e;box-shadow:0 8px 25px -8px #1e1e1e}.btn-flat-dark{color:#1e1e1e;background-color:transparent}.btn-flat-dark:hover{color:#1e1e1e;background-color:rgba(30,30,30,.1)}.btn-flat-dark:active,.btn-flat-dark:focus{color:#fff!important;background-color:#1e1e1e}.btn-relief-dark{color:#fff;background-color:#1e1e1e;-webkit-box-shadow:inset 0 -3px 0 0 rgba(0,0,0,.2);box-shadow:inset 0 -3px 0 0 rgba(0,0,0,.2)}.btn-relief-dark:hover{color:#fff}.btn-relief-dark:active,.btn-relief-dark:focus{transform:translateY(3px);outline:0}.btn-relief-light:active,.btn-relief-light:focus,.btn-relief-primary:active,.btn-relief-primary:focus{-webkit-transform:translateY(3px);-moz-transform:translateY(3px);-ms-transform:translateY(3px);-o-transform:translateY(3px);outline:0}.btn-outline-dark{color:#1e1e1e;border:1px solid #1e1e1e;background-color:transparent}.divider.divider-dark .divider-text:after,.divider.divider-dark .divider-text:before,.vs-checkbox-dark input:checked~.vs-checkbox{border-color:#1e1e1e!important}.btn-outline-dark:hover{color:#1e1e1e;background-color:rgba(30,30,30,.08)}.btn-outline-dark:active{color:#fff!important}.btn-dark~.dropdown-menu .dropdown-item.active,.btn-flat-dark~.dropdown-menu .dropdown-item.active,.btn-outline-dark~.dropdown-menu .dropdown-item.active{color:#fff;background-color:#1e1e1e}.btn-dark~.dropdown-menu .dropdown-item.active:hover,.btn-flat-dark~.dropdown-menu .dropdown-item.active:hover,.btn-outline-dark~.dropdown-menu .dropdown-item.active:hover{color:#fff}.btn-dark~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,.btn-flat-dark~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,.btn-outline-dark~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,.dropdown.dropdown-icon-wrapper .btn-dark~.dropdown-menu .dropdown-item:hover i,.dropdown.dropdown-icon-wrapper .btn-flat-dark~.dropdown-menu .dropdown-item:hover i,.dropdown.dropdown-icon-wrapper .btn-outline-dark~.dropdown-menu .dropdown-item:hover i,.dropleft.dropdown-icon-wrapper .btn-dark~.dropdown-menu .dropdown-item:hover i,.dropleft.dropdown-icon-wrapper .btn-flat-dark~.dropdown-menu .dropdown-item:hover i,.dropleft.dropdown-icon-wrapper .btn-outline-dark~.dropdown-menu .dropdown-item:hover i,.dropright.dropdown-icon-wrapper .btn-dark~.dropdown-menu .dropdown-item:hover i,.dropright.dropdown-icon-wrapper .btn-flat-dark~.dropdown-menu .dropdown-item:hover i,.dropright.dropdown-icon-wrapper .btn-outline-dark~.dropdown-menu .dropdown-item:hover i,.dropup.dropdown-icon-wrapper .btn-dark~.dropdown-menu .dropdown-item:hover i,.dropup.dropdown-icon-wrapper .btn-flat-dark~.dropdown-menu .dropdown-item:hover i,.dropup.dropdown-icon-wrapper .btn-outline-dark~.dropdown-menu .dropdown-item:hover i{color:#1e1e1e}.dropdown.dropdown-icon-wrapper .btn-dark~.dropdown-menu .dropdown-item:active i,.dropdown.dropdown-icon-wrapper .btn-flat-dark~.dropdown-menu .dropdown-item:active i,.dropdown.dropdown-icon-wrapper .btn-outline-dark~.dropdown-menu .dropdown-item:active i,.dropleft.dropdown-icon-wrapper .btn-dark~.dropdown-menu .dropdown-item:active i,.dropleft.dropdown-icon-wrapper .btn-flat-dark~.dropdown-menu .dropdown-item:active i,.dropleft.dropdown-icon-wrapper .btn-outline-dark~.dropdown-menu .dropdown-item:active i,.dropright.dropdown-icon-wrapper .btn-dark~.dropdown-menu .dropdown-item:active i,.dropright.dropdown-icon-wrapper .btn-flat-dark~.dropdown-menu .dropdown-item:active i,.dropright.dropdown-icon-wrapper .btn-outline-dark~.dropdown-menu .dropdown-item:active i,.dropup.dropdown-icon-wrapper .btn-dark~.dropdown-menu .dropdown-item:active i,.dropup.dropdown-icon-wrapper .btn-flat-dark~.dropdown-menu .dropdown-item:active i,.dropup.dropdown-icon-wrapper .btn-outline-dark~.dropdown-menu .dropdown-item:active i,.pagination-dark .page-item.active .page-link:hover{color:#fff}.bullet.bullet-dark{background-color:#1e1e1e}.pagination-dark .page-item.active .page-link{color:#fff;background:#1e1e1e}.pagination-dark .page-item .page-link:hover{color:#1e1e1e}.pagination-dark .page-item.next-item .page-link:hover,.pagination-dark .page-item.prev-item .page-link:hover{color:#fff;background:#1e1e1e}.nav-pill-dark .nav-item .nav-link.active{color:#fff;background-color:#1e1e1e}.progress-bar-dark{background-color:rgba(30,30,30,.1)}.progress-bar-dark .progress-bar{background-color:#1e1e1e}.chip-dark,.vs-checkbox-dark input:active:checked+.vs-checkbox .vs-checkbox--check,.vs-checkbox-dark input:checked~.vs-checkbox .vs-checkbox--check,input[type=checkbox].bg-dark+.custom-control-label:before,input[type=radio].bg-dark+.custom-control-label:before{background-color:#1e1e1e!important}.chip-dark .chip-body{color:#fff!important}.custom-switch-dark .custom-control-input:checked~.custom-control-label::before{-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out;color:#fff;background-color:#1e1e1e!important}.vs-radio-dark input:checked~.vs-radio .vs-radio--circle{background:#1e1e1e!important;-webkit-box-shadow:0 3px 12px 0 rgba(30,30,30,.4)!important;box-shadow:0 3px 12px 0 rgba(30,30,30,.4)!important}.bg-dark.bg-gradient-bg,.btn-dark.btn-gradient-bg,.btn-outline-dark.btn-outline-gradient-bg:hover{background-color:#640064!important}.dark.gradient-bg{color:#640064!important}.btn-outline-dark.btn-outline-gradient-bg{color:#640064!important;border-color:#640064!important}.alert-light,.light{color:#babfc7!important}input:focus~.bg-dark{-webkit-box-shadow:0 0 0 .075rem #fff,0 0 0 .21rem #640064!important;box-shadow:0 0 0 .075rem #fff,0 0 0 .21rem #640064!important}.border-dark.border-gradient-bg{border:1px solid #640064!important}.border-top-dark.border-top-gradient-bg{border-top:1px solid #640064!important}.border-bottom-dark.border-bottom-gradient-bg{border-bottom:1px solid #640064!important}.border-left-dark.border-left-gradient-bg{border-left:1px solid #640064!important}.border-right-dark.border-right-gradient-bg{border-right:1px solid #640064!important}.overlay-dark.overlay-gradient-bg{background:#640064;background:rgba(100,0,100,.6)}.bg-light{background-color:#babfc7!important}.bg-light .card-footer,.bg-light .card-header{background-color:transparent}.alert-light{background:rgba(186,191,199,.2)!important}.alert-light .alert-heading{-webkit-box-shadow:rgba(186,191,199,.4) 0 6px 15px -7px;box-shadow:rgba(186,191,199,.4) 0 6px 15px -7px}.alert-light .alert-link{color:#acb2bc!important}.bg-rgba-light{background:rgba(186,191,199,.15)!important}.border-light{border:1px solid #babfc7!important}.border-top-light{border-top:1px solid #babfc7}.border-bottom-light{border-bottom:1px solid #babfc7}.border-left-light{border-left:1px solid #babfc7}.border-right-light{border-right:1px solid #babfc7}.badge-light.badge-glow,.bg-light.badge-glow,.border-light.badge-glow{-webkit-box-shadow:0 0 10px #babfc7;box-shadow:0 0 10px #babfc7}.badge.badge-light{background-color:#babfc7}.overlay-light{background:#babfc7;background:rgba(186,191,199,.6)}.btn-light{color:#fff;background-color:#babfc7!important}.btn-light:active,.btn-light:focus,.btn-light:hover{color:#fff!important}.btn-light:hover{-webkit-box-shadow:0 8px 25px -8px #babfc7;box-shadow:0 8px 25px -8px #babfc7}.btn-flat-light{color:#babfc7;background-color:transparent}.btn-flat-light:hover{color:#babfc7;background-color:rgba(186,191,199,.1)}.btn-flat-light:active,.btn-flat-light:focus{color:#fff!important;background-color:#babfc7}.btn-relief-light{color:#fff;background-color:#babfc7;-webkit-box-shadow:inset 0 -3px 0 0 rgba(0,0,0,.2);box-shadow:inset 0 -3px 0 0 rgba(0,0,0,.2)}.btn-relief-light:hover{color:#fff}.btn-relief-light:active,.btn-relief-light:focus{transform:translateY(3px)}.btn-outline-light{color:#babfc7;border:1px solid #babfc7;background-color:transparent}.divider.divider-light .divider-text:after,.divider.divider-light .divider-text:before,.vs-checkbox-light input:checked~.vs-checkbox{border-color:#babfc7!important}.btn-outline-light:hover{color:#babfc7;background-color:rgba(186,191,199,.08)}.btn-outline-light:active{color:#fff!important}.btn-flat-light~.dropdown-menu .dropdown-item.active,.btn-light~.dropdown-menu .dropdown-item.active,.btn-outline-light~.dropdown-menu .dropdown-item.active{color:#fff;background-color:#babfc7}.btn-flat-light~.dropdown-menu .dropdown-item.active:hover,.btn-light~.dropdown-menu .dropdown-item.active:hover,.btn-outline-light~.dropdown-menu .dropdown-item.active:hover{color:#fff}.btn-flat-light~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,.btn-light~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,.btn-outline-light~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,.dropdown.dropdown-icon-wrapper .btn-flat-light~.dropdown-menu .dropdown-item:hover i,.dropdown.dropdown-icon-wrapper .btn-light~.dropdown-menu .dropdown-item:hover i,.dropdown.dropdown-icon-wrapper .btn-outline-light~.dropdown-menu .dropdown-item:hover i,.dropleft.dropdown-icon-wrapper .btn-flat-light~.dropdown-menu .dropdown-item:hover i,.dropleft.dropdown-icon-wrapper .btn-light~.dropdown-menu .dropdown-item:hover i,.dropleft.dropdown-icon-wrapper .btn-outline-light~.dropdown-menu .dropdown-item:hover i,.dropright.dropdown-icon-wrapper .btn-flat-light~.dropdown-menu .dropdown-item:hover i,.dropright.dropdown-icon-wrapper .btn-light~.dropdown-menu .dropdown-item:hover i,.dropright.dropdown-icon-wrapper .btn-outline-light~.dropdown-menu .dropdown-item:hover i,.dropup.dropdown-icon-wrapper .btn-flat-light~.dropdown-menu .dropdown-item:hover i,.dropup.dropdown-icon-wrapper .btn-light~.dropdown-menu .dropdown-item:hover i,.dropup.dropdown-icon-wrapper .btn-outline-light~.dropdown-menu .dropdown-item:hover i{color:#babfc7}.dropdown.dropdown-icon-wrapper .btn-flat-light~.dropdown-menu .dropdown-item:active i,.dropdown.dropdown-icon-wrapper .btn-light~.dropdown-menu .dropdown-item:active i,.dropdown.dropdown-icon-wrapper .btn-outline-light~.dropdown-menu .dropdown-item:active i,.dropleft.dropdown-icon-wrapper .btn-flat-light~.dropdown-menu .dropdown-item:active i,.dropleft.dropdown-icon-wrapper .btn-light~.dropdown-menu .dropdown-item:active i,.dropleft.dropdown-icon-wrapper .btn-outline-light~.dropdown-menu .dropdown-item:active i,.dropright.dropdown-icon-wrapper .btn-flat-light~.dropdown-menu .dropdown-item:active i,.dropright.dropdown-icon-wrapper .btn-light~.dropdown-menu .dropdown-item:active i,.dropright.dropdown-icon-wrapper .btn-outline-light~.dropdown-menu .dropdown-item:active i,.dropup.dropdown-icon-wrapper .btn-flat-light~.dropdown-menu .dropdown-item:active i,.dropup.dropdown-icon-wrapper .btn-light~.dropdown-menu .dropdown-item:active i,.dropup.dropdown-icon-wrapper .btn-outline-light~.dropdown-menu .dropdown-item:active i,.pagination-light .page-item.active .page-link:hover{color:#fff}.bullet.bullet-light{background-color:#babfc7}.pagination-light .page-item.active .page-link{color:#fff;background:#babfc7}.pagination-light .page-item .page-link:hover{color:#babfc7}.pagination-light .page-item.next-item .page-link:hover,.pagination-light .page-item.prev-item .page-link:hover{color:#fff;background:#babfc7}.nav-pill-light .nav-item .nav-link.active{color:#fff;background-color:#babfc7}.progress-bar-light{background-color:rgba(186,191,199,.1)}.progress-bar-light .progress-bar{background-color:#babfc7}.chip-light,.vs-checkbox-light input:active:checked+.vs-checkbox .vs-checkbox--check,.vs-checkbox-light input:checked~.vs-checkbox .vs-checkbox--check,input[type=checkbox].bg-light+.custom-control-label:before,input[type=radio].bg-light+.custom-control-label:before{background-color:#babfc7!important}.chip-light .chip-body{color:#fff!important}.custom-switch-light .custom-control-input:checked~.custom-control-label::before{-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out;color:#fff;background-color:#babfc7!important}.vs-radio-light input:checked~.vs-radio .vs-radio--circle{background:#babfc7!important;-webkit-box-shadow:0 3px 12px 0 rgba(186,191,199,.4)!important;box-shadow:0 3px 12px 0 rgba(186,191,199,.4)!important}.bg-light.bg-gradient-bg,.btn-light.btn-gradient-bg,.btn-outline-light.btn-outline-gradient-bg:hover{background-color:#640064!important}.light.gradient-bg{color:#640064!important}.btn-outline-light.btn-outline-gradient-bg{color:#640064!important;border-color:#640064!important}input:focus~.bg-light{-webkit-box-shadow:0 0 0 .075rem #fff,0 0 0 .21rem #640064!important;box-shadow:0 0 0 .075rem #fff,0 0 0 .21rem #640064!important}.border-light.border-gradient-bg{border:1px solid #640064!important}.border-top-light.border-top-gradient-bg{border-top:1px solid #640064!important}.border-bottom-light.border-bottom-gradient-bg{border-bottom:1px solid #640064!important}.border-left-light.border-left-gradient-bg{border-left:1px solid #640064!important}.border-right-light.border-right-gradient-bg{border-right:1px solid #640064!important}.overlay-light.overlay-gradient-bg{background:#640064;background:rgba(100,0,100,.6)}.bg-primary.bg-gradient-light,.btn-primary.btn-gradient-light{background-color:#ce9ffc!important}.primary.gradient-light{color:#ce9ffc!important}.btn-primary.btn-gradient-light{border-color:#4839eb!important}.btn-primary.btn-gradient-light:hover{border-color:#4839eb!important;background-color:#3321e9!important}.btn-primary.btn-gradient-light:active,.btn-primary.btn-gradient-light:focus{border-color:#3321e9!important;background-color:#2716db!important}.btn-outline-primary.btn-outline-gradient-light{color:#ce9ffc!important;border-color:#ce9ffc!important}.btn-outline-primary.btn-outline-gradient-light:hover{background-color:#ce9ffc!important}.border-primary.border-gradient-light{border:1px solid #ce9ffc!important}.border-top-primary.border-top-gradient-light{border-top:1px solid #ce9ffc!important}.border-bottom-primary.border-bottom-gradient-light{border-bottom:1px solid #ce9ffc!important}.border-left-primary.border-left-gradient-light{border-left:1px solid #ce9ffc!important}.border-right-primary.border-right-gradient-light{border-right:1px solid #ce9ffc!important}.overlay-primary.overlay-gradient-light{background:#ce9ffc;background:rgba(206,159,252,.6)}.bg-primary.bg-lighten-5,.btn-primary.btn-lighten-5{background-color:#dedbfb!important}.primary.lighten-5{color:#dedbfb!important}.btn-primary.btn-lighten-5{border-color:#4839eb!important}.btn-primary.btn-lighten-5:hover{border-color:#4839eb!important;background-color:#3321e9!important}.btn-primary.btn-lighten-5:active,.btn-primary.btn-lighten-5:focus{border-color:#3321e9!important;background-color:#2716db!important}.btn-outline-primary.btn-outline-lighten-5{color:#dedbfb!important;border-color:#dedbfb!important}.btn-outline-primary.btn-outline-lighten-5:hover{background-color:#dedbfb!important}.border-primary.border-lighten-5{border:1px solid #dedbfb!important}.border-top-primary.border-top-lighten-5{border-top:1px solid #dedbfb!important}.border-bottom-primary.border-bottom-lighten-5{border-bottom:1px solid #dedbfb!important}.border-left-primary.border-left-lighten-5{border-left:1px solid #dedbfb!important}.border-right-primary.border-right-lighten-5{border-right:1px solid #dedbfb!important}.overlay-primary.overlay-lighten-5{background:#dedbfb;background:rgba(222,219,251,.6)}.bg-primary.bg-lighten-4,.btn-primary.btn-lighten-4{background-color:#c9c4f9!important}.primary.lighten-4{color:#c9c4f9!important}.btn-primary.btn-lighten-4{border-color:#4839eb!important}.btn-primary.btn-lighten-4:hover{border-color:#4839eb!important;background-color:#3321e9!important}.btn-primary.btn-lighten-4:active,.btn-primary.btn-lighten-4:focus{border-color:#3321e9!important;background-color:#2716db!important}.btn-outline-primary.btn-outline-lighten-4{color:#c9c4f9!important;border-color:#c9c4f9!important}.btn-outline-primary.btn-outline-lighten-4:hover{background-color:#c9c4f9!important}.border-primary.border-lighten-4{border:1px solid #c9c4f9!important}.border-top-primary.border-top-lighten-4{border-top:1px solid #c9c4f9!important}.border-bottom-primary.border-bottom-lighten-4{border-bottom:1px solid #c9c4f9!important}.border-left-primary.border-left-lighten-4{border-left:1px solid #c9c4f9!important}.border-right-primary.border-right-lighten-4{border-right:1px solid #c9c4f9!important}.overlay-primary.overlay-lighten-4{background:#c9c4f9;background:rgba(201,196,249,.6)}.bg-primary.bg-lighten-3,.btn-primary.btn-lighten-3{background-color:#b3adf7!important}.primary.lighten-3{color:#b3adf7!important}.btn-primary.btn-lighten-3{border-color:#4839eb!important}.btn-primary.btn-lighten-3:hover{border-color:#4839eb!important;background-color:#3321e9!important}.btn-primary.btn-lighten-3:active,.btn-primary.btn-lighten-3:focus{border-color:#3321e9!important;background-color:#2716db!important}.btn-outline-primary.btn-outline-lighten-3{color:#b3adf7!important;border-color:#b3adf7!important}.btn-outline-primary.btn-outline-lighten-3:hover{background-color:#b3adf7!important}.border-primary.border-lighten-3{border:1px solid #b3adf7!important}.border-top-primary.border-top-lighten-3{border-top:1px solid #b3adf7!important}.border-bottom-primary.border-bottom-lighten-3{border-bottom:1px solid #b3adf7!important}.border-left-primary.border-left-lighten-3{border-left:1px solid #b3adf7!important}.border-right-primary.border-right-lighten-3{border-right:1px solid #b3adf7!important}.overlay-primary.overlay-lighten-3{background:#b3adf7;background:rgba(179,173,247,.6)}.bg-primary.bg-lighten-2,.btn-primary.btn-lighten-2{background-color:#9e95f5!important}.primary.lighten-2{color:#9e95f5!important}.btn-primary.btn-lighten-2{border-color:#4839eb!important}.btn-primary.btn-lighten-2:hover{border-color:#4839eb!important;background-color:#3321e9!important}.btn-primary.btn-lighten-2:active,.btn-primary.btn-lighten-2:focus{border-color:#3321e9!important;background-color:#2716db!important}.btn-outline-primary.btn-outline-lighten-2{color:#9e95f5!important;border-color:#9e95f5!important}.btn-outline-primary.btn-outline-lighten-2:hover{background-color:#9e95f5!important}.border-primary.border-lighten-2{border:1px solid #9e95f5!important}.border-top-primary.border-top-lighten-2{border-top:1px solid #9e95f5!important}.border-bottom-primary.border-bottom-lighten-2{border-bottom:1px solid #9e95f5!important}.border-left-primary.border-left-lighten-2{border-left:1px solid #9e95f5!important}.border-right-primary.border-right-lighten-2{border-right:1px solid #9e95f5!important}.overlay-primary.overlay-lighten-2{background:#9e95f5;background:rgba(158,149,245,.6)}.bg-primary.bg-lighten-1,.btn-primary.btn-lighten-1{background-color:#887ef2!important}.primary.lighten-1{color:#887ef2!important}.btn-primary.btn-lighten-1{border-color:#4839eb!important}.btn-primary.btn-lighten-1:hover{border-color:#4839eb!important;background-color:#3321e9!important}.btn-primary.btn-lighten-1:active,.btn-primary.btn-lighten-1:focus{border-color:#3321e9!important;background-color:#2716db!important}.btn-outline-primary.btn-outline-lighten-1{color:#887ef2!important;border-color:#887ef2!important}.alert-primary,.primary{color:#7367f0!important}.btn-outline-primary.btn-outline-lighten-1:hover{background-color:#887ef2!important}.border-primary.border-lighten-1{border:1px solid #887ef2!important}.border-top-primary.border-top-lighten-1{border-top:1px solid #887ef2!important}.border-bottom-primary.border-bottom-lighten-1{border-bottom:1px solid #887ef2!important}.border-left-primary.border-left-lighten-1{border-left:1px solid #887ef2!important}.border-right-primary.border-right-lighten-1{border-right:1px solid #887ef2!important}.overlay-primary.overlay-lighten-1{background:#887ef2;background:rgba(136,126,242,.6)}.bg-primary{background-color:#7367f0!important}.bg-primary .card-footer,.bg-primary .card-header{background-color:transparent}.alert-primary{background:rgba(115,103,240,.2)!important}.alert-primary .alert-heading{-webkit-box-shadow:rgba(115,103,240,.4) 0 6px 15px -7px;box-shadow:rgba(115,103,240,.4) 0 6px 15px -7px}.alert-primary .alert-link{color:#5e50ee!important}.bg-rgba-primary{background:rgba(115,103,240,.15)!important}.border-primary{border:1px solid #7367f0!important}.border-top-primary{border-top:1px solid #7367f0}.border-bottom-primary{border-bottom:1px solid #7367f0}.border-left-primary{border-left:1px solid #7367f0}.border-right-primary{border-right:1px solid #7367f0}.badge-primary.badge-glow,.bg-primary.badge-glow,.border-primary.badge-glow{-webkit-box-shadow:0 0 10px #7367f0;box-shadow:0 0 10px #7367f0}.badge.badge-primary{background-color:#7367f0}.overlay-primary{background:#7367f0;background:rgba(115,103,240,.6)}.btn-primary{color:#fff;border-color:#4839eb!important;background-color:#7367f0!important}.btn-primary:active,.btn-primary:focus,.btn-primary:hover{color:#fff!important}.btn-primary:hover{border-color:#5e50ee!important;-webkit-box-shadow:0 8px 25px -8px #7367f0;box-shadow:0 8px 25px -8px #7367f0}.btn-flat-primary{color:#7367f0;background-color:transparent}.btn-flat-primary:hover{color:#7367f0;background-color:rgba(115,103,240,.1)}.btn-flat-primary:active,.btn-flat-primary:focus{color:#fff!important;background-color:#7367f0}.btn-relief-primary{color:#fff;background-color:#7367f0;-webkit-box-shadow:inset 0 -3px 0 0 rgba(0,0,0,.2);box-shadow:inset 0 -3px 0 0 rgba(0,0,0,.2)}.btn-relief-primary:hover{color:#fff}.btn-relief-primary:active,.btn-relief-primary:focus{transform:translateY(3px)}.btn-relief-secondary:active,.btn-relief-secondary:focus,.btn-relief-success:active,.btn-relief-success:focus{-webkit-transform:translateY(3px);-moz-transform:translateY(3px);-ms-transform:translateY(3px);-o-transform:translateY(3px)}.btn-outline-primary{color:#7367f0;border:1px solid #7367f0;background-color:transparent}.divider.divider-primary .divider-text:after,.divider.divider-primary .divider-text:before,.vs-checkbox-primary input:checked~.vs-checkbox{border-color:#7367f0!important}.btn-outline-primary:hover{color:#7367f0;background-color:rgba(115,103,240,.08)}.btn-outline-primary:active{color:#fff!important}.btn-flat-primary~.dropdown-menu .dropdown-item.active,.btn-outline-primary~.dropdown-menu .dropdown-item.active,.btn-primary~.dropdown-menu .dropdown-item.active{color:#fff;background-color:#7367f0}.btn-flat-primary~.dropdown-menu .dropdown-item.active:hover,.btn-outline-primary~.dropdown-menu .dropdown-item.active:hover,.btn-primary~.dropdown-menu .dropdown-item.active:hover{color:#fff}.btn-flat-primary~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,.btn-outline-primary~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,.btn-primary~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,.dropdown.dropdown-icon-wrapper .btn-flat-primary~.dropdown-menu .dropdown-item:hover i,.dropdown.dropdown-icon-wrapper .btn-outline-primary~.dropdown-menu .dropdown-item:hover i,.dropdown.dropdown-icon-wrapper .btn-primary~.dropdown-menu .dropdown-item:hover i,.dropleft.dropdown-icon-wrapper .btn-flat-primary~.dropdown-menu .dropdown-item:hover i,.dropleft.dropdown-icon-wrapper .btn-outline-primary~.dropdown-menu .dropdown-item:hover i,.dropleft.dropdown-icon-wrapper .btn-primary~.dropdown-menu .dropdown-item:hover i,.dropright.dropdown-icon-wrapper .btn-flat-primary~.dropdown-menu .dropdown-item:hover i,.dropright.dropdown-icon-wrapper .btn-outline-primary~.dropdown-menu .dropdown-item:hover i,.dropright.dropdown-icon-wrapper .btn-primary~.dropdown-menu .dropdown-item:hover i,.dropup.dropdown-icon-wrapper .btn-flat-primary~.dropdown-menu .dropdown-item:hover i,.dropup.dropdown-icon-wrapper .btn-outline-primary~.dropdown-menu .dropdown-item:hover i,.dropup.dropdown-icon-wrapper .btn-primary~.dropdown-menu .dropdown-item:hover i{color:#7367f0}.dropdown.dropdown-icon-wrapper .btn-flat-primary~.dropdown-menu .dropdown-item:active i,.dropdown.dropdown-icon-wrapper .btn-outline-primary~.dropdown-menu .dropdown-item:active i,.dropdown.dropdown-icon-wrapper .btn-primary~.dropdown-menu .dropdown-item:active i,.dropleft.dropdown-icon-wrapper .btn-flat-primary~.dropdown-menu .dropdown-item:active i,.dropleft.dropdown-icon-wrapper .btn-outline-primary~.dropdown-menu .dropdown-item:active i,.dropleft.dropdown-icon-wrapper .btn-primary~.dropdown-menu .dropdown-item:active i,.dropright.dropdown-icon-wrapper .btn-flat-primary~.dropdown-menu .dropdown-item:active i,.dropright.dropdown-icon-wrapper .btn-outline-primary~.dropdown-menu .dropdown-item:active i,.dropright.dropdown-icon-wrapper .btn-primary~.dropdown-menu .dropdown-item:active i,.dropup.dropdown-icon-wrapper .btn-flat-primary~.dropdown-menu .dropdown-item:active i,.dropup.dropdown-icon-wrapper .btn-outline-primary~.dropdown-menu .dropdown-item:active i,.dropup.dropdown-icon-wrapper .btn-primary~.dropdown-menu .dropdown-item:active i,.pagination-primary .page-item.active .page-link:hover{color:#fff}.bullet.bullet-primary{background-color:#7367f0}.pagination-primary .page-item.active .page-link{color:#fff;background:#7367f0}.pagination-primary .page-item .page-link:hover{color:#7367f0}.pagination-primary .page-item.next-item .page-link:hover,.pagination-primary .page-item.prev-item .page-link:hover{color:#fff;background:#7367f0}.nav-pill-primary .nav-item .nav-link.active{color:#fff;background-color:#7367f0}.progress-bar-primary{background-color:rgba(115,103,240,.1)}.progress-bar-primary .progress-bar{background-color:#7367f0}.chip-primary,.vs-checkbox-primary input:active:checked+.vs-checkbox .vs-checkbox--check,.vs-checkbox-primary input:checked~.vs-checkbox .vs-checkbox--check,input[type=checkbox].bg-primary+.custom-control-label:before,input[type=radio].bg-primary+.custom-control-label:before{background-color:#7367f0!important}.chip-primary .chip-body{color:#fff!important}.custom-switch-primary .custom-control-input:checked~.custom-control-label::before{-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out;color:#fff;background-color:#7367f0!important}.vs-radio-primary input:checked~.vs-radio .vs-radio--circle{background:#7367f0!important;-webkit-box-shadow:0 3px 12px 0 rgba(115,103,240,.4)!important;box-shadow:0 3px 12px 0 rgba(115,103,240,.4)!important}.bg-primary.bg-darken-1,.btn-primary.btn-darken-1{background-color:#5e50ee!important}.primary.darken-1{color:#5e50ee!important}.btn-primary.btn-darken-1{border-color:#4839eb!important}.btn-primary.btn-darken-1:hover{border-color:#4839eb!important;background-color:#3321e9!important}.btn-primary.btn-darken-1:active,.btn-primary.btn-darken-1:focus{border-color:#3321e9!important;background-color:#2716db!important}.btn-outline-primary.btn-outline-darken-1{color:#5e50ee!important;border-color:#5e50ee!important}.btn-outline-primary.btn-outline-darken-1:hover{background-color:#5e50ee!important}.border-primary.border-darken-1{border:1px solid #5e50ee!important}.border-top-primary.border-top-darken-1{border-top:1px solid #5e50ee!important}.border-bottom-primary.border-bottom-darken-1{border-bottom:1px solid #5e50ee!important}.border-left-primary.border-left-darken-1{border-left:1px solid #5e50ee!important}.border-right-primary.border-right-darken-1{border-right:1px solid #5e50ee!important}.overlay-primary.overlay-darken-1{background:#5e50ee;background:rgba(94,80,238,.6)}.bg-primary.bg-darken-2,.btn-primary.btn-darken-2{background-color:#4839eb!important}.primary.darken-2{color:#4839eb!important}.btn-primary.btn-darken-2{border-color:#4839eb!important}.btn-primary.btn-darken-2:hover{border-color:#4839eb!important;background-color:#3321e9!important}.btn-primary.btn-darken-2:active,.btn-primary.btn-darken-2:focus{border-color:#3321e9!important;background-color:#2716db!important}.btn-outline-primary.btn-outline-darken-2{color:#4839eb!important;border-color:#4839eb!important}.btn-outline-primary.btn-outline-darken-2:hover{background-color:#4839eb!important}.border-primary.border-darken-2{border:1px solid #4839eb!important}.border-top-primary.border-top-darken-2{border-top:1px solid #4839eb!important}.border-bottom-primary.border-bottom-darken-2{border-bottom:1px solid #4839eb!important}.border-left-primary.border-left-darken-2{border-left:1px solid #4839eb!important}.border-right-primary.border-right-darken-2{border-right:1px solid #4839eb!important}.overlay-primary.overlay-darken-2{background:#4839eb;background:rgba(72,57,235,.6)}.primary.darken-3{color:#3321e9!important}.bg-primary.bg-darken-3{background-color:#3321e9!important}.btn-primary.btn-darken-3,.btn-primary.btn-darken-3:hover{border-color:#4839eb!important;background-color:#3321e9!important}.btn-primary.btn-darken-3:active,.btn-primary.btn-darken-3:focus{border-color:#3321e9!important;background-color:#2716db!important}.btn-outline-primary.btn-outline-darken-3{color:#3321e9!important;border-color:#3321e9!important}.btn-outline-primary.btn-outline-darken-3:hover{background-color:#3321e9!important}.border-primary.border-darken-3{border:1px solid #3321e9!important}.border-top-primary.border-top-darken-3{border-top:1px solid #3321e9!important}.border-bottom-primary.border-bottom-darken-3{border-bottom:1px solid #3321e9!important}.border-left-primary.border-left-darken-3{border-left:1px solid #3321e9!important}.border-right-primary.border-right-darken-3{border-right:1px solid #3321e9!important}.overlay-primary.overlay-darken-3{background:#3321e9;background:rgba(51,33,233,.6)}.bg-primary.bg-darken-4,.btn-primary.btn-darken-4{background-color:#2716db!important}.primary.darken-4{color:#2716db!important}.btn-primary.btn-darken-4{border-color:#4839eb!important}.btn-primary.btn-darken-4:hover{border-color:#4839eb!important;background-color:#3321e9!important}.btn-primary.btn-darken-4:active,.btn-primary.btn-darken-4:focus{border-color:#3321e9!important;background-color:#2716db!important}.btn-outline-primary.btn-outline-darken-4{color:#2716db!important;border-color:#2716db!important}.btn-outline-primary.btn-outline-darken-4:hover{background-color:#2716db!important}.border-primary.border-darken-4{border:1px solid #2716db!important}.border-top-primary.border-top-darken-4{border-top:1px solid #2716db!important}.border-bottom-primary.border-bottom-darken-4{border-bottom:1px solid #2716db!important}.border-left-primary.border-left-darken-4{border-left:1px solid #2716db!important}.border-right-primary.border-right-darken-4{border-right:1px solid #2716db!important}.overlay-primary.overlay-darken-4{background:#2716db;background:rgba(39,22,219,.6)}.bg-primary.bg-accent-1,.btn-primary.btn-accent-1{background-color:#bdfdff!important}.primary.accent-1{color:#bdfdff!important}.btn-primary.btn-accent-1{border-color:#4839eb!important}.btn-primary.btn-accent-1:hover{border-color:#4839eb!important;background-color:#3321e9!important}.btn-primary.btn-accent-1:active,.btn-primary.btn-accent-1:focus{border-color:#3321e9!important;background-color:#2716db!important}.btn-outline-primary.btn-outline-accent-1{color:#bdfdff!important;border-color:#bdfdff!important}.btn-outline-primary.btn-outline-accent-1:hover{background-color:#bdfdff!important}.border-primary.border-accent-1{border:1px solid #bdfdff!important}.border-top-primary.border-top-accent-1{border-top:1px solid #bdfdff!important}.border-bottom-primary.border-bottom-accent-1{border-bottom:1px solid #bdfdff!important}.border-left-primary.border-left-accent-1{border-left:1px solid #bdfdff!important}.border-right-primary.border-right-accent-1{border-right:1px solid #bdfdff!important}.overlay-primary.overlay-accent-1{background:#bdfdff;background:rgba(189,253,255,.6)}.bg-primary.bg-accent-2,.btn-primary.btn-accent-2{background-color:#8afbff!important}.primary.accent-2{color:#8afbff!important}.btn-primary.btn-accent-2{border-color:#4839eb!important}.btn-primary.btn-accent-2:hover{border-color:#4839eb!important;background-color:#3321e9!important}.btn-primary.btn-accent-2:active,.btn-primary.btn-accent-2:focus{border-color:#3321e9!important;background-color:#2716db!important}.btn-outline-primary.btn-outline-accent-2{color:#8afbff!important;border-color:#8afbff!important}.btn-outline-primary.btn-outline-accent-2:hover{background-color:#8afbff!important}.border-primary.border-accent-2{border:1px solid #8afbff!important}.border-top-primary.border-top-accent-2{border-top:1px solid #8afbff!important}.border-bottom-primary.border-bottom-accent-2{border-bottom:1px solid #8afbff!important}.border-left-primary.border-left-accent-2{border-left:1px solid #8afbff!important}.border-right-primary.border-right-accent-2{border-right:1px solid #8afbff!important}.overlay-primary.overlay-accent-2{background:#8afbff;background:rgba(138,251,255,.6)}.bg-primary.bg-accent-3,.btn-primary.btn-accent-3{background-color:#57faff!important}.primary.accent-3{color:#57faff!important}.btn-primary.btn-accent-3{border-color:#4839eb!important}.btn-primary.btn-accent-3:hover{border-color:#4839eb!important;background-color:#3321e9!important}.btn-primary.btn-accent-3:active,.btn-primary.btn-accent-3:focus{border-color:#3321e9!important;background-color:#2716db!important}.btn-outline-primary.btn-outline-accent-3{color:#57faff!important;border-color:#57faff!important}.btn-outline-primary.btn-outline-accent-3:hover{background-color:#57faff!important}.border-primary.border-accent-3{border:1px solid #57faff!important}.border-top-primary.border-top-accent-3{border-top:1px solid #57faff!important}.border-bottom-primary.border-bottom-accent-3{border-bottom:1px solid #57faff!important}.border-left-primary.border-left-accent-3{border-left:1px solid #57faff!important}.border-right-primary.border-right-accent-3{border-right:1px solid #57faff!important}.overlay-primary.overlay-accent-3{background:#57faff;background:rgba(87,250,255,.6)}.bg-primary.bg-accent-4,.btn-primary.btn-accent-4{background-color:#3df9ff!important}.primary.accent-4{color:#3df9ff!important}.btn-primary.btn-accent-4{border-color:#4839eb!important}.btn-primary.btn-accent-4:hover{border-color:#4839eb!important;background-color:#3321e9!important}.btn-primary.btn-accent-4:active,.btn-primary.btn-accent-4:focus{border-color:#3321e9!important;background-color:#2716db!important}.btn-outline-primary.btn-outline-accent-4{color:#3df9ff!important;border-color:#3df9ff!important}.btn-outline-primary.btn-outline-accent-4:hover{background-color:#3df9ff!important}.border-primary.border-accent-4{border:1px solid #3df9ff!important}.border-top-primary.border-top-accent-4{border-top:1px solid #3df9ff!important}.border-bottom-primary.border-bottom-accent-4{border-bottom:1px solid #3df9ff!important}.border-left-primary.border-left-accent-4{border-left:1px solid #3df9ff!important}.border-right-primary.border-right-accent-4{border-right:1px solid #3df9ff!important}.overlay-primary.overlay-accent-4{background:#3df9ff;background:rgba(61,249,255,.6)}.bg-primary.bg-gradient-bg,.btn-primary.btn-gradient-bg{background-color:#640064!important}.primary.gradient-bg{color:#640064!important}.btn-primary.btn-gradient-bg{border-color:#4839eb!important}.btn-primary.btn-gradient-bg:hover{border-color:#4839eb!important;background-color:#3321e9!important}.btn-primary.btn-gradient-bg:active,.btn-primary.btn-gradient-bg:focus{border-color:#3321e9!important;background-color:#2716db!important}.btn-outline-primary.btn-outline-gradient-bg{color:#640064!important;border-color:#640064!important}.btn-outline-primary.btn-outline-gradient-bg:hover{background-color:#640064!important}input:focus~.bg-primary{-webkit-box-shadow:0 0 0 .075rem #fff,0 0 0 .21rem #640064!important;box-shadow:0 0 0 .075rem #fff,0 0 0 .21rem #640064!important}.border-primary.border-gradient-bg{border:1px solid #640064!important}.border-top-primary.border-top-gradient-bg{border-top:1px solid #640064!important}.border-bottom-primary.border-bottom-gradient-bg{border-bottom:1px solid #640064!important}.border-left-primary.border-left-gradient-bg{border-left:1px solid #640064!important}.border-right-primary.border-right-gradient-bg{border-right:1px solid #640064!important}.overlay-primary.overlay-gradient-bg{background:#640064;background:rgba(100,0,100,.6)}.bg-secondary.bg-gradient-light,.btn-secondary.btn-gradient-light{background-color:#dcdeec!important}.secondary.gradient-light{color:#dcdeec!important}.btn-secondary.btn-gradient-light{border-color:#9aa9b7!important}.btn-secondary.btn-gradient-light:hover{border-color:#9aa9b7!important;background-color:#8b9cac!important}.btn-secondary.btn-gradient-light:active,.btn-secondary.btn-gradient-light:focus{border-color:#8b9cac!important;background-color:#7d8fa1!important}.btn-outline-secondary.btn-outline-gradient-light{color:#dcdeec!important;border-color:#dcdeec!important}.btn-outline-secondary.btn-outline-gradient-light:hover{background-color:#dcdeec!important}.border-secondary.border-gradient-light{border:1px solid #dcdeec!important}.border-top-secondary.border-top-gradient-light{border-top:1px solid #dcdeec!important}.border-bottom-secondary.border-bottom-gradient-light{border-bottom:1px solid #dcdeec!important}.border-left-secondary.border-left-gradient-light{border-left:1px solid #dcdeec!important}.border-right-secondary.border-right-gradient-light{border-right:1px solid #dcdeec!important}.overlay-secondary.overlay-gradient-light{background:#dcdeec;background:rgba(220,222,236,.6)}.bg-secondary.bg-lighten-5,.btn-secondary.btn-lighten-5{background-color:#fff!important}.secondary.lighten-5{color:#fff!important}.btn-secondary.btn-lighten-5{border-color:#9aa9b7!important}.btn-secondary.btn-lighten-5:hover{border-color:#9aa9b7!important;background-color:#8b9cac!important}.btn-secondary.btn-lighten-5:active,.btn-secondary.btn-lighten-5:focus{border-color:#8b9cac!important;background-color:#7d8fa1!important}.btn-outline-secondary.btn-outline-lighten-5{color:#fff!important;border-color:#fff!important}.btn-outline-secondary.btn-outline-lighten-5:hover{background-color:#fff!important}.border-secondary.border-lighten-5{border:1px solid #fff!important}.border-top-secondary.border-top-lighten-5{border-top:1px solid #fff!important}.border-bottom-secondary.border-bottom-lighten-5{border-bottom:1px solid #fff!important}.border-left-secondary.border-left-lighten-5{border-left:1px solid #fff!important}.border-right-secondary.border-right-lighten-5{border-right:1px solid #fff!important}.overlay-secondary.overlay-lighten-5{background:#fff;background:rgba(255,255,255,.6)}.bg-secondary.bg-lighten-4,.btn-secondary.btn-lighten-4{background-color:#f3f5f7!important}.secondary.lighten-4{color:#f3f5f7!important}.btn-secondary.btn-lighten-4{border-color:#9aa9b7!important}.btn-secondary.btn-lighten-4:hover{border-color:#9aa9b7!important;background-color:#8b9cac!important}.btn-secondary.btn-lighten-4:active,.btn-secondary.btn-lighten-4:focus{border-color:#8b9cac!important;background-color:#7d8fa1!important}.btn-outline-secondary.btn-outline-lighten-4{color:#f3f5f7!important;border-color:#f3f5f7!important}.btn-outline-secondary.btn-outline-lighten-4:hover{background-color:#f3f5f7!important}.border-secondary.border-lighten-4{border:1px solid #f3f5f7!important}.border-top-secondary.border-top-lighten-4{border-top:1px solid #f3f5f7!important}.border-bottom-secondary.border-bottom-lighten-4{border-bottom:1px solid #f3f5f7!important}.border-left-secondary.border-left-lighten-4{border-left:1px solid #f3f5f7!important}.border-right-secondary.border-right-lighten-4{border-right:1px solid #f3f5f7!important}.overlay-secondary.overlay-lighten-4{background:#f3f5f7;background:rgba(243,245,247,.6)}.bg-secondary.bg-lighten-3,.btn-secondary.btn-lighten-3{background-color:#e5e8ec!important}.secondary.lighten-3{color:#e5e8ec!important}.btn-secondary.btn-lighten-3{border-color:#9aa9b7!important}.btn-secondary.btn-lighten-3:hover{border-color:#9aa9b7!important;background-color:#8b9cac!important}.btn-secondary.btn-lighten-3:active,.btn-secondary.btn-lighten-3:focus{border-color:#8b9cac!important;background-color:#7d8fa1!important}.btn-outline-secondary.btn-outline-lighten-3{color:#e5e8ec!important;border-color:#e5e8ec!important}.btn-outline-secondary.btn-outline-lighten-3:hover{background-color:#e5e8ec!important}.border-secondary.border-lighten-3{border:1px solid #e5e8ec!important}.border-top-secondary.border-top-lighten-3{border-top:1px solid #e5e8ec!important}.border-bottom-secondary.border-bottom-lighten-3{border-bottom:1px solid #e5e8ec!important}.border-left-secondary.border-left-lighten-3{border-left:1px solid #e5e8ec!important}.border-right-secondary.border-right-lighten-3{border-right:1px solid #e5e8ec!important}.overlay-secondary.overlay-lighten-3{background:#e5e8ec;background:rgba(229,232,236,.6)}.bg-secondary.bg-lighten-2,.btn-secondary.btn-lighten-2{background-color:#d6dce1!important}.secondary.lighten-2{color:#d6dce1!important}.btn-secondary.btn-lighten-2{border-color:#9aa9b7!important}.btn-secondary.btn-lighten-2:hover{border-color:#9aa9b7!important;background-color:#8b9cac!important}.btn-secondary.btn-lighten-2:active,.btn-secondary.btn-lighten-2:focus{border-color:#8b9cac!important;background-color:#7d8fa1!important}.btn-outline-secondary.btn-outline-lighten-2{color:#d6dce1!important;border-color:#d6dce1!important}.btn-outline-secondary.btn-outline-lighten-2:hover{background-color:#d6dce1!important}.border-secondary.border-lighten-2{border:1px solid #d6dce1!important}.border-top-secondary.border-top-lighten-2{border-top:1px solid #d6dce1!important}.border-bottom-secondary.border-bottom-lighten-2{border-bottom:1px solid #d6dce1!important}.border-left-secondary.border-left-lighten-2{border-left:1px solid #d6dce1!important}.border-right-secondary.border-right-lighten-2{border-right:1px solid #d6dce1!important}.overlay-secondary.overlay-lighten-2{background:#d6dce1;background:rgba(214,220,225,.6)}.bg-secondary.bg-lighten-1,.btn-secondary.btn-lighten-1{background-color:#c7cfd7!important}.secondary.lighten-1{color:#c7cfd7!important}.btn-secondary.btn-lighten-1{border-color:#9aa9b7!important}.btn-secondary.btn-lighten-1:hover{border-color:#9aa9b7!important;background-color:#8b9cac!important}.btn-secondary.btn-lighten-1:active,.btn-secondary.btn-lighten-1:focus{border-color:#8b9cac!important;background-color:#7d8fa1!important}.btn-outline-secondary.btn-outline-lighten-1{color:#c7cfd7!important;border-color:#c7cfd7!important}.alert-secondary,.secondary{color:#b8c2cc!important}.btn-outline-secondary.btn-outline-lighten-1:hover{background-color:#c7cfd7!important}.border-secondary.border-lighten-1{border:1px solid #c7cfd7!important}.border-top-secondary.border-top-lighten-1{border-top:1px solid #c7cfd7!important}.border-bottom-secondary.border-bottom-lighten-1{border-bottom:1px solid #c7cfd7!important}.border-left-secondary.border-left-lighten-1{border-left:1px solid #c7cfd7!important}.border-right-secondary.border-right-lighten-1{border-right:1px solid #c7cfd7!important}.overlay-secondary.overlay-lighten-1{background:#c7cfd7;background:rgba(199,207,215,.6)}.bg-secondary{background-color:#b8c2cc!important}.bg-secondary .card-footer,.bg-secondary .card-header{background-color:transparent}.alert-secondary{background:rgba(184,194,204,.2)!important}.alert-secondary .alert-heading{-webkit-box-shadow:rgba(184,194,204,.4) 0 6px 15px -7px;box-shadow:rgba(184,194,204,.4) 0 6px 15px -7px}.alert-secondary .alert-link{color:#a9b5c1!important}.bg-rgba-secondary{background:rgba(184,194,204,.15)!important}.border-secondary{border:1px solid #b8c2cc!important}.border-top-secondary{border-top:1px solid #b8c2cc}.border-bottom-secondary{border-bottom:1px solid #b8c2cc}.border-left-secondary{border-left:1px solid #b8c2cc}.border-right-secondary{border-right:1px solid #b8c2cc}.badge-secondary.badge-glow,.bg-secondary.badge-glow,.border-secondary.badge-glow{-webkit-box-shadow:0 0 10px #b8c2cc;box-shadow:0 0 10px #b8c2cc}.badge.badge-secondary{background-color:#b8c2cc}.overlay-secondary{background:#b8c2cc;background:rgba(184,194,204,.6)}.btn-secondary{color:#fff;border-color:#9aa9b7!important;background-color:#b8c2cc!important}.btn-secondary:active,.btn-secondary:focus,.btn-secondary:hover{color:#fff!important}.btn-secondary:hover{border-color:#a9b5c1!important;-webkit-box-shadow:0 8px 25px -8px #b8c2cc;box-shadow:0 8px 25px -8px #b8c2cc}.btn-flat-secondary{color:#b8c2cc;background-color:transparent}.btn-flat-secondary:hover{color:#b8c2cc;background-color:rgba(184,194,204,.1)}.btn-flat-secondary:active,.btn-flat-secondary:focus{color:#fff!important;background-color:#b8c2cc}.btn-relief-secondary{color:#fff;background-color:#b8c2cc;-webkit-box-shadow:inset 0 -3px 0 0 rgba(0,0,0,.2);box-shadow:inset 0 -3px 0 0 rgba(0,0,0,.2)}.btn-relief-secondary:hover{color:#fff}.btn-relief-secondary:active,.btn-relief-secondary:focus{transform:translateY(3px);outline:0}.btn-outline-secondary{color:#b8c2cc;border:1px solid #b8c2cc;background-color:transparent}.divider.divider-secondary .divider-text:after,.divider.divider-secondary .divider-text:before,.vs-checkbox-secondary input:checked~.vs-checkbox{border-color:#b8c2cc!important}.btn-outline-secondary:hover{color:#b8c2cc;background-color:rgba(184,194,204,.08)}.btn-outline-secondary:active{color:#fff!important}.btn-flat-secondary~.dropdown-menu .dropdown-item.active,.btn-outline-secondary~.dropdown-menu .dropdown-item.active,.btn-secondary~.dropdown-menu .dropdown-item.active{color:#fff;background-color:#b8c2cc}.btn-flat-secondary~.dropdown-menu .dropdown-item.active:hover,.btn-outline-secondary~.dropdown-menu .dropdown-item.active:hover,.btn-secondary~.dropdown-menu .dropdown-item.active:hover{color:#fff}.btn-flat-secondary~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,.btn-outline-secondary~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,.btn-secondary~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,.dropdown.dropdown-icon-wrapper .btn-flat-secondary~.dropdown-menu .dropdown-item:hover i,.dropdown.dropdown-icon-wrapper .btn-outline-secondary~.dropdown-menu .dropdown-item:hover i,.dropdown.dropdown-icon-wrapper .btn-secondary~.dropdown-menu .dropdown-item:hover i,.dropleft.dropdown-icon-wrapper .btn-flat-secondary~.dropdown-menu .dropdown-item:hover i,.dropleft.dropdown-icon-wrapper .btn-outline-secondary~.dropdown-menu .dropdown-item:hover i,.dropleft.dropdown-icon-wrapper .btn-secondary~.dropdown-menu .dropdown-item:hover i,.dropright.dropdown-icon-wrapper .btn-flat-secondary~.dropdown-menu .dropdown-item:hover i,.dropright.dropdown-icon-wrapper .btn-outline-secondary~.dropdown-menu .dropdown-item:hover i,.dropright.dropdown-icon-wrapper .btn-secondary~.dropdown-menu .dropdown-item:hover i,.dropup.dropdown-icon-wrapper .btn-flat-secondary~.dropdown-menu .dropdown-item:hover i,.dropup.dropdown-icon-wrapper .btn-outline-secondary~.dropdown-menu .dropdown-item:hover i,.dropup.dropdown-icon-wrapper .btn-secondary~.dropdown-menu .dropdown-item:hover i{color:#b8c2cc}.dropdown.dropdown-icon-wrapper .btn-flat-secondary~.dropdown-menu .dropdown-item:active i,.dropdown.dropdown-icon-wrapper .btn-outline-secondary~.dropdown-menu .dropdown-item:active i,.dropdown.dropdown-icon-wrapper .btn-secondary~.dropdown-menu .dropdown-item:active i,.dropleft.dropdown-icon-wrapper .btn-flat-secondary~.dropdown-menu .dropdown-item:active i,.dropleft.dropdown-icon-wrapper .btn-outline-secondary~.dropdown-menu .dropdown-item:active i,.dropleft.dropdown-icon-wrapper .btn-secondary~.dropdown-menu .dropdown-item:active i,.dropright.dropdown-icon-wrapper .btn-flat-secondary~.dropdown-menu .dropdown-item:active i,.dropright.dropdown-icon-wrapper .btn-outline-secondary~.dropdown-menu .dropdown-item:active i,.dropright.dropdown-icon-wrapper .btn-secondary~.dropdown-menu .dropdown-item:active i,.dropup.dropdown-icon-wrapper .btn-flat-secondary~.dropdown-menu .dropdown-item:active i,.dropup.dropdown-icon-wrapper .btn-outline-secondary~.dropdown-menu .dropdown-item:active i,.dropup.dropdown-icon-wrapper .btn-secondary~.dropdown-menu .dropdown-item:active i,.pagination-secondary .page-item.active .page-link:hover{color:#fff}.bullet.bullet-secondary{background-color:#b8c2cc}.pagination-secondary .page-item.active .page-link{color:#fff;background:#b8c2cc}.pagination-secondary .page-item .page-link:hover{color:#b8c2cc}.pagination-secondary .page-item.next-item .page-link:hover,.pagination-secondary .page-item.prev-item .page-link:hover{color:#fff;background:#b8c2cc}.nav-pill-secondary .nav-item .nav-link.active{color:#fff;background-color:#b8c2cc}.progress-bar-secondary{background-color:rgba(184,194,204,.1)}.progress-bar-secondary .progress-bar{background-color:#b8c2cc}.chip-secondary,.vs-checkbox-secondary input:active:checked+.vs-checkbox .vs-checkbox--check,.vs-checkbox-secondary input:checked~.vs-checkbox .vs-checkbox--check,input[type=checkbox].bg-secondary+.custom-control-label:before,input[type=radio].bg-secondary+.custom-control-label:before{background-color:#b8c2cc!important}.chip-secondary .chip-body{color:#fff!important}.custom-switch-secondary .custom-control-input:checked~.custom-control-label::before{-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out;color:#fff;background-color:#b8c2cc!important}.vs-radio-secondary input:checked~.vs-radio .vs-radio--circle{background:#b8c2cc!important;-webkit-box-shadow:0 3px 12px 0 rgba(184,194,204,.4)!important;box-shadow:0 3px 12px 0 rgba(184,194,204,.4)!important}.bg-secondary.bg-darken-1,.btn-secondary.btn-darken-1{background-color:#a9b5c1!important}.secondary.darken-1{color:#a9b5c1!important}.btn-secondary.btn-darken-1{border-color:#9aa9b7!important}.btn-secondary.btn-darken-1:hover{border-color:#9aa9b7!important;background-color:#8b9cac!important}.btn-secondary.btn-darken-1:active,.btn-secondary.btn-darken-1:focus{border-color:#8b9cac!important;background-color:#7d8fa1!important}.btn-outline-secondary.btn-outline-darken-1{color:#a9b5c1!important;border-color:#a9b5c1!important}.btn-outline-secondary.btn-outline-darken-1:hover{background-color:#a9b5c1!important}.border-secondary.border-darken-1{border:1px solid #a9b5c1!important}.border-top-secondary.border-top-darken-1{border-top:1px solid #a9b5c1!important}.border-bottom-secondary.border-bottom-darken-1{border-bottom:1px solid #a9b5c1!important}.border-left-secondary.border-left-darken-1{border-left:1px solid #a9b5c1!important}.border-right-secondary.border-right-darken-1{border-right:1px solid #a9b5c1!important}.overlay-secondary.overlay-darken-1{background:#a9b5c1;background:rgba(169,181,193,.6)}.bg-secondary.bg-darken-2,.btn-secondary.btn-darken-2{background-color:#9aa9b7!important}.secondary.darken-2{color:#9aa9b7!important}.btn-secondary.btn-darken-2{border-color:#9aa9b7!important}.btn-secondary.btn-darken-2:hover{border-color:#9aa9b7!important;background-color:#8b9cac!important}.btn-secondary.btn-darken-2:active,.btn-secondary.btn-darken-2:focus{border-color:#8b9cac!important;background-color:#7d8fa1!important}.btn-outline-secondary.btn-outline-darken-2{color:#9aa9b7!important;border-color:#9aa9b7!important}.btn-outline-secondary.btn-outline-darken-2:hover{background-color:#9aa9b7!important}.border-secondary.border-darken-2{border:1px solid #9aa9b7!important}.border-top-secondary.border-top-darken-2{border-top:1px solid #9aa9b7!important}.border-bottom-secondary.border-bottom-darken-2{border-bottom:1px solid #9aa9b7!important}.border-left-secondary.border-left-darken-2{border-left:1px solid #9aa9b7!important}.border-right-secondary.border-right-darken-2{border-right:1px solid #9aa9b7!important}.overlay-secondary.overlay-darken-2{background:#9aa9b7;background:rgba(154,169,183,.6)}.secondary.darken-3{color:#8b9cac!important}.bg-secondary.bg-darken-3{background-color:#8b9cac!important}.btn-secondary.btn-darken-3,.btn-secondary.btn-darken-3:hover{border-color:#9aa9b7!important;background-color:#8b9cac!important}.btn-secondary.btn-darken-3:active,.btn-secondary.btn-darken-3:focus{border-color:#8b9cac!important;background-color:#7d8fa1!important}.btn-outline-secondary.btn-outline-darken-3{color:#8b9cac!important;border-color:#8b9cac!important}.btn-outline-secondary.btn-outline-darken-3:hover{background-color:#8b9cac!important}.border-secondary.border-darken-3{border:1px solid #8b9cac!important}.border-top-secondary.border-top-darken-3{border-top:1px solid #8b9cac!important}.border-bottom-secondary.border-bottom-darken-3{border-bottom:1px solid #8b9cac!important}.border-left-secondary.border-left-darken-3{border-left:1px solid #8b9cac!important}.border-right-secondary.border-right-darken-3{border-right:1px solid #8b9cac!important}.overlay-secondary.overlay-darken-3{background:#8b9cac;background:rgba(139,156,172,.6)}.bg-secondary.bg-darken-4,.btn-secondary.btn-darken-4{background-color:#7d8fa1!important}.secondary.darken-4{color:#7d8fa1!important}.btn-secondary.btn-darken-4{border-color:#9aa9b7!important}.btn-secondary.btn-darken-4:hover{border-color:#9aa9b7!important;background-color:#8b9cac!important}.btn-secondary.btn-darken-4:active,.btn-secondary.btn-darken-4:focus{border-color:#8b9cac!important;background-color:#7d8fa1!important}.btn-outline-secondary.btn-outline-darken-4{color:#7d8fa1!important;border-color:#7d8fa1!important}.btn-outline-secondary.btn-outline-darken-4:hover{background-color:#7d8fa1!important}.border-secondary.border-darken-4{border:1px solid #7d8fa1!important}.border-top-secondary.border-top-darken-4{border-top:1px solid #7d8fa1!important}.border-bottom-secondary.border-bottom-darken-4{border-bottom:1px solid #7d8fa1!important}.border-left-secondary.border-left-darken-4{border-left:1px solid #7d8fa1!important}.border-right-secondary.border-right-darken-4{border-right:1px solid #7d8fa1!important}.overlay-secondary.overlay-darken-4{background:#7d8fa1;background:rgba(125,143,161,.6)}.bg-secondary.bg-gradient-bg,.btn-secondary.btn-gradient-bg{background-color:#640064!important}.secondary.gradient-bg{color:#640064!important}.btn-secondary.btn-gradient-bg{border-color:#9aa9b7!important}.btn-secondary.btn-gradient-bg:hover{border-color:#9aa9b7!important;background-color:#8b9cac!important}.btn-secondary.btn-gradient-bg:active,.btn-secondary.btn-gradient-bg:focus{border-color:#8b9cac!important;background-color:#7d8fa1!important}.btn-outline-secondary.btn-outline-gradient-bg{color:#640064!important;border-color:#640064!important}.btn-outline-secondary.btn-outline-gradient-bg:hover{background-color:#640064!important}input:focus~.bg-secondary{-webkit-box-shadow:0 0 0 .075rem #fff,0 0 0 .21rem #640064!important;box-shadow:0 0 0 .075rem #fff,0 0 0 .21rem #640064!important}.border-secondary.border-gradient-bg{border:1px solid #640064!important}.border-top-secondary.border-top-gradient-bg{border-top:1px solid #640064!important}.border-bottom-secondary.border-bottom-gradient-bg{border-bottom:1px solid #640064!important}.border-left-secondary.border-left-gradient-bg{border-left:1px solid #640064!important}.border-right-secondary.border-right-gradient-bg{border-right:1px solid #640064!important}.overlay-secondary.overlay-gradient-bg{background:#640064;background:rgba(100,0,100,.6)}.bg-success.bg-gradient-light,.btn-success.btn-gradient-light{background-color:#4ae9d3!important}.success.gradient-light{color:#4ae9d3!important}.btn-success.btn-gradient-light{border-color:#1f9d57!important}.btn-success.btn-gradient-light:hover{border-color:#1f9d57!important;background-color:#1b874b!important}.btn-success.btn-gradient-light:active,.btn-success.btn-gradient-light:focus{border-color:#1b874b!important;background-color:#177240!important}.btn-outline-success.btn-outline-gradient-light{color:#4ae9d3!important;border-color:#4ae9d3!important}.btn-outline-success.btn-outline-gradient-light:hover{background-color:#4ae9d3!important}.border-success.border-gradient-light{border:1px solid #4ae9d3!important}.border-top-success.border-top-gradient-light{border-top:1px solid #4ae9d3!important}.border-bottom-success.border-bottom-gradient-light{border-bottom:1px solid #4ae9d3!important}.border-left-success.border-left-gradient-light{border-left:1px solid #4ae9d3!important}.border-right-success.border-right-gradient-light{border-right:1px solid #4ae9d3!important}.overlay-success.overlay-gradient-light{background:#4ae9d3;background:rgba(74,233,211,.6)}.bg-success.bg-lighten-5,.btn-success.btn-lighten-5{background-color:#88e7b2!important}.success.lighten-5{color:#88e7b2!important}.btn-success.btn-lighten-5{border-color:#1f9d57!important}.btn-success.btn-lighten-5:hover{border-color:#1f9d57!important;background-color:#1b874b!important}.btn-success.btn-lighten-5:active,.btn-success.btn-lighten-5:focus{border-color:#1b874b!important;background-color:#177240!important}.btn-outline-success.btn-outline-lighten-5{color:#88e7b2!important;border-color:#88e7b2!important}.btn-outline-success.btn-outline-lighten-5:hover{background-color:#88e7b2!important}.border-success.border-lighten-5{border:1px solid #88e7b2!important}.border-top-success.border-top-lighten-5{border-top:1px solid #88e7b2!important}.border-bottom-success.border-bottom-lighten-5{border-bottom:1px solid #88e7b2!important}.border-left-success.border-left-lighten-5{border-left:1px solid #88e7b2!important}.border-right-success.border-right-lighten-5{border-right:1px solid #88e7b2!important}.overlay-success.overlay-lighten-5{background:#88e7b2;background:rgba(136,231,178,.6)}.bg-success.bg-lighten-4,.btn-success.btn-lighten-4{background-color:#72e3a4!important}.success.lighten-4{color:#72e3a4!important}.btn-success.btn-lighten-4{border-color:#1f9d57!important}.btn-success.btn-lighten-4:hover{border-color:#1f9d57!important;background-color:#1b874b!important}.btn-success.btn-lighten-4:active,.btn-success.btn-lighten-4:focus{border-color:#1b874b!important;background-color:#177240!important}.btn-outline-success.btn-outline-lighten-4{color:#72e3a4!important;border-color:#72e3a4!important}.btn-outline-success.btn-outline-lighten-4:hover{background-color:#72e3a4!important}.border-success.border-lighten-4{border:1px solid #72e3a4!important}.border-top-success.border-top-lighten-4{border-top:1px solid #72e3a4!important}.border-bottom-success.border-bottom-lighten-4{border-bottom:1px solid #72e3a4!important}.border-left-success.border-left-lighten-4{border-left:1px solid #72e3a4!important}.border-right-success.border-right-lighten-4{border-right:1px solid #72e3a4!important}.overlay-success.overlay-lighten-4{background:#72e3a4;background:rgba(114,227,164,.6)}.bg-success.bg-lighten-3,.btn-success.btn-lighten-3{background-color:#5dde97!important}.success.lighten-3{color:#5dde97!important}.btn-success.btn-lighten-3{border-color:#1f9d57!important}.btn-success.btn-lighten-3:hover{border-color:#1f9d57!important;background-color:#1b874b!important}.btn-success.btn-lighten-3:active,.btn-success.btn-lighten-3:focus{border-color:#1b874b!important;background-color:#177240!important}.btn-outline-success.btn-outline-lighten-3{color:#5dde97!important;border-color:#5dde97!important}.btn-outline-success.btn-outline-lighten-3:hover{background-color:#5dde97!important}.border-success.border-lighten-3{border:1px solid #5dde97!important}.border-top-success.border-top-lighten-3{border-top:1px solid #5dde97!important}.border-bottom-success.border-bottom-lighten-3{border-bottom:1px solid #5dde97!important}.border-left-success.border-left-lighten-3{border-left:1px solid #5dde97!important}.border-right-success.border-right-lighten-3{border-right:1px solid #5dde97!important}.overlay-success.overlay-lighten-3{background:#5dde97;background:rgba(93,222,151,.6)}.bg-success.bg-lighten-2,.btn-success.btn-lighten-2{background-color:#48da89!important}.success.lighten-2{color:#48da89!important}.btn-success.btn-lighten-2{border-color:#1f9d57!important}.btn-success.btn-lighten-2:hover{border-color:#1f9d57!important;background-color:#1b874b!important}.btn-success.btn-lighten-2:active,.btn-success.btn-lighten-2:focus{border-color:#1b874b!important;background-color:#177240!important}.btn-outline-success.btn-outline-lighten-2{color:#48da89!important;border-color:#48da89!important}.btn-outline-success.btn-outline-lighten-2:hover{background-color:#48da89!important}.border-success.border-lighten-2{border:1px solid #48da89!important}.border-top-success.border-top-lighten-2{border-top:1px solid #48da89!important}.border-bottom-success.border-bottom-lighten-2{border-bottom:1px solid #48da89!important}.border-left-success.border-left-lighten-2{border-left:1px solid #48da89!important}.border-right-success.border-right-lighten-2{border-right:1px solid #48da89!important}.overlay-success.overlay-lighten-2{background:#48da89;background:rgba(72,218,137,.6)}.bg-success.bg-lighten-1,.btn-success.btn-lighten-1{background-color:#33d67c!important}.success.lighten-1{color:#33d67c!important}.btn-success.btn-lighten-1{border-color:#1f9d57!important}.btn-success.btn-lighten-1:hover{border-color:#1f9d57!important;background-color:#1b874b!important}.btn-success.btn-lighten-1:active,.btn-success.btn-lighten-1:focus{border-color:#1b874b!important;background-color:#177240!important}.btn-outline-success.btn-outline-lighten-1{color:#33d67c!important;border-color:#33d67c!important}.alert-success,.success{color:#28c76f!important}.btn-outline-success.btn-outline-lighten-1:hover{background-color:#33d67c!important}.border-success.border-lighten-1{border:1px solid #33d67c!important}.border-top-success.border-top-lighten-1{border-top:1px solid #33d67c!important}.border-bottom-success.border-bottom-lighten-1{border-bottom:1px solid #33d67c!important}.border-left-success.border-left-lighten-1{border-left:1px solid #33d67c!important}.border-right-success.border-right-lighten-1{border-right:1px solid #33d67c!important}.overlay-success.overlay-lighten-1{background:#33d67c;background:rgba(51,214,124,.6)}.bg-success{background-color:#28c76f!important}.bg-success .card-footer,.bg-success .card-header{background-color:transparent}.alert-success{background:rgba(40,199,111,.2)!important}.alert-success .alert-heading{-webkit-box-shadow:rgba(40,199,111,.4) 0 6px 15px -7px;box-shadow:rgba(40,199,111,.4) 0 6px 15px -7px}.alert-success .alert-link{color:#24b263!important}.bg-rgba-success{background:rgba(40,199,111,.15)!important}.border-success{border:1px solid #28c76f!important}.border-top-success{border-top:1px solid #28c76f}.border-bottom-success{border-bottom:1px solid #28c76f}.border-left-success{border-left:1px solid #28c76f}.border-right-success{border-right:1px solid #28c76f}.badge-success.badge-glow,.bg-success.badge-glow,.border-success.badge-glow{-webkit-box-shadow:0 0 10px #28c76f;box-shadow:0 0 10px #28c76f}.badge.badge-success{background-color:#28c76f}.overlay-success{background:#28c76f;background:rgba(40,199,111,.6)}.btn-success{color:#fff;border-color:#1f9d57!important;background-color:#28c76f!important}.btn-success:active,.btn-success:focus,.btn-success:hover{color:#fff!important}.btn-success:hover{border-color:#24b263!important;-webkit-box-shadow:0 8px 25px -8px #28c76f;box-shadow:0 8px 25px -8px #28c76f}.btn-flat-success{color:#28c76f;background-color:transparent}.btn-flat-success:hover{color:#28c76f;background-color:rgba(40,199,111,.1)}.btn-flat-success:active,.btn-flat-success:focus{color:#fff!important;background-color:#28c76f}.btn-relief-success{color:#fff;background-color:#28c76f;-webkit-box-shadow:inset 0 -3px 0 0 rgba(0,0,0,.2);box-shadow:inset 0 -3px 0 0 rgba(0,0,0,.2)}.btn-relief-success:hover{color:#fff}.btn-relief-success:active,.btn-relief-success:focus{transform:translateY(3px);outline:0}.btn-relief-info:active,.btn-relief-info:focus,.btn-relief-warning:active,.btn-relief-warning:focus{-webkit-transform:translateY(3px);-moz-transform:translateY(3px);-ms-transform:translateY(3px);-o-transform:translateY(3px);outline:0}.btn-outline-success{color:#28c76f;border:1px solid #28c76f;background-color:transparent}.divider.divider-success .divider-text:after,.divider.divider-success .divider-text:before,.vs-checkbox-success input:checked~.vs-checkbox{border-color:#28c76f!important}.btn-outline-success:hover{color:#28c76f;background-color:rgba(40,199,111,.08)}.btn-outline-success:active{color:#fff!important}.btn-flat-success~.dropdown-menu .dropdown-item.active,.btn-outline-success~.dropdown-menu .dropdown-item.active,.btn-success~.dropdown-menu .dropdown-item.active{color:#fff;background-color:#28c76f}.btn-flat-success~.dropdown-menu .dropdown-item.active:hover,.btn-outline-success~.dropdown-menu .dropdown-item.active:hover,.btn-success~.dropdown-menu .dropdown-item.active:hover{color:#fff}.btn-flat-success~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,.btn-outline-success~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,.btn-success~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,.dropdown.dropdown-icon-wrapper .btn-flat-success~.dropdown-menu .dropdown-item:hover i,.dropdown.dropdown-icon-wrapper .btn-outline-success~.dropdown-menu .dropdown-item:hover i,.dropdown.dropdown-icon-wrapper .btn-success~.dropdown-menu .dropdown-item:hover i,.dropleft.dropdown-icon-wrapper .btn-flat-success~.dropdown-menu .dropdown-item:hover i,.dropleft.dropdown-icon-wrapper .btn-outline-success~.dropdown-menu .dropdown-item:hover i,.dropleft.dropdown-icon-wrapper .btn-success~.dropdown-menu .dropdown-item:hover i,.dropright.dropdown-icon-wrapper .btn-flat-success~.dropdown-menu .dropdown-item:hover i,.dropright.dropdown-icon-wrapper .btn-outline-success~.dropdown-menu .dropdown-item:hover i,.dropright.dropdown-icon-wrapper .btn-success~.dropdown-menu .dropdown-item:hover i,.dropup.dropdown-icon-wrapper .btn-flat-success~.dropdown-menu .dropdown-item:hover i,.dropup.dropdown-icon-wrapper .btn-outline-success~.dropdown-menu .dropdown-item:hover i,.dropup.dropdown-icon-wrapper .btn-success~.dropdown-menu .dropdown-item:hover i{color:#28c76f}.dropdown.dropdown-icon-wrapper .btn-flat-success~.dropdown-menu .dropdown-item:active i,.dropdown.dropdown-icon-wrapper .btn-outline-success~.dropdown-menu .dropdown-item:active i,.dropdown.dropdown-icon-wrapper .btn-success~.dropdown-menu .dropdown-item:active i,.dropleft.dropdown-icon-wrapper .btn-flat-success~.dropdown-menu .dropdown-item:active i,.dropleft.dropdown-icon-wrapper .btn-outline-success~.dropdown-menu .dropdown-item:active i,.dropleft.dropdown-icon-wrapper .btn-success~.dropdown-menu .dropdown-item:active i,.dropright.dropdown-icon-wrapper .btn-flat-success~.dropdown-menu .dropdown-item:active i,.dropright.dropdown-icon-wrapper .btn-outline-success~.dropdown-menu .dropdown-item:active i,.dropright.dropdown-icon-wrapper .btn-success~.dropdown-menu .dropdown-item:active i,.dropup.dropdown-icon-wrapper .btn-flat-success~.dropdown-menu .dropdown-item:active i,.dropup.dropdown-icon-wrapper .btn-outline-success~.dropdown-menu .dropdown-item:active i,.dropup.dropdown-icon-wrapper .btn-success~.dropdown-menu .dropdown-item:active i,.pagination-success .page-item.active .page-link:hover{color:#fff}.bullet.bullet-success{background-color:#28c76f}.pagination-success .page-item.active .page-link{color:#fff;background:#28c76f}.pagination-success .page-item .page-link:hover{color:#28c76f}.pagination-success .page-item.next-item .page-link:hover,.pagination-success .page-item.prev-item .page-link:hover{color:#fff;background:#28c76f}.nav-pill-success .nav-item .nav-link.active{color:#fff;background-color:#28c76f}.progress-bar-success{background-color:rgba(40,199,111,.1)}.progress-bar-success .progress-bar{background-color:#28c76f}.chip-success,.vs-checkbox-success input:active:checked+.vs-checkbox .vs-checkbox--check,.vs-checkbox-success input:checked~.vs-checkbox .vs-checkbox--check,input[type=checkbox].bg-success+.custom-control-label:before,input[type=radio].bg-success+.custom-control-label:before{background-color:#28c76f!important}.chip-success .chip-body{color:#fff!important}.custom-switch-success .custom-control-input:checked~.custom-control-label::before{-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out;color:#fff;background-color:#28c76f!important}.vs-radio-success input:checked~.vs-radio .vs-radio--circle{background:#28c76f!important;-webkit-box-shadow:0 3px 12px 0 rgba(40,199,111,.4)!important;box-shadow:0 3px 12px 0 rgba(40,199,111,.4)!important}.bg-success.bg-darken-1,.btn-success.btn-darken-1{background-color:#24b263!important}.success.darken-1{color:#24b263!important}.btn-success.btn-darken-1{border-color:#1f9d57!important}.btn-success.btn-darken-1:hover{border-color:#1f9d57!important;background-color:#1b874b!important}.btn-success.btn-darken-1:active,.btn-success.btn-darken-1:focus{border-color:#1b874b!important;background-color:#177240!important}.btn-outline-success.btn-outline-darken-1{color:#24b263!important;border-color:#24b263!important}.btn-outline-success.btn-outline-darken-1:hover{background-color:#24b263!important}.border-success.border-darken-1{border:1px solid #24b263!important}.border-top-success.border-top-darken-1{border-top:1px solid #24b263!important}.border-bottom-success.border-bottom-darken-1{border-bottom:1px solid #24b263!important}.border-left-success.border-left-darken-1{border-left:1px solid #24b263!important}.border-right-success.border-right-darken-1{border-right:1px solid #24b263!important}.overlay-success.overlay-darken-1{background:#24b263;background:rgba(36,178,99,.6)}.bg-success.bg-darken-2,.btn-success.btn-darken-2{background-color:#1f9d57!important}.success.darken-2{color:#1f9d57!important}.btn-success.btn-darken-2{border-color:#1f9d57!important}.btn-success.btn-darken-2:hover{border-color:#1f9d57!important;background-color:#1b874b!important}.btn-success.btn-darken-2:active,.btn-success.btn-darken-2:focus{border-color:#1b874b!important;background-color:#177240!important}.btn-outline-success.btn-outline-darken-2{color:#1f9d57!important;border-color:#1f9d57!important}.btn-outline-success.btn-outline-darken-2:hover{background-color:#1f9d57!important}.border-success.border-darken-2{border:1px solid #1f9d57!important}.border-top-success.border-top-darken-2{border-top:1px solid #1f9d57!important}.border-bottom-success.border-bottom-darken-2{border-bottom:1px solid #1f9d57!important}.border-left-success.border-left-darken-2{border-left:1px solid #1f9d57!important}.border-right-success.border-right-darken-2{border-right:1px solid #1f9d57!important}.overlay-success.overlay-darken-2{background:#1f9d57;background:rgba(31,157,87,.6)}.success.darken-3{color:#1b874b!important}.bg-success.bg-darken-3{background-color:#1b874b!important}.btn-success.btn-darken-3,.btn-success.btn-darken-3:hover{border-color:#1f9d57!important;background-color:#1b874b!important}.btn-success.btn-darken-3:active,.btn-success.btn-darken-3:focus{border-color:#1b874b!important;background-color:#177240!important}.btn-outline-success.btn-outline-darken-3{color:#1b874b!important;border-color:#1b874b!important}.btn-outline-success.btn-outline-darken-3:hover{background-color:#1b874b!important}.border-success.border-darken-3{border:1px solid #1b874b!important}.border-top-success.border-top-darken-3{border-top:1px solid #1b874b!important}.border-bottom-success.border-bottom-darken-3{border-bottom:1px solid #1b874b!important}.border-left-success.border-left-darken-3{border-left:1px solid #1b874b!important}.border-right-success.border-right-darken-3{border-right:1px solid #1b874b!important}.overlay-success.overlay-darken-3{background:#1b874b;background:rgba(27,135,75,.6)}.bg-success.bg-darken-4,.btn-success.btn-darken-4{background-color:#177240!important}.success.darken-4{color:#177240!important}.btn-success.btn-darken-4{border-color:#1f9d57!important}.btn-success.btn-darken-4:hover{border-color:#1f9d57!important;background-color:#1b874b!important}.btn-success.btn-darken-4:active,.btn-success.btn-darken-4:focus{border-color:#1b874b!important;background-color:#177240!important}.btn-outline-success.btn-outline-darken-4{color:#177240!important;border-color:#177240!important}.btn-outline-success.btn-outline-darken-4:hover{background-color:#177240!important}.border-success.border-darken-4{border:1px solid #177240!important}.border-top-success.border-top-darken-4{border-top:1px solid #177240!important}.border-bottom-success.border-bottom-darken-4{border-bottom:1px solid #177240!important}.border-left-success.border-left-darken-4{border-left:1px solid #177240!important}.border-right-success.border-right-darken-4{border-right:1px solid #177240!important}.overlay-success.overlay-darken-4{background:#177240;background:rgba(23,114,64,.6)}.bg-success.bg-accent-1,.btn-success.btn-accent-1{background-color:#e1fff1!important}.success.accent-1{color:#e1fff1!important}.btn-success.btn-accent-1{border-color:#1f9d57!important}.btn-success.btn-accent-1:hover{border-color:#1f9d57!important;background-color:#1b874b!important}.btn-success.btn-accent-1:active,.btn-success.btn-accent-1:focus{border-color:#1b874b!important;background-color:#177240!important}.btn-outline-success.btn-outline-accent-1{color:#e1fff1!important;border-color:#e1fff1!important}.btn-outline-success.btn-outline-accent-1:hover{background-color:#e1fff1!important}.border-success.border-accent-1{border:1px solid #e1fff1!important}.border-top-success.border-top-accent-1{border-top:1px solid #e1fff1!important}.border-bottom-success.border-bottom-accent-1{border-bottom:1px solid #e1fff1!important}.border-left-success.border-left-accent-1{border-left:1px solid #e1fff1!important}.border-right-success.border-right-accent-1{border-right:1px solid #e1fff1!important}.overlay-success.overlay-accent-1{background:#e1fff1;background:rgba(225,255,241,.6)}.bg-success.bg-accent-2,.btn-success.btn-accent-2{background-color:#aeffd9!important}.success.accent-2{color:#aeffd9!important}.btn-success.btn-accent-2{border-color:#1f9d57!important}.btn-success.btn-accent-2:hover{border-color:#1f9d57!important;background-color:#1b874b!important}.btn-success.btn-accent-2:active,.btn-success.btn-accent-2:focus{border-color:#1b874b!important;background-color:#177240!important}.btn-outline-success.btn-outline-accent-2{color:#aeffd9!important;border-color:#aeffd9!important}.btn-outline-success.btn-outline-accent-2:hover{background-color:#aeffd9!important}.border-success.border-accent-2{border:1px solid #aeffd9!important}.border-top-success.border-top-accent-2{border-top:1px solid #aeffd9!important}.border-bottom-success.border-bottom-accent-2{border-bottom:1px solid #aeffd9!important}.border-left-success.border-left-accent-2{border-left:1px solid #aeffd9!important}.border-right-success.border-right-accent-2{border-right:1px solid #aeffd9!important}.overlay-success.overlay-accent-2{background:#aeffd9;background:rgba(174,255,217,.6)}.bg-success.bg-accent-3,.btn-success.btn-accent-3{background-color:#7bffc1!important}.success.accent-3{color:#7bffc1!important}.btn-success.btn-accent-3{border-color:#1f9d57!important}.btn-success.btn-accent-3:hover{border-color:#1f9d57!important;background-color:#1b874b!important}.btn-success.btn-accent-3:active,.btn-success.btn-accent-3:focus{border-color:#1b874b!important;background-color:#177240!important}.btn-outline-success.btn-outline-accent-3{color:#7bffc1!important;border-color:#7bffc1!important}.btn-outline-success.btn-outline-accent-3:hover{background-color:#7bffc1!important}.border-success.border-accent-3{border:1px solid #7bffc1!important}.border-top-success.border-top-accent-3{border-top:1px solid #7bffc1!important}.border-bottom-success.border-bottom-accent-3{border-bottom:1px solid #7bffc1!important}.border-left-success.border-left-accent-3{border-left:1px solid #7bffc1!important}.border-right-success.border-right-accent-3{border-right:1px solid #7bffc1!important}.overlay-success.overlay-accent-3{background:#7bffc1;background:rgba(123,255,193,.6)}.bg-success.bg-accent-4,.btn-success.btn-accent-4{background-color:#62ffb5!important}.success.accent-4{color:#62ffb5!important}.btn-success.btn-accent-4{border-color:#1f9d57!important}.btn-success.btn-accent-4:hover{border-color:#1f9d57!important;background-color:#1b874b!important}.btn-success.btn-accent-4:active,.btn-success.btn-accent-4:focus{border-color:#1b874b!important;background-color:#177240!important}.btn-outline-success.btn-outline-accent-4{color:#62ffb5!important;border-color:#62ffb5!important}.btn-outline-success.btn-outline-accent-4:hover{background-color:#62ffb5!important}.border-success.border-accent-4{border:1px solid #62ffb5!important}.border-top-success.border-top-accent-4{border-top:1px solid #62ffb5!important}.border-bottom-success.border-bottom-accent-4{border-bottom:1px solid #62ffb5!important}.border-left-success.border-left-accent-4{border-left:1px solid #62ffb5!important}.border-right-success.border-right-accent-4{border-right:1px solid #62ffb5!important}.overlay-success.overlay-accent-4{background:#62ffb5;background:rgba(98,255,181,.6)}.bg-success.bg-gradient-bg,.btn-success.btn-gradient-bg{background-color:#0064fa!important}.success.gradient-bg{color:#0064fa!important}.btn-success.btn-gradient-bg{border-color:#1f9d57!important}.btn-success.btn-gradient-bg:hover{border-color:#1f9d57!important;background-color:#1b874b!important}.btn-success.btn-gradient-bg:active,.btn-success.btn-gradient-bg:focus{border-color:#1b874b!important;background-color:#177240!important}.btn-outline-success.btn-outline-gradient-bg{color:#0064fa!important;border-color:#0064fa!important}.btn-outline-success.btn-outline-gradient-bg:hover{background-color:#0064fa!important}input:focus~.bg-success{-webkit-box-shadow:0 0 0 .075rem #fff,0 0 0 .21rem #0064fa!important;box-shadow:0 0 0 .075rem #fff,0 0 0 .21rem #0064fa!important}.border-success.border-gradient-bg{border:1px solid #0064fa!important}.border-top-success.border-top-gradient-bg{border-top:1px solid #0064fa!important}.border-bottom-success.border-bottom-gradient-bg{border-bottom:1px solid #0064fa!important}.border-left-success.border-left-gradient-bg{border-left:1px solid #0064fa!important}.border-right-success.border-right-gradient-bg{border-right:1px solid #0064fa!important}.overlay-success.overlay-gradient-bg{background:#0064fa;background:rgba(0,100,250,.6)}.bg-info.bg-gradient-light,.btn-info.btn-gradient-light{background-color:#2d91ff!important}.info.gradient-light{color:#2d91ff!important}.btn-info.btn-gradient-light{border-color:#00a1b5!important}.btn-info.btn-gradient-light:hover{border-color:#00a1b5!important;background-color:#008b9c!important}.btn-info.btn-gradient-light:active,.btn-info.btn-gradient-light:focus{border-color:#008b9c!important;background-color:#007482!important}.btn-outline-info.btn-outline-gradient-light{color:#2d91ff!important;border-color:#2d91ff!important}.btn-outline-info.btn-outline-gradient-light:hover{background-color:#2d91ff!important}.border-info.border-gradient-light{border:1px solid #2d91ff!important}.border-top-info.border-top-gradient-light{border-top:1px solid #2d91ff!important}.border-bottom-info.border-bottom-gradient-light{border-bottom:1px solid #2d91ff!important}.border-left-info.border-left-gradient-light{border-left:1px solid #2d91ff!important}.border-right-info.border-right-gradient-light{border-right:1px solid #2d91ff!important}.btn-info.btn-lighten-5,.btn-info.btn-lighten-5:hover{border-color:#00a1b5!important}.overlay-info.overlay-gradient-light{background:#2d91ff;background:rgba(45,145,255,.6)}.bg-info.bg-lighten-5,.btn-info.btn-lighten-5{background-color:#69efff!important}.info.lighten-5{color:#69efff!important}.btn-info.btn-lighten-5:hover{background-color:#008b9c!important}.btn-info.btn-lighten-5:active,.btn-info.btn-lighten-5:focus{border-color:#008b9c!important;background-color:#007482!important}.btn-outline-info.btn-outline-lighten-5{color:#69efff!important;border-color:#69efff!important}.btn-outline-info.btn-outline-lighten-5:hover{background-color:#69efff!important}.border-info.border-lighten-5{border:1px solid #69efff!important}.border-top-info.border-top-lighten-5{border-top:1px solid #69efff!important}.border-bottom-info.border-bottom-lighten-5{border-bottom:1px solid #69efff!important}.border-left-info.border-left-lighten-5{border-left:1px solid #69efff!important}.border-right-info.border-right-lighten-5{border-right:1px solid #69efff!important}.btn-info.btn-lighten-4,.btn-info.btn-lighten-4:hover{border-color:#00a1b5!important}.overlay-info.overlay-lighten-5{background:#69efff;background:rgba(105,239,255,.6)}.bg-info.bg-lighten-4,.btn-info.btn-lighten-4{background-color:#4fecff!important}.info.lighten-4{color:#4fecff!important}.btn-info.btn-lighten-4:hover{background-color:#008b9c!important}.btn-info.btn-lighten-4:active,.btn-info.btn-lighten-4:focus{border-color:#008b9c!important;background-color:#007482!important}.btn-outline-info.btn-outline-lighten-4{color:#4fecff!important;border-color:#4fecff!important}.btn-outline-info.btn-outline-lighten-4:hover{background-color:#4fecff!important}.border-info.border-lighten-4{border:1px solid #4fecff!important}.border-top-info.border-top-lighten-4{border-top:1px solid #4fecff!important}.border-bottom-info.border-bottom-lighten-4{border-bottom:1px solid #4fecff!important}.border-left-info.border-left-lighten-4{border-left:1px solid #4fecff!important}.border-right-info.border-right-lighten-4{border-right:1px solid #4fecff!important}.btn-info.btn-lighten-3,.btn-info.btn-lighten-3:hover{border-color:#00a1b5!important}.overlay-info.overlay-lighten-4{background:#4fecff;background:rgba(79,236,255,.6)}.bg-info.bg-lighten-3,.btn-info.btn-lighten-3{background-color:#36e9ff!important}.info.lighten-3{color:#36e9ff!important}.btn-info.btn-lighten-3:hover{background-color:#008b9c!important}.btn-info.btn-lighten-3:active,.btn-info.btn-lighten-3:focus{border-color:#008b9c!important;background-color:#007482!important}.btn-outline-info.btn-outline-lighten-3{color:#36e9ff!important;border-color:#36e9ff!important}.btn-outline-info.btn-outline-lighten-3:hover{background-color:#36e9ff!important}.border-info.border-lighten-3{border:1px solid #36e9ff!important}.border-top-info.border-top-lighten-3{border-top:1px solid #36e9ff!important}.border-bottom-info.border-bottom-lighten-3{border-bottom:1px solid #36e9ff!important}.border-left-info.border-left-lighten-3{border-left:1px solid #36e9ff!important}.border-right-info.border-right-lighten-3{border-right:1px solid #36e9ff!important}.btn-info.btn-lighten-2,.btn-info.btn-lighten-2:hover{border-color:#00a1b5!important}.overlay-info.overlay-lighten-3{background:#36e9ff;background:rgba(54,233,255,.6)}.bg-info.bg-lighten-2,.btn-info.btn-lighten-2{background-color:#1ce7ff!important}.info.lighten-2{color:#1ce7ff!important}.btn-info.btn-lighten-2:hover{background-color:#008b9c!important}.btn-info.btn-lighten-2:active,.btn-info.btn-lighten-2:focus{border-color:#008b9c!important;background-color:#007482!important}.btn-outline-info.btn-outline-lighten-2{color:#1ce7ff!important;border-color:#1ce7ff!important}.btn-outline-info.btn-outline-lighten-2:hover{background-color:#1ce7ff!important}.border-info.border-lighten-2{border:1px solid #1ce7ff!important}.border-top-info.border-top-lighten-2{border-top:1px solid #1ce7ff!important}.border-bottom-info.border-bottom-lighten-2{border-bottom:1px solid #1ce7ff!important}.border-left-info.border-left-lighten-2{border-left:1px solid #1ce7ff!important}.border-right-info.border-right-lighten-2{border-right:1px solid #1ce7ff!important}.btn-info.btn-lighten-1,.btn-info.btn-lighten-1:hover{border-color:#00a1b5!important}.overlay-info.overlay-lighten-2{background:#1ce7ff;background:rgba(28,231,255,.6)}.bg-info.bg-lighten-1,.btn-info.btn-lighten-1{background-color:#03e4ff!important}.info.lighten-1{color:#03e4ff!important}.btn-info.btn-lighten-1:hover{background-color:#008b9c!important}.btn-info.btn-lighten-1:active,.btn-info.btn-lighten-1:focus{border-color:#008b9c!important;background-color:#007482!important}.btn-outline-info.btn-outline-lighten-1{color:#03e4ff!important;border-color:#03e4ff!important}.alert-info,.info{color:#00cfe8!important}.btn-outline-info.btn-outline-lighten-1:hover{background-color:#03e4ff!important}.border-info.border-lighten-1{border:1px solid #03e4ff!important}.border-top-info.border-top-lighten-1{border-top:1px solid #03e4ff!important}.border-bottom-info.border-bottom-lighten-1{border-bottom:1px solid #03e4ff!important}.border-left-info.border-left-lighten-1{border-left:1px solid #03e4ff!important}.border-right-info.border-right-lighten-1{border-right:1px solid #03e4ff!important}.overlay-info.overlay-lighten-1{background:#03e4ff;background:rgba(3,228,255,.6)}.bg-info{background-color:#00cfe8!important}.bg-info .card-footer,.bg-info .card-header{background-color:transparent}.alert-info{background:rgba(0,207,232,.2)!important}.alert-info .alert-heading{-webkit-box-shadow:rgba(0,207,232,.4) 0 6px 15px -7px;box-shadow:rgba(0,207,232,.4) 0 6px 15px -7px}.alert-info .alert-link{color:#00b8cf!important}.bg-rgba-info{background:rgba(0,207,232,.15)!important}.border-info{border:1px solid #00cfe8!important}.border-top-info{border-top:1px solid #00cfe8}.border-bottom-info{border-bottom:1px solid #00cfe8}.border-left-info{border-left:1px solid #00cfe8}.border-right-info{border-right:1px solid #00cfe8}.badge-info.badge-glow,.bg-info.badge-glow,.border-info.badge-glow{-webkit-box-shadow:0 0 10px #00cfe8;box-shadow:0 0 10px #00cfe8}.badge.badge-info{background-color:#00cfe8}.overlay-info{background:#00cfe8;background:rgba(0,207,232,.6)}.btn-info{color:#fff;border-color:#00a1b5!important;background-color:#00cfe8!important}.btn-info:active,.btn-info:focus,.btn-info:hover{color:#fff!important}.btn-info:hover{border-color:#00b8cf!important;-webkit-box-shadow:0 8px 25px -8px #00cfe8;box-shadow:0 8px 25px -8px #00cfe8}.btn-flat-info{color:#00cfe8;background-color:transparent}.btn-flat-info:hover{color:#00cfe8;background-color:rgba(0,207,232,.1)}.btn-flat-info:active,.btn-flat-info:focus{color:#fff!important;background-color:#00cfe8}.btn-relief-info{color:#fff;background-color:#00cfe8;-webkit-box-shadow:inset 0 -3px 0 0 rgba(0,0,0,.2);box-shadow:inset 0 -3px 0 0 rgba(0,0,0,.2)}.btn-relief-info:hover{color:#fff}.btn-relief-info:active,.btn-relief-info:focus{transform:translateY(3px)}.btn-outline-info{color:#00cfe8;border:1px solid #00cfe8;background-color:transparent}.divider.divider-info .divider-text:after,.divider.divider-info .divider-text:before,.vs-checkbox-info input:checked~.vs-checkbox{border-color:#00cfe8!important}.btn-outline-info:hover{color:#00cfe8;background-color:rgba(0,207,232,.08)}.btn-outline-info:active{color:#fff!important}.btn-flat-info~.dropdown-menu .dropdown-item.active,.btn-info~.dropdown-menu .dropdown-item.active,.btn-outline-info~.dropdown-menu .dropdown-item.active{color:#fff;background-color:#00cfe8}.btn-flat-info~.dropdown-menu .dropdown-item.active:hover,.btn-info~.dropdown-menu .dropdown-item.active:hover,.btn-outline-info~.dropdown-menu .dropdown-item.active:hover{color:#fff}.btn-flat-info~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,.btn-info~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,.btn-outline-info~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,.dropdown.dropdown-icon-wrapper .btn-flat-info~.dropdown-menu .dropdown-item:hover i,.dropdown.dropdown-icon-wrapper .btn-info~.dropdown-menu .dropdown-item:hover i,.dropdown.dropdown-icon-wrapper .btn-outline-info~.dropdown-menu .dropdown-item:hover i,.dropleft.dropdown-icon-wrapper .btn-flat-info~.dropdown-menu .dropdown-item:hover i,.dropleft.dropdown-icon-wrapper .btn-info~.dropdown-menu .dropdown-item:hover i,.dropleft.dropdown-icon-wrapper .btn-outline-info~.dropdown-menu .dropdown-item:hover i,.dropright.dropdown-icon-wrapper .btn-flat-info~.dropdown-menu .dropdown-item:hover i,.dropright.dropdown-icon-wrapper .btn-info~.dropdown-menu .dropdown-item:hover i,.dropright.dropdown-icon-wrapper .btn-outline-info~.dropdown-menu .dropdown-item:hover i,.dropup.dropdown-icon-wrapper .btn-flat-info~.dropdown-menu .dropdown-item:hover i,.dropup.dropdown-icon-wrapper .btn-info~.dropdown-menu .dropdown-item:hover i,.dropup.dropdown-icon-wrapper .btn-outline-info~.dropdown-menu .dropdown-item:hover i{color:#00cfe8}.dropdown.dropdown-icon-wrapper .btn-flat-info~.dropdown-menu .dropdown-item:active i,.dropdown.dropdown-icon-wrapper .btn-info~.dropdown-menu .dropdown-item:active i,.dropdown.dropdown-icon-wrapper .btn-outline-info~.dropdown-menu .dropdown-item:active i,.dropleft.dropdown-icon-wrapper .btn-flat-info~.dropdown-menu .dropdown-item:active i,.dropleft.dropdown-icon-wrapper .btn-info~.dropdown-menu .dropdown-item:active i,.dropleft.dropdown-icon-wrapper .btn-outline-info~.dropdown-menu .dropdown-item:active i,.dropright.dropdown-icon-wrapper .btn-flat-info~.dropdown-menu .dropdown-item:active i,.dropright.dropdown-icon-wrapper .btn-info~.dropdown-menu .dropdown-item:active i,.dropright.dropdown-icon-wrapper .btn-outline-info~.dropdown-menu .dropdown-item:active i,.dropup.dropdown-icon-wrapper .btn-flat-info~.dropdown-menu .dropdown-item:active i,.dropup.dropdown-icon-wrapper .btn-info~.dropdown-menu .dropdown-item:active i,.dropup.dropdown-icon-wrapper .btn-outline-info~.dropdown-menu .dropdown-item:active i,.pagination-info .page-item.active .page-link:hover{color:#fff}.bullet.bullet-info{background-color:#00cfe8}.pagination-info .page-item.active .page-link{color:#fff;background:#00cfe8}.pagination-info .page-item .page-link:hover{color:#00cfe8}.pagination-info .page-item.next-item .page-link:hover,.pagination-info .page-item.prev-item .page-link:hover{color:#fff;background:#00cfe8}.nav-pill-info .nav-item .nav-link.active{color:#fff;background-color:#00cfe8}.progress-bar-info{background-color:rgba(0,207,232,.1)}.progress-bar-info .progress-bar{background-color:#00cfe8}.chip-info,.vs-checkbox-info input:active:checked+.vs-checkbox .vs-checkbox--check,.vs-checkbox-info input:checked~.vs-checkbox .vs-checkbox--check,input[type=checkbox].bg-info+.custom-control-label:before,input[type=radio].bg-info+.custom-control-label:before{background-color:#00cfe8!important}.chip-info .chip-body{color:#fff!important}.btn-info.btn-darken-1,.btn-info.btn-darken-1:hover{border-color:#00a1b5!important}.custom-switch-info .custom-control-input:checked~.custom-control-label::before{-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out;color:#fff;background-color:#00cfe8!important}.vs-radio-info input:checked~.vs-radio .vs-radio--circle{background:#00cfe8!important;-webkit-box-shadow:0 3px 12px 0 rgba(0,207,232,.4)!important;box-shadow:0 3px 12px 0 rgba(0,207,232,.4)!important}.bg-info.bg-darken-1,.btn-info.btn-darken-1{background-color:#00b8cf!important}.info.darken-1{color:#00b8cf!important}.btn-info.btn-darken-1:hover{background-color:#008b9c!important}.btn-info.btn-darken-1:active,.btn-info.btn-darken-1:focus{border-color:#008b9c!important;background-color:#007482!important}.btn-outline-info.btn-outline-darken-1{color:#00b8cf!important;border-color:#00b8cf!important}.btn-outline-info.btn-outline-darken-1:hover{background-color:#00b8cf!important}.border-info.border-darken-1{border:1px solid #00b8cf!important}.border-top-info.border-top-darken-1{border-top:1px solid #00b8cf!important}.border-bottom-info.border-bottom-darken-1{border-bottom:1px solid #00b8cf!important}.border-left-info.border-left-darken-1{border-left:1px solid #00b8cf!important}.border-right-info.border-right-darken-1{border-right:1px solid #00b8cf!important}.btn-info.btn-darken-2,.btn-info.btn-darken-2:hover{border-color:#00a1b5!important}.overlay-info.overlay-darken-1{background:#00b8cf;background:rgba(0,184,207,.6)}.bg-info.bg-darken-2,.btn-info.btn-darken-2{background-color:#00a1b5!important}.info.darken-2{color:#00a1b5!important}.btn-info.btn-darken-2:hover{background-color:#008b9c!important}.btn-info.btn-darken-2:active,.btn-info.btn-darken-2:focus{border-color:#008b9c!important;background-color:#007482!important}.btn-outline-info.btn-outline-darken-2{color:#00a1b5!important;border-color:#00a1b5!important}.btn-outline-info.btn-outline-darken-2:hover{background-color:#00a1b5!important}.border-info.border-darken-2{border:1px solid #00a1b5!important}.border-top-info.border-top-darken-2{border-top:1px solid #00a1b5!important}.border-bottom-info.border-bottom-darken-2{border-bottom:1px solid #00a1b5!important}.border-left-info.border-left-darken-2{border-left:1px solid #00a1b5!important}.border-right-info.border-right-darken-2{border-right:1px solid #00a1b5!important}.overlay-info.overlay-darken-2{background:#00a1b5;background:rgba(0,161,181,.6)}.info.darken-3{color:#008b9c!important}.bg-info.bg-darken-3{background-color:#008b9c!important}.btn-info.btn-darken-3,.btn-info.btn-darken-3:hover{border-color:#00a1b5!important;background-color:#008b9c!important}.btn-info.btn-darken-3:active,.btn-info.btn-darken-3:focus{border-color:#008b9c!important;background-color:#007482!important}.btn-outline-info.btn-outline-darken-3{color:#008b9c!important;border-color:#008b9c!important}.btn-outline-info.btn-outline-darken-3:hover{background-color:#008b9c!important}.border-info.border-darken-3{border:1px solid #008b9c!important}.border-top-info.border-top-darken-3{border-top:1px solid #008b9c!important}.border-bottom-info.border-bottom-darken-3{border-bottom:1px solid #008b9c!important}.border-left-info.border-left-darken-3{border-left:1px solid #008b9c!important}.border-right-info.border-right-darken-3{border-right:1px solid #008b9c!important}.btn-info.btn-darken-4,.btn-info.btn-darken-4:hover{border-color:#00a1b5!important}.overlay-info.overlay-darken-3{background:#008b9c;background:rgba(0,139,156,.6)}.bg-info.bg-darken-4,.btn-info.btn-darken-4{background-color:#007482!important}.info.darken-4{color:#007482!important}.btn-info.btn-darken-4:hover{background-color:#008b9c!important}.btn-info.btn-darken-4:active,.btn-info.btn-darken-4:focus{border-color:#008b9c!important;background-color:#007482!important}.btn-outline-info.btn-outline-darken-4{color:#007482!important;border-color:#007482!important}.btn-outline-info.btn-outline-darken-4:hover{background-color:#007482!important}.border-info.border-darken-4{border:1px solid #007482!important}.border-top-info.border-top-darken-4{border-top:1px solid #007482!important}.border-bottom-info.border-bottom-darken-4{border-bottom:1px solid #007482!important}.border-left-info.border-left-darken-4{border-left:1px solid #007482!important}.border-right-info.border-right-darken-4{border-right:1px solid #007482!important}.btn-info.btn-accent-1,.btn-info.btn-accent-1:hover{border-color:#00a1b5!important}.overlay-info.overlay-darken-4{background:#007482;background:rgba(0,116,130,.6)}.bg-info.bg-accent-1,.btn-info.btn-accent-1{background-color:#feffff!important}.info.accent-1{color:#feffff!important}.btn-info.btn-accent-1:hover{background-color:#008b9c!important}.btn-info.btn-accent-1:active,.btn-info.btn-accent-1:focus{border-color:#008b9c!important;background-color:#007482!important}.btn-outline-info.btn-outline-accent-1{color:#feffff!important;border-color:#feffff!important}.btn-outline-info.btn-outline-accent-1:hover{background-color:#feffff!important}.border-info.border-accent-1{border:1px solid #feffff!important}.border-top-info.border-top-accent-1{border-top:1px solid #feffff!important}.border-bottom-info.border-bottom-accent-1{border-bottom:1px solid #feffff!important}.border-left-info.border-left-accent-1{border-left:1px solid #feffff!important}.border-right-info.border-right-accent-1{border-right:1px solid #feffff!important}.btn-info.btn-accent-2,.btn-info.btn-accent-2:hover{border-color:#00a1b5!important}.overlay-info.overlay-accent-1{background:#feffff;background:rgba(254,255,255,.6)}.bg-info.bg-accent-2,.btn-info.btn-accent-2{background-color:#cbf5ff!important}.info.accent-2{color:#cbf5ff!important}.btn-info.btn-accent-2:hover{background-color:#008b9c!important}.btn-info.btn-accent-2:active,.btn-info.btn-accent-2:focus{border-color:#008b9c!important;background-color:#007482!important}.btn-outline-info.btn-outline-accent-2{color:#cbf5ff!important;border-color:#cbf5ff!important}.btn-outline-info.btn-outline-accent-2:hover{background-color:#cbf5ff!important}.border-info.border-accent-2{border:1px solid #cbf5ff!important}.border-top-info.border-top-accent-2{border-top:1px solid #cbf5ff!important}.border-bottom-info.border-bottom-accent-2{border-bottom:1px solid #cbf5ff!important}.border-left-info.border-left-accent-2{border-left:1px solid #cbf5ff!important}.border-right-info.border-right-accent-2{border-right:1px solid #cbf5ff!important}.btn-info.btn-accent-3,.btn-info.btn-accent-3:hover{border-color:#00a1b5!important}.overlay-info.overlay-accent-2{background:#cbf5ff;background:rgba(203,245,255,.6)}.bg-info.bg-accent-3,.btn-info.btn-accent-3{background-color:#98ecff!important}.info.accent-3{color:#98ecff!important}.btn-info.btn-accent-3:hover{background-color:#008b9c!important}.btn-info.btn-accent-3:active,.btn-info.btn-accent-3:focus{border-color:#008b9c!important;background-color:#007482!important}.btn-outline-info.btn-outline-accent-3{color:#98ecff!important;border-color:#98ecff!important}.btn-outline-info.btn-outline-accent-3:hover{background-color:#98ecff!important}.border-info.border-accent-3{border:1px solid #98ecff!important}.border-top-info.border-top-accent-3{border-top:1px solid #98ecff!important}.border-bottom-info.border-bottom-accent-3{border-bottom:1px solid #98ecff!important}.border-left-info.border-left-accent-3{border-left:1px solid #98ecff!important}.border-right-info.border-right-accent-3{border-right:1px solid #98ecff!important}.btn-info.btn-accent-4,.btn-info.btn-accent-4:hover{border-color:#00a1b5!important}.overlay-info.overlay-accent-3{background:#98ecff;background:rgba(152,236,255,.6)}.bg-info.bg-accent-4,.btn-info.btn-accent-4{background-color:#7fe7ff!important}.info.accent-4{color:#7fe7ff!important}.btn-info.btn-accent-4:hover{background-color:#008b9c!important}.btn-info.btn-accent-4:active,.btn-info.btn-accent-4:focus{border-color:#008b9c!important;background-color:#007482!important}.btn-outline-info.btn-outline-accent-4{color:#7fe7ff!important;border-color:#7fe7ff!important}.btn-outline-info.btn-outline-accent-4:hover{background-color:#7fe7ff!important}.border-info.border-accent-4{border:1px solid #7fe7ff!important}.border-top-info.border-top-accent-4{border-top:1px solid #7fe7ff!important}.border-bottom-info.border-bottom-accent-4{border-bottom:1px solid #7fe7ff!important}.border-left-info.border-left-accent-4{border-left:1px solid #7fe7ff!important}.border-right-info.border-right-accent-4{border-right:1px solid #7fe7ff!important}.overlay-info.overlay-accent-4{background:#7fe7ff;background:rgba(127,231,255,.6)}.bg-info.bg-gradient-bg,.btn-info.btn-gradient-bg{background-color:#640064!important}.info.gradient-bg{color:#640064!important}.btn-info.btn-gradient-bg{border-color:#00a1b5!important}.btn-info.btn-gradient-bg:hover{border-color:#00a1b5!important;background-color:#008b9c!important}.btn-info.btn-gradient-bg:active,.btn-info.btn-gradient-bg:focus{border-color:#008b9c!important;background-color:#007482!important}.btn-outline-info.btn-outline-gradient-bg{color:#640064!important;border-color:#640064!important}.btn-outline-info.btn-outline-gradient-bg:hover{background-color:#640064!important}input:focus~.bg-info{-webkit-box-shadow:0 0 0 .075rem #fff,0 0 0 .21rem #640064!important;box-shadow:0 0 0 .075rem #fff,0 0 0 .21rem #640064!important}.border-info.border-gradient-bg{border:1px solid #640064!important}.border-top-info.border-top-gradient-bg{border-top:1px solid #640064!important}.border-bottom-info.border-bottom-gradient-bg{border-bottom:1px solid #640064!important}.border-left-info.border-left-gradient-bg{border-left:1px solid #640064!important}.border-right-info.border-right-gradient-bg{border-right:1px solid #640064!important}.overlay-info.overlay-gradient-bg{background:#640064;background:rgba(100,0,100,.6)}.bg-warning.bg-gradient-light,.btn-warning.btn-gradient-light{background-color:#fff487!important}.warning.gradient-light{color:#fff487!important}.btn-warning.btn-gradient-light{border-color:#ff8510!important}.btn-warning.btn-gradient-light:hover{border-color:#ff8510!important;background-color:#f67800!important}.btn-warning.btn-gradient-light:active,.btn-warning.btn-gradient-light:focus{border-color:#f67800!important;background-color:#dc6c00!important}.btn-outline-warning.btn-outline-gradient-light{color:#fff487!important;border-color:#fff487!important}.btn-outline-warning.btn-outline-gradient-light:hover{background-color:#fff487!important}.border-warning.border-gradient-light{border:1px solid #fff487!important}.border-top-warning.border-top-gradient-light{border-top:1px solid #fff487!important}.border-bottom-warning.border-bottom-gradient-light{border-bottom:1px solid #fff487!important}.border-left-warning.border-left-gradient-light{border-left:1px solid #fff487!important}.border-right-warning.border-right-gradient-light{border-right:1px solid #fff487!important}.overlay-warning.overlay-gradient-light{background:#fff487;background:rgba(255,244,135,.6)}.bg-warning.bg-lighten-5,.btn-warning.btn-lighten-5{background-color:#ffe0c3!important}.warning.lighten-5{color:#ffe0c3!important}.btn-warning.btn-lighten-5{border-color:#ff8510!important}.btn-warning.btn-lighten-5:hover{border-color:#ff8510!important;background-color:#f67800!important}.btn-warning.btn-lighten-5:active,.btn-warning.btn-lighten-5:focus{border-color:#f67800!important;background-color:#dc6c00!important}.btn-outline-warning.btn-outline-lighten-5{color:#ffe0c3!important;border-color:#ffe0c3!important}.btn-outline-warning.btn-outline-lighten-5:hover{background-color:#ffe0c3!important}.border-warning.border-lighten-5{border:1px solid #ffe0c3!important}.border-top-warning.border-top-lighten-5{border-top:1px solid #ffe0c3!important}.border-bottom-warning.border-bottom-lighten-5{border-bottom:1px solid #ffe0c3!important}.border-left-warning.border-left-lighten-5{border-left:1px solid #ffe0c3!important}.border-right-warning.border-right-lighten-5{border-right:1px solid #ffe0c3!important}.overlay-warning.overlay-lighten-5{background:#ffe0c3;background:rgba(255,224,195,.6)}.bg-warning.bg-lighten-4,.btn-warning.btn-lighten-4{background-color:#ffd3a9!important}.warning.lighten-4{color:#ffd3a9!important}.btn-warning.btn-lighten-4{border-color:#ff8510!important}.btn-warning.btn-lighten-4:hover{border-color:#ff8510!important;background-color:#f67800!important}.btn-warning.btn-lighten-4:active,.btn-warning.btn-lighten-4:focus{border-color:#f67800!important;background-color:#dc6c00!important}.btn-outline-warning.btn-outline-lighten-4{color:#ffd3a9!important;border-color:#ffd3a9!important}.btn-outline-warning.btn-outline-lighten-4:hover{background-color:#ffd3a9!important}.border-warning.border-lighten-4{border:1px solid #ffd3a9!important}.border-top-warning.border-top-lighten-4{border-top:1px solid #ffd3a9!important}.border-bottom-warning.border-bottom-lighten-4{border-bottom:1px solid #ffd3a9!important}.border-left-warning.border-left-lighten-4{border-left:1px solid #ffd3a9!important}.border-right-warning.border-right-lighten-4{border-right:1px solid #ffd3a9!important}.overlay-warning.overlay-lighten-4{background:#ffd3a9;background:rgba(255,211,169,.6)}.bg-warning.bg-lighten-3,.btn-warning.btn-lighten-3{background-color:#ffc690!important}.warning.lighten-3{color:#ffc690!important}.btn-warning.btn-lighten-3{border-color:#ff8510!important}.btn-warning.btn-lighten-3:hover{border-color:#ff8510!important;background-color:#f67800!important}.btn-warning.btn-lighten-3:active,.btn-warning.btn-lighten-3:focus{border-color:#f67800!important;background-color:#dc6c00!important}.btn-outline-warning.btn-outline-lighten-3{color:#ffc690!important;border-color:#ffc690!important}.btn-outline-warning.btn-outline-lighten-3:hover{background-color:#ffc690!important}.border-warning.border-lighten-3{border:1px solid #ffc690!important}.border-top-warning.border-top-lighten-3{border-top:1px solid #ffc690!important}.border-bottom-warning.border-bottom-lighten-3{border-bottom:1px solid #ffc690!important}.border-left-warning.border-left-lighten-3{border-left:1px solid #ffc690!important}.border-right-warning.border-right-lighten-3{border-right:1px solid #ffc690!important}.overlay-warning.overlay-lighten-3{background:#ffc690;background:rgba(255,198,144,.6)}.bg-warning.bg-lighten-2,.btn-warning.btn-lighten-2{background-color:#ffb976!important}.warning.lighten-2{color:#ffb976!important}.btn-warning.btn-lighten-2{border-color:#ff8510!important}.btn-warning.btn-lighten-2:hover{border-color:#ff8510!important;background-color:#f67800!important}.btn-warning.btn-lighten-2:active,.btn-warning.btn-lighten-2:focus{border-color:#f67800!important;background-color:#dc6c00!important}.btn-outline-warning.btn-outline-lighten-2{color:#ffb976!important;border-color:#ffb976!important}.btn-outline-warning.btn-outline-lighten-2:hover{background-color:#ffb976!important}.border-warning.border-lighten-2{border:1px solid #ffb976!important}.border-top-warning.border-top-lighten-2{border-top:1px solid #ffb976!important}.border-bottom-warning.border-bottom-lighten-2{border-bottom:1px solid #ffb976!important}.border-left-warning.border-left-lighten-2{border-left:1px solid #ffb976!important}.border-right-warning.border-right-lighten-2{border-right:1px solid #ffb976!important}.overlay-warning.overlay-lighten-2{background:#ffb976;background:rgba(255,185,118,.6)}.bg-warning.bg-lighten-1,.btn-warning.btn-lighten-1{background-color:#ffac5d!important}.warning.lighten-1{color:#ffac5d!important}.btn-warning.btn-lighten-1{border-color:#ff8510!important}.btn-warning.btn-lighten-1:hover{border-color:#ff8510!important;background-color:#f67800!important}.btn-warning.btn-lighten-1:active,.btn-warning.btn-lighten-1:focus{border-color:#f67800!important;background-color:#dc6c00!important}.btn-outline-warning.btn-outline-lighten-1{color:#ffac5d!important;border-color:#ffac5d!important}.alert-warning,.warning{color:#ff9f43!important}.btn-outline-warning.btn-outline-lighten-1:hover{background-color:#ffac5d!important}.border-warning.border-lighten-1{border:1px solid #ffac5d!important}.border-top-warning.border-top-lighten-1{border-top:1px solid #ffac5d!important}.border-bottom-warning.border-bottom-lighten-1{border-bottom:1px solid #ffac5d!important}.border-left-warning.border-left-lighten-1{border-left:1px solid #ffac5d!important}.border-right-warning.border-right-lighten-1{border-right:1px solid #ffac5d!important}.overlay-warning.overlay-lighten-1{background:#ffac5d;background:rgba(255,172,93,.6)}.bg-warning{background-color:#ff9f43!important}.bg-warning .card-footer,.bg-warning .card-header{background-color:transparent}.alert-warning{background:rgba(255,159,67,.2)!important}.alert-warning .alert-heading{-webkit-box-shadow:rgba(255,159,67,.4) 0 6px 15px -7px;box-shadow:rgba(255,159,67,.4) 0 6px 15px -7px}.alert-warning .alert-link{color:#ff922a!important}.bg-rgba-warning{background:rgba(255,159,67,.15)!important}.border-warning{border:1px solid #ff9f43!important}.border-top-warning{border-top:1px solid #ff9f43}.border-bottom-warning{border-bottom:1px solid #ff9f43}.border-left-warning{border-left:1px solid #ff9f43}.border-right-warning{border-right:1px solid #ff9f43}.badge-warning.badge-glow,.bg-warning.badge-glow,.border-warning.badge-glow{-webkit-box-shadow:0 0 10px #ff9f43;box-shadow:0 0 10px #ff9f43}.badge.badge-warning{background-color:#ff9f43}.overlay-warning{background:#ff9f43;background:rgba(255,159,67,.6)}.btn-warning{color:#fff;border-color:#ff8510!important;background-color:#ff9f43!important}.btn-warning:active,.btn-warning:focus,.btn-warning:hover{color:#fff!important}.btn-warning:hover{border-color:#ff922a!important;-webkit-box-shadow:0 8px 25px -8px #ff9f43;box-shadow:0 8px 25px -8px #ff9f43}.btn-flat-warning{color:#ff9f43;background-color:transparent}.btn-flat-warning:hover{color:#ff9f43;background-color:rgba(255,159,67,.1)}.btn-flat-warning:active,.btn-flat-warning:focus{color:#fff!important;background-color:#ff9f43}.btn-relief-warning{color:#fff;background-color:#ff9f43;-webkit-box-shadow:inset 0 -3px 0 0 rgba(0,0,0,.2);box-shadow:inset 0 -3px 0 0 rgba(0,0,0,.2)}.btn-relief-warning:hover{color:#fff}.btn-relief-warning:active,.btn-relief-warning:focus{transform:translateY(3px)}.btn-outline-warning{color:#ff9f43;border:1px solid #ff9f43;background-color:transparent}.divider.divider-warning .divider-text:after,.divider.divider-warning .divider-text:before,.vs-checkbox-warning input:checked~.vs-checkbox{border-color:#ff9f43!important}.btn-outline-warning:hover{color:#ff9f43;background-color:rgba(255,159,67,.08)}.btn-outline-warning:active{color:#fff!important}.btn-flat-warning~.dropdown-menu .dropdown-item.active,.btn-outline-warning~.dropdown-menu .dropdown-item.active,.btn-warning~.dropdown-menu .dropdown-item.active{color:#fff;background-color:#ff9f43}.btn-flat-warning~.dropdown-menu .dropdown-item.active:hover,.btn-outline-warning~.dropdown-menu .dropdown-item.active:hover,.btn-warning~.dropdown-menu .dropdown-item.active:hover{color:#fff}.btn-flat-warning~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,.btn-outline-warning~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,.btn-warning~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,.dropdown.dropdown-icon-wrapper .btn-flat-warning~.dropdown-menu .dropdown-item:hover i,.dropdown.dropdown-icon-wrapper .btn-outline-warning~.dropdown-menu .dropdown-item:hover i,.dropdown.dropdown-icon-wrapper .btn-warning~.dropdown-menu .dropdown-item:hover i,.dropleft.dropdown-icon-wrapper .btn-flat-warning~.dropdown-menu .dropdown-item:hover i,.dropleft.dropdown-icon-wrapper .btn-outline-warning~.dropdown-menu .dropdown-item:hover i,.dropleft.dropdown-icon-wrapper .btn-warning~.dropdown-menu .dropdown-item:hover i,.dropright.dropdown-icon-wrapper .btn-flat-warning~.dropdown-menu .dropdown-item:hover i,.dropright.dropdown-icon-wrapper .btn-outline-warning~.dropdown-menu .dropdown-item:hover i,.dropright.dropdown-icon-wrapper .btn-warning~.dropdown-menu .dropdown-item:hover i,.dropup.dropdown-icon-wrapper .btn-flat-warning~.dropdown-menu .dropdown-item:hover i,.dropup.dropdown-icon-wrapper .btn-outline-warning~.dropdown-menu .dropdown-item:hover i,.dropup.dropdown-icon-wrapper .btn-warning~.dropdown-menu .dropdown-item:hover i{color:#ff9f43}.dropdown.dropdown-icon-wrapper .btn-flat-warning~.dropdown-menu .dropdown-item:active i,.dropdown.dropdown-icon-wrapper .btn-outline-warning~.dropdown-menu .dropdown-item:active i,.dropdown.dropdown-icon-wrapper .btn-warning~.dropdown-menu .dropdown-item:active i,.dropleft.dropdown-icon-wrapper .btn-flat-warning~.dropdown-menu .dropdown-item:active i,.dropleft.dropdown-icon-wrapper .btn-outline-warning~.dropdown-menu .dropdown-item:active i,.dropleft.dropdown-icon-wrapper .btn-warning~.dropdown-menu .dropdown-item:active i,.dropright.dropdown-icon-wrapper .btn-flat-warning~.dropdown-menu .dropdown-item:active i,.dropright.dropdown-icon-wrapper .btn-outline-warning~.dropdown-menu .dropdown-item:active i,.dropright.dropdown-icon-wrapper .btn-warning~.dropdown-menu .dropdown-item:active i,.dropup.dropdown-icon-wrapper .btn-flat-warning~.dropdown-menu .dropdown-item:active i,.dropup.dropdown-icon-wrapper .btn-outline-warning~.dropdown-menu .dropdown-item:active i,.dropup.dropdown-icon-wrapper .btn-warning~.dropdown-menu .dropdown-item:active i,.pagination-warning .page-item.active .page-link:hover{color:#fff}.bullet.bullet-warning{background-color:#ff9f43}.pagination-warning .page-item.active .page-link{color:#fff;background:#ff9f43}.pagination-warning .page-item .page-link:hover{color:#ff9f43}.pagination-warning .page-item.next-item .page-link:hover,.pagination-warning .page-item.prev-item .page-link:hover{color:#fff;background:#ff9f43}.nav-pill-warning .nav-item .nav-link.active{color:#fff;background-color:#ff9f43}.progress-bar-warning{background-color:rgba(255,159,67,.1)}.progress-bar-warning .progress-bar{background-color:#ff9f43}.chip-warning,.vs-checkbox-warning input:active:checked+.vs-checkbox .vs-checkbox--check,.vs-checkbox-warning input:checked~.vs-checkbox .vs-checkbox--check,input[type=checkbox].bg-warning+.custom-control-label:before,input[type=radio].bg-warning+.custom-control-label:before{background-color:#ff9f43!important}.chip-warning .chip-body{color:#fff!important}.custom-switch-warning .custom-control-input:checked~.custom-control-label::before{-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out;color:#fff;background-color:#ff9f43!important}.vs-radio-warning input:checked~.vs-radio .vs-radio--circle{background:#ff9f43!important;-webkit-box-shadow:0 3px 12px 0 rgba(255,159,67,.4)!important;box-shadow:0 3px 12px 0 rgba(255,159,67,.4)!important}.bg-warning.bg-darken-1,.btn-warning.btn-darken-1{background-color:#ff922a!important}.warning.darken-1{color:#ff922a!important}.btn-warning.btn-darken-1{border-color:#ff8510!important}.btn-warning.btn-darken-1:hover{border-color:#ff8510!important;background-color:#f67800!important}.btn-warning.btn-darken-1:active,.btn-warning.btn-darken-1:focus{border-color:#f67800!important;background-color:#dc6c00!important}.btn-outline-warning.btn-outline-darken-1{color:#ff922a!important;border-color:#ff922a!important}.btn-outline-warning.btn-outline-darken-1:hover{background-color:#ff922a!important}.border-warning.border-darken-1{border:1px solid #ff922a!important}.border-top-warning.border-top-darken-1{border-top:1px solid #ff922a!important}.border-bottom-warning.border-bottom-darken-1{border-bottom:1px solid #ff922a!important}.border-left-warning.border-left-darken-1{border-left:1px solid #ff922a!important}.border-right-warning.border-right-darken-1{border-right:1px solid #ff922a!important}.overlay-warning.overlay-darken-1{background:#ff922a;background:rgba(255,146,42,.6)}.bg-warning.bg-darken-2,.btn-warning.btn-darken-2{background-color:#ff8510!important}.warning.darken-2{color:#ff8510!important}.btn-warning.btn-darken-2{border-color:#ff8510!important}.btn-warning.btn-darken-2:hover{border-color:#ff8510!important;background-color:#f67800!important}.btn-warning.btn-darken-2:active,.btn-warning.btn-darken-2:focus{border-color:#f67800!important;background-color:#dc6c00!important}.btn-outline-warning.btn-outline-darken-2{color:#ff8510!important;border-color:#ff8510!important}.btn-outline-warning.btn-outline-darken-2:hover{background-color:#ff8510!important}.border-warning.border-darken-2{border:1px solid #ff8510!important}.border-top-warning.border-top-darken-2{border-top:1px solid #ff8510!important}.border-bottom-warning.border-bottom-darken-2{border-bottom:1px solid #ff8510!important}.border-left-warning.border-left-darken-2{border-left:1px solid #ff8510!important}.border-right-warning.border-right-darken-2{border-right:1px solid #ff8510!important}.overlay-warning.overlay-darken-2{background:#ff8510;background:rgba(255,133,16,.6)}.warning.darken-3{color:#f67800!important}.bg-warning.bg-darken-3{background-color:#f67800!important}.btn-warning.btn-darken-3,.btn-warning.btn-darken-3:hover{border-color:#ff8510!important;background-color:#f67800!important}.btn-warning.btn-darken-3:active,.btn-warning.btn-darken-3:focus{border-color:#f67800!important;background-color:#dc6c00!important}.btn-outline-warning.btn-outline-darken-3{color:#f67800!important;border-color:#f67800!important}.btn-outline-warning.btn-outline-darken-3:hover{background-color:#f67800!important}.border-warning.border-darken-3{border:1px solid #f67800!important}.border-top-warning.border-top-darken-3{border-top:1px solid #f67800!important}.border-bottom-warning.border-bottom-darken-3{border-bottom:1px solid #f67800!important}.border-left-warning.border-left-darken-3{border-left:1px solid #f67800!important}.border-right-warning.border-right-darken-3{border-right:1px solid #f67800!important}.overlay-warning.overlay-darken-3{background:#f67800;background:rgba(246,120,0,.6)}.bg-warning.bg-darken-4,.btn-warning.btn-darken-4{background-color:#dc6c00!important}.warning.darken-4{color:#dc6c00!important}.btn-warning.btn-darken-4{border-color:#ff8510!important}.btn-warning.btn-darken-4:hover{border-color:#ff8510!important;background-color:#f67800!important}.btn-warning.btn-darken-4:active,.btn-warning.btn-darken-4:focus{border-color:#f67800!important;background-color:#dc6c00!important}.btn-outline-warning.btn-outline-darken-4{color:#dc6c00!important;border-color:#dc6c00!important}.btn-outline-warning.btn-outline-darken-4:hover{background-color:#dc6c00!important}.border-warning.border-darken-4{border:1px solid #dc6c00!important}.border-top-warning.border-top-darken-4{border-top:1px solid #dc6c00!important}.border-bottom-warning.border-bottom-darken-4{border-bottom:1px solid #dc6c00!important}.border-left-warning.border-left-darken-4{border-left:1px solid #dc6c00!important}.border-right-warning.border-right-darken-4{border-right:1px solid #dc6c00!important}.overlay-warning.overlay-darken-4{background:#dc6c00;background:rgba(220,108,0,.6)}.bg-warning.bg-accent-1,.btn-warning.btn-accent-1{background-color:#fff5ef!important}.warning.accent-1{color:#fff5ef!important}.btn-warning.btn-accent-1{border-color:#ff8510!important}.btn-warning.btn-accent-1:hover{border-color:#ff8510!important;background-color:#f67800!important}.btn-warning.btn-accent-1:active,.btn-warning.btn-accent-1:focus{border-color:#f67800!important;background-color:#dc6c00!important}.btn-outline-warning.btn-outline-accent-1{color:#fff5ef!important;border-color:#fff5ef!important}.btn-outline-warning.btn-outline-accent-1:hover{background-color:#fff5ef!important}.border-warning.border-accent-1{border:1px solid #fff5ef!important}.border-top-warning.border-top-accent-1{border-top:1px solid #fff5ef!important}.border-bottom-warning.border-bottom-accent-1{border-bottom:1px solid #fff5ef!important}.border-left-warning.border-left-accent-1{border-left:1px solid #fff5ef!important}.border-right-warning.border-right-accent-1{border-right:1px solid #fff5ef!important}.overlay-warning.overlay-accent-1{background:#fff5ef;background:rgba(255,245,239,.6)}.bg-warning.bg-accent-2,.btn-warning.btn-accent-2{background-color:#ffe5d8!important}.warning.accent-2{color:#ffe5d8!important}.btn-warning.btn-accent-2{border-color:#ff8510!important}.btn-warning.btn-accent-2:hover{border-color:#ff8510!important;background-color:#f67800!important}.btn-warning.btn-accent-2:active,.btn-warning.btn-accent-2:focus{border-color:#f67800!important;background-color:#dc6c00!important}.btn-outline-warning.btn-outline-accent-2{color:#ffe5d8!important;border-color:#ffe5d8!important}.btn-outline-warning.btn-outline-accent-2:hover{background-color:#ffe5d8!important}.border-warning.border-accent-2{border:1px solid #ffe5d8!important}.border-top-warning.border-top-accent-2{border-top:1px solid #ffe5d8!important}.border-bottom-warning.border-bottom-accent-2{border-bottom:1px solid #ffe5d8!important}.border-left-warning.border-left-accent-2{border-left:1px solid #ffe5d8!important}.border-right-warning.border-right-accent-2{border-right:1px solid #ffe5d8!important}.overlay-warning.overlay-accent-2{background:#ffe5d8;background:rgba(255,229,216,.6)}.bg-warning.bg-accent-3,.btn-warning.btn-accent-3{background-color:#fff6f3!important}.warning.accent-3{color:#fff6f3!important}.btn-warning.btn-accent-3{border-color:#ff8510!important}.btn-warning.btn-accent-3:hover{border-color:#ff8510!important;background-color:#f67800!important}.btn-warning.btn-accent-3:active,.btn-warning.btn-accent-3:focus{border-color:#f67800!important;background-color:#dc6c00!important}.btn-outline-warning.btn-outline-accent-3{color:#fff6f3!important;border-color:#fff6f3!important}.btn-outline-warning.btn-outline-accent-3:hover{background-color:#fff6f3!important}.border-warning.border-accent-3{border:1px solid #fff6f3!important}.border-top-warning.border-top-accent-3{border-top:1px solid #fff6f3!important}.border-bottom-warning.border-bottom-accent-3{border-bottom:1px solid #fff6f3!important}.border-left-warning.border-left-accent-3{border-left:1px solid #fff6f3!important}.border-right-warning.border-right-accent-3{border-right:1px solid #fff6f3!important}.overlay-warning.overlay-accent-3{background:#fff6f3;background:rgba(255,246,243,.6)}.bg-warning.bg-accent-4,.btn-warning.btn-accent-4{background-color:#ffe3da!important}.warning.accent-4{color:#ffe3da!important}.btn-warning.btn-accent-4{border-color:#ff8510!important}.btn-warning.btn-accent-4:hover{border-color:#ff8510!important;background-color:#f67800!important}.btn-warning.btn-accent-4:active,.btn-warning.btn-accent-4:focus{border-color:#f67800!important;background-color:#dc6c00!important}.btn-outline-warning.btn-outline-accent-4{color:#ffe3da!important;border-color:#ffe3da!important}.btn-outline-warning.btn-outline-accent-4:hover{background-color:#ffe3da!important}.border-warning.border-accent-4{border:1px solid #ffe3da!important}.border-top-warning.border-top-accent-4{border-top:1px solid #ffe3da!important}.border-bottom-warning.border-bottom-accent-4{border-bottom:1px solid #ffe3da!important}.border-left-warning.border-left-accent-4{border-left:1px solid #ffe3da!important}.border-right-warning.border-right-accent-4{border-right:1px solid #ffe3da!important}.overlay-warning.overlay-accent-4{background:#ffe3da;background:rgba(255,227,218,.6)}.bg-warning.bg-gradient-bg,.btn-warning.btn-gradient-bg{background-color:#fafafa!important}.warning.gradient-bg{color:#fafafa!important}.btn-warning.btn-gradient-bg{border-color:#ff8510!important}.btn-warning.btn-gradient-bg:hover{border-color:#ff8510!important;background-color:#f67800!important}.btn-warning.btn-gradient-bg:active,.btn-warning.btn-gradient-bg:focus{border-color:#f67800!important;background-color:#dc6c00!important}.btn-outline-warning.btn-outline-gradient-bg{color:#fafafa!important;border-color:#fafafa!important}.btn-outline-warning.btn-outline-gradient-bg:hover{background-color:#fafafa!important}input:focus~.bg-warning{-webkit-box-shadow:0 0 0 .075rem #fff,0 0 0 .21rem #fafafa!important;box-shadow:0 0 0 .075rem #fff,0 0 0 .21rem #fafafa!important}.border-warning.border-gradient-bg{border:1px solid #fafafa!important}.border-top-warning.border-top-gradient-bg{border-top:1px solid #fafafa!important}.border-bottom-warning.border-bottom-gradient-bg{border-bottom:1px solid #fafafa!important}.border-left-warning.border-left-gradient-bg{border-left:1px solid #fafafa!important}.border-right-warning.border-right-gradient-bg{border-right:1px solid #fafafa!important}.overlay-warning.overlay-gradient-bg{background:#fafafa;background:rgba(250,250,250,.6)}.bg-danger.bg-gradient-light,.btn-danger.btn-gradient-light{background-color:#f9b789!important}.danger.gradient-light{color:#f9b789!important}.btn-danger.btn-gradient-light{border-color:#e42728!important}.btn-danger.btn-gradient-light:hover{border-color:#e42728!important;background-color:#d71a1c!important}.btn-danger.btn-gradient-light:active,.btn-danger.btn-gradient-light:focus{border-color:#d71a1c!important;background-color:#c01819!important}.btn-outline-danger.btn-outline-gradient-light{color:#f9b789!important;border-color:#f9b789!important}.btn-outline-danger.btn-outline-gradient-light:hover{background-color:#f9b789!important}.border-danger.border-gradient-light{border:1px solid #f9b789!important}.border-top-danger.border-top-gradient-light{border-top:1px solid #f9b789!important}.border-bottom-danger.border-bottom-gradient-light{border-bottom:1px solid #f9b789!important}.border-left-danger.border-left-gradient-light{border-left:1px solid #f9b789!important}.border-right-danger.border-right-gradient-light{border-right:1px solid #f9b789!important}.overlay-danger.overlay-gradient-light{background:#f9b789;background:rgba(249,183,137,.6)}.bg-danger.bg-lighten-5,.btn-danger.btn-lighten-5{background-color:#f8c6c6!important}.danger.lighten-5{color:#f8c6c6!important}.btn-danger.btn-lighten-5{border-color:#e42728!important}.btn-danger.btn-lighten-5:hover{border-color:#e42728!important;background-color:#d71a1c!important}.btn-danger.btn-lighten-5:active,.btn-danger.btn-lighten-5:focus{border-color:#d71a1c!important;background-color:#c01819!important}.btn-outline-danger.btn-outline-lighten-5{color:#f8c6c6!important;border-color:#f8c6c6!important}.btn-outline-danger.btn-outline-lighten-5:hover{background-color:#f8c6c6!important}.border-danger.border-lighten-5{border:1px solid #f8c6c6!important}.border-top-danger.border-top-lighten-5{border-top:1px solid #f8c6c6!important}.border-bottom-danger.border-bottom-lighten-5{border-bottom:1px solid #f8c6c6!important}.border-left-danger.border-left-lighten-5{border-left:1px solid #f8c6c6!important}.border-right-danger.border-right-lighten-5{border-right:1px solid #f8c6c6!important}.overlay-danger.overlay-lighten-5{background:#f8c6c6;background:rgba(248,198,198,.6)}.bg-danger.bg-lighten-4,.btn-danger.btn-lighten-4{background-color:#f5afaf!important}.danger.lighten-4{color:#f5afaf!important}.btn-danger.btn-lighten-4{border-color:#e42728!important}.btn-danger.btn-lighten-4:hover{border-color:#e42728!important;background-color:#d71a1c!important}.btn-danger.btn-lighten-4:active,.btn-danger.btn-lighten-4:focus{border-color:#d71a1c!important;background-color:#c01819!important}.btn-outline-danger.btn-outline-lighten-4{color:#f5afaf!important;border-color:#f5afaf!important}.btn-outline-danger.btn-outline-lighten-4:hover{background-color:#f5afaf!important}.border-danger.border-lighten-4{border:1px solid #f5afaf!important}.border-top-danger.border-top-lighten-4{border-top:1px solid #f5afaf!important}.border-bottom-danger.border-bottom-lighten-4{border-bottom:1px solid #f5afaf!important}.border-left-danger.border-left-lighten-4{border-left:1px solid #f5afaf!important}.border-right-danger.border-right-lighten-4{border-right:1px solid #f5afaf!important}.overlay-danger.overlay-lighten-4{background:#f5afaf;background:rgba(245,175,175,.6)}.bg-danger.bg-lighten-3,.btn-danger.btn-lighten-3{background-color:#f29899!important}.danger.lighten-3{color:#f29899!important}.btn-danger.btn-lighten-3{border-color:#e42728!important}.btn-danger.btn-lighten-3:hover{border-color:#e42728!important;background-color:#d71a1c!important}.btn-danger.btn-lighten-3:active,.btn-danger.btn-lighten-3:focus{border-color:#d71a1c!important;background-color:#c01819!important}.btn-outline-danger.btn-outline-lighten-3{color:#f29899!important;border-color:#f29899!important}.btn-outline-danger.btn-outline-lighten-3:hover{background-color:#f29899!important}.border-danger.border-lighten-3{border:1px solid #f29899!important}.border-top-danger.border-top-lighten-3{border-top:1px solid #f29899!important}.border-bottom-danger.border-bottom-lighten-3{border-bottom:1px solid #f29899!important}.border-left-danger.border-left-lighten-3{border-left:1px solid #f29899!important}.border-right-danger.border-right-lighten-3{border-right:1px solid #f29899!important}.overlay-danger.overlay-lighten-3{background:#f29899;background:rgba(242,152,153,.6)}.bg-danger.bg-lighten-2,.btn-danger.btn-lighten-2{background-color:#f08182!important}.danger.lighten-2{color:#f08182!important}.btn-danger.btn-lighten-2{border-color:#e42728!important}.btn-danger.btn-lighten-2:hover{border-color:#e42728!important;background-color:#d71a1c!important}.btn-danger.btn-lighten-2:active,.btn-danger.btn-lighten-2:focus{border-color:#d71a1c!important;background-color:#c01819!important}.btn-outline-danger.btn-outline-lighten-2{color:#f08182!important;border-color:#f08182!important}.btn-outline-danger.btn-outline-lighten-2:hover{background-color:#f08182!important}.border-danger.border-lighten-2{border:1px solid #f08182!important}.border-top-danger.border-top-lighten-2{border-top:1px solid #f08182!important}.border-bottom-danger.border-bottom-lighten-2{border-bottom:1px solid #f08182!important}.border-left-danger.border-left-lighten-2{border-left:1px solid #f08182!important}.border-right-danger.border-right-lighten-2{border-right:1px solid #f08182!important}.overlay-danger.overlay-lighten-2{background:#f08182;background:rgba(240,129,130,.6)}.bg-danger.bg-lighten-1,.btn-danger.btn-lighten-1{background-color:#ed6b6c!important}.danger.lighten-1{color:#ed6b6c!important}.btn-danger.btn-lighten-1{border-color:#e42728!important}.btn-danger.btn-lighten-1:hover{border-color:#e42728!important;background-color:#d71a1c!important}.btn-danger.btn-lighten-1:active,.btn-danger.btn-lighten-1:focus{border-color:#d71a1c!important;background-color:#c01819!important}.btn-outline-danger.btn-outline-lighten-1{color:#ed6b6c!important;border-color:#ed6b6c!important}.alert-danger,.danger{color:#ea5455!important}.btn-outline-danger.btn-outline-lighten-1:hover{background-color:#ed6b6c!important}.border-danger.border-lighten-1{border:1px solid #ed6b6c!important}.border-top-danger.border-top-lighten-1{border-top:1px solid #ed6b6c!important}.border-bottom-danger.border-bottom-lighten-1{border-bottom:1px solid #ed6b6c!important}.border-left-danger.border-left-lighten-1{border-left:1px solid #ed6b6c!important}.border-right-danger.border-right-lighten-1{border-right:1px solid #ed6b6c!important}.overlay-danger.overlay-lighten-1{background:#ed6b6c;background:rgba(237,107,108,.6)}.bg-danger{background-color:#ea5455!important}.bg-danger .card-footer,.bg-danger .card-header{background-color:transparent}.alert-danger{background:rgba(234,84,85,.2)!important}.alert-danger .alert-heading{-webkit-box-shadow:rgba(234,84,85,.4) 0 6px 15px -7px;box-shadow:rgba(234,84,85,.4) 0 6px 15px -7px}.alert-danger .alert-link{color:#e73d3e!important}.bg-rgba-danger{background:rgba(234,84,85,.15)!important}.border-danger{border:1px solid #ea5455!important}.border-top-danger{border-top:1px solid #ea5455}.border-bottom-danger{border-bottom:1px solid #ea5455}.border-left-danger{border-left:1px solid #ea5455}.border-right-danger{border-right:1px solid #ea5455}.badge-danger.badge-glow,.bg-danger.badge-glow,.border-danger.badge-glow{-webkit-box-shadow:0 0 10px #ea5455;box-shadow:0 0 10px #ea5455}.badge.badge-danger{background-color:#ea5455}.overlay-danger{background:#ea5455;background:rgba(234,84,85,.6)}.btn-danger{color:#fff;border-color:#e42728!important;background-color:#ea5455!important}.btn-danger:active,.btn-danger:focus,.btn-danger:hover{color:#fff!important}.btn-danger:hover{border-color:#e73d3e!important;-webkit-box-shadow:0 8px 25px -8px #ea5455;box-shadow:0 8px 25px -8px #ea5455}.btn-flat-danger{color:#ea5455;background-color:transparent}.btn-flat-danger:hover{color:#ea5455;background-color:rgba(234,84,85,.1)}.btn-flat-danger:active,.btn-flat-danger:focus{color:#fff!important;background-color:#ea5455}.btn-relief-danger{color:#fff;background-color:#ea5455;-webkit-box-shadow:inset 0 -3px 0 0 rgba(0,0,0,.2);box-shadow:inset 0 -3px 0 0 rgba(0,0,0,.2)}.btn-relief-danger:hover{color:#fff}.btn-relief-danger:active,.btn-relief-danger:focus{-webkit-transform:translateY(3px);-moz-transform:translateY(3px);-ms-transform:translateY(3px);-o-transform:translateY(3px);transform:translateY(3px);outline:0}.btn-outline-danger{color:#ea5455;border:1px solid #ea5455;background-color:transparent}.divider.divider-danger .divider-text:after,.divider.divider-danger .divider-text:before,.vs-checkbox-danger input:checked~.vs-checkbox{border-color:#ea5455!important}.btn-outline-danger:hover{color:#ea5455;background-color:rgba(234,84,85,.08)}.btn-outline-danger:active{color:#fff!important}.btn-danger~.dropdown-menu .dropdown-item.active,.btn-flat-danger~.dropdown-menu .dropdown-item.active,.btn-outline-danger~.dropdown-menu .dropdown-item.active{color:#fff;background-color:#ea5455}.btn-danger~.dropdown-menu .dropdown-item.active:hover,.btn-flat-danger~.dropdown-menu .dropdown-item.active:hover,.btn-outline-danger~.dropdown-menu .dropdown-item.active:hover{color:#fff}.btn-danger~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,.btn-flat-danger~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,.btn-outline-danger~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,.dropdown.dropdown-icon-wrapper .btn-danger~.dropdown-menu .dropdown-item:hover i,.dropdown.dropdown-icon-wrapper .btn-flat-danger~.dropdown-menu .dropdown-item:hover i,.dropdown.dropdown-icon-wrapper .btn-outline-danger~.dropdown-menu .dropdown-item:hover i,.dropleft.dropdown-icon-wrapper .btn-danger~.dropdown-menu .dropdown-item:hover i,.dropleft.dropdown-icon-wrapper .btn-flat-danger~.dropdown-menu .dropdown-item:hover i,.dropleft.dropdown-icon-wrapper .btn-outline-danger~.dropdown-menu .dropdown-item:hover i,.dropright.dropdown-icon-wrapper .btn-danger~.dropdown-menu .dropdown-item:hover i,.dropright.dropdown-icon-wrapper .btn-flat-danger~.dropdown-menu .dropdown-item:hover i,.dropright.dropdown-icon-wrapper .btn-outline-danger~.dropdown-menu .dropdown-item:hover i,.dropup.dropdown-icon-wrapper .btn-danger~.dropdown-menu .dropdown-item:hover i,.dropup.dropdown-icon-wrapper .btn-flat-danger~.dropdown-menu .dropdown-item:hover i,.dropup.dropdown-icon-wrapper .btn-outline-danger~.dropdown-menu .dropdown-item:hover i{color:#ea5455}.dropdown.dropdown-icon-wrapper .btn-danger~.dropdown-menu .dropdown-item:active i,.dropdown.dropdown-icon-wrapper .btn-flat-danger~.dropdown-menu .dropdown-item:active i,.dropdown.dropdown-icon-wrapper .btn-outline-danger~.dropdown-menu .dropdown-item:active i,.dropleft.dropdown-icon-wrapper .btn-danger~.dropdown-menu .dropdown-item:active i,.dropleft.dropdown-icon-wrapper .btn-flat-danger~.dropdown-menu .dropdown-item:active i,.dropleft.dropdown-icon-wrapper .btn-outline-danger~.dropdown-menu .dropdown-item:active i,.dropright.dropdown-icon-wrapper .btn-danger~.dropdown-menu .dropdown-item:active i,.dropright.dropdown-icon-wrapper .btn-flat-danger~.dropdown-menu .dropdown-item:active i,.dropright.dropdown-icon-wrapper .btn-outline-danger~.dropdown-menu .dropdown-item:active i,.dropup.dropdown-icon-wrapper .btn-danger~.dropdown-menu .dropdown-item:active i,.dropup.dropdown-icon-wrapper .btn-flat-danger~.dropdown-menu .dropdown-item:active i,.dropup.dropdown-icon-wrapper .btn-outline-danger~.dropdown-menu .dropdown-item:active i,.pagination-danger .page-item.active .page-link:hover{color:#fff}.bullet.bullet-danger{background-color:#ea5455}.pagination-danger .page-item.active .page-link{color:#fff;background:#ea5455}.pagination-danger .page-item .page-link:hover{color:#ea5455}.pagination-danger .page-item.next-item .page-link:hover,.pagination-danger .page-item.prev-item .page-link:hover{color:#fff;background:#ea5455}.nav-pill-danger .nav-item .nav-link.active{color:#fff;background-color:#ea5455}.progress-bar-danger{background-color:rgba(234,84,85,.1)}.progress-bar-danger .progress-bar{background-color:#ea5455}.chip-danger,.vs-checkbox-danger input:active:checked+.vs-checkbox .vs-checkbox--check,.vs-checkbox-danger input:checked~.vs-checkbox .vs-checkbox--check,input[type=checkbox].bg-danger+.custom-control-label:before,input[type=radio].bg-danger+.custom-control-label:before{background-color:#ea5455!important}.chip-danger .chip-body{color:#fff!important}.btn-danger.btn-darken-1,.btn-danger.btn-darken-1:hover{border-color:#e42728!important}.custom-switch-danger .custom-control-input:checked~.custom-control-label::before{-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out;color:#fff;background-color:#ea5455!important}.vs-radio-danger input:checked~.vs-radio .vs-radio--circle{background:#ea5455!important;-webkit-box-shadow:0 3px 12px 0 rgba(234,84,85,.4)!important;box-shadow:0 3px 12px 0 rgba(234,84,85,.4)!important}.bg-danger.bg-darken-1,.btn-danger.btn-darken-1{background-color:#e73d3e!important}.danger.darken-1{color:#e73d3e!important}.btn-danger.btn-darken-1:hover{background-color:#d71a1c!important}.btn-danger.btn-darken-1:active,.btn-danger.btn-darken-1:focus{border-color:#d71a1c!important;background-color:#c01819!important}.btn-outline-danger.btn-outline-darken-1{color:#e73d3e!important;border-color:#e73d3e!important}.btn-outline-danger.btn-outline-darken-1:hover{background-color:#e73d3e!important}.border-danger.border-darken-1{border:1px solid #e73d3e!important}.border-top-danger.border-top-darken-1{border-top:1px solid #e73d3e!important}.border-bottom-danger.border-bottom-darken-1{border-bottom:1px solid #e73d3e!important}.border-left-danger.border-left-darken-1{border-left:1px solid #e73d3e!important}.border-right-danger.border-right-darken-1{border-right:1px solid #e73d3e!important}.btn-danger.btn-darken-2,.btn-danger.btn-darken-2:hover{border-color:#e42728!important}.overlay-danger.overlay-darken-1{background:#e73d3e;background:rgba(231,61,62,.6)}.bg-danger.bg-darken-2,.btn-danger.btn-darken-2{background-color:#e42728!important}.danger.darken-2{color:#e42728!important}.btn-danger.btn-darken-2:hover{background-color:#d71a1c!important}.btn-danger.btn-darken-2:active,.btn-danger.btn-darken-2:focus{border-color:#d71a1c!important;background-color:#c01819!important}.btn-outline-danger.btn-outline-darken-2{color:#e42728!important;border-color:#e42728!important}.btn-outline-danger.btn-outline-darken-2:hover{background-color:#e42728!important}.border-danger.border-darken-2{border:1px solid #e42728!important}.border-top-danger.border-top-darken-2{border-top:1px solid #e42728!important}.border-bottom-danger.border-bottom-darken-2{border-bottom:1px solid #e42728!important}.border-left-danger.border-left-darken-2{border-left:1px solid #e42728!important}.border-right-danger.border-right-darken-2{border-right:1px solid #e42728!important}.overlay-danger.overlay-darken-2{background:#e42728;background:rgba(228,39,40,.6)}.danger.darken-3{color:#d71a1c!important}.bg-danger.bg-darken-3{background-color:#d71a1c!important}.btn-danger.btn-darken-3,.btn-danger.btn-darken-3:hover{border-color:#e42728!important;background-color:#d71a1c!important}.btn-danger.btn-darken-3:active,.btn-danger.btn-darken-3:focus{border-color:#d71a1c!important;background-color:#c01819!important}.btn-outline-danger.btn-outline-darken-3{color:#d71a1c!important;border-color:#d71a1c!important}.btn-outline-danger.btn-outline-darken-3:hover{background-color:#d71a1c!important}.border-danger.border-darken-3{border:1px solid #d71a1c!important}.border-top-danger.border-top-darken-3{border-top:1px solid #d71a1c!important}.border-bottom-danger.border-bottom-darken-3{border-bottom:1px solid #d71a1c!important}.border-left-danger.border-left-darken-3{border-left:1px solid #d71a1c!important}.border-right-danger.border-right-darken-3{border-right:1px solid #d71a1c!important}.btn-danger.btn-darken-4,.btn-danger.btn-darken-4:hover{border-color:#e42728!important}.overlay-danger.overlay-darken-3{background:#d71a1c;background:rgba(215,26,28,.6)}.bg-danger.bg-darken-4,.btn-danger.btn-darken-4{background-color:#c01819!important}.danger.darken-4{color:#c01819!important}.btn-danger.btn-darken-4:hover{background-color:#d71a1c!important}.btn-danger.btn-darken-4:active,.btn-danger.btn-darken-4:focus{border-color:#d71a1c!important;background-color:#c01819!important}.btn-outline-danger.btn-outline-darken-4{color:#c01819!important;border-color:#c01819!important}.btn-outline-danger.btn-outline-darken-4:hover{background-color:#c01819!important}.border-danger.border-darken-4{border:1px solid #c01819!important}.border-top-danger.border-top-darken-4{border-top:1px solid #c01819!important}.border-bottom-danger.border-bottom-darken-4{border-bottom:1px solid #c01819!important}.border-left-danger.border-left-darken-4{border-left:1px solid #c01819!important}.border-right-danger.border-right-darken-4{border-right:1px solid #c01819!important}.btn-danger.btn-accent-1,.btn-danger.btn-accent-1:hover{border-color:#e42728!important}.overlay-danger.overlay-darken-4{background:#c01819;background:rgba(192,24,25,.6)}.bg-danger.bg-accent-1,.btn-danger.btn-accent-1{background-color:#ffeef1!important}.danger.accent-1{color:#ffeef1!important}.btn-danger.btn-accent-1:hover{background-color:#d71a1c!important}.btn-danger.btn-accent-1:active,.btn-danger.btn-accent-1:focus{border-color:#d71a1c!important;background-color:#c01819!important}.btn-outline-danger.btn-outline-accent-1{color:#ffeef1!important;border-color:#ffeef1!important}.btn-outline-danger.btn-outline-accent-1:hover{background-color:#ffeef1!important}.border-danger.border-accent-1{border:1px solid #ffeef1!important}.border-top-danger.border-top-accent-1{border-top:1px solid #ffeef1!important}.border-bottom-danger.border-bottom-accent-1{border-bottom:1px solid #ffeef1!important}.border-left-danger.border-left-accent-1{border-left:1px solid #ffeef1!important}.border-right-danger.border-right-accent-1{border-right:1px solid #ffeef1!important}.btn-danger.btn-accent-2,.btn-danger.btn-accent-2:hover{border-color:#e42728!important}.overlay-danger.overlay-accent-1{background:#ffeef1;background:rgba(255,238,241,.6)}.bg-danger.bg-accent-2,.btn-danger.btn-accent-2{background-color:#ffd6db!important}.danger.accent-2{color:#ffd6db!important}.btn-danger.btn-accent-2:hover{background-color:#d71a1c!important}.btn-danger.btn-accent-2:active,.btn-danger.btn-accent-2:focus{border-color:#d71a1c!important;background-color:#c01819!important}.btn-outline-danger.btn-outline-accent-2{color:#ffd6db!important;border-color:#ffd6db!important}.btn-outline-danger.btn-outline-accent-2:hover{background-color:#ffd6db!important}.border-danger.border-accent-2{border:1px solid #ffd6db!important}.border-top-danger.border-top-accent-2{border-top:1px solid #ffd6db!important}.border-bottom-danger.border-bottom-accent-2{border-bottom:1px solid #ffd6db!important}.border-left-danger.border-left-accent-2{border-left:1px solid #ffd6db!important}.border-right-danger.border-right-accent-2{border-right:1px solid #ffd6db!important}.btn-danger.btn-accent-3,.btn-danger.btn-accent-3:hover{border-color:#e42728!important}.overlay-danger.overlay-accent-2{background:#ffd6db;background:rgba(255,214,219,.6)}.bg-danger.bg-accent-3,.btn-danger.btn-accent-3{background-color:#ffecee!important}.danger.accent-3{color:#ffecee!important}.btn-danger.btn-accent-3:hover{background-color:#d71a1c!important}.btn-danger.btn-accent-3:active,.btn-danger.btn-accent-3:focus{border-color:#d71a1c!important;background-color:#c01819!important}.btn-outline-danger.btn-outline-accent-3{color:#ffecee!important;border-color:#ffecee!important}.btn-outline-danger.btn-outline-accent-3:hover{background-color:#ffecee!important}.border-danger.border-accent-3{border:1px solid #ffecee!important}.border-top-danger.border-top-accent-3{border-top:1px solid #ffecee!important}.border-bottom-danger.border-bottom-accent-3{border-bottom:1px solid #ffecee!important}.border-left-danger.border-left-accent-3{border-left:1px solid #ffecee!important}.border-right-danger.border-right-accent-3{border-right:1px solid #ffecee!important}.btn-danger.btn-accent-4,.btn-danger.btn-accent-4:hover{border-color:#e42728!important}.overlay-danger.overlay-accent-3{background:#ffecee;background:rgba(255,236,238,.6)}.bg-danger.bg-accent-4,.btn-danger.btn-accent-4{background-color:#ffd3d7!important}.danger.accent-4{color:#ffd3d7!important}.btn-danger.btn-accent-4:hover{background-color:#d71a1c!important}.btn-danger.btn-accent-4:active,.btn-danger.btn-accent-4:focus{border-color:#d71a1c!important;background-color:#c01819!important}.btn-outline-danger.btn-outline-accent-4{color:#ffd3d7!important;border-color:#ffd3d7!important}.btn-outline-danger.btn-outline-accent-4:hover{background-color:#ffd3d7!important}.border-danger.border-accent-4{border:1px solid #ffd3d7!important}.border-top-danger.border-top-accent-4{border-top:1px solid #ffd3d7!important}.border-bottom-danger.border-bottom-accent-4{border-bottom:1px solid #ffd3d7!important}.border-left-danger.border-left-accent-4{border-left:1px solid #ffd3d7!important}.border-right-danger.border-right-accent-4{border-right:1px solid #ffd3d7!important}.overlay-danger.overlay-accent-4{background:#ffd3d7;background:rgba(255,211,215,.6)}.bg-danger.bg-gradient-bg,.btn-danger.btn-gradient-bg{background-color:#640064!important}.danger.gradient-bg{color:#640064!important}.btn-danger.btn-gradient-bg{border-color:#e42728!important}.btn-danger.btn-gradient-bg:hover{border-color:#e42728!important;background-color:#d71a1c!important}.btn-danger.btn-gradient-bg:active,.btn-danger.btn-gradient-bg:focus{border-color:#d71a1c!important;background-color:#c01819!important}.btn-outline-danger.btn-outline-gradient-bg{color:#640064!important;border-color:#640064!important}.btn-outline-danger.btn-outline-gradient-bg:hover{background-color:#640064!important}input:focus~.bg-danger{-webkit-box-shadow:0 0 0 .075rem #fff,0 0 0 .21rem #640064!important;box-shadow:0 0 0 .075rem #fff,0 0 0 .21rem #640064!important}.border-danger.border-gradient-bg{border:1px solid #640064!important}.border-top-danger.border-top-gradient-bg{border-top:1px solid #640064!important}.border-bottom-danger.border-bottom-gradient-bg{border-bottom:1px solid #640064!important}.border-left-danger.border-left-gradient-bg{border-left:1px solid #640064!important}.border-right-danger.border-right-gradient-bg{border-right:1px solid #640064!important}.overlay-danger.overlay-gradient-bg{background:#640064;background:rgba(100,0,100,.6)} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/components.css b/wwwjuba/app-assets/css/components.css new file mode 100644 index 0000000..6cc370e --- /dev/null +++ b/wwwjuba/app-assets/css/components.css @@ -0,0 +1,5126 @@ +/*======================================================== + DARK LAYOUT +=========================================================*/ +html +{ + font-size: 14px; + + height: 100%; + + letter-spacing: .01rem; +} +html body +{ + height: 100%; + + background-color: #f8f8f8; + + direction: ltr; + /* + * Blank page + */ +} +html body .content +{ + position: relative; + + min-height: -webkit-calc(100% - 4rem); + min-height: -moz-calc(100% - 4rem); + min-height: calc(100% - 4rem); + margin-left: 260px; + padding: 0; + + -webkit-transition: 300ms ease all; + -moz-transition: 300ms ease all; + -o-transition: 300ms ease all; + transition: 300ms ease all; + + -webkit-backface-visibility: hidden; + -moz-backface-visibility: hidden; + backface-visibility: hidden; +} +html body .content.app-content +{ + overflow: hidden; +} +html body .content.app-content.show-overlay .content-overlay +{ + z-index: 10; + + opacity: 1; +} +html body .content.app-content.show-overlay .content-overlay ~ .header-navbar-shadow +{ + background: -webkit-gradient(linear, left top, left bottom, color-stop(44%, rgba(44, 48, 60, .9)), color-stop(73%, rgba(44, 48, 60, .43)), to(rgba(44, 48, 60, 0))); + background: -webkit-linear-gradient(top, rgba(44, 48, 60, .9) 44%, rgba(44, 48, 60, .43) 73%, rgba(44, 48, 60, 0)); + background: -moz-linear-gradient(top, rgba(44, 48, 60, .9) 44%, rgba(44, 48, 60, .43) 73%, rgba(44, 48, 60, 0)); + background: -o-linear-gradient(top, rgba(44, 48, 60, .9) 44%, rgba(44, 48, 60, .43) 73%, rgba(44, 48, 60, 0)); + background: linear-gradient(180deg, rgba(44, 48, 60, .9) 44%, rgba(44, 48, 60, .43) 73%, rgba(44, 48, 60, 0)); +} +html body .content.app-content .content-overlay +{ + position: fixed; + z-index: -1; + top: 0; + right: 0; + bottom: 0; + left: 0; + + width: 100%; + height: 100%; + + cursor: pointer; + -webkit-transition: all .7s; + -moz-transition: all .7s; + -o-transition: all .7s; + transition: all .7s; + + opacity: 0; + background-color: rgba(0, 0, 0, .5); +} +html body .content.app-content .content-area-wrapper +{ + position: relative; + + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + + height: -webkit-calc(100% - 5rem); + height: -moz-calc(100% - 5rem); + height: calc(100% - 5rem); + margin: -webkit-calc(5rem + 2.7rem) 2.2rem 0; + margin: -moz-calc(5rem + 2.7rem) 2.2rem 0; + margin: calc(5rem + 2.7rem) 2.2rem 0; +} +html body .content.app-content .content-area-wrapper .content-wrapper +{ + height: -webkit-calc(100vh - 13rem); + height: -moz-calc(100vh - 13rem); + height: calc(100vh - 13rem); + margin-top: 0; +} +html body .content .content-wrapper +{ + margin-top: 6rem; + padding: -webkit-calc(2.2rem - .4rem) 2.2rem 0; + padding: -moz-calc(2.2rem - .4rem) 2.2rem 0; + padding: calc(2.2rem - .4rem) 2.2rem 0; +} +html body .content .content-wrapper .content-header-title +{ + font-weight: 500; + + margin-right: 1rem; + + color: #636363; +} +html body .content .content-wrapper .content-header-right .dropdown-toggle::after +{ + display: none; +} +html body .content .content-wrapper .content-header-right .dropdown-toggle i +{ + margin-right: 0; +} +html body .content .content-wrapper .content-header-right .btn-icon +{ + padding: .8rem; +} +html body .content .content-wrapper .content-header-right .btn-icon i +{ + font-size: 1rem; +} +html body.navbar-hidden .app-content .content-wrapper +{ + margin-top: 0; + padding: 2.2rem; +} +html body.navbar-hidden .app-content .content-area-wrapper +{ + margin-top: 2.5rem; + padding: 0; +} +html body.navbar-static .app-content .navbar-container +{ + padding-right: 1.2rem; + padding-left: 2.2rem; +} +html body.navbar-static .app-content .content-wrapper +{ + margin-top: 0; + padding: 2.2rem; + padding-top: 1rem; +} +html body.navbar-static .app-content .content-area-wrapper +{ + margin-top: 1rem; +} +html body.navbar-sticky .app-content .navbar-container +{ + padding-right: 1rem; + padding-left: 2.2rem; +} +html body.navbar-sticky .app-content .navbar-container .search-input .search-list.show +{ + left: 1%; + + width: 98%; +} +html body.navbar-sticky .app-content .content-wrapper +{ + margin-top: 4.65rem; + padding: 2.2rem; +} +html body.navbar-static .navbar-container, +html body.navbar-sticky .navbar-container +{ + padding-right: 1rem; + padding-left: 2.2rem; +} +html body.navbar-static .navbar-container .search-input .search-list.show, +html body.navbar-sticky .navbar-container .search-input .search-list.show +{ + left: 1%; + + width: 98%; +} +html body.fixed-footer .content.app-content +{ + margin-bottom: 3rem; +} +html body p +{ + line-height: 1.5rem; +} +html body.bg-full-screen-image +{ + background: url(../../app-assets/images/pages/vuesax-login-bg.jpg) no-repeat center center; + -webkit-background-size: cover; + background-size: cover; +} +html body.blank-page .content +{ + margin-left: 0; +} +html body.blank-page .content.app-content +{ + overflow: overlay; + overflow-x: hidden; +} +html body.blank-page .content-wrapper +{ + margin-top: 0; + padding: 0 !important; +} +html body.blank-page .content-wrapper .flexbox-container +{ + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + + height: 100vh; + + -webkit-box-align: center; + -webkit-align-items: center; + -moz-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -webkit-justify-content: center; + -moz-box-pack: center; + -ms-flex-pack: center; + justify-content: center; +} +html body[data-col='1-column'] .content, +html body[data-col='1-column'] .footer +{ + margin-left: 0 !important; +} +html .pace .pace-progress +{ + background: #7367f0; +} + +.app-content.center-layout +{ + overflow: hidden; +} + +/* +* Col 3 layout for detached and general type +*/ +@media (min-width: 992px) +{ + body .content-right + { + float: right; + + width: -webkit-calc(100% - 260px); + width: -moz-calc(100% - 260px); + width: calc(100% - 260px); + } + body .content-left + { + float: left; + + width: -webkit-calc(100% - 260px); + width: -moz-calc(100% - 260px); + width: calc(100% - 260px); + } + body .content-detached + { + width: 100%; + } + body .content-detached.content-right + { + float: right; + + margin-left: -260px; + } + body .content-detached.content-right .content-body + { + margin-left: -webkit-calc(260px + 2.2rem); + margin-left: -moz-calc(260px + 2.2rem); + margin-left: calc(260px + 2.2rem); + } + body .content-detached.content-left + { + float: left; + + margin-right: -260px; + } + body .content-detached.content-left .content-body + { + margin-right: -webkit-calc(260px + 2.2rem); + margin-right: -moz-calc(260px + 2.2rem); + margin-right: calc(260px + 2.2rem); + } + .sidebar-right.sidebar-sticky + { + float: right !important; + + width: 260px !important; + margin-top: 6rem; + margin-left: -260px; + } + [data-col='content-left-sidebar'] .sticky-wrapper + { + float: left; + } +} + +.truncate +{ + overflow: hidden !important; + + white-space: nowrap !important; + text-overflow: ellipsis !important; +} + +@media (max-width: 575.98px) +{ + html body .content .content-wrapper + { + padding: -webkit-calc(2.2rem - .4rem) -webkit-calc(2.2rem - 1rem) 0; + padding: -moz-calc(2.2rem - .4rem) -moz-calc(2.2rem - 1rem) 0; + padding: calc(2.2rem - .4rem) calc(2.2rem - 1rem) 0; + } +} + +@media (max-width: 575.98px) +{ + body.navbar-static .app-content .header-navbar .navbar-container, + body.navbar-sticky .app-content .header-navbar .navbar-container + { + padding-right: .5rem; + padding-left: 1rem; + } +} + +@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) +{ + html.full-screen + { + width: 100%; + } + html.full-screen .content.app-content + { + overflow: scroll; + overflow-x: hidden; + + height: 100%; + } +} + +/*========================================================================================= + File Name: sidebar.scss + Description: content sidebar specific scss. + ---------------------------------------------------------------------------------------- + Item Name: Vuesax HTML Admin Template + Version: 1.1 + Author: PIXINVENT + Author URL: http://www.themeforest.net/user/pixinvent +==========================================================================================*/ +.sidebar +{ + position: relative; + + width: 100%; +} +@media (min-width: 992px) +{ + .sidebar + { + vertical-align: top; + } +} + +.sidebar-fixed +{ + position: fixed; + + overflow: scroll; + + height: 100%; +} + +.sidenav-overlay +{ + position: fixed; + z-index: 997; + top: 0; + right: 0; + left: 0; + + display: none; + + height: 120vh; + + background-color: rgba(0, 0, 0, .5); +} + +.drag-target +{ + position: fixed; + z-index: 1036; + top: 0; + left: -10px; + + width: 40px; + height: 100%; +} + +@media (min-width: 992px) +{ + .sidebar-left + { + float: left; + } + .sidebar-right + { + float: right; + } +} + +footer.footer +{ + padding: 1rem 2.2rem; +} +footer.footer a +{ + margin: 0 .3rem; +} +footer.footer span i +{ + font-size: 1.51rem; + + position: relative; + top: 2px; + + margin-left: .5rem; + + color: #ea5455; +} +footer.footer .scroll-top +{ + padding: .81rem .83rem; +} + +footer.navbar-shadow +{ + -webkit-box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, .15); + box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, .15); +} + +footer.navbar-border +{ + border-top: 1px solid #e4e7ed; +} + +body.fixed-footer footer.footer-light +{ + background: #fff; + -webkit-box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, .15); + box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, .15); +} + +body.fixed-footer footer.footer-dark +{ + color: #fff; + background: #b8c2cc; +} + +.scroll-top +{ + position: fixed; + z-index: 99; + right: 30px; + bottom: 5%; + + display: none; +} + +/*========================================================================================= + File Name: navigations.scss + Description: Common mixin for menus, contain dark and light version scss. + ---------------------------------------------------------------------------------------- + Item Name: Vuesax HTML Admin Template + Version: 1.1 + Author: PIXINVENT + Author URL: http://www.themeforest.net/user/pixinvent +==========================================================================================*/ +.main-menu +{ + position: absolute; + z-index: 1031; + + display: table-cell; + overflow: hidden; + + height: 100%; +} +.main-menu.menu-light +{ + color: #626262; + background: #fff; +} +.main-menu.menu-light .main-menu-header +{ + padding: 20px; +} +.main-menu.menu-light .main-menu-header .menu-search +{ + padding: .5rem 1rem; + + color: #494949; + background: #e6e6e6; +} +.main-menu.menu-light .main-menu-header .menu-search:focus +{ + border-color: #d9d9d9; +} +.main-menu.menu-light .navigation +{ + background: #fff; +} +.main-menu.menu-light .navigation .navigation-header +{ + line-height: 1.5; + + margin: -webkit-calc(2.2rem - .2rem) 0 .8rem 2.2rem; + margin: -moz-calc(2.2rem - .2rem) 0 .8rem 2.2rem; + margin: calc(2.2rem - .2rem) 0 .8rem 2.2rem; + padding: 0; + + letter-spacing: .01rem; + + color: #999; +} +.main-menu.menu-light .navigation .navigation-header span +{ + font-weight: 500; +} +.main-menu.menu-light .navigation li.has-sub ul.menu-content +{ + margin: -7px -7px 0 -7px; + padding: 7px; +} +.main-menu.menu-light .navigation li a +{ + line-height: 1.45; + + padding: 10px 15px 10px 15px; + + -webkit-transition: padding .35s ease 0s !important; + -moz-transition: padding .35s ease 0s !important; + -o-transition: padding .35s ease 0s !important; + transition: padding .35s ease 0s !important; + + color: #565656; +} +.main-menu.menu-light .navigation li a span.menu-sub-title +{ + color: #afafaf; +} +.main-menu.menu-light .navigation li.hover > a +{ + padding-left: 25px; + + -webkit-transition: padding .35s ease 0s !important; + -moz-transition: padding .35s ease 0s !important; + -o-transition: padding .35s ease 0s !important; + transition: padding .35s ease 0s !important; +} +.main-menu.menu-light .navigation > li +{ + padding: 0 15px; +} +.main-menu.menu-light .navigation > li > a .label +{ + margin-top: 4px; + margin-right: 5px; +} +.main-menu.menu-light .navigation > li > a i +{ + position: relative; + top: 1px; +} +.main-menu.menu-light .navigation > li.open > a, +.main-menu.menu-light .navigation > li.sidebar-group-active > a +{ + margin-bottom: 7px; + + transition: transform .25s ease 0s, -webkit-transform .25s ease 0s; + + color: #494949; + border-radius: 6px; + background: whitesmoke; +} +.main-menu.menu-light .navigation > li:not(.open) > ul +{ + display: none; +} +.main-menu.menu-light .navigation > li.active > a +{ + font-weight: 400; + + color: #fff; + border-radius: 4px; + background: -webkit-linear-gradient(332deg, #7367f0, rgba(115, 103, 240, .7)); + background: -moz-linear-gradient(332deg, #7367f0, rgba(115, 103, 240, .7)); + background: -o-linear-gradient(332deg, #7367f0, rgba(115, 103, 240, .7)); + background: linear-gradient(118deg, #7367f0, rgba(115, 103, 240, .7)); + -webkit-box-shadow: 0 0 10px 1px rgba(115, 103, 240, .7); + box-shadow: 0 0 10px 1px rgba(115, 103, 240, .7); +} +.main-menu.menu-light .navigation > li .active +{ + background: #f0f0f0; +} +.main-menu.menu-light .navigation > li .active > a +{ + margin-bottom: 0; + + color: #7367f0; +} +.main-menu.menu-light .navigation > li .active .hover > a +{ + background: whitesmoke; +} +.main-menu.menu-light .navigation > li ul +{ + margin: 0; + padding: 0; +} +.main-menu.menu-light .navigation > li ul li +{ + color: #626262; + background: transparent; +} +.main-menu.menu-light .navigation > li ul li > a +{ + padding: 10px 15px 10px 20px; +} +.main-menu.menu-light .navigation > li ul .has-sub:not(.open) > ul +{ + display: none; +} +.main-menu.menu-light .navigation > li ul .open > a, +.main-menu.menu-light .navigation > li ul .sidebar-group-active > a +{ + color: #626262; +} +.main-menu.menu-light .navigation > li ul .open > ul, +.main-menu.menu-light .navigation > li ul .sidebar-group-active > ul +{ + display: block; +} +.main-menu.menu-light .navigation > li ul .open > ul .open > ul, +.main-menu.menu-light .navigation > li ul .sidebar-group-active > ul .open > ul +{ + display: block; +} +.main-menu.menu-light .navigation > li ul .hover > a, +.main-menu.menu-light .navigation > li ul:hover > a +{ + color: #6c6c6c; +} +.main-menu.menu-light .navigation > li ul .active +{ + border-radius: 4px; + background: -webkit-linear-gradient(332deg, #7367f0, rgba(115, 103, 240, .7)); + background: -moz-linear-gradient(332deg, #7367f0, rgba(115, 103, 240, .7)); + background: -o-linear-gradient(332deg, #7367f0, rgba(115, 103, 240, .7)); + background: linear-gradient(118deg, #7367f0, rgba(115, 103, 240, .7)); + -webkit-box-shadow: 0 0 10px 1px rgba(115, 103, 240, .7); + box-shadow: 0 0 10px 1px rgba(115, 103, 240, .7); +} +.main-menu.menu-light .navigation > li ul .active > a +{ + color: #fff; +} +.main-menu.menu-light .navigation > li > ul +{ + background: #fff; +} +.main-menu.menu-light ul.menu-popout +{ + background: #fff; +} +.main-menu.menu-light ul.menu-popout li a +{ + color: #626262; +} +.main-menu.menu-light ul.menu-popout li a span.menu-sub-title +{ + color: #afafaf; +} +.main-menu.menu-light ul.menu-popout li.hover > a, +.main-menu.menu-light ul.menu-popout li:hover > a, +.main-menu.menu-light ul.menu-popout li.open > a +{ + background: #f0f0f0; +} +.main-menu.menu-light ul.menu-popout .has-sub:not(.open) > ul +{ + display: none; +} +.main-menu.menu-light ul.menu-popout .open > a +{ + color: #626262; +} +.main-menu.menu-light ul.menu-popout .open > ul +{ + display: block; +} +.main-menu.menu-light ul.menu-popout .open > ul .open +{ + background: #e8e8e8; +} +.main-menu.menu-light ul.menu-popout .open > ul .open > ul +{ + display: block; + + background: #e8e8e8; +} +.main-menu.menu-light ul.menu-popout .hover > a, +.main-menu.menu-light ul.menu-popout:hover > a +{ + color: #6c6c6c; + background-color: whitesmoke; +} +.main-menu.menu-light ul.menu-popout .active +{ + background: rgba(0, 0, 0, .06); +} +.main-menu.menu-light ul.menu-popout .active > a +{ + color: #7c7c7c; + background-color: whitesmoke; +} +.main-menu.menu-light ul.menu-popout .active .hover > a, +.main-menu.menu-light ul.menu-popout .active :hover > a +{ + background-color: transparent; +} +.main-menu.menu-dark +{ + color: #dcdcdc; + background: #10163a; +} +.main-menu.menu-dark .main-menu-header +{ + padding: 20px; +} +.main-menu.menu-dark .main-menu-header .menu-search +{ + padding: .5rem 1rem; + + color: #c3c3c3; + background: #050712; +} +.main-menu.menu-dark .main-menu-header .menu-search:focus +{ + border-color: black; +} +.main-menu.menu-dark .navigation +{ + background: #10163a; +} +.main-menu.menu-dark .navigation .navigation-header +{ + line-height: 1.5; + + margin: -webkit-calc(2.2rem - .2rem) 0 .8rem 2.2rem; + margin: -moz-calc(2.2rem - .2rem) 0 .8rem 2.2rem; + margin: calc(2.2rem - .2rem) 0 .8rem 2.2rem; + padding: 0; + + letter-spacing: .01rem; + + color: white; +} +.main-menu.menu-dark .navigation .navigation-header span +{ + font-weight: 500; +} +.main-menu.menu-dark .navigation li.has-sub ul.menu-content +{ + margin: -7px -7px 0 -7px; + padding: 7px; +} +.main-menu.menu-dark .navigation li a +{ + line-height: 1.45; + + padding: 10px 15px 10px 15px; + + -webkit-transition: padding .35s ease 0s !important; + -moz-transition: padding .35s ease 0s !important; + -o-transition: padding .35s ease 0s !important; + transition: padding .35s ease 0s !important; + + color: #d0d0d0; +} +.main-menu.menu-dark .navigation li a span.menu-sub-title +{ + color: white; +} +.main-menu.menu-dark .navigation li.hover > a +{ + padding-left: 25px; + + -webkit-transition: padding .35s ease 0s !important; + -moz-transition: padding .35s ease 0s !important; + -o-transition: padding .35s ease 0s !important; + transition: padding .35s ease 0s !important; +} +.main-menu.menu-dark .navigation > li +{ + padding: 0 15px; +} +.main-menu.menu-dark .navigation > li > a .label +{ + margin-top: 4px; + margin-right: 5px; +} +.main-menu.menu-dark .navigation > li > a i +{ + position: relative; + top: 1px; +} +.main-menu.menu-dark .navigation > li.open > a, +.main-menu.menu-dark .navigation > li.sidebar-group-active > a +{ + margin-bottom: 7px; + + transition: transform .25s ease 0s, -webkit-transform .25s ease 0s; + + color: #c3c3c3; + border-radius: 6px; + background: #0c102a; +} +.main-menu.menu-dark .navigation > li:not(.open) > ul +{ + display: none; +} +.main-menu.menu-dark .navigation > li.active > a +{ + font-weight: 400; + + color: #fff; + border-radius: 4px; + background: -webkit-linear-gradient(332deg, #7367f0, rgba(115, 103, 240, .7)); + background: -moz-linear-gradient(332deg, #7367f0, rgba(115, 103, 240, .7)); + background: -o-linear-gradient(332deg, #7367f0, rgba(115, 103, 240, .7)); + background: linear-gradient(118deg, #7367f0, rgba(115, 103, 240, .7)); + -webkit-box-shadow: 0 0 10px 1px rgba(115, 103, 240, .7); + box-shadow: 0 0 10px 1px rgba(115, 103, 240, .7); +} +.main-menu.menu-dark .navigation > li .active +{ + background: #090d22; +} +.main-menu.menu-dark .navigation > li .active > a +{ + margin-bottom: 0; + + color: #7367f0; +} +.main-menu.menu-dark .navigation > li .active .hover > a +{ + background: #0c102a; +} +.main-menu.menu-dark .navigation > li ul +{ + margin: 0; + padding: 0; +} +.main-menu.menu-dark .navigation > li ul li +{ + color: #dcdcdc; + background: transparent; +} +.main-menu.menu-dark .navigation > li ul li > a +{ + padding: 10px 15px 10px 20px; +} +.main-menu.menu-dark .navigation > li ul .has-sub:not(.open) > ul +{ + display: none; +} +.main-menu.menu-dark .navigation > li ul .open > a, +.main-menu.menu-dark .navigation > li ul .sidebar-group-active > a +{ + color: #dcdcdc; +} +.main-menu.menu-dark .navigation > li ul .open > ul, +.main-menu.menu-dark .navigation > li ul .sidebar-group-active > ul +{ + display: block; +} +.main-menu.menu-dark .navigation > li ul .open > ul .open > ul, +.main-menu.menu-dark .navigation > li ul .sidebar-group-active > ul .open > ul +{ + display: block; +} +.main-menu.menu-dark .navigation > li ul .hover > a, +.main-menu.menu-dark .navigation > li ul:hover > a +{ + color: #e6e6e6; +} +.main-menu.menu-dark .navigation > li ul .active +{ + border-radius: 4px; + background: -webkit-linear-gradient(332deg, #7367f0, rgba(115, 103, 240, .7)); + background: -moz-linear-gradient(332deg, #7367f0, rgba(115, 103, 240, .7)); + background: -o-linear-gradient(332deg, #7367f0, rgba(115, 103, 240, .7)); + background: linear-gradient(118deg, #7367f0, rgba(115, 103, 240, .7)); + -webkit-box-shadow: 0 0 10px 1px rgba(115, 103, 240, .7); + box-shadow: 0 0 10px 1px rgba(115, 103, 240, .7); +} +.main-menu.menu-dark .navigation > li ul .active > a +{ + color: #fff; +} +.main-menu.menu-dark .navigation > li > ul +{ + background: #10163a; +} +.main-menu.menu-dark ul.menu-popout +{ + background: #10163a; +} +.main-menu.menu-dark ul.menu-popout li a +{ + color: #dcdcdc; +} +.main-menu.menu-dark ul.menu-popout li a span.menu-sub-title +{ + color: white; +} +.main-menu.menu-dark ul.menu-popout li.hover > a, +.main-menu.menu-dark ul.menu-popout li:hover > a, +.main-menu.menu-dark ul.menu-popout li.open > a +{ + background: #090d22; +} +.main-menu.menu-dark ul.menu-popout .has-sub:not(.open) > ul +{ + display: none; +} +.main-menu.menu-dark ul.menu-popout .open > a +{ + color: #dcdcdc; +} +.main-menu.menu-dark ul.menu-popout .open > ul +{ + display: block; +} +.main-menu.menu-dark ul.menu-popout .open > ul .open +{ + background: #060816; +} +.main-menu.menu-dark ul.menu-popout .open > ul .open > ul +{ + display: block; + + background: #060816; +} +.main-menu.menu-dark ul.menu-popout .hover > a, +.main-menu.menu-dark ul.menu-popout:hover > a +{ + color: #e6e6e6; + background-color: #0c102a; +} +.main-menu.menu-dark ul.menu-popout .active +{ + background: rgba(0, 0, 0, .06); +} +.main-menu.menu-dark ul.menu-popout .active > a +{ + color: #f6f6f6; + background-color: #0c102a; +} +.main-menu.menu-dark ul.menu-popout .active .hover > a, +.main-menu.menu-dark ul.menu-popout .active :hover > a +{ + background-color: transparent; +} +.main-menu.menu-fixed +{ + position: fixed; + /* fallback if needed */ +} +.main-menu.menu-fixed .main-menu-footer +{ + position: fixed; +} +.main-menu.menu-static +{ + height: auto; + padding-bottom: -webkit-calc(100% - 35rem); + padding-bottom: -moz-calc(100% - 35rem); + padding-bottom: calc(100% - 35rem); +} +.main-menu.menu-static .main-menu-content +{ + height: unset !important; +} +.main-menu.menu-shadow +{ + -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05); + box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05); +} +.main-menu.menu-border +{ + border-right: 1px solid #e4e7ed; +} +.main-menu .shadow-bottom +{ + position: absolute; + z-index: 2; + + display: none; + + width: 100%; + height: 60px; + margin-top: -1.3rem; + + pointer-events: none; + + background: -webkit-gradient(linear, left top, left bottom, color-stop(41%, #fff), color-stop(95%, rgba(255, 255, 255, .11)), to(rgba(255, 255, 255, 0))); + background: -webkit-linear-gradient(#fff 41%, rgba(255, 255, 255, .11) 95%, rgba(255, 255, 255, 0)); + background: -moz-linear-gradient(#fff 41%, rgba(255, 255, 255, .11) 95%, rgba(255, 255, 255, 0)); + background: -o-linear-gradient(#fff 41%, rgba(255, 255, 255, .11) 95%, rgba(255, 255, 255, 0)); + background: linear-gradient(#fff 41%, rgba(255, 255, 255, .11) 95%, rgba(255, 255, 255, 0)); + + -webkit-filter: blur(5px); + filter: blur(5px); +} +.main-menu.menu-native-scroll .main-menu-content +{ + overflow-y: scroll; +} +.main-menu .navbar-header +{ + position: relative; + + width: 260px; + height: 100%; + height: 5rem; + padding: .35rem 1rem .3rem 1.64rem; + + -webkit-transition: 300ms ease all; + -moz-transition: 300ms ease all; + -o-transition: 300ms ease all; + transition: 300ms ease all; +} +.main-menu .navbar-header .navbar-brand +{ + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + + margin-top: 1.35rem; + + -webkit-box-align: center; + -webkit-align-items: center; + -moz-box-align: center; + -ms-flex-align: center; + align-items: center; +} +.main-menu .navbar-header .navbar-brand .brand-logo +{ + width: 35px; + height: 24px; + + background: url('../../app-assets/images/logo/vuesax-logo.png') no-repeat; + background-position: -65px -54px; +} +.main-menu .navbar-header .navbar-brand .brand-text +{ + font-size: 1.57rem; + font-weight: 600; + + padding-left: 1rem; + + -webkit-animation: .3s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 fadein; + -moz-animation: .3s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 fadein; + -o-animation: .3s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 fadein; + animation: .3s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 fadein; + letter-spacing: .01rem; + + color: #7367f0; +} +.main-menu .navbar-header .modern-nav-toggle +{ + -webkit-animation: .3s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 fadein; + -moz-animation: .3s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 fadein; + -o-animation: .3s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 fadein; + animation: .3s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 fadein; +} +.main-menu .main-menu-content +{ + position: relative; + + height: -webkit-calc(100% - 6rem) !important; + height: -moz-calc(100% - 6rem) !important; + height: calc(100% - 6rem) !important; +} +.main-menu ul +{ + margin: 0; + padding: 0; + + list-style: none; +} +.main-menu ul.navigation-main +{ + overflow-x: hidden; +} +.main-menu ul.navigation-main > li:first-child +{ + margin-top: .5rem; +} +.main-menu a +{ + outline: none; +} +.main-menu a:hover, +.main-menu a:focus +{ + text-decoration: none; +} + +.navigation +{ + font-family: 'Montserrat', Helvetica, Arial, serif; + font-size: 1.1rem; + font-weight: 400; + + overflow-y: hidden; + + padding-bottom: 20px; +} +.navigation .navigation-header +{ + font-family: 'Montserrat', Helvetica, Arial, serif; + font-size: .9rem; + font-weight: 500; + line-height: 1.2; + + padding: 12px 22px; + + text-transform: uppercase; +} +.navigation li +{ + position: relative; + + white-space: nowrap; +} +.navigation li a +{ + display: block; + overflow: hidden; + + text-overflow: ellipsis; +} +.navigation li a i +{ + font-size: .8rem; + + margin-right: 1.38rem; +} +.navigation li.disabled a +{ + cursor: not-allowed; +} + +.menu-popout li.disabled a +{ + cursor: not-allowed; +} + +.dropdown-notification .nav-link-label +{ + position: relative; +} + +.dropdown-notification .notification-text +{ + font-size: smaller; + + margin-bottom: .5rem; + + color: #626262; +} + +.dropdown-notification .notification-title +{ + color: rgba(255, 255, 255, .75); +} + +.dropdown-notification .notification-tag +{ + position: relative; + top: -4px; +} + +.dropdown-notification .dropdown-menu.dropdown-menu-right +{ + right: -2px; + + padding: 0; +} +.dropdown-notification .dropdown-menu.dropdown-menu-right::before +{ + border-color: #7367f0; + background: #7367f0; +} + +.dropdown-notification .dropdown-menu-header +{ + text-align: center; + + color: #fff; + border-top-left-radius: 5px; + border-top-right-radius: 5px; + background: #7367f0; +} +.dropdown-notification .dropdown-menu-header .dropdown-header h3 +{ + margin-bottom: .25rem; +} + +.main-menu-header .user-content +{ + padding: 20px; +} +.main-menu-header .user-content .media +{ + overflow: inherit; +} +.main-menu-header .user-content .media-body +{ + width: 150px; + + -webkit-transition: all .3s ease .15s; + -moz-transition: all .3s ease .15s; + -o-transition: all .3s ease .15s; + transition: all .3s ease .15s; + vertical-align: bottom; + white-space: nowrap; + + opacity: 1; +} + +.main-menu-footer +{ + position: relative; + z-index: 1000; + bottom: 0; + + display: block; + overflow: hidden; + + color: white; + background-color: #9aa9b7; +} +.main-menu-footer.footer-open +{ + max-height: 500px; + + -webkit-transition: max-height .2s ease-in-out; + -moz-transition: max-height .2s ease-in-out; + -o-transition: max-height .2s ease-in-out; + transition: max-height .2s ease-in-out; +} +.main-menu-footer a +{ + color: white; +} +.main-menu-footer a:hover, +.main-menu-footer a:focus +{ + color: #fff; +} +.main-menu-footer .header +{ + height: 19px; + + border-bottom: 1px solid #a9b5c1; +} +.main-menu-footer .toggle +{ + transition: -webkit-transform .2s ease-in-out; + -webkit-transform: rotate(0deg); + -moz-transform: rotate(0deg); + -ms-transform: rotate(0deg); + -o-transform: rotate(0deg); + transform: rotate(0deg); +} +.main-menu-footer .content +{ + padding: 0; +} +.main-menu-footer .content .actions > a +{ + display: block; + float: left; + + width: 33.33333%; + padding: 1rem 0; + + text-align: center; + + color: white; + border-top: 1px solid #a9b5c1; + border-left: 1px solid #a9b5c1; +} +.main-menu-footer .content .actions > a > span +{ + font-size: 1.35rem; +} +.main-menu-footer .content .actions > a:hover, +.main-menu-footer .content .actions > a:focus +{ + color: #fff; +} + +body.vertical-layout.vertical-menu.menu-expanded .main-menu-footer .content +{ + margin-left: 0; +} + +body.menu-collapsed .menu-static +{ + padding-bottom: -webkit-calc(100% - 14rem); + padding-bottom: -moz-calc(100% - 14rem); + padding-bottom: calc(100% - 14rem); +} + +@media (max-width: 767.98px) +{ + .menu-hide .main-menu, + .menu-open .main-menu + { + -webkit-transition: top .35s, height .35s, -webkit-transform .25s; + -moz-transition: transform .25s, top .35s, height .35s, -moz-transform .25s; + -o-transition: top .35s, height .35s, -o-transform .25s; + transition: top .35s, height .35s, -webkit-transform .25s; + transition: transform .25s, top .35s, height .35s; + transition: transform .25s, top .35s, height .35s, -webkit-transform .25s, -moz-transform .25s, -o-transform .25s; + } + .main-menu + { + -webkit-transform: translate3d(-240px, 0, 0); + -moz-transform: translate3d(-240px, 0, 0); + transform: translate3d(-240px, 0, 0); + + -webkit-backface-visibility: hidden; + -moz-backface-visibility: hidden; + backface-visibility: hidden; + -webkit-perspective: 1000; + -moz-perspective: 1000; + perspective: 1000; + } + .menu-open .main-menu + { + -webkit-transform: translate3d(0, 0, 0); + -moz-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@media (min-width: 768px) +{ + .drag-target + { + z-index: 0; + } +} + +body.fixed-footer .main-menu.menu-fixed +{ + height: 100%; +} + +@media (max-width: 768px) +{ + body .main-menu.menu-static + { + padding-bottom: 100%; + } +} + +.display-inline +{ + display: inline !important; +} + +.display-block +{ + display: block !important; +} + +.display-inline-block +{ + display: inline-block !important; +} + +.display-hidden +{ + display: none !important; +} + +.display-table-cell +{ + display: table-cell !important; +} + +.position-top-0 +{ + top: 0; +} + +.position-right-0 +{ + right: 0; +} + +.position-bottom-0 +{ + bottom: 0; +} + +.position-left-0 +{ + left: 0; +} + +.zindex-1 +{ + z-index: 1 !important; +} + +.zindex-2 +{ + z-index: 2 !important; +} + +.zindex-3 +{ + z-index: 3 !important; +} + +.zindex-4 +{ + z-index: 4 !important; +} + +.zindex-0 +{ + z-index: 0 !important; +} + +.zindex-minus-1 +{ + z-index: -1 !important; +} + +.zindex-minus-2 +{ + z-index: -2 !important; +} + +.zindex-minus-3 +{ + z-index: -3 !important; +} + +.zindex-minus-4 +{ + z-index: -4 !important; +} + +.no-edge-top +{ + top: 0 !important; +} + +.no-edge-bottom +{ + bottom: 0 !important; +} + +.no-edge-left +{ + left: 0 !important; +} + +.no-edge-right +{ + right: 0 !important; +} + +.cursor-pointer +{ + cursor: pointer; +} + +.cursor-move +{ + cursor: move; +} + +.cursor-default +{ + cursor: default; +} + +.cursor-progress +{ + cursor: progress; +} + +.cursor-not-allowed +{ + cursor: not-allowed; +} + +.overflow-hidden +{ + overflow: hidden; +} + +.overflow-visible +{ + overflow: visible; +} + +.overflow-auto +{ + overflow: auto; +} + +.overflow-scroll +{ + overflow: scroll; +} + +.overflow-x-scroll +{ + overflow: scroll; +} + +.overflow-y-scroll +{ + overflow: scroll; +} + +.bullets-inside +{ + list-style: inside; +} + +.list-style-circle +{ + list-style: circle; +} + +.list-style-square +{ + list-style: square; +} + +.list-style-icons +{ + margin-left: 0; + padding-left: 10px; + + list-style: none; +} +.list-style-icons > li i +{ + float: left; + + width: 1em; + margin: 0 6px 0 0; +} + +.border +{ + border: 1px solid; +} + +.border-top +{ + border-top: 1px solid; +} + +.border-bottom +{ + border-bottom: 1px solid; +} + +.border-left +{ + border-left: 1px solid; +} + +.border-right +{ + border-right: 1px solid; +} + +.border-2 +{ + border-width: 2px !important; +} + +.border-top-2 +{ + border-top-width: 2px !important; +} + +.border-bottom-2 +{ + border-bottom-width: 2px !important; +} + +.border-left-2 +{ + border-left-width: 2px !important; +} + +.border-right-2 +{ + border-right-width: 2px !important; +} + +.border-3 +{ + border-width: 3px !important; +} + +.border-top-3 +{ + border-top-width: 3px !important; +} + +.border-bottom-3 +{ + border-bottom-width: 3px !important; +} + +.border-left-3 +{ + border-left-width: 3px !important; +} + +.border-right-3 +{ + border-right-width: 3px !important; +} + +.no-border-top-radius +{ + border-top-left-radius: 0 !important; + border-top-right-radius: 0 !important; +} + +.no-border-bottom-radius +{ + border-bottom-right-radius: 0 !important; + border-bottom-left-radius: 0 !important; +} + +.no-border-top-left-radius +{ + border-top-left-radius: 0 !important; +} + +.no-border-top-right-radius +{ + border-top-right-radius: 0 !important; +} + +.no-border-bottom-left-radius +{ + border-bottom-left-radius: 0 !important; +} + +.no-border-bottom-right-radius +{ + border-bottom-right-radius: 0 !important; +} + +.box-shadow-0 +{ + -webkit-box-shadow: none !important; + box-shadow: none !important; +} + +.box-shadow-1 +{ + -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12); + box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12); +} + +.box-shadow-2 +{ + -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19); + box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19); +} + +.box-shadow-3 +{ + -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, .24), 0 17px 50px 0 rgba(0, 0, 0, .19); + box-shadow: 0 12px 15px 0 rgba(0, 0, 0, .24), 0 17px 50px 0 rgba(0, 0, 0, .19); +} + +.box-shadow-4 +{ + -webkit-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, .22), 0 25px 55px 0 rgba(0, 0, 0, .21); + box-shadow: 0 16px 28px 0 rgba(0, 0, 0, .22), 0 25px 55px 0 rgba(0, 0, 0, .21); +} + +.box-shadow-5 +{ + -webkit-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, .2), 0 40px 77px 0 rgba(0, 0, 0, .22); + box-shadow: 0 27px 24px 0 rgba(0, 0, 0, .2), 0 40px 77px 0 rgba(0, 0, 0, .22); +} + +.box-shadow-6 +{ + -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08); + box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08); +} + +.fit +{ + max-width: 100% !important; +} + +.half-width +{ + width: 50% !important; +} + +.full-width +{ + width: 100% !important; +} + +.full-height +{ + height: 100% !important; +} + +.width-50 +{ + width: 50px !important; +} + +.width-100 +{ + width: 100px !important; +} + +.width-150 +{ + width: 150px !important; +} + +.width-200 +{ + width: 200px !important; +} + +.width-250 +{ + width: 250px !important; +} + +.width-300 +{ + width: 300px !important; +} + +.width-350 +{ + width: 350px !important; +} + +.width-400 +{ + width: 400px !important; +} + +.width-450 +{ + width: 450px !important; +} + +.width-500 +{ + width: 500px !important; +} + +.width-550 +{ + width: 550px !important; +} + +.width-600 +{ + width: 600px !important; +} + +.width-650 +{ + width: 650px !important; +} + +.width-700 +{ + width: 700px !important; +} + +.width-750 +{ + width: 750px !important; +} + +.width-800 +{ + width: 800px !important; +} + +.width-5-per +{ + width: 5% !important; +} + +.width-10-per +{ + width: 10% !important; +} + +.width-15-per +{ + width: 15% !important; +} + +.width-20-per +{ + width: 20% !important; +} + +.width-25-per +{ + width: 25% !important; +} + +.width-30-per +{ + width: 30% !important; +} + +.width-35-per +{ + width: 35% !important; +} + +.width-40-per +{ + width: 40% !important; +} + +.width-45-per +{ + width: 45% !important; +} + +.width-50-per +{ + width: 50% !important; +} + +.width-55-per +{ + width: 55% !important; +} + +.width-60-per +{ + width: 60% !important; +} + +.width-65-per +{ + width: 65% !important; +} + +.width-70-per +{ + width: 70% !important; +} + +.width-75-per +{ + width: 75% !important; +} + +.width-80-per +{ + width: 80% !important; +} + +.width-90-per +{ + width: 90% !important; +} + +.width-95-per +{ + width: 95% !important; +} + +.height-50 +{ + height: 50px !important; +} + +.height-75 +{ + height: 75px !important; +} + +.height-100 +{ + height: 100px !important; +} + +.height-150 +{ + height: 150px !important; +} + +.height-200 +{ + height: 200px !important; +} + +.height-250 +{ + height: 250px !important; +} + +.height-300 +{ + height: 300px !important; +} + +.height-350 +{ + height: 350px !important; +} + +.height-400 +{ + height: 400px !important; +} + +.height-450 +{ + height: 450px !important; +} + +.height-500 +{ + height: 500px !important; +} + +.height-550 +{ + height: 550px !important; +} + +.height-600 +{ + height: 600px !important; +} + +.height-650 +{ + height: 650px !important; +} + +.height-700 +{ + height: 700px !important; +} + +.height-750 +{ + height: 750px !important; +} + +.height-800 +{ + height: 800px !important; +} + +.height-5-per +{ + height: 5% !important; +} + +.height-10-per +{ + height: 10% !important; +} + +.height-15-per +{ + height: 15% !important; +} + +.height-20-per +{ + height: 20% !important; +} + +.height-25-per +{ + height: 25% !important; +} + +.height-30-per +{ + height: 30% !important; +} + +.height-35-per +{ + height: 35% !important; +} + +.height-40-per +{ + height: 40% !important; +} + +.height-45-per +{ + height: 45% !important; +} + +.height-50-per +{ + height: 50% !important; +} + +.height-55-per +{ + height: 55% !important; +} + +.height-60-per +{ + height: 60% !important; +} + +.height-65-per +{ + height: 65% !important; +} + +.height-70-per +{ + height: 70% !important; +} + +.height-75-per +{ + height: 75% !important; +} + +.height-80-per +{ + height: 80% !important; +} + +.full-height-vh-with-nav +{ + height: -webkit-calc(100vh - 5rem - 4rem); + height: -moz-calc(100vh - 5rem - 4rem); + height: calc(100vh - 5rem - 4rem); +} + +.full-height-vh +{ + height: 100vh; +} + +.line-height-1 +{ + line-height: 1 !important; +} + +.line-height-2 +{ + line-height: 2 !important; +} + +.rotate-45 +{ + -webkit-transform: rotate(45deg); + -moz-transform: rotate(45deg); + -ms-transform: rotate(45deg); + -o-transform: rotate(45deg); + transform: rotate(45deg); +} + +.rotate-45-inverse +{ + -webkit-transform: rotate(-45deg); + -moz-transform: rotate(-45deg); + -ms-transform: rotate(-45deg); + -o-transform: rotate(-45deg); + transform: rotate(-45deg); +} + +.rotate-90 +{ + -webkit-transform: rotate(45deg); + -moz-transform: rotate(45deg); + -ms-transform: rotate(45deg); + -o-transform: rotate(45deg); + transform: rotate(45deg); +} + +.rotate-90-inverse +{ + -webkit-transform: rotate(-45deg); + -moz-transform: rotate(-45deg); + -ms-transform: rotate(-45deg); + -o-transform: rotate(-45deg); + transform: rotate(-45deg); +} + +.rotate-180 +{ + -webkit-transform: rotate(45deg); + -moz-transform: rotate(45deg); + -ms-transform: rotate(45deg); + -o-transform: rotate(45deg); + transform: rotate(45deg); +} + +.rotate-180-inverse +{ + -webkit-transform: rotate(-45deg); + -moz-transform: rotate(-45deg); + -ms-transform: rotate(-45deg); + -o-transform: rotate(-45deg); + transform: rotate(-45deg); +} + +.pull-up +{ + -webkit-transition: all .25s ease; + -moz-transition: all .25s ease; + -o-transition: all .25s ease; + transition: all .25s ease; +} +.pull-up:hover +{ + z-index: 30; + + -webkit-transform: translateY(-4px) scale(1.02); + -moz-transform: translateY(-4px) scale(1.02); + -ms-transform: translateY(-4px) scale(1.02); + -o-transform: translateY(-4px) scale(1.02); + transform: translateY(-4px) scale(1.02); + + -webkit-box-shadow: 0 14px 24px rgba(62, 57, 107, .2); + box-shadow: 0 14px 24px rgba(62, 57, 107, .2); +} + +.spinner +{ + display: inline-block; + + -webkit-animation: spin 1s linear infinite; + -moz-animation: spin 1s linear infinite; + -o-animation: spin 1s linear infinite; + animation: spin 1s linear infinite; +} + +@-webkit-keyframes spin +{ + 0% + { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% + { + -webkit-transform: rotate(360deg); + transform: rotate(360deg); + } +} + +@-moz-keyframes spin +{ + 0% + { + -moz-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% + { + -moz-transform: rotate(360deg); + transform: rotate(360deg); + } +} + +@-o-keyframes spin +{ + 0% + { + -o-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% + { + -o-transform: rotate(360deg); + transform: rotate(360deg); + } +} + +@keyframes spin +{ + 0% + { + -webkit-transform: rotate(0deg); + -moz-transform: rotate(0deg); + -o-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% + { + -webkit-transform: rotate(360deg); + -moz-transform: rotate(360deg); + -o-transform: rotate(360deg); + transform: rotate(360deg); + } +} + +.spinner-reverse +{ + display: inline-block; + + -webkit-animation: spin-reverse 1s linear infinite; + -moz-animation: spin-reverse 1s linear infinite; + -o-animation: spin-reverse 1s linear infinite; + animation: spin-reverse 1s linear infinite; +} + +@-webkit-keyframes spin-reverse +{ + 0% + { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% + { + -webkit-transform: rotate(-360deg); + transform: rotate(-360deg); + } +} + +@-moz-keyframes spin-reverse +{ + 0% + { + -moz-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% + { + -moz-transform: rotate(-360deg); + transform: rotate(-360deg); + } +} + +@-o-keyframes spin-reverse +{ + 0% + { + -o-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% + { + -o-transform: rotate(-360deg); + transform: rotate(-360deg); + } +} + +@keyframes spin-reverse +{ + 0% + { + -webkit-transform: rotate(0deg); + -moz-transform: rotate(0deg); + -o-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% + { + -webkit-transform: rotate(-360deg); + -moz-transform: rotate(-360deg); + -o-transform: rotate(-360deg); + transform: rotate(-360deg); + } +} + +.bg-cover +{ + -webkit-background-size: cover !important; + background-size: cover !important; +} + +.background-repeat +{ + background-repeat: repeat !important; +} + +.background-no-repeat +{ + background-repeat: no-repeat !important; +} + +.img-xl +{ + width: 64px !important; + height: 64px !important; +} + +.img-lg +{ + width: 44px !important; + height: 44px !important; +} + +.img-sm +{ + width: 36px !important; + height: 36px !important; +} + +.img-xs +{ + width: 32px !important; + height: 32px !important; +} + +.bullet +{ + display: inline-block; + + width: 1rem; + height: 1rem; + + border-radius: 50%; +} +.bullet.bullet-xs +{ + width: .5rem; + height: .5rem; +} +.bullet.bullet-sm +{ + width: .714rem; + height: .714rem; +} +.bullet.bullet-lg +{ + width: 1.25rem; + height: 1.25rem; +} + +.avatar +{ + font-size: .75rem; + + position: relative; + + display: -webkit-inline-box; + display: -webkit-inline-flex; + display: -moz-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + + margin: 5px; + + cursor: pointer; + text-align: center; + vertical-align: middle; + white-space: nowrap; + + color: #fff; + border-radius: 50%; + background-color: #c3c3c3; +} +.avatar .avatar-content +{ + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + + width: 32px; + height: 32px; + + -webkit-box-pack: center; + -webkit-justify-content: center; + -moz-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -webkit-align-items: center; + -moz-box-align: center; + -ms-flex-align: center; + align-items: center; +} +.avatar .avatar-content .avatar-icon +{ + font-size: 1.2rem; +} +.avatar [class*='avatar-status-'] +{ + position: absolute; + right: 0; + bottom: 0; + + width: 11px; + height: 11px; + + border: 1px solid #fff; + border-radius: 50%; +} +.avatar [class*='avatar-status-'].avatar-status-lg +{ + width: 17px; + height: 17px; + + border-width: 2px; +} +.avatar .avatar-status-online +{ + background-color: #28c76f; +} +.avatar .avatar-status-busy +{ + background-color: #ea5455; +} +.avatar .avatar-status-away +{ + background-color: #ff9f43; +} +.avatar .avatar-status-offline +{ + background-color: #b8c2cc; +} +.avatar img +{ + border-radius: 50%; +} +.avatar.avatar-xl +{ + font-size: 1.5rem; +} +.avatar.avatar-xl img +{ + width: 70px; + height: 70px; +} +.avatar.avatar-xl .avatar-content +{ + width: 70px; + height: 70px; +} +.avatar.avatar-xl .avatar-content .avatar-icon +{ + font-size: 3rem; +} +.avatar.avatar-lg +{ + font-size: 1.2rem; +} +.avatar.avatar-lg img +{ + width: 50px; + height: 50px; +} +.avatar.avatar-lg .avatar-content +{ + width: 50px; + height: 50px; +} +.avatar.avatar-lg .avatar-content .avatar-icon +{ + font-size: 2rem; +} +.avatar.avatar-sm .avatar-content +{ + width: 24px; + height: 24px; +} +.avatar.avatar-sm .avatar-content .avatar-icon +{ + font-size: 1rem; +} +.avatar.avatar-sm img +{ + width: 24px; + height: 24px; +} + +/*========================================================================================= + File Name: search.scss + Description: Search functionality. + ---------------------------------------------------------------------------------------- + Item Name: Vuesax HTML Admin Template + Version: 1.1 + Author: PIXINVENT + Author URL: http://www.themeforest.net/user/pixinvent +==========================================================================================*/ +.navbar-container a.nav-link-search +{ + float: left; +} + +.navbar-container .search-input +{ + float: left; + + width: 0; +} +.navbar-container .search-input input +{ + line-height: 16px; + + width: 0; + padding: 1.6rem 3.6rem; + + -webkit-transition: all .2s ease-out; + -moz-transition: all .2s ease-out; + -o-transition: all .2s ease-out; + transition: all .2s ease-out; + + border: none; + background: none; +} +.navbar-container .search-input.open +{ + position: absolute; + z-index: 1; + right: 0; + left: 0; + + width: 100%; + + border-radius: .5rem; + background: #fff; +} +.navbar-container .search-input.open .search-input-close, +.navbar-container .search-input.open .search-input-icon +{ + display: block; +} +.navbar-container .search-input.open input +{ + width: 100%; + + -webkit-transition: all .3s ease-out; + -moz-transition: all .3s ease-out; + -o-transition: all .3s ease-out; + transition: all .3s ease-out; + + outline: none; + background: none; +} +.navbar-container .search-input .search-list +{ + position: absolute; + top: 100%; + left: 0; + + display: none; + + width: 100%; + margin-top: .5rem; + padding-left: 0; + + border-radius: .5rem; + background: #fff; +} +.navbar-container .search-input .search-list.show +{ + display: block; +} +.navbar-container .search-input .search-list li a +{ + padding: .9rem 1rem; + + color: #626262; +} +.navbar-container .search-input .search-list li a span[class*='feather icon-'] +{ + font-size: 1.25rem; +} +.navbar-container .search-input .search-list li:first-child +{ + border-top-left-radius: .5rem; + border-top-right-radius: .5rem; +} +.navbar-container .search-input .search-list li:last-child +{ + border-bottom-right-radius: .5rem; + border-bottom-left-radius: .5rem; +} +.navbar-container .search-input .search-list li:hover, +.navbar-container .search-input .search-list li.current_item +{ + background-color: #f1f1f1; +} +.navbar-container .search-input .search-input-icon +{ + position: absolute; + z-index: 2; + top: 37%; + left: 1.5rem; + + display: none; + + cursor: pointer; +} +.navbar-container .search-input .search-input-icon i +{ + font-size: 1.25rem; +} +.navbar-container .search-input .search-input-close +{ + position: absolute; + z-index: 1; + top: 32%; + right: 2rem; + + display: none; + + cursor: pointer; +} +.navbar-container .search-input .search-input-close i +{ + font-size: 1.75rem; +} + +.navbar-container .bookmark-input +{ + position: absolute; + top: 102%; + + display: none; + + width: 25%; +} +.navbar-container .bookmark-input.show +{ + display: block; +} +.navbar-container .bookmark-input .bookmark-input-icon +{ + position: absolute; + z-index: 1; + top: .85rem; + left: 1rem; +} +.navbar-container .bookmark-input input +{ + width: 100%; + padding: .7rem .7rem .7rem 2.5rem; + + border: 1px solid rgba(0, 0, 0, .2); + background: #fff; +} +.navbar-container .bookmark-input input:focus +{ + border: 1px solid #7367f0; +} +.navbar-container .bookmark-input .search-list +{ + -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08); + box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08); +} + +.navbar-container .bookmark-icon +{ + cursor: pointer; +} + +.navbar-container .dropdown.bookmark-dropdown +{ + padding: 1.4rem .5rem 1.35rem; +} +.navbar-container .dropdown.bookmark-dropdown .dropdown-toggle:after +{ + display: none; +} + +/* .navbar-light, .navbar-semi-dark{ + .search-input{ + .input{ + color: $gray-600; + } + &.open{ + .input{ + color: $gray-600; + // border-bottom: 1px solid $gray-600; + + } + } + } +} */ +.navbar-dark .search-input .input, +.navbar-semi-light .search-input .input +{ + color: #f5f7fa; + border-radius: .5rem; +} + +.navbar-dark .search-input.open .input, +.navbar-semi-light .search-input.open .input +{ + color: #f5f7fa; + border: 1px solid #f5f7fa; +} + +@media (max-width: 767.98px) +{ + #navbar-mobile .search-input.open .input + { + color: #b8c2cc; + } +} + +body.navbar-static .navbar-container .search-input.open +{ + border-radius: 0; +} + +.apexcharts-canvas .apexcharts-tooltip +{ + color: #626262 !important; +} +.apexcharts-canvas .apexcharts-tooltip.dark +{ + color: #fff !important; +} + +.apexcharts-canvas .apexcharts-toolbar .apexcharts-menu .apexcharts-menu-item +{ + color: #626262; +} + +.apexcharts-xaxistooltip +{ + color: #626262 !important; +} + +#client-retention-chart .apexcharts-canvas .apexcharts-legend +{ + left: -14px !important; +} + +.btn-social, +.btn-social-icon +{ + position: relative; + + overflow: hidden; + + padding-left: 4.95rem; + + text-align: left; + white-space: nowrap; + text-overflow: ellipsis; +} +.btn-social > :first-child, +.btn-social-icon > :first-child +{ + font-size: 1rem; + line-height: 2.7rem; + + position: absolute; + top: 2px; + bottom: 0; + left: 0; + + width: 2.95rem; + + text-align: center; + + border-right: 1px solid rgba(0, 0, 0, .2); +} + +.btn-social-icon +{ + width: 2.95rem; + height: 2.95rem; + padding: 0; +} +.btn-social-icon > :first-child +{ + width: 100% !important; + + text-align: center; + + border: none; +} + +.btn-adn +{ + color: #fff; + border-color: #fff; + background-color: #d87a68; + background-color: #d87a68; +} +.btn-adn:hover +{ + color: #fff; + border-color: #d87a68; + background-color: #d87a68; +} +.btn-adn:focus, +.btn-adn.focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5); + box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5); +} +.btn-adn.disabled, +.btn-adn:disabled +{ + color: #fff; + border-color: #fff; + background-color: #d87a68; +} +.btn-adn:not(:disabled):not(.disabled):active, +.btn-adn:not(:disabled):not(.disabled).active, +.show > .btn-adn.dropdown-toggle +{ + color: #fff; + border-color: #dfdfdf; + background-color: #ce563f; +} +.btn-adn:not(:disabled):not(.disabled):active:focus, +.btn-adn:not(:disabled):not(.disabled).active:focus, +.show > .btn-adn.dropdown-toggle:focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5); + box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5); +} + +.btn-bitbucket +{ + color: #fff; + border-color: #fff; + background-color: #205081; + background-color: #205081; +} +.btn-bitbucket:hover +{ + color: #fff; + border-color: #205081; + background-color: #205081; +} +.btn-bitbucket:focus, +.btn-bitbucket.focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5); + box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5); +} +.btn-bitbucket.disabled, +.btn-bitbucket:disabled +{ + color: #fff; + border-color: #fff; + background-color: #205081; +} +.btn-bitbucket:not(:disabled):not(.disabled):active, +.btn-bitbucket:not(:disabled):not(.disabled).active, +.show > .btn-bitbucket.dropdown-toggle +{ + color: #fff; + border-color: #dfdfdf; + background-color: #163758; +} +.btn-bitbucket:not(:disabled):not(.disabled):active:focus, +.btn-bitbucket:not(:disabled):not(.disabled).active:focus, +.show > .btn-bitbucket.dropdown-toggle:focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5); + box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5); +} + +.btn-dropbox +{ + color: #fff; + border-color: #fff; + background-color: #1087dd; + background-color: #1087dd; +} +.btn-dropbox:hover +{ + color: #fff; + border-color: #1087dd; + background-color: #1087dd; +} +.btn-dropbox:focus, +.btn-dropbox.focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5); + box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5); +} +.btn-dropbox.disabled, +.btn-dropbox:disabled +{ + color: #fff; + border-color: #fff; + background-color: #1087dd; +} +.btn-dropbox:not(:disabled):not(.disabled):active, +.btn-dropbox:not(:disabled):not(.disabled).active, +.show > .btn-dropbox.dropdown-toggle +{ + color: #fff; + border-color: #dfdfdf; + background-color: #0d6aad; +} +.btn-dropbox:not(:disabled):not(.disabled):active:focus, +.btn-dropbox:not(:disabled):not(.disabled).active:focus, +.show > .btn-dropbox.dropdown-toggle:focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5); + box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5); +} + +.btn-facebook +{ + color: #fff; + border-color: #fff; + background-color: #3b5998; + background-color: #3b5998; +} +.btn-facebook:hover +{ + color: #fff; + border-color: #3b5998; + background-color: #3b5998; +} +.btn-facebook:focus, +.btn-facebook.focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5); + box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5); +} +.btn-facebook.disabled, +.btn-facebook:disabled +{ + color: #fff; + border-color: #fff; + background-color: #3b5998; +} +.btn-facebook:not(:disabled):not(.disabled):active, +.btn-facebook:not(:disabled):not(.disabled).active, +.show > .btn-facebook.dropdown-toggle +{ + color: #fff; + border-color: #dfdfdf; + background-color: #2d4373; +} +.btn-facebook:not(:disabled):not(.disabled):active:focus, +.btn-facebook:not(:disabled):not(.disabled).active:focus, +.show > .btn-facebook.dropdown-toggle:focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5); + box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5); +} + +.btn-flickr +{ + color: #fff; + border-color: #fff; + background-color: #ff0084; + background-color: #ff0084; +} +.btn-flickr:hover +{ + color: #fff; + border-color: #ff0084; + background-color: #ff0084; +} +.btn-flickr:focus, +.btn-flickr.focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5); + box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5); +} +.btn-flickr.disabled, +.btn-flickr:disabled +{ + color: #fff; + border-color: #fff; + background-color: #ff0084; +} +.btn-flickr:not(:disabled):not(.disabled):active, +.btn-flickr:not(:disabled):not(.disabled).active, +.show > .btn-flickr.dropdown-toggle +{ + color: #fff; + border-color: #dfdfdf; + background-color: #cc006a; +} +.btn-flickr:not(:disabled):not(.disabled):active:focus, +.btn-flickr:not(:disabled):not(.disabled).active:focus, +.show > .btn-flickr.dropdown-toggle:focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5); + box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5); +} + +.btn-foursquare +{ + color: #fff; + border-color: #fff; + background-color: #f94877; + background-color: #f94877; +} +.btn-foursquare:hover +{ + color: #fff; + border-color: #f94877; + background-color: #f94877; +} +.btn-foursquare:focus, +.btn-foursquare.focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5); + box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5); +} +.btn-foursquare.disabled, +.btn-foursquare:disabled +{ + color: #fff; + border-color: #fff; + background-color: #f94877; +} +.btn-foursquare:not(:disabled):not(.disabled):active, +.btn-foursquare:not(:disabled):not(.disabled).active, +.show > .btn-foursquare.dropdown-toggle +{ + color: #fff; + border-color: #dfdfdf; + background-color: #f71752; +} +.btn-foursquare:not(:disabled):not(.disabled):active:focus, +.btn-foursquare:not(:disabled):not(.disabled).active:focus, +.show > .btn-foursquare.dropdown-toggle:focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5); + box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5); +} + +.btn-github +{ + color: #fff; + border-color: #fff; + background-color: #444; + background-color: #444; +} +.btn-github:hover +{ + color: #fff; + border-color: #444; + background-color: #444; +} +.btn-github:focus, +.btn-github.focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5); + box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5); +} +.btn-github.disabled, +.btn-github:disabled +{ + color: #fff; + border-color: #fff; + background-color: #444; +} +.btn-github:not(:disabled):not(.disabled):active, +.btn-github:not(:disabled):not(.disabled).active, +.show > .btn-github.dropdown-toggle +{ + color: #fff; + border-color: #dfdfdf; + background-color: #2b2b2b; +} +.btn-github:not(:disabled):not(.disabled):active:focus, +.btn-github:not(:disabled):not(.disabled).active:focus, +.show > .btn-github.dropdown-toggle:focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5); + box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5); +} + +.btn-google +{ + color: #fff; + border-color: #fff; + background-color: #dd4b39; + background-color: #dd4b39; +} +.btn-google:hover +{ + color: #fff; + border-color: #dd4b39; + background-color: #dd4b39; +} +.btn-google:focus, +.btn-google.focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5); + box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5); +} +.btn-google.disabled, +.btn-google:disabled +{ + color: #fff; + border-color: #fff; + background-color: #dd4b39; +} +.btn-google:not(:disabled):not(.disabled):active, +.btn-google:not(:disabled):not(.disabled).active, +.show > .btn-google.dropdown-toggle +{ + color: #fff; + border-color: #dfdfdf; + background-color: #c23321; +} +.btn-google:not(:disabled):not(.disabled):active:focus, +.btn-google:not(:disabled):not(.disabled).active:focus, +.show > .btn-google.dropdown-toggle:focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5); + box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5); +} + +.btn-instagram +{ + color: #fff; + border-color: #fff; + background-color: #3f729b; + background-color: #3f729b; +} +.btn-instagram:hover +{ + color: #fff; + border-color: #3f729b; + background-color: #3f729b; +} +.btn-instagram:focus, +.btn-instagram.focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5); + box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5); +} +.btn-instagram.disabled, +.btn-instagram:disabled +{ + color: #fff; + border-color: #fff; + background-color: #3f729b; +} +.btn-instagram:not(:disabled):not(.disabled):active, +.btn-instagram:not(:disabled):not(.disabled).active, +.show > .btn-instagram.dropdown-toggle +{ + color: #fff; + border-color: #dfdfdf; + background-color: #305777; +} +.btn-instagram:not(:disabled):not(.disabled):active:focus, +.btn-instagram:not(:disabled):not(.disabled).active:focus, +.show > .btn-instagram.dropdown-toggle:focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5); + box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5); +} + +.btn-linkedin +{ + color: #fff; + border-color: #fff; + background-color: #007bb6; + background-color: #007bb6; +} +.btn-linkedin:hover +{ + color: #fff; + border-color: #007bb6; + background-color: #007bb6; +} +.btn-linkedin:focus, +.btn-linkedin.focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5); + box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5); +} +.btn-linkedin.disabled, +.btn-linkedin:disabled +{ + color: #fff; + border-color: #fff; + background-color: #007bb6; +} +.btn-linkedin:not(:disabled):not(.disabled):active, +.btn-linkedin:not(:disabled):not(.disabled).active, +.show > .btn-linkedin.dropdown-toggle +{ + color: #fff; + border-color: #dfdfdf; + background-color: #005983; +} +.btn-linkedin:not(:disabled):not(.disabled):active:focus, +.btn-linkedin:not(:disabled):not(.disabled).active:focus, +.show > .btn-linkedin.dropdown-toggle:focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5); + box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5); +} + +.btn-microsoft +{ + color: #fff; + border-color: #fff; + background-color: #2672ec; + background-color: #2672ec; +} +.btn-microsoft:hover +{ + color: #fff; + border-color: #2672ec; + background-color: #2672ec; +} +.btn-microsoft:focus, +.btn-microsoft.focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5); + box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5); +} +.btn-microsoft.disabled, +.btn-microsoft:disabled +{ + color: #fff; + border-color: #fff; + background-color: #2672ec; +} +.btn-microsoft:not(:disabled):not(.disabled):active, +.btn-microsoft:not(:disabled):not(.disabled).active, +.show > .btn-microsoft.dropdown-toggle +{ + color: #fff; + border-color: #dfdfdf; + background-color: #125acd; +} +.btn-microsoft:not(:disabled):not(.disabled):active:focus, +.btn-microsoft:not(:disabled):not(.disabled).active:focus, +.show > .btn-microsoft.dropdown-toggle:focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5); + box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5); +} + +.btn-odnoklassniki +{ + color: #fff; + border-color: #fff; + background-color: #f4731c; + background-color: #f4731c; +} +.btn-odnoklassniki:hover +{ + color: #fff; + border-color: #f4731c; + background-color: #f4731c; +} +.btn-odnoklassniki:focus, +.btn-odnoklassniki.focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5); + box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5); +} +.btn-odnoklassniki.disabled, +.btn-odnoklassniki:disabled +{ + color: #fff; + border-color: #fff; + background-color: #f4731c; +} +.btn-odnoklassniki:not(:disabled):not(.disabled):active, +.btn-odnoklassniki:not(:disabled):not(.disabled).active, +.show > .btn-odnoklassniki.dropdown-toggle +{ + color: #fff; + border-color: #dfdfdf; + background-color: #d35b0a; +} +.btn-odnoklassniki:not(:disabled):not(.disabled):active:focus, +.btn-odnoklassniki:not(:disabled):not(.disabled).active:focus, +.show > .btn-odnoklassniki.dropdown-toggle:focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5); + box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5); +} + +.btn-openid +{ + color: #2a2e30; + border-color: #fff; + background-color: #f7931e; + background-color: #f7931e; +} +.btn-openid:hover +{ + color: #2a2e30; + border-color: #f7931e; + background-color: #f7931e; +} +.btn-openid:focus, +.btn-openid.focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(223, 224, 224, .5); + box-shadow: 0 0 0 .2rem rgba(223, 224, 224, .5); +} +.btn-openid.disabled, +.btn-openid:disabled +{ + color: #2a2e30; + border-color: #fff; + background-color: #f7931e; +} +.btn-openid:not(:disabled):not(.disabled):active, +.btn-openid:not(:disabled):not(.disabled).active, +.show > .btn-openid.dropdown-toggle +{ + color: #fff; + border-color: #dfdfdf; + background-color: #da7908; +} +.btn-openid:not(:disabled):not(.disabled):active:focus, +.btn-openid:not(:disabled):not(.disabled).active:focus, +.show > .btn-openid.dropdown-toggle:focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(223, 224, 224, .5); + box-shadow: 0 0 0 .2rem rgba(223, 224, 224, .5); +} + +.btn-pinterest +{ + color: #fff; + border-color: #fff; + background-color: #cb2027; + background-color: #cb2027; +} +.btn-pinterest:hover +{ + color: #fff; + border-color: #cb2027; + background-color: #cb2027; +} +.btn-pinterest:focus, +.btn-pinterest.focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5); + box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5); +} +.btn-pinterest.disabled, +.btn-pinterest:disabled +{ + color: #fff; + border-color: #fff; + background-color: #cb2027; +} +.btn-pinterest:not(:disabled):not(.disabled):active, +.btn-pinterest:not(:disabled):not(.disabled).active, +.show > .btn-pinterest.dropdown-toggle +{ + color: #fff; + border-color: #dfdfdf; + background-color: #9f191f; +} +.btn-pinterest:not(:disabled):not(.disabled):active:focus, +.btn-pinterest:not(:disabled):not(.disabled).active:focus, +.show > .btn-pinterest.dropdown-toggle:focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5); + box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5); +} + +.btn-reddit +{ + color: #2a2e30; + border-color: #000; + background-color: #eff7ff; + background-color: #eff7ff; +} +.btn-reddit:hover +{ + color: #fff; + border-color: #000; + background-color: #000; +} +.btn-reddit:focus, +.btn-reddit.focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(6, 7, 7, .5); + box-shadow: 0 0 0 .2rem rgba(6, 7, 7, .5); +} +.btn-reddit.disabled, +.btn-reddit:disabled +{ + color: #2a2e30; + border-color: #000; + background-color: #eff7ff; +} +.btn-reddit:not(:disabled):not(.disabled):active, +.btn-reddit:not(:disabled):not(.disabled).active, +.show > .btn-reddit.dropdown-toggle +{ + color: #2a2e30; + border-color: black; + background-color: #bcdeff; +} +.btn-reddit:not(:disabled):not(.disabled):active:focus, +.btn-reddit:not(:disabled):not(.disabled).active:focus, +.show > .btn-reddit.dropdown-toggle:focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(6, 7, 7, .5); + box-shadow: 0 0 0 .2rem rgba(6, 7, 7, .5); +} + +.btn-soundcloud +{ + color: #fff; + border-color: #fff; + background-color: #f50; + background-color: #f50; +} +.btn-soundcloud:hover +{ + color: #fff; + border-color: #f50; + background-color: #f50; +} +.btn-soundcloud:focus, +.btn-soundcloud.focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5); + box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5); +} +.btn-soundcloud.disabled, +.btn-soundcloud:disabled +{ + color: #fff; + border-color: #fff; + background-color: #f50; +} +.btn-soundcloud:not(:disabled):not(.disabled):active, +.btn-soundcloud:not(:disabled):not(.disabled).active, +.show > .btn-soundcloud.dropdown-toggle +{ + color: #fff; + border-color: #dfdfdf; + background-color: #c40; +} +.btn-soundcloud:not(:disabled):not(.disabled):active:focus, +.btn-soundcloud:not(:disabled):not(.disabled).active:focus, +.show > .btn-soundcloud.dropdown-toggle:focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5); + box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5); +} + +.btn-tumblr +{ + color: #fff; + border-color: #fff; + background-color: #2c4762; + background-color: #2c4762; +} +.btn-tumblr:hover +{ + color: #fff; + border-color: #2c4762; + background-color: #2c4762; +} +.btn-tumblr:focus, +.btn-tumblr.focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5); + box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5); +} +.btn-tumblr.disabled, +.btn-tumblr:disabled +{ + color: #fff; + border-color: #fff; + background-color: #2c4762; +} +.btn-tumblr:not(:disabled):not(.disabled):active, +.btn-tumblr:not(:disabled):not(.disabled).active, +.show > .btn-tumblr.dropdown-toggle +{ + color: #fff; + border-color: #dfdfdf; + background-color: #1c2e3f; +} +.btn-tumblr:not(:disabled):not(.disabled):active:focus, +.btn-tumblr:not(:disabled):not(.disabled).active:focus, +.show > .btn-tumblr.dropdown-toggle:focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5); + box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5); +} + +.btn-twitter +{ + color: #2a2e30; + border-color: #fff; + background-color: #55acee; + background-color: #55acee; +} +.btn-twitter:hover +{ + color: #2a2e30; + border-color: #55acee; + background-color: #55acee; +} +.btn-twitter:focus, +.btn-twitter.focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(223, 224, 224, .5); + box-shadow: 0 0 0 .2rem rgba(223, 224, 224, .5); +} +.btn-twitter.disabled, +.btn-twitter:disabled +{ + color: #2a2e30; + border-color: #fff; + background-color: #55acee; +} +.btn-twitter:not(:disabled):not(.disabled):active, +.btn-twitter:not(:disabled):not(.disabled).active, +.show > .btn-twitter.dropdown-toggle +{ + color: #fff; + border-color: #dfdfdf; + background-color: #2795e9; +} +.btn-twitter:not(:disabled):not(.disabled):active:focus, +.btn-twitter:not(:disabled):not(.disabled).active:focus, +.show > .btn-twitter.dropdown-toggle:focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(223, 224, 224, .5); + box-shadow: 0 0 0 .2rem rgba(223, 224, 224, .5); +} + +.btn-vimeo +{ + color: #fff; + border-color: #fff; + background-color: #1ab7ea; + background-color: #1ab7ea; +} +.btn-vimeo:hover +{ + color: #fff; + border-color: #1ab7ea; + background-color: #1ab7ea; +} +.btn-vimeo:focus, +.btn-vimeo.focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5); + box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5); +} +.btn-vimeo.disabled, +.btn-vimeo:disabled +{ + color: #fff; + border-color: #fff; + background-color: #1ab7ea; +} +.btn-vimeo:not(:disabled):not(.disabled):active, +.btn-vimeo:not(:disabled):not(.disabled).active, +.show > .btn-vimeo.dropdown-toggle +{ + color: #fff; + border-color: #dfdfdf; + background-color: #1295bf; +} +.btn-vimeo:not(:disabled):not(.disabled):active:focus, +.btn-vimeo:not(:disabled):not(.disabled).active:focus, +.show > .btn-vimeo.dropdown-toggle:focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5); + box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5); +} + +.btn-vk +{ + color: #fff; + border-color: #fff; + background-color: #587ea3; + background-color: #587ea3; +} +.btn-vk:hover +{ + color: #fff; + border-color: #587ea3; + background-color: #587ea3; +} +.btn-vk:focus, +.btn-vk.focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5); + box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5); +} +.btn-vk.disabled, +.btn-vk:disabled +{ + color: #fff; + border-color: #fff; + background-color: #587ea3; +} +.btn-vk:not(:disabled):not(.disabled):active, +.btn-vk:not(:disabled):not(.disabled).active, +.show > .btn-vk.dropdown-toggle +{ + color: #fff; + border-color: #dfdfdf; + background-color: #466482; +} +.btn-vk:not(:disabled):not(.disabled):active:focus, +.btn-vk:not(:disabled):not(.disabled).active:focus, +.show > .btn-vk.dropdown-toggle:focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5); + box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5); +} + +.btn-yahoo +{ + color: #fff; + border-color: #fff; + background-color: #720e9e; + background-color: #720e9e; +} +.btn-yahoo:hover +{ + color: #fff; + border-color: #720e9e; + background-color: #720e9e; +} +.btn-yahoo:focus, +.btn-yahoo.focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5); + box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5); +} +.btn-yahoo.disabled, +.btn-yahoo:disabled +{ + color: #fff; + border-color: #fff; + background-color: #720e9e; +} +.btn-yahoo:not(:disabled):not(.disabled):active, +.btn-yahoo:not(:disabled):not(.disabled).active, +.show > .btn-yahoo.dropdown-toggle +{ + color: #fff; + border-color: #dfdfdf; + background-color: #500a6f; +} +.btn-yahoo:not(:disabled):not(.disabled):active:focus, +.btn-yahoo:not(:disabled):not(.disabled).active:focus, +.show > .btn-yahoo.dropdown-toggle:focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5); + box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5); +} + +.btn-outline-adn +{ + color: #d87a68; + border: 1px solid #d87a68 !important; +} + +.btn-outline-bitbucket +{ + color: #205081; + border: 1px solid #205081 !important; +} + +.btn-outline-dropbox +{ + color: #1087dd; + border: 1px solid #1087dd !important; +} + +.btn-outline-facebook +{ + color: #3b5998; + border: 1px solid #3b5998 !important; +} + +.btn-outline-flickr +{ + color: #ff0084; + border: 1px solid #ff0084 !important; +} + +.btn-outline-foursquare +{ + color: #f94877; + border: 1px solid #f94877 !important; +} + +.btn-outline-github +{ + color: #444; + border: 1px solid #444 !important; +} + +.btn-outline-google +{ + color: #dd4b39; + border: 1px solid #dd4b39 !important; +} + +.btn-outline-instagram +{ + color: #3f729b; + border: 1px solid #3f729b !important; +} + +.btn-outline-linkedin +{ + color: #007bb6; + border: 1px solid #007bb6 !important; +} + +.btn-outline-microsoft +{ + color: #2672ec; + border: 1px solid #2672ec !important; +} + +.btn-outline-odnoklassniki +{ + color: #f4731c; + border: 1px solid #f4731c !important; +} + +.btn-outline-openid +{ + color: #f7931e; + border: 1px solid #f7931e !important; +} + +.btn-outline-pinterest +{ + color: #cb2027; + border: 1px solid #cb2027 !important; +} + +.btn-outline-reddit +{ + color: #ff4500; + border: 1px solid #ff4500 !important; +} + +.btn-outline-soundcloud +{ + color: #f50; + border: 1px solid #f50 !important; +} + +.btn-outline-tumblr +{ + color: #2c4762; + border: 1px solid #2c4762 !important; +} + +.btn-outline-twitter +{ + color: #55acee; + border: 1px solid #55acee !important; +} + +.btn-outline-vimeo +{ + color: #1ab7ea; + border: 1px solid #1ab7ea !important; +} + +.btn-outline-vk +{ + color: #587ea3; + border: 1px solid #587ea3 !important; +} + +.btn-outline-yahoo +{ + color: #720e9e; + border: 1px solid #720e9e !important; +} + +.btn-outline-adn:hover +{ + color: #ad412d; + border: 1px solid #ad412d !important; +} + +.btn-outline-bitbucket:hover +{ + color: #0c1d2f; + border: 1px solid #0c1d2f !important; +} + +.btn-outline-dropbox:hover +{ + color: #094d7e; + border: 1px solid #094d7e !important; +} + +.btn-outline-facebook:hover +{ + color: #1e2e4f; + border: 1px solid #1e2e4f !important; +} + +.btn-outline-flickr:hover +{ + color: #99004f; + border: 1px solid #99004f !important; +} + +.btn-outline-foursquare:hover +{ + color: #d4073d; + border: 1px solid #d4073d !important; +} + +.btn-outline-github:hover +{ + color: #111; + border: 1px solid #111 !important; +} + +.btn-outline-google:hover +{ + color: #96271a; + border: 1px solid #96271a !important; +} + +.btn-outline-instagram:hover +{ + color: #223d52; + border: 1px solid #223d52 !important; +} + +.btn-outline-linkedin:hover +{ + color: #003650; + border: 1px solid #003650 !important; +} + +.btn-outline-microsoft:hover +{ + color: #0e459e; + border: 1px solid #0e459e !important; +} + +.btn-outline-odnoklassniki:hover +{ + color: #a24608; + border: 1px solid #a24608 !important; +} + +.btn-outline-openid:hover +{ + color: #a95e06; + border: 1px solid #a95e06 !important; +} + +.btn-outline-pinterest:hover +{ + color: #731216; + border: 1px solid #731216 !important; +} + +.btn-outline-reddit:hover +{ + color: #992900; + border: 1px solid #992900 !important; +} + +.btn-outline-soundcloud:hover +{ + color: #930; + border: 1px solid #930 !important; +} + +.btn-outline-tumblr:hover +{ + color: #0c141c; + border: 1px solid #0c141c !important; +} + +.btn-outline-twitter:hover +{ + color: #147bc9; + border: 1px solid #147bc9 !important; +} + +.btn-outline-vimeo:hover +{ + color: #0d7091; + border: 1px solid #0d7091 !important; +} + +.btn-outline-vk:hover +{ + color: #344b61; + border: 1px solid #344b61 !important; +} + +.btn-outline-yahoo:hover +{ + color: #2e0640; + border: 1px solid #2e0640 !important; +} + +.bg-adn +{ + background-color: #d87a68; +} + +.bg-bitbucket +{ + background-color: #205081; +} + +.bg-dropbox +{ + background-color: #1087dd; +} + +.bg-facebook +{ + background-color: #3b5998; +} + +.bg-flickr +{ + background-color: #ff0084; +} + +.bg-foursquare +{ + background-color: #f94877; +} + +.bg-github +{ + background-color: #444; +} + +.bg-google +{ + background-color: #dd4b39; +} + +.bg-instagram +{ + background-color: #3f729b; +} + +.bg-linkedin +{ + background-color: #007bb6; +} + +.bg-microsoft +{ + background-color: #2672ec; +} + +.bg-odnoklassniki +{ + background-color: #f4731c; +} + +.bg-openid +{ + background-color: #f7931e; +} + +.bg-pinterest +{ + background-color: #cb2027; +} + +.bg-reddit +{ + background-color: #ff4500; +} + +.bg-soundcloud +{ + background-color: #f50; +} + +.bg-tumblr +{ + background-color: #2c4762; +} + +.bg-twitter +{ + background-color: #55acee; +} + +.bg-vimeo +{ + background-color: #1ab7ea; +} + +.bg-vk +{ + background-color: #587ea3; +} + +.bg-yahoo +{ + background-color: #720e9e; +} + +/*========================================================================================= + File Name: demo.scss + Description: CSS used for demo purpose only. Remove this css from your project. + ---------------------------------------------------------------------------------------- + Item Name: Vuesax HTML Admin Template + Version: 1.1 + Author: PIXINVENT + Author URL: http://www.themeforest.net/user/pixinvent +==========================================================================================*/ +.fonticon-container > .fonticon-wrap +{ + line-height: 4.8rem; + + float: left; + + width: 60px; + height: 60px; + margin-right: 1rem; + margin-bottom: 1.5rem; + + text-align: center; + + border-radius: .1875rem; +} +.fonticon-container > .fonticon-wrap > i +{ + font-size: 2.28rem; + + -webkit-transition: all .2s ease-in-out; + -moz-transition: all .2s ease-in-out; + -o-transition: all .2s ease-in-out; + transition: all .2s ease-in-out; +} +.fonticon-container > .fonticon-wrap.youtube +{ + width: 100px; +} + +.fonticon-container:hover i +{ + font-size: 2.9rem; + + -webkit-transform: scale(1.3); + -moz-transform: scale(1.3); + -ms-transform: scale(1.3); + -o-transform: scale(1.3); + transform: scale(1.3); + + color: #7367f0; +} + +.fonticon-container > .fonticon-classname, +.fonticon-container > .fonticon-unit +{ + font-size: 1.5rem; + line-height: 1.2; + + display: block; +} + +.fonticon-container > .fonticon-unit +{ + font-size: 1rem; + font-style: italic; +} + +.scroll-example +{ + position: relative; + + overflow: auto; + + padding: .5rem; + + border: 2px solid #dfdfdf; +} +.scroll-example .horz-scroll-content +{ + width: 1200px; +} + +.browser +{ + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + width: 100%; + height: 12rem; + margin: 0 0 10px; + padding-top: 20px; + + border: 4px solid #e0e0e0; + background: #e0e0e0; +} + +.browser iframe +{ + width: 100%; + height: 100%; + + border: 0; + background: #fff; +} + +.loader-wrapper +{ + height: 8em; +} + +.maintenance-icon +{ + font-size: 4rem; +} + +.animationIcon +{ + right: 30px; + bottom: 10px; +} + +/*========================================================================================= + File Name: customizer.scss + Description: CSS used for demo purpose only. Remove this css from your project. + ---------------------------------------------------------------------------------------- + Item Name: Vuesax HTML Admin Template + Version: 1.1 + Author: PIXINVENT + Author URL: http://www.themeforest.net/user/pixinvent +==========================================================================================*/ +.customizer +{ + position: fixed; + z-index: 1051; + top: 0; + right: -400px; + bottom: 0; + + width: 400px; + height: 100vh; + padding: 0; + + -webkit-transition: right .4s cubic-bezier(.05, .74, .2, .99); + -moz-transition: right .4s cubic-bezier(.05, .74, .2, .99); + -o-transition: right .4s cubic-bezier(.05, .74, .2, .99); + transition: right .4s cubic-bezier(.05, .74, .2, .99); + + border-left: 1px solid rgba(0, 0, 0, .05); + background-color: #fff; + -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08); + box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08); + + -webkit-backface-visibility: hidden; + -moz-backface-visibility: hidden; + backface-visibility: hidden; +} +.customizer.open +{ + right: 0; +} +.customizer .customizer-content +{ + position: relative; + + height: 100%; +} +.customizer .customizer-close +{ + position: absolute; + z-index: 10; + top: 20px; + right: 30px; + + width: auto; + padding: 7px; + + color: #626262; +} +.customizer .customizer-close i +{ + font-size: 1.71rem; +} +.customizer .customizer-toggle +{ + line-height: 40px; + + position: absolute; + top: 50%; + left: -39px; + + display: block; + + width: 38px; + height: 38px; + + cursor: pointer; + text-align: center; + + color: #fff; + border-top-left-radius: 6px; + border-bottom-left-radius: 6px; + background: #7367f0; + -webkit-box-shadow: -3px 0 8px rgba(0, 0, 0, .1); + box-shadow: -3px 0 8px rgba(0, 0, 0, .1); +} +.customizer .color-box +{ + width: 35px; + height: 35px; + margin: .5rem; + + cursor: pointer; + + border-radius: .5rem; +} +.customizer .color-box.selected +{ + -webkit-box-shadow: 0 0 0 3px rgba(52, 144, 220, .5); + box-shadow: 0 0 0 3px rgba(52, 144, 220, .5); +} + +body.dark-layout .hide-scroll-top-switch .custom-switch .custom-control-label:before, +body.dark-layout .collapse-sidebar .custom-switch .custom-control-label:before +{ + background-color: #10163a; +} + +.buy-now +{ + position: fixed; + z-index: 1031; + right: 79px; + bottom: 5%; +} +.buy-now .btn +{ + -webkit-box-shadow: 0 1px 20px 1px #ea5455 !important; + box-shadow: 0 1px 20px 1px #ea5455 !important; +} +.buy-now .btn:hover +{ + -webkit-box-shadow: none !important; + box-shadow: none !important; +} + +.chip +{ + font-size: .8rem; + + display: -webkit-inline-box; + display: -webkit-inline-flex; + display: -moz-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + + margin-bottom: 5px; + padding: 0 10px; + + vertical-align: middle; + + border-radius: 1.428rem; + background-color: #f0f0f0; + + -webkit-box-pack: center; + -webkit-justify-content: center; + -moz-box-pack: center; + -ms-flex-pack: center; + justify-content: center; +} +.chip .chip-body +{ + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + + min-width: 1.857rem; + min-height: 1.857rem; + + color: rgba(0, 0, 0, .7); + + -webkit-box-pack: justify; + -webkit-justify-content: space-between; + -moz-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; +} +.chip .chip-body .avatar +{ + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + + width: 24px; + height: 24px; + margin: 2px 0; + + -webkit-transform: translate(-8px); + -moz-transform: translate(-8px); + -ms-transform: translate(-8px); + -o-transform: translate(-8px); + transform: translate(-8px); + + color: #fff; + border-radius: 50%; + background-color: #c3c3c3; + + -webkit-box-pack: center; + -webkit-justify-content: center; + -moz-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -webkit-align-items: center; + -moz-box-align: center; + -ms-flex-align: center; + align-items: center; +} +.chip .chip-body .avatar .avatar-content +{ + top: 0; +} +.chip .chip-body .avatar img +{ + width: 24px; + height: 24px; + + border-radius: 50%; +} +.chip .chip-body .chip-text +{ + vertical-align: middle; + + -webkit-align-self: center; + -ms-flex-item-align: center; + align-self: center; +} +.chip .chip-body .chip-closeable +{ + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + + min-width: 1.428rem; + min-height: 1.428rem; + margin: 0 4px; + + cursor: pointer; + -webkit-transform: translate(10px); + -moz-transform: translate(10px); + -ms-transform: translate(10px); + -o-transform: translate(10px); + transform: translate(10px); + + color: #fff; + border-radius: 50%; + background: rgba(0, 0, 0, .15); + + -webkit-box-pack: center; + -webkit-justify-content: center; + -moz-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -webkit-align-items: center; + -moz-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-align-self: center; + -ms-flex-item-align: center; + align-self: center; +} +.chip .chip-body .chip-closeable i +{ + margin-top: 1px; + margin-left: 1px; +} + +@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) +{ + .chip .chip-closeable i + { + position: relative; + top: 3px; + } +} + +.divider +{ + display: block; + overflow: hidden; + + margin: 1rem 0; + + text-align: center; + white-space: nowrap; +} +.divider .divider-text +{ + font-size: .9375rem; + + position: relative; + + display: inline-block; + + padding: 0 1rem; + + background-color: #fff; +} +.divider .divider-text i +{ + font-size: 1rem; +} +.divider .divider-text:before, +.divider .divider-text:after +{ + position: absolute; + top: 50%; + + width: 9999px; + + content: ''; + + border-top: 1px solid rgba(0, 0, 0, .1); +} +.divider .divider-text:before +{ + right: 100%; +} +.divider .divider-text:after +{ + left: 100%; +} +.divider.divider-left .divider-text +{ + float: left; +} +.divider.divider-left .divider-text:before +{ + display: none; +} +.divider.divider-left-center .divider-text +{ + left: -25%; +} +.divider.divider-right .divider-text +{ + float: right; +} +.divider.divider-right .divider-text:after +{ + display: none; +} +.divider.divider-right-center .divider-text +{ + right: -25%; +} +.divider.divider-dotted .divider-text:before, +.divider.divider-dotted .divider-text:after +{ + border-width: 1px; + border-style: dotted; + border-color: black; + border-top-width: 0; +} +.divider.divider-dashed .divider-text:before, +.divider.divider-dashed .divider-text:after +{ + border-width: 1px; + border-style: dashed; + border-color: black; + border-top-width: 0; +} + +@media screen and (min-width: 0) +{ + head + { + font-family: 'xs 0px'; + } + body:after + { + content: 'xs - min-width: 0px'; + } +} + +@media screen and (min-width: 544px) +{ + head + { + font-family: 'sm 544px'; + } + body:after + { + content: 'sm - min-width: 544px'; + } +} + +@media screen and (min-width: 768px) +{ + head + { + font-family: 'md 768px'; + } + body:after + { + content: 'md - min-width: 768px'; + } +} + +@media screen and (min-width: 992px) +{ + head + { + font-family: 'lg 992px'; + } + body:after + { + content: 'lg - min-width: 992px'; + } +} + +@media screen and (min-width: 1200px) +{ + head + { + font-family: 'xl 1200px'; + } + body:after + { + content: 'xl - min-width: 1200px'; + } +} + +head +{ + clear: both; +} +head title +{ + font-family: 'xs 0px, sm 544px, md 768px, lg 992px, xl 1200px'; +} + +body:after +{ + display: none; +} + +*[data-usn-if] +{ + display: none; +} + +.group-area +{ + margin-bottom: 3rem; +} + +.block +{ + display: block; + + width: 100%; +} + +/* Input with icon */ +.form-control-position +{ + line-height: 2.5rem; + + position: absolute; + z-index: 2; + top: 2px; + right: 0; + + display: block; + + width: 2.5rem; + height: 2.5rem; + + text-align: center; +} + +/*--------------------------------- +Input Icon +---------------------------------*/ +.position-relative .form-control +{ + padding-right: -webkit-calc(1.25em + 1.4rem + 1px); + padding-right: -moz-calc(1.25em + 1.4rem + 1px); + padding-right: calc(1.25em + 1.4rem + 1px); +} +.position-relative .form-control.form-control-lg ~ .form-control-position +{ + top: 10px; +} +.position-relative .form-control.form-control-sm ~ .form-control-position +{ + top: -3px; +} + +/* Input Icon left */ +.has-icon-left .form-control +{ + padding-right: 2rem; + padding-left: 3rem; +} + +.has-icon-left .form-control-position +{ + right: auto; + left: inherit; +} +.has-icon-left .form-control-position i +{ + position: relative; + left: 5px; + + color: rgba(34, 41, 47, .4); +} + +input[type='color'] +{ + height: -webkit-calc(1.25em + 1.4rem + 1px); + height: -moz-calc(1.25em + 1.4rem + 1px); + height: calc(1.25em + 1.4rem + 1px); +} + +input[type='date'].form-control, +input[type='time'].form-control, +input[type='datetime-local'].form-control, +input[type='month'].form-control +{ + line-height: 1.45; +} + +.font-size-large +{ + font-size: 2rem; +} + +.font-size-base +{ + font-size: 1rem; +} + +.font-size-small +{ + font-size: 1rem; +} + +.font-size-xsmall +{ + font-size: .75rem; +} + +.input-group-xs .form-control, +.input-group-xs .input-group-addon, +.input-group-xs .input-group-btn > button +{ + font-size: .725rem; + line-height: 1.677777; + + padding: .175rem .5rem; + + border-top-left-radius: .175rem; + border-bottom-left-radius: .175rem; +} + +.input-group-xs .input-group-btn > button +{ + border-radius: .175rem; +} + +.input-group-addon +{ + padding-top: .2rem; + padding-bottom: .2rem; +} + +.floating-label-form-group-with-focus label, +.floating-label-form-group-with-value label +{ + font-weight: 400; + + text-transform: uppercase; + + color: #7367f0 !important; +} + +.select2-container--classic .select2-selection--single +{ + min-height: 40px !important; +} + +.select2-container +{ + width: 100% !important; +} + +.select2-container--classic:focus, +.select2-container--default:focus +{ + outline: none; +} + +.select2-container--classic .select2-selection--single, +.select2-container--default .select2-selection--single +{ + min-height: 38px; + padding: 5px; + + border: 1px solid rgba(0, 0, 0, .2); +} +.select2-container--classic .select2-selection--single:focus, +.select2-container--default .select2-selection--single:focus +{ + border-color: #7367f0 !important; + outline: 0; + -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15) !important; + box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15) !important; +} +.select2-container--classic .select2-selection--single .select2-selection__rendered i, +.select2-container--default .select2-selection--single .select2-selection__rendered i +{ + margin-right: .5rem; +} +.select2-container--classic .select2-selection--single .select2-selection__arrow, +.select2-container--default .select2-selection--single .select2-selection__arrow +{ + min-height: 38px !important; +} + +.select2-container--classic.select2-container--open .select2-selection--single, +.select2-container--default.select2-container--open .select2-selection--single +{ + border-color: #7367f0 !important; + outline: 0; +} + +.select2-container--classic.select2-container--focus, +.select2-container--default.select2-container--focus +{ + outline: 0; +} +.select2-container--classic.select2-container--focus .select2-selection--multiple, +.select2-container--default.select2-container--focus .select2-selection--multiple +{ + border-color: #7367f0 !important; + outline: 0; +} + +.select2-container--classic .select2-selection--multiple, +.select2-container--default .select2-selection--multiple +{ + min-height: 38px !important; + + border: 1px solid rgba(0, 0, 0, .2); +} +.select2-container--classic .select2-selection--multiple:focus, +.select2-container--default .select2-selection--multiple:focus +{ + border-color: #7367f0 !important; + outline: 0; + -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15) !important; + box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15) !important; +} +.select2-container--classic .select2-selection--multiple .select2-selection__choice, +.select2-container--default .select2-selection--multiple .select2-selection__choice +{ + padding: 5px; + + color: #fff; + border-color: #4839eb !important; + background-color: #7367f0 !important; +} +.select2-container--classic .select2-selection--multiple .select2-selection__rendered li .select2-search__field, +.select2-container--default .select2-selection--multiple .select2-selection__rendered li .select2-search__field +{ + margin-top: 10px; +} +.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove, +.select2-container--default .select2-selection--multiple .select2-selection__choice__remove +{ + float: right; + + margin-left: .5rem; + + color: #fff !important; +} +.select2-container--classic .select2-selection--multiple i, +.select2-container--default .select2-selection--multiple i +{ + position: relative; + top: 1px; + + margin-right: .5rem; + padding-left: 1px; +} +.select2-container--classic .select2-selection--multiple[class*=bg-] .select2-selection__choice, +.select2-container--default .select2-selection--multiple[class*=bg-] .select2-selection__choice +{ + border-color: rgba(0, 0, 0, .2) !important; + background-color: rgba(0, 0, 0, .15) !important; +} + +.select2-container--classic .select2-results__options .select2-results__option i, +.select2-container--default .select2-results__options .select2-results__option i +{ + margin-right: .5rem; +} + +.select2-container--classic .select-lg, +.select2-container--default .select-lg +{ + font-size: 1.2rem; + + min-height: -webkit-calc(1.25em + 1.4rem + 1px) !important; + min-height: -moz-calc(1.25em + 1.4rem + 1px) !important; + min-height: calc(1.25em + 1.4rem + 1px) !important; + margin-bottom: 0 !important; + padding: .3rem .7rem; +} +.select2-container--classic .select-lg.select2-selection--single .select2-selection__rendered, +.select2-container--default .select-lg.select2-selection--single .select2-selection__rendered +{ + padding-top: .1rem; + padding-right: 0; + padding-left: 0; +} +.select2-container--classic .select-lg.select2-selection--single .select2-selection__arrow, +.select2-container--default .select-lg.select2-selection--single .select2-selection__arrow +{ + top: .2rem !important; +} +.select2-container--classic .select-lg.select2-selection--multiple, +.select2-container--default .select-lg.select2-selection--multiple +{ + padding: 0 .2rem; +} +.select2-container--classic .select-lg.select2-selection--multiple .select2-selection__rendered, +.select2-container--default .select-lg.select2-selection--multiple .select2-selection__rendered +{ + padding-top: 0 !important; +} +.select2-container--classic .select-lg.select2-selection--multiple .select2-selection__rendered li, +.select2-container--default .select-lg.select2-selection--multiple .select2-selection__rendered li +{ + font-size: 1.2rem; +} +.select2-container--classic .select-lg.select2-selection--multiple .select2-selection__rendered .select2-selection__choice, +.select2-container--default .select-lg.select2-selection--multiple .select2-selection__rendered .select2-selection__choice +{ + padding: 5px; +} + +.select2-container--classic .select-sm, +.select2-container--default .select-sm +{ + font-size: .75rem; + line-height: 1.5; + + min-height: -webkit-calc(1em + 1rem + 2px) !important; + min-height: -moz-calc(1em + 1rem + 2px) !important; + min-height: calc(1em + 1rem + 2px) !important; + margin-bottom: 0 !important; + padding: 0 .2rem; +} +.select2-container--classic .select-sm.select2-selection--single .select2-selection__arrow, +.select2-container--default .select-sm.select2-selection--single .select2-selection__arrow +{ + top: -.3rem !important; +} +.select2-container--classic .select-sm.select2-selection--multiple, +.select2-container--default .select-sm.select2-selection--multiple +{ + line-height: 1.3; +} +.select2-container--classic .select-sm.select2-selection--multiple .select2-selection__rendered, +.select2-container--default .select-sm.select2-selection--multiple .select2-selection__rendered +{ + padding: 3px; +} +.select2-container--classic .select-sm.select2-selection--multiple .select2-selection__rendered li, +.select2-container--default .select-sm.select2-selection--multiple .select2-selection__rendered li +{ + font-size: .75rem; + + margin-top: 2px; +} +.select2-container--classic .select-sm.select2-selection--multiple .select2-selection__choice, +.select2-container--default .select-sm.select2-selection--multiple .select2-selection__choice +{ + padding: 0 .2rem; +} +.select2-container--classic .select-sm.select2-selection--multiple .select2-search--inline .select2-search__field, +.select2-container--default .select-sm.select2-selection--multiple .select2-search--inline .select2-search__field +{ + margin-top: 0; +} + +.select2 .form-control::focus +{ + border-color: #7367f0 !important; +} + +table.dataTable +{ + border: 2px solid #f8f8f8; +} +table.dataTable th, +table.dataTable td +{ + border-top: 0; + border-bottom: 1px solid #f8f8f8; +} +table.dataTable thead th, +table.dataTable thead td, +table.dataTable tfoot th, +table.dataTable tfoot td +{ + font-size: .85rem; + + border: 0; +} +table.dataTable thead tr +{ + background-color: #f8f8f8; +} +table.dataTable thead .sorting, +table.dataTable thead .sorting_asc, +table.dataTable thead .sorting_desc +{ + padding-right: inherit; +} +table.dataTable thead .sorting:before, +table.dataTable thead .sorting_asc:before, +table.dataTable thead .sorting_desc:before +{ + font-family: 'feather'; + font-size: .7rem; + + top: .9rem; + left: 0; + + padding-right: .3rem; + + content: '\e845'; +} +table.dataTable thead .sorting:after, +table.dataTable thead .sorting_asc:after, +table.dataTable thead .sorting_desc:after +{ + font-family: 'feather'; + font-size: .7rem; + + top: 1.3rem; + left: 0; + + content: '\e842'; +} +table.dataTable.table-striped tbody tr:nth-of-type(even) +{ + background-color: #f8f8f8; +} +table.dataTable.table-striped tbody tr:nth-of-type(odd) +{ + background-color: #fff; +} +table.dataTable.complex-headers +{ + border: 1px solid #dae1e7; +} +table.dataTable.complex-headers thead th, +table.dataTable.complex-headers thead td, +table.dataTable.complex-headers tfoot th, +table.dataTable.complex-headers tfoot td +{ + border-right: 1px solid #dae1e7; + border-bottom: 1px solid #dae1e7; +} +table.dataTable tbody tr.selected +{ + color: #7367f0 !important; + border-radius: 5px; + background-color: rgba(115, 103, 240, .05) !important; + -webkit-box-shadow: 0 0 1px 0 #7367f0 !important; + box-shadow: 0 0 1px 0 #7367f0 !important; +} +table.dataTable tbody tr.selected td, +table.dataTable tbody tr.selected th +{ + border-bottom: 0; +} + +div.dataTables_wrapper div.dataTables_filter label, +div.dataTables_wrapper div.dataTables_length label +{ + margin-top: 1rem; +} + +div.dataTables_wrapper div.dataTables_filter select, +div.dataTables_wrapper div.dataTables_length select +{ + padding: 0 .8rem; + + background-position: -webkit-calc(100% - 3px) 5px, -webkit-calc(100% - 20px) 13px, 100% 0; + background-position: -moz-calc(100% - 3px) 5px, -moz-calc(100% - 20px) 13px, 100% 0; + background-position: calc(100% - 3px) 5px, calc(100% - 20px) 13px, 100% 0; +} + +div.dataTables_wrapper div.dataTables_paginate ul.pagination +{ + margin-top: 1rem; + padding-bottom: 7px; +} +div.dataTables_wrapper div.dataTables_paginate ul.pagination li a +{ + font-size: .8rem; +} + +tr.group +{ + background-color: #ededed; +} + +@media only screen and (max-width: 768px) +{ + div.dataTables_wrapper div.dataTables_paginate ul.pagination + { + -webkit-box-pack: center; + -webkit-justify-content: center; + -moz-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + } +} diff --git a/wwwjuba/app-assets/css/components.min.css b/wwwjuba/app-assets/css/components.min.css new file mode 100644 index 0000000..ee296ea --- /dev/null +++ b/wwwjuba/app-assets/css/components.min.css @@ -0,0 +1 @@ +.navigation,.navigation .navigation-header{font-family:Montserrat,Helvetica,Arial,serif}.main-menu a,.select2-container--classic:focus,.select2-container--default:focus{outline:0}html{font-size:14px;height:100%;letter-spacing:.01rem}html body{height:100%;background-color:#f8f8f8;direction:ltr}html body .content{position:relative;min-height:-webkit-calc(100% - 4rem);min-height:-moz-calc(100% - 4rem);min-height:calc(100% - 4rem);margin-left:260px;padding:0;-webkit-transition:.3s ease all;-moz-transition:.3s ease all;-o-transition:.3s ease all;transition:.3s ease all;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}html body .content.app-content{overflow:hidden}html body .content.app-content.show-overlay .content-overlay{z-index:10;opacity:1}html body .content.app-content.show-overlay .content-overlay~.header-navbar-shadow{background:-webkit-gradient(linear,left top,left bottom,color-stop(44%,rgba(44,48,60,.9)),color-stop(73%,rgba(44,48,60,.43)),to(rgba(44,48,60,0)));background:-webkit-linear-gradient(top,rgba(44,48,60,.9) 44%,rgba(44,48,60,.43) 73%,rgba(44,48,60,0));background:-moz-linear-gradient(top,rgba(44,48,60,.9) 44%,rgba(44,48,60,.43) 73%,rgba(44,48,60,0));background:-o-linear-gradient(top,rgba(44,48,60,.9) 44%,rgba(44,48,60,.43) 73%,rgba(44,48,60,0));background:linear-gradient(180deg,rgba(44,48,60,.9) 44%,rgba(44,48,60,.43) 73%,rgba(44,48,60,0))}html body .content.app-content .content-overlay{position:fixed;z-index:-1;top:0;right:0;bottom:0;left:0;width:100%;height:100%;cursor:pointer;-webkit-transition:all .7s;-moz-transition:all .7s;-o-transition:all .7s;transition:all .7s;opacity:0;background-color:rgba(0,0,0,.5)}html body.navbar-static .navbar-container .search-input .search-list.show,html body.navbar-sticky .app-content .navbar-container .search-input .search-list.show,html body.navbar-sticky .navbar-container .search-input .search-list.show{left:1%;width:98%}html body .content.app-content .content-area-wrapper{position:relative;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:-webkit-calc(100% - 5rem);height:-moz-calc(100% - 5rem);height:calc(100% - 5rem);margin:-webkit-calc(5rem + 2.7rem) 2.2rem 0;margin:-moz-calc(5rem + 2.7rem) 2.2rem 0;margin:calc(5rem + 2.7rem) 2.2rem 0}html body .content.app-content .content-area-wrapper .content-wrapper{height:-webkit-calc(100vh - 13rem);height:-moz-calc(100vh - 13rem);height:calc(100vh - 13rem);margin-top:0}html body .content .content-wrapper{margin-top:6rem;padding:-webkit-calc(2.2rem - .4rem) 2.2rem 0;padding:-moz-calc(2.2rem - .4rem) 2.2rem 0;padding:calc(2.2rem - .4rem) 2.2rem 0}html body .content .content-wrapper .content-header-title{font-weight:500;margin-right:1rem;color:#636363}html body .content .content-wrapper .content-header-right .dropdown-toggle::after{display:none}html body .content .content-wrapper .content-header-right .dropdown-toggle i{margin-right:0}html body .content .content-wrapper .content-header-right .btn-icon{padding:.8rem}html body .content .content-wrapper .content-header-right .btn-icon i{font-size:1rem}html body.navbar-hidden .app-content .content-wrapper{margin-top:0;padding:2.2rem}html body.navbar-hidden .app-content .content-area-wrapper{margin-top:2.5rem;padding:0}html body.navbar-static .app-content .navbar-container{padding-right:1.2rem;padding-left:2.2rem}html body.navbar-static .app-content .content-wrapper{margin-top:0;padding:1rem 2.2rem 2.2rem}html body.navbar-static .app-content .content-area-wrapper{margin-top:1rem}html body.navbar-sticky .app-content .navbar-container{padding-right:1rem;padding-left:2.2rem}html body.navbar-sticky .app-content .content-wrapper{margin-top:4.65rem;padding:2.2rem}html body.navbar-static .navbar-container,html body.navbar-sticky .navbar-container{padding-right:1rem;padding-left:2.2rem}html body.fixed-footer .content.app-content{margin-bottom:3rem}html body p{line-height:1.5rem}html body.bg-full-screen-image{background:url(../../app-assets/images/pages/vuesax-login-bg.jpg) center center no-repeat;-webkit-background-size:cover;background-size:cover}html body.blank-page .content{margin-left:0}html body.blank-page .content.app-content{overflow:overlay;overflow-x:hidden}html body.blank-page .content-wrapper{margin-top:0;padding:0!important}html body.blank-page .content-wrapper .flexbox-container{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:100vh;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}html body[data-col='1-column'] .content,html body[data-col='1-column'] .footer{margin-left:0!important}html .pace .pace-progress{background:#7367f0}.app-content.center-layout{overflow:hidden}@media (min-width:992px){body .content-right{float:right;width:-webkit-calc(100% - 260px);width:-moz-calc(100% - 260px);width:calc(100% - 260px)}body .content-left{float:left;width:-webkit-calc(100% - 260px);width:-moz-calc(100% - 260px);width:calc(100% - 260px)}body .content-detached{width:100%}body .content-detached.content-right{float:right;margin-left:-260px}body .content-detached.content-right .content-body{margin-left:-webkit-calc(260px + 2.2rem);margin-left:-moz-calc(260px + 2.2rem);margin-left:calc(260px + 2.2rem)}body .content-detached.content-left{float:left;margin-right:-260px}body .content-detached.content-left .content-body{margin-right:-webkit-calc(260px + 2.2rem);margin-right:-moz-calc(260px + 2.2rem);margin-right:calc(260px + 2.2rem)}.sidebar-right.sidebar-sticky{float:right!important;width:260px!important;margin-top:6rem;margin-left:-260px}[data-col=content-left-sidebar] .sticky-wrapper{float:left}.sidebar{vertical-align:top}}.truncate{overflow:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important}@media (max-width:575.98px){html body .content .content-wrapper{padding:-webkit-calc(2.2rem - .4rem) -webkit-calc(2.2rem - 1rem) 0;padding:-moz-calc(2.2rem - .4rem) -moz-calc(2.2rem - 1rem) 0;padding:calc(2.2rem - .4rem) calc(2.2rem - 1rem) 0}body.navbar-static .app-content .header-navbar .navbar-container,body.navbar-sticky .app-content .header-navbar .navbar-container{padding-right:.5rem;padding-left:1rem}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){html.full-screen{width:100%}html.full-screen .content.app-content{overflow:scroll;overflow-x:hidden;height:100%}}.sidebar{position:relative;width:100%}.sidebar-fixed{position:fixed;overflow:scroll;height:100%}.sidenav-overlay{position:fixed;z-index:997;top:0;right:0;left:0;display:none;height:120vh;background-color:rgba(0,0,0,.5)}.drag-target{position:fixed;z-index:1036;top:0;left:-10px;width:40px;height:100%}@media (min-width:992px){.sidebar-left{float:left}.sidebar-right{float:right}}footer.footer{padding:1rem 2.2rem}footer.footer a{margin:0 .3rem}footer.footer span i{font-size:1.51rem;position:relative;top:2px;margin-left:.5rem;color:#ea5455}footer.footer .scroll-top{padding:.81rem .83rem}footer.navbar-shadow{-webkit-box-shadow:0 -1px 4px 0 rgba(0,0,0,.15);box-shadow:0 -1px 4px 0 rgba(0,0,0,.15)}footer.navbar-border{border-top:1px solid #e4e7ed}body.fixed-footer footer.footer-light{background:#fff;-webkit-box-shadow:0 -1px 4px 0 rgba(0,0,0,.15);box-shadow:0 -1px 4px 0 rgba(0,0,0,.15)}body.fixed-footer footer.footer-dark{color:#fff;background:#b8c2cc}.scroll-top{position:fixed;z-index:99;right:30px;bottom:5%;display:none}.main-menu{position:absolute;z-index:1031;display:table-cell;overflow:hidden;height:100%}.main-menu.menu-dark .navigation>li>a i,.main-menu.menu-light .navigation>li>a i{position:relative;top:1px}.main-menu.menu-light .navigation>li ul .has-sub:not(.open)>ul,.main-menu.menu-light .navigation>li:not(.open)>ul{display:none}.main-menu.menu-light{color:#626262;background:#fff}.main-menu.menu-light .main-menu-header{padding:20px}.main-menu.menu-light .main-menu-header .menu-search{padding:.5rem 1rem;color:#494949;background:#e6e6e6}.main-menu.menu-light .main-menu-header .menu-search:focus{border-color:#d9d9d9}.main-menu.menu-light .navigation{background:#fff}.main-menu.menu-light .navigation .navigation-header{line-height:1.5;margin:-webkit-calc(2.2rem - .2rem) 0 .8rem 2.2rem;margin:-moz-calc(2.2rem - .2rem) 0 .8rem 2.2rem;margin:calc(2.2rem - .2rem) 0 .8rem 2.2rem;padding:0;letter-spacing:.01rem;color:#999}.main-menu.menu-light .navigation .navigation-header span{font-weight:500}.main-menu.menu-light .navigation li.has-sub ul.menu-content{margin:-7px -7px 0;padding:7px}.main-menu.menu-light .navigation li a{line-height:1.45;padding:10px 15px;-webkit-transition:padding .35s ease 0s!important;-moz-transition:padding .35s ease 0s!important;-o-transition:padding .35s ease 0s!important;transition:padding .35s ease 0s!important;color:#565656}.main-menu.menu-dark .navigation li a,.main-menu.menu-light .navigation li.hover>a{-webkit-transition:padding .35s ease 0s!important;-moz-transition:padding .35s ease 0s!important;-o-transition:padding .35s ease 0s!important}.main-menu.menu-light .navigation li a span.menu-sub-title{color:#afafaf}.main-menu.menu-light .navigation li.hover>a{padding-left:25px;transition:padding .35s ease 0s!important}.main-menu.menu-light .navigation>li{padding:0 15px}.main-menu.menu-light .navigation>li>a .label{margin-top:4px;margin-right:5px}.main-menu.menu-light .navigation>li.open>a,.main-menu.menu-light .navigation>li.sidebar-group-active>a{margin-bottom:7px;transition:transform .25s ease 0s,-webkit-transform .25s ease 0s;color:#494949;border-radius:6px;background:#f5f5f5}.main-menu.menu-light .navigation>li.active>a{font-weight:400;color:#fff;border-radius:4px;background:-webkit-linear-gradient(332deg,#7367f0,rgba(115,103,240,.7));background:-moz-linear-gradient(332deg,#7367f0,rgba(115,103,240,.7));background:-o-linear-gradient(332deg,#7367f0,rgba(115,103,240,.7));background:linear-gradient(118deg,#7367f0,rgba(115,103,240,.7));-webkit-box-shadow:0 0 10px 1px rgba(115,103,240,.7);box-shadow:0 0 10px 1px rgba(115,103,240,.7)}.main-menu.menu-light .navigation>li .active{background:#f0f0f0}.main-menu.menu-light .navigation>li .active>a{margin-bottom:0;color:#7367f0}.main-menu.menu-light .navigation>li .active .hover>a{background:#f5f5f5}.main-menu.menu-light .navigation>li ul{margin:0;padding:0}.main-menu.menu-light .navigation>li ul li{color:#626262;background:0 0}.main-menu.menu-light .navigation>li ul li>a{padding:10px 15px 10px 20px}.main-menu.menu-light .navigation>li ul .open>a,.main-menu.menu-light .navigation>li ul .sidebar-group-active>a{color:#626262}.main-menu.menu-light .navigation>li ul .open>ul,.main-menu.menu-light .navigation>li ul .open>ul .open>ul,.main-menu.menu-light .navigation>li ul .sidebar-group-active>ul,.main-menu.menu-light .navigation>li ul .sidebar-group-active>ul .open>ul{display:block}.main-menu.menu-light .navigation>li ul .hover>a,.main-menu.menu-light .navigation>li ul:hover>a{color:#6c6c6c}.main-menu.menu-light .navigation>li ul .active{border-radius:4px;background:-webkit-linear-gradient(332deg,#7367f0,rgba(115,103,240,.7));background:-moz-linear-gradient(332deg,#7367f0,rgba(115,103,240,.7));background:-o-linear-gradient(332deg,#7367f0,rgba(115,103,240,.7));background:linear-gradient(118deg,#7367f0,rgba(115,103,240,.7));-webkit-box-shadow:0 0 10px 1px rgba(115,103,240,.7);box-shadow:0 0 10px 1px rgba(115,103,240,.7)}.main-menu.menu-light .navigation>li ul .active>a{color:#fff}.main-menu.menu-light .navigation>li>ul,.main-menu.menu-light ul.menu-popout{background:#fff}.main-menu.menu-light ul.menu-popout li a{color:#626262}.main-menu.menu-light ul.menu-popout li a span.menu-sub-title{color:#afafaf}.main-menu.menu-light ul.menu-popout li.hover>a,.main-menu.menu-light ul.menu-popout li.open>a,.main-menu.menu-light ul.menu-popout li:hover>a{background:#f0f0f0}.main-menu.menu-light ul.menu-popout .has-sub:not(.open)>ul{display:none}.main-menu.menu-light ul.menu-popout .open>a{color:#626262}.main-menu.menu-light ul.menu-popout .open>ul{display:block}.main-menu.menu-light ul.menu-popout .open>ul .open{background:#e8e8e8}.main-menu.menu-light ul.menu-popout .open>ul .open>ul{display:block;background:#e8e8e8}.main-menu.menu-dark .navigation>li ul .has-sub:not(.open)>ul,.main-menu.menu-dark .navigation>li:not(.open)>ul{display:none}.main-menu.menu-light ul.menu-popout .hover>a,.main-menu.menu-light ul.menu-popout:hover>a{color:#6c6c6c;background-color:#f5f5f5}.main-menu.menu-light ul.menu-popout .active{background:rgba(0,0,0,.06)}.main-menu.menu-light ul.menu-popout .active>a{color:#7c7c7c;background-color:#f5f5f5}.main-menu.menu-light ul.menu-popout .active .hover>a,.main-menu.menu-light ul.menu-popout .active :hover>a{background-color:transparent}.main-menu.menu-dark{color:#dcdcdc;background:#10163a}.main-menu.menu-dark .main-menu-header{padding:20px}.main-menu.menu-dark .main-menu-header .menu-search{padding:.5rem 1rem;color:#c3c3c3;background:#050712}.main-menu.menu-dark .main-menu-header .menu-search:focus{border-color:#000}.main-menu.menu-dark .navigation{background:#10163a}.main-menu.menu-dark .navigation .navigation-header{line-height:1.5;margin:-webkit-calc(2.2rem - .2rem) 0 .8rem 2.2rem;margin:-moz-calc(2.2rem - .2rem) 0 .8rem 2.2rem;margin:calc(2.2rem - .2rem) 0 .8rem 2.2rem;padding:0;letter-spacing:.01rem;color:#fff}.main-menu.menu-dark .navigation .navigation-header span{font-weight:500}.main-menu.menu-dark .navigation li.has-sub ul.menu-content{margin:-7px -7px 0;padding:7px}.main-menu.menu-dark .navigation li a{line-height:1.45;padding:10px 15px;transition:padding .35s ease 0s!important;color:#d0d0d0}.main-menu.menu-dark .navigation li a span.menu-sub-title{color:#fff}.main-menu.menu-dark .navigation li.hover>a{padding-left:25px;-webkit-transition:padding .35s ease 0s!important;-moz-transition:padding .35s ease 0s!important;-o-transition:padding .35s ease 0s!important;transition:padding .35s ease 0s!important}.main-menu.menu-dark .navigation>li{padding:0 15px}.main-menu.menu-dark .navigation>li>a .label{margin-top:4px;margin-right:5px}.main-menu.menu-dark .navigation>li.open>a,.main-menu.menu-dark .navigation>li.sidebar-group-active>a{margin-bottom:7px;transition:transform .25s ease 0s,-webkit-transform .25s ease 0s;color:#c3c3c3;border-radius:6px;background:#0c102a}.main-menu.menu-dark .navigation>li.active>a{font-weight:400;color:#fff;border-radius:4px;background:-webkit-linear-gradient(332deg,#7367f0,rgba(115,103,240,.7));background:-moz-linear-gradient(332deg,#7367f0,rgba(115,103,240,.7));background:-o-linear-gradient(332deg,#7367f0,rgba(115,103,240,.7));background:linear-gradient(118deg,#7367f0,rgba(115,103,240,.7));-webkit-box-shadow:0 0 10px 1px rgba(115,103,240,.7);box-shadow:0 0 10px 1px rgba(115,103,240,.7)}.main-menu.menu-dark .navigation>li .active{background:#090d22}.main-menu.menu-dark .navigation>li .active>a{margin-bottom:0;color:#7367f0}.main-menu.menu-dark .navigation>li .active .hover>a{background:#0c102a}.main-menu.menu-dark .navigation>li ul{margin:0;padding:0}.main-menu.menu-dark .navigation>li ul li{color:#dcdcdc;background:0 0}.main-menu.menu-dark .navigation>li ul li>a{padding:10px 15px 10px 20px}.main-menu.menu-dark .navigation>li ul .open>a,.main-menu.menu-dark .navigation>li ul .sidebar-group-active>a{color:#dcdcdc}.main-menu.menu-dark .navigation>li ul .open>ul,.main-menu.menu-dark .navigation>li ul .open>ul .open>ul,.main-menu.menu-dark .navigation>li ul .sidebar-group-active>ul,.main-menu.menu-dark .navigation>li ul .sidebar-group-active>ul .open>ul{display:block}.main-menu.menu-dark .navigation>li ul .hover>a,.main-menu.menu-dark .navigation>li ul:hover>a{color:#e6e6e6}.main-menu.menu-dark .navigation>li ul .active{border-radius:4px;background:-webkit-linear-gradient(332deg,#7367f0,rgba(115,103,240,.7));background:-moz-linear-gradient(332deg,#7367f0,rgba(115,103,240,.7));background:-o-linear-gradient(332deg,#7367f0,rgba(115,103,240,.7));background:linear-gradient(118deg,#7367f0,rgba(115,103,240,.7));-webkit-box-shadow:0 0 10px 1px rgba(115,103,240,.7);box-shadow:0 0 10px 1px rgba(115,103,240,.7)}.main-menu.menu-dark .navigation>li ul .active>a{color:#fff}.main-menu.menu-dark .navigation>li>ul,.main-menu.menu-dark ul.menu-popout{background:#10163a}.main-menu.menu-dark ul.menu-popout li a{color:#dcdcdc}.main-menu.menu-dark ul.menu-popout li a span.menu-sub-title{color:#fff}.main-menu.menu-dark ul.menu-popout li.hover>a,.main-menu.menu-dark ul.menu-popout li.open>a,.main-menu.menu-dark ul.menu-popout li:hover>a{background:#090d22}.main-menu.menu-dark ul.menu-popout .has-sub:not(.open)>ul{display:none}.main-menu.menu-dark ul.menu-popout .open>a{color:#dcdcdc}.main-menu.menu-dark ul.menu-popout .open>ul{display:block}.main-menu.menu-dark ul.menu-popout .open>ul .open{background:#060816}.main-menu.menu-dark ul.menu-popout .open>ul .open>ul{display:block;background:#060816}.main-menu.menu-dark ul.menu-popout .hover>a,.main-menu.menu-dark ul.menu-popout:hover>a{color:#e6e6e6;background-color:#0c102a}.main-menu.menu-dark ul.menu-popout .active{background:rgba(0,0,0,.06)}.main-menu.menu-dark ul.menu-popout .active>a{color:#f6f6f6;background-color:#0c102a}.main-menu.menu-dark ul.menu-popout .active .hover>a,.main-menu.menu-dark ul.menu-popout .active :hover>a{background-color:transparent}.main-menu.menu-fixed,.main-menu.menu-fixed .main-menu-footer{position:fixed}.main-menu.menu-static{height:auto;padding-bottom:-webkit-calc(100% - 35rem);padding-bottom:-moz-calc(100% - 35rem);padding-bottom:calc(100% - 35rem)}.main-menu.menu-static .main-menu-content{height:unset!important}.main-menu.menu-shadow{-webkit-box-shadow:0 0 15px 0 rgba(0,0,0,.05);box-shadow:0 0 15px 0 rgba(0,0,0,.05)}.main-menu.menu-border{border-right:1px solid #e4e7ed}.main-menu .shadow-bottom{position:absolute;z-index:2;display:none;width:100%;height:60px;margin-top:-1.3rem;pointer-events:none;background:-webkit-gradient(linear,left top,left bottom,color-stop(41%,#fff),color-stop(95%,rgba(255,255,255,.11)),to(rgba(255,255,255,0)));background:-webkit-linear-gradient(#fff 41%,rgba(255,255,255,.11) 95%,rgba(255,255,255,0));background:-moz-linear-gradient(#fff 41%,rgba(255,255,255,.11) 95%,rgba(255,255,255,0));background:-o-linear-gradient(#fff 41%,rgba(255,255,255,.11) 95%,rgba(255,255,255,0));background:linear-gradient(#fff 41%,rgba(255,255,255,.11) 95%,rgba(255,255,255,0));-webkit-filter:blur(5px);filter:blur(5px)}.main-menu.menu-native-scroll .main-menu-content{overflow-y:scroll}.main-menu .navbar-header{position:relative;width:260px;height:100%;height:5rem;padding:.35rem 1rem .3rem 1.64rem;-webkit-transition:.3s ease all;-moz-transition:.3s ease all;-o-transition:.3s ease all;transition:.3s ease all}.main-menu .navbar-header .navbar-brand{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin-top:1.35rem;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.main-menu .navbar-header .navbar-brand .brand-logo{width:35px;height:24px;background:url(../../app-assets/images/logo/vuesax-logo.png) -65px -54px no-repeat}.main-menu .navbar-header .navbar-brand .brand-text{font-size:1.57rem;font-weight:600;padding-left:1rem;-webkit-animation:.3s cubic-bezier(.25,.8,.25,1) 0s normal forwards 1 fadein;-moz-animation:.3s cubic-bezier(.25,.8,.25,1) 0s normal forwards 1 fadein;-o-animation:.3s cubic-bezier(.25,.8,.25,1) 0s normal forwards 1 fadein;animation:.3s cubic-bezier(.25,.8,.25,1) 0s normal forwards 1 fadein;letter-spacing:.01rem;color:#7367f0}.main-menu .navbar-header .modern-nav-toggle{-webkit-animation:.3s cubic-bezier(.25,.8,.25,1) 0s normal forwards 1 fadein;-moz-animation:.3s cubic-bezier(.25,.8,.25,1) 0s normal forwards 1 fadein;-o-animation:.3s cubic-bezier(.25,.8,.25,1) 0s normal forwards 1 fadein;animation:.3s cubic-bezier(.25,.8,.25,1) 0s normal forwards 1 fadein}.main-menu .main-menu-content{position:relative;height:-webkit-calc(100% - 6rem)!important;height:-moz-calc(100% - 6rem)!important;height:calc(100% - 6rem)!important}.main-menu ul{margin:0;padding:0;list-style:none}.main-menu ul.navigation-main{overflow-x:hidden}.main-menu ul.navigation-main>li:first-child{margin-top:.5rem}.main-menu a:focus,.main-menu a:hover{text-decoration:none}.navigation{font-size:1.1rem;font-weight:400;overflow-y:hidden;padding-bottom:20px}.navigation .navigation-header{font-size:.9rem;font-weight:500;line-height:1.2;padding:12px 22px;text-transform:uppercase}.navigation li{position:relative;white-space:nowrap}.navigation li a{display:block;overflow:hidden;text-overflow:ellipsis}.navigation li a i{font-size:.8rem;margin-right:1.38rem}.menu-popout li.disabled a,.navigation li.disabled a{cursor:not-allowed}.dropdown-notification .nav-link-label{position:relative}.dropdown-notification .notification-text{font-size:smaller;margin-bottom:.5rem;color:#626262}.dropdown-notification .notification-title{color:rgba(255,255,255,.75)}.dropdown-notification .notification-tag{position:relative;top:-4px}.dropdown-notification .dropdown-menu.dropdown-menu-right{right:-2px;padding:0}.dropdown-notification .dropdown-menu.dropdown-menu-right::before{border-color:#7367f0;background:#7367f0}.dropdown-notification .dropdown-menu-header{text-align:center;color:#fff;border-top-left-radius:5px;border-top-right-radius:5px;background:#7367f0}.dropdown-notification .dropdown-menu-header .dropdown-header h3{margin-bottom:.25rem}.main-menu-header .user-content{padding:20px}.main-menu-header .user-content .media{overflow:inherit}.divider,.main-menu-footer,.overflow-hidden{overflow:hidden}.main-menu-header .user-content .media-body{width:150px;-webkit-transition:all .3s ease .15s;-moz-transition:all .3s ease .15s;-o-transition:all .3s ease .15s;transition:all .3s ease .15s;vertical-align:bottom;white-space:nowrap;opacity:1}.avatar,.chip{vertical-align:middle}.main-menu-footer{position:relative;z-index:1000;bottom:0;display:block;color:#fff;background-color:#9aa9b7}.main-menu-footer.footer-open{max-height:500px;-webkit-transition:max-height .2s ease-in-out;-moz-transition:max-height .2s ease-in-out;-o-transition:max-height .2s ease-in-out;transition:max-height .2s ease-in-out}.main-menu-footer a,.main-menu-footer a:focus,.main-menu-footer a:hover{color:#fff}.main-menu-footer .header{height:19px;border-bottom:1px solid #a9b5c1}.main-menu-footer .toggle{transition:-webkit-transform .2s ease-in-out;-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}.main-menu-footer .content{padding:0}.main-menu-footer .content .actions>a{display:block;float:left;width:33.33333%;padding:1rem 0;text-align:center;color:#fff;border-top:1px solid #a9b5c1;border-left:1px solid #a9b5c1}.main-menu-footer .content .actions>a>span{font-size:1.35rem}.main-menu-footer .content .actions>a:focus,.main-menu-footer .content .actions>a:hover{color:#fff}body.vertical-layout.vertical-menu.menu-expanded .main-menu-footer .content{margin-left:0}body.menu-collapsed .menu-static{padding-bottom:-webkit-calc(100% - 14rem);padding-bottom:-moz-calc(100% - 14rem);padding-bottom:calc(100% - 14rem)}@media (max-width:767.98px){.menu-hide .main-menu,.menu-open .main-menu{-webkit-transition:top .35s,height .35s,-webkit-transform .25s;-moz-transition:transform .25s,top .35s,height .35s,-moz-transform .25s;-o-transition:top .35s,height .35s,-o-transform .25s;transition:top .35s,height .35s,-webkit-transform .25s;transition:transform .25s,top .35s,height .35s;transition:transform .25s,top .35s,height .35s,-webkit-transform .25s,-moz-transform .25s,-o-transform .25s}.main-menu{-webkit-transform:translate3d(-240px,0,0);-moz-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000;-moz-perspective:1000;perspective:1000}.menu-open .main-menu{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@media (min-width:768px){.drag-target{z-index:0}}body.fixed-footer .main-menu.menu-fixed{height:100%}@media (max-width:768px){body .main-menu.menu-static{padding-bottom:100%}}.display-inline{display:inline!important}.display-block{display:block!important}.display-inline-block{display:inline-block!important}.display-hidden{display:none!important}.display-table-cell{display:table-cell!important}.bullet,.spinner,.spinner-reverse{display:inline-block}.position-top-0{top:0}.position-right-0{right:0}.position-bottom-0{bottom:0}.position-left-0{left:0}.zindex-1{z-index:1!important}.zindex-2{z-index:2!important}.zindex-3{z-index:3!important}.zindex-4{z-index:4!important}.zindex-0{z-index:0!important}.zindex-minus-1{z-index:-1!important}.zindex-minus-2{z-index:-2!important}.zindex-minus-3{z-index:-3!important}.zindex-minus-4{z-index:-4!important}.no-edge-top{top:0!important}.no-edge-bottom{bottom:0!important}.no-edge-left{left:0!important}.no-edge-right{right:0!important}.cursor-pointer{cursor:pointer}.cursor-move{cursor:move}.cursor-default{cursor:default}.cursor-progress{cursor:progress}.cursor-not-allowed{cursor:not-allowed}.overflow-visible{overflow:visible}.overflow-auto{overflow:auto}.overflow-scroll,.overflow-x-scroll,.overflow-y-scroll{overflow:scroll}.bullets-inside{list-style:inside}.list-style-circle{list-style:circle}.list-style-square{list-style:square}.list-style-icons{margin-left:0;padding-left:10px;list-style:none}.list-style-icons>li i{float:left;width:1em;margin:0 6px 0 0}.border{border:1px solid}.no-border-top-left-radius,.no-border-top-radius{border-top-left-radius:0!important}.no-border-top-radius,.no-border-top-right-radius{border-top-right-radius:0!important}.no-border-bottom-left-radius,.no-border-bottom-radius{border-bottom-left-radius:0!important}.no-border-bottom-radius,.no-border-bottom-right-radius{border-bottom-right-radius:0!important}.border-top{border-top:1px solid}.border-bottom{border-bottom:1px solid}.border-left{border-left:1px solid}.border-right{border-right:1px solid}.border-2{border-width:2px!important}.border-top-2{border-top-width:2px!important}.border-bottom-2{border-bottom-width:2px!important}.border-left-2{border-left-width:2px!important}.border-right-2{border-right-width:2px!important}.border-3{border-width:3px!important}.border-top-3{border-top-width:3px!important}.border-bottom-3{border-bottom-width:3px!important}.border-left-3{border-left-width:3px!important}.border-right-3{border-right-width:3px!important}.avatar,.bullet{border-radius:50%}.box-shadow-0{-webkit-box-shadow:none!important;box-shadow:none!important}.box-shadow-1{-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12)}.box-shadow-2{-webkit-box-shadow:0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);box-shadow:0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)}.box-shadow-3{-webkit-box-shadow:0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19);box-shadow:0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19)}.box-shadow-4{-webkit-box-shadow:0 16px 28px 0 rgba(0,0,0,.22),0 25px 55px 0 rgba(0,0,0,.21);box-shadow:0 16px 28px 0 rgba(0,0,0,.22),0 25px 55px 0 rgba(0,0,0,.21)}.box-shadow-5{-webkit-box-shadow:0 27px 24px 0 rgba(0,0,0,.2),0 40px 77px 0 rgba(0,0,0,.22);box-shadow:0 27px 24px 0 rgba(0,0,0,.2),0 40px 77px 0 rgba(0,0,0,.22)}.box-shadow-6{-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,.12),0 2px 4px 0 rgba(0,0,0,.08);box-shadow:0 4px 8px 0 rgba(0,0,0,.12),0 2px 4px 0 rgba(0,0,0,.08)}.fit{max-width:100%!important}.half-width{width:50%!important}.full-width{width:100%!important}.full-height{height:100%!important}.width-50{width:50px!important}.width-100{width:100px!important}.width-150{width:150px!important}.width-200{width:200px!important}.width-250{width:250px!important}.width-300{width:300px!important}.width-350{width:350px!important}.width-400{width:400px!important}.width-450{width:450px!important}.width-500{width:500px!important}.width-550{width:550px!important}.width-600{width:600px!important}.width-650{width:650px!important}.width-700{width:700px!important}.width-750{width:750px!important}.width-800{width:800px!important}.width-5-per{width:5%!important}.width-10-per{width:10%!important}.width-15-per{width:15%!important}.width-20-per{width:20%!important}.width-25-per{width:25%!important}.width-30-per{width:30%!important}.width-35-per{width:35%!important}.width-40-per{width:40%!important}.width-45-per{width:45%!important}.width-50-per{width:50%!important}.width-55-per{width:55%!important}.width-60-per{width:60%!important}.width-65-per{width:65%!important}.width-70-per{width:70%!important}.width-75-per{width:75%!important}.width-80-per{width:80%!important}.width-90-per{width:90%!important}.width-95-per{width:95%!important}.height-50{height:50px!important}.height-75{height:75px!important}.height-100{height:100px!important}.height-150{height:150px!important}.height-200{height:200px!important}.height-250{height:250px!important}.height-300{height:300px!important}.height-350{height:350px!important}.height-400{height:400px!important}.height-450{height:450px!important}.height-500{height:500px!important}.height-550{height:550px!important}.height-600{height:600px!important}.height-650{height:650px!important}.height-700{height:700px!important}.height-750{height:750px!important}.height-800{height:800px!important}.height-5-per{height:5%!important}.height-10-per{height:10%!important}.height-15-per{height:15%!important}.height-20-per{height:20%!important}.height-25-per{height:25%!important}.height-30-per{height:30%!important}.height-35-per{height:35%!important}.height-40-per{height:40%!important}.height-45-per{height:45%!important}.height-50-per{height:50%!important}.height-55-per{height:55%!important}.height-60-per{height:60%!important}.height-65-per{height:65%!important}.height-70-per{height:70%!important}.height-75-per{height:75%!important}.height-80-per{height:80%!important}.full-height-vh-with-nav{height:-webkit-calc(100vh - 5rem - 4rem);height:-moz-calc(100vh - 5rem - 4rem);height:calc(100vh - 5rem - 4rem)}.full-height-vh{height:100vh}.line-height-1{line-height:1!important}.line-height-2{line-height:2!important}.rotate-45{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.rotate-45-inverse{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.rotate-90{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.rotate-90-inverse{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.rotate-180{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.rotate-180-inverse{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.pull-up{-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease}.pull-up:hover{z-index:30;-webkit-transform:translateY(-4px) scale(1.02);-moz-transform:translateY(-4px) scale(1.02);-ms-transform:translateY(-4px) scale(1.02);-o-transform:translateY(-4px) scale(1.02);transform:translateY(-4px) scale(1.02);-webkit-box-shadow:0 14px 24px rgba(62,57,107,.2);box-shadow:0 14px 24px rgba(62,57,107,.2)}.spinner{-webkit-animation:spin 1s linear infinite;-moz-animation:spin 1s linear infinite;-o-animation:spin 1s linear infinite;animation:spin 1s linear infinite}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes spin{0%{-moz-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0);transform:rotate(0)}100%{-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{0%{-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}.spinner-reverse{-webkit-animation:spin-reverse 1s linear infinite;-moz-animation:spin-reverse 1s linear infinite;-o-animation:spin-reverse 1s linear infinite;animation:spin-reverse 1s linear infinite}@-webkit-keyframes spin-reverse{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@-moz-keyframes spin-reverse{0%{-moz-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(-360deg);transform:rotate(-360deg)}}@-o-keyframes spin-reverse{0%{-o-transform:rotate(0);transform:rotate(0)}100%{-o-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes spin-reverse{0%{-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-360deg);-moz-transform:rotate(-360deg);-o-transform:rotate(-360deg);transform:rotate(-360deg)}}.bg-cover{-webkit-background-size:cover!important;background-size:cover!important}.background-repeat{background-repeat:repeat!important}.background-no-repeat{background-repeat:no-repeat!important}.img-xl{width:64px!important;height:64px!important}.img-lg{width:44px!important;height:44px!important}.img-sm{width:36px!important;height:36px!important}.img-xs{width:32px!important;height:32px!important}.bullet{width:1rem;height:1rem}.bullet.bullet-xs{width:.5rem;height:.5rem}.bullet.bullet-sm{width:.714rem;height:.714rem}.bullet.bullet-lg{width:1.25rem;height:1.25rem}.avatar{font-size:.75rem;position:relative;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin:5px;cursor:pointer;text-align:center;white-space:nowrap;color:#fff;background-color:#c3c3c3}.avatar .avatar-content,.chip .chip-body{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox}.avatar .avatar-content{display:-moz-box;display:flex;width:32px;height:32px;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.avatar .avatar-content .avatar-icon{font-size:1.2rem}.avatar [class*=avatar-status-]{position:absolute;right:0;bottom:0;width:11px;height:11px;border:1px solid #fff;border-radius:50%}.avatar [class*=avatar-status-].avatar-status-lg{width:17px;height:17px;border-width:2px}.avatar .avatar-status-online{background-color:#28c76f}.avatar .avatar-status-busy{background-color:#ea5455}.avatar .avatar-status-away{background-color:#ff9f43}.avatar .avatar-status-offline{background-color:#b8c2cc}.avatar img{border-radius:50%}.avatar.avatar-xl{font-size:1.5rem}.avatar.avatar-xl .avatar-content,.avatar.avatar-xl img{width:70px;height:70px}.avatar.avatar-xl .avatar-content .avatar-icon{font-size:3rem}.avatar.avatar-lg{font-size:1.2rem}.avatar.avatar-lg .avatar-content,.avatar.avatar-lg img{width:50px;height:50px}.avatar.avatar-sm .avatar-content,.avatar.avatar-sm img{width:24px;height:24px}.avatar.avatar-lg .avatar-content .avatar-icon{font-size:2rem}.avatar.avatar-sm .avatar-content .avatar-icon{font-size:1rem}.navbar-container a.nav-link-search{float:left}.navbar-container .search-input{float:left;width:0}.navbar-container .search-input input{line-height:16px;width:0;padding:1.6rem 3.6rem;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out;border:none;background:0 0}.navbar-container .search-input.open{position:absolute;z-index:1;right:0;left:0;width:100%;border-radius:.5rem;background:#fff}.navbar-container .search-input.open .search-input-close,.navbar-container .search-input.open .search-input-icon{display:block}.navbar-container .search-input.open input{width:100%;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;outline:0;background:0 0}.navbar-container .search-input .search-list{position:absolute;top:100%;left:0;display:none;width:100%;margin-top:.5rem;padding-left:0;border-radius:.5rem;background:#fff}.navbar-container .search-input .search-list.show{display:block}.navbar-container .search-input .search-list li a{padding:.9rem 1rem;color:#626262}.navbar-container .search-input .search-list li a span[class*='feather icon-']{font-size:1.25rem}.navbar-container .search-input .search-list li:first-child{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.navbar-container .search-input .search-list li:last-child{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.navbar-container .search-input .search-list li.current_item,.navbar-container .search-input .search-list li:hover{background-color:#f1f1f1}.navbar-container .search-input .search-input-icon{position:absolute;z-index:2;top:37%;left:1.5rem;display:none;cursor:pointer}.navbar-container .search-input .search-input-icon i{font-size:1.25rem}.navbar-container .search-input .search-input-close{position:absolute;z-index:1;top:32%;right:2rem;display:none;cursor:pointer}.navbar-container .search-input .search-input-close i{font-size:1.75rem}.navbar-container .bookmark-input{position:absolute;top:102%;display:none;width:25%}.navbar-container .bookmark-input.show{display:block}.navbar-container .bookmark-input .bookmark-input-icon{position:absolute;z-index:1;top:.85rem;left:1rem}.navbar-container .bookmark-input input{width:100%;padding:.7rem .7rem .7rem 2.5rem;border:1px solid rgba(0,0,0,.2);background:#fff}.btn-adn,.btn-adn:hover{background-color:#d87a68}.navbar-container .bookmark-input input:focus{border:1px solid #7367f0}.navbar-container .bookmark-input .search-list{-webkit-box-shadow:0 15px 30px 0 rgba(0,0,0,.11),0 5px 15px 0 rgba(0,0,0,.08);box-shadow:0 15px 30px 0 rgba(0,0,0,.11),0 5px 15px 0 rgba(0,0,0,.08)}.navbar-container .bookmark-icon{cursor:pointer}.navbar-container .dropdown.bookmark-dropdown{padding:1.4rem .5rem 1.35rem}.navbar-container .dropdown.bookmark-dropdown .dropdown-toggle:after{display:none}.navbar-dark .search-input .input,.navbar-semi-light .search-input .input{color:#f5f7fa;border-radius:.5rem}.navbar-dark .search-input.open .input,.navbar-semi-light .search-input.open .input{color:#f5f7fa;border:1px solid #f5f7fa}@media (max-width:767.98px){#navbar-mobile .search-input.open .input{color:#b8c2cc}}body.navbar-static .navbar-container .search-input.open{border-radius:0}.apexcharts-canvas .apexcharts-tooltip{color:#626262!important}.apexcharts-canvas .apexcharts-tooltip.dark{color:#fff!important}.apexcharts-canvas .apexcharts-toolbar .apexcharts-menu .apexcharts-menu-item{color:#626262}.apexcharts-xaxistooltip{color:#626262!important}#client-retention-chart .apexcharts-canvas .apexcharts-legend{left:-14px!important}.btn-social,.btn-social-icon{position:relative;overflow:hidden;padding-left:4.95rem;text-align:left;white-space:nowrap;text-overflow:ellipsis}.btn-social-icon>:first-child,.btn-social>:first-child{font-size:1rem;line-height:2.7rem;position:absolute;top:2px;bottom:0;left:0;width:2.95rem;text-align:center;border-right:1px solid rgba(0,0,0,.2)}.btn-social-icon{width:2.95rem;height:2.95rem;padding:0}.btn-social-icon>:first-child{width:100%!important;text-align:center;border:none}.btn-adn{color:#fff;border-color:#fff}.btn-adn:hover{color:#fff;border-color:#d87a68}.btn-adn.focus,.btn-adn:focus{-webkit-box-shadow:0 0 0 .2rem rgba(255,255,255,.5);box-shadow:0 0 0 .2rem rgba(255,255,255,.5)}.btn-adn.disabled,.btn-adn:disabled{color:#fff;border-color:#fff;background-color:#d87a68}.btn-adn:not(:disabled):not(.disabled).active,.btn-adn:not(:disabled):not(.disabled):active,.show>.btn-adn.dropdown-toggle{color:#fff;border-color:#dfdfdf;background-color:#ce563f}.btn-bitbucket,.btn-bitbucket:hover{background-color:#205081;color:#fff}.btn-adn:not(:disabled):not(.disabled).active:focus,.btn-adn:not(:disabled):not(.disabled):active:focus,.show>.btn-adn.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(255,255,255,.5);box-shadow:0 0 0 .2rem rgba(255,255,255,.5)}.btn-bitbucket{border-color:#fff}.btn-bitbucket:hover{border-color:#205081}.btn-bitbucket.focus,.btn-bitbucket:focus{-webkit-box-shadow:0 0 0 .2rem rgba(255,255,255,.5);box-shadow:0 0 0 .2rem rgba(255,255,255,.5)}.btn-bitbucket.disabled,.btn-bitbucket:disabled{color:#fff;border-color:#fff;background-color:#205081}.btn-bitbucket:not(:disabled):not(.disabled).active,.btn-bitbucket:not(:disabled):not(.disabled):active,.show>.btn-bitbucket.dropdown-toggle{color:#fff;border-color:#dfdfdf;background-color:#163758}.btn-dropbox,.btn-dropbox:hover{background-color:#1087dd;color:#fff}.btn-bitbucket:not(:disabled):not(.disabled).active:focus,.btn-bitbucket:not(:disabled):not(.disabled):active:focus,.show>.btn-bitbucket.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(255,255,255,.5);box-shadow:0 0 0 .2rem rgba(255,255,255,.5)}.btn-dropbox{border-color:#fff}.btn-dropbox:hover{border-color:#1087dd}.btn-dropbox.focus,.btn-dropbox:focus{-webkit-box-shadow:0 0 0 .2rem rgba(255,255,255,.5);box-shadow:0 0 0 .2rem rgba(255,255,255,.5)}.btn-dropbox.disabled,.btn-dropbox:disabled{color:#fff;border-color:#fff;background-color:#1087dd}.btn-dropbox:not(:disabled):not(.disabled).active,.btn-dropbox:not(:disabled):not(.disabled):active,.show>.btn-dropbox.dropdown-toggle{color:#fff;border-color:#dfdfdf;background-color:#0d6aad}.btn-facebook,.btn-facebook:hover{background-color:#3b5998;color:#fff}.btn-dropbox:not(:disabled):not(.disabled).active:focus,.btn-dropbox:not(:disabled):not(.disabled):active:focus,.show>.btn-dropbox.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(255,255,255,.5);box-shadow:0 0 0 .2rem rgba(255,255,255,.5)}.btn-facebook{border-color:#fff}.btn-facebook:hover{border-color:#3b5998}.btn-facebook.focus,.btn-facebook:focus{-webkit-box-shadow:0 0 0 .2rem rgba(255,255,255,.5);box-shadow:0 0 0 .2rem rgba(255,255,255,.5)}.btn-facebook.disabled,.btn-facebook:disabled{color:#fff;border-color:#fff;background-color:#3b5998}.btn-facebook:not(:disabled):not(.disabled).active,.btn-facebook:not(:disabled):not(.disabled):active,.show>.btn-facebook.dropdown-toggle{color:#fff;border-color:#dfdfdf;background-color:#2d4373}.btn-flickr,.btn-flickr:hover{background-color:#ff0084;color:#fff}.btn-facebook:not(:disabled):not(.disabled).active:focus,.btn-facebook:not(:disabled):not(.disabled):active:focus,.show>.btn-facebook.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(255,255,255,.5);box-shadow:0 0 0 .2rem rgba(255,255,255,.5)}.btn-flickr{border-color:#fff}.btn-flickr:hover{border-color:#ff0084}.btn-flickr.focus,.btn-flickr:focus{-webkit-box-shadow:0 0 0 .2rem rgba(255,255,255,.5);box-shadow:0 0 0 .2rem rgba(255,255,255,.5)}.btn-flickr.disabled,.btn-flickr:disabled{color:#fff;border-color:#fff;background-color:#ff0084}.btn-flickr:not(:disabled):not(.disabled).active,.btn-flickr:not(:disabled):not(.disabled):active,.show>.btn-flickr.dropdown-toggle{color:#fff;border-color:#dfdfdf;background-color:#cc006a}.btn-flickr:not(:disabled):not(.disabled).active:focus,.btn-flickr:not(:disabled):not(.disabled):active:focus,.show>.btn-flickr.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(255,255,255,.5);box-shadow:0 0 0 .2rem rgba(255,255,255,.5)}.btn-foursquare{color:#fff;border-color:#fff;background-color:#f94877}.btn-foursquare:hover{color:#fff;border-color:#f94877;background-color:#f94877}.btn-foursquare.focus,.btn-foursquare:focus{-webkit-box-shadow:0 0 0 .2rem rgba(255,255,255,.5);box-shadow:0 0 0 .2rem rgba(255,255,255,.5)}.btn-foursquare.disabled,.btn-foursquare:disabled{color:#fff;border-color:#fff;background-color:#f94877}.btn-foursquare:not(:disabled):not(.disabled).active,.btn-foursquare:not(:disabled):not(.disabled):active,.show>.btn-foursquare.dropdown-toggle{color:#fff;border-color:#dfdfdf;background-color:#f71752}.btn-github,.btn-github:hover{background-color:#444;color:#fff}.btn-foursquare:not(:disabled):not(.disabled).active:focus,.btn-foursquare:not(:disabled):not(.disabled):active:focus,.show>.btn-foursquare.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(255,255,255,.5);box-shadow:0 0 0 .2rem rgba(255,255,255,.5)}.btn-github{border-color:#fff}.btn-github:hover{border-color:#444}.btn-github.focus,.btn-github:focus{-webkit-box-shadow:0 0 0 .2rem rgba(255,255,255,.5);box-shadow:0 0 0 .2rem rgba(255,255,255,.5)}.btn-github.disabled,.btn-github:disabled{color:#fff;border-color:#fff;background-color:#444}.btn-github:not(:disabled):not(.disabled).active,.btn-github:not(:disabled):not(.disabled):active,.show>.btn-github.dropdown-toggle{color:#fff;border-color:#dfdfdf;background-color:#2b2b2b}.btn-google,.btn-google:hover{background-color:#dd4b39;color:#fff}.btn-github:not(:disabled):not(.disabled).active:focus,.btn-github:not(:disabled):not(.disabled):active:focus,.show>.btn-github.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(255,255,255,.5);box-shadow:0 0 0 .2rem rgba(255,255,255,.5)}.btn-google{border-color:#fff}.btn-google:hover{border-color:#dd4b39}.btn-google.focus,.btn-google:focus{-webkit-box-shadow:0 0 0 .2rem rgba(255,255,255,.5);box-shadow:0 0 0 .2rem rgba(255,255,255,.5)}.btn-google.disabled,.btn-google:disabled{color:#fff;border-color:#fff;background-color:#dd4b39}.btn-google:not(:disabled):not(.disabled).active,.btn-google:not(:disabled):not(.disabled):active,.show>.btn-google.dropdown-toggle{color:#fff;border-color:#dfdfdf;background-color:#c23321}.btn-instagram,.btn-instagram:hover{background-color:#3f729b;color:#fff}.btn-google:not(:disabled):not(.disabled).active:focus,.btn-google:not(:disabled):not(.disabled):active:focus,.show>.btn-google.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(255,255,255,.5);box-shadow:0 0 0 .2rem rgba(255,255,255,.5)}.btn-instagram{border-color:#fff}.btn-instagram:hover{border-color:#3f729b}.btn-instagram.focus,.btn-instagram:focus{-webkit-box-shadow:0 0 0 .2rem rgba(255,255,255,.5);box-shadow:0 0 0 .2rem rgba(255,255,255,.5)}.btn-instagram.disabled,.btn-instagram:disabled{color:#fff;border-color:#fff;background-color:#3f729b}.btn-instagram:not(:disabled):not(.disabled).active,.btn-instagram:not(:disabled):not(.disabled):active,.show>.btn-instagram.dropdown-toggle{color:#fff;border-color:#dfdfdf;background-color:#305777}.btn-linkedin,.btn-linkedin:hover{background-color:#007bb6;color:#fff}.btn-instagram:not(:disabled):not(.disabled).active:focus,.btn-instagram:not(:disabled):not(.disabled):active:focus,.show>.btn-instagram.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(255,255,255,.5);box-shadow:0 0 0 .2rem rgba(255,255,255,.5)}.btn-linkedin{border-color:#fff}.btn-linkedin:hover{border-color:#007bb6}.btn-linkedin.focus,.btn-linkedin:focus{-webkit-box-shadow:0 0 0 .2rem rgba(255,255,255,.5);box-shadow:0 0 0 .2rem rgba(255,255,255,.5)}.btn-linkedin.disabled,.btn-linkedin:disabled{color:#fff;border-color:#fff;background-color:#007bb6}.btn-linkedin:not(:disabled):not(.disabled).active,.btn-linkedin:not(:disabled):not(.disabled):active,.show>.btn-linkedin.dropdown-toggle{color:#fff;border-color:#dfdfdf;background-color:#005983}.btn-microsoft,.btn-microsoft:hover{background-color:#2672ec;color:#fff}.btn-linkedin:not(:disabled):not(.disabled).active:focus,.btn-linkedin:not(:disabled):not(.disabled):active:focus,.show>.btn-linkedin.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(255,255,255,.5);box-shadow:0 0 0 .2rem rgba(255,255,255,.5)}.btn-microsoft{border-color:#fff}.btn-microsoft:hover{border-color:#2672ec}.btn-microsoft.focus,.btn-microsoft:focus{-webkit-box-shadow:0 0 0 .2rem rgba(255,255,255,.5);box-shadow:0 0 0 .2rem rgba(255,255,255,.5)}.btn-microsoft.disabled,.btn-microsoft:disabled{color:#fff;border-color:#fff;background-color:#2672ec}.btn-microsoft:not(:disabled):not(.disabled).active,.btn-microsoft:not(:disabled):not(.disabled):active,.show>.btn-microsoft.dropdown-toggle{color:#fff;border-color:#dfdfdf;background-color:#125acd}.btn-microsoft:not(:disabled):not(.disabled).active:focus,.btn-microsoft:not(:disabled):not(.disabled):active:focus,.show>.btn-microsoft.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(255,255,255,.5);box-shadow:0 0 0 .2rem rgba(255,255,255,.5)}.btn-odnoklassniki{color:#fff;border-color:#fff;background-color:#f4731c}.btn-odnoklassniki:hover{color:#fff;border-color:#f4731c;background-color:#f4731c}.btn-odnoklassniki.focus,.btn-odnoklassniki:focus{-webkit-box-shadow:0 0 0 .2rem rgba(255,255,255,.5);box-shadow:0 0 0 .2rem rgba(255,255,255,.5)}.btn-odnoklassniki.disabled,.btn-odnoklassniki:disabled{color:#fff;border-color:#fff;background-color:#f4731c}.btn-odnoklassniki:not(:disabled):not(.disabled).active,.btn-odnoklassniki:not(:disabled):not(.disabled):active,.show>.btn-odnoklassniki.dropdown-toggle{color:#fff;border-color:#dfdfdf;background-color:#d35b0a}.btn-openid,.btn-openid:hover{color:#2a2e30;background-color:#f7931e}.btn-odnoklassniki:not(:disabled):not(.disabled).active:focus,.btn-odnoklassniki:not(:disabled):not(.disabled):active:focus,.show>.btn-odnoklassniki.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(255,255,255,.5);box-shadow:0 0 0 .2rem rgba(255,255,255,.5)}.btn-openid{border-color:#fff}.btn-openid:hover{border-color:#f7931e}.btn-openid.focus,.btn-openid:focus{-webkit-box-shadow:0 0 0 .2rem rgba(223,224,224,.5);box-shadow:0 0 0 .2rem rgba(223,224,224,.5)}.btn-openid.disabled,.btn-openid:disabled{color:#2a2e30;border-color:#fff;background-color:#f7931e}.btn-openid:not(:disabled):not(.disabled).active,.btn-openid:not(:disabled):not(.disabled):active,.show>.btn-openid.dropdown-toggle{color:#fff;border-color:#dfdfdf;background-color:#da7908}.btn-pinterest,.btn-pinterest:hover{background-color:#cb2027;color:#fff}.btn-openid:not(:disabled):not(.disabled).active:focus,.btn-openid:not(:disabled):not(.disabled):active:focus,.show>.btn-openid.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(223,224,224,.5);box-shadow:0 0 0 .2rem rgba(223,224,224,.5)}.btn-pinterest{border-color:#fff}.btn-pinterest:hover{border-color:#cb2027}.btn-pinterest.focus,.btn-pinterest:focus{-webkit-box-shadow:0 0 0 .2rem rgba(255,255,255,.5);box-shadow:0 0 0 .2rem rgba(255,255,255,.5)}.btn-pinterest.disabled,.btn-pinterest:disabled{color:#fff;border-color:#fff;background-color:#cb2027}.btn-pinterest:not(:disabled):not(.disabled).active,.btn-pinterest:not(:disabled):not(.disabled):active,.show>.btn-pinterest.dropdown-toggle{color:#fff;border-color:#dfdfdf;background-color:#9f191f}.btn-pinterest:not(:disabled):not(.disabled).active:focus,.btn-pinterest:not(:disabled):not(.disabled):active:focus,.show>.btn-pinterest.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(255,255,255,.5);box-shadow:0 0 0 .2rem rgba(255,255,255,.5)}.btn-reddit{color:#2a2e30;border-color:#000;background-color:#eff7ff}.btn-reddit:hover{color:#fff;border-color:#000;background-color:#000}.btn-reddit.focus,.btn-reddit:focus{-webkit-box-shadow:0 0 0 .2rem rgba(6,7,7,.5);box-shadow:0 0 0 .2rem rgba(6,7,7,.5)}.btn-reddit.disabled,.btn-reddit:disabled{color:#2a2e30;border-color:#000;background-color:#eff7ff}.btn-reddit:not(:disabled):not(.disabled).active,.btn-reddit:not(:disabled):not(.disabled):active,.show>.btn-reddit.dropdown-toggle{color:#2a2e30;border-color:#000;background-color:#bcdeff}.btn-reddit:not(:disabled):not(.disabled).active:focus,.btn-reddit:not(:disabled):not(.disabled):active:focus,.show>.btn-reddit.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(6,7,7,.5);box-shadow:0 0 0 .2rem rgba(6,7,7,.5)}.btn-soundcloud{color:#fff;border-color:#fff;background-color:#f50}.btn-soundcloud:hover{color:#fff;border-color:#f50;background-color:#f50}.btn-soundcloud.focus,.btn-soundcloud:focus{-webkit-box-shadow:0 0 0 .2rem rgba(255,255,255,.5);box-shadow:0 0 0 .2rem rgba(255,255,255,.5)}.btn-soundcloud.disabled,.btn-soundcloud:disabled{color:#fff;border-color:#fff;background-color:#f50}.btn-soundcloud:not(:disabled):not(.disabled).active,.btn-soundcloud:not(:disabled):not(.disabled):active,.show>.btn-soundcloud.dropdown-toggle{color:#fff;border-color:#dfdfdf;background-color:#c40}.btn-tumblr,.btn-tumblr:hover{background-color:#2c4762;color:#fff}.btn-soundcloud:not(:disabled):not(.disabled).active:focus,.btn-soundcloud:not(:disabled):not(.disabled):active:focus,.show>.btn-soundcloud.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(255,255,255,.5);box-shadow:0 0 0 .2rem rgba(255,255,255,.5)}.btn-tumblr{border-color:#fff}.btn-tumblr:hover{border-color:#2c4762}.btn-tumblr.focus,.btn-tumblr:focus{-webkit-box-shadow:0 0 0 .2rem rgba(255,255,255,.5);box-shadow:0 0 0 .2rem rgba(255,255,255,.5)}.btn-tumblr.disabled,.btn-tumblr:disabled{color:#fff;border-color:#fff;background-color:#2c4762}.btn-tumblr:not(:disabled):not(.disabled).active,.btn-tumblr:not(:disabled):not(.disabled):active,.show>.btn-tumblr.dropdown-toggle{color:#fff;border-color:#dfdfdf;background-color:#1c2e3f}.btn-twitter,.btn-twitter:hover{color:#2a2e30;background-color:#55acee}.btn-tumblr:not(:disabled):not(.disabled).active:focus,.btn-tumblr:not(:disabled):not(.disabled):active:focus,.show>.btn-tumblr.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(255,255,255,.5);box-shadow:0 0 0 .2rem rgba(255,255,255,.5)}.btn-twitter{border-color:#fff}.btn-twitter:hover{border-color:#55acee}.btn-twitter.focus,.btn-twitter:focus{-webkit-box-shadow:0 0 0 .2rem rgba(223,224,224,.5);box-shadow:0 0 0 .2rem rgba(223,224,224,.5)}.btn-twitter.disabled,.btn-twitter:disabled{color:#2a2e30;border-color:#fff;background-color:#55acee}.btn-twitter:not(:disabled):not(.disabled).active,.btn-twitter:not(:disabled):not(.disabled):active,.show>.btn-twitter.dropdown-toggle{color:#fff;border-color:#dfdfdf;background-color:#2795e9}.btn-vimeo,.btn-vimeo:hover{background-color:#1ab7ea;color:#fff}.btn-twitter:not(:disabled):not(.disabled).active:focus,.btn-twitter:not(:disabled):not(.disabled):active:focus,.show>.btn-twitter.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(223,224,224,.5);box-shadow:0 0 0 .2rem rgba(223,224,224,.5)}.btn-vimeo{border-color:#fff}.btn-vimeo:hover{border-color:#1ab7ea}.btn-vimeo.focus,.btn-vimeo:focus{-webkit-box-shadow:0 0 0 .2rem rgba(255,255,255,.5);box-shadow:0 0 0 .2rem rgba(255,255,255,.5)}.btn-vimeo.disabled,.btn-vimeo:disabled{color:#fff;border-color:#fff;background-color:#1ab7ea}.btn-vimeo:not(:disabled):not(.disabled).active,.btn-vimeo:not(:disabled):not(.disabled):active,.show>.btn-vimeo.dropdown-toggle{color:#fff;border-color:#dfdfdf;background-color:#1295bf}.btn-vk,.btn-vk.disabled,.btn-vk:disabled,.btn-vk:hover{background-color:#587ea3;color:#fff}.btn-vimeo:not(:disabled):not(.disabled).active:focus,.btn-vimeo:not(:disabled):not(.disabled):active:focus,.show>.btn-vimeo.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(255,255,255,.5);box-shadow:0 0 0 .2rem rgba(255,255,255,.5)}.btn-vk{border-color:#fff}.btn-vk:hover{border-color:#587ea3}.btn-vk.focus,.btn-vk:focus{-webkit-box-shadow:0 0 0 .2rem rgba(255,255,255,.5);box-shadow:0 0 0 .2rem rgba(255,255,255,.5)}.btn-vk.disabled,.btn-vk:disabled{border-color:#fff}.btn-vk:not(:disabled):not(.disabled).active,.btn-vk:not(:disabled):not(.disabled):active,.show>.btn-vk.dropdown-toggle{color:#fff;border-color:#dfdfdf;background-color:#466482}.btn-yahoo,.btn-yahoo:hover{background-color:#720e9e;color:#fff}.btn-vk:not(:disabled):not(.disabled).active:focus,.btn-vk:not(:disabled):not(.disabled):active:focus,.show>.btn-vk.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(255,255,255,.5);box-shadow:0 0 0 .2rem rgba(255,255,255,.5)}.btn-yahoo{border-color:#fff}.btn-yahoo:hover{border-color:#720e9e}.btn-yahoo.focus,.btn-yahoo:focus{-webkit-box-shadow:0 0 0 .2rem rgba(255,255,255,.5);box-shadow:0 0 0 .2rem rgba(255,255,255,.5)}.btn-yahoo.disabled,.btn-yahoo:disabled{color:#fff;border-color:#fff;background-color:#720e9e}.btn-yahoo:not(:disabled):not(.disabled).active,.btn-yahoo:not(:disabled):not(.disabled):active,.show>.btn-yahoo.dropdown-toggle{color:#fff;border-color:#dfdfdf;background-color:#500a6f}.btn-yahoo:not(:disabled):not(.disabled).active:focus,.btn-yahoo:not(:disabled):not(.disabled):active:focus,.show>.btn-yahoo.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(255,255,255,.5);box-shadow:0 0 0 .2rem rgba(255,255,255,.5)}.btn-outline-adn{color:#d87a68;border:1px solid #d87a68!important}.btn-outline-bitbucket{color:#205081;border:1px solid #205081!important}.btn-outline-dropbox{color:#1087dd;border:1px solid #1087dd!important}.btn-outline-facebook{color:#3b5998;border:1px solid #3b5998!important}.btn-outline-flickr{color:#ff0084;border:1px solid #ff0084!important}.btn-outline-foursquare{color:#f94877;border:1px solid #f94877!important}.btn-outline-github{color:#444;border:1px solid #444!important}.btn-outline-google{color:#dd4b39;border:1px solid #dd4b39!important}.btn-outline-instagram{color:#3f729b;border:1px solid #3f729b!important}.btn-outline-linkedin{color:#007bb6;border:1px solid #007bb6!important}.btn-outline-microsoft{color:#2672ec;border:1px solid #2672ec!important}.btn-outline-odnoklassniki{color:#f4731c;border:1px solid #f4731c!important}.btn-outline-openid{color:#f7931e;border:1px solid #f7931e!important}.btn-outline-pinterest{color:#cb2027;border:1px solid #cb2027!important}.btn-outline-reddit{color:#ff4500;border:1px solid #ff4500!important}.btn-outline-soundcloud{color:#f50;border:1px solid #f50!important}.btn-outline-tumblr{color:#2c4762;border:1px solid #2c4762!important}.btn-outline-twitter{color:#55acee;border:1px solid #55acee!important}.btn-outline-vimeo{color:#1ab7ea;border:1px solid #1ab7ea!important}.btn-outline-vk{color:#587ea3;border:1px solid #587ea3!important}.btn-outline-yahoo{color:#720e9e;border:1px solid #720e9e!important}.btn-outline-adn:hover{color:#ad412d;border:1px solid #ad412d!important}.btn-outline-bitbucket:hover{color:#0c1d2f;border:1px solid #0c1d2f!important}.btn-outline-dropbox:hover{color:#094d7e;border:1px solid #094d7e!important}.btn-outline-facebook:hover{color:#1e2e4f;border:1px solid #1e2e4f!important}.btn-outline-flickr:hover{color:#99004f;border:1px solid #99004f!important}.btn-outline-foursquare:hover{color:#d4073d;border:1px solid #d4073d!important}.btn-outline-github:hover{color:#111;border:1px solid #111!important}.btn-outline-google:hover{color:#96271a;border:1px solid #96271a!important}.btn-outline-instagram:hover{color:#223d52;border:1px solid #223d52!important}.btn-outline-linkedin:hover{color:#003650;border:1px solid #003650!important}.btn-outline-microsoft:hover{color:#0e459e;border:1px solid #0e459e!important}.btn-outline-odnoklassniki:hover{color:#a24608;border:1px solid #a24608!important}.btn-outline-openid:hover{color:#a95e06;border:1px solid #a95e06!important}.btn-outline-pinterest:hover{color:#731216;border:1px solid #731216!important}.btn-outline-reddit:hover{color:#992900;border:1px solid #992900!important}.btn-outline-soundcloud:hover{color:#930;border:1px solid #930!important}.btn-outline-tumblr:hover{color:#0c141c;border:1px solid #0c141c!important}.btn-outline-twitter:hover{color:#147bc9;border:1px solid #147bc9!important}.btn-outline-vimeo:hover{color:#0d7091;border:1px solid #0d7091!important}.btn-outline-vk:hover{color:#344b61;border:1px solid #344b61!important}.btn-outline-yahoo:hover{color:#2e0640;border:1px solid #2e0640!important}.bg-adn{background-color:#d87a68}.bg-bitbucket{background-color:#205081}.bg-dropbox{background-color:#1087dd}.bg-facebook{background-color:#3b5998}.bg-flickr{background-color:#ff0084}.bg-foursquare{background-color:#f94877}.bg-github{background-color:#444}.bg-google{background-color:#dd4b39}.bg-instagram{background-color:#3f729b}.bg-linkedin{background-color:#007bb6}.bg-microsoft{background-color:#2672ec}.bg-odnoklassniki{background-color:#f4731c}.bg-openid{background-color:#f7931e}.bg-pinterest{background-color:#cb2027}.bg-reddit{background-color:#ff4500}.bg-soundcloud{background-color:#f50}.bg-tumblr{background-color:#2c4762}.bg-twitter{background-color:#55acee}.bg-vimeo{background-color:#1ab7ea}.bg-vk{background-color:#587ea3}.bg-yahoo{background-color:#720e9e}.fonticon-container>.fonticon-wrap{line-height:4.8rem;float:left;width:60px;height:60px;margin-right:1rem;margin-bottom:1.5rem;text-align:center;border-radius:.1875rem}.fonticon-container>.fonticon-wrap>i{font-size:2.28rem;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.fonticon-container>.fonticon-wrap.youtube{width:100px}.fonticon-container:hover i{font-size:2.9rem;-webkit-transform:scale(1.3);-moz-transform:scale(1.3);-ms-transform:scale(1.3);-o-transform:scale(1.3);transform:scale(1.3);color:#7367f0}.fonticon-container>.fonticon-classname,.fonticon-container>.fonticon-unit{font-size:1.5rem;line-height:1.2;display:block}.fonticon-container>.fonticon-unit{font-size:1rem;font-style:italic}.scroll-example{position:relative;overflow:auto;padding:.5rem;border:2px solid #dfdfdf}.scroll-example .horz-scroll-content{width:1200px}.browser{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;height:12rem;margin:0 0 10px;padding-top:20px;border:4px solid #e0e0e0;background:#e0e0e0}.browser iframe{width:100%;height:100%;border:0;background:#fff}.loader-wrapper{height:8em}.maintenance-icon{font-size:4rem}.animationIcon{right:30px;bottom:10px}.customizer{position:fixed;z-index:1051;top:0;right:-400px;bottom:0;width:400px;height:100vh;padding:0;-webkit-transition:right .4s cubic-bezier(.05,.74,.2,.99);-moz-transition:right .4s cubic-bezier(.05,.74,.2,.99);-o-transition:right .4s cubic-bezier(.05,.74,.2,.99);transition:right .4s cubic-bezier(.05,.74,.2,.99);border-left:1px solid rgba(0,0,0,.05);background-color:#fff;-webkit-box-shadow:0 15px 30px 0 rgba(0,0,0,.11),0 5px 15px 0 rgba(0,0,0,.08);box-shadow:0 15px 30px 0 rgba(0,0,0,.11),0 5px 15px 0 rgba(0,0,0,.08);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.customizer.open{right:0}.customizer .customizer-content{position:relative;height:100%}.customizer .customizer-close{position:absolute;z-index:10;top:20px;right:30px;width:auto;padding:7px;color:#626262}.customizer .customizer-close i{font-size:1.71rem}.customizer .customizer-toggle{line-height:40px;position:absolute;top:50%;left:-39px;display:block;width:38px;height:38px;cursor:pointer;text-align:center;color:#fff;border-top-left-radius:6px;border-bottom-left-radius:6px;background:#7367f0;-webkit-box-shadow:-3px 0 8px rgba(0,0,0,.1);box-shadow:-3px 0 8px rgba(0,0,0,.1)}.customizer .color-box{width:35px;height:35px;margin:.5rem;cursor:pointer;border-radius:.5rem}.customizer .color-box.selected{-webkit-box-shadow:0 0 0 3px rgba(52,144,220,.5);box-shadow:0 0 0 3px rgba(52,144,220,.5)}body.dark-layout .collapse-sidebar .custom-switch .custom-control-label:before,body.dark-layout .hide-scroll-top-switch .custom-switch .custom-control-label:before{background-color:#10163a}.buy-now{position:fixed;z-index:1031;right:79px;bottom:5%}.buy-now .btn{-webkit-box-shadow:0 1px 20px 1px #ea5455!important;box-shadow:0 1px 20px 1px #ea5455!important}.buy-now .btn:hover{-webkit-box-shadow:none!important;box-shadow:none!important}.chip{font-size:.8rem;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-bottom:5px;padding:0 10px;border-radius:1.428rem;background-color:#f0f0f0;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.chip .chip-body{display:-moz-box;display:flex;min-width:1.857rem;min-height:1.857rem;color:rgba(0,0,0,.7);-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.chip .chip-body .avatar{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:24px;height:24px;margin:2px 0;-webkit-transform:translate(-8px);-moz-transform:translate(-8px);-ms-transform:translate(-8px);-o-transform:translate(-8px);transform:translate(-8px);color:#fff;border-radius:50%;background-color:#c3c3c3;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.chip .chip-body .avatar .avatar-content{top:0}.chip .chip-body .avatar img{width:24px;height:24px;border-radius:50%}.chip .chip-body .chip-text{vertical-align:middle;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.chip .chip-body .chip-closeable{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;min-width:1.428rem;min-height:1.428rem;margin:0 4px;cursor:pointer;-webkit-transform:translate(10px);-moz-transform:translate(10px);-ms-transform:translate(10px);-o-transform:translate(10px);transform:translate(10px);color:#fff;border-radius:50%;background:rgba(0,0,0,.15);-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.chip .chip-body .chip-closeable i{margin-top:1px;margin-left:1px}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.chip .chip-closeable i{position:relative;top:3px}}.divider{display:block;margin:1rem 0;text-align:center;white-space:nowrap}.select2-container--classic .select2-results__options .select2-results__option i,.select2-container--classic .select2-selection--single .select2-selection__rendered i,.select2-container--default .select2-results__options .select2-results__option i,.select2-container--default .select2-selection--single .select2-selection__rendered i{margin-right:.5rem}.divider .divider-text{font-size:.9375rem;position:relative;display:inline-block;padding:0 1rem;background-color:#fff}.divider.divider-left .divider-text:before,.divider.divider-right .divider-text:after,[data-usn-if],body:after{display:none}.divider .divider-text i{font-size:1rem}.divider .divider-text:after,.divider .divider-text:before{position:absolute;top:50%;width:9999px;content:'';border-top:1px solid rgba(0,0,0,.1)}.divider .divider-text:before{right:100%}.divider .divider-text:after{left:100%}.divider.divider-left .divider-text{float:left}.divider.divider-left-center .divider-text{left:-25%}.divider.divider-right .divider-text{float:right}.divider.divider-right-center .divider-text{right:-25%}.divider.divider-dotted .divider-text:after,.divider.divider-dotted .divider-text:before{border-width:0 1px 1px;border-style:dotted;border-color:#000}.divider.divider-dashed .divider-text:after,.divider.divider-dashed .divider-text:before{border-width:0 1px 1px;border-style:dashed;border-color:#000}@media screen and (min-width:0){head{font-family:'xs 0px'}body:after{content:'xs - min-width: 0px'}}@media screen and (min-width:544px){head{font-family:'sm 544px'}body:after{content:'sm - min-width: 544px'}}@media screen and (min-width:768px){head{font-family:'md 768px'}body:after{content:'md - min-width: 768px'}}@media screen and (min-width:992px){head{font-family:'lg 992px'}body:after{content:'lg - min-width: 992px'}}@media screen and (min-width:1200px){head{font-family:'xl 1200px'}body:after{content:'xl - min-width: 1200px'}}head{clear:both}head title{font-family:'xs 0px, sm 544px, md 768px, lg 992px, xl 1200px'}.group-area{margin-bottom:3rem}.block{display:block;width:100%}.form-control-position{line-height:2.5rem;position:absolute;z-index:2;top:2px;right:0;display:block;width:2.5rem;height:2.5rem;text-align:center}.position-relative .form-control{padding-right:-webkit-calc(1.25em + 1.4rem + 1px);padding-right:-moz-calc(1.25em + 1.4rem + 1px);padding-right:calc(1.25em + 1.4rem + 1px)}.position-relative .form-control.form-control-lg~.form-control-position{top:10px}.position-relative .form-control.form-control-sm~.form-control-position{top:-3px}.has-icon-left .form-control{padding-right:2rem;padding-left:3rem}.has-icon-left .form-control-position{right:auto;left:inherit}.has-icon-left .form-control-position i{position:relative;left:5px;color:rgba(34,41,47,.4)}input[type=color]{height:-webkit-calc(1.25em + 1.4rem + 1px);height:-moz-calc(1.25em + 1.4rem + 1px);height:calc(1.25em + 1.4rem + 1px)}input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{line-height:1.45}.font-size-large{font-size:2rem}.font-size-base,.font-size-small{font-size:1rem}.font-size-xsmall{font-size:.75rem}.input-group-xs .form-control,.input-group-xs .input-group-addon,.input-group-xs .input-group-btn>button{font-size:.725rem;line-height:1.677777;padding:.175rem .5rem;border-top-left-radius:.175rem;border-bottom-left-radius:.175rem}.input-group-xs .input-group-btn>button{border-radius:.175rem}.input-group-addon{padding-top:.2rem;padding-bottom:.2rem}.floating-label-form-group-with-focus label,.floating-label-form-group-with-value label{font-weight:400;text-transform:uppercase;color:#7367f0!important}.select2-container--classic .select2-selection--single{min-height:40px!important}.select2-container{width:100%!important}.select2-container--classic .select2-selection--single,.select2-container--default .select2-selection--single{min-height:38px;padding:5px;border:1px solid rgba(0,0,0,.2)}.select2-container--classic.select2-container--focus .select2-selection--multiple,.select2-container--classic.select2-container--open .select2-selection--single,.select2-container--default.select2-container--focus .select2-selection--multiple,.select2-container--default.select2-container--open .select2-selection--single{border-color:#7367f0!important;outline:0}.select2-container--classic .select2-selection--single:focus,.select2-container--default .select2-selection--single:focus{border-color:#7367f0!important;outline:0;-webkit-box-shadow:0 3px 10px 0 rgba(0,0,0,.15)!important;box-shadow:0 3px 10px 0 rgba(0,0,0,.15)!important}.select2-container--classic .select2-selection--single .select2-selection__arrow,.select2-container--default .select2-selection--single .select2-selection__arrow{min-height:38px!important}.select2-container--classic.select2-container--focus,.select2-container--default.select2-container--focus{outline:0}.select2-container--classic .select2-selection--multiple,.select2-container--default .select2-selection--multiple{min-height:38px!important;border:1px solid rgba(0,0,0,.2)}.select2-container--classic .select2-selection--multiple:focus,.select2-container--default .select2-selection--multiple:focus{border-color:#7367f0!important;outline:0;-webkit-box-shadow:0 3px 10px 0 rgba(0,0,0,.15)!important;box-shadow:0 3px 10px 0 rgba(0,0,0,.15)!important}.select2-container--classic .select2-selection--multiple .select2-selection__choice,.select2-container--default .select2-selection--multiple .select2-selection__choice{padding:5px;color:#fff;border-color:#4839eb!important;background-color:#7367f0!important}.select2-container--classic .select2-selection--multiple .select2-selection__rendered li .select2-search__field,.select2-container--default .select2-selection--multiple .select2-selection__rendered li .select2-search__field{margin-top:10px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{float:right;margin-left:.5rem;color:#fff!important}.select2-container--classic .select2-selection--multiple i,.select2-container--default .select2-selection--multiple i{position:relative;top:1px;margin-right:.5rem;padding-left:1px}.select2-container--classic .select2-selection--multiple[class*=bg-] .select2-selection__choice,.select2-container--default .select2-selection--multiple[class*=bg-] .select2-selection__choice{border-color:rgba(0,0,0,.2)!important;background-color:rgba(0,0,0,.15)!important}table.dataTable thead tr,table.dataTable.table-striped tbody tr:nth-of-type(even){background-color:#f8f8f8}.select2-container--classic .select-lg,.select2-container--default .select-lg{font-size:1.2rem;min-height:-webkit-calc(1.25em + 1.4rem + 1px)!important;min-height:-moz-calc(1.25em + 1.4rem + 1px)!important;min-height:calc(1.25em + 1.4rem + 1px)!important;margin-bottom:0!important;padding:.3rem .7rem}.select2-container--classic .select-lg.select2-selection--single .select2-selection__rendered,.select2-container--default .select-lg.select2-selection--single .select2-selection__rendered{padding-top:.1rem;padding-right:0;padding-left:0}.select2-container--classic .select-lg.select2-selection--single .select2-selection__arrow,.select2-container--default .select-lg.select2-selection--single .select2-selection__arrow{top:.2rem!important}.select2-container--classic .select-lg.select2-selection--multiple,.select2-container--default .select-lg.select2-selection--multiple{padding:0 .2rem}.select2-container--classic .select-lg.select2-selection--multiple .select2-selection__rendered,.select2-container--default .select-lg.select2-selection--multiple .select2-selection__rendered{padding-top:0!important}.select2-container--classic .select-lg.select2-selection--multiple .select2-selection__rendered li,.select2-container--default .select-lg.select2-selection--multiple .select2-selection__rendered li{font-size:1.2rem}.select2-container--classic .select-lg.select2-selection--multiple .select2-selection__rendered .select2-selection__choice,.select2-container--default .select-lg.select2-selection--multiple .select2-selection__rendered .select2-selection__choice{padding:5px}.select2-container--classic .select-sm,.select2-container--default .select-sm{font-size:.75rem;line-height:1.5;min-height:-webkit-calc(1em + 1rem + 2px)!important;min-height:-moz-calc(1em + 1rem + 2px)!important;min-height:calc(1em + 1rem + 2px)!important;margin-bottom:0!important;padding:0 .2rem}.select2-container--classic .select-sm.select2-selection--single .select2-selection__arrow,.select2-container--default .select-sm.select2-selection--single .select2-selection__arrow{top:-.3rem!important}.select2-container--classic .select-sm.select2-selection--multiple,.select2-container--default .select-sm.select2-selection--multiple{line-height:1.3}.select2-container--classic .select-sm.select2-selection--multiple .select2-selection__rendered,.select2-container--default .select-sm.select2-selection--multiple .select2-selection__rendered{padding:3px}.select2-container--classic .select-sm.select2-selection--multiple .select2-selection__rendered li,.select2-container--default .select-sm.select2-selection--multiple .select2-selection__rendered li{font-size:.75rem;margin-top:2px}.select2-container--classic .select-sm.select2-selection--multiple .select2-selection__choice,.select2-container--default .select-sm.select2-selection--multiple .select2-selection__choice{padding:0 .2rem}.select2-container--classic .select-sm.select2-selection--multiple .select2-search--inline .select2-search__field,.select2-container--default .select-sm.select2-selection--multiple .select2-search--inline .select2-search__field{margin-top:0}.select2 .form-control::focus{border-color:#7367f0!important}table.dataTable{border:2px solid #f8f8f8}table.dataTable td,table.dataTable th{border-top:0;border-bottom:1px solid #f8f8f8}table.dataTable tfoot td,table.dataTable tfoot th,table.dataTable thead td,table.dataTable thead th{font-size:.85rem;border:0}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc{padding-right:inherit}table.dataTable thead .sorting:before,table.dataTable thead .sorting_asc:before,table.dataTable thead .sorting_desc:before{font-family:feather;font-size:.7rem;top:.9rem;left:0;padding-right:.3rem;content:'\e845'}table.dataTable thead .sorting:after,table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_desc:after{font-family:feather;font-size:.7rem;top:1.3rem;left:0;content:'\e842'}table.dataTable.table-striped tbody tr:nth-of-type(odd){background-color:#fff}table.dataTable.complex-headers{border:1px solid #dae1e7}table.dataTable.complex-headers tfoot td,table.dataTable.complex-headers tfoot th,table.dataTable.complex-headers thead td,table.dataTable.complex-headers thead th{border-right:1px solid #dae1e7;border-bottom:1px solid #dae1e7}table.dataTable tbody tr.selected{color:#7367f0!important;border-radius:5px;background-color:rgba(115,103,240,.05)!important;-webkit-box-shadow:0 0 1px 0 #7367f0!important;box-shadow:0 0 1px 0 #7367f0!important}table.dataTable tbody tr.selected td,table.dataTable tbody tr.selected th{border-bottom:0}div.dataTables_wrapper div.dataTables_filter label,div.dataTables_wrapper div.dataTables_length label{margin-top:1rem}div.dataTables_wrapper div.dataTables_filter select,div.dataTables_wrapper div.dataTables_length select{padding:0 .8rem;background-position:-webkit-calc(100% - 3px) 5px,-webkit-calc(100% - 20px) 13px,100% 0;background-position:-moz-calc(100% - 3px) 5px,-moz-calc(100% - 20px) 13px,100% 0;background-position:calc(100% - 3px) 5px,calc(100% - 20px) 13px,100% 0}div.dataTables_wrapper div.dataTables_paginate ul.pagination{margin-top:1rem;padding-bottom:7px}div.dataTables_wrapper div.dataTables_paginate ul.pagination li a{font-size:.8rem}tr.group{background-color:#ededed}@media only screen and (max-width:768px){div.dataTables_wrapper div.dataTables_paginate ul.pagination{-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/core/colors/palette-gradient.css b/wwwjuba/app-assets/css/core/colors/palette-gradient.css new file mode 100644 index 0000000..5340b94 --- /dev/null +++ b/wwwjuba/app-assets/css/core/colors/palette-gradient.css @@ -0,0 +1,297 @@ +.bg-gradient-white +{ + color: #fff; + background-image: -webkit-linear-gradient(60deg, #fff, rgba(255, 255, 255, .5)); + background-image: -moz-linear-gradient(60deg, #fff, rgba(255, 255, 255, .5)); + background-image: -o-linear-gradient(60deg, #fff, rgba(255, 255, 255, .5)); + background-image: linear-gradient(30deg, #fff, rgba(255, 255, 255, .5)); + background-repeat: repeat-x; +} +.bg-gradient-white:hover, +.bg-gradient-white:active +{ + color: #fff; +} + +.gradient-light-white +{ + color: #fff; + background: -webkit-linear-gradient(60deg, #fff 0%, 100%); + background: -moz-linear-gradient(60deg, #fff 0%, 100%); + background: -o-linear-gradient(60deg, #fff 0%, 100%); + background: linear-gradient(30deg, #fff 0%, 100%); +} +.gradient-light-white:hover, +.gradient-light-white:active +{ + color: #fff; +} + +.bg-gradient-black +{ + color: #fff; + background-image: -webkit-linear-gradient(60deg, #000, rgba(0, 0, 0, .5)); + background-image: -moz-linear-gradient(60deg, #000, rgba(0, 0, 0, .5)); + background-image: -o-linear-gradient(60deg, #000, rgba(0, 0, 0, .5)); + background-image: linear-gradient(30deg, #000, rgba(0, 0, 0, .5)); + background-repeat: repeat-x; +} +.bg-gradient-black:hover, +.bg-gradient-black:active +{ + color: #fff; +} + +.gradient-light-black +{ + color: #fff; + background: -webkit-linear-gradient(60deg, #000 0%, 100%); + background: -moz-linear-gradient(60deg, #000 0%, 100%); + background: -o-linear-gradient(60deg, #000 0%, 100%); + background: linear-gradient(30deg, #000 0%, 100%); +} +.gradient-light-black:hover, +.gradient-light-black:active +{ + color: #fff; +} + +.bg-gradient-dark +{ + color: #fff; + background: #640064; + background-image: -webkit-linear-gradient(60deg, #1e1e1e, rgba(30, 30, 30, .5)); + background-image: -moz-linear-gradient(60deg, #1e1e1e, rgba(30, 30, 30, .5)); + background-image: -o-linear-gradient(60deg, #1e1e1e, rgba(30, 30, 30, .5)); + background-image: linear-gradient(30deg, #1e1e1e, rgba(30, 30, 30, .5)); + background-repeat: repeat-x; +} +.bg-gradient-dark:hover, +.bg-gradient-dark:active +{ + color: #fff; +} + +.gradient-light-dark +{ + color: #fff; + background: -webkit-linear-gradient(60deg, #1e1e1e 0%, 100%); + background: -moz-linear-gradient(60deg, #1e1e1e 0%, 100%); + background: -o-linear-gradient(60deg, #1e1e1e 0%, 100%); + background: linear-gradient(30deg, #1e1e1e 0%, 100%); +} +.gradient-light-dark:hover, +.gradient-light-dark:active +{ + color: #fff; +} + +.bg-gradient-light +{ + color: #fff; + background: #640064; + background-image: -webkit-linear-gradient(60deg, #babfc7, rgba(186, 191, 199, .5)); + background-image: -moz-linear-gradient(60deg, #babfc7, rgba(186, 191, 199, .5)); + background-image: -o-linear-gradient(60deg, #babfc7, rgba(186, 191, 199, .5)); + background-image: linear-gradient(30deg, #babfc7, rgba(186, 191, 199, .5)); + background-repeat: repeat-x; +} +.bg-gradient-light:hover, +.bg-gradient-light:active +{ + color: #fff; +} + +.gradient-light-light +{ + color: #fff; + background: -webkit-linear-gradient(60deg, #babfc7 0%, 100%); + background: -moz-linear-gradient(60deg, #babfc7 0%, 100%); + background: -o-linear-gradient(60deg, #babfc7 0%, 100%); + background: linear-gradient(30deg, #babfc7 0%, 100%); +} +.gradient-light-light:hover, +.gradient-light-light:active +{ + color: #fff; +} + +.bg-gradient-primary +{ + color: #fff; + background: #640064; + background-image: -webkit-linear-gradient(60deg, #7367f0, rgba(115, 103, 240, .5)); + background-image: -moz-linear-gradient(60deg, #7367f0, rgba(115, 103, 240, .5)); + background-image: -o-linear-gradient(60deg, #7367f0, rgba(115, 103, 240, .5)); + background-image: linear-gradient(30deg, #7367f0, rgba(115, 103, 240, .5)); + background-repeat: repeat-x; +} +.bg-gradient-primary:hover, +.bg-gradient-primary:active +{ + color: #fff; +} + +.gradient-light-primary +{ + color: #fff; + background: -webkit-linear-gradient(60deg, #7367f0 0%, #ce9ffc 100%); + background: -moz-linear-gradient(60deg, #7367f0 0%, #ce9ffc 100%); + background: -o-linear-gradient(60deg, #7367f0 0%, #ce9ffc 100%); + background: linear-gradient(30deg, #7367f0 0%, #ce9ffc 100%); +} +.gradient-light-primary:hover, +.gradient-light-primary:active +{ + color: #fff; +} + +.bg-gradient-secondary +{ + color: #fff; + background: #640064; + background-image: -webkit-linear-gradient(60deg, #b8c2cc, rgba(184, 194, 204, .5)); + background-image: -moz-linear-gradient(60deg, #b8c2cc, rgba(184, 194, 204, .5)); + background-image: -o-linear-gradient(60deg, #b8c2cc, rgba(184, 194, 204, .5)); + background-image: linear-gradient(30deg, #b8c2cc, rgba(184, 194, 204, .5)); + background-repeat: repeat-x; +} +.bg-gradient-secondary:hover, +.bg-gradient-secondary:active +{ + color: #fff; +} + +.gradient-light-secondary +{ + color: #fff; + background: -webkit-linear-gradient(60deg, #b8c2cc 0%, #dcdeec 100%); + background: -moz-linear-gradient(60deg, #b8c2cc 0%, #dcdeec 100%); + background: -o-linear-gradient(60deg, #b8c2cc 0%, #dcdeec 100%); + background: linear-gradient(30deg, #b8c2cc 0%, #dcdeec 100%); +} +.gradient-light-secondary:hover, +.gradient-light-secondary:active +{ + color: #fff; +} + +.bg-gradient-success +{ + color: #fff; + background: #0064fa; + background-image: -webkit-linear-gradient(60deg, #28c76f, rgba(40, 199, 111, .5)); + background-image: -moz-linear-gradient(60deg, #28c76f, rgba(40, 199, 111, .5)); + background-image: -o-linear-gradient(60deg, #28c76f, rgba(40, 199, 111, .5)); + background-image: linear-gradient(30deg, #28c76f, rgba(40, 199, 111, .5)); + background-repeat: repeat-x; +} +.bg-gradient-success:hover, +.bg-gradient-success:active +{ + color: #fff; +} + +.gradient-light-success +{ + color: #fff; + background: -webkit-linear-gradient(60deg, #28c76f 0%, #4ae9d3 100%); + background: -moz-linear-gradient(60deg, #28c76f 0%, #4ae9d3 100%); + background: -o-linear-gradient(60deg, #28c76f 0%, #4ae9d3 100%); + background: linear-gradient(30deg, #28c76f 0%, #4ae9d3 100%); +} +.gradient-light-success:hover, +.gradient-light-success:active +{ + color: #fff; +} + +.bg-gradient-info +{ + color: #fff; + background: #640064; + background-image: -webkit-linear-gradient(60deg, #00cfe8, rgba(0, 207, 232, .5)); + background-image: -moz-linear-gradient(60deg, #00cfe8, rgba(0, 207, 232, .5)); + background-image: -o-linear-gradient(60deg, #00cfe8, rgba(0, 207, 232, .5)); + background-image: linear-gradient(30deg, #00cfe8, rgba(0, 207, 232, .5)); + background-repeat: repeat-x; +} +.bg-gradient-info:hover, +.bg-gradient-info:active +{ + color: #fff; +} + +.gradient-light-info +{ + color: #fff; + background: -webkit-linear-gradient(60deg, #00cfe8 0%, #2d91ff 100%); + background: -moz-linear-gradient(60deg, #00cfe8 0%, #2d91ff 100%); + background: -o-linear-gradient(60deg, #00cfe8 0%, #2d91ff 100%); + background: linear-gradient(30deg, #00cfe8 0%, #2d91ff 100%); +} +.gradient-light-info:hover, +.gradient-light-info:active +{ + color: #fff; +} + +.bg-gradient-warning +{ + color: #fff; + background: #fafafa; + background-image: -webkit-linear-gradient(60deg, #ff9f43, rgba(255, 159, 67, .5)); + background-image: -moz-linear-gradient(60deg, #ff9f43, rgba(255, 159, 67, .5)); + background-image: -o-linear-gradient(60deg, #ff9f43, rgba(255, 159, 67, .5)); + background-image: linear-gradient(30deg, #ff9f43, rgba(255, 159, 67, .5)); + background-repeat: repeat-x; +} +.bg-gradient-warning:hover, +.bg-gradient-warning:active +{ + color: #fff; +} + +.gradient-light-warning +{ + color: #fff; + background: -webkit-linear-gradient(60deg, #ff9f43 0%, #fff487 100%); + background: -moz-linear-gradient(60deg, #ff9f43 0%, #fff487 100%); + background: -o-linear-gradient(60deg, #ff9f43 0%, #fff487 100%); + background: linear-gradient(30deg, #ff9f43 0%, #fff487 100%); +} +.gradient-light-warning:hover, +.gradient-light-warning:active +{ + color: #fff; +} + +.bg-gradient-danger +{ + color: #fff; + background: #640064; + background-image: -webkit-linear-gradient(60deg, #ea5455, rgba(234, 84, 85, .5)); + background-image: -moz-linear-gradient(60deg, #ea5455, rgba(234, 84, 85, .5)); + background-image: -o-linear-gradient(60deg, #ea5455, rgba(234, 84, 85, .5)); + background-image: linear-gradient(30deg, #ea5455, rgba(234, 84, 85, .5)); + background-repeat: repeat-x; +} +.bg-gradient-danger:hover, +.bg-gradient-danger:active +{ + color: #fff; +} + +.gradient-light-danger +{ + color: #fff; + background: -webkit-linear-gradient(60deg, #ea5455 0%, #f9b789 100%); + background: -moz-linear-gradient(60deg, #ea5455 0%, #f9b789 100%); + background: -o-linear-gradient(60deg, #ea5455 0%, #f9b789 100%); + background: linear-gradient(30deg, #ea5455 0%, #f9b789 100%); +} +.gradient-light-danger:hover, +.gradient-light-danger:active +{ + color: #fff; +} diff --git a/wwwjuba/app-assets/css/core/colors/palette-gradient.min.css b/wwwjuba/app-assets/css/core/colors/palette-gradient.min.css new file mode 100644 index 0000000..7332805 --- /dev/null +++ b/wwwjuba/app-assets/css/core/colors/palette-gradient.min.css @@ -0,0 +1 @@ +.bg-gradient-white{color:#fff;background-image:-webkit-linear-gradient(60deg,#fff,rgba(255,255,255,.5));background-image:-moz-linear-gradient(60deg,#fff,rgba(255,255,255,.5));background-image:-o-linear-gradient(60deg,#fff,rgba(255,255,255,.5));background-image:linear-gradient(30deg,#fff,rgba(255,255,255,.5));background-repeat:repeat-x}.bg-gradient-white:active,.bg-gradient-white:hover{color:#fff}.gradient-light-white{color:#fff;background:-webkit-linear-gradient(60deg,#fff 0,100%);background:-moz-linear-gradient(60deg,#fff 0,100%);background:-o-linear-gradient(60deg,#fff 0,100%);background:linear-gradient(30deg,#fff 0,100%)}.gradient-light-white:active,.gradient-light-white:hover{color:#fff}.bg-gradient-black{color:#fff;background-image:-webkit-linear-gradient(60deg,#000,rgba(0,0,0,.5));background-image:-moz-linear-gradient(60deg,#000,rgba(0,0,0,.5));background-image:-o-linear-gradient(60deg,#000,rgba(0,0,0,.5));background-image:linear-gradient(30deg,#000,rgba(0,0,0,.5));background-repeat:repeat-x}.bg-gradient-black:active,.bg-gradient-black:hover{color:#fff}.gradient-light-black{color:#fff;background:-webkit-linear-gradient(60deg,#000 0,100%);background:-moz-linear-gradient(60deg,#000 0,100%);background:-o-linear-gradient(60deg,#000 0,100%);background:linear-gradient(30deg,#000 0,100%)}.gradient-light-black:active,.gradient-light-black:hover{color:#fff}.bg-gradient-dark{color:#fff;background:repeat-x #640064;background-image:-webkit-linear-gradient(60deg,#1e1e1e,rgba(30,30,30,.5));background-image:-moz-linear-gradient(60deg,#1e1e1e,rgba(30,30,30,.5));background-image:-o-linear-gradient(60deg,#1e1e1e,rgba(30,30,30,.5));background-image:linear-gradient(30deg,#1e1e1e,rgba(30,30,30,.5))}.bg-gradient-dark:active,.bg-gradient-dark:hover{color:#fff}.gradient-light-dark{color:#fff;background:-webkit-linear-gradient(60deg,#1e1e1e 0,100%);background:-moz-linear-gradient(60deg,#1e1e1e 0,100%);background:-o-linear-gradient(60deg,#1e1e1e 0,100%);background:linear-gradient(30deg,#1e1e1e 0,100%)}.gradient-light-dark:active,.gradient-light-dark:hover{color:#fff}.bg-gradient-light{color:#fff;background:repeat-x #640064;background-image:-webkit-linear-gradient(60deg,#babfc7,rgba(186,191,199,.5));background-image:-moz-linear-gradient(60deg,#babfc7,rgba(186,191,199,.5));background-image:-o-linear-gradient(60deg,#babfc7,rgba(186,191,199,.5));background-image:linear-gradient(30deg,#babfc7,rgba(186,191,199,.5))}.bg-gradient-light:active,.bg-gradient-light:hover{color:#fff}.gradient-light-light{color:#fff;background:-webkit-linear-gradient(60deg,#babfc7 0,100%);background:-moz-linear-gradient(60deg,#babfc7 0,100%);background:-o-linear-gradient(60deg,#babfc7 0,100%);background:linear-gradient(30deg,#babfc7 0,100%)}.gradient-light-light:active,.gradient-light-light:hover{color:#fff}.bg-gradient-primary{color:#fff;background:repeat-x #640064;background-image:-webkit-linear-gradient(60deg,#7367f0,rgba(115,103,240,.5));background-image:-moz-linear-gradient(60deg,#7367f0,rgba(115,103,240,.5));background-image:-o-linear-gradient(60deg,#7367f0,rgba(115,103,240,.5));background-image:linear-gradient(30deg,#7367f0,rgba(115,103,240,.5))}.bg-gradient-primary:active,.bg-gradient-primary:hover{color:#fff}.gradient-light-primary{color:#fff;background:-webkit-linear-gradient(60deg,#7367f0 0,#ce9ffc 100%);background:-moz-linear-gradient(60deg,#7367f0 0,#ce9ffc 100%);background:-o-linear-gradient(60deg,#7367f0 0,#ce9ffc 100%);background:linear-gradient(30deg,#7367f0 0,#ce9ffc 100%)}.gradient-light-primary:active,.gradient-light-primary:hover{color:#fff}.bg-gradient-secondary{color:#fff;background:repeat-x #640064;background-image:-webkit-linear-gradient(60deg,#b8c2cc,rgba(184,194,204,.5));background-image:-moz-linear-gradient(60deg,#b8c2cc,rgba(184,194,204,.5));background-image:-o-linear-gradient(60deg,#b8c2cc,rgba(184,194,204,.5));background-image:linear-gradient(30deg,#b8c2cc,rgba(184,194,204,.5))}.bg-gradient-secondary:active,.bg-gradient-secondary:hover{color:#fff}.gradient-light-secondary{color:#fff;background:-webkit-linear-gradient(60deg,#b8c2cc 0,#dcdeec 100%);background:-moz-linear-gradient(60deg,#b8c2cc 0,#dcdeec 100%);background:-o-linear-gradient(60deg,#b8c2cc 0,#dcdeec 100%);background:linear-gradient(30deg,#b8c2cc 0,#dcdeec 100%)}.gradient-light-secondary:active,.gradient-light-secondary:hover{color:#fff}.bg-gradient-success{color:#fff;background:repeat-x #0064fa;background-image:-webkit-linear-gradient(60deg,#28c76f,rgba(40,199,111,.5));background-image:-moz-linear-gradient(60deg,#28c76f,rgba(40,199,111,.5));background-image:-o-linear-gradient(60deg,#28c76f,rgba(40,199,111,.5));background-image:linear-gradient(30deg,#28c76f,rgba(40,199,111,.5))}.bg-gradient-success:active,.bg-gradient-success:hover{color:#fff}.gradient-light-success{color:#fff;background:-webkit-linear-gradient(60deg,#28c76f 0,#4ae9d3 100%);background:-moz-linear-gradient(60deg,#28c76f 0,#4ae9d3 100%);background:-o-linear-gradient(60deg,#28c76f 0,#4ae9d3 100%);background:linear-gradient(30deg,#28c76f 0,#4ae9d3 100%)}.gradient-light-success:active,.gradient-light-success:hover{color:#fff}.bg-gradient-info{color:#fff;background:repeat-x #640064;background-image:-webkit-linear-gradient(60deg,#00cfe8,rgba(0,207,232,.5));background-image:-moz-linear-gradient(60deg,#00cfe8,rgba(0,207,232,.5));background-image:-o-linear-gradient(60deg,#00cfe8,rgba(0,207,232,.5));background-image:linear-gradient(30deg,#00cfe8,rgba(0,207,232,.5))}.bg-gradient-info:active,.bg-gradient-info:hover{color:#fff}.gradient-light-info{color:#fff;background:-webkit-linear-gradient(60deg,#00cfe8 0,#2d91ff 100%);background:-moz-linear-gradient(60deg,#00cfe8 0,#2d91ff 100%);background:-o-linear-gradient(60deg,#00cfe8 0,#2d91ff 100%);background:linear-gradient(30deg,#00cfe8 0,#2d91ff 100%)}.gradient-light-info:active,.gradient-light-info:hover{color:#fff}.bg-gradient-warning{color:#fff;background:repeat-x #fafafa;background-image:-webkit-linear-gradient(60deg,#ff9f43,rgba(255,159,67,.5));background-image:-moz-linear-gradient(60deg,#ff9f43,rgba(255,159,67,.5));background-image:-o-linear-gradient(60deg,#ff9f43,rgba(255,159,67,.5));background-image:linear-gradient(30deg,#ff9f43,rgba(255,159,67,.5))}.bg-gradient-warning:active,.bg-gradient-warning:hover{color:#fff}.gradient-light-warning{color:#fff;background:-webkit-linear-gradient(60deg,#ff9f43 0,#fff487 100%);background:-moz-linear-gradient(60deg,#ff9f43 0,#fff487 100%);background:-o-linear-gradient(60deg,#ff9f43 0,#fff487 100%);background:linear-gradient(30deg,#ff9f43 0,#fff487 100%)}.gradient-light-warning:active,.gradient-light-warning:hover{color:#fff}.bg-gradient-danger{color:#fff;background:repeat-x #640064;background-image:-webkit-linear-gradient(60deg,#ea5455,rgba(234,84,85,.5));background-image:-moz-linear-gradient(60deg,#ea5455,rgba(234,84,85,.5));background-image:-o-linear-gradient(60deg,#ea5455,rgba(234,84,85,.5));background-image:linear-gradient(30deg,#ea5455,rgba(234,84,85,.5))}.bg-gradient-danger:active,.bg-gradient-danger:hover{color:#fff}.gradient-light-danger{color:#fff;background:-webkit-linear-gradient(60deg,#ea5455 0,#f9b789 100%);background:-moz-linear-gradient(60deg,#ea5455 0,#f9b789 100%);background:-o-linear-gradient(60deg,#ea5455 0,#f9b789 100%);background:linear-gradient(30deg,#ea5455 0,#f9b789 100%)}.gradient-light-danger:active,.gradient-light-danger:hover{color:#fff} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/core/colors/palette-noui.css b/wwwjuba/app-assets/css/core/colors/palette-noui.css new file mode 100644 index 0000000..cd3fea6 --- /dev/null +++ b/wwwjuba/app-assets/css/core/colors/palette-noui.css @@ -0,0 +1,209 @@ +.slider-white .noUi-connect +{ + background: #fff !important; +} + +.slider-white.noUi-connect +{ + background: #fff !important; +} + +.slider-white .noUi-handle +{ + border-color: #fff !important; +} + +.slider-white.circle-filled .noUi-handle, +.slider-white.square .noUi-handle +{ + background: #fff !important; +} + +.slider-black .noUi-connect +{ + background: #000 !important; +} + +.slider-black.noUi-connect +{ + background: #000 !important; +} + +.slider-black .noUi-handle +{ + border-color: #000 !important; +} + +.slider-black.circle-filled .noUi-handle, +.slider-black.square .noUi-handle +{ + background: #000 !important; +} + +.slider-dark .noUi-connect +{ + background: #1e1e1e !important; +} + +.slider-dark.noUi-connect +{ + background: #1e1e1e !important; +} + +.slider-dark .noUi-handle +{ + border-color: #1e1e1e !important; +} + +.slider-dark.circle-filled .noUi-handle, +.slider-dark.square .noUi-handle +{ + background: #1e1e1e !important; +} + +.slider-light .noUi-connect +{ + background: #babfc7 !important; +} + +.slider-light.noUi-connect +{ + background: #babfc7 !important; +} + +.slider-light .noUi-handle +{ + border-color: #babfc7 !important; +} + +.slider-light.circle-filled .noUi-handle, +.slider-light.square .noUi-handle +{ + background: #babfc7 !important; +} + +.slider-primary .noUi-connect +{ + background: #7367f0 !important; +} + +.slider-primary.noUi-connect +{ + background: #7367f0 !important; +} + +.slider-primary .noUi-handle +{ + border-color: #7367f0 !important; +} + +.slider-primary.circle-filled .noUi-handle, +.slider-primary.square .noUi-handle +{ + background: #7367f0 !important; +} + +.slider-secondary .noUi-connect +{ + background: #b8c2cc !important; +} + +.slider-secondary.noUi-connect +{ + background: #b8c2cc !important; +} + +.slider-secondary .noUi-handle +{ + border-color: #b8c2cc !important; +} + +.slider-secondary.circle-filled .noUi-handle, +.slider-secondary.square .noUi-handle +{ + background: #b8c2cc !important; +} + +.slider-success .noUi-connect +{ + background: #28c76f !important; +} + +.slider-success.noUi-connect +{ + background: #28c76f !important; +} + +.slider-success .noUi-handle +{ + border-color: #28c76f !important; +} + +.slider-success.circle-filled .noUi-handle, +.slider-success.square .noUi-handle +{ + background: #28c76f !important; +} + +.slider-info .noUi-connect +{ + background: #00cfe8 !important; +} + +.slider-info.noUi-connect +{ + background: #00cfe8 !important; +} + +.slider-info .noUi-handle +{ + border-color: #00cfe8 !important; +} + +.slider-info.circle-filled .noUi-handle, +.slider-info.square .noUi-handle +{ + background: #00cfe8 !important; +} + +.slider-warning .noUi-connect +{ + background: #ff9f43 !important; +} + +.slider-warning.noUi-connect +{ + background: #ff9f43 !important; +} + +.slider-warning .noUi-handle +{ + border-color: #ff9f43 !important; +} + +.slider-warning.circle-filled .noUi-handle, +.slider-warning.square .noUi-handle +{ + background: #ff9f43 !important; +} + +.slider-danger .noUi-connect +{ + background: #ea5455 !important; +} + +.slider-danger.noUi-connect +{ + background: #ea5455 !important; +} + +.slider-danger .noUi-handle +{ + border-color: #ea5455 !important; +} + +.slider-danger.circle-filled .noUi-handle, +.slider-danger.square .noUi-handle +{ + background: #ea5455 !important; +} diff --git a/wwwjuba/app-assets/css/core/colors/palette-noui.min.css b/wwwjuba/app-assets/css/core/colors/palette-noui.min.css new file mode 100644 index 0000000..070f312 --- /dev/null +++ b/wwwjuba/app-assets/css/core/colors/palette-noui.min.css @@ -0,0 +1 @@ +.slider-white .noUi-connect,.slider-white.circle-filled .noUi-handle,.slider-white.noUi-connect,.slider-white.square .noUi-handle{background:#fff!important}.slider-white .noUi-handle{border-color:#fff!important}.slider-black .noUi-connect,.slider-black.circle-filled .noUi-handle,.slider-black.noUi-connect,.slider-black.square .noUi-handle{background:#000!important}.slider-black .noUi-handle{border-color:#000!important}.slider-dark .noUi-connect,.slider-dark.circle-filled .noUi-handle,.slider-dark.noUi-connect,.slider-dark.square .noUi-handle{background:#1e1e1e!important}.slider-dark .noUi-handle{border-color:#1e1e1e!important}.slider-light .noUi-connect,.slider-light.circle-filled .noUi-handle,.slider-light.noUi-connect,.slider-light.square .noUi-handle{background:#babfc7!important}.slider-light .noUi-handle{border-color:#babfc7!important}.slider-primary .noUi-connect,.slider-primary.circle-filled .noUi-handle,.slider-primary.noUi-connect,.slider-primary.square .noUi-handle{background:#7367f0!important}.slider-primary .noUi-handle{border-color:#7367f0!important}.slider-secondary .noUi-connect,.slider-secondary.circle-filled .noUi-handle,.slider-secondary.noUi-connect,.slider-secondary.square .noUi-handle{background:#b8c2cc!important}.slider-secondary .noUi-handle{border-color:#b8c2cc!important}.slider-success .noUi-connect,.slider-success.circle-filled .noUi-handle,.slider-success.noUi-connect,.slider-success.square .noUi-handle{background:#28c76f!important}.slider-success .noUi-handle{border-color:#28c76f!important}.slider-info .noUi-connect,.slider-info.circle-filled .noUi-handle,.slider-info.noUi-connect,.slider-info.square .noUi-handle{background:#00cfe8!important}.slider-info .noUi-handle{border-color:#00cfe8!important}.slider-warning .noUi-connect,.slider-warning.circle-filled .noUi-handle,.slider-warning.noUi-connect,.slider-warning.square .noUi-handle{background:#ff9f43!important}.slider-warning .noUi-handle{border-color:#ff9f43!important}.slider-danger .noUi-connect,.slider-danger.circle-filled .noUi-handle,.slider-danger.noUi-connect,.slider-danger.square .noUi-handle{background:#ea5455!important}.slider-danger .noUi-handle{border-color:#ea5455!important} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/core/colors/palette-variables.css b/wwwjuba/app-assets/css/core/colors/palette-variables.css new file mode 100644 index 0000000..e69de29 diff --git a/wwwjuba/app-assets/css/core/colors/palette-variables.min.css b/wwwjuba/app-assets/css/core/colors/palette-variables.min.css new file mode 100644 index 0000000..e69de29 diff --git a/wwwjuba/app-assets/css/core/menu/menu-types/vertical-menu.css b/wwwjuba/app-assets/css/core/menu/menu-types/vertical-menu.css new file mode 100644 index 0000000..d3c35ce --- /dev/null +++ b/wwwjuba/app-assets/css/core/menu/menu-types/vertical-menu.css @@ -0,0 +1,764 @@ +/*========================================================================================= + File Name: vertical-menu-modern.scss + Description: A calssic vertical modern style menu with expand and collops support. It support + light & dark version, filpped layout, right side icons, native scroll and borders menu + item seperation. + ---------------------------------------------------------------------------------------- + Item Name: Vuesax HTML Admin Template + Version: 1.1 + Author: PIXINVENT + Author URL: http://www.themeforest.net/user/pixinvent +==========================================================================================*/ +/*======================================================== + DARK LAYOUT +=========================================================*/ +body.vertical-layout.vertical-menu-modern .main-menu .navigation > li > a > i +{ + font-size: 1.2rem; + + float: left; + + margin-right: 1rem; +} + +body.vertical-layout.vertical-menu-modern .main-menu .navigation .menu-content > li > a > i +{ + font-size: .8rem; + + margin-right: 1.38rem; +} + +body.vertical-layout.vertical-menu-modern .toggle-icon +{ + margin-right: .425rem; +} + +@media (min-width: 576px) +{ + body.vertical-layout.vertical-menu-modern.menu-flipped .main-menu + { + right: 0; + } +} + +body.vertical-layout.vertical-menu-modern .navbar .navbar-brand +{ + white-space: nowrap; +} + +body.vertical-layout.vertical-menu-modern .navbar .navbar-header .nav-toggle +{ + position: absolute; + right: 0; +} + +body.vertical-layout.vertical-menu-modern .main-menu +{ + -webkit-transition: .4s cubic-bezier(.25, .8, .25, 1); + -moz-transition: .4s cubic-bezier(.25, .8, .25, 1); + -o-transition: .4s cubic-bezier(.25, .8, .25, 1); + transition: .4s cubic-bezier(.25, .8, .25, 1); + -webkit-transform: translate3d(0, 0, 0); + -moz-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + + -webkit-backface-visibility: hidden; + -moz-backface-visibility: hidden; + backface-visibility: hidden; +} + +body.vertical-layout.vertical-menu-modern.menu-expanded .navbar .navbar-header +{ + float: left; + + width: 260px; +} + +body.vertical-layout.vertical-menu-modern.menu-expanded .navbar .navbar-brand .brand-text +{ + -webkit-animation: .3s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 fadein; + -moz-animation: .3s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 fadein; + -o-animation: .3s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 fadein; + animation: .3s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 fadein; +} + +body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu +{ + width: 260px; +} +body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation .navigation-header .icon-minus +{ + display: none; +} +body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation > li > a > i +{ + float: left; + + margin-right: 1rem; +} +body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation > li > a > i:before +{ + font-size: 1.429rem; +} +body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation > li > a > span +{ + -webkit-animation: .3s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 fadein; + -moz-animation: .3s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 fadein; + -o-animation: .3s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 fadein; + animation: .3s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 fadein; +} +body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation > li > a > span.badge +{ + position: absolute; + right: 20px; +} +body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation li.has-sub > a:not(.mm-next):after +{ + font-family: 'FontAwesome'; + font-size: 1.1rem; + + position: absolute; + top: 10px; + right: 25px; + + display: inline-block; + + content: '\f105'; + transition: -webkit-transform .2s ease-in-out; + -webkit-transform: rotate(0deg); + -moz-transform: rotate(0deg); + -ms-transform: rotate(0deg); + -o-transform: rotate(0deg); + transform: rotate(0deg); +} +body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation li.open > a:not(.mm-next):after +{ + -webkit-transform: rotate(90deg); + -moz-transform: rotate(90deg); + -ms-transform: rotate(90deg); + -o-transform: rotate(90deg); + transform: rotate(90deg); +} +body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .main-menu-footer +{ + width: 260px; +} + +body.vertical-layout.vertical-menu-modern.menu-expanded .footer +{ + margin-left: 260px; +} + +body.vertical-layout.vertical-menu-modern.menu-collapsed .navbar .navbar-header +{ + float: left; + + width: 80px; +} +body.vertical-layout.vertical-menu-modern.menu-collapsed .navbar .navbar-header .modern-nav-toggle +{ + display: none; +} +body.vertical-layout.vertical-menu-modern.menu-collapsed .navbar .navbar-header.expanded +{ + z-index: 1000; + + width: 260px; +} +body.vertical-layout.vertical-menu-modern.menu-collapsed .navbar .navbar-header.expanded .modern-nav-toggle +{ + display: block; +} +body.vertical-layout.vertical-menu-modern.menu-collapsed .navbar .navbar-header.expanded .navbar-brand .brand-text +{ + -webkit-animation: .3s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 fadein; + -moz-animation: .3s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 fadein; + -o-animation: .3s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 fadein; + animation: .3s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 fadein; +} +body.vertical-layout.vertical-menu-modern.menu-collapsed .navbar .navbar-header .navbar-brand .brand-text +{ + -webkit-animation: .3s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 fadeout; + -moz-animation: .3s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 fadeout; + -o-animation: .3s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 fadeout; + animation: .3s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 fadeout; +} + +body.vertical-layout.vertical-menu-modern.menu-collapsed .navbar .navbar-brand +{ + padding: 15px 0; +} + +body.vertical-layout.vertical-menu-modern.menu-collapsed .navbar.fixed-top +{ + left: 80px; +} + +body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu +{ + width: 80px; + + -webkit-transition: 300ms ease all; + -moz-transition: 300ms ease all; + -o-transition: 300ms ease all; + transition: 300ms ease all; + -webkit-transform: translate3d(0, 0, 0); + -moz-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + + -webkit-backface-visibility: hidden; + -moz-backface-visibility: hidden; + backface-visibility: hidden; +} +body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .main-menu-footer +{ + width: 80px; +} +body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .main-menu-footer, +body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .main-menu-header .media-body .media-heading, +body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .main-menu-header .media-body .text-muted, +body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .main-menu-header .media-right +{ + display: none; +} +body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .main-menu-header .media-body +{ + opacity: 0; +} +body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navbar-header .brand-text, +body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .modern-nav-toggle +{ + display: none; +} +body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .user-content +{ + padding: 20px 10px; +} +body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu:not(.expanded) .navigation-header +{ + margin: 0; +} +body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu:not(.expanded) .navigation li a +{ + line-height: 1; +} +body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu:not(.expanded) .navigation li:last-child +{ + margin-bottom: 1.25rem !important; +} +body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu:not(.expanded) .navigation li.active a +{ + color: #565656; + background: whitesmoke; + -webkit-box-shadow: none; + box-shadow: none; +} +body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation +{ + overflow: visible; +} +body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation > li.navigation-header .icon-minus +{ + font-size: 1.2rem; + + display: block; +} +body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation > li.navigation-header span +{ + display: none; +} +body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation > li > a +{ + text-overflow: inherit; +} +body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation > li > a > span +{ + -webkit-animation: .3s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 fadeout; + -moz-animation: .3s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 fadeout; + -o-animation: .3s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 fadeout; + animation: .3s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 fadeout; +} +body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation > li > a > span.badge +{ + float: none !important; +} +body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation > li > a i +{ + float: left; + + margin-right: 1rem; +} +body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation > li > a i:before +{ + font-size: 1.429rem; +} +body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .mTSWrapper +{ + overflow: visible; +} +body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded +{ + width: 260px; +} +body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navigation > li.navigation-header .icon-minus +{ + display: none; +} +body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navigation > li.navigation-header span +{ + display: block; +} +body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navigation > li > a > span +{ + -webkit-animation: .3s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 fadein; + -moz-animation: .3s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 fadein; + -o-animation: .3s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 fadein; + animation: .3s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 fadein; +} +body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navigation > li > a > span.badge +{ + position: absolute; + right: 20px; +} +body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navigation li.has-sub > a:not(.mm-next):after +{ + font-family: 'FontAwesome'; + font-size: 1rem; + + position: absolute; + top: 10px; + right: 25px; + + display: inline-block; + + content: '\f105'; + transition: -webkit-transform .2s ease-in-out; + -webkit-transform: rotate(0deg); + -moz-transform: rotate(0deg); + -ms-transform: rotate(0deg); + -o-transform: rotate(0deg); + transform: rotate(0deg); +} +body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navigation li.open > a:not(.mm-next):after +{ + -webkit-transform: rotate(90deg); + -moz-transform: rotate(90deg); + -ms-transform: rotate(90deg); + -o-transform: rotate(90deg); + transform: rotate(90deg); +} +body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navbar-header .brand-text +{ + display: inline; +} +body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .modern-nav-toggle +{ + display: block; +} + +body.vertical-layout.vertical-menu-modern.menu-collapsed .app-content, +body.vertical-layout.vertical-menu-modern.menu-collapsed .footer +{ + margin-left: 80px; +} + +body.vertical-layout.vertical-menu-modern.menu-collapsed .app-content .header-navbar.floating-nav +{ + width: -webkit-calc(100% - 4.4rem - 80px); + width: -moz-calc(100% - 4.4rem - 80px); + width: calc(100% - 4.4rem - 80px); +} + +body.vertical-layout.vertical-menu-modern.menu-collapsed.menu-flipped .content +{ + margin: 0; + margin-right: 80px; +} + +@media (min-width: 576px) +{ + body.vertical-layout.vertical-menu-modern.menu-collapsed.menu-flipped .main-menu + { + right: 0; + } + body.vertical-layout.vertical-menu-modern.menu-collapsed.menu-flipped .main-menu span.menu-title + { + right: 80px; + } + body.vertical-layout.vertical-menu-modern.menu-collapsed.menu-flipped .main-menu ul.menu-content + { + right: 80px; + left: inherit; + } +} + +body.vertical-layout.vertical-menu-modern.menu-collapsed.menu-flipped .navbar .navbar-header +{ + float: right; +} + +body.vertical-layout.vertical-menu-modern.menu-collapsed.menu-flipped .navbar .navbar-container +{ + margin: 0; + margin-right: 80px; +} + +body.vertical-layout.vertical-menu-modern.menu-collapsed.menu-flipped .footer +{ + margin: 0; + margin-right: 80px; +} + +[data-textdirection='rtl'] body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation > li > a +{ + padding: 14px 16px !important; +} + +[data-textdirection='rtl'] body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation > li.navigation-header .icon-minus +{ + padding: 12px 0; +} + +@media (min-width: 992px) +{ + body.vertical-layout.vertical-menu-modern .main-menu + { + width: 260px; + } + body.vertical-layout.vertical-menu-modern .main-menu .navigation li.navigation-header .icon-minus + { + display: none; + } + body.vertical-layout.vertical-menu-modern .navbar .navbar-header + { + width: 260px; + } + body.vertical-layout.vertical-menu-modern .footer + { + margin-left: 260px; + } + body.vertical-layout.vertical-menu-modern.menu-flipped .content + { + margin: 0; + margin-right: 260px; + } + body.vertical-layout.vertical-menu-modern.menu-flipped .navbar .navbar-header + { + float: right; + } + body.vertical-layout.vertical-menu-modern.menu-flipped .navbar .navbar-container + { + margin: 0; + margin-right: 260px; + } + body.vertical-layout.vertical-menu-modern.menu-flipped .footer + { + margin: 0; + margin-right: 260px; + } +} + +@media (max-width: 1199.98px) +{ + body.vertical-layout.vertical-menu-modern .main-menu + { + width: 0; + } + body.vertical-layout.vertical-menu-modern .main-menu .navigation > li > a > span + { + -webkit-animation: .1s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 fadeout; + -moz-animation: .1s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 fadeout; + -o-animation: .1s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 fadeout; + animation: .1s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 fadeout; + } + body.vertical-layout.vertical-menu-modern .main-menu .navigation li.navigation-header span + { + display: none; + } + body.vertical-layout.vertical-menu-modern .navbar .navbar-header + { + width: 0; + } + body.vertical-layout.vertical-menu-modern .content, + body.vertical-layout.vertical-menu-modern .footer + { + margin-left: 0; + } + body.vertical-layout.vertical-overlay-menu .app-content .header-navbar.floating-nav + { + width: -webkit-calc(100% - 4.4rem); + width: -moz-calc(100% - 4.4rem); + width: calc(100% - 4.4rem); + } +} + +@media (max-width: 767.98px) +{ + body.vertical-layout.vertical-menu-modern .main-menu + { + width: 0; + } + body.vertical-layout.vertical-menu-modern .navbar .navbar-header + { + width: 0; + } + body.vertical-layout.vertical-menu-modern .content, + body.vertical-layout.vertical-menu-modern .footer + { + margin-left: 0; + } +} + +@-webkit-keyframes fadein +{ + from + { + opacity: 0; + } + to + { + opacity: 1; + } +} + +@-moz-keyframes fadein +{ + from + { + opacity: 0; + } + to + { + opacity: 1; + } +} + +@-o-keyframes fadein +{ + from + { + opacity: 0; + } + to + { + opacity: 1; + } +} + +@keyframes fadein +{ + from + { + opacity: 0; + } + to + { + opacity: 1; + } +} + +@-webkit-keyframes fadeout +{ + from + { + opacity: 1; + } + to + { + opacity: 0; + } +} + +@-moz-keyframes fadeout +{ + from + { + opacity: 1; + } + to + { + opacity: 0; + } +} + +@-o-keyframes fadeout +{ + from + { + opacity: 1; + } + to + { + opacity: 0; + } +} + +@keyframes fadeout +{ + from + { + opacity: 1; + } + to + { + opacity: 0; + } +} + +@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) +{ + body.vertical-menu-modern.vertical-layout .main-menu .navigation > li > a > span + { + -webkit-animation: none; + -moz-animation: none; + -o-animation: none; + animation: none; + } +} + +/*========================================================================================= + File Name: vertical-overlay-menu.scss + Description: A overlay style vertical menu with show and hide support. It support + light & dark version, filpped layout, right side icons, native scroll and borders menu + item seperation. + ---------------------------------------------------------------------------------------- + Item Name: Vuesax HTML Admin Template + Version: 1.1 + Author: PIXINVENT + Author URL: http://www.themeforest.net/user/pixinvent +==========================================================================================*/ +/*======================================================== + DARK LAYOUT +=========================================================*/ +.vertical-overlay-menu .content +{ + margin-left: 0; +} + +.vertical-overlay-menu .navbar .navbar-header +{ + float: left; + + width: 260px; +} + +.vertical-overlay-menu .main-menu, +.vertical-overlay-menu.menu-hide .main-menu +{ + left: -260px; + + width: 260px; + + -webkit-transition: width .25s,opacity .25s,-webkit-transform .25s; + -moz-transition: width .25s,opacity .25s,transform .25s,-moz-transform .25s; + -o-transition: width .25s,opacity .25s,-o-transform .25s; + transition: width .25s,opacity .25s,-webkit-transform .25s; + transition: width .25s,opacity .25s,transform .25s; + transition: width .25s,opacity .25s,transform .25s,-webkit-transform .25s,-moz-transform .25s,-o-transform .25s; + -webkit-transform: translate3d(0, 0, 0); + -moz-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + + opacity: 0; +} +.vertical-overlay-menu .main-menu .navigation .navigation-header .icon-minus +{ + display: none; +} +.vertical-overlay-menu .main-menu .navigation > li > a > i +{ + float: left; + + margin-right: 14px; +} +.vertical-overlay-menu .main-menu .navigation > li > a > i:before +{ + font-size: 1.429rem; + + -webkit-transition: 200ms ease all; + -moz-transition: 200ms ease all; + -o-transition: 200ms ease all; + transition: 200ms ease all; +} +.vertical-overlay-menu .main-menu .navigation li.has-sub > a:not(.mm-next):after +{ + font-family: 'FontAwesome'; + font-size: 1rem; + + position: absolute; + top: 10px; + right: 25px; + + display: inline-block; + + content: '\f105'; + transition: -webkit-transform .2s ease-in-out; + -webkit-transform: rotate(0deg); + -moz-transform: rotate(0deg); + -ms-transform: rotate(0deg); + -o-transform: rotate(0deg); + transform: rotate(0deg); +} +.vertical-overlay-menu .main-menu .navigation li.open > a:not(.mm-next):after +{ + -webkit-transform: rotate(90deg); + -moz-transform: rotate(90deg); + -ms-transform: rotate(90deg); + -o-transform: rotate(90deg); + transform: rotate(90deg); +} +.vertical-overlay-menu .main-menu .main-menu-footer +{ + bottom: 55px; +} +.vertical-overlay-menu .main-menu .main-menu-footer +{ + width: 260px; +} + +.vertical-overlay-menu.menu-open .main-menu +{ + -webkit-transition: width .25s,opacity .25s,-webkit-transform .25s; + -moz-transition: width .25s,opacity .25s,transform .25s,-moz-transform .25s; + -o-transition: width .25s,opacity .25s,-o-transform .25s; + transition: width .25s,opacity .25s,-webkit-transform .25s; + transition: width .25s,opacity .25s,transform .25s; + transition: width .25s,opacity .25s,transform .25s,-webkit-transform .25s,-moz-transform .25s,-o-transform .25s; + -webkit-transform: translate3d(260px, 0, 0); + -moz-transform: translate3d(260px, 0, 0); + transform: translate3d(260px, 0, 0); + + opacity: 1; +} + +.vertical-overlay-menu.menu-flipped .main-menu +{ + right: -260px; + left: inherit; +} + +.vertical-overlay-menu.menu-flipped .navbar .navbar-container +{ + margin: 0; + margin-right: 260px; +} + +.vertical-overlay-menu.menu-flipped .navbar .navbar-header +{ + float: right; +} + +.vertical-overlay-menu.menu-flipped.menu-open .main-menu +{ + -webkit-transform: translate3d(-260px, 0, 0); + -moz-transform: translate3d(-260px, 0, 0); + transform: translate3d(-260px, 0, 0); +} + +@media (max-width: 991.98px) +{ + .vertical-overlay-menu .main-menu .main-menu-footer + { + bottom: 0; + } +} diff --git a/wwwjuba/app-assets/css/core/menu/menu-types/vertical-menu.min.css b/wwwjuba/app-assets/css/core/menu/menu-types/vertical-menu.min.css new file mode 100644 index 0000000..932d795 --- /dev/null +++ b/wwwjuba/app-assets/css/core/menu/menu-types/vertical-menu.min.css @@ -0,0 +1 @@ +body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation>li>a>span,body.vertical-layout.vertical-menu-modern.menu-expanded .navbar .navbar-brand .brand-text{-webkit-animation:.3s cubic-bezier(.25,.8,.25,1) 0s normal forwards 1 fadein;-moz-animation:.3s cubic-bezier(.25,.8,.25,1) 0s normal forwards 1 fadein;-o-animation:.3s cubic-bezier(.25,.8,.25,1) 0s normal forwards 1 fadein}body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu,body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .main-menu-footer{width:260px}body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .mTSWrapper,body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation{overflow:visible}body.vertical-layout.vertical-menu-modern .main-menu .navigation>li>a>i{font-size:1.2rem;float:left;margin-right:1rem}body.vertical-layout.vertical-menu-modern .main-menu .navigation .menu-content>li>a>i{font-size:.8rem;margin-right:1.38rem}body.vertical-layout.vertical-menu-modern .toggle-icon{margin-right:.425rem}@media (min-width:576px){body.vertical-layout.vertical-menu-modern.menu-flipped .main-menu{right:0}}body.vertical-layout.vertical-menu-modern .navbar .navbar-brand{white-space:nowrap}body.vertical-layout.vertical-menu-modern .navbar .navbar-header .nav-toggle{position:absolute;right:0}body.vertical-layout.vertical-menu-modern .main-menu{-webkit-transition:.4s cubic-bezier(.25,.8,.25,1);-moz-transition:.4s cubic-bezier(.25,.8,.25,1);-o-transition:.4s cubic-bezier(.25,.8,.25,1);transition:.4s cubic-bezier(.25,.8,.25,1);-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}body.vertical-layout.vertical-menu-modern.menu-expanded .navbar .navbar-header{float:left;width:260px}body.vertical-layout.vertical-menu-modern.menu-expanded .navbar .navbar-brand .brand-text{animation:.3s cubic-bezier(.25,.8,.25,1) 0s normal forwards 1 fadein}body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation .navigation-header .icon-minus{display:none}body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation>li>a>i{float:left;margin-right:1rem}body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation>li>a>i:before{font-size:1.429rem}body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation>li>a>span{animation:.3s cubic-bezier(.25,.8,.25,1) 0s normal forwards 1 fadein}body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation>li>a>span.badge{position:absolute;right:20px}body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation li.has-sub>a:not(.mm-next):after{font-family:FontAwesome;font-size:1.1rem;position:absolute;top:10px;right:25px;display:inline-block;content:'\f105';transition:-webkit-transform .2s ease-in-out;-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation li.open>a:not(.mm-next):after{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}body.vertical-layout.vertical-menu-modern.menu-expanded .footer{margin-left:260px}body.vertical-layout.vertical-menu-modern.menu-collapsed .navbar .navbar-header{float:left;width:80px}body.vertical-layout.vertical-menu-modern.menu-collapsed .navbar .navbar-header .modern-nav-toggle{display:none}body.vertical-layout.vertical-menu-modern.menu-collapsed .navbar .navbar-header.expanded{z-index:1000;width:260px}body.vertical-layout.vertical-menu-modern.menu-collapsed .navbar .navbar-header.expanded .modern-nav-toggle{display:block}body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .main-menu-footer,body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .main-menu-header .media-body .media-heading,body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .main-menu-header .media-body .text-muted,body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .main-menu-header .media-right,body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .modern-nav-toggle,body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navbar-header .brand-text{display:none}body.vertical-layout.vertical-menu-modern.menu-collapsed .navbar .navbar-header.expanded .navbar-brand .brand-text{-webkit-animation:.3s cubic-bezier(.25,.8,.25,1) 0s normal forwards 1 fadein;-moz-animation:.3s cubic-bezier(.25,.8,.25,1) 0s normal forwards 1 fadein;-o-animation:.3s cubic-bezier(.25,.8,.25,1) 0s normal forwards 1 fadein;animation:.3s cubic-bezier(.25,.8,.25,1) 0s normal forwards 1 fadein}body.vertical-layout.vertical-menu-modern.menu-collapsed .navbar .navbar-header .navbar-brand .brand-text{-webkit-animation:.3s cubic-bezier(.25,.8,.25,1) 0s normal forwards 1 fadeout;-moz-animation:.3s cubic-bezier(.25,.8,.25,1) 0s normal forwards 1 fadeout;-o-animation:.3s cubic-bezier(.25,.8,.25,1) 0s normal forwards 1 fadeout;animation:.3s cubic-bezier(.25,.8,.25,1) 0s normal forwards 1 fadeout}body.vertical-layout.vertical-menu-modern.menu-collapsed .navbar .navbar-brand{padding:15px 0}body.vertical-layout.vertical-menu-modern.menu-collapsed .navbar.fixed-top{left:80px}body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu{width:80px;-webkit-transition:.3s ease all;-moz-transition:.3s ease all;-o-transition:.3s ease all;transition:.3s ease all;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .main-menu-footer{width:80px}body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .main-menu-header .media-body{opacity:0}body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .user-content{padding:20px 10px}body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu:not(.expanded) .navigation-header{margin:0}body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu:not(.expanded) .navigation li a{line-height:1}body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu:not(.expanded) .navigation li:last-child{margin-bottom:1.25rem!important}body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu:not(.expanded) .navigation li.active a{color:#565656;background:#f5f5f5;-webkit-box-shadow:none;box-shadow:none}body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation>li.navigation-header .icon-minus{font-size:1.2rem;display:block}body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation>li.navigation-header span,body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navigation>li.navigation-header .icon-minus{display:none}body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation>li>a{text-overflow:inherit}body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation>li>a>span{-webkit-animation:.3s cubic-bezier(.25,.8,.25,1) 0s normal forwards 1 fadeout;-moz-animation:.3s cubic-bezier(.25,.8,.25,1) 0s normal forwards 1 fadeout;-o-animation:.3s cubic-bezier(.25,.8,.25,1) 0s normal forwards 1 fadeout;animation:.3s cubic-bezier(.25,.8,.25,1) 0s normal forwards 1 fadeout}body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation>li>a>span.badge{float:none!important}body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation>li>a i{float:left;margin-right:1rem}body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation>li>a i:before{font-size:1.429rem}body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded{width:260px}body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navigation>li.navigation-header span{display:block}body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navigation>li>a>span{-webkit-animation:.3s cubic-bezier(.25,.8,.25,1) 0s normal forwards 1 fadein;-moz-animation:.3s cubic-bezier(.25,.8,.25,1) 0s normal forwards 1 fadein;-o-animation:.3s cubic-bezier(.25,.8,.25,1) 0s normal forwards 1 fadein;animation:.3s cubic-bezier(.25,.8,.25,1) 0s normal forwards 1 fadein}body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navigation>li>a>span.badge{position:absolute;right:20px}body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navigation li.has-sub>a:not(.mm-next):after{font-family:FontAwesome;font-size:1rem;position:absolute;top:10px;right:25px;display:inline-block;content:'\f105';transition:-webkit-transform .2s ease-in-out;-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navigation li.open>a:not(.mm-next):after{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navbar-header .brand-text{display:inline}body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .modern-nav-toggle{display:block}body.vertical-layout.vertical-menu-modern.menu-collapsed .app-content,body.vertical-layout.vertical-menu-modern.menu-collapsed .footer{margin-left:80px}body.vertical-layout.vertical-menu-modern.menu-collapsed.menu-flipped .content,body.vertical-layout.vertical-menu-modern.menu-collapsed.menu-flipped .footer,body.vertical-layout.vertical-menu-modern.menu-collapsed.menu-flipped .navbar .navbar-container{margin:0 80px 0 0}body.vertical-layout.vertical-menu-modern.menu-collapsed .app-content .header-navbar.floating-nav{width:-webkit-calc(100% - 4.4rem - 80px);width:-moz-calc(100% - 4.4rem - 80px);width:calc(100% - 4.4rem - 80px)}@media (min-width:576px){body.vertical-layout.vertical-menu-modern.menu-collapsed.menu-flipped .main-menu{right:0}body.vertical-layout.vertical-menu-modern.menu-collapsed.menu-flipped .main-menu span.menu-title{right:80px}body.vertical-layout.vertical-menu-modern.menu-collapsed.menu-flipped .main-menu ul.menu-content{right:80px;left:inherit}}body.vertical-layout.vertical-menu-modern.menu-collapsed.menu-flipped .navbar .navbar-header{float:right}[data-textdirection=rtl] body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation>li>a{padding:14px 16px!important}[data-textdirection=rtl] body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation>li.navigation-header .icon-minus{padding:12px 0}@media (min-width:992px){body.vertical-layout.vertical-menu-modern .main-menu,body.vertical-layout.vertical-menu-modern .navbar .navbar-header{width:260px}body.vertical-layout.vertical-menu-modern .main-menu .navigation li.navigation-header .icon-minus{display:none}body.vertical-layout.vertical-menu-modern .footer{margin-left:260px}body.vertical-layout.vertical-menu-modern.menu-flipped .content,body.vertical-layout.vertical-menu-modern.menu-flipped .footer,body.vertical-layout.vertical-menu-modern.menu-flipped .navbar .navbar-container{margin:0 260px 0 0}body.vertical-layout.vertical-menu-modern.menu-flipped .navbar .navbar-header{float:right}}@media (max-width:1199.98px){body.vertical-layout.vertical-menu-modern .main-menu,body.vertical-layout.vertical-menu-modern .navbar .navbar-header{width:0}body.vertical-layout.vertical-menu-modern .main-menu .navigation>li>a>span{-webkit-animation:.1s cubic-bezier(.25,.8,.25,1) 0s normal forwards 1 fadeout;-moz-animation:.1s cubic-bezier(.25,.8,.25,1) 0s normal forwards 1 fadeout;-o-animation:.1s cubic-bezier(.25,.8,.25,1) 0s normal forwards 1 fadeout;animation:.1s cubic-bezier(.25,.8,.25,1) 0s normal forwards 1 fadeout}body.vertical-layout.vertical-menu-modern .main-menu .navigation li.navigation-header span{display:none}body.vertical-layout.vertical-menu-modern .content,body.vertical-layout.vertical-menu-modern .footer{margin-left:0}body.vertical-layout.vertical-overlay-menu .app-content .header-navbar.floating-nav{width:-webkit-calc(100% - 4.4rem);width:-moz-calc(100% - 4.4rem);width:calc(100% - 4.4rem)}}@media (max-width:767.98px){body.vertical-layout.vertical-menu-modern .main-menu,body.vertical-layout.vertical-menu-modern .navbar .navbar-header{width:0}body.vertical-layout.vertical-menu-modern .content,body.vertical-layout.vertical-menu-modern .footer{margin-left:0}}@-webkit-keyframes fadein{from{opacity:0}to{opacity:1}}@-moz-keyframes fadein{from{opacity:0}to{opacity:1}}@-o-keyframes fadein{from{opacity:0}to{opacity:1}}@keyframes fadein{from{opacity:0}to{opacity:1}}@-webkit-keyframes fadeout{from{opacity:1}to{opacity:0}}@-moz-keyframes fadeout{from{opacity:1}to{opacity:0}}@-o-keyframes fadeout{from{opacity:1}to{opacity:0}}@keyframes fadeout{from{opacity:1}to{opacity:0}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){body.vertical-menu-modern.vertical-layout .main-menu .navigation>li>a>span{-webkit-animation:none;-moz-animation:none;-o-animation:none;animation:none}}.vertical-overlay-menu .content{margin-left:0}.vertical-overlay-menu .navbar .navbar-header{float:left;width:260px}.vertical-overlay-menu .main-menu,.vertical-overlay-menu.menu-hide .main-menu{left:-260px;width:260px;-webkit-transition:width .25s,opacity .25s,-webkit-transform .25s;-moz-transition:width .25s,opacity .25s,transform .25s,-moz-transform .25s;-o-transition:width .25s,opacity .25s,-o-transform .25s;transition:width .25s,opacity .25s,-webkit-transform .25s;transition:width .25s,opacity .25s,transform .25s;transition:width .25s,opacity .25s,transform .25s,-webkit-transform .25s,-moz-transform .25s,-o-transform .25s;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:0}.vertical-overlay-menu .main-menu .navigation .navigation-header .icon-minus{display:none}.vertical-overlay-menu .main-menu .navigation>li>a>i{float:left;margin-right:14px}.vertical-overlay-menu .main-menu .navigation>li>a>i:before{font-size:1.429rem;-webkit-transition:.2s ease all;-moz-transition:.2s ease all;-o-transition:.2s ease all;transition:.2s ease all}.vertical-overlay-menu .main-menu .navigation li.has-sub>a:not(.mm-next):after{font-family:FontAwesome;font-size:1rem;position:absolute;top:10px;right:25px;display:inline-block;content:'\f105';transition:-webkit-transform .2s ease-in-out;-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}.vertical-overlay-menu .main-menu .navigation li.open>a:not(.mm-next):after{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.vertical-overlay-menu .main-menu .main-menu-footer{bottom:55px;width:260px}.vertical-overlay-menu.menu-open .main-menu{-webkit-transition:width .25s,opacity .25s,-webkit-transform .25s;-moz-transition:width .25s,opacity .25s,transform .25s,-moz-transform .25s;-o-transition:width .25s,opacity .25s,-o-transform .25s;transition:width .25s,opacity .25s,-webkit-transform .25s;transition:width .25s,opacity .25s,transform .25s;transition:width .25s,opacity .25s,transform .25s,-webkit-transform .25s,-moz-transform .25s,-o-transform .25s;-webkit-transform:translate3d(260px,0,0);-moz-transform:translate3d(260px,0,0);transform:translate3d(260px,0,0);opacity:1}.vertical-overlay-menu.menu-flipped .main-menu{right:-260px;left:inherit}.vertical-overlay-menu.menu-flipped .navbar .navbar-container{margin:0 260px 0 0}.vertical-overlay-menu.menu-flipped .navbar .navbar-header{float:right}.vertical-overlay-menu.menu-flipped.menu-open .main-menu{-webkit-transform:translate3d(-260px,0,0);-moz-transform:translate3d(-260px,0,0);transform:translate3d(-260px,0,0)}@media (max-width:991.98px){.vertical-overlay-menu .main-menu .main-menu-footer{bottom:0}} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/core/menu/menu-types/vertical-overlay-menu.css b/wwwjuba/app-assets/css/core/menu/menu-types/vertical-overlay-menu.css new file mode 100644 index 0000000..771f6a0 --- /dev/null +++ b/wwwjuba/app-assets/css/core/menu/menu-types/vertical-overlay-menu.css @@ -0,0 +1,146 @@ +/*========================================================================================= + File Name: vertical-overlay-menu.scss + Description: A overlay style vertical menu with show and hide support. It support + light & dark version, filpped layout, right side icons, native scroll and borders menu + item seperation. + ---------------------------------------------------------------------------------------- + Item Name: Vuesax HTML Admin Template + Version: 1.1 + Author: PIXINVENT + Author URL: http://www.themeforest.net/user/pixinvent +==========================================================================================*/ +/*======================================================== + DARK LAYOUT +=========================================================*/ +.vertical-overlay-menu .content +{ + margin-left: 0; +} + +.vertical-overlay-menu .navbar .navbar-header +{ + float: left; + + width: 260px; +} + +.vertical-overlay-menu .main-menu, +.vertical-overlay-menu.menu-hide .main-menu +{ + left: -260px; + + width: 260px; + + -webkit-transition: width .25s,opacity .25s,-webkit-transform .25s; + -moz-transition: width .25s,opacity .25s,transform .25s,-moz-transform .25s; + -o-transition: width .25s,opacity .25s,-o-transform .25s; + transition: width .25s,opacity .25s,-webkit-transform .25s; + transition: width .25s,opacity .25s,transform .25s; + transition: width .25s,opacity .25s,transform .25s,-webkit-transform .25s,-moz-transform .25s,-o-transform .25s; + -webkit-transform: translate3d(0, 0, 0); + -moz-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + + opacity: 0; +} +.vertical-overlay-menu .main-menu .navigation .navigation-header .icon-minus +{ + display: none; +} +.vertical-overlay-menu .main-menu .navigation > li > a > i +{ + float: left; + + margin-right: 14px; +} +.vertical-overlay-menu .main-menu .navigation > li > a > i:before +{ + font-size: 1.429rem; + + -webkit-transition: 200ms ease all; + -moz-transition: 200ms ease all; + -o-transition: 200ms ease all; + transition: 200ms ease all; +} +.vertical-overlay-menu .main-menu .navigation li.has-sub > a:not(.mm-next):after +{ + font-family: 'FontAwesome'; + font-size: 1rem; + + position: absolute; + top: 10px; + right: 25px; + + display: inline-block; + + content: '\f105'; + transition: -webkit-transform .2s ease-in-out; + -webkit-transform: rotate(0deg); + -moz-transform: rotate(0deg); + -ms-transform: rotate(0deg); + -o-transform: rotate(0deg); + transform: rotate(0deg); +} +.vertical-overlay-menu .main-menu .navigation li.open > a:not(.mm-next):after +{ + -webkit-transform: rotate(90deg); + -moz-transform: rotate(90deg); + -ms-transform: rotate(90deg); + -o-transform: rotate(90deg); + transform: rotate(90deg); +} +.vertical-overlay-menu .main-menu .main-menu-footer +{ + bottom: 55px; +} +.vertical-overlay-menu .main-menu .main-menu-footer +{ + width: 260px; +} + +.vertical-overlay-menu.menu-open .main-menu +{ + -webkit-transition: width .25s,opacity .25s,-webkit-transform .25s; + -moz-transition: width .25s,opacity .25s,transform .25s,-moz-transform .25s; + -o-transition: width .25s,opacity .25s,-o-transform .25s; + transition: width .25s,opacity .25s,-webkit-transform .25s; + transition: width .25s,opacity .25s,transform .25s; + transition: width .25s,opacity .25s,transform .25s,-webkit-transform .25s,-moz-transform .25s,-o-transform .25s; + -webkit-transform: translate3d(260px, 0, 0); + -moz-transform: translate3d(260px, 0, 0); + transform: translate3d(260px, 0, 0); + + opacity: 1; +} + +.vertical-overlay-menu.menu-flipped .main-menu +{ + right: -260px; + left: inherit; +} + +.vertical-overlay-menu.menu-flipped .navbar .navbar-container +{ + margin: 0; + margin-right: 260px; +} + +.vertical-overlay-menu.menu-flipped .navbar .navbar-header +{ + float: right; +} + +.vertical-overlay-menu.menu-flipped.menu-open .main-menu +{ + -webkit-transform: translate3d(-260px, 0, 0); + -moz-transform: translate3d(-260px, 0, 0); + transform: translate3d(-260px, 0, 0); +} + +@media (max-width: 991.98px) +{ + .vertical-overlay-menu .main-menu .main-menu-footer + { + bottom: 0; + } +} diff --git a/wwwjuba/app-assets/css/core/menu/menu-types/vertical-overlay-menu.min.css b/wwwjuba/app-assets/css/core/menu/menu-types/vertical-overlay-menu.min.css new file mode 100644 index 0000000..8cff708 --- /dev/null +++ b/wwwjuba/app-assets/css/core/menu/menu-types/vertical-overlay-menu.min.css @@ -0,0 +1 @@ +.vertical-overlay-menu .content{margin-left:0}.vertical-overlay-menu .navbar .navbar-header{float:left;width:260px}.vertical-overlay-menu .main-menu,.vertical-overlay-menu.menu-hide .main-menu{left:-260px;width:260px;-webkit-transition:width .25s,opacity .25s,-webkit-transform .25s;-moz-transition:width .25s,opacity .25s,transform .25s,-moz-transform .25s;-o-transition:width .25s,opacity .25s,-o-transform .25s;transition:width .25s,opacity .25s,-webkit-transform .25s;transition:width .25s,opacity .25s,transform .25s;transition:width .25s,opacity .25s,transform .25s,-webkit-transform .25s,-moz-transform .25s,-o-transform .25s;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:0}.vertical-overlay-menu .main-menu .navigation .navigation-header .icon-minus{display:none}.vertical-overlay-menu .main-menu .navigation>li>a>i{float:left;margin-right:14px}.vertical-overlay-menu .main-menu .navigation>li>a>i:before{font-size:1.429rem;-webkit-transition:.2s ease all;-moz-transition:.2s ease all;-o-transition:.2s ease all;transition:.2s ease all}.vertical-overlay-menu .main-menu .navigation li.has-sub>a:not(.mm-next):after{font-family:FontAwesome;font-size:1rem;position:absolute;top:10px;right:25px;display:inline-block;content:'\f105';transition:-webkit-transform .2s ease-in-out;-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}.vertical-overlay-menu .main-menu .navigation li.open>a:not(.mm-next):after{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.vertical-overlay-menu .main-menu .main-menu-footer{bottom:55px;width:260px}.vertical-overlay-menu.menu-open .main-menu{-webkit-transition:width .25s,opacity .25s,-webkit-transform .25s;-moz-transition:width .25s,opacity .25s,transform .25s,-moz-transform .25s;-o-transition:width .25s,opacity .25s,-o-transform .25s;transition:width .25s,opacity .25s,-webkit-transform .25s;transition:width .25s,opacity .25s,transform .25s;transition:width .25s,opacity .25s,transform .25s,-webkit-transform .25s,-moz-transform .25s,-o-transform .25s;-webkit-transform:translate3d(260px,0,0);-moz-transform:translate3d(260px,0,0);transform:translate3d(260px,0,0);opacity:1}.vertical-overlay-menu.menu-flipped .main-menu{right:-260px;left:inherit}.vertical-overlay-menu.menu-flipped .navbar .navbar-container{margin:0 260px 0 0}.vertical-overlay-menu.menu-flipped .navbar .navbar-header{float:right}.vertical-overlay-menu.menu-flipped.menu-open .main-menu{-webkit-transform:translate3d(-260px,0,0);-moz-transform:translate3d(-260px,0,0);transform:translate3d(-260px,0,0)}@media (max-width:991.98px){.vertical-overlay-menu .main-menu .main-menu-footer{bottom:0}} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/core/mixins/alert.css b/wwwjuba/app-assets/css/core/mixins/alert.css new file mode 100644 index 0000000..e69de29 diff --git a/wwwjuba/app-assets/css/core/mixins/alert.min.css b/wwwjuba/app-assets/css/core/mixins/alert.min.css new file mode 100644 index 0000000..e69de29 diff --git a/wwwjuba/app-assets/css/core/mixins/hex2rgb.css b/wwwjuba/app-assets/css/core/mixins/hex2rgb.css new file mode 100644 index 0000000..e69de29 diff --git a/wwwjuba/app-assets/css/core/mixins/hex2rgb.min.css b/wwwjuba/app-assets/css/core/mixins/hex2rgb.min.css new file mode 100644 index 0000000..e69de29 diff --git a/wwwjuba/app-assets/css/core/mixins/main-menu-mixin.css b/wwwjuba/app-assets/css/core/mixins/main-menu-mixin.css new file mode 100644 index 0000000..e69de29 diff --git a/wwwjuba/app-assets/css/core/mixins/main-menu-mixin.min.css b/wwwjuba/app-assets/css/core/mixins/main-menu-mixin.min.css new file mode 100644 index 0000000..e69de29 diff --git a/wwwjuba/app-assets/css/core/mixins/transitions.css b/wwwjuba/app-assets/css/core/mixins/transitions.css new file mode 100644 index 0000000..e69de29 diff --git a/wwwjuba/app-assets/css/core/mixins/transitions.min.css b/wwwjuba/app-assets/css/core/mixins/transitions.min.css new file mode 100644 index 0000000..e69de29 diff --git a/wwwjuba/app-assets/css/pages/app-chat.css b/wwwjuba/app-assets/css/pages/app-chat.css new file mode 100644 index 0000000..39cb2f9 --- /dev/null +++ b/wwwjuba/app-assets/css/pages/app-chat.css @@ -0,0 +1,605 @@ +/*======================================================== + DARK LAYOUT +=========================================================*/ +.chat-application .content-area-wrapper .content-right .content-wrapper +{ + padding: 0; +} + +.chat-application .content-area-wrapper +{ + border: 1px solid #dae1e7; + border-radius: .25rem; +} + +.chat-application .chat-profile-sidebar +{ + position: fixed; + z-index: 6; + + width: 400px; + height: -webkit-calc(100vh - 13rem); + height: -moz-calc(100vh - 13rem); + height: calc(100vh - 13rem); + margin: 0; + + -webkit-transition: all .3s ease; + -moz-transition: all .3s ease; + -o-transition: all .3s ease; + transition: all .3s ease; + -webkit-transform: translateX(-110%); + -moz-transform: translateX(-110%); + -ms-transform: translateX(-110%); + -o-transform: translateX(-110%); + transform: translateX(-110%); + + border-right: 1px solid #e4e7ed; + border-radius: .25rem; + border-top-right-radius: 0; + border-bottom-right-radius: 0; + background-color: #fff; +} +.chat-application .chat-profile-sidebar.show +{ + -webkit-transition: all .3s ease; + -moz-transition: all .3s ease; + -o-transition: all .3s ease; + transition: all .3s ease; + -webkit-transform: translateX(0); + -moz-transform: translateX(0); + -ms-transform: translateX(0); + -o-transform: translateX(0); + transform: translateX(0); +} +.chat-application .chat-profile-sidebar .chat-profile-header +{ + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + + text-align: center; + + border-bottom: 1px solid rgba(0, 0, 0, .06); +} +.chat-application .chat-profile-sidebar .chat-profile-header .header-profile-sidebar +{ + margin: 2rem auto .5rem; +} +.chat-application .chat-profile-sidebar .chat-profile-header .avatar +{ + margin-bottom: 1.25rem; +} +.chat-application .chat-profile-sidebar .chat-profile-header .close-icon +{ + font-size: 1.75rem; + + position: absolute; + top: 14px; + right: 13px; + + cursor: pointer; +} +.chat-application .chat-profile-sidebar .profile-sidebar-area .scroll-area +{ + position: relative; + + height: -webkit-calc(100vh - 24.25rem); + height: -moz-calc(100vh - 24.25rem); + height: calc(100vh - 24.25rem); + padding: 2rem; +} + +.chat-application .sidebar-content +{ + width: 400px; + height: -webkit-calc(100vh - 13rem); + height: -moz-calc(100vh - 13rem); + height: calc(100vh - 13rem); + margin: 0; + + border-right: 1px solid #e4e7ed; + border-radius: .25rem; + border-top-right-radius: 0; + border-bottom-right-radius: 0; + -webkit-box-shadow: none; + box-shadow: none; +} +.chat-application .sidebar-content .sidebar-close-icon +{ + font-size: 1.25rem; + + position: absolute; + z-index: 1; + top: .25rem; + right: .25rem; + + visibility: hidden; + + cursor: pointer; +} +.chat-application .sidebar-content .chat-fixed-search +{ + position: fixed; + + width: 400px; + padding: .65rem; + + border-bottom: 1px solid #e4e7ed; +} +.chat-application .sidebar-content .chat-fixed-search .sidebar-profile-toggle .avatar +{ + display: inline-table; + + width: -webkit-calc(32px + 8px); + width: -moz-calc(32px + 8px); + width: calc(32px + 8px); +} +.chat-application .sidebar-content .chat-fixed-search input.form-control +{ + height: -webkit-calc(1.25em + 1.4rem + 4px); + height: -moz-calc(1.25em + 1.4rem + 4px); + height: calc(1.25em + 1.4rem + 4px); + padding: .9rem 1rem .9rem 3rem; +} +.chat-application .sidebar-content .chat-fixed-search .form-control-position +{ + top: 5px; +} +.chat-application .sidebar-content .chat-fixed-search .form-control-position i +{ + left: 9px; +} +.chat-application .sidebar-content .chat-user-list +{ + width: 400px; + height: -webkit-calc(100% - 5rem); + height: -moz-calc(100% - 5rem); + height: calc(100% - 5rem); + margin-top: 5rem; +} +.chat-application .sidebar-content .chat-user-list ul +{ + margin-bottom: 0; + padding-left: 0; +} +.chat-application .sidebar-content .chat-user-list li +{ + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + + margin-right: 1px; + padding: 1.322rem .85rem; + + -webkit-box-pack: justify; + -webkit-justify-content: space-between; + -moz-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + -webkit-box-align: center; + -webkit-align-items: center; + -moz-box-align: center; + -ms-flex-align: center; + align-items: center; +} +.chat-application .sidebar-content .chat-user-list li:not(:first-child) +{ + border-top: 1px solid #e4e7ed; +} +.chat-application .sidebar-content .chat-user-list li .user-chat-info +{ + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + overflow: hidden; + + width: 100%; + + -webkit-box-pack: justify; + -webkit-justify-content: space-between; + -moz-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; +} +.chat-application .sidebar-content .chat-user-list li .contact-info +{ + width: -webkit-calc(100% - 1rem - 50px); + width: -moz-calc(100% - 1rem - 50px); + width: calc(100% - 1rem - 50px); + margin-top: .3rem; +} +.chat-application .sidebar-content .chat-user-list li .contact-info .truncate +{ + margin: 0; +} +.chat-application .sidebar-content .chat-user-list li:hover +{ + cursor: pointer; + + background: #eee; +} +.chat-application .sidebar-content .chat-user-list li.active +{ + color: #fff; + background: -webkit-linear-gradient(332deg, #7367f0, rgba(115, 103, 240, .7)); + background: -moz-linear-gradient(332deg, #7367f0, rgba(115, 103, 240, .7)); + background: -o-linear-gradient(332deg, #7367f0, rgba(115, 103, 240, .7)); + background: linear-gradient(118deg, #7367f0, rgba(115, 103, 240, .7)); + -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08); + box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08); +} +.chat-application .sidebar-content .chat-user-list li.active h1, +.chat-application .sidebar-content .chat-user-list li.active h2, +.chat-application .sidebar-content .chat-user-list li.active h3, +.chat-application .sidebar-content .chat-user-list li.active h4, +.chat-application .sidebar-content .chat-user-list li.active h5, +.chat-application .sidebar-content .chat-user-list li.active h6 +{ + color: #fff; +} +.chat-application .sidebar-content .chat-user-list li img +{ + border: 2px solid #fff; +} +.chat-application .sidebar-content .card +{ + margin-bottom: 0; +} + +.chat-application .chat-overlay +{ + position: absolute; + z-index: 2; + top: 0; + right: 0; + bottom: 0; + left: 0; + + display: block; + visibility: hidden; + + border-radius: .25rem; +} +.chat-application .chat-overlay.show +{ + visibility: visible; + + background-color: rgba(0, 0, 0, .2); +} + +.chat-application .chat-app-window .favorite, +.chat-application .chat-app-window .sidebar-toggle +{ + cursor: pointer; +} + +.chat-application .chat-app-window .user-chats +{ + position: relative; + + height: -webkit-calc(100vh - 23.5rem); + height: -moz-calc(100vh - 23.5rem); + height: calc(100vh - 23.5rem); + padding: 20px 30px; + + text-align: center; +} + +.chat-application .chat-app-window .start-chat-area, +.chat-application .chat-app-window .user-chats +{ + background-color: #dfdbe5; + background-image: url('../../images/backgrounds/chat-bg.svg'); +} + +.chat-application .chat-app-window .start-chat-area +{ + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + flex-direction: column; + + height: -webkit-calc(100vh - 13rem); + height: -moz-calc(100vh - 13rem); + height: calc(100vh - 13rem); + + -webkit-box-pack: center; + -webkit-justify-content: center; + -moz-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -webkit-align-items: center; + -moz-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -webkit-flex-direction: column; + -moz-box-orient: vertical; + -moz-box-direction: normal; + -ms-flex-direction: column; +} +.chat-application .chat-app-window .start-chat-area .start-chat-icon, +.chat-application .chat-app-window .start-chat-area .start-chat-text +{ + background: white; + -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important; + box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important; +} +.chat-application .chat-app-window .start-chat-area .start-chat-text +{ + cursor: pointer; + + border-radius: -webkit-calc(.5rem * 4); + border-radius: -moz-calc(.5rem * 4); + border-radius: calc(.5rem * 4); +} +.chat-application .chat-app-window .start-chat-area .start-chat-icon +{ + font-size: 4rem; + + padding: 2rem; + + border-radius: 50%; +} + +.chat-application .chat-app-form +{ + padding: 20px 10px; + + background-color: white; +} + +.chat-application .chats +{ + padding: 0; +} +.chat-application .chats .chat-body +{ + display: block; + overflow: hidden; + + margin: 10px 30px 0 0; +} +.chat-application .chats .chat-body .chat-content +{ + display: block; + float: right; + clear: both; + + margin: 0 20px 10px 0; + padding: .75rem 1rem; + + text-align: right; + + color: #fff; + border-radius: .5rem; + background: -webkit-linear-gradient(332deg, #7367f0, rgba(115, 103, 240, .7)); + background: -moz-linear-gradient(332deg, #7367f0, rgba(115, 103, 240, .7)); + background: -o-linear-gradient(332deg, #7367f0, rgba(115, 103, 240, .7)); + background: linear-gradient(118deg, #7367f0, rgba(115, 103, 240, .7)); + -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08); + box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08); +} +.chat-application .chats .chat-body .chat-content p +{ + margin: 0; +} +.chat-application .chats .chat-avatar +{ + float: right; +} +.chat-application .chats .chat-left .chat-avatar +{ + float: left; +} +.chat-application .chats .chat-left .chat-body +{ + margin-right: 0; + margin-left: 30px; +} +.chat-application .chats .chat-left .chat-content +{ + float: left; + + margin: 0 0 10px 20px; + + text-align: left; + + color: #626262; + background: none; + background-color: white; +} + +.chat-application .user-profile-sidebar +{ + position: fixed; + z-index: 6; + right: 4.2rem; + bottom: 5.25rem; + + width: 400px; + height: -webkit-calc(100vh - 13rem); + height: -moz-calc(100vh - 13rem); + height: calc(100vh - 13rem); + margin: 0; + + -webkit-transition: all .3s ease; + -moz-transition: all .3s ease; + -o-transition: all .3s ease; + transition: all .3s ease; + -webkit-transform: translateX(110%); + -moz-transform: translateX(110%); + -ms-transform: translateX(110%); + -o-transform: translateX(110%); + transform: translateX(110%); + + opacity: 0; + border-right: 1px solid #e4e7ed; + border-radius: .25rem; + border-top-left-radius: 0; + border-bottom-left-radius: 0; + background-color: #fff; +} +.chat-application .user-profile-sidebar.show +{ + -webkit-transition: all .3s ease; + -moz-transition: all .3s ease; + -o-transition: all .3s ease; + transition: all .3s ease; + -webkit-transform: translateX(7%); + -moz-transform: translateX(7%); + -ms-transform: translateX(7%); + -o-transform: translateX(7%); + transform: translateX(7%); + + opacity: 1; +} +.chat-application .user-profile-sidebar .user-profile-header +{ + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + + text-align: center; + + border-bottom: 1px solid rgba(0, 0, 0, .06); +} +.chat-application .user-profile-sidebar .user-profile-header .header-profile-sidebar +{ + margin: 2rem auto .5rem; +} +.chat-application .user-profile-sidebar .user-profile-header .avatar +{ + margin-bottom: 1.25rem; +} +.chat-application .user-profile-sidebar .user-profile-header .close-icon +{ + font-size: 1.75rem; + + position: absolute; + top: 14px; + right: 13px; + + cursor: pointer; +} +.chat-application .user-profile-sidebar .user-profile-sidebar-area +{ + position: relative; + + height: -webkit-calc(100vh - 24.25rem); + height: -moz-calc(100vh - 24.25rem); + height: calc(100vh - 24.25rem); +} + +@media (max-width: 767.98px) +{ + .chat-application .chat-app-window + { + height: -webkit-calc(100% - 132px); + height: -moz-calc(100% - 132px); + height: calc(100% - 132px); + } + .chat-application .sidebar-content .sidebar-close-icon + { + visibility: visible; + } +} + +@media (max-width: 575.98px) +{ + .chat-application .sidebar-content + { + left: -4px !important; + + width: 260px; + } + .chat-application .sidebar-content .chat-fixed-search, + .chat-application .sidebar-content .chat-user-list + { + width: 260px; + } + .chat-application .chat-profile-sidebar + { + width: 260px; + } + .chat-application .user-profile-sidebar + { + right: 2.35rem; + + width: 260px; + } +} + +@media (max-width: 991.98px) +{ + .content-right + { + width: 100%; + } + .chat-application .sidebar-content + { + position: fixed; + z-index: 5; + left: 0; + left: -2px; + + -webkit-transition: all .3s ease-in-out; + -moz-transition: all .3s ease-in-out; + -o-transition: all .3s ease-in-out; + transition: all .3s ease-in-out; + -webkit-transform: translateX(-110%); + -moz-transform: translateX(-110%); + -ms-transform: translateX(-110%); + -o-transform: translateX(-110%); + transform: translateX(-110%); + } + .chat-application .sidebar-content.show + { + display: block; + + -webkit-transition: all .3s ease; + -moz-transition: all .3s ease; + -o-transition: all .3s ease; + transition: all .3s ease; + -webkit-transform: translateX(8.5%); + -moz-transform: translateX(8.5%); + -ms-transform: translateX(8.5%); + -o-transform: translateX(8.5%); + transform: translateX(8.5%); + } +} + +@media (max-width: 349.98px) +{ + .chat-application .sidebar-content + { + left: -2px !important; + + width: 230px; + } + .chat-application .sidebar-content .chat-fixed-search, + .chat-application .sidebar-content .chat-user-list + { + width: 230px; + } + .chat-application .chat-profile-sidebar + { + width: 230px; + } + .chat-application .user-profile-sidebar + { + width: 230px; + } +} diff --git a/wwwjuba/app-assets/css/pages/app-chat.min.css b/wwwjuba/app-assets/css/pages/app-chat.min.css new file mode 100644 index 0000000..13e0e7a --- /dev/null +++ b/wwwjuba/app-assets/css/pages/app-chat.min.css @@ -0,0 +1 @@ +.chat-application .content-area-wrapper .content-right .content-wrapper{padding:0}.chat-application .content-area-wrapper{border:1px solid #dae1e7;border-radius:.25rem}.chat-application .chat-profile-sidebar{position:fixed;z-index:6;width:400px;height:-webkit-calc(100vh - 13rem);height:-moz-calc(100vh - 13rem);height:calc(100vh - 13rem);margin:0;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;-webkit-transform:translateX(-110%);-moz-transform:translateX(-110%);-ms-transform:translateX(-110%);-o-transform:translateX(-110%);transform:translateX(-110%);border-right:1px solid #e4e7ed;border-radius:.25rem 0 0 .25rem;background-color:#fff}.chat-application .chat-profile-sidebar.show{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.chat-application .chat-profile-sidebar .chat-profile-header{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;text-align:center;border-bottom:1px solid rgba(0,0,0,.06)}.chat-application .chat-profile-sidebar .chat-profile-header .header-profile-sidebar{margin:2rem auto .5rem}.chat-application .chat-profile-sidebar .chat-profile-header .avatar{margin-bottom:1.25rem}.chat-application .chat-profile-sidebar .chat-profile-header .close-icon{font-size:1.75rem;position:absolute;top:14px;right:13px;cursor:pointer}.chat-application .chat-profile-sidebar .profile-sidebar-area .scroll-area{position:relative;height:-webkit-calc(100vh - 24.25rem);height:-moz-calc(100vh - 24.25rem);height:calc(100vh - 24.25rem);padding:2rem}.chat-application .sidebar-content{width:400px;height:-webkit-calc(100vh - 13rem);height:-moz-calc(100vh - 13rem);height:calc(100vh - 13rem);margin:0;border-right:1px solid #e4e7ed;border-radius:.25rem 0 0 .25rem;-webkit-box-shadow:none;box-shadow:none}.chat-application .sidebar-content .sidebar-close-icon{font-size:1.25rem;position:absolute;z-index:1;top:.25rem;right:.25rem;visibility:hidden;cursor:pointer}.chat-application .sidebar-content .chat-fixed-search{position:fixed;width:400px;padding:.65rem;border-bottom:1px solid #e4e7ed}.chat-application .sidebar-content .chat-fixed-search .sidebar-profile-toggle .avatar{display:inline-table;width:-webkit-calc(32px + 8px);width:-moz-calc(32px + 8px);width:calc(32px + 8px)}.chat-application .sidebar-content .chat-fixed-search input.form-control{height:-webkit-calc(1.25em + 1.4rem + 4px);height:-moz-calc(1.25em + 1.4rem + 4px);height:calc(1.25em + 1.4rem + 4px);padding:.9rem 1rem .9rem 3rem}.chat-application .sidebar-content .chat-fixed-search .form-control-position{top:5px}.chat-application .sidebar-content .chat-fixed-search .form-control-position i{left:9px}.chat-application .sidebar-content .chat-user-list{width:400px;height:-webkit-calc(100% - 5rem);height:-moz-calc(100% - 5rem);height:calc(100% - 5rem);margin-top:5rem}.chat-application .sidebar-content .chat-user-list ul{margin-bottom:0;padding-left:0}.chat-application .sidebar-content .chat-user-list li{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin-right:1px;padding:1.322rem .85rem;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.chat-application .sidebar-content .chat-user-list li:not(:first-child){border-top:1px solid #e4e7ed}.chat-application .sidebar-content .chat-user-list li .user-chat-info{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;overflow:hidden;width:100%;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.chat-application .sidebar-content .chat-user-list li .contact-info{width:-webkit-calc(100% - 1rem - 50px);width:-moz-calc(100% - 1rem - 50px);width:calc(100% - 1rem - 50px);margin-top:.3rem}.chat-application .sidebar-content .chat-user-list li .contact-info .truncate{margin:0}.chat-application .sidebar-content .chat-user-list li:hover{cursor:pointer;background:#eee}.chat-application .sidebar-content .chat-user-list li.active{color:#fff;background:-webkit-linear-gradient(332deg,#7367f0,rgba(115,103,240,.7));background:-moz-linear-gradient(332deg,#7367f0,rgba(115,103,240,.7));background:-o-linear-gradient(332deg,#7367f0,rgba(115,103,240,.7));background:linear-gradient(118deg,#7367f0,rgba(115,103,240,.7));-webkit-box-shadow:0 15px 30px 0 rgba(0,0,0,.11),0 5px 15px 0 rgba(0,0,0,.08);box-shadow:0 15px 30px 0 rgba(0,0,0,.11),0 5px 15px 0 rgba(0,0,0,.08)}.chat-application .sidebar-content .chat-user-list li.active h1,.chat-application .sidebar-content .chat-user-list li.active h2,.chat-application .sidebar-content .chat-user-list li.active h3,.chat-application .sidebar-content .chat-user-list li.active h4,.chat-application .sidebar-content .chat-user-list li.active h5,.chat-application .sidebar-content .chat-user-list li.active h6{color:#fff}.chat-application .sidebar-content .chat-user-list li img{border:2px solid #fff}.chat-application .sidebar-content .card{margin-bottom:0}.chat-application .chat-overlay{position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;display:block;visibility:hidden;border-radius:.25rem}.chat-application .chat-overlay.show{visibility:visible;background-color:rgba(0,0,0,.2)}.chat-application .chat-app-window .favorite,.chat-application .chat-app-window .sidebar-toggle{cursor:pointer}.chat-application .chat-app-window .user-chats{position:relative;height:-webkit-calc(100vh - 23.5rem);height:-moz-calc(100vh - 23.5rem);height:calc(100vh - 23.5rem);padding:20px 30px;text-align:center}.chat-application .chat-app-window .start-chat-area,.chat-application .chat-app-window .user-chats{background-color:#dfdbe5;background-image:url(../../images/backgrounds/chat-bg.svg)}.chat-application .chat-app-window .start-chat-area{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;flex-direction:column;height:-webkit-calc(100vh - 13rem);height:-moz-calc(100vh - 13rem);height:calc(100vh - 13rem);-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column}.chat-application .chat-app-window .start-chat-area .start-chat-icon,.chat-application .chat-app-window .start-chat-area .start-chat-text{background:#fff;-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,.12),0 2px 4px 0 rgba(0,0,0,.08)!important;box-shadow:0 4px 8px 0 rgba(0,0,0,.12),0 2px 4px 0 rgba(0,0,0,.08)!important}.chat-application .chat-app-window .start-chat-area .start-chat-text{cursor:pointer;border-radius:-webkit-calc(.5rem * 4);border-radius:-moz-calc(.5rem * 4);border-radius:calc(.5rem * 4)}.chat-application .chat-app-window .start-chat-area .start-chat-icon{font-size:4rem;padding:2rem;border-radius:50%}.chat-application .chat-app-form{padding:20px 10px;background-color:#fff}.chat-application .chats{padding:0}.chat-application .chats .chat-body{display:block;overflow:hidden;margin:10px 30px 0 0}.chat-application .chats .chat-body .chat-content{display:block;float:right;clear:both;margin:0 20px 10px 0;padding:.75rem 1rem;text-align:right;color:#fff;border-radius:.5rem;background:-webkit-linear-gradient(332deg,#7367f0,rgba(115,103,240,.7));background:-moz-linear-gradient(332deg,#7367f0,rgba(115,103,240,.7));background:-o-linear-gradient(332deg,#7367f0,rgba(115,103,240,.7));background:linear-gradient(118deg,#7367f0,rgba(115,103,240,.7));-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,.12),0 2px 4px 0 rgba(0,0,0,.08);box-shadow:0 4px 8px 0 rgba(0,0,0,.12),0 2px 4px 0 rgba(0,0,0,.08)}.chat-application .chats .chat-body .chat-content p{margin:0}.chat-application .chats .chat-avatar{float:right}.chat-application .chats .chat-left .chat-avatar{float:left}.chat-application .chats .chat-left .chat-body{margin-right:0;margin-left:30px}.chat-application .chats .chat-left .chat-content{float:left;margin:0 0 10px 20px;text-align:left;color:#626262;background:#fff}.chat-application .user-profile-sidebar{position:fixed;z-index:6;right:4.2rem;bottom:5.25rem;width:400px;height:-webkit-calc(100vh - 13rem);height:-moz-calc(100vh - 13rem);height:calc(100vh - 13rem);margin:0;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;-webkit-transform:translateX(110%);-moz-transform:translateX(110%);-ms-transform:translateX(110%);-o-transform:translateX(110%);transform:translateX(110%);opacity:0;border-right:1px solid #e4e7ed;border-radius:0 .25rem .25rem 0;background-color:#fff}.chat-application .user-profile-sidebar.show{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;-webkit-transform:translateX(7%);-moz-transform:translateX(7%);-ms-transform:translateX(7%);-o-transform:translateX(7%);transform:translateX(7%);opacity:1}.chat-application .user-profile-sidebar .user-profile-header{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;text-align:center;border-bottom:1px solid rgba(0,0,0,.06)}.chat-application .user-profile-sidebar .user-profile-header .header-profile-sidebar{margin:2rem auto .5rem}.chat-application .user-profile-sidebar .user-profile-header .avatar{margin-bottom:1.25rem}.chat-application .user-profile-sidebar .user-profile-header .close-icon{font-size:1.75rem;position:absolute;top:14px;right:13px;cursor:pointer}.chat-application .user-profile-sidebar .user-profile-sidebar-area{position:relative;height:-webkit-calc(100vh - 24.25rem);height:-moz-calc(100vh - 24.25rem);height:calc(100vh - 24.25rem)}@media (max-width:767.98px){.chat-application .chat-app-window{height:-webkit-calc(100% - 132px);height:-moz-calc(100% - 132px);height:calc(100% - 132px)}.chat-application .sidebar-content .sidebar-close-icon{visibility:visible}}@media (max-width:575.98px){.chat-application .sidebar-content{left:-4px!important;width:260px}.chat-application .chat-profile-sidebar,.chat-application .sidebar-content .chat-fixed-search,.chat-application .sidebar-content .chat-user-list{width:260px}.chat-application .user-profile-sidebar{right:2.35rem;width:260px}}@media (max-width:991.98px){.content-right{width:100%}.chat-application .sidebar-content{position:fixed;z-index:5;left:0;left:-2px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transform:translateX(-110%);-moz-transform:translateX(-110%);-ms-transform:translateX(-110%);-o-transform:translateX(-110%);transform:translateX(-110%)}.chat-application .sidebar-content.show{display:block;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;-webkit-transform:translateX(8.5%);-moz-transform:translateX(8.5%);-ms-transform:translateX(8.5%);-o-transform:translateX(8.5%);transform:translateX(8.5%)}}@media (max-width:349.98px){.chat-application .sidebar-content{left:-2px!important;width:230px}.chat-application .chat-profile-sidebar,.chat-application .sidebar-content .chat-fixed-search,.chat-application .sidebar-content .chat-user-list,.chat-application .user-profile-sidebar{width:230px}} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/pages/app-ecommerce-shop.css b/wwwjuba/app-assets/css/pages/app-ecommerce-shop.css new file mode 100644 index 0000000..32ac7e9 --- /dev/null +++ b/wwwjuba/app-assets/css/pages/app-ecommerce-shop.css @@ -0,0 +1,956 @@ +/*======================================================== + DARK LAYOUT +=========================================================*/ +.ecommerce-application .content-body +{ + position: relative; +} + +.ecommerce-application .shop-content-overlay +{ + position: absolute; + z-index: 0; + top: 4.2rem; + + width: 100%; + height: 100%; + + opacity: 0; + background: rgba(0, 0, 0, .2); +} +.ecommerce-application .shop-content-overlay.show +{ + z-index: 1; + + opacity: 1; +} + +.ecommerce-application .sidebar-shop .sidebar-close-icon +{ + font-size: 1.25rem; + + position: absolute; + z-index: 5; + top: .25rem; + right: .25rem; + + cursor: pointer; +} + +.ecommerce-application .sidebar-shop .filter-heading +{ + font-weight: 700; + + position: relative; + top: -7px; + + color: #626262; +} + +.ecommerce-application .sidebar-shop .vs-radio-con input:checked ~ span +{ + color: #7367f0; +} + +.ecommerce-application .sidebar-shop .filter-title +{ + font-weight: 700; +} + +.ecommerce-application .sidebar-shop .range-slider.noUi-horizontal +{ + height: .285rem; +} +.ecommerce-application .sidebar-shop .range-slider.noUi-horizontal .noUi-base +{ + height: .285rem; +} +.ecommerce-application .sidebar-shop .range-slider.noUi-horizontal .noUi-handle +{ + line-height: 1.15; + + top: -.428rem; + right: -1.071rem !important; + + width: 16px; + height: 16px; + + cursor: pointer; + + border-width: .142rem; +} +.ecommerce-application .sidebar-shop .range-slider.noUi-horizontal .noUi-handle .noUi-tooltip +{ + font-size: .75rem; + + padding: .142rem .357rem; + + -webkit-transform: translate(-50%, -50%); + -moz-transform: translate(-50%, -50%); + -ms-transform: translate(-50%, -50%); + -o-transform: translate(-50%, -50%); + transform: translate(-50%, -50%); + + opacity: 0; + color: #fff; + border: none; + border-radius: .357rem; + background-color: #7367f0; +} +.ecommerce-application .sidebar-shop .range-slider.noUi-horizontal .noUi-handle .noUi-tooltip:before +{ + content: '$ '; +} +.ecommerce-application .sidebar-shop .range-slider.noUi-horizontal .noUi-handle:hover +{ + -webkit-transform: scale(1.2); + -moz-transform: scale(1.2); + -ms-transform: scale(1.2); + -o-transform: scale(1.2); + transform: scale(1.2); +} +.ecommerce-application .sidebar-shop .range-slider.noUi-horizontal .noUi-handle:active +{ + -webkit-transition: .25s ease; + -moz-transition: .25s ease; + -o-transition: .25s ease; + transition: .25s ease; + -webkit-transform: scale(1); + -moz-transform: scale(1); + -ms-transform: scale(1); + -o-transform: scale(1); + transform: scale(1); + + border-width: .5rem; +} +.ecommerce-application .sidebar-shop .range-slider.noUi-horizontal .noUi-handle:active .noUi-tooltip +{ + opacity: 1; +} + +.ecommerce-application .sidebar-shop .ratings-list .ratings-list-item +{ + font-size: 1.5rem; + + cursor: pointer; +} + +.ecommerce-application .sidebar-shop .ratings-list ~ .stars-received +{ + margin-top: .35rem; +} + +.ecommerce-application .sidebar-shop +{ + z-index: 4; + + width: 260px; + margin-top: 2rem; +} + +.ecommerce-application .ecommerce-header-items +{ + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + + -webkit-box-pack: justify; + -webkit-justify-content: space-between; + -moz-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; +} +.ecommerce-application .ecommerce-header-items .view-options .view-btn-option +{ + display: inline-block; +} +.ecommerce-application .ecommerce-header-items .view-options .view-btn-option .btn.view-btn +{ + margin-right: 10px; + padding: .5rem; + + color: #626262; + background-color: #fff; + -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .14) !important; + box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .14) !important; +} +.ecommerce-application .ecommerce-header-items .view-options .view-btn-option .btn.view-btn i +{ + font-size: 1.7rem; +} +.ecommerce-application .ecommerce-header-items .view-options .view-btn-option .btn.view-btn.active +{ + color: #7367f0 !important; +} +.ecommerce-application .ecommerce-header-items .view-options .view-btn-option .btn.view-btn.active:hover, +.ecommerce-application .ecommerce-header-items .view-options .view-btn-option .btn.view-btn.active:active +{ + color: #7367f0 !important; +} +.ecommerce-application .ecommerce-header-items .view-options .view-btn-option .btn.view-btn:hover, +.ecommerce-application .ecommerce-header-items .view-options .view-btn-option .btn.view-btn:active +{ + color: #626262; +} +.ecommerce-application .ecommerce-header-items .view-options .select2 +{ + width: auto !important; + margin-right: 10px; +} +.ecommerce-application .ecommerce-header-items .view-options .select2 .select2-selection--single +{ + border: none !important; + border-radius: 5px; + -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .14); + box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .14); +} +.ecommerce-application .ecommerce-header-items .result-toggler +{ + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + + -webkit-box-align: end; + -webkit-align-items: flex-end; + -moz-box-align: end; + -ms-flex-align: end; + align-items: flex-end; +} +.ecommerce-application .ecommerce-header-items .result-toggler .shop-sidebar-toggler +{ + font-size: 1.7rem; + + margin-left: -6px; + padding-left: 0; +} +.ecommerce-application .ecommerce-header-items .result-toggler .shop-sidebar-toggler:active, +.ecommerce-application .ecommerce-header-items .result-toggler .shop-sidebar-toggler:focus +{ + outline: 0; +} +.ecommerce-application .ecommerce-header-items .result-toggler .shop-sidebar-toggler .navbar-toggler-icon i +{ + vertical-align: middle; + + color: #626262; +} +.ecommerce-application .ecommerce-header-items .result-toggler .search-results +{ + font-weight: 700; + + display: inline-block; + + color: #626262; +} + +.ecommerce-application .search-product +{ + font-size: 1.2rem; + + height: 48px; + padding-left: 1rem; + + border: none; + -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .14); + box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .14); +} +.ecommerce-application .search-product ~ .form-control-position +{ + top: 10px; + right: 10px; +} +.ecommerce-application .search-product ~ .form-control-position i +{ + font-size: 1.5rem; +} +.ecommerce-application .search-product::-webkit-input-placeholder +{ + font-size: .95rem; +} +.ecommerce-application .search-product:-moz-placeholder +{ + font-size: .95rem; +} +.ecommerce-application .search-product::-moz-placeholder +{ + font-size: .95rem; +} +.ecommerce-application .search-product:-ms-input-placeholder +{ + font-size: .95rem; +} +.ecommerce-application .search-product::placeholder +{ + font-size: .95rem; +} + +.ecommerce-application .ecommerce-card:hover +{ + -webkit-transform: translateY(-5px); + -moz-transform: translateY(-5px); + -ms-transform: translateY(-5px); + -o-transform: translateY(-5px); + transform: translateY(-5px); + + -webkit-box-shadow: 0 4px 25px 0 rgba(0, 0, 0, .25); + box-shadow: 0 4px 25px 0 rgba(0, 0, 0, .25); +} + +.ecommerce-application .ecommerce-card .item-price +{ + font-weight: 700; +} + +.ecommerce-application .ecommerce-card .item-rating i +{ + margin-left: .25rem; + + vertical-align: top; +} + +.ecommerce-application .ecommerce-card .item-name +{ + font-weight: 600; + + color: #2c2c2c; +} + +.ecommerce-application .ecommerce-card .item-description +{ + font-size: .875rem; +} + +.ecommerce-application .ecommerce-card .wishlist, +.ecommerce-application .ecommerce-card .cart +{ + font-size: .875rem; + font-weight: 600; + + padding: .8rem 1rem; + + cursor: pointer; + text-transform: uppercase; +} +.ecommerce-application .ecommerce-card .wishlist i, +.ecommerce-application .ecommerce-card .cart i +{ + font-size: 1rem; + + margin-right: .25rem; +} + +.ecommerce-application .ecommerce-card .wishlist +{ + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + + color: #2c2c2c; + background-color: #f6f6f6; +} +.ecommerce-application .ecommerce-card .wishlist.added i +{ + color: #ea5455; +} + +.ecommerce-application .ecommerce-card .cart +{ + color: #fff; + background-color: #7367f0; +} +.ecommerce-application .ecommerce-card .cart .view-in-cart +{ + color: #fff; +} + +.ecommerce-application .grid-view, +.ecommerce-application .list-view +{ + margin-top: .7rem; +} + +.ecommerce-application .grid-view +{ + display: grid; + + grid-template-columns: 1fr 1fr 1fr; + -webkit-column-gap: 28px; + -moz-column-gap: 28px; + column-gap: 28px; +} +.ecommerce-application .grid-view .ecommerce-card +{ + overflow: hidden; +} +.ecommerce-application .grid-view .ecommerce-card .card-content .item-img +{ + min-height: 15.85rem; + padding-top: .5rem; +} +.ecommerce-application .grid-view .ecommerce-card .card-content .item-wrapper +{ + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + + -webkit-box-pack: justify; + -webkit-justify-content: space-between; + -moz-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; +} +.ecommerce-application .grid-view .ecommerce-card .card-content .item-wrapper .item-price +{ + position: relative; + top: 5px; +} +.ecommerce-application .grid-view .ecommerce-card .card-content .item-wrapper .shipping +{ + display: none; +} +.ecommerce-application .grid-view .ecommerce-card .card-content .item-company +{ + display: none; +} +.ecommerce-application .grid-view .ecommerce-card .card-content .item-options +{ + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + + -webkit-flex-wrap: wrap; + -ms-flex-wrap: wrap; + flex-wrap: wrap; +} +.ecommerce-application .grid-view .ecommerce-card .card-content .item-options .cart, +.ecommerce-application .grid-view .ecommerce-card .card-content .item-options .wishlist +{ + -webkit-box-flex: 1; + -webkit-flex-grow: 1; + -moz-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; +} +.ecommerce-application .grid-view .ecommerce-card .card-content .item-options .wishlist +{ + padding: .8rem 2rem; +} +.ecommerce-application .grid-view .ecommerce-card .card-content .item-options .item-wrapper .item-rating +{ + display: none; +} +.ecommerce-application .grid-view .ecommerce-card .card-content .item-options .item-wrapper .item-price +{ + display: none; +} +.ecommerce-application .grid-view .ecommerce-card .card-content .item-name +{ + margin-top: 1rem; +} +.ecommerce-application .grid-view .ecommerce-card .card-content .item-name, +.ecommerce-application .grid-view .ecommerce-card .card-content .item-description +{ + overflow: hidden; + + white-space: nowrap; + text-overflow: ellipsis; +} +.ecommerce-application .grid-view .ecommerce-card .card-body +{ + padding: 1rem; + padding-bottom: 0; +} + +.ecommerce-application .list-view +{ + display: grid; + + grid-template-columns: 1fr; +} +.ecommerce-application .list-view .ecommerce-card +{ + overflow: hidden; +} +.ecommerce-application .list-view .ecommerce-card .card-content +{ + display: grid; + + grid-template-columns: 1fr 2fr 1fr; +} +.ecommerce-application .list-view .ecommerce-card .card-content .item-img +{ + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + + height: 100%; + padding-right: 1rem; + padding-left: 1rem; + + -webkit-align-self: center; + -ms-flex-item-align: center; + align-self: center; + -webkit-box-pack: center; + -webkit-justify-content: center; + -moz-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -webkit-align-items: center; + -moz-box-align: center; + -ms-flex-align: center; + align-items: center; +} +.ecommerce-application .list-view .ecommerce-card .card-content .card-body +{ + padding: 1rem; + padding-bottom: .5rem; + + border-right: 1px solid #dae1e7; +} +.ecommerce-application .list-view .ecommerce-card .card-content .card-body .item-rating +{ + display: none; +} +.ecommerce-application .list-view .ecommerce-card .card-content .card-body .item-price +{ + display: none; +} +.ecommerce-application .list-view .ecommerce-card .card-content .card-body .item-name +{ + font-size: .95rem; + + margin-bottom: .25rem; +} +.ecommerce-application .list-view .ecommerce-card .card-content .card-body .item-company +{ + font-size: .875rem; + + display: block; + + cursor: pointer; +} +.ecommerce-application .list-view .ecommerce-card .card-content .card-body .item-company .company-name +{ + color: #7367f0; +} +.ecommerce-application .list-view .ecommerce-card .card-content .item-options +{ + padding: 1rem; +} +.ecommerce-application .list-view .ecommerce-card .card-content .item-options .item-wrapper +{ + position: relative; +} +.ecommerce-application .list-view .ecommerce-card .card-content .item-options .item-wrapper .item-rating +{ + position: absolute; + right: 0; +} +.ecommerce-application .list-view .ecommerce-card .card-content .item-options .item-wrapper .item-cost .item-price +{ + font-size: 16px; + + position: relative; + top: 55px; +} +.ecommerce-application .list-view .ecommerce-card .card-content .item-options .shipping +{ + position: relative; + top: 50px; + + color: #b8c2cc; +} +.ecommerce-application .list-view .ecommerce-card .card-content .item-options .wishlist +{ + margin-top: 84px; + margin-bottom: 10px; +} +.ecommerce-application .list-view .ecommerce-card .card-content .item-options .wishlist, +.ecommerce-application .list-view .ecommerce-card .card-content .item-options .cart +{ + border-radius: 6px; +} + +.ecommerce-application .checkout-items .ecommerce-card .card-content .item-company +{ + margin-bottom: 0; +} + +.ecommerce-application .checkout-items .ecommerce-card .card-content .stock-status-in +{ + font-size: .875rem; + font-weight: 400; + + color: #28c76f; +} + +.ecommerce-application .checkout-items .ecommerce-card .card-content .stock-status-out +{ + font-size: .875rem; + font-weight: 400; + + color: #ea5455; +} + +.ecommerce-application .checkout-items .ecommerce-card .card-content .item-quantity +{ + font-size: .875rem; + font-weight: 700; +} +.ecommerce-application .checkout-items .ecommerce-card .card-content .item-quantity .quantity-title +{ + margin-bottom: .5rem; +} +.ecommerce-application .checkout-items .ecommerce-card .card-content .item-quantity .quantity-counter-wrapper +{ + margin-left: -10px; +} + +.ecommerce-application .checkout-items .ecommerce-card .card-content .delivery-date, +.ecommerce-application .checkout-items .ecommerce-card .card-content .offers +{ + font-size: 1rem; + font-weight: 500; + + margin-bottom: 0; +} + +.ecommerce-application .checkout-items .ecommerce-card .card-content .delivery-date +{ + margin-top: 1.8rem; + + color: #b8c2cc; +} + +.ecommerce-application .checkout-items .ecommerce-card .card-content .offers +{ + color: #28c76f; +} + +.ecommerce-application .checkout-options .options-title +{ + color: #b8c2cc; +} + +.ecommerce-application .checkout-options .coupons +{ + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + + -webkit-box-pack: justify; + -webkit-justify-content: space-between; + -moz-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; +} +.ecommerce-application .checkout-options .coupons .coupons-title +{ + font-weight: 600; +} +.ecommerce-application .checkout-options .coupons .coupons-title p +{ + margin-bottom: .5rem; +} +.ecommerce-application .checkout-options .coupons .apply-coupon +{ + font-weight: 500; + + cursor: pointer; + + color: #7367f0; +} +.ecommerce-application .checkout-options .coupons .apply-coupon p +{ + margin-bottom: .5rem; +} + +.ecommerce-application .checkout-options .price-details +{ + font-weight: 600; + + margin-bottom: .75rem; +} + +.ecommerce-application .checkout-options .detail +{ + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + + margin-bottom: .75rem; + + -webkit-box-pack: justify; + -webkit-justify-content: space-between; + -moz-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; +} +.ecommerce-application .checkout-options .detail .detail-title +{ + color: #b8c2cc; +} +.ecommerce-application .checkout-options .detail .detail-title.detail-total +{ + font-weight: 600; + + color: #626262; +} +.ecommerce-application .checkout-options .detail .detail-amt.discount-amt +{ + color: #28c76f; +} +.ecommerce-application .checkout-options .detail .detail-amt.emi-details +{ + cursor: pointer; + + color: #7367f0; +} +.ecommerce-application .checkout-options .detail .detail-amt.total-amt +{ + font-weight: 600; +} + +.ecommerce-application .payment-type .gift-card +{ + cursor: pointer; +} +.ecommerce-application .payment-type .gift-card i +{ + position: relative; + top: 3px; +} + +.ecommerce-application .wizard.checkout-tab-steps .steps ul li.error > a +{ + color: #7367f0; +} +.ecommerce-application .wizard.checkout-tab-steps .steps ul li.error > a .step +{ + border-color: #7367f0; + background-color: #7367f0; +} + +.ecommerce-application .wizard.checkout-tab-steps #checkout-address .form-group .error +{ + color: #ea5455; +} + +@media (max-width: 1200px) +{ + .ecommerce-application .app-content + { + overflow: scroll; + } +} + +@media (max-width: 991.98px) +{ + .ecommerce-application .sidebar-left .sidebar + { + position: absolute; + top: 14rem; + } + .ecommerce-application .sidebar-left .sidebar .card + { + padding-bottom: 100vh; + + border-radius: 0; + } + .ecommerce-application .sidebar-left .sidebar .card .card-body + { + padding-bottom: 100%; + } + .ecommerce-application .sidebar-left .sidebar .sidebar-shop + { + position: absolute; + + -webkit-transition: all .25s ease; + -moz-transition: all .25s ease; + -o-transition: all .25s ease; + transition: all .25s ease; + -webkit-transform: translateX(-112%); + -moz-transform: translateX(-112%); + -ms-transform: translateX(-112%); + -o-transform: translateX(-112%); + transform: translateX(-112%); + } + .ecommerce-application .sidebar-left .sidebar .sidebar-shop.show + { + -webkit-transition: all .25s ease; + -moz-transition: all .25s ease; + -o-transition: all .25s ease; + transition: all .25s ease; + -webkit-transform: translateX(0); + -moz-transform: translateX(0); + -ms-transform: translateX(0); + -o-transform: translateX(0); + transform: translateX(0); + } + .ecommerce-application .ecommerce-header-items .result-toggler .shop-sidebar-toggler + { + position: relative; + top: 1.2rem; + } + .ecommerce-application .grid-view + { + grid-template-columns: 1fr 1fr; + } +} + +@media (max-width: 991.98px) +{ + .ecommerce-application .ecommerce-header-items .result-toggler .search-results + { + display: none; + } + .ecommerce-application .ecommerce-header-items .result-toggler .shop-sidebar-toggler + { + top: .5rem; + } + .ecommerce-application .ecommerce-header-items .sidebar-shop + { + z-index: 5; + + -webkit-transition: all .2s ease; + -moz-transition: all .2s ease; + -o-transition: all .2s ease; + transition: all .2s ease; + -webkit-transform: translateX(-123%); + -moz-transform: translateX(-123%); + -ms-transform: translateX(-123%); + -o-transform: translateX(-123%); + transform: translateX(-123%); + } + .ecommerce-application .ecommerce-header-items .sidebar-shop.show + { + position: absolute; + + -webkit-transition: all .2s ease; + -moz-transition: all .2s ease; + -o-transition: all .2s ease; + transition: all .2s ease; + -webkit-transform: translateX(0); + -moz-transform: translateX(0); + -ms-transform: translateX(0); + -o-transform: translateX(0); + transform: translateX(0); + } + .ecommerce-application .list-view .ecommerce-card .card-content + { + grid-template-columns: 1fr; + } + .ecommerce-application .list-view .ecommerce-card .card-content .item-img + { + padding-top: 2rem; + padding-bottom: 2rem; + } + .ecommerce-application .list-view .ecommerce-card .card-content .card-body + { + border: none; + } +} + +@media (max-width: 576px) +{ + .ecommerce-application .sidebar-shop + { + top: 0; + } + .ecommerce-application .grid-view + { + grid-template-columns: 1fr; + } +} + +@media (min-width: 992px) +{ + .ecommerce-application .ecommerce-header-items .shop-sidebar-toggler + { + display: none; + } + .ecommerce-application .wishlist-items.grid-view + { + grid-template-columns: 1fr 1fr 1fr 1fr; + } + .ecommerce-application .product-checkout.list-view + { + grid-template-columns: 2fr 1fr; + -webkit-column-gap: 20px; + -moz-column-gap: 20px; + column-gap: 20px; + } +} + +@media (max-width: 360px) +{ + .ecommerce-application .sidebar-shop + { + top: 1.5rem; + } +} + +@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) +{ + .ecommerce-application .grid-view + { + display: block; + } + .ecommerce-application .grid-view .ecommerce-card + { + float: left; + + width: 31%; + margin-right: 1%; + margin-left: 1%; + } + .ecommerce-application .list-view + { + display: block; + } + .ecommerce-application .list-view .ecommerce-card .card-content + { + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + } + .ecommerce-application .list-view .ecommerce-card .card-content .item-options .wishlist, + .ecommerce-application .list-view .ecommerce-card .card-content .item-options .cart + { + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + + padding: .8rem 3rem; + + -webkit-box-pack: center; + -webkit-justify-content: center; + -moz-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + } + .ecommerce-application #ecommerce-pagination .row + { + clear: both; + } +} diff --git a/wwwjuba/app-assets/css/pages/app-ecommerce-shop.min.css b/wwwjuba/app-assets/css/pages/app-ecommerce-shop.min.css new file mode 100644 index 0000000..57ebb30 --- /dev/null +++ b/wwwjuba/app-assets/css/pages/app-ecommerce-shop.min.css @@ -0,0 +1 @@ +.ecommerce-application .grid-view .ecommerce-card,.ecommerce-application .list-view .ecommerce-card{overflow:hidden}.ecommerce-application .content-body{position:relative}.ecommerce-application .shop-content-overlay{position:absolute;z-index:0;top:4.2rem;width:100%;height:100%;opacity:0;background:rgba(0,0,0,.2)}.ecommerce-application .shop-content-overlay.show{z-index:1;opacity:1}.ecommerce-application .sidebar-shop .sidebar-close-icon{font-size:1.25rem;position:absolute;z-index:5;top:.25rem;right:.25rem;cursor:pointer}.ecommerce-application .sidebar-shop .filter-heading{font-weight:700;position:relative;top:-7px;color:#626262}.ecommerce-application .sidebar-shop .vs-radio-con input:checked~span{color:#7367f0}.ecommerce-application .sidebar-shop .filter-title{font-weight:700}.ecommerce-application .sidebar-shop .range-slider.noUi-horizontal,.ecommerce-application .sidebar-shop .range-slider.noUi-horizontal .noUi-base{height:.285rem}.ecommerce-application .sidebar-shop .range-slider.noUi-horizontal .noUi-handle{line-height:1.15;top:-.428rem;right:-1.071rem!important;width:16px;height:16px;cursor:pointer;border-width:.142rem}.ecommerce-application .sidebar-shop .range-slider.noUi-horizontal .noUi-handle .noUi-tooltip{font-size:.75rem;padding:.142rem .357rem;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);opacity:0;color:#fff;border:none;border-radius:.357rem;background-color:#7367f0}.ecommerce-application .sidebar-shop .range-slider.noUi-horizontal .noUi-handle .noUi-tooltip:before{content:'$ '}.ecommerce-application .sidebar-shop .range-slider.noUi-horizontal .noUi-handle:hover{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2)}.ecommerce-application .sidebar-shop .range-slider.noUi-horizontal .noUi-handle:active{-webkit-transition:.25s ease;-moz-transition:.25s ease;-o-transition:.25s ease;transition:.25s ease;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);border-width:.5rem}.ecommerce-application .sidebar-shop .range-slider.noUi-horizontal .noUi-handle:active .noUi-tooltip{opacity:1}.ecommerce-application .sidebar-shop .ratings-list .ratings-list-item{font-size:1.5rem;cursor:pointer}.ecommerce-application .sidebar-shop .ratings-list~.stars-received{margin-top:.35rem}.ecommerce-application .sidebar-shop{z-index:4;width:260px;margin-top:2rem}.ecommerce-application .ecommerce-header-items{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.ecommerce-application .ecommerce-header-items .view-options .view-btn-option{display:inline-block}.ecommerce-application .ecommerce-header-items .view-options .view-btn-option .btn.view-btn{margin-right:10px;padding:.5rem;color:#626262;background-color:#fff;-webkit-box-shadow:0 2px 8px 0 rgba(0,0,0,.14)!important;box-shadow:0 2px 8px 0 rgba(0,0,0,.14)!important}.ecommerce-application .ecommerce-header-items .view-options .view-btn-option .btn.view-btn i{font-size:1.7rem}.ecommerce-application .ecommerce-header-items .view-options .view-btn-option .btn.view-btn.active,.ecommerce-application .ecommerce-header-items .view-options .view-btn-option .btn.view-btn.active:active,.ecommerce-application .ecommerce-header-items .view-options .view-btn-option .btn.view-btn.active:hover{color:#7367f0!important}.ecommerce-application .ecommerce-header-items .view-options .view-btn-option .btn.view-btn:active,.ecommerce-application .ecommerce-header-items .view-options .view-btn-option .btn.view-btn:hover{color:#626262}.ecommerce-application .ecommerce-header-items .view-options .select2{width:auto!important;margin-right:10px}.ecommerce-application .ecommerce-header-items .view-options .select2 .select2-selection--single{border:none!important;border-radius:5px;-webkit-box-shadow:0 2px 8px 0 rgba(0,0,0,.14);box-shadow:0 2px 8px 0 rgba(0,0,0,.14)}.ecommerce-application .ecommerce-header-items .result-toggler{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-webkit-align-items:flex-end;-moz-box-align:end;-ms-flex-align:end;align-items:flex-end}.ecommerce-application .ecommerce-header-items .result-toggler .shop-sidebar-toggler{font-size:1.7rem;margin-left:-6px;padding-left:0}.ecommerce-application .ecommerce-header-items .result-toggler .shop-sidebar-toggler:active,.ecommerce-application .ecommerce-header-items .result-toggler .shop-sidebar-toggler:focus{outline:0}.ecommerce-application .ecommerce-header-items .result-toggler .shop-sidebar-toggler .navbar-toggler-icon i{vertical-align:middle;color:#626262}.ecommerce-application .ecommerce-header-items .result-toggler .search-results{font-weight:700;display:inline-block;color:#626262}.ecommerce-application .search-product{font-size:1.2rem;height:48px;padding-left:1rem;border:none;-webkit-box-shadow:0 2px 8px 0 rgba(0,0,0,.14);box-shadow:0 2px 8px 0 rgba(0,0,0,.14)}.ecommerce-application .search-product~.form-control-position{top:10px;right:10px}.ecommerce-application .search-product~.form-control-position i{font-size:1.5rem}.ecommerce-application .search-product::-webkit-input-placeholder{font-size:.95rem}.ecommerce-application .search-product:-moz-placeholder{font-size:.95rem}.ecommerce-application .search-product::-moz-placeholder{font-size:.95rem}.ecommerce-application .search-product:-ms-input-placeholder{font-size:.95rem}.ecommerce-application .search-product::placeholder{font-size:.95rem}.ecommerce-application .ecommerce-card:hover{-webkit-transform:translateY(-5px);-moz-transform:translateY(-5px);-ms-transform:translateY(-5px);-o-transform:translateY(-5px);transform:translateY(-5px);-webkit-box-shadow:0 4px 25px 0 rgba(0,0,0,.25);box-shadow:0 4px 25px 0 rgba(0,0,0,.25)}.ecommerce-application .ecommerce-card .item-price{font-weight:700}.ecommerce-application .ecommerce-card .item-rating i{margin-left:.25rem;vertical-align:top}.ecommerce-application .ecommerce-card .item-name{font-weight:600;color:#2c2c2c}.ecommerce-application .ecommerce-card .item-description{font-size:.875rem}.ecommerce-application .ecommerce-card .cart,.ecommerce-application .ecommerce-card .wishlist{font-size:.875rem;font-weight:600;padding:.8rem 1rem;cursor:pointer;text-transform:uppercase}.ecommerce-application .ecommerce-card .cart i,.ecommerce-application .ecommerce-card .wishlist i{font-size:1rem;margin-right:.25rem}.ecommerce-application .ecommerce-card .wishlist{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#2c2c2c;background-color:#f6f6f6}.ecommerce-application .ecommerce-card .wishlist.added i{color:#ea5455}.ecommerce-application .ecommerce-card .cart{color:#fff;background-color:#7367f0}.ecommerce-application .ecommerce-card .cart .view-in-cart{color:#fff}.ecommerce-application .grid-view,.ecommerce-application .list-view{margin-top:.7rem}.ecommerce-application .grid-view{display:grid;grid-template-columns:1fr 1fr 1fr;-webkit-column-gap:28px;-moz-column-gap:28px;column-gap:28px}.ecommerce-application .grid-view .ecommerce-card .card-content .item-img{min-height:15.85rem;padding-top:.5rem}.ecommerce-application .grid-view .ecommerce-card .card-content .item-wrapper{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.ecommerce-application .grid-view .ecommerce-card .card-content .item-wrapper .item-price{position:relative;top:5px}.ecommerce-application .grid-view .ecommerce-card .card-content .item-company,.ecommerce-application .grid-view .ecommerce-card .card-content .item-wrapper .shipping{display:none}.ecommerce-application .grid-view .ecommerce-card .card-content .item-options{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.ecommerce-application .grid-view .ecommerce-card .card-content .item-options .cart,.ecommerce-application .grid-view .ecommerce-card .card-content .item-options .wishlist{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1}.ecommerce-application .grid-view .ecommerce-card .card-content .item-options .wishlist{padding:.8rem 2rem}.ecommerce-application .grid-view .ecommerce-card .card-content .item-options .item-wrapper .item-price,.ecommerce-application .grid-view .ecommerce-card .card-content .item-options .item-wrapper .item-rating{display:none}.ecommerce-application .grid-view .ecommerce-card .card-content .item-name{margin-top:1rem}.ecommerce-application .grid-view .ecommerce-card .card-content .item-description,.ecommerce-application .grid-view .ecommerce-card .card-content .item-name{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ecommerce-application .grid-view .ecommerce-card .card-body{padding:1rem 1rem 0}.ecommerce-application .list-view{display:grid;grid-template-columns:1fr}.ecommerce-application .list-view .ecommerce-card .card-content{display:grid;grid-template-columns:1fr 2fr 1fr}.ecommerce-application .list-view .ecommerce-card .card-content .item-img{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:100%;padding-right:1rem;padding-left:1rem;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.ecommerce-application .list-view .ecommerce-card .card-content .card-body{padding:1rem 1rem .5rem;border-right:1px solid #dae1e7}.ecommerce-application .list-view .ecommerce-card .card-content .card-body .item-price,.ecommerce-application .list-view .ecommerce-card .card-content .card-body .item-rating{display:none}.ecommerce-application .list-view .ecommerce-card .card-content .card-body .item-name{font-size:.95rem;margin-bottom:.25rem}.ecommerce-application .list-view .ecommerce-card .card-content .card-body .item-company{font-size:.875rem;display:block;cursor:pointer}.ecommerce-application .list-view .ecommerce-card .card-content .card-body .item-company .company-name{color:#7367f0}.ecommerce-application .list-view .ecommerce-card .card-content .item-options{padding:1rem}.ecommerce-application .list-view .ecommerce-card .card-content .item-options .item-wrapper{position:relative}.ecommerce-application .list-view .ecommerce-card .card-content .item-options .item-wrapper .item-rating{position:absolute;right:0}.ecommerce-application .list-view .ecommerce-card .card-content .item-options .item-wrapper .item-cost .item-price{font-size:16px;position:relative;top:55px}.ecommerce-application .list-view .ecommerce-card .card-content .item-options .shipping{position:relative;top:50px;color:#b8c2cc}.ecommerce-application .list-view .ecommerce-card .card-content .item-options .wishlist{margin-top:84px;margin-bottom:10px}.ecommerce-application .list-view .ecommerce-card .card-content .item-options .cart,.ecommerce-application .list-view .ecommerce-card .card-content .item-options .wishlist{border-radius:6px}.ecommerce-application .checkout-items .ecommerce-card .card-content .item-company{margin-bottom:0}.ecommerce-application .checkout-items .ecommerce-card .card-content .stock-status-in{font-size:.875rem;font-weight:400;color:#28c76f}.ecommerce-application .checkout-items .ecommerce-card .card-content .stock-status-out{font-size:.875rem;font-weight:400;color:#ea5455}.ecommerce-application .checkout-items .ecommerce-card .card-content .item-quantity{font-size:.875rem;font-weight:700}.ecommerce-application .checkout-items .ecommerce-card .card-content .item-quantity .quantity-title{margin-bottom:.5rem}.ecommerce-application .checkout-items .ecommerce-card .card-content .item-quantity .quantity-counter-wrapper{margin-left:-10px}.ecommerce-application .checkout-items .ecommerce-card .card-content .delivery-date,.ecommerce-application .checkout-items .ecommerce-card .card-content .offers{font-size:1rem;font-weight:500;margin-bottom:0}.ecommerce-application .checkout-options .coupons .apply-coupon p,.ecommerce-application .checkout-options .coupons .coupons-title p{margin-bottom:.5rem}.ecommerce-application .checkout-items .ecommerce-card .card-content .delivery-date{margin-top:1.8rem;color:#b8c2cc}.ecommerce-application .checkout-items .ecommerce-card .card-content .offers{color:#28c76f}.ecommerce-application .checkout-options .options-title{color:#b8c2cc}.ecommerce-application .checkout-options .coupons{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.ecommerce-application .checkout-options .coupons .coupons-title{font-weight:600}.ecommerce-application .checkout-options .coupons .apply-coupon{font-weight:500;cursor:pointer;color:#7367f0}.ecommerce-application .checkout-options .price-details{font-weight:600;margin-bottom:.75rem}.ecommerce-application .checkout-options .detail{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin-bottom:.75rem;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.ecommerce-application .checkout-options .detail .detail-title{color:#b8c2cc}.ecommerce-application .checkout-options .detail .detail-title.detail-total{font-weight:600;color:#626262}.ecommerce-application .checkout-options .detail .detail-amt.discount-amt{color:#28c76f}.ecommerce-application .checkout-options .detail .detail-amt.emi-details{cursor:pointer;color:#7367f0}.ecommerce-application .checkout-options .detail .detail-amt.total-amt{font-weight:600}.ecommerce-application .payment-type .gift-card{cursor:pointer}.ecommerce-application .payment-type .gift-card i{position:relative;top:3px}.ecommerce-application .wizard.checkout-tab-steps .steps ul li.error>a{color:#7367f0}.ecommerce-application .wizard.checkout-tab-steps .steps ul li.error>a .step{border-color:#7367f0;background-color:#7367f0}.ecommerce-application .wizard.checkout-tab-steps #checkout-address .form-group .error{color:#ea5455}@media (max-width:1200px){.ecommerce-application .app-content{overflow:scroll}}@media (max-width:991.98px){.ecommerce-application .sidebar-left .sidebar{position:absolute;top:14rem}.ecommerce-application .sidebar-left .sidebar .card{padding-bottom:100vh;border-radius:0}.ecommerce-application .sidebar-left .sidebar .card .card-body{padding-bottom:100%}.ecommerce-application .sidebar-left .sidebar .sidebar-shop{position:absolute;-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease;-webkit-transform:translateX(-112%);-moz-transform:translateX(-112%);-ms-transform:translateX(-112%);-o-transform:translateX(-112%);transform:translateX(-112%)}.ecommerce-application .sidebar-left .sidebar .sidebar-shop.show{-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease;-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.ecommerce-application .ecommerce-header-items .result-toggler .shop-sidebar-toggler{position:relative;top:.5rem}.ecommerce-application .grid-view{grid-template-columns:1fr 1fr}.ecommerce-application .ecommerce-header-items .result-toggler .search-results{display:none}.ecommerce-application .ecommerce-header-items .sidebar-shop{z-index:5;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;-webkit-transform:translateX(-123%);-moz-transform:translateX(-123%);-ms-transform:translateX(-123%);-o-transform:translateX(-123%);transform:translateX(-123%)}.ecommerce-application .ecommerce-header-items .sidebar-shop.show{position:absolute;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.ecommerce-application .list-view .ecommerce-card .card-content{grid-template-columns:1fr}.ecommerce-application .list-view .ecommerce-card .card-content .item-img{padding-top:2rem;padding-bottom:2rem}.ecommerce-application .list-view .ecommerce-card .card-content .card-body{border:none}}@media (max-width:576px){.ecommerce-application .sidebar-shop{top:0}.ecommerce-application .grid-view{grid-template-columns:1fr}}@media (min-width:992px){.ecommerce-application .ecommerce-header-items .shop-sidebar-toggler{display:none}.ecommerce-application .wishlist-items.grid-view{grid-template-columns:1fr 1fr 1fr 1fr}.ecommerce-application .product-checkout.list-view{grid-template-columns:2fr 1fr;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}}@media (max-width:360px){.ecommerce-application .sidebar-shop{top:1.5rem}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.ecommerce-application .grid-view,.ecommerce-application .list-view{display:block}.ecommerce-application .grid-view .ecommerce-card{float:left;width:31%;margin-right:1%;margin-left:1%}.ecommerce-application .list-view .ecommerce-card .card-content{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.ecommerce-application .list-view .ecommerce-card .card-content .item-options .cart,.ecommerce-application .list-view .ecommerce-card .card-content .item-options .wishlist{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;padding:.8rem 3rem;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.ecommerce-application #ecommerce-pagination .row{clear:both}} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/pages/app-email.css b/wwwjuba/app-assets/css/pages/app-email.css new file mode 100644 index 0000000..e17a36e --- /dev/null +++ b/wwwjuba/app-assets/css/pages/app-email.css @@ -0,0 +1,35681 @@ +/*======================================================== + DARK LAYOUT +=========================================================*/ +.email-application .content-area-wrapper +{ + border: 1px solid #dae1e7; + border-radius: .25rem; +} +.email-application .content-area-wrapper .sidebar .email-app-sidebar +{ + width: 260px; + height: -webkit-calc(100vh - 13rem); + height: -moz-calc(100vh - 13rem); + height: calc(100vh - 13rem); + + -webkit-transition: all .3s ease; + -moz-transition: all .3s ease; + -o-transition: all .3s ease; + transition: all .3s ease; + + border-top-left-radius: .25rem; + border-bottom-left-radius: .25rem; + background-color: #fff; +} +.email-application .content-area-wrapper .sidebar .email-app-sidebar .sidebar-close-icon +{ + font-size: 1.25rem; + + position: absolute; + z-index: 5; + top: .25rem; + right: .25rem; + + visibility: hidden; + + cursor: pointer; +} +.email-application .content-area-wrapper .sidebar .email-app-sidebar .email-app-menu +{ + z-index: 3; + + width: 100%; + padding-bottom: .5rem; + + -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05); + box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05); +} +.email-application .content-area-wrapper .sidebar .email-app-sidebar .email-app-menu .compose-btn +{ + margin-bottom: .25rem; + padding: 1px 1.5rem; +} +.email-application .content-area-wrapper .sidebar .email-app-sidebar .email-app-menu .badge +{ + padding: .5rem .68rem; +} +.email-application .content-area-wrapper .sidebar .email-app-sidebar .email-app-menu .sidebar-menu-list +{ + position: relative; + + height: -webkit-calc(100% - 6.4rem); + height: -moz-calc(100% - 6.4rem); + height: calc(100% - 6.4rem); + padding: 0 1.5rem; +} +.email-application .content-area-wrapper .sidebar .email-app-sidebar .email-app-menu .list-group .list-group-item i +{ + top: 3px; +} +.email-application .content-area-wrapper .sidebar .email-app-sidebar .email-app-menu hr +{ + margin-right: -1.5rem; + margin-left: -1.5rem; +} +.email-application .content-area-wrapper .sidebar .list-group .list-group-item +{ + padding-right: 0; + padding-left: 0; +} +.email-application .content-area-wrapper .sidebar .list-group .list-group-item:hover, +.email-application .content-area-wrapper .sidebar .list-group .list-group-item:focus +{ + color: #626262; + background-color: transparent; +} +.email-application .content-area-wrapper .sidebar .list-group .list-group-item.active +{ + color: #7367f0; + background: transparent; +} +.email-application .content-area-wrapper .content-right +{ + width: -webkit-calc(100% - 260px); + width: -moz-calc(100% - 260px); + width: calc(100% - 260px); +} +.email-application .content-area-wrapper .content-right .content-wrapper +{ + padding: 0; +} +.email-application .content-area-wrapper .content-right .email-app-list-wrapper +{ + border-left: 1px solid #dae1e7; +} +.email-application .content-area-wrapper .content-right .app-fixed-search +{ + padding: .35rem .1rem; + + border-bottom: 1px solid #dae1e7; + border-top-right-radius: .5rem; + background-color: #fff; +} +.email-application .content-area-wrapper .content-right .app-fixed-search .form-control-position +{ + font-size: -webkit-calc(1rem * 1.1); + font-size: -moz-calc(1rem * 1.1); + font-size: calc(1rem * 1.1); +} +.email-application .content-area-wrapper .content-right .app-fixed-search input +{ + border: 0; + background-color: transparent; +} +.email-application .content-area-wrapper .content-right .app-fixed-search input:focus +{ + border-color: transparent; + -webkit-box-shadow: none; + box-shadow: none; +} +.email-application .content-area-wrapper .content-right .action-icon +{ + cursor: pointer; +} + +.email-application .app-content .content-area-wrapper +{ + position: relative; +} +.email-application .app-content .content-area-wrapper .sidebar-toggle +{ + line-height: 1; + + float: left; + + margin: .5rem .99rem; + + cursor: pointer; +} +.email-application .app-content .content-area-wrapper .sidebar-toggle i +{ + font-size: 1.75rem; +} +.email-application .app-content .content-area-wrapper .go-back +{ + cursor: pointer; +} +.email-application .app-content .content-area-wrapper .app-content-overlay +{ + position: absolute; + z-index: 2; + top: 0; + right: 0; + bottom: 0; + left: 0; + + display: block; + visibility: hidden; + + -webkit-transition: all .3s ease; + -moz-transition: all .3s ease; + -o-transition: all .3s ease; + transition: all .3s ease; + + opacity: 0; +} +.email-application .app-content .content-area-wrapper .app-content-overlay.show +{ + visibility: visible; + + -webkit-transition: all .3s ease; + -moz-transition: all .3s ease; + -o-transition: all .3s ease; + transition: all .3s ease; + + opacity: 1; + border-radius: .5rem; + background-color: rgba(0, 0, 0, .2); +} +.email-application .app-content .content-area-wrapper .email-user-list +{ + position: relative; + + height: -webkit-calc(100vh - 20.3rem); + height: -moz-calc(100vh - 20.3rem); + height: calc(100vh - 20.3rem); +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper +{ + margin: 0; + padding: 0; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1) +{ + -webkit-animation-delay: .1s; + -moz-animation-delay: .1s; + -o-animation-delay: .1s; + animation-delay: .1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2) +{ + -webkit-animation-delay: .2s; + -moz-animation-delay: .2s; + -o-animation-delay: .2s; + animation-delay: .2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3) +{ + -webkit-animation-delay: .3s; + -moz-animation-delay: .3s; + -o-animation-delay: .3s; + animation-delay: .3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4) +{ + -webkit-animation-delay: .4s; + -moz-animation-delay: .4s; + -o-animation-delay: .4s; + animation-delay: .4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(5) +{ + -webkit-animation-delay: .5s; + -moz-animation-delay: .5s; + -o-animation-delay: .5s; + animation-delay: .5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(6) +{ + -webkit-animation-delay: .6s; + -moz-animation-delay: .6s; + -o-animation-delay: .6s; + animation-delay: .6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(7) +{ + -webkit-animation-delay: .7s; + -moz-animation-delay: .7s; + -o-animation-delay: .7s; + animation-delay: .7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(8) +{ + -webkit-animation-delay: .8s; + -moz-animation-delay: .8s; + -o-animation-delay: .8s; + animation-delay: .8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(9) +{ + -webkit-animation-delay: .9s; + -moz-animation-delay: .9s; + -o-animation-delay: .9s; + animation-delay: .9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(10) +{ + -webkit-animation-delay: 1s; + -moz-animation-delay: 1s; + -o-animation-delay: 1s; + animation-delay: 1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(11) +{ + -webkit-animation-delay: 1.1s; + -moz-animation-delay: 1.1s; + -o-animation-delay: 1.1s; + animation-delay: 1.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(12) +{ + -webkit-animation-delay: 1.2s; + -moz-animation-delay: 1.2s; + -o-animation-delay: 1.2s; + animation-delay: 1.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(13) +{ + -webkit-animation-delay: 1.3s; + -moz-animation-delay: 1.3s; + -o-animation-delay: 1.3s; + animation-delay: 1.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(14) +{ + -webkit-animation-delay: 1.4s; + -moz-animation-delay: 1.4s; + -o-animation-delay: 1.4s; + animation-delay: 1.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(15) +{ + -webkit-animation-delay: 1.5s; + -moz-animation-delay: 1.5s; + -o-animation-delay: 1.5s; + animation-delay: 1.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(16) +{ + -webkit-animation-delay: 1.6s; + -moz-animation-delay: 1.6s; + -o-animation-delay: 1.6s; + animation-delay: 1.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(17) +{ + -webkit-animation-delay: 1.7s; + -moz-animation-delay: 1.7s; + -o-animation-delay: 1.7s; + animation-delay: 1.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(18) +{ + -webkit-animation-delay: 1.8s; + -moz-animation-delay: 1.8s; + -o-animation-delay: 1.8s; + animation-delay: 1.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(19) +{ + -webkit-animation-delay: 1.9s; + -moz-animation-delay: 1.9s; + -o-animation-delay: 1.9s; + animation-delay: 1.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(20) +{ + -webkit-animation-delay: 2s; + -moz-animation-delay: 2s; + -o-animation-delay: 2s; + animation-delay: 2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(21) +{ + -webkit-animation-delay: 2.1s; + -moz-animation-delay: 2.1s; + -o-animation-delay: 2.1s; + animation-delay: 2.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(22) +{ + -webkit-animation-delay: 2.2s; + -moz-animation-delay: 2.2s; + -o-animation-delay: 2.2s; + animation-delay: 2.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(23) +{ + -webkit-animation-delay: 2.3s; + -moz-animation-delay: 2.3s; + -o-animation-delay: 2.3s; + animation-delay: 2.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(24) +{ + -webkit-animation-delay: 2.4s; + -moz-animation-delay: 2.4s; + -o-animation-delay: 2.4s; + animation-delay: 2.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(25) +{ + -webkit-animation-delay: 2.5s; + -moz-animation-delay: 2.5s; + -o-animation-delay: 2.5s; + animation-delay: 2.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(26) +{ + -webkit-animation-delay: 2.6s; + -moz-animation-delay: 2.6s; + -o-animation-delay: 2.6s; + animation-delay: 2.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(27) +{ + -webkit-animation-delay: 2.7s; + -moz-animation-delay: 2.7s; + -o-animation-delay: 2.7s; + animation-delay: 2.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(28) +{ + -webkit-animation-delay: 2.8s; + -moz-animation-delay: 2.8s; + -o-animation-delay: 2.8s; + animation-delay: 2.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(29) +{ + -webkit-animation-delay: 2.9s; + -moz-animation-delay: 2.9s; + -o-animation-delay: 2.9s; + animation-delay: 2.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(30) +{ + -webkit-animation-delay: 3s; + -moz-animation-delay: 3s; + -o-animation-delay: 3s; + animation-delay: 3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(31) +{ + -webkit-animation-delay: 3.1s; + -moz-animation-delay: 3.1s; + -o-animation-delay: 3.1s; + animation-delay: 3.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(32) +{ + -webkit-animation-delay: 3.2s; + -moz-animation-delay: 3.2s; + -o-animation-delay: 3.2s; + animation-delay: 3.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(33) +{ + -webkit-animation-delay: 3.3s; + -moz-animation-delay: 3.3s; + -o-animation-delay: 3.3s; + animation-delay: 3.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(34) +{ + -webkit-animation-delay: 3.4s; + -moz-animation-delay: 3.4s; + -o-animation-delay: 3.4s; + animation-delay: 3.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(35) +{ + -webkit-animation-delay: 3.5s; + -moz-animation-delay: 3.5s; + -o-animation-delay: 3.5s; + animation-delay: 3.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(36) +{ + -webkit-animation-delay: 3.6s; + -moz-animation-delay: 3.6s; + -o-animation-delay: 3.6s; + animation-delay: 3.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(37) +{ + -webkit-animation-delay: 3.7s; + -moz-animation-delay: 3.7s; + -o-animation-delay: 3.7s; + animation-delay: 3.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(38) +{ + -webkit-animation-delay: 3.8s; + -moz-animation-delay: 3.8s; + -o-animation-delay: 3.8s; + animation-delay: 3.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(39) +{ + -webkit-animation-delay: 3.9s; + -moz-animation-delay: 3.9s; + -o-animation-delay: 3.9s; + animation-delay: 3.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(40) +{ + -webkit-animation-delay: 4s; + -moz-animation-delay: 4s; + -o-animation-delay: 4s; + animation-delay: 4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(41) +{ + -webkit-animation-delay: 4.1s; + -moz-animation-delay: 4.1s; + -o-animation-delay: 4.1s; + animation-delay: 4.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(42) +{ + -webkit-animation-delay: 4.2s; + -moz-animation-delay: 4.2s; + -o-animation-delay: 4.2s; + animation-delay: 4.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(43) +{ + -webkit-animation-delay: 4.3s; + -moz-animation-delay: 4.3s; + -o-animation-delay: 4.3s; + animation-delay: 4.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(44) +{ + -webkit-animation-delay: 4.4s; + -moz-animation-delay: 4.4s; + -o-animation-delay: 4.4s; + animation-delay: 4.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(45) +{ + -webkit-animation-delay: 4.5s; + -moz-animation-delay: 4.5s; + -o-animation-delay: 4.5s; + animation-delay: 4.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(46) +{ + -webkit-animation-delay: 4.6s; + -moz-animation-delay: 4.6s; + -o-animation-delay: 4.6s; + animation-delay: 4.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(47) +{ + -webkit-animation-delay: 4.7s; + -moz-animation-delay: 4.7s; + -o-animation-delay: 4.7s; + animation-delay: 4.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(48) +{ + -webkit-animation-delay: 4.8s; + -moz-animation-delay: 4.8s; + -o-animation-delay: 4.8s; + animation-delay: 4.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(49) +{ + -webkit-animation-delay: 4.9s; + -moz-animation-delay: 4.9s; + -o-animation-delay: 4.9s; + animation-delay: 4.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(50) +{ + -webkit-animation-delay: 5s; + -moz-animation-delay: 5s; + -o-animation-delay: 5s; + animation-delay: 5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(51) +{ + -webkit-animation-delay: 5.1s; + -moz-animation-delay: 5.1s; + -o-animation-delay: 5.1s; + animation-delay: 5.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(52) +{ + -webkit-animation-delay: 5.2s; + -moz-animation-delay: 5.2s; + -o-animation-delay: 5.2s; + animation-delay: 5.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(53) +{ + -webkit-animation-delay: 5.3s; + -moz-animation-delay: 5.3s; + -o-animation-delay: 5.3s; + animation-delay: 5.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(54) +{ + -webkit-animation-delay: 5.4s; + -moz-animation-delay: 5.4s; + -o-animation-delay: 5.4s; + animation-delay: 5.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(55) +{ + -webkit-animation-delay: 5.5s; + -moz-animation-delay: 5.5s; + -o-animation-delay: 5.5s; + animation-delay: 5.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(56) +{ + -webkit-animation-delay: 5.6s; + -moz-animation-delay: 5.6s; + -o-animation-delay: 5.6s; + animation-delay: 5.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(57) +{ + -webkit-animation-delay: 5.7s; + -moz-animation-delay: 5.7s; + -o-animation-delay: 5.7s; + animation-delay: 5.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(58) +{ + -webkit-animation-delay: 5.8s; + -moz-animation-delay: 5.8s; + -o-animation-delay: 5.8s; + animation-delay: 5.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(59) +{ + -webkit-animation-delay: 5.9s; + -moz-animation-delay: 5.9s; + -o-animation-delay: 5.9s; + animation-delay: 5.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(60) +{ + -webkit-animation-delay: 6s; + -moz-animation-delay: 6s; + -o-animation-delay: 6s; + animation-delay: 6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(61) +{ + -webkit-animation-delay: 6.1s; + -moz-animation-delay: 6.1s; + -o-animation-delay: 6.1s; + animation-delay: 6.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(62) +{ + -webkit-animation-delay: 6.2s; + -moz-animation-delay: 6.2s; + -o-animation-delay: 6.2s; + animation-delay: 6.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(63) +{ + -webkit-animation-delay: 6.3s; + -moz-animation-delay: 6.3s; + -o-animation-delay: 6.3s; + animation-delay: 6.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(64) +{ + -webkit-animation-delay: 6.4s; + -moz-animation-delay: 6.4s; + -o-animation-delay: 6.4s; + animation-delay: 6.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(65) +{ + -webkit-animation-delay: 6.5s; + -moz-animation-delay: 6.5s; + -o-animation-delay: 6.5s; + animation-delay: 6.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(66) +{ + -webkit-animation-delay: 6.6s; + -moz-animation-delay: 6.6s; + -o-animation-delay: 6.6s; + animation-delay: 6.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(67) +{ + -webkit-animation-delay: 6.7s; + -moz-animation-delay: 6.7s; + -o-animation-delay: 6.7s; + animation-delay: 6.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(68) +{ + -webkit-animation-delay: 6.8s; + -moz-animation-delay: 6.8s; + -o-animation-delay: 6.8s; + animation-delay: 6.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(69) +{ + -webkit-animation-delay: 6.9s; + -moz-animation-delay: 6.9s; + -o-animation-delay: 6.9s; + animation-delay: 6.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(70) +{ + -webkit-animation-delay: 7s; + -moz-animation-delay: 7s; + -o-animation-delay: 7s; + animation-delay: 7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(71) +{ + -webkit-animation-delay: 7.1s; + -moz-animation-delay: 7.1s; + -o-animation-delay: 7.1s; + animation-delay: 7.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(72) +{ + -webkit-animation-delay: 7.2s; + -moz-animation-delay: 7.2s; + -o-animation-delay: 7.2s; + animation-delay: 7.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(73) +{ + -webkit-animation-delay: 7.3s; + -moz-animation-delay: 7.3s; + -o-animation-delay: 7.3s; + animation-delay: 7.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(74) +{ + -webkit-animation-delay: 7.4s; + -moz-animation-delay: 7.4s; + -o-animation-delay: 7.4s; + animation-delay: 7.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(75) +{ + -webkit-animation-delay: 7.5s; + -moz-animation-delay: 7.5s; + -o-animation-delay: 7.5s; + animation-delay: 7.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(76) +{ + -webkit-animation-delay: 7.6s; + -moz-animation-delay: 7.6s; + -o-animation-delay: 7.6s; + animation-delay: 7.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(77) +{ + -webkit-animation-delay: 7.7s; + -moz-animation-delay: 7.7s; + -o-animation-delay: 7.7s; + animation-delay: 7.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(78) +{ + -webkit-animation-delay: 7.8s; + -moz-animation-delay: 7.8s; + -o-animation-delay: 7.8s; + animation-delay: 7.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(79) +{ + -webkit-animation-delay: 7.9s; + -moz-animation-delay: 7.9s; + -o-animation-delay: 7.9s; + animation-delay: 7.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(80) +{ + -webkit-animation-delay: 8s; + -moz-animation-delay: 8s; + -o-animation-delay: 8s; + animation-delay: 8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(81) +{ + -webkit-animation-delay: 8.1s; + -moz-animation-delay: 8.1s; + -o-animation-delay: 8.1s; + animation-delay: 8.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(82) +{ + -webkit-animation-delay: 8.2s; + -moz-animation-delay: 8.2s; + -o-animation-delay: 8.2s; + animation-delay: 8.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(83) +{ + -webkit-animation-delay: 8.3s; + -moz-animation-delay: 8.3s; + -o-animation-delay: 8.3s; + animation-delay: 8.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(84) +{ + -webkit-animation-delay: 8.4s; + -moz-animation-delay: 8.4s; + -o-animation-delay: 8.4s; + animation-delay: 8.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(85) +{ + -webkit-animation-delay: 8.5s; + -moz-animation-delay: 8.5s; + -o-animation-delay: 8.5s; + animation-delay: 8.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(86) +{ + -webkit-animation-delay: 8.6s; + -moz-animation-delay: 8.6s; + -o-animation-delay: 8.6s; + animation-delay: 8.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(87) +{ + -webkit-animation-delay: 8.7s; + -moz-animation-delay: 8.7s; + -o-animation-delay: 8.7s; + animation-delay: 8.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(88) +{ + -webkit-animation-delay: 8.8s; + -moz-animation-delay: 8.8s; + -o-animation-delay: 8.8s; + animation-delay: 8.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(89) +{ + -webkit-animation-delay: 8.9s; + -moz-animation-delay: 8.9s; + -o-animation-delay: 8.9s; + animation-delay: 8.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(90) +{ + -webkit-animation-delay: 9s; + -moz-animation-delay: 9s; + -o-animation-delay: 9s; + animation-delay: 9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(91) +{ + -webkit-animation-delay: 9.1s; + -moz-animation-delay: 9.1s; + -o-animation-delay: 9.1s; + animation-delay: 9.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(92) +{ + -webkit-animation-delay: 9.2s; + -moz-animation-delay: 9.2s; + -o-animation-delay: 9.2s; + animation-delay: 9.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(93) +{ + -webkit-animation-delay: 9.3s; + -moz-animation-delay: 9.3s; + -o-animation-delay: 9.3s; + animation-delay: 9.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(94) +{ + -webkit-animation-delay: 9.4s; + -moz-animation-delay: 9.4s; + -o-animation-delay: 9.4s; + animation-delay: 9.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(95) +{ + -webkit-animation-delay: 9.5s; + -moz-animation-delay: 9.5s; + -o-animation-delay: 9.5s; + animation-delay: 9.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(96) +{ + -webkit-animation-delay: 9.6s; + -moz-animation-delay: 9.6s; + -o-animation-delay: 9.6s; + animation-delay: 9.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(97) +{ + -webkit-animation-delay: 9.7s; + -moz-animation-delay: 9.7s; + -o-animation-delay: 9.7s; + animation-delay: 9.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(98) +{ + -webkit-animation-delay: 9.8s; + -moz-animation-delay: 9.8s; + -o-animation-delay: 9.8s; + animation-delay: 9.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(99) +{ + -webkit-animation-delay: 9.9s; + -moz-animation-delay: 9.9s; + -o-animation-delay: 9.9s; + animation-delay: 9.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(100) +{ + -webkit-animation-delay: 10s; + -moz-animation-delay: 10s; + -o-animation-delay: 10s; + animation-delay: 10s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(101) +{ + -webkit-animation-delay: 10.1s; + -moz-animation-delay: 10.1s; + -o-animation-delay: 10.1s; + animation-delay: 10.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(102) +{ + -webkit-animation-delay: 10.2s; + -moz-animation-delay: 10.2s; + -o-animation-delay: 10.2s; + animation-delay: 10.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(103) +{ + -webkit-animation-delay: 10.3s; + -moz-animation-delay: 10.3s; + -o-animation-delay: 10.3s; + animation-delay: 10.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(104) +{ + -webkit-animation-delay: 10.4s; + -moz-animation-delay: 10.4s; + -o-animation-delay: 10.4s; + animation-delay: 10.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(105) +{ + -webkit-animation-delay: 10.5s; + -moz-animation-delay: 10.5s; + -o-animation-delay: 10.5s; + animation-delay: 10.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(106) +{ + -webkit-animation-delay: 10.6s; + -moz-animation-delay: 10.6s; + -o-animation-delay: 10.6s; + animation-delay: 10.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(107) +{ + -webkit-animation-delay: 10.7s; + -moz-animation-delay: 10.7s; + -o-animation-delay: 10.7s; + animation-delay: 10.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(108) +{ + -webkit-animation-delay: 10.8s; + -moz-animation-delay: 10.8s; + -o-animation-delay: 10.8s; + animation-delay: 10.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(109) +{ + -webkit-animation-delay: 10.9s; + -moz-animation-delay: 10.9s; + -o-animation-delay: 10.9s; + animation-delay: 10.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(110) +{ + -webkit-animation-delay: 11s; + -moz-animation-delay: 11s; + -o-animation-delay: 11s; + animation-delay: 11s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(111) +{ + -webkit-animation-delay: 11.1s; + -moz-animation-delay: 11.1s; + -o-animation-delay: 11.1s; + animation-delay: 11.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(112) +{ + -webkit-animation-delay: 11.2s; + -moz-animation-delay: 11.2s; + -o-animation-delay: 11.2s; + animation-delay: 11.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(113) +{ + -webkit-animation-delay: 11.3s; + -moz-animation-delay: 11.3s; + -o-animation-delay: 11.3s; + animation-delay: 11.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(114) +{ + -webkit-animation-delay: 11.4s; + -moz-animation-delay: 11.4s; + -o-animation-delay: 11.4s; + animation-delay: 11.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(115) +{ + -webkit-animation-delay: 11.5s; + -moz-animation-delay: 11.5s; + -o-animation-delay: 11.5s; + animation-delay: 11.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(116) +{ + -webkit-animation-delay: 11.6s; + -moz-animation-delay: 11.6s; + -o-animation-delay: 11.6s; + animation-delay: 11.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(117) +{ + -webkit-animation-delay: 11.7s; + -moz-animation-delay: 11.7s; + -o-animation-delay: 11.7s; + animation-delay: 11.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(118) +{ + -webkit-animation-delay: 11.8s; + -moz-animation-delay: 11.8s; + -o-animation-delay: 11.8s; + animation-delay: 11.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(119) +{ + -webkit-animation-delay: 11.9s; + -moz-animation-delay: 11.9s; + -o-animation-delay: 11.9s; + animation-delay: 11.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(120) +{ + -webkit-animation-delay: 12s; + -moz-animation-delay: 12s; + -o-animation-delay: 12s; + animation-delay: 12s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(121) +{ + -webkit-animation-delay: 12.1s; + -moz-animation-delay: 12.1s; + -o-animation-delay: 12.1s; + animation-delay: 12.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(122) +{ + -webkit-animation-delay: 12.2s; + -moz-animation-delay: 12.2s; + -o-animation-delay: 12.2s; + animation-delay: 12.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(123) +{ + -webkit-animation-delay: 12.3s; + -moz-animation-delay: 12.3s; + -o-animation-delay: 12.3s; + animation-delay: 12.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(124) +{ + -webkit-animation-delay: 12.4s; + -moz-animation-delay: 12.4s; + -o-animation-delay: 12.4s; + animation-delay: 12.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(125) +{ + -webkit-animation-delay: 12.5s; + -moz-animation-delay: 12.5s; + -o-animation-delay: 12.5s; + animation-delay: 12.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(126) +{ + -webkit-animation-delay: 12.6s; + -moz-animation-delay: 12.6s; + -o-animation-delay: 12.6s; + animation-delay: 12.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(127) +{ + -webkit-animation-delay: 12.7s; + -moz-animation-delay: 12.7s; + -o-animation-delay: 12.7s; + animation-delay: 12.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(128) +{ + -webkit-animation-delay: 12.8s; + -moz-animation-delay: 12.8s; + -o-animation-delay: 12.8s; + animation-delay: 12.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(129) +{ + -webkit-animation-delay: 12.9s; + -moz-animation-delay: 12.9s; + -o-animation-delay: 12.9s; + animation-delay: 12.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(130) +{ + -webkit-animation-delay: 13s; + -moz-animation-delay: 13s; + -o-animation-delay: 13s; + animation-delay: 13s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(131) +{ + -webkit-animation-delay: 13.1s; + -moz-animation-delay: 13.1s; + -o-animation-delay: 13.1s; + animation-delay: 13.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(132) +{ + -webkit-animation-delay: 13.2s; + -moz-animation-delay: 13.2s; + -o-animation-delay: 13.2s; + animation-delay: 13.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(133) +{ + -webkit-animation-delay: 13.3s; + -moz-animation-delay: 13.3s; + -o-animation-delay: 13.3s; + animation-delay: 13.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(134) +{ + -webkit-animation-delay: 13.4s; + -moz-animation-delay: 13.4s; + -o-animation-delay: 13.4s; + animation-delay: 13.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(135) +{ + -webkit-animation-delay: 13.5s; + -moz-animation-delay: 13.5s; + -o-animation-delay: 13.5s; + animation-delay: 13.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(136) +{ + -webkit-animation-delay: 13.6s; + -moz-animation-delay: 13.6s; + -o-animation-delay: 13.6s; + animation-delay: 13.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(137) +{ + -webkit-animation-delay: 13.7s; + -moz-animation-delay: 13.7s; + -o-animation-delay: 13.7s; + animation-delay: 13.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(138) +{ + -webkit-animation-delay: 13.8s; + -moz-animation-delay: 13.8s; + -o-animation-delay: 13.8s; + animation-delay: 13.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(139) +{ + -webkit-animation-delay: 13.9s; + -moz-animation-delay: 13.9s; + -o-animation-delay: 13.9s; + animation-delay: 13.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(140) +{ + -webkit-animation-delay: 14s; + -moz-animation-delay: 14s; + -o-animation-delay: 14s; + animation-delay: 14s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(141) +{ + -webkit-animation-delay: 14.1s; + -moz-animation-delay: 14.1s; + -o-animation-delay: 14.1s; + animation-delay: 14.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(142) +{ + -webkit-animation-delay: 14.2s; + -moz-animation-delay: 14.2s; + -o-animation-delay: 14.2s; + animation-delay: 14.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(143) +{ + -webkit-animation-delay: 14.3s; + -moz-animation-delay: 14.3s; + -o-animation-delay: 14.3s; + animation-delay: 14.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(144) +{ + -webkit-animation-delay: 14.4s; + -moz-animation-delay: 14.4s; + -o-animation-delay: 14.4s; + animation-delay: 14.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(145) +{ + -webkit-animation-delay: 14.5s; + -moz-animation-delay: 14.5s; + -o-animation-delay: 14.5s; + animation-delay: 14.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(146) +{ + -webkit-animation-delay: 14.6s; + -moz-animation-delay: 14.6s; + -o-animation-delay: 14.6s; + animation-delay: 14.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(147) +{ + -webkit-animation-delay: 14.7s; + -moz-animation-delay: 14.7s; + -o-animation-delay: 14.7s; + animation-delay: 14.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(148) +{ + -webkit-animation-delay: 14.8s; + -moz-animation-delay: 14.8s; + -o-animation-delay: 14.8s; + animation-delay: 14.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(149) +{ + -webkit-animation-delay: 14.9s; + -moz-animation-delay: 14.9s; + -o-animation-delay: 14.9s; + animation-delay: 14.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(150) +{ + -webkit-animation-delay: 15s; + -moz-animation-delay: 15s; + -o-animation-delay: 15s; + animation-delay: 15s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(151) +{ + -webkit-animation-delay: 15.1s; + -moz-animation-delay: 15.1s; + -o-animation-delay: 15.1s; + animation-delay: 15.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(152) +{ + -webkit-animation-delay: 15.2s; + -moz-animation-delay: 15.2s; + -o-animation-delay: 15.2s; + animation-delay: 15.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(153) +{ + -webkit-animation-delay: 15.3s; + -moz-animation-delay: 15.3s; + -o-animation-delay: 15.3s; + animation-delay: 15.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(154) +{ + -webkit-animation-delay: 15.4s; + -moz-animation-delay: 15.4s; + -o-animation-delay: 15.4s; + animation-delay: 15.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(155) +{ + -webkit-animation-delay: 15.5s; + -moz-animation-delay: 15.5s; + -o-animation-delay: 15.5s; + animation-delay: 15.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(156) +{ + -webkit-animation-delay: 15.6s; + -moz-animation-delay: 15.6s; + -o-animation-delay: 15.6s; + animation-delay: 15.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(157) +{ + -webkit-animation-delay: 15.7s; + -moz-animation-delay: 15.7s; + -o-animation-delay: 15.7s; + animation-delay: 15.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(158) +{ + -webkit-animation-delay: 15.8s; + -moz-animation-delay: 15.8s; + -o-animation-delay: 15.8s; + animation-delay: 15.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(159) +{ + -webkit-animation-delay: 15.9s; + -moz-animation-delay: 15.9s; + -o-animation-delay: 15.9s; + animation-delay: 15.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(160) +{ + -webkit-animation-delay: 16s; + -moz-animation-delay: 16s; + -o-animation-delay: 16s; + animation-delay: 16s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(161) +{ + -webkit-animation-delay: 16.1s; + -moz-animation-delay: 16.1s; + -o-animation-delay: 16.1s; + animation-delay: 16.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(162) +{ + -webkit-animation-delay: 16.2s; + -moz-animation-delay: 16.2s; + -o-animation-delay: 16.2s; + animation-delay: 16.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(163) +{ + -webkit-animation-delay: 16.3s; + -moz-animation-delay: 16.3s; + -o-animation-delay: 16.3s; + animation-delay: 16.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(164) +{ + -webkit-animation-delay: 16.4s; + -moz-animation-delay: 16.4s; + -o-animation-delay: 16.4s; + animation-delay: 16.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(165) +{ + -webkit-animation-delay: 16.5s; + -moz-animation-delay: 16.5s; + -o-animation-delay: 16.5s; + animation-delay: 16.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(166) +{ + -webkit-animation-delay: 16.6s; + -moz-animation-delay: 16.6s; + -o-animation-delay: 16.6s; + animation-delay: 16.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(167) +{ + -webkit-animation-delay: 16.7s; + -moz-animation-delay: 16.7s; + -o-animation-delay: 16.7s; + animation-delay: 16.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(168) +{ + -webkit-animation-delay: 16.8s; + -moz-animation-delay: 16.8s; + -o-animation-delay: 16.8s; + animation-delay: 16.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(169) +{ + -webkit-animation-delay: 16.9s; + -moz-animation-delay: 16.9s; + -o-animation-delay: 16.9s; + animation-delay: 16.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(170) +{ + -webkit-animation-delay: 17s; + -moz-animation-delay: 17s; + -o-animation-delay: 17s; + animation-delay: 17s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(171) +{ + -webkit-animation-delay: 17.1s; + -moz-animation-delay: 17.1s; + -o-animation-delay: 17.1s; + animation-delay: 17.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(172) +{ + -webkit-animation-delay: 17.2s; + -moz-animation-delay: 17.2s; + -o-animation-delay: 17.2s; + animation-delay: 17.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(173) +{ + -webkit-animation-delay: 17.3s; + -moz-animation-delay: 17.3s; + -o-animation-delay: 17.3s; + animation-delay: 17.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(174) +{ + -webkit-animation-delay: 17.4s; + -moz-animation-delay: 17.4s; + -o-animation-delay: 17.4s; + animation-delay: 17.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(175) +{ + -webkit-animation-delay: 17.5s; + -moz-animation-delay: 17.5s; + -o-animation-delay: 17.5s; + animation-delay: 17.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(176) +{ + -webkit-animation-delay: 17.6s; + -moz-animation-delay: 17.6s; + -o-animation-delay: 17.6s; + animation-delay: 17.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(177) +{ + -webkit-animation-delay: 17.7s; + -moz-animation-delay: 17.7s; + -o-animation-delay: 17.7s; + animation-delay: 17.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(178) +{ + -webkit-animation-delay: 17.8s; + -moz-animation-delay: 17.8s; + -o-animation-delay: 17.8s; + animation-delay: 17.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(179) +{ + -webkit-animation-delay: 17.9s; + -moz-animation-delay: 17.9s; + -o-animation-delay: 17.9s; + animation-delay: 17.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(180) +{ + -webkit-animation-delay: 18s; + -moz-animation-delay: 18s; + -o-animation-delay: 18s; + animation-delay: 18s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(181) +{ + -webkit-animation-delay: 18.1s; + -moz-animation-delay: 18.1s; + -o-animation-delay: 18.1s; + animation-delay: 18.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(182) +{ + -webkit-animation-delay: 18.2s; + -moz-animation-delay: 18.2s; + -o-animation-delay: 18.2s; + animation-delay: 18.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(183) +{ + -webkit-animation-delay: 18.3s; + -moz-animation-delay: 18.3s; + -o-animation-delay: 18.3s; + animation-delay: 18.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(184) +{ + -webkit-animation-delay: 18.4s; + -moz-animation-delay: 18.4s; + -o-animation-delay: 18.4s; + animation-delay: 18.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(185) +{ + -webkit-animation-delay: 18.5s; + -moz-animation-delay: 18.5s; + -o-animation-delay: 18.5s; + animation-delay: 18.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(186) +{ + -webkit-animation-delay: 18.6s; + -moz-animation-delay: 18.6s; + -o-animation-delay: 18.6s; + animation-delay: 18.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(187) +{ + -webkit-animation-delay: 18.7s; + -moz-animation-delay: 18.7s; + -o-animation-delay: 18.7s; + animation-delay: 18.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(188) +{ + -webkit-animation-delay: 18.8s; + -moz-animation-delay: 18.8s; + -o-animation-delay: 18.8s; + animation-delay: 18.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(189) +{ + -webkit-animation-delay: 18.9s; + -moz-animation-delay: 18.9s; + -o-animation-delay: 18.9s; + animation-delay: 18.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(190) +{ + -webkit-animation-delay: 19s; + -moz-animation-delay: 19s; + -o-animation-delay: 19s; + animation-delay: 19s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(191) +{ + -webkit-animation-delay: 19.1s; + -moz-animation-delay: 19.1s; + -o-animation-delay: 19.1s; + animation-delay: 19.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(192) +{ + -webkit-animation-delay: 19.2s; + -moz-animation-delay: 19.2s; + -o-animation-delay: 19.2s; + animation-delay: 19.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(193) +{ + -webkit-animation-delay: 19.3s; + -moz-animation-delay: 19.3s; + -o-animation-delay: 19.3s; + animation-delay: 19.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(194) +{ + -webkit-animation-delay: 19.4s; + -moz-animation-delay: 19.4s; + -o-animation-delay: 19.4s; + animation-delay: 19.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(195) +{ + -webkit-animation-delay: 19.5s; + -moz-animation-delay: 19.5s; + -o-animation-delay: 19.5s; + animation-delay: 19.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(196) +{ + -webkit-animation-delay: 19.6s; + -moz-animation-delay: 19.6s; + -o-animation-delay: 19.6s; + animation-delay: 19.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(197) +{ + -webkit-animation-delay: 19.7s; + -moz-animation-delay: 19.7s; + -o-animation-delay: 19.7s; + animation-delay: 19.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(198) +{ + -webkit-animation-delay: 19.8s; + -moz-animation-delay: 19.8s; + -o-animation-delay: 19.8s; + animation-delay: 19.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(199) +{ + -webkit-animation-delay: 19.9s; + -moz-animation-delay: 19.9s; + -o-animation-delay: 19.9s; + animation-delay: 19.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(200) +{ + -webkit-animation-delay: 20s; + -moz-animation-delay: 20s; + -o-animation-delay: 20s; + animation-delay: 20s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(201) +{ + -webkit-animation-delay: 20.1s; + -moz-animation-delay: 20.1s; + -o-animation-delay: 20.1s; + animation-delay: 20.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(202) +{ + -webkit-animation-delay: 20.2s; + -moz-animation-delay: 20.2s; + -o-animation-delay: 20.2s; + animation-delay: 20.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(203) +{ + -webkit-animation-delay: 20.3s; + -moz-animation-delay: 20.3s; + -o-animation-delay: 20.3s; + animation-delay: 20.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(204) +{ + -webkit-animation-delay: 20.4s; + -moz-animation-delay: 20.4s; + -o-animation-delay: 20.4s; + animation-delay: 20.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(205) +{ + -webkit-animation-delay: 20.5s; + -moz-animation-delay: 20.5s; + -o-animation-delay: 20.5s; + animation-delay: 20.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(206) +{ + -webkit-animation-delay: 20.6s; + -moz-animation-delay: 20.6s; + -o-animation-delay: 20.6s; + animation-delay: 20.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(207) +{ + -webkit-animation-delay: 20.7s; + -moz-animation-delay: 20.7s; + -o-animation-delay: 20.7s; + animation-delay: 20.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(208) +{ + -webkit-animation-delay: 20.8s; + -moz-animation-delay: 20.8s; + -o-animation-delay: 20.8s; + animation-delay: 20.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(209) +{ + -webkit-animation-delay: 20.9s; + -moz-animation-delay: 20.9s; + -o-animation-delay: 20.9s; + animation-delay: 20.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(210) +{ + -webkit-animation-delay: 21s; + -moz-animation-delay: 21s; + -o-animation-delay: 21s; + animation-delay: 21s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(211) +{ + -webkit-animation-delay: 21.1s; + -moz-animation-delay: 21.1s; + -o-animation-delay: 21.1s; + animation-delay: 21.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(212) +{ + -webkit-animation-delay: 21.2s; + -moz-animation-delay: 21.2s; + -o-animation-delay: 21.2s; + animation-delay: 21.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(213) +{ + -webkit-animation-delay: 21.3s; + -moz-animation-delay: 21.3s; + -o-animation-delay: 21.3s; + animation-delay: 21.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(214) +{ + -webkit-animation-delay: 21.4s; + -moz-animation-delay: 21.4s; + -o-animation-delay: 21.4s; + animation-delay: 21.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(215) +{ + -webkit-animation-delay: 21.5s; + -moz-animation-delay: 21.5s; + -o-animation-delay: 21.5s; + animation-delay: 21.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(216) +{ + -webkit-animation-delay: 21.6s; + -moz-animation-delay: 21.6s; + -o-animation-delay: 21.6s; + animation-delay: 21.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(217) +{ + -webkit-animation-delay: 21.7s; + -moz-animation-delay: 21.7s; + -o-animation-delay: 21.7s; + animation-delay: 21.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(218) +{ + -webkit-animation-delay: 21.8s; + -moz-animation-delay: 21.8s; + -o-animation-delay: 21.8s; + animation-delay: 21.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(219) +{ + -webkit-animation-delay: 21.9s; + -moz-animation-delay: 21.9s; + -o-animation-delay: 21.9s; + animation-delay: 21.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(220) +{ + -webkit-animation-delay: 22s; + -moz-animation-delay: 22s; + -o-animation-delay: 22s; + animation-delay: 22s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(221) +{ + -webkit-animation-delay: 22.1s; + -moz-animation-delay: 22.1s; + -o-animation-delay: 22.1s; + animation-delay: 22.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(222) +{ + -webkit-animation-delay: 22.2s; + -moz-animation-delay: 22.2s; + -o-animation-delay: 22.2s; + animation-delay: 22.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(223) +{ + -webkit-animation-delay: 22.3s; + -moz-animation-delay: 22.3s; + -o-animation-delay: 22.3s; + animation-delay: 22.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(224) +{ + -webkit-animation-delay: 22.4s; + -moz-animation-delay: 22.4s; + -o-animation-delay: 22.4s; + animation-delay: 22.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(225) +{ + -webkit-animation-delay: 22.5s; + -moz-animation-delay: 22.5s; + -o-animation-delay: 22.5s; + animation-delay: 22.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(226) +{ + -webkit-animation-delay: 22.6s; + -moz-animation-delay: 22.6s; + -o-animation-delay: 22.6s; + animation-delay: 22.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(227) +{ + -webkit-animation-delay: 22.7s; + -moz-animation-delay: 22.7s; + -o-animation-delay: 22.7s; + animation-delay: 22.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(228) +{ + -webkit-animation-delay: 22.8s; + -moz-animation-delay: 22.8s; + -o-animation-delay: 22.8s; + animation-delay: 22.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(229) +{ + -webkit-animation-delay: 22.9s; + -moz-animation-delay: 22.9s; + -o-animation-delay: 22.9s; + animation-delay: 22.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(230) +{ + -webkit-animation-delay: 23s; + -moz-animation-delay: 23s; + -o-animation-delay: 23s; + animation-delay: 23s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(231) +{ + -webkit-animation-delay: 23.1s; + -moz-animation-delay: 23.1s; + -o-animation-delay: 23.1s; + animation-delay: 23.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(232) +{ + -webkit-animation-delay: 23.2s; + -moz-animation-delay: 23.2s; + -o-animation-delay: 23.2s; + animation-delay: 23.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(233) +{ + -webkit-animation-delay: 23.3s; + -moz-animation-delay: 23.3s; + -o-animation-delay: 23.3s; + animation-delay: 23.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(234) +{ + -webkit-animation-delay: 23.4s; + -moz-animation-delay: 23.4s; + -o-animation-delay: 23.4s; + animation-delay: 23.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(235) +{ + -webkit-animation-delay: 23.5s; + -moz-animation-delay: 23.5s; + -o-animation-delay: 23.5s; + animation-delay: 23.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(236) +{ + -webkit-animation-delay: 23.6s; + -moz-animation-delay: 23.6s; + -o-animation-delay: 23.6s; + animation-delay: 23.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(237) +{ + -webkit-animation-delay: 23.7s; + -moz-animation-delay: 23.7s; + -o-animation-delay: 23.7s; + animation-delay: 23.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(238) +{ + -webkit-animation-delay: 23.8s; + -moz-animation-delay: 23.8s; + -o-animation-delay: 23.8s; + animation-delay: 23.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(239) +{ + -webkit-animation-delay: 23.9s; + -moz-animation-delay: 23.9s; + -o-animation-delay: 23.9s; + animation-delay: 23.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(240) +{ + -webkit-animation-delay: 24s; + -moz-animation-delay: 24s; + -o-animation-delay: 24s; + animation-delay: 24s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(241) +{ + -webkit-animation-delay: 24.1s; + -moz-animation-delay: 24.1s; + -o-animation-delay: 24.1s; + animation-delay: 24.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(242) +{ + -webkit-animation-delay: 24.2s; + -moz-animation-delay: 24.2s; + -o-animation-delay: 24.2s; + animation-delay: 24.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(243) +{ + -webkit-animation-delay: 24.3s; + -moz-animation-delay: 24.3s; + -o-animation-delay: 24.3s; + animation-delay: 24.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(244) +{ + -webkit-animation-delay: 24.4s; + -moz-animation-delay: 24.4s; + -o-animation-delay: 24.4s; + animation-delay: 24.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(245) +{ + -webkit-animation-delay: 24.5s; + -moz-animation-delay: 24.5s; + -o-animation-delay: 24.5s; + animation-delay: 24.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(246) +{ + -webkit-animation-delay: 24.6s; + -moz-animation-delay: 24.6s; + -o-animation-delay: 24.6s; + animation-delay: 24.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(247) +{ + -webkit-animation-delay: 24.7s; + -moz-animation-delay: 24.7s; + -o-animation-delay: 24.7s; + animation-delay: 24.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(248) +{ + -webkit-animation-delay: 24.8s; + -moz-animation-delay: 24.8s; + -o-animation-delay: 24.8s; + animation-delay: 24.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(249) +{ + -webkit-animation-delay: 24.9s; + -moz-animation-delay: 24.9s; + -o-animation-delay: 24.9s; + animation-delay: 24.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(250) +{ + -webkit-animation-delay: 25s; + -moz-animation-delay: 25s; + -o-animation-delay: 25s; + animation-delay: 25s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(251) +{ + -webkit-animation-delay: 25.1s; + -moz-animation-delay: 25.1s; + -o-animation-delay: 25.1s; + animation-delay: 25.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(252) +{ + -webkit-animation-delay: 25.2s; + -moz-animation-delay: 25.2s; + -o-animation-delay: 25.2s; + animation-delay: 25.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(253) +{ + -webkit-animation-delay: 25.3s; + -moz-animation-delay: 25.3s; + -o-animation-delay: 25.3s; + animation-delay: 25.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(254) +{ + -webkit-animation-delay: 25.4s; + -moz-animation-delay: 25.4s; + -o-animation-delay: 25.4s; + animation-delay: 25.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(255) +{ + -webkit-animation-delay: 25.5s; + -moz-animation-delay: 25.5s; + -o-animation-delay: 25.5s; + animation-delay: 25.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(256) +{ + -webkit-animation-delay: 25.6s; + -moz-animation-delay: 25.6s; + -o-animation-delay: 25.6s; + animation-delay: 25.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(257) +{ + -webkit-animation-delay: 25.7s; + -moz-animation-delay: 25.7s; + -o-animation-delay: 25.7s; + animation-delay: 25.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(258) +{ + -webkit-animation-delay: 25.8s; + -moz-animation-delay: 25.8s; + -o-animation-delay: 25.8s; + animation-delay: 25.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(259) +{ + -webkit-animation-delay: 25.9s; + -moz-animation-delay: 25.9s; + -o-animation-delay: 25.9s; + animation-delay: 25.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(260) +{ + -webkit-animation-delay: 26s; + -moz-animation-delay: 26s; + -o-animation-delay: 26s; + animation-delay: 26s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(261) +{ + -webkit-animation-delay: 26.1s; + -moz-animation-delay: 26.1s; + -o-animation-delay: 26.1s; + animation-delay: 26.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(262) +{ + -webkit-animation-delay: 26.2s; + -moz-animation-delay: 26.2s; + -o-animation-delay: 26.2s; + animation-delay: 26.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(263) +{ + -webkit-animation-delay: 26.3s; + -moz-animation-delay: 26.3s; + -o-animation-delay: 26.3s; + animation-delay: 26.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(264) +{ + -webkit-animation-delay: 26.4s; + -moz-animation-delay: 26.4s; + -o-animation-delay: 26.4s; + animation-delay: 26.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(265) +{ + -webkit-animation-delay: 26.5s; + -moz-animation-delay: 26.5s; + -o-animation-delay: 26.5s; + animation-delay: 26.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(266) +{ + -webkit-animation-delay: 26.6s; + -moz-animation-delay: 26.6s; + -o-animation-delay: 26.6s; + animation-delay: 26.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(267) +{ + -webkit-animation-delay: 26.7s; + -moz-animation-delay: 26.7s; + -o-animation-delay: 26.7s; + animation-delay: 26.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(268) +{ + -webkit-animation-delay: 26.8s; + -moz-animation-delay: 26.8s; + -o-animation-delay: 26.8s; + animation-delay: 26.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(269) +{ + -webkit-animation-delay: 26.9s; + -moz-animation-delay: 26.9s; + -o-animation-delay: 26.9s; + animation-delay: 26.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(270) +{ + -webkit-animation-delay: 27s; + -moz-animation-delay: 27s; + -o-animation-delay: 27s; + animation-delay: 27s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(271) +{ + -webkit-animation-delay: 27.1s; + -moz-animation-delay: 27.1s; + -o-animation-delay: 27.1s; + animation-delay: 27.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(272) +{ + -webkit-animation-delay: 27.2s; + -moz-animation-delay: 27.2s; + -o-animation-delay: 27.2s; + animation-delay: 27.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(273) +{ + -webkit-animation-delay: 27.3s; + -moz-animation-delay: 27.3s; + -o-animation-delay: 27.3s; + animation-delay: 27.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(274) +{ + -webkit-animation-delay: 27.4s; + -moz-animation-delay: 27.4s; + -o-animation-delay: 27.4s; + animation-delay: 27.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(275) +{ + -webkit-animation-delay: 27.5s; + -moz-animation-delay: 27.5s; + -o-animation-delay: 27.5s; + animation-delay: 27.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(276) +{ + -webkit-animation-delay: 27.6s; + -moz-animation-delay: 27.6s; + -o-animation-delay: 27.6s; + animation-delay: 27.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(277) +{ + -webkit-animation-delay: 27.7s; + -moz-animation-delay: 27.7s; + -o-animation-delay: 27.7s; + animation-delay: 27.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(278) +{ + -webkit-animation-delay: 27.8s; + -moz-animation-delay: 27.8s; + -o-animation-delay: 27.8s; + animation-delay: 27.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(279) +{ + -webkit-animation-delay: 27.9s; + -moz-animation-delay: 27.9s; + -o-animation-delay: 27.9s; + animation-delay: 27.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(280) +{ + -webkit-animation-delay: 28s; + -moz-animation-delay: 28s; + -o-animation-delay: 28s; + animation-delay: 28s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(281) +{ + -webkit-animation-delay: 28.1s; + -moz-animation-delay: 28.1s; + -o-animation-delay: 28.1s; + animation-delay: 28.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(282) +{ + -webkit-animation-delay: 28.2s; + -moz-animation-delay: 28.2s; + -o-animation-delay: 28.2s; + animation-delay: 28.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(283) +{ + -webkit-animation-delay: 28.3s; + -moz-animation-delay: 28.3s; + -o-animation-delay: 28.3s; + animation-delay: 28.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(284) +{ + -webkit-animation-delay: 28.4s; + -moz-animation-delay: 28.4s; + -o-animation-delay: 28.4s; + animation-delay: 28.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(285) +{ + -webkit-animation-delay: 28.5s; + -moz-animation-delay: 28.5s; + -o-animation-delay: 28.5s; + animation-delay: 28.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(286) +{ + -webkit-animation-delay: 28.6s; + -moz-animation-delay: 28.6s; + -o-animation-delay: 28.6s; + animation-delay: 28.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(287) +{ + -webkit-animation-delay: 28.7s; + -moz-animation-delay: 28.7s; + -o-animation-delay: 28.7s; + animation-delay: 28.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(288) +{ + -webkit-animation-delay: 28.8s; + -moz-animation-delay: 28.8s; + -o-animation-delay: 28.8s; + animation-delay: 28.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(289) +{ + -webkit-animation-delay: 28.9s; + -moz-animation-delay: 28.9s; + -o-animation-delay: 28.9s; + animation-delay: 28.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(290) +{ + -webkit-animation-delay: 29s; + -moz-animation-delay: 29s; + -o-animation-delay: 29s; + animation-delay: 29s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(291) +{ + -webkit-animation-delay: 29.1s; + -moz-animation-delay: 29.1s; + -o-animation-delay: 29.1s; + animation-delay: 29.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(292) +{ + -webkit-animation-delay: 29.2s; + -moz-animation-delay: 29.2s; + -o-animation-delay: 29.2s; + animation-delay: 29.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(293) +{ + -webkit-animation-delay: 29.3s; + -moz-animation-delay: 29.3s; + -o-animation-delay: 29.3s; + animation-delay: 29.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(294) +{ + -webkit-animation-delay: 29.4s; + -moz-animation-delay: 29.4s; + -o-animation-delay: 29.4s; + animation-delay: 29.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(295) +{ + -webkit-animation-delay: 29.5s; + -moz-animation-delay: 29.5s; + -o-animation-delay: 29.5s; + animation-delay: 29.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(296) +{ + -webkit-animation-delay: 29.6s; + -moz-animation-delay: 29.6s; + -o-animation-delay: 29.6s; + animation-delay: 29.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(297) +{ + -webkit-animation-delay: 29.7s; + -moz-animation-delay: 29.7s; + -o-animation-delay: 29.7s; + animation-delay: 29.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(298) +{ + -webkit-animation-delay: 29.8s; + -moz-animation-delay: 29.8s; + -o-animation-delay: 29.8s; + animation-delay: 29.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(299) +{ + -webkit-animation-delay: 29.9s; + -moz-animation-delay: 29.9s; + -o-animation-delay: 29.9s; + animation-delay: 29.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(300) +{ + -webkit-animation-delay: 30s; + -moz-animation-delay: 30s; + -o-animation-delay: 30s; + animation-delay: 30s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(301) +{ + -webkit-animation-delay: 30.1s; + -moz-animation-delay: 30.1s; + -o-animation-delay: 30.1s; + animation-delay: 30.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(302) +{ + -webkit-animation-delay: 30.2s; + -moz-animation-delay: 30.2s; + -o-animation-delay: 30.2s; + animation-delay: 30.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(303) +{ + -webkit-animation-delay: 30.3s; + -moz-animation-delay: 30.3s; + -o-animation-delay: 30.3s; + animation-delay: 30.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(304) +{ + -webkit-animation-delay: 30.4s; + -moz-animation-delay: 30.4s; + -o-animation-delay: 30.4s; + animation-delay: 30.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(305) +{ + -webkit-animation-delay: 30.5s; + -moz-animation-delay: 30.5s; + -o-animation-delay: 30.5s; + animation-delay: 30.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(306) +{ + -webkit-animation-delay: 30.6s; + -moz-animation-delay: 30.6s; + -o-animation-delay: 30.6s; + animation-delay: 30.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(307) +{ + -webkit-animation-delay: 30.7s; + -moz-animation-delay: 30.7s; + -o-animation-delay: 30.7s; + animation-delay: 30.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(308) +{ + -webkit-animation-delay: 30.8s; + -moz-animation-delay: 30.8s; + -o-animation-delay: 30.8s; + animation-delay: 30.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(309) +{ + -webkit-animation-delay: 30.9s; + -moz-animation-delay: 30.9s; + -o-animation-delay: 30.9s; + animation-delay: 30.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(310) +{ + -webkit-animation-delay: 31s; + -moz-animation-delay: 31s; + -o-animation-delay: 31s; + animation-delay: 31s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(311) +{ + -webkit-animation-delay: 31.1s; + -moz-animation-delay: 31.1s; + -o-animation-delay: 31.1s; + animation-delay: 31.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(312) +{ + -webkit-animation-delay: 31.2s; + -moz-animation-delay: 31.2s; + -o-animation-delay: 31.2s; + animation-delay: 31.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(313) +{ + -webkit-animation-delay: 31.3s; + -moz-animation-delay: 31.3s; + -o-animation-delay: 31.3s; + animation-delay: 31.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(314) +{ + -webkit-animation-delay: 31.4s; + -moz-animation-delay: 31.4s; + -o-animation-delay: 31.4s; + animation-delay: 31.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(315) +{ + -webkit-animation-delay: 31.5s; + -moz-animation-delay: 31.5s; + -o-animation-delay: 31.5s; + animation-delay: 31.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(316) +{ + -webkit-animation-delay: 31.6s; + -moz-animation-delay: 31.6s; + -o-animation-delay: 31.6s; + animation-delay: 31.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(317) +{ + -webkit-animation-delay: 31.7s; + -moz-animation-delay: 31.7s; + -o-animation-delay: 31.7s; + animation-delay: 31.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(318) +{ + -webkit-animation-delay: 31.8s; + -moz-animation-delay: 31.8s; + -o-animation-delay: 31.8s; + animation-delay: 31.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(319) +{ + -webkit-animation-delay: 31.9s; + -moz-animation-delay: 31.9s; + -o-animation-delay: 31.9s; + animation-delay: 31.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(320) +{ + -webkit-animation-delay: 32s; + -moz-animation-delay: 32s; + -o-animation-delay: 32s; + animation-delay: 32s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(321) +{ + -webkit-animation-delay: 32.1s; + -moz-animation-delay: 32.1s; + -o-animation-delay: 32.1s; + animation-delay: 32.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(322) +{ + -webkit-animation-delay: 32.2s; + -moz-animation-delay: 32.2s; + -o-animation-delay: 32.2s; + animation-delay: 32.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(323) +{ + -webkit-animation-delay: 32.3s; + -moz-animation-delay: 32.3s; + -o-animation-delay: 32.3s; + animation-delay: 32.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(324) +{ + -webkit-animation-delay: 32.4s; + -moz-animation-delay: 32.4s; + -o-animation-delay: 32.4s; + animation-delay: 32.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(325) +{ + -webkit-animation-delay: 32.5s; + -moz-animation-delay: 32.5s; + -o-animation-delay: 32.5s; + animation-delay: 32.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(326) +{ + -webkit-animation-delay: 32.6s; + -moz-animation-delay: 32.6s; + -o-animation-delay: 32.6s; + animation-delay: 32.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(327) +{ + -webkit-animation-delay: 32.7s; + -moz-animation-delay: 32.7s; + -o-animation-delay: 32.7s; + animation-delay: 32.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(328) +{ + -webkit-animation-delay: 32.8s; + -moz-animation-delay: 32.8s; + -o-animation-delay: 32.8s; + animation-delay: 32.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(329) +{ + -webkit-animation-delay: 32.9s; + -moz-animation-delay: 32.9s; + -o-animation-delay: 32.9s; + animation-delay: 32.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(330) +{ + -webkit-animation-delay: 33s; + -moz-animation-delay: 33s; + -o-animation-delay: 33s; + animation-delay: 33s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(331) +{ + -webkit-animation-delay: 33.1s; + -moz-animation-delay: 33.1s; + -o-animation-delay: 33.1s; + animation-delay: 33.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(332) +{ + -webkit-animation-delay: 33.2s; + -moz-animation-delay: 33.2s; + -o-animation-delay: 33.2s; + animation-delay: 33.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(333) +{ + -webkit-animation-delay: 33.3s; + -moz-animation-delay: 33.3s; + -o-animation-delay: 33.3s; + animation-delay: 33.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(334) +{ + -webkit-animation-delay: 33.4s; + -moz-animation-delay: 33.4s; + -o-animation-delay: 33.4s; + animation-delay: 33.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(335) +{ + -webkit-animation-delay: 33.5s; + -moz-animation-delay: 33.5s; + -o-animation-delay: 33.5s; + animation-delay: 33.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(336) +{ + -webkit-animation-delay: 33.6s; + -moz-animation-delay: 33.6s; + -o-animation-delay: 33.6s; + animation-delay: 33.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(337) +{ + -webkit-animation-delay: 33.7s; + -moz-animation-delay: 33.7s; + -o-animation-delay: 33.7s; + animation-delay: 33.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(338) +{ + -webkit-animation-delay: 33.8s; + -moz-animation-delay: 33.8s; + -o-animation-delay: 33.8s; + animation-delay: 33.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(339) +{ + -webkit-animation-delay: 33.9s; + -moz-animation-delay: 33.9s; + -o-animation-delay: 33.9s; + animation-delay: 33.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(340) +{ + -webkit-animation-delay: 34s; + -moz-animation-delay: 34s; + -o-animation-delay: 34s; + animation-delay: 34s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(341) +{ + -webkit-animation-delay: 34.1s; + -moz-animation-delay: 34.1s; + -o-animation-delay: 34.1s; + animation-delay: 34.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(342) +{ + -webkit-animation-delay: 34.2s; + -moz-animation-delay: 34.2s; + -o-animation-delay: 34.2s; + animation-delay: 34.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(343) +{ + -webkit-animation-delay: 34.3s; + -moz-animation-delay: 34.3s; + -o-animation-delay: 34.3s; + animation-delay: 34.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(344) +{ + -webkit-animation-delay: 34.4s; + -moz-animation-delay: 34.4s; + -o-animation-delay: 34.4s; + animation-delay: 34.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(345) +{ + -webkit-animation-delay: 34.5s; + -moz-animation-delay: 34.5s; + -o-animation-delay: 34.5s; + animation-delay: 34.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(346) +{ + -webkit-animation-delay: 34.6s; + -moz-animation-delay: 34.6s; + -o-animation-delay: 34.6s; + animation-delay: 34.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(347) +{ + -webkit-animation-delay: 34.7s; + -moz-animation-delay: 34.7s; + -o-animation-delay: 34.7s; + animation-delay: 34.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(348) +{ + -webkit-animation-delay: 34.8s; + -moz-animation-delay: 34.8s; + -o-animation-delay: 34.8s; + animation-delay: 34.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(349) +{ + -webkit-animation-delay: 34.9s; + -moz-animation-delay: 34.9s; + -o-animation-delay: 34.9s; + animation-delay: 34.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(350) +{ + -webkit-animation-delay: 35s; + -moz-animation-delay: 35s; + -o-animation-delay: 35s; + animation-delay: 35s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(351) +{ + -webkit-animation-delay: 35.1s; + -moz-animation-delay: 35.1s; + -o-animation-delay: 35.1s; + animation-delay: 35.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(352) +{ + -webkit-animation-delay: 35.2s; + -moz-animation-delay: 35.2s; + -o-animation-delay: 35.2s; + animation-delay: 35.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(353) +{ + -webkit-animation-delay: 35.3s; + -moz-animation-delay: 35.3s; + -o-animation-delay: 35.3s; + animation-delay: 35.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(354) +{ + -webkit-animation-delay: 35.4s; + -moz-animation-delay: 35.4s; + -o-animation-delay: 35.4s; + animation-delay: 35.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(355) +{ + -webkit-animation-delay: 35.5s; + -moz-animation-delay: 35.5s; + -o-animation-delay: 35.5s; + animation-delay: 35.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(356) +{ + -webkit-animation-delay: 35.6s; + -moz-animation-delay: 35.6s; + -o-animation-delay: 35.6s; + animation-delay: 35.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(357) +{ + -webkit-animation-delay: 35.7s; + -moz-animation-delay: 35.7s; + -o-animation-delay: 35.7s; + animation-delay: 35.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(358) +{ + -webkit-animation-delay: 35.8s; + -moz-animation-delay: 35.8s; + -o-animation-delay: 35.8s; + animation-delay: 35.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(359) +{ + -webkit-animation-delay: 35.9s; + -moz-animation-delay: 35.9s; + -o-animation-delay: 35.9s; + animation-delay: 35.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(360) +{ + -webkit-animation-delay: 36s; + -moz-animation-delay: 36s; + -o-animation-delay: 36s; + animation-delay: 36s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(361) +{ + -webkit-animation-delay: 36.1s; + -moz-animation-delay: 36.1s; + -o-animation-delay: 36.1s; + animation-delay: 36.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(362) +{ + -webkit-animation-delay: 36.2s; + -moz-animation-delay: 36.2s; + -o-animation-delay: 36.2s; + animation-delay: 36.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(363) +{ + -webkit-animation-delay: 36.3s; + -moz-animation-delay: 36.3s; + -o-animation-delay: 36.3s; + animation-delay: 36.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(364) +{ + -webkit-animation-delay: 36.4s; + -moz-animation-delay: 36.4s; + -o-animation-delay: 36.4s; + animation-delay: 36.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(365) +{ + -webkit-animation-delay: 36.5s; + -moz-animation-delay: 36.5s; + -o-animation-delay: 36.5s; + animation-delay: 36.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(366) +{ + -webkit-animation-delay: 36.6s; + -moz-animation-delay: 36.6s; + -o-animation-delay: 36.6s; + animation-delay: 36.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(367) +{ + -webkit-animation-delay: 36.7s; + -moz-animation-delay: 36.7s; + -o-animation-delay: 36.7s; + animation-delay: 36.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(368) +{ + -webkit-animation-delay: 36.8s; + -moz-animation-delay: 36.8s; + -o-animation-delay: 36.8s; + animation-delay: 36.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(369) +{ + -webkit-animation-delay: 36.9s; + -moz-animation-delay: 36.9s; + -o-animation-delay: 36.9s; + animation-delay: 36.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(370) +{ + -webkit-animation-delay: 37s; + -moz-animation-delay: 37s; + -o-animation-delay: 37s; + animation-delay: 37s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(371) +{ + -webkit-animation-delay: 37.1s; + -moz-animation-delay: 37.1s; + -o-animation-delay: 37.1s; + animation-delay: 37.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(372) +{ + -webkit-animation-delay: 37.2s; + -moz-animation-delay: 37.2s; + -o-animation-delay: 37.2s; + animation-delay: 37.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(373) +{ + -webkit-animation-delay: 37.3s; + -moz-animation-delay: 37.3s; + -o-animation-delay: 37.3s; + animation-delay: 37.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(374) +{ + -webkit-animation-delay: 37.4s; + -moz-animation-delay: 37.4s; + -o-animation-delay: 37.4s; + animation-delay: 37.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(375) +{ + -webkit-animation-delay: 37.5s; + -moz-animation-delay: 37.5s; + -o-animation-delay: 37.5s; + animation-delay: 37.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(376) +{ + -webkit-animation-delay: 37.6s; + -moz-animation-delay: 37.6s; + -o-animation-delay: 37.6s; + animation-delay: 37.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(377) +{ + -webkit-animation-delay: 37.7s; + -moz-animation-delay: 37.7s; + -o-animation-delay: 37.7s; + animation-delay: 37.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(378) +{ + -webkit-animation-delay: 37.8s; + -moz-animation-delay: 37.8s; + -o-animation-delay: 37.8s; + animation-delay: 37.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(379) +{ + -webkit-animation-delay: 37.9s; + -moz-animation-delay: 37.9s; + -o-animation-delay: 37.9s; + animation-delay: 37.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(380) +{ + -webkit-animation-delay: 38s; + -moz-animation-delay: 38s; + -o-animation-delay: 38s; + animation-delay: 38s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(381) +{ + -webkit-animation-delay: 38.1s; + -moz-animation-delay: 38.1s; + -o-animation-delay: 38.1s; + animation-delay: 38.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(382) +{ + -webkit-animation-delay: 38.2s; + -moz-animation-delay: 38.2s; + -o-animation-delay: 38.2s; + animation-delay: 38.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(383) +{ + -webkit-animation-delay: 38.3s; + -moz-animation-delay: 38.3s; + -o-animation-delay: 38.3s; + animation-delay: 38.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(384) +{ + -webkit-animation-delay: 38.4s; + -moz-animation-delay: 38.4s; + -o-animation-delay: 38.4s; + animation-delay: 38.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(385) +{ + -webkit-animation-delay: 38.5s; + -moz-animation-delay: 38.5s; + -o-animation-delay: 38.5s; + animation-delay: 38.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(386) +{ + -webkit-animation-delay: 38.6s; + -moz-animation-delay: 38.6s; + -o-animation-delay: 38.6s; + animation-delay: 38.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(387) +{ + -webkit-animation-delay: 38.7s; + -moz-animation-delay: 38.7s; + -o-animation-delay: 38.7s; + animation-delay: 38.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(388) +{ + -webkit-animation-delay: 38.8s; + -moz-animation-delay: 38.8s; + -o-animation-delay: 38.8s; + animation-delay: 38.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(389) +{ + -webkit-animation-delay: 38.9s; + -moz-animation-delay: 38.9s; + -o-animation-delay: 38.9s; + animation-delay: 38.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(390) +{ + -webkit-animation-delay: 39s; + -moz-animation-delay: 39s; + -o-animation-delay: 39s; + animation-delay: 39s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(391) +{ + -webkit-animation-delay: 39.1s; + -moz-animation-delay: 39.1s; + -o-animation-delay: 39.1s; + animation-delay: 39.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(392) +{ + -webkit-animation-delay: 39.2s; + -moz-animation-delay: 39.2s; + -o-animation-delay: 39.2s; + animation-delay: 39.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(393) +{ + -webkit-animation-delay: 39.3s; + -moz-animation-delay: 39.3s; + -o-animation-delay: 39.3s; + animation-delay: 39.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(394) +{ + -webkit-animation-delay: 39.4s; + -moz-animation-delay: 39.4s; + -o-animation-delay: 39.4s; + animation-delay: 39.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(395) +{ + -webkit-animation-delay: 39.5s; + -moz-animation-delay: 39.5s; + -o-animation-delay: 39.5s; + animation-delay: 39.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(396) +{ + -webkit-animation-delay: 39.6s; + -moz-animation-delay: 39.6s; + -o-animation-delay: 39.6s; + animation-delay: 39.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(397) +{ + -webkit-animation-delay: 39.7s; + -moz-animation-delay: 39.7s; + -o-animation-delay: 39.7s; + animation-delay: 39.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(398) +{ + -webkit-animation-delay: 39.8s; + -moz-animation-delay: 39.8s; + -o-animation-delay: 39.8s; + animation-delay: 39.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(399) +{ + -webkit-animation-delay: 39.9s; + -moz-animation-delay: 39.9s; + -o-animation-delay: 39.9s; + animation-delay: 39.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(400) +{ + -webkit-animation-delay: 40s; + -moz-animation-delay: 40s; + -o-animation-delay: 40s; + animation-delay: 40s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(401) +{ + -webkit-animation-delay: 40.1s; + -moz-animation-delay: 40.1s; + -o-animation-delay: 40.1s; + animation-delay: 40.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(402) +{ + -webkit-animation-delay: 40.2s; + -moz-animation-delay: 40.2s; + -o-animation-delay: 40.2s; + animation-delay: 40.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(403) +{ + -webkit-animation-delay: 40.3s; + -moz-animation-delay: 40.3s; + -o-animation-delay: 40.3s; + animation-delay: 40.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(404) +{ + -webkit-animation-delay: 40.4s; + -moz-animation-delay: 40.4s; + -o-animation-delay: 40.4s; + animation-delay: 40.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(405) +{ + -webkit-animation-delay: 40.5s; + -moz-animation-delay: 40.5s; + -o-animation-delay: 40.5s; + animation-delay: 40.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(406) +{ + -webkit-animation-delay: 40.6s; + -moz-animation-delay: 40.6s; + -o-animation-delay: 40.6s; + animation-delay: 40.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(407) +{ + -webkit-animation-delay: 40.7s; + -moz-animation-delay: 40.7s; + -o-animation-delay: 40.7s; + animation-delay: 40.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(408) +{ + -webkit-animation-delay: 40.8s; + -moz-animation-delay: 40.8s; + -o-animation-delay: 40.8s; + animation-delay: 40.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(409) +{ + -webkit-animation-delay: 40.9s; + -moz-animation-delay: 40.9s; + -o-animation-delay: 40.9s; + animation-delay: 40.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(410) +{ + -webkit-animation-delay: 41s; + -moz-animation-delay: 41s; + -o-animation-delay: 41s; + animation-delay: 41s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(411) +{ + -webkit-animation-delay: 41.1s; + -moz-animation-delay: 41.1s; + -o-animation-delay: 41.1s; + animation-delay: 41.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(412) +{ + -webkit-animation-delay: 41.2s; + -moz-animation-delay: 41.2s; + -o-animation-delay: 41.2s; + animation-delay: 41.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(413) +{ + -webkit-animation-delay: 41.3s; + -moz-animation-delay: 41.3s; + -o-animation-delay: 41.3s; + animation-delay: 41.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(414) +{ + -webkit-animation-delay: 41.4s; + -moz-animation-delay: 41.4s; + -o-animation-delay: 41.4s; + animation-delay: 41.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(415) +{ + -webkit-animation-delay: 41.5s; + -moz-animation-delay: 41.5s; + -o-animation-delay: 41.5s; + animation-delay: 41.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(416) +{ + -webkit-animation-delay: 41.6s; + -moz-animation-delay: 41.6s; + -o-animation-delay: 41.6s; + animation-delay: 41.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(417) +{ + -webkit-animation-delay: 41.7s; + -moz-animation-delay: 41.7s; + -o-animation-delay: 41.7s; + animation-delay: 41.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(418) +{ + -webkit-animation-delay: 41.8s; + -moz-animation-delay: 41.8s; + -o-animation-delay: 41.8s; + animation-delay: 41.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(419) +{ + -webkit-animation-delay: 41.9s; + -moz-animation-delay: 41.9s; + -o-animation-delay: 41.9s; + animation-delay: 41.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(420) +{ + -webkit-animation-delay: 42s; + -moz-animation-delay: 42s; + -o-animation-delay: 42s; + animation-delay: 42s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(421) +{ + -webkit-animation-delay: 42.1s; + -moz-animation-delay: 42.1s; + -o-animation-delay: 42.1s; + animation-delay: 42.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(422) +{ + -webkit-animation-delay: 42.2s; + -moz-animation-delay: 42.2s; + -o-animation-delay: 42.2s; + animation-delay: 42.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(423) +{ + -webkit-animation-delay: 42.3s; + -moz-animation-delay: 42.3s; + -o-animation-delay: 42.3s; + animation-delay: 42.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(424) +{ + -webkit-animation-delay: 42.4s; + -moz-animation-delay: 42.4s; + -o-animation-delay: 42.4s; + animation-delay: 42.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(425) +{ + -webkit-animation-delay: 42.5s; + -moz-animation-delay: 42.5s; + -o-animation-delay: 42.5s; + animation-delay: 42.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(426) +{ + -webkit-animation-delay: 42.6s; + -moz-animation-delay: 42.6s; + -o-animation-delay: 42.6s; + animation-delay: 42.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(427) +{ + -webkit-animation-delay: 42.7s; + -moz-animation-delay: 42.7s; + -o-animation-delay: 42.7s; + animation-delay: 42.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(428) +{ + -webkit-animation-delay: 42.8s; + -moz-animation-delay: 42.8s; + -o-animation-delay: 42.8s; + animation-delay: 42.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(429) +{ + -webkit-animation-delay: 42.9s; + -moz-animation-delay: 42.9s; + -o-animation-delay: 42.9s; + animation-delay: 42.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(430) +{ + -webkit-animation-delay: 43s; + -moz-animation-delay: 43s; + -o-animation-delay: 43s; + animation-delay: 43s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(431) +{ + -webkit-animation-delay: 43.1s; + -moz-animation-delay: 43.1s; + -o-animation-delay: 43.1s; + animation-delay: 43.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(432) +{ + -webkit-animation-delay: 43.2s; + -moz-animation-delay: 43.2s; + -o-animation-delay: 43.2s; + animation-delay: 43.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(433) +{ + -webkit-animation-delay: 43.3s; + -moz-animation-delay: 43.3s; + -o-animation-delay: 43.3s; + animation-delay: 43.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(434) +{ + -webkit-animation-delay: 43.4s; + -moz-animation-delay: 43.4s; + -o-animation-delay: 43.4s; + animation-delay: 43.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(435) +{ + -webkit-animation-delay: 43.5s; + -moz-animation-delay: 43.5s; + -o-animation-delay: 43.5s; + animation-delay: 43.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(436) +{ + -webkit-animation-delay: 43.6s; + -moz-animation-delay: 43.6s; + -o-animation-delay: 43.6s; + animation-delay: 43.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(437) +{ + -webkit-animation-delay: 43.7s; + -moz-animation-delay: 43.7s; + -o-animation-delay: 43.7s; + animation-delay: 43.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(438) +{ + -webkit-animation-delay: 43.8s; + -moz-animation-delay: 43.8s; + -o-animation-delay: 43.8s; + animation-delay: 43.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(439) +{ + -webkit-animation-delay: 43.9s; + -moz-animation-delay: 43.9s; + -o-animation-delay: 43.9s; + animation-delay: 43.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(440) +{ + -webkit-animation-delay: 44s; + -moz-animation-delay: 44s; + -o-animation-delay: 44s; + animation-delay: 44s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(441) +{ + -webkit-animation-delay: 44.1s; + -moz-animation-delay: 44.1s; + -o-animation-delay: 44.1s; + animation-delay: 44.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(442) +{ + -webkit-animation-delay: 44.2s; + -moz-animation-delay: 44.2s; + -o-animation-delay: 44.2s; + animation-delay: 44.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(443) +{ + -webkit-animation-delay: 44.3s; + -moz-animation-delay: 44.3s; + -o-animation-delay: 44.3s; + animation-delay: 44.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(444) +{ + -webkit-animation-delay: 44.4s; + -moz-animation-delay: 44.4s; + -o-animation-delay: 44.4s; + animation-delay: 44.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(445) +{ + -webkit-animation-delay: 44.5s; + -moz-animation-delay: 44.5s; + -o-animation-delay: 44.5s; + animation-delay: 44.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(446) +{ + -webkit-animation-delay: 44.6s; + -moz-animation-delay: 44.6s; + -o-animation-delay: 44.6s; + animation-delay: 44.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(447) +{ + -webkit-animation-delay: 44.7s; + -moz-animation-delay: 44.7s; + -o-animation-delay: 44.7s; + animation-delay: 44.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(448) +{ + -webkit-animation-delay: 44.8s; + -moz-animation-delay: 44.8s; + -o-animation-delay: 44.8s; + animation-delay: 44.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(449) +{ + -webkit-animation-delay: 44.9s; + -moz-animation-delay: 44.9s; + -o-animation-delay: 44.9s; + animation-delay: 44.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(450) +{ + -webkit-animation-delay: 45s; + -moz-animation-delay: 45s; + -o-animation-delay: 45s; + animation-delay: 45s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(451) +{ + -webkit-animation-delay: 45.1s; + -moz-animation-delay: 45.1s; + -o-animation-delay: 45.1s; + animation-delay: 45.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(452) +{ + -webkit-animation-delay: 45.2s; + -moz-animation-delay: 45.2s; + -o-animation-delay: 45.2s; + animation-delay: 45.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(453) +{ + -webkit-animation-delay: 45.3s; + -moz-animation-delay: 45.3s; + -o-animation-delay: 45.3s; + animation-delay: 45.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(454) +{ + -webkit-animation-delay: 45.4s; + -moz-animation-delay: 45.4s; + -o-animation-delay: 45.4s; + animation-delay: 45.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(455) +{ + -webkit-animation-delay: 45.5s; + -moz-animation-delay: 45.5s; + -o-animation-delay: 45.5s; + animation-delay: 45.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(456) +{ + -webkit-animation-delay: 45.6s; + -moz-animation-delay: 45.6s; + -o-animation-delay: 45.6s; + animation-delay: 45.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(457) +{ + -webkit-animation-delay: 45.7s; + -moz-animation-delay: 45.7s; + -o-animation-delay: 45.7s; + animation-delay: 45.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(458) +{ + -webkit-animation-delay: 45.8s; + -moz-animation-delay: 45.8s; + -o-animation-delay: 45.8s; + animation-delay: 45.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(459) +{ + -webkit-animation-delay: 45.9s; + -moz-animation-delay: 45.9s; + -o-animation-delay: 45.9s; + animation-delay: 45.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(460) +{ + -webkit-animation-delay: 46s; + -moz-animation-delay: 46s; + -o-animation-delay: 46s; + animation-delay: 46s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(461) +{ + -webkit-animation-delay: 46.1s; + -moz-animation-delay: 46.1s; + -o-animation-delay: 46.1s; + animation-delay: 46.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(462) +{ + -webkit-animation-delay: 46.2s; + -moz-animation-delay: 46.2s; + -o-animation-delay: 46.2s; + animation-delay: 46.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(463) +{ + -webkit-animation-delay: 46.3s; + -moz-animation-delay: 46.3s; + -o-animation-delay: 46.3s; + animation-delay: 46.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(464) +{ + -webkit-animation-delay: 46.4s; + -moz-animation-delay: 46.4s; + -o-animation-delay: 46.4s; + animation-delay: 46.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(465) +{ + -webkit-animation-delay: 46.5s; + -moz-animation-delay: 46.5s; + -o-animation-delay: 46.5s; + animation-delay: 46.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(466) +{ + -webkit-animation-delay: 46.6s; + -moz-animation-delay: 46.6s; + -o-animation-delay: 46.6s; + animation-delay: 46.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(467) +{ + -webkit-animation-delay: 46.7s; + -moz-animation-delay: 46.7s; + -o-animation-delay: 46.7s; + animation-delay: 46.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(468) +{ + -webkit-animation-delay: 46.8s; + -moz-animation-delay: 46.8s; + -o-animation-delay: 46.8s; + animation-delay: 46.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(469) +{ + -webkit-animation-delay: 46.9s; + -moz-animation-delay: 46.9s; + -o-animation-delay: 46.9s; + animation-delay: 46.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(470) +{ + -webkit-animation-delay: 47s; + -moz-animation-delay: 47s; + -o-animation-delay: 47s; + animation-delay: 47s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(471) +{ + -webkit-animation-delay: 47.1s; + -moz-animation-delay: 47.1s; + -o-animation-delay: 47.1s; + animation-delay: 47.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(472) +{ + -webkit-animation-delay: 47.2s; + -moz-animation-delay: 47.2s; + -o-animation-delay: 47.2s; + animation-delay: 47.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(473) +{ + -webkit-animation-delay: 47.3s; + -moz-animation-delay: 47.3s; + -o-animation-delay: 47.3s; + animation-delay: 47.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(474) +{ + -webkit-animation-delay: 47.4s; + -moz-animation-delay: 47.4s; + -o-animation-delay: 47.4s; + animation-delay: 47.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(475) +{ + -webkit-animation-delay: 47.5s; + -moz-animation-delay: 47.5s; + -o-animation-delay: 47.5s; + animation-delay: 47.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(476) +{ + -webkit-animation-delay: 47.6s; + -moz-animation-delay: 47.6s; + -o-animation-delay: 47.6s; + animation-delay: 47.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(477) +{ + -webkit-animation-delay: 47.7s; + -moz-animation-delay: 47.7s; + -o-animation-delay: 47.7s; + animation-delay: 47.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(478) +{ + -webkit-animation-delay: 47.8s; + -moz-animation-delay: 47.8s; + -o-animation-delay: 47.8s; + animation-delay: 47.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(479) +{ + -webkit-animation-delay: 47.9s; + -moz-animation-delay: 47.9s; + -o-animation-delay: 47.9s; + animation-delay: 47.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(480) +{ + -webkit-animation-delay: 48s; + -moz-animation-delay: 48s; + -o-animation-delay: 48s; + animation-delay: 48s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(481) +{ + -webkit-animation-delay: 48.1s; + -moz-animation-delay: 48.1s; + -o-animation-delay: 48.1s; + animation-delay: 48.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(482) +{ + -webkit-animation-delay: 48.2s; + -moz-animation-delay: 48.2s; + -o-animation-delay: 48.2s; + animation-delay: 48.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(483) +{ + -webkit-animation-delay: 48.3s; + -moz-animation-delay: 48.3s; + -o-animation-delay: 48.3s; + animation-delay: 48.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(484) +{ + -webkit-animation-delay: 48.4s; + -moz-animation-delay: 48.4s; + -o-animation-delay: 48.4s; + animation-delay: 48.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(485) +{ + -webkit-animation-delay: 48.5s; + -moz-animation-delay: 48.5s; + -o-animation-delay: 48.5s; + animation-delay: 48.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(486) +{ + -webkit-animation-delay: 48.6s; + -moz-animation-delay: 48.6s; + -o-animation-delay: 48.6s; + animation-delay: 48.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(487) +{ + -webkit-animation-delay: 48.7s; + -moz-animation-delay: 48.7s; + -o-animation-delay: 48.7s; + animation-delay: 48.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(488) +{ + -webkit-animation-delay: 48.8s; + -moz-animation-delay: 48.8s; + -o-animation-delay: 48.8s; + animation-delay: 48.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(489) +{ + -webkit-animation-delay: 48.9s; + -moz-animation-delay: 48.9s; + -o-animation-delay: 48.9s; + animation-delay: 48.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(490) +{ + -webkit-animation-delay: 49s; + -moz-animation-delay: 49s; + -o-animation-delay: 49s; + animation-delay: 49s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(491) +{ + -webkit-animation-delay: 49.1s; + -moz-animation-delay: 49.1s; + -o-animation-delay: 49.1s; + animation-delay: 49.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(492) +{ + -webkit-animation-delay: 49.2s; + -moz-animation-delay: 49.2s; + -o-animation-delay: 49.2s; + animation-delay: 49.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(493) +{ + -webkit-animation-delay: 49.3s; + -moz-animation-delay: 49.3s; + -o-animation-delay: 49.3s; + animation-delay: 49.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(494) +{ + -webkit-animation-delay: 49.4s; + -moz-animation-delay: 49.4s; + -o-animation-delay: 49.4s; + animation-delay: 49.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(495) +{ + -webkit-animation-delay: 49.5s; + -moz-animation-delay: 49.5s; + -o-animation-delay: 49.5s; + animation-delay: 49.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(496) +{ + -webkit-animation-delay: 49.6s; + -moz-animation-delay: 49.6s; + -o-animation-delay: 49.6s; + animation-delay: 49.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(497) +{ + -webkit-animation-delay: 49.7s; + -moz-animation-delay: 49.7s; + -o-animation-delay: 49.7s; + animation-delay: 49.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(498) +{ + -webkit-animation-delay: 49.8s; + -moz-animation-delay: 49.8s; + -o-animation-delay: 49.8s; + animation-delay: 49.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(499) +{ + -webkit-animation-delay: 49.9s; + -moz-animation-delay: 49.9s; + -o-animation-delay: 49.9s; + animation-delay: 49.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(500) +{ + -webkit-animation-delay: 50s; + -moz-animation-delay: 50s; + -o-animation-delay: 50s; + animation-delay: 50s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(501) +{ + -webkit-animation-delay: 50.1s; + -moz-animation-delay: 50.1s; + -o-animation-delay: 50.1s; + animation-delay: 50.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(502) +{ + -webkit-animation-delay: 50.2s; + -moz-animation-delay: 50.2s; + -o-animation-delay: 50.2s; + animation-delay: 50.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(503) +{ + -webkit-animation-delay: 50.3s; + -moz-animation-delay: 50.3s; + -o-animation-delay: 50.3s; + animation-delay: 50.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(504) +{ + -webkit-animation-delay: 50.4s; + -moz-animation-delay: 50.4s; + -o-animation-delay: 50.4s; + animation-delay: 50.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(505) +{ + -webkit-animation-delay: 50.5s; + -moz-animation-delay: 50.5s; + -o-animation-delay: 50.5s; + animation-delay: 50.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(506) +{ + -webkit-animation-delay: 50.6s; + -moz-animation-delay: 50.6s; + -o-animation-delay: 50.6s; + animation-delay: 50.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(507) +{ + -webkit-animation-delay: 50.7s; + -moz-animation-delay: 50.7s; + -o-animation-delay: 50.7s; + animation-delay: 50.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(508) +{ + -webkit-animation-delay: 50.8s; + -moz-animation-delay: 50.8s; + -o-animation-delay: 50.8s; + animation-delay: 50.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(509) +{ + -webkit-animation-delay: 50.9s; + -moz-animation-delay: 50.9s; + -o-animation-delay: 50.9s; + animation-delay: 50.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(510) +{ + -webkit-animation-delay: 51s; + -moz-animation-delay: 51s; + -o-animation-delay: 51s; + animation-delay: 51s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(511) +{ + -webkit-animation-delay: 51.1s; + -moz-animation-delay: 51.1s; + -o-animation-delay: 51.1s; + animation-delay: 51.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(512) +{ + -webkit-animation-delay: 51.2s; + -moz-animation-delay: 51.2s; + -o-animation-delay: 51.2s; + animation-delay: 51.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(513) +{ + -webkit-animation-delay: 51.3s; + -moz-animation-delay: 51.3s; + -o-animation-delay: 51.3s; + animation-delay: 51.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(514) +{ + -webkit-animation-delay: 51.4s; + -moz-animation-delay: 51.4s; + -o-animation-delay: 51.4s; + animation-delay: 51.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(515) +{ + -webkit-animation-delay: 51.5s; + -moz-animation-delay: 51.5s; + -o-animation-delay: 51.5s; + animation-delay: 51.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(516) +{ + -webkit-animation-delay: 51.6s; + -moz-animation-delay: 51.6s; + -o-animation-delay: 51.6s; + animation-delay: 51.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(517) +{ + -webkit-animation-delay: 51.7s; + -moz-animation-delay: 51.7s; + -o-animation-delay: 51.7s; + animation-delay: 51.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(518) +{ + -webkit-animation-delay: 51.8s; + -moz-animation-delay: 51.8s; + -o-animation-delay: 51.8s; + animation-delay: 51.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(519) +{ + -webkit-animation-delay: 51.9s; + -moz-animation-delay: 51.9s; + -o-animation-delay: 51.9s; + animation-delay: 51.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(520) +{ + -webkit-animation-delay: 52s; + -moz-animation-delay: 52s; + -o-animation-delay: 52s; + animation-delay: 52s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(521) +{ + -webkit-animation-delay: 52.1s; + -moz-animation-delay: 52.1s; + -o-animation-delay: 52.1s; + animation-delay: 52.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(522) +{ + -webkit-animation-delay: 52.2s; + -moz-animation-delay: 52.2s; + -o-animation-delay: 52.2s; + animation-delay: 52.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(523) +{ + -webkit-animation-delay: 52.3s; + -moz-animation-delay: 52.3s; + -o-animation-delay: 52.3s; + animation-delay: 52.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(524) +{ + -webkit-animation-delay: 52.4s; + -moz-animation-delay: 52.4s; + -o-animation-delay: 52.4s; + animation-delay: 52.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(525) +{ + -webkit-animation-delay: 52.5s; + -moz-animation-delay: 52.5s; + -o-animation-delay: 52.5s; + animation-delay: 52.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(526) +{ + -webkit-animation-delay: 52.6s; + -moz-animation-delay: 52.6s; + -o-animation-delay: 52.6s; + animation-delay: 52.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(527) +{ + -webkit-animation-delay: 52.7s; + -moz-animation-delay: 52.7s; + -o-animation-delay: 52.7s; + animation-delay: 52.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(528) +{ + -webkit-animation-delay: 52.8s; + -moz-animation-delay: 52.8s; + -o-animation-delay: 52.8s; + animation-delay: 52.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(529) +{ + -webkit-animation-delay: 52.9s; + -moz-animation-delay: 52.9s; + -o-animation-delay: 52.9s; + animation-delay: 52.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(530) +{ + -webkit-animation-delay: 53s; + -moz-animation-delay: 53s; + -o-animation-delay: 53s; + animation-delay: 53s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(531) +{ + -webkit-animation-delay: 53.1s; + -moz-animation-delay: 53.1s; + -o-animation-delay: 53.1s; + animation-delay: 53.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(532) +{ + -webkit-animation-delay: 53.2s; + -moz-animation-delay: 53.2s; + -o-animation-delay: 53.2s; + animation-delay: 53.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(533) +{ + -webkit-animation-delay: 53.3s; + -moz-animation-delay: 53.3s; + -o-animation-delay: 53.3s; + animation-delay: 53.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(534) +{ + -webkit-animation-delay: 53.4s; + -moz-animation-delay: 53.4s; + -o-animation-delay: 53.4s; + animation-delay: 53.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(535) +{ + -webkit-animation-delay: 53.5s; + -moz-animation-delay: 53.5s; + -o-animation-delay: 53.5s; + animation-delay: 53.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(536) +{ + -webkit-animation-delay: 53.6s; + -moz-animation-delay: 53.6s; + -o-animation-delay: 53.6s; + animation-delay: 53.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(537) +{ + -webkit-animation-delay: 53.7s; + -moz-animation-delay: 53.7s; + -o-animation-delay: 53.7s; + animation-delay: 53.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(538) +{ + -webkit-animation-delay: 53.8s; + -moz-animation-delay: 53.8s; + -o-animation-delay: 53.8s; + animation-delay: 53.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(539) +{ + -webkit-animation-delay: 53.9s; + -moz-animation-delay: 53.9s; + -o-animation-delay: 53.9s; + animation-delay: 53.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(540) +{ + -webkit-animation-delay: 54s; + -moz-animation-delay: 54s; + -o-animation-delay: 54s; + animation-delay: 54s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(541) +{ + -webkit-animation-delay: 54.1s; + -moz-animation-delay: 54.1s; + -o-animation-delay: 54.1s; + animation-delay: 54.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(542) +{ + -webkit-animation-delay: 54.2s; + -moz-animation-delay: 54.2s; + -o-animation-delay: 54.2s; + animation-delay: 54.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(543) +{ + -webkit-animation-delay: 54.3s; + -moz-animation-delay: 54.3s; + -o-animation-delay: 54.3s; + animation-delay: 54.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(544) +{ + -webkit-animation-delay: 54.4s; + -moz-animation-delay: 54.4s; + -o-animation-delay: 54.4s; + animation-delay: 54.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(545) +{ + -webkit-animation-delay: 54.5s; + -moz-animation-delay: 54.5s; + -o-animation-delay: 54.5s; + animation-delay: 54.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(546) +{ + -webkit-animation-delay: 54.6s; + -moz-animation-delay: 54.6s; + -o-animation-delay: 54.6s; + animation-delay: 54.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(547) +{ + -webkit-animation-delay: 54.7s; + -moz-animation-delay: 54.7s; + -o-animation-delay: 54.7s; + animation-delay: 54.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(548) +{ + -webkit-animation-delay: 54.8s; + -moz-animation-delay: 54.8s; + -o-animation-delay: 54.8s; + animation-delay: 54.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(549) +{ + -webkit-animation-delay: 54.9s; + -moz-animation-delay: 54.9s; + -o-animation-delay: 54.9s; + animation-delay: 54.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(550) +{ + -webkit-animation-delay: 55s; + -moz-animation-delay: 55s; + -o-animation-delay: 55s; + animation-delay: 55s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(551) +{ + -webkit-animation-delay: 55.1s; + -moz-animation-delay: 55.1s; + -o-animation-delay: 55.1s; + animation-delay: 55.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(552) +{ + -webkit-animation-delay: 55.2s; + -moz-animation-delay: 55.2s; + -o-animation-delay: 55.2s; + animation-delay: 55.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(553) +{ + -webkit-animation-delay: 55.3s; + -moz-animation-delay: 55.3s; + -o-animation-delay: 55.3s; + animation-delay: 55.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(554) +{ + -webkit-animation-delay: 55.4s; + -moz-animation-delay: 55.4s; + -o-animation-delay: 55.4s; + animation-delay: 55.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(555) +{ + -webkit-animation-delay: 55.5s; + -moz-animation-delay: 55.5s; + -o-animation-delay: 55.5s; + animation-delay: 55.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(556) +{ + -webkit-animation-delay: 55.6s; + -moz-animation-delay: 55.6s; + -o-animation-delay: 55.6s; + animation-delay: 55.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(557) +{ + -webkit-animation-delay: 55.7s; + -moz-animation-delay: 55.7s; + -o-animation-delay: 55.7s; + animation-delay: 55.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(558) +{ + -webkit-animation-delay: 55.8s; + -moz-animation-delay: 55.8s; + -o-animation-delay: 55.8s; + animation-delay: 55.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(559) +{ + -webkit-animation-delay: 55.9s; + -moz-animation-delay: 55.9s; + -o-animation-delay: 55.9s; + animation-delay: 55.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(560) +{ + -webkit-animation-delay: 56s; + -moz-animation-delay: 56s; + -o-animation-delay: 56s; + animation-delay: 56s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(561) +{ + -webkit-animation-delay: 56.1s; + -moz-animation-delay: 56.1s; + -o-animation-delay: 56.1s; + animation-delay: 56.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(562) +{ + -webkit-animation-delay: 56.2s; + -moz-animation-delay: 56.2s; + -o-animation-delay: 56.2s; + animation-delay: 56.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(563) +{ + -webkit-animation-delay: 56.3s; + -moz-animation-delay: 56.3s; + -o-animation-delay: 56.3s; + animation-delay: 56.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(564) +{ + -webkit-animation-delay: 56.4s; + -moz-animation-delay: 56.4s; + -o-animation-delay: 56.4s; + animation-delay: 56.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(565) +{ + -webkit-animation-delay: 56.5s; + -moz-animation-delay: 56.5s; + -o-animation-delay: 56.5s; + animation-delay: 56.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(566) +{ + -webkit-animation-delay: 56.6s; + -moz-animation-delay: 56.6s; + -o-animation-delay: 56.6s; + animation-delay: 56.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(567) +{ + -webkit-animation-delay: 56.7s; + -moz-animation-delay: 56.7s; + -o-animation-delay: 56.7s; + animation-delay: 56.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(568) +{ + -webkit-animation-delay: 56.8s; + -moz-animation-delay: 56.8s; + -o-animation-delay: 56.8s; + animation-delay: 56.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(569) +{ + -webkit-animation-delay: 56.9s; + -moz-animation-delay: 56.9s; + -o-animation-delay: 56.9s; + animation-delay: 56.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(570) +{ + -webkit-animation-delay: 57s; + -moz-animation-delay: 57s; + -o-animation-delay: 57s; + animation-delay: 57s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(571) +{ + -webkit-animation-delay: 57.1s; + -moz-animation-delay: 57.1s; + -o-animation-delay: 57.1s; + animation-delay: 57.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(572) +{ + -webkit-animation-delay: 57.2s; + -moz-animation-delay: 57.2s; + -o-animation-delay: 57.2s; + animation-delay: 57.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(573) +{ + -webkit-animation-delay: 57.3s; + -moz-animation-delay: 57.3s; + -o-animation-delay: 57.3s; + animation-delay: 57.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(574) +{ + -webkit-animation-delay: 57.4s; + -moz-animation-delay: 57.4s; + -o-animation-delay: 57.4s; + animation-delay: 57.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(575) +{ + -webkit-animation-delay: 57.5s; + -moz-animation-delay: 57.5s; + -o-animation-delay: 57.5s; + animation-delay: 57.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(576) +{ + -webkit-animation-delay: 57.6s; + -moz-animation-delay: 57.6s; + -o-animation-delay: 57.6s; + animation-delay: 57.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(577) +{ + -webkit-animation-delay: 57.7s; + -moz-animation-delay: 57.7s; + -o-animation-delay: 57.7s; + animation-delay: 57.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(578) +{ + -webkit-animation-delay: 57.8s; + -moz-animation-delay: 57.8s; + -o-animation-delay: 57.8s; + animation-delay: 57.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(579) +{ + -webkit-animation-delay: 57.9s; + -moz-animation-delay: 57.9s; + -o-animation-delay: 57.9s; + animation-delay: 57.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(580) +{ + -webkit-animation-delay: 58s; + -moz-animation-delay: 58s; + -o-animation-delay: 58s; + animation-delay: 58s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(581) +{ + -webkit-animation-delay: 58.1s; + -moz-animation-delay: 58.1s; + -o-animation-delay: 58.1s; + animation-delay: 58.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(582) +{ + -webkit-animation-delay: 58.2s; + -moz-animation-delay: 58.2s; + -o-animation-delay: 58.2s; + animation-delay: 58.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(583) +{ + -webkit-animation-delay: 58.3s; + -moz-animation-delay: 58.3s; + -o-animation-delay: 58.3s; + animation-delay: 58.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(584) +{ + -webkit-animation-delay: 58.4s; + -moz-animation-delay: 58.4s; + -o-animation-delay: 58.4s; + animation-delay: 58.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(585) +{ + -webkit-animation-delay: 58.5s; + -moz-animation-delay: 58.5s; + -o-animation-delay: 58.5s; + animation-delay: 58.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(586) +{ + -webkit-animation-delay: 58.6s; + -moz-animation-delay: 58.6s; + -o-animation-delay: 58.6s; + animation-delay: 58.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(587) +{ + -webkit-animation-delay: 58.7s; + -moz-animation-delay: 58.7s; + -o-animation-delay: 58.7s; + animation-delay: 58.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(588) +{ + -webkit-animation-delay: 58.8s; + -moz-animation-delay: 58.8s; + -o-animation-delay: 58.8s; + animation-delay: 58.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(589) +{ + -webkit-animation-delay: 58.9s; + -moz-animation-delay: 58.9s; + -o-animation-delay: 58.9s; + animation-delay: 58.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(590) +{ + -webkit-animation-delay: 59s; + -moz-animation-delay: 59s; + -o-animation-delay: 59s; + animation-delay: 59s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(591) +{ + -webkit-animation-delay: 59.1s; + -moz-animation-delay: 59.1s; + -o-animation-delay: 59.1s; + animation-delay: 59.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(592) +{ + -webkit-animation-delay: 59.2s; + -moz-animation-delay: 59.2s; + -o-animation-delay: 59.2s; + animation-delay: 59.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(593) +{ + -webkit-animation-delay: 59.3s; + -moz-animation-delay: 59.3s; + -o-animation-delay: 59.3s; + animation-delay: 59.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(594) +{ + -webkit-animation-delay: 59.4s; + -moz-animation-delay: 59.4s; + -o-animation-delay: 59.4s; + animation-delay: 59.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(595) +{ + -webkit-animation-delay: 59.5s; + -moz-animation-delay: 59.5s; + -o-animation-delay: 59.5s; + animation-delay: 59.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(596) +{ + -webkit-animation-delay: 59.6s; + -moz-animation-delay: 59.6s; + -o-animation-delay: 59.6s; + animation-delay: 59.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(597) +{ + -webkit-animation-delay: 59.7s; + -moz-animation-delay: 59.7s; + -o-animation-delay: 59.7s; + animation-delay: 59.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(598) +{ + -webkit-animation-delay: 59.8s; + -moz-animation-delay: 59.8s; + -o-animation-delay: 59.8s; + animation-delay: 59.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(599) +{ + -webkit-animation-delay: 59.9s; + -moz-animation-delay: 59.9s; + -o-animation-delay: 59.9s; + animation-delay: 59.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(600) +{ + -webkit-animation-delay: 60s; + -moz-animation-delay: 60s; + -o-animation-delay: 60s; + animation-delay: 60s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(601) +{ + -webkit-animation-delay: 60.1s; + -moz-animation-delay: 60.1s; + -o-animation-delay: 60.1s; + animation-delay: 60.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(602) +{ + -webkit-animation-delay: 60.2s; + -moz-animation-delay: 60.2s; + -o-animation-delay: 60.2s; + animation-delay: 60.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(603) +{ + -webkit-animation-delay: 60.3s; + -moz-animation-delay: 60.3s; + -o-animation-delay: 60.3s; + animation-delay: 60.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(604) +{ + -webkit-animation-delay: 60.4s; + -moz-animation-delay: 60.4s; + -o-animation-delay: 60.4s; + animation-delay: 60.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(605) +{ + -webkit-animation-delay: 60.5s; + -moz-animation-delay: 60.5s; + -o-animation-delay: 60.5s; + animation-delay: 60.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(606) +{ + -webkit-animation-delay: 60.6s; + -moz-animation-delay: 60.6s; + -o-animation-delay: 60.6s; + animation-delay: 60.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(607) +{ + -webkit-animation-delay: 60.7s; + -moz-animation-delay: 60.7s; + -o-animation-delay: 60.7s; + animation-delay: 60.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(608) +{ + -webkit-animation-delay: 60.8s; + -moz-animation-delay: 60.8s; + -o-animation-delay: 60.8s; + animation-delay: 60.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(609) +{ + -webkit-animation-delay: 60.9s; + -moz-animation-delay: 60.9s; + -o-animation-delay: 60.9s; + animation-delay: 60.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(610) +{ + -webkit-animation-delay: 61s; + -moz-animation-delay: 61s; + -o-animation-delay: 61s; + animation-delay: 61s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(611) +{ + -webkit-animation-delay: 61.1s; + -moz-animation-delay: 61.1s; + -o-animation-delay: 61.1s; + animation-delay: 61.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(612) +{ + -webkit-animation-delay: 61.2s; + -moz-animation-delay: 61.2s; + -o-animation-delay: 61.2s; + animation-delay: 61.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(613) +{ + -webkit-animation-delay: 61.3s; + -moz-animation-delay: 61.3s; + -o-animation-delay: 61.3s; + animation-delay: 61.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(614) +{ + -webkit-animation-delay: 61.4s; + -moz-animation-delay: 61.4s; + -o-animation-delay: 61.4s; + animation-delay: 61.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(615) +{ + -webkit-animation-delay: 61.5s; + -moz-animation-delay: 61.5s; + -o-animation-delay: 61.5s; + animation-delay: 61.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(616) +{ + -webkit-animation-delay: 61.6s; + -moz-animation-delay: 61.6s; + -o-animation-delay: 61.6s; + animation-delay: 61.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(617) +{ + -webkit-animation-delay: 61.7s; + -moz-animation-delay: 61.7s; + -o-animation-delay: 61.7s; + animation-delay: 61.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(618) +{ + -webkit-animation-delay: 61.8s; + -moz-animation-delay: 61.8s; + -o-animation-delay: 61.8s; + animation-delay: 61.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(619) +{ + -webkit-animation-delay: 61.9s; + -moz-animation-delay: 61.9s; + -o-animation-delay: 61.9s; + animation-delay: 61.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(620) +{ + -webkit-animation-delay: 62s; + -moz-animation-delay: 62s; + -o-animation-delay: 62s; + animation-delay: 62s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(621) +{ + -webkit-animation-delay: 62.1s; + -moz-animation-delay: 62.1s; + -o-animation-delay: 62.1s; + animation-delay: 62.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(622) +{ + -webkit-animation-delay: 62.2s; + -moz-animation-delay: 62.2s; + -o-animation-delay: 62.2s; + animation-delay: 62.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(623) +{ + -webkit-animation-delay: 62.3s; + -moz-animation-delay: 62.3s; + -o-animation-delay: 62.3s; + animation-delay: 62.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(624) +{ + -webkit-animation-delay: 62.4s; + -moz-animation-delay: 62.4s; + -o-animation-delay: 62.4s; + animation-delay: 62.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(625) +{ + -webkit-animation-delay: 62.5s; + -moz-animation-delay: 62.5s; + -o-animation-delay: 62.5s; + animation-delay: 62.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(626) +{ + -webkit-animation-delay: 62.6s; + -moz-animation-delay: 62.6s; + -o-animation-delay: 62.6s; + animation-delay: 62.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(627) +{ + -webkit-animation-delay: 62.7s; + -moz-animation-delay: 62.7s; + -o-animation-delay: 62.7s; + animation-delay: 62.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(628) +{ + -webkit-animation-delay: 62.8s; + -moz-animation-delay: 62.8s; + -o-animation-delay: 62.8s; + animation-delay: 62.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(629) +{ + -webkit-animation-delay: 62.9s; + -moz-animation-delay: 62.9s; + -o-animation-delay: 62.9s; + animation-delay: 62.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(630) +{ + -webkit-animation-delay: 63s; + -moz-animation-delay: 63s; + -o-animation-delay: 63s; + animation-delay: 63s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(631) +{ + -webkit-animation-delay: 63.1s; + -moz-animation-delay: 63.1s; + -o-animation-delay: 63.1s; + animation-delay: 63.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(632) +{ + -webkit-animation-delay: 63.2s; + -moz-animation-delay: 63.2s; + -o-animation-delay: 63.2s; + animation-delay: 63.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(633) +{ + -webkit-animation-delay: 63.3s; + -moz-animation-delay: 63.3s; + -o-animation-delay: 63.3s; + animation-delay: 63.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(634) +{ + -webkit-animation-delay: 63.4s; + -moz-animation-delay: 63.4s; + -o-animation-delay: 63.4s; + animation-delay: 63.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(635) +{ + -webkit-animation-delay: 63.5s; + -moz-animation-delay: 63.5s; + -o-animation-delay: 63.5s; + animation-delay: 63.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(636) +{ + -webkit-animation-delay: 63.6s; + -moz-animation-delay: 63.6s; + -o-animation-delay: 63.6s; + animation-delay: 63.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(637) +{ + -webkit-animation-delay: 63.7s; + -moz-animation-delay: 63.7s; + -o-animation-delay: 63.7s; + animation-delay: 63.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(638) +{ + -webkit-animation-delay: 63.8s; + -moz-animation-delay: 63.8s; + -o-animation-delay: 63.8s; + animation-delay: 63.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(639) +{ + -webkit-animation-delay: 63.9s; + -moz-animation-delay: 63.9s; + -o-animation-delay: 63.9s; + animation-delay: 63.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(640) +{ + -webkit-animation-delay: 64s; + -moz-animation-delay: 64s; + -o-animation-delay: 64s; + animation-delay: 64s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(641) +{ + -webkit-animation-delay: 64.1s; + -moz-animation-delay: 64.1s; + -o-animation-delay: 64.1s; + animation-delay: 64.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(642) +{ + -webkit-animation-delay: 64.2s; + -moz-animation-delay: 64.2s; + -o-animation-delay: 64.2s; + animation-delay: 64.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(643) +{ + -webkit-animation-delay: 64.3s; + -moz-animation-delay: 64.3s; + -o-animation-delay: 64.3s; + animation-delay: 64.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(644) +{ + -webkit-animation-delay: 64.4s; + -moz-animation-delay: 64.4s; + -o-animation-delay: 64.4s; + animation-delay: 64.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(645) +{ + -webkit-animation-delay: 64.5s; + -moz-animation-delay: 64.5s; + -o-animation-delay: 64.5s; + animation-delay: 64.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(646) +{ + -webkit-animation-delay: 64.6s; + -moz-animation-delay: 64.6s; + -o-animation-delay: 64.6s; + animation-delay: 64.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(647) +{ + -webkit-animation-delay: 64.7s; + -moz-animation-delay: 64.7s; + -o-animation-delay: 64.7s; + animation-delay: 64.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(648) +{ + -webkit-animation-delay: 64.8s; + -moz-animation-delay: 64.8s; + -o-animation-delay: 64.8s; + animation-delay: 64.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(649) +{ + -webkit-animation-delay: 64.9s; + -moz-animation-delay: 64.9s; + -o-animation-delay: 64.9s; + animation-delay: 64.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(650) +{ + -webkit-animation-delay: 65s; + -moz-animation-delay: 65s; + -o-animation-delay: 65s; + animation-delay: 65s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(651) +{ + -webkit-animation-delay: 65.1s; + -moz-animation-delay: 65.1s; + -o-animation-delay: 65.1s; + animation-delay: 65.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(652) +{ + -webkit-animation-delay: 65.2s; + -moz-animation-delay: 65.2s; + -o-animation-delay: 65.2s; + animation-delay: 65.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(653) +{ + -webkit-animation-delay: 65.3s; + -moz-animation-delay: 65.3s; + -o-animation-delay: 65.3s; + animation-delay: 65.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(654) +{ + -webkit-animation-delay: 65.4s; + -moz-animation-delay: 65.4s; + -o-animation-delay: 65.4s; + animation-delay: 65.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(655) +{ + -webkit-animation-delay: 65.5s; + -moz-animation-delay: 65.5s; + -o-animation-delay: 65.5s; + animation-delay: 65.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(656) +{ + -webkit-animation-delay: 65.6s; + -moz-animation-delay: 65.6s; + -o-animation-delay: 65.6s; + animation-delay: 65.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(657) +{ + -webkit-animation-delay: 65.7s; + -moz-animation-delay: 65.7s; + -o-animation-delay: 65.7s; + animation-delay: 65.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(658) +{ + -webkit-animation-delay: 65.8s; + -moz-animation-delay: 65.8s; + -o-animation-delay: 65.8s; + animation-delay: 65.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(659) +{ + -webkit-animation-delay: 65.9s; + -moz-animation-delay: 65.9s; + -o-animation-delay: 65.9s; + animation-delay: 65.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(660) +{ + -webkit-animation-delay: 66s; + -moz-animation-delay: 66s; + -o-animation-delay: 66s; + animation-delay: 66s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(661) +{ + -webkit-animation-delay: 66.1s; + -moz-animation-delay: 66.1s; + -o-animation-delay: 66.1s; + animation-delay: 66.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(662) +{ + -webkit-animation-delay: 66.2s; + -moz-animation-delay: 66.2s; + -o-animation-delay: 66.2s; + animation-delay: 66.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(663) +{ + -webkit-animation-delay: 66.3s; + -moz-animation-delay: 66.3s; + -o-animation-delay: 66.3s; + animation-delay: 66.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(664) +{ + -webkit-animation-delay: 66.4s; + -moz-animation-delay: 66.4s; + -o-animation-delay: 66.4s; + animation-delay: 66.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(665) +{ + -webkit-animation-delay: 66.5s; + -moz-animation-delay: 66.5s; + -o-animation-delay: 66.5s; + animation-delay: 66.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(666) +{ + -webkit-animation-delay: 66.6s; + -moz-animation-delay: 66.6s; + -o-animation-delay: 66.6s; + animation-delay: 66.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(667) +{ + -webkit-animation-delay: 66.7s; + -moz-animation-delay: 66.7s; + -o-animation-delay: 66.7s; + animation-delay: 66.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(668) +{ + -webkit-animation-delay: 66.8s; + -moz-animation-delay: 66.8s; + -o-animation-delay: 66.8s; + animation-delay: 66.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(669) +{ + -webkit-animation-delay: 66.9s; + -moz-animation-delay: 66.9s; + -o-animation-delay: 66.9s; + animation-delay: 66.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(670) +{ + -webkit-animation-delay: 67s; + -moz-animation-delay: 67s; + -o-animation-delay: 67s; + animation-delay: 67s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(671) +{ + -webkit-animation-delay: 67.1s; + -moz-animation-delay: 67.1s; + -o-animation-delay: 67.1s; + animation-delay: 67.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(672) +{ + -webkit-animation-delay: 67.2s; + -moz-animation-delay: 67.2s; + -o-animation-delay: 67.2s; + animation-delay: 67.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(673) +{ + -webkit-animation-delay: 67.3s; + -moz-animation-delay: 67.3s; + -o-animation-delay: 67.3s; + animation-delay: 67.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(674) +{ + -webkit-animation-delay: 67.4s; + -moz-animation-delay: 67.4s; + -o-animation-delay: 67.4s; + animation-delay: 67.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(675) +{ + -webkit-animation-delay: 67.5s; + -moz-animation-delay: 67.5s; + -o-animation-delay: 67.5s; + animation-delay: 67.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(676) +{ + -webkit-animation-delay: 67.6s; + -moz-animation-delay: 67.6s; + -o-animation-delay: 67.6s; + animation-delay: 67.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(677) +{ + -webkit-animation-delay: 67.7s; + -moz-animation-delay: 67.7s; + -o-animation-delay: 67.7s; + animation-delay: 67.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(678) +{ + -webkit-animation-delay: 67.8s; + -moz-animation-delay: 67.8s; + -o-animation-delay: 67.8s; + animation-delay: 67.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(679) +{ + -webkit-animation-delay: 67.9s; + -moz-animation-delay: 67.9s; + -o-animation-delay: 67.9s; + animation-delay: 67.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(680) +{ + -webkit-animation-delay: 68s; + -moz-animation-delay: 68s; + -o-animation-delay: 68s; + animation-delay: 68s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(681) +{ + -webkit-animation-delay: 68.1s; + -moz-animation-delay: 68.1s; + -o-animation-delay: 68.1s; + animation-delay: 68.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(682) +{ + -webkit-animation-delay: 68.2s; + -moz-animation-delay: 68.2s; + -o-animation-delay: 68.2s; + animation-delay: 68.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(683) +{ + -webkit-animation-delay: 68.3s; + -moz-animation-delay: 68.3s; + -o-animation-delay: 68.3s; + animation-delay: 68.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(684) +{ + -webkit-animation-delay: 68.4s; + -moz-animation-delay: 68.4s; + -o-animation-delay: 68.4s; + animation-delay: 68.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(685) +{ + -webkit-animation-delay: 68.5s; + -moz-animation-delay: 68.5s; + -o-animation-delay: 68.5s; + animation-delay: 68.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(686) +{ + -webkit-animation-delay: 68.6s; + -moz-animation-delay: 68.6s; + -o-animation-delay: 68.6s; + animation-delay: 68.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(687) +{ + -webkit-animation-delay: 68.7s; + -moz-animation-delay: 68.7s; + -o-animation-delay: 68.7s; + animation-delay: 68.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(688) +{ + -webkit-animation-delay: 68.8s; + -moz-animation-delay: 68.8s; + -o-animation-delay: 68.8s; + animation-delay: 68.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(689) +{ + -webkit-animation-delay: 68.9s; + -moz-animation-delay: 68.9s; + -o-animation-delay: 68.9s; + animation-delay: 68.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(690) +{ + -webkit-animation-delay: 69s; + -moz-animation-delay: 69s; + -o-animation-delay: 69s; + animation-delay: 69s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(691) +{ + -webkit-animation-delay: 69.1s; + -moz-animation-delay: 69.1s; + -o-animation-delay: 69.1s; + animation-delay: 69.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(692) +{ + -webkit-animation-delay: 69.2s; + -moz-animation-delay: 69.2s; + -o-animation-delay: 69.2s; + animation-delay: 69.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(693) +{ + -webkit-animation-delay: 69.3s; + -moz-animation-delay: 69.3s; + -o-animation-delay: 69.3s; + animation-delay: 69.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(694) +{ + -webkit-animation-delay: 69.4s; + -moz-animation-delay: 69.4s; + -o-animation-delay: 69.4s; + animation-delay: 69.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(695) +{ + -webkit-animation-delay: 69.5s; + -moz-animation-delay: 69.5s; + -o-animation-delay: 69.5s; + animation-delay: 69.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(696) +{ + -webkit-animation-delay: 69.6s; + -moz-animation-delay: 69.6s; + -o-animation-delay: 69.6s; + animation-delay: 69.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(697) +{ + -webkit-animation-delay: 69.7s; + -moz-animation-delay: 69.7s; + -o-animation-delay: 69.7s; + animation-delay: 69.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(698) +{ + -webkit-animation-delay: 69.8s; + -moz-animation-delay: 69.8s; + -o-animation-delay: 69.8s; + animation-delay: 69.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(699) +{ + -webkit-animation-delay: 69.9s; + -moz-animation-delay: 69.9s; + -o-animation-delay: 69.9s; + animation-delay: 69.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(700) +{ + -webkit-animation-delay: 70s; + -moz-animation-delay: 70s; + -o-animation-delay: 70s; + animation-delay: 70s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(701) +{ + -webkit-animation-delay: 70.1s; + -moz-animation-delay: 70.1s; + -o-animation-delay: 70.1s; + animation-delay: 70.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(702) +{ + -webkit-animation-delay: 70.2s; + -moz-animation-delay: 70.2s; + -o-animation-delay: 70.2s; + animation-delay: 70.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(703) +{ + -webkit-animation-delay: 70.3s; + -moz-animation-delay: 70.3s; + -o-animation-delay: 70.3s; + animation-delay: 70.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(704) +{ + -webkit-animation-delay: 70.4s; + -moz-animation-delay: 70.4s; + -o-animation-delay: 70.4s; + animation-delay: 70.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(705) +{ + -webkit-animation-delay: 70.5s; + -moz-animation-delay: 70.5s; + -o-animation-delay: 70.5s; + animation-delay: 70.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(706) +{ + -webkit-animation-delay: 70.6s; + -moz-animation-delay: 70.6s; + -o-animation-delay: 70.6s; + animation-delay: 70.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(707) +{ + -webkit-animation-delay: 70.7s; + -moz-animation-delay: 70.7s; + -o-animation-delay: 70.7s; + animation-delay: 70.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(708) +{ + -webkit-animation-delay: 70.8s; + -moz-animation-delay: 70.8s; + -o-animation-delay: 70.8s; + animation-delay: 70.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(709) +{ + -webkit-animation-delay: 70.9s; + -moz-animation-delay: 70.9s; + -o-animation-delay: 70.9s; + animation-delay: 70.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(710) +{ + -webkit-animation-delay: 71s; + -moz-animation-delay: 71s; + -o-animation-delay: 71s; + animation-delay: 71s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(711) +{ + -webkit-animation-delay: 71.1s; + -moz-animation-delay: 71.1s; + -o-animation-delay: 71.1s; + animation-delay: 71.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(712) +{ + -webkit-animation-delay: 71.2s; + -moz-animation-delay: 71.2s; + -o-animation-delay: 71.2s; + animation-delay: 71.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(713) +{ + -webkit-animation-delay: 71.3s; + -moz-animation-delay: 71.3s; + -o-animation-delay: 71.3s; + animation-delay: 71.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(714) +{ + -webkit-animation-delay: 71.4s; + -moz-animation-delay: 71.4s; + -o-animation-delay: 71.4s; + animation-delay: 71.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(715) +{ + -webkit-animation-delay: 71.5s; + -moz-animation-delay: 71.5s; + -o-animation-delay: 71.5s; + animation-delay: 71.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(716) +{ + -webkit-animation-delay: 71.6s; + -moz-animation-delay: 71.6s; + -o-animation-delay: 71.6s; + animation-delay: 71.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(717) +{ + -webkit-animation-delay: 71.7s; + -moz-animation-delay: 71.7s; + -o-animation-delay: 71.7s; + animation-delay: 71.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(718) +{ + -webkit-animation-delay: 71.8s; + -moz-animation-delay: 71.8s; + -o-animation-delay: 71.8s; + animation-delay: 71.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(719) +{ + -webkit-animation-delay: 71.9s; + -moz-animation-delay: 71.9s; + -o-animation-delay: 71.9s; + animation-delay: 71.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(720) +{ + -webkit-animation-delay: 72s; + -moz-animation-delay: 72s; + -o-animation-delay: 72s; + animation-delay: 72s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(721) +{ + -webkit-animation-delay: 72.1s; + -moz-animation-delay: 72.1s; + -o-animation-delay: 72.1s; + animation-delay: 72.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(722) +{ + -webkit-animation-delay: 72.2s; + -moz-animation-delay: 72.2s; + -o-animation-delay: 72.2s; + animation-delay: 72.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(723) +{ + -webkit-animation-delay: 72.3s; + -moz-animation-delay: 72.3s; + -o-animation-delay: 72.3s; + animation-delay: 72.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(724) +{ + -webkit-animation-delay: 72.4s; + -moz-animation-delay: 72.4s; + -o-animation-delay: 72.4s; + animation-delay: 72.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(725) +{ + -webkit-animation-delay: 72.5s; + -moz-animation-delay: 72.5s; + -o-animation-delay: 72.5s; + animation-delay: 72.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(726) +{ + -webkit-animation-delay: 72.6s; + -moz-animation-delay: 72.6s; + -o-animation-delay: 72.6s; + animation-delay: 72.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(727) +{ + -webkit-animation-delay: 72.7s; + -moz-animation-delay: 72.7s; + -o-animation-delay: 72.7s; + animation-delay: 72.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(728) +{ + -webkit-animation-delay: 72.8s; + -moz-animation-delay: 72.8s; + -o-animation-delay: 72.8s; + animation-delay: 72.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(729) +{ + -webkit-animation-delay: 72.9s; + -moz-animation-delay: 72.9s; + -o-animation-delay: 72.9s; + animation-delay: 72.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(730) +{ + -webkit-animation-delay: 73s; + -moz-animation-delay: 73s; + -o-animation-delay: 73s; + animation-delay: 73s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(731) +{ + -webkit-animation-delay: 73.1s; + -moz-animation-delay: 73.1s; + -o-animation-delay: 73.1s; + animation-delay: 73.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(732) +{ + -webkit-animation-delay: 73.2s; + -moz-animation-delay: 73.2s; + -o-animation-delay: 73.2s; + animation-delay: 73.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(733) +{ + -webkit-animation-delay: 73.3s; + -moz-animation-delay: 73.3s; + -o-animation-delay: 73.3s; + animation-delay: 73.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(734) +{ + -webkit-animation-delay: 73.4s; + -moz-animation-delay: 73.4s; + -o-animation-delay: 73.4s; + animation-delay: 73.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(735) +{ + -webkit-animation-delay: 73.5s; + -moz-animation-delay: 73.5s; + -o-animation-delay: 73.5s; + animation-delay: 73.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(736) +{ + -webkit-animation-delay: 73.6s; + -moz-animation-delay: 73.6s; + -o-animation-delay: 73.6s; + animation-delay: 73.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(737) +{ + -webkit-animation-delay: 73.7s; + -moz-animation-delay: 73.7s; + -o-animation-delay: 73.7s; + animation-delay: 73.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(738) +{ + -webkit-animation-delay: 73.8s; + -moz-animation-delay: 73.8s; + -o-animation-delay: 73.8s; + animation-delay: 73.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(739) +{ + -webkit-animation-delay: 73.9s; + -moz-animation-delay: 73.9s; + -o-animation-delay: 73.9s; + animation-delay: 73.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(740) +{ + -webkit-animation-delay: 74s; + -moz-animation-delay: 74s; + -o-animation-delay: 74s; + animation-delay: 74s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(741) +{ + -webkit-animation-delay: 74.1s; + -moz-animation-delay: 74.1s; + -o-animation-delay: 74.1s; + animation-delay: 74.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(742) +{ + -webkit-animation-delay: 74.2s; + -moz-animation-delay: 74.2s; + -o-animation-delay: 74.2s; + animation-delay: 74.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(743) +{ + -webkit-animation-delay: 74.3s; + -moz-animation-delay: 74.3s; + -o-animation-delay: 74.3s; + animation-delay: 74.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(744) +{ + -webkit-animation-delay: 74.4s; + -moz-animation-delay: 74.4s; + -o-animation-delay: 74.4s; + animation-delay: 74.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(745) +{ + -webkit-animation-delay: 74.5s; + -moz-animation-delay: 74.5s; + -o-animation-delay: 74.5s; + animation-delay: 74.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(746) +{ + -webkit-animation-delay: 74.6s; + -moz-animation-delay: 74.6s; + -o-animation-delay: 74.6s; + animation-delay: 74.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(747) +{ + -webkit-animation-delay: 74.7s; + -moz-animation-delay: 74.7s; + -o-animation-delay: 74.7s; + animation-delay: 74.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(748) +{ + -webkit-animation-delay: 74.8s; + -moz-animation-delay: 74.8s; + -o-animation-delay: 74.8s; + animation-delay: 74.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(749) +{ + -webkit-animation-delay: 74.9s; + -moz-animation-delay: 74.9s; + -o-animation-delay: 74.9s; + animation-delay: 74.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(750) +{ + -webkit-animation-delay: 75s; + -moz-animation-delay: 75s; + -o-animation-delay: 75s; + animation-delay: 75s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(751) +{ + -webkit-animation-delay: 75.1s; + -moz-animation-delay: 75.1s; + -o-animation-delay: 75.1s; + animation-delay: 75.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(752) +{ + -webkit-animation-delay: 75.2s; + -moz-animation-delay: 75.2s; + -o-animation-delay: 75.2s; + animation-delay: 75.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(753) +{ + -webkit-animation-delay: 75.3s; + -moz-animation-delay: 75.3s; + -o-animation-delay: 75.3s; + animation-delay: 75.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(754) +{ + -webkit-animation-delay: 75.4s; + -moz-animation-delay: 75.4s; + -o-animation-delay: 75.4s; + animation-delay: 75.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(755) +{ + -webkit-animation-delay: 75.5s; + -moz-animation-delay: 75.5s; + -o-animation-delay: 75.5s; + animation-delay: 75.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(756) +{ + -webkit-animation-delay: 75.6s; + -moz-animation-delay: 75.6s; + -o-animation-delay: 75.6s; + animation-delay: 75.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(757) +{ + -webkit-animation-delay: 75.7s; + -moz-animation-delay: 75.7s; + -o-animation-delay: 75.7s; + animation-delay: 75.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(758) +{ + -webkit-animation-delay: 75.8s; + -moz-animation-delay: 75.8s; + -o-animation-delay: 75.8s; + animation-delay: 75.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(759) +{ + -webkit-animation-delay: 75.9s; + -moz-animation-delay: 75.9s; + -o-animation-delay: 75.9s; + animation-delay: 75.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(760) +{ + -webkit-animation-delay: 76s; + -moz-animation-delay: 76s; + -o-animation-delay: 76s; + animation-delay: 76s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(761) +{ + -webkit-animation-delay: 76.1s; + -moz-animation-delay: 76.1s; + -o-animation-delay: 76.1s; + animation-delay: 76.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(762) +{ + -webkit-animation-delay: 76.2s; + -moz-animation-delay: 76.2s; + -o-animation-delay: 76.2s; + animation-delay: 76.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(763) +{ + -webkit-animation-delay: 76.3s; + -moz-animation-delay: 76.3s; + -o-animation-delay: 76.3s; + animation-delay: 76.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(764) +{ + -webkit-animation-delay: 76.4s; + -moz-animation-delay: 76.4s; + -o-animation-delay: 76.4s; + animation-delay: 76.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(765) +{ + -webkit-animation-delay: 76.5s; + -moz-animation-delay: 76.5s; + -o-animation-delay: 76.5s; + animation-delay: 76.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(766) +{ + -webkit-animation-delay: 76.6s; + -moz-animation-delay: 76.6s; + -o-animation-delay: 76.6s; + animation-delay: 76.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(767) +{ + -webkit-animation-delay: 76.7s; + -moz-animation-delay: 76.7s; + -o-animation-delay: 76.7s; + animation-delay: 76.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(768) +{ + -webkit-animation-delay: 76.8s; + -moz-animation-delay: 76.8s; + -o-animation-delay: 76.8s; + animation-delay: 76.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(769) +{ + -webkit-animation-delay: 76.9s; + -moz-animation-delay: 76.9s; + -o-animation-delay: 76.9s; + animation-delay: 76.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(770) +{ + -webkit-animation-delay: 77s; + -moz-animation-delay: 77s; + -o-animation-delay: 77s; + animation-delay: 77s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(771) +{ + -webkit-animation-delay: 77.1s; + -moz-animation-delay: 77.1s; + -o-animation-delay: 77.1s; + animation-delay: 77.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(772) +{ + -webkit-animation-delay: 77.2s; + -moz-animation-delay: 77.2s; + -o-animation-delay: 77.2s; + animation-delay: 77.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(773) +{ + -webkit-animation-delay: 77.3s; + -moz-animation-delay: 77.3s; + -o-animation-delay: 77.3s; + animation-delay: 77.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(774) +{ + -webkit-animation-delay: 77.4s; + -moz-animation-delay: 77.4s; + -o-animation-delay: 77.4s; + animation-delay: 77.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(775) +{ + -webkit-animation-delay: 77.5s; + -moz-animation-delay: 77.5s; + -o-animation-delay: 77.5s; + animation-delay: 77.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(776) +{ + -webkit-animation-delay: 77.6s; + -moz-animation-delay: 77.6s; + -o-animation-delay: 77.6s; + animation-delay: 77.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(777) +{ + -webkit-animation-delay: 77.7s; + -moz-animation-delay: 77.7s; + -o-animation-delay: 77.7s; + animation-delay: 77.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(778) +{ + -webkit-animation-delay: 77.8s; + -moz-animation-delay: 77.8s; + -o-animation-delay: 77.8s; + animation-delay: 77.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(779) +{ + -webkit-animation-delay: 77.9s; + -moz-animation-delay: 77.9s; + -o-animation-delay: 77.9s; + animation-delay: 77.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(780) +{ + -webkit-animation-delay: 78s; + -moz-animation-delay: 78s; + -o-animation-delay: 78s; + animation-delay: 78s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(781) +{ + -webkit-animation-delay: 78.1s; + -moz-animation-delay: 78.1s; + -o-animation-delay: 78.1s; + animation-delay: 78.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(782) +{ + -webkit-animation-delay: 78.2s; + -moz-animation-delay: 78.2s; + -o-animation-delay: 78.2s; + animation-delay: 78.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(783) +{ + -webkit-animation-delay: 78.3s; + -moz-animation-delay: 78.3s; + -o-animation-delay: 78.3s; + animation-delay: 78.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(784) +{ + -webkit-animation-delay: 78.4s; + -moz-animation-delay: 78.4s; + -o-animation-delay: 78.4s; + animation-delay: 78.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(785) +{ + -webkit-animation-delay: 78.5s; + -moz-animation-delay: 78.5s; + -o-animation-delay: 78.5s; + animation-delay: 78.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(786) +{ + -webkit-animation-delay: 78.6s; + -moz-animation-delay: 78.6s; + -o-animation-delay: 78.6s; + animation-delay: 78.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(787) +{ + -webkit-animation-delay: 78.7s; + -moz-animation-delay: 78.7s; + -o-animation-delay: 78.7s; + animation-delay: 78.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(788) +{ + -webkit-animation-delay: 78.8s; + -moz-animation-delay: 78.8s; + -o-animation-delay: 78.8s; + animation-delay: 78.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(789) +{ + -webkit-animation-delay: 78.9s; + -moz-animation-delay: 78.9s; + -o-animation-delay: 78.9s; + animation-delay: 78.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(790) +{ + -webkit-animation-delay: 79s; + -moz-animation-delay: 79s; + -o-animation-delay: 79s; + animation-delay: 79s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(791) +{ + -webkit-animation-delay: 79.1s; + -moz-animation-delay: 79.1s; + -o-animation-delay: 79.1s; + animation-delay: 79.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(792) +{ + -webkit-animation-delay: 79.2s; + -moz-animation-delay: 79.2s; + -o-animation-delay: 79.2s; + animation-delay: 79.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(793) +{ + -webkit-animation-delay: 79.3s; + -moz-animation-delay: 79.3s; + -o-animation-delay: 79.3s; + animation-delay: 79.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(794) +{ + -webkit-animation-delay: 79.4s; + -moz-animation-delay: 79.4s; + -o-animation-delay: 79.4s; + animation-delay: 79.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(795) +{ + -webkit-animation-delay: 79.5s; + -moz-animation-delay: 79.5s; + -o-animation-delay: 79.5s; + animation-delay: 79.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(796) +{ + -webkit-animation-delay: 79.6s; + -moz-animation-delay: 79.6s; + -o-animation-delay: 79.6s; + animation-delay: 79.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(797) +{ + -webkit-animation-delay: 79.7s; + -moz-animation-delay: 79.7s; + -o-animation-delay: 79.7s; + animation-delay: 79.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(798) +{ + -webkit-animation-delay: 79.8s; + -moz-animation-delay: 79.8s; + -o-animation-delay: 79.8s; + animation-delay: 79.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(799) +{ + -webkit-animation-delay: 79.9s; + -moz-animation-delay: 79.9s; + -o-animation-delay: 79.9s; + animation-delay: 79.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(800) +{ + -webkit-animation-delay: 80s; + -moz-animation-delay: 80s; + -o-animation-delay: 80s; + animation-delay: 80s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(801) +{ + -webkit-animation-delay: 80.1s; + -moz-animation-delay: 80.1s; + -o-animation-delay: 80.1s; + animation-delay: 80.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(802) +{ + -webkit-animation-delay: 80.2s; + -moz-animation-delay: 80.2s; + -o-animation-delay: 80.2s; + animation-delay: 80.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(803) +{ + -webkit-animation-delay: 80.3s; + -moz-animation-delay: 80.3s; + -o-animation-delay: 80.3s; + animation-delay: 80.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(804) +{ + -webkit-animation-delay: 80.4s; + -moz-animation-delay: 80.4s; + -o-animation-delay: 80.4s; + animation-delay: 80.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(805) +{ + -webkit-animation-delay: 80.5s; + -moz-animation-delay: 80.5s; + -o-animation-delay: 80.5s; + animation-delay: 80.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(806) +{ + -webkit-animation-delay: 80.6s; + -moz-animation-delay: 80.6s; + -o-animation-delay: 80.6s; + animation-delay: 80.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(807) +{ + -webkit-animation-delay: 80.7s; + -moz-animation-delay: 80.7s; + -o-animation-delay: 80.7s; + animation-delay: 80.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(808) +{ + -webkit-animation-delay: 80.8s; + -moz-animation-delay: 80.8s; + -o-animation-delay: 80.8s; + animation-delay: 80.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(809) +{ + -webkit-animation-delay: 80.9s; + -moz-animation-delay: 80.9s; + -o-animation-delay: 80.9s; + animation-delay: 80.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(810) +{ + -webkit-animation-delay: 81s; + -moz-animation-delay: 81s; + -o-animation-delay: 81s; + animation-delay: 81s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(811) +{ + -webkit-animation-delay: 81.1s; + -moz-animation-delay: 81.1s; + -o-animation-delay: 81.1s; + animation-delay: 81.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(812) +{ + -webkit-animation-delay: 81.2s; + -moz-animation-delay: 81.2s; + -o-animation-delay: 81.2s; + animation-delay: 81.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(813) +{ + -webkit-animation-delay: 81.3s; + -moz-animation-delay: 81.3s; + -o-animation-delay: 81.3s; + animation-delay: 81.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(814) +{ + -webkit-animation-delay: 81.4s; + -moz-animation-delay: 81.4s; + -o-animation-delay: 81.4s; + animation-delay: 81.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(815) +{ + -webkit-animation-delay: 81.5s; + -moz-animation-delay: 81.5s; + -o-animation-delay: 81.5s; + animation-delay: 81.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(816) +{ + -webkit-animation-delay: 81.6s; + -moz-animation-delay: 81.6s; + -o-animation-delay: 81.6s; + animation-delay: 81.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(817) +{ + -webkit-animation-delay: 81.7s; + -moz-animation-delay: 81.7s; + -o-animation-delay: 81.7s; + animation-delay: 81.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(818) +{ + -webkit-animation-delay: 81.8s; + -moz-animation-delay: 81.8s; + -o-animation-delay: 81.8s; + animation-delay: 81.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(819) +{ + -webkit-animation-delay: 81.9s; + -moz-animation-delay: 81.9s; + -o-animation-delay: 81.9s; + animation-delay: 81.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(820) +{ + -webkit-animation-delay: 82s; + -moz-animation-delay: 82s; + -o-animation-delay: 82s; + animation-delay: 82s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(821) +{ + -webkit-animation-delay: 82.1s; + -moz-animation-delay: 82.1s; + -o-animation-delay: 82.1s; + animation-delay: 82.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(822) +{ + -webkit-animation-delay: 82.2s; + -moz-animation-delay: 82.2s; + -o-animation-delay: 82.2s; + animation-delay: 82.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(823) +{ + -webkit-animation-delay: 82.3s; + -moz-animation-delay: 82.3s; + -o-animation-delay: 82.3s; + animation-delay: 82.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(824) +{ + -webkit-animation-delay: 82.4s; + -moz-animation-delay: 82.4s; + -o-animation-delay: 82.4s; + animation-delay: 82.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(825) +{ + -webkit-animation-delay: 82.5s; + -moz-animation-delay: 82.5s; + -o-animation-delay: 82.5s; + animation-delay: 82.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(826) +{ + -webkit-animation-delay: 82.6s; + -moz-animation-delay: 82.6s; + -o-animation-delay: 82.6s; + animation-delay: 82.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(827) +{ + -webkit-animation-delay: 82.7s; + -moz-animation-delay: 82.7s; + -o-animation-delay: 82.7s; + animation-delay: 82.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(828) +{ + -webkit-animation-delay: 82.8s; + -moz-animation-delay: 82.8s; + -o-animation-delay: 82.8s; + animation-delay: 82.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(829) +{ + -webkit-animation-delay: 82.9s; + -moz-animation-delay: 82.9s; + -o-animation-delay: 82.9s; + animation-delay: 82.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(830) +{ + -webkit-animation-delay: 83s; + -moz-animation-delay: 83s; + -o-animation-delay: 83s; + animation-delay: 83s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(831) +{ + -webkit-animation-delay: 83.1s; + -moz-animation-delay: 83.1s; + -o-animation-delay: 83.1s; + animation-delay: 83.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(832) +{ + -webkit-animation-delay: 83.2s; + -moz-animation-delay: 83.2s; + -o-animation-delay: 83.2s; + animation-delay: 83.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(833) +{ + -webkit-animation-delay: 83.3s; + -moz-animation-delay: 83.3s; + -o-animation-delay: 83.3s; + animation-delay: 83.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(834) +{ + -webkit-animation-delay: 83.4s; + -moz-animation-delay: 83.4s; + -o-animation-delay: 83.4s; + animation-delay: 83.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(835) +{ + -webkit-animation-delay: 83.5s; + -moz-animation-delay: 83.5s; + -o-animation-delay: 83.5s; + animation-delay: 83.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(836) +{ + -webkit-animation-delay: 83.6s; + -moz-animation-delay: 83.6s; + -o-animation-delay: 83.6s; + animation-delay: 83.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(837) +{ + -webkit-animation-delay: 83.7s; + -moz-animation-delay: 83.7s; + -o-animation-delay: 83.7s; + animation-delay: 83.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(838) +{ + -webkit-animation-delay: 83.8s; + -moz-animation-delay: 83.8s; + -o-animation-delay: 83.8s; + animation-delay: 83.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(839) +{ + -webkit-animation-delay: 83.9s; + -moz-animation-delay: 83.9s; + -o-animation-delay: 83.9s; + animation-delay: 83.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(840) +{ + -webkit-animation-delay: 84s; + -moz-animation-delay: 84s; + -o-animation-delay: 84s; + animation-delay: 84s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(841) +{ + -webkit-animation-delay: 84.1s; + -moz-animation-delay: 84.1s; + -o-animation-delay: 84.1s; + animation-delay: 84.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(842) +{ + -webkit-animation-delay: 84.2s; + -moz-animation-delay: 84.2s; + -o-animation-delay: 84.2s; + animation-delay: 84.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(843) +{ + -webkit-animation-delay: 84.3s; + -moz-animation-delay: 84.3s; + -o-animation-delay: 84.3s; + animation-delay: 84.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(844) +{ + -webkit-animation-delay: 84.4s; + -moz-animation-delay: 84.4s; + -o-animation-delay: 84.4s; + animation-delay: 84.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(845) +{ + -webkit-animation-delay: 84.5s; + -moz-animation-delay: 84.5s; + -o-animation-delay: 84.5s; + animation-delay: 84.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(846) +{ + -webkit-animation-delay: 84.6s; + -moz-animation-delay: 84.6s; + -o-animation-delay: 84.6s; + animation-delay: 84.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(847) +{ + -webkit-animation-delay: 84.7s; + -moz-animation-delay: 84.7s; + -o-animation-delay: 84.7s; + animation-delay: 84.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(848) +{ + -webkit-animation-delay: 84.8s; + -moz-animation-delay: 84.8s; + -o-animation-delay: 84.8s; + animation-delay: 84.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(849) +{ + -webkit-animation-delay: 84.9s; + -moz-animation-delay: 84.9s; + -o-animation-delay: 84.9s; + animation-delay: 84.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(850) +{ + -webkit-animation-delay: 85s; + -moz-animation-delay: 85s; + -o-animation-delay: 85s; + animation-delay: 85s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(851) +{ + -webkit-animation-delay: 85.1s; + -moz-animation-delay: 85.1s; + -o-animation-delay: 85.1s; + animation-delay: 85.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(852) +{ + -webkit-animation-delay: 85.2s; + -moz-animation-delay: 85.2s; + -o-animation-delay: 85.2s; + animation-delay: 85.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(853) +{ + -webkit-animation-delay: 85.3s; + -moz-animation-delay: 85.3s; + -o-animation-delay: 85.3s; + animation-delay: 85.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(854) +{ + -webkit-animation-delay: 85.4s; + -moz-animation-delay: 85.4s; + -o-animation-delay: 85.4s; + animation-delay: 85.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(855) +{ + -webkit-animation-delay: 85.5s; + -moz-animation-delay: 85.5s; + -o-animation-delay: 85.5s; + animation-delay: 85.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(856) +{ + -webkit-animation-delay: 85.6s; + -moz-animation-delay: 85.6s; + -o-animation-delay: 85.6s; + animation-delay: 85.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(857) +{ + -webkit-animation-delay: 85.7s; + -moz-animation-delay: 85.7s; + -o-animation-delay: 85.7s; + animation-delay: 85.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(858) +{ + -webkit-animation-delay: 85.8s; + -moz-animation-delay: 85.8s; + -o-animation-delay: 85.8s; + animation-delay: 85.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(859) +{ + -webkit-animation-delay: 85.9s; + -moz-animation-delay: 85.9s; + -o-animation-delay: 85.9s; + animation-delay: 85.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(860) +{ + -webkit-animation-delay: 86s; + -moz-animation-delay: 86s; + -o-animation-delay: 86s; + animation-delay: 86s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(861) +{ + -webkit-animation-delay: 86.1s; + -moz-animation-delay: 86.1s; + -o-animation-delay: 86.1s; + animation-delay: 86.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(862) +{ + -webkit-animation-delay: 86.2s; + -moz-animation-delay: 86.2s; + -o-animation-delay: 86.2s; + animation-delay: 86.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(863) +{ + -webkit-animation-delay: 86.3s; + -moz-animation-delay: 86.3s; + -o-animation-delay: 86.3s; + animation-delay: 86.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(864) +{ + -webkit-animation-delay: 86.4s; + -moz-animation-delay: 86.4s; + -o-animation-delay: 86.4s; + animation-delay: 86.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(865) +{ + -webkit-animation-delay: 86.5s; + -moz-animation-delay: 86.5s; + -o-animation-delay: 86.5s; + animation-delay: 86.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(866) +{ + -webkit-animation-delay: 86.6s; + -moz-animation-delay: 86.6s; + -o-animation-delay: 86.6s; + animation-delay: 86.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(867) +{ + -webkit-animation-delay: 86.7s; + -moz-animation-delay: 86.7s; + -o-animation-delay: 86.7s; + animation-delay: 86.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(868) +{ + -webkit-animation-delay: 86.8s; + -moz-animation-delay: 86.8s; + -o-animation-delay: 86.8s; + animation-delay: 86.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(869) +{ + -webkit-animation-delay: 86.9s; + -moz-animation-delay: 86.9s; + -o-animation-delay: 86.9s; + animation-delay: 86.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(870) +{ + -webkit-animation-delay: 87s; + -moz-animation-delay: 87s; + -o-animation-delay: 87s; + animation-delay: 87s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(871) +{ + -webkit-animation-delay: 87.1s; + -moz-animation-delay: 87.1s; + -o-animation-delay: 87.1s; + animation-delay: 87.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(872) +{ + -webkit-animation-delay: 87.2s; + -moz-animation-delay: 87.2s; + -o-animation-delay: 87.2s; + animation-delay: 87.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(873) +{ + -webkit-animation-delay: 87.3s; + -moz-animation-delay: 87.3s; + -o-animation-delay: 87.3s; + animation-delay: 87.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(874) +{ + -webkit-animation-delay: 87.4s; + -moz-animation-delay: 87.4s; + -o-animation-delay: 87.4s; + animation-delay: 87.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(875) +{ + -webkit-animation-delay: 87.5s; + -moz-animation-delay: 87.5s; + -o-animation-delay: 87.5s; + animation-delay: 87.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(876) +{ + -webkit-animation-delay: 87.6s; + -moz-animation-delay: 87.6s; + -o-animation-delay: 87.6s; + animation-delay: 87.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(877) +{ + -webkit-animation-delay: 87.7s; + -moz-animation-delay: 87.7s; + -o-animation-delay: 87.7s; + animation-delay: 87.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(878) +{ + -webkit-animation-delay: 87.8s; + -moz-animation-delay: 87.8s; + -o-animation-delay: 87.8s; + animation-delay: 87.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(879) +{ + -webkit-animation-delay: 87.9s; + -moz-animation-delay: 87.9s; + -o-animation-delay: 87.9s; + animation-delay: 87.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(880) +{ + -webkit-animation-delay: 88s; + -moz-animation-delay: 88s; + -o-animation-delay: 88s; + animation-delay: 88s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(881) +{ + -webkit-animation-delay: 88.1s; + -moz-animation-delay: 88.1s; + -o-animation-delay: 88.1s; + animation-delay: 88.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(882) +{ + -webkit-animation-delay: 88.2s; + -moz-animation-delay: 88.2s; + -o-animation-delay: 88.2s; + animation-delay: 88.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(883) +{ + -webkit-animation-delay: 88.3s; + -moz-animation-delay: 88.3s; + -o-animation-delay: 88.3s; + animation-delay: 88.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(884) +{ + -webkit-animation-delay: 88.4s; + -moz-animation-delay: 88.4s; + -o-animation-delay: 88.4s; + animation-delay: 88.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(885) +{ + -webkit-animation-delay: 88.5s; + -moz-animation-delay: 88.5s; + -o-animation-delay: 88.5s; + animation-delay: 88.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(886) +{ + -webkit-animation-delay: 88.6s; + -moz-animation-delay: 88.6s; + -o-animation-delay: 88.6s; + animation-delay: 88.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(887) +{ + -webkit-animation-delay: 88.7s; + -moz-animation-delay: 88.7s; + -o-animation-delay: 88.7s; + animation-delay: 88.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(888) +{ + -webkit-animation-delay: 88.8s; + -moz-animation-delay: 88.8s; + -o-animation-delay: 88.8s; + animation-delay: 88.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(889) +{ + -webkit-animation-delay: 88.9s; + -moz-animation-delay: 88.9s; + -o-animation-delay: 88.9s; + animation-delay: 88.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(890) +{ + -webkit-animation-delay: 89s; + -moz-animation-delay: 89s; + -o-animation-delay: 89s; + animation-delay: 89s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(891) +{ + -webkit-animation-delay: 89.1s; + -moz-animation-delay: 89.1s; + -o-animation-delay: 89.1s; + animation-delay: 89.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(892) +{ + -webkit-animation-delay: 89.2s; + -moz-animation-delay: 89.2s; + -o-animation-delay: 89.2s; + animation-delay: 89.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(893) +{ + -webkit-animation-delay: 89.3s; + -moz-animation-delay: 89.3s; + -o-animation-delay: 89.3s; + animation-delay: 89.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(894) +{ + -webkit-animation-delay: 89.4s; + -moz-animation-delay: 89.4s; + -o-animation-delay: 89.4s; + animation-delay: 89.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(895) +{ + -webkit-animation-delay: 89.5s; + -moz-animation-delay: 89.5s; + -o-animation-delay: 89.5s; + animation-delay: 89.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(896) +{ + -webkit-animation-delay: 89.6s; + -moz-animation-delay: 89.6s; + -o-animation-delay: 89.6s; + animation-delay: 89.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(897) +{ + -webkit-animation-delay: 89.7s; + -moz-animation-delay: 89.7s; + -o-animation-delay: 89.7s; + animation-delay: 89.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(898) +{ + -webkit-animation-delay: 89.8s; + -moz-animation-delay: 89.8s; + -o-animation-delay: 89.8s; + animation-delay: 89.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(899) +{ + -webkit-animation-delay: 89.9s; + -moz-animation-delay: 89.9s; + -o-animation-delay: 89.9s; + animation-delay: 89.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(900) +{ + -webkit-animation-delay: 90s; + -moz-animation-delay: 90s; + -o-animation-delay: 90s; + animation-delay: 90s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(901) +{ + -webkit-animation-delay: 90.1s; + -moz-animation-delay: 90.1s; + -o-animation-delay: 90.1s; + animation-delay: 90.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(902) +{ + -webkit-animation-delay: 90.2s; + -moz-animation-delay: 90.2s; + -o-animation-delay: 90.2s; + animation-delay: 90.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(903) +{ + -webkit-animation-delay: 90.3s; + -moz-animation-delay: 90.3s; + -o-animation-delay: 90.3s; + animation-delay: 90.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(904) +{ + -webkit-animation-delay: 90.4s; + -moz-animation-delay: 90.4s; + -o-animation-delay: 90.4s; + animation-delay: 90.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(905) +{ + -webkit-animation-delay: 90.5s; + -moz-animation-delay: 90.5s; + -o-animation-delay: 90.5s; + animation-delay: 90.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(906) +{ + -webkit-animation-delay: 90.6s; + -moz-animation-delay: 90.6s; + -o-animation-delay: 90.6s; + animation-delay: 90.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(907) +{ + -webkit-animation-delay: 90.7s; + -moz-animation-delay: 90.7s; + -o-animation-delay: 90.7s; + animation-delay: 90.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(908) +{ + -webkit-animation-delay: 90.8s; + -moz-animation-delay: 90.8s; + -o-animation-delay: 90.8s; + animation-delay: 90.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(909) +{ + -webkit-animation-delay: 90.9s; + -moz-animation-delay: 90.9s; + -o-animation-delay: 90.9s; + animation-delay: 90.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(910) +{ + -webkit-animation-delay: 91s; + -moz-animation-delay: 91s; + -o-animation-delay: 91s; + animation-delay: 91s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(911) +{ + -webkit-animation-delay: 91.1s; + -moz-animation-delay: 91.1s; + -o-animation-delay: 91.1s; + animation-delay: 91.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(912) +{ + -webkit-animation-delay: 91.2s; + -moz-animation-delay: 91.2s; + -o-animation-delay: 91.2s; + animation-delay: 91.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(913) +{ + -webkit-animation-delay: 91.3s; + -moz-animation-delay: 91.3s; + -o-animation-delay: 91.3s; + animation-delay: 91.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(914) +{ + -webkit-animation-delay: 91.4s; + -moz-animation-delay: 91.4s; + -o-animation-delay: 91.4s; + animation-delay: 91.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(915) +{ + -webkit-animation-delay: 91.5s; + -moz-animation-delay: 91.5s; + -o-animation-delay: 91.5s; + animation-delay: 91.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(916) +{ + -webkit-animation-delay: 91.6s; + -moz-animation-delay: 91.6s; + -o-animation-delay: 91.6s; + animation-delay: 91.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(917) +{ + -webkit-animation-delay: 91.7s; + -moz-animation-delay: 91.7s; + -o-animation-delay: 91.7s; + animation-delay: 91.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(918) +{ + -webkit-animation-delay: 91.8s; + -moz-animation-delay: 91.8s; + -o-animation-delay: 91.8s; + animation-delay: 91.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(919) +{ + -webkit-animation-delay: 91.9s; + -moz-animation-delay: 91.9s; + -o-animation-delay: 91.9s; + animation-delay: 91.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(920) +{ + -webkit-animation-delay: 92s; + -moz-animation-delay: 92s; + -o-animation-delay: 92s; + animation-delay: 92s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(921) +{ + -webkit-animation-delay: 92.1s; + -moz-animation-delay: 92.1s; + -o-animation-delay: 92.1s; + animation-delay: 92.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(922) +{ + -webkit-animation-delay: 92.2s; + -moz-animation-delay: 92.2s; + -o-animation-delay: 92.2s; + animation-delay: 92.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(923) +{ + -webkit-animation-delay: 92.3s; + -moz-animation-delay: 92.3s; + -o-animation-delay: 92.3s; + animation-delay: 92.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(924) +{ + -webkit-animation-delay: 92.4s; + -moz-animation-delay: 92.4s; + -o-animation-delay: 92.4s; + animation-delay: 92.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(925) +{ + -webkit-animation-delay: 92.5s; + -moz-animation-delay: 92.5s; + -o-animation-delay: 92.5s; + animation-delay: 92.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(926) +{ + -webkit-animation-delay: 92.6s; + -moz-animation-delay: 92.6s; + -o-animation-delay: 92.6s; + animation-delay: 92.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(927) +{ + -webkit-animation-delay: 92.7s; + -moz-animation-delay: 92.7s; + -o-animation-delay: 92.7s; + animation-delay: 92.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(928) +{ + -webkit-animation-delay: 92.8s; + -moz-animation-delay: 92.8s; + -o-animation-delay: 92.8s; + animation-delay: 92.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(929) +{ + -webkit-animation-delay: 92.9s; + -moz-animation-delay: 92.9s; + -o-animation-delay: 92.9s; + animation-delay: 92.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(930) +{ + -webkit-animation-delay: 93s; + -moz-animation-delay: 93s; + -o-animation-delay: 93s; + animation-delay: 93s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(931) +{ + -webkit-animation-delay: 93.1s; + -moz-animation-delay: 93.1s; + -o-animation-delay: 93.1s; + animation-delay: 93.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(932) +{ + -webkit-animation-delay: 93.2s; + -moz-animation-delay: 93.2s; + -o-animation-delay: 93.2s; + animation-delay: 93.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(933) +{ + -webkit-animation-delay: 93.3s; + -moz-animation-delay: 93.3s; + -o-animation-delay: 93.3s; + animation-delay: 93.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(934) +{ + -webkit-animation-delay: 93.4s; + -moz-animation-delay: 93.4s; + -o-animation-delay: 93.4s; + animation-delay: 93.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(935) +{ + -webkit-animation-delay: 93.5s; + -moz-animation-delay: 93.5s; + -o-animation-delay: 93.5s; + animation-delay: 93.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(936) +{ + -webkit-animation-delay: 93.6s; + -moz-animation-delay: 93.6s; + -o-animation-delay: 93.6s; + animation-delay: 93.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(937) +{ + -webkit-animation-delay: 93.7s; + -moz-animation-delay: 93.7s; + -o-animation-delay: 93.7s; + animation-delay: 93.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(938) +{ + -webkit-animation-delay: 93.8s; + -moz-animation-delay: 93.8s; + -o-animation-delay: 93.8s; + animation-delay: 93.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(939) +{ + -webkit-animation-delay: 93.9s; + -moz-animation-delay: 93.9s; + -o-animation-delay: 93.9s; + animation-delay: 93.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(940) +{ + -webkit-animation-delay: 94s; + -moz-animation-delay: 94s; + -o-animation-delay: 94s; + animation-delay: 94s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(941) +{ + -webkit-animation-delay: 94.1s; + -moz-animation-delay: 94.1s; + -o-animation-delay: 94.1s; + animation-delay: 94.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(942) +{ + -webkit-animation-delay: 94.2s; + -moz-animation-delay: 94.2s; + -o-animation-delay: 94.2s; + animation-delay: 94.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(943) +{ + -webkit-animation-delay: 94.3s; + -moz-animation-delay: 94.3s; + -o-animation-delay: 94.3s; + animation-delay: 94.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(944) +{ + -webkit-animation-delay: 94.4s; + -moz-animation-delay: 94.4s; + -o-animation-delay: 94.4s; + animation-delay: 94.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(945) +{ + -webkit-animation-delay: 94.5s; + -moz-animation-delay: 94.5s; + -o-animation-delay: 94.5s; + animation-delay: 94.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(946) +{ + -webkit-animation-delay: 94.6s; + -moz-animation-delay: 94.6s; + -o-animation-delay: 94.6s; + animation-delay: 94.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(947) +{ + -webkit-animation-delay: 94.7s; + -moz-animation-delay: 94.7s; + -o-animation-delay: 94.7s; + animation-delay: 94.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(948) +{ + -webkit-animation-delay: 94.8s; + -moz-animation-delay: 94.8s; + -o-animation-delay: 94.8s; + animation-delay: 94.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(949) +{ + -webkit-animation-delay: 94.9s; + -moz-animation-delay: 94.9s; + -o-animation-delay: 94.9s; + animation-delay: 94.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(950) +{ + -webkit-animation-delay: 95s; + -moz-animation-delay: 95s; + -o-animation-delay: 95s; + animation-delay: 95s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(951) +{ + -webkit-animation-delay: 95.1s; + -moz-animation-delay: 95.1s; + -o-animation-delay: 95.1s; + animation-delay: 95.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(952) +{ + -webkit-animation-delay: 95.2s; + -moz-animation-delay: 95.2s; + -o-animation-delay: 95.2s; + animation-delay: 95.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(953) +{ + -webkit-animation-delay: 95.3s; + -moz-animation-delay: 95.3s; + -o-animation-delay: 95.3s; + animation-delay: 95.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(954) +{ + -webkit-animation-delay: 95.4s; + -moz-animation-delay: 95.4s; + -o-animation-delay: 95.4s; + animation-delay: 95.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(955) +{ + -webkit-animation-delay: 95.5s; + -moz-animation-delay: 95.5s; + -o-animation-delay: 95.5s; + animation-delay: 95.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(956) +{ + -webkit-animation-delay: 95.6s; + -moz-animation-delay: 95.6s; + -o-animation-delay: 95.6s; + animation-delay: 95.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(957) +{ + -webkit-animation-delay: 95.7s; + -moz-animation-delay: 95.7s; + -o-animation-delay: 95.7s; + animation-delay: 95.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(958) +{ + -webkit-animation-delay: 95.8s; + -moz-animation-delay: 95.8s; + -o-animation-delay: 95.8s; + animation-delay: 95.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(959) +{ + -webkit-animation-delay: 95.9s; + -moz-animation-delay: 95.9s; + -o-animation-delay: 95.9s; + animation-delay: 95.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(960) +{ + -webkit-animation-delay: 96s; + -moz-animation-delay: 96s; + -o-animation-delay: 96s; + animation-delay: 96s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(961) +{ + -webkit-animation-delay: 96.1s; + -moz-animation-delay: 96.1s; + -o-animation-delay: 96.1s; + animation-delay: 96.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(962) +{ + -webkit-animation-delay: 96.2s; + -moz-animation-delay: 96.2s; + -o-animation-delay: 96.2s; + animation-delay: 96.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(963) +{ + -webkit-animation-delay: 96.3s; + -moz-animation-delay: 96.3s; + -o-animation-delay: 96.3s; + animation-delay: 96.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(964) +{ + -webkit-animation-delay: 96.4s; + -moz-animation-delay: 96.4s; + -o-animation-delay: 96.4s; + animation-delay: 96.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(965) +{ + -webkit-animation-delay: 96.5s; + -moz-animation-delay: 96.5s; + -o-animation-delay: 96.5s; + animation-delay: 96.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(966) +{ + -webkit-animation-delay: 96.6s; + -moz-animation-delay: 96.6s; + -o-animation-delay: 96.6s; + animation-delay: 96.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(967) +{ + -webkit-animation-delay: 96.7s; + -moz-animation-delay: 96.7s; + -o-animation-delay: 96.7s; + animation-delay: 96.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(968) +{ + -webkit-animation-delay: 96.8s; + -moz-animation-delay: 96.8s; + -o-animation-delay: 96.8s; + animation-delay: 96.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(969) +{ + -webkit-animation-delay: 96.9s; + -moz-animation-delay: 96.9s; + -o-animation-delay: 96.9s; + animation-delay: 96.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(970) +{ + -webkit-animation-delay: 97s; + -moz-animation-delay: 97s; + -o-animation-delay: 97s; + animation-delay: 97s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(971) +{ + -webkit-animation-delay: 97.1s; + -moz-animation-delay: 97.1s; + -o-animation-delay: 97.1s; + animation-delay: 97.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(972) +{ + -webkit-animation-delay: 97.2s; + -moz-animation-delay: 97.2s; + -o-animation-delay: 97.2s; + animation-delay: 97.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(973) +{ + -webkit-animation-delay: 97.3s; + -moz-animation-delay: 97.3s; + -o-animation-delay: 97.3s; + animation-delay: 97.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(974) +{ + -webkit-animation-delay: 97.4s; + -moz-animation-delay: 97.4s; + -o-animation-delay: 97.4s; + animation-delay: 97.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(975) +{ + -webkit-animation-delay: 97.5s; + -moz-animation-delay: 97.5s; + -o-animation-delay: 97.5s; + animation-delay: 97.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(976) +{ + -webkit-animation-delay: 97.6s; + -moz-animation-delay: 97.6s; + -o-animation-delay: 97.6s; + animation-delay: 97.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(977) +{ + -webkit-animation-delay: 97.7s; + -moz-animation-delay: 97.7s; + -o-animation-delay: 97.7s; + animation-delay: 97.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(978) +{ + -webkit-animation-delay: 97.8s; + -moz-animation-delay: 97.8s; + -o-animation-delay: 97.8s; + animation-delay: 97.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(979) +{ + -webkit-animation-delay: 97.9s; + -moz-animation-delay: 97.9s; + -o-animation-delay: 97.9s; + animation-delay: 97.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(980) +{ + -webkit-animation-delay: 98s; + -moz-animation-delay: 98s; + -o-animation-delay: 98s; + animation-delay: 98s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(981) +{ + -webkit-animation-delay: 98.1s; + -moz-animation-delay: 98.1s; + -o-animation-delay: 98.1s; + animation-delay: 98.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(982) +{ + -webkit-animation-delay: 98.2s; + -moz-animation-delay: 98.2s; + -o-animation-delay: 98.2s; + animation-delay: 98.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(983) +{ + -webkit-animation-delay: 98.3s; + -moz-animation-delay: 98.3s; + -o-animation-delay: 98.3s; + animation-delay: 98.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(984) +{ + -webkit-animation-delay: 98.4s; + -moz-animation-delay: 98.4s; + -o-animation-delay: 98.4s; + animation-delay: 98.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(985) +{ + -webkit-animation-delay: 98.5s; + -moz-animation-delay: 98.5s; + -o-animation-delay: 98.5s; + animation-delay: 98.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(986) +{ + -webkit-animation-delay: 98.6s; + -moz-animation-delay: 98.6s; + -o-animation-delay: 98.6s; + animation-delay: 98.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(987) +{ + -webkit-animation-delay: 98.7s; + -moz-animation-delay: 98.7s; + -o-animation-delay: 98.7s; + animation-delay: 98.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(988) +{ + -webkit-animation-delay: 98.8s; + -moz-animation-delay: 98.8s; + -o-animation-delay: 98.8s; + animation-delay: 98.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(989) +{ + -webkit-animation-delay: 98.9s; + -moz-animation-delay: 98.9s; + -o-animation-delay: 98.9s; + animation-delay: 98.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(990) +{ + -webkit-animation-delay: 99s; + -moz-animation-delay: 99s; + -o-animation-delay: 99s; + animation-delay: 99s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(991) +{ + -webkit-animation-delay: 99.1s; + -moz-animation-delay: 99.1s; + -o-animation-delay: 99.1s; + animation-delay: 99.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(992) +{ + -webkit-animation-delay: 99.2s; + -moz-animation-delay: 99.2s; + -o-animation-delay: 99.2s; + animation-delay: 99.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(993) +{ + -webkit-animation-delay: 99.3s; + -moz-animation-delay: 99.3s; + -o-animation-delay: 99.3s; + animation-delay: 99.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(994) +{ + -webkit-animation-delay: 99.4s; + -moz-animation-delay: 99.4s; + -o-animation-delay: 99.4s; + animation-delay: 99.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(995) +{ + -webkit-animation-delay: 99.5s; + -moz-animation-delay: 99.5s; + -o-animation-delay: 99.5s; + animation-delay: 99.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(996) +{ + -webkit-animation-delay: 99.6s; + -moz-animation-delay: 99.6s; + -o-animation-delay: 99.6s; + animation-delay: 99.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(997) +{ + -webkit-animation-delay: 99.7s; + -moz-animation-delay: 99.7s; + -o-animation-delay: 99.7s; + animation-delay: 99.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(998) +{ + -webkit-animation-delay: 99.8s; + -moz-animation-delay: 99.8s; + -o-animation-delay: 99.8s; + animation-delay: 99.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(999) +{ + -webkit-animation-delay: 99.9s; + -moz-animation-delay: 99.9s; + -o-animation-delay: 99.9s; + animation-delay: 99.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1000) +{ + -webkit-animation-delay: 100s; + -moz-animation-delay: 100s; + -o-animation-delay: 100s; + animation-delay: 100s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1001) +{ + -webkit-animation-delay: 100.1s; + -moz-animation-delay: 100.1s; + -o-animation-delay: 100.1s; + animation-delay: 100.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1002) +{ + -webkit-animation-delay: 100.2s; + -moz-animation-delay: 100.2s; + -o-animation-delay: 100.2s; + animation-delay: 100.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1003) +{ + -webkit-animation-delay: 100.3s; + -moz-animation-delay: 100.3s; + -o-animation-delay: 100.3s; + animation-delay: 100.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1004) +{ + -webkit-animation-delay: 100.4s; + -moz-animation-delay: 100.4s; + -o-animation-delay: 100.4s; + animation-delay: 100.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1005) +{ + -webkit-animation-delay: 100.5s; + -moz-animation-delay: 100.5s; + -o-animation-delay: 100.5s; + animation-delay: 100.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1006) +{ + -webkit-animation-delay: 100.6s; + -moz-animation-delay: 100.6s; + -o-animation-delay: 100.6s; + animation-delay: 100.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1007) +{ + -webkit-animation-delay: 100.7s; + -moz-animation-delay: 100.7s; + -o-animation-delay: 100.7s; + animation-delay: 100.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1008) +{ + -webkit-animation-delay: 100.8s; + -moz-animation-delay: 100.8s; + -o-animation-delay: 100.8s; + animation-delay: 100.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1009) +{ + -webkit-animation-delay: 100.9s; + -moz-animation-delay: 100.9s; + -o-animation-delay: 100.9s; + animation-delay: 100.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1010) +{ + -webkit-animation-delay: 101s; + -moz-animation-delay: 101s; + -o-animation-delay: 101s; + animation-delay: 101s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1011) +{ + -webkit-animation-delay: 101.1s; + -moz-animation-delay: 101.1s; + -o-animation-delay: 101.1s; + animation-delay: 101.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1012) +{ + -webkit-animation-delay: 101.2s; + -moz-animation-delay: 101.2s; + -o-animation-delay: 101.2s; + animation-delay: 101.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1013) +{ + -webkit-animation-delay: 101.3s; + -moz-animation-delay: 101.3s; + -o-animation-delay: 101.3s; + animation-delay: 101.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1014) +{ + -webkit-animation-delay: 101.4s; + -moz-animation-delay: 101.4s; + -o-animation-delay: 101.4s; + animation-delay: 101.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1015) +{ + -webkit-animation-delay: 101.5s; + -moz-animation-delay: 101.5s; + -o-animation-delay: 101.5s; + animation-delay: 101.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1016) +{ + -webkit-animation-delay: 101.6s; + -moz-animation-delay: 101.6s; + -o-animation-delay: 101.6s; + animation-delay: 101.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1017) +{ + -webkit-animation-delay: 101.7s; + -moz-animation-delay: 101.7s; + -o-animation-delay: 101.7s; + animation-delay: 101.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1018) +{ + -webkit-animation-delay: 101.8s; + -moz-animation-delay: 101.8s; + -o-animation-delay: 101.8s; + animation-delay: 101.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1019) +{ + -webkit-animation-delay: 101.9s; + -moz-animation-delay: 101.9s; + -o-animation-delay: 101.9s; + animation-delay: 101.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1020) +{ + -webkit-animation-delay: 102s; + -moz-animation-delay: 102s; + -o-animation-delay: 102s; + animation-delay: 102s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1021) +{ + -webkit-animation-delay: 102.1s; + -moz-animation-delay: 102.1s; + -o-animation-delay: 102.1s; + animation-delay: 102.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1022) +{ + -webkit-animation-delay: 102.2s; + -moz-animation-delay: 102.2s; + -o-animation-delay: 102.2s; + animation-delay: 102.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1023) +{ + -webkit-animation-delay: 102.3s; + -moz-animation-delay: 102.3s; + -o-animation-delay: 102.3s; + animation-delay: 102.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1024) +{ + -webkit-animation-delay: 102.4s; + -moz-animation-delay: 102.4s; + -o-animation-delay: 102.4s; + animation-delay: 102.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1025) +{ + -webkit-animation-delay: 102.5s; + -moz-animation-delay: 102.5s; + -o-animation-delay: 102.5s; + animation-delay: 102.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1026) +{ + -webkit-animation-delay: 102.6s; + -moz-animation-delay: 102.6s; + -o-animation-delay: 102.6s; + animation-delay: 102.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1027) +{ + -webkit-animation-delay: 102.7s; + -moz-animation-delay: 102.7s; + -o-animation-delay: 102.7s; + animation-delay: 102.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1028) +{ + -webkit-animation-delay: 102.8s; + -moz-animation-delay: 102.8s; + -o-animation-delay: 102.8s; + animation-delay: 102.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1029) +{ + -webkit-animation-delay: 102.9s; + -moz-animation-delay: 102.9s; + -o-animation-delay: 102.9s; + animation-delay: 102.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1030) +{ + -webkit-animation-delay: 103s; + -moz-animation-delay: 103s; + -o-animation-delay: 103s; + animation-delay: 103s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1031) +{ + -webkit-animation-delay: 103.1s; + -moz-animation-delay: 103.1s; + -o-animation-delay: 103.1s; + animation-delay: 103.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1032) +{ + -webkit-animation-delay: 103.2s; + -moz-animation-delay: 103.2s; + -o-animation-delay: 103.2s; + animation-delay: 103.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1033) +{ + -webkit-animation-delay: 103.3s; + -moz-animation-delay: 103.3s; + -o-animation-delay: 103.3s; + animation-delay: 103.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1034) +{ + -webkit-animation-delay: 103.4s; + -moz-animation-delay: 103.4s; + -o-animation-delay: 103.4s; + animation-delay: 103.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1035) +{ + -webkit-animation-delay: 103.5s; + -moz-animation-delay: 103.5s; + -o-animation-delay: 103.5s; + animation-delay: 103.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1036) +{ + -webkit-animation-delay: 103.6s; + -moz-animation-delay: 103.6s; + -o-animation-delay: 103.6s; + animation-delay: 103.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1037) +{ + -webkit-animation-delay: 103.7s; + -moz-animation-delay: 103.7s; + -o-animation-delay: 103.7s; + animation-delay: 103.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1038) +{ + -webkit-animation-delay: 103.8s; + -moz-animation-delay: 103.8s; + -o-animation-delay: 103.8s; + animation-delay: 103.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1039) +{ + -webkit-animation-delay: 103.9s; + -moz-animation-delay: 103.9s; + -o-animation-delay: 103.9s; + animation-delay: 103.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1040) +{ + -webkit-animation-delay: 104s; + -moz-animation-delay: 104s; + -o-animation-delay: 104s; + animation-delay: 104s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1041) +{ + -webkit-animation-delay: 104.1s; + -moz-animation-delay: 104.1s; + -o-animation-delay: 104.1s; + animation-delay: 104.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1042) +{ + -webkit-animation-delay: 104.2s; + -moz-animation-delay: 104.2s; + -o-animation-delay: 104.2s; + animation-delay: 104.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1043) +{ + -webkit-animation-delay: 104.3s; + -moz-animation-delay: 104.3s; + -o-animation-delay: 104.3s; + animation-delay: 104.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1044) +{ + -webkit-animation-delay: 104.4s; + -moz-animation-delay: 104.4s; + -o-animation-delay: 104.4s; + animation-delay: 104.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1045) +{ + -webkit-animation-delay: 104.5s; + -moz-animation-delay: 104.5s; + -o-animation-delay: 104.5s; + animation-delay: 104.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1046) +{ + -webkit-animation-delay: 104.6s; + -moz-animation-delay: 104.6s; + -o-animation-delay: 104.6s; + animation-delay: 104.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1047) +{ + -webkit-animation-delay: 104.7s; + -moz-animation-delay: 104.7s; + -o-animation-delay: 104.7s; + animation-delay: 104.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1048) +{ + -webkit-animation-delay: 104.8s; + -moz-animation-delay: 104.8s; + -o-animation-delay: 104.8s; + animation-delay: 104.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1049) +{ + -webkit-animation-delay: 104.9s; + -moz-animation-delay: 104.9s; + -o-animation-delay: 104.9s; + animation-delay: 104.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1050) +{ + -webkit-animation-delay: 105s; + -moz-animation-delay: 105s; + -o-animation-delay: 105s; + animation-delay: 105s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1051) +{ + -webkit-animation-delay: 105.1s; + -moz-animation-delay: 105.1s; + -o-animation-delay: 105.1s; + animation-delay: 105.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1052) +{ + -webkit-animation-delay: 105.2s; + -moz-animation-delay: 105.2s; + -o-animation-delay: 105.2s; + animation-delay: 105.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1053) +{ + -webkit-animation-delay: 105.3s; + -moz-animation-delay: 105.3s; + -o-animation-delay: 105.3s; + animation-delay: 105.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1054) +{ + -webkit-animation-delay: 105.4s; + -moz-animation-delay: 105.4s; + -o-animation-delay: 105.4s; + animation-delay: 105.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1055) +{ + -webkit-animation-delay: 105.5s; + -moz-animation-delay: 105.5s; + -o-animation-delay: 105.5s; + animation-delay: 105.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1056) +{ + -webkit-animation-delay: 105.6s; + -moz-animation-delay: 105.6s; + -o-animation-delay: 105.6s; + animation-delay: 105.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1057) +{ + -webkit-animation-delay: 105.7s; + -moz-animation-delay: 105.7s; + -o-animation-delay: 105.7s; + animation-delay: 105.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1058) +{ + -webkit-animation-delay: 105.8s; + -moz-animation-delay: 105.8s; + -o-animation-delay: 105.8s; + animation-delay: 105.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1059) +{ + -webkit-animation-delay: 105.9s; + -moz-animation-delay: 105.9s; + -o-animation-delay: 105.9s; + animation-delay: 105.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1060) +{ + -webkit-animation-delay: 106s; + -moz-animation-delay: 106s; + -o-animation-delay: 106s; + animation-delay: 106s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1061) +{ + -webkit-animation-delay: 106.1s; + -moz-animation-delay: 106.1s; + -o-animation-delay: 106.1s; + animation-delay: 106.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1062) +{ + -webkit-animation-delay: 106.2s; + -moz-animation-delay: 106.2s; + -o-animation-delay: 106.2s; + animation-delay: 106.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1063) +{ + -webkit-animation-delay: 106.3s; + -moz-animation-delay: 106.3s; + -o-animation-delay: 106.3s; + animation-delay: 106.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1064) +{ + -webkit-animation-delay: 106.4s; + -moz-animation-delay: 106.4s; + -o-animation-delay: 106.4s; + animation-delay: 106.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1065) +{ + -webkit-animation-delay: 106.5s; + -moz-animation-delay: 106.5s; + -o-animation-delay: 106.5s; + animation-delay: 106.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1066) +{ + -webkit-animation-delay: 106.6s; + -moz-animation-delay: 106.6s; + -o-animation-delay: 106.6s; + animation-delay: 106.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1067) +{ + -webkit-animation-delay: 106.7s; + -moz-animation-delay: 106.7s; + -o-animation-delay: 106.7s; + animation-delay: 106.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1068) +{ + -webkit-animation-delay: 106.8s; + -moz-animation-delay: 106.8s; + -o-animation-delay: 106.8s; + animation-delay: 106.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1069) +{ + -webkit-animation-delay: 106.9s; + -moz-animation-delay: 106.9s; + -o-animation-delay: 106.9s; + animation-delay: 106.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1070) +{ + -webkit-animation-delay: 107s; + -moz-animation-delay: 107s; + -o-animation-delay: 107s; + animation-delay: 107s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1071) +{ + -webkit-animation-delay: 107.1s; + -moz-animation-delay: 107.1s; + -o-animation-delay: 107.1s; + animation-delay: 107.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1072) +{ + -webkit-animation-delay: 107.2s; + -moz-animation-delay: 107.2s; + -o-animation-delay: 107.2s; + animation-delay: 107.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1073) +{ + -webkit-animation-delay: 107.3s; + -moz-animation-delay: 107.3s; + -o-animation-delay: 107.3s; + animation-delay: 107.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1074) +{ + -webkit-animation-delay: 107.4s; + -moz-animation-delay: 107.4s; + -o-animation-delay: 107.4s; + animation-delay: 107.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1075) +{ + -webkit-animation-delay: 107.5s; + -moz-animation-delay: 107.5s; + -o-animation-delay: 107.5s; + animation-delay: 107.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1076) +{ + -webkit-animation-delay: 107.6s; + -moz-animation-delay: 107.6s; + -o-animation-delay: 107.6s; + animation-delay: 107.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1077) +{ + -webkit-animation-delay: 107.7s; + -moz-animation-delay: 107.7s; + -o-animation-delay: 107.7s; + animation-delay: 107.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1078) +{ + -webkit-animation-delay: 107.8s; + -moz-animation-delay: 107.8s; + -o-animation-delay: 107.8s; + animation-delay: 107.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1079) +{ + -webkit-animation-delay: 107.9s; + -moz-animation-delay: 107.9s; + -o-animation-delay: 107.9s; + animation-delay: 107.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1080) +{ + -webkit-animation-delay: 108s; + -moz-animation-delay: 108s; + -o-animation-delay: 108s; + animation-delay: 108s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1081) +{ + -webkit-animation-delay: 108.1s; + -moz-animation-delay: 108.1s; + -o-animation-delay: 108.1s; + animation-delay: 108.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1082) +{ + -webkit-animation-delay: 108.2s; + -moz-animation-delay: 108.2s; + -o-animation-delay: 108.2s; + animation-delay: 108.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1083) +{ + -webkit-animation-delay: 108.3s; + -moz-animation-delay: 108.3s; + -o-animation-delay: 108.3s; + animation-delay: 108.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1084) +{ + -webkit-animation-delay: 108.4s; + -moz-animation-delay: 108.4s; + -o-animation-delay: 108.4s; + animation-delay: 108.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1085) +{ + -webkit-animation-delay: 108.5s; + -moz-animation-delay: 108.5s; + -o-animation-delay: 108.5s; + animation-delay: 108.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1086) +{ + -webkit-animation-delay: 108.6s; + -moz-animation-delay: 108.6s; + -o-animation-delay: 108.6s; + animation-delay: 108.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1087) +{ + -webkit-animation-delay: 108.7s; + -moz-animation-delay: 108.7s; + -o-animation-delay: 108.7s; + animation-delay: 108.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1088) +{ + -webkit-animation-delay: 108.8s; + -moz-animation-delay: 108.8s; + -o-animation-delay: 108.8s; + animation-delay: 108.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1089) +{ + -webkit-animation-delay: 108.9s; + -moz-animation-delay: 108.9s; + -o-animation-delay: 108.9s; + animation-delay: 108.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1090) +{ + -webkit-animation-delay: 109s; + -moz-animation-delay: 109s; + -o-animation-delay: 109s; + animation-delay: 109s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1091) +{ + -webkit-animation-delay: 109.1s; + -moz-animation-delay: 109.1s; + -o-animation-delay: 109.1s; + animation-delay: 109.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1092) +{ + -webkit-animation-delay: 109.2s; + -moz-animation-delay: 109.2s; + -o-animation-delay: 109.2s; + animation-delay: 109.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1093) +{ + -webkit-animation-delay: 109.3s; + -moz-animation-delay: 109.3s; + -o-animation-delay: 109.3s; + animation-delay: 109.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1094) +{ + -webkit-animation-delay: 109.4s; + -moz-animation-delay: 109.4s; + -o-animation-delay: 109.4s; + animation-delay: 109.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1095) +{ + -webkit-animation-delay: 109.5s; + -moz-animation-delay: 109.5s; + -o-animation-delay: 109.5s; + animation-delay: 109.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1096) +{ + -webkit-animation-delay: 109.6s; + -moz-animation-delay: 109.6s; + -o-animation-delay: 109.6s; + animation-delay: 109.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1097) +{ + -webkit-animation-delay: 109.7s; + -moz-animation-delay: 109.7s; + -o-animation-delay: 109.7s; + animation-delay: 109.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1098) +{ + -webkit-animation-delay: 109.8s; + -moz-animation-delay: 109.8s; + -o-animation-delay: 109.8s; + animation-delay: 109.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1099) +{ + -webkit-animation-delay: 109.9s; + -moz-animation-delay: 109.9s; + -o-animation-delay: 109.9s; + animation-delay: 109.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1100) +{ + -webkit-animation-delay: 110s; + -moz-animation-delay: 110s; + -o-animation-delay: 110s; + animation-delay: 110s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1101) +{ + -webkit-animation-delay: 110.1s; + -moz-animation-delay: 110.1s; + -o-animation-delay: 110.1s; + animation-delay: 110.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1102) +{ + -webkit-animation-delay: 110.2s; + -moz-animation-delay: 110.2s; + -o-animation-delay: 110.2s; + animation-delay: 110.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1103) +{ + -webkit-animation-delay: 110.3s; + -moz-animation-delay: 110.3s; + -o-animation-delay: 110.3s; + animation-delay: 110.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1104) +{ + -webkit-animation-delay: 110.4s; + -moz-animation-delay: 110.4s; + -o-animation-delay: 110.4s; + animation-delay: 110.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1105) +{ + -webkit-animation-delay: 110.5s; + -moz-animation-delay: 110.5s; + -o-animation-delay: 110.5s; + animation-delay: 110.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1106) +{ + -webkit-animation-delay: 110.6s; + -moz-animation-delay: 110.6s; + -o-animation-delay: 110.6s; + animation-delay: 110.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1107) +{ + -webkit-animation-delay: 110.7s; + -moz-animation-delay: 110.7s; + -o-animation-delay: 110.7s; + animation-delay: 110.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1108) +{ + -webkit-animation-delay: 110.8s; + -moz-animation-delay: 110.8s; + -o-animation-delay: 110.8s; + animation-delay: 110.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1109) +{ + -webkit-animation-delay: 110.9s; + -moz-animation-delay: 110.9s; + -o-animation-delay: 110.9s; + animation-delay: 110.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1110) +{ + -webkit-animation-delay: 111s; + -moz-animation-delay: 111s; + -o-animation-delay: 111s; + animation-delay: 111s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1111) +{ + -webkit-animation-delay: 111.1s; + -moz-animation-delay: 111.1s; + -o-animation-delay: 111.1s; + animation-delay: 111.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1112) +{ + -webkit-animation-delay: 111.2s; + -moz-animation-delay: 111.2s; + -o-animation-delay: 111.2s; + animation-delay: 111.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1113) +{ + -webkit-animation-delay: 111.3s; + -moz-animation-delay: 111.3s; + -o-animation-delay: 111.3s; + animation-delay: 111.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1114) +{ + -webkit-animation-delay: 111.4s; + -moz-animation-delay: 111.4s; + -o-animation-delay: 111.4s; + animation-delay: 111.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1115) +{ + -webkit-animation-delay: 111.5s; + -moz-animation-delay: 111.5s; + -o-animation-delay: 111.5s; + animation-delay: 111.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1116) +{ + -webkit-animation-delay: 111.6s; + -moz-animation-delay: 111.6s; + -o-animation-delay: 111.6s; + animation-delay: 111.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1117) +{ + -webkit-animation-delay: 111.7s; + -moz-animation-delay: 111.7s; + -o-animation-delay: 111.7s; + animation-delay: 111.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1118) +{ + -webkit-animation-delay: 111.8s; + -moz-animation-delay: 111.8s; + -o-animation-delay: 111.8s; + animation-delay: 111.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1119) +{ + -webkit-animation-delay: 111.9s; + -moz-animation-delay: 111.9s; + -o-animation-delay: 111.9s; + animation-delay: 111.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1120) +{ + -webkit-animation-delay: 112s; + -moz-animation-delay: 112s; + -o-animation-delay: 112s; + animation-delay: 112s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1121) +{ + -webkit-animation-delay: 112.1s; + -moz-animation-delay: 112.1s; + -o-animation-delay: 112.1s; + animation-delay: 112.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1122) +{ + -webkit-animation-delay: 112.2s; + -moz-animation-delay: 112.2s; + -o-animation-delay: 112.2s; + animation-delay: 112.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1123) +{ + -webkit-animation-delay: 112.3s; + -moz-animation-delay: 112.3s; + -o-animation-delay: 112.3s; + animation-delay: 112.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1124) +{ + -webkit-animation-delay: 112.4s; + -moz-animation-delay: 112.4s; + -o-animation-delay: 112.4s; + animation-delay: 112.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1125) +{ + -webkit-animation-delay: 112.5s; + -moz-animation-delay: 112.5s; + -o-animation-delay: 112.5s; + animation-delay: 112.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1126) +{ + -webkit-animation-delay: 112.6s; + -moz-animation-delay: 112.6s; + -o-animation-delay: 112.6s; + animation-delay: 112.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1127) +{ + -webkit-animation-delay: 112.7s; + -moz-animation-delay: 112.7s; + -o-animation-delay: 112.7s; + animation-delay: 112.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1128) +{ + -webkit-animation-delay: 112.8s; + -moz-animation-delay: 112.8s; + -o-animation-delay: 112.8s; + animation-delay: 112.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1129) +{ + -webkit-animation-delay: 112.9s; + -moz-animation-delay: 112.9s; + -o-animation-delay: 112.9s; + animation-delay: 112.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1130) +{ + -webkit-animation-delay: 113s; + -moz-animation-delay: 113s; + -o-animation-delay: 113s; + animation-delay: 113s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1131) +{ + -webkit-animation-delay: 113.1s; + -moz-animation-delay: 113.1s; + -o-animation-delay: 113.1s; + animation-delay: 113.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1132) +{ + -webkit-animation-delay: 113.2s; + -moz-animation-delay: 113.2s; + -o-animation-delay: 113.2s; + animation-delay: 113.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1133) +{ + -webkit-animation-delay: 113.3s; + -moz-animation-delay: 113.3s; + -o-animation-delay: 113.3s; + animation-delay: 113.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1134) +{ + -webkit-animation-delay: 113.4s; + -moz-animation-delay: 113.4s; + -o-animation-delay: 113.4s; + animation-delay: 113.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1135) +{ + -webkit-animation-delay: 113.5s; + -moz-animation-delay: 113.5s; + -o-animation-delay: 113.5s; + animation-delay: 113.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1136) +{ + -webkit-animation-delay: 113.6s; + -moz-animation-delay: 113.6s; + -o-animation-delay: 113.6s; + animation-delay: 113.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1137) +{ + -webkit-animation-delay: 113.7s; + -moz-animation-delay: 113.7s; + -o-animation-delay: 113.7s; + animation-delay: 113.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1138) +{ + -webkit-animation-delay: 113.8s; + -moz-animation-delay: 113.8s; + -o-animation-delay: 113.8s; + animation-delay: 113.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1139) +{ + -webkit-animation-delay: 113.9s; + -moz-animation-delay: 113.9s; + -o-animation-delay: 113.9s; + animation-delay: 113.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1140) +{ + -webkit-animation-delay: 114s; + -moz-animation-delay: 114s; + -o-animation-delay: 114s; + animation-delay: 114s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1141) +{ + -webkit-animation-delay: 114.1s; + -moz-animation-delay: 114.1s; + -o-animation-delay: 114.1s; + animation-delay: 114.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1142) +{ + -webkit-animation-delay: 114.2s; + -moz-animation-delay: 114.2s; + -o-animation-delay: 114.2s; + animation-delay: 114.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1143) +{ + -webkit-animation-delay: 114.3s; + -moz-animation-delay: 114.3s; + -o-animation-delay: 114.3s; + animation-delay: 114.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1144) +{ + -webkit-animation-delay: 114.4s; + -moz-animation-delay: 114.4s; + -o-animation-delay: 114.4s; + animation-delay: 114.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1145) +{ + -webkit-animation-delay: 114.5s; + -moz-animation-delay: 114.5s; + -o-animation-delay: 114.5s; + animation-delay: 114.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1146) +{ + -webkit-animation-delay: 114.6s; + -moz-animation-delay: 114.6s; + -o-animation-delay: 114.6s; + animation-delay: 114.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1147) +{ + -webkit-animation-delay: 114.7s; + -moz-animation-delay: 114.7s; + -o-animation-delay: 114.7s; + animation-delay: 114.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1148) +{ + -webkit-animation-delay: 114.8s; + -moz-animation-delay: 114.8s; + -o-animation-delay: 114.8s; + animation-delay: 114.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1149) +{ + -webkit-animation-delay: 114.9s; + -moz-animation-delay: 114.9s; + -o-animation-delay: 114.9s; + animation-delay: 114.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1150) +{ + -webkit-animation-delay: 115s; + -moz-animation-delay: 115s; + -o-animation-delay: 115s; + animation-delay: 115s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1151) +{ + -webkit-animation-delay: 115.1s; + -moz-animation-delay: 115.1s; + -o-animation-delay: 115.1s; + animation-delay: 115.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1152) +{ + -webkit-animation-delay: 115.2s; + -moz-animation-delay: 115.2s; + -o-animation-delay: 115.2s; + animation-delay: 115.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1153) +{ + -webkit-animation-delay: 115.3s; + -moz-animation-delay: 115.3s; + -o-animation-delay: 115.3s; + animation-delay: 115.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1154) +{ + -webkit-animation-delay: 115.4s; + -moz-animation-delay: 115.4s; + -o-animation-delay: 115.4s; + animation-delay: 115.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1155) +{ + -webkit-animation-delay: 115.5s; + -moz-animation-delay: 115.5s; + -o-animation-delay: 115.5s; + animation-delay: 115.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1156) +{ + -webkit-animation-delay: 115.6s; + -moz-animation-delay: 115.6s; + -o-animation-delay: 115.6s; + animation-delay: 115.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1157) +{ + -webkit-animation-delay: 115.7s; + -moz-animation-delay: 115.7s; + -o-animation-delay: 115.7s; + animation-delay: 115.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1158) +{ + -webkit-animation-delay: 115.8s; + -moz-animation-delay: 115.8s; + -o-animation-delay: 115.8s; + animation-delay: 115.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1159) +{ + -webkit-animation-delay: 115.9s; + -moz-animation-delay: 115.9s; + -o-animation-delay: 115.9s; + animation-delay: 115.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1160) +{ + -webkit-animation-delay: 116s; + -moz-animation-delay: 116s; + -o-animation-delay: 116s; + animation-delay: 116s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1161) +{ + -webkit-animation-delay: 116.1s; + -moz-animation-delay: 116.1s; + -o-animation-delay: 116.1s; + animation-delay: 116.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1162) +{ + -webkit-animation-delay: 116.2s; + -moz-animation-delay: 116.2s; + -o-animation-delay: 116.2s; + animation-delay: 116.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1163) +{ + -webkit-animation-delay: 116.3s; + -moz-animation-delay: 116.3s; + -o-animation-delay: 116.3s; + animation-delay: 116.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1164) +{ + -webkit-animation-delay: 116.4s; + -moz-animation-delay: 116.4s; + -o-animation-delay: 116.4s; + animation-delay: 116.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1165) +{ + -webkit-animation-delay: 116.5s; + -moz-animation-delay: 116.5s; + -o-animation-delay: 116.5s; + animation-delay: 116.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1166) +{ + -webkit-animation-delay: 116.6s; + -moz-animation-delay: 116.6s; + -o-animation-delay: 116.6s; + animation-delay: 116.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1167) +{ + -webkit-animation-delay: 116.7s; + -moz-animation-delay: 116.7s; + -o-animation-delay: 116.7s; + animation-delay: 116.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1168) +{ + -webkit-animation-delay: 116.8s; + -moz-animation-delay: 116.8s; + -o-animation-delay: 116.8s; + animation-delay: 116.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1169) +{ + -webkit-animation-delay: 116.9s; + -moz-animation-delay: 116.9s; + -o-animation-delay: 116.9s; + animation-delay: 116.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1170) +{ + -webkit-animation-delay: 117s; + -moz-animation-delay: 117s; + -o-animation-delay: 117s; + animation-delay: 117s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1171) +{ + -webkit-animation-delay: 117.1s; + -moz-animation-delay: 117.1s; + -o-animation-delay: 117.1s; + animation-delay: 117.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1172) +{ + -webkit-animation-delay: 117.2s; + -moz-animation-delay: 117.2s; + -o-animation-delay: 117.2s; + animation-delay: 117.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1173) +{ + -webkit-animation-delay: 117.3s; + -moz-animation-delay: 117.3s; + -o-animation-delay: 117.3s; + animation-delay: 117.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1174) +{ + -webkit-animation-delay: 117.4s; + -moz-animation-delay: 117.4s; + -o-animation-delay: 117.4s; + animation-delay: 117.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1175) +{ + -webkit-animation-delay: 117.5s; + -moz-animation-delay: 117.5s; + -o-animation-delay: 117.5s; + animation-delay: 117.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1176) +{ + -webkit-animation-delay: 117.6s; + -moz-animation-delay: 117.6s; + -o-animation-delay: 117.6s; + animation-delay: 117.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1177) +{ + -webkit-animation-delay: 117.7s; + -moz-animation-delay: 117.7s; + -o-animation-delay: 117.7s; + animation-delay: 117.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1178) +{ + -webkit-animation-delay: 117.8s; + -moz-animation-delay: 117.8s; + -o-animation-delay: 117.8s; + animation-delay: 117.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1179) +{ + -webkit-animation-delay: 117.9s; + -moz-animation-delay: 117.9s; + -o-animation-delay: 117.9s; + animation-delay: 117.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1180) +{ + -webkit-animation-delay: 118s; + -moz-animation-delay: 118s; + -o-animation-delay: 118s; + animation-delay: 118s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1181) +{ + -webkit-animation-delay: 118.1s; + -moz-animation-delay: 118.1s; + -o-animation-delay: 118.1s; + animation-delay: 118.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1182) +{ + -webkit-animation-delay: 118.2s; + -moz-animation-delay: 118.2s; + -o-animation-delay: 118.2s; + animation-delay: 118.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1183) +{ + -webkit-animation-delay: 118.3s; + -moz-animation-delay: 118.3s; + -o-animation-delay: 118.3s; + animation-delay: 118.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1184) +{ + -webkit-animation-delay: 118.4s; + -moz-animation-delay: 118.4s; + -o-animation-delay: 118.4s; + animation-delay: 118.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1185) +{ + -webkit-animation-delay: 118.5s; + -moz-animation-delay: 118.5s; + -o-animation-delay: 118.5s; + animation-delay: 118.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1186) +{ + -webkit-animation-delay: 118.6s; + -moz-animation-delay: 118.6s; + -o-animation-delay: 118.6s; + animation-delay: 118.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1187) +{ + -webkit-animation-delay: 118.7s; + -moz-animation-delay: 118.7s; + -o-animation-delay: 118.7s; + animation-delay: 118.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1188) +{ + -webkit-animation-delay: 118.8s; + -moz-animation-delay: 118.8s; + -o-animation-delay: 118.8s; + animation-delay: 118.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1189) +{ + -webkit-animation-delay: 118.9s; + -moz-animation-delay: 118.9s; + -o-animation-delay: 118.9s; + animation-delay: 118.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1190) +{ + -webkit-animation-delay: 119s; + -moz-animation-delay: 119s; + -o-animation-delay: 119s; + animation-delay: 119s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1191) +{ + -webkit-animation-delay: 119.1s; + -moz-animation-delay: 119.1s; + -o-animation-delay: 119.1s; + animation-delay: 119.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1192) +{ + -webkit-animation-delay: 119.2s; + -moz-animation-delay: 119.2s; + -o-animation-delay: 119.2s; + animation-delay: 119.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1193) +{ + -webkit-animation-delay: 119.3s; + -moz-animation-delay: 119.3s; + -o-animation-delay: 119.3s; + animation-delay: 119.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1194) +{ + -webkit-animation-delay: 119.4s; + -moz-animation-delay: 119.4s; + -o-animation-delay: 119.4s; + animation-delay: 119.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1195) +{ + -webkit-animation-delay: 119.5s; + -moz-animation-delay: 119.5s; + -o-animation-delay: 119.5s; + animation-delay: 119.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1196) +{ + -webkit-animation-delay: 119.6s; + -moz-animation-delay: 119.6s; + -o-animation-delay: 119.6s; + animation-delay: 119.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1197) +{ + -webkit-animation-delay: 119.7s; + -moz-animation-delay: 119.7s; + -o-animation-delay: 119.7s; + animation-delay: 119.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1198) +{ + -webkit-animation-delay: 119.8s; + -moz-animation-delay: 119.8s; + -o-animation-delay: 119.8s; + animation-delay: 119.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1199) +{ + -webkit-animation-delay: 119.9s; + -moz-animation-delay: 119.9s; + -o-animation-delay: 119.9s; + animation-delay: 119.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1200) +{ + -webkit-animation-delay: 120s; + -moz-animation-delay: 120s; + -o-animation-delay: 120s; + animation-delay: 120s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1201) +{ + -webkit-animation-delay: 120.1s; + -moz-animation-delay: 120.1s; + -o-animation-delay: 120.1s; + animation-delay: 120.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1202) +{ + -webkit-animation-delay: 120.2s; + -moz-animation-delay: 120.2s; + -o-animation-delay: 120.2s; + animation-delay: 120.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1203) +{ + -webkit-animation-delay: 120.3s; + -moz-animation-delay: 120.3s; + -o-animation-delay: 120.3s; + animation-delay: 120.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1204) +{ + -webkit-animation-delay: 120.4s; + -moz-animation-delay: 120.4s; + -o-animation-delay: 120.4s; + animation-delay: 120.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1205) +{ + -webkit-animation-delay: 120.5s; + -moz-animation-delay: 120.5s; + -o-animation-delay: 120.5s; + animation-delay: 120.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1206) +{ + -webkit-animation-delay: 120.6s; + -moz-animation-delay: 120.6s; + -o-animation-delay: 120.6s; + animation-delay: 120.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1207) +{ + -webkit-animation-delay: 120.7s; + -moz-animation-delay: 120.7s; + -o-animation-delay: 120.7s; + animation-delay: 120.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1208) +{ + -webkit-animation-delay: 120.8s; + -moz-animation-delay: 120.8s; + -o-animation-delay: 120.8s; + animation-delay: 120.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1209) +{ + -webkit-animation-delay: 120.9s; + -moz-animation-delay: 120.9s; + -o-animation-delay: 120.9s; + animation-delay: 120.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1210) +{ + -webkit-animation-delay: 121s; + -moz-animation-delay: 121s; + -o-animation-delay: 121s; + animation-delay: 121s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1211) +{ + -webkit-animation-delay: 121.1s; + -moz-animation-delay: 121.1s; + -o-animation-delay: 121.1s; + animation-delay: 121.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1212) +{ + -webkit-animation-delay: 121.2s; + -moz-animation-delay: 121.2s; + -o-animation-delay: 121.2s; + animation-delay: 121.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1213) +{ + -webkit-animation-delay: 121.3s; + -moz-animation-delay: 121.3s; + -o-animation-delay: 121.3s; + animation-delay: 121.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1214) +{ + -webkit-animation-delay: 121.4s; + -moz-animation-delay: 121.4s; + -o-animation-delay: 121.4s; + animation-delay: 121.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1215) +{ + -webkit-animation-delay: 121.5s; + -moz-animation-delay: 121.5s; + -o-animation-delay: 121.5s; + animation-delay: 121.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1216) +{ + -webkit-animation-delay: 121.6s; + -moz-animation-delay: 121.6s; + -o-animation-delay: 121.6s; + animation-delay: 121.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1217) +{ + -webkit-animation-delay: 121.7s; + -moz-animation-delay: 121.7s; + -o-animation-delay: 121.7s; + animation-delay: 121.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1218) +{ + -webkit-animation-delay: 121.8s; + -moz-animation-delay: 121.8s; + -o-animation-delay: 121.8s; + animation-delay: 121.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1219) +{ + -webkit-animation-delay: 121.9s; + -moz-animation-delay: 121.9s; + -o-animation-delay: 121.9s; + animation-delay: 121.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1220) +{ + -webkit-animation-delay: 122s; + -moz-animation-delay: 122s; + -o-animation-delay: 122s; + animation-delay: 122s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1221) +{ + -webkit-animation-delay: 122.1s; + -moz-animation-delay: 122.1s; + -o-animation-delay: 122.1s; + animation-delay: 122.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1222) +{ + -webkit-animation-delay: 122.2s; + -moz-animation-delay: 122.2s; + -o-animation-delay: 122.2s; + animation-delay: 122.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1223) +{ + -webkit-animation-delay: 122.3s; + -moz-animation-delay: 122.3s; + -o-animation-delay: 122.3s; + animation-delay: 122.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1224) +{ + -webkit-animation-delay: 122.4s; + -moz-animation-delay: 122.4s; + -o-animation-delay: 122.4s; + animation-delay: 122.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1225) +{ + -webkit-animation-delay: 122.5s; + -moz-animation-delay: 122.5s; + -o-animation-delay: 122.5s; + animation-delay: 122.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1226) +{ + -webkit-animation-delay: 122.6s; + -moz-animation-delay: 122.6s; + -o-animation-delay: 122.6s; + animation-delay: 122.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1227) +{ + -webkit-animation-delay: 122.7s; + -moz-animation-delay: 122.7s; + -o-animation-delay: 122.7s; + animation-delay: 122.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1228) +{ + -webkit-animation-delay: 122.8s; + -moz-animation-delay: 122.8s; + -o-animation-delay: 122.8s; + animation-delay: 122.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1229) +{ + -webkit-animation-delay: 122.9s; + -moz-animation-delay: 122.9s; + -o-animation-delay: 122.9s; + animation-delay: 122.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1230) +{ + -webkit-animation-delay: 123s; + -moz-animation-delay: 123s; + -o-animation-delay: 123s; + animation-delay: 123s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1231) +{ + -webkit-animation-delay: 123.1s; + -moz-animation-delay: 123.1s; + -o-animation-delay: 123.1s; + animation-delay: 123.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1232) +{ + -webkit-animation-delay: 123.2s; + -moz-animation-delay: 123.2s; + -o-animation-delay: 123.2s; + animation-delay: 123.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1233) +{ + -webkit-animation-delay: 123.3s; + -moz-animation-delay: 123.3s; + -o-animation-delay: 123.3s; + animation-delay: 123.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1234) +{ + -webkit-animation-delay: 123.4s; + -moz-animation-delay: 123.4s; + -o-animation-delay: 123.4s; + animation-delay: 123.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1235) +{ + -webkit-animation-delay: 123.5s; + -moz-animation-delay: 123.5s; + -o-animation-delay: 123.5s; + animation-delay: 123.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1236) +{ + -webkit-animation-delay: 123.6s; + -moz-animation-delay: 123.6s; + -o-animation-delay: 123.6s; + animation-delay: 123.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1237) +{ + -webkit-animation-delay: 123.7s; + -moz-animation-delay: 123.7s; + -o-animation-delay: 123.7s; + animation-delay: 123.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1238) +{ + -webkit-animation-delay: 123.8s; + -moz-animation-delay: 123.8s; + -o-animation-delay: 123.8s; + animation-delay: 123.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1239) +{ + -webkit-animation-delay: 123.9s; + -moz-animation-delay: 123.9s; + -o-animation-delay: 123.9s; + animation-delay: 123.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1240) +{ + -webkit-animation-delay: 124s; + -moz-animation-delay: 124s; + -o-animation-delay: 124s; + animation-delay: 124s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1241) +{ + -webkit-animation-delay: 124.1s; + -moz-animation-delay: 124.1s; + -o-animation-delay: 124.1s; + animation-delay: 124.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1242) +{ + -webkit-animation-delay: 124.2s; + -moz-animation-delay: 124.2s; + -o-animation-delay: 124.2s; + animation-delay: 124.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1243) +{ + -webkit-animation-delay: 124.3s; + -moz-animation-delay: 124.3s; + -o-animation-delay: 124.3s; + animation-delay: 124.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1244) +{ + -webkit-animation-delay: 124.4s; + -moz-animation-delay: 124.4s; + -o-animation-delay: 124.4s; + animation-delay: 124.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1245) +{ + -webkit-animation-delay: 124.5s; + -moz-animation-delay: 124.5s; + -o-animation-delay: 124.5s; + animation-delay: 124.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1246) +{ + -webkit-animation-delay: 124.6s; + -moz-animation-delay: 124.6s; + -o-animation-delay: 124.6s; + animation-delay: 124.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1247) +{ + -webkit-animation-delay: 124.7s; + -moz-animation-delay: 124.7s; + -o-animation-delay: 124.7s; + animation-delay: 124.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1248) +{ + -webkit-animation-delay: 124.8s; + -moz-animation-delay: 124.8s; + -o-animation-delay: 124.8s; + animation-delay: 124.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1249) +{ + -webkit-animation-delay: 124.9s; + -moz-animation-delay: 124.9s; + -o-animation-delay: 124.9s; + animation-delay: 124.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1250) +{ + -webkit-animation-delay: 125s; + -moz-animation-delay: 125s; + -o-animation-delay: 125s; + animation-delay: 125s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1251) +{ + -webkit-animation-delay: 125.1s; + -moz-animation-delay: 125.1s; + -o-animation-delay: 125.1s; + animation-delay: 125.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1252) +{ + -webkit-animation-delay: 125.2s; + -moz-animation-delay: 125.2s; + -o-animation-delay: 125.2s; + animation-delay: 125.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1253) +{ + -webkit-animation-delay: 125.3s; + -moz-animation-delay: 125.3s; + -o-animation-delay: 125.3s; + animation-delay: 125.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1254) +{ + -webkit-animation-delay: 125.4s; + -moz-animation-delay: 125.4s; + -o-animation-delay: 125.4s; + animation-delay: 125.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1255) +{ + -webkit-animation-delay: 125.5s; + -moz-animation-delay: 125.5s; + -o-animation-delay: 125.5s; + animation-delay: 125.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1256) +{ + -webkit-animation-delay: 125.6s; + -moz-animation-delay: 125.6s; + -o-animation-delay: 125.6s; + animation-delay: 125.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1257) +{ + -webkit-animation-delay: 125.7s; + -moz-animation-delay: 125.7s; + -o-animation-delay: 125.7s; + animation-delay: 125.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1258) +{ + -webkit-animation-delay: 125.8s; + -moz-animation-delay: 125.8s; + -o-animation-delay: 125.8s; + animation-delay: 125.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1259) +{ + -webkit-animation-delay: 125.9s; + -moz-animation-delay: 125.9s; + -o-animation-delay: 125.9s; + animation-delay: 125.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1260) +{ + -webkit-animation-delay: 126s; + -moz-animation-delay: 126s; + -o-animation-delay: 126s; + animation-delay: 126s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1261) +{ + -webkit-animation-delay: 126.1s; + -moz-animation-delay: 126.1s; + -o-animation-delay: 126.1s; + animation-delay: 126.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1262) +{ + -webkit-animation-delay: 126.2s; + -moz-animation-delay: 126.2s; + -o-animation-delay: 126.2s; + animation-delay: 126.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1263) +{ + -webkit-animation-delay: 126.3s; + -moz-animation-delay: 126.3s; + -o-animation-delay: 126.3s; + animation-delay: 126.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1264) +{ + -webkit-animation-delay: 126.4s; + -moz-animation-delay: 126.4s; + -o-animation-delay: 126.4s; + animation-delay: 126.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1265) +{ + -webkit-animation-delay: 126.5s; + -moz-animation-delay: 126.5s; + -o-animation-delay: 126.5s; + animation-delay: 126.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1266) +{ + -webkit-animation-delay: 126.6s; + -moz-animation-delay: 126.6s; + -o-animation-delay: 126.6s; + animation-delay: 126.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1267) +{ + -webkit-animation-delay: 126.7s; + -moz-animation-delay: 126.7s; + -o-animation-delay: 126.7s; + animation-delay: 126.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1268) +{ + -webkit-animation-delay: 126.8s; + -moz-animation-delay: 126.8s; + -o-animation-delay: 126.8s; + animation-delay: 126.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1269) +{ + -webkit-animation-delay: 126.9s; + -moz-animation-delay: 126.9s; + -o-animation-delay: 126.9s; + animation-delay: 126.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1270) +{ + -webkit-animation-delay: 127s; + -moz-animation-delay: 127s; + -o-animation-delay: 127s; + animation-delay: 127s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1271) +{ + -webkit-animation-delay: 127.1s; + -moz-animation-delay: 127.1s; + -o-animation-delay: 127.1s; + animation-delay: 127.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1272) +{ + -webkit-animation-delay: 127.2s; + -moz-animation-delay: 127.2s; + -o-animation-delay: 127.2s; + animation-delay: 127.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1273) +{ + -webkit-animation-delay: 127.3s; + -moz-animation-delay: 127.3s; + -o-animation-delay: 127.3s; + animation-delay: 127.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1274) +{ + -webkit-animation-delay: 127.4s; + -moz-animation-delay: 127.4s; + -o-animation-delay: 127.4s; + animation-delay: 127.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1275) +{ + -webkit-animation-delay: 127.5s; + -moz-animation-delay: 127.5s; + -o-animation-delay: 127.5s; + animation-delay: 127.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1276) +{ + -webkit-animation-delay: 127.6s; + -moz-animation-delay: 127.6s; + -o-animation-delay: 127.6s; + animation-delay: 127.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1277) +{ + -webkit-animation-delay: 127.7s; + -moz-animation-delay: 127.7s; + -o-animation-delay: 127.7s; + animation-delay: 127.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1278) +{ + -webkit-animation-delay: 127.8s; + -moz-animation-delay: 127.8s; + -o-animation-delay: 127.8s; + animation-delay: 127.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1279) +{ + -webkit-animation-delay: 127.9s; + -moz-animation-delay: 127.9s; + -o-animation-delay: 127.9s; + animation-delay: 127.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1280) +{ + -webkit-animation-delay: 128s; + -moz-animation-delay: 128s; + -o-animation-delay: 128s; + animation-delay: 128s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1281) +{ + -webkit-animation-delay: 128.1s; + -moz-animation-delay: 128.1s; + -o-animation-delay: 128.1s; + animation-delay: 128.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1282) +{ + -webkit-animation-delay: 128.2s; + -moz-animation-delay: 128.2s; + -o-animation-delay: 128.2s; + animation-delay: 128.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1283) +{ + -webkit-animation-delay: 128.3s; + -moz-animation-delay: 128.3s; + -o-animation-delay: 128.3s; + animation-delay: 128.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1284) +{ + -webkit-animation-delay: 128.4s; + -moz-animation-delay: 128.4s; + -o-animation-delay: 128.4s; + animation-delay: 128.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1285) +{ + -webkit-animation-delay: 128.5s; + -moz-animation-delay: 128.5s; + -o-animation-delay: 128.5s; + animation-delay: 128.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1286) +{ + -webkit-animation-delay: 128.6s; + -moz-animation-delay: 128.6s; + -o-animation-delay: 128.6s; + animation-delay: 128.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1287) +{ + -webkit-animation-delay: 128.7s; + -moz-animation-delay: 128.7s; + -o-animation-delay: 128.7s; + animation-delay: 128.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1288) +{ + -webkit-animation-delay: 128.8s; + -moz-animation-delay: 128.8s; + -o-animation-delay: 128.8s; + animation-delay: 128.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1289) +{ + -webkit-animation-delay: 128.9s; + -moz-animation-delay: 128.9s; + -o-animation-delay: 128.9s; + animation-delay: 128.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1290) +{ + -webkit-animation-delay: 129s; + -moz-animation-delay: 129s; + -o-animation-delay: 129s; + animation-delay: 129s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1291) +{ + -webkit-animation-delay: 129.1s; + -moz-animation-delay: 129.1s; + -o-animation-delay: 129.1s; + animation-delay: 129.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1292) +{ + -webkit-animation-delay: 129.2s; + -moz-animation-delay: 129.2s; + -o-animation-delay: 129.2s; + animation-delay: 129.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1293) +{ + -webkit-animation-delay: 129.3s; + -moz-animation-delay: 129.3s; + -o-animation-delay: 129.3s; + animation-delay: 129.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1294) +{ + -webkit-animation-delay: 129.4s; + -moz-animation-delay: 129.4s; + -o-animation-delay: 129.4s; + animation-delay: 129.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1295) +{ + -webkit-animation-delay: 129.5s; + -moz-animation-delay: 129.5s; + -o-animation-delay: 129.5s; + animation-delay: 129.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1296) +{ + -webkit-animation-delay: 129.6s; + -moz-animation-delay: 129.6s; + -o-animation-delay: 129.6s; + animation-delay: 129.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1297) +{ + -webkit-animation-delay: 129.7s; + -moz-animation-delay: 129.7s; + -o-animation-delay: 129.7s; + animation-delay: 129.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1298) +{ + -webkit-animation-delay: 129.8s; + -moz-animation-delay: 129.8s; + -o-animation-delay: 129.8s; + animation-delay: 129.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1299) +{ + -webkit-animation-delay: 129.9s; + -moz-animation-delay: 129.9s; + -o-animation-delay: 129.9s; + animation-delay: 129.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1300) +{ + -webkit-animation-delay: 130s; + -moz-animation-delay: 130s; + -o-animation-delay: 130s; + animation-delay: 130s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1301) +{ + -webkit-animation-delay: 130.1s; + -moz-animation-delay: 130.1s; + -o-animation-delay: 130.1s; + animation-delay: 130.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1302) +{ + -webkit-animation-delay: 130.2s; + -moz-animation-delay: 130.2s; + -o-animation-delay: 130.2s; + animation-delay: 130.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1303) +{ + -webkit-animation-delay: 130.3s; + -moz-animation-delay: 130.3s; + -o-animation-delay: 130.3s; + animation-delay: 130.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1304) +{ + -webkit-animation-delay: 130.4s; + -moz-animation-delay: 130.4s; + -o-animation-delay: 130.4s; + animation-delay: 130.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1305) +{ + -webkit-animation-delay: 130.5s; + -moz-animation-delay: 130.5s; + -o-animation-delay: 130.5s; + animation-delay: 130.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1306) +{ + -webkit-animation-delay: 130.6s; + -moz-animation-delay: 130.6s; + -o-animation-delay: 130.6s; + animation-delay: 130.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1307) +{ + -webkit-animation-delay: 130.7s; + -moz-animation-delay: 130.7s; + -o-animation-delay: 130.7s; + animation-delay: 130.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1308) +{ + -webkit-animation-delay: 130.8s; + -moz-animation-delay: 130.8s; + -o-animation-delay: 130.8s; + animation-delay: 130.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1309) +{ + -webkit-animation-delay: 130.9s; + -moz-animation-delay: 130.9s; + -o-animation-delay: 130.9s; + animation-delay: 130.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1310) +{ + -webkit-animation-delay: 131s; + -moz-animation-delay: 131s; + -o-animation-delay: 131s; + animation-delay: 131s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1311) +{ + -webkit-animation-delay: 131.1s; + -moz-animation-delay: 131.1s; + -o-animation-delay: 131.1s; + animation-delay: 131.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1312) +{ + -webkit-animation-delay: 131.2s; + -moz-animation-delay: 131.2s; + -o-animation-delay: 131.2s; + animation-delay: 131.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1313) +{ + -webkit-animation-delay: 131.3s; + -moz-animation-delay: 131.3s; + -o-animation-delay: 131.3s; + animation-delay: 131.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1314) +{ + -webkit-animation-delay: 131.4s; + -moz-animation-delay: 131.4s; + -o-animation-delay: 131.4s; + animation-delay: 131.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1315) +{ + -webkit-animation-delay: 131.5s; + -moz-animation-delay: 131.5s; + -o-animation-delay: 131.5s; + animation-delay: 131.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1316) +{ + -webkit-animation-delay: 131.6s; + -moz-animation-delay: 131.6s; + -o-animation-delay: 131.6s; + animation-delay: 131.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1317) +{ + -webkit-animation-delay: 131.7s; + -moz-animation-delay: 131.7s; + -o-animation-delay: 131.7s; + animation-delay: 131.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1318) +{ + -webkit-animation-delay: 131.8s; + -moz-animation-delay: 131.8s; + -o-animation-delay: 131.8s; + animation-delay: 131.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1319) +{ + -webkit-animation-delay: 131.9s; + -moz-animation-delay: 131.9s; + -o-animation-delay: 131.9s; + animation-delay: 131.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1320) +{ + -webkit-animation-delay: 132s; + -moz-animation-delay: 132s; + -o-animation-delay: 132s; + animation-delay: 132s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1321) +{ + -webkit-animation-delay: 132.1s; + -moz-animation-delay: 132.1s; + -o-animation-delay: 132.1s; + animation-delay: 132.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1322) +{ + -webkit-animation-delay: 132.2s; + -moz-animation-delay: 132.2s; + -o-animation-delay: 132.2s; + animation-delay: 132.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1323) +{ + -webkit-animation-delay: 132.3s; + -moz-animation-delay: 132.3s; + -o-animation-delay: 132.3s; + animation-delay: 132.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1324) +{ + -webkit-animation-delay: 132.4s; + -moz-animation-delay: 132.4s; + -o-animation-delay: 132.4s; + animation-delay: 132.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1325) +{ + -webkit-animation-delay: 132.5s; + -moz-animation-delay: 132.5s; + -o-animation-delay: 132.5s; + animation-delay: 132.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1326) +{ + -webkit-animation-delay: 132.6s; + -moz-animation-delay: 132.6s; + -o-animation-delay: 132.6s; + animation-delay: 132.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1327) +{ + -webkit-animation-delay: 132.7s; + -moz-animation-delay: 132.7s; + -o-animation-delay: 132.7s; + animation-delay: 132.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1328) +{ + -webkit-animation-delay: 132.8s; + -moz-animation-delay: 132.8s; + -o-animation-delay: 132.8s; + animation-delay: 132.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1329) +{ + -webkit-animation-delay: 132.9s; + -moz-animation-delay: 132.9s; + -o-animation-delay: 132.9s; + animation-delay: 132.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1330) +{ + -webkit-animation-delay: 133s; + -moz-animation-delay: 133s; + -o-animation-delay: 133s; + animation-delay: 133s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1331) +{ + -webkit-animation-delay: 133.1s; + -moz-animation-delay: 133.1s; + -o-animation-delay: 133.1s; + animation-delay: 133.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1332) +{ + -webkit-animation-delay: 133.2s; + -moz-animation-delay: 133.2s; + -o-animation-delay: 133.2s; + animation-delay: 133.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1333) +{ + -webkit-animation-delay: 133.3s; + -moz-animation-delay: 133.3s; + -o-animation-delay: 133.3s; + animation-delay: 133.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1334) +{ + -webkit-animation-delay: 133.4s; + -moz-animation-delay: 133.4s; + -o-animation-delay: 133.4s; + animation-delay: 133.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1335) +{ + -webkit-animation-delay: 133.5s; + -moz-animation-delay: 133.5s; + -o-animation-delay: 133.5s; + animation-delay: 133.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1336) +{ + -webkit-animation-delay: 133.6s; + -moz-animation-delay: 133.6s; + -o-animation-delay: 133.6s; + animation-delay: 133.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1337) +{ + -webkit-animation-delay: 133.7s; + -moz-animation-delay: 133.7s; + -o-animation-delay: 133.7s; + animation-delay: 133.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1338) +{ + -webkit-animation-delay: 133.8s; + -moz-animation-delay: 133.8s; + -o-animation-delay: 133.8s; + animation-delay: 133.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1339) +{ + -webkit-animation-delay: 133.9s; + -moz-animation-delay: 133.9s; + -o-animation-delay: 133.9s; + animation-delay: 133.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1340) +{ + -webkit-animation-delay: 134s; + -moz-animation-delay: 134s; + -o-animation-delay: 134s; + animation-delay: 134s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1341) +{ + -webkit-animation-delay: 134.1s; + -moz-animation-delay: 134.1s; + -o-animation-delay: 134.1s; + animation-delay: 134.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1342) +{ + -webkit-animation-delay: 134.2s; + -moz-animation-delay: 134.2s; + -o-animation-delay: 134.2s; + animation-delay: 134.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1343) +{ + -webkit-animation-delay: 134.3s; + -moz-animation-delay: 134.3s; + -o-animation-delay: 134.3s; + animation-delay: 134.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1344) +{ + -webkit-animation-delay: 134.4s; + -moz-animation-delay: 134.4s; + -o-animation-delay: 134.4s; + animation-delay: 134.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1345) +{ + -webkit-animation-delay: 134.5s; + -moz-animation-delay: 134.5s; + -o-animation-delay: 134.5s; + animation-delay: 134.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1346) +{ + -webkit-animation-delay: 134.6s; + -moz-animation-delay: 134.6s; + -o-animation-delay: 134.6s; + animation-delay: 134.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1347) +{ + -webkit-animation-delay: 134.7s; + -moz-animation-delay: 134.7s; + -o-animation-delay: 134.7s; + animation-delay: 134.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1348) +{ + -webkit-animation-delay: 134.8s; + -moz-animation-delay: 134.8s; + -o-animation-delay: 134.8s; + animation-delay: 134.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1349) +{ + -webkit-animation-delay: 134.9s; + -moz-animation-delay: 134.9s; + -o-animation-delay: 134.9s; + animation-delay: 134.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1350) +{ + -webkit-animation-delay: 135s; + -moz-animation-delay: 135s; + -o-animation-delay: 135s; + animation-delay: 135s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1351) +{ + -webkit-animation-delay: 135.1s; + -moz-animation-delay: 135.1s; + -o-animation-delay: 135.1s; + animation-delay: 135.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1352) +{ + -webkit-animation-delay: 135.2s; + -moz-animation-delay: 135.2s; + -o-animation-delay: 135.2s; + animation-delay: 135.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1353) +{ + -webkit-animation-delay: 135.3s; + -moz-animation-delay: 135.3s; + -o-animation-delay: 135.3s; + animation-delay: 135.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1354) +{ + -webkit-animation-delay: 135.4s; + -moz-animation-delay: 135.4s; + -o-animation-delay: 135.4s; + animation-delay: 135.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1355) +{ + -webkit-animation-delay: 135.5s; + -moz-animation-delay: 135.5s; + -o-animation-delay: 135.5s; + animation-delay: 135.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1356) +{ + -webkit-animation-delay: 135.6s; + -moz-animation-delay: 135.6s; + -o-animation-delay: 135.6s; + animation-delay: 135.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1357) +{ + -webkit-animation-delay: 135.7s; + -moz-animation-delay: 135.7s; + -o-animation-delay: 135.7s; + animation-delay: 135.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1358) +{ + -webkit-animation-delay: 135.8s; + -moz-animation-delay: 135.8s; + -o-animation-delay: 135.8s; + animation-delay: 135.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1359) +{ + -webkit-animation-delay: 135.9s; + -moz-animation-delay: 135.9s; + -o-animation-delay: 135.9s; + animation-delay: 135.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1360) +{ + -webkit-animation-delay: 136s; + -moz-animation-delay: 136s; + -o-animation-delay: 136s; + animation-delay: 136s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1361) +{ + -webkit-animation-delay: 136.1s; + -moz-animation-delay: 136.1s; + -o-animation-delay: 136.1s; + animation-delay: 136.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1362) +{ + -webkit-animation-delay: 136.2s; + -moz-animation-delay: 136.2s; + -o-animation-delay: 136.2s; + animation-delay: 136.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1363) +{ + -webkit-animation-delay: 136.3s; + -moz-animation-delay: 136.3s; + -o-animation-delay: 136.3s; + animation-delay: 136.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1364) +{ + -webkit-animation-delay: 136.4s; + -moz-animation-delay: 136.4s; + -o-animation-delay: 136.4s; + animation-delay: 136.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1365) +{ + -webkit-animation-delay: 136.5s; + -moz-animation-delay: 136.5s; + -o-animation-delay: 136.5s; + animation-delay: 136.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1366) +{ + -webkit-animation-delay: 136.6s; + -moz-animation-delay: 136.6s; + -o-animation-delay: 136.6s; + animation-delay: 136.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1367) +{ + -webkit-animation-delay: 136.7s; + -moz-animation-delay: 136.7s; + -o-animation-delay: 136.7s; + animation-delay: 136.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1368) +{ + -webkit-animation-delay: 136.8s; + -moz-animation-delay: 136.8s; + -o-animation-delay: 136.8s; + animation-delay: 136.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1369) +{ + -webkit-animation-delay: 136.9s; + -moz-animation-delay: 136.9s; + -o-animation-delay: 136.9s; + animation-delay: 136.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1370) +{ + -webkit-animation-delay: 137s; + -moz-animation-delay: 137s; + -o-animation-delay: 137s; + animation-delay: 137s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1371) +{ + -webkit-animation-delay: 137.1s; + -moz-animation-delay: 137.1s; + -o-animation-delay: 137.1s; + animation-delay: 137.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1372) +{ + -webkit-animation-delay: 137.2s; + -moz-animation-delay: 137.2s; + -o-animation-delay: 137.2s; + animation-delay: 137.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1373) +{ + -webkit-animation-delay: 137.3s; + -moz-animation-delay: 137.3s; + -o-animation-delay: 137.3s; + animation-delay: 137.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1374) +{ + -webkit-animation-delay: 137.4s; + -moz-animation-delay: 137.4s; + -o-animation-delay: 137.4s; + animation-delay: 137.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1375) +{ + -webkit-animation-delay: 137.5s; + -moz-animation-delay: 137.5s; + -o-animation-delay: 137.5s; + animation-delay: 137.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1376) +{ + -webkit-animation-delay: 137.6s; + -moz-animation-delay: 137.6s; + -o-animation-delay: 137.6s; + animation-delay: 137.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1377) +{ + -webkit-animation-delay: 137.7s; + -moz-animation-delay: 137.7s; + -o-animation-delay: 137.7s; + animation-delay: 137.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1378) +{ + -webkit-animation-delay: 137.8s; + -moz-animation-delay: 137.8s; + -o-animation-delay: 137.8s; + animation-delay: 137.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1379) +{ + -webkit-animation-delay: 137.9s; + -moz-animation-delay: 137.9s; + -o-animation-delay: 137.9s; + animation-delay: 137.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1380) +{ + -webkit-animation-delay: 138s; + -moz-animation-delay: 138s; + -o-animation-delay: 138s; + animation-delay: 138s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1381) +{ + -webkit-animation-delay: 138.1s; + -moz-animation-delay: 138.1s; + -o-animation-delay: 138.1s; + animation-delay: 138.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1382) +{ + -webkit-animation-delay: 138.2s; + -moz-animation-delay: 138.2s; + -o-animation-delay: 138.2s; + animation-delay: 138.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1383) +{ + -webkit-animation-delay: 138.3s; + -moz-animation-delay: 138.3s; + -o-animation-delay: 138.3s; + animation-delay: 138.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1384) +{ + -webkit-animation-delay: 138.4s; + -moz-animation-delay: 138.4s; + -o-animation-delay: 138.4s; + animation-delay: 138.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1385) +{ + -webkit-animation-delay: 138.5s; + -moz-animation-delay: 138.5s; + -o-animation-delay: 138.5s; + animation-delay: 138.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1386) +{ + -webkit-animation-delay: 138.6s; + -moz-animation-delay: 138.6s; + -o-animation-delay: 138.6s; + animation-delay: 138.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1387) +{ + -webkit-animation-delay: 138.7s; + -moz-animation-delay: 138.7s; + -o-animation-delay: 138.7s; + animation-delay: 138.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1388) +{ + -webkit-animation-delay: 138.8s; + -moz-animation-delay: 138.8s; + -o-animation-delay: 138.8s; + animation-delay: 138.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1389) +{ + -webkit-animation-delay: 138.9s; + -moz-animation-delay: 138.9s; + -o-animation-delay: 138.9s; + animation-delay: 138.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1390) +{ + -webkit-animation-delay: 139s; + -moz-animation-delay: 139s; + -o-animation-delay: 139s; + animation-delay: 139s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1391) +{ + -webkit-animation-delay: 139.1s; + -moz-animation-delay: 139.1s; + -o-animation-delay: 139.1s; + animation-delay: 139.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1392) +{ + -webkit-animation-delay: 139.2s; + -moz-animation-delay: 139.2s; + -o-animation-delay: 139.2s; + animation-delay: 139.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1393) +{ + -webkit-animation-delay: 139.3s; + -moz-animation-delay: 139.3s; + -o-animation-delay: 139.3s; + animation-delay: 139.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1394) +{ + -webkit-animation-delay: 139.4s; + -moz-animation-delay: 139.4s; + -o-animation-delay: 139.4s; + animation-delay: 139.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1395) +{ + -webkit-animation-delay: 139.5s; + -moz-animation-delay: 139.5s; + -o-animation-delay: 139.5s; + animation-delay: 139.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1396) +{ + -webkit-animation-delay: 139.6s; + -moz-animation-delay: 139.6s; + -o-animation-delay: 139.6s; + animation-delay: 139.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1397) +{ + -webkit-animation-delay: 139.7s; + -moz-animation-delay: 139.7s; + -o-animation-delay: 139.7s; + animation-delay: 139.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1398) +{ + -webkit-animation-delay: 139.8s; + -moz-animation-delay: 139.8s; + -o-animation-delay: 139.8s; + animation-delay: 139.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1399) +{ + -webkit-animation-delay: 139.9s; + -moz-animation-delay: 139.9s; + -o-animation-delay: 139.9s; + animation-delay: 139.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1400) +{ + -webkit-animation-delay: 140s; + -moz-animation-delay: 140s; + -o-animation-delay: 140s; + animation-delay: 140s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1401) +{ + -webkit-animation-delay: 140.1s; + -moz-animation-delay: 140.1s; + -o-animation-delay: 140.1s; + animation-delay: 140.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1402) +{ + -webkit-animation-delay: 140.2s; + -moz-animation-delay: 140.2s; + -o-animation-delay: 140.2s; + animation-delay: 140.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1403) +{ + -webkit-animation-delay: 140.3s; + -moz-animation-delay: 140.3s; + -o-animation-delay: 140.3s; + animation-delay: 140.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1404) +{ + -webkit-animation-delay: 140.4s; + -moz-animation-delay: 140.4s; + -o-animation-delay: 140.4s; + animation-delay: 140.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1405) +{ + -webkit-animation-delay: 140.5s; + -moz-animation-delay: 140.5s; + -o-animation-delay: 140.5s; + animation-delay: 140.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1406) +{ + -webkit-animation-delay: 140.6s; + -moz-animation-delay: 140.6s; + -o-animation-delay: 140.6s; + animation-delay: 140.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1407) +{ + -webkit-animation-delay: 140.7s; + -moz-animation-delay: 140.7s; + -o-animation-delay: 140.7s; + animation-delay: 140.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1408) +{ + -webkit-animation-delay: 140.8s; + -moz-animation-delay: 140.8s; + -o-animation-delay: 140.8s; + animation-delay: 140.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1409) +{ + -webkit-animation-delay: 140.9s; + -moz-animation-delay: 140.9s; + -o-animation-delay: 140.9s; + animation-delay: 140.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1410) +{ + -webkit-animation-delay: 141s; + -moz-animation-delay: 141s; + -o-animation-delay: 141s; + animation-delay: 141s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1411) +{ + -webkit-animation-delay: 141.1s; + -moz-animation-delay: 141.1s; + -o-animation-delay: 141.1s; + animation-delay: 141.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1412) +{ + -webkit-animation-delay: 141.2s; + -moz-animation-delay: 141.2s; + -o-animation-delay: 141.2s; + animation-delay: 141.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1413) +{ + -webkit-animation-delay: 141.3s; + -moz-animation-delay: 141.3s; + -o-animation-delay: 141.3s; + animation-delay: 141.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1414) +{ + -webkit-animation-delay: 141.4s; + -moz-animation-delay: 141.4s; + -o-animation-delay: 141.4s; + animation-delay: 141.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1415) +{ + -webkit-animation-delay: 141.5s; + -moz-animation-delay: 141.5s; + -o-animation-delay: 141.5s; + animation-delay: 141.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1416) +{ + -webkit-animation-delay: 141.6s; + -moz-animation-delay: 141.6s; + -o-animation-delay: 141.6s; + animation-delay: 141.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1417) +{ + -webkit-animation-delay: 141.7s; + -moz-animation-delay: 141.7s; + -o-animation-delay: 141.7s; + animation-delay: 141.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1418) +{ + -webkit-animation-delay: 141.8s; + -moz-animation-delay: 141.8s; + -o-animation-delay: 141.8s; + animation-delay: 141.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1419) +{ + -webkit-animation-delay: 141.9s; + -moz-animation-delay: 141.9s; + -o-animation-delay: 141.9s; + animation-delay: 141.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1420) +{ + -webkit-animation-delay: 142s; + -moz-animation-delay: 142s; + -o-animation-delay: 142s; + animation-delay: 142s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1421) +{ + -webkit-animation-delay: 142.1s; + -moz-animation-delay: 142.1s; + -o-animation-delay: 142.1s; + animation-delay: 142.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1422) +{ + -webkit-animation-delay: 142.2s; + -moz-animation-delay: 142.2s; + -o-animation-delay: 142.2s; + animation-delay: 142.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1423) +{ + -webkit-animation-delay: 142.3s; + -moz-animation-delay: 142.3s; + -o-animation-delay: 142.3s; + animation-delay: 142.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1424) +{ + -webkit-animation-delay: 142.4s; + -moz-animation-delay: 142.4s; + -o-animation-delay: 142.4s; + animation-delay: 142.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1425) +{ + -webkit-animation-delay: 142.5s; + -moz-animation-delay: 142.5s; + -o-animation-delay: 142.5s; + animation-delay: 142.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1426) +{ + -webkit-animation-delay: 142.6s; + -moz-animation-delay: 142.6s; + -o-animation-delay: 142.6s; + animation-delay: 142.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1427) +{ + -webkit-animation-delay: 142.7s; + -moz-animation-delay: 142.7s; + -o-animation-delay: 142.7s; + animation-delay: 142.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1428) +{ + -webkit-animation-delay: 142.8s; + -moz-animation-delay: 142.8s; + -o-animation-delay: 142.8s; + animation-delay: 142.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1429) +{ + -webkit-animation-delay: 142.9s; + -moz-animation-delay: 142.9s; + -o-animation-delay: 142.9s; + animation-delay: 142.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1430) +{ + -webkit-animation-delay: 143s; + -moz-animation-delay: 143s; + -o-animation-delay: 143s; + animation-delay: 143s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1431) +{ + -webkit-animation-delay: 143.1s; + -moz-animation-delay: 143.1s; + -o-animation-delay: 143.1s; + animation-delay: 143.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1432) +{ + -webkit-animation-delay: 143.2s; + -moz-animation-delay: 143.2s; + -o-animation-delay: 143.2s; + animation-delay: 143.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1433) +{ + -webkit-animation-delay: 143.3s; + -moz-animation-delay: 143.3s; + -o-animation-delay: 143.3s; + animation-delay: 143.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1434) +{ + -webkit-animation-delay: 143.4s; + -moz-animation-delay: 143.4s; + -o-animation-delay: 143.4s; + animation-delay: 143.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1435) +{ + -webkit-animation-delay: 143.5s; + -moz-animation-delay: 143.5s; + -o-animation-delay: 143.5s; + animation-delay: 143.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1436) +{ + -webkit-animation-delay: 143.6s; + -moz-animation-delay: 143.6s; + -o-animation-delay: 143.6s; + animation-delay: 143.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1437) +{ + -webkit-animation-delay: 143.7s; + -moz-animation-delay: 143.7s; + -o-animation-delay: 143.7s; + animation-delay: 143.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1438) +{ + -webkit-animation-delay: 143.8s; + -moz-animation-delay: 143.8s; + -o-animation-delay: 143.8s; + animation-delay: 143.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1439) +{ + -webkit-animation-delay: 143.9s; + -moz-animation-delay: 143.9s; + -o-animation-delay: 143.9s; + animation-delay: 143.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1440) +{ + -webkit-animation-delay: 144s; + -moz-animation-delay: 144s; + -o-animation-delay: 144s; + animation-delay: 144s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1441) +{ + -webkit-animation-delay: 144.1s; + -moz-animation-delay: 144.1s; + -o-animation-delay: 144.1s; + animation-delay: 144.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1442) +{ + -webkit-animation-delay: 144.2s; + -moz-animation-delay: 144.2s; + -o-animation-delay: 144.2s; + animation-delay: 144.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1443) +{ + -webkit-animation-delay: 144.3s; + -moz-animation-delay: 144.3s; + -o-animation-delay: 144.3s; + animation-delay: 144.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1444) +{ + -webkit-animation-delay: 144.4s; + -moz-animation-delay: 144.4s; + -o-animation-delay: 144.4s; + animation-delay: 144.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1445) +{ + -webkit-animation-delay: 144.5s; + -moz-animation-delay: 144.5s; + -o-animation-delay: 144.5s; + animation-delay: 144.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1446) +{ + -webkit-animation-delay: 144.6s; + -moz-animation-delay: 144.6s; + -o-animation-delay: 144.6s; + animation-delay: 144.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1447) +{ + -webkit-animation-delay: 144.7s; + -moz-animation-delay: 144.7s; + -o-animation-delay: 144.7s; + animation-delay: 144.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1448) +{ + -webkit-animation-delay: 144.8s; + -moz-animation-delay: 144.8s; + -o-animation-delay: 144.8s; + animation-delay: 144.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1449) +{ + -webkit-animation-delay: 144.9s; + -moz-animation-delay: 144.9s; + -o-animation-delay: 144.9s; + animation-delay: 144.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1450) +{ + -webkit-animation-delay: 145s; + -moz-animation-delay: 145s; + -o-animation-delay: 145s; + animation-delay: 145s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1451) +{ + -webkit-animation-delay: 145.1s; + -moz-animation-delay: 145.1s; + -o-animation-delay: 145.1s; + animation-delay: 145.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1452) +{ + -webkit-animation-delay: 145.2s; + -moz-animation-delay: 145.2s; + -o-animation-delay: 145.2s; + animation-delay: 145.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1453) +{ + -webkit-animation-delay: 145.3s; + -moz-animation-delay: 145.3s; + -o-animation-delay: 145.3s; + animation-delay: 145.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1454) +{ + -webkit-animation-delay: 145.4s; + -moz-animation-delay: 145.4s; + -o-animation-delay: 145.4s; + animation-delay: 145.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1455) +{ + -webkit-animation-delay: 145.5s; + -moz-animation-delay: 145.5s; + -o-animation-delay: 145.5s; + animation-delay: 145.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1456) +{ + -webkit-animation-delay: 145.6s; + -moz-animation-delay: 145.6s; + -o-animation-delay: 145.6s; + animation-delay: 145.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1457) +{ + -webkit-animation-delay: 145.7s; + -moz-animation-delay: 145.7s; + -o-animation-delay: 145.7s; + animation-delay: 145.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1458) +{ + -webkit-animation-delay: 145.8s; + -moz-animation-delay: 145.8s; + -o-animation-delay: 145.8s; + animation-delay: 145.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1459) +{ + -webkit-animation-delay: 145.9s; + -moz-animation-delay: 145.9s; + -o-animation-delay: 145.9s; + animation-delay: 145.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1460) +{ + -webkit-animation-delay: 146s; + -moz-animation-delay: 146s; + -o-animation-delay: 146s; + animation-delay: 146s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1461) +{ + -webkit-animation-delay: 146.1s; + -moz-animation-delay: 146.1s; + -o-animation-delay: 146.1s; + animation-delay: 146.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1462) +{ + -webkit-animation-delay: 146.2s; + -moz-animation-delay: 146.2s; + -o-animation-delay: 146.2s; + animation-delay: 146.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1463) +{ + -webkit-animation-delay: 146.3s; + -moz-animation-delay: 146.3s; + -o-animation-delay: 146.3s; + animation-delay: 146.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1464) +{ + -webkit-animation-delay: 146.4s; + -moz-animation-delay: 146.4s; + -o-animation-delay: 146.4s; + animation-delay: 146.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1465) +{ + -webkit-animation-delay: 146.5s; + -moz-animation-delay: 146.5s; + -o-animation-delay: 146.5s; + animation-delay: 146.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1466) +{ + -webkit-animation-delay: 146.6s; + -moz-animation-delay: 146.6s; + -o-animation-delay: 146.6s; + animation-delay: 146.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1467) +{ + -webkit-animation-delay: 146.7s; + -moz-animation-delay: 146.7s; + -o-animation-delay: 146.7s; + animation-delay: 146.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1468) +{ + -webkit-animation-delay: 146.8s; + -moz-animation-delay: 146.8s; + -o-animation-delay: 146.8s; + animation-delay: 146.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1469) +{ + -webkit-animation-delay: 146.9s; + -moz-animation-delay: 146.9s; + -o-animation-delay: 146.9s; + animation-delay: 146.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1470) +{ + -webkit-animation-delay: 147s; + -moz-animation-delay: 147s; + -o-animation-delay: 147s; + animation-delay: 147s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1471) +{ + -webkit-animation-delay: 147.1s; + -moz-animation-delay: 147.1s; + -o-animation-delay: 147.1s; + animation-delay: 147.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1472) +{ + -webkit-animation-delay: 147.2s; + -moz-animation-delay: 147.2s; + -o-animation-delay: 147.2s; + animation-delay: 147.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1473) +{ + -webkit-animation-delay: 147.3s; + -moz-animation-delay: 147.3s; + -o-animation-delay: 147.3s; + animation-delay: 147.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1474) +{ + -webkit-animation-delay: 147.4s; + -moz-animation-delay: 147.4s; + -o-animation-delay: 147.4s; + animation-delay: 147.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1475) +{ + -webkit-animation-delay: 147.5s; + -moz-animation-delay: 147.5s; + -o-animation-delay: 147.5s; + animation-delay: 147.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1476) +{ + -webkit-animation-delay: 147.6s; + -moz-animation-delay: 147.6s; + -o-animation-delay: 147.6s; + animation-delay: 147.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1477) +{ + -webkit-animation-delay: 147.7s; + -moz-animation-delay: 147.7s; + -o-animation-delay: 147.7s; + animation-delay: 147.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1478) +{ + -webkit-animation-delay: 147.8s; + -moz-animation-delay: 147.8s; + -o-animation-delay: 147.8s; + animation-delay: 147.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1479) +{ + -webkit-animation-delay: 147.9s; + -moz-animation-delay: 147.9s; + -o-animation-delay: 147.9s; + animation-delay: 147.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1480) +{ + -webkit-animation-delay: 148s; + -moz-animation-delay: 148s; + -o-animation-delay: 148s; + animation-delay: 148s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1481) +{ + -webkit-animation-delay: 148.1s; + -moz-animation-delay: 148.1s; + -o-animation-delay: 148.1s; + animation-delay: 148.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1482) +{ + -webkit-animation-delay: 148.2s; + -moz-animation-delay: 148.2s; + -o-animation-delay: 148.2s; + animation-delay: 148.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1483) +{ + -webkit-animation-delay: 148.3s; + -moz-animation-delay: 148.3s; + -o-animation-delay: 148.3s; + animation-delay: 148.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1484) +{ + -webkit-animation-delay: 148.4s; + -moz-animation-delay: 148.4s; + -o-animation-delay: 148.4s; + animation-delay: 148.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1485) +{ + -webkit-animation-delay: 148.5s; + -moz-animation-delay: 148.5s; + -o-animation-delay: 148.5s; + animation-delay: 148.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1486) +{ + -webkit-animation-delay: 148.6s; + -moz-animation-delay: 148.6s; + -o-animation-delay: 148.6s; + animation-delay: 148.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1487) +{ + -webkit-animation-delay: 148.7s; + -moz-animation-delay: 148.7s; + -o-animation-delay: 148.7s; + animation-delay: 148.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1488) +{ + -webkit-animation-delay: 148.8s; + -moz-animation-delay: 148.8s; + -o-animation-delay: 148.8s; + animation-delay: 148.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1489) +{ + -webkit-animation-delay: 148.9s; + -moz-animation-delay: 148.9s; + -o-animation-delay: 148.9s; + animation-delay: 148.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1490) +{ + -webkit-animation-delay: 149s; + -moz-animation-delay: 149s; + -o-animation-delay: 149s; + animation-delay: 149s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1491) +{ + -webkit-animation-delay: 149.1s; + -moz-animation-delay: 149.1s; + -o-animation-delay: 149.1s; + animation-delay: 149.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1492) +{ + -webkit-animation-delay: 149.2s; + -moz-animation-delay: 149.2s; + -o-animation-delay: 149.2s; + animation-delay: 149.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1493) +{ + -webkit-animation-delay: 149.3s; + -moz-animation-delay: 149.3s; + -o-animation-delay: 149.3s; + animation-delay: 149.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1494) +{ + -webkit-animation-delay: 149.4s; + -moz-animation-delay: 149.4s; + -o-animation-delay: 149.4s; + animation-delay: 149.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1495) +{ + -webkit-animation-delay: 149.5s; + -moz-animation-delay: 149.5s; + -o-animation-delay: 149.5s; + animation-delay: 149.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1496) +{ + -webkit-animation-delay: 149.6s; + -moz-animation-delay: 149.6s; + -o-animation-delay: 149.6s; + animation-delay: 149.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1497) +{ + -webkit-animation-delay: 149.7s; + -moz-animation-delay: 149.7s; + -o-animation-delay: 149.7s; + animation-delay: 149.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1498) +{ + -webkit-animation-delay: 149.8s; + -moz-animation-delay: 149.8s; + -o-animation-delay: 149.8s; + animation-delay: 149.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1499) +{ + -webkit-animation-delay: 149.9s; + -moz-animation-delay: 149.9s; + -o-animation-delay: 149.9s; + animation-delay: 149.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1500) +{ + -webkit-animation-delay: 150s; + -moz-animation-delay: 150s; + -o-animation-delay: 150s; + animation-delay: 150s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1501) +{ + -webkit-animation-delay: 150.1s; + -moz-animation-delay: 150.1s; + -o-animation-delay: 150.1s; + animation-delay: 150.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1502) +{ + -webkit-animation-delay: 150.2s; + -moz-animation-delay: 150.2s; + -o-animation-delay: 150.2s; + animation-delay: 150.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1503) +{ + -webkit-animation-delay: 150.3s; + -moz-animation-delay: 150.3s; + -o-animation-delay: 150.3s; + animation-delay: 150.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1504) +{ + -webkit-animation-delay: 150.4s; + -moz-animation-delay: 150.4s; + -o-animation-delay: 150.4s; + animation-delay: 150.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1505) +{ + -webkit-animation-delay: 150.5s; + -moz-animation-delay: 150.5s; + -o-animation-delay: 150.5s; + animation-delay: 150.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1506) +{ + -webkit-animation-delay: 150.6s; + -moz-animation-delay: 150.6s; + -o-animation-delay: 150.6s; + animation-delay: 150.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1507) +{ + -webkit-animation-delay: 150.7s; + -moz-animation-delay: 150.7s; + -o-animation-delay: 150.7s; + animation-delay: 150.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1508) +{ + -webkit-animation-delay: 150.8s; + -moz-animation-delay: 150.8s; + -o-animation-delay: 150.8s; + animation-delay: 150.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1509) +{ + -webkit-animation-delay: 150.9s; + -moz-animation-delay: 150.9s; + -o-animation-delay: 150.9s; + animation-delay: 150.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1510) +{ + -webkit-animation-delay: 151s; + -moz-animation-delay: 151s; + -o-animation-delay: 151s; + animation-delay: 151s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1511) +{ + -webkit-animation-delay: 151.1s; + -moz-animation-delay: 151.1s; + -o-animation-delay: 151.1s; + animation-delay: 151.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1512) +{ + -webkit-animation-delay: 151.2s; + -moz-animation-delay: 151.2s; + -o-animation-delay: 151.2s; + animation-delay: 151.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1513) +{ + -webkit-animation-delay: 151.3s; + -moz-animation-delay: 151.3s; + -o-animation-delay: 151.3s; + animation-delay: 151.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1514) +{ + -webkit-animation-delay: 151.4s; + -moz-animation-delay: 151.4s; + -o-animation-delay: 151.4s; + animation-delay: 151.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1515) +{ + -webkit-animation-delay: 151.5s; + -moz-animation-delay: 151.5s; + -o-animation-delay: 151.5s; + animation-delay: 151.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1516) +{ + -webkit-animation-delay: 151.6s; + -moz-animation-delay: 151.6s; + -o-animation-delay: 151.6s; + animation-delay: 151.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1517) +{ + -webkit-animation-delay: 151.7s; + -moz-animation-delay: 151.7s; + -o-animation-delay: 151.7s; + animation-delay: 151.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1518) +{ + -webkit-animation-delay: 151.8s; + -moz-animation-delay: 151.8s; + -o-animation-delay: 151.8s; + animation-delay: 151.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1519) +{ + -webkit-animation-delay: 151.9s; + -moz-animation-delay: 151.9s; + -o-animation-delay: 151.9s; + animation-delay: 151.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1520) +{ + -webkit-animation-delay: 152s; + -moz-animation-delay: 152s; + -o-animation-delay: 152s; + animation-delay: 152s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1521) +{ + -webkit-animation-delay: 152.1s; + -moz-animation-delay: 152.1s; + -o-animation-delay: 152.1s; + animation-delay: 152.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1522) +{ + -webkit-animation-delay: 152.2s; + -moz-animation-delay: 152.2s; + -o-animation-delay: 152.2s; + animation-delay: 152.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1523) +{ + -webkit-animation-delay: 152.3s; + -moz-animation-delay: 152.3s; + -o-animation-delay: 152.3s; + animation-delay: 152.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1524) +{ + -webkit-animation-delay: 152.4s; + -moz-animation-delay: 152.4s; + -o-animation-delay: 152.4s; + animation-delay: 152.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1525) +{ + -webkit-animation-delay: 152.5s; + -moz-animation-delay: 152.5s; + -o-animation-delay: 152.5s; + animation-delay: 152.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1526) +{ + -webkit-animation-delay: 152.6s; + -moz-animation-delay: 152.6s; + -o-animation-delay: 152.6s; + animation-delay: 152.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1527) +{ + -webkit-animation-delay: 152.7s; + -moz-animation-delay: 152.7s; + -o-animation-delay: 152.7s; + animation-delay: 152.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1528) +{ + -webkit-animation-delay: 152.8s; + -moz-animation-delay: 152.8s; + -o-animation-delay: 152.8s; + animation-delay: 152.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1529) +{ + -webkit-animation-delay: 152.9s; + -moz-animation-delay: 152.9s; + -o-animation-delay: 152.9s; + animation-delay: 152.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1530) +{ + -webkit-animation-delay: 153s; + -moz-animation-delay: 153s; + -o-animation-delay: 153s; + animation-delay: 153s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1531) +{ + -webkit-animation-delay: 153.1s; + -moz-animation-delay: 153.1s; + -o-animation-delay: 153.1s; + animation-delay: 153.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1532) +{ + -webkit-animation-delay: 153.2s; + -moz-animation-delay: 153.2s; + -o-animation-delay: 153.2s; + animation-delay: 153.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1533) +{ + -webkit-animation-delay: 153.3s; + -moz-animation-delay: 153.3s; + -o-animation-delay: 153.3s; + animation-delay: 153.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1534) +{ + -webkit-animation-delay: 153.4s; + -moz-animation-delay: 153.4s; + -o-animation-delay: 153.4s; + animation-delay: 153.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1535) +{ + -webkit-animation-delay: 153.5s; + -moz-animation-delay: 153.5s; + -o-animation-delay: 153.5s; + animation-delay: 153.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1536) +{ + -webkit-animation-delay: 153.6s; + -moz-animation-delay: 153.6s; + -o-animation-delay: 153.6s; + animation-delay: 153.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1537) +{ + -webkit-animation-delay: 153.7s; + -moz-animation-delay: 153.7s; + -o-animation-delay: 153.7s; + animation-delay: 153.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1538) +{ + -webkit-animation-delay: 153.8s; + -moz-animation-delay: 153.8s; + -o-animation-delay: 153.8s; + animation-delay: 153.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1539) +{ + -webkit-animation-delay: 153.9s; + -moz-animation-delay: 153.9s; + -o-animation-delay: 153.9s; + animation-delay: 153.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1540) +{ + -webkit-animation-delay: 154s; + -moz-animation-delay: 154s; + -o-animation-delay: 154s; + animation-delay: 154s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1541) +{ + -webkit-animation-delay: 154.1s; + -moz-animation-delay: 154.1s; + -o-animation-delay: 154.1s; + animation-delay: 154.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1542) +{ + -webkit-animation-delay: 154.2s; + -moz-animation-delay: 154.2s; + -o-animation-delay: 154.2s; + animation-delay: 154.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1543) +{ + -webkit-animation-delay: 154.3s; + -moz-animation-delay: 154.3s; + -o-animation-delay: 154.3s; + animation-delay: 154.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1544) +{ + -webkit-animation-delay: 154.4s; + -moz-animation-delay: 154.4s; + -o-animation-delay: 154.4s; + animation-delay: 154.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1545) +{ + -webkit-animation-delay: 154.5s; + -moz-animation-delay: 154.5s; + -o-animation-delay: 154.5s; + animation-delay: 154.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1546) +{ + -webkit-animation-delay: 154.6s; + -moz-animation-delay: 154.6s; + -o-animation-delay: 154.6s; + animation-delay: 154.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1547) +{ + -webkit-animation-delay: 154.7s; + -moz-animation-delay: 154.7s; + -o-animation-delay: 154.7s; + animation-delay: 154.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1548) +{ + -webkit-animation-delay: 154.8s; + -moz-animation-delay: 154.8s; + -o-animation-delay: 154.8s; + animation-delay: 154.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1549) +{ + -webkit-animation-delay: 154.9s; + -moz-animation-delay: 154.9s; + -o-animation-delay: 154.9s; + animation-delay: 154.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1550) +{ + -webkit-animation-delay: 155s; + -moz-animation-delay: 155s; + -o-animation-delay: 155s; + animation-delay: 155s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1551) +{ + -webkit-animation-delay: 155.1s; + -moz-animation-delay: 155.1s; + -o-animation-delay: 155.1s; + animation-delay: 155.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1552) +{ + -webkit-animation-delay: 155.2s; + -moz-animation-delay: 155.2s; + -o-animation-delay: 155.2s; + animation-delay: 155.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1553) +{ + -webkit-animation-delay: 155.3s; + -moz-animation-delay: 155.3s; + -o-animation-delay: 155.3s; + animation-delay: 155.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1554) +{ + -webkit-animation-delay: 155.4s; + -moz-animation-delay: 155.4s; + -o-animation-delay: 155.4s; + animation-delay: 155.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1555) +{ + -webkit-animation-delay: 155.5s; + -moz-animation-delay: 155.5s; + -o-animation-delay: 155.5s; + animation-delay: 155.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1556) +{ + -webkit-animation-delay: 155.6s; + -moz-animation-delay: 155.6s; + -o-animation-delay: 155.6s; + animation-delay: 155.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1557) +{ + -webkit-animation-delay: 155.7s; + -moz-animation-delay: 155.7s; + -o-animation-delay: 155.7s; + animation-delay: 155.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1558) +{ + -webkit-animation-delay: 155.8s; + -moz-animation-delay: 155.8s; + -o-animation-delay: 155.8s; + animation-delay: 155.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1559) +{ + -webkit-animation-delay: 155.9s; + -moz-animation-delay: 155.9s; + -o-animation-delay: 155.9s; + animation-delay: 155.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1560) +{ + -webkit-animation-delay: 156s; + -moz-animation-delay: 156s; + -o-animation-delay: 156s; + animation-delay: 156s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1561) +{ + -webkit-animation-delay: 156.1s; + -moz-animation-delay: 156.1s; + -o-animation-delay: 156.1s; + animation-delay: 156.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1562) +{ + -webkit-animation-delay: 156.2s; + -moz-animation-delay: 156.2s; + -o-animation-delay: 156.2s; + animation-delay: 156.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1563) +{ + -webkit-animation-delay: 156.3s; + -moz-animation-delay: 156.3s; + -o-animation-delay: 156.3s; + animation-delay: 156.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1564) +{ + -webkit-animation-delay: 156.4s; + -moz-animation-delay: 156.4s; + -o-animation-delay: 156.4s; + animation-delay: 156.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1565) +{ + -webkit-animation-delay: 156.5s; + -moz-animation-delay: 156.5s; + -o-animation-delay: 156.5s; + animation-delay: 156.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1566) +{ + -webkit-animation-delay: 156.6s; + -moz-animation-delay: 156.6s; + -o-animation-delay: 156.6s; + animation-delay: 156.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1567) +{ + -webkit-animation-delay: 156.7s; + -moz-animation-delay: 156.7s; + -o-animation-delay: 156.7s; + animation-delay: 156.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1568) +{ + -webkit-animation-delay: 156.8s; + -moz-animation-delay: 156.8s; + -o-animation-delay: 156.8s; + animation-delay: 156.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1569) +{ + -webkit-animation-delay: 156.9s; + -moz-animation-delay: 156.9s; + -o-animation-delay: 156.9s; + animation-delay: 156.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1570) +{ + -webkit-animation-delay: 157s; + -moz-animation-delay: 157s; + -o-animation-delay: 157s; + animation-delay: 157s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1571) +{ + -webkit-animation-delay: 157.1s; + -moz-animation-delay: 157.1s; + -o-animation-delay: 157.1s; + animation-delay: 157.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1572) +{ + -webkit-animation-delay: 157.2s; + -moz-animation-delay: 157.2s; + -o-animation-delay: 157.2s; + animation-delay: 157.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1573) +{ + -webkit-animation-delay: 157.3s; + -moz-animation-delay: 157.3s; + -o-animation-delay: 157.3s; + animation-delay: 157.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1574) +{ + -webkit-animation-delay: 157.4s; + -moz-animation-delay: 157.4s; + -o-animation-delay: 157.4s; + animation-delay: 157.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1575) +{ + -webkit-animation-delay: 157.5s; + -moz-animation-delay: 157.5s; + -o-animation-delay: 157.5s; + animation-delay: 157.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1576) +{ + -webkit-animation-delay: 157.6s; + -moz-animation-delay: 157.6s; + -o-animation-delay: 157.6s; + animation-delay: 157.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1577) +{ + -webkit-animation-delay: 157.7s; + -moz-animation-delay: 157.7s; + -o-animation-delay: 157.7s; + animation-delay: 157.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1578) +{ + -webkit-animation-delay: 157.8s; + -moz-animation-delay: 157.8s; + -o-animation-delay: 157.8s; + animation-delay: 157.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1579) +{ + -webkit-animation-delay: 157.9s; + -moz-animation-delay: 157.9s; + -o-animation-delay: 157.9s; + animation-delay: 157.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1580) +{ + -webkit-animation-delay: 158s; + -moz-animation-delay: 158s; + -o-animation-delay: 158s; + animation-delay: 158s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1581) +{ + -webkit-animation-delay: 158.1s; + -moz-animation-delay: 158.1s; + -o-animation-delay: 158.1s; + animation-delay: 158.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1582) +{ + -webkit-animation-delay: 158.2s; + -moz-animation-delay: 158.2s; + -o-animation-delay: 158.2s; + animation-delay: 158.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1583) +{ + -webkit-animation-delay: 158.3s; + -moz-animation-delay: 158.3s; + -o-animation-delay: 158.3s; + animation-delay: 158.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1584) +{ + -webkit-animation-delay: 158.4s; + -moz-animation-delay: 158.4s; + -o-animation-delay: 158.4s; + animation-delay: 158.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1585) +{ + -webkit-animation-delay: 158.5s; + -moz-animation-delay: 158.5s; + -o-animation-delay: 158.5s; + animation-delay: 158.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1586) +{ + -webkit-animation-delay: 158.6s; + -moz-animation-delay: 158.6s; + -o-animation-delay: 158.6s; + animation-delay: 158.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1587) +{ + -webkit-animation-delay: 158.7s; + -moz-animation-delay: 158.7s; + -o-animation-delay: 158.7s; + animation-delay: 158.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1588) +{ + -webkit-animation-delay: 158.8s; + -moz-animation-delay: 158.8s; + -o-animation-delay: 158.8s; + animation-delay: 158.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1589) +{ + -webkit-animation-delay: 158.9s; + -moz-animation-delay: 158.9s; + -o-animation-delay: 158.9s; + animation-delay: 158.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1590) +{ + -webkit-animation-delay: 159s; + -moz-animation-delay: 159s; + -o-animation-delay: 159s; + animation-delay: 159s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1591) +{ + -webkit-animation-delay: 159.1s; + -moz-animation-delay: 159.1s; + -o-animation-delay: 159.1s; + animation-delay: 159.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1592) +{ + -webkit-animation-delay: 159.2s; + -moz-animation-delay: 159.2s; + -o-animation-delay: 159.2s; + animation-delay: 159.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1593) +{ + -webkit-animation-delay: 159.3s; + -moz-animation-delay: 159.3s; + -o-animation-delay: 159.3s; + animation-delay: 159.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1594) +{ + -webkit-animation-delay: 159.4s; + -moz-animation-delay: 159.4s; + -o-animation-delay: 159.4s; + animation-delay: 159.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1595) +{ + -webkit-animation-delay: 159.5s; + -moz-animation-delay: 159.5s; + -o-animation-delay: 159.5s; + animation-delay: 159.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1596) +{ + -webkit-animation-delay: 159.6s; + -moz-animation-delay: 159.6s; + -o-animation-delay: 159.6s; + animation-delay: 159.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1597) +{ + -webkit-animation-delay: 159.7s; + -moz-animation-delay: 159.7s; + -o-animation-delay: 159.7s; + animation-delay: 159.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1598) +{ + -webkit-animation-delay: 159.8s; + -moz-animation-delay: 159.8s; + -o-animation-delay: 159.8s; + animation-delay: 159.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1599) +{ + -webkit-animation-delay: 159.9s; + -moz-animation-delay: 159.9s; + -o-animation-delay: 159.9s; + animation-delay: 159.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1600) +{ + -webkit-animation-delay: 160s; + -moz-animation-delay: 160s; + -o-animation-delay: 160s; + animation-delay: 160s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1601) +{ + -webkit-animation-delay: 160.1s; + -moz-animation-delay: 160.1s; + -o-animation-delay: 160.1s; + animation-delay: 160.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1602) +{ + -webkit-animation-delay: 160.2s; + -moz-animation-delay: 160.2s; + -o-animation-delay: 160.2s; + animation-delay: 160.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1603) +{ + -webkit-animation-delay: 160.3s; + -moz-animation-delay: 160.3s; + -o-animation-delay: 160.3s; + animation-delay: 160.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1604) +{ + -webkit-animation-delay: 160.4s; + -moz-animation-delay: 160.4s; + -o-animation-delay: 160.4s; + animation-delay: 160.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1605) +{ + -webkit-animation-delay: 160.5s; + -moz-animation-delay: 160.5s; + -o-animation-delay: 160.5s; + animation-delay: 160.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1606) +{ + -webkit-animation-delay: 160.6s; + -moz-animation-delay: 160.6s; + -o-animation-delay: 160.6s; + animation-delay: 160.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1607) +{ + -webkit-animation-delay: 160.7s; + -moz-animation-delay: 160.7s; + -o-animation-delay: 160.7s; + animation-delay: 160.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1608) +{ + -webkit-animation-delay: 160.8s; + -moz-animation-delay: 160.8s; + -o-animation-delay: 160.8s; + animation-delay: 160.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1609) +{ + -webkit-animation-delay: 160.9s; + -moz-animation-delay: 160.9s; + -o-animation-delay: 160.9s; + animation-delay: 160.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1610) +{ + -webkit-animation-delay: 161s; + -moz-animation-delay: 161s; + -o-animation-delay: 161s; + animation-delay: 161s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1611) +{ + -webkit-animation-delay: 161.1s; + -moz-animation-delay: 161.1s; + -o-animation-delay: 161.1s; + animation-delay: 161.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1612) +{ + -webkit-animation-delay: 161.2s; + -moz-animation-delay: 161.2s; + -o-animation-delay: 161.2s; + animation-delay: 161.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1613) +{ + -webkit-animation-delay: 161.3s; + -moz-animation-delay: 161.3s; + -o-animation-delay: 161.3s; + animation-delay: 161.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1614) +{ + -webkit-animation-delay: 161.4s; + -moz-animation-delay: 161.4s; + -o-animation-delay: 161.4s; + animation-delay: 161.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1615) +{ + -webkit-animation-delay: 161.5s; + -moz-animation-delay: 161.5s; + -o-animation-delay: 161.5s; + animation-delay: 161.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1616) +{ + -webkit-animation-delay: 161.6s; + -moz-animation-delay: 161.6s; + -o-animation-delay: 161.6s; + animation-delay: 161.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1617) +{ + -webkit-animation-delay: 161.7s; + -moz-animation-delay: 161.7s; + -o-animation-delay: 161.7s; + animation-delay: 161.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1618) +{ + -webkit-animation-delay: 161.8s; + -moz-animation-delay: 161.8s; + -o-animation-delay: 161.8s; + animation-delay: 161.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1619) +{ + -webkit-animation-delay: 161.9s; + -moz-animation-delay: 161.9s; + -o-animation-delay: 161.9s; + animation-delay: 161.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1620) +{ + -webkit-animation-delay: 162s; + -moz-animation-delay: 162s; + -o-animation-delay: 162s; + animation-delay: 162s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1621) +{ + -webkit-animation-delay: 162.1s; + -moz-animation-delay: 162.1s; + -o-animation-delay: 162.1s; + animation-delay: 162.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1622) +{ + -webkit-animation-delay: 162.2s; + -moz-animation-delay: 162.2s; + -o-animation-delay: 162.2s; + animation-delay: 162.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1623) +{ + -webkit-animation-delay: 162.3s; + -moz-animation-delay: 162.3s; + -o-animation-delay: 162.3s; + animation-delay: 162.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1624) +{ + -webkit-animation-delay: 162.4s; + -moz-animation-delay: 162.4s; + -o-animation-delay: 162.4s; + animation-delay: 162.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1625) +{ + -webkit-animation-delay: 162.5s; + -moz-animation-delay: 162.5s; + -o-animation-delay: 162.5s; + animation-delay: 162.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1626) +{ + -webkit-animation-delay: 162.6s; + -moz-animation-delay: 162.6s; + -o-animation-delay: 162.6s; + animation-delay: 162.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1627) +{ + -webkit-animation-delay: 162.7s; + -moz-animation-delay: 162.7s; + -o-animation-delay: 162.7s; + animation-delay: 162.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1628) +{ + -webkit-animation-delay: 162.8s; + -moz-animation-delay: 162.8s; + -o-animation-delay: 162.8s; + animation-delay: 162.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1629) +{ + -webkit-animation-delay: 162.9s; + -moz-animation-delay: 162.9s; + -o-animation-delay: 162.9s; + animation-delay: 162.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1630) +{ + -webkit-animation-delay: 163s; + -moz-animation-delay: 163s; + -o-animation-delay: 163s; + animation-delay: 163s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1631) +{ + -webkit-animation-delay: 163.1s; + -moz-animation-delay: 163.1s; + -o-animation-delay: 163.1s; + animation-delay: 163.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1632) +{ + -webkit-animation-delay: 163.2s; + -moz-animation-delay: 163.2s; + -o-animation-delay: 163.2s; + animation-delay: 163.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1633) +{ + -webkit-animation-delay: 163.3s; + -moz-animation-delay: 163.3s; + -o-animation-delay: 163.3s; + animation-delay: 163.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1634) +{ + -webkit-animation-delay: 163.4s; + -moz-animation-delay: 163.4s; + -o-animation-delay: 163.4s; + animation-delay: 163.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1635) +{ + -webkit-animation-delay: 163.5s; + -moz-animation-delay: 163.5s; + -o-animation-delay: 163.5s; + animation-delay: 163.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1636) +{ + -webkit-animation-delay: 163.6s; + -moz-animation-delay: 163.6s; + -o-animation-delay: 163.6s; + animation-delay: 163.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1637) +{ + -webkit-animation-delay: 163.7s; + -moz-animation-delay: 163.7s; + -o-animation-delay: 163.7s; + animation-delay: 163.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1638) +{ + -webkit-animation-delay: 163.8s; + -moz-animation-delay: 163.8s; + -o-animation-delay: 163.8s; + animation-delay: 163.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1639) +{ + -webkit-animation-delay: 163.9s; + -moz-animation-delay: 163.9s; + -o-animation-delay: 163.9s; + animation-delay: 163.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1640) +{ + -webkit-animation-delay: 164s; + -moz-animation-delay: 164s; + -o-animation-delay: 164s; + animation-delay: 164s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1641) +{ + -webkit-animation-delay: 164.1s; + -moz-animation-delay: 164.1s; + -o-animation-delay: 164.1s; + animation-delay: 164.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1642) +{ + -webkit-animation-delay: 164.2s; + -moz-animation-delay: 164.2s; + -o-animation-delay: 164.2s; + animation-delay: 164.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1643) +{ + -webkit-animation-delay: 164.3s; + -moz-animation-delay: 164.3s; + -o-animation-delay: 164.3s; + animation-delay: 164.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1644) +{ + -webkit-animation-delay: 164.4s; + -moz-animation-delay: 164.4s; + -o-animation-delay: 164.4s; + animation-delay: 164.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1645) +{ + -webkit-animation-delay: 164.5s; + -moz-animation-delay: 164.5s; + -o-animation-delay: 164.5s; + animation-delay: 164.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1646) +{ + -webkit-animation-delay: 164.6s; + -moz-animation-delay: 164.6s; + -o-animation-delay: 164.6s; + animation-delay: 164.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1647) +{ + -webkit-animation-delay: 164.7s; + -moz-animation-delay: 164.7s; + -o-animation-delay: 164.7s; + animation-delay: 164.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1648) +{ + -webkit-animation-delay: 164.8s; + -moz-animation-delay: 164.8s; + -o-animation-delay: 164.8s; + animation-delay: 164.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1649) +{ + -webkit-animation-delay: 164.9s; + -moz-animation-delay: 164.9s; + -o-animation-delay: 164.9s; + animation-delay: 164.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1650) +{ + -webkit-animation-delay: 165s; + -moz-animation-delay: 165s; + -o-animation-delay: 165s; + animation-delay: 165s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1651) +{ + -webkit-animation-delay: 165.1s; + -moz-animation-delay: 165.1s; + -o-animation-delay: 165.1s; + animation-delay: 165.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1652) +{ + -webkit-animation-delay: 165.2s; + -moz-animation-delay: 165.2s; + -o-animation-delay: 165.2s; + animation-delay: 165.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1653) +{ + -webkit-animation-delay: 165.3s; + -moz-animation-delay: 165.3s; + -o-animation-delay: 165.3s; + animation-delay: 165.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1654) +{ + -webkit-animation-delay: 165.4s; + -moz-animation-delay: 165.4s; + -o-animation-delay: 165.4s; + animation-delay: 165.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1655) +{ + -webkit-animation-delay: 165.5s; + -moz-animation-delay: 165.5s; + -o-animation-delay: 165.5s; + animation-delay: 165.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1656) +{ + -webkit-animation-delay: 165.6s; + -moz-animation-delay: 165.6s; + -o-animation-delay: 165.6s; + animation-delay: 165.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1657) +{ + -webkit-animation-delay: 165.7s; + -moz-animation-delay: 165.7s; + -o-animation-delay: 165.7s; + animation-delay: 165.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1658) +{ + -webkit-animation-delay: 165.8s; + -moz-animation-delay: 165.8s; + -o-animation-delay: 165.8s; + animation-delay: 165.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1659) +{ + -webkit-animation-delay: 165.9s; + -moz-animation-delay: 165.9s; + -o-animation-delay: 165.9s; + animation-delay: 165.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1660) +{ + -webkit-animation-delay: 166s; + -moz-animation-delay: 166s; + -o-animation-delay: 166s; + animation-delay: 166s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1661) +{ + -webkit-animation-delay: 166.1s; + -moz-animation-delay: 166.1s; + -o-animation-delay: 166.1s; + animation-delay: 166.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1662) +{ + -webkit-animation-delay: 166.2s; + -moz-animation-delay: 166.2s; + -o-animation-delay: 166.2s; + animation-delay: 166.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1663) +{ + -webkit-animation-delay: 166.3s; + -moz-animation-delay: 166.3s; + -o-animation-delay: 166.3s; + animation-delay: 166.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1664) +{ + -webkit-animation-delay: 166.4s; + -moz-animation-delay: 166.4s; + -o-animation-delay: 166.4s; + animation-delay: 166.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1665) +{ + -webkit-animation-delay: 166.5s; + -moz-animation-delay: 166.5s; + -o-animation-delay: 166.5s; + animation-delay: 166.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1666) +{ + -webkit-animation-delay: 166.6s; + -moz-animation-delay: 166.6s; + -o-animation-delay: 166.6s; + animation-delay: 166.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1667) +{ + -webkit-animation-delay: 166.7s; + -moz-animation-delay: 166.7s; + -o-animation-delay: 166.7s; + animation-delay: 166.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1668) +{ + -webkit-animation-delay: 166.8s; + -moz-animation-delay: 166.8s; + -o-animation-delay: 166.8s; + animation-delay: 166.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1669) +{ + -webkit-animation-delay: 166.9s; + -moz-animation-delay: 166.9s; + -o-animation-delay: 166.9s; + animation-delay: 166.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1670) +{ + -webkit-animation-delay: 167s; + -moz-animation-delay: 167s; + -o-animation-delay: 167s; + animation-delay: 167s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1671) +{ + -webkit-animation-delay: 167.1s; + -moz-animation-delay: 167.1s; + -o-animation-delay: 167.1s; + animation-delay: 167.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1672) +{ + -webkit-animation-delay: 167.2s; + -moz-animation-delay: 167.2s; + -o-animation-delay: 167.2s; + animation-delay: 167.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1673) +{ + -webkit-animation-delay: 167.3s; + -moz-animation-delay: 167.3s; + -o-animation-delay: 167.3s; + animation-delay: 167.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1674) +{ + -webkit-animation-delay: 167.4s; + -moz-animation-delay: 167.4s; + -o-animation-delay: 167.4s; + animation-delay: 167.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1675) +{ + -webkit-animation-delay: 167.5s; + -moz-animation-delay: 167.5s; + -o-animation-delay: 167.5s; + animation-delay: 167.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1676) +{ + -webkit-animation-delay: 167.6s; + -moz-animation-delay: 167.6s; + -o-animation-delay: 167.6s; + animation-delay: 167.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1677) +{ + -webkit-animation-delay: 167.7s; + -moz-animation-delay: 167.7s; + -o-animation-delay: 167.7s; + animation-delay: 167.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1678) +{ + -webkit-animation-delay: 167.8s; + -moz-animation-delay: 167.8s; + -o-animation-delay: 167.8s; + animation-delay: 167.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1679) +{ + -webkit-animation-delay: 167.9s; + -moz-animation-delay: 167.9s; + -o-animation-delay: 167.9s; + animation-delay: 167.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1680) +{ + -webkit-animation-delay: 168s; + -moz-animation-delay: 168s; + -o-animation-delay: 168s; + animation-delay: 168s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1681) +{ + -webkit-animation-delay: 168.1s; + -moz-animation-delay: 168.1s; + -o-animation-delay: 168.1s; + animation-delay: 168.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1682) +{ + -webkit-animation-delay: 168.2s; + -moz-animation-delay: 168.2s; + -o-animation-delay: 168.2s; + animation-delay: 168.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1683) +{ + -webkit-animation-delay: 168.3s; + -moz-animation-delay: 168.3s; + -o-animation-delay: 168.3s; + animation-delay: 168.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1684) +{ + -webkit-animation-delay: 168.4s; + -moz-animation-delay: 168.4s; + -o-animation-delay: 168.4s; + animation-delay: 168.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1685) +{ + -webkit-animation-delay: 168.5s; + -moz-animation-delay: 168.5s; + -o-animation-delay: 168.5s; + animation-delay: 168.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1686) +{ + -webkit-animation-delay: 168.6s; + -moz-animation-delay: 168.6s; + -o-animation-delay: 168.6s; + animation-delay: 168.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1687) +{ + -webkit-animation-delay: 168.7s; + -moz-animation-delay: 168.7s; + -o-animation-delay: 168.7s; + animation-delay: 168.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1688) +{ + -webkit-animation-delay: 168.8s; + -moz-animation-delay: 168.8s; + -o-animation-delay: 168.8s; + animation-delay: 168.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1689) +{ + -webkit-animation-delay: 168.9s; + -moz-animation-delay: 168.9s; + -o-animation-delay: 168.9s; + animation-delay: 168.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1690) +{ + -webkit-animation-delay: 169s; + -moz-animation-delay: 169s; + -o-animation-delay: 169s; + animation-delay: 169s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1691) +{ + -webkit-animation-delay: 169.1s; + -moz-animation-delay: 169.1s; + -o-animation-delay: 169.1s; + animation-delay: 169.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1692) +{ + -webkit-animation-delay: 169.2s; + -moz-animation-delay: 169.2s; + -o-animation-delay: 169.2s; + animation-delay: 169.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1693) +{ + -webkit-animation-delay: 169.3s; + -moz-animation-delay: 169.3s; + -o-animation-delay: 169.3s; + animation-delay: 169.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1694) +{ + -webkit-animation-delay: 169.4s; + -moz-animation-delay: 169.4s; + -o-animation-delay: 169.4s; + animation-delay: 169.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1695) +{ + -webkit-animation-delay: 169.5s; + -moz-animation-delay: 169.5s; + -o-animation-delay: 169.5s; + animation-delay: 169.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1696) +{ + -webkit-animation-delay: 169.6s; + -moz-animation-delay: 169.6s; + -o-animation-delay: 169.6s; + animation-delay: 169.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1697) +{ + -webkit-animation-delay: 169.7s; + -moz-animation-delay: 169.7s; + -o-animation-delay: 169.7s; + animation-delay: 169.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1698) +{ + -webkit-animation-delay: 169.8s; + -moz-animation-delay: 169.8s; + -o-animation-delay: 169.8s; + animation-delay: 169.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1699) +{ + -webkit-animation-delay: 169.9s; + -moz-animation-delay: 169.9s; + -o-animation-delay: 169.9s; + animation-delay: 169.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1700) +{ + -webkit-animation-delay: 170s; + -moz-animation-delay: 170s; + -o-animation-delay: 170s; + animation-delay: 170s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1701) +{ + -webkit-animation-delay: 170.1s; + -moz-animation-delay: 170.1s; + -o-animation-delay: 170.1s; + animation-delay: 170.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1702) +{ + -webkit-animation-delay: 170.2s; + -moz-animation-delay: 170.2s; + -o-animation-delay: 170.2s; + animation-delay: 170.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1703) +{ + -webkit-animation-delay: 170.3s; + -moz-animation-delay: 170.3s; + -o-animation-delay: 170.3s; + animation-delay: 170.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1704) +{ + -webkit-animation-delay: 170.4s; + -moz-animation-delay: 170.4s; + -o-animation-delay: 170.4s; + animation-delay: 170.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1705) +{ + -webkit-animation-delay: 170.5s; + -moz-animation-delay: 170.5s; + -o-animation-delay: 170.5s; + animation-delay: 170.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1706) +{ + -webkit-animation-delay: 170.6s; + -moz-animation-delay: 170.6s; + -o-animation-delay: 170.6s; + animation-delay: 170.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1707) +{ + -webkit-animation-delay: 170.7s; + -moz-animation-delay: 170.7s; + -o-animation-delay: 170.7s; + animation-delay: 170.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1708) +{ + -webkit-animation-delay: 170.8s; + -moz-animation-delay: 170.8s; + -o-animation-delay: 170.8s; + animation-delay: 170.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1709) +{ + -webkit-animation-delay: 170.9s; + -moz-animation-delay: 170.9s; + -o-animation-delay: 170.9s; + animation-delay: 170.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1710) +{ + -webkit-animation-delay: 171s; + -moz-animation-delay: 171s; + -o-animation-delay: 171s; + animation-delay: 171s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1711) +{ + -webkit-animation-delay: 171.1s; + -moz-animation-delay: 171.1s; + -o-animation-delay: 171.1s; + animation-delay: 171.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1712) +{ + -webkit-animation-delay: 171.2s; + -moz-animation-delay: 171.2s; + -o-animation-delay: 171.2s; + animation-delay: 171.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1713) +{ + -webkit-animation-delay: 171.3s; + -moz-animation-delay: 171.3s; + -o-animation-delay: 171.3s; + animation-delay: 171.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1714) +{ + -webkit-animation-delay: 171.4s; + -moz-animation-delay: 171.4s; + -o-animation-delay: 171.4s; + animation-delay: 171.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1715) +{ + -webkit-animation-delay: 171.5s; + -moz-animation-delay: 171.5s; + -o-animation-delay: 171.5s; + animation-delay: 171.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1716) +{ + -webkit-animation-delay: 171.6s; + -moz-animation-delay: 171.6s; + -o-animation-delay: 171.6s; + animation-delay: 171.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1717) +{ + -webkit-animation-delay: 171.7s; + -moz-animation-delay: 171.7s; + -o-animation-delay: 171.7s; + animation-delay: 171.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1718) +{ + -webkit-animation-delay: 171.8s; + -moz-animation-delay: 171.8s; + -o-animation-delay: 171.8s; + animation-delay: 171.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1719) +{ + -webkit-animation-delay: 171.9s; + -moz-animation-delay: 171.9s; + -o-animation-delay: 171.9s; + animation-delay: 171.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1720) +{ + -webkit-animation-delay: 172s; + -moz-animation-delay: 172s; + -o-animation-delay: 172s; + animation-delay: 172s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1721) +{ + -webkit-animation-delay: 172.1s; + -moz-animation-delay: 172.1s; + -o-animation-delay: 172.1s; + animation-delay: 172.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1722) +{ + -webkit-animation-delay: 172.2s; + -moz-animation-delay: 172.2s; + -o-animation-delay: 172.2s; + animation-delay: 172.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1723) +{ + -webkit-animation-delay: 172.3s; + -moz-animation-delay: 172.3s; + -o-animation-delay: 172.3s; + animation-delay: 172.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1724) +{ + -webkit-animation-delay: 172.4s; + -moz-animation-delay: 172.4s; + -o-animation-delay: 172.4s; + animation-delay: 172.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1725) +{ + -webkit-animation-delay: 172.5s; + -moz-animation-delay: 172.5s; + -o-animation-delay: 172.5s; + animation-delay: 172.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1726) +{ + -webkit-animation-delay: 172.6s; + -moz-animation-delay: 172.6s; + -o-animation-delay: 172.6s; + animation-delay: 172.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1727) +{ + -webkit-animation-delay: 172.7s; + -moz-animation-delay: 172.7s; + -o-animation-delay: 172.7s; + animation-delay: 172.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1728) +{ + -webkit-animation-delay: 172.8s; + -moz-animation-delay: 172.8s; + -o-animation-delay: 172.8s; + animation-delay: 172.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1729) +{ + -webkit-animation-delay: 172.9s; + -moz-animation-delay: 172.9s; + -o-animation-delay: 172.9s; + animation-delay: 172.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1730) +{ + -webkit-animation-delay: 173s; + -moz-animation-delay: 173s; + -o-animation-delay: 173s; + animation-delay: 173s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1731) +{ + -webkit-animation-delay: 173.1s; + -moz-animation-delay: 173.1s; + -o-animation-delay: 173.1s; + animation-delay: 173.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1732) +{ + -webkit-animation-delay: 173.2s; + -moz-animation-delay: 173.2s; + -o-animation-delay: 173.2s; + animation-delay: 173.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1733) +{ + -webkit-animation-delay: 173.3s; + -moz-animation-delay: 173.3s; + -o-animation-delay: 173.3s; + animation-delay: 173.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1734) +{ + -webkit-animation-delay: 173.4s; + -moz-animation-delay: 173.4s; + -o-animation-delay: 173.4s; + animation-delay: 173.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1735) +{ + -webkit-animation-delay: 173.5s; + -moz-animation-delay: 173.5s; + -o-animation-delay: 173.5s; + animation-delay: 173.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1736) +{ + -webkit-animation-delay: 173.6s; + -moz-animation-delay: 173.6s; + -o-animation-delay: 173.6s; + animation-delay: 173.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1737) +{ + -webkit-animation-delay: 173.7s; + -moz-animation-delay: 173.7s; + -o-animation-delay: 173.7s; + animation-delay: 173.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1738) +{ + -webkit-animation-delay: 173.8s; + -moz-animation-delay: 173.8s; + -o-animation-delay: 173.8s; + animation-delay: 173.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1739) +{ + -webkit-animation-delay: 173.9s; + -moz-animation-delay: 173.9s; + -o-animation-delay: 173.9s; + animation-delay: 173.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1740) +{ + -webkit-animation-delay: 174s; + -moz-animation-delay: 174s; + -o-animation-delay: 174s; + animation-delay: 174s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1741) +{ + -webkit-animation-delay: 174.1s; + -moz-animation-delay: 174.1s; + -o-animation-delay: 174.1s; + animation-delay: 174.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1742) +{ + -webkit-animation-delay: 174.2s; + -moz-animation-delay: 174.2s; + -o-animation-delay: 174.2s; + animation-delay: 174.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1743) +{ + -webkit-animation-delay: 174.3s; + -moz-animation-delay: 174.3s; + -o-animation-delay: 174.3s; + animation-delay: 174.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1744) +{ + -webkit-animation-delay: 174.4s; + -moz-animation-delay: 174.4s; + -o-animation-delay: 174.4s; + animation-delay: 174.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1745) +{ + -webkit-animation-delay: 174.5s; + -moz-animation-delay: 174.5s; + -o-animation-delay: 174.5s; + animation-delay: 174.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1746) +{ + -webkit-animation-delay: 174.6s; + -moz-animation-delay: 174.6s; + -o-animation-delay: 174.6s; + animation-delay: 174.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1747) +{ + -webkit-animation-delay: 174.7s; + -moz-animation-delay: 174.7s; + -o-animation-delay: 174.7s; + animation-delay: 174.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1748) +{ + -webkit-animation-delay: 174.8s; + -moz-animation-delay: 174.8s; + -o-animation-delay: 174.8s; + animation-delay: 174.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1749) +{ + -webkit-animation-delay: 174.9s; + -moz-animation-delay: 174.9s; + -o-animation-delay: 174.9s; + animation-delay: 174.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1750) +{ + -webkit-animation-delay: 175s; + -moz-animation-delay: 175s; + -o-animation-delay: 175s; + animation-delay: 175s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1751) +{ + -webkit-animation-delay: 175.1s; + -moz-animation-delay: 175.1s; + -o-animation-delay: 175.1s; + animation-delay: 175.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1752) +{ + -webkit-animation-delay: 175.2s; + -moz-animation-delay: 175.2s; + -o-animation-delay: 175.2s; + animation-delay: 175.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1753) +{ + -webkit-animation-delay: 175.3s; + -moz-animation-delay: 175.3s; + -o-animation-delay: 175.3s; + animation-delay: 175.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1754) +{ + -webkit-animation-delay: 175.4s; + -moz-animation-delay: 175.4s; + -o-animation-delay: 175.4s; + animation-delay: 175.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1755) +{ + -webkit-animation-delay: 175.5s; + -moz-animation-delay: 175.5s; + -o-animation-delay: 175.5s; + animation-delay: 175.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1756) +{ + -webkit-animation-delay: 175.6s; + -moz-animation-delay: 175.6s; + -o-animation-delay: 175.6s; + animation-delay: 175.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1757) +{ + -webkit-animation-delay: 175.7s; + -moz-animation-delay: 175.7s; + -o-animation-delay: 175.7s; + animation-delay: 175.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1758) +{ + -webkit-animation-delay: 175.8s; + -moz-animation-delay: 175.8s; + -o-animation-delay: 175.8s; + animation-delay: 175.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1759) +{ + -webkit-animation-delay: 175.9s; + -moz-animation-delay: 175.9s; + -o-animation-delay: 175.9s; + animation-delay: 175.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1760) +{ + -webkit-animation-delay: 176s; + -moz-animation-delay: 176s; + -o-animation-delay: 176s; + animation-delay: 176s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1761) +{ + -webkit-animation-delay: 176.1s; + -moz-animation-delay: 176.1s; + -o-animation-delay: 176.1s; + animation-delay: 176.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1762) +{ + -webkit-animation-delay: 176.2s; + -moz-animation-delay: 176.2s; + -o-animation-delay: 176.2s; + animation-delay: 176.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1763) +{ + -webkit-animation-delay: 176.3s; + -moz-animation-delay: 176.3s; + -o-animation-delay: 176.3s; + animation-delay: 176.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1764) +{ + -webkit-animation-delay: 176.4s; + -moz-animation-delay: 176.4s; + -o-animation-delay: 176.4s; + animation-delay: 176.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1765) +{ + -webkit-animation-delay: 176.5s; + -moz-animation-delay: 176.5s; + -o-animation-delay: 176.5s; + animation-delay: 176.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1766) +{ + -webkit-animation-delay: 176.6s; + -moz-animation-delay: 176.6s; + -o-animation-delay: 176.6s; + animation-delay: 176.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1767) +{ + -webkit-animation-delay: 176.7s; + -moz-animation-delay: 176.7s; + -o-animation-delay: 176.7s; + animation-delay: 176.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1768) +{ + -webkit-animation-delay: 176.8s; + -moz-animation-delay: 176.8s; + -o-animation-delay: 176.8s; + animation-delay: 176.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1769) +{ + -webkit-animation-delay: 176.9s; + -moz-animation-delay: 176.9s; + -o-animation-delay: 176.9s; + animation-delay: 176.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1770) +{ + -webkit-animation-delay: 177s; + -moz-animation-delay: 177s; + -o-animation-delay: 177s; + animation-delay: 177s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1771) +{ + -webkit-animation-delay: 177.1s; + -moz-animation-delay: 177.1s; + -o-animation-delay: 177.1s; + animation-delay: 177.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1772) +{ + -webkit-animation-delay: 177.2s; + -moz-animation-delay: 177.2s; + -o-animation-delay: 177.2s; + animation-delay: 177.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1773) +{ + -webkit-animation-delay: 177.3s; + -moz-animation-delay: 177.3s; + -o-animation-delay: 177.3s; + animation-delay: 177.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1774) +{ + -webkit-animation-delay: 177.4s; + -moz-animation-delay: 177.4s; + -o-animation-delay: 177.4s; + animation-delay: 177.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1775) +{ + -webkit-animation-delay: 177.5s; + -moz-animation-delay: 177.5s; + -o-animation-delay: 177.5s; + animation-delay: 177.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1776) +{ + -webkit-animation-delay: 177.6s; + -moz-animation-delay: 177.6s; + -o-animation-delay: 177.6s; + animation-delay: 177.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1777) +{ + -webkit-animation-delay: 177.7s; + -moz-animation-delay: 177.7s; + -o-animation-delay: 177.7s; + animation-delay: 177.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1778) +{ + -webkit-animation-delay: 177.8s; + -moz-animation-delay: 177.8s; + -o-animation-delay: 177.8s; + animation-delay: 177.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1779) +{ + -webkit-animation-delay: 177.9s; + -moz-animation-delay: 177.9s; + -o-animation-delay: 177.9s; + animation-delay: 177.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1780) +{ + -webkit-animation-delay: 178s; + -moz-animation-delay: 178s; + -o-animation-delay: 178s; + animation-delay: 178s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1781) +{ + -webkit-animation-delay: 178.1s; + -moz-animation-delay: 178.1s; + -o-animation-delay: 178.1s; + animation-delay: 178.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1782) +{ + -webkit-animation-delay: 178.2s; + -moz-animation-delay: 178.2s; + -o-animation-delay: 178.2s; + animation-delay: 178.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1783) +{ + -webkit-animation-delay: 178.3s; + -moz-animation-delay: 178.3s; + -o-animation-delay: 178.3s; + animation-delay: 178.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1784) +{ + -webkit-animation-delay: 178.4s; + -moz-animation-delay: 178.4s; + -o-animation-delay: 178.4s; + animation-delay: 178.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1785) +{ + -webkit-animation-delay: 178.5s; + -moz-animation-delay: 178.5s; + -o-animation-delay: 178.5s; + animation-delay: 178.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1786) +{ + -webkit-animation-delay: 178.6s; + -moz-animation-delay: 178.6s; + -o-animation-delay: 178.6s; + animation-delay: 178.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1787) +{ + -webkit-animation-delay: 178.7s; + -moz-animation-delay: 178.7s; + -o-animation-delay: 178.7s; + animation-delay: 178.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1788) +{ + -webkit-animation-delay: 178.8s; + -moz-animation-delay: 178.8s; + -o-animation-delay: 178.8s; + animation-delay: 178.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1789) +{ + -webkit-animation-delay: 178.9s; + -moz-animation-delay: 178.9s; + -o-animation-delay: 178.9s; + animation-delay: 178.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1790) +{ + -webkit-animation-delay: 179s; + -moz-animation-delay: 179s; + -o-animation-delay: 179s; + animation-delay: 179s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1791) +{ + -webkit-animation-delay: 179.1s; + -moz-animation-delay: 179.1s; + -o-animation-delay: 179.1s; + animation-delay: 179.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1792) +{ + -webkit-animation-delay: 179.2s; + -moz-animation-delay: 179.2s; + -o-animation-delay: 179.2s; + animation-delay: 179.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1793) +{ + -webkit-animation-delay: 179.3s; + -moz-animation-delay: 179.3s; + -o-animation-delay: 179.3s; + animation-delay: 179.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1794) +{ + -webkit-animation-delay: 179.4s; + -moz-animation-delay: 179.4s; + -o-animation-delay: 179.4s; + animation-delay: 179.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1795) +{ + -webkit-animation-delay: 179.5s; + -moz-animation-delay: 179.5s; + -o-animation-delay: 179.5s; + animation-delay: 179.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1796) +{ + -webkit-animation-delay: 179.6s; + -moz-animation-delay: 179.6s; + -o-animation-delay: 179.6s; + animation-delay: 179.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1797) +{ + -webkit-animation-delay: 179.7s; + -moz-animation-delay: 179.7s; + -o-animation-delay: 179.7s; + animation-delay: 179.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1798) +{ + -webkit-animation-delay: 179.8s; + -moz-animation-delay: 179.8s; + -o-animation-delay: 179.8s; + animation-delay: 179.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1799) +{ + -webkit-animation-delay: 179.9s; + -moz-animation-delay: 179.9s; + -o-animation-delay: 179.9s; + animation-delay: 179.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1800) +{ + -webkit-animation-delay: 180s; + -moz-animation-delay: 180s; + -o-animation-delay: 180s; + animation-delay: 180s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1801) +{ + -webkit-animation-delay: 180.1s; + -moz-animation-delay: 180.1s; + -o-animation-delay: 180.1s; + animation-delay: 180.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1802) +{ + -webkit-animation-delay: 180.2s; + -moz-animation-delay: 180.2s; + -o-animation-delay: 180.2s; + animation-delay: 180.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1803) +{ + -webkit-animation-delay: 180.3s; + -moz-animation-delay: 180.3s; + -o-animation-delay: 180.3s; + animation-delay: 180.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1804) +{ + -webkit-animation-delay: 180.4s; + -moz-animation-delay: 180.4s; + -o-animation-delay: 180.4s; + animation-delay: 180.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1805) +{ + -webkit-animation-delay: 180.5s; + -moz-animation-delay: 180.5s; + -o-animation-delay: 180.5s; + animation-delay: 180.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1806) +{ + -webkit-animation-delay: 180.6s; + -moz-animation-delay: 180.6s; + -o-animation-delay: 180.6s; + animation-delay: 180.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1807) +{ + -webkit-animation-delay: 180.7s; + -moz-animation-delay: 180.7s; + -o-animation-delay: 180.7s; + animation-delay: 180.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1808) +{ + -webkit-animation-delay: 180.8s; + -moz-animation-delay: 180.8s; + -o-animation-delay: 180.8s; + animation-delay: 180.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1809) +{ + -webkit-animation-delay: 180.9s; + -moz-animation-delay: 180.9s; + -o-animation-delay: 180.9s; + animation-delay: 180.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1810) +{ + -webkit-animation-delay: 181s; + -moz-animation-delay: 181s; + -o-animation-delay: 181s; + animation-delay: 181s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1811) +{ + -webkit-animation-delay: 181.1s; + -moz-animation-delay: 181.1s; + -o-animation-delay: 181.1s; + animation-delay: 181.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1812) +{ + -webkit-animation-delay: 181.2s; + -moz-animation-delay: 181.2s; + -o-animation-delay: 181.2s; + animation-delay: 181.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1813) +{ + -webkit-animation-delay: 181.3s; + -moz-animation-delay: 181.3s; + -o-animation-delay: 181.3s; + animation-delay: 181.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1814) +{ + -webkit-animation-delay: 181.4s; + -moz-animation-delay: 181.4s; + -o-animation-delay: 181.4s; + animation-delay: 181.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1815) +{ + -webkit-animation-delay: 181.5s; + -moz-animation-delay: 181.5s; + -o-animation-delay: 181.5s; + animation-delay: 181.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1816) +{ + -webkit-animation-delay: 181.6s; + -moz-animation-delay: 181.6s; + -o-animation-delay: 181.6s; + animation-delay: 181.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1817) +{ + -webkit-animation-delay: 181.7s; + -moz-animation-delay: 181.7s; + -o-animation-delay: 181.7s; + animation-delay: 181.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1818) +{ + -webkit-animation-delay: 181.8s; + -moz-animation-delay: 181.8s; + -o-animation-delay: 181.8s; + animation-delay: 181.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1819) +{ + -webkit-animation-delay: 181.9s; + -moz-animation-delay: 181.9s; + -o-animation-delay: 181.9s; + animation-delay: 181.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1820) +{ + -webkit-animation-delay: 182s; + -moz-animation-delay: 182s; + -o-animation-delay: 182s; + animation-delay: 182s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1821) +{ + -webkit-animation-delay: 182.1s; + -moz-animation-delay: 182.1s; + -o-animation-delay: 182.1s; + animation-delay: 182.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1822) +{ + -webkit-animation-delay: 182.2s; + -moz-animation-delay: 182.2s; + -o-animation-delay: 182.2s; + animation-delay: 182.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1823) +{ + -webkit-animation-delay: 182.3s; + -moz-animation-delay: 182.3s; + -o-animation-delay: 182.3s; + animation-delay: 182.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1824) +{ + -webkit-animation-delay: 182.4s; + -moz-animation-delay: 182.4s; + -o-animation-delay: 182.4s; + animation-delay: 182.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1825) +{ + -webkit-animation-delay: 182.5s; + -moz-animation-delay: 182.5s; + -o-animation-delay: 182.5s; + animation-delay: 182.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1826) +{ + -webkit-animation-delay: 182.6s; + -moz-animation-delay: 182.6s; + -o-animation-delay: 182.6s; + animation-delay: 182.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1827) +{ + -webkit-animation-delay: 182.7s; + -moz-animation-delay: 182.7s; + -o-animation-delay: 182.7s; + animation-delay: 182.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1828) +{ + -webkit-animation-delay: 182.8s; + -moz-animation-delay: 182.8s; + -o-animation-delay: 182.8s; + animation-delay: 182.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1829) +{ + -webkit-animation-delay: 182.9s; + -moz-animation-delay: 182.9s; + -o-animation-delay: 182.9s; + animation-delay: 182.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1830) +{ + -webkit-animation-delay: 183s; + -moz-animation-delay: 183s; + -o-animation-delay: 183s; + animation-delay: 183s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1831) +{ + -webkit-animation-delay: 183.1s; + -moz-animation-delay: 183.1s; + -o-animation-delay: 183.1s; + animation-delay: 183.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1832) +{ + -webkit-animation-delay: 183.2s; + -moz-animation-delay: 183.2s; + -o-animation-delay: 183.2s; + animation-delay: 183.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1833) +{ + -webkit-animation-delay: 183.3s; + -moz-animation-delay: 183.3s; + -o-animation-delay: 183.3s; + animation-delay: 183.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1834) +{ + -webkit-animation-delay: 183.4s; + -moz-animation-delay: 183.4s; + -o-animation-delay: 183.4s; + animation-delay: 183.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1835) +{ + -webkit-animation-delay: 183.5s; + -moz-animation-delay: 183.5s; + -o-animation-delay: 183.5s; + animation-delay: 183.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1836) +{ + -webkit-animation-delay: 183.6s; + -moz-animation-delay: 183.6s; + -o-animation-delay: 183.6s; + animation-delay: 183.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1837) +{ + -webkit-animation-delay: 183.7s; + -moz-animation-delay: 183.7s; + -o-animation-delay: 183.7s; + animation-delay: 183.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1838) +{ + -webkit-animation-delay: 183.8s; + -moz-animation-delay: 183.8s; + -o-animation-delay: 183.8s; + animation-delay: 183.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1839) +{ + -webkit-animation-delay: 183.9s; + -moz-animation-delay: 183.9s; + -o-animation-delay: 183.9s; + animation-delay: 183.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1840) +{ + -webkit-animation-delay: 184s; + -moz-animation-delay: 184s; + -o-animation-delay: 184s; + animation-delay: 184s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1841) +{ + -webkit-animation-delay: 184.1s; + -moz-animation-delay: 184.1s; + -o-animation-delay: 184.1s; + animation-delay: 184.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1842) +{ + -webkit-animation-delay: 184.2s; + -moz-animation-delay: 184.2s; + -o-animation-delay: 184.2s; + animation-delay: 184.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1843) +{ + -webkit-animation-delay: 184.3s; + -moz-animation-delay: 184.3s; + -o-animation-delay: 184.3s; + animation-delay: 184.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1844) +{ + -webkit-animation-delay: 184.4s; + -moz-animation-delay: 184.4s; + -o-animation-delay: 184.4s; + animation-delay: 184.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1845) +{ + -webkit-animation-delay: 184.5s; + -moz-animation-delay: 184.5s; + -o-animation-delay: 184.5s; + animation-delay: 184.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1846) +{ + -webkit-animation-delay: 184.6s; + -moz-animation-delay: 184.6s; + -o-animation-delay: 184.6s; + animation-delay: 184.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1847) +{ + -webkit-animation-delay: 184.7s; + -moz-animation-delay: 184.7s; + -o-animation-delay: 184.7s; + animation-delay: 184.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1848) +{ + -webkit-animation-delay: 184.8s; + -moz-animation-delay: 184.8s; + -o-animation-delay: 184.8s; + animation-delay: 184.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1849) +{ + -webkit-animation-delay: 184.9s; + -moz-animation-delay: 184.9s; + -o-animation-delay: 184.9s; + animation-delay: 184.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1850) +{ + -webkit-animation-delay: 185s; + -moz-animation-delay: 185s; + -o-animation-delay: 185s; + animation-delay: 185s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1851) +{ + -webkit-animation-delay: 185.1s; + -moz-animation-delay: 185.1s; + -o-animation-delay: 185.1s; + animation-delay: 185.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1852) +{ + -webkit-animation-delay: 185.2s; + -moz-animation-delay: 185.2s; + -o-animation-delay: 185.2s; + animation-delay: 185.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1853) +{ + -webkit-animation-delay: 185.3s; + -moz-animation-delay: 185.3s; + -o-animation-delay: 185.3s; + animation-delay: 185.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1854) +{ + -webkit-animation-delay: 185.4s; + -moz-animation-delay: 185.4s; + -o-animation-delay: 185.4s; + animation-delay: 185.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1855) +{ + -webkit-animation-delay: 185.5s; + -moz-animation-delay: 185.5s; + -o-animation-delay: 185.5s; + animation-delay: 185.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1856) +{ + -webkit-animation-delay: 185.6s; + -moz-animation-delay: 185.6s; + -o-animation-delay: 185.6s; + animation-delay: 185.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1857) +{ + -webkit-animation-delay: 185.7s; + -moz-animation-delay: 185.7s; + -o-animation-delay: 185.7s; + animation-delay: 185.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1858) +{ + -webkit-animation-delay: 185.8s; + -moz-animation-delay: 185.8s; + -o-animation-delay: 185.8s; + animation-delay: 185.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1859) +{ + -webkit-animation-delay: 185.9s; + -moz-animation-delay: 185.9s; + -o-animation-delay: 185.9s; + animation-delay: 185.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1860) +{ + -webkit-animation-delay: 186s; + -moz-animation-delay: 186s; + -o-animation-delay: 186s; + animation-delay: 186s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1861) +{ + -webkit-animation-delay: 186.1s; + -moz-animation-delay: 186.1s; + -o-animation-delay: 186.1s; + animation-delay: 186.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1862) +{ + -webkit-animation-delay: 186.2s; + -moz-animation-delay: 186.2s; + -o-animation-delay: 186.2s; + animation-delay: 186.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1863) +{ + -webkit-animation-delay: 186.3s; + -moz-animation-delay: 186.3s; + -o-animation-delay: 186.3s; + animation-delay: 186.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1864) +{ + -webkit-animation-delay: 186.4s; + -moz-animation-delay: 186.4s; + -o-animation-delay: 186.4s; + animation-delay: 186.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1865) +{ + -webkit-animation-delay: 186.5s; + -moz-animation-delay: 186.5s; + -o-animation-delay: 186.5s; + animation-delay: 186.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1866) +{ + -webkit-animation-delay: 186.6s; + -moz-animation-delay: 186.6s; + -o-animation-delay: 186.6s; + animation-delay: 186.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1867) +{ + -webkit-animation-delay: 186.7s; + -moz-animation-delay: 186.7s; + -o-animation-delay: 186.7s; + animation-delay: 186.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1868) +{ + -webkit-animation-delay: 186.8s; + -moz-animation-delay: 186.8s; + -o-animation-delay: 186.8s; + animation-delay: 186.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1869) +{ + -webkit-animation-delay: 186.9s; + -moz-animation-delay: 186.9s; + -o-animation-delay: 186.9s; + animation-delay: 186.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1870) +{ + -webkit-animation-delay: 187s; + -moz-animation-delay: 187s; + -o-animation-delay: 187s; + animation-delay: 187s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1871) +{ + -webkit-animation-delay: 187.1s; + -moz-animation-delay: 187.1s; + -o-animation-delay: 187.1s; + animation-delay: 187.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1872) +{ + -webkit-animation-delay: 187.2s; + -moz-animation-delay: 187.2s; + -o-animation-delay: 187.2s; + animation-delay: 187.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1873) +{ + -webkit-animation-delay: 187.3s; + -moz-animation-delay: 187.3s; + -o-animation-delay: 187.3s; + animation-delay: 187.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1874) +{ + -webkit-animation-delay: 187.4s; + -moz-animation-delay: 187.4s; + -o-animation-delay: 187.4s; + animation-delay: 187.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1875) +{ + -webkit-animation-delay: 187.5s; + -moz-animation-delay: 187.5s; + -o-animation-delay: 187.5s; + animation-delay: 187.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1876) +{ + -webkit-animation-delay: 187.6s; + -moz-animation-delay: 187.6s; + -o-animation-delay: 187.6s; + animation-delay: 187.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1877) +{ + -webkit-animation-delay: 187.7s; + -moz-animation-delay: 187.7s; + -o-animation-delay: 187.7s; + animation-delay: 187.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1878) +{ + -webkit-animation-delay: 187.8s; + -moz-animation-delay: 187.8s; + -o-animation-delay: 187.8s; + animation-delay: 187.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1879) +{ + -webkit-animation-delay: 187.9s; + -moz-animation-delay: 187.9s; + -o-animation-delay: 187.9s; + animation-delay: 187.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1880) +{ + -webkit-animation-delay: 188s; + -moz-animation-delay: 188s; + -o-animation-delay: 188s; + animation-delay: 188s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1881) +{ + -webkit-animation-delay: 188.1s; + -moz-animation-delay: 188.1s; + -o-animation-delay: 188.1s; + animation-delay: 188.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1882) +{ + -webkit-animation-delay: 188.2s; + -moz-animation-delay: 188.2s; + -o-animation-delay: 188.2s; + animation-delay: 188.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1883) +{ + -webkit-animation-delay: 188.3s; + -moz-animation-delay: 188.3s; + -o-animation-delay: 188.3s; + animation-delay: 188.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1884) +{ + -webkit-animation-delay: 188.4s; + -moz-animation-delay: 188.4s; + -o-animation-delay: 188.4s; + animation-delay: 188.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1885) +{ + -webkit-animation-delay: 188.5s; + -moz-animation-delay: 188.5s; + -o-animation-delay: 188.5s; + animation-delay: 188.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1886) +{ + -webkit-animation-delay: 188.6s; + -moz-animation-delay: 188.6s; + -o-animation-delay: 188.6s; + animation-delay: 188.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1887) +{ + -webkit-animation-delay: 188.7s; + -moz-animation-delay: 188.7s; + -o-animation-delay: 188.7s; + animation-delay: 188.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1888) +{ + -webkit-animation-delay: 188.8s; + -moz-animation-delay: 188.8s; + -o-animation-delay: 188.8s; + animation-delay: 188.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1889) +{ + -webkit-animation-delay: 188.9s; + -moz-animation-delay: 188.9s; + -o-animation-delay: 188.9s; + animation-delay: 188.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1890) +{ + -webkit-animation-delay: 189s; + -moz-animation-delay: 189s; + -o-animation-delay: 189s; + animation-delay: 189s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1891) +{ + -webkit-animation-delay: 189.1s; + -moz-animation-delay: 189.1s; + -o-animation-delay: 189.1s; + animation-delay: 189.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1892) +{ + -webkit-animation-delay: 189.2s; + -moz-animation-delay: 189.2s; + -o-animation-delay: 189.2s; + animation-delay: 189.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1893) +{ + -webkit-animation-delay: 189.3s; + -moz-animation-delay: 189.3s; + -o-animation-delay: 189.3s; + animation-delay: 189.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1894) +{ + -webkit-animation-delay: 189.4s; + -moz-animation-delay: 189.4s; + -o-animation-delay: 189.4s; + animation-delay: 189.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1895) +{ + -webkit-animation-delay: 189.5s; + -moz-animation-delay: 189.5s; + -o-animation-delay: 189.5s; + animation-delay: 189.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1896) +{ + -webkit-animation-delay: 189.6s; + -moz-animation-delay: 189.6s; + -o-animation-delay: 189.6s; + animation-delay: 189.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1897) +{ + -webkit-animation-delay: 189.7s; + -moz-animation-delay: 189.7s; + -o-animation-delay: 189.7s; + animation-delay: 189.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1898) +{ + -webkit-animation-delay: 189.8s; + -moz-animation-delay: 189.8s; + -o-animation-delay: 189.8s; + animation-delay: 189.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1899) +{ + -webkit-animation-delay: 189.9s; + -moz-animation-delay: 189.9s; + -o-animation-delay: 189.9s; + animation-delay: 189.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1900) +{ + -webkit-animation-delay: 190s; + -moz-animation-delay: 190s; + -o-animation-delay: 190s; + animation-delay: 190s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1901) +{ + -webkit-animation-delay: 190.1s; + -moz-animation-delay: 190.1s; + -o-animation-delay: 190.1s; + animation-delay: 190.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1902) +{ + -webkit-animation-delay: 190.2s; + -moz-animation-delay: 190.2s; + -o-animation-delay: 190.2s; + animation-delay: 190.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1903) +{ + -webkit-animation-delay: 190.3s; + -moz-animation-delay: 190.3s; + -o-animation-delay: 190.3s; + animation-delay: 190.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1904) +{ + -webkit-animation-delay: 190.4s; + -moz-animation-delay: 190.4s; + -o-animation-delay: 190.4s; + animation-delay: 190.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1905) +{ + -webkit-animation-delay: 190.5s; + -moz-animation-delay: 190.5s; + -o-animation-delay: 190.5s; + animation-delay: 190.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1906) +{ + -webkit-animation-delay: 190.6s; + -moz-animation-delay: 190.6s; + -o-animation-delay: 190.6s; + animation-delay: 190.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1907) +{ + -webkit-animation-delay: 190.7s; + -moz-animation-delay: 190.7s; + -o-animation-delay: 190.7s; + animation-delay: 190.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1908) +{ + -webkit-animation-delay: 190.8s; + -moz-animation-delay: 190.8s; + -o-animation-delay: 190.8s; + animation-delay: 190.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1909) +{ + -webkit-animation-delay: 190.9s; + -moz-animation-delay: 190.9s; + -o-animation-delay: 190.9s; + animation-delay: 190.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1910) +{ + -webkit-animation-delay: 191s; + -moz-animation-delay: 191s; + -o-animation-delay: 191s; + animation-delay: 191s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1911) +{ + -webkit-animation-delay: 191.1s; + -moz-animation-delay: 191.1s; + -o-animation-delay: 191.1s; + animation-delay: 191.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1912) +{ + -webkit-animation-delay: 191.2s; + -moz-animation-delay: 191.2s; + -o-animation-delay: 191.2s; + animation-delay: 191.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1913) +{ + -webkit-animation-delay: 191.3s; + -moz-animation-delay: 191.3s; + -o-animation-delay: 191.3s; + animation-delay: 191.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1914) +{ + -webkit-animation-delay: 191.4s; + -moz-animation-delay: 191.4s; + -o-animation-delay: 191.4s; + animation-delay: 191.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1915) +{ + -webkit-animation-delay: 191.5s; + -moz-animation-delay: 191.5s; + -o-animation-delay: 191.5s; + animation-delay: 191.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1916) +{ + -webkit-animation-delay: 191.6s; + -moz-animation-delay: 191.6s; + -o-animation-delay: 191.6s; + animation-delay: 191.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1917) +{ + -webkit-animation-delay: 191.7s; + -moz-animation-delay: 191.7s; + -o-animation-delay: 191.7s; + animation-delay: 191.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1918) +{ + -webkit-animation-delay: 191.8s; + -moz-animation-delay: 191.8s; + -o-animation-delay: 191.8s; + animation-delay: 191.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1919) +{ + -webkit-animation-delay: 191.9s; + -moz-animation-delay: 191.9s; + -o-animation-delay: 191.9s; + animation-delay: 191.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1920) +{ + -webkit-animation-delay: 192s; + -moz-animation-delay: 192s; + -o-animation-delay: 192s; + animation-delay: 192s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1921) +{ + -webkit-animation-delay: 192.1s; + -moz-animation-delay: 192.1s; + -o-animation-delay: 192.1s; + animation-delay: 192.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1922) +{ + -webkit-animation-delay: 192.2s; + -moz-animation-delay: 192.2s; + -o-animation-delay: 192.2s; + animation-delay: 192.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1923) +{ + -webkit-animation-delay: 192.3s; + -moz-animation-delay: 192.3s; + -o-animation-delay: 192.3s; + animation-delay: 192.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1924) +{ + -webkit-animation-delay: 192.4s; + -moz-animation-delay: 192.4s; + -o-animation-delay: 192.4s; + animation-delay: 192.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1925) +{ + -webkit-animation-delay: 192.5s; + -moz-animation-delay: 192.5s; + -o-animation-delay: 192.5s; + animation-delay: 192.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1926) +{ + -webkit-animation-delay: 192.6s; + -moz-animation-delay: 192.6s; + -o-animation-delay: 192.6s; + animation-delay: 192.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1927) +{ + -webkit-animation-delay: 192.7s; + -moz-animation-delay: 192.7s; + -o-animation-delay: 192.7s; + animation-delay: 192.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1928) +{ + -webkit-animation-delay: 192.8s; + -moz-animation-delay: 192.8s; + -o-animation-delay: 192.8s; + animation-delay: 192.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1929) +{ + -webkit-animation-delay: 192.9s; + -moz-animation-delay: 192.9s; + -o-animation-delay: 192.9s; + animation-delay: 192.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1930) +{ + -webkit-animation-delay: 193s; + -moz-animation-delay: 193s; + -o-animation-delay: 193s; + animation-delay: 193s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1931) +{ + -webkit-animation-delay: 193.1s; + -moz-animation-delay: 193.1s; + -o-animation-delay: 193.1s; + animation-delay: 193.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1932) +{ + -webkit-animation-delay: 193.2s; + -moz-animation-delay: 193.2s; + -o-animation-delay: 193.2s; + animation-delay: 193.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1933) +{ + -webkit-animation-delay: 193.3s; + -moz-animation-delay: 193.3s; + -o-animation-delay: 193.3s; + animation-delay: 193.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1934) +{ + -webkit-animation-delay: 193.4s; + -moz-animation-delay: 193.4s; + -o-animation-delay: 193.4s; + animation-delay: 193.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1935) +{ + -webkit-animation-delay: 193.5s; + -moz-animation-delay: 193.5s; + -o-animation-delay: 193.5s; + animation-delay: 193.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1936) +{ + -webkit-animation-delay: 193.6s; + -moz-animation-delay: 193.6s; + -o-animation-delay: 193.6s; + animation-delay: 193.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1937) +{ + -webkit-animation-delay: 193.7s; + -moz-animation-delay: 193.7s; + -o-animation-delay: 193.7s; + animation-delay: 193.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1938) +{ + -webkit-animation-delay: 193.8s; + -moz-animation-delay: 193.8s; + -o-animation-delay: 193.8s; + animation-delay: 193.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1939) +{ + -webkit-animation-delay: 193.9s; + -moz-animation-delay: 193.9s; + -o-animation-delay: 193.9s; + animation-delay: 193.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1940) +{ + -webkit-animation-delay: 194s; + -moz-animation-delay: 194s; + -o-animation-delay: 194s; + animation-delay: 194s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1941) +{ + -webkit-animation-delay: 194.1s; + -moz-animation-delay: 194.1s; + -o-animation-delay: 194.1s; + animation-delay: 194.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1942) +{ + -webkit-animation-delay: 194.2s; + -moz-animation-delay: 194.2s; + -o-animation-delay: 194.2s; + animation-delay: 194.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1943) +{ + -webkit-animation-delay: 194.3s; + -moz-animation-delay: 194.3s; + -o-animation-delay: 194.3s; + animation-delay: 194.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1944) +{ + -webkit-animation-delay: 194.4s; + -moz-animation-delay: 194.4s; + -o-animation-delay: 194.4s; + animation-delay: 194.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1945) +{ + -webkit-animation-delay: 194.5s; + -moz-animation-delay: 194.5s; + -o-animation-delay: 194.5s; + animation-delay: 194.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1946) +{ + -webkit-animation-delay: 194.6s; + -moz-animation-delay: 194.6s; + -o-animation-delay: 194.6s; + animation-delay: 194.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1947) +{ + -webkit-animation-delay: 194.7s; + -moz-animation-delay: 194.7s; + -o-animation-delay: 194.7s; + animation-delay: 194.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1948) +{ + -webkit-animation-delay: 194.8s; + -moz-animation-delay: 194.8s; + -o-animation-delay: 194.8s; + animation-delay: 194.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1949) +{ + -webkit-animation-delay: 194.9s; + -moz-animation-delay: 194.9s; + -o-animation-delay: 194.9s; + animation-delay: 194.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1950) +{ + -webkit-animation-delay: 195s; + -moz-animation-delay: 195s; + -o-animation-delay: 195s; + animation-delay: 195s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1951) +{ + -webkit-animation-delay: 195.1s; + -moz-animation-delay: 195.1s; + -o-animation-delay: 195.1s; + animation-delay: 195.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1952) +{ + -webkit-animation-delay: 195.2s; + -moz-animation-delay: 195.2s; + -o-animation-delay: 195.2s; + animation-delay: 195.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1953) +{ + -webkit-animation-delay: 195.3s; + -moz-animation-delay: 195.3s; + -o-animation-delay: 195.3s; + animation-delay: 195.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1954) +{ + -webkit-animation-delay: 195.4s; + -moz-animation-delay: 195.4s; + -o-animation-delay: 195.4s; + animation-delay: 195.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1955) +{ + -webkit-animation-delay: 195.5s; + -moz-animation-delay: 195.5s; + -o-animation-delay: 195.5s; + animation-delay: 195.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1956) +{ + -webkit-animation-delay: 195.6s; + -moz-animation-delay: 195.6s; + -o-animation-delay: 195.6s; + animation-delay: 195.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1957) +{ + -webkit-animation-delay: 195.7s; + -moz-animation-delay: 195.7s; + -o-animation-delay: 195.7s; + animation-delay: 195.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1958) +{ + -webkit-animation-delay: 195.8s; + -moz-animation-delay: 195.8s; + -o-animation-delay: 195.8s; + animation-delay: 195.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1959) +{ + -webkit-animation-delay: 195.9s; + -moz-animation-delay: 195.9s; + -o-animation-delay: 195.9s; + animation-delay: 195.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1960) +{ + -webkit-animation-delay: 196s; + -moz-animation-delay: 196s; + -o-animation-delay: 196s; + animation-delay: 196s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1961) +{ + -webkit-animation-delay: 196.1s; + -moz-animation-delay: 196.1s; + -o-animation-delay: 196.1s; + animation-delay: 196.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1962) +{ + -webkit-animation-delay: 196.2s; + -moz-animation-delay: 196.2s; + -o-animation-delay: 196.2s; + animation-delay: 196.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1963) +{ + -webkit-animation-delay: 196.3s; + -moz-animation-delay: 196.3s; + -o-animation-delay: 196.3s; + animation-delay: 196.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1964) +{ + -webkit-animation-delay: 196.4s; + -moz-animation-delay: 196.4s; + -o-animation-delay: 196.4s; + animation-delay: 196.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1965) +{ + -webkit-animation-delay: 196.5s; + -moz-animation-delay: 196.5s; + -o-animation-delay: 196.5s; + animation-delay: 196.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1966) +{ + -webkit-animation-delay: 196.6s; + -moz-animation-delay: 196.6s; + -o-animation-delay: 196.6s; + animation-delay: 196.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1967) +{ + -webkit-animation-delay: 196.7s; + -moz-animation-delay: 196.7s; + -o-animation-delay: 196.7s; + animation-delay: 196.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1968) +{ + -webkit-animation-delay: 196.8s; + -moz-animation-delay: 196.8s; + -o-animation-delay: 196.8s; + animation-delay: 196.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1969) +{ + -webkit-animation-delay: 196.9s; + -moz-animation-delay: 196.9s; + -o-animation-delay: 196.9s; + animation-delay: 196.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1970) +{ + -webkit-animation-delay: 197s; + -moz-animation-delay: 197s; + -o-animation-delay: 197s; + animation-delay: 197s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1971) +{ + -webkit-animation-delay: 197.1s; + -moz-animation-delay: 197.1s; + -o-animation-delay: 197.1s; + animation-delay: 197.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1972) +{ + -webkit-animation-delay: 197.2s; + -moz-animation-delay: 197.2s; + -o-animation-delay: 197.2s; + animation-delay: 197.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1973) +{ + -webkit-animation-delay: 197.3s; + -moz-animation-delay: 197.3s; + -o-animation-delay: 197.3s; + animation-delay: 197.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1974) +{ + -webkit-animation-delay: 197.4s; + -moz-animation-delay: 197.4s; + -o-animation-delay: 197.4s; + animation-delay: 197.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1975) +{ + -webkit-animation-delay: 197.5s; + -moz-animation-delay: 197.5s; + -o-animation-delay: 197.5s; + animation-delay: 197.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1976) +{ + -webkit-animation-delay: 197.6s; + -moz-animation-delay: 197.6s; + -o-animation-delay: 197.6s; + animation-delay: 197.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1977) +{ + -webkit-animation-delay: 197.7s; + -moz-animation-delay: 197.7s; + -o-animation-delay: 197.7s; + animation-delay: 197.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1978) +{ + -webkit-animation-delay: 197.8s; + -moz-animation-delay: 197.8s; + -o-animation-delay: 197.8s; + animation-delay: 197.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1979) +{ + -webkit-animation-delay: 197.9s; + -moz-animation-delay: 197.9s; + -o-animation-delay: 197.9s; + animation-delay: 197.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1980) +{ + -webkit-animation-delay: 198s; + -moz-animation-delay: 198s; + -o-animation-delay: 198s; + animation-delay: 198s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1981) +{ + -webkit-animation-delay: 198.1s; + -moz-animation-delay: 198.1s; + -o-animation-delay: 198.1s; + animation-delay: 198.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1982) +{ + -webkit-animation-delay: 198.2s; + -moz-animation-delay: 198.2s; + -o-animation-delay: 198.2s; + animation-delay: 198.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1983) +{ + -webkit-animation-delay: 198.3s; + -moz-animation-delay: 198.3s; + -o-animation-delay: 198.3s; + animation-delay: 198.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1984) +{ + -webkit-animation-delay: 198.4s; + -moz-animation-delay: 198.4s; + -o-animation-delay: 198.4s; + animation-delay: 198.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1985) +{ + -webkit-animation-delay: 198.5s; + -moz-animation-delay: 198.5s; + -o-animation-delay: 198.5s; + animation-delay: 198.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1986) +{ + -webkit-animation-delay: 198.6s; + -moz-animation-delay: 198.6s; + -o-animation-delay: 198.6s; + animation-delay: 198.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1987) +{ + -webkit-animation-delay: 198.7s; + -moz-animation-delay: 198.7s; + -o-animation-delay: 198.7s; + animation-delay: 198.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1988) +{ + -webkit-animation-delay: 198.8s; + -moz-animation-delay: 198.8s; + -o-animation-delay: 198.8s; + animation-delay: 198.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1989) +{ + -webkit-animation-delay: 198.9s; + -moz-animation-delay: 198.9s; + -o-animation-delay: 198.9s; + animation-delay: 198.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1990) +{ + -webkit-animation-delay: 199s; + -moz-animation-delay: 199s; + -o-animation-delay: 199s; + animation-delay: 199s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1991) +{ + -webkit-animation-delay: 199.1s; + -moz-animation-delay: 199.1s; + -o-animation-delay: 199.1s; + animation-delay: 199.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1992) +{ + -webkit-animation-delay: 199.2s; + -moz-animation-delay: 199.2s; + -o-animation-delay: 199.2s; + animation-delay: 199.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1993) +{ + -webkit-animation-delay: 199.3s; + -moz-animation-delay: 199.3s; + -o-animation-delay: 199.3s; + animation-delay: 199.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1994) +{ + -webkit-animation-delay: 199.4s; + -moz-animation-delay: 199.4s; + -o-animation-delay: 199.4s; + animation-delay: 199.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1995) +{ + -webkit-animation-delay: 199.5s; + -moz-animation-delay: 199.5s; + -o-animation-delay: 199.5s; + animation-delay: 199.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1996) +{ + -webkit-animation-delay: 199.6s; + -moz-animation-delay: 199.6s; + -o-animation-delay: 199.6s; + animation-delay: 199.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1997) +{ + -webkit-animation-delay: 199.7s; + -moz-animation-delay: 199.7s; + -o-animation-delay: 199.7s; + animation-delay: 199.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1998) +{ + -webkit-animation-delay: 199.8s; + -moz-animation-delay: 199.8s; + -o-animation-delay: 199.8s; + animation-delay: 199.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1999) +{ + -webkit-animation-delay: 199.9s; + -moz-animation-delay: 199.9s; + -o-animation-delay: 199.9s; + animation-delay: 199.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2000) +{ + -webkit-animation-delay: 200s; + -moz-animation-delay: 200s; + -o-animation-delay: 200s; + animation-delay: 200s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2001) +{ + -webkit-animation-delay: 200.1s; + -moz-animation-delay: 200.1s; + -o-animation-delay: 200.1s; + animation-delay: 200.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2002) +{ + -webkit-animation-delay: 200.2s; + -moz-animation-delay: 200.2s; + -o-animation-delay: 200.2s; + animation-delay: 200.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2003) +{ + -webkit-animation-delay: 200.3s; + -moz-animation-delay: 200.3s; + -o-animation-delay: 200.3s; + animation-delay: 200.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2004) +{ + -webkit-animation-delay: 200.4s; + -moz-animation-delay: 200.4s; + -o-animation-delay: 200.4s; + animation-delay: 200.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2005) +{ + -webkit-animation-delay: 200.5s; + -moz-animation-delay: 200.5s; + -o-animation-delay: 200.5s; + animation-delay: 200.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2006) +{ + -webkit-animation-delay: 200.6s; + -moz-animation-delay: 200.6s; + -o-animation-delay: 200.6s; + animation-delay: 200.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2007) +{ + -webkit-animation-delay: 200.7s; + -moz-animation-delay: 200.7s; + -o-animation-delay: 200.7s; + animation-delay: 200.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2008) +{ + -webkit-animation-delay: 200.8s; + -moz-animation-delay: 200.8s; + -o-animation-delay: 200.8s; + animation-delay: 200.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2009) +{ + -webkit-animation-delay: 200.9s; + -moz-animation-delay: 200.9s; + -o-animation-delay: 200.9s; + animation-delay: 200.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2010) +{ + -webkit-animation-delay: 201s; + -moz-animation-delay: 201s; + -o-animation-delay: 201s; + animation-delay: 201s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2011) +{ + -webkit-animation-delay: 201.1s; + -moz-animation-delay: 201.1s; + -o-animation-delay: 201.1s; + animation-delay: 201.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2012) +{ + -webkit-animation-delay: 201.2s; + -moz-animation-delay: 201.2s; + -o-animation-delay: 201.2s; + animation-delay: 201.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2013) +{ + -webkit-animation-delay: 201.3s; + -moz-animation-delay: 201.3s; + -o-animation-delay: 201.3s; + animation-delay: 201.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2014) +{ + -webkit-animation-delay: 201.4s; + -moz-animation-delay: 201.4s; + -o-animation-delay: 201.4s; + animation-delay: 201.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2015) +{ + -webkit-animation-delay: 201.5s; + -moz-animation-delay: 201.5s; + -o-animation-delay: 201.5s; + animation-delay: 201.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2016) +{ + -webkit-animation-delay: 201.6s; + -moz-animation-delay: 201.6s; + -o-animation-delay: 201.6s; + animation-delay: 201.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2017) +{ + -webkit-animation-delay: 201.7s; + -moz-animation-delay: 201.7s; + -o-animation-delay: 201.7s; + animation-delay: 201.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2018) +{ + -webkit-animation-delay: 201.8s; + -moz-animation-delay: 201.8s; + -o-animation-delay: 201.8s; + animation-delay: 201.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2019) +{ + -webkit-animation-delay: 201.9s; + -moz-animation-delay: 201.9s; + -o-animation-delay: 201.9s; + animation-delay: 201.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2020) +{ + -webkit-animation-delay: 202s; + -moz-animation-delay: 202s; + -o-animation-delay: 202s; + animation-delay: 202s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2021) +{ + -webkit-animation-delay: 202.1s; + -moz-animation-delay: 202.1s; + -o-animation-delay: 202.1s; + animation-delay: 202.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2022) +{ + -webkit-animation-delay: 202.2s; + -moz-animation-delay: 202.2s; + -o-animation-delay: 202.2s; + animation-delay: 202.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2023) +{ + -webkit-animation-delay: 202.3s; + -moz-animation-delay: 202.3s; + -o-animation-delay: 202.3s; + animation-delay: 202.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2024) +{ + -webkit-animation-delay: 202.4s; + -moz-animation-delay: 202.4s; + -o-animation-delay: 202.4s; + animation-delay: 202.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2025) +{ + -webkit-animation-delay: 202.5s; + -moz-animation-delay: 202.5s; + -o-animation-delay: 202.5s; + animation-delay: 202.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2026) +{ + -webkit-animation-delay: 202.6s; + -moz-animation-delay: 202.6s; + -o-animation-delay: 202.6s; + animation-delay: 202.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2027) +{ + -webkit-animation-delay: 202.7s; + -moz-animation-delay: 202.7s; + -o-animation-delay: 202.7s; + animation-delay: 202.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2028) +{ + -webkit-animation-delay: 202.8s; + -moz-animation-delay: 202.8s; + -o-animation-delay: 202.8s; + animation-delay: 202.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2029) +{ + -webkit-animation-delay: 202.9s; + -moz-animation-delay: 202.9s; + -o-animation-delay: 202.9s; + animation-delay: 202.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2030) +{ + -webkit-animation-delay: 203s; + -moz-animation-delay: 203s; + -o-animation-delay: 203s; + animation-delay: 203s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2031) +{ + -webkit-animation-delay: 203.1s; + -moz-animation-delay: 203.1s; + -o-animation-delay: 203.1s; + animation-delay: 203.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2032) +{ + -webkit-animation-delay: 203.2s; + -moz-animation-delay: 203.2s; + -o-animation-delay: 203.2s; + animation-delay: 203.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2033) +{ + -webkit-animation-delay: 203.3s; + -moz-animation-delay: 203.3s; + -o-animation-delay: 203.3s; + animation-delay: 203.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2034) +{ + -webkit-animation-delay: 203.4s; + -moz-animation-delay: 203.4s; + -o-animation-delay: 203.4s; + animation-delay: 203.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2035) +{ + -webkit-animation-delay: 203.5s; + -moz-animation-delay: 203.5s; + -o-animation-delay: 203.5s; + animation-delay: 203.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2036) +{ + -webkit-animation-delay: 203.6s; + -moz-animation-delay: 203.6s; + -o-animation-delay: 203.6s; + animation-delay: 203.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2037) +{ + -webkit-animation-delay: 203.7s; + -moz-animation-delay: 203.7s; + -o-animation-delay: 203.7s; + animation-delay: 203.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2038) +{ + -webkit-animation-delay: 203.8s; + -moz-animation-delay: 203.8s; + -o-animation-delay: 203.8s; + animation-delay: 203.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2039) +{ + -webkit-animation-delay: 203.9s; + -moz-animation-delay: 203.9s; + -o-animation-delay: 203.9s; + animation-delay: 203.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2040) +{ + -webkit-animation-delay: 204s; + -moz-animation-delay: 204s; + -o-animation-delay: 204s; + animation-delay: 204s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2041) +{ + -webkit-animation-delay: 204.1s; + -moz-animation-delay: 204.1s; + -o-animation-delay: 204.1s; + animation-delay: 204.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2042) +{ + -webkit-animation-delay: 204.2s; + -moz-animation-delay: 204.2s; + -o-animation-delay: 204.2s; + animation-delay: 204.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2043) +{ + -webkit-animation-delay: 204.3s; + -moz-animation-delay: 204.3s; + -o-animation-delay: 204.3s; + animation-delay: 204.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2044) +{ + -webkit-animation-delay: 204.4s; + -moz-animation-delay: 204.4s; + -o-animation-delay: 204.4s; + animation-delay: 204.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2045) +{ + -webkit-animation-delay: 204.5s; + -moz-animation-delay: 204.5s; + -o-animation-delay: 204.5s; + animation-delay: 204.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2046) +{ + -webkit-animation-delay: 204.6s; + -moz-animation-delay: 204.6s; + -o-animation-delay: 204.6s; + animation-delay: 204.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2047) +{ + -webkit-animation-delay: 204.7s; + -moz-animation-delay: 204.7s; + -o-animation-delay: 204.7s; + animation-delay: 204.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2048) +{ + -webkit-animation-delay: 204.8s; + -moz-animation-delay: 204.8s; + -o-animation-delay: 204.8s; + animation-delay: 204.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2049) +{ + -webkit-animation-delay: 204.9s; + -moz-animation-delay: 204.9s; + -o-animation-delay: 204.9s; + animation-delay: 204.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2050) +{ + -webkit-animation-delay: 205s; + -moz-animation-delay: 205s; + -o-animation-delay: 205s; + animation-delay: 205s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2051) +{ + -webkit-animation-delay: 205.1s; + -moz-animation-delay: 205.1s; + -o-animation-delay: 205.1s; + animation-delay: 205.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2052) +{ + -webkit-animation-delay: 205.2s; + -moz-animation-delay: 205.2s; + -o-animation-delay: 205.2s; + animation-delay: 205.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2053) +{ + -webkit-animation-delay: 205.3s; + -moz-animation-delay: 205.3s; + -o-animation-delay: 205.3s; + animation-delay: 205.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2054) +{ + -webkit-animation-delay: 205.4s; + -moz-animation-delay: 205.4s; + -o-animation-delay: 205.4s; + animation-delay: 205.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2055) +{ + -webkit-animation-delay: 205.5s; + -moz-animation-delay: 205.5s; + -o-animation-delay: 205.5s; + animation-delay: 205.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2056) +{ + -webkit-animation-delay: 205.6s; + -moz-animation-delay: 205.6s; + -o-animation-delay: 205.6s; + animation-delay: 205.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2057) +{ + -webkit-animation-delay: 205.7s; + -moz-animation-delay: 205.7s; + -o-animation-delay: 205.7s; + animation-delay: 205.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2058) +{ + -webkit-animation-delay: 205.8s; + -moz-animation-delay: 205.8s; + -o-animation-delay: 205.8s; + animation-delay: 205.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2059) +{ + -webkit-animation-delay: 205.9s; + -moz-animation-delay: 205.9s; + -o-animation-delay: 205.9s; + animation-delay: 205.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2060) +{ + -webkit-animation-delay: 206s; + -moz-animation-delay: 206s; + -o-animation-delay: 206s; + animation-delay: 206s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2061) +{ + -webkit-animation-delay: 206.1s; + -moz-animation-delay: 206.1s; + -o-animation-delay: 206.1s; + animation-delay: 206.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2062) +{ + -webkit-animation-delay: 206.2s; + -moz-animation-delay: 206.2s; + -o-animation-delay: 206.2s; + animation-delay: 206.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2063) +{ + -webkit-animation-delay: 206.3s; + -moz-animation-delay: 206.3s; + -o-animation-delay: 206.3s; + animation-delay: 206.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2064) +{ + -webkit-animation-delay: 206.4s; + -moz-animation-delay: 206.4s; + -o-animation-delay: 206.4s; + animation-delay: 206.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2065) +{ + -webkit-animation-delay: 206.5s; + -moz-animation-delay: 206.5s; + -o-animation-delay: 206.5s; + animation-delay: 206.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2066) +{ + -webkit-animation-delay: 206.6s; + -moz-animation-delay: 206.6s; + -o-animation-delay: 206.6s; + animation-delay: 206.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2067) +{ + -webkit-animation-delay: 206.7s; + -moz-animation-delay: 206.7s; + -o-animation-delay: 206.7s; + animation-delay: 206.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2068) +{ + -webkit-animation-delay: 206.8s; + -moz-animation-delay: 206.8s; + -o-animation-delay: 206.8s; + animation-delay: 206.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2069) +{ + -webkit-animation-delay: 206.9s; + -moz-animation-delay: 206.9s; + -o-animation-delay: 206.9s; + animation-delay: 206.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2070) +{ + -webkit-animation-delay: 207s; + -moz-animation-delay: 207s; + -o-animation-delay: 207s; + animation-delay: 207s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2071) +{ + -webkit-animation-delay: 207.1s; + -moz-animation-delay: 207.1s; + -o-animation-delay: 207.1s; + animation-delay: 207.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2072) +{ + -webkit-animation-delay: 207.2s; + -moz-animation-delay: 207.2s; + -o-animation-delay: 207.2s; + animation-delay: 207.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2073) +{ + -webkit-animation-delay: 207.3s; + -moz-animation-delay: 207.3s; + -o-animation-delay: 207.3s; + animation-delay: 207.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2074) +{ + -webkit-animation-delay: 207.4s; + -moz-animation-delay: 207.4s; + -o-animation-delay: 207.4s; + animation-delay: 207.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2075) +{ + -webkit-animation-delay: 207.5s; + -moz-animation-delay: 207.5s; + -o-animation-delay: 207.5s; + animation-delay: 207.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2076) +{ + -webkit-animation-delay: 207.6s; + -moz-animation-delay: 207.6s; + -o-animation-delay: 207.6s; + animation-delay: 207.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2077) +{ + -webkit-animation-delay: 207.7s; + -moz-animation-delay: 207.7s; + -o-animation-delay: 207.7s; + animation-delay: 207.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2078) +{ + -webkit-animation-delay: 207.8s; + -moz-animation-delay: 207.8s; + -o-animation-delay: 207.8s; + animation-delay: 207.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2079) +{ + -webkit-animation-delay: 207.9s; + -moz-animation-delay: 207.9s; + -o-animation-delay: 207.9s; + animation-delay: 207.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2080) +{ + -webkit-animation-delay: 208s; + -moz-animation-delay: 208s; + -o-animation-delay: 208s; + animation-delay: 208s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2081) +{ + -webkit-animation-delay: 208.1s; + -moz-animation-delay: 208.1s; + -o-animation-delay: 208.1s; + animation-delay: 208.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2082) +{ + -webkit-animation-delay: 208.2s; + -moz-animation-delay: 208.2s; + -o-animation-delay: 208.2s; + animation-delay: 208.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2083) +{ + -webkit-animation-delay: 208.3s; + -moz-animation-delay: 208.3s; + -o-animation-delay: 208.3s; + animation-delay: 208.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2084) +{ + -webkit-animation-delay: 208.4s; + -moz-animation-delay: 208.4s; + -o-animation-delay: 208.4s; + animation-delay: 208.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2085) +{ + -webkit-animation-delay: 208.5s; + -moz-animation-delay: 208.5s; + -o-animation-delay: 208.5s; + animation-delay: 208.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2086) +{ + -webkit-animation-delay: 208.6s; + -moz-animation-delay: 208.6s; + -o-animation-delay: 208.6s; + animation-delay: 208.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2087) +{ + -webkit-animation-delay: 208.7s; + -moz-animation-delay: 208.7s; + -o-animation-delay: 208.7s; + animation-delay: 208.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2088) +{ + -webkit-animation-delay: 208.8s; + -moz-animation-delay: 208.8s; + -o-animation-delay: 208.8s; + animation-delay: 208.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2089) +{ + -webkit-animation-delay: 208.9s; + -moz-animation-delay: 208.9s; + -o-animation-delay: 208.9s; + animation-delay: 208.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2090) +{ + -webkit-animation-delay: 209s; + -moz-animation-delay: 209s; + -o-animation-delay: 209s; + animation-delay: 209s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2091) +{ + -webkit-animation-delay: 209.1s; + -moz-animation-delay: 209.1s; + -o-animation-delay: 209.1s; + animation-delay: 209.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2092) +{ + -webkit-animation-delay: 209.2s; + -moz-animation-delay: 209.2s; + -o-animation-delay: 209.2s; + animation-delay: 209.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2093) +{ + -webkit-animation-delay: 209.3s; + -moz-animation-delay: 209.3s; + -o-animation-delay: 209.3s; + animation-delay: 209.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2094) +{ + -webkit-animation-delay: 209.4s; + -moz-animation-delay: 209.4s; + -o-animation-delay: 209.4s; + animation-delay: 209.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2095) +{ + -webkit-animation-delay: 209.5s; + -moz-animation-delay: 209.5s; + -o-animation-delay: 209.5s; + animation-delay: 209.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2096) +{ + -webkit-animation-delay: 209.6s; + -moz-animation-delay: 209.6s; + -o-animation-delay: 209.6s; + animation-delay: 209.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2097) +{ + -webkit-animation-delay: 209.7s; + -moz-animation-delay: 209.7s; + -o-animation-delay: 209.7s; + animation-delay: 209.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2098) +{ + -webkit-animation-delay: 209.8s; + -moz-animation-delay: 209.8s; + -o-animation-delay: 209.8s; + animation-delay: 209.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2099) +{ + -webkit-animation-delay: 209.9s; + -moz-animation-delay: 209.9s; + -o-animation-delay: 209.9s; + animation-delay: 209.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2100) +{ + -webkit-animation-delay: 210s; + -moz-animation-delay: 210s; + -o-animation-delay: 210s; + animation-delay: 210s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2101) +{ + -webkit-animation-delay: 210.1s; + -moz-animation-delay: 210.1s; + -o-animation-delay: 210.1s; + animation-delay: 210.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2102) +{ + -webkit-animation-delay: 210.2s; + -moz-animation-delay: 210.2s; + -o-animation-delay: 210.2s; + animation-delay: 210.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2103) +{ + -webkit-animation-delay: 210.3s; + -moz-animation-delay: 210.3s; + -o-animation-delay: 210.3s; + animation-delay: 210.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2104) +{ + -webkit-animation-delay: 210.4s; + -moz-animation-delay: 210.4s; + -o-animation-delay: 210.4s; + animation-delay: 210.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2105) +{ + -webkit-animation-delay: 210.5s; + -moz-animation-delay: 210.5s; + -o-animation-delay: 210.5s; + animation-delay: 210.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2106) +{ + -webkit-animation-delay: 210.6s; + -moz-animation-delay: 210.6s; + -o-animation-delay: 210.6s; + animation-delay: 210.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2107) +{ + -webkit-animation-delay: 210.7s; + -moz-animation-delay: 210.7s; + -o-animation-delay: 210.7s; + animation-delay: 210.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2108) +{ + -webkit-animation-delay: 210.8s; + -moz-animation-delay: 210.8s; + -o-animation-delay: 210.8s; + animation-delay: 210.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2109) +{ + -webkit-animation-delay: 210.9s; + -moz-animation-delay: 210.9s; + -o-animation-delay: 210.9s; + animation-delay: 210.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2110) +{ + -webkit-animation-delay: 211s; + -moz-animation-delay: 211s; + -o-animation-delay: 211s; + animation-delay: 211s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2111) +{ + -webkit-animation-delay: 211.1s; + -moz-animation-delay: 211.1s; + -o-animation-delay: 211.1s; + animation-delay: 211.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2112) +{ + -webkit-animation-delay: 211.2s; + -moz-animation-delay: 211.2s; + -o-animation-delay: 211.2s; + animation-delay: 211.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2113) +{ + -webkit-animation-delay: 211.3s; + -moz-animation-delay: 211.3s; + -o-animation-delay: 211.3s; + animation-delay: 211.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2114) +{ + -webkit-animation-delay: 211.4s; + -moz-animation-delay: 211.4s; + -o-animation-delay: 211.4s; + animation-delay: 211.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2115) +{ + -webkit-animation-delay: 211.5s; + -moz-animation-delay: 211.5s; + -o-animation-delay: 211.5s; + animation-delay: 211.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2116) +{ + -webkit-animation-delay: 211.6s; + -moz-animation-delay: 211.6s; + -o-animation-delay: 211.6s; + animation-delay: 211.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2117) +{ + -webkit-animation-delay: 211.7s; + -moz-animation-delay: 211.7s; + -o-animation-delay: 211.7s; + animation-delay: 211.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2118) +{ + -webkit-animation-delay: 211.8s; + -moz-animation-delay: 211.8s; + -o-animation-delay: 211.8s; + animation-delay: 211.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2119) +{ + -webkit-animation-delay: 211.9s; + -moz-animation-delay: 211.9s; + -o-animation-delay: 211.9s; + animation-delay: 211.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2120) +{ + -webkit-animation-delay: 212s; + -moz-animation-delay: 212s; + -o-animation-delay: 212s; + animation-delay: 212s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2121) +{ + -webkit-animation-delay: 212.1s; + -moz-animation-delay: 212.1s; + -o-animation-delay: 212.1s; + animation-delay: 212.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2122) +{ + -webkit-animation-delay: 212.2s; + -moz-animation-delay: 212.2s; + -o-animation-delay: 212.2s; + animation-delay: 212.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2123) +{ + -webkit-animation-delay: 212.3s; + -moz-animation-delay: 212.3s; + -o-animation-delay: 212.3s; + animation-delay: 212.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2124) +{ + -webkit-animation-delay: 212.4s; + -moz-animation-delay: 212.4s; + -o-animation-delay: 212.4s; + animation-delay: 212.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2125) +{ + -webkit-animation-delay: 212.5s; + -moz-animation-delay: 212.5s; + -o-animation-delay: 212.5s; + animation-delay: 212.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2126) +{ + -webkit-animation-delay: 212.6s; + -moz-animation-delay: 212.6s; + -o-animation-delay: 212.6s; + animation-delay: 212.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2127) +{ + -webkit-animation-delay: 212.7s; + -moz-animation-delay: 212.7s; + -o-animation-delay: 212.7s; + animation-delay: 212.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2128) +{ + -webkit-animation-delay: 212.8s; + -moz-animation-delay: 212.8s; + -o-animation-delay: 212.8s; + animation-delay: 212.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2129) +{ + -webkit-animation-delay: 212.9s; + -moz-animation-delay: 212.9s; + -o-animation-delay: 212.9s; + animation-delay: 212.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2130) +{ + -webkit-animation-delay: 213s; + -moz-animation-delay: 213s; + -o-animation-delay: 213s; + animation-delay: 213s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2131) +{ + -webkit-animation-delay: 213.1s; + -moz-animation-delay: 213.1s; + -o-animation-delay: 213.1s; + animation-delay: 213.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2132) +{ + -webkit-animation-delay: 213.2s; + -moz-animation-delay: 213.2s; + -o-animation-delay: 213.2s; + animation-delay: 213.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2133) +{ + -webkit-animation-delay: 213.3s; + -moz-animation-delay: 213.3s; + -o-animation-delay: 213.3s; + animation-delay: 213.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2134) +{ + -webkit-animation-delay: 213.4s; + -moz-animation-delay: 213.4s; + -o-animation-delay: 213.4s; + animation-delay: 213.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2135) +{ + -webkit-animation-delay: 213.5s; + -moz-animation-delay: 213.5s; + -o-animation-delay: 213.5s; + animation-delay: 213.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2136) +{ + -webkit-animation-delay: 213.6s; + -moz-animation-delay: 213.6s; + -o-animation-delay: 213.6s; + animation-delay: 213.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2137) +{ + -webkit-animation-delay: 213.7s; + -moz-animation-delay: 213.7s; + -o-animation-delay: 213.7s; + animation-delay: 213.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2138) +{ + -webkit-animation-delay: 213.8s; + -moz-animation-delay: 213.8s; + -o-animation-delay: 213.8s; + animation-delay: 213.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2139) +{ + -webkit-animation-delay: 213.9s; + -moz-animation-delay: 213.9s; + -o-animation-delay: 213.9s; + animation-delay: 213.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2140) +{ + -webkit-animation-delay: 214s; + -moz-animation-delay: 214s; + -o-animation-delay: 214s; + animation-delay: 214s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2141) +{ + -webkit-animation-delay: 214.1s; + -moz-animation-delay: 214.1s; + -o-animation-delay: 214.1s; + animation-delay: 214.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2142) +{ + -webkit-animation-delay: 214.2s; + -moz-animation-delay: 214.2s; + -o-animation-delay: 214.2s; + animation-delay: 214.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2143) +{ + -webkit-animation-delay: 214.3s; + -moz-animation-delay: 214.3s; + -o-animation-delay: 214.3s; + animation-delay: 214.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2144) +{ + -webkit-animation-delay: 214.4s; + -moz-animation-delay: 214.4s; + -o-animation-delay: 214.4s; + animation-delay: 214.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2145) +{ + -webkit-animation-delay: 214.5s; + -moz-animation-delay: 214.5s; + -o-animation-delay: 214.5s; + animation-delay: 214.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2146) +{ + -webkit-animation-delay: 214.6s; + -moz-animation-delay: 214.6s; + -o-animation-delay: 214.6s; + animation-delay: 214.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2147) +{ + -webkit-animation-delay: 214.7s; + -moz-animation-delay: 214.7s; + -o-animation-delay: 214.7s; + animation-delay: 214.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2148) +{ + -webkit-animation-delay: 214.8s; + -moz-animation-delay: 214.8s; + -o-animation-delay: 214.8s; + animation-delay: 214.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2149) +{ + -webkit-animation-delay: 214.9s; + -moz-animation-delay: 214.9s; + -o-animation-delay: 214.9s; + animation-delay: 214.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2150) +{ + -webkit-animation-delay: 215s; + -moz-animation-delay: 215s; + -o-animation-delay: 215s; + animation-delay: 215s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2151) +{ + -webkit-animation-delay: 215.1s; + -moz-animation-delay: 215.1s; + -o-animation-delay: 215.1s; + animation-delay: 215.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2152) +{ + -webkit-animation-delay: 215.2s; + -moz-animation-delay: 215.2s; + -o-animation-delay: 215.2s; + animation-delay: 215.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2153) +{ + -webkit-animation-delay: 215.3s; + -moz-animation-delay: 215.3s; + -o-animation-delay: 215.3s; + animation-delay: 215.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2154) +{ + -webkit-animation-delay: 215.4s; + -moz-animation-delay: 215.4s; + -o-animation-delay: 215.4s; + animation-delay: 215.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2155) +{ + -webkit-animation-delay: 215.5s; + -moz-animation-delay: 215.5s; + -o-animation-delay: 215.5s; + animation-delay: 215.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2156) +{ + -webkit-animation-delay: 215.6s; + -moz-animation-delay: 215.6s; + -o-animation-delay: 215.6s; + animation-delay: 215.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2157) +{ + -webkit-animation-delay: 215.7s; + -moz-animation-delay: 215.7s; + -o-animation-delay: 215.7s; + animation-delay: 215.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2158) +{ + -webkit-animation-delay: 215.8s; + -moz-animation-delay: 215.8s; + -o-animation-delay: 215.8s; + animation-delay: 215.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2159) +{ + -webkit-animation-delay: 215.9s; + -moz-animation-delay: 215.9s; + -o-animation-delay: 215.9s; + animation-delay: 215.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2160) +{ + -webkit-animation-delay: 216s; + -moz-animation-delay: 216s; + -o-animation-delay: 216s; + animation-delay: 216s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2161) +{ + -webkit-animation-delay: 216.1s; + -moz-animation-delay: 216.1s; + -o-animation-delay: 216.1s; + animation-delay: 216.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2162) +{ + -webkit-animation-delay: 216.2s; + -moz-animation-delay: 216.2s; + -o-animation-delay: 216.2s; + animation-delay: 216.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2163) +{ + -webkit-animation-delay: 216.3s; + -moz-animation-delay: 216.3s; + -o-animation-delay: 216.3s; + animation-delay: 216.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2164) +{ + -webkit-animation-delay: 216.4s; + -moz-animation-delay: 216.4s; + -o-animation-delay: 216.4s; + animation-delay: 216.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2165) +{ + -webkit-animation-delay: 216.5s; + -moz-animation-delay: 216.5s; + -o-animation-delay: 216.5s; + animation-delay: 216.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2166) +{ + -webkit-animation-delay: 216.6s; + -moz-animation-delay: 216.6s; + -o-animation-delay: 216.6s; + animation-delay: 216.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2167) +{ + -webkit-animation-delay: 216.7s; + -moz-animation-delay: 216.7s; + -o-animation-delay: 216.7s; + animation-delay: 216.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2168) +{ + -webkit-animation-delay: 216.8s; + -moz-animation-delay: 216.8s; + -o-animation-delay: 216.8s; + animation-delay: 216.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2169) +{ + -webkit-animation-delay: 216.9s; + -moz-animation-delay: 216.9s; + -o-animation-delay: 216.9s; + animation-delay: 216.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2170) +{ + -webkit-animation-delay: 217s; + -moz-animation-delay: 217s; + -o-animation-delay: 217s; + animation-delay: 217s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2171) +{ + -webkit-animation-delay: 217.1s; + -moz-animation-delay: 217.1s; + -o-animation-delay: 217.1s; + animation-delay: 217.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2172) +{ + -webkit-animation-delay: 217.2s; + -moz-animation-delay: 217.2s; + -o-animation-delay: 217.2s; + animation-delay: 217.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2173) +{ + -webkit-animation-delay: 217.3s; + -moz-animation-delay: 217.3s; + -o-animation-delay: 217.3s; + animation-delay: 217.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2174) +{ + -webkit-animation-delay: 217.4s; + -moz-animation-delay: 217.4s; + -o-animation-delay: 217.4s; + animation-delay: 217.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2175) +{ + -webkit-animation-delay: 217.5s; + -moz-animation-delay: 217.5s; + -o-animation-delay: 217.5s; + animation-delay: 217.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2176) +{ + -webkit-animation-delay: 217.6s; + -moz-animation-delay: 217.6s; + -o-animation-delay: 217.6s; + animation-delay: 217.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2177) +{ + -webkit-animation-delay: 217.7s; + -moz-animation-delay: 217.7s; + -o-animation-delay: 217.7s; + animation-delay: 217.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2178) +{ + -webkit-animation-delay: 217.8s; + -moz-animation-delay: 217.8s; + -o-animation-delay: 217.8s; + animation-delay: 217.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2179) +{ + -webkit-animation-delay: 217.9s; + -moz-animation-delay: 217.9s; + -o-animation-delay: 217.9s; + animation-delay: 217.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2180) +{ + -webkit-animation-delay: 218s; + -moz-animation-delay: 218s; + -o-animation-delay: 218s; + animation-delay: 218s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2181) +{ + -webkit-animation-delay: 218.1s; + -moz-animation-delay: 218.1s; + -o-animation-delay: 218.1s; + animation-delay: 218.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2182) +{ + -webkit-animation-delay: 218.2s; + -moz-animation-delay: 218.2s; + -o-animation-delay: 218.2s; + animation-delay: 218.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2183) +{ + -webkit-animation-delay: 218.3s; + -moz-animation-delay: 218.3s; + -o-animation-delay: 218.3s; + animation-delay: 218.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2184) +{ + -webkit-animation-delay: 218.4s; + -moz-animation-delay: 218.4s; + -o-animation-delay: 218.4s; + animation-delay: 218.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2185) +{ + -webkit-animation-delay: 218.5s; + -moz-animation-delay: 218.5s; + -o-animation-delay: 218.5s; + animation-delay: 218.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2186) +{ + -webkit-animation-delay: 218.6s; + -moz-animation-delay: 218.6s; + -o-animation-delay: 218.6s; + animation-delay: 218.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2187) +{ + -webkit-animation-delay: 218.7s; + -moz-animation-delay: 218.7s; + -o-animation-delay: 218.7s; + animation-delay: 218.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2188) +{ + -webkit-animation-delay: 218.8s; + -moz-animation-delay: 218.8s; + -o-animation-delay: 218.8s; + animation-delay: 218.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2189) +{ + -webkit-animation-delay: 218.9s; + -moz-animation-delay: 218.9s; + -o-animation-delay: 218.9s; + animation-delay: 218.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2190) +{ + -webkit-animation-delay: 219s; + -moz-animation-delay: 219s; + -o-animation-delay: 219s; + animation-delay: 219s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2191) +{ + -webkit-animation-delay: 219.1s; + -moz-animation-delay: 219.1s; + -o-animation-delay: 219.1s; + animation-delay: 219.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2192) +{ + -webkit-animation-delay: 219.2s; + -moz-animation-delay: 219.2s; + -o-animation-delay: 219.2s; + animation-delay: 219.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2193) +{ + -webkit-animation-delay: 219.3s; + -moz-animation-delay: 219.3s; + -o-animation-delay: 219.3s; + animation-delay: 219.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2194) +{ + -webkit-animation-delay: 219.4s; + -moz-animation-delay: 219.4s; + -o-animation-delay: 219.4s; + animation-delay: 219.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2195) +{ + -webkit-animation-delay: 219.5s; + -moz-animation-delay: 219.5s; + -o-animation-delay: 219.5s; + animation-delay: 219.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2196) +{ + -webkit-animation-delay: 219.6s; + -moz-animation-delay: 219.6s; + -o-animation-delay: 219.6s; + animation-delay: 219.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2197) +{ + -webkit-animation-delay: 219.7s; + -moz-animation-delay: 219.7s; + -o-animation-delay: 219.7s; + animation-delay: 219.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2198) +{ + -webkit-animation-delay: 219.8s; + -moz-animation-delay: 219.8s; + -o-animation-delay: 219.8s; + animation-delay: 219.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2199) +{ + -webkit-animation-delay: 219.9s; + -moz-animation-delay: 219.9s; + -o-animation-delay: 219.9s; + animation-delay: 219.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2200) +{ + -webkit-animation-delay: 220s; + -moz-animation-delay: 220s; + -o-animation-delay: 220s; + animation-delay: 220s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2201) +{ + -webkit-animation-delay: 220.1s; + -moz-animation-delay: 220.1s; + -o-animation-delay: 220.1s; + animation-delay: 220.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2202) +{ + -webkit-animation-delay: 220.2s; + -moz-animation-delay: 220.2s; + -o-animation-delay: 220.2s; + animation-delay: 220.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2203) +{ + -webkit-animation-delay: 220.3s; + -moz-animation-delay: 220.3s; + -o-animation-delay: 220.3s; + animation-delay: 220.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2204) +{ + -webkit-animation-delay: 220.4s; + -moz-animation-delay: 220.4s; + -o-animation-delay: 220.4s; + animation-delay: 220.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2205) +{ + -webkit-animation-delay: 220.5s; + -moz-animation-delay: 220.5s; + -o-animation-delay: 220.5s; + animation-delay: 220.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2206) +{ + -webkit-animation-delay: 220.6s; + -moz-animation-delay: 220.6s; + -o-animation-delay: 220.6s; + animation-delay: 220.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2207) +{ + -webkit-animation-delay: 220.7s; + -moz-animation-delay: 220.7s; + -o-animation-delay: 220.7s; + animation-delay: 220.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2208) +{ + -webkit-animation-delay: 220.8s; + -moz-animation-delay: 220.8s; + -o-animation-delay: 220.8s; + animation-delay: 220.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2209) +{ + -webkit-animation-delay: 220.9s; + -moz-animation-delay: 220.9s; + -o-animation-delay: 220.9s; + animation-delay: 220.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2210) +{ + -webkit-animation-delay: 221s; + -moz-animation-delay: 221s; + -o-animation-delay: 221s; + animation-delay: 221s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2211) +{ + -webkit-animation-delay: 221.1s; + -moz-animation-delay: 221.1s; + -o-animation-delay: 221.1s; + animation-delay: 221.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2212) +{ + -webkit-animation-delay: 221.2s; + -moz-animation-delay: 221.2s; + -o-animation-delay: 221.2s; + animation-delay: 221.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2213) +{ + -webkit-animation-delay: 221.3s; + -moz-animation-delay: 221.3s; + -o-animation-delay: 221.3s; + animation-delay: 221.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2214) +{ + -webkit-animation-delay: 221.4s; + -moz-animation-delay: 221.4s; + -o-animation-delay: 221.4s; + animation-delay: 221.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2215) +{ + -webkit-animation-delay: 221.5s; + -moz-animation-delay: 221.5s; + -o-animation-delay: 221.5s; + animation-delay: 221.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2216) +{ + -webkit-animation-delay: 221.6s; + -moz-animation-delay: 221.6s; + -o-animation-delay: 221.6s; + animation-delay: 221.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2217) +{ + -webkit-animation-delay: 221.7s; + -moz-animation-delay: 221.7s; + -o-animation-delay: 221.7s; + animation-delay: 221.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2218) +{ + -webkit-animation-delay: 221.8s; + -moz-animation-delay: 221.8s; + -o-animation-delay: 221.8s; + animation-delay: 221.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2219) +{ + -webkit-animation-delay: 221.9s; + -moz-animation-delay: 221.9s; + -o-animation-delay: 221.9s; + animation-delay: 221.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2220) +{ + -webkit-animation-delay: 222s; + -moz-animation-delay: 222s; + -o-animation-delay: 222s; + animation-delay: 222s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2221) +{ + -webkit-animation-delay: 222.1s; + -moz-animation-delay: 222.1s; + -o-animation-delay: 222.1s; + animation-delay: 222.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2222) +{ + -webkit-animation-delay: 222.2s; + -moz-animation-delay: 222.2s; + -o-animation-delay: 222.2s; + animation-delay: 222.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2223) +{ + -webkit-animation-delay: 222.3s; + -moz-animation-delay: 222.3s; + -o-animation-delay: 222.3s; + animation-delay: 222.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2224) +{ + -webkit-animation-delay: 222.4s; + -moz-animation-delay: 222.4s; + -o-animation-delay: 222.4s; + animation-delay: 222.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2225) +{ + -webkit-animation-delay: 222.5s; + -moz-animation-delay: 222.5s; + -o-animation-delay: 222.5s; + animation-delay: 222.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2226) +{ + -webkit-animation-delay: 222.6s; + -moz-animation-delay: 222.6s; + -o-animation-delay: 222.6s; + animation-delay: 222.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2227) +{ + -webkit-animation-delay: 222.7s; + -moz-animation-delay: 222.7s; + -o-animation-delay: 222.7s; + animation-delay: 222.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2228) +{ + -webkit-animation-delay: 222.8s; + -moz-animation-delay: 222.8s; + -o-animation-delay: 222.8s; + animation-delay: 222.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2229) +{ + -webkit-animation-delay: 222.9s; + -moz-animation-delay: 222.9s; + -o-animation-delay: 222.9s; + animation-delay: 222.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2230) +{ + -webkit-animation-delay: 223s; + -moz-animation-delay: 223s; + -o-animation-delay: 223s; + animation-delay: 223s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2231) +{ + -webkit-animation-delay: 223.1s; + -moz-animation-delay: 223.1s; + -o-animation-delay: 223.1s; + animation-delay: 223.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2232) +{ + -webkit-animation-delay: 223.2s; + -moz-animation-delay: 223.2s; + -o-animation-delay: 223.2s; + animation-delay: 223.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2233) +{ + -webkit-animation-delay: 223.3s; + -moz-animation-delay: 223.3s; + -o-animation-delay: 223.3s; + animation-delay: 223.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2234) +{ + -webkit-animation-delay: 223.4s; + -moz-animation-delay: 223.4s; + -o-animation-delay: 223.4s; + animation-delay: 223.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2235) +{ + -webkit-animation-delay: 223.5s; + -moz-animation-delay: 223.5s; + -o-animation-delay: 223.5s; + animation-delay: 223.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2236) +{ + -webkit-animation-delay: 223.6s; + -moz-animation-delay: 223.6s; + -o-animation-delay: 223.6s; + animation-delay: 223.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2237) +{ + -webkit-animation-delay: 223.7s; + -moz-animation-delay: 223.7s; + -o-animation-delay: 223.7s; + animation-delay: 223.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2238) +{ + -webkit-animation-delay: 223.8s; + -moz-animation-delay: 223.8s; + -o-animation-delay: 223.8s; + animation-delay: 223.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2239) +{ + -webkit-animation-delay: 223.9s; + -moz-animation-delay: 223.9s; + -o-animation-delay: 223.9s; + animation-delay: 223.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2240) +{ + -webkit-animation-delay: 224s; + -moz-animation-delay: 224s; + -o-animation-delay: 224s; + animation-delay: 224s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2241) +{ + -webkit-animation-delay: 224.1s; + -moz-animation-delay: 224.1s; + -o-animation-delay: 224.1s; + animation-delay: 224.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2242) +{ + -webkit-animation-delay: 224.2s; + -moz-animation-delay: 224.2s; + -o-animation-delay: 224.2s; + animation-delay: 224.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2243) +{ + -webkit-animation-delay: 224.3s; + -moz-animation-delay: 224.3s; + -o-animation-delay: 224.3s; + animation-delay: 224.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2244) +{ + -webkit-animation-delay: 224.4s; + -moz-animation-delay: 224.4s; + -o-animation-delay: 224.4s; + animation-delay: 224.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2245) +{ + -webkit-animation-delay: 224.5s; + -moz-animation-delay: 224.5s; + -o-animation-delay: 224.5s; + animation-delay: 224.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2246) +{ + -webkit-animation-delay: 224.6s; + -moz-animation-delay: 224.6s; + -o-animation-delay: 224.6s; + animation-delay: 224.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2247) +{ + -webkit-animation-delay: 224.7s; + -moz-animation-delay: 224.7s; + -o-animation-delay: 224.7s; + animation-delay: 224.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2248) +{ + -webkit-animation-delay: 224.8s; + -moz-animation-delay: 224.8s; + -o-animation-delay: 224.8s; + animation-delay: 224.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2249) +{ + -webkit-animation-delay: 224.9s; + -moz-animation-delay: 224.9s; + -o-animation-delay: 224.9s; + animation-delay: 224.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2250) +{ + -webkit-animation-delay: 225s; + -moz-animation-delay: 225s; + -o-animation-delay: 225s; + animation-delay: 225s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2251) +{ + -webkit-animation-delay: 225.1s; + -moz-animation-delay: 225.1s; + -o-animation-delay: 225.1s; + animation-delay: 225.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2252) +{ + -webkit-animation-delay: 225.2s; + -moz-animation-delay: 225.2s; + -o-animation-delay: 225.2s; + animation-delay: 225.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2253) +{ + -webkit-animation-delay: 225.3s; + -moz-animation-delay: 225.3s; + -o-animation-delay: 225.3s; + animation-delay: 225.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2254) +{ + -webkit-animation-delay: 225.4s; + -moz-animation-delay: 225.4s; + -o-animation-delay: 225.4s; + animation-delay: 225.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2255) +{ + -webkit-animation-delay: 225.5s; + -moz-animation-delay: 225.5s; + -o-animation-delay: 225.5s; + animation-delay: 225.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2256) +{ + -webkit-animation-delay: 225.6s; + -moz-animation-delay: 225.6s; + -o-animation-delay: 225.6s; + animation-delay: 225.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2257) +{ + -webkit-animation-delay: 225.7s; + -moz-animation-delay: 225.7s; + -o-animation-delay: 225.7s; + animation-delay: 225.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2258) +{ + -webkit-animation-delay: 225.8s; + -moz-animation-delay: 225.8s; + -o-animation-delay: 225.8s; + animation-delay: 225.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2259) +{ + -webkit-animation-delay: 225.9s; + -moz-animation-delay: 225.9s; + -o-animation-delay: 225.9s; + animation-delay: 225.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2260) +{ + -webkit-animation-delay: 226s; + -moz-animation-delay: 226s; + -o-animation-delay: 226s; + animation-delay: 226s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2261) +{ + -webkit-animation-delay: 226.1s; + -moz-animation-delay: 226.1s; + -o-animation-delay: 226.1s; + animation-delay: 226.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2262) +{ + -webkit-animation-delay: 226.2s; + -moz-animation-delay: 226.2s; + -o-animation-delay: 226.2s; + animation-delay: 226.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2263) +{ + -webkit-animation-delay: 226.3s; + -moz-animation-delay: 226.3s; + -o-animation-delay: 226.3s; + animation-delay: 226.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2264) +{ + -webkit-animation-delay: 226.4s; + -moz-animation-delay: 226.4s; + -o-animation-delay: 226.4s; + animation-delay: 226.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2265) +{ + -webkit-animation-delay: 226.5s; + -moz-animation-delay: 226.5s; + -o-animation-delay: 226.5s; + animation-delay: 226.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2266) +{ + -webkit-animation-delay: 226.6s; + -moz-animation-delay: 226.6s; + -o-animation-delay: 226.6s; + animation-delay: 226.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2267) +{ + -webkit-animation-delay: 226.7s; + -moz-animation-delay: 226.7s; + -o-animation-delay: 226.7s; + animation-delay: 226.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2268) +{ + -webkit-animation-delay: 226.8s; + -moz-animation-delay: 226.8s; + -o-animation-delay: 226.8s; + animation-delay: 226.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2269) +{ + -webkit-animation-delay: 226.9s; + -moz-animation-delay: 226.9s; + -o-animation-delay: 226.9s; + animation-delay: 226.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2270) +{ + -webkit-animation-delay: 227s; + -moz-animation-delay: 227s; + -o-animation-delay: 227s; + animation-delay: 227s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2271) +{ + -webkit-animation-delay: 227.1s; + -moz-animation-delay: 227.1s; + -o-animation-delay: 227.1s; + animation-delay: 227.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2272) +{ + -webkit-animation-delay: 227.2s; + -moz-animation-delay: 227.2s; + -o-animation-delay: 227.2s; + animation-delay: 227.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2273) +{ + -webkit-animation-delay: 227.3s; + -moz-animation-delay: 227.3s; + -o-animation-delay: 227.3s; + animation-delay: 227.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2274) +{ + -webkit-animation-delay: 227.4s; + -moz-animation-delay: 227.4s; + -o-animation-delay: 227.4s; + animation-delay: 227.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2275) +{ + -webkit-animation-delay: 227.5s; + -moz-animation-delay: 227.5s; + -o-animation-delay: 227.5s; + animation-delay: 227.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2276) +{ + -webkit-animation-delay: 227.6s; + -moz-animation-delay: 227.6s; + -o-animation-delay: 227.6s; + animation-delay: 227.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2277) +{ + -webkit-animation-delay: 227.7s; + -moz-animation-delay: 227.7s; + -o-animation-delay: 227.7s; + animation-delay: 227.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2278) +{ + -webkit-animation-delay: 227.8s; + -moz-animation-delay: 227.8s; + -o-animation-delay: 227.8s; + animation-delay: 227.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2279) +{ + -webkit-animation-delay: 227.9s; + -moz-animation-delay: 227.9s; + -o-animation-delay: 227.9s; + animation-delay: 227.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2280) +{ + -webkit-animation-delay: 228s; + -moz-animation-delay: 228s; + -o-animation-delay: 228s; + animation-delay: 228s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2281) +{ + -webkit-animation-delay: 228.1s; + -moz-animation-delay: 228.1s; + -o-animation-delay: 228.1s; + animation-delay: 228.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2282) +{ + -webkit-animation-delay: 228.2s; + -moz-animation-delay: 228.2s; + -o-animation-delay: 228.2s; + animation-delay: 228.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2283) +{ + -webkit-animation-delay: 228.3s; + -moz-animation-delay: 228.3s; + -o-animation-delay: 228.3s; + animation-delay: 228.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2284) +{ + -webkit-animation-delay: 228.4s; + -moz-animation-delay: 228.4s; + -o-animation-delay: 228.4s; + animation-delay: 228.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2285) +{ + -webkit-animation-delay: 228.5s; + -moz-animation-delay: 228.5s; + -o-animation-delay: 228.5s; + animation-delay: 228.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2286) +{ + -webkit-animation-delay: 228.6s; + -moz-animation-delay: 228.6s; + -o-animation-delay: 228.6s; + animation-delay: 228.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2287) +{ + -webkit-animation-delay: 228.7s; + -moz-animation-delay: 228.7s; + -o-animation-delay: 228.7s; + animation-delay: 228.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2288) +{ + -webkit-animation-delay: 228.8s; + -moz-animation-delay: 228.8s; + -o-animation-delay: 228.8s; + animation-delay: 228.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2289) +{ + -webkit-animation-delay: 228.9s; + -moz-animation-delay: 228.9s; + -o-animation-delay: 228.9s; + animation-delay: 228.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2290) +{ + -webkit-animation-delay: 229s; + -moz-animation-delay: 229s; + -o-animation-delay: 229s; + animation-delay: 229s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2291) +{ + -webkit-animation-delay: 229.1s; + -moz-animation-delay: 229.1s; + -o-animation-delay: 229.1s; + animation-delay: 229.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2292) +{ + -webkit-animation-delay: 229.2s; + -moz-animation-delay: 229.2s; + -o-animation-delay: 229.2s; + animation-delay: 229.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2293) +{ + -webkit-animation-delay: 229.3s; + -moz-animation-delay: 229.3s; + -o-animation-delay: 229.3s; + animation-delay: 229.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2294) +{ + -webkit-animation-delay: 229.4s; + -moz-animation-delay: 229.4s; + -o-animation-delay: 229.4s; + animation-delay: 229.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2295) +{ + -webkit-animation-delay: 229.5s; + -moz-animation-delay: 229.5s; + -o-animation-delay: 229.5s; + animation-delay: 229.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2296) +{ + -webkit-animation-delay: 229.6s; + -moz-animation-delay: 229.6s; + -o-animation-delay: 229.6s; + animation-delay: 229.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2297) +{ + -webkit-animation-delay: 229.7s; + -moz-animation-delay: 229.7s; + -o-animation-delay: 229.7s; + animation-delay: 229.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2298) +{ + -webkit-animation-delay: 229.8s; + -moz-animation-delay: 229.8s; + -o-animation-delay: 229.8s; + animation-delay: 229.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2299) +{ + -webkit-animation-delay: 229.9s; + -moz-animation-delay: 229.9s; + -o-animation-delay: 229.9s; + animation-delay: 229.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2300) +{ + -webkit-animation-delay: 230s; + -moz-animation-delay: 230s; + -o-animation-delay: 230s; + animation-delay: 230s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2301) +{ + -webkit-animation-delay: 230.1s; + -moz-animation-delay: 230.1s; + -o-animation-delay: 230.1s; + animation-delay: 230.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2302) +{ + -webkit-animation-delay: 230.2s; + -moz-animation-delay: 230.2s; + -o-animation-delay: 230.2s; + animation-delay: 230.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2303) +{ + -webkit-animation-delay: 230.3s; + -moz-animation-delay: 230.3s; + -o-animation-delay: 230.3s; + animation-delay: 230.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2304) +{ + -webkit-animation-delay: 230.4s; + -moz-animation-delay: 230.4s; + -o-animation-delay: 230.4s; + animation-delay: 230.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2305) +{ + -webkit-animation-delay: 230.5s; + -moz-animation-delay: 230.5s; + -o-animation-delay: 230.5s; + animation-delay: 230.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2306) +{ + -webkit-animation-delay: 230.6s; + -moz-animation-delay: 230.6s; + -o-animation-delay: 230.6s; + animation-delay: 230.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2307) +{ + -webkit-animation-delay: 230.7s; + -moz-animation-delay: 230.7s; + -o-animation-delay: 230.7s; + animation-delay: 230.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2308) +{ + -webkit-animation-delay: 230.8s; + -moz-animation-delay: 230.8s; + -o-animation-delay: 230.8s; + animation-delay: 230.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2309) +{ + -webkit-animation-delay: 230.9s; + -moz-animation-delay: 230.9s; + -o-animation-delay: 230.9s; + animation-delay: 230.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2310) +{ + -webkit-animation-delay: 231s; + -moz-animation-delay: 231s; + -o-animation-delay: 231s; + animation-delay: 231s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2311) +{ + -webkit-animation-delay: 231.1s; + -moz-animation-delay: 231.1s; + -o-animation-delay: 231.1s; + animation-delay: 231.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2312) +{ + -webkit-animation-delay: 231.2s; + -moz-animation-delay: 231.2s; + -o-animation-delay: 231.2s; + animation-delay: 231.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2313) +{ + -webkit-animation-delay: 231.3s; + -moz-animation-delay: 231.3s; + -o-animation-delay: 231.3s; + animation-delay: 231.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2314) +{ + -webkit-animation-delay: 231.4s; + -moz-animation-delay: 231.4s; + -o-animation-delay: 231.4s; + animation-delay: 231.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2315) +{ + -webkit-animation-delay: 231.5s; + -moz-animation-delay: 231.5s; + -o-animation-delay: 231.5s; + animation-delay: 231.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2316) +{ + -webkit-animation-delay: 231.6s; + -moz-animation-delay: 231.6s; + -o-animation-delay: 231.6s; + animation-delay: 231.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2317) +{ + -webkit-animation-delay: 231.7s; + -moz-animation-delay: 231.7s; + -o-animation-delay: 231.7s; + animation-delay: 231.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2318) +{ + -webkit-animation-delay: 231.8s; + -moz-animation-delay: 231.8s; + -o-animation-delay: 231.8s; + animation-delay: 231.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2319) +{ + -webkit-animation-delay: 231.9s; + -moz-animation-delay: 231.9s; + -o-animation-delay: 231.9s; + animation-delay: 231.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2320) +{ + -webkit-animation-delay: 232s; + -moz-animation-delay: 232s; + -o-animation-delay: 232s; + animation-delay: 232s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2321) +{ + -webkit-animation-delay: 232.1s; + -moz-animation-delay: 232.1s; + -o-animation-delay: 232.1s; + animation-delay: 232.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2322) +{ + -webkit-animation-delay: 232.2s; + -moz-animation-delay: 232.2s; + -o-animation-delay: 232.2s; + animation-delay: 232.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2323) +{ + -webkit-animation-delay: 232.3s; + -moz-animation-delay: 232.3s; + -o-animation-delay: 232.3s; + animation-delay: 232.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2324) +{ + -webkit-animation-delay: 232.4s; + -moz-animation-delay: 232.4s; + -o-animation-delay: 232.4s; + animation-delay: 232.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2325) +{ + -webkit-animation-delay: 232.5s; + -moz-animation-delay: 232.5s; + -o-animation-delay: 232.5s; + animation-delay: 232.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2326) +{ + -webkit-animation-delay: 232.6s; + -moz-animation-delay: 232.6s; + -o-animation-delay: 232.6s; + animation-delay: 232.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2327) +{ + -webkit-animation-delay: 232.7s; + -moz-animation-delay: 232.7s; + -o-animation-delay: 232.7s; + animation-delay: 232.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2328) +{ + -webkit-animation-delay: 232.8s; + -moz-animation-delay: 232.8s; + -o-animation-delay: 232.8s; + animation-delay: 232.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2329) +{ + -webkit-animation-delay: 232.9s; + -moz-animation-delay: 232.9s; + -o-animation-delay: 232.9s; + animation-delay: 232.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2330) +{ + -webkit-animation-delay: 233s; + -moz-animation-delay: 233s; + -o-animation-delay: 233s; + animation-delay: 233s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2331) +{ + -webkit-animation-delay: 233.1s; + -moz-animation-delay: 233.1s; + -o-animation-delay: 233.1s; + animation-delay: 233.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2332) +{ + -webkit-animation-delay: 233.2s; + -moz-animation-delay: 233.2s; + -o-animation-delay: 233.2s; + animation-delay: 233.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2333) +{ + -webkit-animation-delay: 233.3s; + -moz-animation-delay: 233.3s; + -o-animation-delay: 233.3s; + animation-delay: 233.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2334) +{ + -webkit-animation-delay: 233.4s; + -moz-animation-delay: 233.4s; + -o-animation-delay: 233.4s; + animation-delay: 233.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2335) +{ + -webkit-animation-delay: 233.5s; + -moz-animation-delay: 233.5s; + -o-animation-delay: 233.5s; + animation-delay: 233.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2336) +{ + -webkit-animation-delay: 233.6s; + -moz-animation-delay: 233.6s; + -o-animation-delay: 233.6s; + animation-delay: 233.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2337) +{ + -webkit-animation-delay: 233.7s; + -moz-animation-delay: 233.7s; + -o-animation-delay: 233.7s; + animation-delay: 233.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2338) +{ + -webkit-animation-delay: 233.8s; + -moz-animation-delay: 233.8s; + -o-animation-delay: 233.8s; + animation-delay: 233.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2339) +{ + -webkit-animation-delay: 233.9s; + -moz-animation-delay: 233.9s; + -o-animation-delay: 233.9s; + animation-delay: 233.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2340) +{ + -webkit-animation-delay: 234s; + -moz-animation-delay: 234s; + -o-animation-delay: 234s; + animation-delay: 234s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2341) +{ + -webkit-animation-delay: 234.1s; + -moz-animation-delay: 234.1s; + -o-animation-delay: 234.1s; + animation-delay: 234.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2342) +{ + -webkit-animation-delay: 234.2s; + -moz-animation-delay: 234.2s; + -o-animation-delay: 234.2s; + animation-delay: 234.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2343) +{ + -webkit-animation-delay: 234.3s; + -moz-animation-delay: 234.3s; + -o-animation-delay: 234.3s; + animation-delay: 234.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2344) +{ + -webkit-animation-delay: 234.4s; + -moz-animation-delay: 234.4s; + -o-animation-delay: 234.4s; + animation-delay: 234.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2345) +{ + -webkit-animation-delay: 234.5s; + -moz-animation-delay: 234.5s; + -o-animation-delay: 234.5s; + animation-delay: 234.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2346) +{ + -webkit-animation-delay: 234.6s; + -moz-animation-delay: 234.6s; + -o-animation-delay: 234.6s; + animation-delay: 234.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2347) +{ + -webkit-animation-delay: 234.7s; + -moz-animation-delay: 234.7s; + -o-animation-delay: 234.7s; + animation-delay: 234.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2348) +{ + -webkit-animation-delay: 234.8s; + -moz-animation-delay: 234.8s; + -o-animation-delay: 234.8s; + animation-delay: 234.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2349) +{ + -webkit-animation-delay: 234.9s; + -moz-animation-delay: 234.9s; + -o-animation-delay: 234.9s; + animation-delay: 234.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2350) +{ + -webkit-animation-delay: 235s; + -moz-animation-delay: 235s; + -o-animation-delay: 235s; + animation-delay: 235s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2351) +{ + -webkit-animation-delay: 235.1s; + -moz-animation-delay: 235.1s; + -o-animation-delay: 235.1s; + animation-delay: 235.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2352) +{ + -webkit-animation-delay: 235.2s; + -moz-animation-delay: 235.2s; + -o-animation-delay: 235.2s; + animation-delay: 235.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2353) +{ + -webkit-animation-delay: 235.3s; + -moz-animation-delay: 235.3s; + -o-animation-delay: 235.3s; + animation-delay: 235.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2354) +{ + -webkit-animation-delay: 235.4s; + -moz-animation-delay: 235.4s; + -o-animation-delay: 235.4s; + animation-delay: 235.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2355) +{ + -webkit-animation-delay: 235.5s; + -moz-animation-delay: 235.5s; + -o-animation-delay: 235.5s; + animation-delay: 235.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2356) +{ + -webkit-animation-delay: 235.6s; + -moz-animation-delay: 235.6s; + -o-animation-delay: 235.6s; + animation-delay: 235.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2357) +{ + -webkit-animation-delay: 235.7s; + -moz-animation-delay: 235.7s; + -o-animation-delay: 235.7s; + animation-delay: 235.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2358) +{ + -webkit-animation-delay: 235.8s; + -moz-animation-delay: 235.8s; + -o-animation-delay: 235.8s; + animation-delay: 235.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2359) +{ + -webkit-animation-delay: 235.9s; + -moz-animation-delay: 235.9s; + -o-animation-delay: 235.9s; + animation-delay: 235.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2360) +{ + -webkit-animation-delay: 236s; + -moz-animation-delay: 236s; + -o-animation-delay: 236s; + animation-delay: 236s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2361) +{ + -webkit-animation-delay: 236.1s; + -moz-animation-delay: 236.1s; + -o-animation-delay: 236.1s; + animation-delay: 236.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2362) +{ + -webkit-animation-delay: 236.2s; + -moz-animation-delay: 236.2s; + -o-animation-delay: 236.2s; + animation-delay: 236.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2363) +{ + -webkit-animation-delay: 236.3s; + -moz-animation-delay: 236.3s; + -o-animation-delay: 236.3s; + animation-delay: 236.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2364) +{ + -webkit-animation-delay: 236.4s; + -moz-animation-delay: 236.4s; + -o-animation-delay: 236.4s; + animation-delay: 236.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2365) +{ + -webkit-animation-delay: 236.5s; + -moz-animation-delay: 236.5s; + -o-animation-delay: 236.5s; + animation-delay: 236.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2366) +{ + -webkit-animation-delay: 236.6s; + -moz-animation-delay: 236.6s; + -o-animation-delay: 236.6s; + animation-delay: 236.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2367) +{ + -webkit-animation-delay: 236.7s; + -moz-animation-delay: 236.7s; + -o-animation-delay: 236.7s; + animation-delay: 236.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2368) +{ + -webkit-animation-delay: 236.8s; + -moz-animation-delay: 236.8s; + -o-animation-delay: 236.8s; + animation-delay: 236.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2369) +{ + -webkit-animation-delay: 236.9s; + -moz-animation-delay: 236.9s; + -o-animation-delay: 236.9s; + animation-delay: 236.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2370) +{ + -webkit-animation-delay: 237s; + -moz-animation-delay: 237s; + -o-animation-delay: 237s; + animation-delay: 237s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2371) +{ + -webkit-animation-delay: 237.1s; + -moz-animation-delay: 237.1s; + -o-animation-delay: 237.1s; + animation-delay: 237.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2372) +{ + -webkit-animation-delay: 237.2s; + -moz-animation-delay: 237.2s; + -o-animation-delay: 237.2s; + animation-delay: 237.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2373) +{ + -webkit-animation-delay: 237.3s; + -moz-animation-delay: 237.3s; + -o-animation-delay: 237.3s; + animation-delay: 237.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2374) +{ + -webkit-animation-delay: 237.4s; + -moz-animation-delay: 237.4s; + -o-animation-delay: 237.4s; + animation-delay: 237.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2375) +{ + -webkit-animation-delay: 237.5s; + -moz-animation-delay: 237.5s; + -o-animation-delay: 237.5s; + animation-delay: 237.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2376) +{ + -webkit-animation-delay: 237.6s; + -moz-animation-delay: 237.6s; + -o-animation-delay: 237.6s; + animation-delay: 237.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2377) +{ + -webkit-animation-delay: 237.7s; + -moz-animation-delay: 237.7s; + -o-animation-delay: 237.7s; + animation-delay: 237.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2378) +{ + -webkit-animation-delay: 237.8s; + -moz-animation-delay: 237.8s; + -o-animation-delay: 237.8s; + animation-delay: 237.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2379) +{ + -webkit-animation-delay: 237.9s; + -moz-animation-delay: 237.9s; + -o-animation-delay: 237.9s; + animation-delay: 237.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2380) +{ + -webkit-animation-delay: 238s; + -moz-animation-delay: 238s; + -o-animation-delay: 238s; + animation-delay: 238s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2381) +{ + -webkit-animation-delay: 238.1s; + -moz-animation-delay: 238.1s; + -o-animation-delay: 238.1s; + animation-delay: 238.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2382) +{ + -webkit-animation-delay: 238.2s; + -moz-animation-delay: 238.2s; + -o-animation-delay: 238.2s; + animation-delay: 238.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2383) +{ + -webkit-animation-delay: 238.3s; + -moz-animation-delay: 238.3s; + -o-animation-delay: 238.3s; + animation-delay: 238.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2384) +{ + -webkit-animation-delay: 238.4s; + -moz-animation-delay: 238.4s; + -o-animation-delay: 238.4s; + animation-delay: 238.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2385) +{ + -webkit-animation-delay: 238.5s; + -moz-animation-delay: 238.5s; + -o-animation-delay: 238.5s; + animation-delay: 238.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2386) +{ + -webkit-animation-delay: 238.6s; + -moz-animation-delay: 238.6s; + -o-animation-delay: 238.6s; + animation-delay: 238.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2387) +{ + -webkit-animation-delay: 238.7s; + -moz-animation-delay: 238.7s; + -o-animation-delay: 238.7s; + animation-delay: 238.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2388) +{ + -webkit-animation-delay: 238.8s; + -moz-animation-delay: 238.8s; + -o-animation-delay: 238.8s; + animation-delay: 238.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2389) +{ + -webkit-animation-delay: 238.9s; + -moz-animation-delay: 238.9s; + -o-animation-delay: 238.9s; + animation-delay: 238.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2390) +{ + -webkit-animation-delay: 239s; + -moz-animation-delay: 239s; + -o-animation-delay: 239s; + animation-delay: 239s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2391) +{ + -webkit-animation-delay: 239.1s; + -moz-animation-delay: 239.1s; + -o-animation-delay: 239.1s; + animation-delay: 239.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2392) +{ + -webkit-animation-delay: 239.2s; + -moz-animation-delay: 239.2s; + -o-animation-delay: 239.2s; + animation-delay: 239.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2393) +{ + -webkit-animation-delay: 239.3s; + -moz-animation-delay: 239.3s; + -o-animation-delay: 239.3s; + animation-delay: 239.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2394) +{ + -webkit-animation-delay: 239.4s; + -moz-animation-delay: 239.4s; + -o-animation-delay: 239.4s; + animation-delay: 239.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2395) +{ + -webkit-animation-delay: 239.5s; + -moz-animation-delay: 239.5s; + -o-animation-delay: 239.5s; + animation-delay: 239.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2396) +{ + -webkit-animation-delay: 239.6s; + -moz-animation-delay: 239.6s; + -o-animation-delay: 239.6s; + animation-delay: 239.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2397) +{ + -webkit-animation-delay: 239.7s; + -moz-animation-delay: 239.7s; + -o-animation-delay: 239.7s; + animation-delay: 239.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2398) +{ + -webkit-animation-delay: 239.8s; + -moz-animation-delay: 239.8s; + -o-animation-delay: 239.8s; + animation-delay: 239.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2399) +{ + -webkit-animation-delay: 239.9s; + -moz-animation-delay: 239.9s; + -o-animation-delay: 239.9s; + animation-delay: 239.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2400) +{ + -webkit-animation-delay: 240s; + -moz-animation-delay: 240s; + -o-animation-delay: 240s; + animation-delay: 240s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2401) +{ + -webkit-animation-delay: 240.1s; + -moz-animation-delay: 240.1s; + -o-animation-delay: 240.1s; + animation-delay: 240.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2402) +{ + -webkit-animation-delay: 240.2s; + -moz-animation-delay: 240.2s; + -o-animation-delay: 240.2s; + animation-delay: 240.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2403) +{ + -webkit-animation-delay: 240.3s; + -moz-animation-delay: 240.3s; + -o-animation-delay: 240.3s; + animation-delay: 240.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2404) +{ + -webkit-animation-delay: 240.4s; + -moz-animation-delay: 240.4s; + -o-animation-delay: 240.4s; + animation-delay: 240.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2405) +{ + -webkit-animation-delay: 240.5s; + -moz-animation-delay: 240.5s; + -o-animation-delay: 240.5s; + animation-delay: 240.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2406) +{ + -webkit-animation-delay: 240.6s; + -moz-animation-delay: 240.6s; + -o-animation-delay: 240.6s; + animation-delay: 240.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2407) +{ + -webkit-animation-delay: 240.7s; + -moz-animation-delay: 240.7s; + -o-animation-delay: 240.7s; + animation-delay: 240.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2408) +{ + -webkit-animation-delay: 240.8s; + -moz-animation-delay: 240.8s; + -o-animation-delay: 240.8s; + animation-delay: 240.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2409) +{ + -webkit-animation-delay: 240.9s; + -moz-animation-delay: 240.9s; + -o-animation-delay: 240.9s; + animation-delay: 240.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2410) +{ + -webkit-animation-delay: 241s; + -moz-animation-delay: 241s; + -o-animation-delay: 241s; + animation-delay: 241s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2411) +{ + -webkit-animation-delay: 241.1s; + -moz-animation-delay: 241.1s; + -o-animation-delay: 241.1s; + animation-delay: 241.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2412) +{ + -webkit-animation-delay: 241.2s; + -moz-animation-delay: 241.2s; + -o-animation-delay: 241.2s; + animation-delay: 241.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2413) +{ + -webkit-animation-delay: 241.3s; + -moz-animation-delay: 241.3s; + -o-animation-delay: 241.3s; + animation-delay: 241.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2414) +{ + -webkit-animation-delay: 241.4s; + -moz-animation-delay: 241.4s; + -o-animation-delay: 241.4s; + animation-delay: 241.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2415) +{ + -webkit-animation-delay: 241.5s; + -moz-animation-delay: 241.5s; + -o-animation-delay: 241.5s; + animation-delay: 241.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2416) +{ + -webkit-animation-delay: 241.6s; + -moz-animation-delay: 241.6s; + -o-animation-delay: 241.6s; + animation-delay: 241.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2417) +{ + -webkit-animation-delay: 241.7s; + -moz-animation-delay: 241.7s; + -o-animation-delay: 241.7s; + animation-delay: 241.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2418) +{ + -webkit-animation-delay: 241.8s; + -moz-animation-delay: 241.8s; + -o-animation-delay: 241.8s; + animation-delay: 241.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2419) +{ + -webkit-animation-delay: 241.9s; + -moz-animation-delay: 241.9s; + -o-animation-delay: 241.9s; + animation-delay: 241.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2420) +{ + -webkit-animation-delay: 242s; + -moz-animation-delay: 242s; + -o-animation-delay: 242s; + animation-delay: 242s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2421) +{ + -webkit-animation-delay: 242.1s; + -moz-animation-delay: 242.1s; + -o-animation-delay: 242.1s; + animation-delay: 242.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2422) +{ + -webkit-animation-delay: 242.2s; + -moz-animation-delay: 242.2s; + -o-animation-delay: 242.2s; + animation-delay: 242.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2423) +{ + -webkit-animation-delay: 242.3s; + -moz-animation-delay: 242.3s; + -o-animation-delay: 242.3s; + animation-delay: 242.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2424) +{ + -webkit-animation-delay: 242.4s; + -moz-animation-delay: 242.4s; + -o-animation-delay: 242.4s; + animation-delay: 242.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2425) +{ + -webkit-animation-delay: 242.5s; + -moz-animation-delay: 242.5s; + -o-animation-delay: 242.5s; + animation-delay: 242.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2426) +{ + -webkit-animation-delay: 242.6s; + -moz-animation-delay: 242.6s; + -o-animation-delay: 242.6s; + animation-delay: 242.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2427) +{ + -webkit-animation-delay: 242.7s; + -moz-animation-delay: 242.7s; + -o-animation-delay: 242.7s; + animation-delay: 242.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2428) +{ + -webkit-animation-delay: 242.8s; + -moz-animation-delay: 242.8s; + -o-animation-delay: 242.8s; + animation-delay: 242.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2429) +{ + -webkit-animation-delay: 242.9s; + -moz-animation-delay: 242.9s; + -o-animation-delay: 242.9s; + animation-delay: 242.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2430) +{ + -webkit-animation-delay: 243s; + -moz-animation-delay: 243s; + -o-animation-delay: 243s; + animation-delay: 243s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2431) +{ + -webkit-animation-delay: 243.1s; + -moz-animation-delay: 243.1s; + -o-animation-delay: 243.1s; + animation-delay: 243.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2432) +{ + -webkit-animation-delay: 243.2s; + -moz-animation-delay: 243.2s; + -o-animation-delay: 243.2s; + animation-delay: 243.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2433) +{ + -webkit-animation-delay: 243.3s; + -moz-animation-delay: 243.3s; + -o-animation-delay: 243.3s; + animation-delay: 243.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2434) +{ + -webkit-animation-delay: 243.4s; + -moz-animation-delay: 243.4s; + -o-animation-delay: 243.4s; + animation-delay: 243.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2435) +{ + -webkit-animation-delay: 243.5s; + -moz-animation-delay: 243.5s; + -o-animation-delay: 243.5s; + animation-delay: 243.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2436) +{ + -webkit-animation-delay: 243.6s; + -moz-animation-delay: 243.6s; + -o-animation-delay: 243.6s; + animation-delay: 243.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2437) +{ + -webkit-animation-delay: 243.7s; + -moz-animation-delay: 243.7s; + -o-animation-delay: 243.7s; + animation-delay: 243.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2438) +{ + -webkit-animation-delay: 243.8s; + -moz-animation-delay: 243.8s; + -o-animation-delay: 243.8s; + animation-delay: 243.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2439) +{ + -webkit-animation-delay: 243.9s; + -moz-animation-delay: 243.9s; + -o-animation-delay: 243.9s; + animation-delay: 243.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2440) +{ + -webkit-animation-delay: 244s; + -moz-animation-delay: 244s; + -o-animation-delay: 244s; + animation-delay: 244s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2441) +{ + -webkit-animation-delay: 244.1s; + -moz-animation-delay: 244.1s; + -o-animation-delay: 244.1s; + animation-delay: 244.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2442) +{ + -webkit-animation-delay: 244.2s; + -moz-animation-delay: 244.2s; + -o-animation-delay: 244.2s; + animation-delay: 244.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2443) +{ + -webkit-animation-delay: 244.3s; + -moz-animation-delay: 244.3s; + -o-animation-delay: 244.3s; + animation-delay: 244.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2444) +{ + -webkit-animation-delay: 244.4s; + -moz-animation-delay: 244.4s; + -o-animation-delay: 244.4s; + animation-delay: 244.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2445) +{ + -webkit-animation-delay: 244.5s; + -moz-animation-delay: 244.5s; + -o-animation-delay: 244.5s; + animation-delay: 244.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2446) +{ + -webkit-animation-delay: 244.6s; + -moz-animation-delay: 244.6s; + -o-animation-delay: 244.6s; + animation-delay: 244.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2447) +{ + -webkit-animation-delay: 244.7s; + -moz-animation-delay: 244.7s; + -o-animation-delay: 244.7s; + animation-delay: 244.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2448) +{ + -webkit-animation-delay: 244.8s; + -moz-animation-delay: 244.8s; + -o-animation-delay: 244.8s; + animation-delay: 244.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2449) +{ + -webkit-animation-delay: 244.9s; + -moz-animation-delay: 244.9s; + -o-animation-delay: 244.9s; + animation-delay: 244.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2450) +{ + -webkit-animation-delay: 245s; + -moz-animation-delay: 245s; + -o-animation-delay: 245s; + animation-delay: 245s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2451) +{ + -webkit-animation-delay: 245.1s; + -moz-animation-delay: 245.1s; + -o-animation-delay: 245.1s; + animation-delay: 245.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2452) +{ + -webkit-animation-delay: 245.2s; + -moz-animation-delay: 245.2s; + -o-animation-delay: 245.2s; + animation-delay: 245.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2453) +{ + -webkit-animation-delay: 245.3s; + -moz-animation-delay: 245.3s; + -o-animation-delay: 245.3s; + animation-delay: 245.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2454) +{ + -webkit-animation-delay: 245.4s; + -moz-animation-delay: 245.4s; + -o-animation-delay: 245.4s; + animation-delay: 245.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2455) +{ + -webkit-animation-delay: 245.5s; + -moz-animation-delay: 245.5s; + -o-animation-delay: 245.5s; + animation-delay: 245.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2456) +{ + -webkit-animation-delay: 245.6s; + -moz-animation-delay: 245.6s; + -o-animation-delay: 245.6s; + animation-delay: 245.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2457) +{ + -webkit-animation-delay: 245.7s; + -moz-animation-delay: 245.7s; + -o-animation-delay: 245.7s; + animation-delay: 245.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2458) +{ + -webkit-animation-delay: 245.8s; + -moz-animation-delay: 245.8s; + -o-animation-delay: 245.8s; + animation-delay: 245.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2459) +{ + -webkit-animation-delay: 245.9s; + -moz-animation-delay: 245.9s; + -o-animation-delay: 245.9s; + animation-delay: 245.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2460) +{ + -webkit-animation-delay: 246s; + -moz-animation-delay: 246s; + -o-animation-delay: 246s; + animation-delay: 246s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2461) +{ + -webkit-animation-delay: 246.1s; + -moz-animation-delay: 246.1s; + -o-animation-delay: 246.1s; + animation-delay: 246.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2462) +{ + -webkit-animation-delay: 246.2s; + -moz-animation-delay: 246.2s; + -o-animation-delay: 246.2s; + animation-delay: 246.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2463) +{ + -webkit-animation-delay: 246.3s; + -moz-animation-delay: 246.3s; + -o-animation-delay: 246.3s; + animation-delay: 246.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2464) +{ + -webkit-animation-delay: 246.4s; + -moz-animation-delay: 246.4s; + -o-animation-delay: 246.4s; + animation-delay: 246.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2465) +{ + -webkit-animation-delay: 246.5s; + -moz-animation-delay: 246.5s; + -o-animation-delay: 246.5s; + animation-delay: 246.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2466) +{ + -webkit-animation-delay: 246.6s; + -moz-animation-delay: 246.6s; + -o-animation-delay: 246.6s; + animation-delay: 246.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2467) +{ + -webkit-animation-delay: 246.7s; + -moz-animation-delay: 246.7s; + -o-animation-delay: 246.7s; + animation-delay: 246.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2468) +{ + -webkit-animation-delay: 246.8s; + -moz-animation-delay: 246.8s; + -o-animation-delay: 246.8s; + animation-delay: 246.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2469) +{ + -webkit-animation-delay: 246.9s; + -moz-animation-delay: 246.9s; + -o-animation-delay: 246.9s; + animation-delay: 246.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2470) +{ + -webkit-animation-delay: 247s; + -moz-animation-delay: 247s; + -o-animation-delay: 247s; + animation-delay: 247s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2471) +{ + -webkit-animation-delay: 247.1s; + -moz-animation-delay: 247.1s; + -o-animation-delay: 247.1s; + animation-delay: 247.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2472) +{ + -webkit-animation-delay: 247.2s; + -moz-animation-delay: 247.2s; + -o-animation-delay: 247.2s; + animation-delay: 247.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2473) +{ + -webkit-animation-delay: 247.3s; + -moz-animation-delay: 247.3s; + -o-animation-delay: 247.3s; + animation-delay: 247.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2474) +{ + -webkit-animation-delay: 247.4s; + -moz-animation-delay: 247.4s; + -o-animation-delay: 247.4s; + animation-delay: 247.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2475) +{ + -webkit-animation-delay: 247.5s; + -moz-animation-delay: 247.5s; + -o-animation-delay: 247.5s; + animation-delay: 247.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2476) +{ + -webkit-animation-delay: 247.6s; + -moz-animation-delay: 247.6s; + -o-animation-delay: 247.6s; + animation-delay: 247.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2477) +{ + -webkit-animation-delay: 247.7s; + -moz-animation-delay: 247.7s; + -o-animation-delay: 247.7s; + animation-delay: 247.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2478) +{ + -webkit-animation-delay: 247.8s; + -moz-animation-delay: 247.8s; + -o-animation-delay: 247.8s; + animation-delay: 247.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2479) +{ + -webkit-animation-delay: 247.9s; + -moz-animation-delay: 247.9s; + -o-animation-delay: 247.9s; + animation-delay: 247.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2480) +{ + -webkit-animation-delay: 248s; + -moz-animation-delay: 248s; + -o-animation-delay: 248s; + animation-delay: 248s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2481) +{ + -webkit-animation-delay: 248.1s; + -moz-animation-delay: 248.1s; + -o-animation-delay: 248.1s; + animation-delay: 248.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2482) +{ + -webkit-animation-delay: 248.2s; + -moz-animation-delay: 248.2s; + -o-animation-delay: 248.2s; + animation-delay: 248.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2483) +{ + -webkit-animation-delay: 248.3s; + -moz-animation-delay: 248.3s; + -o-animation-delay: 248.3s; + animation-delay: 248.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2484) +{ + -webkit-animation-delay: 248.4s; + -moz-animation-delay: 248.4s; + -o-animation-delay: 248.4s; + animation-delay: 248.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2485) +{ + -webkit-animation-delay: 248.5s; + -moz-animation-delay: 248.5s; + -o-animation-delay: 248.5s; + animation-delay: 248.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2486) +{ + -webkit-animation-delay: 248.6s; + -moz-animation-delay: 248.6s; + -o-animation-delay: 248.6s; + animation-delay: 248.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2487) +{ + -webkit-animation-delay: 248.7s; + -moz-animation-delay: 248.7s; + -o-animation-delay: 248.7s; + animation-delay: 248.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2488) +{ + -webkit-animation-delay: 248.8s; + -moz-animation-delay: 248.8s; + -o-animation-delay: 248.8s; + animation-delay: 248.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2489) +{ + -webkit-animation-delay: 248.9s; + -moz-animation-delay: 248.9s; + -o-animation-delay: 248.9s; + animation-delay: 248.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2490) +{ + -webkit-animation-delay: 249s; + -moz-animation-delay: 249s; + -o-animation-delay: 249s; + animation-delay: 249s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2491) +{ + -webkit-animation-delay: 249.1s; + -moz-animation-delay: 249.1s; + -o-animation-delay: 249.1s; + animation-delay: 249.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2492) +{ + -webkit-animation-delay: 249.2s; + -moz-animation-delay: 249.2s; + -o-animation-delay: 249.2s; + animation-delay: 249.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2493) +{ + -webkit-animation-delay: 249.3s; + -moz-animation-delay: 249.3s; + -o-animation-delay: 249.3s; + animation-delay: 249.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2494) +{ + -webkit-animation-delay: 249.4s; + -moz-animation-delay: 249.4s; + -o-animation-delay: 249.4s; + animation-delay: 249.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2495) +{ + -webkit-animation-delay: 249.5s; + -moz-animation-delay: 249.5s; + -o-animation-delay: 249.5s; + animation-delay: 249.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2496) +{ + -webkit-animation-delay: 249.6s; + -moz-animation-delay: 249.6s; + -o-animation-delay: 249.6s; + animation-delay: 249.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2497) +{ + -webkit-animation-delay: 249.7s; + -moz-animation-delay: 249.7s; + -o-animation-delay: 249.7s; + animation-delay: 249.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2498) +{ + -webkit-animation-delay: 249.8s; + -moz-animation-delay: 249.8s; + -o-animation-delay: 249.8s; + animation-delay: 249.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2499) +{ + -webkit-animation-delay: 249.9s; + -moz-animation-delay: 249.9s; + -o-animation-delay: 249.9s; + animation-delay: 249.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2500) +{ + -webkit-animation-delay: 250s; + -moz-animation-delay: 250s; + -o-animation-delay: 250s; + animation-delay: 250s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2501) +{ + -webkit-animation-delay: 250.1s; + -moz-animation-delay: 250.1s; + -o-animation-delay: 250.1s; + animation-delay: 250.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2502) +{ + -webkit-animation-delay: 250.2s; + -moz-animation-delay: 250.2s; + -o-animation-delay: 250.2s; + animation-delay: 250.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2503) +{ + -webkit-animation-delay: 250.3s; + -moz-animation-delay: 250.3s; + -o-animation-delay: 250.3s; + animation-delay: 250.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2504) +{ + -webkit-animation-delay: 250.4s; + -moz-animation-delay: 250.4s; + -o-animation-delay: 250.4s; + animation-delay: 250.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2505) +{ + -webkit-animation-delay: 250.5s; + -moz-animation-delay: 250.5s; + -o-animation-delay: 250.5s; + animation-delay: 250.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2506) +{ + -webkit-animation-delay: 250.6s; + -moz-animation-delay: 250.6s; + -o-animation-delay: 250.6s; + animation-delay: 250.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2507) +{ + -webkit-animation-delay: 250.7s; + -moz-animation-delay: 250.7s; + -o-animation-delay: 250.7s; + animation-delay: 250.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2508) +{ + -webkit-animation-delay: 250.8s; + -moz-animation-delay: 250.8s; + -o-animation-delay: 250.8s; + animation-delay: 250.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2509) +{ + -webkit-animation-delay: 250.9s; + -moz-animation-delay: 250.9s; + -o-animation-delay: 250.9s; + animation-delay: 250.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2510) +{ + -webkit-animation-delay: 251s; + -moz-animation-delay: 251s; + -o-animation-delay: 251s; + animation-delay: 251s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2511) +{ + -webkit-animation-delay: 251.1s; + -moz-animation-delay: 251.1s; + -o-animation-delay: 251.1s; + animation-delay: 251.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2512) +{ + -webkit-animation-delay: 251.2s; + -moz-animation-delay: 251.2s; + -o-animation-delay: 251.2s; + animation-delay: 251.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2513) +{ + -webkit-animation-delay: 251.3s; + -moz-animation-delay: 251.3s; + -o-animation-delay: 251.3s; + animation-delay: 251.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2514) +{ + -webkit-animation-delay: 251.4s; + -moz-animation-delay: 251.4s; + -o-animation-delay: 251.4s; + animation-delay: 251.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2515) +{ + -webkit-animation-delay: 251.5s; + -moz-animation-delay: 251.5s; + -o-animation-delay: 251.5s; + animation-delay: 251.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2516) +{ + -webkit-animation-delay: 251.6s; + -moz-animation-delay: 251.6s; + -o-animation-delay: 251.6s; + animation-delay: 251.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2517) +{ + -webkit-animation-delay: 251.7s; + -moz-animation-delay: 251.7s; + -o-animation-delay: 251.7s; + animation-delay: 251.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2518) +{ + -webkit-animation-delay: 251.8s; + -moz-animation-delay: 251.8s; + -o-animation-delay: 251.8s; + animation-delay: 251.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2519) +{ + -webkit-animation-delay: 251.9s; + -moz-animation-delay: 251.9s; + -o-animation-delay: 251.9s; + animation-delay: 251.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2520) +{ + -webkit-animation-delay: 252s; + -moz-animation-delay: 252s; + -o-animation-delay: 252s; + animation-delay: 252s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2521) +{ + -webkit-animation-delay: 252.1s; + -moz-animation-delay: 252.1s; + -o-animation-delay: 252.1s; + animation-delay: 252.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2522) +{ + -webkit-animation-delay: 252.2s; + -moz-animation-delay: 252.2s; + -o-animation-delay: 252.2s; + animation-delay: 252.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2523) +{ + -webkit-animation-delay: 252.3s; + -moz-animation-delay: 252.3s; + -o-animation-delay: 252.3s; + animation-delay: 252.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2524) +{ + -webkit-animation-delay: 252.4s; + -moz-animation-delay: 252.4s; + -o-animation-delay: 252.4s; + animation-delay: 252.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2525) +{ + -webkit-animation-delay: 252.5s; + -moz-animation-delay: 252.5s; + -o-animation-delay: 252.5s; + animation-delay: 252.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2526) +{ + -webkit-animation-delay: 252.6s; + -moz-animation-delay: 252.6s; + -o-animation-delay: 252.6s; + animation-delay: 252.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2527) +{ + -webkit-animation-delay: 252.7s; + -moz-animation-delay: 252.7s; + -o-animation-delay: 252.7s; + animation-delay: 252.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2528) +{ + -webkit-animation-delay: 252.8s; + -moz-animation-delay: 252.8s; + -o-animation-delay: 252.8s; + animation-delay: 252.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2529) +{ + -webkit-animation-delay: 252.9s; + -moz-animation-delay: 252.9s; + -o-animation-delay: 252.9s; + animation-delay: 252.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2530) +{ + -webkit-animation-delay: 253s; + -moz-animation-delay: 253s; + -o-animation-delay: 253s; + animation-delay: 253s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2531) +{ + -webkit-animation-delay: 253.1s; + -moz-animation-delay: 253.1s; + -o-animation-delay: 253.1s; + animation-delay: 253.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2532) +{ + -webkit-animation-delay: 253.2s; + -moz-animation-delay: 253.2s; + -o-animation-delay: 253.2s; + animation-delay: 253.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2533) +{ + -webkit-animation-delay: 253.3s; + -moz-animation-delay: 253.3s; + -o-animation-delay: 253.3s; + animation-delay: 253.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2534) +{ + -webkit-animation-delay: 253.4s; + -moz-animation-delay: 253.4s; + -o-animation-delay: 253.4s; + animation-delay: 253.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2535) +{ + -webkit-animation-delay: 253.5s; + -moz-animation-delay: 253.5s; + -o-animation-delay: 253.5s; + animation-delay: 253.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2536) +{ + -webkit-animation-delay: 253.6s; + -moz-animation-delay: 253.6s; + -o-animation-delay: 253.6s; + animation-delay: 253.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2537) +{ + -webkit-animation-delay: 253.7s; + -moz-animation-delay: 253.7s; + -o-animation-delay: 253.7s; + animation-delay: 253.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2538) +{ + -webkit-animation-delay: 253.8s; + -moz-animation-delay: 253.8s; + -o-animation-delay: 253.8s; + animation-delay: 253.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2539) +{ + -webkit-animation-delay: 253.9s; + -moz-animation-delay: 253.9s; + -o-animation-delay: 253.9s; + animation-delay: 253.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2540) +{ + -webkit-animation-delay: 254s; + -moz-animation-delay: 254s; + -o-animation-delay: 254s; + animation-delay: 254s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2541) +{ + -webkit-animation-delay: 254.1s; + -moz-animation-delay: 254.1s; + -o-animation-delay: 254.1s; + animation-delay: 254.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2542) +{ + -webkit-animation-delay: 254.2s; + -moz-animation-delay: 254.2s; + -o-animation-delay: 254.2s; + animation-delay: 254.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2543) +{ + -webkit-animation-delay: 254.3s; + -moz-animation-delay: 254.3s; + -o-animation-delay: 254.3s; + animation-delay: 254.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2544) +{ + -webkit-animation-delay: 254.4s; + -moz-animation-delay: 254.4s; + -o-animation-delay: 254.4s; + animation-delay: 254.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2545) +{ + -webkit-animation-delay: 254.5s; + -moz-animation-delay: 254.5s; + -o-animation-delay: 254.5s; + animation-delay: 254.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2546) +{ + -webkit-animation-delay: 254.6s; + -moz-animation-delay: 254.6s; + -o-animation-delay: 254.6s; + animation-delay: 254.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2547) +{ + -webkit-animation-delay: 254.7s; + -moz-animation-delay: 254.7s; + -o-animation-delay: 254.7s; + animation-delay: 254.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2548) +{ + -webkit-animation-delay: 254.8s; + -moz-animation-delay: 254.8s; + -o-animation-delay: 254.8s; + animation-delay: 254.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2549) +{ + -webkit-animation-delay: 254.9s; + -moz-animation-delay: 254.9s; + -o-animation-delay: 254.9s; + animation-delay: 254.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2550) +{ + -webkit-animation-delay: 255s; + -moz-animation-delay: 255s; + -o-animation-delay: 255s; + animation-delay: 255s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2551) +{ + -webkit-animation-delay: 255.1s; + -moz-animation-delay: 255.1s; + -o-animation-delay: 255.1s; + animation-delay: 255.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2552) +{ + -webkit-animation-delay: 255.2s; + -moz-animation-delay: 255.2s; + -o-animation-delay: 255.2s; + animation-delay: 255.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2553) +{ + -webkit-animation-delay: 255.3s; + -moz-animation-delay: 255.3s; + -o-animation-delay: 255.3s; + animation-delay: 255.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2554) +{ + -webkit-animation-delay: 255.4s; + -moz-animation-delay: 255.4s; + -o-animation-delay: 255.4s; + animation-delay: 255.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2555) +{ + -webkit-animation-delay: 255.5s; + -moz-animation-delay: 255.5s; + -o-animation-delay: 255.5s; + animation-delay: 255.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2556) +{ + -webkit-animation-delay: 255.6s; + -moz-animation-delay: 255.6s; + -o-animation-delay: 255.6s; + animation-delay: 255.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2557) +{ + -webkit-animation-delay: 255.7s; + -moz-animation-delay: 255.7s; + -o-animation-delay: 255.7s; + animation-delay: 255.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2558) +{ + -webkit-animation-delay: 255.8s; + -moz-animation-delay: 255.8s; + -o-animation-delay: 255.8s; + animation-delay: 255.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2559) +{ + -webkit-animation-delay: 255.9s; + -moz-animation-delay: 255.9s; + -o-animation-delay: 255.9s; + animation-delay: 255.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2560) +{ + -webkit-animation-delay: 256s; + -moz-animation-delay: 256s; + -o-animation-delay: 256s; + animation-delay: 256s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2561) +{ + -webkit-animation-delay: 256.1s; + -moz-animation-delay: 256.1s; + -o-animation-delay: 256.1s; + animation-delay: 256.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2562) +{ + -webkit-animation-delay: 256.2s; + -moz-animation-delay: 256.2s; + -o-animation-delay: 256.2s; + animation-delay: 256.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2563) +{ + -webkit-animation-delay: 256.3s; + -moz-animation-delay: 256.3s; + -o-animation-delay: 256.3s; + animation-delay: 256.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2564) +{ + -webkit-animation-delay: 256.4s; + -moz-animation-delay: 256.4s; + -o-animation-delay: 256.4s; + animation-delay: 256.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2565) +{ + -webkit-animation-delay: 256.5s; + -moz-animation-delay: 256.5s; + -o-animation-delay: 256.5s; + animation-delay: 256.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2566) +{ + -webkit-animation-delay: 256.6s; + -moz-animation-delay: 256.6s; + -o-animation-delay: 256.6s; + animation-delay: 256.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2567) +{ + -webkit-animation-delay: 256.7s; + -moz-animation-delay: 256.7s; + -o-animation-delay: 256.7s; + animation-delay: 256.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2568) +{ + -webkit-animation-delay: 256.8s; + -moz-animation-delay: 256.8s; + -o-animation-delay: 256.8s; + animation-delay: 256.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2569) +{ + -webkit-animation-delay: 256.9s; + -moz-animation-delay: 256.9s; + -o-animation-delay: 256.9s; + animation-delay: 256.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2570) +{ + -webkit-animation-delay: 257s; + -moz-animation-delay: 257s; + -o-animation-delay: 257s; + animation-delay: 257s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2571) +{ + -webkit-animation-delay: 257.1s; + -moz-animation-delay: 257.1s; + -o-animation-delay: 257.1s; + animation-delay: 257.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2572) +{ + -webkit-animation-delay: 257.2s; + -moz-animation-delay: 257.2s; + -o-animation-delay: 257.2s; + animation-delay: 257.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2573) +{ + -webkit-animation-delay: 257.3s; + -moz-animation-delay: 257.3s; + -o-animation-delay: 257.3s; + animation-delay: 257.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2574) +{ + -webkit-animation-delay: 257.4s; + -moz-animation-delay: 257.4s; + -o-animation-delay: 257.4s; + animation-delay: 257.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2575) +{ + -webkit-animation-delay: 257.5s; + -moz-animation-delay: 257.5s; + -o-animation-delay: 257.5s; + animation-delay: 257.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2576) +{ + -webkit-animation-delay: 257.6s; + -moz-animation-delay: 257.6s; + -o-animation-delay: 257.6s; + animation-delay: 257.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2577) +{ + -webkit-animation-delay: 257.7s; + -moz-animation-delay: 257.7s; + -o-animation-delay: 257.7s; + animation-delay: 257.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2578) +{ + -webkit-animation-delay: 257.8s; + -moz-animation-delay: 257.8s; + -o-animation-delay: 257.8s; + animation-delay: 257.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2579) +{ + -webkit-animation-delay: 257.9s; + -moz-animation-delay: 257.9s; + -o-animation-delay: 257.9s; + animation-delay: 257.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2580) +{ + -webkit-animation-delay: 258s; + -moz-animation-delay: 258s; + -o-animation-delay: 258s; + animation-delay: 258s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2581) +{ + -webkit-animation-delay: 258.1s; + -moz-animation-delay: 258.1s; + -o-animation-delay: 258.1s; + animation-delay: 258.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2582) +{ + -webkit-animation-delay: 258.2s; + -moz-animation-delay: 258.2s; + -o-animation-delay: 258.2s; + animation-delay: 258.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2583) +{ + -webkit-animation-delay: 258.3s; + -moz-animation-delay: 258.3s; + -o-animation-delay: 258.3s; + animation-delay: 258.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2584) +{ + -webkit-animation-delay: 258.4s; + -moz-animation-delay: 258.4s; + -o-animation-delay: 258.4s; + animation-delay: 258.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2585) +{ + -webkit-animation-delay: 258.5s; + -moz-animation-delay: 258.5s; + -o-animation-delay: 258.5s; + animation-delay: 258.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2586) +{ + -webkit-animation-delay: 258.6s; + -moz-animation-delay: 258.6s; + -o-animation-delay: 258.6s; + animation-delay: 258.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2587) +{ + -webkit-animation-delay: 258.7s; + -moz-animation-delay: 258.7s; + -o-animation-delay: 258.7s; + animation-delay: 258.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2588) +{ + -webkit-animation-delay: 258.8s; + -moz-animation-delay: 258.8s; + -o-animation-delay: 258.8s; + animation-delay: 258.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2589) +{ + -webkit-animation-delay: 258.9s; + -moz-animation-delay: 258.9s; + -o-animation-delay: 258.9s; + animation-delay: 258.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2590) +{ + -webkit-animation-delay: 259s; + -moz-animation-delay: 259s; + -o-animation-delay: 259s; + animation-delay: 259s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2591) +{ + -webkit-animation-delay: 259.1s; + -moz-animation-delay: 259.1s; + -o-animation-delay: 259.1s; + animation-delay: 259.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2592) +{ + -webkit-animation-delay: 259.2s; + -moz-animation-delay: 259.2s; + -o-animation-delay: 259.2s; + animation-delay: 259.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2593) +{ + -webkit-animation-delay: 259.3s; + -moz-animation-delay: 259.3s; + -o-animation-delay: 259.3s; + animation-delay: 259.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2594) +{ + -webkit-animation-delay: 259.4s; + -moz-animation-delay: 259.4s; + -o-animation-delay: 259.4s; + animation-delay: 259.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2595) +{ + -webkit-animation-delay: 259.5s; + -moz-animation-delay: 259.5s; + -o-animation-delay: 259.5s; + animation-delay: 259.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2596) +{ + -webkit-animation-delay: 259.6s; + -moz-animation-delay: 259.6s; + -o-animation-delay: 259.6s; + animation-delay: 259.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2597) +{ + -webkit-animation-delay: 259.7s; + -moz-animation-delay: 259.7s; + -o-animation-delay: 259.7s; + animation-delay: 259.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2598) +{ + -webkit-animation-delay: 259.8s; + -moz-animation-delay: 259.8s; + -o-animation-delay: 259.8s; + animation-delay: 259.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2599) +{ + -webkit-animation-delay: 259.9s; + -moz-animation-delay: 259.9s; + -o-animation-delay: 259.9s; + animation-delay: 259.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2600) +{ + -webkit-animation-delay: 260s; + -moz-animation-delay: 260s; + -o-animation-delay: 260s; + animation-delay: 260s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2601) +{ + -webkit-animation-delay: 260.1s; + -moz-animation-delay: 260.1s; + -o-animation-delay: 260.1s; + animation-delay: 260.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2602) +{ + -webkit-animation-delay: 260.2s; + -moz-animation-delay: 260.2s; + -o-animation-delay: 260.2s; + animation-delay: 260.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2603) +{ + -webkit-animation-delay: 260.3s; + -moz-animation-delay: 260.3s; + -o-animation-delay: 260.3s; + animation-delay: 260.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2604) +{ + -webkit-animation-delay: 260.4s; + -moz-animation-delay: 260.4s; + -o-animation-delay: 260.4s; + animation-delay: 260.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2605) +{ + -webkit-animation-delay: 260.5s; + -moz-animation-delay: 260.5s; + -o-animation-delay: 260.5s; + animation-delay: 260.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2606) +{ + -webkit-animation-delay: 260.6s; + -moz-animation-delay: 260.6s; + -o-animation-delay: 260.6s; + animation-delay: 260.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2607) +{ + -webkit-animation-delay: 260.7s; + -moz-animation-delay: 260.7s; + -o-animation-delay: 260.7s; + animation-delay: 260.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2608) +{ + -webkit-animation-delay: 260.8s; + -moz-animation-delay: 260.8s; + -o-animation-delay: 260.8s; + animation-delay: 260.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2609) +{ + -webkit-animation-delay: 260.9s; + -moz-animation-delay: 260.9s; + -o-animation-delay: 260.9s; + animation-delay: 260.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2610) +{ + -webkit-animation-delay: 261s; + -moz-animation-delay: 261s; + -o-animation-delay: 261s; + animation-delay: 261s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2611) +{ + -webkit-animation-delay: 261.1s; + -moz-animation-delay: 261.1s; + -o-animation-delay: 261.1s; + animation-delay: 261.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2612) +{ + -webkit-animation-delay: 261.2s; + -moz-animation-delay: 261.2s; + -o-animation-delay: 261.2s; + animation-delay: 261.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2613) +{ + -webkit-animation-delay: 261.3s; + -moz-animation-delay: 261.3s; + -o-animation-delay: 261.3s; + animation-delay: 261.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2614) +{ + -webkit-animation-delay: 261.4s; + -moz-animation-delay: 261.4s; + -o-animation-delay: 261.4s; + animation-delay: 261.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2615) +{ + -webkit-animation-delay: 261.5s; + -moz-animation-delay: 261.5s; + -o-animation-delay: 261.5s; + animation-delay: 261.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2616) +{ + -webkit-animation-delay: 261.6s; + -moz-animation-delay: 261.6s; + -o-animation-delay: 261.6s; + animation-delay: 261.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2617) +{ + -webkit-animation-delay: 261.7s; + -moz-animation-delay: 261.7s; + -o-animation-delay: 261.7s; + animation-delay: 261.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2618) +{ + -webkit-animation-delay: 261.8s; + -moz-animation-delay: 261.8s; + -o-animation-delay: 261.8s; + animation-delay: 261.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2619) +{ + -webkit-animation-delay: 261.9s; + -moz-animation-delay: 261.9s; + -o-animation-delay: 261.9s; + animation-delay: 261.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2620) +{ + -webkit-animation-delay: 262s; + -moz-animation-delay: 262s; + -o-animation-delay: 262s; + animation-delay: 262s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2621) +{ + -webkit-animation-delay: 262.1s; + -moz-animation-delay: 262.1s; + -o-animation-delay: 262.1s; + animation-delay: 262.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2622) +{ + -webkit-animation-delay: 262.2s; + -moz-animation-delay: 262.2s; + -o-animation-delay: 262.2s; + animation-delay: 262.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2623) +{ + -webkit-animation-delay: 262.3s; + -moz-animation-delay: 262.3s; + -o-animation-delay: 262.3s; + animation-delay: 262.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2624) +{ + -webkit-animation-delay: 262.4s; + -moz-animation-delay: 262.4s; + -o-animation-delay: 262.4s; + animation-delay: 262.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2625) +{ + -webkit-animation-delay: 262.5s; + -moz-animation-delay: 262.5s; + -o-animation-delay: 262.5s; + animation-delay: 262.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2626) +{ + -webkit-animation-delay: 262.6s; + -moz-animation-delay: 262.6s; + -o-animation-delay: 262.6s; + animation-delay: 262.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2627) +{ + -webkit-animation-delay: 262.7s; + -moz-animation-delay: 262.7s; + -o-animation-delay: 262.7s; + animation-delay: 262.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2628) +{ + -webkit-animation-delay: 262.8s; + -moz-animation-delay: 262.8s; + -o-animation-delay: 262.8s; + animation-delay: 262.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2629) +{ + -webkit-animation-delay: 262.9s; + -moz-animation-delay: 262.9s; + -o-animation-delay: 262.9s; + animation-delay: 262.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2630) +{ + -webkit-animation-delay: 263s; + -moz-animation-delay: 263s; + -o-animation-delay: 263s; + animation-delay: 263s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2631) +{ + -webkit-animation-delay: 263.1s; + -moz-animation-delay: 263.1s; + -o-animation-delay: 263.1s; + animation-delay: 263.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2632) +{ + -webkit-animation-delay: 263.2s; + -moz-animation-delay: 263.2s; + -o-animation-delay: 263.2s; + animation-delay: 263.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2633) +{ + -webkit-animation-delay: 263.3s; + -moz-animation-delay: 263.3s; + -o-animation-delay: 263.3s; + animation-delay: 263.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2634) +{ + -webkit-animation-delay: 263.4s; + -moz-animation-delay: 263.4s; + -o-animation-delay: 263.4s; + animation-delay: 263.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2635) +{ + -webkit-animation-delay: 263.5s; + -moz-animation-delay: 263.5s; + -o-animation-delay: 263.5s; + animation-delay: 263.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2636) +{ + -webkit-animation-delay: 263.6s; + -moz-animation-delay: 263.6s; + -o-animation-delay: 263.6s; + animation-delay: 263.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2637) +{ + -webkit-animation-delay: 263.7s; + -moz-animation-delay: 263.7s; + -o-animation-delay: 263.7s; + animation-delay: 263.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2638) +{ + -webkit-animation-delay: 263.8s; + -moz-animation-delay: 263.8s; + -o-animation-delay: 263.8s; + animation-delay: 263.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2639) +{ + -webkit-animation-delay: 263.9s; + -moz-animation-delay: 263.9s; + -o-animation-delay: 263.9s; + animation-delay: 263.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2640) +{ + -webkit-animation-delay: 264s; + -moz-animation-delay: 264s; + -o-animation-delay: 264s; + animation-delay: 264s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2641) +{ + -webkit-animation-delay: 264.1s; + -moz-animation-delay: 264.1s; + -o-animation-delay: 264.1s; + animation-delay: 264.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2642) +{ + -webkit-animation-delay: 264.2s; + -moz-animation-delay: 264.2s; + -o-animation-delay: 264.2s; + animation-delay: 264.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2643) +{ + -webkit-animation-delay: 264.3s; + -moz-animation-delay: 264.3s; + -o-animation-delay: 264.3s; + animation-delay: 264.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2644) +{ + -webkit-animation-delay: 264.4s; + -moz-animation-delay: 264.4s; + -o-animation-delay: 264.4s; + animation-delay: 264.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2645) +{ + -webkit-animation-delay: 264.5s; + -moz-animation-delay: 264.5s; + -o-animation-delay: 264.5s; + animation-delay: 264.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2646) +{ + -webkit-animation-delay: 264.6s; + -moz-animation-delay: 264.6s; + -o-animation-delay: 264.6s; + animation-delay: 264.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2647) +{ + -webkit-animation-delay: 264.7s; + -moz-animation-delay: 264.7s; + -o-animation-delay: 264.7s; + animation-delay: 264.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2648) +{ + -webkit-animation-delay: 264.8s; + -moz-animation-delay: 264.8s; + -o-animation-delay: 264.8s; + animation-delay: 264.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2649) +{ + -webkit-animation-delay: 264.9s; + -moz-animation-delay: 264.9s; + -o-animation-delay: 264.9s; + animation-delay: 264.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2650) +{ + -webkit-animation-delay: 265s; + -moz-animation-delay: 265s; + -o-animation-delay: 265s; + animation-delay: 265s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2651) +{ + -webkit-animation-delay: 265.1s; + -moz-animation-delay: 265.1s; + -o-animation-delay: 265.1s; + animation-delay: 265.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2652) +{ + -webkit-animation-delay: 265.2s; + -moz-animation-delay: 265.2s; + -o-animation-delay: 265.2s; + animation-delay: 265.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2653) +{ + -webkit-animation-delay: 265.3s; + -moz-animation-delay: 265.3s; + -o-animation-delay: 265.3s; + animation-delay: 265.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2654) +{ + -webkit-animation-delay: 265.4s; + -moz-animation-delay: 265.4s; + -o-animation-delay: 265.4s; + animation-delay: 265.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2655) +{ + -webkit-animation-delay: 265.5s; + -moz-animation-delay: 265.5s; + -o-animation-delay: 265.5s; + animation-delay: 265.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2656) +{ + -webkit-animation-delay: 265.6s; + -moz-animation-delay: 265.6s; + -o-animation-delay: 265.6s; + animation-delay: 265.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2657) +{ + -webkit-animation-delay: 265.7s; + -moz-animation-delay: 265.7s; + -o-animation-delay: 265.7s; + animation-delay: 265.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2658) +{ + -webkit-animation-delay: 265.8s; + -moz-animation-delay: 265.8s; + -o-animation-delay: 265.8s; + animation-delay: 265.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2659) +{ + -webkit-animation-delay: 265.9s; + -moz-animation-delay: 265.9s; + -o-animation-delay: 265.9s; + animation-delay: 265.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2660) +{ + -webkit-animation-delay: 266s; + -moz-animation-delay: 266s; + -o-animation-delay: 266s; + animation-delay: 266s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2661) +{ + -webkit-animation-delay: 266.1s; + -moz-animation-delay: 266.1s; + -o-animation-delay: 266.1s; + animation-delay: 266.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2662) +{ + -webkit-animation-delay: 266.2s; + -moz-animation-delay: 266.2s; + -o-animation-delay: 266.2s; + animation-delay: 266.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2663) +{ + -webkit-animation-delay: 266.3s; + -moz-animation-delay: 266.3s; + -o-animation-delay: 266.3s; + animation-delay: 266.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2664) +{ + -webkit-animation-delay: 266.4s; + -moz-animation-delay: 266.4s; + -o-animation-delay: 266.4s; + animation-delay: 266.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2665) +{ + -webkit-animation-delay: 266.5s; + -moz-animation-delay: 266.5s; + -o-animation-delay: 266.5s; + animation-delay: 266.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2666) +{ + -webkit-animation-delay: 266.6s; + -moz-animation-delay: 266.6s; + -o-animation-delay: 266.6s; + animation-delay: 266.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2667) +{ + -webkit-animation-delay: 266.7s; + -moz-animation-delay: 266.7s; + -o-animation-delay: 266.7s; + animation-delay: 266.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2668) +{ + -webkit-animation-delay: 266.8s; + -moz-animation-delay: 266.8s; + -o-animation-delay: 266.8s; + animation-delay: 266.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2669) +{ + -webkit-animation-delay: 266.9s; + -moz-animation-delay: 266.9s; + -o-animation-delay: 266.9s; + animation-delay: 266.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2670) +{ + -webkit-animation-delay: 267s; + -moz-animation-delay: 267s; + -o-animation-delay: 267s; + animation-delay: 267s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2671) +{ + -webkit-animation-delay: 267.1s; + -moz-animation-delay: 267.1s; + -o-animation-delay: 267.1s; + animation-delay: 267.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2672) +{ + -webkit-animation-delay: 267.2s; + -moz-animation-delay: 267.2s; + -o-animation-delay: 267.2s; + animation-delay: 267.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2673) +{ + -webkit-animation-delay: 267.3s; + -moz-animation-delay: 267.3s; + -o-animation-delay: 267.3s; + animation-delay: 267.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2674) +{ + -webkit-animation-delay: 267.4s; + -moz-animation-delay: 267.4s; + -o-animation-delay: 267.4s; + animation-delay: 267.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2675) +{ + -webkit-animation-delay: 267.5s; + -moz-animation-delay: 267.5s; + -o-animation-delay: 267.5s; + animation-delay: 267.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2676) +{ + -webkit-animation-delay: 267.6s; + -moz-animation-delay: 267.6s; + -o-animation-delay: 267.6s; + animation-delay: 267.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2677) +{ + -webkit-animation-delay: 267.7s; + -moz-animation-delay: 267.7s; + -o-animation-delay: 267.7s; + animation-delay: 267.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2678) +{ + -webkit-animation-delay: 267.8s; + -moz-animation-delay: 267.8s; + -o-animation-delay: 267.8s; + animation-delay: 267.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2679) +{ + -webkit-animation-delay: 267.9s; + -moz-animation-delay: 267.9s; + -o-animation-delay: 267.9s; + animation-delay: 267.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2680) +{ + -webkit-animation-delay: 268s; + -moz-animation-delay: 268s; + -o-animation-delay: 268s; + animation-delay: 268s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2681) +{ + -webkit-animation-delay: 268.1s; + -moz-animation-delay: 268.1s; + -o-animation-delay: 268.1s; + animation-delay: 268.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2682) +{ + -webkit-animation-delay: 268.2s; + -moz-animation-delay: 268.2s; + -o-animation-delay: 268.2s; + animation-delay: 268.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2683) +{ + -webkit-animation-delay: 268.3s; + -moz-animation-delay: 268.3s; + -o-animation-delay: 268.3s; + animation-delay: 268.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2684) +{ + -webkit-animation-delay: 268.4s; + -moz-animation-delay: 268.4s; + -o-animation-delay: 268.4s; + animation-delay: 268.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2685) +{ + -webkit-animation-delay: 268.5s; + -moz-animation-delay: 268.5s; + -o-animation-delay: 268.5s; + animation-delay: 268.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2686) +{ + -webkit-animation-delay: 268.6s; + -moz-animation-delay: 268.6s; + -o-animation-delay: 268.6s; + animation-delay: 268.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2687) +{ + -webkit-animation-delay: 268.7s; + -moz-animation-delay: 268.7s; + -o-animation-delay: 268.7s; + animation-delay: 268.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2688) +{ + -webkit-animation-delay: 268.8s; + -moz-animation-delay: 268.8s; + -o-animation-delay: 268.8s; + animation-delay: 268.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2689) +{ + -webkit-animation-delay: 268.9s; + -moz-animation-delay: 268.9s; + -o-animation-delay: 268.9s; + animation-delay: 268.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2690) +{ + -webkit-animation-delay: 269s; + -moz-animation-delay: 269s; + -o-animation-delay: 269s; + animation-delay: 269s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2691) +{ + -webkit-animation-delay: 269.1s; + -moz-animation-delay: 269.1s; + -o-animation-delay: 269.1s; + animation-delay: 269.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2692) +{ + -webkit-animation-delay: 269.2s; + -moz-animation-delay: 269.2s; + -o-animation-delay: 269.2s; + animation-delay: 269.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2693) +{ + -webkit-animation-delay: 269.3s; + -moz-animation-delay: 269.3s; + -o-animation-delay: 269.3s; + animation-delay: 269.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2694) +{ + -webkit-animation-delay: 269.4s; + -moz-animation-delay: 269.4s; + -o-animation-delay: 269.4s; + animation-delay: 269.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2695) +{ + -webkit-animation-delay: 269.5s; + -moz-animation-delay: 269.5s; + -o-animation-delay: 269.5s; + animation-delay: 269.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2696) +{ + -webkit-animation-delay: 269.6s; + -moz-animation-delay: 269.6s; + -o-animation-delay: 269.6s; + animation-delay: 269.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2697) +{ + -webkit-animation-delay: 269.7s; + -moz-animation-delay: 269.7s; + -o-animation-delay: 269.7s; + animation-delay: 269.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2698) +{ + -webkit-animation-delay: 269.8s; + -moz-animation-delay: 269.8s; + -o-animation-delay: 269.8s; + animation-delay: 269.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2699) +{ + -webkit-animation-delay: 269.9s; + -moz-animation-delay: 269.9s; + -o-animation-delay: 269.9s; + animation-delay: 269.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2700) +{ + -webkit-animation-delay: 270s; + -moz-animation-delay: 270s; + -o-animation-delay: 270s; + animation-delay: 270s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2701) +{ + -webkit-animation-delay: 270.1s; + -moz-animation-delay: 270.1s; + -o-animation-delay: 270.1s; + animation-delay: 270.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2702) +{ + -webkit-animation-delay: 270.2s; + -moz-animation-delay: 270.2s; + -o-animation-delay: 270.2s; + animation-delay: 270.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2703) +{ + -webkit-animation-delay: 270.3s; + -moz-animation-delay: 270.3s; + -o-animation-delay: 270.3s; + animation-delay: 270.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2704) +{ + -webkit-animation-delay: 270.4s; + -moz-animation-delay: 270.4s; + -o-animation-delay: 270.4s; + animation-delay: 270.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2705) +{ + -webkit-animation-delay: 270.5s; + -moz-animation-delay: 270.5s; + -o-animation-delay: 270.5s; + animation-delay: 270.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2706) +{ + -webkit-animation-delay: 270.6s; + -moz-animation-delay: 270.6s; + -o-animation-delay: 270.6s; + animation-delay: 270.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2707) +{ + -webkit-animation-delay: 270.7s; + -moz-animation-delay: 270.7s; + -o-animation-delay: 270.7s; + animation-delay: 270.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2708) +{ + -webkit-animation-delay: 270.8s; + -moz-animation-delay: 270.8s; + -o-animation-delay: 270.8s; + animation-delay: 270.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2709) +{ + -webkit-animation-delay: 270.9s; + -moz-animation-delay: 270.9s; + -o-animation-delay: 270.9s; + animation-delay: 270.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2710) +{ + -webkit-animation-delay: 271s; + -moz-animation-delay: 271s; + -o-animation-delay: 271s; + animation-delay: 271s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2711) +{ + -webkit-animation-delay: 271.1s; + -moz-animation-delay: 271.1s; + -o-animation-delay: 271.1s; + animation-delay: 271.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2712) +{ + -webkit-animation-delay: 271.2s; + -moz-animation-delay: 271.2s; + -o-animation-delay: 271.2s; + animation-delay: 271.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2713) +{ + -webkit-animation-delay: 271.3s; + -moz-animation-delay: 271.3s; + -o-animation-delay: 271.3s; + animation-delay: 271.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2714) +{ + -webkit-animation-delay: 271.4s; + -moz-animation-delay: 271.4s; + -o-animation-delay: 271.4s; + animation-delay: 271.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2715) +{ + -webkit-animation-delay: 271.5s; + -moz-animation-delay: 271.5s; + -o-animation-delay: 271.5s; + animation-delay: 271.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2716) +{ + -webkit-animation-delay: 271.6s; + -moz-animation-delay: 271.6s; + -o-animation-delay: 271.6s; + animation-delay: 271.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2717) +{ + -webkit-animation-delay: 271.7s; + -moz-animation-delay: 271.7s; + -o-animation-delay: 271.7s; + animation-delay: 271.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2718) +{ + -webkit-animation-delay: 271.8s; + -moz-animation-delay: 271.8s; + -o-animation-delay: 271.8s; + animation-delay: 271.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2719) +{ + -webkit-animation-delay: 271.9s; + -moz-animation-delay: 271.9s; + -o-animation-delay: 271.9s; + animation-delay: 271.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2720) +{ + -webkit-animation-delay: 272s; + -moz-animation-delay: 272s; + -o-animation-delay: 272s; + animation-delay: 272s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2721) +{ + -webkit-animation-delay: 272.1s; + -moz-animation-delay: 272.1s; + -o-animation-delay: 272.1s; + animation-delay: 272.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2722) +{ + -webkit-animation-delay: 272.2s; + -moz-animation-delay: 272.2s; + -o-animation-delay: 272.2s; + animation-delay: 272.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2723) +{ + -webkit-animation-delay: 272.3s; + -moz-animation-delay: 272.3s; + -o-animation-delay: 272.3s; + animation-delay: 272.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2724) +{ + -webkit-animation-delay: 272.4s; + -moz-animation-delay: 272.4s; + -o-animation-delay: 272.4s; + animation-delay: 272.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2725) +{ + -webkit-animation-delay: 272.5s; + -moz-animation-delay: 272.5s; + -o-animation-delay: 272.5s; + animation-delay: 272.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2726) +{ + -webkit-animation-delay: 272.6s; + -moz-animation-delay: 272.6s; + -o-animation-delay: 272.6s; + animation-delay: 272.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2727) +{ + -webkit-animation-delay: 272.7s; + -moz-animation-delay: 272.7s; + -o-animation-delay: 272.7s; + animation-delay: 272.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2728) +{ + -webkit-animation-delay: 272.8s; + -moz-animation-delay: 272.8s; + -o-animation-delay: 272.8s; + animation-delay: 272.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2729) +{ + -webkit-animation-delay: 272.9s; + -moz-animation-delay: 272.9s; + -o-animation-delay: 272.9s; + animation-delay: 272.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2730) +{ + -webkit-animation-delay: 273s; + -moz-animation-delay: 273s; + -o-animation-delay: 273s; + animation-delay: 273s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2731) +{ + -webkit-animation-delay: 273.1s; + -moz-animation-delay: 273.1s; + -o-animation-delay: 273.1s; + animation-delay: 273.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2732) +{ + -webkit-animation-delay: 273.2s; + -moz-animation-delay: 273.2s; + -o-animation-delay: 273.2s; + animation-delay: 273.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2733) +{ + -webkit-animation-delay: 273.3s; + -moz-animation-delay: 273.3s; + -o-animation-delay: 273.3s; + animation-delay: 273.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2734) +{ + -webkit-animation-delay: 273.4s; + -moz-animation-delay: 273.4s; + -o-animation-delay: 273.4s; + animation-delay: 273.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2735) +{ + -webkit-animation-delay: 273.5s; + -moz-animation-delay: 273.5s; + -o-animation-delay: 273.5s; + animation-delay: 273.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2736) +{ + -webkit-animation-delay: 273.6s; + -moz-animation-delay: 273.6s; + -o-animation-delay: 273.6s; + animation-delay: 273.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2737) +{ + -webkit-animation-delay: 273.7s; + -moz-animation-delay: 273.7s; + -o-animation-delay: 273.7s; + animation-delay: 273.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2738) +{ + -webkit-animation-delay: 273.8s; + -moz-animation-delay: 273.8s; + -o-animation-delay: 273.8s; + animation-delay: 273.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2739) +{ + -webkit-animation-delay: 273.9s; + -moz-animation-delay: 273.9s; + -o-animation-delay: 273.9s; + animation-delay: 273.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2740) +{ + -webkit-animation-delay: 274s; + -moz-animation-delay: 274s; + -o-animation-delay: 274s; + animation-delay: 274s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2741) +{ + -webkit-animation-delay: 274.1s; + -moz-animation-delay: 274.1s; + -o-animation-delay: 274.1s; + animation-delay: 274.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2742) +{ + -webkit-animation-delay: 274.2s; + -moz-animation-delay: 274.2s; + -o-animation-delay: 274.2s; + animation-delay: 274.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2743) +{ + -webkit-animation-delay: 274.3s; + -moz-animation-delay: 274.3s; + -o-animation-delay: 274.3s; + animation-delay: 274.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2744) +{ + -webkit-animation-delay: 274.4s; + -moz-animation-delay: 274.4s; + -o-animation-delay: 274.4s; + animation-delay: 274.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2745) +{ + -webkit-animation-delay: 274.5s; + -moz-animation-delay: 274.5s; + -o-animation-delay: 274.5s; + animation-delay: 274.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2746) +{ + -webkit-animation-delay: 274.6s; + -moz-animation-delay: 274.6s; + -o-animation-delay: 274.6s; + animation-delay: 274.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2747) +{ + -webkit-animation-delay: 274.7s; + -moz-animation-delay: 274.7s; + -o-animation-delay: 274.7s; + animation-delay: 274.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2748) +{ + -webkit-animation-delay: 274.8s; + -moz-animation-delay: 274.8s; + -o-animation-delay: 274.8s; + animation-delay: 274.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2749) +{ + -webkit-animation-delay: 274.9s; + -moz-animation-delay: 274.9s; + -o-animation-delay: 274.9s; + animation-delay: 274.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2750) +{ + -webkit-animation-delay: 275s; + -moz-animation-delay: 275s; + -o-animation-delay: 275s; + animation-delay: 275s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2751) +{ + -webkit-animation-delay: 275.1s; + -moz-animation-delay: 275.1s; + -o-animation-delay: 275.1s; + animation-delay: 275.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2752) +{ + -webkit-animation-delay: 275.2s; + -moz-animation-delay: 275.2s; + -o-animation-delay: 275.2s; + animation-delay: 275.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2753) +{ + -webkit-animation-delay: 275.3s; + -moz-animation-delay: 275.3s; + -o-animation-delay: 275.3s; + animation-delay: 275.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2754) +{ + -webkit-animation-delay: 275.4s; + -moz-animation-delay: 275.4s; + -o-animation-delay: 275.4s; + animation-delay: 275.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2755) +{ + -webkit-animation-delay: 275.5s; + -moz-animation-delay: 275.5s; + -o-animation-delay: 275.5s; + animation-delay: 275.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2756) +{ + -webkit-animation-delay: 275.6s; + -moz-animation-delay: 275.6s; + -o-animation-delay: 275.6s; + animation-delay: 275.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2757) +{ + -webkit-animation-delay: 275.7s; + -moz-animation-delay: 275.7s; + -o-animation-delay: 275.7s; + animation-delay: 275.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2758) +{ + -webkit-animation-delay: 275.8s; + -moz-animation-delay: 275.8s; + -o-animation-delay: 275.8s; + animation-delay: 275.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2759) +{ + -webkit-animation-delay: 275.9s; + -moz-animation-delay: 275.9s; + -o-animation-delay: 275.9s; + animation-delay: 275.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2760) +{ + -webkit-animation-delay: 276s; + -moz-animation-delay: 276s; + -o-animation-delay: 276s; + animation-delay: 276s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2761) +{ + -webkit-animation-delay: 276.1s; + -moz-animation-delay: 276.1s; + -o-animation-delay: 276.1s; + animation-delay: 276.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2762) +{ + -webkit-animation-delay: 276.2s; + -moz-animation-delay: 276.2s; + -o-animation-delay: 276.2s; + animation-delay: 276.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2763) +{ + -webkit-animation-delay: 276.3s; + -moz-animation-delay: 276.3s; + -o-animation-delay: 276.3s; + animation-delay: 276.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2764) +{ + -webkit-animation-delay: 276.4s; + -moz-animation-delay: 276.4s; + -o-animation-delay: 276.4s; + animation-delay: 276.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2765) +{ + -webkit-animation-delay: 276.5s; + -moz-animation-delay: 276.5s; + -o-animation-delay: 276.5s; + animation-delay: 276.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2766) +{ + -webkit-animation-delay: 276.6s; + -moz-animation-delay: 276.6s; + -o-animation-delay: 276.6s; + animation-delay: 276.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2767) +{ + -webkit-animation-delay: 276.7s; + -moz-animation-delay: 276.7s; + -o-animation-delay: 276.7s; + animation-delay: 276.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2768) +{ + -webkit-animation-delay: 276.8s; + -moz-animation-delay: 276.8s; + -o-animation-delay: 276.8s; + animation-delay: 276.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2769) +{ + -webkit-animation-delay: 276.9s; + -moz-animation-delay: 276.9s; + -o-animation-delay: 276.9s; + animation-delay: 276.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2770) +{ + -webkit-animation-delay: 277s; + -moz-animation-delay: 277s; + -o-animation-delay: 277s; + animation-delay: 277s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2771) +{ + -webkit-animation-delay: 277.1s; + -moz-animation-delay: 277.1s; + -o-animation-delay: 277.1s; + animation-delay: 277.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2772) +{ + -webkit-animation-delay: 277.2s; + -moz-animation-delay: 277.2s; + -o-animation-delay: 277.2s; + animation-delay: 277.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2773) +{ + -webkit-animation-delay: 277.3s; + -moz-animation-delay: 277.3s; + -o-animation-delay: 277.3s; + animation-delay: 277.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2774) +{ + -webkit-animation-delay: 277.4s; + -moz-animation-delay: 277.4s; + -o-animation-delay: 277.4s; + animation-delay: 277.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2775) +{ + -webkit-animation-delay: 277.5s; + -moz-animation-delay: 277.5s; + -o-animation-delay: 277.5s; + animation-delay: 277.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2776) +{ + -webkit-animation-delay: 277.6s; + -moz-animation-delay: 277.6s; + -o-animation-delay: 277.6s; + animation-delay: 277.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2777) +{ + -webkit-animation-delay: 277.7s; + -moz-animation-delay: 277.7s; + -o-animation-delay: 277.7s; + animation-delay: 277.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2778) +{ + -webkit-animation-delay: 277.8s; + -moz-animation-delay: 277.8s; + -o-animation-delay: 277.8s; + animation-delay: 277.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2779) +{ + -webkit-animation-delay: 277.9s; + -moz-animation-delay: 277.9s; + -o-animation-delay: 277.9s; + animation-delay: 277.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2780) +{ + -webkit-animation-delay: 278s; + -moz-animation-delay: 278s; + -o-animation-delay: 278s; + animation-delay: 278s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2781) +{ + -webkit-animation-delay: 278.1s; + -moz-animation-delay: 278.1s; + -o-animation-delay: 278.1s; + animation-delay: 278.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2782) +{ + -webkit-animation-delay: 278.2s; + -moz-animation-delay: 278.2s; + -o-animation-delay: 278.2s; + animation-delay: 278.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2783) +{ + -webkit-animation-delay: 278.3s; + -moz-animation-delay: 278.3s; + -o-animation-delay: 278.3s; + animation-delay: 278.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2784) +{ + -webkit-animation-delay: 278.4s; + -moz-animation-delay: 278.4s; + -o-animation-delay: 278.4s; + animation-delay: 278.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2785) +{ + -webkit-animation-delay: 278.5s; + -moz-animation-delay: 278.5s; + -o-animation-delay: 278.5s; + animation-delay: 278.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2786) +{ + -webkit-animation-delay: 278.6s; + -moz-animation-delay: 278.6s; + -o-animation-delay: 278.6s; + animation-delay: 278.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2787) +{ + -webkit-animation-delay: 278.7s; + -moz-animation-delay: 278.7s; + -o-animation-delay: 278.7s; + animation-delay: 278.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2788) +{ + -webkit-animation-delay: 278.8s; + -moz-animation-delay: 278.8s; + -o-animation-delay: 278.8s; + animation-delay: 278.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2789) +{ + -webkit-animation-delay: 278.9s; + -moz-animation-delay: 278.9s; + -o-animation-delay: 278.9s; + animation-delay: 278.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2790) +{ + -webkit-animation-delay: 279s; + -moz-animation-delay: 279s; + -o-animation-delay: 279s; + animation-delay: 279s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2791) +{ + -webkit-animation-delay: 279.1s; + -moz-animation-delay: 279.1s; + -o-animation-delay: 279.1s; + animation-delay: 279.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2792) +{ + -webkit-animation-delay: 279.2s; + -moz-animation-delay: 279.2s; + -o-animation-delay: 279.2s; + animation-delay: 279.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2793) +{ + -webkit-animation-delay: 279.3s; + -moz-animation-delay: 279.3s; + -o-animation-delay: 279.3s; + animation-delay: 279.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2794) +{ + -webkit-animation-delay: 279.4s; + -moz-animation-delay: 279.4s; + -o-animation-delay: 279.4s; + animation-delay: 279.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2795) +{ + -webkit-animation-delay: 279.5s; + -moz-animation-delay: 279.5s; + -o-animation-delay: 279.5s; + animation-delay: 279.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2796) +{ + -webkit-animation-delay: 279.6s; + -moz-animation-delay: 279.6s; + -o-animation-delay: 279.6s; + animation-delay: 279.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2797) +{ + -webkit-animation-delay: 279.7s; + -moz-animation-delay: 279.7s; + -o-animation-delay: 279.7s; + animation-delay: 279.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2798) +{ + -webkit-animation-delay: 279.8s; + -moz-animation-delay: 279.8s; + -o-animation-delay: 279.8s; + animation-delay: 279.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2799) +{ + -webkit-animation-delay: 279.9s; + -moz-animation-delay: 279.9s; + -o-animation-delay: 279.9s; + animation-delay: 279.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2800) +{ + -webkit-animation-delay: 280s; + -moz-animation-delay: 280s; + -o-animation-delay: 280s; + animation-delay: 280s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2801) +{ + -webkit-animation-delay: 280.1s; + -moz-animation-delay: 280.1s; + -o-animation-delay: 280.1s; + animation-delay: 280.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2802) +{ + -webkit-animation-delay: 280.2s; + -moz-animation-delay: 280.2s; + -o-animation-delay: 280.2s; + animation-delay: 280.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2803) +{ + -webkit-animation-delay: 280.3s; + -moz-animation-delay: 280.3s; + -o-animation-delay: 280.3s; + animation-delay: 280.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2804) +{ + -webkit-animation-delay: 280.4s; + -moz-animation-delay: 280.4s; + -o-animation-delay: 280.4s; + animation-delay: 280.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2805) +{ + -webkit-animation-delay: 280.5s; + -moz-animation-delay: 280.5s; + -o-animation-delay: 280.5s; + animation-delay: 280.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2806) +{ + -webkit-animation-delay: 280.6s; + -moz-animation-delay: 280.6s; + -o-animation-delay: 280.6s; + animation-delay: 280.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2807) +{ + -webkit-animation-delay: 280.7s; + -moz-animation-delay: 280.7s; + -o-animation-delay: 280.7s; + animation-delay: 280.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2808) +{ + -webkit-animation-delay: 280.8s; + -moz-animation-delay: 280.8s; + -o-animation-delay: 280.8s; + animation-delay: 280.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2809) +{ + -webkit-animation-delay: 280.9s; + -moz-animation-delay: 280.9s; + -o-animation-delay: 280.9s; + animation-delay: 280.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2810) +{ + -webkit-animation-delay: 281s; + -moz-animation-delay: 281s; + -o-animation-delay: 281s; + animation-delay: 281s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2811) +{ + -webkit-animation-delay: 281.1s; + -moz-animation-delay: 281.1s; + -o-animation-delay: 281.1s; + animation-delay: 281.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2812) +{ + -webkit-animation-delay: 281.2s; + -moz-animation-delay: 281.2s; + -o-animation-delay: 281.2s; + animation-delay: 281.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2813) +{ + -webkit-animation-delay: 281.3s; + -moz-animation-delay: 281.3s; + -o-animation-delay: 281.3s; + animation-delay: 281.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2814) +{ + -webkit-animation-delay: 281.4s; + -moz-animation-delay: 281.4s; + -o-animation-delay: 281.4s; + animation-delay: 281.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2815) +{ + -webkit-animation-delay: 281.5s; + -moz-animation-delay: 281.5s; + -o-animation-delay: 281.5s; + animation-delay: 281.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2816) +{ + -webkit-animation-delay: 281.6s; + -moz-animation-delay: 281.6s; + -o-animation-delay: 281.6s; + animation-delay: 281.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2817) +{ + -webkit-animation-delay: 281.7s; + -moz-animation-delay: 281.7s; + -o-animation-delay: 281.7s; + animation-delay: 281.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2818) +{ + -webkit-animation-delay: 281.8s; + -moz-animation-delay: 281.8s; + -o-animation-delay: 281.8s; + animation-delay: 281.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2819) +{ + -webkit-animation-delay: 281.9s; + -moz-animation-delay: 281.9s; + -o-animation-delay: 281.9s; + animation-delay: 281.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2820) +{ + -webkit-animation-delay: 282s; + -moz-animation-delay: 282s; + -o-animation-delay: 282s; + animation-delay: 282s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2821) +{ + -webkit-animation-delay: 282.1s; + -moz-animation-delay: 282.1s; + -o-animation-delay: 282.1s; + animation-delay: 282.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2822) +{ + -webkit-animation-delay: 282.2s; + -moz-animation-delay: 282.2s; + -o-animation-delay: 282.2s; + animation-delay: 282.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2823) +{ + -webkit-animation-delay: 282.3s; + -moz-animation-delay: 282.3s; + -o-animation-delay: 282.3s; + animation-delay: 282.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2824) +{ + -webkit-animation-delay: 282.4s; + -moz-animation-delay: 282.4s; + -o-animation-delay: 282.4s; + animation-delay: 282.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2825) +{ + -webkit-animation-delay: 282.5s; + -moz-animation-delay: 282.5s; + -o-animation-delay: 282.5s; + animation-delay: 282.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2826) +{ + -webkit-animation-delay: 282.6s; + -moz-animation-delay: 282.6s; + -o-animation-delay: 282.6s; + animation-delay: 282.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2827) +{ + -webkit-animation-delay: 282.7s; + -moz-animation-delay: 282.7s; + -o-animation-delay: 282.7s; + animation-delay: 282.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2828) +{ + -webkit-animation-delay: 282.8s; + -moz-animation-delay: 282.8s; + -o-animation-delay: 282.8s; + animation-delay: 282.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2829) +{ + -webkit-animation-delay: 282.9s; + -moz-animation-delay: 282.9s; + -o-animation-delay: 282.9s; + animation-delay: 282.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2830) +{ + -webkit-animation-delay: 283s; + -moz-animation-delay: 283s; + -o-animation-delay: 283s; + animation-delay: 283s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2831) +{ + -webkit-animation-delay: 283.1s; + -moz-animation-delay: 283.1s; + -o-animation-delay: 283.1s; + animation-delay: 283.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2832) +{ + -webkit-animation-delay: 283.2s; + -moz-animation-delay: 283.2s; + -o-animation-delay: 283.2s; + animation-delay: 283.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2833) +{ + -webkit-animation-delay: 283.3s; + -moz-animation-delay: 283.3s; + -o-animation-delay: 283.3s; + animation-delay: 283.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2834) +{ + -webkit-animation-delay: 283.4s; + -moz-animation-delay: 283.4s; + -o-animation-delay: 283.4s; + animation-delay: 283.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2835) +{ + -webkit-animation-delay: 283.5s; + -moz-animation-delay: 283.5s; + -o-animation-delay: 283.5s; + animation-delay: 283.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2836) +{ + -webkit-animation-delay: 283.6s; + -moz-animation-delay: 283.6s; + -o-animation-delay: 283.6s; + animation-delay: 283.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2837) +{ + -webkit-animation-delay: 283.7s; + -moz-animation-delay: 283.7s; + -o-animation-delay: 283.7s; + animation-delay: 283.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2838) +{ + -webkit-animation-delay: 283.8s; + -moz-animation-delay: 283.8s; + -o-animation-delay: 283.8s; + animation-delay: 283.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2839) +{ + -webkit-animation-delay: 283.9s; + -moz-animation-delay: 283.9s; + -o-animation-delay: 283.9s; + animation-delay: 283.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2840) +{ + -webkit-animation-delay: 284s; + -moz-animation-delay: 284s; + -o-animation-delay: 284s; + animation-delay: 284s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2841) +{ + -webkit-animation-delay: 284.1s; + -moz-animation-delay: 284.1s; + -o-animation-delay: 284.1s; + animation-delay: 284.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2842) +{ + -webkit-animation-delay: 284.2s; + -moz-animation-delay: 284.2s; + -o-animation-delay: 284.2s; + animation-delay: 284.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2843) +{ + -webkit-animation-delay: 284.3s; + -moz-animation-delay: 284.3s; + -o-animation-delay: 284.3s; + animation-delay: 284.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2844) +{ + -webkit-animation-delay: 284.4s; + -moz-animation-delay: 284.4s; + -o-animation-delay: 284.4s; + animation-delay: 284.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2845) +{ + -webkit-animation-delay: 284.5s; + -moz-animation-delay: 284.5s; + -o-animation-delay: 284.5s; + animation-delay: 284.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2846) +{ + -webkit-animation-delay: 284.6s; + -moz-animation-delay: 284.6s; + -o-animation-delay: 284.6s; + animation-delay: 284.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2847) +{ + -webkit-animation-delay: 284.7s; + -moz-animation-delay: 284.7s; + -o-animation-delay: 284.7s; + animation-delay: 284.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2848) +{ + -webkit-animation-delay: 284.8s; + -moz-animation-delay: 284.8s; + -o-animation-delay: 284.8s; + animation-delay: 284.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2849) +{ + -webkit-animation-delay: 284.9s; + -moz-animation-delay: 284.9s; + -o-animation-delay: 284.9s; + animation-delay: 284.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2850) +{ + -webkit-animation-delay: 285s; + -moz-animation-delay: 285s; + -o-animation-delay: 285s; + animation-delay: 285s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2851) +{ + -webkit-animation-delay: 285.1s; + -moz-animation-delay: 285.1s; + -o-animation-delay: 285.1s; + animation-delay: 285.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2852) +{ + -webkit-animation-delay: 285.2s; + -moz-animation-delay: 285.2s; + -o-animation-delay: 285.2s; + animation-delay: 285.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2853) +{ + -webkit-animation-delay: 285.3s; + -moz-animation-delay: 285.3s; + -o-animation-delay: 285.3s; + animation-delay: 285.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2854) +{ + -webkit-animation-delay: 285.4s; + -moz-animation-delay: 285.4s; + -o-animation-delay: 285.4s; + animation-delay: 285.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2855) +{ + -webkit-animation-delay: 285.5s; + -moz-animation-delay: 285.5s; + -o-animation-delay: 285.5s; + animation-delay: 285.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2856) +{ + -webkit-animation-delay: 285.6s; + -moz-animation-delay: 285.6s; + -o-animation-delay: 285.6s; + animation-delay: 285.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2857) +{ + -webkit-animation-delay: 285.7s; + -moz-animation-delay: 285.7s; + -o-animation-delay: 285.7s; + animation-delay: 285.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2858) +{ + -webkit-animation-delay: 285.8s; + -moz-animation-delay: 285.8s; + -o-animation-delay: 285.8s; + animation-delay: 285.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2859) +{ + -webkit-animation-delay: 285.9s; + -moz-animation-delay: 285.9s; + -o-animation-delay: 285.9s; + animation-delay: 285.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2860) +{ + -webkit-animation-delay: 286s; + -moz-animation-delay: 286s; + -o-animation-delay: 286s; + animation-delay: 286s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2861) +{ + -webkit-animation-delay: 286.1s; + -moz-animation-delay: 286.1s; + -o-animation-delay: 286.1s; + animation-delay: 286.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2862) +{ + -webkit-animation-delay: 286.2s; + -moz-animation-delay: 286.2s; + -o-animation-delay: 286.2s; + animation-delay: 286.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2863) +{ + -webkit-animation-delay: 286.3s; + -moz-animation-delay: 286.3s; + -o-animation-delay: 286.3s; + animation-delay: 286.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2864) +{ + -webkit-animation-delay: 286.4s; + -moz-animation-delay: 286.4s; + -o-animation-delay: 286.4s; + animation-delay: 286.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2865) +{ + -webkit-animation-delay: 286.5s; + -moz-animation-delay: 286.5s; + -o-animation-delay: 286.5s; + animation-delay: 286.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2866) +{ + -webkit-animation-delay: 286.6s; + -moz-animation-delay: 286.6s; + -o-animation-delay: 286.6s; + animation-delay: 286.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2867) +{ + -webkit-animation-delay: 286.7s; + -moz-animation-delay: 286.7s; + -o-animation-delay: 286.7s; + animation-delay: 286.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2868) +{ + -webkit-animation-delay: 286.8s; + -moz-animation-delay: 286.8s; + -o-animation-delay: 286.8s; + animation-delay: 286.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2869) +{ + -webkit-animation-delay: 286.9s; + -moz-animation-delay: 286.9s; + -o-animation-delay: 286.9s; + animation-delay: 286.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2870) +{ + -webkit-animation-delay: 287s; + -moz-animation-delay: 287s; + -o-animation-delay: 287s; + animation-delay: 287s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2871) +{ + -webkit-animation-delay: 287.1s; + -moz-animation-delay: 287.1s; + -o-animation-delay: 287.1s; + animation-delay: 287.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2872) +{ + -webkit-animation-delay: 287.2s; + -moz-animation-delay: 287.2s; + -o-animation-delay: 287.2s; + animation-delay: 287.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2873) +{ + -webkit-animation-delay: 287.3s; + -moz-animation-delay: 287.3s; + -o-animation-delay: 287.3s; + animation-delay: 287.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2874) +{ + -webkit-animation-delay: 287.4s; + -moz-animation-delay: 287.4s; + -o-animation-delay: 287.4s; + animation-delay: 287.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2875) +{ + -webkit-animation-delay: 287.5s; + -moz-animation-delay: 287.5s; + -o-animation-delay: 287.5s; + animation-delay: 287.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2876) +{ + -webkit-animation-delay: 287.6s; + -moz-animation-delay: 287.6s; + -o-animation-delay: 287.6s; + animation-delay: 287.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2877) +{ + -webkit-animation-delay: 287.7s; + -moz-animation-delay: 287.7s; + -o-animation-delay: 287.7s; + animation-delay: 287.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2878) +{ + -webkit-animation-delay: 287.8s; + -moz-animation-delay: 287.8s; + -o-animation-delay: 287.8s; + animation-delay: 287.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2879) +{ + -webkit-animation-delay: 287.9s; + -moz-animation-delay: 287.9s; + -o-animation-delay: 287.9s; + animation-delay: 287.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2880) +{ + -webkit-animation-delay: 288s; + -moz-animation-delay: 288s; + -o-animation-delay: 288s; + animation-delay: 288s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2881) +{ + -webkit-animation-delay: 288.1s; + -moz-animation-delay: 288.1s; + -o-animation-delay: 288.1s; + animation-delay: 288.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2882) +{ + -webkit-animation-delay: 288.2s; + -moz-animation-delay: 288.2s; + -o-animation-delay: 288.2s; + animation-delay: 288.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2883) +{ + -webkit-animation-delay: 288.3s; + -moz-animation-delay: 288.3s; + -o-animation-delay: 288.3s; + animation-delay: 288.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2884) +{ + -webkit-animation-delay: 288.4s; + -moz-animation-delay: 288.4s; + -o-animation-delay: 288.4s; + animation-delay: 288.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2885) +{ + -webkit-animation-delay: 288.5s; + -moz-animation-delay: 288.5s; + -o-animation-delay: 288.5s; + animation-delay: 288.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2886) +{ + -webkit-animation-delay: 288.6s; + -moz-animation-delay: 288.6s; + -o-animation-delay: 288.6s; + animation-delay: 288.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2887) +{ + -webkit-animation-delay: 288.7s; + -moz-animation-delay: 288.7s; + -o-animation-delay: 288.7s; + animation-delay: 288.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2888) +{ + -webkit-animation-delay: 288.8s; + -moz-animation-delay: 288.8s; + -o-animation-delay: 288.8s; + animation-delay: 288.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2889) +{ + -webkit-animation-delay: 288.9s; + -moz-animation-delay: 288.9s; + -o-animation-delay: 288.9s; + animation-delay: 288.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2890) +{ + -webkit-animation-delay: 289s; + -moz-animation-delay: 289s; + -o-animation-delay: 289s; + animation-delay: 289s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2891) +{ + -webkit-animation-delay: 289.1s; + -moz-animation-delay: 289.1s; + -o-animation-delay: 289.1s; + animation-delay: 289.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2892) +{ + -webkit-animation-delay: 289.2s; + -moz-animation-delay: 289.2s; + -o-animation-delay: 289.2s; + animation-delay: 289.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2893) +{ + -webkit-animation-delay: 289.3s; + -moz-animation-delay: 289.3s; + -o-animation-delay: 289.3s; + animation-delay: 289.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2894) +{ + -webkit-animation-delay: 289.4s; + -moz-animation-delay: 289.4s; + -o-animation-delay: 289.4s; + animation-delay: 289.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2895) +{ + -webkit-animation-delay: 289.5s; + -moz-animation-delay: 289.5s; + -o-animation-delay: 289.5s; + animation-delay: 289.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2896) +{ + -webkit-animation-delay: 289.6s; + -moz-animation-delay: 289.6s; + -o-animation-delay: 289.6s; + animation-delay: 289.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2897) +{ + -webkit-animation-delay: 289.7s; + -moz-animation-delay: 289.7s; + -o-animation-delay: 289.7s; + animation-delay: 289.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2898) +{ + -webkit-animation-delay: 289.8s; + -moz-animation-delay: 289.8s; + -o-animation-delay: 289.8s; + animation-delay: 289.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2899) +{ + -webkit-animation-delay: 289.9s; + -moz-animation-delay: 289.9s; + -o-animation-delay: 289.9s; + animation-delay: 289.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2900) +{ + -webkit-animation-delay: 290s; + -moz-animation-delay: 290s; + -o-animation-delay: 290s; + animation-delay: 290s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2901) +{ + -webkit-animation-delay: 290.1s; + -moz-animation-delay: 290.1s; + -o-animation-delay: 290.1s; + animation-delay: 290.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2902) +{ + -webkit-animation-delay: 290.2s; + -moz-animation-delay: 290.2s; + -o-animation-delay: 290.2s; + animation-delay: 290.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2903) +{ + -webkit-animation-delay: 290.3s; + -moz-animation-delay: 290.3s; + -o-animation-delay: 290.3s; + animation-delay: 290.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2904) +{ + -webkit-animation-delay: 290.4s; + -moz-animation-delay: 290.4s; + -o-animation-delay: 290.4s; + animation-delay: 290.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2905) +{ + -webkit-animation-delay: 290.5s; + -moz-animation-delay: 290.5s; + -o-animation-delay: 290.5s; + animation-delay: 290.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2906) +{ + -webkit-animation-delay: 290.6s; + -moz-animation-delay: 290.6s; + -o-animation-delay: 290.6s; + animation-delay: 290.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2907) +{ + -webkit-animation-delay: 290.7s; + -moz-animation-delay: 290.7s; + -o-animation-delay: 290.7s; + animation-delay: 290.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2908) +{ + -webkit-animation-delay: 290.8s; + -moz-animation-delay: 290.8s; + -o-animation-delay: 290.8s; + animation-delay: 290.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2909) +{ + -webkit-animation-delay: 290.9s; + -moz-animation-delay: 290.9s; + -o-animation-delay: 290.9s; + animation-delay: 290.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2910) +{ + -webkit-animation-delay: 291s; + -moz-animation-delay: 291s; + -o-animation-delay: 291s; + animation-delay: 291s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2911) +{ + -webkit-animation-delay: 291.1s; + -moz-animation-delay: 291.1s; + -o-animation-delay: 291.1s; + animation-delay: 291.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2912) +{ + -webkit-animation-delay: 291.2s; + -moz-animation-delay: 291.2s; + -o-animation-delay: 291.2s; + animation-delay: 291.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2913) +{ + -webkit-animation-delay: 291.3s; + -moz-animation-delay: 291.3s; + -o-animation-delay: 291.3s; + animation-delay: 291.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2914) +{ + -webkit-animation-delay: 291.4s; + -moz-animation-delay: 291.4s; + -o-animation-delay: 291.4s; + animation-delay: 291.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2915) +{ + -webkit-animation-delay: 291.5s; + -moz-animation-delay: 291.5s; + -o-animation-delay: 291.5s; + animation-delay: 291.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2916) +{ + -webkit-animation-delay: 291.6s; + -moz-animation-delay: 291.6s; + -o-animation-delay: 291.6s; + animation-delay: 291.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2917) +{ + -webkit-animation-delay: 291.7s; + -moz-animation-delay: 291.7s; + -o-animation-delay: 291.7s; + animation-delay: 291.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2918) +{ + -webkit-animation-delay: 291.8s; + -moz-animation-delay: 291.8s; + -o-animation-delay: 291.8s; + animation-delay: 291.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2919) +{ + -webkit-animation-delay: 291.9s; + -moz-animation-delay: 291.9s; + -o-animation-delay: 291.9s; + animation-delay: 291.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2920) +{ + -webkit-animation-delay: 292s; + -moz-animation-delay: 292s; + -o-animation-delay: 292s; + animation-delay: 292s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2921) +{ + -webkit-animation-delay: 292.1s; + -moz-animation-delay: 292.1s; + -o-animation-delay: 292.1s; + animation-delay: 292.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2922) +{ + -webkit-animation-delay: 292.2s; + -moz-animation-delay: 292.2s; + -o-animation-delay: 292.2s; + animation-delay: 292.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2923) +{ + -webkit-animation-delay: 292.3s; + -moz-animation-delay: 292.3s; + -o-animation-delay: 292.3s; + animation-delay: 292.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2924) +{ + -webkit-animation-delay: 292.4s; + -moz-animation-delay: 292.4s; + -o-animation-delay: 292.4s; + animation-delay: 292.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2925) +{ + -webkit-animation-delay: 292.5s; + -moz-animation-delay: 292.5s; + -o-animation-delay: 292.5s; + animation-delay: 292.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2926) +{ + -webkit-animation-delay: 292.6s; + -moz-animation-delay: 292.6s; + -o-animation-delay: 292.6s; + animation-delay: 292.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2927) +{ + -webkit-animation-delay: 292.7s; + -moz-animation-delay: 292.7s; + -o-animation-delay: 292.7s; + animation-delay: 292.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2928) +{ + -webkit-animation-delay: 292.8s; + -moz-animation-delay: 292.8s; + -o-animation-delay: 292.8s; + animation-delay: 292.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2929) +{ + -webkit-animation-delay: 292.9s; + -moz-animation-delay: 292.9s; + -o-animation-delay: 292.9s; + animation-delay: 292.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2930) +{ + -webkit-animation-delay: 293s; + -moz-animation-delay: 293s; + -o-animation-delay: 293s; + animation-delay: 293s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2931) +{ + -webkit-animation-delay: 293.1s; + -moz-animation-delay: 293.1s; + -o-animation-delay: 293.1s; + animation-delay: 293.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2932) +{ + -webkit-animation-delay: 293.2s; + -moz-animation-delay: 293.2s; + -o-animation-delay: 293.2s; + animation-delay: 293.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2933) +{ + -webkit-animation-delay: 293.3s; + -moz-animation-delay: 293.3s; + -o-animation-delay: 293.3s; + animation-delay: 293.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2934) +{ + -webkit-animation-delay: 293.4s; + -moz-animation-delay: 293.4s; + -o-animation-delay: 293.4s; + animation-delay: 293.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2935) +{ + -webkit-animation-delay: 293.5s; + -moz-animation-delay: 293.5s; + -o-animation-delay: 293.5s; + animation-delay: 293.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2936) +{ + -webkit-animation-delay: 293.6s; + -moz-animation-delay: 293.6s; + -o-animation-delay: 293.6s; + animation-delay: 293.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2937) +{ + -webkit-animation-delay: 293.7s; + -moz-animation-delay: 293.7s; + -o-animation-delay: 293.7s; + animation-delay: 293.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2938) +{ + -webkit-animation-delay: 293.8s; + -moz-animation-delay: 293.8s; + -o-animation-delay: 293.8s; + animation-delay: 293.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2939) +{ + -webkit-animation-delay: 293.9s; + -moz-animation-delay: 293.9s; + -o-animation-delay: 293.9s; + animation-delay: 293.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2940) +{ + -webkit-animation-delay: 294s; + -moz-animation-delay: 294s; + -o-animation-delay: 294s; + animation-delay: 294s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2941) +{ + -webkit-animation-delay: 294.1s; + -moz-animation-delay: 294.1s; + -o-animation-delay: 294.1s; + animation-delay: 294.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2942) +{ + -webkit-animation-delay: 294.2s; + -moz-animation-delay: 294.2s; + -o-animation-delay: 294.2s; + animation-delay: 294.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2943) +{ + -webkit-animation-delay: 294.3s; + -moz-animation-delay: 294.3s; + -o-animation-delay: 294.3s; + animation-delay: 294.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2944) +{ + -webkit-animation-delay: 294.4s; + -moz-animation-delay: 294.4s; + -o-animation-delay: 294.4s; + animation-delay: 294.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2945) +{ + -webkit-animation-delay: 294.5s; + -moz-animation-delay: 294.5s; + -o-animation-delay: 294.5s; + animation-delay: 294.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2946) +{ + -webkit-animation-delay: 294.6s; + -moz-animation-delay: 294.6s; + -o-animation-delay: 294.6s; + animation-delay: 294.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2947) +{ + -webkit-animation-delay: 294.7s; + -moz-animation-delay: 294.7s; + -o-animation-delay: 294.7s; + animation-delay: 294.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2948) +{ + -webkit-animation-delay: 294.8s; + -moz-animation-delay: 294.8s; + -o-animation-delay: 294.8s; + animation-delay: 294.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2949) +{ + -webkit-animation-delay: 294.9s; + -moz-animation-delay: 294.9s; + -o-animation-delay: 294.9s; + animation-delay: 294.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2950) +{ + -webkit-animation-delay: 295s; + -moz-animation-delay: 295s; + -o-animation-delay: 295s; + animation-delay: 295s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2951) +{ + -webkit-animation-delay: 295.1s; + -moz-animation-delay: 295.1s; + -o-animation-delay: 295.1s; + animation-delay: 295.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2952) +{ + -webkit-animation-delay: 295.2s; + -moz-animation-delay: 295.2s; + -o-animation-delay: 295.2s; + animation-delay: 295.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2953) +{ + -webkit-animation-delay: 295.3s; + -moz-animation-delay: 295.3s; + -o-animation-delay: 295.3s; + animation-delay: 295.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2954) +{ + -webkit-animation-delay: 295.4s; + -moz-animation-delay: 295.4s; + -o-animation-delay: 295.4s; + animation-delay: 295.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2955) +{ + -webkit-animation-delay: 295.5s; + -moz-animation-delay: 295.5s; + -o-animation-delay: 295.5s; + animation-delay: 295.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2956) +{ + -webkit-animation-delay: 295.6s; + -moz-animation-delay: 295.6s; + -o-animation-delay: 295.6s; + animation-delay: 295.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2957) +{ + -webkit-animation-delay: 295.7s; + -moz-animation-delay: 295.7s; + -o-animation-delay: 295.7s; + animation-delay: 295.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2958) +{ + -webkit-animation-delay: 295.8s; + -moz-animation-delay: 295.8s; + -o-animation-delay: 295.8s; + animation-delay: 295.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2959) +{ + -webkit-animation-delay: 295.9s; + -moz-animation-delay: 295.9s; + -o-animation-delay: 295.9s; + animation-delay: 295.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2960) +{ + -webkit-animation-delay: 296s; + -moz-animation-delay: 296s; + -o-animation-delay: 296s; + animation-delay: 296s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2961) +{ + -webkit-animation-delay: 296.1s; + -moz-animation-delay: 296.1s; + -o-animation-delay: 296.1s; + animation-delay: 296.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2962) +{ + -webkit-animation-delay: 296.2s; + -moz-animation-delay: 296.2s; + -o-animation-delay: 296.2s; + animation-delay: 296.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2963) +{ + -webkit-animation-delay: 296.3s; + -moz-animation-delay: 296.3s; + -o-animation-delay: 296.3s; + animation-delay: 296.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2964) +{ + -webkit-animation-delay: 296.4s; + -moz-animation-delay: 296.4s; + -o-animation-delay: 296.4s; + animation-delay: 296.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2965) +{ + -webkit-animation-delay: 296.5s; + -moz-animation-delay: 296.5s; + -o-animation-delay: 296.5s; + animation-delay: 296.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2966) +{ + -webkit-animation-delay: 296.6s; + -moz-animation-delay: 296.6s; + -o-animation-delay: 296.6s; + animation-delay: 296.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2967) +{ + -webkit-animation-delay: 296.7s; + -moz-animation-delay: 296.7s; + -o-animation-delay: 296.7s; + animation-delay: 296.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2968) +{ + -webkit-animation-delay: 296.8s; + -moz-animation-delay: 296.8s; + -o-animation-delay: 296.8s; + animation-delay: 296.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2969) +{ + -webkit-animation-delay: 296.9s; + -moz-animation-delay: 296.9s; + -o-animation-delay: 296.9s; + animation-delay: 296.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2970) +{ + -webkit-animation-delay: 297s; + -moz-animation-delay: 297s; + -o-animation-delay: 297s; + animation-delay: 297s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2971) +{ + -webkit-animation-delay: 297.1s; + -moz-animation-delay: 297.1s; + -o-animation-delay: 297.1s; + animation-delay: 297.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2972) +{ + -webkit-animation-delay: 297.2s; + -moz-animation-delay: 297.2s; + -o-animation-delay: 297.2s; + animation-delay: 297.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2973) +{ + -webkit-animation-delay: 297.3s; + -moz-animation-delay: 297.3s; + -o-animation-delay: 297.3s; + animation-delay: 297.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2974) +{ + -webkit-animation-delay: 297.4s; + -moz-animation-delay: 297.4s; + -o-animation-delay: 297.4s; + animation-delay: 297.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2975) +{ + -webkit-animation-delay: 297.5s; + -moz-animation-delay: 297.5s; + -o-animation-delay: 297.5s; + animation-delay: 297.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2976) +{ + -webkit-animation-delay: 297.6s; + -moz-animation-delay: 297.6s; + -o-animation-delay: 297.6s; + animation-delay: 297.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2977) +{ + -webkit-animation-delay: 297.7s; + -moz-animation-delay: 297.7s; + -o-animation-delay: 297.7s; + animation-delay: 297.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2978) +{ + -webkit-animation-delay: 297.8s; + -moz-animation-delay: 297.8s; + -o-animation-delay: 297.8s; + animation-delay: 297.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2979) +{ + -webkit-animation-delay: 297.9s; + -moz-animation-delay: 297.9s; + -o-animation-delay: 297.9s; + animation-delay: 297.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2980) +{ + -webkit-animation-delay: 298s; + -moz-animation-delay: 298s; + -o-animation-delay: 298s; + animation-delay: 298s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2981) +{ + -webkit-animation-delay: 298.1s; + -moz-animation-delay: 298.1s; + -o-animation-delay: 298.1s; + animation-delay: 298.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2982) +{ + -webkit-animation-delay: 298.2s; + -moz-animation-delay: 298.2s; + -o-animation-delay: 298.2s; + animation-delay: 298.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2983) +{ + -webkit-animation-delay: 298.3s; + -moz-animation-delay: 298.3s; + -o-animation-delay: 298.3s; + animation-delay: 298.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2984) +{ + -webkit-animation-delay: 298.4s; + -moz-animation-delay: 298.4s; + -o-animation-delay: 298.4s; + animation-delay: 298.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2985) +{ + -webkit-animation-delay: 298.5s; + -moz-animation-delay: 298.5s; + -o-animation-delay: 298.5s; + animation-delay: 298.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2986) +{ + -webkit-animation-delay: 298.6s; + -moz-animation-delay: 298.6s; + -o-animation-delay: 298.6s; + animation-delay: 298.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2987) +{ + -webkit-animation-delay: 298.7s; + -moz-animation-delay: 298.7s; + -o-animation-delay: 298.7s; + animation-delay: 298.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2988) +{ + -webkit-animation-delay: 298.8s; + -moz-animation-delay: 298.8s; + -o-animation-delay: 298.8s; + animation-delay: 298.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2989) +{ + -webkit-animation-delay: 298.9s; + -moz-animation-delay: 298.9s; + -o-animation-delay: 298.9s; + animation-delay: 298.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2990) +{ + -webkit-animation-delay: 299s; + -moz-animation-delay: 299s; + -o-animation-delay: 299s; + animation-delay: 299s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2991) +{ + -webkit-animation-delay: 299.1s; + -moz-animation-delay: 299.1s; + -o-animation-delay: 299.1s; + animation-delay: 299.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2992) +{ + -webkit-animation-delay: 299.2s; + -moz-animation-delay: 299.2s; + -o-animation-delay: 299.2s; + animation-delay: 299.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2993) +{ + -webkit-animation-delay: 299.3s; + -moz-animation-delay: 299.3s; + -o-animation-delay: 299.3s; + animation-delay: 299.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2994) +{ + -webkit-animation-delay: 299.4s; + -moz-animation-delay: 299.4s; + -o-animation-delay: 299.4s; + animation-delay: 299.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2995) +{ + -webkit-animation-delay: 299.5s; + -moz-animation-delay: 299.5s; + -o-animation-delay: 299.5s; + animation-delay: 299.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2996) +{ + -webkit-animation-delay: 299.6s; + -moz-animation-delay: 299.6s; + -o-animation-delay: 299.6s; + animation-delay: 299.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2997) +{ + -webkit-animation-delay: 299.7s; + -moz-animation-delay: 299.7s; + -o-animation-delay: 299.7s; + animation-delay: 299.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2998) +{ + -webkit-animation-delay: 299.8s; + -moz-animation-delay: 299.8s; + -o-animation-delay: 299.8s; + animation-delay: 299.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2999) +{ + -webkit-animation-delay: 299.9s; + -moz-animation-delay: 299.9s; + -o-animation-delay: 299.9s; + animation-delay: 299.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3000) +{ + -webkit-animation-delay: 300s; + -moz-animation-delay: 300s; + -o-animation-delay: 300s; + animation-delay: 300s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3001) +{ + -webkit-animation-delay: 300.1s; + -moz-animation-delay: 300.1s; + -o-animation-delay: 300.1s; + animation-delay: 300.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3002) +{ + -webkit-animation-delay: 300.2s; + -moz-animation-delay: 300.2s; + -o-animation-delay: 300.2s; + animation-delay: 300.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3003) +{ + -webkit-animation-delay: 300.3s; + -moz-animation-delay: 300.3s; + -o-animation-delay: 300.3s; + animation-delay: 300.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3004) +{ + -webkit-animation-delay: 300.4s; + -moz-animation-delay: 300.4s; + -o-animation-delay: 300.4s; + animation-delay: 300.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3005) +{ + -webkit-animation-delay: 300.5s; + -moz-animation-delay: 300.5s; + -o-animation-delay: 300.5s; + animation-delay: 300.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3006) +{ + -webkit-animation-delay: 300.6s; + -moz-animation-delay: 300.6s; + -o-animation-delay: 300.6s; + animation-delay: 300.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3007) +{ + -webkit-animation-delay: 300.7s; + -moz-animation-delay: 300.7s; + -o-animation-delay: 300.7s; + animation-delay: 300.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3008) +{ + -webkit-animation-delay: 300.8s; + -moz-animation-delay: 300.8s; + -o-animation-delay: 300.8s; + animation-delay: 300.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3009) +{ + -webkit-animation-delay: 300.9s; + -moz-animation-delay: 300.9s; + -o-animation-delay: 300.9s; + animation-delay: 300.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3010) +{ + -webkit-animation-delay: 301s; + -moz-animation-delay: 301s; + -o-animation-delay: 301s; + animation-delay: 301s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3011) +{ + -webkit-animation-delay: 301.1s; + -moz-animation-delay: 301.1s; + -o-animation-delay: 301.1s; + animation-delay: 301.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3012) +{ + -webkit-animation-delay: 301.2s; + -moz-animation-delay: 301.2s; + -o-animation-delay: 301.2s; + animation-delay: 301.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3013) +{ + -webkit-animation-delay: 301.3s; + -moz-animation-delay: 301.3s; + -o-animation-delay: 301.3s; + animation-delay: 301.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3014) +{ + -webkit-animation-delay: 301.4s; + -moz-animation-delay: 301.4s; + -o-animation-delay: 301.4s; + animation-delay: 301.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3015) +{ + -webkit-animation-delay: 301.5s; + -moz-animation-delay: 301.5s; + -o-animation-delay: 301.5s; + animation-delay: 301.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3016) +{ + -webkit-animation-delay: 301.6s; + -moz-animation-delay: 301.6s; + -o-animation-delay: 301.6s; + animation-delay: 301.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3017) +{ + -webkit-animation-delay: 301.7s; + -moz-animation-delay: 301.7s; + -o-animation-delay: 301.7s; + animation-delay: 301.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3018) +{ + -webkit-animation-delay: 301.8s; + -moz-animation-delay: 301.8s; + -o-animation-delay: 301.8s; + animation-delay: 301.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3019) +{ + -webkit-animation-delay: 301.9s; + -moz-animation-delay: 301.9s; + -o-animation-delay: 301.9s; + animation-delay: 301.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3020) +{ + -webkit-animation-delay: 302s; + -moz-animation-delay: 302s; + -o-animation-delay: 302s; + animation-delay: 302s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3021) +{ + -webkit-animation-delay: 302.1s; + -moz-animation-delay: 302.1s; + -o-animation-delay: 302.1s; + animation-delay: 302.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3022) +{ + -webkit-animation-delay: 302.2s; + -moz-animation-delay: 302.2s; + -o-animation-delay: 302.2s; + animation-delay: 302.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3023) +{ + -webkit-animation-delay: 302.3s; + -moz-animation-delay: 302.3s; + -o-animation-delay: 302.3s; + animation-delay: 302.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3024) +{ + -webkit-animation-delay: 302.4s; + -moz-animation-delay: 302.4s; + -o-animation-delay: 302.4s; + animation-delay: 302.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3025) +{ + -webkit-animation-delay: 302.5s; + -moz-animation-delay: 302.5s; + -o-animation-delay: 302.5s; + animation-delay: 302.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3026) +{ + -webkit-animation-delay: 302.6s; + -moz-animation-delay: 302.6s; + -o-animation-delay: 302.6s; + animation-delay: 302.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3027) +{ + -webkit-animation-delay: 302.7s; + -moz-animation-delay: 302.7s; + -o-animation-delay: 302.7s; + animation-delay: 302.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3028) +{ + -webkit-animation-delay: 302.8s; + -moz-animation-delay: 302.8s; + -o-animation-delay: 302.8s; + animation-delay: 302.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3029) +{ + -webkit-animation-delay: 302.9s; + -moz-animation-delay: 302.9s; + -o-animation-delay: 302.9s; + animation-delay: 302.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3030) +{ + -webkit-animation-delay: 303s; + -moz-animation-delay: 303s; + -o-animation-delay: 303s; + animation-delay: 303s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3031) +{ + -webkit-animation-delay: 303.1s; + -moz-animation-delay: 303.1s; + -o-animation-delay: 303.1s; + animation-delay: 303.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3032) +{ + -webkit-animation-delay: 303.2s; + -moz-animation-delay: 303.2s; + -o-animation-delay: 303.2s; + animation-delay: 303.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3033) +{ + -webkit-animation-delay: 303.3s; + -moz-animation-delay: 303.3s; + -o-animation-delay: 303.3s; + animation-delay: 303.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3034) +{ + -webkit-animation-delay: 303.4s; + -moz-animation-delay: 303.4s; + -o-animation-delay: 303.4s; + animation-delay: 303.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3035) +{ + -webkit-animation-delay: 303.5s; + -moz-animation-delay: 303.5s; + -o-animation-delay: 303.5s; + animation-delay: 303.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3036) +{ + -webkit-animation-delay: 303.6s; + -moz-animation-delay: 303.6s; + -o-animation-delay: 303.6s; + animation-delay: 303.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3037) +{ + -webkit-animation-delay: 303.7s; + -moz-animation-delay: 303.7s; + -o-animation-delay: 303.7s; + animation-delay: 303.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3038) +{ + -webkit-animation-delay: 303.8s; + -moz-animation-delay: 303.8s; + -o-animation-delay: 303.8s; + animation-delay: 303.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3039) +{ + -webkit-animation-delay: 303.9s; + -moz-animation-delay: 303.9s; + -o-animation-delay: 303.9s; + animation-delay: 303.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3040) +{ + -webkit-animation-delay: 304s; + -moz-animation-delay: 304s; + -o-animation-delay: 304s; + animation-delay: 304s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3041) +{ + -webkit-animation-delay: 304.1s; + -moz-animation-delay: 304.1s; + -o-animation-delay: 304.1s; + animation-delay: 304.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3042) +{ + -webkit-animation-delay: 304.2s; + -moz-animation-delay: 304.2s; + -o-animation-delay: 304.2s; + animation-delay: 304.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3043) +{ + -webkit-animation-delay: 304.3s; + -moz-animation-delay: 304.3s; + -o-animation-delay: 304.3s; + animation-delay: 304.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3044) +{ + -webkit-animation-delay: 304.4s; + -moz-animation-delay: 304.4s; + -o-animation-delay: 304.4s; + animation-delay: 304.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3045) +{ + -webkit-animation-delay: 304.5s; + -moz-animation-delay: 304.5s; + -o-animation-delay: 304.5s; + animation-delay: 304.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3046) +{ + -webkit-animation-delay: 304.6s; + -moz-animation-delay: 304.6s; + -o-animation-delay: 304.6s; + animation-delay: 304.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3047) +{ + -webkit-animation-delay: 304.7s; + -moz-animation-delay: 304.7s; + -o-animation-delay: 304.7s; + animation-delay: 304.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3048) +{ + -webkit-animation-delay: 304.8s; + -moz-animation-delay: 304.8s; + -o-animation-delay: 304.8s; + animation-delay: 304.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3049) +{ + -webkit-animation-delay: 304.9s; + -moz-animation-delay: 304.9s; + -o-animation-delay: 304.9s; + animation-delay: 304.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3050) +{ + -webkit-animation-delay: 305s; + -moz-animation-delay: 305s; + -o-animation-delay: 305s; + animation-delay: 305s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3051) +{ + -webkit-animation-delay: 305.1s; + -moz-animation-delay: 305.1s; + -o-animation-delay: 305.1s; + animation-delay: 305.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3052) +{ + -webkit-animation-delay: 305.2s; + -moz-animation-delay: 305.2s; + -o-animation-delay: 305.2s; + animation-delay: 305.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3053) +{ + -webkit-animation-delay: 305.3s; + -moz-animation-delay: 305.3s; + -o-animation-delay: 305.3s; + animation-delay: 305.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3054) +{ + -webkit-animation-delay: 305.4s; + -moz-animation-delay: 305.4s; + -o-animation-delay: 305.4s; + animation-delay: 305.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3055) +{ + -webkit-animation-delay: 305.5s; + -moz-animation-delay: 305.5s; + -o-animation-delay: 305.5s; + animation-delay: 305.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3056) +{ + -webkit-animation-delay: 305.6s; + -moz-animation-delay: 305.6s; + -o-animation-delay: 305.6s; + animation-delay: 305.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3057) +{ + -webkit-animation-delay: 305.7s; + -moz-animation-delay: 305.7s; + -o-animation-delay: 305.7s; + animation-delay: 305.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3058) +{ + -webkit-animation-delay: 305.8s; + -moz-animation-delay: 305.8s; + -o-animation-delay: 305.8s; + animation-delay: 305.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3059) +{ + -webkit-animation-delay: 305.9s; + -moz-animation-delay: 305.9s; + -o-animation-delay: 305.9s; + animation-delay: 305.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3060) +{ + -webkit-animation-delay: 306s; + -moz-animation-delay: 306s; + -o-animation-delay: 306s; + animation-delay: 306s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3061) +{ + -webkit-animation-delay: 306.1s; + -moz-animation-delay: 306.1s; + -o-animation-delay: 306.1s; + animation-delay: 306.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3062) +{ + -webkit-animation-delay: 306.2s; + -moz-animation-delay: 306.2s; + -o-animation-delay: 306.2s; + animation-delay: 306.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3063) +{ + -webkit-animation-delay: 306.3s; + -moz-animation-delay: 306.3s; + -o-animation-delay: 306.3s; + animation-delay: 306.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3064) +{ + -webkit-animation-delay: 306.4s; + -moz-animation-delay: 306.4s; + -o-animation-delay: 306.4s; + animation-delay: 306.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3065) +{ + -webkit-animation-delay: 306.5s; + -moz-animation-delay: 306.5s; + -o-animation-delay: 306.5s; + animation-delay: 306.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3066) +{ + -webkit-animation-delay: 306.6s; + -moz-animation-delay: 306.6s; + -o-animation-delay: 306.6s; + animation-delay: 306.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3067) +{ + -webkit-animation-delay: 306.7s; + -moz-animation-delay: 306.7s; + -o-animation-delay: 306.7s; + animation-delay: 306.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3068) +{ + -webkit-animation-delay: 306.8s; + -moz-animation-delay: 306.8s; + -o-animation-delay: 306.8s; + animation-delay: 306.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3069) +{ + -webkit-animation-delay: 306.9s; + -moz-animation-delay: 306.9s; + -o-animation-delay: 306.9s; + animation-delay: 306.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3070) +{ + -webkit-animation-delay: 307s; + -moz-animation-delay: 307s; + -o-animation-delay: 307s; + animation-delay: 307s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3071) +{ + -webkit-animation-delay: 307.1s; + -moz-animation-delay: 307.1s; + -o-animation-delay: 307.1s; + animation-delay: 307.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3072) +{ + -webkit-animation-delay: 307.2s; + -moz-animation-delay: 307.2s; + -o-animation-delay: 307.2s; + animation-delay: 307.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3073) +{ + -webkit-animation-delay: 307.3s; + -moz-animation-delay: 307.3s; + -o-animation-delay: 307.3s; + animation-delay: 307.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3074) +{ + -webkit-animation-delay: 307.4s; + -moz-animation-delay: 307.4s; + -o-animation-delay: 307.4s; + animation-delay: 307.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3075) +{ + -webkit-animation-delay: 307.5s; + -moz-animation-delay: 307.5s; + -o-animation-delay: 307.5s; + animation-delay: 307.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3076) +{ + -webkit-animation-delay: 307.6s; + -moz-animation-delay: 307.6s; + -o-animation-delay: 307.6s; + animation-delay: 307.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3077) +{ + -webkit-animation-delay: 307.7s; + -moz-animation-delay: 307.7s; + -o-animation-delay: 307.7s; + animation-delay: 307.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3078) +{ + -webkit-animation-delay: 307.8s; + -moz-animation-delay: 307.8s; + -o-animation-delay: 307.8s; + animation-delay: 307.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3079) +{ + -webkit-animation-delay: 307.9s; + -moz-animation-delay: 307.9s; + -o-animation-delay: 307.9s; + animation-delay: 307.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3080) +{ + -webkit-animation-delay: 308s; + -moz-animation-delay: 308s; + -o-animation-delay: 308s; + animation-delay: 308s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3081) +{ + -webkit-animation-delay: 308.1s; + -moz-animation-delay: 308.1s; + -o-animation-delay: 308.1s; + animation-delay: 308.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3082) +{ + -webkit-animation-delay: 308.2s; + -moz-animation-delay: 308.2s; + -o-animation-delay: 308.2s; + animation-delay: 308.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3083) +{ + -webkit-animation-delay: 308.3s; + -moz-animation-delay: 308.3s; + -o-animation-delay: 308.3s; + animation-delay: 308.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3084) +{ + -webkit-animation-delay: 308.4s; + -moz-animation-delay: 308.4s; + -o-animation-delay: 308.4s; + animation-delay: 308.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3085) +{ + -webkit-animation-delay: 308.5s; + -moz-animation-delay: 308.5s; + -o-animation-delay: 308.5s; + animation-delay: 308.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3086) +{ + -webkit-animation-delay: 308.6s; + -moz-animation-delay: 308.6s; + -o-animation-delay: 308.6s; + animation-delay: 308.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3087) +{ + -webkit-animation-delay: 308.7s; + -moz-animation-delay: 308.7s; + -o-animation-delay: 308.7s; + animation-delay: 308.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3088) +{ + -webkit-animation-delay: 308.8s; + -moz-animation-delay: 308.8s; + -o-animation-delay: 308.8s; + animation-delay: 308.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3089) +{ + -webkit-animation-delay: 308.9s; + -moz-animation-delay: 308.9s; + -o-animation-delay: 308.9s; + animation-delay: 308.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3090) +{ + -webkit-animation-delay: 309s; + -moz-animation-delay: 309s; + -o-animation-delay: 309s; + animation-delay: 309s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3091) +{ + -webkit-animation-delay: 309.1s; + -moz-animation-delay: 309.1s; + -o-animation-delay: 309.1s; + animation-delay: 309.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3092) +{ + -webkit-animation-delay: 309.2s; + -moz-animation-delay: 309.2s; + -o-animation-delay: 309.2s; + animation-delay: 309.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3093) +{ + -webkit-animation-delay: 309.3s; + -moz-animation-delay: 309.3s; + -o-animation-delay: 309.3s; + animation-delay: 309.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3094) +{ + -webkit-animation-delay: 309.4s; + -moz-animation-delay: 309.4s; + -o-animation-delay: 309.4s; + animation-delay: 309.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3095) +{ + -webkit-animation-delay: 309.5s; + -moz-animation-delay: 309.5s; + -o-animation-delay: 309.5s; + animation-delay: 309.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3096) +{ + -webkit-animation-delay: 309.6s; + -moz-animation-delay: 309.6s; + -o-animation-delay: 309.6s; + animation-delay: 309.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3097) +{ + -webkit-animation-delay: 309.7s; + -moz-animation-delay: 309.7s; + -o-animation-delay: 309.7s; + animation-delay: 309.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3098) +{ + -webkit-animation-delay: 309.8s; + -moz-animation-delay: 309.8s; + -o-animation-delay: 309.8s; + animation-delay: 309.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3099) +{ + -webkit-animation-delay: 309.9s; + -moz-animation-delay: 309.9s; + -o-animation-delay: 309.9s; + animation-delay: 309.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3100) +{ + -webkit-animation-delay: 310s; + -moz-animation-delay: 310s; + -o-animation-delay: 310s; + animation-delay: 310s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3101) +{ + -webkit-animation-delay: 310.1s; + -moz-animation-delay: 310.1s; + -o-animation-delay: 310.1s; + animation-delay: 310.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3102) +{ + -webkit-animation-delay: 310.2s; + -moz-animation-delay: 310.2s; + -o-animation-delay: 310.2s; + animation-delay: 310.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3103) +{ + -webkit-animation-delay: 310.3s; + -moz-animation-delay: 310.3s; + -o-animation-delay: 310.3s; + animation-delay: 310.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3104) +{ + -webkit-animation-delay: 310.4s; + -moz-animation-delay: 310.4s; + -o-animation-delay: 310.4s; + animation-delay: 310.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3105) +{ + -webkit-animation-delay: 310.5s; + -moz-animation-delay: 310.5s; + -o-animation-delay: 310.5s; + animation-delay: 310.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3106) +{ + -webkit-animation-delay: 310.6s; + -moz-animation-delay: 310.6s; + -o-animation-delay: 310.6s; + animation-delay: 310.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3107) +{ + -webkit-animation-delay: 310.7s; + -moz-animation-delay: 310.7s; + -o-animation-delay: 310.7s; + animation-delay: 310.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3108) +{ + -webkit-animation-delay: 310.8s; + -moz-animation-delay: 310.8s; + -o-animation-delay: 310.8s; + animation-delay: 310.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3109) +{ + -webkit-animation-delay: 310.9s; + -moz-animation-delay: 310.9s; + -o-animation-delay: 310.9s; + animation-delay: 310.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3110) +{ + -webkit-animation-delay: 311s; + -moz-animation-delay: 311s; + -o-animation-delay: 311s; + animation-delay: 311s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3111) +{ + -webkit-animation-delay: 311.1s; + -moz-animation-delay: 311.1s; + -o-animation-delay: 311.1s; + animation-delay: 311.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3112) +{ + -webkit-animation-delay: 311.2s; + -moz-animation-delay: 311.2s; + -o-animation-delay: 311.2s; + animation-delay: 311.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3113) +{ + -webkit-animation-delay: 311.3s; + -moz-animation-delay: 311.3s; + -o-animation-delay: 311.3s; + animation-delay: 311.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3114) +{ + -webkit-animation-delay: 311.4s; + -moz-animation-delay: 311.4s; + -o-animation-delay: 311.4s; + animation-delay: 311.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3115) +{ + -webkit-animation-delay: 311.5s; + -moz-animation-delay: 311.5s; + -o-animation-delay: 311.5s; + animation-delay: 311.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3116) +{ + -webkit-animation-delay: 311.6s; + -moz-animation-delay: 311.6s; + -o-animation-delay: 311.6s; + animation-delay: 311.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3117) +{ + -webkit-animation-delay: 311.7s; + -moz-animation-delay: 311.7s; + -o-animation-delay: 311.7s; + animation-delay: 311.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3118) +{ + -webkit-animation-delay: 311.8s; + -moz-animation-delay: 311.8s; + -o-animation-delay: 311.8s; + animation-delay: 311.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3119) +{ + -webkit-animation-delay: 311.9s; + -moz-animation-delay: 311.9s; + -o-animation-delay: 311.9s; + animation-delay: 311.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3120) +{ + -webkit-animation-delay: 312s; + -moz-animation-delay: 312s; + -o-animation-delay: 312s; + animation-delay: 312s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3121) +{ + -webkit-animation-delay: 312.1s; + -moz-animation-delay: 312.1s; + -o-animation-delay: 312.1s; + animation-delay: 312.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3122) +{ + -webkit-animation-delay: 312.2s; + -moz-animation-delay: 312.2s; + -o-animation-delay: 312.2s; + animation-delay: 312.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3123) +{ + -webkit-animation-delay: 312.3s; + -moz-animation-delay: 312.3s; + -o-animation-delay: 312.3s; + animation-delay: 312.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3124) +{ + -webkit-animation-delay: 312.4s; + -moz-animation-delay: 312.4s; + -o-animation-delay: 312.4s; + animation-delay: 312.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3125) +{ + -webkit-animation-delay: 312.5s; + -moz-animation-delay: 312.5s; + -o-animation-delay: 312.5s; + animation-delay: 312.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3126) +{ + -webkit-animation-delay: 312.6s; + -moz-animation-delay: 312.6s; + -o-animation-delay: 312.6s; + animation-delay: 312.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3127) +{ + -webkit-animation-delay: 312.7s; + -moz-animation-delay: 312.7s; + -o-animation-delay: 312.7s; + animation-delay: 312.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3128) +{ + -webkit-animation-delay: 312.8s; + -moz-animation-delay: 312.8s; + -o-animation-delay: 312.8s; + animation-delay: 312.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3129) +{ + -webkit-animation-delay: 312.9s; + -moz-animation-delay: 312.9s; + -o-animation-delay: 312.9s; + animation-delay: 312.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3130) +{ + -webkit-animation-delay: 313s; + -moz-animation-delay: 313s; + -o-animation-delay: 313s; + animation-delay: 313s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3131) +{ + -webkit-animation-delay: 313.1s; + -moz-animation-delay: 313.1s; + -o-animation-delay: 313.1s; + animation-delay: 313.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3132) +{ + -webkit-animation-delay: 313.2s; + -moz-animation-delay: 313.2s; + -o-animation-delay: 313.2s; + animation-delay: 313.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3133) +{ + -webkit-animation-delay: 313.3s; + -moz-animation-delay: 313.3s; + -o-animation-delay: 313.3s; + animation-delay: 313.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3134) +{ + -webkit-animation-delay: 313.4s; + -moz-animation-delay: 313.4s; + -o-animation-delay: 313.4s; + animation-delay: 313.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3135) +{ + -webkit-animation-delay: 313.5s; + -moz-animation-delay: 313.5s; + -o-animation-delay: 313.5s; + animation-delay: 313.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3136) +{ + -webkit-animation-delay: 313.6s; + -moz-animation-delay: 313.6s; + -o-animation-delay: 313.6s; + animation-delay: 313.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3137) +{ + -webkit-animation-delay: 313.7s; + -moz-animation-delay: 313.7s; + -o-animation-delay: 313.7s; + animation-delay: 313.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3138) +{ + -webkit-animation-delay: 313.8s; + -moz-animation-delay: 313.8s; + -o-animation-delay: 313.8s; + animation-delay: 313.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3139) +{ + -webkit-animation-delay: 313.9s; + -moz-animation-delay: 313.9s; + -o-animation-delay: 313.9s; + animation-delay: 313.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3140) +{ + -webkit-animation-delay: 314s; + -moz-animation-delay: 314s; + -o-animation-delay: 314s; + animation-delay: 314s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3141) +{ + -webkit-animation-delay: 314.1s; + -moz-animation-delay: 314.1s; + -o-animation-delay: 314.1s; + animation-delay: 314.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3142) +{ + -webkit-animation-delay: 314.2s; + -moz-animation-delay: 314.2s; + -o-animation-delay: 314.2s; + animation-delay: 314.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3143) +{ + -webkit-animation-delay: 314.3s; + -moz-animation-delay: 314.3s; + -o-animation-delay: 314.3s; + animation-delay: 314.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3144) +{ + -webkit-animation-delay: 314.4s; + -moz-animation-delay: 314.4s; + -o-animation-delay: 314.4s; + animation-delay: 314.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3145) +{ + -webkit-animation-delay: 314.5s; + -moz-animation-delay: 314.5s; + -o-animation-delay: 314.5s; + animation-delay: 314.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3146) +{ + -webkit-animation-delay: 314.6s; + -moz-animation-delay: 314.6s; + -o-animation-delay: 314.6s; + animation-delay: 314.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3147) +{ + -webkit-animation-delay: 314.7s; + -moz-animation-delay: 314.7s; + -o-animation-delay: 314.7s; + animation-delay: 314.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3148) +{ + -webkit-animation-delay: 314.8s; + -moz-animation-delay: 314.8s; + -o-animation-delay: 314.8s; + animation-delay: 314.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3149) +{ + -webkit-animation-delay: 314.9s; + -moz-animation-delay: 314.9s; + -o-animation-delay: 314.9s; + animation-delay: 314.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3150) +{ + -webkit-animation-delay: 315s; + -moz-animation-delay: 315s; + -o-animation-delay: 315s; + animation-delay: 315s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3151) +{ + -webkit-animation-delay: 315.1s; + -moz-animation-delay: 315.1s; + -o-animation-delay: 315.1s; + animation-delay: 315.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3152) +{ + -webkit-animation-delay: 315.2s; + -moz-animation-delay: 315.2s; + -o-animation-delay: 315.2s; + animation-delay: 315.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3153) +{ + -webkit-animation-delay: 315.3s; + -moz-animation-delay: 315.3s; + -o-animation-delay: 315.3s; + animation-delay: 315.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3154) +{ + -webkit-animation-delay: 315.4s; + -moz-animation-delay: 315.4s; + -o-animation-delay: 315.4s; + animation-delay: 315.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3155) +{ + -webkit-animation-delay: 315.5s; + -moz-animation-delay: 315.5s; + -o-animation-delay: 315.5s; + animation-delay: 315.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3156) +{ + -webkit-animation-delay: 315.6s; + -moz-animation-delay: 315.6s; + -o-animation-delay: 315.6s; + animation-delay: 315.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3157) +{ + -webkit-animation-delay: 315.7s; + -moz-animation-delay: 315.7s; + -o-animation-delay: 315.7s; + animation-delay: 315.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3158) +{ + -webkit-animation-delay: 315.8s; + -moz-animation-delay: 315.8s; + -o-animation-delay: 315.8s; + animation-delay: 315.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3159) +{ + -webkit-animation-delay: 315.9s; + -moz-animation-delay: 315.9s; + -o-animation-delay: 315.9s; + animation-delay: 315.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3160) +{ + -webkit-animation-delay: 316s; + -moz-animation-delay: 316s; + -o-animation-delay: 316s; + animation-delay: 316s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3161) +{ + -webkit-animation-delay: 316.1s; + -moz-animation-delay: 316.1s; + -o-animation-delay: 316.1s; + animation-delay: 316.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3162) +{ + -webkit-animation-delay: 316.2s; + -moz-animation-delay: 316.2s; + -o-animation-delay: 316.2s; + animation-delay: 316.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3163) +{ + -webkit-animation-delay: 316.3s; + -moz-animation-delay: 316.3s; + -o-animation-delay: 316.3s; + animation-delay: 316.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3164) +{ + -webkit-animation-delay: 316.4s; + -moz-animation-delay: 316.4s; + -o-animation-delay: 316.4s; + animation-delay: 316.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3165) +{ + -webkit-animation-delay: 316.5s; + -moz-animation-delay: 316.5s; + -o-animation-delay: 316.5s; + animation-delay: 316.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3166) +{ + -webkit-animation-delay: 316.6s; + -moz-animation-delay: 316.6s; + -o-animation-delay: 316.6s; + animation-delay: 316.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3167) +{ + -webkit-animation-delay: 316.7s; + -moz-animation-delay: 316.7s; + -o-animation-delay: 316.7s; + animation-delay: 316.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3168) +{ + -webkit-animation-delay: 316.8s; + -moz-animation-delay: 316.8s; + -o-animation-delay: 316.8s; + animation-delay: 316.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3169) +{ + -webkit-animation-delay: 316.9s; + -moz-animation-delay: 316.9s; + -o-animation-delay: 316.9s; + animation-delay: 316.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3170) +{ + -webkit-animation-delay: 317s; + -moz-animation-delay: 317s; + -o-animation-delay: 317s; + animation-delay: 317s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3171) +{ + -webkit-animation-delay: 317.1s; + -moz-animation-delay: 317.1s; + -o-animation-delay: 317.1s; + animation-delay: 317.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3172) +{ + -webkit-animation-delay: 317.2s; + -moz-animation-delay: 317.2s; + -o-animation-delay: 317.2s; + animation-delay: 317.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3173) +{ + -webkit-animation-delay: 317.3s; + -moz-animation-delay: 317.3s; + -o-animation-delay: 317.3s; + animation-delay: 317.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3174) +{ + -webkit-animation-delay: 317.4s; + -moz-animation-delay: 317.4s; + -o-animation-delay: 317.4s; + animation-delay: 317.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3175) +{ + -webkit-animation-delay: 317.5s; + -moz-animation-delay: 317.5s; + -o-animation-delay: 317.5s; + animation-delay: 317.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3176) +{ + -webkit-animation-delay: 317.6s; + -moz-animation-delay: 317.6s; + -o-animation-delay: 317.6s; + animation-delay: 317.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3177) +{ + -webkit-animation-delay: 317.7s; + -moz-animation-delay: 317.7s; + -o-animation-delay: 317.7s; + animation-delay: 317.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3178) +{ + -webkit-animation-delay: 317.8s; + -moz-animation-delay: 317.8s; + -o-animation-delay: 317.8s; + animation-delay: 317.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3179) +{ + -webkit-animation-delay: 317.9s; + -moz-animation-delay: 317.9s; + -o-animation-delay: 317.9s; + animation-delay: 317.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3180) +{ + -webkit-animation-delay: 318s; + -moz-animation-delay: 318s; + -o-animation-delay: 318s; + animation-delay: 318s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3181) +{ + -webkit-animation-delay: 318.1s; + -moz-animation-delay: 318.1s; + -o-animation-delay: 318.1s; + animation-delay: 318.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3182) +{ + -webkit-animation-delay: 318.2s; + -moz-animation-delay: 318.2s; + -o-animation-delay: 318.2s; + animation-delay: 318.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3183) +{ + -webkit-animation-delay: 318.3s; + -moz-animation-delay: 318.3s; + -o-animation-delay: 318.3s; + animation-delay: 318.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3184) +{ + -webkit-animation-delay: 318.4s; + -moz-animation-delay: 318.4s; + -o-animation-delay: 318.4s; + animation-delay: 318.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3185) +{ + -webkit-animation-delay: 318.5s; + -moz-animation-delay: 318.5s; + -o-animation-delay: 318.5s; + animation-delay: 318.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3186) +{ + -webkit-animation-delay: 318.6s; + -moz-animation-delay: 318.6s; + -o-animation-delay: 318.6s; + animation-delay: 318.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3187) +{ + -webkit-animation-delay: 318.7s; + -moz-animation-delay: 318.7s; + -o-animation-delay: 318.7s; + animation-delay: 318.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3188) +{ + -webkit-animation-delay: 318.8s; + -moz-animation-delay: 318.8s; + -o-animation-delay: 318.8s; + animation-delay: 318.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3189) +{ + -webkit-animation-delay: 318.9s; + -moz-animation-delay: 318.9s; + -o-animation-delay: 318.9s; + animation-delay: 318.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3190) +{ + -webkit-animation-delay: 319s; + -moz-animation-delay: 319s; + -o-animation-delay: 319s; + animation-delay: 319s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3191) +{ + -webkit-animation-delay: 319.1s; + -moz-animation-delay: 319.1s; + -o-animation-delay: 319.1s; + animation-delay: 319.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3192) +{ + -webkit-animation-delay: 319.2s; + -moz-animation-delay: 319.2s; + -o-animation-delay: 319.2s; + animation-delay: 319.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3193) +{ + -webkit-animation-delay: 319.3s; + -moz-animation-delay: 319.3s; + -o-animation-delay: 319.3s; + animation-delay: 319.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3194) +{ + -webkit-animation-delay: 319.4s; + -moz-animation-delay: 319.4s; + -o-animation-delay: 319.4s; + animation-delay: 319.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3195) +{ + -webkit-animation-delay: 319.5s; + -moz-animation-delay: 319.5s; + -o-animation-delay: 319.5s; + animation-delay: 319.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3196) +{ + -webkit-animation-delay: 319.6s; + -moz-animation-delay: 319.6s; + -o-animation-delay: 319.6s; + animation-delay: 319.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3197) +{ + -webkit-animation-delay: 319.7s; + -moz-animation-delay: 319.7s; + -o-animation-delay: 319.7s; + animation-delay: 319.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3198) +{ + -webkit-animation-delay: 319.8s; + -moz-animation-delay: 319.8s; + -o-animation-delay: 319.8s; + animation-delay: 319.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3199) +{ + -webkit-animation-delay: 319.9s; + -moz-animation-delay: 319.9s; + -o-animation-delay: 319.9s; + animation-delay: 319.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3200) +{ + -webkit-animation-delay: 320s; + -moz-animation-delay: 320s; + -o-animation-delay: 320s; + animation-delay: 320s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3201) +{ + -webkit-animation-delay: 320.1s; + -moz-animation-delay: 320.1s; + -o-animation-delay: 320.1s; + animation-delay: 320.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3202) +{ + -webkit-animation-delay: 320.2s; + -moz-animation-delay: 320.2s; + -o-animation-delay: 320.2s; + animation-delay: 320.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3203) +{ + -webkit-animation-delay: 320.3s; + -moz-animation-delay: 320.3s; + -o-animation-delay: 320.3s; + animation-delay: 320.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3204) +{ + -webkit-animation-delay: 320.4s; + -moz-animation-delay: 320.4s; + -o-animation-delay: 320.4s; + animation-delay: 320.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3205) +{ + -webkit-animation-delay: 320.5s; + -moz-animation-delay: 320.5s; + -o-animation-delay: 320.5s; + animation-delay: 320.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3206) +{ + -webkit-animation-delay: 320.6s; + -moz-animation-delay: 320.6s; + -o-animation-delay: 320.6s; + animation-delay: 320.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3207) +{ + -webkit-animation-delay: 320.7s; + -moz-animation-delay: 320.7s; + -o-animation-delay: 320.7s; + animation-delay: 320.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3208) +{ + -webkit-animation-delay: 320.8s; + -moz-animation-delay: 320.8s; + -o-animation-delay: 320.8s; + animation-delay: 320.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3209) +{ + -webkit-animation-delay: 320.9s; + -moz-animation-delay: 320.9s; + -o-animation-delay: 320.9s; + animation-delay: 320.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3210) +{ + -webkit-animation-delay: 321s; + -moz-animation-delay: 321s; + -o-animation-delay: 321s; + animation-delay: 321s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3211) +{ + -webkit-animation-delay: 321.1s; + -moz-animation-delay: 321.1s; + -o-animation-delay: 321.1s; + animation-delay: 321.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3212) +{ + -webkit-animation-delay: 321.2s; + -moz-animation-delay: 321.2s; + -o-animation-delay: 321.2s; + animation-delay: 321.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3213) +{ + -webkit-animation-delay: 321.3s; + -moz-animation-delay: 321.3s; + -o-animation-delay: 321.3s; + animation-delay: 321.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3214) +{ + -webkit-animation-delay: 321.4s; + -moz-animation-delay: 321.4s; + -o-animation-delay: 321.4s; + animation-delay: 321.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3215) +{ + -webkit-animation-delay: 321.5s; + -moz-animation-delay: 321.5s; + -o-animation-delay: 321.5s; + animation-delay: 321.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3216) +{ + -webkit-animation-delay: 321.6s; + -moz-animation-delay: 321.6s; + -o-animation-delay: 321.6s; + animation-delay: 321.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3217) +{ + -webkit-animation-delay: 321.7s; + -moz-animation-delay: 321.7s; + -o-animation-delay: 321.7s; + animation-delay: 321.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3218) +{ + -webkit-animation-delay: 321.8s; + -moz-animation-delay: 321.8s; + -o-animation-delay: 321.8s; + animation-delay: 321.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3219) +{ + -webkit-animation-delay: 321.9s; + -moz-animation-delay: 321.9s; + -o-animation-delay: 321.9s; + animation-delay: 321.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3220) +{ + -webkit-animation-delay: 322s; + -moz-animation-delay: 322s; + -o-animation-delay: 322s; + animation-delay: 322s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3221) +{ + -webkit-animation-delay: 322.1s; + -moz-animation-delay: 322.1s; + -o-animation-delay: 322.1s; + animation-delay: 322.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3222) +{ + -webkit-animation-delay: 322.2s; + -moz-animation-delay: 322.2s; + -o-animation-delay: 322.2s; + animation-delay: 322.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3223) +{ + -webkit-animation-delay: 322.3s; + -moz-animation-delay: 322.3s; + -o-animation-delay: 322.3s; + animation-delay: 322.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3224) +{ + -webkit-animation-delay: 322.4s; + -moz-animation-delay: 322.4s; + -o-animation-delay: 322.4s; + animation-delay: 322.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3225) +{ + -webkit-animation-delay: 322.5s; + -moz-animation-delay: 322.5s; + -o-animation-delay: 322.5s; + animation-delay: 322.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3226) +{ + -webkit-animation-delay: 322.6s; + -moz-animation-delay: 322.6s; + -o-animation-delay: 322.6s; + animation-delay: 322.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3227) +{ + -webkit-animation-delay: 322.7s; + -moz-animation-delay: 322.7s; + -o-animation-delay: 322.7s; + animation-delay: 322.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3228) +{ + -webkit-animation-delay: 322.8s; + -moz-animation-delay: 322.8s; + -o-animation-delay: 322.8s; + animation-delay: 322.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3229) +{ + -webkit-animation-delay: 322.9s; + -moz-animation-delay: 322.9s; + -o-animation-delay: 322.9s; + animation-delay: 322.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3230) +{ + -webkit-animation-delay: 323s; + -moz-animation-delay: 323s; + -o-animation-delay: 323s; + animation-delay: 323s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3231) +{ + -webkit-animation-delay: 323.1s; + -moz-animation-delay: 323.1s; + -o-animation-delay: 323.1s; + animation-delay: 323.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3232) +{ + -webkit-animation-delay: 323.2s; + -moz-animation-delay: 323.2s; + -o-animation-delay: 323.2s; + animation-delay: 323.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3233) +{ + -webkit-animation-delay: 323.3s; + -moz-animation-delay: 323.3s; + -o-animation-delay: 323.3s; + animation-delay: 323.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3234) +{ + -webkit-animation-delay: 323.4s; + -moz-animation-delay: 323.4s; + -o-animation-delay: 323.4s; + animation-delay: 323.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3235) +{ + -webkit-animation-delay: 323.5s; + -moz-animation-delay: 323.5s; + -o-animation-delay: 323.5s; + animation-delay: 323.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3236) +{ + -webkit-animation-delay: 323.6s; + -moz-animation-delay: 323.6s; + -o-animation-delay: 323.6s; + animation-delay: 323.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3237) +{ + -webkit-animation-delay: 323.7s; + -moz-animation-delay: 323.7s; + -o-animation-delay: 323.7s; + animation-delay: 323.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3238) +{ + -webkit-animation-delay: 323.8s; + -moz-animation-delay: 323.8s; + -o-animation-delay: 323.8s; + animation-delay: 323.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3239) +{ + -webkit-animation-delay: 323.9s; + -moz-animation-delay: 323.9s; + -o-animation-delay: 323.9s; + animation-delay: 323.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3240) +{ + -webkit-animation-delay: 324s; + -moz-animation-delay: 324s; + -o-animation-delay: 324s; + animation-delay: 324s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3241) +{ + -webkit-animation-delay: 324.1s; + -moz-animation-delay: 324.1s; + -o-animation-delay: 324.1s; + animation-delay: 324.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3242) +{ + -webkit-animation-delay: 324.2s; + -moz-animation-delay: 324.2s; + -o-animation-delay: 324.2s; + animation-delay: 324.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3243) +{ + -webkit-animation-delay: 324.3s; + -moz-animation-delay: 324.3s; + -o-animation-delay: 324.3s; + animation-delay: 324.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3244) +{ + -webkit-animation-delay: 324.4s; + -moz-animation-delay: 324.4s; + -o-animation-delay: 324.4s; + animation-delay: 324.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3245) +{ + -webkit-animation-delay: 324.5s; + -moz-animation-delay: 324.5s; + -o-animation-delay: 324.5s; + animation-delay: 324.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3246) +{ + -webkit-animation-delay: 324.6s; + -moz-animation-delay: 324.6s; + -o-animation-delay: 324.6s; + animation-delay: 324.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3247) +{ + -webkit-animation-delay: 324.7s; + -moz-animation-delay: 324.7s; + -o-animation-delay: 324.7s; + animation-delay: 324.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3248) +{ + -webkit-animation-delay: 324.8s; + -moz-animation-delay: 324.8s; + -o-animation-delay: 324.8s; + animation-delay: 324.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3249) +{ + -webkit-animation-delay: 324.9s; + -moz-animation-delay: 324.9s; + -o-animation-delay: 324.9s; + animation-delay: 324.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3250) +{ + -webkit-animation-delay: 325s; + -moz-animation-delay: 325s; + -o-animation-delay: 325s; + animation-delay: 325s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3251) +{ + -webkit-animation-delay: 325.1s; + -moz-animation-delay: 325.1s; + -o-animation-delay: 325.1s; + animation-delay: 325.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3252) +{ + -webkit-animation-delay: 325.2s; + -moz-animation-delay: 325.2s; + -o-animation-delay: 325.2s; + animation-delay: 325.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3253) +{ + -webkit-animation-delay: 325.3s; + -moz-animation-delay: 325.3s; + -o-animation-delay: 325.3s; + animation-delay: 325.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3254) +{ + -webkit-animation-delay: 325.4s; + -moz-animation-delay: 325.4s; + -o-animation-delay: 325.4s; + animation-delay: 325.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3255) +{ + -webkit-animation-delay: 325.5s; + -moz-animation-delay: 325.5s; + -o-animation-delay: 325.5s; + animation-delay: 325.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3256) +{ + -webkit-animation-delay: 325.6s; + -moz-animation-delay: 325.6s; + -o-animation-delay: 325.6s; + animation-delay: 325.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3257) +{ + -webkit-animation-delay: 325.7s; + -moz-animation-delay: 325.7s; + -o-animation-delay: 325.7s; + animation-delay: 325.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3258) +{ + -webkit-animation-delay: 325.8s; + -moz-animation-delay: 325.8s; + -o-animation-delay: 325.8s; + animation-delay: 325.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3259) +{ + -webkit-animation-delay: 325.9s; + -moz-animation-delay: 325.9s; + -o-animation-delay: 325.9s; + animation-delay: 325.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3260) +{ + -webkit-animation-delay: 326s; + -moz-animation-delay: 326s; + -o-animation-delay: 326s; + animation-delay: 326s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3261) +{ + -webkit-animation-delay: 326.1s; + -moz-animation-delay: 326.1s; + -o-animation-delay: 326.1s; + animation-delay: 326.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3262) +{ + -webkit-animation-delay: 326.2s; + -moz-animation-delay: 326.2s; + -o-animation-delay: 326.2s; + animation-delay: 326.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3263) +{ + -webkit-animation-delay: 326.3s; + -moz-animation-delay: 326.3s; + -o-animation-delay: 326.3s; + animation-delay: 326.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3264) +{ + -webkit-animation-delay: 326.4s; + -moz-animation-delay: 326.4s; + -o-animation-delay: 326.4s; + animation-delay: 326.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3265) +{ + -webkit-animation-delay: 326.5s; + -moz-animation-delay: 326.5s; + -o-animation-delay: 326.5s; + animation-delay: 326.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3266) +{ + -webkit-animation-delay: 326.6s; + -moz-animation-delay: 326.6s; + -o-animation-delay: 326.6s; + animation-delay: 326.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3267) +{ + -webkit-animation-delay: 326.7s; + -moz-animation-delay: 326.7s; + -o-animation-delay: 326.7s; + animation-delay: 326.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3268) +{ + -webkit-animation-delay: 326.8s; + -moz-animation-delay: 326.8s; + -o-animation-delay: 326.8s; + animation-delay: 326.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3269) +{ + -webkit-animation-delay: 326.9s; + -moz-animation-delay: 326.9s; + -o-animation-delay: 326.9s; + animation-delay: 326.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3270) +{ + -webkit-animation-delay: 327s; + -moz-animation-delay: 327s; + -o-animation-delay: 327s; + animation-delay: 327s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3271) +{ + -webkit-animation-delay: 327.1s; + -moz-animation-delay: 327.1s; + -o-animation-delay: 327.1s; + animation-delay: 327.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3272) +{ + -webkit-animation-delay: 327.2s; + -moz-animation-delay: 327.2s; + -o-animation-delay: 327.2s; + animation-delay: 327.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3273) +{ + -webkit-animation-delay: 327.3s; + -moz-animation-delay: 327.3s; + -o-animation-delay: 327.3s; + animation-delay: 327.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3274) +{ + -webkit-animation-delay: 327.4s; + -moz-animation-delay: 327.4s; + -o-animation-delay: 327.4s; + animation-delay: 327.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3275) +{ + -webkit-animation-delay: 327.5s; + -moz-animation-delay: 327.5s; + -o-animation-delay: 327.5s; + animation-delay: 327.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3276) +{ + -webkit-animation-delay: 327.6s; + -moz-animation-delay: 327.6s; + -o-animation-delay: 327.6s; + animation-delay: 327.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3277) +{ + -webkit-animation-delay: 327.7s; + -moz-animation-delay: 327.7s; + -o-animation-delay: 327.7s; + animation-delay: 327.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3278) +{ + -webkit-animation-delay: 327.8s; + -moz-animation-delay: 327.8s; + -o-animation-delay: 327.8s; + animation-delay: 327.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3279) +{ + -webkit-animation-delay: 327.9s; + -moz-animation-delay: 327.9s; + -o-animation-delay: 327.9s; + animation-delay: 327.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3280) +{ + -webkit-animation-delay: 328s; + -moz-animation-delay: 328s; + -o-animation-delay: 328s; + animation-delay: 328s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3281) +{ + -webkit-animation-delay: 328.1s; + -moz-animation-delay: 328.1s; + -o-animation-delay: 328.1s; + animation-delay: 328.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3282) +{ + -webkit-animation-delay: 328.2s; + -moz-animation-delay: 328.2s; + -o-animation-delay: 328.2s; + animation-delay: 328.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3283) +{ + -webkit-animation-delay: 328.3s; + -moz-animation-delay: 328.3s; + -o-animation-delay: 328.3s; + animation-delay: 328.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3284) +{ + -webkit-animation-delay: 328.4s; + -moz-animation-delay: 328.4s; + -o-animation-delay: 328.4s; + animation-delay: 328.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3285) +{ + -webkit-animation-delay: 328.5s; + -moz-animation-delay: 328.5s; + -o-animation-delay: 328.5s; + animation-delay: 328.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3286) +{ + -webkit-animation-delay: 328.6s; + -moz-animation-delay: 328.6s; + -o-animation-delay: 328.6s; + animation-delay: 328.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3287) +{ + -webkit-animation-delay: 328.7s; + -moz-animation-delay: 328.7s; + -o-animation-delay: 328.7s; + animation-delay: 328.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3288) +{ + -webkit-animation-delay: 328.8s; + -moz-animation-delay: 328.8s; + -o-animation-delay: 328.8s; + animation-delay: 328.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3289) +{ + -webkit-animation-delay: 328.9s; + -moz-animation-delay: 328.9s; + -o-animation-delay: 328.9s; + animation-delay: 328.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3290) +{ + -webkit-animation-delay: 329s; + -moz-animation-delay: 329s; + -o-animation-delay: 329s; + animation-delay: 329s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3291) +{ + -webkit-animation-delay: 329.1s; + -moz-animation-delay: 329.1s; + -o-animation-delay: 329.1s; + animation-delay: 329.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3292) +{ + -webkit-animation-delay: 329.2s; + -moz-animation-delay: 329.2s; + -o-animation-delay: 329.2s; + animation-delay: 329.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3293) +{ + -webkit-animation-delay: 329.3s; + -moz-animation-delay: 329.3s; + -o-animation-delay: 329.3s; + animation-delay: 329.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3294) +{ + -webkit-animation-delay: 329.4s; + -moz-animation-delay: 329.4s; + -o-animation-delay: 329.4s; + animation-delay: 329.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3295) +{ + -webkit-animation-delay: 329.5s; + -moz-animation-delay: 329.5s; + -o-animation-delay: 329.5s; + animation-delay: 329.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3296) +{ + -webkit-animation-delay: 329.6s; + -moz-animation-delay: 329.6s; + -o-animation-delay: 329.6s; + animation-delay: 329.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3297) +{ + -webkit-animation-delay: 329.7s; + -moz-animation-delay: 329.7s; + -o-animation-delay: 329.7s; + animation-delay: 329.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3298) +{ + -webkit-animation-delay: 329.8s; + -moz-animation-delay: 329.8s; + -o-animation-delay: 329.8s; + animation-delay: 329.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3299) +{ + -webkit-animation-delay: 329.9s; + -moz-animation-delay: 329.9s; + -o-animation-delay: 329.9s; + animation-delay: 329.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3300) +{ + -webkit-animation-delay: 330s; + -moz-animation-delay: 330s; + -o-animation-delay: 330s; + animation-delay: 330s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3301) +{ + -webkit-animation-delay: 330.1s; + -moz-animation-delay: 330.1s; + -o-animation-delay: 330.1s; + animation-delay: 330.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3302) +{ + -webkit-animation-delay: 330.2s; + -moz-animation-delay: 330.2s; + -o-animation-delay: 330.2s; + animation-delay: 330.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3303) +{ + -webkit-animation-delay: 330.3s; + -moz-animation-delay: 330.3s; + -o-animation-delay: 330.3s; + animation-delay: 330.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3304) +{ + -webkit-animation-delay: 330.4s; + -moz-animation-delay: 330.4s; + -o-animation-delay: 330.4s; + animation-delay: 330.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3305) +{ + -webkit-animation-delay: 330.5s; + -moz-animation-delay: 330.5s; + -o-animation-delay: 330.5s; + animation-delay: 330.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3306) +{ + -webkit-animation-delay: 330.6s; + -moz-animation-delay: 330.6s; + -o-animation-delay: 330.6s; + animation-delay: 330.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3307) +{ + -webkit-animation-delay: 330.7s; + -moz-animation-delay: 330.7s; + -o-animation-delay: 330.7s; + animation-delay: 330.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3308) +{ + -webkit-animation-delay: 330.8s; + -moz-animation-delay: 330.8s; + -o-animation-delay: 330.8s; + animation-delay: 330.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3309) +{ + -webkit-animation-delay: 330.9s; + -moz-animation-delay: 330.9s; + -o-animation-delay: 330.9s; + animation-delay: 330.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3310) +{ + -webkit-animation-delay: 331s; + -moz-animation-delay: 331s; + -o-animation-delay: 331s; + animation-delay: 331s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3311) +{ + -webkit-animation-delay: 331.1s; + -moz-animation-delay: 331.1s; + -o-animation-delay: 331.1s; + animation-delay: 331.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3312) +{ + -webkit-animation-delay: 331.2s; + -moz-animation-delay: 331.2s; + -o-animation-delay: 331.2s; + animation-delay: 331.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3313) +{ + -webkit-animation-delay: 331.3s; + -moz-animation-delay: 331.3s; + -o-animation-delay: 331.3s; + animation-delay: 331.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3314) +{ + -webkit-animation-delay: 331.4s; + -moz-animation-delay: 331.4s; + -o-animation-delay: 331.4s; + animation-delay: 331.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3315) +{ + -webkit-animation-delay: 331.5s; + -moz-animation-delay: 331.5s; + -o-animation-delay: 331.5s; + animation-delay: 331.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3316) +{ + -webkit-animation-delay: 331.6s; + -moz-animation-delay: 331.6s; + -o-animation-delay: 331.6s; + animation-delay: 331.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3317) +{ + -webkit-animation-delay: 331.7s; + -moz-animation-delay: 331.7s; + -o-animation-delay: 331.7s; + animation-delay: 331.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3318) +{ + -webkit-animation-delay: 331.8s; + -moz-animation-delay: 331.8s; + -o-animation-delay: 331.8s; + animation-delay: 331.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3319) +{ + -webkit-animation-delay: 331.9s; + -moz-animation-delay: 331.9s; + -o-animation-delay: 331.9s; + animation-delay: 331.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3320) +{ + -webkit-animation-delay: 332s; + -moz-animation-delay: 332s; + -o-animation-delay: 332s; + animation-delay: 332s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3321) +{ + -webkit-animation-delay: 332.1s; + -moz-animation-delay: 332.1s; + -o-animation-delay: 332.1s; + animation-delay: 332.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3322) +{ + -webkit-animation-delay: 332.2s; + -moz-animation-delay: 332.2s; + -o-animation-delay: 332.2s; + animation-delay: 332.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3323) +{ + -webkit-animation-delay: 332.3s; + -moz-animation-delay: 332.3s; + -o-animation-delay: 332.3s; + animation-delay: 332.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3324) +{ + -webkit-animation-delay: 332.4s; + -moz-animation-delay: 332.4s; + -o-animation-delay: 332.4s; + animation-delay: 332.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3325) +{ + -webkit-animation-delay: 332.5s; + -moz-animation-delay: 332.5s; + -o-animation-delay: 332.5s; + animation-delay: 332.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3326) +{ + -webkit-animation-delay: 332.6s; + -moz-animation-delay: 332.6s; + -o-animation-delay: 332.6s; + animation-delay: 332.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3327) +{ + -webkit-animation-delay: 332.7s; + -moz-animation-delay: 332.7s; + -o-animation-delay: 332.7s; + animation-delay: 332.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3328) +{ + -webkit-animation-delay: 332.8s; + -moz-animation-delay: 332.8s; + -o-animation-delay: 332.8s; + animation-delay: 332.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3329) +{ + -webkit-animation-delay: 332.9s; + -moz-animation-delay: 332.9s; + -o-animation-delay: 332.9s; + animation-delay: 332.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3330) +{ + -webkit-animation-delay: 333s; + -moz-animation-delay: 333s; + -o-animation-delay: 333s; + animation-delay: 333s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3331) +{ + -webkit-animation-delay: 333.1s; + -moz-animation-delay: 333.1s; + -o-animation-delay: 333.1s; + animation-delay: 333.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3332) +{ + -webkit-animation-delay: 333.2s; + -moz-animation-delay: 333.2s; + -o-animation-delay: 333.2s; + animation-delay: 333.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3333) +{ + -webkit-animation-delay: 333.3s; + -moz-animation-delay: 333.3s; + -o-animation-delay: 333.3s; + animation-delay: 333.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3334) +{ + -webkit-animation-delay: 333.4s; + -moz-animation-delay: 333.4s; + -o-animation-delay: 333.4s; + animation-delay: 333.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3335) +{ + -webkit-animation-delay: 333.5s; + -moz-animation-delay: 333.5s; + -o-animation-delay: 333.5s; + animation-delay: 333.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3336) +{ + -webkit-animation-delay: 333.6s; + -moz-animation-delay: 333.6s; + -o-animation-delay: 333.6s; + animation-delay: 333.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3337) +{ + -webkit-animation-delay: 333.7s; + -moz-animation-delay: 333.7s; + -o-animation-delay: 333.7s; + animation-delay: 333.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3338) +{ + -webkit-animation-delay: 333.8s; + -moz-animation-delay: 333.8s; + -o-animation-delay: 333.8s; + animation-delay: 333.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3339) +{ + -webkit-animation-delay: 333.9s; + -moz-animation-delay: 333.9s; + -o-animation-delay: 333.9s; + animation-delay: 333.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3340) +{ + -webkit-animation-delay: 334s; + -moz-animation-delay: 334s; + -o-animation-delay: 334s; + animation-delay: 334s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3341) +{ + -webkit-animation-delay: 334.1s; + -moz-animation-delay: 334.1s; + -o-animation-delay: 334.1s; + animation-delay: 334.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3342) +{ + -webkit-animation-delay: 334.2s; + -moz-animation-delay: 334.2s; + -o-animation-delay: 334.2s; + animation-delay: 334.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3343) +{ + -webkit-animation-delay: 334.3s; + -moz-animation-delay: 334.3s; + -o-animation-delay: 334.3s; + animation-delay: 334.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3344) +{ + -webkit-animation-delay: 334.4s; + -moz-animation-delay: 334.4s; + -o-animation-delay: 334.4s; + animation-delay: 334.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3345) +{ + -webkit-animation-delay: 334.5s; + -moz-animation-delay: 334.5s; + -o-animation-delay: 334.5s; + animation-delay: 334.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3346) +{ + -webkit-animation-delay: 334.6s; + -moz-animation-delay: 334.6s; + -o-animation-delay: 334.6s; + animation-delay: 334.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3347) +{ + -webkit-animation-delay: 334.7s; + -moz-animation-delay: 334.7s; + -o-animation-delay: 334.7s; + animation-delay: 334.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3348) +{ + -webkit-animation-delay: 334.8s; + -moz-animation-delay: 334.8s; + -o-animation-delay: 334.8s; + animation-delay: 334.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3349) +{ + -webkit-animation-delay: 334.9s; + -moz-animation-delay: 334.9s; + -o-animation-delay: 334.9s; + animation-delay: 334.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3350) +{ + -webkit-animation-delay: 335s; + -moz-animation-delay: 335s; + -o-animation-delay: 335s; + animation-delay: 335s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3351) +{ + -webkit-animation-delay: 335.1s; + -moz-animation-delay: 335.1s; + -o-animation-delay: 335.1s; + animation-delay: 335.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3352) +{ + -webkit-animation-delay: 335.2s; + -moz-animation-delay: 335.2s; + -o-animation-delay: 335.2s; + animation-delay: 335.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3353) +{ + -webkit-animation-delay: 335.3s; + -moz-animation-delay: 335.3s; + -o-animation-delay: 335.3s; + animation-delay: 335.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3354) +{ + -webkit-animation-delay: 335.4s; + -moz-animation-delay: 335.4s; + -o-animation-delay: 335.4s; + animation-delay: 335.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3355) +{ + -webkit-animation-delay: 335.5s; + -moz-animation-delay: 335.5s; + -o-animation-delay: 335.5s; + animation-delay: 335.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3356) +{ + -webkit-animation-delay: 335.6s; + -moz-animation-delay: 335.6s; + -o-animation-delay: 335.6s; + animation-delay: 335.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3357) +{ + -webkit-animation-delay: 335.7s; + -moz-animation-delay: 335.7s; + -o-animation-delay: 335.7s; + animation-delay: 335.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3358) +{ + -webkit-animation-delay: 335.8s; + -moz-animation-delay: 335.8s; + -o-animation-delay: 335.8s; + animation-delay: 335.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3359) +{ + -webkit-animation-delay: 335.9s; + -moz-animation-delay: 335.9s; + -o-animation-delay: 335.9s; + animation-delay: 335.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3360) +{ + -webkit-animation-delay: 336s; + -moz-animation-delay: 336s; + -o-animation-delay: 336s; + animation-delay: 336s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3361) +{ + -webkit-animation-delay: 336.1s; + -moz-animation-delay: 336.1s; + -o-animation-delay: 336.1s; + animation-delay: 336.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3362) +{ + -webkit-animation-delay: 336.2s; + -moz-animation-delay: 336.2s; + -o-animation-delay: 336.2s; + animation-delay: 336.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3363) +{ + -webkit-animation-delay: 336.3s; + -moz-animation-delay: 336.3s; + -o-animation-delay: 336.3s; + animation-delay: 336.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3364) +{ + -webkit-animation-delay: 336.4s; + -moz-animation-delay: 336.4s; + -o-animation-delay: 336.4s; + animation-delay: 336.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3365) +{ + -webkit-animation-delay: 336.5s; + -moz-animation-delay: 336.5s; + -o-animation-delay: 336.5s; + animation-delay: 336.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3366) +{ + -webkit-animation-delay: 336.6s; + -moz-animation-delay: 336.6s; + -o-animation-delay: 336.6s; + animation-delay: 336.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3367) +{ + -webkit-animation-delay: 336.7s; + -moz-animation-delay: 336.7s; + -o-animation-delay: 336.7s; + animation-delay: 336.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3368) +{ + -webkit-animation-delay: 336.8s; + -moz-animation-delay: 336.8s; + -o-animation-delay: 336.8s; + animation-delay: 336.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3369) +{ + -webkit-animation-delay: 336.9s; + -moz-animation-delay: 336.9s; + -o-animation-delay: 336.9s; + animation-delay: 336.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3370) +{ + -webkit-animation-delay: 337s; + -moz-animation-delay: 337s; + -o-animation-delay: 337s; + animation-delay: 337s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3371) +{ + -webkit-animation-delay: 337.1s; + -moz-animation-delay: 337.1s; + -o-animation-delay: 337.1s; + animation-delay: 337.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3372) +{ + -webkit-animation-delay: 337.2s; + -moz-animation-delay: 337.2s; + -o-animation-delay: 337.2s; + animation-delay: 337.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3373) +{ + -webkit-animation-delay: 337.3s; + -moz-animation-delay: 337.3s; + -o-animation-delay: 337.3s; + animation-delay: 337.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3374) +{ + -webkit-animation-delay: 337.4s; + -moz-animation-delay: 337.4s; + -o-animation-delay: 337.4s; + animation-delay: 337.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3375) +{ + -webkit-animation-delay: 337.5s; + -moz-animation-delay: 337.5s; + -o-animation-delay: 337.5s; + animation-delay: 337.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3376) +{ + -webkit-animation-delay: 337.6s; + -moz-animation-delay: 337.6s; + -o-animation-delay: 337.6s; + animation-delay: 337.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3377) +{ + -webkit-animation-delay: 337.7s; + -moz-animation-delay: 337.7s; + -o-animation-delay: 337.7s; + animation-delay: 337.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3378) +{ + -webkit-animation-delay: 337.8s; + -moz-animation-delay: 337.8s; + -o-animation-delay: 337.8s; + animation-delay: 337.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3379) +{ + -webkit-animation-delay: 337.9s; + -moz-animation-delay: 337.9s; + -o-animation-delay: 337.9s; + animation-delay: 337.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3380) +{ + -webkit-animation-delay: 338s; + -moz-animation-delay: 338s; + -o-animation-delay: 338s; + animation-delay: 338s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3381) +{ + -webkit-animation-delay: 338.1s; + -moz-animation-delay: 338.1s; + -o-animation-delay: 338.1s; + animation-delay: 338.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3382) +{ + -webkit-animation-delay: 338.2s; + -moz-animation-delay: 338.2s; + -o-animation-delay: 338.2s; + animation-delay: 338.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3383) +{ + -webkit-animation-delay: 338.3s; + -moz-animation-delay: 338.3s; + -o-animation-delay: 338.3s; + animation-delay: 338.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3384) +{ + -webkit-animation-delay: 338.4s; + -moz-animation-delay: 338.4s; + -o-animation-delay: 338.4s; + animation-delay: 338.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3385) +{ + -webkit-animation-delay: 338.5s; + -moz-animation-delay: 338.5s; + -o-animation-delay: 338.5s; + animation-delay: 338.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3386) +{ + -webkit-animation-delay: 338.6s; + -moz-animation-delay: 338.6s; + -o-animation-delay: 338.6s; + animation-delay: 338.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3387) +{ + -webkit-animation-delay: 338.7s; + -moz-animation-delay: 338.7s; + -o-animation-delay: 338.7s; + animation-delay: 338.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3388) +{ + -webkit-animation-delay: 338.8s; + -moz-animation-delay: 338.8s; + -o-animation-delay: 338.8s; + animation-delay: 338.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3389) +{ + -webkit-animation-delay: 338.9s; + -moz-animation-delay: 338.9s; + -o-animation-delay: 338.9s; + animation-delay: 338.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3390) +{ + -webkit-animation-delay: 339s; + -moz-animation-delay: 339s; + -o-animation-delay: 339s; + animation-delay: 339s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3391) +{ + -webkit-animation-delay: 339.1s; + -moz-animation-delay: 339.1s; + -o-animation-delay: 339.1s; + animation-delay: 339.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3392) +{ + -webkit-animation-delay: 339.2s; + -moz-animation-delay: 339.2s; + -o-animation-delay: 339.2s; + animation-delay: 339.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3393) +{ + -webkit-animation-delay: 339.3s; + -moz-animation-delay: 339.3s; + -o-animation-delay: 339.3s; + animation-delay: 339.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3394) +{ + -webkit-animation-delay: 339.4s; + -moz-animation-delay: 339.4s; + -o-animation-delay: 339.4s; + animation-delay: 339.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3395) +{ + -webkit-animation-delay: 339.5s; + -moz-animation-delay: 339.5s; + -o-animation-delay: 339.5s; + animation-delay: 339.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3396) +{ + -webkit-animation-delay: 339.6s; + -moz-animation-delay: 339.6s; + -o-animation-delay: 339.6s; + animation-delay: 339.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3397) +{ + -webkit-animation-delay: 339.7s; + -moz-animation-delay: 339.7s; + -o-animation-delay: 339.7s; + animation-delay: 339.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3398) +{ + -webkit-animation-delay: 339.8s; + -moz-animation-delay: 339.8s; + -o-animation-delay: 339.8s; + animation-delay: 339.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3399) +{ + -webkit-animation-delay: 339.9s; + -moz-animation-delay: 339.9s; + -o-animation-delay: 339.9s; + animation-delay: 339.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3400) +{ + -webkit-animation-delay: 340s; + -moz-animation-delay: 340s; + -o-animation-delay: 340s; + animation-delay: 340s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3401) +{ + -webkit-animation-delay: 340.1s; + -moz-animation-delay: 340.1s; + -o-animation-delay: 340.1s; + animation-delay: 340.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3402) +{ + -webkit-animation-delay: 340.2s; + -moz-animation-delay: 340.2s; + -o-animation-delay: 340.2s; + animation-delay: 340.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3403) +{ + -webkit-animation-delay: 340.3s; + -moz-animation-delay: 340.3s; + -o-animation-delay: 340.3s; + animation-delay: 340.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3404) +{ + -webkit-animation-delay: 340.4s; + -moz-animation-delay: 340.4s; + -o-animation-delay: 340.4s; + animation-delay: 340.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3405) +{ + -webkit-animation-delay: 340.5s; + -moz-animation-delay: 340.5s; + -o-animation-delay: 340.5s; + animation-delay: 340.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3406) +{ + -webkit-animation-delay: 340.6s; + -moz-animation-delay: 340.6s; + -o-animation-delay: 340.6s; + animation-delay: 340.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3407) +{ + -webkit-animation-delay: 340.7s; + -moz-animation-delay: 340.7s; + -o-animation-delay: 340.7s; + animation-delay: 340.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3408) +{ + -webkit-animation-delay: 340.8s; + -moz-animation-delay: 340.8s; + -o-animation-delay: 340.8s; + animation-delay: 340.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3409) +{ + -webkit-animation-delay: 340.9s; + -moz-animation-delay: 340.9s; + -o-animation-delay: 340.9s; + animation-delay: 340.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3410) +{ + -webkit-animation-delay: 341s; + -moz-animation-delay: 341s; + -o-animation-delay: 341s; + animation-delay: 341s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3411) +{ + -webkit-animation-delay: 341.1s; + -moz-animation-delay: 341.1s; + -o-animation-delay: 341.1s; + animation-delay: 341.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3412) +{ + -webkit-animation-delay: 341.2s; + -moz-animation-delay: 341.2s; + -o-animation-delay: 341.2s; + animation-delay: 341.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3413) +{ + -webkit-animation-delay: 341.3s; + -moz-animation-delay: 341.3s; + -o-animation-delay: 341.3s; + animation-delay: 341.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3414) +{ + -webkit-animation-delay: 341.4s; + -moz-animation-delay: 341.4s; + -o-animation-delay: 341.4s; + animation-delay: 341.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3415) +{ + -webkit-animation-delay: 341.5s; + -moz-animation-delay: 341.5s; + -o-animation-delay: 341.5s; + animation-delay: 341.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3416) +{ + -webkit-animation-delay: 341.6s; + -moz-animation-delay: 341.6s; + -o-animation-delay: 341.6s; + animation-delay: 341.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3417) +{ + -webkit-animation-delay: 341.7s; + -moz-animation-delay: 341.7s; + -o-animation-delay: 341.7s; + animation-delay: 341.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3418) +{ + -webkit-animation-delay: 341.8s; + -moz-animation-delay: 341.8s; + -o-animation-delay: 341.8s; + animation-delay: 341.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3419) +{ + -webkit-animation-delay: 341.9s; + -moz-animation-delay: 341.9s; + -o-animation-delay: 341.9s; + animation-delay: 341.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3420) +{ + -webkit-animation-delay: 342s; + -moz-animation-delay: 342s; + -o-animation-delay: 342s; + animation-delay: 342s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3421) +{ + -webkit-animation-delay: 342.1s; + -moz-animation-delay: 342.1s; + -o-animation-delay: 342.1s; + animation-delay: 342.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3422) +{ + -webkit-animation-delay: 342.2s; + -moz-animation-delay: 342.2s; + -o-animation-delay: 342.2s; + animation-delay: 342.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3423) +{ + -webkit-animation-delay: 342.3s; + -moz-animation-delay: 342.3s; + -o-animation-delay: 342.3s; + animation-delay: 342.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3424) +{ + -webkit-animation-delay: 342.4s; + -moz-animation-delay: 342.4s; + -o-animation-delay: 342.4s; + animation-delay: 342.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3425) +{ + -webkit-animation-delay: 342.5s; + -moz-animation-delay: 342.5s; + -o-animation-delay: 342.5s; + animation-delay: 342.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3426) +{ + -webkit-animation-delay: 342.6s; + -moz-animation-delay: 342.6s; + -o-animation-delay: 342.6s; + animation-delay: 342.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3427) +{ + -webkit-animation-delay: 342.7s; + -moz-animation-delay: 342.7s; + -o-animation-delay: 342.7s; + animation-delay: 342.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3428) +{ + -webkit-animation-delay: 342.8s; + -moz-animation-delay: 342.8s; + -o-animation-delay: 342.8s; + animation-delay: 342.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3429) +{ + -webkit-animation-delay: 342.9s; + -moz-animation-delay: 342.9s; + -o-animation-delay: 342.9s; + animation-delay: 342.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3430) +{ + -webkit-animation-delay: 343s; + -moz-animation-delay: 343s; + -o-animation-delay: 343s; + animation-delay: 343s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3431) +{ + -webkit-animation-delay: 343.1s; + -moz-animation-delay: 343.1s; + -o-animation-delay: 343.1s; + animation-delay: 343.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3432) +{ + -webkit-animation-delay: 343.2s; + -moz-animation-delay: 343.2s; + -o-animation-delay: 343.2s; + animation-delay: 343.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3433) +{ + -webkit-animation-delay: 343.3s; + -moz-animation-delay: 343.3s; + -o-animation-delay: 343.3s; + animation-delay: 343.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3434) +{ + -webkit-animation-delay: 343.4s; + -moz-animation-delay: 343.4s; + -o-animation-delay: 343.4s; + animation-delay: 343.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3435) +{ + -webkit-animation-delay: 343.5s; + -moz-animation-delay: 343.5s; + -o-animation-delay: 343.5s; + animation-delay: 343.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3436) +{ + -webkit-animation-delay: 343.6s; + -moz-animation-delay: 343.6s; + -o-animation-delay: 343.6s; + animation-delay: 343.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3437) +{ + -webkit-animation-delay: 343.7s; + -moz-animation-delay: 343.7s; + -o-animation-delay: 343.7s; + animation-delay: 343.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3438) +{ + -webkit-animation-delay: 343.8s; + -moz-animation-delay: 343.8s; + -o-animation-delay: 343.8s; + animation-delay: 343.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3439) +{ + -webkit-animation-delay: 343.9s; + -moz-animation-delay: 343.9s; + -o-animation-delay: 343.9s; + animation-delay: 343.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3440) +{ + -webkit-animation-delay: 344s; + -moz-animation-delay: 344s; + -o-animation-delay: 344s; + animation-delay: 344s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3441) +{ + -webkit-animation-delay: 344.1s; + -moz-animation-delay: 344.1s; + -o-animation-delay: 344.1s; + animation-delay: 344.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3442) +{ + -webkit-animation-delay: 344.2s; + -moz-animation-delay: 344.2s; + -o-animation-delay: 344.2s; + animation-delay: 344.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3443) +{ + -webkit-animation-delay: 344.3s; + -moz-animation-delay: 344.3s; + -o-animation-delay: 344.3s; + animation-delay: 344.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3444) +{ + -webkit-animation-delay: 344.4s; + -moz-animation-delay: 344.4s; + -o-animation-delay: 344.4s; + animation-delay: 344.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3445) +{ + -webkit-animation-delay: 344.5s; + -moz-animation-delay: 344.5s; + -o-animation-delay: 344.5s; + animation-delay: 344.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3446) +{ + -webkit-animation-delay: 344.6s; + -moz-animation-delay: 344.6s; + -o-animation-delay: 344.6s; + animation-delay: 344.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3447) +{ + -webkit-animation-delay: 344.7s; + -moz-animation-delay: 344.7s; + -o-animation-delay: 344.7s; + animation-delay: 344.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3448) +{ + -webkit-animation-delay: 344.8s; + -moz-animation-delay: 344.8s; + -o-animation-delay: 344.8s; + animation-delay: 344.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3449) +{ + -webkit-animation-delay: 344.9s; + -moz-animation-delay: 344.9s; + -o-animation-delay: 344.9s; + animation-delay: 344.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3450) +{ + -webkit-animation-delay: 345s; + -moz-animation-delay: 345s; + -o-animation-delay: 345s; + animation-delay: 345s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3451) +{ + -webkit-animation-delay: 345.1s; + -moz-animation-delay: 345.1s; + -o-animation-delay: 345.1s; + animation-delay: 345.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3452) +{ + -webkit-animation-delay: 345.2s; + -moz-animation-delay: 345.2s; + -o-animation-delay: 345.2s; + animation-delay: 345.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3453) +{ + -webkit-animation-delay: 345.3s; + -moz-animation-delay: 345.3s; + -o-animation-delay: 345.3s; + animation-delay: 345.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3454) +{ + -webkit-animation-delay: 345.4s; + -moz-animation-delay: 345.4s; + -o-animation-delay: 345.4s; + animation-delay: 345.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3455) +{ + -webkit-animation-delay: 345.5s; + -moz-animation-delay: 345.5s; + -o-animation-delay: 345.5s; + animation-delay: 345.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3456) +{ + -webkit-animation-delay: 345.6s; + -moz-animation-delay: 345.6s; + -o-animation-delay: 345.6s; + animation-delay: 345.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3457) +{ + -webkit-animation-delay: 345.7s; + -moz-animation-delay: 345.7s; + -o-animation-delay: 345.7s; + animation-delay: 345.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3458) +{ + -webkit-animation-delay: 345.8s; + -moz-animation-delay: 345.8s; + -o-animation-delay: 345.8s; + animation-delay: 345.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3459) +{ + -webkit-animation-delay: 345.9s; + -moz-animation-delay: 345.9s; + -o-animation-delay: 345.9s; + animation-delay: 345.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3460) +{ + -webkit-animation-delay: 346s; + -moz-animation-delay: 346s; + -o-animation-delay: 346s; + animation-delay: 346s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3461) +{ + -webkit-animation-delay: 346.1s; + -moz-animation-delay: 346.1s; + -o-animation-delay: 346.1s; + animation-delay: 346.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3462) +{ + -webkit-animation-delay: 346.2s; + -moz-animation-delay: 346.2s; + -o-animation-delay: 346.2s; + animation-delay: 346.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3463) +{ + -webkit-animation-delay: 346.3s; + -moz-animation-delay: 346.3s; + -o-animation-delay: 346.3s; + animation-delay: 346.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3464) +{ + -webkit-animation-delay: 346.4s; + -moz-animation-delay: 346.4s; + -o-animation-delay: 346.4s; + animation-delay: 346.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3465) +{ + -webkit-animation-delay: 346.5s; + -moz-animation-delay: 346.5s; + -o-animation-delay: 346.5s; + animation-delay: 346.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3466) +{ + -webkit-animation-delay: 346.6s; + -moz-animation-delay: 346.6s; + -o-animation-delay: 346.6s; + animation-delay: 346.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3467) +{ + -webkit-animation-delay: 346.7s; + -moz-animation-delay: 346.7s; + -o-animation-delay: 346.7s; + animation-delay: 346.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3468) +{ + -webkit-animation-delay: 346.8s; + -moz-animation-delay: 346.8s; + -o-animation-delay: 346.8s; + animation-delay: 346.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3469) +{ + -webkit-animation-delay: 346.9s; + -moz-animation-delay: 346.9s; + -o-animation-delay: 346.9s; + animation-delay: 346.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3470) +{ + -webkit-animation-delay: 347s; + -moz-animation-delay: 347s; + -o-animation-delay: 347s; + animation-delay: 347s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3471) +{ + -webkit-animation-delay: 347.1s; + -moz-animation-delay: 347.1s; + -o-animation-delay: 347.1s; + animation-delay: 347.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3472) +{ + -webkit-animation-delay: 347.2s; + -moz-animation-delay: 347.2s; + -o-animation-delay: 347.2s; + animation-delay: 347.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3473) +{ + -webkit-animation-delay: 347.3s; + -moz-animation-delay: 347.3s; + -o-animation-delay: 347.3s; + animation-delay: 347.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3474) +{ + -webkit-animation-delay: 347.4s; + -moz-animation-delay: 347.4s; + -o-animation-delay: 347.4s; + animation-delay: 347.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3475) +{ + -webkit-animation-delay: 347.5s; + -moz-animation-delay: 347.5s; + -o-animation-delay: 347.5s; + animation-delay: 347.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3476) +{ + -webkit-animation-delay: 347.6s; + -moz-animation-delay: 347.6s; + -o-animation-delay: 347.6s; + animation-delay: 347.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3477) +{ + -webkit-animation-delay: 347.7s; + -moz-animation-delay: 347.7s; + -o-animation-delay: 347.7s; + animation-delay: 347.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3478) +{ + -webkit-animation-delay: 347.8s; + -moz-animation-delay: 347.8s; + -o-animation-delay: 347.8s; + animation-delay: 347.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3479) +{ + -webkit-animation-delay: 347.9s; + -moz-animation-delay: 347.9s; + -o-animation-delay: 347.9s; + animation-delay: 347.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3480) +{ + -webkit-animation-delay: 348s; + -moz-animation-delay: 348s; + -o-animation-delay: 348s; + animation-delay: 348s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3481) +{ + -webkit-animation-delay: 348.1s; + -moz-animation-delay: 348.1s; + -o-animation-delay: 348.1s; + animation-delay: 348.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3482) +{ + -webkit-animation-delay: 348.2s; + -moz-animation-delay: 348.2s; + -o-animation-delay: 348.2s; + animation-delay: 348.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3483) +{ + -webkit-animation-delay: 348.3s; + -moz-animation-delay: 348.3s; + -o-animation-delay: 348.3s; + animation-delay: 348.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3484) +{ + -webkit-animation-delay: 348.4s; + -moz-animation-delay: 348.4s; + -o-animation-delay: 348.4s; + animation-delay: 348.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3485) +{ + -webkit-animation-delay: 348.5s; + -moz-animation-delay: 348.5s; + -o-animation-delay: 348.5s; + animation-delay: 348.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3486) +{ + -webkit-animation-delay: 348.6s; + -moz-animation-delay: 348.6s; + -o-animation-delay: 348.6s; + animation-delay: 348.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3487) +{ + -webkit-animation-delay: 348.7s; + -moz-animation-delay: 348.7s; + -o-animation-delay: 348.7s; + animation-delay: 348.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3488) +{ + -webkit-animation-delay: 348.8s; + -moz-animation-delay: 348.8s; + -o-animation-delay: 348.8s; + animation-delay: 348.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3489) +{ + -webkit-animation-delay: 348.9s; + -moz-animation-delay: 348.9s; + -o-animation-delay: 348.9s; + animation-delay: 348.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3490) +{ + -webkit-animation-delay: 349s; + -moz-animation-delay: 349s; + -o-animation-delay: 349s; + animation-delay: 349s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3491) +{ + -webkit-animation-delay: 349.1s; + -moz-animation-delay: 349.1s; + -o-animation-delay: 349.1s; + animation-delay: 349.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3492) +{ + -webkit-animation-delay: 349.2s; + -moz-animation-delay: 349.2s; + -o-animation-delay: 349.2s; + animation-delay: 349.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3493) +{ + -webkit-animation-delay: 349.3s; + -moz-animation-delay: 349.3s; + -o-animation-delay: 349.3s; + animation-delay: 349.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3494) +{ + -webkit-animation-delay: 349.4s; + -moz-animation-delay: 349.4s; + -o-animation-delay: 349.4s; + animation-delay: 349.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3495) +{ + -webkit-animation-delay: 349.5s; + -moz-animation-delay: 349.5s; + -o-animation-delay: 349.5s; + animation-delay: 349.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3496) +{ + -webkit-animation-delay: 349.6s; + -moz-animation-delay: 349.6s; + -o-animation-delay: 349.6s; + animation-delay: 349.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3497) +{ + -webkit-animation-delay: 349.7s; + -moz-animation-delay: 349.7s; + -o-animation-delay: 349.7s; + animation-delay: 349.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3498) +{ + -webkit-animation-delay: 349.8s; + -moz-animation-delay: 349.8s; + -o-animation-delay: 349.8s; + animation-delay: 349.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3499) +{ + -webkit-animation-delay: 349.9s; + -moz-animation-delay: 349.9s; + -o-animation-delay: 349.9s; + animation-delay: 349.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3500) +{ + -webkit-animation-delay: 350s; + -moz-animation-delay: 350s; + -o-animation-delay: 350s; + animation-delay: 350s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3501) +{ + -webkit-animation-delay: 350.1s; + -moz-animation-delay: 350.1s; + -o-animation-delay: 350.1s; + animation-delay: 350.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3502) +{ + -webkit-animation-delay: 350.2s; + -moz-animation-delay: 350.2s; + -o-animation-delay: 350.2s; + animation-delay: 350.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3503) +{ + -webkit-animation-delay: 350.3s; + -moz-animation-delay: 350.3s; + -o-animation-delay: 350.3s; + animation-delay: 350.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3504) +{ + -webkit-animation-delay: 350.4s; + -moz-animation-delay: 350.4s; + -o-animation-delay: 350.4s; + animation-delay: 350.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3505) +{ + -webkit-animation-delay: 350.5s; + -moz-animation-delay: 350.5s; + -o-animation-delay: 350.5s; + animation-delay: 350.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3506) +{ + -webkit-animation-delay: 350.6s; + -moz-animation-delay: 350.6s; + -o-animation-delay: 350.6s; + animation-delay: 350.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3507) +{ + -webkit-animation-delay: 350.7s; + -moz-animation-delay: 350.7s; + -o-animation-delay: 350.7s; + animation-delay: 350.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3508) +{ + -webkit-animation-delay: 350.8s; + -moz-animation-delay: 350.8s; + -o-animation-delay: 350.8s; + animation-delay: 350.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3509) +{ + -webkit-animation-delay: 350.9s; + -moz-animation-delay: 350.9s; + -o-animation-delay: 350.9s; + animation-delay: 350.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3510) +{ + -webkit-animation-delay: 351s; + -moz-animation-delay: 351s; + -o-animation-delay: 351s; + animation-delay: 351s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3511) +{ + -webkit-animation-delay: 351.1s; + -moz-animation-delay: 351.1s; + -o-animation-delay: 351.1s; + animation-delay: 351.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3512) +{ + -webkit-animation-delay: 351.2s; + -moz-animation-delay: 351.2s; + -o-animation-delay: 351.2s; + animation-delay: 351.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3513) +{ + -webkit-animation-delay: 351.3s; + -moz-animation-delay: 351.3s; + -o-animation-delay: 351.3s; + animation-delay: 351.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3514) +{ + -webkit-animation-delay: 351.4s; + -moz-animation-delay: 351.4s; + -o-animation-delay: 351.4s; + animation-delay: 351.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3515) +{ + -webkit-animation-delay: 351.5s; + -moz-animation-delay: 351.5s; + -o-animation-delay: 351.5s; + animation-delay: 351.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3516) +{ + -webkit-animation-delay: 351.6s; + -moz-animation-delay: 351.6s; + -o-animation-delay: 351.6s; + animation-delay: 351.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3517) +{ + -webkit-animation-delay: 351.7s; + -moz-animation-delay: 351.7s; + -o-animation-delay: 351.7s; + animation-delay: 351.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3518) +{ + -webkit-animation-delay: 351.8s; + -moz-animation-delay: 351.8s; + -o-animation-delay: 351.8s; + animation-delay: 351.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3519) +{ + -webkit-animation-delay: 351.9s; + -moz-animation-delay: 351.9s; + -o-animation-delay: 351.9s; + animation-delay: 351.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3520) +{ + -webkit-animation-delay: 352s; + -moz-animation-delay: 352s; + -o-animation-delay: 352s; + animation-delay: 352s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3521) +{ + -webkit-animation-delay: 352.1s; + -moz-animation-delay: 352.1s; + -o-animation-delay: 352.1s; + animation-delay: 352.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3522) +{ + -webkit-animation-delay: 352.2s; + -moz-animation-delay: 352.2s; + -o-animation-delay: 352.2s; + animation-delay: 352.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3523) +{ + -webkit-animation-delay: 352.3s; + -moz-animation-delay: 352.3s; + -o-animation-delay: 352.3s; + animation-delay: 352.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3524) +{ + -webkit-animation-delay: 352.4s; + -moz-animation-delay: 352.4s; + -o-animation-delay: 352.4s; + animation-delay: 352.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3525) +{ + -webkit-animation-delay: 352.5s; + -moz-animation-delay: 352.5s; + -o-animation-delay: 352.5s; + animation-delay: 352.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3526) +{ + -webkit-animation-delay: 352.6s; + -moz-animation-delay: 352.6s; + -o-animation-delay: 352.6s; + animation-delay: 352.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3527) +{ + -webkit-animation-delay: 352.7s; + -moz-animation-delay: 352.7s; + -o-animation-delay: 352.7s; + animation-delay: 352.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3528) +{ + -webkit-animation-delay: 352.8s; + -moz-animation-delay: 352.8s; + -o-animation-delay: 352.8s; + animation-delay: 352.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3529) +{ + -webkit-animation-delay: 352.9s; + -moz-animation-delay: 352.9s; + -o-animation-delay: 352.9s; + animation-delay: 352.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3530) +{ + -webkit-animation-delay: 353s; + -moz-animation-delay: 353s; + -o-animation-delay: 353s; + animation-delay: 353s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3531) +{ + -webkit-animation-delay: 353.1s; + -moz-animation-delay: 353.1s; + -o-animation-delay: 353.1s; + animation-delay: 353.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3532) +{ + -webkit-animation-delay: 353.2s; + -moz-animation-delay: 353.2s; + -o-animation-delay: 353.2s; + animation-delay: 353.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3533) +{ + -webkit-animation-delay: 353.3s; + -moz-animation-delay: 353.3s; + -o-animation-delay: 353.3s; + animation-delay: 353.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3534) +{ + -webkit-animation-delay: 353.4s; + -moz-animation-delay: 353.4s; + -o-animation-delay: 353.4s; + animation-delay: 353.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3535) +{ + -webkit-animation-delay: 353.5s; + -moz-animation-delay: 353.5s; + -o-animation-delay: 353.5s; + animation-delay: 353.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3536) +{ + -webkit-animation-delay: 353.6s; + -moz-animation-delay: 353.6s; + -o-animation-delay: 353.6s; + animation-delay: 353.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3537) +{ + -webkit-animation-delay: 353.7s; + -moz-animation-delay: 353.7s; + -o-animation-delay: 353.7s; + animation-delay: 353.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3538) +{ + -webkit-animation-delay: 353.8s; + -moz-animation-delay: 353.8s; + -o-animation-delay: 353.8s; + animation-delay: 353.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3539) +{ + -webkit-animation-delay: 353.9s; + -moz-animation-delay: 353.9s; + -o-animation-delay: 353.9s; + animation-delay: 353.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3540) +{ + -webkit-animation-delay: 354s; + -moz-animation-delay: 354s; + -o-animation-delay: 354s; + animation-delay: 354s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3541) +{ + -webkit-animation-delay: 354.1s; + -moz-animation-delay: 354.1s; + -o-animation-delay: 354.1s; + animation-delay: 354.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3542) +{ + -webkit-animation-delay: 354.2s; + -moz-animation-delay: 354.2s; + -o-animation-delay: 354.2s; + animation-delay: 354.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3543) +{ + -webkit-animation-delay: 354.3s; + -moz-animation-delay: 354.3s; + -o-animation-delay: 354.3s; + animation-delay: 354.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3544) +{ + -webkit-animation-delay: 354.4s; + -moz-animation-delay: 354.4s; + -o-animation-delay: 354.4s; + animation-delay: 354.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3545) +{ + -webkit-animation-delay: 354.5s; + -moz-animation-delay: 354.5s; + -o-animation-delay: 354.5s; + animation-delay: 354.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3546) +{ + -webkit-animation-delay: 354.6s; + -moz-animation-delay: 354.6s; + -o-animation-delay: 354.6s; + animation-delay: 354.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3547) +{ + -webkit-animation-delay: 354.7s; + -moz-animation-delay: 354.7s; + -o-animation-delay: 354.7s; + animation-delay: 354.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3548) +{ + -webkit-animation-delay: 354.8s; + -moz-animation-delay: 354.8s; + -o-animation-delay: 354.8s; + animation-delay: 354.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3549) +{ + -webkit-animation-delay: 354.9s; + -moz-animation-delay: 354.9s; + -o-animation-delay: 354.9s; + animation-delay: 354.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3550) +{ + -webkit-animation-delay: 355s; + -moz-animation-delay: 355s; + -o-animation-delay: 355s; + animation-delay: 355s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3551) +{ + -webkit-animation-delay: 355.1s; + -moz-animation-delay: 355.1s; + -o-animation-delay: 355.1s; + animation-delay: 355.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3552) +{ + -webkit-animation-delay: 355.2s; + -moz-animation-delay: 355.2s; + -o-animation-delay: 355.2s; + animation-delay: 355.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3553) +{ + -webkit-animation-delay: 355.3s; + -moz-animation-delay: 355.3s; + -o-animation-delay: 355.3s; + animation-delay: 355.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3554) +{ + -webkit-animation-delay: 355.4s; + -moz-animation-delay: 355.4s; + -o-animation-delay: 355.4s; + animation-delay: 355.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3555) +{ + -webkit-animation-delay: 355.5s; + -moz-animation-delay: 355.5s; + -o-animation-delay: 355.5s; + animation-delay: 355.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3556) +{ + -webkit-animation-delay: 355.6s; + -moz-animation-delay: 355.6s; + -o-animation-delay: 355.6s; + animation-delay: 355.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3557) +{ + -webkit-animation-delay: 355.7s; + -moz-animation-delay: 355.7s; + -o-animation-delay: 355.7s; + animation-delay: 355.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3558) +{ + -webkit-animation-delay: 355.8s; + -moz-animation-delay: 355.8s; + -o-animation-delay: 355.8s; + animation-delay: 355.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3559) +{ + -webkit-animation-delay: 355.9s; + -moz-animation-delay: 355.9s; + -o-animation-delay: 355.9s; + animation-delay: 355.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3560) +{ + -webkit-animation-delay: 356s; + -moz-animation-delay: 356s; + -o-animation-delay: 356s; + animation-delay: 356s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3561) +{ + -webkit-animation-delay: 356.1s; + -moz-animation-delay: 356.1s; + -o-animation-delay: 356.1s; + animation-delay: 356.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3562) +{ + -webkit-animation-delay: 356.2s; + -moz-animation-delay: 356.2s; + -o-animation-delay: 356.2s; + animation-delay: 356.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3563) +{ + -webkit-animation-delay: 356.3s; + -moz-animation-delay: 356.3s; + -o-animation-delay: 356.3s; + animation-delay: 356.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3564) +{ + -webkit-animation-delay: 356.4s; + -moz-animation-delay: 356.4s; + -o-animation-delay: 356.4s; + animation-delay: 356.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3565) +{ + -webkit-animation-delay: 356.5s; + -moz-animation-delay: 356.5s; + -o-animation-delay: 356.5s; + animation-delay: 356.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3566) +{ + -webkit-animation-delay: 356.6s; + -moz-animation-delay: 356.6s; + -o-animation-delay: 356.6s; + animation-delay: 356.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3567) +{ + -webkit-animation-delay: 356.7s; + -moz-animation-delay: 356.7s; + -o-animation-delay: 356.7s; + animation-delay: 356.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3568) +{ + -webkit-animation-delay: 356.8s; + -moz-animation-delay: 356.8s; + -o-animation-delay: 356.8s; + animation-delay: 356.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3569) +{ + -webkit-animation-delay: 356.9s; + -moz-animation-delay: 356.9s; + -o-animation-delay: 356.9s; + animation-delay: 356.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3570) +{ + -webkit-animation-delay: 357s; + -moz-animation-delay: 357s; + -o-animation-delay: 357s; + animation-delay: 357s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3571) +{ + -webkit-animation-delay: 357.1s; + -moz-animation-delay: 357.1s; + -o-animation-delay: 357.1s; + animation-delay: 357.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3572) +{ + -webkit-animation-delay: 357.2s; + -moz-animation-delay: 357.2s; + -o-animation-delay: 357.2s; + animation-delay: 357.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3573) +{ + -webkit-animation-delay: 357.3s; + -moz-animation-delay: 357.3s; + -o-animation-delay: 357.3s; + animation-delay: 357.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3574) +{ + -webkit-animation-delay: 357.4s; + -moz-animation-delay: 357.4s; + -o-animation-delay: 357.4s; + animation-delay: 357.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3575) +{ + -webkit-animation-delay: 357.5s; + -moz-animation-delay: 357.5s; + -o-animation-delay: 357.5s; + animation-delay: 357.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3576) +{ + -webkit-animation-delay: 357.6s; + -moz-animation-delay: 357.6s; + -o-animation-delay: 357.6s; + animation-delay: 357.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3577) +{ + -webkit-animation-delay: 357.7s; + -moz-animation-delay: 357.7s; + -o-animation-delay: 357.7s; + animation-delay: 357.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3578) +{ + -webkit-animation-delay: 357.8s; + -moz-animation-delay: 357.8s; + -o-animation-delay: 357.8s; + animation-delay: 357.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3579) +{ + -webkit-animation-delay: 357.9s; + -moz-animation-delay: 357.9s; + -o-animation-delay: 357.9s; + animation-delay: 357.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3580) +{ + -webkit-animation-delay: 358s; + -moz-animation-delay: 358s; + -o-animation-delay: 358s; + animation-delay: 358s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3581) +{ + -webkit-animation-delay: 358.1s; + -moz-animation-delay: 358.1s; + -o-animation-delay: 358.1s; + animation-delay: 358.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3582) +{ + -webkit-animation-delay: 358.2s; + -moz-animation-delay: 358.2s; + -o-animation-delay: 358.2s; + animation-delay: 358.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3583) +{ + -webkit-animation-delay: 358.3s; + -moz-animation-delay: 358.3s; + -o-animation-delay: 358.3s; + animation-delay: 358.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3584) +{ + -webkit-animation-delay: 358.4s; + -moz-animation-delay: 358.4s; + -o-animation-delay: 358.4s; + animation-delay: 358.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3585) +{ + -webkit-animation-delay: 358.5s; + -moz-animation-delay: 358.5s; + -o-animation-delay: 358.5s; + animation-delay: 358.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3586) +{ + -webkit-animation-delay: 358.6s; + -moz-animation-delay: 358.6s; + -o-animation-delay: 358.6s; + animation-delay: 358.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3587) +{ + -webkit-animation-delay: 358.7s; + -moz-animation-delay: 358.7s; + -o-animation-delay: 358.7s; + animation-delay: 358.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3588) +{ + -webkit-animation-delay: 358.8s; + -moz-animation-delay: 358.8s; + -o-animation-delay: 358.8s; + animation-delay: 358.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3589) +{ + -webkit-animation-delay: 358.9s; + -moz-animation-delay: 358.9s; + -o-animation-delay: 358.9s; + animation-delay: 358.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3590) +{ + -webkit-animation-delay: 359s; + -moz-animation-delay: 359s; + -o-animation-delay: 359s; + animation-delay: 359s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3591) +{ + -webkit-animation-delay: 359.1s; + -moz-animation-delay: 359.1s; + -o-animation-delay: 359.1s; + animation-delay: 359.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3592) +{ + -webkit-animation-delay: 359.2s; + -moz-animation-delay: 359.2s; + -o-animation-delay: 359.2s; + animation-delay: 359.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3593) +{ + -webkit-animation-delay: 359.3s; + -moz-animation-delay: 359.3s; + -o-animation-delay: 359.3s; + animation-delay: 359.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3594) +{ + -webkit-animation-delay: 359.4s; + -moz-animation-delay: 359.4s; + -o-animation-delay: 359.4s; + animation-delay: 359.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3595) +{ + -webkit-animation-delay: 359.5s; + -moz-animation-delay: 359.5s; + -o-animation-delay: 359.5s; + animation-delay: 359.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3596) +{ + -webkit-animation-delay: 359.6s; + -moz-animation-delay: 359.6s; + -o-animation-delay: 359.6s; + animation-delay: 359.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3597) +{ + -webkit-animation-delay: 359.7s; + -moz-animation-delay: 359.7s; + -o-animation-delay: 359.7s; + animation-delay: 359.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3598) +{ + -webkit-animation-delay: 359.8s; + -moz-animation-delay: 359.8s; + -o-animation-delay: 359.8s; + animation-delay: 359.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3599) +{ + -webkit-animation-delay: 359.9s; + -moz-animation-delay: 359.9s; + -o-animation-delay: 359.9s; + animation-delay: 359.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3600) +{ + -webkit-animation-delay: 360s; + -moz-animation-delay: 360s; + -o-animation-delay: 360s; + animation-delay: 360s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3601) +{ + -webkit-animation-delay: 360.1s; + -moz-animation-delay: 360.1s; + -o-animation-delay: 360.1s; + animation-delay: 360.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3602) +{ + -webkit-animation-delay: 360.2s; + -moz-animation-delay: 360.2s; + -o-animation-delay: 360.2s; + animation-delay: 360.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3603) +{ + -webkit-animation-delay: 360.3s; + -moz-animation-delay: 360.3s; + -o-animation-delay: 360.3s; + animation-delay: 360.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3604) +{ + -webkit-animation-delay: 360.4s; + -moz-animation-delay: 360.4s; + -o-animation-delay: 360.4s; + animation-delay: 360.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3605) +{ + -webkit-animation-delay: 360.5s; + -moz-animation-delay: 360.5s; + -o-animation-delay: 360.5s; + animation-delay: 360.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3606) +{ + -webkit-animation-delay: 360.6s; + -moz-animation-delay: 360.6s; + -o-animation-delay: 360.6s; + animation-delay: 360.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3607) +{ + -webkit-animation-delay: 360.7s; + -moz-animation-delay: 360.7s; + -o-animation-delay: 360.7s; + animation-delay: 360.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3608) +{ + -webkit-animation-delay: 360.8s; + -moz-animation-delay: 360.8s; + -o-animation-delay: 360.8s; + animation-delay: 360.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3609) +{ + -webkit-animation-delay: 360.9s; + -moz-animation-delay: 360.9s; + -o-animation-delay: 360.9s; + animation-delay: 360.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3610) +{ + -webkit-animation-delay: 361s; + -moz-animation-delay: 361s; + -o-animation-delay: 361s; + animation-delay: 361s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3611) +{ + -webkit-animation-delay: 361.1s; + -moz-animation-delay: 361.1s; + -o-animation-delay: 361.1s; + animation-delay: 361.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3612) +{ + -webkit-animation-delay: 361.2s; + -moz-animation-delay: 361.2s; + -o-animation-delay: 361.2s; + animation-delay: 361.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3613) +{ + -webkit-animation-delay: 361.3s; + -moz-animation-delay: 361.3s; + -o-animation-delay: 361.3s; + animation-delay: 361.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3614) +{ + -webkit-animation-delay: 361.4s; + -moz-animation-delay: 361.4s; + -o-animation-delay: 361.4s; + animation-delay: 361.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3615) +{ + -webkit-animation-delay: 361.5s; + -moz-animation-delay: 361.5s; + -o-animation-delay: 361.5s; + animation-delay: 361.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3616) +{ + -webkit-animation-delay: 361.6s; + -moz-animation-delay: 361.6s; + -o-animation-delay: 361.6s; + animation-delay: 361.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3617) +{ + -webkit-animation-delay: 361.7s; + -moz-animation-delay: 361.7s; + -o-animation-delay: 361.7s; + animation-delay: 361.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3618) +{ + -webkit-animation-delay: 361.8s; + -moz-animation-delay: 361.8s; + -o-animation-delay: 361.8s; + animation-delay: 361.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3619) +{ + -webkit-animation-delay: 361.9s; + -moz-animation-delay: 361.9s; + -o-animation-delay: 361.9s; + animation-delay: 361.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3620) +{ + -webkit-animation-delay: 362s; + -moz-animation-delay: 362s; + -o-animation-delay: 362s; + animation-delay: 362s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3621) +{ + -webkit-animation-delay: 362.1s; + -moz-animation-delay: 362.1s; + -o-animation-delay: 362.1s; + animation-delay: 362.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3622) +{ + -webkit-animation-delay: 362.2s; + -moz-animation-delay: 362.2s; + -o-animation-delay: 362.2s; + animation-delay: 362.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3623) +{ + -webkit-animation-delay: 362.3s; + -moz-animation-delay: 362.3s; + -o-animation-delay: 362.3s; + animation-delay: 362.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3624) +{ + -webkit-animation-delay: 362.4s; + -moz-animation-delay: 362.4s; + -o-animation-delay: 362.4s; + animation-delay: 362.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3625) +{ + -webkit-animation-delay: 362.5s; + -moz-animation-delay: 362.5s; + -o-animation-delay: 362.5s; + animation-delay: 362.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3626) +{ + -webkit-animation-delay: 362.6s; + -moz-animation-delay: 362.6s; + -o-animation-delay: 362.6s; + animation-delay: 362.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3627) +{ + -webkit-animation-delay: 362.7s; + -moz-animation-delay: 362.7s; + -o-animation-delay: 362.7s; + animation-delay: 362.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3628) +{ + -webkit-animation-delay: 362.8s; + -moz-animation-delay: 362.8s; + -o-animation-delay: 362.8s; + animation-delay: 362.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3629) +{ + -webkit-animation-delay: 362.9s; + -moz-animation-delay: 362.9s; + -o-animation-delay: 362.9s; + animation-delay: 362.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3630) +{ + -webkit-animation-delay: 363s; + -moz-animation-delay: 363s; + -o-animation-delay: 363s; + animation-delay: 363s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3631) +{ + -webkit-animation-delay: 363.1s; + -moz-animation-delay: 363.1s; + -o-animation-delay: 363.1s; + animation-delay: 363.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3632) +{ + -webkit-animation-delay: 363.2s; + -moz-animation-delay: 363.2s; + -o-animation-delay: 363.2s; + animation-delay: 363.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3633) +{ + -webkit-animation-delay: 363.3s; + -moz-animation-delay: 363.3s; + -o-animation-delay: 363.3s; + animation-delay: 363.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3634) +{ + -webkit-animation-delay: 363.4s; + -moz-animation-delay: 363.4s; + -o-animation-delay: 363.4s; + animation-delay: 363.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3635) +{ + -webkit-animation-delay: 363.5s; + -moz-animation-delay: 363.5s; + -o-animation-delay: 363.5s; + animation-delay: 363.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3636) +{ + -webkit-animation-delay: 363.6s; + -moz-animation-delay: 363.6s; + -o-animation-delay: 363.6s; + animation-delay: 363.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3637) +{ + -webkit-animation-delay: 363.7s; + -moz-animation-delay: 363.7s; + -o-animation-delay: 363.7s; + animation-delay: 363.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3638) +{ + -webkit-animation-delay: 363.8s; + -moz-animation-delay: 363.8s; + -o-animation-delay: 363.8s; + animation-delay: 363.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3639) +{ + -webkit-animation-delay: 363.9s; + -moz-animation-delay: 363.9s; + -o-animation-delay: 363.9s; + animation-delay: 363.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3640) +{ + -webkit-animation-delay: 364s; + -moz-animation-delay: 364s; + -o-animation-delay: 364s; + animation-delay: 364s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3641) +{ + -webkit-animation-delay: 364.1s; + -moz-animation-delay: 364.1s; + -o-animation-delay: 364.1s; + animation-delay: 364.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3642) +{ + -webkit-animation-delay: 364.2s; + -moz-animation-delay: 364.2s; + -o-animation-delay: 364.2s; + animation-delay: 364.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3643) +{ + -webkit-animation-delay: 364.3s; + -moz-animation-delay: 364.3s; + -o-animation-delay: 364.3s; + animation-delay: 364.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3644) +{ + -webkit-animation-delay: 364.4s; + -moz-animation-delay: 364.4s; + -o-animation-delay: 364.4s; + animation-delay: 364.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3645) +{ + -webkit-animation-delay: 364.5s; + -moz-animation-delay: 364.5s; + -o-animation-delay: 364.5s; + animation-delay: 364.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3646) +{ + -webkit-animation-delay: 364.6s; + -moz-animation-delay: 364.6s; + -o-animation-delay: 364.6s; + animation-delay: 364.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3647) +{ + -webkit-animation-delay: 364.7s; + -moz-animation-delay: 364.7s; + -o-animation-delay: 364.7s; + animation-delay: 364.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3648) +{ + -webkit-animation-delay: 364.8s; + -moz-animation-delay: 364.8s; + -o-animation-delay: 364.8s; + animation-delay: 364.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3649) +{ + -webkit-animation-delay: 364.9s; + -moz-animation-delay: 364.9s; + -o-animation-delay: 364.9s; + animation-delay: 364.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3650) +{ + -webkit-animation-delay: 365s; + -moz-animation-delay: 365s; + -o-animation-delay: 365s; + animation-delay: 365s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3651) +{ + -webkit-animation-delay: 365.1s; + -moz-animation-delay: 365.1s; + -o-animation-delay: 365.1s; + animation-delay: 365.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3652) +{ + -webkit-animation-delay: 365.2s; + -moz-animation-delay: 365.2s; + -o-animation-delay: 365.2s; + animation-delay: 365.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3653) +{ + -webkit-animation-delay: 365.3s; + -moz-animation-delay: 365.3s; + -o-animation-delay: 365.3s; + animation-delay: 365.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3654) +{ + -webkit-animation-delay: 365.4s; + -moz-animation-delay: 365.4s; + -o-animation-delay: 365.4s; + animation-delay: 365.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3655) +{ + -webkit-animation-delay: 365.5s; + -moz-animation-delay: 365.5s; + -o-animation-delay: 365.5s; + animation-delay: 365.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3656) +{ + -webkit-animation-delay: 365.6s; + -moz-animation-delay: 365.6s; + -o-animation-delay: 365.6s; + animation-delay: 365.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3657) +{ + -webkit-animation-delay: 365.7s; + -moz-animation-delay: 365.7s; + -o-animation-delay: 365.7s; + animation-delay: 365.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3658) +{ + -webkit-animation-delay: 365.8s; + -moz-animation-delay: 365.8s; + -o-animation-delay: 365.8s; + animation-delay: 365.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3659) +{ + -webkit-animation-delay: 365.9s; + -moz-animation-delay: 365.9s; + -o-animation-delay: 365.9s; + animation-delay: 365.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3660) +{ + -webkit-animation-delay: 366s; + -moz-animation-delay: 366s; + -o-animation-delay: 366s; + animation-delay: 366s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3661) +{ + -webkit-animation-delay: 366.1s; + -moz-animation-delay: 366.1s; + -o-animation-delay: 366.1s; + animation-delay: 366.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3662) +{ + -webkit-animation-delay: 366.2s; + -moz-animation-delay: 366.2s; + -o-animation-delay: 366.2s; + animation-delay: 366.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3663) +{ + -webkit-animation-delay: 366.3s; + -moz-animation-delay: 366.3s; + -o-animation-delay: 366.3s; + animation-delay: 366.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3664) +{ + -webkit-animation-delay: 366.4s; + -moz-animation-delay: 366.4s; + -o-animation-delay: 366.4s; + animation-delay: 366.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3665) +{ + -webkit-animation-delay: 366.5s; + -moz-animation-delay: 366.5s; + -o-animation-delay: 366.5s; + animation-delay: 366.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3666) +{ + -webkit-animation-delay: 366.6s; + -moz-animation-delay: 366.6s; + -o-animation-delay: 366.6s; + animation-delay: 366.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3667) +{ + -webkit-animation-delay: 366.7s; + -moz-animation-delay: 366.7s; + -o-animation-delay: 366.7s; + animation-delay: 366.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3668) +{ + -webkit-animation-delay: 366.8s; + -moz-animation-delay: 366.8s; + -o-animation-delay: 366.8s; + animation-delay: 366.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3669) +{ + -webkit-animation-delay: 366.9s; + -moz-animation-delay: 366.9s; + -o-animation-delay: 366.9s; + animation-delay: 366.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3670) +{ + -webkit-animation-delay: 367s; + -moz-animation-delay: 367s; + -o-animation-delay: 367s; + animation-delay: 367s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3671) +{ + -webkit-animation-delay: 367.1s; + -moz-animation-delay: 367.1s; + -o-animation-delay: 367.1s; + animation-delay: 367.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3672) +{ + -webkit-animation-delay: 367.2s; + -moz-animation-delay: 367.2s; + -o-animation-delay: 367.2s; + animation-delay: 367.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3673) +{ + -webkit-animation-delay: 367.3s; + -moz-animation-delay: 367.3s; + -o-animation-delay: 367.3s; + animation-delay: 367.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3674) +{ + -webkit-animation-delay: 367.4s; + -moz-animation-delay: 367.4s; + -o-animation-delay: 367.4s; + animation-delay: 367.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3675) +{ + -webkit-animation-delay: 367.5s; + -moz-animation-delay: 367.5s; + -o-animation-delay: 367.5s; + animation-delay: 367.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3676) +{ + -webkit-animation-delay: 367.6s; + -moz-animation-delay: 367.6s; + -o-animation-delay: 367.6s; + animation-delay: 367.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3677) +{ + -webkit-animation-delay: 367.7s; + -moz-animation-delay: 367.7s; + -o-animation-delay: 367.7s; + animation-delay: 367.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3678) +{ + -webkit-animation-delay: 367.8s; + -moz-animation-delay: 367.8s; + -o-animation-delay: 367.8s; + animation-delay: 367.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3679) +{ + -webkit-animation-delay: 367.9s; + -moz-animation-delay: 367.9s; + -o-animation-delay: 367.9s; + animation-delay: 367.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3680) +{ + -webkit-animation-delay: 368s; + -moz-animation-delay: 368s; + -o-animation-delay: 368s; + animation-delay: 368s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3681) +{ + -webkit-animation-delay: 368.1s; + -moz-animation-delay: 368.1s; + -o-animation-delay: 368.1s; + animation-delay: 368.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3682) +{ + -webkit-animation-delay: 368.2s; + -moz-animation-delay: 368.2s; + -o-animation-delay: 368.2s; + animation-delay: 368.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3683) +{ + -webkit-animation-delay: 368.3s; + -moz-animation-delay: 368.3s; + -o-animation-delay: 368.3s; + animation-delay: 368.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3684) +{ + -webkit-animation-delay: 368.4s; + -moz-animation-delay: 368.4s; + -o-animation-delay: 368.4s; + animation-delay: 368.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3685) +{ + -webkit-animation-delay: 368.5s; + -moz-animation-delay: 368.5s; + -o-animation-delay: 368.5s; + animation-delay: 368.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3686) +{ + -webkit-animation-delay: 368.6s; + -moz-animation-delay: 368.6s; + -o-animation-delay: 368.6s; + animation-delay: 368.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3687) +{ + -webkit-animation-delay: 368.7s; + -moz-animation-delay: 368.7s; + -o-animation-delay: 368.7s; + animation-delay: 368.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3688) +{ + -webkit-animation-delay: 368.8s; + -moz-animation-delay: 368.8s; + -o-animation-delay: 368.8s; + animation-delay: 368.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3689) +{ + -webkit-animation-delay: 368.9s; + -moz-animation-delay: 368.9s; + -o-animation-delay: 368.9s; + animation-delay: 368.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3690) +{ + -webkit-animation-delay: 369s; + -moz-animation-delay: 369s; + -o-animation-delay: 369s; + animation-delay: 369s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3691) +{ + -webkit-animation-delay: 369.1s; + -moz-animation-delay: 369.1s; + -o-animation-delay: 369.1s; + animation-delay: 369.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3692) +{ + -webkit-animation-delay: 369.2s; + -moz-animation-delay: 369.2s; + -o-animation-delay: 369.2s; + animation-delay: 369.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3693) +{ + -webkit-animation-delay: 369.3s; + -moz-animation-delay: 369.3s; + -o-animation-delay: 369.3s; + animation-delay: 369.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3694) +{ + -webkit-animation-delay: 369.4s; + -moz-animation-delay: 369.4s; + -o-animation-delay: 369.4s; + animation-delay: 369.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3695) +{ + -webkit-animation-delay: 369.5s; + -moz-animation-delay: 369.5s; + -o-animation-delay: 369.5s; + animation-delay: 369.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3696) +{ + -webkit-animation-delay: 369.6s; + -moz-animation-delay: 369.6s; + -o-animation-delay: 369.6s; + animation-delay: 369.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3697) +{ + -webkit-animation-delay: 369.7s; + -moz-animation-delay: 369.7s; + -o-animation-delay: 369.7s; + animation-delay: 369.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3698) +{ + -webkit-animation-delay: 369.8s; + -moz-animation-delay: 369.8s; + -o-animation-delay: 369.8s; + animation-delay: 369.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3699) +{ + -webkit-animation-delay: 369.9s; + -moz-animation-delay: 369.9s; + -o-animation-delay: 369.9s; + animation-delay: 369.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3700) +{ + -webkit-animation-delay: 370s; + -moz-animation-delay: 370s; + -o-animation-delay: 370s; + animation-delay: 370s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3701) +{ + -webkit-animation-delay: 370.1s; + -moz-animation-delay: 370.1s; + -o-animation-delay: 370.1s; + animation-delay: 370.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3702) +{ + -webkit-animation-delay: 370.2s; + -moz-animation-delay: 370.2s; + -o-animation-delay: 370.2s; + animation-delay: 370.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3703) +{ + -webkit-animation-delay: 370.3s; + -moz-animation-delay: 370.3s; + -o-animation-delay: 370.3s; + animation-delay: 370.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3704) +{ + -webkit-animation-delay: 370.4s; + -moz-animation-delay: 370.4s; + -o-animation-delay: 370.4s; + animation-delay: 370.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3705) +{ + -webkit-animation-delay: 370.5s; + -moz-animation-delay: 370.5s; + -o-animation-delay: 370.5s; + animation-delay: 370.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3706) +{ + -webkit-animation-delay: 370.6s; + -moz-animation-delay: 370.6s; + -o-animation-delay: 370.6s; + animation-delay: 370.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3707) +{ + -webkit-animation-delay: 370.7s; + -moz-animation-delay: 370.7s; + -o-animation-delay: 370.7s; + animation-delay: 370.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3708) +{ + -webkit-animation-delay: 370.8s; + -moz-animation-delay: 370.8s; + -o-animation-delay: 370.8s; + animation-delay: 370.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3709) +{ + -webkit-animation-delay: 370.9s; + -moz-animation-delay: 370.9s; + -o-animation-delay: 370.9s; + animation-delay: 370.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3710) +{ + -webkit-animation-delay: 371s; + -moz-animation-delay: 371s; + -o-animation-delay: 371s; + animation-delay: 371s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3711) +{ + -webkit-animation-delay: 371.1s; + -moz-animation-delay: 371.1s; + -o-animation-delay: 371.1s; + animation-delay: 371.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3712) +{ + -webkit-animation-delay: 371.2s; + -moz-animation-delay: 371.2s; + -o-animation-delay: 371.2s; + animation-delay: 371.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3713) +{ + -webkit-animation-delay: 371.3s; + -moz-animation-delay: 371.3s; + -o-animation-delay: 371.3s; + animation-delay: 371.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3714) +{ + -webkit-animation-delay: 371.4s; + -moz-animation-delay: 371.4s; + -o-animation-delay: 371.4s; + animation-delay: 371.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3715) +{ + -webkit-animation-delay: 371.5s; + -moz-animation-delay: 371.5s; + -o-animation-delay: 371.5s; + animation-delay: 371.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3716) +{ + -webkit-animation-delay: 371.6s; + -moz-animation-delay: 371.6s; + -o-animation-delay: 371.6s; + animation-delay: 371.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3717) +{ + -webkit-animation-delay: 371.7s; + -moz-animation-delay: 371.7s; + -o-animation-delay: 371.7s; + animation-delay: 371.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3718) +{ + -webkit-animation-delay: 371.8s; + -moz-animation-delay: 371.8s; + -o-animation-delay: 371.8s; + animation-delay: 371.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3719) +{ + -webkit-animation-delay: 371.9s; + -moz-animation-delay: 371.9s; + -o-animation-delay: 371.9s; + animation-delay: 371.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3720) +{ + -webkit-animation-delay: 372s; + -moz-animation-delay: 372s; + -o-animation-delay: 372s; + animation-delay: 372s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3721) +{ + -webkit-animation-delay: 372.1s; + -moz-animation-delay: 372.1s; + -o-animation-delay: 372.1s; + animation-delay: 372.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3722) +{ + -webkit-animation-delay: 372.2s; + -moz-animation-delay: 372.2s; + -o-animation-delay: 372.2s; + animation-delay: 372.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3723) +{ + -webkit-animation-delay: 372.3s; + -moz-animation-delay: 372.3s; + -o-animation-delay: 372.3s; + animation-delay: 372.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3724) +{ + -webkit-animation-delay: 372.4s; + -moz-animation-delay: 372.4s; + -o-animation-delay: 372.4s; + animation-delay: 372.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3725) +{ + -webkit-animation-delay: 372.5s; + -moz-animation-delay: 372.5s; + -o-animation-delay: 372.5s; + animation-delay: 372.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3726) +{ + -webkit-animation-delay: 372.6s; + -moz-animation-delay: 372.6s; + -o-animation-delay: 372.6s; + animation-delay: 372.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3727) +{ + -webkit-animation-delay: 372.7s; + -moz-animation-delay: 372.7s; + -o-animation-delay: 372.7s; + animation-delay: 372.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3728) +{ + -webkit-animation-delay: 372.8s; + -moz-animation-delay: 372.8s; + -o-animation-delay: 372.8s; + animation-delay: 372.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3729) +{ + -webkit-animation-delay: 372.9s; + -moz-animation-delay: 372.9s; + -o-animation-delay: 372.9s; + animation-delay: 372.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3730) +{ + -webkit-animation-delay: 373s; + -moz-animation-delay: 373s; + -o-animation-delay: 373s; + animation-delay: 373s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3731) +{ + -webkit-animation-delay: 373.1s; + -moz-animation-delay: 373.1s; + -o-animation-delay: 373.1s; + animation-delay: 373.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3732) +{ + -webkit-animation-delay: 373.2s; + -moz-animation-delay: 373.2s; + -o-animation-delay: 373.2s; + animation-delay: 373.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3733) +{ + -webkit-animation-delay: 373.3s; + -moz-animation-delay: 373.3s; + -o-animation-delay: 373.3s; + animation-delay: 373.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3734) +{ + -webkit-animation-delay: 373.4s; + -moz-animation-delay: 373.4s; + -o-animation-delay: 373.4s; + animation-delay: 373.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3735) +{ + -webkit-animation-delay: 373.5s; + -moz-animation-delay: 373.5s; + -o-animation-delay: 373.5s; + animation-delay: 373.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3736) +{ + -webkit-animation-delay: 373.6s; + -moz-animation-delay: 373.6s; + -o-animation-delay: 373.6s; + animation-delay: 373.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3737) +{ + -webkit-animation-delay: 373.7s; + -moz-animation-delay: 373.7s; + -o-animation-delay: 373.7s; + animation-delay: 373.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3738) +{ + -webkit-animation-delay: 373.8s; + -moz-animation-delay: 373.8s; + -o-animation-delay: 373.8s; + animation-delay: 373.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3739) +{ + -webkit-animation-delay: 373.9s; + -moz-animation-delay: 373.9s; + -o-animation-delay: 373.9s; + animation-delay: 373.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3740) +{ + -webkit-animation-delay: 374s; + -moz-animation-delay: 374s; + -o-animation-delay: 374s; + animation-delay: 374s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3741) +{ + -webkit-animation-delay: 374.1s; + -moz-animation-delay: 374.1s; + -o-animation-delay: 374.1s; + animation-delay: 374.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3742) +{ + -webkit-animation-delay: 374.2s; + -moz-animation-delay: 374.2s; + -o-animation-delay: 374.2s; + animation-delay: 374.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3743) +{ + -webkit-animation-delay: 374.3s; + -moz-animation-delay: 374.3s; + -o-animation-delay: 374.3s; + animation-delay: 374.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3744) +{ + -webkit-animation-delay: 374.4s; + -moz-animation-delay: 374.4s; + -o-animation-delay: 374.4s; + animation-delay: 374.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3745) +{ + -webkit-animation-delay: 374.5s; + -moz-animation-delay: 374.5s; + -o-animation-delay: 374.5s; + animation-delay: 374.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3746) +{ + -webkit-animation-delay: 374.6s; + -moz-animation-delay: 374.6s; + -o-animation-delay: 374.6s; + animation-delay: 374.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3747) +{ + -webkit-animation-delay: 374.7s; + -moz-animation-delay: 374.7s; + -o-animation-delay: 374.7s; + animation-delay: 374.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3748) +{ + -webkit-animation-delay: 374.8s; + -moz-animation-delay: 374.8s; + -o-animation-delay: 374.8s; + animation-delay: 374.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3749) +{ + -webkit-animation-delay: 374.9s; + -moz-animation-delay: 374.9s; + -o-animation-delay: 374.9s; + animation-delay: 374.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3750) +{ + -webkit-animation-delay: 375s; + -moz-animation-delay: 375s; + -o-animation-delay: 375s; + animation-delay: 375s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3751) +{ + -webkit-animation-delay: 375.1s; + -moz-animation-delay: 375.1s; + -o-animation-delay: 375.1s; + animation-delay: 375.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3752) +{ + -webkit-animation-delay: 375.2s; + -moz-animation-delay: 375.2s; + -o-animation-delay: 375.2s; + animation-delay: 375.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3753) +{ + -webkit-animation-delay: 375.3s; + -moz-animation-delay: 375.3s; + -o-animation-delay: 375.3s; + animation-delay: 375.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3754) +{ + -webkit-animation-delay: 375.4s; + -moz-animation-delay: 375.4s; + -o-animation-delay: 375.4s; + animation-delay: 375.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3755) +{ + -webkit-animation-delay: 375.5s; + -moz-animation-delay: 375.5s; + -o-animation-delay: 375.5s; + animation-delay: 375.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3756) +{ + -webkit-animation-delay: 375.6s; + -moz-animation-delay: 375.6s; + -o-animation-delay: 375.6s; + animation-delay: 375.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3757) +{ + -webkit-animation-delay: 375.7s; + -moz-animation-delay: 375.7s; + -o-animation-delay: 375.7s; + animation-delay: 375.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3758) +{ + -webkit-animation-delay: 375.8s; + -moz-animation-delay: 375.8s; + -o-animation-delay: 375.8s; + animation-delay: 375.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3759) +{ + -webkit-animation-delay: 375.9s; + -moz-animation-delay: 375.9s; + -o-animation-delay: 375.9s; + animation-delay: 375.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3760) +{ + -webkit-animation-delay: 376s; + -moz-animation-delay: 376s; + -o-animation-delay: 376s; + animation-delay: 376s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3761) +{ + -webkit-animation-delay: 376.1s; + -moz-animation-delay: 376.1s; + -o-animation-delay: 376.1s; + animation-delay: 376.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3762) +{ + -webkit-animation-delay: 376.2s; + -moz-animation-delay: 376.2s; + -o-animation-delay: 376.2s; + animation-delay: 376.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3763) +{ + -webkit-animation-delay: 376.3s; + -moz-animation-delay: 376.3s; + -o-animation-delay: 376.3s; + animation-delay: 376.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3764) +{ + -webkit-animation-delay: 376.4s; + -moz-animation-delay: 376.4s; + -o-animation-delay: 376.4s; + animation-delay: 376.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3765) +{ + -webkit-animation-delay: 376.5s; + -moz-animation-delay: 376.5s; + -o-animation-delay: 376.5s; + animation-delay: 376.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3766) +{ + -webkit-animation-delay: 376.6s; + -moz-animation-delay: 376.6s; + -o-animation-delay: 376.6s; + animation-delay: 376.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3767) +{ + -webkit-animation-delay: 376.7s; + -moz-animation-delay: 376.7s; + -o-animation-delay: 376.7s; + animation-delay: 376.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3768) +{ + -webkit-animation-delay: 376.8s; + -moz-animation-delay: 376.8s; + -o-animation-delay: 376.8s; + animation-delay: 376.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3769) +{ + -webkit-animation-delay: 376.9s; + -moz-animation-delay: 376.9s; + -o-animation-delay: 376.9s; + animation-delay: 376.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3770) +{ + -webkit-animation-delay: 377s; + -moz-animation-delay: 377s; + -o-animation-delay: 377s; + animation-delay: 377s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3771) +{ + -webkit-animation-delay: 377.1s; + -moz-animation-delay: 377.1s; + -o-animation-delay: 377.1s; + animation-delay: 377.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3772) +{ + -webkit-animation-delay: 377.2s; + -moz-animation-delay: 377.2s; + -o-animation-delay: 377.2s; + animation-delay: 377.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3773) +{ + -webkit-animation-delay: 377.3s; + -moz-animation-delay: 377.3s; + -o-animation-delay: 377.3s; + animation-delay: 377.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3774) +{ + -webkit-animation-delay: 377.4s; + -moz-animation-delay: 377.4s; + -o-animation-delay: 377.4s; + animation-delay: 377.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3775) +{ + -webkit-animation-delay: 377.5s; + -moz-animation-delay: 377.5s; + -o-animation-delay: 377.5s; + animation-delay: 377.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3776) +{ + -webkit-animation-delay: 377.6s; + -moz-animation-delay: 377.6s; + -o-animation-delay: 377.6s; + animation-delay: 377.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3777) +{ + -webkit-animation-delay: 377.7s; + -moz-animation-delay: 377.7s; + -o-animation-delay: 377.7s; + animation-delay: 377.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3778) +{ + -webkit-animation-delay: 377.8s; + -moz-animation-delay: 377.8s; + -o-animation-delay: 377.8s; + animation-delay: 377.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3779) +{ + -webkit-animation-delay: 377.9s; + -moz-animation-delay: 377.9s; + -o-animation-delay: 377.9s; + animation-delay: 377.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3780) +{ + -webkit-animation-delay: 378s; + -moz-animation-delay: 378s; + -o-animation-delay: 378s; + animation-delay: 378s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3781) +{ + -webkit-animation-delay: 378.1s; + -moz-animation-delay: 378.1s; + -o-animation-delay: 378.1s; + animation-delay: 378.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3782) +{ + -webkit-animation-delay: 378.2s; + -moz-animation-delay: 378.2s; + -o-animation-delay: 378.2s; + animation-delay: 378.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3783) +{ + -webkit-animation-delay: 378.3s; + -moz-animation-delay: 378.3s; + -o-animation-delay: 378.3s; + animation-delay: 378.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3784) +{ + -webkit-animation-delay: 378.4s; + -moz-animation-delay: 378.4s; + -o-animation-delay: 378.4s; + animation-delay: 378.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3785) +{ + -webkit-animation-delay: 378.5s; + -moz-animation-delay: 378.5s; + -o-animation-delay: 378.5s; + animation-delay: 378.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3786) +{ + -webkit-animation-delay: 378.6s; + -moz-animation-delay: 378.6s; + -o-animation-delay: 378.6s; + animation-delay: 378.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3787) +{ + -webkit-animation-delay: 378.7s; + -moz-animation-delay: 378.7s; + -o-animation-delay: 378.7s; + animation-delay: 378.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3788) +{ + -webkit-animation-delay: 378.8s; + -moz-animation-delay: 378.8s; + -o-animation-delay: 378.8s; + animation-delay: 378.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3789) +{ + -webkit-animation-delay: 378.9s; + -moz-animation-delay: 378.9s; + -o-animation-delay: 378.9s; + animation-delay: 378.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3790) +{ + -webkit-animation-delay: 379s; + -moz-animation-delay: 379s; + -o-animation-delay: 379s; + animation-delay: 379s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3791) +{ + -webkit-animation-delay: 379.1s; + -moz-animation-delay: 379.1s; + -o-animation-delay: 379.1s; + animation-delay: 379.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3792) +{ + -webkit-animation-delay: 379.2s; + -moz-animation-delay: 379.2s; + -o-animation-delay: 379.2s; + animation-delay: 379.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3793) +{ + -webkit-animation-delay: 379.3s; + -moz-animation-delay: 379.3s; + -o-animation-delay: 379.3s; + animation-delay: 379.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3794) +{ + -webkit-animation-delay: 379.4s; + -moz-animation-delay: 379.4s; + -o-animation-delay: 379.4s; + animation-delay: 379.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3795) +{ + -webkit-animation-delay: 379.5s; + -moz-animation-delay: 379.5s; + -o-animation-delay: 379.5s; + animation-delay: 379.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3796) +{ + -webkit-animation-delay: 379.6s; + -moz-animation-delay: 379.6s; + -o-animation-delay: 379.6s; + animation-delay: 379.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3797) +{ + -webkit-animation-delay: 379.7s; + -moz-animation-delay: 379.7s; + -o-animation-delay: 379.7s; + animation-delay: 379.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3798) +{ + -webkit-animation-delay: 379.8s; + -moz-animation-delay: 379.8s; + -o-animation-delay: 379.8s; + animation-delay: 379.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3799) +{ + -webkit-animation-delay: 379.9s; + -moz-animation-delay: 379.9s; + -o-animation-delay: 379.9s; + animation-delay: 379.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3800) +{ + -webkit-animation-delay: 380s; + -moz-animation-delay: 380s; + -o-animation-delay: 380s; + animation-delay: 380s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3801) +{ + -webkit-animation-delay: 380.1s; + -moz-animation-delay: 380.1s; + -o-animation-delay: 380.1s; + animation-delay: 380.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3802) +{ + -webkit-animation-delay: 380.2s; + -moz-animation-delay: 380.2s; + -o-animation-delay: 380.2s; + animation-delay: 380.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3803) +{ + -webkit-animation-delay: 380.3s; + -moz-animation-delay: 380.3s; + -o-animation-delay: 380.3s; + animation-delay: 380.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3804) +{ + -webkit-animation-delay: 380.4s; + -moz-animation-delay: 380.4s; + -o-animation-delay: 380.4s; + animation-delay: 380.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3805) +{ + -webkit-animation-delay: 380.5s; + -moz-animation-delay: 380.5s; + -o-animation-delay: 380.5s; + animation-delay: 380.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3806) +{ + -webkit-animation-delay: 380.6s; + -moz-animation-delay: 380.6s; + -o-animation-delay: 380.6s; + animation-delay: 380.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3807) +{ + -webkit-animation-delay: 380.7s; + -moz-animation-delay: 380.7s; + -o-animation-delay: 380.7s; + animation-delay: 380.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3808) +{ + -webkit-animation-delay: 380.8s; + -moz-animation-delay: 380.8s; + -o-animation-delay: 380.8s; + animation-delay: 380.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3809) +{ + -webkit-animation-delay: 380.9s; + -moz-animation-delay: 380.9s; + -o-animation-delay: 380.9s; + animation-delay: 380.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3810) +{ + -webkit-animation-delay: 381s; + -moz-animation-delay: 381s; + -o-animation-delay: 381s; + animation-delay: 381s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3811) +{ + -webkit-animation-delay: 381.1s; + -moz-animation-delay: 381.1s; + -o-animation-delay: 381.1s; + animation-delay: 381.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3812) +{ + -webkit-animation-delay: 381.2s; + -moz-animation-delay: 381.2s; + -o-animation-delay: 381.2s; + animation-delay: 381.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3813) +{ + -webkit-animation-delay: 381.3s; + -moz-animation-delay: 381.3s; + -o-animation-delay: 381.3s; + animation-delay: 381.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3814) +{ + -webkit-animation-delay: 381.4s; + -moz-animation-delay: 381.4s; + -o-animation-delay: 381.4s; + animation-delay: 381.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3815) +{ + -webkit-animation-delay: 381.5s; + -moz-animation-delay: 381.5s; + -o-animation-delay: 381.5s; + animation-delay: 381.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3816) +{ + -webkit-animation-delay: 381.6s; + -moz-animation-delay: 381.6s; + -o-animation-delay: 381.6s; + animation-delay: 381.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3817) +{ + -webkit-animation-delay: 381.7s; + -moz-animation-delay: 381.7s; + -o-animation-delay: 381.7s; + animation-delay: 381.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3818) +{ + -webkit-animation-delay: 381.8s; + -moz-animation-delay: 381.8s; + -o-animation-delay: 381.8s; + animation-delay: 381.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3819) +{ + -webkit-animation-delay: 381.9s; + -moz-animation-delay: 381.9s; + -o-animation-delay: 381.9s; + animation-delay: 381.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3820) +{ + -webkit-animation-delay: 382s; + -moz-animation-delay: 382s; + -o-animation-delay: 382s; + animation-delay: 382s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3821) +{ + -webkit-animation-delay: 382.1s; + -moz-animation-delay: 382.1s; + -o-animation-delay: 382.1s; + animation-delay: 382.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3822) +{ + -webkit-animation-delay: 382.2s; + -moz-animation-delay: 382.2s; + -o-animation-delay: 382.2s; + animation-delay: 382.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3823) +{ + -webkit-animation-delay: 382.3s; + -moz-animation-delay: 382.3s; + -o-animation-delay: 382.3s; + animation-delay: 382.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3824) +{ + -webkit-animation-delay: 382.4s; + -moz-animation-delay: 382.4s; + -o-animation-delay: 382.4s; + animation-delay: 382.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3825) +{ + -webkit-animation-delay: 382.5s; + -moz-animation-delay: 382.5s; + -o-animation-delay: 382.5s; + animation-delay: 382.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3826) +{ + -webkit-animation-delay: 382.6s; + -moz-animation-delay: 382.6s; + -o-animation-delay: 382.6s; + animation-delay: 382.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3827) +{ + -webkit-animation-delay: 382.7s; + -moz-animation-delay: 382.7s; + -o-animation-delay: 382.7s; + animation-delay: 382.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3828) +{ + -webkit-animation-delay: 382.8s; + -moz-animation-delay: 382.8s; + -o-animation-delay: 382.8s; + animation-delay: 382.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3829) +{ + -webkit-animation-delay: 382.9s; + -moz-animation-delay: 382.9s; + -o-animation-delay: 382.9s; + animation-delay: 382.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3830) +{ + -webkit-animation-delay: 383s; + -moz-animation-delay: 383s; + -o-animation-delay: 383s; + animation-delay: 383s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3831) +{ + -webkit-animation-delay: 383.1s; + -moz-animation-delay: 383.1s; + -o-animation-delay: 383.1s; + animation-delay: 383.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3832) +{ + -webkit-animation-delay: 383.2s; + -moz-animation-delay: 383.2s; + -o-animation-delay: 383.2s; + animation-delay: 383.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3833) +{ + -webkit-animation-delay: 383.3s; + -moz-animation-delay: 383.3s; + -o-animation-delay: 383.3s; + animation-delay: 383.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3834) +{ + -webkit-animation-delay: 383.4s; + -moz-animation-delay: 383.4s; + -o-animation-delay: 383.4s; + animation-delay: 383.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3835) +{ + -webkit-animation-delay: 383.5s; + -moz-animation-delay: 383.5s; + -o-animation-delay: 383.5s; + animation-delay: 383.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3836) +{ + -webkit-animation-delay: 383.6s; + -moz-animation-delay: 383.6s; + -o-animation-delay: 383.6s; + animation-delay: 383.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3837) +{ + -webkit-animation-delay: 383.7s; + -moz-animation-delay: 383.7s; + -o-animation-delay: 383.7s; + animation-delay: 383.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3838) +{ + -webkit-animation-delay: 383.8s; + -moz-animation-delay: 383.8s; + -o-animation-delay: 383.8s; + animation-delay: 383.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3839) +{ + -webkit-animation-delay: 383.9s; + -moz-animation-delay: 383.9s; + -o-animation-delay: 383.9s; + animation-delay: 383.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3840) +{ + -webkit-animation-delay: 384s; + -moz-animation-delay: 384s; + -o-animation-delay: 384s; + animation-delay: 384s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3841) +{ + -webkit-animation-delay: 384.1s; + -moz-animation-delay: 384.1s; + -o-animation-delay: 384.1s; + animation-delay: 384.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3842) +{ + -webkit-animation-delay: 384.2s; + -moz-animation-delay: 384.2s; + -o-animation-delay: 384.2s; + animation-delay: 384.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3843) +{ + -webkit-animation-delay: 384.3s; + -moz-animation-delay: 384.3s; + -o-animation-delay: 384.3s; + animation-delay: 384.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3844) +{ + -webkit-animation-delay: 384.4s; + -moz-animation-delay: 384.4s; + -o-animation-delay: 384.4s; + animation-delay: 384.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3845) +{ + -webkit-animation-delay: 384.5s; + -moz-animation-delay: 384.5s; + -o-animation-delay: 384.5s; + animation-delay: 384.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3846) +{ + -webkit-animation-delay: 384.6s; + -moz-animation-delay: 384.6s; + -o-animation-delay: 384.6s; + animation-delay: 384.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3847) +{ + -webkit-animation-delay: 384.7s; + -moz-animation-delay: 384.7s; + -o-animation-delay: 384.7s; + animation-delay: 384.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3848) +{ + -webkit-animation-delay: 384.8s; + -moz-animation-delay: 384.8s; + -o-animation-delay: 384.8s; + animation-delay: 384.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3849) +{ + -webkit-animation-delay: 384.9s; + -moz-animation-delay: 384.9s; + -o-animation-delay: 384.9s; + animation-delay: 384.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3850) +{ + -webkit-animation-delay: 385s; + -moz-animation-delay: 385s; + -o-animation-delay: 385s; + animation-delay: 385s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3851) +{ + -webkit-animation-delay: 385.1s; + -moz-animation-delay: 385.1s; + -o-animation-delay: 385.1s; + animation-delay: 385.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3852) +{ + -webkit-animation-delay: 385.2s; + -moz-animation-delay: 385.2s; + -o-animation-delay: 385.2s; + animation-delay: 385.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3853) +{ + -webkit-animation-delay: 385.3s; + -moz-animation-delay: 385.3s; + -o-animation-delay: 385.3s; + animation-delay: 385.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3854) +{ + -webkit-animation-delay: 385.4s; + -moz-animation-delay: 385.4s; + -o-animation-delay: 385.4s; + animation-delay: 385.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3855) +{ + -webkit-animation-delay: 385.5s; + -moz-animation-delay: 385.5s; + -o-animation-delay: 385.5s; + animation-delay: 385.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3856) +{ + -webkit-animation-delay: 385.6s; + -moz-animation-delay: 385.6s; + -o-animation-delay: 385.6s; + animation-delay: 385.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3857) +{ + -webkit-animation-delay: 385.7s; + -moz-animation-delay: 385.7s; + -o-animation-delay: 385.7s; + animation-delay: 385.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3858) +{ + -webkit-animation-delay: 385.8s; + -moz-animation-delay: 385.8s; + -o-animation-delay: 385.8s; + animation-delay: 385.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3859) +{ + -webkit-animation-delay: 385.9s; + -moz-animation-delay: 385.9s; + -o-animation-delay: 385.9s; + animation-delay: 385.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3860) +{ + -webkit-animation-delay: 386s; + -moz-animation-delay: 386s; + -o-animation-delay: 386s; + animation-delay: 386s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3861) +{ + -webkit-animation-delay: 386.1s; + -moz-animation-delay: 386.1s; + -o-animation-delay: 386.1s; + animation-delay: 386.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3862) +{ + -webkit-animation-delay: 386.2s; + -moz-animation-delay: 386.2s; + -o-animation-delay: 386.2s; + animation-delay: 386.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3863) +{ + -webkit-animation-delay: 386.3s; + -moz-animation-delay: 386.3s; + -o-animation-delay: 386.3s; + animation-delay: 386.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3864) +{ + -webkit-animation-delay: 386.4s; + -moz-animation-delay: 386.4s; + -o-animation-delay: 386.4s; + animation-delay: 386.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3865) +{ + -webkit-animation-delay: 386.5s; + -moz-animation-delay: 386.5s; + -o-animation-delay: 386.5s; + animation-delay: 386.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3866) +{ + -webkit-animation-delay: 386.6s; + -moz-animation-delay: 386.6s; + -o-animation-delay: 386.6s; + animation-delay: 386.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3867) +{ + -webkit-animation-delay: 386.7s; + -moz-animation-delay: 386.7s; + -o-animation-delay: 386.7s; + animation-delay: 386.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3868) +{ + -webkit-animation-delay: 386.8s; + -moz-animation-delay: 386.8s; + -o-animation-delay: 386.8s; + animation-delay: 386.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3869) +{ + -webkit-animation-delay: 386.9s; + -moz-animation-delay: 386.9s; + -o-animation-delay: 386.9s; + animation-delay: 386.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3870) +{ + -webkit-animation-delay: 387s; + -moz-animation-delay: 387s; + -o-animation-delay: 387s; + animation-delay: 387s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3871) +{ + -webkit-animation-delay: 387.1s; + -moz-animation-delay: 387.1s; + -o-animation-delay: 387.1s; + animation-delay: 387.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3872) +{ + -webkit-animation-delay: 387.2s; + -moz-animation-delay: 387.2s; + -o-animation-delay: 387.2s; + animation-delay: 387.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3873) +{ + -webkit-animation-delay: 387.3s; + -moz-animation-delay: 387.3s; + -o-animation-delay: 387.3s; + animation-delay: 387.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3874) +{ + -webkit-animation-delay: 387.4s; + -moz-animation-delay: 387.4s; + -o-animation-delay: 387.4s; + animation-delay: 387.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3875) +{ + -webkit-animation-delay: 387.5s; + -moz-animation-delay: 387.5s; + -o-animation-delay: 387.5s; + animation-delay: 387.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3876) +{ + -webkit-animation-delay: 387.6s; + -moz-animation-delay: 387.6s; + -o-animation-delay: 387.6s; + animation-delay: 387.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3877) +{ + -webkit-animation-delay: 387.7s; + -moz-animation-delay: 387.7s; + -o-animation-delay: 387.7s; + animation-delay: 387.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3878) +{ + -webkit-animation-delay: 387.8s; + -moz-animation-delay: 387.8s; + -o-animation-delay: 387.8s; + animation-delay: 387.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3879) +{ + -webkit-animation-delay: 387.9s; + -moz-animation-delay: 387.9s; + -o-animation-delay: 387.9s; + animation-delay: 387.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3880) +{ + -webkit-animation-delay: 388s; + -moz-animation-delay: 388s; + -o-animation-delay: 388s; + animation-delay: 388s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3881) +{ + -webkit-animation-delay: 388.1s; + -moz-animation-delay: 388.1s; + -o-animation-delay: 388.1s; + animation-delay: 388.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3882) +{ + -webkit-animation-delay: 388.2s; + -moz-animation-delay: 388.2s; + -o-animation-delay: 388.2s; + animation-delay: 388.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3883) +{ + -webkit-animation-delay: 388.3s; + -moz-animation-delay: 388.3s; + -o-animation-delay: 388.3s; + animation-delay: 388.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3884) +{ + -webkit-animation-delay: 388.4s; + -moz-animation-delay: 388.4s; + -o-animation-delay: 388.4s; + animation-delay: 388.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3885) +{ + -webkit-animation-delay: 388.5s; + -moz-animation-delay: 388.5s; + -o-animation-delay: 388.5s; + animation-delay: 388.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3886) +{ + -webkit-animation-delay: 388.6s; + -moz-animation-delay: 388.6s; + -o-animation-delay: 388.6s; + animation-delay: 388.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3887) +{ + -webkit-animation-delay: 388.7s; + -moz-animation-delay: 388.7s; + -o-animation-delay: 388.7s; + animation-delay: 388.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3888) +{ + -webkit-animation-delay: 388.8s; + -moz-animation-delay: 388.8s; + -o-animation-delay: 388.8s; + animation-delay: 388.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3889) +{ + -webkit-animation-delay: 388.9s; + -moz-animation-delay: 388.9s; + -o-animation-delay: 388.9s; + animation-delay: 388.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3890) +{ + -webkit-animation-delay: 389s; + -moz-animation-delay: 389s; + -o-animation-delay: 389s; + animation-delay: 389s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3891) +{ + -webkit-animation-delay: 389.1s; + -moz-animation-delay: 389.1s; + -o-animation-delay: 389.1s; + animation-delay: 389.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3892) +{ + -webkit-animation-delay: 389.2s; + -moz-animation-delay: 389.2s; + -o-animation-delay: 389.2s; + animation-delay: 389.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3893) +{ + -webkit-animation-delay: 389.3s; + -moz-animation-delay: 389.3s; + -o-animation-delay: 389.3s; + animation-delay: 389.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3894) +{ + -webkit-animation-delay: 389.4s; + -moz-animation-delay: 389.4s; + -o-animation-delay: 389.4s; + animation-delay: 389.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3895) +{ + -webkit-animation-delay: 389.5s; + -moz-animation-delay: 389.5s; + -o-animation-delay: 389.5s; + animation-delay: 389.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3896) +{ + -webkit-animation-delay: 389.6s; + -moz-animation-delay: 389.6s; + -o-animation-delay: 389.6s; + animation-delay: 389.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3897) +{ + -webkit-animation-delay: 389.7s; + -moz-animation-delay: 389.7s; + -o-animation-delay: 389.7s; + animation-delay: 389.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3898) +{ + -webkit-animation-delay: 389.8s; + -moz-animation-delay: 389.8s; + -o-animation-delay: 389.8s; + animation-delay: 389.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3899) +{ + -webkit-animation-delay: 389.9s; + -moz-animation-delay: 389.9s; + -o-animation-delay: 389.9s; + animation-delay: 389.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3900) +{ + -webkit-animation-delay: 390s; + -moz-animation-delay: 390s; + -o-animation-delay: 390s; + animation-delay: 390s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3901) +{ + -webkit-animation-delay: 390.1s; + -moz-animation-delay: 390.1s; + -o-animation-delay: 390.1s; + animation-delay: 390.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3902) +{ + -webkit-animation-delay: 390.2s; + -moz-animation-delay: 390.2s; + -o-animation-delay: 390.2s; + animation-delay: 390.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3903) +{ + -webkit-animation-delay: 390.3s; + -moz-animation-delay: 390.3s; + -o-animation-delay: 390.3s; + animation-delay: 390.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3904) +{ + -webkit-animation-delay: 390.4s; + -moz-animation-delay: 390.4s; + -o-animation-delay: 390.4s; + animation-delay: 390.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3905) +{ + -webkit-animation-delay: 390.5s; + -moz-animation-delay: 390.5s; + -o-animation-delay: 390.5s; + animation-delay: 390.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3906) +{ + -webkit-animation-delay: 390.6s; + -moz-animation-delay: 390.6s; + -o-animation-delay: 390.6s; + animation-delay: 390.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3907) +{ + -webkit-animation-delay: 390.7s; + -moz-animation-delay: 390.7s; + -o-animation-delay: 390.7s; + animation-delay: 390.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3908) +{ + -webkit-animation-delay: 390.8s; + -moz-animation-delay: 390.8s; + -o-animation-delay: 390.8s; + animation-delay: 390.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3909) +{ + -webkit-animation-delay: 390.9s; + -moz-animation-delay: 390.9s; + -o-animation-delay: 390.9s; + animation-delay: 390.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3910) +{ + -webkit-animation-delay: 391s; + -moz-animation-delay: 391s; + -o-animation-delay: 391s; + animation-delay: 391s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3911) +{ + -webkit-animation-delay: 391.1s; + -moz-animation-delay: 391.1s; + -o-animation-delay: 391.1s; + animation-delay: 391.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3912) +{ + -webkit-animation-delay: 391.2s; + -moz-animation-delay: 391.2s; + -o-animation-delay: 391.2s; + animation-delay: 391.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3913) +{ + -webkit-animation-delay: 391.3s; + -moz-animation-delay: 391.3s; + -o-animation-delay: 391.3s; + animation-delay: 391.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3914) +{ + -webkit-animation-delay: 391.4s; + -moz-animation-delay: 391.4s; + -o-animation-delay: 391.4s; + animation-delay: 391.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3915) +{ + -webkit-animation-delay: 391.5s; + -moz-animation-delay: 391.5s; + -o-animation-delay: 391.5s; + animation-delay: 391.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3916) +{ + -webkit-animation-delay: 391.6s; + -moz-animation-delay: 391.6s; + -o-animation-delay: 391.6s; + animation-delay: 391.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3917) +{ + -webkit-animation-delay: 391.7s; + -moz-animation-delay: 391.7s; + -o-animation-delay: 391.7s; + animation-delay: 391.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3918) +{ + -webkit-animation-delay: 391.8s; + -moz-animation-delay: 391.8s; + -o-animation-delay: 391.8s; + animation-delay: 391.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3919) +{ + -webkit-animation-delay: 391.9s; + -moz-animation-delay: 391.9s; + -o-animation-delay: 391.9s; + animation-delay: 391.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3920) +{ + -webkit-animation-delay: 392s; + -moz-animation-delay: 392s; + -o-animation-delay: 392s; + animation-delay: 392s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3921) +{ + -webkit-animation-delay: 392.1s; + -moz-animation-delay: 392.1s; + -o-animation-delay: 392.1s; + animation-delay: 392.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3922) +{ + -webkit-animation-delay: 392.2s; + -moz-animation-delay: 392.2s; + -o-animation-delay: 392.2s; + animation-delay: 392.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3923) +{ + -webkit-animation-delay: 392.3s; + -moz-animation-delay: 392.3s; + -o-animation-delay: 392.3s; + animation-delay: 392.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3924) +{ + -webkit-animation-delay: 392.4s; + -moz-animation-delay: 392.4s; + -o-animation-delay: 392.4s; + animation-delay: 392.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3925) +{ + -webkit-animation-delay: 392.5s; + -moz-animation-delay: 392.5s; + -o-animation-delay: 392.5s; + animation-delay: 392.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3926) +{ + -webkit-animation-delay: 392.6s; + -moz-animation-delay: 392.6s; + -o-animation-delay: 392.6s; + animation-delay: 392.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3927) +{ + -webkit-animation-delay: 392.7s; + -moz-animation-delay: 392.7s; + -o-animation-delay: 392.7s; + animation-delay: 392.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3928) +{ + -webkit-animation-delay: 392.8s; + -moz-animation-delay: 392.8s; + -o-animation-delay: 392.8s; + animation-delay: 392.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3929) +{ + -webkit-animation-delay: 392.9s; + -moz-animation-delay: 392.9s; + -o-animation-delay: 392.9s; + animation-delay: 392.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3930) +{ + -webkit-animation-delay: 393s; + -moz-animation-delay: 393s; + -o-animation-delay: 393s; + animation-delay: 393s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3931) +{ + -webkit-animation-delay: 393.1s; + -moz-animation-delay: 393.1s; + -o-animation-delay: 393.1s; + animation-delay: 393.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3932) +{ + -webkit-animation-delay: 393.2s; + -moz-animation-delay: 393.2s; + -o-animation-delay: 393.2s; + animation-delay: 393.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3933) +{ + -webkit-animation-delay: 393.3s; + -moz-animation-delay: 393.3s; + -o-animation-delay: 393.3s; + animation-delay: 393.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3934) +{ + -webkit-animation-delay: 393.4s; + -moz-animation-delay: 393.4s; + -o-animation-delay: 393.4s; + animation-delay: 393.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3935) +{ + -webkit-animation-delay: 393.5s; + -moz-animation-delay: 393.5s; + -o-animation-delay: 393.5s; + animation-delay: 393.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3936) +{ + -webkit-animation-delay: 393.6s; + -moz-animation-delay: 393.6s; + -o-animation-delay: 393.6s; + animation-delay: 393.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3937) +{ + -webkit-animation-delay: 393.7s; + -moz-animation-delay: 393.7s; + -o-animation-delay: 393.7s; + animation-delay: 393.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3938) +{ + -webkit-animation-delay: 393.8s; + -moz-animation-delay: 393.8s; + -o-animation-delay: 393.8s; + animation-delay: 393.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3939) +{ + -webkit-animation-delay: 393.9s; + -moz-animation-delay: 393.9s; + -o-animation-delay: 393.9s; + animation-delay: 393.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3940) +{ + -webkit-animation-delay: 394s; + -moz-animation-delay: 394s; + -o-animation-delay: 394s; + animation-delay: 394s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3941) +{ + -webkit-animation-delay: 394.1s; + -moz-animation-delay: 394.1s; + -o-animation-delay: 394.1s; + animation-delay: 394.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3942) +{ + -webkit-animation-delay: 394.2s; + -moz-animation-delay: 394.2s; + -o-animation-delay: 394.2s; + animation-delay: 394.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3943) +{ + -webkit-animation-delay: 394.3s; + -moz-animation-delay: 394.3s; + -o-animation-delay: 394.3s; + animation-delay: 394.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3944) +{ + -webkit-animation-delay: 394.4s; + -moz-animation-delay: 394.4s; + -o-animation-delay: 394.4s; + animation-delay: 394.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3945) +{ + -webkit-animation-delay: 394.5s; + -moz-animation-delay: 394.5s; + -o-animation-delay: 394.5s; + animation-delay: 394.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3946) +{ + -webkit-animation-delay: 394.6s; + -moz-animation-delay: 394.6s; + -o-animation-delay: 394.6s; + animation-delay: 394.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3947) +{ + -webkit-animation-delay: 394.7s; + -moz-animation-delay: 394.7s; + -o-animation-delay: 394.7s; + animation-delay: 394.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3948) +{ + -webkit-animation-delay: 394.8s; + -moz-animation-delay: 394.8s; + -o-animation-delay: 394.8s; + animation-delay: 394.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3949) +{ + -webkit-animation-delay: 394.9s; + -moz-animation-delay: 394.9s; + -o-animation-delay: 394.9s; + animation-delay: 394.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3950) +{ + -webkit-animation-delay: 395s; + -moz-animation-delay: 395s; + -o-animation-delay: 395s; + animation-delay: 395s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3951) +{ + -webkit-animation-delay: 395.1s; + -moz-animation-delay: 395.1s; + -o-animation-delay: 395.1s; + animation-delay: 395.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3952) +{ + -webkit-animation-delay: 395.2s; + -moz-animation-delay: 395.2s; + -o-animation-delay: 395.2s; + animation-delay: 395.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3953) +{ + -webkit-animation-delay: 395.3s; + -moz-animation-delay: 395.3s; + -o-animation-delay: 395.3s; + animation-delay: 395.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3954) +{ + -webkit-animation-delay: 395.4s; + -moz-animation-delay: 395.4s; + -o-animation-delay: 395.4s; + animation-delay: 395.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3955) +{ + -webkit-animation-delay: 395.5s; + -moz-animation-delay: 395.5s; + -o-animation-delay: 395.5s; + animation-delay: 395.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3956) +{ + -webkit-animation-delay: 395.6s; + -moz-animation-delay: 395.6s; + -o-animation-delay: 395.6s; + animation-delay: 395.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3957) +{ + -webkit-animation-delay: 395.7s; + -moz-animation-delay: 395.7s; + -o-animation-delay: 395.7s; + animation-delay: 395.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3958) +{ + -webkit-animation-delay: 395.8s; + -moz-animation-delay: 395.8s; + -o-animation-delay: 395.8s; + animation-delay: 395.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3959) +{ + -webkit-animation-delay: 395.9s; + -moz-animation-delay: 395.9s; + -o-animation-delay: 395.9s; + animation-delay: 395.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3960) +{ + -webkit-animation-delay: 396s; + -moz-animation-delay: 396s; + -o-animation-delay: 396s; + animation-delay: 396s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3961) +{ + -webkit-animation-delay: 396.1s; + -moz-animation-delay: 396.1s; + -o-animation-delay: 396.1s; + animation-delay: 396.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3962) +{ + -webkit-animation-delay: 396.2s; + -moz-animation-delay: 396.2s; + -o-animation-delay: 396.2s; + animation-delay: 396.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3963) +{ + -webkit-animation-delay: 396.3s; + -moz-animation-delay: 396.3s; + -o-animation-delay: 396.3s; + animation-delay: 396.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3964) +{ + -webkit-animation-delay: 396.4s; + -moz-animation-delay: 396.4s; + -o-animation-delay: 396.4s; + animation-delay: 396.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3965) +{ + -webkit-animation-delay: 396.5s; + -moz-animation-delay: 396.5s; + -o-animation-delay: 396.5s; + animation-delay: 396.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3966) +{ + -webkit-animation-delay: 396.6s; + -moz-animation-delay: 396.6s; + -o-animation-delay: 396.6s; + animation-delay: 396.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3967) +{ + -webkit-animation-delay: 396.7s; + -moz-animation-delay: 396.7s; + -o-animation-delay: 396.7s; + animation-delay: 396.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3968) +{ + -webkit-animation-delay: 396.8s; + -moz-animation-delay: 396.8s; + -o-animation-delay: 396.8s; + animation-delay: 396.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3969) +{ + -webkit-animation-delay: 396.9s; + -moz-animation-delay: 396.9s; + -o-animation-delay: 396.9s; + animation-delay: 396.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3970) +{ + -webkit-animation-delay: 397s; + -moz-animation-delay: 397s; + -o-animation-delay: 397s; + animation-delay: 397s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3971) +{ + -webkit-animation-delay: 397.1s; + -moz-animation-delay: 397.1s; + -o-animation-delay: 397.1s; + animation-delay: 397.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3972) +{ + -webkit-animation-delay: 397.2s; + -moz-animation-delay: 397.2s; + -o-animation-delay: 397.2s; + animation-delay: 397.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3973) +{ + -webkit-animation-delay: 397.3s; + -moz-animation-delay: 397.3s; + -o-animation-delay: 397.3s; + animation-delay: 397.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3974) +{ + -webkit-animation-delay: 397.4s; + -moz-animation-delay: 397.4s; + -o-animation-delay: 397.4s; + animation-delay: 397.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3975) +{ + -webkit-animation-delay: 397.5s; + -moz-animation-delay: 397.5s; + -o-animation-delay: 397.5s; + animation-delay: 397.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3976) +{ + -webkit-animation-delay: 397.6s; + -moz-animation-delay: 397.6s; + -o-animation-delay: 397.6s; + animation-delay: 397.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3977) +{ + -webkit-animation-delay: 397.7s; + -moz-animation-delay: 397.7s; + -o-animation-delay: 397.7s; + animation-delay: 397.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3978) +{ + -webkit-animation-delay: 397.8s; + -moz-animation-delay: 397.8s; + -o-animation-delay: 397.8s; + animation-delay: 397.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3979) +{ + -webkit-animation-delay: 397.9s; + -moz-animation-delay: 397.9s; + -o-animation-delay: 397.9s; + animation-delay: 397.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3980) +{ + -webkit-animation-delay: 398s; + -moz-animation-delay: 398s; + -o-animation-delay: 398s; + animation-delay: 398s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3981) +{ + -webkit-animation-delay: 398.1s; + -moz-animation-delay: 398.1s; + -o-animation-delay: 398.1s; + animation-delay: 398.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3982) +{ + -webkit-animation-delay: 398.2s; + -moz-animation-delay: 398.2s; + -o-animation-delay: 398.2s; + animation-delay: 398.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3983) +{ + -webkit-animation-delay: 398.3s; + -moz-animation-delay: 398.3s; + -o-animation-delay: 398.3s; + animation-delay: 398.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3984) +{ + -webkit-animation-delay: 398.4s; + -moz-animation-delay: 398.4s; + -o-animation-delay: 398.4s; + animation-delay: 398.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3985) +{ + -webkit-animation-delay: 398.5s; + -moz-animation-delay: 398.5s; + -o-animation-delay: 398.5s; + animation-delay: 398.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3986) +{ + -webkit-animation-delay: 398.6s; + -moz-animation-delay: 398.6s; + -o-animation-delay: 398.6s; + animation-delay: 398.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3987) +{ + -webkit-animation-delay: 398.7s; + -moz-animation-delay: 398.7s; + -o-animation-delay: 398.7s; + animation-delay: 398.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3988) +{ + -webkit-animation-delay: 398.8s; + -moz-animation-delay: 398.8s; + -o-animation-delay: 398.8s; + animation-delay: 398.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3989) +{ + -webkit-animation-delay: 398.9s; + -moz-animation-delay: 398.9s; + -o-animation-delay: 398.9s; + animation-delay: 398.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3990) +{ + -webkit-animation-delay: 399s; + -moz-animation-delay: 399s; + -o-animation-delay: 399s; + animation-delay: 399s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3991) +{ + -webkit-animation-delay: 399.1s; + -moz-animation-delay: 399.1s; + -o-animation-delay: 399.1s; + animation-delay: 399.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3992) +{ + -webkit-animation-delay: 399.2s; + -moz-animation-delay: 399.2s; + -o-animation-delay: 399.2s; + animation-delay: 399.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3993) +{ + -webkit-animation-delay: 399.3s; + -moz-animation-delay: 399.3s; + -o-animation-delay: 399.3s; + animation-delay: 399.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3994) +{ + -webkit-animation-delay: 399.4s; + -moz-animation-delay: 399.4s; + -o-animation-delay: 399.4s; + animation-delay: 399.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3995) +{ + -webkit-animation-delay: 399.5s; + -moz-animation-delay: 399.5s; + -o-animation-delay: 399.5s; + animation-delay: 399.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3996) +{ + -webkit-animation-delay: 399.6s; + -moz-animation-delay: 399.6s; + -o-animation-delay: 399.6s; + animation-delay: 399.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3997) +{ + -webkit-animation-delay: 399.7s; + -moz-animation-delay: 399.7s; + -o-animation-delay: 399.7s; + animation-delay: 399.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3998) +{ + -webkit-animation-delay: 399.8s; + -moz-animation-delay: 399.8s; + -o-animation-delay: 399.8s; + animation-delay: 399.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3999) +{ + -webkit-animation-delay: 399.9s; + -moz-animation-delay: 399.9s; + -o-animation-delay: 399.9s; + animation-delay: 399.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4000) +{ + -webkit-animation-delay: 400s; + -moz-animation-delay: 400s; + -o-animation-delay: 400s; + animation-delay: 400s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4001) +{ + -webkit-animation-delay: 400.1s; + -moz-animation-delay: 400.1s; + -o-animation-delay: 400.1s; + animation-delay: 400.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4002) +{ + -webkit-animation-delay: 400.2s; + -moz-animation-delay: 400.2s; + -o-animation-delay: 400.2s; + animation-delay: 400.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4003) +{ + -webkit-animation-delay: 400.3s; + -moz-animation-delay: 400.3s; + -o-animation-delay: 400.3s; + animation-delay: 400.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4004) +{ + -webkit-animation-delay: 400.4s; + -moz-animation-delay: 400.4s; + -o-animation-delay: 400.4s; + animation-delay: 400.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4005) +{ + -webkit-animation-delay: 400.5s; + -moz-animation-delay: 400.5s; + -o-animation-delay: 400.5s; + animation-delay: 400.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4006) +{ + -webkit-animation-delay: 400.6s; + -moz-animation-delay: 400.6s; + -o-animation-delay: 400.6s; + animation-delay: 400.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4007) +{ + -webkit-animation-delay: 400.7s; + -moz-animation-delay: 400.7s; + -o-animation-delay: 400.7s; + animation-delay: 400.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4008) +{ + -webkit-animation-delay: 400.8s; + -moz-animation-delay: 400.8s; + -o-animation-delay: 400.8s; + animation-delay: 400.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4009) +{ + -webkit-animation-delay: 400.9s; + -moz-animation-delay: 400.9s; + -o-animation-delay: 400.9s; + animation-delay: 400.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4010) +{ + -webkit-animation-delay: 401s; + -moz-animation-delay: 401s; + -o-animation-delay: 401s; + animation-delay: 401s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4011) +{ + -webkit-animation-delay: 401.1s; + -moz-animation-delay: 401.1s; + -o-animation-delay: 401.1s; + animation-delay: 401.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4012) +{ + -webkit-animation-delay: 401.2s; + -moz-animation-delay: 401.2s; + -o-animation-delay: 401.2s; + animation-delay: 401.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4013) +{ + -webkit-animation-delay: 401.3s; + -moz-animation-delay: 401.3s; + -o-animation-delay: 401.3s; + animation-delay: 401.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4014) +{ + -webkit-animation-delay: 401.4s; + -moz-animation-delay: 401.4s; + -o-animation-delay: 401.4s; + animation-delay: 401.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4015) +{ + -webkit-animation-delay: 401.5s; + -moz-animation-delay: 401.5s; + -o-animation-delay: 401.5s; + animation-delay: 401.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4016) +{ + -webkit-animation-delay: 401.6s; + -moz-animation-delay: 401.6s; + -o-animation-delay: 401.6s; + animation-delay: 401.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4017) +{ + -webkit-animation-delay: 401.7s; + -moz-animation-delay: 401.7s; + -o-animation-delay: 401.7s; + animation-delay: 401.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4018) +{ + -webkit-animation-delay: 401.8s; + -moz-animation-delay: 401.8s; + -o-animation-delay: 401.8s; + animation-delay: 401.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4019) +{ + -webkit-animation-delay: 401.9s; + -moz-animation-delay: 401.9s; + -o-animation-delay: 401.9s; + animation-delay: 401.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4020) +{ + -webkit-animation-delay: 402s; + -moz-animation-delay: 402s; + -o-animation-delay: 402s; + animation-delay: 402s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4021) +{ + -webkit-animation-delay: 402.1s; + -moz-animation-delay: 402.1s; + -o-animation-delay: 402.1s; + animation-delay: 402.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4022) +{ + -webkit-animation-delay: 402.2s; + -moz-animation-delay: 402.2s; + -o-animation-delay: 402.2s; + animation-delay: 402.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4023) +{ + -webkit-animation-delay: 402.3s; + -moz-animation-delay: 402.3s; + -o-animation-delay: 402.3s; + animation-delay: 402.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4024) +{ + -webkit-animation-delay: 402.4s; + -moz-animation-delay: 402.4s; + -o-animation-delay: 402.4s; + animation-delay: 402.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4025) +{ + -webkit-animation-delay: 402.5s; + -moz-animation-delay: 402.5s; + -o-animation-delay: 402.5s; + animation-delay: 402.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4026) +{ + -webkit-animation-delay: 402.6s; + -moz-animation-delay: 402.6s; + -o-animation-delay: 402.6s; + animation-delay: 402.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4027) +{ + -webkit-animation-delay: 402.7s; + -moz-animation-delay: 402.7s; + -o-animation-delay: 402.7s; + animation-delay: 402.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4028) +{ + -webkit-animation-delay: 402.8s; + -moz-animation-delay: 402.8s; + -o-animation-delay: 402.8s; + animation-delay: 402.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4029) +{ + -webkit-animation-delay: 402.9s; + -moz-animation-delay: 402.9s; + -o-animation-delay: 402.9s; + animation-delay: 402.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4030) +{ + -webkit-animation-delay: 403s; + -moz-animation-delay: 403s; + -o-animation-delay: 403s; + animation-delay: 403s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4031) +{ + -webkit-animation-delay: 403.1s; + -moz-animation-delay: 403.1s; + -o-animation-delay: 403.1s; + animation-delay: 403.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4032) +{ + -webkit-animation-delay: 403.2s; + -moz-animation-delay: 403.2s; + -o-animation-delay: 403.2s; + animation-delay: 403.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4033) +{ + -webkit-animation-delay: 403.3s; + -moz-animation-delay: 403.3s; + -o-animation-delay: 403.3s; + animation-delay: 403.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4034) +{ + -webkit-animation-delay: 403.4s; + -moz-animation-delay: 403.4s; + -o-animation-delay: 403.4s; + animation-delay: 403.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4035) +{ + -webkit-animation-delay: 403.5s; + -moz-animation-delay: 403.5s; + -o-animation-delay: 403.5s; + animation-delay: 403.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4036) +{ + -webkit-animation-delay: 403.6s; + -moz-animation-delay: 403.6s; + -o-animation-delay: 403.6s; + animation-delay: 403.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4037) +{ + -webkit-animation-delay: 403.7s; + -moz-animation-delay: 403.7s; + -o-animation-delay: 403.7s; + animation-delay: 403.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4038) +{ + -webkit-animation-delay: 403.8s; + -moz-animation-delay: 403.8s; + -o-animation-delay: 403.8s; + animation-delay: 403.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4039) +{ + -webkit-animation-delay: 403.9s; + -moz-animation-delay: 403.9s; + -o-animation-delay: 403.9s; + animation-delay: 403.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4040) +{ + -webkit-animation-delay: 404s; + -moz-animation-delay: 404s; + -o-animation-delay: 404s; + animation-delay: 404s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4041) +{ + -webkit-animation-delay: 404.1s; + -moz-animation-delay: 404.1s; + -o-animation-delay: 404.1s; + animation-delay: 404.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4042) +{ + -webkit-animation-delay: 404.2s; + -moz-animation-delay: 404.2s; + -o-animation-delay: 404.2s; + animation-delay: 404.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4043) +{ + -webkit-animation-delay: 404.3s; + -moz-animation-delay: 404.3s; + -o-animation-delay: 404.3s; + animation-delay: 404.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4044) +{ + -webkit-animation-delay: 404.4s; + -moz-animation-delay: 404.4s; + -o-animation-delay: 404.4s; + animation-delay: 404.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4045) +{ + -webkit-animation-delay: 404.5s; + -moz-animation-delay: 404.5s; + -o-animation-delay: 404.5s; + animation-delay: 404.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4046) +{ + -webkit-animation-delay: 404.6s; + -moz-animation-delay: 404.6s; + -o-animation-delay: 404.6s; + animation-delay: 404.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4047) +{ + -webkit-animation-delay: 404.7s; + -moz-animation-delay: 404.7s; + -o-animation-delay: 404.7s; + animation-delay: 404.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4048) +{ + -webkit-animation-delay: 404.8s; + -moz-animation-delay: 404.8s; + -o-animation-delay: 404.8s; + animation-delay: 404.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4049) +{ + -webkit-animation-delay: 404.9s; + -moz-animation-delay: 404.9s; + -o-animation-delay: 404.9s; + animation-delay: 404.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4050) +{ + -webkit-animation-delay: 405s; + -moz-animation-delay: 405s; + -o-animation-delay: 405s; + animation-delay: 405s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4051) +{ + -webkit-animation-delay: 405.1s; + -moz-animation-delay: 405.1s; + -o-animation-delay: 405.1s; + animation-delay: 405.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4052) +{ + -webkit-animation-delay: 405.2s; + -moz-animation-delay: 405.2s; + -o-animation-delay: 405.2s; + animation-delay: 405.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4053) +{ + -webkit-animation-delay: 405.3s; + -moz-animation-delay: 405.3s; + -o-animation-delay: 405.3s; + animation-delay: 405.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4054) +{ + -webkit-animation-delay: 405.4s; + -moz-animation-delay: 405.4s; + -o-animation-delay: 405.4s; + animation-delay: 405.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4055) +{ + -webkit-animation-delay: 405.5s; + -moz-animation-delay: 405.5s; + -o-animation-delay: 405.5s; + animation-delay: 405.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4056) +{ + -webkit-animation-delay: 405.6s; + -moz-animation-delay: 405.6s; + -o-animation-delay: 405.6s; + animation-delay: 405.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4057) +{ + -webkit-animation-delay: 405.7s; + -moz-animation-delay: 405.7s; + -o-animation-delay: 405.7s; + animation-delay: 405.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4058) +{ + -webkit-animation-delay: 405.8s; + -moz-animation-delay: 405.8s; + -o-animation-delay: 405.8s; + animation-delay: 405.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4059) +{ + -webkit-animation-delay: 405.9s; + -moz-animation-delay: 405.9s; + -o-animation-delay: 405.9s; + animation-delay: 405.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4060) +{ + -webkit-animation-delay: 406s; + -moz-animation-delay: 406s; + -o-animation-delay: 406s; + animation-delay: 406s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4061) +{ + -webkit-animation-delay: 406.1s; + -moz-animation-delay: 406.1s; + -o-animation-delay: 406.1s; + animation-delay: 406.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4062) +{ + -webkit-animation-delay: 406.2s; + -moz-animation-delay: 406.2s; + -o-animation-delay: 406.2s; + animation-delay: 406.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4063) +{ + -webkit-animation-delay: 406.3s; + -moz-animation-delay: 406.3s; + -o-animation-delay: 406.3s; + animation-delay: 406.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4064) +{ + -webkit-animation-delay: 406.4s; + -moz-animation-delay: 406.4s; + -o-animation-delay: 406.4s; + animation-delay: 406.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4065) +{ + -webkit-animation-delay: 406.5s; + -moz-animation-delay: 406.5s; + -o-animation-delay: 406.5s; + animation-delay: 406.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4066) +{ + -webkit-animation-delay: 406.6s; + -moz-animation-delay: 406.6s; + -o-animation-delay: 406.6s; + animation-delay: 406.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4067) +{ + -webkit-animation-delay: 406.7s; + -moz-animation-delay: 406.7s; + -o-animation-delay: 406.7s; + animation-delay: 406.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4068) +{ + -webkit-animation-delay: 406.8s; + -moz-animation-delay: 406.8s; + -o-animation-delay: 406.8s; + animation-delay: 406.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4069) +{ + -webkit-animation-delay: 406.9s; + -moz-animation-delay: 406.9s; + -o-animation-delay: 406.9s; + animation-delay: 406.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4070) +{ + -webkit-animation-delay: 407s; + -moz-animation-delay: 407s; + -o-animation-delay: 407s; + animation-delay: 407s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4071) +{ + -webkit-animation-delay: 407.1s; + -moz-animation-delay: 407.1s; + -o-animation-delay: 407.1s; + animation-delay: 407.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4072) +{ + -webkit-animation-delay: 407.2s; + -moz-animation-delay: 407.2s; + -o-animation-delay: 407.2s; + animation-delay: 407.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4073) +{ + -webkit-animation-delay: 407.3s; + -moz-animation-delay: 407.3s; + -o-animation-delay: 407.3s; + animation-delay: 407.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4074) +{ + -webkit-animation-delay: 407.4s; + -moz-animation-delay: 407.4s; + -o-animation-delay: 407.4s; + animation-delay: 407.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4075) +{ + -webkit-animation-delay: 407.5s; + -moz-animation-delay: 407.5s; + -o-animation-delay: 407.5s; + animation-delay: 407.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4076) +{ + -webkit-animation-delay: 407.6s; + -moz-animation-delay: 407.6s; + -o-animation-delay: 407.6s; + animation-delay: 407.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4077) +{ + -webkit-animation-delay: 407.7s; + -moz-animation-delay: 407.7s; + -o-animation-delay: 407.7s; + animation-delay: 407.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4078) +{ + -webkit-animation-delay: 407.8s; + -moz-animation-delay: 407.8s; + -o-animation-delay: 407.8s; + animation-delay: 407.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4079) +{ + -webkit-animation-delay: 407.9s; + -moz-animation-delay: 407.9s; + -o-animation-delay: 407.9s; + animation-delay: 407.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4080) +{ + -webkit-animation-delay: 408s; + -moz-animation-delay: 408s; + -o-animation-delay: 408s; + animation-delay: 408s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4081) +{ + -webkit-animation-delay: 408.1s; + -moz-animation-delay: 408.1s; + -o-animation-delay: 408.1s; + animation-delay: 408.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4082) +{ + -webkit-animation-delay: 408.2s; + -moz-animation-delay: 408.2s; + -o-animation-delay: 408.2s; + animation-delay: 408.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4083) +{ + -webkit-animation-delay: 408.3s; + -moz-animation-delay: 408.3s; + -o-animation-delay: 408.3s; + animation-delay: 408.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4084) +{ + -webkit-animation-delay: 408.4s; + -moz-animation-delay: 408.4s; + -o-animation-delay: 408.4s; + animation-delay: 408.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4085) +{ + -webkit-animation-delay: 408.5s; + -moz-animation-delay: 408.5s; + -o-animation-delay: 408.5s; + animation-delay: 408.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4086) +{ + -webkit-animation-delay: 408.6s; + -moz-animation-delay: 408.6s; + -o-animation-delay: 408.6s; + animation-delay: 408.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4087) +{ + -webkit-animation-delay: 408.7s; + -moz-animation-delay: 408.7s; + -o-animation-delay: 408.7s; + animation-delay: 408.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4088) +{ + -webkit-animation-delay: 408.8s; + -moz-animation-delay: 408.8s; + -o-animation-delay: 408.8s; + animation-delay: 408.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4089) +{ + -webkit-animation-delay: 408.9s; + -moz-animation-delay: 408.9s; + -o-animation-delay: 408.9s; + animation-delay: 408.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4090) +{ + -webkit-animation-delay: 409s; + -moz-animation-delay: 409s; + -o-animation-delay: 409s; + animation-delay: 409s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4091) +{ + -webkit-animation-delay: 409.1s; + -moz-animation-delay: 409.1s; + -o-animation-delay: 409.1s; + animation-delay: 409.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4092) +{ + -webkit-animation-delay: 409.2s; + -moz-animation-delay: 409.2s; + -o-animation-delay: 409.2s; + animation-delay: 409.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4093) +{ + -webkit-animation-delay: 409.3s; + -moz-animation-delay: 409.3s; + -o-animation-delay: 409.3s; + animation-delay: 409.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4094) +{ + -webkit-animation-delay: 409.4s; + -moz-animation-delay: 409.4s; + -o-animation-delay: 409.4s; + animation-delay: 409.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4095) +{ + -webkit-animation-delay: 409.5s; + -moz-animation-delay: 409.5s; + -o-animation-delay: 409.5s; + animation-delay: 409.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4096) +{ + -webkit-animation-delay: 409.6s; + -moz-animation-delay: 409.6s; + -o-animation-delay: 409.6s; + animation-delay: 409.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4097) +{ + -webkit-animation-delay: 409.7s; + -moz-animation-delay: 409.7s; + -o-animation-delay: 409.7s; + animation-delay: 409.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4098) +{ + -webkit-animation-delay: 409.8s; + -moz-animation-delay: 409.8s; + -o-animation-delay: 409.8s; + animation-delay: 409.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4099) +{ + -webkit-animation-delay: 409.9s; + -moz-animation-delay: 409.9s; + -o-animation-delay: 409.9s; + animation-delay: 409.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4100) +{ + -webkit-animation-delay: 410s; + -moz-animation-delay: 410s; + -o-animation-delay: 410s; + animation-delay: 410s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4101) +{ + -webkit-animation-delay: 410.1s; + -moz-animation-delay: 410.1s; + -o-animation-delay: 410.1s; + animation-delay: 410.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4102) +{ + -webkit-animation-delay: 410.2s; + -moz-animation-delay: 410.2s; + -o-animation-delay: 410.2s; + animation-delay: 410.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4103) +{ + -webkit-animation-delay: 410.3s; + -moz-animation-delay: 410.3s; + -o-animation-delay: 410.3s; + animation-delay: 410.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4104) +{ + -webkit-animation-delay: 410.4s; + -moz-animation-delay: 410.4s; + -o-animation-delay: 410.4s; + animation-delay: 410.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4105) +{ + -webkit-animation-delay: 410.5s; + -moz-animation-delay: 410.5s; + -o-animation-delay: 410.5s; + animation-delay: 410.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4106) +{ + -webkit-animation-delay: 410.6s; + -moz-animation-delay: 410.6s; + -o-animation-delay: 410.6s; + animation-delay: 410.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4107) +{ + -webkit-animation-delay: 410.7s; + -moz-animation-delay: 410.7s; + -o-animation-delay: 410.7s; + animation-delay: 410.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4108) +{ + -webkit-animation-delay: 410.8s; + -moz-animation-delay: 410.8s; + -o-animation-delay: 410.8s; + animation-delay: 410.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4109) +{ + -webkit-animation-delay: 410.9s; + -moz-animation-delay: 410.9s; + -o-animation-delay: 410.9s; + animation-delay: 410.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4110) +{ + -webkit-animation-delay: 411s; + -moz-animation-delay: 411s; + -o-animation-delay: 411s; + animation-delay: 411s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4111) +{ + -webkit-animation-delay: 411.1s; + -moz-animation-delay: 411.1s; + -o-animation-delay: 411.1s; + animation-delay: 411.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4112) +{ + -webkit-animation-delay: 411.2s; + -moz-animation-delay: 411.2s; + -o-animation-delay: 411.2s; + animation-delay: 411.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4113) +{ + -webkit-animation-delay: 411.3s; + -moz-animation-delay: 411.3s; + -o-animation-delay: 411.3s; + animation-delay: 411.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4114) +{ + -webkit-animation-delay: 411.4s; + -moz-animation-delay: 411.4s; + -o-animation-delay: 411.4s; + animation-delay: 411.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4115) +{ + -webkit-animation-delay: 411.5s; + -moz-animation-delay: 411.5s; + -o-animation-delay: 411.5s; + animation-delay: 411.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4116) +{ + -webkit-animation-delay: 411.6s; + -moz-animation-delay: 411.6s; + -o-animation-delay: 411.6s; + animation-delay: 411.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4117) +{ + -webkit-animation-delay: 411.7s; + -moz-animation-delay: 411.7s; + -o-animation-delay: 411.7s; + animation-delay: 411.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4118) +{ + -webkit-animation-delay: 411.8s; + -moz-animation-delay: 411.8s; + -o-animation-delay: 411.8s; + animation-delay: 411.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4119) +{ + -webkit-animation-delay: 411.9s; + -moz-animation-delay: 411.9s; + -o-animation-delay: 411.9s; + animation-delay: 411.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4120) +{ + -webkit-animation-delay: 412s; + -moz-animation-delay: 412s; + -o-animation-delay: 412s; + animation-delay: 412s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4121) +{ + -webkit-animation-delay: 412.1s; + -moz-animation-delay: 412.1s; + -o-animation-delay: 412.1s; + animation-delay: 412.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4122) +{ + -webkit-animation-delay: 412.2s; + -moz-animation-delay: 412.2s; + -o-animation-delay: 412.2s; + animation-delay: 412.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4123) +{ + -webkit-animation-delay: 412.3s; + -moz-animation-delay: 412.3s; + -o-animation-delay: 412.3s; + animation-delay: 412.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4124) +{ + -webkit-animation-delay: 412.4s; + -moz-animation-delay: 412.4s; + -o-animation-delay: 412.4s; + animation-delay: 412.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4125) +{ + -webkit-animation-delay: 412.5s; + -moz-animation-delay: 412.5s; + -o-animation-delay: 412.5s; + animation-delay: 412.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4126) +{ + -webkit-animation-delay: 412.6s; + -moz-animation-delay: 412.6s; + -o-animation-delay: 412.6s; + animation-delay: 412.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4127) +{ + -webkit-animation-delay: 412.7s; + -moz-animation-delay: 412.7s; + -o-animation-delay: 412.7s; + animation-delay: 412.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4128) +{ + -webkit-animation-delay: 412.8s; + -moz-animation-delay: 412.8s; + -o-animation-delay: 412.8s; + animation-delay: 412.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4129) +{ + -webkit-animation-delay: 412.9s; + -moz-animation-delay: 412.9s; + -o-animation-delay: 412.9s; + animation-delay: 412.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4130) +{ + -webkit-animation-delay: 413s; + -moz-animation-delay: 413s; + -o-animation-delay: 413s; + animation-delay: 413s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4131) +{ + -webkit-animation-delay: 413.1s; + -moz-animation-delay: 413.1s; + -o-animation-delay: 413.1s; + animation-delay: 413.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4132) +{ + -webkit-animation-delay: 413.2s; + -moz-animation-delay: 413.2s; + -o-animation-delay: 413.2s; + animation-delay: 413.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4133) +{ + -webkit-animation-delay: 413.3s; + -moz-animation-delay: 413.3s; + -o-animation-delay: 413.3s; + animation-delay: 413.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4134) +{ + -webkit-animation-delay: 413.4s; + -moz-animation-delay: 413.4s; + -o-animation-delay: 413.4s; + animation-delay: 413.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4135) +{ + -webkit-animation-delay: 413.5s; + -moz-animation-delay: 413.5s; + -o-animation-delay: 413.5s; + animation-delay: 413.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4136) +{ + -webkit-animation-delay: 413.6s; + -moz-animation-delay: 413.6s; + -o-animation-delay: 413.6s; + animation-delay: 413.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4137) +{ + -webkit-animation-delay: 413.7s; + -moz-animation-delay: 413.7s; + -o-animation-delay: 413.7s; + animation-delay: 413.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4138) +{ + -webkit-animation-delay: 413.8s; + -moz-animation-delay: 413.8s; + -o-animation-delay: 413.8s; + animation-delay: 413.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4139) +{ + -webkit-animation-delay: 413.9s; + -moz-animation-delay: 413.9s; + -o-animation-delay: 413.9s; + animation-delay: 413.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4140) +{ + -webkit-animation-delay: 414s; + -moz-animation-delay: 414s; + -o-animation-delay: 414s; + animation-delay: 414s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4141) +{ + -webkit-animation-delay: 414.1s; + -moz-animation-delay: 414.1s; + -o-animation-delay: 414.1s; + animation-delay: 414.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4142) +{ + -webkit-animation-delay: 414.2s; + -moz-animation-delay: 414.2s; + -o-animation-delay: 414.2s; + animation-delay: 414.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4143) +{ + -webkit-animation-delay: 414.3s; + -moz-animation-delay: 414.3s; + -o-animation-delay: 414.3s; + animation-delay: 414.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4144) +{ + -webkit-animation-delay: 414.4s; + -moz-animation-delay: 414.4s; + -o-animation-delay: 414.4s; + animation-delay: 414.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4145) +{ + -webkit-animation-delay: 414.5s; + -moz-animation-delay: 414.5s; + -o-animation-delay: 414.5s; + animation-delay: 414.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4146) +{ + -webkit-animation-delay: 414.6s; + -moz-animation-delay: 414.6s; + -o-animation-delay: 414.6s; + animation-delay: 414.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4147) +{ + -webkit-animation-delay: 414.7s; + -moz-animation-delay: 414.7s; + -o-animation-delay: 414.7s; + animation-delay: 414.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4148) +{ + -webkit-animation-delay: 414.8s; + -moz-animation-delay: 414.8s; + -o-animation-delay: 414.8s; + animation-delay: 414.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4149) +{ + -webkit-animation-delay: 414.9s; + -moz-animation-delay: 414.9s; + -o-animation-delay: 414.9s; + animation-delay: 414.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4150) +{ + -webkit-animation-delay: 415s; + -moz-animation-delay: 415s; + -o-animation-delay: 415s; + animation-delay: 415s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4151) +{ + -webkit-animation-delay: 415.1s; + -moz-animation-delay: 415.1s; + -o-animation-delay: 415.1s; + animation-delay: 415.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4152) +{ + -webkit-animation-delay: 415.2s; + -moz-animation-delay: 415.2s; + -o-animation-delay: 415.2s; + animation-delay: 415.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4153) +{ + -webkit-animation-delay: 415.3s; + -moz-animation-delay: 415.3s; + -o-animation-delay: 415.3s; + animation-delay: 415.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4154) +{ + -webkit-animation-delay: 415.4s; + -moz-animation-delay: 415.4s; + -o-animation-delay: 415.4s; + animation-delay: 415.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4155) +{ + -webkit-animation-delay: 415.5s; + -moz-animation-delay: 415.5s; + -o-animation-delay: 415.5s; + animation-delay: 415.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4156) +{ + -webkit-animation-delay: 415.6s; + -moz-animation-delay: 415.6s; + -o-animation-delay: 415.6s; + animation-delay: 415.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4157) +{ + -webkit-animation-delay: 415.7s; + -moz-animation-delay: 415.7s; + -o-animation-delay: 415.7s; + animation-delay: 415.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4158) +{ + -webkit-animation-delay: 415.8s; + -moz-animation-delay: 415.8s; + -o-animation-delay: 415.8s; + animation-delay: 415.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4159) +{ + -webkit-animation-delay: 415.9s; + -moz-animation-delay: 415.9s; + -o-animation-delay: 415.9s; + animation-delay: 415.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4160) +{ + -webkit-animation-delay: 416s; + -moz-animation-delay: 416s; + -o-animation-delay: 416s; + animation-delay: 416s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4161) +{ + -webkit-animation-delay: 416.1s; + -moz-animation-delay: 416.1s; + -o-animation-delay: 416.1s; + animation-delay: 416.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4162) +{ + -webkit-animation-delay: 416.2s; + -moz-animation-delay: 416.2s; + -o-animation-delay: 416.2s; + animation-delay: 416.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4163) +{ + -webkit-animation-delay: 416.3s; + -moz-animation-delay: 416.3s; + -o-animation-delay: 416.3s; + animation-delay: 416.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4164) +{ + -webkit-animation-delay: 416.4s; + -moz-animation-delay: 416.4s; + -o-animation-delay: 416.4s; + animation-delay: 416.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4165) +{ + -webkit-animation-delay: 416.5s; + -moz-animation-delay: 416.5s; + -o-animation-delay: 416.5s; + animation-delay: 416.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4166) +{ + -webkit-animation-delay: 416.6s; + -moz-animation-delay: 416.6s; + -o-animation-delay: 416.6s; + animation-delay: 416.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4167) +{ + -webkit-animation-delay: 416.7s; + -moz-animation-delay: 416.7s; + -o-animation-delay: 416.7s; + animation-delay: 416.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4168) +{ + -webkit-animation-delay: 416.8s; + -moz-animation-delay: 416.8s; + -o-animation-delay: 416.8s; + animation-delay: 416.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4169) +{ + -webkit-animation-delay: 416.9s; + -moz-animation-delay: 416.9s; + -o-animation-delay: 416.9s; + animation-delay: 416.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4170) +{ + -webkit-animation-delay: 417s; + -moz-animation-delay: 417s; + -o-animation-delay: 417s; + animation-delay: 417s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4171) +{ + -webkit-animation-delay: 417.1s; + -moz-animation-delay: 417.1s; + -o-animation-delay: 417.1s; + animation-delay: 417.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4172) +{ + -webkit-animation-delay: 417.2s; + -moz-animation-delay: 417.2s; + -o-animation-delay: 417.2s; + animation-delay: 417.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4173) +{ + -webkit-animation-delay: 417.3s; + -moz-animation-delay: 417.3s; + -o-animation-delay: 417.3s; + animation-delay: 417.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4174) +{ + -webkit-animation-delay: 417.4s; + -moz-animation-delay: 417.4s; + -o-animation-delay: 417.4s; + animation-delay: 417.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4175) +{ + -webkit-animation-delay: 417.5s; + -moz-animation-delay: 417.5s; + -o-animation-delay: 417.5s; + animation-delay: 417.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4176) +{ + -webkit-animation-delay: 417.6s; + -moz-animation-delay: 417.6s; + -o-animation-delay: 417.6s; + animation-delay: 417.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4177) +{ + -webkit-animation-delay: 417.7s; + -moz-animation-delay: 417.7s; + -o-animation-delay: 417.7s; + animation-delay: 417.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4178) +{ + -webkit-animation-delay: 417.8s; + -moz-animation-delay: 417.8s; + -o-animation-delay: 417.8s; + animation-delay: 417.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4179) +{ + -webkit-animation-delay: 417.9s; + -moz-animation-delay: 417.9s; + -o-animation-delay: 417.9s; + animation-delay: 417.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4180) +{ + -webkit-animation-delay: 418s; + -moz-animation-delay: 418s; + -o-animation-delay: 418s; + animation-delay: 418s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4181) +{ + -webkit-animation-delay: 418.1s; + -moz-animation-delay: 418.1s; + -o-animation-delay: 418.1s; + animation-delay: 418.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4182) +{ + -webkit-animation-delay: 418.2s; + -moz-animation-delay: 418.2s; + -o-animation-delay: 418.2s; + animation-delay: 418.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4183) +{ + -webkit-animation-delay: 418.3s; + -moz-animation-delay: 418.3s; + -o-animation-delay: 418.3s; + animation-delay: 418.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4184) +{ + -webkit-animation-delay: 418.4s; + -moz-animation-delay: 418.4s; + -o-animation-delay: 418.4s; + animation-delay: 418.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4185) +{ + -webkit-animation-delay: 418.5s; + -moz-animation-delay: 418.5s; + -o-animation-delay: 418.5s; + animation-delay: 418.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4186) +{ + -webkit-animation-delay: 418.6s; + -moz-animation-delay: 418.6s; + -o-animation-delay: 418.6s; + animation-delay: 418.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4187) +{ + -webkit-animation-delay: 418.7s; + -moz-animation-delay: 418.7s; + -o-animation-delay: 418.7s; + animation-delay: 418.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4188) +{ + -webkit-animation-delay: 418.8s; + -moz-animation-delay: 418.8s; + -o-animation-delay: 418.8s; + animation-delay: 418.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4189) +{ + -webkit-animation-delay: 418.9s; + -moz-animation-delay: 418.9s; + -o-animation-delay: 418.9s; + animation-delay: 418.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4190) +{ + -webkit-animation-delay: 419s; + -moz-animation-delay: 419s; + -o-animation-delay: 419s; + animation-delay: 419s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4191) +{ + -webkit-animation-delay: 419.1s; + -moz-animation-delay: 419.1s; + -o-animation-delay: 419.1s; + animation-delay: 419.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4192) +{ + -webkit-animation-delay: 419.2s; + -moz-animation-delay: 419.2s; + -o-animation-delay: 419.2s; + animation-delay: 419.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4193) +{ + -webkit-animation-delay: 419.3s; + -moz-animation-delay: 419.3s; + -o-animation-delay: 419.3s; + animation-delay: 419.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4194) +{ + -webkit-animation-delay: 419.4s; + -moz-animation-delay: 419.4s; + -o-animation-delay: 419.4s; + animation-delay: 419.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4195) +{ + -webkit-animation-delay: 419.5s; + -moz-animation-delay: 419.5s; + -o-animation-delay: 419.5s; + animation-delay: 419.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4196) +{ + -webkit-animation-delay: 419.6s; + -moz-animation-delay: 419.6s; + -o-animation-delay: 419.6s; + animation-delay: 419.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4197) +{ + -webkit-animation-delay: 419.7s; + -moz-animation-delay: 419.7s; + -o-animation-delay: 419.7s; + animation-delay: 419.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4198) +{ + -webkit-animation-delay: 419.8s; + -moz-animation-delay: 419.8s; + -o-animation-delay: 419.8s; + animation-delay: 419.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4199) +{ + -webkit-animation-delay: 419.9s; + -moz-animation-delay: 419.9s; + -o-animation-delay: 419.9s; + animation-delay: 419.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4200) +{ + -webkit-animation-delay: 420s; + -moz-animation-delay: 420s; + -o-animation-delay: 420s; + animation-delay: 420s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4201) +{ + -webkit-animation-delay: 420.1s; + -moz-animation-delay: 420.1s; + -o-animation-delay: 420.1s; + animation-delay: 420.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4202) +{ + -webkit-animation-delay: 420.2s; + -moz-animation-delay: 420.2s; + -o-animation-delay: 420.2s; + animation-delay: 420.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4203) +{ + -webkit-animation-delay: 420.3s; + -moz-animation-delay: 420.3s; + -o-animation-delay: 420.3s; + animation-delay: 420.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4204) +{ + -webkit-animation-delay: 420.4s; + -moz-animation-delay: 420.4s; + -o-animation-delay: 420.4s; + animation-delay: 420.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4205) +{ + -webkit-animation-delay: 420.5s; + -moz-animation-delay: 420.5s; + -o-animation-delay: 420.5s; + animation-delay: 420.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4206) +{ + -webkit-animation-delay: 420.6s; + -moz-animation-delay: 420.6s; + -o-animation-delay: 420.6s; + animation-delay: 420.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4207) +{ + -webkit-animation-delay: 420.7s; + -moz-animation-delay: 420.7s; + -o-animation-delay: 420.7s; + animation-delay: 420.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4208) +{ + -webkit-animation-delay: 420.8s; + -moz-animation-delay: 420.8s; + -o-animation-delay: 420.8s; + animation-delay: 420.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4209) +{ + -webkit-animation-delay: 420.9s; + -moz-animation-delay: 420.9s; + -o-animation-delay: 420.9s; + animation-delay: 420.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4210) +{ + -webkit-animation-delay: 421s; + -moz-animation-delay: 421s; + -o-animation-delay: 421s; + animation-delay: 421s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4211) +{ + -webkit-animation-delay: 421.1s; + -moz-animation-delay: 421.1s; + -o-animation-delay: 421.1s; + animation-delay: 421.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4212) +{ + -webkit-animation-delay: 421.2s; + -moz-animation-delay: 421.2s; + -o-animation-delay: 421.2s; + animation-delay: 421.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4213) +{ + -webkit-animation-delay: 421.3s; + -moz-animation-delay: 421.3s; + -o-animation-delay: 421.3s; + animation-delay: 421.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4214) +{ + -webkit-animation-delay: 421.4s; + -moz-animation-delay: 421.4s; + -o-animation-delay: 421.4s; + animation-delay: 421.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4215) +{ + -webkit-animation-delay: 421.5s; + -moz-animation-delay: 421.5s; + -o-animation-delay: 421.5s; + animation-delay: 421.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4216) +{ + -webkit-animation-delay: 421.6s; + -moz-animation-delay: 421.6s; + -o-animation-delay: 421.6s; + animation-delay: 421.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4217) +{ + -webkit-animation-delay: 421.7s; + -moz-animation-delay: 421.7s; + -o-animation-delay: 421.7s; + animation-delay: 421.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4218) +{ + -webkit-animation-delay: 421.8s; + -moz-animation-delay: 421.8s; + -o-animation-delay: 421.8s; + animation-delay: 421.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4219) +{ + -webkit-animation-delay: 421.9s; + -moz-animation-delay: 421.9s; + -o-animation-delay: 421.9s; + animation-delay: 421.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4220) +{ + -webkit-animation-delay: 422s; + -moz-animation-delay: 422s; + -o-animation-delay: 422s; + animation-delay: 422s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4221) +{ + -webkit-animation-delay: 422.1s; + -moz-animation-delay: 422.1s; + -o-animation-delay: 422.1s; + animation-delay: 422.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4222) +{ + -webkit-animation-delay: 422.2s; + -moz-animation-delay: 422.2s; + -o-animation-delay: 422.2s; + animation-delay: 422.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4223) +{ + -webkit-animation-delay: 422.3s; + -moz-animation-delay: 422.3s; + -o-animation-delay: 422.3s; + animation-delay: 422.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4224) +{ + -webkit-animation-delay: 422.4s; + -moz-animation-delay: 422.4s; + -o-animation-delay: 422.4s; + animation-delay: 422.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4225) +{ + -webkit-animation-delay: 422.5s; + -moz-animation-delay: 422.5s; + -o-animation-delay: 422.5s; + animation-delay: 422.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4226) +{ + -webkit-animation-delay: 422.6s; + -moz-animation-delay: 422.6s; + -o-animation-delay: 422.6s; + animation-delay: 422.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4227) +{ + -webkit-animation-delay: 422.7s; + -moz-animation-delay: 422.7s; + -o-animation-delay: 422.7s; + animation-delay: 422.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4228) +{ + -webkit-animation-delay: 422.8s; + -moz-animation-delay: 422.8s; + -o-animation-delay: 422.8s; + animation-delay: 422.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4229) +{ + -webkit-animation-delay: 422.9s; + -moz-animation-delay: 422.9s; + -o-animation-delay: 422.9s; + animation-delay: 422.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4230) +{ + -webkit-animation-delay: 423s; + -moz-animation-delay: 423s; + -o-animation-delay: 423s; + animation-delay: 423s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4231) +{ + -webkit-animation-delay: 423.1s; + -moz-animation-delay: 423.1s; + -o-animation-delay: 423.1s; + animation-delay: 423.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4232) +{ + -webkit-animation-delay: 423.2s; + -moz-animation-delay: 423.2s; + -o-animation-delay: 423.2s; + animation-delay: 423.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4233) +{ + -webkit-animation-delay: 423.3s; + -moz-animation-delay: 423.3s; + -o-animation-delay: 423.3s; + animation-delay: 423.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4234) +{ + -webkit-animation-delay: 423.4s; + -moz-animation-delay: 423.4s; + -o-animation-delay: 423.4s; + animation-delay: 423.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4235) +{ + -webkit-animation-delay: 423.5s; + -moz-animation-delay: 423.5s; + -o-animation-delay: 423.5s; + animation-delay: 423.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4236) +{ + -webkit-animation-delay: 423.6s; + -moz-animation-delay: 423.6s; + -o-animation-delay: 423.6s; + animation-delay: 423.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4237) +{ + -webkit-animation-delay: 423.7s; + -moz-animation-delay: 423.7s; + -o-animation-delay: 423.7s; + animation-delay: 423.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4238) +{ + -webkit-animation-delay: 423.8s; + -moz-animation-delay: 423.8s; + -o-animation-delay: 423.8s; + animation-delay: 423.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4239) +{ + -webkit-animation-delay: 423.9s; + -moz-animation-delay: 423.9s; + -o-animation-delay: 423.9s; + animation-delay: 423.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4240) +{ + -webkit-animation-delay: 424s; + -moz-animation-delay: 424s; + -o-animation-delay: 424s; + animation-delay: 424s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4241) +{ + -webkit-animation-delay: 424.1s; + -moz-animation-delay: 424.1s; + -o-animation-delay: 424.1s; + animation-delay: 424.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4242) +{ + -webkit-animation-delay: 424.2s; + -moz-animation-delay: 424.2s; + -o-animation-delay: 424.2s; + animation-delay: 424.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4243) +{ + -webkit-animation-delay: 424.3s; + -moz-animation-delay: 424.3s; + -o-animation-delay: 424.3s; + animation-delay: 424.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4244) +{ + -webkit-animation-delay: 424.4s; + -moz-animation-delay: 424.4s; + -o-animation-delay: 424.4s; + animation-delay: 424.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4245) +{ + -webkit-animation-delay: 424.5s; + -moz-animation-delay: 424.5s; + -o-animation-delay: 424.5s; + animation-delay: 424.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4246) +{ + -webkit-animation-delay: 424.6s; + -moz-animation-delay: 424.6s; + -o-animation-delay: 424.6s; + animation-delay: 424.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4247) +{ + -webkit-animation-delay: 424.7s; + -moz-animation-delay: 424.7s; + -o-animation-delay: 424.7s; + animation-delay: 424.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4248) +{ + -webkit-animation-delay: 424.8s; + -moz-animation-delay: 424.8s; + -o-animation-delay: 424.8s; + animation-delay: 424.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4249) +{ + -webkit-animation-delay: 424.9s; + -moz-animation-delay: 424.9s; + -o-animation-delay: 424.9s; + animation-delay: 424.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4250) +{ + -webkit-animation-delay: 425s; + -moz-animation-delay: 425s; + -o-animation-delay: 425s; + animation-delay: 425s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4251) +{ + -webkit-animation-delay: 425.1s; + -moz-animation-delay: 425.1s; + -o-animation-delay: 425.1s; + animation-delay: 425.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4252) +{ + -webkit-animation-delay: 425.2s; + -moz-animation-delay: 425.2s; + -o-animation-delay: 425.2s; + animation-delay: 425.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4253) +{ + -webkit-animation-delay: 425.3s; + -moz-animation-delay: 425.3s; + -o-animation-delay: 425.3s; + animation-delay: 425.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4254) +{ + -webkit-animation-delay: 425.4s; + -moz-animation-delay: 425.4s; + -o-animation-delay: 425.4s; + animation-delay: 425.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4255) +{ + -webkit-animation-delay: 425.5s; + -moz-animation-delay: 425.5s; + -o-animation-delay: 425.5s; + animation-delay: 425.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4256) +{ + -webkit-animation-delay: 425.6s; + -moz-animation-delay: 425.6s; + -o-animation-delay: 425.6s; + animation-delay: 425.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4257) +{ + -webkit-animation-delay: 425.7s; + -moz-animation-delay: 425.7s; + -o-animation-delay: 425.7s; + animation-delay: 425.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4258) +{ + -webkit-animation-delay: 425.8s; + -moz-animation-delay: 425.8s; + -o-animation-delay: 425.8s; + animation-delay: 425.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4259) +{ + -webkit-animation-delay: 425.9s; + -moz-animation-delay: 425.9s; + -o-animation-delay: 425.9s; + animation-delay: 425.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4260) +{ + -webkit-animation-delay: 426s; + -moz-animation-delay: 426s; + -o-animation-delay: 426s; + animation-delay: 426s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4261) +{ + -webkit-animation-delay: 426.1s; + -moz-animation-delay: 426.1s; + -o-animation-delay: 426.1s; + animation-delay: 426.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4262) +{ + -webkit-animation-delay: 426.2s; + -moz-animation-delay: 426.2s; + -o-animation-delay: 426.2s; + animation-delay: 426.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4263) +{ + -webkit-animation-delay: 426.3s; + -moz-animation-delay: 426.3s; + -o-animation-delay: 426.3s; + animation-delay: 426.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4264) +{ + -webkit-animation-delay: 426.4s; + -moz-animation-delay: 426.4s; + -o-animation-delay: 426.4s; + animation-delay: 426.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4265) +{ + -webkit-animation-delay: 426.5s; + -moz-animation-delay: 426.5s; + -o-animation-delay: 426.5s; + animation-delay: 426.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4266) +{ + -webkit-animation-delay: 426.6s; + -moz-animation-delay: 426.6s; + -o-animation-delay: 426.6s; + animation-delay: 426.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4267) +{ + -webkit-animation-delay: 426.7s; + -moz-animation-delay: 426.7s; + -o-animation-delay: 426.7s; + animation-delay: 426.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4268) +{ + -webkit-animation-delay: 426.8s; + -moz-animation-delay: 426.8s; + -o-animation-delay: 426.8s; + animation-delay: 426.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4269) +{ + -webkit-animation-delay: 426.9s; + -moz-animation-delay: 426.9s; + -o-animation-delay: 426.9s; + animation-delay: 426.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4270) +{ + -webkit-animation-delay: 427s; + -moz-animation-delay: 427s; + -o-animation-delay: 427s; + animation-delay: 427s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4271) +{ + -webkit-animation-delay: 427.1s; + -moz-animation-delay: 427.1s; + -o-animation-delay: 427.1s; + animation-delay: 427.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4272) +{ + -webkit-animation-delay: 427.2s; + -moz-animation-delay: 427.2s; + -o-animation-delay: 427.2s; + animation-delay: 427.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4273) +{ + -webkit-animation-delay: 427.3s; + -moz-animation-delay: 427.3s; + -o-animation-delay: 427.3s; + animation-delay: 427.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4274) +{ + -webkit-animation-delay: 427.4s; + -moz-animation-delay: 427.4s; + -o-animation-delay: 427.4s; + animation-delay: 427.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4275) +{ + -webkit-animation-delay: 427.5s; + -moz-animation-delay: 427.5s; + -o-animation-delay: 427.5s; + animation-delay: 427.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4276) +{ + -webkit-animation-delay: 427.6s; + -moz-animation-delay: 427.6s; + -o-animation-delay: 427.6s; + animation-delay: 427.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4277) +{ + -webkit-animation-delay: 427.7s; + -moz-animation-delay: 427.7s; + -o-animation-delay: 427.7s; + animation-delay: 427.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4278) +{ + -webkit-animation-delay: 427.8s; + -moz-animation-delay: 427.8s; + -o-animation-delay: 427.8s; + animation-delay: 427.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4279) +{ + -webkit-animation-delay: 427.9s; + -moz-animation-delay: 427.9s; + -o-animation-delay: 427.9s; + animation-delay: 427.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4280) +{ + -webkit-animation-delay: 428s; + -moz-animation-delay: 428s; + -o-animation-delay: 428s; + animation-delay: 428s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4281) +{ + -webkit-animation-delay: 428.1s; + -moz-animation-delay: 428.1s; + -o-animation-delay: 428.1s; + animation-delay: 428.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4282) +{ + -webkit-animation-delay: 428.2s; + -moz-animation-delay: 428.2s; + -o-animation-delay: 428.2s; + animation-delay: 428.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4283) +{ + -webkit-animation-delay: 428.3s; + -moz-animation-delay: 428.3s; + -o-animation-delay: 428.3s; + animation-delay: 428.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4284) +{ + -webkit-animation-delay: 428.4s; + -moz-animation-delay: 428.4s; + -o-animation-delay: 428.4s; + animation-delay: 428.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4285) +{ + -webkit-animation-delay: 428.5s; + -moz-animation-delay: 428.5s; + -o-animation-delay: 428.5s; + animation-delay: 428.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4286) +{ + -webkit-animation-delay: 428.6s; + -moz-animation-delay: 428.6s; + -o-animation-delay: 428.6s; + animation-delay: 428.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4287) +{ + -webkit-animation-delay: 428.7s; + -moz-animation-delay: 428.7s; + -o-animation-delay: 428.7s; + animation-delay: 428.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4288) +{ + -webkit-animation-delay: 428.8s; + -moz-animation-delay: 428.8s; + -o-animation-delay: 428.8s; + animation-delay: 428.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4289) +{ + -webkit-animation-delay: 428.9s; + -moz-animation-delay: 428.9s; + -o-animation-delay: 428.9s; + animation-delay: 428.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4290) +{ + -webkit-animation-delay: 429s; + -moz-animation-delay: 429s; + -o-animation-delay: 429s; + animation-delay: 429s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4291) +{ + -webkit-animation-delay: 429.1s; + -moz-animation-delay: 429.1s; + -o-animation-delay: 429.1s; + animation-delay: 429.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4292) +{ + -webkit-animation-delay: 429.2s; + -moz-animation-delay: 429.2s; + -o-animation-delay: 429.2s; + animation-delay: 429.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4293) +{ + -webkit-animation-delay: 429.3s; + -moz-animation-delay: 429.3s; + -o-animation-delay: 429.3s; + animation-delay: 429.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4294) +{ + -webkit-animation-delay: 429.4s; + -moz-animation-delay: 429.4s; + -o-animation-delay: 429.4s; + animation-delay: 429.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4295) +{ + -webkit-animation-delay: 429.5s; + -moz-animation-delay: 429.5s; + -o-animation-delay: 429.5s; + animation-delay: 429.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4296) +{ + -webkit-animation-delay: 429.6s; + -moz-animation-delay: 429.6s; + -o-animation-delay: 429.6s; + animation-delay: 429.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4297) +{ + -webkit-animation-delay: 429.7s; + -moz-animation-delay: 429.7s; + -o-animation-delay: 429.7s; + animation-delay: 429.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4298) +{ + -webkit-animation-delay: 429.8s; + -moz-animation-delay: 429.8s; + -o-animation-delay: 429.8s; + animation-delay: 429.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4299) +{ + -webkit-animation-delay: 429.9s; + -moz-animation-delay: 429.9s; + -o-animation-delay: 429.9s; + animation-delay: 429.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4300) +{ + -webkit-animation-delay: 430s; + -moz-animation-delay: 430s; + -o-animation-delay: 430s; + animation-delay: 430s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4301) +{ + -webkit-animation-delay: 430.1s; + -moz-animation-delay: 430.1s; + -o-animation-delay: 430.1s; + animation-delay: 430.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4302) +{ + -webkit-animation-delay: 430.2s; + -moz-animation-delay: 430.2s; + -o-animation-delay: 430.2s; + animation-delay: 430.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4303) +{ + -webkit-animation-delay: 430.3s; + -moz-animation-delay: 430.3s; + -o-animation-delay: 430.3s; + animation-delay: 430.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4304) +{ + -webkit-animation-delay: 430.4s; + -moz-animation-delay: 430.4s; + -o-animation-delay: 430.4s; + animation-delay: 430.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4305) +{ + -webkit-animation-delay: 430.5s; + -moz-animation-delay: 430.5s; + -o-animation-delay: 430.5s; + animation-delay: 430.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4306) +{ + -webkit-animation-delay: 430.6s; + -moz-animation-delay: 430.6s; + -o-animation-delay: 430.6s; + animation-delay: 430.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4307) +{ + -webkit-animation-delay: 430.7s; + -moz-animation-delay: 430.7s; + -o-animation-delay: 430.7s; + animation-delay: 430.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4308) +{ + -webkit-animation-delay: 430.8s; + -moz-animation-delay: 430.8s; + -o-animation-delay: 430.8s; + animation-delay: 430.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4309) +{ + -webkit-animation-delay: 430.9s; + -moz-animation-delay: 430.9s; + -o-animation-delay: 430.9s; + animation-delay: 430.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4310) +{ + -webkit-animation-delay: 431s; + -moz-animation-delay: 431s; + -o-animation-delay: 431s; + animation-delay: 431s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4311) +{ + -webkit-animation-delay: 431.1s; + -moz-animation-delay: 431.1s; + -o-animation-delay: 431.1s; + animation-delay: 431.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4312) +{ + -webkit-animation-delay: 431.2s; + -moz-animation-delay: 431.2s; + -o-animation-delay: 431.2s; + animation-delay: 431.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4313) +{ + -webkit-animation-delay: 431.3s; + -moz-animation-delay: 431.3s; + -o-animation-delay: 431.3s; + animation-delay: 431.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4314) +{ + -webkit-animation-delay: 431.4s; + -moz-animation-delay: 431.4s; + -o-animation-delay: 431.4s; + animation-delay: 431.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4315) +{ + -webkit-animation-delay: 431.5s; + -moz-animation-delay: 431.5s; + -o-animation-delay: 431.5s; + animation-delay: 431.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4316) +{ + -webkit-animation-delay: 431.6s; + -moz-animation-delay: 431.6s; + -o-animation-delay: 431.6s; + animation-delay: 431.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4317) +{ + -webkit-animation-delay: 431.7s; + -moz-animation-delay: 431.7s; + -o-animation-delay: 431.7s; + animation-delay: 431.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4318) +{ + -webkit-animation-delay: 431.8s; + -moz-animation-delay: 431.8s; + -o-animation-delay: 431.8s; + animation-delay: 431.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4319) +{ + -webkit-animation-delay: 431.9s; + -moz-animation-delay: 431.9s; + -o-animation-delay: 431.9s; + animation-delay: 431.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4320) +{ + -webkit-animation-delay: 432s; + -moz-animation-delay: 432s; + -o-animation-delay: 432s; + animation-delay: 432s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4321) +{ + -webkit-animation-delay: 432.1s; + -moz-animation-delay: 432.1s; + -o-animation-delay: 432.1s; + animation-delay: 432.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4322) +{ + -webkit-animation-delay: 432.2s; + -moz-animation-delay: 432.2s; + -o-animation-delay: 432.2s; + animation-delay: 432.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4323) +{ + -webkit-animation-delay: 432.3s; + -moz-animation-delay: 432.3s; + -o-animation-delay: 432.3s; + animation-delay: 432.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4324) +{ + -webkit-animation-delay: 432.4s; + -moz-animation-delay: 432.4s; + -o-animation-delay: 432.4s; + animation-delay: 432.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4325) +{ + -webkit-animation-delay: 432.5s; + -moz-animation-delay: 432.5s; + -o-animation-delay: 432.5s; + animation-delay: 432.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4326) +{ + -webkit-animation-delay: 432.6s; + -moz-animation-delay: 432.6s; + -o-animation-delay: 432.6s; + animation-delay: 432.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4327) +{ + -webkit-animation-delay: 432.7s; + -moz-animation-delay: 432.7s; + -o-animation-delay: 432.7s; + animation-delay: 432.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4328) +{ + -webkit-animation-delay: 432.8s; + -moz-animation-delay: 432.8s; + -o-animation-delay: 432.8s; + animation-delay: 432.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4329) +{ + -webkit-animation-delay: 432.9s; + -moz-animation-delay: 432.9s; + -o-animation-delay: 432.9s; + animation-delay: 432.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4330) +{ + -webkit-animation-delay: 433s; + -moz-animation-delay: 433s; + -o-animation-delay: 433s; + animation-delay: 433s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4331) +{ + -webkit-animation-delay: 433.1s; + -moz-animation-delay: 433.1s; + -o-animation-delay: 433.1s; + animation-delay: 433.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4332) +{ + -webkit-animation-delay: 433.2s; + -moz-animation-delay: 433.2s; + -o-animation-delay: 433.2s; + animation-delay: 433.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4333) +{ + -webkit-animation-delay: 433.3s; + -moz-animation-delay: 433.3s; + -o-animation-delay: 433.3s; + animation-delay: 433.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4334) +{ + -webkit-animation-delay: 433.4s; + -moz-animation-delay: 433.4s; + -o-animation-delay: 433.4s; + animation-delay: 433.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4335) +{ + -webkit-animation-delay: 433.5s; + -moz-animation-delay: 433.5s; + -o-animation-delay: 433.5s; + animation-delay: 433.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4336) +{ + -webkit-animation-delay: 433.6s; + -moz-animation-delay: 433.6s; + -o-animation-delay: 433.6s; + animation-delay: 433.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4337) +{ + -webkit-animation-delay: 433.7s; + -moz-animation-delay: 433.7s; + -o-animation-delay: 433.7s; + animation-delay: 433.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4338) +{ + -webkit-animation-delay: 433.8s; + -moz-animation-delay: 433.8s; + -o-animation-delay: 433.8s; + animation-delay: 433.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4339) +{ + -webkit-animation-delay: 433.9s; + -moz-animation-delay: 433.9s; + -o-animation-delay: 433.9s; + animation-delay: 433.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4340) +{ + -webkit-animation-delay: 434s; + -moz-animation-delay: 434s; + -o-animation-delay: 434s; + animation-delay: 434s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4341) +{ + -webkit-animation-delay: 434.1s; + -moz-animation-delay: 434.1s; + -o-animation-delay: 434.1s; + animation-delay: 434.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4342) +{ + -webkit-animation-delay: 434.2s; + -moz-animation-delay: 434.2s; + -o-animation-delay: 434.2s; + animation-delay: 434.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4343) +{ + -webkit-animation-delay: 434.3s; + -moz-animation-delay: 434.3s; + -o-animation-delay: 434.3s; + animation-delay: 434.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4344) +{ + -webkit-animation-delay: 434.4s; + -moz-animation-delay: 434.4s; + -o-animation-delay: 434.4s; + animation-delay: 434.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4345) +{ + -webkit-animation-delay: 434.5s; + -moz-animation-delay: 434.5s; + -o-animation-delay: 434.5s; + animation-delay: 434.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4346) +{ + -webkit-animation-delay: 434.6s; + -moz-animation-delay: 434.6s; + -o-animation-delay: 434.6s; + animation-delay: 434.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4347) +{ + -webkit-animation-delay: 434.7s; + -moz-animation-delay: 434.7s; + -o-animation-delay: 434.7s; + animation-delay: 434.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4348) +{ + -webkit-animation-delay: 434.8s; + -moz-animation-delay: 434.8s; + -o-animation-delay: 434.8s; + animation-delay: 434.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4349) +{ + -webkit-animation-delay: 434.9s; + -moz-animation-delay: 434.9s; + -o-animation-delay: 434.9s; + animation-delay: 434.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4350) +{ + -webkit-animation-delay: 435s; + -moz-animation-delay: 435s; + -o-animation-delay: 435s; + animation-delay: 435s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4351) +{ + -webkit-animation-delay: 435.1s; + -moz-animation-delay: 435.1s; + -o-animation-delay: 435.1s; + animation-delay: 435.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4352) +{ + -webkit-animation-delay: 435.2s; + -moz-animation-delay: 435.2s; + -o-animation-delay: 435.2s; + animation-delay: 435.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4353) +{ + -webkit-animation-delay: 435.3s; + -moz-animation-delay: 435.3s; + -o-animation-delay: 435.3s; + animation-delay: 435.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4354) +{ + -webkit-animation-delay: 435.4s; + -moz-animation-delay: 435.4s; + -o-animation-delay: 435.4s; + animation-delay: 435.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4355) +{ + -webkit-animation-delay: 435.5s; + -moz-animation-delay: 435.5s; + -o-animation-delay: 435.5s; + animation-delay: 435.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4356) +{ + -webkit-animation-delay: 435.6s; + -moz-animation-delay: 435.6s; + -o-animation-delay: 435.6s; + animation-delay: 435.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4357) +{ + -webkit-animation-delay: 435.7s; + -moz-animation-delay: 435.7s; + -o-animation-delay: 435.7s; + animation-delay: 435.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4358) +{ + -webkit-animation-delay: 435.8s; + -moz-animation-delay: 435.8s; + -o-animation-delay: 435.8s; + animation-delay: 435.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4359) +{ + -webkit-animation-delay: 435.9s; + -moz-animation-delay: 435.9s; + -o-animation-delay: 435.9s; + animation-delay: 435.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4360) +{ + -webkit-animation-delay: 436s; + -moz-animation-delay: 436s; + -o-animation-delay: 436s; + animation-delay: 436s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4361) +{ + -webkit-animation-delay: 436.1s; + -moz-animation-delay: 436.1s; + -o-animation-delay: 436.1s; + animation-delay: 436.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4362) +{ + -webkit-animation-delay: 436.2s; + -moz-animation-delay: 436.2s; + -o-animation-delay: 436.2s; + animation-delay: 436.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4363) +{ + -webkit-animation-delay: 436.3s; + -moz-animation-delay: 436.3s; + -o-animation-delay: 436.3s; + animation-delay: 436.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4364) +{ + -webkit-animation-delay: 436.4s; + -moz-animation-delay: 436.4s; + -o-animation-delay: 436.4s; + animation-delay: 436.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4365) +{ + -webkit-animation-delay: 436.5s; + -moz-animation-delay: 436.5s; + -o-animation-delay: 436.5s; + animation-delay: 436.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4366) +{ + -webkit-animation-delay: 436.6s; + -moz-animation-delay: 436.6s; + -o-animation-delay: 436.6s; + animation-delay: 436.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4367) +{ + -webkit-animation-delay: 436.7s; + -moz-animation-delay: 436.7s; + -o-animation-delay: 436.7s; + animation-delay: 436.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4368) +{ + -webkit-animation-delay: 436.8s; + -moz-animation-delay: 436.8s; + -o-animation-delay: 436.8s; + animation-delay: 436.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4369) +{ + -webkit-animation-delay: 436.9s; + -moz-animation-delay: 436.9s; + -o-animation-delay: 436.9s; + animation-delay: 436.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4370) +{ + -webkit-animation-delay: 437s; + -moz-animation-delay: 437s; + -o-animation-delay: 437s; + animation-delay: 437s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4371) +{ + -webkit-animation-delay: 437.1s; + -moz-animation-delay: 437.1s; + -o-animation-delay: 437.1s; + animation-delay: 437.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4372) +{ + -webkit-animation-delay: 437.2s; + -moz-animation-delay: 437.2s; + -o-animation-delay: 437.2s; + animation-delay: 437.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4373) +{ + -webkit-animation-delay: 437.3s; + -moz-animation-delay: 437.3s; + -o-animation-delay: 437.3s; + animation-delay: 437.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4374) +{ + -webkit-animation-delay: 437.4s; + -moz-animation-delay: 437.4s; + -o-animation-delay: 437.4s; + animation-delay: 437.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4375) +{ + -webkit-animation-delay: 437.5s; + -moz-animation-delay: 437.5s; + -o-animation-delay: 437.5s; + animation-delay: 437.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4376) +{ + -webkit-animation-delay: 437.6s; + -moz-animation-delay: 437.6s; + -o-animation-delay: 437.6s; + animation-delay: 437.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4377) +{ + -webkit-animation-delay: 437.7s; + -moz-animation-delay: 437.7s; + -o-animation-delay: 437.7s; + animation-delay: 437.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4378) +{ + -webkit-animation-delay: 437.8s; + -moz-animation-delay: 437.8s; + -o-animation-delay: 437.8s; + animation-delay: 437.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4379) +{ + -webkit-animation-delay: 437.9s; + -moz-animation-delay: 437.9s; + -o-animation-delay: 437.9s; + animation-delay: 437.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4380) +{ + -webkit-animation-delay: 438s; + -moz-animation-delay: 438s; + -o-animation-delay: 438s; + animation-delay: 438s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4381) +{ + -webkit-animation-delay: 438.1s; + -moz-animation-delay: 438.1s; + -o-animation-delay: 438.1s; + animation-delay: 438.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4382) +{ + -webkit-animation-delay: 438.2s; + -moz-animation-delay: 438.2s; + -o-animation-delay: 438.2s; + animation-delay: 438.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4383) +{ + -webkit-animation-delay: 438.3s; + -moz-animation-delay: 438.3s; + -o-animation-delay: 438.3s; + animation-delay: 438.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4384) +{ + -webkit-animation-delay: 438.4s; + -moz-animation-delay: 438.4s; + -o-animation-delay: 438.4s; + animation-delay: 438.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4385) +{ + -webkit-animation-delay: 438.5s; + -moz-animation-delay: 438.5s; + -o-animation-delay: 438.5s; + animation-delay: 438.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4386) +{ + -webkit-animation-delay: 438.6s; + -moz-animation-delay: 438.6s; + -o-animation-delay: 438.6s; + animation-delay: 438.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4387) +{ + -webkit-animation-delay: 438.7s; + -moz-animation-delay: 438.7s; + -o-animation-delay: 438.7s; + animation-delay: 438.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4388) +{ + -webkit-animation-delay: 438.8s; + -moz-animation-delay: 438.8s; + -o-animation-delay: 438.8s; + animation-delay: 438.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4389) +{ + -webkit-animation-delay: 438.9s; + -moz-animation-delay: 438.9s; + -o-animation-delay: 438.9s; + animation-delay: 438.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4390) +{ + -webkit-animation-delay: 439s; + -moz-animation-delay: 439s; + -o-animation-delay: 439s; + animation-delay: 439s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4391) +{ + -webkit-animation-delay: 439.1s; + -moz-animation-delay: 439.1s; + -o-animation-delay: 439.1s; + animation-delay: 439.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4392) +{ + -webkit-animation-delay: 439.2s; + -moz-animation-delay: 439.2s; + -o-animation-delay: 439.2s; + animation-delay: 439.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4393) +{ + -webkit-animation-delay: 439.3s; + -moz-animation-delay: 439.3s; + -o-animation-delay: 439.3s; + animation-delay: 439.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4394) +{ + -webkit-animation-delay: 439.4s; + -moz-animation-delay: 439.4s; + -o-animation-delay: 439.4s; + animation-delay: 439.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4395) +{ + -webkit-animation-delay: 439.5s; + -moz-animation-delay: 439.5s; + -o-animation-delay: 439.5s; + animation-delay: 439.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4396) +{ + -webkit-animation-delay: 439.6s; + -moz-animation-delay: 439.6s; + -o-animation-delay: 439.6s; + animation-delay: 439.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4397) +{ + -webkit-animation-delay: 439.7s; + -moz-animation-delay: 439.7s; + -o-animation-delay: 439.7s; + animation-delay: 439.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4398) +{ + -webkit-animation-delay: 439.8s; + -moz-animation-delay: 439.8s; + -o-animation-delay: 439.8s; + animation-delay: 439.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4399) +{ + -webkit-animation-delay: 439.9s; + -moz-animation-delay: 439.9s; + -o-animation-delay: 439.9s; + animation-delay: 439.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4400) +{ + -webkit-animation-delay: 440s; + -moz-animation-delay: 440s; + -o-animation-delay: 440s; + animation-delay: 440s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4401) +{ + -webkit-animation-delay: 440.1s; + -moz-animation-delay: 440.1s; + -o-animation-delay: 440.1s; + animation-delay: 440.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4402) +{ + -webkit-animation-delay: 440.2s; + -moz-animation-delay: 440.2s; + -o-animation-delay: 440.2s; + animation-delay: 440.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4403) +{ + -webkit-animation-delay: 440.3s; + -moz-animation-delay: 440.3s; + -o-animation-delay: 440.3s; + animation-delay: 440.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4404) +{ + -webkit-animation-delay: 440.4s; + -moz-animation-delay: 440.4s; + -o-animation-delay: 440.4s; + animation-delay: 440.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4405) +{ + -webkit-animation-delay: 440.5s; + -moz-animation-delay: 440.5s; + -o-animation-delay: 440.5s; + animation-delay: 440.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4406) +{ + -webkit-animation-delay: 440.6s; + -moz-animation-delay: 440.6s; + -o-animation-delay: 440.6s; + animation-delay: 440.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4407) +{ + -webkit-animation-delay: 440.7s; + -moz-animation-delay: 440.7s; + -o-animation-delay: 440.7s; + animation-delay: 440.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4408) +{ + -webkit-animation-delay: 440.8s; + -moz-animation-delay: 440.8s; + -o-animation-delay: 440.8s; + animation-delay: 440.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4409) +{ + -webkit-animation-delay: 440.9s; + -moz-animation-delay: 440.9s; + -o-animation-delay: 440.9s; + animation-delay: 440.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4410) +{ + -webkit-animation-delay: 441s; + -moz-animation-delay: 441s; + -o-animation-delay: 441s; + animation-delay: 441s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4411) +{ + -webkit-animation-delay: 441.1s; + -moz-animation-delay: 441.1s; + -o-animation-delay: 441.1s; + animation-delay: 441.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4412) +{ + -webkit-animation-delay: 441.2s; + -moz-animation-delay: 441.2s; + -o-animation-delay: 441.2s; + animation-delay: 441.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4413) +{ + -webkit-animation-delay: 441.3s; + -moz-animation-delay: 441.3s; + -o-animation-delay: 441.3s; + animation-delay: 441.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4414) +{ + -webkit-animation-delay: 441.4s; + -moz-animation-delay: 441.4s; + -o-animation-delay: 441.4s; + animation-delay: 441.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4415) +{ + -webkit-animation-delay: 441.5s; + -moz-animation-delay: 441.5s; + -o-animation-delay: 441.5s; + animation-delay: 441.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4416) +{ + -webkit-animation-delay: 441.6s; + -moz-animation-delay: 441.6s; + -o-animation-delay: 441.6s; + animation-delay: 441.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4417) +{ + -webkit-animation-delay: 441.7s; + -moz-animation-delay: 441.7s; + -o-animation-delay: 441.7s; + animation-delay: 441.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4418) +{ + -webkit-animation-delay: 441.8s; + -moz-animation-delay: 441.8s; + -o-animation-delay: 441.8s; + animation-delay: 441.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4419) +{ + -webkit-animation-delay: 441.9s; + -moz-animation-delay: 441.9s; + -o-animation-delay: 441.9s; + animation-delay: 441.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4420) +{ + -webkit-animation-delay: 442s; + -moz-animation-delay: 442s; + -o-animation-delay: 442s; + animation-delay: 442s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4421) +{ + -webkit-animation-delay: 442.1s; + -moz-animation-delay: 442.1s; + -o-animation-delay: 442.1s; + animation-delay: 442.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4422) +{ + -webkit-animation-delay: 442.2s; + -moz-animation-delay: 442.2s; + -o-animation-delay: 442.2s; + animation-delay: 442.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4423) +{ + -webkit-animation-delay: 442.3s; + -moz-animation-delay: 442.3s; + -o-animation-delay: 442.3s; + animation-delay: 442.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4424) +{ + -webkit-animation-delay: 442.4s; + -moz-animation-delay: 442.4s; + -o-animation-delay: 442.4s; + animation-delay: 442.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4425) +{ + -webkit-animation-delay: 442.5s; + -moz-animation-delay: 442.5s; + -o-animation-delay: 442.5s; + animation-delay: 442.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4426) +{ + -webkit-animation-delay: 442.6s; + -moz-animation-delay: 442.6s; + -o-animation-delay: 442.6s; + animation-delay: 442.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4427) +{ + -webkit-animation-delay: 442.7s; + -moz-animation-delay: 442.7s; + -o-animation-delay: 442.7s; + animation-delay: 442.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4428) +{ + -webkit-animation-delay: 442.8s; + -moz-animation-delay: 442.8s; + -o-animation-delay: 442.8s; + animation-delay: 442.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4429) +{ + -webkit-animation-delay: 442.9s; + -moz-animation-delay: 442.9s; + -o-animation-delay: 442.9s; + animation-delay: 442.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4430) +{ + -webkit-animation-delay: 443s; + -moz-animation-delay: 443s; + -o-animation-delay: 443s; + animation-delay: 443s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4431) +{ + -webkit-animation-delay: 443.1s; + -moz-animation-delay: 443.1s; + -o-animation-delay: 443.1s; + animation-delay: 443.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4432) +{ + -webkit-animation-delay: 443.2s; + -moz-animation-delay: 443.2s; + -o-animation-delay: 443.2s; + animation-delay: 443.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4433) +{ + -webkit-animation-delay: 443.3s; + -moz-animation-delay: 443.3s; + -o-animation-delay: 443.3s; + animation-delay: 443.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4434) +{ + -webkit-animation-delay: 443.4s; + -moz-animation-delay: 443.4s; + -o-animation-delay: 443.4s; + animation-delay: 443.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4435) +{ + -webkit-animation-delay: 443.5s; + -moz-animation-delay: 443.5s; + -o-animation-delay: 443.5s; + animation-delay: 443.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4436) +{ + -webkit-animation-delay: 443.6s; + -moz-animation-delay: 443.6s; + -o-animation-delay: 443.6s; + animation-delay: 443.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4437) +{ + -webkit-animation-delay: 443.7s; + -moz-animation-delay: 443.7s; + -o-animation-delay: 443.7s; + animation-delay: 443.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4438) +{ + -webkit-animation-delay: 443.8s; + -moz-animation-delay: 443.8s; + -o-animation-delay: 443.8s; + animation-delay: 443.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4439) +{ + -webkit-animation-delay: 443.9s; + -moz-animation-delay: 443.9s; + -o-animation-delay: 443.9s; + animation-delay: 443.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4440) +{ + -webkit-animation-delay: 444s; + -moz-animation-delay: 444s; + -o-animation-delay: 444s; + animation-delay: 444s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4441) +{ + -webkit-animation-delay: 444.1s; + -moz-animation-delay: 444.1s; + -o-animation-delay: 444.1s; + animation-delay: 444.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4442) +{ + -webkit-animation-delay: 444.2s; + -moz-animation-delay: 444.2s; + -o-animation-delay: 444.2s; + animation-delay: 444.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4443) +{ + -webkit-animation-delay: 444.3s; + -moz-animation-delay: 444.3s; + -o-animation-delay: 444.3s; + animation-delay: 444.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4444) +{ + -webkit-animation-delay: 444.4s; + -moz-animation-delay: 444.4s; + -o-animation-delay: 444.4s; + animation-delay: 444.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4445) +{ + -webkit-animation-delay: 444.5s; + -moz-animation-delay: 444.5s; + -o-animation-delay: 444.5s; + animation-delay: 444.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4446) +{ + -webkit-animation-delay: 444.6s; + -moz-animation-delay: 444.6s; + -o-animation-delay: 444.6s; + animation-delay: 444.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4447) +{ + -webkit-animation-delay: 444.7s; + -moz-animation-delay: 444.7s; + -o-animation-delay: 444.7s; + animation-delay: 444.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4448) +{ + -webkit-animation-delay: 444.8s; + -moz-animation-delay: 444.8s; + -o-animation-delay: 444.8s; + animation-delay: 444.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4449) +{ + -webkit-animation-delay: 444.9s; + -moz-animation-delay: 444.9s; + -o-animation-delay: 444.9s; + animation-delay: 444.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4450) +{ + -webkit-animation-delay: 445s; + -moz-animation-delay: 445s; + -o-animation-delay: 445s; + animation-delay: 445s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4451) +{ + -webkit-animation-delay: 445.1s; + -moz-animation-delay: 445.1s; + -o-animation-delay: 445.1s; + animation-delay: 445.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4452) +{ + -webkit-animation-delay: 445.2s; + -moz-animation-delay: 445.2s; + -o-animation-delay: 445.2s; + animation-delay: 445.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4453) +{ + -webkit-animation-delay: 445.3s; + -moz-animation-delay: 445.3s; + -o-animation-delay: 445.3s; + animation-delay: 445.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4454) +{ + -webkit-animation-delay: 445.4s; + -moz-animation-delay: 445.4s; + -o-animation-delay: 445.4s; + animation-delay: 445.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4455) +{ + -webkit-animation-delay: 445.5s; + -moz-animation-delay: 445.5s; + -o-animation-delay: 445.5s; + animation-delay: 445.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4456) +{ + -webkit-animation-delay: 445.6s; + -moz-animation-delay: 445.6s; + -o-animation-delay: 445.6s; + animation-delay: 445.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4457) +{ + -webkit-animation-delay: 445.7s; + -moz-animation-delay: 445.7s; + -o-animation-delay: 445.7s; + animation-delay: 445.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4458) +{ + -webkit-animation-delay: 445.8s; + -moz-animation-delay: 445.8s; + -o-animation-delay: 445.8s; + animation-delay: 445.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4459) +{ + -webkit-animation-delay: 445.9s; + -moz-animation-delay: 445.9s; + -o-animation-delay: 445.9s; + animation-delay: 445.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4460) +{ + -webkit-animation-delay: 446s; + -moz-animation-delay: 446s; + -o-animation-delay: 446s; + animation-delay: 446s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4461) +{ + -webkit-animation-delay: 446.1s; + -moz-animation-delay: 446.1s; + -o-animation-delay: 446.1s; + animation-delay: 446.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4462) +{ + -webkit-animation-delay: 446.2s; + -moz-animation-delay: 446.2s; + -o-animation-delay: 446.2s; + animation-delay: 446.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4463) +{ + -webkit-animation-delay: 446.3s; + -moz-animation-delay: 446.3s; + -o-animation-delay: 446.3s; + animation-delay: 446.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4464) +{ + -webkit-animation-delay: 446.4s; + -moz-animation-delay: 446.4s; + -o-animation-delay: 446.4s; + animation-delay: 446.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4465) +{ + -webkit-animation-delay: 446.5s; + -moz-animation-delay: 446.5s; + -o-animation-delay: 446.5s; + animation-delay: 446.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4466) +{ + -webkit-animation-delay: 446.6s; + -moz-animation-delay: 446.6s; + -o-animation-delay: 446.6s; + animation-delay: 446.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4467) +{ + -webkit-animation-delay: 446.7s; + -moz-animation-delay: 446.7s; + -o-animation-delay: 446.7s; + animation-delay: 446.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4468) +{ + -webkit-animation-delay: 446.8s; + -moz-animation-delay: 446.8s; + -o-animation-delay: 446.8s; + animation-delay: 446.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4469) +{ + -webkit-animation-delay: 446.9s; + -moz-animation-delay: 446.9s; + -o-animation-delay: 446.9s; + animation-delay: 446.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4470) +{ + -webkit-animation-delay: 447s; + -moz-animation-delay: 447s; + -o-animation-delay: 447s; + animation-delay: 447s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4471) +{ + -webkit-animation-delay: 447.1s; + -moz-animation-delay: 447.1s; + -o-animation-delay: 447.1s; + animation-delay: 447.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4472) +{ + -webkit-animation-delay: 447.2s; + -moz-animation-delay: 447.2s; + -o-animation-delay: 447.2s; + animation-delay: 447.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4473) +{ + -webkit-animation-delay: 447.3s; + -moz-animation-delay: 447.3s; + -o-animation-delay: 447.3s; + animation-delay: 447.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4474) +{ + -webkit-animation-delay: 447.4s; + -moz-animation-delay: 447.4s; + -o-animation-delay: 447.4s; + animation-delay: 447.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4475) +{ + -webkit-animation-delay: 447.5s; + -moz-animation-delay: 447.5s; + -o-animation-delay: 447.5s; + animation-delay: 447.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4476) +{ + -webkit-animation-delay: 447.6s; + -moz-animation-delay: 447.6s; + -o-animation-delay: 447.6s; + animation-delay: 447.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4477) +{ + -webkit-animation-delay: 447.7s; + -moz-animation-delay: 447.7s; + -o-animation-delay: 447.7s; + animation-delay: 447.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4478) +{ + -webkit-animation-delay: 447.8s; + -moz-animation-delay: 447.8s; + -o-animation-delay: 447.8s; + animation-delay: 447.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4479) +{ + -webkit-animation-delay: 447.9s; + -moz-animation-delay: 447.9s; + -o-animation-delay: 447.9s; + animation-delay: 447.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4480) +{ + -webkit-animation-delay: 448s; + -moz-animation-delay: 448s; + -o-animation-delay: 448s; + animation-delay: 448s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4481) +{ + -webkit-animation-delay: 448.1s; + -moz-animation-delay: 448.1s; + -o-animation-delay: 448.1s; + animation-delay: 448.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4482) +{ + -webkit-animation-delay: 448.2s; + -moz-animation-delay: 448.2s; + -o-animation-delay: 448.2s; + animation-delay: 448.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4483) +{ + -webkit-animation-delay: 448.3s; + -moz-animation-delay: 448.3s; + -o-animation-delay: 448.3s; + animation-delay: 448.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4484) +{ + -webkit-animation-delay: 448.4s; + -moz-animation-delay: 448.4s; + -o-animation-delay: 448.4s; + animation-delay: 448.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4485) +{ + -webkit-animation-delay: 448.5s; + -moz-animation-delay: 448.5s; + -o-animation-delay: 448.5s; + animation-delay: 448.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4486) +{ + -webkit-animation-delay: 448.6s; + -moz-animation-delay: 448.6s; + -o-animation-delay: 448.6s; + animation-delay: 448.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4487) +{ + -webkit-animation-delay: 448.7s; + -moz-animation-delay: 448.7s; + -o-animation-delay: 448.7s; + animation-delay: 448.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4488) +{ + -webkit-animation-delay: 448.8s; + -moz-animation-delay: 448.8s; + -o-animation-delay: 448.8s; + animation-delay: 448.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4489) +{ + -webkit-animation-delay: 448.9s; + -moz-animation-delay: 448.9s; + -o-animation-delay: 448.9s; + animation-delay: 448.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4490) +{ + -webkit-animation-delay: 449s; + -moz-animation-delay: 449s; + -o-animation-delay: 449s; + animation-delay: 449s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4491) +{ + -webkit-animation-delay: 449.1s; + -moz-animation-delay: 449.1s; + -o-animation-delay: 449.1s; + animation-delay: 449.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4492) +{ + -webkit-animation-delay: 449.2s; + -moz-animation-delay: 449.2s; + -o-animation-delay: 449.2s; + animation-delay: 449.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4493) +{ + -webkit-animation-delay: 449.3s; + -moz-animation-delay: 449.3s; + -o-animation-delay: 449.3s; + animation-delay: 449.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4494) +{ + -webkit-animation-delay: 449.4s; + -moz-animation-delay: 449.4s; + -o-animation-delay: 449.4s; + animation-delay: 449.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4495) +{ + -webkit-animation-delay: 449.5s; + -moz-animation-delay: 449.5s; + -o-animation-delay: 449.5s; + animation-delay: 449.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4496) +{ + -webkit-animation-delay: 449.6s; + -moz-animation-delay: 449.6s; + -o-animation-delay: 449.6s; + animation-delay: 449.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4497) +{ + -webkit-animation-delay: 449.7s; + -moz-animation-delay: 449.7s; + -o-animation-delay: 449.7s; + animation-delay: 449.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4498) +{ + -webkit-animation-delay: 449.8s; + -moz-animation-delay: 449.8s; + -o-animation-delay: 449.8s; + animation-delay: 449.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4499) +{ + -webkit-animation-delay: 449.9s; + -moz-animation-delay: 449.9s; + -o-animation-delay: 449.9s; + animation-delay: 449.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4500) +{ + -webkit-animation-delay: 450s; + -moz-animation-delay: 450s; + -o-animation-delay: 450s; + animation-delay: 450s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4501) +{ + -webkit-animation-delay: 450.1s; + -moz-animation-delay: 450.1s; + -o-animation-delay: 450.1s; + animation-delay: 450.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4502) +{ + -webkit-animation-delay: 450.2s; + -moz-animation-delay: 450.2s; + -o-animation-delay: 450.2s; + animation-delay: 450.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4503) +{ + -webkit-animation-delay: 450.3s; + -moz-animation-delay: 450.3s; + -o-animation-delay: 450.3s; + animation-delay: 450.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4504) +{ + -webkit-animation-delay: 450.4s; + -moz-animation-delay: 450.4s; + -o-animation-delay: 450.4s; + animation-delay: 450.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4505) +{ + -webkit-animation-delay: 450.5s; + -moz-animation-delay: 450.5s; + -o-animation-delay: 450.5s; + animation-delay: 450.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4506) +{ + -webkit-animation-delay: 450.6s; + -moz-animation-delay: 450.6s; + -o-animation-delay: 450.6s; + animation-delay: 450.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4507) +{ + -webkit-animation-delay: 450.7s; + -moz-animation-delay: 450.7s; + -o-animation-delay: 450.7s; + animation-delay: 450.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4508) +{ + -webkit-animation-delay: 450.8s; + -moz-animation-delay: 450.8s; + -o-animation-delay: 450.8s; + animation-delay: 450.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4509) +{ + -webkit-animation-delay: 450.9s; + -moz-animation-delay: 450.9s; + -o-animation-delay: 450.9s; + animation-delay: 450.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4510) +{ + -webkit-animation-delay: 451s; + -moz-animation-delay: 451s; + -o-animation-delay: 451s; + animation-delay: 451s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4511) +{ + -webkit-animation-delay: 451.1s; + -moz-animation-delay: 451.1s; + -o-animation-delay: 451.1s; + animation-delay: 451.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4512) +{ + -webkit-animation-delay: 451.2s; + -moz-animation-delay: 451.2s; + -o-animation-delay: 451.2s; + animation-delay: 451.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4513) +{ + -webkit-animation-delay: 451.3s; + -moz-animation-delay: 451.3s; + -o-animation-delay: 451.3s; + animation-delay: 451.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4514) +{ + -webkit-animation-delay: 451.4s; + -moz-animation-delay: 451.4s; + -o-animation-delay: 451.4s; + animation-delay: 451.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4515) +{ + -webkit-animation-delay: 451.5s; + -moz-animation-delay: 451.5s; + -o-animation-delay: 451.5s; + animation-delay: 451.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4516) +{ + -webkit-animation-delay: 451.6s; + -moz-animation-delay: 451.6s; + -o-animation-delay: 451.6s; + animation-delay: 451.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4517) +{ + -webkit-animation-delay: 451.7s; + -moz-animation-delay: 451.7s; + -o-animation-delay: 451.7s; + animation-delay: 451.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4518) +{ + -webkit-animation-delay: 451.8s; + -moz-animation-delay: 451.8s; + -o-animation-delay: 451.8s; + animation-delay: 451.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4519) +{ + -webkit-animation-delay: 451.9s; + -moz-animation-delay: 451.9s; + -o-animation-delay: 451.9s; + animation-delay: 451.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4520) +{ + -webkit-animation-delay: 452s; + -moz-animation-delay: 452s; + -o-animation-delay: 452s; + animation-delay: 452s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4521) +{ + -webkit-animation-delay: 452.1s; + -moz-animation-delay: 452.1s; + -o-animation-delay: 452.1s; + animation-delay: 452.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4522) +{ + -webkit-animation-delay: 452.2s; + -moz-animation-delay: 452.2s; + -o-animation-delay: 452.2s; + animation-delay: 452.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4523) +{ + -webkit-animation-delay: 452.3s; + -moz-animation-delay: 452.3s; + -o-animation-delay: 452.3s; + animation-delay: 452.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4524) +{ + -webkit-animation-delay: 452.4s; + -moz-animation-delay: 452.4s; + -o-animation-delay: 452.4s; + animation-delay: 452.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4525) +{ + -webkit-animation-delay: 452.5s; + -moz-animation-delay: 452.5s; + -o-animation-delay: 452.5s; + animation-delay: 452.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4526) +{ + -webkit-animation-delay: 452.6s; + -moz-animation-delay: 452.6s; + -o-animation-delay: 452.6s; + animation-delay: 452.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4527) +{ + -webkit-animation-delay: 452.7s; + -moz-animation-delay: 452.7s; + -o-animation-delay: 452.7s; + animation-delay: 452.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4528) +{ + -webkit-animation-delay: 452.8s; + -moz-animation-delay: 452.8s; + -o-animation-delay: 452.8s; + animation-delay: 452.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4529) +{ + -webkit-animation-delay: 452.9s; + -moz-animation-delay: 452.9s; + -o-animation-delay: 452.9s; + animation-delay: 452.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4530) +{ + -webkit-animation-delay: 453s; + -moz-animation-delay: 453s; + -o-animation-delay: 453s; + animation-delay: 453s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4531) +{ + -webkit-animation-delay: 453.1s; + -moz-animation-delay: 453.1s; + -o-animation-delay: 453.1s; + animation-delay: 453.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4532) +{ + -webkit-animation-delay: 453.2s; + -moz-animation-delay: 453.2s; + -o-animation-delay: 453.2s; + animation-delay: 453.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4533) +{ + -webkit-animation-delay: 453.3s; + -moz-animation-delay: 453.3s; + -o-animation-delay: 453.3s; + animation-delay: 453.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4534) +{ + -webkit-animation-delay: 453.4s; + -moz-animation-delay: 453.4s; + -o-animation-delay: 453.4s; + animation-delay: 453.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4535) +{ + -webkit-animation-delay: 453.5s; + -moz-animation-delay: 453.5s; + -o-animation-delay: 453.5s; + animation-delay: 453.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4536) +{ + -webkit-animation-delay: 453.6s; + -moz-animation-delay: 453.6s; + -o-animation-delay: 453.6s; + animation-delay: 453.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4537) +{ + -webkit-animation-delay: 453.7s; + -moz-animation-delay: 453.7s; + -o-animation-delay: 453.7s; + animation-delay: 453.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4538) +{ + -webkit-animation-delay: 453.8s; + -moz-animation-delay: 453.8s; + -o-animation-delay: 453.8s; + animation-delay: 453.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4539) +{ + -webkit-animation-delay: 453.9s; + -moz-animation-delay: 453.9s; + -o-animation-delay: 453.9s; + animation-delay: 453.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4540) +{ + -webkit-animation-delay: 454s; + -moz-animation-delay: 454s; + -o-animation-delay: 454s; + animation-delay: 454s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4541) +{ + -webkit-animation-delay: 454.1s; + -moz-animation-delay: 454.1s; + -o-animation-delay: 454.1s; + animation-delay: 454.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4542) +{ + -webkit-animation-delay: 454.2s; + -moz-animation-delay: 454.2s; + -o-animation-delay: 454.2s; + animation-delay: 454.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4543) +{ + -webkit-animation-delay: 454.3s; + -moz-animation-delay: 454.3s; + -o-animation-delay: 454.3s; + animation-delay: 454.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4544) +{ + -webkit-animation-delay: 454.4s; + -moz-animation-delay: 454.4s; + -o-animation-delay: 454.4s; + animation-delay: 454.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4545) +{ + -webkit-animation-delay: 454.5s; + -moz-animation-delay: 454.5s; + -o-animation-delay: 454.5s; + animation-delay: 454.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4546) +{ + -webkit-animation-delay: 454.6s; + -moz-animation-delay: 454.6s; + -o-animation-delay: 454.6s; + animation-delay: 454.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4547) +{ + -webkit-animation-delay: 454.7s; + -moz-animation-delay: 454.7s; + -o-animation-delay: 454.7s; + animation-delay: 454.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4548) +{ + -webkit-animation-delay: 454.8s; + -moz-animation-delay: 454.8s; + -o-animation-delay: 454.8s; + animation-delay: 454.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4549) +{ + -webkit-animation-delay: 454.9s; + -moz-animation-delay: 454.9s; + -o-animation-delay: 454.9s; + animation-delay: 454.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4550) +{ + -webkit-animation-delay: 455s; + -moz-animation-delay: 455s; + -o-animation-delay: 455s; + animation-delay: 455s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4551) +{ + -webkit-animation-delay: 455.1s; + -moz-animation-delay: 455.1s; + -o-animation-delay: 455.1s; + animation-delay: 455.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4552) +{ + -webkit-animation-delay: 455.2s; + -moz-animation-delay: 455.2s; + -o-animation-delay: 455.2s; + animation-delay: 455.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4553) +{ + -webkit-animation-delay: 455.3s; + -moz-animation-delay: 455.3s; + -o-animation-delay: 455.3s; + animation-delay: 455.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4554) +{ + -webkit-animation-delay: 455.4s; + -moz-animation-delay: 455.4s; + -o-animation-delay: 455.4s; + animation-delay: 455.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4555) +{ + -webkit-animation-delay: 455.5s; + -moz-animation-delay: 455.5s; + -o-animation-delay: 455.5s; + animation-delay: 455.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4556) +{ + -webkit-animation-delay: 455.6s; + -moz-animation-delay: 455.6s; + -o-animation-delay: 455.6s; + animation-delay: 455.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4557) +{ + -webkit-animation-delay: 455.7s; + -moz-animation-delay: 455.7s; + -o-animation-delay: 455.7s; + animation-delay: 455.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4558) +{ + -webkit-animation-delay: 455.8s; + -moz-animation-delay: 455.8s; + -o-animation-delay: 455.8s; + animation-delay: 455.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4559) +{ + -webkit-animation-delay: 455.9s; + -moz-animation-delay: 455.9s; + -o-animation-delay: 455.9s; + animation-delay: 455.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4560) +{ + -webkit-animation-delay: 456s; + -moz-animation-delay: 456s; + -o-animation-delay: 456s; + animation-delay: 456s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4561) +{ + -webkit-animation-delay: 456.1s; + -moz-animation-delay: 456.1s; + -o-animation-delay: 456.1s; + animation-delay: 456.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4562) +{ + -webkit-animation-delay: 456.2s; + -moz-animation-delay: 456.2s; + -o-animation-delay: 456.2s; + animation-delay: 456.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4563) +{ + -webkit-animation-delay: 456.3s; + -moz-animation-delay: 456.3s; + -o-animation-delay: 456.3s; + animation-delay: 456.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4564) +{ + -webkit-animation-delay: 456.4s; + -moz-animation-delay: 456.4s; + -o-animation-delay: 456.4s; + animation-delay: 456.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4565) +{ + -webkit-animation-delay: 456.5s; + -moz-animation-delay: 456.5s; + -o-animation-delay: 456.5s; + animation-delay: 456.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4566) +{ + -webkit-animation-delay: 456.6s; + -moz-animation-delay: 456.6s; + -o-animation-delay: 456.6s; + animation-delay: 456.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4567) +{ + -webkit-animation-delay: 456.7s; + -moz-animation-delay: 456.7s; + -o-animation-delay: 456.7s; + animation-delay: 456.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4568) +{ + -webkit-animation-delay: 456.8s; + -moz-animation-delay: 456.8s; + -o-animation-delay: 456.8s; + animation-delay: 456.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4569) +{ + -webkit-animation-delay: 456.9s; + -moz-animation-delay: 456.9s; + -o-animation-delay: 456.9s; + animation-delay: 456.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4570) +{ + -webkit-animation-delay: 457s; + -moz-animation-delay: 457s; + -o-animation-delay: 457s; + animation-delay: 457s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4571) +{ + -webkit-animation-delay: 457.1s; + -moz-animation-delay: 457.1s; + -o-animation-delay: 457.1s; + animation-delay: 457.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4572) +{ + -webkit-animation-delay: 457.2s; + -moz-animation-delay: 457.2s; + -o-animation-delay: 457.2s; + animation-delay: 457.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4573) +{ + -webkit-animation-delay: 457.3s; + -moz-animation-delay: 457.3s; + -o-animation-delay: 457.3s; + animation-delay: 457.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4574) +{ + -webkit-animation-delay: 457.4s; + -moz-animation-delay: 457.4s; + -o-animation-delay: 457.4s; + animation-delay: 457.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4575) +{ + -webkit-animation-delay: 457.5s; + -moz-animation-delay: 457.5s; + -o-animation-delay: 457.5s; + animation-delay: 457.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4576) +{ + -webkit-animation-delay: 457.6s; + -moz-animation-delay: 457.6s; + -o-animation-delay: 457.6s; + animation-delay: 457.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4577) +{ + -webkit-animation-delay: 457.7s; + -moz-animation-delay: 457.7s; + -o-animation-delay: 457.7s; + animation-delay: 457.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4578) +{ + -webkit-animation-delay: 457.8s; + -moz-animation-delay: 457.8s; + -o-animation-delay: 457.8s; + animation-delay: 457.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4579) +{ + -webkit-animation-delay: 457.9s; + -moz-animation-delay: 457.9s; + -o-animation-delay: 457.9s; + animation-delay: 457.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4580) +{ + -webkit-animation-delay: 458s; + -moz-animation-delay: 458s; + -o-animation-delay: 458s; + animation-delay: 458s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4581) +{ + -webkit-animation-delay: 458.1s; + -moz-animation-delay: 458.1s; + -o-animation-delay: 458.1s; + animation-delay: 458.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4582) +{ + -webkit-animation-delay: 458.2s; + -moz-animation-delay: 458.2s; + -o-animation-delay: 458.2s; + animation-delay: 458.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4583) +{ + -webkit-animation-delay: 458.3s; + -moz-animation-delay: 458.3s; + -o-animation-delay: 458.3s; + animation-delay: 458.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4584) +{ + -webkit-animation-delay: 458.4s; + -moz-animation-delay: 458.4s; + -o-animation-delay: 458.4s; + animation-delay: 458.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4585) +{ + -webkit-animation-delay: 458.5s; + -moz-animation-delay: 458.5s; + -o-animation-delay: 458.5s; + animation-delay: 458.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4586) +{ + -webkit-animation-delay: 458.6s; + -moz-animation-delay: 458.6s; + -o-animation-delay: 458.6s; + animation-delay: 458.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4587) +{ + -webkit-animation-delay: 458.7s; + -moz-animation-delay: 458.7s; + -o-animation-delay: 458.7s; + animation-delay: 458.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4588) +{ + -webkit-animation-delay: 458.8s; + -moz-animation-delay: 458.8s; + -o-animation-delay: 458.8s; + animation-delay: 458.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4589) +{ + -webkit-animation-delay: 458.9s; + -moz-animation-delay: 458.9s; + -o-animation-delay: 458.9s; + animation-delay: 458.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4590) +{ + -webkit-animation-delay: 459s; + -moz-animation-delay: 459s; + -o-animation-delay: 459s; + animation-delay: 459s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4591) +{ + -webkit-animation-delay: 459.1s; + -moz-animation-delay: 459.1s; + -o-animation-delay: 459.1s; + animation-delay: 459.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4592) +{ + -webkit-animation-delay: 459.2s; + -moz-animation-delay: 459.2s; + -o-animation-delay: 459.2s; + animation-delay: 459.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4593) +{ + -webkit-animation-delay: 459.3s; + -moz-animation-delay: 459.3s; + -o-animation-delay: 459.3s; + animation-delay: 459.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4594) +{ + -webkit-animation-delay: 459.4s; + -moz-animation-delay: 459.4s; + -o-animation-delay: 459.4s; + animation-delay: 459.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4595) +{ + -webkit-animation-delay: 459.5s; + -moz-animation-delay: 459.5s; + -o-animation-delay: 459.5s; + animation-delay: 459.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4596) +{ + -webkit-animation-delay: 459.6s; + -moz-animation-delay: 459.6s; + -o-animation-delay: 459.6s; + animation-delay: 459.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4597) +{ + -webkit-animation-delay: 459.7s; + -moz-animation-delay: 459.7s; + -o-animation-delay: 459.7s; + animation-delay: 459.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4598) +{ + -webkit-animation-delay: 459.8s; + -moz-animation-delay: 459.8s; + -o-animation-delay: 459.8s; + animation-delay: 459.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4599) +{ + -webkit-animation-delay: 459.9s; + -moz-animation-delay: 459.9s; + -o-animation-delay: 459.9s; + animation-delay: 459.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4600) +{ + -webkit-animation-delay: 460s; + -moz-animation-delay: 460s; + -o-animation-delay: 460s; + animation-delay: 460s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4601) +{ + -webkit-animation-delay: 460.1s; + -moz-animation-delay: 460.1s; + -o-animation-delay: 460.1s; + animation-delay: 460.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4602) +{ + -webkit-animation-delay: 460.2s; + -moz-animation-delay: 460.2s; + -o-animation-delay: 460.2s; + animation-delay: 460.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4603) +{ + -webkit-animation-delay: 460.3s; + -moz-animation-delay: 460.3s; + -o-animation-delay: 460.3s; + animation-delay: 460.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4604) +{ + -webkit-animation-delay: 460.4s; + -moz-animation-delay: 460.4s; + -o-animation-delay: 460.4s; + animation-delay: 460.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4605) +{ + -webkit-animation-delay: 460.5s; + -moz-animation-delay: 460.5s; + -o-animation-delay: 460.5s; + animation-delay: 460.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4606) +{ + -webkit-animation-delay: 460.6s; + -moz-animation-delay: 460.6s; + -o-animation-delay: 460.6s; + animation-delay: 460.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4607) +{ + -webkit-animation-delay: 460.7s; + -moz-animation-delay: 460.7s; + -o-animation-delay: 460.7s; + animation-delay: 460.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4608) +{ + -webkit-animation-delay: 460.8s; + -moz-animation-delay: 460.8s; + -o-animation-delay: 460.8s; + animation-delay: 460.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4609) +{ + -webkit-animation-delay: 460.9s; + -moz-animation-delay: 460.9s; + -o-animation-delay: 460.9s; + animation-delay: 460.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4610) +{ + -webkit-animation-delay: 461s; + -moz-animation-delay: 461s; + -o-animation-delay: 461s; + animation-delay: 461s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4611) +{ + -webkit-animation-delay: 461.1s; + -moz-animation-delay: 461.1s; + -o-animation-delay: 461.1s; + animation-delay: 461.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4612) +{ + -webkit-animation-delay: 461.2s; + -moz-animation-delay: 461.2s; + -o-animation-delay: 461.2s; + animation-delay: 461.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4613) +{ + -webkit-animation-delay: 461.3s; + -moz-animation-delay: 461.3s; + -o-animation-delay: 461.3s; + animation-delay: 461.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4614) +{ + -webkit-animation-delay: 461.4s; + -moz-animation-delay: 461.4s; + -o-animation-delay: 461.4s; + animation-delay: 461.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4615) +{ + -webkit-animation-delay: 461.5s; + -moz-animation-delay: 461.5s; + -o-animation-delay: 461.5s; + animation-delay: 461.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4616) +{ + -webkit-animation-delay: 461.6s; + -moz-animation-delay: 461.6s; + -o-animation-delay: 461.6s; + animation-delay: 461.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4617) +{ + -webkit-animation-delay: 461.7s; + -moz-animation-delay: 461.7s; + -o-animation-delay: 461.7s; + animation-delay: 461.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4618) +{ + -webkit-animation-delay: 461.8s; + -moz-animation-delay: 461.8s; + -o-animation-delay: 461.8s; + animation-delay: 461.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4619) +{ + -webkit-animation-delay: 461.9s; + -moz-animation-delay: 461.9s; + -o-animation-delay: 461.9s; + animation-delay: 461.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4620) +{ + -webkit-animation-delay: 462s; + -moz-animation-delay: 462s; + -o-animation-delay: 462s; + animation-delay: 462s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4621) +{ + -webkit-animation-delay: 462.1s; + -moz-animation-delay: 462.1s; + -o-animation-delay: 462.1s; + animation-delay: 462.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4622) +{ + -webkit-animation-delay: 462.2s; + -moz-animation-delay: 462.2s; + -o-animation-delay: 462.2s; + animation-delay: 462.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4623) +{ + -webkit-animation-delay: 462.3s; + -moz-animation-delay: 462.3s; + -o-animation-delay: 462.3s; + animation-delay: 462.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4624) +{ + -webkit-animation-delay: 462.4s; + -moz-animation-delay: 462.4s; + -o-animation-delay: 462.4s; + animation-delay: 462.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4625) +{ + -webkit-animation-delay: 462.5s; + -moz-animation-delay: 462.5s; + -o-animation-delay: 462.5s; + animation-delay: 462.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4626) +{ + -webkit-animation-delay: 462.6s; + -moz-animation-delay: 462.6s; + -o-animation-delay: 462.6s; + animation-delay: 462.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4627) +{ + -webkit-animation-delay: 462.7s; + -moz-animation-delay: 462.7s; + -o-animation-delay: 462.7s; + animation-delay: 462.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4628) +{ + -webkit-animation-delay: 462.8s; + -moz-animation-delay: 462.8s; + -o-animation-delay: 462.8s; + animation-delay: 462.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4629) +{ + -webkit-animation-delay: 462.9s; + -moz-animation-delay: 462.9s; + -o-animation-delay: 462.9s; + animation-delay: 462.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4630) +{ + -webkit-animation-delay: 463s; + -moz-animation-delay: 463s; + -o-animation-delay: 463s; + animation-delay: 463s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4631) +{ + -webkit-animation-delay: 463.1s; + -moz-animation-delay: 463.1s; + -o-animation-delay: 463.1s; + animation-delay: 463.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4632) +{ + -webkit-animation-delay: 463.2s; + -moz-animation-delay: 463.2s; + -o-animation-delay: 463.2s; + animation-delay: 463.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4633) +{ + -webkit-animation-delay: 463.3s; + -moz-animation-delay: 463.3s; + -o-animation-delay: 463.3s; + animation-delay: 463.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4634) +{ + -webkit-animation-delay: 463.4s; + -moz-animation-delay: 463.4s; + -o-animation-delay: 463.4s; + animation-delay: 463.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4635) +{ + -webkit-animation-delay: 463.5s; + -moz-animation-delay: 463.5s; + -o-animation-delay: 463.5s; + animation-delay: 463.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4636) +{ + -webkit-animation-delay: 463.6s; + -moz-animation-delay: 463.6s; + -o-animation-delay: 463.6s; + animation-delay: 463.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4637) +{ + -webkit-animation-delay: 463.7s; + -moz-animation-delay: 463.7s; + -o-animation-delay: 463.7s; + animation-delay: 463.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4638) +{ + -webkit-animation-delay: 463.8s; + -moz-animation-delay: 463.8s; + -o-animation-delay: 463.8s; + animation-delay: 463.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4639) +{ + -webkit-animation-delay: 463.9s; + -moz-animation-delay: 463.9s; + -o-animation-delay: 463.9s; + animation-delay: 463.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4640) +{ + -webkit-animation-delay: 464s; + -moz-animation-delay: 464s; + -o-animation-delay: 464s; + animation-delay: 464s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4641) +{ + -webkit-animation-delay: 464.1s; + -moz-animation-delay: 464.1s; + -o-animation-delay: 464.1s; + animation-delay: 464.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4642) +{ + -webkit-animation-delay: 464.2s; + -moz-animation-delay: 464.2s; + -o-animation-delay: 464.2s; + animation-delay: 464.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4643) +{ + -webkit-animation-delay: 464.3s; + -moz-animation-delay: 464.3s; + -o-animation-delay: 464.3s; + animation-delay: 464.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4644) +{ + -webkit-animation-delay: 464.4s; + -moz-animation-delay: 464.4s; + -o-animation-delay: 464.4s; + animation-delay: 464.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4645) +{ + -webkit-animation-delay: 464.5s; + -moz-animation-delay: 464.5s; + -o-animation-delay: 464.5s; + animation-delay: 464.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4646) +{ + -webkit-animation-delay: 464.6s; + -moz-animation-delay: 464.6s; + -o-animation-delay: 464.6s; + animation-delay: 464.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4647) +{ + -webkit-animation-delay: 464.7s; + -moz-animation-delay: 464.7s; + -o-animation-delay: 464.7s; + animation-delay: 464.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4648) +{ + -webkit-animation-delay: 464.8s; + -moz-animation-delay: 464.8s; + -o-animation-delay: 464.8s; + animation-delay: 464.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4649) +{ + -webkit-animation-delay: 464.9s; + -moz-animation-delay: 464.9s; + -o-animation-delay: 464.9s; + animation-delay: 464.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4650) +{ + -webkit-animation-delay: 465s; + -moz-animation-delay: 465s; + -o-animation-delay: 465s; + animation-delay: 465s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4651) +{ + -webkit-animation-delay: 465.1s; + -moz-animation-delay: 465.1s; + -o-animation-delay: 465.1s; + animation-delay: 465.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4652) +{ + -webkit-animation-delay: 465.2s; + -moz-animation-delay: 465.2s; + -o-animation-delay: 465.2s; + animation-delay: 465.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4653) +{ + -webkit-animation-delay: 465.3s; + -moz-animation-delay: 465.3s; + -o-animation-delay: 465.3s; + animation-delay: 465.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4654) +{ + -webkit-animation-delay: 465.4s; + -moz-animation-delay: 465.4s; + -o-animation-delay: 465.4s; + animation-delay: 465.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4655) +{ + -webkit-animation-delay: 465.5s; + -moz-animation-delay: 465.5s; + -o-animation-delay: 465.5s; + animation-delay: 465.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4656) +{ + -webkit-animation-delay: 465.6s; + -moz-animation-delay: 465.6s; + -o-animation-delay: 465.6s; + animation-delay: 465.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4657) +{ + -webkit-animation-delay: 465.7s; + -moz-animation-delay: 465.7s; + -o-animation-delay: 465.7s; + animation-delay: 465.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4658) +{ + -webkit-animation-delay: 465.8s; + -moz-animation-delay: 465.8s; + -o-animation-delay: 465.8s; + animation-delay: 465.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4659) +{ + -webkit-animation-delay: 465.9s; + -moz-animation-delay: 465.9s; + -o-animation-delay: 465.9s; + animation-delay: 465.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4660) +{ + -webkit-animation-delay: 466s; + -moz-animation-delay: 466s; + -o-animation-delay: 466s; + animation-delay: 466s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4661) +{ + -webkit-animation-delay: 466.1s; + -moz-animation-delay: 466.1s; + -o-animation-delay: 466.1s; + animation-delay: 466.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4662) +{ + -webkit-animation-delay: 466.2s; + -moz-animation-delay: 466.2s; + -o-animation-delay: 466.2s; + animation-delay: 466.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4663) +{ + -webkit-animation-delay: 466.3s; + -moz-animation-delay: 466.3s; + -o-animation-delay: 466.3s; + animation-delay: 466.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4664) +{ + -webkit-animation-delay: 466.4s; + -moz-animation-delay: 466.4s; + -o-animation-delay: 466.4s; + animation-delay: 466.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4665) +{ + -webkit-animation-delay: 466.5s; + -moz-animation-delay: 466.5s; + -o-animation-delay: 466.5s; + animation-delay: 466.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4666) +{ + -webkit-animation-delay: 466.6s; + -moz-animation-delay: 466.6s; + -o-animation-delay: 466.6s; + animation-delay: 466.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4667) +{ + -webkit-animation-delay: 466.7s; + -moz-animation-delay: 466.7s; + -o-animation-delay: 466.7s; + animation-delay: 466.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4668) +{ + -webkit-animation-delay: 466.8s; + -moz-animation-delay: 466.8s; + -o-animation-delay: 466.8s; + animation-delay: 466.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4669) +{ + -webkit-animation-delay: 466.9s; + -moz-animation-delay: 466.9s; + -o-animation-delay: 466.9s; + animation-delay: 466.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4670) +{ + -webkit-animation-delay: 467s; + -moz-animation-delay: 467s; + -o-animation-delay: 467s; + animation-delay: 467s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4671) +{ + -webkit-animation-delay: 467.1s; + -moz-animation-delay: 467.1s; + -o-animation-delay: 467.1s; + animation-delay: 467.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4672) +{ + -webkit-animation-delay: 467.2s; + -moz-animation-delay: 467.2s; + -o-animation-delay: 467.2s; + animation-delay: 467.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4673) +{ + -webkit-animation-delay: 467.3s; + -moz-animation-delay: 467.3s; + -o-animation-delay: 467.3s; + animation-delay: 467.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4674) +{ + -webkit-animation-delay: 467.4s; + -moz-animation-delay: 467.4s; + -o-animation-delay: 467.4s; + animation-delay: 467.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4675) +{ + -webkit-animation-delay: 467.5s; + -moz-animation-delay: 467.5s; + -o-animation-delay: 467.5s; + animation-delay: 467.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4676) +{ + -webkit-animation-delay: 467.6s; + -moz-animation-delay: 467.6s; + -o-animation-delay: 467.6s; + animation-delay: 467.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4677) +{ + -webkit-animation-delay: 467.7s; + -moz-animation-delay: 467.7s; + -o-animation-delay: 467.7s; + animation-delay: 467.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4678) +{ + -webkit-animation-delay: 467.8s; + -moz-animation-delay: 467.8s; + -o-animation-delay: 467.8s; + animation-delay: 467.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4679) +{ + -webkit-animation-delay: 467.9s; + -moz-animation-delay: 467.9s; + -o-animation-delay: 467.9s; + animation-delay: 467.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4680) +{ + -webkit-animation-delay: 468s; + -moz-animation-delay: 468s; + -o-animation-delay: 468s; + animation-delay: 468s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4681) +{ + -webkit-animation-delay: 468.1s; + -moz-animation-delay: 468.1s; + -o-animation-delay: 468.1s; + animation-delay: 468.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4682) +{ + -webkit-animation-delay: 468.2s; + -moz-animation-delay: 468.2s; + -o-animation-delay: 468.2s; + animation-delay: 468.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4683) +{ + -webkit-animation-delay: 468.3s; + -moz-animation-delay: 468.3s; + -o-animation-delay: 468.3s; + animation-delay: 468.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4684) +{ + -webkit-animation-delay: 468.4s; + -moz-animation-delay: 468.4s; + -o-animation-delay: 468.4s; + animation-delay: 468.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4685) +{ + -webkit-animation-delay: 468.5s; + -moz-animation-delay: 468.5s; + -o-animation-delay: 468.5s; + animation-delay: 468.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4686) +{ + -webkit-animation-delay: 468.6s; + -moz-animation-delay: 468.6s; + -o-animation-delay: 468.6s; + animation-delay: 468.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4687) +{ + -webkit-animation-delay: 468.7s; + -moz-animation-delay: 468.7s; + -o-animation-delay: 468.7s; + animation-delay: 468.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4688) +{ + -webkit-animation-delay: 468.8s; + -moz-animation-delay: 468.8s; + -o-animation-delay: 468.8s; + animation-delay: 468.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4689) +{ + -webkit-animation-delay: 468.9s; + -moz-animation-delay: 468.9s; + -o-animation-delay: 468.9s; + animation-delay: 468.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4690) +{ + -webkit-animation-delay: 469s; + -moz-animation-delay: 469s; + -o-animation-delay: 469s; + animation-delay: 469s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4691) +{ + -webkit-animation-delay: 469.1s; + -moz-animation-delay: 469.1s; + -o-animation-delay: 469.1s; + animation-delay: 469.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4692) +{ + -webkit-animation-delay: 469.2s; + -moz-animation-delay: 469.2s; + -o-animation-delay: 469.2s; + animation-delay: 469.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4693) +{ + -webkit-animation-delay: 469.3s; + -moz-animation-delay: 469.3s; + -o-animation-delay: 469.3s; + animation-delay: 469.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4694) +{ + -webkit-animation-delay: 469.4s; + -moz-animation-delay: 469.4s; + -o-animation-delay: 469.4s; + animation-delay: 469.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4695) +{ + -webkit-animation-delay: 469.5s; + -moz-animation-delay: 469.5s; + -o-animation-delay: 469.5s; + animation-delay: 469.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4696) +{ + -webkit-animation-delay: 469.6s; + -moz-animation-delay: 469.6s; + -o-animation-delay: 469.6s; + animation-delay: 469.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4697) +{ + -webkit-animation-delay: 469.7s; + -moz-animation-delay: 469.7s; + -o-animation-delay: 469.7s; + animation-delay: 469.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4698) +{ + -webkit-animation-delay: 469.8s; + -moz-animation-delay: 469.8s; + -o-animation-delay: 469.8s; + animation-delay: 469.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4699) +{ + -webkit-animation-delay: 469.9s; + -moz-animation-delay: 469.9s; + -o-animation-delay: 469.9s; + animation-delay: 469.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4700) +{ + -webkit-animation-delay: 470s; + -moz-animation-delay: 470s; + -o-animation-delay: 470s; + animation-delay: 470s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4701) +{ + -webkit-animation-delay: 470.1s; + -moz-animation-delay: 470.1s; + -o-animation-delay: 470.1s; + animation-delay: 470.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4702) +{ + -webkit-animation-delay: 470.2s; + -moz-animation-delay: 470.2s; + -o-animation-delay: 470.2s; + animation-delay: 470.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4703) +{ + -webkit-animation-delay: 470.3s; + -moz-animation-delay: 470.3s; + -o-animation-delay: 470.3s; + animation-delay: 470.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4704) +{ + -webkit-animation-delay: 470.4s; + -moz-animation-delay: 470.4s; + -o-animation-delay: 470.4s; + animation-delay: 470.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4705) +{ + -webkit-animation-delay: 470.5s; + -moz-animation-delay: 470.5s; + -o-animation-delay: 470.5s; + animation-delay: 470.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4706) +{ + -webkit-animation-delay: 470.6s; + -moz-animation-delay: 470.6s; + -o-animation-delay: 470.6s; + animation-delay: 470.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4707) +{ + -webkit-animation-delay: 470.7s; + -moz-animation-delay: 470.7s; + -o-animation-delay: 470.7s; + animation-delay: 470.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4708) +{ + -webkit-animation-delay: 470.8s; + -moz-animation-delay: 470.8s; + -o-animation-delay: 470.8s; + animation-delay: 470.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4709) +{ + -webkit-animation-delay: 470.9s; + -moz-animation-delay: 470.9s; + -o-animation-delay: 470.9s; + animation-delay: 470.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4710) +{ + -webkit-animation-delay: 471s; + -moz-animation-delay: 471s; + -o-animation-delay: 471s; + animation-delay: 471s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4711) +{ + -webkit-animation-delay: 471.1s; + -moz-animation-delay: 471.1s; + -o-animation-delay: 471.1s; + animation-delay: 471.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4712) +{ + -webkit-animation-delay: 471.2s; + -moz-animation-delay: 471.2s; + -o-animation-delay: 471.2s; + animation-delay: 471.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4713) +{ + -webkit-animation-delay: 471.3s; + -moz-animation-delay: 471.3s; + -o-animation-delay: 471.3s; + animation-delay: 471.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4714) +{ + -webkit-animation-delay: 471.4s; + -moz-animation-delay: 471.4s; + -o-animation-delay: 471.4s; + animation-delay: 471.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4715) +{ + -webkit-animation-delay: 471.5s; + -moz-animation-delay: 471.5s; + -o-animation-delay: 471.5s; + animation-delay: 471.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4716) +{ + -webkit-animation-delay: 471.6s; + -moz-animation-delay: 471.6s; + -o-animation-delay: 471.6s; + animation-delay: 471.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4717) +{ + -webkit-animation-delay: 471.7s; + -moz-animation-delay: 471.7s; + -o-animation-delay: 471.7s; + animation-delay: 471.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4718) +{ + -webkit-animation-delay: 471.8s; + -moz-animation-delay: 471.8s; + -o-animation-delay: 471.8s; + animation-delay: 471.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4719) +{ + -webkit-animation-delay: 471.9s; + -moz-animation-delay: 471.9s; + -o-animation-delay: 471.9s; + animation-delay: 471.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4720) +{ + -webkit-animation-delay: 472s; + -moz-animation-delay: 472s; + -o-animation-delay: 472s; + animation-delay: 472s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4721) +{ + -webkit-animation-delay: 472.1s; + -moz-animation-delay: 472.1s; + -o-animation-delay: 472.1s; + animation-delay: 472.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4722) +{ + -webkit-animation-delay: 472.2s; + -moz-animation-delay: 472.2s; + -o-animation-delay: 472.2s; + animation-delay: 472.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4723) +{ + -webkit-animation-delay: 472.3s; + -moz-animation-delay: 472.3s; + -o-animation-delay: 472.3s; + animation-delay: 472.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4724) +{ + -webkit-animation-delay: 472.4s; + -moz-animation-delay: 472.4s; + -o-animation-delay: 472.4s; + animation-delay: 472.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4725) +{ + -webkit-animation-delay: 472.5s; + -moz-animation-delay: 472.5s; + -o-animation-delay: 472.5s; + animation-delay: 472.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4726) +{ + -webkit-animation-delay: 472.6s; + -moz-animation-delay: 472.6s; + -o-animation-delay: 472.6s; + animation-delay: 472.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4727) +{ + -webkit-animation-delay: 472.7s; + -moz-animation-delay: 472.7s; + -o-animation-delay: 472.7s; + animation-delay: 472.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4728) +{ + -webkit-animation-delay: 472.8s; + -moz-animation-delay: 472.8s; + -o-animation-delay: 472.8s; + animation-delay: 472.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4729) +{ + -webkit-animation-delay: 472.9s; + -moz-animation-delay: 472.9s; + -o-animation-delay: 472.9s; + animation-delay: 472.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4730) +{ + -webkit-animation-delay: 473s; + -moz-animation-delay: 473s; + -o-animation-delay: 473s; + animation-delay: 473s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4731) +{ + -webkit-animation-delay: 473.1s; + -moz-animation-delay: 473.1s; + -o-animation-delay: 473.1s; + animation-delay: 473.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4732) +{ + -webkit-animation-delay: 473.2s; + -moz-animation-delay: 473.2s; + -o-animation-delay: 473.2s; + animation-delay: 473.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4733) +{ + -webkit-animation-delay: 473.3s; + -moz-animation-delay: 473.3s; + -o-animation-delay: 473.3s; + animation-delay: 473.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4734) +{ + -webkit-animation-delay: 473.4s; + -moz-animation-delay: 473.4s; + -o-animation-delay: 473.4s; + animation-delay: 473.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4735) +{ + -webkit-animation-delay: 473.5s; + -moz-animation-delay: 473.5s; + -o-animation-delay: 473.5s; + animation-delay: 473.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4736) +{ + -webkit-animation-delay: 473.6s; + -moz-animation-delay: 473.6s; + -o-animation-delay: 473.6s; + animation-delay: 473.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4737) +{ + -webkit-animation-delay: 473.7s; + -moz-animation-delay: 473.7s; + -o-animation-delay: 473.7s; + animation-delay: 473.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4738) +{ + -webkit-animation-delay: 473.8s; + -moz-animation-delay: 473.8s; + -o-animation-delay: 473.8s; + animation-delay: 473.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4739) +{ + -webkit-animation-delay: 473.9s; + -moz-animation-delay: 473.9s; + -o-animation-delay: 473.9s; + animation-delay: 473.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4740) +{ + -webkit-animation-delay: 474s; + -moz-animation-delay: 474s; + -o-animation-delay: 474s; + animation-delay: 474s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4741) +{ + -webkit-animation-delay: 474.1s; + -moz-animation-delay: 474.1s; + -o-animation-delay: 474.1s; + animation-delay: 474.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4742) +{ + -webkit-animation-delay: 474.2s; + -moz-animation-delay: 474.2s; + -o-animation-delay: 474.2s; + animation-delay: 474.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4743) +{ + -webkit-animation-delay: 474.3s; + -moz-animation-delay: 474.3s; + -o-animation-delay: 474.3s; + animation-delay: 474.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4744) +{ + -webkit-animation-delay: 474.4s; + -moz-animation-delay: 474.4s; + -o-animation-delay: 474.4s; + animation-delay: 474.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4745) +{ + -webkit-animation-delay: 474.5s; + -moz-animation-delay: 474.5s; + -o-animation-delay: 474.5s; + animation-delay: 474.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4746) +{ + -webkit-animation-delay: 474.6s; + -moz-animation-delay: 474.6s; + -o-animation-delay: 474.6s; + animation-delay: 474.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4747) +{ + -webkit-animation-delay: 474.7s; + -moz-animation-delay: 474.7s; + -o-animation-delay: 474.7s; + animation-delay: 474.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4748) +{ + -webkit-animation-delay: 474.8s; + -moz-animation-delay: 474.8s; + -o-animation-delay: 474.8s; + animation-delay: 474.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4749) +{ + -webkit-animation-delay: 474.9s; + -moz-animation-delay: 474.9s; + -o-animation-delay: 474.9s; + animation-delay: 474.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4750) +{ + -webkit-animation-delay: 475s; + -moz-animation-delay: 475s; + -o-animation-delay: 475s; + animation-delay: 475s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4751) +{ + -webkit-animation-delay: 475.1s; + -moz-animation-delay: 475.1s; + -o-animation-delay: 475.1s; + animation-delay: 475.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4752) +{ + -webkit-animation-delay: 475.2s; + -moz-animation-delay: 475.2s; + -o-animation-delay: 475.2s; + animation-delay: 475.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4753) +{ + -webkit-animation-delay: 475.3s; + -moz-animation-delay: 475.3s; + -o-animation-delay: 475.3s; + animation-delay: 475.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4754) +{ + -webkit-animation-delay: 475.4s; + -moz-animation-delay: 475.4s; + -o-animation-delay: 475.4s; + animation-delay: 475.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4755) +{ + -webkit-animation-delay: 475.5s; + -moz-animation-delay: 475.5s; + -o-animation-delay: 475.5s; + animation-delay: 475.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4756) +{ + -webkit-animation-delay: 475.6s; + -moz-animation-delay: 475.6s; + -o-animation-delay: 475.6s; + animation-delay: 475.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4757) +{ + -webkit-animation-delay: 475.7s; + -moz-animation-delay: 475.7s; + -o-animation-delay: 475.7s; + animation-delay: 475.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4758) +{ + -webkit-animation-delay: 475.8s; + -moz-animation-delay: 475.8s; + -o-animation-delay: 475.8s; + animation-delay: 475.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4759) +{ + -webkit-animation-delay: 475.9s; + -moz-animation-delay: 475.9s; + -o-animation-delay: 475.9s; + animation-delay: 475.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4760) +{ + -webkit-animation-delay: 476s; + -moz-animation-delay: 476s; + -o-animation-delay: 476s; + animation-delay: 476s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4761) +{ + -webkit-animation-delay: 476.1s; + -moz-animation-delay: 476.1s; + -o-animation-delay: 476.1s; + animation-delay: 476.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4762) +{ + -webkit-animation-delay: 476.2s; + -moz-animation-delay: 476.2s; + -o-animation-delay: 476.2s; + animation-delay: 476.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4763) +{ + -webkit-animation-delay: 476.3s; + -moz-animation-delay: 476.3s; + -o-animation-delay: 476.3s; + animation-delay: 476.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4764) +{ + -webkit-animation-delay: 476.4s; + -moz-animation-delay: 476.4s; + -o-animation-delay: 476.4s; + animation-delay: 476.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4765) +{ + -webkit-animation-delay: 476.5s; + -moz-animation-delay: 476.5s; + -o-animation-delay: 476.5s; + animation-delay: 476.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4766) +{ + -webkit-animation-delay: 476.6s; + -moz-animation-delay: 476.6s; + -o-animation-delay: 476.6s; + animation-delay: 476.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4767) +{ + -webkit-animation-delay: 476.7s; + -moz-animation-delay: 476.7s; + -o-animation-delay: 476.7s; + animation-delay: 476.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4768) +{ + -webkit-animation-delay: 476.8s; + -moz-animation-delay: 476.8s; + -o-animation-delay: 476.8s; + animation-delay: 476.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4769) +{ + -webkit-animation-delay: 476.9s; + -moz-animation-delay: 476.9s; + -o-animation-delay: 476.9s; + animation-delay: 476.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4770) +{ + -webkit-animation-delay: 477s; + -moz-animation-delay: 477s; + -o-animation-delay: 477s; + animation-delay: 477s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4771) +{ + -webkit-animation-delay: 477.1s; + -moz-animation-delay: 477.1s; + -o-animation-delay: 477.1s; + animation-delay: 477.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4772) +{ + -webkit-animation-delay: 477.2s; + -moz-animation-delay: 477.2s; + -o-animation-delay: 477.2s; + animation-delay: 477.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4773) +{ + -webkit-animation-delay: 477.3s; + -moz-animation-delay: 477.3s; + -o-animation-delay: 477.3s; + animation-delay: 477.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4774) +{ + -webkit-animation-delay: 477.4s; + -moz-animation-delay: 477.4s; + -o-animation-delay: 477.4s; + animation-delay: 477.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4775) +{ + -webkit-animation-delay: 477.5s; + -moz-animation-delay: 477.5s; + -o-animation-delay: 477.5s; + animation-delay: 477.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4776) +{ + -webkit-animation-delay: 477.6s; + -moz-animation-delay: 477.6s; + -o-animation-delay: 477.6s; + animation-delay: 477.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4777) +{ + -webkit-animation-delay: 477.7s; + -moz-animation-delay: 477.7s; + -o-animation-delay: 477.7s; + animation-delay: 477.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4778) +{ + -webkit-animation-delay: 477.8s; + -moz-animation-delay: 477.8s; + -o-animation-delay: 477.8s; + animation-delay: 477.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4779) +{ + -webkit-animation-delay: 477.9s; + -moz-animation-delay: 477.9s; + -o-animation-delay: 477.9s; + animation-delay: 477.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4780) +{ + -webkit-animation-delay: 478s; + -moz-animation-delay: 478s; + -o-animation-delay: 478s; + animation-delay: 478s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4781) +{ + -webkit-animation-delay: 478.1s; + -moz-animation-delay: 478.1s; + -o-animation-delay: 478.1s; + animation-delay: 478.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4782) +{ + -webkit-animation-delay: 478.2s; + -moz-animation-delay: 478.2s; + -o-animation-delay: 478.2s; + animation-delay: 478.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4783) +{ + -webkit-animation-delay: 478.3s; + -moz-animation-delay: 478.3s; + -o-animation-delay: 478.3s; + animation-delay: 478.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4784) +{ + -webkit-animation-delay: 478.4s; + -moz-animation-delay: 478.4s; + -o-animation-delay: 478.4s; + animation-delay: 478.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4785) +{ + -webkit-animation-delay: 478.5s; + -moz-animation-delay: 478.5s; + -o-animation-delay: 478.5s; + animation-delay: 478.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4786) +{ + -webkit-animation-delay: 478.6s; + -moz-animation-delay: 478.6s; + -o-animation-delay: 478.6s; + animation-delay: 478.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4787) +{ + -webkit-animation-delay: 478.7s; + -moz-animation-delay: 478.7s; + -o-animation-delay: 478.7s; + animation-delay: 478.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4788) +{ + -webkit-animation-delay: 478.8s; + -moz-animation-delay: 478.8s; + -o-animation-delay: 478.8s; + animation-delay: 478.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4789) +{ + -webkit-animation-delay: 478.9s; + -moz-animation-delay: 478.9s; + -o-animation-delay: 478.9s; + animation-delay: 478.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4790) +{ + -webkit-animation-delay: 479s; + -moz-animation-delay: 479s; + -o-animation-delay: 479s; + animation-delay: 479s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4791) +{ + -webkit-animation-delay: 479.1s; + -moz-animation-delay: 479.1s; + -o-animation-delay: 479.1s; + animation-delay: 479.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4792) +{ + -webkit-animation-delay: 479.2s; + -moz-animation-delay: 479.2s; + -o-animation-delay: 479.2s; + animation-delay: 479.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4793) +{ + -webkit-animation-delay: 479.3s; + -moz-animation-delay: 479.3s; + -o-animation-delay: 479.3s; + animation-delay: 479.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4794) +{ + -webkit-animation-delay: 479.4s; + -moz-animation-delay: 479.4s; + -o-animation-delay: 479.4s; + animation-delay: 479.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4795) +{ + -webkit-animation-delay: 479.5s; + -moz-animation-delay: 479.5s; + -o-animation-delay: 479.5s; + animation-delay: 479.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4796) +{ + -webkit-animation-delay: 479.6s; + -moz-animation-delay: 479.6s; + -o-animation-delay: 479.6s; + animation-delay: 479.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4797) +{ + -webkit-animation-delay: 479.7s; + -moz-animation-delay: 479.7s; + -o-animation-delay: 479.7s; + animation-delay: 479.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4798) +{ + -webkit-animation-delay: 479.8s; + -moz-animation-delay: 479.8s; + -o-animation-delay: 479.8s; + animation-delay: 479.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4799) +{ + -webkit-animation-delay: 479.9s; + -moz-animation-delay: 479.9s; + -o-animation-delay: 479.9s; + animation-delay: 479.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4800) +{ + -webkit-animation-delay: 480s; + -moz-animation-delay: 480s; + -o-animation-delay: 480s; + animation-delay: 480s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4801) +{ + -webkit-animation-delay: 480.1s; + -moz-animation-delay: 480.1s; + -o-animation-delay: 480.1s; + animation-delay: 480.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4802) +{ + -webkit-animation-delay: 480.2s; + -moz-animation-delay: 480.2s; + -o-animation-delay: 480.2s; + animation-delay: 480.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4803) +{ + -webkit-animation-delay: 480.3s; + -moz-animation-delay: 480.3s; + -o-animation-delay: 480.3s; + animation-delay: 480.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4804) +{ + -webkit-animation-delay: 480.4s; + -moz-animation-delay: 480.4s; + -o-animation-delay: 480.4s; + animation-delay: 480.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4805) +{ + -webkit-animation-delay: 480.5s; + -moz-animation-delay: 480.5s; + -o-animation-delay: 480.5s; + animation-delay: 480.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4806) +{ + -webkit-animation-delay: 480.6s; + -moz-animation-delay: 480.6s; + -o-animation-delay: 480.6s; + animation-delay: 480.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4807) +{ + -webkit-animation-delay: 480.7s; + -moz-animation-delay: 480.7s; + -o-animation-delay: 480.7s; + animation-delay: 480.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4808) +{ + -webkit-animation-delay: 480.8s; + -moz-animation-delay: 480.8s; + -o-animation-delay: 480.8s; + animation-delay: 480.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4809) +{ + -webkit-animation-delay: 480.9s; + -moz-animation-delay: 480.9s; + -o-animation-delay: 480.9s; + animation-delay: 480.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4810) +{ + -webkit-animation-delay: 481s; + -moz-animation-delay: 481s; + -o-animation-delay: 481s; + animation-delay: 481s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4811) +{ + -webkit-animation-delay: 481.1s; + -moz-animation-delay: 481.1s; + -o-animation-delay: 481.1s; + animation-delay: 481.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4812) +{ + -webkit-animation-delay: 481.2s; + -moz-animation-delay: 481.2s; + -o-animation-delay: 481.2s; + animation-delay: 481.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4813) +{ + -webkit-animation-delay: 481.3s; + -moz-animation-delay: 481.3s; + -o-animation-delay: 481.3s; + animation-delay: 481.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4814) +{ + -webkit-animation-delay: 481.4s; + -moz-animation-delay: 481.4s; + -o-animation-delay: 481.4s; + animation-delay: 481.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4815) +{ + -webkit-animation-delay: 481.5s; + -moz-animation-delay: 481.5s; + -o-animation-delay: 481.5s; + animation-delay: 481.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4816) +{ + -webkit-animation-delay: 481.6s; + -moz-animation-delay: 481.6s; + -o-animation-delay: 481.6s; + animation-delay: 481.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4817) +{ + -webkit-animation-delay: 481.7s; + -moz-animation-delay: 481.7s; + -o-animation-delay: 481.7s; + animation-delay: 481.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4818) +{ + -webkit-animation-delay: 481.8s; + -moz-animation-delay: 481.8s; + -o-animation-delay: 481.8s; + animation-delay: 481.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4819) +{ + -webkit-animation-delay: 481.9s; + -moz-animation-delay: 481.9s; + -o-animation-delay: 481.9s; + animation-delay: 481.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4820) +{ + -webkit-animation-delay: 482s; + -moz-animation-delay: 482s; + -o-animation-delay: 482s; + animation-delay: 482s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4821) +{ + -webkit-animation-delay: 482.1s; + -moz-animation-delay: 482.1s; + -o-animation-delay: 482.1s; + animation-delay: 482.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4822) +{ + -webkit-animation-delay: 482.2s; + -moz-animation-delay: 482.2s; + -o-animation-delay: 482.2s; + animation-delay: 482.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4823) +{ + -webkit-animation-delay: 482.3s; + -moz-animation-delay: 482.3s; + -o-animation-delay: 482.3s; + animation-delay: 482.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4824) +{ + -webkit-animation-delay: 482.4s; + -moz-animation-delay: 482.4s; + -o-animation-delay: 482.4s; + animation-delay: 482.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4825) +{ + -webkit-animation-delay: 482.5s; + -moz-animation-delay: 482.5s; + -o-animation-delay: 482.5s; + animation-delay: 482.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4826) +{ + -webkit-animation-delay: 482.6s; + -moz-animation-delay: 482.6s; + -o-animation-delay: 482.6s; + animation-delay: 482.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4827) +{ + -webkit-animation-delay: 482.7s; + -moz-animation-delay: 482.7s; + -o-animation-delay: 482.7s; + animation-delay: 482.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4828) +{ + -webkit-animation-delay: 482.8s; + -moz-animation-delay: 482.8s; + -o-animation-delay: 482.8s; + animation-delay: 482.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4829) +{ + -webkit-animation-delay: 482.9s; + -moz-animation-delay: 482.9s; + -o-animation-delay: 482.9s; + animation-delay: 482.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4830) +{ + -webkit-animation-delay: 483s; + -moz-animation-delay: 483s; + -o-animation-delay: 483s; + animation-delay: 483s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4831) +{ + -webkit-animation-delay: 483.1s; + -moz-animation-delay: 483.1s; + -o-animation-delay: 483.1s; + animation-delay: 483.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4832) +{ + -webkit-animation-delay: 483.2s; + -moz-animation-delay: 483.2s; + -o-animation-delay: 483.2s; + animation-delay: 483.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4833) +{ + -webkit-animation-delay: 483.3s; + -moz-animation-delay: 483.3s; + -o-animation-delay: 483.3s; + animation-delay: 483.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4834) +{ + -webkit-animation-delay: 483.4s; + -moz-animation-delay: 483.4s; + -o-animation-delay: 483.4s; + animation-delay: 483.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4835) +{ + -webkit-animation-delay: 483.5s; + -moz-animation-delay: 483.5s; + -o-animation-delay: 483.5s; + animation-delay: 483.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4836) +{ + -webkit-animation-delay: 483.6s; + -moz-animation-delay: 483.6s; + -o-animation-delay: 483.6s; + animation-delay: 483.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4837) +{ + -webkit-animation-delay: 483.7s; + -moz-animation-delay: 483.7s; + -o-animation-delay: 483.7s; + animation-delay: 483.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4838) +{ + -webkit-animation-delay: 483.8s; + -moz-animation-delay: 483.8s; + -o-animation-delay: 483.8s; + animation-delay: 483.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4839) +{ + -webkit-animation-delay: 483.9s; + -moz-animation-delay: 483.9s; + -o-animation-delay: 483.9s; + animation-delay: 483.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4840) +{ + -webkit-animation-delay: 484s; + -moz-animation-delay: 484s; + -o-animation-delay: 484s; + animation-delay: 484s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4841) +{ + -webkit-animation-delay: 484.1s; + -moz-animation-delay: 484.1s; + -o-animation-delay: 484.1s; + animation-delay: 484.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4842) +{ + -webkit-animation-delay: 484.2s; + -moz-animation-delay: 484.2s; + -o-animation-delay: 484.2s; + animation-delay: 484.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4843) +{ + -webkit-animation-delay: 484.3s; + -moz-animation-delay: 484.3s; + -o-animation-delay: 484.3s; + animation-delay: 484.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4844) +{ + -webkit-animation-delay: 484.4s; + -moz-animation-delay: 484.4s; + -o-animation-delay: 484.4s; + animation-delay: 484.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4845) +{ + -webkit-animation-delay: 484.5s; + -moz-animation-delay: 484.5s; + -o-animation-delay: 484.5s; + animation-delay: 484.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4846) +{ + -webkit-animation-delay: 484.6s; + -moz-animation-delay: 484.6s; + -o-animation-delay: 484.6s; + animation-delay: 484.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4847) +{ + -webkit-animation-delay: 484.7s; + -moz-animation-delay: 484.7s; + -o-animation-delay: 484.7s; + animation-delay: 484.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4848) +{ + -webkit-animation-delay: 484.8s; + -moz-animation-delay: 484.8s; + -o-animation-delay: 484.8s; + animation-delay: 484.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4849) +{ + -webkit-animation-delay: 484.9s; + -moz-animation-delay: 484.9s; + -o-animation-delay: 484.9s; + animation-delay: 484.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4850) +{ + -webkit-animation-delay: 485s; + -moz-animation-delay: 485s; + -o-animation-delay: 485s; + animation-delay: 485s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4851) +{ + -webkit-animation-delay: 485.1s; + -moz-animation-delay: 485.1s; + -o-animation-delay: 485.1s; + animation-delay: 485.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4852) +{ + -webkit-animation-delay: 485.2s; + -moz-animation-delay: 485.2s; + -o-animation-delay: 485.2s; + animation-delay: 485.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4853) +{ + -webkit-animation-delay: 485.3s; + -moz-animation-delay: 485.3s; + -o-animation-delay: 485.3s; + animation-delay: 485.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4854) +{ + -webkit-animation-delay: 485.4s; + -moz-animation-delay: 485.4s; + -o-animation-delay: 485.4s; + animation-delay: 485.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4855) +{ + -webkit-animation-delay: 485.5s; + -moz-animation-delay: 485.5s; + -o-animation-delay: 485.5s; + animation-delay: 485.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4856) +{ + -webkit-animation-delay: 485.6s; + -moz-animation-delay: 485.6s; + -o-animation-delay: 485.6s; + animation-delay: 485.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4857) +{ + -webkit-animation-delay: 485.7s; + -moz-animation-delay: 485.7s; + -o-animation-delay: 485.7s; + animation-delay: 485.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4858) +{ + -webkit-animation-delay: 485.8s; + -moz-animation-delay: 485.8s; + -o-animation-delay: 485.8s; + animation-delay: 485.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4859) +{ + -webkit-animation-delay: 485.9s; + -moz-animation-delay: 485.9s; + -o-animation-delay: 485.9s; + animation-delay: 485.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4860) +{ + -webkit-animation-delay: 486s; + -moz-animation-delay: 486s; + -o-animation-delay: 486s; + animation-delay: 486s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4861) +{ + -webkit-animation-delay: 486.1s; + -moz-animation-delay: 486.1s; + -o-animation-delay: 486.1s; + animation-delay: 486.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4862) +{ + -webkit-animation-delay: 486.2s; + -moz-animation-delay: 486.2s; + -o-animation-delay: 486.2s; + animation-delay: 486.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4863) +{ + -webkit-animation-delay: 486.3s; + -moz-animation-delay: 486.3s; + -o-animation-delay: 486.3s; + animation-delay: 486.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4864) +{ + -webkit-animation-delay: 486.4s; + -moz-animation-delay: 486.4s; + -o-animation-delay: 486.4s; + animation-delay: 486.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4865) +{ + -webkit-animation-delay: 486.5s; + -moz-animation-delay: 486.5s; + -o-animation-delay: 486.5s; + animation-delay: 486.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4866) +{ + -webkit-animation-delay: 486.6s; + -moz-animation-delay: 486.6s; + -o-animation-delay: 486.6s; + animation-delay: 486.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4867) +{ + -webkit-animation-delay: 486.7s; + -moz-animation-delay: 486.7s; + -o-animation-delay: 486.7s; + animation-delay: 486.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4868) +{ + -webkit-animation-delay: 486.8s; + -moz-animation-delay: 486.8s; + -o-animation-delay: 486.8s; + animation-delay: 486.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4869) +{ + -webkit-animation-delay: 486.9s; + -moz-animation-delay: 486.9s; + -o-animation-delay: 486.9s; + animation-delay: 486.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4870) +{ + -webkit-animation-delay: 487s; + -moz-animation-delay: 487s; + -o-animation-delay: 487s; + animation-delay: 487s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4871) +{ + -webkit-animation-delay: 487.1s; + -moz-animation-delay: 487.1s; + -o-animation-delay: 487.1s; + animation-delay: 487.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4872) +{ + -webkit-animation-delay: 487.2s; + -moz-animation-delay: 487.2s; + -o-animation-delay: 487.2s; + animation-delay: 487.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4873) +{ + -webkit-animation-delay: 487.3s; + -moz-animation-delay: 487.3s; + -o-animation-delay: 487.3s; + animation-delay: 487.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4874) +{ + -webkit-animation-delay: 487.4s; + -moz-animation-delay: 487.4s; + -o-animation-delay: 487.4s; + animation-delay: 487.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4875) +{ + -webkit-animation-delay: 487.5s; + -moz-animation-delay: 487.5s; + -o-animation-delay: 487.5s; + animation-delay: 487.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4876) +{ + -webkit-animation-delay: 487.6s; + -moz-animation-delay: 487.6s; + -o-animation-delay: 487.6s; + animation-delay: 487.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4877) +{ + -webkit-animation-delay: 487.7s; + -moz-animation-delay: 487.7s; + -o-animation-delay: 487.7s; + animation-delay: 487.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4878) +{ + -webkit-animation-delay: 487.8s; + -moz-animation-delay: 487.8s; + -o-animation-delay: 487.8s; + animation-delay: 487.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4879) +{ + -webkit-animation-delay: 487.9s; + -moz-animation-delay: 487.9s; + -o-animation-delay: 487.9s; + animation-delay: 487.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4880) +{ + -webkit-animation-delay: 488s; + -moz-animation-delay: 488s; + -o-animation-delay: 488s; + animation-delay: 488s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4881) +{ + -webkit-animation-delay: 488.1s; + -moz-animation-delay: 488.1s; + -o-animation-delay: 488.1s; + animation-delay: 488.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4882) +{ + -webkit-animation-delay: 488.2s; + -moz-animation-delay: 488.2s; + -o-animation-delay: 488.2s; + animation-delay: 488.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4883) +{ + -webkit-animation-delay: 488.3s; + -moz-animation-delay: 488.3s; + -o-animation-delay: 488.3s; + animation-delay: 488.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4884) +{ + -webkit-animation-delay: 488.4s; + -moz-animation-delay: 488.4s; + -o-animation-delay: 488.4s; + animation-delay: 488.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4885) +{ + -webkit-animation-delay: 488.5s; + -moz-animation-delay: 488.5s; + -o-animation-delay: 488.5s; + animation-delay: 488.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4886) +{ + -webkit-animation-delay: 488.6s; + -moz-animation-delay: 488.6s; + -o-animation-delay: 488.6s; + animation-delay: 488.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4887) +{ + -webkit-animation-delay: 488.7s; + -moz-animation-delay: 488.7s; + -o-animation-delay: 488.7s; + animation-delay: 488.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4888) +{ + -webkit-animation-delay: 488.8s; + -moz-animation-delay: 488.8s; + -o-animation-delay: 488.8s; + animation-delay: 488.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4889) +{ + -webkit-animation-delay: 488.9s; + -moz-animation-delay: 488.9s; + -o-animation-delay: 488.9s; + animation-delay: 488.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4890) +{ + -webkit-animation-delay: 489s; + -moz-animation-delay: 489s; + -o-animation-delay: 489s; + animation-delay: 489s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4891) +{ + -webkit-animation-delay: 489.1s; + -moz-animation-delay: 489.1s; + -o-animation-delay: 489.1s; + animation-delay: 489.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4892) +{ + -webkit-animation-delay: 489.2s; + -moz-animation-delay: 489.2s; + -o-animation-delay: 489.2s; + animation-delay: 489.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4893) +{ + -webkit-animation-delay: 489.3s; + -moz-animation-delay: 489.3s; + -o-animation-delay: 489.3s; + animation-delay: 489.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4894) +{ + -webkit-animation-delay: 489.4s; + -moz-animation-delay: 489.4s; + -o-animation-delay: 489.4s; + animation-delay: 489.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4895) +{ + -webkit-animation-delay: 489.5s; + -moz-animation-delay: 489.5s; + -o-animation-delay: 489.5s; + animation-delay: 489.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4896) +{ + -webkit-animation-delay: 489.6s; + -moz-animation-delay: 489.6s; + -o-animation-delay: 489.6s; + animation-delay: 489.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4897) +{ + -webkit-animation-delay: 489.7s; + -moz-animation-delay: 489.7s; + -o-animation-delay: 489.7s; + animation-delay: 489.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4898) +{ + -webkit-animation-delay: 489.8s; + -moz-animation-delay: 489.8s; + -o-animation-delay: 489.8s; + animation-delay: 489.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4899) +{ + -webkit-animation-delay: 489.9s; + -moz-animation-delay: 489.9s; + -o-animation-delay: 489.9s; + animation-delay: 489.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4900) +{ + -webkit-animation-delay: 490s; + -moz-animation-delay: 490s; + -o-animation-delay: 490s; + animation-delay: 490s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4901) +{ + -webkit-animation-delay: 490.1s; + -moz-animation-delay: 490.1s; + -o-animation-delay: 490.1s; + animation-delay: 490.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4902) +{ + -webkit-animation-delay: 490.2s; + -moz-animation-delay: 490.2s; + -o-animation-delay: 490.2s; + animation-delay: 490.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4903) +{ + -webkit-animation-delay: 490.3s; + -moz-animation-delay: 490.3s; + -o-animation-delay: 490.3s; + animation-delay: 490.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4904) +{ + -webkit-animation-delay: 490.4s; + -moz-animation-delay: 490.4s; + -o-animation-delay: 490.4s; + animation-delay: 490.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4905) +{ + -webkit-animation-delay: 490.5s; + -moz-animation-delay: 490.5s; + -o-animation-delay: 490.5s; + animation-delay: 490.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4906) +{ + -webkit-animation-delay: 490.6s; + -moz-animation-delay: 490.6s; + -o-animation-delay: 490.6s; + animation-delay: 490.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4907) +{ + -webkit-animation-delay: 490.7s; + -moz-animation-delay: 490.7s; + -o-animation-delay: 490.7s; + animation-delay: 490.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4908) +{ + -webkit-animation-delay: 490.8s; + -moz-animation-delay: 490.8s; + -o-animation-delay: 490.8s; + animation-delay: 490.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4909) +{ + -webkit-animation-delay: 490.9s; + -moz-animation-delay: 490.9s; + -o-animation-delay: 490.9s; + animation-delay: 490.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4910) +{ + -webkit-animation-delay: 491s; + -moz-animation-delay: 491s; + -o-animation-delay: 491s; + animation-delay: 491s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4911) +{ + -webkit-animation-delay: 491.1s; + -moz-animation-delay: 491.1s; + -o-animation-delay: 491.1s; + animation-delay: 491.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4912) +{ + -webkit-animation-delay: 491.2s; + -moz-animation-delay: 491.2s; + -o-animation-delay: 491.2s; + animation-delay: 491.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4913) +{ + -webkit-animation-delay: 491.3s; + -moz-animation-delay: 491.3s; + -o-animation-delay: 491.3s; + animation-delay: 491.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4914) +{ + -webkit-animation-delay: 491.4s; + -moz-animation-delay: 491.4s; + -o-animation-delay: 491.4s; + animation-delay: 491.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4915) +{ + -webkit-animation-delay: 491.5s; + -moz-animation-delay: 491.5s; + -o-animation-delay: 491.5s; + animation-delay: 491.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4916) +{ + -webkit-animation-delay: 491.6s; + -moz-animation-delay: 491.6s; + -o-animation-delay: 491.6s; + animation-delay: 491.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4917) +{ + -webkit-animation-delay: 491.7s; + -moz-animation-delay: 491.7s; + -o-animation-delay: 491.7s; + animation-delay: 491.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4918) +{ + -webkit-animation-delay: 491.8s; + -moz-animation-delay: 491.8s; + -o-animation-delay: 491.8s; + animation-delay: 491.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4919) +{ + -webkit-animation-delay: 491.9s; + -moz-animation-delay: 491.9s; + -o-animation-delay: 491.9s; + animation-delay: 491.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4920) +{ + -webkit-animation-delay: 492s; + -moz-animation-delay: 492s; + -o-animation-delay: 492s; + animation-delay: 492s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4921) +{ + -webkit-animation-delay: 492.1s; + -moz-animation-delay: 492.1s; + -o-animation-delay: 492.1s; + animation-delay: 492.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4922) +{ + -webkit-animation-delay: 492.2s; + -moz-animation-delay: 492.2s; + -o-animation-delay: 492.2s; + animation-delay: 492.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4923) +{ + -webkit-animation-delay: 492.3s; + -moz-animation-delay: 492.3s; + -o-animation-delay: 492.3s; + animation-delay: 492.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4924) +{ + -webkit-animation-delay: 492.4s; + -moz-animation-delay: 492.4s; + -o-animation-delay: 492.4s; + animation-delay: 492.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4925) +{ + -webkit-animation-delay: 492.5s; + -moz-animation-delay: 492.5s; + -o-animation-delay: 492.5s; + animation-delay: 492.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4926) +{ + -webkit-animation-delay: 492.6s; + -moz-animation-delay: 492.6s; + -o-animation-delay: 492.6s; + animation-delay: 492.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4927) +{ + -webkit-animation-delay: 492.7s; + -moz-animation-delay: 492.7s; + -o-animation-delay: 492.7s; + animation-delay: 492.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4928) +{ + -webkit-animation-delay: 492.8s; + -moz-animation-delay: 492.8s; + -o-animation-delay: 492.8s; + animation-delay: 492.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4929) +{ + -webkit-animation-delay: 492.9s; + -moz-animation-delay: 492.9s; + -o-animation-delay: 492.9s; + animation-delay: 492.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4930) +{ + -webkit-animation-delay: 493s; + -moz-animation-delay: 493s; + -o-animation-delay: 493s; + animation-delay: 493s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4931) +{ + -webkit-animation-delay: 493.1s; + -moz-animation-delay: 493.1s; + -o-animation-delay: 493.1s; + animation-delay: 493.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4932) +{ + -webkit-animation-delay: 493.2s; + -moz-animation-delay: 493.2s; + -o-animation-delay: 493.2s; + animation-delay: 493.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4933) +{ + -webkit-animation-delay: 493.3s; + -moz-animation-delay: 493.3s; + -o-animation-delay: 493.3s; + animation-delay: 493.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4934) +{ + -webkit-animation-delay: 493.4s; + -moz-animation-delay: 493.4s; + -o-animation-delay: 493.4s; + animation-delay: 493.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4935) +{ + -webkit-animation-delay: 493.5s; + -moz-animation-delay: 493.5s; + -o-animation-delay: 493.5s; + animation-delay: 493.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4936) +{ + -webkit-animation-delay: 493.6s; + -moz-animation-delay: 493.6s; + -o-animation-delay: 493.6s; + animation-delay: 493.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4937) +{ + -webkit-animation-delay: 493.7s; + -moz-animation-delay: 493.7s; + -o-animation-delay: 493.7s; + animation-delay: 493.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4938) +{ + -webkit-animation-delay: 493.8s; + -moz-animation-delay: 493.8s; + -o-animation-delay: 493.8s; + animation-delay: 493.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4939) +{ + -webkit-animation-delay: 493.9s; + -moz-animation-delay: 493.9s; + -o-animation-delay: 493.9s; + animation-delay: 493.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4940) +{ + -webkit-animation-delay: 494s; + -moz-animation-delay: 494s; + -o-animation-delay: 494s; + animation-delay: 494s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4941) +{ + -webkit-animation-delay: 494.1s; + -moz-animation-delay: 494.1s; + -o-animation-delay: 494.1s; + animation-delay: 494.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4942) +{ + -webkit-animation-delay: 494.2s; + -moz-animation-delay: 494.2s; + -o-animation-delay: 494.2s; + animation-delay: 494.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4943) +{ + -webkit-animation-delay: 494.3s; + -moz-animation-delay: 494.3s; + -o-animation-delay: 494.3s; + animation-delay: 494.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4944) +{ + -webkit-animation-delay: 494.4s; + -moz-animation-delay: 494.4s; + -o-animation-delay: 494.4s; + animation-delay: 494.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4945) +{ + -webkit-animation-delay: 494.5s; + -moz-animation-delay: 494.5s; + -o-animation-delay: 494.5s; + animation-delay: 494.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4946) +{ + -webkit-animation-delay: 494.6s; + -moz-animation-delay: 494.6s; + -o-animation-delay: 494.6s; + animation-delay: 494.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4947) +{ + -webkit-animation-delay: 494.7s; + -moz-animation-delay: 494.7s; + -o-animation-delay: 494.7s; + animation-delay: 494.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4948) +{ + -webkit-animation-delay: 494.8s; + -moz-animation-delay: 494.8s; + -o-animation-delay: 494.8s; + animation-delay: 494.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4949) +{ + -webkit-animation-delay: 494.9s; + -moz-animation-delay: 494.9s; + -o-animation-delay: 494.9s; + animation-delay: 494.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4950) +{ + -webkit-animation-delay: 495s; + -moz-animation-delay: 495s; + -o-animation-delay: 495s; + animation-delay: 495s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4951) +{ + -webkit-animation-delay: 495.1s; + -moz-animation-delay: 495.1s; + -o-animation-delay: 495.1s; + animation-delay: 495.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4952) +{ + -webkit-animation-delay: 495.2s; + -moz-animation-delay: 495.2s; + -o-animation-delay: 495.2s; + animation-delay: 495.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4953) +{ + -webkit-animation-delay: 495.3s; + -moz-animation-delay: 495.3s; + -o-animation-delay: 495.3s; + animation-delay: 495.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4954) +{ + -webkit-animation-delay: 495.4s; + -moz-animation-delay: 495.4s; + -o-animation-delay: 495.4s; + animation-delay: 495.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4955) +{ + -webkit-animation-delay: 495.5s; + -moz-animation-delay: 495.5s; + -o-animation-delay: 495.5s; + animation-delay: 495.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4956) +{ + -webkit-animation-delay: 495.6s; + -moz-animation-delay: 495.6s; + -o-animation-delay: 495.6s; + animation-delay: 495.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4957) +{ + -webkit-animation-delay: 495.7s; + -moz-animation-delay: 495.7s; + -o-animation-delay: 495.7s; + animation-delay: 495.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4958) +{ + -webkit-animation-delay: 495.8s; + -moz-animation-delay: 495.8s; + -o-animation-delay: 495.8s; + animation-delay: 495.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4959) +{ + -webkit-animation-delay: 495.9s; + -moz-animation-delay: 495.9s; + -o-animation-delay: 495.9s; + animation-delay: 495.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4960) +{ + -webkit-animation-delay: 496s; + -moz-animation-delay: 496s; + -o-animation-delay: 496s; + animation-delay: 496s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4961) +{ + -webkit-animation-delay: 496.1s; + -moz-animation-delay: 496.1s; + -o-animation-delay: 496.1s; + animation-delay: 496.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4962) +{ + -webkit-animation-delay: 496.2s; + -moz-animation-delay: 496.2s; + -o-animation-delay: 496.2s; + animation-delay: 496.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4963) +{ + -webkit-animation-delay: 496.3s; + -moz-animation-delay: 496.3s; + -o-animation-delay: 496.3s; + animation-delay: 496.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4964) +{ + -webkit-animation-delay: 496.4s; + -moz-animation-delay: 496.4s; + -o-animation-delay: 496.4s; + animation-delay: 496.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4965) +{ + -webkit-animation-delay: 496.5s; + -moz-animation-delay: 496.5s; + -o-animation-delay: 496.5s; + animation-delay: 496.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4966) +{ + -webkit-animation-delay: 496.6s; + -moz-animation-delay: 496.6s; + -o-animation-delay: 496.6s; + animation-delay: 496.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4967) +{ + -webkit-animation-delay: 496.7s; + -moz-animation-delay: 496.7s; + -o-animation-delay: 496.7s; + animation-delay: 496.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4968) +{ + -webkit-animation-delay: 496.8s; + -moz-animation-delay: 496.8s; + -o-animation-delay: 496.8s; + animation-delay: 496.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4969) +{ + -webkit-animation-delay: 496.9s; + -moz-animation-delay: 496.9s; + -o-animation-delay: 496.9s; + animation-delay: 496.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4970) +{ + -webkit-animation-delay: 497s; + -moz-animation-delay: 497s; + -o-animation-delay: 497s; + animation-delay: 497s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4971) +{ + -webkit-animation-delay: 497.1s; + -moz-animation-delay: 497.1s; + -o-animation-delay: 497.1s; + animation-delay: 497.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4972) +{ + -webkit-animation-delay: 497.2s; + -moz-animation-delay: 497.2s; + -o-animation-delay: 497.2s; + animation-delay: 497.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4973) +{ + -webkit-animation-delay: 497.3s; + -moz-animation-delay: 497.3s; + -o-animation-delay: 497.3s; + animation-delay: 497.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4974) +{ + -webkit-animation-delay: 497.4s; + -moz-animation-delay: 497.4s; + -o-animation-delay: 497.4s; + animation-delay: 497.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4975) +{ + -webkit-animation-delay: 497.5s; + -moz-animation-delay: 497.5s; + -o-animation-delay: 497.5s; + animation-delay: 497.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4976) +{ + -webkit-animation-delay: 497.6s; + -moz-animation-delay: 497.6s; + -o-animation-delay: 497.6s; + animation-delay: 497.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4977) +{ + -webkit-animation-delay: 497.7s; + -moz-animation-delay: 497.7s; + -o-animation-delay: 497.7s; + animation-delay: 497.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4978) +{ + -webkit-animation-delay: 497.8s; + -moz-animation-delay: 497.8s; + -o-animation-delay: 497.8s; + animation-delay: 497.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4979) +{ + -webkit-animation-delay: 497.9s; + -moz-animation-delay: 497.9s; + -o-animation-delay: 497.9s; + animation-delay: 497.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4980) +{ + -webkit-animation-delay: 498s; + -moz-animation-delay: 498s; + -o-animation-delay: 498s; + animation-delay: 498s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4981) +{ + -webkit-animation-delay: 498.1s; + -moz-animation-delay: 498.1s; + -o-animation-delay: 498.1s; + animation-delay: 498.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4982) +{ + -webkit-animation-delay: 498.2s; + -moz-animation-delay: 498.2s; + -o-animation-delay: 498.2s; + animation-delay: 498.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4983) +{ + -webkit-animation-delay: 498.3s; + -moz-animation-delay: 498.3s; + -o-animation-delay: 498.3s; + animation-delay: 498.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4984) +{ + -webkit-animation-delay: 498.4s; + -moz-animation-delay: 498.4s; + -o-animation-delay: 498.4s; + animation-delay: 498.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4985) +{ + -webkit-animation-delay: 498.5s; + -moz-animation-delay: 498.5s; + -o-animation-delay: 498.5s; + animation-delay: 498.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4986) +{ + -webkit-animation-delay: 498.6s; + -moz-animation-delay: 498.6s; + -o-animation-delay: 498.6s; + animation-delay: 498.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4987) +{ + -webkit-animation-delay: 498.7s; + -moz-animation-delay: 498.7s; + -o-animation-delay: 498.7s; + animation-delay: 498.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4988) +{ + -webkit-animation-delay: 498.8s; + -moz-animation-delay: 498.8s; + -o-animation-delay: 498.8s; + animation-delay: 498.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4989) +{ + -webkit-animation-delay: 498.9s; + -moz-animation-delay: 498.9s; + -o-animation-delay: 498.9s; + animation-delay: 498.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4990) +{ + -webkit-animation-delay: 499s; + -moz-animation-delay: 499s; + -o-animation-delay: 499s; + animation-delay: 499s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4991) +{ + -webkit-animation-delay: 499.1s; + -moz-animation-delay: 499.1s; + -o-animation-delay: 499.1s; + animation-delay: 499.1s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4992) +{ + -webkit-animation-delay: 499.2s; + -moz-animation-delay: 499.2s; + -o-animation-delay: 499.2s; + animation-delay: 499.2s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4993) +{ + -webkit-animation-delay: 499.3s; + -moz-animation-delay: 499.3s; + -o-animation-delay: 499.3s; + animation-delay: 499.3s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4994) +{ + -webkit-animation-delay: 499.4s; + -moz-animation-delay: 499.4s; + -o-animation-delay: 499.4s; + animation-delay: 499.4s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4995) +{ + -webkit-animation-delay: 499.5s; + -moz-animation-delay: 499.5s; + -o-animation-delay: 499.5s; + animation-delay: 499.5s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4996) +{ + -webkit-animation-delay: 499.6s; + -moz-animation-delay: 499.6s; + -o-animation-delay: 499.6s; + animation-delay: 499.6s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4997) +{ + -webkit-animation-delay: 499.7s; + -moz-animation-delay: 499.7s; + -o-animation-delay: 499.7s; + animation-delay: 499.7s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4998) +{ + -webkit-animation-delay: 499.8s; + -moz-animation-delay: 499.8s; + -o-animation-delay: 499.8s; + animation-delay: 499.8s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4999) +{ + -webkit-animation-delay: 499.9s; + -moz-animation-delay: 499.9s; + -o-animation-delay: 499.9s; + animation-delay: 499.9s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(5000) +{ + -webkit-animation-delay: 500s; + -moz-animation-delay: 500s; + -o-animation-delay: 500s; + animation-delay: 500s; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li +{ + position: relative; + + cursor: pointer; + -webkit-transition: all .2s; + -moz-transition: all .2s; + -o-transition: all .2s; + transition: all .2s; + -webkit-animation: fadeIn .5s linear; + -moz-animation: fadeIn .5s linear; + -o-animation: fadeIn .5s linear; + animation: fadeIn .5s linear; + + -webkit-animation-fill-mode: both; + -moz-animation-fill-mode: both; + -o-animation-fill-mode: both; + animation-fill-mode: both; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li.media +{ + padding: 1.5rem 1rem; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li.media:hover +{ + -webkit-transition: all .2s; + -moz-transition: all .2s; + -o-transition: all .2s; + transition: all .2s; + -webkit-transform: translateY(-4px); + -moz-transform: translateY(-4px); + -ms-transform: translateY(-4px); + -o-transform: translateY(-4px); + transform: translateY(-4px); + + -webkit-box-shadow: 0 3px 10px 0 #ccc; + box-shadow: 0 3px 10px 0 #ccc; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li.media .media-left +{ + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + flex-direction: column; + + -webkit-box-align: center; + -webkit-align-items: center; + -moz-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -webkit-flex-direction: column; + -moz-box-orient: vertical; + -moz-box-direction: normal; + -ms-flex-direction: column; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li.media .media-body +{ + overflow: hidden; + + width: -webkit-calc(100% - 60px); + width: -moz-calc(100% - 60px); + width: calc(100% - 60px); +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li .avatar, +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li .avatar img +{ + width: 40px; + height: 40px; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li .avatar img +{ + border: 2px solid #fff; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li.mail-read +{ + background-color: #ededed; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:not(:first-child) +{ + border-top: 1px solid #dae1e7; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li .user-details +{ + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + + margin-bottom: .75rem; + + -webkit-box-pack: justify; + -webkit-justify-content: space-between; + -moz-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li .user-details .list-group-item-text +{ + color: #626262; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li .mail-date +{ + color: #626262; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li .mail-message p +{ + color: #626262; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper .user-action +{ + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + + -webkit-box-align: center; + -webkit-align-items: center; + -moz-box-align: center; + -ms-flex-align: center; + align-items: center; +} +.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper .user-action .favorite i +{ + font-size: 1.2rem; + line-height: 1.5; +} +.email-application .app-content .content-area-wrapper .email-user-list .no-results +{ + display: none; + + padding: 1.5rem; + + text-align: center; +} +.email-application .app-content .content-area-wrapper .email-user-list .no-results.show +{ + display: block; +} + +.email-application .app-action +{ + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + + padding: 1rem; + + border-bottom: 1px solid #dae1e7; + + -webkit-box-pack: justify; + -webkit-justify-content: space-between; + -moz-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; +} +.email-application .app-action .action-left .selectAll +{ + margin: .25rem 0 .108rem; +} +.email-application .app-action .action-left .selectAll .vs-checkbox +{ + margin-right: 1rem; +} +.email-application .app-action .action-right ul li:not(:last-child) +{ + margin-right: 1rem; +} +.email-application .app-action .action-right .dropdown-toggle +{ + white-space: normal; + + color: #626262; +} +.email-application .app-action .action-right .dropdown-toggle::after +{ + display: none; +} +.email-application .app-action .action-right i +{ + font-size: 1.5rem; + + margin-right: 0; +} + +.email-application .email-app-details +{ + position: absolute; + z-index: 2; + top: 0; + + display: block; + visibility: hidden; + + width: -webkit-calc(100% - 260px); + width: -moz-calc(100% - 260px); + width: calc(100% - 260px); + height: 100%; + padding: 1.5rem 0; + + -webkit-transition: all .3s ease; + -moz-transition: all .3s ease; + -o-transition: all .3s ease; + transition: all .3s ease; + -webkit-transform: translateX(100%); + -moz-transform: translateX(100%); + -ms-transform: translateX(100%); + -o-transform: translateX(100%); + transform: translateX(100%); + + opacity: 0; + background-color: #f8f8f8; +} +.email-application .email-app-details.show +{ + visibility: visible; + + -webkit-transition: all .3s ease; + -moz-transition: all .3s ease; + -o-transition: all .3s ease; + transition: all .3s ease; + transition: all .3s ease; + -webkit-transform: translateX(0%); + -moz-transform: translateX(0%); + -ms-transform: translateX(0%); + -o-transform: translateX(0%); + transform: translateX(0%); + + opacity: 1; +} +.email-application .email-app-details .email-detail-header +{ + position: relative; + + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + + padding: .85rem 2rem 0; + + border-bottom: 1px solid #eee; + -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .04); + box-shadow: 0 4px 6px rgba(0, 0, 0, .04); + + -webkit-flex-wrap: wrap; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -webkit-box-pack: justify; + -webkit-justify-content: space-between; + -moz-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; +} +.email-application .email-app-details .email-header-right .dropdown-toggle +{ + color: #626262; +} +.email-application .email-app-details .email-scroll-area +{ + position: relative; + + height: -webkit-calc(100vh - 18.75rem); + height: -moz-calc(100vh - 18.75rem); + height: calc(100vh - 18.75rem); + padding: 0 2rem; +} +.email-application .email-app-details .email-scroll-area .email-detail-head +{ + padding: 1.5rem 1rem .75rem; + + border-bottom: 1px solid #dae1e7; +} +.email-application .email-app-details .email-scroll-area .email-detail-head .mail-meta-item +{ + text-align: right; +} +.email-application .email-app-details .email-scroll-area .card-body.mail-message-wrapper +{ + border-bottom: 1px solid #dae1e7 !important; +} +.email-application .email-app-details .email-scroll-area .mail-label +{ + letter-spacing: .25px; +} +.email-application .email-app-details .email-scroll-area .email-info-dropup .dropdown-toggle::after +{ + left: 0; + + margin: 0; +} +.email-application .email-app-details .email-scroll-area .mail-message p +{ + margin-bottom: 1.5rem; +} +.email-application .email-app-details .email-scroll-area .mail-attachements +{ + text-transform: uppercase; +} + +.email-application .ql-editor +{ + height: 150px; +} + +@media (max-width: 767.98px) +{ + .email-application .sidebar-content .sidebar-close-icon + { + visibility: visible !important; + } +} + +@media (max-width: 991.98px) +{ + .email-application .app-content .sidebar-left + { + position: relative; + } + .email-application .app-content .sidebar-left .email-app-sidebar + { + position: fixed; + z-index: 5; + left: 0; + left: -2px; + + -webkit-transition: all .3s ease-in-out; + -moz-transition: all .3s ease-in-out; + -o-transition: all .3s ease-in-out; + transition: all .3s ease-in-out; + -webkit-transform: translateX(-110%); + -moz-transform: translateX(-110%); + -ms-transform: translateX(-110%); + -o-transform: translateX(-110%); + transform: translateX(-110%); + } + .email-application .app-content .sidebar-left.show .email-app-sidebar + { + display: block; + + -webkit-transition: all .3s ease; + -moz-transition: all .3s ease; + -o-transition: all .3s ease; + transition: all .3s ease; + -webkit-transform: translateX(13%); + -moz-transform: translateX(13%); + -ms-transform: translateX(13%); + -o-transform: translateX(13%); + transform: translateX(13%); + } + .email-application .app-content .content-right + { + width: 100%; + } + .email-application .app-content .content-right .app-fixed-search + { + border-top-left-radius: .5rem; + } + .email-application .app-content .content-right .email-app-details + { + width: 100%; + + border-radius: .5rem; + } + .email-application .app-content .content-right .email-app-details .email-scroll-area + { + height: -webkit-calc(100vh - 21.5rem); + height: -moz-calc(100vh - 21.5rem); + height: calc(100vh - 21.5rem); + } +} + +@media (max-width: 575.98px) +{ + .email-application .sidebar-left .email-app-sidebar + { + left: -1.12rem !important; + } + .email-application .email-detail-head .mail-meta-item + { + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + + -webkit-box-pack: justify; + -webkit-justify-content: space-between; + -moz-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + } + .email-application .email-detail-head .mail-meta-item .mail-date, + .email-application .email-detail-head .mail-meta-item .mail-time + { + margin: 1rem .75rem 0 0; + } + .email-application .app-content .content-right .email-app-details .email-scroll-area + { + height: -webkit-calc(100vh - 23.25rem); + height: -moz-calc(100vh - 23.25rem); + height: calc(100vh - 23.25rem); + } + .email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li .user-details + { + display: block; + } + .email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li .user-details .mail-items + { + display: inline-grid; + + width: 70%; + } + .email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li .user-details .mail-meta-item + { + position: absolute; + top: 1.5rem; + right: 1rem; + + width: 15%; + } + .email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li .user-details .mail-meta-item i, + .email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li .user-details .mail-meta-item .bullet + { + display: none; + } +} + +@media (max-width: 349.98px) +{ + .email-application .content-area-wrapper .sidebar .email-app-sidebar + { + left: 3px; + + width: 230px; + } + .email-application .app-content .content-area-wrapper .email-user-list + { + height: -webkit-calc(100vh - 22.3rem); + height: -moz-calc(100vh - 22.3rem); + height: calc(100vh - 22.3rem); + } + .email-application .email-app-details .email-detail-header + { + padding: 0 1.2rem; + } + .email-application .email-app-details .email-detail-header .email-prev, + .email-application .email-app-details .email-detail-header .email-next + { + display: none; + } +} + +@-webkit-keyframes fadeIn +{ + 0% + { + top: 100px; + + opacity: 0; + } + 75% + { + top: 0; + + opacity: .5; + } + 100% + { + opacity: 1; + } +} diff --git a/wwwjuba/app-assets/css/pages/app-email.min.css b/wwwjuba/app-assets/css/pages/app-email.min.css new file mode 100644 index 0000000..523b6ea --- /dev/null +++ b/wwwjuba/app-assets/css/pages/app-email.min.css @@ -0,0 +1 @@ +.email-application .content-area-wrapper{border:1px solid #dae1e7;border-radius:.25rem}.email-application .content-area-wrapper .sidebar .email-app-sidebar{width:260px;height:-webkit-calc(100vh - 13rem);height:-moz-calc(100vh - 13rem);height:calc(100vh - 13rem);-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;background-color:#fff}.email-application .content-area-wrapper .sidebar .email-app-sidebar .sidebar-close-icon{font-size:1.25rem;position:absolute;z-index:5;top:.25rem;right:.25rem;visibility:hidden;cursor:pointer}.email-application .content-area-wrapper .sidebar .email-app-sidebar .email-app-menu{z-index:3;width:100%;padding-bottom:.5rem;-webkit-box-shadow:0 0 15px 0 rgba(0,0,0,.05);box-shadow:0 0 15px 0 rgba(0,0,0,.05)}.email-application .content-area-wrapper .sidebar .email-app-sidebar .email-app-menu .compose-btn{margin-bottom:.25rem;padding:1px 1.5rem}.email-application .content-area-wrapper .sidebar .email-app-sidebar .email-app-menu .badge{padding:.5rem .68rem}.email-application .content-area-wrapper .sidebar .email-app-sidebar .email-app-menu .sidebar-menu-list{position:relative;height:-webkit-calc(100% - 6.4rem);height:-moz-calc(100% - 6.4rem);height:calc(100% - 6.4rem);padding:0 1.5rem}.email-application .content-area-wrapper .sidebar .email-app-sidebar .email-app-menu .list-group .list-group-item i{top:3px}.email-application .content-area-wrapper .sidebar .email-app-sidebar .email-app-menu hr{margin-right:-1.5rem;margin-left:-1.5rem}.email-application .content-area-wrapper .sidebar .list-group .list-group-item{padding-right:0;padding-left:0}.email-application .content-area-wrapper .sidebar .list-group .list-group-item:focus,.email-application .content-area-wrapper .sidebar .list-group .list-group-item:hover{color:#626262;background-color:transparent}.email-application .content-area-wrapper .sidebar .list-group .list-group-item.active{color:#7367f0;background:0 0}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li .mail-date,.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li .mail-message p,.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li .user-details .list-group-item-text,.email-application .email-app-details .email-header-right .dropdown-toggle{color:#626262}.email-application .content-area-wrapper .content-right{width:-webkit-calc(100% - 260px);width:-moz-calc(100% - 260px);width:calc(100% - 260px)}.email-application .content-area-wrapper .content-right .content-wrapper{padding:0}.email-application .content-area-wrapper .content-right .email-app-list-wrapper{border-left:1px solid #dae1e7}.email-application .content-area-wrapper .content-right .app-fixed-search{padding:.35rem .1rem;border-bottom:1px solid #dae1e7;border-top-right-radius:.5rem;background-color:#fff}.email-application .content-area-wrapper .content-right .app-fixed-search .form-control-position{font-size:-webkit-calc(1rem * 1.1);font-size:-moz-calc(1rem * 1.1);font-size:calc(1rem * 1.1)}.email-application .content-area-wrapper .content-right .app-fixed-search input{border:0;background-color:transparent}.email-application .content-area-wrapper .content-right .app-fixed-search input:focus{border-color:transparent;-webkit-box-shadow:none;box-shadow:none}.email-application .content-area-wrapper .content-right .action-icon{cursor:pointer}.email-application .app-content .content-area-wrapper{position:relative}.email-application .app-content .content-area-wrapper .sidebar-toggle{line-height:1;float:left;margin:.5rem .99rem;cursor:pointer}.email-application .app-content .content-area-wrapper .sidebar-toggle i{font-size:1.75rem}.email-application .app-content .content-area-wrapper .go-back{cursor:pointer}.email-application .app-content .content-area-wrapper .app-content-overlay{position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;display:block;visibility:hidden;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;opacity:0}.email-application .app-content .content-area-wrapper .app-content-overlay.show{visibility:visible;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;opacity:1;border-radius:.5rem;background-color:rgba(0,0,0,.2)}.email-application .app-content .content-area-wrapper .email-user-list{position:relative;height:-webkit-calc(100vh - 20.3rem);height:-moz-calc(100vh - 20.3rem);height:calc(100vh - 20.3rem)}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper{margin:0;padding:0}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1){-webkit-animation-delay:.1s;-moz-animation-delay:.1s;-o-animation-delay:.1s;animation-delay:.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2){-webkit-animation-delay:.2s;-moz-animation-delay:.2s;-o-animation-delay:.2s;animation-delay:.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3){-webkit-animation-delay:.3s;-moz-animation-delay:.3s;-o-animation-delay:.3s;animation-delay:.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4){-webkit-animation-delay:.4s;-moz-animation-delay:.4s;-o-animation-delay:.4s;animation-delay:.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(5){-webkit-animation-delay:.5s;-moz-animation-delay:.5s;-o-animation-delay:.5s;animation-delay:.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(6){-webkit-animation-delay:.6s;-moz-animation-delay:.6s;-o-animation-delay:.6s;animation-delay:.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(7){-webkit-animation-delay:.7s;-moz-animation-delay:.7s;-o-animation-delay:.7s;animation-delay:.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(8){-webkit-animation-delay:.8s;-moz-animation-delay:.8s;-o-animation-delay:.8s;animation-delay:.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(9){-webkit-animation-delay:.9s;-moz-animation-delay:.9s;-o-animation-delay:.9s;animation-delay:.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(10){-webkit-animation-delay:1s;-moz-animation-delay:1s;-o-animation-delay:1s;animation-delay:1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(11){-webkit-animation-delay:1.1s;-moz-animation-delay:1.1s;-o-animation-delay:1.1s;animation-delay:1.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(12){-webkit-animation-delay:1.2s;-moz-animation-delay:1.2s;-o-animation-delay:1.2s;animation-delay:1.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(13){-webkit-animation-delay:1.3s;-moz-animation-delay:1.3s;-o-animation-delay:1.3s;animation-delay:1.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(14){-webkit-animation-delay:1.4s;-moz-animation-delay:1.4s;-o-animation-delay:1.4s;animation-delay:1.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(15){-webkit-animation-delay:1.5s;-moz-animation-delay:1.5s;-o-animation-delay:1.5s;animation-delay:1.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(16){-webkit-animation-delay:1.6s;-moz-animation-delay:1.6s;-o-animation-delay:1.6s;animation-delay:1.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(17){-webkit-animation-delay:1.7s;-moz-animation-delay:1.7s;-o-animation-delay:1.7s;animation-delay:1.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(18){-webkit-animation-delay:1.8s;-moz-animation-delay:1.8s;-o-animation-delay:1.8s;animation-delay:1.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(19){-webkit-animation-delay:1.9s;-moz-animation-delay:1.9s;-o-animation-delay:1.9s;animation-delay:1.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(20){-webkit-animation-delay:2s;-moz-animation-delay:2s;-o-animation-delay:2s;animation-delay:2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(21){-webkit-animation-delay:2.1s;-moz-animation-delay:2.1s;-o-animation-delay:2.1s;animation-delay:2.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(22){-webkit-animation-delay:2.2s;-moz-animation-delay:2.2s;-o-animation-delay:2.2s;animation-delay:2.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(23){-webkit-animation-delay:2.3s;-moz-animation-delay:2.3s;-o-animation-delay:2.3s;animation-delay:2.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(24){-webkit-animation-delay:2.4s;-moz-animation-delay:2.4s;-o-animation-delay:2.4s;animation-delay:2.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(25){-webkit-animation-delay:2.5s;-moz-animation-delay:2.5s;-o-animation-delay:2.5s;animation-delay:2.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(26){-webkit-animation-delay:2.6s;-moz-animation-delay:2.6s;-o-animation-delay:2.6s;animation-delay:2.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(27){-webkit-animation-delay:2.7s;-moz-animation-delay:2.7s;-o-animation-delay:2.7s;animation-delay:2.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(28){-webkit-animation-delay:2.8s;-moz-animation-delay:2.8s;-o-animation-delay:2.8s;animation-delay:2.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(29){-webkit-animation-delay:2.9s;-moz-animation-delay:2.9s;-o-animation-delay:2.9s;animation-delay:2.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(30){-webkit-animation-delay:3s;-moz-animation-delay:3s;-o-animation-delay:3s;animation-delay:3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(31){-webkit-animation-delay:3.1s;-moz-animation-delay:3.1s;-o-animation-delay:3.1s;animation-delay:3.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(32){-webkit-animation-delay:3.2s;-moz-animation-delay:3.2s;-o-animation-delay:3.2s;animation-delay:3.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(33){-webkit-animation-delay:3.3s;-moz-animation-delay:3.3s;-o-animation-delay:3.3s;animation-delay:3.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(34){-webkit-animation-delay:3.4s;-moz-animation-delay:3.4s;-o-animation-delay:3.4s;animation-delay:3.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(35){-webkit-animation-delay:3.5s;-moz-animation-delay:3.5s;-o-animation-delay:3.5s;animation-delay:3.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(36){-webkit-animation-delay:3.6s;-moz-animation-delay:3.6s;-o-animation-delay:3.6s;animation-delay:3.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(37){-webkit-animation-delay:3.7s;-moz-animation-delay:3.7s;-o-animation-delay:3.7s;animation-delay:3.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(38){-webkit-animation-delay:3.8s;-moz-animation-delay:3.8s;-o-animation-delay:3.8s;animation-delay:3.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(39){-webkit-animation-delay:3.9s;-moz-animation-delay:3.9s;-o-animation-delay:3.9s;animation-delay:3.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(40){-webkit-animation-delay:4s;-moz-animation-delay:4s;-o-animation-delay:4s;animation-delay:4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(41){-webkit-animation-delay:4.1s;-moz-animation-delay:4.1s;-o-animation-delay:4.1s;animation-delay:4.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(42){-webkit-animation-delay:4.2s;-moz-animation-delay:4.2s;-o-animation-delay:4.2s;animation-delay:4.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(43){-webkit-animation-delay:4.3s;-moz-animation-delay:4.3s;-o-animation-delay:4.3s;animation-delay:4.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(44){-webkit-animation-delay:4.4s;-moz-animation-delay:4.4s;-o-animation-delay:4.4s;animation-delay:4.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(45){-webkit-animation-delay:4.5s;-moz-animation-delay:4.5s;-o-animation-delay:4.5s;animation-delay:4.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(46){-webkit-animation-delay:4.6s;-moz-animation-delay:4.6s;-o-animation-delay:4.6s;animation-delay:4.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(47){-webkit-animation-delay:4.7s;-moz-animation-delay:4.7s;-o-animation-delay:4.7s;animation-delay:4.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(48){-webkit-animation-delay:4.8s;-moz-animation-delay:4.8s;-o-animation-delay:4.8s;animation-delay:4.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(49){-webkit-animation-delay:4.9s;-moz-animation-delay:4.9s;-o-animation-delay:4.9s;animation-delay:4.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(50){-webkit-animation-delay:5s;-moz-animation-delay:5s;-o-animation-delay:5s;animation-delay:5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(51){-webkit-animation-delay:5.1s;-moz-animation-delay:5.1s;-o-animation-delay:5.1s;animation-delay:5.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(52){-webkit-animation-delay:5.2s;-moz-animation-delay:5.2s;-o-animation-delay:5.2s;animation-delay:5.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(53){-webkit-animation-delay:5.3s;-moz-animation-delay:5.3s;-o-animation-delay:5.3s;animation-delay:5.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(54){-webkit-animation-delay:5.4s;-moz-animation-delay:5.4s;-o-animation-delay:5.4s;animation-delay:5.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(55){-webkit-animation-delay:5.5s;-moz-animation-delay:5.5s;-o-animation-delay:5.5s;animation-delay:5.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(56){-webkit-animation-delay:5.6s;-moz-animation-delay:5.6s;-o-animation-delay:5.6s;animation-delay:5.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(57){-webkit-animation-delay:5.7s;-moz-animation-delay:5.7s;-o-animation-delay:5.7s;animation-delay:5.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(58){-webkit-animation-delay:5.8s;-moz-animation-delay:5.8s;-o-animation-delay:5.8s;animation-delay:5.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(59){-webkit-animation-delay:5.9s;-moz-animation-delay:5.9s;-o-animation-delay:5.9s;animation-delay:5.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(60){-webkit-animation-delay:6s;-moz-animation-delay:6s;-o-animation-delay:6s;animation-delay:6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(61){-webkit-animation-delay:6.1s;-moz-animation-delay:6.1s;-o-animation-delay:6.1s;animation-delay:6.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(62){-webkit-animation-delay:6.2s;-moz-animation-delay:6.2s;-o-animation-delay:6.2s;animation-delay:6.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(63){-webkit-animation-delay:6.3s;-moz-animation-delay:6.3s;-o-animation-delay:6.3s;animation-delay:6.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(64){-webkit-animation-delay:6.4s;-moz-animation-delay:6.4s;-o-animation-delay:6.4s;animation-delay:6.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(65){-webkit-animation-delay:6.5s;-moz-animation-delay:6.5s;-o-animation-delay:6.5s;animation-delay:6.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(66){-webkit-animation-delay:6.6s;-moz-animation-delay:6.6s;-o-animation-delay:6.6s;animation-delay:6.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(67){-webkit-animation-delay:6.7s;-moz-animation-delay:6.7s;-o-animation-delay:6.7s;animation-delay:6.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(68){-webkit-animation-delay:6.8s;-moz-animation-delay:6.8s;-o-animation-delay:6.8s;animation-delay:6.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(69){-webkit-animation-delay:6.9s;-moz-animation-delay:6.9s;-o-animation-delay:6.9s;animation-delay:6.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(70){-webkit-animation-delay:7s;-moz-animation-delay:7s;-o-animation-delay:7s;animation-delay:7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(71){-webkit-animation-delay:7.1s;-moz-animation-delay:7.1s;-o-animation-delay:7.1s;animation-delay:7.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(72){-webkit-animation-delay:7.2s;-moz-animation-delay:7.2s;-o-animation-delay:7.2s;animation-delay:7.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(73){-webkit-animation-delay:7.3s;-moz-animation-delay:7.3s;-o-animation-delay:7.3s;animation-delay:7.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(74){-webkit-animation-delay:7.4s;-moz-animation-delay:7.4s;-o-animation-delay:7.4s;animation-delay:7.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(75){-webkit-animation-delay:7.5s;-moz-animation-delay:7.5s;-o-animation-delay:7.5s;animation-delay:7.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(76){-webkit-animation-delay:7.6s;-moz-animation-delay:7.6s;-o-animation-delay:7.6s;animation-delay:7.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(77){-webkit-animation-delay:7.7s;-moz-animation-delay:7.7s;-o-animation-delay:7.7s;animation-delay:7.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(78){-webkit-animation-delay:7.8s;-moz-animation-delay:7.8s;-o-animation-delay:7.8s;animation-delay:7.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(79){-webkit-animation-delay:7.9s;-moz-animation-delay:7.9s;-o-animation-delay:7.9s;animation-delay:7.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(80){-webkit-animation-delay:8s;-moz-animation-delay:8s;-o-animation-delay:8s;animation-delay:8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(81){-webkit-animation-delay:8.1s;-moz-animation-delay:8.1s;-o-animation-delay:8.1s;animation-delay:8.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(82){-webkit-animation-delay:8.2s;-moz-animation-delay:8.2s;-o-animation-delay:8.2s;animation-delay:8.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(83){-webkit-animation-delay:8.3s;-moz-animation-delay:8.3s;-o-animation-delay:8.3s;animation-delay:8.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(84){-webkit-animation-delay:8.4s;-moz-animation-delay:8.4s;-o-animation-delay:8.4s;animation-delay:8.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(85){-webkit-animation-delay:8.5s;-moz-animation-delay:8.5s;-o-animation-delay:8.5s;animation-delay:8.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(86){-webkit-animation-delay:8.6s;-moz-animation-delay:8.6s;-o-animation-delay:8.6s;animation-delay:8.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(87){-webkit-animation-delay:8.7s;-moz-animation-delay:8.7s;-o-animation-delay:8.7s;animation-delay:8.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(88){-webkit-animation-delay:8.8s;-moz-animation-delay:8.8s;-o-animation-delay:8.8s;animation-delay:8.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(89){-webkit-animation-delay:8.9s;-moz-animation-delay:8.9s;-o-animation-delay:8.9s;animation-delay:8.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(90){-webkit-animation-delay:9s;-moz-animation-delay:9s;-o-animation-delay:9s;animation-delay:9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(91){-webkit-animation-delay:9.1s;-moz-animation-delay:9.1s;-o-animation-delay:9.1s;animation-delay:9.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(92){-webkit-animation-delay:9.2s;-moz-animation-delay:9.2s;-o-animation-delay:9.2s;animation-delay:9.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(93){-webkit-animation-delay:9.3s;-moz-animation-delay:9.3s;-o-animation-delay:9.3s;animation-delay:9.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(94){-webkit-animation-delay:9.4s;-moz-animation-delay:9.4s;-o-animation-delay:9.4s;animation-delay:9.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(95){-webkit-animation-delay:9.5s;-moz-animation-delay:9.5s;-o-animation-delay:9.5s;animation-delay:9.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(96){-webkit-animation-delay:9.6s;-moz-animation-delay:9.6s;-o-animation-delay:9.6s;animation-delay:9.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(97){-webkit-animation-delay:9.7s;-moz-animation-delay:9.7s;-o-animation-delay:9.7s;animation-delay:9.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(98){-webkit-animation-delay:9.8s;-moz-animation-delay:9.8s;-o-animation-delay:9.8s;animation-delay:9.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(99){-webkit-animation-delay:9.9s;-moz-animation-delay:9.9s;-o-animation-delay:9.9s;animation-delay:9.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(100){-webkit-animation-delay:10s;-moz-animation-delay:10s;-o-animation-delay:10s;animation-delay:10s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(101){-webkit-animation-delay:10.1s;-moz-animation-delay:10.1s;-o-animation-delay:10.1s;animation-delay:10.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(102){-webkit-animation-delay:10.2s;-moz-animation-delay:10.2s;-o-animation-delay:10.2s;animation-delay:10.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(103){-webkit-animation-delay:10.3s;-moz-animation-delay:10.3s;-o-animation-delay:10.3s;animation-delay:10.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(104){-webkit-animation-delay:10.4s;-moz-animation-delay:10.4s;-o-animation-delay:10.4s;animation-delay:10.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(105){-webkit-animation-delay:10.5s;-moz-animation-delay:10.5s;-o-animation-delay:10.5s;animation-delay:10.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(106){-webkit-animation-delay:10.6s;-moz-animation-delay:10.6s;-o-animation-delay:10.6s;animation-delay:10.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(107){-webkit-animation-delay:10.7s;-moz-animation-delay:10.7s;-o-animation-delay:10.7s;animation-delay:10.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(108){-webkit-animation-delay:10.8s;-moz-animation-delay:10.8s;-o-animation-delay:10.8s;animation-delay:10.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(109){-webkit-animation-delay:10.9s;-moz-animation-delay:10.9s;-o-animation-delay:10.9s;animation-delay:10.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(110){-webkit-animation-delay:11s;-moz-animation-delay:11s;-o-animation-delay:11s;animation-delay:11s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(111){-webkit-animation-delay:11.1s;-moz-animation-delay:11.1s;-o-animation-delay:11.1s;animation-delay:11.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(112){-webkit-animation-delay:11.2s;-moz-animation-delay:11.2s;-o-animation-delay:11.2s;animation-delay:11.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(113){-webkit-animation-delay:11.3s;-moz-animation-delay:11.3s;-o-animation-delay:11.3s;animation-delay:11.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(114){-webkit-animation-delay:11.4s;-moz-animation-delay:11.4s;-o-animation-delay:11.4s;animation-delay:11.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(115){-webkit-animation-delay:11.5s;-moz-animation-delay:11.5s;-o-animation-delay:11.5s;animation-delay:11.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(116){-webkit-animation-delay:11.6s;-moz-animation-delay:11.6s;-o-animation-delay:11.6s;animation-delay:11.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(117){-webkit-animation-delay:11.7s;-moz-animation-delay:11.7s;-o-animation-delay:11.7s;animation-delay:11.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(118){-webkit-animation-delay:11.8s;-moz-animation-delay:11.8s;-o-animation-delay:11.8s;animation-delay:11.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(119){-webkit-animation-delay:11.9s;-moz-animation-delay:11.9s;-o-animation-delay:11.9s;animation-delay:11.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(120){-webkit-animation-delay:12s;-moz-animation-delay:12s;-o-animation-delay:12s;animation-delay:12s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(121){-webkit-animation-delay:12.1s;-moz-animation-delay:12.1s;-o-animation-delay:12.1s;animation-delay:12.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(122){-webkit-animation-delay:12.2s;-moz-animation-delay:12.2s;-o-animation-delay:12.2s;animation-delay:12.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(123){-webkit-animation-delay:12.3s;-moz-animation-delay:12.3s;-o-animation-delay:12.3s;animation-delay:12.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(124){-webkit-animation-delay:12.4s;-moz-animation-delay:12.4s;-o-animation-delay:12.4s;animation-delay:12.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(125){-webkit-animation-delay:12.5s;-moz-animation-delay:12.5s;-o-animation-delay:12.5s;animation-delay:12.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(126){-webkit-animation-delay:12.6s;-moz-animation-delay:12.6s;-o-animation-delay:12.6s;animation-delay:12.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(127){-webkit-animation-delay:12.7s;-moz-animation-delay:12.7s;-o-animation-delay:12.7s;animation-delay:12.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(128){-webkit-animation-delay:12.8s;-moz-animation-delay:12.8s;-o-animation-delay:12.8s;animation-delay:12.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(129){-webkit-animation-delay:12.9s;-moz-animation-delay:12.9s;-o-animation-delay:12.9s;animation-delay:12.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(130){-webkit-animation-delay:13s;-moz-animation-delay:13s;-o-animation-delay:13s;animation-delay:13s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(131){-webkit-animation-delay:13.1s;-moz-animation-delay:13.1s;-o-animation-delay:13.1s;animation-delay:13.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(132){-webkit-animation-delay:13.2s;-moz-animation-delay:13.2s;-o-animation-delay:13.2s;animation-delay:13.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(133){-webkit-animation-delay:13.3s;-moz-animation-delay:13.3s;-o-animation-delay:13.3s;animation-delay:13.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(134){-webkit-animation-delay:13.4s;-moz-animation-delay:13.4s;-o-animation-delay:13.4s;animation-delay:13.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(135){-webkit-animation-delay:13.5s;-moz-animation-delay:13.5s;-o-animation-delay:13.5s;animation-delay:13.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(136){-webkit-animation-delay:13.6s;-moz-animation-delay:13.6s;-o-animation-delay:13.6s;animation-delay:13.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(137){-webkit-animation-delay:13.7s;-moz-animation-delay:13.7s;-o-animation-delay:13.7s;animation-delay:13.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(138){-webkit-animation-delay:13.8s;-moz-animation-delay:13.8s;-o-animation-delay:13.8s;animation-delay:13.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(139){-webkit-animation-delay:13.9s;-moz-animation-delay:13.9s;-o-animation-delay:13.9s;animation-delay:13.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(140){-webkit-animation-delay:14s;-moz-animation-delay:14s;-o-animation-delay:14s;animation-delay:14s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(141){-webkit-animation-delay:14.1s;-moz-animation-delay:14.1s;-o-animation-delay:14.1s;animation-delay:14.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(142){-webkit-animation-delay:14.2s;-moz-animation-delay:14.2s;-o-animation-delay:14.2s;animation-delay:14.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(143){-webkit-animation-delay:14.3s;-moz-animation-delay:14.3s;-o-animation-delay:14.3s;animation-delay:14.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(144){-webkit-animation-delay:14.4s;-moz-animation-delay:14.4s;-o-animation-delay:14.4s;animation-delay:14.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(145){-webkit-animation-delay:14.5s;-moz-animation-delay:14.5s;-o-animation-delay:14.5s;animation-delay:14.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(146){-webkit-animation-delay:14.6s;-moz-animation-delay:14.6s;-o-animation-delay:14.6s;animation-delay:14.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(147){-webkit-animation-delay:14.7s;-moz-animation-delay:14.7s;-o-animation-delay:14.7s;animation-delay:14.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(148){-webkit-animation-delay:14.8s;-moz-animation-delay:14.8s;-o-animation-delay:14.8s;animation-delay:14.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(149){-webkit-animation-delay:14.9s;-moz-animation-delay:14.9s;-o-animation-delay:14.9s;animation-delay:14.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(150){-webkit-animation-delay:15s;-moz-animation-delay:15s;-o-animation-delay:15s;animation-delay:15s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(151){-webkit-animation-delay:15.1s;-moz-animation-delay:15.1s;-o-animation-delay:15.1s;animation-delay:15.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(152){-webkit-animation-delay:15.2s;-moz-animation-delay:15.2s;-o-animation-delay:15.2s;animation-delay:15.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(153){-webkit-animation-delay:15.3s;-moz-animation-delay:15.3s;-o-animation-delay:15.3s;animation-delay:15.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(154){-webkit-animation-delay:15.4s;-moz-animation-delay:15.4s;-o-animation-delay:15.4s;animation-delay:15.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(155){-webkit-animation-delay:15.5s;-moz-animation-delay:15.5s;-o-animation-delay:15.5s;animation-delay:15.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(156){-webkit-animation-delay:15.6s;-moz-animation-delay:15.6s;-o-animation-delay:15.6s;animation-delay:15.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(157){-webkit-animation-delay:15.7s;-moz-animation-delay:15.7s;-o-animation-delay:15.7s;animation-delay:15.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(158){-webkit-animation-delay:15.8s;-moz-animation-delay:15.8s;-o-animation-delay:15.8s;animation-delay:15.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(159){-webkit-animation-delay:15.9s;-moz-animation-delay:15.9s;-o-animation-delay:15.9s;animation-delay:15.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(160){-webkit-animation-delay:16s;-moz-animation-delay:16s;-o-animation-delay:16s;animation-delay:16s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(161){-webkit-animation-delay:16.1s;-moz-animation-delay:16.1s;-o-animation-delay:16.1s;animation-delay:16.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(162){-webkit-animation-delay:16.2s;-moz-animation-delay:16.2s;-o-animation-delay:16.2s;animation-delay:16.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(163){-webkit-animation-delay:16.3s;-moz-animation-delay:16.3s;-o-animation-delay:16.3s;animation-delay:16.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(164){-webkit-animation-delay:16.4s;-moz-animation-delay:16.4s;-o-animation-delay:16.4s;animation-delay:16.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(165){-webkit-animation-delay:16.5s;-moz-animation-delay:16.5s;-o-animation-delay:16.5s;animation-delay:16.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(166){-webkit-animation-delay:16.6s;-moz-animation-delay:16.6s;-o-animation-delay:16.6s;animation-delay:16.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(167){-webkit-animation-delay:16.7s;-moz-animation-delay:16.7s;-o-animation-delay:16.7s;animation-delay:16.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(168){-webkit-animation-delay:16.8s;-moz-animation-delay:16.8s;-o-animation-delay:16.8s;animation-delay:16.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(169){-webkit-animation-delay:16.9s;-moz-animation-delay:16.9s;-o-animation-delay:16.9s;animation-delay:16.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(170){-webkit-animation-delay:17s;-moz-animation-delay:17s;-o-animation-delay:17s;animation-delay:17s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(171){-webkit-animation-delay:17.1s;-moz-animation-delay:17.1s;-o-animation-delay:17.1s;animation-delay:17.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(172){-webkit-animation-delay:17.2s;-moz-animation-delay:17.2s;-o-animation-delay:17.2s;animation-delay:17.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(173){-webkit-animation-delay:17.3s;-moz-animation-delay:17.3s;-o-animation-delay:17.3s;animation-delay:17.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(174){-webkit-animation-delay:17.4s;-moz-animation-delay:17.4s;-o-animation-delay:17.4s;animation-delay:17.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(175){-webkit-animation-delay:17.5s;-moz-animation-delay:17.5s;-o-animation-delay:17.5s;animation-delay:17.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(176){-webkit-animation-delay:17.6s;-moz-animation-delay:17.6s;-o-animation-delay:17.6s;animation-delay:17.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(177){-webkit-animation-delay:17.7s;-moz-animation-delay:17.7s;-o-animation-delay:17.7s;animation-delay:17.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(178){-webkit-animation-delay:17.8s;-moz-animation-delay:17.8s;-o-animation-delay:17.8s;animation-delay:17.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(179){-webkit-animation-delay:17.9s;-moz-animation-delay:17.9s;-o-animation-delay:17.9s;animation-delay:17.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(180){-webkit-animation-delay:18s;-moz-animation-delay:18s;-o-animation-delay:18s;animation-delay:18s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(181){-webkit-animation-delay:18.1s;-moz-animation-delay:18.1s;-o-animation-delay:18.1s;animation-delay:18.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(182){-webkit-animation-delay:18.2s;-moz-animation-delay:18.2s;-o-animation-delay:18.2s;animation-delay:18.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(183){-webkit-animation-delay:18.3s;-moz-animation-delay:18.3s;-o-animation-delay:18.3s;animation-delay:18.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(184){-webkit-animation-delay:18.4s;-moz-animation-delay:18.4s;-o-animation-delay:18.4s;animation-delay:18.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(185){-webkit-animation-delay:18.5s;-moz-animation-delay:18.5s;-o-animation-delay:18.5s;animation-delay:18.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(186){-webkit-animation-delay:18.6s;-moz-animation-delay:18.6s;-o-animation-delay:18.6s;animation-delay:18.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(187){-webkit-animation-delay:18.7s;-moz-animation-delay:18.7s;-o-animation-delay:18.7s;animation-delay:18.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(188){-webkit-animation-delay:18.8s;-moz-animation-delay:18.8s;-o-animation-delay:18.8s;animation-delay:18.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(189){-webkit-animation-delay:18.9s;-moz-animation-delay:18.9s;-o-animation-delay:18.9s;animation-delay:18.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(190){-webkit-animation-delay:19s;-moz-animation-delay:19s;-o-animation-delay:19s;animation-delay:19s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(191){-webkit-animation-delay:19.1s;-moz-animation-delay:19.1s;-o-animation-delay:19.1s;animation-delay:19.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(192){-webkit-animation-delay:19.2s;-moz-animation-delay:19.2s;-o-animation-delay:19.2s;animation-delay:19.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(193){-webkit-animation-delay:19.3s;-moz-animation-delay:19.3s;-o-animation-delay:19.3s;animation-delay:19.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(194){-webkit-animation-delay:19.4s;-moz-animation-delay:19.4s;-o-animation-delay:19.4s;animation-delay:19.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(195){-webkit-animation-delay:19.5s;-moz-animation-delay:19.5s;-o-animation-delay:19.5s;animation-delay:19.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(196){-webkit-animation-delay:19.6s;-moz-animation-delay:19.6s;-o-animation-delay:19.6s;animation-delay:19.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(197){-webkit-animation-delay:19.7s;-moz-animation-delay:19.7s;-o-animation-delay:19.7s;animation-delay:19.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(198){-webkit-animation-delay:19.8s;-moz-animation-delay:19.8s;-o-animation-delay:19.8s;animation-delay:19.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(199){-webkit-animation-delay:19.9s;-moz-animation-delay:19.9s;-o-animation-delay:19.9s;animation-delay:19.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(200){-webkit-animation-delay:20s;-moz-animation-delay:20s;-o-animation-delay:20s;animation-delay:20s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(201){-webkit-animation-delay:20.1s;-moz-animation-delay:20.1s;-o-animation-delay:20.1s;animation-delay:20.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(202){-webkit-animation-delay:20.2s;-moz-animation-delay:20.2s;-o-animation-delay:20.2s;animation-delay:20.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(203){-webkit-animation-delay:20.3s;-moz-animation-delay:20.3s;-o-animation-delay:20.3s;animation-delay:20.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(204){-webkit-animation-delay:20.4s;-moz-animation-delay:20.4s;-o-animation-delay:20.4s;animation-delay:20.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(205){-webkit-animation-delay:20.5s;-moz-animation-delay:20.5s;-o-animation-delay:20.5s;animation-delay:20.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(206){-webkit-animation-delay:20.6s;-moz-animation-delay:20.6s;-o-animation-delay:20.6s;animation-delay:20.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(207){-webkit-animation-delay:20.7s;-moz-animation-delay:20.7s;-o-animation-delay:20.7s;animation-delay:20.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(208){-webkit-animation-delay:20.8s;-moz-animation-delay:20.8s;-o-animation-delay:20.8s;animation-delay:20.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(209){-webkit-animation-delay:20.9s;-moz-animation-delay:20.9s;-o-animation-delay:20.9s;animation-delay:20.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(210){-webkit-animation-delay:21s;-moz-animation-delay:21s;-o-animation-delay:21s;animation-delay:21s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(211){-webkit-animation-delay:21.1s;-moz-animation-delay:21.1s;-o-animation-delay:21.1s;animation-delay:21.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(212){-webkit-animation-delay:21.2s;-moz-animation-delay:21.2s;-o-animation-delay:21.2s;animation-delay:21.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(213){-webkit-animation-delay:21.3s;-moz-animation-delay:21.3s;-o-animation-delay:21.3s;animation-delay:21.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(214){-webkit-animation-delay:21.4s;-moz-animation-delay:21.4s;-o-animation-delay:21.4s;animation-delay:21.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(215){-webkit-animation-delay:21.5s;-moz-animation-delay:21.5s;-o-animation-delay:21.5s;animation-delay:21.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(216){-webkit-animation-delay:21.6s;-moz-animation-delay:21.6s;-o-animation-delay:21.6s;animation-delay:21.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(217){-webkit-animation-delay:21.7s;-moz-animation-delay:21.7s;-o-animation-delay:21.7s;animation-delay:21.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(218){-webkit-animation-delay:21.8s;-moz-animation-delay:21.8s;-o-animation-delay:21.8s;animation-delay:21.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(219){-webkit-animation-delay:21.9s;-moz-animation-delay:21.9s;-o-animation-delay:21.9s;animation-delay:21.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(220){-webkit-animation-delay:22s;-moz-animation-delay:22s;-o-animation-delay:22s;animation-delay:22s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(221){-webkit-animation-delay:22.1s;-moz-animation-delay:22.1s;-o-animation-delay:22.1s;animation-delay:22.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(222){-webkit-animation-delay:22.2s;-moz-animation-delay:22.2s;-o-animation-delay:22.2s;animation-delay:22.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(223){-webkit-animation-delay:22.3s;-moz-animation-delay:22.3s;-o-animation-delay:22.3s;animation-delay:22.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(224){-webkit-animation-delay:22.4s;-moz-animation-delay:22.4s;-o-animation-delay:22.4s;animation-delay:22.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(225){-webkit-animation-delay:22.5s;-moz-animation-delay:22.5s;-o-animation-delay:22.5s;animation-delay:22.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(226){-webkit-animation-delay:22.6s;-moz-animation-delay:22.6s;-o-animation-delay:22.6s;animation-delay:22.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(227){-webkit-animation-delay:22.7s;-moz-animation-delay:22.7s;-o-animation-delay:22.7s;animation-delay:22.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(228){-webkit-animation-delay:22.8s;-moz-animation-delay:22.8s;-o-animation-delay:22.8s;animation-delay:22.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(229){-webkit-animation-delay:22.9s;-moz-animation-delay:22.9s;-o-animation-delay:22.9s;animation-delay:22.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(230){-webkit-animation-delay:23s;-moz-animation-delay:23s;-o-animation-delay:23s;animation-delay:23s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(231){-webkit-animation-delay:23.1s;-moz-animation-delay:23.1s;-o-animation-delay:23.1s;animation-delay:23.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(232){-webkit-animation-delay:23.2s;-moz-animation-delay:23.2s;-o-animation-delay:23.2s;animation-delay:23.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(233){-webkit-animation-delay:23.3s;-moz-animation-delay:23.3s;-o-animation-delay:23.3s;animation-delay:23.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(234){-webkit-animation-delay:23.4s;-moz-animation-delay:23.4s;-o-animation-delay:23.4s;animation-delay:23.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(235){-webkit-animation-delay:23.5s;-moz-animation-delay:23.5s;-o-animation-delay:23.5s;animation-delay:23.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(236){-webkit-animation-delay:23.6s;-moz-animation-delay:23.6s;-o-animation-delay:23.6s;animation-delay:23.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(237){-webkit-animation-delay:23.7s;-moz-animation-delay:23.7s;-o-animation-delay:23.7s;animation-delay:23.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(238){-webkit-animation-delay:23.8s;-moz-animation-delay:23.8s;-o-animation-delay:23.8s;animation-delay:23.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(239){-webkit-animation-delay:23.9s;-moz-animation-delay:23.9s;-o-animation-delay:23.9s;animation-delay:23.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(240){-webkit-animation-delay:24s;-moz-animation-delay:24s;-o-animation-delay:24s;animation-delay:24s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(241){-webkit-animation-delay:24.1s;-moz-animation-delay:24.1s;-o-animation-delay:24.1s;animation-delay:24.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(242){-webkit-animation-delay:24.2s;-moz-animation-delay:24.2s;-o-animation-delay:24.2s;animation-delay:24.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(243){-webkit-animation-delay:24.3s;-moz-animation-delay:24.3s;-o-animation-delay:24.3s;animation-delay:24.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(244){-webkit-animation-delay:24.4s;-moz-animation-delay:24.4s;-o-animation-delay:24.4s;animation-delay:24.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(245){-webkit-animation-delay:24.5s;-moz-animation-delay:24.5s;-o-animation-delay:24.5s;animation-delay:24.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(246){-webkit-animation-delay:24.6s;-moz-animation-delay:24.6s;-o-animation-delay:24.6s;animation-delay:24.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(247){-webkit-animation-delay:24.7s;-moz-animation-delay:24.7s;-o-animation-delay:24.7s;animation-delay:24.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(248){-webkit-animation-delay:24.8s;-moz-animation-delay:24.8s;-o-animation-delay:24.8s;animation-delay:24.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(249){-webkit-animation-delay:24.9s;-moz-animation-delay:24.9s;-o-animation-delay:24.9s;animation-delay:24.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(250){-webkit-animation-delay:25s;-moz-animation-delay:25s;-o-animation-delay:25s;animation-delay:25s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(251){-webkit-animation-delay:25.1s;-moz-animation-delay:25.1s;-o-animation-delay:25.1s;animation-delay:25.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(252){-webkit-animation-delay:25.2s;-moz-animation-delay:25.2s;-o-animation-delay:25.2s;animation-delay:25.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(253){-webkit-animation-delay:25.3s;-moz-animation-delay:25.3s;-o-animation-delay:25.3s;animation-delay:25.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(254){-webkit-animation-delay:25.4s;-moz-animation-delay:25.4s;-o-animation-delay:25.4s;animation-delay:25.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(255){-webkit-animation-delay:25.5s;-moz-animation-delay:25.5s;-o-animation-delay:25.5s;animation-delay:25.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(256){-webkit-animation-delay:25.6s;-moz-animation-delay:25.6s;-o-animation-delay:25.6s;animation-delay:25.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(257){-webkit-animation-delay:25.7s;-moz-animation-delay:25.7s;-o-animation-delay:25.7s;animation-delay:25.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(258){-webkit-animation-delay:25.8s;-moz-animation-delay:25.8s;-o-animation-delay:25.8s;animation-delay:25.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(259){-webkit-animation-delay:25.9s;-moz-animation-delay:25.9s;-o-animation-delay:25.9s;animation-delay:25.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(260){-webkit-animation-delay:26s;-moz-animation-delay:26s;-o-animation-delay:26s;animation-delay:26s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(261){-webkit-animation-delay:26.1s;-moz-animation-delay:26.1s;-o-animation-delay:26.1s;animation-delay:26.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(262){-webkit-animation-delay:26.2s;-moz-animation-delay:26.2s;-o-animation-delay:26.2s;animation-delay:26.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(263){-webkit-animation-delay:26.3s;-moz-animation-delay:26.3s;-o-animation-delay:26.3s;animation-delay:26.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(264){-webkit-animation-delay:26.4s;-moz-animation-delay:26.4s;-o-animation-delay:26.4s;animation-delay:26.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(265){-webkit-animation-delay:26.5s;-moz-animation-delay:26.5s;-o-animation-delay:26.5s;animation-delay:26.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(266){-webkit-animation-delay:26.6s;-moz-animation-delay:26.6s;-o-animation-delay:26.6s;animation-delay:26.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(267){-webkit-animation-delay:26.7s;-moz-animation-delay:26.7s;-o-animation-delay:26.7s;animation-delay:26.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(268){-webkit-animation-delay:26.8s;-moz-animation-delay:26.8s;-o-animation-delay:26.8s;animation-delay:26.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(269){-webkit-animation-delay:26.9s;-moz-animation-delay:26.9s;-o-animation-delay:26.9s;animation-delay:26.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(270){-webkit-animation-delay:27s;-moz-animation-delay:27s;-o-animation-delay:27s;animation-delay:27s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(271){-webkit-animation-delay:27.1s;-moz-animation-delay:27.1s;-o-animation-delay:27.1s;animation-delay:27.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(272){-webkit-animation-delay:27.2s;-moz-animation-delay:27.2s;-o-animation-delay:27.2s;animation-delay:27.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(273){-webkit-animation-delay:27.3s;-moz-animation-delay:27.3s;-o-animation-delay:27.3s;animation-delay:27.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(274){-webkit-animation-delay:27.4s;-moz-animation-delay:27.4s;-o-animation-delay:27.4s;animation-delay:27.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(275){-webkit-animation-delay:27.5s;-moz-animation-delay:27.5s;-o-animation-delay:27.5s;animation-delay:27.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(276){-webkit-animation-delay:27.6s;-moz-animation-delay:27.6s;-o-animation-delay:27.6s;animation-delay:27.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(277){-webkit-animation-delay:27.7s;-moz-animation-delay:27.7s;-o-animation-delay:27.7s;animation-delay:27.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(278){-webkit-animation-delay:27.8s;-moz-animation-delay:27.8s;-o-animation-delay:27.8s;animation-delay:27.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(279){-webkit-animation-delay:27.9s;-moz-animation-delay:27.9s;-o-animation-delay:27.9s;animation-delay:27.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(280){-webkit-animation-delay:28s;-moz-animation-delay:28s;-o-animation-delay:28s;animation-delay:28s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(281){-webkit-animation-delay:28.1s;-moz-animation-delay:28.1s;-o-animation-delay:28.1s;animation-delay:28.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(282){-webkit-animation-delay:28.2s;-moz-animation-delay:28.2s;-o-animation-delay:28.2s;animation-delay:28.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(283){-webkit-animation-delay:28.3s;-moz-animation-delay:28.3s;-o-animation-delay:28.3s;animation-delay:28.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(284){-webkit-animation-delay:28.4s;-moz-animation-delay:28.4s;-o-animation-delay:28.4s;animation-delay:28.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(285){-webkit-animation-delay:28.5s;-moz-animation-delay:28.5s;-o-animation-delay:28.5s;animation-delay:28.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(286){-webkit-animation-delay:28.6s;-moz-animation-delay:28.6s;-o-animation-delay:28.6s;animation-delay:28.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(287){-webkit-animation-delay:28.7s;-moz-animation-delay:28.7s;-o-animation-delay:28.7s;animation-delay:28.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(288){-webkit-animation-delay:28.8s;-moz-animation-delay:28.8s;-o-animation-delay:28.8s;animation-delay:28.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(289){-webkit-animation-delay:28.9s;-moz-animation-delay:28.9s;-o-animation-delay:28.9s;animation-delay:28.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(290){-webkit-animation-delay:29s;-moz-animation-delay:29s;-o-animation-delay:29s;animation-delay:29s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(291){-webkit-animation-delay:29.1s;-moz-animation-delay:29.1s;-o-animation-delay:29.1s;animation-delay:29.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(292){-webkit-animation-delay:29.2s;-moz-animation-delay:29.2s;-o-animation-delay:29.2s;animation-delay:29.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(293){-webkit-animation-delay:29.3s;-moz-animation-delay:29.3s;-o-animation-delay:29.3s;animation-delay:29.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(294){-webkit-animation-delay:29.4s;-moz-animation-delay:29.4s;-o-animation-delay:29.4s;animation-delay:29.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(295){-webkit-animation-delay:29.5s;-moz-animation-delay:29.5s;-o-animation-delay:29.5s;animation-delay:29.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(296){-webkit-animation-delay:29.6s;-moz-animation-delay:29.6s;-o-animation-delay:29.6s;animation-delay:29.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(297){-webkit-animation-delay:29.7s;-moz-animation-delay:29.7s;-o-animation-delay:29.7s;animation-delay:29.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(298){-webkit-animation-delay:29.8s;-moz-animation-delay:29.8s;-o-animation-delay:29.8s;animation-delay:29.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(299){-webkit-animation-delay:29.9s;-moz-animation-delay:29.9s;-o-animation-delay:29.9s;animation-delay:29.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(300){-webkit-animation-delay:30s;-moz-animation-delay:30s;-o-animation-delay:30s;animation-delay:30s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(301){-webkit-animation-delay:30.1s;-moz-animation-delay:30.1s;-o-animation-delay:30.1s;animation-delay:30.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(302){-webkit-animation-delay:30.2s;-moz-animation-delay:30.2s;-o-animation-delay:30.2s;animation-delay:30.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(303){-webkit-animation-delay:30.3s;-moz-animation-delay:30.3s;-o-animation-delay:30.3s;animation-delay:30.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(304){-webkit-animation-delay:30.4s;-moz-animation-delay:30.4s;-o-animation-delay:30.4s;animation-delay:30.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(305){-webkit-animation-delay:30.5s;-moz-animation-delay:30.5s;-o-animation-delay:30.5s;animation-delay:30.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(306){-webkit-animation-delay:30.6s;-moz-animation-delay:30.6s;-o-animation-delay:30.6s;animation-delay:30.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(307){-webkit-animation-delay:30.7s;-moz-animation-delay:30.7s;-o-animation-delay:30.7s;animation-delay:30.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(308){-webkit-animation-delay:30.8s;-moz-animation-delay:30.8s;-o-animation-delay:30.8s;animation-delay:30.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(309){-webkit-animation-delay:30.9s;-moz-animation-delay:30.9s;-o-animation-delay:30.9s;animation-delay:30.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(310){-webkit-animation-delay:31s;-moz-animation-delay:31s;-o-animation-delay:31s;animation-delay:31s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(311){-webkit-animation-delay:31.1s;-moz-animation-delay:31.1s;-o-animation-delay:31.1s;animation-delay:31.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(312){-webkit-animation-delay:31.2s;-moz-animation-delay:31.2s;-o-animation-delay:31.2s;animation-delay:31.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(313){-webkit-animation-delay:31.3s;-moz-animation-delay:31.3s;-o-animation-delay:31.3s;animation-delay:31.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(314){-webkit-animation-delay:31.4s;-moz-animation-delay:31.4s;-o-animation-delay:31.4s;animation-delay:31.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(315){-webkit-animation-delay:31.5s;-moz-animation-delay:31.5s;-o-animation-delay:31.5s;animation-delay:31.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(316){-webkit-animation-delay:31.6s;-moz-animation-delay:31.6s;-o-animation-delay:31.6s;animation-delay:31.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(317){-webkit-animation-delay:31.7s;-moz-animation-delay:31.7s;-o-animation-delay:31.7s;animation-delay:31.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(318){-webkit-animation-delay:31.8s;-moz-animation-delay:31.8s;-o-animation-delay:31.8s;animation-delay:31.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(319){-webkit-animation-delay:31.9s;-moz-animation-delay:31.9s;-o-animation-delay:31.9s;animation-delay:31.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(320){-webkit-animation-delay:32s;-moz-animation-delay:32s;-o-animation-delay:32s;animation-delay:32s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(321){-webkit-animation-delay:32.1s;-moz-animation-delay:32.1s;-o-animation-delay:32.1s;animation-delay:32.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(322){-webkit-animation-delay:32.2s;-moz-animation-delay:32.2s;-o-animation-delay:32.2s;animation-delay:32.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(323){-webkit-animation-delay:32.3s;-moz-animation-delay:32.3s;-o-animation-delay:32.3s;animation-delay:32.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(324){-webkit-animation-delay:32.4s;-moz-animation-delay:32.4s;-o-animation-delay:32.4s;animation-delay:32.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(325){-webkit-animation-delay:32.5s;-moz-animation-delay:32.5s;-o-animation-delay:32.5s;animation-delay:32.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(326){-webkit-animation-delay:32.6s;-moz-animation-delay:32.6s;-o-animation-delay:32.6s;animation-delay:32.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(327){-webkit-animation-delay:32.7s;-moz-animation-delay:32.7s;-o-animation-delay:32.7s;animation-delay:32.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(328){-webkit-animation-delay:32.8s;-moz-animation-delay:32.8s;-o-animation-delay:32.8s;animation-delay:32.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(329){-webkit-animation-delay:32.9s;-moz-animation-delay:32.9s;-o-animation-delay:32.9s;animation-delay:32.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(330){-webkit-animation-delay:33s;-moz-animation-delay:33s;-o-animation-delay:33s;animation-delay:33s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(331){-webkit-animation-delay:33.1s;-moz-animation-delay:33.1s;-o-animation-delay:33.1s;animation-delay:33.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(332){-webkit-animation-delay:33.2s;-moz-animation-delay:33.2s;-o-animation-delay:33.2s;animation-delay:33.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(333){-webkit-animation-delay:33.3s;-moz-animation-delay:33.3s;-o-animation-delay:33.3s;animation-delay:33.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(334){-webkit-animation-delay:33.4s;-moz-animation-delay:33.4s;-o-animation-delay:33.4s;animation-delay:33.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(335){-webkit-animation-delay:33.5s;-moz-animation-delay:33.5s;-o-animation-delay:33.5s;animation-delay:33.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(336){-webkit-animation-delay:33.6s;-moz-animation-delay:33.6s;-o-animation-delay:33.6s;animation-delay:33.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(337){-webkit-animation-delay:33.7s;-moz-animation-delay:33.7s;-o-animation-delay:33.7s;animation-delay:33.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(338){-webkit-animation-delay:33.8s;-moz-animation-delay:33.8s;-o-animation-delay:33.8s;animation-delay:33.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(339){-webkit-animation-delay:33.9s;-moz-animation-delay:33.9s;-o-animation-delay:33.9s;animation-delay:33.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(340){-webkit-animation-delay:34s;-moz-animation-delay:34s;-o-animation-delay:34s;animation-delay:34s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(341){-webkit-animation-delay:34.1s;-moz-animation-delay:34.1s;-o-animation-delay:34.1s;animation-delay:34.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(342){-webkit-animation-delay:34.2s;-moz-animation-delay:34.2s;-o-animation-delay:34.2s;animation-delay:34.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(343){-webkit-animation-delay:34.3s;-moz-animation-delay:34.3s;-o-animation-delay:34.3s;animation-delay:34.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(344){-webkit-animation-delay:34.4s;-moz-animation-delay:34.4s;-o-animation-delay:34.4s;animation-delay:34.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(345){-webkit-animation-delay:34.5s;-moz-animation-delay:34.5s;-o-animation-delay:34.5s;animation-delay:34.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(346){-webkit-animation-delay:34.6s;-moz-animation-delay:34.6s;-o-animation-delay:34.6s;animation-delay:34.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(347){-webkit-animation-delay:34.7s;-moz-animation-delay:34.7s;-o-animation-delay:34.7s;animation-delay:34.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(348){-webkit-animation-delay:34.8s;-moz-animation-delay:34.8s;-o-animation-delay:34.8s;animation-delay:34.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(349){-webkit-animation-delay:34.9s;-moz-animation-delay:34.9s;-o-animation-delay:34.9s;animation-delay:34.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(350){-webkit-animation-delay:35s;-moz-animation-delay:35s;-o-animation-delay:35s;animation-delay:35s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(351){-webkit-animation-delay:35.1s;-moz-animation-delay:35.1s;-o-animation-delay:35.1s;animation-delay:35.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(352){-webkit-animation-delay:35.2s;-moz-animation-delay:35.2s;-o-animation-delay:35.2s;animation-delay:35.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(353){-webkit-animation-delay:35.3s;-moz-animation-delay:35.3s;-o-animation-delay:35.3s;animation-delay:35.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(354){-webkit-animation-delay:35.4s;-moz-animation-delay:35.4s;-o-animation-delay:35.4s;animation-delay:35.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(355){-webkit-animation-delay:35.5s;-moz-animation-delay:35.5s;-o-animation-delay:35.5s;animation-delay:35.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(356){-webkit-animation-delay:35.6s;-moz-animation-delay:35.6s;-o-animation-delay:35.6s;animation-delay:35.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(357){-webkit-animation-delay:35.7s;-moz-animation-delay:35.7s;-o-animation-delay:35.7s;animation-delay:35.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(358){-webkit-animation-delay:35.8s;-moz-animation-delay:35.8s;-o-animation-delay:35.8s;animation-delay:35.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(359){-webkit-animation-delay:35.9s;-moz-animation-delay:35.9s;-o-animation-delay:35.9s;animation-delay:35.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(360){-webkit-animation-delay:36s;-moz-animation-delay:36s;-o-animation-delay:36s;animation-delay:36s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(361){-webkit-animation-delay:36.1s;-moz-animation-delay:36.1s;-o-animation-delay:36.1s;animation-delay:36.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(362){-webkit-animation-delay:36.2s;-moz-animation-delay:36.2s;-o-animation-delay:36.2s;animation-delay:36.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(363){-webkit-animation-delay:36.3s;-moz-animation-delay:36.3s;-o-animation-delay:36.3s;animation-delay:36.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(364){-webkit-animation-delay:36.4s;-moz-animation-delay:36.4s;-o-animation-delay:36.4s;animation-delay:36.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(365){-webkit-animation-delay:36.5s;-moz-animation-delay:36.5s;-o-animation-delay:36.5s;animation-delay:36.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(366){-webkit-animation-delay:36.6s;-moz-animation-delay:36.6s;-o-animation-delay:36.6s;animation-delay:36.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(367){-webkit-animation-delay:36.7s;-moz-animation-delay:36.7s;-o-animation-delay:36.7s;animation-delay:36.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(368){-webkit-animation-delay:36.8s;-moz-animation-delay:36.8s;-o-animation-delay:36.8s;animation-delay:36.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(369){-webkit-animation-delay:36.9s;-moz-animation-delay:36.9s;-o-animation-delay:36.9s;animation-delay:36.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(370){-webkit-animation-delay:37s;-moz-animation-delay:37s;-o-animation-delay:37s;animation-delay:37s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(371){-webkit-animation-delay:37.1s;-moz-animation-delay:37.1s;-o-animation-delay:37.1s;animation-delay:37.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(372){-webkit-animation-delay:37.2s;-moz-animation-delay:37.2s;-o-animation-delay:37.2s;animation-delay:37.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(373){-webkit-animation-delay:37.3s;-moz-animation-delay:37.3s;-o-animation-delay:37.3s;animation-delay:37.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(374){-webkit-animation-delay:37.4s;-moz-animation-delay:37.4s;-o-animation-delay:37.4s;animation-delay:37.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(375){-webkit-animation-delay:37.5s;-moz-animation-delay:37.5s;-o-animation-delay:37.5s;animation-delay:37.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(376){-webkit-animation-delay:37.6s;-moz-animation-delay:37.6s;-o-animation-delay:37.6s;animation-delay:37.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(377){-webkit-animation-delay:37.7s;-moz-animation-delay:37.7s;-o-animation-delay:37.7s;animation-delay:37.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(378){-webkit-animation-delay:37.8s;-moz-animation-delay:37.8s;-o-animation-delay:37.8s;animation-delay:37.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(379){-webkit-animation-delay:37.9s;-moz-animation-delay:37.9s;-o-animation-delay:37.9s;animation-delay:37.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(380){-webkit-animation-delay:38s;-moz-animation-delay:38s;-o-animation-delay:38s;animation-delay:38s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(381){-webkit-animation-delay:38.1s;-moz-animation-delay:38.1s;-o-animation-delay:38.1s;animation-delay:38.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(382){-webkit-animation-delay:38.2s;-moz-animation-delay:38.2s;-o-animation-delay:38.2s;animation-delay:38.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(383){-webkit-animation-delay:38.3s;-moz-animation-delay:38.3s;-o-animation-delay:38.3s;animation-delay:38.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(384){-webkit-animation-delay:38.4s;-moz-animation-delay:38.4s;-o-animation-delay:38.4s;animation-delay:38.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(385){-webkit-animation-delay:38.5s;-moz-animation-delay:38.5s;-o-animation-delay:38.5s;animation-delay:38.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(386){-webkit-animation-delay:38.6s;-moz-animation-delay:38.6s;-o-animation-delay:38.6s;animation-delay:38.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(387){-webkit-animation-delay:38.7s;-moz-animation-delay:38.7s;-o-animation-delay:38.7s;animation-delay:38.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(388){-webkit-animation-delay:38.8s;-moz-animation-delay:38.8s;-o-animation-delay:38.8s;animation-delay:38.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(389){-webkit-animation-delay:38.9s;-moz-animation-delay:38.9s;-o-animation-delay:38.9s;animation-delay:38.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(390){-webkit-animation-delay:39s;-moz-animation-delay:39s;-o-animation-delay:39s;animation-delay:39s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(391){-webkit-animation-delay:39.1s;-moz-animation-delay:39.1s;-o-animation-delay:39.1s;animation-delay:39.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(392){-webkit-animation-delay:39.2s;-moz-animation-delay:39.2s;-o-animation-delay:39.2s;animation-delay:39.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(393){-webkit-animation-delay:39.3s;-moz-animation-delay:39.3s;-o-animation-delay:39.3s;animation-delay:39.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(394){-webkit-animation-delay:39.4s;-moz-animation-delay:39.4s;-o-animation-delay:39.4s;animation-delay:39.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(395){-webkit-animation-delay:39.5s;-moz-animation-delay:39.5s;-o-animation-delay:39.5s;animation-delay:39.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(396){-webkit-animation-delay:39.6s;-moz-animation-delay:39.6s;-o-animation-delay:39.6s;animation-delay:39.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(397){-webkit-animation-delay:39.7s;-moz-animation-delay:39.7s;-o-animation-delay:39.7s;animation-delay:39.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(398){-webkit-animation-delay:39.8s;-moz-animation-delay:39.8s;-o-animation-delay:39.8s;animation-delay:39.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(399){-webkit-animation-delay:39.9s;-moz-animation-delay:39.9s;-o-animation-delay:39.9s;animation-delay:39.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(400){-webkit-animation-delay:40s;-moz-animation-delay:40s;-o-animation-delay:40s;animation-delay:40s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(401){-webkit-animation-delay:40.1s;-moz-animation-delay:40.1s;-o-animation-delay:40.1s;animation-delay:40.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(402){-webkit-animation-delay:40.2s;-moz-animation-delay:40.2s;-o-animation-delay:40.2s;animation-delay:40.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(403){-webkit-animation-delay:40.3s;-moz-animation-delay:40.3s;-o-animation-delay:40.3s;animation-delay:40.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(404){-webkit-animation-delay:40.4s;-moz-animation-delay:40.4s;-o-animation-delay:40.4s;animation-delay:40.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(405){-webkit-animation-delay:40.5s;-moz-animation-delay:40.5s;-o-animation-delay:40.5s;animation-delay:40.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(406){-webkit-animation-delay:40.6s;-moz-animation-delay:40.6s;-o-animation-delay:40.6s;animation-delay:40.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(407){-webkit-animation-delay:40.7s;-moz-animation-delay:40.7s;-o-animation-delay:40.7s;animation-delay:40.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(408){-webkit-animation-delay:40.8s;-moz-animation-delay:40.8s;-o-animation-delay:40.8s;animation-delay:40.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(409){-webkit-animation-delay:40.9s;-moz-animation-delay:40.9s;-o-animation-delay:40.9s;animation-delay:40.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(410){-webkit-animation-delay:41s;-moz-animation-delay:41s;-o-animation-delay:41s;animation-delay:41s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(411){-webkit-animation-delay:41.1s;-moz-animation-delay:41.1s;-o-animation-delay:41.1s;animation-delay:41.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(412){-webkit-animation-delay:41.2s;-moz-animation-delay:41.2s;-o-animation-delay:41.2s;animation-delay:41.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(413){-webkit-animation-delay:41.3s;-moz-animation-delay:41.3s;-o-animation-delay:41.3s;animation-delay:41.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(414){-webkit-animation-delay:41.4s;-moz-animation-delay:41.4s;-o-animation-delay:41.4s;animation-delay:41.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(415){-webkit-animation-delay:41.5s;-moz-animation-delay:41.5s;-o-animation-delay:41.5s;animation-delay:41.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(416){-webkit-animation-delay:41.6s;-moz-animation-delay:41.6s;-o-animation-delay:41.6s;animation-delay:41.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(417){-webkit-animation-delay:41.7s;-moz-animation-delay:41.7s;-o-animation-delay:41.7s;animation-delay:41.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(418){-webkit-animation-delay:41.8s;-moz-animation-delay:41.8s;-o-animation-delay:41.8s;animation-delay:41.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(419){-webkit-animation-delay:41.9s;-moz-animation-delay:41.9s;-o-animation-delay:41.9s;animation-delay:41.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(420){-webkit-animation-delay:42s;-moz-animation-delay:42s;-o-animation-delay:42s;animation-delay:42s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(421){-webkit-animation-delay:42.1s;-moz-animation-delay:42.1s;-o-animation-delay:42.1s;animation-delay:42.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(422){-webkit-animation-delay:42.2s;-moz-animation-delay:42.2s;-o-animation-delay:42.2s;animation-delay:42.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(423){-webkit-animation-delay:42.3s;-moz-animation-delay:42.3s;-o-animation-delay:42.3s;animation-delay:42.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(424){-webkit-animation-delay:42.4s;-moz-animation-delay:42.4s;-o-animation-delay:42.4s;animation-delay:42.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(425){-webkit-animation-delay:42.5s;-moz-animation-delay:42.5s;-o-animation-delay:42.5s;animation-delay:42.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(426){-webkit-animation-delay:42.6s;-moz-animation-delay:42.6s;-o-animation-delay:42.6s;animation-delay:42.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(427){-webkit-animation-delay:42.7s;-moz-animation-delay:42.7s;-o-animation-delay:42.7s;animation-delay:42.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(428){-webkit-animation-delay:42.8s;-moz-animation-delay:42.8s;-o-animation-delay:42.8s;animation-delay:42.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(429){-webkit-animation-delay:42.9s;-moz-animation-delay:42.9s;-o-animation-delay:42.9s;animation-delay:42.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(430){-webkit-animation-delay:43s;-moz-animation-delay:43s;-o-animation-delay:43s;animation-delay:43s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(431){-webkit-animation-delay:43.1s;-moz-animation-delay:43.1s;-o-animation-delay:43.1s;animation-delay:43.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(432){-webkit-animation-delay:43.2s;-moz-animation-delay:43.2s;-o-animation-delay:43.2s;animation-delay:43.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(433){-webkit-animation-delay:43.3s;-moz-animation-delay:43.3s;-o-animation-delay:43.3s;animation-delay:43.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(434){-webkit-animation-delay:43.4s;-moz-animation-delay:43.4s;-o-animation-delay:43.4s;animation-delay:43.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(435){-webkit-animation-delay:43.5s;-moz-animation-delay:43.5s;-o-animation-delay:43.5s;animation-delay:43.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(436){-webkit-animation-delay:43.6s;-moz-animation-delay:43.6s;-o-animation-delay:43.6s;animation-delay:43.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(437){-webkit-animation-delay:43.7s;-moz-animation-delay:43.7s;-o-animation-delay:43.7s;animation-delay:43.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(438){-webkit-animation-delay:43.8s;-moz-animation-delay:43.8s;-o-animation-delay:43.8s;animation-delay:43.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(439){-webkit-animation-delay:43.9s;-moz-animation-delay:43.9s;-o-animation-delay:43.9s;animation-delay:43.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(440){-webkit-animation-delay:44s;-moz-animation-delay:44s;-o-animation-delay:44s;animation-delay:44s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(441){-webkit-animation-delay:44.1s;-moz-animation-delay:44.1s;-o-animation-delay:44.1s;animation-delay:44.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(442){-webkit-animation-delay:44.2s;-moz-animation-delay:44.2s;-o-animation-delay:44.2s;animation-delay:44.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(443){-webkit-animation-delay:44.3s;-moz-animation-delay:44.3s;-o-animation-delay:44.3s;animation-delay:44.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(444){-webkit-animation-delay:44.4s;-moz-animation-delay:44.4s;-o-animation-delay:44.4s;animation-delay:44.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(445){-webkit-animation-delay:44.5s;-moz-animation-delay:44.5s;-o-animation-delay:44.5s;animation-delay:44.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(446){-webkit-animation-delay:44.6s;-moz-animation-delay:44.6s;-o-animation-delay:44.6s;animation-delay:44.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(447){-webkit-animation-delay:44.7s;-moz-animation-delay:44.7s;-o-animation-delay:44.7s;animation-delay:44.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(448){-webkit-animation-delay:44.8s;-moz-animation-delay:44.8s;-o-animation-delay:44.8s;animation-delay:44.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(449){-webkit-animation-delay:44.9s;-moz-animation-delay:44.9s;-o-animation-delay:44.9s;animation-delay:44.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(450){-webkit-animation-delay:45s;-moz-animation-delay:45s;-o-animation-delay:45s;animation-delay:45s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(451){-webkit-animation-delay:45.1s;-moz-animation-delay:45.1s;-o-animation-delay:45.1s;animation-delay:45.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(452){-webkit-animation-delay:45.2s;-moz-animation-delay:45.2s;-o-animation-delay:45.2s;animation-delay:45.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(453){-webkit-animation-delay:45.3s;-moz-animation-delay:45.3s;-o-animation-delay:45.3s;animation-delay:45.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(454){-webkit-animation-delay:45.4s;-moz-animation-delay:45.4s;-o-animation-delay:45.4s;animation-delay:45.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(455){-webkit-animation-delay:45.5s;-moz-animation-delay:45.5s;-o-animation-delay:45.5s;animation-delay:45.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(456){-webkit-animation-delay:45.6s;-moz-animation-delay:45.6s;-o-animation-delay:45.6s;animation-delay:45.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(457){-webkit-animation-delay:45.7s;-moz-animation-delay:45.7s;-o-animation-delay:45.7s;animation-delay:45.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(458){-webkit-animation-delay:45.8s;-moz-animation-delay:45.8s;-o-animation-delay:45.8s;animation-delay:45.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(459){-webkit-animation-delay:45.9s;-moz-animation-delay:45.9s;-o-animation-delay:45.9s;animation-delay:45.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(460){-webkit-animation-delay:46s;-moz-animation-delay:46s;-o-animation-delay:46s;animation-delay:46s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(461){-webkit-animation-delay:46.1s;-moz-animation-delay:46.1s;-o-animation-delay:46.1s;animation-delay:46.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(462){-webkit-animation-delay:46.2s;-moz-animation-delay:46.2s;-o-animation-delay:46.2s;animation-delay:46.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(463){-webkit-animation-delay:46.3s;-moz-animation-delay:46.3s;-o-animation-delay:46.3s;animation-delay:46.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(464){-webkit-animation-delay:46.4s;-moz-animation-delay:46.4s;-o-animation-delay:46.4s;animation-delay:46.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(465){-webkit-animation-delay:46.5s;-moz-animation-delay:46.5s;-o-animation-delay:46.5s;animation-delay:46.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(466){-webkit-animation-delay:46.6s;-moz-animation-delay:46.6s;-o-animation-delay:46.6s;animation-delay:46.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(467){-webkit-animation-delay:46.7s;-moz-animation-delay:46.7s;-o-animation-delay:46.7s;animation-delay:46.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(468){-webkit-animation-delay:46.8s;-moz-animation-delay:46.8s;-o-animation-delay:46.8s;animation-delay:46.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(469){-webkit-animation-delay:46.9s;-moz-animation-delay:46.9s;-o-animation-delay:46.9s;animation-delay:46.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(470){-webkit-animation-delay:47s;-moz-animation-delay:47s;-o-animation-delay:47s;animation-delay:47s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(471){-webkit-animation-delay:47.1s;-moz-animation-delay:47.1s;-o-animation-delay:47.1s;animation-delay:47.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(472){-webkit-animation-delay:47.2s;-moz-animation-delay:47.2s;-o-animation-delay:47.2s;animation-delay:47.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(473){-webkit-animation-delay:47.3s;-moz-animation-delay:47.3s;-o-animation-delay:47.3s;animation-delay:47.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(474){-webkit-animation-delay:47.4s;-moz-animation-delay:47.4s;-o-animation-delay:47.4s;animation-delay:47.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(475){-webkit-animation-delay:47.5s;-moz-animation-delay:47.5s;-o-animation-delay:47.5s;animation-delay:47.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(476){-webkit-animation-delay:47.6s;-moz-animation-delay:47.6s;-o-animation-delay:47.6s;animation-delay:47.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(477){-webkit-animation-delay:47.7s;-moz-animation-delay:47.7s;-o-animation-delay:47.7s;animation-delay:47.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(478){-webkit-animation-delay:47.8s;-moz-animation-delay:47.8s;-o-animation-delay:47.8s;animation-delay:47.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(479){-webkit-animation-delay:47.9s;-moz-animation-delay:47.9s;-o-animation-delay:47.9s;animation-delay:47.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(480){-webkit-animation-delay:48s;-moz-animation-delay:48s;-o-animation-delay:48s;animation-delay:48s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(481){-webkit-animation-delay:48.1s;-moz-animation-delay:48.1s;-o-animation-delay:48.1s;animation-delay:48.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(482){-webkit-animation-delay:48.2s;-moz-animation-delay:48.2s;-o-animation-delay:48.2s;animation-delay:48.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(483){-webkit-animation-delay:48.3s;-moz-animation-delay:48.3s;-o-animation-delay:48.3s;animation-delay:48.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(484){-webkit-animation-delay:48.4s;-moz-animation-delay:48.4s;-o-animation-delay:48.4s;animation-delay:48.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(485){-webkit-animation-delay:48.5s;-moz-animation-delay:48.5s;-o-animation-delay:48.5s;animation-delay:48.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(486){-webkit-animation-delay:48.6s;-moz-animation-delay:48.6s;-o-animation-delay:48.6s;animation-delay:48.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(487){-webkit-animation-delay:48.7s;-moz-animation-delay:48.7s;-o-animation-delay:48.7s;animation-delay:48.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(488){-webkit-animation-delay:48.8s;-moz-animation-delay:48.8s;-o-animation-delay:48.8s;animation-delay:48.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(489){-webkit-animation-delay:48.9s;-moz-animation-delay:48.9s;-o-animation-delay:48.9s;animation-delay:48.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(490){-webkit-animation-delay:49s;-moz-animation-delay:49s;-o-animation-delay:49s;animation-delay:49s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(491){-webkit-animation-delay:49.1s;-moz-animation-delay:49.1s;-o-animation-delay:49.1s;animation-delay:49.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(492){-webkit-animation-delay:49.2s;-moz-animation-delay:49.2s;-o-animation-delay:49.2s;animation-delay:49.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(493){-webkit-animation-delay:49.3s;-moz-animation-delay:49.3s;-o-animation-delay:49.3s;animation-delay:49.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(494){-webkit-animation-delay:49.4s;-moz-animation-delay:49.4s;-o-animation-delay:49.4s;animation-delay:49.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(495){-webkit-animation-delay:49.5s;-moz-animation-delay:49.5s;-o-animation-delay:49.5s;animation-delay:49.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(496){-webkit-animation-delay:49.6s;-moz-animation-delay:49.6s;-o-animation-delay:49.6s;animation-delay:49.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(497){-webkit-animation-delay:49.7s;-moz-animation-delay:49.7s;-o-animation-delay:49.7s;animation-delay:49.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(498){-webkit-animation-delay:49.8s;-moz-animation-delay:49.8s;-o-animation-delay:49.8s;animation-delay:49.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(499){-webkit-animation-delay:49.9s;-moz-animation-delay:49.9s;-o-animation-delay:49.9s;animation-delay:49.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(500){-webkit-animation-delay:50s;-moz-animation-delay:50s;-o-animation-delay:50s;animation-delay:50s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(501){-webkit-animation-delay:50.1s;-moz-animation-delay:50.1s;-o-animation-delay:50.1s;animation-delay:50.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(502){-webkit-animation-delay:50.2s;-moz-animation-delay:50.2s;-o-animation-delay:50.2s;animation-delay:50.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(503){-webkit-animation-delay:50.3s;-moz-animation-delay:50.3s;-o-animation-delay:50.3s;animation-delay:50.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(504){-webkit-animation-delay:50.4s;-moz-animation-delay:50.4s;-o-animation-delay:50.4s;animation-delay:50.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(505){-webkit-animation-delay:50.5s;-moz-animation-delay:50.5s;-o-animation-delay:50.5s;animation-delay:50.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(506){-webkit-animation-delay:50.6s;-moz-animation-delay:50.6s;-o-animation-delay:50.6s;animation-delay:50.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(507){-webkit-animation-delay:50.7s;-moz-animation-delay:50.7s;-o-animation-delay:50.7s;animation-delay:50.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(508){-webkit-animation-delay:50.8s;-moz-animation-delay:50.8s;-o-animation-delay:50.8s;animation-delay:50.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(509){-webkit-animation-delay:50.9s;-moz-animation-delay:50.9s;-o-animation-delay:50.9s;animation-delay:50.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(510){-webkit-animation-delay:51s;-moz-animation-delay:51s;-o-animation-delay:51s;animation-delay:51s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(511){-webkit-animation-delay:51.1s;-moz-animation-delay:51.1s;-o-animation-delay:51.1s;animation-delay:51.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(512){-webkit-animation-delay:51.2s;-moz-animation-delay:51.2s;-o-animation-delay:51.2s;animation-delay:51.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(513){-webkit-animation-delay:51.3s;-moz-animation-delay:51.3s;-o-animation-delay:51.3s;animation-delay:51.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(514){-webkit-animation-delay:51.4s;-moz-animation-delay:51.4s;-o-animation-delay:51.4s;animation-delay:51.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(515){-webkit-animation-delay:51.5s;-moz-animation-delay:51.5s;-o-animation-delay:51.5s;animation-delay:51.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(516){-webkit-animation-delay:51.6s;-moz-animation-delay:51.6s;-o-animation-delay:51.6s;animation-delay:51.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(517){-webkit-animation-delay:51.7s;-moz-animation-delay:51.7s;-o-animation-delay:51.7s;animation-delay:51.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(518){-webkit-animation-delay:51.8s;-moz-animation-delay:51.8s;-o-animation-delay:51.8s;animation-delay:51.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(519){-webkit-animation-delay:51.9s;-moz-animation-delay:51.9s;-o-animation-delay:51.9s;animation-delay:51.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(520){-webkit-animation-delay:52s;-moz-animation-delay:52s;-o-animation-delay:52s;animation-delay:52s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(521){-webkit-animation-delay:52.1s;-moz-animation-delay:52.1s;-o-animation-delay:52.1s;animation-delay:52.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(522){-webkit-animation-delay:52.2s;-moz-animation-delay:52.2s;-o-animation-delay:52.2s;animation-delay:52.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(523){-webkit-animation-delay:52.3s;-moz-animation-delay:52.3s;-o-animation-delay:52.3s;animation-delay:52.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(524){-webkit-animation-delay:52.4s;-moz-animation-delay:52.4s;-o-animation-delay:52.4s;animation-delay:52.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(525){-webkit-animation-delay:52.5s;-moz-animation-delay:52.5s;-o-animation-delay:52.5s;animation-delay:52.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(526){-webkit-animation-delay:52.6s;-moz-animation-delay:52.6s;-o-animation-delay:52.6s;animation-delay:52.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(527){-webkit-animation-delay:52.7s;-moz-animation-delay:52.7s;-o-animation-delay:52.7s;animation-delay:52.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(528){-webkit-animation-delay:52.8s;-moz-animation-delay:52.8s;-o-animation-delay:52.8s;animation-delay:52.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(529){-webkit-animation-delay:52.9s;-moz-animation-delay:52.9s;-o-animation-delay:52.9s;animation-delay:52.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(530){-webkit-animation-delay:53s;-moz-animation-delay:53s;-o-animation-delay:53s;animation-delay:53s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(531){-webkit-animation-delay:53.1s;-moz-animation-delay:53.1s;-o-animation-delay:53.1s;animation-delay:53.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(532){-webkit-animation-delay:53.2s;-moz-animation-delay:53.2s;-o-animation-delay:53.2s;animation-delay:53.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(533){-webkit-animation-delay:53.3s;-moz-animation-delay:53.3s;-o-animation-delay:53.3s;animation-delay:53.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(534){-webkit-animation-delay:53.4s;-moz-animation-delay:53.4s;-o-animation-delay:53.4s;animation-delay:53.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(535){-webkit-animation-delay:53.5s;-moz-animation-delay:53.5s;-o-animation-delay:53.5s;animation-delay:53.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(536){-webkit-animation-delay:53.6s;-moz-animation-delay:53.6s;-o-animation-delay:53.6s;animation-delay:53.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(537){-webkit-animation-delay:53.7s;-moz-animation-delay:53.7s;-o-animation-delay:53.7s;animation-delay:53.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(538){-webkit-animation-delay:53.8s;-moz-animation-delay:53.8s;-o-animation-delay:53.8s;animation-delay:53.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(539){-webkit-animation-delay:53.9s;-moz-animation-delay:53.9s;-o-animation-delay:53.9s;animation-delay:53.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(540){-webkit-animation-delay:54s;-moz-animation-delay:54s;-o-animation-delay:54s;animation-delay:54s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(541){-webkit-animation-delay:54.1s;-moz-animation-delay:54.1s;-o-animation-delay:54.1s;animation-delay:54.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(542){-webkit-animation-delay:54.2s;-moz-animation-delay:54.2s;-o-animation-delay:54.2s;animation-delay:54.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(543){-webkit-animation-delay:54.3s;-moz-animation-delay:54.3s;-o-animation-delay:54.3s;animation-delay:54.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(544){-webkit-animation-delay:54.4s;-moz-animation-delay:54.4s;-o-animation-delay:54.4s;animation-delay:54.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(545){-webkit-animation-delay:54.5s;-moz-animation-delay:54.5s;-o-animation-delay:54.5s;animation-delay:54.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(546){-webkit-animation-delay:54.6s;-moz-animation-delay:54.6s;-o-animation-delay:54.6s;animation-delay:54.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(547){-webkit-animation-delay:54.7s;-moz-animation-delay:54.7s;-o-animation-delay:54.7s;animation-delay:54.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(548){-webkit-animation-delay:54.8s;-moz-animation-delay:54.8s;-o-animation-delay:54.8s;animation-delay:54.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(549){-webkit-animation-delay:54.9s;-moz-animation-delay:54.9s;-o-animation-delay:54.9s;animation-delay:54.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(550){-webkit-animation-delay:55s;-moz-animation-delay:55s;-o-animation-delay:55s;animation-delay:55s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(551){-webkit-animation-delay:55.1s;-moz-animation-delay:55.1s;-o-animation-delay:55.1s;animation-delay:55.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(552){-webkit-animation-delay:55.2s;-moz-animation-delay:55.2s;-o-animation-delay:55.2s;animation-delay:55.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(553){-webkit-animation-delay:55.3s;-moz-animation-delay:55.3s;-o-animation-delay:55.3s;animation-delay:55.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(554){-webkit-animation-delay:55.4s;-moz-animation-delay:55.4s;-o-animation-delay:55.4s;animation-delay:55.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(555){-webkit-animation-delay:55.5s;-moz-animation-delay:55.5s;-o-animation-delay:55.5s;animation-delay:55.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(556){-webkit-animation-delay:55.6s;-moz-animation-delay:55.6s;-o-animation-delay:55.6s;animation-delay:55.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(557){-webkit-animation-delay:55.7s;-moz-animation-delay:55.7s;-o-animation-delay:55.7s;animation-delay:55.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(558){-webkit-animation-delay:55.8s;-moz-animation-delay:55.8s;-o-animation-delay:55.8s;animation-delay:55.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(559){-webkit-animation-delay:55.9s;-moz-animation-delay:55.9s;-o-animation-delay:55.9s;animation-delay:55.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(560){-webkit-animation-delay:56s;-moz-animation-delay:56s;-o-animation-delay:56s;animation-delay:56s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(561){-webkit-animation-delay:56.1s;-moz-animation-delay:56.1s;-o-animation-delay:56.1s;animation-delay:56.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(562){-webkit-animation-delay:56.2s;-moz-animation-delay:56.2s;-o-animation-delay:56.2s;animation-delay:56.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(563){-webkit-animation-delay:56.3s;-moz-animation-delay:56.3s;-o-animation-delay:56.3s;animation-delay:56.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(564){-webkit-animation-delay:56.4s;-moz-animation-delay:56.4s;-o-animation-delay:56.4s;animation-delay:56.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(565){-webkit-animation-delay:56.5s;-moz-animation-delay:56.5s;-o-animation-delay:56.5s;animation-delay:56.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(566){-webkit-animation-delay:56.6s;-moz-animation-delay:56.6s;-o-animation-delay:56.6s;animation-delay:56.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(567){-webkit-animation-delay:56.7s;-moz-animation-delay:56.7s;-o-animation-delay:56.7s;animation-delay:56.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(568){-webkit-animation-delay:56.8s;-moz-animation-delay:56.8s;-o-animation-delay:56.8s;animation-delay:56.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(569){-webkit-animation-delay:56.9s;-moz-animation-delay:56.9s;-o-animation-delay:56.9s;animation-delay:56.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(570){-webkit-animation-delay:57s;-moz-animation-delay:57s;-o-animation-delay:57s;animation-delay:57s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(571){-webkit-animation-delay:57.1s;-moz-animation-delay:57.1s;-o-animation-delay:57.1s;animation-delay:57.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(572){-webkit-animation-delay:57.2s;-moz-animation-delay:57.2s;-o-animation-delay:57.2s;animation-delay:57.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(573){-webkit-animation-delay:57.3s;-moz-animation-delay:57.3s;-o-animation-delay:57.3s;animation-delay:57.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(574){-webkit-animation-delay:57.4s;-moz-animation-delay:57.4s;-o-animation-delay:57.4s;animation-delay:57.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(575){-webkit-animation-delay:57.5s;-moz-animation-delay:57.5s;-o-animation-delay:57.5s;animation-delay:57.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(576){-webkit-animation-delay:57.6s;-moz-animation-delay:57.6s;-o-animation-delay:57.6s;animation-delay:57.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(577){-webkit-animation-delay:57.7s;-moz-animation-delay:57.7s;-o-animation-delay:57.7s;animation-delay:57.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(578){-webkit-animation-delay:57.8s;-moz-animation-delay:57.8s;-o-animation-delay:57.8s;animation-delay:57.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(579){-webkit-animation-delay:57.9s;-moz-animation-delay:57.9s;-o-animation-delay:57.9s;animation-delay:57.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(580){-webkit-animation-delay:58s;-moz-animation-delay:58s;-o-animation-delay:58s;animation-delay:58s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(581){-webkit-animation-delay:58.1s;-moz-animation-delay:58.1s;-o-animation-delay:58.1s;animation-delay:58.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(582){-webkit-animation-delay:58.2s;-moz-animation-delay:58.2s;-o-animation-delay:58.2s;animation-delay:58.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(583){-webkit-animation-delay:58.3s;-moz-animation-delay:58.3s;-o-animation-delay:58.3s;animation-delay:58.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(584){-webkit-animation-delay:58.4s;-moz-animation-delay:58.4s;-o-animation-delay:58.4s;animation-delay:58.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(585){-webkit-animation-delay:58.5s;-moz-animation-delay:58.5s;-o-animation-delay:58.5s;animation-delay:58.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(586){-webkit-animation-delay:58.6s;-moz-animation-delay:58.6s;-o-animation-delay:58.6s;animation-delay:58.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(587){-webkit-animation-delay:58.7s;-moz-animation-delay:58.7s;-o-animation-delay:58.7s;animation-delay:58.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(588){-webkit-animation-delay:58.8s;-moz-animation-delay:58.8s;-o-animation-delay:58.8s;animation-delay:58.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(589){-webkit-animation-delay:58.9s;-moz-animation-delay:58.9s;-o-animation-delay:58.9s;animation-delay:58.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(590){-webkit-animation-delay:59s;-moz-animation-delay:59s;-o-animation-delay:59s;animation-delay:59s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(591){-webkit-animation-delay:59.1s;-moz-animation-delay:59.1s;-o-animation-delay:59.1s;animation-delay:59.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(592){-webkit-animation-delay:59.2s;-moz-animation-delay:59.2s;-o-animation-delay:59.2s;animation-delay:59.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(593){-webkit-animation-delay:59.3s;-moz-animation-delay:59.3s;-o-animation-delay:59.3s;animation-delay:59.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(594){-webkit-animation-delay:59.4s;-moz-animation-delay:59.4s;-o-animation-delay:59.4s;animation-delay:59.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(595){-webkit-animation-delay:59.5s;-moz-animation-delay:59.5s;-o-animation-delay:59.5s;animation-delay:59.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(596){-webkit-animation-delay:59.6s;-moz-animation-delay:59.6s;-o-animation-delay:59.6s;animation-delay:59.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(597){-webkit-animation-delay:59.7s;-moz-animation-delay:59.7s;-o-animation-delay:59.7s;animation-delay:59.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(598){-webkit-animation-delay:59.8s;-moz-animation-delay:59.8s;-o-animation-delay:59.8s;animation-delay:59.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(599){-webkit-animation-delay:59.9s;-moz-animation-delay:59.9s;-o-animation-delay:59.9s;animation-delay:59.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(600){-webkit-animation-delay:60s;-moz-animation-delay:60s;-o-animation-delay:60s;animation-delay:60s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(601){-webkit-animation-delay:60.1s;-moz-animation-delay:60.1s;-o-animation-delay:60.1s;animation-delay:60.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(602){-webkit-animation-delay:60.2s;-moz-animation-delay:60.2s;-o-animation-delay:60.2s;animation-delay:60.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(603){-webkit-animation-delay:60.3s;-moz-animation-delay:60.3s;-o-animation-delay:60.3s;animation-delay:60.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(604){-webkit-animation-delay:60.4s;-moz-animation-delay:60.4s;-o-animation-delay:60.4s;animation-delay:60.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(605){-webkit-animation-delay:60.5s;-moz-animation-delay:60.5s;-o-animation-delay:60.5s;animation-delay:60.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(606){-webkit-animation-delay:60.6s;-moz-animation-delay:60.6s;-o-animation-delay:60.6s;animation-delay:60.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(607){-webkit-animation-delay:60.7s;-moz-animation-delay:60.7s;-o-animation-delay:60.7s;animation-delay:60.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(608){-webkit-animation-delay:60.8s;-moz-animation-delay:60.8s;-o-animation-delay:60.8s;animation-delay:60.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(609){-webkit-animation-delay:60.9s;-moz-animation-delay:60.9s;-o-animation-delay:60.9s;animation-delay:60.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(610){-webkit-animation-delay:61s;-moz-animation-delay:61s;-o-animation-delay:61s;animation-delay:61s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(611){-webkit-animation-delay:61.1s;-moz-animation-delay:61.1s;-o-animation-delay:61.1s;animation-delay:61.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(612){-webkit-animation-delay:61.2s;-moz-animation-delay:61.2s;-o-animation-delay:61.2s;animation-delay:61.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(613){-webkit-animation-delay:61.3s;-moz-animation-delay:61.3s;-o-animation-delay:61.3s;animation-delay:61.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(614){-webkit-animation-delay:61.4s;-moz-animation-delay:61.4s;-o-animation-delay:61.4s;animation-delay:61.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(615){-webkit-animation-delay:61.5s;-moz-animation-delay:61.5s;-o-animation-delay:61.5s;animation-delay:61.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(616){-webkit-animation-delay:61.6s;-moz-animation-delay:61.6s;-o-animation-delay:61.6s;animation-delay:61.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(617){-webkit-animation-delay:61.7s;-moz-animation-delay:61.7s;-o-animation-delay:61.7s;animation-delay:61.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(618){-webkit-animation-delay:61.8s;-moz-animation-delay:61.8s;-o-animation-delay:61.8s;animation-delay:61.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(619){-webkit-animation-delay:61.9s;-moz-animation-delay:61.9s;-o-animation-delay:61.9s;animation-delay:61.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(620){-webkit-animation-delay:62s;-moz-animation-delay:62s;-o-animation-delay:62s;animation-delay:62s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(621){-webkit-animation-delay:62.1s;-moz-animation-delay:62.1s;-o-animation-delay:62.1s;animation-delay:62.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(622){-webkit-animation-delay:62.2s;-moz-animation-delay:62.2s;-o-animation-delay:62.2s;animation-delay:62.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(623){-webkit-animation-delay:62.3s;-moz-animation-delay:62.3s;-o-animation-delay:62.3s;animation-delay:62.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(624){-webkit-animation-delay:62.4s;-moz-animation-delay:62.4s;-o-animation-delay:62.4s;animation-delay:62.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(625){-webkit-animation-delay:62.5s;-moz-animation-delay:62.5s;-o-animation-delay:62.5s;animation-delay:62.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(626){-webkit-animation-delay:62.6s;-moz-animation-delay:62.6s;-o-animation-delay:62.6s;animation-delay:62.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(627){-webkit-animation-delay:62.7s;-moz-animation-delay:62.7s;-o-animation-delay:62.7s;animation-delay:62.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(628){-webkit-animation-delay:62.8s;-moz-animation-delay:62.8s;-o-animation-delay:62.8s;animation-delay:62.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(629){-webkit-animation-delay:62.9s;-moz-animation-delay:62.9s;-o-animation-delay:62.9s;animation-delay:62.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(630){-webkit-animation-delay:63s;-moz-animation-delay:63s;-o-animation-delay:63s;animation-delay:63s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(631){-webkit-animation-delay:63.1s;-moz-animation-delay:63.1s;-o-animation-delay:63.1s;animation-delay:63.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(632){-webkit-animation-delay:63.2s;-moz-animation-delay:63.2s;-o-animation-delay:63.2s;animation-delay:63.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(633){-webkit-animation-delay:63.3s;-moz-animation-delay:63.3s;-o-animation-delay:63.3s;animation-delay:63.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(634){-webkit-animation-delay:63.4s;-moz-animation-delay:63.4s;-o-animation-delay:63.4s;animation-delay:63.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(635){-webkit-animation-delay:63.5s;-moz-animation-delay:63.5s;-o-animation-delay:63.5s;animation-delay:63.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(636){-webkit-animation-delay:63.6s;-moz-animation-delay:63.6s;-o-animation-delay:63.6s;animation-delay:63.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(637){-webkit-animation-delay:63.7s;-moz-animation-delay:63.7s;-o-animation-delay:63.7s;animation-delay:63.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(638){-webkit-animation-delay:63.8s;-moz-animation-delay:63.8s;-o-animation-delay:63.8s;animation-delay:63.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(639){-webkit-animation-delay:63.9s;-moz-animation-delay:63.9s;-o-animation-delay:63.9s;animation-delay:63.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(640){-webkit-animation-delay:64s;-moz-animation-delay:64s;-o-animation-delay:64s;animation-delay:64s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(641){-webkit-animation-delay:64.1s;-moz-animation-delay:64.1s;-o-animation-delay:64.1s;animation-delay:64.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(642){-webkit-animation-delay:64.2s;-moz-animation-delay:64.2s;-o-animation-delay:64.2s;animation-delay:64.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(643){-webkit-animation-delay:64.3s;-moz-animation-delay:64.3s;-o-animation-delay:64.3s;animation-delay:64.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(644){-webkit-animation-delay:64.4s;-moz-animation-delay:64.4s;-o-animation-delay:64.4s;animation-delay:64.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(645){-webkit-animation-delay:64.5s;-moz-animation-delay:64.5s;-o-animation-delay:64.5s;animation-delay:64.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(646){-webkit-animation-delay:64.6s;-moz-animation-delay:64.6s;-o-animation-delay:64.6s;animation-delay:64.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(647){-webkit-animation-delay:64.7s;-moz-animation-delay:64.7s;-o-animation-delay:64.7s;animation-delay:64.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(648){-webkit-animation-delay:64.8s;-moz-animation-delay:64.8s;-o-animation-delay:64.8s;animation-delay:64.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(649){-webkit-animation-delay:64.9s;-moz-animation-delay:64.9s;-o-animation-delay:64.9s;animation-delay:64.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(650){-webkit-animation-delay:65s;-moz-animation-delay:65s;-o-animation-delay:65s;animation-delay:65s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(651){-webkit-animation-delay:65.1s;-moz-animation-delay:65.1s;-o-animation-delay:65.1s;animation-delay:65.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(652){-webkit-animation-delay:65.2s;-moz-animation-delay:65.2s;-o-animation-delay:65.2s;animation-delay:65.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(653){-webkit-animation-delay:65.3s;-moz-animation-delay:65.3s;-o-animation-delay:65.3s;animation-delay:65.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(654){-webkit-animation-delay:65.4s;-moz-animation-delay:65.4s;-o-animation-delay:65.4s;animation-delay:65.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(655){-webkit-animation-delay:65.5s;-moz-animation-delay:65.5s;-o-animation-delay:65.5s;animation-delay:65.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(656){-webkit-animation-delay:65.6s;-moz-animation-delay:65.6s;-o-animation-delay:65.6s;animation-delay:65.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(657){-webkit-animation-delay:65.7s;-moz-animation-delay:65.7s;-o-animation-delay:65.7s;animation-delay:65.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(658){-webkit-animation-delay:65.8s;-moz-animation-delay:65.8s;-o-animation-delay:65.8s;animation-delay:65.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(659){-webkit-animation-delay:65.9s;-moz-animation-delay:65.9s;-o-animation-delay:65.9s;animation-delay:65.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(660){-webkit-animation-delay:66s;-moz-animation-delay:66s;-o-animation-delay:66s;animation-delay:66s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(661){-webkit-animation-delay:66.1s;-moz-animation-delay:66.1s;-o-animation-delay:66.1s;animation-delay:66.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(662){-webkit-animation-delay:66.2s;-moz-animation-delay:66.2s;-o-animation-delay:66.2s;animation-delay:66.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(663){-webkit-animation-delay:66.3s;-moz-animation-delay:66.3s;-o-animation-delay:66.3s;animation-delay:66.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(664){-webkit-animation-delay:66.4s;-moz-animation-delay:66.4s;-o-animation-delay:66.4s;animation-delay:66.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(665){-webkit-animation-delay:66.5s;-moz-animation-delay:66.5s;-o-animation-delay:66.5s;animation-delay:66.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(666){-webkit-animation-delay:66.6s;-moz-animation-delay:66.6s;-o-animation-delay:66.6s;animation-delay:66.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(667){-webkit-animation-delay:66.7s;-moz-animation-delay:66.7s;-o-animation-delay:66.7s;animation-delay:66.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(668){-webkit-animation-delay:66.8s;-moz-animation-delay:66.8s;-o-animation-delay:66.8s;animation-delay:66.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(669){-webkit-animation-delay:66.9s;-moz-animation-delay:66.9s;-o-animation-delay:66.9s;animation-delay:66.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(670){-webkit-animation-delay:67s;-moz-animation-delay:67s;-o-animation-delay:67s;animation-delay:67s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(671){-webkit-animation-delay:67.1s;-moz-animation-delay:67.1s;-o-animation-delay:67.1s;animation-delay:67.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(672){-webkit-animation-delay:67.2s;-moz-animation-delay:67.2s;-o-animation-delay:67.2s;animation-delay:67.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(673){-webkit-animation-delay:67.3s;-moz-animation-delay:67.3s;-o-animation-delay:67.3s;animation-delay:67.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(674){-webkit-animation-delay:67.4s;-moz-animation-delay:67.4s;-o-animation-delay:67.4s;animation-delay:67.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(675){-webkit-animation-delay:67.5s;-moz-animation-delay:67.5s;-o-animation-delay:67.5s;animation-delay:67.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(676){-webkit-animation-delay:67.6s;-moz-animation-delay:67.6s;-o-animation-delay:67.6s;animation-delay:67.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(677){-webkit-animation-delay:67.7s;-moz-animation-delay:67.7s;-o-animation-delay:67.7s;animation-delay:67.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(678){-webkit-animation-delay:67.8s;-moz-animation-delay:67.8s;-o-animation-delay:67.8s;animation-delay:67.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(679){-webkit-animation-delay:67.9s;-moz-animation-delay:67.9s;-o-animation-delay:67.9s;animation-delay:67.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(680){-webkit-animation-delay:68s;-moz-animation-delay:68s;-o-animation-delay:68s;animation-delay:68s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(681){-webkit-animation-delay:68.1s;-moz-animation-delay:68.1s;-o-animation-delay:68.1s;animation-delay:68.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(682){-webkit-animation-delay:68.2s;-moz-animation-delay:68.2s;-o-animation-delay:68.2s;animation-delay:68.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(683){-webkit-animation-delay:68.3s;-moz-animation-delay:68.3s;-o-animation-delay:68.3s;animation-delay:68.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(684){-webkit-animation-delay:68.4s;-moz-animation-delay:68.4s;-o-animation-delay:68.4s;animation-delay:68.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(685){-webkit-animation-delay:68.5s;-moz-animation-delay:68.5s;-o-animation-delay:68.5s;animation-delay:68.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(686){-webkit-animation-delay:68.6s;-moz-animation-delay:68.6s;-o-animation-delay:68.6s;animation-delay:68.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(687){-webkit-animation-delay:68.7s;-moz-animation-delay:68.7s;-o-animation-delay:68.7s;animation-delay:68.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(688){-webkit-animation-delay:68.8s;-moz-animation-delay:68.8s;-o-animation-delay:68.8s;animation-delay:68.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(689){-webkit-animation-delay:68.9s;-moz-animation-delay:68.9s;-o-animation-delay:68.9s;animation-delay:68.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(690){-webkit-animation-delay:69s;-moz-animation-delay:69s;-o-animation-delay:69s;animation-delay:69s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(691){-webkit-animation-delay:69.1s;-moz-animation-delay:69.1s;-o-animation-delay:69.1s;animation-delay:69.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(692){-webkit-animation-delay:69.2s;-moz-animation-delay:69.2s;-o-animation-delay:69.2s;animation-delay:69.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(693){-webkit-animation-delay:69.3s;-moz-animation-delay:69.3s;-o-animation-delay:69.3s;animation-delay:69.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(694){-webkit-animation-delay:69.4s;-moz-animation-delay:69.4s;-o-animation-delay:69.4s;animation-delay:69.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(695){-webkit-animation-delay:69.5s;-moz-animation-delay:69.5s;-o-animation-delay:69.5s;animation-delay:69.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(696){-webkit-animation-delay:69.6s;-moz-animation-delay:69.6s;-o-animation-delay:69.6s;animation-delay:69.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(697){-webkit-animation-delay:69.7s;-moz-animation-delay:69.7s;-o-animation-delay:69.7s;animation-delay:69.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(698){-webkit-animation-delay:69.8s;-moz-animation-delay:69.8s;-o-animation-delay:69.8s;animation-delay:69.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(699){-webkit-animation-delay:69.9s;-moz-animation-delay:69.9s;-o-animation-delay:69.9s;animation-delay:69.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(700){-webkit-animation-delay:70s;-moz-animation-delay:70s;-o-animation-delay:70s;animation-delay:70s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(701){-webkit-animation-delay:70.1s;-moz-animation-delay:70.1s;-o-animation-delay:70.1s;animation-delay:70.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(702){-webkit-animation-delay:70.2s;-moz-animation-delay:70.2s;-o-animation-delay:70.2s;animation-delay:70.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(703){-webkit-animation-delay:70.3s;-moz-animation-delay:70.3s;-o-animation-delay:70.3s;animation-delay:70.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(704){-webkit-animation-delay:70.4s;-moz-animation-delay:70.4s;-o-animation-delay:70.4s;animation-delay:70.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(705){-webkit-animation-delay:70.5s;-moz-animation-delay:70.5s;-o-animation-delay:70.5s;animation-delay:70.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(706){-webkit-animation-delay:70.6s;-moz-animation-delay:70.6s;-o-animation-delay:70.6s;animation-delay:70.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(707){-webkit-animation-delay:70.7s;-moz-animation-delay:70.7s;-o-animation-delay:70.7s;animation-delay:70.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(708){-webkit-animation-delay:70.8s;-moz-animation-delay:70.8s;-o-animation-delay:70.8s;animation-delay:70.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(709){-webkit-animation-delay:70.9s;-moz-animation-delay:70.9s;-o-animation-delay:70.9s;animation-delay:70.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(710){-webkit-animation-delay:71s;-moz-animation-delay:71s;-o-animation-delay:71s;animation-delay:71s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(711){-webkit-animation-delay:71.1s;-moz-animation-delay:71.1s;-o-animation-delay:71.1s;animation-delay:71.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(712){-webkit-animation-delay:71.2s;-moz-animation-delay:71.2s;-o-animation-delay:71.2s;animation-delay:71.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(713){-webkit-animation-delay:71.3s;-moz-animation-delay:71.3s;-o-animation-delay:71.3s;animation-delay:71.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(714){-webkit-animation-delay:71.4s;-moz-animation-delay:71.4s;-o-animation-delay:71.4s;animation-delay:71.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(715){-webkit-animation-delay:71.5s;-moz-animation-delay:71.5s;-o-animation-delay:71.5s;animation-delay:71.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(716){-webkit-animation-delay:71.6s;-moz-animation-delay:71.6s;-o-animation-delay:71.6s;animation-delay:71.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(717){-webkit-animation-delay:71.7s;-moz-animation-delay:71.7s;-o-animation-delay:71.7s;animation-delay:71.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(718){-webkit-animation-delay:71.8s;-moz-animation-delay:71.8s;-o-animation-delay:71.8s;animation-delay:71.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(719){-webkit-animation-delay:71.9s;-moz-animation-delay:71.9s;-o-animation-delay:71.9s;animation-delay:71.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(720){-webkit-animation-delay:72s;-moz-animation-delay:72s;-o-animation-delay:72s;animation-delay:72s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(721){-webkit-animation-delay:72.1s;-moz-animation-delay:72.1s;-o-animation-delay:72.1s;animation-delay:72.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(722){-webkit-animation-delay:72.2s;-moz-animation-delay:72.2s;-o-animation-delay:72.2s;animation-delay:72.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(723){-webkit-animation-delay:72.3s;-moz-animation-delay:72.3s;-o-animation-delay:72.3s;animation-delay:72.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(724){-webkit-animation-delay:72.4s;-moz-animation-delay:72.4s;-o-animation-delay:72.4s;animation-delay:72.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(725){-webkit-animation-delay:72.5s;-moz-animation-delay:72.5s;-o-animation-delay:72.5s;animation-delay:72.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(726){-webkit-animation-delay:72.6s;-moz-animation-delay:72.6s;-o-animation-delay:72.6s;animation-delay:72.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(727){-webkit-animation-delay:72.7s;-moz-animation-delay:72.7s;-o-animation-delay:72.7s;animation-delay:72.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(728){-webkit-animation-delay:72.8s;-moz-animation-delay:72.8s;-o-animation-delay:72.8s;animation-delay:72.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(729){-webkit-animation-delay:72.9s;-moz-animation-delay:72.9s;-o-animation-delay:72.9s;animation-delay:72.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(730){-webkit-animation-delay:73s;-moz-animation-delay:73s;-o-animation-delay:73s;animation-delay:73s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(731){-webkit-animation-delay:73.1s;-moz-animation-delay:73.1s;-o-animation-delay:73.1s;animation-delay:73.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(732){-webkit-animation-delay:73.2s;-moz-animation-delay:73.2s;-o-animation-delay:73.2s;animation-delay:73.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(733){-webkit-animation-delay:73.3s;-moz-animation-delay:73.3s;-o-animation-delay:73.3s;animation-delay:73.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(734){-webkit-animation-delay:73.4s;-moz-animation-delay:73.4s;-o-animation-delay:73.4s;animation-delay:73.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(735){-webkit-animation-delay:73.5s;-moz-animation-delay:73.5s;-o-animation-delay:73.5s;animation-delay:73.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(736){-webkit-animation-delay:73.6s;-moz-animation-delay:73.6s;-o-animation-delay:73.6s;animation-delay:73.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(737){-webkit-animation-delay:73.7s;-moz-animation-delay:73.7s;-o-animation-delay:73.7s;animation-delay:73.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(738){-webkit-animation-delay:73.8s;-moz-animation-delay:73.8s;-o-animation-delay:73.8s;animation-delay:73.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(739){-webkit-animation-delay:73.9s;-moz-animation-delay:73.9s;-o-animation-delay:73.9s;animation-delay:73.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(740){-webkit-animation-delay:74s;-moz-animation-delay:74s;-o-animation-delay:74s;animation-delay:74s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(741){-webkit-animation-delay:74.1s;-moz-animation-delay:74.1s;-o-animation-delay:74.1s;animation-delay:74.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(742){-webkit-animation-delay:74.2s;-moz-animation-delay:74.2s;-o-animation-delay:74.2s;animation-delay:74.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(743){-webkit-animation-delay:74.3s;-moz-animation-delay:74.3s;-o-animation-delay:74.3s;animation-delay:74.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(744){-webkit-animation-delay:74.4s;-moz-animation-delay:74.4s;-o-animation-delay:74.4s;animation-delay:74.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(745){-webkit-animation-delay:74.5s;-moz-animation-delay:74.5s;-o-animation-delay:74.5s;animation-delay:74.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(746){-webkit-animation-delay:74.6s;-moz-animation-delay:74.6s;-o-animation-delay:74.6s;animation-delay:74.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(747){-webkit-animation-delay:74.7s;-moz-animation-delay:74.7s;-o-animation-delay:74.7s;animation-delay:74.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(748){-webkit-animation-delay:74.8s;-moz-animation-delay:74.8s;-o-animation-delay:74.8s;animation-delay:74.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(749){-webkit-animation-delay:74.9s;-moz-animation-delay:74.9s;-o-animation-delay:74.9s;animation-delay:74.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(750){-webkit-animation-delay:75s;-moz-animation-delay:75s;-o-animation-delay:75s;animation-delay:75s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(751){-webkit-animation-delay:75.1s;-moz-animation-delay:75.1s;-o-animation-delay:75.1s;animation-delay:75.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(752){-webkit-animation-delay:75.2s;-moz-animation-delay:75.2s;-o-animation-delay:75.2s;animation-delay:75.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(753){-webkit-animation-delay:75.3s;-moz-animation-delay:75.3s;-o-animation-delay:75.3s;animation-delay:75.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(754){-webkit-animation-delay:75.4s;-moz-animation-delay:75.4s;-o-animation-delay:75.4s;animation-delay:75.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(755){-webkit-animation-delay:75.5s;-moz-animation-delay:75.5s;-o-animation-delay:75.5s;animation-delay:75.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(756){-webkit-animation-delay:75.6s;-moz-animation-delay:75.6s;-o-animation-delay:75.6s;animation-delay:75.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(757){-webkit-animation-delay:75.7s;-moz-animation-delay:75.7s;-o-animation-delay:75.7s;animation-delay:75.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(758){-webkit-animation-delay:75.8s;-moz-animation-delay:75.8s;-o-animation-delay:75.8s;animation-delay:75.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(759){-webkit-animation-delay:75.9s;-moz-animation-delay:75.9s;-o-animation-delay:75.9s;animation-delay:75.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(760){-webkit-animation-delay:76s;-moz-animation-delay:76s;-o-animation-delay:76s;animation-delay:76s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(761){-webkit-animation-delay:76.1s;-moz-animation-delay:76.1s;-o-animation-delay:76.1s;animation-delay:76.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(762){-webkit-animation-delay:76.2s;-moz-animation-delay:76.2s;-o-animation-delay:76.2s;animation-delay:76.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(763){-webkit-animation-delay:76.3s;-moz-animation-delay:76.3s;-o-animation-delay:76.3s;animation-delay:76.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(764){-webkit-animation-delay:76.4s;-moz-animation-delay:76.4s;-o-animation-delay:76.4s;animation-delay:76.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(765){-webkit-animation-delay:76.5s;-moz-animation-delay:76.5s;-o-animation-delay:76.5s;animation-delay:76.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(766){-webkit-animation-delay:76.6s;-moz-animation-delay:76.6s;-o-animation-delay:76.6s;animation-delay:76.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(767){-webkit-animation-delay:76.7s;-moz-animation-delay:76.7s;-o-animation-delay:76.7s;animation-delay:76.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(768){-webkit-animation-delay:76.8s;-moz-animation-delay:76.8s;-o-animation-delay:76.8s;animation-delay:76.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(769){-webkit-animation-delay:76.9s;-moz-animation-delay:76.9s;-o-animation-delay:76.9s;animation-delay:76.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(770){-webkit-animation-delay:77s;-moz-animation-delay:77s;-o-animation-delay:77s;animation-delay:77s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(771){-webkit-animation-delay:77.1s;-moz-animation-delay:77.1s;-o-animation-delay:77.1s;animation-delay:77.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(772){-webkit-animation-delay:77.2s;-moz-animation-delay:77.2s;-o-animation-delay:77.2s;animation-delay:77.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(773){-webkit-animation-delay:77.3s;-moz-animation-delay:77.3s;-o-animation-delay:77.3s;animation-delay:77.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(774){-webkit-animation-delay:77.4s;-moz-animation-delay:77.4s;-o-animation-delay:77.4s;animation-delay:77.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(775){-webkit-animation-delay:77.5s;-moz-animation-delay:77.5s;-o-animation-delay:77.5s;animation-delay:77.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(776){-webkit-animation-delay:77.6s;-moz-animation-delay:77.6s;-o-animation-delay:77.6s;animation-delay:77.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(777){-webkit-animation-delay:77.7s;-moz-animation-delay:77.7s;-o-animation-delay:77.7s;animation-delay:77.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(778){-webkit-animation-delay:77.8s;-moz-animation-delay:77.8s;-o-animation-delay:77.8s;animation-delay:77.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(779){-webkit-animation-delay:77.9s;-moz-animation-delay:77.9s;-o-animation-delay:77.9s;animation-delay:77.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(780){-webkit-animation-delay:78s;-moz-animation-delay:78s;-o-animation-delay:78s;animation-delay:78s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(781){-webkit-animation-delay:78.1s;-moz-animation-delay:78.1s;-o-animation-delay:78.1s;animation-delay:78.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(782){-webkit-animation-delay:78.2s;-moz-animation-delay:78.2s;-o-animation-delay:78.2s;animation-delay:78.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(783){-webkit-animation-delay:78.3s;-moz-animation-delay:78.3s;-o-animation-delay:78.3s;animation-delay:78.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(784){-webkit-animation-delay:78.4s;-moz-animation-delay:78.4s;-o-animation-delay:78.4s;animation-delay:78.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(785){-webkit-animation-delay:78.5s;-moz-animation-delay:78.5s;-o-animation-delay:78.5s;animation-delay:78.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(786){-webkit-animation-delay:78.6s;-moz-animation-delay:78.6s;-o-animation-delay:78.6s;animation-delay:78.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(787){-webkit-animation-delay:78.7s;-moz-animation-delay:78.7s;-o-animation-delay:78.7s;animation-delay:78.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(788){-webkit-animation-delay:78.8s;-moz-animation-delay:78.8s;-o-animation-delay:78.8s;animation-delay:78.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(789){-webkit-animation-delay:78.9s;-moz-animation-delay:78.9s;-o-animation-delay:78.9s;animation-delay:78.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(790){-webkit-animation-delay:79s;-moz-animation-delay:79s;-o-animation-delay:79s;animation-delay:79s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(791){-webkit-animation-delay:79.1s;-moz-animation-delay:79.1s;-o-animation-delay:79.1s;animation-delay:79.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(792){-webkit-animation-delay:79.2s;-moz-animation-delay:79.2s;-o-animation-delay:79.2s;animation-delay:79.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(793){-webkit-animation-delay:79.3s;-moz-animation-delay:79.3s;-o-animation-delay:79.3s;animation-delay:79.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(794){-webkit-animation-delay:79.4s;-moz-animation-delay:79.4s;-o-animation-delay:79.4s;animation-delay:79.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(795){-webkit-animation-delay:79.5s;-moz-animation-delay:79.5s;-o-animation-delay:79.5s;animation-delay:79.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(796){-webkit-animation-delay:79.6s;-moz-animation-delay:79.6s;-o-animation-delay:79.6s;animation-delay:79.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(797){-webkit-animation-delay:79.7s;-moz-animation-delay:79.7s;-o-animation-delay:79.7s;animation-delay:79.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(798){-webkit-animation-delay:79.8s;-moz-animation-delay:79.8s;-o-animation-delay:79.8s;animation-delay:79.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(799){-webkit-animation-delay:79.9s;-moz-animation-delay:79.9s;-o-animation-delay:79.9s;animation-delay:79.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(800){-webkit-animation-delay:80s;-moz-animation-delay:80s;-o-animation-delay:80s;animation-delay:80s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(801){-webkit-animation-delay:80.1s;-moz-animation-delay:80.1s;-o-animation-delay:80.1s;animation-delay:80.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(802){-webkit-animation-delay:80.2s;-moz-animation-delay:80.2s;-o-animation-delay:80.2s;animation-delay:80.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(803){-webkit-animation-delay:80.3s;-moz-animation-delay:80.3s;-o-animation-delay:80.3s;animation-delay:80.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(804){-webkit-animation-delay:80.4s;-moz-animation-delay:80.4s;-o-animation-delay:80.4s;animation-delay:80.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(805){-webkit-animation-delay:80.5s;-moz-animation-delay:80.5s;-o-animation-delay:80.5s;animation-delay:80.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(806){-webkit-animation-delay:80.6s;-moz-animation-delay:80.6s;-o-animation-delay:80.6s;animation-delay:80.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(807){-webkit-animation-delay:80.7s;-moz-animation-delay:80.7s;-o-animation-delay:80.7s;animation-delay:80.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(808){-webkit-animation-delay:80.8s;-moz-animation-delay:80.8s;-o-animation-delay:80.8s;animation-delay:80.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(809){-webkit-animation-delay:80.9s;-moz-animation-delay:80.9s;-o-animation-delay:80.9s;animation-delay:80.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(810){-webkit-animation-delay:81s;-moz-animation-delay:81s;-o-animation-delay:81s;animation-delay:81s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(811){-webkit-animation-delay:81.1s;-moz-animation-delay:81.1s;-o-animation-delay:81.1s;animation-delay:81.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(812){-webkit-animation-delay:81.2s;-moz-animation-delay:81.2s;-o-animation-delay:81.2s;animation-delay:81.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(813){-webkit-animation-delay:81.3s;-moz-animation-delay:81.3s;-o-animation-delay:81.3s;animation-delay:81.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(814){-webkit-animation-delay:81.4s;-moz-animation-delay:81.4s;-o-animation-delay:81.4s;animation-delay:81.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(815){-webkit-animation-delay:81.5s;-moz-animation-delay:81.5s;-o-animation-delay:81.5s;animation-delay:81.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(816){-webkit-animation-delay:81.6s;-moz-animation-delay:81.6s;-o-animation-delay:81.6s;animation-delay:81.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(817){-webkit-animation-delay:81.7s;-moz-animation-delay:81.7s;-o-animation-delay:81.7s;animation-delay:81.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(818){-webkit-animation-delay:81.8s;-moz-animation-delay:81.8s;-o-animation-delay:81.8s;animation-delay:81.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(819){-webkit-animation-delay:81.9s;-moz-animation-delay:81.9s;-o-animation-delay:81.9s;animation-delay:81.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(820){-webkit-animation-delay:82s;-moz-animation-delay:82s;-o-animation-delay:82s;animation-delay:82s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(821){-webkit-animation-delay:82.1s;-moz-animation-delay:82.1s;-o-animation-delay:82.1s;animation-delay:82.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(822){-webkit-animation-delay:82.2s;-moz-animation-delay:82.2s;-o-animation-delay:82.2s;animation-delay:82.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(823){-webkit-animation-delay:82.3s;-moz-animation-delay:82.3s;-o-animation-delay:82.3s;animation-delay:82.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(824){-webkit-animation-delay:82.4s;-moz-animation-delay:82.4s;-o-animation-delay:82.4s;animation-delay:82.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(825){-webkit-animation-delay:82.5s;-moz-animation-delay:82.5s;-o-animation-delay:82.5s;animation-delay:82.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(826){-webkit-animation-delay:82.6s;-moz-animation-delay:82.6s;-o-animation-delay:82.6s;animation-delay:82.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(827){-webkit-animation-delay:82.7s;-moz-animation-delay:82.7s;-o-animation-delay:82.7s;animation-delay:82.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(828){-webkit-animation-delay:82.8s;-moz-animation-delay:82.8s;-o-animation-delay:82.8s;animation-delay:82.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(829){-webkit-animation-delay:82.9s;-moz-animation-delay:82.9s;-o-animation-delay:82.9s;animation-delay:82.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(830){-webkit-animation-delay:83s;-moz-animation-delay:83s;-o-animation-delay:83s;animation-delay:83s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(831){-webkit-animation-delay:83.1s;-moz-animation-delay:83.1s;-o-animation-delay:83.1s;animation-delay:83.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(832){-webkit-animation-delay:83.2s;-moz-animation-delay:83.2s;-o-animation-delay:83.2s;animation-delay:83.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(833){-webkit-animation-delay:83.3s;-moz-animation-delay:83.3s;-o-animation-delay:83.3s;animation-delay:83.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(834){-webkit-animation-delay:83.4s;-moz-animation-delay:83.4s;-o-animation-delay:83.4s;animation-delay:83.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(835){-webkit-animation-delay:83.5s;-moz-animation-delay:83.5s;-o-animation-delay:83.5s;animation-delay:83.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(836){-webkit-animation-delay:83.6s;-moz-animation-delay:83.6s;-o-animation-delay:83.6s;animation-delay:83.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(837){-webkit-animation-delay:83.7s;-moz-animation-delay:83.7s;-o-animation-delay:83.7s;animation-delay:83.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(838){-webkit-animation-delay:83.8s;-moz-animation-delay:83.8s;-o-animation-delay:83.8s;animation-delay:83.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(839){-webkit-animation-delay:83.9s;-moz-animation-delay:83.9s;-o-animation-delay:83.9s;animation-delay:83.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(840){-webkit-animation-delay:84s;-moz-animation-delay:84s;-o-animation-delay:84s;animation-delay:84s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(841){-webkit-animation-delay:84.1s;-moz-animation-delay:84.1s;-o-animation-delay:84.1s;animation-delay:84.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(842){-webkit-animation-delay:84.2s;-moz-animation-delay:84.2s;-o-animation-delay:84.2s;animation-delay:84.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(843){-webkit-animation-delay:84.3s;-moz-animation-delay:84.3s;-o-animation-delay:84.3s;animation-delay:84.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(844){-webkit-animation-delay:84.4s;-moz-animation-delay:84.4s;-o-animation-delay:84.4s;animation-delay:84.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(845){-webkit-animation-delay:84.5s;-moz-animation-delay:84.5s;-o-animation-delay:84.5s;animation-delay:84.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(846){-webkit-animation-delay:84.6s;-moz-animation-delay:84.6s;-o-animation-delay:84.6s;animation-delay:84.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(847){-webkit-animation-delay:84.7s;-moz-animation-delay:84.7s;-o-animation-delay:84.7s;animation-delay:84.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(848){-webkit-animation-delay:84.8s;-moz-animation-delay:84.8s;-o-animation-delay:84.8s;animation-delay:84.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(849){-webkit-animation-delay:84.9s;-moz-animation-delay:84.9s;-o-animation-delay:84.9s;animation-delay:84.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(850){-webkit-animation-delay:85s;-moz-animation-delay:85s;-o-animation-delay:85s;animation-delay:85s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(851){-webkit-animation-delay:85.1s;-moz-animation-delay:85.1s;-o-animation-delay:85.1s;animation-delay:85.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(852){-webkit-animation-delay:85.2s;-moz-animation-delay:85.2s;-o-animation-delay:85.2s;animation-delay:85.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(853){-webkit-animation-delay:85.3s;-moz-animation-delay:85.3s;-o-animation-delay:85.3s;animation-delay:85.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(854){-webkit-animation-delay:85.4s;-moz-animation-delay:85.4s;-o-animation-delay:85.4s;animation-delay:85.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(855){-webkit-animation-delay:85.5s;-moz-animation-delay:85.5s;-o-animation-delay:85.5s;animation-delay:85.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(856){-webkit-animation-delay:85.6s;-moz-animation-delay:85.6s;-o-animation-delay:85.6s;animation-delay:85.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(857){-webkit-animation-delay:85.7s;-moz-animation-delay:85.7s;-o-animation-delay:85.7s;animation-delay:85.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(858){-webkit-animation-delay:85.8s;-moz-animation-delay:85.8s;-o-animation-delay:85.8s;animation-delay:85.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(859){-webkit-animation-delay:85.9s;-moz-animation-delay:85.9s;-o-animation-delay:85.9s;animation-delay:85.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(860){-webkit-animation-delay:86s;-moz-animation-delay:86s;-o-animation-delay:86s;animation-delay:86s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(861){-webkit-animation-delay:86.1s;-moz-animation-delay:86.1s;-o-animation-delay:86.1s;animation-delay:86.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(862){-webkit-animation-delay:86.2s;-moz-animation-delay:86.2s;-o-animation-delay:86.2s;animation-delay:86.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(863){-webkit-animation-delay:86.3s;-moz-animation-delay:86.3s;-o-animation-delay:86.3s;animation-delay:86.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(864){-webkit-animation-delay:86.4s;-moz-animation-delay:86.4s;-o-animation-delay:86.4s;animation-delay:86.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(865){-webkit-animation-delay:86.5s;-moz-animation-delay:86.5s;-o-animation-delay:86.5s;animation-delay:86.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(866){-webkit-animation-delay:86.6s;-moz-animation-delay:86.6s;-o-animation-delay:86.6s;animation-delay:86.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(867){-webkit-animation-delay:86.7s;-moz-animation-delay:86.7s;-o-animation-delay:86.7s;animation-delay:86.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(868){-webkit-animation-delay:86.8s;-moz-animation-delay:86.8s;-o-animation-delay:86.8s;animation-delay:86.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(869){-webkit-animation-delay:86.9s;-moz-animation-delay:86.9s;-o-animation-delay:86.9s;animation-delay:86.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(870){-webkit-animation-delay:87s;-moz-animation-delay:87s;-o-animation-delay:87s;animation-delay:87s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(871){-webkit-animation-delay:87.1s;-moz-animation-delay:87.1s;-o-animation-delay:87.1s;animation-delay:87.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(872){-webkit-animation-delay:87.2s;-moz-animation-delay:87.2s;-o-animation-delay:87.2s;animation-delay:87.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(873){-webkit-animation-delay:87.3s;-moz-animation-delay:87.3s;-o-animation-delay:87.3s;animation-delay:87.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(874){-webkit-animation-delay:87.4s;-moz-animation-delay:87.4s;-o-animation-delay:87.4s;animation-delay:87.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(875){-webkit-animation-delay:87.5s;-moz-animation-delay:87.5s;-o-animation-delay:87.5s;animation-delay:87.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(876){-webkit-animation-delay:87.6s;-moz-animation-delay:87.6s;-o-animation-delay:87.6s;animation-delay:87.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(877){-webkit-animation-delay:87.7s;-moz-animation-delay:87.7s;-o-animation-delay:87.7s;animation-delay:87.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(878){-webkit-animation-delay:87.8s;-moz-animation-delay:87.8s;-o-animation-delay:87.8s;animation-delay:87.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(879){-webkit-animation-delay:87.9s;-moz-animation-delay:87.9s;-o-animation-delay:87.9s;animation-delay:87.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(880){-webkit-animation-delay:88s;-moz-animation-delay:88s;-o-animation-delay:88s;animation-delay:88s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(881){-webkit-animation-delay:88.1s;-moz-animation-delay:88.1s;-o-animation-delay:88.1s;animation-delay:88.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(882){-webkit-animation-delay:88.2s;-moz-animation-delay:88.2s;-o-animation-delay:88.2s;animation-delay:88.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(883){-webkit-animation-delay:88.3s;-moz-animation-delay:88.3s;-o-animation-delay:88.3s;animation-delay:88.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(884){-webkit-animation-delay:88.4s;-moz-animation-delay:88.4s;-o-animation-delay:88.4s;animation-delay:88.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(885){-webkit-animation-delay:88.5s;-moz-animation-delay:88.5s;-o-animation-delay:88.5s;animation-delay:88.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(886){-webkit-animation-delay:88.6s;-moz-animation-delay:88.6s;-o-animation-delay:88.6s;animation-delay:88.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(887){-webkit-animation-delay:88.7s;-moz-animation-delay:88.7s;-o-animation-delay:88.7s;animation-delay:88.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(888){-webkit-animation-delay:88.8s;-moz-animation-delay:88.8s;-o-animation-delay:88.8s;animation-delay:88.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(889){-webkit-animation-delay:88.9s;-moz-animation-delay:88.9s;-o-animation-delay:88.9s;animation-delay:88.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(890){-webkit-animation-delay:89s;-moz-animation-delay:89s;-o-animation-delay:89s;animation-delay:89s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(891){-webkit-animation-delay:89.1s;-moz-animation-delay:89.1s;-o-animation-delay:89.1s;animation-delay:89.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(892){-webkit-animation-delay:89.2s;-moz-animation-delay:89.2s;-o-animation-delay:89.2s;animation-delay:89.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(893){-webkit-animation-delay:89.3s;-moz-animation-delay:89.3s;-o-animation-delay:89.3s;animation-delay:89.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(894){-webkit-animation-delay:89.4s;-moz-animation-delay:89.4s;-o-animation-delay:89.4s;animation-delay:89.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(895){-webkit-animation-delay:89.5s;-moz-animation-delay:89.5s;-o-animation-delay:89.5s;animation-delay:89.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(896){-webkit-animation-delay:89.6s;-moz-animation-delay:89.6s;-o-animation-delay:89.6s;animation-delay:89.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(897){-webkit-animation-delay:89.7s;-moz-animation-delay:89.7s;-o-animation-delay:89.7s;animation-delay:89.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(898){-webkit-animation-delay:89.8s;-moz-animation-delay:89.8s;-o-animation-delay:89.8s;animation-delay:89.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(899){-webkit-animation-delay:89.9s;-moz-animation-delay:89.9s;-o-animation-delay:89.9s;animation-delay:89.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(900){-webkit-animation-delay:90s;-moz-animation-delay:90s;-o-animation-delay:90s;animation-delay:90s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(901){-webkit-animation-delay:90.1s;-moz-animation-delay:90.1s;-o-animation-delay:90.1s;animation-delay:90.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(902){-webkit-animation-delay:90.2s;-moz-animation-delay:90.2s;-o-animation-delay:90.2s;animation-delay:90.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(903){-webkit-animation-delay:90.3s;-moz-animation-delay:90.3s;-o-animation-delay:90.3s;animation-delay:90.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(904){-webkit-animation-delay:90.4s;-moz-animation-delay:90.4s;-o-animation-delay:90.4s;animation-delay:90.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(905){-webkit-animation-delay:90.5s;-moz-animation-delay:90.5s;-o-animation-delay:90.5s;animation-delay:90.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(906){-webkit-animation-delay:90.6s;-moz-animation-delay:90.6s;-o-animation-delay:90.6s;animation-delay:90.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(907){-webkit-animation-delay:90.7s;-moz-animation-delay:90.7s;-o-animation-delay:90.7s;animation-delay:90.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(908){-webkit-animation-delay:90.8s;-moz-animation-delay:90.8s;-o-animation-delay:90.8s;animation-delay:90.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(909){-webkit-animation-delay:90.9s;-moz-animation-delay:90.9s;-o-animation-delay:90.9s;animation-delay:90.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(910){-webkit-animation-delay:91s;-moz-animation-delay:91s;-o-animation-delay:91s;animation-delay:91s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(911){-webkit-animation-delay:91.1s;-moz-animation-delay:91.1s;-o-animation-delay:91.1s;animation-delay:91.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(912){-webkit-animation-delay:91.2s;-moz-animation-delay:91.2s;-o-animation-delay:91.2s;animation-delay:91.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(913){-webkit-animation-delay:91.3s;-moz-animation-delay:91.3s;-o-animation-delay:91.3s;animation-delay:91.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(914){-webkit-animation-delay:91.4s;-moz-animation-delay:91.4s;-o-animation-delay:91.4s;animation-delay:91.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(915){-webkit-animation-delay:91.5s;-moz-animation-delay:91.5s;-o-animation-delay:91.5s;animation-delay:91.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(916){-webkit-animation-delay:91.6s;-moz-animation-delay:91.6s;-o-animation-delay:91.6s;animation-delay:91.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(917){-webkit-animation-delay:91.7s;-moz-animation-delay:91.7s;-o-animation-delay:91.7s;animation-delay:91.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(918){-webkit-animation-delay:91.8s;-moz-animation-delay:91.8s;-o-animation-delay:91.8s;animation-delay:91.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(919){-webkit-animation-delay:91.9s;-moz-animation-delay:91.9s;-o-animation-delay:91.9s;animation-delay:91.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(920){-webkit-animation-delay:92s;-moz-animation-delay:92s;-o-animation-delay:92s;animation-delay:92s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(921){-webkit-animation-delay:92.1s;-moz-animation-delay:92.1s;-o-animation-delay:92.1s;animation-delay:92.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(922){-webkit-animation-delay:92.2s;-moz-animation-delay:92.2s;-o-animation-delay:92.2s;animation-delay:92.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(923){-webkit-animation-delay:92.3s;-moz-animation-delay:92.3s;-o-animation-delay:92.3s;animation-delay:92.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(924){-webkit-animation-delay:92.4s;-moz-animation-delay:92.4s;-o-animation-delay:92.4s;animation-delay:92.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(925){-webkit-animation-delay:92.5s;-moz-animation-delay:92.5s;-o-animation-delay:92.5s;animation-delay:92.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(926){-webkit-animation-delay:92.6s;-moz-animation-delay:92.6s;-o-animation-delay:92.6s;animation-delay:92.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(927){-webkit-animation-delay:92.7s;-moz-animation-delay:92.7s;-o-animation-delay:92.7s;animation-delay:92.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(928){-webkit-animation-delay:92.8s;-moz-animation-delay:92.8s;-o-animation-delay:92.8s;animation-delay:92.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(929){-webkit-animation-delay:92.9s;-moz-animation-delay:92.9s;-o-animation-delay:92.9s;animation-delay:92.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(930){-webkit-animation-delay:93s;-moz-animation-delay:93s;-o-animation-delay:93s;animation-delay:93s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(931){-webkit-animation-delay:93.1s;-moz-animation-delay:93.1s;-o-animation-delay:93.1s;animation-delay:93.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(932){-webkit-animation-delay:93.2s;-moz-animation-delay:93.2s;-o-animation-delay:93.2s;animation-delay:93.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(933){-webkit-animation-delay:93.3s;-moz-animation-delay:93.3s;-o-animation-delay:93.3s;animation-delay:93.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(934){-webkit-animation-delay:93.4s;-moz-animation-delay:93.4s;-o-animation-delay:93.4s;animation-delay:93.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(935){-webkit-animation-delay:93.5s;-moz-animation-delay:93.5s;-o-animation-delay:93.5s;animation-delay:93.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(936){-webkit-animation-delay:93.6s;-moz-animation-delay:93.6s;-o-animation-delay:93.6s;animation-delay:93.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(937){-webkit-animation-delay:93.7s;-moz-animation-delay:93.7s;-o-animation-delay:93.7s;animation-delay:93.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(938){-webkit-animation-delay:93.8s;-moz-animation-delay:93.8s;-o-animation-delay:93.8s;animation-delay:93.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(939){-webkit-animation-delay:93.9s;-moz-animation-delay:93.9s;-o-animation-delay:93.9s;animation-delay:93.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(940){-webkit-animation-delay:94s;-moz-animation-delay:94s;-o-animation-delay:94s;animation-delay:94s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(941){-webkit-animation-delay:94.1s;-moz-animation-delay:94.1s;-o-animation-delay:94.1s;animation-delay:94.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(942){-webkit-animation-delay:94.2s;-moz-animation-delay:94.2s;-o-animation-delay:94.2s;animation-delay:94.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(943){-webkit-animation-delay:94.3s;-moz-animation-delay:94.3s;-o-animation-delay:94.3s;animation-delay:94.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(944){-webkit-animation-delay:94.4s;-moz-animation-delay:94.4s;-o-animation-delay:94.4s;animation-delay:94.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(945){-webkit-animation-delay:94.5s;-moz-animation-delay:94.5s;-o-animation-delay:94.5s;animation-delay:94.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(946){-webkit-animation-delay:94.6s;-moz-animation-delay:94.6s;-o-animation-delay:94.6s;animation-delay:94.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(947){-webkit-animation-delay:94.7s;-moz-animation-delay:94.7s;-o-animation-delay:94.7s;animation-delay:94.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(948){-webkit-animation-delay:94.8s;-moz-animation-delay:94.8s;-o-animation-delay:94.8s;animation-delay:94.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(949){-webkit-animation-delay:94.9s;-moz-animation-delay:94.9s;-o-animation-delay:94.9s;animation-delay:94.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(950){-webkit-animation-delay:95s;-moz-animation-delay:95s;-o-animation-delay:95s;animation-delay:95s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(951){-webkit-animation-delay:95.1s;-moz-animation-delay:95.1s;-o-animation-delay:95.1s;animation-delay:95.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(952){-webkit-animation-delay:95.2s;-moz-animation-delay:95.2s;-o-animation-delay:95.2s;animation-delay:95.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(953){-webkit-animation-delay:95.3s;-moz-animation-delay:95.3s;-o-animation-delay:95.3s;animation-delay:95.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(954){-webkit-animation-delay:95.4s;-moz-animation-delay:95.4s;-o-animation-delay:95.4s;animation-delay:95.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(955){-webkit-animation-delay:95.5s;-moz-animation-delay:95.5s;-o-animation-delay:95.5s;animation-delay:95.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(956){-webkit-animation-delay:95.6s;-moz-animation-delay:95.6s;-o-animation-delay:95.6s;animation-delay:95.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(957){-webkit-animation-delay:95.7s;-moz-animation-delay:95.7s;-o-animation-delay:95.7s;animation-delay:95.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(958){-webkit-animation-delay:95.8s;-moz-animation-delay:95.8s;-o-animation-delay:95.8s;animation-delay:95.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(959){-webkit-animation-delay:95.9s;-moz-animation-delay:95.9s;-o-animation-delay:95.9s;animation-delay:95.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(960){-webkit-animation-delay:96s;-moz-animation-delay:96s;-o-animation-delay:96s;animation-delay:96s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(961){-webkit-animation-delay:96.1s;-moz-animation-delay:96.1s;-o-animation-delay:96.1s;animation-delay:96.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(962){-webkit-animation-delay:96.2s;-moz-animation-delay:96.2s;-o-animation-delay:96.2s;animation-delay:96.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(963){-webkit-animation-delay:96.3s;-moz-animation-delay:96.3s;-o-animation-delay:96.3s;animation-delay:96.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(964){-webkit-animation-delay:96.4s;-moz-animation-delay:96.4s;-o-animation-delay:96.4s;animation-delay:96.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(965){-webkit-animation-delay:96.5s;-moz-animation-delay:96.5s;-o-animation-delay:96.5s;animation-delay:96.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(966){-webkit-animation-delay:96.6s;-moz-animation-delay:96.6s;-o-animation-delay:96.6s;animation-delay:96.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(967){-webkit-animation-delay:96.7s;-moz-animation-delay:96.7s;-o-animation-delay:96.7s;animation-delay:96.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(968){-webkit-animation-delay:96.8s;-moz-animation-delay:96.8s;-o-animation-delay:96.8s;animation-delay:96.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(969){-webkit-animation-delay:96.9s;-moz-animation-delay:96.9s;-o-animation-delay:96.9s;animation-delay:96.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(970){-webkit-animation-delay:97s;-moz-animation-delay:97s;-o-animation-delay:97s;animation-delay:97s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(971){-webkit-animation-delay:97.1s;-moz-animation-delay:97.1s;-o-animation-delay:97.1s;animation-delay:97.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(972){-webkit-animation-delay:97.2s;-moz-animation-delay:97.2s;-o-animation-delay:97.2s;animation-delay:97.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(973){-webkit-animation-delay:97.3s;-moz-animation-delay:97.3s;-o-animation-delay:97.3s;animation-delay:97.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(974){-webkit-animation-delay:97.4s;-moz-animation-delay:97.4s;-o-animation-delay:97.4s;animation-delay:97.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(975){-webkit-animation-delay:97.5s;-moz-animation-delay:97.5s;-o-animation-delay:97.5s;animation-delay:97.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(976){-webkit-animation-delay:97.6s;-moz-animation-delay:97.6s;-o-animation-delay:97.6s;animation-delay:97.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(977){-webkit-animation-delay:97.7s;-moz-animation-delay:97.7s;-o-animation-delay:97.7s;animation-delay:97.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(978){-webkit-animation-delay:97.8s;-moz-animation-delay:97.8s;-o-animation-delay:97.8s;animation-delay:97.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(979){-webkit-animation-delay:97.9s;-moz-animation-delay:97.9s;-o-animation-delay:97.9s;animation-delay:97.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(980){-webkit-animation-delay:98s;-moz-animation-delay:98s;-o-animation-delay:98s;animation-delay:98s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(981){-webkit-animation-delay:98.1s;-moz-animation-delay:98.1s;-o-animation-delay:98.1s;animation-delay:98.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(982){-webkit-animation-delay:98.2s;-moz-animation-delay:98.2s;-o-animation-delay:98.2s;animation-delay:98.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(983){-webkit-animation-delay:98.3s;-moz-animation-delay:98.3s;-o-animation-delay:98.3s;animation-delay:98.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(984){-webkit-animation-delay:98.4s;-moz-animation-delay:98.4s;-o-animation-delay:98.4s;animation-delay:98.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(985){-webkit-animation-delay:98.5s;-moz-animation-delay:98.5s;-o-animation-delay:98.5s;animation-delay:98.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(986){-webkit-animation-delay:98.6s;-moz-animation-delay:98.6s;-o-animation-delay:98.6s;animation-delay:98.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(987){-webkit-animation-delay:98.7s;-moz-animation-delay:98.7s;-o-animation-delay:98.7s;animation-delay:98.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(988){-webkit-animation-delay:98.8s;-moz-animation-delay:98.8s;-o-animation-delay:98.8s;animation-delay:98.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(989){-webkit-animation-delay:98.9s;-moz-animation-delay:98.9s;-o-animation-delay:98.9s;animation-delay:98.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(990){-webkit-animation-delay:99s;-moz-animation-delay:99s;-o-animation-delay:99s;animation-delay:99s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(991){-webkit-animation-delay:99.1s;-moz-animation-delay:99.1s;-o-animation-delay:99.1s;animation-delay:99.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(992){-webkit-animation-delay:99.2s;-moz-animation-delay:99.2s;-o-animation-delay:99.2s;animation-delay:99.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(993){-webkit-animation-delay:99.3s;-moz-animation-delay:99.3s;-o-animation-delay:99.3s;animation-delay:99.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(994){-webkit-animation-delay:99.4s;-moz-animation-delay:99.4s;-o-animation-delay:99.4s;animation-delay:99.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(995){-webkit-animation-delay:99.5s;-moz-animation-delay:99.5s;-o-animation-delay:99.5s;animation-delay:99.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(996){-webkit-animation-delay:99.6s;-moz-animation-delay:99.6s;-o-animation-delay:99.6s;animation-delay:99.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(997){-webkit-animation-delay:99.7s;-moz-animation-delay:99.7s;-o-animation-delay:99.7s;animation-delay:99.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(998){-webkit-animation-delay:99.8s;-moz-animation-delay:99.8s;-o-animation-delay:99.8s;animation-delay:99.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(999){-webkit-animation-delay:99.9s;-moz-animation-delay:99.9s;-o-animation-delay:99.9s;animation-delay:99.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1000){-webkit-animation-delay:100s;-moz-animation-delay:100s;-o-animation-delay:100s;animation-delay:100s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1001){-webkit-animation-delay:100.1s;-moz-animation-delay:100.1s;-o-animation-delay:100.1s;animation-delay:100.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1002){-webkit-animation-delay:100.2s;-moz-animation-delay:100.2s;-o-animation-delay:100.2s;animation-delay:100.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1003){-webkit-animation-delay:100.3s;-moz-animation-delay:100.3s;-o-animation-delay:100.3s;animation-delay:100.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1004){-webkit-animation-delay:100.4s;-moz-animation-delay:100.4s;-o-animation-delay:100.4s;animation-delay:100.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1005){-webkit-animation-delay:100.5s;-moz-animation-delay:100.5s;-o-animation-delay:100.5s;animation-delay:100.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1006){-webkit-animation-delay:100.6s;-moz-animation-delay:100.6s;-o-animation-delay:100.6s;animation-delay:100.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1007){-webkit-animation-delay:100.7s;-moz-animation-delay:100.7s;-o-animation-delay:100.7s;animation-delay:100.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1008){-webkit-animation-delay:100.8s;-moz-animation-delay:100.8s;-o-animation-delay:100.8s;animation-delay:100.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1009){-webkit-animation-delay:100.9s;-moz-animation-delay:100.9s;-o-animation-delay:100.9s;animation-delay:100.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1010){-webkit-animation-delay:101s;-moz-animation-delay:101s;-o-animation-delay:101s;animation-delay:101s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1011){-webkit-animation-delay:101.1s;-moz-animation-delay:101.1s;-o-animation-delay:101.1s;animation-delay:101.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1012){-webkit-animation-delay:101.2s;-moz-animation-delay:101.2s;-o-animation-delay:101.2s;animation-delay:101.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1013){-webkit-animation-delay:101.3s;-moz-animation-delay:101.3s;-o-animation-delay:101.3s;animation-delay:101.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1014){-webkit-animation-delay:101.4s;-moz-animation-delay:101.4s;-o-animation-delay:101.4s;animation-delay:101.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1015){-webkit-animation-delay:101.5s;-moz-animation-delay:101.5s;-o-animation-delay:101.5s;animation-delay:101.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1016){-webkit-animation-delay:101.6s;-moz-animation-delay:101.6s;-o-animation-delay:101.6s;animation-delay:101.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1017){-webkit-animation-delay:101.7s;-moz-animation-delay:101.7s;-o-animation-delay:101.7s;animation-delay:101.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1018){-webkit-animation-delay:101.8s;-moz-animation-delay:101.8s;-o-animation-delay:101.8s;animation-delay:101.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1019){-webkit-animation-delay:101.9s;-moz-animation-delay:101.9s;-o-animation-delay:101.9s;animation-delay:101.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1020){-webkit-animation-delay:102s;-moz-animation-delay:102s;-o-animation-delay:102s;animation-delay:102s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1021){-webkit-animation-delay:102.1s;-moz-animation-delay:102.1s;-o-animation-delay:102.1s;animation-delay:102.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1022){-webkit-animation-delay:102.2s;-moz-animation-delay:102.2s;-o-animation-delay:102.2s;animation-delay:102.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1023){-webkit-animation-delay:102.3s;-moz-animation-delay:102.3s;-o-animation-delay:102.3s;animation-delay:102.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1024){-webkit-animation-delay:102.4s;-moz-animation-delay:102.4s;-o-animation-delay:102.4s;animation-delay:102.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1025){-webkit-animation-delay:102.5s;-moz-animation-delay:102.5s;-o-animation-delay:102.5s;animation-delay:102.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1026){-webkit-animation-delay:102.6s;-moz-animation-delay:102.6s;-o-animation-delay:102.6s;animation-delay:102.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1027){-webkit-animation-delay:102.7s;-moz-animation-delay:102.7s;-o-animation-delay:102.7s;animation-delay:102.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1028){-webkit-animation-delay:102.8s;-moz-animation-delay:102.8s;-o-animation-delay:102.8s;animation-delay:102.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1029){-webkit-animation-delay:102.9s;-moz-animation-delay:102.9s;-o-animation-delay:102.9s;animation-delay:102.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1030){-webkit-animation-delay:103s;-moz-animation-delay:103s;-o-animation-delay:103s;animation-delay:103s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1031){-webkit-animation-delay:103.1s;-moz-animation-delay:103.1s;-o-animation-delay:103.1s;animation-delay:103.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1032){-webkit-animation-delay:103.2s;-moz-animation-delay:103.2s;-o-animation-delay:103.2s;animation-delay:103.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1033){-webkit-animation-delay:103.3s;-moz-animation-delay:103.3s;-o-animation-delay:103.3s;animation-delay:103.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1034){-webkit-animation-delay:103.4s;-moz-animation-delay:103.4s;-o-animation-delay:103.4s;animation-delay:103.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1035){-webkit-animation-delay:103.5s;-moz-animation-delay:103.5s;-o-animation-delay:103.5s;animation-delay:103.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1036){-webkit-animation-delay:103.6s;-moz-animation-delay:103.6s;-o-animation-delay:103.6s;animation-delay:103.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1037){-webkit-animation-delay:103.7s;-moz-animation-delay:103.7s;-o-animation-delay:103.7s;animation-delay:103.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1038){-webkit-animation-delay:103.8s;-moz-animation-delay:103.8s;-o-animation-delay:103.8s;animation-delay:103.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1039){-webkit-animation-delay:103.9s;-moz-animation-delay:103.9s;-o-animation-delay:103.9s;animation-delay:103.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1040){-webkit-animation-delay:104s;-moz-animation-delay:104s;-o-animation-delay:104s;animation-delay:104s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1041){-webkit-animation-delay:104.1s;-moz-animation-delay:104.1s;-o-animation-delay:104.1s;animation-delay:104.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1042){-webkit-animation-delay:104.2s;-moz-animation-delay:104.2s;-o-animation-delay:104.2s;animation-delay:104.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1043){-webkit-animation-delay:104.3s;-moz-animation-delay:104.3s;-o-animation-delay:104.3s;animation-delay:104.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1044){-webkit-animation-delay:104.4s;-moz-animation-delay:104.4s;-o-animation-delay:104.4s;animation-delay:104.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1045){-webkit-animation-delay:104.5s;-moz-animation-delay:104.5s;-o-animation-delay:104.5s;animation-delay:104.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1046){-webkit-animation-delay:104.6s;-moz-animation-delay:104.6s;-o-animation-delay:104.6s;animation-delay:104.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1047){-webkit-animation-delay:104.7s;-moz-animation-delay:104.7s;-o-animation-delay:104.7s;animation-delay:104.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1048){-webkit-animation-delay:104.8s;-moz-animation-delay:104.8s;-o-animation-delay:104.8s;animation-delay:104.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1049){-webkit-animation-delay:104.9s;-moz-animation-delay:104.9s;-o-animation-delay:104.9s;animation-delay:104.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1050){-webkit-animation-delay:105s;-moz-animation-delay:105s;-o-animation-delay:105s;animation-delay:105s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1051){-webkit-animation-delay:105.1s;-moz-animation-delay:105.1s;-o-animation-delay:105.1s;animation-delay:105.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1052){-webkit-animation-delay:105.2s;-moz-animation-delay:105.2s;-o-animation-delay:105.2s;animation-delay:105.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1053){-webkit-animation-delay:105.3s;-moz-animation-delay:105.3s;-o-animation-delay:105.3s;animation-delay:105.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1054){-webkit-animation-delay:105.4s;-moz-animation-delay:105.4s;-o-animation-delay:105.4s;animation-delay:105.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1055){-webkit-animation-delay:105.5s;-moz-animation-delay:105.5s;-o-animation-delay:105.5s;animation-delay:105.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1056){-webkit-animation-delay:105.6s;-moz-animation-delay:105.6s;-o-animation-delay:105.6s;animation-delay:105.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1057){-webkit-animation-delay:105.7s;-moz-animation-delay:105.7s;-o-animation-delay:105.7s;animation-delay:105.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1058){-webkit-animation-delay:105.8s;-moz-animation-delay:105.8s;-o-animation-delay:105.8s;animation-delay:105.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1059){-webkit-animation-delay:105.9s;-moz-animation-delay:105.9s;-o-animation-delay:105.9s;animation-delay:105.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1060){-webkit-animation-delay:106s;-moz-animation-delay:106s;-o-animation-delay:106s;animation-delay:106s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1061){-webkit-animation-delay:106.1s;-moz-animation-delay:106.1s;-o-animation-delay:106.1s;animation-delay:106.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1062){-webkit-animation-delay:106.2s;-moz-animation-delay:106.2s;-o-animation-delay:106.2s;animation-delay:106.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1063){-webkit-animation-delay:106.3s;-moz-animation-delay:106.3s;-o-animation-delay:106.3s;animation-delay:106.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1064){-webkit-animation-delay:106.4s;-moz-animation-delay:106.4s;-o-animation-delay:106.4s;animation-delay:106.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1065){-webkit-animation-delay:106.5s;-moz-animation-delay:106.5s;-o-animation-delay:106.5s;animation-delay:106.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1066){-webkit-animation-delay:106.6s;-moz-animation-delay:106.6s;-o-animation-delay:106.6s;animation-delay:106.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1067){-webkit-animation-delay:106.7s;-moz-animation-delay:106.7s;-o-animation-delay:106.7s;animation-delay:106.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1068){-webkit-animation-delay:106.8s;-moz-animation-delay:106.8s;-o-animation-delay:106.8s;animation-delay:106.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1069){-webkit-animation-delay:106.9s;-moz-animation-delay:106.9s;-o-animation-delay:106.9s;animation-delay:106.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1070){-webkit-animation-delay:107s;-moz-animation-delay:107s;-o-animation-delay:107s;animation-delay:107s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1071){-webkit-animation-delay:107.1s;-moz-animation-delay:107.1s;-o-animation-delay:107.1s;animation-delay:107.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1072){-webkit-animation-delay:107.2s;-moz-animation-delay:107.2s;-o-animation-delay:107.2s;animation-delay:107.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1073){-webkit-animation-delay:107.3s;-moz-animation-delay:107.3s;-o-animation-delay:107.3s;animation-delay:107.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1074){-webkit-animation-delay:107.4s;-moz-animation-delay:107.4s;-o-animation-delay:107.4s;animation-delay:107.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1075){-webkit-animation-delay:107.5s;-moz-animation-delay:107.5s;-o-animation-delay:107.5s;animation-delay:107.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1076){-webkit-animation-delay:107.6s;-moz-animation-delay:107.6s;-o-animation-delay:107.6s;animation-delay:107.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1077){-webkit-animation-delay:107.7s;-moz-animation-delay:107.7s;-o-animation-delay:107.7s;animation-delay:107.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1078){-webkit-animation-delay:107.8s;-moz-animation-delay:107.8s;-o-animation-delay:107.8s;animation-delay:107.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1079){-webkit-animation-delay:107.9s;-moz-animation-delay:107.9s;-o-animation-delay:107.9s;animation-delay:107.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1080){-webkit-animation-delay:108s;-moz-animation-delay:108s;-o-animation-delay:108s;animation-delay:108s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1081){-webkit-animation-delay:108.1s;-moz-animation-delay:108.1s;-o-animation-delay:108.1s;animation-delay:108.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1082){-webkit-animation-delay:108.2s;-moz-animation-delay:108.2s;-o-animation-delay:108.2s;animation-delay:108.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1083){-webkit-animation-delay:108.3s;-moz-animation-delay:108.3s;-o-animation-delay:108.3s;animation-delay:108.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1084){-webkit-animation-delay:108.4s;-moz-animation-delay:108.4s;-o-animation-delay:108.4s;animation-delay:108.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1085){-webkit-animation-delay:108.5s;-moz-animation-delay:108.5s;-o-animation-delay:108.5s;animation-delay:108.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1086){-webkit-animation-delay:108.6s;-moz-animation-delay:108.6s;-o-animation-delay:108.6s;animation-delay:108.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1087){-webkit-animation-delay:108.7s;-moz-animation-delay:108.7s;-o-animation-delay:108.7s;animation-delay:108.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1088){-webkit-animation-delay:108.8s;-moz-animation-delay:108.8s;-o-animation-delay:108.8s;animation-delay:108.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1089){-webkit-animation-delay:108.9s;-moz-animation-delay:108.9s;-o-animation-delay:108.9s;animation-delay:108.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1090){-webkit-animation-delay:109s;-moz-animation-delay:109s;-o-animation-delay:109s;animation-delay:109s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1091){-webkit-animation-delay:109.1s;-moz-animation-delay:109.1s;-o-animation-delay:109.1s;animation-delay:109.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1092){-webkit-animation-delay:109.2s;-moz-animation-delay:109.2s;-o-animation-delay:109.2s;animation-delay:109.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1093){-webkit-animation-delay:109.3s;-moz-animation-delay:109.3s;-o-animation-delay:109.3s;animation-delay:109.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1094){-webkit-animation-delay:109.4s;-moz-animation-delay:109.4s;-o-animation-delay:109.4s;animation-delay:109.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1095){-webkit-animation-delay:109.5s;-moz-animation-delay:109.5s;-o-animation-delay:109.5s;animation-delay:109.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1096){-webkit-animation-delay:109.6s;-moz-animation-delay:109.6s;-o-animation-delay:109.6s;animation-delay:109.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1097){-webkit-animation-delay:109.7s;-moz-animation-delay:109.7s;-o-animation-delay:109.7s;animation-delay:109.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1098){-webkit-animation-delay:109.8s;-moz-animation-delay:109.8s;-o-animation-delay:109.8s;animation-delay:109.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1099){-webkit-animation-delay:109.9s;-moz-animation-delay:109.9s;-o-animation-delay:109.9s;animation-delay:109.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1100){-webkit-animation-delay:110s;-moz-animation-delay:110s;-o-animation-delay:110s;animation-delay:110s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1101){-webkit-animation-delay:110.1s;-moz-animation-delay:110.1s;-o-animation-delay:110.1s;animation-delay:110.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1102){-webkit-animation-delay:110.2s;-moz-animation-delay:110.2s;-o-animation-delay:110.2s;animation-delay:110.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1103){-webkit-animation-delay:110.3s;-moz-animation-delay:110.3s;-o-animation-delay:110.3s;animation-delay:110.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1104){-webkit-animation-delay:110.4s;-moz-animation-delay:110.4s;-o-animation-delay:110.4s;animation-delay:110.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1105){-webkit-animation-delay:110.5s;-moz-animation-delay:110.5s;-o-animation-delay:110.5s;animation-delay:110.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1106){-webkit-animation-delay:110.6s;-moz-animation-delay:110.6s;-o-animation-delay:110.6s;animation-delay:110.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1107){-webkit-animation-delay:110.7s;-moz-animation-delay:110.7s;-o-animation-delay:110.7s;animation-delay:110.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1108){-webkit-animation-delay:110.8s;-moz-animation-delay:110.8s;-o-animation-delay:110.8s;animation-delay:110.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1109){-webkit-animation-delay:110.9s;-moz-animation-delay:110.9s;-o-animation-delay:110.9s;animation-delay:110.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1110){-webkit-animation-delay:111s;-moz-animation-delay:111s;-o-animation-delay:111s;animation-delay:111s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1111){-webkit-animation-delay:111.1s;-moz-animation-delay:111.1s;-o-animation-delay:111.1s;animation-delay:111.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1112){-webkit-animation-delay:111.2s;-moz-animation-delay:111.2s;-o-animation-delay:111.2s;animation-delay:111.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1113){-webkit-animation-delay:111.3s;-moz-animation-delay:111.3s;-o-animation-delay:111.3s;animation-delay:111.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1114){-webkit-animation-delay:111.4s;-moz-animation-delay:111.4s;-o-animation-delay:111.4s;animation-delay:111.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1115){-webkit-animation-delay:111.5s;-moz-animation-delay:111.5s;-o-animation-delay:111.5s;animation-delay:111.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1116){-webkit-animation-delay:111.6s;-moz-animation-delay:111.6s;-o-animation-delay:111.6s;animation-delay:111.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1117){-webkit-animation-delay:111.7s;-moz-animation-delay:111.7s;-o-animation-delay:111.7s;animation-delay:111.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1118){-webkit-animation-delay:111.8s;-moz-animation-delay:111.8s;-o-animation-delay:111.8s;animation-delay:111.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1119){-webkit-animation-delay:111.9s;-moz-animation-delay:111.9s;-o-animation-delay:111.9s;animation-delay:111.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1120){-webkit-animation-delay:112s;-moz-animation-delay:112s;-o-animation-delay:112s;animation-delay:112s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1121){-webkit-animation-delay:112.1s;-moz-animation-delay:112.1s;-o-animation-delay:112.1s;animation-delay:112.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1122){-webkit-animation-delay:112.2s;-moz-animation-delay:112.2s;-o-animation-delay:112.2s;animation-delay:112.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1123){-webkit-animation-delay:112.3s;-moz-animation-delay:112.3s;-o-animation-delay:112.3s;animation-delay:112.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1124){-webkit-animation-delay:112.4s;-moz-animation-delay:112.4s;-o-animation-delay:112.4s;animation-delay:112.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1125){-webkit-animation-delay:112.5s;-moz-animation-delay:112.5s;-o-animation-delay:112.5s;animation-delay:112.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1126){-webkit-animation-delay:112.6s;-moz-animation-delay:112.6s;-o-animation-delay:112.6s;animation-delay:112.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1127){-webkit-animation-delay:112.7s;-moz-animation-delay:112.7s;-o-animation-delay:112.7s;animation-delay:112.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1128){-webkit-animation-delay:112.8s;-moz-animation-delay:112.8s;-o-animation-delay:112.8s;animation-delay:112.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1129){-webkit-animation-delay:112.9s;-moz-animation-delay:112.9s;-o-animation-delay:112.9s;animation-delay:112.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1130){-webkit-animation-delay:113s;-moz-animation-delay:113s;-o-animation-delay:113s;animation-delay:113s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1131){-webkit-animation-delay:113.1s;-moz-animation-delay:113.1s;-o-animation-delay:113.1s;animation-delay:113.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1132){-webkit-animation-delay:113.2s;-moz-animation-delay:113.2s;-o-animation-delay:113.2s;animation-delay:113.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1133){-webkit-animation-delay:113.3s;-moz-animation-delay:113.3s;-o-animation-delay:113.3s;animation-delay:113.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1134){-webkit-animation-delay:113.4s;-moz-animation-delay:113.4s;-o-animation-delay:113.4s;animation-delay:113.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1135){-webkit-animation-delay:113.5s;-moz-animation-delay:113.5s;-o-animation-delay:113.5s;animation-delay:113.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1136){-webkit-animation-delay:113.6s;-moz-animation-delay:113.6s;-o-animation-delay:113.6s;animation-delay:113.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1137){-webkit-animation-delay:113.7s;-moz-animation-delay:113.7s;-o-animation-delay:113.7s;animation-delay:113.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1138){-webkit-animation-delay:113.8s;-moz-animation-delay:113.8s;-o-animation-delay:113.8s;animation-delay:113.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1139){-webkit-animation-delay:113.9s;-moz-animation-delay:113.9s;-o-animation-delay:113.9s;animation-delay:113.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1140){-webkit-animation-delay:114s;-moz-animation-delay:114s;-o-animation-delay:114s;animation-delay:114s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1141){-webkit-animation-delay:114.1s;-moz-animation-delay:114.1s;-o-animation-delay:114.1s;animation-delay:114.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1142){-webkit-animation-delay:114.2s;-moz-animation-delay:114.2s;-o-animation-delay:114.2s;animation-delay:114.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1143){-webkit-animation-delay:114.3s;-moz-animation-delay:114.3s;-o-animation-delay:114.3s;animation-delay:114.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1144){-webkit-animation-delay:114.4s;-moz-animation-delay:114.4s;-o-animation-delay:114.4s;animation-delay:114.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1145){-webkit-animation-delay:114.5s;-moz-animation-delay:114.5s;-o-animation-delay:114.5s;animation-delay:114.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1146){-webkit-animation-delay:114.6s;-moz-animation-delay:114.6s;-o-animation-delay:114.6s;animation-delay:114.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1147){-webkit-animation-delay:114.7s;-moz-animation-delay:114.7s;-o-animation-delay:114.7s;animation-delay:114.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1148){-webkit-animation-delay:114.8s;-moz-animation-delay:114.8s;-o-animation-delay:114.8s;animation-delay:114.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1149){-webkit-animation-delay:114.9s;-moz-animation-delay:114.9s;-o-animation-delay:114.9s;animation-delay:114.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1150){-webkit-animation-delay:115s;-moz-animation-delay:115s;-o-animation-delay:115s;animation-delay:115s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1151){-webkit-animation-delay:115.1s;-moz-animation-delay:115.1s;-o-animation-delay:115.1s;animation-delay:115.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1152){-webkit-animation-delay:115.2s;-moz-animation-delay:115.2s;-o-animation-delay:115.2s;animation-delay:115.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1153){-webkit-animation-delay:115.3s;-moz-animation-delay:115.3s;-o-animation-delay:115.3s;animation-delay:115.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1154){-webkit-animation-delay:115.4s;-moz-animation-delay:115.4s;-o-animation-delay:115.4s;animation-delay:115.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1155){-webkit-animation-delay:115.5s;-moz-animation-delay:115.5s;-o-animation-delay:115.5s;animation-delay:115.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1156){-webkit-animation-delay:115.6s;-moz-animation-delay:115.6s;-o-animation-delay:115.6s;animation-delay:115.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1157){-webkit-animation-delay:115.7s;-moz-animation-delay:115.7s;-o-animation-delay:115.7s;animation-delay:115.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1158){-webkit-animation-delay:115.8s;-moz-animation-delay:115.8s;-o-animation-delay:115.8s;animation-delay:115.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1159){-webkit-animation-delay:115.9s;-moz-animation-delay:115.9s;-o-animation-delay:115.9s;animation-delay:115.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1160){-webkit-animation-delay:116s;-moz-animation-delay:116s;-o-animation-delay:116s;animation-delay:116s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1161){-webkit-animation-delay:116.1s;-moz-animation-delay:116.1s;-o-animation-delay:116.1s;animation-delay:116.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1162){-webkit-animation-delay:116.2s;-moz-animation-delay:116.2s;-o-animation-delay:116.2s;animation-delay:116.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1163){-webkit-animation-delay:116.3s;-moz-animation-delay:116.3s;-o-animation-delay:116.3s;animation-delay:116.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1164){-webkit-animation-delay:116.4s;-moz-animation-delay:116.4s;-o-animation-delay:116.4s;animation-delay:116.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1165){-webkit-animation-delay:116.5s;-moz-animation-delay:116.5s;-o-animation-delay:116.5s;animation-delay:116.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1166){-webkit-animation-delay:116.6s;-moz-animation-delay:116.6s;-o-animation-delay:116.6s;animation-delay:116.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1167){-webkit-animation-delay:116.7s;-moz-animation-delay:116.7s;-o-animation-delay:116.7s;animation-delay:116.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1168){-webkit-animation-delay:116.8s;-moz-animation-delay:116.8s;-o-animation-delay:116.8s;animation-delay:116.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1169){-webkit-animation-delay:116.9s;-moz-animation-delay:116.9s;-o-animation-delay:116.9s;animation-delay:116.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1170){-webkit-animation-delay:117s;-moz-animation-delay:117s;-o-animation-delay:117s;animation-delay:117s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1171){-webkit-animation-delay:117.1s;-moz-animation-delay:117.1s;-o-animation-delay:117.1s;animation-delay:117.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1172){-webkit-animation-delay:117.2s;-moz-animation-delay:117.2s;-o-animation-delay:117.2s;animation-delay:117.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1173){-webkit-animation-delay:117.3s;-moz-animation-delay:117.3s;-o-animation-delay:117.3s;animation-delay:117.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1174){-webkit-animation-delay:117.4s;-moz-animation-delay:117.4s;-o-animation-delay:117.4s;animation-delay:117.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1175){-webkit-animation-delay:117.5s;-moz-animation-delay:117.5s;-o-animation-delay:117.5s;animation-delay:117.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1176){-webkit-animation-delay:117.6s;-moz-animation-delay:117.6s;-o-animation-delay:117.6s;animation-delay:117.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1177){-webkit-animation-delay:117.7s;-moz-animation-delay:117.7s;-o-animation-delay:117.7s;animation-delay:117.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1178){-webkit-animation-delay:117.8s;-moz-animation-delay:117.8s;-o-animation-delay:117.8s;animation-delay:117.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1179){-webkit-animation-delay:117.9s;-moz-animation-delay:117.9s;-o-animation-delay:117.9s;animation-delay:117.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1180){-webkit-animation-delay:118s;-moz-animation-delay:118s;-o-animation-delay:118s;animation-delay:118s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1181){-webkit-animation-delay:118.1s;-moz-animation-delay:118.1s;-o-animation-delay:118.1s;animation-delay:118.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1182){-webkit-animation-delay:118.2s;-moz-animation-delay:118.2s;-o-animation-delay:118.2s;animation-delay:118.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1183){-webkit-animation-delay:118.3s;-moz-animation-delay:118.3s;-o-animation-delay:118.3s;animation-delay:118.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1184){-webkit-animation-delay:118.4s;-moz-animation-delay:118.4s;-o-animation-delay:118.4s;animation-delay:118.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1185){-webkit-animation-delay:118.5s;-moz-animation-delay:118.5s;-o-animation-delay:118.5s;animation-delay:118.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1186){-webkit-animation-delay:118.6s;-moz-animation-delay:118.6s;-o-animation-delay:118.6s;animation-delay:118.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1187){-webkit-animation-delay:118.7s;-moz-animation-delay:118.7s;-o-animation-delay:118.7s;animation-delay:118.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1188){-webkit-animation-delay:118.8s;-moz-animation-delay:118.8s;-o-animation-delay:118.8s;animation-delay:118.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1189){-webkit-animation-delay:118.9s;-moz-animation-delay:118.9s;-o-animation-delay:118.9s;animation-delay:118.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1190){-webkit-animation-delay:119s;-moz-animation-delay:119s;-o-animation-delay:119s;animation-delay:119s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1191){-webkit-animation-delay:119.1s;-moz-animation-delay:119.1s;-o-animation-delay:119.1s;animation-delay:119.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1192){-webkit-animation-delay:119.2s;-moz-animation-delay:119.2s;-o-animation-delay:119.2s;animation-delay:119.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1193){-webkit-animation-delay:119.3s;-moz-animation-delay:119.3s;-o-animation-delay:119.3s;animation-delay:119.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1194){-webkit-animation-delay:119.4s;-moz-animation-delay:119.4s;-o-animation-delay:119.4s;animation-delay:119.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1195){-webkit-animation-delay:119.5s;-moz-animation-delay:119.5s;-o-animation-delay:119.5s;animation-delay:119.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1196){-webkit-animation-delay:119.6s;-moz-animation-delay:119.6s;-o-animation-delay:119.6s;animation-delay:119.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1197){-webkit-animation-delay:119.7s;-moz-animation-delay:119.7s;-o-animation-delay:119.7s;animation-delay:119.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1198){-webkit-animation-delay:119.8s;-moz-animation-delay:119.8s;-o-animation-delay:119.8s;animation-delay:119.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1199){-webkit-animation-delay:119.9s;-moz-animation-delay:119.9s;-o-animation-delay:119.9s;animation-delay:119.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1200){-webkit-animation-delay:120s;-moz-animation-delay:120s;-o-animation-delay:120s;animation-delay:120s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1201){-webkit-animation-delay:120.1s;-moz-animation-delay:120.1s;-o-animation-delay:120.1s;animation-delay:120.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1202){-webkit-animation-delay:120.2s;-moz-animation-delay:120.2s;-o-animation-delay:120.2s;animation-delay:120.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1203){-webkit-animation-delay:120.3s;-moz-animation-delay:120.3s;-o-animation-delay:120.3s;animation-delay:120.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1204){-webkit-animation-delay:120.4s;-moz-animation-delay:120.4s;-o-animation-delay:120.4s;animation-delay:120.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1205){-webkit-animation-delay:120.5s;-moz-animation-delay:120.5s;-o-animation-delay:120.5s;animation-delay:120.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1206){-webkit-animation-delay:120.6s;-moz-animation-delay:120.6s;-o-animation-delay:120.6s;animation-delay:120.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1207){-webkit-animation-delay:120.7s;-moz-animation-delay:120.7s;-o-animation-delay:120.7s;animation-delay:120.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1208){-webkit-animation-delay:120.8s;-moz-animation-delay:120.8s;-o-animation-delay:120.8s;animation-delay:120.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1209){-webkit-animation-delay:120.9s;-moz-animation-delay:120.9s;-o-animation-delay:120.9s;animation-delay:120.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1210){-webkit-animation-delay:121s;-moz-animation-delay:121s;-o-animation-delay:121s;animation-delay:121s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1211){-webkit-animation-delay:121.1s;-moz-animation-delay:121.1s;-o-animation-delay:121.1s;animation-delay:121.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1212){-webkit-animation-delay:121.2s;-moz-animation-delay:121.2s;-o-animation-delay:121.2s;animation-delay:121.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1213){-webkit-animation-delay:121.3s;-moz-animation-delay:121.3s;-o-animation-delay:121.3s;animation-delay:121.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1214){-webkit-animation-delay:121.4s;-moz-animation-delay:121.4s;-o-animation-delay:121.4s;animation-delay:121.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1215){-webkit-animation-delay:121.5s;-moz-animation-delay:121.5s;-o-animation-delay:121.5s;animation-delay:121.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1216){-webkit-animation-delay:121.6s;-moz-animation-delay:121.6s;-o-animation-delay:121.6s;animation-delay:121.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1217){-webkit-animation-delay:121.7s;-moz-animation-delay:121.7s;-o-animation-delay:121.7s;animation-delay:121.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1218){-webkit-animation-delay:121.8s;-moz-animation-delay:121.8s;-o-animation-delay:121.8s;animation-delay:121.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1219){-webkit-animation-delay:121.9s;-moz-animation-delay:121.9s;-o-animation-delay:121.9s;animation-delay:121.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1220){-webkit-animation-delay:122s;-moz-animation-delay:122s;-o-animation-delay:122s;animation-delay:122s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1221){-webkit-animation-delay:122.1s;-moz-animation-delay:122.1s;-o-animation-delay:122.1s;animation-delay:122.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1222){-webkit-animation-delay:122.2s;-moz-animation-delay:122.2s;-o-animation-delay:122.2s;animation-delay:122.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1223){-webkit-animation-delay:122.3s;-moz-animation-delay:122.3s;-o-animation-delay:122.3s;animation-delay:122.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1224){-webkit-animation-delay:122.4s;-moz-animation-delay:122.4s;-o-animation-delay:122.4s;animation-delay:122.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1225){-webkit-animation-delay:122.5s;-moz-animation-delay:122.5s;-o-animation-delay:122.5s;animation-delay:122.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1226){-webkit-animation-delay:122.6s;-moz-animation-delay:122.6s;-o-animation-delay:122.6s;animation-delay:122.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1227){-webkit-animation-delay:122.7s;-moz-animation-delay:122.7s;-o-animation-delay:122.7s;animation-delay:122.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1228){-webkit-animation-delay:122.8s;-moz-animation-delay:122.8s;-o-animation-delay:122.8s;animation-delay:122.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1229){-webkit-animation-delay:122.9s;-moz-animation-delay:122.9s;-o-animation-delay:122.9s;animation-delay:122.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1230){-webkit-animation-delay:123s;-moz-animation-delay:123s;-o-animation-delay:123s;animation-delay:123s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1231){-webkit-animation-delay:123.1s;-moz-animation-delay:123.1s;-o-animation-delay:123.1s;animation-delay:123.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1232){-webkit-animation-delay:123.2s;-moz-animation-delay:123.2s;-o-animation-delay:123.2s;animation-delay:123.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1233){-webkit-animation-delay:123.3s;-moz-animation-delay:123.3s;-o-animation-delay:123.3s;animation-delay:123.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1234){-webkit-animation-delay:123.4s;-moz-animation-delay:123.4s;-o-animation-delay:123.4s;animation-delay:123.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1235){-webkit-animation-delay:123.5s;-moz-animation-delay:123.5s;-o-animation-delay:123.5s;animation-delay:123.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1236){-webkit-animation-delay:123.6s;-moz-animation-delay:123.6s;-o-animation-delay:123.6s;animation-delay:123.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1237){-webkit-animation-delay:123.7s;-moz-animation-delay:123.7s;-o-animation-delay:123.7s;animation-delay:123.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1238){-webkit-animation-delay:123.8s;-moz-animation-delay:123.8s;-o-animation-delay:123.8s;animation-delay:123.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1239){-webkit-animation-delay:123.9s;-moz-animation-delay:123.9s;-o-animation-delay:123.9s;animation-delay:123.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1240){-webkit-animation-delay:124s;-moz-animation-delay:124s;-o-animation-delay:124s;animation-delay:124s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1241){-webkit-animation-delay:124.1s;-moz-animation-delay:124.1s;-o-animation-delay:124.1s;animation-delay:124.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1242){-webkit-animation-delay:124.2s;-moz-animation-delay:124.2s;-o-animation-delay:124.2s;animation-delay:124.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1243){-webkit-animation-delay:124.3s;-moz-animation-delay:124.3s;-o-animation-delay:124.3s;animation-delay:124.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1244){-webkit-animation-delay:124.4s;-moz-animation-delay:124.4s;-o-animation-delay:124.4s;animation-delay:124.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1245){-webkit-animation-delay:124.5s;-moz-animation-delay:124.5s;-o-animation-delay:124.5s;animation-delay:124.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1246){-webkit-animation-delay:124.6s;-moz-animation-delay:124.6s;-o-animation-delay:124.6s;animation-delay:124.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1247){-webkit-animation-delay:124.7s;-moz-animation-delay:124.7s;-o-animation-delay:124.7s;animation-delay:124.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1248){-webkit-animation-delay:124.8s;-moz-animation-delay:124.8s;-o-animation-delay:124.8s;animation-delay:124.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1249){-webkit-animation-delay:124.9s;-moz-animation-delay:124.9s;-o-animation-delay:124.9s;animation-delay:124.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1250){-webkit-animation-delay:125s;-moz-animation-delay:125s;-o-animation-delay:125s;animation-delay:125s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1251){-webkit-animation-delay:125.1s;-moz-animation-delay:125.1s;-o-animation-delay:125.1s;animation-delay:125.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1252){-webkit-animation-delay:125.2s;-moz-animation-delay:125.2s;-o-animation-delay:125.2s;animation-delay:125.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1253){-webkit-animation-delay:125.3s;-moz-animation-delay:125.3s;-o-animation-delay:125.3s;animation-delay:125.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1254){-webkit-animation-delay:125.4s;-moz-animation-delay:125.4s;-o-animation-delay:125.4s;animation-delay:125.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1255){-webkit-animation-delay:125.5s;-moz-animation-delay:125.5s;-o-animation-delay:125.5s;animation-delay:125.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1256){-webkit-animation-delay:125.6s;-moz-animation-delay:125.6s;-o-animation-delay:125.6s;animation-delay:125.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1257){-webkit-animation-delay:125.7s;-moz-animation-delay:125.7s;-o-animation-delay:125.7s;animation-delay:125.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1258){-webkit-animation-delay:125.8s;-moz-animation-delay:125.8s;-o-animation-delay:125.8s;animation-delay:125.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1259){-webkit-animation-delay:125.9s;-moz-animation-delay:125.9s;-o-animation-delay:125.9s;animation-delay:125.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1260){-webkit-animation-delay:126s;-moz-animation-delay:126s;-o-animation-delay:126s;animation-delay:126s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1261){-webkit-animation-delay:126.1s;-moz-animation-delay:126.1s;-o-animation-delay:126.1s;animation-delay:126.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1262){-webkit-animation-delay:126.2s;-moz-animation-delay:126.2s;-o-animation-delay:126.2s;animation-delay:126.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1263){-webkit-animation-delay:126.3s;-moz-animation-delay:126.3s;-o-animation-delay:126.3s;animation-delay:126.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1264){-webkit-animation-delay:126.4s;-moz-animation-delay:126.4s;-o-animation-delay:126.4s;animation-delay:126.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1265){-webkit-animation-delay:126.5s;-moz-animation-delay:126.5s;-o-animation-delay:126.5s;animation-delay:126.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1266){-webkit-animation-delay:126.6s;-moz-animation-delay:126.6s;-o-animation-delay:126.6s;animation-delay:126.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1267){-webkit-animation-delay:126.7s;-moz-animation-delay:126.7s;-o-animation-delay:126.7s;animation-delay:126.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1268){-webkit-animation-delay:126.8s;-moz-animation-delay:126.8s;-o-animation-delay:126.8s;animation-delay:126.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1269){-webkit-animation-delay:126.9s;-moz-animation-delay:126.9s;-o-animation-delay:126.9s;animation-delay:126.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1270){-webkit-animation-delay:127s;-moz-animation-delay:127s;-o-animation-delay:127s;animation-delay:127s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1271){-webkit-animation-delay:127.1s;-moz-animation-delay:127.1s;-o-animation-delay:127.1s;animation-delay:127.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1272){-webkit-animation-delay:127.2s;-moz-animation-delay:127.2s;-o-animation-delay:127.2s;animation-delay:127.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1273){-webkit-animation-delay:127.3s;-moz-animation-delay:127.3s;-o-animation-delay:127.3s;animation-delay:127.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1274){-webkit-animation-delay:127.4s;-moz-animation-delay:127.4s;-o-animation-delay:127.4s;animation-delay:127.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1275){-webkit-animation-delay:127.5s;-moz-animation-delay:127.5s;-o-animation-delay:127.5s;animation-delay:127.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1276){-webkit-animation-delay:127.6s;-moz-animation-delay:127.6s;-o-animation-delay:127.6s;animation-delay:127.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1277){-webkit-animation-delay:127.7s;-moz-animation-delay:127.7s;-o-animation-delay:127.7s;animation-delay:127.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1278){-webkit-animation-delay:127.8s;-moz-animation-delay:127.8s;-o-animation-delay:127.8s;animation-delay:127.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1279){-webkit-animation-delay:127.9s;-moz-animation-delay:127.9s;-o-animation-delay:127.9s;animation-delay:127.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1280){-webkit-animation-delay:128s;-moz-animation-delay:128s;-o-animation-delay:128s;animation-delay:128s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1281){-webkit-animation-delay:128.1s;-moz-animation-delay:128.1s;-o-animation-delay:128.1s;animation-delay:128.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1282){-webkit-animation-delay:128.2s;-moz-animation-delay:128.2s;-o-animation-delay:128.2s;animation-delay:128.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1283){-webkit-animation-delay:128.3s;-moz-animation-delay:128.3s;-o-animation-delay:128.3s;animation-delay:128.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1284){-webkit-animation-delay:128.4s;-moz-animation-delay:128.4s;-o-animation-delay:128.4s;animation-delay:128.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1285){-webkit-animation-delay:128.5s;-moz-animation-delay:128.5s;-o-animation-delay:128.5s;animation-delay:128.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1286){-webkit-animation-delay:128.6s;-moz-animation-delay:128.6s;-o-animation-delay:128.6s;animation-delay:128.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1287){-webkit-animation-delay:128.7s;-moz-animation-delay:128.7s;-o-animation-delay:128.7s;animation-delay:128.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1288){-webkit-animation-delay:128.8s;-moz-animation-delay:128.8s;-o-animation-delay:128.8s;animation-delay:128.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1289){-webkit-animation-delay:128.9s;-moz-animation-delay:128.9s;-o-animation-delay:128.9s;animation-delay:128.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1290){-webkit-animation-delay:129s;-moz-animation-delay:129s;-o-animation-delay:129s;animation-delay:129s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1291){-webkit-animation-delay:129.1s;-moz-animation-delay:129.1s;-o-animation-delay:129.1s;animation-delay:129.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1292){-webkit-animation-delay:129.2s;-moz-animation-delay:129.2s;-o-animation-delay:129.2s;animation-delay:129.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1293){-webkit-animation-delay:129.3s;-moz-animation-delay:129.3s;-o-animation-delay:129.3s;animation-delay:129.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1294){-webkit-animation-delay:129.4s;-moz-animation-delay:129.4s;-o-animation-delay:129.4s;animation-delay:129.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1295){-webkit-animation-delay:129.5s;-moz-animation-delay:129.5s;-o-animation-delay:129.5s;animation-delay:129.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1296){-webkit-animation-delay:129.6s;-moz-animation-delay:129.6s;-o-animation-delay:129.6s;animation-delay:129.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1297){-webkit-animation-delay:129.7s;-moz-animation-delay:129.7s;-o-animation-delay:129.7s;animation-delay:129.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1298){-webkit-animation-delay:129.8s;-moz-animation-delay:129.8s;-o-animation-delay:129.8s;animation-delay:129.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1299){-webkit-animation-delay:129.9s;-moz-animation-delay:129.9s;-o-animation-delay:129.9s;animation-delay:129.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1300){-webkit-animation-delay:130s;-moz-animation-delay:130s;-o-animation-delay:130s;animation-delay:130s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1301){-webkit-animation-delay:130.1s;-moz-animation-delay:130.1s;-o-animation-delay:130.1s;animation-delay:130.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1302){-webkit-animation-delay:130.2s;-moz-animation-delay:130.2s;-o-animation-delay:130.2s;animation-delay:130.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1303){-webkit-animation-delay:130.3s;-moz-animation-delay:130.3s;-o-animation-delay:130.3s;animation-delay:130.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1304){-webkit-animation-delay:130.4s;-moz-animation-delay:130.4s;-o-animation-delay:130.4s;animation-delay:130.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1305){-webkit-animation-delay:130.5s;-moz-animation-delay:130.5s;-o-animation-delay:130.5s;animation-delay:130.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1306){-webkit-animation-delay:130.6s;-moz-animation-delay:130.6s;-o-animation-delay:130.6s;animation-delay:130.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1307){-webkit-animation-delay:130.7s;-moz-animation-delay:130.7s;-o-animation-delay:130.7s;animation-delay:130.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1308){-webkit-animation-delay:130.8s;-moz-animation-delay:130.8s;-o-animation-delay:130.8s;animation-delay:130.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1309){-webkit-animation-delay:130.9s;-moz-animation-delay:130.9s;-o-animation-delay:130.9s;animation-delay:130.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1310){-webkit-animation-delay:131s;-moz-animation-delay:131s;-o-animation-delay:131s;animation-delay:131s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1311){-webkit-animation-delay:131.1s;-moz-animation-delay:131.1s;-o-animation-delay:131.1s;animation-delay:131.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1312){-webkit-animation-delay:131.2s;-moz-animation-delay:131.2s;-o-animation-delay:131.2s;animation-delay:131.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1313){-webkit-animation-delay:131.3s;-moz-animation-delay:131.3s;-o-animation-delay:131.3s;animation-delay:131.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1314){-webkit-animation-delay:131.4s;-moz-animation-delay:131.4s;-o-animation-delay:131.4s;animation-delay:131.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1315){-webkit-animation-delay:131.5s;-moz-animation-delay:131.5s;-o-animation-delay:131.5s;animation-delay:131.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1316){-webkit-animation-delay:131.6s;-moz-animation-delay:131.6s;-o-animation-delay:131.6s;animation-delay:131.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1317){-webkit-animation-delay:131.7s;-moz-animation-delay:131.7s;-o-animation-delay:131.7s;animation-delay:131.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1318){-webkit-animation-delay:131.8s;-moz-animation-delay:131.8s;-o-animation-delay:131.8s;animation-delay:131.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1319){-webkit-animation-delay:131.9s;-moz-animation-delay:131.9s;-o-animation-delay:131.9s;animation-delay:131.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1320){-webkit-animation-delay:132s;-moz-animation-delay:132s;-o-animation-delay:132s;animation-delay:132s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1321){-webkit-animation-delay:132.1s;-moz-animation-delay:132.1s;-o-animation-delay:132.1s;animation-delay:132.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1322){-webkit-animation-delay:132.2s;-moz-animation-delay:132.2s;-o-animation-delay:132.2s;animation-delay:132.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1323){-webkit-animation-delay:132.3s;-moz-animation-delay:132.3s;-o-animation-delay:132.3s;animation-delay:132.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1324){-webkit-animation-delay:132.4s;-moz-animation-delay:132.4s;-o-animation-delay:132.4s;animation-delay:132.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1325){-webkit-animation-delay:132.5s;-moz-animation-delay:132.5s;-o-animation-delay:132.5s;animation-delay:132.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1326){-webkit-animation-delay:132.6s;-moz-animation-delay:132.6s;-o-animation-delay:132.6s;animation-delay:132.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1327){-webkit-animation-delay:132.7s;-moz-animation-delay:132.7s;-o-animation-delay:132.7s;animation-delay:132.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1328){-webkit-animation-delay:132.8s;-moz-animation-delay:132.8s;-o-animation-delay:132.8s;animation-delay:132.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1329){-webkit-animation-delay:132.9s;-moz-animation-delay:132.9s;-o-animation-delay:132.9s;animation-delay:132.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1330){-webkit-animation-delay:133s;-moz-animation-delay:133s;-o-animation-delay:133s;animation-delay:133s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1331){-webkit-animation-delay:133.1s;-moz-animation-delay:133.1s;-o-animation-delay:133.1s;animation-delay:133.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1332){-webkit-animation-delay:133.2s;-moz-animation-delay:133.2s;-o-animation-delay:133.2s;animation-delay:133.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1333){-webkit-animation-delay:133.3s;-moz-animation-delay:133.3s;-o-animation-delay:133.3s;animation-delay:133.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1334){-webkit-animation-delay:133.4s;-moz-animation-delay:133.4s;-o-animation-delay:133.4s;animation-delay:133.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1335){-webkit-animation-delay:133.5s;-moz-animation-delay:133.5s;-o-animation-delay:133.5s;animation-delay:133.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1336){-webkit-animation-delay:133.6s;-moz-animation-delay:133.6s;-o-animation-delay:133.6s;animation-delay:133.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1337){-webkit-animation-delay:133.7s;-moz-animation-delay:133.7s;-o-animation-delay:133.7s;animation-delay:133.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1338){-webkit-animation-delay:133.8s;-moz-animation-delay:133.8s;-o-animation-delay:133.8s;animation-delay:133.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1339){-webkit-animation-delay:133.9s;-moz-animation-delay:133.9s;-o-animation-delay:133.9s;animation-delay:133.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1340){-webkit-animation-delay:134s;-moz-animation-delay:134s;-o-animation-delay:134s;animation-delay:134s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1341){-webkit-animation-delay:134.1s;-moz-animation-delay:134.1s;-o-animation-delay:134.1s;animation-delay:134.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1342){-webkit-animation-delay:134.2s;-moz-animation-delay:134.2s;-o-animation-delay:134.2s;animation-delay:134.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1343){-webkit-animation-delay:134.3s;-moz-animation-delay:134.3s;-o-animation-delay:134.3s;animation-delay:134.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1344){-webkit-animation-delay:134.4s;-moz-animation-delay:134.4s;-o-animation-delay:134.4s;animation-delay:134.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1345){-webkit-animation-delay:134.5s;-moz-animation-delay:134.5s;-o-animation-delay:134.5s;animation-delay:134.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1346){-webkit-animation-delay:134.6s;-moz-animation-delay:134.6s;-o-animation-delay:134.6s;animation-delay:134.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1347){-webkit-animation-delay:134.7s;-moz-animation-delay:134.7s;-o-animation-delay:134.7s;animation-delay:134.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1348){-webkit-animation-delay:134.8s;-moz-animation-delay:134.8s;-o-animation-delay:134.8s;animation-delay:134.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1349){-webkit-animation-delay:134.9s;-moz-animation-delay:134.9s;-o-animation-delay:134.9s;animation-delay:134.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1350){-webkit-animation-delay:135s;-moz-animation-delay:135s;-o-animation-delay:135s;animation-delay:135s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1351){-webkit-animation-delay:135.1s;-moz-animation-delay:135.1s;-o-animation-delay:135.1s;animation-delay:135.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1352){-webkit-animation-delay:135.2s;-moz-animation-delay:135.2s;-o-animation-delay:135.2s;animation-delay:135.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1353){-webkit-animation-delay:135.3s;-moz-animation-delay:135.3s;-o-animation-delay:135.3s;animation-delay:135.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1354){-webkit-animation-delay:135.4s;-moz-animation-delay:135.4s;-o-animation-delay:135.4s;animation-delay:135.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1355){-webkit-animation-delay:135.5s;-moz-animation-delay:135.5s;-o-animation-delay:135.5s;animation-delay:135.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1356){-webkit-animation-delay:135.6s;-moz-animation-delay:135.6s;-o-animation-delay:135.6s;animation-delay:135.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1357){-webkit-animation-delay:135.7s;-moz-animation-delay:135.7s;-o-animation-delay:135.7s;animation-delay:135.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1358){-webkit-animation-delay:135.8s;-moz-animation-delay:135.8s;-o-animation-delay:135.8s;animation-delay:135.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1359){-webkit-animation-delay:135.9s;-moz-animation-delay:135.9s;-o-animation-delay:135.9s;animation-delay:135.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1360){-webkit-animation-delay:136s;-moz-animation-delay:136s;-o-animation-delay:136s;animation-delay:136s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1361){-webkit-animation-delay:136.1s;-moz-animation-delay:136.1s;-o-animation-delay:136.1s;animation-delay:136.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1362){-webkit-animation-delay:136.2s;-moz-animation-delay:136.2s;-o-animation-delay:136.2s;animation-delay:136.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1363){-webkit-animation-delay:136.3s;-moz-animation-delay:136.3s;-o-animation-delay:136.3s;animation-delay:136.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1364){-webkit-animation-delay:136.4s;-moz-animation-delay:136.4s;-o-animation-delay:136.4s;animation-delay:136.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1365){-webkit-animation-delay:136.5s;-moz-animation-delay:136.5s;-o-animation-delay:136.5s;animation-delay:136.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1366){-webkit-animation-delay:136.6s;-moz-animation-delay:136.6s;-o-animation-delay:136.6s;animation-delay:136.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1367){-webkit-animation-delay:136.7s;-moz-animation-delay:136.7s;-o-animation-delay:136.7s;animation-delay:136.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1368){-webkit-animation-delay:136.8s;-moz-animation-delay:136.8s;-o-animation-delay:136.8s;animation-delay:136.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1369){-webkit-animation-delay:136.9s;-moz-animation-delay:136.9s;-o-animation-delay:136.9s;animation-delay:136.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1370){-webkit-animation-delay:137s;-moz-animation-delay:137s;-o-animation-delay:137s;animation-delay:137s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1371){-webkit-animation-delay:137.1s;-moz-animation-delay:137.1s;-o-animation-delay:137.1s;animation-delay:137.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1372){-webkit-animation-delay:137.2s;-moz-animation-delay:137.2s;-o-animation-delay:137.2s;animation-delay:137.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1373){-webkit-animation-delay:137.3s;-moz-animation-delay:137.3s;-o-animation-delay:137.3s;animation-delay:137.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1374){-webkit-animation-delay:137.4s;-moz-animation-delay:137.4s;-o-animation-delay:137.4s;animation-delay:137.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1375){-webkit-animation-delay:137.5s;-moz-animation-delay:137.5s;-o-animation-delay:137.5s;animation-delay:137.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1376){-webkit-animation-delay:137.6s;-moz-animation-delay:137.6s;-o-animation-delay:137.6s;animation-delay:137.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1377){-webkit-animation-delay:137.7s;-moz-animation-delay:137.7s;-o-animation-delay:137.7s;animation-delay:137.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1378){-webkit-animation-delay:137.8s;-moz-animation-delay:137.8s;-o-animation-delay:137.8s;animation-delay:137.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1379){-webkit-animation-delay:137.9s;-moz-animation-delay:137.9s;-o-animation-delay:137.9s;animation-delay:137.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1380){-webkit-animation-delay:138s;-moz-animation-delay:138s;-o-animation-delay:138s;animation-delay:138s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1381){-webkit-animation-delay:138.1s;-moz-animation-delay:138.1s;-o-animation-delay:138.1s;animation-delay:138.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1382){-webkit-animation-delay:138.2s;-moz-animation-delay:138.2s;-o-animation-delay:138.2s;animation-delay:138.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1383){-webkit-animation-delay:138.3s;-moz-animation-delay:138.3s;-o-animation-delay:138.3s;animation-delay:138.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1384){-webkit-animation-delay:138.4s;-moz-animation-delay:138.4s;-o-animation-delay:138.4s;animation-delay:138.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1385){-webkit-animation-delay:138.5s;-moz-animation-delay:138.5s;-o-animation-delay:138.5s;animation-delay:138.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1386){-webkit-animation-delay:138.6s;-moz-animation-delay:138.6s;-o-animation-delay:138.6s;animation-delay:138.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1387){-webkit-animation-delay:138.7s;-moz-animation-delay:138.7s;-o-animation-delay:138.7s;animation-delay:138.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1388){-webkit-animation-delay:138.8s;-moz-animation-delay:138.8s;-o-animation-delay:138.8s;animation-delay:138.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1389){-webkit-animation-delay:138.9s;-moz-animation-delay:138.9s;-o-animation-delay:138.9s;animation-delay:138.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1390){-webkit-animation-delay:139s;-moz-animation-delay:139s;-o-animation-delay:139s;animation-delay:139s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1391){-webkit-animation-delay:139.1s;-moz-animation-delay:139.1s;-o-animation-delay:139.1s;animation-delay:139.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1392){-webkit-animation-delay:139.2s;-moz-animation-delay:139.2s;-o-animation-delay:139.2s;animation-delay:139.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1393){-webkit-animation-delay:139.3s;-moz-animation-delay:139.3s;-o-animation-delay:139.3s;animation-delay:139.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1394){-webkit-animation-delay:139.4s;-moz-animation-delay:139.4s;-o-animation-delay:139.4s;animation-delay:139.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1395){-webkit-animation-delay:139.5s;-moz-animation-delay:139.5s;-o-animation-delay:139.5s;animation-delay:139.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1396){-webkit-animation-delay:139.6s;-moz-animation-delay:139.6s;-o-animation-delay:139.6s;animation-delay:139.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1397){-webkit-animation-delay:139.7s;-moz-animation-delay:139.7s;-o-animation-delay:139.7s;animation-delay:139.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1398){-webkit-animation-delay:139.8s;-moz-animation-delay:139.8s;-o-animation-delay:139.8s;animation-delay:139.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1399){-webkit-animation-delay:139.9s;-moz-animation-delay:139.9s;-o-animation-delay:139.9s;animation-delay:139.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1400){-webkit-animation-delay:140s;-moz-animation-delay:140s;-o-animation-delay:140s;animation-delay:140s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1401){-webkit-animation-delay:140.1s;-moz-animation-delay:140.1s;-o-animation-delay:140.1s;animation-delay:140.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1402){-webkit-animation-delay:140.2s;-moz-animation-delay:140.2s;-o-animation-delay:140.2s;animation-delay:140.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1403){-webkit-animation-delay:140.3s;-moz-animation-delay:140.3s;-o-animation-delay:140.3s;animation-delay:140.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1404){-webkit-animation-delay:140.4s;-moz-animation-delay:140.4s;-o-animation-delay:140.4s;animation-delay:140.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1405){-webkit-animation-delay:140.5s;-moz-animation-delay:140.5s;-o-animation-delay:140.5s;animation-delay:140.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1406){-webkit-animation-delay:140.6s;-moz-animation-delay:140.6s;-o-animation-delay:140.6s;animation-delay:140.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1407){-webkit-animation-delay:140.7s;-moz-animation-delay:140.7s;-o-animation-delay:140.7s;animation-delay:140.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1408){-webkit-animation-delay:140.8s;-moz-animation-delay:140.8s;-o-animation-delay:140.8s;animation-delay:140.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1409){-webkit-animation-delay:140.9s;-moz-animation-delay:140.9s;-o-animation-delay:140.9s;animation-delay:140.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1410){-webkit-animation-delay:141s;-moz-animation-delay:141s;-o-animation-delay:141s;animation-delay:141s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1411){-webkit-animation-delay:141.1s;-moz-animation-delay:141.1s;-o-animation-delay:141.1s;animation-delay:141.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1412){-webkit-animation-delay:141.2s;-moz-animation-delay:141.2s;-o-animation-delay:141.2s;animation-delay:141.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1413){-webkit-animation-delay:141.3s;-moz-animation-delay:141.3s;-o-animation-delay:141.3s;animation-delay:141.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1414){-webkit-animation-delay:141.4s;-moz-animation-delay:141.4s;-o-animation-delay:141.4s;animation-delay:141.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1415){-webkit-animation-delay:141.5s;-moz-animation-delay:141.5s;-o-animation-delay:141.5s;animation-delay:141.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1416){-webkit-animation-delay:141.6s;-moz-animation-delay:141.6s;-o-animation-delay:141.6s;animation-delay:141.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1417){-webkit-animation-delay:141.7s;-moz-animation-delay:141.7s;-o-animation-delay:141.7s;animation-delay:141.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1418){-webkit-animation-delay:141.8s;-moz-animation-delay:141.8s;-o-animation-delay:141.8s;animation-delay:141.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1419){-webkit-animation-delay:141.9s;-moz-animation-delay:141.9s;-o-animation-delay:141.9s;animation-delay:141.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1420){-webkit-animation-delay:142s;-moz-animation-delay:142s;-o-animation-delay:142s;animation-delay:142s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1421){-webkit-animation-delay:142.1s;-moz-animation-delay:142.1s;-o-animation-delay:142.1s;animation-delay:142.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1422){-webkit-animation-delay:142.2s;-moz-animation-delay:142.2s;-o-animation-delay:142.2s;animation-delay:142.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1423){-webkit-animation-delay:142.3s;-moz-animation-delay:142.3s;-o-animation-delay:142.3s;animation-delay:142.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1424){-webkit-animation-delay:142.4s;-moz-animation-delay:142.4s;-o-animation-delay:142.4s;animation-delay:142.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1425){-webkit-animation-delay:142.5s;-moz-animation-delay:142.5s;-o-animation-delay:142.5s;animation-delay:142.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1426){-webkit-animation-delay:142.6s;-moz-animation-delay:142.6s;-o-animation-delay:142.6s;animation-delay:142.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1427){-webkit-animation-delay:142.7s;-moz-animation-delay:142.7s;-o-animation-delay:142.7s;animation-delay:142.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1428){-webkit-animation-delay:142.8s;-moz-animation-delay:142.8s;-o-animation-delay:142.8s;animation-delay:142.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1429){-webkit-animation-delay:142.9s;-moz-animation-delay:142.9s;-o-animation-delay:142.9s;animation-delay:142.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1430){-webkit-animation-delay:143s;-moz-animation-delay:143s;-o-animation-delay:143s;animation-delay:143s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1431){-webkit-animation-delay:143.1s;-moz-animation-delay:143.1s;-o-animation-delay:143.1s;animation-delay:143.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1432){-webkit-animation-delay:143.2s;-moz-animation-delay:143.2s;-o-animation-delay:143.2s;animation-delay:143.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1433){-webkit-animation-delay:143.3s;-moz-animation-delay:143.3s;-o-animation-delay:143.3s;animation-delay:143.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1434){-webkit-animation-delay:143.4s;-moz-animation-delay:143.4s;-o-animation-delay:143.4s;animation-delay:143.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1435){-webkit-animation-delay:143.5s;-moz-animation-delay:143.5s;-o-animation-delay:143.5s;animation-delay:143.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1436){-webkit-animation-delay:143.6s;-moz-animation-delay:143.6s;-o-animation-delay:143.6s;animation-delay:143.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1437){-webkit-animation-delay:143.7s;-moz-animation-delay:143.7s;-o-animation-delay:143.7s;animation-delay:143.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1438){-webkit-animation-delay:143.8s;-moz-animation-delay:143.8s;-o-animation-delay:143.8s;animation-delay:143.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1439){-webkit-animation-delay:143.9s;-moz-animation-delay:143.9s;-o-animation-delay:143.9s;animation-delay:143.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1440){-webkit-animation-delay:144s;-moz-animation-delay:144s;-o-animation-delay:144s;animation-delay:144s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1441){-webkit-animation-delay:144.1s;-moz-animation-delay:144.1s;-o-animation-delay:144.1s;animation-delay:144.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1442){-webkit-animation-delay:144.2s;-moz-animation-delay:144.2s;-o-animation-delay:144.2s;animation-delay:144.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1443){-webkit-animation-delay:144.3s;-moz-animation-delay:144.3s;-o-animation-delay:144.3s;animation-delay:144.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1444){-webkit-animation-delay:144.4s;-moz-animation-delay:144.4s;-o-animation-delay:144.4s;animation-delay:144.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1445){-webkit-animation-delay:144.5s;-moz-animation-delay:144.5s;-o-animation-delay:144.5s;animation-delay:144.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1446){-webkit-animation-delay:144.6s;-moz-animation-delay:144.6s;-o-animation-delay:144.6s;animation-delay:144.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1447){-webkit-animation-delay:144.7s;-moz-animation-delay:144.7s;-o-animation-delay:144.7s;animation-delay:144.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1448){-webkit-animation-delay:144.8s;-moz-animation-delay:144.8s;-o-animation-delay:144.8s;animation-delay:144.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1449){-webkit-animation-delay:144.9s;-moz-animation-delay:144.9s;-o-animation-delay:144.9s;animation-delay:144.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1450){-webkit-animation-delay:145s;-moz-animation-delay:145s;-o-animation-delay:145s;animation-delay:145s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1451){-webkit-animation-delay:145.1s;-moz-animation-delay:145.1s;-o-animation-delay:145.1s;animation-delay:145.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1452){-webkit-animation-delay:145.2s;-moz-animation-delay:145.2s;-o-animation-delay:145.2s;animation-delay:145.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1453){-webkit-animation-delay:145.3s;-moz-animation-delay:145.3s;-o-animation-delay:145.3s;animation-delay:145.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1454){-webkit-animation-delay:145.4s;-moz-animation-delay:145.4s;-o-animation-delay:145.4s;animation-delay:145.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1455){-webkit-animation-delay:145.5s;-moz-animation-delay:145.5s;-o-animation-delay:145.5s;animation-delay:145.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1456){-webkit-animation-delay:145.6s;-moz-animation-delay:145.6s;-o-animation-delay:145.6s;animation-delay:145.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1457){-webkit-animation-delay:145.7s;-moz-animation-delay:145.7s;-o-animation-delay:145.7s;animation-delay:145.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1458){-webkit-animation-delay:145.8s;-moz-animation-delay:145.8s;-o-animation-delay:145.8s;animation-delay:145.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1459){-webkit-animation-delay:145.9s;-moz-animation-delay:145.9s;-o-animation-delay:145.9s;animation-delay:145.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1460){-webkit-animation-delay:146s;-moz-animation-delay:146s;-o-animation-delay:146s;animation-delay:146s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1461){-webkit-animation-delay:146.1s;-moz-animation-delay:146.1s;-o-animation-delay:146.1s;animation-delay:146.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1462){-webkit-animation-delay:146.2s;-moz-animation-delay:146.2s;-o-animation-delay:146.2s;animation-delay:146.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1463){-webkit-animation-delay:146.3s;-moz-animation-delay:146.3s;-o-animation-delay:146.3s;animation-delay:146.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1464){-webkit-animation-delay:146.4s;-moz-animation-delay:146.4s;-o-animation-delay:146.4s;animation-delay:146.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1465){-webkit-animation-delay:146.5s;-moz-animation-delay:146.5s;-o-animation-delay:146.5s;animation-delay:146.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1466){-webkit-animation-delay:146.6s;-moz-animation-delay:146.6s;-o-animation-delay:146.6s;animation-delay:146.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1467){-webkit-animation-delay:146.7s;-moz-animation-delay:146.7s;-o-animation-delay:146.7s;animation-delay:146.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1468){-webkit-animation-delay:146.8s;-moz-animation-delay:146.8s;-o-animation-delay:146.8s;animation-delay:146.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1469){-webkit-animation-delay:146.9s;-moz-animation-delay:146.9s;-o-animation-delay:146.9s;animation-delay:146.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1470){-webkit-animation-delay:147s;-moz-animation-delay:147s;-o-animation-delay:147s;animation-delay:147s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1471){-webkit-animation-delay:147.1s;-moz-animation-delay:147.1s;-o-animation-delay:147.1s;animation-delay:147.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1472){-webkit-animation-delay:147.2s;-moz-animation-delay:147.2s;-o-animation-delay:147.2s;animation-delay:147.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1473){-webkit-animation-delay:147.3s;-moz-animation-delay:147.3s;-o-animation-delay:147.3s;animation-delay:147.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1474){-webkit-animation-delay:147.4s;-moz-animation-delay:147.4s;-o-animation-delay:147.4s;animation-delay:147.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1475){-webkit-animation-delay:147.5s;-moz-animation-delay:147.5s;-o-animation-delay:147.5s;animation-delay:147.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1476){-webkit-animation-delay:147.6s;-moz-animation-delay:147.6s;-o-animation-delay:147.6s;animation-delay:147.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1477){-webkit-animation-delay:147.7s;-moz-animation-delay:147.7s;-o-animation-delay:147.7s;animation-delay:147.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1478){-webkit-animation-delay:147.8s;-moz-animation-delay:147.8s;-o-animation-delay:147.8s;animation-delay:147.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1479){-webkit-animation-delay:147.9s;-moz-animation-delay:147.9s;-o-animation-delay:147.9s;animation-delay:147.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1480){-webkit-animation-delay:148s;-moz-animation-delay:148s;-o-animation-delay:148s;animation-delay:148s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1481){-webkit-animation-delay:148.1s;-moz-animation-delay:148.1s;-o-animation-delay:148.1s;animation-delay:148.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1482){-webkit-animation-delay:148.2s;-moz-animation-delay:148.2s;-o-animation-delay:148.2s;animation-delay:148.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1483){-webkit-animation-delay:148.3s;-moz-animation-delay:148.3s;-o-animation-delay:148.3s;animation-delay:148.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1484){-webkit-animation-delay:148.4s;-moz-animation-delay:148.4s;-o-animation-delay:148.4s;animation-delay:148.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1485){-webkit-animation-delay:148.5s;-moz-animation-delay:148.5s;-o-animation-delay:148.5s;animation-delay:148.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1486){-webkit-animation-delay:148.6s;-moz-animation-delay:148.6s;-o-animation-delay:148.6s;animation-delay:148.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1487){-webkit-animation-delay:148.7s;-moz-animation-delay:148.7s;-o-animation-delay:148.7s;animation-delay:148.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1488){-webkit-animation-delay:148.8s;-moz-animation-delay:148.8s;-o-animation-delay:148.8s;animation-delay:148.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1489){-webkit-animation-delay:148.9s;-moz-animation-delay:148.9s;-o-animation-delay:148.9s;animation-delay:148.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1490){-webkit-animation-delay:149s;-moz-animation-delay:149s;-o-animation-delay:149s;animation-delay:149s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1491){-webkit-animation-delay:149.1s;-moz-animation-delay:149.1s;-o-animation-delay:149.1s;animation-delay:149.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1492){-webkit-animation-delay:149.2s;-moz-animation-delay:149.2s;-o-animation-delay:149.2s;animation-delay:149.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1493){-webkit-animation-delay:149.3s;-moz-animation-delay:149.3s;-o-animation-delay:149.3s;animation-delay:149.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1494){-webkit-animation-delay:149.4s;-moz-animation-delay:149.4s;-o-animation-delay:149.4s;animation-delay:149.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1495){-webkit-animation-delay:149.5s;-moz-animation-delay:149.5s;-o-animation-delay:149.5s;animation-delay:149.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1496){-webkit-animation-delay:149.6s;-moz-animation-delay:149.6s;-o-animation-delay:149.6s;animation-delay:149.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1497){-webkit-animation-delay:149.7s;-moz-animation-delay:149.7s;-o-animation-delay:149.7s;animation-delay:149.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1498){-webkit-animation-delay:149.8s;-moz-animation-delay:149.8s;-o-animation-delay:149.8s;animation-delay:149.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1499){-webkit-animation-delay:149.9s;-moz-animation-delay:149.9s;-o-animation-delay:149.9s;animation-delay:149.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1500){-webkit-animation-delay:150s;-moz-animation-delay:150s;-o-animation-delay:150s;animation-delay:150s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1501){-webkit-animation-delay:150.1s;-moz-animation-delay:150.1s;-o-animation-delay:150.1s;animation-delay:150.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1502){-webkit-animation-delay:150.2s;-moz-animation-delay:150.2s;-o-animation-delay:150.2s;animation-delay:150.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1503){-webkit-animation-delay:150.3s;-moz-animation-delay:150.3s;-o-animation-delay:150.3s;animation-delay:150.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1504){-webkit-animation-delay:150.4s;-moz-animation-delay:150.4s;-o-animation-delay:150.4s;animation-delay:150.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1505){-webkit-animation-delay:150.5s;-moz-animation-delay:150.5s;-o-animation-delay:150.5s;animation-delay:150.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1506){-webkit-animation-delay:150.6s;-moz-animation-delay:150.6s;-o-animation-delay:150.6s;animation-delay:150.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1507){-webkit-animation-delay:150.7s;-moz-animation-delay:150.7s;-o-animation-delay:150.7s;animation-delay:150.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1508){-webkit-animation-delay:150.8s;-moz-animation-delay:150.8s;-o-animation-delay:150.8s;animation-delay:150.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1509){-webkit-animation-delay:150.9s;-moz-animation-delay:150.9s;-o-animation-delay:150.9s;animation-delay:150.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1510){-webkit-animation-delay:151s;-moz-animation-delay:151s;-o-animation-delay:151s;animation-delay:151s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1511){-webkit-animation-delay:151.1s;-moz-animation-delay:151.1s;-o-animation-delay:151.1s;animation-delay:151.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1512){-webkit-animation-delay:151.2s;-moz-animation-delay:151.2s;-o-animation-delay:151.2s;animation-delay:151.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1513){-webkit-animation-delay:151.3s;-moz-animation-delay:151.3s;-o-animation-delay:151.3s;animation-delay:151.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1514){-webkit-animation-delay:151.4s;-moz-animation-delay:151.4s;-o-animation-delay:151.4s;animation-delay:151.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1515){-webkit-animation-delay:151.5s;-moz-animation-delay:151.5s;-o-animation-delay:151.5s;animation-delay:151.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1516){-webkit-animation-delay:151.6s;-moz-animation-delay:151.6s;-o-animation-delay:151.6s;animation-delay:151.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1517){-webkit-animation-delay:151.7s;-moz-animation-delay:151.7s;-o-animation-delay:151.7s;animation-delay:151.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1518){-webkit-animation-delay:151.8s;-moz-animation-delay:151.8s;-o-animation-delay:151.8s;animation-delay:151.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1519){-webkit-animation-delay:151.9s;-moz-animation-delay:151.9s;-o-animation-delay:151.9s;animation-delay:151.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1520){-webkit-animation-delay:152s;-moz-animation-delay:152s;-o-animation-delay:152s;animation-delay:152s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1521){-webkit-animation-delay:152.1s;-moz-animation-delay:152.1s;-o-animation-delay:152.1s;animation-delay:152.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1522){-webkit-animation-delay:152.2s;-moz-animation-delay:152.2s;-o-animation-delay:152.2s;animation-delay:152.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1523){-webkit-animation-delay:152.3s;-moz-animation-delay:152.3s;-o-animation-delay:152.3s;animation-delay:152.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1524){-webkit-animation-delay:152.4s;-moz-animation-delay:152.4s;-o-animation-delay:152.4s;animation-delay:152.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1525){-webkit-animation-delay:152.5s;-moz-animation-delay:152.5s;-o-animation-delay:152.5s;animation-delay:152.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1526){-webkit-animation-delay:152.6s;-moz-animation-delay:152.6s;-o-animation-delay:152.6s;animation-delay:152.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1527){-webkit-animation-delay:152.7s;-moz-animation-delay:152.7s;-o-animation-delay:152.7s;animation-delay:152.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1528){-webkit-animation-delay:152.8s;-moz-animation-delay:152.8s;-o-animation-delay:152.8s;animation-delay:152.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1529){-webkit-animation-delay:152.9s;-moz-animation-delay:152.9s;-o-animation-delay:152.9s;animation-delay:152.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1530){-webkit-animation-delay:153s;-moz-animation-delay:153s;-o-animation-delay:153s;animation-delay:153s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1531){-webkit-animation-delay:153.1s;-moz-animation-delay:153.1s;-o-animation-delay:153.1s;animation-delay:153.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1532){-webkit-animation-delay:153.2s;-moz-animation-delay:153.2s;-o-animation-delay:153.2s;animation-delay:153.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1533){-webkit-animation-delay:153.3s;-moz-animation-delay:153.3s;-o-animation-delay:153.3s;animation-delay:153.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1534){-webkit-animation-delay:153.4s;-moz-animation-delay:153.4s;-o-animation-delay:153.4s;animation-delay:153.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1535){-webkit-animation-delay:153.5s;-moz-animation-delay:153.5s;-o-animation-delay:153.5s;animation-delay:153.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1536){-webkit-animation-delay:153.6s;-moz-animation-delay:153.6s;-o-animation-delay:153.6s;animation-delay:153.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1537){-webkit-animation-delay:153.7s;-moz-animation-delay:153.7s;-o-animation-delay:153.7s;animation-delay:153.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1538){-webkit-animation-delay:153.8s;-moz-animation-delay:153.8s;-o-animation-delay:153.8s;animation-delay:153.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1539){-webkit-animation-delay:153.9s;-moz-animation-delay:153.9s;-o-animation-delay:153.9s;animation-delay:153.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1540){-webkit-animation-delay:154s;-moz-animation-delay:154s;-o-animation-delay:154s;animation-delay:154s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1541){-webkit-animation-delay:154.1s;-moz-animation-delay:154.1s;-o-animation-delay:154.1s;animation-delay:154.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1542){-webkit-animation-delay:154.2s;-moz-animation-delay:154.2s;-o-animation-delay:154.2s;animation-delay:154.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1543){-webkit-animation-delay:154.3s;-moz-animation-delay:154.3s;-o-animation-delay:154.3s;animation-delay:154.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1544){-webkit-animation-delay:154.4s;-moz-animation-delay:154.4s;-o-animation-delay:154.4s;animation-delay:154.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1545){-webkit-animation-delay:154.5s;-moz-animation-delay:154.5s;-o-animation-delay:154.5s;animation-delay:154.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1546){-webkit-animation-delay:154.6s;-moz-animation-delay:154.6s;-o-animation-delay:154.6s;animation-delay:154.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1547){-webkit-animation-delay:154.7s;-moz-animation-delay:154.7s;-o-animation-delay:154.7s;animation-delay:154.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1548){-webkit-animation-delay:154.8s;-moz-animation-delay:154.8s;-o-animation-delay:154.8s;animation-delay:154.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1549){-webkit-animation-delay:154.9s;-moz-animation-delay:154.9s;-o-animation-delay:154.9s;animation-delay:154.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1550){-webkit-animation-delay:155s;-moz-animation-delay:155s;-o-animation-delay:155s;animation-delay:155s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1551){-webkit-animation-delay:155.1s;-moz-animation-delay:155.1s;-o-animation-delay:155.1s;animation-delay:155.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1552){-webkit-animation-delay:155.2s;-moz-animation-delay:155.2s;-o-animation-delay:155.2s;animation-delay:155.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1553){-webkit-animation-delay:155.3s;-moz-animation-delay:155.3s;-o-animation-delay:155.3s;animation-delay:155.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1554){-webkit-animation-delay:155.4s;-moz-animation-delay:155.4s;-o-animation-delay:155.4s;animation-delay:155.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1555){-webkit-animation-delay:155.5s;-moz-animation-delay:155.5s;-o-animation-delay:155.5s;animation-delay:155.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1556){-webkit-animation-delay:155.6s;-moz-animation-delay:155.6s;-o-animation-delay:155.6s;animation-delay:155.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1557){-webkit-animation-delay:155.7s;-moz-animation-delay:155.7s;-o-animation-delay:155.7s;animation-delay:155.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1558){-webkit-animation-delay:155.8s;-moz-animation-delay:155.8s;-o-animation-delay:155.8s;animation-delay:155.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1559){-webkit-animation-delay:155.9s;-moz-animation-delay:155.9s;-o-animation-delay:155.9s;animation-delay:155.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1560){-webkit-animation-delay:156s;-moz-animation-delay:156s;-o-animation-delay:156s;animation-delay:156s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1561){-webkit-animation-delay:156.1s;-moz-animation-delay:156.1s;-o-animation-delay:156.1s;animation-delay:156.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1562){-webkit-animation-delay:156.2s;-moz-animation-delay:156.2s;-o-animation-delay:156.2s;animation-delay:156.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1563){-webkit-animation-delay:156.3s;-moz-animation-delay:156.3s;-o-animation-delay:156.3s;animation-delay:156.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1564){-webkit-animation-delay:156.4s;-moz-animation-delay:156.4s;-o-animation-delay:156.4s;animation-delay:156.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1565){-webkit-animation-delay:156.5s;-moz-animation-delay:156.5s;-o-animation-delay:156.5s;animation-delay:156.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1566){-webkit-animation-delay:156.6s;-moz-animation-delay:156.6s;-o-animation-delay:156.6s;animation-delay:156.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1567){-webkit-animation-delay:156.7s;-moz-animation-delay:156.7s;-o-animation-delay:156.7s;animation-delay:156.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1568){-webkit-animation-delay:156.8s;-moz-animation-delay:156.8s;-o-animation-delay:156.8s;animation-delay:156.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1569){-webkit-animation-delay:156.9s;-moz-animation-delay:156.9s;-o-animation-delay:156.9s;animation-delay:156.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1570){-webkit-animation-delay:157s;-moz-animation-delay:157s;-o-animation-delay:157s;animation-delay:157s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1571){-webkit-animation-delay:157.1s;-moz-animation-delay:157.1s;-o-animation-delay:157.1s;animation-delay:157.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1572){-webkit-animation-delay:157.2s;-moz-animation-delay:157.2s;-o-animation-delay:157.2s;animation-delay:157.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1573){-webkit-animation-delay:157.3s;-moz-animation-delay:157.3s;-o-animation-delay:157.3s;animation-delay:157.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1574){-webkit-animation-delay:157.4s;-moz-animation-delay:157.4s;-o-animation-delay:157.4s;animation-delay:157.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1575){-webkit-animation-delay:157.5s;-moz-animation-delay:157.5s;-o-animation-delay:157.5s;animation-delay:157.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1576){-webkit-animation-delay:157.6s;-moz-animation-delay:157.6s;-o-animation-delay:157.6s;animation-delay:157.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1577){-webkit-animation-delay:157.7s;-moz-animation-delay:157.7s;-o-animation-delay:157.7s;animation-delay:157.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1578){-webkit-animation-delay:157.8s;-moz-animation-delay:157.8s;-o-animation-delay:157.8s;animation-delay:157.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1579){-webkit-animation-delay:157.9s;-moz-animation-delay:157.9s;-o-animation-delay:157.9s;animation-delay:157.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1580){-webkit-animation-delay:158s;-moz-animation-delay:158s;-o-animation-delay:158s;animation-delay:158s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1581){-webkit-animation-delay:158.1s;-moz-animation-delay:158.1s;-o-animation-delay:158.1s;animation-delay:158.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1582){-webkit-animation-delay:158.2s;-moz-animation-delay:158.2s;-o-animation-delay:158.2s;animation-delay:158.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1583){-webkit-animation-delay:158.3s;-moz-animation-delay:158.3s;-o-animation-delay:158.3s;animation-delay:158.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1584){-webkit-animation-delay:158.4s;-moz-animation-delay:158.4s;-o-animation-delay:158.4s;animation-delay:158.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1585){-webkit-animation-delay:158.5s;-moz-animation-delay:158.5s;-o-animation-delay:158.5s;animation-delay:158.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1586){-webkit-animation-delay:158.6s;-moz-animation-delay:158.6s;-o-animation-delay:158.6s;animation-delay:158.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1587){-webkit-animation-delay:158.7s;-moz-animation-delay:158.7s;-o-animation-delay:158.7s;animation-delay:158.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1588){-webkit-animation-delay:158.8s;-moz-animation-delay:158.8s;-o-animation-delay:158.8s;animation-delay:158.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1589){-webkit-animation-delay:158.9s;-moz-animation-delay:158.9s;-o-animation-delay:158.9s;animation-delay:158.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1590){-webkit-animation-delay:159s;-moz-animation-delay:159s;-o-animation-delay:159s;animation-delay:159s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1591){-webkit-animation-delay:159.1s;-moz-animation-delay:159.1s;-o-animation-delay:159.1s;animation-delay:159.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1592){-webkit-animation-delay:159.2s;-moz-animation-delay:159.2s;-o-animation-delay:159.2s;animation-delay:159.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1593){-webkit-animation-delay:159.3s;-moz-animation-delay:159.3s;-o-animation-delay:159.3s;animation-delay:159.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1594){-webkit-animation-delay:159.4s;-moz-animation-delay:159.4s;-o-animation-delay:159.4s;animation-delay:159.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1595){-webkit-animation-delay:159.5s;-moz-animation-delay:159.5s;-o-animation-delay:159.5s;animation-delay:159.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1596){-webkit-animation-delay:159.6s;-moz-animation-delay:159.6s;-o-animation-delay:159.6s;animation-delay:159.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1597){-webkit-animation-delay:159.7s;-moz-animation-delay:159.7s;-o-animation-delay:159.7s;animation-delay:159.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1598){-webkit-animation-delay:159.8s;-moz-animation-delay:159.8s;-o-animation-delay:159.8s;animation-delay:159.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1599){-webkit-animation-delay:159.9s;-moz-animation-delay:159.9s;-o-animation-delay:159.9s;animation-delay:159.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1600){-webkit-animation-delay:160s;-moz-animation-delay:160s;-o-animation-delay:160s;animation-delay:160s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1601){-webkit-animation-delay:160.1s;-moz-animation-delay:160.1s;-o-animation-delay:160.1s;animation-delay:160.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1602){-webkit-animation-delay:160.2s;-moz-animation-delay:160.2s;-o-animation-delay:160.2s;animation-delay:160.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1603){-webkit-animation-delay:160.3s;-moz-animation-delay:160.3s;-o-animation-delay:160.3s;animation-delay:160.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1604){-webkit-animation-delay:160.4s;-moz-animation-delay:160.4s;-o-animation-delay:160.4s;animation-delay:160.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1605){-webkit-animation-delay:160.5s;-moz-animation-delay:160.5s;-o-animation-delay:160.5s;animation-delay:160.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1606){-webkit-animation-delay:160.6s;-moz-animation-delay:160.6s;-o-animation-delay:160.6s;animation-delay:160.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1607){-webkit-animation-delay:160.7s;-moz-animation-delay:160.7s;-o-animation-delay:160.7s;animation-delay:160.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1608){-webkit-animation-delay:160.8s;-moz-animation-delay:160.8s;-o-animation-delay:160.8s;animation-delay:160.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1609){-webkit-animation-delay:160.9s;-moz-animation-delay:160.9s;-o-animation-delay:160.9s;animation-delay:160.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1610){-webkit-animation-delay:161s;-moz-animation-delay:161s;-o-animation-delay:161s;animation-delay:161s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1611){-webkit-animation-delay:161.1s;-moz-animation-delay:161.1s;-o-animation-delay:161.1s;animation-delay:161.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1612){-webkit-animation-delay:161.2s;-moz-animation-delay:161.2s;-o-animation-delay:161.2s;animation-delay:161.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1613){-webkit-animation-delay:161.3s;-moz-animation-delay:161.3s;-o-animation-delay:161.3s;animation-delay:161.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1614){-webkit-animation-delay:161.4s;-moz-animation-delay:161.4s;-o-animation-delay:161.4s;animation-delay:161.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1615){-webkit-animation-delay:161.5s;-moz-animation-delay:161.5s;-o-animation-delay:161.5s;animation-delay:161.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1616){-webkit-animation-delay:161.6s;-moz-animation-delay:161.6s;-o-animation-delay:161.6s;animation-delay:161.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1617){-webkit-animation-delay:161.7s;-moz-animation-delay:161.7s;-o-animation-delay:161.7s;animation-delay:161.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1618){-webkit-animation-delay:161.8s;-moz-animation-delay:161.8s;-o-animation-delay:161.8s;animation-delay:161.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1619){-webkit-animation-delay:161.9s;-moz-animation-delay:161.9s;-o-animation-delay:161.9s;animation-delay:161.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1620){-webkit-animation-delay:162s;-moz-animation-delay:162s;-o-animation-delay:162s;animation-delay:162s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1621){-webkit-animation-delay:162.1s;-moz-animation-delay:162.1s;-o-animation-delay:162.1s;animation-delay:162.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1622){-webkit-animation-delay:162.2s;-moz-animation-delay:162.2s;-o-animation-delay:162.2s;animation-delay:162.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1623){-webkit-animation-delay:162.3s;-moz-animation-delay:162.3s;-o-animation-delay:162.3s;animation-delay:162.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1624){-webkit-animation-delay:162.4s;-moz-animation-delay:162.4s;-o-animation-delay:162.4s;animation-delay:162.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1625){-webkit-animation-delay:162.5s;-moz-animation-delay:162.5s;-o-animation-delay:162.5s;animation-delay:162.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1626){-webkit-animation-delay:162.6s;-moz-animation-delay:162.6s;-o-animation-delay:162.6s;animation-delay:162.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1627){-webkit-animation-delay:162.7s;-moz-animation-delay:162.7s;-o-animation-delay:162.7s;animation-delay:162.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1628){-webkit-animation-delay:162.8s;-moz-animation-delay:162.8s;-o-animation-delay:162.8s;animation-delay:162.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1629){-webkit-animation-delay:162.9s;-moz-animation-delay:162.9s;-o-animation-delay:162.9s;animation-delay:162.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1630){-webkit-animation-delay:163s;-moz-animation-delay:163s;-o-animation-delay:163s;animation-delay:163s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1631){-webkit-animation-delay:163.1s;-moz-animation-delay:163.1s;-o-animation-delay:163.1s;animation-delay:163.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1632){-webkit-animation-delay:163.2s;-moz-animation-delay:163.2s;-o-animation-delay:163.2s;animation-delay:163.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1633){-webkit-animation-delay:163.3s;-moz-animation-delay:163.3s;-o-animation-delay:163.3s;animation-delay:163.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1634){-webkit-animation-delay:163.4s;-moz-animation-delay:163.4s;-o-animation-delay:163.4s;animation-delay:163.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1635){-webkit-animation-delay:163.5s;-moz-animation-delay:163.5s;-o-animation-delay:163.5s;animation-delay:163.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1636){-webkit-animation-delay:163.6s;-moz-animation-delay:163.6s;-o-animation-delay:163.6s;animation-delay:163.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1637){-webkit-animation-delay:163.7s;-moz-animation-delay:163.7s;-o-animation-delay:163.7s;animation-delay:163.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1638){-webkit-animation-delay:163.8s;-moz-animation-delay:163.8s;-o-animation-delay:163.8s;animation-delay:163.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1639){-webkit-animation-delay:163.9s;-moz-animation-delay:163.9s;-o-animation-delay:163.9s;animation-delay:163.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1640){-webkit-animation-delay:164s;-moz-animation-delay:164s;-o-animation-delay:164s;animation-delay:164s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1641){-webkit-animation-delay:164.1s;-moz-animation-delay:164.1s;-o-animation-delay:164.1s;animation-delay:164.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1642){-webkit-animation-delay:164.2s;-moz-animation-delay:164.2s;-o-animation-delay:164.2s;animation-delay:164.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1643){-webkit-animation-delay:164.3s;-moz-animation-delay:164.3s;-o-animation-delay:164.3s;animation-delay:164.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1644){-webkit-animation-delay:164.4s;-moz-animation-delay:164.4s;-o-animation-delay:164.4s;animation-delay:164.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1645){-webkit-animation-delay:164.5s;-moz-animation-delay:164.5s;-o-animation-delay:164.5s;animation-delay:164.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1646){-webkit-animation-delay:164.6s;-moz-animation-delay:164.6s;-o-animation-delay:164.6s;animation-delay:164.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1647){-webkit-animation-delay:164.7s;-moz-animation-delay:164.7s;-o-animation-delay:164.7s;animation-delay:164.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1648){-webkit-animation-delay:164.8s;-moz-animation-delay:164.8s;-o-animation-delay:164.8s;animation-delay:164.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1649){-webkit-animation-delay:164.9s;-moz-animation-delay:164.9s;-o-animation-delay:164.9s;animation-delay:164.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1650){-webkit-animation-delay:165s;-moz-animation-delay:165s;-o-animation-delay:165s;animation-delay:165s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1651){-webkit-animation-delay:165.1s;-moz-animation-delay:165.1s;-o-animation-delay:165.1s;animation-delay:165.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1652){-webkit-animation-delay:165.2s;-moz-animation-delay:165.2s;-o-animation-delay:165.2s;animation-delay:165.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1653){-webkit-animation-delay:165.3s;-moz-animation-delay:165.3s;-o-animation-delay:165.3s;animation-delay:165.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1654){-webkit-animation-delay:165.4s;-moz-animation-delay:165.4s;-o-animation-delay:165.4s;animation-delay:165.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1655){-webkit-animation-delay:165.5s;-moz-animation-delay:165.5s;-o-animation-delay:165.5s;animation-delay:165.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1656){-webkit-animation-delay:165.6s;-moz-animation-delay:165.6s;-o-animation-delay:165.6s;animation-delay:165.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1657){-webkit-animation-delay:165.7s;-moz-animation-delay:165.7s;-o-animation-delay:165.7s;animation-delay:165.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1658){-webkit-animation-delay:165.8s;-moz-animation-delay:165.8s;-o-animation-delay:165.8s;animation-delay:165.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1659){-webkit-animation-delay:165.9s;-moz-animation-delay:165.9s;-o-animation-delay:165.9s;animation-delay:165.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1660){-webkit-animation-delay:166s;-moz-animation-delay:166s;-o-animation-delay:166s;animation-delay:166s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1661){-webkit-animation-delay:166.1s;-moz-animation-delay:166.1s;-o-animation-delay:166.1s;animation-delay:166.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1662){-webkit-animation-delay:166.2s;-moz-animation-delay:166.2s;-o-animation-delay:166.2s;animation-delay:166.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1663){-webkit-animation-delay:166.3s;-moz-animation-delay:166.3s;-o-animation-delay:166.3s;animation-delay:166.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1664){-webkit-animation-delay:166.4s;-moz-animation-delay:166.4s;-o-animation-delay:166.4s;animation-delay:166.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1665){-webkit-animation-delay:166.5s;-moz-animation-delay:166.5s;-o-animation-delay:166.5s;animation-delay:166.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1666){-webkit-animation-delay:166.6s;-moz-animation-delay:166.6s;-o-animation-delay:166.6s;animation-delay:166.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1667){-webkit-animation-delay:166.7s;-moz-animation-delay:166.7s;-o-animation-delay:166.7s;animation-delay:166.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1668){-webkit-animation-delay:166.8s;-moz-animation-delay:166.8s;-o-animation-delay:166.8s;animation-delay:166.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1669){-webkit-animation-delay:166.9s;-moz-animation-delay:166.9s;-o-animation-delay:166.9s;animation-delay:166.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1670){-webkit-animation-delay:167s;-moz-animation-delay:167s;-o-animation-delay:167s;animation-delay:167s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1671){-webkit-animation-delay:167.1s;-moz-animation-delay:167.1s;-o-animation-delay:167.1s;animation-delay:167.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1672){-webkit-animation-delay:167.2s;-moz-animation-delay:167.2s;-o-animation-delay:167.2s;animation-delay:167.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1673){-webkit-animation-delay:167.3s;-moz-animation-delay:167.3s;-o-animation-delay:167.3s;animation-delay:167.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1674){-webkit-animation-delay:167.4s;-moz-animation-delay:167.4s;-o-animation-delay:167.4s;animation-delay:167.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1675){-webkit-animation-delay:167.5s;-moz-animation-delay:167.5s;-o-animation-delay:167.5s;animation-delay:167.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1676){-webkit-animation-delay:167.6s;-moz-animation-delay:167.6s;-o-animation-delay:167.6s;animation-delay:167.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1677){-webkit-animation-delay:167.7s;-moz-animation-delay:167.7s;-o-animation-delay:167.7s;animation-delay:167.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1678){-webkit-animation-delay:167.8s;-moz-animation-delay:167.8s;-o-animation-delay:167.8s;animation-delay:167.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1679){-webkit-animation-delay:167.9s;-moz-animation-delay:167.9s;-o-animation-delay:167.9s;animation-delay:167.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1680){-webkit-animation-delay:168s;-moz-animation-delay:168s;-o-animation-delay:168s;animation-delay:168s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1681){-webkit-animation-delay:168.1s;-moz-animation-delay:168.1s;-o-animation-delay:168.1s;animation-delay:168.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1682){-webkit-animation-delay:168.2s;-moz-animation-delay:168.2s;-o-animation-delay:168.2s;animation-delay:168.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1683){-webkit-animation-delay:168.3s;-moz-animation-delay:168.3s;-o-animation-delay:168.3s;animation-delay:168.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1684){-webkit-animation-delay:168.4s;-moz-animation-delay:168.4s;-o-animation-delay:168.4s;animation-delay:168.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1685){-webkit-animation-delay:168.5s;-moz-animation-delay:168.5s;-o-animation-delay:168.5s;animation-delay:168.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1686){-webkit-animation-delay:168.6s;-moz-animation-delay:168.6s;-o-animation-delay:168.6s;animation-delay:168.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1687){-webkit-animation-delay:168.7s;-moz-animation-delay:168.7s;-o-animation-delay:168.7s;animation-delay:168.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1688){-webkit-animation-delay:168.8s;-moz-animation-delay:168.8s;-o-animation-delay:168.8s;animation-delay:168.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1689){-webkit-animation-delay:168.9s;-moz-animation-delay:168.9s;-o-animation-delay:168.9s;animation-delay:168.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1690){-webkit-animation-delay:169s;-moz-animation-delay:169s;-o-animation-delay:169s;animation-delay:169s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1691){-webkit-animation-delay:169.1s;-moz-animation-delay:169.1s;-o-animation-delay:169.1s;animation-delay:169.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1692){-webkit-animation-delay:169.2s;-moz-animation-delay:169.2s;-o-animation-delay:169.2s;animation-delay:169.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1693){-webkit-animation-delay:169.3s;-moz-animation-delay:169.3s;-o-animation-delay:169.3s;animation-delay:169.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1694){-webkit-animation-delay:169.4s;-moz-animation-delay:169.4s;-o-animation-delay:169.4s;animation-delay:169.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1695){-webkit-animation-delay:169.5s;-moz-animation-delay:169.5s;-o-animation-delay:169.5s;animation-delay:169.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1696){-webkit-animation-delay:169.6s;-moz-animation-delay:169.6s;-o-animation-delay:169.6s;animation-delay:169.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1697){-webkit-animation-delay:169.7s;-moz-animation-delay:169.7s;-o-animation-delay:169.7s;animation-delay:169.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1698){-webkit-animation-delay:169.8s;-moz-animation-delay:169.8s;-o-animation-delay:169.8s;animation-delay:169.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1699){-webkit-animation-delay:169.9s;-moz-animation-delay:169.9s;-o-animation-delay:169.9s;animation-delay:169.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1700){-webkit-animation-delay:170s;-moz-animation-delay:170s;-o-animation-delay:170s;animation-delay:170s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1701){-webkit-animation-delay:170.1s;-moz-animation-delay:170.1s;-o-animation-delay:170.1s;animation-delay:170.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1702){-webkit-animation-delay:170.2s;-moz-animation-delay:170.2s;-o-animation-delay:170.2s;animation-delay:170.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1703){-webkit-animation-delay:170.3s;-moz-animation-delay:170.3s;-o-animation-delay:170.3s;animation-delay:170.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1704){-webkit-animation-delay:170.4s;-moz-animation-delay:170.4s;-o-animation-delay:170.4s;animation-delay:170.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1705){-webkit-animation-delay:170.5s;-moz-animation-delay:170.5s;-o-animation-delay:170.5s;animation-delay:170.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1706){-webkit-animation-delay:170.6s;-moz-animation-delay:170.6s;-o-animation-delay:170.6s;animation-delay:170.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1707){-webkit-animation-delay:170.7s;-moz-animation-delay:170.7s;-o-animation-delay:170.7s;animation-delay:170.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1708){-webkit-animation-delay:170.8s;-moz-animation-delay:170.8s;-o-animation-delay:170.8s;animation-delay:170.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1709){-webkit-animation-delay:170.9s;-moz-animation-delay:170.9s;-o-animation-delay:170.9s;animation-delay:170.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1710){-webkit-animation-delay:171s;-moz-animation-delay:171s;-o-animation-delay:171s;animation-delay:171s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1711){-webkit-animation-delay:171.1s;-moz-animation-delay:171.1s;-o-animation-delay:171.1s;animation-delay:171.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1712){-webkit-animation-delay:171.2s;-moz-animation-delay:171.2s;-o-animation-delay:171.2s;animation-delay:171.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1713){-webkit-animation-delay:171.3s;-moz-animation-delay:171.3s;-o-animation-delay:171.3s;animation-delay:171.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1714){-webkit-animation-delay:171.4s;-moz-animation-delay:171.4s;-o-animation-delay:171.4s;animation-delay:171.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1715){-webkit-animation-delay:171.5s;-moz-animation-delay:171.5s;-o-animation-delay:171.5s;animation-delay:171.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1716){-webkit-animation-delay:171.6s;-moz-animation-delay:171.6s;-o-animation-delay:171.6s;animation-delay:171.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1717){-webkit-animation-delay:171.7s;-moz-animation-delay:171.7s;-o-animation-delay:171.7s;animation-delay:171.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1718){-webkit-animation-delay:171.8s;-moz-animation-delay:171.8s;-o-animation-delay:171.8s;animation-delay:171.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1719){-webkit-animation-delay:171.9s;-moz-animation-delay:171.9s;-o-animation-delay:171.9s;animation-delay:171.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1720){-webkit-animation-delay:172s;-moz-animation-delay:172s;-o-animation-delay:172s;animation-delay:172s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1721){-webkit-animation-delay:172.1s;-moz-animation-delay:172.1s;-o-animation-delay:172.1s;animation-delay:172.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1722){-webkit-animation-delay:172.2s;-moz-animation-delay:172.2s;-o-animation-delay:172.2s;animation-delay:172.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1723){-webkit-animation-delay:172.3s;-moz-animation-delay:172.3s;-o-animation-delay:172.3s;animation-delay:172.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1724){-webkit-animation-delay:172.4s;-moz-animation-delay:172.4s;-o-animation-delay:172.4s;animation-delay:172.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1725){-webkit-animation-delay:172.5s;-moz-animation-delay:172.5s;-o-animation-delay:172.5s;animation-delay:172.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1726){-webkit-animation-delay:172.6s;-moz-animation-delay:172.6s;-o-animation-delay:172.6s;animation-delay:172.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1727){-webkit-animation-delay:172.7s;-moz-animation-delay:172.7s;-o-animation-delay:172.7s;animation-delay:172.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1728){-webkit-animation-delay:172.8s;-moz-animation-delay:172.8s;-o-animation-delay:172.8s;animation-delay:172.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1729){-webkit-animation-delay:172.9s;-moz-animation-delay:172.9s;-o-animation-delay:172.9s;animation-delay:172.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1730){-webkit-animation-delay:173s;-moz-animation-delay:173s;-o-animation-delay:173s;animation-delay:173s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1731){-webkit-animation-delay:173.1s;-moz-animation-delay:173.1s;-o-animation-delay:173.1s;animation-delay:173.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1732){-webkit-animation-delay:173.2s;-moz-animation-delay:173.2s;-o-animation-delay:173.2s;animation-delay:173.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1733){-webkit-animation-delay:173.3s;-moz-animation-delay:173.3s;-o-animation-delay:173.3s;animation-delay:173.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1734){-webkit-animation-delay:173.4s;-moz-animation-delay:173.4s;-o-animation-delay:173.4s;animation-delay:173.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1735){-webkit-animation-delay:173.5s;-moz-animation-delay:173.5s;-o-animation-delay:173.5s;animation-delay:173.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1736){-webkit-animation-delay:173.6s;-moz-animation-delay:173.6s;-o-animation-delay:173.6s;animation-delay:173.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1737){-webkit-animation-delay:173.7s;-moz-animation-delay:173.7s;-o-animation-delay:173.7s;animation-delay:173.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1738){-webkit-animation-delay:173.8s;-moz-animation-delay:173.8s;-o-animation-delay:173.8s;animation-delay:173.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1739){-webkit-animation-delay:173.9s;-moz-animation-delay:173.9s;-o-animation-delay:173.9s;animation-delay:173.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1740){-webkit-animation-delay:174s;-moz-animation-delay:174s;-o-animation-delay:174s;animation-delay:174s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1741){-webkit-animation-delay:174.1s;-moz-animation-delay:174.1s;-o-animation-delay:174.1s;animation-delay:174.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1742){-webkit-animation-delay:174.2s;-moz-animation-delay:174.2s;-o-animation-delay:174.2s;animation-delay:174.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1743){-webkit-animation-delay:174.3s;-moz-animation-delay:174.3s;-o-animation-delay:174.3s;animation-delay:174.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1744){-webkit-animation-delay:174.4s;-moz-animation-delay:174.4s;-o-animation-delay:174.4s;animation-delay:174.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1745){-webkit-animation-delay:174.5s;-moz-animation-delay:174.5s;-o-animation-delay:174.5s;animation-delay:174.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1746){-webkit-animation-delay:174.6s;-moz-animation-delay:174.6s;-o-animation-delay:174.6s;animation-delay:174.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1747){-webkit-animation-delay:174.7s;-moz-animation-delay:174.7s;-o-animation-delay:174.7s;animation-delay:174.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1748){-webkit-animation-delay:174.8s;-moz-animation-delay:174.8s;-o-animation-delay:174.8s;animation-delay:174.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1749){-webkit-animation-delay:174.9s;-moz-animation-delay:174.9s;-o-animation-delay:174.9s;animation-delay:174.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1750){-webkit-animation-delay:175s;-moz-animation-delay:175s;-o-animation-delay:175s;animation-delay:175s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1751){-webkit-animation-delay:175.1s;-moz-animation-delay:175.1s;-o-animation-delay:175.1s;animation-delay:175.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1752){-webkit-animation-delay:175.2s;-moz-animation-delay:175.2s;-o-animation-delay:175.2s;animation-delay:175.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1753){-webkit-animation-delay:175.3s;-moz-animation-delay:175.3s;-o-animation-delay:175.3s;animation-delay:175.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1754){-webkit-animation-delay:175.4s;-moz-animation-delay:175.4s;-o-animation-delay:175.4s;animation-delay:175.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1755){-webkit-animation-delay:175.5s;-moz-animation-delay:175.5s;-o-animation-delay:175.5s;animation-delay:175.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1756){-webkit-animation-delay:175.6s;-moz-animation-delay:175.6s;-o-animation-delay:175.6s;animation-delay:175.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1757){-webkit-animation-delay:175.7s;-moz-animation-delay:175.7s;-o-animation-delay:175.7s;animation-delay:175.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1758){-webkit-animation-delay:175.8s;-moz-animation-delay:175.8s;-o-animation-delay:175.8s;animation-delay:175.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1759){-webkit-animation-delay:175.9s;-moz-animation-delay:175.9s;-o-animation-delay:175.9s;animation-delay:175.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1760){-webkit-animation-delay:176s;-moz-animation-delay:176s;-o-animation-delay:176s;animation-delay:176s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1761){-webkit-animation-delay:176.1s;-moz-animation-delay:176.1s;-o-animation-delay:176.1s;animation-delay:176.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1762){-webkit-animation-delay:176.2s;-moz-animation-delay:176.2s;-o-animation-delay:176.2s;animation-delay:176.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1763){-webkit-animation-delay:176.3s;-moz-animation-delay:176.3s;-o-animation-delay:176.3s;animation-delay:176.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1764){-webkit-animation-delay:176.4s;-moz-animation-delay:176.4s;-o-animation-delay:176.4s;animation-delay:176.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1765){-webkit-animation-delay:176.5s;-moz-animation-delay:176.5s;-o-animation-delay:176.5s;animation-delay:176.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1766){-webkit-animation-delay:176.6s;-moz-animation-delay:176.6s;-o-animation-delay:176.6s;animation-delay:176.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1767){-webkit-animation-delay:176.7s;-moz-animation-delay:176.7s;-o-animation-delay:176.7s;animation-delay:176.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1768){-webkit-animation-delay:176.8s;-moz-animation-delay:176.8s;-o-animation-delay:176.8s;animation-delay:176.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1769){-webkit-animation-delay:176.9s;-moz-animation-delay:176.9s;-o-animation-delay:176.9s;animation-delay:176.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1770){-webkit-animation-delay:177s;-moz-animation-delay:177s;-o-animation-delay:177s;animation-delay:177s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1771){-webkit-animation-delay:177.1s;-moz-animation-delay:177.1s;-o-animation-delay:177.1s;animation-delay:177.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1772){-webkit-animation-delay:177.2s;-moz-animation-delay:177.2s;-o-animation-delay:177.2s;animation-delay:177.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1773){-webkit-animation-delay:177.3s;-moz-animation-delay:177.3s;-o-animation-delay:177.3s;animation-delay:177.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1774){-webkit-animation-delay:177.4s;-moz-animation-delay:177.4s;-o-animation-delay:177.4s;animation-delay:177.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1775){-webkit-animation-delay:177.5s;-moz-animation-delay:177.5s;-o-animation-delay:177.5s;animation-delay:177.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1776){-webkit-animation-delay:177.6s;-moz-animation-delay:177.6s;-o-animation-delay:177.6s;animation-delay:177.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1777){-webkit-animation-delay:177.7s;-moz-animation-delay:177.7s;-o-animation-delay:177.7s;animation-delay:177.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1778){-webkit-animation-delay:177.8s;-moz-animation-delay:177.8s;-o-animation-delay:177.8s;animation-delay:177.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1779){-webkit-animation-delay:177.9s;-moz-animation-delay:177.9s;-o-animation-delay:177.9s;animation-delay:177.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1780){-webkit-animation-delay:178s;-moz-animation-delay:178s;-o-animation-delay:178s;animation-delay:178s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1781){-webkit-animation-delay:178.1s;-moz-animation-delay:178.1s;-o-animation-delay:178.1s;animation-delay:178.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1782){-webkit-animation-delay:178.2s;-moz-animation-delay:178.2s;-o-animation-delay:178.2s;animation-delay:178.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1783){-webkit-animation-delay:178.3s;-moz-animation-delay:178.3s;-o-animation-delay:178.3s;animation-delay:178.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1784){-webkit-animation-delay:178.4s;-moz-animation-delay:178.4s;-o-animation-delay:178.4s;animation-delay:178.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1785){-webkit-animation-delay:178.5s;-moz-animation-delay:178.5s;-o-animation-delay:178.5s;animation-delay:178.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1786){-webkit-animation-delay:178.6s;-moz-animation-delay:178.6s;-o-animation-delay:178.6s;animation-delay:178.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1787){-webkit-animation-delay:178.7s;-moz-animation-delay:178.7s;-o-animation-delay:178.7s;animation-delay:178.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1788){-webkit-animation-delay:178.8s;-moz-animation-delay:178.8s;-o-animation-delay:178.8s;animation-delay:178.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1789){-webkit-animation-delay:178.9s;-moz-animation-delay:178.9s;-o-animation-delay:178.9s;animation-delay:178.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1790){-webkit-animation-delay:179s;-moz-animation-delay:179s;-o-animation-delay:179s;animation-delay:179s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1791){-webkit-animation-delay:179.1s;-moz-animation-delay:179.1s;-o-animation-delay:179.1s;animation-delay:179.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1792){-webkit-animation-delay:179.2s;-moz-animation-delay:179.2s;-o-animation-delay:179.2s;animation-delay:179.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1793){-webkit-animation-delay:179.3s;-moz-animation-delay:179.3s;-o-animation-delay:179.3s;animation-delay:179.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1794){-webkit-animation-delay:179.4s;-moz-animation-delay:179.4s;-o-animation-delay:179.4s;animation-delay:179.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1795){-webkit-animation-delay:179.5s;-moz-animation-delay:179.5s;-o-animation-delay:179.5s;animation-delay:179.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1796){-webkit-animation-delay:179.6s;-moz-animation-delay:179.6s;-o-animation-delay:179.6s;animation-delay:179.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1797){-webkit-animation-delay:179.7s;-moz-animation-delay:179.7s;-o-animation-delay:179.7s;animation-delay:179.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1798){-webkit-animation-delay:179.8s;-moz-animation-delay:179.8s;-o-animation-delay:179.8s;animation-delay:179.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1799){-webkit-animation-delay:179.9s;-moz-animation-delay:179.9s;-o-animation-delay:179.9s;animation-delay:179.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1800){-webkit-animation-delay:180s;-moz-animation-delay:180s;-o-animation-delay:180s;animation-delay:180s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1801){-webkit-animation-delay:180.1s;-moz-animation-delay:180.1s;-o-animation-delay:180.1s;animation-delay:180.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1802){-webkit-animation-delay:180.2s;-moz-animation-delay:180.2s;-o-animation-delay:180.2s;animation-delay:180.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1803){-webkit-animation-delay:180.3s;-moz-animation-delay:180.3s;-o-animation-delay:180.3s;animation-delay:180.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1804){-webkit-animation-delay:180.4s;-moz-animation-delay:180.4s;-o-animation-delay:180.4s;animation-delay:180.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1805){-webkit-animation-delay:180.5s;-moz-animation-delay:180.5s;-o-animation-delay:180.5s;animation-delay:180.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1806){-webkit-animation-delay:180.6s;-moz-animation-delay:180.6s;-o-animation-delay:180.6s;animation-delay:180.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1807){-webkit-animation-delay:180.7s;-moz-animation-delay:180.7s;-o-animation-delay:180.7s;animation-delay:180.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1808){-webkit-animation-delay:180.8s;-moz-animation-delay:180.8s;-o-animation-delay:180.8s;animation-delay:180.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1809){-webkit-animation-delay:180.9s;-moz-animation-delay:180.9s;-o-animation-delay:180.9s;animation-delay:180.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1810){-webkit-animation-delay:181s;-moz-animation-delay:181s;-o-animation-delay:181s;animation-delay:181s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1811){-webkit-animation-delay:181.1s;-moz-animation-delay:181.1s;-o-animation-delay:181.1s;animation-delay:181.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1812){-webkit-animation-delay:181.2s;-moz-animation-delay:181.2s;-o-animation-delay:181.2s;animation-delay:181.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1813){-webkit-animation-delay:181.3s;-moz-animation-delay:181.3s;-o-animation-delay:181.3s;animation-delay:181.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1814){-webkit-animation-delay:181.4s;-moz-animation-delay:181.4s;-o-animation-delay:181.4s;animation-delay:181.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1815){-webkit-animation-delay:181.5s;-moz-animation-delay:181.5s;-o-animation-delay:181.5s;animation-delay:181.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1816){-webkit-animation-delay:181.6s;-moz-animation-delay:181.6s;-o-animation-delay:181.6s;animation-delay:181.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1817){-webkit-animation-delay:181.7s;-moz-animation-delay:181.7s;-o-animation-delay:181.7s;animation-delay:181.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1818){-webkit-animation-delay:181.8s;-moz-animation-delay:181.8s;-o-animation-delay:181.8s;animation-delay:181.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1819){-webkit-animation-delay:181.9s;-moz-animation-delay:181.9s;-o-animation-delay:181.9s;animation-delay:181.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1820){-webkit-animation-delay:182s;-moz-animation-delay:182s;-o-animation-delay:182s;animation-delay:182s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1821){-webkit-animation-delay:182.1s;-moz-animation-delay:182.1s;-o-animation-delay:182.1s;animation-delay:182.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1822){-webkit-animation-delay:182.2s;-moz-animation-delay:182.2s;-o-animation-delay:182.2s;animation-delay:182.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1823){-webkit-animation-delay:182.3s;-moz-animation-delay:182.3s;-o-animation-delay:182.3s;animation-delay:182.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1824){-webkit-animation-delay:182.4s;-moz-animation-delay:182.4s;-o-animation-delay:182.4s;animation-delay:182.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1825){-webkit-animation-delay:182.5s;-moz-animation-delay:182.5s;-o-animation-delay:182.5s;animation-delay:182.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1826){-webkit-animation-delay:182.6s;-moz-animation-delay:182.6s;-o-animation-delay:182.6s;animation-delay:182.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1827){-webkit-animation-delay:182.7s;-moz-animation-delay:182.7s;-o-animation-delay:182.7s;animation-delay:182.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1828){-webkit-animation-delay:182.8s;-moz-animation-delay:182.8s;-o-animation-delay:182.8s;animation-delay:182.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1829){-webkit-animation-delay:182.9s;-moz-animation-delay:182.9s;-o-animation-delay:182.9s;animation-delay:182.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1830){-webkit-animation-delay:183s;-moz-animation-delay:183s;-o-animation-delay:183s;animation-delay:183s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1831){-webkit-animation-delay:183.1s;-moz-animation-delay:183.1s;-o-animation-delay:183.1s;animation-delay:183.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1832){-webkit-animation-delay:183.2s;-moz-animation-delay:183.2s;-o-animation-delay:183.2s;animation-delay:183.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1833){-webkit-animation-delay:183.3s;-moz-animation-delay:183.3s;-o-animation-delay:183.3s;animation-delay:183.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1834){-webkit-animation-delay:183.4s;-moz-animation-delay:183.4s;-o-animation-delay:183.4s;animation-delay:183.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1835){-webkit-animation-delay:183.5s;-moz-animation-delay:183.5s;-o-animation-delay:183.5s;animation-delay:183.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1836){-webkit-animation-delay:183.6s;-moz-animation-delay:183.6s;-o-animation-delay:183.6s;animation-delay:183.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1837){-webkit-animation-delay:183.7s;-moz-animation-delay:183.7s;-o-animation-delay:183.7s;animation-delay:183.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1838){-webkit-animation-delay:183.8s;-moz-animation-delay:183.8s;-o-animation-delay:183.8s;animation-delay:183.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1839){-webkit-animation-delay:183.9s;-moz-animation-delay:183.9s;-o-animation-delay:183.9s;animation-delay:183.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1840){-webkit-animation-delay:184s;-moz-animation-delay:184s;-o-animation-delay:184s;animation-delay:184s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1841){-webkit-animation-delay:184.1s;-moz-animation-delay:184.1s;-o-animation-delay:184.1s;animation-delay:184.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1842){-webkit-animation-delay:184.2s;-moz-animation-delay:184.2s;-o-animation-delay:184.2s;animation-delay:184.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1843){-webkit-animation-delay:184.3s;-moz-animation-delay:184.3s;-o-animation-delay:184.3s;animation-delay:184.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1844){-webkit-animation-delay:184.4s;-moz-animation-delay:184.4s;-o-animation-delay:184.4s;animation-delay:184.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1845){-webkit-animation-delay:184.5s;-moz-animation-delay:184.5s;-o-animation-delay:184.5s;animation-delay:184.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1846){-webkit-animation-delay:184.6s;-moz-animation-delay:184.6s;-o-animation-delay:184.6s;animation-delay:184.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1847){-webkit-animation-delay:184.7s;-moz-animation-delay:184.7s;-o-animation-delay:184.7s;animation-delay:184.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1848){-webkit-animation-delay:184.8s;-moz-animation-delay:184.8s;-o-animation-delay:184.8s;animation-delay:184.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1849){-webkit-animation-delay:184.9s;-moz-animation-delay:184.9s;-o-animation-delay:184.9s;animation-delay:184.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1850){-webkit-animation-delay:185s;-moz-animation-delay:185s;-o-animation-delay:185s;animation-delay:185s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1851){-webkit-animation-delay:185.1s;-moz-animation-delay:185.1s;-o-animation-delay:185.1s;animation-delay:185.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1852){-webkit-animation-delay:185.2s;-moz-animation-delay:185.2s;-o-animation-delay:185.2s;animation-delay:185.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1853){-webkit-animation-delay:185.3s;-moz-animation-delay:185.3s;-o-animation-delay:185.3s;animation-delay:185.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1854){-webkit-animation-delay:185.4s;-moz-animation-delay:185.4s;-o-animation-delay:185.4s;animation-delay:185.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1855){-webkit-animation-delay:185.5s;-moz-animation-delay:185.5s;-o-animation-delay:185.5s;animation-delay:185.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1856){-webkit-animation-delay:185.6s;-moz-animation-delay:185.6s;-o-animation-delay:185.6s;animation-delay:185.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1857){-webkit-animation-delay:185.7s;-moz-animation-delay:185.7s;-o-animation-delay:185.7s;animation-delay:185.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1858){-webkit-animation-delay:185.8s;-moz-animation-delay:185.8s;-o-animation-delay:185.8s;animation-delay:185.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1859){-webkit-animation-delay:185.9s;-moz-animation-delay:185.9s;-o-animation-delay:185.9s;animation-delay:185.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1860){-webkit-animation-delay:186s;-moz-animation-delay:186s;-o-animation-delay:186s;animation-delay:186s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1861){-webkit-animation-delay:186.1s;-moz-animation-delay:186.1s;-o-animation-delay:186.1s;animation-delay:186.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1862){-webkit-animation-delay:186.2s;-moz-animation-delay:186.2s;-o-animation-delay:186.2s;animation-delay:186.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1863){-webkit-animation-delay:186.3s;-moz-animation-delay:186.3s;-o-animation-delay:186.3s;animation-delay:186.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1864){-webkit-animation-delay:186.4s;-moz-animation-delay:186.4s;-o-animation-delay:186.4s;animation-delay:186.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1865){-webkit-animation-delay:186.5s;-moz-animation-delay:186.5s;-o-animation-delay:186.5s;animation-delay:186.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1866){-webkit-animation-delay:186.6s;-moz-animation-delay:186.6s;-o-animation-delay:186.6s;animation-delay:186.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1867){-webkit-animation-delay:186.7s;-moz-animation-delay:186.7s;-o-animation-delay:186.7s;animation-delay:186.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1868){-webkit-animation-delay:186.8s;-moz-animation-delay:186.8s;-o-animation-delay:186.8s;animation-delay:186.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1869){-webkit-animation-delay:186.9s;-moz-animation-delay:186.9s;-o-animation-delay:186.9s;animation-delay:186.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1870){-webkit-animation-delay:187s;-moz-animation-delay:187s;-o-animation-delay:187s;animation-delay:187s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1871){-webkit-animation-delay:187.1s;-moz-animation-delay:187.1s;-o-animation-delay:187.1s;animation-delay:187.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1872){-webkit-animation-delay:187.2s;-moz-animation-delay:187.2s;-o-animation-delay:187.2s;animation-delay:187.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1873){-webkit-animation-delay:187.3s;-moz-animation-delay:187.3s;-o-animation-delay:187.3s;animation-delay:187.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1874){-webkit-animation-delay:187.4s;-moz-animation-delay:187.4s;-o-animation-delay:187.4s;animation-delay:187.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1875){-webkit-animation-delay:187.5s;-moz-animation-delay:187.5s;-o-animation-delay:187.5s;animation-delay:187.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1876){-webkit-animation-delay:187.6s;-moz-animation-delay:187.6s;-o-animation-delay:187.6s;animation-delay:187.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1877){-webkit-animation-delay:187.7s;-moz-animation-delay:187.7s;-o-animation-delay:187.7s;animation-delay:187.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1878){-webkit-animation-delay:187.8s;-moz-animation-delay:187.8s;-o-animation-delay:187.8s;animation-delay:187.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1879){-webkit-animation-delay:187.9s;-moz-animation-delay:187.9s;-o-animation-delay:187.9s;animation-delay:187.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1880){-webkit-animation-delay:188s;-moz-animation-delay:188s;-o-animation-delay:188s;animation-delay:188s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1881){-webkit-animation-delay:188.1s;-moz-animation-delay:188.1s;-o-animation-delay:188.1s;animation-delay:188.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1882){-webkit-animation-delay:188.2s;-moz-animation-delay:188.2s;-o-animation-delay:188.2s;animation-delay:188.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1883){-webkit-animation-delay:188.3s;-moz-animation-delay:188.3s;-o-animation-delay:188.3s;animation-delay:188.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1884){-webkit-animation-delay:188.4s;-moz-animation-delay:188.4s;-o-animation-delay:188.4s;animation-delay:188.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1885){-webkit-animation-delay:188.5s;-moz-animation-delay:188.5s;-o-animation-delay:188.5s;animation-delay:188.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1886){-webkit-animation-delay:188.6s;-moz-animation-delay:188.6s;-o-animation-delay:188.6s;animation-delay:188.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1887){-webkit-animation-delay:188.7s;-moz-animation-delay:188.7s;-o-animation-delay:188.7s;animation-delay:188.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1888){-webkit-animation-delay:188.8s;-moz-animation-delay:188.8s;-o-animation-delay:188.8s;animation-delay:188.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1889){-webkit-animation-delay:188.9s;-moz-animation-delay:188.9s;-o-animation-delay:188.9s;animation-delay:188.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1890){-webkit-animation-delay:189s;-moz-animation-delay:189s;-o-animation-delay:189s;animation-delay:189s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1891){-webkit-animation-delay:189.1s;-moz-animation-delay:189.1s;-o-animation-delay:189.1s;animation-delay:189.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1892){-webkit-animation-delay:189.2s;-moz-animation-delay:189.2s;-o-animation-delay:189.2s;animation-delay:189.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1893){-webkit-animation-delay:189.3s;-moz-animation-delay:189.3s;-o-animation-delay:189.3s;animation-delay:189.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1894){-webkit-animation-delay:189.4s;-moz-animation-delay:189.4s;-o-animation-delay:189.4s;animation-delay:189.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1895){-webkit-animation-delay:189.5s;-moz-animation-delay:189.5s;-o-animation-delay:189.5s;animation-delay:189.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1896){-webkit-animation-delay:189.6s;-moz-animation-delay:189.6s;-o-animation-delay:189.6s;animation-delay:189.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1897){-webkit-animation-delay:189.7s;-moz-animation-delay:189.7s;-o-animation-delay:189.7s;animation-delay:189.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1898){-webkit-animation-delay:189.8s;-moz-animation-delay:189.8s;-o-animation-delay:189.8s;animation-delay:189.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1899){-webkit-animation-delay:189.9s;-moz-animation-delay:189.9s;-o-animation-delay:189.9s;animation-delay:189.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1900){-webkit-animation-delay:190s;-moz-animation-delay:190s;-o-animation-delay:190s;animation-delay:190s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1901){-webkit-animation-delay:190.1s;-moz-animation-delay:190.1s;-o-animation-delay:190.1s;animation-delay:190.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1902){-webkit-animation-delay:190.2s;-moz-animation-delay:190.2s;-o-animation-delay:190.2s;animation-delay:190.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1903){-webkit-animation-delay:190.3s;-moz-animation-delay:190.3s;-o-animation-delay:190.3s;animation-delay:190.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1904){-webkit-animation-delay:190.4s;-moz-animation-delay:190.4s;-o-animation-delay:190.4s;animation-delay:190.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1905){-webkit-animation-delay:190.5s;-moz-animation-delay:190.5s;-o-animation-delay:190.5s;animation-delay:190.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1906){-webkit-animation-delay:190.6s;-moz-animation-delay:190.6s;-o-animation-delay:190.6s;animation-delay:190.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1907){-webkit-animation-delay:190.7s;-moz-animation-delay:190.7s;-o-animation-delay:190.7s;animation-delay:190.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1908){-webkit-animation-delay:190.8s;-moz-animation-delay:190.8s;-o-animation-delay:190.8s;animation-delay:190.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1909){-webkit-animation-delay:190.9s;-moz-animation-delay:190.9s;-o-animation-delay:190.9s;animation-delay:190.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1910){-webkit-animation-delay:191s;-moz-animation-delay:191s;-o-animation-delay:191s;animation-delay:191s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1911){-webkit-animation-delay:191.1s;-moz-animation-delay:191.1s;-o-animation-delay:191.1s;animation-delay:191.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1912){-webkit-animation-delay:191.2s;-moz-animation-delay:191.2s;-o-animation-delay:191.2s;animation-delay:191.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1913){-webkit-animation-delay:191.3s;-moz-animation-delay:191.3s;-o-animation-delay:191.3s;animation-delay:191.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1914){-webkit-animation-delay:191.4s;-moz-animation-delay:191.4s;-o-animation-delay:191.4s;animation-delay:191.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1915){-webkit-animation-delay:191.5s;-moz-animation-delay:191.5s;-o-animation-delay:191.5s;animation-delay:191.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1916){-webkit-animation-delay:191.6s;-moz-animation-delay:191.6s;-o-animation-delay:191.6s;animation-delay:191.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1917){-webkit-animation-delay:191.7s;-moz-animation-delay:191.7s;-o-animation-delay:191.7s;animation-delay:191.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1918){-webkit-animation-delay:191.8s;-moz-animation-delay:191.8s;-o-animation-delay:191.8s;animation-delay:191.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1919){-webkit-animation-delay:191.9s;-moz-animation-delay:191.9s;-o-animation-delay:191.9s;animation-delay:191.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1920){-webkit-animation-delay:192s;-moz-animation-delay:192s;-o-animation-delay:192s;animation-delay:192s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1921){-webkit-animation-delay:192.1s;-moz-animation-delay:192.1s;-o-animation-delay:192.1s;animation-delay:192.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1922){-webkit-animation-delay:192.2s;-moz-animation-delay:192.2s;-o-animation-delay:192.2s;animation-delay:192.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1923){-webkit-animation-delay:192.3s;-moz-animation-delay:192.3s;-o-animation-delay:192.3s;animation-delay:192.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1924){-webkit-animation-delay:192.4s;-moz-animation-delay:192.4s;-o-animation-delay:192.4s;animation-delay:192.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1925){-webkit-animation-delay:192.5s;-moz-animation-delay:192.5s;-o-animation-delay:192.5s;animation-delay:192.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1926){-webkit-animation-delay:192.6s;-moz-animation-delay:192.6s;-o-animation-delay:192.6s;animation-delay:192.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1927){-webkit-animation-delay:192.7s;-moz-animation-delay:192.7s;-o-animation-delay:192.7s;animation-delay:192.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1928){-webkit-animation-delay:192.8s;-moz-animation-delay:192.8s;-o-animation-delay:192.8s;animation-delay:192.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1929){-webkit-animation-delay:192.9s;-moz-animation-delay:192.9s;-o-animation-delay:192.9s;animation-delay:192.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1930){-webkit-animation-delay:193s;-moz-animation-delay:193s;-o-animation-delay:193s;animation-delay:193s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1931){-webkit-animation-delay:193.1s;-moz-animation-delay:193.1s;-o-animation-delay:193.1s;animation-delay:193.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1932){-webkit-animation-delay:193.2s;-moz-animation-delay:193.2s;-o-animation-delay:193.2s;animation-delay:193.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1933){-webkit-animation-delay:193.3s;-moz-animation-delay:193.3s;-o-animation-delay:193.3s;animation-delay:193.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1934){-webkit-animation-delay:193.4s;-moz-animation-delay:193.4s;-o-animation-delay:193.4s;animation-delay:193.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1935){-webkit-animation-delay:193.5s;-moz-animation-delay:193.5s;-o-animation-delay:193.5s;animation-delay:193.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1936){-webkit-animation-delay:193.6s;-moz-animation-delay:193.6s;-o-animation-delay:193.6s;animation-delay:193.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1937){-webkit-animation-delay:193.7s;-moz-animation-delay:193.7s;-o-animation-delay:193.7s;animation-delay:193.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1938){-webkit-animation-delay:193.8s;-moz-animation-delay:193.8s;-o-animation-delay:193.8s;animation-delay:193.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1939){-webkit-animation-delay:193.9s;-moz-animation-delay:193.9s;-o-animation-delay:193.9s;animation-delay:193.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1940){-webkit-animation-delay:194s;-moz-animation-delay:194s;-o-animation-delay:194s;animation-delay:194s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1941){-webkit-animation-delay:194.1s;-moz-animation-delay:194.1s;-o-animation-delay:194.1s;animation-delay:194.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1942){-webkit-animation-delay:194.2s;-moz-animation-delay:194.2s;-o-animation-delay:194.2s;animation-delay:194.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1943){-webkit-animation-delay:194.3s;-moz-animation-delay:194.3s;-o-animation-delay:194.3s;animation-delay:194.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1944){-webkit-animation-delay:194.4s;-moz-animation-delay:194.4s;-o-animation-delay:194.4s;animation-delay:194.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1945){-webkit-animation-delay:194.5s;-moz-animation-delay:194.5s;-o-animation-delay:194.5s;animation-delay:194.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1946){-webkit-animation-delay:194.6s;-moz-animation-delay:194.6s;-o-animation-delay:194.6s;animation-delay:194.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1947){-webkit-animation-delay:194.7s;-moz-animation-delay:194.7s;-o-animation-delay:194.7s;animation-delay:194.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1948){-webkit-animation-delay:194.8s;-moz-animation-delay:194.8s;-o-animation-delay:194.8s;animation-delay:194.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1949){-webkit-animation-delay:194.9s;-moz-animation-delay:194.9s;-o-animation-delay:194.9s;animation-delay:194.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1950){-webkit-animation-delay:195s;-moz-animation-delay:195s;-o-animation-delay:195s;animation-delay:195s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1951){-webkit-animation-delay:195.1s;-moz-animation-delay:195.1s;-o-animation-delay:195.1s;animation-delay:195.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1952){-webkit-animation-delay:195.2s;-moz-animation-delay:195.2s;-o-animation-delay:195.2s;animation-delay:195.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1953){-webkit-animation-delay:195.3s;-moz-animation-delay:195.3s;-o-animation-delay:195.3s;animation-delay:195.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1954){-webkit-animation-delay:195.4s;-moz-animation-delay:195.4s;-o-animation-delay:195.4s;animation-delay:195.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1955){-webkit-animation-delay:195.5s;-moz-animation-delay:195.5s;-o-animation-delay:195.5s;animation-delay:195.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1956){-webkit-animation-delay:195.6s;-moz-animation-delay:195.6s;-o-animation-delay:195.6s;animation-delay:195.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1957){-webkit-animation-delay:195.7s;-moz-animation-delay:195.7s;-o-animation-delay:195.7s;animation-delay:195.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1958){-webkit-animation-delay:195.8s;-moz-animation-delay:195.8s;-o-animation-delay:195.8s;animation-delay:195.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1959){-webkit-animation-delay:195.9s;-moz-animation-delay:195.9s;-o-animation-delay:195.9s;animation-delay:195.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1960){-webkit-animation-delay:196s;-moz-animation-delay:196s;-o-animation-delay:196s;animation-delay:196s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1961){-webkit-animation-delay:196.1s;-moz-animation-delay:196.1s;-o-animation-delay:196.1s;animation-delay:196.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1962){-webkit-animation-delay:196.2s;-moz-animation-delay:196.2s;-o-animation-delay:196.2s;animation-delay:196.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1963){-webkit-animation-delay:196.3s;-moz-animation-delay:196.3s;-o-animation-delay:196.3s;animation-delay:196.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1964){-webkit-animation-delay:196.4s;-moz-animation-delay:196.4s;-o-animation-delay:196.4s;animation-delay:196.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1965){-webkit-animation-delay:196.5s;-moz-animation-delay:196.5s;-o-animation-delay:196.5s;animation-delay:196.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1966){-webkit-animation-delay:196.6s;-moz-animation-delay:196.6s;-o-animation-delay:196.6s;animation-delay:196.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1967){-webkit-animation-delay:196.7s;-moz-animation-delay:196.7s;-o-animation-delay:196.7s;animation-delay:196.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1968){-webkit-animation-delay:196.8s;-moz-animation-delay:196.8s;-o-animation-delay:196.8s;animation-delay:196.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1969){-webkit-animation-delay:196.9s;-moz-animation-delay:196.9s;-o-animation-delay:196.9s;animation-delay:196.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1970){-webkit-animation-delay:197s;-moz-animation-delay:197s;-o-animation-delay:197s;animation-delay:197s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1971){-webkit-animation-delay:197.1s;-moz-animation-delay:197.1s;-o-animation-delay:197.1s;animation-delay:197.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1972){-webkit-animation-delay:197.2s;-moz-animation-delay:197.2s;-o-animation-delay:197.2s;animation-delay:197.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1973){-webkit-animation-delay:197.3s;-moz-animation-delay:197.3s;-o-animation-delay:197.3s;animation-delay:197.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1974){-webkit-animation-delay:197.4s;-moz-animation-delay:197.4s;-o-animation-delay:197.4s;animation-delay:197.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1975){-webkit-animation-delay:197.5s;-moz-animation-delay:197.5s;-o-animation-delay:197.5s;animation-delay:197.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1976){-webkit-animation-delay:197.6s;-moz-animation-delay:197.6s;-o-animation-delay:197.6s;animation-delay:197.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1977){-webkit-animation-delay:197.7s;-moz-animation-delay:197.7s;-o-animation-delay:197.7s;animation-delay:197.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1978){-webkit-animation-delay:197.8s;-moz-animation-delay:197.8s;-o-animation-delay:197.8s;animation-delay:197.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1979){-webkit-animation-delay:197.9s;-moz-animation-delay:197.9s;-o-animation-delay:197.9s;animation-delay:197.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1980){-webkit-animation-delay:198s;-moz-animation-delay:198s;-o-animation-delay:198s;animation-delay:198s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1981){-webkit-animation-delay:198.1s;-moz-animation-delay:198.1s;-o-animation-delay:198.1s;animation-delay:198.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1982){-webkit-animation-delay:198.2s;-moz-animation-delay:198.2s;-o-animation-delay:198.2s;animation-delay:198.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1983){-webkit-animation-delay:198.3s;-moz-animation-delay:198.3s;-o-animation-delay:198.3s;animation-delay:198.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1984){-webkit-animation-delay:198.4s;-moz-animation-delay:198.4s;-o-animation-delay:198.4s;animation-delay:198.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1985){-webkit-animation-delay:198.5s;-moz-animation-delay:198.5s;-o-animation-delay:198.5s;animation-delay:198.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1986){-webkit-animation-delay:198.6s;-moz-animation-delay:198.6s;-o-animation-delay:198.6s;animation-delay:198.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1987){-webkit-animation-delay:198.7s;-moz-animation-delay:198.7s;-o-animation-delay:198.7s;animation-delay:198.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1988){-webkit-animation-delay:198.8s;-moz-animation-delay:198.8s;-o-animation-delay:198.8s;animation-delay:198.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1989){-webkit-animation-delay:198.9s;-moz-animation-delay:198.9s;-o-animation-delay:198.9s;animation-delay:198.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1990){-webkit-animation-delay:199s;-moz-animation-delay:199s;-o-animation-delay:199s;animation-delay:199s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1991){-webkit-animation-delay:199.1s;-moz-animation-delay:199.1s;-o-animation-delay:199.1s;animation-delay:199.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1992){-webkit-animation-delay:199.2s;-moz-animation-delay:199.2s;-o-animation-delay:199.2s;animation-delay:199.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1993){-webkit-animation-delay:199.3s;-moz-animation-delay:199.3s;-o-animation-delay:199.3s;animation-delay:199.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1994){-webkit-animation-delay:199.4s;-moz-animation-delay:199.4s;-o-animation-delay:199.4s;animation-delay:199.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1995){-webkit-animation-delay:199.5s;-moz-animation-delay:199.5s;-o-animation-delay:199.5s;animation-delay:199.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1996){-webkit-animation-delay:199.6s;-moz-animation-delay:199.6s;-o-animation-delay:199.6s;animation-delay:199.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1997){-webkit-animation-delay:199.7s;-moz-animation-delay:199.7s;-o-animation-delay:199.7s;animation-delay:199.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1998){-webkit-animation-delay:199.8s;-moz-animation-delay:199.8s;-o-animation-delay:199.8s;animation-delay:199.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1999){-webkit-animation-delay:199.9s;-moz-animation-delay:199.9s;-o-animation-delay:199.9s;animation-delay:199.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2000){-webkit-animation-delay:200s;-moz-animation-delay:200s;-o-animation-delay:200s;animation-delay:200s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2001){-webkit-animation-delay:200.1s;-moz-animation-delay:200.1s;-o-animation-delay:200.1s;animation-delay:200.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2002){-webkit-animation-delay:200.2s;-moz-animation-delay:200.2s;-o-animation-delay:200.2s;animation-delay:200.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2003){-webkit-animation-delay:200.3s;-moz-animation-delay:200.3s;-o-animation-delay:200.3s;animation-delay:200.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2004){-webkit-animation-delay:200.4s;-moz-animation-delay:200.4s;-o-animation-delay:200.4s;animation-delay:200.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2005){-webkit-animation-delay:200.5s;-moz-animation-delay:200.5s;-o-animation-delay:200.5s;animation-delay:200.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2006){-webkit-animation-delay:200.6s;-moz-animation-delay:200.6s;-o-animation-delay:200.6s;animation-delay:200.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2007){-webkit-animation-delay:200.7s;-moz-animation-delay:200.7s;-o-animation-delay:200.7s;animation-delay:200.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2008){-webkit-animation-delay:200.8s;-moz-animation-delay:200.8s;-o-animation-delay:200.8s;animation-delay:200.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2009){-webkit-animation-delay:200.9s;-moz-animation-delay:200.9s;-o-animation-delay:200.9s;animation-delay:200.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2010){-webkit-animation-delay:201s;-moz-animation-delay:201s;-o-animation-delay:201s;animation-delay:201s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2011){-webkit-animation-delay:201.1s;-moz-animation-delay:201.1s;-o-animation-delay:201.1s;animation-delay:201.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2012){-webkit-animation-delay:201.2s;-moz-animation-delay:201.2s;-o-animation-delay:201.2s;animation-delay:201.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2013){-webkit-animation-delay:201.3s;-moz-animation-delay:201.3s;-o-animation-delay:201.3s;animation-delay:201.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2014){-webkit-animation-delay:201.4s;-moz-animation-delay:201.4s;-o-animation-delay:201.4s;animation-delay:201.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2015){-webkit-animation-delay:201.5s;-moz-animation-delay:201.5s;-o-animation-delay:201.5s;animation-delay:201.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2016){-webkit-animation-delay:201.6s;-moz-animation-delay:201.6s;-o-animation-delay:201.6s;animation-delay:201.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2017){-webkit-animation-delay:201.7s;-moz-animation-delay:201.7s;-o-animation-delay:201.7s;animation-delay:201.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2018){-webkit-animation-delay:201.8s;-moz-animation-delay:201.8s;-o-animation-delay:201.8s;animation-delay:201.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2019){-webkit-animation-delay:201.9s;-moz-animation-delay:201.9s;-o-animation-delay:201.9s;animation-delay:201.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2020){-webkit-animation-delay:202s;-moz-animation-delay:202s;-o-animation-delay:202s;animation-delay:202s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2021){-webkit-animation-delay:202.1s;-moz-animation-delay:202.1s;-o-animation-delay:202.1s;animation-delay:202.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2022){-webkit-animation-delay:202.2s;-moz-animation-delay:202.2s;-o-animation-delay:202.2s;animation-delay:202.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2023){-webkit-animation-delay:202.3s;-moz-animation-delay:202.3s;-o-animation-delay:202.3s;animation-delay:202.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2024){-webkit-animation-delay:202.4s;-moz-animation-delay:202.4s;-o-animation-delay:202.4s;animation-delay:202.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2025){-webkit-animation-delay:202.5s;-moz-animation-delay:202.5s;-o-animation-delay:202.5s;animation-delay:202.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2026){-webkit-animation-delay:202.6s;-moz-animation-delay:202.6s;-o-animation-delay:202.6s;animation-delay:202.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2027){-webkit-animation-delay:202.7s;-moz-animation-delay:202.7s;-o-animation-delay:202.7s;animation-delay:202.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2028){-webkit-animation-delay:202.8s;-moz-animation-delay:202.8s;-o-animation-delay:202.8s;animation-delay:202.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2029){-webkit-animation-delay:202.9s;-moz-animation-delay:202.9s;-o-animation-delay:202.9s;animation-delay:202.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2030){-webkit-animation-delay:203s;-moz-animation-delay:203s;-o-animation-delay:203s;animation-delay:203s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2031){-webkit-animation-delay:203.1s;-moz-animation-delay:203.1s;-o-animation-delay:203.1s;animation-delay:203.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2032){-webkit-animation-delay:203.2s;-moz-animation-delay:203.2s;-o-animation-delay:203.2s;animation-delay:203.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2033){-webkit-animation-delay:203.3s;-moz-animation-delay:203.3s;-o-animation-delay:203.3s;animation-delay:203.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2034){-webkit-animation-delay:203.4s;-moz-animation-delay:203.4s;-o-animation-delay:203.4s;animation-delay:203.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2035){-webkit-animation-delay:203.5s;-moz-animation-delay:203.5s;-o-animation-delay:203.5s;animation-delay:203.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2036){-webkit-animation-delay:203.6s;-moz-animation-delay:203.6s;-o-animation-delay:203.6s;animation-delay:203.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2037){-webkit-animation-delay:203.7s;-moz-animation-delay:203.7s;-o-animation-delay:203.7s;animation-delay:203.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2038){-webkit-animation-delay:203.8s;-moz-animation-delay:203.8s;-o-animation-delay:203.8s;animation-delay:203.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2039){-webkit-animation-delay:203.9s;-moz-animation-delay:203.9s;-o-animation-delay:203.9s;animation-delay:203.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2040){-webkit-animation-delay:204s;-moz-animation-delay:204s;-o-animation-delay:204s;animation-delay:204s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2041){-webkit-animation-delay:204.1s;-moz-animation-delay:204.1s;-o-animation-delay:204.1s;animation-delay:204.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2042){-webkit-animation-delay:204.2s;-moz-animation-delay:204.2s;-o-animation-delay:204.2s;animation-delay:204.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2043){-webkit-animation-delay:204.3s;-moz-animation-delay:204.3s;-o-animation-delay:204.3s;animation-delay:204.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2044){-webkit-animation-delay:204.4s;-moz-animation-delay:204.4s;-o-animation-delay:204.4s;animation-delay:204.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2045){-webkit-animation-delay:204.5s;-moz-animation-delay:204.5s;-o-animation-delay:204.5s;animation-delay:204.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2046){-webkit-animation-delay:204.6s;-moz-animation-delay:204.6s;-o-animation-delay:204.6s;animation-delay:204.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2047){-webkit-animation-delay:204.7s;-moz-animation-delay:204.7s;-o-animation-delay:204.7s;animation-delay:204.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2048){-webkit-animation-delay:204.8s;-moz-animation-delay:204.8s;-o-animation-delay:204.8s;animation-delay:204.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2049){-webkit-animation-delay:204.9s;-moz-animation-delay:204.9s;-o-animation-delay:204.9s;animation-delay:204.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2050){-webkit-animation-delay:205s;-moz-animation-delay:205s;-o-animation-delay:205s;animation-delay:205s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2051){-webkit-animation-delay:205.1s;-moz-animation-delay:205.1s;-o-animation-delay:205.1s;animation-delay:205.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2052){-webkit-animation-delay:205.2s;-moz-animation-delay:205.2s;-o-animation-delay:205.2s;animation-delay:205.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2053){-webkit-animation-delay:205.3s;-moz-animation-delay:205.3s;-o-animation-delay:205.3s;animation-delay:205.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2054){-webkit-animation-delay:205.4s;-moz-animation-delay:205.4s;-o-animation-delay:205.4s;animation-delay:205.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2055){-webkit-animation-delay:205.5s;-moz-animation-delay:205.5s;-o-animation-delay:205.5s;animation-delay:205.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2056){-webkit-animation-delay:205.6s;-moz-animation-delay:205.6s;-o-animation-delay:205.6s;animation-delay:205.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2057){-webkit-animation-delay:205.7s;-moz-animation-delay:205.7s;-o-animation-delay:205.7s;animation-delay:205.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2058){-webkit-animation-delay:205.8s;-moz-animation-delay:205.8s;-o-animation-delay:205.8s;animation-delay:205.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2059){-webkit-animation-delay:205.9s;-moz-animation-delay:205.9s;-o-animation-delay:205.9s;animation-delay:205.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2060){-webkit-animation-delay:206s;-moz-animation-delay:206s;-o-animation-delay:206s;animation-delay:206s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2061){-webkit-animation-delay:206.1s;-moz-animation-delay:206.1s;-o-animation-delay:206.1s;animation-delay:206.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2062){-webkit-animation-delay:206.2s;-moz-animation-delay:206.2s;-o-animation-delay:206.2s;animation-delay:206.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2063){-webkit-animation-delay:206.3s;-moz-animation-delay:206.3s;-o-animation-delay:206.3s;animation-delay:206.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2064){-webkit-animation-delay:206.4s;-moz-animation-delay:206.4s;-o-animation-delay:206.4s;animation-delay:206.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2065){-webkit-animation-delay:206.5s;-moz-animation-delay:206.5s;-o-animation-delay:206.5s;animation-delay:206.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2066){-webkit-animation-delay:206.6s;-moz-animation-delay:206.6s;-o-animation-delay:206.6s;animation-delay:206.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2067){-webkit-animation-delay:206.7s;-moz-animation-delay:206.7s;-o-animation-delay:206.7s;animation-delay:206.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2068){-webkit-animation-delay:206.8s;-moz-animation-delay:206.8s;-o-animation-delay:206.8s;animation-delay:206.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2069){-webkit-animation-delay:206.9s;-moz-animation-delay:206.9s;-o-animation-delay:206.9s;animation-delay:206.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2070){-webkit-animation-delay:207s;-moz-animation-delay:207s;-o-animation-delay:207s;animation-delay:207s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2071){-webkit-animation-delay:207.1s;-moz-animation-delay:207.1s;-o-animation-delay:207.1s;animation-delay:207.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2072){-webkit-animation-delay:207.2s;-moz-animation-delay:207.2s;-o-animation-delay:207.2s;animation-delay:207.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2073){-webkit-animation-delay:207.3s;-moz-animation-delay:207.3s;-o-animation-delay:207.3s;animation-delay:207.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2074){-webkit-animation-delay:207.4s;-moz-animation-delay:207.4s;-o-animation-delay:207.4s;animation-delay:207.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2075){-webkit-animation-delay:207.5s;-moz-animation-delay:207.5s;-o-animation-delay:207.5s;animation-delay:207.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2076){-webkit-animation-delay:207.6s;-moz-animation-delay:207.6s;-o-animation-delay:207.6s;animation-delay:207.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2077){-webkit-animation-delay:207.7s;-moz-animation-delay:207.7s;-o-animation-delay:207.7s;animation-delay:207.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2078){-webkit-animation-delay:207.8s;-moz-animation-delay:207.8s;-o-animation-delay:207.8s;animation-delay:207.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2079){-webkit-animation-delay:207.9s;-moz-animation-delay:207.9s;-o-animation-delay:207.9s;animation-delay:207.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2080){-webkit-animation-delay:208s;-moz-animation-delay:208s;-o-animation-delay:208s;animation-delay:208s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2081){-webkit-animation-delay:208.1s;-moz-animation-delay:208.1s;-o-animation-delay:208.1s;animation-delay:208.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2082){-webkit-animation-delay:208.2s;-moz-animation-delay:208.2s;-o-animation-delay:208.2s;animation-delay:208.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2083){-webkit-animation-delay:208.3s;-moz-animation-delay:208.3s;-o-animation-delay:208.3s;animation-delay:208.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2084){-webkit-animation-delay:208.4s;-moz-animation-delay:208.4s;-o-animation-delay:208.4s;animation-delay:208.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2085){-webkit-animation-delay:208.5s;-moz-animation-delay:208.5s;-o-animation-delay:208.5s;animation-delay:208.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2086){-webkit-animation-delay:208.6s;-moz-animation-delay:208.6s;-o-animation-delay:208.6s;animation-delay:208.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2087){-webkit-animation-delay:208.7s;-moz-animation-delay:208.7s;-o-animation-delay:208.7s;animation-delay:208.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2088){-webkit-animation-delay:208.8s;-moz-animation-delay:208.8s;-o-animation-delay:208.8s;animation-delay:208.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2089){-webkit-animation-delay:208.9s;-moz-animation-delay:208.9s;-o-animation-delay:208.9s;animation-delay:208.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2090){-webkit-animation-delay:209s;-moz-animation-delay:209s;-o-animation-delay:209s;animation-delay:209s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2091){-webkit-animation-delay:209.1s;-moz-animation-delay:209.1s;-o-animation-delay:209.1s;animation-delay:209.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2092){-webkit-animation-delay:209.2s;-moz-animation-delay:209.2s;-o-animation-delay:209.2s;animation-delay:209.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2093){-webkit-animation-delay:209.3s;-moz-animation-delay:209.3s;-o-animation-delay:209.3s;animation-delay:209.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2094){-webkit-animation-delay:209.4s;-moz-animation-delay:209.4s;-o-animation-delay:209.4s;animation-delay:209.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2095){-webkit-animation-delay:209.5s;-moz-animation-delay:209.5s;-o-animation-delay:209.5s;animation-delay:209.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2096){-webkit-animation-delay:209.6s;-moz-animation-delay:209.6s;-o-animation-delay:209.6s;animation-delay:209.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2097){-webkit-animation-delay:209.7s;-moz-animation-delay:209.7s;-o-animation-delay:209.7s;animation-delay:209.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2098){-webkit-animation-delay:209.8s;-moz-animation-delay:209.8s;-o-animation-delay:209.8s;animation-delay:209.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2099){-webkit-animation-delay:209.9s;-moz-animation-delay:209.9s;-o-animation-delay:209.9s;animation-delay:209.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2100){-webkit-animation-delay:210s;-moz-animation-delay:210s;-o-animation-delay:210s;animation-delay:210s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2101){-webkit-animation-delay:210.1s;-moz-animation-delay:210.1s;-o-animation-delay:210.1s;animation-delay:210.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2102){-webkit-animation-delay:210.2s;-moz-animation-delay:210.2s;-o-animation-delay:210.2s;animation-delay:210.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2103){-webkit-animation-delay:210.3s;-moz-animation-delay:210.3s;-o-animation-delay:210.3s;animation-delay:210.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2104){-webkit-animation-delay:210.4s;-moz-animation-delay:210.4s;-o-animation-delay:210.4s;animation-delay:210.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2105){-webkit-animation-delay:210.5s;-moz-animation-delay:210.5s;-o-animation-delay:210.5s;animation-delay:210.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2106){-webkit-animation-delay:210.6s;-moz-animation-delay:210.6s;-o-animation-delay:210.6s;animation-delay:210.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2107){-webkit-animation-delay:210.7s;-moz-animation-delay:210.7s;-o-animation-delay:210.7s;animation-delay:210.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2108){-webkit-animation-delay:210.8s;-moz-animation-delay:210.8s;-o-animation-delay:210.8s;animation-delay:210.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2109){-webkit-animation-delay:210.9s;-moz-animation-delay:210.9s;-o-animation-delay:210.9s;animation-delay:210.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2110){-webkit-animation-delay:211s;-moz-animation-delay:211s;-o-animation-delay:211s;animation-delay:211s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2111){-webkit-animation-delay:211.1s;-moz-animation-delay:211.1s;-o-animation-delay:211.1s;animation-delay:211.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2112){-webkit-animation-delay:211.2s;-moz-animation-delay:211.2s;-o-animation-delay:211.2s;animation-delay:211.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2113){-webkit-animation-delay:211.3s;-moz-animation-delay:211.3s;-o-animation-delay:211.3s;animation-delay:211.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2114){-webkit-animation-delay:211.4s;-moz-animation-delay:211.4s;-o-animation-delay:211.4s;animation-delay:211.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2115){-webkit-animation-delay:211.5s;-moz-animation-delay:211.5s;-o-animation-delay:211.5s;animation-delay:211.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2116){-webkit-animation-delay:211.6s;-moz-animation-delay:211.6s;-o-animation-delay:211.6s;animation-delay:211.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2117){-webkit-animation-delay:211.7s;-moz-animation-delay:211.7s;-o-animation-delay:211.7s;animation-delay:211.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2118){-webkit-animation-delay:211.8s;-moz-animation-delay:211.8s;-o-animation-delay:211.8s;animation-delay:211.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2119){-webkit-animation-delay:211.9s;-moz-animation-delay:211.9s;-o-animation-delay:211.9s;animation-delay:211.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2120){-webkit-animation-delay:212s;-moz-animation-delay:212s;-o-animation-delay:212s;animation-delay:212s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2121){-webkit-animation-delay:212.1s;-moz-animation-delay:212.1s;-o-animation-delay:212.1s;animation-delay:212.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2122){-webkit-animation-delay:212.2s;-moz-animation-delay:212.2s;-o-animation-delay:212.2s;animation-delay:212.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2123){-webkit-animation-delay:212.3s;-moz-animation-delay:212.3s;-o-animation-delay:212.3s;animation-delay:212.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2124){-webkit-animation-delay:212.4s;-moz-animation-delay:212.4s;-o-animation-delay:212.4s;animation-delay:212.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2125){-webkit-animation-delay:212.5s;-moz-animation-delay:212.5s;-o-animation-delay:212.5s;animation-delay:212.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2126){-webkit-animation-delay:212.6s;-moz-animation-delay:212.6s;-o-animation-delay:212.6s;animation-delay:212.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2127){-webkit-animation-delay:212.7s;-moz-animation-delay:212.7s;-o-animation-delay:212.7s;animation-delay:212.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2128){-webkit-animation-delay:212.8s;-moz-animation-delay:212.8s;-o-animation-delay:212.8s;animation-delay:212.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2129){-webkit-animation-delay:212.9s;-moz-animation-delay:212.9s;-o-animation-delay:212.9s;animation-delay:212.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2130){-webkit-animation-delay:213s;-moz-animation-delay:213s;-o-animation-delay:213s;animation-delay:213s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2131){-webkit-animation-delay:213.1s;-moz-animation-delay:213.1s;-o-animation-delay:213.1s;animation-delay:213.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2132){-webkit-animation-delay:213.2s;-moz-animation-delay:213.2s;-o-animation-delay:213.2s;animation-delay:213.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2133){-webkit-animation-delay:213.3s;-moz-animation-delay:213.3s;-o-animation-delay:213.3s;animation-delay:213.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2134){-webkit-animation-delay:213.4s;-moz-animation-delay:213.4s;-o-animation-delay:213.4s;animation-delay:213.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2135){-webkit-animation-delay:213.5s;-moz-animation-delay:213.5s;-o-animation-delay:213.5s;animation-delay:213.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2136){-webkit-animation-delay:213.6s;-moz-animation-delay:213.6s;-o-animation-delay:213.6s;animation-delay:213.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2137){-webkit-animation-delay:213.7s;-moz-animation-delay:213.7s;-o-animation-delay:213.7s;animation-delay:213.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2138){-webkit-animation-delay:213.8s;-moz-animation-delay:213.8s;-o-animation-delay:213.8s;animation-delay:213.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2139){-webkit-animation-delay:213.9s;-moz-animation-delay:213.9s;-o-animation-delay:213.9s;animation-delay:213.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2140){-webkit-animation-delay:214s;-moz-animation-delay:214s;-o-animation-delay:214s;animation-delay:214s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2141){-webkit-animation-delay:214.1s;-moz-animation-delay:214.1s;-o-animation-delay:214.1s;animation-delay:214.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2142){-webkit-animation-delay:214.2s;-moz-animation-delay:214.2s;-o-animation-delay:214.2s;animation-delay:214.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2143){-webkit-animation-delay:214.3s;-moz-animation-delay:214.3s;-o-animation-delay:214.3s;animation-delay:214.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2144){-webkit-animation-delay:214.4s;-moz-animation-delay:214.4s;-o-animation-delay:214.4s;animation-delay:214.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2145){-webkit-animation-delay:214.5s;-moz-animation-delay:214.5s;-o-animation-delay:214.5s;animation-delay:214.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2146){-webkit-animation-delay:214.6s;-moz-animation-delay:214.6s;-o-animation-delay:214.6s;animation-delay:214.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2147){-webkit-animation-delay:214.7s;-moz-animation-delay:214.7s;-o-animation-delay:214.7s;animation-delay:214.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2148){-webkit-animation-delay:214.8s;-moz-animation-delay:214.8s;-o-animation-delay:214.8s;animation-delay:214.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2149){-webkit-animation-delay:214.9s;-moz-animation-delay:214.9s;-o-animation-delay:214.9s;animation-delay:214.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2150){-webkit-animation-delay:215s;-moz-animation-delay:215s;-o-animation-delay:215s;animation-delay:215s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2151){-webkit-animation-delay:215.1s;-moz-animation-delay:215.1s;-o-animation-delay:215.1s;animation-delay:215.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2152){-webkit-animation-delay:215.2s;-moz-animation-delay:215.2s;-o-animation-delay:215.2s;animation-delay:215.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2153){-webkit-animation-delay:215.3s;-moz-animation-delay:215.3s;-o-animation-delay:215.3s;animation-delay:215.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2154){-webkit-animation-delay:215.4s;-moz-animation-delay:215.4s;-o-animation-delay:215.4s;animation-delay:215.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2155){-webkit-animation-delay:215.5s;-moz-animation-delay:215.5s;-o-animation-delay:215.5s;animation-delay:215.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2156){-webkit-animation-delay:215.6s;-moz-animation-delay:215.6s;-o-animation-delay:215.6s;animation-delay:215.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2157){-webkit-animation-delay:215.7s;-moz-animation-delay:215.7s;-o-animation-delay:215.7s;animation-delay:215.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2158){-webkit-animation-delay:215.8s;-moz-animation-delay:215.8s;-o-animation-delay:215.8s;animation-delay:215.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2159){-webkit-animation-delay:215.9s;-moz-animation-delay:215.9s;-o-animation-delay:215.9s;animation-delay:215.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2160){-webkit-animation-delay:216s;-moz-animation-delay:216s;-o-animation-delay:216s;animation-delay:216s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2161){-webkit-animation-delay:216.1s;-moz-animation-delay:216.1s;-o-animation-delay:216.1s;animation-delay:216.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2162){-webkit-animation-delay:216.2s;-moz-animation-delay:216.2s;-o-animation-delay:216.2s;animation-delay:216.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2163){-webkit-animation-delay:216.3s;-moz-animation-delay:216.3s;-o-animation-delay:216.3s;animation-delay:216.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2164){-webkit-animation-delay:216.4s;-moz-animation-delay:216.4s;-o-animation-delay:216.4s;animation-delay:216.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2165){-webkit-animation-delay:216.5s;-moz-animation-delay:216.5s;-o-animation-delay:216.5s;animation-delay:216.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2166){-webkit-animation-delay:216.6s;-moz-animation-delay:216.6s;-o-animation-delay:216.6s;animation-delay:216.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2167){-webkit-animation-delay:216.7s;-moz-animation-delay:216.7s;-o-animation-delay:216.7s;animation-delay:216.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2168){-webkit-animation-delay:216.8s;-moz-animation-delay:216.8s;-o-animation-delay:216.8s;animation-delay:216.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2169){-webkit-animation-delay:216.9s;-moz-animation-delay:216.9s;-o-animation-delay:216.9s;animation-delay:216.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2170){-webkit-animation-delay:217s;-moz-animation-delay:217s;-o-animation-delay:217s;animation-delay:217s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2171){-webkit-animation-delay:217.1s;-moz-animation-delay:217.1s;-o-animation-delay:217.1s;animation-delay:217.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2172){-webkit-animation-delay:217.2s;-moz-animation-delay:217.2s;-o-animation-delay:217.2s;animation-delay:217.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2173){-webkit-animation-delay:217.3s;-moz-animation-delay:217.3s;-o-animation-delay:217.3s;animation-delay:217.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2174){-webkit-animation-delay:217.4s;-moz-animation-delay:217.4s;-o-animation-delay:217.4s;animation-delay:217.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2175){-webkit-animation-delay:217.5s;-moz-animation-delay:217.5s;-o-animation-delay:217.5s;animation-delay:217.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2176){-webkit-animation-delay:217.6s;-moz-animation-delay:217.6s;-o-animation-delay:217.6s;animation-delay:217.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2177){-webkit-animation-delay:217.7s;-moz-animation-delay:217.7s;-o-animation-delay:217.7s;animation-delay:217.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2178){-webkit-animation-delay:217.8s;-moz-animation-delay:217.8s;-o-animation-delay:217.8s;animation-delay:217.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2179){-webkit-animation-delay:217.9s;-moz-animation-delay:217.9s;-o-animation-delay:217.9s;animation-delay:217.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2180){-webkit-animation-delay:218s;-moz-animation-delay:218s;-o-animation-delay:218s;animation-delay:218s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2181){-webkit-animation-delay:218.1s;-moz-animation-delay:218.1s;-o-animation-delay:218.1s;animation-delay:218.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2182){-webkit-animation-delay:218.2s;-moz-animation-delay:218.2s;-o-animation-delay:218.2s;animation-delay:218.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2183){-webkit-animation-delay:218.3s;-moz-animation-delay:218.3s;-o-animation-delay:218.3s;animation-delay:218.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2184){-webkit-animation-delay:218.4s;-moz-animation-delay:218.4s;-o-animation-delay:218.4s;animation-delay:218.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2185){-webkit-animation-delay:218.5s;-moz-animation-delay:218.5s;-o-animation-delay:218.5s;animation-delay:218.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2186){-webkit-animation-delay:218.6s;-moz-animation-delay:218.6s;-o-animation-delay:218.6s;animation-delay:218.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2187){-webkit-animation-delay:218.7s;-moz-animation-delay:218.7s;-o-animation-delay:218.7s;animation-delay:218.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2188){-webkit-animation-delay:218.8s;-moz-animation-delay:218.8s;-o-animation-delay:218.8s;animation-delay:218.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2189){-webkit-animation-delay:218.9s;-moz-animation-delay:218.9s;-o-animation-delay:218.9s;animation-delay:218.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2190){-webkit-animation-delay:219s;-moz-animation-delay:219s;-o-animation-delay:219s;animation-delay:219s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2191){-webkit-animation-delay:219.1s;-moz-animation-delay:219.1s;-o-animation-delay:219.1s;animation-delay:219.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2192){-webkit-animation-delay:219.2s;-moz-animation-delay:219.2s;-o-animation-delay:219.2s;animation-delay:219.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2193){-webkit-animation-delay:219.3s;-moz-animation-delay:219.3s;-o-animation-delay:219.3s;animation-delay:219.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2194){-webkit-animation-delay:219.4s;-moz-animation-delay:219.4s;-o-animation-delay:219.4s;animation-delay:219.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2195){-webkit-animation-delay:219.5s;-moz-animation-delay:219.5s;-o-animation-delay:219.5s;animation-delay:219.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2196){-webkit-animation-delay:219.6s;-moz-animation-delay:219.6s;-o-animation-delay:219.6s;animation-delay:219.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2197){-webkit-animation-delay:219.7s;-moz-animation-delay:219.7s;-o-animation-delay:219.7s;animation-delay:219.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2198){-webkit-animation-delay:219.8s;-moz-animation-delay:219.8s;-o-animation-delay:219.8s;animation-delay:219.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2199){-webkit-animation-delay:219.9s;-moz-animation-delay:219.9s;-o-animation-delay:219.9s;animation-delay:219.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2200){-webkit-animation-delay:220s;-moz-animation-delay:220s;-o-animation-delay:220s;animation-delay:220s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2201){-webkit-animation-delay:220.1s;-moz-animation-delay:220.1s;-o-animation-delay:220.1s;animation-delay:220.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2202){-webkit-animation-delay:220.2s;-moz-animation-delay:220.2s;-o-animation-delay:220.2s;animation-delay:220.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2203){-webkit-animation-delay:220.3s;-moz-animation-delay:220.3s;-o-animation-delay:220.3s;animation-delay:220.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2204){-webkit-animation-delay:220.4s;-moz-animation-delay:220.4s;-o-animation-delay:220.4s;animation-delay:220.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2205){-webkit-animation-delay:220.5s;-moz-animation-delay:220.5s;-o-animation-delay:220.5s;animation-delay:220.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2206){-webkit-animation-delay:220.6s;-moz-animation-delay:220.6s;-o-animation-delay:220.6s;animation-delay:220.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2207){-webkit-animation-delay:220.7s;-moz-animation-delay:220.7s;-o-animation-delay:220.7s;animation-delay:220.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2208){-webkit-animation-delay:220.8s;-moz-animation-delay:220.8s;-o-animation-delay:220.8s;animation-delay:220.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2209){-webkit-animation-delay:220.9s;-moz-animation-delay:220.9s;-o-animation-delay:220.9s;animation-delay:220.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2210){-webkit-animation-delay:221s;-moz-animation-delay:221s;-o-animation-delay:221s;animation-delay:221s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2211){-webkit-animation-delay:221.1s;-moz-animation-delay:221.1s;-o-animation-delay:221.1s;animation-delay:221.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2212){-webkit-animation-delay:221.2s;-moz-animation-delay:221.2s;-o-animation-delay:221.2s;animation-delay:221.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2213){-webkit-animation-delay:221.3s;-moz-animation-delay:221.3s;-o-animation-delay:221.3s;animation-delay:221.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2214){-webkit-animation-delay:221.4s;-moz-animation-delay:221.4s;-o-animation-delay:221.4s;animation-delay:221.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2215){-webkit-animation-delay:221.5s;-moz-animation-delay:221.5s;-o-animation-delay:221.5s;animation-delay:221.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2216){-webkit-animation-delay:221.6s;-moz-animation-delay:221.6s;-o-animation-delay:221.6s;animation-delay:221.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2217){-webkit-animation-delay:221.7s;-moz-animation-delay:221.7s;-o-animation-delay:221.7s;animation-delay:221.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2218){-webkit-animation-delay:221.8s;-moz-animation-delay:221.8s;-o-animation-delay:221.8s;animation-delay:221.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2219){-webkit-animation-delay:221.9s;-moz-animation-delay:221.9s;-o-animation-delay:221.9s;animation-delay:221.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2220){-webkit-animation-delay:222s;-moz-animation-delay:222s;-o-animation-delay:222s;animation-delay:222s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2221){-webkit-animation-delay:222.1s;-moz-animation-delay:222.1s;-o-animation-delay:222.1s;animation-delay:222.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2222){-webkit-animation-delay:222.2s;-moz-animation-delay:222.2s;-o-animation-delay:222.2s;animation-delay:222.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2223){-webkit-animation-delay:222.3s;-moz-animation-delay:222.3s;-o-animation-delay:222.3s;animation-delay:222.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2224){-webkit-animation-delay:222.4s;-moz-animation-delay:222.4s;-o-animation-delay:222.4s;animation-delay:222.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2225){-webkit-animation-delay:222.5s;-moz-animation-delay:222.5s;-o-animation-delay:222.5s;animation-delay:222.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2226){-webkit-animation-delay:222.6s;-moz-animation-delay:222.6s;-o-animation-delay:222.6s;animation-delay:222.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2227){-webkit-animation-delay:222.7s;-moz-animation-delay:222.7s;-o-animation-delay:222.7s;animation-delay:222.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2228){-webkit-animation-delay:222.8s;-moz-animation-delay:222.8s;-o-animation-delay:222.8s;animation-delay:222.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2229){-webkit-animation-delay:222.9s;-moz-animation-delay:222.9s;-o-animation-delay:222.9s;animation-delay:222.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2230){-webkit-animation-delay:223s;-moz-animation-delay:223s;-o-animation-delay:223s;animation-delay:223s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2231){-webkit-animation-delay:223.1s;-moz-animation-delay:223.1s;-o-animation-delay:223.1s;animation-delay:223.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2232){-webkit-animation-delay:223.2s;-moz-animation-delay:223.2s;-o-animation-delay:223.2s;animation-delay:223.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2233){-webkit-animation-delay:223.3s;-moz-animation-delay:223.3s;-o-animation-delay:223.3s;animation-delay:223.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2234){-webkit-animation-delay:223.4s;-moz-animation-delay:223.4s;-o-animation-delay:223.4s;animation-delay:223.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2235){-webkit-animation-delay:223.5s;-moz-animation-delay:223.5s;-o-animation-delay:223.5s;animation-delay:223.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2236){-webkit-animation-delay:223.6s;-moz-animation-delay:223.6s;-o-animation-delay:223.6s;animation-delay:223.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2237){-webkit-animation-delay:223.7s;-moz-animation-delay:223.7s;-o-animation-delay:223.7s;animation-delay:223.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2238){-webkit-animation-delay:223.8s;-moz-animation-delay:223.8s;-o-animation-delay:223.8s;animation-delay:223.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2239){-webkit-animation-delay:223.9s;-moz-animation-delay:223.9s;-o-animation-delay:223.9s;animation-delay:223.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2240){-webkit-animation-delay:224s;-moz-animation-delay:224s;-o-animation-delay:224s;animation-delay:224s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2241){-webkit-animation-delay:224.1s;-moz-animation-delay:224.1s;-o-animation-delay:224.1s;animation-delay:224.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2242){-webkit-animation-delay:224.2s;-moz-animation-delay:224.2s;-o-animation-delay:224.2s;animation-delay:224.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2243){-webkit-animation-delay:224.3s;-moz-animation-delay:224.3s;-o-animation-delay:224.3s;animation-delay:224.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2244){-webkit-animation-delay:224.4s;-moz-animation-delay:224.4s;-o-animation-delay:224.4s;animation-delay:224.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2245){-webkit-animation-delay:224.5s;-moz-animation-delay:224.5s;-o-animation-delay:224.5s;animation-delay:224.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2246){-webkit-animation-delay:224.6s;-moz-animation-delay:224.6s;-o-animation-delay:224.6s;animation-delay:224.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2247){-webkit-animation-delay:224.7s;-moz-animation-delay:224.7s;-o-animation-delay:224.7s;animation-delay:224.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2248){-webkit-animation-delay:224.8s;-moz-animation-delay:224.8s;-o-animation-delay:224.8s;animation-delay:224.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2249){-webkit-animation-delay:224.9s;-moz-animation-delay:224.9s;-o-animation-delay:224.9s;animation-delay:224.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2250){-webkit-animation-delay:225s;-moz-animation-delay:225s;-o-animation-delay:225s;animation-delay:225s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2251){-webkit-animation-delay:225.1s;-moz-animation-delay:225.1s;-o-animation-delay:225.1s;animation-delay:225.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2252){-webkit-animation-delay:225.2s;-moz-animation-delay:225.2s;-o-animation-delay:225.2s;animation-delay:225.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2253){-webkit-animation-delay:225.3s;-moz-animation-delay:225.3s;-o-animation-delay:225.3s;animation-delay:225.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2254){-webkit-animation-delay:225.4s;-moz-animation-delay:225.4s;-o-animation-delay:225.4s;animation-delay:225.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2255){-webkit-animation-delay:225.5s;-moz-animation-delay:225.5s;-o-animation-delay:225.5s;animation-delay:225.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2256){-webkit-animation-delay:225.6s;-moz-animation-delay:225.6s;-o-animation-delay:225.6s;animation-delay:225.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2257){-webkit-animation-delay:225.7s;-moz-animation-delay:225.7s;-o-animation-delay:225.7s;animation-delay:225.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2258){-webkit-animation-delay:225.8s;-moz-animation-delay:225.8s;-o-animation-delay:225.8s;animation-delay:225.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2259){-webkit-animation-delay:225.9s;-moz-animation-delay:225.9s;-o-animation-delay:225.9s;animation-delay:225.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2260){-webkit-animation-delay:226s;-moz-animation-delay:226s;-o-animation-delay:226s;animation-delay:226s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2261){-webkit-animation-delay:226.1s;-moz-animation-delay:226.1s;-o-animation-delay:226.1s;animation-delay:226.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2262){-webkit-animation-delay:226.2s;-moz-animation-delay:226.2s;-o-animation-delay:226.2s;animation-delay:226.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2263){-webkit-animation-delay:226.3s;-moz-animation-delay:226.3s;-o-animation-delay:226.3s;animation-delay:226.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2264){-webkit-animation-delay:226.4s;-moz-animation-delay:226.4s;-o-animation-delay:226.4s;animation-delay:226.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2265){-webkit-animation-delay:226.5s;-moz-animation-delay:226.5s;-o-animation-delay:226.5s;animation-delay:226.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2266){-webkit-animation-delay:226.6s;-moz-animation-delay:226.6s;-o-animation-delay:226.6s;animation-delay:226.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2267){-webkit-animation-delay:226.7s;-moz-animation-delay:226.7s;-o-animation-delay:226.7s;animation-delay:226.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2268){-webkit-animation-delay:226.8s;-moz-animation-delay:226.8s;-o-animation-delay:226.8s;animation-delay:226.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2269){-webkit-animation-delay:226.9s;-moz-animation-delay:226.9s;-o-animation-delay:226.9s;animation-delay:226.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2270){-webkit-animation-delay:227s;-moz-animation-delay:227s;-o-animation-delay:227s;animation-delay:227s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2271){-webkit-animation-delay:227.1s;-moz-animation-delay:227.1s;-o-animation-delay:227.1s;animation-delay:227.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2272){-webkit-animation-delay:227.2s;-moz-animation-delay:227.2s;-o-animation-delay:227.2s;animation-delay:227.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2273){-webkit-animation-delay:227.3s;-moz-animation-delay:227.3s;-o-animation-delay:227.3s;animation-delay:227.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2274){-webkit-animation-delay:227.4s;-moz-animation-delay:227.4s;-o-animation-delay:227.4s;animation-delay:227.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2275){-webkit-animation-delay:227.5s;-moz-animation-delay:227.5s;-o-animation-delay:227.5s;animation-delay:227.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2276){-webkit-animation-delay:227.6s;-moz-animation-delay:227.6s;-o-animation-delay:227.6s;animation-delay:227.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2277){-webkit-animation-delay:227.7s;-moz-animation-delay:227.7s;-o-animation-delay:227.7s;animation-delay:227.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2278){-webkit-animation-delay:227.8s;-moz-animation-delay:227.8s;-o-animation-delay:227.8s;animation-delay:227.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2279){-webkit-animation-delay:227.9s;-moz-animation-delay:227.9s;-o-animation-delay:227.9s;animation-delay:227.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2280){-webkit-animation-delay:228s;-moz-animation-delay:228s;-o-animation-delay:228s;animation-delay:228s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2281){-webkit-animation-delay:228.1s;-moz-animation-delay:228.1s;-o-animation-delay:228.1s;animation-delay:228.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2282){-webkit-animation-delay:228.2s;-moz-animation-delay:228.2s;-o-animation-delay:228.2s;animation-delay:228.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2283){-webkit-animation-delay:228.3s;-moz-animation-delay:228.3s;-o-animation-delay:228.3s;animation-delay:228.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2284){-webkit-animation-delay:228.4s;-moz-animation-delay:228.4s;-o-animation-delay:228.4s;animation-delay:228.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2285){-webkit-animation-delay:228.5s;-moz-animation-delay:228.5s;-o-animation-delay:228.5s;animation-delay:228.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2286){-webkit-animation-delay:228.6s;-moz-animation-delay:228.6s;-o-animation-delay:228.6s;animation-delay:228.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2287){-webkit-animation-delay:228.7s;-moz-animation-delay:228.7s;-o-animation-delay:228.7s;animation-delay:228.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2288){-webkit-animation-delay:228.8s;-moz-animation-delay:228.8s;-o-animation-delay:228.8s;animation-delay:228.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2289){-webkit-animation-delay:228.9s;-moz-animation-delay:228.9s;-o-animation-delay:228.9s;animation-delay:228.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2290){-webkit-animation-delay:229s;-moz-animation-delay:229s;-o-animation-delay:229s;animation-delay:229s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2291){-webkit-animation-delay:229.1s;-moz-animation-delay:229.1s;-o-animation-delay:229.1s;animation-delay:229.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2292){-webkit-animation-delay:229.2s;-moz-animation-delay:229.2s;-o-animation-delay:229.2s;animation-delay:229.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2293){-webkit-animation-delay:229.3s;-moz-animation-delay:229.3s;-o-animation-delay:229.3s;animation-delay:229.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2294){-webkit-animation-delay:229.4s;-moz-animation-delay:229.4s;-o-animation-delay:229.4s;animation-delay:229.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2295){-webkit-animation-delay:229.5s;-moz-animation-delay:229.5s;-o-animation-delay:229.5s;animation-delay:229.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2296){-webkit-animation-delay:229.6s;-moz-animation-delay:229.6s;-o-animation-delay:229.6s;animation-delay:229.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2297){-webkit-animation-delay:229.7s;-moz-animation-delay:229.7s;-o-animation-delay:229.7s;animation-delay:229.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2298){-webkit-animation-delay:229.8s;-moz-animation-delay:229.8s;-o-animation-delay:229.8s;animation-delay:229.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2299){-webkit-animation-delay:229.9s;-moz-animation-delay:229.9s;-o-animation-delay:229.9s;animation-delay:229.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2300){-webkit-animation-delay:230s;-moz-animation-delay:230s;-o-animation-delay:230s;animation-delay:230s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2301){-webkit-animation-delay:230.1s;-moz-animation-delay:230.1s;-o-animation-delay:230.1s;animation-delay:230.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2302){-webkit-animation-delay:230.2s;-moz-animation-delay:230.2s;-o-animation-delay:230.2s;animation-delay:230.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2303){-webkit-animation-delay:230.3s;-moz-animation-delay:230.3s;-o-animation-delay:230.3s;animation-delay:230.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2304){-webkit-animation-delay:230.4s;-moz-animation-delay:230.4s;-o-animation-delay:230.4s;animation-delay:230.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2305){-webkit-animation-delay:230.5s;-moz-animation-delay:230.5s;-o-animation-delay:230.5s;animation-delay:230.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2306){-webkit-animation-delay:230.6s;-moz-animation-delay:230.6s;-o-animation-delay:230.6s;animation-delay:230.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2307){-webkit-animation-delay:230.7s;-moz-animation-delay:230.7s;-o-animation-delay:230.7s;animation-delay:230.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2308){-webkit-animation-delay:230.8s;-moz-animation-delay:230.8s;-o-animation-delay:230.8s;animation-delay:230.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2309){-webkit-animation-delay:230.9s;-moz-animation-delay:230.9s;-o-animation-delay:230.9s;animation-delay:230.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2310){-webkit-animation-delay:231s;-moz-animation-delay:231s;-o-animation-delay:231s;animation-delay:231s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2311){-webkit-animation-delay:231.1s;-moz-animation-delay:231.1s;-o-animation-delay:231.1s;animation-delay:231.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2312){-webkit-animation-delay:231.2s;-moz-animation-delay:231.2s;-o-animation-delay:231.2s;animation-delay:231.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2313){-webkit-animation-delay:231.3s;-moz-animation-delay:231.3s;-o-animation-delay:231.3s;animation-delay:231.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2314){-webkit-animation-delay:231.4s;-moz-animation-delay:231.4s;-o-animation-delay:231.4s;animation-delay:231.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2315){-webkit-animation-delay:231.5s;-moz-animation-delay:231.5s;-o-animation-delay:231.5s;animation-delay:231.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2316){-webkit-animation-delay:231.6s;-moz-animation-delay:231.6s;-o-animation-delay:231.6s;animation-delay:231.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2317){-webkit-animation-delay:231.7s;-moz-animation-delay:231.7s;-o-animation-delay:231.7s;animation-delay:231.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2318){-webkit-animation-delay:231.8s;-moz-animation-delay:231.8s;-o-animation-delay:231.8s;animation-delay:231.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2319){-webkit-animation-delay:231.9s;-moz-animation-delay:231.9s;-o-animation-delay:231.9s;animation-delay:231.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2320){-webkit-animation-delay:232s;-moz-animation-delay:232s;-o-animation-delay:232s;animation-delay:232s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2321){-webkit-animation-delay:232.1s;-moz-animation-delay:232.1s;-o-animation-delay:232.1s;animation-delay:232.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2322){-webkit-animation-delay:232.2s;-moz-animation-delay:232.2s;-o-animation-delay:232.2s;animation-delay:232.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2323){-webkit-animation-delay:232.3s;-moz-animation-delay:232.3s;-o-animation-delay:232.3s;animation-delay:232.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2324){-webkit-animation-delay:232.4s;-moz-animation-delay:232.4s;-o-animation-delay:232.4s;animation-delay:232.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2325){-webkit-animation-delay:232.5s;-moz-animation-delay:232.5s;-o-animation-delay:232.5s;animation-delay:232.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2326){-webkit-animation-delay:232.6s;-moz-animation-delay:232.6s;-o-animation-delay:232.6s;animation-delay:232.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2327){-webkit-animation-delay:232.7s;-moz-animation-delay:232.7s;-o-animation-delay:232.7s;animation-delay:232.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2328){-webkit-animation-delay:232.8s;-moz-animation-delay:232.8s;-o-animation-delay:232.8s;animation-delay:232.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2329){-webkit-animation-delay:232.9s;-moz-animation-delay:232.9s;-o-animation-delay:232.9s;animation-delay:232.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2330){-webkit-animation-delay:233s;-moz-animation-delay:233s;-o-animation-delay:233s;animation-delay:233s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2331){-webkit-animation-delay:233.1s;-moz-animation-delay:233.1s;-o-animation-delay:233.1s;animation-delay:233.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2332){-webkit-animation-delay:233.2s;-moz-animation-delay:233.2s;-o-animation-delay:233.2s;animation-delay:233.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2333){-webkit-animation-delay:233.3s;-moz-animation-delay:233.3s;-o-animation-delay:233.3s;animation-delay:233.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2334){-webkit-animation-delay:233.4s;-moz-animation-delay:233.4s;-o-animation-delay:233.4s;animation-delay:233.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2335){-webkit-animation-delay:233.5s;-moz-animation-delay:233.5s;-o-animation-delay:233.5s;animation-delay:233.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2336){-webkit-animation-delay:233.6s;-moz-animation-delay:233.6s;-o-animation-delay:233.6s;animation-delay:233.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2337){-webkit-animation-delay:233.7s;-moz-animation-delay:233.7s;-o-animation-delay:233.7s;animation-delay:233.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2338){-webkit-animation-delay:233.8s;-moz-animation-delay:233.8s;-o-animation-delay:233.8s;animation-delay:233.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2339){-webkit-animation-delay:233.9s;-moz-animation-delay:233.9s;-o-animation-delay:233.9s;animation-delay:233.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2340){-webkit-animation-delay:234s;-moz-animation-delay:234s;-o-animation-delay:234s;animation-delay:234s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2341){-webkit-animation-delay:234.1s;-moz-animation-delay:234.1s;-o-animation-delay:234.1s;animation-delay:234.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2342){-webkit-animation-delay:234.2s;-moz-animation-delay:234.2s;-o-animation-delay:234.2s;animation-delay:234.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2343){-webkit-animation-delay:234.3s;-moz-animation-delay:234.3s;-o-animation-delay:234.3s;animation-delay:234.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2344){-webkit-animation-delay:234.4s;-moz-animation-delay:234.4s;-o-animation-delay:234.4s;animation-delay:234.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2345){-webkit-animation-delay:234.5s;-moz-animation-delay:234.5s;-o-animation-delay:234.5s;animation-delay:234.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2346){-webkit-animation-delay:234.6s;-moz-animation-delay:234.6s;-o-animation-delay:234.6s;animation-delay:234.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2347){-webkit-animation-delay:234.7s;-moz-animation-delay:234.7s;-o-animation-delay:234.7s;animation-delay:234.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2348){-webkit-animation-delay:234.8s;-moz-animation-delay:234.8s;-o-animation-delay:234.8s;animation-delay:234.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2349){-webkit-animation-delay:234.9s;-moz-animation-delay:234.9s;-o-animation-delay:234.9s;animation-delay:234.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2350){-webkit-animation-delay:235s;-moz-animation-delay:235s;-o-animation-delay:235s;animation-delay:235s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2351){-webkit-animation-delay:235.1s;-moz-animation-delay:235.1s;-o-animation-delay:235.1s;animation-delay:235.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2352){-webkit-animation-delay:235.2s;-moz-animation-delay:235.2s;-o-animation-delay:235.2s;animation-delay:235.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2353){-webkit-animation-delay:235.3s;-moz-animation-delay:235.3s;-o-animation-delay:235.3s;animation-delay:235.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2354){-webkit-animation-delay:235.4s;-moz-animation-delay:235.4s;-o-animation-delay:235.4s;animation-delay:235.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2355){-webkit-animation-delay:235.5s;-moz-animation-delay:235.5s;-o-animation-delay:235.5s;animation-delay:235.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2356){-webkit-animation-delay:235.6s;-moz-animation-delay:235.6s;-o-animation-delay:235.6s;animation-delay:235.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2357){-webkit-animation-delay:235.7s;-moz-animation-delay:235.7s;-o-animation-delay:235.7s;animation-delay:235.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2358){-webkit-animation-delay:235.8s;-moz-animation-delay:235.8s;-o-animation-delay:235.8s;animation-delay:235.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2359){-webkit-animation-delay:235.9s;-moz-animation-delay:235.9s;-o-animation-delay:235.9s;animation-delay:235.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2360){-webkit-animation-delay:236s;-moz-animation-delay:236s;-o-animation-delay:236s;animation-delay:236s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2361){-webkit-animation-delay:236.1s;-moz-animation-delay:236.1s;-o-animation-delay:236.1s;animation-delay:236.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2362){-webkit-animation-delay:236.2s;-moz-animation-delay:236.2s;-o-animation-delay:236.2s;animation-delay:236.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2363){-webkit-animation-delay:236.3s;-moz-animation-delay:236.3s;-o-animation-delay:236.3s;animation-delay:236.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2364){-webkit-animation-delay:236.4s;-moz-animation-delay:236.4s;-o-animation-delay:236.4s;animation-delay:236.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2365){-webkit-animation-delay:236.5s;-moz-animation-delay:236.5s;-o-animation-delay:236.5s;animation-delay:236.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2366){-webkit-animation-delay:236.6s;-moz-animation-delay:236.6s;-o-animation-delay:236.6s;animation-delay:236.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2367){-webkit-animation-delay:236.7s;-moz-animation-delay:236.7s;-o-animation-delay:236.7s;animation-delay:236.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2368){-webkit-animation-delay:236.8s;-moz-animation-delay:236.8s;-o-animation-delay:236.8s;animation-delay:236.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2369){-webkit-animation-delay:236.9s;-moz-animation-delay:236.9s;-o-animation-delay:236.9s;animation-delay:236.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2370){-webkit-animation-delay:237s;-moz-animation-delay:237s;-o-animation-delay:237s;animation-delay:237s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2371){-webkit-animation-delay:237.1s;-moz-animation-delay:237.1s;-o-animation-delay:237.1s;animation-delay:237.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2372){-webkit-animation-delay:237.2s;-moz-animation-delay:237.2s;-o-animation-delay:237.2s;animation-delay:237.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2373){-webkit-animation-delay:237.3s;-moz-animation-delay:237.3s;-o-animation-delay:237.3s;animation-delay:237.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2374){-webkit-animation-delay:237.4s;-moz-animation-delay:237.4s;-o-animation-delay:237.4s;animation-delay:237.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2375){-webkit-animation-delay:237.5s;-moz-animation-delay:237.5s;-o-animation-delay:237.5s;animation-delay:237.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2376){-webkit-animation-delay:237.6s;-moz-animation-delay:237.6s;-o-animation-delay:237.6s;animation-delay:237.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2377){-webkit-animation-delay:237.7s;-moz-animation-delay:237.7s;-o-animation-delay:237.7s;animation-delay:237.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2378){-webkit-animation-delay:237.8s;-moz-animation-delay:237.8s;-o-animation-delay:237.8s;animation-delay:237.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2379){-webkit-animation-delay:237.9s;-moz-animation-delay:237.9s;-o-animation-delay:237.9s;animation-delay:237.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2380){-webkit-animation-delay:238s;-moz-animation-delay:238s;-o-animation-delay:238s;animation-delay:238s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2381){-webkit-animation-delay:238.1s;-moz-animation-delay:238.1s;-o-animation-delay:238.1s;animation-delay:238.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2382){-webkit-animation-delay:238.2s;-moz-animation-delay:238.2s;-o-animation-delay:238.2s;animation-delay:238.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2383){-webkit-animation-delay:238.3s;-moz-animation-delay:238.3s;-o-animation-delay:238.3s;animation-delay:238.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2384){-webkit-animation-delay:238.4s;-moz-animation-delay:238.4s;-o-animation-delay:238.4s;animation-delay:238.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2385){-webkit-animation-delay:238.5s;-moz-animation-delay:238.5s;-o-animation-delay:238.5s;animation-delay:238.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2386){-webkit-animation-delay:238.6s;-moz-animation-delay:238.6s;-o-animation-delay:238.6s;animation-delay:238.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2387){-webkit-animation-delay:238.7s;-moz-animation-delay:238.7s;-o-animation-delay:238.7s;animation-delay:238.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2388){-webkit-animation-delay:238.8s;-moz-animation-delay:238.8s;-o-animation-delay:238.8s;animation-delay:238.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2389){-webkit-animation-delay:238.9s;-moz-animation-delay:238.9s;-o-animation-delay:238.9s;animation-delay:238.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2390){-webkit-animation-delay:239s;-moz-animation-delay:239s;-o-animation-delay:239s;animation-delay:239s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2391){-webkit-animation-delay:239.1s;-moz-animation-delay:239.1s;-o-animation-delay:239.1s;animation-delay:239.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2392){-webkit-animation-delay:239.2s;-moz-animation-delay:239.2s;-o-animation-delay:239.2s;animation-delay:239.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2393){-webkit-animation-delay:239.3s;-moz-animation-delay:239.3s;-o-animation-delay:239.3s;animation-delay:239.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2394){-webkit-animation-delay:239.4s;-moz-animation-delay:239.4s;-o-animation-delay:239.4s;animation-delay:239.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2395){-webkit-animation-delay:239.5s;-moz-animation-delay:239.5s;-o-animation-delay:239.5s;animation-delay:239.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2396){-webkit-animation-delay:239.6s;-moz-animation-delay:239.6s;-o-animation-delay:239.6s;animation-delay:239.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2397){-webkit-animation-delay:239.7s;-moz-animation-delay:239.7s;-o-animation-delay:239.7s;animation-delay:239.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2398){-webkit-animation-delay:239.8s;-moz-animation-delay:239.8s;-o-animation-delay:239.8s;animation-delay:239.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2399){-webkit-animation-delay:239.9s;-moz-animation-delay:239.9s;-o-animation-delay:239.9s;animation-delay:239.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2400){-webkit-animation-delay:240s;-moz-animation-delay:240s;-o-animation-delay:240s;animation-delay:240s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2401){-webkit-animation-delay:240.1s;-moz-animation-delay:240.1s;-o-animation-delay:240.1s;animation-delay:240.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2402){-webkit-animation-delay:240.2s;-moz-animation-delay:240.2s;-o-animation-delay:240.2s;animation-delay:240.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2403){-webkit-animation-delay:240.3s;-moz-animation-delay:240.3s;-o-animation-delay:240.3s;animation-delay:240.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2404){-webkit-animation-delay:240.4s;-moz-animation-delay:240.4s;-o-animation-delay:240.4s;animation-delay:240.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2405){-webkit-animation-delay:240.5s;-moz-animation-delay:240.5s;-o-animation-delay:240.5s;animation-delay:240.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2406){-webkit-animation-delay:240.6s;-moz-animation-delay:240.6s;-o-animation-delay:240.6s;animation-delay:240.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2407){-webkit-animation-delay:240.7s;-moz-animation-delay:240.7s;-o-animation-delay:240.7s;animation-delay:240.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2408){-webkit-animation-delay:240.8s;-moz-animation-delay:240.8s;-o-animation-delay:240.8s;animation-delay:240.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2409){-webkit-animation-delay:240.9s;-moz-animation-delay:240.9s;-o-animation-delay:240.9s;animation-delay:240.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2410){-webkit-animation-delay:241s;-moz-animation-delay:241s;-o-animation-delay:241s;animation-delay:241s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2411){-webkit-animation-delay:241.1s;-moz-animation-delay:241.1s;-o-animation-delay:241.1s;animation-delay:241.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2412){-webkit-animation-delay:241.2s;-moz-animation-delay:241.2s;-o-animation-delay:241.2s;animation-delay:241.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2413){-webkit-animation-delay:241.3s;-moz-animation-delay:241.3s;-o-animation-delay:241.3s;animation-delay:241.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2414){-webkit-animation-delay:241.4s;-moz-animation-delay:241.4s;-o-animation-delay:241.4s;animation-delay:241.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2415){-webkit-animation-delay:241.5s;-moz-animation-delay:241.5s;-o-animation-delay:241.5s;animation-delay:241.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2416){-webkit-animation-delay:241.6s;-moz-animation-delay:241.6s;-o-animation-delay:241.6s;animation-delay:241.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2417){-webkit-animation-delay:241.7s;-moz-animation-delay:241.7s;-o-animation-delay:241.7s;animation-delay:241.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2418){-webkit-animation-delay:241.8s;-moz-animation-delay:241.8s;-o-animation-delay:241.8s;animation-delay:241.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2419){-webkit-animation-delay:241.9s;-moz-animation-delay:241.9s;-o-animation-delay:241.9s;animation-delay:241.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2420){-webkit-animation-delay:242s;-moz-animation-delay:242s;-o-animation-delay:242s;animation-delay:242s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2421){-webkit-animation-delay:242.1s;-moz-animation-delay:242.1s;-o-animation-delay:242.1s;animation-delay:242.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2422){-webkit-animation-delay:242.2s;-moz-animation-delay:242.2s;-o-animation-delay:242.2s;animation-delay:242.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2423){-webkit-animation-delay:242.3s;-moz-animation-delay:242.3s;-o-animation-delay:242.3s;animation-delay:242.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2424){-webkit-animation-delay:242.4s;-moz-animation-delay:242.4s;-o-animation-delay:242.4s;animation-delay:242.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2425){-webkit-animation-delay:242.5s;-moz-animation-delay:242.5s;-o-animation-delay:242.5s;animation-delay:242.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2426){-webkit-animation-delay:242.6s;-moz-animation-delay:242.6s;-o-animation-delay:242.6s;animation-delay:242.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2427){-webkit-animation-delay:242.7s;-moz-animation-delay:242.7s;-o-animation-delay:242.7s;animation-delay:242.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2428){-webkit-animation-delay:242.8s;-moz-animation-delay:242.8s;-o-animation-delay:242.8s;animation-delay:242.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2429){-webkit-animation-delay:242.9s;-moz-animation-delay:242.9s;-o-animation-delay:242.9s;animation-delay:242.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2430){-webkit-animation-delay:243s;-moz-animation-delay:243s;-o-animation-delay:243s;animation-delay:243s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2431){-webkit-animation-delay:243.1s;-moz-animation-delay:243.1s;-o-animation-delay:243.1s;animation-delay:243.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2432){-webkit-animation-delay:243.2s;-moz-animation-delay:243.2s;-o-animation-delay:243.2s;animation-delay:243.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2433){-webkit-animation-delay:243.3s;-moz-animation-delay:243.3s;-o-animation-delay:243.3s;animation-delay:243.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2434){-webkit-animation-delay:243.4s;-moz-animation-delay:243.4s;-o-animation-delay:243.4s;animation-delay:243.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2435){-webkit-animation-delay:243.5s;-moz-animation-delay:243.5s;-o-animation-delay:243.5s;animation-delay:243.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2436){-webkit-animation-delay:243.6s;-moz-animation-delay:243.6s;-o-animation-delay:243.6s;animation-delay:243.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2437){-webkit-animation-delay:243.7s;-moz-animation-delay:243.7s;-o-animation-delay:243.7s;animation-delay:243.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2438){-webkit-animation-delay:243.8s;-moz-animation-delay:243.8s;-o-animation-delay:243.8s;animation-delay:243.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2439){-webkit-animation-delay:243.9s;-moz-animation-delay:243.9s;-o-animation-delay:243.9s;animation-delay:243.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2440){-webkit-animation-delay:244s;-moz-animation-delay:244s;-o-animation-delay:244s;animation-delay:244s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2441){-webkit-animation-delay:244.1s;-moz-animation-delay:244.1s;-o-animation-delay:244.1s;animation-delay:244.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2442){-webkit-animation-delay:244.2s;-moz-animation-delay:244.2s;-o-animation-delay:244.2s;animation-delay:244.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2443){-webkit-animation-delay:244.3s;-moz-animation-delay:244.3s;-o-animation-delay:244.3s;animation-delay:244.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2444){-webkit-animation-delay:244.4s;-moz-animation-delay:244.4s;-o-animation-delay:244.4s;animation-delay:244.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2445){-webkit-animation-delay:244.5s;-moz-animation-delay:244.5s;-o-animation-delay:244.5s;animation-delay:244.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2446){-webkit-animation-delay:244.6s;-moz-animation-delay:244.6s;-o-animation-delay:244.6s;animation-delay:244.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2447){-webkit-animation-delay:244.7s;-moz-animation-delay:244.7s;-o-animation-delay:244.7s;animation-delay:244.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2448){-webkit-animation-delay:244.8s;-moz-animation-delay:244.8s;-o-animation-delay:244.8s;animation-delay:244.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2449){-webkit-animation-delay:244.9s;-moz-animation-delay:244.9s;-o-animation-delay:244.9s;animation-delay:244.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2450){-webkit-animation-delay:245s;-moz-animation-delay:245s;-o-animation-delay:245s;animation-delay:245s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2451){-webkit-animation-delay:245.1s;-moz-animation-delay:245.1s;-o-animation-delay:245.1s;animation-delay:245.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2452){-webkit-animation-delay:245.2s;-moz-animation-delay:245.2s;-o-animation-delay:245.2s;animation-delay:245.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2453){-webkit-animation-delay:245.3s;-moz-animation-delay:245.3s;-o-animation-delay:245.3s;animation-delay:245.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2454){-webkit-animation-delay:245.4s;-moz-animation-delay:245.4s;-o-animation-delay:245.4s;animation-delay:245.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2455){-webkit-animation-delay:245.5s;-moz-animation-delay:245.5s;-o-animation-delay:245.5s;animation-delay:245.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2456){-webkit-animation-delay:245.6s;-moz-animation-delay:245.6s;-o-animation-delay:245.6s;animation-delay:245.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2457){-webkit-animation-delay:245.7s;-moz-animation-delay:245.7s;-o-animation-delay:245.7s;animation-delay:245.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2458){-webkit-animation-delay:245.8s;-moz-animation-delay:245.8s;-o-animation-delay:245.8s;animation-delay:245.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2459){-webkit-animation-delay:245.9s;-moz-animation-delay:245.9s;-o-animation-delay:245.9s;animation-delay:245.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2460){-webkit-animation-delay:246s;-moz-animation-delay:246s;-o-animation-delay:246s;animation-delay:246s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2461){-webkit-animation-delay:246.1s;-moz-animation-delay:246.1s;-o-animation-delay:246.1s;animation-delay:246.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2462){-webkit-animation-delay:246.2s;-moz-animation-delay:246.2s;-o-animation-delay:246.2s;animation-delay:246.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2463){-webkit-animation-delay:246.3s;-moz-animation-delay:246.3s;-o-animation-delay:246.3s;animation-delay:246.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2464){-webkit-animation-delay:246.4s;-moz-animation-delay:246.4s;-o-animation-delay:246.4s;animation-delay:246.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2465){-webkit-animation-delay:246.5s;-moz-animation-delay:246.5s;-o-animation-delay:246.5s;animation-delay:246.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2466){-webkit-animation-delay:246.6s;-moz-animation-delay:246.6s;-o-animation-delay:246.6s;animation-delay:246.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2467){-webkit-animation-delay:246.7s;-moz-animation-delay:246.7s;-o-animation-delay:246.7s;animation-delay:246.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2468){-webkit-animation-delay:246.8s;-moz-animation-delay:246.8s;-o-animation-delay:246.8s;animation-delay:246.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2469){-webkit-animation-delay:246.9s;-moz-animation-delay:246.9s;-o-animation-delay:246.9s;animation-delay:246.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2470){-webkit-animation-delay:247s;-moz-animation-delay:247s;-o-animation-delay:247s;animation-delay:247s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2471){-webkit-animation-delay:247.1s;-moz-animation-delay:247.1s;-o-animation-delay:247.1s;animation-delay:247.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2472){-webkit-animation-delay:247.2s;-moz-animation-delay:247.2s;-o-animation-delay:247.2s;animation-delay:247.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2473){-webkit-animation-delay:247.3s;-moz-animation-delay:247.3s;-o-animation-delay:247.3s;animation-delay:247.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2474){-webkit-animation-delay:247.4s;-moz-animation-delay:247.4s;-o-animation-delay:247.4s;animation-delay:247.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2475){-webkit-animation-delay:247.5s;-moz-animation-delay:247.5s;-o-animation-delay:247.5s;animation-delay:247.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2476){-webkit-animation-delay:247.6s;-moz-animation-delay:247.6s;-o-animation-delay:247.6s;animation-delay:247.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2477){-webkit-animation-delay:247.7s;-moz-animation-delay:247.7s;-o-animation-delay:247.7s;animation-delay:247.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2478){-webkit-animation-delay:247.8s;-moz-animation-delay:247.8s;-o-animation-delay:247.8s;animation-delay:247.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2479){-webkit-animation-delay:247.9s;-moz-animation-delay:247.9s;-o-animation-delay:247.9s;animation-delay:247.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2480){-webkit-animation-delay:248s;-moz-animation-delay:248s;-o-animation-delay:248s;animation-delay:248s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2481){-webkit-animation-delay:248.1s;-moz-animation-delay:248.1s;-o-animation-delay:248.1s;animation-delay:248.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2482){-webkit-animation-delay:248.2s;-moz-animation-delay:248.2s;-o-animation-delay:248.2s;animation-delay:248.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2483){-webkit-animation-delay:248.3s;-moz-animation-delay:248.3s;-o-animation-delay:248.3s;animation-delay:248.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2484){-webkit-animation-delay:248.4s;-moz-animation-delay:248.4s;-o-animation-delay:248.4s;animation-delay:248.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2485){-webkit-animation-delay:248.5s;-moz-animation-delay:248.5s;-o-animation-delay:248.5s;animation-delay:248.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2486){-webkit-animation-delay:248.6s;-moz-animation-delay:248.6s;-o-animation-delay:248.6s;animation-delay:248.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2487){-webkit-animation-delay:248.7s;-moz-animation-delay:248.7s;-o-animation-delay:248.7s;animation-delay:248.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2488){-webkit-animation-delay:248.8s;-moz-animation-delay:248.8s;-o-animation-delay:248.8s;animation-delay:248.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2489){-webkit-animation-delay:248.9s;-moz-animation-delay:248.9s;-o-animation-delay:248.9s;animation-delay:248.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2490){-webkit-animation-delay:249s;-moz-animation-delay:249s;-o-animation-delay:249s;animation-delay:249s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2491){-webkit-animation-delay:249.1s;-moz-animation-delay:249.1s;-o-animation-delay:249.1s;animation-delay:249.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2492){-webkit-animation-delay:249.2s;-moz-animation-delay:249.2s;-o-animation-delay:249.2s;animation-delay:249.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2493){-webkit-animation-delay:249.3s;-moz-animation-delay:249.3s;-o-animation-delay:249.3s;animation-delay:249.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2494){-webkit-animation-delay:249.4s;-moz-animation-delay:249.4s;-o-animation-delay:249.4s;animation-delay:249.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2495){-webkit-animation-delay:249.5s;-moz-animation-delay:249.5s;-o-animation-delay:249.5s;animation-delay:249.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2496){-webkit-animation-delay:249.6s;-moz-animation-delay:249.6s;-o-animation-delay:249.6s;animation-delay:249.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2497){-webkit-animation-delay:249.7s;-moz-animation-delay:249.7s;-o-animation-delay:249.7s;animation-delay:249.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2498){-webkit-animation-delay:249.8s;-moz-animation-delay:249.8s;-o-animation-delay:249.8s;animation-delay:249.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2499){-webkit-animation-delay:249.9s;-moz-animation-delay:249.9s;-o-animation-delay:249.9s;animation-delay:249.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2500){-webkit-animation-delay:250s;-moz-animation-delay:250s;-o-animation-delay:250s;animation-delay:250s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2501){-webkit-animation-delay:250.1s;-moz-animation-delay:250.1s;-o-animation-delay:250.1s;animation-delay:250.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2502){-webkit-animation-delay:250.2s;-moz-animation-delay:250.2s;-o-animation-delay:250.2s;animation-delay:250.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2503){-webkit-animation-delay:250.3s;-moz-animation-delay:250.3s;-o-animation-delay:250.3s;animation-delay:250.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2504){-webkit-animation-delay:250.4s;-moz-animation-delay:250.4s;-o-animation-delay:250.4s;animation-delay:250.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2505){-webkit-animation-delay:250.5s;-moz-animation-delay:250.5s;-o-animation-delay:250.5s;animation-delay:250.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2506){-webkit-animation-delay:250.6s;-moz-animation-delay:250.6s;-o-animation-delay:250.6s;animation-delay:250.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2507){-webkit-animation-delay:250.7s;-moz-animation-delay:250.7s;-o-animation-delay:250.7s;animation-delay:250.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2508){-webkit-animation-delay:250.8s;-moz-animation-delay:250.8s;-o-animation-delay:250.8s;animation-delay:250.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2509){-webkit-animation-delay:250.9s;-moz-animation-delay:250.9s;-o-animation-delay:250.9s;animation-delay:250.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2510){-webkit-animation-delay:251s;-moz-animation-delay:251s;-o-animation-delay:251s;animation-delay:251s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2511){-webkit-animation-delay:251.1s;-moz-animation-delay:251.1s;-o-animation-delay:251.1s;animation-delay:251.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2512){-webkit-animation-delay:251.2s;-moz-animation-delay:251.2s;-o-animation-delay:251.2s;animation-delay:251.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2513){-webkit-animation-delay:251.3s;-moz-animation-delay:251.3s;-o-animation-delay:251.3s;animation-delay:251.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2514){-webkit-animation-delay:251.4s;-moz-animation-delay:251.4s;-o-animation-delay:251.4s;animation-delay:251.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2515){-webkit-animation-delay:251.5s;-moz-animation-delay:251.5s;-o-animation-delay:251.5s;animation-delay:251.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2516){-webkit-animation-delay:251.6s;-moz-animation-delay:251.6s;-o-animation-delay:251.6s;animation-delay:251.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2517){-webkit-animation-delay:251.7s;-moz-animation-delay:251.7s;-o-animation-delay:251.7s;animation-delay:251.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2518){-webkit-animation-delay:251.8s;-moz-animation-delay:251.8s;-o-animation-delay:251.8s;animation-delay:251.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2519){-webkit-animation-delay:251.9s;-moz-animation-delay:251.9s;-o-animation-delay:251.9s;animation-delay:251.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2520){-webkit-animation-delay:252s;-moz-animation-delay:252s;-o-animation-delay:252s;animation-delay:252s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2521){-webkit-animation-delay:252.1s;-moz-animation-delay:252.1s;-o-animation-delay:252.1s;animation-delay:252.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2522){-webkit-animation-delay:252.2s;-moz-animation-delay:252.2s;-o-animation-delay:252.2s;animation-delay:252.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2523){-webkit-animation-delay:252.3s;-moz-animation-delay:252.3s;-o-animation-delay:252.3s;animation-delay:252.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2524){-webkit-animation-delay:252.4s;-moz-animation-delay:252.4s;-o-animation-delay:252.4s;animation-delay:252.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2525){-webkit-animation-delay:252.5s;-moz-animation-delay:252.5s;-o-animation-delay:252.5s;animation-delay:252.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2526){-webkit-animation-delay:252.6s;-moz-animation-delay:252.6s;-o-animation-delay:252.6s;animation-delay:252.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2527){-webkit-animation-delay:252.7s;-moz-animation-delay:252.7s;-o-animation-delay:252.7s;animation-delay:252.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2528){-webkit-animation-delay:252.8s;-moz-animation-delay:252.8s;-o-animation-delay:252.8s;animation-delay:252.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2529){-webkit-animation-delay:252.9s;-moz-animation-delay:252.9s;-o-animation-delay:252.9s;animation-delay:252.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2530){-webkit-animation-delay:253s;-moz-animation-delay:253s;-o-animation-delay:253s;animation-delay:253s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2531){-webkit-animation-delay:253.1s;-moz-animation-delay:253.1s;-o-animation-delay:253.1s;animation-delay:253.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2532){-webkit-animation-delay:253.2s;-moz-animation-delay:253.2s;-o-animation-delay:253.2s;animation-delay:253.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2533){-webkit-animation-delay:253.3s;-moz-animation-delay:253.3s;-o-animation-delay:253.3s;animation-delay:253.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2534){-webkit-animation-delay:253.4s;-moz-animation-delay:253.4s;-o-animation-delay:253.4s;animation-delay:253.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2535){-webkit-animation-delay:253.5s;-moz-animation-delay:253.5s;-o-animation-delay:253.5s;animation-delay:253.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2536){-webkit-animation-delay:253.6s;-moz-animation-delay:253.6s;-o-animation-delay:253.6s;animation-delay:253.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2537){-webkit-animation-delay:253.7s;-moz-animation-delay:253.7s;-o-animation-delay:253.7s;animation-delay:253.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2538){-webkit-animation-delay:253.8s;-moz-animation-delay:253.8s;-o-animation-delay:253.8s;animation-delay:253.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2539){-webkit-animation-delay:253.9s;-moz-animation-delay:253.9s;-o-animation-delay:253.9s;animation-delay:253.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2540){-webkit-animation-delay:254s;-moz-animation-delay:254s;-o-animation-delay:254s;animation-delay:254s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2541){-webkit-animation-delay:254.1s;-moz-animation-delay:254.1s;-o-animation-delay:254.1s;animation-delay:254.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2542){-webkit-animation-delay:254.2s;-moz-animation-delay:254.2s;-o-animation-delay:254.2s;animation-delay:254.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2543){-webkit-animation-delay:254.3s;-moz-animation-delay:254.3s;-o-animation-delay:254.3s;animation-delay:254.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2544){-webkit-animation-delay:254.4s;-moz-animation-delay:254.4s;-o-animation-delay:254.4s;animation-delay:254.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2545){-webkit-animation-delay:254.5s;-moz-animation-delay:254.5s;-o-animation-delay:254.5s;animation-delay:254.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2546){-webkit-animation-delay:254.6s;-moz-animation-delay:254.6s;-o-animation-delay:254.6s;animation-delay:254.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2547){-webkit-animation-delay:254.7s;-moz-animation-delay:254.7s;-o-animation-delay:254.7s;animation-delay:254.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2548){-webkit-animation-delay:254.8s;-moz-animation-delay:254.8s;-o-animation-delay:254.8s;animation-delay:254.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2549){-webkit-animation-delay:254.9s;-moz-animation-delay:254.9s;-o-animation-delay:254.9s;animation-delay:254.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2550){-webkit-animation-delay:255s;-moz-animation-delay:255s;-o-animation-delay:255s;animation-delay:255s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2551){-webkit-animation-delay:255.1s;-moz-animation-delay:255.1s;-o-animation-delay:255.1s;animation-delay:255.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2552){-webkit-animation-delay:255.2s;-moz-animation-delay:255.2s;-o-animation-delay:255.2s;animation-delay:255.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2553){-webkit-animation-delay:255.3s;-moz-animation-delay:255.3s;-o-animation-delay:255.3s;animation-delay:255.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2554){-webkit-animation-delay:255.4s;-moz-animation-delay:255.4s;-o-animation-delay:255.4s;animation-delay:255.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2555){-webkit-animation-delay:255.5s;-moz-animation-delay:255.5s;-o-animation-delay:255.5s;animation-delay:255.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2556){-webkit-animation-delay:255.6s;-moz-animation-delay:255.6s;-o-animation-delay:255.6s;animation-delay:255.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2557){-webkit-animation-delay:255.7s;-moz-animation-delay:255.7s;-o-animation-delay:255.7s;animation-delay:255.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2558){-webkit-animation-delay:255.8s;-moz-animation-delay:255.8s;-o-animation-delay:255.8s;animation-delay:255.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2559){-webkit-animation-delay:255.9s;-moz-animation-delay:255.9s;-o-animation-delay:255.9s;animation-delay:255.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2560){-webkit-animation-delay:256s;-moz-animation-delay:256s;-o-animation-delay:256s;animation-delay:256s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2561){-webkit-animation-delay:256.1s;-moz-animation-delay:256.1s;-o-animation-delay:256.1s;animation-delay:256.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2562){-webkit-animation-delay:256.2s;-moz-animation-delay:256.2s;-o-animation-delay:256.2s;animation-delay:256.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2563){-webkit-animation-delay:256.3s;-moz-animation-delay:256.3s;-o-animation-delay:256.3s;animation-delay:256.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2564){-webkit-animation-delay:256.4s;-moz-animation-delay:256.4s;-o-animation-delay:256.4s;animation-delay:256.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2565){-webkit-animation-delay:256.5s;-moz-animation-delay:256.5s;-o-animation-delay:256.5s;animation-delay:256.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2566){-webkit-animation-delay:256.6s;-moz-animation-delay:256.6s;-o-animation-delay:256.6s;animation-delay:256.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2567){-webkit-animation-delay:256.7s;-moz-animation-delay:256.7s;-o-animation-delay:256.7s;animation-delay:256.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2568){-webkit-animation-delay:256.8s;-moz-animation-delay:256.8s;-o-animation-delay:256.8s;animation-delay:256.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2569){-webkit-animation-delay:256.9s;-moz-animation-delay:256.9s;-o-animation-delay:256.9s;animation-delay:256.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2570){-webkit-animation-delay:257s;-moz-animation-delay:257s;-o-animation-delay:257s;animation-delay:257s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2571){-webkit-animation-delay:257.1s;-moz-animation-delay:257.1s;-o-animation-delay:257.1s;animation-delay:257.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2572){-webkit-animation-delay:257.2s;-moz-animation-delay:257.2s;-o-animation-delay:257.2s;animation-delay:257.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2573){-webkit-animation-delay:257.3s;-moz-animation-delay:257.3s;-o-animation-delay:257.3s;animation-delay:257.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2574){-webkit-animation-delay:257.4s;-moz-animation-delay:257.4s;-o-animation-delay:257.4s;animation-delay:257.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2575){-webkit-animation-delay:257.5s;-moz-animation-delay:257.5s;-o-animation-delay:257.5s;animation-delay:257.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2576){-webkit-animation-delay:257.6s;-moz-animation-delay:257.6s;-o-animation-delay:257.6s;animation-delay:257.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2577){-webkit-animation-delay:257.7s;-moz-animation-delay:257.7s;-o-animation-delay:257.7s;animation-delay:257.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2578){-webkit-animation-delay:257.8s;-moz-animation-delay:257.8s;-o-animation-delay:257.8s;animation-delay:257.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2579){-webkit-animation-delay:257.9s;-moz-animation-delay:257.9s;-o-animation-delay:257.9s;animation-delay:257.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2580){-webkit-animation-delay:258s;-moz-animation-delay:258s;-o-animation-delay:258s;animation-delay:258s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2581){-webkit-animation-delay:258.1s;-moz-animation-delay:258.1s;-o-animation-delay:258.1s;animation-delay:258.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2582){-webkit-animation-delay:258.2s;-moz-animation-delay:258.2s;-o-animation-delay:258.2s;animation-delay:258.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2583){-webkit-animation-delay:258.3s;-moz-animation-delay:258.3s;-o-animation-delay:258.3s;animation-delay:258.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2584){-webkit-animation-delay:258.4s;-moz-animation-delay:258.4s;-o-animation-delay:258.4s;animation-delay:258.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2585){-webkit-animation-delay:258.5s;-moz-animation-delay:258.5s;-o-animation-delay:258.5s;animation-delay:258.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2586){-webkit-animation-delay:258.6s;-moz-animation-delay:258.6s;-o-animation-delay:258.6s;animation-delay:258.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2587){-webkit-animation-delay:258.7s;-moz-animation-delay:258.7s;-o-animation-delay:258.7s;animation-delay:258.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2588){-webkit-animation-delay:258.8s;-moz-animation-delay:258.8s;-o-animation-delay:258.8s;animation-delay:258.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2589){-webkit-animation-delay:258.9s;-moz-animation-delay:258.9s;-o-animation-delay:258.9s;animation-delay:258.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2590){-webkit-animation-delay:259s;-moz-animation-delay:259s;-o-animation-delay:259s;animation-delay:259s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2591){-webkit-animation-delay:259.1s;-moz-animation-delay:259.1s;-o-animation-delay:259.1s;animation-delay:259.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2592){-webkit-animation-delay:259.2s;-moz-animation-delay:259.2s;-o-animation-delay:259.2s;animation-delay:259.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2593){-webkit-animation-delay:259.3s;-moz-animation-delay:259.3s;-o-animation-delay:259.3s;animation-delay:259.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2594){-webkit-animation-delay:259.4s;-moz-animation-delay:259.4s;-o-animation-delay:259.4s;animation-delay:259.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2595){-webkit-animation-delay:259.5s;-moz-animation-delay:259.5s;-o-animation-delay:259.5s;animation-delay:259.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2596){-webkit-animation-delay:259.6s;-moz-animation-delay:259.6s;-o-animation-delay:259.6s;animation-delay:259.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2597){-webkit-animation-delay:259.7s;-moz-animation-delay:259.7s;-o-animation-delay:259.7s;animation-delay:259.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2598){-webkit-animation-delay:259.8s;-moz-animation-delay:259.8s;-o-animation-delay:259.8s;animation-delay:259.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2599){-webkit-animation-delay:259.9s;-moz-animation-delay:259.9s;-o-animation-delay:259.9s;animation-delay:259.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2600){-webkit-animation-delay:260s;-moz-animation-delay:260s;-o-animation-delay:260s;animation-delay:260s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2601){-webkit-animation-delay:260.1s;-moz-animation-delay:260.1s;-o-animation-delay:260.1s;animation-delay:260.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2602){-webkit-animation-delay:260.2s;-moz-animation-delay:260.2s;-o-animation-delay:260.2s;animation-delay:260.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2603){-webkit-animation-delay:260.3s;-moz-animation-delay:260.3s;-o-animation-delay:260.3s;animation-delay:260.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2604){-webkit-animation-delay:260.4s;-moz-animation-delay:260.4s;-o-animation-delay:260.4s;animation-delay:260.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2605){-webkit-animation-delay:260.5s;-moz-animation-delay:260.5s;-o-animation-delay:260.5s;animation-delay:260.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2606){-webkit-animation-delay:260.6s;-moz-animation-delay:260.6s;-o-animation-delay:260.6s;animation-delay:260.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2607){-webkit-animation-delay:260.7s;-moz-animation-delay:260.7s;-o-animation-delay:260.7s;animation-delay:260.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2608){-webkit-animation-delay:260.8s;-moz-animation-delay:260.8s;-o-animation-delay:260.8s;animation-delay:260.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2609){-webkit-animation-delay:260.9s;-moz-animation-delay:260.9s;-o-animation-delay:260.9s;animation-delay:260.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2610){-webkit-animation-delay:261s;-moz-animation-delay:261s;-o-animation-delay:261s;animation-delay:261s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2611){-webkit-animation-delay:261.1s;-moz-animation-delay:261.1s;-o-animation-delay:261.1s;animation-delay:261.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2612){-webkit-animation-delay:261.2s;-moz-animation-delay:261.2s;-o-animation-delay:261.2s;animation-delay:261.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2613){-webkit-animation-delay:261.3s;-moz-animation-delay:261.3s;-o-animation-delay:261.3s;animation-delay:261.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2614){-webkit-animation-delay:261.4s;-moz-animation-delay:261.4s;-o-animation-delay:261.4s;animation-delay:261.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2615){-webkit-animation-delay:261.5s;-moz-animation-delay:261.5s;-o-animation-delay:261.5s;animation-delay:261.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2616){-webkit-animation-delay:261.6s;-moz-animation-delay:261.6s;-o-animation-delay:261.6s;animation-delay:261.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2617){-webkit-animation-delay:261.7s;-moz-animation-delay:261.7s;-o-animation-delay:261.7s;animation-delay:261.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2618){-webkit-animation-delay:261.8s;-moz-animation-delay:261.8s;-o-animation-delay:261.8s;animation-delay:261.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2619){-webkit-animation-delay:261.9s;-moz-animation-delay:261.9s;-o-animation-delay:261.9s;animation-delay:261.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2620){-webkit-animation-delay:262s;-moz-animation-delay:262s;-o-animation-delay:262s;animation-delay:262s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2621){-webkit-animation-delay:262.1s;-moz-animation-delay:262.1s;-o-animation-delay:262.1s;animation-delay:262.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2622){-webkit-animation-delay:262.2s;-moz-animation-delay:262.2s;-o-animation-delay:262.2s;animation-delay:262.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2623){-webkit-animation-delay:262.3s;-moz-animation-delay:262.3s;-o-animation-delay:262.3s;animation-delay:262.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2624){-webkit-animation-delay:262.4s;-moz-animation-delay:262.4s;-o-animation-delay:262.4s;animation-delay:262.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2625){-webkit-animation-delay:262.5s;-moz-animation-delay:262.5s;-o-animation-delay:262.5s;animation-delay:262.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2626){-webkit-animation-delay:262.6s;-moz-animation-delay:262.6s;-o-animation-delay:262.6s;animation-delay:262.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2627){-webkit-animation-delay:262.7s;-moz-animation-delay:262.7s;-o-animation-delay:262.7s;animation-delay:262.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2628){-webkit-animation-delay:262.8s;-moz-animation-delay:262.8s;-o-animation-delay:262.8s;animation-delay:262.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2629){-webkit-animation-delay:262.9s;-moz-animation-delay:262.9s;-o-animation-delay:262.9s;animation-delay:262.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2630){-webkit-animation-delay:263s;-moz-animation-delay:263s;-o-animation-delay:263s;animation-delay:263s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2631){-webkit-animation-delay:263.1s;-moz-animation-delay:263.1s;-o-animation-delay:263.1s;animation-delay:263.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2632){-webkit-animation-delay:263.2s;-moz-animation-delay:263.2s;-o-animation-delay:263.2s;animation-delay:263.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2633){-webkit-animation-delay:263.3s;-moz-animation-delay:263.3s;-o-animation-delay:263.3s;animation-delay:263.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2634){-webkit-animation-delay:263.4s;-moz-animation-delay:263.4s;-o-animation-delay:263.4s;animation-delay:263.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2635){-webkit-animation-delay:263.5s;-moz-animation-delay:263.5s;-o-animation-delay:263.5s;animation-delay:263.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2636){-webkit-animation-delay:263.6s;-moz-animation-delay:263.6s;-o-animation-delay:263.6s;animation-delay:263.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2637){-webkit-animation-delay:263.7s;-moz-animation-delay:263.7s;-o-animation-delay:263.7s;animation-delay:263.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2638){-webkit-animation-delay:263.8s;-moz-animation-delay:263.8s;-o-animation-delay:263.8s;animation-delay:263.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2639){-webkit-animation-delay:263.9s;-moz-animation-delay:263.9s;-o-animation-delay:263.9s;animation-delay:263.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2640){-webkit-animation-delay:264s;-moz-animation-delay:264s;-o-animation-delay:264s;animation-delay:264s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2641){-webkit-animation-delay:264.1s;-moz-animation-delay:264.1s;-o-animation-delay:264.1s;animation-delay:264.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2642){-webkit-animation-delay:264.2s;-moz-animation-delay:264.2s;-o-animation-delay:264.2s;animation-delay:264.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2643){-webkit-animation-delay:264.3s;-moz-animation-delay:264.3s;-o-animation-delay:264.3s;animation-delay:264.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2644){-webkit-animation-delay:264.4s;-moz-animation-delay:264.4s;-o-animation-delay:264.4s;animation-delay:264.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2645){-webkit-animation-delay:264.5s;-moz-animation-delay:264.5s;-o-animation-delay:264.5s;animation-delay:264.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2646){-webkit-animation-delay:264.6s;-moz-animation-delay:264.6s;-o-animation-delay:264.6s;animation-delay:264.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2647){-webkit-animation-delay:264.7s;-moz-animation-delay:264.7s;-o-animation-delay:264.7s;animation-delay:264.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2648){-webkit-animation-delay:264.8s;-moz-animation-delay:264.8s;-o-animation-delay:264.8s;animation-delay:264.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2649){-webkit-animation-delay:264.9s;-moz-animation-delay:264.9s;-o-animation-delay:264.9s;animation-delay:264.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2650){-webkit-animation-delay:265s;-moz-animation-delay:265s;-o-animation-delay:265s;animation-delay:265s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2651){-webkit-animation-delay:265.1s;-moz-animation-delay:265.1s;-o-animation-delay:265.1s;animation-delay:265.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2652){-webkit-animation-delay:265.2s;-moz-animation-delay:265.2s;-o-animation-delay:265.2s;animation-delay:265.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2653){-webkit-animation-delay:265.3s;-moz-animation-delay:265.3s;-o-animation-delay:265.3s;animation-delay:265.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2654){-webkit-animation-delay:265.4s;-moz-animation-delay:265.4s;-o-animation-delay:265.4s;animation-delay:265.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2655){-webkit-animation-delay:265.5s;-moz-animation-delay:265.5s;-o-animation-delay:265.5s;animation-delay:265.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2656){-webkit-animation-delay:265.6s;-moz-animation-delay:265.6s;-o-animation-delay:265.6s;animation-delay:265.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2657){-webkit-animation-delay:265.7s;-moz-animation-delay:265.7s;-o-animation-delay:265.7s;animation-delay:265.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2658){-webkit-animation-delay:265.8s;-moz-animation-delay:265.8s;-o-animation-delay:265.8s;animation-delay:265.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2659){-webkit-animation-delay:265.9s;-moz-animation-delay:265.9s;-o-animation-delay:265.9s;animation-delay:265.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2660){-webkit-animation-delay:266s;-moz-animation-delay:266s;-o-animation-delay:266s;animation-delay:266s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2661){-webkit-animation-delay:266.1s;-moz-animation-delay:266.1s;-o-animation-delay:266.1s;animation-delay:266.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2662){-webkit-animation-delay:266.2s;-moz-animation-delay:266.2s;-o-animation-delay:266.2s;animation-delay:266.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2663){-webkit-animation-delay:266.3s;-moz-animation-delay:266.3s;-o-animation-delay:266.3s;animation-delay:266.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2664){-webkit-animation-delay:266.4s;-moz-animation-delay:266.4s;-o-animation-delay:266.4s;animation-delay:266.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2665){-webkit-animation-delay:266.5s;-moz-animation-delay:266.5s;-o-animation-delay:266.5s;animation-delay:266.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2666){-webkit-animation-delay:266.6s;-moz-animation-delay:266.6s;-o-animation-delay:266.6s;animation-delay:266.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2667){-webkit-animation-delay:266.7s;-moz-animation-delay:266.7s;-o-animation-delay:266.7s;animation-delay:266.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2668){-webkit-animation-delay:266.8s;-moz-animation-delay:266.8s;-o-animation-delay:266.8s;animation-delay:266.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2669){-webkit-animation-delay:266.9s;-moz-animation-delay:266.9s;-o-animation-delay:266.9s;animation-delay:266.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2670){-webkit-animation-delay:267s;-moz-animation-delay:267s;-o-animation-delay:267s;animation-delay:267s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2671){-webkit-animation-delay:267.1s;-moz-animation-delay:267.1s;-o-animation-delay:267.1s;animation-delay:267.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2672){-webkit-animation-delay:267.2s;-moz-animation-delay:267.2s;-o-animation-delay:267.2s;animation-delay:267.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2673){-webkit-animation-delay:267.3s;-moz-animation-delay:267.3s;-o-animation-delay:267.3s;animation-delay:267.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2674){-webkit-animation-delay:267.4s;-moz-animation-delay:267.4s;-o-animation-delay:267.4s;animation-delay:267.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2675){-webkit-animation-delay:267.5s;-moz-animation-delay:267.5s;-o-animation-delay:267.5s;animation-delay:267.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2676){-webkit-animation-delay:267.6s;-moz-animation-delay:267.6s;-o-animation-delay:267.6s;animation-delay:267.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2677){-webkit-animation-delay:267.7s;-moz-animation-delay:267.7s;-o-animation-delay:267.7s;animation-delay:267.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2678){-webkit-animation-delay:267.8s;-moz-animation-delay:267.8s;-o-animation-delay:267.8s;animation-delay:267.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2679){-webkit-animation-delay:267.9s;-moz-animation-delay:267.9s;-o-animation-delay:267.9s;animation-delay:267.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2680){-webkit-animation-delay:268s;-moz-animation-delay:268s;-o-animation-delay:268s;animation-delay:268s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2681){-webkit-animation-delay:268.1s;-moz-animation-delay:268.1s;-o-animation-delay:268.1s;animation-delay:268.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2682){-webkit-animation-delay:268.2s;-moz-animation-delay:268.2s;-o-animation-delay:268.2s;animation-delay:268.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2683){-webkit-animation-delay:268.3s;-moz-animation-delay:268.3s;-o-animation-delay:268.3s;animation-delay:268.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2684){-webkit-animation-delay:268.4s;-moz-animation-delay:268.4s;-o-animation-delay:268.4s;animation-delay:268.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2685){-webkit-animation-delay:268.5s;-moz-animation-delay:268.5s;-o-animation-delay:268.5s;animation-delay:268.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2686){-webkit-animation-delay:268.6s;-moz-animation-delay:268.6s;-o-animation-delay:268.6s;animation-delay:268.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2687){-webkit-animation-delay:268.7s;-moz-animation-delay:268.7s;-o-animation-delay:268.7s;animation-delay:268.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2688){-webkit-animation-delay:268.8s;-moz-animation-delay:268.8s;-o-animation-delay:268.8s;animation-delay:268.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2689){-webkit-animation-delay:268.9s;-moz-animation-delay:268.9s;-o-animation-delay:268.9s;animation-delay:268.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2690){-webkit-animation-delay:269s;-moz-animation-delay:269s;-o-animation-delay:269s;animation-delay:269s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2691){-webkit-animation-delay:269.1s;-moz-animation-delay:269.1s;-o-animation-delay:269.1s;animation-delay:269.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2692){-webkit-animation-delay:269.2s;-moz-animation-delay:269.2s;-o-animation-delay:269.2s;animation-delay:269.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2693){-webkit-animation-delay:269.3s;-moz-animation-delay:269.3s;-o-animation-delay:269.3s;animation-delay:269.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2694){-webkit-animation-delay:269.4s;-moz-animation-delay:269.4s;-o-animation-delay:269.4s;animation-delay:269.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2695){-webkit-animation-delay:269.5s;-moz-animation-delay:269.5s;-o-animation-delay:269.5s;animation-delay:269.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2696){-webkit-animation-delay:269.6s;-moz-animation-delay:269.6s;-o-animation-delay:269.6s;animation-delay:269.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2697){-webkit-animation-delay:269.7s;-moz-animation-delay:269.7s;-o-animation-delay:269.7s;animation-delay:269.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2698){-webkit-animation-delay:269.8s;-moz-animation-delay:269.8s;-o-animation-delay:269.8s;animation-delay:269.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2699){-webkit-animation-delay:269.9s;-moz-animation-delay:269.9s;-o-animation-delay:269.9s;animation-delay:269.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2700){-webkit-animation-delay:270s;-moz-animation-delay:270s;-o-animation-delay:270s;animation-delay:270s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2701){-webkit-animation-delay:270.1s;-moz-animation-delay:270.1s;-o-animation-delay:270.1s;animation-delay:270.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2702){-webkit-animation-delay:270.2s;-moz-animation-delay:270.2s;-o-animation-delay:270.2s;animation-delay:270.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2703){-webkit-animation-delay:270.3s;-moz-animation-delay:270.3s;-o-animation-delay:270.3s;animation-delay:270.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2704){-webkit-animation-delay:270.4s;-moz-animation-delay:270.4s;-o-animation-delay:270.4s;animation-delay:270.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2705){-webkit-animation-delay:270.5s;-moz-animation-delay:270.5s;-o-animation-delay:270.5s;animation-delay:270.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2706){-webkit-animation-delay:270.6s;-moz-animation-delay:270.6s;-o-animation-delay:270.6s;animation-delay:270.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2707){-webkit-animation-delay:270.7s;-moz-animation-delay:270.7s;-o-animation-delay:270.7s;animation-delay:270.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2708){-webkit-animation-delay:270.8s;-moz-animation-delay:270.8s;-o-animation-delay:270.8s;animation-delay:270.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2709){-webkit-animation-delay:270.9s;-moz-animation-delay:270.9s;-o-animation-delay:270.9s;animation-delay:270.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2710){-webkit-animation-delay:271s;-moz-animation-delay:271s;-o-animation-delay:271s;animation-delay:271s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2711){-webkit-animation-delay:271.1s;-moz-animation-delay:271.1s;-o-animation-delay:271.1s;animation-delay:271.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2712){-webkit-animation-delay:271.2s;-moz-animation-delay:271.2s;-o-animation-delay:271.2s;animation-delay:271.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2713){-webkit-animation-delay:271.3s;-moz-animation-delay:271.3s;-o-animation-delay:271.3s;animation-delay:271.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2714){-webkit-animation-delay:271.4s;-moz-animation-delay:271.4s;-o-animation-delay:271.4s;animation-delay:271.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2715){-webkit-animation-delay:271.5s;-moz-animation-delay:271.5s;-o-animation-delay:271.5s;animation-delay:271.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2716){-webkit-animation-delay:271.6s;-moz-animation-delay:271.6s;-o-animation-delay:271.6s;animation-delay:271.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2717){-webkit-animation-delay:271.7s;-moz-animation-delay:271.7s;-o-animation-delay:271.7s;animation-delay:271.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2718){-webkit-animation-delay:271.8s;-moz-animation-delay:271.8s;-o-animation-delay:271.8s;animation-delay:271.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2719){-webkit-animation-delay:271.9s;-moz-animation-delay:271.9s;-o-animation-delay:271.9s;animation-delay:271.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2720){-webkit-animation-delay:272s;-moz-animation-delay:272s;-o-animation-delay:272s;animation-delay:272s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2721){-webkit-animation-delay:272.1s;-moz-animation-delay:272.1s;-o-animation-delay:272.1s;animation-delay:272.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2722){-webkit-animation-delay:272.2s;-moz-animation-delay:272.2s;-o-animation-delay:272.2s;animation-delay:272.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2723){-webkit-animation-delay:272.3s;-moz-animation-delay:272.3s;-o-animation-delay:272.3s;animation-delay:272.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2724){-webkit-animation-delay:272.4s;-moz-animation-delay:272.4s;-o-animation-delay:272.4s;animation-delay:272.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2725){-webkit-animation-delay:272.5s;-moz-animation-delay:272.5s;-o-animation-delay:272.5s;animation-delay:272.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2726){-webkit-animation-delay:272.6s;-moz-animation-delay:272.6s;-o-animation-delay:272.6s;animation-delay:272.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2727){-webkit-animation-delay:272.7s;-moz-animation-delay:272.7s;-o-animation-delay:272.7s;animation-delay:272.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2728){-webkit-animation-delay:272.8s;-moz-animation-delay:272.8s;-o-animation-delay:272.8s;animation-delay:272.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2729){-webkit-animation-delay:272.9s;-moz-animation-delay:272.9s;-o-animation-delay:272.9s;animation-delay:272.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2730){-webkit-animation-delay:273s;-moz-animation-delay:273s;-o-animation-delay:273s;animation-delay:273s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2731){-webkit-animation-delay:273.1s;-moz-animation-delay:273.1s;-o-animation-delay:273.1s;animation-delay:273.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2732){-webkit-animation-delay:273.2s;-moz-animation-delay:273.2s;-o-animation-delay:273.2s;animation-delay:273.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2733){-webkit-animation-delay:273.3s;-moz-animation-delay:273.3s;-o-animation-delay:273.3s;animation-delay:273.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2734){-webkit-animation-delay:273.4s;-moz-animation-delay:273.4s;-o-animation-delay:273.4s;animation-delay:273.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2735){-webkit-animation-delay:273.5s;-moz-animation-delay:273.5s;-o-animation-delay:273.5s;animation-delay:273.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2736){-webkit-animation-delay:273.6s;-moz-animation-delay:273.6s;-o-animation-delay:273.6s;animation-delay:273.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2737){-webkit-animation-delay:273.7s;-moz-animation-delay:273.7s;-o-animation-delay:273.7s;animation-delay:273.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2738){-webkit-animation-delay:273.8s;-moz-animation-delay:273.8s;-o-animation-delay:273.8s;animation-delay:273.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2739){-webkit-animation-delay:273.9s;-moz-animation-delay:273.9s;-o-animation-delay:273.9s;animation-delay:273.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2740){-webkit-animation-delay:274s;-moz-animation-delay:274s;-o-animation-delay:274s;animation-delay:274s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2741){-webkit-animation-delay:274.1s;-moz-animation-delay:274.1s;-o-animation-delay:274.1s;animation-delay:274.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2742){-webkit-animation-delay:274.2s;-moz-animation-delay:274.2s;-o-animation-delay:274.2s;animation-delay:274.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2743){-webkit-animation-delay:274.3s;-moz-animation-delay:274.3s;-o-animation-delay:274.3s;animation-delay:274.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2744){-webkit-animation-delay:274.4s;-moz-animation-delay:274.4s;-o-animation-delay:274.4s;animation-delay:274.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2745){-webkit-animation-delay:274.5s;-moz-animation-delay:274.5s;-o-animation-delay:274.5s;animation-delay:274.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2746){-webkit-animation-delay:274.6s;-moz-animation-delay:274.6s;-o-animation-delay:274.6s;animation-delay:274.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2747){-webkit-animation-delay:274.7s;-moz-animation-delay:274.7s;-o-animation-delay:274.7s;animation-delay:274.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2748){-webkit-animation-delay:274.8s;-moz-animation-delay:274.8s;-o-animation-delay:274.8s;animation-delay:274.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2749){-webkit-animation-delay:274.9s;-moz-animation-delay:274.9s;-o-animation-delay:274.9s;animation-delay:274.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2750){-webkit-animation-delay:275s;-moz-animation-delay:275s;-o-animation-delay:275s;animation-delay:275s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2751){-webkit-animation-delay:275.1s;-moz-animation-delay:275.1s;-o-animation-delay:275.1s;animation-delay:275.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2752){-webkit-animation-delay:275.2s;-moz-animation-delay:275.2s;-o-animation-delay:275.2s;animation-delay:275.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2753){-webkit-animation-delay:275.3s;-moz-animation-delay:275.3s;-o-animation-delay:275.3s;animation-delay:275.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2754){-webkit-animation-delay:275.4s;-moz-animation-delay:275.4s;-o-animation-delay:275.4s;animation-delay:275.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2755){-webkit-animation-delay:275.5s;-moz-animation-delay:275.5s;-o-animation-delay:275.5s;animation-delay:275.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2756){-webkit-animation-delay:275.6s;-moz-animation-delay:275.6s;-o-animation-delay:275.6s;animation-delay:275.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2757){-webkit-animation-delay:275.7s;-moz-animation-delay:275.7s;-o-animation-delay:275.7s;animation-delay:275.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2758){-webkit-animation-delay:275.8s;-moz-animation-delay:275.8s;-o-animation-delay:275.8s;animation-delay:275.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2759){-webkit-animation-delay:275.9s;-moz-animation-delay:275.9s;-o-animation-delay:275.9s;animation-delay:275.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2760){-webkit-animation-delay:276s;-moz-animation-delay:276s;-o-animation-delay:276s;animation-delay:276s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2761){-webkit-animation-delay:276.1s;-moz-animation-delay:276.1s;-o-animation-delay:276.1s;animation-delay:276.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2762){-webkit-animation-delay:276.2s;-moz-animation-delay:276.2s;-o-animation-delay:276.2s;animation-delay:276.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2763){-webkit-animation-delay:276.3s;-moz-animation-delay:276.3s;-o-animation-delay:276.3s;animation-delay:276.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2764){-webkit-animation-delay:276.4s;-moz-animation-delay:276.4s;-o-animation-delay:276.4s;animation-delay:276.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2765){-webkit-animation-delay:276.5s;-moz-animation-delay:276.5s;-o-animation-delay:276.5s;animation-delay:276.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2766){-webkit-animation-delay:276.6s;-moz-animation-delay:276.6s;-o-animation-delay:276.6s;animation-delay:276.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2767){-webkit-animation-delay:276.7s;-moz-animation-delay:276.7s;-o-animation-delay:276.7s;animation-delay:276.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2768){-webkit-animation-delay:276.8s;-moz-animation-delay:276.8s;-o-animation-delay:276.8s;animation-delay:276.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2769){-webkit-animation-delay:276.9s;-moz-animation-delay:276.9s;-o-animation-delay:276.9s;animation-delay:276.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2770){-webkit-animation-delay:277s;-moz-animation-delay:277s;-o-animation-delay:277s;animation-delay:277s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2771){-webkit-animation-delay:277.1s;-moz-animation-delay:277.1s;-o-animation-delay:277.1s;animation-delay:277.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2772){-webkit-animation-delay:277.2s;-moz-animation-delay:277.2s;-o-animation-delay:277.2s;animation-delay:277.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2773){-webkit-animation-delay:277.3s;-moz-animation-delay:277.3s;-o-animation-delay:277.3s;animation-delay:277.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2774){-webkit-animation-delay:277.4s;-moz-animation-delay:277.4s;-o-animation-delay:277.4s;animation-delay:277.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2775){-webkit-animation-delay:277.5s;-moz-animation-delay:277.5s;-o-animation-delay:277.5s;animation-delay:277.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2776){-webkit-animation-delay:277.6s;-moz-animation-delay:277.6s;-o-animation-delay:277.6s;animation-delay:277.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2777){-webkit-animation-delay:277.7s;-moz-animation-delay:277.7s;-o-animation-delay:277.7s;animation-delay:277.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2778){-webkit-animation-delay:277.8s;-moz-animation-delay:277.8s;-o-animation-delay:277.8s;animation-delay:277.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2779){-webkit-animation-delay:277.9s;-moz-animation-delay:277.9s;-o-animation-delay:277.9s;animation-delay:277.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2780){-webkit-animation-delay:278s;-moz-animation-delay:278s;-o-animation-delay:278s;animation-delay:278s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2781){-webkit-animation-delay:278.1s;-moz-animation-delay:278.1s;-o-animation-delay:278.1s;animation-delay:278.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2782){-webkit-animation-delay:278.2s;-moz-animation-delay:278.2s;-o-animation-delay:278.2s;animation-delay:278.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2783){-webkit-animation-delay:278.3s;-moz-animation-delay:278.3s;-o-animation-delay:278.3s;animation-delay:278.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2784){-webkit-animation-delay:278.4s;-moz-animation-delay:278.4s;-o-animation-delay:278.4s;animation-delay:278.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2785){-webkit-animation-delay:278.5s;-moz-animation-delay:278.5s;-o-animation-delay:278.5s;animation-delay:278.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2786){-webkit-animation-delay:278.6s;-moz-animation-delay:278.6s;-o-animation-delay:278.6s;animation-delay:278.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2787){-webkit-animation-delay:278.7s;-moz-animation-delay:278.7s;-o-animation-delay:278.7s;animation-delay:278.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2788){-webkit-animation-delay:278.8s;-moz-animation-delay:278.8s;-o-animation-delay:278.8s;animation-delay:278.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2789){-webkit-animation-delay:278.9s;-moz-animation-delay:278.9s;-o-animation-delay:278.9s;animation-delay:278.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2790){-webkit-animation-delay:279s;-moz-animation-delay:279s;-o-animation-delay:279s;animation-delay:279s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2791){-webkit-animation-delay:279.1s;-moz-animation-delay:279.1s;-o-animation-delay:279.1s;animation-delay:279.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2792){-webkit-animation-delay:279.2s;-moz-animation-delay:279.2s;-o-animation-delay:279.2s;animation-delay:279.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2793){-webkit-animation-delay:279.3s;-moz-animation-delay:279.3s;-o-animation-delay:279.3s;animation-delay:279.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2794){-webkit-animation-delay:279.4s;-moz-animation-delay:279.4s;-o-animation-delay:279.4s;animation-delay:279.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2795){-webkit-animation-delay:279.5s;-moz-animation-delay:279.5s;-o-animation-delay:279.5s;animation-delay:279.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2796){-webkit-animation-delay:279.6s;-moz-animation-delay:279.6s;-o-animation-delay:279.6s;animation-delay:279.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2797){-webkit-animation-delay:279.7s;-moz-animation-delay:279.7s;-o-animation-delay:279.7s;animation-delay:279.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2798){-webkit-animation-delay:279.8s;-moz-animation-delay:279.8s;-o-animation-delay:279.8s;animation-delay:279.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2799){-webkit-animation-delay:279.9s;-moz-animation-delay:279.9s;-o-animation-delay:279.9s;animation-delay:279.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2800){-webkit-animation-delay:280s;-moz-animation-delay:280s;-o-animation-delay:280s;animation-delay:280s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2801){-webkit-animation-delay:280.1s;-moz-animation-delay:280.1s;-o-animation-delay:280.1s;animation-delay:280.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2802){-webkit-animation-delay:280.2s;-moz-animation-delay:280.2s;-o-animation-delay:280.2s;animation-delay:280.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2803){-webkit-animation-delay:280.3s;-moz-animation-delay:280.3s;-o-animation-delay:280.3s;animation-delay:280.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2804){-webkit-animation-delay:280.4s;-moz-animation-delay:280.4s;-o-animation-delay:280.4s;animation-delay:280.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2805){-webkit-animation-delay:280.5s;-moz-animation-delay:280.5s;-o-animation-delay:280.5s;animation-delay:280.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2806){-webkit-animation-delay:280.6s;-moz-animation-delay:280.6s;-o-animation-delay:280.6s;animation-delay:280.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2807){-webkit-animation-delay:280.7s;-moz-animation-delay:280.7s;-o-animation-delay:280.7s;animation-delay:280.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2808){-webkit-animation-delay:280.8s;-moz-animation-delay:280.8s;-o-animation-delay:280.8s;animation-delay:280.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2809){-webkit-animation-delay:280.9s;-moz-animation-delay:280.9s;-o-animation-delay:280.9s;animation-delay:280.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2810){-webkit-animation-delay:281s;-moz-animation-delay:281s;-o-animation-delay:281s;animation-delay:281s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2811){-webkit-animation-delay:281.1s;-moz-animation-delay:281.1s;-o-animation-delay:281.1s;animation-delay:281.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2812){-webkit-animation-delay:281.2s;-moz-animation-delay:281.2s;-o-animation-delay:281.2s;animation-delay:281.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2813){-webkit-animation-delay:281.3s;-moz-animation-delay:281.3s;-o-animation-delay:281.3s;animation-delay:281.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2814){-webkit-animation-delay:281.4s;-moz-animation-delay:281.4s;-o-animation-delay:281.4s;animation-delay:281.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2815){-webkit-animation-delay:281.5s;-moz-animation-delay:281.5s;-o-animation-delay:281.5s;animation-delay:281.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2816){-webkit-animation-delay:281.6s;-moz-animation-delay:281.6s;-o-animation-delay:281.6s;animation-delay:281.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2817){-webkit-animation-delay:281.7s;-moz-animation-delay:281.7s;-o-animation-delay:281.7s;animation-delay:281.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2818){-webkit-animation-delay:281.8s;-moz-animation-delay:281.8s;-o-animation-delay:281.8s;animation-delay:281.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2819){-webkit-animation-delay:281.9s;-moz-animation-delay:281.9s;-o-animation-delay:281.9s;animation-delay:281.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2820){-webkit-animation-delay:282s;-moz-animation-delay:282s;-o-animation-delay:282s;animation-delay:282s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2821){-webkit-animation-delay:282.1s;-moz-animation-delay:282.1s;-o-animation-delay:282.1s;animation-delay:282.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2822){-webkit-animation-delay:282.2s;-moz-animation-delay:282.2s;-o-animation-delay:282.2s;animation-delay:282.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2823){-webkit-animation-delay:282.3s;-moz-animation-delay:282.3s;-o-animation-delay:282.3s;animation-delay:282.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2824){-webkit-animation-delay:282.4s;-moz-animation-delay:282.4s;-o-animation-delay:282.4s;animation-delay:282.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2825){-webkit-animation-delay:282.5s;-moz-animation-delay:282.5s;-o-animation-delay:282.5s;animation-delay:282.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2826){-webkit-animation-delay:282.6s;-moz-animation-delay:282.6s;-o-animation-delay:282.6s;animation-delay:282.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2827){-webkit-animation-delay:282.7s;-moz-animation-delay:282.7s;-o-animation-delay:282.7s;animation-delay:282.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2828){-webkit-animation-delay:282.8s;-moz-animation-delay:282.8s;-o-animation-delay:282.8s;animation-delay:282.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2829){-webkit-animation-delay:282.9s;-moz-animation-delay:282.9s;-o-animation-delay:282.9s;animation-delay:282.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2830){-webkit-animation-delay:283s;-moz-animation-delay:283s;-o-animation-delay:283s;animation-delay:283s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2831){-webkit-animation-delay:283.1s;-moz-animation-delay:283.1s;-o-animation-delay:283.1s;animation-delay:283.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2832){-webkit-animation-delay:283.2s;-moz-animation-delay:283.2s;-o-animation-delay:283.2s;animation-delay:283.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2833){-webkit-animation-delay:283.3s;-moz-animation-delay:283.3s;-o-animation-delay:283.3s;animation-delay:283.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2834){-webkit-animation-delay:283.4s;-moz-animation-delay:283.4s;-o-animation-delay:283.4s;animation-delay:283.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2835){-webkit-animation-delay:283.5s;-moz-animation-delay:283.5s;-o-animation-delay:283.5s;animation-delay:283.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2836){-webkit-animation-delay:283.6s;-moz-animation-delay:283.6s;-o-animation-delay:283.6s;animation-delay:283.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2837){-webkit-animation-delay:283.7s;-moz-animation-delay:283.7s;-o-animation-delay:283.7s;animation-delay:283.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2838){-webkit-animation-delay:283.8s;-moz-animation-delay:283.8s;-o-animation-delay:283.8s;animation-delay:283.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2839){-webkit-animation-delay:283.9s;-moz-animation-delay:283.9s;-o-animation-delay:283.9s;animation-delay:283.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2840){-webkit-animation-delay:284s;-moz-animation-delay:284s;-o-animation-delay:284s;animation-delay:284s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2841){-webkit-animation-delay:284.1s;-moz-animation-delay:284.1s;-o-animation-delay:284.1s;animation-delay:284.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2842){-webkit-animation-delay:284.2s;-moz-animation-delay:284.2s;-o-animation-delay:284.2s;animation-delay:284.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2843){-webkit-animation-delay:284.3s;-moz-animation-delay:284.3s;-o-animation-delay:284.3s;animation-delay:284.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2844){-webkit-animation-delay:284.4s;-moz-animation-delay:284.4s;-o-animation-delay:284.4s;animation-delay:284.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2845){-webkit-animation-delay:284.5s;-moz-animation-delay:284.5s;-o-animation-delay:284.5s;animation-delay:284.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2846){-webkit-animation-delay:284.6s;-moz-animation-delay:284.6s;-o-animation-delay:284.6s;animation-delay:284.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2847){-webkit-animation-delay:284.7s;-moz-animation-delay:284.7s;-o-animation-delay:284.7s;animation-delay:284.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2848){-webkit-animation-delay:284.8s;-moz-animation-delay:284.8s;-o-animation-delay:284.8s;animation-delay:284.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2849){-webkit-animation-delay:284.9s;-moz-animation-delay:284.9s;-o-animation-delay:284.9s;animation-delay:284.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2850){-webkit-animation-delay:285s;-moz-animation-delay:285s;-o-animation-delay:285s;animation-delay:285s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2851){-webkit-animation-delay:285.1s;-moz-animation-delay:285.1s;-o-animation-delay:285.1s;animation-delay:285.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2852){-webkit-animation-delay:285.2s;-moz-animation-delay:285.2s;-o-animation-delay:285.2s;animation-delay:285.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2853){-webkit-animation-delay:285.3s;-moz-animation-delay:285.3s;-o-animation-delay:285.3s;animation-delay:285.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2854){-webkit-animation-delay:285.4s;-moz-animation-delay:285.4s;-o-animation-delay:285.4s;animation-delay:285.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2855){-webkit-animation-delay:285.5s;-moz-animation-delay:285.5s;-o-animation-delay:285.5s;animation-delay:285.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2856){-webkit-animation-delay:285.6s;-moz-animation-delay:285.6s;-o-animation-delay:285.6s;animation-delay:285.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2857){-webkit-animation-delay:285.7s;-moz-animation-delay:285.7s;-o-animation-delay:285.7s;animation-delay:285.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2858){-webkit-animation-delay:285.8s;-moz-animation-delay:285.8s;-o-animation-delay:285.8s;animation-delay:285.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2859){-webkit-animation-delay:285.9s;-moz-animation-delay:285.9s;-o-animation-delay:285.9s;animation-delay:285.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2860){-webkit-animation-delay:286s;-moz-animation-delay:286s;-o-animation-delay:286s;animation-delay:286s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2861){-webkit-animation-delay:286.1s;-moz-animation-delay:286.1s;-o-animation-delay:286.1s;animation-delay:286.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2862){-webkit-animation-delay:286.2s;-moz-animation-delay:286.2s;-o-animation-delay:286.2s;animation-delay:286.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2863){-webkit-animation-delay:286.3s;-moz-animation-delay:286.3s;-o-animation-delay:286.3s;animation-delay:286.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2864){-webkit-animation-delay:286.4s;-moz-animation-delay:286.4s;-o-animation-delay:286.4s;animation-delay:286.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2865){-webkit-animation-delay:286.5s;-moz-animation-delay:286.5s;-o-animation-delay:286.5s;animation-delay:286.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2866){-webkit-animation-delay:286.6s;-moz-animation-delay:286.6s;-o-animation-delay:286.6s;animation-delay:286.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2867){-webkit-animation-delay:286.7s;-moz-animation-delay:286.7s;-o-animation-delay:286.7s;animation-delay:286.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2868){-webkit-animation-delay:286.8s;-moz-animation-delay:286.8s;-o-animation-delay:286.8s;animation-delay:286.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2869){-webkit-animation-delay:286.9s;-moz-animation-delay:286.9s;-o-animation-delay:286.9s;animation-delay:286.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2870){-webkit-animation-delay:287s;-moz-animation-delay:287s;-o-animation-delay:287s;animation-delay:287s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2871){-webkit-animation-delay:287.1s;-moz-animation-delay:287.1s;-o-animation-delay:287.1s;animation-delay:287.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2872){-webkit-animation-delay:287.2s;-moz-animation-delay:287.2s;-o-animation-delay:287.2s;animation-delay:287.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2873){-webkit-animation-delay:287.3s;-moz-animation-delay:287.3s;-o-animation-delay:287.3s;animation-delay:287.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2874){-webkit-animation-delay:287.4s;-moz-animation-delay:287.4s;-o-animation-delay:287.4s;animation-delay:287.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2875){-webkit-animation-delay:287.5s;-moz-animation-delay:287.5s;-o-animation-delay:287.5s;animation-delay:287.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2876){-webkit-animation-delay:287.6s;-moz-animation-delay:287.6s;-o-animation-delay:287.6s;animation-delay:287.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2877){-webkit-animation-delay:287.7s;-moz-animation-delay:287.7s;-o-animation-delay:287.7s;animation-delay:287.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2878){-webkit-animation-delay:287.8s;-moz-animation-delay:287.8s;-o-animation-delay:287.8s;animation-delay:287.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2879){-webkit-animation-delay:287.9s;-moz-animation-delay:287.9s;-o-animation-delay:287.9s;animation-delay:287.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2880){-webkit-animation-delay:288s;-moz-animation-delay:288s;-o-animation-delay:288s;animation-delay:288s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2881){-webkit-animation-delay:288.1s;-moz-animation-delay:288.1s;-o-animation-delay:288.1s;animation-delay:288.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2882){-webkit-animation-delay:288.2s;-moz-animation-delay:288.2s;-o-animation-delay:288.2s;animation-delay:288.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2883){-webkit-animation-delay:288.3s;-moz-animation-delay:288.3s;-o-animation-delay:288.3s;animation-delay:288.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2884){-webkit-animation-delay:288.4s;-moz-animation-delay:288.4s;-o-animation-delay:288.4s;animation-delay:288.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2885){-webkit-animation-delay:288.5s;-moz-animation-delay:288.5s;-o-animation-delay:288.5s;animation-delay:288.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2886){-webkit-animation-delay:288.6s;-moz-animation-delay:288.6s;-o-animation-delay:288.6s;animation-delay:288.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2887){-webkit-animation-delay:288.7s;-moz-animation-delay:288.7s;-o-animation-delay:288.7s;animation-delay:288.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2888){-webkit-animation-delay:288.8s;-moz-animation-delay:288.8s;-o-animation-delay:288.8s;animation-delay:288.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2889){-webkit-animation-delay:288.9s;-moz-animation-delay:288.9s;-o-animation-delay:288.9s;animation-delay:288.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2890){-webkit-animation-delay:289s;-moz-animation-delay:289s;-o-animation-delay:289s;animation-delay:289s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2891){-webkit-animation-delay:289.1s;-moz-animation-delay:289.1s;-o-animation-delay:289.1s;animation-delay:289.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2892){-webkit-animation-delay:289.2s;-moz-animation-delay:289.2s;-o-animation-delay:289.2s;animation-delay:289.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2893){-webkit-animation-delay:289.3s;-moz-animation-delay:289.3s;-o-animation-delay:289.3s;animation-delay:289.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2894){-webkit-animation-delay:289.4s;-moz-animation-delay:289.4s;-o-animation-delay:289.4s;animation-delay:289.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2895){-webkit-animation-delay:289.5s;-moz-animation-delay:289.5s;-o-animation-delay:289.5s;animation-delay:289.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2896){-webkit-animation-delay:289.6s;-moz-animation-delay:289.6s;-o-animation-delay:289.6s;animation-delay:289.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2897){-webkit-animation-delay:289.7s;-moz-animation-delay:289.7s;-o-animation-delay:289.7s;animation-delay:289.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2898){-webkit-animation-delay:289.8s;-moz-animation-delay:289.8s;-o-animation-delay:289.8s;animation-delay:289.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2899){-webkit-animation-delay:289.9s;-moz-animation-delay:289.9s;-o-animation-delay:289.9s;animation-delay:289.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2900){-webkit-animation-delay:290s;-moz-animation-delay:290s;-o-animation-delay:290s;animation-delay:290s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2901){-webkit-animation-delay:290.1s;-moz-animation-delay:290.1s;-o-animation-delay:290.1s;animation-delay:290.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2902){-webkit-animation-delay:290.2s;-moz-animation-delay:290.2s;-o-animation-delay:290.2s;animation-delay:290.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2903){-webkit-animation-delay:290.3s;-moz-animation-delay:290.3s;-o-animation-delay:290.3s;animation-delay:290.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2904){-webkit-animation-delay:290.4s;-moz-animation-delay:290.4s;-o-animation-delay:290.4s;animation-delay:290.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2905){-webkit-animation-delay:290.5s;-moz-animation-delay:290.5s;-o-animation-delay:290.5s;animation-delay:290.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2906){-webkit-animation-delay:290.6s;-moz-animation-delay:290.6s;-o-animation-delay:290.6s;animation-delay:290.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2907){-webkit-animation-delay:290.7s;-moz-animation-delay:290.7s;-o-animation-delay:290.7s;animation-delay:290.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2908){-webkit-animation-delay:290.8s;-moz-animation-delay:290.8s;-o-animation-delay:290.8s;animation-delay:290.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2909){-webkit-animation-delay:290.9s;-moz-animation-delay:290.9s;-o-animation-delay:290.9s;animation-delay:290.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2910){-webkit-animation-delay:291s;-moz-animation-delay:291s;-o-animation-delay:291s;animation-delay:291s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2911){-webkit-animation-delay:291.1s;-moz-animation-delay:291.1s;-o-animation-delay:291.1s;animation-delay:291.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2912){-webkit-animation-delay:291.2s;-moz-animation-delay:291.2s;-o-animation-delay:291.2s;animation-delay:291.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2913){-webkit-animation-delay:291.3s;-moz-animation-delay:291.3s;-o-animation-delay:291.3s;animation-delay:291.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2914){-webkit-animation-delay:291.4s;-moz-animation-delay:291.4s;-o-animation-delay:291.4s;animation-delay:291.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2915){-webkit-animation-delay:291.5s;-moz-animation-delay:291.5s;-o-animation-delay:291.5s;animation-delay:291.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2916){-webkit-animation-delay:291.6s;-moz-animation-delay:291.6s;-o-animation-delay:291.6s;animation-delay:291.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2917){-webkit-animation-delay:291.7s;-moz-animation-delay:291.7s;-o-animation-delay:291.7s;animation-delay:291.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2918){-webkit-animation-delay:291.8s;-moz-animation-delay:291.8s;-o-animation-delay:291.8s;animation-delay:291.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2919){-webkit-animation-delay:291.9s;-moz-animation-delay:291.9s;-o-animation-delay:291.9s;animation-delay:291.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2920){-webkit-animation-delay:292s;-moz-animation-delay:292s;-o-animation-delay:292s;animation-delay:292s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2921){-webkit-animation-delay:292.1s;-moz-animation-delay:292.1s;-o-animation-delay:292.1s;animation-delay:292.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2922){-webkit-animation-delay:292.2s;-moz-animation-delay:292.2s;-o-animation-delay:292.2s;animation-delay:292.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2923){-webkit-animation-delay:292.3s;-moz-animation-delay:292.3s;-o-animation-delay:292.3s;animation-delay:292.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2924){-webkit-animation-delay:292.4s;-moz-animation-delay:292.4s;-o-animation-delay:292.4s;animation-delay:292.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2925){-webkit-animation-delay:292.5s;-moz-animation-delay:292.5s;-o-animation-delay:292.5s;animation-delay:292.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2926){-webkit-animation-delay:292.6s;-moz-animation-delay:292.6s;-o-animation-delay:292.6s;animation-delay:292.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2927){-webkit-animation-delay:292.7s;-moz-animation-delay:292.7s;-o-animation-delay:292.7s;animation-delay:292.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2928){-webkit-animation-delay:292.8s;-moz-animation-delay:292.8s;-o-animation-delay:292.8s;animation-delay:292.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2929){-webkit-animation-delay:292.9s;-moz-animation-delay:292.9s;-o-animation-delay:292.9s;animation-delay:292.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2930){-webkit-animation-delay:293s;-moz-animation-delay:293s;-o-animation-delay:293s;animation-delay:293s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2931){-webkit-animation-delay:293.1s;-moz-animation-delay:293.1s;-o-animation-delay:293.1s;animation-delay:293.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2932){-webkit-animation-delay:293.2s;-moz-animation-delay:293.2s;-o-animation-delay:293.2s;animation-delay:293.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2933){-webkit-animation-delay:293.3s;-moz-animation-delay:293.3s;-o-animation-delay:293.3s;animation-delay:293.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2934){-webkit-animation-delay:293.4s;-moz-animation-delay:293.4s;-o-animation-delay:293.4s;animation-delay:293.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2935){-webkit-animation-delay:293.5s;-moz-animation-delay:293.5s;-o-animation-delay:293.5s;animation-delay:293.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2936){-webkit-animation-delay:293.6s;-moz-animation-delay:293.6s;-o-animation-delay:293.6s;animation-delay:293.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2937){-webkit-animation-delay:293.7s;-moz-animation-delay:293.7s;-o-animation-delay:293.7s;animation-delay:293.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2938){-webkit-animation-delay:293.8s;-moz-animation-delay:293.8s;-o-animation-delay:293.8s;animation-delay:293.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2939){-webkit-animation-delay:293.9s;-moz-animation-delay:293.9s;-o-animation-delay:293.9s;animation-delay:293.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2940){-webkit-animation-delay:294s;-moz-animation-delay:294s;-o-animation-delay:294s;animation-delay:294s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2941){-webkit-animation-delay:294.1s;-moz-animation-delay:294.1s;-o-animation-delay:294.1s;animation-delay:294.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2942){-webkit-animation-delay:294.2s;-moz-animation-delay:294.2s;-o-animation-delay:294.2s;animation-delay:294.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2943){-webkit-animation-delay:294.3s;-moz-animation-delay:294.3s;-o-animation-delay:294.3s;animation-delay:294.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2944){-webkit-animation-delay:294.4s;-moz-animation-delay:294.4s;-o-animation-delay:294.4s;animation-delay:294.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2945){-webkit-animation-delay:294.5s;-moz-animation-delay:294.5s;-o-animation-delay:294.5s;animation-delay:294.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2946){-webkit-animation-delay:294.6s;-moz-animation-delay:294.6s;-o-animation-delay:294.6s;animation-delay:294.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2947){-webkit-animation-delay:294.7s;-moz-animation-delay:294.7s;-o-animation-delay:294.7s;animation-delay:294.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2948){-webkit-animation-delay:294.8s;-moz-animation-delay:294.8s;-o-animation-delay:294.8s;animation-delay:294.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2949){-webkit-animation-delay:294.9s;-moz-animation-delay:294.9s;-o-animation-delay:294.9s;animation-delay:294.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2950){-webkit-animation-delay:295s;-moz-animation-delay:295s;-o-animation-delay:295s;animation-delay:295s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2951){-webkit-animation-delay:295.1s;-moz-animation-delay:295.1s;-o-animation-delay:295.1s;animation-delay:295.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2952){-webkit-animation-delay:295.2s;-moz-animation-delay:295.2s;-o-animation-delay:295.2s;animation-delay:295.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2953){-webkit-animation-delay:295.3s;-moz-animation-delay:295.3s;-o-animation-delay:295.3s;animation-delay:295.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2954){-webkit-animation-delay:295.4s;-moz-animation-delay:295.4s;-o-animation-delay:295.4s;animation-delay:295.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2955){-webkit-animation-delay:295.5s;-moz-animation-delay:295.5s;-o-animation-delay:295.5s;animation-delay:295.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2956){-webkit-animation-delay:295.6s;-moz-animation-delay:295.6s;-o-animation-delay:295.6s;animation-delay:295.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2957){-webkit-animation-delay:295.7s;-moz-animation-delay:295.7s;-o-animation-delay:295.7s;animation-delay:295.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2958){-webkit-animation-delay:295.8s;-moz-animation-delay:295.8s;-o-animation-delay:295.8s;animation-delay:295.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2959){-webkit-animation-delay:295.9s;-moz-animation-delay:295.9s;-o-animation-delay:295.9s;animation-delay:295.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2960){-webkit-animation-delay:296s;-moz-animation-delay:296s;-o-animation-delay:296s;animation-delay:296s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2961){-webkit-animation-delay:296.1s;-moz-animation-delay:296.1s;-o-animation-delay:296.1s;animation-delay:296.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2962){-webkit-animation-delay:296.2s;-moz-animation-delay:296.2s;-o-animation-delay:296.2s;animation-delay:296.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2963){-webkit-animation-delay:296.3s;-moz-animation-delay:296.3s;-o-animation-delay:296.3s;animation-delay:296.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2964){-webkit-animation-delay:296.4s;-moz-animation-delay:296.4s;-o-animation-delay:296.4s;animation-delay:296.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2965){-webkit-animation-delay:296.5s;-moz-animation-delay:296.5s;-o-animation-delay:296.5s;animation-delay:296.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2966){-webkit-animation-delay:296.6s;-moz-animation-delay:296.6s;-o-animation-delay:296.6s;animation-delay:296.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2967){-webkit-animation-delay:296.7s;-moz-animation-delay:296.7s;-o-animation-delay:296.7s;animation-delay:296.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2968){-webkit-animation-delay:296.8s;-moz-animation-delay:296.8s;-o-animation-delay:296.8s;animation-delay:296.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2969){-webkit-animation-delay:296.9s;-moz-animation-delay:296.9s;-o-animation-delay:296.9s;animation-delay:296.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2970){-webkit-animation-delay:297s;-moz-animation-delay:297s;-o-animation-delay:297s;animation-delay:297s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2971){-webkit-animation-delay:297.1s;-moz-animation-delay:297.1s;-o-animation-delay:297.1s;animation-delay:297.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2972){-webkit-animation-delay:297.2s;-moz-animation-delay:297.2s;-o-animation-delay:297.2s;animation-delay:297.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2973){-webkit-animation-delay:297.3s;-moz-animation-delay:297.3s;-o-animation-delay:297.3s;animation-delay:297.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2974){-webkit-animation-delay:297.4s;-moz-animation-delay:297.4s;-o-animation-delay:297.4s;animation-delay:297.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2975){-webkit-animation-delay:297.5s;-moz-animation-delay:297.5s;-o-animation-delay:297.5s;animation-delay:297.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2976){-webkit-animation-delay:297.6s;-moz-animation-delay:297.6s;-o-animation-delay:297.6s;animation-delay:297.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2977){-webkit-animation-delay:297.7s;-moz-animation-delay:297.7s;-o-animation-delay:297.7s;animation-delay:297.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2978){-webkit-animation-delay:297.8s;-moz-animation-delay:297.8s;-o-animation-delay:297.8s;animation-delay:297.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2979){-webkit-animation-delay:297.9s;-moz-animation-delay:297.9s;-o-animation-delay:297.9s;animation-delay:297.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2980){-webkit-animation-delay:298s;-moz-animation-delay:298s;-o-animation-delay:298s;animation-delay:298s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2981){-webkit-animation-delay:298.1s;-moz-animation-delay:298.1s;-o-animation-delay:298.1s;animation-delay:298.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2982){-webkit-animation-delay:298.2s;-moz-animation-delay:298.2s;-o-animation-delay:298.2s;animation-delay:298.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2983){-webkit-animation-delay:298.3s;-moz-animation-delay:298.3s;-o-animation-delay:298.3s;animation-delay:298.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2984){-webkit-animation-delay:298.4s;-moz-animation-delay:298.4s;-o-animation-delay:298.4s;animation-delay:298.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2985){-webkit-animation-delay:298.5s;-moz-animation-delay:298.5s;-o-animation-delay:298.5s;animation-delay:298.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2986){-webkit-animation-delay:298.6s;-moz-animation-delay:298.6s;-o-animation-delay:298.6s;animation-delay:298.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2987){-webkit-animation-delay:298.7s;-moz-animation-delay:298.7s;-o-animation-delay:298.7s;animation-delay:298.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2988){-webkit-animation-delay:298.8s;-moz-animation-delay:298.8s;-o-animation-delay:298.8s;animation-delay:298.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2989){-webkit-animation-delay:298.9s;-moz-animation-delay:298.9s;-o-animation-delay:298.9s;animation-delay:298.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2990){-webkit-animation-delay:299s;-moz-animation-delay:299s;-o-animation-delay:299s;animation-delay:299s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2991){-webkit-animation-delay:299.1s;-moz-animation-delay:299.1s;-o-animation-delay:299.1s;animation-delay:299.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2992){-webkit-animation-delay:299.2s;-moz-animation-delay:299.2s;-o-animation-delay:299.2s;animation-delay:299.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2993){-webkit-animation-delay:299.3s;-moz-animation-delay:299.3s;-o-animation-delay:299.3s;animation-delay:299.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2994){-webkit-animation-delay:299.4s;-moz-animation-delay:299.4s;-o-animation-delay:299.4s;animation-delay:299.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2995){-webkit-animation-delay:299.5s;-moz-animation-delay:299.5s;-o-animation-delay:299.5s;animation-delay:299.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2996){-webkit-animation-delay:299.6s;-moz-animation-delay:299.6s;-o-animation-delay:299.6s;animation-delay:299.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2997){-webkit-animation-delay:299.7s;-moz-animation-delay:299.7s;-o-animation-delay:299.7s;animation-delay:299.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2998){-webkit-animation-delay:299.8s;-moz-animation-delay:299.8s;-o-animation-delay:299.8s;animation-delay:299.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2999){-webkit-animation-delay:299.9s;-moz-animation-delay:299.9s;-o-animation-delay:299.9s;animation-delay:299.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3000){-webkit-animation-delay:300s;-moz-animation-delay:300s;-o-animation-delay:300s;animation-delay:300s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3001){-webkit-animation-delay:300.1s;-moz-animation-delay:300.1s;-o-animation-delay:300.1s;animation-delay:300.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3002){-webkit-animation-delay:300.2s;-moz-animation-delay:300.2s;-o-animation-delay:300.2s;animation-delay:300.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3003){-webkit-animation-delay:300.3s;-moz-animation-delay:300.3s;-o-animation-delay:300.3s;animation-delay:300.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3004){-webkit-animation-delay:300.4s;-moz-animation-delay:300.4s;-o-animation-delay:300.4s;animation-delay:300.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3005){-webkit-animation-delay:300.5s;-moz-animation-delay:300.5s;-o-animation-delay:300.5s;animation-delay:300.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3006){-webkit-animation-delay:300.6s;-moz-animation-delay:300.6s;-o-animation-delay:300.6s;animation-delay:300.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3007){-webkit-animation-delay:300.7s;-moz-animation-delay:300.7s;-o-animation-delay:300.7s;animation-delay:300.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3008){-webkit-animation-delay:300.8s;-moz-animation-delay:300.8s;-o-animation-delay:300.8s;animation-delay:300.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3009){-webkit-animation-delay:300.9s;-moz-animation-delay:300.9s;-o-animation-delay:300.9s;animation-delay:300.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3010){-webkit-animation-delay:301s;-moz-animation-delay:301s;-o-animation-delay:301s;animation-delay:301s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3011){-webkit-animation-delay:301.1s;-moz-animation-delay:301.1s;-o-animation-delay:301.1s;animation-delay:301.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3012){-webkit-animation-delay:301.2s;-moz-animation-delay:301.2s;-o-animation-delay:301.2s;animation-delay:301.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3013){-webkit-animation-delay:301.3s;-moz-animation-delay:301.3s;-o-animation-delay:301.3s;animation-delay:301.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3014){-webkit-animation-delay:301.4s;-moz-animation-delay:301.4s;-o-animation-delay:301.4s;animation-delay:301.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3015){-webkit-animation-delay:301.5s;-moz-animation-delay:301.5s;-o-animation-delay:301.5s;animation-delay:301.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3016){-webkit-animation-delay:301.6s;-moz-animation-delay:301.6s;-o-animation-delay:301.6s;animation-delay:301.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3017){-webkit-animation-delay:301.7s;-moz-animation-delay:301.7s;-o-animation-delay:301.7s;animation-delay:301.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3018){-webkit-animation-delay:301.8s;-moz-animation-delay:301.8s;-o-animation-delay:301.8s;animation-delay:301.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3019){-webkit-animation-delay:301.9s;-moz-animation-delay:301.9s;-o-animation-delay:301.9s;animation-delay:301.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3020){-webkit-animation-delay:302s;-moz-animation-delay:302s;-o-animation-delay:302s;animation-delay:302s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3021){-webkit-animation-delay:302.1s;-moz-animation-delay:302.1s;-o-animation-delay:302.1s;animation-delay:302.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3022){-webkit-animation-delay:302.2s;-moz-animation-delay:302.2s;-o-animation-delay:302.2s;animation-delay:302.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3023){-webkit-animation-delay:302.3s;-moz-animation-delay:302.3s;-o-animation-delay:302.3s;animation-delay:302.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3024){-webkit-animation-delay:302.4s;-moz-animation-delay:302.4s;-o-animation-delay:302.4s;animation-delay:302.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3025){-webkit-animation-delay:302.5s;-moz-animation-delay:302.5s;-o-animation-delay:302.5s;animation-delay:302.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3026){-webkit-animation-delay:302.6s;-moz-animation-delay:302.6s;-o-animation-delay:302.6s;animation-delay:302.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3027){-webkit-animation-delay:302.7s;-moz-animation-delay:302.7s;-o-animation-delay:302.7s;animation-delay:302.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3028){-webkit-animation-delay:302.8s;-moz-animation-delay:302.8s;-o-animation-delay:302.8s;animation-delay:302.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3029){-webkit-animation-delay:302.9s;-moz-animation-delay:302.9s;-o-animation-delay:302.9s;animation-delay:302.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3030){-webkit-animation-delay:303s;-moz-animation-delay:303s;-o-animation-delay:303s;animation-delay:303s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3031){-webkit-animation-delay:303.1s;-moz-animation-delay:303.1s;-o-animation-delay:303.1s;animation-delay:303.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3032){-webkit-animation-delay:303.2s;-moz-animation-delay:303.2s;-o-animation-delay:303.2s;animation-delay:303.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3033){-webkit-animation-delay:303.3s;-moz-animation-delay:303.3s;-o-animation-delay:303.3s;animation-delay:303.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3034){-webkit-animation-delay:303.4s;-moz-animation-delay:303.4s;-o-animation-delay:303.4s;animation-delay:303.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3035){-webkit-animation-delay:303.5s;-moz-animation-delay:303.5s;-o-animation-delay:303.5s;animation-delay:303.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3036){-webkit-animation-delay:303.6s;-moz-animation-delay:303.6s;-o-animation-delay:303.6s;animation-delay:303.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3037){-webkit-animation-delay:303.7s;-moz-animation-delay:303.7s;-o-animation-delay:303.7s;animation-delay:303.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3038){-webkit-animation-delay:303.8s;-moz-animation-delay:303.8s;-o-animation-delay:303.8s;animation-delay:303.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3039){-webkit-animation-delay:303.9s;-moz-animation-delay:303.9s;-o-animation-delay:303.9s;animation-delay:303.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3040){-webkit-animation-delay:304s;-moz-animation-delay:304s;-o-animation-delay:304s;animation-delay:304s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3041){-webkit-animation-delay:304.1s;-moz-animation-delay:304.1s;-o-animation-delay:304.1s;animation-delay:304.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3042){-webkit-animation-delay:304.2s;-moz-animation-delay:304.2s;-o-animation-delay:304.2s;animation-delay:304.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3043){-webkit-animation-delay:304.3s;-moz-animation-delay:304.3s;-o-animation-delay:304.3s;animation-delay:304.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3044){-webkit-animation-delay:304.4s;-moz-animation-delay:304.4s;-o-animation-delay:304.4s;animation-delay:304.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3045){-webkit-animation-delay:304.5s;-moz-animation-delay:304.5s;-o-animation-delay:304.5s;animation-delay:304.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3046){-webkit-animation-delay:304.6s;-moz-animation-delay:304.6s;-o-animation-delay:304.6s;animation-delay:304.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3047){-webkit-animation-delay:304.7s;-moz-animation-delay:304.7s;-o-animation-delay:304.7s;animation-delay:304.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3048){-webkit-animation-delay:304.8s;-moz-animation-delay:304.8s;-o-animation-delay:304.8s;animation-delay:304.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3049){-webkit-animation-delay:304.9s;-moz-animation-delay:304.9s;-o-animation-delay:304.9s;animation-delay:304.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3050){-webkit-animation-delay:305s;-moz-animation-delay:305s;-o-animation-delay:305s;animation-delay:305s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3051){-webkit-animation-delay:305.1s;-moz-animation-delay:305.1s;-o-animation-delay:305.1s;animation-delay:305.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3052){-webkit-animation-delay:305.2s;-moz-animation-delay:305.2s;-o-animation-delay:305.2s;animation-delay:305.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3053){-webkit-animation-delay:305.3s;-moz-animation-delay:305.3s;-o-animation-delay:305.3s;animation-delay:305.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3054){-webkit-animation-delay:305.4s;-moz-animation-delay:305.4s;-o-animation-delay:305.4s;animation-delay:305.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3055){-webkit-animation-delay:305.5s;-moz-animation-delay:305.5s;-o-animation-delay:305.5s;animation-delay:305.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3056){-webkit-animation-delay:305.6s;-moz-animation-delay:305.6s;-o-animation-delay:305.6s;animation-delay:305.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3057){-webkit-animation-delay:305.7s;-moz-animation-delay:305.7s;-o-animation-delay:305.7s;animation-delay:305.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3058){-webkit-animation-delay:305.8s;-moz-animation-delay:305.8s;-o-animation-delay:305.8s;animation-delay:305.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3059){-webkit-animation-delay:305.9s;-moz-animation-delay:305.9s;-o-animation-delay:305.9s;animation-delay:305.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3060){-webkit-animation-delay:306s;-moz-animation-delay:306s;-o-animation-delay:306s;animation-delay:306s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3061){-webkit-animation-delay:306.1s;-moz-animation-delay:306.1s;-o-animation-delay:306.1s;animation-delay:306.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3062){-webkit-animation-delay:306.2s;-moz-animation-delay:306.2s;-o-animation-delay:306.2s;animation-delay:306.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3063){-webkit-animation-delay:306.3s;-moz-animation-delay:306.3s;-o-animation-delay:306.3s;animation-delay:306.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3064){-webkit-animation-delay:306.4s;-moz-animation-delay:306.4s;-o-animation-delay:306.4s;animation-delay:306.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3065){-webkit-animation-delay:306.5s;-moz-animation-delay:306.5s;-o-animation-delay:306.5s;animation-delay:306.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3066){-webkit-animation-delay:306.6s;-moz-animation-delay:306.6s;-o-animation-delay:306.6s;animation-delay:306.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3067){-webkit-animation-delay:306.7s;-moz-animation-delay:306.7s;-o-animation-delay:306.7s;animation-delay:306.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3068){-webkit-animation-delay:306.8s;-moz-animation-delay:306.8s;-o-animation-delay:306.8s;animation-delay:306.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3069){-webkit-animation-delay:306.9s;-moz-animation-delay:306.9s;-o-animation-delay:306.9s;animation-delay:306.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3070){-webkit-animation-delay:307s;-moz-animation-delay:307s;-o-animation-delay:307s;animation-delay:307s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3071){-webkit-animation-delay:307.1s;-moz-animation-delay:307.1s;-o-animation-delay:307.1s;animation-delay:307.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3072){-webkit-animation-delay:307.2s;-moz-animation-delay:307.2s;-o-animation-delay:307.2s;animation-delay:307.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3073){-webkit-animation-delay:307.3s;-moz-animation-delay:307.3s;-o-animation-delay:307.3s;animation-delay:307.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3074){-webkit-animation-delay:307.4s;-moz-animation-delay:307.4s;-o-animation-delay:307.4s;animation-delay:307.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3075){-webkit-animation-delay:307.5s;-moz-animation-delay:307.5s;-o-animation-delay:307.5s;animation-delay:307.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3076){-webkit-animation-delay:307.6s;-moz-animation-delay:307.6s;-o-animation-delay:307.6s;animation-delay:307.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3077){-webkit-animation-delay:307.7s;-moz-animation-delay:307.7s;-o-animation-delay:307.7s;animation-delay:307.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3078){-webkit-animation-delay:307.8s;-moz-animation-delay:307.8s;-o-animation-delay:307.8s;animation-delay:307.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3079){-webkit-animation-delay:307.9s;-moz-animation-delay:307.9s;-o-animation-delay:307.9s;animation-delay:307.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3080){-webkit-animation-delay:308s;-moz-animation-delay:308s;-o-animation-delay:308s;animation-delay:308s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3081){-webkit-animation-delay:308.1s;-moz-animation-delay:308.1s;-o-animation-delay:308.1s;animation-delay:308.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3082){-webkit-animation-delay:308.2s;-moz-animation-delay:308.2s;-o-animation-delay:308.2s;animation-delay:308.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3083){-webkit-animation-delay:308.3s;-moz-animation-delay:308.3s;-o-animation-delay:308.3s;animation-delay:308.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3084){-webkit-animation-delay:308.4s;-moz-animation-delay:308.4s;-o-animation-delay:308.4s;animation-delay:308.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3085){-webkit-animation-delay:308.5s;-moz-animation-delay:308.5s;-o-animation-delay:308.5s;animation-delay:308.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3086){-webkit-animation-delay:308.6s;-moz-animation-delay:308.6s;-o-animation-delay:308.6s;animation-delay:308.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3087){-webkit-animation-delay:308.7s;-moz-animation-delay:308.7s;-o-animation-delay:308.7s;animation-delay:308.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3088){-webkit-animation-delay:308.8s;-moz-animation-delay:308.8s;-o-animation-delay:308.8s;animation-delay:308.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3089){-webkit-animation-delay:308.9s;-moz-animation-delay:308.9s;-o-animation-delay:308.9s;animation-delay:308.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3090){-webkit-animation-delay:309s;-moz-animation-delay:309s;-o-animation-delay:309s;animation-delay:309s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3091){-webkit-animation-delay:309.1s;-moz-animation-delay:309.1s;-o-animation-delay:309.1s;animation-delay:309.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3092){-webkit-animation-delay:309.2s;-moz-animation-delay:309.2s;-o-animation-delay:309.2s;animation-delay:309.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3093){-webkit-animation-delay:309.3s;-moz-animation-delay:309.3s;-o-animation-delay:309.3s;animation-delay:309.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3094){-webkit-animation-delay:309.4s;-moz-animation-delay:309.4s;-o-animation-delay:309.4s;animation-delay:309.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3095){-webkit-animation-delay:309.5s;-moz-animation-delay:309.5s;-o-animation-delay:309.5s;animation-delay:309.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3096){-webkit-animation-delay:309.6s;-moz-animation-delay:309.6s;-o-animation-delay:309.6s;animation-delay:309.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3097){-webkit-animation-delay:309.7s;-moz-animation-delay:309.7s;-o-animation-delay:309.7s;animation-delay:309.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3098){-webkit-animation-delay:309.8s;-moz-animation-delay:309.8s;-o-animation-delay:309.8s;animation-delay:309.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3099){-webkit-animation-delay:309.9s;-moz-animation-delay:309.9s;-o-animation-delay:309.9s;animation-delay:309.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3100){-webkit-animation-delay:310s;-moz-animation-delay:310s;-o-animation-delay:310s;animation-delay:310s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3101){-webkit-animation-delay:310.1s;-moz-animation-delay:310.1s;-o-animation-delay:310.1s;animation-delay:310.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3102){-webkit-animation-delay:310.2s;-moz-animation-delay:310.2s;-o-animation-delay:310.2s;animation-delay:310.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3103){-webkit-animation-delay:310.3s;-moz-animation-delay:310.3s;-o-animation-delay:310.3s;animation-delay:310.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3104){-webkit-animation-delay:310.4s;-moz-animation-delay:310.4s;-o-animation-delay:310.4s;animation-delay:310.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3105){-webkit-animation-delay:310.5s;-moz-animation-delay:310.5s;-o-animation-delay:310.5s;animation-delay:310.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3106){-webkit-animation-delay:310.6s;-moz-animation-delay:310.6s;-o-animation-delay:310.6s;animation-delay:310.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3107){-webkit-animation-delay:310.7s;-moz-animation-delay:310.7s;-o-animation-delay:310.7s;animation-delay:310.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3108){-webkit-animation-delay:310.8s;-moz-animation-delay:310.8s;-o-animation-delay:310.8s;animation-delay:310.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3109){-webkit-animation-delay:310.9s;-moz-animation-delay:310.9s;-o-animation-delay:310.9s;animation-delay:310.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3110){-webkit-animation-delay:311s;-moz-animation-delay:311s;-o-animation-delay:311s;animation-delay:311s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3111){-webkit-animation-delay:311.1s;-moz-animation-delay:311.1s;-o-animation-delay:311.1s;animation-delay:311.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3112){-webkit-animation-delay:311.2s;-moz-animation-delay:311.2s;-o-animation-delay:311.2s;animation-delay:311.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3113){-webkit-animation-delay:311.3s;-moz-animation-delay:311.3s;-o-animation-delay:311.3s;animation-delay:311.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3114){-webkit-animation-delay:311.4s;-moz-animation-delay:311.4s;-o-animation-delay:311.4s;animation-delay:311.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3115){-webkit-animation-delay:311.5s;-moz-animation-delay:311.5s;-o-animation-delay:311.5s;animation-delay:311.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3116){-webkit-animation-delay:311.6s;-moz-animation-delay:311.6s;-o-animation-delay:311.6s;animation-delay:311.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3117){-webkit-animation-delay:311.7s;-moz-animation-delay:311.7s;-o-animation-delay:311.7s;animation-delay:311.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3118){-webkit-animation-delay:311.8s;-moz-animation-delay:311.8s;-o-animation-delay:311.8s;animation-delay:311.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3119){-webkit-animation-delay:311.9s;-moz-animation-delay:311.9s;-o-animation-delay:311.9s;animation-delay:311.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3120){-webkit-animation-delay:312s;-moz-animation-delay:312s;-o-animation-delay:312s;animation-delay:312s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3121){-webkit-animation-delay:312.1s;-moz-animation-delay:312.1s;-o-animation-delay:312.1s;animation-delay:312.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3122){-webkit-animation-delay:312.2s;-moz-animation-delay:312.2s;-o-animation-delay:312.2s;animation-delay:312.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3123){-webkit-animation-delay:312.3s;-moz-animation-delay:312.3s;-o-animation-delay:312.3s;animation-delay:312.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3124){-webkit-animation-delay:312.4s;-moz-animation-delay:312.4s;-o-animation-delay:312.4s;animation-delay:312.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3125){-webkit-animation-delay:312.5s;-moz-animation-delay:312.5s;-o-animation-delay:312.5s;animation-delay:312.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3126){-webkit-animation-delay:312.6s;-moz-animation-delay:312.6s;-o-animation-delay:312.6s;animation-delay:312.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3127){-webkit-animation-delay:312.7s;-moz-animation-delay:312.7s;-o-animation-delay:312.7s;animation-delay:312.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3128){-webkit-animation-delay:312.8s;-moz-animation-delay:312.8s;-o-animation-delay:312.8s;animation-delay:312.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3129){-webkit-animation-delay:312.9s;-moz-animation-delay:312.9s;-o-animation-delay:312.9s;animation-delay:312.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3130){-webkit-animation-delay:313s;-moz-animation-delay:313s;-o-animation-delay:313s;animation-delay:313s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3131){-webkit-animation-delay:313.1s;-moz-animation-delay:313.1s;-o-animation-delay:313.1s;animation-delay:313.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3132){-webkit-animation-delay:313.2s;-moz-animation-delay:313.2s;-o-animation-delay:313.2s;animation-delay:313.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3133){-webkit-animation-delay:313.3s;-moz-animation-delay:313.3s;-o-animation-delay:313.3s;animation-delay:313.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3134){-webkit-animation-delay:313.4s;-moz-animation-delay:313.4s;-o-animation-delay:313.4s;animation-delay:313.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3135){-webkit-animation-delay:313.5s;-moz-animation-delay:313.5s;-o-animation-delay:313.5s;animation-delay:313.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3136){-webkit-animation-delay:313.6s;-moz-animation-delay:313.6s;-o-animation-delay:313.6s;animation-delay:313.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3137){-webkit-animation-delay:313.7s;-moz-animation-delay:313.7s;-o-animation-delay:313.7s;animation-delay:313.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3138){-webkit-animation-delay:313.8s;-moz-animation-delay:313.8s;-o-animation-delay:313.8s;animation-delay:313.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3139){-webkit-animation-delay:313.9s;-moz-animation-delay:313.9s;-o-animation-delay:313.9s;animation-delay:313.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3140){-webkit-animation-delay:314s;-moz-animation-delay:314s;-o-animation-delay:314s;animation-delay:314s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3141){-webkit-animation-delay:314.1s;-moz-animation-delay:314.1s;-o-animation-delay:314.1s;animation-delay:314.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3142){-webkit-animation-delay:314.2s;-moz-animation-delay:314.2s;-o-animation-delay:314.2s;animation-delay:314.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3143){-webkit-animation-delay:314.3s;-moz-animation-delay:314.3s;-o-animation-delay:314.3s;animation-delay:314.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3144){-webkit-animation-delay:314.4s;-moz-animation-delay:314.4s;-o-animation-delay:314.4s;animation-delay:314.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3145){-webkit-animation-delay:314.5s;-moz-animation-delay:314.5s;-o-animation-delay:314.5s;animation-delay:314.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3146){-webkit-animation-delay:314.6s;-moz-animation-delay:314.6s;-o-animation-delay:314.6s;animation-delay:314.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3147){-webkit-animation-delay:314.7s;-moz-animation-delay:314.7s;-o-animation-delay:314.7s;animation-delay:314.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3148){-webkit-animation-delay:314.8s;-moz-animation-delay:314.8s;-o-animation-delay:314.8s;animation-delay:314.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3149){-webkit-animation-delay:314.9s;-moz-animation-delay:314.9s;-o-animation-delay:314.9s;animation-delay:314.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3150){-webkit-animation-delay:315s;-moz-animation-delay:315s;-o-animation-delay:315s;animation-delay:315s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3151){-webkit-animation-delay:315.1s;-moz-animation-delay:315.1s;-o-animation-delay:315.1s;animation-delay:315.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3152){-webkit-animation-delay:315.2s;-moz-animation-delay:315.2s;-o-animation-delay:315.2s;animation-delay:315.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3153){-webkit-animation-delay:315.3s;-moz-animation-delay:315.3s;-o-animation-delay:315.3s;animation-delay:315.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3154){-webkit-animation-delay:315.4s;-moz-animation-delay:315.4s;-o-animation-delay:315.4s;animation-delay:315.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3155){-webkit-animation-delay:315.5s;-moz-animation-delay:315.5s;-o-animation-delay:315.5s;animation-delay:315.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3156){-webkit-animation-delay:315.6s;-moz-animation-delay:315.6s;-o-animation-delay:315.6s;animation-delay:315.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3157){-webkit-animation-delay:315.7s;-moz-animation-delay:315.7s;-o-animation-delay:315.7s;animation-delay:315.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3158){-webkit-animation-delay:315.8s;-moz-animation-delay:315.8s;-o-animation-delay:315.8s;animation-delay:315.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3159){-webkit-animation-delay:315.9s;-moz-animation-delay:315.9s;-o-animation-delay:315.9s;animation-delay:315.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3160){-webkit-animation-delay:316s;-moz-animation-delay:316s;-o-animation-delay:316s;animation-delay:316s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3161){-webkit-animation-delay:316.1s;-moz-animation-delay:316.1s;-o-animation-delay:316.1s;animation-delay:316.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3162){-webkit-animation-delay:316.2s;-moz-animation-delay:316.2s;-o-animation-delay:316.2s;animation-delay:316.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3163){-webkit-animation-delay:316.3s;-moz-animation-delay:316.3s;-o-animation-delay:316.3s;animation-delay:316.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3164){-webkit-animation-delay:316.4s;-moz-animation-delay:316.4s;-o-animation-delay:316.4s;animation-delay:316.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3165){-webkit-animation-delay:316.5s;-moz-animation-delay:316.5s;-o-animation-delay:316.5s;animation-delay:316.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3166){-webkit-animation-delay:316.6s;-moz-animation-delay:316.6s;-o-animation-delay:316.6s;animation-delay:316.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3167){-webkit-animation-delay:316.7s;-moz-animation-delay:316.7s;-o-animation-delay:316.7s;animation-delay:316.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3168){-webkit-animation-delay:316.8s;-moz-animation-delay:316.8s;-o-animation-delay:316.8s;animation-delay:316.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3169){-webkit-animation-delay:316.9s;-moz-animation-delay:316.9s;-o-animation-delay:316.9s;animation-delay:316.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3170){-webkit-animation-delay:317s;-moz-animation-delay:317s;-o-animation-delay:317s;animation-delay:317s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3171){-webkit-animation-delay:317.1s;-moz-animation-delay:317.1s;-o-animation-delay:317.1s;animation-delay:317.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3172){-webkit-animation-delay:317.2s;-moz-animation-delay:317.2s;-o-animation-delay:317.2s;animation-delay:317.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3173){-webkit-animation-delay:317.3s;-moz-animation-delay:317.3s;-o-animation-delay:317.3s;animation-delay:317.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3174){-webkit-animation-delay:317.4s;-moz-animation-delay:317.4s;-o-animation-delay:317.4s;animation-delay:317.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3175){-webkit-animation-delay:317.5s;-moz-animation-delay:317.5s;-o-animation-delay:317.5s;animation-delay:317.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3176){-webkit-animation-delay:317.6s;-moz-animation-delay:317.6s;-o-animation-delay:317.6s;animation-delay:317.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3177){-webkit-animation-delay:317.7s;-moz-animation-delay:317.7s;-o-animation-delay:317.7s;animation-delay:317.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3178){-webkit-animation-delay:317.8s;-moz-animation-delay:317.8s;-o-animation-delay:317.8s;animation-delay:317.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3179){-webkit-animation-delay:317.9s;-moz-animation-delay:317.9s;-o-animation-delay:317.9s;animation-delay:317.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3180){-webkit-animation-delay:318s;-moz-animation-delay:318s;-o-animation-delay:318s;animation-delay:318s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3181){-webkit-animation-delay:318.1s;-moz-animation-delay:318.1s;-o-animation-delay:318.1s;animation-delay:318.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3182){-webkit-animation-delay:318.2s;-moz-animation-delay:318.2s;-o-animation-delay:318.2s;animation-delay:318.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3183){-webkit-animation-delay:318.3s;-moz-animation-delay:318.3s;-o-animation-delay:318.3s;animation-delay:318.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3184){-webkit-animation-delay:318.4s;-moz-animation-delay:318.4s;-o-animation-delay:318.4s;animation-delay:318.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3185){-webkit-animation-delay:318.5s;-moz-animation-delay:318.5s;-o-animation-delay:318.5s;animation-delay:318.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3186){-webkit-animation-delay:318.6s;-moz-animation-delay:318.6s;-o-animation-delay:318.6s;animation-delay:318.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3187){-webkit-animation-delay:318.7s;-moz-animation-delay:318.7s;-o-animation-delay:318.7s;animation-delay:318.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3188){-webkit-animation-delay:318.8s;-moz-animation-delay:318.8s;-o-animation-delay:318.8s;animation-delay:318.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3189){-webkit-animation-delay:318.9s;-moz-animation-delay:318.9s;-o-animation-delay:318.9s;animation-delay:318.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3190){-webkit-animation-delay:319s;-moz-animation-delay:319s;-o-animation-delay:319s;animation-delay:319s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3191){-webkit-animation-delay:319.1s;-moz-animation-delay:319.1s;-o-animation-delay:319.1s;animation-delay:319.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3192){-webkit-animation-delay:319.2s;-moz-animation-delay:319.2s;-o-animation-delay:319.2s;animation-delay:319.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3193){-webkit-animation-delay:319.3s;-moz-animation-delay:319.3s;-o-animation-delay:319.3s;animation-delay:319.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3194){-webkit-animation-delay:319.4s;-moz-animation-delay:319.4s;-o-animation-delay:319.4s;animation-delay:319.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3195){-webkit-animation-delay:319.5s;-moz-animation-delay:319.5s;-o-animation-delay:319.5s;animation-delay:319.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3196){-webkit-animation-delay:319.6s;-moz-animation-delay:319.6s;-o-animation-delay:319.6s;animation-delay:319.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3197){-webkit-animation-delay:319.7s;-moz-animation-delay:319.7s;-o-animation-delay:319.7s;animation-delay:319.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3198){-webkit-animation-delay:319.8s;-moz-animation-delay:319.8s;-o-animation-delay:319.8s;animation-delay:319.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3199){-webkit-animation-delay:319.9s;-moz-animation-delay:319.9s;-o-animation-delay:319.9s;animation-delay:319.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3200){-webkit-animation-delay:320s;-moz-animation-delay:320s;-o-animation-delay:320s;animation-delay:320s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3201){-webkit-animation-delay:320.1s;-moz-animation-delay:320.1s;-o-animation-delay:320.1s;animation-delay:320.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3202){-webkit-animation-delay:320.2s;-moz-animation-delay:320.2s;-o-animation-delay:320.2s;animation-delay:320.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3203){-webkit-animation-delay:320.3s;-moz-animation-delay:320.3s;-o-animation-delay:320.3s;animation-delay:320.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3204){-webkit-animation-delay:320.4s;-moz-animation-delay:320.4s;-o-animation-delay:320.4s;animation-delay:320.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3205){-webkit-animation-delay:320.5s;-moz-animation-delay:320.5s;-o-animation-delay:320.5s;animation-delay:320.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3206){-webkit-animation-delay:320.6s;-moz-animation-delay:320.6s;-o-animation-delay:320.6s;animation-delay:320.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3207){-webkit-animation-delay:320.7s;-moz-animation-delay:320.7s;-o-animation-delay:320.7s;animation-delay:320.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3208){-webkit-animation-delay:320.8s;-moz-animation-delay:320.8s;-o-animation-delay:320.8s;animation-delay:320.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3209){-webkit-animation-delay:320.9s;-moz-animation-delay:320.9s;-o-animation-delay:320.9s;animation-delay:320.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3210){-webkit-animation-delay:321s;-moz-animation-delay:321s;-o-animation-delay:321s;animation-delay:321s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3211){-webkit-animation-delay:321.1s;-moz-animation-delay:321.1s;-o-animation-delay:321.1s;animation-delay:321.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3212){-webkit-animation-delay:321.2s;-moz-animation-delay:321.2s;-o-animation-delay:321.2s;animation-delay:321.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3213){-webkit-animation-delay:321.3s;-moz-animation-delay:321.3s;-o-animation-delay:321.3s;animation-delay:321.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3214){-webkit-animation-delay:321.4s;-moz-animation-delay:321.4s;-o-animation-delay:321.4s;animation-delay:321.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3215){-webkit-animation-delay:321.5s;-moz-animation-delay:321.5s;-o-animation-delay:321.5s;animation-delay:321.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3216){-webkit-animation-delay:321.6s;-moz-animation-delay:321.6s;-o-animation-delay:321.6s;animation-delay:321.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3217){-webkit-animation-delay:321.7s;-moz-animation-delay:321.7s;-o-animation-delay:321.7s;animation-delay:321.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3218){-webkit-animation-delay:321.8s;-moz-animation-delay:321.8s;-o-animation-delay:321.8s;animation-delay:321.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3219){-webkit-animation-delay:321.9s;-moz-animation-delay:321.9s;-o-animation-delay:321.9s;animation-delay:321.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3220){-webkit-animation-delay:322s;-moz-animation-delay:322s;-o-animation-delay:322s;animation-delay:322s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3221){-webkit-animation-delay:322.1s;-moz-animation-delay:322.1s;-o-animation-delay:322.1s;animation-delay:322.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3222){-webkit-animation-delay:322.2s;-moz-animation-delay:322.2s;-o-animation-delay:322.2s;animation-delay:322.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3223){-webkit-animation-delay:322.3s;-moz-animation-delay:322.3s;-o-animation-delay:322.3s;animation-delay:322.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3224){-webkit-animation-delay:322.4s;-moz-animation-delay:322.4s;-o-animation-delay:322.4s;animation-delay:322.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3225){-webkit-animation-delay:322.5s;-moz-animation-delay:322.5s;-o-animation-delay:322.5s;animation-delay:322.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3226){-webkit-animation-delay:322.6s;-moz-animation-delay:322.6s;-o-animation-delay:322.6s;animation-delay:322.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3227){-webkit-animation-delay:322.7s;-moz-animation-delay:322.7s;-o-animation-delay:322.7s;animation-delay:322.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3228){-webkit-animation-delay:322.8s;-moz-animation-delay:322.8s;-o-animation-delay:322.8s;animation-delay:322.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3229){-webkit-animation-delay:322.9s;-moz-animation-delay:322.9s;-o-animation-delay:322.9s;animation-delay:322.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3230){-webkit-animation-delay:323s;-moz-animation-delay:323s;-o-animation-delay:323s;animation-delay:323s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3231){-webkit-animation-delay:323.1s;-moz-animation-delay:323.1s;-o-animation-delay:323.1s;animation-delay:323.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3232){-webkit-animation-delay:323.2s;-moz-animation-delay:323.2s;-o-animation-delay:323.2s;animation-delay:323.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3233){-webkit-animation-delay:323.3s;-moz-animation-delay:323.3s;-o-animation-delay:323.3s;animation-delay:323.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3234){-webkit-animation-delay:323.4s;-moz-animation-delay:323.4s;-o-animation-delay:323.4s;animation-delay:323.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3235){-webkit-animation-delay:323.5s;-moz-animation-delay:323.5s;-o-animation-delay:323.5s;animation-delay:323.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3236){-webkit-animation-delay:323.6s;-moz-animation-delay:323.6s;-o-animation-delay:323.6s;animation-delay:323.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3237){-webkit-animation-delay:323.7s;-moz-animation-delay:323.7s;-o-animation-delay:323.7s;animation-delay:323.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3238){-webkit-animation-delay:323.8s;-moz-animation-delay:323.8s;-o-animation-delay:323.8s;animation-delay:323.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3239){-webkit-animation-delay:323.9s;-moz-animation-delay:323.9s;-o-animation-delay:323.9s;animation-delay:323.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3240){-webkit-animation-delay:324s;-moz-animation-delay:324s;-o-animation-delay:324s;animation-delay:324s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3241){-webkit-animation-delay:324.1s;-moz-animation-delay:324.1s;-o-animation-delay:324.1s;animation-delay:324.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3242){-webkit-animation-delay:324.2s;-moz-animation-delay:324.2s;-o-animation-delay:324.2s;animation-delay:324.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3243){-webkit-animation-delay:324.3s;-moz-animation-delay:324.3s;-o-animation-delay:324.3s;animation-delay:324.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3244){-webkit-animation-delay:324.4s;-moz-animation-delay:324.4s;-o-animation-delay:324.4s;animation-delay:324.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3245){-webkit-animation-delay:324.5s;-moz-animation-delay:324.5s;-o-animation-delay:324.5s;animation-delay:324.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3246){-webkit-animation-delay:324.6s;-moz-animation-delay:324.6s;-o-animation-delay:324.6s;animation-delay:324.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3247){-webkit-animation-delay:324.7s;-moz-animation-delay:324.7s;-o-animation-delay:324.7s;animation-delay:324.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3248){-webkit-animation-delay:324.8s;-moz-animation-delay:324.8s;-o-animation-delay:324.8s;animation-delay:324.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3249){-webkit-animation-delay:324.9s;-moz-animation-delay:324.9s;-o-animation-delay:324.9s;animation-delay:324.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3250){-webkit-animation-delay:325s;-moz-animation-delay:325s;-o-animation-delay:325s;animation-delay:325s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3251){-webkit-animation-delay:325.1s;-moz-animation-delay:325.1s;-o-animation-delay:325.1s;animation-delay:325.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3252){-webkit-animation-delay:325.2s;-moz-animation-delay:325.2s;-o-animation-delay:325.2s;animation-delay:325.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3253){-webkit-animation-delay:325.3s;-moz-animation-delay:325.3s;-o-animation-delay:325.3s;animation-delay:325.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3254){-webkit-animation-delay:325.4s;-moz-animation-delay:325.4s;-o-animation-delay:325.4s;animation-delay:325.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3255){-webkit-animation-delay:325.5s;-moz-animation-delay:325.5s;-o-animation-delay:325.5s;animation-delay:325.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3256){-webkit-animation-delay:325.6s;-moz-animation-delay:325.6s;-o-animation-delay:325.6s;animation-delay:325.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3257){-webkit-animation-delay:325.7s;-moz-animation-delay:325.7s;-o-animation-delay:325.7s;animation-delay:325.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3258){-webkit-animation-delay:325.8s;-moz-animation-delay:325.8s;-o-animation-delay:325.8s;animation-delay:325.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3259){-webkit-animation-delay:325.9s;-moz-animation-delay:325.9s;-o-animation-delay:325.9s;animation-delay:325.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3260){-webkit-animation-delay:326s;-moz-animation-delay:326s;-o-animation-delay:326s;animation-delay:326s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3261){-webkit-animation-delay:326.1s;-moz-animation-delay:326.1s;-o-animation-delay:326.1s;animation-delay:326.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3262){-webkit-animation-delay:326.2s;-moz-animation-delay:326.2s;-o-animation-delay:326.2s;animation-delay:326.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3263){-webkit-animation-delay:326.3s;-moz-animation-delay:326.3s;-o-animation-delay:326.3s;animation-delay:326.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3264){-webkit-animation-delay:326.4s;-moz-animation-delay:326.4s;-o-animation-delay:326.4s;animation-delay:326.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3265){-webkit-animation-delay:326.5s;-moz-animation-delay:326.5s;-o-animation-delay:326.5s;animation-delay:326.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3266){-webkit-animation-delay:326.6s;-moz-animation-delay:326.6s;-o-animation-delay:326.6s;animation-delay:326.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3267){-webkit-animation-delay:326.7s;-moz-animation-delay:326.7s;-o-animation-delay:326.7s;animation-delay:326.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3268){-webkit-animation-delay:326.8s;-moz-animation-delay:326.8s;-o-animation-delay:326.8s;animation-delay:326.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3269){-webkit-animation-delay:326.9s;-moz-animation-delay:326.9s;-o-animation-delay:326.9s;animation-delay:326.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3270){-webkit-animation-delay:327s;-moz-animation-delay:327s;-o-animation-delay:327s;animation-delay:327s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3271){-webkit-animation-delay:327.1s;-moz-animation-delay:327.1s;-o-animation-delay:327.1s;animation-delay:327.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3272){-webkit-animation-delay:327.2s;-moz-animation-delay:327.2s;-o-animation-delay:327.2s;animation-delay:327.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3273){-webkit-animation-delay:327.3s;-moz-animation-delay:327.3s;-o-animation-delay:327.3s;animation-delay:327.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3274){-webkit-animation-delay:327.4s;-moz-animation-delay:327.4s;-o-animation-delay:327.4s;animation-delay:327.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3275){-webkit-animation-delay:327.5s;-moz-animation-delay:327.5s;-o-animation-delay:327.5s;animation-delay:327.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3276){-webkit-animation-delay:327.6s;-moz-animation-delay:327.6s;-o-animation-delay:327.6s;animation-delay:327.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3277){-webkit-animation-delay:327.7s;-moz-animation-delay:327.7s;-o-animation-delay:327.7s;animation-delay:327.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3278){-webkit-animation-delay:327.8s;-moz-animation-delay:327.8s;-o-animation-delay:327.8s;animation-delay:327.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3279){-webkit-animation-delay:327.9s;-moz-animation-delay:327.9s;-o-animation-delay:327.9s;animation-delay:327.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3280){-webkit-animation-delay:328s;-moz-animation-delay:328s;-o-animation-delay:328s;animation-delay:328s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3281){-webkit-animation-delay:328.1s;-moz-animation-delay:328.1s;-o-animation-delay:328.1s;animation-delay:328.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3282){-webkit-animation-delay:328.2s;-moz-animation-delay:328.2s;-o-animation-delay:328.2s;animation-delay:328.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3283){-webkit-animation-delay:328.3s;-moz-animation-delay:328.3s;-o-animation-delay:328.3s;animation-delay:328.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3284){-webkit-animation-delay:328.4s;-moz-animation-delay:328.4s;-o-animation-delay:328.4s;animation-delay:328.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3285){-webkit-animation-delay:328.5s;-moz-animation-delay:328.5s;-o-animation-delay:328.5s;animation-delay:328.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3286){-webkit-animation-delay:328.6s;-moz-animation-delay:328.6s;-o-animation-delay:328.6s;animation-delay:328.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3287){-webkit-animation-delay:328.7s;-moz-animation-delay:328.7s;-o-animation-delay:328.7s;animation-delay:328.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3288){-webkit-animation-delay:328.8s;-moz-animation-delay:328.8s;-o-animation-delay:328.8s;animation-delay:328.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3289){-webkit-animation-delay:328.9s;-moz-animation-delay:328.9s;-o-animation-delay:328.9s;animation-delay:328.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3290){-webkit-animation-delay:329s;-moz-animation-delay:329s;-o-animation-delay:329s;animation-delay:329s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3291){-webkit-animation-delay:329.1s;-moz-animation-delay:329.1s;-o-animation-delay:329.1s;animation-delay:329.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3292){-webkit-animation-delay:329.2s;-moz-animation-delay:329.2s;-o-animation-delay:329.2s;animation-delay:329.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3293){-webkit-animation-delay:329.3s;-moz-animation-delay:329.3s;-o-animation-delay:329.3s;animation-delay:329.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3294){-webkit-animation-delay:329.4s;-moz-animation-delay:329.4s;-o-animation-delay:329.4s;animation-delay:329.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3295){-webkit-animation-delay:329.5s;-moz-animation-delay:329.5s;-o-animation-delay:329.5s;animation-delay:329.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3296){-webkit-animation-delay:329.6s;-moz-animation-delay:329.6s;-o-animation-delay:329.6s;animation-delay:329.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3297){-webkit-animation-delay:329.7s;-moz-animation-delay:329.7s;-o-animation-delay:329.7s;animation-delay:329.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3298){-webkit-animation-delay:329.8s;-moz-animation-delay:329.8s;-o-animation-delay:329.8s;animation-delay:329.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3299){-webkit-animation-delay:329.9s;-moz-animation-delay:329.9s;-o-animation-delay:329.9s;animation-delay:329.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3300){-webkit-animation-delay:330s;-moz-animation-delay:330s;-o-animation-delay:330s;animation-delay:330s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3301){-webkit-animation-delay:330.1s;-moz-animation-delay:330.1s;-o-animation-delay:330.1s;animation-delay:330.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3302){-webkit-animation-delay:330.2s;-moz-animation-delay:330.2s;-o-animation-delay:330.2s;animation-delay:330.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3303){-webkit-animation-delay:330.3s;-moz-animation-delay:330.3s;-o-animation-delay:330.3s;animation-delay:330.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3304){-webkit-animation-delay:330.4s;-moz-animation-delay:330.4s;-o-animation-delay:330.4s;animation-delay:330.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3305){-webkit-animation-delay:330.5s;-moz-animation-delay:330.5s;-o-animation-delay:330.5s;animation-delay:330.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3306){-webkit-animation-delay:330.6s;-moz-animation-delay:330.6s;-o-animation-delay:330.6s;animation-delay:330.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3307){-webkit-animation-delay:330.7s;-moz-animation-delay:330.7s;-o-animation-delay:330.7s;animation-delay:330.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3308){-webkit-animation-delay:330.8s;-moz-animation-delay:330.8s;-o-animation-delay:330.8s;animation-delay:330.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3309){-webkit-animation-delay:330.9s;-moz-animation-delay:330.9s;-o-animation-delay:330.9s;animation-delay:330.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3310){-webkit-animation-delay:331s;-moz-animation-delay:331s;-o-animation-delay:331s;animation-delay:331s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3311){-webkit-animation-delay:331.1s;-moz-animation-delay:331.1s;-o-animation-delay:331.1s;animation-delay:331.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3312){-webkit-animation-delay:331.2s;-moz-animation-delay:331.2s;-o-animation-delay:331.2s;animation-delay:331.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3313){-webkit-animation-delay:331.3s;-moz-animation-delay:331.3s;-o-animation-delay:331.3s;animation-delay:331.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3314){-webkit-animation-delay:331.4s;-moz-animation-delay:331.4s;-o-animation-delay:331.4s;animation-delay:331.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3315){-webkit-animation-delay:331.5s;-moz-animation-delay:331.5s;-o-animation-delay:331.5s;animation-delay:331.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3316){-webkit-animation-delay:331.6s;-moz-animation-delay:331.6s;-o-animation-delay:331.6s;animation-delay:331.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3317){-webkit-animation-delay:331.7s;-moz-animation-delay:331.7s;-o-animation-delay:331.7s;animation-delay:331.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3318){-webkit-animation-delay:331.8s;-moz-animation-delay:331.8s;-o-animation-delay:331.8s;animation-delay:331.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3319){-webkit-animation-delay:331.9s;-moz-animation-delay:331.9s;-o-animation-delay:331.9s;animation-delay:331.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3320){-webkit-animation-delay:332s;-moz-animation-delay:332s;-o-animation-delay:332s;animation-delay:332s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3321){-webkit-animation-delay:332.1s;-moz-animation-delay:332.1s;-o-animation-delay:332.1s;animation-delay:332.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3322){-webkit-animation-delay:332.2s;-moz-animation-delay:332.2s;-o-animation-delay:332.2s;animation-delay:332.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3323){-webkit-animation-delay:332.3s;-moz-animation-delay:332.3s;-o-animation-delay:332.3s;animation-delay:332.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3324){-webkit-animation-delay:332.4s;-moz-animation-delay:332.4s;-o-animation-delay:332.4s;animation-delay:332.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3325){-webkit-animation-delay:332.5s;-moz-animation-delay:332.5s;-o-animation-delay:332.5s;animation-delay:332.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3326){-webkit-animation-delay:332.6s;-moz-animation-delay:332.6s;-o-animation-delay:332.6s;animation-delay:332.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3327){-webkit-animation-delay:332.7s;-moz-animation-delay:332.7s;-o-animation-delay:332.7s;animation-delay:332.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3328){-webkit-animation-delay:332.8s;-moz-animation-delay:332.8s;-o-animation-delay:332.8s;animation-delay:332.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3329){-webkit-animation-delay:332.9s;-moz-animation-delay:332.9s;-o-animation-delay:332.9s;animation-delay:332.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3330){-webkit-animation-delay:333s;-moz-animation-delay:333s;-o-animation-delay:333s;animation-delay:333s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3331){-webkit-animation-delay:333.1s;-moz-animation-delay:333.1s;-o-animation-delay:333.1s;animation-delay:333.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3332){-webkit-animation-delay:333.2s;-moz-animation-delay:333.2s;-o-animation-delay:333.2s;animation-delay:333.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3333){-webkit-animation-delay:333.3s;-moz-animation-delay:333.3s;-o-animation-delay:333.3s;animation-delay:333.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3334){-webkit-animation-delay:333.4s;-moz-animation-delay:333.4s;-o-animation-delay:333.4s;animation-delay:333.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3335){-webkit-animation-delay:333.5s;-moz-animation-delay:333.5s;-o-animation-delay:333.5s;animation-delay:333.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3336){-webkit-animation-delay:333.6s;-moz-animation-delay:333.6s;-o-animation-delay:333.6s;animation-delay:333.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3337){-webkit-animation-delay:333.7s;-moz-animation-delay:333.7s;-o-animation-delay:333.7s;animation-delay:333.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3338){-webkit-animation-delay:333.8s;-moz-animation-delay:333.8s;-o-animation-delay:333.8s;animation-delay:333.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3339){-webkit-animation-delay:333.9s;-moz-animation-delay:333.9s;-o-animation-delay:333.9s;animation-delay:333.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3340){-webkit-animation-delay:334s;-moz-animation-delay:334s;-o-animation-delay:334s;animation-delay:334s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3341){-webkit-animation-delay:334.1s;-moz-animation-delay:334.1s;-o-animation-delay:334.1s;animation-delay:334.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3342){-webkit-animation-delay:334.2s;-moz-animation-delay:334.2s;-o-animation-delay:334.2s;animation-delay:334.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3343){-webkit-animation-delay:334.3s;-moz-animation-delay:334.3s;-o-animation-delay:334.3s;animation-delay:334.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3344){-webkit-animation-delay:334.4s;-moz-animation-delay:334.4s;-o-animation-delay:334.4s;animation-delay:334.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3345){-webkit-animation-delay:334.5s;-moz-animation-delay:334.5s;-o-animation-delay:334.5s;animation-delay:334.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3346){-webkit-animation-delay:334.6s;-moz-animation-delay:334.6s;-o-animation-delay:334.6s;animation-delay:334.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3347){-webkit-animation-delay:334.7s;-moz-animation-delay:334.7s;-o-animation-delay:334.7s;animation-delay:334.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3348){-webkit-animation-delay:334.8s;-moz-animation-delay:334.8s;-o-animation-delay:334.8s;animation-delay:334.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3349){-webkit-animation-delay:334.9s;-moz-animation-delay:334.9s;-o-animation-delay:334.9s;animation-delay:334.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3350){-webkit-animation-delay:335s;-moz-animation-delay:335s;-o-animation-delay:335s;animation-delay:335s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3351){-webkit-animation-delay:335.1s;-moz-animation-delay:335.1s;-o-animation-delay:335.1s;animation-delay:335.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3352){-webkit-animation-delay:335.2s;-moz-animation-delay:335.2s;-o-animation-delay:335.2s;animation-delay:335.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3353){-webkit-animation-delay:335.3s;-moz-animation-delay:335.3s;-o-animation-delay:335.3s;animation-delay:335.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3354){-webkit-animation-delay:335.4s;-moz-animation-delay:335.4s;-o-animation-delay:335.4s;animation-delay:335.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3355){-webkit-animation-delay:335.5s;-moz-animation-delay:335.5s;-o-animation-delay:335.5s;animation-delay:335.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3356){-webkit-animation-delay:335.6s;-moz-animation-delay:335.6s;-o-animation-delay:335.6s;animation-delay:335.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3357){-webkit-animation-delay:335.7s;-moz-animation-delay:335.7s;-o-animation-delay:335.7s;animation-delay:335.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3358){-webkit-animation-delay:335.8s;-moz-animation-delay:335.8s;-o-animation-delay:335.8s;animation-delay:335.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3359){-webkit-animation-delay:335.9s;-moz-animation-delay:335.9s;-o-animation-delay:335.9s;animation-delay:335.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3360){-webkit-animation-delay:336s;-moz-animation-delay:336s;-o-animation-delay:336s;animation-delay:336s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3361){-webkit-animation-delay:336.1s;-moz-animation-delay:336.1s;-o-animation-delay:336.1s;animation-delay:336.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3362){-webkit-animation-delay:336.2s;-moz-animation-delay:336.2s;-o-animation-delay:336.2s;animation-delay:336.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3363){-webkit-animation-delay:336.3s;-moz-animation-delay:336.3s;-o-animation-delay:336.3s;animation-delay:336.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3364){-webkit-animation-delay:336.4s;-moz-animation-delay:336.4s;-o-animation-delay:336.4s;animation-delay:336.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3365){-webkit-animation-delay:336.5s;-moz-animation-delay:336.5s;-o-animation-delay:336.5s;animation-delay:336.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3366){-webkit-animation-delay:336.6s;-moz-animation-delay:336.6s;-o-animation-delay:336.6s;animation-delay:336.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3367){-webkit-animation-delay:336.7s;-moz-animation-delay:336.7s;-o-animation-delay:336.7s;animation-delay:336.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3368){-webkit-animation-delay:336.8s;-moz-animation-delay:336.8s;-o-animation-delay:336.8s;animation-delay:336.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3369){-webkit-animation-delay:336.9s;-moz-animation-delay:336.9s;-o-animation-delay:336.9s;animation-delay:336.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3370){-webkit-animation-delay:337s;-moz-animation-delay:337s;-o-animation-delay:337s;animation-delay:337s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3371){-webkit-animation-delay:337.1s;-moz-animation-delay:337.1s;-o-animation-delay:337.1s;animation-delay:337.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3372){-webkit-animation-delay:337.2s;-moz-animation-delay:337.2s;-o-animation-delay:337.2s;animation-delay:337.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3373){-webkit-animation-delay:337.3s;-moz-animation-delay:337.3s;-o-animation-delay:337.3s;animation-delay:337.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3374){-webkit-animation-delay:337.4s;-moz-animation-delay:337.4s;-o-animation-delay:337.4s;animation-delay:337.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3375){-webkit-animation-delay:337.5s;-moz-animation-delay:337.5s;-o-animation-delay:337.5s;animation-delay:337.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3376){-webkit-animation-delay:337.6s;-moz-animation-delay:337.6s;-o-animation-delay:337.6s;animation-delay:337.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3377){-webkit-animation-delay:337.7s;-moz-animation-delay:337.7s;-o-animation-delay:337.7s;animation-delay:337.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3378){-webkit-animation-delay:337.8s;-moz-animation-delay:337.8s;-o-animation-delay:337.8s;animation-delay:337.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3379){-webkit-animation-delay:337.9s;-moz-animation-delay:337.9s;-o-animation-delay:337.9s;animation-delay:337.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3380){-webkit-animation-delay:338s;-moz-animation-delay:338s;-o-animation-delay:338s;animation-delay:338s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3381){-webkit-animation-delay:338.1s;-moz-animation-delay:338.1s;-o-animation-delay:338.1s;animation-delay:338.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3382){-webkit-animation-delay:338.2s;-moz-animation-delay:338.2s;-o-animation-delay:338.2s;animation-delay:338.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3383){-webkit-animation-delay:338.3s;-moz-animation-delay:338.3s;-o-animation-delay:338.3s;animation-delay:338.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3384){-webkit-animation-delay:338.4s;-moz-animation-delay:338.4s;-o-animation-delay:338.4s;animation-delay:338.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3385){-webkit-animation-delay:338.5s;-moz-animation-delay:338.5s;-o-animation-delay:338.5s;animation-delay:338.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3386){-webkit-animation-delay:338.6s;-moz-animation-delay:338.6s;-o-animation-delay:338.6s;animation-delay:338.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3387){-webkit-animation-delay:338.7s;-moz-animation-delay:338.7s;-o-animation-delay:338.7s;animation-delay:338.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3388){-webkit-animation-delay:338.8s;-moz-animation-delay:338.8s;-o-animation-delay:338.8s;animation-delay:338.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3389){-webkit-animation-delay:338.9s;-moz-animation-delay:338.9s;-o-animation-delay:338.9s;animation-delay:338.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3390){-webkit-animation-delay:339s;-moz-animation-delay:339s;-o-animation-delay:339s;animation-delay:339s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3391){-webkit-animation-delay:339.1s;-moz-animation-delay:339.1s;-o-animation-delay:339.1s;animation-delay:339.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3392){-webkit-animation-delay:339.2s;-moz-animation-delay:339.2s;-o-animation-delay:339.2s;animation-delay:339.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3393){-webkit-animation-delay:339.3s;-moz-animation-delay:339.3s;-o-animation-delay:339.3s;animation-delay:339.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3394){-webkit-animation-delay:339.4s;-moz-animation-delay:339.4s;-o-animation-delay:339.4s;animation-delay:339.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3395){-webkit-animation-delay:339.5s;-moz-animation-delay:339.5s;-o-animation-delay:339.5s;animation-delay:339.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3396){-webkit-animation-delay:339.6s;-moz-animation-delay:339.6s;-o-animation-delay:339.6s;animation-delay:339.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3397){-webkit-animation-delay:339.7s;-moz-animation-delay:339.7s;-o-animation-delay:339.7s;animation-delay:339.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3398){-webkit-animation-delay:339.8s;-moz-animation-delay:339.8s;-o-animation-delay:339.8s;animation-delay:339.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3399){-webkit-animation-delay:339.9s;-moz-animation-delay:339.9s;-o-animation-delay:339.9s;animation-delay:339.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3400){-webkit-animation-delay:340s;-moz-animation-delay:340s;-o-animation-delay:340s;animation-delay:340s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3401){-webkit-animation-delay:340.1s;-moz-animation-delay:340.1s;-o-animation-delay:340.1s;animation-delay:340.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3402){-webkit-animation-delay:340.2s;-moz-animation-delay:340.2s;-o-animation-delay:340.2s;animation-delay:340.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3403){-webkit-animation-delay:340.3s;-moz-animation-delay:340.3s;-o-animation-delay:340.3s;animation-delay:340.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3404){-webkit-animation-delay:340.4s;-moz-animation-delay:340.4s;-o-animation-delay:340.4s;animation-delay:340.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3405){-webkit-animation-delay:340.5s;-moz-animation-delay:340.5s;-o-animation-delay:340.5s;animation-delay:340.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3406){-webkit-animation-delay:340.6s;-moz-animation-delay:340.6s;-o-animation-delay:340.6s;animation-delay:340.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3407){-webkit-animation-delay:340.7s;-moz-animation-delay:340.7s;-o-animation-delay:340.7s;animation-delay:340.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3408){-webkit-animation-delay:340.8s;-moz-animation-delay:340.8s;-o-animation-delay:340.8s;animation-delay:340.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3409){-webkit-animation-delay:340.9s;-moz-animation-delay:340.9s;-o-animation-delay:340.9s;animation-delay:340.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3410){-webkit-animation-delay:341s;-moz-animation-delay:341s;-o-animation-delay:341s;animation-delay:341s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3411){-webkit-animation-delay:341.1s;-moz-animation-delay:341.1s;-o-animation-delay:341.1s;animation-delay:341.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3412){-webkit-animation-delay:341.2s;-moz-animation-delay:341.2s;-o-animation-delay:341.2s;animation-delay:341.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3413){-webkit-animation-delay:341.3s;-moz-animation-delay:341.3s;-o-animation-delay:341.3s;animation-delay:341.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3414){-webkit-animation-delay:341.4s;-moz-animation-delay:341.4s;-o-animation-delay:341.4s;animation-delay:341.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3415){-webkit-animation-delay:341.5s;-moz-animation-delay:341.5s;-o-animation-delay:341.5s;animation-delay:341.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3416){-webkit-animation-delay:341.6s;-moz-animation-delay:341.6s;-o-animation-delay:341.6s;animation-delay:341.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3417){-webkit-animation-delay:341.7s;-moz-animation-delay:341.7s;-o-animation-delay:341.7s;animation-delay:341.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3418){-webkit-animation-delay:341.8s;-moz-animation-delay:341.8s;-o-animation-delay:341.8s;animation-delay:341.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3419){-webkit-animation-delay:341.9s;-moz-animation-delay:341.9s;-o-animation-delay:341.9s;animation-delay:341.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3420){-webkit-animation-delay:342s;-moz-animation-delay:342s;-o-animation-delay:342s;animation-delay:342s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3421){-webkit-animation-delay:342.1s;-moz-animation-delay:342.1s;-o-animation-delay:342.1s;animation-delay:342.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3422){-webkit-animation-delay:342.2s;-moz-animation-delay:342.2s;-o-animation-delay:342.2s;animation-delay:342.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3423){-webkit-animation-delay:342.3s;-moz-animation-delay:342.3s;-o-animation-delay:342.3s;animation-delay:342.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3424){-webkit-animation-delay:342.4s;-moz-animation-delay:342.4s;-o-animation-delay:342.4s;animation-delay:342.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3425){-webkit-animation-delay:342.5s;-moz-animation-delay:342.5s;-o-animation-delay:342.5s;animation-delay:342.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3426){-webkit-animation-delay:342.6s;-moz-animation-delay:342.6s;-o-animation-delay:342.6s;animation-delay:342.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3427){-webkit-animation-delay:342.7s;-moz-animation-delay:342.7s;-o-animation-delay:342.7s;animation-delay:342.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3428){-webkit-animation-delay:342.8s;-moz-animation-delay:342.8s;-o-animation-delay:342.8s;animation-delay:342.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3429){-webkit-animation-delay:342.9s;-moz-animation-delay:342.9s;-o-animation-delay:342.9s;animation-delay:342.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3430){-webkit-animation-delay:343s;-moz-animation-delay:343s;-o-animation-delay:343s;animation-delay:343s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3431){-webkit-animation-delay:343.1s;-moz-animation-delay:343.1s;-o-animation-delay:343.1s;animation-delay:343.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3432){-webkit-animation-delay:343.2s;-moz-animation-delay:343.2s;-o-animation-delay:343.2s;animation-delay:343.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3433){-webkit-animation-delay:343.3s;-moz-animation-delay:343.3s;-o-animation-delay:343.3s;animation-delay:343.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3434){-webkit-animation-delay:343.4s;-moz-animation-delay:343.4s;-o-animation-delay:343.4s;animation-delay:343.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3435){-webkit-animation-delay:343.5s;-moz-animation-delay:343.5s;-o-animation-delay:343.5s;animation-delay:343.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3436){-webkit-animation-delay:343.6s;-moz-animation-delay:343.6s;-o-animation-delay:343.6s;animation-delay:343.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3437){-webkit-animation-delay:343.7s;-moz-animation-delay:343.7s;-o-animation-delay:343.7s;animation-delay:343.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3438){-webkit-animation-delay:343.8s;-moz-animation-delay:343.8s;-o-animation-delay:343.8s;animation-delay:343.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3439){-webkit-animation-delay:343.9s;-moz-animation-delay:343.9s;-o-animation-delay:343.9s;animation-delay:343.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3440){-webkit-animation-delay:344s;-moz-animation-delay:344s;-o-animation-delay:344s;animation-delay:344s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3441){-webkit-animation-delay:344.1s;-moz-animation-delay:344.1s;-o-animation-delay:344.1s;animation-delay:344.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3442){-webkit-animation-delay:344.2s;-moz-animation-delay:344.2s;-o-animation-delay:344.2s;animation-delay:344.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3443){-webkit-animation-delay:344.3s;-moz-animation-delay:344.3s;-o-animation-delay:344.3s;animation-delay:344.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3444){-webkit-animation-delay:344.4s;-moz-animation-delay:344.4s;-o-animation-delay:344.4s;animation-delay:344.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3445){-webkit-animation-delay:344.5s;-moz-animation-delay:344.5s;-o-animation-delay:344.5s;animation-delay:344.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3446){-webkit-animation-delay:344.6s;-moz-animation-delay:344.6s;-o-animation-delay:344.6s;animation-delay:344.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3447){-webkit-animation-delay:344.7s;-moz-animation-delay:344.7s;-o-animation-delay:344.7s;animation-delay:344.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3448){-webkit-animation-delay:344.8s;-moz-animation-delay:344.8s;-o-animation-delay:344.8s;animation-delay:344.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3449){-webkit-animation-delay:344.9s;-moz-animation-delay:344.9s;-o-animation-delay:344.9s;animation-delay:344.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3450){-webkit-animation-delay:345s;-moz-animation-delay:345s;-o-animation-delay:345s;animation-delay:345s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3451){-webkit-animation-delay:345.1s;-moz-animation-delay:345.1s;-o-animation-delay:345.1s;animation-delay:345.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3452){-webkit-animation-delay:345.2s;-moz-animation-delay:345.2s;-o-animation-delay:345.2s;animation-delay:345.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3453){-webkit-animation-delay:345.3s;-moz-animation-delay:345.3s;-o-animation-delay:345.3s;animation-delay:345.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3454){-webkit-animation-delay:345.4s;-moz-animation-delay:345.4s;-o-animation-delay:345.4s;animation-delay:345.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3455){-webkit-animation-delay:345.5s;-moz-animation-delay:345.5s;-o-animation-delay:345.5s;animation-delay:345.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3456){-webkit-animation-delay:345.6s;-moz-animation-delay:345.6s;-o-animation-delay:345.6s;animation-delay:345.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3457){-webkit-animation-delay:345.7s;-moz-animation-delay:345.7s;-o-animation-delay:345.7s;animation-delay:345.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3458){-webkit-animation-delay:345.8s;-moz-animation-delay:345.8s;-o-animation-delay:345.8s;animation-delay:345.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3459){-webkit-animation-delay:345.9s;-moz-animation-delay:345.9s;-o-animation-delay:345.9s;animation-delay:345.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3460){-webkit-animation-delay:346s;-moz-animation-delay:346s;-o-animation-delay:346s;animation-delay:346s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3461){-webkit-animation-delay:346.1s;-moz-animation-delay:346.1s;-o-animation-delay:346.1s;animation-delay:346.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3462){-webkit-animation-delay:346.2s;-moz-animation-delay:346.2s;-o-animation-delay:346.2s;animation-delay:346.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3463){-webkit-animation-delay:346.3s;-moz-animation-delay:346.3s;-o-animation-delay:346.3s;animation-delay:346.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3464){-webkit-animation-delay:346.4s;-moz-animation-delay:346.4s;-o-animation-delay:346.4s;animation-delay:346.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3465){-webkit-animation-delay:346.5s;-moz-animation-delay:346.5s;-o-animation-delay:346.5s;animation-delay:346.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3466){-webkit-animation-delay:346.6s;-moz-animation-delay:346.6s;-o-animation-delay:346.6s;animation-delay:346.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3467){-webkit-animation-delay:346.7s;-moz-animation-delay:346.7s;-o-animation-delay:346.7s;animation-delay:346.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3468){-webkit-animation-delay:346.8s;-moz-animation-delay:346.8s;-o-animation-delay:346.8s;animation-delay:346.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3469){-webkit-animation-delay:346.9s;-moz-animation-delay:346.9s;-o-animation-delay:346.9s;animation-delay:346.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3470){-webkit-animation-delay:347s;-moz-animation-delay:347s;-o-animation-delay:347s;animation-delay:347s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3471){-webkit-animation-delay:347.1s;-moz-animation-delay:347.1s;-o-animation-delay:347.1s;animation-delay:347.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3472){-webkit-animation-delay:347.2s;-moz-animation-delay:347.2s;-o-animation-delay:347.2s;animation-delay:347.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3473){-webkit-animation-delay:347.3s;-moz-animation-delay:347.3s;-o-animation-delay:347.3s;animation-delay:347.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3474){-webkit-animation-delay:347.4s;-moz-animation-delay:347.4s;-o-animation-delay:347.4s;animation-delay:347.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3475){-webkit-animation-delay:347.5s;-moz-animation-delay:347.5s;-o-animation-delay:347.5s;animation-delay:347.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3476){-webkit-animation-delay:347.6s;-moz-animation-delay:347.6s;-o-animation-delay:347.6s;animation-delay:347.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3477){-webkit-animation-delay:347.7s;-moz-animation-delay:347.7s;-o-animation-delay:347.7s;animation-delay:347.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3478){-webkit-animation-delay:347.8s;-moz-animation-delay:347.8s;-o-animation-delay:347.8s;animation-delay:347.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3479){-webkit-animation-delay:347.9s;-moz-animation-delay:347.9s;-o-animation-delay:347.9s;animation-delay:347.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3480){-webkit-animation-delay:348s;-moz-animation-delay:348s;-o-animation-delay:348s;animation-delay:348s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3481){-webkit-animation-delay:348.1s;-moz-animation-delay:348.1s;-o-animation-delay:348.1s;animation-delay:348.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3482){-webkit-animation-delay:348.2s;-moz-animation-delay:348.2s;-o-animation-delay:348.2s;animation-delay:348.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3483){-webkit-animation-delay:348.3s;-moz-animation-delay:348.3s;-o-animation-delay:348.3s;animation-delay:348.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3484){-webkit-animation-delay:348.4s;-moz-animation-delay:348.4s;-o-animation-delay:348.4s;animation-delay:348.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3485){-webkit-animation-delay:348.5s;-moz-animation-delay:348.5s;-o-animation-delay:348.5s;animation-delay:348.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3486){-webkit-animation-delay:348.6s;-moz-animation-delay:348.6s;-o-animation-delay:348.6s;animation-delay:348.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3487){-webkit-animation-delay:348.7s;-moz-animation-delay:348.7s;-o-animation-delay:348.7s;animation-delay:348.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3488){-webkit-animation-delay:348.8s;-moz-animation-delay:348.8s;-o-animation-delay:348.8s;animation-delay:348.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3489){-webkit-animation-delay:348.9s;-moz-animation-delay:348.9s;-o-animation-delay:348.9s;animation-delay:348.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3490){-webkit-animation-delay:349s;-moz-animation-delay:349s;-o-animation-delay:349s;animation-delay:349s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3491){-webkit-animation-delay:349.1s;-moz-animation-delay:349.1s;-o-animation-delay:349.1s;animation-delay:349.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3492){-webkit-animation-delay:349.2s;-moz-animation-delay:349.2s;-o-animation-delay:349.2s;animation-delay:349.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3493){-webkit-animation-delay:349.3s;-moz-animation-delay:349.3s;-o-animation-delay:349.3s;animation-delay:349.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3494){-webkit-animation-delay:349.4s;-moz-animation-delay:349.4s;-o-animation-delay:349.4s;animation-delay:349.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3495){-webkit-animation-delay:349.5s;-moz-animation-delay:349.5s;-o-animation-delay:349.5s;animation-delay:349.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3496){-webkit-animation-delay:349.6s;-moz-animation-delay:349.6s;-o-animation-delay:349.6s;animation-delay:349.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3497){-webkit-animation-delay:349.7s;-moz-animation-delay:349.7s;-o-animation-delay:349.7s;animation-delay:349.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3498){-webkit-animation-delay:349.8s;-moz-animation-delay:349.8s;-o-animation-delay:349.8s;animation-delay:349.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3499){-webkit-animation-delay:349.9s;-moz-animation-delay:349.9s;-o-animation-delay:349.9s;animation-delay:349.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3500){-webkit-animation-delay:350s;-moz-animation-delay:350s;-o-animation-delay:350s;animation-delay:350s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3501){-webkit-animation-delay:350.1s;-moz-animation-delay:350.1s;-o-animation-delay:350.1s;animation-delay:350.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3502){-webkit-animation-delay:350.2s;-moz-animation-delay:350.2s;-o-animation-delay:350.2s;animation-delay:350.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3503){-webkit-animation-delay:350.3s;-moz-animation-delay:350.3s;-o-animation-delay:350.3s;animation-delay:350.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3504){-webkit-animation-delay:350.4s;-moz-animation-delay:350.4s;-o-animation-delay:350.4s;animation-delay:350.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3505){-webkit-animation-delay:350.5s;-moz-animation-delay:350.5s;-o-animation-delay:350.5s;animation-delay:350.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3506){-webkit-animation-delay:350.6s;-moz-animation-delay:350.6s;-o-animation-delay:350.6s;animation-delay:350.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3507){-webkit-animation-delay:350.7s;-moz-animation-delay:350.7s;-o-animation-delay:350.7s;animation-delay:350.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3508){-webkit-animation-delay:350.8s;-moz-animation-delay:350.8s;-o-animation-delay:350.8s;animation-delay:350.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3509){-webkit-animation-delay:350.9s;-moz-animation-delay:350.9s;-o-animation-delay:350.9s;animation-delay:350.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3510){-webkit-animation-delay:351s;-moz-animation-delay:351s;-o-animation-delay:351s;animation-delay:351s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3511){-webkit-animation-delay:351.1s;-moz-animation-delay:351.1s;-o-animation-delay:351.1s;animation-delay:351.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3512){-webkit-animation-delay:351.2s;-moz-animation-delay:351.2s;-o-animation-delay:351.2s;animation-delay:351.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3513){-webkit-animation-delay:351.3s;-moz-animation-delay:351.3s;-o-animation-delay:351.3s;animation-delay:351.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3514){-webkit-animation-delay:351.4s;-moz-animation-delay:351.4s;-o-animation-delay:351.4s;animation-delay:351.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3515){-webkit-animation-delay:351.5s;-moz-animation-delay:351.5s;-o-animation-delay:351.5s;animation-delay:351.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3516){-webkit-animation-delay:351.6s;-moz-animation-delay:351.6s;-o-animation-delay:351.6s;animation-delay:351.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3517){-webkit-animation-delay:351.7s;-moz-animation-delay:351.7s;-o-animation-delay:351.7s;animation-delay:351.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3518){-webkit-animation-delay:351.8s;-moz-animation-delay:351.8s;-o-animation-delay:351.8s;animation-delay:351.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3519){-webkit-animation-delay:351.9s;-moz-animation-delay:351.9s;-o-animation-delay:351.9s;animation-delay:351.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3520){-webkit-animation-delay:352s;-moz-animation-delay:352s;-o-animation-delay:352s;animation-delay:352s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3521){-webkit-animation-delay:352.1s;-moz-animation-delay:352.1s;-o-animation-delay:352.1s;animation-delay:352.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3522){-webkit-animation-delay:352.2s;-moz-animation-delay:352.2s;-o-animation-delay:352.2s;animation-delay:352.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3523){-webkit-animation-delay:352.3s;-moz-animation-delay:352.3s;-o-animation-delay:352.3s;animation-delay:352.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3524){-webkit-animation-delay:352.4s;-moz-animation-delay:352.4s;-o-animation-delay:352.4s;animation-delay:352.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3525){-webkit-animation-delay:352.5s;-moz-animation-delay:352.5s;-o-animation-delay:352.5s;animation-delay:352.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3526){-webkit-animation-delay:352.6s;-moz-animation-delay:352.6s;-o-animation-delay:352.6s;animation-delay:352.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3527){-webkit-animation-delay:352.7s;-moz-animation-delay:352.7s;-o-animation-delay:352.7s;animation-delay:352.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3528){-webkit-animation-delay:352.8s;-moz-animation-delay:352.8s;-o-animation-delay:352.8s;animation-delay:352.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3529){-webkit-animation-delay:352.9s;-moz-animation-delay:352.9s;-o-animation-delay:352.9s;animation-delay:352.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3530){-webkit-animation-delay:353s;-moz-animation-delay:353s;-o-animation-delay:353s;animation-delay:353s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3531){-webkit-animation-delay:353.1s;-moz-animation-delay:353.1s;-o-animation-delay:353.1s;animation-delay:353.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3532){-webkit-animation-delay:353.2s;-moz-animation-delay:353.2s;-o-animation-delay:353.2s;animation-delay:353.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3533){-webkit-animation-delay:353.3s;-moz-animation-delay:353.3s;-o-animation-delay:353.3s;animation-delay:353.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3534){-webkit-animation-delay:353.4s;-moz-animation-delay:353.4s;-o-animation-delay:353.4s;animation-delay:353.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3535){-webkit-animation-delay:353.5s;-moz-animation-delay:353.5s;-o-animation-delay:353.5s;animation-delay:353.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3536){-webkit-animation-delay:353.6s;-moz-animation-delay:353.6s;-o-animation-delay:353.6s;animation-delay:353.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3537){-webkit-animation-delay:353.7s;-moz-animation-delay:353.7s;-o-animation-delay:353.7s;animation-delay:353.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3538){-webkit-animation-delay:353.8s;-moz-animation-delay:353.8s;-o-animation-delay:353.8s;animation-delay:353.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3539){-webkit-animation-delay:353.9s;-moz-animation-delay:353.9s;-o-animation-delay:353.9s;animation-delay:353.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3540){-webkit-animation-delay:354s;-moz-animation-delay:354s;-o-animation-delay:354s;animation-delay:354s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3541){-webkit-animation-delay:354.1s;-moz-animation-delay:354.1s;-o-animation-delay:354.1s;animation-delay:354.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3542){-webkit-animation-delay:354.2s;-moz-animation-delay:354.2s;-o-animation-delay:354.2s;animation-delay:354.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3543){-webkit-animation-delay:354.3s;-moz-animation-delay:354.3s;-o-animation-delay:354.3s;animation-delay:354.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3544){-webkit-animation-delay:354.4s;-moz-animation-delay:354.4s;-o-animation-delay:354.4s;animation-delay:354.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3545){-webkit-animation-delay:354.5s;-moz-animation-delay:354.5s;-o-animation-delay:354.5s;animation-delay:354.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3546){-webkit-animation-delay:354.6s;-moz-animation-delay:354.6s;-o-animation-delay:354.6s;animation-delay:354.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3547){-webkit-animation-delay:354.7s;-moz-animation-delay:354.7s;-o-animation-delay:354.7s;animation-delay:354.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3548){-webkit-animation-delay:354.8s;-moz-animation-delay:354.8s;-o-animation-delay:354.8s;animation-delay:354.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3549){-webkit-animation-delay:354.9s;-moz-animation-delay:354.9s;-o-animation-delay:354.9s;animation-delay:354.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3550){-webkit-animation-delay:355s;-moz-animation-delay:355s;-o-animation-delay:355s;animation-delay:355s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3551){-webkit-animation-delay:355.1s;-moz-animation-delay:355.1s;-o-animation-delay:355.1s;animation-delay:355.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3552){-webkit-animation-delay:355.2s;-moz-animation-delay:355.2s;-o-animation-delay:355.2s;animation-delay:355.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3553){-webkit-animation-delay:355.3s;-moz-animation-delay:355.3s;-o-animation-delay:355.3s;animation-delay:355.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3554){-webkit-animation-delay:355.4s;-moz-animation-delay:355.4s;-o-animation-delay:355.4s;animation-delay:355.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3555){-webkit-animation-delay:355.5s;-moz-animation-delay:355.5s;-o-animation-delay:355.5s;animation-delay:355.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3556){-webkit-animation-delay:355.6s;-moz-animation-delay:355.6s;-o-animation-delay:355.6s;animation-delay:355.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3557){-webkit-animation-delay:355.7s;-moz-animation-delay:355.7s;-o-animation-delay:355.7s;animation-delay:355.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3558){-webkit-animation-delay:355.8s;-moz-animation-delay:355.8s;-o-animation-delay:355.8s;animation-delay:355.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3559){-webkit-animation-delay:355.9s;-moz-animation-delay:355.9s;-o-animation-delay:355.9s;animation-delay:355.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3560){-webkit-animation-delay:356s;-moz-animation-delay:356s;-o-animation-delay:356s;animation-delay:356s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3561){-webkit-animation-delay:356.1s;-moz-animation-delay:356.1s;-o-animation-delay:356.1s;animation-delay:356.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3562){-webkit-animation-delay:356.2s;-moz-animation-delay:356.2s;-o-animation-delay:356.2s;animation-delay:356.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3563){-webkit-animation-delay:356.3s;-moz-animation-delay:356.3s;-o-animation-delay:356.3s;animation-delay:356.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3564){-webkit-animation-delay:356.4s;-moz-animation-delay:356.4s;-o-animation-delay:356.4s;animation-delay:356.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3565){-webkit-animation-delay:356.5s;-moz-animation-delay:356.5s;-o-animation-delay:356.5s;animation-delay:356.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3566){-webkit-animation-delay:356.6s;-moz-animation-delay:356.6s;-o-animation-delay:356.6s;animation-delay:356.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3567){-webkit-animation-delay:356.7s;-moz-animation-delay:356.7s;-o-animation-delay:356.7s;animation-delay:356.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3568){-webkit-animation-delay:356.8s;-moz-animation-delay:356.8s;-o-animation-delay:356.8s;animation-delay:356.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3569){-webkit-animation-delay:356.9s;-moz-animation-delay:356.9s;-o-animation-delay:356.9s;animation-delay:356.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3570){-webkit-animation-delay:357s;-moz-animation-delay:357s;-o-animation-delay:357s;animation-delay:357s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3571){-webkit-animation-delay:357.1s;-moz-animation-delay:357.1s;-o-animation-delay:357.1s;animation-delay:357.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3572){-webkit-animation-delay:357.2s;-moz-animation-delay:357.2s;-o-animation-delay:357.2s;animation-delay:357.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3573){-webkit-animation-delay:357.3s;-moz-animation-delay:357.3s;-o-animation-delay:357.3s;animation-delay:357.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3574){-webkit-animation-delay:357.4s;-moz-animation-delay:357.4s;-o-animation-delay:357.4s;animation-delay:357.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3575){-webkit-animation-delay:357.5s;-moz-animation-delay:357.5s;-o-animation-delay:357.5s;animation-delay:357.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3576){-webkit-animation-delay:357.6s;-moz-animation-delay:357.6s;-o-animation-delay:357.6s;animation-delay:357.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3577){-webkit-animation-delay:357.7s;-moz-animation-delay:357.7s;-o-animation-delay:357.7s;animation-delay:357.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3578){-webkit-animation-delay:357.8s;-moz-animation-delay:357.8s;-o-animation-delay:357.8s;animation-delay:357.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3579){-webkit-animation-delay:357.9s;-moz-animation-delay:357.9s;-o-animation-delay:357.9s;animation-delay:357.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3580){-webkit-animation-delay:358s;-moz-animation-delay:358s;-o-animation-delay:358s;animation-delay:358s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3581){-webkit-animation-delay:358.1s;-moz-animation-delay:358.1s;-o-animation-delay:358.1s;animation-delay:358.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3582){-webkit-animation-delay:358.2s;-moz-animation-delay:358.2s;-o-animation-delay:358.2s;animation-delay:358.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3583){-webkit-animation-delay:358.3s;-moz-animation-delay:358.3s;-o-animation-delay:358.3s;animation-delay:358.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3584){-webkit-animation-delay:358.4s;-moz-animation-delay:358.4s;-o-animation-delay:358.4s;animation-delay:358.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3585){-webkit-animation-delay:358.5s;-moz-animation-delay:358.5s;-o-animation-delay:358.5s;animation-delay:358.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3586){-webkit-animation-delay:358.6s;-moz-animation-delay:358.6s;-o-animation-delay:358.6s;animation-delay:358.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3587){-webkit-animation-delay:358.7s;-moz-animation-delay:358.7s;-o-animation-delay:358.7s;animation-delay:358.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3588){-webkit-animation-delay:358.8s;-moz-animation-delay:358.8s;-o-animation-delay:358.8s;animation-delay:358.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3589){-webkit-animation-delay:358.9s;-moz-animation-delay:358.9s;-o-animation-delay:358.9s;animation-delay:358.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3590){-webkit-animation-delay:359s;-moz-animation-delay:359s;-o-animation-delay:359s;animation-delay:359s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3591){-webkit-animation-delay:359.1s;-moz-animation-delay:359.1s;-o-animation-delay:359.1s;animation-delay:359.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3592){-webkit-animation-delay:359.2s;-moz-animation-delay:359.2s;-o-animation-delay:359.2s;animation-delay:359.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3593){-webkit-animation-delay:359.3s;-moz-animation-delay:359.3s;-o-animation-delay:359.3s;animation-delay:359.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3594){-webkit-animation-delay:359.4s;-moz-animation-delay:359.4s;-o-animation-delay:359.4s;animation-delay:359.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3595){-webkit-animation-delay:359.5s;-moz-animation-delay:359.5s;-o-animation-delay:359.5s;animation-delay:359.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3596){-webkit-animation-delay:359.6s;-moz-animation-delay:359.6s;-o-animation-delay:359.6s;animation-delay:359.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3597){-webkit-animation-delay:359.7s;-moz-animation-delay:359.7s;-o-animation-delay:359.7s;animation-delay:359.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3598){-webkit-animation-delay:359.8s;-moz-animation-delay:359.8s;-o-animation-delay:359.8s;animation-delay:359.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3599){-webkit-animation-delay:359.9s;-moz-animation-delay:359.9s;-o-animation-delay:359.9s;animation-delay:359.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3600){-webkit-animation-delay:360s;-moz-animation-delay:360s;-o-animation-delay:360s;animation-delay:360s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3601){-webkit-animation-delay:360.1s;-moz-animation-delay:360.1s;-o-animation-delay:360.1s;animation-delay:360.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3602){-webkit-animation-delay:360.2s;-moz-animation-delay:360.2s;-o-animation-delay:360.2s;animation-delay:360.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3603){-webkit-animation-delay:360.3s;-moz-animation-delay:360.3s;-o-animation-delay:360.3s;animation-delay:360.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3604){-webkit-animation-delay:360.4s;-moz-animation-delay:360.4s;-o-animation-delay:360.4s;animation-delay:360.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3605){-webkit-animation-delay:360.5s;-moz-animation-delay:360.5s;-o-animation-delay:360.5s;animation-delay:360.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3606){-webkit-animation-delay:360.6s;-moz-animation-delay:360.6s;-o-animation-delay:360.6s;animation-delay:360.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3607){-webkit-animation-delay:360.7s;-moz-animation-delay:360.7s;-o-animation-delay:360.7s;animation-delay:360.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3608){-webkit-animation-delay:360.8s;-moz-animation-delay:360.8s;-o-animation-delay:360.8s;animation-delay:360.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3609){-webkit-animation-delay:360.9s;-moz-animation-delay:360.9s;-o-animation-delay:360.9s;animation-delay:360.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3610){-webkit-animation-delay:361s;-moz-animation-delay:361s;-o-animation-delay:361s;animation-delay:361s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3611){-webkit-animation-delay:361.1s;-moz-animation-delay:361.1s;-o-animation-delay:361.1s;animation-delay:361.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3612){-webkit-animation-delay:361.2s;-moz-animation-delay:361.2s;-o-animation-delay:361.2s;animation-delay:361.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3613){-webkit-animation-delay:361.3s;-moz-animation-delay:361.3s;-o-animation-delay:361.3s;animation-delay:361.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3614){-webkit-animation-delay:361.4s;-moz-animation-delay:361.4s;-o-animation-delay:361.4s;animation-delay:361.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3615){-webkit-animation-delay:361.5s;-moz-animation-delay:361.5s;-o-animation-delay:361.5s;animation-delay:361.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3616){-webkit-animation-delay:361.6s;-moz-animation-delay:361.6s;-o-animation-delay:361.6s;animation-delay:361.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3617){-webkit-animation-delay:361.7s;-moz-animation-delay:361.7s;-o-animation-delay:361.7s;animation-delay:361.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3618){-webkit-animation-delay:361.8s;-moz-animation-delay:361.8s;-o-animation-delay:361.8s;animation-delay:361.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3619){-webkit-animation-delay:361.9s;-moz-animation-delay:361.9s;-o-animation-delay:361.9s;animation-delay:361.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3620){-webkit-animation-delay:362s;-moz-animation-delay:362s;-o-animation-delay:362s;animation-delay:362s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3621){-webkit-animation-delay:362.1s;-moz-animation-delay:362.1s;-o-animation-delay:362.1s;animation-delay:362.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3622){-webkit-animation-delay:362.2s;-moz-animation-delay:362.2s;-o-animation-delay:362.2s;animation-delay:362.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3623){-webkit-animation-delay:362.3s;-moz-animation-delay:362.3s;-o-animation-delay:362.3s;animation-delay:362.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3624){-webkit-animation-delay:362.4s;-moz-animation-delay:362.4s;-o-animation-delay:362.4s;animation-delay:362.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3625){-webkit-animation-delay:362.5s;-moz-animation-delay:362.5s;-o-animation-delay:362.5s;animation-delay:362.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3626){-webkit-animation-delay:362.6s;-moz-animation-delay:362.6s;-o-animation-delay:362.6s;animation-delay:362.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3627){-webkit-animation-delay:362.7s;-moz-animation-delay:362.7s;-o-animation-delay:362.7s;animation-delay:362.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3628){-webkit-animation-delay:362.8s;-moz-animation-delay:362.8s;-o-animation-delay:362.8s;animation-delay:362.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3629){-webkit-animation-delay:362.9s;-moz-animation-delay:362.9s;-o-animation-delay:362.9s;animation-delay:362.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3630){-webkit-animation-delay:363s;-moz-animation-delay:363s;-o-animation-delay:363s;animation-delay:363s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3631){-webkit-animation-delay:363.1s;-moz-animation-delay:363.1s;-o-animation-delay:363.1s;animation-delay:363.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3632){-webkit-animation-delay:363.2s;-moz-animation-delay:363.2s;-o-animation-delay:363.2s;animation-delay:363.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3633){-webkit-animation-delay:363.3s;-moz-animation-delay:363.3s;-o-animation-delay:363.3s;animation-delay:363.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3634){-webkit-animation-delay:363.4s;-moz-animation-delay:363.4s;-o-animation-delay:363.4s;animation-delay:363.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3635){-webkit-animation-delay:363.5s;-moz-animation-delay:363.5s;-o-animation-delay:363.5s;animation-delay:363.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3636){-webkit-animation-delay:363.6s;-moz-animation-delay:363.6s;-o-animation-delay:363.6s;animation-delay:363.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3637){-webkit-animation-delay:363.7s;-moz-animation-delay:363.7s;-o-animation-delay:363.7s;animation-delay:363.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3638){-webkit-animation-delay:363.8s;-moz-animation-delay:363.8s;-o-animation-delay:363.8s;animation-delay:363.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3639){-webkit-animation-delay:363.9s;-moz-animation-delay:363.9s;-o-animation-delay:363.9s;animation-delay:363.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3640){-webkit-animation-delay:364s;-moz-animation-delay:364s;-o-animation-delay:364s;animation-delay:364s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3641){-webkit-animation-delay:364.1s;-moz-animation-delay:364.1s;-o-animation-delay:364.1s;animation-delay:364.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3642){-webkit-animation-delay:364.2s;-moz-animation-delay:364.2s;-o-animation-delay:364.2s;animation-delay:364.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3643){-webkit-animation-delay:364.3s;-moz-animation-delay:364.3s;-o-animation-delay:364.3s;animation-delay:364.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3644){-webkit-animation-delay:364.4s;-moz-animation-delay:364.4s;-o-animation-delay:364.4s;animation-delay:364.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3645){-webkit-animation-delay:364.5s;-moz-animation-delay:364.5s;-o-animation-delay:364.5s;animation-delay:364.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3646){-webkit-animation-delay:364.6s;-moz-animation-delay:364.6s;-o-animation-delay:364.6s;animation-delay:364.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3647){-webkit-animation-delay:364.7s;-moz-animation-delay:364.7s;-o-animation-delay:364.7s;animation-delay:364.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3648){-webkit-animation-delay:364.8s;-moz-animation-delay:364.8s;-o-animation-delay:364.8s;animation-delay:364.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3649){-webkit-animation-delay:364.9s;-moz-animation-delay:364.9s;-o-animation-delay:364.9s;animation-delay:364.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3650){-webkit-animation-delay:365s;-moz-animation-delay:365s;-o-animation-delay:365s;animation-delay:365s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3651){-webkit-animation-delay:365.1s;-moz-animation-delay:365.1s;-o-animation-delay:365.1s;animation-delay:365.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3652){-webkit-animation-delay:365.2s;-moz-animation-delay:365.2s;-o-animation-delay:365.2s;animation-delay:365.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3653){-webkit-animation-delay:365.3s;-moz-animation-delay:365.3s;-o-animation-delay:365.3s;animation-delay:365.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3654){-webkit-animation-delay:365.4s;-moz-animation-delay:365.4s;-o-animation-delay:365.4s;animation-delay:365.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3655){-webkit-animation-delay:365.5s;-moz-animation-delay:365.5s;-o-animation-delay:365.5s;animation-delay:365.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3656){-webkit-animation-delay:365.6s;-moz-animation-delay:365.6s;-o-animation-delay:365.6s;animation-delay:365.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3657){-webkit-animation-delay:365.7s;-moz-animation-delay:365.7s;-o-animation-delay:365.7s;animation-delay:365.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3658){-webkit-animation-delay:365.8s;-moz-animation-delay:365.8s;-o-animation-delay:365.8s;animation-delay:365.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3659){-webkit-animation-delay:365.9s;-moz-animation-delay:365.9s;-o-animation-delay:365.9s;animation-delay:365.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3660){-webkit-animation-delay:366s;-moz-animation-delay:366s;-o-animation-delay:366s;animation-delay:366s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3661){-webkit-animation-delay:366.1s;-moz-animation-delay:366.1s;-o-animation-delay:366.1s;animation-delay:366.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3662){-webkit-animation-delay:366.2s;-moz-animation-delay:366.2s;-o-animation-delay:366.2s;animation-delay:366.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3663){-webkit-animation-delay:366.3s;-moz-animation-delay:366.3s;-o-animation-delay:366.3s;animation-delay:366.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3664){-webkit-animation-delay:366.4s;-moz-animation-delay:366.4s;-o-animation-delay:366.4s;animation-delay:366.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3665){-webkit-animation-delay:366.5s;-moz-animation-delay:366.5s;-o-animation-delay:366.5s;animation-delay:366.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3666){-webkit-animation-delay:366.6s;-moz-animation-delay:366.6s;-o-animation-delay:366.6s;animation-delay:366.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3667){-webkit-animation-delay:366.7s;-moz-animation-delay:366.7s;-o-animation-delay:366.7s;animation-delay:366.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3668){-webkit-animation-delay:366.8s;-moz-animation-delay:366.8s;-o-animation-delay:366.8s;animation-delay:366.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3669){-webkit-animation-delay:366.9s;-moz-animation-delay:366.9s;-o-animation-delay:366.9s;animation-delay:366.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3670){-webkit-animation-delay:367s;-moz-animation-delay:367s;-o-animation-delay:367s;animation-delay:367s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3671){-webkit-animation-delay:367.1s;-moz-animation-delay:367.1s;-o-animation-delay:367.1s;animation-delay:367.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3672){-webkit-animation-delay:367.2s;-moz-animation-delay:367.2s;-o-animation-delay:367.2s;animation-delay:367.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3673){-webkit-animation-delay:367.3s;-moz-animation-delay:367.3s;-o-animation-delay:367.3s;animation-delay:367.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3674){-webkit-animation-delay:367.4s;-moz-animation-delay:367.4s;-o-animation-delay:367.4s;animation-delay:367.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3675){-webkit-animation-delay:367.5s;-moz-animation-delay:367.5s;-o-animation-delay:367.5s;animation-delay:367.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3676){-webkit-animation-delay:367.6s;-moz-animation-delay:367.6s;-o-animation-delay:367.6s;animation-delay:367.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3677){-webkit-animation-delay:367.7s;-moz-animation-delay:367.7s;-o-animation-delay:367.7s;animation-delay:367.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3678){-webkit-animation-delay:367.8s;-moz-animation-delay:367.8s;-o-animation-delay:367.8s;animation-delay:367.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3679){-webkit-animation-delay:367.9s;-moz-animation-delay:367.9s;-o-animation-delay:367.9s;animation-delay:367.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3680){-webkit-animation-delay:368s;-moz-animation-delay:368s;-o-animation-delay:368s;animation-delay:368s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3681){-webkit-animation-delay:368.1s;-moz-animation-delay:368.1s;-o-animation-delay:368.1s;animation-delay:368.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3682){-webkit-animation-delay:368.2s;-moz-animation-delay:368.2s;-o-animation-delay:368.2s;animation-delay:368.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3683){-webkit-animation-delay:368.3s;-moz-animation-delay:368.3s;-o-animation-delay:368.3s;animation-delay:368.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3684){-webkit-animation-delay:368.4s;-moz-animation-delay:368.4s;-o-animation-delay:368.4s;animation-delay:368.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3685){-webkit-animation-delay:368.5s;-moz-animation-delay:368.5s;-o-animation-delay:368.5s;animation-delay:368.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3686){-webkit-animation-delay:368.6s;-moz-animation-delay:368.6s;-o-animation-delay:368.6s;animation-delay:368.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3687){-webkit-animation-delay:368.7s;-moz-animation-delay:368.7s;-o-animation-delay:368.7s;animation-delay:368.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3688){-webkit-animation-delay:368.8s;-moz-animation-delay:368.8s;-o-animation-delay:368.8s;animation-delay:368.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3689){-webkit-animation-delay:368.9s;-moz-animation-delay:368.9s;-o-animation-delay:368.9s;animation-delay:368.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3690){-webkit-animation-delay:369s;-moz-animation-delay:369s;-o-animation-delay:369s;animation-delay:369s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3691){-webkit-animation-delay:369.1s;-moz-animation-delay:369.1s;-o-animation-delay:369.1s;animation-delay:369.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3692){-webkit-animation-delay:369.2s;-moz-animation-delay:369.2s;-o-animation-delay:369.2s;animation-delay:369.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3693){-webkit-animation-delay:369.3s;-moz-animation-delay:369.3s;-o-animation-delay:369.3s;animation-delay:369.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3694){-webkit-animation-delay:369.4s;-moz-animation-delay:369.4s;-o-animation-delay:369.4s;animation-delay:369.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3695){-webkit-animation-delay:369.5s;-moz-animation-delay:369.5s;-o-animation-delay:369.5s;animation-delay:369.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3696){-webkit-animation-delay:369.6s;-moz-animation-delay:369.6s;-o-animation-delay:369.6s;animation-delay:369.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3697){-webkit-animation-delay:369.7s;-moz-animation-delay:369.7s;-o-animation-delay:369.7s;animation-delay:369.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3698){-webkit-animation-delay:369.8s;-moz-animation-delay:369.8s;-o-animation-delay:369.8s;animation-delay:369.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3699){-webkit-animation-delay:369.9s;-moz-animation-delay:369.9s;-o-animation-delay:369.9s;animation-delay:369.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3700){-webkit-animation-delay:370s;-moz-animation-delay:370s;-o-animation-delay:370s;animation-delay:370s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3701){-webkit-animation-delay:370.1s;-moz-animation-delay:370.1s;-o-animation-delay:370.1s;animation-delay:370.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3702){-webkit-animation-delay:370.2s;-moz-animation-delay:370.2s;-o-animation-delay:370.2s;animation-delay:370.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3703){-webkit-animation-delay:370.3s;-moz-animation-delay:370.3s;-o-animation-delay:370.3s;animation-delay:370.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3704){-webkit-animation-delay:370.4s;-moz-animation-delay:370.4s;-o-animation-delay:370.4s;animation-delay:370.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3705){-webkit-animation-delay:370.5s;-moz-animation-delay:370.5s;-o-animation-delay:370.5s;animation-delay:370.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3706){-webkit-animation-delay:370.6s;-moz-animation-delay:370.6s;-o-animation-delay:370.6s;animation-delay:370.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3707){-webkit-animation-delay:370.7s;-moz-animation-delay:370.7s;-o-animation-delay:370.7s;animation-delay:370.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3708){-webkit-animation-delay:370.8s;-moz-animation-delay:370.8s;-o-animation-delay:370.8s;animation-delay:370.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3709){-webkit-animation-delay:370.9s;-moz-animation-delay:370.9s;-o-animation-delay:370.9s;animation-delay:370.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3710){-webkit-animation-delay:371s;-moz-animation-delay:371s;-o-animation-delay:371s;animation-delay:371s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3711){-webkit-animation-delay:371.1s;-moz-animation-delay:371.1s;-o-animation-delay:371.1s;animation-delay:371.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3712){-webkit-animation-delay:371.2s;-moz-animation-delay:371.2s;-o-animation-delay:371.2s;animation-delay:371.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3713){-webkit-animation-delay:371.3s;-moz-animation-delay:371.3s;-o-animation-delay:371.3s;animation-delay:371.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3714){-webkit-animation-delay:371.4s;-moz-animation-delay:371.4s;-o-animation-delay:371.4s;animation-delay:371.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3715){-webkit-animation-delay:371.5s;-moz-animation-delay:371.5s;-o-animation-delay:371.5s;animation-delay:371.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3716){-webkit-animation-delay:371.6s;-moz-animation-delay:371.6s;-o-animation-delay:371.6s;animation-delay:371.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3717){-webkit-animation-delay:371.7s;-moz-animation-delay:371.7s;-o-animation-delay:371.7s;animation-delay:371.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3718){-webkit-animation-delay:371.8s;-moz-animation-delay:371.8s;-o-animation-delay:371.8s;animation-delay:371.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3719){-webkit-animation-delay:371.9s;-moz-animation-delay:371.9s;-o-animation-delay:371.9s;animation-delay:371.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3720){-webkit-animation-delay:372s;-moz-animation-delay:372s;-o-animation-delay:372s;animation-delay:372s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3721){-webkit-animation-delay:372.1s;-moz-animation-delay:372.1s;-o-animation-delay:372.1s;animation-delay:372.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3722){-webkit-animation-delay:372.2s;-moz-animation-delay:372.2s;-o-animation-delay:372.2s;animation-delay:372.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3723){-webkit-animation-delay:372.3s;-moz-animation-delay:372.3s;-o-animation-delay:372.3s;animation-delay:372.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3724){-webkit-animation-delay:372.4s;-moz-animation-delay:372.4s;-o-animation-delay:372.4s;animation-delay:372.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3725){-webkit-animation-delay:372.5s;-moz-animation-delay:372.5s;-o-animation-delay:372.5s;animation-delay:372.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3726){-webkit-animation-delay:372.6s;-moz-animation-delay:372.6s;-o-animation-delay:372.6s;animation-delay:372.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3727){-webkit-animation-delay:372.7s;-moz-animation-delay:372.7s;-o-animation-delay:372.7s;animation-delay:372.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3728){-webkit-animation-delay:372.8s;-moz-animation-delay:372.8s;-o-animation-delay:372.8s;animation-delay:372.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3729){-webkit-animation-delay:372.9s;-moz-animation-delay:372.9s;-o-animation-delay:372.9s;animation-delay:372.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3730){-webkit-animation-delay:373s;-moz-animation-delay:373s;-o-animation-delay:373s;animation-delay:373s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3731){-webkit-animation-delay:373.1s;-moz-animation-delay:373.1s;-o-animation-delay:373.1s;animation-delay:373.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3732){-webkit-animation-delay:373.2s;-moz-animation-delay:373.2s;-o-animation-delay:373.2s;animation-delay:373.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3733){-webkit-animation-delay:373.3s;-moz-animation-delay:373.3s;-o-animation-delay:373.3s;animation-delay:373.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3734){-webkit-animation-delay:373.4s;-moz-animation-delay:373.4s;-o-animation-delay:373.4s;animation-delay:373.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3735){-webkit-animation-delay:373.5s;-moz-animation-delay:373.5s;-o-animation-delay:373.5s;animation-delay:373.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3736){-webkit-animation-delay:373.6s;-moz-animation-delay:373.6s;-o-animation-delay:373.6s;animation-delay:373.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3737){-webkit-animation-delay:373.7s;-moz-animation-delay:373.7s;-o-animation-delay:373.7s;animation-delay:373.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3738){-webkit-animation-delay:373.8s;-moz-animation-delay:373.8s;-o-animation-delay:373.8s;animation-delay:373.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3739){-webkit-animation-delay:373.9s;-moz-animation-delay:373.9s;-o-animation-delay:373.9s;animation-delay:373.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3740){-webkit-animation-delay:374s;-moz-animation-delay:374s;-o-animation-delay:374s;animation-delay:374s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3741){-webkit-animation-delay:374.1s;-moz-animation-delay:374.1s;-o-animation-delay:374.1s;animation-delay:374.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3742){-webkit-animation-delay:374.2s;-moz-animation-delay:374.2s;-o-animation-delay:374.2s;animation-delay:374.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3743){-webkit-animation-delay:374.3s;-moz-animation-delay:374.3s;-o-animation-delay:374.3s;animation-delay:374.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3744){-webkit-animation-delay:374.4s;-moz-animation-delay:374.4s;-o-animation-delay:374.4s;animation-delay:374.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3745){-webkit-animation-delay:374.5s;-moz-animation-delay:374.5s;-o-animation-delay:374.5s;animation-delay:374.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3746){-webkit-animation-delay:374.6s;-moz-animation-delay:374.6s;-o-animation-delay:374.6s;animation-delay:374.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3747){-webkit-animation-delay:374.7s;-moz-animation-delay:374.7s;-o-animation-delay:374.7s;animation-delay:374.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3748){-webkit-animation-delay:374.8s;-moz-animation-delay:374.8s;-o-animation-delay:374.8s;animation-delay:374.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3749){-webkit-animation-delay:374.9s;-moz-animation-delay:374.9s;-o-animation-delay:374.9s;animation-delay:374.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3750){-webkit-animation-delay:375s;-moz-animation-delay:375s;-o-animation-delay:375s;animation-delay:375s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3751){-webkit-animation-delay:375.1s;-moz-animation-delay:375.1s;-o-animation-delay:375.1s;animation-delay:375.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3752){-webkit-animation-delay:375.2s;-moz-animation-delay:375.2s;-o-animation-delay:375.2s;animation-delay:375.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3753){-webkit-animation-delay:375.3s;-moz-animation-delay:375.3s;-o-animation-delay:375.3s;animation-delay:375.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3754){-webkit-animation-delay:375.4s;-moz-animation-delay:375.4s;-o-animation-delay:375.4s;animation-delay:375.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3755){-webkit-animation-delay:375.5s;-moz-animation-delay:375.5s;-o-animation-delay:375.5s;animation-delay:375.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3756){-webkit-animation-delay:375.6s;-moz-animation-delay:375.6s;-o-animation-delay:375.6s;animation-delay:375.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3757){-webkit-animation-delay:375.7s;-moz-animation-delay:375.7s;-o-animation-delay:375.7s;animation-delay:375.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3758){-webkit-animation-delay:375.8s;-moz-animation-delay:375.8s;-o-animation-delay:375.8s;animation-delay:375.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3759){-webkit-animation-delay:375.9s;-moz-animation-delay:375.9s;-o-animation-delay:375.9s;animation-delay:375.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3760){-webkit-animation-delay:376s;-moz-animation-delay:376s;-o-animation-delay:376s;animation-delay:376s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3761){-webkit-animation-delay:376.1s;-moz-animation-delay:376.1s;-o-animation-delay:376.1s;animation-delay:376.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3762){-webkit-animation-delay:376.2s;-moz-animation-delay:376.2s;-o-animation-delay:376.2s;animation-delay:376.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3763){-webkit-animation-delay:376.3s;-moz-animation-delay:376.3s;-o-animation-delay:376.3s;animation-delay:376.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3764){-webkit-animation-delay:376.4s;-moz-animation-delay:376.4s;-o-animation-delay:376.4s;animation-delay:376.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3765){-webkit-animation-delay:376.5s;-moz-animation-delay:376.5s;-o-animation-delay:376.5s;animation-delay:376.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3766){-webkit-animation-delay:376.6s;-moz-animation-delay:376.6s;-o-animation-delay:376.6s;animation-delay:376.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3767){-webkit-animation-delay:376.7s;-moz-animation-delay:376.7s;-o-animation-delay:376.7s;animation-delay:376.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3768){-webkit-animation-delay:376.8s;-moz-animation-delay:376.8s;-o-animation-delay:376.8s;animation-delay:376.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3769){-webkit-animation-delay:376.9s;-moz-animation-delay:376.9s;-o-animation-delay:376.9s;animation-delay:376.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3770){-webkit-animation-delay:377s;-moz-animation-delay:377s;-o-animation-delay:377s;animation-delay:377s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3771){-webkit-animation-delay:377.1s;-moz-animation-delay:377.1s;-o-animation-delay:377.1s;animation-delay:377.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3772){-webkit-animation-delay:377.2s;-moz-animation-delay:377.2s;-o-animation-delay:377.2s;animation-delay:377.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3773){-webkit-animation-delay:377.3s;-moz-animation-delay:377.3s;-o-animation-delay:377.3s;animation-delay:377.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3774){-webkit-animation-delay:377.4s;-moz-animation-delay:377.4s;-o-animation-delay:377.4s;animation-delay:377.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3775){-webkit-animation-delay:377.5s;-moz-animation-delay:377.5s;-o-animation-delay:377.5s;animation-delay:377.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3776){-webkit-animation-delay:377.6s;-moz-animation-delay:377.6s;-o-animation-delay:377.6s;animation-delay:377.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3777){-webkit-animation-delay:377.7s;-moz-animation-delay:377.7s;-o-animation-delay:377.7s;animation-delay:377.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3778){-webkit-animation-delay:377.8s;-moz-animation-delay:377.8s;-o-animation-delay:377.8s;animation-delay:377.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3779){-webkit-animation-delay:377.9s;-moz-animation-delay:377.9s;-o-animation-delay:377.9s;animation-delay:377.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3780){-webkit-animation-delay:378s;-moz-animation-delay:378s;-o-animation-delay:378s;animation-delay:378s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3781){-webkit-animation-delay:378.1s;-moz-animation-delay:378.1s;-o-animation-delay:378.1s;animation-delay:378.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3782){-webkit-animation-delay:378.2s;-moz-animation-delay:378.2s;-o-animation-delay:378.2s;animation-delay:378.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3783){-webkit-animation-delay:378.3s;-moz-animation-delay:378.3s;-o-animation-delay:378.3s;animation-delay:378.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3784){-webkit-animation-delay:378.4s;-moz-animation-delay:378.4s;-o-animation-delay:378.4s;animation-delay:378.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3785){-webkit-animation-delay:378.5s;-moz-animation-delay:378.5s;-o-animation-delay:378.5s;animation-delay:378.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3786){-webkit-animation-delay:378.6s;-moz-animation-delay:378.6s;-o-animation-delay:378.6s;animation-delay:378.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3787){-webkit-animation-delay:378.7s;-moz-animation-delay:378.7s;-o-animation-delay:378.7s;animation-delay:378.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3788){-webkit-animation-delay:378.8s;-moz-animation-delay:378.8s;-o-animation-delay:378.8s;animation-delay:378.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3789){-webkit-animation-delay:378.9s;-moz-animation-delay:378.9s;-o-animation-delay:378.9s;animation-delay:378.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3790){-webkit-animation-delay:379s;-moz-animation-delay:379s;-o-animation-delay:379s;animation-delay:379s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3791){-webkit-animation-delay:379.1s;-moz-animation-delay:379.1s;-o-animation-delay:379.1s;animation-delay:379.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3792){-webkit-animation-delay:379.2s;-moz-animation-delay:379.2s;-o-animation-delay:379.2s;animation-delay:379.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3793){-webkit-animation-delay:379.3s;-moz-animation-delay:379.3s;-o-animation-delay:379.3s;animation-delay:379.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3794){-webkit-animation-delay:379.4s;-moz-animation-delay:379.4s;-o-animation-delay:379.4s;animation-delay:379.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3795){-webkit-animation-delay:379.5s;-moz-animation-delay:379.5s;-o-animation-delay:379.5s;animation-delay:379.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3796){-webkit-animation-delay:379.6s;-moz-animation-delay:379.6s;-o-animation-delay:379.6s;animation-delay:379.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3797){-webkit-animation-delay:379.7s;-moz-animation-delay:379.7s;-o-animation-delay:379.7s;animation-delay:379.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3798){-webkit-animation-delay:379.8s;-moz-animation-delay:379.8s;-o-animation-delay:379.8s;animation-delay:379.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3799){-webkit-animation-delay:379.9s;-moz-animation-delay:379.9s;-o-animation-delay:379.9s;animation-delay:379.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3800){-webkit-animation-delay:380s;-moz-animation-delay:380s;-o-animation-delay:380s;animation-delay:380s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3801){-webkit-animation-delay:380.1s;-moz-animation-delay:380.1s;-o-animation-delay:380.1s;animation-delay:380.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3802){-webkit-animation-delay:380.2s;-moz-animation-delay:380.2s;-o-animation-delay:380.2s;animation-delay:380.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3803){-webkit-animation-delay:380.3s;-moz-animation-delay:380.3s;-o-animation-delay:380.3s;animation-delay:380.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3804){-webkit-animation-delay:380.4s;-moz-animation-delay:380.4s;-o-animation-delay:380.4s;animation-delay:380.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3805){-webkit-animation-delay:380.5s;-moz-animation-delay:380.5s;-o-animation-delay:380.5s;animation-delay:380.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3806){-webkit-animation-delay:380.6s;-moz-animation-delay:380.6s;-o-animation-delay:380.6s;animation-delay:380.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3807){-webkit-animation-delay:380.7s;-moz-animation-delay:380.7s;-o-animation-delay:380.7s;animation-delay:380.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3808){-webkit-animation-delay:380.8s;-moz-animation-delay:380.8s;-o-animation-delay:380.8s;animation-delay:380.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3809){-webkit-animation-delay:380.9s;-moz-animation-delay:380.9s;-o-animation-delay:380.9s;animation-delay:380.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3810){-webkit-animation-delay:381s;-moz-animation-delay:381s;-o-animation-delay:381s;animation-delay:381s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3811){-webkit-animation-delay:381.1s;-moz-animation-delay:381.1s;-o-animation-delay:381.1s;animation-delay:381.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3812){-webkit-animation-delay:381.2s;-moz-animation-delay:381.2s;-o-animation-delay:381.2s;animation-delay:381.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3813){-webkit-animation-delay:381.3s;-moz-animation-delay:381.3s;-o-animation-delay:381.3s;animation-delay:381.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3814){-webkit-animation-delay:381.4s;-moz-animation-delay:381.4s;-o-animation-delay:381.4s;animation-delay:381.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3815){-webkit-animation-delay:381.5s;-moz-animation-delay:381.5s;-o-animation-delay:381.5s;animation-delay:381.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3816){-webkit-animation-delay:381.6s;-moz-animation-delay:381.6s;-o-animation-delay:381.6s;animation-delay:381.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3817){-webkit-animation-delay:381.7s;-moz-animation-delay:381.7s;-o-animation-delay:381.7s;animation-delay:381.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3818){-webkit-animation-delay:381.8s;-moz-animation-delay:381.8s;-o-animation-delay:381.8s;animation-delay:381.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3819){-webkit-animation-delay:381.9s;-moz-animation-delay:381.9s;-o-animation-delay:381.9s;animation-delay:381.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3820){-webkit-animation-delay:382s;-moz-animation-delay:382s;-o-animation-delay:382s;animation-delay:382s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3821){-webkit-animation-delay:382.1s;-moz-animation-delay:382.1s;-o-animation-delay:382.1s;animation-delay:382.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3822){-webkit-animation-delay:382.2s;-moz-animation-delay:382.2s;-o-animation-delay:382.2s;animation-delay:382.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3823){-webkit-animation-delay:382.3s;-moz-animation-delay:382.3s;-o-animation-delay:382.3s;animation-delay:382.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3824){-webkit-animation-delay:382.4s;-moz-animation-delay:382.4s;-o-animation-delay:382.4s;animation-delay:382.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3825){-webkit-animation-delay:382.5s;-moz-animation-delay:382.5s;-o-animation-delay:382.5s;animation-delay:382.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3826){-webkit-animation-delay:382.6s;-moz-animation-delay:382.6s;-o-animation-delay:382.6s;animation-delay:382.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3827){-webkit-animation-delay:382.7s;-moz-animation-delay:382.7s;-o-animation-delay:382.7s;animation-delay:382.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3828){-webkit-animation-delay:382.8s;-moz-animation-delay:382.8s;-o-animation-delay:382.8s;animation-delay:382.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3829){-webkit-animation-delay:382.9s;-moz-animation-delay:382.9s;-o-animation-delay:382.9s;animation-delay:382.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3830){-webkit-animation-delay:383s;-moz-animation-delay:383s;-o-animation-delay:383s;animation-delay:383s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3831){-webkit-animation-delay:383.1s;-moz-animation-delay:383.1s;-o-animation-delay:383.1s;animation-delay:383.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3832){-webkit-animation-delay:383.2s;-moz-animation-delay:383.2s;-o-animation-delay:383.2s;animation-delay:383.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3833){-webkit-animation-delay:383.3s;-moz-animation-delay:383.3s;-o-animation-delay:383.3s;animation-delay:383.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3834){-webkit-animation-delay:383.4s;-moz-animation-delay:383.4s;-o-animation-delay:383.4s;animation-delay:383.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3835){-webkit-animation-delay:383.5s;-moz-animation-delay:383.5s;-o-animation-delay:383.5s;animation-delay:383.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3836){-webkit-animation-delay:383.6s;-moz-animation-delay:383.6s;-o-animation-delay:383.6s;animation-delay:383.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3837){-webkit-animation-delay:383.7s;-moz-animation-delay:383.7s;-o-animation-delay:383.7s;animation-delay:383.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3838){-webkit-animation-delay:383.8s;-moz-animation-delay:383.8s;-o-animation-delay:383.8s;animation-delay:383.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3839){-webkit-animation-delay:383.9s;-moz-animation-delay:383.9s;-o-animation-delay:383.9s;animation-delay:383.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3840){-webkit-animation-delay:384s;-moz-animation-delay:384s;-o-animation-delay:384s;animation-delay:384s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3841){-webkit-animation-delay:384.1s;-moz-animation-delay:384.1s;-o-animation-delay:384.1s;animation-delay:384.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3842){-webkit-animation-delay:384.2s;-moz-animation-delay:384.2s;-o-animation-delay:384.2s;animation-delay:384.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3843){-webkit-animation-delay:384.3s;-moz-animation-delay:384.3s;-o-animation-delay:384.3s;animation-delay:384.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3844){-webkit-animation-delay:384.4s;-moz-animation-delay:384.4s;-o-animation-delay:384.4s;animation-delay:384.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3845){-webkit-animation-delay:384.5s;-moz-animation-delay:384.5s;-o-animation-delay:384.5s;animation-delay:384.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3846){-webkit-animation-delay:384.6s;-moz-animation-delay:384.6s;-o-animation-delay:384.6s;animation-delay:384.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3847){-webkit-animation-delay:384.7s;-moz-animation-delay:384.7s;-o-animation-delay:384.7s;animation-delay:384.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3848){-webkit-animation-delay:384.8s;-moz-animation-delay:384.8s;-o-animation-delay:384.8s;animation-delay:384.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3849){-webkit-animation-delay:384.9s;-moz-animation-delay:384.9s;-o-animation-delay:384.9s;animation-delay:384.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3850){-webkit-animation-delay:385s;-moz-animation-delay:385s;-o-animation-delay:385s;animation-delay:385s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3851){-webkit-animation-delay:385.1s;-moz-animation-delay:385.1s;-o-animation-delay:385.1s;animation-delay:385.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3852){-webkit-animation-delay:385.2s;-moz-animation-delay:385.2s;-o-animation-delay:385.2s;animation-delay:385.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3853){-webkit-animation-delay:385.3s;-moz-animation-delay:385.3s;-o-animation-delay:385.3s;animation-delay:385.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3854){-webkit-animation-delay:385.4s;-moz-animation-delay:385.4s;-o-animation-delay:385.4s;animation-delay:385.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3855){-webkit-animation-delay:385.5s;-moz-animation-delay:385.5s;-o-animation-delay:385.5s;animation-delay:385.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3856){-webkit-animation-delay:385.6s;-moz-animation-delay:385.6s;-o-animation-delay:385.6s;animation-delay:385.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3857){-webkit-animation-delay:385.7s;-moz-animation-delay:385.7s;-o-animation-delay:385.7s;animation-delay:385.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3858){-webkit-animation-delay:385.8s;-moz-animation-delay:385.8s;-o-animation-delay:385.8s;animation-delay:385.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3859){-webkit-animation-delay:385.9s;-moz-animation-delay:385.9s;-o-animation-delay:385.9s;animation-delay:385.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3860){-webkit-animation-delay:386s;-moz-animation-delay:386s;-o-animation-delay:386s;animation-delay:386s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3861){-webkit-animation-delay:386.1s;-moz-animation-delay:386.1s;-o-animation-delay:386.1s;animation-delay:386.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3862){-webkit-animation-delay:386.2s;-moz-animation-delay:386.2s;-o-animation-delay:386.2s;animation-delay:386.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3863){-webkit-animation-delay:386.3s;-moz-animation-delay:386.3s;-o-animation-delay:386.3s;animation-delay:386.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3864){-webkit-animation-delay:386.4s;-moz-animation-delay:386.4s;-o-animation-delay:386.4s;animation-delay:386.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3865){-webkit-animation-delay:386.5s;-moz-animation-delay:386.5s;-o-animation-delay:386.5s;animation-delay:386.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3866){-webkit-animation-delay:386.6s;-moz-animation-delay:386.6s;-o-animation-delay:386.6s;animation-delay:386.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3867){-webkit-animation-delay:386.7s;-moz-animation-delay:386.7s;-o-animation-delay:386.7s;animation-delay:386.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3868){-webkit-animation-delay:386.8s;-moz-animation-delay:386.8s;-o-animation-delay:386.8s;animation-delay:386.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3869){-webkit-animation-delay:386.9s;-moz-animation-delay:386.9s;-o-animation-delay:386.9s;animation-delay:386.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3870){-webkit-animation-delay:387s;-moz-animation-delay:387s;-o-animation-delay:387s;animation-delay:387s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3871){-webkit-animation-delay:387.1s;-moz-animation-delay:387.1s;-o-animation-delay:387.1s;animation-delay:387.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3872){-webkit-animation-delay:387.2s;-moz-animation-delay:387.2s;-o-animation-delay:387.2s;animation-delay:387.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3873){-webkit-animation-delay:387.3s;-moz-animation-delay:387.3s;-o-animation-delay:387.3s;animation-delay:387.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3874){-webkit-animation-delay:387.4s;-moz-animation-delay:387.4s;-o-animation-delay:387.4s;animation-delay:387.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3875){-webkit-animation-delay:387.5s;-moz-animation-delay:387.5s;-o-animation-delay:387.5s;animation-delay:387.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3876){-webkit-animation-delay:387.6s;-moz-animation-delay:387.6s;-o-animation-delay:387.6s;animation-delay:387.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3877){-webkit-animation-delay:387.7s;-moz-animation-delay:387.7s;-o-animation-delay:387.7s;animation-delay:387.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3878){-webkit-animation-delay:387.8s;-moz-animation-delay:387.8s;-o-animation-delay:387.8s;animation-delay:387.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3879){-webkit-animation-delay:387.9s;-moz-animation-delay:387.9s;-o-animation-delay:387.9s;animation-delay:387.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3880){-webkit-animation-delay:388s;-moz-animation-delay:388s;-o-animation-delay:388s;animation-delay:388s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3881){-webkit-animation-delay:388.1s;-moz-animation-delay:388.1s;-o-animation-delay:388.1s;animation-delay:388.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3882){-webkit-animation-delay:388.2s;-moz-animation-delay:388.2s;-o-animation-delay:388.2s;animation-delay:388.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3883){-webkit-animation-delay:388.3s;-moz-animation-delay:388.3s;-o-animation-delay:388.3s;animation-delay:388.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3884){-webkit-animation-delay:388.4s;-moz-animation-delay:388.4s;-o-animation-delay:388.4s;animation-delay:388.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3885){-webkit-animation-delay:388.5s;-moz-animation-delay:388.5s;-o-animation-delay:388.5s;animation-delay:388.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3886){-webkit-animation-delay:388.6s;-moz-animation-delay:388.6s;-o-animation-delay:388.6s;animation-delay:388.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3887){-webkit-animation-delay:388.7s;-moz-animation-delay:388.7s;-o-animation-delay:388.7s;animation-delay:388.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3888){-webkit-animation-delay:388.8s;-moz-animation-delay:388.8s;-o-animation-delay:388.8s;animation-delay:388.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3889){-webkit-animation-delay:388.9s;-moz-animation-delay:388.9s;-o-animation-delay:388.9s;animation-delay:388.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3890){-webkit-animation-delay:389s;-moz-animation-delay:389s;-o-animation-delay:389s;animation-delay:389s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3891){-webkit-animation-delay:389.1s;-moz-animation-delay:389.1s;-o-animation-delay:389.1s;animation-delay:389.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3892){-webkit-animation-delay:389.2s;-moz-animation-delay:389.2s;-o-animation-delay:389.2s;animation-delay:389.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3893){-webkit-animation-delay:389.3s;-moz-animation-delay:389.3s;-o-animation-delay:389.3s;animation-delay:389.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3894){-webkit-animation-delay:389.4s;-moz-animation-delay:389.4s;-o-animation-delay:389.4s;animation-delay:389.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3895){-webkit-animation-delay:389.5s;-moz-animation-delay:389.5s;-o-animation-delay:389.5s;animation-delay:389.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3896){-webkit-animation-delay:389.6s;-moz-animation-delay:389.6s;-o-animation-delay:389.6s;animation-delay:389.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3897){-webkit-animation-delay:389.7s;-moz-animation-delay:389.7s;-o-animation-delay:389.7s;animation-delay:389.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3898){-webkit-animation-delay:389.8s;-moz-animation-delay:389.8s;-o-animation-delay:389.8s;animation-delay:389.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3899){-webkit-animation-delay:389.9s;-moz-animation-delay:389.9s;-o-animation-delay:389.9s;animation-delay:389.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3900){-webkit-animation-delay:390s;-moz-animation-delay:390s;-o-animation-delay:390s;animation-delay:390s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3901){-webkit-animation-delay:390.1s;-moz-animation-delay:390.1s;-o-animation-delay:390.1s;animation-delay:390.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3902){-webkit-animation-delay:390.2s;-moz-animation-delay:390.2s;-o-animation-delay:390.2s;animation-delay:390.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3903){-webkit-animation-delay:390.3s;-moz-animation-delay:390.3s;-o-animation-delay:390.3s;animation-delay:390.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3904){-webkit-animation-delay:390.4s;-moz-animation-delay:390.4s;-o-animation-delay:390.4s;animation-delay:390.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3905){-webkit-animation-delay:390.5s;-moz-animation-delay:390.5s;-o-animation-delay:390.5s;animation-delay:390.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3906){-webkit-animation-delay:390.6s;-moz-animation-delay:390.6s;-o-animation-delay:390.6s;animation-delay:390.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3907){-webkit-animation-delay:390.7s;-moz-animation-delay:390.7s;-o-animation-delay:390.7s;animation-delay:390.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3908){-webkit-animation-delay:390.8s;-moz-animation-delay:390.8s;-o-animation-delay:390.8s;animation-delay:390.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3909){-webkit-animation-delay:390.9s;-moz-animation-delay:390.9s;-o-animation-delay:390.9s;animation-delay:390.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3910){-webkit-animation-delay:391s;-moz-animation-delay:391s;-o-animation-delay:391s;animation-delay:391s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3911){-webkit-animation-delay:391.1s;-moz-animation-delay:391.1s;-o-animation-delay:391.1s;animation-delay:391.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3912){-webkit-animation-delay:391.2s;-moz-animation-delay:391.2s;-o-animation-delay:391.2s;animation-delay:391.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3913){-webkit-animation-delay:391.3s;-moz-animation-delay:391.3s;-o-animation-delay:391.3s;animation-delay:391.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3914){-webkit-animation-delay:391.4s;-moz-animation-delay:391.4s;-o-animation-delay:391.4s;animation-delay:391.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3915){-webkit-animation-delay:391.5s;-moz-animation-delay:391.5s;-o-animation-delay:391.5s;animation-delay:391.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3916){-webkit-animation-delay:391.6s;-moz-animation-delay:391.6s;-o-animation-delay:391.6s;animation-delay:391.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3917){-webkit-animation-delay:391.7s;-moz-animation-delay:391.7s;-o-animation-delay:391.7s;animation-delay:391.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3918){-webkit-animation-delay:391.8s;-moz-animation-delay:391.8s;-o-animation-delay:391.8s;animation-delay:391.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3919){-webkit-animation-delay:391.9s;-moz-animation-delay:391.9s;-o-animation-delay:391.9s;animation-delay:391.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3920){-webkit-animation-delay:392s;-moz-animation-delay:392s;-o-animation-delay:392s;animation-delay:392s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3921){-webkit-animation-delay:392.1s;-moz-animation-delay:392.1s;-o-animation-delay:392.1s;animation-delay:392.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3922){-webkit-animation-delay:392.2s;-moz-animation-delay:392.2s;-o-animation-delay:392.2s;animation-delay:392.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3923){-webkit-animation-delay:392.3s;-moz-animation-delay:392.3s;-o-animation-delay:392.3s;animation-delay:392.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3924){-webkit-animation-delay:392.4s;-moz-animation-delay:392.4s;-o-animation-delay:392.4s;animation-delay:392.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3925){-webkit-animation-delay:392.5s;-moz-animation-delay:392.5s;-o-animation-delay:392.5s;animation-delay:392.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3926){-webkit-animation-delay:392.6s;-moz-animation-delay:392.6s;-o-animation-delay:392.6s;animation-delay:392.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3927){-webkit-animation-delay:392.7s;-moz-animation-delay:392.7s;-o-animation-delay:392.7s;animation-delay:392.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3928){-webkit-animation-delay:392.8s;-moz-animation-delay:392.8s;-o-animation-delay:392.8s;animation-delay:392.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3929){-webkit-animation-delay:392.9s;-moz-animation-delay:392.9s;-o-animation-delay:392.9s;animation-delay:392.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3930){-webkit-animation-delay:393s;-moz-animation-delay:393s;-o-animation-delay:393s;animation-delay:393s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3931){-webkit-animation-delay:393.1s;-moz-animation-delay:393.1s;-o-animation-delay:393.1s;animation-delay:393.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3932){-webkit-animation-delay:393.2s;-moz-animation-delay:393.2s;-o-animation-delay:393.2s;animation-delay:393.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3933){-webkit-animation-delay:393.3s;-moz-animation-delay:393.3s;-o-animation-delay:393.3s;animation-delay:393.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3934){-webkit-animation-delay:393.4s;-moz-animation-delay:393.4s;-o-animation-delay:393.4s;animation-delay:393.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3935){-webkit-animation-delay:393.5s;-moz-animation-delay:393.5s;-o-animation-delay:393.5s;animation-delay:393.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3936){-webkit-animation-delay:393.6s;-moz-animation-delay:393.6s;-o-animation-delay:393.6s;animation-delay:393.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3937){-webkit-animation-delay:393.7s;-moz-animation-delay:393.7s;-o-animation-delay:393.7s;animation-delay:393.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3938){-webkit-animation-delay:393.8s;-moz-animation-delay:393.8s;-o-animation-delay:393.8s;animation-delay:393.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3939){-webkit-animation-delay:393.9s;-moz-animation-delay:393.9s;-o-animation-delay:393.9s;animation-delay:393.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3940){-webkit-animation-delay:394s;-moz-animation-delay:394s;-o-animation-delay:394s;animation-delay:394s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3941){-webkit-animation-delay:394.1s;-moz-animation-delay:394.1s;-o-animation-delay:394.1s;animation-delay:394.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3942){-webkit-animation-delay:394.2s;-moz-animation-delay:394.2s;-o-animation-delay:394.2s;animation-delay:394.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3943){-webkit-animation-delay:394.3s;-moz-animation-delay:394.3s;-o-animation-delay:394.3s;animation-delay:394.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3944){-webkit-animation-delay:394.4s;-moz-animation-delay:394.4s;-o-animation-delay:394.4s;animation-delay:394.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3945){-webkit-animation-delay:394.5s;-moz-animation-delay:394.5s;-o-animation-delay:394.5s;animation-delay:394.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3946){-webkit-animation-delay:394.6s;-moz-animation-delay:394.6s;-o-animation-delay:394.6s;animation-delay:394.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3947){-webkit-animation-delay:394.7s;-moz-animation-delay:394.7s;-o-animation-delay:394.7s;animation-delay:394.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3948){-webkit-animation-delay:394.8s;-moz-animation-delay:394.8s;-o-animation-delay:394.8s;animation-delay:394.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3949){-webkit-animation-delay:394.9s;-moz-animation-delay:394.9s;-o-animation-delay:394.9s;animation-delay:394.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3950){-webkit-animation-delay:395s;-moz-animation-delay:395s;-o-animation-delay:395s;animation-delay:395s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3951){-webkit-animation-delay:395.1s;-moz-animation-delay:395.1s;-o-animation-delay:395.1s;animation-delay:395.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3952){-webkit-animation-delay:395.2s;-moz-animation-delay:395.2s;-o-animation-delay:395.2s;animation-delay:395.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3953){-webkit-animation-delay:395.3s;-moz-animation-delay:395.3s;-o-animation-delay:395.3s;animation-delay:395.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3954){-webkit-animation-delay:395.4s;-moz-animation-delay:395.4s;-o-animation-delay:395.4s;animation-delay:395.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3955){-webkit-animation-delay:395.5s;-moz-animation-delay:395.5s;-o-animation-delay:395.5s;animation-delay:395.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3956){-webkit-animation-delay:395.6s;-moz-animation-delay:395.6s;-o-animation-delay:395.6s;animation-delay:395.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3957){-webkit-animation-delay:395.7s;-moz-animation-delay:395.7s;-o-animation-delay:395.7s;animation-delay:395.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3958){-webkit-animation-delay:395.8s;-moz-animation-delay:395.8s;-o-animation-delay:395.8s;animation-delay:395.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3959){-webkit-animation-delay:395.9s;-moz-animation-delay:395.9s;-o-animation-delay:395.9s;animation-delay:395.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3960){-webkit-animation-delay:396s;-moz-animation-delay:396s;-o-animation-delay:396s;animation-delay:396s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3961){-webkit-animation-delay:396.1s;-moz-animation-delay:396.1s;-o-animation-delay:396.1s;animation-delay:396.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3962){-webkit-animation-delay:396.2s;-moz-animation-delay:396.2s;-o-animation-delay:396.2s;animation-delay:396.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3963){-webkit-animation-delay:396.3s;-moz-animation-delay:396.3s;-o-animation-delay:396.3s;animation-delay:396.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3964){-webkit-animation-delay:396.4s;-moz-animation-delay:396.4s;-o-animation-delay:396.4s;animation-delay:396.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3965){-webkit-animation-delay:396.5s;-moz-animation-delay:396.5s;-o-animation-delay:396.5s;animation-delay:396.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3966){-webkit-animation-delay:396.6s;-moz-animation-delay:396.6s;-o-animation-delay:396.6s;animation-delay:396.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3967){-webkit-animation-delay:396.7s;-moz-animation-delay:396.7s;-o-animation-delay:396.7s;animation-delay:396.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3968){-webkit-animation-delay:396.8s;-moz-animation-delay:396.8s;-o-animation-delay:396.8s;animation-delay:396.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3969){-webkit-animation-delay:396.9s;-moz-animation-delay:396.9s;-o-animation-delay:396.9s;animation-delay:396.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3970){-webkit-animation-delay:397s;-moz-animation-delay:397s;-o-animation-delay:397s;animation-delay:397s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3971){-webkit-animation-delay:397.1s;-moz-animation-delay:397.1s;-o-animation-delay:397.1s;animation-delay:397.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3972){-webkit-animation-delay:397.2s;-moz-animation-delay:397.2s;-o-animation-delay:397.2s;animation-delay:397.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3973){-webkit-animation-delay:397.3s;-moz-animation-delay:397.3s;-o-animation-delay:397.3s;animation-delay:397.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3974){-webkit-animation-delay:397.4s;-moz-animation-delay:397.4s;-o-animation-delay:397.4s;animation-delay:397.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3975){-webkit-animation-delay:397.5s;-moz-animation-delay:397.5s;-o-animation-delay:397.5s;animation-delay:397.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3976){-webkit-animation-delay:397.6s;-moz-animation-delay:397.6s;-o-animation-delay:397.6s;animation-delay:397.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3977){-webkit-animation-delay:397.7s;-moz-animation-delay:397.7s;-o-animation-delay:397.7s;animation-delay:397.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3978){-webkit-animation-delay:397.8s;-moz-animation-delay:397.8s;-o-animation-delay:397.8s;animation-delay:397.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3979){-webkit-animation-delay:397.9s;-moz-animation-delay:397.9s;-o-animation-delay:397.9s;animation-delay:397.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3980){-webkit-animation-delay:398s;-moz-animation-delay:398s;-o-animation-delay:398s;animation-delay:398s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3981){-webkit-animation-delay:398.1s;-moz-animation-delay:398.1s;-o-animation-delay:398.1s;animation-delay:398.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3982){-webkit-animation-delay:398.2s;-moz-animation-delay:398.2s;-o-animation-delay:398.2s;animation-delay:398.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3983){-webkit-animation-delay:398.3s;-moz-animation-delay:398.3s;-o-animation-delay:398.3s;animation-delay:398.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3984){-webkit-animation-delay:398.4s;-moz-animation-delay:398.4s;-o-animation-delay:398.4s;animation-delay:398.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3985){-webkit-animation-delay:398.5s;-moz-animation-delay:398.5s;-o-animation-delay:398.5s;animation-delay:398.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3986){-webkit-animation-delay:398.6s;-moz-animation-delay:398.6s;-o-animation-delay:398.6s;animation-delay:398.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3987){-webkit-animation-delay:398.7s;-moz-animation-delay:398.7s;-o-animation-delay:398.7s;animation-delay:398.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3988){-webkit-animation-delay:398.8s;-moz-animation-delay:398.8s;-o-animation-delay:398.8s;animation-delay:398.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3989){-webkit-animation-delay:398.9s;-moz-animation-delay:398.9s;-o-animation-delay:398.9s;animation-delay:398.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3990){-webkit-animation-delay:399s;-moz-animation-delay:399s;-o-animation-delay:399s;animation-delay:399s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3991){-webkit-animation-delay:399.1s;-moz-animation-delay:399.1s;-o-animation-delay:399.1s;animation-delay:399.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3992){-webkit-animation-delay:399.2s;-moz-animation-delay:399.2s;-o-animation-delay:399.2s;animation-delay:399.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3993){-webkit-animation-delay:399.3s;-moz-animation-delay:399.3s;-o-animation-delay:399.3s;animation-delay:399.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3994){-webkit-animation-delay:399.4s;-moz-animation-delay:399.4s;-o-animation-delay:399.4s;animation-delay:399.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3995){-webkit-animation-delay:399.5s;-moz-animation-delay:399.5s;-o-animation-delay:399.5s;animation-delay:399.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3996){-webkit-animation-delay:399.6s;-moz-animation-delay:399.6s;-o-animation-delay:399.6s;animation-delay:399.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3997){-webkit-animation-delay:399.7s;-moz-animation-delay:399.7s;-o-animation-delay:399.7s;animation-delay:399.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3998){-webkit-animation-delay:399.8s;-moz-animation-delay:399.8s;-o-animation-delay:399.8s;animation-delay:399.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3999){-webkit-animation-delay:399.9s;-moz-animation-delay:399.9s;-o-animation-delay:399.9s;animation-delay:399.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4000){-webkit-animation-delay:400s;-moz-animation-delay:400s;-o-animation-delay:400s;animation-delay:400s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4001){-webkit-animation-delay:400.1s;-moz-animation-delay:400.1s;-o-animation-delay:400.1s;animation-delay:400.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4002){-webkit-animation-delay:400.2s;-moz-animation-delay:400.2s;-o-animation-delay:400.2s;animation-delay:400.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4003){-webkit-animation-delay:400.3s;-moz-animation-delay:400.3s;-o-animation-delay:400.3s;animation-delay:400.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4004){-webkit-animation-delay:400.4s;-moz-animation-delay:400.4s;-o-animation-delay:400.4s;animation-delay:400.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4005){-webkit-animation-delay:400.5s;-moz-animation-delay:400.5s;-o-animation-delay:400.5s;animation-delay:400.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4006){-webkit-animation-delay:400.6s;-moz-animation-delay:400.6s;-o-animation-delay:400.6s;animation-delay:400.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4007){-webkit-animation-delay:400.7s;-moz-animation-delay:400.7s;-o-animation-delay:400.7s;animation-delay:400.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4008){-webkit-animation-delay:400.8s;-moz-animation-delay:400.8s;-o-animation-delay:400.8s;animation-delay:400.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4009){-webkit-animation-delay:400.9s;-moz-animation-delay:400.9s;-o-animation-delay:400.9s;animation-delay:400.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4010){-webkit-animation-delay:401s;-moz-animation-delay:401s;-o-animation-delay:401s;animation-delay:401s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4011){-webkit-animation-delay:401.1s;-moz-animation-delay:401.1s;-o-animation-delay:401.1s;animation-delay:401.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4012){-webkit-animation-delay:401.2s;-moz-animation-delay:401.2s;-o-animation-delay:401.2s;animation-delay:401.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4013){-webkit-animation-delay:401.3s;-moz-animation-delay:401.3s;-o-animation-delay:401.3s;animation-delay:401.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4014){-webkit-animation-delay:401.4s;-moz-animation-delay:401.4s;-o-animation-delay:401.4s;animation-delay:401.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4015){-webkit-animation-delay:401.5s;-moz-animation-delay:401.5s;-o-animation-delay:401.5s;animation-delay:401.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4016){-webkit-animation-delay:401.6s;-moz-animation-delay:401.6s;-o-animation-delay:401.6s;animation-delay:401.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4017){-webkit-animation-delay:401.7s;-moz-animation-delay:401.7s;-o-animation-delay:401.7s;animation-delay:401.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4018){-webkit-animation-delay:401.8s;-moz-animation-delay:401.8s;-o-animation-delay:401.8s;animation-delay:401.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4019){-webkit-animation-delay:401.9s;-moz-animation-delay:401.9s;-o-animation-delay:401.9s;animation-delay:401.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4020){-webkit-animation-delay:402s;-moz-animation-delay:402s;-o-animation-delay:402s;animation-delay:402s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4021){-webkit-animation-delay:402.1s;-moz-animation-delay:402.1s;-o-animation-delay:402.1s;animation-delay:402.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4022){-webkit-animation-delay:402.2s;-moz-animation-delay:402.2s;-o-animation-delay:402.2s;animation-delay:402.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4023){-webkit-animation-delay:402.3s;-moz-animation-delay:402.3s;-o-animation-delay:402.3s;animation-delay:402.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4024){-webkit-animation-delay:402.4s;-moz-animation-delay:402.4s;-o-animation-delay:402.4s;animation-delay:402.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4025){-webkit-animation-delay:402.5s;-moz-animation-delay:402.5s;-o-animation-delay:402.5s;animation-delay:402.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4026){-webkit-animation-delay:402.6s;-moz-animation-delay:402.6s;-o-animation-delay:402.6s;animation-delay:402.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4027){-webkit-animation-delay:402.7s;-moz-animation-delay:402.7s;-o-animation-delay:402.7s;animation-delay:402.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4028){-webkit-animation-delay:402.8s;-moz-animation-delay:402.8s;-o-animation-delay:402.8s;animation-delay:402.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4029){-webkit-animation-delay:402.9s;-moz-animation-delay:402.9s;-o-animation-delay:402.9s;animation-delay:402.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4030){-webkit-animation-delay:403s;-moz-animation-delay:403s;-o-animation-delay:403s;animation-delay:403s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4031){-webkit-animation-delay:403.1s;-moz-animation-delay:403.1s;-o-animation-delay:403.1s;animation-delay:403.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4032){-webkit-animation-delay:403.2s;-moz-animation-delay:403.2s;-o-animation-delay:403.2s;animation-delay:403.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4033){-webkit-animation-delay:403.3s;-moz-animation-delay:403.3s;-o-animation-delay:403.3s;animation-delay:403.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4034){-webkit-animation-delay:403.4s;-moz-animation-delay:403.4s;-o-animation-delay:403.4s;animation-delay:403.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4035){-webkit-animation-delay:403.5s;-moz-animation-delay:403.5s;-o-animation-delay:403.5s;animation-delay:403.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4036){-webkit-animation-delay:403.6s;-moz-animation-delay:403.6s;-o-animation-delay:403.6s;animation-delay:403.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4037){-webkit-animation-delay:403.7s;-moz-animation-delay:403.7s;-o-animation-delay:403.7s;animation-delay:403.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4038){-webkit-animation-delay:403.8s;-moz-animation-delay:403.8s;-o-animation-delay:403.8s;animation-delay:403.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4039){-webkit-animation-delay:403.9s;-moz-animation-delay:403.9s;-o-animation-delay:403.9s;animation-delay:403.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4040){-webkit-animation-delay:404s;-moz-animation-delay:404s;-o-animation-delay:404s;animation-delay:404s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4041){-webkit-animation-delay:404.1s;-moz-animation-delay:404.1s;-o-animation-delay:404.1s;animation-delay:404.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4042){-webkit-animation-delay:404.2s;-moz-animation-delay:404.2s;-o-animation-delay:404.2s;animation-delay:404.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4043){-webkit-animation-delay:404.3s;-moz-animation-delay:404.3s;-o-animation-delay:404.3s;animation-delay:404.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4044){-webkit-animation-delay:404.4s;-moz-animation-delay:404.4s;-o-animation-delay:404.4s;animation-delay:404.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4045){-webkit-animation-delay:404.5s;-moz-animation-delay:404.5s;-o-animation-delay:404.5s;animation-delay:404.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4046){-webkit-animation-delay:404.6s;-moz-animation-delay:404.6s;-o-animation-delay:404.6s;animation-delay:404.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4047){-webkit-animation-delay:404.7s;-moz-animation-delay:404.7s;-o-animation-delay:404.7s;animation-delay:404.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4048){-webkit-animation-delay:404.8s;-moz-animation-delay:404.8s;-o-animation-delay:404.8s;animation-delay:404.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4049){-webkit-animation-delay:404.9s;-moz-animation-delay:404.9s;-o-animation-delay:404.9s;animation-delay:404.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4050){-webkit-animation-delay:405s;-moz-animation-delay:405s;-o-animation-delay:405s;animation-delay:405s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4051){-webkit-animation-delay:405.1s;-moz-animation-delay:405.1s;-o-animation-delay:405.1s;animation-delay:405.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4052){-webkit-animation-delay:405.2s;-moz-animation-delay:405.2s;-o-animation-delay:405.2s;animation-delay:405.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4053){-webkit-animation-delay:405.3s;-moz-animation-delay:405.3s;-o-animation-delay:405.3s;animation-delay:405.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4054){-webkit-animation-delay:405.4s;-moz-animation-delay:405.4s;-o-animation-delay:405.4s;animation-delay:405.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4055){-webkit-animation-delay:405.5s;-moz-animation-delay:405.5s;-o-animation-delay:405.5s;animation-delay:405.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4056){-webkit-animation-delay:405.6s;-moz-animation-delay:405.6s;-o-animation-delay:405.6s;animation-delay:405.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4057){-webkit-animation-delay:405.7s;-moz-animation-delay:405.7s;-o-animation-delay:405.7s;animation-delay:405.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4058){-webkit-animation-delay:405.8s;-moz-animation-delay:405.8s;-o-animation-delay:405.8s;animation-delay:405.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4059){-webkit-animation-delay:405.9s;-moz-animation-delay:405.9s;-o-animation-delay:405.9s;animation-delay:405.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4060){-webkit-animation-delay:406s;-moz-animation-delay:406s;-o-animation-delay:406s;animation-delay:406s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4061){-webkit-animation-delay:406.1s;-moz-animation-delay:406.1s;-o-animation-delay:406.1s;animation-delay:406.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4062){-webkit-animation-delay:406.2s;-moz-animation-delay:406.2s;-o-animation-delay:406.2s;animation-delay:406.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4063){-webkit-animation-delay:406.3s;-moz-animation-delay:406.3s;-o-animation-delay:406.3s;animation-delay:406.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4064){-webkit-animation-delay:406.4s;-moz-animation-delay:406.4s;-o-animation-delay:406.4s;animation-delay:406.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4065){-webkit-animation-delay:406.5s;-moz-animation-delay:406.5s;-o-animation-delay:406.5s;animation-delay:406.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4066){-webkit-animation-delay:406.6s;-moz-animation-delay:406.6s;-o-animation-delay:406.6s;animation-delay:406.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4067){-webkit-animation-delay:406.7s;-moz-animation-delay:406.7s;-o-animation-delay:406.7s;animation-delay:406.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4068){-webkit-animation-delay:406.8s;-moz-animation-delay:406.8s;-o-animation-delay:406.8s;animation-delay:406.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4069){-webkit-animation-delay:406.9s;-moz-animation-delay:406.9s;-o-animation-delay:406.9s;animation-delay:406.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4070){-webkit-animation-delay:407s;-moz-animation-delay:407s;-o-animation-delay:407s;animation-delay:407s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4071){-webkit-animation-delay:407.1s;-moz-animation-delay:407.1s;-o-animation-delay:407.1s;animation-delay:407.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4072){-webkit-animation-delay:407.2s;-moz-animation-delay:407.2s;-o-animation-delay:407.2s;animation-delay:407.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4073){-webkit-animation-delay:407.3s;-moz-animation-delay:407.3s;-o-animation-delay:407.3s;animation-delay:407.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4074){-webkit-animation-delay:407.4s;-moz-animation-delay:407.4s;-o-animation-delay:407.4s;animation-delay:407.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4075){-webkit-animation-delay:407.5s;-moz-animation-delay:407.5s;-o-animation-delay:407.5s;animation-delay:407.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4076){-webkit-animation-delay:407.6s;-moz-animation-delay:407.6s;-o-animation-delay:407.6s;animation-delay:407.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4077){-webkit-animation-delay:407.7s;-moz-animation-delay:407.7s;-o-animation-delay:407.7s;animation-delay:407.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4078){-webkit-animation-delay:407.8s;-moz-animation-delay:407.8s;-o-animation-delay:407.8s;animation-delay:407.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4079){-webkit-animation-delay:407.9s;-moz-animation-delay:407.9s;-o-animation-delay:407.9s;animation-delay:407.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4080){-webkit-animation-delay:408s;-moz-animation-delay:408s;-o-animation-delay:408s;animation-delay:408s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4081){-webkit-animation-delay:408.1s;-moz-animation-delay:408.1s;-o-animation-delay:408.1s;animation-delay:408.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4082){-webkit-animation-delay:408.2s;-moz-animation-delay:408.2s;-o-animation-delay:408.2s;animation-delay:408.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4083){-webkit-animation-delay:408.3s;-moz-animation-delay:408.3s;-o-animation-delay:408.3s;animation-delay:408.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4084){-webkit-animation-delay:408.4s;-moz-animation-delay:408.4s;-o-animation-delay:408.4s;animation-delay:408.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4085){-webkit-animation-delay:408.5s;-moz-animation-delay:408.5s;-o-animation-delay:408.5s;animation-delay:408.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4086){-webkit-animation-delay:408.6s;-moz-animation-delay:408.6s;-o-animation-delay:408.6s;animation-delay:408.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4087){-webkit-animation-delay:408.7s;-moz-animation-delay:408.7s;-o-animation-delay:408.7s;animation-delay:408.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4088){-webkit-animation-delay:408.8s;-moz-animation-delay:408.8s;-o-animation-delay:408.8s;animation-delay:408.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4089){-webkit-animation-delay:408.9s;-moz-animation-delay:408.9s;-o-animation-delay:408.9s;animation-delay:408.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4090){-webkit-animation-delay:409s;-moz-animation-delay:409s;-o-animation-delay:409s;animation-delay:409s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4091){-webkit-animation-delay:409.1s;-moz-animation-delay:409.1s;-o-animation-delay:409.1s;animation-delay:409.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4092){-webkit-animation-delay:409.2s;-moz-animation-delay:409.2s;-o-animation-delay:409.2s;animation-delay:409.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4093){-webkit-animation-delay:409.3s;-moz-animation-delay:409.3s;-o-animation-delay:409.3s;animation-delay:409.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4094){-webkit-animation-delay:409.4s;-moz-animation-delay:409.4s;-o-animation-delay:409.4s;animation-delay:409.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4095){-webkit-animation-delay:409.5s;-moz-animation-delay:409.5s;-o-animation-delay:409.5s;animation-delay:409.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4096){-webkit-animation-delay:409.6s;-moz-animation-delay:409.6s;-o-animation-delay:409.6s;animation-delay:409.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4097){-webkit-animation-delay:409.7s;-moz-animation-delay:409.7s;-o-animation-delay:409.7s;animation-delay:409.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4098){-webkit-animation-delay:409.8s;-moz-animation-delay:409.8s;-o-animation-delay:409.8s;animation-delay:409.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4099){-webkit-animation-delay:409.9s;-moz-animation-delay:409.9s;-o-animation-delay:409.9s;animation-delay:409.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4100){-webkit-animation-delay:410s;-moz-animation-delay:410s;-o-animation-delay:410s;animation-delay:410s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4101){-webkit-animation-delay:410.1s;-moz-animation-delay:410.1s;-o-animation-delay:410.1s;animation-delay:410.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4102){-webkit-animation-delay:410.2s;-moz-animation-delay:410.2s;-o-animation-delay:410.2s;animation-delay:410.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4103){-webkit-animation-delay:410.3s;-moz-animation-delay:410.3s;-o-animation-delay:410.3s;animation-delay:410.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4104){-webkit-animation-delay:410.4s;-moz-animation-delay:410.4s;-o-animation-delay:410.4s;animation-delay:410.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4105){-webkit-animation-delay:410.5s;-moz-animation-delay:410.5s;-o-animation-delay:410.5s;animation-delay:410.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4106){-webkit-animation-delay:410.6s;-moz-animation-delay:410.6s;-o-animation-delay:410.6s;animation-delay:410.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4107){-webkit-animation-delay:410.7s;-moz-animation-delay:410.7s;-o-animation-delay:410.7s;animation-delay:410.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4108){-webkit-animation-delay:410.8s;-moz-animation-delay:410.8s;-o-animation-delay:410.8s;animation-delay:410.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4109){-webkit-animation-delay:410.9s;-moz-animation-delay:410.9s;-o-animation-delay:410.9s;animation-delay:410.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4110){-webkit-animation-delay:411s;-moz-animation-delay:411s;-o-animation-delay:411s;animation-delay:411s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4111){-webkit-animation-delay:411.1s;-moz-animation-delay:411.1s;-o-animation-delay:411.1s;animation-delay:411.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4112){-webkit-animation-delay:411.2s;-moz-animation-delay:411.2s;-o-animation-delay:411.2s;animation-delay:411.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4113){-webkit-animation-delay:411.3s;-moz-animation-delay:411.3s;-o-animation-delay:411.3s;animation-delay:411.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4114){-webkit-animation-delay:411.4s;-moz-animation-delay:411.4s;-o-animation-delay:411.4s;animation-delay:411.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4115){-webkit-animation-delay:411.5s;-moz-animation-delay:411.5s;-o-animation-delay:411.5s;animation-delay:411.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4116){-webkit-animation-delay:411.6s;-moz-animation-delay:411.6s;-o-animation-delay:411.6s;animation-delay:411.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4117){-webkit-animation-delay:411.7s;-moz-animation-delay:411.7s;-o-animation-delay:411.7s;animation-delay:411.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4118){-webkit-animation-delay:411.8s;-moz-animation-delay:411.8s;-o-animation-delay:411.8s;animation-delay:411.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4119){-webkit-animation-delay:411.9s;-moz-animation-delay:411.9s;-o-animation-delay:411.9s;animation-delay:411.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4120){-webkit-animation-delay:412s;-moz-animation-delay:412s;-o-animation-delay:412s;animation-delay:412s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4121){-webkit-animation-delay:412.1s;-moz-animation-delay:412.1s;-o-animation-delay:412.1s;animation-delay:412.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4122){-webkit-animation-delay:412.2s;-moz-animation-delay:412.2s;-o-animation-delay:412.2s;animation-delay:412.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4123){-webkit-animation-delay:412.3s;-moz-animation-delay:412.3s;-o-animation-delay:412.3s;animation-delay:412.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4124){-webkit-animation-delay:412.4s;-moz-animation-delay:412.4s;-o-animation-delay:412.4s;animation-delay:412.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4125){-webkit-animation-delay:412.5s;-moz-animation-delay:412.5s;-o-animation-delay:412.5s;animation-delay:412.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4126){-webkit-animation-delay:412.6s;-moz-animation-delay:412.6s;-o-animation-delay:412.6s;animation-delay:412.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4127){-webkit-animation-delay:412.7s;-moz-animation-delay:412.7s;-o-animation-delay:412.7s;animation-delay:412.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4128){-webkit-animation-delay:412.8s;-moz-animation-delay:412.8s;-o-animation-delay:412.8s;animation-delay:412.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4129){-webkit-animation-delay:412.9s;-moz-animation-delay:412.9s;-o-animation-delay:412.9s;animation-delay:412.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4130){-webkit-animation-delay:413s;-moz-animation-delay:413s;-o-animation-delay:413s;animation-delay:413s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4131){-webkit-animation-delay:413.1s;-moz-animation-delay:413.1s;-o-animation-delay:413.1s;animation-delay:413.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4132){-webkit-animation-delay:413.2s;-moz-animation-delay:413.2s;-o-animation-delay:413.2s;animation-delay:413.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4133){-webkit-animation-delay:413.3s;-moz-animation-delay:413.3s;-o-animation-delay:413.3s;animation-delay:413.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4134){-webkit-animation-delay:413.4s;-moz-animation-delay:413.4s;-o-animation-delay:413.4s;animation-delay:413.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4135){-webkit-animation-delay:413.5s;-moz-animation-delay:413.5s;-o-animation-delay:413.5s;animation-delay:413.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4136){-webkit-animation-delay:413.6s;-moz-animation-delay:413.6s;-o-animation-delay:413.6s;animation-delay:413.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4137){-webkit-animation-delay:413.7s;-moz-animation-delay:413.7s;-o-animation-delay:413.7s;animation-delay:413.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4138){-webkit-animation-delay:413.8s;-moz-animation-delay:413.8s;-o-animation-delay:413.8s;animation-delay:413.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4139){-webkit-animation-delay:413.9s;-moz-animation-delay:413.9s;-o-animation-delay:413.9s;animation-delay:413.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4140){-webkit-animation-delay:414s;-moz-animation-delay:414s;-o-animation-delay:414s;animation-delay:414s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4141){-webkit-animation-delay:414.1s;-moz-animation-delay:414.1s;-o-animation-delay:414.1s;animation-delay:414.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4142){-webkit-animation-delay:414.2s;-moz-animation-delay:414.2s;-o-animation-delay:414.2s;animation-delay:414.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4143){-webkit-animation-delay:414.3s;-moz-animation-delay:414.3s;-o-animation-delay:414.3s;animation-delay:414.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4144){-webkit-animation-delay:414.4s;-moz-animation-delay:414.4s;-o-animation-delay:414.4s;animation-delay:414.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4145){-webkit-animation-delay:414.5s;-moz-animation-delay:414.5s;-o-animation-delay:414.5s;animation-delay:414.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4146){-webkit-animation-delay:414.6s;-moz-animation-delay:414.6s;-o-animation-delay:414.6s;animation-delay:414.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4147){-webkit-animation-delay:414.7s;-moz-animation-delay:414.7s;-o-animation-delay:414.7s;animation-delay:414.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4148){-webkit-animation-delay:414.8s;-moz-animation-delay:414.8s;-o-animation-delay:414.8s;animation-delay:414.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4149){-webkit-animation-delay:414.9s;-moz-animation-delay:414.9s;-o-animation-delay:414.9s;animation-delay:414.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4150){-webkit-animation-delay:415s;-moz-animation-delay:415s;-o-animation-delay:415s;animation-delay:415s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4151){-webkit-animation-delay:415.1s;-moz-animation-delay:415.1s;-o-animation-delay:415.1s;animation-delay:415.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4152){-webkit-animation-delay:415.2s;-moz-animation-delay:415.2s;-o-animation-delay:415.2s;animation-delay:415.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4153){-webkit-animation-delay:415.3s;-moz-animation-delay:415.3s;-o-animation-delay:415.3s;animation-delay:415.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4154){-webkit-animation-delay:415.4s;-moz-animation-delay:415.4s;-o-animation-delay:415.4s;animation-delay:415.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4155){-webkit-animation-delay:415.5s;-moz-animation-delay:415.5s;-o-animation-delay:415.5s;animation-delay:415.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4156){-webkit-animation-delay:415.6s;-moz-animation-delay:415.6s;-o-animation-delay:415.6s;animation-delay:415.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4157){-webkit-animation-delay:415.7s;-moz-animation-delay:415.7s;-o-animation-delay:415.7s;animation-delay:415.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4158){-webkit-animation-delay:415.8s;-moz-animation-delay:415.8s;-o-animation-delay:415.8s;animation-delay:415.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4159){-webkit-animation-delay:415.9s;-moz-animation-delay:415.9s;-o-animation-delay:415.9s;animation-delay:415.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4160){-webkit-animation-delay:416s;-moz-animation-delay:416s;-o-animation-delay:416s;animation-delay:416s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4161){-webkit-animation-delay:416.1s;-moz-animation-delay:416.1s;-o-animation-delay:416.1s;animation-delay:416.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4162){-webkit-animation-delay:416.2s;-moz-animation-delay:416.2s;-o-animation-delay:416.2s;animation-delay:416.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4163){-webkit-animation-delay:416.3s;-moz-animation-delay:416.3s;-o-animation-delay:416.3s;animation-delay:416.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4164){-webkit-animation-delay:416.4s;-moz-animation-delay:416.4s;-o-animation-delay:416.4s;animation-delay:416.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4165){-webkit-animation-delay:416.5s;-moz-animation-delay:416.5s;-o-animation-delay:416.5s;animation-delay:416.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4166){-webkit-animation-delay:416.6s;-moz-animation-delay:416.6s;-o-animation-delay:416.6s;animation-delay:416.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4167){-webkit-animation-delay:416.7s;-moz-animation-delay:416.7s;-o-animation-delay:416.7s;animation-delay:416.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4168){-webkit-animation-delay:416.8s;-moz-animation-delay:416.8s;-o-animation-delay:416.8s;animation-delay:416.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4169){-webkit-animation-delay:416.9s;-moz-animation-delay:416.9s;-o-animation-delay:416.9s;animation-delay:416.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4170){-webkit-animation-delay:417s;-moz-animation-delay:417s;-o-animation-delay:417s;animation-delay:417s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4171){-webkit-animation-delay:417.1s;-moz-animation-delay:417.1s;-o-animation-delay:417.1s;animation-delay:417.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4172){-webkit-animation-delay:417.2s;-moz-animation-delay:417.2s;-o-animation-delay:417.2s;animation-delay:417.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4173){-webkit-animation-delay:417.3s;-moz-animation-delay:417.3s;-o-animation-delay:417.3s;animation-delay:417.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4174){-webkit-animation-delay:417.4s;-moz-animation-delay:417.4s;-o-animation-delay:417.4s;animation-delay:417.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4175){-webkit-animation-delay:417.5s;-moz-animation-delay:417.5s;-o-animation-delay:417.5s;animation-delay:417.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4176){-webkit-animation-delay:417.6s;-moz-animation-delay:417.6s;-o-animation-delay:417.6s;animation-delay:417.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4177){-webkit-animation-delay:417.7s;-moz-animation-delay:417.7s;-o-animation-delay:417.7s;animation-delay:417.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4178){-webkit-animation-delay:417.8s;-moz-animation-delay:417.8s;-o-animation-delay:417.8s;animation-delay:417.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4179){-webkit-animation-delay:417.9s;-moz-animation-delay:417.9s;-o-animation-delay:417.9s;animation-delay:417.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4180){-webkit-animation-delay:418s;-moz-animation-delay:418s;-o-animation-delay:418s;animation-delay:418s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4181){-webkit-animation-delay:418.1s;-moz-animation-delay:418.1s;-o-animation-delay:418.1s;animation-delay:418.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4182){-webkit-animation-delay:418.2s;-moz-animation-delay:418.2s;-o-animation-delay:418.2s;animation-delay:418.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4183){-webkit-animation-delay:418.3s;-moz-animation-delay:418.3s;-o-animation-delay:418.3s;animation-delay:418.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4184){-webkit-animation-delay:418.4s;-moz-animation-delay:418.4s;-o-animation-delay:418.4s;animation-delay:418.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4185){-webkit-animation-delay:418.5s;-moz-animation-delay:418.5s;-o-animation-delay:418.5s;animation-delay:418.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4186){-webkit-animation-delay:418.6s;-moz-animation-delay:418.6s;-o-animation-delay:418.6s;animation-delay:418.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4187){-webkit-animation-delay:418.7s;-moz-animation-delay:418.7s;-o-animation-delay:418.7s;animation-delay:418.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4188){-webkit-animation-delay:418.8s;-moz-animation-delay:418.8s;-o-animation-delay:418.8s;animation-delay:418.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4189){-webkit-animation-delay:418.9s;-moz-animation-delay:418.9s;-o-animation-delay:418.9s;animation-delay:418.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4190){-webkit-animation-delay:419s;-moz-animation-delay:419s;-o-animation-delay:419s;animation-delay:419s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4191){-webkit-animation-delay:419.1s;-moz-animation-delay:419.1s;-o-animation-delay:419.1s;animation-delay:419.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4192){-webkit-animation-delay:419.2s;-moz-animation-delay:419.2s;-o-animation-delay:419.2s;animation-delay:419.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4193){-webkit-animation-delay:419.3s;-moz-animation-delay:419.3s;-o-animation-delay:419.3s;animation-delay:419.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4194){-webkit-animation-delay:419.4s;-moz-animation-delay:419.4s;-o-animation-delay:419.4s;animation-delay:419.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4195){-webkit-animation-delay:419.5s;-moz-animation-delay:419.5s;-o-animation-delay:419.5s;animation-delay:419.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4196){-webkit-animation-delay:419.6s;-moz-animation-delay:419.6s;-o-animation-delay:419.6s;animation-delay:419.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4197){-webkit-animation-delay:419.7s;-moz-animation-delay:419.7s;-o-animation-delay:419.7s;animation-delay:419.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4198){-webkit-animation-delay:419.8s;-moz-animation-delay:419.8s;-o-animation-delay:419.8s;animation-delay:419.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4199){-webkit-animation-delay:419.9s;-moz-animation-delay:419.9s;-o-animation-delay:419.9s;animation-delay:419.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4200){-webkit-animation-delay:420s;-moz-animation-delay:420s;-o-animation-delay:420s;animation-delay:420s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4201){-webkit-animation-delay:420.1s;-moz-animation-delay:420.1s;-o-animation-delay:420.1s;animation-delay:420.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4202){-webkit-animation-delay:420.2s;-moz-animation-delay:420.2s;-o-animation-delay:420.2s;animation-delay:420.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4203){-webkit-animation-delay:420.3s;-moz-animation-delay:420.3s;-o-animation-delay:420.3s;animation-delay:420.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4204){-webkit-animation-delay:420.4s;-moz-animation-delay:420.4s;-o-animation-delay:420.4s;animation-delay:420.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4205){-webkit-animation-delay:420.5s;-moz-animation-delay:420.5s;-o-animation-delay:420.5s;animation-delay:420.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4206){-webkit-animation-delay:420.6s;-moz-animation-delay:420.6s;-o-animation-delay:420.6s;animation-delay:420.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4207){-webkit-animation-delay:420.7s;-moz-animation-delay:420.7s;-o-animation-delay:420.7s;animation-delay:420.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4208){-webkit-animation-delay:420.8s;-moz-animation-delay:420.8s;-o-animation-delay:420.8s;animation-delay:420.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4209){-webkit-animation-delay:420.9s;-moz-animation-delay:420.9s;-o-animation-delay:420.9s;animation-delay:420.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4210){-webkit-animation-delay:421s;-moz-animation-delay:421s;-o-animation-delay:421s;animation-delay:421s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4211){-webkit-animation-delay:421.1s;-moz-animation-delay:421.1s;-o-animation-delay:421.1s;animation-delay:421.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4212){-webkit-animation-delay:421.2s;-moz-animation-delay:421.2s;-o-animation-delay:421.2s;animation-delay:421.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4213){-webkit-animation-delay:421.3s;-moz-animation-delay:421.3s;-o-animation-delay:421.3s;animation-delay:421.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4214){-webkit-animation-delay:421.4s;-moz-animation-delay:421.4s;-o-animation-delay:421.4s;animation-delay:421.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4215){-webkit-animation-delay:421.5s;-moz-animation-delay:421.5s;-o-animation-delay:421.5s;animation-delay:421.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4216){-webkit-animation-delay:421.6s;-moz-animation-delay:421.6s;-o-animation-delay:421.6s;animation-delay:421.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4217){-webkit-animation-delay:421.7s;-moz-animation-delay:421.7s;-o-animation-delay:421.7s;animation-delay:421.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4218){-webkit-animation-delay:421.8s;-moz-animation-delay:421.8s;-o-animation-delay:421.8s;animation-delay:421.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4219){-webkit-animation-delay:421.9s;-moz-animation-delay:421.9s;-o-animation-delay:421.9s;animation-delay:421.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4220){-webkit-animation-delay:422s;-moz-animation-delay:422s;-o-animation-delay:422s;animation-delay:422s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4221){-webkit-animation-delay:422.1s;-moz-animation-delay:422.1s;-o-animation-delay:422.1s;animation-delay:422.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4222){-webkit-animation-delay:422.2s;-moz-animation-delay:422.2s;-o-animation-delay:422.2s;animation-delay:422.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4223){-webkit-animation-delay:422.3s;-moz-animation-delay:422.3s;-o-animation-delay:422.3s;animation-delay:422.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4224){-webkit-animation-delay:422.4s;-moz-animation-delay:422.4s;-o-animation-delay:422.4s;animation-delay:422.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4225){-webkit-animation-delay:422.5s;-moz-animation-delay:422.5s;-o-animation-delay:422.5s;animation-delay:422.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4226){-webkit-animation-delay:422.6s;-moz-animation-delay:422.6s;-o-animation-delay:422.6s;animation-delay:422.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4227){-webkit-animation-delay:422.7s;-moz-animation-delay:422.7s;-o-animation-delay:422.7s;animation-delay:422.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4228){-webkit-animation-delay:422.8s;-moz-animation-delay:422.8s;-o-animation-delay:422.8s;animation-delay:422.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4229){-webkit-animation-delay:422.9s;-moz-animation-delay:422.9s;-o-animation-delay:422.9s;animation-delay:422.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4230){-webkit-animation-delay:423s;-moz-animation-delay:423s;-o-animation-delay:423s;animation-delay:423s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4231){-webkit-animation-delay:423.1s;-moz-animation-delay:423.1s;-o-animation-delay:423.1s;animation-delay:423.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4232){-webkit-animation-delay:423.2s;-moz-animation-delay:423.2s;-o-animation-delay:423.2s;animation-delay:423.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4233){-webkit-animation-delay:423.3s;-moz-animation-delay:423.3s;-o-animation-delay:423.3s;animation-delay:423.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4234){-webkit-animation-delay:423.4s;-moz-animation-delay:423.4s;-o-animation-delay:423.4s;animation-delay:423.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4235){-webkit-animation-delay:423.5s;-moz-animation-delay:423.5s;-o-animation-delay:423.5s;animation-delay:423.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4236){-webkit-animation-delay:423.6s;-moz-animation-delay:423.6s;-o-animation-delay:423.6s;animation-delay:423.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4237){-webkit-animation-delay:423.7s;-moz-animation-delay:423.7s;-o-animation-delay:423.7s;animation-delay:423.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4238){-webkit-animation-delay:423.8s;-moz-animation-delay:423.8s;-o-animation-delay:423.8s;animation-delay:423.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4239){-webkit-animation-delay:423.9s;-moz-animation-delay:423.9s;-o-animation-delay:423.9s;animation-delay:423.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4240){-webkit-animation-delay:424s;-moz-animation-delay:424s;-o-animation-delay:424s;animation-delay:424s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4241){-webkit-animation-delay:424.1s;-moz-animation-delay:424.1s;-o-animation-delay:424.1s;animation-delay:424.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4242){-webkit-animation-delay:424.2s;-moz-animation-delay:424.2s;-o-animation-delay:424.2s;animation-delay:424.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4243){-webkit-animation-delay:424.3s;-moz-animation-delay:424.3s;-o-animation-delay:424.3s;animation-delay:424.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4244){-webkit-animation-delay:424.4s;-moz-animation-delay:424.4s;-o-animation-delay:424.4s;animation-delay:424.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4245){-webkit-animation-delay:424.5s;-moz-animation-delay:424.5s;-o-animation-delay:424.5s;animation-delay:424.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4246){-webkit-animation-delay:424.6s;-moz-animation-delay:424.6s;-o-animation-delay:424.6s;animation-delay:424.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4247){-webkit-animation-delay:424.7s;-moz-animation-delay:424.7s;-o-animation-delay:424.7s;animation-delay:424.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4248){-webkit-animation-delay:424.8s;-moz-animation-delay:424.8s;-o-animation-delay:424.8s;animation-delay:424.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4249){-webkit-animation-delay:424.9s;-moz-animation-delay:424.9s;-o-animation-delay:424.9s;animation-delay:424.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4250){-webkit-animation-delay:425s;-moz-animation-delay:425s;-o-animation-delay:425s;animation-delay:425s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4251){-webkit-animation-delay:425.1s;-moz-animation-delay:425.1s;-o-animation-delay:425.1s;animation-delay:425.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4252){-webkit-animation-delay:425.2s;-moz-animation-delay:425.2s;-o-animation-delay:425.2s;animation-delay:425.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4253){-webkit-animation-delay:425.3s;-moz-animation-delay:425.3s;-o-animation-delay:425.3s;animation-delay:425.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4254){-webkit-animation-delay:425.4s;-moz-animation-delay:425.4s;-o-animation-delay:425.4s;animation-delay:425.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4255){-webkit-animation-delay:425.5s;-moz-animation-delay:425.5s;-o-animation-delay:425.5s;animation-delay:425.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4256){-webkit-animation-delay:425.6s;-moz-animation-delay:425.6s;-o-animation-delay:425.6s;animation-delay:425.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4257){-webkit-animation-delay:425.7s;-moz-animation-delay:425.7s;-o-animation-delay:425.7s;animation-delay:425.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4258){-webkit-animation-delay:425.8s;-moz-animation-delay:425.8s;-o-animation-delay:425.8s;animation-delay:425.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4259){-webkit-animation-delay:425.9s;-moz-animation-delay:425.9s;-o-animation-delay:425.9s;animation-delay:425.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4260){-webkit-animation-delay:426s;-moz-animation-delay:426s;-o-animation-delay:426s;animation-delay:426s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4261){-webkit-animation-delay:426.1s;-moz-animation-delay:426.1s;-o-animation-delay:426.1s;animation-delay:426.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4262){-webkit-animation-delay:426.2s;-moz-animation-delay:426.2s;-o-animation-delay:426.2s;animation-delay:426.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4263){-webkit-animation-delay:426.3s;-moz-animation-delay:426.3s;-o-animation-delay:426.3s;animation-delay:426.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4264){-webkit-animation-delay:426.4s;-moz-animation-delay:426.4s;-o-animation-delay:426.4s;animation-delay:426.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4265){-webkit-animation-delay:426.5s;-moz-animation-delay:426.5s;-o-animation-delay:426.5s;animation-delay:426.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4266){-webkit-animation-delay:426.6s;-moz-animation-delay:426.6s;-o-animation-delay:426.6s;animation-delay:426.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4267){-webkit-animation-delay:426.7s;-moz-animation-delay:426.7s;-o-animation-delay:426.7s;animation-delay:426.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4268){-webkit-animation-delay:426.8s;-moz-animation-delay:426.8s;-o-animation-delay:426.8s;animation-delay:426.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4269){-webkit-animation-delay:426.9s;-moz-animation-delay:426.9s;-o-animation-delay:426.9s;animation-delay:426.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4270){-webkit-animation-delay:427s;-moz-animation-delay:427s;-o-animation-delay:427s;animation-delay:427s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4271){-webkit-animation-delay:427.1s;-moz-animation-delay:427.1s;-o-animation-delay:427.1s;animation-delay:427.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4272){-webkit-animation-delay:427.2s;-moz-animation-delay:427.2s;-o-animation-delay:427.2s;animation-delay:427.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4273){-webkit-animation-delay:427.3s;-moz-animation-delay:427.3s;-o-animation-delay:427.3s;animation-delay:427.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4274){-webkit-animation-delay:427.4s;-moz-animation-delay:427.4s;-o-animation-delay:427.4s;animation-delay:427.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4275){-webkit-animation-delay:427.5s;-moz-animation-delay:427.5s;-o-animation-delay:427.5s;animation-delay:427.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4276){-webkit-animation-delay:427.6s;-moz-animation-delay:427.6s;-o-animation-delay:427.6s;animation-delay:427.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4277){-webkit-animation-delay:427.7s;-moz-animation-delay:427.7s;-o-animation-delay:427.7s;animation-delay:427.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4278){-webkit-animation-delay:427.8s;-moz-animation-delay:427.8s;-o-animation-delay:427.8s;animation-delay:427.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4279){-webkit-animation-delay:427.9s;-moz-animation-delay:427.9s;-o-animation-delay:427.9s;animation-delay:427.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4280){-webkit-animation-delay:428s;-moz-animation-delay:428s;-o-animation-delay:428s;animation-delay:428s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4281){-webkit-animation-delay:428.1s;-moz-animation-delay:428.1s;-o-animation-delay:428.1s;animation-delay:428.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4282){-webkit-animation-delay:428.2s;-moz-animation-delay:428.2s;-o-animation-delay:428.2s;animation-delay:428.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4283){-webkit-animation-delay:428.3s;-moz-animation-delay:428.3s;-o-animation-delay:428.3s;animation-delay:428.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4284){-webkit-animation-delay:428.4s;-moz-animation-delay:428.4s;-o-animation-delay:428.4s;animation-delay:428.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4285){-webkit-animation-delay:428.5s;-moz-animation-delay:428.5s;-o-animation-delay:428.5s;animation-delay:428.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4286){-webkit-animation-delay:428.6s;-moz-animation-delay:428.6s;-o-animation-delay:428.6s;animation-delay:428.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4287){-webkit-animation-delay:428.7s;-moz-animation-delay:428.7s;-o-animation-delay:428.7s;animation-delay:428.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4288){-webkit-animation-delay:428.8s;-moz-animation-delay:428.8s;-o-animation-delay:428.8s;animation-delay:428.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4289){-webkit-animation-delay:428.9s;-moz-animation-delay:428.9s;-o-animation-delay:428.9s;animation-delay:428.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4290){-webkit-animation-delay:429s;-moz-animation-delay:429s;-o-animation-delay:429s;animation-delay:429s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4291){-webkit-animation-delay:429.1s;-moz-animation-delay:429.1s;-o-animation-delay:429.1s;animation-delay:429.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4292){-webkit-animation-delay:429.2s;-moz-animation-delay:429.2s;-o-animation-delay:429.2s;animation-delay:429.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4293){-webkit-animation-delay:429.3s;-moz-animation-delay:429.3s;-o-animation-delay:429.3s;animation-delay:429.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4294){-webkit-animation-delay:429.4s;-moz-animation-delay:429.4s;-o-animation-delay:429.4s;animation-delay:429.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4295){-webkit-animation-delay:429.5s;-moz-animation-delay:429.5s;-o-animation-delay:429.5s;animation-delay:429.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4296){-webkit-animation-delay:429.6s;-moz-animation-delay:429.6s;-o-animation-delay:429.6s;animation-delay:429.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4297){-webkit-animation-delay:429.7s;-moz-animation-delay:429.7s;-o-animation-delay:429.7s;animation-delay:429.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4298){-webkit-animation-delay:429.8s;-moz-animation-delay:429.8s;-o-animation-delay:429.8s;animation-delay:429.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4299){-webkit-animation-delay:429.9s;-moz-animation-delay:429.9s;-o-animation-delay:429.9s;animation-delay:429.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4300){-webkit-animation-delay:430s;-moz-animation-delay:430s;-o-animation-delay:430s;animation-delay:430s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4301){-webkit-animation-delay:430.1s;-moz-animation-delay:430.1s;-o-animation-delay:430.1s;animation-delay:430.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4302){-webkit-animation-delay:430.2s;-moz-animation-delay:430.2s;-o-animation-delay:430.2s;animation-delay:430.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4303){-webkit-animation-delay:430.3s;-moz-animation-delay:430.3s;-o-animation-delay:430.3s;animation-delay:430.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4304){-webkit-animation-delay:430.4s;-moz-animation-delay:430.4s;-o-animation-delay:430.4s;animation-delay:430.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4305){-webkit-animation-delay:430.5s;-moz-animation-delay:430.5s;-o-animation-delay:430.5s;animation-delay:430.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4306){-webkit-animation-delay:430.6s;-moz-animation-delay:430.6s;-o-animation-delay:430.6s;animation-delay:430.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4307){-webkit-animation-delay:430.7s;-moz-animation-delay:430.7s;-o-animation-delay:430.7s;animation-delay:430.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4308){-webkit-animation-delay:430.8s;-moz-animation-delay:430.8s;-o-animation-delay:430.8s;animation-delay:430.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4309){-webkit-animation-delay:430.9s;-moz-animation-delay:430.9s;-o-animation-delay:430.9s;animation-delay:430.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4310){-webkit-animation-delay:431s;-moz-animation-delay:431s;-o-animation-delay:431s;animation-delay:431s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4311){-webkit-animation-delay:431.1s;-moz-animation-delay:431.1s;-o-animation-delay:431.1s;animation-delay:431.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4312){-webkit-animation-delay:431.2s;-moz-animation-delay:431.2s;-o-animation-delay:431.2s;animation-delay:431.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4313){-webkit-animation-delay:431.3s;-moz-animation-delay:431.3s;-o-animation-delay:431.3s;animation-delay:431.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4314){-webkit-animation-delay:431.4s;-moz-animation-delay:431.4s;-o-animation-delay:431.4s;animation-delay:431.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4315){-webkit-animation-delay:431.5s;-moz-animation-delay:431.5s;-o-animation-delay:431.5s;animation-delay:431.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4316){-webkit-animation-delay:431.6s;-moz-animation-delay:431.6s;-o-animation-delay:431.6s;animation-delay:431.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4317){-webkit-animation-delay:431.7s;-moz-animation-delay:431.7s;-o-animation-delay:431.7s;animation-delay:431.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4318){-webkit-animation-delay:431.8s;-moz-animation-delay:431.8s;-o-animation-delay:431.8s;animation-delay:431.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4319){-webkit-animation-delay:431.9s;-moz-animation-delay:431.9s;-o-animation-delay:431.9s;animation-delay:431.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4320){-webkit-animation-delay:432s;-moz-animation-delay:432s;-o-animation-delay:432s;animation-delay:432s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4321){-webkit-animation-delay:432.1s;-moz-animation-delay:432.1s;-o-animation-delay:432.1s;animation-delay:432.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4322){-webkit-animation-delay:432.2s;-moz-animation-delay:432.2s;-o-animation-delay:432.2s;animation-delay:432.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4323){-webkit-animation-delay:432.3s;-moz-animation-delay:432.3s;-o-animation-delay:432.3s;animation-delay:432.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4324){-webkit-animation-delay:432.4s;-moz-animation-delay:432.4s;-o-animation-delay:432.4s;animation-delay:432.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4325){-webkit-animation-delay:432.5s;-moz-animation-delay:432.5s;-o-animation-delay:432.5s;animation-delay:432.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4326){-webkit-animation-delay:432.6s;-moz-animation-delay:432.6s;-o-animation-delay:432.6s;animation-delay:432.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4327){-webkit-animation-delay:432.7s;-moz-animation-delay:432.7s;-o-animation-delay:432.7s;animation-delay:432.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4328){-webkit-animation-delay:432.8s;-moz-animation-delay:432.8s;-o-animation-delay:432.8s;animation-delay:432.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4329){-webkit-animation-delay:432.9s;-moz-animation-delay:432.9s;-o-animation-delay:432.9s;animation-delay:432.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4330){-webkit-animation-delay:433s;-moz-animation-delay:433s;-o-animation-delay:433s;animation-delay:433s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4331){-webkit-animation-delay:433.1s;-moz-animation-delay:433.1s;-o-animation-delay:433.1s;animation-delay:433.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4332){-webkit-animation-delay:433.2s;-moz-animation-delay:433.2s;-o-animation-delay:433.2s;animation-delay:433.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4333){-webkit-animation-delay:433.3s;-moz-animation-delay:433.3s;-o-animation-delay:433.3s;animation-delay:433.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4334){-webkit-animation-delay:433.4s;-moz-animation-delay:433.4s;-o-animation-delay:433.4s;animation-delay:433.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4335){-webkit-animation-delay:433.5s;-moz-animation-delay:433.5s;-o-animation-delay:433.5s;animation-delay:433.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4336){-webkit-animation-delay:433.6s;-moz-animation-delay:433.6s;-o-animation-delay:433.6s;animation-delay:433.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4337){-webkit-animation-delay:433.7s;-moz-animation-delay:433.7s;-o-animation-delay:433.7s;animation-delay:433.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4338){-webkit-animation-delay:433.8s;-moz-animation-delay:433.8s;-o-animation-delay:433.8s;animation-delay:433.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4339){-webkit-animation-delay:433.9s;-moz-animation-delay:433.9s;-o-animation-delay:433.9s;animation-delay:433.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4340){-webkit-animation-delay:434s;-moz-animation-delay:434s;-o-animation-delay:434s;animation-delay:434s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4341){-webkit-animation-delay:434.1s;-moz-animation-delay:434.1s;-o-animation-delay:434.1s;animation-delay:434.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4342){-webkit-animation-delay:434.2s;-moz-animation-delay:434.2s;-o-animation-delay:434.2s;animation-delay:434.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4343){-webkit-animation-delay:434.3s;-moz-animation-delay:434.3s;-o-animation-delay:434.3s;animation-delay:434.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4344){-webkit-animation-delay:434.4s;-moz-animation-delay:434.4s;-o-animation-delay:434.4s;animation-delay:434.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4345){-webkit-animation-delay:434.5s;-moz-animation-delay:434.5s;-o-animation-delay:434.5s;animation-delay:434.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4346){-webkit-animation-delay:434.6s;-moz-animation-delay:434.6s;-o-animation-delay:434.6s;animation-delay:434.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4347){-webkit-animation-delay:434.7s;-moz-animation-delay:434.7s;-o-animation-delay:434.7s;animation-delay:434.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4348){-webkit-animation-delay:434.8s;-moz-animation-delay:434.8s;-o-animation-delay:434.8s;animation-delay:434.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4349){-webkit-animation-delay:434.9s;-moz-animation-delay:434.9s;-o-animation-delay:434.9s;animation-delay:434.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4350){-webkit-animation-delay:435s;-moz-animation-delay:435s;-o-animation-delay:435s;animation-delay:435s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4351){-webkit-animation-delay:435.1s;-moz-animation-delay:435.1s;-o-animation-delay:435.1s;animation-delay:435.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4352){-webkit-animation-delay:435.2s;-moz-animation-delay:435.2s;-o-animation-delay:435.2s;animation-delay:435.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4353){-webkit-animation-delay:435.3s;-moz-animation-delay:435.3s;-o-animation-delay:435.3s;animation-delay:435.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4354){-webkit-animation-delay:435.4s;-moz-animation-delay:435.4s;-o-animation-delay:435.4s;animation-delay:435.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4355){-webkit-animation-delay:435.5s;-moz-animation-delay:435.5s;-o-animation-delay:435.5s;animation-delay:435.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4356){-webkit-animation-delay:435.6s;-moz-animation-delay:435.6s;-o-animation-delay:435.6s;animation-delay:435.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4357){-webkit-animation-delay:435.7s;-moz-animation-delay:435.7s;-o-animation-delay:435.7s;animation-delay:435.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4358){-webkit-animation-delay:435.8s;-moz-animation-delay:435.8s;-o-animation-delay:435.8s;animation-delay:435.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4359){-webkit-animation-delay:435.9s;-moz-animation-delay:435.9s;-o-animation-delay:435.9s;animation-delay:435.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4360){-webkit-animation-delay:436s;-moz-animation-delay:436s;-o-animation-delay:436s;animation-delay:436s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4361){-webkit-animation-delay:436.1s;-moz-animation-delay:436.1s;-o-animation-delay:436.1s;animation-delay:436.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4362){-webkit-animation-delay:436.2s;-moz-animation-delay:436.2s;-o-animation-delay:436.2s;animation-delay:436.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4363){-webkit-animation-delay:436.3s;-moz-animation-delay:436.3s;-o-animation-delay:436.3s;animation-delay:436.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4364){-webkit-animation-delay:436.4s;-moz-animation-delay:436.4s;-o-animation-delay:436.4s;animation-delay:436.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4365){-webkit-animation-delay:436.5s;-moz-animation-delay:436.5s;-o-animation-delay:436.5s;animation-delay:436.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4366){-webkit-animation-delay:436.6s;-moz-animation-delay:436.6s;-o-animation-delay:436.6s;animation-delay:436.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4367){-webkit-animation-delay:436.7s;-moz-animation-delay:436.7s;-o-animation-delay:436.7s;animation-delay:436.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4368){-webkit-animation-delay:436.8s;-moz-animation-delay:436.8s;-o-animation-delay:436.8s;animation-delay:436.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4369){-webkit-animation-delay:436.9s;-moz-animation-delay:436.9s;-o-animation-delay:436.9s;animation-delay:436.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4370){-webkit-animation-delay:437s;-moz-animation-delay:437s;-o-animation-delay:437s;animation-delay:437s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4371){-webkit-animation-delay:437.1s;-moz-animation-delay:437.1s;-o-animation-delay:437.1s;animation-delay:437.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4372){-webkit-animation-delay:437.2s;-moz-animation-delay:437.2s;-o-animation-delay:437.2s;animation-delay:437.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4373){-webkit-animation-delay:437.3s;-moz-animation-delay:437.3s;-o-animation-delay:437.3s;animation-delay:437.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4374){-webkit-animation-delay:437.4s;-moz-animation-delay:437.4s;-o-animation-delay:437.4s;animation-delay:437.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4375){-webkit-animation-delay:437.5s;-moz-animation-delay:437.5s;-o-animation-delay:437.5s;animation-delay:437.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4376){-webkit-animation-delay:437.6s;-moz-animation-delay:437.6s;-o-animation-delay:437.6s;animation-delay:437.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4377){-webkit-animation-delay:437.7s;-moz-animation-delay:437.7s;-o-animation-delay:437.7s;animation-delay:437.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4378){-webkit-animation-delay:437.8s;-moz-animation-delay:437.8s;-o-animation-delay:437.8s;animation-delay:437.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4379){-webkit-animation-delay:437.9s;-moz-animation-delay:437.9s;-o-animation-delay:437.9s;animation-delay:437.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4380){-webkit-animation-delay:438s;-moz-animation-delay:438s;-o-animation-delay:438s;animation-delay:438s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4381){-webkit-animation-delay:438.1s;-moz-animation-delay:438.1s;-o-animation-delay:438.1s;animation-delay:438.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4382){-webkit-animation-delay:438.2s;-moz-animation-delay:438.2s;-o-animation-delay:438.2s;animation-delay:438.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4383){-webkit-animation-delay:438.3s;-moz-animation-delay:438.3s;-o-animation-delay:438.3s;animation-delay:438.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4384){-webkit-animation-delay:438.4s;-moz-animation-delay:438.4s;-o-animation-delay:438.4s;animation-delay:438.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4385){-webkit-animation-delay:438.5s;-moz-animation-delay:438.5s;-o-animation-delay:438.5s;animation-delay:438.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4386){-webkit-animation-delay:438.6s;-moz-animation-delay:438.6s;-o-animation-delay:438.6s;animation-delay:438.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4387){-webkit-animation-delay:438.7s;-moz-animation-delay:438.7s;-o-animation-delay:438.7s;animation-delay:438.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4388){-webkit-animation-delay:438.8s;-moz-animation-delay:438.8s;-o-animation-delay:438.8s;animation-delay:438.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4389){-webkit-animation-delay:438.9s;-moz-animation-delay:438.9s;-o-animation-delay:438.9s;animation-delay:438.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4390){-webkit-animation-delay:439s;-moz-animation-delay:439s;-o-animation-delay:439s;animation-delay:439s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4391){-webkit-animation-delay:439.1s;-moz-animation-delay:439.1s;-o-animation-delay:439.1s;animation-delay:439.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4392){-webkit-animation-delay:439.2s;-moz-animation-delay:439.2s;-o-animation-delay:439.2s;animation-delay:439.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4393){-webkit-animation-delay:439.3s;-moz-animation-delay:439.3s;-o-animation-delay:439.3s;animation-delay:439.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4394){-webkit-animation-delay:439.4s;-moz-animation-delay:439.4s;-o-animation-delay:439.4s;animation-delay:439.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4395){-webkit-animation-delay:439.5s;-moz-animation-delay:439.5s;-o-animation-delay:439.5s;animation-delay:439.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4396){-webkit-animation-delay:439.6s;-moz-animation-delay:439.6s;-o-animation-delay:439.6s;animation-delay:439.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4397){-webkit-animation-delay:439.7s;-moz-animation-delay:439.7s;-o-animation-delay:439.7s;animation-delay:439.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4398){-webkit-animation-delay:439.8s;-moz-animation-delay:439.8s;-o-animation-delay:439.8s;animation-delay:439.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4399){-webkit-animation-delay:439.9s;-moz-animation-delay:439.9s;-o-animation-delay:439.9s;animation-delay:439.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4400){-webkit-animation-delay:440s;-moz-animation-delay:440s;-o-animation-delay:440s;animation-delay:440s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4401){-webkit-animation-delay:440.1s;-moz-animation-delay:440.1s;-o-animation-delay:440.1s;animation-delay:440.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4402){-webkit-animation-delay:440.2s;-moz-animation-delay:440.2s;-o-animation-delay:440.2s;animation-delay:440.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4403){-webkit-animation-delay:440.3s;-moz-animation-delay:440.3s;-o-animation-delay:440.3s;animation-delay:440.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4404){-webkit-animation-delay:440.4s;-moz-animation-delay:440.4s;-o-animation-delay:440.4s;animation-delay:440.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4405){-webkit-animation-delay:440.5s;-moz-animation-delay:440.5s;-o-animation-delay:440.5s;animation-delay:440.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4406){-webkit-animation-delay:440.6s;-moz-animation-delay:440.6s;-o-animation-delay:440.6s;animation-delay:440.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4407){-webkit-animation-delay:440.7s;-moz-animation-delay:440.7s;-o-animation-delay:440.7s;animation-delay:440.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4408){-webkit-animation-delay:440.8s;-moz-animation-delay:440.8s;-o-animation-delay:440.8s;animation-delay:440.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4409){-webkit-animation-delay:440.9s;-moz-animation-delay:440.9s;-o-animation-delay:440.9s;animation-delay:440.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4410){-webkit-animation-delay:441s;-moz-animation-delay:441s;-o-animation-delay:441s;animation-delay:441s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4411){-webkit-animation-delay:441.1s;-moz-animation-delay:441.1s;-o-animation-delay:441.1s;animation-delay:441.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4412){-webkit-animation-delay:441.2s;-moz-animation-delay:441.2s;-o-animation-delay:441.2s;animation-delay:441.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4413){-webkit-animation-delay:441.3s;-moz-animation-delay:441.3s;-o-animation-delay:441.3s;animation-delay:441.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4414){-webkit-animation-delay:441.4s;-moz-animation-delay:441.4s;-o-animation-delay:441.4s;animation-delay:441.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4415){-webkit-animation-delay:441.5s;-moz-animation-delay:441.5s;-o-animation-delay:441.5s;animation-delay:441.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4416){-webkit-animation-delay:441.6s;-moz-animation-delay:441.6s;-o-animation-delay:441.6s;animation-delay:441.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4417){-webkit-animation-delay:441.7s;-moz-animation-delay:441.7s;-o-animation-delay:441.7s;animation-delay:441.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4418){-webkit-animation-delay:441.8s;-moz-animation-delay:441.8s;-o-animation-delay:441.8s;animation-delay:441.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4419){-webkit-animation-delay:441.9s;-moz-animation-delay:441.9s;-o-animation-delay:441.9s;animation-delay:441.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4420){-webkit-animation-delay:442s;-moz-animation-delay:442s;-o-animation-delay:442s;animation-delay:442s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4421){-webkit-animation-delay:442.1s;-moz-animation-delay:442.1s;-o-animation-delay:442.1s;animation-delay:442.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4422){-webkit-animation-delay:442.2s;-moz-animation-delay:442.2s;-o-animation-delay:442.2s;animation-delay:442.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4423){-webkit-animation-delay:442.3s;-moz-animation-delay:442.3s;-o-animation-delay:442.3s;animation-delay:442.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4424){-webkit-animation-delay:442.4s;-moz-animation-delay:442.4s;-o-animation-delay:442.4s;animation-delay:442.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4425){-webkit-animation-delay:442.5s;-moz-animation-delay:442.5s;-o-animation-delay:442.5s;animation-delay:442.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4426){-webkit-animation-delay:442.6s;-moz-animation-delay:442.6s;-o-animation-delay:442.6s;animation-delay:442.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4427){-webkit-animation-delay:442.7s;-moz-animation-delay:442.7s;-o-animation-delay:442.7s;animation-delay:442.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4428){-webkit-animation-delay:442.8s;-moz-animation-delay:442.8s;-o-animation-delay:442.8s;animation-delay:442.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4429){-webkit-animation-delay:442.9s;-moz-animation-delay:442.9s;-o-animation-delay:442.9s;animation-delay:442.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4430){-webkit-animation-delay:443s;-moz-animation-delay:443s;-o-animation-delay:443s;animation-delay:443s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4431){-webkit-animation-delay:443.1s;-moz-animation-delay:443.1s;-o-animation-delay:443.1s;animation-delay:443.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4432){-webkit-animation-delay:443.2s;-moz-animation-delay:443.2s;-o-animation-delay:443.2s;animation-delay:443.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4433){-webkit-animation-delay:443.3s;-moz-animation-delay:443.3s;-o-animation-delay:443.3s;animation-delay:443.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4434){-webkit-animation-delay:443.4s;-moz-animation-delay:443.4s;-o-animation-delay:443.4s;animation-delay:443.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4435){-webkit-animation-delay:443.5s;-moz-animation-delay:443.5s;-o-animation-delay:443.5s;animation-delay:443.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4436){-webkit-animation-delay:443.6s;-moz-animation-delay:443.6s;-o-animation-delay:443.6s;animation-delay:443.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4437){-webkit-animation-delay:443.7s;-moz-animation-delay:443.7s;-o-animation-delay:443.7s;animation-delay:443.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4438){-webkit-animation-delay:443.8s;-moz-animation-delay:443.8s;-o-animation-delay:443.8s;animation-delay:443.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4439){-webkit-animation-delay:443.9s;-moz-animation-delay:443.9s;-o-animation-delay:443.9s;animation-delay:443.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4440){-webkit-animation-delay:444s;-moz-animation-delay:444s;-o-animation-delay:444s;animation-delay:444s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4441){-webkit-animation-delay:444.1s;-moz-animation-delay:444.1s;-o-animation-delay:444.1s;animation-delay:444.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4442){-webkit-animation-delay:444.2s;-moz-animation-delay:444.2s;-o-animation-delay:444.2s;animation-delay:444.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4443){-webkit-animation-delay:444.3s;-moz-animation-delay:444.3s;-o-animation-delay:444.3s;animation-delay:444.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4444){-webkit-animation-delay:444.4s;-moz-animation-delay:444.4s;-o-animation-delay:444.4s;animation-delay:444.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4445){-webkit-animation-delay:444.5s;-moz-animation-delay:444.5s;-o-animation-delay:444.5s;animation-delay:444.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4446){-webkit-animation-delay:444.6s;-moz-animation-delay:444.6s;-o-animation-delay:444.6s;animation-delay:444.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4447){-webkit-animation-delay:444.7s;-moz-animation-delay:444.7s;-o-animation-delay:444.7s;animation-delay:444.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4448){-webkit-animation-delay:444.8s;-moz-animation-delay:444.8s;-o-animation-delay:444.8s;animation-delay:444.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4449){-webkit-animation-delay:444.9s;-moz-animation-delay:444.9s;-o-animation-delay:444.9s;animation-delay:444.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4450){-webkit-animation-delay:445s;-moz-animation-delay:445s;-o-animation-delay:445s;animation-delay:445s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4451){-webkit-animation-delay:445.1s;-moz-animation-delay:445.1s;-o-animation-delay:445.1s;animation-delay:445.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4452){-webkit-animation-delay:445.2s;-moz-animation-delay:445.2s;-o-animation-delay:445.2s;animation-delay:445.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4453){-webkit-animation-delay:445.3s;-moz-animation-delay:445.3s;-o-animation-delay:445.3s;animation-delay:445.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4454){-webkit-animation-delay:445.4s;-moz-animation-delay:445.4s;-o-animation-delay:445.4s;animation-delay:445.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4455){-webkit-animation-delay:445.5s;-moz-animation-delay:445.5s;-o-animation-delay:445.5s;animation-delay:445.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4456){-webkit-animation-delay:445.6s;-moz-animation-delay:445.6s;-o-animation-delay:445.6s;animation-delay:445.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4457){-webkit-animation-delay:445.7s;-moz-animation-delay:445.7s;-o-animation-delay:445.7s;animation-delay:445.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4458){-webkit-animation-delay:445.8s;-moz-animation-delay:445.8s;-o-animation-delay:445.8s;animation-delay:445.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4459){-webkit-animation-delay:445.9s;-moz-animation-delay:445.9s;-o-animation-delay:445.9s;animation-delay:445.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4460){-webkit-animation-delay:446s;-moz-animation-delay:446s;-o-animation-delay:446s;animation-delay:446s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4461){-webkit-animation-delay:446.1s;-moz-animation-delay:446.1s;-o-animation-delay:446.1s;animation-delay:446.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4462){-webkit-animation-delay:446.2s;-moz-animation-delay:446.2s;-o-animation-delay:446.2s;animation-delay:446.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4463){-webkit-animation-delay:446.3s;-moz-animation-delay:446.3s;-o-animation-delay:446.3s;animation-delay:446.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4464){-webkit-animation-delay:446.4s;-moz-animation-delay:446.4s;-o-animation-delay:446.4s;animation-delay:446.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4465){-webkit-animation-delay:446.5s;-moz-animation-delay:446.5s;-o-animation-delay:446.5s;animation-delay:446.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4466){-webkit-animation-delay:446.6s;-moz-animation-delay:446.6s;-o-animation-delay:446.6s;animation-delay:446.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4467){-webkit-animation-delay:446.7s;-moz-animation-delay:446.7s;-o-animation-delay:446.7s;animation-delay:446.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4468){-webkit-animation-delay:446.8s;-moz-animation-delay:446.8s;-o-animation-delay:446.8s;animation-delay:446.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4469){-webkit-animation-delay:446.9s;-moz-animation-delay:446.9s;-o-animation-delay:446.9s;animation-delay:446.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4470){-webkit-animation-delay:447s;-moz-animation-delay:447s;-o-animation-delay:447s;animation-delay:447s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4471){-webkit-animation-delay:447.1s;-moz-animation-delay:447.1s;-o-animation-delay:447.1s;animation-delay:447.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4472){-webkit-animation-delay:447.2s;-moz-animation-delay:447.2s;-o-animation-delay:447.2s;animation-delay:447.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4473){-webkit-animation-delay:447.3s;-moz-animation-delay:447.3s;-o-animation-delay:447.3s;animation-delay:447.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4474){-webkit-animation-delay:447.4s;-moz-animation-delay:447.4s;-o-animation-delay:447.4s;animation-delay:447.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4475){-webkit-animation-delay:447.5s;-moz-animation-delay:447.5s;-o-animation-delay:447.5s;animation-delay:447.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4476){-webkit-animation-delay:447.6s;-moz-animation-delay:447.6s;-o-animation-delay:447.6s;animation-delay:447.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4477){-webkit-animation-delay:447.7s;-moz-animation-delay:447.7s;-o-animation-delay:447.7s;animation-delay:447.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4478){-webkit-animation-delay:447.8s;-moz-animation-delay:447.8s;-o-animation-delay:447.8s;animation-delay:447.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4479){-webkit-animation-delay:447.9s;-moz-animation-delay:447.9s;-o-animation-delay:447.9s;animation-delay:447.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4480){-webkit-animation-delay:448s;-moz-animation-delay:448s;-o-animation-delay:448s;animation-delay:448s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4481){-webkit-animation-delay:448.1s;-moz-animation-delay:448.1s;-o-animation-delay:448.1s;animation-delay:448.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4482){-webkit-animation-delay:448.2s;-moz-animation-delay:448.2s;-o-animation-delay:448.2s;animation-delay:448.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4483){-webkit-animation-delay:448.3s;-moz-animation-delay:448.3s;-o-animation-delay:448.3s;animation-delay:448.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4484){-webkit-animation-delay:448.4s;-moz-animation-delay:448.4s;-o-animation-delay:448.4s;animation-delay:448.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4485){-webkit-animation-delay:448.5s;-moz-animation-delay:448.5s;-o-animation-delay:448.5s;animation-delay:448.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4486){-webkit-animation-delay:448.6s;-moz-animation-delay:448.6s;-o-animation-delay:448.6s;animation-delay:448.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4487){-webkit-animation-delay:448.7s;-moz-animation-delay:448.7s;-o-animation-delay:448.7s;animation-delay:448.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4488){-webkit-animation-delay:448.8s;-moz-animation-delay:448.8s;-o-animation-delay:448.8s;animation-delay:448.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4489){-webkit-animation-delay:448.9s;-moz-animation-delay:448.9s;-o-animation-delay:448.9s;animation-delay:448.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4490){-webkit-animation-delay:449s;-moz-animation-delay:449s;-o-animation-delay:449s;animation-delay:449s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4491){-webkit-animation-delay:449.1s;-moz-animation-delay:449.1s;-o-animation-delay:449.1s;animation-delay:449.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4492){-webkit-animation-delay:449.2s;-moz-animation-delay:449.2s;-o-animation-delay:449.2s;animation-delay:449.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4493){-webkit-animation-delay:449.3s;-moz-animation-delay:449.3s;-o-animation-delay:449.3s;animation-delay:449.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4494){-webkit-animation-delay:449.4s;-moz-animation-delay:449.4s;-o-animation-delay:449.4s;animation-delay:449.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4495){-webkit-animation-delay:449.5s;-moz-animation-delay:449.5s;-o-animation-delay:449.5s;animation-delay:449.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4496){-webkit-animation-delay:449.6s;-moz-animation-delay:449.6s;-o-animation-delay:449.6s;animation-delay:449.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4497){-webkit-animation-delay:449.7s;-moz-animation-delay:449.7s;-o-animation-delay:449.7s;animation-delay:449.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4498){-webkit-animation-delay:449.8s;-moz-animation-delay:449.8s;-o-animation-delay:449.8s;animation-delay:449.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4499){-webkit-animation-delay:449.9s;-moz-animation-delay:449.9s;-o-animation-delay:449.9s;animation-delay:449.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4500){-webkit-animation-delay:450s;-moz-animation-delay:450s;-o-animation-delay:450s;animation-delay:450s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4501){-webkit-animation-delay:450.1s;-moz-animation-delay:450.1s;-o-animation-delay:450.1s;animation-delay:450.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4502){-webkit-animation-delay:450.2s;-moz-animation-delay:450.2s;-o-animation-delay:450.2s;animation-delay:450.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4503){-webkit-animation-delay:450.3s;-moz-animation-delay:450.3s;-o-animation-delay:450.3s;animation-delay:450.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4504){-webkit-animation-delay:450.4s;-moz-animation-delay:450.4s;-o-animation-delay:450.4s;animation-delay:450.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4505){-webkit-animation-delay:450.5s;-moz-animation-delay:450.5s;-o-animation-delay:450.5s;animation-delay:450.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4506){-webkit-animation-delay:450.6s;-moz-animation-delay:450.6s;-o-animation-delay:450.6s;animation-delay:450.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4507){-webkit-animation-delay:450.7s;-moz-animation-delay:450.7s;-o-animation-delay:450.7s;animation-delay:450.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4508){-webkit-animation-delay:450.8s;-moz-animation-delay:450.8s;-o-animation-delay:450.8s;animation-delay:450.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4509){-webkit-animation-delay:450.9s;-moz-animation-delay:450.9s;-o-animation-delay:450.9s;animation-delay:450.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4510){-webkit-animation-delay:451s;-moz-animation-delay:451s;-o-animation-delay:451s;animation-delay:451s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4511){-webkit-animation-delay:451.1s;-moz-animation-delay:451.1s;-o-animation-delay:451.1s;animation-delay:451.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4512){-webkit-animation-delay:451.2s;-moz-animation-delay:451.2s;-o-animation-delay:451.2s;animation-delay:451.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4513){-webkit-animation-delay:451.3s;-moz-animation-delay:451.3s;-o-animation-delay:451.3s;animation-delay:451.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4514){-webkit-animation-delay:451.4s;-moz-animation-delay:451.4s;-o-animation-delay:451.4s;animation-delay:451.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4515){-webkit-animation-delay:451.5s;-moz-animation-delay:451.5s;-o-animation-delay:451.5s;animation-delay:451.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4516){-webkit-animation-delay:451.6s;-moz-animation-delay:451.6s;-o-animation-delay:451.6s;animation-delay:451.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4517){-webkit-animation-delay:451.7s;-moz-animation-delay:451.7s;-o-animation-delay:451.7s;animation-delay:451.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4518){-webkit-animation-delay:451.8s;-moz-animation-delay:451.8s;-o-animation-delay:451.8s;animation-delay:451.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4519){-webkit-animation-delay:451.9s;-moz-animation-delay:451.9s;-o-animation-delay:451.9s;animation-delay:451.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4520){-webkit-animation-delay:452s;-moz-animation-delay:452s;-o-animation-delay:452s;animation-delay:452s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4521){-webkit-animation-delay:452.1s;-moz-animation-delay:452.1s;-o-animation-delay:452.1s;animation-delay:452.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4522){-webkit-animation-delay:452.2s;-moz-animation-delay:452.2s;-o-animation-delay:452.2s;animation-delay:452.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4523){-webkit-animation-delay:452.3s;-moz-animation-delay:452.3s;-o-animation-delay:452.3s;animation-delay:452.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4524){-webkit-animation-delay:452.4s;-moz-animation-delay:452.4s;-o-animation-delay:452.4s;animation-delay:452.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4525){-webkit-animation-delay:452.5s;-moz-animation-delay:452.5s;-o-animation-delay:452.5s;animation-delay:452.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4526){-webkit-animation-delay:452.6s;-moz-animation-delay:452.6s;-o-animation-delay:452.6s;animation-delay:452.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4527){-webkit-animation-delay:452.7s;-moz-animation-delay:452.7s;-o-animation-delay:452.7s;animation-delay:452.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4528){-webkit-animation-delay:452.8s;-moz-animation-delay:452.8s;-o-animation-delay:452.8s;animation-delay:452.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4529){-webkit-animation-delay:452.9s;-moz-animation-delay:452.9s;-o-animation-delay:452.9s;animation-delay:452.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4530){-webkit-animation-delay:453s;-moz-animation-delay:453s;-o-animation-delay:453s;animation-delay:453s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4531){-webkit-animation-delay:453.1s;-moz-animation-delay:453.1s;-o-animation-delay:453.1s;animation-delay:453.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4532){-webkit-animation-delay:453.2s;-moz-animation-delay:453.2s;-o-animation-delay:453.2s;animation-delay:453.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4533){-webkit-animation-delay:453.3s;-moz-animation-delay:453.3s;-o-animation-delay:453.3s;animation-delay:453.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4534){-webkit-animation-delay:453.4s;-moz-animation-delay:453.4s;-o-animation-delay:453.4s;animation-delay:453.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4535){-webkit-animation-delay:453.5s;-moz-animation-delay:453.5s;-o-animation-delay:453.5s;animation-delay:453.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4536){-webkit-animation-delay:453.6s;-moz-animation-delay:453.6s;-o-animation-delay:453.6s;animation-delay:453.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4537){-webkit-animation-delay:453.7s;-moz-animation-delay:453.7s;-o-animation-delay:453.7s;animation-delay:453.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4538){-webkit-animation-delay:453.8s;-moz-animation-delay:453.8s;-o-animation-delay:453.8s;animation-delay:453.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4539){-webkit-animation-delay:453.9s;-moz-animation-delay:453.9s;-o-animation-delay:453.9s;animation-delay:453.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4540){-webkit-animation-delay:454s;-moz-animation-delay:454s;-o-animation-delay:454s;animation-delay:454s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4541){-webkit-animation-delay:454.1s;-moz-animation-delay:454.1s;-o-animation-delay:454.1s;animation-delay:454.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4542){-webkit-animation-delay:454.2s;-moz-animation-delay:454.2s;-o-animation-delay:454.2s;animation-delay:454.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4543){-webkit-animation-delay:454.3s;-moz-animation-delay:454.3s;-o-animation-delay:454.3s;animation-delay:454.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4544){-webkit-animation-delay:454.4s;-moz-animation-delay:454.4s;-o-animation-delay:454.4s;animation-delay:454.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4545){-webkit-animation-delay:454.5s;-moz-animation-delay:454.5s;-o-animation-delay:454.5s;animation-delay:454.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4546){-webkit-animation-delay:454.6s;-moz-animation-delay:454.6s;-o-animation-delay:454.6s;animation-delay:454.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4547){-webkit-animation-delay:454.7s;-moz-animation-delay:454.7s;-o-animation-delay:454.7s;animation-delay:454.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4548){-webkit-animation-delay:454.8s;-moz-animation-delay:454.8s;-o-animation-delay:454.8s;animation-delay:454.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4549){-webkit-animation-delay:454.9s;-moz-animation-delay:454.9s;-o-animation-delay:454.9s;animation-delay:454.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4550){-webkit-animation-delay:455s;-moz-animation-delay:455s;-o-animation-delay:455s;animation-delay:455s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4551){-webkit-animation-delay:455.1s;-moz-animation-delay:455.1s;-o-animation-delay:455.1s;animation-delay:455.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4552){-webkit-animation-delay:455.2s;-moz-animation-delay:455.2s;-o-animation-delay:455.2s;animation-delay:455.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4553){-webkit-animation-delay:455.3s;-moz-animation-delay:455.3s;-o-animation-delay:455.3s;animation-delay:455.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4554){-webkit-animation-delay:455.4s;-moz-animation-delay:455.4s;-o-animation-delay:455.4s;animation-delay:455.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4555){-webkit-animation-delay:455.5s;-moz-animation-delay:455.5s;-o-animation-delay:455.5s;animation-delay:455.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4556){-webkit-animation-delay:455.6s;-moz-animation-delay:455.6s;-o-animation-delay:455.6s;animation-delay:455.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4557){-webkit-animation-delay:455.7s;-moz-animation-delay:455.7s;-o-animation-delay:455.7s;animation-delay:455.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4558){-webkit-animation-delay:455.8s;-moz-animation-delay:455.8s;-o-animation-delay:455.8s;animation-delay:455.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4559){-webkit-animation-delay:455.9s;-moz-animation-delay:455.9s;-o-animation-delay:455.9s;animation-delay:455.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4560){-webkit-animation-delay:456s;-moz-animation-delay:456s;-o-animation-delay:456s;animation-delay:456s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4561){-webkit-animation-delay:456.1s;-moz-animation-delay:456.1s;-o-animation-delay:456.1s;animation-delay:456.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4562){-webkit-animation-delay:456.2s;-moz-animation-delay:456.2s;-o-animation-delay:456.2s;animation-delay:456.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4563){-webkit-animation-delay:456.3s;-moz-animation-delay:456.3s;-o-animation-delay:456.3s;animation-delay:456.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4564){-webkit-animation-delay:456.4s;-moz-animation-delay:456.4s;-o-animation-delay:456.4s;animation-delay:456.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4565){-webkit-animation-delay:456.5s;-moz-animation-delay:456.5s;-o-animation-delay:456.5s;animation-delay:456.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4566){-webkit-animation-delay:456.6s;-moz-animation-delay:456.6s;-o-animation-delay:456.6s;animation-delay:456.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4567){-webkit-animation-delay:456.7s;-moz-animation-delay:456.7s;-o-animation-delay:456.7s;animation-delay:456.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4568){-webkit-animation-delay:456.8s;-moz-animation-delay:456.8s;-o-animation-delay:456.8s;animation-delay:456.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4569){-webkit-animation-delay:456.9s;-moz-animation-delay:456.9s;-o-animation-delay:456.9s;animation-delay:456.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4570){-webkit-animation-delay:457s;-moz-animation-delay:457s;-o-animation-delay:457s;animation-delay:457s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4571){-webkit-animation-delay:457.1s;-moz-animation-delay:457.1s;-o-animation-delay:457.1s;animation-delay:457.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4572){-webkit-animation-delay:457.2s;-moz-animation-delay:457.2s;-o-animation-delay:457.2s;animation-delay:457.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4573){-webkit-animation-delay:457.3s;-moz-animation-delay:457.3s;-o-animation-delay:457.3s;animation-delay:457.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4574){-webkit-animation-delay:457.4s;-moz-animation-delay:457.4s;-o-animation-delay:457.4s;animation-delay:457.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4575){-webkit-animation-delay:457.5s;-moz-animation-delay:457.5s;-o-animation-delay:457.5s;animation-delay:457.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4576){-webkit-animation-delay:457.6s;-moz-animation-delay:457.6s;-o-animation-delay:457.6s;animation-delay:457.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4577){-webkit-animation-delay:457.7s;-moz-animation-delay:457.7s;-o-animation-delay:457.7s;animation-delay:457.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4578){-webkit-animation-delay:457.8s;-moz-animation-delay:457.8s;-o-animation-delay:457.8s;animation-delay:457.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4579){-webkit-animation-delay:457.9s;-moz-animation-delay:457.9s;-o-animation-delay:457.9s;animation-delay:457.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4580){-webkit-animation-delay:458s;-moz-animation-delay:458s;-o-animation-delay:458s;animation-delay:458s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4581){-webkit-animation-delay:458.1s;-moz-animation-delay:458.1s;-o-animation-delay:458.1s;animation-delay:458.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4582){-webkit-animation-delay:458.2s;-moz-animation-delay:458.2s;-o-animation-delay:458.2s;animation-delay:458.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4583){-webkit-animation-delay:458.3s;-moz-animation-delay:458.3s;-o-animation-delay:458.3s;animation-delay:458.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4584){-webkit-animation-delay:458.4s;-moz-animation-delay:458.4s;-o-animation-delay:458.4s;animation-delay:458.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4585){-webkit-animation-delay:458.5s;-moz-animation-delay:458.5s;-o-animation-delay:458.5s;animation-delay:458.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4586){-webkit-animation-delay:458.6s;-moz-animation-delay:458.6s;-o-animation-delay:458.6s;animation-delay:458.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4587){-webkit-animation-delay:458.7s;-moz-animation-delay:458.7s;-o-animation-delay:458.7s;animation-delay:458.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4588){-webkit-animation-delay:458.8s;-moz-animation-delay:458.8s;-o-animation-delay:458.8s;animation-delay:458.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4589){-webkit-animation-delay:458.9s;-moz-animation-delay:458.9s;-o-animation-delay:458.9s;animation-delay:458.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4590){-webkit-animation-delay:459s;-moz-animation-delay:459s;-o-animation-delay:459s;animation-delay:459s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4591){-webkit-animation-delay:459.1s;-moz-animation-delay:459.1s;-o-animation-delay:459.1s;animation-delay:459.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4592){-webkit-animation-delay:459.2s;-moz-animation-delay:459.2s;-o-animation-delay:459.2s;animation-delay:459.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4593){-webkit-animation-delay:459.3s;-moz-animation-delay:459.3s;-o-animation-delay:459.3s;animation-delay:459.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4594){-webkit-animation-delay:459.4s;-moz-animation-delay:459.4s;-o-animation-delay:459.4s;animation-delay:459.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4595){-webkit-animation-delay:459.5s;-moz-animation-delay:459.5s;-o-animation-delay:459.5s;animation-delay:459.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4596){-webkit-animation-delay:459.6s;-moz-animation-delay:459.6s;-o-animation-delay:459.6s;animation-delay:459.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4597){-webkit-animation-delay:459.7s;-moz-animation-delay:459.7s;-o-animation-delay:459.7s;animation-delay:459.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4598){-webkit-animation-delay:459.8s;-moz-animation-delay:459.8s;-o-animation-delay:459.8s;animation-delay:459.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4599){-webkit-animation-delay:459.9s;-moz-animation-delay:459.9s;-o-animation-delay:459.9s;animation-delay:459.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4600){-webkit-animation-delay:460s;-moz-animation-delay:460s;-o-animation-delay:460s;animation-delay:460s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4601){-webkit-animation-delay:460.1s;-moz-animation-delay:460.1s;-o-animation-delay:460.1s;animation-delay:460.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4602){-webkit-animation-delay:460.2s;-moz-animation-delay:460.2s;-o-animation-delay:460.2s;animation-delay:460.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4603){-webkit-animation-delay:460.3s;-moz-animation-delay:460.3s;-o-animation-delay:460.3s;animation-delay:460.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4604){-webkit-animation-delay:460.4s;-moz-animation-delay:460.4s;-o-animation-delay:460.4s;animation-delay:460.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4605){-webkit-animation-delay:460.5s;-moz-animation-delay:460.5s;-o-animation-delay:460.5s;animation-delay:460.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4606){-webkit-animation-delay:460.6s;-moz-animation-delay:460.6s;-o-animation-delay:460.6s;animation-delay:460.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4607){-webkit-animation-delay:460.7s;-moz-animation-delay:460.7s;-o-animation-delay:460.7s;animation-delay:460.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4608){-webkit-animation-delay:460.8s;-moz-animation-delay:460.8s;-o-animation-delay:460.8s;animation-delay:460.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4609){-webkit-animation-delay:460.9s;-moz-animation-delay:460.9s;-o-animation-delay:460.9s;animation-delay:460.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4610){-webkit-animation-delay:461s;-moz-animation-delay:461s;-o-animation-delay:461s;animation-delay:461s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4611){-webkit-animation-delay:461.1s;-moz-animation-delay:461.1s;-o-animation-delay:461.1s;animation-delay:461.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4612){-webkit-animation-delay:461.2s;-moz-animation-delay:461.2s;-o-animation-delay:461.2s;animation-delay:461.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4613){-webkit-animation-delay:461.3s;-moz-animation-delay:461.3s;-o-animation-delay:461.3s;animation-delay:461.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4614){-webkit-animation-delay:461.4s;-moz-animation-delay:461.4s;-o-animation-delay:461.4s;animation-delay:461.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4615){-webkit-animation-delay:461.5s;-moz-animation-delay:461.5s;-o-animation-delay:461.5s;animation-delay:461.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4616){-webkit-animation-delay:461.6s;-moz-animation-delay:461.6s;-o-animation-delay:461.6s;animation-delay:461.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4617){-webkit-animation-delay:461.7s;-moz-animation-delay:461.7s;-o-animation-delay:461.7s;animation-delay:461.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4618){-webkit-animation-delay:461.8s;-moz-animation-delay:461.8s;-o-animation-delay:461.8s;animation-delay:461.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4619){-webkit-animation-delay:461.9s;-moz-animation-delay:461.9s;-o-animation-delay:461.9s;animation-delay:461.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4620){-webkit-animation-delay:462s;-moz-animation-delay:462s;-o-animation-delay:462s;animation-delay:462s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4621){-webkit-animation-delay:462.1s;-moz-animation-delay:462.1s;-o-animation-delay:462.1s;animation-delay:462.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4622){-webkit-animation-delay:462.2s;-moz-animation-delay:462.2s;-o-animation-delay:462.2s;animation-delay:462.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4623){-webkit-animation-delay:462.3s;-moz-animation-delay:462.3s;-o-animation-delay:462.3s;animation-delay:462.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4624){-webkit-animation-delay:462.4s;-moz-animation-delay:462.4s;-o-animation-delay:462.4s;animation-delay:462.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4625){-webkit-animation-delay:462.5s;-moz-animation-delay:462.5s;-o-animation-delay:462.5s;animation-delay:462.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4626){-webkit-animation-delay:462.6s;-moz-animation-delay:462.6s;-o-animation-delay:462.6s;animation-delay:462.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4627){-webkit-animation-delay:462.7s;-moz-animation-delay:462.7s;-o-animation-delay:462.7s;animation-delay:462.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4628){-webkit-animation-delay:462.8s;-moz-animation-delay:462.8s;-o-animation-delay:462.8s;animation-delay:462.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4629){-webkit-animation-delay:462.9s;-moz-animation-delay:462.9s;-o-animation-delay:462.9s;animation-delay:462.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4630){-webkit-animation-delay:463s;-moz-animation-delay:463s;-o-animation-delay:463s;animation-delay:463s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4631){-webkit-animation-delay:463.1s;-moz-animation-delay:463.1s;-o-animation-delay:463.1s;animation-delay:463.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4632){-webkit-animation-delay:463.2s;-moz-animation-delay:463.2s;-o-animation-delay:463.2s;animation-delay:463.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4633){-webkit-animation-delay:463.3s;-moz-animation-delay:463.3s;-o-animation-delay:463.3s;animation-delay:463.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4634){-webkit-animation-delay:463.4s;-moz-animation-delay:463.4s;-o-animation-delay:463.4s;animation-delay:463.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4635){-webkit-animation-delay:463.5s;-moz-animation-delay:463.5s;-o-animation-delay:463.5s;animation-delay:463.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4636){-webkit-animation-delay:463.6s;-moz-animation-delay:463.6s;-o-animation-delay:463.6s;animation-delay:463.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4637){-webkit-animation-delay:463.7s;-moz-animation-delay:463.7s;-o-animation-delay:463.7s;animation-delay:463.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4638){-webkit-animation-delay:463.8s;-moz-animation-delay:463.8s;-o-animation-delay:463.8s;animation-delay:463.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4639){-webkit-animation-delay:463.9s;-moz-animation-delay:463.9s;-o-animation-delay:463.9s;animation-delay:463.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4640){-webkit-animation-delay:464s;-moz-animation-delay:464s;-o-animation-delay:464s;animation-delay:464s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4641){-webkit-animation-delay:464.1s;-moz-animation-delay:464.1s;-o-animation-delay:464.1s;animation-delay:464.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4642){-webkit-animation-delay:464.2s;-moz-animation-delay:464.2s;-o-animation-delay:464.2s;animation-delay:464.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4643){-webkit-animation-delay:464.3s;-moz-animation-delay:464.3s;-o-animation-delay:464.3s;animation-delay:464.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4644){-webkit-animation-delay:464.4s;-moz-animation-delay:464.4s;-o-animation-delay:464.4s;animation-delay:464.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4645){-webkit-animation-delay:464.5s;-moz-animation-delay:464.5s;-o-animation-delay:464.5s;animation-delay:464.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4646){-webkit-animation-delay:464.6s;-moz-animation-delay:464.6s;-o-animation-delay:464.6s;animation-delay:464.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4647){-webkit-animation-delay:464.7s;-moz-animation-delay:464.7s;-o-animation-delay:464.7s;animation-delay:464.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4648){-webkit-animation-delay:464.8s;-moz-animation-delay:464.8s;-o-animation-delay:464.8s;animation-delay:464.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4649){-webkit-animation-delay:464.9s;-moz-animation-delay:464.9s;-o-animation-delay:464.9s;animation-delay:464.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4650){-webkit-animation-delay:465s;-moz-animation-delay:465s;-o-animation-delay:465s;animation-delay:465s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4651){-webkit-animation-delay:465.1s;-moz-animation-delay:465.1s;-o-animation-delay:465.1s;animation-delay:465.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4652){-webkit-animation-delay:465.2s;-moz-animation-delay:465.2s;-o-animation-delay:465.2s;animation-delay:465.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4653){-webkit-animation-delay:465.3s;-moz-animation-delay:465.3s;-o-animation-delay:465.3s;animation-delay:465.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4654){-webkit-animation-delay:465.4s;-moz-animation-delay:465.4s;-o-animation-delay:465.4s;animation-delay:465.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4655){-webkit-animation-delay:465.5s;-moz-animation-delay:465.5s;-o-animation-delay:465.5s;animation-delay:465.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4656){-webkit-animation-delay:465.6s;-moz-animation-delay:465.6s;-o-animation-delay:465.6s;animation-delay:465.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4657){-webkit-animation-delay:465.7s;-moz-animation-delay:465.7s;-o-animation-delay:465.7s;animation-delay:465.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4658){-webkit-animation-delay:465.8s;-moz-animation-delay:465.8s;-o-animation-delay:465.8s;animation-delay:465.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4659){-webkit-animation-delay:465.9s;-moz-animation-delay:465.9s;-o-animation-delay:465.9s;animation-delay:465.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4660){-webkit-animation-delay:466s;-moz-animation-delay:466s;-o-animation-delay:466s;animation-delay:466s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4661){-webkit-animation-delay:466.1s;-moz-animation-delay:466.1s;-o-animation-delay:466.1s;animation-delay:466.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4662){-webkit-animation-delay:466.2s;-moz-animation-delay:466.2s;-o-animation-delay:466.2s;animation-delay:466.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4663){-webkit-animation-delay:466.3s;-moz-animation-delay:466.3s;-o-animation-delay:466.3s;animation-delay:466.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4664){-webkit-animation-delay:466.4s;-moz-animation-delay:466.4s;-o-animation-delay:466.4s;animation-delay:466.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4665){-webkit-animation-delay:466.5s;-moz-animation-delay:466.5s;-o-animation-delay:466.5s;animation-delay:466.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4666){-webkit-animation-delay:466.6s;-moz-animation-delay:466.6s;-o-animation-delay:466.6s;animation-delay:466.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4667){-webkit-animation-delay:466.7s;-moz-animation-delay:466.7s;-o-animation-delay:466.7s;animation-delay:466.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4668){-webkit-animation-delay:466.8s;-moz-animation-delay:466.8s;-o-animation-delay:466.8s;animation-delay:466.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4669){-webkit-animation-delay:466.9s;-moz-animation-delay:466.9s;-o-animation-delay:466.9s;animation-delay:466.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4670){-webkit-animation-delay:467s;-moz-animation-delay:467s;-o-animation-delay:467s;animation-delay:467s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4671){-webkit-animation-delay:467.1s;-moz-animation-delay:467.1s;-o-animation-delay:467.1s;animation-delay:467.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4672){-webkit-animation-delay:467.2s;-moz-animation-delay:467.2s;-o-animation-delay:467.2s;animation-delay:467.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4673){-webkit-animation-delay:467.3s;-moz-animation-delay:467.3s;-o-animation-delay:467.3s;animation-delay:467.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4674){-webkit-animation-delay:467.4s;-moz-animation-delay:467.4s;-o-animation-delay:467.4s;animation-delay:467.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4675){-webkit-animation-delay:467.5s;-moz-animation-delay:467.5s;-o-animation-delay:467.5s;animation-delay:467.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4676){-webkit-animation-delay:467.6s;-moz-animation-delay:467.6s;-o-animation-delay:467.6s;animation-delay:467.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4677){-webkit-animation-delay:467.7s;-moz-animation-delay:467.7s;-o-animation-delay:467.7s;animation-delay:467.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4678){-webkit-animation-delay:467.8s;-moz-animation-delay:467.8s;-o-animation-delay:467.8s;animation-delay:467.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4679){-webkit-animation-delay:467.9s;-moz-animation-delay:467.9s;-o-animation-delay:467.9s;animation-delay:467.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4680){-webkit-animation-delay:468s;-moz-animation-delay:468s;-o-animation-delay:468s;animation-delay:468s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4681){-webkit-animation-delay:468.1s;-moz-animation-delay:468.1s;-o-animation-delay:468.1s;animation-delay:468.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4682){-webkit-animation-delay:468.2s;-moz-animation-delay:468.2s;-o-animation-delay:468.2s;animation-delay:468.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4683){-webkit-animation-delay:468.3s;-moz-animation-delay:468.3s;-o-animation-delay:468.3s;animation-delay:468.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4684){-webkit-animation-delay:468.4s;-moz-animation-delay:468.4s;-o-animation-delay:468.4s;animation-delay:468.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4685){-webkit-animation-delay:468.5s;-moz-animation-delay:468.5s;-o-animation-delay:468.5s;animation-delay:468.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4686){-webkit-animation-delay:468.6s;-moz-animation-delay:468.6s;-o-animation-delay:468.6s;animation-delay:468.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4687){-webkit-animation-delay:468.7s;-moz-animation-delay:468.7s;-o-animation-delay:468.7s;animation-delay:468.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4688){-webkit-animation-delay:468.8s;-moz-animation-delay:468.8s;-o-animation-delay:468.8s;animation-delay:468.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4689){-webkit-animation-delay:468.9s;-moz-animation-delay:468.9s;-o-animation-delay:468.9s;animation-delay:468.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4690){-webkit-animation-delay:469s;-moz-animation-delay:469s;-o-animation-delay:469s;animation-delay:469s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4691){-webkit-animation-delay:469.1s;-moz-animation-delay:469.1s;-o-animation-delay:469.1s;animation-delay:469.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4692){-webkit-animation-delay:469.2s;-moz-animation-delay:469.2s;-o-animation-delay:469.2s;animation-delay:469.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4693){-webkit-animation-delay:469.3s;-moz-animation-delay:469.3s;-o-animation-delay:469.3s;animation-delay:469.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4694){-webkit-animation-delay:469.4s;-moz-animation-delay:469.4s;-o-animation-delay:469.4s;animation-delay:469.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4695){-webkit-animation-delay:469.5s;-moz-animation-delay:469.5s;-o-animation-delay:469.5s;animation-delay:469.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4696){-webkit-animation-delay:469.6s;-moz-animation-delay:469.6s;-o-animation-delay:469.6s;animation-delay:469.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4697){-webkit-animation-delay:469.7s;-moz-animation-delay:469.7s;-o-animation-delay:469.7s;animation-delay:469.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4698){-webkit-animation-delay:469.8s;-moz-animation-delay:469.8s;-o-animation-delay:469.8s;animation-delay:469.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4699){-webkit-animation-delay:469.9s;-moz-animation-delay:469.9s;-o-animation-delay:469.9s;animation-delay:469.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4700){-webkit-animation-delay:470s;-moz-animation-delay:470s;-o-animation-delay:470s;animation-delay:470s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4701){-webkit-animation-delay:470.1s;-moz-animation-delay:470.1s;-o-animation-delay:470.1s;animation-delay:470.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4702){-webkit-animation-delay:470.2s;-moz-animation-delay:470.2s;-o-animation-delay:470.2s;animation-delay:470.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4703){-webkit-animation-delay:470.3s;-moz-animation-delay:470.3s;-o-animation-delay:470.3s;animation-delay:470.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4704){-webkit-animation-delay:470.4s;-moz-animation-delay:470.4s;-o-animation-delay:470.4s;animation-delay:470.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4705){-webkit-animation-delay:470.5s;-moz-animation-delay:470.5s;-o-animation-delay:470.5s;animation-delay:470.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4706){-webkit-animation-delay:470.6s;-moz-animation-delay:470.6s;-o-animation-delay:470.6s;animation-delay:470.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4707){-webkit-animation-delay:470.7s;-moz-animation-delay:470.7s;-o-animation-delay:470.7s;animation-delay:470.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4708){-webkit-animation-delay:470.8s;-moz-animation-delay:470.8s;-o-animation-delay:470.8s;animation-delay:470.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4709){-webkit-animation-delay:470.9s;-moz-animation-delay:470.9s;-o-animation-delay:470.9s;animation-delay:470.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4710){-webkit-animation-delay:471s;-moz-animation-delay:471s;-o-animation-delay:471s;animation-delay:471s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4711){-webkit-animation-delay:471.1s;-moz-animation-delay:471.1s;-o-animation-delay:471.1s;animation-delay:471.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4712){-webkit-animation-delay:471.2s;-moz-animation-delay:471.2s;-o-animation-delay:471.2s;animation-delay:471.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4713){-webkit-animation-delay:471.3s;-moz-animation-delay:471.3s;-o-animation-delay:471.3s;animation-delay:471.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4714){-webkit-animation-delay:471.4s;-moz-animation-delay:471.4s;-o-animation-delay:471.4s;animation-delay:471.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4715){-webkit-animation-delay:471.5s;-moz-animation-delay:471.5s;-o-animation-delay:471.5s;animation-delay:471.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4716){-webkit-animation-delay:471.6s;-moz-animation-delay:471.6s;-o-animation-delay:471.6s;animation-delay:471.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4717){-webkit-animation-delay:471.7s;-moz-animation-delay:471.7s;-o-animation-delay:471.7s;animation-delay:471.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4718){-webkit-animation-delay:471.8s;-moz-animation-delay:471.8s;-o-animation-delay:471.8s;animation-delay:471.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4719){-webkit-animation-delay:471.9s;-moz-animation-delay:471.9s;-o-animation-delay:471.9s;animation-delay:471.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4720){-webkit-animation-delay:472s;-moz-animation-delay:472s;-o-animation-delay:472s;animation-delay:472s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4721){-webkit-animation-delay:472.1s;-moz-animation-delay:472.1s;-o-animation-delay:472.1s;animation-delay:472.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4722){-webkit-animation-delay:472.2s;-moz-animation-delay:472.2s;-o-animation-delay:472.2s;animation-delay:472.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4723){-webkit-animation-delay:472.3s;-moz-animation-delay:472.3s;-o-animation-delay:472.3s;animation-delay:472.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4724){-webkit-animation-delay:472.4s;-moz-animation-delay:472.4s;-o-animation-delay:472.4s;animation-delay:472.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4725){-webkit-animation-delay:472.5s;-moz-animation-delay:472.5s;-o-animation-delay:472.5s;animation-delay:472.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4726){-webkit-animation-delay:472.6s;-moz-animation-delay:472.6s;-o-animation-delay:472.6s;animation-delay:472.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4727){-webkit-animation-delay:472.7s;-moz-animation-delay:472.7s;-o-animation-delay:472.7s;animation-delay:472.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4728){-webkit-animation-delay:472.8s;-moz-animation-delay:472.8s;-o-animation-delay:472.8s;animation-delay:472.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4729){-webkit-animation-delay:472.9s;-moz-animation-delay:472.9s;-o-animation-delay:472.9s;animation-delay:472.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4730){-webkit-animation-delay:473s;-moz-animation-delay:473s;-o-animation-delay:473s;animation-delay:473s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4731){-webkit-animation-delay:473.1s;-moz-animation-delay:473.1s;-o-animation-delay:473.1s;animation-delay:473.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4732){-webkit-animation-delay:473.2s;-moz-animation-delay:473.2s;-o-animation-delay:473.2s;animation-delay:473.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4733){-webkit-animation-delay:473.3s;-moz-animation-delay:473.3s;-o-animation-delay:473.3s;animation-delay:473.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4734){-webkit-animation-delay:473.4s;-moz-animation-delay:473.4s;-o-animation-delay:473.4s;animation-delay:473.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4735){-webkit-animation-delay:473.5s;-moz-animation-delay:473.5s;-o-animation-delay:473.5s;animation-delay:473.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4736){-webkit-animation-delay:473.6s;-moz-animation-delay:473.6s;-o-animation-delay:473.6s;animation-delay:473.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4737){-webkit-animation-delay:473.7s;-moz-animation-delay:473.7s;-o-animation-delay:473.7s;animation-delay:473.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4738){-webkit-animation-delay:473.8s;-moz-animation-delay:473.8s;-o-animation-delay:473.8s;animation-delay:473.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4739){-webkit-animation-delay:473.9s;-moz-animation-delay:473.9s;-o-animation-delay:473.9s;animation-delay:473.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4740){-webkit-animation-delay:474s;-moz-animation-delay:474s;-o-animation-delay:474s;animation-delay:474s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4741){-webkit-animation-delay:474.1s;-moz-animation-delay:474.1s;-o-animation-delay:474.1s;animation-delay:474.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4742){-webkit-animation-delay:474.2s;-moz-animation-delay:474.2s;-o-animation-delay:474.2s;animation-delay:474.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4743){-webkit-animation-delay:474.3s;-moz-animation-delay:474.3s;-o-animation-delay:474.3s;animation-delay:474.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4744){-webkit-animation-delay:474.4s;-moz-animation-delay:474.4s;-o-animation-delay:474.4s;animation-delay:474.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4745){-webkit-animation-delay:474.5s;-moz-animation-delay:474.5s;-o-animation-delay:474.5s;animation-delay:474.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4746){-webkit-animation-delay:474.6s;-moz-animation-delay:474.6s;-o-animation-delay:474.6s;animation-delay:474.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4747){-webkit-animation-delay:474.7s;-moz-animation-delay:474.7s;-o-animation-delay:474.7s;animation-delay:474.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4748){-webkit-animation-delay:474.8s;-moz-animation-delay:474.8s;-o-animation-delay:474.8s;animation-delay:474.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4749){-webkit-animation-delay:474.9s;-moz-animation-delay:474.9s;-o-animation-delay:474.9s;animation-delay:474.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4750){-webkit-animation-delay:475s;-moz-animation-delay:475s;-o-animation-delay:475s;animation-delay:475s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4751){-webkit-animation-delay:475.1s;-moz-animation-delay:475.1s;-o-animation-delay:475.1s;animation-delay:475.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4752){-webkit-animation-delay:475.2s;-moz-animation-delay:475.2s;-o-animation-delay:475.2s;animation-delay:475.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4753){-webkit-animation-delay:475.3s;-moz-animation-delay:475.3s;-o-animation-delay:475.3s;animation-delay:475.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4754){-webkit-animation-delay:475.4s;-moz-animation-delay:475.4s;-o-animation-delay:475.4s;animation-delay:475.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4755){-webkit-animation-delay:475.5s;-moz-animation-delay:475.5s;-o-animation-delay:475.5s;animation-delay:475.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4756){-webkit-animation-delay:475.6s;-moz-animation-delay:475.6s;-o-animation-delay:475.6s;animation-delay:475.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4757){-webkit-animation-delay:475.7s;-moz-animation-delay:475.7s;-o-animation-delay:475.7s;animation-delay:475.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4758){-webkit-animation-delay:475.8s;-moz-animation-delay:475.8s;-o-animation-delay:475.8s;animation-delay:475.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4759){-webkit-animation-delay:475.9s;-moz-animation-delay:475.9s;-o-animation-delay:475.9s;animation-delay:475.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4760){-webkit-animation-delay:476s;-moz-animation-delay:476s;-o-animation-delay:476s;animation-delay:476s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4761){-webkit-animation-delay:476.1s;-moz-animation-delay:476.1s;-o-animation-delay:476.1s;animation-delay:476.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4762){-webkit-animation-delay:476.2s;-moz-animation-delay:476.2s;-o-animation-delay:476.2s;animation-delay:476.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4763){-webkit-animation-delay:476.3s;-moz-animation-delay:476.3s;-o-animation-delay:476.3s;animation-delay:476.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4764){-webkit-animation-delay:476.4s;-moz-animation-delay:476.4s;-o-animation-delay:476.4s;animation-delay:476.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4765){-webkit-animation-delay:476.5s;-moz-animation-delay:476.5s;-o-animation-delay:476.5s;animation-delay:476.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4766){-webkit-animation-delay:476.6s;-moz-animation-delay:476.6s;-o-animation-delay:476.6s;animation-delay:476.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4767){-webkit-animation-delay:476.7s;-moz-animation-delay:476.7s;-o-animation-delay:476.7s;animation-delay:476.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4768){-webkit-animation-delay:476.8s;-moz-animation-delay:476.8s;-o-animation-delay:476.8s;animation-delay:476.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4769){-webkit-animation-delay:476.9s;-moz-animation-delay:476.9s;-o-animation-delay:476.9s;animation-delay:476.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4770){-webkit-animation-delay:477s;-moz-animation-delay:477s;-o-animation-delay:477s;animation-delay:477s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4771){-webkit-animation-delay:477.1s;-moz-animation-delay:477.1s;-o-animation-delay:477.1s;animation-delay:477.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4772){-webkit-animation-delay:477.2s;-moz-animation-delay:477.2s;-o-animation-delay:477.2s;animation-delay:477.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4773){-webkit-animation-delay:477.3s;-moz-animation-delay:477.3s;-o-animation-delay:477.3s;animation-delay:477.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4774){-webkit-animation-delay:477.4s;-moz-animation-delay:477.4s;-o-animation-delay:477.4s;animation-delay:477.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4775){-webkit-animation-delay:477.5s;-moz-animation-delay:477.5s;-o-animation-delay:477.5s;animation-delay:477.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4776){-webkit-animation-delay:477.6s;-moz-animation-delay:477.6s;-o-animation-delay:477.6s;animation-delay:477.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4777){-webkit-animation-delay:477.7s;-moz-animation-delay:477.7s;-o-animation-delay:477.7s;animation-delay:477.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4778){-webkit-animation-delay:477.8s;-moz-animation-delay:477.8s;-o-animation-delay:477.8s;animation-delay:477.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4779){-webkit-animation-delay:477.9s;-moz-animation-delay:477.9s;-o-animation-delay:477.9s;animation-delay:477.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4780){-webkit-animation-delay:478s;-moz-animation-delay:478s;-o-animation-delay:478s;animation-delay:478s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4781){-webkit-animation-delay:478.1s;-moz-animation-delay:478.1s;-o-animation-delay:478.1s;animation-delay:478.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4782){-webkit-animation-delay:478.2s;-moz-animation-delay:478.2s;-o-animation-delay:478.2s;animation-delay:478.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4783){-webkit-animation-delay:478.3s;-moz-animation-delay:478.3s;-o-animation-delay:478.3s;animation-delay:478.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4784){-webkit-animation-delay:478.4s;-moz-animation-delay:478.4s;-o-animation-delay:478.4s;animation-delay:478.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4785){-webkit-animation-delay:478.5s;-moz-animation-delay:478.5s;-o-animation-delay:478.5s;animation-delay:478.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4786){-webkit-animation-delay:478.6s;-moz-animation-delay:478.6s;-o-animation-delay:478.6s;animation-delay:478.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4787){-webkit-animation-delay:478.7s;-moz-animation-delay:478.7s;-o-animation-delay:478.7s;animation-delay:478.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4788){-webkit-animation-delay:478.8s;-moz-animation-delay:478.8s;-o-animation-delay:478.8s;animation-delay:478.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4789){-webkit-animation-delay:478.9s;-moz-animation-delay:478.9s;-o-animation-delay:478.9s;animation-delay:478.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4790){-webkit-animation-delay:479s;-moz-animation-delay:479s;-o-animation-delay:479s;animation-delay:479s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4791){-webkit-animation-delay:479.1s;-moz-animation-delay:479.1s;-o-animation-delay:479.1s;animation-delay:479.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4792){-webkit-animation-delay:479.2s;-moz-animation-delay:479.2s;-o-animation-delay:479.2s;animation-delay:479.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4793){-webkit-animation-delay:479.3s;-moz-animation-delay:479.3s;-o-animation-delay:479.3s;animation-delay:479.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4794){-webkit-animation-delay:479.4s;-moz-animation-delay:479.4s;-o-animation-delay:479.4s;animation-delay:479.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4795){-webkit-animation-delay:479.5s;-moz-animation-delay:479.5s;-o-animation-delay:479.5s;animation-delay:479.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4796){-webkit-animation-delay:479.6s;-moz-animation-delay:479.6s;-o-animation-delay:479.6s;animation-delay:479.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4797){-webkit-animation-delay:479.7s;-moz-animation-delay:479.7s;-o-animation-delay:479.7s;animation-delay:479.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4798){-webkit-animation-delay:479.8s;-moz-animation-delay:479.8s;-o-animation-delay:479.8s;animation-delay:479.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4799){-webkit-animation-delay:479.9s;-moz-animation-delay:479.9s;-o-animation-delay:479.9s;animation-delay:479.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4800){-webkit-animation-delay:480s;-moz-animation-delay:480s;-o-animation-delay:480s;animation-delay:480s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4801){-webkit-animation-delay:480.1s;-moz-animation-delay:480.1s;-o-animation-delay:480.1s;animation-delay:480.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4802){-webkit-animation-delay:480.2s;-moz-animation-delay:480.2s;-o-animation-delay:480.2s;animation-delay:480.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4803){-webkit-animation-delay:480.3s;-moz-animation-delay:480.3s;-o-animation-delay:480.3s;animation-delay:480.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4804){-webkit-animation-delay:480.4s;-moz-animation-delay:480.4s;-o-animation-delay:480.4s;animation-delay:480.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4805){-webkit-animation-delay:480.5s;-moz-animation-delay:480.5s;-o-animation-delay:480.5s;animation-delay:480.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4806){-webkit-animation-delay:480.6s;-moz-animation-delay:480.6s;-o-animation-delay:480.6s;animation-delay:480.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4807){-webkit-animation-delay:480.7s;-moz-animation-delay:480.7s;-o-animation-delay:480.7s;animation-delay:480.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4808){-webkit-animation-delay:480.8s;-moz-animation-delay:480.8s;-o-animation-delay:480.8s;animation-delay:480.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4809){-webkit-animation-delay:480.9s;-moz-animation-delay:480.9s;-o-animation-delay:480.9s;animation-delay:480.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4810){-webkit-animation-delay:481s;-moz-animation-delay:481s;-o-animation-delay:481s;animation-delay:481s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4811){-webkit-animation-delay:481.1s;-moz-animation-delay:481.1s;-o-animation-delay:481.1s;animation-delay:481.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4812){-webkit-animation-delay:481.2s;-moz-animation-delay:481.2s;-o-animation-delay:481.2s;animation-delay:481.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4813){-webkit-animation-delay:481.3s;-moz-animation-delay:481.3s;-o-animation-delay:481.3s;animation-delay:481.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4814){-webkit-animation-delay:481.4s;-moz-animation-delay:481.4s;-o-animation-delay:481.4s;animation-delay:481.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4815){-webkit-animation-delay:481.5s;-moz-animation-delay:481.5s;-o-animation-delay:481.5s;animation-delay:481.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4816){-webkit-animation-delay:481.6s;-moz-animation-delay:481.6s;-o-animation-delay:481.6s;animation-delay:481.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4817){-webkit-animation-delay:481.7s;-moz-animation-delay:481.7s;-o-animation-delay:481.7s;animation-delay:481.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4818){-webkit-animation-delay:481.8s;-moz-animation-delay:481.8s;-o-animation-delay:481.8s;animation-delay:481.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4819){-webkit-animation-delay:481.9s;-moz-animation-delay:481.9s;-o-animation-delay:481.9s;animation-delay:481.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4820){-webkit-animation-delay:482s;-moz-animation-delay:482s;-o-animation-delay:482s;animation-delay:482s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4821){-webkit-animation-delay:482.1s;-moz-animation-delay:482.1s;-o-animation-delay:482.1s;animation-delay:482.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4822){-webkit-animation-delay:482.2s;-moz-animation-delay:482.2s;-o-animation-delay:482.2s;animation-delay:482.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4823){-webkit-animation-delay:482.3s;-moz-animation-delay:482.3s;-o-animation-delay:482.3s;animation-delay:482.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4824){-webkit-animation-delay:482.4s;-moz-animation-delay:482.4s;-o-animation-delay:482.4s;animation-delay:482.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4825){-webkit-animation-delay:482.5s;-moz-animation-delay:482.5s;-o-animation-delay:482.5s;animation-delay:482.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4826){-webkit-animation-delay:482.6s;-moz-animation-delay:482.6s;-o-animation-delay:482.6s;animation-delay:482.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4827){-webkit-animation-delay:482.7s;-moz-animation-delay:482.7s;-o-animation-delay:482.7s;animation-delay:482.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4828){-webkit-animation-delay:482.8s;-moz-animation-delay:482.8s;-o-animation-delay:482.8s;animation-delay:482.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4829){-webkit-animation-delay:482.9s;-moz-animation-delay:482.9s;-o-animation-delay:482.9s;animation-delay:482.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4830){-webkit-animation-delay:483s;-moz-animation-delay:483s;-o-animation-delay:483s;animation-delay:483s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4831){-webkit-animation-delay:483.1s;-moz-animation-delay:483.1s;-o-animation-delay:483.1s;animation-delay:483.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4832){-webkit-animation-delay:483.2s;-moz-animation-delay:483.2s;-o-animation-delay:483.2s;animation-delay:483.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4833){-webkit-animation-delay:483.3s;-moz-animation-delay:483.3s;-o-animation-delay:483.3s;animation-delay:483.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4834){-webkit-animation-delay:483.4s;-moz-animation-delay:483.4s;-o-animation-delay:483.4s;animation-delay:483.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4835){-webkit-animation-delay:483.5s;-moz-animation-delay:483.5s;-o-animation-delay:483.5s;animation-delay:483.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4836){-webkit-animation-delay:483.6s;-moz-animation-delay:483.6s;-o-animation-delay:483.6s;animation-delay:483.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4837){-webkit-animation-delay:483.7s;-moz-animation-delay:483.7s;-o-animation-delay:483.7s;animation-delay:483.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4838){-webkit-animation-delay:483.8s;-moz-animation-delay:483.8s;-o-animation-delay:483.8s;animation-delay:483.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4839){-webkit-animation-delay:483.9s;-moz-animation-delay:483.9s;-o-animation-delay:483.9s;animation-delay:483.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4840){-webkit-animation-delay:484s;-moz-animation-delay:484s;-o-animation-delay:484s;animation-delay:484s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4841){-webkit-animation-delay:484.1s;-moz-animation-delay:484.1s;-o-animation-delay:484.1s;animation-delay:484.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4842){-webkit-animation-delay:484.2s;-moz-animation-delay:484.2s;-o-animation-delay:484.2s;animation-delay:484.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4843){-webkit-animation-delay:484.3s;-moz-animation-delay:484.3s;-o-animation-delay:484.3s;animation-delay:484.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4844){-webkit-animation-delay:484.4s;-moz-animation-delay:484.4s;-o-animation-delay:484.4s;animation-delay:484.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4845){-webkit-animation-delay:484.5s;-moz-animation-delay:484.5s;-o-animation-delay:484.5s;animation-delay:484.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4846){-webkit-animation-delay:484.6s;-moz-animation-delay:484.6s;-o-animation-delay:484.6s;animation-delay:484.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4847){-webkit-animation-delay:484.7s;-moz-animation-delay:484.7s;-o-animation-delay:484.7s;animation-delay:484.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4848){-webkit-animation-delay:484.8s;-moz-animation-delay:484.8s;-o-animation-delay:484.8s;animation-delay:484.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4849){-webkit-animation-delay:484.9s;-moz-animation-delay:484.9s;-o-animation-delay:484.9s;animation-delay:484.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4850){-webkit-animation-delay:485s;-moz-animation-delay:485s;-o-animation-delay:485s;animation-delay:485s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4851){-webkit-animation-delay:485.1s;-moz-animation-delay:485.1s;-o-animation-delay:485.1s;animation-delay:485.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4852){-webkit-animation-delay:485.2s;-moz-animation-delay:485.2s;-o-animation-delay:485.2s;animation-delay:485.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4853){-webkit-animation-delay:485.3s;-moz-animation-delay:485.3s;-o-animation-delay:485.3s;animation-delay:485.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4854){-webkit-animation-delay:485.4s;-moz-animation-delay:485.4s;-o-animation-delay:485.4s;animation-delay:485.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4855){-webkit-animation-delay:485.5s;-moz-animation-delay:485.5s;-o-animation-delay:485.5s;animation-delay:485.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4856){-webkit-animation-delay:485.6s;-moz-animation-delay:485.6s;-o-animation-delay:485.6s;animation-delay:485.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4857){-webkit-animation-delay:485.7s;-moz-animation-delay:485.7s;-o-animation-delay:485.7s;animation-delay:485.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4858){-webkit-animation-delay:485.8s;-moz-animation-delay:485.8s;-o-animation-delay:485.8s;animation-delay:485.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4859){-webkit-animation-delay:485.9s;-moz-animation-delay:485.9s;-o-animation-delay:485.9s;animation-delay:485.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4860){-webkit-animation-delay:486s;-moz-animation-delay:486s;-o-animation-delay:486s;animation-delay:486s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4861){-webkit-animation-delay:486.1s;-moz-animation-delay:486.1s;-o-animation-delay:486.1s;animation-delay:486.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4862){-webkit-animation-delay:486.2s;-moz-animation-delay:486.2s;-o-animation-delay:486.2s;animation-delay:486.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4863){-webkit-animation-delay:486.3s;-moz-animation-delay:486.3s;-o-animation-delay:486.3s;animation-delay:486.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4864){-webkit-animation-delay:486.4s;-moz-animation-delay:486.4s;-o-animation-delay:486.4s;animation-delay:486.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4865){-webkit-animation-delay:486.5s;-moz-animation-delay:486.5s;-o-animation-delay:486.5s;animation-delay:486.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4866){-webkit-animation-delay:486.6s;-moz-animation-delay:486.6s;-o-animation-delay:486.6s;animation-delay:486.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4867){-webkit-animation-delay:486.7s;-moz-animation-delay:486.7s;-o-animation-delay:486.7s;animation-delay:486.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4868){-webkit-animation-delay:486.8s;-moz-animation-delay:486.8s;-o-animation-delay:486.8s;animation-delay:486.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4869){-webkit-animation-delay:486.9s;-moz-animation-delay:486.9s;-o-animation-delay:486.9s;animation-delay:486.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4870){-webkit-animation-delay:487s;-moz-animation-delay:487s;-o-animation-delay:487s;animation-delay:487s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4871){-webkit-animation-delay:487.1s;-moz-animation-delay:487.1s;-o-animation-delay:487.1s;animation-delay:487.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4872){-webkit-animation-delay:487.2s;-moz-animation-delay:487.2s;-o-animation-delay:487.2s;animation-delay:487.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4873){-webkit-animation-delay:487.3s;-moz-animation-delay:487.3s;-o-animation-delay:487.3s;animation-delay:487.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4874){-webkit-animation-delay:487.4s;-moz-animation-delay:487.4s;-o-animation-delay:487.4s;animation-delay:487.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4875){-webkit-animation-delay:487.5s;-moz-animation-delay:487.5s;-o-animation-delay:487.5s;animation-delay:487.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4876){-webkit-animation-delay:487.6s;-moz-animation-delay:487.6s;-o-animation-delay:487.6s;animation-delay:487.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4877){-webkit-animation-delay:487.7s;-moz-animation-delay:487.7s;-o-animation-delay:487.7s;animation-delay:487.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4878){-webkit-animation-delay:487.8s;-moz-animation-delay:487.8s;-o-animation-delay:487.8s;animation-delay:487.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4879){-webkit-animation-delay:487.9s;-moz-animation-delay:487.9s;-o-animation-delay:487.9s;animation-delay:487.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4880){-webkit-animation-delay:488s;-moz-animation-delay:488s;-o-animation-delay:488s;animation-delay:488s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4881){-webkit-animation-delay:488.1s;-moz-animation-delay:488.1s;-o-animation-delay:488.1s;animation-delay:488.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4882){-webkit-animation-delay:488.2s;-moz-animation-delay:488.2s;-o-animation-delay:488.2s;animation-delay:488.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4883){-webkit-animation-delay:488.3s;-moz-animation-delay:488.3s;-o-animation-delay:488.3s;animation-delay:488.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4884){-webkit-animation-delay:488.4s;-moz-animation-delay:488.4s;-o-animation-delay:488.4s;animation-delay:488.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4885){-webkit-animation-delay:488.5s;-moz-animation-delay:488.5s;-o-animation-delay:488.5s;animation-delay:488.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4886){-webkit-animation-delay:488.6s;-moz-animation-delay:488.6s;-o-animation-delay:488.6s;animation-delay:488.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4887){-webkit-animation-delay:488.7s;-moz-animation-delay:488.7s;-o-animation-delay:488.7s;animation-delay:488.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4888){-webkit-animation-delay:488.8s;-moz-animation-delay:488.8s;-o-animation-delay:488.8s;animation-delay:488.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4889){-webkit-animation-delay:488.9s;-moz-animation-delay:488.9s;-o-animation-delay:488.9s;animation-delay:488.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4890){-webkit-animation-delay:489s;-moz-animation-delay:489s;-o-animation-delay:489s;animation-delay:489s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4891){-webkit-animation-delay:489.1s;-moz-animation-delay:489.1s;-o-animation-delay:489.1s;animation-delay:489.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4892){-webkit-animation-delay:489.2s;-moz-animation-delay:489.2s;-o-animation-delay:489.2s;animation-delay:489.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4893){-webkit-animation-delay:489.3s;-moz-animation-delay:489.3s;-o-animation-delay:489.3s;animation-delay:489.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4894){-webkit-animation-delay:489.4s;-moz-animation-delay:489.4s;-o-animation-delay:489.4s;animation-delay:489.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4895){-webkit-animation-delay:489.5s;-moz-animation-delay:489.5s;-o-animation-delay:489.5s;animation-delay:489.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4896){-webkit-animation-delay:489.6s;-moz-animation-delay:489.6s;-o-animation-delay:489.6s;animation-delay:489.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4897){-webkit-animation-delay:489.7s;-moz-animation-delay:489.7s;-o-animation-delay:489.7s;animation-delay:489.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4898){-webkit-animation-delay:489.8s;-moz-animation-delay:489.8s;-o-animation-delay:489.8s;animation-delay:489.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4899){-webkit-animation-delay:489.9s;-moz-animation-delay:489.9s;-o-animation-delay:489.9s;animation-delay:489.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4900){-webkit-animation-delay:490s;-moz-animation-delay:490s;-o-animation-delay:490s;animation-delay:490s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4901){-webkit-animation-delay:490.1s;-moz-animation-delay:490.1s;-o-animation-delay:490.1s;animation-delay:490.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4902){-webkit-animation-delay:490.2s;-moz-animation-delay:490.2s;-o-animation-delay:490.2s;animation-delay:490.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4903){-webkit-animation-delay:490.3s;-moz-animation-delay:490.3s;-o-animation-delay:490.3s;animation-delay:490.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4904){-webkit-animation-delay:490.4s;-moz-animation-delay:490.4s;-o-animation-delay:490.4s;animation-delay:490.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4905){-webkit-animation-delay:490.5s;-moz-animation-delay:490.5s;-o-animation-delay:490.5s;animation-delay:490.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4906){-webkit-animation-delay:490.6s;-moz-animation-delay:490.6s;-o-animation-delay:490.6s;animation-delay:490.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4907){-webkit-animation-delay:490.7s;-moz-animation-delay:490.7s;-o-animation-delay:490.7s;animation-delay:490.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4908){-webkit-animation-delay:490.8s;-moz-animation-delay:490.8s;-o-animation-delay:490.8s;animation-delay:490.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4909){-webkit-animation-delay:490.9s;-moz-animation-delay:490.9s;-o-animation-delay:490.9s;animation-delay:490.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4910){-webkit-animation-delay:491s;-moz-animation-delay:491s;-o-animation-delay:491s;animation-delay:491s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4911){-webkit-animation-delay:491.1s;-moz-animation-delay:491.1s;-o-animation-delay:491.1s;animation-delay:491.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4912){-webkit-animation-delay:491.2s;-moz-animation-delay:491.2s;-o-animation-delay:491.2s;animation-delay:491.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4913){-webkit-animation-delay:491.3s;-moz-animation-delay:491.3s;-o-animation-delay:491.3s;animation-delay:491.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4914){-webkit-animation-delay:491.4s;-moz-animation-delay:491.4s;-o-animation-delay:491.4s;animation-delay:491.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4915){-webkit-animation-delay:491.5s;-moz-animation-delay:491.5s;-o-animation-delay:491.5s;animation-delay:491.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4916){-webkit-animation-delay:491.6s;-moz-animation-delay:491.6s;-o-animation-delay:491.6s;animation-delay:491.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4917){-webkit-animation-delay:491.7s;-moz-animation-delay:491.7s;-o-animation-delay:491.7s;animation-delay:491.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4918){-webkit-animation-delay:491.8s;-moz-animation-delay:491.8s;-o-animation-delay:491.8s;animation-delay:491.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4919){-webkit-animation-delay:491.9s;-moz-animation-delay:491.9s;-o-animation-delay:491.9s;animation-delay:491.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4920){-webkit-animation-delay:492s;-moz-animation-delay:492s;-o-animation-delay:492s;animation-delay:492s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4921){-webkit-animation-delay:492.1s;-moz-animation-delay:492.1s;-o-animation-delay:492.1s;animation-delay:492.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4922){-webkit-animation-delay:492.2s;-moz-animation-delay:492.2s;-o-animation-delay:492.2s;animation-delay:492.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4923){-webkit-animation-delay:492.3s;-moz-animation-delay:492.3s;-o-animation-delay:492.3s;animation-delay:492.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4924){-webkit-animation-delay:492.4s;-moz-animation-delay:492.4s;-o-animation-delay:492.4s;animation-delay:492.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4925){-webkit-animation-delay:492.5s;-moz-animation-delay:492.5s;-o-animation-delay:492.5s;animation-delay:492.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4926){-webkit-animation-delay:492.6s;-moz-animation-delay:492.6s;-o-animation-delay:492.6s;animation-delay:492.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4927){-webkit-animation-delay:492.7s;-moz-animation-delay:492.7s;-o-animation-delay:492.7s;animation-delay:492.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4928){-webkit-animation-delay:492.8s;-moz-animation-delay:492.8s;-o-animation-delay:492.8s;animation-delay:492.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4929){-webkit-animation-delay:492.9s;-moz-animation-delay:492.9s;-o-animation-delay:492.9s;animation-delay:492.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4930){-webkit-animation-delay:493s;-moz-animation-delay:493s;-o-animation-delay:493s;animation-delay:493s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4931){-webkit-animation-delay:493.1s;-moz-animation-delay:493.1s;-o-animation-delay:493.1s;animation-delay:493.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4932){-webkit-animation-delay:493.2s;-moz-animation-delay:493.2s;-o-animation-delay:493.2s;animation-delay:493.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4933){-webkit-animation-delay:493.3s;-moz-animation-delay:493.3s;-o-animation-delay:493.3s;animation-delay:493.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4934){-webkit-animation-delay:493.4s;-moz-animation-delay:493.4s;-o-animation-delay:493.4s;animation-delay:493.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4935){-webkit-animation-delay:493.5s;-moz-animation-delay:493.5s;-o-animation-delay:493.5s;animation-delay:493.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4936){-webkit-animation-delay:493.6s;-moz-animation-delay:493.6s;-o-animation-delay:493.6s;animation-delay:493.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4937){-webkit-animation-delay:493.7s;-moz-animation-delay:493.7s;-o-animation-delay:493.7s;animation-delay:493.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4938){-webkit-animation-delay:493.8s;-moz-animation-delay:493.8s;-o-animation-delay:493.8s;animation-delay:493.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4939){-webkit-animation-delay:493.9s;-moz-animation-delay:493.9s;-o-animation-delay:493.9s;animation-delay:493.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4940){-webkit-animation-delay:494s;-moz-animation-delay:494s;-o-animation-delay:494s;animation-delay:494s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4941){-webkit-animation-delay:494.1s;-moz-animation-delay:494.1s;-o-animation-delay:494.1s;animation-delay:494.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4942){-webkit-animation-delay:494.2s;-moz-animation-delay:494.2s;-o-animation-delay:494.2s;animation-delay:494.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4943){-webkit-animation-delay:494.3s;-moz-animation-delay:494.3s;-o-animation-delay:494.3s;animation-delay:494.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4944){-webkit-animation-delay:494.4s;-moz-animation-delay:494.4s;-o-animation-delay:494.4s;animation-delay:494.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4945){-webkit-animation-delay:494.5s;-moz-animation-delay:494.5s;-o-animation-delay:494.5s;animation-delay:494.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4946){-webkit-animation-delay:494.6s;-moz-animation-delay:494.6s;-o-animation-delay:494.6s;animation-delay:494.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4947){-webkit-animation-delay:494.7s;-moz-animation-delay:494.7s;-o-animation-delay:494.7s;animation-delay:494.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4948){-webkit-animation-delay:494.8s;-moz-animation-delay:494.8s;-o-animation-delay:494.8s;animation-delay:494.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4949){-webkit-animation-delay:494.9s;-moz-animation-delay:494.9s;-o-animation-delay:494.9s;animation-delay:494.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4950){-webkit-animation-delay:495s;-moz-animation-delay:495s;-o-animation-delay:495s;animation-delay:495s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4951){-webkit-animation-delay:495.1s;-moz-animation-delay:495.1s;-o-animation-delay:495.1s;animation-delay:495.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4952){-webkit-animation-delay:495.2s;-moz-animation-delay:495.2s;-o-animation-delay:495.2s;animation-delay:495.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4953){-webkit-animation-delay:495.3s;-moz-animation-delay:495.3s;-o-animation-delay:495.3s;animation-delay:495.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4954){-webkit-animation-delay:495.4s;-moz-animation-delay:495.4s;-o-animation-delay:495.4s;animation-delay:495.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4955){-webkit-animation-delay:495.5s;-moz-animation-delay:495.5s;-o-animation-delay:495.5s;animation-delay:495.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4956){-webkit-animation-delay:495.6s;-moz-animation-delay:495.6s;-o-animation-delay:495.6s;animation-delay:495.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4957){-webkit-animation-delay:495.7s;-moz-animation-delay:495.7s;-o-animation-delay:495.7s;animation-delay:495.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4958){-webkit-animation-delay:495.8s;-moz-animation-delay:495.8s;-o-animation-delay:495.8s;animation-delay:495.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4959){-webkit-animation-delay:495.9s;-moz-animation-delay:495.9s;-o-animation-delay:495.9s;animation-delay:495.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4960){-webkit-animation-delay:496s;-moz-animation-delay:496s;-o-animation-delay:496s;animation-delay:496s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4961){-webkit-animation-delay:496.1s;-moz-animation-delay:496.1s;-o-animation-delay:496.1s;animation-delay:496.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4962){-webkit-animation-delay:496.2s;-moz-animation-delay:496.2s;-o-animation-delay:496.2s;animation-delay:496.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4963){-webkit-animation-delay:496.3s;-moz-animation-delay:496.3s;-o-animation-delay:496.3s;animation-delay:496.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4964){-webkit-animation-delay:496.4s;-moz-animation-delay:496.4s;-o-animation-delay:496.4s;animation-delay:496.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4965){-webkit-animation-delay:496.5s;-moz-animation-delay:496.5s;-o-animation-delay:496.5s;animation-delay:496.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4966){-webkit-animation-delay:496.6s;-moz-animation-delay:496.6s;-o-animation-delay:496.6s;animation-delay:496.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4967){-webkit-animation-delay:496.7s;-moz-animation-delay:496.7s;-o-animation-delay:496.7s;animation-delay:496.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4968){-webkit-animation-delay:496.8s;-moz-animation-delay:496.8s;-o-animation-delay:496.8s;animation-delay:496.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4969){-webkit-animation-delay:496.9s;-moz-animation-delay:496.9s;-o-animation-delay:496.9s;animation-delay:496.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4970){-webkit-animation-delay:497s;-moz-animation-delay:497s;-o-animation-delay:497s;animation-delay:497s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4971){-webkit-animation-delay:497.1s;-moz-animation-delay:497.1s;-o-animation-delay:497.1s;animation-delay:497.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4972){-webkit-animation-delay:497.2s;-moz-animation-delay:497.2s;-o-animation-delay:497.2s;animation-delay:497.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4973){-webkit-animation-delay:497.3s;-moz-animation-delay:497.3s;-o-animation-delay:497.3s;animation-delay:497.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4974){-webkit-animation-delay:497.4s;-moz-animation-delay:497.4s;-o-animation-delay:497.4s;animation-delay:497.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4975){-webkit-animation-delay:497.5s;-moz-animation-delay:497.5s;-o-animation-delay:497.5s;animation-delay:497.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4976){-webkit-animation-delay:497.6s;-moz-animation-delay:497.6s;-o-animation-delay:497.6s;animation-delay:497.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4977){-webkit-animation-delay:497.7s;-moz-animation-delay:497.7s;-o-animation-delay:497.7s;animation-delay:497.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4978){-webkit-animation-delay:497.8s;-moz-animation-delay:497.8s;-o-animation-delay:497.8s;animation-delay:497.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4979){-webkit-animation-delay:497.9s;-moz-animation-delay:497.9s;-o-animation-delay:497.9s;animation-delay:497.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4980){-webkit-animation-delay:498s;-moz-animation-delay:498s;-o-animation-delay:498s;animation-delay:498s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4981){-webkit-animation-delay:498.1s;-moz-animation-delay:498.1s;-o-animation-delay:498.1s;animation-delay:498.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4982){-webkit-animation-delay:498.2s;-moz-animation-delay:498.2s;-o-animation-delay:498.2s;animation-delay:498.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4983){-webkit-animation-delay:498.3s;-moz-animation-delay:498.3s;-o-animation-delay:498.3s;animation-delay:498.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4984){-webkit-animation-delay:498.4s;-moz-animation-delay:498.4s;-o-animation-delay:498.4s;animation-delay:498.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4985){-webkit-animation-delay:498.5s;-moz-animation-delay:498.5s;-o-animation-delay:498.5s;animation-delay:498.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4986){-webkit-animation-delay:498.6s;-moz-animation-delay:498.6s;-o-animation-delay:498.6s;animation-delay:498.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4987){-webkit-animation-delay:498.7s;-moz-animation-delay:498.7s;-o-animation-delay:498.7s;animation-delay:498.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4988){-webkit-animation-delay:498.8s;-moz-animation-delay:498.8s;-o-animation-delay:498.8s;animation-delay:498.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4989){-webkit-animation-delay:498.9s;-moz-animation-delay:498.9s;-o-animation-delay:498.9s;animation-delay:498.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4990){-webkit-animation-delay:499s;-moz-animation-delay:499s;-o-animation-delay:499s;animation-delay:499s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4991){-webkit-animation-delay:499.1s;-moz-animation-delay:499.1s;-o-animation-delay:499.1s;animation-delay:499.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4992){-webkit-animation-delay:499.2s;-moz-animation-delay:499.2s;-o-animation-delay:499.2s;animation-delay:499.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4993){-webkit-animation-delay:499.3s;-moz-animation-delay:499.3s;-o-animation-delay:499.3s;animation-delay:499.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4994){-webkit-animation-delay:499.4s;-moz-animation-delay:499.4s;-o-animation-delay:499.4s;animation-delay:499.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4995){-webkit-animation-delay:499.5s;-moz-animation-delay:499.5s;-o-animation-delay:499.5s;animation-delay:499.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4996){-webkit-animation-delay:499.6s;-moz-animation-delay:499.6s;-o-animation-delay:499.6s;animation-delay:499.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4997){-webkit-animation-delay:499.7s;-moz-animation-delay:499.7s;-o-animation-delay:499.7s;animation-delay:499.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4998){-webkit-animation-delay:499.8s;-moz-animation-delay:499.8s;-o-animation-delay:499.8s;animation-delay:499.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4999){-webkit-animation-delay:499.9s;-moz-animation-delay:499.9s;-o-animation-delay:499.9s;animation-delay:499.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(5000){-webkit-animation-delay:500s;-moz-animation-delay:500s;-o-animation-delay:500s;animation-delay:500s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li{position:relative;cursor:pointer;-webkit-transition:all .2s;-moz-transition:all .2s;-o-transition:all .2s;transition:all .2s;-webkit-animation:fadeIn .5s linear;-moz-animation:fadeIn .5s linear;-o-animation:fadeIn .5s linear;animation:fadeIn .5s linear;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li.media{padding:1.5rem 1rem}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li.media:hover{-webkit-transition:all .2s;-moz-transition:all .2s;-o-transition:all .2s;transition:all .2s;-webkit-transform:translateY(-4px);-moz-transform:translateY(-4px);-ms-transform:translateY(-4px);-o-transform:translateY(-4px);transform:translateY(-4px);-webkit-box-shadow:0 3px 10px 0 #ccc;box-shadow:0 3px 10px 0 #ccc}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li.media .media-left{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li.media .media-body{overflow:hidden;width:-webkit-calc(100% - 60px);width:-moz-calc(100% - 60px);width:calc(100% - 60px)}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li .avatar,.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li .avatar img{width:40px;height:40px}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li .avatar img{border:2px solid #fff}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li.mail-read{background-color:#ededed}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:not(:first-child){border-top:1px solid #dae1e7}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li .user-details{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin-bottom:.75rem;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper .user-action{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper .user-action .favorite i{font-size:1.2rem;line-height:1.5}.email-application .app-content .content-area-wrapper .email-user-list .no-results{display:none;padding:1.5rem;text-align:center}.email-application .app-content .content-area-wrapper .email-user-list .no-results.show{display:block}.email-application .app-action{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;padding:1rem;border-bottom:1px solid #dae1e7;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.email-application .app-action .action-left .selectAll{margin:.25rem 0 .108rem}.email-application .app-action .action-left .selectAll .vs-checkbox,.email-application .app-action .action-right ul li:not(:last-child){margin-right:1rem}.email-application .app-action .action-right .dropdown-toggle{white-space:normal;color:#626262}.email-application .app-action .action-right .dropdown-toggle::after{display:none}.email-application .app-action .action-right i{font-size:1.5rem;margin-right:0}.email-application .email-app-details{position:absolute;z-index:2;top:0;display:block;visibility:hidden;width:-webkit-calc(100% - 260px);width:-moz-calc(100% - 260px);width:calc(100% - 260px);height:100%;padding:1.5rem 0;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%);opacity:0;background-color:#f8f8f8}.email-application .email-app-details.show{visibility:visible;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0);opacity:1}.email-application .email-app-details .email-detail-header{position:relative;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;padding:.85rem 2rem 0;border-bottom:1px solid #eee;-webkit-box-shadow:0 4px 6px rgba(0,0,0,.04);box-shadow:0 4px 6px rgba(0,0,0,.04);-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.email-application .email-app-details .email-scroll-area{position:relative;height:-webkit-calc(100vh - 18.75rem);height:-moz-calc(100vh - 18.75rem);height:calc(100vh - 18.75rem);padding:0 2rem}.email-application .email-app-details .email-scroll-area .email-detail-head{padding:1.5rem 1rem .75rem;border-bottom:1px solid #dae1e7}.email-application .email-app-details .email-scroll-area .email-detail-head .mail-meta-item{text-align:right}.email-application .email-app-details .email-scroll-area .card-body.mail-message-wrapper{border-bottom:1px solid #dae1e7!important}.email-application .email-app-details .email-scroll-area .mail-label{letter-spacing:.25px}.email-application .email-app-details .email-scroll-area .email-info-dropup .dropdown-toggle::after{left:0;margin:0}.email-application .email-app-details .email-scroll-area .mail-message p{margin-bottom:1.5rem}.email-application .email-app-details .email-scroll-area .mail-attachements{text-transform:uppercase}.email-application .ql-editor{height:150px}@media (max-width:767.98px){.email-application .sidebar-content .sidebar-close-icon{visibility:visible!important}}@media (max-width:991.98px){.email-application .app-content .sidebar-left{position:relative}.email-application .app-content .sidebar-left .email-app-sidebar{position:fixed;z-index:5;left:0;left:-2px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transform:translateX(-110%);-moz-transform:translateX(-110%);-ms-transform:translateX(-110%);-o-transform:translateX(-110%);transform:translateX(-110%)}.email-application .app-content .sidebar-left.show .email-app-sidebar{display:block;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;-webkit-transform:translateX(13%);-moz-transform:translateX(13%);-ms-transform:translateX(13%);-o-transform:translateX(13%);transform:translateX(13%)}.email-application .app-content .content-right{width:100%}.email-application .app-content .content-right .app-fixed-search{border-top-left-radius:.5rem}.email-application .app-content .content-right .email-app-details{width:100%;border-radius:.5rem}.email-application .app-content .content-right .email-app-details .email-scroll-area{height:-webkit-calc(100vh - 21.5rem);height:-moz-calc(100vh - 21.5rem);height:calc(100vh - 21.5rem)}}@media (max-width:575.98px){.email-application .sidebar-left .email-app-sidebar{left:-1.12rem!important}.email-application .email-detail-head .mail-meta-item{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.email-application .email-detail-head .mail-meta-item .mail-date,.email-application .email-detail-head .mail-meta-item .mail-time{margin:1rem .75rem 0 0}.email-application .app-content .content-right .email-app-details .email-scroll-area{height:-webkit-calc(100vh - 23.25rem);height:-moz-calc(100vh - 23.25rem);height:calc(100vh - 23.25rem)}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li .user-details{display:block}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li .user-details .mail-items{display:inline-grid;width:70%}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li .user-details .mail-meta-item{position:absolute;top:1.5rem;right:1rem;width:15%}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li .user-details .mail-meta-item .bullet,.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li .user-details .mail-meta-item i{display:none}}@media (max-width:349.98px){.email-application .content-area-wrapper .sidebar .email-app-sidebar{left:3px;width:230px}.email-application .app-content .content-area-wrapper .email-user-list{height:-webkit-calc(100vh - 22.3rem);height:-moz-calc(100vh - 22.3rem);height:calc(100vh - 22.3rem)}.email-application .email-app-details .email-detail-header{padding:0 1.2rem}.email-application .email-app-details .email-detail-header .email-next,.email-application .email-app-details .email-detail-header .email-prev{display:none}}@-webkit-keyframes fadeIn{0%{top:100px;opacity:0}75%{top:0;opacity:.5}100%{opacity:1}} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/pages/app-todo.css b/wwwjuba/app-assets/css/pages/app-todo.css new file mode 100644 index 0000000..6bd4dc8 --- /dev/null +++ b/wwwjuba/app-assets/css/pages/app-todo.css @@ -0,0 +1,35441 @@ +/*======================================================== + DARK LAYOUT +=========================================================*/ +.todo-application .content-area-wrapper +{ + border: 1px solid #dae1e7; + border-radius: .25rem; +} +.todo-application .content-area-wrapper .sidebar .todo-sidebar +{ + width: 260px; + height: -webkit-calc(100vh - 13rem); + height: -moz-calc(100vh - 13rem); + height: calc(100vh - 13rem); + + -webkit-transition: all .3s ease; + -moz-transition: all .3s ease; + -o-transition: all .3s ease; + transition: all .3s ease; + + border-top-left-radius: .25rem; + border-bottom-left-radius: .25rem; + background-color: #fff; +} +.todo-application .content-area-wrapper .sidebar .todo-sidebar .sidebar-close-icon +{ + font-size: 1.25rem; + + position: absolute; + z-index: 5; + top: .25rem; + right: .25rem; + + visibility: hidden; + + cursor: pointer; +} +.todo-application .content-area-wrapper .sidebar .todo-sidebar .todo-app-menu +{ + z-index: 3; + + width: 100%; + padding: .5rem 0; + + -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05); + box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05); +} +.todo-application .content-area-wrapper .sidebar .todo-sidebar .todo-app-menu .add-task +{ + margin-bottom: .25rem; + padding: 1px 1.5rem; +} +.todo-application .content-area-wrapper .sidebar .todo-sidebar .todo-app-menu .sidebar-menu-list +{ + position: relative; + + overflow: scroll; + + height: -webkit-calc(100% - 5.4rem); + height: -moz-calc(100% - 5.4rem); + height: calc(100% - 5.4rem); + padding: 0 1.5rem; +} +.todo-application .content-area-wrapper .sidebar .todo-sidebar .todo-app-menu .list-group .list-group-item +{ + padding-right: 0; + padding-left: 0; +} +.todo-application .content-area-wrapper .sidebar .todo-sidebar .todo-app-menu .list-group .list-group-item:focus +{ + background-color: transparent; +} +.todo-application .content-area-wrapper .sidebar .todo-sidebar .todo-app-menu .list-group .list-group-item:hover +{ + color: #626262; + background-color: transparent; +} +.todo-application .content-area-wrapper .sidebar .todo-sidebar .todo-app-menu .list-group .list-group-item.active +{ + color: #7367f0; + background-color: transparent; +} +.todo-application .content-area-wrapper .sidebar .todo-sidebar .todo-app-menu .list-group .list-group-item i +{ + top: 3px; +} +.todo-application .content-area-wrapper .sidebar .todo-sidebar .todo-app-menu hr +{ + margin-right: -1.5rem; + margin-left: -1.5rem; +} +.todo-application .content-area-wrapper .modal .todo-item-action +{ + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + + width: 6rem; + margin-bottom: 1.25rem; + + -webkit-box-align: center; + -webkit-align-items: center; + -moz-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: justify; + -webkit-justify-content: space-between; + -moz-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; +} +.todo-application .content-area-wrapper .modal .todo-item-action .todo-item-info, +.todo-application .content-area-wrapper .modal .todo-item-action .todo-item-favorite, +.todo-application .content-area-wrapper .modal .todo-item-action .dropdown +{ + font-size: 1.2rem; + line-height: 1.5; + + cursor: pointer; +} +.todo-application .content-area-wrapper .modal .todo-item-action .dropdown .dropdown-menu .dropdown-item +{ + padding: .14rem 1.428rem; +} +.todo-application .content-area-wrapper .modal .todo-item-action .dropdown-toggle::after +{ + display: none; +} +.todo-application .content-area-wrapper .app-content .content-area-wrapper +{ + position: relative; +} +.todo-application .content-area-wrapper .completed .todo-title, +.todo-application .content-area-wrapper .completed .todo-desc +{ + text-decoration: line-through; +} +.todo-application .content-area-wrapper .content-right .content-wrapper +{ + padding: 0; +} +.todo-application .content-area-wrapper .content-right .todo-app-list-wrapper +{ + border-left: 1px solid #dae1e7; +} +.todo-application .content-area-wrapper .content-right .app-fixed-search +{ + padding: .35rem .1rem; + + border-bottom: 1px solid #dae1e7; + border-top-right-radius: .5rem; + background-color: #fff; +} +.todo-application .content-area-wrapper .content-right .app-fixed-search .form-control-position +{ + font-size: -webkit-calc(1rem * 1.1); + font-size: -moz-calc(1rem * 1.1); + font-size: calc(1rem * 1.1); +} +.todo-application .content-area-wrapper .content-right .app-fixed-search input +{ + border: 0; + background-color: transparent; +} +.todo-application .content-area-wrapper .content-right .app-fixed-search input:focus +{ + border-color: transparent; + -webkit-box-shadow: none; + box-shadow: none; +} +.todo-application .content-area-wrapper .content-right .sidebar-toggle +{ + line-height: 1; + + float: left; + + margin: .5rem .99rem; + + cursor: pointer; +} +.todo-application .content-area-wrapper .content-right .sidebar-toggle i +{ + font-size: 1.75rem; +} +.todo-application .content-area-wrapper .content-right .app-content-overlay +{ + position: absolute; + z-index: 2; + top: 0; + right: 0; + bottom: 0; + left: 0; + + display: block; + visibility: hidden; + + -webkit-transition: all .3s ease; + -moz-transition: all .3s ease; + -o-transition: all .3s ease; + transition: all .3s ease; + + opacity: 0; +} +.todo-application .content-area-wrapper .content-right .app-content-overlay.show +{ + visibility: visible; + + -webkit-transition: all .3s ease; + -moz-transition: all .3s ease; + -o-transition: all .3s ease; + transition: all .3s ease; + + opacity: 1; + border-radius: .25rem; + background-color: rgba(0, 0, 0, .2); +} +.todo-application .content-area-wrapper .content-right .todo-task-list +{ + position: relative; + + height: -webkit-calc(100vh - 16.35rem); + height: -moz-calc(100vh - 16.35rem); + height: calc(100vh - 16.35rem); +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper +{ + margin: 0; + padding: 0; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li +{ + position: relative; + + padding: 1.1rem 3rem 1.2rem 2rem; + + cursor: pointer; + -webkit-transition: all .2s; + -moz-transition: all .2s; + -o-transition: all .2s; + transition: all .2s; + -webkit-animation: fadeIn .5s linear; + -moz-animation: fadeIn .5s linear; + -o-animation: fadeIn .5s linear; + animation: fadeIn .5s linear; + + border-top: 1px solid #dae1e7; + + -webkit-animation-fill-mode: both; + -moz-animation-fill-mode: both; + -o-animation-fill-mode: both; + animation-fill-mode: both; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:hover +{ + -webkit-transition: all .2s; + -moz-transition: all .2s; + -o-transition: all .2s; + transition: all .2s; + -webkit-transform: translateY(-4px); + -moz-transform: translateY(-4px); + -ms-transform: translateY(-4px); + -o-transform: translateY(-4px); + transform: translateY(-4px); + + -webkit-box-shadow: 0 3px 10px 0 #ccc; + box-shadow: 0 3px 10px 0 #ccc; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li .chip-wrapper +{ + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li .chip-wrapper .chip +{ + margin-right: .25rem; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1) +{ + -webkit-animation-delay: .1s; + -moz-animation-delay: .1s; + -o-animation-delay: .1s; + animation-delay: .1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2) +{ + -webkit-animation-delay: .2s; + -moz-animation-delay: .2s; + -o-animation-delay: .2s; + animation-delay: .2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3) +{ + -webkit-animation-delay: .3s; + -moz-animation-delay: .3s; + -o-animation-delay: .3s; + animation-delay: .3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4) +{ + -webkit-animation-delay: .4s; + -moz-animation-delay: .4s; + -o-animation-delay: .4s; + animation-delay: .4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(5) +{ + -webkit-animation-delay: .5s; + -moz-animation-delay: .5s; + -o-animation-delay: .5s; + animation-delay: .5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(6) +{ + -webkit-animation-delay: .6s; + -moz-animation-delay: .6s; + -o-animation-delay: .6s; + animation-delay: .6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(7) +{ + -webkit-animation-delay: .7s; + -moz-animation-delay: .7s; + -o-animation-delay: .7s; + animation-delay: .7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(8) +{ + -webkit-animation-delay: .8s; + -moz-animation-delay: .8s; + -o-animation-delay: .8s; + animation-delay: .8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(9) +{ + -webkit-animation-delay: .9s; + -moz-animation-delay: .9s; + -o-animation-delay: .9s; + animation-delay: .9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(10) +{ + -webkit-animation-delay: 1s; + -moz-animation-delay: 1s; + -o-animation-delay: 1s; + animation-delay: 1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(11) +{ + -webkit-animation-delay: 1.1s; + -moz-animation-delay: 1.1s; + -o-animation-delay: 1.1s; + animation-delay: 1.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(12) +{ + -webkit-animation-delay: 1.2s; + -moz-animation-delay: 1.2s; + -o-animation-delay: 1.2s; + animation-delay: 1.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(13) +{ + -webkit-animation-delay: 1.3s; + -moz-animation-delay: 1.3s; + -o-animation-delay: 1.3s; + animation-delay: 1.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(14) +{ + -webkit-animation-delay: 1.4s; + -moz-animation-delay: 1.4s; + -o-animation-delay: 1.4s; + animation-delay: 1.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(15) +{ + -webkit-animation-delay: 1.5s; + -moz-animation-delay: 1.5s; + -o-animation-delay: 1.5s; + animation-delay: 1.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(16) +{ + -webkit-animation-delay: 1.6s; + -moz-animation-delay: 1.6s; + -o-animation-delay: 1.6s; + animation-delay: 1.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(17) +{ + -webkit-animation-delay: 1.7s; + -moz-animation-delay: 1.7s; + -o-animation-delay: 1.7s; + animation-delay: 1.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(18) +{ + -webkit-animation-delay: 1.8s; + -moz-animation-delay: 1.8s; + -o-animation-delay: 1.8s; + animation-delay: 1.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(19) +{ + -webkit-animation-delay: 1.9s; + -moz-animation-delay: 1.9s; + -o-animation-delay: 1.9s; + animation-delay: 1.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(20) +{ + -webkit-animation-delay: 2s; + -moz-animation-delay: 2s; + -o-animation-delay: 2s; + animation-delay: 2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(21) +{ + -webkit-animation-delay: 2.1s; + -moz-animation-delay: 2.1s; + -o-animation-delay: 2.1s; + animation-delay: 2.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(22) +{ + -webkit-animation-delay: 2.2s; + -moz-animation-delay: 2.2s; + -o-animation-delay: 2.2s; + animation-delay: 2.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(23) +{ + -webkit-animation-delay: 2.3s; + -moz-animation-delay: 2.3s; + -o-animation-delay: 2.3s; + animation-delay: 2.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(24) +{ + -webkit-animation-delay: 2.4s; + -moz-animation-delay: 2.4s; + -o-animation-delay: 2.4s; + animation-delay: 2.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(25) +{ + -webkit-animation-delay: 2.5s; + -moz-animation-delay: 2.5s; + -o-animation-delay: 2.5s; + animation-delay: 2.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(26) +{ + -webkit-animation-delay: 2.6s; + -moz-animation-delay: 2.6s; + -o-animation-delay: 2.6s; + animation-delay: 2.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(27) +{ + -webkit-animation-delay: 2.7s; + -moz-animation-delay: 2.7s; + -o-animation-delay: 2.7s; + animation-delay: 2.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(28) +{ + -webkit-animation-delay: 2.8s; + -moz-animation-delay: 2.8s; + -o-animation-delay: 2.8s; + animation-delay: 2.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(29) +{ + -webkit-animation-delay: 2.9s; + -moz-animation-delay: 2.9s; + -o-animation-delay: 2.9s; + animation-delay: 2.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(30) +{ + -webkit-animation-delay: 3s; + -moz-animation-delay: 3s; + -o-animation-delay: 3s; + animation-delay: 3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(31) +{ + -webkit-animation-delay: 3.1s; + -moz-animation-delay: 3.1s; + -o-animation-delay: 3.1s; + animation-delay: 3.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(32) +{ + -webkit-animation-delay: 3.2s; + -moz-animation-delay: 3.2s; + -o-animation-delay: 3.2s; + animation-delay: 3.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(33) +{ + -webkit-animation-delay: 3.3s; + -moz-animation-delay: 3.3s; + -o-animation-delay: 3.3s; + animation-delay: 3.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(34) +{ + -webkit-animation-delay: 3.4s; + -moz-animation-delay: 3.4s; + -o-animation-delay: 3.4s; + animation-delay: 3.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(35) +{ + -webkit-animation-delay: 3.5s; + -moz-animation-delay: 3.5s; + -o-animation-delay: 3.5s; + animation-delay: 3.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(36) +{ + -webkit-animation-delay: 3.6s; + -moz-animation-delay: 3.6s; + -o-animation-delay: 3.6s; + animation-delay: 3.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(37) +{ + -webkit-animation-delay: 3.7s; + -moz-animation-delay: 3.7s; + -o-animation-delay: 3.7s; + animation-delay: 3.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(38) +{ + -webkit-animation-delay: 3.8s; + -moz-animation-delay: 3.8s; + -o-animation-delay: 3.8s; + animation-delay: 3.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(39) +{ + -webkit-animation-delay: 3.9s; + -moz-animation-delay: 3.9s; + -o-animation-delay: 3.9s; + animation-delay: 3.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(40) +{ + -webkit-animation-delay: 4s; + -moz-animation-delay: 4s; + -o-animation-delay: 4s; + animation-delay: 4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(41) +{ + -webkit-animation-delay: 4.1s; + -moz-animation-delay: 4.1s; + -o-animation-delay: 4.1s; + animation-delay: 4.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(42) +{ + -webkit-animation-delay: 4.2s; + -moz-animation-delay: 4.2s; + -o-animation-delay: 4.2s; + animation-delay: 4.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(43) +{ + -webkit-animation-delay: 4.3s; + -moz-animation-delay: 4.3s; + -o-animation-delay: 4.3s; + animation-delay: 4.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(44) +{ + -webkit-animation-delay: 4.4s; + -moz-animation-delay: 4.4s; + -o-animation-delay: 4.4s; + animation-delay: 4.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(45) +{ + -webkit-animation-delay: 4.5s; + -moz-animation-delay: 4.5s; + -o-animation-delay: 4.5s; + animation-delay: 4.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(46) +{ + -webkit-animation-delay: 4.6s; + -moz-animation-delay: 4.6s; + -o-animation-delay: 4.6s; + animation-delay: 4.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(47) +{ + -webkit-animation-delay: 4.7s; + -moz-animation-delay: 4.7s; + -o-animation-delay: 4.7s; + animation-delay: 4.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(48) +{ + -webkit-animation-delay: 4.8s; + -moz-animation-delay: 4.8s; + -o-animation-delay: 4.8s; + animation-delay: 4.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(49) +{ + -webkit-animation-delay: 4.9s; + -moz-animation-delay: 4.9s; + -o-animation-delay: 4.9s; + animation-delay: 4.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(50) +{ + -webkit-animation-delay: 5s; + -moz-animation-delay: 5s; + -o-animation-delay: 5s; + animation-delay: 5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(51) +{ + -webkit-animation-delay: 5.1s; + -moz-animation-delay: 5.1s; + -o-animation-delay: 5.1s; + animation-delay: 5.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(52) +{ + -webkit-animation-delay: 5.2s; + -moz-animation-delay: 5.2s; + -o-animation-delay: 5.2s; + animation-delay: 5.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(53) +{ + -webkit-animation-delay: 5.3s; + -moz-animation-delay: 5.3s; + -o-animation-delay: 5.3s; + animation-delay: 5.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(54) +{ + -webkit-animation-delay: 5.4s; + -moz-animation-delay: 5.4s; + -o-animation-delay: 5.4s; + animation-delay: 5.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(55) +{ + -webkit-animation-delay: 5.5s; + -moz-animation-delay: 5.5s; + -o-animation-delay: 5.5s; + animation-delay: 5.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(56) +{ + -webkit-animation-delay: 5.6s; + -moz-animation-delay: 5.6s; + -o-animation-delay: 5.6s; + animation-delay: 5.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(57) +{ + -webkit-animation-delay: 5.7s; + -moz-animation-delay: 5.7s; + -o-animation-delay: 5.7s; + animation-delay: 5.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(58) +{ + -webkit-animation-delay: 5.8s; + -moz-animation-delay: 5.8s; + -o-animation-delay: 5.8s; + animation-delay: 5.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(59) +{ + -webkit-animation-delay: 5.9s; + -moz-animation-delay: 5.9s; + -o-animation-delay: 5.9s; + animation-delay: 5.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(60) +{ + -webkit-animation-delay: 6s; + -moz-animation-delay: 6s; + -o-animation-delay: 6s; + animation-delay: 6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(61) +{ + -webkit-animation-delay: 6.1s; + -moz-animation-delay: 6.1s; + -o-animation-delay: 6.1s; + animation-delay: 6.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(62) +{ + -webkit-animation-delay: 6.2s; + -moz-animation-delay: 6.2s; + -o-animation-delay: 6.2s; + animation-delay: 6.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(63) +{ + -webkit-animation-delay: 6.3s; + -moz-animation-delay: 6.3s; + -o-animation-delay: 6.3s; + animation-delay: 6.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(64) +{ + -webkit-animation-delay: 6.4s; + -moz-animation-delay: 6.4s; + -o-animation-delay: 6.4s; + animation-delay: 6.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(65) +{ + -webkit-animation-delay: 6.5s; + -moz-animation-delay: 6.5s; + -o-animation-delay: 6.5s; + animation-delay: 6.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(66) +{ + -webkit-animation-delay: 6.6s; + -moz-animation-delay: 6.6s; + -o-animation-delay: 6.6s; + animation-delay: 6.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(67) +{ + -webkit-animation-delay: 6.7s; + -moz-animation-delay: 6.7s; + -o-animation-delay: 6.7s; + animation-delay: 6.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(68) +{ + -webkit-animation-delay: 6.8s; + -moz-animation-delay: 6.8s; + -o-animation-delay: 6.8s; + animation-delay: 6.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(69) +{ + -webkit-animation-delay: 6.9s; + -moz-animation-delay: 6.9s; + -o-animation-delay: 6.9s; + animation-delay: 6.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(70) +{ + -webkit-animation-delay: 7s; + -moz-animation-delay: 7s; + -o-animation-delay: 7s; + animation-delay: 7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(71) +{ + -webkit-animation-delay: 7.1s; + -moz-animation-delay: 7.1s; + -o-animation-delay: 7.1s; + animation-delay: 7.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(72) +{ + -webkit-animation-delay: 7.2s; + -moz-animation-delay: 7.2s; + -o-animation-delay: 7.2s; + animation-delay: 7.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(73) +{ + -webkit-animation-delay: 7.3s; + -moz-animation-delay: 7.3s; + -o-animation-delay: 7.3s; + animation-delay: 7.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(74) +{ + -webkit-animation-delay: 7.4s; + -moz-animation-delay: 7.4s; + -o-animation-delay: 7.4s; + animation-delay: 7.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(75) +{ + -webkit-animation-delay: 7.5s; + -moz-animation-delay: 7.5s; + -o-animation-delay: 7.5s; + animation-delay: 7.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(76) +{ + -webkit-animation-delay: 7.6s; + -moz-animation-delay: 7.6s; + -o-animation-delay: 7.6s; + animation-delay: 7.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(77) +{ + -webkit-animation-delay: 7.7s; + -moz-animation-delay: 7.7s; + -o-animation-delay: 7.7s; + animation-delay: 7.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(78) +{ + -webkit-animation-delay: 7.8s; + -moz-animation-delay: 7.8s; + -o-animation-delay: 7.8s; + animation-delay: 7.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(79) +{ + -webkit-animation-delay: 7.9s; + -moz-animation-delay: 7.9s; + -o-animation-delay: 7.9s; + animation-delay: 7.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(80) +{ + -webkit-animation-delay: 8s; + -moz-animation-delay: 8s; + -o-animation-delay: 8s; + animation-delay: 8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(81) +{ + -webkit-animation-delay: 8.1s; + -moz-animation-delay: 8.1s; + -o-animation-delay: 8.1s; + animation-delay: 8.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(82) +{ + -webkit-animation-delay: 8.2s; + -moz-animation-delay: 8.2s; + -o-animation-delay: 8.2s; + animation-delay: 8.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(83) +{ + -webkit-animation-delay: 8.3s; + -moz-animation-delay: 8.3s; + -o-animation-delay: 8.3s; + animation-delay: 8.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(84) +{ + -webkit-animation-delay: 8.4s; + -moz-animation-delay: 8.4s; + -o-animation-delay: 8.4s; + animation-delay: 8.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(85) +{ + -webkit-animation-delay: 8.5s; + -moz-animation-delay: 8.5s; + -o-animation-delay: 8.5s; + animation-delay: 8.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(86) +{ + -webkit-animation-delay: 8.6s; + -moz-animation-delay: 8.6s; + -o-animation-delay: 8.6s; + animation-delay: 8.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(87) +{ + -webkit-animation-delay: 8.7s; + -moz-animation-delay: 8.7s; + -o-animation-delay: 8.7s; + animation-delay: 8.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(88) +{ + -webkit-animation-delay: 8.8s; + -moz-animation-delay: 8.8s; + -o-animation-delay: 8.8s; + animation-delay: 8.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(89) +{ + -webkit-animation-delay: 8.9s; + -moz-animation-delay: 8.9s; + -o-animation-delay: 8.9s; + animation-delay: 8.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(90) +{ + -webkit-animation-delay: 9s; + -moz-animation-delay: 9s; + -o-animation-delay: 9s; + animation-delay: 9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(91) +{ + -webkit-animation-delay: 9.1s; + -moz-animation-delay: 9.1s; + -o-animation-delay: 9.1s; + animation-delay: 9.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(92) +{ + -webkit-animation-delay: 9.2s; + -moz-animation-delay: 9.2s; + -o-animation-delay: 9.2s; + animation-delay: 9.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(93) +{ + -webkit-animation-delay: 9.3s; + -moz-animation-delay: 9.3s; + -o-animation-delay: 9.3s; + animation-delay: 9.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(94) +{ + -webkit-animation-delay: 9.4s; + -moz-animation-delay: 9.4s; + -o-animation-delay: 9.4s; + animation-delay: 9.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(95) +{ + -webkit-animation-delay: 9.5s; + -moz-animation-delay: 9.5s; + -o-animation-delay: 9.5s; + animation-delay: 9.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(96) +{ + -webkit-animation-delay: 9.6s; + -moz-animation-delay: 9.6s; + -o-animation-delay: 9.6s; + animation-delay: 9.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(97) +{ + -webkit-animation-delay: 9.7s; + -moz-animation-delay: 9.7s; + -o-animation-delay: 9.7s; + animation-delay: 9.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(98) +{ + -webkit-animation-delay: 9.8s; + -moz-animation-delay: 9.8s; + -o-animation-delay: 9.8s; + animation-delay: 9.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(99) +{ + -webkit-animation-delay: 9.9s; + -moz-animation-delay: 9.9s; + -o-animation-delay: 9.9s; + animation-delay: 9.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(100) +{ + -webkit-animation-delay: 10s; + -moz-animation-delay: 10s; + -o-animation-delay: 10s; + animation-delay: 10s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(101) +{ + -webkit-animation-delay: 10.1s; + -moz-animation-delay: 10.1s; + -o-animation-delay: 10.1s; + animation-delay: 10.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(102) +{ + -webkit-animation-delay: 10.2s; + -moz-animation-delay: 10.2s; + -o-animation-delay: 10.2s; + animation-delay: 10.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(103) +{ + -webkit-animation-delay: 10.3s; + -moz-animation-delay: 10.3s; + -o-animation-delay: 10.3s; + animation-delay: 10.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(104) +{ + -webkit-animation-delay: 10.4s; + -moz-animation-delay: 10.4s; + -o-animation-delay: 10.4s; + animation-delay: 10.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(105) +{ + -webkit-animation-delay: 10.5s; + -moz-animation-delay: 10.5s; + -o-animation-delay: 10.5s; + animation-delay: 10.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(106) +{ + -webkit-animation-delay: 10.6s; + -moz-animation-delay: 10.6s; + -o-animation-delay: 10.6s; + animation-delay: 10.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(107) +{ + -webkit-animation-delay: 10.7s; + -moz-animation-delay: 10.7s; + -o-animation-delay: 10.7s; + animation-delay: 10.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(108) +{ + -webkit-animation-delay: 10.8s; + -moz-animation-delay: 10.8s; + -o-animation-delay: 10.8s; + animation-delay: 10.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(109) +{ + -webkit-animation-delay: 10.9s; + -moz-animation-delay: 10.9s; + -o-animation-delay: 10.9s; + animation-delay: 10.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(110) +{ + -webkit-animation-delay: 11s; + -moz-animation-delay: 11s; + -o-animation-delay: 11s; + animation-delay: 11s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(111) +{ + -webkit-animation-delay: 11.1s; + -moz-animation-delay: 11.1s; + -o-animation-delay: 11.1s; + animation-delay: 11.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(112) +{ + -webkit-animation-delay: 11.2s; + -moz-animation-delay: 11.2s; + -o-animation-delay: 11.2s; + animation-delay: 11.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(113) +{ + -webkit-animation-delay: 11.3s; + -moz-animation-delay: 11.3s; + -o-animation-delay: 11.3s; + animation-delay: 11.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(114) +{ + -webkit-animation-delay: 11.4s; + -moz-animation-delay: 11.4s; + -o-animation-delay: 11.4s; + animation-delay: 11.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(115) +{ + -webkit-animation-delay: 11.5s; + -moz-animation-delay: 11.5s; + -o-animation-delay: 11.5s; + animation-delay: 11.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(116) +{ + -webkit-animation-delay: 11.6s; + -moz-animation-delay: 11.6s; + -o-animation-delay: 11.6s; + animation-delay: 11.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(117) +{ + -webkit-animation-delay: 11.7s; + -moz-animation-delay: 11.7s; + -o-animation-delay: 11.7s; + animation-delay: 11.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(118) +{ + -webkit-animation-delay: 11.8s; + -moz-animation-delay: 11.8s; + -o-animation-delay: 11.8s; + animation-delay: 11.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(119) +{ + -webkit-animation-delay: 11.9s; + -moz-animation-delay: 11.9s; + -o-animation-delay: 11.9s; + animation-delay: 11.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(120) +{ + -webkit-animation-delay: 12s; + -moz-animation-delay: 12s; + -o-animation-delay: 12s; + animation-delay: 12s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(121) +{ + -webkit-animation-delay: 12.1s; + -moz-animation-delay: 12.1s; + -o-animation-delay: 12.1s; + animation-delay: 12.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(122) +{ + -webkit-animation-delay: 12.2s; + -moz-animation-delay: 12.2s; + -o-animation-delay: 12.2s; + animation-delay: 12.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(123) +{ + -webkit-animation-delay: 12.3s; + -moz-animation-delay: 12.3s; + -o-animation-delay: 12.3s; + animation-delay: 12.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(124) +{ + -webkit-animation-delay: 12.4s; + -moz-animation-delay: 12.4s; + -o-animation-delay: 12.4s; + animation-delay: 12.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(125) +{ + -webkit-animation-delay: 12.5s; + -moz-animation-delay: 12.5s; + -o-animation-delay: 12.5s; + animation-delay: 12.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(126) +{ + -webkit-animation-delay: 12.6s; + -moz-animation-delay: 12.6s; + -o-animation-delay: 12.6s; + animation-delay: 12.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(127) +{ + -webkit-animation-delay: 12.7s; + -moz-animation-delay: 12.7s; + -o-animation-delay: 12.7s; + animation-delay: 12.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(128) +{ + -webkit-animation-delay: 12.8s; + -moz-animation-delay: 12.8s; + -o-animation-delay: 12.8s; + animation-delay: 12.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(129) +{ + -webkit-animation-delay: 12.9s; + -moz-animation-delay: 12.9s; + -o-animation-delay: 12.9s; + animation-delay: 12.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(130) +{ + -webkit-animation-delay: 13s; + -moz-animation-delay: 13s; + -o-animation-delay: 13s; + animation-delay: 13s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(131) +{ + -webkit-animation-delay: 13.1s; + -moz-animation-delay: 13.1s; + -o-animation-delay: 13.1s; + animation-delay: 13.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(132) +{ + -webkit-animation-delay: 13.2s; + -moz-animation-delay: 13.2s; + -o-animation-delay: 13.2s; + animation-delay: 13.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(133) +{ + -webkit-animation-delay: 13.3s; + -moz-animation-delay: 13.3s; + -o-animation-delay: 13.3s; + animation-delay: 13.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(134) +{ + -webkit-animation-delay: 13.4s; + -moz-animation-delay: 13.4s; + -o-animation-delay: 13.4s; + animation-delay: 13.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(135) +{ + -webkit-animation-delay: 13.5s; + -moz-animation-delay: 13.5s; + -o-animation-delay: 13.5s; + animation-delay: 13.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(136) +{ + -webkit-animation-delay: 13.6s; + -moz-animation-delay: 13.6s; + -o-animation-delay: 13.6s; + animation-delay: 13.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(137) +{ + -webkit-animation-delay: 13.7s; + -moz-animation-delay: 13.7s; + -o-animation-delay: 13.7s; + animation-delay: 13.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(138) +{ + -webkit-animation-delay: 13.8s; + -moz-animation-delay: 13.8s; + -o-animation-delay: 13.8s; + animation-delay: 13.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(139) +{ + -webkit-animation-delay: 13.9s; + -moz-animation-delay: 13.9s; + -o-animation-delay: 13.9s; + animation-delay: 13.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(140) +{ + -webkit-animation-delay: 14s; + -moz-animation-delay: 14s; + -o-animation-delay: 14s; + animation-delay: 14s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(141) +{ + -webkit-animation-delay: 14.1s; + -moz-animation-delay: 14.1s; + -o-animation-delay: 14.1s; + animation-delay: 14.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(142) +{ + -webkit-animation-delay: 14.2s; + -moz-animation-delay: 14.2s; + -o-animation-delay: 14.2s; + animation-delay: 14.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(143) +{ + -webkit-animation-delay: 14.3s; + -moz-animation-delay: 14.3s; + -o-animation-delay: 14.3s; + animation-delay: 14.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(144) +{ + -webkit-animation-delay: 14.4s; + -moz-animation-delay: 14.4s; + -o-animation-delay: 14.4s; + animation-delay: 14.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(145) +{ + -webkit-animation-delay: 14.5s; + -moz-animation-delay: 14.5s; + -o-animation-delay: 14.5s; + animation-delay: 14.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(146) +{ + -webkit-animation-delay: 14.6s; + -moz-animation-delay: 14.6s; + -o-animation-delay: 14.6s; + animation-delay: 14.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(147) +{ + -webkit-animation-delay: 14.7s; + -moz-animation-delay: 14.7s; + -o-animation-delay: 14.7s; + animation-delay: 14.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(148) +{ + -webkit-animation-delay: 14.8s; + -moz-animation-delay: 14.8s; + -o-animation-delay: 14.8s; + animation-delay: 14.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(149) +{ + -webkit-animation-delay: 14.9s; + -moz-animation-delay: 14.9s; + -o-animation-delay: 14.9s; + animation-delay: 14.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(150) +{ + -webkit-animation-delay: 15s; + -moz-animation-delay: 15s; + -o-animation-delay: 15s; + animation-delay: 15s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(151) +{ + -webkit-animation-delay: 15.1s; + -moz-animation-delay: 15.1s; + -o-animation-delay: 15.1s; + animation-delay: 15.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(152) +{ + -webkit-animation-delay: 15.2s; + -moz-animation-delay: 15.2s; + -o-animation-delay: 15.2s; + animation-delay: 15.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(153) +{ + -webkit-animation-delay: 15.3s; + -moz-animation-delay: 15.3s; + -o-animation-delay: 15.3s; + animation-delay: 15.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(154) +{ + -webkit-animation-delay: 15.4s; + -moz-animation-delay: 15.4s; + -o-animation-delay: 15.4s; + animation-delay: 15.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(155) +{ + -webkit-animation-delay: 15.5s; + -moz-animation-delay: 15.5s; + -o-animation-delay: 15.5s; + animation-delay: 15.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(156) +{ + -webkit-animation-delay: 15.6s; + -moz-animation-delay: 15.6s; + -o-animation-delay: 15.6s; + animation-delay: 15.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(157) +{ + -webkit-animation-delay: 15.7s; + -moz-animation-delay: 15.7s; + -o-animation-delay: 15.7s; + animation-delay: 15.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(158) +{ + -webkit-animation-delay: 15.8s; + -moz-animation-delay: 15.8s; + -o-animation-delay: 15.8s; + animation-delay: 15.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(159) +{ + -webkit-animation-delay: 15.9s; + -moz-animation-delay: 15.9s; + -o-animation-delay: 15.9s; + animation-delay: 15.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(160) +{ + -webkit-animation-delay: 16s; + -moz-animation-delay: 16s; + -o-animation-delay: 16s; + animation-delay: 16s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(161) +{ + -webkit-animation-delay: 16.1s; + -moz-animation-delay: 16.1s; + -o-animation-delay: 16.1s; + animation-delay: 16.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(162) +{ + -webkit-animation-delay: 16.2s; + -moz-animation-delay: 16.2s; + -o-animation-delay: 16.2s; + animation-delay: 16.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(163) +{ + -webkit-animation-delay: 16.3s; + -moz-animation-delay: 16.3s; + -o-animation-delay: 16.3s; + animation-delay: 16.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(164) +{ + -webkit-animation-delay: 16.4s; + -moz-animation-delay: 16.4s; + -o-animation-delay: 16.4s; + animation-delay: 16.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(165) +{ + -webkit-animation-delay: 16.5s; + -moz-animation-delay: 16.5s; + -o-animation-delay: 16.5s; + animation-delay: 16.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(166) +{ + -webkit-animation-delay: 16.6s; + -moz-animation-delay: 16.6s; + -o-animation-delay: 16.6s; + animation-delay: 16.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(167) +{ + -webkit-animation-delay: 16.7s; + -moz-animation-delay: 16.7s; + -o-animation-delay: 16.7s; + animation-delay: 16.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(168) +{ + -webkit-animation-delay: 16.8s; + -moz-animation-delay: 16.8s; + -o-animation-delay: 16.8s; + animation-delay: 16.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(169) +{ + -webkit-animation-delay: 16.9s; + -moz-animation-delay: 16.9s; + -o-animation-delay: 16.9s; + animation-delay: 16.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(170) +{ + -webkit-animation-delay: 17s; + -moz-animation-delay: 17s; + -o-animation-delay: 17s; + animation-delay: 17s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(171) +{ + -webkit-animation-delay: 17.1s; + -moz-animation-delay: 17.1s; + -o-animation-delay: 17.1s; + animation-delay: 17.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(172) +{ + -webkit-animation-delay: 17.2s; + -moz-animation-delay: 17.2s; + -o-animation-delay: 17.2s; + animation-delay: 17.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(173) +{ + -webkit-animation-delay: 17.3s; + -moz-animation-delay: 17.3s; + -o-animation-delay: 17.3s; + animation-delay: 17.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(174) +{ + -webkit-animation-delay: 17.4s; + -moz-animation-delay: 17.4s; + -o-animation-delay: 17.4s; + animation-delay: 17.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(175) +{ + -webkit-animation-delay: 17.5s; + -moz-animation-delay: 17.5s; + -o-animation-delay: 17.5s; + animation-delay: 17.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(176) +{ + -webkit-animation-delay: 17.6s; + -moz-animation-delay: 17.6s; + -o-animation-delay: 17.6s; + animation-delay: 17.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(177) +{ + -webkit-animation-delay: 17.7s; + -moz-animation-delay: 17.7s; + -o-animation-delay: 17.7s; + animation-delay: 17.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(178) +{ + -webkit-animation-delay: 17.8s; + -moz-animation-delay: 17.8s; + -o-animation-delay: 17.8s; + animation-delay: 17.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(179) +{ + -webkit-animation-delay: 17.9s; + -moz-animation-delay: 17.9s; + -o-animation-delay: 17.9s; + animation-delay: 17.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(180) +{ + -webkit-animation-delay: 18s; + -moz-animation-delay: 18s; + -o-animation-delay: 18s; + animation-delay: 18s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(181) +{ + -webkit-animation-delay: 18.1s; + -moz-animation-delay: 18.1s; + -o-animation-delay: 18.1s; + animation-delay: 18.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(182) +{ + -webkit-animation-delay: 18.2s; + -moz-animation-delay: 18.2s; + -o-animation-delay: 18.2s; + animation-delay: 18.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(183) +{ + -webkit-animation-delay: 18.3s; + -moz-animation-delay: 18.3s; + -o-animation-delay: 18.3s; + animation-delay: 18.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(184) +{ + -webkit-animation-delay: 18.4s; + -moz-animation-delay: 18.4s; + -o-animation-delay: 18.4s; + animation-delay: 18.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(185) +{ + -webkit-animation-delay: 18.5s; + -moz-animation-delay: 18.5s; + -o-animation-delay: 18.5s; + animation-delay: 18.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(186) +{ + -webkit-animation-delay: 18.6s; + -moz-animation-delay: 18.6s; + -o-animation-delay: 18.6s; + animation-delay: 18.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(187) +{ + -webkit-animation-delay: 18.7s; + -moz-animation-delay: 18.7s; + -o-animation-delay: 18.7s; + animation-delay: 18.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(188) +{ + -webkit-animation-delay: 18.8s; + -moz-animation-delay: 18.8s; + -o-animation-delay: 18.8s; + animation-delay: 18.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(189) +{ + -webkit-animation-delay: 18.9s; + -moz-animation-delay: 18.9s; + -o-animation-delay: 18.9s; + animation-delay: 18.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(190) +{ + -webkit-animation-delay: 19s; + -moz-animation-delay: 19s; + -o-animation-delay: 19s; + animation-delay: 19s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(191) +{ + -webkit-animation-delay: 19.1s; + -moz-animation-delay: 19.1s; + -o-animation-delay: 19.1s; + animation-delay: 19.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(192) +{ + -webkit-animation-delay: 19.2s; + -moz-animation-delay: 19.2s; + -o-animation-delay: 19.2s; + animation-delay: 19.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(193) +{ + -webkit-animation-delay: 19.3s; + -moz-animation-delay: 19.3s; + -o-animation-delay: 19.3s; + animation-delay: 19.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(194) +{ + -webkit-animation-delay: 19.4s; + -moz-animation-delay: 19.4s; + -o-animation-delay: 19.4s; + animation-delay: 19.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(195) +{ + -webkit-animation-delay: 19.5s; + -moz-animation-delay: 19.5s; + -o-animation-delay: 19.5s; + animation-delay: 19.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(196) +{ + -webkit-animation-delay: 19.6s; + -moz-animation-delay: 19.6s; + -o-animation-delay: 19.6s; + animation-delay: 19.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(197) +{ + -webkit-animation-delay: 19.7s; + -moz-animation-delay: 19.7s; + -o-animation-delay: 19.7s; + animation-delay: 19.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(198) +{ + -webkit-animation-delay: 19.8s; + -moz-animation-delay: 19.8s; + -o-animation-delay: 19.8s; + animation-delay: 19.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(199) +{ + -webkit-animation-delay: 19.9s; + -moz-animation-delay: 19.9s; + -o-animation-delay: 19.9s; + animation-delay: 19.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(200) +{ + -webkit-animation-delay: 20s; + -moz-animation-delay: 20s; + -o-animation-delay: 20s; + animation-delay: 20s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(201) +{ + -webkit-animation-delay: 20.1s; + -moz-animation-delay: 20.1s; + -o-animation-delay: 20.1s; + animation-delay: 20.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(202) +{ + -webkit-animation-delay: 20.2s; + -moz-animation-delay: 20.2s; + -o-animation-delay: 20.2s; + animation-delay: 20.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(203) +{ + -webkit-animation-delay: 20.3s; + -moz-animation-delay: 20.3s; + -o-animation-delay: 20.3s; + animation-delay: 20.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(204) +{ + -webkit-animation-delay: 20.4s; + -moz-animation-delay: 20.4s; + -o-animation-delay: 20.4s; + animation-delay: 20.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(205) +{ + -webkit-animation-delay: 20.5s; + -moz-animation-delay: 20.5s; + -o-animation-delay: 20.5s; + animation-delay: 20.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(206) +{ + -webkit-animation-delay: 20.6s; + -moz-animation-delay: 20.6s; + -o-animation-delay: 20.6s; + animation-delay: 20.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(207) +{ + -webkit-animation-delay: 20.7s; + -moz-animation-delay: 20.7s; + -o-animation-delay: 20.7s; + animation-delay: 20.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(208) +{ + -webkit-animation-delay: 20.8s; + -moz-animation-delay: 20.8s; + -o-animation-delay: 20.8s; + animation-delay: 20.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(209) +{ + -webkit-animation-delay: 20.9s; + -moz-animation-delay: 20.9s; + -o-animation-delay: 20.9s; + animation-delay: 20.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(210) +{ + -webkit-animation-delay: 21s; + -moz-animation-delay: 21s; + -o-animation-delay: 21s; + animation-delay: 21s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(211) +{ + -webkit-animation-delay: 21.1s; + -moz-animation-delay: 21.1s; + -o-animation-delay: 21.1s; + animation-delay: 21.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(212) +{ + -webkit-animation-delay: 21.2s; + -moz-animation-delay: 21.2s; + -o-animation-delay: 21.2s; + animation-delay: 21.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(213) +{ + -webkit-animation-delay: 21.3s; + -moz-animation-delay: 21.3s; + -o-animation-delay: 21.3s; + animation-delay: 21.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(214) +{ + -webkit-animation-delay: 21.4s; + -moz-animation-delay: 21.4s; + -o-animation-delay: 21.4s; + animation-delay: 21.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(215) +{ + -webkit-animation-delay: 21.5s; + -moz-animation-delay: 21.5s; + -o-animation-delay: 21.5s; + animation-delay: 21.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(216) +{ + -webkit-animation-delay: 21.6s; + -moz-animation-delay: 21.6s; + -o-animation-delay: 21.6s; + animation-delay: 21.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(217) +{ + -webkit-animation-delay: 21.7s; + -moz-animation-delay: 21.7s; + -o-animation-delay: 21.7s; + animation-delay: 21.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(218) +{ + -webkit-animation-delay: 21.8s; + -moz-animation-delay: 21.8s; + -o-animation-delay: 21.8s; + animation-delay: 21.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(219) +{ + -webkit-animation-delay: 21.9s; + -moz-animation-delay: 21.9s; + -o-animation-delay: 21.9s; + animation-delay: 21.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(220) +{ + -webkit-animation-delay: 22s; + -moz-animation-delay: 22s; + -o-animation-delay: 22s; + animation-delay: 22s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(221) +{ + -webkit-animation-delay: 22.1s; + -moz-animation-delay: 22.1s; + -o-animation-delay: 22.1s; + animation-delay: 22.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(222) +{ + -webkit-animation-delay: 22.2s; + -moz-animation-delay: 22.2s; + -o-animation-delay: 22.2s; + animation-delay: 22.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(223) +{ + -webkit-animation-delay: 22.3s; + -moz-animation-delay: 22.3s; + -o-animation-delay: 22.3s; + animation-delay: 22.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(224) +{ + -webkit-animation-delay: 22.4s; + -moz-animation-delay: 22.4s; + -o-animation-delay: 22.4s; + animation-delay: 22.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(225) +{ + -webkit-animation-delay: 22.5s; + -moz-animation-delay: 22.5s; + -o-animation-delay: 22.5s; + animation-delay: 22.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(226) +{ + -webkit-animation-delay: 22.6s; + -moz-animation-delay: 22.6s; + -o-animation-delay: 22.6s; + animation-delay: 22.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(227) +{ + -webkit-animation-delay: 22.7s; + -moz-animation-delay: 22.7s; + -o-animation-delay: 22.7s; + animation-delay: 22.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(228) +{ + -webkit-animation-delay: 22.8s; + -moz-animation-delay: 22.8s; + -o-animation-delay: 22.8s; + animation-delay: 22.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(229) +{ + -webkit-animation-delay: 22.9s; + -moz-animation-delay: 22.9s; + -o-animation-delay: 22.9s; + animation-delay: 22.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(230) +{ + -webkit-animation-delay: 23s; + -moz-animation-delay: 23s; + -o-animation-delay: 23s; + animation-delay: 23s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(231) +{ + -webkit-animation-delay: 23.1s; + -moz-animation-delay: 23.1s; + -o-animation-delay: 23.1s; + animation-delay: 23.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(232) +{ + -webkit-animation-delay: 23.2s; + -moz-animation-delay: 23.2s; + -o-animation-delay: 23.2s; + animation-delay: 23.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(233) +{ + -webkit-animation-delay: 23.3s; + -moz-animation-delay: 23.3s; + -o-animation-delay: 23.3s; + animation-delay: 23.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(234) +{ + -webkit-animation-delay: 23.4s; + -moz-animation-delay: 23.4s; + -o-animation-delay: 23.4s; + animation-delay: 23.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(235) +{ + -webkit-animation-delay: 23.5s; + -moz-animation-delay: 23.5s; + -o-animation-delay: 23.5s; + animation-delay: 23.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(236) +{ + -webkit-animation-delay: 23.6s; + -moz-animation-delay: 23.6s; + -o-animation-delay: 23.6s; + animation-delay: 23.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(237) +{ + -webkit-animation-delay: 23.7s; + -moz-animation-delay: 23.7s; + -o-animation-delay: 23.7s; + animation-delay: 23.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(238) +{ + -webkit-animation-delay: 23.8s; + -moz-animation-delay: 23.8s; + -o-animation-delay: 23.8s; + animation-delay: 23.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(239) +{ + -webkit-animation-delay: 23.9s; + -moz-animation-delay: 23.9s; + -o-animation-delay: 23.9s; + animation-delay: 23.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(240) +{ + -webkit-animation-delay: 24s; + -moz-animation-delay: 24s; + -o-animation-delay: 24s; + animation-delay: 24s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(241) +{ + -webkit-animation-delay: 24.1s; + -moz-animation-delay: 24.1s; + -o-animation-delay: 24.1s; + animation-delay: 24.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(242) +{ + -webkit-animation-delay: 24.2s; + -moz-animation-delay: 24.2s; + -o-animation-delay: 24.2s; + animation-delay: 24.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(243) +{ + -webkit-animation-delay: 24.3s; + -moz-animation-delay: 24.3s; + -o-animation-delay: 24.3s; + animation-delay: 24.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(244) +{ + -webkit-animation-delay: 24.4s; + -moz-animation-delay: 24.4s; + -o-animation-delay: 24.4s; + animation-delay: 24.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(245) +{ + -webkit-animation-delay: 24.5s; + -moz-animation-delay: 24.5s; + -o-animation-delay: 24.5s; + animation-delay: 24.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(246) +{ + -webkit-animation-delay: 24.6s; + -moz-animation-delay: 24.6s; + -o-animation-delay: 24.6s; + animation-delay: 24.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(247) +{ + -webkit-animation-delay: 24.7s; + -moz-animation-delay: 24.7s; + -o-animation-delay: 24.7s; + animation-delay: 24.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(248) +{ + -webkit-animation-delay: 24.8s; + -moz-animation-delay: 24.8s; + -o-animation-delay: 24.8s; + animation-delay: 24.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(249) +{ + -webkit-animation-delay: 24.9s; + -moz-animation-delay: 24.9s; + -o-animation-delay: 24.9s; + animation-delay: 24.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(250) +{ + -webkit-animation-delay: 25s; + -moz-animation-delay: 25s; + -o-animation-delay: 25s; + animation-delay: 25s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(251) +{ + -webkit-animation-delay: 25.1s; + -moz-animation-delay: 25.1s; + -o-animation-delay: 25.1s; + animation-delay: 25.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(252) +{ + -webkit-animation-delay: 25.2s; + -moz-animation-delay: 25.2s; + -o-animation-delay: 25.2s; + animation-delay: 25.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(253) +{ + -webkit-animation-delay: 25.3s; + -moz-animation-delay: 25.3s; + -o-animation-delay: 25.3s; + animation-delay: 25.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(254) +{ + -webkit-animation-delay: 25.4s; + -moz-animation-delay: 25.4s; + -o-animation-delay: 25.4s; + animation-delay: 25.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(255) +{ + -webkit-animation-delay: 25.5s; + -moz-animation-delay: 25.5s; + -o-animation-delay: 25.5s; + animation-delay: 25.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(256) +{ + -webkit-animation-delay: 25.6s; + -moz-animation-delay: 25.6s; + -o-animation-delay: 25.6s; + animation-delay: 25.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(257) +{ + -webkit-animation-delay: 25.7s; + -moz-animation-delay: 25.7s; + -o-animation-delay: 25.7s; + animation-delay: 25.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(258) +{ + -webkit-animation-delay: 25.8s; + -moz-animation-delay: 25.8s; + -o-animation-delay: 25.8s; + animation-delay: 25.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(259) +{ + -webkit-animation-delay: 25.9s; + -moz-animation-delay: 25.9s; + -o-animation-delay: 25.9s; + animation-delay: 25.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(260) +{ + -webkit-animation-delay: 26s; + -moz-animation-delay: 26s; + -o-animation-delay: 26s; + animation-delay: 26s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(261) +{ + -webkit-animation-delay: 26.1s; + -moz-animation-delay: 26.1s; + -o-animation-delay: 26.1s; + animation-delay: 26.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(262) +{ + -webkit-animation-delay: 26.2s; + -moz-animation-delay: 26.2s; + -o-animation-delay: 26.2s; + animation-delay: 26.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(263) +{ + -webkit-animation-delay: 26.3s; + -moz-animation-delay: 26.3s; + -o-animation-delay: 26.3s; + animation-delay: 26.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(264) +{ + -webkit-animation-delay: 26.4s; + -moz-animation-delay: 26.4s; + -o-animation-delay: 26.4s; + animation-delay: 26.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(265) +{ + -webkit-animation-delay: 26.5s; + -moz-animation-delay: 26.5s; + -o-animation-delay: 26.5s; + animation-delay: 26.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(266) +{ + -webkit-animation-delay: 26.6s; + -moz-animation-delay: 26.6s; + -o-animation-delay: 26.6s; + animation-delay: 26.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(267) +{ + -webkit-animation-delay: 26.7s; + -moz-animation-delay: 26.7s; + -o-animation-delay: 26.7s; + animation-delay: 26.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(268) +{ + -webkit-animation-delay: 26.8s; + -moz-animation-delay: 26.8s; + -o-animation-delay: 26.8s; + animation-delay: 26.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(269) +{ + -webkit-animation-delay: 26.9s; + -moz-animation-delay: 26.9s; + -o-animation-delay: 26.9s; + animation-delay: 26.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(270) +{ + -webkit-animation-delay: 27s; + -moz-animation-delay: 27s; + -o-animation-delay: 27s; + animation-delay: 27s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(271) +{ + -webkit-animation-delay: 27.1s; + -moz-animation-delay: 27.1s; + -o-animation-delay: 27.1s; + animation-delay: 27.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(272) +{ + -webkit-animation-delay: 27.2s; + -moz-animation-delay: 27.2s; + -o-animation-delay: 27.2s; + animation-delay: 27.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(273) +{ + -webkit-animation-delay: 27.3s; + -moz-animation-delay: 27.3s; + -o-animation-delay: 27.3s; + animation-delay: 27.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(274) +{ + -webkit-animation-delay: 27.4s; + -moz-animation-delay: 27.4s; + -o-animation-delay: 27.4s; + animation-delay: 27.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(275) +{ + -webkit-animation-delay: 27.5s; + -moz-animation-delay: 27.5s; + -o-animation-delay: 27.5s; + animation-delay: 27.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(276) +{ + -webkit-animation-delay: 27.6s; + -moz-animation-delay: 27.6s; + -o-animation-delay: 27.6s; + animation-delay: 27.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(277) +{ + -webkit-animation-delay: 27.7s; + -moz-animation-delay: 27.7s; + -o-animation-delay: 27.7s; + animation-delay: 27.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(278) +{ + -webkit-animation-delay: 27.8s; + -moz-animation-delay: 27.8s; + -o-animation-delay: 27.8s; + animation-delay: 27.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(279) +{ + -webkit-animation-delay: 27.9s; + -moz-animation-delay: 27.9s; + -o-animation-delay: 27.9s; + animation-delay: 27.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(280) +{ + -webkit-animation-delay: 28s; + -moz-animation-delay: 28s; + -o-animation-delay: 28s; + animation-delay: 28s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(281) +{ + -webkit-animation-delay: 28.1s; + -moz-animation-delay: 28.1s; + -o-animation-delay: 28.1s; + animation-delay: 28.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(282) +{ + -webkit-animation-delay: 28.2s; + -moz-animation-delay: 28.2s; + -o-animation-delay: 28.2s; + animation-delay: 28.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(283) +{ + -webkit-animation-delay: 28.3s; + -moz-animation-delay: 28.3s; + -o-animation-delay: 28.3s; + animation-delay: 28.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(284) +{ + -webkit-animation-delay: 28.4s; + -moz-animation-delay: 28.4s; + -o-animation-delay: 28.4s; + animation-delay: 28.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(285) +{ + -webkit-animation-delay: 28.5s; + -moz-animation-delay: 28.5s; + -o-animation-delay: 28.5s; + animation-delay: 28.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(286) +{ + -webkit-animation-delay: 28.6s; + -moz-animation-delay: 28.6s; + -o-animation-delay: 28.6s; + animation-delay: 28.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(287) +{ + -webkit-animation-delay: 28.7s; + -moz-animation-delay: 28.7s; + -o-animation-delay: 28.7s; + animation-delay: 28.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(288) +{ + -webkit-animation-delay: 28.8s; + -moz-animation-delay: 28.8s; + -o-animation-delay: 28.8s; + animation-delay: 28.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(289) +{ + -webkit-animation-delay: 28.9s; + -moz-animation-delay: 28.9s; + -o-animation-delay: 28.9s; + animation-delay: 28.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(290) +{ + -webkit-animation-delay: 29s; + -moz-animation-delay: 29s; + -o-animation-delay: 29s; + animation-delay: 29s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(291) +{ + -webkit-animation-delay: 29.1s; + -moz-animation-delay: 29.1s; + -o-animation-delay: 29.1s; + animation-delay: 29.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(292) +{ + -webkit-animation-delay: 29.2s; + -moz-animation-delay: 29.2s; + -o-animation-delay: 29.2s; + animation-delay: 29.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(293) +{ + -webkit-animation-delay: 29.3s; + -moz-animation-delay: 29.3s; + -o-animation-delay: 29.3s; + animation-delay: 29.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(294) +{ + -webkit-animation-delay: 29.4s; + -moz-animation-delay: 29.4s; + -o-animation-delay: 29.4s; + animation-delay: 29.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(295) +{ + -webkit-animation-delay: 29.5s; + -moz-animation-delay: 29.5s; + -o-animation-delay: 29.5s; + animation-delay: 29.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(296) +{ + -webkit-animation-delay: 29.6s; + -moz-animation-delay: 29.6s; + -o-animation-delay: 29.6s; + animation-delay: 29.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(297) +{ + -webkit-animation-delay: 29.7s; + -moz-animation-delay: 29.7s; + -o-animation-delay: 29.7s; + animation-delay: 29.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(298) +{ + -webkit-animation-delay: 29.8s; + -moz-animation-delay: 29.8s; + -o-animation-delay: 29.8s; + animation-delay: 29.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(299) +{ + -webkit-animation-delay: 29.9s; + -moz-animation-delay: 29.9s; + -o-animation-delay: 29.9s; + animation-delay: 29.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(300) +{ + -webkit-animation-delay: 30s; + -moz-animation-delay: 30s; + -o-animation-delay: 30s; + animation-delay: 30s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(301) +{ + -webkit-animation-delay: 30.1s; + -moz-animation-delay: 30.1s; + -o-animation-delay: 30.1s; + animation-delay: 30.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(302) +{ + -webkit-animation-delay: 30.2s; + -moz-animation-delay: 30.2s; + -o-animation-delay: 30.2s; + animation-delay: 30.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(303) +{ + -webkit-animation-delay: 30.3s; + -moz-animation-delay: 30.3s; + -o-animation-delay: 30.3s; + animation-delay: 30.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(304) +{ + -webkit-animation-delay: 30.4s; + -moz-animation-delay: 30.4s; + -o-animation-delay: 30.4s; + animation-delay: 30.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(305) +{ + -webkit-animation-delay: 30.5s; + -moz-animation-delay: 30.5s; + -o-animation-delay: 30.5s; + animation-delay: 30.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(306) +{ + -webkit-animation-delay: 30.6s; + -moz-animation-delay: 30.6s; + -o-animation-delay: 30.6s; + animation-delay: 30.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(307) +{ + -webkit-animation-delay: 30.7s; + -moz-animation-delay: 30.7s; + -o-animation-delay: 30.7s; + animation-delay: 30.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(308) +{ + -webkit-animation-delay: 30.8s; + -moz-animation-delay: 30.8s; + -o-animation-delay: 30.8s; + animation-delay: 30.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(309) +{ + -webkit-animation-delay: 30.9s; + -moz-animation-delay: 30.9s; + -o-animation-delay: 30.9s; + animation-delay: 30.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(310) +{ + -webkit-animation-delay: 31s; + -moz-animation-delay: 31s; + -o-animation-delay: 31s; + animation-delay: 31s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(311) +{ + -webkit-animation-delay: 31.1s; + -moz-animation-delay: 31.1s; + -o-animation-delay: 31.1s; + animation-delay: 31.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(312) +{ + -webkit-animation-delay: 31.2s; + -moz-animation-delay: 31.2s; + -o-animation-delay: 31.2s; + animation-delay: 31.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(313) +{ + -webkit-animation-delay: 31.3s; + -moz-animation-delay: 31.3s; + -o-animation-delay: 31.3s; + animation-delay: 31.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(314) +{ + -webkit-animation-delay: 31.4s; + -moz-animation-delay: 31.4s; + -o-animation-delay: 31.4s; + animation-delay: 31.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(315) +{ + -webkit-animation-delay: 31.5s; + -moz-animation-delay: 31.5s; + -o-animation-delay: 31.5s; + animation-delay: 31.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(316) +{ + -webkit-animation-delay: 31.6s; + -moz-animation-delay: 31.6s; + -o-animation-delay: 31.6s; + animation-delay: 31.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(317) +{ + -webkit-animation-delay: 31.7s; + -moz-animation-delay: 31.7s; + -o-animation-delay: 31.7s; + animation-delay: 31.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(318) +{ + -webkit-animation-delay: 31.8s; + -moz-animation-delay: 31.8s; + -o-animation-delay: 31.8s; + animation-delay: 31.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(319) +{ + -webkit-animation-delay: 31.9s; + -moz-animation-delay: 31.9s; + -o-animation-delay: 31.9s; + animation-delay: 31.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(320) +{ + -webkit-animation-delay: 32s; + -moz-animation-delay: 32s; + -o-animation-delay: 32s; + animation-delay: 32s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(321) +{ + -webkit-animation-delay: 32.1s; + -moz-animation-delay: 32.1s; + -o-animation-delay: 32.1s; + animation-delay: 32.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(322) +{ + -webkit-animation-delay: 32.2s; + -moz-animation-delay: 32.2s; + -o-animation-delay: 32.2s; + animation-delay: 32.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(323) +{ + -webkit-animation-delay: 32.3s; + -moz-animation-delay: 32.3s; + -o-animation-delay: 32.3s; + animation-delay: 32.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(324) +{ + -webkit-animation-delay: 32.4s; + -moz-animation-delay: 32.4s; + -o-animation-delay: 32.4s; + animation-delay: 32.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(325) +{ + -webkit-animation-delay: 32.5s; + -moz-animation-delay: 32.5s; + -o-animation-delay: 32.5s; + animation-delay: 32.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(326) +{ + -webkit-animation-delay: 32.6s; + -moz-animation-delay: 32.6s; + -o-animation-delay: 32.6s; + animation-delay: 32.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(327) +{ + -webkit-animation-delay: 32.7s; + -moz-animation-delay: 32.7s; + -o-animation-delay: 32.7s; + animation-delay: 32.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(328) +{ + -webkit-animation-delay: 32.8s; + -moz-animation-delay: 32.8s; + -o-animation-delay: 32.8s; + animation-delay: 32.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(329) +{ + -webkit-animation-delay: 32.9s; + -moz-animation-delay: 32.9s; + -o-animation-delay: 32.9s; + animation-delay: 32.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(330) +{ + -webkit-animation-delay: 33s; + -moz-animation-delay: 33s; + -o-animation-delay: 33s; + animation-delay: 33s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(331) +{ + -webkit-animation-delay: 33.1s; + -moz-animation-delay: 33.1s; + -o-animation-delay: 33.1s; + animation-delay: 33.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(332) +{ + -webkit-animation-delay: 33.2s; + -moz-animation-delay: 33.2s; + -o-animation-delay: 33.2s; + animation-delay: 33.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(333) +{ + -webkit-animation-delay: 33.3s; + -moz-animation-delay: 33.3s; + -o-animation-delay: 33.3s; + animation-delay: 33.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(334) +{ + -webkit-animation-delay: 33.4s; + -moz-animation-delay: 33.4s; + -o-animation-delay: 33.4s; + animation-delay: 33.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(335) +{ + -webkit-animation-delay: 33.5s; + -moz-animation-delay: 33.5s; + -o-animation-delay: 33.5s; + animation-delay: 33.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(336) +{ + -webkit-animation-delay: 33.6s; + -moz-animation-delay: 33.6s; + -o-animation-delay: 33.6s; + animation-delay: 33.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(337) +{ + -webkit-animation-delay: 33.7s; + -moz-animation-delay: 33.7s; + -o-animation-delay: 33.7s; + animation-delay: 33.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(338) +{ + -webkit-animation-delay: 33.8s; + -moz-animation-delay: 33.8s; + -o-animation-delay: 33.8s; + animation-delay: 33.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(339) +{ + -webkit-animation-delay: 33.9s; + -moz-animation-delay: 33.9s; + -o-animation-delay: 33.9s; + animation-delay: 33.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(340) +{ + -webkit-animation-delay: 34s; + -moz-animation-delay: 34s; + -o-animation-delay: 34s; + animation-delay: 34s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(341) +{ + -webkit-animation-delay: 34.1s; + -moz-animation-delay: 34.1s; + -o-animation-delay: 34.1s; + animation-delay: 34.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(342) +{ + -webkit-animation-delay: 34.2s; + -moz-animation-delay: 34.2s; + -o-animation-delay: 34.2s; + animation-delay: 34.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(343) +{ + -webkit-animation-delay: 34.3s; + -moz-animation-delay: 34.3s; + -o-animation-delay: 34.3s; + animation-delay: 34.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(344) +{ + -webkit-animation-delay: 34.4s; + -moz-animation-delay: 34.4s; + -o-animation-delay: 34.4s; + animation-delay: 34.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(345) +{ + -webkit-animation-delay: 34.5s; + -moz-animation-delay: 34.5s; + -o-animation-delay: 34.5s; + animation-delay: 34.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(346) +{ + -webkit-animation-delay: 34.6s; + -moz-animation-delay: 34.6s; + -o-animation-delay: 34.6s; + animation-delay: 34.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(347) +{ + -webkit-animation-delay: 34.7s; + -moz-animation-delay: 34.7s; + -o-animation-delay: 34.7s; + animation-delay: 34.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(348) +{ + -webkit-animation-delay: 34.8s; + -moz-animation-delay: 34.8s; + -o-animation-delay: 34.8s; + animation-delay: 34.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(349) +{ + -webkit-animation-delay: 34.9s; + -moz-animation-delay: 34.9s; + -o-animation-delay: 34.9s; + animation-delay: 34.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(350) +{ + -webkit-animation-delay: 35s; + -moz-animation-delay: 35s; + -o-animation-delay: 35s; + animation-delay: 35s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(351) +{ + -webkit-animation-delay: 35.1s; + -moz-animation-delay: 35.1s; + -o-animation-delay: 35.1s; + animation-delay: 35.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(352) +{ + -webkit-animation-delay: 35.2s; + -moz-animation-delay: 35.2s; + -o-animation-delay: 35.2s; + animation-delay: 35.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(353) +{ + -webkit-animation-delay: 35.3s; + -moz-animation-delay: 35.3s; + -o-animation-delay: 35.3s; + animation-delay: 35.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(354) +{ + -webkit-animation-delay: 35.4s; + -moz-animation-delay: 35.4s; + -o-animation-delay: 35.4s; + animation-delay: 35.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(355) +{ + -webkit-animation-delay: 35.5s; + -moz-animation-delay: 35.5s; + -o-animation-delay: 35.5s; + animation-delay: 35.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(356) +{ + -webkit-animation-delay: 35.6s; + -moz-animation-delay: 35.6s; + -o-animation-delay: 35.6s; + animation-delay: 35.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(357) +{ + -webkit-animation-delay: 35.7s; + -moz-animation-delay: 35.7s; + -o-animation-delay: 35.7s; + animation-delay: 35.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(358) +{ + -webkit-animation-delay: 35.8s; + -moz-animation-delay: 35.8s; + -o-animation-delay: 35.8s; + animation-delay: 35.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(359) +{ + -webkit-animation-delay: 35.9s; + -moz-animation-delay: 35.9s; + -o-animation-delay: 35.9s; + animation-delay: 35.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(360) +{ + -webkit-animation-delay: 36s; + -moz-animation-delay: 36s; + -o-animation-delay: 36s; + animation-delay: 36s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(361) +{ + -webkit-animation-delay: 36.1s; + -moz-animation-delay: 36.1s; + -o-animation-delay: 36.1s; + animation-delay: 36.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(362) +{ + -webkit-animation-delay: 36.2s; + -moz-animation-delay: 36.2s; + -o-animation-delay: 36.2s; + animation-delay: 36.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(363) +{ + -webkit-animation-delay: 36.3s; + -moz-animation-delay: 36.3s; + -o-animation-delay: 36.3s; + animation-delay: 36.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(364) +{ + -webkit-animation-delay: 36.4s; + -moz-animation-delay: 36.4s; + -o-animation-delay: 36.4s; + animation-delay: 36.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(365) +{ + -webkit-animation-delay: 36.5s; + -moz-animation-delay: 36.5s; + -o-animation-delay: 36.5s; + animation-delay: 36.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(366) +{ + -webkit-animation-delay: 36.6s; + -moz-animation-delay: 36.6s; + -o-animation-delay: 36.6s; + animation-delay: 36.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(367) +{ + -webkit-animation-delay: 36.7s; + -moz-animation-delay: 36.7s; + -o-animation-delay: 36.7s; + animation-delay: 36.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(368) +{ + -webkit-animation-delay: 36.8s; + -moz-animation-delay: 36.8s; + -o-animation-delay: 36.8s; + animation-delay: 36.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(369) +{ + -webkit-animation-delay: 36.9s; + -moz-animation-delay: 36.9s; + -o-animation-delay: 36.9s; + animation-delay: 36.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(370) +{ + -webkit-animation-delay: 37s; + -moz-animation-delay: 37s; + -o-animation-delay: 37s; + animation-delay: 37s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(371) +{ + -webkit-animation-delay: 37.1s; + -moz-animation-delay: 37.1s; + -o-animation-delay: 37.1s; + animation-delay: 37.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(372) +{ + -webkit-animation-delay: 37.2s; + -moz-animation-delay: 37.2s; + -o-animation-delay: 37.2s; + animation-delay: 37.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(373) +{ + -webkit-animation-delay: 37.3s; + -moz-animation-delay: 37.3s; + -o-animation-delay: 37.3s; + animation-delay: 37.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(374) +{ + -webkit-animation-delay: 37.4s; + -moz-animation-delay: 37.4s; + -o-animation-delay: 37.4s; + animation-delay: 37.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(375) +{ + -webkit-animation-delay: 37.5s; + -moz-animation-delay: 37.5s; + -o-animation-delay: 37.5s; + animation-delay: 37.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(376) +{ + -webkit-animation-delay: 37.6s; + -moz-animation-delay: 37.6s; + -o-animation-delay: 37.6s; + animation-delay: 37.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(377) +{ + -webkit-animation-delay: 37.7s; + -moz-animation-delay: 37.7s; + -o-animation-delay: 37.7s; + animation-delay: 37.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(378) +{ + -webkit-animation-delay: 37.8s; + -moz-animation-delay: 37.8s; + -o-animation-delay: 37.8s; + animation-delay: 37.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(379) +{ + -webkit-animation-delay: 37.9s; + -moz-animation-delay: 37.9s; + -o-animation-delay: 37.9s; + animation-delay: 37.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(380) +{ + -webkit-animation-delay: 38s; + -moz-animation-delay: 38s; + -o-animation-delay: 38s; + animation-delay: 38s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(381) +{ + -webkit-animation-delay: 38.1s; + -moz-animation-delay: 38.1s; + -o-animation-delay: 38.1s; + animation-delay: 38.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(382) +{ + -webkit-animation-delay: 38.2s; + -moz-animation-delay: 38.2s; + -o-animation-delay: 38.2s; + animation-delay: 38.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(383) +{ + -webkit-animation-delay: 38.3s; + -moz-animation-delay: 38.3s; + -o-animation-delay: 38.3s; + animation-delay: 38.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(384) +{ + -webkit-animation-delay: 38.4s; + -moz-animation-delay: 38.4s; + -o-animation-delay: 38.4s; + animation-delay: 38.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(385) +{ + -webkit-animation-delay: 38.5s; + -moz-animation-delay: 38.5s; + -o-animation-delay: 38.5s; + animation-delay: 38.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(386) +{ + -webkit-animation-delay: 38.6s; + -moz-animation-delay: 38.6s; + -o-animation-delay: 38.6s; + animation-delay: 38.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(387) +{ + -webkit-animation-delay: 38.7s; + -moz-animation-delay: 38.7s; + -o-animation-delay: 38.7s; + animation-delay: 38.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(388) +{ + -webkit-animation-delay: 38.8s; + -moz-animation-delay: 38.8s; + -o-animation-delay: 38.8s; + animation-delay: 38.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(389) +{ + -webkit-animation-delay: 38.9s; + -moz-animation-delay: 38.9s; + -o-animation-delay: 38.9s; + animation-delay: 38.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(390) +{ + -webkit-animation-delay: 39s; + -moz-animation-delay: 39s; + -o-animation-delay: 39s; + animation-delay: 39s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(391) +{ + -webkit-animation-delay: 39.1s; + -moz-animation-delay: 39.1s; + -o-animation-delay: 39.1s; + animation-delay: 39.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(392) +{ + -webkit-animation-delay: 39.2s; + -moz-animation-delay: 39.2s; + -o-animation-delay: 39.2s; + animation-delay: 39.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(393) +{ + -webkit-animation-delay: 39.3s; + -moz-animation-delay: 39.3s; + -o-animation-delay: 39.3s; + animation-delay: 39.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(394) +{ + -webkit-animation-delay: 39.4s; + -moz-animation-delay: 39.4s; + -o-animation-delay: 39.4s; + animation-delay: 39.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(395) +{ + -webkit-animation-delay: 39.5s; + -moz-animation-delay: 39.5s; + -o-animation-delay: 39.5s; + animation-delay: 39.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(396) +{ + -webkit-animation-delay: 39.6s; + -moz-animation-delay: 39.6s; + -o-animation-delay: 39.6s; + animation-delay: 39.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(397) +{ + -webkit-animation-delay: 39.7s; + -moz-animation-delay: 39.7s; + -o-animation-delay: 39.7s; + animation-delay: 39.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(398) +{ + -webkit-animation-delay: 39.8s; + -moz-animation-delay: 39.8s; + -o-animation-delay: 39.8s; + animation-delay: 39.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(399) +{ + -webkit-animation-delay: 39.9s; + -moz-animation-delay: 39.9s; + -o-animation-delay: 39.9s; + animation-delay: 39.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(400) +{ + -webkit-animation-delay: 40s; + -moz-animation-delay: 40s; + -o-animation-delay: 40s; + animation-delay: 40s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(401) +{ + -webkit-animation-delay: 40.1s; + -moz-animation-delay: 40.1s; + -o-animation-delay: 40.1s; + animation-delay: 40.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(402) +{ + -webkit-animation-delay: 40.2s; + -moz-animation-delay: 40.2s; + -o-animation-delay: 40.2s; + animation-delay: 40.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(403) +{ + -webkit-animation-delay: 40.3s; + -moz-animation-delay: 40.3s; + -o-animation-delay: 40.3s; + animation-delay: 40.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(404) +{ + -webkit-animation-delay: 40.4s; + -moz-animation-delay: 40.4s; + -o-animation-delay: 40.4s; + animation-delay: 40.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(405) +{ + -webkit-animation-delay: 40.5s; + -moz-animation-delay: 40.5s; + -o-animation-delay: 40.5s; + animation-delay: 40.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(406) +{ + -webkit-animation-delay: 40.6s; + -moz-animation-delay: 40.6s; + -o-animation-delay: 40.6s; + animation-delay: 40.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(407) +{ + -webkit-animation-delay: 40.7s; + -moz-animation-delay: 40.7s; + -o-animation-delay: 40.7s; + animation-delay: 40.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(408) +{ + -webkit-animation-delay: 40.8s; + -moz-animation-delay: 40.8s; + -o-animation-delay: 40.8s; + animation-delay: 40.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(409) +{ + -webkit-animation-delay: 40.9s; + -moz-animation-delay: 40.9s; + -o-animation-delay: 40.9s; + animation-delay: 40.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(410) +{ + -webkit-animation-delay: 41s; + -moz-animation-delay: 41s; + -o-animation-delay: 41s; + animation-delay: 41s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(411) +{ + -webkit-animation-delay: 41.1s; + -moz-animation-delay: 41.1s; + -o-animation-delay: 41.1s; + animation-delay: 41.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(412) +{ + -webkit-animation-delay: 41.2s; + -moz-animation-delay: 41.2s; + -o-animation-delay: 41.2s; + animation-delay: 41.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(413) +{ + -webkit-animation-delay: 41.3s; + -moz-animation-delay: 41.3s; + -o-animation-delay: 41.3s; + animation-delay: 41.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(414) +{ + -webkit-animation-delay: 41.4s; + -moz-animation-delay: 41.4s; + -o-animation-delay: 41.4s; + animation-delay: 41.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(415) +{ + -webkit-animation-delay: 41.5s; + -moz-animation-delay: 41.5s; + -o-animation-delay: 41.5s; + animation-delay: 41.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(416) +{ + -webkit-animation-delay: 41.6s; + -moz-animation-delay: 41.6s; + -o-animation-delay: 41.6s; + animation-delay: 41.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(417) +{ + -webkit-animation-delay: 41.7s; + -moz-animation-delay: 41.7s; + -o-animation-delay: 41.7s; + animation-delay: 41.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(418) +{ + -webkit-animation-delay: 41.8s; + -moz-animation-delay: 41.8s; + -o-animation-delay: 41.8s; + animation-delay: 41.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(419) +{ + -webkit-animation-delay: 41.9s; + -moz-animation-delay: 41.9s; + -o-animation-delay: 41.9s; + animation-delay: 41.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(420) +{ + -webkit-animation-delay: 42s; + -moz-animation-delay: 42s; + -o-animation-delay: 42s; + animation-delay: 42s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(421) +{ + -webkit-animation-delay: 42.1s; + -moz-animation-delay: 42.1s; + -o-animation-delay: 42.1s; + animation-delay: 42.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(422) +{ + -webkit-animation-delay: 42.2s; + -moz-animation-delay: 42.2s; + -o-animation-delay: 42.2s; + animation-delay: 42.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(423) +{ + -webkit-animation-delay: 42.3s; + -moz-animation-delay: 42.3s; + -o-animation-delay: 42.3s; + animation-delay: 42.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(424) +{ + -webkit-animation-delay: 42.4s; + -moz-animation-delay: 42.4s; + -o-animation-delay: 42.4s; + animation-delay: 42.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(425) +{ + -webkit-animation-delay: 42.5s; + -moz-animation-delay: 42.5s; + -o-animation-delay: 42.5s; + animation-delay: 42.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(426) +{ + -webkit-animation-delay: 42.6s; + -moz-animation-delay: 42.6s; + -o-animation-delay: 42.6s; + animation-delay: 42.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(427) +{ + -webkit-animation-delay: 42.7s; + -moz-animation-delay: 42.7s; + -o-animation-delay: 42.7s; + animation-delay: 42.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(428) +{ + -webkit-animation-delay: 42.8s; + -moz-animation-delay: 42.8s; + -o-animation-delay: 42.8s; + animation-delay: 42.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(429) +{ + -webkit-animation-delay: 42.9s; + -moz-animation-delay: 42.9s; + -o-animation-delay: 42.9s; + animation-delay: 42.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(430) +{ + -webkit-animation-delay: 43s; + -moz-animation-delay: 43s; + -o-animation-delay: 43s; + animation-delay: 43s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(431) +{ + -webkit-animation-delay: 43.1s; + -moz-animation-delay: 43.1s; + -o-animation-delay: 43.1s; + animation-delay: 43.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(432) +{ + -webkit-animation-delay: 43.2s; + -moz-animation-delay: 43.2s; + -o-animation-delay: 43.2s; + animation-delay: 43.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(433) +{ + -webkit-animation-delay: 43.3s; + -moz-animation-delay: 43.3s; + -o-animation-delay: 43.3s; + animation-delay: 43.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(434) +{ + -webkit-animation-delay: 43.4s; + -moz-animation-delay: 43.4s; + -o-animation-delay: 43.4s; + animation-delay: 43.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(435) +{ + -webkit-animation-delay: 43.5s; + -moz-animation-delay: 43.5s; + -o-animation-delay: 43.5s; + animation-delay: 43.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(436) +{ + -webkit-animation-delay: 43.6s; + -moz-animation-delay: 43.6s; + -o-animation-delay: 43.6s; + animation-delay: 43.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(437) +{ + -webkit-animation-delay: 43.7s; + -moz-animation-delay: 43.7s; + -o-animation-delay: 43.7s; + animation-delay: 43.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(438) +{ + -webkit-animation-delay: 43.8s; + -moz-animation-delay: 43.8s; + -o-animation-delay: 43.8s; + animation-delay: 43.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(439) +{ + -webkit-animation-delay: 43.9s; + -moz-animation-delay: 43.9s; + -o-animation-delay: 43.9s; + animation-delay: 43.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(440) +{ + -webkit-animation-delay: 44s; + -moz-animation-delay: 44s; + -o-animation-delay: 44s; + animation-delay: 44s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(441) +{ + -webkit-animation-delay: 44.1s; + -moz-animation-delay: 44.1s; + -o-animation-delay: 44.1s; + animation-delay: 44.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(442) +{ + -webkit-animation-delay: 44.2s; + -moz-animation-delay: 44.2s; + -o-animation-delay: 44.2s; + animation-delay: 44.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(443) +{ + -webkit-animation-delay: 44.3s; + -moz-animation-delay: 44.3s; + -o-animation-delay: 44.3s; + animation-delay: 44.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(444) +{ + -webkit-animation-delay: 44.4s; + -moz-animation-delay: 44.4s; + -o-animation-delay: 44.4s; + animation-delay: 44.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(445) +{ + -webkit-animation-delay: 44.5s; + -moz-animation-delay: 44.5s; + -o-animation-delay: 44.5s; + animation-delay: 44.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(446) +{ + -webkit-animation-delay: 44.6s; + -moz-animation-delay: 44.6s; + -o-animation-delay: 44.6s; + animation-delay: 44.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(447) +{ + -webkit-animation-delay: 44.7s; + -moz-animation-delay: 44.7s; + -o-animation-delay: 44.7s; + animation-delay: 44.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(448) +{ + -webkit-animation-delay: 44.8s; + -moz-animation-delay: 44.8s; + -o-animation-delay: 44.8s; + animation-delay: 44.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(449) +{ + -webkit-animation-delay: 44.9s; + -moz-animation-delay: 44.9s; + -o-animation-delay: 44.9s; + animation-delay: 44.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(450) +{ + -webkit-animation-delay: 45s; + -moz-animation-delay: 45s; + -o-animation-delay: 45s; + animation-delay: 45s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(451) +{ + -webkit-animation-delay: 45.1s; + -moz-animation-delay: 45.1s; + -o-animation-delay: 45.1s; + animation-delay: 45.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(452) +{ + -webkit-animation-delay: 45.2s; + -moz-animation-delay: 45.2s; + -o-animation-delay: 45.2s; + animation-delay: 45.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(453) +{ + -webkit-animation-delay: 45.3s; + -moz-animation-delay: 45.3s; + -o-animation-delay: 45.3s; + animation-delay: 45.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(454) +{ + -webkit-animation-delay: 45.4s; + -moz-animation-delay: 45.4s; + -o-animation-delay: 45.4s; + animation-delay: 45.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(455) +{ + -webkit-animation-delay: 45.5s; + -moz-animation-delay: 45.5s; + -o-animation-delay: 45.5s; + animation-delay: 45.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(456) +{ + -webkit-animation-delay: 45.6s; + -moz-animation-delay: 45.6s; + -o-animation-delay: 45.6s; + animation-delay: 45.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(457) +{ + -webkit-animation-delay: 45.7s; + -moz-animation-delay: 45.7s; + -o-animation-delay: 45.7s; + animation-delay: 45.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(458) +{ + -webkit-animation-delay: 45.8s; + -moz-animation-delay: 45.8s; + -o-animation-delay: 45.8s; + animation-delay: 45.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(459) +{ + -webkit-animation-delay: 45.9s; + -moz-animation-delay: 45.9s; + -o-animation-delay: 45.9s; + animation-delay: 45.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(460) +{ + -webkit-animation-delay: 46s; + -moz-animation-delay: 46s; + -o-animation-delay: 46s; + animation-delay: 46s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(461) +{ + -webkit-animation-delay: 46.1s; + -moz-animation-delay: 46.1s; + -o-animation-delay: 46.1s; + animation-delay: 46.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(462) +{ + -webkit-animation-delay: 46.2s; + -moz-animation-delay: 46.2s; + -o-animation-delay: 46.2s; + animation-delay: 46.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(463) +{ + -webkit-animation-delay: 46.3s; + -moz-animation-delay: 46.3s; + -o-animation-delay: 46.3s; + animation-delay: 46.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(464) +{ + -webkit-animation-delay: 46.4s; + -moz-animation-delay: 46.4s; + -o-animation-delay: 46.4s; + animation-delay: 46.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(465) +{ + -webkit-animation-delay: 46.5s; + -moz-animation-delay: 46.5s; + -o-animation-delay: 46.5s; + animation-delay: 46.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(466) +{ + -webkit-animation-delay: 46.6s; + -moz-animation-delay: 46.6s; + -o-animation-delay: 46.6s; + animation-delay: 46.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(467) +{ + -webkit-animation-delay: 46.7s; + -moz-animation-delay: 46.7s; + -o-animation-delay: 46.7s; + animation-delay: 46.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(468) +{ + -webkit-animation-delay: 46.8s; + -moz-animation-delay: 46.8s; + -o-animation-delay: 46.8s; + animation-delay: 46.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(469) +{ + -webkit-animation-delay: 46.9s; + -moz-animation-delay: 46.9s; + -o-animation-delay: 46.9s; + animation-delay: 46.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(470) +{ + -webkit-animation-delay: 47s; + -moz-animation-delay: 47s; + -o-animation-delay: 47s; + animation-delay: 47s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(471) +{ + -webkit-animation-delay: 47.1s; + -moz-animation-delay: 47.1s; + -o-animation-delay: 47.1s; + animation-delay: 47.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(472) +{ + -webkit-animation-delay: 47.2s; + -moz-animation-delay: 47.2s; + -o-animation-delay: 47.2s; + animation-delay: 47.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(473) +{ + -webkit-animation-delay: 47.3s; + -moz-animation-delay: 47.3s; + -o-animation-delay: 47.3s; + animation-delay: 47.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(474) +{ + -webkit-animation-delay: 47.4s; + -moz-animation-delay: 47.4s; + -o-animation-delay: 47.4s; + animation-delay: 47.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(475) +{ + -webkit-animation-delay: 47.5s; + -moz-animation-delay: 47.5s; + -o-animation-delay: 47.5s; + animation-delay: 47.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(476) +{ + -webkit-animation-delay: 47.6s; + -moz-animation-delay: 47.6s; + -o-animation-delay: 47.6s; + animation-delay: 47.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(477) +{ + -webkit-animation-delay: 47.7s; + -moz-animation-delay: 47.7s; + -o-animation-delay: 47.7s; + animation-delay: 47.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(478) +{ + -webkit-animation-delay: 47.8s; + -moz-animation-delay: 47.8s; + -o-animation-delay: 47.8s; + animation-delay: 47.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(479) +{ + -webkit-animation-delay: 47.9s; + -moz-animation-delay: 47.9s; + -o-animation-delay: 47.9s; + animation-delay: 47.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(480) +{ + -webkit-animation-delay: 48s; + -moz-animation-delay: 48s; + -o-animation-delay: 48s; + animation-delay: 48s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(481) +{ + -webkit-animation-delay: 48.1s; + -moz-animation-delay: 48.1s; + -o-animation-delay: 48.1s; + animation-delay: 48.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(482) +{ + -webkit-animation-delay: 48.2s; + -moz-animation-delay: 48.2s; + -o-animation-delay: 48.2s; + animation-delay: 48.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(483) +{ + -webkit-animation-delay: 48.3s; + -moz-animation-delay: 48.3s; + -o-animation-delay: 48.3s; + animation-delay: 48.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(484) +{ + -webkit-animation-delay: 48.4s; + -moz-animation-delay: 48.4s; + -o-animation-delay: 48.4s; + animation-delay: 48.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(485) +{ + -webkit-animation-delay: 48.5s; + -moz-animation-delay: 48.5s; + -o-animation-delay: 48.5s; + animation-delay: 48.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(486) +{ + -webkit-animation-delay: 48.6s; + -moz-animation-delay: 48.6s; + -o-animation-delay: 48.6s; + animation-delay: 48.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(487) +{ + -webkit-animation-delay: 48.7s; + -moz-animation-delay: 48.7s; + -o-animation-delay: 48.7s; + animation-delay: 48.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(488) +{ + -webkit-animation-delay: 48.8s; + -moz-animation-delay: 48.8s; + -o-animation-delay: 48.8s; + animation-delay: 48.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(489) +{ + -webkit-animation-delay: 48.9s; + -moz-animation-delay: 48.9s; + -o-animation-delay: 48.9s; + animation-delay: 48.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(490) +{ + -webkit-animation-delay: 49s; + -moz-animation-delay: 49s; + -o-animation-delay: 49s; + animation-delay: 49s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(491) +{ + -webkit-animation-delay: 49.1s; + -moz-animation-delay: 49.1s; + -o-animation-delay: 49.1s; + animation-delay: 49.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(492) +{ + -webkit-animation-delay: 49.2s; + -moz-animation-delay: 49.2s; + -o-animation-delay: 49.2s; + animation-delay: 49.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(493) +{ + -webkit-animation-delay: 49.3s; + -moz-animation-delay: 49.3s; + -o-animation-delay: 49.3s; + animation-delay: 49.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(494) +{ + -webkit-animation-delay: 49.4s; + -moz-animation-delay: 49.4s; + -o-animation-delay: 49.4s; + animation-delay: 49.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(495) +{ + -webkit-animation-delay: 49.5s; + -moz-animation-delay: 49.5s; + -o-animation-delay: 49.5s; + animation-delay: 49.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(496) +{ + -webkit-animation-delay: 49.6s; + -moz-animation-delay: 49.6s; + -o-animation-delay: 49.6s; + animation-delay: 49.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(497) +{ + -webkit-animation-delay: 49.7s; + -moz-animation-delay: 49.7s; + -o-animation-delay: 49.7s; + animation-delay: 49.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(498) +{ + -webkit-animation-delay: 49.8s; + -moz-animation-delay: 49.8s; + -o-animation-delay: 49.8s; + animation-delay: 49.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(499) +{ + -webkit-animation-delay: 49.9s; + -moz-animation-delay: 49.9s; + -o-animation-delay: 49.9s; + animation-delay: 49.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(500) +{ + -webkit-animation-delay: 50s; + -moz-animation-delay: 50s; + -o-animation-delay: 50s; + animation-delay: 50s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(501) +{ + -webkit-animation-delay: 50.1s; + -moz-animation-delay: 50.1s; + -o-animation-delay: 50.1s; + animation-delay: 50.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(502) +{ + -webkit-animation-delay: 50.2s; + -moz-animation-delay: 50.2s; + -o-animation-delay: 50.2s; + animation-delay: 50.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(503) +{ + -webkit-animation-delay: 50.3s; + -moz-animation-delay: 50.3s; + -o-animation-delay: 50.3s; + animation-delay: 50.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(504) +{ + -webkit-animation-delay: 50.4s; + -moz-animation-delay: 50.4s; + -o-animation-delay: 50.4s; + animation-delay: 50.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(505) +{ + -webkit-animation-delay: 50.5s; + -moz-animation-delay: 50.5s; + -o-animation-delay: 50.5s; + animation-delay: 50.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(506) +{ + -webkit-animation-delay: 50.6s; + -moz-animation-delay: 50.6s; + -o-animation-delay: 50.6s; + animation-delay: 50.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(507) +{ + -webkit-animation-delay: 50.7s; + -moz-animation-delay: 50.7s; + -o-animation-delay: 50.7s; + animation-delay: 50.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(508) +{ + -webkit-animation-delay: 50.8s; + -moz-animation-delay: 50.8s; + -o-animation-delay: 50.8s; + animation-delay: 50.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(509) +{ + -webkit-animation-delay: 50.9s; + -moz-animation-delay: 50.9s; + -o-animation-delay: 50.9s; + animation-delay: 50.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(510) +{ + -webkit-animation-delay: 51s; + -moz-animation-delay: 51s; + -o-animation-delay: 51s; + animation-delay: 51s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(511) +{ + -webkit-animation-delay: 51.1s; + -moz-animation-delay: 51.1s; + -o-animation-delay: 51.1s; + animation-delay: 51.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(512) +{ + -webkit-animation-delay: 51.2s; + -moz-animation-delay: 51.2s; + -o-animation-delay: 51.2s; + animation-delay: 51.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(513) +{ + -webkit-animation-delay: 51.3s; + -moz-animation-delay: 51.3s; + -o-animation-delay: 51.3s; + animation-delay: 51.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(514) +{ + -webkit-animation-delay: 51.4s; + -moz-animation-delay: 51.4s; + -o-animation-delay: 51.4s; + animation-delay: 51.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(515) +{ + -webkit-animation-delay: 51.5s; + -moz-animation-delay: 51.5s; + -o-animation-delay: 51.5s; + animation-delay: 51.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(516) +{ + -webkit-animation-delay: 51.6s; + -moz-animation-delay: 51.6s; + -o-animation-delay: 51.6s; + animation-delay: 51.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(517) +{ + -webkit-animation-delay: 51.7s; + -moz-animation-delay: 51.7s; + -o-animation-delay: 51.7s; + animation-delay: 51.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(518) +{ + -webkit-animation-delay: 51.8s; + -moz-animation-delay: 51.8s; + -o-animation-delay: 51.8s; + animation-delay: 51.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(519) +{ + -webkit-animation-delay: 51.9s; + -moz-animation-delay: 51.9s; + -o-animation-delay: 51.9s; + animation-delay: 51.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(520) +{ + -webkit-animation-delay: 52s; + -moz-animation-delay: 52s; + -o-animation-delay: 52s; + animation-delay: 52s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(521) +{ + -webkit-animation-delay: 52.1s; + -moz-animation-delay: 52.1s; + -o-animation-delay: 52.1s; + animation-delay: 52.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(522) +{ + -webkit-animation-delay: 52.2s; + -moz-animation-delay: 52.2s; + -o-animation-delay: 52.2s; + animation-delay: 52.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(523) +{ + -webkit-animation-delay: 52.3s; + -moz-animation-delay: 52.3s; + -o-animation-delay: 52.3s; + animation-delay: 52.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(524) +{ + -webkit-animation-delay: 52.4s; + -moz-animation-delay: 52.4s; + -o-animation-delay: 52.4s; + animation-delay: 52.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(525) +{ + -webkit-animation-delay: 52.5s; + -moz-animation-delay: 52.5s; + -o-animation-delay: 52.5s; + animation-delay: 52.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(526) +{ + -webkit-animation-delay: 52.6s; + -moz-animation-delay: 52.6s; + -o-animation-delay: 52.6s; + animation-delay: 52.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(527) +{ + -webkit-animation-delay: 52.7s; + -moz-animation-delay: 52.7s; + -o-animation-delay: 52.7s; + animation-delay: 52.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(528) +{ + -webkit-animation-delay: 52.8s; + -moz-animation-delay: 52.8s; + -o-animation-delay: 52.8s; + animation-delay: 52.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(529) +{ + -webkit-animation-delay: 52.9s; + -moz-animation-delay: 52.9s; + -o-animation-delay: 52.9s; + animation-delay: 52.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(530) +{ + -webkit-animation-delay: 53s; + -moz-animation-delay: 53s; + -o-animation-delay: 53s; + animation-delay: 53s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(531) +{ + -webkit-animation-delay: 53.1s; + -moz-animation-delay: 53.1s; + -o-animation-delay: 53.1s; + animation-delay: 53.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(532) +{ + -webkit-animation-delay: 53.2s; + -moz-animation-delay: 53.2s; + -o-animation-delay: 53.2s; + animation-delay: 53.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(533) +{ + -webkit-animation-delay: 53.3s; + -moz-animation-delay: 53.3s; + -o-animation-delay: 53.3s; + animation-delay: 53.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(534) +{ + -webkit-animation-delay: 53.4s; + -moz-animation-delay: 53.4s; + -o-animation-delay: 53.4s; + animation-delay: 53.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(535) +{ + -webkit-animation-delay: 53.5s; + -moz-animation-delay: 53.5s; + -o-animation-delay: 53.5s; + animation-delay: 53.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(536) +{ + -webkit-animation-delay: 53.6s; + -moz-animation-delay: 53.6s; + -o-animation-delay: 53.6s; + animation-delay: 53.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(537) +{ + -webkit-animation-delay: 53.7s; + -moz-animation-delay: 53.7s; + -o-animation-delay: 53.7s; + animation-delay: 53.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(538) +{ + -webkit-animation-delay: 53.8s; + -moz-animation-delay: 53.8s; + -o-animation-delay: 53.8s; + animation-delay: 53.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(539) +{ + -webkit-animation-delay: 53.9s; + -moz-animation-delay: 53.9s; + -o-animation-delay: 53.9s; + animation-delay: 53.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(540) +{ + -webkit-animation-delay: 54s; + -moz-animation-delay: 54s; + -o-animation-delay: 54s; + animation-delay: 54s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(541) +{ + -webkit-animation-delay: 54.1s; + -moz-animation-delay: 54.1s; + -o-animation-delay: 54.1s; + animation-delay: 54.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(542) +{ + -webkit-animation-delay: 54.2s; + -moz-animation-delay: 54.2s; + -o-animation-delay: 54.2s; + animation-delay: 54.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(543) +{ + -webkit-animation-delay: 54.3s; + -moz-animation-delay: 54.3s; + -o-animation-delay: 54.3s; + animation-delay: 54.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(544) +{ + -webkit-animation-delay: 54.4s; + -moz-animation-delay: 54.4s; + -o-animation-delay: 54.4s; + animation-delay: 54.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(545) +{ + -webkit-animation-delay: 54.5s; + -moz-animation-delay: 54.5s; + -o-animation-delay: 54.5s; + animation-delay: 54.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(546) +{ + -webkit-animation-delay: 54.6s; + -moz-animation-delay: 54.6s; + -o-animation-delay: 54.6s; + animation-delay: 54.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(547) +{ + -webkit-animation-delay: 54.7s; + -moz-animation-delay: 54.7s; + -o-animation-delay: 54.7s; + animation-delay: 54.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(548) +{ + -webkit-animation-delay: 54.8s; + -moz-animation-delay: 54.8s; + -o-animation-delay: 54.8s; + animation-delay: 54.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(549) +{ + -webkit-animation-delay: 54.9s; + -moz-animation-delay: 54.9s; + -o-animation-delay: 54.9s; + animation-delay: 54.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(550) +{ + -webkit-animation-delay: 55s; + -moz-animation-delay: 55s; + -o-animation-delay: 55s; + animation-delay: 55s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(551) +{ + -webkit-animation-delay: 55.1s; + -moz-animation-delay: 55.1s; + -o-animation-delay: 55.1s; + animation-delay: 55.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(552) +{ + -webkit-animation-delay: 55.2s; + -moz-animation-delay: 55.2s; + -o-animation-delay: 55.2s; + animation-delay: 55.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(553) +{ + -webkit-animation-delay: 55.3s; + -moz-animation-delay: 55.3s; + -o-animation-delay: 55.3s; + animation-delay: 55.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(554) +{ + -webkit-animation-delay: 55.4s; + -moz-animation-delay: 55.4s; + -o-animation-delay: 55.4s; + animation-delay: 55.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(555) +{ + -webkit-animation-delay: 55.5s; + -moz-animation-delay: 55.5s; + -o-animation-delay: 55.5s; + animation-delay: 55.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(556) +{ + -webkit-animation-delay: 55.6s; + -moz-animation-delay: 55.6s; + -o-animation-delay: 55.6s; + animation-delay: 55.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(557) +{ + -webkit-animation-delay: 55.7s; + -moz-animation-delay: 55.7s; + -o-animation-delay: 55.7s; + animation-delay: 55.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(558) +{ + -webkit-animation-delay: 55.8s; + -moz-animation-delay: 55.8s; + -o-animation-delay: 55.8s; + animation-delay: 55.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(559) +{ + -webkit-animation-delay: 55.9s; + -moz-animation-delay: 55.9s; + -o-animation-delay: 55.9s; + animation-delay: 55.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(560) +{ + -webkit-animation-delay: 56s; + -moz-animation-delay: 56s; + -o-animation-delay: 56s; + animation-delay: 56s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(561) +{ + -webkit-animation-delay: 56.1s; + -moz-animation-delay: 56.1s; + -o-animation-delay: 56.1s; + animation-delay: 56.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(562) +{ + -webkit-animation-delay: 56.2s; + -moz-animation-delay: 56.2s; + -o-animation-delay: 56.2s; + animation-delay: 56.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(563) +{ + -webkit-animation-delay: 56.3s; + -moz-animation-delay: 56.3s; + -o-animation-delay: 56.3s; + animation-delay: 56.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(564) +{ + -webkit-animation-delay: 56.4s; + -moz-animation-delay: 56.4s; + -o-animation-delay: 56.4s; + animation-delay: 56.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(565) +{ + -webkit-animation-delay: 56.5s; + -moz-animation-delay: 56.5s; + -o-animation-delay: 56.5s; + animation-delay: 56.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(566) +{ + -webkit-animation-delay: 56.6s; + -moz-animation-delay: 56.6s; + -o-animation-delay: 56.6s; + animation-delay: 56.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(567) +{ + -webkit-animation-delay: 56.7s; + -moz-animation-delay: 56.7s; + -o-animation-delay: 56.7s; + animation-delay: 56.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(568) +{ + -webkit-animation-delay: 56.8s; + -moz-animation-delay: 56.8s; + -o-animation-delay: 56.8s; + animation-delay: 56.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(569) +{ + -webkit-animation-delay: 56.9s; + -moz-animation-delay: 56.9s; + -o-animation-delay: 56.9s; + animation-delay: 56.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(570) +{ + -webkit-animation-delay: 57s; + -moz-animation-delay: 57s; + -o-animation-delay: 57s; + animation-delay: 57s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(571) +{ + -webkit-animation-delay: 57.1s; + -moz-animation-delay: 57.1s; + -o-animation-delay: 57.1s; + animation-delay: 57.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(572) +{ + -webkit-animation-delay: 57.2s; + -moz-animation-delay: 57.2s; + -o-animation-delay: 57.2s; + animation-delay: 57.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(573) +{ + -webkit-animation-delay: 57.3s; + -moz-animation-delay: 57.3s; + -o-animation-delay: 57.3s; + animation-delay: 57.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(574) +{ + -webkit-animation-delay: 57.4s; + -moz-animation-delay: 57.4s; + -o-animation-delay: 57.4s; + animation-delay: 57.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(575) +{ + -webkit-animation-delay: 57.5s; + -moz-animation-delay: 57.5s; + -o-animation-delay: 57.5s; + animation-delay: 57.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(576) +{ + -webkit-animation-delay: 57.6s; + -moz-animation-delay: 57.6s; + -o-animation-delay: 57.6s; + animation-delay: 57.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(577) +{ + -webkit-animation-delay: 57.7s; + -moz-animation-delay: 57.7s; + -o-animation-delay: 57.7s; + animation-delay: 57.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(578) +{ + -webkit-animation-delay: 57.8s; + -moz-animation-delay: 57.8s; + -o-animation-delay: 57.8s; + animation-delay: 57.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(579) +{ + -webkit-animation-delay: 57.9s; + -moz-animation-delay: 57.9s; + -o-animation-delay: 57.9s; + animation-delay: 57.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(580) +{ + -webkit-animation-delay: 58s; + -moz-animation-delay: 58s; + -o-animation-delay: 58s; + animation-delay: 58s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(581) +{ + -webkit-animation-delay: 58.1s; + -moz-animation-delay: 58.1s; + -o-animation-delay: 58.1s; + animation-delay: 58.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(582) +{ + -webkit-animation-delay: 58.2s; + -moz-animation-delay: 58.2s; + -o-animation-delay: 58.2s; + animation-delay: 58.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(583) +{ + -webkit-animation-delay: 58.3s; + -moz-animation-delay: 58.3s; + -o-animation-delay: 58.3s; + animation-delay: 58.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(584) +{ + -webkit-animation-delay: 58.4s; + -moz-animation-delay: 58.4s; + -o-animation-delay: 58.4s; + animation-delay: 58.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(585) +{ + -webkit-animation-delay: 58.5s; + -moz-animation-delay: 58.5s; + -o-animation-delay: 58.5s; + animation-delay: 58.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(586) +{ + -webkit-animation-delay: 58.6s; + -moz-animation-delay: 58.6s; + -o-animation-delay: 58.6s; + animation-delay: 58.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(587) +{ + -webkit-animation-delay: 58.7s; + -moz-animation-delay: 58.7s; + -o-animation-delay: 58.7s; + animation-delay: 58.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(588) +{ + -webkit-animation-delay: 58.8s; + -moz-animation-delay: 58.8s; + -o-animation-delay: 58.8s; + animation-delay: 58.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(589) +{ + -webkit-animation-delay: 58.9s; + -moz-animation-delay: 58.9s; + -o-animation-delay: 58.9s; + animation-delay: 58.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(590) +{ + -webkit-animation-delay: 59s; + -moz-animation-delay: 59s; + -o-animation-delay: 59s; + animation-delay: 59s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(591) +{ + -webkit-animation-delay: 59.1s; + -moz-animation-delay: 59.1s; + -o-animation-delay: 59.1s; + animation-delay: 59.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(592) +{ + -webkit-animation-delay: 59.2s; + -moz-animation-delay: 59.2s; + -o-animation-delay: 59.2s; + animation-delay: 59.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(593) +{ + -webkit-animation-delay: 59.3s; + -moz-animation-delay: 59.3s; + -o-animation-delay: 59.3s; + animation-delay: 59.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(594) +{ + -webkit-animation-delay: 59.4s; + -moz-animation-delay: 59.4s; + -o-animation-delay: 59.4s; + animation-delay: 59.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(595) +{ + -webkit-animation-delay: 59.5s; + -moz-animation-delay: 59.5s; + -o-animation-delay: 59.5s; + animation-delay: 59.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(596) +{ + -webkit-animation-delay: 59.6s; + -moz-animation-delay: 59.6s; + -o-animation-delay: 59.6s; + animation-delay: 59.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(597) +{ + -webkit-animation-delay: 59.7s; + -moz-animation-delay: 59.7s; + -o-animation-delay: 59.7s; + animation-delay: 59.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(598) +{ + -webkit-animation-delay: 59.8s; + -moz-animation-delay: 59.8s; + -o-animation-delay: 59.8s; + animation-delay: 59.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(599) +{ + -webkit-animation-delay: 59.9s; + -moz-animation-delay: 59.9s; + -o-animation-delay: 59.9s; + animation-delay: 59.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(600) +{ + -webkit-animation-delay: 60s; + -moz-animation-delay: 60s; + -o-animation-delay: 60s; + animation-delay: 60s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(601) +{ + -webkit-animation-delay: 60.1s; + -moz-animation-delay: 60.1s; + -o-animation-delay: 60.1s; + animation-delay: 60.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(602) +{ + -webkit-animation-delay: 60.2s; + -moz-animation-delay: 60.2s; + -o-animation-delay: 60.2s; + animation-delay: 60.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(603) +{ + -webkit-animation-delay: 60.3s; + -moz-animation-delay: 60.3s; + -o-animation-delay: 60.3s; + animation-delay: 60.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(604) +{ + -webkit-animation-delay: 60.4s; + -moz-animation-delay: 60.4s; + -o-animation-delay: 60.4s; + animation-delay: 60.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(605) +{ + -webkit-animation-delay: 60.5s; + -moz-animation-delay: 60.5s; + -o-animation-delay: 60.5s; + animation-delay: 60.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(606) +{ + -webkit-animation-delay: 60.6s; + -moz-animation-delay: 60.6s; + -o-animation-delay: 60.6s; + animation-delay: 60.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(607) +{ + -webkit-animation-delay: 60.7s; + -moz-animation-delay: 60.7s; + -o-animation-delay: 60.7s; + animation-delay: 60.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(608) +{ + -webkit-animation-delay: 60.8s; + -moz-animation-delay: 60.8s; + -o-animation-delay: 60.8s; + animation-delay: 60.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(609) +{ + -webkit-animation-delay: 60.9s; + -moz-animation-delay: 60.9s; + -o-animation-delay: 60.9s; + animation-delay: 60.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(610) +{ + -webkit-animation-delay: 61s; + -moz-animation-delay: 61s; + -o-animation-delay: 61s; + animation-delay: 61s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(611) +{ + -webkit-animation-delay: 61.1s; + -moz-animation-delay: 61.1s; + -o-animation-delay: 61.1s; + animation-delay: 61.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(612) +{ + -webkit-animation-delay: 61.2s; + -moz-animation-delay: 61.2s; + -o-animation-delay: 61.2s; + animation-delay: 61.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(613) +{ + -webkit-animation-delay: 61.3s; + -moz-animation-delay: 61.3s; + -o-animation-delay: 61.3s; + animation-delay: 61.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(614) +{ + -webkit-animation-delay: 61.4s; + -moz-animation-delay: 61.4s; + -o-animation-delay: 61.4s; + animation-delay: 61.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(615) +{ + -webkit-animation-delay: 61.5s; + -moz-animation-delay: 61.5s; + -o-animation-delay: 61.5s; + animation-delay: 61.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(616) +{ + -webkit-animation-delay: 61.6s; + -moz-animation-delay: 61.6s; + -o-animation-delay: 61.6s; + animation-delay: 61.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(617) +{ + -webkit-animation-delay: 61.7s; + -moz-animation-delay: 61.7s; + -o-animation-delay: 61.7s; + animation-delay: 61.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(618) +{ + -webkit-animation-delay: 61.8s; + -moz-animation-delay: 61.8s; + -o-animation-delay: 61.8s; + animation-delay: 61.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(619) +{ + -webkit-animation-delay: 61.9s; + -moz-animation-delay: 61.9s; + -o-animation-delay: 61.9s; + animation-delay: 61.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(620) +{ + -webkit-animation-delay: 62s; + -moz-animation-delay: 62s; + -o-animation-delay: 62s; + animation-delay: 62s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(621) +{ + -webkit-animation-delay: 62.1s; + -moz-animation-delay: 62.1s; + -o-animation-delay: 62.1s; + animation-delay: 62.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(622) +{ + -webkit-animation-delay: 62.2s; + -moz-animation-delay: 62.2s; + -o-animation-delay: 62.2s; + animation-delay: 62.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(623) +{ + -webkit-animation-delay: 62.3s; + -moz-animation-delay: 62.3s; + -o-animation-delay: 62.3s; + animation-delay: 62.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(624) +{ + -webkit-animation-delay: 62.4s; + -moz-animation-delay: 62.4s; + -o-animation-delay: 62.4s; + animation-delay: 62.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(625) +{ + -webkit-animation-delay: 62.5s; + -moz-animation-delay: 62.5s; + -o-animation-delay: 62.5s; + animation-delay: 62.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(626) +{ + -webkit-animation-delay: 62.6s; + -moz-animation-delay: 62.6s; + -o-animation-delay: 62.6s; + animation-delay: 62.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(627) +{ + -webkit-animation-delay: 62.7s; + -moz-animation-delay: 62.7s; + -o-animation-delay: 62.7s; + animation-delay: 62.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(628) +{ + -webkit-animation-delay: 62.8s; + -moz-animation-delay: 62.8s; + -o-animation-delay: 62.8s; + animation-delay: 62.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(629) +{ + -webkit-animation-delay: 62.9s; + -moz-animation-delay: 62.9s; + -o-animation-delay: 62.9s; + animation-delay: 62.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(630) +{ + -webkit-animation-delay: 63s; + -moz-animation-delay: 63s; + -o-animation-delay: 63s; + animation-delay: 63s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(631) +{ + -webkit-animation-delay: 63.1s; + -moz-animation-delay: 63.1s; + -o-animation-delay: 63.1s; + animation-delay: 63.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(632) +{ + -webkit-animation-delay: 63.2s; + -moz-animation-delay: 63.2s; + -o-animation-delay: 63.2s; + animation-delay: 63.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(633) +{ + -webkit-animation-delay: 63.3s; + -moz-animation-delay: 63.3s; + -o-animation-delay: 63.3s; + animation-delay: 63.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(634) +{ + -webkit-animation-delay: 63.4s; + -moz-animation-delay: 63.4s; + -o-animation-delay: 63.4s; + animation-delay: 63.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(635) +{ + -webkit-animation-delay: 63.5s; + -moz-animation-delay: 63.5s; + -o-animation-delay: 63.5s; + animation-delay: 63.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(636) +{ + -webkit-animation-delay: 63.6s; + -moz-animation-delay: 63.6s; + -o-animation-delay: 63.6s; + animation-delay: 63.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(637) +{ + -webkit-animation-delay: 63.7s; + -moz-animation-delay: 63.7s; + -o-animation-delay: 63.7s; + animation-delay: 63.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(638) +{ + -webkit-animation-delay: 63.8s; + -moz-animation-delay: 63.8s; + -o-animation-delay: 63.8s; + animation-delay: 63.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(639) +{ + -webkit-animation-delay: 63.9s; + -moz-animation-delay: 63.9s; + -o-animation-delay: 63.9s; + animation-delay: 63.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(640) +{ + -webkit-animation-delay: 64s; + -moz-animation-delay: 64s; + -o-animation-delay: 64s; + animation-delay: 64s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(641) +{ + -webkit-animation-delay: 64.1s; + -moz-animation-delay: 64.1s; + -o-animation-delay: 64.1s; + animation-delay: 64.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(642) +{ + -webkit-animation-delay: 64.2s; + -moz-animation-delay: 64.2s; + -o-animation-delay: 64.2s; + animation-delay: 64.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(643) +{ + -webkit-animation-delay: 64.3s; + -moz-animation-delay: 64.3s; + -o-animation-delay: 64.3s; + animation-delay: 64.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(644) +{ + -webkit-animation-delay: 64.4s; + -moz-animation-delay: 64.4s; + -o-animation-delay: 64.4s; + animation-delay: 64.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(645) +{ + -webkit-animation-delay: 64.5s; + -moz-animation-delay: 64.5s; + -o-animation-delay: 64.5s; + animation-delay: 64.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(646) +{ + -webkit-animation-delay: 64.6s; + -moz-animation-delay: 64.6s; + -o-animation-delay: 64.6s; + animation-delay: 64.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(647) +{ + -webkit-animation-delay: 64.7s; + -moz-animation-delay: 64.7s; + -o-animation-delay: 64.7s; + animation-delay: 64.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(648) +{ + -webkit-animation-delay: 64.8s; + -moz-animation-delay: 64.8s; + -o-animation-delay: 64.8s; + animation-delay: 64.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(649) +{ + -webkit-animation-delay: 64.9s; + -moz-animation-delay: 64.9s; + -o-animation-delay: 64.9s; + animation-delay: 64.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(650) +{ + -webkit-animation-delay: 65s; + -moz-animation-delay: 65s; + -o-animation-delay: 65s; + animation-delay: 65s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(651) +{ + -webkit-animation-delay: 65.1s; + -moz-animation-delay: 65.1s; + -o-animation-delay: 65.1s; + animation-delay: 65.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(652) +{ + -webkit-animation-delay: 65.2s; + -moz-animation-delay: 65.2s; + -o-animation-delay: 65.2s; + animation-delay: 65.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(653) +{ + -webkit-animation-delay: 65.3s; + -moz-animation-delay: 65.3s; + -o-animation-delay: 65.3s; + animation-delay: 65.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(654) +{ + -webkit-animation-delay: 65.4s; + -moz-animation-delay: 65.4s; + -o-animation-delay: 65.4s; + animation-delay: 65.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(655) +{ + -webkit-animation-delay: 65.5s; + -moz-animation-delay: 65.5s; + -o-animation-delay: 65.5s; + animation-delay: 65.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(656) +{ + -webkit-animation-delay: 65.6s; + -moz-animation-delay: 65.6s; + -o-animation-delay: 65.6s; + animation-delay: 65.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(657) +{ + -webkit-animation-delay: 65.7s; + -moz-animation-delay: 65.7s; + -o-animation-delay: 65.7s; + animation-delay: 65.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(658) +{ + -webkit-animation-delay: 65.8s; + -moz-animation-delay: 65.8s; + -o-animation-delay: 65.8s; + animation-delay: 65.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(659) +{ + -webkit-animation-delay: 65.9s; + -moz-animation-delay: 65.9s; + -o-animation-delay: 65.9s; + animation-delay: 65.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(660) +{ + -webkit-animation-delay: 66s; + -moz-animation-delay: 66s; + -o-animation-delay: 66s; + animation-delay: 66s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(661) +{ + -webkit-animation-delay: 66.1s; + -moz-animation-delay: 66.1s; + -o-animation-delay: 66.1s; + animation-delay: 66.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(662) +{ + -webkit-animation-delay: 66.2s; + -moz-animation-delay: 66.2s; + -o-animation-delay: 66.2s; + animation-delay: 66.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(663) +{ + -webkit-animation-delay: 66.3s; + -moz-animation-delay: 66.3s; + -o-animation-delay: 66.3s; + animation-delay: 66.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(664) +{ + -webkit-animation-delay: 66.4s; + -moz-animation-delay: 66.4s; + -o-animation-delay: 66.4s; + animation-delay: 66.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(665) +{ + -webkit-animation-delay: 66.5s; + -moz-animation-delay: 66.5s; + -o-animation-delay: 66.5s; + animation-delay: 66.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(666) +{ + -webkit-animation-delay: 66.6s; + -moz-animation-delay: 66.6s; + -o-animation-delay: 66.6s; + animation-delay: 66.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(667) +{ + -webkit-animation-delay: 66.7s; + -moz-animation-delay: 66.7s; + -o-animation-delay: 66.7s; + animation-delay: 66.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(668) +{ + -webkit-animation-delay: 66.8s; + -moz-animation-delay: 66.8s; + -o-animation-delay: 66.8s; + animation-delay: 66.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(669) +{ + -webkit-animation-delay: 66.9s; + -moz-animation-delay: 66.9s; + -o-animation-delay: 66.9s; + animation-delay: 66.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(670) +{ + -webkit-animation-delay: 67s; + -moz-animation-delay: 67s; + -o-animation-delay: 67s; + animation-delay: 67s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(671) +{ + -webkit-animation-delay: 67.1s; + -moz-animation-delay: 67.1s; + -o-animation-delay: 67.1s; + animation-delay: 67.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(672) +{ + -webkit-animation-delay: 67.2s; + -moz-animation-delay: 67.2s; + -o-animation-delay: 67.2s; + animation-delay: 67.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(673) +{ + -webkit-animation-delay: 67.3s; + -moz-animation-delay: 67.3s; + -o-animation-delay: 67.3s; + animation-delay: 67.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(674) +{ + -webkit-animation-delay: 67.4s; + -moz-animation-delay: 67.4s; + -o-animation-delay: 67.4s; + animation-delay: 67.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(675) +{ + -webkit-animation-delay: 67.5s; + -moz-animation-delay: 67.5s; + -o-animation-delay: 67.5s; + animation-delay: 67.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(676) +{ + -webkit-animation-delay: 67.6s; + -moz-animation-delay: 67.6s; + -o-animation-delay: 67.6s; + animation-delay: 67.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(677) +{ + -webkit-animation-delay: 67.7s; + -moz-animation-delay: 67.7s; + -o-animation-delay: 67.7s; + animation-delay: 67.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(678) +{ + -webkit-animation-delay: 67.8s; + -moz-animation-delay: 67.8s; + -o-animation-delay: 67.8s; + animation-delay: 67.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(679) +{ + -webkit-animation-delay: 67.9s; + -moz-animation-delay: 67.9s; + -o-animation-delay: 67.9s; + animation-delay: 67.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(680) +{ + -webkit-animation-delay: 68s; + -moz-animation-delay: 68s; + -o-animation-delay: 68s; + animation-delay: 68s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(681) +{ + -webkit-animation-delay: 68.1s; + -moz-animation-delay: 68.1s; + -o-animation-delay: 68.1s; + animation-delay: 68.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(682) +{ + -webkit-animation-delay: 68.2s; + -moz-animation-delay: 68.2s; + -o-animation-delay: 68.2s; + animation-delay: 68.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(683) +{ + -webkit-animation-delay: 68.3s; + -moz-animation-delay: 68.3s; + -o-animation-delay: 68.3s; + animation-delay: 68.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(684) +{ + -webkit-animation-delay: 68.4s; + -moz-animation-delay: 68.4s; + -o-animation-delay: 68.4s; + animation-delay: 68.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(685) +{ + -webkit-animation-delay: 68.5s; + -moz-animation-delay: 68.5s; + -o-animation-delay: 68.5s; + animation-delay: 68.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(686) +{ + -webkit-animation-delay: 68.6s; + -moz-animation-delay: 68.6s; + -o-animation-delay: 68.6s; + animation-delay: 68.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(687) +{ + -webkit-animation-delay: 68.7s; + -moz-animation-delay: 68.7s; + -o-animation-delay: 68.7s; + animation-delay: 68.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(688) +{ + -webkit-animation-delay: 68.8s; + -moz-animation-delay: 68.8s; + -o-animation-delay: 68.8s; + animation-delay: 68.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(689) +{ + -webkit-animation-delay: 68.9s; + -moz-animation-delay: 68.9s; + -o-animation-delay: 68.9s; + animation-delay: 68.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(690) +{ + -webkit-animation-delay: 69s; + -moz-animation-delay: 69s; + -o-animation-delay: 69s; + animation-delay: 69s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(691) +{ + -webkit-animation-delay: 69.1s; + -moz-animation-delay: 69.1s; + -o-animation-delay: 69.1s; + animation-delay: 69.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(692) +{ + -webkit-animation-delay: 69.2s; + -moz-animation-delay: 69.2s; + -o-animation-delay: 69.2s; + animation-delay: 69.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(693) +{ + -webkit-animation-delay: 69.3s; + -moz-animation-delay: 69.3s; + -o-animation-delay: 69.3s; + animation-delay: 69.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(694) +{ + -webkit-animation-delay: 69.4s; + -moz-animation-delay: 69.4s; + -o-animation-delay: 69.4s; + animation-delay: 69.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(695) +{ + -webkit-animation-delay: 69.5s; + -moz-animation-delay: 69.5s; + -o-animation-delay: 69.5s; + animation-delay: 69.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(696) +{ + -webkit-animation-delay: 69.6s; + -moz-animation-delay: 69.6s; + -o-animation-delay: 69.6s; + animation-delay: 69.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(697) +{ + -webkit-animation-delay: 69.7s; + -moz-animation-delay: 69.7s; + -o-animation-delay: 69.7s; + animation-delay: 69.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(698) +{ + -webkit-animation-delay: 69.8s; + -moz-animation-delay: 69.8s; + -o-animation-delay: 69.8s; + animation-delay: 69.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(699) +{ + -webkit-animation-delay: 69.9s; + -moz-animation-delay: 69.9s; + -o-animation-delay: 69.9s; + animation-delay: 69.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(700) +{ + -webkit-animation-delay: 70s; + -moz-animation-delay: 70s; + -o-animation-delay: 70s; + animation-delay: 70s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(701) +{ + -webkit-animation-delay: 70.1s; + -moz-animation-delay: 70.1s; + -o-animation-delay: 70.1s; + animation-delay: 70.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(702) +{ + -webkit-animation-delay: 70.2s; + -moz-animation-delay: 70.2s; + -o-animation-delay: 70.2s; + animation-delay: 70.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(703) +{ + -webkit-animation-delay: 70.3s; + -moz-animation-delay: 70.3s; + -o-animation-delay: 70.3s; + animation-delay: 70.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(704) +{ + -webkit-animation-delay: 70.4s; + -moz-animation-delay: 70.4s; + -o-animation-delay: 70.4s; + animation-delay: 70.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(705) +{ + -webkit-animation-delay: 70.5s; + -moz-animation-delay: 70.5s; + -o-animation-delay: 70.5s; + animation-delay: 70.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(706) +{ + -webkit-animation-delay: 70.6s; + -moz-animation-delay: 70.6s; + -o-animation-delay: 70.6s; + animation-delay: 70.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(707) +{ + -webkit-animation-delay: 70.7s; + -moz-animation-delay: 70.7s; + -o-animation-delay: 70.7s; + animation-delay: 70.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(708) +{ + -webkit-animation-delay: 70.8s; + -moz-animation-delay: 70.8s; + -o-animation-delay: 70.8s; + animation-delay: 70.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(709) +{ + -webkit-animation-delay: 70.9s; + -moz-animation-delay: 70.9s; + -o-animation-delay: 70.9s; + animation-delay: 70.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(710) +{ + -webkit-animation-delay: 71s; + -moz-animation-delay: 71s; + -o-animation-delay: 71s; + animation-delay: 71s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(711) +{ + -webkit-animation-delay: 71.1s; + -moz-animation-delay: 71.1s; + -o-animation-delay: 71.1s; + animation-delay: 71.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(712) +{ + -webkit-animation-delay: 71.2s; + -moz-animation-delay: 71.2s; + -o-animation-delay: 71.2s; + animation-delay: 71.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(713) +{ + -webkit-animation-delay: 71.3s; + -moz-animation-delay: 71.3s; + -o-animation-delay: 71.3s; + animation-delay: 71.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(714) +{ + -webkit-animation-delay: 71.4s; + -moz-animation-delay: 71.4s; + -o-animation-delay: 71.4s; + animation-delay: 71.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(715) +{ + -webkit-animation-delay: 71.5s; + -moz-animation-delay: 71.5s; + -o-animation-delay: 71.5s; + animation-delay: 71.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(716) +{ + -webkit-animation-delay: 71.6s; + -moz-animation-delay: 71.6s; + -o-animation-delay: 71.6s; + animation-delay: 71.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(717) +{ + -webkit-animation-delay: 71.7s; + -moz-animation-delay: 71.7s; + -o-animation-delay: 71.7s; + animation-delay: 71.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(718) +{ + -webkit-animation-delay: 71.8s; + -moz-animation-delay: 71.8s; + -o-animation-delay: 71.8s; + animation-delay: 71.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(719) +{ + -webkit-animation-delay: 71.9s; + -moz-animation-delay: 71.9s; + -o-animation-delay: 71.9s; + animation-delay: 71.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(720) +{ + -webkit-animation-delay: 72s; + -moz-animation-delay: 72s; + -o-animation-delay: 72s; + animation-delay: 72s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(721) +{ + -webkit-animation-delay: 72.1s; + -moz-animation-delay: 72.1s; + -o-animation-delay: 72.1s; + animation-delay: 72.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(722) +{ + -webkit-animation-delay: 72.2s; + -moz-animation-delay: 72.2s; + -o-animation-delay: 72.2s; + animation-delay: 72.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(723) +{ + -webkit-animation-delay: 72.3s; + -moz-animation-delay: 72.3s; + -o-animation-delay: 72.3s; + animation-delay: 72.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(724) +{ + -webkit-animation-delay: 72.4s; + -moz-animation-delay: 72.4s; + -o-animation-delay: 72.4s; + animation-delay: 72.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(725) +{ + -webkit-animation-delay: 72.5s; + -moz-animation-delay: 72.5s; + -o-animation-delay: 72.5s; + animation-delay: 72.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(726) +{ + -webkit-animation-delay: 72.6s; + -moz-animation-delay: 72.6s; + -o-animation-delay: 72.6s; + animation-delay: 72.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(727) +{ + -webkit-animation-delay: 72.7s; + -moz-animation-delay: 72.7s; + -o-animation-delay: 72.7s; + animation-delay: 72.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(728) +{ + -webkit-animation-delay: 72.8s; + -moz-animation-delay: 72.8s; + -o-animation-delay: 72.8s; + animation-delay: 72.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(729) +{ + -webkit-animation-delay: 72.9s; + -moz-animation-delay: 72.9s; + -o-animation-delay: 72.9s; + animation-delay: 72.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(730) +{ + -webkit-animation-delay: 73s; + -moz-animation-delay: 73s; + -o-animation-delay: 73s; + animation-delay: 73s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(731) +{ + -webkit-animation-delay: 73.1s; + -moz-animation-delay: 73.1s; + -o-animation-delay: 73.1s; + animation-delay: 73.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(732) +{ + -webkit-animation-delay: 73.2s; + -moz-animation-delay: 73.2s; + -o-animation-delay: 73.2s; + animation-delay: 73.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(733) +{ + -webkit-animation-delay: 73.3s; + -moz-animation-delay: 73.3s; + -o-animation-delay: 73.3s; + animation-delay: 73.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(734) +{ + -webkit-animation-delay: 73.4s; + -moz-animation-delay: 73.4s; + -o-animation-delay: 73.4s; + animation-delay: 73.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(735) +{ + -webkit-animation-delay: 73.5s; + -moz-animation-delay: 73.5s; + -o-animation-delay: 73.5s; + animation-delay: 73.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(736) +{ + -webkit-animation-delay: 73.6s; + -moz-animation-delay: 73.6s; + -o-animation-delay: 73.6s; + animation-delay: 73.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(737) +{ + -webkit-animation-delay: 73.7s; + -moz-animation-delay: 73.7s; + -o-animation-delay: 73.7s; + animation-delay: 73.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(738) +{ + -webkit-animation-delay: 73.8s; + -moz-animation-delay: 73.8s; + -o-animation-delay: 73.8s; + animation-delay: 73.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(739) +{ + -webkit-animation-delay: 73.9s; + -moz-animation-delay: 73.9s; + -o-animation-delay: 73.9s; + animation-delay: 73.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(740) +{ + -webkit-animation-delay: 74s; + -moz-animation-delay: 74s; + -o-animation-delay: 74s; + animation-delay: 74s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(741) +{ + -webkit-animation-delay: 74.1s; + -moz-animation-delay: 74.1s; + -o-animation-delay: 74.1s; + animation-delay: 74.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(742) +{ + -webkit-animation-delay: 74.2s; + -moz-animation-delay: 74.2s; + -o-animation-delay: 74.2s; + animation-delay: 74.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(743) +{ + -webkit-animation-delay: 74.3s; + -moz-animation-delay: 74.3s; + -o-animation-delay: 74.3s; + animation-delay: 74.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(744) +{ + -webkit-animation-delay: 74.4s; + -moz-animation-delay: 74.4s; + -o-animation-delay: 74.4s; + animation-delay: 74.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(745) +{ + -webkit-animation-delay: 74.5s; + -moz-animation-delay: 74.5s; + -o-animation-delay: 74.5s; + animation-delay: 74.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(746) +{ + -webkit-animation-delay: 74.6s; + -moz-animation-delay: 74.6s; + -o-animation-delay: 74.6s; + animation-delay: 74.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(747) +{ + -webkit-animation-delay: 74.7s; + -moz-animation-delay: 74.7s; + -o-animation-delay: 74.7s; + animation-delay: 74.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(748) +{ + -webkit-animation-delay: 74.8s; + -moz-animation-delay: 74.8s; + -o-animation-delay: 74.8s; + animation-delay: 74.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(749) +{ + -webkit-animation-delay: 74.9s; + -moz-animation-delay: 74.9s; + -o-animation-delay: 74.9s; + animation-delay: 74.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(750) +{ + -webkit-animation-delay: 75s; + -moz-animation-delay: 75s; + -o-animation-delay: 75s; + animation-delay: 75s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(751) +{ + -webkit-animation-delay: 75.1s; + -moz-animation-delay: 75.1s; + -o-animation-delay: 75.1s; + animation-delay: 75.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(752) +{ + -webkit-animation-delay: 75.2s; + -moz-animation-delay: 75.2s; + -o-animation-delay: 75.2s; + animation-delay: 75.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(753) +{ + -webkit-animation-delay: 75.3s; + -moz-animation-delay: 75.3s; + -o-animation-delay: 75.3s; + animation-delay: 75.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(754) +{ + -webkit-animation-delay: 75.4s; + -moz-animation-delay: 75.4s; + -o-animation-delay: 75.4s; + animation-delay: 75.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(755) +{ + -webkit-animation-delay: 75.5s; + -moz-animation-delay: 75.5s; + -o-animation-delay: 75.5s; + animation-delay: 75.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(756) +{ + -webkit-animation-delay: 75.6s; + -moz-animation-delay: 75.6s; + -o-animation-delay: 75.6s; + animation-delay: 75.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(757) +{ + -webkit-animation-delay: 75.7s; + -moz-animation-delay: 75.7s; + -o-animation-delay: 75.7s; + animation-delay: 75.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(758) +{ + -webkit-animation-delay: 75.8s; + -moz-animation-delay: 75.8s; + -o-animation-delay: 75.8s; + animation-delay: 75.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(759) +{ + -webkit-animation-delay: 75.9s; + -moz-animation-delay: 75.9s; + -o-animation-delay: 75.9s; + animation-delay: 75.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(760) +{ + -webkit-animation-delay: 76s; + -moz-animation-delay: 76s; + -o-animation-delay: 76s; + animation-delay: 76s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(761) +{ + -webkit-animation-delay: 76.1s; + -moz-animation-delay: 76.1s; + -o-animation-delay: 76.1s; + animation-delay: 76.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(762) +{ + -webkit-animation-delay: 76.2s; + -moz-animation-delay: 76.2s; + -o-animation-delay: 76.2s; + animation-delay: 76.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(763) +{ + -webkit-animation-delay: 76.3s; + -moz-animation-delay: 76.3s; + -o-animation-delay: 76.3s; + animation-delay: 76.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(764) +{ + -webkit-animation-delay: 76.4s; + -moz-animation-delay: 76.4s; + -o-animation-delay: 76.4s; + animation-delay: 76.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(765) +{ + -webkit-animation-delay: 76.5s; + -moz-animation-delay: 76.5s; + -o-animation-delay: 76.5s; + animation-delay: 76.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(766) +{ + -webkit-animation-delay: 76.6s; + -moz-animation-delay: 76.6s; + -o-animation-delay: 76.6s; + animation-delay: 76.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(767) +{ + -webkit-animation-delay: 76.7s; + -moz-animation-delay: 76.7s; + -o-animation-delay: 76.7s; + animation-delay: 76.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(768) +{ + -webkit-animation-delay: 76.8s; + -moz-animation-delay: 76.8s; + -o-animation-delay: 76.8s; + animation-delay: 76.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(769) +{ + -webkit-animation-delay: 76.9s; + -moz-animation-delay: 76.9s; + -o-animation-delay: 76.9s; + animation-delay: 76.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(770) +{ + -webkit-animation-delay: 77s; + -moz-animation-delay: 77s; + -o-animation-delay: 77s; + animation-delay: 77s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(771) +{ + -webkit-animation-delay: 77.1s; + -moz-animation-delay: 77.1s; + -o-animation-delay: 77.1s; + animation-delay: 77.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(772) +{ + -webkit-animation-delay: 77.2s; + -moz-animation-delay: 77.2s; + -o-animation-delay: 77.2s; + animation-delay: 77.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(773) +{ + -webkit-animation-delay: 77.3s; + -moz-animation-delay: 77.3s; + -o-animation-delay: 77.3s; + animation-delay: 77.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(774) +{ + -webkit-animation-delay: 77.4s; + -moz-animation-delay: 77.4s; + -o-animation-delay: 77.4s; + animation-delay: 77.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(775) +{ + -webkit-animation-delay: 77.5s; + -moz-animation-delay: 77.5s; + -o-animation-delay: 77.5s; + animation-delay: 77.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(776) +{ + -webkit-animation-delay: 77.6s; + -moz-animation-delay: 77.6s; + -o-animation-delay: 77.6s; + animation-delay: 77.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(777) +{ + -webkit-animation-delay: 77.7s; + -moz-animation-delay: 77.7s; + -o-animation-delay: 77.7s; + animation-delay: 77.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(778) +{ + -webkit-animation-delay: 77.8s; + -moz-animation-delay: 77.8s; + -o-animation-delay: 77.8s; + animation-delay: 77.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(779) +{ + -webkit-animation-delay: 77.9s; + -moz-animation-delay: 77.9s; + -o-animation-delay: 77.9s; + animation-delay: 77.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(780) +{ + -webkit-animation-delay: 78s; + -moz-animation-delay: 78s; + -o-animation-delay: 78s; + animation-delay: 78s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(781) +{ + -webkit-animation-delay: 78.1s; + -moz-animation-delay: 78.1s; + -o-animation-delay: 78.1s; + animation-delay: 78.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(782) +{ + -webkit-animation-delay: 78.2s; + -moz-animation-delay: 78.2s; + -o-animation-delay: 78.2s; + animation-delay: 78.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(783) +{ + -webkit-animation-delay: 78.3s; + -moz-animation-delay: 78.3s; + -o-animation-delay: 78.3s; + animation-delay: 78.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(784) +{ + -webkit-animation-delay: 78.4s; + -moz-animation-delay: 78.4s; + -o-animation-delay: 78.4s; + animation-delay: 78.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(785) +{ + -webkit-animation-delay: 78.5s; + -moz-animation-delay: 78.5s; + -o-animation-delay: 78.5s; + animation-delay: 78.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(786) +{ + -webkit-animation-delay: 78.6s; + -moz-animation-delay: 78.6s; + -o-animation-delay: 78.6s; + animation-delay: 78.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(787) +{ + -webkit-animation-delay: 78.7s; + -moz-animation-delay: 78.7s; + -o-animation-delay: 78.7s; + animation-delay: 78.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(788) +{ + -webkit-animation-delay: 78.8s; + -moz-animation-delay: 78.8s; + -o-animation-delay: 78.8s; + animation-delay: 78.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(789) +{ + -webkit-animation-delay: 78.9s; + -moz-animation-delay: 78.9s; + -o-animation-delay: 78.9s; + animation-delay: 78.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(790) +{ + -webkit-animation-delay: 79s; + -moz-animation-delay: 79s; + -o-animation-delay: 79s; + animation-delay: 79s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(791) +{ + -webkit-animation-delay: 79.1s; + -moz-animation-delay: 79.1s; + -o-animation-delay: 79.1s; + animation-delay: 79.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(792) +{ + -webkit-animation-delay: 79.2s; + -moz-animation-delay: 79.2s; + -o-animation-delay: 79.2s; + animation-delay: 79.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(793) +{ + -webkit-animation-delay: 79.3s; + -moz-animation-delay: 79.3s; + -o-animation-delay: 79.3s; + animation-delay: 79.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(794) +{ + -webkit-animation-delay: 79.4s; + -moz-animation-delay: 79.4s; + -o-animation-delay: 79.4s; + animation-delay: 79.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(795) +{ + -webkit-animation-delay: 79.5s; + -moz-animation-delay: 79.5s; + -o-animation-delay: 79.5s; + animation-delay: 79.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(796) +{ + -webkit-animation-delay: 79.6s; + -moz-animation-delay: 79.6s; + -o-animation-delay: 79.6s; + animation-delay: 79.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(797) +{ + -webkit-animation-delay: 79.7s; + -moz-animation-delay: 79.7s; + -o-animation-delay: 79.7s; + animation-delay: 79.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(798) +{ + -webkit-animation-delay: 79.8s; + -moz-animation-delay: 79.8s; + -o-animation-delay: 79.8s; + animation-delay: 79.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(799) +{ + -webkit-animation-delay: 79.9s; + -moz-animation-delay: 79.9s; + -o-animation-delay: 79.9s; + animation-delay: 79.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(800) +{ + -webkit-animation-delay: 80s; + -moz-animation-delay: 80s; + -o-animation-delay: 80s; + animation-delay: 80s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(801) +{ + -webkit-animation-delay: 80.1s; + -moz-animation-delay: 80.1s; + -o-animation-delay: 80.1s; + animation-delay: 80.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(802) +{ + -webkit-animation-delay: 80.2s; + -moz-animation-delay: 80.2s; + -o-animation-delay: 80.2s; + animation-delay: 80.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(803) +{ + -webkit-animation-delay: 80.3s; + -moz-animation-delay: 80.3s; + -o-animation-delay: 80.3s; + animation-delay: 80.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(804) +{ + -webkit-animation-delay: 80.4s; + -moz-animation-delay: 80.4s; + -o-animation-delay: 80.4s; + animation-delay: 80.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(805) +{ + -webkit-animation-delay: 80.5s; + -moz-animation-delay: 80.5s; + -o-animation-delay: 80.5s; + animation-delay: 80.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(806) +{ + -webkit-animation-delay: 80.6s; + -moz-animation-delay: 80.6s; + -o-animation-delay: 80.6s; + animation-delay: 80.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(807) +{ + -webkit-animation-delay: 80.7s; + -moz-animation-delay: 80.7s; + -o-animation-delay: 80.7s; + animation-delay: 80.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(808) +{ + -webkit-animation-delay: 80.8s; + -moz-animation-delay: 80.8s; + -o-animation-delay: 80.8s; + animation-delay: 80.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(809) +{ + -webkit-animation-delay: 80.9s; + -moz-animation-delay: 80.9s; + -o-animation-delay: 80.9s; + animation-delay: 80.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(810) +{ + -webkit-animation-delay: 81s; + -moz-animation-delay: 81s; + -o-animation-delay: 81s; + animation-delay: 81s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(811) +{ + -webkit-animation-delay: 81.1s; + -moz-animation-delay: 81.1s; + -o-animation-delay: 81.1s; + animation-delay: 81.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(812) +{ + -webkit-animation-delay: 81.2s; + -moz-animation-delay: 81.2s; + -o-animation-delay: 81.2s; + animation-delay: 81.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(813) +{ + -webkit-animation-delay: 81.3s; + -moz-animation-delay: 81.3s; + -o-animation-delay: 81.3s; + animation-delay: 81.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(814) +{ + -webkit-animation-delay: 81.4s; + -moz-animation-delay: 81.4s; + -o-animation-delay: 81.4s; + animation-delay: 81.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(815) +{ + -webkit-animation-delay: 81.5s; + -moz-animation-delay: 81.5s; + -o-animation-delay: 81.5s; + animation-delay: 81.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(816) +{ + -webkit-animation-delay: 81.6s; + -moz-animation-delay: 81.6s; + -o-animation-delay: 81.6s; + animation-delay: 81.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(817) +{ + -webkit-animation-delay: 81.7s; + -moz-animation-delay: 81.7s; + -o-animation-delay: 81.7s; + animation-delay: 81.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(818) +{ + -webkit-animation-delay: 81.8s; + -moz-animation-delay: 81.8s; + -o-animation-delay: 81.8s; + animation-delay: 81.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(819) +{ + -webkit-animation-delay: 81.9s; + -moz-animation-delay: 81.9s; + -o-animation-delay: 81.9s; + animation-delay: 81.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(820) +{ + -webkit-animation-delay: 82s; + -moz-animation-delay: 82s; + -o-animation-delay: 82s; + animation-delay: 82s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(821) +{ + -webkit-animation-delay: 82.1s; + -moz-animation-delay: 82.1s; + -o-animation-delay: 82.1s; + animation-delay: 82.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(822) +{ + -webkit-animation-delay: 82.2s; + -moz-animation-delay: 82.2s; + -o-animation-delay: 82.2s; + animation-delay: 82.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(823) +{ + -webkit-animation-delay: 82.3s; + -moz-animation-delay: 82.3s; + -o-animation-delay: 82.3s; + animation-delay: 82.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(824) +{ + -webkit-animation-delay: 82.4s; + -moz-animation-delay: 82.4s; + -o-animation-delay: 82.4s; + animation-delay: 82.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(825) +{ + -webkit-animation-delay: 82.5s; + -moz-animation-delay: 82.5s; + -o-animation-delay: 82.5s; + animation-delay: 82.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(826) +{ + -webkit-animation-delay: 82.6s; + -moz-animation-delay: 82.6s; + -o-animation-delay: 82.6s; + animation-delay: 82.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(827) +{ + -webkit-animation-delay: 82.7s; + -moz-animation-delay: 82.7s; + -o-animation-delay: 82.7s; + animation-delay: 82.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(828) +{ + -webkit-animation-delay: 82.8s; + -moz-animation-delay: 82.8s; + -o-animation-delay: 82.8s; + animation-delay: 82.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(829) +{ + -webkit-animation-delay: 82.9s; + -moz-animation-delay: 82.9s; + -o-animation-delay: 82.9s; + animation-delay: 82.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(830) +{ + -webkit-animation-delay: 83s; + -moz-animation-delay: 83s; + -o-animation-delay: 83s; + animation-delay: 83s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(831) +{ + -webkit-animation-delay: 83.1s; + -moz-animation-delay: 83.1s; + -o-animation-delay: 83.1s; + animation-delay: 83.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(832) +{ + -webkit-animation-delay: 83.2s; + -moz-animation-delay: 83.2s; + -o-animation-delay: 83.2s; + animation-delay: 83.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(833) +{ + -webkit-animation-delay: 83.3s; + -moz-animation-delay: 83.3s; + -o-animation-delay: 83.3s; + animation-delay: 83.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(834) +{ + -webkit-animation-delay: 83.4s; + -moz-animation-delay: 83.4s; + -o-animation-delay: 83.4s; + animation-delay: 83.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(835) +{ + -webkit-animation-delay: 83.5s; + -moz-animation-delay: 83.5s; + -o-animation-delay: 83.5s; + animation-delay: 83.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(836) +{ + -webkit-animation-delay: 83.6s; + -moz-animation-delay: 83.6s; + -o-animation-delay: 83.6s; + animation-delay: 83.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(837) +{ + -webkit-animation-delay: 83.7s; + -moz-animation-delay: 83.7s; + -o-animation-delay: 83.7s; + animation-delay: 83.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(838) +{ + -webkit-animation-delay: 83.8s; + -moz-animation-delay: 83.8s; + -o-animation-delay: 83.8s; + animation-delay: 83.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(839) +{ + -webkit-animation-delay: 83.9s; + -moz-animation-delay: 83.9s; + -o-animation-delay: 83.9s; + animation-delay: 83.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(840) +{ + -webkit-animation-delay: 84s; + -moz-animation-delay: 84s; + -o-animation-delay: 84s; + animation-delay: 84s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(841) +{ + -webkit-animation-delay: 84.1s; + -moz-animation-delay: 84.1s; + -o-animation-delay: 84.1s; + animation-delay: 84.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(842) +{ + -webkit-animation-delay: 84.2s; + -moz-animation-delay: 84.2s; + -o-animation-delay: 84.2s; + animation-delay: 84.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(843) +{ + -webkit-animation-delay: 84.3s; + -moz-animation-delay: 84.3s; + -o-animation-delay: 84.3s; + animation-delay: 84.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(844) +{ + -webkit-animation-delay: 84.4s; + -moz-animation-delay: 84.4s; + -o-animation-delay: 84.4s; + animation-delay: 84.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(845) +{ + -webkit-animation-delay: 84.5s; + -moz-animation-delay: 84.5s; + -o-animation-delay: 84.5s; + animation-delay: 84.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(846) +{ + -webkit-animation-delay: 84.6s; + -moz-animation-delay: 84.6s; + -o-animation-delay: 84.6s; + animation-delay: 84.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(847) +{ + -webkit-animation-delay: 84.7s; + -moz-animation-delay: 84.7s; + -o-animation-delay: 84.7s; + animation-delay: 84.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(848) +{ + -webkit-animation-delay: 84.8s; + -moz-animation-delay: 84.8s; + -o-animation-delay: 84.8s; + animation-delay: 84.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(849) +{ + -webkit-animation-delay: 84.9s; + -moz-animation-delay: 84.9s; + -o-animation-delay: 84.9s; + animation-delay: 84.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(850) +{ + -webkit-animation-delay: 85s; + -moz-animation-delay: 85s; + -o-animation-delay: 85s; + animation-delay: 85s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(851) +{ + -webkit-animation-delay: 85.1s; + -moz-animation-delay: 85.1s; + -o-animation-delay: 85.1s; + animation-delay: 85.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(852) +{ + -webkit-animation-delay: 85.2s; + -moz-animation-delay: 85.2s; + -o-animation-delay: 85.2s; + animation-delay: 85.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(853) +{ + -webkit-animation-delay: 85.3s; + -moz-animation-delay: 85.3s; + -o-animation-delay: 85.3s; + animation-delay: 85.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(854) +{ + -webkit-animation-delay: 85.4s; + -moz-animation-delay: 85.4s; + -o-animation-delay: 85.4s; + animation-delay: 85.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(855) +{ + -webkit-animation-delay: 85.5s; + -moz-animation-delay: 85.5s; + -o-animation-delay: 85.5s; + animation-delay: 85.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(856) +{ + -webkit-animation-delay: 85.6s; + -moz-animation-delay: 85.6s; + -o-animation-delay: 85.6s; + animation-delay: 85.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(857) +{ + -webkit-animation-delay: 85.7s; + -moz-animation-delay: 85.7s; + -o-animation-delay: 85.7s; + animation-delay: 85.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(858) +{ + -webkit-animation-delay: 85.8s; + -moz-animation-delay: 85.8s; + -o-animation-delay: 85.8s; + animation-delay: 85.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(859) +{ + -webkit-animation-delay: 85.9s; + -moz-animation-delay: 85.9s; + -o-animation-delay: 85.9s; + animation-delay: 85.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(860) +{ + -webkit-animation-delay: 86s; + -moz-animation-delay: 86s; + -o-animation-delay: 86s; + animation-delay: 86s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(861) +{ + -webkit-animation-delay: 86.1s; + -moz-animation-delay: 86.1s; + -o-animation-delay: 86.1s; + animation-delay: 86.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(862) +{ + -webkit-animation-delay: 86.2s; + -moz-animation-delay: 86.2s; + -o-animation-delay: 86.2s; + animation-delay: 86.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(863) +{ + -webkit-animation-delay: 86.3s; + -moz-animation-delay: 86.3s; + -o-animation-delay: 86.3s; + animation-delay: 86.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(864) +{ + -webkit-animation-delay: 86.4s; + -moz-animation-delay: 86.4s; + -o-animation-delay: 86.4s; + animation-delay: 86.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(865) +{ + -webkit-animation-delay: 86.5s; + -moz-animation-delay: 86.5s; + -o-animation-delay: 86.5s; + animation-delay: 86.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(866) +{ + -webkit-animation-delay: 86.6s; + -moz-animation-delay: 86.6s; + -o-animation-delay: 86.6s; + animation-delay: 86.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(867) +{ + -webkit-animation-delay: 86.7s; + -moz-animation-delay: 86.7s; + -o-animation-delay: 86.7s; + animation-delay: 86.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(868) +{ + -webkit-animation-delay: 86.8s; + -moz-animation-delay: 86.8s; + -o-animation-delay: 86.8s; + animation-delay: 86.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(869) +{ + -webkit-animation-delay: 86.9s; + -moz-animation-delay: 86.9s; + -o-animation-delay: 86.9s; + animation-delay: 86.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(870) +{ + -webkit-animation-delay: 87s; + -moz-animation-delay: 87s; + -o-animation-delay: 87s; + animation-delay: 87s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(871) +{ + -webkit-animation-delay: 87.1s; + -moz-animation-delay: 87.1s; + -o-animation-delay: 87.1s; + animation-delay: 87.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(872) +{ + -webkit-animation-delay: 87.2s; + -moz-animation-delay: 87.2s; + -o-animation-delay: 87.2s; + animation-delay: 87.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(873) +{ + -webkit-animation-delay: 87.3s; + -moz-animation-delay: 87.3s; + -o-animation-delay: 87.3s; + animation-delay: 87.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(874) +{ + -webkit-animation-delay: 87.4s; + -moz-animation-delay: 87.4s; + -o-animation-delay: 87.4s; + animation-delay: 87.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(875) +{ + -webkit-animation-delay: 87.5s; + -moz-animation-delay: 87.5s; + -o-animation-delay: 87.5s; + animation-delay: 87.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(876) +{ + -webkit-animation-delay: 87.6s; + -moz-animation-delay: 87.6s; + -o-animation-delay: 87.6s; + animation-delay: 87.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(877) +{ + -webkit-animation-delay: 87.7s; + -moz-animation-delay: 87.7s; + -o-animation-delay: 87.7s; + animation-delay: 87.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(878) +{ + -webkit-animation-delay: 87.8s; + -moz-animation-delay: 87.8s; + -o-animation-delay: 87.8s; + animation-delay: 87.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(879) +{ + -webkit-animation-delay: 87.9s; + -moz-animation-delay: 87.9s; + -o-animation-delay: 87.9s; + animation-delay: 87.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(880) +{ + -webkit-animation-delay: 88s; + -moz-animation-delay: 88s; + -o-animation-delay: 88s; + animation-delay: 88s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(881) +{ + -webkit-animation-delay: 88.1s; + -moz-animation-delay: 88.1s; + -o-animation-delay: 88.1s; + animation-delay: 88.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(882) +{ + -webkit-animation-delay: 88.2s; + -moz-animation-delay: 88.2s; + -o-animation-delay: 88.2s; + animation-delay: 88.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(883) +{ + -webkit-animation-delay: 88.3s; + -moz-animation-delay: 88.3s; + -o-animation-delay: 88.3s; + animation-delay: 88.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(884) +{ + -webkit-animation-delay: 88.4s; + -moz-animation-delay: 88.4s; + -o-animation-delay: 88.4s; + animation-delay: 88.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(885) +{ + -webkit-animation-delay: 88.5s; + -moz-animation-delay: 88.5s; + -o-animation-delay: 88.5s; + animation-delay: 88.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(886) +{ + -webkit-animation-delay: 88.6s; + -moz-animation-delay: 88.6s; + -o-animation-delay: 88.6s; + animation-delay: 88.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(887) +{ + -webkit-animation-delay: 88.7s; + -moz-animation-delay: 88.7s; + -o-animation-delay: 88.7s; + animation-delay: 88.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(888) +{ + -webkit-animation-delay: 88.8s; + -moz-animation-delay: 88.8s; + -o-animation-delay: 88.8s; + animation-delay: 88.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(889) +{ + -webkit-animation-delay: 88.9s; + -moz-animation-delay: 88.9s; + -o-animation-delay: 88.9s; + animation-delay: 88.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(890) +{ + -webkit-animation-delay: 89s; + -moz-animation-delay: 89s; + -o-animation-delay: 89s; + animation-delay: 89s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(891) +{ + -webkit-animation-delay: 89.1s; + -moz-animation-delay: 89.1s; + -o-animation-delay: 89.1s; + animation-delay: 89.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(892) +{ + -webkit-animation-delay: 89.2s; + -moz-animation-delay: 89.2s; + -o-animation-delay: 89.2s; + animation-delay: 89.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(893) +{ + -webkit-animation-delay: 89.3s; + -moz-animation-delay: 89.3s; + -o-animation-delay: 89.3s; + animation-delay: 89.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(894) +{ + -webkit-animation-delay: 89.4s; + -moz-animation-delay: 89.4s; + -o-animation-delay: 89.4s; + animation-delay: 89.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(895) +{ + -webkit-animation-delay: 89.5s; + -moz-animation-delay: 89.5s; + -o-animation-delay: 89.5s; + animation-delay: 89.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(896) +{ + -webkit-animation-delay: 89.6s; + -moz-animation-delay: 89.6s; + -o-animation-delay: 89.6s; + animation-delay: 89.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(897) +{ + -webkit-animation-delay: 89.7s; + -moz-animation-delay: 89.7s; + -o-animation-delay: 89.7s; + animation-delay: 89.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(898) +{ + -webkit-animation-delay: 89.8s; + -moz-animation-delay: 89.8s; + -o-animation-delay: 89.8s; + animation-delay: 89.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(899) +{ + -webkit-animation-delay: 89.9s; + -moz-animation-delay: 89.9s; + -o-animation-delay: 89.9s; + animation-delay: 89.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(900) +{ + -webkit-animation-delay: 90s; + -moz-animation-delay: 90s; + -o-animation-delay: 90s; + animation-delay: 90s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(901) +{ + -webkit-animation-delay: 90.1s; + -moz-animation-delay: 90.1s; + -o-animation-delay: 90.1s; + animation-delay: 90.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(902) +{ + -webkit-animation-delay: 90.2s; + -moz-animation-delay: 90.2s; + -o-animation-delay: 90.2s; + animation-delay: 90.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(903) +{ + -webkit-animation-delay: 90.3s; + -moz-animation-delay: 90.3s; + -o-animation-delay: 90.3s; + animation-delay: 90.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(904) +{ + -webkit-animation-delay: 90.4s; + -moz-animation-delay: 90.4s; + -o-animation-delay: 90.4s; + animation-delay: 90.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(905) +{ + -webkit-animation-delay: 90.5s; + -moz-animation-delay: 90.5s; + -o-animation-delay: 90.5s; + animation-delay: 90.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(906) +{ + -webkit-animation-delay: 90.6s; + -moz-animation-delay: 90.6s; + -o-animation-delay: 90.6s; + animation-delay: 90.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(907) +{ + -webkit-animation-delay: 90.7s; + -moz-animation-delay: 90.7s; + -o-animation-delay: 90.7s; + animation-delay: 90.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(908) +{ + -webkit-animation-delay: 90.8s; + -moz-animation-delay: 90.8s; + -o-animation-delay: 90.8s; + animation-delay: 90.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(909) +{ + -webkit-animation-delay: 90.9s; + -moz-animation-delay: 90.9s; + -o-animation-delay: 90.9s; + animation-delay: 90.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(910) +{ + -webkit-animation-delay: 91s; + -moz-animation-delay: 91s; + -o-animation-delay: 91s; + animation-delay: 91s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(911) +{ + -webkit-animation-delay: 91.1s; + -moz-animation-delay: 91.1s; + -o-animation-delay: 91.1s; + animation-delay: 91.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(912) +{ + -webkit-animation-delay: 91.2s; + -moz-animation-delay: 91.2s; + -o-animation-delay: 91.2s; + animation-delay: 91.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(913) +{ + -webkit-animation-delay: 91.3s; + -moz-animation-delay: 91.3s; + -o-animation-delay: 91.3s; + animation-delay: 91.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(914) +{ + -webkit-animation-delay: 91.4s; + -moz-animation-delay: 91.4s; + -o-animation-delay: 91.4s; + animation-delay: 91.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(915) +{ + -webkit-animation-delay: 91.5s; + -moz-animation-delay: 91.5s; + -o-animation-delay: 91.5s; + animation-delay: 91.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(916) +{ + -webkit-animation-delay: 91.6s; + -moz-animation-delay: 91.6s; + -o-animation-delay: 91.6s; + animation-delay: 91.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(917) +{ + -webkit-animation-delay: 91.7s; + -moz-animation-delay: 91.7s; + -o-animation-delay: 91.7s; + animation-delay: 91.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(918) +{ + -webkit-animation-delay: 91.8s; + -moz-animation-delay: 91.8s; + -o-animation-delay: 91.8s; + animation-delay: 91.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(919) +{ + -webkit-animation-delay: 91.9s; + -moz-animation-delay: 91.9s; + -o-animation-delay: 91.9s; + animation-delay: 91.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(920) +{ + -webkit-animation-delay: 92s; + -moz-animation-delay: 92s; + -o-animation-delay: 92s; + animation-delay: 92s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(921) +{ + -webkit-animation-delay: 92.1s; + -moz-animation-delay: 92.1s; + -o-animation-delay: 92.1s; + animation-delay: 92.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(922) +{ + -webkit-animation-delay: 92.2s; + -moz-animation-delay: 92.2s; + -o-animation-delay: 92.2s; + animation-delay: 92.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(923) +{ + -webkit-animation-delay: 92.3s; + -moz-animation-delay: 92.3s; + -o-animation-delay: 92.3s; + animation-delay: 92.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(924) +{ + -webkit-animation-delay: 92.4s; + -moz-animation-delay: 92.4s; + -o-animation-delay: 92.4s; + animation-delay: 92.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(925) +{ + -webkit-animation-delay: 92.5s; + -moz-animation-delay: 92.5s; + -o-animation-delay: 92.5s; + animation-delay: 92.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(926) +{ + -webkit-animation-delay: 92.6s; + -moz-animation-delay: 92.6s; + -o-animation-delay: 92.6s; + animation-delay: 92.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(927) +{ + -webkit-animation-delay: 92.7s; + -moz-animation-delay: 92.7s; + -o-animation-delay: 92.7s; + animation-delay: 92.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(928) +{ + -webkit-animation-delay: 92.8s; + -moz-animation-delay: 92.8s; + -o-animation-delay: 92.8s; + animation-delay: 92.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(929) +{ + -webkit-animation-delay: 92.9s; + -moz-animation-delay: 92.9s; + -o-animation-delay: 92.9s; + animation-delay: 92.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(930) +{ + -webkit-animation-delay: 93s; + -moz-animation-delay: 93s; + -o-animation-delay: 93s; + animation-delay: 93s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(931) +{ + -webkit-animation-delay: 93.1s; + -moz-animation-delay: 93.1s; + -o-animation-delay: 93.1s; + animation-delay: 93.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(932) +{ + -webkit-animation-delay: 93.2s; + -moz-animation-delay: 93.2s; + -o-animation-delay: 93.2s; + animation-delay: 93.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(933) +{ + -webkit-animation-delay: 93.3s; + -moz-animation-delay: 93.3s; + -o-animation-delay: 93.3s; + animation-delay: 93.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(934) +{ + -webkit-animation-delay: 93.4s; + -moz-animation-delay: 93.4s; + -o-animation-delay: 93.4s; + animation-delay: 93.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(935) +{ + -webkit-animation-delay: 93.5s; + -moz-animation-delay: 93.5s; + -o-animation-delay: 93.5s; + animation-delay: 93.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(936) +{ + -webkit-animation-delay: 93.6s; + -moz-animation-delay: 93.6s; + -o-animation-delay: 93.6s; + animation-delay: 93.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(937) +{ + -webkit-animation-delay: 93.7s; + -moz-animation-delay: 93.7s; + -o-animation-delay: 93.7s; + animation-delay: 93.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(938) +{ + -webkit-animation-delay: 93.8s; + -moz-animation-delay: 93.8s; + -o-animation-delay: 93.8s; + animation-delay: 93.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(939) +{ + -webkit-animation-delay: 93.9s; + -moz-animation-delay: 93.9s; + -o-animation-delay: 93.9s; + animation-delay: 93.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(940) +{ + -webkit-animation-delay: 94s; + -moz-animation-delay: 94s; + -o-animation-delay: 94s; + animation-delay: 94s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(941) +{ + -webkit-animation-delay: 94.1s; + -moz-animation-delay: 94.1s; + -o-animation-delay: 94.1s; + animation-delay: 94.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(942) +{ + -webkit-animation-delay: 94.2s; + -moz-animation-delay: 94.2s; + -o-animation-delay: 94.2s; + animation-delay: 94.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(943) +{ + -webkit-animation-delay: 94.3s; + -moz-animation-delay: 94.3s; + -o-animation-delay: 94.3s; + animation-delay: 94.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(944) +{ + -webkit-animation-delay: 94.4s; + -moz-animation-delay: 94.4s; + -o-animation-delay: 94.4s; + animation-delay: 94.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(945) +{ + -webkit-animation-delay: 94.5s; + -moz-animation-delay: 94.5s; + -o-animation-delay: 94.5s; + animation-delay: 94.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(946) +{ + -webkit-animation-delay: 94.6s; + -moz-animation-delay: 94.6s; + -o-animation-delay: 94.6s; + animation-delay: 94.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(947) +{ + -webkit-animation-delay: 94.7s; + -moz-animation-delay: 94.7s; + -o-animation-delay: 94.7s; + animation-delay: 94.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(948) +{ + -webkit-animation-delay: 94.8s; + -moz-animation-delay: 94.8s; + -o-animation-delay: 94.8s; + animation-delay: 94.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(949) +{ + -webkit-animation-delay: 94.9s; + -moz-animation-delay: 94.9s; + -o-animation-delay: 94.9s; + animation-delay: 94.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(950) +{ + -webkit-animation-delay: 95s; + -moz-animation-delay: 95s; + -o-animation-delay: 95s; + animation-delay: 95s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(951) +{ + -webkit-animation-delay: 95.1s; + -moz-animation-delay: 95.1s; + -o-animation-delay: 95.1s; + animation-delay: 95.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(952) +{ + -webkit-animation-delay: 95.2s; + -moz-animation-delay: 95.2s; + -o-animation-delay: 95.2s; + animation-delay: 95.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(953) +{ + -webkit-animation-delay: 95.3s; + -moz-animation-delay: 95.3s; + -o-animation-delay: 95.3s; + animation-delay: 95.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(954) +{ + -webkit-animation-delay: 95.4s; + -moz-animation-delay: 95.4s; + -o-animation-delay: 95.4s; + animation-delay: 95.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(955) +{ + -webkit-animation-delay: 95.5s; + -moz-animation-delay: 95.5s; + -o-animation-delay: 95.5s; + animation-delay: 95.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(956) +{ + -webkit-animation-delay: 95.6s; + -moz-animation-delay: 95.6s; + -o-animation-delay: 95.6s; + animation-delay: 95.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(957) +{ + -webkit-animation-delay: 95.7s; + -moz-animation-delay: 95.7s; + -o-animation-delay: 95.7s; + animation-delay: 95.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(958) +{ + -webkit-animation-delay: 95.8s; + -moz-animation-delay: 95.8s; + -o-animation-delay: 95.8s; + animation-delay: 95.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(959) +{ + -webkit-animation-delay: 95.9s; + -moz-animation-delay: 95.9s; + -o-animation-delay: 95.9s; + animation-delay: 95.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(960) +{ + -webkit-animation-delay: 96s; + -moz-animation-delay: 96s; + -o-animation-delay: 96s; + animation-delay: 96s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(961) +{ + -webkit-animation-delay: 96.1s; + -moz-animation-delay: 96.1s; + -o-animation-delay: 96.1s; + animation-delay: 96.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(962) +{ + -webkit-animation-delay: 96.2s; + -moz-animation-delay: 96.2s; + -o-animation-delay: 96.2s; + animation-delay: 96.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(963) +{ + -webkit-animation-delay: 96.3s; + -moz-animation-delay: 96.3s; + -o-animation-delay: 96.3s; + animation-delay: 96.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(964) +{ + -webkit-animation-delay: 96.4s; + -moz-animation-delay: 96.4s; + -o-animation-delay: 96.4s; + animation-delay: 96.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(965) +{ + -webkit-animation-delay: 96.5s; + -moz-animation-delay: 96.5s; + -o-animation-delay: 96.5s; + animation-delay: 96.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(966) +{ + -webkit-animation-delay: 96.6s; + -moz-animation-delay: 96.6s; + -o-animation-delay: 96.6s; + animation-delay: 96.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(967) +{ + -webkit-animation-delay: 96.7s; + -moz-animation-delay: 96.7s; + -o-animation-delay: 96.7s; + animation-delay: 96.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(968) +{ + -webkit-animation-delay: 96.8s; + -moz-animation-delay: 96.8s; + -o-animation-delay: 96.8s; + animation-delay: 96.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(969) +{ + -webkit-animation-delay: 96.9s; + -moz-animation-delay: 96.9s; + -o-animation-delay: 96.9s; + animation-delay: 96.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(970) +{ + -webkit-animation-delay: 97s; + -moz-animation-delay: 97s; + -o-animation-delay: 97s; + animation-delay: 97s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(971) +{ + -webkit-animation-delay: 97.1s; + -moz-animation-delay: 97.1s; + -o-animation-delay: 97.1s; + animation-delay: 97.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(972) +{ + -webkit-animation-delay: 97.2s; + -moz-animation-delay: 97.2s; + -o-animation-delay: 97.2s; + animation-delay: 97.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(973) +{ + -webkit-animation-delay: 97.3s; + -moz-animation-delay: 97.3s; + -o-animation-delay: 97.3s; + animation-delay: 97.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(974) +{ + -webkit-animation-delay: 97.4s; + -moz-animation-delay: 97.4s; + -o-animation-delay: 97.4s; + animation-delay: 97.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(975) +{ + -webkit-animation-delay: 97.5s; + -moz-animation-delay: 97.5s; + -o-animation-delay: 97.5s; + animation-delay: 97.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(976) +{ + -webkit-animation-delay: 97.6s; + -moz-animation-delay: 97.6s; + -o-animation-delay: 97.6s; + animation-delay: 97.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(977) +{ + -webkit-animation-delay: 97.7s; + -moz-animation-delay: 97.7s; + -o-animation-delay: 97.7s; + animation-delay: 97.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(978) +{ + -webkit-animation-delay: 97.8s; + -moz-animation-delay: 97.8s; + -o-animation-delay: 97.8s; + animation-delay: 97.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(979) +{ + -webkit-animation-delay: 97.9s; + -moz-animation-delay: 97.9s; + -o-animation-delay: 97.9s; + animation-delay: 97.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(980) +{ + -webkit-animation-delay: 98s; + -moz-animation-delay: 98s; + -o-animation-delay: 98s; + animation-delay: 98s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(981) +{ + -webkit-animation-delay: 98.1s; + -moz-animation-delay: 98.1s; + -o-animation-delay: 98.1s; + animation-delay: 98.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(982) +{ + -webkit-animation-delay: 98.2s; + -moz-animation-delay: 98.2s; + -o-animation-delay: 98.2s; + animation-delay: 98.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(983) +{ + -webkit-animation-delay: 98.3s; + -moz-animation-delay: 98.3s; + -o-animation-delay: 98.3s; + animation-delay: 98.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(984) +{ + -webkit-animation-delay: 98.4s; + -moz-animation-delay: 98.4s; + -o-animation-delay: 98.4s; + animation-delay: 98.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(985) +{ + -webkit-animation-delay: 98.5s; + -moz-animation-delay: 98.5s; + -o-animation-delay: 98.5s; + animation-delay: 98.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(986) +{ + -webkit-animation-delay: 98.6s; + -moz-animation-delay: 98.6s; + -o-animation-delay: 98.6s; + animation-delay: 98.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(987) +{ + -webkit-animation-delay: 98.7s; + -moz-animation-delay: 98.7s; + -o-animation-delay: 98.7s; + animation-delay: 98.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(988) +{ + -webkit-animation-delay: 98.8s; + -moz-animation-delay: 98.8s; + -o-animation-delay: 98.8s; + animation-delay: 98.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(989) +{ + -webkit-animation-delay: 98.9s; + -moz-animation-delay: 98.9s; + -o-animation-delay: 98.9s; + animation-delay: 98.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(990) +{ + -webkit-animation-delay: 99s; + -moz-animation-delay: 99s; + -o-animation-delay: 99s; + animation-delay: 99s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(991) +{ + -webkit-animation-delay: 99.1s; + -moz-animation-delay: 99.1s; + -o-animation-delay: 99.1s; + animation-delay: 99.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(992) +{ + -webkit-animation-delay: 99.2s; + -moz-animation-delay: 99.2s; + -o-animation-delay: 99.2s; + animation-delay: 99.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(993) +{ + -webkit-animation-delay: 99.3s; + -moz-animation-delay: 99.3s; + -o-animation-delay: 99.3s; + animation-delay: 99.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(994) +{ + -webkit-animation-delay: 99.4s; + -moz-animation-delay: 99.4s; + -o-animation-delay: 99.4s; + animation-delay: 99.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(995) +{ + -webkit-animation-delay: 99.5s; + -moz-animation-delay: 99.5s; + -o-animation-delay: 99.5s; + animation-delay: 99.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(996) +{ + -webkit-animation-delay: 99.6s; + -moz-animation-delay: 99.6s; + -o-animation-delay: 99.6s; + animation-delay: 99.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(997) +{ + -webkit-animation-delay: 99.7s; + -moz-animation-delay: 99.7s; + -o-animation-delay: 99.7s; + animation-delay: 99.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(998) +{ + -webkit-animation-delay: 99.8s; + -moz-animation-delay: 99.8s; + -o-animation-delay: 99.8s; + animation-delay: 99.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(999) +{ + -webkit-animation-delay: 99.9s; + -moz-animation-delay: 99.9s; + -o-animation-delay: 99.9s; + animation-delay: 99.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1000) +{ + -webkit-animation-delay: 100s; + -moz-animation-delay: 100s; + -o-animation-delay: 100s; + animation-delay: 100s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1001) +{ + -webkit-animation-delay: 100.1s; + -moz-animation-delay: 100.1s; + -o-animation-delay: 100.1s; + animation-delay: 100.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1002) +{ + -webkit-animation-delay: 100.2s; + -moz-animation-delay: 100.2s; + -o-animation-delay: 100.2s; + animation-delay: 100.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1003) +{ + -webkit-animation-delay: 100.3s; + -moz-animation-delay: 100.3s; + -o-animation-delay: 100.3s; + animation-delay: 100.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1004) +{ + -webkit-animation-delay: 100.4s; + -moz-animation-delay: 100.4s; + -o-animation-delay: 100.4s; + animation-delay: 100.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1005) +{ + -webkit-animation-delay: 100.5s; + -moz-animation-delay: 100.5s; + -o-animation-delay: 100.5s; + animation-delay: 100.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1006) +{ + -webkit-animation-delay: 100.6s; + -moz-animation-delay: 100.6s; + -o-animation-delay: 100.6s; + animation-delay: 100.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1007) +{ + -webkit-animation-delay: 100.7s; + -moz-animation-delay: 100.7s; + -o-animation-delay: 100.7s; + animation-delay: 100.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1008) +{ + -webkit-animation-delay: 100.8s; + -moz-animation-delay: 100.8s; + -o-animation-delay: 100.8s; + animation-delay: 100.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1009) +{ + -webkit-animation-delay: 100.9s; + -moz-animation-delay: 100.9s; + -o-animation-delay: 100.9s; + animation-delay: 100.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1010) +{ + -webkit-animation-delay: 101s; + -moz-animation-delay: 101s; + -o-animation-delay: 101s; + animation-delay: 101s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1011) +{ + -webkit-animation-delay: 101.1s; + -moz-animation-delay: 101.1s; + -o-animation-delay: 101.1s; + animation-delay: 101.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1012) +{ + -webkit-animation-delay: 101.2s; + -moz-animation-delay: 101.2s; + -o-animation-delay: 101.2s; + animation-delay: 101.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1013) +{ + -webkit-animation-delay: 101.3s; + -moz-animation-delay: 101.3s; + -o-animation-delay: 101.3s; + animation-delay: 101.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1014) +{ + -webkit-animation-delay: 101.4s; + -moz-animation-delay: 101.4s; + -o-animation-delay: 101.4s; + animation-delay: 101.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1015) +{ + -webkit-animation-delay: 101.5s; + -moz-animation-delay: 101.5s; + -o-animation-delay: 101.5s; + animation-delay: 101.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1016) +{ + -webkit-animation-delay: 101.6s; + -moz-animation-delay: 101.6s; + -o-animation-delay: 101.6s; + animation-delay: 101.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1017) +{ + -webkit-animation-delay: 101.7s; + -moz-animation-delay: 101.7s; + -o-animation-delay: 101.7s; + animation-delay: 101.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1018) +{ + -webkit-animation-delay: 101.8s; + -moz-animation-delay: 101.8s; + -o-animation-delay: 101.8s; + animation-delay: 101.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1019) +{ + -webkit-animation-delay: 101.9s; + -moz-animation-delay: 101.9s; + -o-animation-delay: 101.9s; + animation-delay: 101.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1020) +{ + -webkit-animation-delay: 102s; + -moz-animation-delay: 102s; + -o-animation-delay: 102s; + animation-delay: 102s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1021) +{ + -webkit-animation-delay: 102.1s; + -moz-animation-delay: 102.1s; + -o-animation-delay: 102.1s; + animation-delay: 102.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1022) +{ + -webkit-animation-delay: 102.2s; + -moz-animation-delay: 102.2s; + -o-animation-delay: 102.2s; + animation-delay: 102.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1023) +{ + -webkit-animation-delay: 102.3s; + -moz-animation-delay: 102.3s; + -o-animation-delay: 102.3s; + animation-delay: 102.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1024) +{ + -webkit-animation-delay: 102.4s; + -moz-animation-delay: 102.4s; + -o-animation-delay: 102.4s; + animation-delay: 102.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1025) +{ + -webkit-animation-delay: 102.5s; + -moz-animation-delay: 102.5s; + -o-animation-delay: 102.5s; + animation-delay: 102.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1026) +{ + -webkit-animation-delay: 102.6s; + -moz-animation-delay: 102.6s; + -o-animation-delay: 102.6s; + animation-delay: 102.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1027) +{ + -webkit-animation-delay: 102.7s; + -moz-animation-delay: 102.7s; + -o-animation-delay: 102.7s; + animation-delay: 102.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1028) +{ + -webkit-animation-delay: 102.8s; + -moz-animation-delay: 102.8s; + -o-animation-delay: 102.8s; + animation-delay: 102.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1029) +{ + -webkit-animation-delay: 102.9s; + -moz-animation-delay: 102.9s; + -o-animation-delay: 102.9s; + animation-delay: 102.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1030) +{ + -webkit-animation-delay: 103s; + -moz-animation-delay: 103s; + -o-animation-delay: 103s; + animation-delay: 103s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1031) +{ + -webkit-animation-delay: 103.1s; + -moz-animation-delay: 103.1s; + -o-animation-delay: 103.1s; + animation-delay: 103.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1032) +{ + -webkit-animation-delay: 103.2s; + -moz-animation-delay: 103.2s; + -o-animation-delay: 103.2s; + animation-delay: 103.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1033) +{ + -webkit-animation-delay: 103.3s; + -moz-animation-delay: 103.3s; + -o-animation-delay: 103.3s; + animation-delay: 103.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1034) +{ + -webkit-animation-delay: 103.4s; + -moz-animation-delay: 103.4s; + -o-animation-delay: 103.4s; + animation-delay: 103.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1035) +{ + -webkit-animation-delay: 103.5s; + -moz-animation-delay: 103.5s; + -o-animation-delay: 103.5s; + animation-delay: 103.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1036) +{ + -webkit-animation-delay: 103.6s; + -moz-animation-delay: 103.6s; + -o-animation-delay: 103.6s; + animation-delay: 103.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1037) +{ + -webkit-animation-delay: 103.7s; + -moz-animation-delay: 103.7s; + -o-animation-delay: 103.7s; + animation-delay: 103.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1038) +{ + -webkit-animation-delay: 103.8s; + -moz-animation-delay: 103.8s; + -o-animation-delay: 103.8s; + animation-delay: 103.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1039) +{ + -webkit-animation-delay: 103.9s; + -moz-animation-delay: 103.9s; + -o-animation-delay: 103.9s; + animation-delay: 103.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1040) +{ + -webkit-animation-delay: 104s; + -moz-animation-delay: 104s; + -o-animation-delay: 104s; + animation-delay: 104s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1041) +{ + -webkit-animation-delay: 104.1s; + -moz-animation-delay: 104.1s; + -o-animation-delay: 104.1s; + animation-delay: 104.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1042) +{ + -webkit-animation-delay: 104.2s; + -moz-animation-delay: 104.2s; + -o-animation-delay: 104.2s; + animation-delay: 104.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1043) +{ + -webkit-animation-delay: 104.3s; + -moz-animation-delay: 104.3s; + -o-animation-delay: 104.3s; + animation-delay: 104.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1044) +{ + -webkit-animation-delay: 104.4s; + -moz-animation-delay: 104.4s; + -o-animation-delay: 104.4s; + animation-delay: 104.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1045) +{ + -webkit-animation-delay: 104.5s; + -moz-animation-delay: 104.5s; + -o-animation-delay: 104.5s; + animation-delay: 104.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1046) +{ + -webkit-animation-delay: 104.6s; + -moz-animation-delay: 104.6s; + -o-animation-delay: 104.6s; + animation-delay: 104.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1047) +{ + -webkit-animation-delay: 104.7s; + -moz-animation-delay: 104.7s; + -o-animation-delay: 104.7s; + animation-delay: 104.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1048) +{ + -webkit-animation-delay: 104.8s; + -moz-animation-delay: 104.8s; + -o-animation-delay: 104.8s; + animation-delay: 104.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1049) +{ + -webkit-animation-delay: 104.9s; + -moz-animation-delay: 104.9s; + -o-animation-delay: 104.9s; + animation-delay: 104.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1050) +{ + -webkit-animation-delay: 105s; + -moz-animation-delay: 105s; + -o-animation-delay: 105s; + animation-delay: 105s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1051) +{ + -webkit-animation-delay: 105.1s; + -moz-animation-delay: 105.1s; + -o-animation-delay: 105.1s; + animation-delay: 105.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1052) +{ + -webkit-animation-delay: 105.2s; + -moz-animation-delay: 105.2s; + -o-animation-delay: 105.2s; + animation-delay: 105.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1053) +{ + -webkit-animation-delay: 105.3s; + -moz-animation-delay: 105.3s; + -o-animation-delay: 105.3s; + animation-delay: 105.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1054) +{ + -webkit-animation-delay: 105.4s; + -moz-animation-delay: 105.4s; + -o-animation-delay: 105.4s; + animation-delay: 105.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1055) +{ + -webkit-animation-delay: 105.5s; + -moz-animation-delay: 105.5s; + -o-animation-delay: 105.5s; + animation-delay: 105.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1056) +{ + -webkit-animation-delay: 105.6s; + -moz-animation-delay: 105.6s; + -o-animation-delay: 105.6s; + animation-delay: 105.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1057) +{ + -webkit-animation-delay: 105.7s; + -moz-animation-delay: 105.7s; + -o-animation-delay: 105.7s; + animation-delay: 105.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1058) +{ + -webkit-animation-delay: 105.8s; + -moz-animation-delay: 105.8s; + -o-animation-delay: 105.8s; + animation-delay: 105.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1059) +{ + -webkit-animation-delay: 105.9s; + -moz-animation-delay: 105.9s; + -o-animation-delay: 105.9s; + animation-delay: 105.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1060) +{ + -webkit-animation-delay: 106s; + -moz-animation-delay: 106s; + -o-animation-delay: 106s; + animation-delay: 106s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1061) +{ + -webkit-animation-delay: 106.1s; + -moz-animation-delay: 106.1s; + -o-animation-delay: 106.1s; + animation-delay: 106.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1062) +{ + -webkit-animation-delay: 106.2s; + -moz-animation-delay: 106.2s; + -o-animation-delay: 106.2s; + animation-delay: 106.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1063) +{ + -webkit-animation-delay: 106.3s; + -moz-animation-delay: 106.3s; + -o-animation-delay: 106.3s; + animation-delay: 106.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1064) +{ + -webkit-animation-delay: 106.4s; + -moz-animation-delay: 106.4s; + -o-animation-delay: 106.4s; + animation-delay: 106.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1065) +{ + -webkit-animation-delay: 106.5s; + -moz-animation-delay: 106.5s; + -o-animation-delay: 106.5s; + animation-delay: 106.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1066) +{ + -webkit-animation-delay: 106.6s; + -moz-animation-delay: 106.6s; + -o-animation-delay: 106.6s; + animation-delay: 106.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1067) +{ + -webkit-animation-delay: 106.7s; + -moz-animation-delay: 106.7s; + -o-animation-delay: 106.7s; + animation-delay: 106.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1068) +{ + -webkit-animation-delay: 106.8s; + -moz-animation-delay: 106.8s; + -o-animation-delay: 106.8s; + animation-delay: 106.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1069) +{ + -webkit-animation-delay: 106.9s; + -moz-animation-delay: 106.9s; + -o-animation-delay: 106.9s; + animation-delay: 106.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1070) +{ + -webkit-animation-delay: 107s; + -moz-animation-delay: 107s; + -o-animation-delay: 107s; + animation-delay: 107s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1071) +{ + -webkit-animation-delay: 107.1s; + -moz-animation-delay: 107.1s; + -o-animation-delay: 107.1s; + animation-delay: 107.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1072) +{ + -webkit-animation-delay: 107.2s; + -moz-animation-delay: 107.2s; + -o-animation-delay: 107.2s; + animation-delay: 107.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1073) +{ + -webkit-animation-delay: 107.3s; + -moz-animation-delay: 107.3s; + -o-animation-delay: 107.3s; + animation-delay: 107.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1074) +{ + -webkit-animation-delay: 107.4s; + -moz-animation-delay: 107.4s; + -o-animation-delay: 107.4s; + animation-delay: 107.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1075) +{ + -webkit-animation-delay: 107.5s; + -moz-animation-delay: 107.5s; + -o-animation-delay: 107.5s; + animation-delay: 107.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1076) +{ + -webkit-animation-delay: 107.6s; + -moz-animation-delay: 107.6s; + -o-animation-delay: 107.6s; + animation-delay: 107.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1077) +{ + -webkit-animation-delay: 107.7s; + -moz-animation-delay: 107.7s; + -o-animation-delay: 107.7s; + animation-delay: 107.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1078) +{ + -webkit-animation-delay: 107.8s; + -moz-animation-delay: 107.8s; + -o-animation-delay: 107.8s; + animation-delay: 107.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1079) +{ + -webkit-animation-delay: 107.9s; + -moz-animation-delay: 107.9s; + -o-animation-delay: 107.9s; + animation-delay: 107.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1080) +{ + -webkit-animation-delay: 108s; + -moz-animation-delay: 108s; + -o-animation-delay: 108s; + animation-delay: 108s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1081) +{ + -webkit-animation-delay: 108.1s; + -moz-animation-delay: 108.1s; + -o-animation-delay: 108.1s; + animation-delay: 108.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1082) +{ + -webkit-animation-delay: 108.2s; + -moz-animation-delay: 108.2s; + -o-animation-delay: 108.2s; + animation-delay: 108.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1083) +{ + -webkit-animation-delay: 108.3s; + -moz-animation-delay: 108.3s; + -o-animation-delay: 108.3s; + animation-delay: 108.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1084) +{ + -webkit-animation-delay: 108.4s; + -moz-animation-delay: 108.4s; + -o-animation-delay: 108.4s; + animation-delay: 108.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1085) +{ + -webkit-animation-delay: 108.5s; + -moz-animation-delay: 108.5s; + -o-animation-delay: 108.5s; + animation-delay: 108.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1086) +{ + -webkit-animation-delay: 108.6s; + -moz-animation-delay: 108.6s; + -o-animation-delay: 108.6s; + animation-delay: 108.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1087) +{ + -webkit-animation-delay: 108.7s; + -moz-animation-delay: 108.7s; + -o-animation-delay: 108.7s; + animation-delay: 108.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1088) +{ + -webkit-animation-delay: 108.8s; + -moz-animation-delay: 108.8s; + -o-animation-delay: 108.8s; + animation-delay: 108.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1089) +{ + -webkit-animation-delay: 108.9s; + -moz-animation-delay: 108.9s; + -o-animation-delay: 108.9s; + animation-delay: 108.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1090) +{ + -webkit-animation-delay: 109s; + -moz-animation-delay: 109s; + -o-animation-delay: 109s; + animation-delay: 109s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1091) +{ + -webkit-animation-delay: 109.1s; + -moz-animation-delay: 109.1s; + -o-animation-delay: 109.1s; + animation-delay: 109.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1092) +{ + -webkit-animation-delay: 109.2s; + -moz-animation-delay: 109.2s; + -o-animation-delay: 109.2s; + animation-delay: 109.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1093) +{ + -webkit-animation-delay: 109.3s; + -moz-animation-delay: 109.3s; + -o-animation-delay: 109.3s; + animation-delay: 109.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1094) +{ + -webkit-animation-delay: 109.4s; + -moz-animation-delay: 109.4s; + -o-animation-delay: 109.4s; + animation-delay: 109.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1095) +{ + -webkit-animation-delay: 109.5s; + -moz-animation-delay: 109.5s; + -o-animation-delay: 109.5s; + animation-delay: 109.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1096) +{ + -webkit-animation-delay: 109.6s; + -moz-animation-delay: 109.6s; + -o-animation-delay: 109.6s; + animation-delay: 109.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1097) +{ + -webkit-animation-delay: 109.7s; + -moz-animation-delay: 109.7s; + -o-animation-delay: 109.7s; + animation-delay: 109.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1098) +{ + -webkit-animation-delay: 109.8s; + -moz-animation-delay: 109.8s; + -o-animation-delay: 109.8s; + animation-delay: 109.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1099) +{ + -webkit-animation-delay: 109.9s; + -moz-animation-delay: 109.9s; + -o-animation-delay: 109.9s; + animation-delay: 109.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1100) +{ + -webkit-animation-delay: 110s; + -moz-animation-delay: 110s; + -o-animation-delay: 110s; + animation-delay: 110s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1101) +{ + -webkit-animation-delay: 110.1s; + -moz-animation-delay: 110.1s; + -o-animation-delay: 110.1s; + animation-delay: 110.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1102) +{ + -webkit-animation-delay: 110.2s; + -moz-animation-delay: 110.2s; + -o-animation-delay: 110.2s; + animation-delay: 110.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1103) +{ + -webkit-animation-delay: 110.3s; + -moz-animation-delay: 110.3s; + -o-animation-delay: 110.3s; + animation-delay: 110.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1104) +{ + -webkit-animation-delay: 110.4s; + -moz-animation-delay: 110.4s; + -o-animation-delay: 110.4s; + animation-delay: 110.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1105) +{ + -webkit-animation-delay: 110.5s; + -moz-animation-delay: 110.5s; + -o-animation-delay: 110.5s; + animation-delay: 110.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1106) +{ + -webkit-animation-delay: 110.6s; + -moz-animation-delay: 110.6s; + -o-animation-delay: 110.6s; + animation-delay: 110.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1107) +{ + -webkit-animation-delay: 110.7s; + -moz-animation-delay: 110.7s; + -o-animation-delay: 110.7s; + animation-delay: 110.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1108) +{ + -webkit-animation-delay: 110.8s; + -moz-animation-delay: 110.8s; + -o-animation-delay: 110.8s; + animation-delay: 110.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1109) +{ + -webkit-animation-delay: 110.9s; + -moz-animation-delay: 110.9s; + -o-animation-delay: 110.9s; + animation-delay: 110.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1110) +{ + -webkit-animation-delay: 111s; + -moz-animation-delay: 111s; + -o-animation-delay: 111s; + animation-delay: 111s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1111) +{ + -webkit-animation-delay: 111.1s; + -moz-animation-delay: 111.1s; + -o-animation-delay: 111.1s; + animation-delay: 111.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1112) +{ + -webkit-animation-delay: 111.2s; + -moz-animation-delay: 111.2s; + -o-animation-delay: 111.2s; + animation-delay: 111.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1113) +{ + -webkit-animation-delay: 111.3s; + -moz-animation-delay: 111.3s; + -o-animation-delay: 111.3s; + animation-delay: 111.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1114) +{ + -webkit-animation-delay: 111.4s; + -moz-animation-delay: 111.4s; + -o-animation-delay: 111.4s; + animation-delay: 111.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1115) +{ + -webkit-animation-delay: 111.5s; + -moz-animation-delay: 111.5s; + -o-animation-delay: 111.5s; + animation-delay: 111.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1116) +{ + -webkit-animation-delay: 111.6s; + -moz-animation-delay: 111.6s; + -o-animation-delay: 111.6s; + animation-delay: 111.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1117) +{ + -webkit-animation-delay: 111.7s; + -moz-animation-delay: 111.7s; + -o-animation-delay: 111.7s; + animation-delay: 111.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1118) +{ + -webkit-animation-delay: 111.8s; + -moz-animation-delay: 111.8s; + -o-animation-delay: 111.8s; + animation-delay: 111.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1119) +{ + -webkit-animation-delay: 111.9s; + -moz-animation-delay: 111.9s; + -o-animation-delay: 111.9s; + animation-delay: 111.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1120) +{ + -webkit-animation-delay: 112s; + -moz-animation-delay: 112s; + -o-animation-delay: 112s; + animation-delay: 112s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1121) +{ + -webkit-animation-delay: 112.1s; + -moz-animation-delay: 112.1s; + -o-animation-delay: 112.1s; + animation-delay: 112.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1122) +{ + -webkit-animation-delay: 112.2s; + -moz-animation-delay: 112.2s; + -o-animation-delay: 112.2s; + animation-delay: 112.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1123) +{ + -webkit-animation-delay: 112.3s; + -moz-animation-delay: 112.3s; + -o-animation-delay: 112.3s; + animation-delay: 112.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1124) +{ + -webkit-animation-delay: 112.4s; + -moz-animation-delay: 112.4s; + -o-animation-delay: 112.4s; + animation-delay: 112.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1125) +{ + -webkit-animation-delay: 112.5s; + -moz-animation-delay: 112.5s; + -o-animation-delay: 112.5s; + animation-delay: 112.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1126) +{ + -webkit-animation-delay: 112.6s; + -moz-animation-delay: 112.6s; + -o-animation-delay: 112.6s; + animation-delay: 112.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1127) +{ + -webkit-animation-delay: 112.7s; + -moz-animation-delay: 112.7s; + -o-animation-delay: 112.7s; + animation-delay: 112.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1128) +{ + -webkit-animation-delay: 112.8s; + -moz-animation-delay: 112.8s; + -o-animation-delay: 112.8s; + animation-delay: 112.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1129) +{ + -webkit-animation-delay: 112.9s; + -moz-animation-delay: 112.9s; + -o-animation-delay: 112.9s; + animation-delay: 112.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1130) +{ + -webkit-animation-delay: 113s; + -moz-animation-delay: 113s; + -o-animation-delay: 113s; + animation-delay: 113s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1131) +{ + -webkit-animation-delay: 113.1s; + -moz-animation-delay: 113.1s; + -o-animation-delay: 113.1s; + animation-delay: 113.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1132) +{ + -webkit-animation-delay: 113.2s; + -moz-animation-delay: 113.2s; + -o-animation-delay: 113.2s; + animation-delay: 113.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1133) +{ + -webkit-animation-delay: 113.3s; + -moz-animation-delay: 113.3s; + -o-animation-delay: 113.3s; + animation-delay: 113.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1134) +{ + -webkit-animation-delay: 113.4s; + -moz-animation-delay: 113.4s; + -o-animation-delay: 113.4s; + animation-delay: 113.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1135) +{ + -webkit-animation-delay: 113.5s; + -moz-animation-delay: 113.5s; + -o-animation-delay: 113.5s; + animation-delay: 113.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1136) +{ + -webkit-animation-delay: 113.6s; + -moz-animation-delay: 113.6s; + -o-animation-delay: 113.6s; + animation-delay: 113.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1137) +{ + -webkit-animation-delay: 113.7s; + -moz-animation-delay: 113.7s; + -o-animation-delay: 113.7s; + animation-delay: 113.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1138) +{ + -webkit-animation-delay: 113.8s; + -moz-animation-delay: 113.8s; + -o-animation-delay: 113.8s; + animation-delay: 113.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1139) +{ + -webkit-animation-delay: 113.9s; + -moz-animation-delay: 113.9s; + -o-animation-delay: 113.9s; + animation-delay: 113.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1140) +{ + -webkit-animation-delay: 114s; + -moz-animation-delay: 114s; + -o-animation-delay: 114s; + animation-delay: 114s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1141) +{ + -webkit-animation-delay: 114.1s; + -moz-animation-delay: 114.1s; + -o-animation-delay: 114.1s; + animation-delay: 114.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1142) +{ + -webkit-animation-delay: 114.2s; + -moz-animation-delay: 114.2s; + -o-animation-delay: 114.2s; + animation-delay: 114.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1143) +{ + -webkit-animation-delay: 114.3s; + -moz-animation-delay: 114.3s; + -o-animation-delay: 114.3s; + animation-delay: 114.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1144) +{ + -webkit-animation-delay: 114.4s; + -moz-animation-delay: 114.4s; + -o-animation-delay: 114.4s; + animation-delay: 114.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1145) +{ + -webkit-animation-delay: 114.5s; + -moz-animation-delay: 114.5s; + -o-animation-delay: 114.5s; + animation-delay: 114.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1146) +{ + -webkit-animation-delay: 114.6s; + -moz-animation-delay: 114.6s; + -o-animation-delay: 114.6s; + animation-delay: 114.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1147) +{ + -webkit-animation-delay: 114.7s; + -moz-animation-delay: 114.7s; + -o-animation-delay: 114.7s; + animation-delay: 114.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1148) +{ + -webkit-animation-delay: 114.8s; + -moz-animation-delay: 114.8s; + -o-animation-delay: 114.8s; + animation-delay: 114.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1149) +{ + -webkit-animation-delay: 114.9s; + -moz-animation-delay: 114.9s; + -o-animation-delay: 114.9s; + animation-delay: 114.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1150) +{ + -webkit-animation-delay: 115s; + -moz-animation-delay: 115s; + -o-animation-delay: 115s; + animation-delay: 115s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1151) +{ + -webkit-animation-delay: 115.1s; + -moz-animation-delay: 115.1s; + -o-animation-delay: 115.1s; + animation-delay: 115.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1152) +{ + -webkit-animation-delay: 115.2s; + -moz-animation-delay: 115.2s; + -o-animation-delay: 115.2s; + animation-delay: 115.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1153) +{ + -webkit-animation-delay: 115.3s; + -moz-animation-delay: 115.3s; + -o-animation-delay: 115.3s; + animation-delay: 115.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1154) +{ + -webkit-animation-delay: 115.4s; + -moz-animation-delay: 115.4s; + -o-animation-delay: 115.4s; + animation-delay: 115.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1155) +{ + -webkit-animation-delay: 115.5s; + -moz-animation-delay: 115.5s; + -o-animation-delay: 115.5s; + animation-delay: 115.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1156) +{ + -webkit-animation-delay: 115.6s; + -moz-animation-delay: 115.6s; + -o-animation-delay: 115.6s; + animation-delay: 115.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1157) +{ + -webkit-animation-delay: 115.7s; + -moz-animation-delay: 115.7s; + -o-animation-delay: 115.7s; + animation-delay: 115.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1158) +{ + -webkit-animation-delay: 115.8s; + -moz-animation-delay: 115.8s; + -o-animation-delay: 115.8s; + animation-delay: 115.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1159) +{ + -webkit-animation-delay: 115.9s; + -moz-animation-delay: 115.9s; + -o-animation-delay: 115.9s; + animation-delay: 115.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1160) +{ + -webkit-animation-delay: 116s; + -moz-animation-delay: 116s; + -o-animation-delay: 116s; + animation-delay: 116s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1161) +{ + -webkit-animation-delay: 116.1s; + -moz-animation-delay: 116.1s; + -o-animation-delay: 116.1s; + animation-delay: 116.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1162) +{ + -webkit-animation-delay: 116.2s; + -moz-animation-delay: 116.2s; + -o-animation-delay: 116.2s; + animation-delay: 116.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1163) +{ + -webkit-animation-delay: 116.3s; + -moz-animation-delay: 116.3s; + -o-animation-delay: 116.3s; + animation-delay: 116.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1164) +{ + -webkit-animation-delay: 116.4s; + -moz-animation-delay: 116.4s; + -o-animation-delay: 116.4s; + animation-delay: 116.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1165) +{ + -webkit-animation-delay: 116.5s; + -moz-animation-delay: 116.5s; + -o-animation-delay: 116.5s; + animation-delay: 116.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1166) +{ + -webkit-animation-delay: 116.6s; + -moz-animation-delay: 116.6s; + -o-animation-delay: 116.6s; + animation-delay: 116.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1167) +{ + -webkit-animation-delay: 116.7s; + -moz-animation-delay: 116.7s; + -o-animation-delay: 116.7s; + animation-delay: 116.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1168) +{ + -webkit-animation-delay: 116.8s; + -moz-animation-delay: 116.8s; + -o-animation-delay: 116.8s; + animation-delay: 116.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1169) +{ + -webkit-animation-delay: 116.9s; + -moz-animation-delay: 116.9s; + -o-animation-delay: 116.9s; + animation-delay: 116.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1170) +{ + -webkit-animation-delay: 117s; + -moz-animation-delay: 117s; + -o-animation-delay: 117s; + animation-delay: 117s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1171) +{ + -webkit-animation-delay: 117.1s; + -moz-animation-delay: 117.1s; + -o-animation-delay: 117.1s; + animation-delay: 117.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1172) +{ + -webkit-animation-delay: 117.2s; + -moz-animation-delay: 117.2s; + -o-animation-delay: 117.2s; + animation-delay: 117.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1173) +{ + -webkit-animation-delay: 117.3s; + -moz-animation-delay: 117.3s; + -o-animation-delay: 117.3s; + animation-delay: 117.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1174) +{ + -webkit-animation-delay: 117.4s; + -moz-animation-delay: 117.4s; + -o-animation-delay: 117.4s; + animation-delay: 117.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1175) +{ + -webkit-animation-delay: 117.5s; + -moz-animation-delay: 117.5s; + -o-animation-delay: 117.5s; + animation-delay: 117.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1176) +{ + -webkit-animation-delay: 117.6s; + -moz-animation-delay: 117.6s; + -o-animation-delay: 117.6s; + animation-delay: 117.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1177) +{ + -webkit-animation-delay: 117.7s; + -moz-animation-delay: 117.7s; + -o-animation-delay: 117.7s; + animation-delay: 117.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1178) +{ + -webkit-animation-delay: 117.8s; + -moz-animation-delay: 117.8s; + -o-animation-delay: 117.8s; + animation-delay: 117.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1179) +{ + -webkit-animation-delay: 117.9s; + -moz-animation-delay: 117.9s; + -o-animation-delay: 117.9s; + animation-delay: 117.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1180) +{ + -webkit-animation-delay: 118s; + -moz-animation-delay: 118s; + -o-animation-delay: 118s; + animation-delay: 118s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1181) +{ + -webkit-animation-delay: 118.1s; + -moz-animation-delay: 118.1s; + -o-animation-delay: 118.1s; + animation-delay: 118.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1182) +{ + -webkit-animation-delay: 118.2s; + -moz-animation-delay: 118.2s; + -o-animation-delay: 118.2s; + animation-delay: 118.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1183) +{ + -webkit-animation-delay: 118.3s; + -moz-animation-delay: 118.3s; + -o-animation-delay: 118.3s; + animation-delay: 118.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1184) +{ + -webkit-animation-delay: 118.4s; + -moz-animation-delay: 118.4s; + -o-animation-delay: 118.4s; + animation-delay: 118.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1185) +{ + -webkit-animation-delay: 118.5s; + -moz-animation-delay: 118.5s; + -o-animation-delay: 118.5s; + animation-delay: 118.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1186) +{ + -webkit-animation-delay: 118.6s; + -moz-animation-delay: 118.6s; + -o-animation-delay: 118.6s; + animation-delay: 118.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1187) +{ + -webkit-animation-delay: 118.7s; + -moz-animation-delay: 118.7s; + -o-animation-delay: 118.7s; + animation-delay: 118.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1188) +{ + -webkit-animation-delay: 118.8s; + -moz-animation-delay: 118.8s; + -o-animation-delay: 118.8s; + animation-delay: 118.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1189) +{ + -webkit-animation-delay: 118.9s; + -moz-animation-delay: 118.9s; + -o-animation-delay: 118.9s; + animation-delay: 118.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1190) +{ + -webkit-animation-delay: 119s; + -moz-animation-delay: 119s; + -o-animation-delay: 119s; + animation-delay: 119s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1191) +{ + -webkit-animation-delay: 119.1s; + -moz-animation-delay: 119.1s; + -o-animation-delay: 119.1s; + animation-delay: 119.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1192) +{ + -webkit-animation-delay: 119.2s; + -moz-animation-delay: 119.2s; + -o-animation-delay: 119.2s; + animation-delay: 119.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1193) +{ + -webkit-animation-delay: 119.3s; + -moz-animation-delay: 119.3s; + -o-animation-delay: 119.3s; + animation-delay: 119.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1194) +{ + -webkit-animation-delay: 119.4s; + -moz-animation-delay: 119.4s; + -o-animation-delay: 119.4s; + animation-delay: 119.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1195) +{ + -webkit-animation-delay: 119.5s; + -moz-animation-delay: 119.5s; + -o-animation-delay: 119.5s; + animation-delay: 119.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1196) +{ + -webkit-animation-delay: 119.6s; + -moz-animation-delay: 119.6s; + -o-animation-delay: 119.6s; + animation-delay: 119.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1197) +{ + -webkit-animation-delay: 119.7s; + -moz-animation-delay: 119.7s; + -o-animation-delay: 119.7s; + animation-delay: 119.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1198) +{ + -webkit-animation-delay: 119.8s; + -moz-animation-delay: 119.8s; + -o-animation-delay: 119.8s; + animation-delay: 119.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1199) +{ + -webkit-animation-delay: 119.9s; + -moz-animation-delay: 119.9s; + -o-animation-delay: 119.9s; + animation-delay: 119.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1200) +{ + -webkit-animation-delay: 120s; + -moz-animation-delay: 120s; + -o-animation-delay: 120s; + animation-delay: 120s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1201) +{ + -webkit-animation-delay: 120.1s; + -moz-animation-delay: 120.1s; + -o-animation-delay: 120.1s; + animation-delay: 120.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1202) +{ + -webkit-animation-delay: 120.2s; + -moz-animation-delay: 120.2s; + -o-animation-delay: 120.2s; + animation-delay: 120.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1203) +{ + -webkit-animation-delay: 120.3s; + -moz-animation-delay: 120.3s; + -o-animation-delay: 120.3s; + animation-delay: 120.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1204) +{ + -webkit-animation-delay: 120.4s; + -moz-animation-delay: 120.4s; + -o-animation-delay: 120.4s; + animation-delay: 120.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1205) +{ + -webkit-animation-delay: 120.5s; + -moz-animation-delay: 120.5s; + -o-animation-delay: 120.5s; + animation-delay: 120.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1206) +{ + -webkit-animation-delay: 120.6s; + -moz-animation-delay: 120.6s; + -o-animation-delay: 120.6s; + animation-delay: 120.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1207) +{ + -webkit-animation-delay: 120.7s; + -moz-animation-delay: 120.7s; + -o-animation-delay: 120.7s; + animation-delay: 120.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1208) +{ + -webkit-animation-delay: 120.8s; + -moz-animation-delay: 120.8s; + -o-animation-delay: 120.8s; + animation-delay: 120.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1209) +{ + -webkit-animation-delay: 120.9s; + -moz-animation-delay: 120.9s; + -o-animation-delay: 120.9s; + animation-delay: 120.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1210) +{ + -webkit-animation-delay: 121s; + -moz-animation-delay: 121s; + -o-animation-delay: 121s; + animation-delay: 121s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1211) +{ + -webkit-animation-delay: 121.1s; + -moz-animation-delay: 121.1s; + -o-animation-delay: 121.1s; + animation-delay: 121.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1212) +{ + -webkit-animation-delay: 121.2s; + -moz-animation-delay: 121.2s; + -o-animation-delay: 121.2s; + animation-delay: 121.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1213) +{ + -webkit-animation-delay: 121.3s; + -moz-animation-delay: 121.3s; + -o-animation-delay: 121.3s; + animation-delay: 121.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1214) +{ + -webkit-animation-delay: 121.4s; + -moz-animation-delay: 121.4s; + -o-animation-delay: 121.4s; + animation-delay: 121.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1215) +{ + -webkit-animation-delay: 121.5s; + -moz-animation-delay: 121.5s; + -o-animation-delay: 121.5s; + animation-delay: 121.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1216) +{ + -webkit-animation-delay: 121.6s; + -moz-animation-delay: 121.6s; + -o-animation-delay: 121.6s; + animation-delay: 121.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1217) +{ + -webkit-animation-delay: 121.7s; + -moz-animation-delay: 121.7s; + -o-animation-delay: 121.7s; + animation-delay: 121.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1218) +{ + -webkit-animation-delay: 121.8s; + -moz-animation-delay: 121.8s; + -o-animation-delay: 121.8s; + animation-delay: 121.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1219) +{ + -webkit-animation-delay: 121.9s; + -moz-animation-delay: 121.9s; + -o-animation-delay: 121.9s; + animation-delay: 121.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1220) +{ + -webkit-animation-delay: 122s; + -moz-animation-delay: 122s; + -o-animation-delay: 122s; + animation-delay: 122s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1221) +{ + -webkit-animation-delay: 122.1s; + -moz-animation-delay: 122.1s; + -o-animation-delay: 122.1s; + animation-delay: 122.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1222) +{ + -webkit-animation-delay: 122.2s; + -moz-animation-delay: 122.2s; + -o-animation-delay: 122.2s; + animation-delay: 122.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1223) +{ + -webkit-animation-delay: 122.3s; + -moz-animation-delay: 122.3s; + -o-animation-delay: 122.3s; + animation-delay: 122.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1224) +{ + -webkit-animation-delay: 122.4s; + -moz-animation-delay: 122.4s; + -o-animation-delay: 122.4s; + animation-delay: 122.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1225) +{ + -webkit-animation-delay: 122.5s; + -moz-animation-delay: 122.5s; + -o-animation-delay: 122.5s; + animation-delay: 122.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1226) +{ + -webkit-animation-delay: 122.6s; + -moz-animation-delay: 122.6s; + -o-animation-delay: 122.6s; + animation-delay: 122.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1227) +{ + -webkit-animation-delay: 122.7s; + -moz-animation-delay: 122.7s; + -o-animation-delay: 122.7s; + animation-delay: 122.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1228) +{ + -webkit-animation-delay: 122.8s; + -moz-animation-delay: 122.8s; + -o-animation-delay: 122.8s; + animation-delay: 122.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1229) +{ + -webkit-animation-delay: 122.9s; + -moz-animation-delay: 122.9s; + -o-animation-delay: 122.9s; + animation-delay: 122.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1230) +{ + -webkit-animation-delay: 123s; + -moz-animation-delay: 123s; + -o-animation-delay: 123s; + animation-delay: 123s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1231) +{ + -webkit-animation-delay: 123.1s; + -moz-animation-delay: 123.1s; + -o-animation-delay: 123.1s; + animation-delay: 123.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1232) +{ + -webkit-animation-delay: 123.2s; + -moz-animation-delay: 123.2s; + -o-animation-delay: 123.2s; + animation-delay: 123.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1233) +{ + -webkit-animation-delay: 123.3s; + -moz-animation-delay: 123.3s; + -o-animation-delay: 123.3s; + animation-delay: 123.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1234) +{ + -webkit-animation-delay: 123.4s; + -moz-animation-delay: 123.4s; + -o-animation-delay: 123.4s; + animation-delay: 123.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1235) +{ + -webkit-animation-delay: 123.5s; + -moz-animation-delay: 123.5s; + -o-animation-delay: 123.5s; + animation-delay: 123.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1236) +{ + -webkit-animation-delay: 123.6s; + -moz-animation-delay: 123.6s; + -o-animation-delay: 123.6s; + animation-delay: 123.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1237) +{ + -webkit-animation-delay: 123.7s; + -moz-animation-delay: 123.7s; + -o-animation-delay: 123.7s; + animation-delay: 123.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1238) +{ + -webkit-animation-delay: 123.8s; + -moz-animation-delay: 123.8s; + -o-animation-delay: 123.8s; + animation-delay: 123.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1239) +{ + -webkit-animation-delay: 123.9s; + -moz-animation-delay: 123.9s; + -o-animation-delay: 123.9s; + animation-delay: 123.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1240) +{ + -webkit-animation-delay: 124s; + -moz-animation-delay: 124s; + -o-animation-delay: 124s; + animation-delay: 124s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1241) +{ + -webkit-animation-delay: 124.1s; + -moz-animation-delay: 124.1s; + -o-animation-delay: 124.1s; + animation-delay: 124.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1242) +{ + -webkit-animation-delay: 124.2s; + -moz-animation-delay: 124.2s; + -o-animation-delay: 124.2s; + animation-delay: 124.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1243) +{ + -webkit-animation-delay: 124.3s; + -moz-animation-delay: 124.3s; + -o-animation-delay: 124.3s; + animation-delay: 124.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1244) +{ + -webkit-animation-delay: 124.4s; + -moz-animation-delay: 124.4s; + -o-animation-delay: 124.4s; + animation-delay: 124.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1245) +{ + -webkit-animation-delay: 124.5s; + -moz-animation-delay: 124.5s; + -o-animation-delay: 124.5s; + animation-delay: 124.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1246) +{ + -webkit-animation-delay: 124.6s; + -moz-animation-delay: 124.6s; + -o-animation-delay: 124.6s; + animation-delay: 124.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1247) +{ + -webkit-animation-delay: 124.7s; + -moz-animation-delay: 124.7s; + -o-animation-delay: 124.7s; + animation-delay: 124.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1248) +{ + -webkit-animation-delay: 124.8s; + -moz-animation-delay: 124.8s; + -o-animation-delay: 124.8s; + animation-delay: 124.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1249) +{ + -webkit-animation-delay: 124.9s; + -moz-animation-delay: 124.9s; + -o-animation-delay: 124.9s; + animation-delay: 124.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1250) +{ + -webkit-animation-delay: 125s; + -moz-animation-delay: 125s; + -o-animation-delay: 125s; + animation-delay: 125s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1251) +{ + -webkit-animation-delay: 125.1s; + -moz-animation-delay: 125.1s; + -o-animation-delay: 125.1s; + animation-delay: 125.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1252) +{ + -webkit-animation-delay: 125.2s; + -moz-animation-delay: 125.2s; + -o-animation-delay: 125.2s; + animation-delay: 125.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1253) +{ + -webkit-animation-delay: 125.3s; + -moz-animation-delay: 125.3s; + -o-animation-delay: 125.3s; + animation-delay: 125.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1254) +{ + -webkit-animation-delay: 125.4s; + -moz-animation-delay: 125.4s; + -o-animation-delay: 125.4s; + animation-delay: 125.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1255) +{ + -webkit-animation-delay: 125.5s; + -moz-animation-delay: 125.5s; + -o-animation-delay: 125.5s; + animation-delay: 125.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1256) +{ + -webkit-animation-delay: 125.6s; + -moz-animation-delay: 125.6s; + -o-animation-delay: 125.6s; + animation-delay: 125.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1257) +{ + -webkit-animation-delay: 125.7s; + -moz-animation-delay: 125.7s; + -o-animation-delay: 125.7s; + animation-delay: 125.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1258) +{ + -webkit-animation-delay: 125.8s; + -moz-animation-delay: 125.8s; + -o-animation-delay: 125.8s; + animation-delay: 125.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1259) +{ + -webkit-animation-delay: 125.9s; + -moz-animation-delay: 125.9s; + -o-animation-delay: 125.9s; + animation-delay: 125.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1260) +{ + -webkit-animation-delay: 126s; + -moz-animation-delay: 126s; + -o-animation-delay: 126s; + animation-delay: 126s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1261) +{ + -webkit-animation-delay: 126.1s; + -moz-animation-delay: 126.1s; + -o-animation-delay: 126.1s; + animation-delay: 126.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1262) +{ + -webkit-animation-delay: 126.2s; + -moz-animation-delay: 126.2s; + -o-animation-delay: 126.2s; + animation-delay: 126.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1263) +{ + -webkit-animation-delay: 126.3s; + -moz-animation-delay: 126.3s; + -o-animation-delay: 126.3s; + animation-delay: 126.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1264) +{ + -webkit-animation-delay: 126.4s; + -moz-animation-delay: 126.4s; + -o-animation-delay: 126.4s; + animation-delay: 126.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1265) +{ + -webkit-animation-delay: 126.5s; + -moz-animation-delay: 126.5s; + -o-animation-delay: 126.5s; + animation-delay: 126.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1266) +{ + -webkit-animation-delay: 126.6s; + -moz-animation-delay: 126.6s; + -o-animation-delay: 126.6s; + animation-delay: 126.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1267) +{ + -webkit-animation-delay: 126.7s; + -moz-animation-delay: 126.7s; + -o-animation-delay: 126.7s; + animation-delay: 126.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1268) +{ + -webkit-animation-delay: 126.8s; + -moz-animation-delay: 126.8s; + -o-animation-delay: 126.8s; + animation-delay: 126.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1269) +{ + -webkit-animation-delay: 126.9s; + -moz-animation-delay: 126.9s; + -o-animation-delay: 126.9s; + animation-delay: 126.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1270) +{ + -webkit-animation-delay: 127s; + -moz-animation-delay: 127s; + -o-animation-delay: 127s; + animation-delay: 127s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1271) +{ + -webkit-animation-delay: 127.1s; + -moz-animation-delay: 127.1s; + -o-animation-delay: 127.1s; + animation-delay: 127.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1272) +{ + -webkit-animation-delay: 127.2s; + -moz-animation-delay: 127.2s; + -o-animation-delay: 127.2s; + animation-delay: 127.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1273) +{ + -webkit-animation-delay: 127.3s; + -moz-animation-delay: 127.3s; + -o-animation-delay: 127.3s; + animation-delay: 127.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1274) +{ + -webkit-animation-delay: 127.4s; + -moz-animation-delay: 127.4s; + -o-animation-delay: 127.4s; + animation-delay: 127.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1275) +{ + -webkit-animation-delay: 127.5s; + -moz-animation-delay: 127.5s; + -o-animation-delay: 127.5s; + animation-delay: 127.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1276) +{ + -webkit-animation-delay: 127.6s; + -moz-animation-delay: 127.6s; + -o-animation-delay: 127.6s; + animation-delay: 127.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1277) +{ + -webkit-animation-delay: 127.7s; + -moz-animation-delay: 127.7s; + -o-animation-delay: 127.7s; + animation-delay: 127.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1278) +{ + -webkit-animation-delay: 127.8s; + -moz-animation-delay: 127.8s; + -o-animation-delay: 127.8s; + animation-delay: 127.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1279) +{ + -webkit-animation-delay: 127.9s; + -moz-animation-delay: 127.9s; + -o-animation-delay: 127.9s; + animation-delay: 127.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1280) +{ + -webkit-animation-delay: 128s; + -moz-animation-delay: 128s; + -o-animation-delay: 128s; + animation-delay: 128s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1281) +{ + -webkit-animation-delay: 128.1s; + -moz-animation-delay: 128.1s; + -o-animation-delay: 128.1s; + animation-delay: 128.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1282) +{ + -webkit-animation-delay: 128.2s; + -moz-animation-delay: 128.2s; + -o-animation-delay: 128.2s; + animation-delay: 128.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1283) +{ + -webkit-animation-delay: 128.3s; + -moz-animation-delay: 128.3s; + -o-animation-delay: 128.3s; + animation-delay: 128.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1284) +{ + -webkit-animation-delay: 128.4s; + -moz-animation-delay: 128.4s; + -o-animation-delay: 128.4s; + animation-delay: 128.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1285) +{ + -webkit-animation-delay: 128.5s; + -moz-animation-delay: 128.5s; + -o-animation-delay: 128.5s; + animation-delay: 128.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1286) +{ + -webkit-animation-delay: 128.6s; + -moz-animation-delay: 128.6s; + -o-animation-delay: 128.6s; + animation-delay: 128.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1287) +{ + -webkit-animation-delay: 128.7s; + -moz-animation-delay: 128.7s; + -o-animation-delay: 128.7s; + animation-delay: 128.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1288) +{ + -webkit-animation-delay: 128.8s; + -moz-animation-delay: 128.8s; + -o-animation-delay: 128.8s; + animation-delay: 128.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1289) +{ + -webkit-animation-delay: 128.9s; + -moz-animation-delay: 128.9s; + -o-animation-delay: 128.9s; + animation-delay: 128.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1290) +{ + -webkit-animation-delay: 129s; + -moz-animation-delay: 129s; + -o-animation-delay: 129s; + animation-delay: 129s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1291) +{ + -webkit-animation-delay: 129.1s; + -moz-animation-delay: 129.1s; + -o-animation-delay: 129.1s; + animation-delay: 129.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1292) +{ + -webkit-animation-delay: 129.2s; + -moz-animation-delay: 129.2s; + -o-animation-delay: 129.2s; + animation-delay: 129.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1293) +{ + -webkit-animation-delay: 129.3s; + -moz-animation-delay: 129.3s; + -o-animation-delay: 129.3s; + animation-delay: 129.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1294) +{ + -webkit-animation-delay: 129.4s; + -moz-animation-delay: 129.4s; + -o-animation-delay: 129.4s; + animation-delay: 129.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1295) +{ + -webkit-animation-delay: 129.5s; + -moz-animation-delay: 129.5s; + -o-animation-delay: 129.5s; + animation-delay: 129.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1296) +{ + -webkit-animation-delay: 129.6s; + -moz-animation-delay: 129.6s; + -o-animation-delay: 129.6s; + animation-delay: 129.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1297) +{ + -webkit-animation-delay: 129.7s; + -moz-animation-delay: 129.7s; + -o-animation-delay: 129.7s; + animation-delay: 129.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1298) +{ + -webkit-animation-delay: 129.8s; + -moz-animation-delay: 129.8s; + -o-animation-delay: 129.8s; + animation-delay: 129.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1299) +{ + -webkit-animation-delay: 129.9s; + -moz-animation-delay: 129.9s; + -o-animation-delay: 129.9s; + animation-delay: 129.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1300) +{ + -webkit-animation-delay: 130s; + -moz-animation-delay: 130s; + -o-animation-delay: 130s; + animation-delay: 130s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1301) +{ + -webkit-animation-delay: 130.1s; + -moz-animation-delay: 130.1s; + -o-animation-delay: 130.1s; + animation-delay: 130.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1302) +{ + -webkit-animation-delay: 130.2s; + -moz-animation-delay: 130.2s; + -o-animation-delay: 130.2s; + animation-delay: 130.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1303) +{ + -webkit-animation-delay: 130.3s; + -moz-animation-delay: 130.3s; + -o-animation-delay: 130.3s; + animation-delay: 130.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1304) +{ + -webkit-animation-delay: 130.4s; + -moz-animation-delay: 130.4s; + -o-animation-delay: 130.4s; + animation-delay: 130.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1305) +{ + -webkit-animation-delay: 130.5s; + -moz-animation-delay: 130.5s; + -o-animation-delay: 130.5s; + animation-delay: 130.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1306) +{ + -webkit-animation-delay: 130.6s; + -moz-animation-delay: 130.6s; + -o-animation-delay: 130.6s; + animation-delay: 130.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1307) +{ + -webkit-animation-delay: 130.7s; + -moz-animation-delay: 130.7s; + -o-animation-delay: 130.7s; + animation-delay: 130.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1308) +{ + -webkit-animation-delay: 130.8s; + -moz-animation-delay: 130.8s; + -o-animation-delay: 130.8s; + animation-delay: 130.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1309) +{ + -webkit-animation-delay: 130.9s; + -moz-animation-delay: 130.9s; + -o-animation-delay: 130.9s; + animation-delay: 130.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1310) +{ + -webkit-animation-delay: 131s; + -moz-animation-delay: 131s; + -o-animation-delay: 131s; + animation-delay: 131s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1311) +{ + -webkit-animation-delay: 131.1s; + -moz-animation-delay: 131.1s; + -o-animation-delay: 131.1s; + animation-delay: 131.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1312) +{ + -webkit-animation-delay: 131.2s; + -moz-animation-delay: 131.2s; + -o-animation-delay: 131.2s; + animation-delay: 131.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1313) +{ + -webkit-animation-delay: 131.3s; + -moz-animation-delay: 131.3s; + -o-animation-delay: 131.3s; + animation-delay: 131.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1314) +{ + -webkit-animation-delay: 131.4s; + -moz-animation-delay: 131.4s; + -o-animation-delay: 131.4s; + animation-delay: 131.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1315) +{ + -webkit-animation-delay: 131.5s; + -moz-animation-delay: 131.5s; + -o-animation-delay: 131.5s; + animation-delay: 131.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1316) +{ + -webkit-animation-delay: 131.6s; + -moz-animation-delay: 131.6s; + -o-animation-delay: 131.6s; + animation-delay: 131.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1317) +{ + -webkit-animation-delay: 131.7s; + -moz-animation-delay: 131.7s; + -o-animation-delay: 131.7s; + animation-delay: 131.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1318) +{ + -webkit-animation-delay: 131.8s; + -moz-animation-delay: 131.8s; + -o-animation-delay: 131.8s; + animation-delay: 131.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1319) +{ + -webkit-animation-delay: 131.9s; + -moz-animation-delay: 131.9s; + -o-animation-delay: 131.9s; + animation-delay: 131.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1320) +{ + -webkit-animation-delay: 132s; + -moz-animation-delay: 132s; + -o-animation-delay: 132s; + animation-delay: 132s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1321) +{ + -webkit-animation-delay: 132.1s; + -moz-animation-delay: 132.1s; + -o-animation-delay: 132.1s; + animation-delay: 132.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1322) +{ + -webkit-animation-delay: 132.2s; + -moz-animation-delay: 132.2s; + -o-animation-delay: 132.2s; + animation-delay: 132.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1323) +{ + -webkit-animation-delay: 132.3s; + -moz-animation-delay: 132.3s; + -o-animation-delay: 132.3s; + animation-delay: 132.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1324) +{ + -webkit-animation-delay: 132.4s; + -moz-animation-delay: 132.4s; + -o-animation-delay: 132.4s; + animation-delay: 132.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1325) +{ + -webkit-animation-delay: 132.5s; + -moz-animation-delay: 132.5s; + -o-animation-delay: 132.5s; + animation-delay: 132.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1326) +{ + -webkit-animation-delay: 132.6s; + -moz-animation-delay: 132.6s; + -o-animation-delay: 132.6s; + animation-delay: 132.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1327) +{ + -webkit-animation-delay: 132.7s; + -moz-animation-delay: 132.7s; + -o-animation-delay: 132.7s; + animation-delay: 132.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1328) +{ + -webkit-animation-delay: 132.8s; + -moz-animation-delay: 132.8s; + -o-animation-delay: 132.8s; + animation-delay: 132.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1329) +{ + -webkit-animation-delay: 132.9s; + -moz-animation-delay: 132.9s; + -o-animation-delay: 132.9s; + animation-delay: 132.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1330) +{ + -webkit-animation-delay: 133s; + -moz-animation-delay: 133s; + -o-animation-delay: 133s; + animation-delay: 133s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1331) +{ + -webkit-animation-delay: 133.1s; + -moz-animation-delay: 133.1s; + -o-animation-delay: 133.1s; + animation-delay: 133.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1332) +{ + -webkit-animation-delay: 133.2s; + -moz-animation-delay: 133.2s; + -o-animation-delay: 133.2s; + animation-delay: 133.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1333) +{ + -webkit-animation-delay: 133.3s; + -moz-animation-delay: 133.3s; + -o-animation-delay: 133.3s; + animation-delay: 133.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1334) +{ + -webkit-animation-delay: 133.4s; + -moz-animation-delay: 133.4s; + -o-animation-delay: 133.4s; + animation-delay: 133.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1335) +{ + -webkit-animation-delay: 133.5s; + -moz-animation-delay: 133.5s; + -o-animation-delay: 133.5s; + animation-delay: 133.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1336) +{ + -webkit-animation-delay: 133.6s; + -moz-animation-delay: 133.6s; + -o-animation-delay: 133.6s; + animation-delay: 133.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1337) +{ + -webkit-animation-delay: 133.7s; + -moz-animation-delay: 133.7s; + -o-animation-delay: 133.7s; + animation-delay: 133.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1338) +{ + -webkit-animation-delay: 133.8s; + -moz-animation-delay: 133.8s; + -o-animation-delay: 133.8s; + animation-delay: 133.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1339) +{ + -webkit-animation-delay: 133.9s; + -moz-animation-delay: 133.9s; + -o-animation-delay: 133.9s; + animation-delay: 133.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1340) +{ + -webkit-animation-delay: 134s; + -moz-animation-delay: 134s; + -o-animation-delay: 134s; + animation-delay: 134s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1341) +{ + -webkit-animation-delay: 134.1s; + -moz-animation-delay: 134.1s; + -o-animation-delay: 134.1s; + animation-delay: 134.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1342) +{ + -webkit-animation-delay: 134.2s; + -moz-animation-delay: 134.2s; + -o-animation-delay: 134.2s; + animation-delay: 134.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1343) +{ + -webkit-animation-delay: 134.3s; + -moz-animation-delay: 134.3s; + -o-animation-delay: 134.3s; + animation-delay: 134.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1344) +{ + -webkit-animation-delay: 134.4s; + -moz-animation-delay: 134.4s; + -o-animation-delay: 134.4s; + animation-delay: 134.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1345) +{ + -webkit-animation-delay: 134.5s; + -moz-animation-delay: 134.5s; + -o-animation-delay: 134.5s; + animation-delay: 134.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1346) +{ + -webkit-animation-delay: 134.6s; + -moz-animation-delay: 134.6s; + -o-animation-delay: 134.6s; + animation-delay: 134.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1347) +{ + -webkit-animation-delay: 134.7s; + -moz-animation-delay: 134.7s; + -o-animation-delay: 134.7s; + animation-delay: 134.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1348) +{ + -webkit-animation-delay: 134.8s; + -moz-animation-delay: 134.8s; + -o-animation-delay: 134.8s; + animation-delay: 134.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1349) +{ + -webkit-animation-delay: 134.9s; + -moz-animation-delay: 134.9s; + -o-animation-delay: 134.9s; + animation-delay: 134.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1350) +{ + -webkit-animation-delay: 135s; + -moz-animation-delay: 135s; + -o-animation-delay: 135s; + animation-delay: 135s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1351) +{ + -webkit-animation-delay: 135.1s; + -moz-animation-delay: 135.1s; + -o-animation-delay: 135.1s; + animation-delay: 135.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1352) +{ + -webkit-animation-delay: 135.2s; + -moz-animation-delay: 135.2s; + -o-animation-delay: 135.2s; + animation-delay: 135.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1353) +{ + -webkit-animation-delay: 135.3s; + -moz-animation-delay: 135.3s; + -o-animation-delay: 135.3s; + animation-delay: 135.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1354) +{ + -webkit-animation-delay: 135.4s; + -moz-animation-delay: 135.4s; + -o-animation-delay: 135.4s; + animation-delay: 135.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1355) +{ + -webkit-animation-delay: 135.5s; + -moz-animation-delay: 135.5s; + -o-animation-delay: 135.5s; + animation-delay: 135.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1356) +{ + -webkit-animation-delay: 135.6s; + -moz-animation-delay: 135.6s; + -o-animation-delay: 135.6s; + animation-delay: 135.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1357) +{ + -webkit-animation-delay: 135.7s; + -moz-animation-delay: 135.7s; + -o-animation-delay: 135.7s; + animation-delay: 135.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1358) +{ + -webkit-animation-delay: 135.8s; + -moz-animation-delay: 135.8s; + -o-animation-delay: 135.8s; + animation-delay: 135.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1359) +{ + -webkit-animation-delay: 135.9s; + -moz-animation-delay: 135.9s; + -o-animation-delay: 135.9s; + animation-delay: 135.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1360) +{ + -webkit-animation-delay: 136s; + -moz-animation-delay: 136s; + -o-animation-delay: 136s; + animation-delay: 136s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1361) +{ + -webkit-animation-delay: 136.1s; + -moz-animation-delay: 136.1s; + -o-animation-delay: 136.1s; + animation-delay: 136.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1362) +{ + -webkit-animation-delay: 136.2s; + -moz-animation-delay: 136.2s; + -o-animation-delay: 136.2s; + animation-delay: 136.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1363) +{ + -webkit-animation-delay: 136.3s; + -moz-animation-delay: 136.3s; + -o-animation-delay: 136.3s; + animation-delay: 136.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1364) +{ + -webkit-animation-delay: 136.4s; + -moz-animation-delay: 136.4s; + -o-animation-delay: 136.4s; + animation-delay: 136.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1365) +{ + -webkit-animation-delay: 136.5s; + -moz-animation-delay: 136.5s; + -o-animation-delay: 136.5s; + animation-delay: 136.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1366) +{ + -webkit-animation-delay: 136.6s; + -moz-animation-delay: 136.6s; + -o-animation-delay: 136.6s; + animation-delay: 136.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1367) +{ + -webkit-animation-delay: 136.7s; + -moz-animation-delay: 136.7s; + -o-animation-delay: 136.7s; + animation-delay: 136.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1368) +{ + -webkit-animation-delay: 136.8s; + -moz-animation-delay: 136.8s; + -o-animation-delay: 136.8s; + animation-delay: 136.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1369) +{ + -webkit-animation-delay: 136.9s; + -moz-animation-delay: 136.9s; + -o-animation-delay: 136.9s; + animation-delay: 136.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1370) +{ + -webkit-animation-delay: 137s; + -moz-animation-delay: 137s; + -o-animation-delay: 137s; + animation-delay: 137s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1371) +{ + -webkit-animation-delay: 137.1s; + -moz-animation-delay: 137.1s; + -o-animation-delay: 137.1s; + animation-delay: 137.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1372) +{ + -webkit-animation-delay: 137.2s; + -moz-animation-delay: 137.2s; + -o-animation-delay: 137.2s; + animation-delay: 137.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1373) +{ + -webkit-animation-delay: 137.3s; + -moz-animation-delay: 137.3s; + -o-animation-delay: 137.3s; + animation-delay: 137.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1374) +{ + -webkit-animation-delay: 137.4s; + -moz-animation-delay: 137.4s; + -o-animation-delay: 137.4s; + animation-delay: 137.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1375) +{ + -webkit-animation-delay: 137.5s; + -moz-animation-delay: 137.5s; + -o-animation-delay: 137.5s; + animation-delay: 137.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1376) +{ + -webkit-animation-delay: 137.6s; + -moz-animation-delay: 137.6s; + -o-animation-delay: 137.6s; + animation-delay: 137.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1377) +{ + -webkit-animation-delay: 137.7s; + -moz-animation-delay: 137.7s; + -o-animation-delay: 137.7s; + animation-delay: 137.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1378) +{ + -webkit-animation-delay: 137.8s; + -moz-animation-delay: 137.8s; + -o-animation-delay: 137.8s; + animation-delay: 137.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1379) +{ + -webkit-animation-delay: 137.9s; + -moz-animation-delay: 137.9s; + -o-animation-delay: 137.9s; + animation-delay: 137.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1380) +{ + -webkit-animation-delay: 138s; + -moz-animation-delay: 138s; + -o-animation-delay: 138s; + animation-delay: 138s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1381) +{ + -webkit-animation-delay: 138.1s; + -moz-animation-delay: 138.1s; + -o-animation-delay: 138.1s; + animation-delay: 138.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1382) +{ + -webkit-animation-delay: 138.2s; + -moz-animation-delay: 138.2s; + -o-animation-delay: 138.2s; + animation-delay: 138.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1383) +{ + -webkit-animation-delay: 138.3s; + -moz-animation-delay: 138.3s; + -o-animation-delay: 138.3s; + animation-delay: 138.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1384) +{ + -webkit-animation-delay: 138.4s; + -moz-animation-delay: 138.4s; + -o-animation-delay: 138.4s; + animation-delay: 138.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1385) +{ + -webkit-animation-delay: 138.5s; + -moz-animation-delay: 138.5s; + -o-animation-delay: 138.5s; + animation-delay: 138.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1386) +{ + -webkit-animation-delay: 138.6s; + -moz-animation-delay: 138.6s; + -o-animation-delay: 138.6s; + animation-delay: 138.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1387) +{ + -webkit-animation-delay: 138.7s; + -moz-animation-delay: 138.7s; + -o-animation-delay: 138.7s; + animation-delay: 138.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1388) +{ + -webkit-animation-delay: 138.8s; + -moz-animation-delay: 138.8s; + -o-animation-delay: 138.8s; + animation-delay: 138.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1389) +{ + -webkit-animation-delay: 138.9s; + -moz-animation-delay: 138.9s; + -o-animation-delay: 138.9s; + animation-delay: 138.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1390) +{ + -webkit-animation-delay: 139s; + -moz-animation-delay: 139s; + -o-animation-delay: 139s; + animation-delay: 139s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1391) +{ + -webkit-animation-delay: 139.1s; + -moz-animation-delay: 139.1s; + -o-animation-delay: 139.1s; + animation-delay: 139.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1392) +{ + -webkit-animation-delay: 139.2s; + -moz-animation-delay: 139.2s; + -o-animation-delay: 139.2s; + animation-delay: 139.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1393) +{ + -webkit-animation-delay: 139.3s; + -moz-animation-delay: 139.3s; + -o-animation-delay: 139.3s; + animation-delay: 139.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1394) +{ + -webkit-animation-delay: 139.4s; + -moz-animation-delay: 139.4s; + -o-animation-delay: 139.4s; + animation-delay: 139.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1395) +{ + -webkit-animation-delay: 139.5s; + -moz-animation-delay: 139.5s; + -o-animation-delay: 139.5s; + animation-delay: 139.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1396) +{ + -webkit-animation-delay: 139.6s; + -moz-animation-delay: 139.6s; + -o-animation-delay: 139.6s; + animation-delay: 139.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1397) +{ + -webkit-animation-delay: 139.7s; + -moz-animation-delay: 139.7s; + -o-animation-delay: 139.7s; + animation-delay: 139.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1398) +{ + -webkit-animation-delay: 139.8s; + -moz-animation-delay: 139.8s; + -o-animation-delay: 139.8s; + animation-delay: 139.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1399) +{ + -webkit-animation-delay: 139.9s; + -moz-animation-delay: 139.9s; + -o-animation-delay: 139.9s; + animation-delay: 139.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1400) +{ + -webkit-animation-delay: 140s; + -moz-animation-delay: 140s; + -o-animation-delay: 140s; + animation-delay: 140s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1401) +{ + -webkit-animation-delay: 140.1s; + -moz-animation-delay: 140.1s; + -o-animation-delay: 140.1s; + animation-delay: 140.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1402) +{ + -webkit-animation-delay: 140.2s; + -moz-animation-delay: 140.2s; + -o-animation-delay: 140.2s; + animation-delay: 140.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1403) +{ + -webkit-animation-delay: 140.3s; + -moz-animation-delay: 140.3s; + -o-animation-delay: 140.3s; + animation-delay: 140.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1404) +{ + -webkit-animation-delay: 140.4s; + -moz-animation-delay: 140.4s; + -o-animation-delay: 140.4s; + animation-delay: 140.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1405) +{ + -webkit-animation-delay: 140.5s; + -moz-animation-delay: 140.5s; + -o-animation-delay: 140.5s; + animation-delay: 140.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1406) +{ + -webkit-animation-delay: 140.6s; + -moz-animation-delay: 140.6s; + -o-animation-delay: 140.6s; + animation-delay: 140.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1407) +{ + -webkit-animation-delay: 140.7s; + -moz-animation-delay: 140.7s; + -o-animation-delay: 140.7s; + animation-delay: 140.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1408) +{ + -webkit-animation-delay: 140.8s; + -moz-animation-delay: 140.8s; + -o-animation-delay: 140.8s; + animation-delay: 140.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1409) +{ + -webkit-animation-delay: 140.9s; + -moz-animation-delay: 140.9s; + -o-animation-delay: 140.9s; + animation-delay: 140.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1410) +{ + -webkit-animation-delay: 141s; + -moz-animation-delay: 141s; + -o-animation-delay: 141s; + animation-delay: 141s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1411) +{ + -webkit-animation-delay: 141.1s; + -moz-animation-delay: 141.1s; + -o-animation-delay: 141.1s; + animation-delay: 141.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1412) +{ + -webkit-animation-delay: 141.2s; + -moz-animation-delay: 141.2s; + -o-animation-delay: 141.2s; + animation-delay: 141.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1413) +{ + -webkit-animation-delay: 141.3s; + -moz-animation-delay: 141.3s; + -o-animation-delay: 141.3s; + animation-delay: 141.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1414) +{ + -webkit-animation-delay: 141.4s; + -moz-animation-delay: 141.4s; + -o-animation-delay: 141.4s; + animation-delay: 141.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1415) +{ + -webkit-animation-delay: 141.5s; + -moz-animation-delay: 141.5s; + -o-animation-delay: 141.5s; + animation-delay: 141.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1416) +{ + -webkit-animation-delay: 141.6s; + -moz-animation-delay: 141.6s; + -o-animation-delay: 141.6s; + animation-delay: 141.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1417) +{ + -webkit-animation-delay: 141.7s; + -moz-animation-delay: 141.7s; + -o-animation-delay: 141.7s; + animation-delay: 141.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1418) +{ + -webkit-animation-delay: 141.8s; + -moz-animation-delay: 141.8s; + -o-animation-delay: 141.8s; + animation-delay: 141.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1419) +{ + -webkit-animation-delay: 141.9s; + -moz-animation-delay: 141.9s; + -o-animation-delay: 141.9s; + animation-delay: 141.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1420) +{ + -webkit-animation-delay: 142s; + -moz-animation-delay: 142s; + -o-animation-delay: 142s; + animation-delay: 142s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1421) +{ + -webkit-animation-delay: 142.1s; + -moz-animation-delay: 142.1s; + -o-animation-delay: 142.1s; + animation-delay: 142.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1422) +{ + -webkit-animation-delay: 142.2s; + -moz-animation-delay: 142.2s; + -o-animation-delay: 142.2s; + animation-delay: 142.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1423) +{ + -webkit-animation-delay: 142.3s; + -moz-animation-delay: 142.3s; + -o-animation-delay: 142.3s; + animation-delay: 142.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1424) +{ + -webkit-animation-delay: 142.4s; + -moz-animation-delay: 142.4s; + -o-animation-delay: 142.4s; + animation-delay: 142.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1425) +{ + -webkit-animation-delay: 142.5s; + -moz-animation-delay: 142.5s; + -o-animation-delay: 142.5s; + animation-delay: 142.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1426) +{ + -webkit-animation-delay: 142.6s; + -moz-animation-delay: 142.6s; + -o-animation-delay: 142.6s; + animation-delay: 142.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1427) +{ + -webkit-animation-delay: 142.7s; + -moz-animation-delay: 142.7s; + -o-animation-delay: 142.7s; + animation-delay: 142.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1428) +{ + -webkit-animation-delay: 142.8s; + -moz-animation-delay: 142.8s; + -o-animation-delay: 142.8s; + animation-delay: 142.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1429) +{ + -webkit-animation-delay: 142.9s; + -moz-animation-delay: 142.9s; + -o-animation-delay: 142.9s; + animation-delay: 142.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1430) +{ + -webkit-animation-delay: 143s; + -moz-animation-delay: 143s; + -o-animation-delay: 143s; + animation-delay: 143s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1431) +{ + -webkit-animation-delay: 143.1s; + -moz-animation-delay: 143.1s; + -o-animation-delay: 143.1s; + animation-delay: 143.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1432) +{ + -webkit-animation-delay: 143.2s; + -moz-animation-delay: 143.2s; + -o-animation-delay: 143.2s; + animation-delay: 143.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1433) +{ + -webkit-animation-delay: 143.3s; + -moz-animation-delay: 143.3s; + -o-animation-delay: 143.3s; + animation-delay: 143.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1434) +{ + -webkit-animation-delay: 143.4s; + -moz-animation-delay: 143.4s; + -o-animation-delay: 143.4s; + animation-delay: 143.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1435) +{ + -webkit-animation-delay: 143.5s; + -moz-animation-delay: 143.5s; + -o-animation-delay: 143.5s; + animation-delay: 143.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1436) +{ + -webkit-animation-delay: 143.6s; + -moz-animation-delay: 143.6s; + -o-animation-delay: 143.6s; + animation-delay: 143.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1437) +{ + -webkit-animation-delay: 143.7s; + -moz-animation-delay: 143.7s; + -o-animation-delay: 143.7s; + animation-delay: 143.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1438) +{ + -webkit-animation-delay: 143.8s; + -moz-animation-delay: 143.8s; + -o-animation-delay: 143.8s; + animation-delay: 143.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1439) +{ + -webkit-animation-delay: 143.9s; + -moz-animation-delay: 143.9s; + -o-animation-delay: 143.9s; + animation-delay: 143.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1440) +{ + -webkit-animation-delay: 144s; + -moz-animation-delay: 144s; + -o-animation-delay: 144s; + animation-delay: 144s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1441) +{ + -webkit-animation-delay: 144.1s; + -moz-animation-delay: 144.1s; + -o-animation-delay: 144.1s; + animation-delay: 144.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1442) +{ + -webkit-animation-delay: 144.2s; + -moz-animation-delay: 144.2s; + -o-animation-delay: 144.2s; + animation-delay: 144.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1443) +{ + -webkit-animation-delay: 144.3s; + -moz-animation-delay: 144.3s; + -o-animation-delay: 144.3s; + animation-delay: 144.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1444) +{ + -webkit-animation-delay: 144.4s; + -moz-animation-delay: 144.4s; + -o-animation-delay: 144.4s; + animation-delay: 144.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1445) +{ + -webkit-animation-delay: 144.5s; + -moz-animation-delay: 144.5s; + -o-animation-delay: 144.5s; + animation-delay: 144.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1446) +{ + -webkit-animation-delay: 144.6s; + -moz-animation-delay: 144.6s; + -o-animation-delay: 144.6s; + animation-delay: 144.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1447) +{ + -webkit-animation-delay: 144.7s; + -moz-animation-delay: 144.7s; + -o-animation-delay: 144.7s; + animation-delay: 144.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1448) +{ + -webkit-animation-delay: 144.8s; + -moz-animation-delay: 144.8s; + -o-animation-delay: 144.8s; + animation-delay: 144.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1449) +{ + -webkit-animation-delay: 144.9s; + -moz-animation-delay: 144.9s; + -o-animation-delay: 144.9s; + animation-delay: 144.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1450) +{ + -webkit-animation-delay: 145s; + -moz-animation-delay: 145s; + -o-animation-delay: 145s; + animation-delay: 145s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1451) +{ + -webkit-animation-delay: 145.1s; + -moz-animation-delay: 145.1s; + -o-animation-delay: 145.1s; + animation-delay: 145.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1452) +{ + -webkit-animation-delay: 145.2s; + -moz-animation-delay: 145.2s; + -o-animation-delay: 145.2s; + animation-delay: 145.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1453) +{ + -webkit-animation-delay: 145.3s; + -moz-animation-delay: 145.3s; + -o-animation-delay: 145.3s; + animation-delay: 145.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1454) +{ + -webkit-animation-delay: 145.4s; + -moz-animation-delay: 145.4s; + -o-animation-delay: 145.4s; + animation-delay: 145.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1455) +{ + -webkit-animation-delay: 145.5s; + -moz-animation-delay: 145.5s; + -o-animation-delay: 145.5s; + animation-delay: 145.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1456) +{ + -webkit-animation-delay: 145.6s; + -moz-animation-delay: 145.6s; + -o-animation-delay: 145.6s; + animation-delay: 145.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1457) +{ + -webkit-animation-delay: 145.7s; + -moz-animation-delay: 145.7s; + -o-animation-delay: 145.7s; + animation-delay: 145.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1458) +{ + -webkit-animation-delay: 145.8s; + -moz-animation-delay: 145.8s; + -o-animation-delay: 145.8s; + animation-delay: 145.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1459) +{ + -webkit-animation-delay: 145.9s; + -moz-animation-delay: 145.9s; + -o-animation-delay: 145.9s; + animation-delay: 145.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1460) +{ + -webkit-animation-delay: 146s; + -moz-animation-delay: 146s; + -o-animation-delay: 146s; + animation-delay: 146s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1461) +{ + -webkit-animation-delay: 146.1s; + -moz-animation-delay: 146.1s; + -o-animation-delay: 146.1s; + animation-delay: 146.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1462) +{ + -webkit-animation-delay: 146.2s; + -moz-animation-delay: 146.2s; + -o-animation-delay: 146.2s; + animation-delay: 146.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1463) +{ + -webkit-animation-delay: 146.3s; + -moz-animation-delay: 146.3s; + -o-animation-delay: 146.3s; + animation-delay: 146.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1464) +{ + -webkit-animation-delay: 146.4s; + -moz-animation-delay: 146.4s; + -o-animation-delay: 146.4s; + animation-delay: 146.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1465) +{ + -webkit-animation-delay: 146.5s; + -moz-animation-delay: 146.5s; + -o-animation-delay: 146.5s; + animation-delay: 146.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1466) +{ + -webkit-animation-delay: 146.6s; + -moz-animation-delay: 146.6s; + -o-animation-delay: 146.6s; + animation-delay: 146.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1467) +{ + -webkit-animation-delay: 146.7s; + -moz-animation-delay: 146.7s; + -o-animation-delay: 146.7s; + animation-delay: 146.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1468) +{ + -webkit-animation-delay: 146.8s; + -moz-animation-delay: 146.8s; + -o-animation-delay: 146.8s; + animation-delay: 146.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1469) +{ + -webkit-animation-delay: 146.9s; + -moz-animation-delay: 146.9s; + -o-animation-delay: 146.9s; + animation-delay: 146.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1470) +{ + -webkit-animation-delay: 147s; + -moz-animation-delay: 147s; + -o-animation-delay: 147s; + animation-delay: 147s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1471) +{ + -webkit-animation-delay: 147.1s; + -moz-animation-delay: 147.1s; + -o-animation-delay: 147.1s; + animation-delay: 147.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1472) +{ + -webkit-animation-delay: 147.2s; + -moz-animation-delay: 147.2s; + -o-animation-delay: 147.2s; + animation-delay: 147.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1473) +{ + -webkit-animation-delay: 147.3s; + -moz-animation-delay: 147.3s; + -o-animation-delay: 147.3s; + animation-delay: 147.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1474) +{ + -webkit-animation-delay: 147.4s; + -moz-animation-delay: 147.4s; + -o-animation-delay: 147.4s; + animation-delay: 147.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1475) +{ + -webkit-animation-delay: 147.5s; + -moz-animation-delay: 147.5s; + -o-animation-delay: 147.5s; + animation-delay: 147.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1476) +{ + -webkit-animation-delay: 147.6s; + -moz-animation-delay: 147.6s; + -o-animation-delay: 147.6s; + animation-delay: 147.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1477) +{ + -webkit-animation-delay: 147.7s; + -moz-animation-delay: 147.7s; + -o-animation-delay: 147.7s; + animation-delay: 147.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1478) +{ + -webkit-animation-delay: 147.8s; + -moz-animation-delay: 147.8s; + -o-animation-delay: 147.8s; + animation-delay: 147.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1479) +{ + -webkit-animation-delay: 147.9s; + -moz-animation-delay: 147.9s; + -o-animation-delay: 147.9s; + animation-delay: 147.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1480) +{ + -webkit-animation-delay: 148s; + -moz-animation-delay: 148s; + -o-animation-delay: 148s; + animation-delay: 148s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1481) +{ + -webkit-animation-delay: 148.1s; + -moz-animation-delay: 148.1s; + -o-animation-delay: 148.1s; + animation-delay: 148.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1482) +{ + -webkit-animation-delay: 148.2s; + -moz-animation-delay: 148.2s; + -o-animation-delay: 148.2s; + animation-delay: 148.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1483) +{ + -webkit-animation-delay: 148.3s; + -moz-animation-delay: 148.3s; + -o-animation-delay: 148.3s; + animation-delay: 148.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1484) +{ + -webkit-animation-delay: 148.4s; + -moz-animation-delay: 148.4s; + -o-animation-delay: 148.4s; + animation-delay: 148.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1485) +{ + -webkit-animation-delay: 148.5s; + -moz-animation-delay: 148.5s; + -o-animation-delay: 148.5s; + animation-delay: 148.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1486) +{ + -webkit-animation-delay: 148.6s; + -moz-animation-delay: 148.6s; + -o-animation-delay: 148.6s; + animation-delay: 148.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1487) +{ + -webkit-animation-delay: 148.7s; + -moz-animation-delay: 148.7s; + -o-animation-delay: 148.7s; + animation-delay: 148.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1488) +{ + -webkit-animation-delay: 148.8s; + -moz-animation-delay: 148.8s; + -o-animation-delay: 148.8s; + animation-delay: 148.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1489) +{ + -webkit-animation-delay: 148.9s; + -moz-animation-delay: 148.9s; + -o-animation-delay: 148.9s; + animation-delay: 148.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1490) +{ + -webkit-animation-delay: 149s; + -moz-animation-delay: 149s; + -o-animation-delay: 149s; + animation-delay: 149s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1491) +{ + -webkit-animation-delay: 149.1s; + -moz-animation-delay: 149.1s; + -o-animation-delay: 149.1s; + animation-delay: 149.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1492) +{ + -webkit-animation-delay: 149.2s; + -moz-animation-delay: 149.2s; + -o-animation-delay: 149.2s; + animation-delay: 149.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1493) +{ + -webkit-animation-delay: 149.3s; + -moz-animation-delay: 149.3s; + -o-animation-delay: 149.3s; + animation-delay: 149.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1494) +{ + -webkit-animation-delay: 149.4s; + -moz-animation-delay: 149.4s; + -o-animation-delay: 149.4s; + animation-delay: 149.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1495) +{ + -webkit-animation-delay: 149.5s; + -moz-animation-delay: 149.5s; + -o-animation-delay: 149.5s; + animation-delay: 149.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1496) +{ + -webkit-animation-delay: 149.6s; + -moz-animation-delay: 149.6s; + -o-animation-delay: 149.6s; + animation-delay: 149.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1497) +{ + -webkit-animation-delay: 149.7s; + -moz-animation-delay: 149.7s; + -o-animation-delay: 149.7s; + animation-delay: 149.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1498) +{ + -webkit-animation-delay: 149.8s; + -moz-animation-delay: 149.8s; + -o-animation-delay: 149.8s; + animation-delay: 149.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1499) +{ + -webkit-animation-delay: 149.9s; + -moz-animation-delay: 149.9s; + -o-animation-delay: 149.9s; + animation-delay: 149.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1500) +{ + -webkit-animation-delay: 150s; + -moz-animation-delay: 150s; + -o-animation-delay: 150s; + animation-delay: 150s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1501) +{ + -webkit-animation-delay: 150.1s; + -moz-animation-delay: 150.1s; + -o-animation-delay: 150.1s; + animation-delay: 150.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1502) +{ + -webkit-animation-delay: 150.2s; + -moz-animation-delay: 150.2s; + -o-animation-delay: 150.2s; + animation-delay: 150.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1503) +{ + -webkit-animation-delay: 150.3s; + -moz-animation-delay: 150.3s; + -o-animation-delay: 150.3s; + animation-delay: 150.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1504) +{ + -webkit-animation-delay: 150.4s; + -moz-animation-delay: 150.4s; + -o-animation-delay: 150.4s; + animation-delay: 150.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1505) +{ + -webkit-animation-delay: 150.5s; + -moz-animation-delay: 150.5s; + -o-animation-delay: 150.5s; + animation-delay: 150.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1506) +{ + -webkit-animation-delay: 150.6s; + -moz-animation-delay: 150.6s; + -o-animation-delay: 150.6s; + animation-delay: 150.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1507) +{ + -webkit-animation-delay: 150.7s; + -moz-animation-delay: 150.7s; + -o-animation-delay: 150.7s; + animation-delay: 150.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1508) +{ + -webkit-animation-delay: 150.8s; + -moz-animation-delay: 150.8s; + -o-animation-delay: 150.8s; + animation-delay: 150.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1509) +{ + -webkit-animation-delay: 150.9s; + -moz-animation-delay: 150.9s; + -o-animation-delay: 150.9s; + animation-delay: 150.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1510) +{ + -webkit-animation-delay: 151s; + -moz-animation-delay: 151s; + -o-animation-delay: 151s; + animation-delay: 151s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1511) +{ + -webkit-animation-delay: 151.1s; + -moz-animation-delay: 151.1s; + -o-animation-delay: 151.1s; + animation-delay: 151.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1512) +{ + -webkit-animation-delay: 151.2s; + -moz-animation-delay: 151.2s; + -o-animation-delay: 151.2s; + animation-delay: 151.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1513) +{ + -webkit-animation-delay: 151.3s; + -moz-animation-delay: 151.3s; + -o-animation-delay: 151.3s; + animation-delay: 151.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1514) +{ + -webkit-animation-delay: 151.4s; + -moz-animation-delay: 151.4s; + -o-animation-delay: 151.4s; + animation-delay: 151.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1515) +{ + -webkit-animation-delay: 151.5s; + -moz-animation-delay: 151.5s; + -o-animation-delay: 151.5s; + animation-delay: 151.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1516) +{ + -webkit-animation-delay: 151.6s; + -moz-animation-delay: 151.6s; + -o-animation-delay: 151.6s; + animation-delay: 151.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1517) +{ + -webkit-animation-delay: 151.7s; + -moz-animation-delay: 151.7s; + -o-animation-delay: 151.7s; + animation-delay: 151.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1518) +{ + -webkit-animation-delay: 151.8s; + -moz-animation-delay: 151.8s; + -o-animation-delay: 151.8s; + animation-delay: 151.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1519) +{ + -webkit-animation-delay: 151.9s; + -moz-animation-delay: 151.9s; + -o-animation-delay: 151.9s; + animation-delay: 151.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1520) +{ + -webkit-animation-delay: 152s; + -moz-animation-delay: 152s; + -o-animation-delay: 152s; + animation-delay: 152s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1521) +{ + -webkit-animation-delay: 152.1s; + -moz-animation-delay: 152.1s; + -o-animation-delay: 152.1s; + animation-delay: 152.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1522) +{ + -webkit-animation-delay: 152.2s; + -moz-animation-delay: 152.2s; + -o-animation-delay: 152.2s; + animation-delay: 152.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1523) +{ + -webkit-animation-delay: 152.3s; + -moz-animation-delay: 152.3s; + -o-animation-delay: 152.3s; + animation-delay: 152.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1524) +{ + -webkit-animation-delay: 152.4s; + -moz-animation-delay: 152.4s; + -o-animation-delay: 152.4s; + animation-delay: 152.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1525) +{ + -webkit-animation-delay: 152.5s; + -moz-animation-delay: 152.5s; + -o-animation-delay: 152.5s; + animation-delay: 152.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1526) +{ + -webkit-animation-delay: 152.6s; + -moz-animation-delay: 152.6s; + -o-animation-delay: 152.6s; + animation-delay: 152.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1527) +{ + -webkit-animation-delay: 152.7s; + -moz-animation-delay: 152.7s; + -o-animation-delay: 152.7s; + animation-delay: 152.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1528) +{ + -webkit-animation-delay: 152.8s; + -moz-animation-delay: 152.8s; + -o-animation-delay: 152.8s; + animation-delay: 152.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1529) +{ + -webkit-animation-delay: 152.9s; + -moz-animation-delay: 152.9s; + -o-animation-delay: 152.9s; + animation-delay: 152.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1530) +{ + -webkit-animation-delay: 153s; + -moz-animation-delay: 153s; + -o-animation-delay: 153s; + animation-delay: 153s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1531) +{ + -webkit-animation-delay: 153.1s; + -moz-animation-delay: 153.1s; + -o-animation-delay: 153.1s; + animation-delay: 153.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1532) +{ + -webkit-animation-delay: 153.2s; + -moz-animation-delay: 153.2s; + -o-animation-delay: 153.2s; + animation-delay: 153.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1533) +{ + -webkit-animation-delay: 153.3s; + -moz-animation-delay: 153.3s; + -o-animation-delay: 153.3s; + animation-delay: 153.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1534) +{ + -webkit-animation-delay: 153.4s; + -moz-animation-delay: 153.4s; + -o-animation-delay: 153.4s; + animation-delay: 153.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1535) +{ + -webkit-animation-delay: 153.5s; + -moz-animation-delay: 153.5s; + -o-animation-delay: 153.5s; + animation-delay: 153.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1536) +{ + -webkit-animation-delay: 153.6s; + -moz-animation-delay: 153.6s; + -o-animation-delay: 153.6s; + animation-delay: 153.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1537) +{ + -webkit-animation-delay: 153.7s; + -moz-animation-delay: 153.7s; + -o-animation-delay: 153.7s; + animation-delay: 153.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1538) +{ + -webkit-animation-delay: 153.8s; + -moz-animation-delay: 153.8s; + -o-animation-delay: 153.8s; + animation-delay: 153.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1539) +{ + -webkit-animation-delay: 153.9s; + -moz-animation-delay: 153.9s; + -o-animation-delay: 153.9s; + animation-delay: 153.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1540) +{ + -webkit-animation-delay: 154s; + -moz-animation-delay: 154s; + -o-animation-delay: 154s; + animation-delay: 154s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1541) +{ + -webkit-animation-delay: 154.1s; + -moz-animation-delay: 154.1s; + -o-animation-delay: 154.1s; + animation-delay: 154.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1542) +{ + -webkit-animation-delay: 154.2s; + -moz-animation-delay: 154.2s; + -o-animation-delay: 154.2s; + animation-delay: 154.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1543) +{ + -webkit-animation-delay: 154.3s; + -moz-animation-delay: 154.3s; + -o-animation-delay: 154.3s; + animation-delay: 154.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1544) +{ + -webkit-animation-delay: 154.4s; + -moz-animation-delay: 154.4s; + -o-animation-delay: 154.4s; + animation-delay: 154.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1545) +{ + -webkit-animation-delay: 154.5s; + -moz-animation-delay: 154.5s; + -o-animation-delay: 154.5s; + animation-delay: 154.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1546) +{ + -webkit-animation-delay: 154.6s; + -moz-animation-delay: 154.6s; + -o-animation-delay: 154.6s; + animation-delay: 154.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1547) +{ + -webkit-animation-delay: 154.7s; + -moz-animation-delay: 154.7s; + -o-animation-delay: 154.7s; + animation-delay: 154.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1548) +{ + -webkit-animation-delay: 154.8s; + -moz-animation-delay: 154.8s; + -o-animation-delay: 154.8s; + animation-delay: 154.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1549) +{ + -webkit-animation-delay: 154.9s; + -moz-animation-delay: 154.9s; + -o-animation-delay: 154.9s; + animation-delay: 154.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1550) +{ + -webkit-animation-delay: 155s; + -moz-animation-delay: 155s; + -o-animation-delay: 155s; + animation-delay: 155s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1551) +{ + -webkit-animation-delay: 155.1s; + -moz-animation-delay: 155.1s; + -o-animation-delay: 155.1s; + animation-delay: 155.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1552) +{ + -webkit-animation-delay: 155.2s; + -moz-animation-delay: 155.2s; + -o-animation-delay: 155.2s; + animation-delay: 155.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1553) +{ + -webkit-animation-delay: 155.3s; + -moz-animation-delay: 155.3s; + -o-animation-delay: 155.3s; + animation-delay: 155.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1554) +{ + -webkit-animation-delay: 155.4s; + -moz-animation-delay: 155.4s; + -o-animation-delay: 155.4s; + animation-delay: 155.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1555) +{ + -webkit-animation-delay: 155.5s; + -moz-animation-delay: 155.5s; + -o-animation-delay: 155.5s; + animation-delay: 155.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1556) +{ + -webkit-animation-delay: 155.6s; + -moz-animation-delay: 155.6s; + -o-animation-delay: 155.6s; + animation-delay: 155.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1557) +{ + -webkit-animation-delay: 155.7s; + -moz-animation-delay: 155.7s; + -o-animation-delay: 155.7s; + animation-delay: 155.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1558) +{ + -webkit-animation-delay: 155.8s; + -moz-animation-delay: 155.8s; + -o-animation-delay: 155.8s; + animation-delay: 155.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1559) +{ + -webkit-animation-delay: 155.9s; + -moz-animation-delay: 155.9s; + -o-animation-delay: 155.9s; + animation-delay: 155.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1560) +{ + -webkit-animation-delay: 156s; + -moz-animation-delay: 156s; + -o-animation-delay: 156s; + animation-delay: 156s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1561) +{ + -webkit-animation-delay: 156.1s; + -moz-animation-delay: 156.1s; + -o-animation-delay: 156.1s; + animation-delay: 156.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1562) +{ + -webkit-animation-delay: 156.2s; + -moz-animation-delay: 156.2s; + -o-animation-delay: 156.2s; + animation-delay: 156.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1563) +{ + -webkit-animation-delay: 156.3s; + -moz-animation-delay: 156.3s; + -o-animation-delay: 156.3s; + animation-delay: 156.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1564) +{ + -webkit-animation-delay: 156.4s; + -moz-animation-delay: 156.4s; + -o-animation-delay: 156.4s; + animation-delay: 156.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1565) +{ + -webkit-animation-delay: 156.5s; + -moz-animation-delay: 156.5s; + -o-animation-delay: 156.5s; + animation-delay: 156.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1566) +{ + -webkit-animation-delay: 156.6s; + -moz-animation-delay: 156.6s; + -o-animation-delay: 156.6s; + animation-delay: 156.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1567) +{ + -webkit-animation-delay: 156.7s; + -moz-animation-delay: 156.7s; + -o-animation-delay: 156.7s; + animation-delay: 156.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1568) +{ + -webkit-animation-delay: 156.8s; + -moz-animation-delay: 156.8s; + -o-animation-delay: 156.8s; + animation-delay: 156.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1569) +{ + -webkit-animation-delay: 156.9s; + -moz-animation-delay: 156.9s; + -o-animation-delay: 156.9s; + animation-delay: 156.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1570) +{ + -webkit-animation-delay: 157s; + -moz-animation-delay: 157s; + -o-animation-delay: 157s; + animation-delay: 157s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1571) +{ + -webkit-animation-delay: 157.1s; + -moz-animation-delay: 157.1s; + -o-animation-delay: 157.1s; + animation-delay: 157.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1572) +{ + -webkit-animation-delay: 157.2s; + -moz-animation-delay: 157.2s; + -o-animation-delay: 157.2s; + animation-delay: 157.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1573) +{ + -webkit-animation-delay: 157.3s; + -moz-animation-delay: 157.3s; + -o-animation-delay: 157.3s; + animation-delay: 157.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1574) +{ + -webkit-animation-delay: 157.4s; + -moz-animation-delay: 157.4s; + -o-animation-delay: 157.4s; + animation-delay: 157.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1575) +{ + -webkit-animation-delay: 157.5s; + -moz-animation-delay: 157.5s; + -o-animation-delay: 157.5s; + animation-delay: 157.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1576) +{ + -webkit-animation-delay: 157.6s; + -moz-animation-delay: 157.6s; + -o-animation-delay: 157.6s; + animation-delay: 157.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1577) +{ + -webkit-animation-delay: 157.7s; + -moz-animation-delay: 157.7s; + -o-animation-delay: 157.7s; + animation-delay: 157.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1578) +{ + -webkit-animation-delay: 157.8s; + -moz-animation-delay: 157.8s; + -o-animation-delay: 157.8s; + animation-delay: 157.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1579) +{ + -webkit-animation-delay: 157.9s; + -moz-animation-delay: 157.9s; + -o-animation-delay: 157.9s; + animation-delay: 157.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1580) +{ + -webkit-animation-delay: 158s; + -moz-animation-delay: 158s; + -o-animation-delay: 158s; + animation-delay: 158s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1581) +{ + -webkit-animation-delay: 158.1s; + -moz-animation-delay: 158.1s; + -o-animation-delay: 158.1s; + animation-delay: 158.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1582) +{ + -webkit-animation-delay: 158.2s; + -moz-animation-delay: 158.2s; + -o-animation-delay: 158.2s; + animation-delay: 158.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1583) +{ + -webkit-animation-delay: 158.3s; + -moz-animation-delay: 158.3s; + -o-animation-delay: 158.3s; + animation-delay: 158.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1584) +{ + -webkit-animation-delay: 158.4s; + -moz-animation-delay: 158.4s; + -o-animation-delay: 158.4s; + animation-delay: 158.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1585) +{ + -webkit-animation-delay: 158.5s; + -moz-animation-delay: 158.5s; + -o-animation-delay: 158.5s; + animation-delay: 158.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1586) +{ + -webkit-animation-delay: 158.6s; + -moz-animation-delay: 158.6s; + -o-animation-delay: 158.6s; + animation-delay: 158.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1587) +{ + -webkit-animation-delay: 158.7s; + -moz-animation-delay: 158.7s; + -o-animation-delay: 158.7s; + animation-delay: 158.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1588) +{ + -webkit-animation-delay: 158.8s; + -moz-animation-delay: 158.8s; + -o-animation-delay: 158.8s; + animation-delay: 158.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1589) +{ + -webkit-animation-delay: 158.9s; + -moz-animation-delay: 158.9s; + -o-animation-delay: 158.9s; + animation-delay: 158.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1590) +{ + -webkit-animation-delay: 159s; + -moz-animation-delay: 159s; + -o-animation-delay: 159s; + animation-delay: 159s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1591) +{ + -webkit-animation-delay: 159.1s; + -moz-animation-delay: 159.1s; + -o-animation-delay: 159.1s; + animation-delay: 159.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1592) +{ + -webkit-animation-delay: 159.2s; + -moz-animation-delay: 159.2s; + -o-animation-delay: 159.2s; + animation-delay: 159.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1593) +{ + -webkit-animation-delay: 159.3s; + -moz-animation-delay: 159.3s; + -o-animation-delay: 159.3s; + animation-delay: 159.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1594) +{ + -webkit-animation-delay: 159.4s; + -moz-animation-delay: 159.4s; + -o-animation-delay: 159.4s; + animation-delay: 159.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1595) +{ + -webkit-animation-delay: 159.5s; + -moz-animation-delay: 159.5s; + -o-animation-delay: 159.5s; + animation-delay: 159.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1596) +{ + -webkit-animation-delay: 159.6s; + -moz-animation-delay: 159.6s; + -o-animation-delay: 159.6s; + animation-delay: 159.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1597) +{ + -webkit-animation-delay: 159.7s; + -moz-animation-delay: 159.7s; + -o-animation-delay: 159.7s; + animation-delay: 159.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1598) +{ + -webkit-animation-delay: 159.8s; + -moz-animation-delay: 159.8s; + -o-animation-delay: 159.8s; + animation-delay: 159.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1599) +{ + -webkit-animation-delay: 159.9s; + -moz-animation-delay: 159.9s; + -o-animation-delay: 159.9s; + animation-delay: 159.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1600) +{ + -webkit-animation-delay: 160s; + -moz-animation-delay: 160s; + -o-animation-delay: 160s; + animation-delay: 160s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1601) +{ + -webkit-animation-delay: 160.1s; + -moz-animation-delay: 160.1s; + -o-animation-delay: 160.1s; + animation-delay: 160.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1602) +{ + -webkit-animation-delay: 160.2s; + -moz-animation-delay: 160.2s; + -o-animation-delay: 160.2s; + animation-delay: 160.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1603) +{ + -webkit-animation-delay: 160.3s; + -moz-animation-delay: 160.3s; + -o-animation-delay: 160.3s; + animation-delay: 160.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1604) +{ + -webkit-animation-delay: 160.4s; + -moz-animation-delay: 160.4s; + -o-animation-delay: 160.4s; + animation-delay: 160.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1605) +{ + -webkit-animation-delay: 160.5s; + -moz-animation-delay: 160.5s; + -o-animation-delay: 160.5s; + animation-delay: 160.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1606) +{ + -webkit-animation-delay: 160.6s; + -moz-animation-delay: 160.6s; + -o-animation-delay: 160.6s; + animation-delay: 160.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1607) +{ + -webkit-animation-delay: 160.7s; + -moz-animation-delay: 160.7s; + -o-animation-delay: 160.7s; + animation-delay: 160.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1608) +{ + -webkit-animation-delay: 160.8s; + -moz-animation-delay: 160.8s; + -o-animation-delay: 160.8s; + animation-delay: 160.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1609) +{ + -webkit-animation-delay: 160.9s; + -moz-animation-delay: 160.9s; + -o-animation-delay: 160.9s; + animation-delay: 160.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1610) +{ + -webkit-animation-delay: 161s; + -moz-animation-delay: 161s; + -o-animation-delay: 161s; + animation-delay: 161s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1611) +{ + -webkit-animation-delay: 161.1s; + -moz-animation-delay: 161.1s; + -o-animation-delay: 161.1s; + animation-delay: 161.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1612) +{ + -webkit-animation-delay: 161.2s; + -moz-animation-delay: 161.2s; + -o-animation-delay: 161.2s; + animation-delay: 161.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1613) +{ + -webkit-animation-delay: 161.3s; + -moz-animation-delay: 161.3s; + -o-animation-delay: 161.3s; + animation-delay: 161.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1614) +{ + -webkit-animation-delay: 161.4s; + -moz-animation-delay: 161.4s; + -o-animation-delay: 161.4s; + animation-delay: 161.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1615) +{ + -webkit-animation-delay: 161.5s; + -moz-animation-delay: 161.5s; + -o-animation-delay: 161.5s; + animation-delay: 161.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1616) +{ + -webkit-animation-delay: 161.6s; + -moz-animation-delay: 161.6s; + -o-animation-delay: 161.6s; + animation-delay: 161.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1617) +{ + -webkit-animation-delay: 161.7s; + -moz-animation-delay: 161.7s; + -o-animation-delay: 161.7s; + animation-delay: 161.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1618) +{ + -webkit-animation-delay: 161.8s; + -moz-animation-delay: 161.8s; + -o-animation-delay: 161.8s; + animation-delay: 161.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1619) +{ + -webkit-animation-delay: 161.9s; + -moz-animation-delay: 161.9s; + -o-animation-delay: 161.9s; + animation-delay: 161.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1620) +{ + -webkit-animation-delay: 162s; + -moz-animation-delay: 162s; + -o-animation-delay: 162s; + animation-delay: 162s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1621) +{ + -webkit-animation-delay: 162.1s; + -moz-animation-delay: 162.1s; + -o-animation-delay: 162.1s; + animation-delay: 162.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1622) +{ + -webkit-animation-delay: 162.2s; + -moz-animation-delay: 162.2s; + -o-animation-delay: 162.2s; + animation-delay: 162.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1623) +{ + -webkit-animation-delay: 162.3s; + -moz-animation-delay: 162.3s; + -o-animation-delay: 162.3s; + animation-delay: 162.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1624) +{ + -webkit-animation-delay: 162.4s; + -moz-animation-delay: 162.4s; + -o-animation-delay: 162.4s; + animation-delay: 162.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1625) +{ + -webkit-animation-delay: 162.5s; + -moz-animation-delay: 162.5s; + -o-animation-delay: 162.5s; + animation-delay: 162.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1626) +{ + -webkit-animation-delay: 162.6s; + -moz-animation-delay: 162.6s; + -o-animation-delay: 162.6s; + animation-delay: 162.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1627) +{ + -webkit-animation-delay: 162.7s; + -moz-animation-delay: 162.7s; + -o-animation-delay: 162.7s; + animation-delay: 162.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1628) +{ + -webkit-animation-delay: 162.8s; + -moz-animation-delay: 162.8s; + -o-animation-delay: 162.8s; + animation-delay: 162.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1629) +{ + -webkit-animation-delay: 162.9s; + -moz-animation-delay: 162.9s; + -o-animation-delay: 162.9s; + animation-delay: 162.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1630) +{ + -webkit-animation-delay: 163s; + -moz-animation-delay: 163s; + -o-animation-delay: 163s; + animation-delay: 163s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1631) +{ + -webkit-animation-delay: 163.1s; + -moz-animation-delay: 163.1s; + -o-animation-delay: 163.1s; + animation-delay: 163.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1632) +{ + -webkit-animation-delay: 163.2s; + -moz-animation-delay: 163.2s; + -o-animation-delay: 163.2s; + animation-delay: 163.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1633) +{ + -webkit-animation-delay: 163.3s; + -moz-animation-delay: 163.3s; + -o-animation-delay: 163.3s; + animation-delay: 163.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1634) +{ + -webkit-animation-delay: 163.4s; + -moz-animation-delay: 163.4s; + -o-animation-delay: 163.4s; + animation-delay: 163.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1635) +{ + -webkit-animation-delay: 163.5s; + -moz-animation-delay: 163.5s; + -o-animation-delay: 163.5s; + animation-delay: 163.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1636) +{ + -webkit-animation-delay: 163.6s; + -moz-animation-delay: 163.6s; + -o-animation-delay: 163.6s; + animation-delay: 163.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1637) +{ + -webkit-animation-delay: 163.7s; + -moz-animation-delay: 163.7s; + -o-animation-delay: 163.7s; + animation-delay: 163.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1638) +{ + -webkit-animation-delay: 163.8s; + -moz-animation-delay: 163.8s; + -o-animation-delay: 163.8s; + animation-delay: 163.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1639) +{ + -webkit-animation-delay: 163.9s; + -moz-animation-delay: 163.9s; + -o-animation-delay: 163.9s; + animation-delay: 163.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1640) +{ + -webkit-animation-delay: 164s; + -moz-animation-delay: 164s; + -o-animation-delay: 164s; + animation-delay: 164s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1641) +{ + -webkit-animation-delay: 164.1s; + -moz-animation-delay: 164.1s; + -o-animation-delay: 164.1s; + animation-delay: 164.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1642) +{ + -webkit-animation-delay: 164.2s; + -moz-animation-delay: 164.2s; + -o-animation-delay: 164.2s; + animation-delay: 164.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1643) +{ + -webkit-animation-delay: 164.3s; + -moz-animation-delay: 164.3s; + -o-animation-delay: 164.3s; + animation-delay: 164.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1644) +{ + -webkit-animation-delay: 164.4s; + -moz-animation-delay: 164.4s; + -o-animation-delay: 164.4s; + animation-delay: 164.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1645) +{ + -webkit-animation-delay: 164.5s; + -moz-animation-delay: 164.5s; + -o-animation-delay: 164.5s; + animation-delay: 164.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1646) +{ + -webkit-animation-delay: 164.6s; + -moz-animation-delay: 164.6s; + -o-animation-delay: 164.6s; + animation-delay: 164.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1647) +{ + -webkit-animation-delay: 164.7s; + -moz-animation-delay: 164.7s; + -o-animation-delay: 164.7s; + animation-delay: 164.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1648) +{ + -webkit-animation-delay: 164.8s; + -moz-animation-delay: 164.8s; + -o-animation-delay: 164.8s; + animation-delay: 164.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1649) +{ + -webkit-animation-delay: 164.9s; + -moz-animation-delay: 164.9s; + -o-animation-delay: 164.9s; + animation-delay: 164.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1650) +{ + -webkit-animation-delay: 165s; + -moz-animation-delay: 165s; + -o-animation-delay: 165s; + animation-delay: 165s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1651) +{ + -webkit-animation-delay: 165.1s; + -moz-animation-delay: 165.1s; + -o-animation-delay: 165.1s; + animation-delay: 165.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1652) +{ + -webkit-animation-delay: 165.2s; + -moz-animation-delay: 165.2s; + -o-animation-delay: 165.2s; + animation-delay: 165.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1653) +{ + -webkit-animation-delay: 165.3s; + -moz-animation-delay: 165.3s; + -o-animation-delay: 165.3s; + animation-delay: 165.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1654) +{ + -webkit-animation-delay: 165.4s; + -moz-animation-delay: 165.4s; + -o-animation-delay: 165.4s; + animation-delay: 165.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1655) +{ + -webkit-animation-delay: 165.5s; + -moz-animation-delay: 165.5s; + -o-animation-delay: 165.5s; + animation-delay: 165.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1656) +{ + -webkit-animation-delay: 165.6s; + -moz-animation-delay: 165.6s; + -o-animation-delay: 165.6s; + animation-delay: 165.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1657) +{ + -webkit-animation-delay: 165.7s; + -moz-animation-delay: 165.7s; + -o-animation-delay: 165.7s; + animation-delay: 165.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1658) +{ + -webkit-animation-delay: 165.8s; + -moz-animation-delay: 165.8s; + -o-animation-delay: 165.8s; + animation-delay: 165.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1659) +{ + -webkit-animation-delay: 165.9s; + -moz-animation-delay: 165.9s; + -o-animation-delay: 165.9s; + animation-delay: 165.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1660) +{ + -webkit-animation-delay: 166s; + -moz-animation-delay: 166s; + -o-animation-delay: 166s; + animation-delay: 166s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1661) +{ + -webkit-animation-delay: 166.1s; + -moz-animation-delay: 166.1s; + -o-animation-delay: 166.1s; + animation-delay: 166.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1662) +{ + -webkit-animation-delay: 166.2s; + -moz-animation-delay: 166.2s; + -o-animation-delay: 166.2s; + animation-delay: 166.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1663) +{ + -webkit-animation-delay: 166.3s; + -moz-animation-delay: 166.3s; + -o-animation-delay: 166.3s; + animation-delay: 166.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1664) +{ + -webkit-animation-delay: 166.4s; + -moz-animation-delay: 166.4s; + -o-animation-delay: 166.4s; + animation-delay: 166.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1665) +{ + -webkit-animation-delay: 166.5s; + -moz-animation-delay: 166.5s; + -o-animation-delay: 166.5s; + animation-delay: 166.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1666) +{ + -webkit-animation-delay: 166.6s; + -moz-animation-delay: 166.6s; + -o-animation-delay: 166.6s; + animation-delay: 166.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1667) +{ + -webkit-animation-delay: 166.7s; + -moz-animation-delay: 166.7s; + -o-animation-delay: 166.7s; + animation-delay: 166.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1668) +{ + -webkit-animation-delay: 166.8s; + -moz-animation-delay: 166.8s; + -o-animation-delay: 166.8s; + animation-delay: 166.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1669) +{ + -webkit-animation-delay: 166.9s; + -moz-animation-delay: 166.9s; + -o-animation-delay: 166.9s; + animation-delay: 166.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1670) +{ + -webkit-animation-delay: 167s; + -moz-animation-delay: 167s; + -o-animation-delay: 167s; + animation-delay: 167s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1671) +{ + -webkit-animation-delay: 167.1s; + -moz-animation-delay: 167.1s; + -o-animation-delay: 167.1s; + animation-delay: 167.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1672) +{ + -webkit-animation-delay: 167.2s; + -moz-animation-delay: 167.2s; + -o-animation-delay: 167.2s; + animation-delay: 167.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1673) +{ + -webkit-animation-delay: 167.3s; + -moz-animation-delay: 167.3s; + -o-animation-delay: 167.3s; + animation-delay: 167.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1674) +{ + -webkit-animation-delay: 167.4s; + -moz-animation-delay: 167.4s; + -o-animation-delay: 167.4s; + animation-delay: 167.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1675) +{ + -webkit-animation-delay: 167.5s; + -moz-animation-delay: 167.5s; + -o-animation-delay: 167.5s; + animation-delay: 167.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1676) +{ + -webkit-animation-delay: 167.6s; + -moz-animation-delay: 167.6s; + -o-animation-delay: 167.6s; + animation-delay: 167.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1677) +{ + -webkit-animation-delay: 167.7s; + -moz-animation-delay: 167.7s; + -o-animation-delay: 167.7s; + animation-delay: 167.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1678) +{ + -webkit-animation-delay: 167.8s; + -moz-animation-delay: 167.8s; + -o-animation-delay: 167.8s; + animation-delay: 167.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1679) +{ + -webkit-animation-delay: 167.9s; + -moz-animation-delay: 167.9s; + -o-animation-delay: 167.9s; + animation-delay: 167.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1680) +{ + -webkit-animation-delay: 168s; + -moz-animation-delay: 168s; + -o-animation-delay: 168s; + animation-delay: 168s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1681) +{ + -webkit-animation-delay: 168.1s; + -moz-animation-delay: 168.1s; + -o-animation-delay: 168.1s; + animation-delay: 168.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1682) +{ + -webkit-animation-delay: 168.2s; + -moz-animation-delay: 168.2s; + -o-animation-delay: 168.2s; + animation-delay: 168.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1683) +{ + -webkit-animation-delay: 168.3s; + -moz-animation-delay: 168.3s; + -o-animation-delay: 168.3s; + animation-delay: 168.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1684) +{ + -webkit-animation-delay: 168.4s; + -moz-animation-delay: 168.4s; + -o-animation-delay: 168.4s; + animation-delay: 168.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1685) +{ + -webkit-animation-delay: 168.5s; + -moz-animation-delay: 168.5s; + -o-animation-delay: 168.5s; + animation-delay: 168.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1686) +{ + -webkit-animation-delay: 168.6s; + -moz-animation-delay: 168.6s; + -o-animation-delay: 168.6s; + animation-delay: 168.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1687) +{ + -webkit-animation-delay: 168.7s; + -moz-animation-delay: 168.7s; + -o-animation-delay: 168.7s; + animation-delay: 168.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1688) +{ + -webkit-animation-delay: 168.8s; + -moz-animation-delay: 168.8s; + -o-animation-delay: 168.8s; + animation-delay: 168.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1689) +{ + -webkit-animation-delay: 168.9s; + -moz-animation-delay: 168.9s; + -o-animation-delay: 168.9s; + animation-delay: 168.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1690) +{ + -webkit-animation-delay: 169s; + -moz-animation-delay: 169s; + -o-animation-delay: 169s; + animation-delay: 169s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1691) +{ + -webkit-animation-delay: 169.1s; + -moz-animation-delay: 169.1s; + -o-animation-delay: 169.1s; + animation-delay: 169.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1692) +{ + -webkit-animation-delay: 169.2s; + -moz-animation-delay: 169.2s; + -o-animation-delay: 169.2s; + animation-delay: 169.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1693) +{ + -webkit-animation-delay: 169.3s; + -moz-animation-delay: 169.3s; + -o-animation-delay: 169.3s; + animation-delay: 169.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1694) +{ + -webkit-animation-delay: 169.4s; + -moz-animation-delay: 169.4s; + -o-animation-delay: 169.4s; + animation-delay: 169.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1695) +{ + -webkit-animation-delay: 169.5s; + -moz-animation-delay: 169.5s; + -o-animation-delay: 169.5s; + animation-delay: 169.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1696) +{ + -webkit-animation-delay: 169.6s; + -moz-animation-delay: 169.6s; + -o-animation-delay: 169.6s; + animation-delay: 169.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1697) +{ + -webkit-animation-delay: 169.7s; + -moz-animation-delay: 169.7s; + -o-animation-delay: 169.7s; + animation-delay: 169.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1698) +{ + -webkit-animation-delay: 169.8s; + -moz-animation-delay: 169.8s; + -o-animation-delay: 169.8s; + animation-delay: 169.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1699) +{ + -webkit-animation-delay: 169.9s; + -moz-animation-delay: 169.9s; + -o-animation-delay: 169.9s; + animation-delay: 169.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1700) +{ + -webkit-animation-delay: 170s; + -moz-animation-delay: 170s; + -o-animation-delay: 170s; + animation-delay: 170s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1701) +{ + -webkit-animation-delay: 170.1s; + -moz-animation-delay: 170.1s; + -o-animation-delay: 170.1s; + animation-delay: 170.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1702) +{ + -webkit-animation-delay: 170.2s; + -moz-animation-delay: 170.2s; + -o-animation-delay: 170.2s; + animation-delay: 170.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1703) +{ + -webkit-animation-delay: 170.3s; + -moz-animation-delay: 170.3s; + -o-animation-delay: 170.3s; + animation-delay: 170.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1704) +{ + -webkit-animation-delay: 170.4s; + -moz-animation-delay: 170.4s; + -o-animation-delay: 170.4s; + animation-delay: 170.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1705) +{ + -webkit-animation-delay: 170.5s; + -moz-animation-delay: 170.5s; + -o-animation-delay: 170.5s; + animation-delay: 170.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1706) +{ + -webkit-animation-delay: 170.6s; + -moz-animation-delay: 170.6s; + -o-animation-delay: 170.6s; + animation-delay: 170.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1707) +{ + -webkit-animation-delay: 170.7s; + -moz-animation-delay: 170.7s; + -o-animation-delay: 170.7s; + animation-delay: 170.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1708) +{ + -webkit-animation-delay: 170.8s; + -moz-animation-delay: 170.8s; + -o-animation-delay: 170.8s; + animation-delay: 170.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1709) +{ + -webkit-animation-delay: 170.9s; + -moz-animation-delay: 170.9s; + -o-animation-delay: 170.9s; + animation-delay: 170.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1710) +{ + -webkit-animation-delay: 171s; + -moz-animation-delay: 171s; + -o-animation-delay: 171s; + animation-delay: 171s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1711) +{ + -webkit-animation-delay: 171.1s; + -moz-animation-delay: 171.1s; + -o-animation-delay: 171.1s; + animation-delay: 171.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1712) +{ + -webkit-animation-delay: 171.2s; + -moz-animation-delay: 171.2s; + -o-animation-delay: 171.2s; + animation-delay: 171.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1713) +{ + -webkit-animation-delay: 171.3s; + -moz-animation-delay: 171.3s; + -o-animation-delay: 171.3s; + animation-delay: 171.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1714) +{ + -webkit-animation-delay: 171.4s; + -moz-animation-delay: 171.4s; + -o-animation-delay: 171.4s; + animation-delay: 171.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1715) +{ + -webkit-animation-delay: 171.5s; + -moz-animation-delay: 171.5s; + -o-animation-delay: 171.5s; + animation-delay: 171.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1716) +{ + -webkit-animation-delay: 171.6s; + -moz-animation-delay: 171.6s; + -o-animation-delay: 171.6s; + animation-delay: 171.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1717) +{ + -webkit-animation-delay: 171.7s; + -moz-animation-delay: 171.7s; + -o-animation-delay: 171.7s; + animation-delay: 171.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1718) +{ + -webkit-animation-delay: 171.8s; + -moz-animation-delay: 171.8s; + -o-animation-delay: 171.8s; + animation-delay: 171.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1719) +{ + -webkit-animation-delay: 171.9s; + -moz-animation-delay: 171.9s; + -o-animation-delay: 171.9s; + animation-delay: 171.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1720) +{ + -webkit-animation-delay: 172s; + -moz-animation-delay: 172s; + -o-animation-delay: 172s; + animation-delay: 172s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1721) +{ + -webkit-animation-delay: 172.1s; + -moz-animation-delay: 172.1s; + -o-animation-delay: 172.1s; + animation-delay: 172.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1722) +{ + -webkit-animation-delay: 172.2s; + -moz-animation-delay: 172.2s; + -o-animation-delay: 172.2s; + animation-delay: 172.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1723) +{ + -webkit-animation-delay: 172.3s; + -moz-animation-delay: 172.3s; + -o-animation-delay: 172.3s; + animation-delay: 172.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1724) +{ + -webkit-animation-delay: 172.4s; + -moz-animation-delay: 172.4s; + -o-animation-delay: 172.4s; + animation-delay: 172.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1725) +{ + -webkit-animation-delay: 172.5s; + -moz-animation-delay: 172.5s; + -o-animation-delay: 172.5s; + animation-delay: 172.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1726) +{ + -webkit-animation-delay: 172.6s; + -moz-animation-delay: 172.6s; + -o-animation-delay: 172.6s; + animation-delay: 172.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1727) +{ + -webkit-animation-delay: 172.7s; + -moz-animation-delay: 172.7s; + -o-animation-delay: 172.7s; + animation-delay: 172.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1728) +{ + -webkit-animation-delay: 172.8s; + -moz-animation-delay: 172.8s; + -o-animation-delay: 172.8s; + animation-delay: 172.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1729) +{ + -webkit-animation-delay: 172.9s; + -moz-animation-delay: 172.9s; + -o-animation-delay: 172.9s; + animation-delay: 172.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1730) +{ + -webkit-animation-delay: 173s; + -moz-animation-delay: 173s; + -o-animation-delay: 173s; + animation-delay: 173s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1731) +{ + -webkit-animation-delay: 173.1s; + -moz-animation-delay: 173.1s; + -o-animation-delay: 173.1s; + animation-delay: 173.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1732) +{ + -webkit-animation-delay: 173.2s; + -moz-animation-delay: 173.2s; + -o-animation-delay: 173.2s; + animation-delay: 173.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1733) +{ + -webkit-animation-delay: 173.3s; + -moz-animation-delay: 173.3s; + -o-animation-delay: 173.3s; + animation-delay: 173.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1734) +{ + -webkit-animation-delay: 173.4s; + -moz-animation-delay: 173.4s; + -o-animation-delay: 173.4s; + animation-delay: 173.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1735) +{ + -webkit-animation-delay: 173.5s; + -moz-animation-delay: 173.5s; + -o-animation-delay: 173.5s; + animation-delay: 173.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1736) +{ + -webkit-animation-delay: 173.6s; + -moz-animation-delay: 173.6s; + -o-animation-delay: 173.6s; + animation-delay: 173.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1737) +{ + -webkit-animation-delay: 173.7s; + -moz-animation-delay: 173.7s; + -o-animation-delay: 173.7s; + animation-delay: 173.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1738) +{ + -webkit-animation-delay: 173.8s; + -moz-animation-delay: 173.8s; + -o-animation-delay: 173.8s; + animation-delay: 173.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1739) +{ + -webkit-animation-delay: 173.9s; + -moz-animation-delay: 173.9s; + -o-animation-delay: 173.9s; + animation-delay: 173.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1740) +{ + -webkit-animation-delay: 174s; + -moz-animation-delay: 174s; + -o-animation-delay: 174s; + animation-delay: 174s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1741) +{ + -webkit-animation-delay: 174.1s; + -moz-animation-delay: 174.1s; + -o-animation-delay: 174.1s; + animation-delay: 174.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1742) +{ + -webkit-animation-delay: 174.2s; + -moz-animation-delay: 174.2s; + -o-animation-delay: 174.2s; + animation-delay: 174.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1743) +{ + -webkit-animation-delay: 174.3s; + -moz-animation-delay: 174.3s; + -o-animation-delay: 174.3s; + animation-delay: 174.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1744) +{ + -webkit-animation-delay: 174.4s; + -moz-animation-delay: 174.4s; + -o-animation-delay: 174.4s; + animation-delay: 174.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1745) +{ + -webkit-animation-delay: 174.5s; + -moz-animation-delay: 174.5s; + -o-animation-delay: 174.5s; + animation-delay: 174.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1746) +{ + -webkit-animation-delay: 174.6s; + -moz-animation-delay: 174.6s; + -o-animation-delay: 174.6s; + animation-delay: 174.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1747) +{ + -webkit-animation-delay: 174.7s; + -moz-animation-delay: 174.7s; + -o-animation-delay: 174.7s; + animation-delay: 174.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1748) +{ + -webkit-animation-delay: 174.8s; + -moz-animation-delay: 174.8s; + -o-animation-delay: 174.8s; + animation-delay: 174.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1749) +{ + -webkit-animation-delay: 174.9s; + -moz-animation-delay: 174.9s; + -o-animation-delay: 174.9s; + animation-delay: 174.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1750) +{ + -webkit-animation-delay: 175s; + -moz-animation-delay: 175s; + -o-animation-delay: 175s; + animation-delay: 175s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1751) +{ + -webkit-animation-delay: 175.1s; + -moz-animation-delay: 175.1s; + -o-animation-delay: 175.1s; + animation-delay: 175.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1752) +{ + -webkit-animation-delay: 175.2s; + -moz-animation-delay: 175.2s; + -o-animation-delay: 175.2s; + animation-delay: 175.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1753) +{ + -webkit-animation-delay: 175.3s; + -moz-animation-delay: 175.3s; + -o-animation-delay: 175.3s; + animation-delay: 175.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1754) +{ + -webkit-animation-delay: 175.4s; + -moz-animation-delay: 175.4s; + -o-animation-delay: 175.4s; + animation-delay: 175.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1755) +{ + -webkit-animation-delay: 175.5s; + -moz-animation-delay: 175.5s; + -o-animation-delay: 175.5s; + animation-delay: 175.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1756) +{ + -webkit-animation-delay: 175.6s; + -moz-animation-delay: 175.6s; + -o-animation-delay: 175.6s; + animation-delay: 175.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1757) +{ + -webkit-animation-delay: 175.7s; + -moz-animation-delay: 175.7s; + -o-animation-delay: 175.7s; + animation-delay: 175.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1758) +{ + -webkit-animation-delay: 175.8s; + -moz-animation-delay: 175.8s; + -o-animation-delay: 175.8s; + animation-delay: 175.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1759) +{ + -webkit-animation-delay: 175.9s; + -moz-animation-delay: 175.9s; + -o-animation-delay: 175.9s; + animation-delay: 175.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1760) +{ + -webkit-animation-delay: 176s; + -moz-animation-delay: 176s; + -o-animation-delay: 176s; + animation-delay: 176s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1761) +{ + -webkit-animation-delay: 176.1s; + -moz-animation-delay: 176.1s; + -o-animation-delay: 176.1s; + animation-delay: 176.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1762) +{ + -webkit-animation-delay: 176.2s; + -moz-animation-delay: 176.2s; + -o-animation-delay: 176.2s; + animation-delay: 176.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1763) +{ + -webkit-animation-delay: 176.3s; + -moz-animation-delay: 176.3s; + -o-animation-delay: 176.3s; + animation-delay: 176.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1764) +{ + -webkit-animation-delay: 176.4s; + -moz-animation-delay: 176.4s; + -o-animation-delay: 176.4s; + animation-delay: 176.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1765) +{ + -webkit-animation-delay: 176.5s; + -moz-animation-delay: 176.5s; + -o-animation-delay: 176.5s; + animation-delay: 176.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1766) +{ + -webkit-animation-delay: 176.6s; + -moz-animation-delay: 176.6s; + -o-animation-delay: 176.6s; + animation-delay: 176.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1767) +{ + -webkit-animation-delay: 176.7s; + -moz-animation-delay: 176.7s; + -o-animation-delay: 176.7s; + animation-delay: 176.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1768) +{ + -webkit-animation-delay: 176.8s; + -moz-animation-delay: 176.8s; + -o-animation-delay: 176.8s; + animation-delay: 176.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1769) +{ + -webkit-animation-delay: 176.9s; + -moz-animation-delay: 176.9s; + -o-animation-delay: 176.9s; + animation-delay: 176.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1770) +{ + -webkit-animation-delay: 177s; + -moz-animation-delay: 177s; + -o-animation-delay: 177s; + animation-delay: 177s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1771) +{ + -webkit-animation-delay: 177.1s; + -moz-animation-delay: 177.1s; + -o-animation-delay: 177.1s; + animation-delay: 177.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1772) +{ + -webkit-animation-delay: 177.2s; + -moz-animation-delay: 177.2s; + -o-animation-delay: 177.2s; + animation-delay: 177.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1773) +{ + -webkit-animation-delay: 177.3s; + -moz-animation-delay: 177.3s; + -o-animation-delay: 177.3s; + animation-delay: 177.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1774) +{ + -webkit-animation-delay: 177.4s; + -moz-animation-delay: 177.4s; + -o-animation-delay: 177.4s; + animation-delay: 177.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1775) +{ + -webkit-animation-delay: 177.5s; + -moz-animation-delay: 177.5s; + -o-animation-delay: 177.5s; + animation-delay: 177.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1776) +{ + -webkit-animation-delay: 177.6s; + -moz-animation-delay: 177.6s; + -o-animation-delay: 177.6s; + animation-delay: 177.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1777) +{ + -webkit-animation-delay: 177.7s; + -moz-animation-delay: 177.7s; + -o-animation-delay: 177.7s; + animation-delay: 177.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1778) +{ + -webkit-animation-delay: 177.8s; + -moz-animation-delay: 177.8s; + -o-animation-delay: 177.8s; + animation-delay: 177.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1779) +{ + -webkit-animation-delay: 177.9s; + -moz-animation-delay: 177.9s; + -o-animation-delay: 177.9s; + animation-delay: 177.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1780) +{ + -webkit-animation-delay: 178s; + -moz-animation-delay: 178s; + -o-animation-delay: 178s; + animation-delay: 178s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1781) +{ + -webkit-animation-delay: 178.1s; + -moz-animation-delay: 178.1s; + -o-animation-delay: 178.1s; + animation-delay: 178.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1782) +{ + -webkit-animation-delay: 178.2s; + -moz-animation-delay: 178.2s; + -o-animation-delay: 178.2s; + animation-delay: 178.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1783) +{ + -webkit-animation-delay: 178.3s; + -moz-animation-delay: 178.3s; + -o-animation-delay: 178.3s; + animation-delay: 178.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1784) +{ + -webkit-animation-delay: 178.4s; + -moz-animation-delay: 178.4s; + -o-animation-delay: 178.4s; + animation-delay: 178.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1785) +{ + -webkit-animation-delay: 178.5s; + -moz-animation-delay: 178.5s; + -o-animation-delay: 178.5s; + animation-delay: 178.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1786) +{ + -webkit-animation-delay: 178.6s; + -moz-animation-delay: 178.6s; + -o-animation-delay: 178.6s; + animation-delay: 178.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1787) +{ + -webkit-animation-delay: 178.7s; + -moz-animation-delay: 178.7s; + -o-animation-delay: 178.7s; + animation-delay: 178.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1788) +{ + -webkit-animation-delay: 178.8s; + -moz-animation-delay: 178.8s; + -o-animation-delay: 178.8s; + animation-delay: 178.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1789) +{ + -webkit-animation-delay: 178.9s; + -moz-animation-delay: 178.9s; + -o-animation-delay: 178.9s; + animation-delay: 178.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1790) +{ + -webkit-animation-delay: 179s; + -moz-animation-delay: 179s; + -o-animation-delay: 179s; + animation-delay: 179s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1791) +{ + -webkit-animation-delay: 179.1s; + -moz-animation-delay: 179.1s; + -o-animation-delay: 179.1s; + animation-delay: 179.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1792) +{ + -webkit-animation-delay: 179.2s; + -moz-animation-delay: 179.2s; + -o-animation-delay: 179.2s; + animation-delay: 179.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1793) +{ + -webkit-animation-delay: 179.3s; + -moz-animation-delay: 179.3s; + -o-animation-delay: 179.3s; + animation-delay: 179.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1794) +{ + -webkit-animation-delay: 179.4s; + -moz-animation-delay: 179.4s; + -o-animation-delay: 179.4s; + animation-delay: 179.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1795) +{ + -webkit-animation-delay: 179.5s; + -moz-animation-delay: 179.5s; + -o-animation-delay: 179.5s; + animation-delay: 179.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1796) +{ + -webkit-animation-delay: 179.6s; + -moz-animation-delay: 179.6s; + -o-animation-delay: 179.6s; + animation-delay: 179.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1797) +{ + -webkit-animation-delay: 179.7s; + -moz-animation-delay: 179.7s; + -o-animation-delay: 179.7s; + animation-delay: 179.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1798) +{ + -webkit-animation-delay: 179.8s; + -moz-animation-delay: 179.8s; + -o-animation-delay: 179.8s; + animation-delay: 179.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1799) +{ + -webkit-animation-delay: 179.9s; + -moz-animation-delay: 179.9s; + -o-animation-delay: 179.9s; + animation-delay: 179.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1800) +{ + -webkit-animation-delay: 180s; + -moz-animation-delay: 180s; + -o-animation-delay: 180s; + animation-delay: 180s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1801) +{ + -webkit-animation-delay: 180.1s; + -moz-animation-delay: 180.1s; + -o-animation-delay: 180.1s; + animation-delay: 180.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1802) +{ + -webkit-animation-delay: 180.2s; + -moz-animation-delay: 180.2s; + -o-animation-delay: 180.2s; + animation-delay: 180.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1803) +{ + -webkit-animation-delay: 180.3s; + -moz-animation-delay: 180.3s; + -o-animation-delay: 180.3s; + animation-delay: 180.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1804) +{ + -webkit-animation-delay: 180.4s; + -moz-animation-delay: 180.4s; + -o-animation-delay: 180.4s; + animation-delay: 180.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1805) +{ + -webkit-animation-delay: 180.5s; + -moz-animation-delay: 180.5s; + -o-animation-delay: 180.5s; + animation-delay: 180.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1806) +{ + -webkit-animation-delay: 180.6s; + -moz-animation-delay: 180.6s; + -o-animation-delay: 180.6s; + animation-delay: 180.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1807) +{ + -webkit-animation-delay: 180.7s; + -moz-animation-delay: 180.7s; + -o-animation-delay: 180.7s; + animation-delay: 180.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1808) +{ + -webkit-animation-delay: 180.8s; + -moz-animation-delay: 180.8s; + -o-animation-delay: 180.8s; + animation-delay: 180.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1809) +{ + -webkit-animation-delay: 180.9s; + -moz-animation-delay: 180.9s; + -o-animation-delay: 180.9s; + animation-delay: 180.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1810) +{ + -webkit-animation-delay: 181s; + -moz-animation-delay: 181s; + -o-animation-delay: 181s; + animation-delay: 181s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1811) +{ + -webkit-animation-delay: 181.1s; + -moz-animation-delay: 181.1s; + -o-animation-delay: 181.1s; + animation-delay: 181.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1812) +{ + -webkit-animation-delay: 181.2s; + -moz-animation-delay: 181.2s; + -o-animation-delay: 181.2s; + animation-delay: 181.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1813) +{ + -webkit-animation-delay: 181.3s; + -moz-animation-delay: 181.3s; + -o-animation-delay: 181.3s; + animation-delay: 181.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1814) +{ + -webkit-animation-delay: 181.4s; + -moz-animation-delay: 181.4s; + -o-animation-delay: 181.4s; + animation-delay: 181.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1815) +{ + -webkit-animation-delay: 181.5s; + -moz-animation-delay: 181.5s; + -o-animation-delay: 181.5s; + animation-delay: 181.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1816) +{ + -webkit-animation-delay: 181.6s; + -moz-animation-delay: 181.6s; + -o-animation-delay: 181.6s; + animation-delay: 181.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1817) +{ + -webkit-animation-delay: 181.7s; + -moz-animation-delay: 181.7s; + -o-animation-delay: 181.7s; + animation-delay: 181.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1818) +{ + -webkit-animation-delay: 181.8s; + -moz-animation-delay: 181.8s; + -o-animation-delay: 181.8s; + animation-delay: 181.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1819) +{ + -webkit-animation-delay: 181.9s; + -moz-animation-delay: 181.9s; + -o-animation-delay: 181.9s; + animation-delay: 181.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1820) +{ + -webkit-animation-delay: 182s; + -moz-animation-delay: 182s; + -o-animation-delay: 182s; + animation-delay: 182s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1821) +{ + -webkit-animation-delay: 182.1s; + -moz-animation-delay: 182.1s; + -o-animation-delay: 182.1s; + animation-delay: 182.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1822) +{ + -webkit-animation-delay: 182.2s; + -moz-animation-delay: 182.2s; + -o-animation-delay: 182.2s; + animation-delay: 182.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1823) +{ + -webkit-animation-delay: 182.3s; + -moz-animation-delay: 182.3s; + -o-animation-delay: 182.3s; + animation-delay: 182.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1824) +{ + -webkit-animation-delay: 182.4s; + -moz-animation-delay: 182.4s; + -o-animation-delay: 182.4s; + animation-delay: 182.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1825) +{ + -webkit-animation-delay: 182.5s; + -moz-animation-delay: 182.5s; + -o-animation-delay: 182.5s; + animation-delay: 182.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1826) +{ + -webkit-animation-delay: 182.6s; + -moz-animation-delay: 182.6s; + -o-animation-delay: 182.6s; + animation-delay: 182.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1827) +{ + -webkit-animation-delay: 182.7s; + -moz-animation-delay: 182.7s; + -o-animation-delay: 182.7s; + animation-delay: 182.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1828) +{ + -webkit-animation-delay: 182.8s; + -moz-animation-delay: 182.8s; + -o-animation-delay: 182.8s; + animation-delay: 182.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1829) +{ + -webkit-animation-delay: 182.9s; + -moz-animation-delay: 182.9s; + -o-animation-delay: 182.9s; + animation-delay: 182.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1830) +{ + -webkit-animation-delay: 183s; + -moz-animation-delay: 183s; + -o-animation-delay: 183s; + animation-delay: 183s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1831) +{ + -webkit-animation-delay: 183.1s; + -moz-animation-delay: 183.1s; + -o-animation-delay: 183.1s; + animation-delay: 183.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1832) +{ + -webkit-animation-delay: 183.2s; + -moz-animation-delay: 183.2s; + -o-animation-delay: 183.2s; + animation-delay: 183.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1833) +{ + -webkit-animation-delay: 183.3s; + -moz-animation-delay: 183.3s; + -o-animation-delay: 183.3s; + animation-delay: 183.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1834) +{ + -webkit-animation-delay: 183.4s; + -moz-animation-delay: 183.4s; + -o-animation-delay: 183.4s; + animation-delay: 183.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1835) +{ + -webkit-animation-delay: 183.5s; + -moz-animation-delay: 183.5s; + -o-animation-delay: 183.5s; + animation-delay: 183.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1836) +{ + -webkit-animation-delay: 183.6s; + -moz-animation-delay: 183.6s; + -o-animation-delay: 183.6s; + animation-delay: 183.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1837) +{ + -webkit-animation-delay: 183.7s; + -moz-animation-delay: 183.7s; + -o-animation-delay: 183.7s; + animation-delay: 183.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1838) +{ + -webkit-animation-delay: 183.8s; + -moz-animation-delay: 183.8s; + -o-animation-delay: 183.8s; + animation-delay: 183.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1839) +{ + -webkit-animation-delay: 183.9s; + -moz-animation-delay: 183.9s; + -o-animation-delay: 183.9s; + animation-delay: 183.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1840) +{ + -webkit-animation-delay: 184s; + -moz-animation-delay: 184s; + -o-animation-delay: 184s; + animation-delay: 184s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1841) +{ + -webkit-animation-delay: 184.1s; + -moz-animation-delay: 184.1s; + -o-animation-delay: 184.1s; + animation-delay: 184.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1842) +{ + -webkit-animation-delay: 184.2s; + -moz-animation-delay: 184.2s; + -o-animation-delay: 184.2s; + animation-delay: 184.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1843) +{ + -webkit-animation-delay: 184.3s; + -moz-animation-delay: 184.3s; + -o-animation-delay: 184.3s; + animation-delay: 184.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1844) +{ + -webkit-animation-delay: 184.4s; + -moz-animation-delay: 184.4s; + -o-animation-delay: 184.4s; + animation-delay: 184.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1845) +{ + -webkit-animation-delay: 184.5s; + -moz-animation-delay: 184.5s; + -o-animation-delay: 184.5s; + animation-delay: 184.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1846) +{ + -webkit-animation-delay: 184.6s; + -moz-animation-delay: 184.6s; + -o-animation-delay: 184.6s; + animation-delay: 184.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1847) +{ + -webkit-animation-delay: 184.7s; + -moz-animation-delay: 184.7s; + -o-animation-delay: 184.7s; + animation-delay: 184.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1848) +{ + -webkit-animation-delay: 184.8s; + -moz-animation-delay: 184.8s; + -o-animation-delay: 184.8s; + animation-delay: 184.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1849) +{ + -webkit-animation-delay: 184.9s; + -moz-animation-delay: 184.9s; + -o-animation-delay: 184.9s; + animation-delay: 184.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1850) +{ + -webkit-animation-delay: 185s; + -moz-animation-delay: 185s; + -o-animation-delay: 185s; + animation-delay: 185s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1851) +{ + -webkit-animation-delay: 185.1s; + -moz-animation-delay: 185.1s; + -o-animation-delay: 185.1s; + animation-delay: 185.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1852) +{ + -webkit-animation-delay: 185.2s; + -moz-animation-delay: 185.2s; + -o-animation-delay: 185.2s; + animation-delay: 185.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1853) +{ + -webkit-animation-delay: 185.3s; + -moz-animation-delay: 185.3s; + -o-animation-delay: 185.3s; + animation-delay: 185.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1854) +{ + -webkit-animation-delay: 185.4s; + -moz-animation-delay: 185.4s; + -o-animation-delay: 185.4s; + animation-delay: 185.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1855) +{ + -webkit-animation-delay: 185.5s; + -moz-animation-delay: 185.5s; + -o-animation-delay: 185.5s; + animation-delay: 185.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1856) +{ + -webkit-animation-delay: 185.6s; + -moz-animation-delay: 185.6s; + -o-animation-delay: 185.6s; + animation-delay: 185.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1857) +{ + -webkit-animation-delay: 185.7s; + -moz-animation-delay: 185.7s; + -o-animation-delay: 185.7s; + animation-delay: 185.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1858) +{ + -webkit-animation-delay: 185.8s; + -moz-animation-delay: 185.8s; + -o-animation-delay: 185.8s; + animation-delay: 185.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1859) +{ + -webkit-animation-delay: 185.9s; + -moz-animation-delay: 185.9s; + -o-animation-delay: 185.9s; + animation-delay: 185.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1860) +{ + -webkit-animation-delay: 186s; + -moz-animation-delay: 186s; + -o-animation-delay: 186s; + animation-delay: 186s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1861) +{ + -webkit-animation-delay: 186.1s; + -moz-animation-delay: 186.1s; + -o-animation-delay: 186.1s; + animation-delay: 186.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1862) +{ + -webkit-animation-delay: 186.2s; + -moz-animation-delay: 186.2s; + -o-animation-delay: 186.2s; + animation-delay: 186.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1863) +{ + -webkit-animation-delay: 186.3s; + -moz-animation-delay: 186.3s; + -o-animation-delay: 186.3s; + animation-delay: 186.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1864) +{ + -webkit-animation-delay: 186.4s; + -moz-animation-delay: 186.4s; + -o-animation-delay: 186.4s; + animation-delay: 186.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1865) +{ + -webkit-animation-delay: 186.5s; + -moz-animation-delay: 186.5s; + -o-animation-delay: 186.5s; + animation-delay: 186.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1866) +{ + -webkit-animation-delay: 186.6s; + -moz-animation-delay: 186.6s; + -o-animation-delay: 186.6s; + animation-delay: 186.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1867) +{ + -webkit-animation-delay: 186.7s; + -moz-animation-delay: 186.7s; + -o-animation-delay: 186.7s; + animation-delay: 186.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1868) +{ + -webkit-animation-delay: 186.8s; + -moz-animation-delay: 186.8s; + -o-animation-delay: 186.8s; + animation-delay: 186.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1869) +{ + -webkit-animation-delay: 186.9s; + -moz-animation-delay: 186.9s; + -o-animation-delay: 186.9s; + animation-delay: 186.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1870) +{ + -webkit-animation-delay: 187s; + -moz-animation-delay: 187s; + -o-animation-delay: 187s; + animation-delay: 187s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1871) +{ + -webkit-animation-delay: 187.1s; + -moz-animation-delay: 187.1s; + -o-animation-delay: 187.1s; + animation-delay: 187.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1872) +{ + -webkit-animation-delay: 187.2s; + -moz-animation-delay: 187.2s; + -o-animation-delay: 187.2s; + animation-delay: 187.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1873) +{ + -webkit-animation-delay: 187.3s; + -moz-animation-delay: 187.3s; + -o-animation-delay: 187.3s; + animation-delay: 187.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1874) +{ + -webkit-animation-delay: 187.4s; + -moz-animation-delay: 187.4s; + -o-animation-delay: 187.4s; + animation-delay: 187.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1875) +{ + -webkit-animation-delay: 187.5s; + -moz-animation-delay: 187.5s; + -o-animation-delay: 187.5s; + animation-delay: 187.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1876) +{ + -webkit-animation-delay: 187.6s; + -moz-animation-delay: 187.6s; + -o-animation-delay: 187.6s; + animation-delay: 187.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1877) +{ + -webkit-animation-delay: 187.7s; + -moz-animation-delay: 187.7s; + -o-animation-delay: 187.7s; + animation-delay: 187.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1878) +{ + -webkit-animation-delay: 187.8s; + -moz-animation-delay: 187.8s; + -o-animation-delay: 187.8s; + animation-delay: 187.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1879) +{ + -webkit-animation-delay: 187.9s; + -moz-animation-delay: 187.9s; + -o-animation-delay: 187.9s; + animation-delay: 187.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1880) +{ + -webkit-animation-delay: 188s; + -moz-animation-delay: 188s; + -o-animation-delay: 188s; + animation-delay: 188s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1881) +{ + -webkit-animation-delay: 188.1s; + -moz-animation-delay: 188.1s; + -o-animation-delay: 188.1s; + animation-delay: 188.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1882) +{ + -webkit-animation-delay: 188.2s; + -moz-animation-delay: 188.2s; + -o-animation-delay: 188.2s; + animation-delay: 188.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1883) +{ + -webkit-animation-delay: 188.3s; + -moz-animation-delay: 188.3s; + -o-animation-delay: 188.3s; + animation-delay: 188.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1884) +{ + -webkit-animation-delay: 188.4s; + -moz-animation-delay: 188.4s; + -o-animation-delay: 188.4s; + animation-delay: 188.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1885) +{ + -webkit-animation-delay: 188.5s; + -moz-animation-delay: 188.5s; + -o-animation-delay: 188.5s; + animation-delay: 188.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1886) +{ + -webkit-animation-delay: 188.6s; + -moz-animation-delay: 188.6s; + -o-animation-delay: 188.6s; + animation-delay: 188.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1887) +{ + -webkit-animation-delay: 188.7s; + -moz-animation-delay: 188.7s; + -o-animation-delay: 188.7s; + animation-delay: 188.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1888) +{ + -webkit-animation-delay: 188.8s; + -moz-animation-delay: 188.8s; + -o-animation-delay: 188.8s; + animation-delay: 188.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1889) +{ + -webkit-animation-delay: 188.9s; + -moz-animation-delay: 188.9s; + -o-animation-delay: 188.9s; + animation-delay: 188.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1890) +{ + -webkit-animation-delay: 189s; + -moz-animation-delay: 189s; + -o-animation-delay: 189s; + animation-delay: 189s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1891) +{ + -webkit-animation-delay: 189.1s; + -moz-animation-delay: 189.1s; + -o-animation-delay: 189.1s; + animation-delay: 189.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1892) +{ + -webkit-animation-delay: 189.2s; + -moz-animation-delay: 189.2s; + -o-animation-delay: 189.2s; + animation-delay: 189.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1893) +{ + -webkit-animation-delay: 189.3s; + -moz-animation-delay: 189.3s; + -o-animation-delay: 189.3s; + animation-delay: 189.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1894) +{ + -webkit-animation-delay: 189.4s; + -moz-animation-delay: 189.4s; + -o-animation-delay: 189.4s; + animation-delay: 189.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1895) +{ + -webkit-animation-delay: 189.5s; + -moz-animation-delay: 189.5s; + -o-animation-delay: 189.5s; + animation-delay: 189.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1896) +{ + -webkit-animation-delay: 189.6s; + -moz-animation-delay: 189.6s; + -o-animation-delay: 189.6s; + animation-delay: 189.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1897) +{ + -webkit-animation-delay: 189.7s; + -moz-animation-delay: 189.7s; + -o-animation-delay: 189.7s; + animation-delay: 189.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1898) +{ + -webkit-animation-delay: 189.8s; + -moz-animation-delay: 189.8s; + -o-animation-delay: 189.8s; + animation-delay: 189.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1899) +{ + -webkit-animation-delay: 189.9s; + -moz-animation-delay: 189.9s; + -o-animation-delay: 189.9s; + animation-delay: 189.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1900) +{ + -webkit-animation-delay: 190s; + -moz-animation-delay: 190s; + -o-animation-delay: 190s; + animation-delay: 190s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1901) +{ + -webkit-animation-delay: 190.1s; + -moz-animation-delay: 190.1s; + -o-animation-delay: 190.1s; + animation-delay: 190.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1902) +{ + -webkit-animation-delay: 190.2s; + -moz-animation-delay: 190.2s; + -o-animation-delay: 190.2s; + animation-delay: 190.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1903) +{ + -webkit-animation-delay: 190.3s; + -moz-animation-delay: 190.3s; + -o-animation-delay: 190.3s; + animation-delay: 190.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1904) +{ + -webkit-animation-delay: 190.4s; + -moz-animation-delay: 190.4s; + -o-animation-delay: 190.4s; + animation-delay: 190.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1905) +{ + -webkit-animation-delay: 190.5s; + -moz-animation-delay: 190.5s; + -o-animation-delay: 190.5s; + animation-delay: 190.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1906) +{ + -webkit-animation-delay: 190.6s; + -moz-animation-delay: 190.6s; + -o-animation-delay: 190.6s; + animation-delay: 190.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1907) +{ + -webkit-animation-delay: 190.7s; + -moz-animation-delay: 190.7s; + -o-animation-delay: 190.7s; + animation-delay: 190.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1908) +{ + -webkit-animation-delay: 190.8s; + -moz-animation-delay: 190.8s; + -o-animation-delay: 190.8s; + animation-delay: 190.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1909) +{ + -webkit-animation-delay: 190.9s; + -moz-animation-delay: 190.9s; + -o-animation-delay: 190.9s; + animation-delay: 190.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1910) +{ + -webkit-animation-delay: 191s; + -moz-animation-delay: 191s; + -o-animation-delay: 191s; + animation-delay: 191s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1911) +{ + -webkit-animation-delay: 191.1s; + -moz-animation-delay: 191.1s; + -o-animation-delay: 191.1s; + animation-delay: 191.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1912) +{ + -webkit-animation-delay: 191.2s; + -moz-animation-delay: 191.2s; + -o-animation-delay: 191.2s; + animation-delay: 191.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1913) +{ + -webkit-animation-delay: 191.3s; + -moz-animation-delay: 191.3s; + -o-animation-delay: 191.3s; + animation-delay: 191.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1914) +{ + -webkit-animation-delay: 191.4s; + -moz-animation-delay: 191.4s; + -o-animation-delay: 191.4s; + animation-delay: 191.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1915) +{ + -webkit-animation-delay: 191.5s; + -moz-animation-delay: 191.5s; + -o-animation-delay: 191.5s; + animation-delay: 191.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1916) +{ + -webkit-animation-delay: 191.6s; + -moz-animation-delay: 191.6s; + -o-animation-delay: 191.6s; + animation-delay: 191.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1917) +{ + -webkit-animation-delay: 191.7s; + -moz-animation-delay: 191.7s; + -o-animation-delay: 191.7s; + animation-delay: 191.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1918) +{ + -webkit-animation-delay: 191.8s; + -moz-animation-delay: 191.8s; + -o-animation-delay: 191.8s; + animation-delay: 191.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1919) +{ + -webkit-animation-delay: 191.9s; + -moz-animation-delay: 191.9s; + -o-animation-delay: 191.9s; + animation-delay: 191.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1920) +{ + -webkit-animation-delay: 192s; + -moz-animation-delay: 192s; + -o-animation-delay: 192s; + animation-delay: 192s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1921) +{ + -webkit-animation-delay: 192.1s; + -moz-animation-delay: 192.1s; + -o-animation-delay: 192.1s; + animation-delay: 192.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1922) +{ + -webkit-animation-delay: 192.2s; + -moz-animation-delay: 192.2s; + -o-animation-delay: 192.2s; + animation-delay: 192.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1923) +{ + -webkit-animation-delay: 192.3s; + -moz-animation-delay: 192.3s; + -o-animation-delay: 192.3s; + animation-delay: 192.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1924) +{ + -webkit-animation-delay: 192.4s; + -moz-animation-delay: 192.4s; + -o-animation-delay: 192.4s; + animation-delay: 192.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1925) +{ + -webkit-animation-delay: 192.5s; + -moz-animation-delay: 192.5s; + -o-animation-delay: 192.5s; + animation-delay: 192.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1926) +{ + -webkit-animation-delay: 192.6s; + -moz-animation-delay: 192.6s; + -o-animation-delay: 192.6s; + animation-delay: 192.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1927) +{ + -webkit-animation-delay: 192.7s; + -moz-animation-delay: 192.7s; + -o-animation-delay: 192.7s; + animation-delay: 192.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1928) +{ + -webkit-animation-delay: 192.8s; + -moz-animation-delay: 192.8s; + -o-animation-delay: 192.8s; + animation-delay: 192.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1929) +{ + -webkit-animation-delay: 192.9s; + -moz-animation-delay: 192.9s; + -o-animation-delay: 192.9s; + animation-delay: 192.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1930) +{ + -webkit-animation-delay: 193s; + -moz-animation-delay: 193s; + -o-animation-delay: 193s; + animation-delay: 193s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1931) +{ + -webkit-animation-delay: 193.1s; + -moz-animation-delay: 193.1s; + -o-animation-delay: 193.1s; + animation-delay: 193.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1932) +{ + -webkit-animation-delay: 193.2s; + -moz-animation-delay: 193.2s; + -o-animation-delay: 193.2s; + animation-delay: 193.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1933) +{ + -webkit-animation-delay: 193.3s; + -moz-animation-delay: 193.3s; + -o-animation-delay: 193.3s; + animation-delay: 193.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1934) +{ + -webkit-animation-delay: 193.4s; + -moz-animation-delay: 193.4s; + -o-animation-delay: 193.4s; + animation-delay: 193.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1935) +{ + -webkit-animation-delay: 193.5s; + -moz-animation-delay: 193.5s; + -o-animation-delay: 193.5s; + animation-delay: 193.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1936) +{ + -webkit-animation-delay: 193.6s; + -moz-animation-delay: 193.6s; + -o-animation-delay: 193.6s; + animation-delay: 193.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1937) +{ + -webkit-animation-delay: 193.7s; + -moz-animation-delay: 193.7s; + -o-animation-delay: 193.7s; + animation-delay: 193.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1938) +{ + -webkit-animation-delay: 193.8s; + -moz-animation-delay: 193.8s; + -o-animation-delay: 193.8s; + animation-delay: 193.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1939) +{ + -webkit-animation-delay: 193.9s; + -moz-animation-delay: 193.9s; + -o-animation-delay: 193.9s; + animation-delay: 193.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1940) +{ + -webkit-animation-delay: 194s; + -moz-animation-delay: 194s; + -o-animation-delay: 194s; + animation-delay: 194s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1941) +{ + -webkit-animation-delay: 194.1s; + -moz-animation-delay: 194.1s; + -o-animation-delay: 194.1s; + animation-delay: 194.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1942) +{ + -webkit-animation-delay: 194.2s; + -moz-animation-delay: 194.2s; + -o-animation-delay: 194.2s; + animation-delay: 194.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1943) +{ + -webkit-animation-delay: 194.3s; + -moz-animation-delay: 194.3s; + -o-animation-delay: 194.3s; + animation-delay: 194.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1944) +{ + -webkit-animation-delay: 194.4s; + -moz-animation-delay: 194.4s; + -o-animation-delay: 194.4s; + animation-delay: 194.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1945) +{ + -webkit-animation-delay: 194.5s; + -moz-animation-delay: 194.5s; + -o-animation-delay: 194.5s; + animation-delay: 194.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1946) +{ + -webkit-animation-delay: 194.6s; + -moz-animation-delay: 194.6s; + -o-animation-delay: 194.6s; + animation-delay: 194.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1947) +{ + -webkit-animation-delay: 194.7s; + -moz-animation-delay: 194.7s; + -o-animation-delay: 194.7s; + animation-delay: 194.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1948) +{ + -webkit-animation-delay: 194.8s; + -moz-animation-delay: 194.8s; + -o-animation-delay: 194.8s; + animation-delay: 194.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1949) +{ + -webkit-animation-delay: 194.9s; + -moz-animation-delay: 194.9s; + -o-animation-delay: 194.9s; + animation-delay: 194.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1950) +{ + -webkit-animation-delay: 195s; + -moz-animation-delay: 195s; + -o-animation-delay: 195s; + animation-delay: 195s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1951) +{ + -webkit-animation-delay: 195.1s; + -moz-animation-delay: 195.1s; + -o-animation-delay: 195.1s; + animation-delay: 195.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1952) +{ + -webkit-animation-delay: 195.2s; + -moz-animation-delay: 195.2s; + -o-animation-delay: 195.2s; + animation-delay: 195.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1953) +{ + -webkit-animation-delay: 195.3s; + -moz-animation-delay: 195.3s; + -o-animation-delay: 195.3s; + animation-delay: 195.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1954) +{ + -webkit-animation-delay: 195.4s; + -moz-animation-delay: 195.4s; + -o-animation-delay: 195.4s; + animation-delay: 195.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1955) +{ + -webkit-animation-delay: 195.5s; + -moz-animation-delay: 195.5s; + -o-animation-delay: 195.5s; + animation-delay: 195.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1956) +{ + -webkit-animation-delay: 195.6s; + -moz-animation-delay: 195.6s; + -o-animation-delay: 195.6s; + animation-delay: 195.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1957) +{ + -webkit-animation-delay: 195.7s; + -moz-animation-delay: 195.7s; + -o-animation-delay: 195.7s; + animation-delay: 195.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1958) +{ + -webkit-animation-delay: 195.8s; + -moz-animation-delay: 195.8s; + -o-animation-delay: 195.8s; + animation-delay: 195.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1959) +{ + -webkit-animation-delay: 195.9s; + -moz-animation-delay: 195.9s; + -o-animation-delay: 195.9s; + animation-delay: 195.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1960) +{ + -webkit-animation-delay: 196s; + -moz-animation-delay: 196s; + -o-animation-delay: 196s; + animation-delay: 196s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1961) +{ + -webkit-animation-delay: 196.1s; + -moz-animation-delay: 196.1s; + -o-animation-delay: 196.1s; + animation-delay: 196.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1962) +{ + -webkit-animation-delay: 196.2s; + -moz-animation-delay: 196.2s; + -o-animation-delay: 196.2s; + animation-delay: 196.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1963) +{ + -webkit-animation-delay: 196.3s; + -moz-animation-delay: 196.3s; + -o-animation-delay: 196.3s; + animation-delay: 196.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1964) +{ + -webkit-animation-delay: 196.4s; + -moz-animation-delay: 196.4s; + -o-animation-delay: 196.4s; + animation-delay: 196.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1965) +{ + -webkit-animation-delay: 196.5s; + -moz-animation-delay: 196.5s; + -o-animation-delay: 196.5s; + animation-delay: 196.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1966) +{ + -webkit-animation-delay: 196.6s; + -moz-animation-delay: 196.6s; + -o-animation-delay: 196.6s; + animation-delay: 196.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1967) +{ + -webkit-animation-delay: 196.7s; + -moz-animation-delay: 196.7s; + -o-animation-delay: 196.7s; + animation-delay: 196.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1968) +{ + -webkit-animation-delay: 196.8s; + -moz-animation-delay: 196.8s; + -o-animation-delay: 196.8s; + animation-delay: 196.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1969) +{ + -webkit-animation-delay: 196.9s; + -moz-animation-delay: 196.9s; + -o-animation-delay: 196.9s; + animation-delay: 196.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1970) +{ + -webkit-animation-delay: 197s; + -moz-animation-delay: 197s; + -o-animation-delay: 197s; + animation-delay: 197s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1971) +{ + -webkit-animation-delay: 197.1s; + -moz-animation-delay: 197.1s; + -o-animation-delay: 197.1s; + animation-delay: 197.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1972) +{ + -webkit-animation-delay: 197.2s; + -moz-animation-delay: 197.2s; + -o-animation-delay: 197.2s; + animation-delay: 197.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1973) +{ + -webkit-animation-delay: 197.3s; + -moz-animation-delay: 197.3s; + -o-animation-delay: 197.3s; + animation-delay: 197.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1974) +{ + -webkit-animation-delay: 197.4s; + -moz-animation-delay: 197.4s; + -o-animation-delay: 197.4s; + animation-delay: 197.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1975) +{ + -webkit-animation-delay: 197.5s; + -moz-animation-delay: 197.5s; + -o-animation-delay: 197.5s; + animation-delay: 197.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1976) +{ + -webkit-animation-delay: 197.6s; + -moz-animation-delay: 197.6s; + -o-animation-delay: 197.6s; + animation-delay: 197.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1977) +{ + -webkit-animation-delay: 197.7s; + -moz-animation-delay: 197.7s; + -o-animation-delay: 197.7s; + animation-delay: 197.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1978) +{ + -webkit-animation-delay: 197.8s; + -moz-animation-delay: 197.8s; + -o-animation-delay: 197.8s; + animation-delay: 197.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1979) +{ + -webkit-animation-delay: 197.9s; + -moz-animation-delay: 197.9s; + -o-animation-delay: 197.9s; + animation-delay: 197.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1980) +{ + -webkit-animation-delay: 198s; + -moz-animation-delay: 198s; + -o-animation-delay: 198s; + animation-delay: 198s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1981) +{ + -webkit-animation-delay: 198.1s; + -moz-animation-delay: 198.1s; + -o-animation-delay: 198.1s; + animation-delay: 198.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1982) +{ + -webkit-animation-delay: 198.2s; + -moz-animation-delay: 198.2s; + -o-animation-delay: 198.2s; + animation-delay: 198.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1983) +{ + -webkit-animation-delay: 198.3s; + -moz-animation-delay: 198.3s; + -o-animation-delay: 198.3s; + animation-delay: 198.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1984) +{ + -webkit-animation-delay: 198.4s; + -moz-animation-delay: 198.4s; + -o-animation-delay: 198.4s; + animation-delay: 198.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1985) +{ + -webkit-animation-delay: 198.5s; + -moz-animation-delay: 198.5s; + -o-animation-delay: 198.5s; + animation-delay: 198.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1986) +{ + -webkit-animation-delay: 198.6s; + -moz-animation-delay: 198.6s; + -o-animation-delay: 198.6s; + animation-delay: 198.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1987) +{ + -webkit-animation-delay: 198.7s; + -moz-animation-delay: 198.7s; + -o-animation-delay: 198.7s; + animation-delay: 198.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1988) +{ + -webkit-animation-delay: 198.8s; + -moz-animation-delay: 198.8s; + -o-animation-delay: 198.8s; + animation-delay: 198.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1989) +{ + -webkit-animation-delay: 198.9s; + -moz-animation-delay: 198.9s; + -o-animation-delay: 198.9s; + animation-delay: 198.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1990) +{ + -webkit-animation-delay: 199s; + -moz-animation-delay: 199s; + -o-animation-delay: 199s; + animation-delay: 199s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1991) +{ + -webkit-animation-delay: 199.1s; + -moz-animation-delay: 199.1s; + -o-animation-delay: 199.1s; + animation-delay: 199.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1992) +{ + -webkit-animation-delay: 199.2s; + -moz-animation-delay: 199.2s; + -o-animation-delay: 199.2s; + animation-delay: 199.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1993) +{ + -webkit-animation-delay: 199.3s; + -moz-animation-delay: 199.3s; + -o-animation-delay: 199.3s; + animation-delay: 199.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1994) +{ + -webkit-animation-delay: 199.4s; + -moz-animation-delay: 199.4s; + -o-animation-delay: 199.4s; + animation-delay: 199.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1995) +{ + -webkit-animation-delay: 199.5s; + -moz-animation-delay: 199.5s; + -o-animation-delay: 199.5s; + animation-delay: 199.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1996) +{ + -webkit-animation-delay: 199.6s; + -moz-animation-delay: 199.6s; + -o-animation-delay: 199.6s; + animation-delay: 199.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1997) +{ + -webkit-animation-delay: 199.7s; + -moz-animation-delay: 199.7s; + -o-animation-delay: 199.7s; + animation-delay: 199.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1998) +{ + -webkit-animation-delay: 199.8s; + -moz-animation-delay: 199.8s; + -o-animation-delay: 199.8s; + animation-delay: 199.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1999) +{ + -webkit-animation-delay: 199.9s; + -moz-animation-delay: 199.9s; + -o-animation-delay: 199.9s; + animation-delay: 199.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2000) +{ + -webkit-animation-delay: 200s; + -moz-animation-delay: 200s; + -o-animation-delay: 200s; + animation-delay: 200s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2001) +{ + -webkit-animation-delay: 200.1s; + -moz-animation-delay: 200.1s; + -o-animation-delay: 200.1s; + animation-delay: 200.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2002) +{ + -webkit-animation-delay: 200.2s; + -moz-animation-delay: 200.2s; + -o-animation-delay: 200.2s; + animation-delay: 200.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2003) +{ + -webkit-animation-delay: 200.3s; + -moz-animation-delay: 200.3s; + -o-animation-delay: 200.3s; + animation-delay: 200.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2004) +{ + -webkit-animation-delay: 200.4s; + -moz-animation-delay: 200.4s; + -o-animation-delay: 200.4s; + animation-delay: 200.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2005) +{ + -webkit-animation-delay: 200.5s; + -moz-animation-delay: 200.5s; + -o-animation-delay: 200.5s; + animation-delay: 200.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2006) +{ + -webkit-animation-delay: 200.6s; + -moz-animation-delay: 200.6s; + -o-animation-delay: 200.6s; + animation-delay: 200.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2007) +{ + -webkit-animation-delay: 200.7s; + -moz-animation-delay: 200.7s; + -o-animation-delay: 200.7s; + animation-delay: 200.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2008) +{ + -webkit-animation-delay: 200.8s; + -moz-animation-delay: 200.8s; + -o-animation-delay: 200.8s; + animation-delay: 200.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2009) +{ + -webkit-animation-delay: 200.9s; + -moz-animation-delay: 200.9s; + -o-animation-delay: 200.9s; + animation-delay: 200.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2010) +{ + -webkit-animation-delay: 201s; + -moz-animation-delay: 201s; + -o-animation-delay: 201s; + animation-delay: 201s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2011) +{ + -webkit-animation-delay: 201.1s; + -moz-animation-delay: 201.1s; + -o-animation-delay: 201.1s; + animation-delay: 201.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2012) +{ + -webkit-animation-delay: 201.2s; + -moz-animation-delay: 201.2s; + -o-animation-delay: 201.2s; + animation-delay: 201.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2013) +{ + -webkit-animation-delay: 201.3s; + -moz-animation-delay: 201.3s; + -o-animation-delay: 201.3s; + animation-delay: 201.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2014) +{ + -webkit-animation-delay: 201.4s; + -moz-animation-delay: 201.4s; + -o-animation-delay: 201.4s; + animation-delay: 201.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2015) +{ + -webkit-animation-delay: 201.5s; + -moz-animation-delay: 201.5s; + -o-animation-delay: 201.5s; + animation-delay: 201.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2016) +{ + -webkit-animation-delay: 201.6s; + -moz-animation-delay: 201.6s; + -o-animation-delay: 201.6s; + animation-delay: 201.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2017) +{ + -webkit-animation-delay: 201.7s; + -moz-animation-delay: 201.7s; + -o-animation-delay: 201.7s; + animation-delay: 201.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2018) +{ + -webkit-animation-delay: 201.8s; + -moz-animation-delay: 201.8s; + -o-animation-delay: 201.8s; + animation-delay: 201.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2019) +{ + -webkit-animation-delay: 201.9s; + -moz-animation-delay: 201.9s; + -o-animation-delay: 201.9s; + animation-delay: 201.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2020) +{ + -webkit-animation-delay: 202s; + -moz-animation-delay: 202s; + -o-animation-delay: 202s; + animation-delay: 202s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2021) +{ + -webkit-animation-delay: 202.1s; + -moz-animation-delay: 202.1s; + -o-animation-delay: 202.1s; + animation-delay: 202.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2022) +{ + -webkit-animation-delay: 202.2s; + -moz-animation-delay: 202.2s; + -o-animation-delay: 202.2s; + animation-delay: 202.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2023) +{ + -webkit-animation-delay: 202.3s; + -moz-animation-delay: 202.3s; + -o-animation-delay: 202.3s; + animation-delay: 202.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2024) +{ + -webkit-animation-delay: 202.4s; + -moz-animation-delay: 202.4s; + -o-animation-delay: 202.4s; + animation-delay: 202.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2025) +{ + -webkit-animation-delay: 202.5s; + -moz-animation-delay: 202.5s; + -o-animation-delay: 202.5s; + animation-delay: 202.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2026) +{ + -webkit-animation-delay: 202.6s; + -moz-animation-delay: 202.6s; + -o-animation-delay: 202.6s; + animation-delay: 202.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2027) +{ + -webkit-animation-delay: 202.7s; + -moz-animation-delay: 202.7s; + -o-animation-delay: 202.7s; + animation-delay: 202.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2028) +{ + -webkit-animation-delay: 202.8s; + -moz-animation-delay: 202.8s; + -o-animation-delay: 202.8s; + animation-delay: 202.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2029) +{ + -webkit-animation-delay: 202.9s; + -moz-animation-delay: 202.9s; + -o-animation-delay: 202.9s; + animation-delay: 202.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2030) +{ + -webkit-animation-delay: 203s; + -moz-animation-delay: 203s; + -o-animation-delay: 203s; + animation-delay: 203s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2031) +{ + -webkit-animation-delay: 203.1s; + -moz-animation-delay: 203.1s; + -o-animation-delay: 203.1s; + animation-delay: 203.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2032) +{ + -webkit-animation-delay: 203.2s; + -moz-animation-delay: 203.2s; + -o-animation-delay: 203.2s; + animation-delay: 203.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2033) +{ + -webkit-animation-delay: 203.3s; + -moz-animation-delay: 203.3s; + -o-animation-delay: 203.3s; + animation-delay: 203.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2034) +{ + -webkit-animation-delay: 203.4s; + -moz-animation-delay: 203.4s; + -o-animation-delay: 203.4s; + animation-delay: 203.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2035) +{ + -webkit-animation-delay: 203.5s; + -moz-animation-delay: 203.5s; + -o-animation-delay: 203.5s; + animation-delay: 203.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2036) +{ + -webkit-animation-delay: 203.6s; + -moz-animation-delay: 203.6s; + -o-animation-delay: 203.6s; + animation-delay: 203.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2037) +{ + -webkit-animation-delay: 203.7s; + -moz-animation-delay: 203.7s; + -o-animation-delay: 203.7s; + animation-delay: 203.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2038) +{ + -webkit-animation-delay: 203.8s; + -moz-animation-delay: 203.8s; + -o-animation-delay: 203.8s; + animation-delay: 203.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2039) +{ + -webkit-animation-delay: 203.9s; + -moz-animation-delay: 203.9s; + -o-animation-delay: 203.9s; + animation-delay: 203.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2040) +{ + -webkit-animation-delay: 204s; + -moz-animation-delay: 204s; + -o-animation-delay: 204s; + animation-delay: 204s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2041) +{ + -webkit-animation-delay: 204.1s; + -moz-animation-delay: 204.1s; + -o-animation-delay: 204.1s; + animation-delay: 204.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2042) +{ + -webkit-animation-delay: 204.2s; + -moz-animation-delay: 204.2s; + -o-animation-delay: 204.2s; + animation-delay: 204.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2043) +{ + -webkit-animation-delay: 204.3s; + -moz-animation-delay: 204.3s; + -o-animation-delay: 204.3s; + animation-delay: 204.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2044) +{ + -webkit-animation-delay: 204.4s; + -moz-animation-delay: 204.4s; + -o-animation-delay: 204.4s; + animation-delay: 204.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2045) +{ + -webkit-animation-delay: 204.5s; + -moz-animation-delay: 204.5s; + -o-animation-delay: 204.5s; + animation-delay: 204.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2046) +{ + -webkit-animation-delay: 204.6s; + -moz-animation-delay: 204.6s; + -o-animation-delay: 204.6s; + animation-delay: 204.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2047) +{ + -webkit-animation-delay: 204.7s; + -moz-animation-delay: 204.7s; + -o-animation-delay: 204.7s; + animation-delay: 204.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2048) +{ + -webkit-animation-delay: 204.8s; + -moz-animation-delay: 204.8s; + -o-animation-delay: 204.8s; + animation-delay: 204.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2049) +{ + -webkit-animation-delay: 204.9s; + -moz-animation-delay: 204.9s; + -o-animation-delay: 204.9s; + animation-delay: 204.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2050) +{ + -webkit-animation-delay: 205s; + -moz-animation-delay: 205s; + -o-animation-delay: 205s; + animation-delay: 205s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2051) +{ + -webkit-animation-delay: 205.1s; + -moz-animation-delay: 205.1s; + -o-animation-delay: 205.1s; + animation-delay: 205.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2052) +{ + -webkit-animation-delay: 205.2s; + -moz-animation-delay: 205.2s; + -o-animation-delay: 205.2s; + animation-delay: 205.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2053) +{ + -webkit-animation-delay: 205.3s; + -moz-animation-delay: 205.3s; + -o-animation-delay: 205.3s; + animation-delay: 205.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2054) +{ + -webkit-animation-delay: 205.4s; + -moz-animation-delay: 205.4s; + -o-animation-delay: 205.4s; + animation-delay: 205.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2055) +{ + -webkit-animation-delay: 205.5s; + -moz-animation-delay: 205.5s; + -o-animation-delay: 205.5s; + animation-delay: 205.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2056) +{ + -webkit-animation-delay: 205.6s; + -moz-animation-delay: 205.6s; + -o-animation-delay: 205.6s; + animation-delay: 205.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2057) +{ + -webkit-animation-delay: 205.7s; + -moz-animation-delay: 205.7s; + -o-animation-delay: 205.7s; + animation-delay: 205.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2058) +{ + -webkit-animation-delay: 205.8s; + -moz-animation-delay: 205.8s; + -o-animation-delay: 205.8s; + animation-delay: 205.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2059) +{ + -webkit-animation-delay: 205.9s; + -moz-animation-delay: 205.9s; + -o-animation-delay: 205.9s; + animation-delay: 205.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2060) +{ + -webkit-animation-delay: 206s; + -moz-animation-delay: 206s; + -o-animation-delay: 206s; + animation-delay: 206s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2061) +{ + -webkit-animation-delay: 206.1s; + -moz-animation-delay: 206.1s; + -o-animation-delay: 206.1s; + animation-delay: 206.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2062) +{ + -webkit-animation-delay: 206.2s; + -moz-animation-delay: 206.2s; + -o-animation-delay: 206.2s; + animation-delay: 206.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2063) +{ + -webkit-animation-delay: 206.3s; + -moz-animation-delay: 206.3s; + -o-animation-delay: 206.3s; + animation-delay: 206.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2064) +{ + -webkit-animation-delay: 206.4s; + -moz-animation-delay: 206.4s; + -o-animation-delay: 206.4s; + animation-delay: 206.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2065) +{ + -webkit-animation-delay: 206.5s; + -moz-animation-delay: 206.5s; + -o-animation-delay: 206.5s; + animation-delay: 206.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2066) +{ + -webkit-animation-delay: 206.6s; + -moz-animation-delay: 206.6s; + -o-animation-delay: 206.6s; + animation-delay: 206.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2067) +{ + -webkit-animation-delay: 206.7s; + -moz-animation-delay: 206.7s; + -o-animation-delay: 206.7s; + animation-delay: 206.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2068) +{ + -webkit-animation-delay: 206.8s; + -moz-animation-delay: 206.8s; + -o-animation-delay: 206.8s; + animation-delay: 206.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2069) +{ + -webkit-animation-delay: 206.9s; + -moz-animation-delay: 206.9s; + -o-animation-delay: 206.9s; + animation-delay: 206.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2070) +{ + -webkit-animation-delay: 207s; + -moz-animation-delay: 207s; + -o-animation-delay: 207s; + animation-delay: 207s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2071) +{ + -webkit-animation-delay: 207.1s; + -moz-animation-delay: 207.1s; + -o-animation-delay: 207.1s; + animation-delay: 207.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2072) +{ + -webkit-animation-delay: 207.2s; + -moz-animation-delay: 207.2s; + -o-animation-delay: 207.2s; + animation-delay: 207.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2073) +{ + -webkit-animation-delay: 207.3s; + -moz-animation-delay: 207.3s; + -o-animation-delay: 207.3s; + animation-delay: 207.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2074) +{ + -webkit-animation-delay: 207.4s; + -moz-animation-delay: 207.4s; + -o-animation-delay: 207.4s; + animation-delay: 207.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2075) +{ + -webkit-animation-delay: 207.5s; + -moz-animation-delay: 207.5s; + -o-animation-delay: 207.5s; + animation-delay: 207.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2076) +{ + -webkit-animation-delay: 207.6s; + -moz-animation-delay: 207.6s; + -o-animation-delay: 207.6s; + animation-delay: 207.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2077) +{ + -webkit-animation-delay: 207.7s; + -moz-animation-delay: 207.7s; + -o-animation-delay: 207.7s; + animation-delay: 207.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2078) +{ + -webkit-animation-delay: 207.8s; + -moz-animation-delay: 207.8s; + -o-animation-delay: 207.8s; + animation-delay: 207.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2079) +{ + -webkit-animation-delay: 207.9s; + -moz-animation-delay: 207.9s; + -o-animation-delay: 207.9s; + animation-delay: 207.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2080) +{ + -webkit-animation-delay: 208s; + -moz-animation-delay: 208s; + -o-animation-delay: 208s; + animation-delay: 208s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2081) +{ + -webkit-animation-delay: 208.1s; + -moz-animation-delay: 208.1s; + -o-animation-delay: 208.1s; + animation-delay: 208.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2082) +{ + -webkit-animation-delay: 208.2s; + -moz-animation-delay: 208.2s; + -o-animation-delay: 208.2s; + animation-delay: 208.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2083) +{ + -webkit-animation-delay: 208.3s; + -moz-animation-delay: 208.3s; + -o-animation-delay: 208.3s; + animation-delay: 208.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2084) +{ + -webkit-animation-delay: 208.4s; + -moz-animation-delay: 208.4s; + -o-animation-delay: 208.4s; + animation-delay: 208.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2085) +{ + -webkit-animation-delay: 208.5s; + -moz-animation-delay: 208.5s; + -o-animation-delay: 208.5s; + animation-delay: 208.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2086) +{ + -webkit-animation-delay: 208.6s; + -moz-animation-delay: 208.6s; + -o-animation-delay: 208.6s; + animation-delay: 208.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2087) +{ + -webkit-animation-delay: 208.7s; + -moz-animation-delay: 208.7s; + -o-animation-delay: 208.7s; + animation-delay: 208.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2088) +{ + -webkit-animation-delay: 208.8s; + -moz-animation-delay: 208.8s; + -o-animation-delay: 208.8s; + animation-delay: 208.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2089) +{ + -webkit-animation-delay: 208.9s; + -moz-animation-delay: 208.9s; + -o-animation-delay: 208.9s; + animation-delay: 208.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2090) +{ + -webkit-animation-delay: 209s; + -moz-animation-delay: 209s; + -o-animation-delay: 209s; + animation-delay: 209s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2091) +{ + -webkit-animation-delay: 209.1s; + -moz-animation-delay: 209.1s; + -o-animation-delay: 209.1s; + animation-delay: 209.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2092) +{ + -webkit-animation-delay: 209.2s; + -moz-animation-delay: 209.2s; + -o-animation-delay: 209.2s; + animation-delay: 209.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2093) +{ + -webkit-animation-delay: 209.3s; + -moz-animation-delay: 209.3s; + -o-animation-delay: 209.3s; + animation-delay: 209.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2094) +{ + -webkit-animation-delay: 209.4s; + -moz-animation-delay: 209.4s; + -o-animation-delay: 209.4s; + animation-delay: 209.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2095) +{ + -webkit-animation-delay: 209.5s; + -moz-animation-delay: 209.5s; + -o-animation-delay: 209.5s; + animation-delay: 209.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2096) +{ + -webkit-animation-delay: 209.6s; + -moz-animation-delay: 209.6s; + -o-animation-delay: 209.6s; + animation-delay: 209.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2097) +{ + -webkit-animation-delay: 209.7s; + -moz-animation-delay: 209.7s; + -o-animation-delay: 209.7s; + animation-delay: 209.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2098) +{ + -webkit-animation-delay: 209.8s; + -moz-animation-delay: 209.8s; + -o-animation-delay: 209.8s; + animation-delay: 209.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2099) +{ + -webkit-animation-delay: 209.9s; + -moz-animation-delay: 209.9s; + -o-animation-delay: 209.9s; + animation-delay: 209.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2100) +{ + -webkit-animation-delay: 210s; + -moz-animation-delay: 210s; + -o-animation-delay: 210s; + animation-delay: 210s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2101) +{ + -webkit-animation-delay: 210.1s; + -moz-animation-delay: 210.1s; + -o-animation-delay: 210.1s; + animation-delay: 210.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2102) +{ + -webkit-animation-delay: 210.2s; + -moz-animation-delay: 210.2s; + -o-animation-delay: 210.2s; + animation-delay: 210.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2103) +{ + -webkit-animation-delay: 210.3s; + -moz-animation-delay: 210.3s; + -o-animation-delay: 210.3s; + animation-delay: 210.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2104) +{ + -webkit-animation-delay: 210.4s; + -moz-animation-delay: 210.4s; + -o-animation-delay: 210.4s; + animation-delay: 210.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2105) +{ + -webkit-animation-delay: 210.5s; + -moz-animation-delay: 210.5s; + -o-animation-delay: 210.5s; + animation-delay: 210.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2106) +{ + -webkit-animation-delay: 210.6s; + -moz-animation-delay: 210.6s; + -o-animation-delay: 210.6s; + animation-delay: 210.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2107) +{ + -webkit-animation-delay: 210.7s; + -moz-animation-delay: 210.7s; + -o-animation-delay: 210.7s; + animation-delay: 210.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2108) +{ + -webkit-animation-delay: 210.8s; + -moz-animation-delay: 210.8s; + -o-animation-delay: 210.8s; + animation-delay: 210.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2109) +{ + -webkit-animation-delay: 210.9s; + -moz-animation-delay: 210.9s; + -o-animation-delay: 210.9s; + animation-delay: 210.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2110) +{ + -webkit-animation-delay: 211s; + -moz-animation-delay: 211s; + -o-animation-delay: 211s; + animation-delay: 211s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2111) +{ + -webkit-animation-delay: 211.1s; + -moz-animation-delay: 211.1s; + -o-animation-delay: 211.1s; + animation-delay: 211.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2112) +{ + -webkit-animation-delay: 211.2s; + -moz-animation-delay: 211.2s; + -o-animation-delay: 211.2s; + animation-delay: 211.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2113) +{ + -webkit-animation-delay: 211.3s; + -moz-animation-delay: 211.3s; + -o-animation-delay: 211.3s; + animation-delay: 211.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2114) +{ + -webkit-animation-delay: 211.4s; + -moz-animation-delay: 211.4s; + -o-animation-delay: 211.4s; + animation-delay: 211.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2115) +{ + -webkit-animation-delay: 211.5s; + -moz-animation-delay: 211.5s; + -o-animation-delay: 211.5s; + animation-delay: 211.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2116) +{ + -webkit-animation-delay: 211.6s; + -moz-animation-delay: 211.6s; + -o-animation-delay: 211.6s; + animation-delay: 211.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2117) +{ + -webkit-animation-delay: 211.7s; + -moz-animation-delay: 211.7s; + -o-animation-delay: 211.7s; + animation-delay: 211.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2118) +{ + -webkit-animation-delay: 211.8s; + -moz-animation-delay: 211.8s; + -o-animation-delay: 211.8s; + animation-delay: 211.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2119) +{ + -webkit-animation-delay: 211.9s; + -moz-animation-delay: 211.9s; + -o-animation-delay: 211.9s; + animation-delay: 211.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2120) +{ + -webkit-animation-delay: 212s; + -moz-animation-delay: 212s; + -o-animation-delay: 212s; + animation-delay: 212s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2121) +{ + -webkit-animation-delay: 212.1s; + -moz-animation-delay: 212.1s; + -o-animation-delay: 212.1s; + animation-delay: 212.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2122) +{ + -webkit-animation-delay: 212.2s; + -moz-animation-delay: 212.2s; + -o-animation-delay: 212.2s; + animation-delay: 212.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2123) +{ + -webkit-animation-delay: 212.3s; + -moz-animation-delay: 212.3s; + -o-animation-delay: 212.3s; + animation-delay: 212.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2124) +{ + -webkit-animation-delay: 212.4s; + -moz-animation-delay: 212.4s; + -o-animation-delay: 212.4s; + animation-delay: 212.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2125) +{ + -webkit-animation-delay: 212.5s; + -moz-animation-delay: 212.5s; + -o-animation-delay: 212.5s; + animation-delay: 212.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2126) +{ + -webkit-animation-delay: 212.6s; + -moz-animation-delay: 212.6s; + -o-animation-delay: 212.6s; + animation-delay: 212.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2127) +{ + -webkit-animation-delay: 212.7s; + -moz-animation-delay: 212.7s; + -o-animation-delay: 212.7s; + animation-delay: 212.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2128) +{ + -webkit-animation-delay: 212.8s; + -moz-animation-delay: 212.8s; + -o-animation-delay: 212.8s; + animation-delay: 212.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2129) +{ + -webkit-animation-delay: 212.9s; + -moz-animation-delay: 212.9s; + -o-animation-delay: 212.9s; + animation-delay: 212.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2130) +{ + -webkit-animation-delay: 213s; + -moz-animation-delay: 213s; + -o-animation-delay: 213s; + animation-delay: 213s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2131) +{ + -webkit-animation-delay: 213.1s; + -moz-animation-delay: 213.1s; + -o-animation-delay: 213.1s; + animation-delay: 213.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2132) +{ + -webkit-animation-delay: 213.2s; + -moz-animation-delay: 213.2s; + -o-animation-delay: 213.2s; + animation-delay: 213.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2133) +{ + -webkit-animation-delay: 213.3s; + -moz-animation-delay: 213.3s; + -o-animation-delay: 213.3s; + animation-delay: 213.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2134) +{ + -webkit-animation-delay: 213.4s; + -moz-animation-delay: 213.4s; + -o-animation-delay: 213.4s; + animation-delay: 213.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2135) +{ + -webkit-animation-delay: 213.5s; + -moz-animation-delay: 213.5s; + -o-animation-delay: 213.5s; + animation-delay: 213.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2136) +{ + -webkit-animation-delay: 213.6s; + -moz-animation-delay: 213.6s; + -o-animation-delay: 213.6s; + animation-delay: 213.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2137) +{ + -webkit-animation-delay: 213.7s; + -moz-animation-delay: 213.7s; + -o-animation-delay: 213.7s; + animation-delay: 213.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2138) +{ + -webkit-animation-delay: 213.8s; + -moz-animation-delay: 213.8s; + -o-animation-delay: 213.8s; + animation-delay: 213.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2139) +{ + -webkit-animation-delay: 213.9s; + -moz-animation-delay: 213.9s; + -o-animation-delay: 213.9s; + animation-delay: 213.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2140) +{ + -webkit-animation-delay: 214s; + -moz-animation-delay: 214s; + -o-animation-delay: 214s; + animation-delay: 214s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2141) +{ + -webkit-animation-delay: 214.1s; + -moz-animation-delay: 214.1s; + -o-animation-delay: 214.1s; + animation-delay: 214.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2142) +{ + -webkit-animation-delay: 214.2s; + -moz-animation-delay: 214.2s; + -o-animation-delay: 214.2s; + animation-delay: 214.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2143) +{ + -webkit-animation-delay: 214.3s; + -moz-animation-delay: 214.3s; + -o-animation-delay: 214.3s; + animation-delay: 214.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2144) +{ + -webkit-animation-delay: 214.4s; + -moz-animation-delay: 214.4s; + -o-animation-delay: 214.4s; + animation-delay: 214.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2145) +{ + -webkit-animation-delay: 214.5s; + -moz-animation-delay: 214.5s; + -o-animation-delay: 214.5s; + animation-delay: 214.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2146) +{ + -webkit-animation-delay: 214.6s; + -moz-animation-delay: 214.6s; + -o-animation-delay: 214.6s; + animation-delay: 214.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2147) +{ + -webkit-animation-delay: 214.7s; + -moz-animation-delay: 214.7s; + -o-animation-delay: 214.7s; + animation-delay: 214.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2148) +{ + -webkit-animation-delay: 214.8s; + -moz-animation-delay: 214.8s; + -o-animation-delay: 214.8s; + animation-delay: 214.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2149) +{ + -webkit-animation-delay: 214.9s; + -moz-animation-delay: 214.9s; + -o-animation-delay: 214.9s; + animation-delay: 214.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2150) +{ + -webkit-animation-delay: 215s; + -moz-animation-delay: 215s; + -o-animation-delay: 215s; + animation-delay: 215s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2151) +{ + -webkit-animation-delay: 215.1s; + -moz-animation-delay: 215.1s; + -o-animation-delay: 215.1s; + animation-delay: 215.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2152) +{ + -webkit-animation-delay: 215.2s; + -moz-animation-delay: 215.2s; + -o-animation-delay: 215.2s; + animation-delay: 215.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2153) +{ + -webkit-animation-delay: 215.3s; + -moz-animation-delay: 215.3s; + -o-animation-delay: 215.3s; + animation-delay: 215.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2154) +{ + -webkit-animation-delay: 215.4s; + -moz-animation-delay: 215.4s; + -o-animation-delay: 215.4s; + animation-delay: 215.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2155) +{ + -webkit-animation-delay: 215.5s; + -moz-animation-delay: 215.5s; + -o-animation-delay: 215.5s; + animation-delay: 215.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2156) +{ + -webkit-animation-delay: 215.6s; + -moz-animation-delay: 215.6s; + -o-animation-delay: 215.6s; + animation-delay: 215.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2157) +{ + -webkit-animation-delay: 215.7s; + -moz-animation-delay: 215.7s; + -o-animation-delay: 215.7s; + animation-delay: 215.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2158) +{ + -webkit-animation-delay: 215.8s; + -moz-animation-delay: 215.8s; + -o-animation-delay: 215.8s; + animation-delay: 215.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2159) +{ + -webkit-animation-delay: 215.9s; + -moz-animation-delay: 215.9s; + -o-animation-delay: 215.9s; + animation-delay: 215.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2160) +{ + -webkit-animation-delay: 216s; + -moz-animation-delay: 216s; + -o-animation-delay: 216s; + animation-delay: 216s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2161) +{ + -webkit-animation-delay: 216.1s; + -moz-animation-delay: 216.1s; + -o-animation-delay: 216.1s; + animation-delay: 216.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2162) +{ + -webkit-animation-delay: 216.2s; + -moz-animation-delay: 216.2s; + -o-animation-delay: 216.2s; + animation-delay: 216.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2163) +{ + -webkit-animation-delay: 216.3s; + -moz-animation-delay: 216.3s; + -o-animation-delay: 216.3s; + animation-delay: 216.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2164) +{ + -webkit-animation-delay: 216.4s; + -moz-animation-delay: 216.4s; + -o-animation-delay: 216.4s; + animation-delay: 216.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2165) +{ + -webkit-animation-delay: 216.5s; + -moz-animation-delay: 216.5s; + -o-animation-delay: 216.5s; + animation-delay: 216.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2166) +{ + -webkit-animation-delay: 216.6s; + -moz-animation-delay: 216.6s; + -o-animation-delay: 216.6s; + animation-delay: 216.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2167) +{ + -webkit-animation-delay: 216.7s; + -moz-animation-delay: 216.7s; + -o-animation-delay: 216.7s; + animation-delay: 216.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2168) +{ + -webkit-animation-delay: 216.8s; + -moz-animation-delay: 216.8s; + -o-animation-delay: 216.8s; + animation-delay: 216.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2169) +{ + -webkit-animation-delay: 216.9s; + -moz-animation-delay: 216.9s; + -o-animation-delay: 216.9s; + animation-delay: 216.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2170) +{ + -webkit-animation-delay: 217s; + -moz-animation-delay: 217s; + -o-animation-delay: 217s; + animation-delay: 217s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2171) +{ + -webkit-animation-delay: 217.1s; + -moz-animation-delay: 217.1s; + -o-animation-delay: 217.1s; + animation-delay: 217.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2172) +{ + -webkit-animation-delay: 217.2s; + -moz-animation-delay: 217.2s; + -o-animation-delay: 217.2s; + animation-delay: 217.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2173) +{ + -webkit-animation-delay: 217.3s; + -moz-animation-delay: 217.3s; + -o-animation-delay: 217.3s; + animation-delay: 217.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2174) +{ + -webkit-animation-delay: 217.4s; + -moz-animation-delay: 217.4s; + -o-animation-delay: 217.4s; + animation-delay: 217.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2175) +{ + -webkit-animation-delay: 217.5s; + -moz-animation-delay: 217.5s; + -o-animation-delay: 217.5s; + animation-delay: 217.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2176) +{ + -webkit-animation-delay: 217.6s; + -moz-animation-delay: 217.6s; + -o-animation-delay: 217.6s; + animation-delay: 217.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2177) +{ + -webkit-animation-delay: 217.7s; + -moz-animation-delay: 217.7s; + -o-animation-delay: 217.7s; + animation-delay: 217.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2178) +{ + -webkit-animation-delay: 217.8s; + -moz-animation-delay: 217.8s; + -o-animation-delay: 217.8s; + animation-delay: 217.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2179) +{ + -webkit-animation-delay: 217.9s; + -moz-animation-delay: 217.9s; + -o-animation-delay: 217.9s; + animation-delay: 217.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2180) +{ + -webkit-animation-delay: 218s; + -moz-animation-delay: 218s; + -o-animation-delay: 218s; + animation-delay: 218s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2181) +{ + -webkit-animation-delay: 218.1s; + -moz-animation-delay: 218.1s; + -o-animation-delay: 218.1s; + animation-delay: 218.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2182) +{ + -webkit-animation-delay: 218.2s; + -moz-animation-delay: 218.2s; + -o-animation-delay: 218.2s; + animation-delay: 218.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2183) +{ + -webkit-animation-delay: 218.3s; + -moz-animation-delay: 218.3s; + -o-animation-delay: 218.3s; + animation-delay: 218.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2184) +{ + -webkit-animation-delay: 218.4s; + -moz-animation-delay: 218.4s; + -o-animation-delay: 218.4s; + animation-delay: 218.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2185) +{ + -webkit-animation-delay: 218.5s; + -moz-animation-delay: 218.5s; + -o-animation-delay: 218.5s; + animation-delay: 218.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2186) +{ + -webkit-animation-delay: 218.6s; + -moz-animation-delay: 218.6s; + -o-animation-delay: 218.6s; + animation-delay: 218.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2187) +{ + -webkit-animation-delay: 218.7s; + -moz-animation-delay: 218.7s; + -o-animation-delay: 218.7s; + animation-delay: 218.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2188) +{ + -webkit-animation-delay: 218.8s; + -moz-animation-delay: 218.8s; + -o-animation-delay: 218.8s; + animation-delay: 218.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2189) +{ + -webkit-animation-delay: 218.9s; + -moz-animation-delay: 218.9s; + -o-animation-delay: 218.9s; + animation-delay: 218.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2190) +{ + -webkit-animation-delay: 219s; + -moz-animation-delay: 219s; + -o-animation-delay: 219s; + animation-delay: 219s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2191) +{ + -webkit-animation-delay: 219.1s; + -moz-animation-delay: 219.1s; + -o-animation-delay: 219.1s; + animation-delay: 219.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2192) +{ + -webkit-animation-delay: 219.2s; + -moz-animation-delay: 219.2s; + -o-animation-delay: 219.2s; + animation-delay: 219.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2193) +{ + -webkit-animation-delay: 219.3s; + -moz-animation-delay: 219.3s; + -o-animation-delay: 219.3s; + animation-delay: 219.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2194) +{ + -webkit-animation-delay: 219.4s; + -moz-animation-delay: 219.4s; + -o-animation-delay: 219.4s; + animation-delay: 219.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2195) +{ + -webkit-animation-delay: 219.5s; + -moz-animation-delay: 219.5s; + -o-animation-delay: 219.5s; + animation-delay: 219.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2196) +{ + -webkit-animation-delay: 219.6s; + -moz-animation-delay: 219.6s; + -o-animation-delay: 219.6s; + animation-delay: 219.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2197) +{ + -webkit-animation-delay: 219.7s; + -moz-animation-delay: 219.7s; + -o-animation-delay: 219.7s; + animation-delay: 219.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2198) +{ + -webkit-animation-delay: 219.8s; + -moz-animation-delay: 219.8s; + -o-animation-delay: 219.8s; + animation-delay: 219.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2199) +{ + -webkit-animation-delay: 219.9s; + -moz-animation-delay: 219.9s; + -o-animation-delay: 219.9s; + animation-delay: 219.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2200) +{ + -webkit-animation-delay: 220s; + -moz-animation-delay: 220s; + -o-animation-delay: 220s; + animation-delay: 220s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2201) +{ + -webkit-animation-delay: 220.1s; + -moz-animation-delay: 220.1s; + -o-animation-delay: 220.1s; + animation-delay: 220.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2202) +{ + -webkit-animation-delay: 220.2s; + -moz-animation-delay: 220.2s; + -o-animation-delay: 220.2s; + animation-delay: 220.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2203) +{ + -webkit-animation-delay: 220.3s; + -moz-animation-delay: 220.3s; + -o-animation-delay: 220.3s; + animation-delay: 220.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2204) +{ + -webkit-animation-delay: 220.4s; + -moz-animation-delay: 220.4s; + -o-animation-delay: 220.4s; + animation-delay: 220.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2205) +{ + -webkit-animation-delay: 220.5s; + -moz-animation-delay: 220.5s; + -o-animation-delay: 220.5s; + animation-delay: 220.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2206) +{ + -webkit-animation-delay: 220.6s; + -moz-animation-delay: 220.6s; + -o-animation-delay: 220.6s; + animation-delay: 220.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2207) +{ + -webkit-animation-delay: 220.7s; + -moz-animation-delay: 220.7s; + -o-animation-delay: 220.7s; + animation-delay: 220.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2208) +{ + -webkit-animation-delay: 220.8s; + -moz-animation-delay: 220.8s; + -o-animation-delay: 220.8s; + animation-delay: 220.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2209) +{ + -webkit-animation-delay: 220.9s; + -moz-animation-delay: 220.9s; + -o-animation-delay: 220.9s; + animation-delay: 220.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2210) +{ + -webkit-animation-delay: 221s; + -moz-animation-delay: 221s; + -o-animation-delay: 221s; + animation-delay: 221s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2211) +{ + -webkit-animation-delay: 221.1s; + -moz-animation-delay: 221.1s; + -o-animation-delay: 221.1s; + animation-delay: 221.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2212) +{ + -webkit-animation-delay: 221.2s; + -moz-animation-delay: 221.2s; + -o-animation-delay: 221.2s; + animation-delay: 221.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2213) +{ + -webkit-animation-delay: 221.3s; + -moz-animation-delay: 221.3s; + -o-animation-delay: 221.3s; + animation-delay: 221.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2214) +{ + -webkit-animation-delay: 221.4s; + -moz-animation-delay: 221.4s; + -o-animation-delay: 221.4s; + animation-delay: 221.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2215) +{ + -webkit-animation-delay: 221.5s; + -moz-animation-delay: 221.5s; + -o-animation-delay: 221.5s; + animation-delay: 221.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2216) +{ + -webkit-animation-delay: 221.6s; + -moz-animation-delay: 221.6s; + -o-animation-delay: 221.6s; + animation-delay: 221.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2217) +{ + -webkit-animation-delay: 221.7s; + -moz-animation-delay: 221.7s; + -o-animation-delay: 221.7s; + animation-delay: 221.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2218) +{ + -webkit-animation-delay: 221.8s; + -moz-animation-delay: 221.8s; + -o-animation-delay: 221.8s; + animation-delay: 221.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2219) +{ + -webkit-animation-delay: 221.9s; + -moz-animation-delay: 221.9s; + -o-animation-delay: 221.9s; + animation-delay: 221.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2220) +{ + -webkit-animation-delay: 222s; + -moz-animation-delay: 222s; + -o-animation-delay: 222s; + animation-delay: 222s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2221) +{ + -webkit-animation-delay: 222.1s; + -moz-animation-delay: 222.1s; + -o-animation-delay: 222.1s; + animation-delay: 222.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2222) +{ + -webkit-animation-delay: 222.2s; + -moz-animation-delay: 222.2s; + -o-animation-delay: 222.2s; + animation-delay: 222.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2223) +{ + -webkit-animation-delay: 222.3s; + -moz-animation-delay: 222.3s; + -o-animation-delay: 222.3s; + animation-delay: 222.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2224) +{ + -webkit-animation-delay: 222.4s; + -moz-animation-delay: 222.4s; + -o-animation-delay: 222.4s; + animation-delay: 222.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2225) +{ + -webkit-animation-delay: 222.5s; + -moz-animation-delay: 222.5s; + -o-animation-delay: 222.5s; + animation-delay: 222.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2226) +{ + -webkit-animation-delay: 222.6s; + -moz-animation-delay: 222.6s; + -o-animation-delay: 222.6s; + animation-delay: 222.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2227) +{ + -webkit-animation-delay: 222.7s; + -moz-animation-delay: 222.7s; + -o-animation-delay: 222.7s; + animation-delay: 222.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2228) +{ + -webkit-animation-delay: 222.8s; + -moz-animation-delay: 222.8s; + -o-animation-delay: 222.8s; + animation-delay: 222.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2229) +{ + -webkit-animation-delay: 222.9s; + -moz-animation-delay: 222.9s; + -o-animation-delay: 222.9s; + animation-delay: 222.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2230) +{ + -webkit-animation-delay: 223s; + -moz-animation-delay: 223s; + -o-animation-delay: 223s; + animation-delay: 223s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2231) +{ + -webkit-animation-delay: 223.1s; + -moz-animation-delay: 223.1s; + -o-animation-delay: 223.1s; + animation-delay: 223.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2232) +{ + -webkit-animation-delay: 223.2s; + -moz-animation-delay: 223.2s; + -o-animation-delay: 223.2s; + animation-delay: 223.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2233) +{ + -webkit-animation-delay: 223.3s; + -moz-animation-delay: 223.3s; + -o-animation-delay: 223.3s; + animation-delay: 223.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2234) +{ + -webkit-animation-delay: 223.4s; + -moz-animation-delay: 223.4s; + -o-animation-delay: 223.4s; + animation-delay: 223.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2235) +{ + -webkit-animation-delay: 223.5s; + -moz-animation-delay: 223.5s; + -o-animation-delay: 223.5s; + animation-delay: 223.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2236) +{ + -webkit-animation-delay: 223.6s; + -moz-animation-delay: 223.6s; + -o-animation-delay: 223.6s; + animation-delay: 223.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2237) +{ + -webkit-animation-delay: 223.7s; + -moz-animation-delay: 223.7s; + -o-animation-delay: 223.7s; + animation-delay: 223.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2238) +{ + -webkit-animation-delay: 223.8s; + -moz-animation-delay: 223.8s; + -o-animation-delay: 223.8s; + animation-delay: 223.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2239) +{ + -webkit-animation-delay: 223.9s; + -moz-animation-delay: 223.9s; + -o-animation-delay: 223.9s; + animation-delay: 223.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2240) +{ + -webkit-animation-delay: 224s; + -moz-animation-delay: 224s; + -o-animation-delay: 224s; + animation-delay: 224s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2241) +{ + -webkit-animation-delay: 224.1s; + -moz-animation-delay: 224.1s; + -o-animation-delay: 224.1s; + animation-delay: 224.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2242) +{ + -webkit-animation-delay: 224.2s; + -moz-animation-delay: 224.2s; + -o-animation-delay: 224.2s; + animation-delay: 224.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2243) +{ + -webkit-animation-delay: 224.3s; + -moz-animation-delay: 224.3s; + -o-animation-delay: 224.3s; + animation-delay: 224.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2244) +{ + -webkit-animation-delay: 224.4s; + -moz-animation-delay: 224.4s; + -o-animation-delay: 224.4s; + animation-delay: 224.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2245) +{ + -webkit-animation-delay: 224.5s; + -moz-animation-delay: 224.5s; + -o-animation-delay: 224.5s; + animation-delay: 224.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2246) +{ + -webkit-animation-delay: 224.6s; + -moz-animation-delay: 224.6s; + -o-animation-delay: 224.6s; + animation-delay: 224.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2247) +{ + -webkit-animation-delay: 224.7s; + -moz-animation-delay: 224.7s; + -o-animation-delay: 224.7s; + animation-delay: 224.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2248) +{ + -webkit-animation-delay: 224.8s; + -moz-animation-delay: 224.8s; + -o-animation-delay: 224.8s; + animation-delay: 224.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2249) +{ + -webkit-animation-delay: 224.9s; + -moz-animation-delay: 224.9s; + -o-animation-delay: 224.9s; + animation-delay: 224.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2250) +{ + -webkit-animation-delay: 225s; + -moz-animation-delay: 225s; + -o-animation-delay: 225s; + animation-delay: 225s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2251) +{ + -webkit-animation-delay: 225.1s; + -moz-animation-delay: 225.1s; + -o-animation-delay: 225.1s; + animation-delay: 225.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2252) +{ + -webkit-animation-delay: 225.2s; + -moz-animation-delay: 225.2s; + -o-animation-delay: 225.2s; + animation-delay: 225.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2253) +{ + -webkit-animation-delay: 225.3s; + -moz-animation-delay: 225.3s; + -o-animation-delay: 225.3s; + animation-delay: 225.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2254) +{ + -webkit-animation-delay: 225.4s; + -moz-animation-delay: 225.4s; + -o-animation-delay: 225.4s; + animation-delay: 225.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2255) +{ + -webkit-animation-delay: 225.5s; + -moz-animation-delay: 225.5s; + -o-animation-delay: 225.5s; + animation-delay: 225.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2256) +{ + -webkit-animation-delay: 225.6s; + -moz-animation-delay: 225.6s; + -o-animation-delay: 225.6s; + animation-delay: 225.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2257) +{ + -webkit-animation-delay: 225.7s; + -moz-animation-delay: 225.7s; + -o-animation-delay: 225.7s; + animation-delay: 225.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2258) +{ + -webkit-animation-delay: 225.8s; + -moz-animation-delay: 225.8s; + -o-animation-delay: 225.8s; + animation-delay: 225.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2259) +{ + -webkit-animation-delay: 225.9s; + -moz-animation-delay: 225.9s; + -o-animation-delay: 225.9s; + animation-delay: 225.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2260) +{ + -webkit-animation-delay: 226s; + -moz-animation-delay: 226s; + -o-animation-delay: 226s; + animation-delay: 226s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2261) +{ + -webkit-animation-delay: 226.1s; + -moz-animation-delay: 226.1s; + -o-animation-delay: 226.1s; + animation-delay: 226.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2262) +{ + -webkit-animation-delay: 226.2s; + -moz-animation-delay: 226.2s; + -o-animation-delay: 226.2s; + animation-delay: 226.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2263) +{ + -webkit-animation-delay: 226.3s; + -moz-animation-delay: 226.3s; + -o-animation-delay: 226.3s; + animation-delay: 226.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2264) +{ + -webkit-animation-delay: 226.4s; + -moz-animation-delay: 226.4s; + -o-animation-delay: 226.4s; + animation-delay: 226.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2265) +{ + -webkit-animation-delay: 226.5s; + -moz-animation-delay: 226.5s; + -o-animation-delay: 226.5s; + animation-delay: 226.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2266) +{ + -webkit-animation-delay: 226.6s; + -moz-animation-delay: 226.6s; + -o-animation-delay: 226.6s; + animation-delay: 226.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2267) +{ + -webkit-animation-delay: 226.7s; + -moz-animation-delay: 226.7s; + -o-animation-delay: 226.7s; + animation-delay: 226.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2268) +{ + -webkit-animation-delay: 226.8s; + -moz-animation-delay: 226.8s; + -o-animation-delay: 226.8s; + animation-delay: 226.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2269) +{ + -webkit-animation-delay: 226.9s; + -moz-animation-delay: 226.9s; + -o-animation-delay: 226.9s; + animation-delay: 226.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2270) +{ + -webkit-animation-delay: 227s; + -moz-animation-delay: 227s; + -o-animation-delay: 227s; + animation-delay: 227s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2271) +{ + -webkit-animation-delay: 227.1s; + -moz-animation-delay: 227.1s; + -o-animation-delay: 227.1s; + animation-delay: 227.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2272) +{ + -webkit-animation-delay: 227.2s; + -moz-animation-delay: 227.2s; + -o-animation-delay: 227.2s; + animation-delay: 227.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2273) +{ + -webkit-animation-delay: 227.3s; + -moz-animation-delay: 227.3s; + -o-animation-delay: 227.3s; + animation-delay: 227.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2274) +{ + -webkit-animation-delay: 227.4s; + -moz-animation-delay: 227.4s; + -o-animation-delay: 227.4s; + animation-delay: 227.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2275) +{ + -webkit-animation-delay: 227.5s; + -moz-animation-delay: 227.5s; + -o-animation-delay: 227.5s; + animation-delay: 227.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2276) +{ + -webkit-animation-delay: 227.6s; + -moz-animation-delay: 227.6s; + -o-animation-delay: 227.6s; + animation-delay: 227.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2277) +{ + -webkit-animation-delay: 227.7s; + -moz-animation-delay: 227.7s; + -o-animation-delay: 227.7s; + animation-delay: 227.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2278) +{ + -webkit-animation-delay: 227.8s; + -moz-animation-delay: 227.8s; + -o-animation-delay: 227.8s; + animation-delay: 227.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2279) +{ + -webkit-animation-delay: 227.9s; + -moz-animation-delay: 227.9s; + -o-animation-delay: 227.9s; + animation-delay: 227.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2280) +{ + -webkit-animation-delay: 228s; + -moz-animation-delay: 228s; + -o-animation-delay: 228s; + animation-delay: 228s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2281) +{ + -webkit-animation-delay: 228.1s; + -moz-animation-delay: 228.1s; + -o-animation-delay: 228.1s; + animation-delay: 228.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2282) +{ + -webkit-animation-delay: 228.2s; + -moz-animation-delay: 228.2s; + -o-animation-delay: 228.2s; + animation-delay: 228.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2283) +{ + -webkit-animation-delay: 228.3s; + -moz-animation-delay: 228.3s; + -o-animation-delay: 228.3s; + animation-delay: 228.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2284) +{ + -webkit-animation-delay: 228.4s; + -moz-animation-delay: 228.4s; + -o-animation-delay: 228.4s; + animation-delay: 228.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2285) +{ + -webkit-animation-delay: 228.5s; + -moz-animation-delay: 228.5s; + -o-animation-delay: 228.5s; + animation-delay: 228.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2286) +{ + -webkit-animation-delay: 228.6s; + -moz-animation-delay: 228.6s; + -o-animation-delay: 228.6s; + animation-delay: 228.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2287) +{ + -webkit-animation-delay: 228.7s; + -moz-animation-delay: 228.7s; + -o-animation-delay: 228.7s; + animation-delay: 228.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2288) +{ + -webkit-animation-delay: 228.8s; + -moz-animation-delay: 228.8s; + -o-animation-delay: 228.8s; + animation-delay: 228.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2289) +{ + -webkit-animation-delay: 228.9s; + -moz-animation-delay: 228.9s; + -o-animation-delay: 228.9s; + animation-delay: 228.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2290) +{ + -webkit-animation-delay: 229s; + -moz-animation-delay: 229s; + -o-animation-delay: 229s; + animation-delay: 229s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2291) +{ + -webkit-animation-delay: 229.1s; + -moz-animation-delay: 229.1s; + -o-animation-delay: 229.1s; + animation-delay: 229.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2292) +{ + -webkit-animation-delay: 229.2s; + -moz-animation-delay: 229.2s; + -o-animation-delay: 229.2s; + animation-delay: 229.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2293) +{ + -webkit-animation-delay: 229.3s; + -moz-animation-delay: 229.3s; + -o-animation-delay: 229.3s; + animation-delay: 229.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2294) +{ + -webkit-animation-delay: 229.4s; + -moz-animation-delay: 229.4s; + -o-animation-delay: 229.4s; + animation-delay: 229.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2295) +{ + -webkit-animation-delay: 229.5s; + -moz-animation-delay: 229.5s; + -o-animation-delay: 229.5s; + animation-delay: 229.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2296) +{ + -webkit-animation-delay: 229.6s; + -moz-animation-delay: 229.6s; + -o-animation-delay: 229.6s; + animation-delay: 229.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2297) +{ + -webkit-animation-delay: 229.7s; + -moz-animation-delay: 229.7s; + -o-animation-delay: 229.7s; + animation-delay: 229.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2298) +{ + -webkit-animation-delay: 229.8s; + -moz-animation-delay: 229.8s; + -o-animation-delay: 229.8s; + animation-delay: 229.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2299) +{ + -webkit-animation-delay: 229.9s; + -moz-animation-delay: 229.9s; + -o-animation-delay: 229.9s; + animation-delay: 229.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2300) +{ + -webkit-animation-delay: 230s; + -moz-animation-delay: 230s; + -o-animation-delay: 230s; + animation-delay: 230s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2301) +{ + -webkit-animation-delay: 230.1s; + -moz-animation-delay: 230.1s; + -o-animation-delay: 230.1s; + animation-delay: 230.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2302) +{ + -webkit-animation-delay: 230.2s; + -moz-animation-delay: 230.2s; + -o-animation-delay: 230.2s; + animation-delay: 230.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2303) +{ + -webkit-animation-delay: 230.3s; + -moz-animation-delay: 230.3s; + -o-animation-delay: 230.3s; + animation-delay: 230.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2304) +{ + -webkit-animation-delay: 230.4s; + -moz-animation-delay: 230.4s; + -o-animation-delay: 230.4s; + animation-delay: 230.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2305) +{ + -webkit-animation-delay: 230.5s; + -moz-animation-delay: 230.5s; + -o-animation-delay: 230.5s; + animation-delay: 230.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2306) +{ + -webkit-animation-delay: 230.6s; + -moz-animation-delay: 230.6s; + -o-animation-delay: 230.6s; + animation-delay: 230.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2307) +{ + -webkit-animation-delay: 230.7s; + -moz-animation-delay: 230.7s; + -o-animation-delay: 230.7s; + animation-delay: 230.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2308) +{ + -webkit-animation-delay: 230.8s; + -moz-animation-delay: 230.8s; + -o-animation-delay: 230.8s; + animation-delay: 230.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2309) +{ + -webkit-animation-delay: 230.9s; + -moz-animation-delay: 230.9s; + -o-animation-delay: 230.9s; + animation-delay: 230.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2310) +{ + -webkit-animation-delay: 231s; + -moz-animation-delay: 231s; + -o-animation-delay: 231s; + animation-delay: 231s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2311) +{ + -webkit-animation-delay: 231.1s; + -moz-animation-delay: 231.1s; + -o-animation-delay: 231.1s; + animation-delay: 231.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2312) +{ + -webkit-animation-delay: 231.2s; + -moz-animation-delay: 231.2s; + -o-animation-delay: 231.2s; + animation-delay: 231.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2313) +{ + -webkit-animation-delay: 231.3s; + -moz-animation-delay: 231.3s; + -o-animation-delay: 231.3s; + animation-delay: 231.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2314) +{ + -webkit-animation-delay: 231.4s; + -moz-animation-delay: 231.4s; + -o-animation-delay: 231.4s; + animation-delay: 231.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2315) +{ + -webkit-animation-delay: 231.5s; + -moz-animation-delay: 231.5s; + -o-animation-delay: 231.5s; + animation-delay: 231.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2316) +{ + -webkit-animation-delay: 231.6s; + -moz-animation-delay: 231.6s; + -o-animation-delay: 231.6s; + animation-delay: 231.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2317) +{ + -webkit-animation-delay: 231.7s; + -moz-animation-delay: 231.7s; + -o-animation-delay: 231.7s; + animation-delay: 231.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2318) +{ + -webkit-animation-delay: 231.8s; + -moz-animation-delay: 231.8s; + -o-animation-delay: 231.8s; + animation-delay: 231.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2319) +{ + -webkit-animation-delay: 231.9s; + -moz-animation-delay: 231.9s; + -o-animation-delay: 231.9s; + animation-delay: 231.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2320) +{ + -webkit-animation-delay: 232s; + -moz-animation-delay: 232s; + -o-animation-delay: 232s; + animation-delay: 232s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2321) +{ + -webkit-animation-delay: 232.1s; + -moz-animation-delay: 232.1s; + -o-animation-delay: 232.1s; + animation-delay: 232.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2322) +{ + -webkit-animation-delay: 232.2s; + -moz-animation-delay: 232.2s; + -o-animation-delay: 232.2s; + animation-delay: 232.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2323) +{ + -webkit-animation-delay: 232.3s; + -moz-animation-delay: 232.3s; + -o-animation-delay: 232.3s; + animation-delay: 232.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2324) +{ + -webkit-animation-delay: 232.4s; + -moz-animation-delay: 232.4s; + -o-animation-delay: 232.4s; + animation-delay: 232.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2325) +{ + -webkit-animation-delay: 232.5s; + -moz-animation-delay: 232.5s; + -o-animation-delay: 232.5s; + animation-delay: 232.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2326) +{ + -webkit-animation-delay: 232.6s; + -moz-animation-delay: 232.6s; + -o-animation-delay: 232.6s; + animation-delay: 232.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2327) +{ + -webkit-animation-delay: 232.7s; + -moz-animation-delay: 232.7s; + -o-animation-delay: 232.7s; + animation-delay: 232.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2328) +{ + -webkit-animation-delay: 232.8s; + -moz-animation-delay: 232.8s; + -o-animation-delay: 232.8s; + animation-delay: 232.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2329) +{ + -webkit-animation-delay: 232.9s; + -moz-animation-delay: 232.9s; + -o-animation-delay: 232.9s; + animation-delay: 232.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2330) +{ + -webkit-animation-delay: 233s; + -moz-animation-delay: 233s; + -o-animation-delay: 233s; + animation-delay: 233s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2331) +{ + -webkit-animation-delay: 233.1s; + -moz-animation-delay: 233.1s; + -o-animation-delay: 233.1s; + animation-delay: 233.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2332) +{ + -webkit-animation-delay: 233.2s; + -moz-animation-delay: 233.2s; + -o-animation-delay: 233.2s; + animation-delay: 233.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2333) +{ + -webkit-animation-delay: 233.3s; + -moz-animation-delay: 233.3s; + -o-animation-delay: 233.3s; + animation-delay: 233.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2334) +{ + -webkit-animation-delay: 233.4s; + -moz-animation-delay: 233.4s; + -o-animation-delay: 233.4s; + animation-delay: 233.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2335) +{ + -webkit-animation-delay: 233.5s; + -moz-animation-delay: 233.5s; + -o-animation-delay: 233.5s; + animation-delay: 233.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2336) +{ + -webkit-animation-delay: 233.6s; + -moz-animation-delay: 233.6s; + -o-animation-delay: 233.6s; + animation-delay: 233.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2337) +{ + -webkit-animation-delay: 233.7s; + -moz-animation-delay: 233.7s; + -o-animation-delay: 233.7s; + animation-delay: 233.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2338) +{ + -webkit-animation-delay: 233.8s; + -moz-animation-delay: 233.8s; + -o-animation-delay: 233.8s; + animation-delay: 233.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2339) +{ + -webkit-animation-delay: 233.9s; + -moz-animation-delay: 233.9s; + -o-animation-delay: 233.9s; + animation-delay: 233.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2340) +{ + -webkit-animation-delay: 234s; + -moz-animation-delay: 234s; + -o-animation-delay: 234s; + animation-delay: 234s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2341) +{ + -webkit-animation-delay: 234.1s; + -moz-animation-delay: 234.1s; + -o-animation-delay: 234.1s; + animation-delay: 234.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2342) +{ + -webkit-animation-delay: 234.2s; + -moz-animation-delay: 234.2s; + -o-animation-delay: 234.2s; + animation-delay: 234.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2343) +{ + -webkit-animation-delay: 234.3s; + -moz-animation-delay: 234.3s; + -o-animation-delay: 234.3s; + animation-delay: 234.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2344) +{ + -webkit-animation-delay: 234.4s; + -moz-animation-delay: 234.4s; + -o-animation-delay: 234.4s; + animation-delay: 234.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2345) +{ + -webkit-animation-delay: 234.5s; + -moz-animation-delay: 234.5s; + -o-animation-delay: 234.5s; + animation-delay: 234.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2346) +{ + -webkit-animation-delay: 234.6s; + -moz-animation-delay: 234.6s; + -o-animation-delay: 234.6s; + animation-delay: 234.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2347) +{ + -webkit-animation-delay: 234.7s; + -moz-animation-delay: 234.7s; + -o-animation-delay: 234.7s; + animation-delay: 234.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2348) +{ + -webkit-animation-delay: 234.8s; + -moz-animation-delay: 234.8s; + -o-animation-delay: 234.8s; + animation-delay: 234.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2349) +{ + -webkit-animation-delay: 234.9s; + -moz-animation-delay: 234.9s; + -o-animation-delay: 234.9s; + animation-delay: 234.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2350) +{ + -webkit-animation-delay: 235s; + -moz-animation-delay: 235s; + -o-animation-delay: 235s; + animation-delay: 235s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2351) +{ + -webkit-animation-delay: 235.1s; + -moz-animation-delay: 235.1s; + -o-animation-delay: 235.1s; + animation-delay: 235.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2352) +{ + -webkit-animation-delay: 235.2s; + -moz-animation-delay: 235.2s; + -o-animation-delay: 235.2s; + animation-delay: 235.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2353) +{ + -webkit-animation-delay: 235.3s; + -moz-animation-delay: 235.3s; + -o-animation-delay: 235.3s; + animation-delay: 235.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2354) +{ + -webkit-animation-delay: 235.4s; + -moz-animation-delay: 235.4s; + -o-animation-delay: 235.4s; + animation-delay: 235.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2355) +{ + -webkit-animation-delay: 235.5s; + -moz-animation-delay: 235.5s; + -o-animation-delay: 235.5s; + animation-delay: 235.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2356) +{ + -webkit-animation-delay: 235.6s; + -moz-animation-delay: 235.6s; + -o-animation-delay: 235.6s; + animation-delay: 235.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2357) +{ + -webkit-animation-delay: 235.7s; + -moz-animation-delay: 235.7s; + -o-animation-delay: 235.7s; + animation-delay: 235.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2358) +{ + -webkit-animation-delay: 235.8s; + -moz-animation-delay: 235.8s; + -o-animation-delay: 235.8s; + animation-delay: 235.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2359) +{ + -webkit-animation-delay: 235.9s; + -moz-animation-delay: 235.9s; + -o-animation-delay: 235.9s; + animation-delay: 235.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2360) +{ + -webkit-animation-delay: 236s; + -moz-animation-delay: 236s; + -o-animation-delay: 236s; + animation-delay: 236s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2361) +{ + -webkit-animation-delay: 236.1s; + -moz-animation-delay: 236.1s; + -o-animation-delay: 236.1s; + animation-delay: 236.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2362) +{ + -webkit-animation-delay: 236.2s; + -moz-animation-delay: 236.2s; + -o-animation-delay: 236.2s; + animation-delay: 236.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2363) +{ + -webkit-animation-delay: 236.3s; + -moz-animation-delay: 236.3s; + -o-animation-delay: 236.3s; + animation-delay: 236.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2364) +{ + -webkit-animation-delay: 236.4s; + -moz-animation-delay: 236.4s; + -o-animation-delay: 236.4s; + animation-delay: 236.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2365) +{ + -webkit-animation-delay: 236.5s; + -moz-animation-delay: 236.5s; + -o-animation-delay: 236.5s; + animation-delay: 236.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2366) +{ + -webkit-animation-delay: 236.6s; + -moz-animation-delay: 236.6s; + -o-animation-delay: 236.6s; + animation-delay: 236.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2367) +{ + -webkit-animation-delay: 236.7s; + -moz-animation-delay: 236.7s; + -o-animation-delay: 236.7s; + animation-delay: 236.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2368) +{ + -webkit-animation-delay: 236.8s; + -moz-animation-delay: 236.8s; + -o-animation-delay: 236.8s; + animation-delay: 236.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2369) +{ + -webkit-animation-delay: 236.9s; + -moz-animation-delay: 236.9s; + -o-animation-delay: 236.9s; + animation-delay: 236.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2370) +{ + -webkit-animation-delay: 237s; + -moz-animation-delay: 237s; + -o-animation-delay: 237s; + animation-delay: 237s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2371) +{ + -webkit-animation-delay: 237.1s; + -moz-animation-delay: 237.1s; + -o-animation-delay: 237.1s; + animation-delay: 237.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2372) +{ + -webkit-animation-delay: 237.2s; + -moz-animation-delay: 237.2s; + -o-animation-delay: 237.2s; + animation-delay: 237.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2373) +{ + -webkit-animation-delay: 237.3s; + -moz-animation-delay: 237.3s; + -o-animation-delay: 237.3s; + animation-delay: 237.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2374) +{ + -webkit-animation-delay: 237.4s; + -moz-animation-delay: 237.4s; + -o-animation-delay: 237.4s; + animation-delay: 237.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2375) +{ + -webkit-animation-delay: 237.5s; + -moz-animation-delay: 237.5s; + -o-animation-delay: 237.5s; + animation-delay: 237.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2376) +{ + -webkit-animation-delay: 237.6s; + -moz-animation-delay: 237.6s; + -o-animation-delay: 237.6s; + animation-delay: 237.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2377) +{ + -webkit-animation-delay: 237.7s; + -moz-animation-delay: 237.7s; + -o-animation-delay: 237.7s; + animation-delay: 237.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2378) +{ + -webkit-animation-delay: 237.8s; + -moz-animation-delay: 237.8s; + -o-animation-delay: 237.8s; + animation-delay: 237.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2379) +{ + -webkit-animation-delay: 237.9s; + -moz-animation-delay: 237.9s; + -o-animation-delay: 237.9s; + animation-delay: 237.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2380) +{ + -webkit-animation-delay: 238s; + -moz-animation-delay: 238s; + -o-animation-delay: 238s; + animation-delay: 238s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2381) +{ + -webkit-animation-delay: 238.1s; + -moz-animation-delay: 238.1s; + -o-animation-delay: 238.1s; + animation-delay: 238.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2382) +{ + -webkit-animation-delay: 238.2s; + -moz-animation-delay: 238.2s; + -o-animation-delay: 238.2s; + animation-delay: 238.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2383) +{ + -webkit-animation-delay: 238.3s; + -moz-animation-delay: 238.3s; + -o-animation-delay: 238.3s; + animation-delay: 238.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2384) +{ + -webkit-animation-delay: 238.4s; + -moz-animation-delay: 238.4s; + -o-animation-delay: 238.4s; + animation-delay: 238.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2385) +{ + -webkit-animation-delay: 238.5s; + -moz-animation-delay: 238.5s; + -o-animation-delay: 238.5s; + animation-delay: 238.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2386) +{ + -webkit-animation-delay: 238.6s; + -moz-animation-delay: 238.6s; + -o-animation-delay: 238.6s; + animation-delay: 238.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2387) +{ + -webkit-animation-delay: 238.7s; + -moz-animation-delay: 238.7s; + -o-animation-delay: 238.7s; + animation-delay: 238.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2388) +{ + -webkit-animation-delay: 238.8s; + -moz-animation-delay: 238.8s; + -o-animation-delay: 238.8s; + animation-delay: 238.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2389) +{ + -webkit-animation-delay: 238.9s; + -moz-animation-delay: 238.9s; + -o-animation-delay: 238.9s; + animation-delay: 238.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2390) +{ + -webkit-animation-delay: 239s; + -moz-animation-delay: 239s; + -o-animation-delay: 239s; + animation-delay: 239s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2391) +{ + -webkit-animation-delay: 239.1s; + -moz-animation-delay: 239.1s; + -o-animation-delay: 239.1s; + animation-delay: 239.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2392) +{ + -webkit-animation-delay: 239.2s; + -moz-animation-delay: 239.2s; + -o-animation-delay: 239.2s; + animation-delay: 239.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2393) +{ + -webkit-animation-delay: 239.3s; + -moz-animation-delay: 239.3s; + -o-animation-delay: 239.3s; + animation-delay: 239.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2394) +{ + -webkit-animation-delay: 239.4s; + -moz-animation-delay: 239.4s; + -o-animation-delay: 239.4s; + animation-delay: 239.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2395) +{ + -webkit-animation-delay: 239.5s; + -moz-animation-delay: 239.5s; + -o-animation-delay: 239.5s; + animation-delay: 239.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2396) +{ + -webkit-animation-delay: 239.6s; + -moz-animation-delay: 239.6s; + -o-animation-delay: 239.6s; + animation-delay: 239.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2397) +{ + -webkit-animation-delay: 239.7s; + -moz-animation-delay: 239.7s; + -o-animation-delay: 239.7s; + animation-delay: 239.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2398) +{ + -webkit-animation-delay: 239.8s; + -moz-animation-delay: 239.8s; + -o-animation-delay: 239.8s; + animation-delay: 239.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2399) +{ + -webkit-animation-delay: 239.9s; + -moz-animation-delay: 239.9s; + -o-animation-delay: 239.9s; + animation-delay: 239.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2400) +{ + -webkit-animation-delay: 240s; + -moz-animation-delay: 240s; + -o-animation-delay: 240s; + animation-delay: 240s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2401) +{ + -webkit-animation-delay: 240.1s; + -moz-animation-delay: 240.1s; + -o-animation-delay: 240.1s; + animation-delay: 240.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2402) +{ + -webkit-animation-delay: 240.2s; + -moz-animation-delay: 240.2s; + -o-animation-delay: 240.2s; + animation-delay: 240.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2403) +{ + -webkit-animation-delay: 240.3s; + -moz-animation-delay: 240.3s; + -o-animation-delay: 240.3s; + animation-delay: 240.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2404) +{ + -webkit-animation-delay: 240.4s; + -moz-animation-delay: 240.4s; + -o-animation-delay: 240.4s; + animation-delay: 240.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2405) +{ + -webkit-animation-delay: 240.5s; + -moz-animation-delay: 240.5s; + -o-animation-delay: 240.5s; + animation-delay: 240.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2406) +{ + -webkit-animation-delay: 240.6s; + -moz-animation-delay: 240.6s; + -o-animation-delay: 240.6s; + animation-delay: 240.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2407) +{ + -webkit-animation-delay: 240.7s; + -moz-animation-delay: 240.7s; + -o-animation-delay: 240.7s; + animation-delay: 240.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2408) +{ + -webkit-animation-delay: 240.8s; + -moz-animation-delay: 240.8s; + -o-animation-delay: 240.8s; + animation-delay: 240.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2409) +{ + -webkit-animation-delay: 240.9s; + -moz-animation-delay: 240.9s; + -o-animation-delay: 240.9s; + animation-delay: 240.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2410) +{ + -webkit-animation-delay: 241s; + -moz-animation-delay: 241s; + -o-animation-delay: 241s; + animation-delay: 241s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2411) +{ + -webkit-animation-delay: 241.1s; + -moz-animation-delay: 241.1s; + -o-animation-delay: 241.1s; + animation-delay: 241.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2412) +{ + -webkit-animation-delay: 241.2s; + -moz-animation-delay: 241.2s; + -o-animation-delay: 241.2s; + animation-delay: 241.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2413) +{ + -webkit-animation-delay: 241.3s; + -moz-animation-delay: 241.3s; + -o-animation-delay: 241.3s; + animation-delay: 241.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2414) +{ + -webkit-animation-delay: 241.4s; + -moz-animation-delay: 241.4s; + -o-animation-delay: 241.4s; + animation-delay: 241.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2415) +{ + -webkit-animation-delay: 241.5s; + -moz-animation-delay: 241.5s; + -o-animation-delay: 241.5s; + animation-delay: 241.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2416) +{ + -webkit-animation-delay: 241.6s; + -moz-animation-delay: 241.6s; + -o-animation-delay: 241.6s; + animation-delay: 241.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2417) +{ + -webkit-animation-delay: 241.7s; + -moz-animation-delay: 241.7s; + -o-animation-delay: 241.7s; + animation-delay: 241.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2418) +{ + -webkit-animation-delay: 241.8s; + -moz-animation-delay: 241.8s; + -o-animation-delay: 241.8s; + animation-delay: 241.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2419) +{ + -webkit-animation-delay: 241.9s; + -moz-animation-delay: 241.9s; + -o-animation-delay: 241.9s; + animation-delay: 241.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2420) +{ + -webkit-animation-delay: 242s; + -moz-animation-delay: 242s; + -o-animation-delay: 242s; + animation-delay: 242s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2421) +{ + -webkit-animation-delay: 242.1s; + -moz-animation-delay: 242.1s; + -o-animation-delay: 242.1s; + animation-delay: 242.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2422) +{ + -webkit-animation-delay: 242.2s; + -moz-animation-delay: 242.2s; + -o-animation-delay: 242.2s; + animation-delay: 242.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2423) +{ + -webkit-animation-delay: 242.3s; + -moz-animation-delay: 242.3s; + -o-animation-delay: 242.3s; + animation-delay: 242.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2424) +{ + -webkit-animation-delay: 242.4s; + -moz-animation-delay: 242.4s; + -o-animation-delay: 242.4s; + animation-delay: 242.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2425) +{ + -webkit-animation-delay: 242.5s; + -moz-animation-delay: 242.5s; + -o-animation-delay: 242.5s; + animation-delay: 242.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2426) +{ + -webkit-animation-delay: 242.6s; + -moz-animation-delay: 242.6s; + -o-animation-delay: 242.6s; + animation-delay: 242.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2427) +{ + -webkit-animation-delay: 242.7s; + -moz-animation-delay: 242.7s; + -o-animation-delay: 242.7s; + animation-delay: 242.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2428) +{ + -webkit-animation-delay: 242.8s; + -moz-animation-delay: 242.8s; + -o-animation-delay: 242.8s; + animation-delay: 242.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2429) +{ + -webkit-animation-delay: 242.9s; + -moz-animation-delay: 242.9s; + -o-animation-delay: 242.9s; + animation-delay: 242.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2430) +{ + -webkit-animation-delay: 243s; + -moz-animation-delay: 243s; + -o-animation-delay: 243s; + animation-delay: 243s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2431) +{ + -webkit-animation-delay: 243.1s; + -moz-animation-delay: 243.1s; + -o-animation-delay: 243.1s; + animation-delay: 243.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2432) +{ + -webkit-animation-delay: 243.2s; + -moz-animation-delay: 243.2s; + -o-animation-delay: 243.2s; + animation-delay: 243.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2433) +{ + -webkit-animation-delay: 243.3s; + -moz-animation-delay: 243.3s; + -o-animation-delay: 243.3s; + animation-delay: 243.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2434) +{ + -webkit-animation-delay: 243.4s; + -moz-animation-delay: 243.4s; + -o-animation-delay: 243.4s; + animation-delay: 243.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2435) +{ + -webkit-animation-delay: 243.5s; + -moz-animation-delay: 243.5s; + -o-animation-delay: 243.5s; + animation-delay: 243.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2436) +{ + -webkit-animation-delay: 243.6s; + -moz-animation-delay: 243.6s; + -o-animation-delay: 243.6s; + animation-delay: 243.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2437) +{ + -webkit-animation-delay: 243.7s; + -moz-animation-delay: 243.7s; + -o-animation-delay: 243.7s; + animation-delay: 243.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2438) +{ + -webkit-animation-delay: 243.8s; + -moz-animation-delay: 243.8s; + -o-animation-delay: 243.8s; + animation-delay: 243.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2439) +{ + -webkit-animation-delay: 243.9s; + -moz-animation-delay: 243.9s; + -o-animation-delay: 243.9s; + animation-delay: 243.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2440) +{ + -webkit-animation-delay: 244s; + -moz-animation-delay: 244s; + -o-animation-delay: 244s; + animation-delay: 244s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2441) +{ + -webkit-animation-delay: 244.1s; + -moz-animation-delay: 244.1s; + -o-animation-delay: 244.1s; + animation-delay: 244.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2442) +{ + -webkit-animation-delay: 244.2s; + -moz-animation-delay: 244.2s; + -o-animation-delay: 244.2s; + animation-delay: 244.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2443) +{ + -webkit-animation-delay: 244.3s; + -moz-animation-delay: 244.3s; + -o-animation-delay: 244.3s; + animation-delay: 244.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2444) +{ + -webkit-animation-delay: 244.4s; + -moz-animation-delay: 244.4s; + -o-animation-delay: 244.4s; + animation-delay: 244.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2445) +{ + -webkit-animation-delay: 244.5s; + -moz-animation-delay: 244.5s; + -o-animation-delay: 244.5s; + animation-delay: 244.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2446) +{ + -webkit-animation-delay: 244.6s; + -moz-animation-delay: 244.6s; + -o-animation-delay: 244.6s; + animation-delay: 244.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2447) +{ + -webkit-animation-delay: 244.7s; + -moz-animation-delay: 244.7s; + -o-animation-delay: 244.7s; + animation-delay: 244.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2448) +{ + -webkit-animation-delay: 244.8s; + -moz-animation-delay: 244.8s; + -o-animation-delay: 244.8s; + animation-delay: 244.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2449) +{ + -webkit-animation-delay: 244.9s; + -moz-animation-delay: 244.9s; + -o-animation-delay: 244.9s; + animation-delay: 244.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2450) +{ + -webkit-animation-delay: 245s; + -moz-animation-delay: 245s; + -o-animation-delay: 245s; + animation-delay: 245s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2451) +{ + -webkit-animation-delay: 245.1s; + -moz-animation-delay: 245.1s; + -o-animation-delay: 245.1s; + animation-delay: 245.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2452) +{ + -webkit-animation-delay: 245.2s; + -moz-animation-delay: 245.2s; + -o-animation-delay: 245.2s; + animation-delay: 245.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2453) +{ + -webkit-animation-delay: 245.3s; + -moz-animation-delay: 245.3s; + -o-animation-delay: 245.3s; + animation-delay: 245.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2454) +{ + -webkit-animation-delay: 245.4s; + -moz-animation-delay: 245.4s; + -o-animation-delay: 245.4s; + animation-delay: 245.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2455) +{ + -webkit-animation-delay: 245.5s; + -moz-animation-delay: 245.5s; + -o-animation-delay: 245.5s; + animation-delay: 245.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2456) +{ + -webkit-animation-delay: 245.6s; + -moz-animation-delay: 245.6s; + -o-animation-delay: 245.6s; + animation-delay: 245.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2457) +{ + -webkit-animation-delay: 245.7s; + -moz-animation-delay: 245.7s; + -o-animation-delay: 245.7s; + animation-delay: 245.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2458) +{ + -webkit-animation-delay: 245.8s; + -moz-animation-delay: 245.8s; + -o-animation-delay: 245.8s; + animation-delay: 245.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2459) +{ + -webkit-animation-delay: 245.9s; + -moz-animation-delay: 245.9s; + -o-animation-delay: 245.9s; + animation-delay: 245.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2460) +{ + -webkit-animation-delay: 246s; + -moz-animation-delay: 246s; + -o-animation-delay: 246s; + animation-delay: 246s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2461) +{ + -webkit-animation-delay: 246.1s; + -moz-animation-delay: 246.1s; + -o-animation-delay: 246.1s; + animation-delay: 246.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2462) +{ + -webkit-animation-delay: 246.2s; + -moz-animation-delay: 246.2s; + -o-animation-delay: 246.2s; + animation-delay: 246.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2463) +{ + -webkit-animation-delay: 246.3s; + -moz-animation-delay: 246.3s; + -o-animation-delay: 246.3s; + animation-delay: 246.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2464) +{ + -webkit-animation-delay: 246.4s; + -moz-animation-delay: 246.4s; + -o-animation-delay: 246.4s; + animation-delay: 246.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2465) +{ + -webkit-animation-delay: 246.5s; + -moz-animation-delay: 246.5s; + -o-animation-delay: 246.5s; + animation-delay: 246.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2466) +{ + -webkit-animation-delay: 246.6s; + -moz-animation-delay: 246.6s; + -o-animation-delay: 246.6s; + animation-delay: 246.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2467) +{ + -webkit-animation-delay: 246.7s; + -moz-animation-delay: 246.7s; + -o-animation-delay: 246.7s; + animation-delay: 246.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2468) +{ + -webkit-animation-delay: 246.8s; + -moz-animation-delay: 246.8s; + -o-animation-delay: 246.8s; + animation-delay: 246.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2469) +{ + -webkit-animation-delay: 246.9s; + -moz-animation-delay: 246.9s; + -o-animation-delay: 246.9s; + animation-delay: 246.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2470) +{ + -webkit-animation-delay: 247s; + -moz-animation-delay: 247s; + -o-animation-delay: 247s; + animation-delay: 247s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2471) +{ + -webkit-animation-delay: 247.1s; + -moz-animation-delay: 247.1s; + -o-animation-delay: 247.1s; + animation-delay: 247.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2472) +{ + -webkit-animation-delay: 247.2s; + -moz-animation-delay: 247.2s; + -o-animation-delay: 247.2s; + animation-delay: 247.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2473) +{ + -webkit-animation-delay: 247.3s; + -moz-animation-delay: 247.3s; + -o-animation-delay: 247.3s; + animation-delay: 247.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2474) +{ + -webkit-animation-delay: 247.4s; + -moz-animation-delay: 247.4s; + -o-animation-delay: 247.4s; + animation-delay: 247.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2475) +{ + -webkit-animation-delay: 247.5s; + -moz-animation-delay: 247.5s; + -o-animation-delay: 247.5s; + animation-delay: 247.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2476) +{ + -webkit-animation-delay: 247.6s; + -moz-animation-delay: 247.6s; + -o-animation-delay: 247.6s; + animation-delay: 247.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2477) +{ + -webkit-animation-delay: 247.7s; + -moz-animation-delay: 247.7s; + -o-animation-delay: 247.7s; + animation-delay: 247.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2478) +{ + -webkit-animation-delay: 247.8s; + -moz-animation-delay: 247.8s; + -o-animation-delay: 247.8s; + animation-delay: 247.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2479) +{ + -webkit-animation-delay: 247.9s; + -moz-animation-delay: 247.9s; + -o-animation-delay: 247.9s; + animation-delay: 247.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2480) +{ + -webkit-animation-delay: 248s; + -moz-animation-delay: 248s; + -o-animation-delay: 248s; + animation-delay: 248s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2481) +{ + -webkit-animation-delay: 248.1s; + -moz-animation-delay: 248.1s; + -o-animation-delay: 248.1s; + animation-delay: 248.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2482) +{ + -webkit-animation-delay: 248.2s; + -moz-animation-delay: 248.2s; + -o-animation-delay: 248.2s; + animation-delay: 248.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2483) +{ + -webkit-animation-delay: 248.3s; + -moz-animation-delay: 248.3s; + -o-animation-delay: 248.3s; + animation-delay: 248.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2484) +{ + -webkit-animation-delay: 248.4s; + -moz-animation-delay: 248.4s; + -o-animation-delay: 248.4s; + animation-delay: 248.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2485) +{ + -webkit-animation-delay: 248.5s; + -moz-animation-delay: 248.5s; + -o-animation-delay: 248.5s; + animation-delay: 248.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2486) +{ + -webkit-animation-delay: 248.6s; + -moz-animation-delay: 248.6s; + -o-animation-delay: 248.6s; + animation-delay: 248.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2487) +{ + -webkit-animation-delay: 248.7s; + -moz-animation-delay: 248.7s; + -o-animation-delay: 248.7s; + animation-delay: 248.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2488) +{ + -webkit-animation-delay: 248.8s; + -moz-animation-delay: 248.8s; + -o-animation-delay: 248.8s; + animation-delay: 248.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2489) +{ + -webkit-animation-delay: 248.9s; + -moz-animation-delay: 248.9s; + -o-animation-delay: 248.9s; + animation-delay: 248.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2490) +{ + -webkit-animation-delay: 249s; + -moz-animation-delay: 249s; + -o-animation-delay: 249s; + animation-delay: 249s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2491) +{ + -webkit-animation-delay: 249.1s; + -moz-animation-delay: 249.1s; + -o-animation-delay: 249.1s; + animation-delay: 249.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2492) +{ + -webkit-animation-delay: 249.2s; + -moz-animation-delay: 249.2s; + -o-animation-delay: 249.2s; + animation-delay: 249.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2493) +{ + -webkit-animation-delay: 249.3s; + -moz-animation-delay: 249.3s; + -o-animation-delay: 249.3s; + animation-delay: 249.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2494) +{ + -webkit-animation-delay: 249.4s; + -moz-animation-delay: 249.4s; + -o-animation-delay: 249.4s; + animation-delay: 249.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2495) +{ + -webkit-animation-delay: 249.5s; + -moz-animation-delay: 249.5s; + -o-animation-delay: 249.5s; + animation-delay: 249.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2496) +{ + -webkit-animation-delay: 249.6s; + -moz-animation-delay: 249.6s; + -o-animation-delay: 249.6s; + animation-delay: 249.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2497) +{ + -webkit-animation-delay: 249.7s; + -moz-animation-delay: 249.7s; + -o-animation-delay: 249.7s; + animation-delay: 249.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2498) +{ + -webkit-animation-delay: 249.8s; + -moz-animation-delay: 249.8s; + -o-animation-delay: 249.8s; + animation-delay: 249.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2499) +{ + -webkit-animation-delay: 249.9s; + -moz-animation-delay: 249.9s; + -o-animation-delay: 249.9s; + animation-delay: 249.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2500) +{ + -webkit-animation-delay: 250s; + -moz-animation-delay: 250s; + -o-animation-delay: 250s; + animation-delay: 250s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2501) +{ + -webkit-animation-delay: 250.1s; + -moz-animation-delay: 250.1s; + -o-animation-delay: 250.1s; + animation-delay: 250.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2502) +{ + -webkit-animation-delay: 250.2s; + -moz-animation-delay: 250.2s; + -o-animation-delay: 250.2s; + animation-delay: 250.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2503) +{ + -webkit-animation-delay: 250.3s; + -moz-animation-delay: 250.3s; + -o-animation-delay: 250.3s; + animation-delay: 250.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2504) +{ + -webkit-animation-delay: 250.4s; + -moz-animation-delay: 250.4s; + -o-animation-delay: 250.4s; + animation-delay: 250.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2505) +{ + -webkit-animation-delay: 250.5s; + -moz-animation-delay: 250.5s; + -o-animation-delay: 250.5s; + animation-delay: 250.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2506) +{ + -webkit-animation-delay: 250.6s; + -moz-animation-delay: 250.6s; + -o-animation-delay: 250.6s; + animation-delay: 250.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2507) +{ + -webkit-animation-delay: 250.7s; + -moz-animation-delay: 250.7s; + -o-animation-delay: 250.7s; + animation-delay: 250.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2508) +{ + -webkit-animation-delay: 250.8s; + -moz-animation-delay: 250.8s; + -o-animation-delay: 250.8s; + animation-delay: 250.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2509) +{ + -webkit-animation-delay: 250.9s; + -moz-animation-delay: 250.9s; + -o-animation-delay: 250.9s; + animation-delay: 250.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2510) +{ + -webkit-animation-delay: 251s; + -moz-animation-delay: 251s; + -o-animation-delay: 251s; + animation-delay: 251s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2511) +{ + -webkit-animation-delay: 251.1s; + -moz-animation-delay: 251.1s; + -o-animation-delay: 251.1s; + animation-delay: 251.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2512) +{ + -webkit-animation-delay: 251.2s; + -moz-animation-delay: 251.2s; + -o-animation-delay: 251.2s; + animation-delay: 251.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2513) +{ + -webkit-animation-delay: 251.3s; + -moz-animation-delay: 251.3s; + -o-animation-delay: 251.3s; + animation-delay: 251.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2514) +{ + -webkit-animation-delay: 251.4s; + -moz-animation-delay: 251.4s; + -o-animation-delay: 251.4s; + animation-delay: 251.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2515) +{ + -webkit-animation-delay: 251.5s; + -moz-animation-delay: 251.5s; + -o-animation-delay: 251.5s; + animation-delay: 251.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2516) +{ + -webkit-animation-delay: 251.6s; + -moz-animation-delay: 251.6s; + -o-animation-delay: 251.6s; + animation-delay: 251.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2517) +{ + -webkit-animation-delay: 251.7s; + -moz-animation-delay: 251.7s; + -o-animation-delay: 251.7s; + animation-delay: 251.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2518) +{ + -webkit-animation-delay: 251.8s; + -moz-animation-delay: 251.8s; + -o-animation-delay: 251.8s; + animation-delay: 251.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2519) +{ + -webkit-animation-delay: 251.9s; + -moz-animation-delay: 251.9s; + -o-animation-delay: 251.9s; + animation-delay: 251.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2520) +{ + -webkit-animation-delay: 252s; + -moz-animation-delay: 252s; + -o-animation-delay: 252s; + animation-delay: 252s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2521) +{ + -webkit-animation-delay: 252.1s; + -moz-animation-delay: 252.1s; + -o-animation-delay: 252.1s; + animation-delay: 252.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2522) +{ + -webkit-animation-delay: 252.2s; + -moz-animation-delay: 252.2s; + -o-animation-delay: 252.2s; + animation-delay: 252.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2523) +{ + -webkit-animation-delay: 252.3s; + -moz-animation-delay: 252.3s; + -o-animation-delay: 252.3s; + animation-delay: 252.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2524) +{ + -webkit-animation-delay: 252.4s; + -moz-animation-delay: 252.4s; + -o-animation-delay: 252.4s; + animation-delay: 252.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2525) +{ + -webkit-animation-delay: 252.5s; + -moz-animation-delay: 252.5s; + -o-animation-delay: 252.5s; + animation-delay: 252.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2526) +{ + -webkit-animation-delay: 252.6s; + -moz-animation-delay: 252.6s; + -o-animation-delay: 252.6s; + animation-delay: 252.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2527) +{ + -webkit-animation-delay: 252.7s; + -moz-animation-delay: 252.7s; + -o-animation-delay: 252.7s; + animation-delay: 252.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2528) +{ + -webkit-animation-delay: 252.8s; + -moz-animation-delay: 252.8s; + -o-animation-delay: 252.8s; + animation-delay: 252.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2529) +{ + -webkit-animation-delay: 252.9s; + -moz-animation-delay: 252.9s; + -o-animation-delay: 252.9s; + animation-delay: 252.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2530) +{ + -webkit-animation-delay: 253s; + -moz-animation-delay: 253s; + -o-animation-delay: 253s; + animation-delay: 253s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2531) +{ + -webkit-animation-delay: 253.1s; + -moz-animation-delay: 253.1s; + -o-animation-delay: 253.1s; + animation-delay: 253.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2532) +{ + -webkit-animation-delay: 253.2s; + -moz-animation-delay: 253.2s; + -o-animation-delay: 253.2s; + animation-delay: 253.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2533) +{ + -webkit-animation-delay: 253.3s; + -moz-animation-delay: 253.3s; + -o-animation-delay: 253.3s; + animation-delay: 253.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2534) +{ + -webkit-animation-delay: 253.4s; + -moz-animation-delay: 253.4s; + -o-animation-delay: 253.4s; + animation-delay: 253.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2535) +{ + -webkit-animation-delay: 253.5s; + -moz-animation-delay: 253.5s; + -o-animation-delay: 253.5s; + animation-delay: 253.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2536) +{ + -webkit-animation-delay: 253.6s; + -moz-animation-delay: 253.6s; + -o-animation-delay: 253.6s; + animation-delay: 253.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2537) +{ + -webkit-animation-delay: 253.7s; + -moz-animation-delay: 253.7s; + -o-animation-delay: 253.7s; + animation-delay: 253.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2538) +{ + -webkit-animation-delay: 253.8s; + -moz-animation-delay: 253.8s; + -o-animation-delay: 253.8s; + animation-delay: 253.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2539) +{ + -webkit-animation-delay: 253.9s; + -moz-animation-delay: 253.9s; + -o-animation-delay: 253.9s; + animation-delay: 253.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2540) +{ + -webkit-animation-delay: 254s; + -moz-animation-delay: 254s; + -o-animation-delay: 254s; + animation-delay: 254s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2541) +{ + -webkit-animation-delay: 254.1s; + -moz-animation-delay: 254.1s; + -o-animation-delay: 254.1s; + animation-delay: 254.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2542) +{ + -webkit-animation-delay: 254.2s; + -moz-animation-delay: 254.2s; + -o-animation-delay: 254.2s; + animation-delay: 254.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2543) +{ + -webkit-animation-delay: 254.3s; + -moz-animation-delay: 254.3s; + -o-animation-delay: 254.3s; + animation-delay: 254.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2544) +{ + -webkit-animation-delay: 254.4s; + -moz-animation-delay: 254.4s; + -o-animation-delay: 254.4s; + animation-delay: 254.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2545) +{ + -webkit-animation-delay: 254.5s; + -moz-animation-delay: 254.5s; + -o-animation-delay: 254.5s; + animation-delay: 254.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2546) +{ + -webkit-animation-delay: 254.6s; + -moz-animation-delay: 254.6s; + -o-animation-delay: 254.6s; + animation-delay: 254.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2547) +{ + -webkit-animation-delay: 254.7s; + -moz-animation-delay: 254.7s; + -o-animation-delay: 254.7s; + animation-delay: 254.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2548) +{ + -webkit-animation-delay: 254.8s; + -moz-animation-delay: 254.8s; + -o-animation-delay: 254.8s; + animation-delay: 254.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2549) +{ + -webkit-animation-delay: 254.9s; + -moz-animation-delay: 254.9s; + -o-animation-delay: 254.9s; + animation-delay: 254.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2550) +{ + -webkit-animation-delay: 255s; + -moz-animation-delay: 255s; + -o-animation-delay: 255s; + animation-delay: 255s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2551) +{ + -webkit-animation-delay: 255.1s; + -moz-animation-delay: 255.1s; + -o-animation-delay: 255.1s; + animation-delay: 255.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2552) +{ + -webkit-animation-delay: 255.2s; + -moz-animation-delay: 255.2s; + -o-animation-delay: 255.2s; + animation-delay: 255.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2553) +{ + -webkit-animation-delay: 255.3s; + -moz-animation-delay: 255.3s; + -o-animation-delay: 255.3s; + animation-delay: 255.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2554) +{ + -webkit-animation-delay: 255.4s; + -moz-animation-delay: 255.4s; + -o-animation-delay: 255.4s; + animation-delay: 255.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2555) +{ + -webkit-animation-delay: 255.5s; + -moz-animation-delay: 255.5s; + -o-animation-delay: 255.5s; + animation-delay: 255.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2556) +{ + -webkit-animation-delay: 255.6s; + -moz-animation-delay: 255.6s; + -o-animation-delay: 255.6s; + animation-delay: 255.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2557) +{ + -webkit-animation-delay: 255.7s; + -moz-animation-delay: 255.7s; + -o-animation-delay: 255.7s; + animation-delay: 255.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2558) +{ + -webkit-animation-delay: 255.8s; + -moz-animation-delay: 255.8s; + -o-animation-delay: 255.8s; + animation-delay: 255.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2559) +{ + -webkit-animation-delay: 255.9s; + -moz-animation-delay: 255.9s; + -o-animation-delay: 255.9s; + animation-delay: 255.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2560) +{ + -webkit-animation-delay: 256s; + -moz-animation-delay: 256s; + -o-animation-delay: 256s; + animation-delay: 256s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2561) +{ + -webkit-animation-delay: 256.1s; + -moz-animation-delay: 256.1s; + -o-animation-delay: 256.1s; + animation-delay: 256.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2562) +{ + -webkit-animation-delay: 256.2s; + -moz-animation-delay: 256.2s; + -o-animation-delay: 256.2s; + animation-delay: 256.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2563) +{ + -webkit-animation-delay: 256.3s; + -moz-animation-delay: 256.3s; + -o-animation-delay: 256.3s; + animation-delay: 256.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2564) +{ + -webkit-animation-delay: 256.4s; + -moz-animation-delay: 256.4s; + -o-animation-delay: 256.4s; + animation-delay: 256.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2565) +{ + -webkit-animation-delay: 256.5s; + -moz-animation-delay: 256.5s; + -o-animation-delay: 256.5s; + animation-delay: 256.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2566) +{ + -webkit-animation-delay: 256.6s; + -moz-animation-delay: 256.6s; + -o-animation-delay: 256.6s; + animation-delay: 256.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2567) +{ + -webkit-animation-delay: 256.7s; + -moz-animation-delay: 256.7s; + -o-animation-delay: 256.7s; + animation-delay: 256.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2568) +{ + -webkit-animation-delay: 256.8s; + -moz-animation-delay: 256.8s; + -o-animation-delay: 256.8s; + animation-delay: 256.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2569) +{ + -webkit-animation-delay: 256.9s; + -moz-animation-delay: 256.9s; + -o-animation-delay: 256.9s; + animation-delay: 256.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2570) +{ + -webkit-animation-delay: 257s; + -moz-animation-delay: 257s; + -o-animation-delay: 257s; + animation-delay: 257s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2571) +{ + -webkit-animation-delay: 257.1s; + -moz-animation-delay: 257.1s; + -o-animation-delay: 257.1s; + animation-delay: 257.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2572) +{ + -webkit-animation-delay: 257.2s; + -moz-animation-delay: 257.2s; + -o-animation-delay: 257.2s; + animation-delay: 257.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2573) +{ + -webkit-animation-delay: 257.3s; + -moz-animation-delay: 257.3s; + -o-animation-delay: 257.3s; + animation-delay: 257.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2574) +{ + -webkit-animation-delay: 257.4s; + -moz-animation-delay: 257.4s; + -o-animation-delay: 257.4s; + animation-delay: 257.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2575) +{ + -webkit-animation-delay: 257.5s; + -moz-animation-delay: 257.5s; + -o-animation-delay: 257.5s; + animation-delay: 257.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2576) +{ + -webkit-animation-delay: 257.6s; + -moz-animation-delay: 257.6s; + -o-animation-delay: 257.6s; + animation-delay: 257.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2577) +{ + -webkit-animation-delay: 257.7s; + -moz-animation-delay: 257.7s; + -o-animation-delay: 257.7s; + animation-delay: 257.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2578) +{ + -webkit-animation-delay: 257.8s; + -moz-animation-delay: 257.8s; + -o-animation-delay: 257.8s; + animation-delay: 257.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2579) +{ + -webkit-animation-delay: 257.9s; + -moz-animation-delay: 257.9s; + -o-animation-delay: 257.9s; + animation-delay: 257.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2580) +{ + -webkit-animation-delay: 258s; + -moz-animation-delay: 258s; + -o-animation-delay: 258s; + animation-delay: 258s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2581) +{ + -webkit-animation-delay: 258.1s; + -moz-animation-delay: 258.1s; + -o-animation-delay: 258.1s; + animation-delay: 258.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2582) +{ + -webkit-animation-delay: 258.2s; + -moz-animation-delay: 258.2s; + -o-animation-delay: 258.2s; + animation-delay: 258.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2583) +{ + -webkit-animation-delay: 258.3s; + -moz-animation-delay: 258.3s; + -o-animation-delay: 258.3s; + animation-delay: 258.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2584) +{ + -webkit-animation-delay: 258.4s; + -moz-animation-delay: 258.4s; + -o-animation-delay: 258.4s; + animation-delay: 258.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2585) +{ + -webkit-animation-delay: 258.5s; + -moz-animation-delay: 258.5s; + -o-animation-delay: 258.5s; + animation-delay: 258.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2586) +{ + -webkit-animation-delay: 258.6s; + -moz-animation-delay: 258.6s; + -o-animation-delay: 258.6s; + animation-delay: 258.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2587) +{ + -webkit-animation-delay: 258.7s; + -moz-animation-delay: 258.7s; + -o-animation-delay: 258.7s; + animation-delay: 258.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2588) +{ + -webkit-animation-delay: 258.8s; + -moz-animation-delay: 258.8s; + -o-animation-delay: 258.8s; + animation-delay: 258.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2589) +{ + -webkit-animation-delay: 258.9s; + -moz-animation-delay: 258.9s; + -o-animation-delay: 258.9s; + animation-delay: 258.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2590) +{ + -webkit-animation-delay: 259s; + -moz-animation-delay: 259s; + -o-animation-delay: 259s; + animation-delay: 259s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2591) +{ + -webkit-animation-delay: 259.1s; + -moz-animation-delay: 259.1s; + -o-animation-delay: 259.1s; + animation-delay: 259.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2592) +{ + -webkit-animation-delay: 259.2s; + -moz-animation-delay: 259.2s; + -o-animation-delay: 259.2s; + animation-delay: 259.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2593) +{ + -webkit-animation-delay: 259.3s; + -moz-animation-delay: 259.3s; + -o-animation-delay: 259.3s; + animation-delay: 259.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2594) +{ + -webkit-animation-delay: 259.4s; + -moz-animation-delay: 259.4s; + -o-animation-delay: 259.4s; + animation-delay: 259.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2595) +{ + -webkit-animation-delay: 259.5s; + -moz-animation-delay: 259.5s; + -o-animation-delay: 259.5s; + animation-delay: 259.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2596) +{ + -webkit-animation-delay: 259.6s; + -moz-animation-delay: 259.6s; + -o-animation-delay: 259.6s; + animation-delay: 259.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2597) +{ + -webkit-animation-delay: 259.7s; + -moz-animation-delay: 259.7s; + -o-animation-delay: 259.7s; + animation-delay: 259.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2598) +{ + -webkit-animation-delay: 259.8s; + -moz-animation-delay: 259.8s; + -o-animation-delay: 259.8s; + animation-delay: 259.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2599) +{ + -webkit-animation-delay: 259.9s; + -moz-animation-delay: 259.9s; + -o-animation-delay: 259.9s; + animation-delay: 259.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2600) +{ + -webkit-animation-delay: 260s; + -moz-animation-delay: 260s; + -o-animation-delay: 260s; + animation-delay: 260s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2601) +{ + -webkit-animation-delay: 260.1s; + -moz-animation-delay: 260.1s; + -o-animation-delay: 260.1s; + animation-delay: 260.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2602) +{ + -webkit-animation-delay: 260.2s; + -moz-animation-delay: 260.2s; + -o-animation-delay: 260.2s; + animation-delay: 260.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2603) +{ + -webkit-animation-delay: 260.3s; + -moz-animation-delay: 260.3s; + -o-animation-delay: 260.3s; + animation-delay: 260.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2604) +{ + -webkit-animation-delay: 260.4s; + -moz-animation-delay: 260.4s; + -o-animation-delay: 260.4s; + animation-delay: 260.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2605) +{ + -webkit-animation-delay: 260.5s; + -moz-animation-delay: 260.5s; + -o-animation-delay: 260.5s; + animation-delay: 260.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2606) +{ + -webkit-animation-delay: 260.6s; + -moz-animation-delay: 260.6s; + -o-animation-delay: 260.6s; + animation-delay: 260.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2607) +{ + -webkit-animation-delay: 260.7s; + -moz-animation-delay: 260.7s; + -o-animation-delay: 260.7s; + animation-delay: 260.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2608) +{ + -webkit-animation-delay: 260.8s; + -moz-animation-delay: 260.8s; + -o-animation-delay: 260.8s; + animation-delay: 260.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2609) +{ + -webkit-animation-delay: 260.9s; + -moz-animation-delay: 260.9s; + -o-animation-delay: 260.9s; + animation-delay: 260.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2610) +{ + -webkit-animation-delay: 261s; + -moz-animation-delay: 261s; + -o-animation-delay: 261s; + animation-delay: 261s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2611) +{ + -webkit-animation-delay: 261.1s; + -moz-animation-delay: 261.1s; + -o-animation-delay: 261.1s; + animation-delay: 261.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2612) +{ + -webkit-animation-delay: 261.2s; + -moz-animation-delay: 261.2s; + -o-animation-delay: 261.2s; + animation-delay: 261.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2613) +{ + -webkit-animation-delay: 261.3s; + -moz-animation-delay: 261.3s; + -o-animation-delay: 261.3s; + animation-delay: 261.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2614) +{ + -webkit-animation-delay: 261.4s; + -moz-animation-delay: 261.4s; + -o-animation-delay: 261.4s; + animation-delay: 261.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2615) +{ + -webkit-animation-delay: 261.5s; + -moz-animation-delay: 261.5s; + -o-animation-delay: 261.5s; + animation-delay: 261.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2616) +{ + -webkit-animation-delay: 261.6s; + -moz-animation-delay: 261.6s; + -o-animation-delay: 261.6s; + animation-delay: 261.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2617) +{ + -webkit-animation-delay: 261.7s; + -moz-animation-delay: 261.7s; + -o-animation-delay: 261.7s; + animation-delay: 261.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2618) +{ + -webkit-animation-delay: 261.8s; + -moz-animation-delay: 261.8s; + -o-animation-delay: 261.8s; + animation-delay: 261.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2619) +{ + -webkit-animation-delay: 261.9s; + -moz-animation-delay: 261.9s; + -o-animation-delay: 261.9s; + animation-delay: 261.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2620) +{ + -webkit-animation-delay: 262s; + -moz-animation-delay: 262s; + -o-animation-delay: 262s; + animation-delay: 262s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2621) +{ + -webkit-animation-delay: 262.1s; + -moz-animation-delay: 262.1s; + -o-animation-delay: 262.1s; + animation-delay: 262.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2622) +{ + -webkit-animation-delay: 262.2s; + -moz-animation-delay: 262.2s; + -o-animation-delay: 262.2s; + animation-delay: 262.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2623) +{ + -webkit-animation-delay: 262.3s; + -moz-animation-delay: 262.3s; + -o-animation-delay: 262.3s; + animation-delay: 262.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2624) +{ + -webkit-animation-delay: 262.4s; + -moz-animation-delay: 262.4s; + -o-animation-delay: 262.4s; + animation-delay: 262.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2625) +{ + -webkit-animation-delay: 262.5s; + -moz-animation-delay: 262.5s; + -o-animation-delay: 262.5s; + animation-delay: 262.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2626) +{ + -webkit-animation-delay: 262.6s; + -moz-animation-delay: 262.6s; + -o-animation-delay: 262.6s; + animation-delay: 262.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2627) +{ + -webkit-animation-delay: 262.7s; + -moz-animation-delay: 262.7s; + -o-animation-delay: 262.7s; + animation-delay: 262.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2628) +{ + -webkit-animation-delay: 262.8s; + -moz-animation-delay: 262.8s; + -o-animation-delay: 262.8s; + animation-delay: 262.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2629) +{ + -webkit-animation-delay: 262.9s; + -moz-animation-delay: 262.9s; + -o-animation-delay: 262.9s; + animation-delay: 262.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2630) +{ + -webkit-animation-delay: 263s; + -moz-animation-delay: 263s; + -o-animation-delay: 263s; + animation-delay: 263s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2631) +{ + -webkit-animation-delay: 263.1s; + -moz-animation-delay: 263.1s; + -o-animation-delay: 263.1s; + animation-delay: 263.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2632) +{ + -webkit-animation-delay: 263.2s; + -moz-animation-delay: 263.2s; + -o-animation-delay: 263.2s; + animation-delay: 263.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2633) +{ + -webkit-animation-delay: 263.3s; + -moz-animation-delay: 263.3s; + -o-animation-delay: 263.3s; + animation-delay: 263.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2634) +{ + -webkit-animation-delay: 263.4s; + -moz-animation-delay: 263.4s; + -o-animation-delay: 263.4s; + animation-delay: 263.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2635) +{ + -webkit-animation-delay: 263.5s; + -moz-animation-delay: 263.5s; + -o-animation-delay: 263.5s; + animation-delay: 263.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2636) +{ + -webkit-animation-delay: 263.6s; + -moz-animation-delay: 263.6s; + -o-animation-delay: 263.6s; + animation-delay: 263.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2637) +{ + -webkit-animation-delay: 263.7s; + -moz-animation-delay: 263.7s; + -o-animation-delay: 263.7s; + animation-delay: 263.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2638) +{ + -webkit-animation-delay: 263.8s; + -moz-animation-delay: 263.8s; + -o-animation-delay: 263.8s; + animation-delay: 263.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2639) +{ + -webkit-animation-delay: 263.9s; + -moz-animation-delay: 263.9s; + -o-animation-delay: 263.9s; + animation-delay: 263.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2640) +{ + -webkit-animation-delay: 264s; + -moz-animation-delay: 264s; + -o-animation-delay: 264s; + animation-delay: 264s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2641) +{ + -webkit-animation-delay: 264.1s; + -moz-animation-delay: 264.1s; + -o-animation-delay: 264.1s; + animation-delay: 264.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2642) +{ + -webkit-animation-delay: 264.2s; + -moz-animation-delay: 264.2s; + -o-animation-delay: 264.2s; + animation-delay: 264.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2643) +{ + -webkit-animation-delay: 264.3s; + -moz-animation-delay: 264.3s; + -o-animation-delay: 264.3s; + animation-delay: 264.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2644) +{ + -webkit-animation-delay: 264.4s; + -moz-animation-delay: 264.4s; + -o-animation-delay: 264.4s; + animation-delay: 264.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2645) +{ + -webkit-animation-delay: 264.5s; + -moz-animation-delay: 264.5s; + -o-animation-delay: 264.5s; + animation-delay: 264.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2646) +{ + -webkit-animation-delay: 264.6s; + -moz-animation-delay: 264.6s; + -o-animation-delay: 264.6s; + animation-delay: 264.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2647) +{ + -webkit-animation-delay: 264.7s; + -moz-animation-delay: 264.7s; + -o-animation-delay: 264.7s; + animation-delay: 264.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2648) +{ + -webkit-animation-delay: 264.8s; + -moz-animation-delay: 264.8s; + -o-animation-delay: 264.8s; + animation-delay: 264.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2649) +{ + -webkit-animation-delay: 264.9s; + -moz-animation-delay: 264.9s; + -o-animation-delay: 264.9s; + animation-delay: 264.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2650) +{ + -webkit-animation-delay: 265s; + -moz-animation-delay: 265s; + -o-animation-delay: 265s; + animation-delay: 265s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2651) +{ + -webkit-animation-delay: 265.1s; + -moz-animation-delay: 265.1s; + -o-animation-delay: 265.1s; + animation-delay: 265.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2652) +{ + -webkit-animation-delay: 265.2s; + -moz-animation-delay: 265.2s; + -o-animation-delay: 265.2s; + animation-delay: 265.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2653) +{ + -webkit-animation-delay: 265.3s; + -moz-animation-delay: 265.3s; + -o-animation-delay: 265.3s; + animation-delay: 265.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2654) +{ + -webkit-animation-delay: 265.4s; + -moz-animation-delay: 265.4s; + -o-animation-delay: 265.4s; + animation-delay: 265.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2655) +{ + -webkit-animation-delay: 265.5s; + -moz-animation-delay: 265.5s; + -o-animation-delay: 265.5s; + animation-delay: 265.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2656) +{ + -webkit-animation-delay: 265.6s; + -moz-animation-delay: 265.6s; + -o-animation-delay: 265.6s; + animation-delay: 265.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2657) +{ + -webkit-animation-delay: 265.7s; + -moz-animation-delay: 265.7s; + -o-animation-delay: 265.7s; + animation-delay: 265.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2658) +{ + -webkit-animation-delay: 265.8s; + -moz-animation-delay: 265.8s; + -o-animation-delay: 265.8s; + animation-delay: 265.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2659) +{ + -webkit-animation-delay: 265.9s; + -moz-animation-delay: 265.9s; + -o-animation-delay: 265.9s; + animation-delay: 265.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2660) +{ + -webkit-animation-delay: 266s; + -moz-animation-delay: 266s; + -o-animation-delay: 266s; + animation-delay: 266s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2661) +{ + -webkit-animation-delay: 266.1s; + -moz-animation-delay: 266.1s; + -o-animation-delay: 266.1s; + animation-delay: 266.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2662) +{ + -webkit-animation-delay: 266.2s; + -moz-animation-delay: 266.2s; + -o-animation-delay: 266.2s; + animation-delay: 266.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2663) +{ + -webkit-animation-delay: 266.3s; + -moz-animation-delay: 266.3s; + -o-animation-delay: 266.3s; + animation-delay: 266.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2664) +{ + -webkit-animation-delay: 266.4s; + -moz-animation-delay: 266.4s; + -o-animation-delay: 266.4s; + animation-delay: 266.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2665) +{ + -webkit-animation-delay: 266.5s; + -moz-animation-delay: 266.5s; + -o-animation-delay: 266.5s; + animation-delay: 266.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2666) +{ + -webkit-animation-delay: 266.6s; + -moz-animation-delay: 266.6s; + -o-animation-delay: 266.6s; + animation-delay: 266.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2667) +{ + -webkit-animation-delay: 266.7s; + -moz-animation-delay: 266.7s; + -o-animation-delay: 266.7s; + animation-delay: 266.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2668) +{ + -webkit-animation-delay: 266.8s; + -moz-animation-delay: 266.8s; + -o-animation-delay: 266.8s; + animation-delay: 266.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2669) +{ + -webkit-animation-delay: 266.9s; + -moz-animation-delay: 266.9s; + -o-animation-delay: 266.9s; + animation-delay: 266.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2670) +{ + -webkit-animation-delay: 267s; + -moz-animation-delay: 267s; + -o-animation-delay: 267s; + animation-delay: 267s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2671) +{ + -webkit-animation-delay: 267.1s; + -moz-animation-delay: 267.1s; + -o-animation-delay: 267.1s; + animation-delay: 267.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2672) +{ + -webkit-animation-delay: 267.2s; + -moz-animation-delay: 267.2s; + -o-animation-delay: 267.2s; + animation-delay: 267.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2673) +{ + -webkit-animation-delay: 267.3s; + -moz-animation-delay: 267.3s; + -o-animation-delay: 267.3s; + animation-delay: 267.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2674) +{ + -webkit-animation-delay: 267.4s; + -moz-animation-delay: 267.4s; + -o-animation-delay: 267.4s; + animation-delay: 267.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2675) +{ + -webkit-animation-delay: 267.5s; + -moz-animation-delay: 267.5s; + -o-animation-delay: 267.5s; + animation-delay: 267.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2676) +{ + -webkit-animation-delay: 267.6s; + -moz-animation-delay: 267.6s; + -o-animation-delay: 267.6s; + animation-delay: 267.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2677) +{ + -webkit-animation-delay: 267.7s; + -moz-animation-delay: 267.7s; + -o-animation-delay: 267.7s; + animation-delay: 267.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2678) +{ + -webkit-animation-delay: 267.8s; + -moz-animation-delay: 267.8s; + -o-animation-delay: 267.8s; + animation-delay: 267.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2679) +{ + -webkit-animation-delay: 267.9s; + -moz-animation-delay: 267.9s; + -o-animation-delay: 267.9s; + animation-delay: 267.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2680) +{ + -webkit-animation-delay: 268s; + -moz-animation-delay: 268s; + -o-animation-delay: 268s; + animation-delay: 268s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2681) +{ + -webkit-animation-delay: 268.1s; + -moz-animation-delay: 268.1s; + -o-animation-delay: 268.1s; + animation-delay: 268.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2682) +{ + -webkit-animation-delay: 268.2s; + -moz-animation-delay: 268.2s; + -o-animation-delay: 268.2s; + animation-delay: 268.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2683) +{ + -webkit-animation-delay: 268.3s; + -moz-animation-delay: 268.3s; + -o-animation-delay: 268.3s; + animation-delay: 268.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2684) +{ + -webkit-animation-delay: 268.4s; + -moz-animation-delay: 268.4s; + -o-animation-delay: 268.4s; + animation-delay: 268.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2685) +{ + -webkit-animation-delay: 268.5s; + -moz-animation-delay: 268.5s; + -o-animation-delay: 268.5s; + animation-delay: 268.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2686) +{ + -webkit-animation-delay: 268.6s; + -moz-animation-delay: 268.6s; + -o-animation-delay: 268.6s; + animation-delay: 268.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2687) +{ + -webkit-animation-delay: 268.7s; + -moz-animation-delay: 268.7s; + -o-animation-delay: 268.7s; + animation-delay: 268.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2688) +{ + -webkit-animation-delay: 268.8s; + -moz-animation-delay: 268.8s; + -o-animation-delay: 268.8s; + animation-delay: 268.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2689) +{ + -webkit-animation-delay: 268.9s; + -moz-animation-delay: 268.9s; + -o-animation-delay: 268.9s; + animation-delay: 268.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2690) +{ + -webkit-animation-delay: 269s; + -moz-animation-delay: 269s; + -o-animation-delay: 269s; + animation-delay: 269s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2691) +{ + -webkit-animation-delay: 269.1s; + -moz-animation-delay: 269.1s; + -o-animation-delay: 269.1s; + animation-delay: 269.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2692) +{ + -webkit-animation-delay: 269.2s; + -moz-animation-delay: 269.2s; + -o-animation-delay: 269.2s; + animation-delay: 269.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2693) +{ + -webkit-animation-delay: 269.3s; + -moz-animation-delay: 269.3s; + -o-animation-delay: 269.3s; + animation-delay: 269.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2694) +{ + -webkit-animation-delay: 269.4s; + -moz-animation-delay: 269.4s; + -o-animation-delay: 269.4s; + animation-delay: 269.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2695) +{ + -webkit-animation-delay: 269.5s; + -moz-animation-delay: 269.5s; + -o-animation-delay: 269.5s; + animation-delay: 269.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2696) +{ + -webkit-animation-delay: 269.6s; + -moz-animation-delay: 269.6s; + -o-animation-delay: 269.6s; + animation-delay: 269.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2697) +{ + -webkit-animation-delay: 269.7s; + -moz-animation-delay: 269.7s; + -o-animation-delay: 269.7s; + animation-delay: 269.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2698) +{ + -webkit-animation-delay: 269.8s; + -moz-animation-delay: 269.8s; + -o-animation-delay: 269.8s; + animation-delay: 269.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2699) +{ + -webkit-animation-delay: 269.9s; + -moz-animation-delay: 269.9s; + -o-animation-delay: 269.9s; + animation-delay: 269.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2700) +{ + -webkit-animation-delay: 270s; + -moz-animation-delay: 270s; + -o-animation-delay: 270s; + animation-delay: 270s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2701) +{ + -webkit-animation-delay: 270.1s; + -moz-animation-delay: 270.1s; + -o-animation-delay: 270.1s; + animation-delay: 270.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2702) +{ + -webkit-animation-delay: 270.2s; + -moz-animation-delay: 270.2s; + -o-animation-delay: 270.2s; + animation-delay: 270.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2703) +{ + -webkit-animation-delay: 270.3s; + -moz-animation-delay: 270.3s; + -o-animation-delay: 270.3s; + animation-delay: 270.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2704) +{ + -webkit-animation-delay: 270.4s; + -moz-animation-delay: 270.4s; + -o-animation-delay: 270.4s; + animation-delay: 270.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2705) +{ + -webkit-animation-delay: 270.5s; + -moz-animation-delay: 270.5s; + -o-animation-delay: 270.5s; + animation-delay: 270.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2706) +{ + -webkit-animation-delay: 270.6s; + -moz-animation-delay: 270.6s; + -o-animation-delay: 270.6s; + animation-delay: 270.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2707) +{ + -webkit-animation-delay: 270.7s; + -moz-animation-delay: 270.7s; + -o-animation-delay: 270.7s; + animation-delay: 270.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2708) +{ + -webkit-animation-delay: 270.8s; + -moz-animation-delay: 270.8s; + -o-animation-delay: 270.8s; + animation-delay: 270.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2709) +{ + -webkit-animation-delay: 270.9s; + -moz-animation-delay: 270.9s; + -o-animation-delay: 270.9s; + animation-delay: 270.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2710) +{ + -webkit-animation-delay: 271s; + -moz-animation-delay: 271s; + -o-animation-delay: 271s; + animation-delay: 271s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2711) +{ + -webkit-animation-delay: 271.1s; + -moz-animation-delay: 271.1s; + -o-animation-delay: 271.1s; + animation-delay: 271.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2712) +{ + -webkit-animation-delay: 271.2s; + -moz-animation-delay: 271.2s; + -o-animation-delay: 271.2s; + animation-delay: 271.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2713) +{ + -webkit-animation-delay: 271.3s; + -moz-animation-delay: 271.3s; + -o-animation-delay: 271.3s; + animation-delay: 271.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2714) +{ + -webkit-animation-delay: 271.4s; + -moz-animation-delay: 271.4s; + -o-animation-delay: 271.4s; + animation-delay: 271.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2715) +{ + -webkit-animation-delay: 271.5s; + -moz-animation-delay: 271.5s; + -o-animation-delay: 271.5s; + animation-delay: 271.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2716) +{ + -webkit-animation-delay: 271.6s; + -moz-animation-delay: 271.6s; + -o-animation-delay: 271.6s; + animation-delay: 271.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2717) +{ + -webkit-animation-delay: 271.7s; + -moz-animation-delay: 271.7s; + -o-animation-delay: 271.7s; + animation-delay: 271.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2718) +{ + -webkit-animation-delay: 271.8s; + -moz-animation-delay: 271.8s; + -o-animation-delay: 271.8s; + animation-delay: 271.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2719) +{ + -webkit-animation-delay: 271.9s; + -moz-animation-delay: 271.9s; + -o-animation-delay: 271.9s; + animation-delay: 271.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2720) +{ + -webkit-animation-delay: 272s; + -moz-animation-delay: 272s; + -o-animation-delay: 272s; + animation-delay: 272s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2721) +{ + -webkit-animation-delay: 272.1s; + -moz-animation-delay: 272.1s; + -o-animation-delay: 272.1s; + animation-delay: 272.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2722) +{ + -webkit-animation-delay: 272.2s; + -moz-animation-delay: 272.2s; + -o-animation-delay: 272.2s; + animation-delay: 272.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2723) +{ + -webkit-animation-delay: 272.3s; + -moz-animation-delay: 272.3s; + -o-animation-delay: 272.3s; + animation-delay: 272.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2724) +{ + -webkit-animation-delay: 272.4s; + -moz-animation-delay: 272.4s; + -o-animation-delay: 272.4s; + animation-delay: 272.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2725) +{ + -webkit-animation-delay: 272.5s; + -moz-animation-delay: 272.5s; + -o-animation-delay: 272.5s; + animation-delay: 272.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2726) +{ + -webkit-animation-delay: 272.6s; + -moz-animation-delay: 272.6s; + -o-animation-delay: 272.6s; + animation-delay: 272.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2727) +{ + -webkit-animation-delay: 272.7s; + -moz-animation-delay: 272.7s; + -o-animation-delay: 272.7s; + animation-delay: 272.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2728) +{ + -webkit-animation-delay: 272.8s; + -moz-animation-delay: 272.8s; + -o-animation-delay: 272.8s; + animation-delay: 272.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2729) +{ + -webkit-animation-delay: 272.9s; + -moz-animation-delay: 272.9s; + -o-animation-delay: 272.9s; + animation-delay: 272.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2730) +{ + -webkit-animation-delay: 273s; + -moz-animation-delay: 273s; + -o-animation-delay: 273s; + animation-delay: 273s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2731) +{ + -webkit-animation-delay: 273.1s; + -moz-animation-delay: 273.1s; + -o-animation-delay: 273.1s; + animation-delay: 273.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2732) +{ + -webkit-animation-delay: 273.2s; + -moz-animation-delay: 273.2s; + -o-animation-delay: 273.2s; + animation-delay: 273.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2733) +{ + -webkit-animation-delay: 273.3s; + -moz-animation-delay: 273.3s; + -o-animation-delay: 273.3s; + animation-delay: 273.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2734) +{ + -webkit-animation-delay: 273.4s; + -moz-animation-delay: 273.4s; + -o-animation-delay: 273.4s; + animation-delay: 273.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2735) +{ + -webkit-animation-delay: 273.5s; + -moz-animation-delay: 273.5s; + -o-animation-delay: 273.5s; + animation-delay: 273.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2736) +{ + -webkit-animation-delay: 273.6s; + -moz-animation-delay: 273.6s; + -o-animation-delay: 273.6s; + animation-delay: 273.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2737) +{ + -webkit-animation-delay: 273.7s; + -moz-animation-delay: 273.7s; + -o-animation-delay: 273.7s; + animation-delay: 273.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2738) +{ + -webkit-animation-delay: 273.8s; + -moz-animation-delay: 273.8s; + -o-animation-delay: 273.8s; + animation-delay: 273.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2739) +{ + -webkit-animation-delay: 273.9s; + -moz-animation-delay: 273.9s; + -o-animation-delay: 273.9s; + animation-delay: 273.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2740) +{ + -webkit-animation-delay: 274s; + -moz-animation-delay: 274s; + -o-animation-delay: 274s; + animation-delay: 274s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2741) +{ + -webkit-animation-delay: 274.1s; + -moz-animation-delay: 274.1s; + -o-animation-delay: 274.1s; + animation-delay: 274.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2742) +{ + -webkit-animation-delay: 274.2s; + -moz-animation-delay: 274.2s; + -o-animation-delay: 274.2s; + animation-delay: 274.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2743) +{ + -webkit-animation-delay: 274.3s; + -moz-animation-delay: 274.3s; + -o-animation-delay: 274.3s; + animation-delay: 274.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2744) +{ + -webkit-animation-delay: 274.4s; + -moz-animation-delay: 274.4s; + -o-animation-delay: 274.4s; + animation-delay: 274.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2745) +{ + -webkit-animation-delay: 274.5s; + -moz-animation-delay: 274.5s; + -o-animation-delay: 274.5s; + animation-delay: 274.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2746) +{ + -webkit-animation-delay: 274.6s; + -moz-animation-delay: 274.6s; + -o-animation-delay: 274.6s; + animation-delay: 274.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2747) +{ + -webkit-animation-delay: 274.7s; + -moz-animation-delay: 274.7s; + -o-animation-delay: 274.7s; + animation-delay: 274.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2748) +{ + -webkit-animation-delay: 274.8s; + -moz-animation-delay: 274.8s; + -o-animation-delay: 274.8s; + animation-delay: 274.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2749) +{ + -webkit-animation-delay: 274.9s; + -moz-animation-delay: 274.9s; + -o-animation-delay: 274.9s; + animation-delay: 274.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2750) +{ + -webkit-animation-delay: 275s; + -moz-animation-delay: 275s; + -o-animation-delay: 275s; + animation-delay: 275s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2751) +{ + -webkit-animation-delay: 275.1s; + -moz-animation-delay: 275.1s; + -o-animation-delay: 275.1s; + animation-delay: 275.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2752) +{ + -webkit-animation-delay: 275.2s; + -moz-animation-delay: 275.2s; + -o-animation-delay: 275.2s; + animation-delay: 275.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2753) +{ + -webkit-animation-delay: 275.3s; + -moz-animation-delay: 275.3s; + -o-animation-delay: 275.3s; + animation-delay: 275.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2754) +{ + -webkit-animation-delay: 275.4s; + -moz-animation-delay: 275.4s; + -o-animation-delay: 275.4s; + animation-delay: 275.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2755) +{ + -webkit-animation-delay: 275.5s; + -moz-animation-delay: 275.5s; + -o-animation-delay: 275.5s; + animation-delay: 275.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2756) +{ + -webkit-animation-delay: 275.6s; + -moz-animation-delay: 275.6s; + -o-animation-delay: 275.6s; + animation-delay: 275.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2757) +{ + -webkit-animation-delay: 275.7s; + -moz-animation-delay: 275.7s; + -o-animation-delay: 275.7s; + animation-delay: 275.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2758) +{ + -webkit-animation-delay: 275.8s; + -moz-animation-delay: 275.8s; + -o-animation-delay: 275.8s; + animation-delay: 275.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2759) +{ + -webkit-animation-delay: 275.9s; + -moz-animation-delay: 275.9s; + -o-animation-delay: 275.9s; + animation-delay: 275.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2760) +{ + -webkit-animation-delay: 276s; + -moz-animation-delay: 276s; + -o-animation-delay: 276s; + animation-delay: 276s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2761) +{ + -webkit-animation-delay: 276.1s; + -moz-animation-delay: 276.1s; + -o-animation-delay: 276.1s; + animation-delay: 276.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2762) +{ + -webkit-animation-delay: 276.2s; + -moz-animation-delay: 276.2s; + -o-animation-delay: 276.2s; + animation-delay: 276.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2763) +{ + -webkit-animation-delay: 276.3s; + -moz-animation-delay: 276.3s; + -o-animation-delay: 276.3s; + animation-delay: 276.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2764) +{ + -webkit-animation-delay: 276.4s; + -moz-animation-delay: 276.4s; + -o-animation-delay: 276.4s; + animation-delay: 276.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2765) +{ + -webkit-animation-delay: 276.5s; + -moz-animation-delay: 276.5s; + -o-animation-delay: 276.5s; + animation-delay: 276.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2766) +{ + -webkit-animation-delay: 276.6s; + -moz-animation-delay: 276.6s; + -o-animation-delay: 276.6s; + animation-delay: 276.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2767) +{ + -webkit-animation-delay: 276.7s; + -moz-animation-delay: 276.7s; + -o-animation-delay: 276.7s; + animation-delay: 276.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2768) +{ + -webkit-animation-delay: 276.8s; + -moz-animation-delay: 276.8s; + -o-animation-delay: 276.8s; + animation-delay: 276.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2769) +{ + -webkit-animation-delay: 276.9s; + -moz-animation-delay: 276.9s; + -o-animation-delay: 276.9s; + animation-delay: 276.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2770) +{ + -webkit-animation-delay: 277s; + -moz-animation-delay: 277s; + -o-animation-delay: 277s; + animation-delay: 277s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2771) +{ + -webkit-animation-delay: 277.1s; + -moz-animation-delay: 277.1s; + -o-animation-delay: 277.1s; + animation-delay: 277.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2772) +{ + -webkit-animation-delay: 277.2s; + -moz-animation-delay: 277.2s; + -o-animation-delay: 277.2s; + animation-delay: 277.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2773) +{ + -webkit-animation-delay: 277.3s; + -moz-animation-delay: 277.3s; + -o-animation-delay: 277.3s; + animation-delay: 277.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2774) +{ + -webkit-animation-delay: 277.4s; + -moz-animation-delay: 277.4s; + -o-animation-delay: 277.4s; + animation-delay: 277.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2775) +{ + -webkit-animation-delay: 277.5s; + -moz-animation-delay: 277.5s; + -o-animation-delay: 277.5s; + animation-delay: 277.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2776) +{ + -webkit-animation-delay: 277.6s; + -moz-animation-delay: 277.6s; + -o-animation-delay: 277.6s; + animation-delay: 277.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2777) +{ + -webkit-animation-delay: 277.7s; + -moz-animation-delay: 277.7s; + -o-animation-delay: 277.7s; + animation-delay: 277.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2778) +{ + -webkit-animation-delay: 277.8s; + -moz-animation-delay: 277.8s; + -o-animation-delay: 277.8s; + animation-delay: 277.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2779) +{ + -webkit-animation-delay: 277.9s; + -moz-animation-delay: 277.9s; + -o-animation-delay: 277.9s; + animation-delay: 277.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2780) +{ + -webkit-animation-delay: 278s; + -moz-animation-delay: 278s; + -o-animation-delay: 278s; + animation-delay: 278s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2781) +{ + -webkit-animation-delay: 278.1s; + -moz-animation-delay: 278.1s; + -o-animation-delay: 278.1s; + animation-delay: 278.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2782) +{ + -webkit-animation-delay: 278.2s; + -moz-animation-delay: 278.2s; + -o-animation-delay: 278.2s; + animation-delay: 278.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2783) +{ + -webkit-animation-delay: 278.3s; + -moz-animation-delay: 278.3s; + -o-animation-delay: 278.3s; + animation-delay: 278.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2784) +{ + -webkit-animation-delay: 278.4s; + -moz-animation-delay: 278.4s; + -o-animation-delay: 278.4s; + animation-delay: 278.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2785) +{ + -webkit-animation-delay: 278.5s; + -moz-animation-delay: 278.5s; + -o-animation-delay: 278.5s; + animation-delay: 278.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2786) +{ + -webkit-animation-delay: 278.6s; + -moz-animation-delay: 278.6s; + -o-animation-delay: 278.6s; + animation-delay: 278.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2787) +{ + -webkit-animation-delay: 278.7s; + -moz-animation-delay: 278.7s; + -o-animation-delay: 278.7s; + animation-delay: 278.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2788) +{ + -webkit-animation-delay: 278.8s; + -moz-animation-delay: 278.8s; + -o-animation-delay: 278.8s; + animation-delay: 278.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2789) +{ + -webkit-animation-delay: 278.9s; + -moz-animation-delay: 278.9s; + -o-animation-delay: 278.9s; + animation-delay: 278.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2790) +{ + -webkit-animation-delay: 279s; + -moz-animation-delay: 279s; + -o-animation-delay: 279s; + animation-delay: 279s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2791) +{ + -webkit-animation-delay: 279.1s; + -moz-animation-delay: 279.1s; + -o-animation-delay: 279.1s; + animation-delay: 279.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2792) +{ + -webkit-animation-delay: 279.2s; + -moz-animation-delay: 279.2s; + -o-animation-delay: 279.2s; + animation-delay: 279.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2793) +{ + -webkit-animation-delay: 279.3s; + -moz-animation-delay: 279.3s; + -o-animation-delay: 279.3s; + animation-delay: 279.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2794) +{ + -webkit-animation-delay: 279.4s; + -moz-animation-delay: 279.4s; + -o-animation-delay: 279.4s; + animation-delay: 279.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2795) +{ + -webkit-animation-delay: 279.5s; + -moz-animation-delay: 279.5s; + -o-animation-delay: 279.5s; + animation-delay: 279.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2796) +{ + -webkit-animation-delay: 279.6s; + -moz-animation-delay: 279.6s; + -o-animation-delay: 279.6s; + animation-delay: 279.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2797) +{ + -webkit-animation-delay: 279.7s; + -moz-animation-delay: 279.7s; + -o-animation-delay: 279.7s; + animation-delay: 279.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2798) +{ + -webkit-animation-delay: 279.8s; + -moz-animation-delay: 279.8s; + -o-animation-delay: 279.8s; + animation-delay: 279.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2799) +{ + -webkit-animation-delay: 279.9s; + -moz-animation-delay: 279.9s; + -o-animation-delay: 279.9s; + animation-delay: 279.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2800) +{ + -webkit-animation-delay: 280s; + -moz-animation-delay: 280s; + -o-animation-delay: 280s; + animation-delay: 280s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2801) +{ + -webkit-animation-delay: 280.1s; + -moz-animation-delay: 280.1s; + -o-animation-delay: 280.1s; + animation-delay: 280.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2802) +{ + -webkit-animation-delay: 280.2s; + -moz-animation-delay: 280.2s; + -o-animation-delay: 280.2s; + animation-delay: 280.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2803) +{ + -webkit-animation-delay: 280.3s; + -moz-animation-delay: 280.3s; + -o-animation-delay: 280.3s; + animation-delay: 280.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2804) +{ + -webkit-animation-delay: 280.4s; + -moz-animation-delay: 280.4s; + -o-animation-delay: 280.4s; + animation-delay: 280.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2805) +{ + -webkit-animation-delay: 280.5s; + -moz-animation-delay: 280.5s; + -o-animation-delay: 280.5s; + animation-delay: 280.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2806) +{ + -webkit-animation-delay: 280.6s; + -moz-animation-delay: 280.6s; + -o-animation-delay: 280.6s; + animation-delay: 280.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2807) +{ + -webkit-animation-delay: 280.7s; + -moz-animation-delay: 280.7s; + -o-animation-delay: 280.7s; + animation-delay: 280.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2808) +{ + -webkit-animation-delay: 280.8s; + -moz-animation-delay: 280.8s; + -o-animation-delay: 280.8s; + animation-delay: 280.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2809) +{ + -webkit-animation-delay: 280.9s; + -moz-animation-delay: 280.9s; + -o-animation-delay: 280.9s; + animation-delay: 280.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2810) +{ + -webkit-animation-delay: 281s; + -moz-animation-delay: 281s; + -o-animation-delay: 281s; + animation-delay: 281s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2811) +{ + -webkit-animation-delay: 281.1s; + -moz-animation-delay: 281.1s; + -o-animation-delay: 281.1s; + animation-delay: 281.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2812) +{ + -webkit-animation-delay: 281.2s; + -moz-animation-delay: 281.2s; + -o-animation-delay: 281.2s; + animation-delay: 281.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2813) +{ + -webkit-animation-delay: 281.3s; + -moz-animation-delay: 281.3s; + -o-animation-delay: 281.3s; + animation-delay: 281.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2814) +{ + -webkit-animation-delay: 281.4s; + -moz-animation-delay: 281.4s; + -o-animation-delay: 281.4s; + animation-delay: 281.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2815) +{ + -webkit-animation-delay: 281.5s; + -moz-animation-delay: 281.5s; + -o-animation-delay: 281.5s; + animation-delay: 281.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2816) +{ + -webkit-animation-delay: 281.6s; + -moz-animation-delay: 281.6s; + -o-animation-delay: 281.6s; + animation-delay: 281.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2817) +{ + -webkit-animation-delay: 281.7s; + -moz-animation-delay: 281.7s; + -o-animation-delay: 281.7s; + animation-delay: 281.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2818) +{ + -webkit-animation-delay: 281.8s; + -moz-animation-delay: 281.8s; + -o-animation-delay: 281.8s; + animation-delay: 281.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2819) +{ + -webkit-animation-delay: 281.9s; + -moz-animation-delay: 281.9s; + -o-animation-delay: 281.9s; + animation-delay: 281.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2820) +{ + -webkit-animation-delay: 282s; + -moz-animation-delay: 282s; + -o-animation-delay: 282s; + animation-delay: 282s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2821) +{ + -webkit-animation-delay: 282.1s; + -moz-animation-delay: 282.1s; + -o-animation-delay: 282.1s; + animation-delay: 282.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2822) +{ + -webkit-animation-delay: 282.2s; + -moz-animation-delay: 282.2s; + -o-animation-delay: 282.2s; + animation-delay: 282.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2823) +{ + -webkit-animation-delay: 282.3s; + -moz-animation-delay: 282.3s; + -o-animation-delay: 282.3s; + animation-delay: 282.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2824) +{ + -webkit-animation-delay: 282.4s; + -moz-animation-delay: 282.4s; + -o-animation-delay: 282.4s; + animation-delay: 282.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2825) +{ + -webkit-animation-delay: 282.5s; + -moz-animation-delay: 282.5s; + -o-animation-delay: 282.5s; + animation-delay: 282.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2826) +{ + -webkit-animation-delay: 282.6s; + -moz-animation-delay: 282.6s; + -o-animation-delay: 282.6s; + animation-delay: 282.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2827) +{ + -webkit-animation-delay: 282.7s; + -moz-animation-delay: 282.7s; + -o-animation-delay: 282.7s; + animation-delay: 282.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2828) +{ + -webkit-animation-delay: 282.8s; + -moz-animation-delay: 282.8s; + -o-animation-delay: 282.8s; + animation-delay: 282.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2829) +{ + -webkit-animation-delay: 282.9s; + -moz-animation-delay: 282.9s; + -o-animation-delay: 282.9s; + animation-delay: 282.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2830) +{ + -webkit-animation-delay: 283s; + -moz-animation-delay: 283s; + -o-animation-delay: 283s; + animation-delay: 283s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2831) +{ + -webkit-animation-delay: 283.1s; + -moz-animation-delay: 283.1s; + -o-animation-delay: 283.1s; + animation-delay: 283.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2832) +{ + -webkit-animation-delay: 283.2s; + -moz-animation-delay: 283.2s; + -o-animation-delay: 283.2s; + animation-delay: 283.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2833) +{ + -webkit-animation-delay: 283.3s; + -moz-animation-delay: 283.3s; + -o-animation-delay: 283.3s; + animation-delay: 283.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2834) +{ + -webkit-animation-delay: 283.4s; + -moz-animation-delay: 283.4s; + -o-animation-delay: 283.4s; + animation-delay: 283.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2835) +{ + -webkit-animation-delay: 283.5s; + -moz-animation-delay: 283.5s; + -o-animation-delay: 283.5s; + animation-delay: 283.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2836) +{ + -webkit-animation-delay: 283.6s; + -moz-animation-delay: 283.6s; + -o-animation-delay: 283.6s; + animation-delay: 283.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2837) +{ + -webkit-animation-delay: 283.7s; + -moz-animation-delay: 283.7s; + -o-animation-delay: 283.7s; + animation-delay: 283.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2838) +{ + -webkit-animation-delay: 283.8s; + -moz-animation-delay: 283.8s; + -o-animation-delay: 283.8s; + animation-delay: 283.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2839) +{ + -webkit-animation-delay: 283.9s; + -moz-animation-delay: 283.9s; + -o-animation-delay: 283.9s; + animation-delay: 283.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2840) +{ + -webkit-animation-delay: 284s; + -moz-animation-delay: 284s; + -o-animation-delay: 284s; + animation-delay: 284s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2841) +{ + -webkit-animation-delay: 284.1s; + -moz-animation-delay: 284.1s; + -o-animation-delay: 284.1s; + animation-delay: 284.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2842) +{ + -webkit-animation-delay: 284.2s; + -moz-animation-delay: 284.2s; + -o-animation-delay: 284.2s; + animation-delay: 284.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2843) +{ + -webkit-animation-delay: 284.3s; + -moz-animation-delay: 284.3s; + -o-animation-delay: 284.3s; + animation-delay: 284.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2844) +{ + -webkit-animation-delay: 284.4s; + -moz-animation-delay: 284.4s; + -o-animation-delay: 284.4s; + animation-delay: 284.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2845) +{ + -webkit-animation-delay: 284.5s; + -moz-animation-delay: 284.5s; + -o-animation-delay: 284.5s; + animation-delay: 284.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2846) +{ + -webkit-animation-delay: 284.6s; + -moz-animation-delay: 284.6s; + -o-animation-delay: 284.6s; + animation-delay: 284.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2847) +{ + -webkit-animation-delay: 284.7s; + -moz-animation-delay: 284.7s; + -o-animation-delay: 284.7s; + animation-delay: 284.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2848) +{ + -webkit-animation-delay: 284.8s; + -moz-animation-delay: 284.8s; + -o-animation-delay: 284.8s; + animation-delay: 284.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2849) +{ + -webkit-animation-delay: 284.9s; + -moz-animation-delay: 284.9s; + -o-animation-delay: 284.9s; + animation-delay: 284.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2850) +{ + -webkit-animation-delay: 285s; + -moz-animation-delay: 285s; + -o-animation-delay: 285s; + animation-delay: 285s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2851) +{ + -webkit-animation-delay: 285.1s; + -moz-animation-delay: 285.1s; + -o-animation-delay: 285.1s; + animation-delay: 285.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2852) +{ + -webkit-animation-delay: 285.2s; + -moz-animation-delay: 285.2s; + -o-animation-delay: 285.2s; + animation-delay: 285.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2853) +{ + -webkit-animation-delay: 285.3s; + -moz-animation-delay: 285.3s; + -o-animation-delay: 285.3s; + animation-delay: 285.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2854) +{ + -webkit-animation-delay: 285.4s; + -moz-animation-delay: 285.4s; + -o-animation-delay: 285.4s; + animation-delay: 285.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2855) +{ + -webkit-animation-delay: 285.5s; + -moz-animation-delay: 285.5s; + -o-animation-delay: 285.5s; + animation-delay: 285.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2856) +{ + -webkit-animation-delay: 285.6s; + -moz-animation-delay: 285.6s; + -o-animation-delay: 285.6s; + animation-delay: 285.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2857) +{ + -webkit-animation-delay: 285.7s; + -moz-animation-delay: 285.7s; + -o-animation-delay: 285.7s; + animation-delay: 285.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2858) +{ + -webkit-animation-delay: 285.8s; + -moz-animation-delay: 285.8s; + -o-animation-delay: 285.8s; + animation-delay: 285.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2859) +{ + -webkit-animation-delay: 285.9s; + -moz-animation-delay: 285.9s; + -o-animation-delay: 285.9s; + animation-delay: 285.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2860) +{ + -webkit-animation-delay: 286s; + -moz-animation-delay: 286s; + -o-animation-delay: 286s; + animation-delay: 286s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2861) +{ + -webkit-animation-delay: 286.1s; + -moz-animation-delay: 286.1s; + -o-animation-delay: 286.1s; + animation-delay: 286.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2862) +{ + -webkit-animation-delay: 286.2s; + -moz-animation-delay: 286.2s; + -o-animation-delay: 286.2s; + animation-delay: 286.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2863) +{ + -webkit-animation-delay: 286.3s; + -moz-animation-delay: 286.3s; + -o-animation-delay: 286.3s; + animation-delay: 286.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2864) +{ + -webkit-animation-delay: 286.4s; + -moz-animation-delay: 286.4s; + -o-animation-delay: 286.4s; + animation-delay: 286.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2865) +{ + -webkit-animation-delay: 286.5s; + -moz-animation-delay: 286.5s; + -o-animation-delay: 286.5s; + animation-delay: 286.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2866) +{ + -webkit-animation-delay: 286.6s; + -moz-animation-delay: 286.6s; + -o-animation-delay: 286.6s; + animation-delay: 286.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2867) +{ + -webkit-animation-delay: 286.7s; + -moz-animation-delay: 286.7s; + -o-animation-delay: 286.7s; + animation-delay: 286.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2868) +{ + -webkit-animation-delay: 286.8s; + -moz-animation-delay: 286.8s; + -o-animation-delay: 286.8s; + animation-delay: 286.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2869) +{ + -webkit-animation-delay: 286.9s; + -moz-animation-delay: 286.9s; + -o-animation-delay: 286.9s; + animation-delay: 286.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2870) +{ + -webkit-animation-delay: 287s; + -moz-animation-delay: 287s; + -o-animation-delay: 287s; + animation-delay: 287s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2871) +{ + -webkit-animation-delay: 287.1s; + -moz-animation-delay: 287.1s; + -o-animation-delay: 287.1s; + animation-delay: 287.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2872) +{ + -webkit-animation-delay: 287.2s; + -moz-animation-delay: 287.2s; + -o-animation-delay: 287.2s; + animation-delay: 287.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2873) +{ + -webkit-animation-delay: 287.3s; + -moz-animation-delay: 287.3s; + -o-animation-delay: 287.3s; + animation-delay: 287.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2874) +{ + -webkit-animation-delay: 287.4s; + -moz-animation-delay: 287.4s; + -o-animation-delay: 287.4s; + animation-delay: 287.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2875) +{ + -webkit-animation-delay: 287.5s; + -moz-animation-delay: 287.5s; + -o-animation-delay: 287.5s; + animation-delay: 287.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2876) +{ + -webkit-animation-delay: 287.6s; + -moz-animation-delay: 287.6s; + -o-animation-delay: 287.6s; + animation-delay: 287.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2877) +{ + -webkit-animation-delay: 287.7s; + -moz-animation-delay: 287.7s; + -o-animation-delay: 287.7s; + animation-delay: 287.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2878) +{ + -webkit-animation-delay: 287.8s; + -moz-animation-delay: 287.8s; + -o-animation-delay: 287.8s; + animation-delay: 287.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2879) +{ + -webkit-animation-delay: 287.9s; + -moz-animation-delay: 287.9s; + -o-animation-delay: 287.9s; + animation-delay: 287.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2880) +{ + -webkit-animation-delay: 288s; + -moz-animation-delay: 288s; + -o-animation-delay: 288s; + animation-delay: 288s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2881) +{ + -webkit-animation-delay: 288.1s; + -moz-animation-delay: 288.1s; + -o-animation-delay: 288.1s; + animation-delay: 288.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2882) +{ + -webkit-animation-delay: 288.2s; + -moz-animation-delay: 288.2s; + -o-animation-delay: 288.2s; + animation-delay: 288.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2883) +{ + -webkit-animation-delay: 288.3s; + -moz-animation-delay: 288.3s; + -o-animation-delay: 288.3s; + animation-delay: 288.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2884) +{ + -webkit-animation-delay: 288.4s; + -moz-animation-delay: 288.4s; + -o-animation-delay: 288.4s; + animation-delay: 288.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2885) +{ + -webkit-animation-delay: 288.5s; + -moz-animation-delay: 288.5s; + -o-animation-delay: 288.5s; + animation-delay: 288.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2886) +{ + -webkit-animation-delay: 288.6s; + -moz-animation-delay: 288.6s; + -o-animation-delay: 288.6s; + animation-delay: 288.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2887) +{ + -webkit-animation-delay: 288.7s; + -moz-animation-delay: 288.7s; + -o-animation-delay: 288.7s; + animation-delay: 288.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2888) +{ + -webkit-animation-delay: 288.8s; + -moz-animation-delay: 288.8s; + -o-animation-delay: 288.8s; + animation-delay: 288.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2889) +{ + -webkit-animation-delay: 288.9s; + -moz-animation-delay: 288.9s; + -o-animation-delay: 288.9s; + animation-delay: 288.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2890) +{ + -webkit-animation-delay: 289s; + -moz-animation-delay: 289s; + -o-animation-delay: 289s; + animation-delay: 289s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2891) +{ + -webkit-animation-delay: 289.1s; + -moz-animation-delay: 289.1s; + -o-animation-delay: 289.1s; + animation-delay: 289.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2892) +{ + -webkit-animation-delay: 289.2s; + -moz-animation-delay: 289.2s; + -o-animation-delay: 289.2s; + animation-delay: 289.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2893) +{ + -webkit-animation-delay: 289.3s; + -moz-animation-delay: 289.3s; + -o-animation-delay: 289.3s; + animation-delay: 289.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2894) +{ + -webkit-animation-delay: 289.4s; + -moz-animation-delay: 289.4s; + -o-animation-delay: 289.4s; + animation-delay: 289.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2895) +{ + -webkit-animation-delay: 289.5s; + -moz-animation-delay: 289.5s; + -o-animation-delay: 289.5s; + animation-delay: 289.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2896) +{ + -webkit-animation-delay: 289.6s; + -moz-animation-delay: 289.6s; + -o-animation-delay: 289.6s; + animation-delay: 289.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2897) +{ + -webkit-animation-delay: 289.7s; + -moz-animation-delay: 289.7s; + -o-animation-delay: 289.7s; + animation-delay: 289.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2898) +{ + -webkit-animation-delay: 289.8s; + -moz-animation-delay: 289.8s; + -o-animation-delay: 289.8s; + animation-delay: 289.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2899) +{ + -webkit-animation-delay: 289.9s; + -moz-animation-delay: 289.9s; + -o-animation-delay: 289.9s; + animation-delay: 289.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2900) +{ + -webkit-animation-delay: 290s; + -moz-animation-delay: 290s; + -o-animation-delay: 290s; + animation-delay: 290s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2901) +{ + -webkit-animation-delay: 290.1s; + -moz-animation-delay: 290.1s; + -o-animation-delay: 290.1s; + animation-delay: 290.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2902) +{ + -webkit-animation-delay: 290.2s; + -moz-animation-delay: 290.2s; + -o-animation-delay: 290.2s; + animation-delay: 290.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2903) +{ + -webkit-animation-delay: 290.3s; + -moz-animation-delay: 290.3s; + -o-animation-delay: 290.3s; + animation-delay: 290.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2904) +{ + -webkit-animation-delay: 290.4s; + -moz-animation-delay: 290.4s; + -o-animation-delay: 290.4s; + animation-delay: 290.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2905) +{ + -webkit-animation-delay: 290.5s; + -moz-animation-delay: 290.5s; + -o-animation-delay: 290.5s; + animation-delay: 290.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2906) +{ + -webkit-animation-delay: 290.6s; + -moz-animation-delay: 290.6s; + -o-animation-delay: 290.6s; + animation-delay: 290.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2907) +{ + -webkit-animation-delay: 290.7s; + -moz-animation-delay: 290.7s; + -o-animation-delay: 290.7s; + animation-delay: 290.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2908) +{ + -webkit-animation-delay: 290.8s; + -moz-animation-delay: 290.8s; + -o-animation-delay: 290.8s; + animation-delay: 290.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2909) +{ + -webkit-animation-delay: 290.9s; + -moz-animation-delay: 290.9s; + -o-animation-delay: 290.9s; + animation-delay: 290.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2910) +{ + -webkit-animation-delay: 291s; + -moz-animation-delay: 291s; + -o-animation-delay: 291s; + animation-delay: 291s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2911) +{ + -webkit-animation-delay: 291.1s; + -moz-animation-delay: 291.1s; + -o-animation-delay: 291.1s; + animation-delay: 291.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2912) +{ + -webkit-animation-delay: 291.2s; + -moz-animation-delay: 291.2s; + -o-animation-delay: 291.2s; + animation-delay: 291.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2913) +{ + -webkit-animation-delay: 291.3s; + -moz-animation-delay: 291.3s; + -o-animation-delay: 291.3s; + animation-delay: 291.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2914) +{ + -webkit-animation-delay: 291.4s; + -moz-animation-delay: 291.4s; + -o-animation-delay: 291.4s; + animation-delay: 291.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2915) +{ + -webkit-animation-delay: 291.5s; + -moz-animation-delay: 291.5s; + -o-animation-delay: 291.5s; + animation-delay: 291.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2916) +{ + -webkit-animation-delay: 291.6s; + -moz-animation-delay: 291.6s; + -o-animation-delay: 291.6s; + animation-delay: 291.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2917) +{ + -webkit-animation-delay: 291.7s; + -moz-animation-delay: 291.7s; + -o-animation-delay: 291.7s; + animation-delay: 291.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2918) +{ + -webkit-animation-delay: 291.8s; + -moz-animation-delay: 291.8s; + -o-animation-delay: 291.8s; + animation-delay: 291.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2919) +{ + -webkit-animation-delay: 291.9s; + -moz-animation-delay: 291.9s; + -o-animation-delay: 291.9s; + animation-delay: 291.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2920) +{ + -webkit-animation-delay: 292s; + -moz-animation-delay: 292s; + -o-animation-delay: 292s; + animation-delay: 292s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2921) +{ + -webkit-animation-delay: 292.1s; + -moz-animation-delay: 292.1s; + -o-animation-delay: 292.1s; + animation-delay: 292.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2922) +{ + -webkit-animation-delay: 292.2s; + -moz-animation-delay: 292.2s; + -o-animation-delay: 292.2s; + animation-delay: 292.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2923) +{ + -webkit-animation-delay: 292.3s; + -moz-animation-delay: 292.3s; + -o-animation-delay: 292.3s; + animation-delay: 292.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2924) +{ + -webkit-animation-delay: 292.4s; + -moz-animation-delay: 292.4s; + -o-animation-delay: 292.4s; + animation-delay: 292.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2925) +{ + -webkit-animation-delay: 292.5s; + -moz-animation-delay: 292.5s; + -o-animation-delay: 292.5s; + animation-delay: 292.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2926) +{ + -webkit-animation-delay: 292.6s; + -moz-animation-delay: 292.6s; + -o-animation-delay: 292.6s; + animation-delay: 292.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2927) +{ + -webkit-animation-delay: 292.7s; + -moz-animation-delay: 292.7s; + -o-animation-delay: 292.7s; + animation-delay: 292.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2928) +{ + -webkit-animation-delay: 292.8s; + -moz-animation-delay: 292.8s; + -o-animation-delay: 292.8s; + animation-delay: 292.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2929) +{ + -webkit-animation-delay: 292.9s; + -moz-animation-delay: 292.9s; + -o-animation-delay: 292.9s; + animation-delay: 292.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2930) +{ + -webkit-animation-delay: 293s; + -moz-animation-delay: 293s; + -o-animation-delay: 293s; + animation-delay: 293s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2931) +{ + -webkit-animation-delay: 293.1s; + -moz-animation-delay: 293.1s; + -o-animation-delay: 293.1s; + animation-delay: 293.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2932) +{ + -webkit-animation-delay: 293.2s; + -moz-animation-delay: 293.2s; + -o-animation-delay: 293.2s; + animation-delay: 293.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2933) +{ + -webkit-animation-delay: 293.3s; + -moz-animation-delay: 293.3s; + -o-animation-delay: 293.3s; + animation-delay: 293.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2934) +{ + -webkit-animation-delay: 293.4s; + -moz-animation-delay: 293.4s; + -o-animation-delay: 293.4s; + animation-delay: 293.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2935) +{ + -webkit-animation-delay: 293.5s; + -moz-animation-delay: 293.5s; + -o-animation-delay: 293.5s; + animation-delay: 293.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2936) +{ + -webkit-animation-delay: 293.6s; + -moz-animation-delay: 293.6s; + -o-animation-delay: 293.6s; + animation-delay: 293.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2937) +{ + -webkit-animation-delay: 293.7s; + -moz-animation-delay: 293.7s; + -o-animation-delay: 293.7s; + animation-delay: 293.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2938) +{ + -webkit-animation-delay: 293.8s; + -moz-animation-delay: 293.8s; + -o-animation-delay: 293.8s; + animation-delay: 293.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2939) +{ + -webkit-animation-delay: 293.9s; + -moz-animation-delay: 293.9s; + -o-animation-delay: 293.9s; + animation-delay: 293.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2940) +{ + -webkit-animation-delay: 294s; + -moz-animation-delay: 294s; + -o-animation-delay: 294s; + animation-delay: 294s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2941) +{ + -webkit-animation-delay: 294.1s; + -moz-animation-delay: 294.1s; + -o-animation-delay: 294.1s; + animation-delay: 294.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2942) +{ + -webkit-animation-delay: 294.2s; + -moz-animation-delay: 294.2s; + -o-animation-delay: 294.2s; + animation-delay: 294.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2943) +{ + -webkit-animation-delay: 294.3s; + -moz-animation-delay: 294.3s; + -o-animation-delay: 294.3s; + animation-delay: 294.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2944) +{ + -webkit-animation-delay: 294.4s; + -moz-animation-delay: 294.4s; + -o-animation-delay: 294.4s; + animation-delay: 294.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2945) +{ + -webkit-animation-delay: 294.5s; + -moz-animation-delay: 294.5s; + -o-animation-delay: 294.5s; + animation-delay: 294.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2946) +{ + -webkit-animation-delay: 294.6s; + -moz-animation-delay: 294.6s; + -o-animation-delay: 294.6s; + animation-delay: 294.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2947) +{ + -webkit-animation-delay: 294.7s; + -moz-animation-delay: 294.7s; + -o-animation-delay: 294.7s; + animation-delay: 294.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2948) +{ + -webkit-animation-delay: 294.8s; + -moz-animation-delay: 294.8s; + -o-animation-delay: 294.8s; + animation-delay: 294.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2949) +{ + -webkit-animation-delay: 294.9s; + -moz-animation-delay: 294.9s; + -o-animation-delay: 294.9s; + animation-delay: 294.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2950) +{ + -webkit-animation-delay: 295s; + -moz-animation-delay: 295s; + -o-animation-delay: 295s; + animation-delay: 295s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2951) +{ + -webkit-animation-delay: 295.1s; + -moz-animation-delay: 295.1s; + -o-animation-delay: 295.1s; + animation-delay: 295.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2952) +{ + -webkit-animation-delay: 295.2s; + -moz-animation-delay: 295.2s; + -o-animation-delay: 295.2s; + animation-delay: 295.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2953) +{ + -webkit-animation-delay: 295.3s; + -moz-animation-delay: 295.3s; + -o-animation-delay: 295.3s; + animation-delay: 295.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2954) +{ + -webkit-animation-delay: 295.4s; + -moz-animation-delay: 295.4s; + -o-animation-delay: 295.4s; + animation-delay: 295.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2955) +{ + -webkit-animation-delay: 295.5s; + -moz-animation-delay: 295.5s; + -o-animation-delay: 295.5s; + animation-delay: 295.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2956) +{ + -webkit-animation-delay: 295.6s; + -moz-animation-delay: 295.6s; + -o-animation-delay: 295.6s; + animation-delay: 295.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2957) +{ + -webkit-animation-delay: 295.7s; + -moz-animation-delay: 295.7s; + -o-animation-delay: 295.7s; + animation-delay: 295.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2958) +{ + -webkit-animation-delay: 295.8s; + -moz-animation-delay: 295.8s; + -o-animation-delay: 295.8s; + animation-delay: 295.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2959) +{ + -webkit-animation-delay: 295.9s; + -moz-animation-delay: 295.9s; + -o-animation-delay: 295.9s; + animation-delay: 295.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2960) +{ + -webkit-animation-delay: 296s; + -moz-animation-delay: 296s; + -o-animation-delay: 296s; + animation-delay: 296s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2961) +{ + -webkit-animation-delay: 296.1s; + -moz-animation-delay: 296.1s; + -o-animation-delay: 296.1s; + animation-delay: 296.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2962) +{ + -webkit-animation-delay: 296.2s; + -moz-animation-delay: 296.2s; + -o-animation-delay: 296.2s; + animation-delay: 296.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2963) +{ + -webkit-animation-delay: 296.3s; + -moz-animation-delay: 296.3s; + -o-animation-delay: 296.3s; + animation-delay: 296.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2964) +{ + -webkit-animation-delay: 296.4s; + -moz-animation-delay: 296.4s; + -o-animation-delay: 296.4s; + animation-delay: 296.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2965) +{ + -webkit-animation-delay: 296.5s; + -moz-animation-delay: 296.5s; + -o-animation-delay: 296.5s; + animation-delay: 296.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2966) +{ + -webkit-animation-delay: 296.6s; + -moz-animation-delay: 296.6s; + -o-animation-delay: 296.6s; + animation-delay: 296.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2967) +{ + -webkit-animation-delay: 296.7s; + -moz-animation-delay: 296.7s; + -o-animation-delay: 296.7s; + animation-delay: 296.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2968) +{ + -webkit-animation-delay: 296.8s; + -moz-animation-delay: 296.8s; + -o-animation-delay: 296.8s; + animation-delay: 296.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2969) +{ + -webkit-animation-delay: 296.9s; + -moz-animation-delay: 296.9s; + -o-animation-delay: 296.9s; + animation-delay: 296.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2970) +{ + -webkit-animation-delay: 297s; + -moz-animation-delay: 297s; + -o-animation-delay: 297s; + animation-delay: 297s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2971) +{ + -webkit-animation-delay: 297.1s; + -moz-animation-delay: 297.1s; + -o-animation-delay: 297.1s; + animation-delay: 297.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2972) +{ + -webkit-animation-delay: 297.2s; + -moz-animation-delay: 297.2s; + -o-animation-delay: 297.2s; + animation-delay: 297.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2973) +{ + -webkit-animation-delay: 297.3s; + -moz-animation-delay: 297.3s; + -o-animation-delay: 297.3s; + animation-delay: 297.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2974) +{ + -webkit-animation-delay: 297.4s; + -moz-animation-delay: 297.4s; + -o-animation-delay: 297.4s; + animation-delay: 297.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2975) +{ + -webkit-animation-delay: 297.5s; + -moz-animation-delay: 297.5s; + -o-animation-delay: 297.5s; + animation-delay: 297.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2976) +{ + -webkit-animation-delay: 297.6s; + -moz-animation-delay: 297.6s; + -o-animation-delay: 297.6s; + animation-delay: 297.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2977) +{ + -webkit-animation-delay: 297.7s; + -moz-animation-delay: 297.7s; + -o-animation-delay: 297.7s; + animation-delay: 297.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2978) +{ + -webkit-animation-delay: 297.8s; + -moz-animation-delay: 297.8s; + -o-animation-delay: 297.8s; + animation-delay: 297.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2979) +{ + -webkit-animation-delay: 297.9s; + -moz-animation-delay: 297.9s; + -o-animation-delay: 297.9s; + animation-delay: 297.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2980) +{ + -webkit-animation-delay: 298s; + -moz-animation-delay: 298s; + -o-animation-delay: 298s; + animation-delay: 298s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2981) +{ + -webkit-animation-delay: 298.1s; + -moz-animation-delay: 298.1s; + -o-animation-delay: 298.1s; + animation-delay: 298.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2982) +{ + -webkit-animation-delay: 298.2s; + -moz-animation-delay: 298.2s; + -o-animation-delay: 298.2s; + animation-delay: 298.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2983) +{ + -webkit-animation-delay: 298.3s; + -moz-animation-delay: 298.3s; + -o-animation-delay: 298.3s; + animation-delay: 298.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2984) +{ + -webkit-animation-delay: 298.4s; + -moz-animation-delay: 298.4s; + -o-animation-delay: 298.4s; + animation-delay: 298.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2985) +{ + -webkit-animation-delay: 298.5s; + -moz-animation-delay: 298.5s; + -o-animation-delay: 298.5s; + animation-delay: 298.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2986) +{ + -webkit-animation-delay: 298.6s; + -moz-animation-delay: 298.6s; + -o-animation-delay: 298.6s; + animation-delay: 298.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2987) +{ + -webkit-animation-delay: 298.7s; + -moz-animation-delay: 298.7s; + -o-animation-delay: 298.7s; + animation-delay: 298.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2988) +{ + -webkit-animation-delay: 298.8s; + -moz-animation-delay: 298.8s; + -o-animation-delay: 298.8s; + animation-delay: 298.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2989) +{ + -webkit-animation-delay: 298.9s; + -moz-animation-delay: 298.9s; + -o-animation-delay: 298.9s; + animation-delay: 298.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2990) +{ + -webkit-animation-delay: 299s; + -moz-animation-delay: 299s; + -o-animation-delay: 299s; + animation-delay: 299s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2991) +{ + -webkit-animation-delay: 299.1s; + -moz-animation-delay: 299.1s; + -o-animation-delay: 299.1s; + animation-delay: 299.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2992) +{ + -webkit-animation-delay: 299.2s; + -moz-animation-delay: 299.2s; + -o-animation-delay: 299.2s; + animation-delay: 299.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2993) +{ + -webkit-animation-delay: 299.3s; + -moz-animation-delay: 299.3s; + -o-animation-delay: 299.3s; + animation-delay: 299.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2994) +{ + -webkit-animation-delay: 299.4s; + -moz-animation-delay: 299.4s; + -o-animation-delay: 299.4s; + animation-delay: 299.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2995) +{ + -webkit-animation-delay: 299.5s; + -moz-animation-delay: 299.5s; + -o-animation-delay: 299.5s; + animation-delay: 299.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2996) +{ + -webkit-animation-delay: 299.6s; + -moz-animation-delay: 299.6s; + -o-animation-delay: 299.6s; + animation-delay: 299.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2997) +{ + -webkit-animation-delay: 299.7s; + -moz-animation-delay: 299.7s; + -o-animation-delay: 299.7s; + animation-delay: 299.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2998) +{ + -webkit-animation-delay: 299.8s; + -moz-animation-delay: 299.8s; + -o-animation-delay: 299.8s; + animation-delay: 299.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2999) +{ + -webkit-animation-delay: 299.9s; + -moz-animation-delay: 299.9s; + -o-animation-delay: 299.9s; + animation-delay: 299.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3000) +{ + -webkit-animation-delay: 300s; + -moz-animation-delay: 300s; + -o-animation-delay: 300s; + animation-delay: 300s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3001) +{ + -webkit-animation-delay: 300.1s; + -moz-animation-delay: 300.1s; + -o-animation-delay: 300.1s; + animation-delay: 300.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3002) +{ + -webkit-animation-delay: 300.2s; + -moz-animation-delay: 300.2s; + -o-animation-delay: 300.2s; + animation-delay: 300.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3003) +{ + -webkit-animation-delay: 300.3s; + -moz-animation-delay: 300.3s; + -o-animation-delay: 300.3s; + animation-delay: 300.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3004) +{ + -webkit-animation-delay: 300.4s; + -moz-animation-delay: 300.4s; + -o-animation-delay: 300.4s; + animation-delay: 300.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3005) +{ + -webkit-animation-delay: 300.5s; + -moz-animation-delay: 300.5s; + -o-animation-delay: 300.5s; + animation-delay: 300.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3006) +{ + -webkit-animation-delay: 300.6s; + -moz-animation-delay: 300.6s; + -o-animation-delay: 300.6s; + animation-delay: 300.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3007) +{ + -webkit-animation-delay: 300.7s; + -moz-animation-delay: 300.7s; + -o-animation-delay: 300.7s; + animation-delay: 300.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3008) +{ + -webkit-animation-delay: 300.8s; + -moz-animation-delay: 300.8s; + -o-animation-delay: 300.8s; + animation-delay: 300.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3009) +{ + -webkit-animation-delay: 300.9s; + -moz-animation-delay: 300.9s; + -o-animation-delay: 300.9s; + animation-delay: 300.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3010) +{ + -webkit-animation-delay: 301s; + -moz-animation-delay: 301s; + -o-animation-delay: 301s; + animation-delay: 301s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3011) +{ + -webkit-animation-delay: 301.1s; + -moz-animation-delay: 301.1s; + -o-animation-delay: 301.1s; + animation-delay: 301.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3012) +{ + -webkit-animation-delay: 301.2s; + -moz-animation-delay: 301.2s; + -o-animation-delay: 301.2s; + animation-delay: 301.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3013) +{ + -webkit-animation-delay: 301.3s; + -moz-animation-delay: 301.3s; + -o-animation-delay: 301.3s; + animation-delay: 301.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3014) +{ + -webkit-animation-delay: 301.4s; + -moz-animation-delay: 301.4s; + -o-animation-delay: 301.4s; + animation-delay: 301.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3015) +{ + -webkit-animation-delay: 301.5s; + -moz-animation-delay: 301.5s; + -o-animation-delay: 301.5s; + animation-delay: 301.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3016) +{ + -webkit-animation-delay: 301.6s; + -moz-animation-delay: 301.6s; + -o-animation-delay: 301.6s; + animation-delay: 301.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3017) +{ + -webkit-animation-delay: 301.7s; + -moz-animation-delay: 301.7s; + -o-animation-delay: 301.7s; + animation-delay: 301.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3018) +{ + -webkit-animation-delay: 301.8s; + -moz-animation-delay: 301.8s; + -o-animation-delay: 301.8s; + animation-delay: 301.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3019) +{ + -webkit-animation-delay: 301.9s; + -moz-animation-delay: 301.9s; + -o-animation-delay: 301.9s; + animation-delay: 301.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3020) +{ + -webkit-animation-delay: 302s; + -moz-animation-delay: 302s; + -o-animation-delay: 302s; + animation-delay: 302s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3021) +{ + -webkit-animation-delay: 302.1s; + -moz-animation-delay: 302.1s; + -o-animation-delay: 302.1s; + animation-delay: 302.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3022) +{ + -webkit-animation-delay: 302.2s; + -moz-animation-delay: 302.2s; + -o-animation-delay: 302.2s; + animation-delay: 302.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3023) +{ + -webkit-animation-delay: 302.3s; + -moz-animation-delay: 302.3s; + -o-animation-delay: 302.3s; + animation-delay: 302.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3024) +{ + -webkit-animation-delay: 302.4s; + -moz-animation-delay: 302.4s; + -o-animation-delay: 302.4s; + animation-delay: 302.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3025) +{ + -webkit-animation-delay: 302.5s; + -moz-animation-delay: 302.5s; + -o-animation-delay: 302.5s; + animation-delay: 302.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3026) +{ + -webkit-animation-delay: 302.6s; + -moz-animation-delay: 302.6s; + -o-animation-delay: 302.6s; + animation-delay: 302.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3027) +{ + -webkit-animation-delay: 302.7s; + -moz-animation-delay: 302.7s; + -o-animation-delay: 302.7s; + animation-delay: 302.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3028) +{ + -webkit-animation-delay: 302.8s; + -moz-animation-delay: 302.8s; + -o-animation-delay: 302.8s; + animation-delay: 302.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3029) +{ + -webkit-animation-delay: 302.9s; + -moz-animation-delay: 302.9s; + -o-animation-delay: 302.9s; + animation-delay: 302.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3030) +{ + -webkit-animation-delay: 303s; + -moz-animation-delay: 303s; + -o-animation-delay: 303s; + animation-delay: 303s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3031) +{ + -webkit-animation-delay: 303.1s; + -moz-animation-delay: 303.1s; + -o-animation-delay: 303.1s; + animation-delay: 303.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3032) +{ + -webkit-animation-delay: 303.2s; + -moz-animation-delay: 303.2s; + -o-animation-delay: 303.2s; + animation-delay: 303.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3033) +{ + -webkit-animation-delay: 303.3s; + -moz-animation-delay: 303.3s; + -o-animation-delay: 303.3s; + animation-delay: 303.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3034) +{ + -webkit-animation-delay: 303.4s; + -moz-animation-delay: 303.4s; + -o-animation-delay: 303.4s; + animation-delay: 303.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3035) +{ + -webkit-animation-delay: 303.5s; + -moz-animation-delay: 303.5s; + -o-animation-delay: 303.5s; + animation-delay: 303.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3036) +{ + -webkit-animation-delay: 303.6s; + -moz-animation-delay: 303.6s; + -o-animation-delay: 303.6s; + animation-delay: 303.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3037) +{ + -webkit-animation-delay: 303.7s; + -moz-animation-delay: 303.7s; + -o-animation-delay: 303.7s; + animation-delay: 303.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3038) +{ + -webkit-animation-delay: 303.8s; + -moz-animation-delay: 303.8s; + -o-animation-delay: 303.8s; + animation-delay: 303.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3039) +{ + -webkit-animation-delay: 303.9s; + -moz-animation-delay: 303.9s; + -o-animation-delay: 303.9s; + animation-delay: 303.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3040) +{ + -webkit-animation-delay: 304s; + -moz-animation-delay: 304s; + -o-animation-delay: 304s; + animation-delay: 304s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3041) +{ + -webkit-animation-delay: 304.1s; + -moz-animation-delay: 304.1s; + -o-animation-delay: 304.1s; + animation-delay: 304.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3042) +{ + -webkit-animation-delay: 304.2s; + -moz-animation-delay: 304.2s; + -o-animation-delay: 304.2s; + animation-delay: 304.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3043) +{ + -webkit-animation-delay: 304.3s; + -moz-animation-delay: 304.3s; + -o-animation-delay: 304.3s; + animation-delay: 304.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3044) +{ + -webkit-animation-delay: 304.4s; + -moz-animation-delay: 304.4s; + -o-animation-delay: 304.4s; + animation-delay: 304.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3045) +{ + -webkit-animation-delay: 304.5s; + -moz-animation-delay: 304.5s; + -o-animation-delay: 304.5s; + animation-delay: 304.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3046) +{ + -webkit-animation-delay: 304.6s; + -moz-animation-delay: 304.6s; + -o-animation-delay: 304.6s; + animation-delay: 304.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3047) +{ + -webkit-animation-delay: 304.7s; + -moz-animation-delay: 304.7s; + -o-animation-delay: 304.7s; + animation-delay: 304.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3048) +{ + -webkit-animation-delay: 304.8s; + -moz-animation-delay: 304.8s; + -o-animation-delay: 304.8s; + animation-delay: 304.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3049) +{ + -webkit-animation-delay: 304.9s; + -moz-animation-delay: 304.9s; + -o-animation-delay: 304.9s; + animation-delay: 304.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3050) +{ + -webkit-animation-delay: 305s; + -moz-animation-delay: 305s; + -o-animation-delay: 305s; + animation-delay: 305s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3051) +{ + -webkit-animation-delay: 305.1s; + -moz-animation-delay: 305.1s; + -o-animation-delay: 305.1s; + animation-delay: 305.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3052) +{ + -webkit-animation-delay: 305.2s; + -moz-animation-delay: 305.2s; + -o-animation-delay: 305.2s; + animation-delay: 305.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3053) +{ + -webkit-animation-delay: 305.3s; + -moz-animation-delay: 305.3s; + -o-animation-delay: 305.3s; + animation-delay: 305.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3054) +{ + -webkit-animation-delay: 305.4s; + -moz-animation-delay: 305.4s; + -o-animation-delay: 305.4s; + animation-delay: 305.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3055) +{ + -webkit-animation-delay: 305.5s; + -moz-animation-delay: 305.5s; + -o-animation-delay: 305.5s; + animation-delay: 305.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3056) +{ + -webkit-animation-delay: 305.6s; + -moz-animation-delay: 305.6s; + -o-animation-delay: 305.6s; + animation-delay: 305.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3057) +{ + -webkit-animation-delay: 305.7s; + -moz-animation-delay: 305.7s; + -o-animation-delay: 305.7s; + animation-delay: 305.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3058) +{ + -webkit-animation-delay: 305.8s; + -moz-animation-delay: 305.8s; + -o-animation-delay: 305.8s; + animation-delay: 305.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3059) +{ + -webkit-animation-delay: 305.9s; + -moz-animation-delay: 305.9s; + -o-animation-delay: 305.9s; + animation-delay: 305.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3060) +{ + -webkit-animation-delay: 306s; + -moz-animation-delay: 306s; + -o-animation-delay: 306s; + animation-delay: 306s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3061) +{ + -webkit-animation-delay: 306.1s; + -moz-animation-delay: 306.1s; + -o-animation-delay: 306.1s; + animation-delay: 306.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3062) +{ + -webkit-animation-delay: 306.2s; + -moz-animation-delay: 306.2s; + -o-animation-delay: 306.2s; + animation-delay: 306.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3063) +{ + -webkit-animation-delay: 306.3s; + -moz-animation-delay: 306.3s; + -o-animation-delay: 306.3s; + animation-delay: 306.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3064) +{ + -webkit-animation-delay: 306.4s; + -moz-animation-delay: 306.4s; + -o-animation-delay: 306.4s; + animation-delay: 306.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3065) +{ + -webkit-animation-delay: 306.5s; + -moz-animation-delay: 306.5s; + -o-animation-delay: 306.5s; + animation-delay: 306.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3066) +{ + -webkit-animation-delay: 306.6s; + -moz-animation-delay: 306.6s; + -o-animation-delay: 306.6s; + animation-delay: 306.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3067) +{ + -webkit-animation-delay: 306.7s; + -moz-animation-delay: 306.7s; + -o-animation-delay: 306.7s; + animation-delay: 306.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3068) +{ + -webkit-animation-delay: 306.8s; + -moz-animation-delay: 306.8s; + -o-animation-delay: 306.8s; + animation-delay: 306.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3069) +{ + -webkit-animation-delay: 306.9s; + -moz-animation-delay: 306.9s; + -o-animation-delay: 306.9s; + animation-delay: 306.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3070) +{ + -webkit-animation-delay: 307s; + -moz-animation-delay: 307s; + -o-animation-delay: 307s; + animation-delay: 307s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3071) +{ + -webkit-animation-delay: 307.1s; + -moz-animation-delay: 307.1s; + -o-animation-delay: 307.1s; + animation-delay: 307.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3072) +{ + -webkit-animation-delay: 307.2s; + -moz-animation-delay: 307.2s; + -o-animation-delay: 307.2s; + animation-delay: 307.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3073) +{ + -webkit-animation-delay: 307.3s; + -moz-animation-delay: 307.3s; + -o-animation-delay: 307.3s; + animation-delay: 307.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3074) +{ + -webkit-animation-delay: 307.4s; + -moz-animation-delay: 307.4s; + -o-animation-delay: 307.4s; + animation-delay: 307.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3075) +{ + -webkit-animation-delay: 307.5s; + -moz-animation-delay: 307.5s; + -o-animation-delay: 307.5s; + animation-delay: 307.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3076) +{ + -webkit-animation-delay: 307.6s; + -moz-animation-delay: 307.6s; + -o-animation-delay: 307.6s; + animation-delay: 307.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3077) +{ + -webkit-animation-delay: 307.7s; + -moz-animation-delay: 307.7s; + -o-animation-delay: 307.7s; + animation-delay: 307.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3078) +{ + -webkit-animation-delay: 307.8s; + -moz-animation-delay: 307.8s; + -o-animation-delay: 307.8s; + animation-delay: 307.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3079) +{ + -webkit-animation-delay: 307.9s; + -moz-animation-delay: 307.9s; + -o-animation-delay: 307.9s; + animation-delay: 307.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3080) +{ + -webkit-animation-delay: 308s; + -moz-animation-delay: 308s; + -o-animation-delay: 308s; + animation-delay: 308s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3081) +{ + -webkit-animation-delay: 308.1s; + -moz-animation-delay: 308.1s; + -o-animation-delay: 308.1s; + animation-delay: 308.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3082) +{ + -webkit-animation-delay: 308.2s; + -moz-animation-delay: 308.2s; + -o-animation-delay: 308.2s; + animation-delay: 308.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3083) +{ + -webkit-animation-delay: 308.3s; + -moz-animation-delay: 308.3s; + -o-animation-delay: 308.3s; + animation-delay: 308.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3084) +{ + -webkit-animation-delay: 308.4s; + -moz-animation-delay: 308.4s; + -o-animation-delay: 308.4s; + animation-delay: 308.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3085) +{ + -webkit-animation-delay: 308.5s; + -moz-animation-delay: 308.5s; + -o-animation-delay: 308.5s; + animation-delay: 308.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3086) +{ + -webkit-animation-delay: 308.6s; + -moz-animation-delay: 308.6s; + -o-animation-delay: 308.6s; + animation-delay: 308.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3087) +{ + -webkit-animation-delay: 308.7s; + -moz-animation-delay: 308.7s; + -o-animation-delay: 308.7s; + animation-delay: 308.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3088) +{ + -webkit-animation-delay: 308.8s; + -moz-animation-delay: 308.8s; + -o-animation-delay: 308.8s; + animation-delay: 308.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3089) +{ + -webkit-animation-delay: 308.9s; + -moz-animation-delay: 308.9s; + -o-animation-delay: 308.9s; + animation-delay: 308.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3090) +{ + -webkit-animation-delay: 309s; + -moz-animation-delay: 309s; + -o-animation-delay: 309s; + animation-delay: 309s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3091) +{ + -webkit-animation-delay: 309.1s; + -moz-animation-delay: 309.1s; + -o-animation-delay: 309.1s; + animation-delay: 309.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3092) +{ + -webkit-animation-delay: 309.2s; + -moz-animation-delay: 309.2s; + -o-animation-delay: 309.2s; + animation-delay: 309.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3093) +{ + -webkit-animation-delay: 309.3s; + -moz-animation-delay: 309.3s; + -o-animation-delay: 309.3s; + animation-delay: 309.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3094) +{ + -webkit-animation-delay: 309.4s; + -moz-animation-delay: 309.4s; + -o-animation-delay: 309.4s; + animation-delay: 309.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3095) +{ + -webkit-animation-delay: 309.5s; + -moz-animation-delay: 309.5s; + -o-animation-delay: 309.5s; + animation-delay: 309.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3096) +{ + -webkit-animation-delay: 309.6s; + -moz-animation-delay: 309.6s; + -o-animation-delay: 309.6s; + animation-delay: 309.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3097) +{ + -webkit-animation-delay: 309.7s; + -moz-animation-delay: 309.7s; + -o-animation-delay: 309.7s; + animation-delay: 309.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3098) +{ + -webkit-animation-delay: 309.8s; + -moz-animation-delay: 309.8s; + -o-animation-delay: 309.8s; + animation-delay: 309.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3099) +{ + -webkit-animation-delay: 309.9s; + -moz-animation-delay: 309.9s; + -o-animation-delay: 309.9s; + animation-delay: 309.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3100) +{ + -webkit-animation-delay: 310s; + -moz-animation-delay: 310s; + -o-animation-delay: 310s; + animation-delay: 310s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3101) +{ + -webkit-animation-delay: 310.1s; + -moz-animation-delay: 310.1s; + -o-animation-delay: 310.1s; + animation-delay: 310.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3102) +{ + -webkit-animation-delay: 310.2s; + -moz-animation-delay: 310.2s; + -o-animation-delay: 310.2s; + animation-delay: 310.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3103) +{ + -webkit-animation-delay: 310.3s; + -moz-animation-delay: 310.3s; + -o-animation-delay: 310.3s; + animation-delay: 310.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3104) +{ + -webkit-animation-delay: 310.4s; + -moz-animation-delay: 310.4s; + -o-animation-delay: 310.4s; + animation-delay: 310.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3105) +{ + -webkit-animation-delay: 310.5s; + -moz-animation-delay: 310.5s; + -o-animation-delay: 310.5s; + animation-delay: 310.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3106) +{ + -webkit-animation-delay: 310.6s; + -moz-animation-delay: 310.6s; + -o-animation-delay: 310.6s; + animation-delay: 310.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3107) +{ + -webkit-animation-delay: 310.7s; + -moz-animation-delay: 310.7s; + -o-animation-delay: 310.7s; + animation-delay: 310.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3108) +{ + -webkit-animation-delay: 310.8s; + -moz-animation-delay: 310.8s; + -o-animation-delay: 310.8s; + animation-delay: 310.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3109) +{ + -webkit-animation-delay: 310.9s; + -moz-animation-delay: 310.9s; + -o-animation-delay: 310.9s; + animation-delay: 310.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3110) +{ + -webkit-animation-delay: 311s; + -moz-animation-delay: 311s; + -o-animation-delay: 311s; + animation-delay: 311s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3111) +{ + -webkit-animation-delay: 311.1s; + -moz-animation-delay: 311.1s; + -o-animation-delay: 311.1s; + animation-delay: 311.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3112) +{ + -webkit-animation-delay: 311.2s; + -moz-animation-delay: 311.2s; + -o-animation-delay: 311.2s; + animation-delay: 311.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3113) +{ + -webkit-animation-delay: 311.3s; + -moz-animation-delay: 311.3s; + -o-animation-delay: 311.3s; + animation-delay: 311.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3114) +{ + -webkit-animation-delay: 311.4s; + -moz-animation-delay: 311.4s; + -o-animation-delay: 311.4s; + animation-delay: 311.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3115) +{ + -webkit-animation-delay: 311.5s; + -moz-animation-delay: 311.5s; + -o-animation-delay: 311.5s; + animation-delay: 311.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3116) +{ + -webkit-animation-delay: 311.6s; + -moz-animation-delay: 311.6s; + -o-animation-delay: 311.6s; + animation-delay: 311.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3117) +{ + -webkit-animation-delay: 311.7s; + -moz-animation-delay: 311.7s; + -o-animation-delay: 311.7s; + animation-delay: 311.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3118) +{ + -webkit-animation-delay: 311.8s; + -moz-animation-delay: 311.8s; + -o-animation-delay: 311.8s; + animation-delay: 311.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3119) +{ + -webkit-animation-delay: 311.9s; + -moz-animation-delay: 311.9s; + -o-animation-delay: 311.9s; + animation-delay: 311.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3120) +{ + -webkit-animation-delay: 312s; + -moz-animation-delay: 312s; + -o-animation-delay: 312s; + animation-delay: 312s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3121) +{ + -webkit-animation-delay: 312.1s; + -moz-animation-delay: 312.1s; + -o-animation-delay: 312.1s; + animation-delay: 312.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3122) +{ + -webkit-animation-delay: 312.2s; + -moz-animation-delay: 312.2s; + -o-animation-delay: 312.2s; + animation-delay: 312.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3123) +{ + -webkit-animation-delay: 312.3s; + -moz-animation-delay: 312.3s; + -o-animation-delay: 312.3s; + animation-delay: 312.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3124) +{ + -webkit-animation-delay: 312.4s; + -moz-animation-delay: 312.4s; + -o-animation-delay: 312.4s; + animation-delay: 312.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3125) +{ + -webkit-animation-delay: 312.5s; + -moz-animation-delay: 312.5s; + -o-animation-delay: 312.5s; + animation-delay: 312.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3126) +{ + -webkit-animation-delay: 312.6s; + -moz-animation-delay: 312.6s; + -o-animation-delay: 312.6s; + animation-delay: 312.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3127) +{ + -webkit-animation-delay: 312.7s; + -moz-animation-delay: 312.7s; + -o-animation-delay: 312.7s; + animation-delay: 312.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3128) +{ + -webkit-animation-delay: 312.8s; + -moz-animation-delay: 312.8s; + -o-animation-delay: 312.8s; + animation-delay: 312.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3129) +{ + -webkit-animation-delay: 312.9s; + -moz-animation-delay: 312.9s; + -o-animation-delay: 312.9s; + animation-delay: 312.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3130) +{ + -webkit-animation-delay: 313s; + -moz-animation-delay: 313s; + -o-animation-delay: 313s; + animation-delay: 313s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3131) +{ + -webkit-animation-delay: 313.1s; + -moz-animation-delay: 313.1s; + -o-animation-delay: 313.1s; + animation-delay: 313.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3132) +{ + -webkit-animation-delay: 313.2s; + -moz-animation-delay: 313.2s; + -o-animation-delay: 313.2s; + animation-delay: 313.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3133) +{ + -webkit-animation-delay: 313.3s; + -moz-animation-delay: 313.3s; + -o-animation-delay: 313.3s; + animation-delay: 313.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3134) +{ + -webkit-animation-delay: 313.4s; + -moz-animation-delay: 313.4s; + -o-animation-delay: 313.4s; + animation-delay: 313.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3135) +{ + -webkit-animation-delay: 313.5s; + -moz-animation-delay: 313.5s; + -o-animation-delay: 313.5s; + animation-delay: 313.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3136) +{ + -webkit-animation-delay: 313.6s; + -moz-animation-delay: 313.6s; + -o-animation-delay: 313.6s; + animation-delay: 313.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3137) +{ + -webkit-animation-delay: 313.7s; + -moz-animation-delay: 313.7s; + -o-animation-delay: 313.7s; + animation-delay: 313.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3138) +{ + -webkit-animation-delay: 313.8s; + -moz-animation-delay: 313.8s; + -o-animation-delay: 313.8s; + animation-delay: 313.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3139) +{ + -webkit-animation-delay: 313.9s; + -moz-animation-delay: 313.9s; + -o-animation-delay: 313.9s; + animation-delay: 313.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3140) +{ + -webkit-animation-delay: 314s; + -moz-animation-delay: 314s; + -o-animation-delay: 314s; + animation-delay: 314s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3141) +{ + -webkit-animation-delay: 314.1s; + -moz-animation-delay: 314.1s; + -o-animation-delay: 314.1s; + animation-delay: 314.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3142) +{ + -webkit-animation-delay: 314.2s; + -moz-animation-delay: 314.2s; + -o-animation-delay: 314.2s; + animation-delay: 314.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3143) +{ + -webkit-animation-delay: 314.3s; + -moz-animation-delay: 314.3s; + -o-animation-delay: 314.3s; + animation-delay: 314.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3144) +{ + -webkit-animation-delay: 314.4s; + -moz-animation-delay: 314.4s; + -o-animation-delay: 314.4s; + animation-delay: 314.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3145) +{ + -webkit-animation-delay: 314.5s; + -moz-animation-delay: 314.5s; + -o-animation-delay: 314.5s; + animation-delay: 314.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3146) +{ + -webkit-animation-delay: 314.6s; + -moz-animation-delay: 314.6s; + -o-animation-delay: 314.6s; + animation-delay: 314.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3147) +{ + -webkit-animation-delay: 314.7s; + -moz-animation-delay: 314.7s; + -o-animation-delay: 314.7s; + animation-delay: 314.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3148) +{ + -webkit-animation-delay: 314.8s; + -moz-animation-delay: 314.8s; + -o-animation-delay: 314.8s; + animation-delay: 314.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3149) +{ + -webkit-animation-delay: 314.9s; + -moz-animation-delay: 314.9s; + -o-animation-delay: 314.9s; + animation-delay: 314.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3150) +{ + -webkit-animation-delay: 315s; + -moz-animation-delay: 315s; + -o-animation-delay: 315s; + animation-delay: 315s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3151) +{ + -webkit-animation-delay: 315.1s; + -moz-animation-delay: 315.1s; + -o-animation-delay: 315.1s; + animation-delay: 315.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3152) +{ + -webkit-animation-delay: 315.2s; + -moz-animation-delay: 315.2s; + -o-animation-delay: 315.2s; + animation-delay: 315.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3153) +{ + -webkit-animation-delay: 315.3s; + -moz-animation-delay: 315.3s; + -o-animation-delay: 315.3s; + animation-delay: 315.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3154) +{ + -webkit-animation-delay: 315.4s; + -moz-animation-delay: 315.4s; + -o-animation-delay: 315.4s; + animation-delay: 315.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3155) +{ + -webkit-animation-delay: 315.5s; + -moz-animation-delay: 315.5s; + -o-animation-delay: 315.5s; + animation-delay: 315.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3156) +{ + -webkit-animation-delay: 315.6s; + -moz-animation-delay: 315.6s; + -o-animation-delay: 315.6s; + animation-delay: 315.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3157) +{ + -webkit-animation-delay: 315.7s; + -moz-animation-delay: 315.7s; + -o-animation-delay: 315.7s; + animation-delay: 315.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3158) +{ + -webkit-animation-delay: 315.8s; + -moz-animation-delay: 315.8s; + -o-animation-delay: 315.8s; + animation-delay: 315.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3159) +{ + -webkit-animation-delay: 315.9s; + -moz-animation-delay: 315.9s; + -o-animation-delay: 315.9s; + animation-delay: 315.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3160) +{ + -webkit-animation-delay: 316s; + -moz-animation-delay: 316s; + -o-animation-delay: 316s; + animation-delay: 316s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3161) +{ + -webkit-animation-delay: 316.1s; + -moz-animation-delay: 316.1s; + -o-animation-delay: 316.1s; + animation-delay: 316.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3162) +{ + -webkit-animation-delay: 316.2s; + -moz-animation-delay: 316.2s; + -o-animation-delay: 316.2s; + animation-delay: 316.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3163) +{ + -webkit-animation-delay: 316.3s; + -moz-animation-delay: 316.3s; + -o-animation-delay: 316.3s; + animation-delay: 316.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3164) +{ + -webkit-animation-delay: 316.4s; + -moz-animation-delay: 316.4s; + -o-animation-delay: 316.4s; + animation-delay: 316.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3165) +{ + -webkit-animation-delay: 316.5s; + -moz-animation-delay: 316.5s; + -o-animation-delay: 316.5s; + animation-delay: 316.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3166) +{ + -webkit-animation-delay: 316.6s; + -moz-animation-delay: 316.6s; + -o-animation-delay: 316.6s; + animation-delay: 316.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3167) +{ + -webkit-animation-delay: 316.7s; + -moz-animation-delay: 316.7s; + -o-animation-delay: 316.7s; + animation-delay: 316.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3168) +{ + -webkit-animation-delay: 316.8s; + -moz-animation-delay: 316.8s; + -o-animation-delay: 316.8s; + animation-delay: 316.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3169) +{ + -webkit-animation-delay: 316.9s; + -moz-animation-delay: 316.9s; + -o-animation-delay: 316.9s; + animation-delay: 316.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3170) +{ + -webkit-animation-delay: 317s; + -moz-animation-delay: 317s; + -o-animation-delay: 317s; + animation-delay: 317s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3171) +{ + -webkit-animation-delay: 317.1s; + -moz-animation-delay: 317.1s; + -o-animation-delay: 317.1s; + animation-delay: 317.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3172) +{ + -webkit-animation-delay: 317.2s; + -moz-animation-delay: 317.2s; + -o-animation-delay: 317.2s; + animation-delay: 317.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3173) +{ + -webkit-animation-delay: 317.3s; + -moz-animation-delay: 317.3s; + -o-animation-delay: 317.3s; + animation-delay: 317.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3174) +{ + -webkit-animation-delay: 317.4s; + -moz-animation-delay: 317.4s; + -o-animation-delay: 317.4s; + animation-delay: 317.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3175) +{ + -webkit-animation-delay: 317.5s; + -moz-animation-delay: 317.5s; + -o-animation-delay: 317.5s; + animation-delay: 317.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3176) +{ + -webkit-animation-delay: 317.6s; + -moz-animation-delay: 317.6s; + -o-animation-delay: 317.6s; + animation-delay: 317.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3177) +{ + -webkit-animation-delay: 317.7s; + -moz-animation-delay: 317.7s; + -o-animation-delay: 317.7s; + animation-delay: 317.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3178) +{ + -webkit-animation-delay: 317.8s; + -moz-animation-delay: 317.8s; + -o-animation-delay: 317.8s; + animation-delay: 317.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3179) +{ + -webkit-animation-delay: 317.9s; + -moz-animation-delay: 317.9s; + -o-animation-delay: 317.9s; + animation-delay: 317.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3180) +{ + -webkit-animation-delay: 318s; + -moz-animation-delay: 318s; + -o-animation-delay: 318s; + animation-delay: 318s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3181) +{ + -webkit-animation-delay: 318.1s; + -moz-animation-delay: 318.1s; + -o-animation-delay: 318.1s; + animation-delay: 318.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3182) +{ + -webkit-animation-delay: 318.2s; + -moz-animation-delay: 318.2s; + -o-animation-delay: 318.2s; + animation-delay: 318.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3183) +{ + -webkit-animation-delay: 318.3s; + -moz-animation-delay: 318.3s; + -o-animation-delay: 318.3s; + animation-delay: 318.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3184) +{ + -webkit-animation-delay: 318.4s; + -moz-animation-delay: 318.4s; + -o-animation-delay: 318.4s; + animation-delay: 318.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3185) +{ + -webkit-animation-delay: 318.5s; + -moz-animation-delay: 318.5s; + -o-animation-delay: 318.5s; + animation-delay: 318.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3186) +{ + -webkit-animation-delay: 318.6s; + -moz-animation-delay: 318.6s; + -o-animation-delay: 318.6s; + animation-delay: 318.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3187) +{ + -webkit-animation-delay: 318.7s; + -moz-animation-delay: 318.7s; + -o-animation-delay: 318.7s; + animation-delay: 318.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3188) +{ + -webkit-animation-delay: 318.8s; + -moz-animation-delay: 318.8s; + -o-animation-delay: 318.8s; + animation-delay: 318.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3189) +{ + -webkit-animation-delay: 318.9s; + -moz-animation-delay: 318.9s; + -o-animation-delay: 318.9s; + animation-delay: 318.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3190) +{ + -webkit-animation-delay: 319s; + -moz-animation-delay: 319s; + -o-animation-delay: 319s; + animation-delay: 319s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3191) +{ + -webkit-animation-delay: 319.1s; + -moz-animation-delay: 319.1s; + -o-animation-delay: 319.1s; + animation-delay: 319.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3192) +{ + -webkit-animation-delay: 319.2s; + -moz-animation-delay: 319.2s; + -o-animation-delay: 319.2s; + animation-delay: 319.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3193) +{ + -webkit-animation-delay: 319.3s; + -moz-animation-delay: 319.3s; + -o-animation-delay: 319.3s; + animation-delay: 319.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3194) +{ + -webkit-animation-delay: 319.4s; + -moz-animation-delay: 319.4s; + -o-animation-delay: 319.4s; + animation-delay: 319.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3195) +{ + -webkit-animation-delay: 319.5s; + -moz-animation-delay: 319.5s; + -o-animation-delay: 319.5s; + animation-delay: 319.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3196) +{ + -webkit-animation-delay: 319.6s; + -moz-animation-delay: 319.6s; + -o-animation-delay: 319.6s; + animation-delay: 319.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3197) +{ + -webkit-animation-delay: 319.7s; + -moz-animation-delay: 319.7s; + -o-animation-delay: 319.7s; + animation-delay: 319.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3198) +{ + -webkit-animation-delay: 319.8s; + -moz-animation-delay: 319.8s; + -o-animation-delay: 319.8s; + animation-delay: 319.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3199) +{ + -webkit-animation-delay: 319.9s; + -moz-animation-delay: 319.9s; + -o-animation-delay: 319.9s; + animation-delay: 319.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3200) +{ + -webkit-animation-delay: 320s; + -moz-animation-delay: 320s; + -o-animation-delay: 320s; + animation-delay: 320s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3201) +{ + -webkit-animation-delay: 320.1s; + -moz-animation-delay: 320.1s; + -o-animation-delay: 320.1s; + animation-delay: 320.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3202) +{ + -webkit-animation-delay: 320.2s; + -moz-animation-delay: 320.2s; + -o-animation-delay: 320.2s; + animation-delay: 320.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3203) +{ + -webkit-animation-delay: 320.3s; + -moz-animation-delay: 320.3s; + -o-animation-delay: 320.3s; + animation-delay: 320.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3204) +{ + -webkit-animation-delay: 320.4s; + -moz-animation-delay: 320.4s; + -o-animation-delay: 320.4s; + animation-delay: 320.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3205) +{ + -webkit-animation-delay: 320.5s; + -moz-animation-delay: 320.5s; + -o-animation-delay: 320.5s; + animation-delay: 320.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3206) +{ + -webkit-animation-delay: 320.6s; + -moz-animation-delay: 320.6s; + -o-animation-delay: 320.6s; + animation-delay: 320.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3207) +{ + -webkit-animation-delay: 320.7s; + -moz-animation-delay: 320.7s; + -o-animation-delay: 320.7s; + animation-delay: 320.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3208) +{ + -webkit-animation-delay: 320.8s; + -moz-animation-delay: 320.8s; + -o-animation-delay: 320.8s; + animation-delay: 320.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3209) +{ + -webkit-animation-delay: 320.9s; + -moz-animation-delay: 320.9s; + -o-animation-delay: 320.9s; + animation-delay: 320.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3210) +{ + -webkit-animation-delay: 321s; + -moz-animation-delay: 321s; + -o-animation-delay: 321s; + animation-delay: 321s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3211) +{ + -webkit-animation-delay: 321.1s; + -moz-animation-delay: 321.1s; + -o-animation-delay: 321.1s; + animation-delay: 321.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3212) +{ + -webkit-animation-delay: 321.2s; + -moz-animation-delay: 321.2s; + -o-animation-delay: 321.2s; + animation-delay: 321.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3213) +{ + -webkit-animation-delay: 321.3s; + -moz-animation-delay: 321.3s; + -o-animation-delay: 321.3s; + animation-delay: 321.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3214) +{ + -webkit-animation-delay: 321.4s; + -moz-animation-delay: 321.4s; + -o-animation-delay: 321.4s; + animation-delay: 321.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3215) +{ + -webkit-animation-delay: 321.5s; + -moz-animation-delay: 321.5s; + -o-animation-delay: 321.5s; + animation-delay: 321.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3216) +{ + -webkit-animation-delay: 321.6s; + -moz-animation-delay: 321.6s; + -o-animation-delay: 321.6s; + animation-delay: 321.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3217) +{ + -webkit-animation-delay: 321.7s; + -moz-animation-delay: 321.7s; + -o-animation-delay: 321.7s; + animation-delay: 321.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3218) +{ + -webkit-animation-delay: 321.8s; + -moz-animation-delay: 321.8s; + -o-animation-delay: 321.8s; + animation-delay: 321.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3219) +{ + -webkit-animation-delay: 321.9s; + -moz-animation-delay: 321.9s; + -o-animation-delay: 321.9s; + animation-delay: 321.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3220) +{ + -webkit-animation-delay: 322s; + -moz-animation-delay: 322s; + -o-animation-delay: 322s; + animation-delay: 322s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3221) +{ + -webkit-animation-delay: 322.1s; + -moz-animation-delay: 322.1s; + -o-animation-delay: 322.1s; + animation-delay: 322.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3222) +{ + -webkit-animation-delay: 322.2s; + -moz-animation-delay: 322.2s; + -o-animation-delay: 322.2s; + animation-delay: 322.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3223) +{ + -webkit-animation-delay: 322.3s; + -moz-animation-delay: 322.3s; + -o-animation-delay: 322.3s; + animation-delay: 322.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3224) +{ + -webkit-animation-delay: 322.4s; + -moz-animation-delay: 322.4s; + -o-animation-delay: 322.4s; + animation-delay: 322.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3225) +{ + -webkit-animation-delay: 322.5s; + -moz-animation-delay: 322.5s; + -o-animation-delay: 322.5s; + animation-delay: 322.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3226) +{ + -webkit-animation-delay: 322.6s; + -moz-animation-delay: 322.6s; + -o-animation-delay: 322.6s; + animation-delay: 322.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3227) +{ + -webkit-animation-delay: 322.7s; + -moz-animation-delay: 322.7s; + -o-animation-delay: 322.7s; + animation-delay: 322.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3228) +{ + -webkit-animation-delay: 322.8s; + -moz-animation-delay: 322.8s; + -o-animation-delay: 322.8s; + animation-delay: 322.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3229) +{ + -webkit-animation-delay: 322.9s; + -moz-animation-delay: 322.9s; + -o-animation-delay: 322.9s; + animation-delay: 322.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3230) +{ + -webkit-animation-delay: 323s; + -moz-animation-delay: 323s; + -o-animation-delay: 323s; + animation-delay: 323s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3231) +{ + -webkit-animation-delay: 323.1s; + -moz-animation-delay: 323.1s; + -o-animation-delay: 323.1s; + animation-delay: 323.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3232) +{ + -webkit-animation-delay: 323.2s; + -moz-animation-delay: 323.2s; + -o-animation-delay: 323.2s; + animation-delay: 323.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3233) +{ + -webkit-animation-delay: 323.3s; + -moz-animation-delay: 323.3s; + -o-animation-delay: 323.3s; + animation-delay: 323.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3234) +{ + -webkit-animation-delay: 323.4s; + -moz-animation-delay: 323.4s; + -o-animation-delay: 323.4s; + animation-delay: 323.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3235) +{ + -webkit-animation-delay: 323.5s; + -moz-animation-delay: 323.5s; + -o-animation-delay: 323.5s; + animation-delay: 323.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3236) +{ + -webkit-animation-delay: 323.6s; + -moz-animation-delay: 323.6s; + -o-animation-delay: 323.6s; + animation-delay: 323.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3237) +{ + -webkit-animation-delay: 323.7s; + -moz-animation-delay: 323.7s; + -o-animation-delay: 323.7s; + animation-delay: 323.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3238) +{ + -webkit-animation-delay: 323.8s; + -moz-animation-delay: 323.8s; + -o-animation-delay: 323.8s; + animation-delay: 323.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3239) +{ + -webkit-animation-delay: 323.9s; + -moz-animation-delay: 323.9s; + -o-animation-delay: 323.9s; + animation-delay: 323.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3240) +{ + -webkit-animation-delay: 324s; + -moz-animation-delay: 324s; + -o-animation-delay: 324s; + animation-delay: 324s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3241) +{ + -webkit-animation-delay: 324.1s; + -moz-animation-delay: 324.1s; + -o-animation-delay: 324.1s; + animation-delay: 324.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3242) +{ + -webkit-animation-delay: 324.2s; + -moz-animation-delay: 324.2s; + -o-animation-delay: 324.2s; + animation-delay: 324.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3243) +{ + -webkit-animation-delay: 324.3s; + -moz-animation-delay: 324.3s; + -o-animation-delay: 324.3s; + animation-delay: 324.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3244) +{ + -webkit-animation-delay: 324.4s; + -moz-animation-delay: 324.4s; + -o-animation-delay: 324.4s; + animation-delay: 324.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3245) +{ + -webkit-animation-delay: 324.5s; + -moz-animation-delay: 324.5s; + -o-animation-delay: 324.5s; + animation-delay: 324.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3246) +{ + -webkit-animation-delay: 324.6s; + -moz-animation-delay: 324.6s; + -o-animation-delay: 324.6s; + animation-delay: 324.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3247) +{ + -webkit-animation-delay: 324.7s; + -moz-animation-delay: 324.7s; + -o-animation-delay: 324.7s; + animation-delay: 324.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3248) +{ + -webkit-animation-delay: 324.8s; + -moz-animation-delay: 324.8s; + -o-animation-delay: 324.8s; + animation-delay: 324.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3249) +{ + -webkit-animation-delay: 324.9s; + -moz-animation-delay: 324.9s; + -o-animation-delay: 324.9s; + animation-delay: 324.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3250) +{ + -webkit-animation-delay: 325s; + -moz-animation-delay: 325s; + -o-animation-delay: 325s; + animation-delay: 325s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3251) +{ + -webkit-animation-delay: 325.1s; + -moz-animation-delay: 325.1s; + -o-animation-delay: 325.1s; + animation-delay: 325.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3252) +{ + -webkit-animation-delay: 325.2s; + -moz-animation-delay: 325.2s; + -o-animation-delay: 325.2s; + animation-delay: 325.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3253) +{ + -webkit-animation-delay: 325.3s; + -moz-animation-delay: 325.3s; + -o-animation-delay: 325.3s; + animation-delay: 325.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3254) +{ + -webkit-animation-delay: 325.4s; + -moz-animation-delay: 325.4s; + -o-animation-delay: 325.4s; + animation-delay: 325.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3255) +{ + -webkit-animation-delay: 325.5s; + -moz-animation-delay: 325.5s; + -o-animation-delay: 325.5s; + animation-delay: 325.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3256) +{ + -webkit-animation-delay: 325.6s; + -moz-animation-delay: 325.6s; + -o-animation-delay: 325.6s; + animation-delay: 325.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3257) +{ + -webkit-animation-delay: 325.7s; + -moz-animation-delay: 325.7s; + -o-animation-delay: 325.7s; + animation-delay: 325.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3258) +{ + -webkit-animation-delay: 325.8s; + -moz-animation-delay: 325.8s; + -o-animation-delay: 325.8s; + animation-delay: 325.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3259) +{ + -webkit-animation-delay: 325.9s; + -moz-animation-delay: 325.9s; + -o-animation-delay: 325.9s; + animation-delay: 325.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3260) +{ + -webkit-animation-delay: 326s; + -moz-animation-delay: 326s; + -o-animation-delay: 326s; + animation-delay: 326s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3261) +{ + -webkit-animation-delay: 326.1s; + -moz-animation-delay: 326.1s; + -o-animation-delay: 326.1s; + animation-delay: 326.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3262) +{ + -webkit-animation-delay: 326.2s; + -moz-animation-delay: 326.2s; + -o-animation-delay: 326.2s; + animation-delay: 326.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3263) +{ + -webkit-animation-delay: 326.3s; + -moz-animation-delay: 326.3s; + -o-animation-delay: 326.3s; + animation-delay: 326.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3264) +{ + -webkit-animation-delay: 326.4s; + -moz-animation-delay: 326.4s; + -o-animation-delay: 326.4s; + animation-delay: 326.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3265) +{ + -webkit-animation-delay: 326.5s; + -moz-animation-delay: 326.5s; + -o-animation-delay: 326.5s; + animation-delay: 326.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3266) +{ + -webkit-animation-delay: 326.6s; + -moz-animation-delay: 326.6s; + -o-animation-delay: 326.6s; + animation-delay: 326.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3267) +{ + -webkit-animation-delay: 326.7s; + -moz-animation-delay: 326.7s; + -o-animation-delay: 326.7s; + animation-delay: 326.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3268) +{ + -webkit-animation-delay: 326.8s; + -moz-animation-delay: 326.8s; + -o-animation-delay: 326.8s; + animation-delay: 326.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3269) +{ + -webkit-animation-delay: 326.9s; + -moz-animation-delay: 326.9s; + -o-animation-delay: 326.9s; + animation-delay: 326.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3270) +{ + -webkit-animation-delay: 327s; + -moz-animation-delay: 327s; + -o-animation-delay: 327s; + animation-delay: 327s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3271) +{ + -webkit-animation-delay: 327.1s; + -moz-animation-delay: 327.1s; + -o-animation-delay: 327.1s; + animation-delay: 327.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3272) +{ + -webkit-animation-delay: 327.2s; + -moz-animation-delay: 327.2s; + -o-animation-delay: 327.2s; + animation-delay: 327.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3273) +{ + -webkit-animation-delay: 327.3s; + -moz-animation-delay: 327.3s; + -o-animation-delay: 327.3s; + animation-delay: 327.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3274) +{ + -webkit-animation-delay: 327.4s; + -moz-animation-delay: 327.4s; + -o-animation-delay: 327.4s; + animation-delay: 327.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3275) +{ + -webkit-animation-delay: 327.5s; + -moz-animation-delay: 327.5s; + -o-animation-delay: 327.5s; + animation-delay: 327.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3276) +{ + -webkit-animation-delay: 327.6s; + -moz-animation-delay: 327.6s; + -o-animation-delay: 327.6s; + animation-delay: 327.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3277) +{ + -webkit-animation-delay: 327.7s; + -moz-animation-delay: 327.7s; + -o-animation-delay: 327.7s; + animation-delay: 327.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3278) +{ + -webkit-animation-delay: 327.8s; + -moz-animation-delay: 327.8s; + -o-animation-delay: 327.8s; + animation-delay: 327.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3279) +{ + -webkit-animation-delay: 327.9s; + -moz-animation-delay: 327.9s; + -o-animation-delay: 327.9s; + animation-delay: 327.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3280) +{ + -webkit-animation-delay: 328s; + -moz-animation-delay: 328s; + -o-animation-delay: 328s; + animation-delay: 328s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3281) +{ + -webkit-animation-delay: 328.1s; + -moz-animation-delay: 328.1s; + -o-animation-delay: 328.1s; + animation-delay: 328.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3282) +{ + -webkit-animation-delay: 328.2s; + -moz-animation-delay: 328.2s; + -o-animation-delay: 328.2s; + animation-delay: 328.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3283) +{ + -webkit-animation-delay: 328.3s; + -moz-animation-delay: 328.3s; + -o-animation-delay: 328.3s; + animation-delay: 328.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3284) +{ + -webkit-animation-delay: 328.4s; + -moz-animation-delay: 328.4s; + -o-animation-delay: 328.4s; + animation-delay: 328.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3285) +{ + -webkit-animation-delay: 328.5s; + -moz-animation-delay: 328.5s; + -o-animation-delay: 328.5s; + animation-delay: 328.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3286) +{ + -webkit-animation-delay: 328.6s; + -moz-animation-delay: 328.6s; + -o-animation-delay: 328.6s; + animation-delay: 328.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3287) +{ + -webkit-animation-delay: 328.7s; + -moz-animation-delay: 328.7s; + -o-animation-delay: 328.7s; + animation-delay: 328.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3288) +{ + -webkit-animation-delay: 328.8s; + -moz-animation-delay: 328.8s; + -o-animation-delay: 328.8s; + animation-delay: 328.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3289) +{ + -webkit-animation-delay: 328.9s; + -moz-animation-delay: 328.9s; + -o-animation-delay: 328.9s; + animation-delay: 328.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3290) +{ + -webkit-animation-delay: 329s; + -moz-animation-delay: 329s; + -o-animation-delay: 329s; + animation-delay: 329s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3291) +{ + -webkit-animation-delay: 329.1s; + -moz-animation-delay: 329.1s; + -o-animation-delay: 329.1s; + animation-delay: 329.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3292) +{ + -webkit-animation-delay: 329.2s; + -moz-animation-delay: 329.2s; + -o-animation-delay: 329.2s; + animation-delay: 329.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3293) +{ + -webkit-animation-delay: 329.3s; + -moz-animation-delay: 329.3s; + -o-animation-delay: 329.3s; + animation-delay: 329.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3294) +{ + -webkit-animation-delay: 329.4s; + -moz-animation-delay: 329.4s; + -o-animation-delay: 329.4s; + animation-delay: 329.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3295) +{ + -webkit-animation-delay: 329.5s; + -moz-animation-delay: 329.5s; + -o-animation-delay: 329.5s; + animation-delay: 329.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3296) +{ + -webkit-animation-delay: 329.6s; + -moz-animation-delay: 329.6s; + -o-animation-delay: 329.6s; + animation-delay: 329.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3297) +{ + -webkit-animation-delay: 329.7s; + -moz-animation-delay: 329.7s; + -o-animation-delay: 329.7s; + animation-delay: 329.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3298) +{ + -webkit-animation-delay: 329.8s; + -moz-animation-delay: 329.8s; + -o-animation-delay: 329.8s; + animation-delay: 329.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3299) +{ + -webkit-animation-delay: 329.9s; + -moz-animation-delay: 329.9s; + -o-animation-delay: 329.9s; + animation-delay: 329.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3300) +{ + -webkit-animation-delay: 330s; + -moz-animation-delay: 330s; + -o-animation-delay: 330s; + animation-delay: 330s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3301) +{ + -webkit-animation-delay: 330.1s; + -moz-animation-delay: 330.1s; + -o-animation-delay: 330.1s; + animation-delay: 330.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3302) +{ + -webkit-animation-delay: 330.2s; + -moz-animation-delay: 330.2s; + -o-animation-delay: 330.2s; + animation-delay: 330.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3303) +{ + -webkit-animation-delay: 330.3s; + -moz-animation-delay: 330.3s; + -o-animation-delay: 330.3s; + animation-delay: 330.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3304) +{ + -webkit-animation-delay: 330.4s; + -moz-animation-delay: 330.4s; + -o-animation-delay: 330.4s; + animation-delay: 330.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3305) +{ + -webkit-animation-delay: 330.5s; + -moz-animation-delay: 330.5s; + -o-animation-delay: 330.5s; + animation-delay: 330.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3306) +{ + -webkit-animation-delay: 330.6s; + -moz-animation-delay: 330.6s; + -o-animation-delay: 330.6s; + animation-delay: 330.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3307) +{ + -webkit-animation-delay: 330.7s; + -moz-animation-delay: 330.7s; + -o-animation-delay: 330.7s; + animation-delay: 330.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3308) +{ + -webkit-animation-delay: 330.8s; + -moz-animation-delay: 330.8s; + -o-animation-delay: 330.8s; + animation-delay: 330.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3309) +{ + -webkit-animation-delay: 330.9s; + -moz-animation-delay: 330.9s; + -o-animation-delay: 330.9s; + animation-delay: 330.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3310) +{ + -webkit-animation-delay: 331s; + -moz-animation-delay: 331s; + -o-animation-delay: 331s; + animation-delay: 331s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3311) +{ + -webkit-animation-delay: 331.1s; + -moz-animation-delay: 331.1s; + -o-animation-delay: 331.1s; + animation-delay: 331.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3312) +{ + -webkit-animation-delay: 331.2s; + -moz-animation-delay: 331.2s; + -o-animation-delay: 331.2s; + animation-delay: 331.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3313) +{ + -webkit-animation-delay: 331.3s; + -moz-animation-delay: 331.3s; + -o-animation-delay: 331.3s; + animation-delay: 331.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3314) +{ + -webkit-animation-delay: 331.4s; + -moz-animation-delay: 331.4s; + -o-animation-delay: 331.4s; + animation-delay: 331.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3315) +{ + -webkit-animation-delay: 331.5s; + -moz-animation-delay: 331.5s; + -o-animation-delay: 331.5s; + animation-delay: 331.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3316) +{ + -webkit-animation-delay: 331.6s; + -moz-animation-delay: 331.6s; + -o-animation-delay: 331.6s; + animation-delay: 331.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3317) +{ + -webkit-animation-delay: 331.7s; + -moz-animation-delay: 331.7s; + -o-animation-delay: 331.7s; + animation-delay: 331.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3318) +{ + -webkit-animation-delay: 331.8s; + -moz-animation-delay: 331.8s; + -o-animation-delay: 331.8s; + animation-delay: 331.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3319) +{ + -webkit-animation-delay: 331.9s; + -moz-animation-delay: 331.9s; + -o-animation-delay: 331.9s; + animation-delay: 331.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3320) +{ + -webkit-animation-delay: 332s; + -moz-animation-delay: 332s; + -o-animation-delay: 332s; + animation-delay: 332s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3321) +{ + -webkit-animation-delay: 332.1s; + -moz-animation-delay: 332.1s; + -o-animation-delay: 332.1s; + animation-delay: 332.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3322) +{ + -webkit-animation-delay: 332.2s; + -moz-animation-delay: 332.2s; + -o-animation-delay: 332.2s; + animation-delay: 332.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3323) +{ + -webkit-animation-delay: 332.3s; + -moz-animation-delay: 332.3s; + -o-animation-delay: 332.3s; + animation-delay: 332.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3324) +{ + -webkit-animation-delay: 332.4s; + -moz-animation-delay: 332.4s; + -o-animation-delay: 332.4s; + animation-delay: 332.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3325) +{ + -webkit-animation-delay: 332.5s; + -moz-animation-delay: 332.5s; + -o-animation-delay: 332.5s; + animation-delay: 332.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3326) +{ + -webkit-animation-delay: 332.6s; + -moz-animation-delay: 332.6s; + -o-animation-delay: 332.6s; + animation-delay: 332.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3327) +{ + -webkit-animation-delay: 332.7s; + -moz-animation-delay: 332.7s; + -o-animation-delay: 332.7s; + animation-delay: 332.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3328) +{ + -webkit-animation-delay: 332.8s; + -moz-animation-delay: 332.8s; + -o-animation-delay: 332.8s; + animation-delay: 332.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3329) +{ + -webkit-animation-delay: 332.9s; + -moz-animation-delay: 332.9s; + -o-animation-delay: 332.9s; + animation-delay: 332.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3330) +{ + -webkit-animation-delay: 333s; + -moz-animation-delay: 333s; + -o-animation-delay: 333s; + animation-delay: 333s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3331) +{ + -webkit-animation-delay: 333.1s; + -moz-animation-delay: 333.1s; + -o-animation-delay: 333.1s; + animation-delay: 333.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3332) +{ + -webkit-animation-delay: 333.2s; + -moz-animation-delay: 333.2s; + -o-animation-delay: 333.2s; + animation-delay: 333.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3333) +{ + -webkit-animation-delay: 333.3s; + -moz-animation-delay: 333.3s; + -o-animation-delay: 333.3s; + animation-delay: 333.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3334) +{ + -webkit-animation-delay: 333.4s; + -moz-animation-delay: 333.4s; + -o-animation-delay: 333.4s; + animation-delay: 333.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3335) +{ + -webkit-animation-delay: 333.5s; + -moz-animation-delay: 333.5s; + -o-animation-delay: 333.5s; + animation-delay: 333.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3336) +{ + -webkit-animation-delay: 333.6s; + -moz-animation-delay: 333.6s; + -o-animation-delay: 333.6s; + animation-delay: 333.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3337) +{ + -webkit-animation-delay: 333.7s; + -moz-animation-delay: 333.7s; + -o-animation-delay: 333.7s; + animation-delay: 333.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3338) +{ + -webkit-animation-delay: 333.8s; + -moz-animation-delay: 333.8s; + -o-animation-delay: 333.8s; + animation-delay: 333.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3339) +{ + -webkit-animation-delay: 333.9s; + -moz-animation-delay: 333.9s; + -o-animation-delay: 333.9s; + animation-delay: 333.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3340) +{ + -webkit-animation-delay: 334s; + -moz-animation-delay: 334s; + -o-animation-delay: 334s; + animation-delay: 334s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3341) +{ + -webkit-animation-delay: 334.1s; + -moz-animation-delay: 334.1s; + -o-animation-delay: 334.1s; + animation-delay: 334.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3342) +{ + -webkit-animation-delay: 334.2s; + -moz-animation-delay: 334.2s; + -o-animation-delay: 334.2s; + animation-delay: 334.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3343) +{ + -webkit-animation-delay: 334.3s; + -moz-animation-delay: 334.3s; + -o-animation-delay: 334.3s; + animation-delay: 334.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3344) +{ + -webkit-animation-delay: 334.4s; + -moz-animation-delay: 334.4s; + -o-animation-delay: 334.4s; + animation-delay: 334.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3345) +{ + -webkit-animation-delay: 334.5s; + -moz-animation-delay: 334.5s; + -o-animation-delay: 334.5s; + animation-delay: 334.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3346) +{ + -webkit-animation-delay: 334.6s; + -moz-animation-delay: 334.6s; + -o-animation-delay: 334.6s; + animation-delay: 334.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3347) +{ + -webkit-animation-delay: 334.7s; + -moz-animation-delay: 334.7s; + -o-animation-delay: 334.7s; + animation-delay: 334.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3348) +{ + -webkit-animation-delay: 334.8s; + -moz-animation-delay: 334.8s; + -o-animation-delay: 334.8s; + animation-delay: 334.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3349) +{ + -webkit-animation-delay: 334.9s; + -moz-animation-delay: 334.9s; + -o-animation-delay: 334.9s; + animation-delay: 334.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3350) +{ + -webkit-animation-delay: 335s; + -moz-animation-delay: 335s; + -o-animation-delay: 335s; + animation-delay: 335s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3351) +{ + -webkit-animation-delay: 335.1s; + -moz-animation-delay: 335.1s; + -o-animation-delay: 335.1s; + animation-delay: 335.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3352) +{ + -webkit-animation-delay: 335.2s; + -moz-animation-delay: 335.2s; + -o-animation-delay: 335.2s; + animation-delay: 335.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3353) +{ + -webkit-animation-delay: 335.3s; + -moz-animation-delay: 335.3s; + -o-animation-delay: 335.3s; + animation-delay: 335.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3354) +{ + -webkit-animation-delay: 335.4s; + -moz-animation-delay: 335.4s; + -o-animation-delay: 335.4s; + animation-delay: 335.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3355) +{ + -webkit-animation-delay: 335.5s; + -moz-animation-delay: 335.5s; + -o-animation-delay: 335.5s; + animation-delay: 335.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3356) +{ + -webkit-animation-delay: 335.6s; + -moz-animation-delay: 335.6s; + -o-animation-delay: 335.6s; + animation-delay: 335.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3357) +{ + -webkit-animation-delay: 335.7s; + -moz-animation-delay: 335.7s; + -o-animation-delay: 335.7s; + animation-delay: 335.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3358) +{ + -webkit-animation-delay: 335.8s; + -moz-animation-delay: 335.8s; + -o-animation-delay: 335.8s; + animation-delay: 335.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3359) +{ + -webkit-animation-delay: 335.9s; + -moz-animation-delay: 335.9s; + -o-animation-delay: 335.9s; + animation-delay: 335.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3360) +{ + -webkit-animation-delay: 336s; + -moz-animation-delay: 336s; + -o-animation-delay: 336s; + animation-delay: 336s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3361) +{ + -webkit-animation-delay: 336.1s; + -moz-animation-delay: 336.1s; + -o-animation-delay: 336.1s; + animation-delay: 336.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3362) +{ + -webkit-animation-delay: 336.2s; + -moz-animation-delay: 336.2s; + -o-animation-delay: 336.2s; + animation-delay: 336.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3363) +{ + -webkit-animation-delay: 336.3s; + -moz-animation-delay: 336.3s; + -o-animation-delay: 336.3s; + animation-delay: 336.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3364) +{ + -webkit-animation-delay: 336.4s; + -moz-animation-delay: 336.4s; + -o-animation-delay: 336.4s; + animation-delay: 336.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3365) +{ + -webkit-animation-delay: 336.5s; + -moz-animation-delay: 336.5s; + -o-animation-delay: 336.5s; + animation-delay: 336.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3366) +{ + -webkit-animation-delay: 336.6s; + -moz-animation-delay: 336.6s; + -o-animation-delay: 336.6s; + animation-delay: 336.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3367) +{ + -webkit-animation-delay: 336.7s; + -moz-animation-delay: 336.7s; + -o-animation-delay: 336.7s; + animation-delay: 336.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3368) +{ + -webkit-animation-delay: 336.8s; + -moz-animation-delay: 336.8s; + -o-animation-delay: 336.8s; + animation-delay: 336.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3369) +{ + -webkit-animation-delay: 336.9s; + -moz-animation-delay: 336.9s; + -o-animation-delay: 336.9s; + animation-delay: 336.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3370) +{ + -webkit-animation-delay: 337s; + -moz-animation-delay: 337s; + -o-animation-delay: 337s; + animation-delay: 337s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3371) +{ + -webkit-animation-delay: 337.1s; + -moz-animation-delay: 337.1s; + -o-animation-delay: 337.1s; + animation-delay: 337.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3372) +{ + -webkit-animation-delay: 337.2s; + -moz-animation-delay: 337.2s; + -o-animation-delay: 337.2s; + animation-delay: 337.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3373) +{ + -webkit-animation-delay: 337.3s; + -moz-animation-delay: 337.3s; + -o-animation-delay: 337.3s; + animation-delay: 337.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3374) +{ + -webkit-animation-delay: 337.4s; + -moz-animation-delay: 337.4s; + -o-animation-delay: 337.4s; + animation-delay: 337.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3375) +{ + -webkit-animation-delay: 337.5s; + -moz-animation-delay: 337.5s; + -o-animation-delay: 337.5s; + animation-delay: 337.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3376) +{ + -webkit-animation-delay: 337.6s; + -moz-animation-delay: 337.6s; + -o-animation-delay: 337.6s; + animation-delay: 337.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3377) +{ + -webkit-animation-delay: 337.7s; + -moz-animation-delay: 337.7s; + -o-animation-delay: 337.7s; + animation-delay: 337.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3378) +{ + -webkit-animation-delay: 337.8s; + -moz-animation-delay: 337.8s; + -o-animation-delay: 337.8s; + animation-delay: 337.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3379) +{ + -webkit-animation-delay: 337.9s; + -moz-animation-delay: 337.9s; + -o-animation-delay: 337.9s; + animation-delay: 337.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3380) +{ + -webkit-animation-delay: 338s; + -moz-animation-delay: 338s; + -o-animation-delay: 338s; + animation-delay: 338s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3381) +{ + -webkit-animation-delay: 338.1s; + -moz-animation-delay: 338.1s; + -o-animation-delay: 338.1s; + animation-delay: 338.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3382) +{ + -webkit-animation-delay: 338.2s; + -moz-animation-delay: 338.2s; + -o-animation-delay: 338.2s; + animation-delay: 338.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3383) +{ + -webkit-animation-delay: 338.3s; + -moz-animation-delay: 338.3s; + -o-animation-delay: 338.3s; + animation-delay: 338.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3384) +{ + -webkit-animation-delay: 338.4s; + -moz-animation-delay: 338.4s; + -o-animation-delay: 338.4s; + animation-delay: 338.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3385) +{ + -webkit-animation-delay: 338.5s; + -moz-animation-delay: 338.5s; + -o-animation-delay: 338.5s; + animation-delay: 338.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3386) +{ + -webkit-animation-delay: 338.6s; + -moz-animation-delay: 338.6s; + -o-animation-delay: 338.6s; + animation-delay: 338.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3387) +{ + -webkit-animation-delay: 338.7s; + -moz-animation-delay: 338.7s; + -o-animation-delay: 338.7s; + animation-delay: 338.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3388) +{ + -webkit-animation-delay: 338.8s; + -moz-animation-delay: 338.8s; + -o-animation-delay: 338.8s; + animation-delay: 338.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3389) +{ + -webkit-animation-delay: 338.9s; + -moz-animation-delay: 338.9s; + -o-animation-delay: 338.9s; + animation-delay: 338.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3390) +{ + -webkit-animation-delay: 339s; + -moz-animation-delay: 339s; + -o-animation-delay: 339s; + animation-delay: 339s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3391) +{ + -webkit-animation-delay: 339.1s; + -moz-animation-delay: 339.1s; + -o-animation-delay: 339.1s; + animation-delay: 339.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3392) +{ + -webkit-animation-delay: 339.2s; + -moz-animation-delay: 339.2s; + -o-animation-delay: 339.2s; + animation-delay: 339.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3393) +{ + -webkit-animation-delay: 339.3s; + -moz-animation-delay: 339.3s; + -o-animation-delay: 339.3s; + animation-delay: 339.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3394) +{ + -webkit-animation-delay: 339.4s; + -moz-animation-delay: 339.4s; + -o-animation-delay: 339.4s; + animation-delay: 339.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3395) +{ + -webkit-animation-delay: 339.5s; + -moz-animation-delay: 339.5s; + -o-animation-delay: 339.5s; + animation-delay: 339.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3396) +{ + -webkit-animation-delay: 339.6s; + -moz-animation-delay: 339.6s; + -o-animation-delay: 339.6s; + animation-delay: 339.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3397) +{ + -webkit-animation-delay: 339.7s; + -moz-animation-delay: 339.7s; + -o-animation-delay: 339.7s; + animation-delay: 339.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3398) +{ + -webkit-animation-delay: 339.8s; + -moz-animation-delay: 339.8s; + -o-animation-delay: 339.8s; + animation-delay: 339.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3399) +{ + -webkit-animation-delay: 339.9s; + -moz-animation-delay: 339.9s; + -o-animation-delay: 339.9s; + animation-delay: 339.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3400) +{ + -webkit-animation-delay: 340s; + -moz-animation-delay: 340s; + -o-animation-delay: 340s; + animation-delay: 340s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3401) +{ + -webkit-animation-delay: 340.1s; + -moz-animation-delay: 340.1s; + -o-animation-delay: 340.1s; + animation-delay: 340.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3402) +{ + -webkit-animation-delay: 340.2s; + -moz-animation-delay: 340.2s; + -o-animation-delay: 340.2s; + animation-delay: 340.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3403) +{ + -webkit-animation-delay: 340.3s; + -moz-animation-delay: 340.3s; + -o-animation-delay: 340.3s; + animation-delay: 340.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3404) +{ + -webkit-animation-delay: 340.4s; + -moz-animation-delay: 340.4s; + -o-animation-delay: 340.4s; + animation-delay: 340.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3405) +{ + -webkit-animation-delay: 340.5s; + -moz-animation-delay: 340.5s; + -o-animation-delay: 340.5s; + animation-delay: 340.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3406) +{ + -webkit-animation-delay: 340.6s; + -moz-animation-delay: 340.6s; + -o-animation-delay: 340.6s; + animation-delay: 340.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3407) +{ + -webkit-animation-delay: 340.7s; + -moz-animation-delay: 340.7s; + -o-animation-delay: 340.7s; + animation-delay: 340.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3408) +{ + -webkit-animation-delay: 340.8s; + -moz-animation-delay: 340.8s; + -o-animation-delay: 340.8s; + animation-delay: 340.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3409) +{ + -webkit-animation-delay: 340.9s; + -moz-animation-delay: 340.9s; + -o-animation-delay: 340.9s; + animation-delay: 340.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3410) +{ + -webkit-animation-delay: 341s; + -moz-animation-delay: 341s; + -o-animation-delay: 341s; + animation-delay: 341s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3411) +{ + -webkit-animation-delay: 341.1s; + -moz-animation-delay: 341.1s; + -o-animation-delay: 341.1s; + animation-delay: 341.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3412) +{ + -webkit-animation-delay: 341.2s; + -moz-animation-delay: 341.2s; + -o-animation-delay: 341.2s; + animation-delay: 341.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3413) +{ + -webkit-animation-delay: 341.3s; + -moz-animation-delay: 341.3s; + -o-animation-delay: 341.3s; + animation-delay: 341.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3414) +{ + -webkit-animation-delay: 341.4s; + -moz-animation-delay: 341.4s; + -o-animation-delay: 341.4s; + animation-delay: 341.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3415) +{ + -webkit-animation-delay: 341.5s; + -moz-animation-delay: 341.5s; + -o-animation-delay: 341.5s; + animation-delay: 341.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3416) +{ + -webkit-animation-delay: 341.6s; + -moz-animation-delay: 341.6s; + -o-animation-delay: 341.6s; + animation-delay: 341.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3417) +{ + -webkit-animation-delay: 341.7s; + -moz-animation-delay: 341.7s; + -o-animation-delay: 341.7s; + animation-delay: 341.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3418) +{ + -webkit-animation-delay: 341.8s; + -moz-animation-delay: 341.8s; + -o-animation-delay: 341.8s; + animation-delay: 341.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3419) +{ + -webkit-animation-delay: 341.9s; + -moz-animation-delay: 341.9s; + -o-animation-delay: 341.9s; + animation-delay: 341.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3420) +{ + -webkit-animation-delay: 342s; + -moz-animation-delay: 342s; + -o-animation-delay: 342s; + animation-delay: 342s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3421) +{ + -webkit-animation-delay: 342.1s; + -moz-animation-delay: 342.1s; + -o-animation-delay: 342.1s; + animation-delay: 342.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3422) +{ + -webkit-animation-delay: 342.2s; + -moz-animation-delay: 342.2s; + -o-animation-delay: 342.2s; + animation-delay: 342.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3423) +{ + -webkit-animation-delay: 342.3s; + -moz-animation-delay: 342.3s; + -o-animation-delay: 342.3s; + animation-delay: 342.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3424) +{ + -webkit-animation-delay: 342.4s; + -moz-animation-delay: 342.4s; + -o-animation-delay: 342.4s; + animation-delay: 342.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3425) +{ + -webkit-animation-delay: 342.5s; + -moz-animation-delay: 342.5s; + -o-animation-delay: 342.5s; + animation-delay: 342.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3426) +{ + -webkit-animation-delay: 342.6s; + -moz-animation-delay: 342.6s; + -o-animation-delay: 342.6s; + animation-delay: 342.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3427) +{ + -webkit-animation-delay: 342.7s; + -moz-animation-delay: 342.7s; + -o-animation-delay: 342.7s; + animation-delay: 342.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3428) +{ + -webkit-animation-delay: 342.8s; + -moz-animation-delay: 342.8s; + -o-animation-delay: 342.8s; + animation-delay: 342.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3429) +{ + -webkit-animation-delay: 342.9s; + -moz-animation-delay: 342.9s; + -o-animation-delay: 342.9s; + animation-delay: 342.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3430) +{ + -webkit-animation-delay: 343s; + -moz-animation-delay: 343s; + -o-animation-delay: 343s; + animation-delay: 343s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3431) +{ + -webkit-animation-delay: 343.1s; + -moz-animation-delay: 343.1s; + -o-animation-delay: 343.1s; + animation-delay: 343.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3432) +{ + -webkit-animation-delay: 343.2s; + -moz-animation-delay: 343.2s; + -o-animation-delay: 343.2s; + animation-delay: 343.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3433) +{ + -webkit-animation-delay: 343.3s; + -moz-animation-delay: 343.3s; + -o-animation-delay: 343.3s; + animation-delay: 343.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3434) +{ + -webkit-animation-delay: 343.4s; + -moz-animation-delay: 343.4s; + -o-animation-delay: 343.4s; + animation-delay: 343.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3435) +{ + -webkit-animation-delay: 343.5s; + -moz-animation-delay: 343.5s; + -o-animation-delay: 343.5s; + animation-delay: 343.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3436) +{ + -webkit-animation-delay: 343.6s; + -moz-animation-delay: 343.6s; + -o-animation-delay: 343.6s; + animation-delay: 343.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3437) +{ + -webkit-animation-delay: 343.7s; + -moz-animation-delay: 343.7s; + -o-animation-delay: 343.7s; + animation-delay: 343.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3438) +{ + -webkit-animation-delay: 343.8s; + -moz-animation-delay: 343.8s; + -o-animation-delay: 343.8s; + animation-delay: 343.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3439) +{ + -webkit-animation-delay: 343.9s; + -moz-animation-delay: 343.9s; + -o-animation-delay: 343.9s; + animation-delay: 343.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3440) +{ + -webkit-animation-delay: 344s; + -moz-animation-delay: 344s; + -o-animation-delay: 344s; + animation-delay: 344s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3441) +{ + -webkit-animation-delay: 344.1s; + -moz-animation-delay: 344.1s; + -o-animation-delay: 344.1s; + animation-delay: 344.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3442) +{ + -webkit-animation-delay: 344.2s; + -moz-animation-delay: 344.2s; + -o-animation-delay: 344.2s; + animation-delay: 344.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3443) +{ + -webkit-animation-delay: 344.3s; + -moz-animation-delay: 344.3s; + -o-animation-delay: 344.3s; + animation-delay: 344.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3444) +{ + -webkit-animation-delay: 344.4s; + -moz-animation-delay: 344.4s; + -o-animation-delay: 344.4s; + animation-delay: 344.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3445) +{ + -webkit-animation-delay: 344.5s; + -moz-animation-delay: 344.5s; + -o-animation-delay: 344.5s; + animation-delay: 344.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3446) +{ + -webkit-animation-delay: 344.6s; + -moz-animation-delay: 344.6s; + -o-animation-delay: 344.6s; + animation-delay: 344.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3447) +{ + -webkit-animation-delay: 344.7s; + -moz-animation-delay: 344.7s; + -o-animation-delay: 344.7s; + animation-delay: 344.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3448) +{ + -webkit-animation-delay: 344.8s; + -moz-animation-delay: 344.8s; + -o-animation-delay: 344.8s; + animation-delay: 344.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3449) +{ + -webkit-animation-delay: 344.9s; + -moz-animation-delay: 344.9s; + -o-animation-delay: 344.9s; + animation-delay: 344.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3450) +{ + -webkit-animation-delay: 345s; + -moz-animation-delay: 345s; + -o-animation-delay: 345s; + animation-delay: 345s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3451) +{ + -webkit-animation-delay: 345.1s; + -moz-animation-delay: 345.1s; + -o-animation-delay: 345.1s; + animation-delay: 345.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3452) +{ + -webkit-animation-delay: 345.2s; + -moz-animation-delay: 345.2s; + -o-animation-delay: 345.2s; + animation-delay: 345.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3453) +{ + -webkit-animation-delay: 345.3s; + -moz-animation-delay: 345.3s; + -o-animation-delay: 345.3s; + animation-delay: 345.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3454) +{ + -webkit-animation-delay: 345.4s; + -moz-animation-delay: 345.4s; + -o-animation-delay: 345.4s; + animation-delay: 345.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3455) +{ + -webkit-animation-delay: 345.5s; + -moz-animation-delay: 345.5s; + -o-animation-delay: 345.5s; + animation-delay: 345.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3456) +{ + -webkit-animation-delay: 345.6s; + -moz-animation-delay: 345.6s; + -o-animation-delay: 345.6s; + animation-delay: 345.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3457) +{ + -webkit-animation-delay: 345.7s; + -moz-animation-delay: 345.7s; + -o-animation-delay: 345.7s; + animation-delay: 345.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3458) +{ + -webkit-animation-delay: 345.8s; + -moz-animation-delay: 345.8s; + -o-animation-delay: 345.8s; + animation-delay: 345.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3459) +{ + -webkit-animation-delay: 345.9s; + -moz-animation-delay: 345.9s; + -o-animation-delay: 345.9s; + animation-delay: 345.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3460) +{ + -webkit-animation-delay: 346s; + -moz-animation-delay: 346s; + -o-animation-delay: 346s; + animation-delay: 346s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3461) +{ + -webkit-animation-delay: 346.1s; + -moz-animation-delay: 346.1s; + -o-animation-delay: 346.1s; + animation-delay: 346.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3462) +{ + -webkit-animation-delay: 346.2s; + -moz-animation-delay: 346.2s; + -o-animation-delay: 346.2s; + animation-delay: 346.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3463) +{ + -webkit-animation-delay: 346.3s; + -moz-animation-delay: 346.3s; + -o-animation-delay: 346.3s; + animation-delay: 346.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3464) +{ + -webkit-animation-delay: 346.4s; + -moz-animation-delay: 346.4s; + -o-animation-delay: 346.4s; + animation-delay: 346.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3465) +{ + -webkit-animation-delay: 346.5s; + -moz-animation-delay: 346.5s; + -o-animation-delay: 346.5s; + animation-delay: 346.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3466) +{ + -webkit-animation-delay: 346.6s; + -moz-animation-delay: 346.6s; + -o-animation-delay: 346.6s; + animation-delay: 346.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3467) +{ + -webkit-animation-delay: 346.7s; + -moz-animation-delay: 346.7s; + -o-animation-delay: 346.7s; + animation-delay: 346.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3468) +{ + -webkit-animation-delay: 346.8s; + -moz-animation-delay: 346.8s; + -o-animation-delay: 346.8s; + animation-delay: 346.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3469) +{ + -webkit-animation-delay: 346.9s; + -moz-animation-delay: 346.9s; + -o-animation-delay: 346.9s; + animation-delay: 346.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3470) +{ + -webkit-animation-delay: 347s; + -moz-animation-delay: 347s; + -o-animation-delay: 347s; + animation-delay: 347s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3471) +{ + -webkit-animation-delay: 347.1s; + -moz-animation-delay: 347.1s; + -o-animation-delay: 347.1s; + animation-delay: 347.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3472) +{ + -webkit-animation-delay: 347.2s; + -moz-animation-delay: 347.2s; + -o-animation-delay: 347.2s; + animation-delay: 347.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3473) +{ + -webkit-animation-delay: 347.3s; + -moz-animation-delay: 347.3s; + -o-animation-delay: 347.3s; + animation-delay: 347.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3474) +{ + -webkit-animation-delay: 347.4s; + -moz-animation-delay: 347.4s; + -o-animation-delay: 347.4s; + animation-delay: 347.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3475) +{ + -webkit-animation-delay: 347.5s; + -moz-animation-delay: 347.5s; + -o-animation-delay: 347.5s; + animation-delay: 347.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3476) +{ + -webkit-animation-delay: 347.6s; + -moz-animation-delay: 347.6s; + -o-animation-delay: 347.6s; + animation-delay: 347.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3477) +{ + -webkit-animation-delay: 347.7s; + -moz-animation-delay: 347.7s; + -o-animation-delay: 347.7s; + animation-delay: 347.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3478) +{ + -webkit-animation-delay: 347.8s; + -moz-animation-delay: 347.8s; + -o-animation-delay: 347.8s; + animation-delay: 347.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3479) +{ + -webkit-animation-delay: 347.9s; + -moz-animation-delay: 347.9s; + -o-animation-delay: 347.9s; + animation-delay: 347.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3480) +{ + -webkit-animation-delay: 348s; + -moz-animation-delay: 348s; + -o-animation-delay: 348s; + animation-delay: 348s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3481) +{ + -webkit-animation-delay: 348.1s; + -moz-animation-delay: 348.1s; + -o-animation-delay: 348.1s; + animation-delay: 348.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3482) +{ + -webkit-animation-delay: 348.2s; + -moz-animation-delay: 348.2s; + -o-animation-delay: 348.2s; + animation-delay: 348.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3483) +{ + -webkit-animation-delay: 348.3s; + -moz-animation-delay: 348.3s; + -o-animation-delay: 348.3s; + animation-delay: 348.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3484) +{ + -webkit-animation-delay: 348.4s; + -moz-animation-delay: 348.4s; + -o-animation-delay: 348.4s; + animation-delay: 348.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3485) +{ + -webkit-animation-delay: 348.5s; + -moz-animation-delay: 348.5s; + -o-animation-delay: 348.5s; + animation-delay: 348.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3486) +{ + -webkit-animation-delay: 348.6s; + -moz-animation-delay: 348.6s; + -o-animation-delay: 348.6s; + animation-delay: 348.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3487) +{ + -webkit-animation-delay: 348.7s; + -moz-animation-delay: 348.7s; + -o-animation-delay: 348.7s; + animation-delay: 348.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3488) +{ + -webkit-animation-delay: 348.8s; + -moz-animation-delay: 348.8s; + -o-animation-delay: 348.8s; + animation-delay: 348.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3489) +{ + -webkit-animation-delay: 348.9s; + -moz-animation-delay: 348.9s; + -o-animation-delay: 348.9s; + animation-delay: 348.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3490) +{ + -webkit-animation-delay: 349s; + -moz-animation-delay: 349s; + -o-animation-delay: 349s; + animation-delay: 349s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3491) +{ + -webkit-animation-delay: 349.1s; + -moz-animation-delay: 349.1s; + -o-animation-delay: 349.1s; + animation-delay: 349.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3492) +{ + -webkit-animation-delay: 349.2s; + -moz-animation-delay: 349.2s; + -o-animation-delay: 349.2s; + animation-delay: 349.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3493) +{ + -webkit-animation-delay: 349.3s; + -moz-animation-delay: 349.3s; + -o-animation-delay: 349.3s; + animation-delay: 349.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3494) +{ + -webkit-animation-delay: 349.4s; + -moz-animation-delay: 349.4s; + -o-animation-delay: 349.4s; + animation-delay: 349.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3495) +{ + -webkit-animation-delay: 349.5s; + -moz-animation-delay: 349.5s; + -o-animation-delay: 349.5s; + animation-delay: 349.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3496) +{ + -webkit-animation-delay: 349.6s; + -moz-animation-delay: 349.6s; + -o-animation-delay: 349.6s; + animation-delay: 349.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3497) +{ + -webkit-animation-delay: 349.7s; + -moz-animation-delay: 349.7s; + -o-animation-delay: 349.7s; + animation-delay: 349.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3498) +{ + -webkit-animation-delay: 349.8s; + -moz-animation-delay: 349.8s; + -o-animation-delay: 349.8s; + animation-delay: 349.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3499) +{ + -webkit-animation-delay: 349.9s; + -moz-animation-delay: 349.9s; + -o-animation-delay: 349.9s; + animation-delay: 349.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3500) +{ + -webkit-animation-delay: 350s; + -moz-animation-delay: 350s; + -o-animation-delay: 350s; + animation-delay: 350s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3501) +{ + -webkit-animation-delay: 350.1s; + -moz-animation-delay: 350.1s; + -o-animation-delay: 350.1s; + animation-delay: 350.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3502) +{ + -webkit-animation-delay: 350.2s; + -moz-animation-delay: 350.2s; + -o-animation-delay: 350.2s; + animation-delay: 350.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3503) +{ + -webkit-animation-delay: 350.3s; + -moz-animation-delay: 350.3s; + -o-animation-delay: 350.3s; + animation-delay: 350.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3504) +{ + -webkit-animation-delay: 350.4s; + -moz-animation-delay: 350.4s; + -o-animation-delay: 350.4s; + animation-delay: 350.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3505) +{ + -webkit-animation-delay: 350.5s; + -moz-animation-delay: 350.5s; + -o-animation-delay: 350.5s; + animation-delay: 350.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3506) +{ + -webkit-animation-delay: 350.6s; + -moz-animation-delay: 350.6s; + -o-animation-delay: 350.6s; + animation-delay: 350.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3507) +{ + -webkit-animation-delay: 350.7s; + -moz-animation-delay: 350.7s; + -o-animation-delay: 350.7s; + animation-delay: 350.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3508) +{ + -webkit-animation-delay: 350.8s; + -moz-animation-delay: 350.8s; + -o-animation-delay: 350.8s; + animation-delay: 350.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3509) +{ + -webkit-animation-delay: 350.9s; + -moz-animation-delay: 350.9s; + -o-animation-delay: 350.9s; + animation-delay: 350.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3510) +{ + -webkit-animation-delay: 351s; + -moz-animation-delay: 351s; + -o-animation-delay: 351s; + animation-delay: 351s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3511) +{ + -webkit-animation-delay: 351.1s; + -moz-animation-delay: 351.1s; + -o-animation-delay: 351.1s; + animation-delay: 351.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3512) +{ + -webkit-animation-delay: 351.2s; + -moz-animation-delay: 351.2s; + -o-animation-delay: 351.2s; + animation-delay: 351.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3513) +{ + -webkit-animation-delay: 351.3s; + -moz-animation-delay: 351.3s; + -o-animation-delay: 351.3s; + animation-delay: 351.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3514) +{ + -webkit-animation-delay: 351.4s; + -moz-animation-delay: 351.4s; + -o-animation-delay: 351.4s; + animation-delay: 351.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3515) +{ + -webkit-animation-delay: 351.5s; + -moz-animation-delay: 351.5s; + -o-animation-delay: 351.5s; + animation-delay: 351.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3516) +{ + -webkit-animation-delay: 351.6s; + -moz-animation-delay: 351.6s; + -o-animation-delay: 351.6s; + animation-delay: 351.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3517) +{ + -webkit-animation-delay: 351.7s; + -moz-animation-delay: 351.7s; + -o-animation-delay: 351.7s; + animation-delay: 351.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3518) +{ + -webkit-animation-delay: 351.8s; + -moz-animation-delay: 351.8s; + -o-animation-delay: 351.8s; + animation-delay: 351.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3519) +{ + -webkit-animation-delay: 351.9s; + -moz-animation-delay: 351.9s; + -o-animation-delay: 351.9s; + animation-delay: 351.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3520) +{ + -webkit-animation-delay: 352s; + -moz-animation-delay: 352s; + -o-animation-delay: 352s; + animation-delay: 352s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3521) +{ + -webkit-animation-delay: 352.1s; + -moz-animation-delay: 352.1s; + -o-animation-delay: 352.1s; + animation-delay: 352.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3522) +{ + -webkit-animation-delay: 352.2s; + -moz-animation-delay: 352.2s; + -o-animation-delay: 352.2s; + animation-delay: 352.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3523) +{ + -webkit-animation-delay: 352.3s; + -moz-animation-delay: 352.3s; + -o-animation-delay: 352.3s; + animation-delay: 352.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3524) +{ + -webkit-animation-delay: 352.4s; + -moz-animation-delay: 352.4s; + -o-animation-delay: 352.4s; + animation-delay: 352.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3525) +{ + -webkit-animation-delay: 352.5s; + -moz-animation-delay: 352.5s; + -o-animation-delay: 352.5s; + animation-delay: 352.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3526) +{ + -webkit-animation-delay: 352.6s; + -moz-animation-delay: 352.6s; + -o-animation-delay: 352.6s; + animation-delay: 352.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3527) +{ + -webkit-animation-delay: 352.7s; + -moz-animation-delay: 352.7s; + -o-animation-delay: 352.7s; + animation-delay: 352.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3528) +{ + -webkit-animation-delay: 352.8s; + -moz-animation-delay: 352.8s; + -o-animation-delay: 352.8s; + animation-delay: 352.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3529) +{ + -webkit-animation-delay: 352.9s; + -moz-animation-delay: 352.9s; + -o-animation-delay: 352.9s; + animation-delay: 352.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3530) +{ + -webkit-animation-delay: 353s; + -moz-animation-delay: 353s; + -o-animation-delay: 353s; + animation-delay: 353s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3531) +{ + -webkit-animation-delay: 353.1s; + -moz-animation-delay: 353.1s; + -o-animation-delay: 353.1s; + animation-delay: 353.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3532) +{ + -webkit-animation-delay: 353.2s; + -moz-animation-delay: 353.2s; + -o-animation-delay: 353.2s; + animation-delay: 353.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3533) +{ + -webkit-animation-delay: 353.3s; + -moz-animation-delay: 353.3s; + -o-animation-delay: 353.3s; + animation-delay: 353.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3534) +{ + -webkit-animation-delay: 353.4s; + -moz-animation-delay: 353.4s; + -o-animation-delay: 353.4s; + animation-delay: 353.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3535) +{ + -webkit-animation-delay: 353.5s; + -moz-animation-delay: 353.5s; + -o-animation-delay: 353.5s; + animation-delay: 353.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3536) +{ + -webkit-animation-delay: 353.6s; + -moz-animation-delay: 353.6s; + -o-animation-delay: 353.6s; + animation-delay: 353.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3537) +{ + -webkit-animation-delay: 353.7s; + -moz-animation-delay: 353.7s; + -o-animation-delay: 353.7s; + animation-delay: 353.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3538) +{ + -webkit-animation-delay: 353.8s; + -moz-animation-delay: 353.8s; + -o-animation-delay: 353.8s; + animation-delay: 353.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3539) +{ + -webkit-animation-delay: 353.9s; + -moz-animation-delay: 353.9s; + -o-animation-delay: 353.9s; + animation-delay: 353.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3540) +{ + -webkit-animation-delay: 354s; + -moz-animation-delay: 354s; + -o-animation-delay: 354s; + animation-delay: 354s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3541) +{ + -webkit-animation-delay: 354.1s; + -moz-animation-delay: 354.1s; + -o-animation-delay: 354.1s; + animation-delay: 354.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3542) +{ + -webkit-animation-delay: 354.2s; + -moz-animation-delay: 354.2s; + -o-animation-delay: 354.2s; + animation-delay: 354.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3543) +{ + -webkit-animation-delay: 354.3s; + -moz-animation-delay: 354.3s; + -o-animation-delay: 354.3s; + animation-delay: 354.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3544) +{ + -webkit-animation-delay: 354.4s; + -moz-animation-delay: 354.4s; + -o-animation-delay: 354.4s; + animation-delay: 354.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3545) +{ + -webkit-animation-delay: 354.5s; + -moz-animation-delay: 354.5s; + -o-animation-delay: 354.5s; + animation-delay: 354.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3546) +{ + -webkit-animation-delay: 354.6s; + -moz-animation-delay: 354.6s; + -o-animation-delay: 354.6s; + animation-delay: 354.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3547) +{ + -webkit-animation-delay: 354.7s; + -moz-animation-delay: 354.7s; + -o-animation-delay: 354.7s; + animation-delay: 354.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3548) +{ + -webkit-animation-delay: 354.8s; + -moz-animation-delay: 354.8s; + -o-animation-delay: 354.8s; + animation-delay: 354.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3549) +{ + -webkit-animation-delay: 354.9s; + -moz-animation-delay: 354.9s; + -o-animation-delay: 354.9s; + animation-delay: 354.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3550) +{ + -webkit-animation-delay: 355s; + -moz-animation-delay: 355s; + -o-animation-delay: 355s; + animation-delay: 355s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3551) +{ + -webkit-animation-delay: 355.1s; + -moz-animation-delay: 355.1s; + -o-animation-delay: 355.1s; + animation-delay: 355.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3552) +{ + -webkit-animation-delay: 355.2s; + -moz-animation-delay: 355.2s; + -o-animation-delay: 355.2s; + animation-delay: 355.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3553) +{ + -webkit-animation-delay: 355.3s; + -moz-animation-delay: 355.3s; + -o-animation-delay: 355.3s; + animation-delay: 355.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3554) +{ + -webkit-animation-delay: 355.4s; + -moz-animation-delay: 355.4s; + -o-animation-delay: 355.4s; + animation-delay: 355.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3555) +{ + -webkit-animation-delay: 355.5s; + -moz-animation-delay: 355.5s; + -o-animation-delay: 355.5s; + animation-delay: 355.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3556) +{ + -webkit-animation-delay: 355.6s; + -moz-animation-delay: 355.6s; + -o-animation-delay: 355.6s; + animation-delay: 355.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3557) +{ + -webkit-animation-delay: 355.7s; + -moz-animation-delay: 355.7s; + -o-animation-delay: 355.7s; + animation-delay: 355.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3558) +{ + -webkit-animation-delay: 355.8s; + -moz-animation-delay: 355.8s; + -o-animation-delay: 355.8s; + animation-delay: 355.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3559) +{ + -webkit-animation-delay: 355.9s; + -moz-animation-delay: 355.9s; + -o-animation-delay: 355.9s; + animation-delay: 355.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3560) +{ + -webkit-animation-delay: 356s; + -moz-animation-delay: 356s; + -o-animation-delay: 356s; + animation-delay: 356s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3561) +{ + -webkit-animation-delay: 356.1s; + -moz-animation-delay: 356.1s; + -o-animation-delay: 356.1s; + animation-delay: 356.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3562) +{ + -webkit-animation-delay: 356.2s; + -moz-animation-delay: 356.2s; + -o-animation-delay: 356.2s; + animation-delay: 356.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3563) +{ + -webkit-animation-delay: 356.3s; + -moz-animation-delay: 356.3s; + -o-animation-delay: 356.3s; + animation-delay: 356.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3564) +{ + -webkit-animation-delay: 356.4s; + -moz-animation-delay: 356.4s; + -o-animation-delay: 356.4s; + animation-delay: 356.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3565) +{ + -webkit-animation-delay: 356.5s; + -moz-animation-delay: 356.5s; + -o-animation-delay: 356.5s; + animation-delay: 356.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3566) +{ + -webkit-animation-delay: 356.6s; + -moz-animation-delay: 356.6s; + -o-animation-delay: 356.6s; + animation-delay: 356.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3567) +{ + -webkit-animation-delay: 356.7s; + -moz-animation-delay: 356.7s; + -o-animation-delay: 356.7s; + animation-delay: 356.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3568) +{ + -webkit-animation-delay: 356.8s; + -moz-animation-delay: 356.8s; + -o-animation-delay: 356.8s; + animation-delay: 356.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3569) +{ + -webkit-animation-delay: 356.9s; + -moz-animation-delay: 356.9s; + -o-animation-delay: 356.9s; + animation-delay: 356.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3570) +{ + -webkit-animation-delay: 357s; + -moz-animation-delay: 357s; + -o-animation-delay: 357s; + animation-delay: 357s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3571) +{ + -webkit-animation-delay: 357.1s; + -moz-animation-delay: 357.1s; + -o-animation-delay: 357.1s; + animation-delay: 357.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3572) +{ + -webkit-animation-delay: 357.2s; + -moz-animation-delay: 357.2s; + -o-animation-delay: 357.2s; + animation-delay: 357.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3573) +{ + -webkit-animation-delay: 357.3s; + -moz-animation-delay: 357.3s; + -o-animation-delay: 357.3s; + animation-delay: 357.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3574) +{ + -webkit-animation-delay: 357.4s; + -moz-animation-delay: 357.4s; + -o-animation-delay: 357.4s; + animation-delay: 357.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3575) +{ + -webkit-animation-delay: 357.5s; + -moz-animation-delay: 357.5s; + -o-animation-delay: 357.5s; + animation-delay: 357.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3576) +{ + -webkit-animation-delay: 357.6s; + -moz-animation-delay: 357.6s; + -o-animation-delay: 357.6s; + animation-delay: 357.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3577) +{ + -webkit-animation-delay: 357.7s; + -moz-animation-delay: 357.7s; + -o-animation-delay: 357.7s; + animation-delay: 357.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3578) +{ + -webkit-animation-delay: 357.8s; + -moz-animation-delay: 357.8s; + -o-animation-delay: 357.8s; + animation-delay: 357.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3579) +{ + -webkit-animation-delay: 357.9s; + -moz-animation-delay: 357.9s; + -o-animation-delay: 357.9s; + animation-delay: 357.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3580) +{ + -webkit-animation-delay: 358s; + -moz-animation-delay: 358s; + -o-animation-delay: 358s; + animation-delay: 358s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3581) +{ + -webkit-animation-delay: 358.1s; + -moz-animation-delay: 358.1s; + -o-animation-delay: 358.1s; + animation-delay: 358.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3582) +{ + -webkit-animation-delay: 358.2s; + -moz-animation-delay: 358.2s; + -o-animation-delay: 358.2s; + animation-delay: 358.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3583) +{ + -webkit-animation-delay: 358.3s; + -moz-animation-delay: 358.3s; + -o-animation-delay: 358.3s; + animation-delay: 358.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3584) +{ + -webkit-animation-delay: 358.4s; + -moz-animation-delay: 358.4s; + -o-animation-delay: 358.4s; + animation-delay: 358.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3585) +{ + -webkit-animation-delay: 358.5s; + -moz-animation-delay: 358.5s; + -o-animation-delay: 358.5s; + animation-delay: 358.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3586) +{ + -webkit-animation-delay: 358.6s; + -moz-animation-delay: 358.6s; + -o-animation-delay: 358.6s; + animation-delay: 358.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3587) +{ + -webkit-animation-delay: 358.7s; + -moz-animation-delay: 358.7s; + -o-animation-delay: 358.7s; + animation-delay: 358.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3588) +{ + -webkit-animation-delay: 358.8s; + -moz-animation-delay: 358.8s; + -o-animation-delay: 358.8s; + animation-delay: 358.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3589) +{ + -webkit-animation-delay: 358.9s; + -moz-animation-delay: 358.9s; + -o-animation-delay: 358.9s; + animation-delay: 358.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3590) +{ + -webkit-animation-delay: 359s; + -moz-animation-delay: 359s; + -o-animation-delay: 359s; + animation-delay: 359s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3591) +{ + -webkit-animation-delay: 359.1s; + -moz-animation-delay: 359.1s; + -o-animation-delay: 359.1s; + animation-delay: 359.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3592) +{ + -webkit-animation-delay: 359.2s; + -moz-animation-delay: 359.2s; + -o-animation-delay: 359.2s; + animation-delay: 359.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3593) +{ + -webkit-animation-delay: 359.3s; + -moz-animation-delay: 359.3s; + -o-animation-delay: 359.3s; + animation-delay: 359.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3594) +{ + -webkit-animation-delay: 359.4s; + -moz-animation-delay: 359.4s; + -o-animation-delay: 359.4s; + animation-delay: 359.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3595) +{ + -webkit-animation-delay: 359.5s; + -moz-animation-delay: 359.5s; + -o-animation-delay: 359.5s; + animation-delay: 359.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3596) +{ + -webkit-animation-delay: 359.6s; + -moz-animation-delay: 359.6s; + -o-animation-delay: 359.6s; + animation-delay: 359.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3597) +{ + -webkit-animation-delay: 359.7s; + -moz-animation-delay: 359.7s; + -o-animation-delay: 359.7s; + animation-delay: 359.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3598) +{ + -webkit-animation-delay: 359.8s; + -moz-animation-delay: 359.8s; + -o-animation-delay: 359.8s; + animation-delay: 359.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3599) +{ + -webkit-animation-delay: 359.9s; + -moz-animation-delay: 359.9s; + -o-animation-delay: 359.9s; + animation-delay: 359.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3600) +{ + -webkit-animation-delay: 360s; + -moz-animation-delay: 360s; + -o-animation-delay: 360s; + animation-delay: 360s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3601) +{ + -webkit-animation-delay: 360.1s; + -moz-animation-delay: 360.1s; + -o-animation-delay: 360.1s; + animation-delay: 360.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3602) +{ + -webkit-animation-delay: 360.2s; + -moz-animation-delay: 360.2s; + -o-animation-delay: 360.2s; + animation-delay: 360.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3603) +{ + -webkit-animation-delay: 360.3s; + -moz-animation-delay: 360.3s; + -o-animation-delay: 360.3s; + animation-delay: 360.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3604) +{ + -webkit-animation-delay: 360.4s; + -moz-animation-delay: 360.4s; + -o-animation-delay: 360.4s; + animation-delay: 360.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3605) +{ + -webkit-animation-delay: 360.5s; + -moz-animation-delay: 360.5s; + -o-animation-delay: 360.5s; + animation-delay: 360.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3606) +{ + -webkit-animation-delay: 360.6s; + -moz-animation-delay: 360.6s; + -o-animation-delay: 360.6s; + animation-delay: 360.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3607) +{ + -webkit-animation-delay: 360.7s; + -moz-animation-delay: 360.7s; + -o-animation-delay: 360.7s; + animation-delay: 360.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3608) +{ + -webkit-animation-delay: 360.8s; + -moz-animation-delay: 360.8s; + -o-animation-delay: 360.8s; + animation-delay: 360.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3609) +{ + -webkit-animation-delay: 360.9s; + -moz-animation-delay: 360.9s; + -o-animation-delay: 360.9s; + animation-delay: 360.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3610) +{ + -webkit-animation-delay: 361s; + -moz-animation-delay: 361s; + -o-animation-delay: 361s; + animation-delay: 361s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3611) +{ + -webkit-animation-delay: 361.1s; + -moz-animation-delay: 361.1s; + -o-animation-delay: 361.1s; + animation-delay: 361.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3612) +{ + -webkit-animation-delay: 361.2s; + -moz-animation-delay: 361.2s; + -o-animation-delay: 361.2s; + animation-delay: 361.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3613) +{ + -webkit-animation-delay: 361.3s; + -moz-animation-delay: 361.3s; + -o-animation-delay: 361.3s; + animation-delay: 361.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3614) +{ + -webkit-animation-delay: 361.4s; + -moz-animation-delay: 361.4s; + -o-animation-delay: 361.4s; + animation-delay: 361.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3615) +{ + -webkit-animation-delay: 361.5s; + -moz-animation-delay: 361.5s; + -o-animation-delay: 361.5s; + animation-delay: 361.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3616) +{ + -webkit-animation-delay: 361.6s; + -moz-animation-delay: 361.6s; + -o-animation-delay: 361.6s; + animation-delay: 361.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3617) +{ + -webkit-animation-delay: 361.7s; + -moz-animation-delay: 361.7s; + -o-animation-delay: 361.7s; + animation-delay: 361.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3618) +{ + -webkit-animation-delay: 361.8s; + -moz-animation-delay: 361.8s; + -o-animation-delay: 361.8s; + animation-delay: 361.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3619) +{ + -webkit-animation-delay: 361.9s; + -moz-animation-delay: 361.9s; + -o-animation-delay: 361.9s; + animation-delay: 361.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3620) +{ + -webkit-animation-delay: 362s; + -moz-animation-delay: 362s; + -o-animation-delay: 362s; + animation-delay: 362s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3621) +{ + -webkit-animation-delay: 362.1s; + -moz-animation-delay: 362.1s; + -o-animation-delay: 362.1s; + animation-delay: 362.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3622) +{ + -webkit-animation-delay: 362.2s; + -moz-animation-delay: 362.2s; + -o-animation-delay: 362.2s; + animation-delay: 362.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3623) +{ + -webkit-animation-delay: 362.3s; + -moz-animation-delay: 362.3s; + -o-animation-delay: 362.3s; + animation-delay: 362.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3624) +{ + -webkit-animation-delay: 362.4s; + -moz-animation-delay: 362.4s; + -o-animation-delay: 362.4s; + animation-delay: 362.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3625) +{ + -webkit-animation-delay: 362.5s; + -moz-animation-delay: 362.5s; + -o-animation-delay: 362.5s; + animation-delay: 362.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3626) +{ + -webkit-animation-delay: 362.6s; + -moz-animation-delay: 362.6s; + -o-animation-delay: 362.6s; + animation-delay: 362.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3627) +{ + -webkit-animation-delay: 362.7s; + -moz-animation-delay: 362.7s; + -o-animation-delay: 362.7s; + animation-delay: 362.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3628) +{ + -webkit-animation-delay: 362.8s; + -moz-animation-delay: 362.8s; + -o-animation-delay: 362.8s; + animation-delay: 362.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3629) +{ + -webkit-animation-delay: 362.9s; + -moz-animation-delay: 362.9s; + -o-animation-delay: 362.9s; + animation-delay: 362.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3630) +{ + -webkit-animation-delay: 363s; + -moz-animation-delay: 363s; + -o-animation-delay: 363s; + animation-delay: 363s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3631) +{ + -webkit-animation-delay: 363.1s; + -moz-animation-delay: 363.1s; + -o-animation-delay: 363.1s; + animation-delay: 363.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3632) +{ + -webkit-animation-delay: 363.2s; + -moz-animation-delay: 363.2s; + -o-animation-delay: 363.2s; + animation-delay: 363.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3633) +{ + -webkit-animation-delay: 363.3s; + -moz-animation-delay: 363.3s; + -o-animation-delay: 363.3s; + animation-delay: 363.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3634) +{ + -webkit-animation-delay: 363.4s; + -moz-animation-delay: 363.4s; + -o-animation-delay: 363.4s; + animation-delay: 363.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3635) +{ + -webkit-animation-delay: 363.5s; + -moz-animation-delay: 363.5s; + -o-animation-delay: 363.5s; + animation-delay: 363.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3636) +{ + -webkit-animation-delay: 363.6s; + -moz-animation-delay: 363.6s; + -o-animation-delay: 363.6s; + animation-delay: 363.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3637) +{ + -webkit-animation-delay: 363.7s; + -moz-animation-delay: 363.7s; + -o-animation-delay: 363.7s; + animation-delay: 363.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3638) +{ + -webkit-animation-delay: 363.8s; + -moz-animation-delay: 363.8s; + -o-animation-delay: 363.8s; + animation-delay: 363.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3639) +{ + -webkit-animation-delay: 363.9s; + -moz-animation-delay: 363.9s; + -o-animation-delay: 363.9s; + animation-delay: 363.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3640) +{ + -webkit-animation-delay: 364s; + -moz-animation-delay: 364s; + -o-animation-delay: 364s; + animation-delay: 364s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3641) +{ + -webkit-animation-delay: 364.1s; + -moz-animation-delay: 364.1s; + -o-animation-delay: 364.1s; + animation-delay: 364.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3642) +{ + -webkit-animation-delay: 364.2s; + -moz-animation-delay: 364.2s; + -o-animation-delay: 364.2s; + animation-delay: 364.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3643) +{ + -webkit-animation-delay: 364.3s; + -moz-animation-delay: 364.3s; + -o-animation-delay: 364.3s; + animation-delay: 364.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3644) +{ + -webkit-animation-delay: 364.4s; + -moz-animation-delay: 364.4s; + -o-animation-delay: 364.4s; + animation-delay: 364.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3645) +{ + -webkit-animation-delay: 364.5s; + -moz-animation-delay: 364.5s; + -o-animation-delay: 364.5s; + animation-delay: 364.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3646) +{ + -webkit-animation-delay: 364.6s; + -moz-animation-delay: 364.6s; + -o-animation-delay: 364.6s; + animation-delay: 364.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3647) +{ + -webkit-animation-delay: 364.7s; + -moz-animation-delay: 364.7s; + -o-animation-delay: 364.7s; + animation-delay: 364.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3648) +{ + -webkit-animation-delay: 364.8s; + -moz-animation-delay: 364.8s; + -o-animation-delay: 364.8s; + animation-delay: 364.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3649) +{ + -webkit-animation-delay: 364.9s; + -moz-animation-delay: 364.9s; + -o-animation-delay: 364.9s; + animation-delay: 364.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3650) +{ + -webkit-animation-delay: 365s; + -moz-animation-delay: 365s; + -o-animation-delay: 365s; + animation-delay: 365s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3651) +{ + -webkit-animation-delay: 365.1s; + -moz-animation-delay: 365.1s; + -o-animation-delay: 365.1s; + animation-delay: 365.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3652) +{ + -webkit-animation-delay: 365.2s; + -moz-animation-delay: 365.2s; + -o-animation-delay: 365.2s; + animation-delay: 365.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3653) +{ + -webkit-animation-delay: 365.3s; + -moz-animation-delay: 365.3s; + -o-animation-delay: 365.3s; + animation-delay: 365.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3654) +{ + -webkit-animation-delay: 365.4s; + -moz-animation-delay: 365.4s; + -o-animation-delay: 365.4s; + animation-delay: 365.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3655) +{ + -webkit-animation-delay: 365.5s; + -moz-animation-delay: 365.5s; + -o-animation-delay: 365.5s; + animation-delay: 365.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3656) +{ + -webkit-animation-delay: 365.6s; + -moz-animation-delay: 365.6s; + -o-animation-delay: 365.6s; + animation-delay: 365.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3657) +{ + -webkit-animation-delay: 365.7s; + -moz-animation-delay: 365.7s; + -o-animation-delay: 365.7s; + animation-delay: 365.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3658) +{ + -webkit-animation-delay: 365.8s; + -moz-animation-delay: 365.8s; + -o-animation-delay: 365.8s; + animation-delay: 365.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3659) +{ + -webkit-animation-delay: 365.9s; + -moz-animation-delay: 365.9s; + -o-animation-delay: 365.9s; + animation-delay: 365.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3660) +{ + -webkit-animation-delay: 366s; + -moz-animation-delay: 366s; + -o-animation-delay: 366s; + animation-delay: 366s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3661) +{ + -webkit-animation-delay: 366.1s; + -moz-animation-delay: 366.1s; + -o-animation-delay: 366.1s; + animation-delay: 366.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3662) +{ + -webkit-animation-delay: 366.2s; + -moz-animation-delay: 366.2s; + -o-animation-delay: 366.2s; + animation-delay: 366.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3663) +{ + -webkit-animation-delay: 366.3s; + -moz-animation-delay: 366.3s; + -o-animation-delay: 366.3s; + animation-delay: 366.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3664) +{ + -webkit-animation-delay: 366.4s; + -moz-animation-delay: 366.4s; + -o-animation-delay: 366.4s; + animation-delay: 366.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3665) +{ + -webkit-animation-delay: 366.5s; + -moz-animation-delay: 366.5s; + -o-animation-delay: 366.5s; + animation-delay: 366.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3666) +{ + -webkit-animation-delay: 366.6s; + -moz-animation-delay: 366.6s; + -o-animation-delay: 366.6s; + animation-delay: 366.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3667) +{ + -webkit-animation-delay: 366.7s; + -moz-animation-delay: 366.7s; + -o-animation-delay: 366.7s; + animation-delay: 366.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3668) +{ + -webkit-animation-delay: 366.8s; + -moz-animation-delay: 366.8s; + -o-animation-delay: 366.8s; + animation-delay: 366.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3669) +{ + -webkit-animation-delay: 366.9s; + -moz-animation-delay: 366.9s; + -o-animation-delay: 366.9s; + animation-delay: 366.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3670) +{ + -webkit-animation-delay: 367s; + -moz-animation-delay: 367s; + -o-animation-delay: 367s; + animation-delay: 367s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3671) +{ + -webkit-animation-delay: 367.1s; + -moz-animation-delay: 367.1s; + -o-animation-delay: 367.1s; + animation-delay: 367.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3672) +{ + -webkit-animation-delay: 367.2s; + -moz-animation-delay: 367.2s; + -o-animation-delay: 367.2s; + animation-delay: 367.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3673) +{ + -webkit-animation-delay: 367.3s; + -moz-animation-delay: 367.3s; + -o-animation-delay: 367.3s; + animation-delay: 367.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3674) +{ + -webkit-animation-delay: 367.4s; + -moz-animation-delay: 367.4s; + -o-animation-delay: 367.4s; + animation-delay: 367.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3675) +{ + -webkit-animation-delay: 367.5s; + -moz-animation-delay: 367.5s; + -o-animation-delay: 367.5s; + animation-delay: 367.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3676) +{ + -webkit-animation-delay: 367.6s; + -moz-animation-delay: 367.6s; + -o-animation-delay: 367.6s; + animation-delay: 367.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3677) +{ + -webkit-animation-delay: 367.7s; + -moz-animation-delay: 367.7s; + -o-animation-delay: 367.7s; + animation-delay: 367.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3678) +{ + -webkit-animation-delay: 367.8s; + -moz-animation-delay: 367.8s; + -o-animation-delay: 367.8s; + animation-delay: 367.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3679) +{ + -webkit-animation-delay: 367.9s; + -moz-animation-delay: 367.9s; + -o-animation-delay: 367.9s; + animation-delay: 367.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3680) +{ + -webkit-animation-delay: 368s; + -moz-animation-delay: 368s; + -o-animation-delay: 368s; + animation-delay: 368s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3681) +{ + -webkit-animation-delay: 368.1s; + -moz-animation-delay: 368.1s; + -o-animation-delay: 368.1s; + animation-delay: 368.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3682) +{ + -webkit-animation-delay: 368.2s; + -moz-animation-delay: 368.2s; + -o-animation-delay: 368.2s; + animation-delay: 368.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3683) +{ + -webkit-animation-delay: 368.3s; + -moz-animation-delay: 368.3s; + -o-animation-delay: 368.3s; + animation-delay: 368.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3684) +{ + -webkit-animation-delay: 368.4s; + -moz-animation-delay: 368.4s; + -o-animation-delay: 368.4s; + animation-delay: 368.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3685) +{ + -webkit-animation-delay: 368.5s; + -moz-animation-delay: 368.5s; + -o-animation-delay: 368.5s; + animation-delay: 368.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3686) +{ + -webkit-animation-delay: 368.6s; + -moz-animation-delay: 368.6s; + -o-animation-delay: 368.6s; + animation-delay: 368.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3687) +{ + -webkit-animation-delay: 368.7s; + -moz-animation-delay: 368.7s; + -o-animation-delay: 368.7s; + animation-delay: 368.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3688) +{ + -webkit-animation-delay: 368.8s; + -moz-animation-delay: 368.8s; + -o-animation-delay: 368.8s; + animation-delay: 368.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3689) +{ + -webkit-animation-delay: 368.9s; + -moz-animation-delay: 368.9s; + -o-animation-delay: 368.9s; + animation-delay: 368.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3690) +{ + -webkit-animation-delay: 369s; + -moz-animation-delay: 369s; + -o-animation-delay: 369s; + animation-delay: 369s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3691) +{ + -webkit-animation-delay: 369.1s; + -moz-animation-delay: 369.1s; + -o-animation-delay: 369.1s; + animation-delay: 369.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3692) +{ + -webkit-animation-delay: 369.2s; + -moz-animation-delay: 369.2s; + -o-animation-delay: 369.2s; + animation-delay: 369.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3693) +{ + -webkit-animation-delay: 369.3s; + -moz-animation-delay: 369.3s; + -o-animation-delay: 369.3s; + animation-delay: 369.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3694) +{ + -webkit-animation-delay: 369.4s; + -moz-animation-delay: 369.4s; + -o-animation-delay: 369.4s; + animation-delay: 369.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3695) +{ + -webkit-animation-delay: 369.5s; + -moz-animation-delay: 369.5s; + -o-animation-delay: 369.5s; + animation-delay: 369.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3696) +{ + -webkit-animation-delay: 369.6s; + -moz-animation-delay: 369.6s; + -o-animation-delay: 369.6s; + animation-delay: 369.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3697) +{ + -webkit-animation-delay: 369.7s; + -moz-animation-delay: 369.7s; + -o-animation-delay: 369.7s; + animation-delay: 369.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3698) +{ + -webkit-animation-delay: 369.8s; + -moz-animation-delay: 369.8s; + -o-animation-delay: 369.8s; + animation-delay: 369.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3699) +{ + -webkit-animation-delay: 369.9s; + -moz-animation-delay: 369.9s; + -o-animation-delay: 369.9s; + animation-delay: 369.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3700) +{ + -webkit-animation-delay: 370s; + -moz-animation-delay: 370s; + -o-animation-delay: 370s; + animation-delay: 370s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3701) +{ + -webkit-animation-delay: 370.1s; + -moz-animation-delay: 370.1s; + -o-animation-delay: 370.1s; + animation-delay: 370.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3702) +{ + -webkit-animation-delay: 370.2s; + -moz-animation-delay: 370.2s; + -o-animation-delay: 370.2s; + animation-delay: 370.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3703) +{ + -webkit-animation-delay: 370.3s; + -moz-animation-delay: 370.3s; + -o-animation-delay: 370.3s; + animation-delay: 370.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3704) +{ + -webkit-animation-delay: 370.4s; + -moz-animation-delay: 370.4s; + -o-animation-delay: 370.4s; + animation-delay: 370.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3705) +{ + -webkit-animation-delay: 370.5s; + -moz-animation-delay: 370.5s; + -o-animation-delay: 370.5s; + animation-delay: 370.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3706) +{ + -webkit-animation-delay: 370.6s; + -moz-animation-delay: 370.6s; + -o-animation-delay: 370.6s; + animation-delay: 370.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3707) +{ + -webkit-animation-delay: 370.7s; + -moz-animation-delay: 370.7s; + -o-animation-delay: 370.7s; + animation-delay: 370.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3708) +{ + -webkit-animation-delay: 370.8s; + -moz-animation-delay: 370.8s; + -o-animation-delay: 370.8s; + animation-delay: 370.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3709) +{ + -webkit-animation-delay: 370.9s; + -moz-animation-delay: 370.9s; + -o-animation-delay: 370.9s; + animation-delay: 370.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3710) +{ + -webkit-animation-delay: 371s; + -moz-animation-delay: 371s; + -o-animation-delay: 371s; + animation-delay: 371s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3711) +{ + -webkit-animation-delay: 371.1s; + -moz-animation-delay: 371.1s; + -o-animation-delay: 371.1s; + animation-delay: 371.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3712) +{ + -webkit-animation-delay: 371.2s; + -moz-animation-delay: 371.2s; + -o-animation-delay: 371.2s; + animation-delay: 371.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3713) +{ + -webkit-animation-delay: 371.3s; + -moz-animation-delay: 371.3s; + -o-animation-delay: 371.3s; + animation-delay: 371.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3714) +{ + -webkit-animation-delay: 371.4s; + -moz-animation-delay: 371.4s; + -o-animation-delay: 371.4s; + animation-delay: 371.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3715) +{ + -webkit-animation-delay: 371.5s; + -moz-animation-delay: 371.5s; + -o-animation-delay: 371.5s; + animation-delay: 371.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3716) +{ + -webkit-animation-delay: 371.6s; + -moz-animation-delay: 371.6s; + -o-animation-delay: 371.6s; + animation-delay: 371.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3717) +{ + -webkit-animation-delay: 371.7s; + -moz-animation-delay: 371.7s; + -o-animation-delay: 371.7s; + animation-delay: 371.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3718) +{ + -webkit-animation-delay: 371.8s; + -moz-animation-delay: 371.8s; + -o-animation-delay: 371.8s; + animation-delay: 371.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3719) +{ + -webkit-animation-delay: 371.9s; + -moz-animation-delay: 371.9s; + -o-animation-delay: 371.9s; + animation-delay: 371.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3720) +{ + -webkit-animation-delay: 372s; + -moz-animation-delay: 372s; + -o-animation-delay: 372s; + animation-delay: 372s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3721) +{ + -webkit-animation-delay: 372.1s; + -moz-animation-delay: 372.1s; + -o-animation-delay: 372.1s; + animation-delay: 372.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3722) +{ + -webkit-animation-delay: 372.2s; + -moz-animation-delay: 372.2s; + -o-animation-delay: 372.2s; + animation-delay: 372.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3723) +{ + -webkit-animation-delay: 372.3s; + -moz-animation-delay: 372.3s; + -o-animation-delay: 372.3s; + animation-delay: 372.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3724) +{ + -webkit-animation-delay: 372.4s; + -moz-animation-delay: 372.4s; + -o-animation-delay: 372.4s; + animation-delay: 372.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3725) +{ + -webkit-animation-delay: 372.5s; + -moz-animation-delay: 372.5s; + -o-animation-delay: 372.5s; + animation-delay: 372.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3726) +{ + -webkit-animation-delay: 372.6s; + -moz-animation-delay: 372.6s; + -o-animation-delay: 372.6s; + animation-delay: 372.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3727) +{ + -webkit-animation-delay: 372.7s; + -moz-animation-delay: 372.7s; + -o-animation-delay: 372.7s; + animation-delay: 372.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3728) +{ + -webkit-animation-delay: 372.8s; + -moz-animation-delay: 372.8s; + -o-animation-delay: 372.8s; + animation-delay: 372.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3729) +{ + -webkit-animation-delay: 372.9s; + -moz-animation-delay: 372.9s; + -o-animation-delay: 372.9s; + animation-delay: 372.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3730) +{ + -webkit-animation-delay: 373s; + -moz-animation-delay: 373s; + -o-animation-delay: 373s; + animation-delay: 373s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3731) +{ + -webkit-animation-delay: 373.1s; + -moz-animation-delay: 373.1s; + -o-animation-delay: 373.1s; + animation-delay: 373.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3732) +{ + -webkit-animation-delay: 373.2s; + -moz-animation-delay: 373.2s; + -o-animation-delay: 373.2s; + animation-delay: 373.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3733) +{ + -webkit-animation-delay: 373.3s; + -moz-animation-delay: 373.3s; + -o-animation-delay: 373.3s; + animation-delay: 373.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3734) +{ + -webkit-animation-delay: 373.4s; + -moz-animation-delay: 373.4s; + -o-animation-delay: 373.4s; + animation-delay: 373.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3735) +{ + -webkit-animation-delay: 373.5s; + -moz-animation-delay: 373.5s; + -o-animation-delay: 373.5s; + animation-delay: 373.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3736) +{ + -webkit-animation-delay: 373.6s; + -moz-animation-delay: 373.6s; + -o-animation-delay: 373.6s; + animation-delay: 373.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3737) +{ + -webkit-animation-delay: 373.7s; + -moz-animation-delay: 373.7s; + -o-animation-delay: 373.7s; + animation-delay: 373.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3738) +{ + -webkit-animation-delay: 373.8s; + -moz-animation-delay: 373.8s; + -o-animation-delay: 373.8s; + animation-delay: 373.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3739) +{ + -webkit-animation-delay: 373.9s; + -moz-animation-delay: 373.9s; + -o-animation-delay: 373.9s; + animation-delay: 373.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3740) +{ + -webkit-animation-delay: 374s; + -moz-animation-delay: 374s; + -o-animation-delay: 374s; + animation-delay: 374s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3741) +{ + -webkit-animation-delay: 374.1s; + -moz-animation-delay: 374.1s; + -o-animation-delay: 374.1s; + animation-delay: 374.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3742) +{ + -webkit-animation-delay: 374.2s; + -moz-animation-delay: 374.2s; + -o-animation-delay: 374.2s; + animation-delay: 374.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3743) +{ + -webkit-animation-delay: 374.3s; + -moz-animation-delay: 374.3s; + -o-animation-delay: 374.3s; + animation-delay: 374.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3744) +{ + -webkit-animation-delay: 374.4s; + -moz-animation-delay: 374.4s; + -o-animation-delay: 374.4s; + animation-delay: 374.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3745) +{ + -webkit-animation-delay: 374.5s; + -moz-animation-delay: 374.5s; + -o-animation-delay: 374.5s; + animation-delay: 374.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3746) +{ + -webkit-animation-delay: 374.6s; + -moz-animation-delay: 374.6s; + -o-animation-delay: 374.6s; + animation-delay: 374.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3747) +{ + -webkit-animation-delay: 374.7s; + -moz-animation-delay: 374.7s; + -o-animation-delay: 374.7s; + animation-delay: 374.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3748) +{ + -webkit-animation-delay: 374.8s; + -moz-animation-delay: 374.8s; + -o-animation-delay: 374.8s; + animation-delay: 374.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3749) +{ + -webkit-animation-delay: 374.9s; + -moz-animation-delay: 374.9s; + -o-animation-delay: 374.9s; + animation-delay: 374.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3750) +{ + -webkit-animation-delay: 375s; + -moz-animation-delay: 375s; + -o-animation-delay: 375s; + animation-delay: 375s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3751) +{ + -webkit-animation-delay: 375.1s; + -moz-animation-delay: 375.1s; + -o-animation-delay: 375.1s; + animation-delay: 375.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3752) +{ + -webkit-animation-delay: 375.2s; + -moz-animation-delay: 375.2s; + -o-animation-delay: 375.2s; + animation-delay: 375.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3753) +{ + -webkit-animation-delay: 375.3s; + -moz-animation-delay: 375.3s; + -o-animation-delay: 375.3s; + animation-delay: 375.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3754) +{ + -webkit-animation-delay: 375.4s; + -moz-animation-delay: 375.4s; + -o-animation-delay: 375.4s; + animation-delay: 375.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3755) +{ + -webkit-animation-delay: 375.5s; + -moz-animation-delay: 375.5s; + -o-animation-delay: 375.5s; + animation-delay: 375.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3756) +{ + -webkit-animation-delay: 375.6s; + -moz-animation-delay: 375.6s; + -o-animation-delay: 375.6s; + animation-delay: 375.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3757) +{ + -webkit-animation-delay: 375.7s; + -moz-animation-delay: 375.7s; + -o-animation-delay: 375.7s; + animation-delay: 375.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3758) +{ + -webkit-animation-delay: 375.8s; + -moz-animation-delay: 375.8s; + -o-animation-delay: 375.8s; + animation-delay: 375.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3759) +{ + -webkit-animation-delay: 375.9s; + -moz-animation-delay: 375.9s; + -o-animation-delay: 375.9s; + animation-delay: 375.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3760) +{ + -webkit-animation-delay: 376s; + -moz-animation-delay: 376s; + -o-animation-delay: 376s; + animation-delay: 376s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3761) +{ + -webkit-animation-delay: 376.1s; + -moz-animation-delay: 376.1s; + -o-animation-delay: 376.1s; + animation-delay: 376.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3762) +{ + -webkit-animation-delay: 376.2s; + -moz-animation-delay: 376.2s; + -o-animation-delay: 376.2s; + animation-delay: 376.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3763) +{ + -webkit-animation-delay: 376.3s; + -moz-animation-delay: 376.3s; + -o-animation-delay: 376.3s; + animation-delay: 376.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3764) +{ + -webkit-animation-delay: 376.4s; + -moz-animation-delay: 376.4s; + -o-animation-delay: 376.4s; + animation-delay: 376.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3765) +{ + -webkit-animation-delay: 376.5s; + -moz-animation-delay: 376.5s; + -o-animation-delay: 376.5s; + animation-delay: 376.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3766) +{ + -webkit-animation-delay: 376.6s; + -moz-animation-delay: 376.6s; + -o-animation-delay: 376.6s; + animation-delay: 376.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3767) +{ + -webkit-animation-delay: 376.7s; + -moz-animation-delay: 376.7s; + -o-animation-delay: 376.7s; + animation-delay: 376.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3768) +{ + -webkit-animation-delay: 376.8s; + -moz-animation-delay: 376.8s; + -o-animation-delay: 376.8s; + animation-delay: 376.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3769) +{ + -webkit-animation-delay: 376.9s; + -moz-animation-delay: 376.9s; + -o-animation-delay: 376.9s; + animation-delay: 376.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3770) +{ + -webkit-animation-delay: 377s; + -moz-animation-delay: 377s; + -o-animation-delay: 377s; + animation-delay: 377s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3771) +{ + -webkit-animation-delay: 377.1s; + -moz-animation-delay: 377.1s; + -o-animation-delay: 377.1s; + animation-delay: 377.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3772) +{ + -webkit-animation-delay: 377.2s; + -moz-animation-delay: 377.2s; + -o-animation-delay: 377.2s; + animation-delay: 377.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3773) +{ + -webkit-animation-delay: 377.3s; + -moz-animation-delay: 377.3s; + -o-animation-delay: 377.3s; + animation-delay: 377.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3774) +{ + -webkit-animation-delay: 377.4s; + -moz-animation-delay: 377.4s; + -o-animation-delay: 377.4s; + animation-delay: 377.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3775) +{ + -webkit-animation-delay: 377.5s; + -moz-animation-delay: 377.5s; + -o-animation-delay: 377.5s; + animation-delay: 377.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3776) +{ + -webkit-animation-delay: 377.6s; + -moz-animation-delay: 377.6s; + -o-animation-delay: 377.6s; + animation-delay: 377.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3777) +{ + -webkit-animation-delay: 377.7s; + -moz-animation-delay: 377.7s; + -o-animation-delay: 377.7s; + animation-delay: 377.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3778) +{ + -webkit-animation-delay: 377.8s; + -moz-animation-delay: 377.8s; + -o-animation-delay: 377.8s; + animation-delay: 377.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3779) +{ + -webkit-animation-delay: 377.9s; + -moz-animation-delay: 377.9s; + -o-animation-delay: 377.9s; + animation-delay: 377.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3780) +{ + -webkit-animation-delay: 378s; + -moz-animation-delay: 378s; + -o-animation-delay: 378s; + animation-delay: 378s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3781) +{ + -webkit-animation-delay: 378.1s; + -moz-animation-delay: 378.1s; + -o-animation-delay: 378.1s; + animation-delay: 378.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3782) +{ + -webkit-animation-delay: 378.2s; + -moz-animation-delay: 378.2s; + -o-animation-delay: 378.2s; + animation-delay: 378.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3783) +{ + -webkit-animation-delay: 378.3s; + -moz-animation-delay: 378.3s; + -o-animation-delay: 378.3s; + animation-delay: 378.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3784) +{ + -webkit-animation-delay: 378.4s; + -moz-animation-delay: 378.4s; + -o-animation-delay: 378.4s; + animation-delay: 378.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3785) +{ + -webkit-animation-delay: 378.5s; + -moz-animation-delay: 378.5s; + -o-animation-delay: 378.5s; + animation-delay: 378.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3786) +{ + -webkit-animation-delay: 378.6s; + -moz-animation-delay: 378.6s; + -o-animation-delay: 378.6s; + animation-delay: 378.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3787) +{ + -webkit-animation-delay: 378.7s; + -moz-animation-delay: 378.7s; + -o-animation-delay: 378.7s; + animation-delay: 378.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3788) +{ + -webkit-animation-delay: 378.8s; + -moz-animation-delay: 378.8s; + -o-animation-delay: 378.8s; + animation-delay: 378.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3789) +{ + -webkit-animation-delay: 378.9s; + -moz-animation-delay: 378.9s; + -o-animation-delay: 378.9s; + animation-delay: 378.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3790) +{ + -webkit-animation-delay: 379s; + -moz-animation-delay: 379s; + -o-animation-delay: 379s; + animation-delay: 379s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3791) +{ + -webkit-animation-delay: 379.1s; + -moz-animation-delay: 379.1s; + -o-animation-delay: 379.1s; + animation-delay: 379.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3792) +{ + -webkit-animation-delay: 379.2s; + -moz-animation-delay: 379.2s; + -o-animation-delay: 379.2s; + animation-delay: 379.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3793) +{ + -webkit-animation-delay: 379.3s; + -moz-animation-delay: 379.3s; + -o-animation-delay: 379.3s; + animation-delay: 379.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3794) +{ + -webkit-animation-delay: 379.4s; + -moz-animation-delay: 379.4s; + -o-animation-delay: 379.4s; + animation-delay: 379.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3795) +{ + -webkit-animation-delay: 379.5s; + -moz-animation-delay: 379.5s; + -o-animation-delay: 379.5s; + animation-delay: 379.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3796) +{ + -webkit-animation-delay: 379.6s; + -moz-animation-delay: 379.6s; + -o-animation-delay: 379.6s; + animation-delay: 379.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3797) +{ + -webkit-animation-delay: 379.7s; + -moz-animation-delay: 379.7s; + -o-animation-delay: 379.7s; + animation-delay: 379.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3798) +{ + -webkit-animation-delay: 379.8s; + -moz-animation-delay: 379.8s; + -o-animation-delay: 379.8s; + animation-delay: 379.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3799) +{ + -webkit-animation-delay: 379.9s; + -moz-animation-delay: 379.9s; + -o-animation-delay: 379.9s; + animation-delay: 379.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3800) +{ + -webkit-animation-delay: 380s; + -moz-animation-delay: 380s; + -o-animation-delay: 380s; + animation-delay: 380s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3801) +{ + -webkit-animation-delay: 380.1s; + -moz-animation-delay: 380.1s; + -o-animation-delay: 380.1s; + animation-delay: 380.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3802) +{ + -webkit-animation-delay: 380.2s; + -moz-animation-delay: 380.2s; + -o-animation-delay: 380.2s; + animation-delay: 380.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3803) +{ + -webkit-animation-delay: 380.3s; + -moz-animation-delay: 380.3s; + -o-animation-delay: 380.3s; + animation-delay: 380.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3804) +{ + -webkit-animation-delay: 380.4s; + -moz-animation-delay: 380.4s; + -o-animation-delay: 380.4s; + animation-delay: 380.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3805) +{ + -webkit-animation-delay: 380.5s; + -moz-animation-delay: 380.5s; + -o-animation-delay: 380.5s; + animation-delay: 380.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3806) +{ + -webkit-animation-delay: 380.6s; + -moz-animation-delay: 380.6s; + -o-animation-delay: 380.6s; + animation-delay: 380.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3807) +{ + -webkit-animation-delay: 380.7s; + -moz-animation-delay: 380.7s; + -o-animation-delay: 380.7s; + animation-delay: 380.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3808) +{ + -webkit-animation-delay: 380.8s; + -moz-animation-delay: 380.8s; + -o-animation-delay: 380.8s; + animation-delay: 380.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3809) +{ + -webkit-animation-delay: 380.9s; + -moz-animation-delay: 380.9s; + -o-animation-delay: 380.9s; + animation-delay: 380.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3810) +{ + -webkit-animation-delay: 381s; + -moz-animation-delay: 381s; + -o-animation-delay: 381s; + animation-delay: 381s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3811) +{ + -webkit-animation-delay: 381.1s; + -moz-animation-delay: 381.1s; + -o-animation-delay: 381.1s; + animation-delay: 381.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3812) +{ + -webkit-animation-delay: 381.2s; + -moz-animation-delay: 381.2s; + -o-animation-delay: 381.2s; + animation-delay: 381.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3813) +{ + -webkit-animation-delay: 381.3s; + -moz-animation-delay: 381.3s; + -o-animation-delay: 381.3s; + animation-delay: 381.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3814) +{ + -webkit-animation-delay: 381.4s; + -moz-animation-delay: 381.4s; + -o-animation-delay: 381.4s; + animation-delay: 381.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3815) +{ + -webkit-animation-delay: 381.5s; + -moz-animation-delay: 381.5s; + -o-animation-delay: 381.5s; + animation-delay: 381.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3816) +{ + -webkit-animation-delay: 381.6s; + -moz-animation-delay: 381.6s; + -o-animation-delay: 381.6s; + animation-delay: 381.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3817) +{ + -webkit-animation-delay: 381.7s; + -moz-animation-delay: 381.7s; + -o-animation-delay: 381.7s; + animation-delay: 381.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3818) +{ + -webkit-animation-delay: 381.8s; + -moz-animation-delay: 381.8s; + -o-animation-delay: 381.8s; + animation-delay: 381.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3819) +{ + -webkit-animation-delay: 381.9s; + -moz-animation-delay: 381.9s; + -o-animation-delay: 381.9s; + animation-delay: 381.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3820) +{ + -webkit-animation-delay: 382s; + -moz-animation-delay: 382s; + -o-animation-delay: 382s; + animation-delay: 382s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3821) +{ + -webkit-animation-delay: 382.1s; + -moz-animation-delay: 382.1s; + -o-animation-delay: 382.1s; + animation-delay: 382.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3822) +{ + -webkit-animation-delay: 382.2s; + -moz-animation-delay: 382.2s; + -o-animation-delay: 382.2s; + animation-delay: 382.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3823) +{ + -webkit-animation-delay: 382.3s; + -moz-animation-delay: 382.3s; + -o-animation-delay: 382.3s; + animation-delay: 382.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3824) +{ + -webkit-animation-delay: 382.4s; + -moz-animation-delay: 382.4s; + -o-animation-delay: 382.4s; + animation-delay: 382.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3825) +{ + -webkit-animation-delay: 382.5s; + -moz-animation-delay: 382.5s; + -o-animation-delay: 382.5s; + animation-delay: 382.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3826) +{ + -webkit-animation-delay: 382.6s; + -moz-animation-delay: 382.6s; + -o-animation-delay: 382.6s; + animation-delay: 382.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3827) +{ + -webkit-animation-delay: 382.7s; + -moz-animation-delay: 382.7s; + -o-animation-delay: 382.7s; + animation-delay: 382.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3828) +{ + -webkit-animation-delay: 382.8s; + -moz-animation-delay: 382.8s; + -o-animation-delay: 382.8s; + animation-delay: 382.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3829) +{ + -webkit-animation-delay: 382.9s; + -moz-animation-delay: 382.9s; + -o-animation-delay: 382.9s; + animation-delay: 382.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3830) +{ + -webkit-animation-delay: 383s; + -moz-animation-delay: 383s; + -o-animation-delay: 383s; + animation-delay: 383s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3831) +{ + -webkit-animation-delay: 383.1s; + -moz-animation-delay: 383.1s; + -o-animation-delay: 383.1s; + animation-delay: 383.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3832) +{ + -webkit-animation-delay: 383.2s; + -moz-animation-delay: 383.2s; + -o-animation-delay: 383.2s; + animation-delay: 383.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3833) +{ + -webkit-animation-delay: 383.3s; + -moz-animation-delay: 383.3s; + -o-animation-delay: 383.3s; + animation-delay: 383.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3834) +{ + -webkit-animation-delay: 383.4s; + -moz-animation-delay: 383.4s; + -o-animation-delay: 383.4s; + animation-delay: 383.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3835) +{ + -webkit-animation-delay: 383.5s; + -moz-animation-delay: 383.5s; + -o-animation-delay: 383.5s; + animation-delay: 383.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3836) +{ + -webkit-animation-delay: 383.6s; + -moz-animation-delay: 383.6s; + -o-animation-delay: 383.6s; + animation-delay: 383.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3837) +{ + -webkit-animation-delay: 383.7s; + -moz-animation-delay: 383.7s; + -o-animation-delay: 383.7s; + animation-delay: 383.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3838) +{ + -webkit-animation-delay: 383.8s; + -moz-animation-delay: 383.8s; + -o-animation-delay: 383.8s; + animation-delay: 383.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3839) +{ + -webkit-animation-delay: 383.9s; + -moz-animation-delay: 383.9s; + -o-animation-delay: 383.9s; + animation-delay: 383.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3840) +{ + -webkit-animation-delay: 384s; + -moz-animation-delay: 384s; + -o-animation-delay: 384s; + animation-delay: 384s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3841) +{ + -webkit-animation-delay: 384.1s; + -moz-animation-delay: 384.1s; + -o-animation-delay: 384.1s; + animation-delay: 384.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3842) +{ + -webkit-animation-delay: 384.2s; + -moz-animation-delay: 384.2s; + -o-animation-delay: 384.2s; + animation-delay: 384.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3843) +{ + -webkit-animation-delay: 384.3s; + -moz-animation-delay: 384.3s; + -o-animation-delay: 384.3s; + animation-delay: 384.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3844) +{ + -webkit-animation-delay: 384.4s; + -moz-animation-delay: 384.4s; + -o-animation-delay: 384.4s; + animation-delay: 384.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3845) +{ + -webkit-animation-delay: 384.5s; + -moz-animation-delay: 384.5s; + -o-animation-delay: 384.5s; + animation-delay: 384.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3846) +{ + -webkit-animation-delay: 384.6s; + -moz-animation-delay: 384.6s; + -o-animation-delay: 384.6s; + animation-delay: 384.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3847) +{ + -webkit-animation-delay: 384.7s; + -moz-animation-delay: 384.7s; + -o-animation-delay: 384.7s; + animation-delay: 384.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3848) +{ + -webkit-animation-delay: 384.8s; + -moz-animation-delay: 384.8s; + -o-animation-delay: 384.8s; + animation-delay: 384.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3849) +{ + -webkit-animation-delay: 384.9s; + -moz-animation-delay: 384.9s; + -o-animation-delay: 384.9s; + animation-delay: 384.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3850) +{ + -webkit-animation-delay: 385s; + -moz-animation-delay: 385s; + -o-animation-delay: 385s; + animation-delay: 385s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3851) +{ + -webkit-animation-delay: 385.1s; + -moz-animation-delay: 385.1s; + -o-animation-delay: 385.1s; + animation-delay: 385.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3852) +{ + -webkit-animation-delay: 385.2s; + -moz-animation-delay: 385.2s; + -o-animation-delay: 385.2s; + animation-delay: 385.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3853) +{ + -webkit-animation-delay: 385.3s; + -moz-animation-delay: 385.3s; + -o-animation-delay: 385.3s; + animation-delay: 385.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3854) +{ + -webkit-animation-delay: 385.4s; + -moz-animation-delay: 385.4s; + -o-animation-delay: 385.4s; + animation-delay: 385.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3855) +{ + -webkit-animation-delay: 385.5s; + -moz-animation-delay: 385.5s; + -o-animation-delay: 385.5s; + animation-delay: 385.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3856) +{ + -webkit-animation-delay: 385.6s; + -moz-animation-delay: 385.6s; + -o-animation-delay: 385.6s; + animation-delay: 385.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3857) +{ + -webkit-animation-delay: 385.7s; + -moz-animation-delay: 385.7s; + -o-animation-delay: 385.7s; + animation-delay: 385.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3858) +{ + -webkit-animation-delay: 385.8s; + -moz-animation-delay: 385.8s; + -o-animation-delay: 385.8s; + animation-delay: 385.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3859) +{ + -webkit-animation-delay: 385.9s; + -moz-animation-delay: 385.9s; + -o-animation-delay: 385.9s; + animation-delay: 385.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3860) +{ + -webkit-animation-delay: 386s; + -moz-animation-delay: 386s; + -o-animation-delay: 386s; + animation-delay: 386s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3861) +{ + -webkit-animation-delay: 386.1s; + -moz-animation-delay: 386.1s; + -o-animation-delay: 386.1s; + animation-delay: 386.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3862) +{ + -webkit-animation-delay: 386.2s; + -moz-animation-delay: 386.2s; + -o-animation-delay: 386.2s; + animation-delay: 386.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3863) +{ + -webkit-animation-delay: 386.3s; + -moz-animation-delay: 386.3s; + -o-animation-delay: 386.3s; + animation-delay: 386.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3864) +{ + -webkit-animation-delay: 386.4s; + -moz-animation-delay: 386.4s; + -o-animation-delay: 386.4s; + animation-delay: 386.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3865) +{ + -webkit-animation-delay: 386.5s; + -moz-animation-delay: 386.5s; + -o-animation-delay: 386.5s; + animation-delay: 386.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3866) +{ + -webkit-animation-delay: 386.6s; + -moz-animation-delay: 386.6s; + -o-animation-delay: 386.6s; + animation-delay: 386.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3867) +{ + -webkit-animation-delay: 386.7s; + -moz-animation-delay: 386.7s; + -o-animation-delay: 386.7s; + animation-delay: 386.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3868) +{ + -webkit-animation-delay: 386.8s; + -moz-animation-delay: 386.8s; + -o-animation-delay: 386.8s; + animation-delay: 386.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3869) +{ + -webkit-animation-delay: 386.9s; + -moz-animation-delay: 386.9s; + -o-animation-delay: 386.9s; + animation-delay: 386.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3870) +{ + -webkit-animation-delay: 387s; + -moz-animation-delay: 387s; + -o-animation-delay: 387s; + animation-delay: 387s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3871) +{ + -webkit-animation-delay: 387.1s; + -moz-animation-delay: 387.1s; + -o-animation-delay: 387.1s; + animation-delay: 387.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3872) +{ + -webkit-animation-delay: 387.2s; + -moz-animation-delay: 387.2s; + -o-animation-delay: 387.2s; + animation-delay: 387.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3873) +{ + -webkit-animation-delay: 387.3s; + -moz-animation-delay: 387.3s; + -o-animation-delay: 387.3s; + animation-delay: 387.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3874) +{ + -webkit-animation-delay: 387.4s; + -moz-animation-delay: 387.4s; + -o-animation-delay: 387.4s; + animation-delay: 387.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3875) +{ + -webkit-animation-delay: 387.5s; + -moz-animation-delay: 387.5s; + -o-animation-delay: 387.5s; + animation-delay: 387.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3876) +{ + -webkit-animation-delay: 387.6s; + -moz-animation-delay: 387.6s; + -o-animation-delay: 387.6s; + animation-delay: 387.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3877) +{ + -webkit-animation-delay: 387.7s; + -moz-animation-delay: 387.7s; + -o-animation-delay: 387.7s; + animation-delay: 387.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3878) +{ + -webkit-animation-delay: 387.8s; + -moz-animation-delay: 387.8s; + -o-animation-delay: 387.8s; + animation-delay: 387.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3879) +{ + -webkit-animation-delay: 387.9s; + -moz-animation-delay: 387.9s; + -o-animation-delay: 387.9s; + animation-delay: 387.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3880) +{ + -webkit-animation-delay: 388s; + -moz-animation-delay: 388s; + -o-animation-delay: 388s; + animation-delay: 388s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3881) +{ + -webkit-animation-delay: 388.1s; + -moz-animation-delay: 388.1s; + -o-animation-delay: 388.1s; + animation-delay: 388.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3882) +{ + -webkit-animation-delay: 388.2s; + -moz-animation-delay: 388.2s; + -o-animation-delay: 388.2s; + animation-delay: 388.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3883) +{ + -webkit-animation-delay: 388.3s; + -moz-animation-delay: 388.3s; + -o-animation-delay: 388.3s; + animation-delay: 388.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3884) +{ + -webkit-animation-delay: 388.4s; + -moz-animation-delay: 388.4s; + -o-animation-delay: 388.4s; + animation-delay: 388.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3885) +{ + -webkit-animation-delay: 388.5s; + -moz-animation-delay: 388.5s; + -o-animation-delay: 388.5s; + animation-delay: 388.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3886) +{ + -webkit-animation-delay: 388.6s; + -moz-animation-delay: 388.6s; + -o-animation-delay: 388.6s; + animation-delay: 388.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3887) +{ + -webkit-animation-delay: 388.7s; + -moz-animation-delay: 388.7s; + -o-animation-delay: 388.7s; + animation-delay: 388.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3888) +{ + -webkit-animation-delay: 388.8s; + -moz-animation-delay: 388.8s; + -o-animation-delay: 388.8s; + animation-delay: 388.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3889) +{ + -webkit-animation-delay: 388.9s; + -moz-animation-delay: 388.9s; + -o-animation-delay: 388.9s; + animation-delay: 388.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3890) +{ + -webkit-animation-delay: 389s; + -moz-animation-delay: 389s; + -o-animation-delay: 389s; + animation-delay: 389s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3891) +{ + -webkit-animation-delay: 389.1s; + -moz-animation-delay: 389.1s; + -o-animation-delay: 389.1s; + animation-delay: 389.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3892) +{ + -webkit-animation-delay: 389.2s; + -moz-animation-delay: 389.2s; + -o-animation-delay: 389.2s; + animation-delay: 389.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3893) +{ + -webkit-animation-delay: 389.3s; + -moz-animation-delay: 389.3s; + -o-animation-delay: 389.3s; + animation-delay: 389.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3894) +{ + -webkit-animation-delay: 389.4s; + -moz-animation-delay: 389.4s; + -o-animation-delay: 389.4s; + animation-delay: 389.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3895) +{ + -webkit-animation-delay: 389.5s; + -moz-animation-delay: 389.5s; + -o-animation-delay: 389.5s; + animation-delay: 389.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3896) +{ + -webkit-animation-delay: 389.6s; + -moz-animation-delay: 389.6s; + -o-animation-delay: 389.6s; + animation-delay: 389.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3897) +{ + -webkit-animation-delay: 389.7s; + -moz-animation-delay: 389.7s; + -o-animation-delay: 389.7s; + animation-delay: 389.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3898) +{ + -webkit-animation-delay: 389.8s; + -moz-animation-delay: 389.8s; + -o-animation-delay: 389.8s; + animation-delay: 389.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3899) +{ + -webkit-animation-delay: 389.9s; + -moz-animation-delay: 389.9s; + -o-animation-delay: 389.9s; + animation-delay: 389.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3900) +{ + -webkit-animation-delay: 390s; + -moz-animation-delay: 390s; + -o-animation-delay: 390s; + animation-delay: 390s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3901) +{ + -webkit-animation-delay: 390.1s; + -moz-animation-delay: 390.1s; + -o-animation-delay: 390.1s; + animation-delay: 390.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3902) +{ + -webkit-animation-delay: 390.2s; + -moz-animation-delay: 390.2s; + -o-animation-delay: 390.2s; + animation-delay: 390.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3903) +{ + -webkit-animation-delay: 390.3s; + -moz-animation-delay: 390.3s; + -o-animation-delay: 390.3s; + animation-delay: 390.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3904) +{ + -webkit-animation-delay: 390.4s; + -moz-animation-delay: 390.4s; + -o-animation-delay: 390.4s; + animation-delay: 390.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3905) +{ + -webkit-animation-delay: 390.5s; + -moz-animation-delay: 390.5s; + -o-animation-delay: 390.5s; + animation-delay: 390.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3906) +{ + -webkit-animation-delay: 390.6s; + -moz-animation-delay: 390.6s; + -o-animation-delay: 390.6s; + animation-delay: 390.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3907) +{ + -webkit-animation-delay: 390.7s; + -moz-animation-delay: 390.7s; + -o-animation-delay: 390.7s; + animation-delay: 390.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3908) +{ + -webkit-animation-delay: 390.8s; + -moz-animation-delay: 390.8s; + -o-animation-delay: 390.8s; + animation-delay: 390.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3909) +{ + -webkit-animation-delay: 390.9s; + -moz-animation-delay: 390.9s; + -o-animation-delay: 390.9s; + animation-delay: 390.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3910) +{ + -webkit-animation-delay: 391s; + -moz-animation-delay: 391s; + -o-animation-delay: 391s; + animation-delay: 391s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3911) +{ + -webkit-animation-delay: 391.1s; + -moz-animation-delay: 391.1s; + -o-animation-delay: 391.1s; + animation-delay: 391.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3912) +{ + -webkit-animation-delay: 391.2s; + -moz-animation-delay: 391.2s; + -o-animation-delay: 391.2s; + animation-delay: 391.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3913) +{ + -webkit-animation-delay: 391.3s; + -moz-animation-delay: 391.3s; + -o-animation-delay: 391.3s; + animation-delay: 391.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3914) +{ + -webkit-animation-delay: 391.4s; + -moz-animation-delay: 391.4s; + -o-animation-delay: 391.4s; + animation-delay: 391.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3915) +{ + -webkit-animation-delay: 391.5s; + -moz-animation-delay: 391.5s; + -o-animation-delay: 391.5s; + animation-delay: 391.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3916) +{ + -webkit-animation-delay: 391.6s; + -moz-animation-delay: 391.6s; + -o-animation-delay: 391.6s; + animation-delay: 391.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3917) +{ + -webkit-animation-delay: 391.7s; + -moz-animation-delay: 391.7s; + -o-animation-delay: 391.7s; + animation-delay: 391.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3918) +{ + -webkit-animation-delay: 391.8s; + -moz-animation-delay: 391.8s; + -o-animation-delay: 391.8s; + animation-delay: 391.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3919) +{ + -webkit-animation-delay: 391.9s; + -moz-animation-delay: 391.9s; + -o-animation-delay: 391.9s; + animation-delay: 391.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3920) +{ + -webkit-animation-delay: 392s; + -moz-animation-delay: 392s; + -o-animation-delay: 392s; + animation-delay: 392s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3921) +{ + -webkit-animation-delay: 392.1s; + -moz-animation-delay: 392.1s; + -o-animation-delay: 392.1s; + animation-delay: 392.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3922) +{ + -webkit-animation-delay: 392.2s; + -moz-animation-delay: 392.2s; + -o-animation-delay: 392.2s; + animation-delay: 392.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3923) +{ + -webkit-animation-delay: 392.3s; + -moz-animation-delay: 392.3s; + -o-animation-delay: 392.3s; + animation-delay: 392.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3924) +{ + -webkit-animation-delay: 392.4s; + -moz-animation-delay: 392.4s; + -o-animation-delay: 392.4s; + animation-delay: 392.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3925) +{ + -webkit-animation-delay: 392.5s; + -moz-animation-delay: 392.5s; + -o-animation-delay: 392.5s; + animation-delay: 392.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3926) +{ + -webkit-animation-delay: 392.6s; + -moz-animation-delay: 392.6s; + -o-animation-delay: 392.6s; + animation-delay: 392.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3927) +{ + -webkit-animation-delay: 392.7s; + -moz-animation-delay: 392.7s; + -o-animation-delay: 392.7s; + animation-delay: 392.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3928) +{ + -webkit-animation-delay: 392.8s; + -moz-animation-delay: 392.8s; + -o-animation-delay: 392.8s; + animation-delay: 392.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3929) +{ + -webkit-animation-delay: 392.9s; + -moz-animation-delay: 392.9s; + -o-animation-delay: 392.9s; + animation-delay: 392.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3930) +{ + -webkit-animation-delay: 393s; + -moz-animation-delay: 393s; + -o-animation-delay: 393s; + animation-delay: 393s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3931) +{ + -webkit-animation-delay: 393.1s; + -moz-animation-delay: 393.1s; + -o-animation-delay: 393.1s; + animation-delay: 393.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3932) +{ + -webkit-animation-delay: 393.2s; + -moz-animation-delay: 393.2s; + -o-animation-delay: 393.2s; + animation-delay: 393.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3933) +{ + -webkit-animation-delay: 393.3s; + -moz-animation-delay: 393.3s; + -o-animation-delay: 393.3s; + animation-delay: 393.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3934) +{ + -webkit-animation-delay: 393.4s; + -moz-animation-delay: 393.4s; + -o-animation-delay: 393.4s; + animation-delay: 393.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3935) +{ + -webkit-animation-delay: 393.5s; + -moz-animation-delay: 393.5s; + -o-animation-delay: 393.5s; + animation-delay: 393.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3936) +{ + -webkit-animation-delay: 393.6s; + -moz-animation-delay: 393.6s; + -o-animation-delay: 393.6s; + animation-delay: 393.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3937) +{ + -webkit-animation-delay: 393.7s; + -moz-animation-delay: 393.7s; + -o-animation-delay: 393.7s; + animation-delay: 393.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3938) +{ + -webkit-animation-delay: 393.8s; + -moz-animation-delay: 393.8s; + -o-animation-delay: 393.8s; + animation-delay: 393.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3939) +{ + -webkit-animation-delay: 393.9s; + -moz-animation-delay: 393.9s; + -o-animation-delay: 393.9s; + animation-delay: 393.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3940) +{ + -webkit-animation-delay: 394s; + -moz-animation-delay: 394s; + -o-animation-delay: 394s; + animation-delay: 394s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3941) +{ + -webkit-animation-delay: 394.1s; + -moz-animation-delay: 394.1s; + -o-animation-delay: 394.1s; + animation-delay: 394.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3942) +{ + -webkit-animation-delay: 394.2s; + -moz-animation-delay: 394.2s; + -o-animation-delay: 394.2s; + animation-delay: 394.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3943) +{ + -webkit-animation-delay: 394.3s; + -moz-animation-delay: 394.3s; + -o-animation-delay: 394.3s; + animation-delay: 394.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3944) +{ + -webkit-animation-delay: 394.4s; + -moz-animation-delay: 394.4s; + -o-animation-delay: 394.4s; + animation-delay: 394.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3945) +{ + -webkit-animation-delay: 394.5s; + -moz-animation-delay: 394.5s; + -o-animation-delay: 394.5s; + animation-delay: 394.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3946) +{ + -webkit-animation-delay: 394.6s; + -moz-animation-delay: 394.6s; + -o-animation-delay: 394.6s; + animation-delay: 394.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3947) +{ + -webkit-animation-delay: 394.7s; + -moz-animation-delay: 394.7s; + -o-animation-delay: 394.7s; + animation-delay: 394.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3948) +{ + -webkit-animation-delay: 394.8s; + -moz-animation-delay: 394.8s; + -o-animation-delay: 394.8s; + animation-delay: 394.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3949) +{ + -webkit-animation-delay: 394.9s; + -moz-animation-delay: 394.9s; + -o-animation-delay: 394.9s; + animation-delay: 394.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3950) +{ + -webkit-animation-delay: 395s; + -moz-animation-delay: 395s; + -o-animation-delay: 395s; + animation-delay: 395s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3951) +{ + -webkit-animation-delay: 395.1s; + -moz-animation-delay: 395.1s; + -o-animation-delay: 395.1s; + animation-delay: 395.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3952) +{ + -webkit-animation-delay: 395.2s; + -moz-animation-delay: 395.2s; + -o-animation-delay: 395.2s; + animation-delay: 395.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3953) +{ + -webkit-animation-delay: 395.3s; + -moz-animation-delay: 395.3s; + -o-animation-delay: 395.3s; + animation-delay: 395.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3954) +{ + -webkit-animation-delay: 395.4s; + -moz-animation-delay: 395.4s; + -o-animation-delay: 395.4s; + animation-delay: 395.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3955) +{ + -webkit-animation-delay: 395.5s; + -moz-animation-delay: 395.5s; + -o-animation-delay: 395.5s; + animation-delay: 395.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3956) +{ + -webkit-animation-delay: 395.6s; + -moz-animation-delay: 395.6s; + -o-animation-delay: 395.6s; + animation-delay: 395.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3957) +{ + -webkit-animation-delay: 395.7s; + -moz-animation-delay: 395.7s; + -o-animation-delay: 395.7s; + animation-delay: 395.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3958) +{ + -webkit-animation-delay: 395.8s; + -moz-animation-delay: 395.8s; + -o-animation-delay: 395.8s; + animation-delay: 395.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3959) +{ + -webkit-animation-delay: 395.9s; + -moz-animation-delay: 395.9s; + -o-animation-delay: 395.9s; + animation-delay: 395.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3960) +{ + -webkit-animation-delay: 396s; + -moz-animation-delay: 396s; + -o-animation-delay: 396s; + animation-delay: 396s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3961) +{ + -webkit-animation-delay: 396.1s; + -moz-animation-delay: 396.1s; + -o-animation-delay: 396.1s; + animation-delay: 396.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3962) +{ + -webkit-animation-delay: 396.2s; + -moz-animation-delay: 396.2s; + -o-animation-delay: 396.2s; + animation-delay: 396.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3963) +{ + -webkit-animation-delay: 396.3s; + -moz-animation-delay: 396.3s; + -o-animation-delay: 396.3s; + animation-delay: 396.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3964) +{ + -webkit-animation-delay: 396.4s; + -moz-animation-delay: 396.4s; + -o-animation-delay: 396.4s; + animation-delay: 396.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3965) +{ + -webkit-animation-delay: 396.5s; + -moz-animation-delay: 396.5s; + -o-animation-delay: 396.5s; + animation-delay: 396.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3966) +{ + -webkit-animation-delay: 396.6s; + -moz-animation-delay: 396.6s; + -o-animation-delay: 396.6s; + animation-delay: 396.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3967) +{ + -webkit-animation-delay: 396.7s; + -moz-animation-delay: 396.7s; + -o-animation-delay: 396.7s; + animation-delay: 396.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3968) +{ + -webkit-animation-delay: 396.8s; + -moz-animation-delay: 396.8s; + -o-animation-delay: 396.8s; + animation-delay: 396.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3969) +{ + -webkit-animation-delay: 396.9s; + -moz-animation-delay: 396.9s; + -o-animation-delay: 396.9s; + animation-delay: 396.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3970) +{ + -webkit-animation-delay: 397s; + -moz-animation-delay: 397s; + -o-animation-delay: 397s; + animation-delay: 397s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3971) +{ + -webkit-animation-delay: 397.1s; + -moz-animation-delay: 397.1s; + -o-animation-delay: 397.1s; + animation-delay: 397.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3972) +{ + -webkit-animation-delay: 397.2s; + -moz-animation-delay: 397.2s; + -o-animation-delay: 397.2s; + animation-delay: 397.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3973) +{ + -webkit-animation-delay: 397.3s; + -moz-animation-delay: 397.3s; + -o-animation-delay: 397.3s; + animation-delay: 397.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3974) +{ + -webkit-animation-delay: 397.4s; + -moz-animation-delay: 397.4s; + -o-animation-delay: 397.4s; + animation-delay: 397.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3975) +{ + -webkit-animation-delay: 397.5s; + -moz-animation-delay: 397.5s; + -o-animation-delay: 397.5s; + animation-delay: 397.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3976) +{ + -webkit-animation-delay: 397.6s; + -moz-animation-delay: 397.6s; + -o-animation-delay: 397.6s; + animation-delay: 397.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3977) +{ + -webkit-animation-delay: 397.7s; + -moz-animation-delay: 397.7s; + -o-animation-delay: 397.7s; + animation-delay: 397.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3978) +{ + -webkit-animation-delay: 397.8s; + -moz-animation-delay: 397.8s; + -o-animation-delay: 397.8s; + animation-delay: 397.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3979) +{ + -webkit-animation-delay: 397.9s; + -moz-animation-delay: 397.9s; + -o-animation-delay: 397.9s; + animation-delay: 397.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3980) +{ + -webkit-animation-delay: 398s; + -moz-animation-delay: 398s; + -o-animation-delay: 398s; + animation-delay: 398s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3981) +{ + -webkit-animation-delay: 398.1s; + -moz-animation-delay: 398.1s; + -o-animation-delay: 398.1s; + animation-delay: 398.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3982) +{ + -webkit-animation-delay: 398.2s; + -moz-animation-delay: 398.2s; + -o-animation-delay: 398.2s; + animation-delay: 398.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3983) +{ + -webkit-animation-delay: 398.3s; + -moz-animation-delay: 398.3s; + -o-animation-delay: 398.3s; + animation-delay: 398.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3984) +{ + -webkit-animation-delay: 398.4s; + -moz-animation-delay: 398.4s; + -o-animation-delay: 398.4s; + animation-delay: 398.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3985) +{ + -webkit-animation-delay: 398.5s; + -moz-animation-delay: 398.5s; + -o-animation-delay: 398.5s; + animation-delay: 398.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3986) +{ + -webkit-animation-delay: 398.6s; + -moz-animation-delay: 398.6s; + -o-animation-delay: 398.6s; + animation-delay: 398.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3987) +{ + -webkit-animation-delay: 398.7s; + -moz-animation-delay: 398.7s; + -o-animation-delay: 398.7s; + animation-delay: 398.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3988) +{ + -webkit-animation-delay: 398.8s; + -moz-animation-delay: 398.8s; + -o-animation-delay: 398.8s; + animation-delay: 398.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3989) +{ + -webkit-animation-delay: 398.9s; + -moz-animation-delay: 398.9s; + -o-animation-delay: 398.9s; + animation-delay: 398.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3990) +{ + -webkit-animation-delay: 399s; + -moz-animation-delay: 399s; + -o-animation-delay: 399s; + animation-delay: 399s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3991) +{ + -webkit-animation-delay: 399.1s; + -moz-animation-delay: 399.1s; + -o-animation-delay: 399.1s; + animation-delay: 399.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3992) +{ + -webkit-animation-delay: 399.2s; + -moz-animation-delay: 399.2s; + -o-animation-delay: 399.2s; + animation-delay: 399.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3993) +{ + -webkit-animation-delay: 399.3s; + -moz-animation-delay: 399.3s; + -o-animation-delay: 399.3s; + animation-delay: 399.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3994) +{ + -webkit-animation-delay: 399.4s; + -moz-animation-delay: 399.4s; + -o-animation-delay: 399.4s; + animation-delay: 399.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3995) +{ + -webkit-animation-delay: 399.5s; + -moz-animation-delay: 399.5s; + -o-animation-delay: 399.5s; + animation-delay: 399.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3996) +{ + -webkit-animation-delay: 399.6s; + -moz-animation-delay: 399.6s; + -o-animation-delay: 399.6s; + animation-delay: 399.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3997) +{ + -webkit-animation-delay: 399.7s; + -moz-animation-delay: 399.7s; + -o-animation-delay: 399.7s; + animation-delay: 399.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3998) +{ + -webkit-animation-delay: 399.8s; + -moz-animation-delay: 399.8s; + -o-animation-delay: 399.8s; + animation-delay: 399.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3999) +{ + -webkit-animation-delay: 399.9s; + -moz-animation-delay: 399.9s; + -o-animation-delay: 399.9s; + animation-delay: 399.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4000) +{ + -webkit-animation-delay: 400s; + -moz-animation-delay: 400s; + -o-animation-delay: 400s; + animation-delay: 400s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4001) +{ + -webkit-animation-delay: 400.1s; + -moz-animation-delay: 400.1s; + -o-animation-delay: 400.1s; + animation-delay: 400.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4002) +{ + -webkit-animation-delay: 400.2s; + -moz-animation-delay: 400.2s; + -o-animation-delay: 400.2s; + animation-delay: 400.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4003) +{ + -webkit-animation-delay: 400.3s; + -moz-animation-delay: 400.3s; + -o-animation-delay: 400.3s; + animation-delay: 400.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4004) +{ + -webkit-animation-delay: 400.4s; + -moz-animation-delay: 400.4s; + -o-animation-delay: 400.4s; + animation-delay: 400.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4005) +{ + -webkit-animation-delay: 400.5s; + -moz-animation-delay: 400.5s; + -o-animation-delay: 400.5s; + animation-delay: 400.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4006) +{ + -webkit-animation-delay: 400.6s; + -moz-animation-delay: 400.6s; + -o-animation-delay: 400.6s; + animation-delay: 400.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4007) +{ + -webkit-animation-delay: 400.7s; + -moz-animation-delay: 400.7s; + -o-animation-delay: 400.7s; + animation-delay: 400.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4008) +{ + -webkit-animation-delay: 400.8s; + -moz-animation-delay: 400.8s; + -o-animation-delay: 400.8s; + animation-delay: 400.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4009) +{ + -webkit-animation-delay: 400.9s; + -moz-animation-delay: 400.9s; + -o-animation-delay: 400.9s; + animation-delay: 400.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4010) +{ + -webkit-animation-delay: 401s; + -moz-animation-delay: 401s; + -o-animation-delay: 401s; + animation-delay: 401s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4011) +{ + -webkit-animation-delay: 401.1s; + -moz-animation-delay: 401.1s; + -o-animation-delay: 401.1s; + animation-delay: 401.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4012) +{ + -webkit-animation-delay: 401.2s; + -moz-animation-delay: 401.2s; + -o-animation-delay: 401.2s; + animation-delay: 401.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4013) +{ + -webkit-animation-delay: 401.3s; + -moz-animation-delay: 401.3s; + -o-animation-delay: 401.3s; + animation-delay: 401.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4014) +{ + -webkit-animation-delay: 401.4s; + -moz-animation-delay: 401.4s; + -o-animation-delay: 401.4s; + animation-delay: 401.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4015) +{ + -webkit-animation-delay: 401.5s; + -moz-animation-delay: 401.5s; + -o-animation-delay: 401.5s; + animation-delay: 401.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4016) +{ + -webkit-animation-delay: 401.6s; + -moz-animation-delay: 401.6s; + -o-animation-delay: 401.6s; + animation-delay: 401.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4017) +{ + -webkit-animation-delay: 401.7s; + -moz-animation-delay: 401.7s; + -o-animation-delay: 401.7s; + animation-delay: 401.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4018) +{ + -webkit-animation-delay: 401.8s; + -moz-animation-delay: 401.8s; + -o-animation-delay: 401.8s; + animation-delay: 401.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4019) +{ + -webkit-animation-delay: 401.9s; + -moz-animation-delay: 401.9s; + -o-animation-delay: 401.9s; + animation-delay: 401.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4020) +{ + -webkit-animation-delay: 402s; + -moz-animation-delay: 402s; + -o-animation-delay: 402s; + animation-delay: 402s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4021) +{ + -webkit-animation-delay: 402.1s; + -moz-animation-delay: 402.1s; + -o-animation-delay: 402.1s; + animation-delay: 402.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4022) +{ + -webkit-animation-delay: 402.2s; + -moz-animation-delay: 402.2s; + -o-animation-delay: 402.2s; + animation-delay: 402.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4023) +{ + -webkit-animation-delay: 402.3s; + -moz-animation-delay: 402.3s; + -o-animation-delay: 402.3s; + animation-delay: 402.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4024) +{ + -webkit-animation-delay: 402.4s; + -moz-animation-delay: 402.4s; + -o-animation-delay: 402.4s; + animation-delay: 402.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4025) +{ + -webkit-animation-delay: 402.5s; + -moz-animation-delay: 402.5s; + -o-animation-delay: 402.5s; + animation-delay: 402.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4026) +{ + -webkit-animation-delay: 402.6s; + -moz-animation-delay: 402.6s; + -o-animation-delay: 402.6s; + animation-delay: 402.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4027) +{ + -webkit-animation-delay: 402.7s; + -moz-animation-delay: 402.7s; + -o-animation-delay: 402.7s; + animation-delay: 402.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4028) +{ + -webkit-animation-delay: 402.8s; + -moz-animation-delay: 402.8s; + -o-animation-delay: 402.8s; + animation-delay: 402.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4029) +{ + -webkit-animation-delay: 402.9s; + -moz-animation-delay: 402.9s; + -o-animation-delay: 402.9s; + animation-delay: 402.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4030) +{ + -webkit-animation-delay: 403s; + -moz-animation-delay: 403s; + -o-animation-delay: 403s; + animation-delay: 403s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4031) +{ + -webkit-animation-delay: 403.1s; + -moz-animation-delay: 403.1s; + -o-animation-delay: 403.1s; + animation-delay: 403.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4032) +{ + -webkit-animation-delay: 403.2s; + -moz-animation-delay: 403.2s; + -o-animation-delay: 403.2s; + animation-delay: 403.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4033) +{ + -webkit-animation-delay: 403.3s; + -moz-animation-delay: 403.3s; + -o-animation-delay: 403.3s; + animation-delay: 403.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4034) +{ + -webkit-animation-delay: 403.4s; + -moz-animation-delay: 403.4s; + -o-animation-delay: 403.4s; + animation-delay: 403.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4035) +{ + -webkit-animation-delay: 403.5s; + -moz-animation-delay: 403.5s; + -o-animation-delay: 403.5s; + animation-delay: 403.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4036) +{ + -webkit-animation-delay: 403.6s; + -moz-animation-delay: 403.6s; + -o-animation-delay: 403.6s; + animation-delay: 403.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4037) +{ + -webkit-animation-delay: 403.7s; + -moz-animation-delay: 403.7s; + -o-animation-delay: 403.7s; + animation-delay: 403.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4038) +{ + -webkit-animation-delay: 403.8s; + -moz-animation-delay: 403.8s; + -o-animation-delay: 403.8s; + animation-delay: 403.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4039) +{ + -webkit-animation-delay: 403.9s; + -moz-animation-delay: 403.9s; + -o-animation-delay: 403.9s; + animation-delay: 403.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4040) +{ + -webkit-animation-delay: 404s; + -moz-animation-delay: 404s; + -o-animation-delay: 404s; + animation-delay: 404s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4041) +{ + -webkit-animation-delay: 404.1s; + -moz-animation-delay: 404.1s; + -o-animation-delay: 404.1s; + animation-delay: 404.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4042) +{ + -webkit-animation-delay: 404.2s; + -moz-animation-delay: 404.2s; + -o-animation-delay: 404.2s; + animation-delay: 404.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4043) +{ + -webkit-animation-delay: 404.3s; + -moz-animation-delay: 404.3s; + -o-animation-delay: 404.3s; + animation-delay: 404.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4044) +{ + -webkit-animation-delay: 404.4s; + -moz-animation-delay: 404.4s; + -o-animation-delay: 404.4s; + animation-delay: 404.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4045) +{ + -webkit-animation-delay: 404.5s; + -moz-animation-delay: 404.5s; + -o-animation-delay: 404.5s; + animation-delay: 404.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4046) +{ + -webkit-animation-delay: 404.6s; + -moz-animation-delay: 404.6s; + -o-animation-delay: 404.6s; + animation-delay: 404.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4047) +{ + -webkit-animation-delay: 404.7s; + -moz-animation-delay: 404.7s; + -o-animation-delay: 404.7s; + animation-delay: 404.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4048) +{ + -webkit-animation-delay: 404.8s; + -moz-animation-delay: 404.8s; + -o-animation-delay: 404.8s; + animation-delay: 404.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4049) +{ + -webkit-animation-delay: 404.9s; + -moz-animation-delay: 404.9s; + -o-animation-delay: 404.9s; + animation-delay: 404.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4050) +{ + -webkit-animation-delay: 405s; + -moz-animation-delay: 405s; + -o-animation-delay: 405s; + animation-delay: 405s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4051) +{ + -webkit-animation-delay: 405.1s; + -moz-animation-delay: 405.1s; + -o-animation-delay: 405.1s; + animation-delay: 405.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4052) +{ + -webkit-animation-delay: 405.2s; + -moz-animation-delay: 405.2s; + -o-animation-delay: 405.2s; + animation-delay: 405.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4053) +{ + -webkit-animation-delay: 405.3s; + -moz-animation-delay: 405.3s; + -o-animation-delay: 405.3s; + animation-delay: 405.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4054) +{ + -webkit-animation-delay: 405.4s; + -moz-animation-delay: 405.4s; + -o-animation-delay: 405.4s; + animation-delay: 405.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4055) +{ + -webkit-animation-delay: 405.5s; + -moz-animation-delay: 405.5s; + -o-animation-delay: 405.5s; + animation-delay: 405.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4056) +{ + -webkit-animation-delay: 405.6s; + -moz-animation-delay: 405.6s; + -o-animation-delay: 405.6s; + animation-delay: 405.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4057) +{ + -webkit-animation-delay: 405.7s; + -moz-animation-delay: 405.7s; + -o-animation-delay: 405.7s; + animation-delay: 405.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4058) +{ + -webkit-animation-delay: 405.8s; + -moz-animation-delay: 405.8s; + -o-animation-delay: 405.8s; + animation-delay: 405.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4059) +{ + -webkit-animation-delay: 405.9s; + -moz-animation-delay: 405.9s; + -o-animation-delay: 405.9s; + animation-delay: 405.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4060) +{ + -webkit-animation-delay: 406s; + -moz-animation-delay: 406s; + -o-animation-delay: 406s; + animation-delay: 406s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4061) +{ + -webkit-animation-delay: 406.1s; + -moz-animation-delay: 406.1s; + -o-animation-delay: 406.1s; + animation-delay: 406.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4062) +{ + -webkit-animation-delay: 406.2s; + -moz-animation-delay: 406.2s; + -o-animation-delay: 406.2s; + animation-delay: 406.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4063) +{ + -webkit-animation-delay: 406.3s; + -moz-animation-delay: 406.3s; + -o-animation-delay: 406.3s; + animation-delay: 406.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4064) +{ + -webkit-animation-delay: 406.4s; + -moz-animation-delay: 406.4s; + -o-animation-delay: 406.4s; + animation-delay: 406.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4065) +{ + -webkit-animation-delay: 406.5s; + -moz-animation-delay: 406.5s; + -o-animation-delay: 406.5s; + animation-delay: 406.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4066) +{ + -webkit-animation-delay: 406.6s; + -moz-animation-delay: 406.6s; + -o-animation-delay: 406.6s; + animation-delay: 406.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4067) +{ + -webkit-animation-delay: 406.7s; + -moz-animation-delay: 406.7s; + -o-animation-delay: 406.7s; + animation-delay: 406.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4068) +{ + -webkit-animation-delay: 406.8s; + -moz-animation-delay: 406.8s; + -o-animation-delay: 406.8s; + animation-delay: 406.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4069) +{ + -webkit-animation-delay: 406.9s; + -moz-animation-delay: 406.9s; + -o-animation-delay: 406.9s; + animation-delay: 406.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4070) +{ + -webkit-animation-delay: 407s; + -moz-animation-delay: 407s; + -o-animation-delay: 407s; + animation-delay: 407s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4071) +{ + -webkit-animation-delay: 407.1s; + -moz-animation-delay: 407.1s; + -o-animation-delay: 407.1s; + animation-delay: 407.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4072) +{ + -webkit-animation-delay: 407.2s; + -moz-animation-delay: 407.2s; + -o-animation-delay: 407.2s; + animation-delay: 407.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4073) +{ + -webkit-animation-delay: 407.3s; + -moz-animation-delay: 407.3s; + -o-animation-delay: 407.3s; + animation-delay: 407.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4074) +{ + -webkit-animation-delay: 407.4s; + -moz-animation-delay: 407.4s; + -o-animation-delay: 407.4s; + animation-delay: 407.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4075) +{ + -webkit-animation-delay: 407.5s; + -moz-animation-delay: 407.5s; + -o-animation-delay: 407.5s; + animation-delay: 407.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4076) +{ + -webkit-animation-delay: 407.6s; + -moz-animation-delay: 407.6s; + -o-animation-delay: 407.6s; + animation-delay: 407.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4077) +{ + -webkit-animation-delay: 407.7s; + -moz-animation-delay: 407.7s; + -o-animation-delay: 407.7s; + animation-delay: 407.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4078) +{ + -webkit-animation-delay: 407.8s; + -moz-animation-delay: 407.8s; + -o-animation-delay: 407.8s; + animation-delay: 407.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4079) +{ + -webkit-animation-delay: 407.9s; + -moz-animation-delay: 407.9s; + -o-animation-delay: 407.9s; + animation-delay: 407.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4080) +{ + -webkit-animation-delay: 408s; + -moz-animation-delay: 408s; + -o-animation-delay: 408s; + animation-delay: 408s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4081) +{ + -webkit-animation-delay: 408.1s; + -moz-animation-delay: 408.1s; + -o-animation-delay: 408.1s; + animation-delay: 408.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4082) +{ + -webkit-animation-delay: 408.2s; + -moz-animation-delay: 408.2s; + -o-animation-delay: 408.2s; + animation-delay: 408.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4083) +{ + -webkit-animation-delay: 408.3s; + -moz-animation-delay: 408.3s; + -o-animation-delay: 408.3s; + animation-delay: 408.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4084) +{ + -webkit-animation-delay: 408.4s; + -moz-animation-delay: 408.4s; + -o-animation-delay: 408.4s; + animation-delay: 408.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4085) +{ + -webkit-animation-delay: 408.5s; + -moz-animation-delay: 408.5s; + -o-animation-delay: 408.5s; + animation-delay: 408.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4086) +{ + -webkit-animation-delay: 408.6s; + -moz-animation-delay: 408.6s; + -o-animation-delay: 408.6s; + animation-delay: 408.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4087) +{ + -webkit-animation-delay: 408.7s; + -moz-animation-delay: 408.7s; + -o-animation-delay: 408.7s; + animation-delay: 408.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4088) +{ + -webkit-animation-delay: 408.8s; + -moz-animation-delay: 408.8s; + -o-animation-delay: 408.8s; + animation-delay: 408.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4089) +{ + -webkit-animation-delay: 408.9s; + -moz-animation-delay: 408.9s; + -o-animation-delay: 408.9s; + animation-delay: 408.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4090) +{ + -webkit-animation-delay: 409s; + -moz-animation-delay: 409s; + -o-animation-delay: 409s; + animation-delay: 409s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4091) +{ + -webkit-animation-delay: 409.1s; + -moz-animation-delay: 409.1s; + -o-animation-delay: 409.1s; + animation-delay: 409.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4092) +{ + -webkit-animation-delay: 409.2s; + -moz-animation-delay: 409.2s; + -o-animation-delay: 409.2s; + animation-delay: 409.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4093) +{ + -webkit-animation-delay: 409.3s; + -moz-animation-delay: 409.3s; + -o-animation-delay: 409.3s; + animation-delay: 409.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4094) +{ + -webkit-animation-delay: 409.4s; + -moz-animation-delay: 409.4s; + -o-animation-delay: 409.4s; + animation-delay: 409.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4095) +{ + -webkit-animation-delay: 409.5s; + -moz-animation-delay: 409.5s; + -o-animation-delay: 409.5s; + animation-delay: 409.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4096) +{ + -webkit-animation-delay: 409.6s; + -moz-animation-delay: 409.6s; + -o-animation-delay: 409.6s; + animation-delay: 409.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4097) +{ + -webkit-animation-delay: 409.7s; + -moz-animation-delay: 409.7s; + -o-animation-delay: 409.7s; + animation-delay: 409.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4098) +{ + -webkit-animation-delay: 409.8s; + -moz-animation-delay: 409.8s; + -o-animation-delay: 409.8s; + animation-delay: 409.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4099) +{ + -webkit-animation-delay: 409.9s; + -moz-animation-delay: 409.9s; + -o-animation-delay: 409.9s; + animation-delay: 409.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4100) +{ + -webkit-animation-delay: 410s; + -moz-animation-delay: 410s; + -o-animation-delay: 410s; + animation-delay: 410s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4101) +{ + -webkit-animation-delay: 410.1s; + -moz-animation-delay: 410.1s; + -o-animation-delay: 410.1s; + animation-delay: 410.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4102) +{ + -webkit-animation-delay: 410.2s; + -moz-animation-delay: 410.2s; + -o-animation-delay: 410.2s; + animation-delay: 410.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4103) +{ + -webkit-animation-delay: 410.3s; + -moz-animation-delay: 410.3s; + -o-animation-delay: 410.3s; + animation-delay: 410.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4104) +{ + -webkit-animation-delay: 410.4s; + -moz-animation-delay: 410.4s; + -o-animation-delay: 410.4s; + animation-delay: 410.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4105) +{ + -webkit-animation-delay: 410.5s; + -moz-animation-delay: 410.5s; + -o-animation-delay: 410.5s; + animation-delay: 410.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4106) +{ + -webkit-animation-delay: 410.6s; + -moz-animation-delay: 410.6s; + -o-animation-delay: 410.6s; + animation-delay: 410.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4107) +{ + -webkit-animation-delay: 410.7s; + -moz-animation-delay: 410.7s; + -o-animation-delay: 410.7s; + animation-delay: 410.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4108) +{ + -webkit-animation-delay: 410.8s; + -moz-animation-delay: 410.8s; + -o-animation-delay: 410.8s; + animation-delay: 410.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4109) +{ + -webkit-animation-delay: 410.9s; + -moz-animation-delay: 410.9s; + -o-animation-delay: 410.9s; + animation-delay: 410.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4110) +{ + -webkit-animation-delay: 411s; + -moz-animation-delay: 411s; + -o-animation-delay: 411s; + animation-delay: 411s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4111) +{ + -webkit-animation-delay: 411.1s; + -moz-animation-delay: 411.1s; + -o-animation-delay: 411.1s; + animation-delay: 411.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4112) +{ + -webkit-animation-delay: 411.2s; + -moz-animation-delay: 411.2s; + -o-animation-delay: 411.2s; + animation-delay: 411.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4113) +{ + -webkit-animation-delay: 411.3s; + -moz-animation-delay: 411.3s; + -o-animation-delay: 411.3s; + animation-delay: 411.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4114) +{ + -webkit-animation-delay: 411.4s; + -moz-animation-delay: 411.4s; + -o-animation-delay: 411.4s; + animation-delay: 411.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4115) +{ + -webkit-animation-delay: 411.5s; + -moz-animation-delay: 411.5s; + -o-animation-delay: 411.5s; + animation-delay: 411.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4116) +{ + -webkit-animation-delay: 411.6s; + -moz-animation-delay: 411.6s; + -o-animation-delay: 411.6s; + animation-delay: 411.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4117) +{ + -webkit-animation-delay: 411.7s; + -moz-animation-delay: 411.7s; + -o-animation-delay: 411.7s; + animation-delay: 411.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4118) +{ + -webkit-animation-delay: 411.8s; + -moz-animation-delay: 411.8s; + -o-animation-delay: 411.8s; + animation-delay: 411.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4119) +{ + -webkit-animation-delay: 411.9s; + -moz-animation-delay: 411.9s; + -o-animation-delay: 411.9s; + animation-delay: 411.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4120) +{ + -webkit-animation-delay: 412s; + -moz-animation-delay: 412s; + -o-animation-delay: 412s; + animation-delay: 412s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4121) +{ + -webkit-animation-delay: 412.1s; + -moz-animation-delay: 412.1s; + -o-animation-delay: 412.1s; + animation-delay: 412.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4122) +{ + -webkit-animation-delay: 412.2s; + -moz-animation-delay: 412.2s; + -o-animation-delay: 412.2s; + animation-delay: 412.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4123) +{ + -webkit-animation-delay: 412.3s; + -moz-animation-delay: 412.3s; + -o-animation-delay: 412.3s; + animation-delay: 412.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4124) +{ + -webkit-animation-delay: 412.4s; + -moz-animation-delay: 412.4s; + -o-animation-delay: 412.4s; + animation-delay: 412.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4125) +{ + -webkit-animation-delay: 412.5s; + -moz-animation-delay: 412.5s; + -o-animation-delay: 412.5s; + animation-delay: 412.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4126) +{ + -webkit-animation-delay: 412.6s; + -moz-animation-delay: 412.6s; + -o-animation-delay: 412.6s; + animation-delay: 412.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4127) +{ + -webkit-animation-delay: 412.7s; + -moz-animation-delay: 412.7s; + -o-animation-delay: 412.7s; + animation-delay: 412.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4128) +{ + -webkit-animation-delay: 412.8s; + -moz-animation-delay: 412.8s; + -o-animation-delay: 412.8s; + animation-delay: 412.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4129) +{ + -webkit-animation-delay: 412.9s; + -moz-animation-delay: 412.9s; + -o-animation-delay: 412.9s; + animation-delay: 412.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4130) +{ + -webkit-animation-delay: 413s; + -moz-animation-delay: 413s; + -o-animation-delay: 413s; + animation-delay: 413s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4131) +{ + -webkit-animation-delay: 413.1s; + -moz-animation-delay: 413.1s; + -o-animation-delay: 413.1s; + animation-delay: 413.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4132) +{ + -webkit-animation-delay: 413.2s; + -moz-animation-delay: 413.2s; + -o-animation-delay: 413.2s; + animation-delay: 413.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4133) +{ + -webkit-animation-delay: 413.3s; + -moz-animation-delay: 413.3s; + -o-animation-delay: 413.3s; + animation-delay: 413.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4134) +{ + -webkit-animation-delay: 413.4s; + -moz-animation-delay: 413.4s; + -o-animation-delay: 413.4s; + animation-delay: 413.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4135) +{ + -webkit-animation-delay: 413.5s; + -moz-animation-delay: 413.5s; + -o-animation-delay: 413.5s; + animation-delay: 413.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4136) +{ + -webkit-animation-delay: 413.6s; + -moz-animation-delay: 413.6s; + -o-animation-delay: 413.6s; + animation-delay: 413.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4137) +{ + -webkit-animation-delay: 413.7s; + -moz-animation-delay: 413.7s; + -o-animation-delay: 413.7s; + animation-delay: 413.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4138) +{ + -webkit-animation-delay: 413.8s; + -moz-animation-delay: 413.8s; + -o-animation-delay: 413.8s; + animation-delay: 413.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4139) +{ + -webkit-animation-delay: 413.9s; + -moz-animation-delay: 413.9s; + -o-animation-delay: 413.9s; + animation-delay: 413.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4140) +{ + -webkit-animation-delay: 414s; + -moz-animation-delay: 414s; + -o-animation-delay: 414s; + animation-delay: 414s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4141) +{ + -webkit-animation-delay: 414.1s; + -moz-animation-delay: 414.1s; + -o-animation-delay: 414.1s; + animation-delay: 414.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4142) +{ + -webkit-animation-delay: 414.2s; + -moz-animation-delay: 414.2s; + -o-animation-delay: 414.2s; + animation-delay: 414.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4143) +{ + -webkit-animation-delay: 414.3s; + -moz-animation-delay: 414.3s; + -o-animation-delay: 414.3s; + animation-delay: 414.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4144) +{ + -webkit-animation-delay: 414.4s; + -moz-animation-delay: 414.4s; + -o-animation-delay: 414.4s; + animation-delay: 414.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4145) +{ + -webkit-animation-delay: 414.5s; + -moz-animation-delay: 414.5s; + -o-animation-delay: 414.5s; + animation-delay: 414.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4146) +{ + -webkit-animation-delay: 414.6s; + -moz-animation-delay: 414.6s; + -o-animation-delay: 414.6s; + animation-delay: 414.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4147) +{ + -webkit-animation-delay: 414.7s; + -moz-animation-delay: 414.7s; + -o-animation-delay: 414.7s; + animation-delay: 414.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4148) +{ + -webkit-animation-delay: 414.8s; + -moz-animation-delay: 414.8s; + -o-animation-delay: 414.8s; + animation-delay: 414.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4149) +{ + -webkit-animation-delay: 414.9s; + -moz-animation-delay: 414.9s; + -o-animation-delay: 414.9s; + animation-delay: 414.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4150) +{ + -webkit-animation-delay: 415s; + -moz-animation-delay: 415s; + -o-animation-delay: 415s; + animation-delay: 415s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4151) +{ + -webkit-animation-delay: 415.1s; + -moz-animation-delay: 415.1s; + -o-animation-delay: 415.1s; + animation-delay: 415.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4152) +{ + -webkit-animation-delay: 415.2s; + -moz-animation-delay: 415.2s; + -o-animation-delay: 415.2s; + animation-delay: 415.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4153) +{ + -webkit-animation-delay: 415.3s; + -moz-animation-delay: 415.3s; + -o-animation-delay: 415.3s; + animation-delay: 415.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4154) +{ + -webkit-animation-delay: 415.4s; + -moz-animation-delay: 415.4s; + -o-animation-delay: 415.4s; + animation-delay: 415.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4155) +{ + -webkit-animation-delay: 415.5s; + -moz-animation-delay: 415.5s; + -o-animation-delay: 415.5s; + animation-delay: 415.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4156) +{ + -webkit-animation-delay: 415.6s; + -moz-animation-delay: 415.6s; + -o-animation-delay: 415.6s; + animation-delay: 415.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4157) +{ + -webkit-animation-delay: 415.7s; + -moz-animation-delay: 415.7s; + -o-animation-delay: 415.7s; + animation-delay: 415.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4158) +{ + -webkit-animation-delay: 415.8s; + -moz-animation-delay: 415.8s; + -o-animation-delay: 415.8s; + animation-delay: 415.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4159) +{ + -webkit-animation-delay: 415.9s; + -moz-animation-delay: 415.9s; + -o-animation-delay: 415.9s; + animation-delay: 415.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4160) +{ + -webkit-animation-delay: 416s; + -moz-animation-delay: 416s; + -o-animation-delay: 416s; + animation-delay: 416s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4161) +{ + -webkit-animation-delay: 416.1s; + -moz-animation-delay: 416.1s; + -o-animation-delay: 416.1s; + animation-delay: 416.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4162) +{ + -webkit-animation-delay: 416.2s; + -moz-animation-delay: 416.2s; + -o-animation-delay: 416.2s; + animation-delay: 416.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4163) +{ + -webkit-animation-delay: 416.3s; + -moz-animation-delay: 416.3s; + -o-animation-delay: 416.3s; + animation-delay: 416.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4164) +{ + -webkit-animation-delay: 416.4s; + -moz-animation-delay: 416.4s; + -o-animation-delay: 416.4s; + animation-delay: 416.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4165) +{ + -webkit-animation-delay: 416.5s; + -moz-animation-delay: 416.5s; + -o-animation-delay: 416.5s; + animation-delay: 416.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4166) +{ + -webkit-animation-delay: 416.6s; + -moz-animation-delay: 416.6s; + -o-animation-delay: 416.6s; + animation-delay: 416.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4167) +{ + -webkit-animation-delay: 416.7s; + -moz-animation-delay: 416.7s; + -o-animation-delay: 416.7s; + animation-delay: 416.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4168) +{ + -webkit-animation-delay: 416.8s; + -moz-animation-delay: 416.8s; + -o-animation-delay: 416.8s; + animation-delay: 416.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4169) +{ + -webkit-animation-delay: 416.9s; + -moz-animation-delay: 416.9s; + -o-animation-delay: 416.9s; + animation-delay: 416.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4170) +{ + -webkit-animation-delay: 417s; + -moz-animation-delay: 417s; + -o-animation-delay: 417s; + animation-delay: 417s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4171) +{ + -webkit-animation-delay: 417.1s; + -moz-animation-delay: 417.1s; + -o-animation-delay: 417.1s; + animation-delay: 417.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4172) +{ + -webkit-animation-delay: 417.2s; + -moz-animation-delay: 417.2s; + -o-animation-delay: 417.2s; + animation-delay: 417.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4173) +{ + -webkit-animation-delay: 417.3s; + -moz-animation-delay: 417.3s; + -o-animation-delay: 417.3s; + animation-delay: 417.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4174) +{ + -webkit-animation-delay: 417.4s; + -moz-animation-delay: 417.4s; + -o-animation-delay: 417.4s; + animation-delay: 417.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4175) +{ + -webkit-animation-delay: 417.5s; + -moz-animation-delay: 417.5s; + -o-animation-delay: 417.5s; + animation-delay: 417.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4176) +{ + -webkit-animation-delay: 417.6s; + -moz-animation-delay: 417.6s; + -o-animation-delay: 417.6s; + animation-delay: 417.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4177) +{ + -webkit-animation-delay: 417.7s; + -moz-animation-delay: 417.7s; + -o-animation-delay: 417.7s; + animation-delay: 417.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4178) +{ + -webkit-animation-delay: 417.8s; + -moz-animation-delay: 417.8s; + -o-animation-delay: 417.8s; + animation-delay: 417.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4179) +{ + -webkit-animation-delay: 417.9s; + -moz-animation-delay: 417.9s; + -o-animation-delay: 417.9s; + animation-delay: 417.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4180) +{ + -webkit-animation-delay: 418s; + -moz-animation-delay: 418s; + -o-animation-delay: 418s; + animation-delay: 418s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4181) +{ + -webkit-animation-delay: 418.1s; + -moz-animation-delay: 418.1s; + -o-animation-delay: 418.1s; + animation-delay: 418.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4182) +{ + -webkit-animation-delay: 418.2s; + -moz-animation-delay: 418.2s; + -o-animation-delay: 418.2s; + animation-delay: 418.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4183) +{ + -webkit-animation-delay: 418.3s; + -moz-animation-delay: 418.3s; + -o-animation-delay: 418.3s; + animation-delay: 418.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4184) +{ + -webkit-animation-delay: 418.4s; + -moz-animation-delay: 418.4s; + -o-animation-delay: 418.4s; + animation-delay: 418.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4185) +{ + -webkit-animation-delay: 418.5s; + -moz-animation-delay: 418.5s; + -o-animation-delay: 418.5s; + animation-delay: 418.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4186) +{ + -webkit-animation-delay: 418.6s; + -moz-animation-delay: 418.6s; + -o-animation-delay: 418.6s; + animation-delay: 418.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4187) +{ + -webkit-animation-delay: 418.7s; + -moz-animation-delay: 418.7s; + -o-animation-delay: 418.7s; + animation-delay: 418.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4188) +{ + -webkit-animation-delay: 418.8s; + -moz-animation-delay: 418.8s; + -o-animation-delay: 418.8s; + animation-delay: 418.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4189) +{ + -webkit-animation-delay: 418.9s; + -moz-animation-delay: 418.9s; + -o-animation-delay: 418.9s; + animation-delay: 418.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4190) +{ + -webkit-animation-delay: 419s; + -moz-animation-delay: 419s; + -o-animation-delay: 419s; + animation-delay: 419s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4191) +{ + -webkit-animation-delay: 419.1s; + -moz-animation-delay: 419.1s; + -o-animation-delay: 419.1s; + animation-delay: 419.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4192) +{ + -webkit-animation-delay: 419.2s; + -moz-animation-delay: 419.2s; + -o-animation-delay: 419.2s; + animation-delay: 419.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4193) +{ + -webkit-animation-delay: 419.3s; + -moz-animation-delay: 419.3s; + -o-animation-delay: 419.3s; + animation-delay: 419.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4194) +{ + -webkit-animation-delay: 419.4s; + -moz-animation-delay: 419.4s; + -o-animation-delay: 419.4s; + animation-delay: 419.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4195) +{ + -webkit-animation-delay: 419.5s; + -moz-animation-delay: 419.5s; + -o-animation-delay: 419.5s; + animation-delay: 419.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4196) +{ + -webkit-animation-delay: 419.6s; + -moz-animation-delay: 419.6s; + -o-animation-delay: 419.6s; + animation-delay: 419.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4197) +{ + -webkit-animation-delay: 419.7s; + -moz-animation-delay: 419.7s; + -o-animation-delay: 419.7s; + animation-delay: 419.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4198) +{ + -webkit-animation-delay: 419.8s; + -moz-animation-delay: 419.8s; + -o-animation-delay: 419.8s; + animation-delay: 419.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4199) +{ + -webkit-animation-delay: 419.9s; + -moz-animation-delay: 419.9s; + -o-animation-delay: 419.9s; + animation-delay: 419.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4200) +{ + -webkit-animation-delay: 420s; + -moz-animation-delay: 420s; + -o-animation-delay: 420s; + animation-delay: 420s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4201) +{ + -webkit-animation-delay: 420.1s; + -moz-animation-delay: 420.1s; + -o-animation-delay: 420.1s; + animation-delay: 420.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4202) +{ + -webkit-animation-delay: 420.2s; + -moz-animation-delay: 420.2s; + -o-animation-delay: 420.2s; + animation-delay: 420.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4203) +{ + -webkit-animation-delay: 420.3s; + -moz-animation-delay: 420.3s; + -o-animation-delay: 420.3s; + animation-delay: 420.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4204) +{ + -webkit-animation-delay: 420.4s; + -moz-animation-delay: 420.4s; + -o-animation-delay: 420.4s; + animation-delay: 420.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4205) +{ + -webkit-animation-delay: 420.5s; + -moz-animation-delay: 420.5s; + -o-animation-delay: 420.5s; + animation-delay: 420.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4206) +{ + -webkit-animation-delay: 420.6s; + -moz-animation-delay: 420.6s; + -o-animation-delay: 420.6s; + animation-delay: 420.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4207) +{ + -webkit-animation-delay: 420.7s; + -moz-animation-delay: 420.7s; + -o-animation-delay: 420.7s; + animation-delay: 420.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4208) +{ + -webkit-animation-delay: 420.8s; + -moz-animation-delay: 420.8s; + -o-animation-delay: 420.8s; + animation-delay: 420.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4209) +{ + -webkit-animation-delay: 420.9s; + -moz-animation-delay: 420.9s; + -o-animation-delay: 420.9s; + animation-delay: 420.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4210) +{ + -webkit-animation-delay: 421s; + -moz-animation-delay: 421s; + -o-animation-delay: 421s; + animation-delay: 421s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4211) +{ + -webkit-animation-delay: 421.1s; + -moz-animation-delay: 421.1s; + -o-animation-delay: 421.1s; + animation-delay: 421.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4212) +{ + -webkit-animation-delay: 421.2s; + -moz-animation-delay: 421.2s; + -o-animation-delay: 421.2s; + animation-delay: 421.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4213) +{ + -webkit-animation-delay: 421.3s; + -moz-animation-delay: 421.3s; + -o-animation-delay: 421.3s; + animation-delay: 421.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4214) +{ + -webkit-animation-delay: 421.4s; + -moz-animation-delay: 421.4s; + -o-animation-delay: 421.4s; + animation-delay: 421.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4215) +{ + -webkit-animation-delay: 421.5s; + -moz-animation-delay: 421.5s; + -o-animation-delay: 421.5s; + animation-delay: 421.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4216) +{ + -webkit-animation-delay: 421.6s; + -moz-animation-delay: 421.6s; + -o-animation-delay: 421.6s; + animation-delay: 421.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4217) +{ + -webkit-animation-delay: 421.7s; + -moz-animation-delay: 421.7s; + -o-animation-delay: 421.7s; + animation-delay: 421.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4218) +{ + -webkit-animation-delay: 421.8s; + -moz-animation-delay: 421.8s; + -o-animation-delay: 421.8s; + animation-delay: 421.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4219) +{ + -webkit-animation-delay: 421.9s; + -moz-animation-delay: 421.9s; + -o-animation-delay: 421.9s; + animation-delay: 421.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4220) +{ + -webkit-animation-delay: 422s; + -moz-animation-delay: 422s; + -o-animation-delay: 422s; + animation-delay: 422s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4221) +{ + -webkit-animation-delay: 422.1s; + -moz-animation-delay: 422.1s; + -o-animation-delay: 422.1s; + animation-delay: 422.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4222) +{ + -webkit-animation-delay: 422.2s; + -moz-animation-delay: 422.2s; + -o-animation-delay: 422.2s; + animation-delay: 422.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4223) +{ + -webkit-animation-delay: 422.3s; + -moz-animation-delay: 422.3s; + -o-animation-delay: 422.3s; + animation-delay: 422.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4224) +{ + -webkit-animation-delay: 422.4s; + -moz-animation-delay: 422.4s; + -o-animation-delay: 422.4s; + animation-delay: 422.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4225) +{ + -webkit-animation-delay: 422.5s; + -moz-animation-delay: 422.5s; + -o-animation-delay: 422.5s; + animation-delay: 422.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4226) +{ + -webkit-animation-delay: 422.6s; + -moz-animation-delay: 422.6s; + -o-animation-delay: 422.6s; + animation-delay: 422.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4227) +{ + -webkit-animation-delay: 422.7s; + -moz-animation-delay: 422.7s; + -o-animation-delay: 422.7s; + animation-delay: 422.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4228) +{ + -webkit-animation-delay: 422.8s; + -moz-animation-delay: 422.8s; + -o-animation-delay: 422.8s; + animation-delay: 422.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4229) +{ + -webkit-animation-delay: 422.9s; + -moz-animation-delay: 422.9s; + -o-animation-delay: 422.9s; + animation-delay: 422.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4230) +{ + -webkit-animation-delay: 423s; + -moz-animation-delay: 423s; + -o-animation-delay: 423s; + animation-delay: 423s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4231) +{ + -webkit-animation-delay: 423.1s; + -moz-animation-delay: 423.1s; + -o-animation-delay: 423.1s; + animation-delay: 423.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4232) +{ + -webkit-animation-delay: 423.2s; + -moz-animation-delay: 423.2s; + -o-animation-delay: 423.2s; + animation-delay: 423.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4233) +{ + -webkit-animation-delay: 423.3s; + -moz-animation-delay: 423.3s; + -o-animation-delay: 423.3s; + animation-delay: 423.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4234) +{ + -webkit-animation-delay: 423.4s; + -moz-animation-delay: 423.4s; + -o-animation-delay: 423.4s; + animation-delay: 423.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4235) +{ + -webkit-animation-delay: 423.5s; + -moz-animation-delay: 423.5s; + -o-animation-delay: 423.5s; + animation-delay: 423.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4236) +{ + -webkit-animation-delay: 423.6s; + -moz-animation-delay: 423.6s; + -o-animation-delay: 423.6s; + animation-delay: 423.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4237) +{ + -webkit-animation-delay: 423.7s; + -moz-animation-delay: 423.7s; + -o-animation-delay: 423.7s; + animation-delay: 423.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4238) +{ + -webkit-animation-delay: 423.8s; + -moz-animation-delay: 423.8s; + -o-animation-delay: 423.8s; + animation-delay: 423.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4239) +{ + -webkit-animation-delay: 423.9s; + -moz-animation-delay: 423.9s; + -o-animation-delay: 423.9s; + animation-delay: 423.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4240) +{ + -webkit-animation-delay: 424s; + -moz-animation-delay: 424s; + -o-animation-delay: 424s; + animation-delay: 424s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4241) +{ + -webkit-animation-delay: 424.1s; + -moz-animation-delay: 424.1s; + -o-animation-delay: 424.1s; + animation-delay: 424.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4242) +{ + -webkit-animation-delay: 424.2s; + -moz-animation-delay: 424.2s; + -o-animation-delay: 424.2s; + animation-delay: 424.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4243) +{ + -webkit-animation-delay: 424.3s; + -moz-animation-delay: 424.3s; + -o-animation-delay: 424.3s; + animation-delay: 424.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4244) +{ + -webkit-animation-delay: 424.4s; + -moz-animation-delay: 424.4s; + -o-animation-delay: 424.4s; + animation-delay: 424.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4245) +{ + -webkit-animation-delay: 424.5s; + -moz-animation-delay: 424.5s; + -o-animation-delay: 424.5s; + animation-delay: 424.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4246) +{ + -webkit-animation-delay: 424.6s; + -moz-animation-delay: 424.6s; + -o-animation-delay: 424.6s; + animation-delay: 424.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4247) +{ + -webkit-animation-delay: 424.7s; + -moz-animation-delay: 424.7s; + -o-animation-delay: 424.7s; + animation-delay: 424.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4248) +{ + -webkit-animation-delay: 424.8s; + -moz-animation-delay: 424.8s; + -o-animation-delay: 424.8s; + animation-delay: 424.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4249) +{ + -webkit-animation-delay: 424.9s; + -moz-animation-delay: 424.9s; + -o-animation-delay: 424.9s; + animation-delay: 424.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4250) +{ + -webkit-animation-delay: 425s; + -moz-animation-delay: 425s; + -o-animation-delay: 425s; + animation-delay: 425s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4251) +{ + -webkit-animation-delay: 425.1s; + -moz-animation-delay: 425.1s; + -o-animation-delay: 425.1s; + animation-delay: 425.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4252) +{ + -webkit-animation-delay: 425.2s; + -moz-animation-delay: 425.2s; + -o-animation-delay: 425.2s; + animation-delay: 425.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4253) +{ + -webkit-animation-delay: 425.3s; + -moz-animation-delay: 425.3s; + -o-animation-delay: 425.3s; + animation-delay: 425.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4254) +{ + -webkit-animation-delay: 425.4s; + -moz-animation-delay: 425.4s; + -o-animation-delay: 425.4s; + animation-delay: 425.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4255) +{ + -webkit-animation-delay: 425.5s; + -moz-animation-delay: 425.5s; + -o-animation-delay: 425.5s; + animation-delay: 425.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4256) +{ + -webkit-animation-delay: 425.6s; + -moz-animation-delay: 425.6s; + -o-animation-delay: 425.6s; + animation-delay: 425.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4257) +{ + -webkit-animation-delay: 425.7s; + -moz-animation-delay: 425.7s; + -o-animation-delay: 425.7s; + animation-delay: 425.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4258) +{ + -webkit-animation-delay: 425.8s; + -moz-animation-delay: 425.8s; + -o-animation-delay: 425.8s; + animation-delay: 425.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4259) +{ + -webkit-animation-delay: 425.9s; + -moz-animation-delay: 425.9s; + -o-animation-delay: 425.9s; + animation-delay: 425.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4260) +{ + -webkit-animation-delay: 426s; + -moz-animation-delay: 426s; + -o-animation-delay: 426s; + animation-delay: 426s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4261) +{ + -webkit-animation-delay: 426.1s; + -moz-animation-delay: 426.1s; + -o-animation-delay: 426.1s; + animation-delay: 426.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4262) +{ + -webkit-animation-delay: 426.2s; + -moz-animation-delay: 426.2s; + -o-animation-delay: 426.2s; + animation-delay: 426.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4263) +{ + -webkit-animation-delay: 426.3s; + -moz-animation-delay: 426.3s; + -o-animation-delay: 426.3s; + animation-delay: 426.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4264) +{ + -webkit-animation-delay: 426.4s; + -moz-animation-delay: 426.4s; + -o-animation-delay: 426.4s; + animation-delay: 426.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4265) +{ + -webkit-animation-delay: 426.5s; + -moz-animation-delay: 426.5s; + -o-animation-delay: 426.5s; + animation-delay: 426.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4266) +{ + -webkit-animation-delay: 426.6s; + -moz-animation-delay: 426.6s; + -o-animation-delay: 426.6s; + animation-delay: 426.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4267) +{ + -webkit-animation-delay: 426.7s; + -moz-animation-delay: 426.7s; + -o-animation-delay: 426.7s; + animation-delay: 426.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4268) +{ + -webkit-animation-delay: 426.8s; + -moz-animation-delay: 426.8s; + -o-animation-delay: 426.8s; + animation-delay: 426.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4269) +{ + -webkit-animation-delay: 426.9s; + -moz-animation-delay: 426.9s; + -o-animation-delay: 426.9s; + animation-delay: 426.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4270) +{ + -webkit-animation-delay: 427s; + -moz-animation-delay: 427s; + -o-animation-delay: 427s; + animation-delay: 427s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4271) +{ + -webkit-animation-delay: 427.1s; + -moz-animation-delay: 427.1s; + -o-animation-delay: 427.1s; + animation-delay: 427.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4272) +{ + -webkit-animation-delay: 427.2s; + -moz-animation-delay: 427.2s; + -o-animation-delay: 427.2s; + animation-delay: 427.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4273) +{ + -webkit-animation-delay: 427.3s; + -moz-animation-delay: 427.3s; + -o-animation-delay: 427.3s; + animation-delay: 427.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4274) +{ + -webkit-animation-delay: 427.4s; + -moz-animation-delay: 427.4s; + -o-animation-delay: 427.4s; + animation-delay: 427.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4275) +{ + -webkit-animation-delay: 427.5s; + -moz-animation-delay: 427.5s; + -o-animation-delay: 427.5s; + animation-delay: 427.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4276) +{ + -webkit-animation-delay: 427.6s; + -moz-animation-delay: 427.6s; + -o-animation-delay: 427.6s; + animation-delay: 427.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4277) +{ + -webkit-animation-delay: 427.7s; + -moz-animation-delay: 427.7s; + -o-animation-delay: 427.7s; + animation-delay: 427.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4278) +{ + -webkit-animation-delay: 427.8s; + -moz-animation-delay: 427.8s; + -o-animation-delay: 427.8s; + animation-delay: 427.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4279) +{ + -webkit-animation-delay: 427.9s; + -moz-animation-delay: 427.9s; + -o-animation-delay: 427.9s; + animation-delay: 427.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4280) +{ + -webkit-animation-delay: 428s; + -moz-animation-delay: 428s; + -o-animation-delay: 428s; + animation-delay: 428s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4281) +{ + -webkit-animation-delay: 428.1s; + -moz-animation-delay: 428.1s; + -o-animation-delay: 428.1s; + animation-delay: 428.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4282) +{ + -webkit-animation-delay: 428.2s; + -moz-animation-delay: 428.2s; + -o-animation-delay: 428.2s; + animation-delay: 428.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4283) +{ + -webkit-animation-delay: 428.3s; + -moz-animation-delay: 428.3s; + -o-animation-delay: 428.3s; + animation-delay: 428.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4284) +{ + -webkit-animation-delay: 428.4s; + -moz-animation-delay: 428.4s; + -o-animation-delay: 428.4s; + animation-delay: 428.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4285) +{ + -webkit-animation-delay: 428.5s; + -moz-animation-delay: 428.5s; + -o-animation-delay: 428.5s; + animation-delay: 428.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4286) +{ + -webkit-animation-delay: 428.6s; + -moz-animation-delay: 428.6s; + -o-animation-delay: 428.6s; + animation-delay: 428.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4287) +{ + -webkit-animation-delay: 428.7s; + -moz-animation-delay: 428.7s; + -o-animation-delay: 428.7s; + animation-delay: 428.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4288) +{ + -webkit-animation-delay: 428.8s; + -moz-animation-delay: 428.8s; + -o-animation-delay: 428.8s; + animation-delay: 428.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4289) +{ + -webkit-animation-delay: 428.9s; + -moz-animation-delay: 428.9s; + -o-animation-delay: 428.9s; + animation-delay: 428.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4290) +{ + -webkit-animation-delay: 429s; + -moz-animation-delay: 429s; + -o-animation-delay: 429s; + animation-delay: 429s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4291) +{ + -webkit-animation-delay: 429.1s; + -moz-animation-delay: 429.1s; + -o-animation-delay: 429.1s; + animation-delay: 429.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4292) +{ + -webkit-animation-delay: 429.2s; + -moz-animation-delay: 429.2s; + -o-animation-delay: 429.2s; + animation-delay: 429.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4293) +{ + -webkit-animation-delay: 429.3s; + -moz-animation-delay: 429.3s; + -o-animation-delay: 429.3s; + animation-delay: 429.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4294) +{ + -webkit-animation-delay: 429.4s; + -moz-animation-delay: 429.4s; + -o-animation-delay: 429.4s; + animation-delay: 429.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4295) +{ + -webkit-animation-delay: 429.5s; + -moz-animation-delay: 429.5s; + -o-animation-delay: 429.5s; + animation-delay: 429.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4296) +{ + -webkit-animation-delay: 429.6s; + -moz-animation-delay: 429.6s; + -o-animation-delay: 429.6s; + animation-delay: 429.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4297) +{ + -webkit-animation-delay: 429.7s; + -moz-animation-delay: 429.7s; + -o-animation-delay: 429.7s; + animation-delay: 429.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4298) +{ + -webkit-animation-delay: 429.8s; + -moz-animation-delay: 429.8s; + -o-animation-delay: 429.8s; + animation-delay: 429.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4299) +{ + -webkit-animation-delay: 429.9s; + -moz-animation-delay: 429.9s; + -o-animation-delay: 429.9s; + animation-delay: 429.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4300) +{ + -webkit-animation-delay: 430s; + -moz-animation-delay: 430s; + -o-animation-delay: 430s; + animation-delay: 430s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4301) +{ + -webkit-animation-delay: 430.1s; + -moz-animation-delay: 430.1s; + -o-animation-delay: 430.1s; + animation-delay: 430.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4302) +{ + -webkit-animation-delay: 430.2s; + -moz-animation-delay: 430.2s; + -o-animation-delay: 430.2s; + animation-delay: 430.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4303) +{ + -webkit-animation-delay: 430.3s; + -moz-animation-delay: 430.3s; + -o-animation-delay: 430.3s; + animation-delay: 430.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4304) +{ + -webkit-animation-delay: 430.4s; + -moz-animation-delay: 430.4s; + -o-animation-delay: 430.4s; + animation-delay: 430.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4305) +{ + -webkit-animation-delay: 430.5s; + -moz-animation-delay: 430.5s; + -o-animation-delay: 430.5s; + animation-delay: 430.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4306) +{ + -webkit-animation-delay: 430.6s; + -moz-animation-delay: 430.6s; + -o-animation-delay: 430.6s; + animation-delay: 430.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4307) +{ + -webkit-animation-delay: 430.7s; + -moz-animation-delay: 430.7s; + -o-animation-delay: 430.7s; + animation-delay: 430.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4308) +{ + -webkit-animation-delay: 430.8s; + -moz-animation-delay: 430.8s; + -o-animation-delay: 430.8s; + animation-delay: 430.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4309) +{ + -webkit-animation-delay: 430.9s; + -moz-animation-delay: 430.9s; + -o-animation-delay: 430.9s; + animation-delay: 430.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4310) +{ + -webkit-animation-delay: 431s; + -moz-animation-delay: 431s; + -o-animation-delay: 431s; + animation-delay: 431s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4311) +{ + -webkit-animation-delay: 431.1s; + -moz-animation-delay: 431.1s; + -o-animation-delay: 431.1s; + animation-delay: 431.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4312) +{ + -webkit-animation-delay: 431.2s; + -moz-animation-delay: 431.2s; + -o-animation-delay: 431.2s; + animation-delay: 431.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4313) +{ + -webkit-animation-delay: 431.3s; + -moz-animation-delay: 431.3s; + -o-animation-delay: 431.3s; + animation-delay: 431.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4314) +{ + -webkit-animation-delay: 431.4s; + -moz-animation-delay: 431.4s; + -o-animation-delay: 431.4s; + animation-delay: 431.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4315) +{ + -webkit-animation-delay: 431.5s; + -moz-animation-delay: 431.5s; + -o-animation-delay: 431.5s; + animation-delay: 431.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4316) +{ + -webkit-animation-delay: 431.6s; + -moz-animation-delay: 431.6s; + -o-animation-delay: 431.6s; + animation-delay: 431.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4317) +{ + -webkit-animation-delay: 431.7s; + -moz-animation-delay: 431.7s; + -o-animation-delay: 431.7s; + animation-delay: 431.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4318) +{ + -webkit-animation-delay: 431.8s; + -moz-animation-delay: 431.8s; + -o-animation-delay: 431.8s; + animation-delay: 431.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4319) +{ + -webkit-animation-delay: 431.9s; + -moz-animation-delay: 431.9s; + -o-animation-delay: 431.9s; + animation-delay: 431.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4320) +{ + -webkit-animation-delay: 432s; + -moz-animation-delay: 432s; + -o-animation-delay: 432s; + animation-delay: 432s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4321) +{ + -webkit-animation-delay: 432.1s; + -moz-animation-delay: 432.1s; + -o-animation-delay: 432.1s; + animation-delay: 432.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4322) +{ + -webkit-animation-delay: 432.2s; + -moz-animation-delay: 432.2s; + -o-animation-delay: 432.2s; + animation-delay: 432.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4323) +{ + -webkit-animation-delay: 432.3s; + -moz-animation-delay: 432.3s; + -o-animation-delay: 432.3s; + animation-delay: 432.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4324) +{ + -webkit-animation-delay: 432.4s; + -moz-animation-delay: 432.4s; + -o-animation-delay: 432.4s; + animation-delay: 432.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4325) +{ + -webkit-animation-delay: 432.5s; + -moz-animation-delay: 432.5s; + -o-animation-delay: 432.5s; + animation-delay: 432.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4326) +{ + -webkit-animation-delay: 432.6s; + -moz-animation-delay: 432.6s; + -o-animation-delay: 432.6s; + animation-delay: 432.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4327) +{ + -webkit-animation-delay: 432.7s; + -moz-animation-delay: 432.7s; + -o-animation-delay: 432.7s; + animation-delay: 432.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4328) +{ + -webkit-animation-delay: 432.8s; + -moz-animation-delay: 432.8s; + -o-animation-delay: 432.8s; + animation-delay: 432.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4329) +{ + -webkit-animation-delay: 432.9s; + -moz-animation-delay: 432.9s; + -o-animation-delay: 432.9s; + animation-delay: 432.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4330) +{ + -webkit-animation-delay: 433s; + -moz-animation-delay: 433s; + -o-animation-delay: 433s; + animation-delay: 433s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4331) +{ + -webkit-animation-delay: 433.1s; + -moz-animation-delay: 433.1s; + -o-animation-delay: 433.1s; + animation-delay: 433.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4332) +{ + -webkit-animation-delay: 433.2s; + -moz-animation-delay: 433.2s; + -o-animation-delay: 433.2s; + animation-delay: 433.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4333) +{ + -webkit-animation-delay: 433.3s; + -moz-animation-delay: 433.3s; + -o-animation-delay: 433.3s; + animation-delay: 433.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4334) +{ + -webkit-animation-delay: 433.4s; + -moz-animation-delay: 433.4s; + -o-animation-delay: 433.4s; + animation-delay: 433.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4335) +{ + -webkit-animation-delay: 433.5s; + -moz-animation-delay: 433.5s; + -o-animation-delay: 433.5s; + animation-delay: 433.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4336) +{ + -webkit-animation-delay: 433.6s; + -moz-animation-delay: 433.6s; + -o-animation-delay: 433.6s; + animation-delay: 433.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4337) +{ + -webkit-animation-delay: 433.7s; + -moz-animation-delay: 433.7s; + -o-animation-delay: 433.7s; + animation-delay: 433.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4338) +{ + -webkit-animation-delay: 433.8s; + -moz-animation-delay: 433.8s; + -o-animation-delay: 433.8s; + animation-delay: 433.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4339) +{ + -webkit-animation-delay: 433.9s; + -moz-animation-delay: 433.9s; + -o-animation-delay: 433.9s; + animation-delay: 433.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4340) +{ + -webkit-animation-delay: 434s; + -moz-animation-delay: 434s; + -o-animation-delay: 434s; + animation-delay: 434s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4341) +{ + -webkit-animation-delay: 434.1s; + -moz-animation-delay: 434.1s; + -o-animation-delay: 434.1s; + animation-delay: 434.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4342) +{ + -webkit-animation-delay: 434.2s; + -moz-animation-delay: 434.2s; + -o-animation-delay: 434.2s; + animation-delay: 434.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4343) +{ + -webkit-animation-delay: 434.3s; + -moz-animation-delay: 434.3s; + -o-animation-delay: 434.3s; + animation-delay: 434.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4344) +{ + -webkit-animation-delay: 434.4s; + -moz-animation-delay: 434.4s; + -o-animation-delay: 434.4s; + animation-delay: 434.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4345) +{ + -webkit-animation-delay: 434.5s; + -moz-animation-delay: 434.5s; + -o-animation-delay: 434.5s; + animation-delay: 434.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4346) +{ + -webkit-animation-delay: 434.6s; + -moz-animation-delay: 434.6s; + -o-animation-delay: 434.6s; + animation-delay: 434.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4347) +{ + -webkit-animation-delay: 434.7s; + -moz-animation-delay: 434.7s; + -o-animation-delay: 434.7s; + animation-delay: 434.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4348) +{ + -webkit-animation-delay: 434.8s; + -moz-animation-delay: 434.8s; + -o-animation-delay: 434.8s; + animation-delay: 434.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4349) +{ + -webkit-animation-delay: 434.9s; + -moz-animation-delay: 434.9s; + -o-animation-delay: 434.9s; + animation-delay: 434.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4350) +{ + -webkit-animation-delay: 435s; + -moz-animation-delay: 435s; + -o-animation-delay: 435s; + animation-delay: 435s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4351) +{ + -webkit-animation-delay: 435.1s; + -moz-animation-delay: 435.1s; + -o-animation-delay: 435.1s; + animation-delay: 435.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4352) +{ + -webkit-animation-delay: 435.2s; + -moz-animation-delay: 435.2s; + -o-animation-delay: 435.2s; + animation-delay: 435.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4353) +{ + -webkit-animation-delay: 435.3s; + -moz-animation-delay: 435.3s; + -o-animation-delay: 435.3s; + animation-delay: 435.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4354) +{ + -webkit-animation-delay: 435.4s; + -moz-animation-delay: 435.4s; + -o-animation-delay: 435.4s; + animation-delay: 435.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4355) +{ + -webkit-animation-delay: 435.5s; + -moz-animation-delay: 435.5s; + -o-animation-delay: 435.5s; + animation-delay: 435.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4356) +{ + -webkit-animation-delay: 435.6s; + -moz-animation-delay: 435.6s; + -o-animation-delay: 435.6s; + animation-delay: 435.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4357) +{ + -webkit-animation-delay: 435.7s; + -moz-animation-delay: 435.7s; + -o-animation-delay: 435.7s; + animation-delay: 435.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4358) +{ + -webkit-animation-delay: 435.8s; + -moz-animation-delay: 435.8s; + -o-animation-delay: 435.8s; + animation-delay: 435.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4359) +{ + -webkit-animation-delay: 435.9s; + -moz-animation-delay: 435.9s; + -o-animation-delay: 435.9s; + animation-delay: 435.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4360) +{ + -webkit-animation-delay: 436s; + -moz-animation-delay: 436s; + -o-animation-delay: 436s; + animation-delay: 436s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4361) +{ + -webkit-animation-delay: 436.1s; + -moz-animation-delay: 436.1s; + -o-animation-delay: 436.1s; + animation-delay: 436.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4362) +{ + -webkit-animation-delay: 436.2s; + -moz-animation-delay: 436.2s; + -o-animation-delay: 436.2s; + animation-delay: 436.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4363) +{ + -webkit-animation-delay: 436.3s; + -moz-animation-delay: 436.3s; + -o-animation-delay: 436.3s; + animation-delay: 436.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4364) +{ + -webkit-animation-delay: 436.4s; + -moz-animation-delay: 436.4s; + -o-animation-delay: 436.4s; + animation-delay: 436.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4365) +{ + -webkit-animation-delay: 436.5s; + -moz-animation-delay: 436.5s; + -o-animation-delay: 436.5s; + animation-delay: 436.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4366) +{ + -webkit-animation-delay: 436.6s; + -moz-animation-delay: 436.6s; + -o-animation-delay: 436.6s; + animation-delay: 436.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4367) +{ + -webkit-animation-delay: 436.7s; + -moz-animation-delay: 436.7s; + -o-animation-delay: 436.7s; + animation-delay: 436.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4368) +{ + -webkit-animation-delay: 436.8s; + -moz-animation-delay: 436.8s; + -o-animation-delay: 436.8s; + animation-delay: 436.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4369) +{ + -webkit-animation-delay: 436.9s; + -moz-animation-delay: 436.9s; + -o-animation-delay: 436.9s; + animation-delay: 436.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4370) +{ + -webkit-animation-delay: 437s; + -moz-animation-delay: 437s; + -o-animation-delay: 437s; + animation-delay: 437s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4371) +{ + -webkit-animation-delay: 437.1s; + -moz-animation-delay: 437.1s; + -o-animation-delay: 437.1s; + animation-delay: 437.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4372) +{ + -webkit-animation-delay: 437.2s; + -moz-animation-delay: 437.2s; + -o-animation-delay: 437.2s; + animation-delay: 437.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4373) +{ + -webkit-animation-delay: 437.3s; + -moz-animation-delay: 437.3s; + -o-animation-delay: 437.3s; + animation-delay: 437.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4374) +{ + -webkit-animation-delay: 437.4s; + -moz-animation-delay: 437.4s; + -o-animation-delay: 437.4s; + animation-delay: 437.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4375) +{ + -webkit-animation-delay: 437.5s; + -moz-animation-delay: 437.5s; + -o-animation-delay: 437.5s; + animation-delay: 437.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4376) +{ + -webkit-animation-delay: 437.6s; + -moz-animation-delay: 437.6s; + -o-animation-delay: 437.6s; + animation-delay: 437.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4377) +{ + -webkit-animation-delay: 437.7s; + -moz-animation-delay: 437.7s; + -o-animation-delay: 437.7s; + animation-delay: 437.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4378) +{ + -webkit-animation-delay: 437.8s; + -moz-animation-delay: 437.8s; + -o-animation-delay: 437.8s; + animation-delay: 437.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4379) +{ + -webkit-animation-delay: 437.9s; + -moz-animation-delay: 437.9s; + -o-animation-delay: 437.9s; + animation-delay: 437.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4380) +{ + -webkit-animation-delay: 438s; + -moz-animation-delay: 438s; + -o-animation-delay: 438s; + animation-delay: 438s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4381) +{ + -webkit-animation-delay: 438.1s; + -moz-animation-delay: 438.1s; + -o-animation-delay: 438.1s; + animation-delay: 438.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4382) +{ + -webkit-animation-delay: 438.2s; + -moz-animation-delay: 438.2s; + -o-animation-delay: 438.2s; + animation-delay: 438.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4383) +{ + -webkit-animation-delay: 438.3s; + -moz-animation-delay: 438.3s; + -o-animation-delay: 438.3s; + animation-delay: 438.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4384) +{ + -webkit-animation-delay: 438.4s; + -moz-animation-delay: 438.4s; + -o-animation-delay: 438.4s; + animation-delay: 438.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4385) +{ + -webkit-animation-delay: 438.5s; + -moz-animation-delay: 438.5s; + -o-animation-delay: 438.5s; + animation-delay: 438.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4386) +{ + -webkit-animation-delay: 438.6s; + -moz-animation-delay: 438.6s; + -o-animation-delay: 438.6s; + animation-delay: 438.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4387) +{ + -webkit-animation-delay: 438.7s; + -moz-animation-delay: 438.7s; + -o-animation-delay: 438.7s; + animation-delay: 438.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4388) +{ + -webkit-animation-delay: 438.8s; + -moz-animation-delay: 438.8s; + -o-animation-delay: 438.8s; + animation-delay: 438.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4389) +{ + -webkit-animation-delay: 438.9s; + -moz-animation-delay: 438.9s; + -o-animation-delay: 438.9s; + animation-delay: 438.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4390) +{ + -webkit-animation-delay: 439s; + -moz-animation-delay: 439s; + -o-animation-delay: 439s; + animation-delay: 439s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4391) +{ + -webkit-animation-delay: 439.1s; + -moz-animation-delay: 439.1s; + -o-animation-delay: 439.1s; + animation-delay: 439.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4392) +{ + -webkit-animation-delay: 439.2s; + -moz-animation-delay: 439.2s; + -o-animation-delay: 439.2s; + animation-delay: 439.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4393) +{ + -webkit-animation-delay: 439.3s; + -moz-animation-delay: 439.3s; + -o-animation-delay: 439.3s; + animation-delay: 439.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4394) +{ + -webkit-animation-delay: 439.4s; + -moz-animation-delay: 439.4s; + -o-animation-delay: 439.4s; + animation-delay: 439.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4395) +{ + -webkit-animation-delay: 439.5s; + -moz-animation-delay: 439.5s; + -o-animation-delay: 439.5s; + animation-delay: 439.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4396) +{ + -webkit-animation-delay: 439.6s; + -moz-animation-delay: 439.6s; + -o-animation-delay: 439.6s; + animation-delay: 439.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4397) +{ + -webkit-animation-delay: 439.7s; + -moz-animation-delay: 439.7s; + -o-animation-delay: 439.7s; + animation-delay: 439.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4398) +{ + -webkit-animation-delay: 439.8s; + -moz-animation-delay: 439.8s; + -o-animation-delay: 439.8s; + animation-delay: 439.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4399) +{ + -webkit-animation-delay: 439.9s; + -moz-animation-delay: 439.9s; + -o-animation-delay: 439.9s; + animation-delay: 439.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4400) +{ + -webkit-animation-delay: 440s; + -moz-animation-delay: 440s; + -o-animation-delay: 440s; + animation-delay: 440s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4401) +{ + -webkit-animation-delay: 440.1s; + -moz-animation-delay: 440.1s; + -o-animation-delay: 440.1s; + animation-delay: 440.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4402) +{ + -webkit-animation-delay: 440.2s; + -moz-animation-delay: 440.2s; + -o-animation-delay: 440.2s; + animation-delay: 440.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4403) +{ + -webkit-animation-delay: 440.3s; + -moz-animation-delay: 440.3s; + -o-animation-delay: 440.3s; + animation-delay: 440.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4404) +{ + -webkit-animation-delay: 440.4s; + -moz-animation-delay: 440.4s; + -o-animation-delay: 440.4s; + animation-delay: 440.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4405) +{ + -webkit-animation-delay: 440.5s; + -moz-animation-delay: 440.5s; + -o-animation-delay: 440.5s; + animation-delay: 440.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4406) +{ + -webkit-animation-delay: 440.6s; + -moz-animation-delay: 440.6s; + -o-animation-delay: 440.6s; + animation-delay: 440.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4407) +{ + -webkit-animation-delay: 440.7s; + -moz-animation-delay: 440.7s; + -o-animation-delay: 440.7s; + animation-delay: 440.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4408) +{ + -webkit-animation-delay: 440.8s; + -moz-animation-delay: 440.8s; + -o-animation-delay: 440.8s; + animation-delay: 440.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4409) +{ + -webkit-animation-delay: 440.9s; + -moz-animation-delay: 440.9s; + -o-animation-delay: 440.9s; + animation-delay: 440.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4410) +{ + -webkit-animation-delay: 441s; + -moz-animation-delay: 441s; + -o-animation-delay: 441s; + animation-delay: 441s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4411) +{ + -webkit-animation-delay: 441.1s; + -moz-animation-delay: 441.1s; + -o-animation-delay: 441.1s; + animation-delay: 441.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4412) +{ + -webkit-animation-delay: 441.2s; + -moz-animation-delay: 441.2s; + -o-animation-delay: 441.2s; + animation-delay: 441.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4413) +{ + -webkit-animation-delay: 441.3s; + -moz-animation-delay: 441.3s; + -o-animation-delay: 441.3s; + animation-delay: 441.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4414) +{ + -webkit-animation-delay: 441.4s; + -moz-animation-delay: 441.4s; + -o-animation-delay: 441.4s; + animation-delay: 441.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4415) +{ + -webkit-animation-delay: 441.5s; + -moz-animation-delay: 441.5s; + -o-animation-delay: 441.5s; + animation-delay: 441.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4416) +{ + -webkit-animation-delay: 441.6s; + -moz-animation-delay: 441.6s; + -o-animation-delay: 441.6s; + animation-delay: 441.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4417) +{ + -webkit-animation-delay: 441.7s; + -moz-animation-delay: 441.7s; + -o-animation-delay: 441.7s; + animation-delay: 441.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4418) +{ + -webkit-animation-delay: 441.8s; + -moz-animation-delay: 441.8s; + -o-animation-delay: 441.8s; + animation-delay: 441.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4419) +{ + -webkit-animation-delay: 441.9s; + -moz-animation-delay: 441.9s; + -o-animation-delay: 441.9s; + animation-delay: 441.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4420) +{ + -webkit-animation-delay: 442s; + -moz-animation-delay: 442s; + -o-animation-delay: 442s; + animation-delay: 442s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4421) +{ + -webkit-animation-delay: 442.1s; + -moz-animation-delay: 442.1s; + -o-animation-delay: 442.1s; + animation-delay: 442.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4422) +{ + -webkit-animation-delay: 442.2s; + -moz-animation-delay: 442.2s; + -o-animation-delay: 442.2s; + animation-delay: 442.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4423) +{ + -webkit-animation-delay: 442.3s; + -moz-animation-delay: 442.3s; + -o-animation-delay: 442.3s; + animation-delay: 442.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4424) +{ + -webkit-animation-delay: 442.4s; + -moz-animation-delay: 442.4s; + -o-animation-delay: 442.4s; + animation-delay: 442.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4425) +{ + -webkit-animation-delay: 442.5s; + -moz-animation-delay: 442.5s; + -o-animation-delay: 442.5s; + animation-delay: 442.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4426) +{ + -webkit-animation-delay: 442.6s; + -moz-animation-delay: 442.6s; + -o-animation-delay: 442.6s; + animation-delay: 442.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4427) +{ + -webkit-animation-delay: 442.7s; + -moz-animation-delay: 442.7s; + -o-animation-delay: 442.7s; + animation-delay: 442.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4428) +{ + -webkit-animation-delay: 442.8s; + -moz-animation-delay: 442.8s; + -o-animation-delay: 442.8s; + animation-delay: 442.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4429) +{ + -webkit-animation-delay: 442.9s; + -moz-animation-delay: 442.9s; + -o-animation-delay: 442.9s; + animation-delay: 442.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4430) +{ + -webkit-animation-delay: 443s; + -moz-animation-delay: 443s; + -o-animation-delay: 443s; + animation-delay: 443s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4431) +{ + -webkit-animation-delay: 443.1s; + -moz-animation-delay: 443.1s; + -o-animation-delay: 443.1s; + animation-delay: 443.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4432) +{ + -webkit-animation-delay: 443.2s; + -moz-animation-delay: 443.2s; + -o-animation-delay: 443.2s; + animation-delay: 443.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4433) +{ + -webkit-animation-delay: 443.3s; + -moz-animation-delay: 443.3s; + -o-animation-delay: 443.3s; + animation-delay: 443.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4434) +{ + -webkit-animation-delay: 443.4s; + -moz-animation-delay: 443.4s; + -o-animation-delay: 443.4s; + animation-delay: 443.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4435) +{ + -webkit-animation-delay: 443.5s; + -moz-animation-delay: 443.5s; + -o-animation-delay: 443.5s; + animation-delay: 443.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4436) +{ + -webkit-animation-delay: 443.6s; + -moz-animation-delay: 443.6s; + -o-animation-delay: 443.6s; + animation-delay: 443.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4437) +{ + -webkit-animation-delay: 443.7s; + -moz-animation-delay: 443.7s; + -o-animation-delay: 443.7s; + animation-delay: 443.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4438) +{ + -webkit-animation-delay: 443.8s; + -moz-animation-delay: 443.8s; + -o-animation-delay: 443.8s; + animation-delay: 443.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4439) +{ + -webkit-animation-delay: 443.9s; + -moz-animation-delay: 443.9s; + -o-animation-delay: 443.9s; + animation-delay: 443.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4440) +{ + -webkit-animation-delay: 444s; + -moz-animation-delay: 444s; + -o-animation-delay: 444s; + animation-delay: 444s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4441) +{ + -webkit-animation-delay: 444.1s; + -moz-animation-delay: 444.1s; + -o-animation-delay: 444.1s; + animation-delay: 444.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4442) +{ + -webkit-animation-delay: 444.2s; + -moz-animation-delay: 444.2s; + -o-animation-delay: 444.2s; + animation-delay: 444.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4443) +{ + -webkit-animation-delay: 444.3s; + -moz-animation-delay: 444.3s; + -o-animation-delay: 444.3s; + animation-delay: 444.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4444) +{ + -webkit-animation-delay: 444.4s; + -moz-animation-delay: 444.4s; + -o-animation-delay: 444.4s; + animation-delay: 444.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4445) +{ + -webkit-animation-delay: 444.5s; + -moz-animation-delay: 444.5s; + -o-animation-delay: 444.5s; + animation-delay: 444.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4446) +{ + -webkit-animation-delay: 444.6s; + -moz-animation-delay: 444.6s; + -o-animation-delay: 444.6s; + animation-delay: 444.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4447) +{ + -webkit-animation-delay: 444.7s; + -moz-animation-delay: 444.7s; + -o-animation-delay: 444.7s; + animation-delay: 444.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4448) +{ + -webkit-animation-delay: 444.8s; + -moz-animation-delay: 444.8s; + -o-animation-delay: 444.8s; + animation-delay: 444.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4449) +{ + -webkit-animation-delay: 444.9s; + -moz-animation-delay: 444.9s; + -o-animation-delay: 444.9s; + animation-delay: 444.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4450) +{ + -webkit-animation-delay: 445s; + -moz-animation-delay: 445s; + -o-animation-delay: 445s; + animation-delay: 445s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4451) +{ + -webkit-animation-delay: 445.1s; + -moz-animation-delay: 445.1s; + -o-animation-delay: 445.1s; + animation-delay: 445.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4452) +{ + -webkit-animation-delay: 445.2s; + -moz-animation-delay: 445.2s; + -o-animation-delay: 445.2s; + animation-delay: 445.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4453) +{ + -webkit-animation-delay: 445.3s; + -moz-animation-delay: 445.3s; + -o-animation-delay: 445.3s; + animation-delay: 445.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4454) +{ + -webkit-animation-delay: 445.4s; + -moz-animation-delay: 445.4s; + -o-animation-delay: 445.4s; + animation-delay: 445.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4455) +{ + -webkit-animation-delay: 445.5s; + -moz-animation-delay: 445.5s; + -o-animation-delay: 445.5s; + animation-delay: 445.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4456) +{ + -webkit-animation-delay: 445.6s; + -moz-animation-delay: 445.6s; + -o-animation-delay: 445.6s; + animation-delay: 445.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4457) +{ + -webkit-animation-delay: 445.7s; + -moz-animation-delay: 445.7s; + -o-animation-delay: 445.7s; + animation-delay: 445.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4458) +{ + -webkit-animation-delay: 445.8s; + -moz-animation-delay: 445.8s; + -o-animation-delay: 445.8s; + animation-delay: 445.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4459) +{ + -webkit-animation-delay: 445.9s; + -moz-animation-delay: 445.9s; + -o-animation-delay: 445.9s; + animation-delay: 445.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4460) +{ + -webkit-animation-delay: 446s; + -moz-animation-delay: 446s; + -o-animation-delay: 446s; + animation-delay: 446s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4461) +{ + -webkit-animation-delay: 446.1s; + -moz-animation-delay: 446.1s; + -o-animation-delay: 446.1s; + animation-delay: 446.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4462) +{ + -webkit-animation-delay: 446.2s; + -moz-animation-delay: 446.2s; + -o-animation-delay: 446.2s; + animation-delay: 446.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4463) +{ + -webkit-animation-delay: 446.3s; + -moz-animation-delay: 446.3s; + -o-animation-delay: 446.3s; + animation-delay: 446.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4464) +{ + -webkit-animation-delay: 446.4s; + -moz-animation-delay: 446.4s; + -o-animation-delay: 446.4s; + animation-delay: 446.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4465) +{ + -webkit-animation-delay: 446.5s; + -moz-animation-delay: 446.5s; + -o-animation-delay: 446.5s; + animation-delay: 446.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4466) +{ + -webkit-animation-delay: 446.6s; + -moz-animation-delay: 446.6s; + -o-animation-delay: 446.6s; + animation-delay: 446.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4467) +{ + -webkit-animation-delay: 446.7s; + -moz-animation-delay: 446.7s; + -o-animation-delay: 446.7s; + animation-delay: 446.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4468) +{ + -webkit-animation-delay: 446.8s; + -moz-animation-delay: 446.8s; + -o-animation-delay: 446.8s; + animation-delay: 446.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4469) +{ + -webkit-animation-delay: 446.9s; + -moz-animation-delay: 446.9s; + -o-animation-delay: 446.9s; + animation-delay: 446.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4470) +{ + -webkit-animation-delay: 447s; + -moz-animation-delay: 447s; + -o-animation-delay: 447s; + animation-delay: 447s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4471) +{ + -webkit-animation-delay: 447.1s; + -moz-animation-delay: 447.1s; + -o-animation-delay: 447.1s; + animation-delay: 447.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4472) +{ + -webkit-animation-delay: 447.2s; + -moz-animation-delay: 447.2s; + -o-animation-delay: 447.2s; + animation-delay: 447.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4473) +{ + -webkit-animation-delay: 447.3s; + -moz-animation-delay: 447.3s; + -o-animation-delay: 447.3s; + animation-delay: 447.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4474) +{ + -webkit-animation-delay: 447.4s; + -moz-animation-delay: 447.4s; + -o-animation-delay: 447.4s; + animation-delay: 447.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4475) +{ + -webkit-animation-delay: 447.5s; + -moz-animation-delay: 447.5s; + -o-animation-delay: 447.5s; + animation-delay: 447.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4476) +{ + -webkit-animation-delay: 447.6s; + -moz-animation-delay: 447.6s; + -o-animation-delay: 447.6s; + animation-delay: 447.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4477) +{ + -webkit-animation-delay: 447.7s; + -moz-animation-delay: 447.7s; + -o-animation-delay: 447.7s; + animation-delay: 447.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4478) +{ + -webkit-animation-delay: 447.8s; + -moz-animation-delay: 447.8s; + -o-animation-delay: 447.8s; + animation-delay: 447.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4479) +{ + -webkit-animation-delay: 447.9s; + -moz-animation-delay: 447.9s; + -o-animation-delay: 447.9s; + animation-delay: 447.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4480) +{ + -webkit-animation-delay: 448s; + -moz-animation-delay: 448s; + -o-animation-delay: 448s; + animation-delay: 448s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4481) +{ + -webkit-animation-delay: 448.1s; + -moz-animation-delay: 448.1s; + -o-animation-delay: 448.1s; + animation-delay: 448.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4482) +{ + -webkit-animation-delay: 448.2s; + -moz-animation-delay: 448.2s; + -o-animation-delay: 448.2s; + animation-delay: 448.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4483) +{ + -webkit-animation-delay: 448.3s; + -moz-animation-delay: 448.3s; + -o-animation-delay: 448.3s; + animation-delay: 448.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4484) +{ + -webkit-animation-delay: 448.4s; + -moz-animation-delay: 448.4s; + -o-animation-delay: 448.4s; + animation-delay: 448.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4485) +{ + -webkit-animation-delay: 448.5s; + -moz-animation-delay: 448.5s; + -o-animation-delay: 448.5s; + animation-delay: 448.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4486) +{ + -webkit-animation-delay: 448.6s; + -moz-animation-delay: 448.6s; + -o-animation-delay: 448.6s; + animation-delay: 448.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4487) +{ + -webkit-animation-delay: 448.7s; + -moz-animation-delay: 448.7s; + -o-animation-delay: 448.7s; + animation-delay: 448.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4488) +{ + -webkit-animation-delay: 448.8s; + -moz-animation-delay: 448.8s; + -o-animation-delay: 448.8s; + animation-delay: 448.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4489) +{ + -webkit-animation-delay: 448.9s; + -moz-animation-delay: 448.9s; + -o-animation-delay: 448.9s; + animation-delay: 448.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4490) +{ + -webkit-animation-delay: 449s; + -moz-animation-delay: 449s; + -o-animation-delay: 449s; + animation-delay: 449s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4491) +{ + -webkit-animation-delay: 449.1s; + -moz-animation-delay: 449.1s; + -o-animation-delay: 449.1s; + animation-delay: 449.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4492) +{ + -webkit-animation-delay: 449.2s; + -moz-animation-delay: 449.2s; + -o-animation-delay: 449.2s; + animation-delay: 449.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4493) +{ + -webkit-animation-delay: 449.3s; + -moz-animation-delay: 449.3s; + -o-animation-delay: 449.3s; + animation-delay: 449.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4494) +{ + -webkit-animation-delay: 449.4s; + -moz-animation-delay: 449.4s; + -o-animation-delay: 449.4s; + animation-delay: 449.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4495) +{ + -webkit-animation-delay: 449.5s; + -moz-animation-delay: 449.5s; + -o-animation-delay: 449.5s; + animation-delay: 449.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4496) +{ + -webkit-animation-delay: 449.6s; + -moz-animation-delay: 449.6s; + -o-animation-delay: 449.6s; + animation-delay: 449.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4497) +{ + -webkit-animation-delay: 449.7s; + -moz-animation-delay: 449.7s; + -o-animation-delay: 449.7s; + animation-delay: 449.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4498) +{ + -webkit-animation-delay: 449.8s; + -moz-animation-delay: 449.8s; + -o-animation-delay: 449.8s; + animation-delay: 449.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4499) +{ + -webkit-animation-delay: 449.9s; + -moz-animation-delay: 449.9s; + -o-animation-delay: 449.9s; + animation-delay: 449.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4500) +{ + -webkit-animation-delay: 450s; + -moz-animation-delay: 450s; + -o-animation-delay: 450s; + animation-delay: 450s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4501) +{ + -webkit-animation-delay: 450.1s; + -moz-animation-delay: 450.1s; + -o-animation-delay: 450.1s; + animation-delay: 450.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4502) +{ + -webkit-animation-delay: 450.2s; + -moz-animation-delay: 450.2s; + -o-animation-delay: 450.2s; + animation-delay: 450.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4503) +{ + -webkit-animation-delay: 450.3s; + -moz-animation-delay: 450.3s; + -o-animation-delay: 450.3s; + animation-delay: 450.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4504) +{ + -webkit-animation-delay: 450.4s; + -moz-animation-delay: 450.4s; + -o-animation-delay: 450.4s; + animation-delay: 450.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4505) +{ + -webkit-animation-delay: 450.5s; + -moz-animation-delay: 450.5s; + -o-animation-delay: 450.5s; + animation-delay: 450.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4506) +{ + -webkit-animation-delay: 450.6s; + -moz-animation-delay: 450.6s; + -o-animation-delay: 450.6s; + animation-delay: 450.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4507) +{ + -webkit-animation-delay: 450.7s; + -moz-animation-delay: 450.7s; + -o-animation-delay: 450.7s; + animation-delay: 450.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4508) +{ + -webkit-animation-delay: 450.8s; + -moz-animation-delay: 450.8s; + -o-animation-delay: 450.8s; + animation-delay: 450.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4509) +{ + -webkit-animation-delay: 450.9s; + -moz-animation-delay: 450.9s; + -o-animation-delay: 450.9s; + animation-delay: 450.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4510) +{ + -webkit-animation-delay: 451s; + -moz-animation-delay: 451s; + -o-animation-delay: 451s; + animation-delay: 451s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4511) +{ + -webkit-animation-delay: 451.1s; + -moz-animation-delay: 451.1s; + -o-animation-delay: 451.1s; + animation-delay: 451.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4512) +{ + -webkit-animation-delay: 451.2s; + -moz-animation-delay: 451.2s; + -o-animation-delay: 451.2s; + animation-delay: 451.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4513) +{ + -webkit-animation-delay: 451.3s; + -moz-animation-delay: 451.3s; + -o-animation-delay: 451.3s; + animation-delay: 451.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4514) +{ + -webkit-animation-delay: 451.4s; + -moz-animation-delay: 451.4s; + -o-animation-delay: 451.4s; + animation-delay: 451.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4515) +{ + -webkit-animation-delay: 451.5s; + -moz-animation-delay: 451.5s; + -o-animation-delay: 451.5s; + animation-delay: 451.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4516) +{ + -webkit-animation-delay: 451.6s; + -moz-animation-delay: 451.6s; + -o-animation-delay: 451.6s; + animation-delay: 451.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4517) +{ + -webkit-animation-delay: 451.7s; + -moz-animation-delay: 451.7s; + -o-animation-delay: 451.7s; + animation-delay: 451.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4518) +{ + -webkit-animation-delay: 451.8s; + -moz-animation-delay: 451.8s; + -o-animation-delay: 451.8s; + animation-delay: 451.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4519) +{ + -webkit-animation-delay: 451.9s; + -moz-animation-delay: 451.9s; + -o-animation-delay: 451.9s; + animation-delay: 451.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4520) +{ + -webkit-animation-delay: 452s; + -moz-animation-delay: 452s; + -o-animation-delay: 452s; + animation-delay: 452s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4521) +{ + -webkit-animation-delay: 452.1s; + -moz-animation-delay: 452.1s; + -o-animation-delay: 452.1s; + animation-delay: 452.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4522) +{ + -webkit-animation-delay: 452.2s; + -moz-animation-delay: 452.2s; + -o-animation-delay: 452.2s; + animation-delay: 452.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4523) +{ + -webkit-animation-delay: 452.3s; + -moz-animation-delay: 452.3s; + -o-animation-delay: 452.3s; + animation-delay: 452.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4524) +{ + -webkit-animation-delay: 452.4s; + -moz-animation-delay: 452.4s; + -o-animation-delay: 452.4s; + animation-delay: 452.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4525) +{ + -webkit-animation-delay: 452.5s; + -moz-animation-delay: 452.5s; + -o-animation-delay: 452.5s; + animation-delay: 452.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4526) +{ + -webkit-animation-delay: 452.6s; + -moz-animation-delay: 452.6s; + -o-animation-delay: 452.6s; + animation-delay: 452.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4527) +{ + -webkit-animation-delay: 452.7s; + -moz-animation-delay: 452.7s; + -o-animation-delay: 452.7s; + animation-delay: 452.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4528) +{ + -webkit-animation-delay: 452.8s; + -moz-animation-delay: 452.8s; + -o-animation-delay: 452.8s; + animation-delay: 452.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4529) +{ + -webkit-animation-delay: 452.9s; + -moz-animation-delay: 452.9s; + -o-animation-delay: 452.9s; + animation-delay: 452.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4530) +{ + -webkit-animation-delay: 453s; + -moz-animation-delay: 453s; + -o-animation-delay: 453s; + animation-delay: 453s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4531) +{ + -webkit-animation-delay: 453.1s; + -moz-animation-delay: 453.1s; + -o-animation-delay: 453.1s; + animation-delay: 453.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4532) +{ + -webkit-animation-delay: 453.2s; + -moz-animation-delay: 453.2s; + -o-animation-delay: 453.2s; + animation-delay: 453.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4533) +{ + -webkit-animation-delay: 453.3s; + -moz-animation-delay: 453.3s; + -o-animation-delay: 453.3s; + animation-delay: 453.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4534) +{ + -webkit-animation-delay: 453.4s; + -moz-animation-delay: 453.4s; + -o-animation-delay: 453.4s; + animation-delay: 453.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4535) +{ + -webkit-animation-delay: 453.5s; + -moz-animation-delay: 453.5s; + -o-animation-delay: 453.5s; + animation-delay: 453.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4536) +{ + -webkit-animation-delay: 453.6s; + -moz-animation-delay: 453.6s; + -o-animation-delay: 453.6s; + animation-delay: 453.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4537) +{ + -webkit-animation-delay: 453.7s; + -moz-animation-delay: 453.7s; + -o-animation-delay: 453.7s; + animation-delay: 453.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4538) +{ + -webkit-animation-delay: 453.8s; + -moz-animation-delay: 453.8s; + -o-animation-delay: 453.8s; + animation-delay: 453.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4539) +{ + -webkit-animation-delay: 453.9s; + -moz-animation-delay: 453.9s; + -o-animation-delay: 453.9s; + animation-delay: 453.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4540) +{ + -webkit-animation-delay: 454s; + -moz-animation-delay: 454s; + -o-animation-delay: 454s; + animation-delay: 454s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4541) +{ + -webkit-animation-delay: 454.1s; + -moz-animation-delay: 454.1s; + -o-animation-delay: 454.1s; + animation-delay: 454.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4542) +{ + -webkit-animation-delay: 454.2s; + -moz-animation-delay: 454.2s; + -o-animation-delay: 454.2s; + animation-delay: 454.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4543) +{ + -webkit-animation-delay: 454.3s; + -moz-animation-delay: 454.3s; + -o-animation-delay: 454.3s; + animation-delay: 454.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4544) +{ + -webkit-animation-delay: 454.4s; + -moz-animation-delay: 454.4s; + -o-animation-delay: 454.4s; + animation-delay: 454.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4545) +{ + -webkit-animation-delay: 454.5s; + -moz-animation-delay: 454.5s; + -o-animation-delay: 454.5s; + animation-delay: 454.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4546) +{ + -webkit-animation-delay: 454.6s; + -moz-animation-delay: 454.6s; + -o-animation-delay: 454.6s; + animation-delay: 454.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4547) +{ + -webkit-animation-delay: 454.7s; + -moz-animation-delay: 454.7s; + -o-animation-delay: 454.7s; + animation-delay: 454.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4548) +{ + -webkit-animation-delay: 454.8s; + -moz-animation-delay: 454.8s; + -o-animation-delay: 454.8s; + animation-delay: 454.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4549) +{ + -webkit-animation-delay: 454.9s; + -moz-animation-delay: 454.9s; + -o-animation-delay: 454.9s; + animation-delay: 454.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4550) +{ + -webkit-animation-delay: 455s; + -moz-animation-delay: 455s; + -o-animation-delay: 455s; + animation-delay: 455s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4551) +{ + -webkit-animation-delay: 455.1s; + -moz-animation-delay: 455.1s; + -o-animation-delay: 455.1s; + animation-delay: 455.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4552) +{ + -webkit-animation-delay: 455.2s; + -moz-animation-delay: 455.2s; + -o-animation-delay: 455.2s; + animation-delay: 455.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4553) +{ + -webkit-animation-delay: 455.3s; + -moz-animation-delay: 455.3s; + -o-animation-delay: 455.3s; + animation-delay: 455.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4554) +{ + -webkit-animation-delay: 455.4s; + -moz-animation-delay: 455.4s; + -o-animation-delay: 455.4s; + animation-delay: 455.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4555) +{ + -webkit-animation-delay: 455.5s; + -moz-animation-delay: 455.5s; + -o-animation-delay: 455.5s; + animation-delay: 455.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4556) +{ + -webkit-animation-delay: 455.6s; + -moz-animation-delay: 455.6s; + -o-animation-delay: 455.6s; + animation-delay: 455.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4557) +{ + -webkit-animation-delay: 455.7s; + -moz-animation-delay: 455.7s; + -o-animation-delay: 455.7s; + animation-delay: 455.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4558) +{ + -webkit-animation-delay: 455.8s; + -moz-animation-delay: 455.8s; + -o-animation-delay: 455.8s; + animation-delay: 455.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4559) +{ + -webkit-animation-delay: 455.9s; + -moz-animation-delay: 455.9s; + -o-animation-delay: 455.9s; + animation-delay: 455.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4560) +{ + -webkit-animation-delay: 456s; + -moz-animation-delay: 456s; + -o-animation-delay: 456s; + animation-delay: 456s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4561) +{ + -webkit-animation-delay: 456.1s; + -moz-animation-delay: 456.1s; + -o-animation-delay: 456.1s; + animation-delay: 456.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4562) +{ + -webkit-animation-delay: 456.2s; + -moz-animation-delay: 456.2s; + -o-animation-delay: 456.2s; + animation-delay: 456.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4563) +{ + -webkit-animation-delay: 456.3s; + -moz-animation-delay: 456.3s; + -o-animation-delay: 456.3s; + animation-delay: 456.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4564) +{ + -webkit-animation-delay: 456.4s; + -moz-animation-delay: 456.4s; + -o-animation-delay: 456.4s; + animation-delay: 456.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4565) +{ + -webkit-animation-delay: 456.5s; + -moz-animation-delay: 456.5s; + -o-animation-delay: 456.5s; + animation-delay: 456.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4566) +{ + -webkit-animation-delay: 456.6s; + -moz-animation-delay: 456.6s; + -o-animation-delay: 456.6s; + animation-delay: 456.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4567) +{ + -webkit-animation-delay: 456.7s; + -moz-animation-delay: 456.7s; + -o-animation-delay: 456.7s; + animation-delay: 456.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4568) +{ + -webkit-animation-delay: 456.8s; + -moz-animation-delay: 456.8s; + -o-animation-delay: 456.8s; + animation-delay: 456.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4569) +{ + -webkit-animation-delay: 456.9s; + -moz-animation-delay: 456.9s; + -o-animation-delay: 456.9s; + animation-delay: 456.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4570) +{ + -webkit-animation-delay: 457s; + -moz-animation-delay: 457s; + -o-animation-delay: 457s; + animation-delay: 457s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4571) +{ + -webkit-animation-delay: 457.1s; + -moz-animation-delay: 457.1s; + -o-animation-delay: 457.1s; + animation-delay: 457.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4572) +{ + -webkit-animation-delay: 457.2s; + -moz-animation-delay: 457.2s; + -o-animation-delay: 457.2s; + animation-delay: 457.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4573) +{ + -webkit-animation-delay: 457.3s; + -moz-animation-delay: 457.3s; + -o-animation-delay: 457.3s; + animation-delay: 457.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4574) +{ + -webkit-animation-delay: 457.4s; + -moz-animation-delay: 457.4s; + -o-animation-delay: 457.4s; + animation-delay: 457.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4575) +{ + -webkit-animation-delay: 457.5s; + -moz-animation-delay: 457.5s; + -o-animation-delay: 457.5s; + animation-delay: 457.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4576) +{ + -webkit-animation-delay: 457.6s; + -moz-animation-delay: 457.6s; + -o-animation-delay: 457.6s; + animation-delay: 457.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4577) +{ + -webkit-animation-delay: 457.7s; + -moz-animation-delay: 457.7s; + -o-animation-delay: 457.7s; + animation-delay: 457.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4578) +{ + -webkit-animation-delay: 457.8s; + -moz-animation-delay: 457.8s; + -o-animation-delay: 457.8s; + animation-delay: 457.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4579) +{ + -webkit-animation-delay: 457.9s; + -moz-animation-delay: 457.9s; + -o-animation-delay: 457.9s; + animation-delay: 457.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4580) +{ + -webkit-animation-delay: 458s; + -moz-animation-delay: 458s; + -o-animation-delay: 458s; + animation-delay: 458s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4581) +{ + -webkit-animation-delay: 458.1s; + -moz-animation-delay: 458.1s; + -o-animation-delay: 458.1s; + animation-delay: 458.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4582) +{ + -webkit-animation-delay: 458.2s; + -moz-animation-delay: 458.2s; + -o-animation-delay: 458.2s; + animation-delay: 458.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4583) +{ + -webkit-animation-delay: 458.3s; + -moz-animation-delay: 458.3s; + -o-animation-delay: 458.3s; + animation-delay: 458.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4584) +{ + -webkit-animation-delay: 458.4s; + -moz-animation-delay: 458.4s; + -o-animation-delay: 458.4s; + animation-delay: 458.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4585) +{ + -webkit-animation-delay: 458.5s; + -moz-animation-delay: 458.5s; + -o-animation-delay: 458.5s; + animation-delay: 458.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4586) +{ + -webkit-animation-delay: 458.6s; + -moz-animation-delay: 458.6s; + -o-animation-delay: 458.6s; + animation-delay: 458.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4587) +{ + -webkit-animation-delay: 458.7s; + -moz-animation-delay: 458.7s; + -o-animation-delay: 458.7s; + animation-delay: 458.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4588) +{ + -webkit-animation-delay: 458.8s; + -moz-animation-delay: 458.8s; + -o-animation-delay: 458.8s; + animation-delay: 458.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4589) +{ + -webkit-animation-delay: 458.9s; + -moz-animation-delay: 458.9s; + -o-animation-delay: 458.9s; + animation-delay: 458.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4590) +{ + -webkit-animation-delay: 459s; + -moz-animation-delay: 459s; + -o-animation-delay: 459s; + animation-delay: 459s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4591) +{ + -webkit-animation-delay: 459.1s; + -moz-animation-delay: 459.1s; + -o-animation-delay: 459.1s; + animation-delay: 459.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4592) +{ + -webkit-animation-delay: 459.2s; + -moz-animation-delay: 459.2s; + -o-animation-delay: 459.2s; + animation-delay: 459.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4593) +{ + -webkit-animation-delay: 459.3s; + -moz-animation-delay: 459.3s; + -o-animation-delay: 459.3s; + animation-delay: 459.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4594) +{ + -webkit-animation-delay: 459.4s; + -moz-animation-delay: 459.4s; + -o-animation-delay: 459.4s; + animation-delay: 459.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4595) +{ + -webkit-animation-delay: 459.5s; + -moz-animation-delay: 459.5s; + -o-animation-delay: 459.5s; + animation-delay: 459.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4596) +{ + -webkit-animation-delay: 459.6s; + -moz-animation-delay: 459.6s; + -o-animation-delay: 459.6s; + animation-delay: 459.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4597) +{ + -webkit-animation-delay: 459.7s; + -moz-animation-delay: 459.7s; + -o-animation-delay: 459.7s; + animation-delay: 459.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4598) +{ + -webkit-animation-delay: 459.8s; + -moz-animation-delay: 459.8s; + -o-animation-delay: 459.8s; + animation-delay: 459.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4599) +{ + -webkit-animation-delay: 459.9s; + -moz-animation-delay: 459.9s; + -o-animation-delay: 459.9s; + animation-delay: 459.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4600) +{ + -webkit-animation-delay: 460s; + -moz-animation-delay: 460s; + -o-animation-delay: 460s; + animation-delay: 460s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4601) +{ + -webkit-animation-delay: 460.1s; + -moz-animation-delay: 460.1s; + -o-animation-delay: 460.1s; + animation-delay: 460.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4602) +{ + -webkit-animation-delay: 460.2s; + -moz-animation-delay: 460.2s; + -o-animation-delay: 460.2s; + animation-delay: 460.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4603) +{ + -webkit-animation-delay: 460.3s; + -moz-animation-delay: 460.3s; + -o-animation-delay: 460.3s; + animation-delay: 460.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4604) +{ + -webkit-animation-delay: 460.4s; + -moz-animation-delay: 460.4s; + -o-animation-delay: 460.4s; + animation-delay: 460.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4605) +{ + -webkit-animation-delay: 460.5s; + -moz-animation-delay: 460.5s; + -o-animation-delay: 460.5s; + animation-delay: 460.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4606) +{ + -webkit-animation-delay: 460.6s; + -moz-animation-delay: 460.6s; + -o-animation-delay: 460.6s; + animation-delay: 460.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4607) +{ + -webkit-animation-delay: 460.7s; + -moz-animation-delay: 460.7s; + -o-animation-delay: 460.7s; + animation-delay: 460.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4608) +{ + -webkit-animation-delay: 460.8s; + -moz-animation-delay: 460.8s; + -o-animation-delay: 460.8s; + animation-delay: 460.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4609) +{ + -webkit-animation-delay: 460.9s; + -moz-animation-delay: 460.9s; + -o-animation-delay: 460.9s; + animation-delay: 460.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4610) +{ + -webkit-animation-delay: 461s; + -moz-animation-delay: 461s; + -o-animation-delay: 461s; + animation-delay: 461s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4611) +{ + -webkit-animation-delay: 461.1s; + -moz-animation-delay: 461.1s; + -o-animation-delay: 461.1s; + animation-delay: 461.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4612) +{ + -webkit-animation-delay: 461.2s; + -moz-animation-delay: 461.2s; + -o-animation-delay: 461.2s; + animation-delay: 461.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4613) +{ + -webkit-animation-delay: 461.3s; + -moz-animation-delay: 461.3s; + -o-animation-delay: 461.3s; + animation-delay: 461.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4614) +{ + -webkit-animation-delay: 461.4s; + -moz-animation-delay: 461.4s; + -o-animation-delay: 461.4s; + animation-delay: 461.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4615) +{ + -webkit-animation-delay: 461.5s; + -moz-animation-delay: 461.5s; + -o-animation-delay: 461.5s; + animation-delay: 461.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4616) +{ + -webkit-animation-delay: 461.6s; + -moz-animation-delay: 461.6s; + -o-animation-delay: 461.6s; + animation-delay: 461.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4617) +{ + -webkit-animation-delay: 461.7s; + -moz-animation-delay: 461.7s; + -o-animation-delay: 461.7s; + animation-delay: 461.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4618) +{ + -webkit-animation-delay: 461.8s; + -moz-animation-delay: 461.8s; + -o-animation-delay: 461.8s; + animation-delay: 461.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4619) +{ + -webkit-animation-delay: 461.9s; + -moz-animation-delay: 461.9s; + -o-animation-delay: 461.9s; + animation-delay: 461.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4620) +{ + -webkit-animation-delay: 462s; + -moz-animation-delay: 462s; + -o-animation-delay: 462s; + animation-delay: 462s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4621) +{ + -webkit-animation-delay: 462.1s; + -moz-animation-delay: 462.1s; + -o-animation-delay: 462.1s; + animation-delay: 462.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4622) +{ + -webkit-animation-delay: 462.2s; + -moz-animation-delay: 462.2s; + -o-animation-delay: 462.2s; + animation-delay: 462.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4623) +{ + -webkit-animation-delay: 462.3s; + -moz-animation-delay: 462.3s; + -o-animation-delay: 462.3s; + animation-delay: 462.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4624) +{ + -webkit-animation-delay: 462.4s; + -moz-animation-delay: 462.4s; + -o-animation-delay: 462.4s; + animation-delay: 462.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4625) +{ + -webkit-animation-delay: 462.5s; + -moz-animation-delay: 462.5s; + -o-animation-delay: 462.5s; + animation-delay: 462.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4626) +{ + -webkit-animation-delay: 462.6s; + -moz-animation-delay: 462.6s; + -o-animation-delay: 462.6s; + animation-delay: 462.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4627) +{ + -webkit-animation-delay: 462.7s; + -moz-animation-delay: 462.7s; + -o-animation-delay: 462.7s; + animation-delay: 462.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4628) +{ + -webkit-animation-delay: 462.8s; + -moz-animation-delay: 462.8s; + -o-animation-delay: 462.8s; + animation-delay: 462.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4629) +{ + -webkit-animation-delay: 462.9s; + -moz-animation-delay: 462.9s; + -o-animation-delay: 462.9s; + animation-delay: 462.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4630) +{ + -webkit-animation-delay: 463s; + -moz-animation-delay: 463s; + -o-animation-delay: 463s; + animation-delay: 463s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4631) +{ + -webkit-animation-delay: 463.1s; + -moz-animation-delay: 463.1s; + -o-animation-delay: 463.1s; + animation-delay: 463.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4632) +{ + -webkit-animation-delay: 463.2s; + -moz-animation-delay: 463.2s; + -o-animation-delay: 463.2s; + animation-delay: 463.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4633) +{ + -webkit-animation-delay: 463.3s; + -moz-animation-delay: 463.3s; + -o-animation-delay: 463.3s; + animation-delay: 463.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4634) +{ + -webkit-animation-delay: 463.4s; + -moz-animation-delay: 463.4s; + -o-animation-delay: 463.4s; + animation-delay: 463.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4635) +{ + -webkit-animation-delay: 463.5s; + -moz-animation-delay: 463.5s; + -o-animation-delay: 463.5s; + animation-delay: 463.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4636) +{ + -webkit-animation-delay: 463.6s; + -moz-animation-delay: 463.6s; + -o-animation-delay: 463.6s; + animation-delay: 463.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4637) +{ + -webkit-animation-delay: 463.7s; + -moz-animation-delay: 463.7s; + -o-animation-delay: 463.7s; + animation-delay: 463.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4638) +{ + -webkit-animation-delay: 463.8s; + -moz-animation-delay: 463.8s; + -o-animation-delay: 463.8s; + animation-delay: 463.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4639) +{ + -webkit-animation-delay: 463.9s; + -moz-animation-delay: 463.9s; + -o-animation-delay: 463.9s; + animation-delay: 463.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4640) +{ + -webkit-animation-delay: 464s; + -moz-animation-delay: 464s; + -o-animation-delay: 464s; + animation-delay: 464s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4641) +{ + -webkit-animation-delay: 464.1s; + -moz-animation-delay: 464.1s; + -o-animation-delay: 464.1s; + animation-delay: 464.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4642) +{ + -webkit-animation-delay: 464.2s; + -moz-animation-delay: 464.2s; + -o-animation-delay: 464.2s; + animation-delay: 464.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4643) +{ + -webkit-animation-delay: 464.3s; + -moz-animation-delay: 464.3s; + -o-animation-delay: 464.3s; + animation-delay: 464.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4644) +{ + -webkit-animation-delay: 464.4s; + -moz-animation-delay: 464.4s; + -o-animation-delay: 464.4s; + animation-delay: 464.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4645) +{ + -webkit-animation-delay: 464.5s; + -moz-animation-delay: 464.5s; + -o-animation-delay: 464.5s; + animation-delay: 464.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4646) +{ + -webkit-animation-delay: 464.6s; + -moz-animation-delay: 464.6s; + -o-animation-delay: 464.6s; + animation-delay: 464.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4647) +{ + -webkit-animation-delay: 464.7s; + -moz-animation-delay: 464.7s; + -o-animation-delay: 464.7s; + animation-delay: 464.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4648) +{ + -webkit-animation-delay: 464.8s; + -moz-animation-delay: 464.8s; + -o-animation-delay: 464.8s; + animation-delay: 464.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4649) +{ + -webkit-animation-delay: 464.9s; + -moz-animation-delay: 464.9s; + -o-animation-delay: 464.9s; + animation-delay: 464.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4650) +{ + -webkit-animation-delay: 465s; + -moz-animation-delay: 465s; + -o-animation-delay: 465s; + animation-delay: 465s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4651) +{ + -webkit-animation-delay: 465.1s; + -moz-animation-delay: 465.1s; + -o-animation-delay: 465.1s; + animation-delay: 465.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4652) +{ + -webkit-animation-delay: 465.2s; + -moz-animation-delay: 465.2s; + -o-animation-delay: 465.2s; + animation-delay: 465.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4653) +{ + -webkit-animation-delay: 465.3s; + -moz-animation-delay: 465.3s; + -o-animation-delay: 465.3s; + animation-delay: 465.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4654) +{ + -webkit-animation-delay: 465.4s; + -moz-animation-delay: 465.4s; + -o-animation-delay: 465.4s; + animation-delay: 465.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4655) +{ + -webkit-animation-delay: 465.5s; + -moz-animation-delay: 465.5s; + -o-animation-delay: 465.5s; + animation-delay: 465.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4656) +{ + -webkit-animation-delay: 465.6s; + -moz-animation-delay: 465.6s; + -o-animation-delay: 465.6s; + animation-delay: 465.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4657) +{ + -webkit-animation-delay: 465.7s; + -moz-animation-delay: 465.7s; + -o-animation-delay: 465.7s; + animation-delay: 465.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4658) +{ + -webkit-animation-delay: 465.8s; + -moz-animation-delay: 465.8s; + -o-animation-delay: 465.8s; + animation-delay: 465.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4659) +{ + -webkit-animation-delay: 465.9s; + -moz-animation-delay: 465.9s; + -o-animation-delay: 465.9s; + animation-delay: 465.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4660) +{ + -webkit-animation-delay: 466s; + -moz-animation-delay: 466s; + -o-animation-delay: 466s; + animation-delay: 466s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4661) +{ + -webkit-animation-delay: 466.1s; + -moz-animation-delay: 466.1s; + -o-animation-delay: 466.1s; + animation-delay: 466.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4662) +{ + -webkit-animation-delay: 466.2s; + -moz-animation-delay: 466.2s; + -o-animation-delay: 466.2s; + animation-delay: 466.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4663) +{ + -webkit-animation-delay: 466.3s; + -moz-animation-delay: 466.3s; + -o-animation-delay: 466.3s; + animation-delay: 466.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4664) +{ + -webkit-animation-delay: 466.4s; + -moz-animation-delay: 466.4s; + -o-animation-delay: 466.4s; + animation-delay: 466.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4665) +{ + -webkit-animation-delay: 466.5s; + -moz-animation-delay: 466.5s; + -o-animation-delay: 466.5s; + animation-delay: 466.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4666) +{ + -webkit-animation-delay: 466.6s; + -moz-animation-delay: 466.6s; + -o-animation-delay: 466.6s; + animation-delay: 466.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4667) +{ + -webkit-animation-delay: 466.7s; + -moz-animation-delay: 466.7s; + -o-animation-delay: 466.7s; + animation-delay: 466.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4668) +{ + -webkit-animation-delay: 466.8s; + -moz-animation-delay: 466.8s; + -o-animation-delay: 466.8s; + animation-delay: 466.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4669) +{ + -webkit-animation-delay: 466.9s; + -moz-animation-delay: 466.9s; + -o-animation-delay: 466.9s; + animation-delay: 466.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4670) +{ + -webkit-animation-delay: 467s; + -moz-animation-delay: 467s; + -o-animation-delay: 467s; + animation-delay: 467s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4671) +{ + -webkit-animation-delay: 467.1s; + -moz-animation-delay: 467.1s; + -o-animation-delay: 467.1s; + animation-delay: 467.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4672) +{ + -webkit-animation-delay: 467.2s; + -moz-animation-delay: 467.2s; + -o-animation-delay: 467.2s; + animation-delay: 467.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4673) +{ + -webkit-animation-delay: 467.3s; + -moz-animation-delay: 467.3s; + -o-animation-delay: 467.3s; + animation-delay: 467.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4674) +{ + -webkit-animation-delay: 467.4s; + -moz-animation-delay: 467.4s; + -o-animation-delay: 467.4s; + animation-delay: 467.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4675) +{ + -webkit-animation-delay: 467.5s; + -moz-animation-delay: 467.5s; + -o-animation-delay: 467.5s; + animation-delay: 467.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4676) +{ + -webkit-animation-delay: 467.6s; + -moz-animation-delay: 467.6s; + -o-animation-delay: 467.6s; + animation-delay: 467.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4677) +{ + -webkit-animation-delay: 467.7s; + -moz-animation-delay: 467.7s; + -o-animation-delay: 467.7s; + animation-delay: 467.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4678) +{ + -webkit-animation-delay: 467.8s; + -moz-animation-delay: 467.8s; + -o-animation-delay: 467.8s; + animation-delay: 467.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4679) +{ + -webkit-animation-delay: 467.9s; + -moz-animation-delay: 467.9s; + -o-animation-delay: 467.9s; + animation-delay: 467.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4680) +{ + -webkit-animation-delay: 468s; + -moz-animation-delay: 468s; + -o-animation-delay: 468s; + animation-delay: 468s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4681) +{ + -webkit-animation-delay: 468.1s; + -moz-animation-delay: 468.1s; + -o-animation-delay: 468.1s; + animation-delay: 468.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4682) +{ + -webkit-animation-delay: 468.2s; + -moz-animation-delay: 468.2s; + -o-animation-delay: 468.2s; + animation-delay: 468.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4683) +{ + -webkit-animation-delay: 468.3s; + -moz-animation-delay: 468.3s; + -o-animation-delay: 468.3s; + animation-delay: 468.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4684) +{ + -webkit-animation-delay: 468.4s; + -moz-animation-delay: 468.4s; + -o-animation-delay: 468.4s; + animation-delay: 468.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4685) +{ + -webkit-animation-delay: 468.5s; + -moz-animation-delay: 468.5s; + -o-animation-delay: 468.5s; + animation-delay: 468.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4686) +{ + -webkit-animation-delay: 468.6s; + -moz-animation-delay: 468.6s; + -o-animation-delay: 468.6s; + animation-delay: 468.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4687) +{ + -webkit-animation-delay: 468.7s; + -moz-animation-delay: 468.7s; + -o-animation-delay: 468.7s; + animation-delay: 468.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4688) +{ + -webkit-animation-delay: 468.8s; + -moz-animation-delay: 468.8s; + -o-animation-delay: 468.8s; + animation-delay: 468.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4689) +{ + -webkit-animation-delay: 468.9s; + -moz-animation-delay: 468.9s; + -o-animation-delay: 468.9s; + animation-delay: 468.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4690) +{ + -webkit-animation-delay: 469s; + -moz-animation-delay: 469s; + -o-animation-delay: 469s; + animation-delay: 469s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4691) +{ + -webkit-animation-delay: 469.1s; + -moz-animation-delay: 469.1s; + -o-animation-delay: 469.1s; + animation-delay: 469.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4692) +{ + -webkit-animation-delay: 469.2s; + -moz-animation-delay: 469.2s; + -o-animation-delay: 469.2s; + animation-delay: 469.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4693) +{ + -webkit-animation-delay: 469.3s; + -moz-animation-delay: 469.3s; + -o-animation-delay: 469.3s; + animation-delay: 469.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4694) +{ + -webkit-animation-delay: 469.4s; + -moz-animation-delay: 469.4s; + -o-animation-delay: 469.4s; + animation-delay: 469.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4695) +{ + -webkit-animation-delay: 469.5s; + -moz-animation-delay: 469.5s; + -o-animation-delay: 469.5s; + animation-delay: 469.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4696) +{ + -webkit-animation-delay: 469.6s; + -moz-animation-delay: 469.6s; + -o-animation-delay: 469.6s; + animation-delay: 469.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4697) +{ + -webkit-animation-delay: 469.7s; + -moz-animation-delay: 469.7s; + -o-animation-delay: 469.7s; + animation-delay: 469.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4698) +{ + -webkit-animation-delay: 469.8s; + -moz-animation-delay: 469.8s; + -o-animation-delay: 469.8s; + animation-delay: 469.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4699) +{ + -webkit-animation-delay: 469.9s; + -moz-animation-delay: 469.9s; + -o-animation-delay: 469.9s; + animation-delay: 469.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4700) +{ + -webkit-animation-delay: 470s; + -moz-animation-delay: 470s; + -o-animation-delay: 470s; + animation-delay: 470s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4701) +{ + -webkit-animation-delay: 470.1s; + -moz-animation-delay: 470.1s; + -o-animation-delay: 470.1s; + animation-delay: 470.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4702) +{ + -webkit-animation-delay: 470.2s; + -moz-animation-delay: 470.2s; + -o-animation-delay: 470.2s; + animation-delay: 470.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4703) +{ + -webkit-animation-delay: 470.3s; + -moz-animation-delay: 470.3s; + -o-animation-delay: 470.3s; + animation-delay: 470.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4704) +{ + -webkit-animation-delay: 470.4s; + -moz-animation-delay: 470.4s; + -o-animation-delay: 470.4s; + animation-delay: 470.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4705) +{ + -webkit-animation-delay: 470.5s; + -moz-animation-delay: 470.5s; + -o-animation-delay: 470.5s; + animation-delay: 470.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4706) +{ + -webkit-animation-delay: 470.6s; + -moz-animation-delay: 470.6s; + -o-animation-delay: 470.6s; + animation-delay: 470.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4707) +{ + -webkit-animation-delay: 470.7s; + -moz-animation-delay: 470.7s; + -o-animation-delay: 470.7s; + animation-delay: 470.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4708) +{ + -webkit-animation-delay: 470.8s; + -moz-animation-delay: 470.8s; + -o-animation-delay: 470.8s; + animation-delay: 470.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4709) +{ + -webkit-animation-delay: 470.9s; + -moz-animation-delay: 470.9s; + -o-animation-delay: 470.9s; + animation-delay: 470.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4710) +{ + -webkit-animation-delay: 471s; + -moz-animation-delay: 471s; + -o-animation-delay: 471s; + animation-delay: 471s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4711) +{ + -webkit-animation-delay: 471.1s; + -moz-animation-delay: 471.1s; + -o-animation-delay: 471.1s; + animation-delay: 471.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4712) +{ + -webkit-animation-delay: 471.2s; + -moz-animation-delay: 471.2s; + -o-animation-delay: 471.2s; + animation-delay: 471.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4713) +{ + -webkit-animation-delay: 471.3s; + -moz-animation-delay: 471.3s; + -o-animation-delay: 471.3s; + animation-delay: 471.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4714) +{ + -webkit-animation-delay: 471.4s; + -moz-animation-delay: 471.4s; + -o-animation-delay: 471.4s; + animation-delay: 471.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4715) +{ + -webkit-animation-delay: 471.5s; + -moz-animation-delay: 471.5s; + -o-animation-delay: 471.5s; + animation-delay: 471.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4716) +{ + -webkit-animation-delay: 471.6s; + -moz-animation-delay: 471.6s; + -o-animation-delay: 471.6s; + animation-delay: 471.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4717) +{ + -webkit-animation-delay: 471.7s; + -moz-animation-delay: 471.7s; + -o-animation-delay: 471.7s; + animation-delay: 471.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4718) +{ + -webkit-animation-delay: 471.8s; + -moz-animation-delay: 471.8s; + -o-animation-delay: 471.8s; + animation-delay: 471.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4719) +{ + -webkit-animation-delay: 471.9s; + -moz-animation-delay: 471.9s; + -o-animation-delay: 471.9s; + animation-delay: 471.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4720) +{ + -webkit-animation-delay: 472s; + -moz-animation-delay: 472s; + -o-animation-delay: 472s; + animation-delay: 472s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4721) +{ + -webkit-animation-delay: 472.1s; + -moz-animation-delay: 472.1s; + -o-animation-delay: 472.1s; + animation-delay: 472.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4722) +{ + -webkit-animation-delay: 472.2s; + -moz-animation-delay: 472.2s; + -o-animation-delay: 472.2s; + animation-delay: 472.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4723) +{ + -webkit-animation-delay: 472.3s; + -moz-animation-delay: 472.3s; + -o-animation-delay: 472.3s; + animation-delay: 472.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4724) +{ + -webkit-animation-delay: 472.4s; + -moz-animation-delay: 472.4s; + -o-animation-delay: 472.4s; + animation-delay: 472.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4725) +{ + -webkit-animation-delay: 472.5s; + -moz-animation-delay: 472.5s; + -o-animation-delay: 472.5s; + animation-delay: 472.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4726) +{ + -webkit-animation-delay: 472.6s; + -moz-animation-delay: 472.6s; + -o-animation-delay: 472.6s; + animation-delay: 472.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4727) +{ + -webkit-animation-delay: 472.7s; + -moz-animation-delay: 472.7s; + -o-animation-delay: 472.7s; + animation-delay: 472.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4728) +{ + -webkit-animation-delay: 472.8s; + -moz-animation-delay: 472.8s; + -o-animation-delay: 472.8s; + animation-delay: 472.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4729) +{ + -webkit-animation-delay: 472.9s; + -moz-animation-delay: 472.9s; + -o-animation-delay: 472.9s; + animation-delay: 472.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4730) +{ + -webkit-animation-delay: 473s; + -moz-animation-delay: 473s; + -o-animation-delay: 473s; + animation-delay: 473s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4731) +{ + -webkit-animation-delay: 473.1s; + -moz-animation-delay: 473.1s; + -o-animation-delay: 473.1s; + animation-delay: 473.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4732) +{ + -webkit-animation-delay: 473.2s; + -moz-animation-delay: 473.2s; + -o-animation-delay: 473.2s; + animation-delay: 473.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4733) +{ + -webkit-animation-delay: 473.3s; + -moz-animation-delay: 473.3s; + -o-animation-delay: 473.3s; + animation-delay: 473.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4734) +{ + -webkit-animation-delay: 473.4s; + -moz-animation-delay: 473.4s; + -o-animation-delay: 473.4s; + animation-delay: 473.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4735) +{ + -webkit-animation-delay: 473.5s; + -moz-animation-delay: 473.5s; + -o-animation-delay: 473.5s; + animation-delay: 473.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4736) +{ + -webkit-animation-delay: 473.6s; + -moz-animation-delay: 473.6s; + -o-animation-delay: 473.6s; + animation-delay: 473.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4737) +{ + -webkit-animation-delay: 473.7s; + -moz-animation-delay: 473.7s; + -o-animation-delay: 473.7s; + animation-delay: 473.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4738) +{ + -webkit-animation-delay: 473.8s; + -moz-animation-delay: 473.8s; + -o-animation-delay: 473.8s; + animation-delay: 473.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4739) +{ + -webkit-animation-delay: 473.9s; + -moz-animation-delay: 473.9s; + -o-animation-delay: 473.9s; + animation-delay: 473.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4740) +{ + -webkit-animation-delay: 474s; + -moz-animation-delay: 474s; + -o-animation-delay: 474s; + animation-delay: 474s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4741) +{ + -webkit-animation-delay: 474.1s; + -moz-animation-delay: 474.1s; + -o-animation-delay: 474.1s; + animation-delay: 474.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4742) +{ + -webkit-animation-delay: 474.2s; + -moz-animation-delay: 474.2s; + -o-animation-delay: 474.2s; + animation-delay: 474.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4743) +{ + -webkit-animation-delay: 474.3s; + -moz-animation-delay: 474.3s; + -o-animation-delay: 474.3s; + animation-delay: 474.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4744) +{ + -webkit-animation-delay: 474.4s; + -moz-animation-delay: 474.4s; + -o-animation-delay: 474.4s; + animation-delay: 474.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4745) +{ + -webkit-animation-delay: 474.5s; + -moz-animation-delay: 474.5s; + -o-animation-delay: 474.5s; + animation-delay: 474.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4746) +{ + -webkit-animation-delay: 474.6s; + -moz-animation-delay: 474.6s; + -o-animation-delay: 474.6s; + animation-delay: 474.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4747) +{ + -webkit-animation-delay: 474.7s; + -moz-animation-delay: 474.7s; + -o-animation-delay: 474.7s; + animation-delay: 474.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4748) +{ + -webkit-animation-delay: 474.8s; + -moz-animation-delay: 474.8s; + -o-animation-delay: 474.8s; + animation-delay: 474.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4749) +{ + -webkit-animation-delay: 474.9s; + -moz-animation-delay: 474.9s; + -o-animation-delay: 474.9s; + animation-delay: 474.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4750) +{ + -webkit-animation-delay: 475s; + -moz-animation-delay: 475s; + -o-animation-delay: 475s; + animation-delay: 475s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4751) +{ + -webkit-animation-delay: 475.1s; + -moz-animation-delay: 475.1s; + -o-animation-delay: 475.1s; + animation-delay: 475.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4752) +{ + -webkit-animation-delay: 475.2s; + -moz-animation-delay: 475.2s; + -o-animation-delay: 475.2s; + animation-delay: 475.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4753) +{ + -webkit-animation-delay: 475.3s; + -moz-animation-delay: 475.3s; + -o-animation-delay: 475.3s; + animation-delay: 475.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4754) +{ + -webkit-animation-delay: 475.4s; + -moz-animation-delay: 475.4s; + -o-animation-delay: 475.4s; + animation-delay: 475.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4755) +{ + -webkit-animation-delay: 475.5s; + -moz-animation-delay: 475.5s; + -o-animation-delay: 475.5s; + animation-delay: 475.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4756) +{ + -webkit-animation-delay: 475.6s; + -moz-animation-delay: 475.6s; + -o-animation-delay: 475.6s; + animation-delay: 475.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4757) +{ + -webkit-animation-delay: 475.7s; + -moz-animation-delay: 475.7s; + -o-animation-delay: 475.7s; + animation-delay: 475.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4758) +{ + -webkit-animation-delay: 475.8s; + -moz-animation-delay: 475.8s; + -o-animation-delay: 475.8s; + animation-delay: 475.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4759) +{ + -webkit-animation-delay: 475.9s; + -moz-animation-delay: 475.9s; + -o-animation-delay: 475.9s; + animation-delay: 475.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4760) +{ + -webkit-animation-delay: 476s; + -moz-animation-delay: 476s; + -o-animation-delay: 476s; + animation-delay: 476s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4761) +{ + -webkit-animation-delay: 476.1s; + -moz-animation-delay: 476.1s; + -o-animation-delay: 476.1s; + animation-delay: 476.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4762) +{ + -webkit-animation-delay: 476.2s; + -moz-animation-delay: 476.2s; + -o-animation-delay: 476.2s; + animation-delay: 476.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4763) +{ + -webkit-animation-delay: 476.3s; + -moz-animation-delay: 476.3s; + -o-animation-delay: 476.3s; + animation-delay: 476.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4764) +{ + -webkit-animation-delay: 476.4s; + -moz-animation-delay: 476.4s; + -o-animation-delay: 476.4s; + animation-delay: 476.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4765) +{ + -webkit-animation-delay: 476.5s; + -moz-animation-delay: 476.5s; + -o-animation-delay: 476.5s; + animation-delay: 476.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4766) +{ + -webkit-animation-delay: 476.6s; + -moz-animation-delay: 476.6s; + -o-animation-delay: 476.6s; + animation-delay: 476.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4767) +{ + -webkit-animation-delay: 476.7s; + -moz-animation-delay: 476.7s; + -o-animation-delay: 476.7s; + animation-delay: 476.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4768) +{ + -webkit-animation-delay: 476.8s; + -moz-animation-delay: 476.8s; + -o-animation-delay: 476.8s; + animation-delay: 476.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4769) +{ + -webkit-animation-delay: 476.9s; + -moz-animation-delay: 476.9s; + -o-animation-delay: 476.9s; + animation-delay: 476.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4770) +{ + -webkit-animation-delay: 477s; + -moz-animation-delay: 477s; + -o-animation-delay: 477s; + animation-delay: 477s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4771) +{ + -webkit-animation-delay: 477.1s; + -moz-animation-delay: 477.1s; + -o-animation-delay: 477.1s; + animation-delay: 477.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4772) +{ + -webkit-animation-delay: 477.2s; + -moz-animation-delay: 477.2s; + -o-animation-delay: 477.2s; + animation-delay: 477.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4773) +{ + -webkit-animation-delay: 477.3s; + -moz-animation-delay: 477.3s; + -o-animation-delay: 477.3s; + animation-delay: 477.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4774) +{ + -webkit-animation-delay: 477.4s; + -moz-animation-delay: 477.4s; + -o-animation-delay: 477.4s; + animation-delay: 477.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4775) +{ + -webkit-animation-delay: 477.5s; + -moz-animation-delay: 477.5s; + -o-animation-delay: 477.5s; + animation-delay: 477.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4776) +{ + -webkit-animation-delay: 477.6s; + -moz-animation-delay: 477.6s; + -o-animation-delay: 477.6s; + animation-delay: 477.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4777) +{ + -webkit-animation-delay: 477.7s; + -moz-animation-delay: 477.7s; + -o-animation-delay: 477.7s; + animation-delay: 477.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4778) +{ + -webkit-animation-delay: 477.8s; + -moz-animation-delay: 477.8s; + -o-animation-delay: 477.8s; + animation-delay: 477.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4779) +{ + -webkit-animation-delay: 477.9s; + -moz-animation-delay: 477.9s; + -o-animation-delay: 477.9s; + animation-delay: 477.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4780) +{ + -webkit-animation-delay: 478s; + -moz-animation-delay: 478s; + -o-animation-delay: 478s; + animation-delay: 478s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4781) +{ + -webkit-animation-delay: 478.1s; + -moz-animation-delay: 478.1s; + -o-animation-delay: 478.1s; + animation-delay: 478.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4782) +{ + -webkit-animation-delay: 478.2s; + -moz-animation-delay: 478.2s; + -o-animation-delay: 478.2s; + animation-delay: 478.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4783) +{ + -webkit-animation-delay: 478.3s; + -moz-animation-delay: 478.3s; + -o-animation-delay: 478.3s; + animation-delay: 478.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4784) +{ + -webkit-animation-delay: 478.4s; + -moz-animation-delay: 478.4s; + -o-animation-delay: 478.4s; + animation-delay: 478.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4785) +{ + -webkit-animation-delay: 478.5s; + -moz-animation-delay: 478.5s; + -o-animation-delay: 478.5s; + animation-delay: 478.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4786) +{ + -webkit-animation-delay: 478.6s; + -moz-animation-delay: 478.6s; + -o-animation-delay: 478.6s; + animation-delay: 478.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4787) +{ + -webkit-animation-delay: 478.7s; + -moz-animation-delay: 478.7s; + -o-animation-delay: 478.7s; + animation-delay: 478.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4788) +{ + -webkit-animation-delay: 478.8s; + -moz-animation-delay: 478.8s; + -o-animation-delay: 478.8s; + animation-delay: 478.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4789) +{ + -webkit-animation-delay: 478.9s; + -moz-animation-delay: 478.9s; + -o-animation-delay: 478.9s; + animation-delay: 478.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4790) +{ + -webkit-animation-delay: 479s; + -moz-animation-delay: 479s; + -o-animation-delay: 479s; + animation-delay: 479s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4791) +{ + -webkit-animation-delay: 479.1s; + -moz-animation-delay: 479.1s; + -o-animation-delay: 479.1s; + animation-delay: 479.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4792) +{ + -webkit-animation-delay: 479.2s; + -moz-animation-delay: 479.2s; + -o-animation-delay: 479.2s; + animation-delay: 479.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4793) +{ + -webkit-animation-delay: 479.3s; + -moz-animation-delay: 479.3s; + -o-animation-delay: 479.3s; + animation-delay: 479.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4794) +{ + -webkit-animation-delay: 479.4s; + -moz-animation-delay: 479.4s; + -o-animation-delay: 479.4s; + animation-delay: 479.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4795) +{ + -webkit-animation-delay: 479.5s; + -moz-animation-delay: 479.5s; + -o-animation-delay: 479.5s; + animation-delay: 479.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4796) +{ + -webkit-animation-delay: 479.6s; + -moz-animation-delay: 479.6s; + -o-animation-delay: 479.6s; + animation-delay: 479.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4797) +{ + -webkit-animation-delay: 479.7s; + -moz-animation-delay: 479.7s; + -o-animation-delay: 479.7s; + animation-delay: 479.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4798) +{ + -webkit-animation-delay: 479.8s; + -moz-animation-delay: 479.8s; + -o-animation-delay: 479.8s; + animation-delay: 479.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4799) +{ + -webkit-animation-delay: 479.9s; + -moz-animation-delay: 479.9s; + -o-animation-delay: 479.9s; + animation-delay: 479.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4800) +{ + -webkit-animation-delay: 480s; + -moz-animation-delay: 480s; + -o-animation-delay: 480s; + animation-delay: 480s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4801) +{ + -webkit-animation-delay: 480.1s; + -moz-animation-delay: 480.1s; + -o-animation-delay: 480.1s; + animation-delay: 480.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4802) +{ + -webkit-animation-delay: 480.2s; + -moz-animation-delay: 480.2s; + -o-animation-delay: 480.2s; + animation-delay: 480.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4803) +{ + -webkit-animation-delay: 480.3s; + -moz-animation-delay: 480.3s; + -o-animation-delay: 480.3s; + animation-delay: 480.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4804) +{ + -webkit-animation-delay: 480.4s; + -moz-animation-delay: 480.4s; + -o-animation-delay: 480.4s; + animation-delay: 480.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4805) +{ + -webkit-animation-delay: 480.5s; + -moz-animation-delay: 480.5s; + -o-animation-delay: 480.5s; + animation-delay: 480.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4806) +{ + -webkit-animation-delay: 480.6s; + -moz-animation-delay: 480.6s; + -o-animation-delay: 480.6s; + animation-delay: 480.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4807) +{ + -webkit-animation-delay: 480.7s; + -moz-animation-delay: 480.7s; + -o-animation-delay: 480.7s; + animation-delay: 480.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4808) +{ + -webkit-animation-delay: 480.8s; + -moz-animation-delay: 480.8s; + -o-animation-delay: 480.8s; + animation-delay: 480.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4809) +{ + -webkit-animation-delay: 480.9s; + -moz-animation-delay: 480.9s; + -o-animation-delay: 480.9s; + animation-delay: 480.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4810) +{ + -webkit-animation-delay: 481s; + -moz-animation-delay: 481s; + -o-animation-delay: 481s; + animation-delay: 481s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4811) +{ + -webkit-animation-delay: 481.1s; + -moz-animation-delay: 481.1s; + -o-animation-delay: 481.1s; + animation-delay: 481.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4812) +{ + -webkit-animation-delay: 481.2s; + -moz-animation-delay: 481.2s; + -o-animation-delay: 481.2s; + animation-delay: 481.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4813) +{ + -webkit-animation-delay: 481.3s; + -moz-animation-delay: 481.3s; + -o-animation-delay: 481.3s; + animation-delay: 481.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4814) +{ + -webkit-animation-delay: 481.4s; + -moz-animation-delay: 481.4s; + -o-animation-delay: 481.4s; + animation-delay: 481.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4815) +{ + -webkit-animation-delay: 481.5s; + -moz-animation-delay: 481.5s; + -o-animation-delay: 481.5s; + animation-delay: 481.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4816) +{ + -webkit-animation-delay: 481.6s; + -moz-animation-delay: 481.6s; + -o-animation-delay: 481.6s; + animation-delay: 481.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4817) +{ + -webkit-animation-delay: 481.7s; + -moz-animation-delay: 481.7s; + -o-animation-delay: 481.7s; + animation-delay: 481.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4818) +{ + -webkit-animation-delay: 481.8s; + -moz-animation-delay: 481.8s; + -o-animation-delay: 481.8s; + animation-delay: 481.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4819) +{ + -webkit-animation-delay: 481.9s; + -moz-animation-delay: 481.9s; + -o-animation-delay: 481.9s; + animation-delay: 481.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4820) +{ + -webkit-animation-delay: 482s; + -moz-animation-delay: 482s; + -o-animation-delay: 482s; + animation-delay: 482s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4821) +{ + -webkit-animation-delay: 482.1s; + -moz-animation-delay: 482.1s; + -o-animation-delay: 482.1s; + animation-delay: 482.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4822) +{ + -webkit-animation-delay: 482.2s; + -moz-animation-delay: 482.2s; + -o-animation-delay: 482.2s; + animation-delay: 482.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4823) +{ + -webkit-animation-delay: 482.3s; + -moz-animation-delay: 482.3s; + -o-animation-delay: 482.3s; + animation-delay: 482.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4824) +{ + -webkit-animation-delay: 482.4s; + -moz-animation-delay: 482.4s; + -o-animation-delay: 482.4s; + animation-delay: 482.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4825) +{ + -webkit-animation-delay: 482.5s; + -moz-animation-delay: 482.5s; + -o-animation-delay: 482.5s; + animation-delay: 482.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4826) +{ + -webkit-animation-delay: 482.6s; + -moz-animation-delay: 482.6s; + -o-animation-delay: 482.6s; + animation-delay: 482.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4827) +{ + -webkit-animation-delay: 482.7s; + -moz-animation-delay: 482.7s; + -o-animation-delay: 482.7s; + animation-delay: 482.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4828) +{ + -webkit-animation-delay: 482.8s; + -moz-animation-delay: 482.8s; + -o-animation-delay: 482.8s; + animation-delay: 482.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4829) +{ + -webkit-animation-delay: 482.9s; + -moz-animation-delay: 482.9s; + -o-animation-delay: 482.9s; + animation-delay: 482.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4830) +{ + -webkit-animation-delay: 483s; + -moz-animation-delay: 483s; + -o-animation-delay: 483s; + animation-delay: 483s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4831) +{ + -webkit-animation-delay: 483.1s; + -moz-animation-delay: 483.1s; + -o-animation-delay: 483.1s; + animation-delay: 483.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4832) +{ + -webkit-animation-delay: 483.2s; + -moz-animation-delay: 483.2s; + -o-animation-delay: 483.2s; + animation-delay: 483.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4833) +{ + -webkit-animation-delay: 483.3s; + -moz-animation-delay: 483.3s; + -o-animation-delay: 483.3s; + animation-delay: 483.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4834) +{ + -webkit-animation-delay: 483.4s; + -moz-animation-delay: 483.4s; + -o-animation-delay: 483.4s; + animation-delay: 483.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4835) +{ + -webkit-animation-delay: 483.5s; + -moz-animation-delay: 483.5s; + -o-animation-delay: 483.5s; + animation-delay: 483.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4836) +{ + -webkit-animation-delay: 483.6s; + -moz-animation-delay: 483.6s; + -o-animation-delay: 483.6s; + animation-delay: 483.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4837) +{ + -webkit-animation-delay: 483.7s; + -moz-animation-delay: 483.7s; + -o-animation-delay: 483.7s; + animation-delay: 483.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4838) +{ + -webkit-animation-delay: 483.8s; + -moz-animation-delay: 483.8s; + -o-animation-delay: 483.8s; + animation-delay: 483.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4839) +{ + -webkit-animation-delay: 483.9s; + -moz-animation-delay: 483.9s; + -o-animation-delay: 483.9s; + animation-delay: 483.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4840) +{ + -webkit-animation-delay: 484s; + -moz-animation-delay: 484s; + -o-animation-delay: 484s; + animation-delay: 484s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4841) +{ + -webkit-animation-delay: 484.1s; + -moz-animation-delay: 484.1s; + -o-animation-delay: 484.1s; + animation-delay: 484.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4842) +{ + -webkit-animation-delay: 484.2s; + -moz-animation-delay: 484.2s; + -o-animation-delay: 484.2s; + animation-delay: 484.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4843) +{ + -webkit-animation-delay: 484.3s; + -moz-animation-delay: 484.3s; + -o-animation-delay: 484.3s; + animation-delay: 484.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4844) +{ + -webkit-animation-delay: 484.4s; + -moz-animation-delay: 484.4s; + -o-animation-delay: 484.4s; + animation-delay: 484.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4845) +{ + -webkit-animation-delay: 484.5s; + -moz-animation-delay: 484.5s; + -o-animation-delay: 484.5s; + animation-delay: 484.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4846) +{ + -webkit-animation-delay: 484.6s; + -moz-animation-delay: 484.6s; + -o-animation-delay: 484.6s; + animation-delay: 484.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4847) +{ + -webkit-animation-delay: 484.7s; + -moz-animation-delay: 484.7s; + -o-animation-delay: 484.7s; + animation-delay: 484.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4848) +{ + -webkit-animation-delay: 484.8s; + -moz-animation-delay: 484.8s; + -o-animation-delay: 484.8s; + animation-delay: 484.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4849) +{ + -webkit-animation-delay: 484.9s; + -moz-animation-delay: 484.9s; + -o-animation-delay: 484.9s; + animation-delay: 484.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4850) +{ + -webkit-animation-delay: 485s; + -moz-animation-delay: 485s; + -o-animation-delay: 485s; + animation-delay: 485s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4851) +{ + -webkit-animation-delay: 485.1s; + -moz-animation-delay: 485.1s; + -o-animation-delay: 485.1s; + animation-delay: 485.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4852) +{ + -webkit-animation-delay: 485.2s; + -moz-animation-delay: 485.2s; + -o-animation-delay: 485.2s; + animation-delay: 485.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4853) +{ + -webkit-animation-delay: 485.3s; + -moz-animation-delay: 485.3s; + -o-animation-delay: 485.3s; + animation-delay: 485.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4854) +{ + -webkit-animation-delay: 485.4s; + -moz-animation-delay: 485.4s; + -o-animation-delay: 485.4s; + animation-delay: 485.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4855) +{ + -webkit-animation-delay: 485.5s; + -moz-animation-delay: 485.5s; + -o-animation-delay: 485.5s; + animation-delay: 485.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4856) +{ + -webkit-animation-delay: 485.6s; + -moz-animation-delay: 485.6s; + -o-animation-delay: 485.6s; + animation-delay: 485.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4857) +{ + -webkit-animation-delay: 485.7s; + -moz-animation-delay: 485.7s; + -o-animation-delay: 485.7s; + animation-delay: 485.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4858) +{ + -webkit-animation-delay: 485.8s; + -moz-animation-delay: 485.8s; + -o-animation-delay: 485.8s; + animation-delay: 485.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4859) +{ + -webkit-animation-delay: 485.9s; + -moz-animation-delay: 485.9s; + -o-animation-delay: 485.9s; + animation-delay: 485.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4860) +{ + -webkit-animation-delay: 486s; + -moz-animation-delay: 486s; + -o-animation-delay: 486s; + animation-delay: 486s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4861) +{ + -webkit-animation-delay: 486.1s; + -moz-animation-delay: 486.1s; + -o-animation-delay: 486.1s; + animation-delay: 486.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4862) +{ + -webkit-animation-delay: 486.2s; + -moz-animation-delay: 486.2s; + -o-animation-delay: 486.2s; + animation-delay: 486.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4863) +{ + -webkit-animation-delay: 486.3s; + -moz-animation-delay: 486.3s; + -o-animation-delay: 486.3s; + animation-delay: 486.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4864) +{ + -webkit-animation-delay: 486.4s; + -moz-animation-delay: 486.4s; + -o-animation-delay: 486.4s; + animation-delay: 486.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4865) +{ + -webkit-animation-delay: 486.5s; + -moz-animation-delay: 486.5s; + -o-animation-delay: 486.5s; + animation-delay: 486.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4866) +{ + -webkit-animation-delay: 486.6s; + -moz-animation-delay: 486.6s; + -o-animation-delay: 486.6s; + animation-delay: 486.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4867) +{ + -webkit-animation-delay: 486.7s; + -moz-animation-delay: 486.7s; + -o-animation-delay: 486.7s; + animation-delay: 486.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4868) +{ + -webkit-animation-delay: 486.8s; + -moz-animation-delay: 486.8s; + -o-animation-delay: 486.8s; + animation-delay: 486.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4869) +{ + -webkit-animation-delay: 486.9s; + -moz-animation-delay: 486.9s; + -o-animation-delay: 486.9s; + animation-delay: 486.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4870) +{ + -webkit-animation-delay: 487s; + -moz-animation-delay: 487s; + -o-animation-delay: 487s; + animation-delay: 487s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4871) +{ + -webkit-animation-delay: 487.1s; + -moz-animation-delay: 487.1s; + -o-animation-delay: 487.1s; + animation-delay: 487.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4872) +{ + -webkit-animation-delay: 487.2s; + -moz-animation-delay: 487.2s; + -o-animation-delay: 487.2s; + animation-delay: 487.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4873) +{ + -webkit-animation-delay: 487.3s; + -moz-animation-delay: 487.3s; + -o-animation-delay: 487.3s; + animation-delay: 487.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4874) +{ + -webkit-animation-delay: 487.4s; + -moz-animation-delay: 487.4s; + -o-animation-delay: 487.4s; + animation-delay: 487.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4875) +{ + -webkit-animation-delay: 487.5s; + -moz-animation-delay: 487.5s; + -o-animation-delay: 487.5s; + animation-delay: 487.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4876) +{ + -webkit-animation-delay: 487.6s; + -moz-animation-delay: 487.6s; + -o-animation-delay: 487.6s; + animation-delay: 487.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4877) +{ + -webkit-animation-delay: 487.7s; + -moz-animation-delay: 487.7s; + -o-animation-delay: 487.7s; + animation-delay: 487.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4878) +{ + -webkit-animation-delay: 487.8s; + -moz-animation-delay: 487.8s; + -o-animation-delay: 487.8s; + animation-delay: 487.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4879) +{ + -webkit-animation-delay: 487.9s; + -moz-animation-delay: 487.9s; + -o-animation-delay: 487.9s; + animation-delay: 487.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4880) +{ + -webkit-animation-delay: 488s; + -moz-animation-delay: 488s; + -o-animation-delay: 488s; + animation-delay: 488s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4881) +{ + -webkit-animation-delay: 488.1s; + -moz-animation-delay: 488.1s; + -o-animation-delay: 488.1s; + animation-delay: 488.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4882) +{ + -webkit-animation-delay: 488.2s; + -moz-animation-delay: 488.2s; + -o-animation-delay: 488.2s; + animation-delay: 488.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4883) +{ + -webkit-animation-delay: 488.3s; + -moz-animation-delay: 488.3s; + -o-animation-delay: 488.3s; + animation-delay: 488.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4884) +{ + -webkit-animation-delay: 488.4s; + -moz-animation-delay: 488.4s; + -o-animation-delay: 488.4s; + animation-delay: 488.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4885) +{ + -webkit-animation-delay: 488.5s; + -moz-animation-delay: 488.5s; + -o-animation-delay: 488.5s; + animation-delay: 488.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4886) +{ + -webkit-animation-delay: 488.6s; + -moz-animation-delay: 488.6s; + -o-animation-delay: 488.6s; + animation-delay: 488.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4887) +{ + -webkit-animation-delay: 488.7s; + -moz-animation-delay: 488.7s; + -o-animation-delay: 488.7s; + animation-delay: 488.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4888) +{ + -webkit-animation-delay: 488.8s; + -moz-animation-delay: 488.8s; + -o-animation-delay: 488.8s; + animation-delay: 488.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4889) +{ + -webkit-animation-delay: 488.9s; + -moz-animation-delay: 488.9s; + -o-animation-delay: 488.9s; + animation-delay: 488.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4890) +{ + -webkit-animation-delay: 489s; + -moz-animation-delay: 489s; + -o-animation-delay: 489s; + animation-delay: 489s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4891) +{ + -webkit-animation-delay: 489.1s; + -moz-animation-delay: 489.1s; + -o-animation-delay: 489.1s; + animation-delay: 489.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4892) +{ + -webkit-animation-delay: 489.2s; + -moz-animation-delay: 489.2s; + -o-animation-delay: 489.2s; + animation-delay: 489.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4893) +{ + -webkit-animation-delay: 489.3s; + -moz-animation-delay: 489.3s; + -o-animation-delay: 489.3s; + animation-delay: 489.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4894) +{ + -webkit-animation-delay: 489.4s; + -moz-animation-delay: 489.4s; + -o-animation-delay: 489.4s; + animation-delay: 489.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4895) +{ + -webkit-animation-delay: 489.5s; + -moz-animation-delay: 489.5s; + -o-animation-delay: 489.5s; + animation-delay: 489.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4896) +{ + -webkit-animation-delay: 489.6s; + -moz-animation-delay: 489.6s; + -o-animation-delay: 489.6s; + animation-delay: 489.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4897) +{ + -webkit-animation-delay: 489.7s; + -moz-animation-delay: 489.7s; + -o-animation-delay: 489.7s; + animation-delay: 489.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4898) +{ + -webkit-animation-delay: 489.8s; + -moz-animation-delay: 489.8s; + -o-animation-delay: 489.8s; + animation-delay: 489.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4899) +{ + -webkit-animation-delay: 489.9s; + -moz-animation-delay: 489.9s; + -o-animation-delay: 489.9s; + animation-delay: 489.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4900) +{ + -webkit-animation-delay: 490s; + -moz-animation-delay: 490s; + -o-animation-delay: 490s; + animation-delay: 490s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4901) +{ + -webkit-animation-delay: 490.1s; + -moz-animation-delay: 490.1s; + -o-animation-delay: 490.1s; + animation-delay: 490.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4902) +{ + -webkit-animation-delay: 490.2s; + -moz-animation-delay: 490.2s; + -o-animation-delay: 490.2s; + animation-delay: 490.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4903) +{ + -webkit-animation-delay: 490.3s; + -moz-animation-delay: 490.3s; + -o-animation-delay: 490.3s; + animation-delay: 490.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4904) +{ + -webkit-animation-delay: 490.4s; + -moz-animation-delay: 490.4s; + -o-animation-delay: 490.4s; + animation-delay: 490.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4905) +{ + -webkit-animation-delay: 490.5s; + -moz-animation-delay: 490.5s; + -o-animation-delay: 490.5s; + animation-delay: 490.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4906) +{ + -webkit-animation-delay: 490.6s; + -moz-animation-delay: 490.6s; + -o-animation-delay: 490.6s; + animation-delay: 490.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4907) +{ + -webkit-animation-delay: 490.7s; + -moz-animation-delay: 490.7s; + -o-animation-delay: 490.7s; + animation-delay: 490.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4908) +{ + -webkit-animation-delay: 490.8s; + -moz-animation-delay: 490.8s; + -o-animation-delay: 490.8s; + animation-delay: 490.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4909) +{ + -webkit-animation-delay: 490.9s; + -moz-animation-delay: 490.9s; + -o-animation-delay: 490.9s; + animation-delay: 490.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4910) +{ + -webkit-animation-delay: 491s; + -moz-animation-delay: 491s; + -o-animation-delay: 491s; + animation-delay: 491s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4911) +{ + -webkit-animation-delay: 491.1s; + -moz-animation-delay: 491.1s; + -o-animation-delay: 491.1s; + animation-delay: 491.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4912) +{ + -webkit-animation-delay: 491.2s; + -moz-animation-delay: 491.2s; + -o-animation-delay: 491.2s; + animation-delay: 491.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4913) +{ + -webkit-animation-delay: 491.3s; + -moz-animation-delay: 491.3s; + -o-animation-delay: 491.3s; + animation-delay: 491.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4914) +{ + -webkit-animation-delay: 491.4s; + -moz-animation-delay: 491.4s; + -o-animation-delay: 491.4s; + animation-delay: 491.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4915) +{ + -webkit-animation-delay: 491.5s; + -moz-animation-delay: 491.5s; + -o-animation-delay: 491.5s; + animation-delay: 491.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4916) +{ + -webkit-animation-delay: 491.6s; + -moz-animation-delay: 491.6s; + -o-animation-delay: 491.6s; + animation-delay: 491.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4917) +{ + -webkit-animation-delay: 491.7s; + -moz-animation-delay: 491.7s; + -o-animation-delay: 491.7s; + animation-delay: 491.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4918) +{ + -webkit-animation-delay: 491.8s; + -moz-animation-delay: 491.8s; + -o-animation-delay: 491.8s; + animation-delay: 491.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4919) +{ + -webkit-animation-delay: 491.9s; + -moz-animation-delay: 491.9s; + -o-animation-delay: 491.9s; + animation-delay: 491.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4920) +{ + -webkit-animation-delay: 492s; + -moz-animation-delay: 492s; + -o-animation-delay: 492s; + animation-delay: 492s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4921) +{ + -webkit-animation-delay: 492.1s; + -moz-animation-delay: 492.1s; + -o-animation-delay: 492.1s; + animation-delay: 492.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4922) +{ + -webkit-animation-delay: 492.2s; + -moz-animation-delay: 492.2s; + -o-animation-delay: 492.2s; + animation-delay: 492.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4923) +{ + -webkit-animation-delay: 492.3s; + -moz-animation-delay: 492.3s; + -o-animation-delay: 492.3s; + animation-delay: 492.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4924) +{ + -webkit-animation-delay: 492.4s; + -moz-animation-delay: 492.4s; + -o-animation-delay: 492.4s; + animation-delay: 492.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4925) +{ + -webkit-animation-delay: 492.5s; + -moz-animation-delay: 492.5s; + -o-animation-delay: 492.5s; + animation-delay: 492.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4926) +{ + -webkit-animation-delay: 492.6s; + -moz-animation-delay: 492.6s; + -o-animation-delay: 492.6s; + animation-delay: 492.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4927) +{ + -webkit-animation-delay: 492.7s; + -moz-animation-delay: 492.7s; + -o-animation-delay: 492.7s; + animation-delay: 492.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4928) +{ + -webkit-animation-delay: 492.8s; + -moz-animation-delay: 492.8s; + -o-animation-delay: 492.8s; + animation-delay: 492.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4929) +{ + -webkit-animation-delay: 492.9s; + -moz-animation-delay: 492.9s; + -o-animation-delay: 492.9s; + animation-delay: 492.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4930) +{ + -webkit-animation-delay: 493s; + -moz-animation-delay: 493s; + -o-animation-delay: 493s; + animation-delay: 493s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4931) +{ + -webkit-animation-delay: 493.1s; + -moz-animation-delay: 493.1s; + -o-animation-delay: 493.1s; + animation-delay: 493.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4932) +{ + -webkit-animation-delay: 493.2s; + -moz-animation-delay: 493.2s; + -o-animation-delay: 493.2s; + animation-delay: 493.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4933) +{ + -webkit-animation-delay: 493.3s; + -moz-animation-delay: 493.3s; + -o-animation-delay: 493.3s; + animation-delay: 493.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4934) +{ + -webkit-animation-delay: 493.4s; + -moz-animation-delay: 493.4s; + -o-animation-delay: 493.4s; + animation-delay: 493.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4935) +{ + -webkit-animation-delay: 493.5s; + -moz-animation-delay: 493.5s; + -o-animation-delay: 493.5s; + animation-delay: 493.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4936) +{ + -webkit-animation-delay: 493.6s; + -moz-animation-delay: 493.6s; + -o-animation-delay: 493.6s; + animation-delay: 493.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4937) +{ + -webkit-animation-delay: 493.7s; + -moz-animation-delay: 493.7s; + -o-animation-delay: 493.7s; + animation-delay: 493.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4938) +{ + -webkit-animation-delay: 493.8s; + -moz-animation-delay: 493.8s; + -o-animation-delay: 493.8s; + animation-delay: 493.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4939) +{ + -webkit-animation-delay: 493.9s; + -moz-animation-delay: 493.9s; + -o-animation-delay: 493.9s; + animation-delay: 493.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4940) +{ + -webkit-animation-delay: 494s; + -moz-animation-delay: 494s; + -o-animation-delay: 494s; + animation-delay: 494s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4941) +{ + -webkit-animation-delay: 494.1s; + -moz-animation-delay: 494.1s; + -o-animation-delay: 494.1s; + animation-delay: 494.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4942) +{ + -webkit-animation-delay: 494.2s; + -moz-animation-delay: 494.2s; + -o-animation-delay: 494.2s; + animation-delay: 494.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4943) +{ + -webkit-animation-delay: 494.3s; + -moz-animation-delay: 494.3s; + -o-animation-delay: 494.3s; + animation-delay: 494.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4944) +{ + -webkit-animation-delay: 494.4s; + -moz-animation-delay: 494.4s; + -o-animation-delay: 494.4s; + animation-delay: 494.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4945) +{ + -webkit-animation-delay: 494.5s; + -moz-animation-delay: 494.5s; + -o-animation-delay: 494.5s; + animation-delay: 494.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4946) +{ + -webkit-animation-delay: 494.6s; + -moz-animation-delay: 494.6s; + -o-animation-delay: 494.6s; + animation-delay: 494.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4947) +{ + -webkit-animation-delay: 494.7s; + -moz-animation-delay: 494.7s; + -o-animation-delay: 494.7s; + animation-delay: 494.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4948) +{ + -webkit-animation-delay: 494.8s; + -moz-animation-delay: 494.8s; + -o-animation-delay: 494.8s; + animation-delay: 494.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4949) +{ + -webkit-animation-delay: 494.9s; + -moz-animation-delay: 494.9s; + -o-animation-delay: 494.9s; + animation-delay: 494.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4950) +{ + -webkit-animation-delay: 495s; + -moz-animation-delay: 495s; + -o-animation-delay: 495s; + animation-delay: 495s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4951) +{ + -webkit-animation-delay: 495.1s; + -moz-animation-delay: 495.1s; + -o-animation-delay: 495.1s; + animation-delay: 495.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4952) +{ + -webkit-animation-delay: 495.2s; + -moz-animation-delay: 495.2s; + -o-animation-delay: 495.2s; + animation-delay: 495.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4953) +{ + -webkit-animation-delay: 495.3s; + -moz-animation-delay: 495.3s; + -o-animation-delay: 495.3s; + animation-delay: 495.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4954) +{ + -webkit-animation-delay: 495.4s; + -moz-animation-delay: 495.4s; + -o-animation-delay: 495.4s; + animation-delay: 495.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4955) +{ + -webkit-animation-delay: 495.5s; + -moz-animation-delay: 495.5s; + -o-animation-delay: 495.5s; + animation-delay: 495.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4956) +{ + -webkit-animation-delay: 495.6s; + -moz-animation-delay: 495.6s; + -o-animation-delay: 495.6s; + animation-delay: 495.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4957) +{ + -webkit-animation-delay: 495.7s; + -moz-animation-delay: 495.7s; + -o-animation-delay: 495.7s; + animation-delay: 495.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4958) +{ + -webkit-animation-delay: 495.8s; + -moz-animation-delay: 495.8s; + -o-animation-delay: 495.8s; + animation-delay: 495.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4959) +{ + -webkit-animation-delay: 495.9s; + -moz-animation-delay: 495.9s; + -o-animation-delay: 495.9s; + animation-delay: 495.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4960) +{ + -webkit-animation-delay: 496s; + -moz-animation-delay: 496s; + -o-animation-delay: 496s; + animation-delay: 496s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4961) +{ + -webkit-animation-delay: 496.1s; + -moz-animation-delay: 496.1s; + -o-animation-delay: 496.1s; + animation-delay: 496.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4962) +{ + -webkit-animation-delay: 496.2s; + -moz-animation-delay: 496.2s; + -o-animation-delay: 496.2s; + animation-delay: 496.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4963) +{ + -webkit-animation-delay: 496.3s; + -moz-animation-delay: 496.3s; + -o-animation-delay: 496.3s; + animation-delay: 496.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4964) +{ + -webkit-animation-delay: 496.4s; + -moz-animation-delay: 496.4s; + -o-animation-delay: 496.4s; + animation-delay: 496.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4965) +{ + -webkit-animation-delay: 496.5s; + -moz-animation-delay: 496.5s; + -o-animation-delay: 496.5s; + animation-delay: 496.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4966) +{ + -webkit-animation-delay: 496.6s; + -moz-animation-delay: 496.6s; + -o-animation-delay: 496.6s; + animation-delay: 496.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4967) +{ + -webkit-animation-delay: 496.7s; + -moz-animation-delay: 496.7s; + -o-animation-delay: 496.7s; + animation-delay: 496.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4968) +{ + -webkit-animation-delay: 496.8s; + -moz-animation-delay: 496.8s; + -o-animation-delay: 496.8s; + animation-delay: 496.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4969) +{ + -webkit-animation-delay: 496.9s; + -moz-animation-delay: 496.9s; + -o-animation-delay: 496.9s; + animation-delay: 496.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4970) +{ + -webkit-animation-delay: 497s; + -moz-animation-delay: 497s; + -o-animation-delay: 497s; + animation-delay: 497s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4971) +{ + -webkit-animation-delay: 497.1s; + -moz-animation-delay: 497.1s; + -o-animation-delay: 497.1s; + animation-delay: 497.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4972) +{ + -webkit-animation-delay: 497.2s; + -moz-animation-delay: 497.2s; + -o-animation-delay: 497.2s; + animation-delay: 497.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4973) +{ + -webkit-animation-delay: 497.3s; + -moz-animation-delay: 497.3s; + -o-animation-delay: 497.3s; + animation-delay: 497.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4974) +{ + -webkit-animation-delay: 497.4s; + -moz-animation-delay: 497.4s; + -o-animation-delay: 497.4s; + animation-delay: 497.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4975) +{ + -webkit-animation-delay: 497.5s; + -moz-animation-delay: 497.5s; + -o-animation-delay: 497.5s; + animation-delay: 497.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4976) +{ + -webkit-animation-delay: 497.6s; + -moz-animation-delay: 497.6s; + -o-animation-delay: 497.6s; + animation-delay: 497.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4977) +{ + -webkit-animation-delay: 497.7s; + -moz-animation-delay: 497.7s; + -o-animation-delay: 497.7s; + animation-delay: 497.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4978) +{ + -webkit-animation-delay: 497.8s; + -moz-animation-delay: 497.8s; + -o-animation-delay: 497.8s; + animation-delay: 497.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4979) +{ + -webkit-animation-delay: 497.9s; + -moz-animation-delay: 497.9s; + -o-animation-delay: 497.9s; + animation-delay: 497.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4980) +{ + -webkit-animation-delay: 498s; + -moz-animation-delay: 498s; + -o-animation-delay: 498s; + animation-delay: 498s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4981) +{ + -webkit-animation-delay: 498.1s; + -moz-animation-delay: 498.1s; + -o-animation-delay: 498.1s; + animation-delay: 498.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4982) +{ + -webkit-animation-delay: 498.2s; + -moz-animation-delay: 498.2s; + -o-animation-delay: 498.2s; + animation-delay: 498.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4983) +{ + -webkit-animation-delay: 498.3s; + -moz-animation-delay: 498.3s; + -o-animation-delay: 498.3s; + animation-delay: 498.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4984) +{ + -webkit-animation-delay: 498.4s; + -moz-animation-delay: 498.4s; + -o-animation-delay: 498.4s; + animation-delay: 498.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4985) +{ + -webkit-animation-delay: 498.5s; + -moz-animation-delay: 498.5s; + -o-animation-delay: 498.5s; + animation-delay: 498.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4986) +{ + -webkit-animation-delay: 498.6s; + -moz-animation-delay: 498.6s; + -o-animation-delay: 498.6s; + animation-delay: 498.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4987) +{ + -webkit-animation-delay: 498.7s; + -moz-animation-delay: 498.7s; + -o-animation-delay: 498.7s; + animation-delay: 498.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4988) +{ + -webkit-animation-delay: 498.8s; + -moz-animation-delay: 498.8s; + -o-animation-delay: 498.8s; + animation-delay: 498.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4989) +{ + -webkit-animation-delay: 498.9s; + -moz-animation-delay: 498.9s; + -o-animation-delay: 498.9s; + animation-delay: 498.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4990) +{ + -webkit-animation-delay: 499s; + -moz-animation-delay: 499s; + -o-animation-delay: 499s; + animation-delay: 499s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4991) +{ + -webkit-animation-delay: 499.1s; + -moz-animation-delay: 499.1s; + -o-animation-delay: 499.1s; + animation-delay: 499.1s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4992) +{ + -webkit-animation-delay: 499.2s; + -moz-animation-delay: 499.2s; + -o-animation-delay: 499.2s; + animation-delay: 499.2s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4993) +{ + -webkit-animation-delay: 499.3s; + -moz-animation-delay: 499.3s; + -o-animation-delay: 499.3s; + animation-delay: 499.3s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4994) +{ + -webkit-animation-delay: 499.4s; + -moz-animation-delay: 499.4s; + -o-animation-delay: 499.4s; + animation-delay: 499.4s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4995) +{ + -webkit-animation-delay: 499.5s; + -moz-animation-delay: 499.5s; + -o-animation-delay: 499.5s; + animation-delay: 499.5s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4996) +{ + -webkit-animation-delay: 499.6s; + -moz-animation-delay: 499.6s; + -o-animation-delay: 499.6s; + animation-delay: 499.6s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4997) +{ + -webkit-animation-delay: 499.7s; + -moz-animation-delay: 499.7s; + -o-animation-delay: 499.7s; + animation-delay: 499.7s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4998) +{ + -webkit-animation-delay: 499.8s; + -moz-animation-delay: 499.8s; + -o-animation-delay: 499.8s; + animation-delay: 499.8s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4999) +{ + -webkit-animation-delay: 499.9s; + -moz-animation-delay: 499.9s; + -o-animation-delay: 499.9s; + animation-delay: 499.9s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(5000) +{ + -webkit-animation-delay: 500s; + -moz-animation-delay: 500s; + -o-animation-delay: 500s; + animation-delay: 500s; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper .todo-item-action +{ + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + + width: 5.75rem; + + -webkit-box-align: center; + -webkit-align-items: center; + -moz-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: justify; + -webkit-justify-content: space-between; + -moz-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper .todo-item-action a +{ + font-size: 1.2rem; + line-height: 1.5; + + cursor: pointer; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .no-results +{ + display: none; + + padding: 1.5rem; + + text-align: center; +} +.todo-application .content-area-wrapper .content-right .todo-task-list .no-results.show +{ + display: block; +} + +@-webkit-keyframes fadeIn +{ + 0% + { + top: 100px; + + opacity: 0; + } + 75% + { + top: 0; + + opacity: .5; + } + 100% + { + opacity: 1; + } +} + +@media (max-width: 575.98px) +{ + .todo-application .app-content .sidebar-left .todo-sidebar + { + left: -1.12rem !important; + } +} + +@media (max-width: 767.98px) +{ + .todo-application .sidebar-content .sidebar-close-icon + { + visibility: visible !important; + } +} + +@media (max-width: 991.98px) +{ + .todo-application .app-content .sidebar-left .todo-sidebar + { + position: fixed; + z-index: 5; + left: 0; + left: -2px; + + -webkit-transition: all .3s ease-in-out; + -moz-transition: all .3s ease-in-out; + -o-transition: all .3s ease-in-out; + transition: all .3s ease-in-out; + -webkit-transform: translateX(-110%); + -moz-transform: translateX(-110%); + -ms-transform: translateX(-110%); + -o-transform: translateX(-110%); + transform: translateX(-110%); + } + .todo-application .app-content .sidebar-left.show .todo-sidebar + { + display: block; + + -webkit-transition: all .3s ease; + -moz-transition: all .3s ease; + -o-transition: all .3s ease; + transition: all .3s ease; + -webkit-transform: translateX(13%); + -moz-transform: translateX(13%); + -ms-transform: translateX(13%); + -o-transform: translateX(13%); + transform: translateX(13%); + } + .todo-application .app-content .content-right + { + width: 100%; + } + .todo-application .app-content .content-right .todo-app-list-wrapper + { + border-left: 0; + } + .todo-application .app-content .content-right .app-fixed-search + { + border-top-left-radius: .5rem; + } +} + +@media (max-width: 575.98px) +{ + .content-right .todo-task-list .todo-title-wrapper, + .todo-title-area + { + display: block !important; + } + .content-right .todo-task-list .todo-title-wrapper .todo-item-action + { + display: block !important; + float: none !important; + + width: 100% !important; + margin-top: .5rem; + } + .content-right .todo-task-list .todo-title-wrapper .todo-item-action a + { + margin-right: 1rem; + } +} + +@media (max-width: 349.98px) +{ + .todo-application .content-area-wrapper .sidebar .todo-sidebar + { + width: 230px; + } +} + +@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) +{ + .todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li + { + padding-top: 0; + } +} diff --git a/wwwjuba/app-assets/css/pages/app-todo.min.css b/wwwjuba/app-assets/css/pages/app-todo.min.css new file mode 100644 index 0000000..9a5c09a --- /dev/null +++ b/wwwjuba/app-assets/css/pages/app-todo.min.css @@ -0,0 +1 @@ +.todo-application .content-area-wrapper{border:1px solid #dae1e7;border-radius:.25rem}.todo-application .content-area-wrapper .sidebar .todo-sidebar{width:260px;height:-webkit-calc(100vh - 13rem);height:-moz-calc(100vh - 13rem);height:calc(100vh - 13rem);-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;background-color:#fff}.todo-application .content-area-wrapper .sidebar .todo-sidebar .sidebar-close-icon{font-size:1.25rem;position:absolute;z-index:5;top:.25rem;right:.25rem;visibility:hidden;cursor:pointer}.todo-application .content-area-wrapper .sidebar .todo-sidebar .todo-app-menu{z-index:3;width:100%;padding:.5rem 0;-webkit-box-shadow:0 0 15px 0 rgba(0,0,0,.05);box-shadow:0 0 15px 0 rgba(0,0,0,.05)}.todo-application .content-area-wrapper .sidebar .todo-sidebar .todo-app-menu .add-task{margin-bottom:.25rem;padding:1px 1.5rem}.todo-application .content-area-wrapper .sidebar .todo-sidebar .todo-app-menu .sidebar-menu-list{position:relative;overflow:scroll;height:-webkit-calc(100% - 5.4rem);height:-moz-calc(100% - 5.4rem);height:calc(100% - 5.4rem);padding:0 1.5rem}.todo-application .content-area-wrapper .sidebar .todo-sidebar .todo-app-menu .list-group .list-group-item{padding-right:0;padding-left:0}.todo-application .content-area-wrapper .sidebar .todo-sidebar .todo-app-menu .list-group .list-group-item:focus{background-color:transparent}.todo-application .content-area-wrapper .sidebar .todo-sidebar .todo-app-menu .list-group .list-group-item:hover{color:#626262;background-color:transparent}.todo-application .content-area-wrapper .sidebar .todo-sidebar .todo-app-menu .list-group .list-group-item.active{color:#7367f0;background-color:transparent}.todo-application .content-area-wrapper .sidebar .todo-sidebar .todo-app-menu .list-group .list-group-item i{top:3px}.todo-application .content-area-wrapper .sidebar .todo-sidebar .todo-app-menu hr{margin-right:-1.5rem;margin-left:-1.5rem}.todo-application .content-area-wrapper .modal .todo-item-action{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:6rem;margin-bottom:1.25rem;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.todo-application .content-area-wrapper .modal .todo-item-action .dropdown,.todo-application .content-area-wrapper .modal .todo-item-action .todo-item-favorite,.todo-application .content-area-wrapper .modal .todo-item-action .todo-item-info{font-size:1.2rem;line-height:1.5;cursor:pointer}.todo-application .content-area-wrapper .modal .todo-item-action .dropdown .dropdown-menu .dropdown-item{padding:.14rem 1.428rem}.todo-application .content-area-wrapper .modal .todo-item-action .dropdown-toggle::after{display:none}.todo-application .content-area-wrapper .app-content .content-area-wrapper{position:relative}.todo-application .content-area-wrapper .completed .todo-desc,.todo-application .content-area-wrapper .completed .todo-title{text-decoration:line-through}.todo-application .content-area-wrapper .content-right .content-wrapper{padding:0}.todo-application .content-area-wrapper .content-right .todo-app-list-wrapper{border-left:1px solid #dae1e7}.todo-application .content-area-wrapper .content-right .app-fixed-search{padding:.35rem .1rem;border-bottom:1px solid #dae1e7;border-top-right-radius:.5rem;background-color:#fff}.todo-application .content-area-wrapper .content-right .app-fixed-search .form-control-position{font-size:-webkit-calc(1rem * 1.1);font-size:-moz-calc(1rem * 1.1);font-size:calc(1rem * 1.1)}.todo-application .content-area-wrapper .content-right .app-fixed-search input{border:0;background-color:transparent}.todo-application .content-area-wrapper .content-right .app-fixed-search input:focus{border-color:transparent;-webkit-box-shadow:none;box-shadow:none}.todo-application .content-area-wrapper .content-right .sidebar-toggle{line-height:1;float:left;margin:.5rem .99rem;cursor:pointer}.todo-application .content-area-wrapper .content-right .sidebar-toggle i{font-size:1.75rem}.todo-application .content-area-wrapper .content-right .app-content-overlay{position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;display:block;visibility:hidden;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;opacity:0}.todo-application .content-area-wrapper .content-right .app-content-overlay.show{visibility:visible;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;opacity:1;border-radius:.25rem;background-color:rgba(0,0,0,.2)}.todo-application .content-area-wrapper .content-right .todo-task-list{position:relative;height:-webkit-calc(100vh - 16.35rem);height:-moz-calc(100vh - 16.35rem);height:calc(100vh - 16.35rem)}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper{margin:0;padding:0}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li{position:relative;padding:1.1rem 3rem 1.2rem 2rem;cursor:pointer;-webkit-transition:all .2s;-moz-transition:all .2s;-o-transition:all .2s;transition:all .2s;-webkit-animation:fadeIn .5s linear;-moz-animation:fadeIn .5s linear;-o-animation:fadeIn .5s linear;animation:fadeIn .5s linear;border-top:1px solid #dae1e7;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:hover{-webkit-transition:all .2s;-moz-transition:all .2s;-o-transition:all .2s;transition:all .2s;-webkit-transform:translateY(-4px);-moz-transform:translateY(-4px);-ms-transform:translateY(-4px);-o-transform:translateY(-4px);transform:translateY(-4px);-webkit-box-shadow:0 3px 10px 0 #ccc;box-shadow:0 3px 10px 0 #ccc}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li .chip-wrapper{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li .chip-wrapper .chip{margin-right:.25rem}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1){-webkit-animation-delay:.1s;-moz-animation-delay:.1s;-o-animation-delay:.1s;animation-delay:.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2){-webkit-animation-delay:.2s;-moz-animation-delay:.2s;-o-animation-delay:.2s;animation-delay:.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3){-webkit-animation-delay:.3s;-moz-animation-delay:.3s;-o-animation-delay:.3s;animation-delay:.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4){-webkit-animation-delay:.4s;-moz-animation-delay:.4s;-o-animation-delay:.4s;animation-delay:.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(5){-webkit-animation-delay:.5s;-moz-animation-delay:.5s;-o-animation-delay:.5s;animation-delay:.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(6){-webkit-animation-delay:.6s;-moz-animation-delay:.6s;-o-animation-delay:.6s;animation-delay:.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(7){-webkit-animation-delay:.7s;-moz-animation-delay:.7s;-o-animation-delay:.7s;animation-delay:.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(8){-webkit-animation-delay:.8s;-moz-animation-delay:.8s;-o-animation-delay:.8s;animation-delay:.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(9){-webkit-animation-delay:.9s;-moz-animation-delay:.9s;-o-animation-delay:.9s;animation-delay:.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(10){-webkit-animation-delay:1s;-moz-animation-delay:1s;-o-animation-delay:1s;animation-delay:1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(11){-webkit-animation-delay:1.1s;-moz-animation-delay:1.1s;-o-animation-delay:1.1s;animation-delay:1.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(12){-webkit-animation-delay:1.2s;-moz-animation-delay:1.2s;-o-animation-delay:1.2s;animation-delay:1.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(13){-webkit-animation-delay:1.3s;-moz-animation-delay:1.3s;-o-animation-delay:1.3s;animation-delay:1.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(14){-webkit-animation-delay:1.4s;-moz-animation-delay:1.4s;-o-animation-delay:1.4s;animation-delay:1.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(15){-webkit-animation-delay:1.5s;-moz-animation-delay:1.5s;-o-animation-delay:1.5s;animation-delay:1.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(16){-webkit-animation-delay:1.6s;-moz-animation-delay:1.6s;-o-animation-delay:1.6s;animation-delay:1.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(17){-webkit-animation-delay:1.7s;-moz-animation-delay:1.7s;-o-animation-delay:1.7s;animation-delay:1.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(18){-webkit-animation-delay:1.8s;-moz-animation-delay:1.8s;-o-animation-delay:1.8s;animation-delay:1.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(19){-webkit-animation-delay:1.9s;-moz-animation-delay:1.9s;-o-animation-delay:1.9s;animation-delay:1.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(20){-webkit-animation-delay:2s;-moz-animation-delay:2s;-o-animation-delay:2s;animation-delay:2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(21){-webkit-animation-delay:2.1s;-moz-animation-delay:2.1s;-o-animation-delay:2.1s;animation-delay:2.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(22){-webkit-animation-delay:2.2s;-moz-animation-delay:2.2s;-o-animation-delay:2.2s;animation-delay:2.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(23){-webkit-animation-delay:2.3s;-moz-animation-delay:2.3s;-o-animation-delay:2.3s;animation-delay:2.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(24){-webkit-animation-delay:2.4s;-moz-animation-delay:2.4s;-o-animation-delay:2.4s;animation-delay:2.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(25){-webkit-animation-delay:2.5s;-moz-animation-delay:2.5s;-o-animation-delay:2.5s;animation-delay:2.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(26){-webkit-animation-delay:2.6s;-moz-animation-delay:2.6s;-o-animation-delay:2.6s;animation-delay:2.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(27){-webkit-animation-delay:2.7s;-moz-animation-delay:2.7s;-o-animation-delay:2.7s;animation-delay:2.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(28){-webkit-animation-delay:2.8s;-moz-animation-delay:2.8s;-o-animation-delay:2.8s;animation-delay:2.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(29){-webkit-animation-delay:2.9s;-moz-animation-delay:2.9s;-o-animation-delay:2.9s;animation-delay:2.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(30){-webkit-animation-delay:3s;-moz-animation-delay:3s;-o-animation-delay:3s;animation-delay:3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(31){-webkit-animation-delay:3.1s;-moz-animation-delay:3.1s;-o-animation-delay:3.1s;animation-delay:3.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(32){-webkit-animation-delay:3.2s;-moz-animation-delay:3.2s;-o-animation-delay:3.2s;animation-delay:3.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(33){-webkit-animation-delay:3.3s;-moz-animation-delay:3.3s;-o-animation-delay:3.3s;animation-delay:3.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(34){-webkit-animation-delay:3.4s;-moz-animation-delay:3.4s;-o-animation-delay:3.4s;animation-delay:3.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(35){-webkit-animation-delay:3.5s;-moz-animation-delay:3.5s;-o-animation-delay:3.5s;animation-delay:3.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(36){-webkit-animation-delay:3.6s;-moz-animation-delay:3.6s;-o-animation-delay:3.6s;animation-delay:3.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(37){-webkit-animation-delay:3.7s;-moz-animation-delay:3.7s;-o-animation-delay:3.7s;animation-delay:3.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(38){-webkit-animation-delay:3.8s;-moz-animation-delay:3.8s;-o-animation-delay:3.8s;animation-delay:3.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(39){-webkit-animation-delay:3.9s;-moz-animation-delay:3.9s;-o-animation-delay:3.9s;animation-delay:3.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(40){-webkit-animation-delay:4s;-moz-animation-delay:4s;-o-animation-delay:4s;animation-delay:4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(41){-webkit-animation-delay:4.1s;-moz-animation-delay:4.1s;-o-animation-delay:4.1s;animation-delay:4.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(42){-webkit-animation-delay:4.2s;-moz-animation-delay:4.2s;-o-animation-delay:4.2s;animation-delay:4.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(43){-webkit-animation-delay:4.3s;-moz-animation-delay:4.3s;-o-animation-delay:4.3s;animation-delay:4.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(44){-webkit-animation-delay:4.4s;-moz-animation-delay:4.4s;-o-animation-delay:4.4s;animation-delay:4.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(45){-webkit-animation-delay:4.5s;-moz-animation-delay:4.5s;-o-animation-delay:4.5s;animation-delay:4.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(46){-webkit-animation-delay:4.6s;-moz-animation-delay:4.6s;-o-animation-delay:4.6s;animation-delay:4.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(47){-webkit-animation-delay:4.7s;-moz-animation-delay:4.7s;-o-animation-delay:4.7s;animation-delay:4.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(48){-webkit-animation-delay:4.8s;-moz-animation-delay:4.8s;-o-animation-delay:4.8s;animation-delay:4.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(49){-webkit-animation-delay:4.9s;-moz-animation-delay:4.9s;-o-animation-delay:4.9s;animation-delay:4.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(50){-webkit-animation-delay:5s;-moz-animation-delay:5s;-o-animation-delay:5s;animation-delay:5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(51){-webkit-animation-delay:5.1s;-moz-animation-delay:5.1s;-o-animation-delay:5.1s;animation-delay:5.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(52){-webkit-animation-delay:5.2s;-moz-animation-delay:5.2s;-o-animation-delay:5.2s;animation-delay:5.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(53){-webkit-animation-delay:5.3s;-moz-animation-delay:5.3s;-o-animation-delay:5.3s;animation-delay:5.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(54){-webkit-animation-delay:5.4s;-moz-animation-delay:5.4s;-o-animation-delay:5.4s;animation-delay:5.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(55){-webkit-animation-delay:5.5s;-moz-animation-delay:5.5s;-o-animation-delay:5.5s;animation-delay:5.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(56){-webkit-animation-delay:5.6s;-moz-animation-delay:5.6s;-o-animation-delay:5.6s;animation-delay:5.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(57){-webkit-animation-delay:5.7s;-moz-animation-delay:5.7s;-o-animation-delay:5.7s;animation-delay:5.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(58){-webkit-animation-delay:5.8s;-moz-animation-delay:5.8s;-o-animation-delay:5.8s;animation-delay:5.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(59){-webkit-animation-delay:5.9s;-moz-animation-delay:5.9s;-o-animation-delay:5.9s;animation-delay:5.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(60){-webkit-animation-delay:6s;-moz-animation-delay:6s;-o-animation-delay:6s;animation-delay:6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(61){-webkit-animation-delay:6.1s;-moz-animation-delay:6.1s;-o-animation-delay:6.1s;animation-delay:6.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(62){-webkit-animation-delay:6.2s;-moz-animation-delay:6.2s;-o-animation-delay:6.2s;animation-delay:6.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(63){-webkit-animation-delay:6.3s;-moz-animation-delay:6.3s;-o-animation-delay:6.3s;animation-delay:6.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(64){-webkit-animation-delay:6.4s;-moz-animation-delay:6.4s;-o-animation-delay:6.4s;animation-delay:6.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(65){-webkit-animation-delay:6.5s;-moz-animation-delay:6.5s;-o-animation-delay:6.5s;animation-delay:6.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(66){-webkit-animation-delay:6.6s;-moz-animation-delay:6.6s;-o-animation-delay:6.6s;animation-delay:6.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(67){-webkit-animation-delay:6.7s;-moz-animation-delay:6.7s;-o-animation-delay:6.7s;animation-delay:6.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(68){-webkit-animation-delay:6.8s;-moz-animation-delay:6.8s;-o-animation-delay:6.8s;animation-delay:6.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(69){-webkit-animation-delay:6.9s;-moz-animation-delay:6.9s;-o-animation-delay:6.9s;animation-delay:6.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(70){-webkit-animation-delay:7s;-moz-animation-delay:7s;-o-animation-delay:7s;animation-delay:7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(71){-webkit-animation-delay:7.1s;-moz-animation-delay:7.1s;-o-animation-delay:7.1s;animation-delay:7.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(72){-webkit-animation-delay:7.2s;-moz-animation-delay:7.2s;-o-animation-delay:7.2s;animation-delay:7.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(73){-webkit-animation-delay:7.3s;-moz-animation-delay:7.3s;-o-animation-delay:7.3s;animation-delay:7.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(74){-webkit-animation-delay:7.4s;-moz-animation-delay:7.4s;-o-animation-delay:7.4s;animation-delay:7.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(75){-webkit-animation-delay:7.5s;-moz-animation-delay:7.5s;-o-animation-delay:7.5s;animation-delay:7.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(76){-webkit-animation-delay:7.6s;-moz-animation-delay:7.6s;-o-animation-delay:7.6s;animation-delay:7.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(77){-webkit-animation-delay:7.7s;-moz-animation-delay:7.7s;-o-animation-delay:7.7s;animation-delay:7.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(78){-webkit-animation-delay:7.8s;-moz-animation-delay:7.8s;-o-animation-delay:7.8s;animation-delay:7.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(79){-webkit-animation-delay:7.9s;-moz-animation-delay:7.9s;-o-animation-delay:7.9s;animation-delay:7.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(80){-webkit-animation-delay:8s;-moz-animation-delay:8s;-o-animation-delay:8s;animation-delay:8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(81){-webkit-animation-delay:8.1s;-moz-animation-delay:8.1s;-o-animation-delay:8.1s;animation-delay:8.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(82){-webkit-animation-delay:8.2s;-moz-animation-delay:8.2s;-o-animation-delay:8.2s;animation-delay:8.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(83){-webkit-animation-delay:8.3s;-moz-animation-delay:8.3s;-o-animation-delay:8.3s;animation-delay:8.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(84){-webkit-animation-delay:8.4s;-moz-animation-delay:8.4s;-o-animation-delay:8.4s;animation-delay:8.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(85){-webkit-animation-delay:8.5s;-moz-animation-delay:8.5s;-o-animation-delay:8.5s;animation-delay:8.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(86){-webkit-animation-delay:8.6s;-moz-animation-delay:8.6s;-o-animation-delay:8.6s;animation-delay:8.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(87){-webkit-animation-delay:8.7s;-moz-animation-delay:8.7s;-o-animation-delay:8.7s;animation-delay:8.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(88){-webkit-animation-delay:8.8s;-moz-animation-delay:8.8s;-o-animation-delay:8.8s;animation-delay:8.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(89){-webkit-animation-delay:8.9s;-moz-animation-delay:8.9s;-o-animation-delay:8.9s;animation-delay:8.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(90){-webkit-animation-delay:9s;-moz-animation-delay:9s;-o-animation-delay:9s;animation-delay:9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(91){-webkit-animation-delay:9.1s;-moz-animation-delay:9.1s;-o-animation-delay:9.1s;animation-delay:9.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(92){-webkit-animation-delay:9.2s;-moz-animation-delay:9.2s;-o-animation-delay:9.2s;animation-delay:9.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(93){-webkit-animation-delay:9.3s;-moz-animation-delay:9.3s;-o-animation-delay:9.3s;animation-delay:9.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(94){-webkit-animation-delay:9.4s;-moz-animation-delay:9.4s;-o-animation-delay:9.4s;animation-delay:9.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(95){-webkit-animation-delay:9.5s;-moz-animation-delay:9.5s;-o-animation-delay:9.5s;animation-delay:9.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(96){-webkit-animation-delay:9.6s;-moz-animation-delay:9.6s;-o-animation-delay:9.6s;animation-delay:9.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(97){-webkit-animation-delay:9.7s;-moz-animation-delay:9.7s;-o-animation-delay:9.7s;animation-delay:9.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(98){-webkit-animation-delay:9.8s;-moz-animation-delay:9.8s;-o-animation-delay:9.8s;animation-delay:9.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(99){-webkit-animation-delay:9.9s;-moz-animation-delay:9.9s;-o-animation-delay:9.9s;animation-delay:9.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(100){-webkit-animation-delay:10s;-moz-animation-delay:10s;-o-animation-delay:10s;animation-delay:10s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(101){-webkit-animation-delay:10.1s;-moz-animation-delay:10.1s;-o-animation-delay:10.1s;animation-delay:10.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(102){-webkit-animation-delay:10.2s;-moz-animation-delay:10.2s;-o-animation-delay:10.2s;animation-delay:10.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(103){-webkit-animation-delay:10.3s;-moz-animation-delay:10.3s;-o-animation-delay:10.3s;animation-delay:10.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(104){-webkit-animation-delay:10.4s;-moz-animation-delay:10.4s;-o-animation-delay:10.4s;animation-delay:10.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(105){-webkit-animation-delay:10.5s;-moz-animation-delay:10.5s;-o-animation-delay:10.5s;animation-delay:10.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(106){-webkit-animation-delay:10.6s;-moz-animation-delay:10.6s;-o-animation-delay:10.6s;animation-delay:10.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(107){-webkit-animation-delay:10.7s;-moz-animation-delay:10.7s;-o-animation-delay:10.7s;animation-delay:10.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(108){-webkit-animation-delay:10.8s;-moz-animation-delay:10.8s;-o-animation-delay:10.8s;animation-delay:10.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(109){-webkit-animation-delay:10.9s;-moz-animation-delay:10.9s;-o-animation-delay:10.9s;animation-delay:10.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(110){-webkit-animation-delay:11s;-moz-animation-delay:11s;-o-animation-delay:11s;animation-delay:11s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(111){-webkit-animation-delay:11.1s;-moz-animation-delay:11.1s;-o-animation-delay:11.1s;animation-delay:11.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(112){-webkit-animation-delay:11.2s;-moz-animation-delay:11.2s;-o-animation-delay:11.2s;animation-delay:11.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(113){-webkit-animation-delay:11.3s;-moz-animation-delay:11.3s;-o-animation-delay:11.3s;animation-delay:11.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(114){-webkit-animation-delay:11.4s;-moz-animation-delay:11.4s;-o-animation-delay:11.4s;animation-delay:11.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(115){-webkit-animation-delay:11.5s;-moz-animation-delay:11.5s;-o-animation-delay:11.5s;animation-delay:11.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(116){-webkit-animation-delay:11.6s;-moz-animation-delay:11.6s;-o-animation-delay:11.6s;animation-delay:11.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(117){-webkit-animation-delay:11.7s;-moz-animation-delay:11.7s;-o-animation-delay:11.7s;animation-delay:11.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(118){-webkit-animation-delay:11.8s;-moz-animation-delay:11.8s;-o-animation-delay:11.8s;animation-delay:11.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(119){-webkit-animation-delay:11.9s;-moz-animation-delay:11.9s;-o-animation-delay:11.9s;animation-delay:11.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(120){-webkit-animation-delay:12s;-moz-animation-delay:12s;-o-animation-delay:12s;animation-delay:12s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(121){-webkit-animation-delay:12.1s;-moz-animation-delay:12.1s;-o-animation-delay:12.1s;animation-delay:12.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(122){-webkit-animation-delay:12.2s;-moz-animation-delay:12.2s;-o-animation-delay:12.2s;animation-delay:12.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(123){-webkit-animation-delay:12.3s;-moz-animation-delay:12.3s;-o-animation-delay:12.3s;animation-delay:12.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(124){-webkit-animation-delay:12.4s;-moz-animation-delay:12.4s;-o-animation-delay:12.4s;animation-delay:12.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(125){-webkit-animation-delay:12.5s;-moz-animation-delay:12.5s;-o-animation-delay:12.5s;animation-delay:12.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(126){-webkit-animation-delay:12.6s;-moz-animation-delay:12.6s;-o-animation-delay:12.6s;animation-delay:12.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(127){-webkit-animation-delay:12.7s;-moz-animation-delay:12.7s;-o-animation-delay:12.7s;animation-delay:12.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(128){-webkit-animation-delay:12.8s;-moz-animation-delay:12.8s;-o-animation-delay:12.8s;animation-delay:12.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(129){-webkit-animation-delay:12.9s;-moz-animation-delay:12.9s;-o-animation-delay:12.9s;animation-delay:12.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(130){-webkit-animation-delay:13s;-moz-animation-delay:13s;-o-animation-delay:13s;animation-delay:13s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(131){-webkit-animation-delay:13.1s;-moz-animation-delay:13.1s;-o-animation-delay:13.1s;animation-delay:13.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(132){-webkit-animation-delay:13.2s;-moz-animation-delay:13.2s;-o-animation-delay:13.2s;animation-delay:13.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(133){-webkit-animation-delay:13.3s;-moz-animation-delay:13.3s;-o-animation-delay:13.3s;animation-delay:13.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(134){-webkit-animation-delay:13.4s;-moz-animation-delay:13.4s;-o-animation-delay:13.4s;animation-delay:13.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(135){-webkit-animation-delay:13.5s;-moz-animation-delay:13.5s;-o-animation-delay:13.5s;animation-delay:13.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(136){-webkit-animation-delay:13.6s;-moz-animation-delay:13.6s;-o-animation-delay:13.6s;animation-delay:13.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(137){-webkit-animation-delay:13.7s;-moz-animation-delay:13.7s;-o-animation-delay:13.7s;animation-delay:13.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(138){-webkit-animation-delay:13.8s;-moz-animation-delay:13.8s;-o-animation-delay:13.8s;animation-delay:13.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(139){-webkit-animation-delay:13.9s;-moz-animation-delay:13.9s;-o-animation-delay:13.9s;animation-delay:13.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(140){-webkit-animation-delay:14s;-moz-animation-delay:14s;-o-animation-delay:14s;animation-delay:14s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(141){-webkit-animation-delay:14.1s;-moz-animation-delay:14.1s;-o-animation-delay:14.1s;animation-delay:14.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(142){-webkit-animation-delay:14.2s;-moz-animation-delay:14.2s;-o-animation-delay:14.2s;animation-delay:14.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(143){-webkit-animation-delay:14.3s;-moz-animation-delay:14.3s;-o-animation-delay:14.3s;animation-delay:14.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(144){-webkit-animation-delay:14.4s;-moz-animation-delay:14.4s;-o-animation-delay:14.4s;animation-delay:14.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(145){-webkit-animation-delay:14.5s;-moz-animation-delay:14.5s;-o-animation-delay:14.5s;animation-delay:14.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(146){-webkit-animation-delay:14.6s;-moz-animation-delay:14.6s;-o-animation-delay:14.6s;animation-delay:14.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(147){-webkit-animation-delay:14.7s;-moz-animation-delay:14.7s;-o-animation-delay:14.7s;animation-delay:14.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(148){-webkit-animation-delay:14.8s;-moz-animation-delay:14.8s;-o-animation-delay:14.8s;animation-delay:14.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(149){-webkit-animation-delay:14.9s;-moz-animation-delay:14.9s;-o-animation-delay:14.9s;animation-delay:14.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(150){-webkit-animation-delay:15s;-moz-animation-delay:15s;-o-animation-delay:15s;animation-delay:15s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(151){-webkit-animation-delay:15.1s;-moz-animation-delay:15.1s;-o-animation-delay:15.1s;animation-delay:15.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(152){-webkit-animation-delay:15.2s;-moz-animation-delay:15.2s;-o-animation-delay:15.2s;animation-delay:15.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(153){-webkit-animation-delay:15.3s;-moz-animation-delay:15.3s;-o-animation-delay:15.3s;animation-delay:15.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(154){-webkit-animation-delay:15.4s;-moz-animation-delay:15.4s;-o-animation-delay:15.4s;animation-delay:15.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(155){-webkit-animation-delay:15.5s;-moz-animation-delay:15.5s;-o-animation-delay:15.5s;animation-delay:15.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(156){-webkit-animation-delay:15.6s;-moz-animation-delay:15.6s;-o-animation-delay:15.6s;animation-delay:15.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(157){-webkit-animation-delay:15.7s;-moz-animation-delay:15.7s;-o-animation-delay:15.7s;animation-delay:15.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(158){-webkit-animation-delay:15.8s;-moz-animation-delay:15.8s;-o-animation-delay:15.8s;animation-delay:15.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(159){-webkit-animation-delay:15.9s;-moz-animation-delay:15.9s;-o-animation-delay:15.9s;animation-delay:15.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(160){-webkit-animation-delay:16s;-moz-animation-delay:16s;-o-animation-delay:16s;animation-delay:16s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(161){-webkit-animation-delay:16.1s;-moz-animation-delay:16.1s;-o-animation-delay:16.1s;animation-delay:16.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(162){-webkit-animation-delay:16.2s;-moz-animation-delay:16.2s;-o-animation-delay:16.2s;animation-delay:16.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(163){-webkit-animation-delay:16.3s;-moz-animation-delay:16.3s;-o-animation-delay:16.3s;animation-delay:16.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(164){-webkit-animation-delay:16.4s;-moz-animation-delay:16.4s;-o-animation-delay:16.4s;animation-delay:16.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(165){-webkit-animation-delay:16.5s;-moz-animation-delay:16.5s;-o-animation-delay:16.5s;animation-delay:16.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(166){-webkit-animation-delay:16.6s;-moz-animation-delay:16.6s;-o-animation-delay:16.6s;animation-delay:16.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(167){-webkit-animation-delay:16.7s;-moz-animation-delay:16.7s;-o-animation-delay:16.7s;animation-delay:16.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(168){-webkit-animation-delay:16.8s;-moz-animation-delay:16.8s;-o-animation-delay:16.8s;animation-delay:16.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(169){-webkit-animation-delay:16.9s;-moz-animation-delay:16.9s;-o-animation-delay:16.9s;animation-delay:16.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(170){-webkit-animation-delay:17s;-moz-animation-delay:17s;-o-animation-delay:17s;animation-delay:17s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(171){-webkit-animation-delay:17.1s;-moz-animation-delay:17.1s;-o-animation-delay:17.1s;animation-delay:17.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(172){-webkit-animation-delay:17.2s;-moz-animation-delay:17.2s;-o-animation-delay:17.2s;animation-delay:17.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(173){-webkit-animation-delay:17.3s;-moz-animation-delay:17.3s;-o-animation-delay:17.3s;animation-delay:17.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(174){-webkit-animation-delay:17.4s;-moz-animation-delay:17.4s;-o-animation-delay:17.4s;animation-delay:17.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(175){-webkit-animation-delay:17.5s;-moz-animation-delay:17.5s;-o-animation-delay:17.5s;animation-delay:17.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(176){-webkit-animation-delay:17.6s;-moz-animation-delay:17.6s;-o-animation-delay:17.6s;animation-delay:17.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(177){-webkit-animation-delay:17.7s;-moz-animation-delay:17.7s;-o-animation-delay:17.7s;animation-delay:17.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(178){-webkit-animation-delay:17.8s;-moz-animation-delay:17.8s;-o-animation-delay:17.8s;animation-delay:17.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(179){-webkit-animation-delay:17.9s;-moz-animation-delay:17.9s;-o-animation-delay:17.9s;animation-delay:17.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(180){-webkit-animation-delay:18s;-moz-animation-delay:18s;-o-animation-delay:18s;animation-delay:18s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(181){-webkit-animation-delay:18.1s;-moz-animation-delay:18.1s;-o-animation-delay:18.1s;animation-delay:18.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(182){-webkit-animation-delay:18.2s;-moz-animation-delay:18.2s;-o-animation-delay:18.2s;animation-delay:18.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(183){-webkit-animation-delay:18.3s;-moz-animation-delay:18.3s;-o-animation-delay:18.3s;animation-delay:18.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(184){-webkit-animation-delay:18.4s;-moz-animation-delay:18.4s;-o-animation-delay:18.4s;animation-delay:18.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(185){-webkit-animation-delay:18.5s;-moz-animation-delay:18.5s;-o-animation-delay:18.5s;animation-delay:18.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(186){-webkit-animation-delay:18.6s;-moz-animation-delay:18.6s;-o-animation-delay:18.6s;animation-delay:18.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(187){-webkit-animation-delay:18.7s;-moz-animation-delay:18.7s;-o-animation-delay:18.7s;animation-delay:18.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(188){-webkit-animation-delay:18.8s;-moz-animation-delay:18.8s;-o-animation-delay:18.8s;animation-delay:18.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(189){-webkit-animation-delay:18.9s;-moz-animation-delay:18.9s;-o-animation-delay:18.9s;animation-delay:18.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(190){-webkit-animation-delay:19s;-moz-animation-delay:19s;-o-animation-delay:19s;animation-delay:19s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(191){-webkit-animation-delay:19.1s;-moz-animation-delay:19.1s;-o-animation-delay:19.1s;animation-delay:19.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(192){-webkit-animation-delay:19.2s;-moz-animation-delay:19.2s;-o-animation-delay:19.2s;animation-delay:19.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(193){-webkit-animation-delay:19.3s;-moz-animation-delay:19.3s;-o-animation-delay:19.3s;animation-delay:19.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(194){-webkit-animation-delay:19.4s;-moz-animation-delay:19.4s;-o-animation-delay:19.4s;animation-delay:19.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(195){-webkit-animation-delay:19.5s;-moz-animation-delay:19.5s;-o-animation-delay:19.5s;animation-delay:19.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(196){-webkit-animation-delay:19.6s;-moz-animation-delay:19.6s;-o-animation-delay:19.6s;animation-delay:19.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(197){-webkit-animation-delay:19.7s;-moz-animation-delay:19.7s;-o-animation-delay:19.7s;animation-delay:19.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(198){-webkit-animation-delay:19.8s;-moz-animation-delay:19.8s;-o-animation-delay:19.8s;animation-delay:19.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(199){-webkit-animation-delay:19.9s;-moz-animation-delay:19.9s;-o-animation-delay:19.9s;animation-delay:19.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(200){-webkit-animation-delay:20s;-moz-animation-delay:20s;-o-animation-delay:20s;animation-delay:20s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(201){-webkit-animation-delay:20.1s;-moz-animation-delay:20.1s;-o-animation-delay:20.1s;animation-delay:20.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(202){-webkit-animation-delay:20.2s;-moz-animation-delay:20.2s;-o-animation-delay:20.2s;animation-delay:20.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(203){-webkit-animation-delay:20.3s;-moz-animation-delay:20.3s;-o-animation-delay:20.3s;animation-delay:20.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(204){-webkit-animation-delay:20.4s;-moz-animation-delay:20.4s;-o-animation-delay:20.4s;animation-delay:20.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(205){-webkit-animation-delay:20.5s;-moz-animation-delay:20.5s;-o-animation-delay:20.5s;animation-delay:20.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(206){-webkit-animation-delay:20.6s;-moz-animation-delay:20.6s;-o-animation-delay:20.6s;animation-delay:20.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(207){-webkit-animation-delay:20.7s;-moz-animation-delay:20.7s;-o-animation-delay:20.7s;animation-delay:20.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(208){-webkit-animation-delay:20.8s;-moz-animation-delay:20.8s;-o-animation-delay:20.8s;animation-delay:20.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(209){-webkit-animation-delay:20.9s;-moz-animation-delay:20.9s;-o-animation-delay:20.9s;animation-delay:20.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(210){-webkit-animation-delay:21s;-moz-animation-delay:21s;-o-animation-delay:21s;animation-delay:21s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(211){-webkit-animation-delay:21.1s;-moz-animation-delay:21.1s;-o-animation-delay:21.1s;animation-delay:21.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(212){-webkit-animation-delay:21.2s;-moz-animation-delay:21.2s;-o-animation-delay:21.2s;animation-delay:21.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(213){-webkit-animation-delay:21.3s;-moz-animation-delay:21.3s;-o-animation-delay:21.3s;animation-delay:21.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(214){-webkit-animation-delay:21.4s;-moz-animation-delay:21.4s;-o-animation-delay:21.4s;animation-delay:21.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(215){-webkit-animation-delay:21.5s;-moz-animation-delay:21.5s;-o-animation-delay:21.5s;animation-delay:21.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(216){-webkit-animation-delay:21.6s;-moz-animation-delay:21.6s;-o-animation-delay:21.6s;animation-delay:21.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(217){-webkit-animation-delay:21.7s;-moz-animation-delay:21.7s;-o-animation-delay:21.7s;animation-delay:21.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(218){-webkit-animation-delay:21.8s;-moz-animation-delay:21.8s;-o-animation-delay:21.8s;animation-delay:21.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(219){-webkit-animation-delay:21.9s;-moz-animation-delay:21.9s;-o-animation-delay:21.9s;animation-delay:21.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(220){-webkit-animation-delay:22s;-moz-animation-delay:22s;-o-animation-delay:22s;animation-delay:22s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(221){-webkit-animation-delay:22.1s;-moz-animation-delay:22.1s;-o-animation-delay:22.1s;animation-delay:22.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(222){-webkit-animation-delay:22.2s;-moz-animation-delay:22.2s;-o-animation-delay:22.2s;animation-delay:22.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(223){-webkit-animation-delay:22.3s;-moz-animation-delay:22.3s;-o-animation-delay:22.3s;animation-delay:22.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(224){-webkit-animation-delay:22.4s;-moz-animation-delay:22.4s;-o-animation-delay:22.4s;animation-delay:22.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(225){-webkit-animation-delay:22.5s;-moz-animation-delay:22.5s;-o-animation-delay:22.5s;animation-delay:22.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(226){-webkit-animation-delay:22.6s;-moz-animation-delay:22.6s;-o-animation-delay:22.6s;animation-delay:22.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(227){-webkit-animation-delay:22.7s;-moz-animation-delay:22.7s;-o-animation-delay:22.7s;animation-delay:22.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(228){-webkit-animation-delay:22.8s;-moz-animation-delay:22.8s;-o-animation-delay:22.8s;animation-delay:22.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(229){-webkit-animation-delay:22.9s;-moz-animation-delay:22.9s;-o-animation-delay:22.9s;animation-delay:22.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(230){-webkit-animation-delay:23s;-moz-animation-delay:23s;-o-animation-delay:23s;animation-delay:23s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(231){-webkit-animation-delay:23.1s;-moz-animation-delay:23.1s;-o-animation-delay:23.1s;animation-delay:23.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(232){-webkit-animation-delay:23.2s;-moz-animation-delay:23.2s;-o-animation-delay:23.2s;animation-delay:23.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(233){-webkit-animation-delay:23.3s;-moz-animation-delay:23.3s;-o-animation-delay:23.3s;animation-delay:23.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(234){-webkit-animation-delay:23.4s;-moz-animation-delay:23.4s;-o-animation-delay:23.4s;animation-delay:23.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(235){-webkit-animation-delay:23.5s;-moz-animation-delay:23.5s;-o-animation-delay:23.5s;animation-delay:23.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(236){-webkit-animation-delay:23.6s;-moz-animation-delay:23.6s;-o-animation-delay:23.6s;animation-delay:23.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(237){-webkit-animation-delay:23.7s;-moz-animation-delay:23.7s;-o-animation-delay:23.7s;animation-delay:23.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(238){-webkit-animation-delay:23.8s;-moz-animation-delay:23.8s;-o-animation-delay:23.8s;animation-delay:23.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(239){-webkit-animation-delay:23.9s;-moz-animation-delay:23.9s;-o-animation-delay:23.9s;animation-delay:23.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(240){-webkit-animation-delay:24s;-moz-animation-delay:24s;-o-animation-delay:24s;animation-delay:24s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(241){-webkit-animation-delay:24.1s;-moz-animation-delay:24.1s;-o-animation-delay:24.1s;animation-delay:24.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(242){-webkit-animation-delay:24.2s;-moz-animation-delay:24.2s;-o-animation-delay:24.2s;animation-delay:24.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(243){-webkit-animation-delay:24.3s;-moz-animation-delay:24.3s;-o-animation-delay:24.3s;animation-delay:24.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(244){-webkit-animation-delay:24.4s;-moz-animation-delay:24.4s;-o-animation-delay:24.4s;animation-delay:24.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(245){-webkit-animation-delay:24.5s;-moz-animation-delay:24.5s;-o-animation-delay:24.5s;animation-delay:24.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(246){-webkit-animation-delay:24.6s;-moz-animation-delay:24.6s;-o-animation-delay:24.6s;animation-delay:24.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(247){-webkit-animation-delay:24.7s;-moz-animation-delay:24.7s;-o-animation-delay:24.7s;animation-delay:24.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(248){-webkit-animation-delay:24.8s;-moz-animation-delay:24.8s;-o-animation-delay:24.8s;animation-delay:24.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(249){-webkit-animation-delay:24.9s;-moz-animation-delay:24.9s;-o-animation-delay:24.9s;animation-delay:24.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(250){-webkit-animation-delay:25s;-moz-animation-delay:25s;-o-animation-delay:25s;animation-delay:25s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(251){-webkit-animation-delay:25.1s;-moz-animation-delay:25.1s;-o-animation-delay:25.1s;animation-delay:25.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(252){-webkit-animation-delay:25.2s;-moz-animation-delay:25.2s;-o-animation-delay:25.2s;animation-delay:25.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(253){-webkit-animation-delay:25.3s;-moz-animation-delay:25.3s;-o-animation-delay:25.3s;animation-delay:25.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(254){-webkit-animation-delay:25.4s;-moz-animation-delay:25.4s;-o-animation-delay:25.4s;animation-delay:25.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(255){-webkit-animation-delay:25.5s;-moz-animation-delay:25.5s;-o-animation-delay:25.5s;animation-delay:25.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(256){-webkit-animation-delay:25.6s;-moz-animation-delay:25.6s;-o-animation-delay:25.6s;animation-delay:25.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(257){-webkit-animation-delay:25.7s;-moz-animation-delay:25.7s;-o-animation-delay:25.7s;animation-delay:25.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(258){-webkit-animation-delay:25.8s;-moz-animation-delay:25.8s;-o-animation-delay:25.8s;animation-delay:25.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(259){-webkit-animation-delay:25.9s;-moz-animation-delay:25.9s;-o-animation-delay:25.9s;animation-delay:25.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(260){-webkit-animation-delay:26s;-moz-animation-delay:26s;-o-animation-delay:26s;animation-delay:26s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(261){-webkit-animation-delay:26.1s;-moz-animation-delay:26.1s;-o-animation-delay:26.1s;animation-delay:26.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(262){-webkit-animation-delay:26.2s;-moz-animation-delay:26.2s;-o-animation-delay:26.2s;animation-delay:26.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(263){-webkit-animation-delay:26.3s;-moz-animation-delay:26.3s;-o-animation-delay:26.3s;animation-delay:26.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(264){-webkit-animation-delay:26.4s;-moz-animation-delay:26.4s;-o-animation-delay:26.4s;animation-delay:26.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(265){-webkit-animation-delay:26.5s;-moz-animation-delay:26.5s;-o-animation-delay:26.5s;animation-delay:26.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(266){-webkit-animation-delay:26.6s;-moz-animation-delay:26.6s;-o-animation-delay:26.6s;animation-delay:26.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(267){-webkit-animation-delay:26.7s;-moz-animation-delay:26.7s;-o-animation-delay:26.7s;animation-delay:26.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(268){-webkit-animation-delay:26.8s;-moz-animation-delay:26.8s;-o-animation-delay:26.8s;animation-delay:26.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(269){-webkit-animation-delay:26.9s;-moz-animation-delay:26.9s;-o-animation-delay:26.9s;animation-delay:26.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(270){-webkit-animation-delay:27s;-moz-animation-delay:27s;-o-animation-delay:27s;animation-delay:27s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(271){-webkit-animation-delay:27.1s;-moz-animation-delay:27.1s;-o-animation-delay:27.1s;animation-delay:27.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(272){-webkit-animation-delay:27.2s;-moz-animation-delay:27.2s;-o-animation-delay:27.2s;animation-delay:27.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(273){-webkit-animation-delay:27.3s;-moz-animation-delay:27.3s;-o-animation-delay:27.3s;animation-delay:27.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(274){-webkit-animation-delay:27.4s;-moz-animation-delay:27.4s;-o-animation-delay:27.4s;animation-delay:27.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(275){-webkit-animation-delay:27.5s;-moz-animation-delay:27.5s;-o-animation-delay:27.5s;animation-delay:27.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(276){-webkit-animation-delay:27.6s;-moz-animation-delay:27.6s;-o-animation-delay:27.6s;animation-delay:27.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(277){-webkit-animation-delay:27.7s;-moz-animation-delay:27.7s;-o-animation-delay:27.7s;animation-delay:27.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(278){-webkit-animation-delay:27.8s;-moz-animation-delay:27.8s;-o-animation-delay:27.8s;animation-delay:27.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(279){-webkit-animation-delay:27.9s;-moz-animation-delay:27.9s;-o-animation-delay:27.9s;animation-delay:27.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(280){-webkit-animation-delay:28s;-moz-animation-delay:28s;-o-animation-delay:28s;animation-delay:28s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(281){-webkit-animation-delay:28.1s;-moz-animation-delay:28.1s;-o-animation-delay:28.1s;animation-delay:28.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(282){-webkit-animation-delay:28.2s;-moz-animation-delay:28.2s;-o-animation-delay:28.2s;animation-delay:28.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(283){-webkit-animation-delay:28.3s;-moz-animation-delay:28.3s;-o-animation-delay:28.3s;animation-delay:28.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(284){-webkit-animation-delay:28.4s;-moz-animation-delay:28.4s;-o-animation-delay:28.4s;animation-delay:28.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(285){-webkit-animation-delay:28.5s;-moz-animation-delay:28.5s;-o-animation-delay:28.5s;animation-delay:28.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(286){-webkit-animation-delay:28.6s;-moz-animation-delay:28.6s;-o-animation-delay:28.6s;animation-delay:28.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(287){-webkit-animation-delay:28.7s;-moz-animation-delay:28.7s;-o-animation-delay:28.7s;animation-delay:28.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(288){-webkit-animation-delay:28.8s;-moz-animation-delay:28.8s;-o-animation-delay:28.8s;animation-delay:28.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(289){-webkit-animation-delay:28.9s;-moz-animation-delay:28.9s;-o-animation-delay:28.9s;animation-delay:28.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(290){-webkit-animation-delay:29s;-moz-animation-delay:29s;-o-animation-delay:29s;animation-delay:29s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(291){-webkit-animation-delay:29.1s;-moz-animation-delay:29.1s;-o-animation-delay:29.1s;animation-delay:29.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(292){-webkit-animation-delay:29.2s;-moz-animation-delay:29.2s;-o-animation-delay:29.2s;animation-delay:29.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(293){-webkit-animation-delay:29.3s;-moz-animation-delay:29.3s;-o-animation-delay:29.3s;animation-delay:29.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(294){-webkit-animation-delay:29.4s;-moz-animation-delay:29.4s;-o-animation-delay:29.4s;animation-delay:29.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(295){-webkit-animation-delay:29.5s;-moz-animation-delay:29.5s;-o-animation-delay:29.5s;animation-delay:29.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(296){-webkit-animation-delay:29.6s;-moz-animation-delay:29.6s;-o-animation-delay:29.6s;animation-delay:29.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(297){-webkit-animation-delay:29.7s;-moz-animation-delay:29.7s;-o-animation-delay:29.7s;animation-delay:29.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(298){-webkit-animation-delay:29.8s;-moz-animation-delay:29.8s;-o-animation-delay:29.8s;animation-delay:29.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(299){-webkit-animation-delay:29.9s;-moz-animation-delay:29.9s;-o-animation-delay:29.9s;animation-delay:29.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(300){-webkit-animation-delay:30s;-moz-animation-delay:30s;-o-animation-delay:30s;animation-delay:30s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(301){-webkit-animation-delay:30.1s;-moz-animation-delay:30.1s;-o-animation-delay:30.1s;animation-delay:30.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(302){-webkit-animation-delay:30.2s;-moz-animation-delay:30.2s;-o-animation-delay:30.2s;animation-delay:30.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(303){-webkit-animation-delay:30.3s;-moz-animation-delay:30.3s;-o-animation-delay:30.3s;animation-delay:30.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(304){-webkit-animation-delay:30.4s;-moz-animation-delay:30.4s;-o-animation-delay:30.4s;animation-delay:30.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(305){-webkit-animation-delay:30.5s;-moz-animation-delay:30.5s;-o-animation-delay:30.5s;animation-delay:30.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(306){-webkit-animation-delay:30.6s;-moz-animation-delay:30.6s;-o-animation-delay:30.6s;animation-delay:30.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(307){-webkit-animation-delay:30.7s;-moz-animation-delay:30.7s;-o-animation-delay:30.7s;animation-delay:30.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(308){-webkit-animation-delay:30.8s;-moz-animation-delay:30.8s;-o-animation-delay:30.8s;animation-delay:30.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(309){-webkit-animation-delay:30.9s;-moz-animation-delay:30.9s;-o-animation-delay:30.9s;animation-delay:30.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(310){-webkit-animation-delay:31s;-moz-animation-delay:31s;-o-animation-delay:31s;animation-delay:31s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(311){-webkit-animation-delay:31.1s;-moz-animation-delay:31.1s;-o-animation-delay:31.1s;animation-delay:31.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(312){-webkit-animation-delay:31.2s;-moz-animation-delay:31.2s;-o-animation-delay:31.2s;animation-delay:31.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(313){-webkit-animation-delay:31.3s;-moz-animation-delay:31.3s;-o-animation-delay:31.3s;animation-delay:31.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(314){-webkit-animation-delay:31.4s;-moz-animation-delay:31.4s;-o-animation-delay:31.4s;animation-delay:31.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(315){-webkit-animation-delay:31.5s;-moz-animation-delay:31.5s;-o-animation-delay:31.5s;animation-delay:31.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(316){-webkit-animation-delay:31.6s;-moz-animation-delay:31.6s;-o-animation-delay:31.6s;animation-delay:31.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(317){-webkit-animation-delay:31.7s;-moz-animation-delay:31.7s;-o-animation-delay:31.7s;animation-delay:31.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(318){-webkit-animation-delay:31.8s;-moz-animation-delay:31.8s;-o-animation-delay:31.8s;animation-delay:31.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(319){-webkit-animation-delay:31.9s;-moz-animation-delay:31.9s;-o-animation-delay:31.9s;animation-delay:31.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(320){-webkit-animation-delay:32s;-moz-animation-delay:32s;-o-animation-delay:32s;animation-delay:32s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(321){-webkit-animation-delay:32.1s;-moz-animation-delay:32.1s;-o-animation-delay:32.1s;animation-delay:32.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(322){-webkit-animation-delay:32.2s;-moz-animation-delay:32.2s;-o-animation-delay:32.2s;animation-delay:32.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(323){-webkit-animation-delay:32.3s;-moz-animation-delay:32.3s;-o-animation-delay:32.3s;animation-delay:32.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(324){-webkit-animation-delay:32.4s;-moz-animation-delay:32.4s;-o-animation-delay:32.4s;animation-delay:32.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(325){-webkit-animation-delay:32.5s;-moz-animation-delay:32.5s;-o-animation-delay:32.5s;animation-delay:32.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(326){-webkit-animation-delay:32.6s;-moz-animation-delay:32.6s;-o-animation-delay:32.6s;animation-delay:32.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(327){-webkit-animation-delay:32.7s;-moz-animation-delay:32.7s;-o-animation-delay:32.7s;animation-delay:32.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(328){-webkit-animation-delay:32.8s;-moz-animation-delay:32.8s;-o-animation-delay:32.8s;animation-delay:32.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(329){-webkit-animation-delay:32.9s;-moz-animation-delay:32.9s;-o-animation-delay:32.9s;animation-delay:32.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(330){-webkit-animation-delay:33s;-moz-animation-delay:33s;-o-animation-delay:33s;animation-delay:33s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(331){-webkit-animation-delay:33.1s;-moz-animation-delay:33.1s;-o-animation-delay:33.1s;animation-delay:33.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(332){-webkit-animation-delay:33.2s;-moz-animation-delay:33.2s;-o-animation-delay:33.2s;animation-delay:33.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(333){-webkit-animation-delay:33.3s;-moz-animation-delay:33.3s;-o-animation-delay:33.3s;animation-delay:33.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(334){-webkit-animation-delay:33.4s;-moz-animation-delay:33.4s;-o-animation-delay:33.4s;animation-delay:33.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(335){-webkit-animation-delay:33.5s;-moz-animation-delay:33.5s;-o-animation-delay:33.5s;animation-delay:33.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(336){-webkit-animation-delay:33.6s;-moz-animation-delay:33.6s;-o-animation-delay:33.6s;animation-delay:33.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(337){-webkit-animation-delay:33.7s;-moz-animation-delay:33.7s;-o-animation-delay:33.7s;animation-delay:33.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(338){-webkit-animation-delay:33.8s;-moz-animation-delay:33.8s;-o-animation-delay:33.8s;animation-delay:33.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(339){-webkit-animation-delay:33.9s;-moz-animation-delay:33.9s;-o-animation-delay:33.9s;animation-delay:33.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(340){-webkit-animation-delay:34s;-moz-animation-delay:34s;-o-animation-delay:34s;animation-delay:34s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(341){-webkit-animation-delay:34.1s;-moz-animation-delay:34.1s;-o-animation-delay:34.1s;animation-delay:34.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(342){-webkit-animation-delay:34.2s;-moz-animation-delay:34.2s;-o-animation-delay:34.2s;animation-delay:34.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(343){-webkit-animation-delay:34.3s;-moz-animation-delay:34.3s;-o-animation-delay:34.3s;animation-delay:34.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(344){-webkit-animation-delay:34.4s;-moz-animation-delay:34.4s;-o-animation-delay:34.4s;animation-delay:34.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(345){-webkit-animation-delay:34.5s;-moz-animation-delay:34.5s;-o-animation-delay:34.5s;animation-delay:34.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(346){-webkit-animation-delay:34.6s;-moz-animation-delay:34.6s;-o-animation-delay:34.6s;animation-delay:34.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(347){-webkit-animation-delay:34.7s;-moz-animation-delay:34.7s;-o-animation-delay:34.7s;animation-delay:34.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(348){-webkit-animation-delay:34.8s;-moz-animation-delay:34.8s;-o-animation-delay:34.8s;animation-delay:34.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(349){-webkit-animation-delay:34.9s;-moz-animation-delay:34.9s;-o-animation-delay:34.9s;animation-delay:34.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(350){-webkit-animation-delay:35s;-moz-animation-delay:35s;-o-animation-delay:35s;animation-delay:35s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(351){-webkit-animation-delay:35.1s;-moz-animation-delay:35.1s;-o-animation-delay:35.1s;animation-delay:35.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(352){-webkit-animation-delay:35.2s;-moz-animation-delay:35.2s;-o-animation-delay:35.2s;animation-delay:35.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(353){-webkit-animation-delay:35.3s;-moz-animation-delay:35.3s;-o-animation-delay:35.3s;animation-delay:35.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(354){-webkit-animation-delay:35.4s;-moz-animation-delay:35.4s;-o-animation-delay:35.4s;animation-delay:35.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(355){-webkit-animation-delay:35.5s;-moz-animation-delay:35.5s;-o-animation-delay:35.5s;animation-delay:35.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(356){-webkit-animation-delay:35.6s;-moz-animation-delay:35.6s;-o-animation-delay:35.6s;animation-delay:35.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(357){-webkit-animation-delay:35.7s;-moz-animation-delay:35.7s;-o-animation-delay:35.7s;animation-delay:35.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(358){-webkit-animation-delay:35.8s;-moz-animation-delay:35.8s;-o-animation-delay:35.8s;animation-delay:35.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(359){-webkit-animation-delay:35.9s;-moz-animation-delay:35.9s;-o-animation-delay:35.9s;animation-delay:35.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(360){-webkit-animation-delay:36s;-moz-animation-delay:36s;-o-animation-delay:36s;animation-delay:36s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(361){-webkit-animation-delay:36.1s;-moz-animation-delay:36.1s;-o-animation-delay:36.1s;animation-delay:36.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(362){-webkit-animation-delay:36.2s;-moz-animation-delay:36.2s;-o-animation-delay:36.2s;animation-delay:36.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(363){-webkit-animation-delay:36.3s;-moz-animation-delay:36.3s;-o-animation-delay:36.3s;animation-delay:36.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(364){-webkit-animation-delay:36.4s;-moz-animation-delay:36.4s;-o-animation-delay:36.4s;animation-delay:36.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(365){-webkit-animation-delay:36.5s;-moz-animation-delay:36.5s;-o-animation-delay:36.5s;animation-delay:36.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(366){-webkit-animation-delay:36.6s;-moz-animation-delay:36.6s;-o-animation-delay:36.6s;animation-delay:36.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(367){-webkit-animation-delay:36.7s;-moz-animation-delay:36.7s;-o-animation-delay:36.7s;animation-delay:36.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(368){-webkit-animation-delay:36.8s;-moz-animation-delay:36.8s;-o-animation-delay:36.8s;animation-delay:36.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(369){-webkit-animation-delay:36.9s;-moz-animation-delay:36.9s;-o-animation-delay:36.9s;animation-delay:36.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(370){-webkit-animation-delay:37s;-moz-animation-delay:37s;-o-animation-delay:37s;animation-delay:37s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(371){-webkit-animation-delay:37.1s;-moz-animation-delay:37.1s;-o-animation-delay:37.1s;animation-delay:37.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(372){-webkit-animation-delay:37.2s;-moz-animation-delay:37.2s;-o-animation-delay:37.2s;animation-delay:37.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(373){-webkit-animation-delay:37.3s;-moz-animation-delay:37.3s;-o-animation-delay:37.3s;animation-delay:37.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(374){-webkit-animation-delay:37.4s;-moz-animation-delay:37.4s;-o-animation-delay:37.4s;animation-delay:37.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(375){-webkit-animation-delay:37.5s;-moz-animation-delay:37.5s;-o-animation-delay:37.5s;animation-delay:37.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(376){-webkit-animation-delay:37.6s;-moz-animation-delay:37.6s;-o-animation-delay:37.6s;animation-delay:37.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(377){-webkit-animation-delay:37.7s;-moz-animation-delay:37.7s;-o-animation-delay:37.7s;animation-delay:37.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(378){-webkit-animation-delay:37.8s;-moz-animation-delay:37.8s;-o-animation-delay:37.8s;animation-delay:37.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(379){-webkit-animation-delay:37.9s;-moz-animation-delay:37.9s;-o-animation-delay:37.9s;animation-delay:37.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(380){-webkit-animation-delay:38s;-moz-animation-delay:38s;-o-animation-delay:38s;animation-delay:38s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(381){-webkit-animation-delay:38.1s;-moz-animation-delay:38.1s;-o-animation-delay:38.1s;animation-delay:38.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(382){-webkit-animation-delay:38.2s;-moz-animation-delay:38.2s;-o-animation-delay:38.2s;animation-delay:38.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(383){-webkit-animation-delay:38.3s;-moz-animation-delay:38.3s;-o-animation-delay:38.3s;animation-delay:38.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(384){-webkit-animation-delay:38.4s;-moz-animation-delay:38.4s;-o-animation-delay:38.4s;animation-delay:38.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(385){-webkit-animation-delay:38.5s;-moz-animation-delay:38.5s;-o-animation-delay:38.5s;animation-delay:38.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(386){-webkit-animation-delay:38.6s;-moz-animation-delay:38.6s;-o-animation-delay:38.6s;animation-delay:38.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(387){-webkit-animation-delay:38.7s;-moz-animation-delay:38.7s;-o-animation-delay:38.7s;animation-delay:38.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(388){-webkit-animation-delay:38.8s;-moz-animation-delay:38.8s;-o-animation-delay:38.8s;animation-delay:38.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(389){-webkit-animation-delay:38.9s;-moz-animation-delay:38.9s;-o-animation-delay:38.9s;animation-delay:38.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(390){-webkit-animation-delay:39s;-moz-animation-delay:39s;-o-animation-delay:39s;animation-delay:39s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(391){-webkit-animation-delay:39.1s;-moz-animation-delay:39.1s;-o-animation-delay:39.1s;animation-delay:39.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(392){-webkit-animation-delay:39.2s;-moz-animation-delay:39.2s;-o-animation-delay:39.2s;animation-delay:39.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(393){-webkit-animation-delay:39.3s;-moz-animation-delay:39.3s;-o-animation-delay:39.3s;animation-delay:39.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(394){-webkit-animation-delay:39.4s;-moz-animation-delay:39.4s;-o-animation-delay:39.4s;animation-delay:39.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(395){-webkit-animation-delay:39.5s;-moz-animation-delay:39.5s;-o-animation-delay:39.5s;animation-delay:39.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(396){-webkit-animation-delay:39.6s;-moz-animation-delay:39.6s;-o-animation-delay:39.6s;animation-delay:39.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(397){-webkit-animation-delay:39.7s;-moz-animation-delay:39.7s;-o-animation-delay:39.7s;animation-delay:39.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(398){-webkit-animation-delay:39.8s;-moz-animation-delay:39.8s;-o-animation-delay:39.8s;animation-delay:39.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(399){-webkit-animation-delay:39.9s;-moz-animation-delay:39.9s;-o-animation-delay:39.9s;animation-delay:39.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(400){-webkit-animation-delay:40s;-moz-animation-delay:40s;-o-animation-delay:40s;animation-delay:40s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(401){-webkit-animation-delay:40.1s;-moz-animation-delay:40.1s;-o-animation-delay:40.1s;animation-delay:40.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(402){-webkit-animation-delay:40.2s;-moz-animation-delay:40.2s;-o-animation-delay:40.2s;animation-delay:40.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(403){-webkit-animation-delay:40.3s;-moz-animation-delay:40.3s;-o-animation-delay:40.3s;animation-delay:40.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(404){-webkit-animation-delay:40.4s;-moz-animation-delay:40.4s;-o-animation-delay:40.4s;animation-delay:40.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(405){-webkit-animation-delay:40.5s;-moz-animation-delay:40.5s;-o-animation-delay:40.5s;animation-delay:40.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(406){-webkit-animation-delay:40.6s;-moz-animation-delay:40.6s;-o-animation-delay:40.6s;animation-delay:40.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(407){-webkit-animation-delay:40.7s;-moz-animation-delay:40.7s;-o-animation-delay:40.7s;animation-delay:40.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(408){-webkit-animation-delay:40.8s;-moz-animation-delay:40.8s;-o-animation-delay:40.8s;animation-delay:40.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(409){-webkit-animation-delay:40.9s;-moz-animation-delay:40.9s;-o-animation-delay:40.9s;animation-delay:40.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(410){-webkit-animation-delay:41s;-moz-animation-delay:41s;-o-animation-delay:41s;animation-delay:41s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(411){-webkit-animation-delay:41.1s;-moz-animation-delay:41.1s;-o-animation-delay:41.1s;animation-delay:41.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(412){-webkit-animation-delay:41.2s;-moz-animation-delay:41.2s;-o-animation-delay:41.2s;animation-delay:41.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(413){-webkit-animation-delay:41.3s;-moz-animation-delay:41.3s;-o-animation-delay:41.3s;animation-delay:41.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(414){-webkit-animation-delay:41.4s;-moz-animation-delay:41.4s;-o-animation-delay:41.4s;animation-delay:41.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(415){-webkit-animation-delay:41.5s;-moz-animation-delay:41.5s;-o-animation-delay:41.5s;animation-delay:41.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(416){-webkit-animation-delay:41.6s;-moz-animation-delay:41.6s;-o-animation-delay:41.6s;animation-delay:41.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(417){-webkit-animation-delay:41.7s;-moz-animation-delay:41.7s;-o-animation-delay:41.7s;animation-delay:41.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(418){-webkit-animation-delay:41.8s;-moz-animation-delay:41.8s;-o-animation-delay:41.8s;animation-delay:41.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(419){-webkit-animation-delay:41.9s;-moz-animation-delay:41.9s;-o-animation-delay:41.9s;animation-delay:41.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(420){-webkit-animation-delay:42s;-moz-animation-delay:42s;-o-animation-delay:42s;animation-delay:42s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(421){-webkit-animation-delay:42.1s;-moz-animation-delay:42.1s;-o-animation-delay:42.1s;animation-delay:42.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(422){-webkit-animation-delay:42.2s;-moz-animation-delay:42.2s;-o-animation-delay:42.2s;animation-delay:42.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(423){-webkit-animation-delay:42.3s;-moz-animation-delay:42.3s;-o-animation-delay:42.3s;animation-delay:42.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(424){-webkit-animation-delay:42.4s;-moz-animation-delay:42.4s;-o-animation-delay:42.4s;animation-delay:42.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(425){-webkit-animation-delay:42.5s;-moz-animation-delay:42.5s;-o-animation-delay:42.5s;animation-delay:42.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(426){-webkit-animation-delay:42.6s;-moz-animation-delay:42.6s;-o-animation-delay:42.6s;animation-delay:42.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(427){-webkit-animation-delay:42.7s;-moz-animation-delay:42.7s;-o-animation-delay:42.7s;animation-delay:42.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(428){-webkit-animation-delay:42.8s;-moz-animation-delay:42.8s;-o-animation-delay:42.8s;animation-delay:42.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(429){-webkit-animation-delay:42.9s;-moz-animation-delay:42.9s;-o-animation-delay:42.9s;animation-delay:42.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(430){-webkit-animation-delay:43s;-moz-animation-delay:43s;-o-animation-delay:43s;animation-delay:43s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(431){-webkit-animation-delay:43.1s;-moz-animation-delay:43.1s;-o-animation-delay:43.1s;animation-delay:43.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(432){-webkit-animation-delay:43.2s;-moz-animation-delay:43.2s;-o-animation-delay:43.2s;animation-delay:43.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(433){-webkit-animation-delay:43.3s;-moz-animation-delay:43.3s;-o-animation-delay:43.3s;animation-delay:43.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(434){-webkit-animation-delay:43.4s;-moz-animation-delay:43.4s;-o-animation-delay:43.4s;animation-delay:43.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(435){-webkit-animation-delay:43.5s;-moz-animation-delay:43.5s;-o-animation-delay:43.5s;animation-delay:43.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(436){-webkit-animation-delay:43.6s;-moz-animation-delay:43.6s;-o-animation-delay:43.6s;animation-delay:43.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(437){-webkit-animation-delay:43.7s;-moz-animation-delay:43.7s;-o-animation-delay:43.7s;animation-delay:43.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(438){-webkit-animation-delay:43.8s;-moz-animation-delay:43.8s;-o-animation-delay:43.8s;animation-delay:43.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(439){-webkit-animation-delay:43.9s;-moz-animation-delay:43.9s;-o-animation-delay:43.9s;animation-delay:43.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(440){-webkit-animation-delay:44s;-moz-animation-delay:44s;-o-animation-delay:44s;animation-delay:44s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(441){-webkit-animation-delay:44.1s;-moz-animation-delay:44.1s;-o-animation-delay:44.1s;animation-delay:44.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(442){-webkit-animation-delay:44.2s;-moz-animation-delay:44.2s;-o-animation-delay:44.2s;animation-delay:44.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(443){-webkit-animation-delay:44.3s;-moz-animation-delay:44.3s;-o-animation-delay:44.3s;animation-delay:44.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(444){-webkit-animation-delay:44.4s;-moz-animation-delay:44.4s;-o-animation-delay:44.4s;animation-delay:44.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(445){-webkit-animation-delay:44.5s;-moz-animation-delay:44.5s;-o-animation-delay:44.5s;animation-delay:44.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(446){-webkit-animation-delay:44.6s;-moz-animation-delay:44.6s;-o-animation-delay:44.6s;animation-delay:44.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(447){-webkit-animation-delay:44.7s;-moz-animation-delay:44.7s;-o-animation-delay:44.7s;animation-delay:44.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(448){-webkit-animation-delay:44.8s;-moz-animation-delay:44.8s;-o-animation-delay:44.8s;animation-delay:44.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(449){-webkit-animation-delay:44.9s;-moz-animation-delay:44.9s;-o-animation-delay:44.9s;animation-delay:44.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(450){-webkit-animation-delay:45s;-moz-animation-delay:45s;-o-animation-delay:45s;animation-delay:45s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(451){-webkit-animation-delay:45.1s;-moz-animation-delay:45.1s;-o-animation-delay:45.1s;animation-delay:45.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(452){-webkit-animation-delay:45.2s;-moz-animation-delay:45.2s;-o-animation-delay:45.2s;animation-delay:45.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(453){-webkit-animation-delay:45.3s;-moz-animation-delay:45.3s;-o-animation-delay:45.3s;animation-delay:45.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(454){-webkit-animation-delay:45.4s;-moz-animation-delay:45.4s;-o-animation-delay:45.4s;animation-delay:45.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(455){-webkit-animation-delay:45.5s;-moz-animation-delay:45.5s;-o-animation-delay:45.5s;animation-delay:45.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(456){-webkit-animation-delay:45.6s;-moz-animation-delay:45.6s;-o-animation-delay:45.6s;animation-delay:45.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(457){-webkit-animation-delay:45.7s;-moz-animation-delay:45.7s;-o-animation-delay:45.7s;animation-delay:45.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(458){-webkit-animation-delay:45.8s;-moz-animation-delay:45.8s;-o-animation-delay:45.8s;animation-delay:45.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(459){-webkit-animation-delay:45.9s;-moz-animation-delay:45.9s;-o-animation-delay:45.9s;animation-delay:45.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(460){-webkit-animation-delay:46s;-moz-animation-delay:46s;-o-animation-delay:46s;animation-delay:46s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(461){-webkit-animation-delay:46.1s;-moz-animation-delay:46.1s;-o-animation-delay:46.1s;animation-delay:46.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(462){-webkit-animation-delay:46.2s;-moz-animation-delay:46.2s;-o-animation-delay:46.2s;animation-delay:46.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(463){-webkit-animation-delay:46.3s;-moz-animation-delay:46.3s;-o-animation-delay:46.3s;animation-delay:46.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(464){-webkit-animation-delay:46.4s;-moz-animation-delay:46.4s;-o-animation-delay:46.4s;animation-delay:46.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(465){-webkit-animation-delay:46.5s;-moz-animation-delay:46.5s;-o-animation-delay:46.5s;animation-delay:46.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(466){-webkit-animation-delay:46.6s;-moz-animation-delay:46.6s;-o-animation-delay:46.6s;animation-delay:46.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(467){-webkit-animation-delay:46.7s;-moz-animation-delay:46.7s;-o-animation-delay:46.7s;animation-delay:46.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(468){-webkit-animation-delay:46.8s;-moz-animation-delay:46.8s;-o-animation-delay:46.8s;animation-delay:46.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(469){-webkit-animation-delay:46.9s;-moz-animation-delay:46.9s;-o-animation-delay:46.9s;animation-delay:46.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(470){-webkit-animation-delay:47s;-moz-animation-delay:47s;-o-animation-delay:47s;animation-delay:47s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(471){-webkit-animation-delay:47.1s;-moz-animation-delay:47.1s;-o-animation-delay:47.1s;animation-delay:47.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(472){-webkit-animation-delay:47.2s;-moz-animation-delay:47.2s;-o-animation-delay:47.2s;animation-delay:47.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(473){-webkit-animation-delay:47.3s;-moz-animation-delay:47.3s;-o-animation-delay:47.3s;animation-delay:47.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(474){-webkit-animation-delay:47.4s;-moz-animation-delay:47.4s;-o-animation-delay:47.4s;animation-delay:47.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(475){-webkit-animation-delay:47.5s;-moz-animation-delay:47.5s;-o-animation-delay:47.5s;animation-delay:47.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(476){-webkit-animation-delay:47.6s;-moz-animation-delay:47.6s;-o-animation-delay:47.6s;animation-delay:47.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(477){-webkit-animation-delay:47.7s;-moz-animation-delay:47.7s;-o-animation-delay:47.7s;animation-delay:47.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(478){-webkit-animation-delay:47.8s;-moz-animation-delay:47.8s;-o-animation-delay:47.8s;animation-delay:47.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(479){-webkit-animation-delay:47.9s;-moz-animation-delay:47.9s;-o-animation-delay:47.9s;animation-delay:47.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(480){-webkit-animation-delay:48s;-moz-animation-delay:48s;-o-animation-delay:48s;animation-delay:48s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(481){-webkit-animation-delay:48.1s;-moz-animation-delay:48.1s;-o-animation-delay:48.1s;animation-delay:48.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(482){-webkit-animation-delay:48.2s;-moz-animation-delay:48.2s;-o-animation-delay:48.2s;animation-delay:48.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(483){-webkit-animation-delay:48.3s;-moz-animation-delay:48.3s;-o-animation-delay:48.3s;animation-delay:48.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(484){-webkit-animation-delay:48.4s;-moz-animation-delay:48.4s;-o-animation-delay:48.4s;animation-delay:48.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(485){-webkit-animation-delay:48.5s;-moz-animation-delay:48.5s;-o-animation-delay:48.5s;animation-delay:48.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(486){-webkit-animation-delay:48.6s;-moz-animation-delay:48.6s;-o-animation-delay:48.6s;animation-delay:48.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(487){-webkit-animation-delay:48.7s;-moz-animation-delay:48.7s;-o-animation-delay:48.7s;animation-delay:48.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(488){-webkit-animation-delay:48.8s;-moz-animation-delay:48.8s;-o-animation-delay:48.8s;animation-delay:48.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(489){-webkit-animation-delay:48.9s;-moz-animation-delay:48.9s;-o-animation-delay:48.9s;animation-delay:48.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(490){-webkit-animation-delay:49s;-moz-animation-delay:49s;-o-animation-delay:49s;animation-delay:49s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(491){-webkit-animation-delay:49.1s;-moz-animation-delay:49.1s;-o-animation-delay:49.1s;animation-delay:49.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(492){-webkit-animation-delay:49.2s;-moz-animation-delay:49.2s;-o-animation-delay:49.2s;animation-delay:49.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(493){-webkit-animation-delay:49.3s;-moz-animation-delay:49.3s;-o-animation-delay:49.3s;animation-delay:49.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(494){-webkit-animation-delay:49.4s;-moz-animation-delay:49.4s;-o-animation-delay:49.4s;animation-delay:49.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(495){-webkit-animation-delay:49.5s;-moz-animation-delay:49.5s;-o-animation-delay:49.5s;animation-delay:49.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(496){-webkit-animation-delay:49.6s;-moz-animation-delay:49.6s;-o-animation-delay:49.6s;animation-delay:49.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(497){-webkit-animation-delay:49.7s;-moz-animation-delay:49.7s;-o-animation-delay:49.7s;animation-delay:49.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(498){-webkit-animation-delay:49.8s;-moz-animation-delay:49.8s;-o-animation-delay:49.8s;animation-delay:49.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(499){-webkit-animation-delay:49.9s;-moz-animation-delay:49.9s;-o-animation-delay:49.9s;animation-delay:49.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(500){-webkit-animation-delay:50s;-moz-animation-delay:50s;-o-animation-delay:50s;animation-delay:50s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(501){-webkit-animation-delay:50.1s;-moz-animation-delay:50.1s;-o-animation-delay:50.1s;animation-delay:50.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(502){-webkit-animation-delay:50.2s;-moz-animation-delay:50.2s;-o-animation-delay:50.2s;animation-delay:50.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(503){-webkit-animation-delay:50.3s;-moz-animation-delay:50.3s;-o-animation-delay:50.3s;animation-delay:50.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(504){-webkit-animation-delay:50.4s;-moz-animation-delay:50.4s;-o-animation-delay:50.4s;animation-delay:50.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(505){-webkit-animation-delay:50.5s;-moz-animation-delay:50.5s;-o-animation-delay:50.5s;animation-delay:50.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(506){-webkit-animation-delay:50.6s;-moz-animation-delay:50.6s;-o-animation-delay:50.6s;animation-delay:50.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(507){-webkit-animation-delay:50.7s;-moz-animation-delay:50.7s;-o-animation-delay:50.7s;animation-delay:50.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(508){-webkit-animation-delay:50.8s;-moz-animation-delay:50.8s;-o-animation-delay:50.8s;animation-delay:50.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(509){-webkit-animation-delay:50.9s;-moz-animation-delay:50.9s;-o-animation-delay:50.9s;animation-delay:50.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(510){-webkit-animation-delay:51s;-moz-animation-delay:51s;-o-animation-delay:51s;animation-delay:51s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(511){-webkit-animation-delay:51.1s;-moz-animation-delay:51.1s;-o-animation-delay:51.1s;animation-delay:51.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(512){-webkit-animation-delay:51.2s;-moz-animation-delay:51.2s;-o-animation-delay:51.2s;animation-delay:51.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(513){-webkit-animation-delay:51.3s;-moz-animation-delay:51.3s;-o-animation-delay:51.3s;animation-delay:51.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(514){-webkit-animation-delay:51.4s;-moz-animation-delay:51.4s;-o-animation-delay:51.4s;animation-delay:51.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(515){-webkit-animation-delay:51.5s;-moz-animation-delay:51.5s;-o-animation-delay:51.5s;animation-delay:51.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(516){-webkit-animation-delay:51.6s;-moz-animation-delay:51.6s;-o-animation-delay:51.6s;animation-delay:51.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(517){-webkit-animation-delay:51.7s;-moz-animation-delay:51.7s;-o-animation-delay:51.7s;animation-delay:51.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(518){-webkit-animation-delay:51.8s;-moz-animation-delay:51.8s;-o-animation-delay:51.8s;animation-delay:51.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(519){-webkit-animation-delay:51.9s;-moz-animation-delay:51.9s;-o-animation-delay:51.9s;animation-delay:51.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(520){-webkit-animation-delay:52s;-moz-animation-delay:52s;-o-animation-delay:52s;animation-delay:52s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(521){-webkit-animation-delay:52.1s;-moz-animation-delay:52.1s;-o-animation-delay:52.1s;animation-delay:52.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(522){-webkit-animation-delay:52.2s;-moz-animation-delay:52.2s;-o-animation-delay:52.2s;animation-delay:52.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(523){-webkit-animation-delay:52.3s;-moz-animation-delay:52.3s;-o-animation-delay:52.3s;animation-delay:52.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(524){-webkit-animation-delay:52.4s;-moz-animation-delay:52.4s;-o-animation-delay:52.4s;animation-delay:52.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(525){-webkit-animation-delay:52.5s;-moz-animation-delay:52.5s;-o-animation-delay:52.5s;animation-delay:52.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(526){-webkit-animation-delay:52.6s;-moz-animation-delay:52.6s;-o-animation-delay:52.6s;animation-delay:52.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(527){-webkit-animation-delay:52.7s;-moz-animation-delay:52.7s;-o-animation-delay:52.7s;animation-delay:52.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(528){-webkit-animation-delay:52.8s;-moz-animation-delay:52.8s;-o-animation-delay:52.8s;animation-delay:52.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(529){-webkit-animation-delay:52.9s;-moz-animation-delay:52.9s;-o-animation-delay:52.9s;animation-delay:52.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(530){-webkit-animation-delay:53s;-moz-animation-delay:53s;-o-animation-delay:53s;animation-delay:53s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(531){-webkit-animation-delay:53.1s;-moz-animation-delay:53.1s;-o-animation-delay:53.1s;animation-delay:53.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(532){-webkit-animation-delay:53.2s;-moz-animation-delay:53.2s;-o-animation-delay:53.2s;animation-delay:53.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(533){-webkit-animation-delay:53.3s;-moz-animation-delay:53.3s;-o-animation-delay:53.3s;animation-delay:53.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(534){-webkit-animation-delay:53.4s;-moz-animation-delay:53.4s;-o-animation-delay:53.4s;animation-delay:53.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(535){-webkit-animation-delay:53.5s;-moz-animation-delay:53.5s;-o-animation-delay:53.5s;animation-delay:53.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(536){-webkit-animation-delay:53.6s;-moz-animation-delay:53.6s;-o-animation-delay:53.6s;animation-delay:53.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(537){-webkit-animation-delay:53.7s;-moz-animation-delay:53.7s;-o-animation-delay:53.7s;animation-delay:53.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(538){-webkit-animation-delay:53.8s;-moz-animation-delay:53.8s;-o-animation-delay:53.8s;animation-delay:53.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(539){-webkit-animation-delay:53.9s;-moz-animation-delay:53.9s;-o-animation-delay:53.9s;animation-delay:53.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(540){-webkit-animation-delay:54s;-moz-animation-delay:54s;-o-animation-delay:54s;animation-delay:54s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(541){-webkit-animation-delay:54.1s;-moz-animation-delay:54.1s;-o-animation-delay:54.1s;animation-delay:54.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(542){-webkit-animation-delay:54.2s;-moz-animation-delay:54.2s;-o-animation-delay:54.2s;animation-delay:54.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(543){-webkit-animation-delay:54.3s;-moz-animation-delay:54.3s;-o-animation-delay:54.3s;animation-delay:54.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(544){-webkit-animation-delay:54.4s;-moz-animation-delay:54.4s;-o-animation-delay:54.4s;animation-delay:54.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(545){-webkit-animation-delay:54.5s;-moz-animation-delay:54.5s;-o-animation-delay:54.5s;animation-delay:54.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(546){-webkit-animation-delay:54.6s;-moz-animation-delay:54.6s;-o-animation-delay:54.6s;animation-delay:54.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(547){-webkit-animation-delay:54.7s;-moz-animation-delay:54.7s;-o-animation-delay:54.7s;animation-delay:54.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(548){-webkit-animation-delay:54.8s;-moz-animation-delay:54.8s;-o-animation-delay:54.8s;animation-delay:54.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(549){-webkit-animation-delay:54.9s;-moz-animation-delay:54.9s;-o-animation-delay:54.9s;animation-delay:54.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(550){-webkit-animation-delay:55s;-moz-animation-delay:55s;-o-animation-delay:55s;animation-delay:55s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(551){-webkit-animation-delay:55.1s;-moz-animation-delay:55.1s;-o-animation-delay:55.1s;animation-delay:55.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(552){-webkit-animation-delay:55.2s;-moz-animation-delay:55.2s;-o-animation-delay:55.2s;animation-delay:55.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(553){-webkit-animation-delay:55.3s;-moz-animation-delay:55.3s;-o-animation-delay:55.3s;animation-delay:55.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(554){-webkit-animation-delay:55.4s;-moz-animation-delay:55.4s;-o-animation-delay:55.4s;animation-delay:55.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(555){-webkit-animation-delay:55.5s;-moz-animation-delay:55.5s;-o-animation-delay:55.5s;animation-delay:55.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(556){-webkit-animation-delay:55.6s;-moz-animation-delay:55.6s;-o-animation-delay:55.6s;animation-delay:55.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(557){-webkit-animation-delay:55.7s;-moz-animation-delay:55.7s;-o-animation-delay:55.7s;animation-delay:55.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(558){-webkit-animation-delay:55.8s;-moz-animation-delay:55.8s;-o-animation-delay:55.8s;animation-delay:55.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(559){-webkit-animation-delay:55.9s;-moz-animation-delay:55.9s;-o-animation-delay:55.9s;animation-delay:55.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(560){-webkit-animation-delay:56s;-moz-animation-delay:56s;-o-animation-delay:56s;animation-delay:56s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(561){-webkit-animation-delay:56.1s;-moz-animation-delay:56.1s;-o-animation-delay:56.1s;animation-delay:56.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(562){-webkit-animation-delay:56.2s;-moz-animation-delay:56.2s;-o-animation-delay:56.2s;animation-delay:56.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(563){-webkit-animation-delay:56.3s;-moz-animation-delay:56.3s;-o-animation-delay:56.3s;animation-delay:56.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(564){-webkit-animation-delay:56.4s;-moz-animation-delay:56.4s;-o-animation-delay:56.4s;animation-delay:56.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(565){-webkit-animation-delay:56.5s;-moz-animation-delay:56.5s;-o-animation-delay:56.5s;animation-delay:56.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(566){-webkit-animation-delay:56.6s;-moz-animation-delay:56.6s;-o-animation-delay:56.6s;animation-delay:56.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(567){-webkit-animation-delay:56.7s;-moz-animation-delay:56.7s;-o-animation-delay:56.7s;animation-delay:56.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(568){-webkit-animation-delay:56.8s;-moz-animation-delay:56.8s;-o-animation-delay:56.8s;animation-delay:56.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(569){-webkit-animation-delay:56.9s;-moz-animation-delay:56.9s;-o-animation-delay:56.9s;animation-delay:56.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(570){-webkit-animation-delay:57s;-moz-animation-delay:57s;-o-animation-delay:57s;animation-delay:57s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(571){-webkit-animation-delay:57.1s;-moz-animation-delay:57.1s;-o-animation-delay:57.1s;animation-delay:57.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(572){-webkit-animation-delay:57.2s;-moz-animation-delay:57.2s;-o-animation-delay:57.2s;animation-delay:57.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(573){-webkit-animation-delay:57.3s;-moz-animation-delay:57.3s;-o-animation-delay:57.3s;animation-delay:57.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(574){-webkit-animation-delay:57.4s;-moz-animation-delay:57.4s;-o-animation-delay:57.4s;animation-delay:57.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(575){-webkit-animation-delay:57.5s;-moz-animation-delay:57.5s;-o-animation-delay:57.5s;animation-delay:57.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(576){-webkit-animation-delay:57.6s;-moz-animation-delay:57.6s;-o-animation-delay:57.6s;animation-delay:57.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(577){-webkit-animation-delay:57.7s;-moz-animation-delay:57.7s;-o-animation-delay:57.7s;animation-delay:57.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(578){-webkit-animation-delay:57.8s;-moz-animation-delay:57.8s;-o-animation-delay:57.8s;animation-delay:57.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(579){-webkit-animation-delay:57.9s;-moz-animation-delay:57.9s;-o-animation-delay:57.9s;animation-delay:57.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(580){-webkit-animation-delay:58s;-moz-animation-delay:58s;-o-animation-delay:58s;animation-delay:58s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(581){-webkit-animation-delay:58.1s;-moz-animation-delay:58.1s;-o-animation-delay:58.1s;animation-delay:58.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(582){-webkit-animation-delay:58.2s;-moz-animation-delay:58.2s;-o-animation-delay:58.2s;animation-delay:58.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(583){-webkit-animation-delay:58.3s;-moz-animation-delay:58.3s;-o-animation-delay:58.3s;animation-delay:58.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(584){-webkit-animation-delay:58.4s;-moz-animation-delay:58.4s;-o-animation-delay:58.4s;animation-delay:58.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(585){-webkit-animation-delay:58.5s;-moz-animation-delay:58.5s;-o-animation-delay:58.5s;animation-delay:58.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(586){-webkit-animation-delay:58.6s;-moz-animation-delay:58.6s;-o-animation-delay:58.6s;animation-delay:58.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(587){-webkit-animation-delay:58.7s;-moz-animation-delay:58.7s;-o-animation-delay:58.7s;animation-delay:58.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(588){-webkit-animation-delay:58.8s;-moz-animation-delay:58.8s;-o-animation-delay:58.8s;animation-delay:58.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(589){-webkit-animation-delay:58.9s;-moz-animation-delay:58.9s;-o-animation-delay:58.9s;animation-delay:58.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(590){-webkit-animation-delay:59s;-moz-animation-delay:59s;-o-animation-delay:59s;animation-delay:59s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(591){-webkit-animation-delay:59.1s;-moz-animation-delay:59.1s;-o-animation-delay:59.1s;animation-delay:59.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(592){-webkit-animation-delay:59.2s;-moz-animation-delay:59.2s;-o-animation-delay:59.2s;animation-delay:59.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(593){-webkit-animation-delay:59.3s;-moz-animation-delay:59.3s;-o-animation-delay:59.3s;animation-delay:59.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(594){-webkit-animation-delay:59.4s;-moz-animation-delay:59.4s;-o-animation-delay:59.4s;animation-delay:59.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(595){-webkit-animation-delay:59.5s;-moz-animation-delay:59.5s;-o-animation-delay:59.5s;animation-delay:59.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(596){-webkit-animation-delay:59.6s;-moz-animation-delay:59.6s;-o-animation-delay:59.6s;animation-delay:59.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(597){-webkit-animation-delay:59.7s;-moz-animation-delay:59.7s;-o-animation-delay:59.7s;animation-delay:59.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(598){-webkit-animation-delay:59.8s;-moz-animation-delay:59.8s;-o-animation-delay:59.8s;animation-delay:59.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(599){-webkit-animation-delay:59.9s;-moz-animation-delay:59.9s;-o-animation-delay:59.9s;animation-delay:59.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(600){-webkit-animation-delay:60s;-moz-animation-delay:60s;-o-animation-delay:60s;animation-delay:60s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(601){-webkit-animation-delay:60.1s;-moz-animation-delay:60.1s;-o-animation-delay:60.1s;animation-delay:60.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(602){-webkit-animation-delay:60.2s;-moz-animation-delay:60.2s;-o-animation-delay:60.2s;animation-delay:60.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(603){-webkit-animation-delay:60.3s;-moz-animation-delay:60.3s;-o-animation-delay:60.3s;animation-delay:60.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(604){-webkit-animation-delay:60.4s;-moz-animation-delay:60.4s;-o-animation-delay:60.4s;animation-delay:60.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(605){-webkit-animation-delay:60.5s;-moz-animation-delay:60.5s;-o-animation-delay:60.5s;animation-delay:60.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(606){-webkit-animation-delay:60.6s;-moz-animation-delay:60.6s;-o-animation-delay:60.6s;animation-delay:60.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(607){-webkit-animation-delay:60.7s;-moz-animation-delay:60.7s;-o-animation-delay:60.7s;animation-delay:60.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(608){-webkit-animation-delay:60.8s;-moz-animation-delay:60.8s;-o-animation-delay:60.8s;animation-delay:60.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(609){-webkit-animation-delay:60.9s;-moz-animation-delay:60.9s;-o-animation-delay:60.9s;animation-delay:60.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(610){-webkit-animation-delay:61s;-moz-animation-delay:61s;-o-animation-delay:61s;animation-delay:61s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(611){-webkit-animation-delay:61.1s;-moz-animation-delay:61.1s;-o-animation-delay:61.1s;animation-delay:61.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(612){-webkit-animation-delay:61.2s;-moz-animation-delay:61.2s;-o-animation-delay:61.2s;animation-delay:61.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(613){-webkit-animation-delay:61.3s;-moz-animation-delay:61.3s;-o-animation-delay:61.3s;animation-delay:61.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(614){-webkit-animation-delay:61.4s;-moz-animation-delay:61.4s;-o-animation-delay:61.4s;animation-delay:61.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(615){-webkit-animation-delay:61.5s;-moz-animation-delay:61.5s;-o-animation-delay:61.5s;animation-delay:61.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(616){-webkit-animation-delay:61.6s;-moz-animation-delay:61.6s;-o-animation-delay:61.6s;animation-delay:61.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(617){-webkit-animation-delay:61.7s;-moz-animation-delay:61.7s;-o-animation-delay:61.7s;animation-delay:61.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(618){-webkit-animation-delay:61.8s;-moz-animation-delay:61.8s;-o-animation-delay:61.8s;animation-delay:61.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(619){-webkit-animation-delay:61.9s;-moz-animation-delay:61.9s;-o-animation-delay:61.9s;animation-delay:61.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(620){-webkit-animation-delay:62s;-moz-animation-delay:62s;-o-animation-delay:62s;animation-delay:62s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(621){-webkit-animation-delay:62.1s;-moz-animation-delay:62.1s;-o-animation-delay:62.1s;animation-delay:62.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(622){-webkit-animation-delay:62.2s;-moz-animation-delay:62.2s;-o-animation-delay:62.2s;animation-delay:62.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(623){-webkit-animation-delay:62.3s;-moz-animation-delay:62.3s;-o-animation-delay:62.3s;animation-delay:62.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(624){-webkit-animation-delay:62.4s;-moz-animation-delay:62.4s;-o-animation-delay:62.4s;animation-delay:62.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(625){-webkit-animation-delay:62.5s;-moz-animation-delay:62.5s;-o-animation-delay:62.5s;animation-delay:62.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(626){-webkit-animation-delay:62.6s;-moz-animation-delay:62.6s;-o-animation-delay:62.6s;animation-delay:62.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(627){-webkit-animation-delay:62.7s;-moz-animation-delay:62.7s;-o-animation-delay:62.7s;animation-delay:62.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(628){-webkit-animation-delay:62.8s;-moz-animation-delay:62.8s;-o-animation-delay:62.8s;animation-delay:62.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(629){-webkit-animation-delay:62.9s;-moz-animation-delay:62.9s;-o-animation-delay:62.9s;animation-delay:62.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(630){-webkit-animation-delay:63s;-moz-animation-delay:63s;-o-animation-delay:63s;animation-delay:63s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(631){-webkit-animation-delay:63.1s;-moz-animation-delay:63.1s;-o-animation-delay:63.1s;animation-delay:63.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(632){-webkit-animation-delay:63.2s;-moz-animation-delay:63.2s;-o-animation-delay:63.2s;animation-delay:63.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(633){-webkit-animation-delay:63.3s;-moz-animation-delay:63.3s;-o-animation-delay:63.3s;animation-delay:63.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(634){-webkit-animation-delay:63.4s;-moz-animation-delay:63.4s;-o-animation-delay:63.4s;animation-delay:63.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(635){-webkit-animation-delay:63.5s;-moz-animation-delay:63.5s;-o-animation-delay:63.5s;animation-delay:63.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(636){-webkit-animation-delay:63.6s;-moz-animation-delay:63.6s;-o-animation-delay:63.6s;animation-delay:63.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(637){-webkit-animation-delay:63.7s;-moz-animation-delay:63.7s;-o-animation-delay:63.7s;animation-delay:63.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(638){-webkit-animation-delay:63.8s;-moz-animation-delay:63.8s;-o-animation-delay:63.8s;animation-delay:63.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(639){-webkit-animation-delay:63.9s;-moz-animation-delay:63.9s;-o-animation-delay:63.9s;animation-delay:63.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(640){-webkit-animation-delay:64s;-moz-animation-delay:64s;-o-animation-delay:64s;animation-delay:64s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(641){-webkit-animation-delay:64.1s;-moz-animation-delay:64.1s;-o-animation-delay:64.1s;animation-delay:64.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(642){-webkit-animation-delay:64.2s;-moz-animation-delay:64.2s;-o-animation-delay:64.2s;animation-delay:64.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(643){-webkit-animation-delay:64.3s;-moz-animation-delay:64.3s;-o-animation-delay:64.3s;animation-delay:64.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(644){-webkit-animation-delay:64.4s;-moz-animation-delay:64.4s;-o-animation-delay:64.4s;animation-delay:64.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(645){-webkit-animation-delay:64.5s;-moz-animation-delay:64.5s;-o-animation-delay:64.5s;animation-delay:64.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(646){-webkit-animation-delay:64.6s;-moz-animation-delay:64.6s;-o-animation-delay:64.6s;animation-delay:64.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(647){-webkit-animation-delay:64.7s;-moz-animation-delay:64.7s;-o-animation-delay:64.7s;animation-delay:64.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(648){-webkit-animation-delay:64.8s;-moz-animation-delay:64.8s;-o-animation-delay:64.8s;animation-delay:64.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(649){-webkit-animation-delay:64.9s;-moz-animation-delay:64.9s;-o-animation-delay:64.9s;animation-delay:64.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(650){-webkit-animation-delay:65s;-moz-animation-delay:65s;-o-animation-delay:65s;animation-delay:65s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(651){-webkit-animation-delay:65.1s;-moz-animation-delay:65.1s;-o-animation-delay:65.1s;animation-delay:65.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(652){-webkit-animation-delay:65.2s;-moz-animation-delay:65.2s;-o-animation-delay:65.2s;animation-delay:65.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(653){-webkit-animation-delay:65.3s;-moz-animation-delay:65.3s;-o-animation-delay:65.3s;animation-delay:65.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(654){-webkit-animation-delay:65.4s;-moz-animation-delay:65.4s;-o-animation-delay:65.4s;animation-delay:65.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(655){-webkit-animation-delay:65.5s;-moz-animation-delay:65.5s;-o-animation-delay:65.5s;animation-delay:65.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(656){-webkit-animation-delay:65.6s;-moz-animation-delay:65.6s;-o-animation-delay:65.6s;animation-delay:65.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(657){-webkit-animation-delay:65.7s;-moz-animation-delay:65.7s;-o-animation-delay:65.7s;animation-delay:65.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(658){-webkit-animation-delay:65.8s;-moz-animation-delay:65.8s;-o-animation-delay:65.8s;animation-delay:65.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(659){-webkit-animation-delay:65.9s;-moz-animation-delay:65.9s;-o-animation-delay:65.9s;animation-delay:65.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(660){-webkit-animation-delay:66s;-moz-animation-delay:66s;-o-animation-delay:66s;animation-delay:66s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(661){-webkit-animation-delay:66.1s;-moz-animation-delay:66.1s;-o-animation-delay:66.1s;animation-delay:66.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(662){-webkit-animation-delay:66.2s;-moz-animation-delay:66.2s;-o-animation-delay:66.2s;animation-delay:66.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(663){-webkit-animation-delay:66.3s;-moz-animation-delay:66.3s;-o-animation-delay:66.3s;animation-delay:66.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(664){-webkit-animation-delay:66.4s;-moz-animation-delay:66.4s;-o-animation-delay:66.4s;animation-delay:66.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(665){-webkit-animation-delay:66.5s;-moz-animation-delay:66.5s;-o-animation-delay:66.5s;animation-delay:66.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(666){-webkit-animation-delay:66.6s;-moz-animation-delay:66.6s;-o-animation-delay:66.6s;animation-delay:66.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(667){-webkit-animation-delay:66.7s;-moz-animation-delay:66.7s;-o-animation-delay:66.7s;animation-delay:66.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(668){-webkit-animation-delay:66.8s;-moz-animation-delay:66.8s;-o-animation-delay:66.8s;animation-delay:66.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(669){-webkit-animation-delay:66.9s;-moz-animation-delay:66.9s;-o-animation-delay:66.9s;animation-delay:66.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(670){-webkit-animation-delay:67s;-moz-animation-delay:67s;-o-animation-delay:67s;animation-delay:67s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(671){-webkit-animation-delay:67.1s;-moz-animation-delay:67.1s;-o-animation-delay:67.1s;animation-delay:67.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(672){-webkit-animation-delay:67.2s;-moz-animation-delay:67.2s;-o-animation-delay:67.2s;animation-delay:67.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(673){-webkit-animation-delay:67.3s;-moz-animation-delay:67.3s;-o-animation-delay:67.3s;animation-delay:67.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(674){-webkit-animation-delay:67.4s;-moz-animation-delay:67.4s;-o-animation-delay:67.4s;animation-delay:67.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(675){-webkit-animation-delay:67.5s;-moz-animation-delay:67.5s;-o-animation-delay:67.5s;animation-delay:67.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(676){-webkit-animation-delay:67.6s;-moz-animation-delay:67.6s;-o-animation-delay:67.6s;animation-delay:67.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(677){-webkit-animation-delay:67.7s;-moz-animation-delay:67.7s;-o-animation-delay:67.7s;animation-delay:67.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(678){-webkit-animation-delay:67.8s;-moz-animation-delay:67.8s;-o-animation-delay:67.8s;animation-delay:67.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(679){-webkit-animation-delay:67.9s;-moz-animation-delay:67.9s;-o-animation-delay:67.9s;animation-delay:67.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(680){-webkit-animation-delay:68s;-moz-animation-delay:68s;-o-animation-delay:68s;animation-delay:68s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(681){-webkit-animation-delay:68.1s;-moz-animation-delay:68.1s;-o-animation-delay:68.1s;animation-delay:68.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(682){-webkit-animation-delay:68.2s;-moz-animation-delay:68.2s;-o-animation-delay:68.2s;animation-delay:68.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(683){-webkit-animation-delay:68.3s;-moz-animation-delay:68.3s;-o-animation-delay:68.3s;animation-delay:68.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(684){-webkit-animation-delay:68.4s;-moz-animation-delay:68.4s;-o-animation-delay:68.4s;animation-delay:68.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(685){-webkit-animation-delay:68.5s;-moz-animation-delay:68.5s;-o-animation-delay:68.5s;animation-delay:68.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(686){-webkit-animation-delay:68.6s;-moz-animation-delay:68.6s;-o-animation-delay:68.6s;animation-delay:68.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(687){-webkit-animation-delay:68.7s;-moz-animation-delay:68.7s;-o-animation-delay:68.7s;animation-delay:68.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(688){-webkit-animation-delay:68.8s;-moz-animation-delay:68.8s;-o-animation-delay:68.8s;animation-delay:68.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(689){-webkit-animation-delay:68.9s;-moz-animation-delay:68.9s;-o-animation-delay:68.9s;animation-delay:68.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(690){-webkit-animation-delay:69s;-moz-animation-delay:69s;-o-animation-delay:69s;animation-delay:69s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(691){-webkit-animation-delay:69.1s;-moz-animation-delay:69.1s;-o-animation-delay:69.1s;animation-delay:69.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(692){-webkit-animation-delay:69.2s;-moz-animation-delay:69.2s;-o-animation-delay:69.2s;animation-delay:69.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(693){-webkit-animation-delay:69.3s;-moz-animation-delay:69.3s;-o-animation-delay:69.3s;animation-delay:69.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(694){-webkit-animation-delay:69.4s;-moz-animation-delay:69.4s;-o-animation-delay:69.4s;animation-delay:69.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(695){-webkit-animation-delay:69.5s;-moz-animation-delay:69.5s;-o-animation-delay:69.5s;animation-delay:69.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(696){-webkit-animation-delay:69.6s;-moz-animation-delay:69.6s;-o-animation-delay:69.6s;animation-delay:69.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(697){-webkit-animation-delay:69.7s;-moz-animation-delay:69.7s;-o-animation-delay:69.7s;animation-delay:69.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(698){-webkit-animation-delay:69.8s;-moz-animation-delay:69.8s;-o-animation-delay:69.8s;animation-delay:69.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(699){-webkit-animation-delay:69.9s;-moz-animation-delay:69.9s;-o-animation-delay:69.9s;animation-delay:69.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(700){-webkit-animation-delay:70s;-moz-animation-delay:70s;-o-animation-delay:70s;animation-delay:70s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(701){-webkit-animation-delay:70.1s;-moz-animation-delay:70.1s;-o-animation-delay:70.1s;animation-delay:70.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(702){-webkit-animation-delay:70.2s;-moz-animation-delay:70.2s;-o-animation-delay:70.2s;animation-delay:70.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(703){-webkit-animation-delay:70.3s;-moz-animation-delay:70.3s;-o-animation-delay:70.3s;animation-delay:70.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(704){-webkit-animation-delay:70.4s;-moz-animation-delay:70.4s;-o-animation-delay:70.4s;animation-delay:70.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(705){-webkit-animation-delay:70.5s;-moz-animation-delay:70.5s;-o-animation-delay:70.5s;animation-delay:70.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(706){-webkit-animation-delay:70.6s;-moz-animation-delay:70.6s;-o-animation-delay:70.6s;animation-delay:70.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(707){-webkit-animation-delay:70.7s;-moz-animation-delay:70.7s;-o-animation-delay:70.7s;animation-delay:70.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(708){-webkit-animation-delay:70.8s;-moz-animation-delay:70.8s;-o-animation-delay:70.8s;animation-delay:70.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(709){-webkit-animation-delay:70.9s;-moz-animation-delay:70.9s;-o-animation-delay:70.9s;animation-delay:70.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(710){-webkit-animation-delay:71s;-moz-animation-delay:71s;-o-animation-delay:71s;animation-delay:71s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(711){-webkit-animation-delay:71.1s;-moz-animation-delay:71.1s;-o-animation-delay:71.1s;animation-delay:71.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(712){-webkit-animation-delay:71.2s;-moz-animation-delay:71.2s;-o-animation-delay:71.2s;animation-delay:71.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(713){-webkit-animation-delay:71.3s;-moz-animation-delay:71.3s;-o-animation-delay:71.3s;animation-delay:71.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(714){-webkit-animation-delay:71.4s;-moz-animation-delay:71.4s;-o-animation-delay:71.4s;animation-delay:71.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(715){-webkit-animation-delay:71.5s;-moz-animation-delay:71.5s;-o-animation-delay:71.5s;animation-delay:71.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(716){-webkit-animation-delay:71.6s;-moz-animation-delay:71.6s;-o-animation-delay:71.6s;animation-delay:71.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(717){-webkit-animation-delay:71.7s;-moz-animation-delay:71.7s;-o-animation-delay:71.7s;animation-delay:71.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(718){-webkit-animation-delay:71.8s;-moz-animation-delay:71.8s;-o-animation-delay:71.8s;animation-delay:71.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(719){-webkit-animation-delay:71.9s;-moz-animation-delay:71.9s;-o-animation-delay:71.9s;animation-delay:71.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(720){-webkit-animation-delay:72s;-moz-animation-delay:72s;-o-animation-delay:72s;animation-delay:72s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(721){-webkit-animation-delay:72.1s;-moz-animation-delay:72.1s;-o-animation-delay:72.1s;animation-delay:72.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(722){-webkit-animation-delay:72.2s;-moz-animation-delay:72.2s;-o-animation-delay:72.2s;animation-delay:72.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(723){-webkit-animation-delay:72.3s;-moz-animation-delay:72.3s;-o-animation-delay:72.3s;animation-delay:72.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(724){-webkit-animation-delay:72.4s;-moz-animation-delay:72.4s;-o-animation-delay:72.4s;animation-delay:72.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(725){-webkit-animation-delay:72.5s;-moz-animation-delay:72.5s;-o-animation-delay:72.5s;animation-delay:72.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(726){-webkit-animation-delay:72.6s;-moz-animation-delay:72.6s;-o-animation-delay:72.6s;animation-delay:72.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(727){-webkit-animation-delay:72.7s;-moz-animation-delay:72.7s;-o-animation-delay:72.7s;animation-delay:72.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(728){-webkit-animation-delay:72.8s;-moz-animation-delay:72.8s;-o-animation-delay:72.8s;animation-delay:72.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(729){-webkit-animation-delay:72.9s;-moz-animation-delay:72.9s;-o-animation-delay:72.9s;animation-delay:72.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(730){-webkit-animation-delay:73s;-moz-animation-delay:73s;-o-animation-delay:73s;animation-delay:73s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(731){-webkit-animation-delay:73.1s;-moz-animation-delay:73.1s;-o-animation-delay:73.1s;animation-delay:73.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(732){-webkit-animation-delay:73.2s;-moz-animation-delay:73.2s;-o-animation-delay:73.2s;animation-delay:73.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(733){-webkit-animation-delay:73.3s;-moz-animation-delay:73.3s;-o-animation-delay:73.3s;animation-delay:73.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(734){-webkit-animation-delay:73.4s;-moz-animation-delay:73.4s;-o-animation-delay:73.4s;animation-delay:73.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(735){-webkit-animation-delay:73.5s;-moz-animation-delay:73.5s;-o-animation-delay:73.5s;animation-delay:73.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(736){-webkit-animation-delay:73.6s;-moz-animation-delay:73.6s;-o-animation-delay:73.6s;animation-delay:73.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(737){-webkit-animation-delay:73.7s;-moz-animation-delay:73.7s;-o-animation-delay:73.7s;animation-delay:73.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(738){-webkit-animation-delay:73.8s;-moz-animation-delay:73.8s;-o-animation-delay:73.8s;animation-delay:73.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(739){-webkit-animation-delay:73.9s;-moz-animation-delay:73.9s;-o-animation-delay:73.9s;animation-delay:73.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(740){-webkit-animation-delay:74s;-moz-animation-delay:74s;-o-animation-delay:74s;animation-delay:74s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(741){-webkit-animation-delay:74.1s;-moz-animation-delay:74.1s;-o-animation-delay:74.1s;animation-delay:74.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(742){-webkit-animation-delay:74.2s;-moz-animation-delay:74.2s;-o-animation-delay:74.2s;animation-delay:74.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(743){-webkit-animation-delay:74.3s;-moz-animation-delay:74.3s;-o-animation-delay:74.3s;animation-delay:74.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(744){-webkit-animation-delay:74.4s;-moz-animation-delay:74.4s;-o-animation-delay:74.4s;animation-delay:74.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(745){-webkit-animation-delay:74.5s;-moz-animation-delay:74.5s;-o-animation-delay:74.5s;animation-delay:74.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(746){-webkit-animation-delay:74.6s;-moz-animation-delay:74.6s;-o-animation-delay:74.6s;animation-delay:74.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(747){-webkit-animation-delay:74.7s;-moz-animation-delay:74.7s;-o-animation-delay:74.7s;animation-delay:74.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(748){-webkit-animation-delay:74.8s;-moz-animation-delay:74.8s;-o-animation-delay:74.8s;animation-delay:74.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(749){-webkit-animation-delay:74.9s;-moz-animation-delay:74.9s;-o-animation-delay:74.9s;animation-delay:74.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(750){-webkit-animation-delay:75s;-moz-animation-delay:75s;-o-animation-delay:75s;animation-delay:75s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(751){-webkit-animation-delay:75.1s;-moz-animation-delay:75.1s;-o-animation-delay:75.1s;animation-delay:75.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(752){-webkit-animation-delay:75.2s;-moz-animation-delay:75.2s;-o-animation-delay:75.2s;animation-delay:75.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(753){-webkit-animation-delay:75.3s;-moz-animation-delay:75.3s;-o-animation-delay:75.3s;animation-delay:75.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(754){-webkit-animation-delay:75.4s;-moz-animation-delay:75.4s;-o-animation-delay:75.4s;animation-delay:75.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(755){-webkit-animation-delay:75.5s;-moz-animation-delay:75.5s;-o-animation-delay:75.5s;animation-delay:75.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(756){-webkit-animation-delay:75.6s;-moz-animation-delay:75.6s;-o-animation-delay:75.6s;animation-delay:75.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(757){-webkit-animation-delay:75.7s;-moz-animation-delay:75.7s;-o-animation-delay:75.7s;animation-delay:75.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(758){-webkit-animation-delay:75.8s;-moz-animation-delay:75.8s;-o-animation-delay:75.8s;animation-delay:75.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(759){-webkit-animation-delay:75.9s;-moz-animation-delay:75.9s;-o-animation-delay:75.9s;animation-delay:75.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(760){-webkit-animation-delay:76s;-moz-animation-delay:76s;-o-animation-delay:76s;animation-delay:76s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(761){-webkit-animation-delay:76.1s;-moz-animation-delay:76.1s;-o-animation-delay:76.1s;animation-delay:76.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(762){-webkit-animation-delay:76.2s;-moz-animation-delay:76.2s;-o-animation-delay:76.2s;animation-delay:76.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(763){-webkit-animation-delay:76.3s;-moz-animation-delay:76.3s;-o-animation-delay:76.3s;animation-delay:76.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(764){-webkit-animation-delay:76.4s;-moz-animation-delay:76.4s;-o-animation-delay:76.4s;animation-delay:76.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(765){-webkit-animation-delay:76.5s;-moz-animation-delay:76.5s;-o-animation-delay:76.5s;animation-delay:76.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(766){-webkit-animation-delay:76.6s;-moz-animation-delay:76.6s;-o-animation-delay:76.6s;animation-delay:76.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(767){-webkit-animation-delay:76.7s;-moz-animation-delay:76.7s;-o-animation-delay:76.7s;animation-delay:76.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(768){-webkit-animation-delay:76.8s;-moz-animation-delay:76.8s;-o-animation-delay:76.8s;animation-delay:76.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(769){-webkit-animation-delay:76.9s;-moz-animation-delay:76.9s;-o-animation-delay:76.9s;animation-delay:76.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(770){-webkit-animation-delay:77s;-moz-animation-delay:77s;-o-animation-delay:77s;animation-delay:77s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(771){-webkit-animation-delay:77.1s;-moz-animation-delay:77.1s;-o-animation-delay:77.1s;animation-delay:77.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(772){-webkit-animation-delay:77.2s;-moz-animation-delay:77.2s;-o-animation-delay:77.2s;animation-delay:77.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(773){-webkit-animation-delay:77.3s;-moz-animation-delay:77.3s;-o-animation-delay:77.3s;animation-delay:77.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(774){-webkit-animation-delay:77.4s;-moz-animation-delay:77.4s;-o-animation-delay:77.4s;animation-delay:77.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(775){-webkit-animation-delay:77.5s;-moz-animation-delay:77.5s;-o-animation-delay:77.5s;animation-delay:77.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(776){-webkit-animation-delay:77.6s;-moz-animation-delay:77.6s;-o-animation-delay:77.6s;animation-delay:77.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(777){-webkit-animation-delay:77.7s;-moz-animation-delay:77.7s;-o-animation-delay:77.7s;animation-delay:77.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(778){-webkit-animation-delay:77.8s;-moz-animation-delay:77.8s;-o-animation-delay:77.8s;animation-delay:77.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(779){-webkit-animation-delay:77.9s;-moz-animation-delay:77.9s;-o-animation-delay:77.9s;animation-delay:77.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(780){-webkit-animation-delay:78s;-moz-animation-delay:78s;-o-animation-delay:78s;animation-delay:78s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(781){-webkit-animation-delay:78.1s;-moz-animation-delay:78.1s;-o-animation-delay:78.1s;animation-delay:78.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(782){-webkit-animation-delay:78.2s;-moz-animation-delay:78.2s;-o-animation-delay:78.2s;animation-delay:78.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(783){-webkit-animation-delay:78.3s;-moz-animation-delay:78.3s;-o-animation-delay:78.3s;animation-delay:78.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(784){-webkit-animation-delay:78.4s;-moz-animation-delay:78.4s;-o-animation-delay:78.4s;animation-delay:78.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(785){-webkit-animation-delay:78.5s;-moz-animation-delay:78.5s;-o-animation-delay:78.5s;animation-delay:78.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(786){-webkit-animation-delay:78.6s;-moz-animation-delay:78.6s;-o-animation-delay:78.6s;animation-delay:78.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(787){-webkit-animation-delay:78.7s;-moz-animation-delay:78.7s;-o-animation-delay:78.7s;animation-delay:78.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(788){-webkit-animation-delay:78.8s;-moz-animation-delay:78.8s;-o-animation-delay:78.8s;animation-delay:78.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(789){-webkit-animation-delay:78.9s;-moz-animation-delay:78.9s;-o-animation-delay:78.9s;animation-delay:78.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(790){-webkit-animation-delay:79s;-moz-animation-delay:79s;-o-animation-delay:79s;animation-delay:79s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(791){-webkit-animation-delay:79.1s;-moz-animation-delay:79.1s;-o-animation-delay:79.1s;animation-delay:79.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(792){-webkit-animation-delay:79.2s;-moz-animation-delay:79.2s;-o-animation-delay:79.2s;animation-delay:79.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(793){-webkit-animation-delay:79.3s;-moz-animation-delay:79.3s;-o-animation-delay:79.3s;animation-delay:79.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(794){-webkit-animation-delay:79.4s;-moz-animation-delay:79.4s;-o-animation-delay:79.4s;animation-delay:79.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(795){-webkit-animation-delay:79.5s;-moz-animation-delay:79.5s;-o-animation-delay:79.5s;animation-delay:79.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(796){-webkit-animation-delay:79.6s;-moz-animation-delay:79.6s;-o-animation-delay:79.6s;animation-delay:79.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(797){-webkit-animation-delay:79.7s;-moz-animation-delay:79.7s;-o-animation-delay:79.7s;animation-delay:79.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(798){-webkit-animation-delay:79.8s;-moz-animation-delay:79.8s;-o-animation-delay:79.8s;animation-delay:79.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(799){-webkit-animation-delay:79.9s;-moz-animation-delay:79.9s;-o-animation-delay:79.9s;animation-delay:79.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(800){-webkit-animation-delay:80s;-moz-animation-delay:80s;-o-animation-delay:80s;animation-delay:80s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(801){-webkit-animation-delay:80.1s;-moz-animation-delay:80.1s;-o-animation-delay:80.1s;animation-delay:80.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(802){-webkit-animation-delay:80.2s;-moz-animation-delay:80.2s;-o-animation-delay:80.2s;animation-delay:80.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(803){-webkit-animation-delay:80.3s;-moz-animation-delay:80.3s;-o-animation-delay:80.3s;animation-delay:80.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(804){-webkit-animation-delay:80.4s;-moz-animation-delay:80.4s;-o-animation-delay:80.4s;animation-delay:80.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(805){-webkit-animation-delay:80.5s;-moz-animation-delay:80.5s;-o-animation-delay:80.5s;animation-delay:80.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(806){-webkit-animation-delay:80.6s;-moz-animation-delay:80.6s;-o-animation-delay:80.6s;animation-delay:80.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(807){-webkit-animation-delay:80.7s;-moz-animation-delay:80.7s;-o-animation-delay:80.7s;animation-delay:80.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(808){-webkit-animation-delay:80.8s;-moz-animation-delay:80.8s;-o-animation-delay:80.8s;animation-delay:80.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(809){-webkit-animation-delay:80.9s;-moz-animation-delay:80.9s;-o-animation-delay:80.9s;animation-delay:80.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(810){-webkit-animation-delay:81s;-moz-animation-delay:81s;-o-animation-delay:81s;animation-delay:81s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(811){-webkit-animation-delay:81.1s;-moz-animation-delay:81.1s;-o-animation-delay:81.1s;animation-delay:81.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(812){-webkit-animation-delay:81.2s;-moz-animation-delay:81.2s;-o-animation-delay:81.2s;animation-delay:81.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(813){-webkit-animation-delay:81.3s;-moz-animation-delay:81.3s;-o-animation-delay:81.3s;animation-delay:81.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(814){-webkit-animation-delay:81.4s;-moz-animation-delay:81.4s;-o-animation-delay:81.4s;animation-delay:81.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(815){-webkit-animation-delay:81.5s;-moz-animation-delay:81.5s;-o-animation-delay:81.5s;animation-delay:81.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(816){-webkit-animation-delay:81.6s;-moz-animation-delay:81.6s;-o-animation-delay:81.6s;animation-delay:81.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(817){-webkit-animation-delay:81.7s;-moz-animation-delay:81.7s;-o-animation-delay:81.7s;animation-delay:81.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(818){-webkit-animation-delay:81.8s;-moz-animation-delay:81.8s;-o-animation-delay:81.8s;animation-delay:81.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(819){-webkit-animation-delay:81.9s;-moz-animation-delay:81.9s;-o-animation-delay:81.9s;animation-delay:81.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(820){-webkit-animation-delay:82s;-moz-animation-delay:82s;-o-animation-delay:82s;animation-delay:82s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(821){-webkit-animation-delay:82.1s;-moz-animation-delay:82.1s;-o-animation-delay:82.1s;animation-delay:82.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(822){-webkit-animation-delay:82.2s;-moz-animation-delay:82.2s;-o-animation-delay:82.2s;animation-delay:82.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(823){-webkit-animation-delay:82.3s;-moz-animation-delay:82.3s;-o-animation-delay:82.3s;animation-delay:82.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(824){-webkit-animation-delay:82.4s;-moz-animation-delay:82.4s;-o-animation-delay:82.4s;animation-delay:82.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(825){-webkit-animation-delay:82.5s;-moz-animation-delay:82.5s;-o-animation-delay:82.5s;animation-delay:82.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(826){-webkit-animation-delay:82.6s;-moz-animation-delay:82.6s;-o-animation-delay:82.6s;animation-delay:82.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(827){-webkit-animation-delay:82.7s;-moz-animation-delay:82.7s;-o-animation-delay:82.7s;animation-delay:82.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(828){-webkit-animation-delay:82.8s;-moz-animation-delay:82.8s;-o-animation-delay:82.8s;animation-delay:82.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(829){-webkit-animation-delay:82.9s;-moz-animation-delay:82.9s;-o-animation-delay:82.9s;animation-delay:82.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(830){-webkit-animation-delay:83s;-moz-animation-delay:83s;-o-animation-delay:83s;animation-delay:83s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(831){-webkit-animation-delay:83.1s;-moz-animation-delay:83.1s;-o-animation-delay:83.1s;animation-delay:83.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(832){-webkit-animation-delay:83.2s;-moz-animation-delay:83.2s;-o-animation-delay:83.2s;animation-delay:83.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(833){-webkit-animation-delay:83.3s;-moz-animation-delay:83.3s;-o-animation-delay:83.3s;animation-delay:83.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(834){-webkit-animation-delay:83.4s;-moz-animation-delay:83.4s;-o-animation-delay:83.4s;animation-delay:83.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(835){-webkit-animation-delay:83.5s;-moz-animation-delay:83.5s;-o-animation-delay:83.5s;animation-delay:83.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(836){-webkit-animation-delay:83.6s;-moz-animation-delay:83.6s;-o-animation-delay:83.6s;animation-delay:83.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(837){-webkit-animation-delay:83.7s;-moz-animation-delay:83.7s;-o-animation-delay:83.7s;animation-delay:83.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(838){-webkit-animation-delay:83.8s;-moz-animation-delay:83.8s;-o-animation-delay:83.8s;animation-delay:83.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(839){-webkit-animation-delay:83.9s;-moz-animation-delay:83.9s;-o-animation-delay:83.9s;animation-delay:83.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(840){-webkit-animation-delay:84s;-moz-animation-delay:84s;-o-animation-delay:84s;animation-delay:84s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(841){-webkit-animation-delay:84.1s;-moz-animation-delay:84.1s;-o-animation-delay:84.1s;animation-delay:84.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(842){-webkit-animation-delay:84.2s;-moz-animation-delay:84.2s;-o-animation-delay:84.2s;animation-delay:84.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(843){-webkit-animation-delay:84.3s;-moz-animation-delay:84.3s;-o-animation-delay:84.3s;animation-delay:84.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(844){-webkit-animation-delay:84.4s;-moz-animation-delay:84.4s;-o-animation-delay:84.4s;animation-delay:84.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(845){-webkit-animation-delay:84.5s;-moz-animation-delay:84.5s;-o-animation-delay:84.5s;animation-delay:84.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(846){-webkit-animation-delay:84.6s;-moz-animation-delay:84.6s;-o-animation-delay:84.6s;animation-delay:84.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(847){-webkit-animation-delay:84.7s;-moz-animation-delay:84.7s;-o-animation-delay:84.7s;animation-delay:84.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(848){-webkit-animation-delay:84.8s;-moz-animation-delay:84.8s;-o-animation-delay:84.8s;animation-delay:84.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(849){-webkit-animation-delay:84.9s;-moz-animation-delay:84.9s;-o-animation-delay:84.9s;animation-delay:84.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(850){-webkit-animation-delay:85s;-moz-animation-delay:85s;-o-animation-delay:85s;animation-delay:85s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(851){-webkit-animation-delay:85.1s;-moz-animation-delay:85.1s;-o-animation-delay:85.1s;animation-delay:85.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(852){-webkit-animation-delay:85.2s;-moz-animation-delay:85.2s;-o-animation-delay:85.2s;animation-delay:85.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(853){-webkit-animation-delay:85.3s;-moz-animation-delay:85.3s;-o-animation-delay:85.3s;animation-delay:85.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(854){-webkit-animation-delay:85.4s;-moz-animation-delay:85.4s;-o-animation-delay:85.4s;animation-delay:85.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(855){-webkit-animation-delay:85.5s;-moz-animation-delay:85.5s;-o-animation-delay:85.5s;animation-delay:85.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(856){-webkit-animation-delay:85.6s;-moz-animation-delay:85.6s;-o-animation-delay:85.6s;animation-delay:85.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(857){-webkit-animation-delay:85.7s;-moz-animation-delay:85.7s;-o-animation-delay:85.7s;animation-delay:85.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(858){-webkit-animation-delay:85.8s;-moz-animation-delay:85.8s;-o-animation-delay:85.8s;animation-delay:85.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(859){-webkit-animation-delay:85.9s;-moz-animation-delay:85.9s;-o-animation-delay:85.9s;animation-delay:85.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(860){-webkit-animation-delay:86s;-moz-animation-delay:86s;-o-animation-delay:86s;animation-delay:86s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(861){-webkit-animation-delay:86.1s;-moz-animation-delay:86.1s;-o-animation-delay:86.1s;animation-delay:86.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(862){-webkit-animation-delay:86.2s;-moz-animation-delay:86.2s;-o-animation-delay:86.2s;animation-delay:86.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(863){-webkit-animation-delay:86.3s;-moz-animation-delay:86.3s;-o-animation-delay:86.3s;animation-delay:86.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(864){-webkit-animation-delay:86.4s;-moz-animation-delay:86.4s;-o-animation-delay:86.4s;animation-delay:86.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(865){-webkit-animation-delay:86.5s;-moz-animation-delay:86.5s;-o-animation-delay:86.5s;animation-delay:86.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(866){-webkit-animation-delay:86.6s;-moz-animation-delay:86.6s;-o-animation-delay:86.6s;animation-delay:86.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(867){-webkit-animation-delay:86.7s;-moz-animation-delay:86.7s;-o-animation-delay:86.7s;animation-delay:86.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(868){-webkit-animation-delay:86.8s;-moz-animation-delay:86.8s;-o-animation-delay:86.8s;animation-delay:86.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(869){-webkit-animation-delay:86.9s;-moz-animation-delay:86.9s;-o-animation-delay:86.9s;animation-delay:86.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(870){-webkit-animation-delay:87s;-moz-animation-delay:87s;-o-animation-delay:87s;animation-delay:87s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(871){-webkit-animation-delay:87.1s;-moz-animation-delay:87.1s;-o-animation-delay:87.1s;animation-delay:87.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(872){-webkit-animation-delay:87.2s;-moz-animation-delay:87.2s;-o-animation-delay:87.2s;animation-delay:87.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(873){-webkit-animation-delay:87.3s;-moz-animation-delay:87.3s;-o-animation-delay:87.3s;animation-delay:87.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(874){-webkit-animation-delay:87.4s;-moz-animation-delay:87.4s;-o-animation-delay:87.4s;animation-delay:87.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(875){-webkit-animation-delay:87.5s;-moz-animation-delay:87.5s;-o-animation-delay:87.5s;animation-delay:87.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(876){-webkit-animation-delay:87.6s;-moz-animation-delay:87.6s;-o-animation-delay:87.6s;animation-delay:87.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(877){-webkit-animation-delay:87.7s;-moz-animation-delay:87.7s;-o-animation-delay:87.7s;animation-delay:87.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(878){-webkit-animation-delay:87.8s;-moz-animation-delay:87.8s;-o-animation-delay:87.8s;animation-delay:87.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(879){-webkit-animation-delay:87.9s;-moz-animation-delay:87.9s;-o-animation-delay:87.9s;animation-delay:87.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(880){-webkit-animation-delay:88s;-moz-animation-delay:88s;-o-animation-delay:88s;animation-delay:88s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(881){-webkit-animation-delay:88.1s;-moz-animation-delay:88.1s;-o-animation-delay:88.1s;animation-delay:88.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(882){-webkit-animation-delay:88.2s;-moz-animation-delay:88.2s;-o-animation-delay:88.2s;animation-delay:88.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(883){-webkit-animation-delay:88.3s;-moz-animation-delay:88.3s;-o-animation-delay:88.3s;animation-delay:88.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(884){-webkit-animation-delay:88.4s;-moz-animation-delay:88.4s;-o-animation-delay:88.4s;animation-delay:88.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(885){-webkit-animation-delay:88.5s;-moz-animation-delay:88.5s;-o-animation-delay:88.5s;animation-delay:88.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(886){-webkit-animation-delay:88.6s;-moz-animation-delay:88.6s;-o-animation-delay:88.6s;animation-delay:88.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(887){-webkit-animation-delay:88.7s;-moz-animation-delay:88.7s;-o-animation-delay:88.7s;animation-delay:88.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(888){-webkit-animation-delay:88.8s;-moz-animation-delay:88.8s;-o-animation-delay:88.8s;animation-delay:88.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(889){-webkit-animation-delay:88.9s;-moz-animation-delay:88.9s;-o-animation-delay:88.9s;animation-delay:88.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(890){-webkit-animation-delay:89s;-moz-animation-delay:89s;-o-animation-delay:89s;animation-delay:89s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(891){-webkit-animation-delay:89.1s;-moz-animation-delay:89.1s;-o-animation-delay:89.1s;animation-delay:89.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(892){-webkit-animation-delay:89.2s;-moz-animation-delay:89.2s;-o-animation-delay:89.2s;animation-delay:89.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(893){-webkit-animation-delay:89.3s;-moz-animation-delay:89.3s;-o-animation-delay:89.3s;animation-delay:89.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(894){-webkit-animation-delay:89.4s;-moz-animation-delay:89.4s;-o-animation-delay:89.4s;animation-delay:89.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(895){-webkit-animation-delay:89.5s;-moz-animation-delay:89.5s;-o-animation-delay:89.5s;animation-delay:89.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(896){-webkit-animation-delay:89.6s;-moz-animation-delay:89.6s;-o-animation-delay:89.6s;animation-delay:89.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(897){-webkit-animation-delay:89.7s;-moz-animation-delay:89.7s;-o-animation-delay:89.7s;animation-delay:89.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(898){-webkit-animation-delay:89.8s;-moz-animation-delay:89.8s;-o-animation-delay:89.8s;animation-delay:89.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(899){-webkit-animation-delay:89.9s;-moz-animation-delay:89.9s;-o-animation-delay:89.9s;animation-delay:89.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(900){-webkit-animation-delay:90s;-moz-animation-delay:90s;-o-animation-delay:90s;animation-delay:90s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(901){-webkit-animation-delay:90.1s;-moz-animation-delay:90.1s;-o-animation-delay:90.1s;animation-delay:90.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(902){-webkit-animation-delay:90.2s;-moz-animation-delay:90.2s;-o-animation-delay:90.2s;animation-delay:90.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(903){-webkit-animation-delay:90.3s;-moz-animation-delay:90.3s;-o-animation-delay:90.3s;animation-delay:90.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(904){-webkit-animation-delay:90.4s;-moz-animation-delay:90.4s;-o-animation-delay:90.4s;animation-delay:90.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(905){-webkit-animation-delay:90.5s;-moz-animation-delay:90.5s;-o-animation-delay:90.5s;animation-delay:90.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(906){-webkit-animation-delay:90.6s;-moz-animation-delay:90.6s;-o-animation-delay:90.6s;animation-delay:90.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(907){-webkit-animation-delay:90.7s;-moz-animation-delay:90.7s;-o-animation-delay:90.7s;animation-delay:90.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(908){-webkit-animation-delay:90.8s;-moz-animation-delay:90.8s;-o-animation-delay:90.8s;animation-delay:90.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(909){-webkit-animation-delay:90.9s;-moz-animation-delay:90.9s;-o-animation-delay:90.9s;animation-delay:90.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(910){-webkit-animation-delay:91s;-moz-animation-delay:91s;-o-animation-delay:91s;animation-delay:91s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(911){-webkit-animation-delay:91.1s;-moz-animation-delay:91.1s;-o-animation-delay:91.1s;animation-delay:91.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(912){-webkit-animation-delay:91.2s;-moz-animation-delay:91.2s;-o-animation-delay:91.2s;animation-delay:91.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(913){-webkit-animation-delay:91.3s;-moz-animation-delay:91.3s;-o-animation-delay:91.3s;animation-delay:91.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(914){-webkit-animation-delay:91.4s;-moz-animation-delay:91.4s;-o-animation-delay:91.4s;animation-delay:91.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(915){-webkit-animation-delay:91.5s;-moz-animation-delay:91.5s;-o-animation-delay:91.5s;animation-delay:91.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(916){-webkit-animation-delay:91.6s;-moz-animation-delay:91.6s;-o-animation-delay:91.6s;animation-delay:91.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(917){-webkit-animation-delay:91.7s;-moz-animation-delay:91.7s;-o-animation-delay:91.7s;animation-delay:91.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(918){-webkit-animation-delay:91.8s;-moz-animation-delay:91.8s;-o-animation-delay:91.8s;animation-delay:91.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(919){-webkit-animation-delay:91.9s;-moz-animation-delay:91.9s;-o-animation-delay:91.9s;animation-delay:91.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(920){-webkit-animation-delay:92s;-moz-animation-delay:92s;-o-animation-delay:92s;animation-delay:92s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(921){-webkit-animation-delay:92.1s;-moz-animation-delay:92.1s;-o-animation-delay:92.1s;animation-delay:92.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(922){-webkit-animation-delay:92.2s;-moz-animation-delay:92.2s;-o-animation-delay:92.2s;animation-delay:92.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(923){-webkit-animation-delay:92.3s;-moz-animation-delay:92.3s;-o-animation-delay:92.3s;animation-delay:92.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(924){-webkit-animation-delay:92.4s;-moz-animation-delay:92.4s;-o-animation-delay:92.4s;animation-delay:92.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(925){-webkit-animation-delay:92.5s;-moz-animation-delay:92.5s;-o-animation-delay:92.5s;animation-delay:92.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(926){-webkit-animation-delay:92.6s;-moz-animation-delay:92.6s;-o-animation-delay:92.6s;animation-delay:92.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(927){-webkit-animation-delay:92.7s;-moz-animation-delay:92.7s;-o-animation-delay:92.7s;animation-delay:92.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(928){-webkit-animation-delay:92.8s;-moz-animation-delay:92.8s;-o-animation-delay:92.8s;animation-delay:92.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(929){-webkit-animation-delay:92.9s;-moz-animation-delay:92.9s;-o-animation-delay:92.9s;animation-delay:92.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(930){-webkit-animation-delay:93s;-moz-animation-delay:93s;-o-animation-delay:93s;animation-delay:93s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(931){-webkit-animation-delay:93.1s;-moz-animation-delay:93.1s;-o-animation-delay:93.1s;animation-delay:93.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(932){-webkit-animation-delay:93.2s;-moz-animation-delay:93.2s;-o-animation-delay:93.2s;animation-delay:93.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(933){-webkit-animation-delay:93.3s;-moz-animation-delay:93.3s;-o-animation-delay:93.3s;animation-delay:93.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(934){-webkit-animation-delay:93.4s;-moz-animation-delay:93.4s;-o-animation-delay:93.4s;animation-delay:93.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(935){-webkit-animation-delay:93.5s;-moz-animation-delay:93.5s;-o-animation-delay:93.5s;animation-delay:93.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(936){-webkit-animation-delay:93.6s;-moz-animation-delay:93.6s;-o-animation-delay:93.6s;animation-delay:93.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(937){-webkit-animation-delay:93.7s;-moz-animation-delay:93.7s;-o-animation-delay:93.7s;animation-delay:93.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(938){-webkit-animation-delay:93.8s;-moz-animation-delay:93.8s;-o-animation-delay:93.8s;animation-delay:93.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(939){-webkit-animation-delay:93.9s;-moz-animation-delay:93.9s;-o-animation-delay:93.9s;animation-delay:93.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(940){-webkit-animation-delay:94s;-moz-animation-delay:94s;-o-animation-delay:94s;animation-delay:94s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(941){-webkit-animation-delay:94.1s;-moz-animation-delay:94.1s;-o-animation-delay:94.1s;animation-delay:94.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(942){-webkit-animation-delay:94.2s;-moz-animation-delay:94.2s;-o-animation-delay:94.2s;animation-delay:94.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(943){-webkit-animation-delay:94.3s;-moz-animation-delay:94.3s;-o-animation-delay:94.3s;animation-delay:94.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(944){-webkit-animation-delay:94.4s;-moz-animation-delay:94.4s;-o-animation-delay:94.4s;animation-delay:94.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(945){-webkit-animation-delay:94.5s;-moz-animation-delay:94.5s;-o-animation-delay:94.5s;animation-delay:94.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(946){-webkit-animation-delay:94.6s;-moz-animation-delay:94.6s;-o-animation-delay:94.6s;animation-delay:94.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(947){-webkit-animation-delay:94.7s;-moz-animation-delay:94.7s;-o-animation-delay:94.7s;animation-delay:94.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(948){-webkit-animation-delay:94.8s;-moz-animation-delay:94.8s;-o-animation-delay:94.8s;animation-delay:94.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(949){-webkit-animation-delay:94.9s;-moz-animation-delay:94.9s;-o-animation-delay:94.9s;animation-delay:94.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(950){-webkit-animation-delay:95s;-moz-animation-delay:95s;-o-animation-delay:95s;animation-delay:95s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(951){-webkit-animation-delay:95.1s;-moz-animation-delay:95.1s;-o-animation-delay:95.1s;animation-delay:95.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(952){-webkit-animation-delay:95.2s;-moz-animation-delay:95.2s;-o-animation-delay:95.2s;animation-delay:95.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(953){-webkit-animation-delay:95.3s;-moz-animation-delay:95.3s;-o-animation-delay:95.3s;animation-delay:95.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(954){-webkit-animation-delay:95.4s;-moz-animation-delay:95.4s;-o-animation-delay:95.4s;animation-delay:95.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(955){-webkit-animation-delay:95.5s;-moz-animation-delay:95.5s;-o-animation-delay:95.5s;animation-delay:95.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(956){-webkit-animation-delay:95.6s;-moz-animation-delay:95.6s;-o-animation-delay:95.6s;animation-delay:95.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(957){-webkit-animation-delay:95.7s;-moz-animation-delay:95.7s;-o-animation-delay:95.7s;animation-delay:95.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(958){-webkit-animation-delay:95.8s;-moz-animation-delay:95.8s;-o-animation-delay:95.8s;animation-delay:95.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(959){-webkit-animation-delay:95.9s;-moz-animation-delay:95.9s;-o-animation-delay:95.9s;animation-delay:95.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(960){-webkit-animation-delay:96s;-moz-animation-delay:96s;-o-animation-delay:96s;animation-delay:96s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(961){-webkit-animation-delay:96.1s;-moz-animation-delay:96.1s;-o-animation-delay:96.1s;animation-delay:96.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(962){-webkit-animation-delay:96.2s;-moz-animation-delay:96.2s;-o-animation-delay:96.2s;animation-delay:96.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(963){-webkit-animation-delay:96.3s;-moz-animation-delay:96.3s;-o-animation-delay:96.3s;animation-delay:96.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(964){-webkit-animation-delay:96.4s;-moz-animation-delay:96.4s;-o-animation-delay:96.4s;animation-delay:96.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(965){-webkit-animation-delay:96.5s;-moz-animation-delay:96.5s;-o-animation-delay:96.5s;animation-delay:96.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(966){-webkit-animation-delay:96.6s;-moz-animation-delay:96.6s;-o-animation-delay:96.6s;animation-delay:96.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(967){-webkit-animation-delay:96.7s;-moz-animation-delay:96.7s;-o-animation-delay:96.7s;animation-delay:96.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(968){-webkit-animation-delay:96.8s;-moz-animation-delay:96.8s;-o-animation-delay:96.8s;animation-delay:96.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(969){-webkit-animation-delay:96.9s;-moz-animation-delay:96.9s;-o-animation-delay:96.9s;animation-delay:96.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(970){-webkit-animation-delay:97s;-moz-animation-delay:97s;-o-animation-delay:97s;animation-delay:97s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(971){-webkit-animation-delay:97.1s;-moz-animation-delay:97.1s;-o-animation-delay:97.1s;animation-delay:97.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(972){-webkit-animation-delay:97.2s;-moz-animation-delay:97.2s;-o-animation-delay:97.2s;animation-delay:97.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(973){-webkit-animation-delay:97.3s;-moz-animation-delay:97.3s;-o-animation-delay:97.3s;animation-delay:97.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(974){-webkit-animation-delay:97.4s;-moz-animation-delay:97.4s;-o-animation-delay:97.4s;animation-delay:97.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(975){-webkit-animation-delay:97.5s;-moz-animation-delay:97.5s;-o-animation-delay:97.5s;animation-delay:97.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(976){-webkit-animation-delay:97.6s;-moz-animation-delay:97.6s;-o-animation-delay:97.6s;animation-delay:97.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(977){-webkit-animation-delay:97.7s;-moz-animation-delay:97.7s;-o-animation-delay:97.7s;animation-delay:97.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(978){-webkit-animation-delay:97.8s;-moz-animation-delay:97.8s;-o-animation-delay:97.8s;animation-delay:97.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(979){-webkit-animation-delay:97.9s;-moz-animation-delay:97.9s;-o-animation-delay:97.9s;animation-delay:97.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(980){-webkit-animation-delay:98s;-moz-animation-delay:98s;-o-animation-delay:98s;animation-delay:98s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(981){-webkit-animation-delay:98.1s;-moz-animation-delay:98.1s;-o-animation-delay:98.1s;animation-delay:98.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(982){-webkit-animation-delay:98.2s;-moz-animation-delay:98.2s;-o-animation-delay:98.2s;animation-delay:98.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(983){-webkit-animation-delay:98.3s;-moz-animation-delay:98.3s;-o-animation-delay:98.3s;animation-delay:98.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(984){-webkit-animation-delay:98.4s;-moz-animation-delay:98.4s;-o-animation-delay:98.4s;animation-delay:98.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(985){-webkit-animation-delay:98.5s;-moz-animation-delay:98.5s;-o-animation-delay:98.5s;animation-delay:98.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(986){-webkit-animation-delay:98.6s;-moz-animation-delay:98.6s;-o-animation-delay:98.6s;animation-delay:98.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(987){-webkit-animation-delay:98.7s;-moz-animation-delay:98.7s;-o-animation-delay:98.7s;animation-delay:98.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(988){-webkit-animation-delay:98.8s;-moz-animation-delay:98.8s;-o-animation-delay:98.8s;animation-delay:98.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(989){-webkit-animation-delay:98.9s;-moz-animation-delay:98.9s;-o-animation-delay:98.9s;animation-delay:98.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(990){-webkit-animation-delay:99s;-moz-animation-delay:99s;-o-animation-delay:99s;animation-delay:99s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(991){-webkit-animation-delay:99.1s;-moz-animation-delay:99.1s;-o-animation-delay:99.1s;animation-delay:99.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(992){-webkit-animation-delay:99.2s;-moz-animation-delay:99.2s;-o-animation-delay:99.2s;animation-delay:99.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(993){-webkit-animation-delay:99.3s;-moz-animation-delay:99.3s;-o-animation-delay:99.3s;animation-delay:99.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(994){-webkit-animation-delay:99.4s;-moz-animation-delay:99.4s;-o-animation-delay:99.4s;animation-delay:99.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(995){-webkit-animation-delay:99.5s;-moz-animation-delay:99.5s;-o-animation-delay:99.5s;animation-delay:99.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(996){-webkit-animation-delay:99.6s;-moz-animation-delay:99.6s;-o-animation-delay:99.6s;animation-delay:99.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(997){-webkit-animation-delay:99.7s;-moz-animation-delay:99.7s;-o-animation-delay:99.7s;animation-delay:99.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(998){-webkit-animation-delay:99.8s;-moz-animation-delay:99.8s;-o-animation-delay:99.8s;animation-delay:99.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(999){-webkit-animation-delay:99.9s;-moz-animation-delay:99.9s;-o-animation-delay:99.9s;animation-delay:99.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1000){-webkit-animation-delay:100s;-moz-animation-delay:100s;-o-animation-delay:100s;animation-delay:100s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1001){-webkit-animation-delay:100.1s;-moz-animation-delay:100.1s;-o-animation-delay:100.1s;animation-delay:100.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1002){-webkit-animation-delay:100.2s;-moz-animation-delay:100.2s;-o-animation-delay:100.2s;animation-delay:100.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1003){-webkit-animation-delay:100.3s;-moz-animation-delay:100.3s;-o-animation-delay:100.3s;animation-delay:100.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1004){-webkit-animation-delay:100.4s;-moz-animation-delay:100.4s;-o-animation-delay:100.4s;animation-delay:100.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1005){-webkit-animation-delay:100.5s;-moz-animation-delay:100.5s;-o-animation-delay:100.5s;animation-delay:100.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1006){-webkit-animation-delay:100.6s;-moz-animation-delay:100.6s;-o-animation-delay:100.6s;animation-delay:100.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1007){-webkit-animation-delay:100.7s;-moz-animation-delay:100.7s;-o-animation-delay:100.7s;animation-delay:100.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1008){-webkit-animation-delay:100.8s;-moz-animation-delay:100.8s;-o-animation-delay:100.8s;animation-delay:100.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1009){-webkit-animation-delay:100.9s;-moz-animation-delay:100.9s;-o-animation-delay:100.9s;animation-delay:100.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1010){-webkit-animation-delay:101s;-moz-animation-delay:101s;-o-animation-delay:101s;animation-delay:101s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1011){-webkit-animation-delay:101.1s;-moz-animation-delay:101.1s;-o-animation-delay:101.1s;animation-delay:101.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1012){-webkit-animation-delay:101.2s;-moz-animation-delay:101.2s;-o-animation-delay:101.2s;animation-delay:101.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1013){-webkit-animation-delay:101.3s;-moz-animation-delay:101.3s;-o-animation-delay:101.3s;animation-delay:101.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1014){-webkit-animation-delay:101.4s;-moz-animation-delay:101.4s;-o-animation-delay:101.4s;animation-delay:101.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1015){-webkit-animation-delay:101.5s;-moz-animation-delay:101.5s;-o-animation-delay:101.5s;animation-delay:101.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1016){-webkit-animation-delay:101.6s;-moz-animation-delay:101.6s;-o-animation-delay:101.6s;animation-delay:101.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1017){-webkit-animation-delay:101.7s;-moz-animation-delay:101.7s;-o-animation-delay:101.7s;animation-delay:101.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1018){-webkit-animation-delay:101.8s;-moz-animation-delay:101.8s;-o-animation-delay:101.8s;animation-delay:101.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1019){-webkit-animation-delay:101.9s;-moz-animation-delay:101.9s;-o-animation-delay:101.9s;animation-delay:101.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1020){-webkit-animation-delay:102s;-moz-animation-delay:102s;-o-animation-delay:102s;animation-delay:102s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1021){-webkit-animation-delay:102.1s;-moz-animation-delay:102.1s;-o-animation-delay:102.1s;animation-delay:102.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1022){-webkit-animation-delay:102.2s;-moz-animation-delay:102.2s;-o-animation-delay:102.2s;animation-delay:102.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1023){-webkit-animation-delay:102.3s;-moz-animation-delay:102.3s;-o-animation-delay:102.3s;animation-delay:102.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1024){-webkit-animation-delay:102.4s;-moz-animation-delay:102.4s;-o-animation-delay:102.4s;animation-delay:102.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1025){-webkit-animation-delay:102.5s;-moz-animation-delay:102.5s;-o-animation-delay:102.5s;animation-delay:102.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1026){-webkit-animation-delay:102.6s;-moz-animation-delay:102.6s;-o-animation-delay:102.6s;animation-delay:102.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1027){-webkit-animation-delay:102.7s;-moz-animation-delay:102.7s;-o-animation-delay:102.7s;animation-delay:102.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1028){-webkit-animation-delay:102.8s;-moz-animation-delay:102.8s;-o-animation-delay:102.8s;animation-delay:102.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1029){-webkit-animation-delay:102.9s;-moz-animation-delay:102.9s;-o-animation-delay:102.9s;animation-delay:102.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1030){-webkit-animation-delay:103s;-moz-animation-delay:103s;-o-animation-delay:103s;animation-delay:103s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1031){-webkit-animation-delay:103.1s;-moz-animation-delay:103.1s;-o-animation-delay:103.1s;animation-delay:103.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1032){-webkit-animation-delay:103.2s;-moz-animation-delay:103.2s;-o-animation-delay:103.2s;animation-delay:103.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1033){-webkit-animation-delay:103.3s;-moz-animation-delay:103.3s;-o-animation-delay:103.3s;animation-delay:103.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1034){-webkit-animation-delay:103.4s;-moz-animation-delay:103.4s;-o-animation-delay:103.4s;animation-delay:103.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1035){-webkit-animation-delay:103.5s;-moz-animation-delay:103.5s;-o-animation-delay:103.5s;animation-delay:103.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1036){-webkit-animation-delay:103.6s;-moz-animation-delay:103.6s;-o-animation-delay:103.6s;animation-delay:103.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1037){-webkit-animation-delay:103.7s;-moz-animation-delay:103.7s;-o-animation-delay:103.7s;animation-delay:103.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1038){-webkit-animation-delay:103.8s;-moz-animation-delay:103.8s;-o-animation-delay:103.8s;animation-delay:103.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1039){-webkit-animation-delay:103.9s;-moz-animation-delay:103.9s;-o-animation-delay:103.9s;animation-delay:103.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1040){-webkit-animation-delay:104s;-moz-animation-delay:104s;-o-animation-delay:104s;animation-delay:104s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1041){-webkit-animation-delay:104.1s;-moz-animation-delay:104.1s;-o-animation-delay:104.1s;animation-delay:104.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1042){-webkit-animation-delay:104.2s;-moz-animation-delay:104.2s;-o-animation-delay:104.2s;animation-delay:104.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1043){-webkit-animation-delay:104.3s;-moz-animation-delay:104.3s;-o-animation-delay:104.3s;animation-delay:104.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1044){-webkit-animation-delay:104.4s;-moz-animation-delay:104.4s;-o-animation-delay:104.4s;animation-delay:104.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1045){-webkit-animation-delay:104.5s;-moz-animation-delay:104.5s;-o-animation-delay:104.5s;animation-delay:104.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1046){-webkit-animation-delay:104.6s;-moz-animation-delay:104.6s;-o-animation-delay:104.6s;animation-delay:104.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1047){-webkit-animation-delay:104.7s;-moz-animation-delay:104.7s;-o-animation-delay:104.7s;animation-delay:104.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1048){-webkit-animation-delay:104.8s;-moz-animation-delay:104.8s;-o-animation-delay:104.8s;animation-delay:104.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1049){-webkit-animation-delay:104.9s;-moz-animation-delay:104.9s;-o-animation-delay:104.9s;animation-delay:104.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1050){-webkit-animation-delay:105s;-moz-animation-delay:105s;-o-animation-delay:105s;animation-delay:105s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1051){-webkit-animation-delay:105.1s;-moz-animation-delay:105.1s;-o-animation-delay:105.1s;animation-delay:105.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1052){-webkit-animation-delay:105.2s;-moz-animation-delay:105.2s;-o-animation-delay:105.2s;animation-delay:105.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1053){-webkit-animation-delay:105.3s;-moz-animation-delay:105.3s;-o-animation-delay:105.3s;animation-delay:105.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1054){-webkit-animation-delay:105.4s;-moz-animation-delay:105.4s;-o-animation-delay:105.4s;animation-delay:105.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1055){-webkit-animation-delay:105.5s;-moz-animation-delay:105.5s;-o-animation-delay:105.5s;animation-delay:105.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1056){-webkit-animation-delay:105.6s;-moz-animation-delay:105.6s;-o-animation-delay:105.6s;animation-delay:105.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1057){-webkit-animation-delay:105.7s;-moz-animation-delay:105.7s;-o-animation-delay:105.7s;animation-delay:105.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1058){-webkit-animation-delay:105.8s;-moz-animation-delay:105.8s;-o-animation-delay:105.8s;animation-delay:105.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1059){-webkit-animation-delay:105.9s;-moz-animation-delay:105.9s;-o-animation-delay:105.9s;animation-delay:105.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1060){-webkit-animation-delay:106s;-moz-animation-delay:106s;-o-animation-delay:106s;animation-delay:106s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1061){-webkit-animation-delay:106.1s;-moz-animation-delay:106.1s;-o-animation-delay:106.1s;animation-delay:106.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1062){-webkit-animation-delay:106.2s;-moz-animation-delay:106.2s;-o-animation-delay:106.2s;animation-delay:106.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1063){-webkit-animation-delay:106.3s;-moz-animation-delay:106.3s;-o-animation-delay:106.3s;animation-delay:106.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1064){-webkit-animation-delay:106.4s;-moz-animation-delay:106.4s;-o-animation-delay:106.4s;animation-delay:106.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1065){-webkit-animation-delay:106.5s;-moz-animation-delay:106.5s;-o-animation-delay:106.5s;animation-delay:106.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1066){-webkit-animation-delay:106.6s;-moz-animation-delay:106.6s;-o-animation-delay:106.6s;animation-delay:106.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1067){-webkit-animation-delay:106.7s;-moz-animation-delay:106.7s;-o-animation-delay:106.7s;animation-delay:106.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1068){-webkit-animation-delay:106.8s;-moz-animation-delay:106.8s;-o-animation-delay:106.8s;animation-delay:106.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1069){-webkit-animation-delay:106.9s;-moz-animation-delay:106.9s;-o-animation-delay:106.9s;animation-delay:106.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1070){-webkit-animation-delay:107s;-moz-animation-delay:107s;-o-animation-delay:107s;animation-delay:107s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1071){-webkit-animation-delay:107.1s;-moz-animation-delay:107.1s;-o-animation-delay:107.1s;animation-delay:107.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1072){-webkit-animation-delay:107.2s;-moz-animation-delay:107.2s;-o-animation-delay:107.2s;animation-delay:107.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1073){-webkit-animation-delay:107.3s;-moz-animation-delay:107.3s;-o-animation-delay:107.3s;animation-delay:107.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1074){-webkit-animation-delay:107.4s;-moz-animation-delay:107.4s;-o-animation-delay:107.4s;animation-delay:107.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1075){-webkit-animation-delay:107.5s;-moz-animation-delay:107.5s;-o-animation-delay:107.5s;animation-delay:107.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1076){-webkit-animation-delay:107.6s;-moz-animation-delay:107.6s;-o-animation-delay:107.6s;animation-delay:107.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1077){-webkit-animation-delay:107.7s;-moz-animation-delay:107.7s;-o-animation-delay:107.7s;animation-delay:107.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1078){-webkit-animation-delay:107.8s;-moz-animation-delay:107.8s;-o-animation-delay:107.8s;animation-delay:107.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1079){-webkit-animation-delay:107.9s;-moz-animation-delay:107.9s;-o-animation-delay:107.9s;animation-delay:107.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1080){-webkit-animation-delay:108s;-moz-animation-delay:108s;-o-animation-delay:108s;animation-delay:108s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1081){-webkit-animation-delay:108.1s;-moz-animation-delay:108.1s;-o-animation-delay:108.1s;animation-delay:108.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1082){-webkit-animation-delay:108.2s;-moz-animation-delay:108.2s;-o-animation-delay:108.2s;animation-delay:108.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1083){-webkit-animation-delay:108.3s;-moz-animation-delay:108.3s;-o-animation-delay:108.3s;animation-delay:108.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1084){-webkit-animation-delay:108.4s;-moz-animation-delay:108.4s;-o-animation-delay:108.4s;animation-delay:108.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1085){-webkit-animation-delay:108.5s;-moz-animation-delay:108.5s;-o-animation-delay:108.5s;animation-delay:108.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1086){-webkit-animation-delay:108.6s;-moz-animation-delay:108.6s;-o-animation-delay:108.6s;animation-delay:108.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1087){-webkit-animation-delay:108.7s;-moz-animation-delay:108.7s;-o-animation-delay:108.7s;animation-delay:108.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1088){-webkit-animation-delay:108.8s;-moz-animation-delay:108.8s;-o-animation-delay:108.8s;animation-delay:108.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1089){-webkit-animation-delay:108.9s;-moz-animation-delay:108.9s;-o-animation-delay:108.9s;animation-delay:108.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1090){-webkit-animation-delay:109s;-moz-animation-delay:109s;-o-animation-delay:109s;animation-delay:109s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1091){-webkit-animation-delay:109.1s;-moz-animation-delay:109.1s;-o-animation-delay:109.1s;animation-delay:109.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1092){-webkit-animation-delay:109.2s;-moz-animation-delay:109.2s;-o-animation-delay:109.2s;animation-delay:109.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1093){-webkit-animation-delay:109.3s;-moz-animation-delay:109.3s;-o-animation-delay:109.3s;animation-delay:109.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1094){-webkit-animation-delay:109.4s;-moz-animation-delay:109.4s;-o-animation-delay:109.4s;animation-delay:109.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1095){-webkit-animation-delay:109.5s;-moz-animation-delay:109.5s;-o-animation-delay:109.5s;animation-delay:109.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1096){-webkit-animation-delay:109.6s;-moz-animation-delay:109.6s;-o-animation-delay:109.6s;animation-delay:109.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1097){-webkit-animation-delay:109.7s;-moz-animation-delay:109.7s;-o-animation-delay:109.7s;animation-delay:109.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1098){-webkit-animation-delay:109.8s;-moz-animation-delay:109.8s;-o-animation-delay:109.8s;animation-delay:109.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1099){-webkit-animation-delay:109.9s;-moz-animation-delay:109.9s;-o-animation-delay:109.9s;animation-delay:109.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1100){-webkit-animation-delay:110s;-moz-animation-delay:110s;-o-animation-delay:110s;animation-delay:110s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1101){-webkit-animation-delay:110.1s;-moz-animation-delay:110.1s;-o-animation-delay:110.1s;animation-delay:110.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1102){-webkit-animation-delay:110.2s;-moz-animation-delay:110.2s;-o-animation-delay:110.2s;animation-delay:110.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1103){-webkit-animation-delay:110.3s;-moz-animation-delay:110.3s;-o-animation-delay:110.3s;animation-delay:110.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1104){-webkit-animation-delay:110.4s;-moz-animation-delay:110.4s;-o-animation-delay:110.4s;animation-delay:110.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1105){-webkit-animation-delay:110.5s;-moz-animation-delay:110.5s;-o-animation-delay:110.5s;animation-delay:110.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1106){-webkit-animation-delay:110.6s;-moz-animation-delay:110.6s;-o-animation-delay:110.6s;animation-delay:110.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1107){-webkit-animation-delay:110.7s;-moz-animation-delay:110.7s;-o-animation-delay:110.7s;animation-delay:110.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1108){-webkit-animation-delay:110.8s;-moz-animation-delay:110.8s;-o-animation-delay:110.8s;animation-delay:110.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1109){-webkit-animation-delay:110.9s;-moz-animation-delay:110.9s;-o-animation-delay:110.9s;animation-delay:110.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1110){-webkit-animation-delay:111s;-moz-animation-delay:111s;-o-animation-delay:111s;animation-delay:111s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1111){-webkit-animation-delay:111.1s;-moz-animation-delay:111.1s;-o-animation-delay:111.1s;animation-delay:111.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1112){-webkit-animation-delay:111.2s;-moz-animation-delay:111.2s;-o-animation-delay:111.2s;animation-delay:111.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1113){-webkit-animation-delay:111.3s;-moz-animation-delay:111.3s;-o-animation-delay:111.3s;animation-delay:111.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1114){-webkit-animation-delay:111.4s;-moz-animation-delay:111.4s;-o-animation-delay:111.4s;animation-delay:111.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1115){-webkit-animation-delay:111.5s;-moz-animation-delay:111.5s;-o-animation-delay:111.5s;animation-delay:111.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1116){-webkit-animation-delay:111.6s;-moz-animation-delay:111.6s;-o-animation-delay:111.6s;animation-delay:111.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1117){-webkit-animation-delay:111.7s;-moz-animation-delay:111.7s;-o-animation-delay:111.7s;animation-delay:111.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1118){-webkit-animation-delay:111.8s;-moz-animation-delay:111.8s;-o-animation-delay:111.8s;animation-delay:111.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1119){-webkit-animation-delay:111.9s;-moz-animation-delay:111.9s;-o-animation-delay:111.9s;animation-delay:111.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1120){-webkit-animation-delay:112s;-moz-animation-delay:112s;-o-animation-delay:112s;animation-delay:112s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1121){-webkit-animation-delay:112.1s;-moz-animation-delay:112.1s;-o-animation-delay:112.1s;animation-delay:112.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1122){-webkit-animation-delay:112.2s;-moz-animation-delay:112.2s;-o-animation-delay:112.2s;animation-delay:112.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1123){-webkit-animation-delay:112.3s;-moz-animation-delay:112.3s;-o-animation-delay:112.3s;animation-delay:112.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1124){-webkit-animation-delay:112.4s;-moz-animation-delay:112.4s;-o-animation-delay:112.4s;animation-delay:112.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1125){-webkit-animation-delay:112.5s;-moz-animation-delay:112.5s;-o-animation-delay:112.5s;animation-delay:112.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1126){-webkit-animation-delay:112.6s;-moz-animation-delay:112.6s;-o-animation-delay:112.6s;animation-delay:112.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1127){-webkit-animation-delay:112.7s;-moz-animation-delay:112.7s;-o-animation-delay:112.7s;animation-delay:112.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1128){-webkit-animation-delay:112.8s;-moz-animation-delay:112.8s;-o-animation-delay:112.8s;animation-delay:112.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1129){-webkit-animation-delay:112.9s;-moz-animation-delay:112.9s;-o-animation-delay:112.9s;animation-delay:112.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1130){-webkit-animation-delay:113s;-moz-animation-delay:113s;-o-animation-delay:113s;animation-delay:113s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1131){-webkit-animation-delay:113.1s;-moz-animation-delay:113.1s;-o-animation-delay:113.1s;animation-delay:113.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1132){-webkit-animation-delay:113.2s;-moz-animation-delay:113.2s;-o-animation-delay:113.2s;animation-delay:113.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1133){-webkit-animation-delay:113.3s;-moz-animation-delay:113.3s;-o-animation-delay:113.3s;animation-delay:113.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1134){-webkit-animation-delay:113.4s;-moz-animation-delay:113.4s;-o-animation-delay:113.4s;animation-delay:113.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1135){-webkit-animation-delay:113.5s;-moz-animation-delay:113.5s;-o-animation-delay:113.5s;animation-delay:113.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1136){-webkit-animation-delay:113.6s;-moz-animation-delay:113.6s;-o-animation-delay:113.6s;animation-delay:113.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1137){-webkit-animation-delay:113.7s;-moz-animation-delay:113.7s;-o-animation-delay:113.7s;animation-delay:113.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1138){-webkit-animation-delay:113.8s;-moz-animation-delay:113.8s;-o-animation-delay:113.8s;animation-delay:113.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1139){-webkit-animation-delay:113.9s;-moz-animation-delay:113.9s;-o-animation-delay:113.9s;animation-delay:113.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1140){-webkit-animation-delay:114s;-moz-animation-delay:114s;-o-animation-delay:114s;animation-delay:114s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1141){-webkit-animation-delay:114.1s;-moz-animation-delay:114.1s;-o-animation-delay:114.1s;animation-delay:114.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1142){-webkit-animation-delay:114.2s;-moz-animation-delay:114.2s;-o-animation-delay:114.2s;animation-delay:114.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1143){-webkit-animation-delay:114.3s;-moz-animation-delay:114.3s;-o-animation-delay:114.3s;animation-delay:114.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1144){-webkit-animation-delay:114.4s;-moz-animation-delay:114.4s;-o-animation-delay:114.4s;animation-delay:114.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1145){-webkit-animation-delay:114.5s;-moz-animation-delay:114.5s;-o-animation-delay:114.5s;animation-delay:114.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1146){-webkit-animation-delay:114.6s;-moz-animation-delay:114.6s;-o-animation-delay:114.6s;animation-delay:114.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1147){-webkit-animation-delay:114.7s;-moz-animation-delay:114.7s;-o-animation-delay:114.7s;animation-delay:114.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1148){-webkit-animation-delay:114.8s;-moz-animation-delay:114.8s;-o-animation-delay:114.8s;animation-delay:114.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1149){-webkit-animation-delay:114.9s;-moz-animation-delay:114.9s;-o-animation-delay:114.9s;animation-delay:114.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1150){-webkit-animation-delay:115s;-moz-animation-delay:115s;-o-animation-delay:115s;animation-delay:115s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1151){-webkit-animation-delay:115.1s;-moz-animation-delay:115.1s;-o-animation-delay:115.1s;animation-delay:115.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1152){-webkit-animation-delay:115.2s;-moz-animation-delay:115.2s;-o-animation-delay:115.2s;animation-delay:115.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1153){-webkit-animation-delay:115.3s;-moz-animation-delay:115.3s;-o-animation-delay:115.3s;animation-delay:115.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1154){-webkit-animation-delay:115.4s;-moz-animation-delay:115.4s;-o-animation-delay:115.4s;animation-delay:115.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1155){-webkit-animation-delay:115.5s;-moz-animation-delay:115.5s;-o-animation-delay:115.5s;animation-delay:115.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1156){-webkit-animation-delay:115.6s;-moz-animation-delay:115.6s;-o-animation-delay:115.6s;animation-delay:115.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1157){-webkit-animation-delay:115.7s;-moz-animation-delay:115.7s;-o-animation-delay:115.7s;animation-delay:115.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1158){-webkit-animation-delay:115.8s;-moz-animation-delay:115.8s;-o-animation-delay:115.8s;animation-delay:115.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1159){-webkit-animation-delay:115.9s;-moz-animation-delay:115.9s;-o-animation-delay:115.9s;animation-delay:115.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1160){-webkit-animation-delay:116s;-moz-animation-delay:116s;-o-animation-delay:116s;animation-delay:116s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1161){-webkit-animation-delay:116.1s;-moz-animation-delay:116.1s;-o-animation-delay:116.1s;animation-delay:116.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1162){-webkit-animation-delay:116.2s;-moz-animation-delay:116.2s;-o-animation-delay:116.2s;animation-delay:116.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1163){-webkit-animation-delay:116.3s;-moz-animation-delay:116.3s;-o-animation-delay:116.3s;animation-delay:116.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1164){-webkit-animation-delay:116.4s;-moz-animation-delay:116.4s;-o-animation-delay:116.4s;animation-delay:116.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1165){-webkit-animation-delay:116.5s;-moz-animation-delay:116.5s;-o-animation-delay:116.5s;animation-delay:116.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1166){-webkit-animation-delay:116.6s;-moz-animation-delay:116.6s;-o-animation-delay:116.6s;animation-delay:116.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1167){-webkit-animation-delay:116.7s;-moz-animation-delay:116.7s;-o-animation-delay:116.7s;animation-delay:116.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1168){-webkit-animation-delay:116.8s;-moz-animation-delay:116.8s;-o-animation-delay:116.8s;animation-delay:116.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1169){-webkit-animation-delay:116.9s;-moz-animation-delay:116.9s;-o-animation-delay:116.9s;animation-delay:116.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1170){-webkit-animation-delay:117s;-moz-animation-delay:117s;-o-animation-delay:117s;animation-delay:117s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1171){-webkit-animation-delay:117.1s;-moz-animation-delay:117.1s;-o-animation-delay:117.1s;animation-delay:117.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1172){-webkit-animation-delay:117.2s;-moz-animation-delay:117.2s;-o-animation-delay:117.2s;animation-delay:117.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1173){-webkit-animation-delay:117.3s;-moz-animation-delay:117.3s;-o-animation-delay:117.3s;animation-delay:117.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1174){-webkit-animation-delay:117.4s;-moz-animation-delay:117.4s;-o-animation-delay:117.4s;animation-delay:117.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1175){-webkit-animation-delay:117.5s;-moz-animation-delay:117.5s;-o-animation-delay:117.5s;animation-delay:117.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1176){-webkit-animation-delay:117.6s;-moz-animation-delay:117.6s;-o-animation-delay:117.6s;animation-delay:117.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1177){-webkit-animation-delay:117.7s;-moz-animation-delay:117.7s;-o-animation-delay:117.7s;animation-delay:117.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1178){-webkit-animation-delay:117.8s;-moz-animation-delay:117.8s;-o-animation-delay:117.8s;animation-delay:117.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1179){-webkit-animation-delay:117.9s;-moz-animation-delay:117.9s;-o-animation-delay:117.9s;animation-delay:117.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1180){-webkit-animation-delay:118s;-moz-animation-delay:118s;-o-animation-delay:118s;animation-delay:118s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1181){-webkit-animation-delay:118.1s;-moz-animation-delay:118.1s;-o-animation-delay:118.1s;animation-delay:118.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1182){-webkit-animation-delay:118.2s;-moz-animation-delay:118.2s;-o-animation-delay:118.2s;animation-delay:118.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1183){-webkit-animation-delay:118.3s;-moz-animation-delay:118.3s;-o-animation-delay:118.3s;animation-delay:118.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1184){-webkit-animation-delay:118.4s;-moz-animation-delay:118.4s;-o-animation-delay:118.4s;animation-delay:118.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1185){-webkit-animation-delay:118.5s;-moz-animation-delay:118.5s;-o-animation-delay:118.5s;animation-delay:118.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1186){-webkit-animation-delay:118.6s;-moz-animation-delay:118.6s;-o-animation-delay:118.6s;animation-delay:118.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1187){-webkit-animation-delay:118.7s;-moz-animation-delay:118.7s;-o-animation-delay:118.7s;animation-delay:118.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1188){-webkit-animation-delay:118.8s;-moz-animation-delay:118.8s;-o-animation-delay:118.8s;animation-delay:118.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1189){-webkit-animation-delay:118.9s;-moz-animation-delay:118.9s;-o-animation-delay:118.9s;animation-delay:118.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1190){-webkit-animation-delay:119s;-moz-animation-delay:119s;-o-animation-delay:119s;animation-delay:119s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1191){-webkit-animation-delay:119.1s;-moz-animation-delay:119.1s;-o-animation-delay:119.1s;animation-delay:119.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1192){-webkit-animation-delay:119.2s;-moz-animation-delay:119.2s;-o-animation-delay:119.2s;animation-delay:119.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1193){-webkit-animation-delay:119.3s;-moz-animation-delay:119.3s;-o-animation-delay:119.3s;animation-delay:119.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1194){-webkit-animation-delay:119.4s;-moz-animation-delay:119.4s;-o-animation-delay:119.4s;animation-delay:119.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1195){-webkit-animation-delay:119.5s;-moz-animation-delay:119.5s;-o-animation-delay:119.5s;animation-delay:119.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1196){-webkit-animation-delay:119.6s;-moz-animation-delay:119.6s;-o-animation-delay:119.6s;animation-delay:119.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1197){-webkit-animation-delay:119.7s;-moz-animation-delay:119.7s;-o-animation-delay:119.7s;animation-delay:119.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1198){-webkit-animation-delay:119.8s;-moz-animation-delay:119.8s;-o-animation-delay:119.8s;animation-delay:119.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1199){-webkit-animation-delay:119.9s;-moz-animation-delay:119.9s;-o-animation-delay:119.9s;animation-delay:119.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1200){-webkit-animation-delay:120s;-moz-animation-delay:120s;-o-animation-delay:120s;animation-delay:120s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1201){-webkit-animation-delay:120.1s;-moz-animation-delay:120.1s;-o-animation-delay:120.1s;animation-delay:120.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1202){-webkit-animation-delay:120.2s;-moz-animation-delay:120.2s;-o-animation-delay:120.2s;animation-delay:120.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1203){-webkit-animation-delay:120.3s;-moz-animation-delay:120.3s;-o-animation-delay:120.3s;animation-delay:120.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1204){-webkit-animation-delay:120.4s;-moz-animation-delay:120.4s;-o-animation-delay:120.4s;animation-delay:120.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1205){-webkit-animation-delay:120.5s;-moz-animation-delay:120.5s;-o-animation-delay:120.5s;animation-delay:120.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1206){-webkit-animation-delay:120.6s;-moz-animation-delay:120.6s;-o-animation-delay:120.6s;animation-delay:120.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1207){-webkit-animation-delay:120.7s;-moz-animation-delay:120.7s;-o-animation-delay:120.7s;animation-delay:120.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1208){-webkit-animation-delay:120.8s;-moz-animation-delay:120.8s;-o-animation-delay:120.8s;animation-delay:120.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1209){-webkit-animation-delay:120.9s;-moz-animation-delay:120.9s;-o-animation-delay:120.9s;animation-delay:120.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1210){-webkit-animation-delay:121s;-moz-animation-delay:121s;-o-animation-delay:121s;animation-delay:121s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1211){-webkit-animation-delay:121.1s;-moz-animation-delay:121.1s;-o-animation-delay:121.1s;animation-delay:121.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1212){-webkit-animation-delay:121.2s;-moz-animation-delay:121.2s;-o-animation-delay:121.2s;animation-delay:121.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1213){-webkit-animation-delay:121.3s;-moz-animation-delay:121.3s;-o-animation-delay:121.3s;animation-delay:121.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1214){-webkit-animation-delay:121.4s;-moz-animation-delay:121.4s;-o-animation-delay:121.4s;animation-delay:121.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1215){-webkit-animation-delay:121.5s;-moz-animation-delay:121.5s;-o-animation-delay:121.5s;animation-delay:121.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1216){-webkit-animation-delay:121.6s;-moz-animation-delay:121.6s;-o-animation-delay:121.6s;animation-delay:121.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1217){-webkit-animation-delay:121.7s;-moz-animation-delay:121.7s;-o-animation-delay:121.7s;animation-delay:121.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1218){-webkit-animation-delay:121.8s;-moz-animation-delay:121.8s;-o-animation-delay:121.8s;animation-delay:121.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1219){-webkit-animation-delay:121.9s;-moz-animation-delay:121.9s;-o-animation-delay:121.9s;animation-delay:121.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1220){-webkit-animation-delay:122s;-moz-animation-delay:122s;-o-animation-delay:122s;animation-delay:122s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1221){-webkit-animation-delay:122.1s;-moz-animation-delay:122.1s;-o-animation-delay:122.1s;animation-delay:122.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1222){-webkit-animation-delay:122.2s;-moz-animation-delay:122.2s;-o-animation-delay:122.2s;animation-delay:122.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1223){-webkit-animation-delay:122.3s;-moz-animation-delay:122.3s;-o-animation-delay:122.3s;animation-delay:122.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1224){-webkit-animation-delay:122.4s;-moz-animation-delay:122.4s;-o-animation-delay:122.4s;animation-delay:122.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1225){-webkit-animation-delay:122.5s;-moz-animation-delay:122.5s;-o-animation-delay:122.5s;animation-delay:122.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1226){-webkit-animation-delay:122.6s;-moz-animation-delay:122.6s;-o-animation-delay:122.6s;animation-delay:122.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1227){-webkit-animation-delay:122.7s;-moz-animation-delay:122.7s;-o-animation-delay:122.7s;animation-delay:122.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1228){-webkit-animation-delay:122.8s;-moz-animation-delay:122.8s;-o-animation-delay:122.8s;animation-delay:122.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1229){-webkit-animation-delay:122.9s;-moz-animation-delay:122.9s;-o-animation-delay:122.9s;animation-delay:122.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1230){-webkit-animation-delay:123s;-moz-animation-delay:123s;-o-animation-delay:123s;animation-delay:123s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1231){-webkit-animation-delay:123.1s;-moz-animation-delay:123.1s;-o-animation-delay:123.1s;animation-delay:123.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1232){-webkit-animation-delay:123.2s;-moz-animation-delay:123.2s;-o-animation-delay:123.2s;animation-delay:123.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1233){-webkit-animation-delay:123.3s;-moz-animation-delay:123.3s;-o-animation-delay:123.3s;animation-delay:123.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1234){-webkit-animation-delay:123.4s;-moz-animation-delay:123.4s;-o-animation-delay:123.4s;animation-delay:123.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1235){-webkit-animation-delay:123.5s;-moz-animation-delay:123.5s;-o-animation-delay:123.5s;animation-delay:123.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1236){-webkit-animation-delay:123.6s;-moz-animation-delay:123.6s;-o-animation-delay:123.6s;animation-delay:123.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1237){-webkit-animation-delay:123.7s;-moz-animation-delay:123.7s;-o-animation-delay:123.7s;animation-delay:123.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1238){-webkit-animation-delay:123.8s;-moz-animation-delay:123.8s;-o-animation-delay:123.8s;animation-delay:123.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1239){-webkit-animation-delay:123.9s;-moz-animation-delay:123.9s;-o-animation-delay:123.9s;animation-delay:123.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1240){-webkit-animation-delay:124s;-moz-animation-delay:124s;-o-animation-delay:124s;animation-delay:124s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1241){-webkit-animation-delay:124.1s;-moz-animation-delay:124.1s;-o-animation-delay:124.1s;animation-delay:124.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1242){-webkit-animation-delay:124.2s;-moz-animation-delay:124.2s;-o-animation-delay:124.2s;animation-delay:124.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1243){-webkit-animation-delay:124.3s;-moz-animation-delay:124.3s;-o-animation-delay:124.3s;animation-delay:124.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1244){-webkit-animation-delay:124.4s;-moz-animation-delay:124.4s;-o-animation-delay:124.4s;animation-delay:124.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1245){-webkit-animation-delay:124.5s;-moz-animation-delay:124.5s;-o-animation-delay:124.5s;animation-delay:124.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1246){-webkit-animation-delay:124.6s;-moz-animation-delay:124.6s;-o-animation-delay:124.6s;animation-delay:124.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1247){-webkit-animation-delay:124.7s;-moz-animation-delay:124.7s;-o-animation-delay:124.7s;animation-delay:124.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1248){-webkit-animation-delay:124.8s;-moz-animation-delay:124.8s;-o-animation-delay:124.8s;animation-delay:124.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1249){-webkit-animation-delay:124.9s;-moz-animation-delay:124.9s;-o-animation-delay:124.9s;animation-delay:124.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1250){-webkit-animation-delay:125s;-moz-animation-delay:125s;-o-animation-delay:125s;animation-delay:125s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1251){-webkit-animation-delay:125.1s;-moz-animation-delay:125.1s;-o-animation-delay:125.1s;animation-delay:125.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1252){-webkit-animation-delay:125.2s;-moz-animation-delay:125.2s;-o-animation-delay:125.2s;animation-delay:125.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1253){-webkit-animation-delay:125.3s;-moz-animation-delay:125.3s;-o-animation-delay:125.3s;animation-delay:125.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1254){-webkit-animation-delay:125.4s;-moz-animation-delay:125.4s;-o-animation-delay:125.4s;animation-delay:125.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1255){-webkit-animation-delay:125.5s;-moz-animation-delay:125.5s;-o-animation-delay:125.5s;animation-delay:125.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1256){-webkit-animation-delay:125.6s;-moz-animation-delay:125.6s;-o-animation-delay:125.6s;animation-delay:125.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1257){-webkit-animation-delay:125.7s;-moz-animation-delay:125.7s;-o-animation-delay:125.7s;animation-delay:125.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1258){-webkit-animation-delay:125.8s;-moz-animation-delay:125.8s;-o-animation-delay:125.8s;animation-delay:125.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1259){-webkit-animation-delay:125.9s;-moz-animation-delay:125.9s;-o-animation-delay:125.9s;animation-delay:125.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1260){-webkit-animation-delay:126s;-moz-animation-delay:126s;-o-animation-delay:126s;animation-delay:126s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1261){-webkit-animation-delay:126.1s;-moz-animation-delay:126.1s;-o-animation-delay:126.1s;animation-delay:126.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1262){-webkit-animation-delay:126.2s;-moz-animation-delay:126.2s;-o-animation-delay:126.2s;animation-delay:126.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1263){-webkit-animation-delay:126.3s;-moz-animation-delay:126.3s;-o-animation-delay:126.3s;animation-delay:126.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1264){-webkit-animation-delay:126.4s;-moz-animation-delay:126.4s;-o-animation-delay:126.4s;animation-delay:126.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1265){-webkit-animation-delay:126.5s;-moz-animation-delay:126.5s;-o-animation-delay:126.5s;animation-delay:126.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1266){-webkit-animation-delay:126.6s;-moz-animation-delay:126.6s;-o-animation-delay:126.6s;animation-delay:126.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1267){-webkit-animation-delay:126.7s;-moz-animation-delay:126.7s;-o-animation-delay:126.7s;animation-delay:126.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1268){-webkit-animation-delay:126.8s;-moz-animation-delay:126.8s;-o-animation-delay:126.8s;animation-delay:126.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1269){-webkit-animation-delay:126.9s;-moz-animation-delay:126.9s;-o-animation-delay:126.9s;animation-delay:126.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1270){-webkit-animation-delay:127s;-moz-animation-delay:127s;-o-animation-delay:127s;animation-delay:127s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1271){-webkit-animation-delay:127.1s;-moz-animation-delay:127.1s;-o-animation-delay:127.1s;animation-delay:127.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1272){-webkit-animation-delay:127.2s;-moz-animation-delay:127.2s;-o-animation-delay:127.2s;animation-delay:127.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1273){-webkit-animation-delay:127.3s;-moz-animation-delay:127.3s;-o-animation-delay:127.3s;animation-delay:127.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1274){-webkit-animation-delay:127.4s;-moz-animation-delay:127.4s;-o-animation-delay:127.4s;animation-delay:127.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1275){-webkit-animation-delay:127.5s;-moz-animation-delay:127.5s;-o-animation-delay:127.5s;animation-delay:127.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1276){-webkit-animation-delay:127.6s;-moz-animation-delay:127.6s;-o-animation-delay:127.6s;animation-delay:127.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1277){-webkit-animation-delay:127.7s;-moz-animation-delay:127.7s;-o-animation-delay:127.7s;animation-delay:127.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1278){-webkit-animation-delay:127.8s;-moz-animation-delay:127.8s;-o-animation-delay:127.8s;animation-delay:127.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1279){-webkit-animation-delay:127.9s;-moz-animation-delay:127.9s;-o-animation-delay:127.9s;animation-delay:127.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1280){-webkit-animation-delay:128s;-moz-animation-delay:128s;-o-animation-delay:128s;animation-delay:128s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1281){-webkit-animation-delay:128.1s;-moz-animation-delay:128.1s;-o-animation-delay:128.1s;animation-delay:128.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1282){-webkit-animation-delay:128.2s;-moz-animation-delay:128.2s;-o-animation-delay:128.2s;animation-delay:128.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1283){-webkit-animation-delay:128.3s;-moz-animation-delay:128.3s;-o-animation-delay:128.3s;animation-delay:128.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1284){-webkit-animation-delay:128.4s;-moz-animation-delay:128.4s;-o-animation-delay:128.4s;animation-delay:128.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1285){-webkit-animation-delay:128.5s;-moz-animation-delay:128.5s;-o-animation-delay:128.5s;animation-delay:128.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1286){-webkit-animation-delay:128.6s;-moz-animation-delay:128.6s;-o-animation-delay:128.6s;animation-delay:128.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1287){-webkit-animation-delay:128.7s;-moz-animation-delay:128.7s;-o-animation-delay:128.7s;animation-delay:128.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1288){-webkit-animation-delay:128.8s;-moz-animation-delay:128.8s;-o-animation-delay:128.8s;animation-delay:128.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1289){-webkit-animation-delay:128.9s;-moz-animation-delay:128.9s;-o-animation-delay:128.9s;animation-delay:128.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1290){-webkit-animation-delay:129s;-moz-animation-delay:129s;-o-animation-delay:129s;animation-delay:129s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1291){-webkit-animation-delay:129.1s;-moz-animation-delay:129.1s;-o-animation-delay:129.1s;animation-delay:129.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1292){-webkit-animation-delay:129.2s;-moz-animation-delay:129.2s;-o-animation-delay:129.2s;animation-delay:129.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1293){-webkit-animation-delay:129.3s;-moz-animation-delay:129.3s;-o-animation-delay:129.3s;animation-delay:129.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1294){-webkit-animation-delay:129.4s;-moz-animation-delay:129.4s;-o-animation-delay:129.4s;animation-delay:129.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1295){-webkit-animation-delay:129.5s;-moz-animation-delay:129.5s;-o-animation-delay:129.5s;animation-delay:129.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1296){-webkit-animation-delay:129.6s;-moz-animation-delay:129.6s;-o-animation-delay:129.6s;animation-delay:129.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1297){-webkit-animation-delay:129.7s;-moz-animation-delay:129.7s;-o-animation-delay:129.7s;animation-delay:129.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1298){-webkit-animation-delay:129.8s;-moz-animation-delay:129.8s;-o-animation-delay:129.8s;animation-delay:129.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1299){-webkit-animation-delay:129.9s;-moz-animation-delay:129.9s;-o-animation-delay:129.9s;animation-delay:129.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1300){-webkit-animation-delay:130s;-moz-animation-delay:130s;-o-animation-delay:130s;animation-delay:130s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1301){-webkit-animation-delay:130.1s;-moz-animation-delay:130.1s;-o-animation-delay:130.1s;animation-delay:130.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1302){-webkit-animation-delay:130.2s;-moz-animation-delay:130.2s;-o-animation-delay:130.2s;animation-delay:130.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1303){-webkit-animation-delay:130.3s;-moz-animation-delay:130.3s;-o-animation-delay:130.3s;animation-delay:130.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1304){-webkit-animation-delay:130.4s;-moz-animation-delay:130.4s;-o-animation-delay:130.4s;animation-delay:130.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1305){-webkit-animation-delay:130.5s;-moz-animation-delay:130.5s;-o-animation-delay:130.5s;animation-delay:130.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1306){-webkit-animation-delay:130.6s;-moz-animation-delay:130.6s;-o-animation-delay:130.6s;animation-delay:130.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1307){-webkit-animation-delay:130.7s;-moz-animation-delay:130.7s;-o-animation-delay:130.7s;animation-delay:130.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1308){-webkit-animation-delay:130.8s;-moz-animation-delay:130.8s;-o-animation-delay:130.8s;animation-delay:130.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1309){-webkit-animation-delay:130.9s;-moz-animation-delay:130.9s;-o-animation-delay:130.9s;animation-delay:130.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1310){-webkit-animation-delay:131s;-moz-animation-delay:131s;-o-animation-delay:131s;animation-delay:131s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1311){-webkit-animation-delay:131.1s;-moz-animation-delay:131.1s;-o-animation-delay:131.1s;animation-delay:131.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1312){-webkit-animation-delay:131.2s;-moz-animation-delay:131.2s;-o-animation-delay:131.2s;animation-delay:131.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1313){-webkit-animation-delay:131.3s;-moz-animation-delay:131.3s;-o-animation-delay:131.3s;animation-delay:131.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1314){-webkit-animation-delay:131.4s;-moz-animation-delay:131.4s;-o-animation-delay:131.4s;animation-delay:131.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1315){-webkit-animation-delay:131.5s;-moz-animation-delay:131.5s;-o-animation-delay:131.5s;animation-delay:131.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1316){-webkit-animation-delay:131.6s;-moz-animation-delay:131.6s;-o-animation-delay:131.6s;animation-delay:131.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1317){-webkit-animation-delay:131.7s;-moz-animation-delay:131.7s;-o-animation-delay:131.7s;animation-delay:131.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1318){-webkit-animation-delay:131.8s;-moz-animation-delay:131.8s;-o-animation-delay:131.8s;animation-delay:131.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1319){-webkit-animation-delay:131.9s;-moz-animation-delay:131.9s;-o-animation-delay:131.9s;animation-delay:131.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1320){-webkit-animation-delay:132s;-moz-animation-delay:132s;-o-animation-delay:132s;animation-delay:132s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1321){-webkit-animation-delay:132.1s;-moz-animation-delay:132.1s;-o-animation-delay:132.1s;animation-delay:132.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1322){-webkit-animation-delay:132.2s;-moz-animation-delay:132.2s;-o-animation-delay:132.2s;animation-delay:132.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1323){-webkit-animation-delay:132.3s;-moz-animation-delay:132.3s;-o-animation-delay:132.3s;animation-delay:132.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1324){-webkit-animation-delay:132.4s;-moz-animation-delay:132.4s;-o-animation-delay:132.4s;animation-delay:132.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1325){-webkit-animation-delay:132.5s;-moz-animation-delay:132.5s;-o-animation-delay:132.5s;animation-delay:132.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1326){-webkit-animation-delay:132.6s;-moz-animation-delay:132.6s;-o-animation-delay:132.6s;animation-delay:132.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1327){-webkit-animation-delay:132.7s;-moz-animation-delay:132.7s;-o-animation-delay:132.7s;animation-delay:132.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1328){-webkit-animation-delay:132.8s;-moz-animation-delay:132.8s;-o-animation-delay:132.8s;animation-delay:132.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1329){-webkit-animation-delay:132.9s;-moz-animation-delay:132.9s;-o-animation-delay:132.9s;animation-delay:132.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1330){-webkit-animation-delay:133s;-moz-animation-delay:133s;-o-animation-delay:133s;animation-delay:133s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1331){-webkit-animation-delay:133.1s;-moz-animation-delay:133.1s;-o-animation-delay:133.1s;animation-delay:133.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1332){-webkit-animation-delay:133.2s;-moz-animation-delay:133.2s;-o-animation-delay:133.2s;animation-delay:133.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1333){-webkit-animation-delay:133.3s;-moz-animation-delay:133.3s;-o-animation-delay:133.3s;animation-delay:133.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1334){-webkit-animation-delay:133.4s;-moz-animation-delay:133.4s;-o-animation-delay:133.4s;animation-delay:133.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1335){-webkit-animation-delay:133.5s;-moz-animation-delay:133.5s;-o-animation-delay:133.5s;animation-delay:133.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1336){-webkit-animation-delay:133.6s;-moz-animation-delay:133.6s;-o-animation-delay:133.6s;animation-delay:133.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1337){-webkit-animation-delay:133.7s;-moz-animation-delay:133.7s;-o-animation-delay:133.7s;animation-delay:133.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1338){-webkit-animation-delay:133.8s;-moz-animation-delay:133.8s;-o-animation-delay:133.8s;animation-delay:133.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1339){-webkit-animation-delay:133.9s;-moz-animation-delay:133.9s;-o-animation-delay:133.9s;animation-delay:133.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1340){-webkit-animation-delay:134s;-moz-animation-delay:134s;-o-animation-delay:134s;animation-delay:134s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1341){-webkit-animation-delay:134.1s;-moz-animation-delay:134.1s;-o-animation-delay:134.1s;animation-delay:134.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1342){-webkit-animation-delay:134.2s;-moz-animation-delay:134.2s;-o-animation-delay:134.2s;animation-delay:134.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1343){-webkit-animation-delay:134.3s;-moz-animation-delay:134.3s;-o-animation-delay:134.3s;animation-delay:134.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1344){-webkit-animation-delay:134.4s;-moz-animation-delay:134.4s;-o-animation-delay:134.4s;animation-delay:134.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1345){-webkit-animation-delay:134.5s;-moz-animation-delay:134.5s;-o-animation-delay:134.5s;animation-delay:134.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1346){-webkit-animation-delay:134.6s;-moz-animation-delay:134.6s;-o-animation-delay:134.6s;animation-delay:134.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1347){-webkit-animation-delay:134.7s;-moz-animation-delay:134.7s;-o-animation-delay:134.7s;animation-delay:134.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1348){-webkit-animation-delay:134.8s;-moz-animation-delay:134.8s;-o-animation-delay:134.8s;animation-delay:134.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1349){-webkit-animation-delay:134.9s;-moz-animation-delay:134.9s;-o-animation-delay:134.9s;animation-delay:134.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1350){-webkit-animation-delay:135s;-moz-animation-delay:135s;-o-animation-delay:135s;animation-delay:135s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1351){-webkit-animation-delay:135.1s;-moz-animation-delay:135.1s;-o-animation-delay:135.1s;animation-delay:135.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1352){-webkit-animation-delay:135.2s;-moz-animation-delay:135.2s;-o-animation-delay:135.2s;animation-delay:135.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1353){-webkit-animation-delay:135.3s;-moz-animation-delay:135.3s;-o-animation-delay:135.3s;animation-delay:135.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1354){-webkit-animation-delay:135.4s;-moz-animation-delay:135.4s;-o-animation-delay:135.4s;animation-delay:135.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1355){-webkit-animation-delay:135.5s;-moz-animation-delay:135.5s;-o-animation-delay:135.5s;animation-delay:135.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1356){-webkit-animation-delay:135.6s;-moz-animation-delay:135.6s;-o-animation-delay:135.6s;animation-delay:135.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1357){-webkit-animation-delay:135.7s;-moz-animation-delay:135.7s;-o-animation-delay:135.7s;animation-delay:135.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1358){-webkit-animation-delay:135.8s;-moz-animation-delay:135.8s;-o-animation-delay:135.8s;animation-delay:135.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1359){-webkit-animation-delay:135.9s;-moz-animation-delay:135.9s;-o-animation-delay:135.9s;animation-delay:135.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1360){-webkit-animation-delay:136s;-moz-animation-delay:136s;-o-animation-delay:136s;animation-delay:136s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1361){-webkit-animation-delay:136.1s;-moz-animation-delay:136.1s;-o-animation-delay:136.1s;animation-delay:136.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1362){-webkit-animation-delay:136.2s;-moz-animation-delay:136.2s;-o-animation-delay:136.2s;animation-delay:136.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1363){-webkit-animation-delay:136.3s;-moz-animation-delay:136.3s;-o-animation-delay:136.3s;animation-delay:136.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1364){-webkit-animation-delay:136.4s;-moz-animation-delay:136.4s;-o-animation-delay:136.4s;animation-delay:136.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1365){-webkit-animation-delay:136.5s;-moz-animation-delay:136.5s;-o-animation-delay:136.5s;animation-delay:136.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1366){-webkit-animation-delay:136.6s;-moz-animation-delay:136.6s;-o-animation-delay:136.6s;animation-delay:136.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1367){-webkit-animation-delay:136.7s;-moz-animation-delay:136.7s;-o-animation-delay:136.7s;animation-delay:136.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1368){-webkit-animation-delay:136.8s;-moz-animation-delay:136.8s;-o-animation-delay:136.8s;animation-delay:136.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1369){-webkit-animation-delay:136.9s;-moz-animation-delay:136.9s;-o-animation-delay:136.9s;animation-delay:136.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1370){-webkit-animation-delay:137s;-moz-animation-delay:137s;-o-animation-delay:137s;animation-delay:137s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1371){-webkit-animation-delay:137.1s;-moz-animation-delay:137.1s;-o-animation-delay:137.1s;animation-delay:137.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1372){-webkit-animation-delay:137.2s;-moz-animation-delay:137.2s;-o-animation-delay:137.2s;animation-delay:137.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1373){-webkit-animation-delay:137.3s;-moz-animation-delay:137.3s;-o-animation-delay:137.3s;animation-delay:137.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1374){-webkit-animation-delay:137.4s;-moz-animation-delay:137.4s;-o-animation-delay:137.4s;animation-delay:137.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1375){-webkit-animation-delay:137.5s;-moz-animation-delay:137.5s;-o-animation-delay:137.5s;animation-delay:137.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1376){-webkit-animation-delay:137.6s;-moz-animation-delay:137.6s;-o-animation-delay:137.6s;animation-delay:137.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1377){-webkit-animation-delay:137.7s;-moz-animation-delay:137.7s;-o-animation-delay:137.7s;animation-delay:137.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1378){-webkit-animation-delay:137.8s;-moz-animation-delay:137.8s;-o-animation-delay:137.8s;animation-delay:137.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1379){-webkit-animation-delay:137.9s;-moz-animation-delay:137.9s;-o-animation-delay:137.9s;animation-delay:137.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1380){-webkit-animation-delay:138s;-moz-animation-delay:138s;-o-animation-delay:138s;animation-delay:138s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1381){-webkit-animation-delay:138.1s;-moz-animation-delay:138.1s;-o-animation-delay:138.1s;animation-delay:138.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1382){-webkit-animation-delay:138.2s;-moz-animation-delay:138.2s;-o-animation-delay:138.2s;animation-delay:138.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1383){-webkit-animation-delay:138.3s;-moz-animation-delay:138.3s;-o-animation-delay:138.3s;animation-delay:138.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1384){-webkit-animation-delay:138.4s;-moz-animation-delay:138.4s;-o-animation-delay:138.4s;animation-delay:138.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1385){-webkit-animation-delay:138.5s;-moz-animation-delay:138.5s;-o-animation-delay:138.5s;animation-delay:138.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1386){-webkit-animation-delay:138.6s;-moz-animation-delay:138.6s;-o-animation-delay:138.6s;animation-delay:138.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1387){-webkit-animation-delay:138.7s;-moz-animation-delay:138.7s;-o-animation-delay:138.7s;animation-delay:138.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1388){-webkit-animation-delay:138.8s;-moz-animation-delay:138.8s;-o-animation-delay:138.8s;animation-delay:138.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1389){-webkit-animation-delay:138.9s;-moz-animation-delay:138.9s;-o-animation-delay:138.9s;animation-delay:138.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1390){-webkit-animation-delay:139s;-moz-animation-delay:139s;-o-animation-delay:139s;animation-delay:139s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1391){-webkit-animation-delay:139.1s;-moz-animation-delay:139.1s;-o-animation-delay:139.1s;animation-delay:139.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1392){-webkit-animation-delay:139.2s;-moz-animation-delay:139.2s;-o-animation-delay:139.2s;animation-delay:139.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1393){-webkit-animation-delay:139.3s;-moz-animation-delay:139.3s;-o-animation-delay:139.3s;animation-delay:139.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1394){-webkit-animation-delay:139.4s;-moz-animation-delay:139.4s;-o-animation-delay:139.4s;animation-delay:139.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1395){-webkit-animation-delay:139.5s;-moz-animation-delay:139.5s;-o-animation-delay:139.5s;animation-delay:139.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1396){-webkit-animation-delay:139.6s;-moz-animation-delay:139.6s;-o-animation-delay:139.6s;animation-delay:139.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1397){-webkit-animation-delay:139.7s;-moz-animation-delay:139.7s;-o-animation-delay:139.7s;animation-delay:139.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1398){-webkit-animation-delay:139.8s;-moz-animation-delay:139.8s;-o-animation-delay:139.8s;animation-delay:139.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1399){-webkit-animation-delay:139.9s;-moz-animation-delay:139.9s;-o-animation-delay:139.9s;animation-delay:139.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1400){-webkit-animation-delay:140s;-moz-animation-delay:140s;-o-animation-delay:140s;animation-delay:140s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1401){-webkit-animation-delay:140.1s;-moz-animation-delay:140.1s;-o-animation-delay:140.1s;animation-delay:140.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1402){-webkit-animation-delay:140.2s;-moz-animation-delay:140.2s;-o-animation-delay:140.2s;animation-delay:140.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1403){-webkit-animation-delay:140.3s;-moz-animation-delay:140.3s;-o-animation-delay:140.3s;animation-delay:140.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1404){-webkit-animation-delay:140.4s;-moz-animation-delay:140.4s;-o-animation-delay:140.4s;animation-delay:140.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1405){-webkit-animation-delay:140.5s;-moz-animation-delay:140.5s;-o-animation-delay:140.5s;animation-delay:140.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1406){-webkit-animation-delay:140.6s;-moz-animation-delay:140.6s;-o-animation-delay:140.6s;animation-delay:140.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1407){-webkit-animation-delay:140.7s;-moz-animation-delay:140.7s;-o-animation-delay:140.7s;animation-delay:140.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1408){-webkit-animation-delay:140.8s;-moz-animation-delay:140.8s;-o-animation-delay:140.8s;animation-delay:140.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1409){-webkit-animation-delay:140.9s;-moz-animation-delay:140.9s;-o-animation-delay:140.9s;animation-delay:140.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1410){-webkit-animation-delay:141s;-moz-animation-delay:141s;-o-animation-delay:141s;animation-delay:141s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1411){-webkit-animation-delay:141.1s;-moz-animation-delay:141.1s;-o-animation-delay:141.1s;animation-delay:141.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1412){-webkit-animation-delay:141.2s;-moz-animation-delay:141.2s;-o-animation-delay:141.2s;animation-delay:141.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1413){-webkit-animation-delay:141.3s;-moz-animation-delay:141.3s;-o-animation-delay:141.3s;animation-delay:141.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1414){-webkit-animation-delay:141.4s;-moz-animation-delay:141.4s;-o-animation-delay:141.4s;animation-delay:141.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1415){-webkit-animation-delay:141.5s;-moz-animation-delay:141.5s;-o-animation-delay:141.5s;animation-delay:141.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1416){-webkit-animation-delay:141.6s;-moz-animation-delay:141.6s;-o-animation-delay:141.6s;animation-delay:141.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1417){-webkit-animation-delay:141.7s;-moz-animation-delay:141.7s;-o-animation-delay:141.7s;animation-delay:141.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1418){-webkit-animation-delay:141.8s;-moz-animation-delay:141.8s;-o-animation-delay:141.8s;animation-delay:141.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1419){-webkit-animation-delay:141.9s;-moz-animation-delay:141.9s;-o-animation-delay:141.9s;animation-delay:141.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1420){-webkit-animation-delay:142s;-moz-animation-delay:142s;-o-animation-delay:142s;animation-delay:142s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1421){-webkit-animation-delay:142.1s;-moz-animation-delay:142.1s;-o-animation-delay:142.1s;animation-delay:142.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1422){-webkit-animation-delay:142.2s;-moz-animation-delay:142.2s;-o-animation-delay:142.2s;animation-delay:142.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1423){-webkit-animation-delay:142.3s;-moz-animation-delay:142.3s;-o-animation-delay:142.3s;animation-delay:142.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1424){-webkit-animation-delay:142.4s;-moz-animation-delay:142.4s;-o-animation-delay:142.4s;animation-delay:142.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1425){-webkit-animation-delay:142.5s;-moz-animation-delay:142.5s;-o-animation-delay:142.5s;animation-delay:142.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1426){-webkit-animation-delay:142.6s;-moz-animation-delay:142.6s;-o-animation-delay:142.6s;animation-delay:142.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1427){-webkit-animation-delay:142.7s;-moz-animation-delay:142.7s;-o-animation-delay:142.7s;animation-delay:142.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1428){-webkit-animation-delay:142.8s;-moz-animation-delay:142.8s;-o-animation-delay:142.8s;animation-delay:142.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1429){-webkit-animation-delay:142.9s;-moz-animation-delay:142.9s;-o-animation-delay:142.9s;animation-delay:142.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1430){-webkit-animation-delay:143s;-moz-animation-delay:143s;-o-animation-delay:143s;animation-delay:143s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1431){-webkit-animation-delay:143.1s;-moz-animation-delay:143.1s;-o-animation-delay:143.1s;animation-delay:143.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1432){-webkit-animation-delay:143.2s;-moz-animation-delay:143.2s;-o-animation-delay:143.2s;animation-delay:143.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1433){-webkit-animation-delay:143.3s;-moz-animation-delay:143.3s;-o-animation-delay:143.3s;animation-delay:143.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1434){-webkit-animation-delay:143.4s;-moz-animation-delay:143.4s;-o-animation-delay:143.4s;animation-delay:143.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1435){-webkit-animation-delay:143.5s;-moz-animation-delay:143.5s;-o-animation-delay:143.5s;animation-delay:143.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1436){-webkit-animation-delay:143.6s;-moz-animation-delay:143.6s;-o-animation-delay:143.6s;animation-delay:143.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1437){-webkit-animation-delay:143.7s;-moz-animation-delay:143.7s;-o-animation-delay:143.7s;animation-delay:143.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1438){-webkit-animation-delay:143.8s;-moz-animation-delay:143.8s;-o-animation-delay:143.8s;animation-delay:143.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1439){-webkit-animation-delay:143.9s;-moz-animation-delay:143.9s;-o-animation-delay:143.9s;animation-delay:143.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1440){-webkit-animation-delay:144s;-moz-animation-delay:144s;-o-animation-delay:144s;animation-delay:144s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1441){-webkit-animation-delay:144.1s;-moz-animation-delay:144.1s;-o-animation-delay:144.1s;animation-delay:144.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1442){-webkit-animation-delay:144.2s;-moz-animation-delay:144.2s;-o-animation-delay:144.2s;animation-delay:144.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1443){-webkit-animation-delay:144.3s;-moz-animation-delay:144.3s;-o-animation-delay:144.3s;animation-delay:144.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1444){-webkit-animation-delay:144.4s;-moz-animation-delay:144.4s;-o-animation-delay:144.4s;animation-delay:144.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1445){-webkit-animation-delay:144.5s;-moz-animation-delay:144.5s;-o-animation-delay:144.5s;animation-delay:144.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1446){-webkit-animation-delay:144.6s;-moz-animation-delay:144.6s;-o-animation-delay:144.6s;animation-delay:144.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1447){-webkit-animation-delay:144.7s;-moz-animation-delay:144.7s;-o-animation-delay:144.7s;animation-delay:144.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1448){-webkit-animation-delay:144.8s;-moz-animation-delay:144.8s;-o-animation-delay:144.8s;animation-delay:144.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1449){-webkit-animation-delay:144.9s;-moz-animation-delay:144.9s;-o-animation-delay:144.9s;animation-delay:144.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1450){-webkit-animation-delay:145s;-moz-animation-delay:145s;-o-animation-delay:145s;animation-delay:145s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1451){-webkit-animation-delay:145.1s;-moz-animation-delay:145.1s;-o-animation-delay:145.1s;animation-delay:145.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1452){-webkit-animation-delay:145.2s;-moz-animation-delay:145.2s;-o-animation-delay:145.2s;animation-delay:145.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1453){-webkit-animation-delay:145.3s;-moz-animation-delay:145.3s;-o-animation-delay:145.3s;animation-delay:145.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1454){-webkit-animation-delay:145.4s;-moz-animation-delay:145.4s;-o-animation-delay:145.4s;animation-delay:145.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1455){-webkit-animation-delay:145.5s;-moz-animation-delay:145.5s;-o-animation-delay:145.5s;animation-delay:145.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1456){-webkit-animation-delay:145.6s;-moz-animation-delay:145.6s;-o-animation-delay:145.6s;animation-delay:145.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1457){-webkit-animation-delay:145.7s;-moz-animation-delay:145.7s;-o-animation-delay:145.7s;animation-delay:145.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1458){-webkit-animation-delay:145.8s;-moz-animation-delay:145.8s;-o-animation-delay:145.8s;animation-delay:145.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1459){-webkit-animation-delay:145.9s;-moz-animation-delay:145.9s;-o-animation-delay:145.9s;animation-delay:145.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1460){-webkit-animation-delay:146s;-moz-animation-delay:146s;-o-animation-delay:146s;animation-delay:146s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1461){-webkit-animation-delay:146.1s;-moz-animation-delay:146.1s;-o-animation-delay:146.1s;animation-delay:146.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1462){-webkit-animation-delay:146.2s;-moz-animation-delay:146.2s;-o-animation-delay:146.2s;animation-delay:146.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1463){-webkit-animation-delay:146.3s;-moz-animation-delay:146.3s;-o-animation-delay:146.3s;animation-delay:146.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1464){-webkit-animation-delay:146.4s;-moz-animation-delay:146.4s;-o-animation-delay:146.4s;animation-delay:146.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1465){-webkit-animation-delay:146.5s;-moz-animation-delay:146.5s;-o-animation-delay:146.5s;animation-delay:146.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1466){-webkit-animation-delay:146.6s;-moz-animation-delay:146.6s;-o-animation-delay:146.6s;animation-delay:146.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1467){-webkit-animation-delay:146.7s;-moz-animation-delay:146.7s;-o-animation-delay:146.7s;animation-delay:146.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1468){-webkit-animation-delay:146.8s;-moz-animation-delay:146.8s;-o-animation-delay:146.8s;animation-delay:146.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1469){-webkit-animation-delay:146.9s;-moz-animation-delay:146.9s;-o-animation-delay:146.9s;animation-delay:146.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1470){-webkit-animation-delay:147s;-moz-animation-delay:147s;-o-animation-delay:147s;animation-delay:147s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1471){-webkit-animation-delay:147.1s;-moz-animation-delay:147.1s;-o-animation-delay:147.1s;animation-delay:147.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1472){-webkit-animation-delay:147.2s;-moz-animation-delay:147.2s;-o-animation-delay:147.2s;animation-delay:147.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1473){-webkit-animation-delay:147.3s;-moz-animation-delay:147.3s;-o-animation-delay:147.3s;animation-delay:147.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1474){-webkit-animation-delay:147.4s;-moz-animation-delay:147.4s;-o-animation-delay:147.4s;animation-delay:147.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1475){-webkit-animation-delay:147.5s;-moz-animation-delay:147.5s;-o-animation-delay:147.5s;animation-delay:147.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1476){-webkit-animation-delay:147.6s;-moz-animation-delay:147.6s;-o-animation-delay:147.6s;animation-delay:147.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1477){-webkit-animation-delay:147.7s;-moz-animation-delay:147.7s;-o-animation-delay:147.7s;animation-delay:147.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1478){-webkit-animation-delay:147.8s;-moz-animation-delay:147.8s;-o-animation-delay:147.8s;animation-delay:147.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1479){-webkit-animation-delay:147.9s;-moz-animation-delay:147.9s;-o-animation-delay:147.9s;animation-delay:147.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1480){-webkit-animation-delay:148s;-moz-animation-delay:148s;-o-animation-delay:148s;animation-delay:148s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1481){-webkit-animation-delay:148.1s;-moz-animation-delay:148.1s;-o-animation-delay:148.1s;animation-delay:148.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1482){-webkit-animation-delay:148.2s;-moz-animation-delay:148.2s;-o-animation-delay:148.2s;animation-delay:148.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1483){-webkit-animation-delay:148.3s;-moz-animation-delay:148.3s;-o-animation-delay:148.3s;animation-delay:148.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1484){-webkit-animation-delay:148.4s;-moz-animation-delay:148.4s;-o-animation-delay:148.4s;animation-delay:148.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1485){-webkit-animation-delay:148.5s;-moz-animation-delay:148.5s;-o-animation-delay:148.5s;animation-delay:148.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1486){-webkit-animation-delay:148.6s;-moz-animation-delay:148.6s;-o-animation-delay:148.6s;animation-delay:148.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1487){-webkit-animation-delay:148.7s;-moz-animation-delay:148.7s;-o-animation-delay:148.7s;animation-delay:148.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1488){-webkit-animation-delay:148.8s;-moz-animation-delay:148.8s;-o-animation-delay:148.8s;animation-delay:148.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1489){-webkit-animation-delay:148.9s;-moz-animation-delay:148.9s;-o-animation-delay:148.9s;animation-delay:148.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1490){-webkit-animation-delay:149s;-moz-animation-delay:149s;-o-animation-delay:149s;animation-delay:149s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1491){-webkit-animation-delay:149.1s;-moz-animation-delay:149.1s;-o-animation-delay:149.1s;animation-delay:149.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1492){-webkit-animation-delay:149.2s;-moz-animation-delay:149.2s;-o-animation-delay:149.2s;animation-delay:149.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1493){-webkit-animation-delay:149.3s;-moz-animation-delay:149.3s;-o-animation-delay:149.3s;animation-delay:149.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1494){-webkit-animation-delay:149.4s;-moz-animation-delay:149.4s;-o-animation-delay:149.4s;animation-delay:149.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1495){-webkit-animation-delay:149.5s;-moz-animation-delay:149.5s;-o-animation-delay:149.5s;animation-delay:149.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1496){-webkit-animation-delay:149.6s;-moz-animation-delay:149.6s;-o-animation-delay:149.6s;animation-delay:149.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1497){-webkit-animation-delay:149.7s;-moz-animation-delay:149.7s;-o-animation-delay:149.7s;animation-delay:149.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1498){-webkit-animation-delay:149.8s;-moz-animation-delay:149.8s;-o-animation-delay:149.8s;animation-delay:149.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1499){-webkit-animation-delay:149.9s;-moz-animation-delay:149.9s;-o-animation-delay:149.9s;animation-delay:149.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1500){-webkit-animation-delay:150s;-moz-animation-delay:150s;-o-animation-delay:150s;animation-delay:150s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1501){-webkit-animation-delay:150.1s;-moz-animation-delay:150.1s;-o-animation-delay:150.1s;animation-delay:150.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1502){-webkit-animation-delay:150.2s;-moz-animation-delay:150.2s;-o-animation-delay:150.2s;animation-delay:150.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1503){-webkit-animation-delay:150.3s;-moz-animation-delay:150.3s;-o-animation-delay:150.3s;animation-delay:150.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1504){-webkit-animation-delay:150.4s;-moz-animation-delay:150.4s;-o-animation-delay:150.4s;animation-delay:150.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1505){-webkit-animation-delay:150.5s;-moz-animation-delay:150.5s;-o-animation-delay:150.5s;animation-delay:150.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1506){-webkit-animation-delay:150.6s;-moz-animation-delay:150.6s;-o-animation-delay:150.6s;animation-delay:150.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1507){-webkit-animation-delay:150.7s;-moz-animation-delay:150.7s;-o-animation-delay:150.7s;animation-delay:150.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1508){-webkit-animation-delay:150.8s;-moz-animation-delay:150.8s;-o-animation-delay:150.8s;animation-delay:150.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1509){-webkit-animation-delay:150.9s;-moz-animation-delay:150.9s;-o-animation-delay:150.9s;animation-delay:150.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1510){-webkit-animation-delay:151s;-moz-animation-delay:151s;-o-animation-delay:151s;animation-delay:151s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1511){-webkit-animation-delay:151.1s;-moz-animation-delay:151.1s;-o-animation-delay:151.1s;animation-delay:151.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1512){-webkit-animation-delay:151.2s;-moz-animation-delay:151.2s;-o-animation-delay:151.2s;animation-delay:151.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1513){-webkit-animation-delay:151.3s;-moz-animation-delay:151.3s;-o-animation-delay:151.3s;animation-delay:151.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1514){-webkit-animation-delay:151.4s;-moz-animation-delay:151.4s;-o-animation-delay:151.4s;animation-delay:151.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1515){-webkit-animation-delay:151.5s;-moz-animation-delay:151.5s;-o-animation-delay:151.5s;animation-delay:151.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1516){-webkit-animation-delay:151.6s;-moz-animation-delay:151.6s;-o-animation-delay:151.6s;animation-delay:151.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1517){-webkit-animation-delay:151.7s;-moz-animation-delay:151.7s;-o-animation-delay:151.7s;animation-delay:151.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1518){-webkit-animation-delay:151.8s;-moz-animation-delay:151.8s;-o-animation-delay:151.8s;animation-delay:151.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1519){-webkit-animation-delay:151.9s;-moz-animation-delay:151.9s;-o-animation-delay:151.9s;animation-delay:151.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1520){-webkit-animation-delay:152s;-moz-animation-delay:152s;-o-animation-delay:152s;animation-delay:152s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1521){-webkit-animation-delay:152.1s;-moz-animation-delay:152.1s;-o-animation-delay:152.1s;animation-delay:152.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1522){-webkit-animation-delay:152.2s;-moz-animation-delay:152.2s;-o-animation-delay:152.2s;animation-delay:152.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1523){-webkit-animation-delay:152.3s;-moz-animation-delay:152.3s;-o-animation-delay:152.3s;animation-delay:152.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1524){-webkit-animation-delay:152.4s;-moz-animation-delay:152.4s;-o-animation-delay:152.4s;animation-delay:152.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1525){-webkit-animation-delay:152.5s;-moz-animation-delay:152.5s;-o-animation-delay:152.5s;animation-delay:152.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1526){-webkit-animation-delay:152.6s;-moz-animation-delay:152.6s;-o-animation-delay:152.6s;animation-delay:152.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1527){-webkit-animation-delay:152.7s;-moz-animation-delay:152.7s;-o-animation-delay:152.7s;animation-delay:152.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1528){-webkit-animation-delay:152.8s;-moz-animation-delay:152.8s;-o-animation-delay:152.8s;animation-delay:152.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1529){-webkit-animation-delay:152.9s;-moz-animation-delay:152.9s;-o-animation-delay:152.9s;animation-delay:152.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1530){-webkit-animation-delay:153s;-moz-animation-delay:153s;-o-animation-delay:153s;animation-delay:153s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1531){-webkit-animation-delay:153.1s;-moz-animation-delay:153.1s;-o-animation-delay:153.1s;animation-delay:153.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1532){-webkit-animation-delay:153.2s;-moz-animation-delay:153.2s;-o-animation-delay:153.2s;animation-delay:153.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1533){-webkit-animation-delay:153.3s;-moz-animation-delay:153.3s;-o-animation-delay:153.3s;animation-delay:153.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1534){-webkit-animation-delay:153.4s;-moz-animation-delay:153.4s;-o-animation-delay:153.4s;animation-delay:153.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1535){-webkit-animation-delay:153.5s;-moz-animation-delay:153.5s;-o-animation-delay:153.5s;animation-delay:153.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1536){-webkit-animation-delay:153.6s;-moz-animation-delay:153.6s;-o-animation-delay:153.6s;animation-delay:153.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1537){-webkit-animation-delay:153.7s;-moz-animation-delay:153.7s;-o-animation-delay:153.7s;animation-delay:153.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1538){-webkit-animation-delay:153.8s;-moz-animation-delay:153.8s;-o-animation-delay:153.8s;animation-delay:153.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1539){-webkit-animation-delay:153.9s;-moz-animation-delay:153.9s;-o-animation-delay:153.9s;animation-delay:153.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1540){-webkit-animation-delay:154s;-moz-animation-delay:154s;-o-animation-delay:154s;animation-delay:154s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1541){-webkit-animation-delay:154.1s;-moz-animation-delay:154.1s;-o-animation-delay:154.1s;animation-delay:154.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1542){-webkit-animation-delay:154.2s;-moz-animation-delay:154.2s;-o-animation-delay:154.2s;animation-delay:154.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1543){-webkit-animation-delay:154.3s;-moz-animation-delay:154.3s;-o-animation-delay:154.3s;animation-delay:154.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1544){-webkit-animation-delay:154.4s;-moz-animation-delay:154.4s;-o-animation-delay:154.4s;animation-delay:154.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1545){-webkit-animation-delay:154.5s;-moz-animation-delay:154.5s;-o-animation-delay:154.5s;animation-delay:154.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1546){-webkit-animation-delay:154.6s;-moz-animation-delay:154.6s;-o-animation-delay:154.6s;animation-delay:154.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1547){-webkit-animation-delay:154.7s;-moz-animation-delay:154.7s;-o-animation-delay:154.7s;animation-delay:154.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1548){-webkit-animation-delay:154.8s;-moz-animation-delay:154.8s;-o-animation-delay:154.8s;animation-delay:154.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1549){-webkit-animation-delay:154.9s;-moz-animation-delay:154.9s;-o-animation-delay:154.9s;animation-delay:154.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1550){-webkit-animation-delay:155s;-moz-animation-delay:155s;-o-animation-delay:155s;animation-delay:155s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1551){-webkit-animation-delay:155.1s;-moz-animation-delay:155.1s;-o-animation-delay:155.1s;animation-delay:155.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1552){-webkit-animation-delay:155.2s;-moz-animation-delay:155.2s;-o-animation-delay:155.2s;animation-delay:155.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1553){-webkit-animation-delay:155.3s;-moz-animation-delay:155.3s;-o-animation-delay:155.3s;animation-delay:155.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1554){-webkit-animation-delay:155.4s;-moz-animation-delay:155.4s;-o-animation-delay:155.4s;animation-delay:155.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1555){-webkit-animation-delay:155.5s;-moz-animation-delay:155.5s;-o-animation-delay:155.5s;animation-delay:155.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1556){-webkit-animation-delay:155.6s;-moz-animation-delay:155.6s;-o-animation-delay:155.6s;animation-delay:155.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1557){-webkit-animation-delay:155.7s;-moz-animation-delay:155.7s;-o-animation-delay:155.7s;animation-delay:155.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1558){-webkit-animation-delay:155.8s;-moz-animation-delay:155.8s;-o-animation-delay:155.8s;animation-delay:155.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1559){-webkit-animation-delay:155.9s;-moz-animation-delay:155.9s;-o-animation-delay:155.9s;animation-delay:155.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1560){-webkit-animation-delay:156s;-moz-animation-delay:156s;-o-animation-delay:156s;animation-delay:156s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1561){-webkit-animation-delay:156.1s;-moz-animation-delay:156.1s;-o-animation-delay:156.1s;animation-delay:156.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1562){-webkit-animation-delay:156.2s;-moz-animation-delay:156.2s;-o-animation-delay:156.2s;animation-delay:156.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1563){-webkit-animation-delay:156.3s;-moz-animation-delay:156.3s;-o-animation-delay:156.3s;animation-delay:156.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1564){-webkit-animation-delay:156.4s;-moz-animation-delay:156.4s;-o-animation-delay:156.4s;animation-delay:156.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1565){-webkit-animation-delay:156.5s;-moz-animation-delay:156.5s;-o-animation-delay:156.5s;animation-delay:156.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1566){-webkit-animation-delay:156.6s;-moz-animation-delay:156.6s;-o-animation-delay:156.6s;animation-delay:156.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1567){-webkit-animation-delay:156.7s;-moz-animation-delay:156.7s;-o-animation-delay:156.7s;animation-delay:156.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1568){-webkit-animation-delay:156.8s;-moz-animation-delay:156.8s;-o-animation-delay:156.8s;animation-delay:156.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1569){-webkit-animation-delay:156.9s;-moz-animation-delay:156.9s;-o-animation-delay:156.9s;animation-delay:156.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1570){-webkit-animation-delay:157s;-moz-animation-delay:157s;-o-animation-delay:157s;animation-delay:157s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1571){-webkit-animation-delay:157.1s;-moz-animation-delay:157.1s;-o-animation-delay:157.1s;animation-delay:157.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1572){-webkit-animation-delay:157.2s;-moz-animation-delay:157.2s;-o-animation-delay:157.2s;animation-delay:157.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1573){-webkit-animation-delay:157.3s;-moz-animation-delay:157.3s;-o-animation-delay:157.3s;animation-delay:157.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1574){-webkit-animation-delay:157.4s;-moz-animation-delay:157.4s;-o-animation-delay:157.4s;animation-delay:157.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1575){-webkit-animation-delay:157.5s;-moz-animation-delay:157.5s;-o-animation-delay:157.5s;animation-delay:157.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1576){-webkit-animation-delay:157.6s;-moz-animation-delay:157.6s;-o-animation-delay:157.6s;animation-delay:157.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1577){-webkit-animation-delay:157.7s;-moz-animation-delay:157.7s;-o-animation-delay:157.7s;animation-delay:157.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1578){-webkit-animation-delay:157.8s;-moz-animation-delay:157.8s;-o-animation-delay:157.8s;animation-delay:157.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1579){-webkit-animation-delay:157.9s;-moz-animation-delay:157.9s;-o-animation-delay:157.9s;animation-delay:157.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1580){-webkit-animation-delay:158s;-moz-animation-delay:158s;-o-animation-delay:158s;animation-delay:158s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1581){-webkit-animation-delay:158.1s;-moz-animation-delay:158.1s;-o-animation-delay:158.1s;animation-delay:158.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1582){-webkit-animation-delay:158.2s;-moz-animation-delay:158.2s;-o-animation-delay:158.2s;animation-delay:158.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1583){-webkit-animation-delay:158.3s;-moz-animation-delay:158.3s;-o-animation-delay:158.3s;animation-delay:158.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1584){-webkit-animation-delay:158.4s;-moz-animation-delay:158.4s;-o-animation-delay:158.4s;animation-delay:158.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1585){-webkit-animation-delay:158.5s;-moz-animation-delay:158.5s;-o-animation-delay:158.5s;animation-delay:158.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1586){-webkit-animation-delay:158.6s;-moz-animation-delay:158.6s;-o-animation-delay:158.6s;animation-delay:158.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1587){-webkit-animation-delay:158.7s;-moz-animation-delay:158.7s;-o-animation-delay:158.7s;animation-delay:158.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1588){-webkit-animation-delay:158.8s;-moz-animation-delay:158.8s;-o-animation-delay:158.8s;animation-delay:158.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1589){-webkit-animation-delay:158.9s;-moz-animation-delay:158.9s;-o-animation-delay:158.9s;animation-delay:158.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1590){-webkit-animation-delay:159s;-moz-animation-delay:159s;-o-animation-delay:159s;animation-delay:159s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1591){-webkit-animation-delay:159.1s;-moz-animation-delay:159.1s;-o-animation-delay:159.1s;animation-delay:159.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1592){-webkit-animation-delay:159.2s;-moz-animation-delay:159.2s;-o-animation-delay:159.2s;animation-delay:159.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1593){-webkit-animation-delay:159.3s;-moz-animation-delay:159.3s;-o-animation-delay:159.3s;animation-delay:159.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1594){-webkit-animation-delay:159.4s;-moz-animation-delay:159.4s;-o-animation-delay:159.4s;animation-delay:159.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1595){-webkit-animation-delay:159.5s;-moz-animation-delay:159.5s;-o-animation-delay:159.5s;animation-delay:159.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1596){-webkit-animation-delay:159.6s;-moz-animation-delay:159.6s;-o-animation-delay:159.6s;animation-delay:159.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1597){-webkit-animation-delay:159.7s;-moz-animation-delay:159.7s;-o-animation-delay:159.7s;animation-delay:159.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1598){-webkit-animation-delay:159.8s;-moz-animation-delay:159.8s;-o-animation-delay:159.8s;animation-delay:159.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1599){-webkit-animation-delay:159.9s;-moz-animation-delay:159.9s;-o-animation-delay:159.9s;animation-delay:159.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1600){-webkit-animation-delay:160s;-moz-animation-delay:160s;-o-animation-delay:160s;animation-delay:160s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1601){-webkit-animation-delay:160.1s;-moz-animation-delay:160.1s;-o-animation-delay:160.1s;animation-delay:160.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1602){-webkit-animation-delay:160.2s;-moz-animation-delay:160.2s;-o-animation-delay:160.2s;animation-delay:160.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1603){-webkit-animation-delay:160.3s;-moz-animation-delay:160.3s;-o-animation-delay:160.3s;animation-delay:160.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1604){-webkit-animation-delay:160.4s;-moz-animation-delay:160.4s;-o-animation-delay:160.4s;animation-delay:160.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1605){-webkit-animation-delay:160.5s;-moz-animation-delay:160.5s;-o-animation-delay:160.5s;animation-delay:160.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1606){-webkit-animation-delay:160.6s;-moz-animation-delay:160.6s;-o-animation-delay:160.6s;animation-delay:160.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1607){-webkit-animation-delay:160.7s;-moz-animation-delay:160.7s;-o-animation-delay:160.7s;animation-delay:160.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1608){-webkit-animation-delay:160.8s;-moz-animation-delay:160.8s;-o-animation-delay:160.8s;animation-delay:160.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1609){-webkit-animation-delay:160.9s;-moz-animation-delay:160.9s;-o-animation-delay:160.9s;animation-delay:160.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1610){-webkit-animation-delay:161s;-moz-animation-delay:161s;-o-animation-delay:161s;animation-delay:161s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1611){-webkit-animation-delay:161.1s;-moz-animation-delay:161.1s;-o-animation-delay:161.1s;animation-delay:161.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1612){-webkit-animation-delay:161.2s;-moz-animation-delay:161.2s;-o-animation-delay:161.2s;animation-delay:161.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1613){-webkit-animation-delay:161.3s;-moz-animation-delay:161.3s;-o-animation-delay:161.3s;animation-delay:161.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1614){-webkit-animation-delay:161.4s;-moz-animation-delay:161.4s;-o-animation-delay:161.4s;animation-delay:161.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1615){-webkit-animation-delay:161.5s;-moz-animation-delay:161.5s;-o-animation-delay:161.5s;animation-delay:161.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1616){-webkit-animation-delay:161.6s;-moz-animation-delay:161.6s;-o-animation-delay:161.6s;animation-delay:161.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1617){-webkit-animation-delay:161.7s;-moz-animation-delay:161.7s;-o-animation-delay:161.7s;animation-delay:161.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1618){-webkit-animation-delay:161.8s;-moz-animation-delay:161.8s;-o-animation-delay:161.8s;animation-delay:161.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1619){-webkit-animation-delay:161.9s;-moz-animation-delay:161.9s;-o-animation-delay:161.9s;animation-delay:161.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1620){-webkit-animation-delay:162s;-moz-animation-delay:162s;-o-animation-delay:162s;animation-delay:162s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1621){-webkit-animation-delay:162.1s;-moz-animation-delay:162.1s;-o-animation-delay:162.1s;animation-delay:162.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1622){-webkit-animation-delay:162.2s;-moz-animation-delay:162.2s;-o-animation-delay:162.2s;animation-delay:162.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1623){-webkit-animation-delay:162.3s;-moz-animation-delay:162.3s;-o-animation-delay:162.3s;animation-delay:162.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1624){-webkit-animation-delay:162.4s;-moz-animation-delay:162.4s;-o-animation-delay:162.4s;animation-delay:162.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1625){-webkit-animation-delay:162.5s;-moz-animation-delay:162.5s;-o-animation-delay:162.5s;animation-delay:162.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1626){-webkit-animation-delay:162.6s;-moz-animation-delay:162.6s;-o-animation-delay:162.6s;animation-delay:162.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1627){-webkit-animation-delay:162.7s;-moz-animation-delay:162.7s;-o-animation-delay:162.7s;animation-delay:162.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1628){-webkit-animation-delay:162.8s;-moz-animation-delay:162.8s;-o-animation-delay:162.8s;animation-delay:162.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1629){-webkit-animation-delay:162.9s;-moz-animation-delay:162.9s;-o-animation-delay:162.9s;animation-delay:162.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1630){-webkit-animation-delay:163s;-moz-animation-delay:163s;-o-animation-delay:163s;animation-delay:163s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1631){-webkit-animation-delay:163.1s;-moz-animation-delay:163.1s;-o-animation-delay:163.1s;animation-delay:163.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1632){-webkit-animation-delay:163.2s;-moz-animation-delay:163.2s;-o-animation-delay:163.2s;animation-delay:163.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1633){-webkit-animation-delay:163.3s;-moz-animation-delay:163.3s;-o-animation-delay:163.3s;animation-delay:163.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1634){-webkit-animation-delay:163.4s;-moz-animation-delay:163.4s;-o-animation-delay:163.4s;animation-delay:163.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1635){-webkit-animation-delay:163.5s;-moz-animation-delay:163.5s;-o-animation-delay:163.5s;animation-delay:163.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1636){-webkit-animation-delay:163.6s;-moz-animation-delay:163.6s;-o-animation-delay:163.6s;animation-delay:163.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1637){-webkit-animation-delay:163.7s;-moz-animation-delay:163.7s;-o-animation-delay:163.7s;animation-delay:163.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1638){-webkit-animation-delay:163.8s;-moz-animation-delay:163.8s;-o-animation-delay:163.8s;animation-delay:163.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1639){-webkit-animation-delay:163.9s;-moz-animation-delay:163.9s;-o-animation-delay:163.9s;animation-delay:163.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1640){-webkit-animation-delay:164s;-moz-animation-delay:164s;-o-animation-delay:164s;animation-delay:164s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1641){-webkit-animation-delay:164.1s;-moz-animation-delay:164.1s;-o-animation-delay:164.1s;animation-delay:164.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1642){-webkit-animation-delay:164.2s;-moz-animation-delay:164.2s;-o-animation-delay:164.2s;animation-delay:164.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1643){-webkit-animation-delay:164.3s;-moz-animation-delay:164.3s;-o-animation-delay:164.3s;animation-delay:164.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1644){-webkit-animation-delay:164.4s;-moz-animation-delay:164.4s;-o-animation-delay:164.4s;animation-delay:164.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1645){-webkit-animation-delay:164.5s;-moz-animation-delay:164.5s;-o-animation-delay:164.5s;animation-delay:164.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1646){-webkit-animation-delay:164.6s;-moz-animation-delay:164.6s;-o-animation-delay:164.6s;animation-delay:164.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1647){-webkit-animation-delay:164.7s;-moz-animation-delay:164.7s;-o-animation-delay:164.7s;animation-delay:164.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1648){-webkit-animation-delay:164.8s;-moz-animation-delay:164.8s;-o-animation-delay:164.8s;animation-delay:164.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1649){-webkit-animation-delay:164.9s;-moz-animation-delay:164.9s;-o-animation-delay:164.9s;animation-delay:164.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1650){-webkit-animation-delay:165s;-moz-animation-delay:165s;-o-animation-delay:165s;animation-delay:165s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1651){-webkit-animation-delay:165.1s;-moz-animation-delay:165.1s;-o-animation-delay:165.1s;animation-delay:165.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1652){-webkit-animation-delay:165.2s;-moz-animation-delay:165.2s;-o-animation-delay:165.2s;animation-delay:165.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1653){-webkit-animation-delay:165.3s;-moz-animation-delay:165.3s;-o-animation-delay:165.3s;animation-delay:165.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1654){-webkit-animation-delay:165.4s;-moz-animation-delay:165.4s;-o-animation-delay:165.4s;animation-delay:165.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1655){-webkit-animation-delay:165.5s;-moz-animation-delay:165.5s;-o-animation-delay:165.5s;animation-delay:165.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1656){-webkit-animation-delay:165.6s;-moz-animation-delay:165.6s;-o-animation-delay:165.6s;animation-delay:165.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1657){-webkit-animation-delay:165.7s;-moz-animation-delay:165.7s;-o-animation-delay:165.7s;animation-delay:165.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1658){-webkit-animation-delay:165.8s;-moz-animation-delay:165.8s;-o-animation-delay:165.8s;animation-delay:165.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1659){-webkit-animation-delay:165.9s;-moz-animation-delay:165.9s;-o-animation-delay:165.9s;animation-delay:165.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1660){-webkit-animation-delay:166s;-moz-animation-delay:166s;-o-animation-delay:166s;animation-delay:166s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1661){-webkit-animation-delay:166.1s;-moz-animation-delay:166.1s;-o-animation-delay:166.1s;animation-delay:166.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1662){-webkit-animation-delay:166.2s;-moz-animation-delay:166.2s;-o-animation-delay:166.2s;animation-delay:166.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1663){-webkit-animation-delay:166.3s;-moz-animation-delay:166.3s;-o-animation-delay:166.3s;animation-delay:166.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1664){-webkit-animation-delay:166.4s;-moz-animation-delay:166.4s;-o-animation-delay:166.4s;animation-delay:166.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1665){-webkit-animation-delay:166.5s;-moz-animation-delay:166.5s;-o-animation-delay:166.5s;animation-delay:166.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1666){-webkit-animation-delay:166.6s;-moz-animation-delay:166.6s;-o-animation-delay:166.6s;animation-delay:166.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1667){-webkit-animation-delay:166.7s;-moz-animation-delay:166.7s;-o-animation-delay:166.7s;animation-delay:166.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1668){-webkit-animation-delay:166.8s;-moz-animation-delay:166.8s;-o-animation-delay:166.8s;animation-delay:166.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1669){-webkit-animation-delay:166.9s;-moz-animation-delay:166.9s;-o-animation-delay:166.9s;animation-delay:166.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1670){-webkit-animation-delay:167s;-moz-animation-delay:167s;-o-animation-delay:167s;animation-delay:167s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1671){-webkit-animation-delay:167.1s;-moz-animation-delay:167.1s;-o-animation-delay:167.1s;animation-delay:167.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1672){-webkit-animation-delay:167.2s;-moz-animation-delay:167.2s;-o-animation-delay:167.2s;animation-delay:167.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1673){-webkit-animation-delay:167.3s;-moz-animation-delay:167.3s;-o-animation-delay:167.3s;animation-delay:167.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1674){-webkit-animation-delay:167.4s;-moz-animation-delay:167.4s;-o-animation-delay:167.4s;animation-delay:167.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1675){-webkit-animation-delay:167.5s;-moz-animation-delay:167.5s;-o-animation-delay:167.5s;animation-delay:167.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1676){-webkit-animation-delay:167.6s;-moz-animation-delay:167.6s;-o-animation-delay:167.6s;animation-delay:167.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1677){-webkit-animation-delay:167.7s;-moz-animation-delay:167.7s;-o-animation-delay:167.7s;animation-delay:167.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1678){-webkit-animation-delay:167.8s;-moz-animation-delay:167.8s;-o-animation-delay:167.8s;animation-delay:167.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1679){-webkit-animation-delay:167.9s;-moz-animation-delay:167.9s;-o-animation-delay:167.9s;animation-delay:167.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1680){-webkit-animation-delay:168s;-moz-animation-delay:168s;-o-animation-delay:168s;animation-delay:168s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1681){-webkit-animation-delay:168.1s;-moz-animation-delay:168.1s;-o-animation-delay:168.1s;animation-delay:168.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1682){-webkit-animation-delay:168.2s;-moz-animation-delay:168.2s;-o-animation-delay:168.2s;animation-delay:168.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1683){-webkit-animation-delay:168.3s;-moz-animation-delay:168.3s;-o-animation-delay:168.3s;animation-delay:168.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1684){-webkit-animation-delay:168.4s;-moz-animation-delay:168.4s;-o-animation-delay:168.4s;animation-delay:168.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1685){-webkit-animation-delay:168.5s;-moz-animation-delay:168.5s;-o-animation-delay:168.5s;animation-delay:168.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1686){-webkit-animation-delay:168.6s;-moz-animation-delay:168.6s;-o-animation-delay:168.6s;animation-delay:168.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1687){-webkit-animation-delay:168.7s;-moz-animation-delay:168.7s;-o-animation-delay:168.7s;animation-delay:168.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1688){-webkit-animation-delay:168.8s;-moz-animation-delay:168.8s;-o-animation-delay:168.8s;animation-delay:168.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1689){-webkit-animation-delay:168.9s;-moz-animation-delay:168.9s;-o-animation-delay:168.9s;animation-delay:168.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1690){-webkit-animation-delay:169s;-moz-animation-delay:169s;-o-animation-delay:169s;animation-delay:169s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1691){-webkit-animation-delay:169.1s;-moz-animation-delay:169.1s;-o-animation-delay:169.1s;animation-delay:169.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1692){-webkit-animation-delay:169.2s;-moz-animation-delay:169.2s;-o-animation-delay:169.2s;animation-delay:169.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1693){-webkit-animation-delay:169.3s;-moz-animation-delay:169.3s;-o-animation-delay:169.3s;animation-delay:169.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1694){-webkit-animation-delay:169.4s;-moz-animation-delay:169.4s;-o-animation-delay:169.4s;animation-delay:169.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1695){-webkit-animation-delay:169.5s;-moz-animation-delay:169.5s;-o-animation-delay:169.5s;animation-delay:169.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1696){-webkit-animation-delay:169.6s;-moz-animation-delay:169.6s;-o-animation-delay:169.6s;animation-delay:169.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1697){-webkit-animation-delay:169.7s;-moz-animation-delay:169.7s;-o-animation-delay:169.7s;animation-delay:169.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1698){-webkit-animation-delay:169.8s;-moz-animation-delay:169.8s;-o-animation-delay:169.8s;animation-delay:169.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1699){-webkit-animation-delay:169.9s;-moz-animation-delay:169.9s;-o-animation-delay:169.9s;animation-delay:169.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1700){-webkit-animation-delay:170s;-moz-animation-delay:170s;-o-animation-delay:170s;animation-delay:170s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1701){-webkit-animation-delay:170.1s;-moz-animation-delay:170.1s;-o-animation-delay:170.1s;animation-delay:170.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1702){-webkit-animation-delay:170.2s;-moz-animation-delay:170.2s;-o-animation-delay:170.2s;animation-delay:170.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1703){-webkit-animation-delay:170.3s;-moz-animation-delay:170.3s;-o-animation-delay:170.3s;animation-delay:170.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1704){-webkit-animation-delay:170.4s;-moz-animation-delay:170.4s;-o-animation-delay:170.4s;animation-delay:170.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1705){-webkit-animation-delay:170.5s;-moz-animation-delay:170.5s;-o-animation-delay:170.5s;animation-delay:170.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1706){-webkit-animation-delay:170.6s;-moz-animation-delay:170.6s;-o-animation-delay:170.6s;animation-delay:170.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1707){-webkit-animation-delay:170.7s;-moz-animation-delay:170.7s;-o-animation-delay:170.7s;animation-delay:170.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1708){-webkit-animation-delay:170.8s;-moz-animation-delay:170.8s;-o-animation-delay:170.8s;animation-delay:170.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1709){-webkit-animation-delay:170.9s;-moz-animation-delay:170.9s;-o-animation-delay:170.9s;animation-delay:170.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1710){-webkit-animation-delay:171s;-moz-animation-delay:171s;-o-animation-delay:171s;animation-delay:171s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1711){-webkit-animation-delay:171.1s;-moz-animation-delay:171.1s;-o-animation-delay:171.1s;animation-delay:171.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1712){-webkit-animation-delay:171.2s;-moz-animation-delay:171.2s;-o-animation-delay:171.2s;animation-delay:171.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1713){-webkit-animation-delay:171.3s;-moz-animation-delay:171.3s;-o-animation-delay:171.3s;animation-delay:171.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1714){-webkit-animation-delay:171.4s;-moz-animation-delay:171.4s;-o-animation-delay:171.4s;animation-delay:171.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1715){-webkit-animation-delay:171.5s;-moz-animation-delay:171.5s;-o-animation-delay:171.5s;animation-delay:171.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1716){-webkit-animation-delay:171.6s;-moz-animation-delay:171.6s;-o-animation-delay:171.6s;animation-delay:171.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1717){-webkit-animation-delay:171.7s;-moz-animation-delay:171.7s;-o-animation-delay:171.7s;animation-delay:171.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1718){-webkit-animation-delay:171.8s;-moz-animation-delay:171.8s;-o-animation-delay:171.8s;animation-delay:171.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1719){-webkit-animation-delay:171.9s;-moz-animation-delay:171.9s;-o-animation-delay:171.9s;animation-delay:171.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1720){-webkit-animation-delay:172s;-moz-animation-delay:172s;-o-animation-delay:172s;animation-delay:172s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1721){-webkit-animation-delay:172.1s;-moz-animation-delay:172.1s;-o-animation-delay:172.1s;animation-delay:172.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1722){-webkit-animation-delay:172.2s;-moz-animation-delay:172.2s;-o-animation-delay:172.2s;animation-delay:172.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1723){-webkit-animation-delay:172.3s;-moz-animation-delay:172.3s;-o-animation-delay:172.3s;animation-delay:172.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1724){-webkit-animation-delay:172.4s;-moz-animation-delay:172.4s;-o-animation-delay:172.4s;animation-delay:172.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1725){-webkit-animation-delay:172.5s;-moz-animation-delay:172.5s;-o-animation-delay:172.5s;animation-delay:172.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1726){-webkit-animation-delay:172.6s;-moz-animation-delay:172.6s;-o-animation-delay:172.6s;animation-delay:172.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1727){-webkit-animation-delay:172.7s;-moz-animation-delay:172.7s;-o-animation-delay:172.7s;animation-delay:172.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1728){-webkit-animation-delay:172.8s;-moz-animation-delay:172.8s;-o-animation-delay:172.8s;animation-delay:172.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1729){-webkit-animation-delay:172.9s;-moz-animation-delay:172.9s;-o-animation-delay:172.9s;animation-delay:172.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1730){-webkit-animation-delay:173s;-moz-animation-delay:173s;-o-animation-delay:173s;animation-delay:173s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1731){-webkit-animation-delay:173.1s;-moz-animation-delay:173.1s;-o-animation-delay:173.1s;animation-delay:173.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1732){-webkit-animation-delay:173.2s;-moz-animation-delay:173.2s;-o-animation-delay:173.2s;animation-delay:173.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1733){-webkit-animation-delay:173.3s;-moz-animation-delay:173.3s;-o-animation-delay:173.3s;animation-delay:173.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1734){-webkit-animation-delay:173.4s;-moz-animation-delay:173.4s;-o-animation-delay:173.4s;animation-delay:173.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1735){-webkit-animation-delay:173.5s;-moz-animation-delay:173.5s;-o-animation-delay:173.5s;animation-delay:173.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1736){-webkit-animation-delay:173.6s;-moz-animation-delay:173.6s;-o-animation-delay:173.6s;animation-delay:173.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1737){-webkit-animation-delay:173.7s;-moz-animation-delay:173.7s;-o-animation-delay:173.7s;animation-delay:173.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1738){-webkit-animation-delay:173.8s;-moz-animation-delay:173.8s;-o-animation-delay:173.8s;animation-delay:173.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1739){-webkit-animation-delay:173.9s;-moz-animation-delay:173.9s;-o-animation-delay:173.9s;animation-delay:173.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1740){-webkit-animation-delay:174s;-moz-animation-delay:174s;-o-animation-delay:174s;animation-delay:174s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1741){-webkit-animation-delay:174.1s;-moz-animation-delay:174.1s;-o-animation-delay:174.1s;animation-delay:174.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1742){-webkit-animation-delay:174.2s;-moz-animation-delay:174.2s;-o-animation-delay:174.2s;animation-delay:174.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1743){-webkit-animation-delay:174.3s;-moz-animation-delay:174.3s;-o-animation-delay:174.3s;animation-delay:174.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1744){-webkit-animation-delay:174.4s;-moz-animation-delay:174.4s;-o-animation-delay:174.4s;animation-delay:174.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1745){-webkit-animation-delay:174.5s;-moz-animation-delay:174.5s;-o-animation-delay:174.5s;animation-delay:174.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1746){-webkit-animation-delay:174.6s;-moz-animation-delay:174.6s;-o-animation-delay:174.6s;animation-delay:174.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1747){-webkit-animation-delay:174.7s;-moz-animation-delay:174.7s;-o-animation-delay:174.7s;animation-delay:174.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1748){-webkit-animation-delay:174.8s;-moz-animation-delay:174.8s;-o-animation-delay:174.8s;animation-delay:174.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1749){-webkit-animation-delay:174.9s;-moz-animation-delay:174.9s;-o-animation-delay:174.9s;animation-delay:174.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1750){-webkit-animation-delay:175s;-moz-animation-delay:175s;-o-animation-delay:175s;animation-delay:175s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1751){-webkit-animation-delay:175.1s;-moz-animation-delay:175.1s;-o-animation-delay:175.1s;animation-delay:175.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1752){-webkit-animation-delay:175.2s;-moz-animation-delay:175.2s;-o-animation-delay:175.2s;animation-delay:175.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1753){-webkit-animation-delay:175.3s;-moz-animation-delay:175.3s;-o-animation-delay:175.3s;animation-delay:175.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1754){-webkit-animation-delay:175.4s;-moz-animation-delay:175.4s;-o-animation-delay:175.4s;animation-delay:175.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1755){-webkit-animation-delay:175.5s;-moz-animation-delay:175.5s;-o-animation-delay:175.5s;animation-delay:175.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1756){-webkit-animation-delay:175.6s;-moz-animation-delay:175.6s;-o-animation-delay:175.6s;animation-delay:175.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1757){-webkit-animation-delay:175.7s;-moz-animation-delay:175.7s;-o-animation-delay:175.7s;animation-delay:175.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1758){-webkit-animation-delay:175.8s;-moz-animation-delay:175.8s;-o-animation-delay:175.8s;animation-delay:175.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1759){-webkit-animation-delay:175.9s;-moz-animation-delay:175.9s;-o-animation-delay:175.9s;animation-delay:175.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1760){-webkit-animation-delay:176s;-moz-animation-delay:176s;-o-animation-delay:176s;animation-delay:176s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1761){-webkit-animation-delay:176.1s;-moz-animation-delay:176.1s;-o-animation-delay:176.1s;animation-delay:176.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1762){-webkit-animation-delay:176.2s;-moz-animation-delay:176.2s;-o-animation-delay:176.2s;animation-delay:176.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1763){-webkit-animation-delay:176.3s;-moz-animation-delay:176.3s;-o-animation-delay:176.3s;animation-delay:176.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1764){-webkit-animation-delay:176.4s;-moz-animation-delay:176.4s;-o-animation-delay:176.4s;animation-delay:176.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1765){-webkit-animation-delay:176.5s;-moz-animation-delay:176.5s;-o-animation-delay:176.5s;animation-delay:176.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1766){-webkit-animation-delay:176.6s;-moz-animation-delay:176.6s;-o-animation-delay:176.6s;animation-delay:176.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1767){-webkit-animation-delay:176.7s;-moz-animation-delay:176.7s;-o-animation-delay:176.7s;animation-delay:176.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1768){-webkit-animation-delay:176.8s;-moz-animation-delay:176.8s;-o-animation-delay:176.8s;animation-delay:176.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1769){-webkit-animation-delay:176.9s;-moz-animation-delay:176.9s;-o-animation-delay:176.9s;animation-delay:176.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1770){-webkit-animation-delay:177s;-moz-animation-delay:177s;-o-animation-delay:177s;animation-delay:177s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1771){-webkit-animation-delay:177.1s;-moz-animation-delay:177.1s;-o-animation-delay:177.1s;animation-delay:177.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1772){-webkit-animation-delay:177.2s;-moz-animation-delay:177.2s;-o-animation-delay:177.2s;animation-delay:177.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1773){-webkit-animation-delay:177.3s;-moz-animation-delay:177.3s;-o-animation-delay:177.3s;animation-delay:177.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1774){-webkit-animation-delay:177.4s;-moz-animation-delay:177.4s;-o-animation-delay:177.4s;animation-delay:177.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1775){-webkit-animation-delay:177.5s;-moz-animation-delay:177.5s;-o-animation-delay:177.5s;animation-delay:177.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1776){-webkit-animation-delay:177.6s;-moz-animation-delay:177.6s;-o-animation-delay:177.6s;animation-delay:177.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1777){-webkit-animation-delay:177.7s;-moz-animation-delay:177.7s;-o-animation-delay:177.7s;animation-delay:177.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1778){-webkit-animation-delay:177.8s;-moz-animation-delay:177.8s;-o-animation-delay:177.8s;animation-delay:177.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1779){-webkit-animation-delay:177.9s;-moz-animation-delay:177.9s;-o-animation-delay:177.9s;animation-delay:177.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1780){-webkit-animation-delay:178s;-moz-animation-delay:178s;-o-animation-delay:178s;animation-delay:178s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1781){-webkit-animation-delay:178.1s;-moz-animation-delay:178.1s;-o-animation-delay:178.1s;animation-delay:178.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1782){-webkit-animation-delay:178.2s;-moz-animation-delay:178.2s;-o-animation-delay:178.2s;animation-delay:178.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1783){-webkit-animation-delay:178.3s;-moz-animation-delay:178.3s;-o-animation-delay:178.3s;animation-delay:178.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1784){-webkit-animation-delay:178.4s;-moz-animation-delay:178.4s;-o-animation-delay:178.4s;animation-delay:178.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1785){-webkit-animation-delay:178.5s;-moz-animation-delay:178.5s;-o-animation-delay:178.5s;animation-delay:178.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1786){-webkit-animation-delay:178.6s;-moz-animation-delay:178.6s;-o-animation-delay:178.6s;animation-delay:178.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1787){-webkit-animation-delay:178.7s;-moz-animation-delay:178.7s;-o-animation-delay:178.7s;animation-delay:178.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1788){-webkit-animation-delay:178.8s;-moz-animation-delay:178.8s;-o-animation-delay:178.8s;animation-delay:178.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1789){-webkit-animation-delay:178.9s;-moz-animation-delay:178.9s;-o-animation-delay:178.9s;animation-delay:178.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1790){-webkit-animation-delay:179s;-moz-animation-delay:179s;-o-animation-delay:179s;animation-delay:179s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1791){-webkit-animation-delay:179.1s;-moz-animation-delay:179.1s;-o-animation-delay:179.1s;animation-delay:179.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1792){-webkit-animation-delay:179.2s;-moz-animation-delay:179.2s;-o-animation-delay:179.2s;animation-delay:179.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1793){-webkit-animation-delay:179.3s;-moz-animation-delay:179.3s;-o-animation-delay:179.3s;animation-delay:179.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1794){-webkit-animation-delay:179.4s;-moz-animation-delay:179.4s;-o-animation-delay:179.4s;animation-delay:179.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1795){-webkit-animation-delay:179.5s;-moz-animation-delay:179.5s;-o-animation-delay:179.5s;animation-delay:179.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1796){-webkit-animation-delay:179.6s;-moz-animation-delay:179.6s;-o-animation-delay:179.6s;animation-delay:179.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1797){-webkit-animation-delay:179.7s;-moz-animation-delay:179.7s;-o-animation-delay:179.7s;animation-delay:179.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1798){-webkit-animation-delay:179.8s;-moz-animation-delay:179.8s;-o-animation-delay:179.8s;animation-delay:179.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1799){-webkit-animation-delay:179.9s;-moz-animation-delay:179.9s;-o-animation-delay:179.9s;animation-delay:179.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1800){-webkit-animation-delay:180s;-moz-animation-delay:180s;-o-animation-delay:180s;animation-delay:180s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1801){-webkit-animation-delay:180.1s;-moz-animation-delay:180.1s;-o-animation-delay:180.1s;animation-delay:180.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1802){-webkit-animation-delay:180.2s;-moz-animation-delay:180.2s;-o-animation-delay:180.2s;animation-delay:180.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1803){-webkit-animation-delay:180.3s;-moz-animation-delay:180.3s;-o-animation-delay:180.3s;animation-delay:180.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1804){-webkit-animation-delay:180.4s;-moz-animation-delay:180.4s;-o-animation-delay:180.4s;animation-delay:180.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1805){-webkit-animation-delay:180.5s;-moz-animation-delay:180.5s;-o-animation-delay:180.5s;animation-delay:180.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1806){-webkit-animation-delay:180.6s;-moz-animation-delay:180.6s;-o-animation-delay:180.6s;animation-delay:180.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1807){-webkit-animation-delay:180.7s;-moz-animation-delay:180.7s;-o-animation-delay:180.7s;animation-delay:180.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1808){-webkit-animation-delay:180.8s;-moz-animation-delay:180.8s;-o-animation-delay:180.8s;animation-delay:180.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1809){-webkit-animation-delay:180.9s;-moz-animation-delay:180.9s;-o-animation-delay:180.9s;animation-delay:180.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1810){-webkit-animation-delay:181s;-moz-animation-delay:181s;-o-animation-delay:181s;animation-delay:181s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1811){-webkit-animation-delay:181.1s;-moz-animation-delay:181.1s;-o-animation-delay:181.1s;animation-delay:181.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1812){-webkit-animation-delay:181.2s;-moz-animation-delay:181.2s;-o-animation-delay:181.2s;animation-delay:181.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1813){-webkit-animation-delay:181.3s;-moz-animation-delay:181.3s;-o-animation-delay:181.3s;animation-delay:181.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1814){-webkit-animation-delay:181.4s;-moz-animation-delay:181.4s;-o-animation-delay:181.4s;animation-delay:181.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1815){-webkit-animation-delay:181.5s;-moz-animation-delay:181.5s;-o-animation-delay:181.5s;animation-delay:181.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1816){-webkit-animation-delay:181.6s;-moz-animation-delay:181.6s;-o-animation-delay:181.6s;animation-delay:181.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1817){-webkit-animation-delay:181.7s;-moz-animation-delay:181.7s;-o-animation-delay:181.7s;animation-delay:181.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1818){-webkit-animation-delay:181.8s;-moz-animation-delay:181.8s;-o-animation-delay:181.8s;animation-delay:181.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1819){-webkit-animation-delay:181.9s;-moz-animation-delay:181.9s;-o-animation-delay:181.9s;animation-delay:181.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1820){-webkit-animation-delay:182s;-moz-animation-delay:182s;-o-animation-delay:182s;animation-delay:182s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1821){-webkit-animation-delay:182.1s;-moz-animation-delay:182.1s;-o-animation-delay:182.1s;animation-delay:182.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1822){-webkit-animation-delay:182.2s;-moz-animation-delay:182.2s;-o-animation-delay:182.2s;animation-delay:182.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1823){-webkit-animation-delay:182.3s;-moz-animation-delay:182.3s;-o-animation-delay:182.3s;animation-delay:182.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1824){-webkit-animation-delay:182.4s;-moz-animation-delay:182.4s;-o-animation-delay:182.4s;animation-delay:182.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1825){-webkit-animation-delay:182.5s;-moz-animation-delay:182.5s;-o-animation-delay:182.5s;animation-delay:182.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1826){-webkit-animation-delay:182.6s;-moz-animation-delay:182.6s;-o-animation-delay:182.6s;animation-delay:182.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1827){-webkit-animation-delay:182.7s;-moz-animation-delay:182.7s;-o-animation-delay:182.7s;animation-delay:182.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1828){-webkit-animation-delay:182.8s;-moz-animation-delay:182.8s;-o-animation-delay:182.8s;animation-delay:182.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1829){-webkit-animation-delay:182.9s;-moz-animation-delay:182.9s;-o-animation-delay:182.9s;animation-delay:182.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1830){-webkit-animation-delay:183s;-moz-animation-delay:183s;-o-animation-delay:183s;animation-delay:183s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1831){-webkit-animation-delay:183.1s;-moz-animation-delay:183.1s;-o-animation-delay:183.1s;animation-delay:183.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1832){-webkit-animation-delay:183.2s;-moz-animation-delay:183.2s;-o-animation-delay:183.2s;animation-delay:183.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1833){-webkit-animation-delay:183.3s;-moz-animation-delay:183.3s;-o-animation-delay:183.3s;animation-delay:183.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1834){-webkit-animation-delay:183.4s;-moz-animation-delay:183.4s;-o-animation-delay:183.4s;animation-delay:183.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1835){-webkit-animation-delay:183.5s;-moz-animation-delay:183.5s;-o-animation-delay:183.5s;animation-delay:183.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1836){-webkit-animation-delay:183.6s;-moz-animation-delay:183.6s;-o-animation-delay:183.6s;animation-delay:183.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1837){-webkit-animation-delay:183.7s;-moz-animation-delay:183.7s;-o-animation-delay:183.7s;animation-delay:183.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1838){-webkit-animation-delay:183.8s;-moz-animation-delay:183.8s;-o-animation-delay:183.8s;animation-delay:183.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1839){-webkit-animation-delay:183.9s;-moz-animation-delay:183.9s;-o-animation-delay:183.9s;animation-delay:183.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1840){-webkit-animation-delay:184s;-moz-animation-delay:184s;-o-animation-delay:184s;animation-delay:184s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1841){-webkit-animation-delay:184.1s;-moz-animation-delay:184.1s;-o-animation-delay:184.1s;animation-delay:184.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1842){-webkit-animation-delay:184.2s;-moz-animation-delay:184.2s;-o-animation-delay:184.2s;animation-delay:184.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1843){-webkit-animation-delay:184.3s;-moz-animation-delay:184.3s;-o-animation-delay:184.3s;animation-delay:184.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1844){-webkit-animation-delay:184.4s;-moz-animation-delay:184.4s;-o-animation-delay:184.4s;animation-delay:184.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1845){-webkit-animation-delay:184.5s;-moz-animation-delay:184.5s;-o-animation-delay:184.5s;animation-delay:184.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1846){-webkit-animation-delay:184.6s;-moz-animation-delay:184.6s;-o-animation-delay:184.6s;animation-delay:184.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1847){-webkit-animation-delay:184.7s;-moz-animation-delay:184.7s;-o-animation-delay:184.7s;animation-delay:184.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1848){-webkit-animation-delay:184.8s;-moz-animation-delay:184.8s;-o-animation-delay:184.8s;animation-delay:184.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1849){-webkit-animation-delay:184.9s;-moz-animation-delay:184.9s;-o-animation-delay:184.9s;animation-delay:184.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1850){-webkit-animation-delay:185s;-moz-animation-delay:185s;-o-animation-delay:185s;animation-delay:185s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1851){-webkit-animation-delay:185.1s;-moz-animation-delay:185.1s;-o-animation-delay:185.1s;animation-delay:185.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1852){-webkit-animation-delay:185.2s;-moz-animation-delay:185.2s;-o-animation-delay:185.2s;animation-delay:185.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1853){-webkit-animation-delay:185.3s;-moz-animation-delay:185.3s;-o-animation-delay:185.3s;animation-delay:185.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1854){-webkit-animation-delay:185.4s;-moz-animation-delay:185.4s;-o-animation-delay:185.4s;animation-delay:185.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1855){-webkit-animation-delay:185.5s;-moz-animation-delay:185.5s;-o-animation-delay:185.5s;animation-delay:185.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1856){-webkit-animation-delay:185.6s;-moz-animation-delay:185.6s;-o-animation-delay:185.6s;animation-delay:185.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1857){-webkit-animation-delay:185.7s;-moz-animation-delay:185.7s;-o-animation-delay:185.7s;animation-delay:185.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1858){-webkit-animation-delay:185.8s;-moz-animation-delay:185.8s;-o-animation-delay:185.8s;animation-delay:185.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1859){-webkit-animation-delay:185.9s;-moz-animation-delay:185.9s;-o-animation-delay:185.9s;animation-delay:185.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1860){-webkit-animation-delay:186s;-moz-animation-delay:186s;-o-animation-delay:186s;animation-delay:186s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1861){-webkit-animation-delay:186.1s;-moz-animation-delay:186.1s;-o-animation-delay:186.1s;animation-delay:186.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1862){-webkit-animation-delay:186.2s;-moz-animation-delay:186.2s;-o-animation-delay:186.2s;animation-delay:186.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1863){-webkit-animation-delay:186.3s;-moz-animation-delay:186.3s;-o-animation-delay:186.3s;animation-delay:186.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1864){-webkit-animation-delay:186.4s;-moz-animation-delay:186.4s;-o-animation-delay:186.4s;animation-delay:186.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1865){-webkit-animation-delay:186.5s;-moz-animation-delay:186.5s;-o-animation-delay:186.5s;animation-delay:186.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1866){-webkit-animation-delay:186.6s;-moz-animation-delay:186.6s;-o-animation-delay:186.6s;animation-delay:186.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1867){-webkit-animation-delay:186.7s;-moz-animation-delay:186.7s;-o-animation-delay:186.7s;animation-delay:186.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1868){-webkit-animation-delay:186.8s;-moz-animation-delay:186.8s;-o-animation-delay:186.8s;animation-delay:186.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1869){-webkit-animation-delay:186.9s;-moz-animation-delay:186.9s;-o-animation-delay:186.9s;animation-delay:186.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1870){-webkit-animation-delay:187s;-moz-animation-delay:187s;-o-animation-delay:187s;animation-delay:187s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1871){-webkit-animation-delay:187.1s;-moz-animation-delay:187.1s;-o-animation-delay:187.1s;animation-delay:187.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1872){-webkit-animation-delay:187.2s;-moz-animation-delay:187.2s;-o-animation-delay:187.2s;animation-delay:187.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1873){-webkit-animation-delay:187.3s;-moz-animation-delay:187.3s;-o-animation-delay:187.3s;animation-delay:187.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1874){-webkit-animation-delay:187.4s;-moz-animation-delay:187.4s;-o-animation-delay:187.4s;animation-delay:187.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1875){-webkit-animation-delay:187.5s;-moz-animation-delay:187.5s;-o-animation-delay:187.5s;animation-delay:187.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1876){-webkit-animation-delay:187.6s;-moz-animation-delay:187.6s;-o-animation-delay:187.6s;animation-delay:187.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1877){-webkit-animation-delay:187.7s;-moz-animation-delay:187.7s;-o-animation-delay:187.7s;animation-delay:187.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1878){-webkit-animation-delay:187.8s;-moz-animation-delay:187.8s;-o-animation-delay:187.8s;animation-delay:187.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1879){-webkit-animation-delay:187.9s;-moz-animation-delay:187.9s;-o-animation-delay:187.9s;animation-delay:187.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1880){-webkit-animation-delay:188s;-moz-animation-delay:188s;-o-animation-delay:188s;animation-delay:188s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1881){-webkit-animation-delay:188.1s;-moz-animation-delay:188.1s;-o-animation-delay:188.1s;animation-delay:188.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1882){-webkit-animation-delay:188.2s;-moz-animation-delay:188.2s;-o-animation-delay:188.2s;animation-delay:188.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1883){-webkit-animation-delay:188.3s;-moz-animation-delay:188.3s;-o-animation-delay:188.3s;animation-delay:188.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1884){-webkit-animation-delay:188.4s;-moz-animation-delay:188.4s;-o-animation-delay:188.4s;animation-delay:188.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1885){-webkit-animation-delay:188.5s;-moz-animation-delay:188.5s;-o-animation-delay:188.5s;animation-delay:188.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1886){-webkit-animation-delay:188.6s;-moz-animation-delay:188.6s;-o-animation-delay:188.6s;animation-delay:188.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1887){-webkit-animation-delay:188.7s;-moz-animation-delay:188.7s;-o-animation-delay:188.7s;animation-delay:188.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1888){-webkit-animation-delay:188.8s;-moz-animation-delay:188.8s;-o-animation-delay:188.8s;animation-delay:188.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1889){-webkit-animation-delay:188.9s;-moz-animation-delay:188.9s;-o-animation-delay:188.9s;animation-delay:188.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1890){-webkit-animation-delay:189s;-moz-animation-delay:189s;-o-animation-delay:189s;animation-delay:189s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1891){-webkit-animation-delay:189.1s;-moz-animation-delay:189.1s;-o-animation-delay:189.1s;animation-delay:189.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1892){-webkit-animation-delay:189.2s;-moz-animation-delay:189.2s;-o-animation-delay:189.2s;animation-delay:189.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1893){-webkit-animation-delay:189.3s;-moz-animation-delay:189.3s;-o-animation-delay:189.3s;animation-delay:189.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1894){-webkit-animation-delay:189.4s;-moz-animation-delay:189.4s;-o-animation-delay:189.4s;animation-delay:189.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1895){-webkit-animation-delay:189.5s;-moz-animation-delay:189.5s;-o-animation-delay:189.5s;animation-delay:189.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1896){-webkit-animation-delay:189.6s;-moz-animation-delay:189.6s;-o-animation-delay:189.6s;animation-delay:189.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1897){-webkit-animation-delay:189.7s;-moz-animation-delay:189.7s;-o-animation-delay:189.7s;animation-delay:189.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1898){-webkit-animation-delay:189.8s;-moz-animation-delay:189.8s;-o-animation-delay:189.8s;animation-delay:189.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1899){-webkit-animation-delay:189.9s;-moz-animation-delay:189.9s;-o-animation-delay:189.9s;animation-delay:189.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1900){-webkit-animation-delay:190s;-moz-animation-delay:190s;-o-animation-delay:190s;animation-delay:190s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1901){-webkit-animation-delay:190.1s;-moz-animation-delay:190.1s;-o-animation-delay:190.1s;animation-delay:190.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1902){-webkit-animation-delay:190.2s;-moz-animation-delay:190.2s;-o-animation-delay:190.2s;animation-delay:190.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1903){-webkit-animation-delay:190.3s;-moz-animation-delay:190.3s;-o-animation-delay:190.3s;animation-delay:190.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1904){-webkit-animation-delay:190.4s;-moz-animation-delay:190.4s;-o-animation-delay:190.4s;animation-delay:190.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1905){-webkit-animation-delay:190.5s;-moz-animation-delay:190.5s;-o-animation-delay:190.5s;animation-delay:190.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1906){-webkit-animation-delay:190.6s;-moz-animation-delay:190.6s;-o-animation-delay:190.6s;animation-delay:190.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1907){-webkit-animation-delay:190.7s;-moz-animation-delay:190.7s;-o-animation-delay:190.7s;animation-delay:190.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1908){-webkit-animation-delay:190.8s;-moz-animation-delay:190.8s;-o-animation-delay:190.8s;animation-delay:190.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1909){-webkit-animation-delay:190.9s;-moz-animation-delay:190.9s;-o-animation-delay:190.9s;animation-delay:190.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1910){-webkit-animation-delay:191s;-moz-animation-delay:191s;-o-animation-delay:191s;animation-delay:191s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1911){-webkit-animation-delay:191.1s;-moz-animation-delay:191.1s;-o-animation-delay:191.1s;animation-delay:191.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1912){-webkit-animation-delay:191.2s;-moz-animation-delay:191.2s;-o-animation-delay:191.2s;animation-delay:191.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1913){-webkit-animation-delay:191.3s;-moz-animation-delay:191.3s;-o-animation-delay:191.3s;animation-delay:191.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1914){-webkit-animation-delay:191.4s;-moz-animation-delay:191.4s;-o-animation-delay:191.4s;animation-delay:191.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1915){-webkit-animation-delay:191.5s;-moz-animation-delay:191.5s;-o-animation-delay:191.5s;animation-delay:191.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1916){-webkit-animation-delay:191.6s;-moz-animation-delay:191.6s;-o-animation-delay:191.6s;animation-delay:191.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1917){-webkit-animation-delay:191.7s;-moz-animation-delay:191.7s;-o-animation-delay:191.7s;animation-delay:191.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1918){-webkit-animation-delay:191.8s;-moz-animation-delay:191.8s;-o-animation-delay:191.8s;animation-delay:191.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1919){-webkit-animation-delay:191.9s;-moz-animation-delay:191.9s;-o-animation-delay:191.9s;animation-delay:191.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1920){-webkit-animation-delay:192s;-moz-animation-delay:192s;-o-animation-delay:192s;animation-delay:192s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1921){-webkit-animation-delay:192.1s;-moz-animation-delay:192.1s;-o-animation-delay:192.1s;animation-delay:192.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1922){-webkit-animation-delay:192.2s;-moz-animation-delay:192.2s;-o-animation-delay:192.2s;animation-delay:192.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1923){-webkit-animation-delay:192.3s;-moz-animation-delay:192.3s;-o-animation-delay:192.3s;animation-delay:192.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1924){-webkit-animation-delay:192.4s;-moz-animation-delay:192.4s;-o-animation-delay:192.4s;animation-delay:192.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1925){-webkit-animation-delay:192.5s;-moz-animation-delay:192.5s;-o-animation-delay:192.5s;animation-delay:192.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1926){-webkit-animation-delay:192.6s;-moz-animation-delay:192.6s;-o-animation-delay:192.6s;animation-delay:192.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1927){-webkit-animation-delay:192.7s;-moz-animation-delay:192.7s;-o-animation-delay:192.7s;animation-delay:192.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1928){-webkit-animation-delay:192.8s;-moz-animation-delay:192.8s;-o-animation-delay:192.8s;animation-delay:192.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1929){-webkit-animation-delay:192.9s;-moz-animation-delay:192.9s;-o-animation-delay:192.9s;animation-delay:192.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1930){-webkit-animation-delay:193s;-moz-animation-delay:193s;-o-animation-delay:193s;animation-delay:193s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1931){-webkit-animation-delay:193.1s;-moz-animation-delay:193.1s;-o-animation-delay:193.1s;animation-delay:193.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1932){-webkit-animation-delay:193.2s;-moz-animation-delay:193.2s;-o-animation-delay:193.2s;animation-delay:193.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1933){-webkit-animation-delay:193.3s;-moz-animation-delay:193.3s;-o-animation-delay:193.3s;animation-delay:193.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1934){-webkit-animation-delay:193.4s;-moz-animation-delay:193.4s;-o-animation-delay:193.4s;animation-delay:193.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1935){-webkit-animation-delay:193.5s;-moz-animation-delay:193.5s;-o-animation-delay:193.5s;animation-delay:193.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1936){-webkit-animation-delay:193.6s;-moz-animation-delay:193.6s;-o-animation-delay:193.6s;animation-delay:193.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1937){-webkit-animation-delay:193.7s;-moz-animation-delay:193.7s;-o-animation-delay:193.7s;animation-delay:193.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1938){-webkit-animation-delay:193.8s;-moz-animation-delay:193.8s;-o-animation-delay:193.8s;animation-delay:193.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1939){-webkit-animation-delay:193.9s;-moz-animation-delay:193.9s;-o-animation-delay:193.9s;animation-delay:193.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1940){-webkit-animation-delay:194s;-moz-animation-delay:194s;-o-animation-delay:194s;animation-delay:194s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1941){-webkit-animation-delay:194.1s;-moz-animation-delay:194.1s;-o-animation-delay:194.1s;animation-delay:194.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1942){-webkit-animation-delay:194.2s;-moz-animation-delay:194.2s;-o-animation-delay:194.2s;animation-delay:194.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1943){-webkit-animation-delay:194.3s;-moz-animation-delay:194.3s;-o-animation-delay:194.3s;animation-delay:194.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1944){-webkit-animation-delay:194.4s;-moz-animation-delay:194.4s;-o-animation-delay:194.4s;animation-delay:194.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1945){-webkit-animation-delay:194.5s;-moz-animation-delay:194.5s;-o-animation-delay:194.5s;animation-delay:194.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1946){-webkit-animation-delay:194.6s;-moz-animation-delay:194.6s;-o-animation-delay:194.6s;animation-delay:194.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1947){-webkit-animation-delay:194.7s;-moz-animation-delay:194.7s;-o-animation-delay:194.7s;animation-delay:194.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1948){-webkit-animation-delay:194.8s;-moz-animation-delay:194.8s;-o-animation-delay:194.8s;animation-delay:194.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1949){-webkit-animation-delay:194.9s;-moz-animation-delay:194.9s;-o-animation-delay:194.9s;animation-delay:194.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1950){-webkit-animation-delay:195s;-moz-animation-delay:195s;-o-animation-delay:195s;animation-delay:195s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1951){-webkit-animation-delay:195.1s;-moz-animation-delay:195.1s;-o-animation-delay:195.1s;animation-delay:195.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1952){-webkit-animation-delay:195.2s;-moz-animation-delay:195.2s;-o-animation-delay:195.2s;animation-delay:195.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1953){-webkit-animation-delay:195.3s;-moz-animation-delay:195.3s;-o-animation-delay:195.3s;animation-delay:195.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1954){-webkit-animation-delay:195.4s;-moz-animation-delay:195.4s;-o-animation-delay:195.4s;animation-delay:195.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1955){-webkit-animation-delay:195.5s;-moz-animation-delay:195.5s;-o-animation-delay:195.5s;animation-delay:195.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1956){-webkit-animation-delay:195.6s;-moz-animation-delay:195.6s;-o-animation-delay:195.6s;animation-delay:195.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1957){-webkit-animation-delay:195.7s;-moz-animation-delay:195.7s;-o-animation-delay:195.7s;animation-delay:195.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1958){-webkit-animation-delay:195.8s;-moz-animation-delay:195.8s;-o-animation-delay:195.8s;animation-delay:195.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1959){-webkit-animation-delay:195.9s;-moz-animation-delay:195.9s;-o-animation-delay:195.9s;animation-delay:195.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1960){-webkit-animation-delay:196s;-moz-animation-delay:196s;-o-animation-delay:196s;animation-delay:196s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1961){-webkit-animation-delay:196.1s;-moz-animation-delay:196.1s;-o-animation-delay:196.1s;animation-delay:196.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1962){-webkit-animation-delay:196.2s;-moz-animation-delay:196.2s;-o-animation-delay:196.2s;animation-delay:196.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1963){-webkit-animation-delay:196.3s;-moz-animation-delay:196.3s;-o-animation-delay:196.3s;animation-delay:196.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1964){-webkit-animation-delay:196.4s;-moz-animation-delay:196.4s;-o-animation-delay:196.4s;animation-delay:196.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1965){-webkit-animation-delay:196.5s;-moz-animation-delay:196.5s;-o-animation-delay:196.5s;animation-delay:196.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1966){-webkit-animation-delay:196.6s;-moz-animation-delay:196.6s;-o-animation-delay:196.6s;animation-delay:196.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1967){-webkit-animation-delay:196.7s;-moz-animation-delay:196.7s;-o-animation-delay:196.7s;animation-delay:196.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1968){-webkit-animation-delay:196.8s;-moz-animation-delay:196.8s;-o-animation-delay:196.8s;animation-delay:196.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1969){-webkit-animation-delay:196.9s;-moz-animation-delay:196.9s;-o-animation-delay:196.9s;animation-delay:196.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1970){-webkit-animation-delay:197s;-moz-animation-delay:197s;-o-animation-delay:197s;animation-delay:197s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1971){-webkit-animation-delay:197.1s;-moz-animation-delay:197.1s;-o-animation-delay:197.1s;animation-delay:197.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1972){-webkit-animation-delay:197.2s;-moz-animation-delay:197.2s;-o-animation-delay:197.2s;animation-delay:197.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1973){-webkit-animation-delay:197.3s;-moz-animation-delay:197.3s;-o-animation-delay:197.3s;animation-delay:197.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1974){-webkit-animation-delay:197.4s;-moz-animation-delay:197.4s;-o-animation-delay:197.4s;animation-delay:197.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1975){-webkit-animation-delay:197.5s;-moz-animation-delay:197.5s;-o-animation-delay:197.5s;animation-delay:197.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1976){-webkit-animation-delay:197.6s;-moz-animation-delay:197.6s;-o-animation-delay:197.6s;animation-delay:197.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1977){-webkit-animation-delay:197.7s;-moz-animation-delay:197.7s;-o-animation-delay:197.7s;animation-delay:197.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1978){-webkit-animation-delay:197.8s;-moz-animation-delay:197.8s;-o-animation-delay:197.8s;animation-delay:197.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1979){-webkit-animation-delay:197.9s;-moz-animation-delay:197.9s;-o-animation-delay:197.9s;animation-delay:197.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1980){-webkit-animation-delay:198s;-moz-animation-delay:198s;-o-animation-delay:198s;animation-delay:198s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1981){-webkit-animation-delay:198.1s;-moz-animation-delay:198.1s;-o-animation-delay:198.1s;animation-delay:198.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1982){-webkit-animation-delay:198.2s;-moz-animation-delay:198.2s;-o-animation-delay:198.2s;animation-delay:198.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1983){-webkit-animation-delay:198.3s;-moz-animation-delay:198.3s;-o-animation-delay:198.3s;animation-delay:198.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1984){-webkit-animation-delay:198.4s;-moz-animation-delay:198.4s;-o-animation-delay:198.4s;animation-delay:198.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1985){-webkit-animation-delay:198.5s;-moz-animation-delay:198.5s;-o-animation-delay:198.5s;animation-delay:198.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1986){-webkit-animation-delay:198.6s;-moz-animation-delay:198.6s;-o-animation-delay:198.6s;animation-delay:198.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1987){-webkit-animation-delay:198.7s;-moz-animation-delay:198.7s;-o-animation-delay:198.7s;animation-delay:198.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1988){-webkit-animation-delay:198.8s;-moz-animation-delay:198.8s;-o-animation-delay:198.8s;animation-delay:198.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1989){-webkit-animation-delay:198.9s;-moz-animation-delay:198.9s;-o-animation-delay:198.9s;animation-delay:198.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1990){-webkit-animation-delay:199s;-moz-animation-delay:199s;-o-animation-delay:199s;animation-delay:199s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1991){-webkit-animation-delay:199.1s;-moz-animation-delay:199.1s;-o-animation-delay:199.1s;animation-delay:199.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1992){-webkit-animation-delay:199.2s;-moz-animation-delay:199.2s;-o-animation-delay:199.2s;animation-delay:199.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1993){-webkit-animation-delay:199.3s;-moz-animation-delay:199.3s;-o-animation-delay:199.3s;animation-delay:199.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1994){-webkit-animation-delay:199.4s;-moz-animation-delay:199.4s;-o-animation-delay:199.4s;animation-delay:199.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1995){-webkit-animation-delay:199.5s;-moz-animation-delay:199.5s;-o-animation-delay:199.5s;animation-delay:199.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1996){-webkit-animation-delay:199.6s;-moz-animation-delay:199.6s;-o-animation-delay:199.6s;animation-delay:199.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1997){-webkit-animation-delay:199.7s;-moz-animation-delay:199.7s;-o-animation-delay:199.7s;animation-delay:199.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1998){-webkit-animation-delay:199.8s;-moz-animation-delay:199.8s;-o-animation-delay:199.8s;animation-delay:199.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1999){-webkit-animation-delay:199.9s;-moz-animation-delay:199.9s;-o-animation-delay:199.9s;animation-delay:199.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2000){-webkit-animation-delay:200s;-moz-animation-delay:200s;-o-animation-delay:200s;animation-delay:200s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2001){-webkit-animation-delay:200.1s;-moz-animation-delay:200.1s;-o-animation-delay:200.1s;animation-delay:200.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2002){-webkit-animation-delay:200.2s;-moz-animation-delay:200.2s;-o-animation-delay:200.2s;animation-delay:200.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2003){-webkit-animation-delay:200.3s;-moz-animation-delay:200.3s;-o-animation-delay:200.3s;animation-delay:200.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2004){-webkit-animation-delay:200.4s;-moz-animation-delay:200.4s;-o-animation-delay:200.4s;animation-delay:200.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2005){-webkit-animation-delay:200.5s;-moz-animation-delay:200.5s;-o-animation-delay:200.5s;animation-delay:200.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2006){-webkit-animation-delay:200.6s;-moz-animation-delay:200.6s;-o-animation-delay:200.6s;animation-delay:200.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2007){-webkit-animation-delay:200.7s;-moz-animation-delay:200.7s;-o-animation-delay:200.7s;animation-delay:200.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2008){-webkit-animation-delay:200.8s;-moz-animation-delay:200.8s;-o-animation-delay:200.8s;animation-delay:200.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2009){-webkit-animation-delay:200.9s;-moz-animation-delay:200.9s;-o-animation-delay:200.9s;animation-delay:200.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2010){-webkit-animation-delay:201s;-moz-animation-delay:201s;-o-animation-delay:201s;animation-delay:201s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2011){-webkit-animation-delay:201.1s;-moz-animation-delay:201.1s;-o-animation-delay:201.1s;animation-delay:201.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2012){-webkit-animation-delay:201.2s;-moz-animation-delay:201.2s;-o-animation-delay:201.2s;animation-delay:201.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2013){-webkit-animation-delay:201.3s;-moz-animation-delay:201.3s;-o-animation-delay:201.3s;animation-delay:201.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2014){-webkit-animation-delay:201.4s;-moz-animation-delay:201.4s;-o-animation-delay:201.4s;animation-delay:201.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2015){-webkit-animation-delay:201.5s;-moz-animation-delay:201.5s;-o-animation-delay:201.5s;animation-delay:201.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2016){-webkit-animation-delay:201.6s;-moz-animation-delay:201.6s;-o-animation-delay:201.6s;animation-delay:201.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2017){-webkit-animation-delay:201.7s;-moz-animation-delay:201.7s;-o-animation-delay:201.7s;animation-delay:201.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2018){-webkit-animation-delay:201.8s;-moz-animation-delay:201.8s;-o-animation-delay:201.8s;animation-delay:201.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2019){-webkit-animation-delay:201.9s;-moz-animation-delay:201.9s;-o-animation-delay:201.9s;animation-delay:201.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2020){-webkit-animation-delay:202s;-moz-animation-delay:202s;-o-animation-delay:202s;animation-delay:202s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2021){-webkit-animation-delay:202.1s;-moz-animation-delay:202.1s;-o-animation-delay:202.1s;animation-delay:202.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2022){-webkit-animation-delay:202.2s;-moz-animation-delay:202.2s;-o-animation-delay:202.2s;animation-delay:202.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2023){-webkit-animation-delay:202.3s;-moz-animation-delay:202.3s;-o-animation-delay:202.3s;animation-delay:202.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2024){-webkit-animation-delay:202.4s;-moz-animation-delay:202.4s;-o-animation-delay:202.4s;animation-delay:202.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2025){-webkit-animation-delay:202.5s;-moz-animation-delay:202.5s;-o-animation-delay:202.5s;animation-delay:202.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2026){-webkit-animation-delay:202.6s;-moz-animation-delay:202.6s;-o-animation-delay:202.6s;animation-delay:202.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2027){-webkit-animation-delay:202.7s;-moz-animation-delay:202.7s;-o-animation-delay:202.7s;animation-delay:202.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2028){-webkit-animation-delay:202.8s;-moz-animation-delay:202.8s;-o-animation-delay:202.8s;animation-delay:202.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2029){-webkit-animation-delay:202.9s;-moz-animation-delay:202.9s;-o-animation-delay:202.9s;animation-delay:202.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2030){-webkit-animation-delay:203s;-moz-animation-delay:203s;-o-animation-delay:203s;animation-delay:203s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2031){-webkit-animation-delay:203.1s;-moz-animation-delay:203.1s;-o-animation-delay:203.1s;animation-delay:203.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2032){-webkit-animation-delay:203.2s;-moz-animation-delay:203.2s;-o-animation-delay:203.2s;animation-delay:203.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2033){-webkit-animation-delay:203.3s;-moz-animation-delay:203.3s;-o-animation-delay:203.3s;animation-delay:203.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2034){-webkit-animation-delay:203.4s;-moz-animation-delay:203.4s;-o-animation-delay:203.4s;animation-delay:203.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2035){-webkit-animation-delay:203.5s;-moz-animation-delay:203.5s;-o-animation-delay:203.5s;animation-delay:203.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2036){-webkit-animation-delay:203.6s;-moz-animation-delay:203.6s;-o-animation-delay:203.6s;animation-delay:203.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2037){-webkit-animation-delay:203.7s;-moz-animation-delay:203.7s;-o-animation-delay:203.7s;animation-delay:203.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2038){-webkit-animation-delay:203.8s;-moz-animation-delay:203.8s;-o-animation-delay:203.8s;animation-delay:203.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2039){-webkit-animation-delay:203.9s;-moz-animation-delay:203.9s;-o-animation-delay:203.9s;animation-delay:203.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2040){-webkit-animation-delay:204s;-moz-animation-delay:204s;-o-animation-delay:204s;animation-delay:204s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2041){-webkit-animation-delay:204.1s;-moz-animation-delay:204.1s;-o-animation-delay:204.1s;animation-delay:204.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2042){-webkit-animation-delay:204.2s;-moz-animation-delay:204.2s;-o-animation-delay:204.2s;animation-delay:204.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2043){-webkit-animation-delay:204.3s;-moz-animation-delay:204.3s;-o-animation-delay:204.3s;animation-delay:204.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2044){-webkit-animation-delay:204.4s;-moz-animation-delay:204.4s;-o-animation-delay:204.4s;animation-delay:204.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2045){-webkit-animation-delay:204.5s;-moz-animation-delay:204.5s;-o-animation-delay:204.5s;animation-delay:204.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2046){-webkit-animation-delay:204.6s;-moz-animation-delay:204.6s;-o-animation-delay:204.6s;animation-delay:204.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2047){-webkit-animation-delay:204.7s;-moz-animation-delay:204.7s;-o-animation-delay:204.7s;animation-delay:204.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2048){-webkit-animation-delay:204.8s;-moz-animation-delay:204.8s;-o-animation-delay:204.8s;animation-delay:204.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2049){-webkit-animation-delay:204.9s;-moz-animation-delay:204.9s;-o-animation-delay:204.9s;animation-delay:204.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2050){-webkit-animation-delay:205s;-moz-animation-delay:205s;-o-animation-delay:205s;animation-delay:205s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2051){-webkit-animation-delay:205.1s;-moz-animation-delay:205.1s;-o-animation-delay:205.1s;animation-delay:205.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2052){-webkit-animation-delay:205.2s;-moz-animation-delay:205.2s;-o-animation-delay:205.2s;animation-delay:205.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2053){-webkit-animation-delay:205.3s;-moz-animation-delay:205.3s;-o-animation-delay:205.3s;animation-delay:205.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2054){-webkit-animation-delay:205.4s;-moz-animation-delay:205.4s;-o-animation-delay:205.4s;animation-delay:205.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2055){-webkit-animation-delay:205.5s;-moz-animation-delay:205.5s;-o-animation-delay:205.5s;animation-delay:205.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2056){-webkit-animation-delay:205.6s;-moz-animation-delay:205.6s;-o-animation-delay:205.6s;animation-delay:205.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2057){-webkit-animation-delay:205.7s;-moz-animation-delay:205.7s;-o-animation-delay:205.7s;animation-delay:205.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2058){-webkit-animation-delay:205.8s;-moz-animation-delay:205.8s;-o-animation-delay:205.8s;animation-delay:205.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2059){-webkit-animation-delay:205.9s;-moz-animation-delay:205.9s;-o-animation-delay:205.9s;animation-delay:205.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2060){-webkit-animation-delay:206s;-moz-animation-delay:206s;-o-animation-delay:206s;animation-delay:206s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2061){-webkit-animation-delay:206.1s;-moz-animation-delay:206.1s;-o-animation-delay:206.1s;animation-delay:206.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2062){-webkit-animation-delay:206.2s;-moz-animation-delay:206.2s;-o-animation-delay:206.2s;animation-delay:206.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2063){-webkit-animation-delay:206.3s;-moz-animation-delay:206.3s;-o-animation-delay:206.3s;animation-delay:206.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2064){-webkit-animation-delay:206.4s;-moz-animation-delay:206.4s;-o-animation-delay:206.4s;animation-delay:206.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2065){-webkit-animation-delay:206.5s;-moz-animation-delay:206.5s;-o-animation-delay:206.5s;animation-delay:206.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2066){-webkit-animation-delay:206.6s;-moz-animation-delay:206.6s;-o-animation-delay:206.6s;animation-delay:206.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2067){-webkit-animation-delay:206.7s;-moz-animation-delay:206.7s;-o-animation-delay:206.7s;animation-delay:206.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2068){-webkit-animation-delay:206.8s;-moz-animation-delay:206.8s;-o-animation-delay:206.8s;animation-delay:206.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2069){-webkit-animation-delay:206.9s;-moz-animation-delay:206.9s;-o-animation-delay:206.9s;animation-delay:206.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2070){-webkit-animation-delay:207s;-moz-animation-delay:207s;-o-animation-delay:207s;animation-delay:207s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2071){-webkit-animation-delay:207.1s;-moz-animation-delay:207.1s;-o-animation-delay:207.1s;animation-delay:207.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2072){-webkit-animation-delay:207.2s;-moz-animation-delay:207.2s;-o-animation-delay:207.2s;animation-delay:207.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2073){-webkit-animation-delay:207.3s;-moz-animation-delay:207.3s;-o-animation-delay:207.3s;animation-delay:207.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2074){-webkit-animation-delay:207.4s;-moz-animation-delay:207.4s;-o-animation-delay:207.4s;animation-delay:207.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2075){-webkit-animation-delay:207.5s;-moz-animation-delay:207.5s;-o-animation-delay:207.5s;animation-delay:207.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2076){-webkit-animation-delay:207.6s;-moz-animation-delay:207.6s;-o-animation-delay:207.6s;animation-delay:207.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2077){-webkit-animation-delay:207.7s;-moz-animation-delay:207.7s;-o-animation-delay:207.7s;animation-delay:207.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2078){-webkit-animation-delay:207.8s;-moz-animation-delay:207.8s;-o-animation-delay:207.8s;animation-delay:207.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2079){-webkit-animation-delay:207.9s;-moz-animation-delay:207.9s;-o-animation-delay:207.9s;animation-delay:207.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2080){-webkit-animation-delay:208s;-moz-animation-delay:208s;-o-animation-delay:208s;animation-delay:208s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2081){-webkit-animation-delay:208.1s;-moz-animation-delay:208.1s;-o-animation-delay:208.1s;animation-delay:208.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2082){-webkit-animation-delay:208.2s;-moz-animation-delay:208.2s;-o-animation-delay:208.2s;animation-delay:208.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2083){-webkit-animation-delay:208.3s;-moz-animation-delay:208.3s;-o-animation-delay:208.3s;animation-delay:208.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2084){-webkit-animation-delay:208.4s;-moz-animation-delay:208.4s;-o-animation-delay:208.4s;animation-delay:208.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2085){-webkit-animation-delay:208.5s;-moz-animation-delay:208.5s;-o-animation-delay:208.5s;animation-delay:208.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2086){-webkit-animation-delay:208.6s;-moz-animation-delay:208.6s;-o-animation-delay:208.6s;animation-delay:208.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2087){-webkit-animation-delay:208.7s;-moz-animation-delay:208.7s;-o-animation-delay:208.7s;animation-delay:208.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2088){-webkit-animation-delay:208.8s;-moz-animation-delay:208.8s;-o-animation-delay:208.8s;animation-delay:208.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2089){-webkit-animation-delay:208.9s;-moz-animation-delay:208.9s;-o-animation-delay:208.9s;animation-delay:208.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2090){-webkit-animation-delay:209s;-moz-animation-delay:209s;-o-animation-delay:209s;animation-delay:209s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2091){-webkit-animation-delay:209.1s;-moz-animation-delay:209.1s;-o-animation-delay:209.1s;animation-delay:209.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2092){-webkit-animation-delay:209.2s;-moz-animation-delay:209.2s;-o-animation-delay:209.2s;animation-delay:209.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2093){-webkit-animation-delay:209.3s;-moz-animation-delay:209.3s;-o-animation-delay:209.3s;animation-delay:209.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2094){-webkit-animation-delay:209.4s;-moz-animation-delay:209.4s;-o-animation-delay:209.4s;animation-delay:209.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2095){-webkit-animation-delay:209.5s;-moz-animation-delay:209.5s;-o-animation-delay:209.5s;animation-delay:209.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2096){-webkit-animation-delay:209.6s;-moz-animation-delay:209.6s;-o-animation-delay:209.6s;animation-delay:209.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2097){-webkit-animation-delay:209.7s;-moz-animation-delay:209.7s;-o-animation-delay:209.7s;animation-delay:209.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2098){-webkit-animation-delay:209.8s;-moz-animation-delay:209.8s;-o-animation-delay:209.8s;animation-delay:209.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2099){-webkit-animation-delay:209.9s;-moz-animation-delay:209.9s;-o-animation-delay:209.9s;animation-delay:209.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2100){-webkit-animation-delay:210s;-moz-animation-delay:210s;-o-animation-delay:210s;animation-delay:210s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2101){-webkit-animation-delay:210.1s;-moz-animation-delay:210.1s;-o-animation-delay:210.1s;animation-delay:210.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2102){-webkit-animation-delay:210.2s;-moz-animation-delay:210.2s;-o-animation-delay:210.2s;animation-delay:210.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2103){-webkit-animation-delay:210.3s;-moz-animation-delay:210.3s;-o-animation-delay:210.3s;animation-delay:210.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2104){-webkit-animation-delay:210.4s;-moz-animation-delay:210.4s;-o-animation-delay:210.4s;animation-delay:210.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2105){-webkit-animation-delay:210.5s;-moz-animation-delay:210.5s;-o-animation-delay:210.5s;animation-delay:210.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2106){-webkit-animation-delay:210.6s;-moz-animation-delay:210.6s;-o-animation-delay:210.6s;animation-delay:210.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2107){-webkit-animation-delay:210.7s;-moz-animation-delay:210.7s;-o-animation-delay:210.7s;animation-delay:210.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2108){-webkit-animation-delay:210.8s;-moz-animation-delay:210.8s;-o-animation-delay:210.8s;animation-delay:210.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2109){-webkit-animation-delay:210.9s;-moz-animation-delay:210.9s;-o-animation-delay:210.9s;animation-delay:210.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2110){-webkit-animation-delay:211s;-moz-animation-delay:211s;-o-animation-delay:211s;animation-delay:211s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2111){-webkit-animation-delay:211.1s;-moz-animation-delay:211.1s;-o-animation-delay:211.1s;animation-delay:211.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2112){-webkit-animation-delay:211.2s;-moz-animation-delay:211.2s;-o-animation-delay:211.2s;animation-delay:211.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2113){-webkit-animation-delay:211.3s;-moz-animation-delay:211.3s;-o-animation-delay:211.3s;animation-delay:211.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2114){-webkit-animation-delay:211.4s;-moz-animation-delay:211.4s;-o-animation-delay:211.4s;animation-delay:211.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2115){-webkit-animation-delay:211.5s;-moz-animation-delay:211.5s;-o-animation-delay:211.5s;animation-delay:211.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2116){-webkit-animation-delay:211.6s;-moz-animation-delay:211.6s;-o-animation-delay:211.6s;animation-delay:211.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2117){-webkit-animation-delay:211.7s;-moz-animation-delay:211.7s;-o-animation-delay:211.7s;animation-delay:211.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2118){-webkit-animation-delay:211.8s;-moz-animation-delay:211.8s;-o-animation-delay:211.8s;animation-delay:211.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2119){-webkit-animation-delay:211.9s;-moz-animation-delay:211.9s;-o-animation-delay:211.9s;animation-delay:211.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2120){-webkit-animation-delay:212s;-moz-animation-delay:212s;-o-animation-delay:212s;animation-delay:212s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2121){-webkit-animation-delay:212.1s;-moz-animation-delay:212.1s;-o-animation-delay:212.1s;animation-delay:212.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2122){-webkit-animation-delay:212.2s;-moz-animation-delay:212.2s;-o-animation-delay:212.2s;animation-delay:212.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2123){-webkit-animation-delay:212.3s;-moz-animation-delay:212.3s;-o-animation-delay:212.3s;animation-delay:212.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2124){-webkit-animation-delay:212.4s;-moz-animation-delay:212.4s;-o-animation-delay:212.4s;animation-delay:212.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2125){-webkit-animation-delay:212.5s;-moz-animation-delay:212.5s;-o-animation-delay:212.5s;animation-delay:212.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2126){-webkit-animation-delay:212.6s;-moz-animation-delay:212.6s;-o-animation-delay:212.6s;animation-delay:212.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2127){-webkit-animation-delay:212.7s;-moz-animation-delay:212.7s;-o-animation-delay:212.7s;animation-delay:212.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2128){-webkit-animation-delay:212.8s;-moz-animation-delay:212.8s;-o-animation-delay:212.8s;animation-delay:212.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2129){-webkit-animation-delay:212.9s;-moz-animation-delay:212.9s;-o-animation-delay:212.9s;animation-delay:212.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2130){-webkit-animation-delay:213s;-moz-animation-delay:213s;-o-animation-delay:213s;animation-delay:213s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2131){-webkit-animation-delay:213.1s;-moz-animation-delay:213.1s;-o-animation-delay:213.1s;animation-delay:213.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2132){-webkit-animation-delay:213.2s;-moz-animation-delay:213.2s;-o-animation-delay:213.2s;animation-delay:213.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2133){-webkit-animation-delay:213.3s;-moz-animation-delay:213.3s;-o-animation-delay:213.3s;animation-delay:213.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2134){-webkit-animation-delay:213.4s;-moz-animation-delay:213.4s;-o-animation-delay:213.4s;animation-delay:213.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2135){-webkit-animation-delay:213.5s;-moz-animation-delay:213.5s;-o-animation-delay:213.5s;animation-delay:213.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2136){-webkit-animation-delay:213.6s;-moz-animation-delay:213.6s;-o-animation-delay:213.6s;animation-delay:213.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2137){-webkit-animation-delay:213.7s;-moz-animation-delay:213.7s;-o-animation-delay:213.7s;animation-delay:213.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2138){-webkit-animation-delay:213.8s;-moz-animation-delay:213.8s;-o-animation-delay:213.8s;animation-delay:213.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2139){-webkit-animation-delay:213.9s;-moz-animation-delay:213.9s;-o-animation-delay:213.9s;animation-delay:213.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2140){-webkit-animation-delay:214s;-moz-animation-delay:214s;-o-animation-delay:214s;animation-delay:214s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2141){-webkit-animation-delay:214.1s;-moz-animation-delay:214.1s;-o-animation-delay:214.1s;animation-delay:214.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2142){-webkit-animation-delay:214.2s;-moz-animation-delay:214.2s;-o-animation-delay:214.2s;animation-delay:214.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2143){-webkit-animation-delay:214.3s;-moz-animation-delay:214.3s;-o-animation-delay:214.3s;animation-delay:214.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2144){-webkit-animation-delay:214.4s;-moz-animation-delay:214.4s;-o-animation-delay:214.4s;animation-delay:214.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2145){-webkit-animation-delay:214.5s;-moz-animation-delay:214.5s;-o-animation-delay:214.5s;animation-delay:214.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2146){-webkit-animation-delay:214.6s;-moz-animation-delay:214.6s;-o-animation-delay:214.6s;animation-delay:214.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2147){-webkit-animation-delay:214.7s;-moz-animation-delay:214.7s;-o-animation-delay:214.7s;animation-delay:214.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2148){-webkit-animation-delay:214.8s;-moz-animation-delay:214.8s;-o-animation-delay:214.8s;animation-delay:214.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2149){-webkit-animation-delay:214.9s;-moz-animation-delay:214.9s;-o-animation-delay:214.9s;animation-delay:214.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2150){-webkit-animation-delay:215s;-moz-animation-delay:215s;-o-animation-delay:215s;animation-delay:215s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2151){-webkit-animation-delay:215.1s;-moz-animation-delay:215.1s;-o-animation-delay:215.1s;animation-delay:215.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2152){-webkit-animation-delay:215.2s;-moz-animation-delay:215.2s;-o-animation-delay:215.2s;animation-delay:215.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2153){-webkit-animation-delay:215.3s;-moz-animation-delay:215.3s;-o-animation-delay:215.3s;animation-delay:215.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2154){-webkit-animation-delay:215.4s;-moz-animation-delay:215.4s;-o-animation-delay:215.4s;animation-delay:215.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2155){-webkit-animation-delay:215.5s;-moz-animation-delay:215.5s;-o-animation-delay:215.5s;animation-delay:215.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2156){-webkit-animation-delay:215.6s;-moz-animation-delay:215.6s;-o-animation-delay:215.6s;animation-delay:215.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2157){-webkit-animation-delay:215.7s;-moz-animation-delay:215.7s;-o-animation-delay:215.7s;animation-delay:215.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2158){-webkit-animation-delay:215.8s;-moz-animation-delay:215.8s;-o-animation-delay:215.8s;animation-delay:215.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2159){-webkit-animation-delay:215.9s;-moz-animation-delay:215.9s;-o-animation-delay:215.9s;animation-delay:215.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2160){-webkit-animation-delay:216s;-moz-animation-delay:216s;-o-animation-delay:216s;animation-delay:216s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2161){-webkit-animation-delay:216.1s;-moz-animation-delay:216.1s;-o-animation-delay:216.1s;animation-delay:216.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2162){-webkit-animation-delay:216.2s;-moz-animation-delay:216.2s;-o-animation-delay:216.2s;animation-delay:216.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2163){-webkit-animation-delay:216.3s;-moz-animation-delay:216.3s;-o-animation-delay:216.3s;animation-delay:216.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2164){-webkit-animation-delay:216.4s;-moz-animation-delay:216.4s;-o-animation-delay:216.4s;animation-delay:216.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2165){-webkit-animation-delay:216.5s;-moz-animation-delay:216.5s;-o-animation-delay:216.5s;animation-delay:216.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2166){-webkit-animation-delay:216.6s;-moz-animation-delay:216.6s;-o-animation-delay:216.6s;animation-delay:216.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2167){-webkit-animation-delay:216.7s;-moz-animation-delay:216.7s;-o-animation-delay:216.7s;animation-delay:216.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2168){-webkit-animation-delay:216.8s;-moz-animation-delay:216.8s;-o-animation-delay:216.8s;animation-delay:216.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2169){-webkit-animation-delay:216.9s;-moz-animation-delay:216.9s;-o-animation-delay:216.9s;animation-delay:216.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2170){-webkit-animation-delay:217s;-moz-animation-delay:217s;-o-animation-delay:217s;animation-delay:217s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2171){-webkit-animation-delay:217.1s;-moz-animation-delay:217.1s;-o-animation-delay:217.1s;animation-delay:217.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2172){-webkit-animation-delay:217.2s;-moz-animation-delay:217.2s;-o-animation-delay:217.2s;animation-delay:217.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2173){-webkit-animation-delay:217.3s;-moz-animation-delay:217.3s;-o-animation-delay:217.3s;animation-delay:217.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2174){-webkit-animation-delay:217.4s;-moz-animation-delay:217.4s;-o-animation-delay:217.4s;animation-delay:217.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2175){-webkit-animation-delay:217.5s;-moz-animation-delay:217.5s;-o-animation-delay:217.5s;animation-delay:217.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2176){-webkit-animation-delay:217.6s;-moz-animation-delay:217.6s;-o-animation-delay:217.6s;animation-delay:217.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2177){-webkit-animation-delay:217.7s;-moz-animation-delay:217.7s;-o-animation-delay:217.7s;animation-delay:217.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2178){-webkit-animation-delay:217.8s;-moz-animation-delay:217.8s;-o-animation-delay:217.8s;animation-delay:217.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2179){-webkit-animation-delay:217.9s;-moz-animation-delay:217.9s;-o-animation-delay:217.9s;animation-delay:217.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2180){-webkit-animation-delay:218s;-moz-animation-delay:218s;-o-animation-delay:218s;animation-delay:218s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2181){-webkit-animation-delay:218.1s;-moz-animation-delay:218.1s;-o-animation-delay:218.1s;animation-delay:218.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2182){-webkit-animation-delay:218.2s;-moz-animation-delay:218.2s;-o-animation-delay:218.2s;animation-delay:218.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2183){-webkit-animation-delay:218.3s;-moz-animation-delay:218.3s;-o-animation-delay:218.3s;animation-delay:218.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2184){-webkit-animation-delay:218.4s;-moz-animation-delay:218.4s;-o-animation-delay:218.4s;animation-delay:218.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2185){-webkit-animation-delay:218.5s;-moz-animation-delay:218.5s;-o-animation-delay:218.5s;animation-delay:218.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2186){-webkit-animation-delay:218.6s;-moz-animation-delay:218.6s;-o-animation-delay:218.6s;animation-delay:218.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2187){-webkit-animation-delay:218.7s;-moz-animation-delay:218.7s;-o-animation-delay:218.7s;animation-delay:218.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2188){-webkit-animation-delay:218.8s;-moz-animation-delay:218.8s;-o-animation-delay:218.8s;animation-delay:218.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2189){-webkit-animation-delay:218.9s;-moz-animation-delay:218.9s;-o-animation-delay:218.9s;animation-delay:218.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2190){-webkit-animation-delay:219s;-moz-animation-delay:219s;-o-animation-delay:219s;animation-delay:219s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2191){-webkit-animation-delay:219.1s;-moz-animation-delay:219.1s;-o-animation-delay:219.1s;animation-delay:219.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2192){-webkit-animation-delay:219.2s;-moz-animation-delay:219.2s;-o-animation-delay:219.2s;animation-delay:219.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2193){-webkit-animation-delay:219.3s;-moz-animation-delay:219.3s;-o-animation-delay:219.3s;animation-delay:219.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2194){-webkit-animation-delay:219.4s;-moz-animation-delay:219.4s;-o-animation-delay:219.4s;animation-delay:219.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2195){-webkit-animation-delay:219.5s;-moz-animation-delay:219.5s;-o-animation-delay:219.5s;animation-delay:219.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2196){-webkit-animation-delay:219.6s;-moz-animation-delay:219.6s;-o-animation-delay:219.6s;animation-delay:219.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2197){-webkit-animation-delay:219.7s;-moz-animation-delay:219.7s;-o-animation-delay:219.7s;animation-delay:219.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2198){-webkit-animation-delay:219.8s;-moz-animation-delay:219.8s;-o-animation-delay:219.8s;animation-delay:219.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2199){-webkit-animation-delay:219.9s;-moz-animation-delay:219.9s;-o-animation-delay:219.9s;animation-delay:219.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2200){-webkit-animation-delay:220s;-moz-animation-delay:220s;-o-animation-delay:220s;animation-delay:220s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2201){-webkit-animation-delay:220.1s;-moz-animation-delay:220.1s;-o-animation-delay:220.1s;animation-delay:220.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2202){-webkit-animation-delay:220.2s;-moz-animation-delay:220.2s;-o-animation-delay:220.2s;animation-delay:220.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2203){-webkit-animation-delay:220.3s;-moz-animation-delay:220.3s;-o-animation-delay:220.3s;animation-delay:220.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2204){-webkit-animation-delay:220.4s;-moz-animation-delay:220.4s;-o-animation-delay:220.4s;animation-delay:220.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2205){-webkit-animation-delay:220.5s;-moz-animation-delay:220.5s;-o-animation-delay:220.5s;animation-delay:220.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2206){-webkit-animation-delay:220.6s;-moz-animation-delay:220.6s;-o-animation-delay:220.6s;animation-delay:220.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2207){-webkit-animation-delay:220.7s;-moz-animation-delay:220.7s;-o-animation-delay:220.7s;animation-delay:220.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2208){-webkit-animation-delay:220.8s;-moz-animation-delay:220.8s;-o-animation-delay:220.8s;animation-delay:220.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2209){-webkit-animation-delay:220.9s;-moz-animation-delay:220.9s;-o-animation-delay:220.9s;animation-delay:220.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2210){-webkit-animation-delay:221s;-moz-animation-delay:221s;-o-animation-delay:221s;animation-delay:221s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2211){-webkit-animation-delay:221.1s;-moz-animation-delay:221.1s;-o-animation-delay:221.1s;animation-delay:221.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2212){-webkit-animation-delay:221.2s;-moz-animation-delay:221.2s;-o-animation-delay:221.2s;animation-delay:221.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2213){-webkit-animation-delay:221.3s;-moz-animation-delay:221.3s;-o-animation-delay:221.3s;animation-delay:221.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2214){-webkit-animation-delay:221.4s;-moz-animation-delay:221.4s;-o-animation-delay:221.4s;animation-delay:221.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2215){-webkit-animation-delay:221.5s;-moz-animation-delay:221.5s;-o-animation-delay:221.5s;animation-delay:221.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2216){-webkit-animation-delay:221.6s;-moz-animation-delay:221.6s;-o-animation-delay:221.6s;animation-delay:221.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2217){-webkit-animation-delay:221.7s;-moz-animation-delay:221.7s;-o-animation-delay:221.7s;animation-delay:221.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2218){-webkit-animation-delay:221.8s;-moz-animation-delay:221.8s;-o-animation-delay:221.8s;animation-delay:221.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2219){-webkit-animation-delay:221.9s;-moz-animation-delay:221.9s;-o-animation-delay:221.9s;animation-delay:221.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2220){-webkit-animation-delay:222s;-moz-animation-delay:222s;-o-animation-delay:222s;animation-delay:222s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2221){-webkit-animation-delay:222.1s;-moz-animation-delay:222.1s;-o-animation-delay:222.1s;animation-delay:222.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2222){-webkit-animation-delay:222.2s;-moz-animation-delay:222.2s;-o-animation-delay:222.2s;animation-delay:222.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2223){-webkit-animation-delay:222.3s;-moz-animation-delay:222.3s;-o-animation-delay:222.3s;animation-delay:222.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2224){-webkit-animation-delay:222.4s;-moz-animation-delay:222.4s;-o-animation-delay:222.4s;animation-delay:222.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2225){-webkit-animation-delay:222.5s;-moz-animation-delay:222.5s;-o-animation-delay:222.5s;animation-delay:222.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2226){-webkit-animation-delay:222.6s;-moz-animation-delay:222.6s;-o-animation-delay:222.6s;animation-delay:222.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2227){-webkit-animation-delay:222.7s;-moz-animation-delay:222.7s;-o-animation-delay:222.7s;animation-delay:222.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2228){-webkit-animation-delay:222.8s;-moz-animation-delay:222.8s;-o-animation-delay:222.8s;animation-delay:222.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2229){-webkit-animation-delay:222.9s;-moz-animation-delay:222.9s;-o-animation-delay:222.9s;animation-delay:222.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2230){-webkit-animation-delay:223s;-moz-animation-delay:223s;-o-animation-delay:223s;animation-delay:223s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2231){-webkit-animation-delay:223.1s;-moz-animation-delay:223.1s;-o-animation-delay:223.1s;animation-delay:223.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2232){-webkit-animation-delay:223.2s;-moz-animation-delay:223.2s;-o-animation-delay:223.2s;animation-delay:223.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2233){-webkit-animation-delay:223.3s;-moz-animation-delay:223.3s;-o-animation-delay:223.3s;animation-delay:223.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2234){-webkit-animation-delay:223.4s;-moz-animation-delay:223.4s;-o-animation-delay:223.4s;animation-delay:223.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2235){-webkit-animation-delay:223.5s;-moz-animation-delay:223.5s;-o-animation-delay:223.5s;animation-delay:223.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2236){-webkit-animation-delay:223.6s;-moz-animation-delay:223.6s;-o-animation-delay:223.6s;animation-delay:223.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2237){-webkit-animation-delay:223.7s;-moz-animation-delay:223.7s;-o-animation-delay:223.7s;animation-delay:223.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2238){-webkit-animation-delay:223.8s;-moz-animation-delay:223.8s;-o-animation-delay:223.8s;animation-delay:223.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2239){-webkit-animation-delay:223.9s;-moz-animation-delay:223.9s;-o-animation-delay:223.9s;animation-delay:223.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2240){-webkit-animation-delay:224s;-moz-animation-delay:224s;-o-animation-delay:224s;animation-delay:224s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2241){-webkit-animation-delay:224.1s;-moz-animation-delay:224.1s;-o-animation-delay:224.1s;animation-delay:224.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2242){-webkit-animation-delay:224.2s;-moz-animation-delay:224.2s;-o-animation-delay:224.2s;animation-delay:224.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2243){-webkit-animation-delay:224.3s;-moz-animation-delay:224.3s;-o-animation-delay:224.3s;animation-delay:224.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2244){-webkit-animation-delay:224.4s;-moz-animation-delay:224.4s;-o-animation-delay:224.4s;animation-delay:224.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2245){-webkit-animation-delay:224.5s;-moz-animation-delay:224.5s;-o-animation-delay:224.5s;animation-delay:224.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2246){-webkit-animation-delay:224.6s;-moz-animation-delay:224.6s;-o-animation-delay:224.6s;animation-delay:224.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2247){-webkit-animation-delay:224.7s;-moz-animation-delay:224.7s;-o-animation-delay:224.7s;animation-delay:224.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2248){-webkit-animation-delay:224.8s;-moz-animation-delay:224.8s;-o-animation-delay:224.8s;animation-delay:224.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2249){-webkit-animation-delay:224.9s;-moz-animation-delay:224.9s;-o-animation-delay:224.9s;animation-delay:224.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2250){-webkit-animation-delay:225s;-moz-animation-delay:225s;-o-animation-delay:225s;animation-delay:225s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2251){-webkit-animation-delay:225.1s;-moz-animation-delay:225.1s;-o-animation-delay:225.1s;animation-delay:225.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2252){-webkit-animation-delay:225.2s;-moz-animation-delay:225.2s;-o-animation-delay:225.2s;animation-delay:225.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2253){-webkit-animation-delay:225.3s;-moz-animation-delay:225.3s;-o-animation-delay:225.3s;animation-delay:225.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2254){-webkit-animation-delay:225.4s;-moz-animation-delay:225.4s;-o-animation-delay:225.4s;animation-delay:225.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2255){-webkit-animation-delay:225.5s;-moz-animation-delay:225.5s;-o-animation-delay:225.5s;animation-delay:225.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2256){-webkit-animation-delay:225.6s;-moz-animation-delay:225.6s;-o-animation-delay:225.6s;animation-delay:225.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2257){-webkit-animation-delay:225.7s;-moz-animation-delay:225.7s;-o-animation-delay:225.7s;animation-delay:225.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2258){-webkit-animation-delay:225.8s;-moz-animation-delay:225.8s;-o-animation-delay:225.8s;animation-delay:225.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2259){-webkit-animation-delay:225.9s;-moz-animation-delay:225.9s;-o-animation-delay:225.9s;animation-delay:225.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2260){-webkit-animation-delay:226s;-moz-animation-delay:226s;-o-animation-delay:226s;animation-delay:226s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2261){-webkit-animation-delay:226.1s;-moz-animation-delay:226.1s;-o-animation-delay:226.1s;animation-delay:226.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2262){-webkit-animation-delay:226.2s;-moz-animation-delay:226.2s;-o-animation-delay:226.2s;animation-delay:226.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2263){-webkit-animation-delay:226.3s;-moz-animation-delay:226.3s;-o-animation-delay:226.3s;animation-delay:226.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2264){-webkit-animation-delay:226.4s;-moz-animation-delay:226.4s;-o-animation-delay:226.4s;animation-delay:226.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2265){-webkit-animation-delay:226.5s;-moz-animation-delay:226.5s;-o-animation-delay:226.5s;animation-delay:226.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2266){-webkit-animation-delay:226.6s;-moz-animation-delay:226.6s;-o-animation-delay:226.6s;animation-delay:226.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2267){-webkit-animation-delay:226.7s;-moz-animation-delay:226.7s;-o-animation-delay:226.7s;animation-delay:226.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2268){-webkit-animation-delay:226.8s;-moz-animation-delay:226.8s;-o-animation-delay:226.8s;animation-delay:226.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2269){-webkit-animation-delay:226.9s;-moz-animation-delay:226.9s;-o-animation-delay:226.9s;animation-delay:226.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2270){-webkit-animation-delay:227s;-moz-animation-delay:227s;-o-animation-delay:227s;animation-delay:227s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2271){-webkit-animation-delay:227.1s;-moz-animation-delay:227.1s;-o-animation-delay:227.1s;animation-delay:227.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2272){-webkit-animation-delay:227.2s;-moz-animation-delay:227.2s;-o-animation-delay:227.2s;animation-delay:227.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2273){-webkit-animation-delay:227.3s;-moz-animation-delay:227.3s;-o-animation-delay:227.3s;animation-delay:227.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2274){-webkit-animation-delay:227.4s;-moz-animation-delay:227.4s;-o-animation-delay:227.4s;animation-delay:227.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2275){-webkit-animation-delay:227.5s;-moz-animation-delay:227.5s;-o-animation-delay:227.5s;animation-delay:227.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2276){-webkit-animation-delay:227.6s;-moz-animation-delay:227.6s;-o-animation-delay:227.6s;animation-delay:227.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2277){-webkit-animation-delay:227.7s;-moz-animation-delay:227.7s;-o-animation-delay:227.7s;animation-delay:227.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2278){-webkit-animation-delay:227.8s;-moz-animation-delay:227.8s;-o-animation-delay:227.8s;animation-delay:227.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2279){-webkit-animation-delay:227.9s;-moz-animation-delay:227.9s;-o-animation-delay:227.9s;animation-delay:227.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2280){-webkit-animation-delay:228s;-moz-animation-delay:228s;-o-animation-delay:228s;animation-delay:228s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2281){-webkit-animation-delay:228.1s;-moz-animation-delay:228.1s;-o-animation-delay:228.1s;animation-delay:228.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2282){-webkit-animation-delay:228.2s;-moz-animation-delay:228.2s;-o-animation-delay:228.2s;animation-delay:228.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2283){-webkit-animation-delay:228.3s;-moz-animation-delay:228.3s;-o-animation-delay:228.3s;animation-delay:228.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2284){-webkit-animation-delay:228.4s;-moz-animation-delay:228.4s;-o-animation-delay:228.4s;animation-delay:228.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2285){-webkit-animation-delay:228.5s;-moz-animation-delay:228.5s;-o-animation-delay:228.5s;animation-delay:228.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2286){-webkit-animation-delay:228.6s;-moz-animation-delay:228.6s;-o-animation-delay:228.6s;animation-delay:228.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2287){-webkit-animation-delay:228.7s;-moz-animation-delay:228.7s;-o-animation-delay:228.7s;animation-delay:228.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2288){-webkit-animation-delay:228.8s;-moz-animation-delay:228.8s;-o-animation-delay:228.8s;animation-delay:228.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2289){-webkit-animation-delay:228.9s;-moz-animation-delay:228.9s;-o-animation-delay:228.9s;animation-delay:228.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2290){-webkit-animation-delay:229s;-moz-animation-delay:229s;-o-animation-delay:229s;animation-delay:229s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2291){-webkit-animation-delay:229.1s;-moz-animation-delay:229.1s;-o-animation-delay:229.1s;animation-delay:229.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2292){-webkit-animation-delay:229.2s;-moz-animation-delay:229.2s;-o-animation-delay:229.2s;animation-delay:229.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2293){-webkit-animation-delay:229.3s;-moz-animation-delay:229.3s;-o-animation-delay:229.3s;animation-delay:229.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2294){-webkit-animation-delay:229.4s;-moz-animation-delay:229.4s;-o-animation-delay:229.4s;animation-delay:229.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2295){-webkit-animation-delay:229.5s;-moz-animation-delay:229.5s;-o-animation-delay:229.5s;animation-delay:229.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2296){-webkit-animation-delay:229.6s;-moz-animation-delay:229.6s;-o-animation-delay:229.6s;animation-delay:229.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2297){-webkit-animation-delay:229.7s;-moz-animation-delay:229.7s;-o-animation-delay:229.7s;animation-delay:229.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2298){-webkit-animation-delay:229.8s;-moz-animation-delay:229.8s;-o-animation-delay:229.8s;animation-delay:229.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2299){-webkit-animation-delay:229.9s;-moz-animation-delay:229.9s;-o-animation-delay:229.9s;animation-delay:229.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2300){-webkit-animation-delay:230s;-moz-animation-delay:230s;-o-animation-delay:230s;animation-delay:230s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2301){-webkit-animation-delay:230.1s;-moz-animation-delay:230.1s;-o-animation-delay:230.1s;animation-delay:230.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2302){-webkit-animation-delay:230.2s;-moz-animation-delay:230.2s;-o-animation-delay:230.2s;animation-delay:230.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2303){-webkit-animation-delay:230.3s;-moz-animation-delay:230.3s;-o-animation-delay:230.3s;animation-delay:230.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2304){-webkit-animation-delay:230.4s;-moz-animation-delay:230.4s;-o-animation-delay:230.4s;animation-delay:230.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2305){-webkit-animation-delay:230.5s;-moz-animation-delay:230.5s;-o-animation-delay:230.5s;animation-delay:230.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2306){-webkit-animation-delay:230.6s;-moz-animation-delay:230.6s;-o-animation-delay:230.6s;animation-delay:230.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2307){-webkit-animation-delay:230.7s;-moz-animation-delay:230.7s;-o-animation-delay:230.7s;animation-delay:230.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2308){-webkit-animation-delay:230.8s;-moz-animation-delay:230.8s;-o-animation-delay:230.8s;animation-delay:230.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2309){-webkit-animation-delay:230.9s;-moz-animation-delay:230.9s;-o-animation-delay:230.9s;animation-delay:230.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2310){-webkit-animation-delay:231s;-moz-animation-delay:231s;-o-animation-delay:231s;animation-delay:231s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2311){-webkit-animation-delay:231.1s;-moz-animation-delay:231.1s;-o-animation-delay:231.1s;animation-delay:231.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2312){-webkit-animation-delay:231.2s;-moz-animation-delay:231.2s;-o-animation-delay:231.2s;animation-delay:231.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2313){-webkit-animation-delay:231.3s;-moz-animation-delay:231.3s;-o-animation-delay:231.3s;animation-delay:231.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2314){-webkit-animation-delay:231.4s;-moz-animation-delay:231.4s;-o-animation-delay:231.4s;animation-delay:231.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2315){-webkit-animation-delay:231.5s;-moz-animation-delay:231.5s;-o-animation-delay:231.5s;animation-delay:231.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2316){-webkit-animation-delay:231.6s;-moz-animation-delay:231.6s;-o-animation-delay:231.6s;animation-delay:231.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2317){-webkit-animation-delay:231.7s;-moz-animation-delay:231.7s;-o-animation-delay:231.7s;animation-delay:231.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2318){-webkit-animation-delay:231.8s;-moz-animation-delay:231.8s;-o-animation-delay:231.8s;animation-delay:231.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2319){-webkit-animation-delay:231.9s;-moz-animation-delay:231.9s;-o-animation-delay:231.9s;animation-delay:231.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2320){-webkit-animation-delay:232s;-moz-animation-delay:232s;-o-animation-delay:232s;animation-delay:232s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2321){-webkit-animation-delay:232.1s;-moz-animation-delay:232.1s;-o-animation-delay:232.1s;animation-delay:232.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2322){-webkit-animation-delay:232.2s;-moz-animation-delay:232.2s;-o-animation-delay:232.2s;animation-delay:232.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2323){-webkit-animation-delay:232.3s;-moz-animation-delay:232.3s;-o-animation-delay:232.3s;animation-delay:232.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2324){-webkit-animation-delay:232.4s;-moz-animation-delay:232.4s;-o-animation-delay:232.4s;animation-delay:232.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2325){-webkit-animation-delay:232.5s;-moz-animation-delay:232.5s;-o-animation-delay:232.5s;animation-delay:232.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2326){-webkit-animation-delay:232.6s;-moz-animation-delay:232.6s;-o-animation-delay:232.6s;animation-delay:232.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2327){-webkit-animation-delay:232.7s;-moz-animation-delay:232.7s;-o-animation-delay:232.7s;animation-delay:232.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2328){-webkit-animation-delay:232.8s;-moz-animation-delay:232.8s;-o-animation-delay:232.8s;animation-delay:232.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2329){-webkit-animation-delay:232.9s;-moz-animation-delay:232.9s;-o-animation-delay:232.9s;animation-delay:232.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2330){-webkit-animation-delay:233s;-moz-animation-delay:233s;-o-animation-delay:233s;animation-delay:233s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2331){-webkit-animation-delay:233.1s;-moz-animation-delay:233.1s;-o-animation-delay:233.1s;animation-delay:233.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2332){-webkit-animation-delay:233.2s;-moz-animation-delay:233.2s;-o-animation-delay:233.2s;animation-delay:233.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2333){-webkit-animation-delay:233.3s;-moz-animation-delay:233.3s;-o-animation-delay:233.3s;animation-delay:233.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2334){-webkit-animation-delay:233.4s;-moz-animation-delay:233.4s;-o-animation-delay:233.4s;animation-delay:233.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2335){-webkit-animation-delay:233.5s;-moz-animation-delay:233.5s;-o-animation-delay:233.5s;animation-delay:233.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2336){-webkit-animation-delay:233.6s;-moz-animation-delay:233.6s;-o-animation-delay:233.6s;animation-delay:233.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2337){-webkit-animation-delay:233.7s;-moz-animation-delay:233.7s;-o-animation-delay:233.7s;animation-delay:233.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2338){-webkit-animation-delay:233.8s;-moz-animation-delay:233.8s;-o-animation-delay:233.8s;animation-delay:233.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2339){-webkit-animation-delay:233.9s;-moz-animation-delay:233.9s;-o-animation-delay:233.9s;animation-delay:233.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2340){-webkit-animation-delay:234s;-moz-animation-delay:234s;-o-animation-delay:234s;animation-delay:234s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2341){-webkit-animation-delay:234.1s;-moz-animation-delay:234.1s;-o-animation-delay:234.1s;animation-delay:234.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2342){-webkit-animation-delay:234.2s;-moz-animation-delay:234.2s;-o-animation-delay:234.2s;animation-delay:234.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2343){-webkit-animation-delay:234.3s;-moz-animation-delay:234.3s;-o-animation-delay:234.3s;animation-delay:234.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2344){-webkit-animation-delay:234.4s;-moz-animation-delay:234.4s;-o-animation-delay:234.4s;animation-delay:234.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2345){-webkit-animation-delay:234.5s;-moz-animation-delay:234.5s;-o-animation-delay:234.5s;animation-delay:234.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2346){-webkit-animation-delay:234.6s;-moz-animation-delay:234.6s;-o-animation-delay:234.6s;animation-delay:234.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2347){-webkit-animation-delay:234.7s;-moz-animation-delay:234.7s;-o-animation-delay:234.7s;animation-delay:234.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2348){-webkit-animation-delay:234.8s;-moz-animation-delay:234.8s;-o-animation-delay:234.8s;animation-delay:234.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2349){-webkit-animation-delay:234.9s;-moz-animation-delay:234.9s;-o-animation-delay:234.9s;animation-delay:234.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2350){-webkit-animation-delay:235s;-moz-animation-delay:235s;-o-animation-delay:235s;animation-delay:235s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2351){-webkit-animation-delay:235.1s;-moz-animation-delay:235.1s;-o-animation-delay:235.1s;animation-delay:235.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2352){-webkit-animation-delay:235.2s;-moz-animation-delay:235.2s;-o-animation-delay:235.2s;animation-delay:235.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2353){-webkit-animation-delay:235.3s;-moz-animation-delay:235.3s;-o-animation-delay:235.3s;animation-delay:235.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2354){-webkit-animation-delay:235.4s;-moz-animation-delay:235.4s;-o-animation-delay:235.4s;animation-delay:235.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2355){-webkit-animation-delay:235.5s;-moz-animation-delay:235.5s;-o-animation-delay:235.5s;animation-delay:235.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2356){-webkit-animation-delay:235.6s;-moz-animation-delay:235.6s;-o-animation-delay:235.6s;animation-delay:235.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2357){-webkit-animation-delay:235.7s;-moz-animation-delay:235.7s;-o-animation-delay:235.7s;animation-delay:235.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2358){-webkit-animation-delay:235.8s;-moz-animation-delay:235.8s;-o-animation-delay:235.8s;animation-delay:235.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2359){-webkit-animation-delay:235.9s;-moz-animation-delay:235.9s;-o-animation-delay:235.9s;animation-delay:235.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2360){-webkit-animation-delay:236s;-moz-animation-delay:236s;-o-animation-delay:236s;animation-delay:236s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2361){-webkit-animation-delay:236.1s;-moz-animation-delay:236.1s;-o-animation-delay:236.1s;animation-delay:236.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2362){-webkit-animation-delay:236.2s;-moz-animation-delay:236.2s;-o-animation-delay:236.2s;animation-delay:236.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2363){-webkit-animation-delay:236.3s;-moz-animation-delay:236.3s;-o-animation-delay:236.3s;animation-delay:236.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2364){-webkit-animation-delay:236.4s;-moz-animation-delay:236.4s;-o-animation-delay:236.4s;animation-delay:236.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2365){-webkit-animation-delay:236.5s;-moz-animation-delay:236.5s;-o-animation-delay:236.5s;animation-delay:236.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2366){-webkit-animation-delay:236.6s;-moz-animation-delay:236.6s;-o-animation-delay:236.6s;animation-delay:236.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2367){-webkit-animation-delay:236.7s;-moz-animation-delay:236.7s;-o-animation-delay:236.7s;animation-delay:236.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2368){-webkit-animation-delay:236.8s;-moz-animation-delay:236.8s;-o-animation-delay:236.8s;animation-delay:236.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2369){-webkit-animation-delay:236.9s;-moz-animation-delay:236.9s;-o-animation-delay:236.9s;animation-delay:236.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2370){-webkit-animation-delay:237s;-moz-animation-delay:237s;-o-animation-delay:237s;animation-delay:237s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2371){-webkit-animation-delay:237.1s;-moz-animation-delay:237.1s;-o-animation-delay:237.1s;animation-delay:237.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2372){-webkit-animation-delay:237.2s;-moz-animation-delay:237.2s;-o-animation-delay:237.2s;animation-delay:237.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2373){-webkit-animation-delay:237.3s;-moz-animation-delay:237.3s;-o-animation-delay:237.3s;animation-delay:237.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2374){-webkit-animation-delay:237.4s;-moz-animation-delay:237.4s;-o-animation-delay:237.4s;animation-delay:237.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2375){-webkit-animation-delay:237.5s;-moz-animation-delay:237.5s;-o-animation-delay:237.5s;animation-delay:237.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2376){-webkit-animation-delay:237.6s;-moz-animation-delay:237.6s;-o-animation-delay:237.6s;animation-delay:237.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2377){-webkit-animation-delay:237.7s;-moz-animation-delay:237.7s;-o-animation-delay:237.7s;animation-delay:237.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2378){-webkit-animation-delay:237.8s;-moz-animation-delay:237.8s;-o-animation-delay:237.8s;animation-delay:237.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2379){-webkit-animation-delay:237.9s;-moz-animation-delay:237.9s;-o-animation-delay:237.9s;animation-delay:237.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2380){-webkit-animation-delay:238s;-moz-animation-delay:238s;-o-animation-delay:238s;animation-delay:238s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2381){-webkit-animation-delay:238.1s;-moz-animation-delay:238.1s;-o-animation-delay:238.1s;animation-delay:238.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2382){-webkit-animation-delay:238.2s;-moz-animation-delay:238.2s;-o-animation-delay:238.2s;animation-delay:238.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2383){-webkit-animation-delay:238.3s;-moz-animation-delay:238.3s;-o-animation-delay:238.3s;animation-delay:238.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2384){-webkit-animation-delay:238.4s;-moz-animation-delay:238.4s;-o-animation-delay:238.4s;animation-delay:238.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2385){-webkit-animation-delay:238.5s;-moz-animation-delay:238.5s;-o-animation-delay:238.5s;animation-delay:238.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2386){-webkit-animation-delay:238.6s;-moz-animation-delay:238.6s;-o-animation-delay:238.6s;animation-delay:238.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2387){-webkit-animation-delay:238.7s;-moz-animation-delay:238.7s;-o-animation-delay:238.7s;animation-delay:238.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2388){-webkit-animation-delay:238.8s;-moz-animation-delay:238.8s;-o-animation-delay:238.8s;animation-delay:238.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2389){-webkit-animation-delay:238.9s;-moz-animation-delay:238.9s;-o-animation-delay:238.9s;animation-delay:238.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2390){-webkit-animation-delay:239s;-moz-animation-delay:239s;-o-animation-delay:239s;animation-delay:239s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2391){-webkit-animation-delay:239.1s;-moz-animation-delay:239.1s;-o-animation-delay:239.1s;animation-delay:239.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2392){-webkit-animation-delay:239.2s;-moz-animation-delay:239.2s;-o-animation-delay:239.2s;animation-delay:239.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2393){-webkit-animation-delay:239.3s;-moz-animation-delay:239.3s;-o-animation-delay:239.3s;animation-delay:239.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2394){-webkit-animation-delay:239.4s;-moz-animation-delay:239.4s;-o-animation-delay:239.4s;animation-delay:239.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2395){-webkit-animation-delay:239.5s;-moz-animation-delay:239.5s;-o-animation-delay:239.5s;animation-delay:239.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2396){-webkit-animation-delay:239.6s;-moz-animation-delay:239.6s;-o-animation-delay:239.6s;animation-delay:239.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2397){-webkit-animation-delay:239.7s;-moz-animation-delay:239.7s;-o-animation-delay:239.7s;animation-delay:239.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2398){-webkit-animation-delay:239.8s;-moz-animation-delay:239.8s;-o-animation-delay:239.8s;animation-delay:239.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2399){-webkit-animation-delay:239.9s;-moz-animation-delay:239.9s;-o-animation-delay:239.9s;animation-delay:239.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2400){-webkit-animation-delay:240s;-moz-animation-delay:240s;-o-animation-delay:240s;animation-delay:240s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2401){-webkit-animation-delay:240.1s;-moz-animation-delay:240.1s;-o-animation-delay:240.1s;animation-delay:240.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2402){-webkit-animation-delay:240.2s;-moz-animation-delay:240.2s;-o-animation-delay:240.2s;animation-delay:240.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2403){-webkit-animation-delay:240.3s;-moz-animation-delay:240.3s;-o-animation-delay:240.3s;animation-delay:240.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2404){-webkit-animation-delay:240.4s;-moz-animation-delay:240.4s;-o-animation-delay:240.4s;animation-delay:240.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2405){-webkit-animation-delay:240.5s;-moz-animation-delay:240.5s;-o-animation-delay:240.5s;animation-delay:240.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2406){-webkit-animation-delay:240.6s;-moz-animation-delay:240.6s;-o-animation-delay:240.6s;animation-delay:240.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2407){-webkit-animation-delay:240.7s;-moz-animation-delay:240.7s;-o-animation-delay:240.7s;animation-delay:240.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2408){-webkit-animation-delay:240.8s;-moz-animation-delay:240.8s;-o-animation-delay:240.8s;animation-delay:240.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2409){-webkit-animation-delay:240.9s;-moz-animation-delay:240.9s;-o-animation-delay:240.9s;animation-delay:240.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2410){-webkit-animation-delay:241s;-moz-animation-delay:241s;-o-animation-delay:241s;animation-delay:241s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2411){-webkit-animation-delay:241.1s;-moz-animation-delay:241.1s;-o-animation-delay:241.1s;animation-delay:241.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2412){-webkit-animation-delay:241.2s;-moz-animation-delay:241.2s;-o-animation-delay:241.2s;animation-delay:241.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2413){-webkit-animation-delay:241.3s;-moz-animation-delay:241.3s;-o-animation-delay:241.3s;animation-delay:241.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2414){-webkit-animation-delay:241.4s;-moz-animation-delay:241.4s;-o-animation-delay:241.4s;animation-delay:241.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2415){-webkit-animation-delay:241.5s;-moz-animation-delay:241.5s;-o-animation-delay:241.5s;animation-delay:241.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2416){-webkit-animation-delay:241.6s;-moz-animation-delay:241.6s;-o-animation-delay:241.6s;animation-delay:241.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2417){-webkit-animation-delay:241.7s;-moz-animation-delay:241.7s;-o-animation-delay:241.7s;animation-delay:241.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2418){-webkit-animation-delay:241.8s;-moz-animation-delay:241.8s;-o-animation-delay:241.8s;animation-delay:241.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2419){-webkit-animation-delay:241.9s;-moz-animation-delay:241.9s;-o-animation-delay:241.9s;animation-delay:241.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2420){-webkit-animation-delay:242s;-moz-animation-delay:242s;-o-animation-delay:242s;animation-delay:242s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2421){-webkit-animation-delay:242.1s;-moz-animation-delay:242.1s;-o-animation-delay:242.1s;animation-delay:242.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2422){-webkit-animation-delay:242.2s;-moz-animation-delay:242.2s;-o-animation-delay:242.2s;animation-delay:242.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2423){-webkit-animation-delay:242.3s;-moz-animation-delay:242.3s;-o-animation-delay:242.3s;animation-delay:242.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2424){-webkit-animation-delay:242.4s;-moz-animation-delay:242.4s;-o-animation-delay:242.4s;animation-delay:242.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2425){-webkit-animation-delay:242.5s;-moz-animation-delay:242.5s;-o-animation-delay:242.5s;animation-delay:242.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2426){-webkit-animation-delay:242.6s;-moz-animation-delay:242.6s;-o-animation-delay:242.6s;animation-delay:242.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2427){-webkit-animation-delay:242.7s;-moz-animation-delay:242.7s;-o-animation-delay:242.7s;animation-delay:242.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2428){-webkit-animation-delay:242.8s;-moz-animation-delay:242.8s;-o-animation-delay:242.8s;animation-delay:242.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2429){-webkit-animation-delay:242.9s;-moz-animation-delay:242.9s;-o-animation-delay:242.9s;animation-delay:242.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2430){-webkit-animation-delay:243s;-moz-animation-delay:243s;-o-animation-delay:243s;animation-delay:243s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2431){-webkit-animation-delay:243.1s;-moz-animation-delay:243.1s;-o-animation-delay:243.1s;animation-delay:243.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2432){-webkit-animation-delay:243.2s;-moz-animation-delay:243.2s;-o-animation-delay:243.2s;animation-delay:243.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2433){-webkit-animation-delay:243.3s;-moz-animation-delay:243.3s;-o-animation-delay:243.3s;animation-delay:243.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2434){-webkit-animation-delay:243.4s;-moz-animation-delay:243.4s;-o-animation-delay:243.4s;animation-delay:243.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2435){-webkit-animation-delay:243.5s;-moz-animation-delay:243.5s;-o-animation-delay:243.5s;animation-delay:243.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2436){-webkit-animation-delay:243.6s;-moz-animation-delay:243.6s;-o-animation-delay:243.6s;animation-delay:243.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2437){-webkit-animation-delay:243.7s;-moz-animation-delay:243.7s;-o-animation-delay:243.7s;animation-delay:243.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2438){-webkit-animation-delay:243.8s;-moz-animation-delay:243.8s;-o-animation-delay:243.8s;animation-delay:243.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2439){-webkit-animation-delay:243.9s;-moz-animation-delay:243.9s;-o-animation-delay:243.9s;animation-delay:243.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2440){-webkit-animation-delay:244s;-moz-animation-delay:244s;-o-animation-delay:244s;animation-delay:244s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2441){-webkit-animation-delay:244.1s;-moz-animation-delay:244.1s;-o-animation-delay:244.1s;animation-delay:244.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2442){-webkit-animation-delay:244.2s;-moz-animation-delay:244.2s;-o-animation-delay:244.2s;animation-delay:244.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2443){-webkit-animation-delay:244.3s;-moz-animation-delay:244.3s;-o-animation-delay:244.3s;animation-delay:244.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2444){-webkit-animation-delay:244.4s;-moz-animation-delay:244.4s;-o-animation-delay:244.4s;animation-delay:244.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2445){-webkit-animation-delay:244.5s;-moz-animation-delay:244.5s;-o-animation-delay:244.5s;animation-delay:244.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2446){-webkit-animation-delay:244.6s;-moz-animation-delay:244.6s;-o-animation-delay:244.6s;animation-delay:244.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2447){-webkit-animation-delay:244.7s;-moz-animation-delay:244.7s;-o-animation-delay:244.7s;animation-delay:244.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2448){-webkit-animation-delay:244.8s;-moz-animation-delay:244.8s;-o-animation-delay:244.8s;animation-delay:244.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2449){-webkit-animation-delay:244.9s;-moz-animation-delay:244.9s;-o-animation-delay:244.9s;animation-delay:244.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2450){-webkit-animation-delay:245s;-moz-animation-delay:245s;-o-animation-delay:245s;animation-delay:245s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2451){-webkit-animation-delay:245.1s;-moz-animation-delay:245.1s;-o-animation-delay:245.1s;animation-delay:245.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2452){-webkit-animation-delay:245.2s;-moz-animation-delay:245.2s;-o-animation-delay:245.2s;animation-delay:245.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2453){-webkit-animation-delay:245.3s;-moz-animation-delay:245.3s;-o-animation-delay:245.3s;animation-delay:245.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2454){-webkit-animation-delay:245.4s;-moz-animation-delay:245.4s;-o-animation-delay:245.4s;animation-delay:245.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2455){-webkit-animation-delay:245.5s;-moz-animation-delay:245.5s;-o-animation-delay:245.5s;animation-delay:245.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2456){-webkit-animation-delay:245.6s;-moz-animation-delay:245.6s;-o-animation-delay:245.6s;animation-delay:245.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2457){-webkit-animation-delay:245.7s;-moz-animation-delay:245.7s;-o-animation-delay:245.7s;animation-delay:245.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2458){-webkit-animation-delay:245.8s;-moz-animation-delay:245.8s;-o-animation-delay:245.8s;animation-delay:245.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2459){-webkit-animation-delay:245.9s;-moz-animation-delay:245.9s;-o-animation-delay:245.9s;animation-delay:245.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2460){-webkit-animation-delay:246s;-moz-animation-delay:246s;-o-animation-delay:246s;animation-delay:246s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2461){-webkit-animation-delay:246.1s;-moz-animation-delay:246.1s;-o-animation-delay:246.1s;animation-delay:246.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2462){-webkit-animation-delay:246.2s;-moz-animation-delay:246.2s;-o-animation-delay:246.2s;animation-delay:246.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2463){-webkit-animation-delay:246.3s;-moz-animation-delay:246.3s;-o-animation-delay:246.3s;animation-delay:246.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2464){-webkit-animation-delay:246.4s;-moz-animation-delay:246.4s;-o-animation-delay:246.4s;animation-delay:246.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2465){-webkit-animation-delay:246.5s;-moz-animation-delay:246.5s;-o-animation-delay:246.5s;animation-delay:246.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2466){-webkit-animation-delay:246.6s;-moz-animation-delay:246.6s;-o-animation-delay:246.6s;animation-delay:246.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2467){-webkit-animation-delay:246.7s;-moz-animation-delay:246.7s;-o-animation-delay:246.7s;animation-delay:246.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2468){-webkit-animation-delay:246.8s;-moz-animation-delay:246.8s;-o-animation-delay:246.8s;animation-delay:246.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2469){-webkit-animation-delay:246.9s;-moz-animation-delay:246.9s;-o-animation-delay:246.9s;animation-delay:246.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2470){-webkit-animation-delay:247s;-moz-animation-delay:247s;-o-animation-delay:247s;animation-delay:247s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2471){-webkit-animation-delay:247.1s;-moz-animation-delay:247.1s;-o-animation-delay:247.1s;animation-delay:247.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2472){-webkit-animation-delay:247.2s;-moz-animation-delay:247.2s;-o-animation-delay:247.2s;animation-delay:247.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2473){-webkit-animation-delay:247.3s;-moz-animation-delay:247.3s;-o-animation-delay:247.3s;animation-delay:247.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2474){-webkit-animation-delay:247.4s;-moz-animation-delay:247.4s;-o-animation-delay:247.4s;animation-delay:247.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2475){-webkit-animation-delay:247.5s;-moz-animation-delay:247.5s;-o-animation-delay:247.5s;animation-delay:247.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2476){-webkit-animation-delay:247.6s;-moz-animation-delay:247.6s;-o-animation-delay:247.6s;animation-delay:247.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2477){-webkit-animation-delay:247.7s;-moz-animation-delay:247.7s;-o-animation-delay:247.7s;animation-delay:247.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2478){-webkit-animation-delay:247.8s;-moz-animation-delay:247.8s;-o-animation-delay:247.8s;animation-delay:247.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2479){-webkit-animation-delay:247.9s;-moz-animation-delay:247.9s;-o-animation-delay:247.9s;animation-delay:247.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2480){-webkit-animation-delay:248s;-moz-animation-delay:248s;-o-animation-delay:248s;animation-delay:248s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2481){-webkit-animation-delay:248.1s;-moz-animation-delay:248.1s;-o-animation-delay:248.1s;animation-delay:248.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2482){-webkit-animation-delay:248.2s;-moz-animation-delay:248.2s;-o-animation-delay:248.2s;animation-delay:248.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2483){-webkit-animation-delay:248.3s;-moz-animation-delay:248.3s;-o-animation-delay:248.3s;animation-delay:248.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2484){-webkit-animation-delay:248.4s;-moz-animation-delay:248.4s;-o-animation-delay:248.4s;animation-delay:248.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2485){-webkit-animation-delay:248.5s;-moz-animation-delay:248.5s;-o-animation-delay:248.5s;animation-delay:248.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2486){-webkit-animation-delay:248.6s;-moz-animation-delay:248.6s;-o-animation-delay:248.6s;animation-delay:248.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2487){-webkit-animation-delay:248.7s;-moz-animation-delay:248.7s;-o-animation-delay:248.7s;animation-delay:248.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2488){-webkit-animation-delay:248.8s;-moz-animation-delay:248.8s;-o-animation-delay:248.8s;animation-delay:248.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2489){-webkit-animation-delay:248.9s;-moz-animation-delay:248.9s;-o-animation-delay:248.9s;animation-delay:248.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2490){-webkit-animation-delay:249s;-moz-animation-delay:249s;-o-animation-delay:249s;animation-delay:249s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2491){-webkit-animation-delay:249.1s;-moz-animation-delay:249.1s;-o-animation-delay:249.1s;animation-delay:249.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2492){-webkit-animation-delay:249.2s;-moz-animation-delay:249.2s;-o-animation-delay:249.2s;animation-delay:249.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2493){-webkit-animation-delay:249.3s;-moz-animation-delay:249.3s;-o-animation-delay:249.3s;animation-delay:249.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2494){-webkit-animation-delay:249.4s;-moz-animation-delay:249.4s;-o-animation-delay:249.4s;animation-delay:249.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2495){-webkit-animation-delay:249.5s;-moz-animation-delay:249.5s;-o-animation-delay:249.5s;animation-delay:249.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2496){-webkit-animation-delay:249.6s;-moz-animation-delay:249.6s;-o-animation-delay:249.6s;animation-delay:249.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2497){-webkit-animation-delay:249.7s;-moz-animation-delay:249.7s;-o-animation-delay:249.7s;animation-delay:249.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2498){-webkit-animation-delay:249.8s;-moz-animation-delay:249.8s;-o-animation-delay:249.8s;animation-delay:249.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2499){-webkit-animation-delay:249.9s;-moz-animation-delay:249.9s;-o-animation-delay:249.9s;animation-delay:249.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2500){-webkit-animation-delay:250s;-moz-animation-delay:250s;-o-animation-delay:250s;animation-delay:250s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2501){-webkit-animation-delay:250.1s;-moz-animation-delay:250.1s;-o-animation-delay:250.1s;animation-delay:250.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2502){-webkit-animation-delay:250.2s;-moz-animation-delay:250.2s;-o-animation-delay:250.2s;animation-delay:250.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2503){-webkit-animation-delay:250.3s;-moz-animation-delay:250.3s;-o-animation-delay:250.3s;animation-delay:250.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2504){-webkit-animation-delay:250.4s;-moz-animation-delay:250.4s;-o-animation-delay:250.4s;animation-delay:250.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2505){-webkit-animation-delay:250.5s;-moz-animation-delay:250.5s;-o-animation-delay:250.5s;animation-delay:250.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2506){-webkit-animation-delay:250.6s;-moz-animation-delay:250.6s;-o-animation-delay:250.6s;animation-delay:250.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2507){-webkit-animation-delay:250.7s;-moz-animation-delay:250.7s;-o-animation-delay:250.7s;animation-delay:250.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2508){-webkit-animation-delay:250.8s;-moz-animation-delay:250.8s;-o-animation-delay:250.8s;animation-delay:250.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2509){-webkit-animation-delay:250.9s;-moz-animation-delay:250.9s;-o-animation-delay:250.9s;animation-delay:250.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2510){-webkit-animation-delay:251s;-moz-animation-delay:251s;-o-animation-delay:251s;animation-delay:251s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2511){-webkit-animation-delay:251.1s;-moz-animation-delay:251.1s;-o-animation-delay:251.1s;animation-delay:251.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2512){-webkit-animation-delay:251.2s;-moz-animation-delay:251.2s;-o-animation-delay:251.2s;animation-delay:251.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2513){-webkit-animation-delay:251.3s;-moz-animation-delay:251.3s;-o-animation-delay:251.3s;animation-delay:251.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2514){-webkit-animation-delay:251.4s;-moz-animation-delay:251.4s;-o-animation-delay:251.4s;animation-delay:251.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2515){-webkit-animation-delay:251.5s;-moz-animation-delay:251.5s;-o-animation-delay:251.5s;animation-delay:251.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2516){-webkit-animation-delay:251.6s;-moz-animation-delay:251.6s;-o-animation-delay:251.6s;animation-delay:251.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2517){-webkit-animation-delay:251.7s;-moz-animation-delay:251.7s;-o-animation-delay:251.7s;animation-delay:251.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2518){-webkit-animation-delay:251.8s;-moz-animation-delay:251.8s;-o-animation-delay:251.8s;animation-delay:251.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2519){-webkit-animation-delay:251.9s;-moz-animation-delay:251.9s;-o-animation-delay:251.9s;animation-delay:251.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2520){-webkit-animation-delay:252s;-moz-animation-delay:252s;-o-animation-delay:252s;animation-delay:252s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2521){-webkit-animation-delay:252.1s;-moz-animation-delay:252.1s;-o-animation-delay:252.1s;animation-delay:252.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2522){-webkit-animation-delay:252.2s;-moz-animation-delay:252.2s;-o-animation-delay:252.2s;animation-delay:252.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2523){-webkit-animation-delay:252.3s;-moz-animation-delay:252.3s;-o-animation-delay:252.3s;animation-delay:252.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2524){-webkit-animation-delay:252.4s;-moz-animation-delay:252.4s;-o-animation-delay:252.4s;animation-delay:252.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2525){-webkit-animation-delay:252.5s;-moz-animation-delay:252.5s;-o-animation-delay:252.5s;animation-delay:252.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2526){-webkit-animation-delay:252.6s;-moz-animation-delay:252.6s;-o-animation-delay:252.6s;animation-delay:252.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2527){-webkit-animation-delay:252.7s;-moz-animation-delay:252.7s;-o-animation-delay:252.7s;animation-delay:252.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2528){-webkit-animation-delay:252.8s;-moz-animation-delay:252.8s;-o-animation-delay:252.8s;animation-delay:252.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2529){-webkit-animation-delay:252.9s;-moz-animation-delay:252.9s;-o-animation-delay:252.9s;animation-delay:252.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2530){-webkit-animation-delay:253s;-moz-animation-delay:253s;-o-animation-delay:253s;animation-delay:253s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2531){-webkit-animation-delay:253.1s;-moz-animation-delay:253.1s;-o-animation-delay:253.1s;animation-delay:253.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2532){-webkit-animation-delay:253.2s;-moz-animation-delay:253.2s;-o-animation-delay:253.2s;animation-delay:253.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2533){-webkit-animation-delay:253.3s;-moz-animation-delay:253.3s;-o-animation-delay:253.3s;animation-delay:253.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2534){-webkit-animation-delay:253.4s;-moz-animation-delay:253.4s;-o-animation-delay:253.4s;animation-delay:253.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2535){-webkit-animation-delay:253.5s;-moz-animation-delay:253.5s;-o-animation-delay:253.5s;animation-delay:253.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2536){-webkit-animation-delay:253.6s;-moz-animation-delay:253.6s;-o-animation-delay:253.6s;animation-delay:253.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2537){-webkit-animation-delay:253.7s;-moz-animation-delay:253.7s;-o-animation-delay:253.7s;animation-delay:253.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2538){-webkit-animation-delay:253.8s;-moz-animation-delay:253.8s;-o-animation-delay:253.8s;animation-delay:253.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2539){-webkit-animation-delay:253.9s;-moz-animation-delay:253.9s;-o-animation-delay:253.9s;animation-delay:253.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2540){-webkit-animation-delay:254s;-moz-animation-delay:254s;-o-animation-delay:254s;animation-delay:254s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2541){-webkit-animation-delay:254.1s;-moz-animation-delay:254.1s;-o-animation-delay:254.1s;animation-delay:254.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2542){-webkit-animation-delay:254.2s;-moz-animation-delay:254.2s;-o-animation-delay:254.2s;animation-delay:254.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2543){-webkit-animation-delay:254.3s;-moz-animation-delay:254.3s;-o-animation-delay:254.3s;animation-delay:254.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2544){-webkit-animation-delay:254.4s;-moz-animation-delay:254.4s;-o-animation-delay:254.4s;animation-delay:254.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2545){-webkit-animation-delay:254.5s;-moz-animation-delay:254.5s;-o-animation-delay:254.5s;animation-delay:254.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2546){-webkit-animation-delay:254.6s;-moz-animation-delay:254.6s;-o-animation-delay:254.6s;animation-delay:254.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2547){-webkit-animation-delay:254.7s;-moz-animation-delay:254.7s;-o-animation-delay:254.7s;animation-delay:254.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2548){-webkit-animation-delay:254.8s;-moz-animation-delay:254.8s;-o-animation-delay:254.8s;animation-delay:254.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2549){-webkit-animation-delay:254.9s;-moz-animation-delay:254.9s;-o-animation-delay:254.9s;animation-delay:254.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2550){-webkit-animation-delay:255s;-moz-animation-delay:255s;-o-animation-delay:255s;animation-delay:255s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2551){-webkit-animation-delay:255.1s;-moz-animation-delay:255.1s;-o-animation-delay:255.1s;animation-delay:255.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2552){-webkit-animation-delay:255.2s;-moz-animation-delay:255.2s;-o-animation-delay:255.2s;animation-delay:255.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2553){-webkit-animation-delay:255.3s;-moz-animation-delay:255.3s;-o-animation-delay:255.3s;animation-delay:255.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2554){-webkit-animation-delay:255.4s;-moz-animation-delay:255.4s;-o-animation-delay:255.4s;animation-delay:255.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2555){-webkit-animation-delay:255.5s;-moz-animation-delay:255.5s;-o-animation-delay:255.5s;animation-delay:255.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2556){-webkit-animation-delay:255.6s;-moz-animation-delay:255.6s;-o-animation-delay:255.6s;animation-delay:255.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2557){-webkit-animation-delay:255.7s;-moz-animation-delay:255.7s;-o-animation-delay:255.7s;animation-delay:255.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2558){-webkit-animation-delay:255.8s;-moz-animation-delay:255.8s;-o-animation-delay:255.8s;animation-delay:255.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2559){-webkit-animation-delay:255.9s;-moz-animation-delay:255.9s;-o-animation-delay:255.9s;animation-delay:255.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2560){-webkit-animation-delay:256s;-moz-animation-delay:256s;-o-animation-delay:256s;animation-delay:256s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2561){-webkit-animation-delay:256.1s;-moz-animation-delay:256.1s;-o-animation-delay:256.1s;animation-delay:256.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2562){-webkit-animation-delay:256.2s;-moz-animation-delay:256.2s;-o-animation-delay:256.2s;animation-delay:256.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2563){-webkit-animation-delay:256.3s;-moz-animation-delay:256.3s;-o-animation-delay:256.3s;animation-delay:256.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2564){-webkit-animation-delay:256.4s;-moz-animation-delay:256.4s;-o-animation-delay:256.4s;animation-delay:256.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2565){-webkit-animation-delay:256.5s;-moz-animation-delay:256.5s;-o-animation-delay:256.5s;animation-delay:256.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2566){-webkit-animation-delay:256.6s;-moz-animation-delay:256.6s;-o-animation-delay:256.6s;animation-delay:256.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2567){-webkit-animation-delay:256.7s;-moz-animation-delay:256.7s;-o-animation-delay:256.7s;animation-delay:256.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2568){-webkit-animation-delay:256.8s;-moz-animation-delay:256.8s;-o-animation-delay:256.8s;animation-delay:256.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2569){-webkit-animation-delay:256.9s;-moz-animation-delay:256.9s;-o-animation-delay:256.9s;animation-delay:256.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2570){-webkit-animation-delay:257s;-moz-animation-delay:257s;-o-animation-delay:257s;animation-delay:257s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2571){-webkit-animation-delay:257.1s;-moz-animation-delay:257.1s;-o-animation-delay:257.1s;animation-delay:257.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2572){-webkit-animation-delay:257.2s;-moz-animation-delay:257.2s;-o-animation-delay:257.2s;animation-delay:257.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2573){-webkit-animation-delay:257.3s;-moz-animation-delay:257.3s;-o-animation-delay:257.3s;animation-delay:257.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2574){-webkit-animation-delay:257.4s;-moz-animation-delay:257.4s;-o-animation-delay:257.4s;animation-delay:257.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2575){-webkit-animation-delay:257.5s;-moz-animation-delay:257.5s;-o-animation-delay:257.5s;animation-delay:257.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2576){-webkit-animation-delay:257.6s;-moz-animation-delay:257.6s;-o-animation-delay:257.6s;animation-delay:257.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2577){-webkit-animation-delay:257.7s;-moz-animation-delay:257.7s;-o-animation-delay:257.7s;animation-delay:257.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2578){-webkit-animation-delay:257.8s;-moz-animation-delay:257.8s;-o-animation-delay:257.8s;animation-delay:257.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2579){-webkit-animation-delay:257.9s;-moz-animation-delay:257.9s;-o-animation-delay:257.9s;animation-delay:257.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2580){-webkit-animation-delay:258s;-moz-animation-delay:258s;-o-animation-delay:258s;animation-delay:258s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2581){-webkit-animation-delay:258.1s;-moz-animation-delay:258.1s;-o-animation-delay:258.1s;animation-delay:258.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2582){-webkit-animation-delay:258.2s;-moz-animation-delay:258.2s;-o-animation-delay:258.2s;animation-delay:258.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2583){-webkit-animation-delay:258.3s;-moz-animation-delay:258.3s;-o-animation-delay:258.3s;animation-delay:258.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2584){-webkit-animation-delay:258.4s;-moz-animation-delay:258.4s;-o-animation-delay:258.4s;animation-delay:258.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2585){-webkit-animation-delay:258.5s;-moz-animation-delay:258.5s;-o-animation-delay:258.5s;animation-delay:258.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2586){-webkit-animation-delay:258.6s;-moz-animation-delay:258.6s;-o-animation-delay:258.6s;animation-delay:258.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2587){-webkit-animation-delay:258.7s;-moz-animation-delay:258.7s;-o-animation-delay:258.7s;animation-delay:258.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2588){-webkit-animation-delay:258.8s;-moz-animation-delay:258.8s;-o-animation-delay:258.8s;animation-delay:258.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2589){-webkit-animation-delay:258.9s;-moz-animation-delay:258.9s;-o-animation-delay:258.9s;animation-delay:258.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2590){-webkit-animation-delay:259s;-moz-animation-delay:259s;-o-animation-delay:259s;animation-delay:259s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2591){-webkit-animation-delay:259.1s;-moz-animation-delay:259.1s;-o-animation-delay:259.1s;animation-delay:259.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2592){-webkit-animation-delay:259.2s;-moz-animation-delay:259.2s;-o-animation-delay:259.2s;animation-delay:259.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2593){-webkit-animation-delay:259.3s;-moz-animation-delay:259.3s;-o-animation-delay:259.3s;animation-delay:259.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2594){-webkit-animation-delay:259.4s;-moz-animation-delay:259.4s;-o-animation-delay:259.4s;animation-delay:259.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2595){-webkit-animation-delay:259.5s;-moz-animation-delay:259.5s;-o-animation-delay:259.5s;animation-delay:259.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2596){-webkit-animation-delay:259.6s;-moz-animation-delay:259.6s;-o-animation-delay:259.6s;animation-delay:259.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2597){-webkit-animation-delay:259.7s;-moz-animation-delay:259.7s;-o-animation-delay:259.7s;animation-delay:259.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2598){-webkit-animation-delay:259.8s;-moz-animation-delay:259.8s;-o-animation-delay:259.8s;animation-delay:259.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2599){-webkit-animation-delay:259.9s;-moz-animation-delay:259.9s;-o-animation-delay:259.9s;animation-delay:259.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2600){-webkit-animation-delay:260s;-moz-animation-delay:260s;-o-animation-delay:260s;animation-delay:260s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2601){-webkit-animation-delay:260.1s;-moz-animation-delay:260.1s;-o-animation-delay:260.1s;animation-delay:260.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2602){-webkit-animation-delay:260.2s;-moz-animation-delay:260.2s;-o-animation-delay:260.2s;animation-delay:260.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2603){-webkit-animation-delay:260.3s;-moz-animation-delay:260.3s;-o-animation-delay:260.3s;animation-delay:260.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2604){-webkit-animation-delay:260.4s;-moz-animation-delay:260.4s;-o-animation-delay:260.4s;animation-delay:260.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2605){-webkit-animation-delay:260.5s;-moz-animation-delay:260.5s;-o-animation-delay:260.5s;animation-delay:260.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2606){-webkit-animation-delay:260.6s;-moz-animation-delay:260.6s;-o-animation-delay:260.6s;animation-delay:260.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2607){-webkit-animation-delay:260.7s;-moz-animation-delay:260.7s;-o-animation-delay:260.7s;animation-delay:260.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2608){-webkit-animation-delay:260.8s;-moz-animation-delay:260.8s;-o-animation-delay:260.8s;animation-delay:260.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2609){-webkit-animation-delay:260.9s;-moz-animation-delay:260.9s;-o-animation-delay:260.9s;animation-delay:260.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2610){-webkit-animation-delay:261s;-moz-animation-delay:261s;-o-animation-delay:261s;animation-delay:261s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2611){-webkit-animation-delay:261.1s;-moz-animation-delay:261.1s;-o-animation-delay:261.1s;animation-delay:261.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2612){-webkit-animation-delay:261.2s;-moz-animation-delay:261.2s;-o-animation-delay:261.2s;animation-delay:261.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2613){-webkit-animation-delay:261.3s;-moz-animation-delay:261.3s;-o-animation-delay:261.3s;animation-delay:261.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2614){-webkit-animation-delay:261.4s;-moz-animation-delay:261.4s;-o-animation-delay:261.4s;animation-delay:261.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2615){-webkit-animation-delay:261.5s;-moz-animation-delay:261.5s;-o-animation-delay:261.5s;animation-delay:261.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2616){-webkit-animation-delay:261.6s;-moz-animation-delay:261.6s;-o-animation-delay:261.6s;animation-delay:261.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2617){-webkit-animation-delay:261.7s;-moz-animation-delay:261.7s;-o-animation-delay:261.7s;animation-delay:261.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2618){-webkit-animation-delay:261.8s;-moz-animation-delay:261.8s;-o-animation-delay:261.8s;animation-delay:261.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2619){-webkit-animation-delay:261.9s;-moz-animation-delay:261.9s;-o-animation-delay:261.9s;animation-delay:261.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2620){-webkit-animation-delay:262s;-moz-animation-delay:262s;-o-animation-delay:262s;animation-delay:262s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2621){-webkit-animation-delay:262.1s;-moz-animation-delay:262.1s;-o-animation-delay:262.1s;animation-delay:262.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2622){-webkit-animation-delay:262.2s;-moz-animation-delay:262.2s;-o-animation-delay:262.2s;animation-delay:262.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2623){-webkit-animation-delay:262.3s;-moz-animation-delay:262.3s;-o-animation-delay:262.3s;animation-delay:262.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2624){-webkit-animation-delay:262.4s;-moz-animation-delay:262.4s;-o-animation-delay:262.4s;animation-delay:262.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2625){-webkit-animation-delay:262.5s;-moz-animation-delay:262.5s;-o-animation-delay:262.5s;animation-delay:262.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2626){-webkit-animation-delay:262.6s;-moz-animation-delay:262.6s;-o-animation-delay:262.6s;animation-delay:262.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2627){-webkit-animation-delay:262.7s;-moz-animation-delay:262.7s;-o-animation-delay:262.7s;animation-delay:262.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2628){-webkit-animation-delay:262.8s;-moz-animation-delay:262.8s;-o-animation-delay:262.8s;animation-delay:262.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2629){-webkit-animation-delay:262.9s;-moz-animation-delay:262.9s;-o-animation-delay:262.9s;animation-delay:262.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2630){-webkit-animation-delay:263s;-moz-animation-delay:263s;-o-animation-delay:263s;animation-delay:263s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2631){-webkit-animation-delay:263.1s;-moz-animation-delay:263.1s;-o-animation-delay:263.1s;animation-delay:263.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2632){-webkit-animation-delay:263.2s;-moz-animation-delay:263.2s;-o-animation-delay:263.2s;animation-delay:263.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2633){-webkit-animation-delay:263.3s;-moz-animation-delay:263.3s;-o-animation-delay:263.3s;animation-delay:263.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2634){-webkit-animation-delay:263.4s;-moz-animation-delay:263.4s;-o-animation-delay:263.4s;animation-delay:263.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2635){-webkit-animation-delay:263.5s;-moz-animation-delay:263.5s;-o-animation-delay:263.5s;animation-delay:263.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2636){-webkit-animation-delay:263.6s;-moz-animation-delay:263.6s;-o-animation-delay:263.6s;animation-delay:263.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2637){-webkit-animation-delay:263.7s;-moz-animation-delay:263.7s;-o-animation-delay:263.7s;animation-delay:263.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2638){-webkit-animation-delay:263.8s;-moz-animation-delay:263.8s;-o-animation-delay:263.8s;animation-delay:263.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2639){-webkit-animation-delay:263.9s;-moz-animation-delay:263.9s;-o-animation-delay:263.9s;animation-delay:263.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2640){-webkit-animation-delay:264s;-moz-animation-delay:264s;-o-animation-delay:264s;animation-delay:264s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2641){-webkit-animation-delay:264.1s;-moz-animation-delay:264.1s;-o-animation-delay:264.1s;animation-delay:264.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2642){-webkit-animation-delay:264.2s;-moz-animation-delay:264.2s;-o-animation-delay:264.2s;animation-delay:264.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2643){-webkit-animation-delay:264.3s;-moz-animation-delay:264.3s;-o-animation-delay:264.3s;animation-delay:264.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2644){-webkit-animation-delay:264.4s;-moz-animation-delay:264.4s;-o-animation-delay:264.4s;animation-delay:264.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2645){-webkit-animation-delay:264.5s;-moz-animation-delay:264.5s;-o-animation-delay:264.5s;animation-delay:264.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2646){-webkit-animation-delay:264.6s;-moz-animation-delay:264.6s;-o-animation-delay:264.6s;animation-delay:264.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2647){-webkit-animation-delay:264.7s;-moz-animation-delay:264.7s;-o-animation-delay:264.7s;animation-delay:264.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2648){-webkit-animation-delay:264.8s;-moz-animation-delay:264.8s;-o-animation-delay:264.8s;animation-delay:264.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2649){-webkit-animation-delay:264.9s;-moz-animation-delay:264.9s;-o-animation-delay:264.9s;animation-delay:264.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2650){-webkit-animation-delay:265s;-moz-animation-delay:265s;-o-animation-delay:265s;animation-delay:265s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2651){-webkit-animation-delay:265.1s;-moz-animation-delay:265.1s;-o-animation-delay:265.1s;animation-delay:265.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2652){-webkit-animation-delay:265.2s;-moz-animation-delay:265.2s;-o-animation-delay:265.2s;animation-delay:265.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2653){-webkit-animation-delay:265.3s;-moz-animation-delay:265.3s;-o-animation-delay:265.3s;animation-delay:265.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2654){-webkit-animation-delay:265.4s;-moz-animation-delay:265.4s;-o-animation-delay:265.4s;animation-delay:265.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2655){-webkit-animation-delay:265.5s;-moz-animation-delay:265.5s;-o-animation-delay:265.5s;animation-delay:265.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2656){-webkit-animation-delay:265.6s;-moz-animation-delay:265.6s;-o-animation-delay:265.6s;animation-delay:265.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2657){-webkit-animation-delay:265.7s;-moz-animation-delay:265.7s;-o-animation-delay:265.7s;animation-delay:265.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2658){-webkit-animation-delay:265.8s;-moz-animation-delay:265.8s;-o-animation-delay:265.8s;animation-delay:265.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2659){-webkit-animation-delay:265.9s;-moz-animation-delay:265.9s;-o-animation-delay:265.9s;animation-delay:265.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2660){-webkit-animation-delay:266s;-moz-animation-delay:266s;-o-animation-delay:266s;animation-delay:266s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2661){-webkit-animation-delay:266.1s;-moz-animation-delay:266.1s;-o-animation-delay:266.1s;animation-delay:266.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2662){-webkit-animation-delay:266.2s;-moz-animation-delay:266.2s;-o-animation-delay:266.2s;animation-delay:266.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2663){-webkit-animation-delay:266.3s;-moz-animation-delay:266.3s;-o-animation-delay:266.3s;animation-delay:266.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2664){-webkit-animation-delay:266.4s;-moz-animation-delay:266.4s;-o-animation-delay:266.4s;animation-delay:266.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2665){-webkit-animation-delay:266.5s;-moz-animation-delay:266.5s;-o-animation-delay:266.5s;animation-delay:266.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2666){-webkit-animation-delay:266.6s;-moz-animation-delay:266.6s;-o-animation-delay:266.6s;animation-delay:266.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2667){-webkit-animation-delay:266.7s;-moz-animation-delay:266.7s;-o-animation-delay:266.7s;animation-delay:266.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2668){-webkit-animation-delay:266.8s;-moz-animation-delay:266.8s;-o-animation-delay:266.8s;animation-delay:266.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2669){-webkit-animation-delay:266.9s;-moz-animation-delay:266.9s;-o-animation-delay:266.9s;animation-delay:266.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2670){-webkit-animation-delay:267s;-moz-animation-delay:267s;-o-animation-delay:267s;animation-delay:267s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2671){-webkit-animation-delay:267.1s;-moz-animation-delay:267.1s;-o-animation-delay:267.1s;animation-delay:267.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2672){-webkit-animation-delay:267.2s;-moz-animation-delay:267.2s;-o-animation-delay:267.2s;animation-delay:267.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2673){-webkit-animation-delay:267.3s;-moz-animation-delay:267.3s;-o-animation-delay:267.3s;animation-delay:267.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2674){-webkit-animation-delay:267.4s;-moz-animation-delay:267.4s;-o-animation-delay:267.4s;animation-delay:267.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2675){-webkit-animation-delay:267.5s;-moz-animation-delay:267.5s;-o-animation-delay:267.5s;animation-delay:267.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2676){-webkit-animation-delay:267.6s;-moz-animation-delay:267.6s;-o-animation-delay:267.6s;animation-delay:267.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2677){-webkit-animation-delay:267.7s;-moz-animation-delay:267.7s;-o-animation-delay:267.7s;animation-delay:267.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2678){-webkit-animation-delay:267.8s;-moz-animation-delay:267.8s;-o-animation-delay:267.8s;animation-delay:267.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2679){-webkit-animation-delay:267.9s;-moz-animation-delay:267.9s;-o-animation-delay:267.9s;animation-delay:267.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2680){-webkit-animation-delay:268s;-moz-animation-delay:268s;-o-animation-delay:268s;animation-delay:268s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2681){-webkit-animation-delay:268.1s;-moz-animation-delay:268.1s;-o-animation-delay:268.1s;animation-delay:268.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2682){-webkit-animation-delay:268.2s;-moz-animation-delay:268.2s;-o-animation-delay:268.2s;animation-delay:268.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2683){-webkit-animation-delay:268.3s;-moz-animation-delay:268.3s;-o-animation-delay:268.3s;animation-delay:268.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2684){-webkit-animation-delay:268.4s;-moz-animation-delay:268.4s;-o-animation-delay:268.4s;animation-delay:268.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2685){-webkit-animation-delay:268.5s;-moz-animation-delay:268.5s;-o-animation-delay:268.5s;animation-delay:268.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2686){-webkit-animation-delay:268.6s;-moz-animation-delay:268.6s;-o-animation-delay:268.6s;animation-delay:268.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2687){-webkit-animation-delay:268.7s;-moz-animation-delay:268.7s;-o-animation-delay:268.7s;animation-delay:268.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2688){-webkit-animation-delay:268.8s;-moz-animation-delay:268.8s;-o-animation-delay:268.8s;animation-delay:268.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2689){-webkit-animation-delay:268.9s;-moz-animation-delay:268.9s;-o-animation-delay:268.9s;animation-delay:268.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2690){-webkit-animation-delay:269s;-moz-animation-delay:269s;-o-animation-delay:269s;animation-delay:269s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2691){-webkit-animation-delay:269.1s;-moz-animation-delay:269.1s;-o-animation-delay:269.1s;animation-delay:269.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2692){-webkit-animation-delay:269.2s;-moz-animation-delay:269.2s;-o-animation-delay:269.2s;animation-delay:269.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2693){-webkit-animation-delay:269.3s;-moz-animation-delay:269.3s;-o-animation-delay:269.3s;animation-delay:269.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2694){-webkit-animation-delay:269.4s;-moz-animation-delay:269.4s;-o-animation-delay:269.4s;animation-delay:269.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2695){-webkit-animation-delay:269.5s;-moz-animation-delay:269.5s;-o-animation-delay:269.5s;animation-delay:269.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2696){-webkit-animation-delay:269.6s;-moz-animation-delay:269.6s;-o-animation-delay:269.6s;animation-delay:269.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2697){-webkit-animation-delay:269.7s;-moz-animation-delay:269.7s;-o-animation-delay:269.7s;animation-delay:269.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2698){-webkit-animation-delay:269.8s;-moz-animation-delay:269.8s;-o-animation-delay:269.8s;animation-delay:269.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2699){-webkit-animation-delay:269.9s;-moz-animation-delay:269.9s;-o-animation-delay:269.9s;animation-delay:269.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2700){-webkit-animation-delay:270s;-moz-animation-delay:270s;-o-animation-delay:270s;animation-delay:270s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2701){-webkit-animation-delay:270.1s;-moz-animation-delay:270.1s;-o-animation-delay:270.1s;animation-delay:270.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2702){-webkit-animation-delay:270.2s;-moz-animation-delay:270.2s;-o-animation-delay:270.2s;animation-delay:270.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2703){-webkit-animation-delay:270.3s;-moz-animation-delay:270.3s;-o-animation-delay:270.3s;animation-delay:270.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2704){-webkit-animation-delay:270.4s;-moz-animation-delay:270.4s;-o-animation-delay:270.4s;animation-delay:270.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2705){-webkit-animation-delay:270.5s;-moz-animation-delay:270.5s;-o-animation-delay:270.5s;animation-delay:270.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2706){-webkit-animation-delay:270.6s;-moz-animation-delay:270.6s;-o-animation-delay:270.6s;animation-delay:270.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2707){-webkit-animation-delay:270.7s;-moz-animation-delay:270.7s;-o-animation-delay:270.7s;animation-delay:270.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2708){-webkit-animation-delay:270.8s;-moz-animation-delay:270.8s;-o-animation-delay:270.8s;animation-delay:270.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2709){-webkit-animation-delay:270.9s;-moz-animation-delay:270.9s;-o-animation-delay:270.9s;animation-delay:270.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2710){-webkit-animation-delay:271s;-moz-animation-delay:271s;-o-animation-delay:271s;animation-delay:271s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2711){-webkit-animation-delay:271.1s;-moz-animation-delay:271.1s;-o-animation-delay:271.1s;animation-delay:271.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2712){-webkit-animation-delay:271.2s;-moz-animation-delay:271.2s;-o-animation-delay:271.2s;animation-delay:271.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2713){-webkit-animation-delay:271.3s;-moz-animation-delay:271.3s;-o-animation-delay:271.3s;animation-delay:271.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2714){-webkit-animation-delay:271.4s;-moz-animation-delay:271.4s;-o-animation-delay:271.4s;animation-delay:271.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2715){-webkit-animation-delay:271.5s;-moz-animation-delay:271.5s;-o-animation-delay:271.5s;animation-delay:271.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2716){-webkit-animation-delay:271.6s;-moz-animation-delay:271.6s;-o-animation-delay:271.6s;animation-delay:271.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2717){-webkit-animation-delay:271.7s;-moz-animation-delay:271.7s;-o-animation-delay:271.7s;animation-delay:271.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2718){-webkit-animation-delay:271.8s;-moz-animation-delay:271.8s;-o-animation-delay:271.8s;animation-delay:271.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2719){-webkit-animation-delay:271.9s;-moz-animation-delay:271.9s;-o-animation-delay:271.9s;animation-delay:271.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2720){-webkit-animation-delay:272s;-moz-animation-delay:272s;-o-animation-delay:272s;animation-delay:272s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2721){-webkit-animation-delay:272.1s;-moz-animation-delay:272.1s;-o-animation-delay:272.1s;animation-delay:272.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2722){-webkit-animation-delay:272.2s;-moz-animation-delay:272.2s;-o-animation-delay:272.2s;animation-delay:272.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2723){-webkit-animation-delay:272.3s;-moz-animation-delay:272.3s;-o-animation-delay:272.3s;animation-delay:272.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2724){-webkit-animation-delay:272.4s;-moz-animation-delay:272.4s;-o-animation-delay:272.4s;animation-delay:272.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2725){-webkit-animation-delay:272.5s;-moz-animation-delay:272.5s;-o-animation-delay:272.5s;animation-delay:272.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2726){-webkit-animation-delay:272.6s;-moz-animation-delay:272.6s;-o-animation-delay:272.6s;animation-delay:272.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2727){-webkit-animation-delay:272.7s;-moz-animation-delay:272.7s;-o-animation-delay:272.7s;animation-delay:272.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2728){-webkit-animation-delay:272.8s;-moz-animation-delay:272.8s;-o-animation-delay:272.8s;animation-delay:272.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2729){-webkit-animation-delay:272.9s;-moz-animation-delay:272.9s;-o-animation-delay:272.9s;animation-delay:272.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2730){-webkit-animation-delay:273s;-moz-animation-delay:273s;-o-animation-delay:273s;animation-delay:273s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2731){-webkit-animation-delay:273.1s;-moz-animation-delay:273.1s;-o-animation-delay:273.1s;animation-delay:273.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2732){-webkit-animation-delay:273.2s;-moz-animation-delay:273.2s;-o-animation-delay:273.2s;animation-delay:273.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2733){-webkit-animation-delay:273.3s;-moz-animation-delay:273.3s;-o-animation-delay:273.3s;animation-delay:273.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2734){-webkit-animation-delay:273.4s;-moz-animation-delay:273.4s;-o-animation-delay:273.4s;animation-delay:273.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2735){-webkit-animation-delay:273.5s;-moz-animation-delay:273.5s;-o-animation-delay:273.5s;animation-delay:273.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2736){-webkit-animation-delay:273.6s;-moz-animation-delay:273.6s;-o-animation-delay:273.6s;animation-delay:273.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2737){-webkit-animation-delay:273.7s;-moz-animation-delay:273.7s;-o-animation-delay:273.7s;animation-delay:273.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2738){-webkit-animation-delay:273.8s;-moz-animation-delay:273.8s;-o-animation-delay:273.8s;animation-delay:273.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2739){-webkit-animation-delay:273.9s;-moz-animation-delay:273.9s;-o-animation-delay:273.9s;animation-delay:273.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2740){-webkit-animation-delay:274s;-moz-animation-delay:274s;-o-animation-delay:274s;animation-delay:274s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2741){-webkit-animation-delay:274.1s;-moz-animation-delay:274.1s;-o-animation-delay:274.1s;animation-delay:274.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2742){-webkit-animation-delay:274.2s;-moz-animation-delay:274.2s;-o-animation-delay:274.2s;animation-delay:274.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2743){-webkit-animation-delay:274.3s;-moz-animation-delay:274.3s;-o-animation-delay:274.3s;animation-delay:274.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2744){-webkit-animation-delay:274.4s;-moz-animation-delay:274.4s;-o-animation-delay:274.4s;animation-delay:274.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2745){-webkit-animation-delay:274.5s;-moz-animation-delay:274.5s;-o-animation-delay:274.5s;animation-delay:274.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2746){-webkit-animation-delay:274.6s;-moz-animation-delay:274.6s;-o-animation-delay:274.6s;animation-delay:274.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2747){-webkit-animation-delay:274.7s;-moz-animation-delay:274.7s;-o-animation-delay:274.7s;animation-delay:274.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2748){-webkit-animation-delay:274.8s;-moz-animation-delay:274.8s;-o-animation-delay:274.8s;animation-delay:274.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2749){-webkit-animation-delay:274.9s;-moz-animation-delay:274.9s;-o-animation-delay:274.9s;animation-delay:274.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2750){-webkit-animation-delay:275s;-moz-animation-delay:275s;-o-animation-delay:275s;animation-delay:275s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2751){-webkit-animation-delay:275.1s;-moz-animation-delay:275.1s;-o-animation-delay:275.1s;animation-delay:275.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2752){-webkit-animation-delay:275.2s;-moz-animation-delay:275.2s;-o-animation-delay:275.2s;animation-delay:275.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2753){-webkit-animation-delay:275.3s;-moz-animation-delay:275.3s;-o-animation-delay:275.3s;animation-delay:275.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2754){-webkit-animation-delay:275.4s;-moz-animation-delay:275.4s;-o-animation-delay:275.4s;animation-delay:275.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2755){-webkit-animation-delay:275.5s;-moz-animation-delay:275.5s;-o-animation-delay:275.5s;animation-delay:275.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2756){-webkit-animation-delay:275.6s;-moz-animation-delay:275.6s;-o-animation-delay:275.6s;animation-delay:275.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2757){-webkit-animation-delay:275.7s;-moz-animation-delay:275.7s;-o-animation-delay:275.7s;animation-delay:275.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2758){-webkit-animation-delay:275.8s;-moz-animation-delay:275.8s;-o-animation-delay:275.8s;animation-delay:275.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2759){-webkit-animation-delay:275.9s;-moz-animation-delay:275.9s;-o-animation-delay:275.9s;animation-delay:275.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2760){-webkit-animation-delay:276s;-moz-animation-delay:276s;-o-animation-delay:276s;animation-delay:276s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2761){-webkit-animation-delay:276.1s;-moz-animation-delay:276.1s;-o-animation-delay:276.1s;animation-delay:276.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2762){-webkit-animation-delay:276.2s;-moz-animation-delay:276.2s;-o-animation-delay:276.2s;animation-delay:276.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2763){-webkit-animation-delay:276.3s;-moz-animation-delay:276.3s;-o-animation-delay:276.3s;animation-delay:276.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2764){-webkit-animation-delay:276.4s;-moz-animation-delay:276.4s;-o-animation-delay:276.4s;animation-delay:276.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2765){-webkit-animation-delay:276.5s;-moz-animation-delay:276.5s;-o-animation-delay:276.5s;animation-delay:276.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2766){-webkit-animation-delay:276.6s;-moz-animation-delay:276.6s;-o-animation-delay:276.6s;animation-delay:276.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2767){-webkit-animation-delay:276.7s;-moz-animation-delay:276.7s;-o-animation-delay:276.7s;animation-delay:276.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2768){-webkit-animation-delay:276.8s;-moz-animation-delay:276.8s;-o-animation-delay:276.8s;animation-delay:276.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2769){-webkit-animation-delay:276.9s;-moz-animation-delay:276.9s;-o-animation-delay:276.9s;animation-delay:276.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2770){-webkit-animation-delay:277s;-moz-animation-delay:277s;-o-animation-delay:277s;animation-delay:277s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2771){-webkit-animation-delay:277.1s;-moz-animation-delay:277.1s;-o-animation-delay:277.1s;animation-delay:277.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2772){-webkit-animation-delay:277.2s;-moz-animation-delay:277.2s;-o-animation-delay:277.2s;animation-delay:277.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2773){-webkit-animation-delay:277.3s;-moz-animation-delay:277.3s;-o-animation-delay:277.3s;animation-delay:277.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2774){-webkit-animation-delay:277.4s;-moz-animation-delay:277.4s;-o-animation-delay:277.4s;animation-delay:277.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2775){-webkit-animation-delay:277.5s;-moz-animation-delay:277.5s;-o-animation-delay:277.5s;animation-delay:277.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2776){-webkit-animation-delay:277.6s;-moz-animation-delay:277.6s;-o-animation-delay:277.6s;animation-delay:277.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2777){-webkit-animation-delay:277.7s;-moz-animation-delay:277.7s;-o-animation-delay:277.7s;animation-delay:277.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2778){-webkit-animation-delay:277.8s;-moz-animation-delay:277.8s;-o-animation-delay:277.8s;animation-delay:277.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2779){-webkit-animation-delay:277.9s;-moz-animation-delay:277.9s;-o-animation-delay:277.9s;animation-delay:277.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2780){-webkit-animation-delay:278s;-moz-animation-delay:278s;-o-animation-delay:278s;animation-delay:278s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2781){-webkit-animation-delay:278.1s;-moz-animation-delay:278.1s;-o-animation-delay:278.1s;animation-delay:278.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2782){-webkit-animation-delay:278.2s;-moz-animation-delay:278.2s;-o-animation-delay:278.2s;animation-delay:278.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2783){-webkit-animation-delay:278.3s;-moz-animation-delay:278.3s;-o-animation-delay:278.3s;animation-delay:278.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2784){-webkit-animation-delay:278.4s;-moz-animation-delay:278.4s;-o-animation-delay:278.4s;animation-delay:278.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2785){-webkit-animation-delay:278.5s;-moz-animation-delay:278.5s;-o-animation-delay:278.5s;animation-delay:278.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2786){-webkit-animation-delay:278.6s;-moz-animation-delay:278.6s;-o-animation-delay:278.6s;animation-delay:278.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2787){-webkit-animation-delay:278.7s;-moz-animation-delay:278.7s;-o-animation-delay:278.7s;animation-delay:278.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2788){-webkit-animation-delay:278.8s;-moz-animation-delay:278.8s;-o-animation-delay:278.8s;animation-delay:278.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2789){-webkit-animation-delay:278.9s;-moz-animation-delay:278.9s;-o-animation-delay:278.9s;animation-delay:278.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2790){-webkit-animation-delay:279s;-moz-animation-delay:279s;-o-animation-delay:279s;animation-delay:279s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2791){-webkit-animation-delay:279.1s;-moz-animation-delay:279.1s;-o-animation-delay:279.1s;animation-delay:279.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2792){-webkit-animation-delay:279.2s;-moz-animation-delay:279.2s;-o-animation-delay:279.2s;animation-delay:279.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2793){-webkit-animation-delay:279.3s;-moz-animation-delay:279.3s;-o-animation-delay:279.3s;animation-delay:279.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2794){-webkit-animation-delay:279.4s;-moz-animation-delay:279.4s;-o-animation-delay:279.4s;animation-delay:279.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2795){-webkit-animation-delay:279.5s;-moz-animation-delay:279.5s;-o-animation-delay:279.5s;animation-delay:279.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2796){-webkit-animation-delay:279.6s;-moz-animation-delay:279.6s;-o-animation-delay:279.6s;animation-delay:279.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2797){-webkit-animation-delay:279.7s;-moz-animation-delay:279.7s;-o-animation-delay:279.7s;animation-delay:279.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2798){-webkit-animation-delay:279.8s;-moz-animation-delay:279.8s;-o-animation-delay:279.8s;animation-delay:279.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2799){-webkit-animation-delay:279.9s;-moz-animation-delay:279.9s;-o-animation-delay:279.9s;animation-delay:279.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2800){-webkit-animation-delay:280s;-moz-animation-delay:280s;-o-animation-delay:280s;animation-delay:280s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2801){-webkit-animation-delay:280.1s;-moz-animation-delay:280.1s;-o-animation-delay:280.1s;animation-delay:280.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2802){-webkit-animation-delay:280.2s;-moz-animation-delay:280.2s;-o-animation-delay:280.2s;animation-delay:280.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2803){-webkit-animation-delay:280.3s;-moz-animation-delay:280.3s;-o-animation-delay:280.3s;animation-delay:280.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2804){-webkit-animation-delay:280.4s;-moz-animation-delay:280.4s;-o-animation-delay:280.4s;animation-delay:280.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2805){-webkit-animation-delay:280.5s;-moz-animation-delay:280.5s;-o-animation-delay:280.5s;animation-delay:280.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2806){-webkit-animation-delay:280.6s;-moz-animation-delay:280.6s;-o-animation-delay:280.6s;animation-delay:280.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2807){-webkit-animation-delay:280.7s;-moz-animation-delay:280.7s;-o-animation-delay:280.7s;animation-delay:280.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2808){-webkit-animation-delay:280.8s;-moz-animation-delay:280.8s;-o-animation-delay:280.8s;animation-delay:280.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2809){-webkit-animation-delay:280.9s;-moz-animation-delay:280.9s;-o-animation-delay:280.9s;animation-delay:280.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2810){-webkit-animation-delay:281s;-moz-animation-delay:281s;-o-animation-delay:281s;animation-delay:281s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2811){-webkit-animation-delay:281.1s;-moz-animation-delay:281.1s;-o-animation-delay:281.1s;animation-delay:281.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2812){-webkit-animation-delay:281.2s;-moz-animation-delay:281.2s;-o-animation-delay:281.2s;animation-delay:281.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2813){-webkit-animation-delay:281.3s;-moz-animation-delay:281.3s;-o-animation-delay:281.3s;animation-delay:281.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2814){-webkit-animation-delay:281.4s;-moz-animation-delay:281.4s;-o-animation-delay:281.4s;animation-delay:281.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2815){-webkit-animation-delay:281.5s;-moz-animation-delay:281.5s;-o-animation-delay:281.5s;animation-delay:281.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2816){-webkit-animation-delay:281.6s;-moz-animation-delay:281.6s;-o-animation-delay:281.6s;animation-delay:281.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2817){-webkit-animation-delay:281.7s;-moz-animation-delay:281.7s;-o-animation-delay:281.7s;animation-delay:281.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2818){-webkit-animation-delay:281.8s;-moz-animation-delay:281.8s;-o-animation-delay:281.8s;animation-delay:281.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2819){-webkit-animation-delay:281.9s;-moz-animation-delay:281.9s;-o-animation-delay:281.9s;animation-delay:281.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2820){-webkit-animation-delay:282s;-moz-animation-delay:282s;-o-animation-delay:282s;animation-delay:282s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2821){-webkit-animation-delay:282.1s;-moz-animation-delay:282.1s;-o-animation-delay:282.1s;animation-delay:282.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2822){-webkit-animation-delay:282.2s;-moz-animation-delay:282.2s;-o-animation-delay:282.2s;animation-delay:282.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2823){-webkit-animation-delay:282.3s;-moz-animation-delay:282.3s;-o-animation-delay:282.3s;animation-delay:282.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2824){-webkit-animation-delay:282.4s;-moz-animation-delay:282.4s;-o-animation-delay:282.4s;animation-delay:282.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2825){-webkit-animation-delay:282.5s;-moz-animation-delay:282.5s;-o-animation-delay:282.5s;animation-delay:282.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2826){-webkit-animation-delay:282.6s;-moz-animation-delay:282.6s;-o-animation-delay:282.6s;animation-delay:282.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2827){-webkit-animation-delay:282.7s;-moz-animation-delay:282.7s;-o-animation-delay:282.7s;animation-delay:282.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2828){-webkit-animation-delay:282.8s;-moz-animation-delay:282.8s;-o-animation-delay:282.8s;animation-delay:282.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2829){-webkit-animation-delay:282.9s;-moz-animation-delay:282.9s;-o-animation-delay:282.9s;animation-delay:282.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2830){-webkit-animation-delay:283s;-moz-animation-delay:283s;-o-animation-delay:283s;animation-delay:283s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2831){-webkit-animation-delay:283.1s;-moz-animation-delay:283.1s;-o-animation-delay:283.1s;animation-delay:283.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2832){-webkit-animation-delay:283.2s;-moz-animation-delay:283.2s;-o-animation-delay:283.2s;animation-delay:283.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2833){-webkit-animation-delay:283.3s;-moz-animation-delay:283.3s;-o-animation-delay:283.3s;animation-delay:283.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2834){-webkit-animation-delay:283.4s;-moz-animation-delay:283.4s;-o-animation-delay:283.4s;animation-delay:283.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2835){-webkit-animation-delay:283.5s;-moz-animation-delay:283.5s;-o-animation-delay:283.5s;animation-delay:283.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2836){-webkit-animation-delay:283.6s;-moz-animation-delay:283.6s;-o-animation-delay:283.6s;animation-delay:283.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2837){-webkit-animation-delay:283.7s;-moz-animation-delay:283.7s;-o-animation-delay:283.7s;animation-delay:283.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2838){-webkit-animation-delay:283.8s;-moz-animation-delay:283.8s;-o-animation-delay:283.8s;animation-delay:283.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2839){-webkit-animation-delay:283.9s;-moz-animation-delay:283.9s;-o-animation-delay:283.9s;animation-delay:283.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2840){-webkit-animation-delay:284s;-moz-animation-delay:284s;-o-animation-delay:284s;animation-delay:284s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2841){-webkit-animation-delay:284.1s;-moz-animation-delay:284.1s;-o-animation-delay:284.1s;animation-delay:284.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2842){-webkit-animation-delay:284.2s;-moz-animation-delay:284.2s;-o-animation-delay:284.2s;animation-delay:284.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2843){-webkit-animation-delay:284.3s;-moz-animation-delay:284.3s;-o-animation-delay:284.3s;animation-delay:284.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2844){-webkit-animation-delay:284.4s;-moz-animation-delay:284.4s;-o-animation-delay:284.4s;animation-delay:284.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2845){-webkit-animation-delay:284.5s;-moz-animation-delay:284.5s;-o-animation-delay:284.5s;animation-delay:284.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2846){-webkit-animation-delay:284.6s;-moz-animation-delay:284.6s;-o-animation-delay:284.6s;animation-delay:284.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2847){-webkit-animation-delay:284.7s;-moz-animation-delay:284.7s;-o-animation-delay:284.7s;animation-delay:284.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2848){-webkit-animation-delay:284.8s;-moz-animation-delay:284.8s;-o-animation-delay:284.8s;animation-delay:284.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2849){-webkit-animation-delay:284.9s;-moz-animation-delay:284.9s;-o-animation-delay:284.9s;animation-delay:284.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2850){-webkit-animation-delay:285s;-moz-animation-delay:285s;-o-animation-delay:285s;animation-delay:285s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2851){-webkit-animation-delay:285.1s;-moz-animation-delay:285.1s;-o-animation-delay:285.1s;animation-delay:285.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2852){-webkit-animation-delay:285.2s;-moz-animation-delay:285.2s;-o-animation-delay:285.2s;animation-delay:285.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2853){-webkit-animation-delay:285.3s;-moz-animation-delay:285.3s;-o-animation-delay:285.3s;animation-delay:285.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2854){-webkit-animation-delay:285.4s;-moz-animation-delay:285.4s;-o-animation-delay:285.4s;animation-delay:285.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2855){-webkit-animation-delay:285.5s;-moz-animation-delay:285.5s;-o-animation-delay:285.5s;animation-delay:285.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2856){-webkit-animation-delay:285.6s;-moz-animation-delay:285.6s;-o-animation-delay:285.6s;animation-delay:285.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2857){-webkit-animation-delay:285.7s;-moz-animation-delay:285.7s;-o-animation-delay:285.7s;animation-delay:285.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2858){-webkit-animation-delay:285.8s;-moz-animation-delay:285.8s;-o-animation-delay:285.8s;animation-delay:285.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2859){-webkit-animation-delay:285.9s;-moz-animation-delay:285.9s;-o-animation-delay:285.9s;animation-delay:285.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2860){-webkit-animation-delay:286s;-moz-animation-delay:286s;-o-animation-delay:286s;animation-delay:286s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2861){-webkit-animation-delay:286.1s;-moz-animation-delay:286.1s;-o-animation-delay:286.1s;animation-delay:286.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2862){-webkit-animation-delay:286.2s;-moz-animation-delay:286.2s;-o-animation-delay:286.2s;animation-delay:286.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2863){-webkit-animation-delay:286.3s;-moz-animation-delay:286.3s;-o-animation-delay:286.3s;animation-delay:286.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2864){-webkit-animation-delay:286.4s;-moz-animation-delay:286.4s;-o-animation-delay:286.4s;animation-delay:286.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2865){-webkit-animation-delay:286.5s;-moz-animation-delay:286.5s;-o-animation-delay:286.5s;animation-delay:286.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2866){-webkit-animation-delay:286.6s;-moz-animation-delay:286.6s;-o-animation-delay:286.6s;animation-delay:286.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2867){-webkit-animation-delay:286.7s;-moz-animation-delay:286.7s;-o-animation-delay:286.7s;animation-delay:286.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2868){-webkit-animation-delay:286.8s;-moz-animation-delay:286.8s;-o-animation-delay:286.8s;animation-delay:286.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2869){-webkit-animation-delay:286.9s;-moz-animation-delay:286.9s;-o-animation-delay:286.9s;animation-delay:286.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2870){-webkit-animation-delay:287s;-moz-animation-delay:287s;-o-animation-delay:287s;animation-delay:287s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2871){-webkit-animation-delay:287.1s;-moz-animation-delay:287.1s;-o-animation-delay:287.1s;animation-delay:287.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2872){-webkit-animation-delay:287.2s;-moz-animation-delay:287.2s;-o-animation-delay:287.2s;animation-delay:287.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2873){-webkit-animation-delay:287.3s;-moz-animation-delay:287.3s;-o-animation-delay:287.3s;animation-delay:287.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2874){-webkit-animation-delay:287.4s;-moz-animation-delay:287.4s;-o-animation-delay:287.4s;animation-delay:287.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2875){-webkit-animation-delay:287.5s;-moz-animation-delay:287.5s;-o-animation-delay:287.5s;animation-delay:287.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2876){-webkit-animation-delay:287.6s;-moz-animation-delay:287.6s;-o-animation-delay:287.6s;animation-delay:287.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2877){-webkit-animation-delay:287.7s;-moz-animation-delay:287.7s;-o-animation-delay:287.7s;animation-delay:287.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2878){-webkit-animation-delay:287.8s;-moz-animation-delay:287.8s;-o-animation-delay:287.8s;animation-delay:287.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2879){-webkit-animation-delay:287.9s;-moz-animation-delay:287.9s;-o-animation-delay:287.9s;animation-delay:287.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2880){-webkit-animation-delay:288s;-moz-animation-delay:288s;-o-animation-delay:288s;animation-delay:288s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2881){-webkit-animation-delay:288.1s;-moz-animation-delay:288.1s;-o-animation-delay:288.1s;animation-delay:288.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2882){-webkit-animation-delay:288.2s;-moz-animation-delay:288.2s;-o-animation-delay:288.2s;animation-delay:288.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2883){-webkit-animation-delay:288.3s;-moz-animation-delay:288.3s;-o-animation-delay:288.3s;animation-delay:288.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2884){-webkit-animation-delay:288.4s;-moz-animation-delay:288.4s;-o-animation-delay:288.4s;animation-delay:288.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2885){-webkit-animation-delay:288.5s;-moz-animation-delay:288.5s;-o-animation-delay:288.5s;animation-delay:288.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2886){-webkit-animation-delay:288.6s;-moz-animation-delay:288.6s;-o-animation-delay:288.6s;animation-delay:288.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2887){-webkit-animation-delay:288.7s;-moz-animation-delay:288.7s;-o-animation-delay:288.7s;animation-delay:288.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2888){-webkit-animation-delay:288.8s;-moz-animation-delay:288.8s;-o-animation-delay:288.8s;animation-delay:288.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2889){-webkit-animation-delay:288.9s;-moz-animation-delay:288.9s;-o-animation-delay:288.9s;animation-delay:288.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2890){-webkit-animation-delay:289s;-moz-animation-delay:289s;-o-animation-delay:289s;animation-delay:289s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2891){-webkit-animation-delay:289.1s;-moz-animation-delay:289.1s;-o-animation-delay:289.1s;animation-delay:289.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2892){-webkit-animation-delay:289.2s;-moz-animation-delay:289.2s;-o-animation-delay:289.2s;animation-delay:289.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2893){-webkit-animation-delay:289.3s;-moz-animation-delay:289.3s;-o-animation-delay:289.3s;animation-delay:289.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2894){-webkit-animation-delay:289.4s;-moz-animation-delay:289.4s;-o-animation-delay:289.4s;animation-delay:289.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2895){-webkit-animation-delay:289.5s;-moz-animation-delay:289.5s;-o-animation-delay:289.5s;animation-delay:289.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2896){-webkit-animation-delay:289.6s;-moz-animation-delay:289.6s;-o-animation-delay:289.6s;animation-delay:289.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2897){-webkit-animation-delay:289.7s;-moz-animation-delay:289.7s;-o-animation-delay:289.7s;animation-delay:289.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2898){-webkit-animation-delay:289.8s;-moz-animation-delay:289.8s;-o-animation-delay:289.8s;animation-delay:289.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2899){-webkit-animation-delay:289.9s;-moz-animation-delay:289.9s;-o-animation-delay:289.9s;animation-delay:289.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2900){-webkit-animation-delay:290s;-moz-animation-delay:290s;-o-animation-delay:290s;animation-delay:290s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2901){-webkit-animation-delay:290.1s;-moz-animation-delay:290.1s;-o-animation-delay:290.1s;animation-delay:290.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2902){-webkit-animation-delay:290.2s;-moz-animation-delay:290.2s;-o-animation-delay:290.2s;animation-delay:290.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2903){-webkit-animation-delay:290.3s;-moz-animation-delay:290.3s;-o-animation-delay:290.3s;animation-delay:290.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2904){-webkit-animation-delay:290.4s;-moz-animation-delay:290.4s;-o-animation-delay:290.4s;animation-delay:290.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2905){-webkit-animation-delay:290.5s;-moz-animation-delay:290.5s;-o-animation-delay:290.5s;animation-delay:290.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2906){-webkit-animation-delay:290.6s;-moz-animation-delay:290.6s;-o-animation-delay:290.6s;animation-delay:290.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2907){-webkit-animation-delay:290.7s;-moz-animation-delay:290.7s;-o-animation-delay:290.7s;animation-delay:290.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2908){-webkit-animation-delay:290.8s;-moz-animation-delay:290.8s;-o-animation-delay:290.8s;animation-delay:290.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2909){-webkit-animation-delay:290.9s;-moz-animation-delay:290.9s;-o-animation-delay:290.9s;animation-delay:290.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2910){-webkit-animation-delay:291s;-moz-animation-delay:291s;-o-animation-delay:291s;animation-delay:291s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2911){-webkit-animation-delay:291.1s;-moz-animation-delay:291.1s;-o-animation-delay:291.1s;animation-delay:291.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2912){-webkit-animation-delay:291.2s;-moz-animation-delay:291.2s;-o-animation-delay:291.2s;animation-delay:291.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2913){-webkit-animation-delay:291.3s;-moz-animation-delay:291.3s;-o-animation-delay:291.3s;animation-delay:291.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2914){-webkit-animation-delay:291.4s;-moz-animation-delay:291.4s;-o-animation-delay:291.4s;animation-delay:291.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2915){-webkit-animation-delay:291.5s;-moz-animation-delay:291.5s;-o-animation-delay:291.5s;animation-delay:291.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2916){-webkit-animation-delay:291.6s;-moz-animation-delay:291.6s;-o-animation-delay:291.6s;animation-delay:291.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2917){-webkit-animation-delay:291.7s;-moz-animation-delay:291.7s;-o-animation-delay:291.7s;animation-delay:291.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2918){-webkit-animation-delay:291.8s;-moz-animation-delay:291.8s;-o-animation-delay:291.8s;animation-delay:291.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2919){-webkit-animation-delay:291.9s;-moz-animation-delay:291.9s;-o-animation-delay:291.9s;animation-delay:291.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2920){-webkit-animation-delay:292s;-moz-animation-delay:292s;-o-animation-delay:292s;animation-delay:292s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2921){-webkit-animation-delay:292.1s;-moz-animation-delay:292.1s;-o-animation-delay:292.1s;animation-delay:292.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2922){-webkit-animation-delay:292.2s;-moz-animation-delay:292.2s;-o-animation-delay:292.2s;animation-delay:292.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2923){-webkit-animation-delay:292.3s;-moz-animation-delay:292.3s;-o-animation-delay:292.3s;animation-delay:292.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2924){-webkit-animation-delay:292.4s;-moz-animation-delay:292.4s;-o-animation-delay:292.4s;animation-delay:292.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2925){-webkit-animation-delay:292.5s;-moz-animation-delay:292.5s;-o-animation-delay:292.5s;animation-delay:292.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2926){-webkit-animation-delay:292.6s;-moz-animation-delay:292.6s;-o-animation-delay:292.6s;animation-delay:292.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2927){-webkit-animation-delay:292.7s;-moz-animation-delay:292.7s;-o-animation-delay:292.7s;animation-delay:292.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2928){-webkit-animation-delay:292.8s;-moz-animation-delay:292.8s;-o-animation-delay:292.8s;animation-delay:292.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2929){-webkit-animation-delay:292.9s;-moz-animation-delay:292.9s;-o-animation-delay:292.9s;animation-delay:292.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2930){-webkit-animation-delay:293s;-moz-animation-delay:293s;-o-animation-delay:293s;animation-delay:293s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2931){-webkit-animation-delay:293.1s;-moz-animation-delay:293.1s;-o-animation-delay:293.1s;animation-delay:293.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2932){-webkit-animation-delay:293.2s;-moz-animation-delay:293.2s;-o-animation-delay:293.2s;animation-delay:293.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2933){-webkit-animation-delay:293.3s;-moz-animation-delay:293.3s;-o-animation-delay:293.3s;animation-delay:293.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2934){-webkit-animation-delay:293.4s;-moz-animation-delay:293.4s;-o-animation-delay:293.4s;animation-delay:293.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2935){-webkit-animation-delay:293.5s;-moz-animation-delay:293.5s;-o-animation-delay:293.5s;animation-delay:293.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2936){-webkit-animation-delay:293.6s;-moz-animation-delay:293.6s;-o-animation-delay:293.6s;animation-delay:293.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2937){-webkit-animation-delay:293.7s;-moz-animation-delay:293.7s;-o-animation-delay:293.7s;animation-delay:293.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2938){-webkit-animation-delay:293.8s;-moz-animation-delay:293.8s;-o-animation-delay:293.8s;animation-delay:293.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2939){-webkit-animation-delay:293.9s;-moz-animation-delay:293.9s;-o-animation-delay:293.9s;animation-delay:293.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2940){-webkit-animation-delay:294s;-moz-animation-delay:294s;-o-animation-delay:294s;animation-delay:294s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2941){-webkit-animation-delay:294.1s;-moz-animation-delay:294.1s;-o-animation-delay:294.1s;animation-delay:294.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2942){-webkit-animation-delay:294.2s;-moz-animation-delay:294.2s;-o-animation-delay:294.2s;animation-delay:294.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2943){-webkit-animation-delay:294.3s;-moz-animation-delay:294.3s;-o-animation-delay:294.3s;animation-delay:294.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2944){-webkit-animation-delay:294.4s;-moz-animation-delay:294.4s;-o-animation-delay:294.4s;animation-delay:294.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2945){-webkit-animation-delay:294.5s;-moz-animation-delay:294.5s;-o-animation-delay:294.5s;animation-delay:294.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2946){-webkit-animation-delay:294.6s;-moz-animation-delay:294.6s;-o-animation-delay:294.6s;animation-delay:294.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2947){-webkit-animation-delay:294.7s;-moz-animation-delay:294.7s;-o-animation-delay:294.7s;animation-delay:294.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2948){-webkit-animation-delay:294.8s;-moz-animation-delay:294.8s;-o-animation-delay:294.8s;animation-delay:294.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2949){-webkit-animation-delay:294.9s;-moz-animation-delay:294.9s;-o-animation-delay:294.9s;animation-delay:294.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2950){-webkit-animation-delay:295s;-moz-animation-delay:295s;-o-animation-delay:295s;animation-delay:295s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2951){-webkit-animation-delay:295.1s;-moz-animation-delay:295.1s;-o-animation-delay:295.1s;animation-delay:295.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2952){-webkit-animation-delay:295.2s;-moz-animation-delay:295.2s;-o-animation-delay:295.2s;animation-delay:295.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2953){-webkit-animation-delay:295.3s;-moz-animation-delay:295.3s;-o-animation-delay:295.3s;animation-delay:295.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2954){-webkit-animation-delay:295.4s;-moz-animation-delay:295.4s;-o-animation-delay:295.4s;animation-delay:295.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2955){-webkit-animation-delay:295.5s;-moz-animation-delay:295.5s;-o-animation-delay:295.5s;animation-delay:295.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2956){-webkit-animation-delay:295.6s;-moz-animation-delay:295.6s;-o-animation-delay:295.6s;animation-delay:295.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2957){-webkit-animation-delay:295.7s;-moz-animation-delay:295.7s;-o-animation-delay:295.7s;animation-delay:295.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2958){-webkit-animation-delay:295.8s;-moz-animation-delay:295.8s;-o-animation-delay:295.8s;animation-delay:295.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2959){-webkit-animation-delay:295.9s;-moz-animation-delay:295.9s;-o-animation-delay:295.9s;animation-delay:295.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2960){-webkit-animation-delay:296s;-moz-animation-delay:296s;-o-animation-delay:296s;animation-delay:296s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2961){-webkit-animation-delay:296.1s;-moz-animation-delay:296.1s;-o-animation-delay:296.1s;animation-delay:296.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2962){-webkit-animation-delay:296.2s;-moz-animation-delay:296.2s;-o-animation-delay:296.2s;animation-delay:296.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2963){-webkit-animation-delay:296.3s;-moz-animation-delay:296.3s;-o-animation-delay:296.3s;animation-delay:296.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2964){-webkit-animation-delay:296.4s;-moz-animation-delay:296.4s;-o-animation-delay:296.4s;animation-delay:296.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2965){-webkit-animation-delay:296.5s;-moz-animation-delay:296.5s;-o-animation-delay:296.5s;animation-delay:296.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2966){-webkit-animation-delay:296.6s;-moz-animation-delay:296.6s;-o-animation-delay:296.6s;animation-delay:296.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2967){-webkit-animation-delay:296.7s;-moz-animation-delay:296.7s;-o-animation-delay:296.7s;animation-delay:296.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2968){-webkit-animation-delay:296.8s;-moz-animation-delay:296.8s;-o-animation-delay:296.8s;animation-delay:296.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2969){-webkit-animation-delay:296.9s;-moz-animation-delay:296.9s;-o-animation-delay:296.9s;animation-delay:296.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2970){-webkit-animation-delay:297s;-moz-animation-delay:297s;-o-animation-delay:297s;animation-delay:297s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2971){-webkit-animation-delay:297.1s;-moz-animation-delay:297.1s;-o-animation-delay:297.1s;animation-delay:297.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2972){-webkit-animation-delay:297.2s;-moz-animation-delay:297.2s;-o-animation-delay:297.2s;animation-delay:297.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2973){-webkit-animation-delay:297.3s;-moz-animation-delay:297.3s;-o-animation-delay:297.3s;animation-delay:297.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2974){-webkit-animation-delay:297.4s;-moz-animation-delay:297.4s;-o-animation-delay:297.4s;animation-delay:297.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2975){-webkit-animation-delay:297.5s;-moz-animation-delay:297.5s;-o-animation-delay:297.5s;animation-delay:297.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2976){-webkit-animation-delay:297.6s;-moz-animation-delay:297.6s;-o-animation-delay:297.6s;animation-delay:297.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2977){-webkit-animation-delay:297.7s;-moz-animation-delay:297.7s;-o-animation-delay:297.7s;animation-delay:297.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2978){-webkit-animation-delay:297.8s;-moz-animation-delay:297.8s;-o-animation-delay:297.8s;animation-delay:297.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2979){-webkit-animation-delay:297.9s;-moz-animation-delay:297.9s;-o-animation-delay:297.9s;animation-delay:297.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2980){-webkit-animation-delay:298s;-moz-animation-delay:298s;-o-animation-delay:298s;animation-delay:298s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2981){-webkit-animation-delay:298.1s;-moz-animation-delay:298.1s;-o-animation-delay:298.1s;animation-delay:298.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2982){-webkit-animation-delay:298.2s;-moz-animation-delay:298.2s;-o-animation-delay:298.2s;animation-delay:298.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2983){-webkit-animation-delay:298.3s;-moz-animation-delay:298.3s;-o-animation-delay:298.3s;animation-delay:298.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2984){-webkit-animation-delay:298.4s;-moz-animation-delay:298.4s;-o-animation-delay:298.4s;animation-delay:298.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2985){-webkit-animation-delay:298.5s;-moz-animation-delay:298.5s;-o-animation-delay:298.5s;animation-delay:298.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2986){-webkit-animation-delay:298.6s;-moz-animation-delay:298.6s;-o-animation-delay:298.6s;animation-delay:298.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2987){-webkit-animation-delay:298.7s;-moz-animation-delay:298.7s;-o-animation-delay:298.7s;animation-delay:298.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2988){-webkit-animation-delay:298.8s;-moz-animation-delay:298.8s;-o-animation-delay:298.8s;animation-delay:298.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2989){-webkit-animation-delay:298.9s;-moz-animation-delay:298.9s;-o-animation-delay:298.9s;animation-delay:298.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2990){-webkit-animation-delay:299s;-moz-animation-delay:299s;-o-animation-delay:299s;animation-delay:299s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2991){-webkit-animation-delay:299.1s;-moz-animation-delay:299.1s;-o-animation-delay:299.1s;animation-delay:299.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2992){-webkit-animation-delay:299.2s;-moz-animation-delay:299.2s;-o-animation-delay:299.2s;animation-delay:299.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2993){-webkit-animation-delay:299.3s;-moz-animation-delay:299.3s;-o-animation-delay:299.3s;animation-delay:299.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2994){-webkit-animation-delay:299.4s;-moz-animation-delay:299.4s;-o-animation-delay:299.4s;animation-delay:299.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2995){-webkit-animation-delay:299.5s;-moz-animation-delay:299.5s;-o-animation-delay:299.5s;animation-delay:299.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2996){-webkit-animation-delay:299.6s;-moz-animation-delay:299.6s;-o-animation-delay:299.6s;animation-delay:299.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2997){-webkit-animation-delay:299.7s;-moz-animation-delay:299.7s;-o-animation-delay:299.7s;animation-delay:299.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2998){-webkit-animation-delay:299.8s;-moz-animation-delay:299.8s;-o-animation-delay:299.8s;animation-delay:299.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2999){-webkit-animation-delay:299.9s;-moz-animation-delay:299.9s;-o-animation-delay:299.9s;animation-delay:299.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3000){-webkit-animation-delay:300s;-moz-animation-delay:300s;-o-animation-delay:300s;animation-delay:300s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3001){-webkit-animation-delay:300.1s;-moz-animation-delay:300.1s;-o-animation-delay:300.1s;animation-delay:300.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3002){-webkit-animation-delay:300.2s;-moz-animation-delay:300.2s;-o-animation-delay:300.2s;animation-delay:300.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3003){-webkit-animation-delay:300.3s;-moz-animation-delay:300.3s;-o-animation-delay:300.3s;animation-delay:300.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3004){-webkit-animation-delay:300.4s;-moz-animation-delay:300.4s;-o-animation-delay:300.4s;animation-delay:300.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3005){-webkit-animation-delay:300.5s;-moz-animation-delay:300.5s;-o-animation-delay:300.5s;animation-delay:300.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3006){-webkit-animation-delay:300.6s;-moz-animation-delay:300.6s;-o-animation-delay:300.6s;animation-delay:300.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3007){-webkit-animation-delay:300.7s;-moz-animation-delay:300.7s;-o-animation-delay:300.7s;animation-delay:300.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3008){-webkit-animation-delay:300.8s;-moz-animation-delay:300.8s;-o-animation-delay:300.8s;animation-delay:300.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3009){-webkit-animation-delay:300.9s;-moz-animation-delay:300.9s;-o-animation-delay:300.9s;animation-delay:300.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3010){-webkit-animation-delay:301s;-moz-animation-delay:301s;-o-animation-delay:301s;animation-delay:301s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3011){-webkit-animation-delay:301.1s;-moz-animation-delay:301.1s;-o-animation-delay:301.1s;animation-delay:301.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3012){-webkit-animation-delay:301.2s;-moz-animation-delay:301.2s;-o-animation-delay:301.2s;animation-delay:301.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3013){-webkit-animation-delay:301.3s;-moz-animation-delay:301.3s;-o-animation-delay:301.3s;animation-delay:301.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3014){-webkit-animation-delay:301.4s;-moz-animation-delay:301.4s;-o-animation-delay:301.4s;animation-delay:301.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3015){-webkit-animation-delay:301.5s;-moz-animation-delay:301.5s;-o-animation-delay:301.5s;animation-delay:301.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3016){-webkit-animation-delay:301.6s;-moz-animation-delay:301.6s;-o-animation-delay:301.6s;animation-delay:301.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3017){-webkit-animation-delay:301.7s;-moz-animation-delay:301.7s;-o-animation-delay:301.7s;animation-delay:301.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3018){-webkit-animation-delay:301.8s;-moz-animation-delay:301.8s;-o-animation-delay:301.8s;animation-delay:301.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3019){-webkit-animation-delay:301.9s;-moz-animation-delay:301.9s;-o-animation-delay:301.9s;animation-delay:301.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3020){-webkit-animation-delay:302s;-moz-animation-delay:302s;-o-animation-delay:302s;animation-delay:302s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3021){-webkit-animation-delay:302.1s;-moz-animation-delay:302.1s;-o-animation-delay:302.1s;animation-delay:302.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3022){-webkit-animation-delay:302.2s;-moz-animation-delay:302.2s;-o-animation-delay:302.2s;animation-delay:302.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3023){-webkit-animation-delay:302.3s;-moz-animation-delay:302.3s;-o-animation-delay:302.3s;animation-delay:302.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3024){-webkit-animation-delay:302.4s;-moz-animation-delay:302.4s;-o-animation-delay:302.4s;animation-delay:302.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3025){-webkit-animation-delay:302.5s;-moz-animation-delay:302.5s;-o-animation-delay:302.5s;animation-delay:302.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3026){-webkit-animation-delay:302.6s;-moz-animation-delay:302.6s;-o-animation-delay:302.6s;animation-delay:302.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3027){-webkit-animation-delay:302.7s;-moz-animation-delay:302.7s;-o-animation-delay:302.7s;animation-delay:302.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3028){-webkit-animation-delay:302.8s;-moz-animation-delay:302.8s;-o-animation-delay:302.8s;animation-delay:302.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3029){-webkit-animation-delay:302.9s;-moz-animation-delay:302.9s;-o-animation-delay:302.9s;animation-delay:302.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3030){-webkit-animation-delay:303s;-moz-animation-delay:303s;-o-animation-delay:303s;animation-delay:303s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3031){-webkit-animation-delay:303.1s;-moz-animation-delay:303.1s;-o-animation-delay:303.1s;animation-delay:303.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3032){-webkit-animation-delay:303.2s;-moz-animation-delay:303.2s;-o-animation-delay:303.2s;animation-delay:303.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3033){-webkit-animation-delay:303.3s;-moz-animation-delay:303.3s;-o-animation-delay:303.3s;animation-delay:303.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3034){-webkit-animation-delay:303.4s;-moz-animation-delay:303.4s;-o-animation-delay:303.4s;animation-delay:303.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3035){-webkit-animation-delay:303.5s;-moz-animation-delay:303.5s;-o-animation-delay:303.5s;animation-delay:303.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3036){-webkit-animation-delay:303.6s;-moz-animation-delay:303.6s;-o-animation-delay:303.6s;animation-delay:303.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3037){-webkit-animation-delay:303.7s;-moz-animation-delay:303.7s;-o-animation-delay:303.7s;animation-delay:303.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3038){-webkit-animation-delay:303.8s;-moz-animation-delay:303.8s;-o-animation-delay:303.8s;animation-delay:303.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3039){-webkit-animation-delay:303.9s;-moz-animation-delay:303.9s;-o-animation-delay:303.9s;animation-delay:303.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3040){-webkit-animation-delay:304s;-moz-animation-delay:304s;-o-animation-delay:304s;animation-delay:304s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3041){-webkit-animation-delay:304.1s;-moz-animation-delay:304.1s;-o-animation-delay:304.1s;animation-delay:304.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3042){-webkit-animation-delay:304.2s;-moz-animation-delay:304.2s;-o-animation-delay:304.2s;animation-delay:304.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3043){-webkit-animation-delay:304.3s;-moz-animation-delay:304.3s;-o-animation-delay:304.3s;animation-delay:304.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3044){-webkit-animation-delay:304.4s;-moz-animation-delay:304.4s;-o-animation-delay:304.4s;animation-delay:304.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3045){-webkit-animation-delay:304.5s;-moz-animation-delay:304.5s;-o-animation-delay:304.5s;animation-delay:304.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3046){-webkit-animation-delay:304.6s;-moz-animation-delay:304.6s;-o-animation-delay:304.6s;animation-delay:304.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3047){-webkit-animation-delay:304.7s;-moz-animation-delay:304.7s;-o-animation-delay:304.7s;animation-delay:304.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3048){-webkit-animation-delay:304.8s;-moz-animation-delay:304.8s;-o-animation-delay:304.8s;animation-delay:304.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3049){-webkit-animation-delay:304.9s;-moz-animation-delay:304.9s;-o-animation-delay:304.9s;animation-delay:304.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3050){-webkit-animation-delay:305s;-moz-animation-delay:305s;-o-animation-delay:305s;animation-delay:305s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3051){-webkit-animation-delay:305.1s;-moz-animation-delay:305.1s;-o-animation-delay:305.1s;animation-delay:305.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3052){-webkit-animation-delay:305.2s;-moz-animation-delay:305.2s;-o-animation-delay:305.2s;animation-delay:305.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3053){-webkit-animation-delay:305.3s;-moz-animation-delay:305.3s;-o-animation-delay:305.3s;animation-delay:305.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3054){-webkit-animation-delay:305.4s;-moz-animation-delay:305.4s;-o-animation-delay:305.4s;animation-delay:305.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3055){-webkit-animation-delay:305.5s;-moz-animation-delay:305.5s;-o-animation-delay:305.5s;animation-delay:305.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3056){-webkit-animation-delay:305.6s;-moz-animation-delay:305.6s;-o-animation-delay:305.6s;animation-delay:305.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3057){-webkit-animation-delay:305.7s;-moz-animation-delay:305.7s;-o-animation-delay:305.7s;animation-delay:305.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3058){-webkit-animation-delay:305.8s;-moz-animation-delay:305.8s;-o-animation-delay:305.8s;animation-delay:305.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3059){-webkit-animation-delay:305.9s;-moz-animation-delay:305.9s;-o-animation-delay:305.9s;animation-delay:305.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3060){-webkit-animation-delay:306s;-moz-animation-delay:306s;-o-animation-delay:306s;animation-delay:306s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3061){-webkit-animation-delay:306.1s;-moz-animation-delay:306.1s;-o-animation-delay:306.1s;animation-delay:306.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3062){-webkit-animation-delay:306.2s;-moz-animation-delay:306.2s;-o-animation-delay:306.2s;animation-delay:306.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3063){-webkit-animation-delay:306.3s;-moz-animation-delay:306.3s;-o-animation-delay:306.3s;animation-delay:306.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3064){-webkit-animation-delay:306.4s;-moz-animation-delay:306.4s;-o-animation-delay:306.4s;animation-delay:306.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3065){-webkit-animation-delay:306.5s;-moz-animation-delay:306.5s;-o-animation-delay:306.5s;animation-delay:306.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3066){-webkit-animation-delay:306.6s;-moz-animation-delay:306.6s;-o-animation-delay:306.6s;animation-delay:306.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3067){-webkit-animation-delay:306.7s;-moz-animation-delay:306.7s;-o-animation-delay:306.7s;animation-delay:306.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3068){-webkit-animation-delay:306.8s;-moz-animation-delay:306.8s;-o-animation-delay:306.8s;animation-delay:306.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3069){-webkit-animation-delay:306.9s;-moz-animation-delay:306.9s;-o-animation-delay:306.9s;animation-delay:306.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3070){-webkit-animation-delay:307s;-moz-animation-delay:307s;-o-animation-delay:307s;animation-delay:307s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3071){-webkit-animation-delay:307.1s;-moz-animation-delay:307.1s;-o-animation-delay:307.1s;animation-delay:307.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3072){-webkit-animation-delay:307.2s;-moz-animation-delay:307.2s;-o-animation-delay:307.2s;animation-delay:307.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3073){-webkit-animation-delay:307.3s;-moz-animation-delay:307.3s;-o-animation-delay:307.3s;animation-delay:307.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3074){-webkit-animation-delay:307.4s;-moz-animation-delay:307.4s;-o-animation-delay:307.4s;animation-delay:307.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3075){-webkit-animation-delay:307.5s;-moz-animation-delay:307.5s;-o-animation-delay:307.5s;animation-delay:307.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3076){-webkit-animation-delay:307.6s;-moz-animation-delay:307.6s;-o-animation-delay:307.6s;animation-delay:307.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3077){-webkit-animation-delay:307.7s;-moz-animation-delay:307.7s;-o-animation-delay:307.7s;animation-delay:307.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3078){-webkit-animation-delay:307.8s;-moz-animation-delay:307.8s;-o-animation-delay:307.8s;animation-delay:307.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3079){-webkit-animation-delay:307.9s;-moz-animation-delay:307.9s;-o-animation-delay:307.9s;animation-delay:307.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3080){-webkit-animation-delay:308s;-moz-animation-delay:308s;-o-animation-delay:308s;animation-delay:308s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3081){-webkit-animation-delay:308.1s;-moz-animation-delay:308.1s;-o-animation-delay:308.1s;animation-delay:308.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3082){-webkit-animation-delay:308.2s;-moz-animation-delay:308.2s;-o-animation-delay:308.2s;animation-delay:308.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3083){-webkit-animation-delay:308.3s;-moz-animation-delay:308.3s;-o-animation-delay:308.3s;animation-delay:308.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3084){-webkit-animation-delay:308.4s;-moz-animation-delay:308.4s;-o-animation-delay:308.4s;animation-delay:308.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3085){-webkit-animation-delay:308.5s;-moz-animation-delay:308.5s;-o-animation-delay:308.5s;animation-delay:308.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3086){-webkit-animation-delay:308.6s;-moz-animation-delay:308.6s;-o-animation-delay:308.6s;animation-delay:308.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3087){-webkit-animation-delay:308.7s;-moz-animation-delay:308.7s;-o-animation-delay:308.7s;animation-delay:308.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3088){-webkit-animation-delay:308.8s;-moz-animation-delay:308.8s;-o-animation-delay:308.8s;animation-delay:308.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3089){-webkit-animation-delay:308.9s;-moz-animation-delay:308.9s;-o-animation-delay:308.9s;animation-delay:308.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3090){-webkit-animation-delay:309s;-moz-animation-delay:309s;-o-animation-delay:309s;animation-delay:309s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3091){-webkit-animation-delay:309.1s;-moz-animation-delay:309.1s;-o-animation-delay:309.1s;animation-delay:309.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3092){-webkit-animation-delay:309.2s;-moz-animation-delay:309.2s;-o-animation-delay:309.2s;animation-delay:309.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3093){-webkit-animation-delay:309.3s;-moz-animation-delay:309.3s;-o-animation-delay:309.3s;animation-delay:309.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3094){-webkit-animation-delay:309.4s;-moz-animation-delay:309.4s;-o-animation-delay:309.4s;animation-delay:309.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3095){-webkit-animation-delay:309.5s;-moz-animation-delay:309.5s;-o-animation-delay:309.5s;animation-delay:309.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3096){-webkit-animation-delay:309.6s;-moz-animation-delay:309.6s;-o-animation-delay:309.6s;animation-delay:309.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3097){-webkit-animation-delay:309.7s;-moz-animation-delay:309.7s;-o-animation-delay:309.7s;animation-delay:309.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3098){-webkit-animation-delay:309.8s;-moz-animation-delay:309.8s;-o-animation-delay:309.8s;animation-delay:309.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3099){-webkit-animation-delay:309.9s;-moz-animation-delay:309.9s;-o-animation-delay:309.9s;animation-delay:309.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3100){-webkit-animation-delay:310s;-moz-animation-delay:310s;-o-animation-delay:310s;animation-delay:310s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3101){-webkit-animation-delay:310.1s;-moz-animation-delay:310.1s;-o-animation-delay:310.1s;animation-delay:310.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3102){-webkit-animation-delay:310.2s;-moz-animation-delay:310.2s;-o-animation-delay:310.2s;animation-delay:310.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3103){-webkit-animation-delay:310.3s;-moz-animation-delay:310.3s;-o-animation-delay:310.3s;animation-delay:310.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3104){-webkit-animation-delay:310.4s;-moz-animation-delay:310.4s;-o-animation-delay:310.4s;animation-delay:310.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3105){-webkit-animation-delay:310.5s;-moz-animation-delay:310.5s;-o-animation-delay:310.5s;animation-delay:310.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3106){-webkit-animation-delay:310.6s;-moz-animation-delay:310.6s;-o-animation-delay:310.6s;animation-delay:310.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3107){-webkit-animation-delay:310.7s;-moz-animation-delay:310.7s;-o-animation-delay:310.7s;animation-delay:310.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3108){-webkit-animation-delay:310.8s;-moz-animation-delay:310.8s;-o-animation-delay:310.8s;animation-delay:310.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3109){-webkit-animation-delay:310.9s;-moz-animation-delay:310.9s;-o-animation-delay:310.9s;animation-delay:310.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3110){-webkit-animation-delay:311s;-moz-animation-delay:311s;-o-animation-delay:311s;animation-delay:311s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3111){-webkit-animation-delay:311.1s;-moz-animation-delay:311.1s;-o-animation-delay:311.1s;animation-delay:311.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3112){-webkit-animation-delay:311.2s;-moz-animation-delay:311.2s;-o-animation-delay:311.2s;animation-delay:311.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3113){-webkit-animation-delay:311.3s;-moz-animation-delay:311.3s;-o-animation-delay:311.3s;animation-delay:311.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3114){-webkit-animation-delay:311.4s;-moz-animation-delay:311.4s;-o-animation-delay:311.4s;animation-delay:311.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3115){-webkit-animation-delay:311.5s;-moz-animation-delay:311.5s;-o-animation-delay:311.5s;animation-delay:311.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3116){-webkit-animation-delay:311.6s;-moz-animation-delay:311.6s;-o-animation-delay:311.6s;animation-delay:311.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3117){-webkit-animation-delay:311.7s;-moz-animation-delay:311.7s;-o-animation-delay:311.7s;animation-delay:311.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3118){-webkit-animation-delay:311.8s;-moz-animation-delay:311.8s;-o-animation-delay:311.8s;animation-delay:311.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3119){-webkit-animation-delay:311.9s;-moz-animation-delay:311.9s;-o-animation-delay:311.9s;animation-delay:311.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3120){-webkit-animation-delay:312s;-moz-animation-delay:312s;-o-animation-delay:312s;animation-delay:312s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3121){-webkit-animation-delay:312.1s;-moz-animation-delay:312.1s;-o-animation-delay:312.1s;animation-delay:312.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3122){-webkit-animation-delay:312.2s;-moz-animation-delay:312.2s;-o-animation-delay:312.2s;animation-delay:312.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3123){-webkit-animation-delay:312.3s;-moz-animation-delay:312.3s;-o-animation-delay:312.3s;animation-delay:312.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3124){-webkit-animation-delay:312.4s;-moz-animation-delay:312.4s;-o-animation-delay:312.4s;animation-delay:312.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3125){-webkit-animation-delay:312.5s;-moz-animation-delay:312.5s;-o-animation-delay:312.5s;animation-delay:312.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3126){-webkit-animation-delay:312.6s;-moz-animation-delay:312.6s;-o-animation-delay:312.6s;animation-delay:312.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3127){-webkit-animation-delay:312.7s;-moz-animation-delay:312.7s;-o-animation-delay:312.7s;animation-delay:312.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3128){-webkit-animation-delay:312.8s;-moz-animation-delay:312.8s;-o-animation-delay:312.8s;animation-delay:312.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3129){-webkit-animation-delay:312.9s;-moz-animation-delay:312.9s;-o-animation-delay:312.9s;animation-delay:312.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3130){-webkit-animation-delay:313s;-moz-animation-delay:313s;-o-animation-delay:313s;animation-delay:313s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3131){-webkit-animation-delay:313.1s;-moz-animation-delay:313.1s;-o-animation-delay:313.1s;animation-delay:313.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3132){-webkit-animation-delay:313.2s;-moz-animation-delay:313.2s;-o-animation-delay:313.2s;animation-delay:313.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3133){-webkit-animation-delay:313.3s;-moz-animation-delay:313.3s;-o-animation-delay:313.3s;animation-delay:313.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3134){-webkit-animation-delay:313.4s;-moz-animation-delay:313.4s;-o-animation-delay:313.4s;animation-delay:313.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3135){-webkit-animation-delay:313.5s;-moz-animation-delay:313.5s;-o-animation-delay:313.5s;animation-delay:313.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3136){-webkit-animation-delay:313.6s;-moz-animation-delay:313.6s;-o-animation-delay:313.6s;animation-delay:313.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3137){-webkit-animation-delay:313.7s;-moz-animation-delay:313.7s;-o-animation-delay:313.7s;animation-delay:313.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3138){-webkit-animation-delay:313.8s;-moz-animation-delay:313.8s;-o-animation-delay:313.8s;animation-delay:313.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3139){-webkit-animation-delay:313.9s;-moz-animation-delay:313.9s;-o-animation-delay:313.9s;animation-delay:313.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3140){-webkit-animation-delay:314s;-moz-animation-delay:314s;-o-animation-delay:314s;animation-delay:314s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3141){-webkit-animation-delay:314.1s;-moz-animation-delay:314.1s;-o-animation-delay:314.1s;animation-delay:314.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3142){-webkit-animation-delay:314.2s;-moz-animation-delay:314.2s;-o-animation-delay:314.2s;animation-delay:314.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3143){-webkit-animation-delay:314.3s;-moz-animation-delay:314.3s;-o-animation-delay:314.3s;animation-delay:314.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3144){-webkit-animation-delay:314.4s;-moz-animation-delay:314.4s;-o-animation-delay:314.4s;animation-delay:314.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3145){-webkit-animation-delay:314.5s;-moz-animation-delay:314.5s;-o-animation-delay:314.5s;animation-delay:314.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3146){-webkit-animation-delay:314.6s;-moz-animation-delay:314.6s;-o-animation-delay:314.6s;animation-delay:314.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3147){-webkit-animation-delay:314.7s;-moz-animation-delay:314.7s;-o-animation-delay:314.7s;animation-delay:314.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3148){-webkit-animation-delay:314.8s;-moz-animation-delay:314.8s;-o-animation-delay:314.8s;animation-delay:314.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3149){-webkit-animation-delay:314.9s;-moz-animation-delay:314.9s;-o-animation-delay:314.9s;animation-delay:314.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3150){-webkit-animation-delay:315s;-moz-animation-delay:315s;-o-animation-delay:315s;animation-delay:315s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3151){-webkit-animation-delay:315.1s;-moz-animation-delay:315.1s;-o-animation-delay:315.1s;animation-delay:315.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3152){-webkit-animation-delay:315.2s;-moz-animation-delay:315.2s;-o-animation-delay:315.2s;animation-delay:315.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3153){-webkit-animation-delay:315.3s;-moz-animation-delay:315.3s;-o-animation-delay:315.3s;animation-delay:315.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3154){-webkit-animation-delay:315.4s;-moz-animation-delay:315.4s;-o-animation-delay:315.4s;animation-delay:315.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3155){-webkit-animation-delay:315.5s;-moz-animation-delay:315.5s;-o-animation-delay:315.5s;animation-delay:315.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3156){-webkit-animation-delay:315.6s;-moz-animation-delay:315.6s;-o-animation-delay:315.6s;animation-delay:315.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3157){-webkit-animation-delay:315.7s;-moz-animation-delay:315.7s;-o-animation-delay:315.7s;animation-delay:315.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3158){-webkit-animation-delay:315.8s;-moz-animation-delay:315.8s;-o-animation-delay:315.8s;animation-delay:315.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3159){-webkit-animation-delay:315.9s;-moz-animation-delay:315.9s;-o-animation-delay:315.9s;animation-delay:315.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3160){-webkit-animation-delay:316s;-moz-animation-delay:316s;-o-animation-delay:316s;animation-delay:316s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3161){-webkit-animation-delay:316.1s;-moz-animation-delay:316.1s;-o-animation-delay:316.1s;animation-delay:316.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3162){-webkit-animation-delay:316.2s;-moz-animation-delay:316.2s;-o-animation-delay:316.2s;animation-delay:316.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3163){-webkit-animation-delay:316.3s;-moz-animation-delay:316.3s;-o-animation-delay:316.3s;animation-delay:316.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3164){-webkit-animation-delay:316.4s;-moz-animation-delay:316.4s;-o-animation-delay:316.4s;animation-delay:316.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3165){-webkit-animation-delay:316.5s;-moz-animation-delay:316.5s;-o-animation-delay:316.5s;animation-delay:316.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3166){-webkit-animation-delay:316.6s;-moz-animation-delay:316.6s;-o-animation-delay:316.6s;animation-delay:316.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3167){-webkit-animation-delay:316.7s;-moz-animation-delay:316.7s;-o-animation-delay:316.7s;animation-delay:316.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3168){-webkit-animation-delay:316.8s;-moz-animation-delay:316.8s;-o-animation-delay:316.8s;animation-delay:316.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3169){-webkit-animation-delay:316.9s;-moz-animation-delay:316.9s;-o-animation-delay:316.9s;animation-delay:316.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3170){-webkit-animation-delay:317s;-moz-animation-delay:317s;-o-animation-delay:317s;animation-delay:317s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3171){-webkit-animation-delay:317.1s;-moz-animation-delay:317.1s;-o-animation-delay:317.1s;animation-delay:317.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3172){-webkit-animation-delay:317.2s;-moz-animation-delay:317.2s;-o-animation-delay:317.2s;animation-delay:317.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3173){-webkit-animation-delay:317.3s;-moz-animation-delay:317.3s;-o-animation-delay:317.3s;animation-delay:317.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3174){-webkit-animation-delay:317.4s;-moz-animation-delay:317.4s;-o-animation-delay:317.4s;animation-delay:317.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3175){-webkit-animation-delay:317.5s;-moz-animation-delay:317.5s;-o-animation-delay:317.5s;animation-delay:317.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3176){-webkit-animation-delay:317.6s;-moz-animation-delay:317.6s;-o-animation-delay:317.6s;animation-delay:317.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3177){-webkit-animation-delay:317.7s;-moz-animation-delay:317.7s;-o-animation-delay:317.7s;animation-delay:317.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3178){-webkit-animation-delay:317.8s;-moz-animation-delay:317.8s;-o-animation-delay:317.8s;animation-delay:317.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3179){-webkit-animation-delay:317.9s;-moz-animation-delay:317.9s;-o-animation-delay:317.9s;animation-delay:317.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3180){-webkit-animation-delay:318s;-moz-animation-delay:318s;-o-animation-delay:318s;animation-delay:318s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3181){-webkit-animation-delay:318.1s;-moz-animation-delay:318.1s;-o-animation-delay:318.1s;animation-delay:318.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3182){-webkit-animation-delay:318.2s;-moz-animation-delay:318.2s;-o-animation-delay:318.2s;animation-delay:318.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3183){-webkit-animation-delay:318.3s;-moz-animation-delay:318.3s;-o-animation-delay:318.3s;animation-delay:318.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3184){-webkit-animation-delay:318.4s;-moz-animation-delay:318.4s;-o-animation-delay:318.4s;animation-delay:318.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3185){-webkit-animation-delay:318.5s;-moz-animation-delay:318.5s;-o-animation-delay:318.5s;animation-delay:318.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3186){-webkit-animation-delay:318.6s;-moz-animation-delay:318.6s;-o-animation-delay:318.6s;animation-delay:318.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3187){-webkit-animation-delay:318.7s;-moz-animation-delay:318.7s;-o-animation-delay:318.7s;animation-delay:318.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3188){-webkit-animation-delay:318.8s;-moz-animation-delay:318.8s;-o-animation-delay:318.8s;animation-delay:318.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3189){-webkit-animation-delay:318.9s;-moz-animation-delay:318.9s;-o-animation-delay:318.9s;animation-delay:318.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3190){-webkit-animation-delay:319s;-moz-animation-delay:319s;-o-animation-delay:319s;animation-delay:319s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3191){-webkit-animation-delay:319.1s;-moz-animation-delay:319.1s;-o-animation-delay:319.1s;animation-delay:319.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3192){-webkit-animation-delay:319.2s;-moz-animation-delay:319.2s;-o-animation-delay:319.2s;animation-delay:319.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3193){-webkit-animation-delay:319.3s;-moz-animation-delay:319.3s;-o-animation-delay:319.3s;animation-delay:319.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3194){-webkit-animation-delay:319.4s;-moz-animation-delay:319.4s;-o-animation-delay:319.4s;animation-delay:319.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3195){-webkit-animation-delay:319.5s;-moz-animation-delay:319.5s;-o-animation-delay:319.5s;animation-delay:319.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3196){-webkit-animation-delay:319.6s;-moz-animation-delay:319.6s;-o-animation-delay:319.6s;animation-delay:319.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3197){-webkit-animation-delay:319.7s;-moz-animation-delay:319.7s;-o-animation-delay:319.7s;animation-delay:319.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3198){-webkit-animation-delay:319.8s;-moz-animation-delay:319.8s;-o-animation-delay:319.8s;animation-delay:319.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3199){-webkit-animation-delay:319.9s;-moz-animation-delay:319.9s;-o-animation-delay:319.9s;animation-delay:319.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3200){-webkit-animation-delay:320s;-moz-animation-delay:320s;-o-animation-delay:320s;animation-delay:320s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3201){-webkit-animation-delay:320.1s;-moz-animation-delay:320.1s;-o-animation-delay:320.1s;animation-delay:320.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3202){-webkit-animation-delay:320.2s;-moz-animation-delay:320.2s;-o-animation-delay:320.2s;animation-delay:320.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3203){-webkit-animation-delay:320.3s;-moz-animation-delay:320.3s;-o-animation-delay:320.3s;animation-delay:320.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3204){-webkit-animation-delay:320.4s;-moz-animation-delay:320.4s;-o-animation-delay:320.4s;animation-delay:320.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3205){-webkit-animation-delay:320.5s;-moz-animation-delay:320.5s;-o-animation-delay:320.5s;animation-delay:320.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3206){-webkit-animation-delay:320.6s;-moz-animation-delay:320.6s;-o-animation-delay:320.6s;animation-delay:320.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3207){-webkit-animation-delay:320.7s;-moz-animation-delay:320.7s;-o-animation-delay:320.7s;animation-delay:320.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3208){-webkit-animation-delay:320.8s;-moz-animation-delay:320.8s;-o-animation-delay:320.8s;animation-delay:320.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3209){-webkit-animation-delay:320.9s;-moz-animation-delay:320.9s;-o-animation-delay:320.9s;animation-delay:320.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3210){-webkit-animation-delay:321s;-moz-animation-delay:321s;-o-animation-delay:321s;animation-delay:321s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3211){-webkit-animation-delay:321.1s;-moz-animation-delay:321.1s;-o-animation-delay:321.1s;animation-delay:321.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3212){-webkit-animation-delay:321.2s;-moz-animation-delay:321.2s;-o-animation-delay:321.2s;animation-delay:321.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3213){-webkit-animation-delay:321.3s;-moz-animation-delay:321.3s;-o-animation-delay:321.3s;animation-delay:321.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3214){-webkit-animation-delay:321.4s;-moz-animation-delay:321.4s;-o-animation-delay:321.4s;animation-delay:321.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3215){-webkit-animation-delay:321.5s;-moz-animation-delay:321.5s;-o-animation-delay:321.5s;animation-delay:321.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3216){-webkit-animation-delay:321.6s;-moz-animation-delay:321.6s;-o-animation-delay:321.6s;animation-delay:321.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3217){-webkit-animation-delay:321.7s;-moz-animation-delay:321.7s;-o-animation-delay:321.7s;animation-delay:321.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3218){-webkit-animation-delay:321.8s;-moz-animation-delay:321.8s;-o-animation-delay:321.8s;animation-delay:321.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3219){-webkit-animation-delay:321.9s;-moz-animation-delay:321.9s;-o-animation-delay:321.9s;animation-delay:321.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3220){-webkit-animation-delay:322s;-moz-animation-delay:322s;-o-animation-delay:322s;animation-delay:322s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3221){-webkit-animation-delay:322.1s;-moz-animation-delay:322.1s;-o-animation-delay:322.1s;animation-delay:322.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3222){-webkit-animation-delay:322.2s;-moz-animation-delay:322.2s;-o-animation-delay:322.2s;animation-delay:322.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3223){-webkit-animation-delay:322.3s;-moz-animation-delay:322.3s;-o-animation-delay:322.3s;animation-delay:322.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3224){-webkit-animation-delay:322.4s;-moz-animation-delay:322.4s;-o-animation-delay:322.4s;animation-delay:322.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3225){-webkit-animation-delay:322.5s;-moz-animation-delay:322.5s;-o-animation-delay:322.5s;animation-delay:322.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3226){-webkit-animation-delay:322.6s;-moz-animation-delay:322.6s;-o-animation-delay:322.6s;animation-delay:322.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3227){-webkit-animation-delay:322.7s;-moz-animation-delay:322.7s;-o-animation-delay:322.7s;animation-delay:322.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3228){-webkit-animation-delay:322.8s;-moz-animation-delay:322.8s;-o-animation-delay:322.8s;animation-delay:322.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3229){-webkit-animation-delay:322.9s;-moz-animation-delay:322.9s;-o-animation-delay:322.9s;animation-delay:322.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3230){-webkit-animation-delay:323s;-moz-animation-delay:323s;-o-animation-delay:323s;animation-delay:323s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3231){-webkit-animation-delay:323.1s;-moz-animation-delay:323.1s;-o-animation-delay:323.1s;animation-delay:323.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3232){-webkit-animation-delay:323.2s;-moz-animation-delay:323.2s;-o-animation-delay:323.2s;animation-delay:323.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3233){-webkit-animation-delay:323.3s;-moz-animation-delay:323.3s;-o-animation-delay:323.3s;animation-delay:323.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3234){-webkit-animation-delay:323.4s;-moz-animation-delay:323.4s;-o-animation-delay:323.4s;animation-delay:323.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3235){-webkit-animation-delay:323.5s;-moz-animation-delay:323.5s;-o-animation-delay:323.5s;animation-delay:323.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3236){-webkit-animation-delay:323.6s;-moz-animation-delay:323.6s;-o-animation-delay:323.6s;animation-delay:323.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3237){-webkit-animation-delay:323.7s;-moz-animation-delay:323.7s;-o-animation-delay:323.7s;animation-delay:323.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3238){-webkit-animation-delay:323.8s;-moz-animation-delay:323.8s;-o-animation-delay:323.8s;animation-delay:323.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3239){-webkit-animation-delay:323.9s;-moz-animation-delay:323.9s;-o-animation-delay:323.9s;animation-delay:323.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3240){-webkit-animation-delay:324s;-moz-animation-delay:324s;-o-animation-delay:324s;animation-delay:324s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3241){-webkit-animation-delay:324.1s;-moz-animation-delay:324.1s;-o-animation-delay:324.1s;animation-delay:324.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3242){-webkit-animation-delay:324.2s;-moz-animation-delay:324.2s;-o-animation-delay:324.2s;animation-delay:324.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3243){-webkit-animation-delay:324.3s;-moz-animation-delay:324.3s;-o-animation-delay:324.3s;animation-delay:324.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3244){-webkit-animation-delay:324.4s;-moz-animation-delay:324.4s;-o-animation-delay:324.4s;animation-delay:324.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3245){-webkit-animation-delay:324.5s;-moz-animation-delay:324.5s;-o-animation-delay:324.5s;animation-delay:324.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3246){-webkit-animation-delay:324.6s;-moz-animation-delay:324.6s;-o-animation-delay:324.6s;animation-delay:324.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3247){-webkit-animation-delay:324.7s;-moz-animation-delay:324.7s;-o-animation-delay:324.7s;animation-delay:324.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3248){-webkit-animation-delay:324.8s;-moz-animation-delay:324.8s;-o-animation-delay:324.8s;animation-delay:324.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3249){-webkit-animation-delay:324.9s;-moz-animation-delay:324.9s;-o-animation-delay:324.9s;animation-delay:324.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3250){-webkit-animation-delay:325s;-moz-animation-delay:325s;-o-animation-delay:325s;animation-delay:325s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3251){-webkit-animation-delay:325.1s;-moz-animation-delay:325.1s;-o-animation-delay:325.1s;animation-delay:325.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3252){-webkit-animation-delay:325.2s;-moz-animation-delay:325.2s;-o-animation-delay:325.2s;animation-delay:325.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3253){-webkit-animation-delay:325.3s;-moz-animation-delay:325.3s;-o-animation-delay:325.3s;animation-delay:325.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3254){-webkit-animation-delay:325.4s;-moz-animation-delay:325.4s;-o-animation-delay:325.4s;animation-delay:325.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3255){-webkit-animation-delay:325.5s;-moz-animation-delay:325.5s;-o-animation-delay:325.5s;animation-delay:325.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3256){-webkit-animation-delay:325.6s;-moz-animation-delay:325.6s;-o-animation-delay:325.6s;animation-delay:325.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3257){-webkit-animation-delay:325.7s;-moz-animation-delay:325.7s;-o-animation-delay:325.7s;animation-delay:325.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3258){-webkit-animation-delay:325.8s;-moz-animation-delay:325.8s;-o-animation-delay:325.8s;animation-delay:325.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3259){-webkit-animation-delay:325.9s;-moz-animation-delay:325.9s;-o-animation-delay:325.9s;animation-delay:325.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3260){-webkit-animation-delay:326s;-moz-animation-delay:326s;-o-animation-delay:326s;animation-delay:326s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3261){-webkit-animation-delay:326.1s;-moz-animation-delay:326.1s;-o-animation-delay:326.1s;animation-delay:326.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3262){-webkit-animation-delay:326.2s;-moz-animation-delay:326.2s;-o-animation-delay:326.2s;animation-delay:326.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3263){-webkit-animation-delay:326.3s;-moz-animation-delay:326.3s;-o-animation-delay:326.3s;animation-delay:326.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3264){-webkit-animation-delay:326.4s;-moz-animation-delay:326.4s;-o-animation-delay:326.4s;animation-delay:326.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3265){-webkit-animation-delay:326.5s;-moz-animation-delay:326.5s;-o-animation-delay:326.5s;animation-delay:326.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3266){-webkit-animation-delay:326.6s;-moz-animation-delay:326.6s;-o-animation-delay:326.6s;animation-delay:326.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3267){-webkit-animation-delay:326.7s;-moz-animation-delay:326.7s;-o-animation-delay:326.7s;animation-delay:326.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3268){-webkit-animation-delay:326.8s;-moz-animation-delay:326.8s;-o-animation-delay:326.8s;animation-delay:326.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3269){-webkit-animation-delay:326.9s;-moz-animation-delay:326.9s;-o-animation-delay:326.9s;animation-delay:326.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3270){-webkit-animation-delay:327s;-moz-animation-delay:327s;-o-animation-delay:327s;animation-delay:327s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3271){-webkit-animation-delay:327.1s;-moz-animation-delay:327.1s;-o-animation-delay:327.1s;animation-delay:327.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3272){-webkit-animation-delay:327.2s;-moz-animation-delay:327.2s;-o-animation-delay:327.2s;animation-delay:327.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3273){-webkit-animation-delay:327.3s;-moz-animation-delay:327.3s;-o-animation-delay:327.3s;animation-delay:327.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3274){-webkit-animation-delay:327.4s;-moz-animation-delay:327.4s;-o-animation-delay:327.4s;animation-delay:327.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3275){-webkit-animation-delay:327.5s;-moz-animation-delay:327.5s;-o-animation-delay:327.5s;animation-delay:327.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3276){-webkit-animation-delay:327.6s;-moz-animation-delay:327.6s;-o-animation-delay:327.6s;animation-delay:327.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3277){-webkit-animation-delay:327.7s;-moz-animation-delay:327.7s;-o-animation-delay:327.7s;animation-delay:327.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3278){-webkit-animation-delay:327.8s;-moz-animation-delay:327.8s;-o-animation-delay:327.8s;animation-delay:327.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3279){-webkit-animation-delay:327.9s;-moz-animation-delay:327.9s;-o-animation-delay:327.9s;animation-delay:327.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3280){-webkit-animation-delay:328s;-moz-animation-delay:328s;-o-animation-delay:328s;animation-delay:328s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3281){-webkit-animation-delay:328.1s;-moz-animation-delay:328.1s;-o-animation-delay:328.1s;animation-delay:328.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3282){-webkit-animation-delay:328.2s;-moz-animation-delay:328.2s;-o-animation-delay:328.2s;animation-delay:328.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3283){-webkit-animation-delay:328.3s;-moz-animation-delay:328.3s;-o-animation-delay:328.3s;animation-delay:328.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3284){-webkit-animation-delay:328.4s;-moz-animation-delay:328.4s;-o-animation-delay:328.4s;animation-delay:328.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3285){-webkit-animation-delay:328.5s;-moz-animation-delay:328.5s;-o-animation-delay:328.5s;animation-delay:328.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3286){-webkit-animation-delay:328.6s;-moz-animation-delay:328.6s;-o-animation-delay:328.6s;animation-delay:328.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3287){-webkit-animation-delay:328.7s;-moz-animation-delay:328.7s;-o-animation-delay:328.7s;animation-delay:328.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3288){-webkit-animation-delay:328.8s;-moz-animation-delay:328.8s;-o-animation-delay:328.8s;animation-delay:328.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3289){-webkit-animation-delay:328.9s;-moz-animation-delay:328.9s;-o-animation-delay:328.9s;animation-delay:328.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3290){-webkit-animation-delay:329s;-moz-animation-delay:329s;-o-animation-delay:329s;animation-delay:329s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3291){-webkit-animation-delay:329.1s;-moz-animation-delay:329.1s;-o-animation-delay:329.1s;animation-delay:329.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3292){-webkit-animation-delay:329.2s;-moz-animation-delay:329.2s;-o-animation-delay:329.2s;animation-delay:329.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3293){-webkit-animation-delay:329.3s;-moz-animation-delay:329.3s;-o-animation-delay:329.3s;animation-delay:329.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3294){-webkit-animation-delay:329.4s;-moz-animation-delay:329.4s;-o-animation-delay:329.4s;animation-delay:329.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3295){-webkit-animation-delay:329.5s;-moz-animation-delay:329.5s;-o-animation-delay:329.5s;animation-delay:329.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3296){-webkit-animation-delay:329.6s;-moz-animation-delay:329.6s;-o-animation-delay:329.6s;animation-delay:329.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3297){-webkit-animation-delay:329.7s;-moz-animation-delay:329.7s;-o-animation-delay:329.7s;animation-delay:329.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3298){-webkit-animation-delay:329.8s;-moz-animation-delay:329.8s;-o-animation-delay:329.8s;animation-delay:329.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3299){-webkit-animation-delay:329.9s;-moz-animation-delay:329.9s;-o-animation-delay:329.9s;animation-delay:329.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3300){-webkit-animation-delay:330s;-moz-animation-delay:330s;-o-animation-delay:330s;animation-delay:330s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3301){-webkit-animation-delay:330.1s;-moz-animation-delay:330.1s;-o-animation-delay:330.1s;animation-delay:330.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3302){-webkit-animation-delay:330.2s;-moz-animation-delay:330.2s;-o-animation-delay:330.2s;animation-delay:330.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3303){-webkit-animation-delay:330.3s;-moz-animation-delay:330.3s;-o-animation-delay:330.3s;animation-delay:330.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3304){-webkit-animation-delay:330.4s;-moz-animation-delay:330.4s;-o-animation-delay:330.4s;animation-delay:330.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3305){-webkit-animation-delay:330.5s;-moz-animation-delay:330.5s;-o-animation-delay:330.5s;animation-delay:330.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3306){-webkit-animation-delay:330.6s;-moz-animation-delay:330.6s;-o-animation-delay:330.6s;animation-delay:330.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3307){-webkit-animation-delay:330.7s;-moz-animation-delay:330.7s;-o-animation-delay:330.7s;animation-delay:330.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3308){-webkit-animation-delay:330.8s;-moz-animation-delay:330.8s;-o-animation-delay:330.8s;animation-delay:330.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3309){-webkit-animation-delay:330.9s;-moz-animation-delay:330.9s;-o-animation-delay:330.9s;animation-delay:330.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3310){-webkit-animation-delay:331s;-moz-animation-delay:331s;-o-animation-delay:331s;animation-delay:331s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3311){-webkit-animation-delay:331.1s;-moz-animation-delay:331.1s;-o-animation-delay:331.1s;animation-delay:331.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3312){-webkit-animation-delay:331.2s;-moz-animation-delay:331.2s;-o-animation-delay:331.2s;animation-delay:331.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3313){-webkit-animation-delay:331.3s;-moz-animation-delay:331.3s;-o-animation-delay:331.3s;animation-delay:331.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3314){-webkit-animation-delay:331.4s;-moz-animation-delay:331.4s;-o-animation-delay:331.4s;animation-delay:331.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3315){-webkit-animation-delay:331.5s;-moz-animation-delay:331.5s;-o-animation-delay:331.5s;animation-delay:331.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3316){-webkit-animation-delay:331.6s;-moz-animation-delay:331.6s;-o-animation-delay:331.6s;animation-delay:331.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3317){-webkit-animation-delay:331.7s;-moz-animation-delay:331.7s;-o-animation-delay:331.7s;animation-delay:331.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3318){-webkit-animation-delay:331.8s;-moz-animation-delay:331.8s;-o-animation-delay:331.8s;animation-delay:331.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3319){-webkit-animation-delay:331.9s;-moz-animation-delay:331.9s;-o-animation-delay:331.9s;animation-delay:331.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3320){-webkit-animation-delay:332s;-moz-animation-delay:332s;-o-animation-delay:332s;animation-delay:332s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3321){-webkit-animation-delay:332.1s;-moz-animation-delay:332.1s;-o-animation-delay:332.1s;animation-delay:332.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3322){-webkit-animation-delay:332.2s;-moz-animation-delay:332.2s;-o-animation-delay:332.2s;animation-delay:332.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3323){-webkit-animation-delay:332.3s;-moz-animation-delay:332.3s;-o-animation-delay:332.3s;animation-delay:332.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3324){-webkit-animation-delay:332.4s;-moz-animation-delay:332.4s;-o-animation-delay:332.4s;animation-delay:332.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3325){-webkit-animation-delay:332.5s;-moz-animation-delay:332.5s;-o-animation-delay:332.5s;animation-delay:332.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3326){-webkit-animation-delay:332.6s;-moz-animation-delay:332.6s;-o-animation-delay:332.6s;animation-delay:332.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3327){-webkit-animation-delay:332.7s;-moz-animation-delay:332.7s;-o-animation-delay:332.7s;animation-delay:332.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3328){-webkit-animation-delay:332.8s;-moz-animation-delay:332.8s;-o-animation-delay:332.8s;animation-delay:332.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3329){-webkit-animation-delay:332.9s;-moz-animation-delay:332.9s;-o-animation-delay:332.9s;animation-delay:332.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3330){-webkit-animation-delay:333s;-moz-animation-delay:333s;-o-animation-delay:333s;animation-delay:333s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3331){-webkit-animation-delay:333.1s;-moz-animation-delay:333.1s;-o-animation-delay:333.1s;animation-delay:333.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3332){-webkit-animation-delay:333.2s;-moz-animation-delay:333.2s;-o-animation-delay:333.2s;animation-delay:333.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3333){-webkit-animation-delay:333.3s;-moz-animation-delay:333.3s;-o-animation-delay:333.3s;animation-delay:333.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3334){-webkit-animation-delay:333.4s;-moz-animation-delay:333.4s;-o-animation-delay:333.4s;animation-delay:333.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3335){-webkit-animation-delay:333.5s;-moz-animation-delay:333.5s;-o-animation-delay:333.5s;animation-delay:333.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3336){-webkit-animation-delay:333.6s;-moz-animation-delay:333.6s;-o-animation-delay:333.6s;animation-delay:333.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3337){-webkit-animation-delay:333.7s;-moz-animation-delay:333.7s;-o-animation-delay:333.7s;animation-delay:333.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3338){-webkit-animation-delay:333.8s;-moz-animation-delay:333.8s;-o-animation-delay:333.8s;animation-delay:333.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3339){-webkit-animation-delay:333.9s;-moz-animation-delay:333.9s;-o-animation-delay:333.9s;animation-delay:333.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3340){-webkit-animation-delay:334s;-moz-animation-delay:334s;-o-animation-delay:334s;animation-delay:334s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3341){-webkit-animation-delay:334.1s;-moz-animation-delay:334.1s;-o-animation-delay:334.1s;animation-delay:334.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3342){-webkit-animation-delay:334.2s;-moz-animation-delay:334.2s;-o-animation-delay:334.2s;animation-delay:334.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3343){-webkit-animation-delay:334.3s;-moz-animation-delay:334.3s;-o-animation-delay:334.3s;animation-delay:334.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3344){-webkit-animation-delay:334.4s;-moz-animation-delay:334.4s;-o-animation-delay:334.4s;animation-delay:334.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3345){-webkit-animation-delay:334.5s;-moz-animation-delay:334.5s;-o-animation-delay:334.5s;animation-delay:334.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3346){-webkit-animation-delay:334.6s;-moz-animation-delay:334.6s;-o-animation-delay:334.6s;animation-delay:334.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3347){-webkit-animation-delay:334.7s;-moz-animation-delay:334.7s;-o-animation-delay:334.7s;animation-delay:334.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3348){-webkit-animation-delay:334.8s;-moz-animation-delay:334.8s;-o-animation-delay:334.8s;animation-delay:334.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3349){-webkit-animation-delay:334.9s;-moz-animation-delay:334.9s;-o-animation-delay:334.9s;animation-delay:334.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3350){-webkit-animation-delay:335s;-moz-animation-delay:335s;-o-animation-delay:335s;animation-delay:335s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3351){-webkit-animation-delay:335.1s;-moz-animation-delay:335.1s;-o-animation-delay:335.1s;animation-delay:335.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3352){-webkit-animation-delay:335.2s;-moz-animation-delay:335.2s;-o-animation-delay:335.2s;animation-delay:335.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3353){-webkit-animation-delay:335.3s;-moz-animation-delay:335.3s;-o-animation-delay:335.3s;animation-delay:335.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3354){-webkit-animation-delay:335.4s;-moz-animation-delay:335.4s;-o-animation-delay:335.4s;animation-delay:335.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3355){-webkit-animation-delay:335.5s;-moz-animation-delay:335.5s;-o-animation-delay:335.5s;animation-delay:335.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3356){-webkit-animation-delay:335.6s;-moz-animation-delay:335.6s;-o-animation-delay:335.6s;animation-delay:335.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3357){-webkit-animation-delay:335.7s;-moz-animation-delay:335.7s;-o-animation-delay:335.7s;animation-delay:335.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3358){-webkit-animation-delay:335.8s;-moz-animation-delay:335.8s;-o-animation-delay:335.8s;animation-delay:335.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3359){-webkit-animation-delay:335.9s;-moz-animation-delay:335.9s;-o-animation-delay:335.9s;animation-delay:335.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3360){-webkit-animation-delay:336s;-moz-animation-delay:336s;-o-animation-delay:336s;animation-delay:336s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3361){-webkit-animation-delay:336.1s;-moz-animation-delay:336.1s;-o-animation-delay:336.1s;animation-delay:336.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3362){-webkit-animation-delay:336.2s;-moz-animation-delay:336.2s;-o-animation-delay:336.2s;animation-delay:336.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3363){-webkit-animation-delay:336.3s;-moz-animation-delay:336.3s;-o-animation-delay:336.3s;animation-delay:336.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3364){-webkit-animation-delay:336.4s;-moz-animation-delay:336.4s;-o-animation-delay:336.4s;animation-delay:336.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3365){-webkit-animation-delay:336.5s;-moz-animation-delay:336.5s;-o-animation-delay:336.5s;animation-delay:336.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3366){-webkit-animation-delay:336.6s;-moz-animation-delay:336.6s;-o-animation-delay:336.6s;animation-delay:336.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3367){-webkit-animation-delay:336.7s;-moz-animation-delay:336.7s;-o-animation-delay:336.7s;animation-delay:336.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3368){-webkit-animation-delay:336.8s;-moz-animation-delay:336.8s;-o-animation-delay:336.8s;animation-delay:336.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3369){-webkit-animation-delay:336.9s;-moz-animation-delay:336.9s;-o-animation-delay:336.9s;animation-delay:336.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3370){-webkit-animation-delay:337s;-moz-animation-delay:337s;-o-animation-delay:337s;animation-delay:337s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3371){-webkit-animation-delay:337.1s;-moz-animation-delay:337.1s;-o-animation-delay:337.1s;animation-delay:337.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3372){-webkit-animation-delay:337.2s;-moz-animation-delay:337.2s;-o-animation-delay:337.2s;animation-delay:337.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3373){-webkit-animation-delay:337.3s;-moz-animation-delay:337.3s;-o-animation-delay:337.3s;animation-delay:337.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3374){-webkit-animation-delay:337.4s;-moz-animation-delay:337.4s;-o-animation-delay:337.4s;animation-delay:337.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3375){-webkit-animation-delay:337.5s;-moz-animation-delay:337.5s;-o-animation-delay:337.5s;animation-delay:337.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3376){-webkit-animation-delay:337.6s;-moz-animation-delay:337.6s;-o-animation-delay:337.6s;animation-delay:337.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3377){-webkit-animation-delay:337.7s;-moz-animation-delay:337.7s;-o-animation-delay:337.7s;animation-delay:337.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3378){-webkit-animation-delay:337.8s;-moz-animation-delay:337.8s;-o-animation-delay:337.8s;animation-delay:337.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3379){-webkit-animation-delay:337.9s;-moz-animation-delay:337.9s;-o-animation-delay:337.9s;animation-delay:337.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3380){-webkit-animation-delay:338s;-moz-animation-delay:338s;-o-animation-delay:338s;animation-delay:338s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3381){-webkit-animation-delay:338.1s;-moz-animation-delay:338.1s;-o-animation-delay:338.1s;animation-delay:338.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3382){-webkit-animation-delay:338.2s;-moz-animation-delay:338.2s;-o-animation-delay:338.2s;animation-delay:338.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3383){-webkit-animation-delay:338.3s;-moz-animation-delay:338.3s;-o-animation-delay:338.3s;animation-delay:338.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3384){-webkit-animation-delay:338.4s;-moz-animation-delay:338.4s;-o-animation-delay:338.4s;animation-delay:338.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3385){-webkit-animation-delay:338.5s;-moz-animation-delay:338.5s;-o-animation-delay:338.5s;animation-delay:338.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3386){-webkit-animation-delay:338.6s;-moz-animation-delay:338.6s;-o-animation-delay:338.6s;animation-delay:338.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3387){-webkit-animation-delay:338.7s;-moz-animation-delay:338.7s;-o-animation-delay:338.7s;animation-delay:338.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3388){-webkit-animation-delay:338.8s;-moz-animation-delay:338.8s;-o-animation-delay:338.8s;animation-delay:338.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3389){-webkit-animation-delay:338.9s;-moz-animation-delay:338.9s;-o-animation-delay:338.9s;animation-delay:338.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3390){-webkit-animation-delay:339s;-moz-animation-delay:339s;-o-animation-delay:339s;animation-delay:339s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3391){-webkit-animation-delay:339.1s;-moz-animation-delay:339.1s;-o-animation-delay:339.1s;animation-delay:339.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3392){-webkit-animation-delay:339.2s;-moz-animation-delay:339.2s;-o-animation-delay:339.2s;animation-delay:339.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3393){-webkit-animation-delay:339.3s;-moz-animation-delay:339.3s;-o-animation-delay:339.3s;animation-delay:339.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3394){-webkit-animation-delay:339.4s;-moz-animation-delay:339.4s;-o-animation-delay:339.4s;animation-delay:339.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3395){-webkit-animation-delay:339.5s;-moz-animation-delay:339.5s;-o-animation-delay:339.5s;animation-delay:339.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3396){-webkit-animation-delay:339.6s;-moz-animation-delay:339.6s;-o-animation-delay:339.6s;animation-delay:339.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3397){-webkit-animation-delay:339.7s;-moz-animation-delay:339.7s;-o-animation-delay:339.7s;animation-delay:339.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3398){-webkit-animation-delay:339.8s;-moz-animation-delay:339.8s;-o-animation-delay:339.8s;animation-delay:339.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3399){-webkit-animation-delay:339.9s;-moz-animation-delay:339.9s;-o-animation-delay:339.9s;animation-delay:339.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3400){-webkit-animation-delay:340s;-moz-animation-delay:340s;-o-animation-delay:340s;animation-delay:340s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3401){-webkit-animation-delay:340.1s;-moz-animation-delay:340.1s;-o-animation-delay:340.1s;animation-delay:340.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3402){-webkit-animation-delay:340.2s;-moz-animation-delay:340.2s;-o-animation-delay:340.2s;animation-delay:340.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3403){-webkit-animation-delay:340.3s;-moz-animation-delay:340.3s;-o-animation-delay:340.3s;animation-delay:340.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3404){-webkit-animation-delay:340.4s;-moz-animation-delay:340.4s;-o-animation-delay:340.4s;animation-delay:340.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3405){-webkit-animation-delay:340.5s;-moz-animation-delay:340.5s;-o-animation-delay:340.5s;animation-delay:340.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3406){-webkit-animation-delay:340.6s;-moz-animation-delay:340.6s;-o-animation-delay:340.6s;animation-delay:340.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3407){-webkit-animation-delay:340.7s;-moz-animation-delay:340.7s;-o-animation-delay:340.7s;animation-delay:340.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3408){-webkit-animation-delay:340.8s;-moz-animation-delay:340.8s;-o-animation-delay:340.8s;animation-delay:340.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3409){-webkit-animation-delay:340.9s;-moz-animation-delay:340.9s;-o-animation-delay:340.9s;animation-delay:340.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3410){-webkit-animation-delay:341s;-moz-animation-delay:341s;-o-animation-delay:341s;animation-delay:341s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3411){-webkit-animation-delay:341.1s;-moz-animation-delay:341.1s;-o-animation-delay:341.1s;animation-delay:341.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3412){-webkit-animation-delay:341.2s;-moz-animation-delay:341.2s;-o-animation-delay:341.2s;animation-delay:341.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3413){-webkit-animation-delay:341.3s;-moz-animation-delay:341.3s;-o-animation-delay:341.3s;animation-delay:341.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3414){-webkit-animation-delay:341.4s;-moz-animation-delay:341.4s;-o-animation-delay:341.4s;animation-delay:341.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3415){-webkit-animation-delay:341.5s;-moz-animation-delay:341.5s;-o-animation-delay:341.5s;animation-delay:341.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3416){-webkit-animation-delay:341.6s;-moz-animation-delay:341.6s;-o-animation-delay:341.6s;animation-delay:341.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3417){-webkit-animation-delay:341.7s;-moz-animation-delay:341.7s;-o-animation-delay:341.7s;animation-delay:341.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3418){-webkit-animation-delay:341.8s;-moz-animation-delay:341.8s;-o-animation-delay:341.8s;animation-delay:341.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3419){-webkit-animation-delay:341.9s;-moz-animation-delay:341.9s;-o-animation-delay:341.9s;animation-delay:341.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3420){-webkit-animation-delay:342s;-moz-animation-delay:342s;-o-animation-delay:342s;animation-delay:342s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3421){-webkit-animation-delay:342.1s;-moz-animation-delay:342.1s;-o-animation-delay:342.1s;animation-delay:342.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3422){-webkit-animation-delay:342.2s;-moz-animation-delay:342.2s;-o-animation-delay:342.2s;animation-delay:342.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3423){-webkit-animation-delay:342.3s;-moz-animation-delay:342.3s;-o-animation-delay:342.3s;animation-delay:342.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3424){-webkit-animation-delay:342.4s;-moz-animation-delay:342.4s;-o-animation-delay:342.4s;animation-delay:342.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3425){-webkit-animation-delay:342.5s;-moz-animation-delay:342.5s;-o-animation-delay:342.5s;animation-delay:342.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3426){-webkit-animation-delay:342.6s;-moz-animation-delay:342.6s;-o-animation-delay:342.6s;animation-delay:342.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3427){-webkit-animation-delay:342.7s;-moz-animation-delay:342.7s;-o-animation-delay:342.7s;animation-delay:342.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3428){-webkit-animation-delay:342.8s;-moz-animation-delay:342.8s;-o-animation-delay:342.8s;animation-delay:342.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3429){-webkit-animation-delay:342.9s;-moz-animation-delay:342.9s;-o-animation-delay:342.9s;animation-delay:342.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3430){-webkit-animation-delay:343s;-moz-animation-delay:343s;-o-animation-delay:343s;animation-delay:343s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3431){-webkit-animation-delay:343.1s;-moz-animation-delay:343.1s;-o-animation-delay:343.1s;animation-delay:343.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3432){-webkit-animation-delay:343.2s;-moz-animation-delay:343.2s;-o-animation-delay:343.2s;animation-delay:343.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3433){-webkit-animation-delay:343.3s;-moz-animation-delay:343.3s;-o-animation-delay:343.3s;animation-delay:343.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3434){-webkit-animation-delay:343.4s;-moz-animation-delay:343.4s;-o-animation-delay:343.4s;animation-delay:343.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3435){-webkit-animation-delay:343.5s;-moz-animation-delay:343.5s;-o-animation-delay:343.5s;animation-delay:343.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3436){-webkit-animation-delay:343.6s;-moz-animation-delay:343.6s;-o-animation-delay:343.6s;animation-delay:343.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3437){-webkit-animation-delay:343.7s;-moz-animation-delay:343.7s;-o-animation-delay:343.7s;animation-delay:343.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3438){-webkit-animation-delay:343.8s;-moz-animation-delay:343.8s;-o-animation-delay:343.8s;animation-delay:343.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3439){-webkit-animation-delay:343.9s;-moz-animation-delay:343.9s;-o-animation-delay:343.9s;animation-delay:343.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3440){-webkit-animation-delay:344s;-moz-animation-delay:344s;-o-animation-delay:344s;animation-delay:344s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3441){-webkit-animation-delay:344.1s;-moz-animation-delay:344.1s;-o-animation-delay:344.1s;animation-delay:344.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3442){-webkit-animation-delay:344.2s;-moz-animation-delay:344.2s;-o-animation-delay:344.2s;animation-delay:344.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3443){-webkit-animation-delay:344.3s;-moz-animation-delay:344.3s;-o-animation-delay:344.3s;animation-delay:344.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3444){-webkit-animation-delay:344.4s;-moz-animation-delay:344.4s;-o-animation-delay:344.4s;animation-delay:344.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3445){-webkit-animation-delay:344.5s;-moz-animation-delay:344.5s;-o-animation-delay:344.5s;animation-delay:344.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3446){-webkit-animation-delay:344.6s;-moz-animation-delay:344.6s;-o-animation-delay:344.6s;animation-delay:344.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3447){-webkit-animation-delay:344.7s;-moz-animation-delay:344.7s;-o-animation-delay:344.7s;animation-delay:344.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3448){-webkit-animation-delay:344.8s;-moz-animation-delay:344.8s;-o-animation-delay:344.8s;animation-delay:344.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3449){-webkit-animation-delay:344.9s;-moz-animation-delay:344.9s;-o-animation-delay:344.9s;animation-delay:344.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3450){-webkit-animation-delay:345s;-moz-animation-delay:345s;-o-animation-delay:345s;animation-delay:345s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3451){-webkit-animation-delay:345.1s;-moz-animation-delay:345.1s;-o-animation-delay:345.1s;animation-delay:345.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3452){-webkit-animation-delay:345.2s;-moz-animation-delay:345.2s;-o-animation-delay:345.2s;animation-delay:345.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3453){-webkit-animation-delay:345.3s;-moz-animation-delay:345.3s;-o-animation-delay:345.3s;animation-delay:345.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3454){-webkit-animation-delay:345.4s;-moz-animation-delay:345.4s;-o-animation-delay:345.4s;animation-delay:345.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3455){-webkit-animation-delay:345.5s;-moz-animation-delay:345.5s;-o-animation-delay:345.5s;animation-delay:345.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3456){-webkit-animation-delay:345.6s;-moz-animation-delay:345.6s;-o-animation-delay:345.6s;animation-delay:345.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3457){-webkit-animation-delay:345.7s;-moz-animation-delay:345.7s;-o-animation-delay:345.7s;animation-delay:345.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3458){-webkit-animation-delay:345.8s;-moz-animation-delay:345.8s;-o-animation-delay:345.8s;animation-delay:345.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3459){-webkit-animation-delay:345.9s;-moz-animation-delay:345.9s;-o-animation-delay:345.9s;animation-delay:345.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3460){-webkit-animation-delay:346s;-moz-animation-delay:346s;-o-animation-delay:346s;animation-delay:346s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3461){-webkit-animation-delay:346.1s;-moz-animation-delay:346.1s;-o-animation-delay:346.1s;animation-delay:346.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3462){-webkit-animation-delay:346.2s;-moz-animation-delay:346.2s;-o-animation-delay:346.2s;animation-delay:346.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3463){-webkit-animation-delay:346.3s;-moz-animation-delay:346.3s;-o-animation-delay:346.3s;animation-delay:346.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3464){-webkit-animation-delay:346.4s;-moz-animation-delay:346.4s;-o-animation-delay:346.4s;animation-delay:346.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3465){-webkit-animation-delay:346.5s;-moz-animation-delay:346.5s;-o-animation-delay:346.5s;animation-delay:346.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3466){-webkit-animation-delay:346.6s;-moz-animation-delay:346.6s;-o-animation-delay:346.6s;animation-delay:346.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3467){-webkit-animation-delay:346.7s;-moz-animation-delay:346.7s;-o-animation-delay:346.7s;animation-delay:346.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3468){-webkit-animation-delay:346.8s;-moz-animation-delay:346.8s;-o-animation-delay:346.8s;animation-delay:346.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3469){-webkit-animation-delay:346.9s;-moz-animation-delay:346.9s;-o-animation-delay:346.9s;animation-delay:346.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3470){-webkit-animation-delay:347s;-moz-animation-delay:347s;-o-animation-delay:347s;animation-delay:347s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3471){-webkit-animation-delay:347.1s;-moz-animation-delay:347.1s;-o-animation-delay:347.1s;animation-delay:347.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3472){-webkit-animation-delay:347.2s;-moz-animation-delay:347.2s;-o-animation-delay:347.2s;animation-delay:347.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3473){-webkit-animation-delay:347.3s;-moz-animation-delay:347.3s;-o-animation-delay:347.3s;animation-delay:347.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3474){-webkit-animation-delay:347.4s;-moz-animation-delay:347.4s;-o-animation-delay:347.4s;animation-delay:347.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3475){-webkit-animation-delay:347.5s;-moz-animation-delay:347.5s;-o-animation-delay:347.5s;animation-delay:347.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3476){-webkit-animation-delay:347.6s;-moz-animation-delay:347.6s;-o-animation-delay:347.6s;animation-delay:347.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3477){-webkit-animation-delay:347.7s;-moz-animation-delay:347.7s;-o-animation-delay:347.7s;animation-delay:347.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3478){-webkit-animation-delay:347.8s;-moz-animation-delay:347.8s;-o-animation-delay:347.8s;animation-delay:347.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3479){-webkit-animation-delay:347.9s;-moz-animation-delay:347.9s;-o-animation-delay:347.9s;animation-delay:347.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3480){-webkit-animation-delay:348s;-moz-animation-delay:348s;-o-animation-delay:348s;animation-delay:348s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3481){-webkit-animation-delay:348.1s;-moz-animation-delay:348.1s;-o-animation-delay:348.1s;animation-delay:348.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3482){-webkit-animation-delay:348.2s;-moz-animation-delay:348.2s;-o-animation-delay:348.2s;animation-delay:348.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3483){-webkit-animation-delay:348.3s;-moz-animation-delay:348.3s;-o-animation-delay:348.3s;animation-delay:348.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3484){-webkit-animation-delay:348.4s;-moz-animation-delay:348.4s;-o-animation-delay:348.4s;animation-delay:348.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3485){-webkit-animation-delay:348.5s;-moz-animation-delay:348.5s;-o-animation-delay:348.5s;animation-delay:348.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3486){-webkit-animation-delay:348.6s;-moz-animation-delay:348.6s;-o-animation-delay:348.6s;animation-delay:348.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3487){-webkit-animation-delay:348.7s;-moz-animation-delay:348.7s;-o-animation-delay:348.7s;animation-delay:348.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3488){-webkit-animation-delay:348.8s;-moz-animation-delay:348.8s;-o-animation-delay:348.8s;animation-delay:348.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3489){-webkit-animation-delay:348.9s;-moz-animation-delay:348.9s;-o-animation-delay:348.9s;animation-delay:348.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3490){-webkit-animation-delay:349s;-moz-animation-delay:349s;-o-animation-delay:349s;animation-delay:349s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3491){-webkit-animation-delay:349.1s;-moz-animation-delay:349.1s;-o-animation-delay:349.1s;animation-delay:349.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3492){-webkit-animation-delay:349.2s;-moz-animation-delay:349.2s;-o-animation-delay:349.2s;animation-delay:349.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3493){-webkit-animation-delay:349.3s;-moz-animation-delay:349.3s;-o-animation-delay:349.3s;animation-delay:349.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3494){-webkit-animation-delay:349.4s;-moz-animation-delay:349.4s;-o-animation-delay:349.4s;animation-delay:349.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3495){-webkit-animation-delay:349.5s;-moz-animation-delay:349.5s;-o-animation-delay:349.5s;animation-delay:349.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3496){-webkit-animation-delay:349.6s;-moz-animation-delay:349.6s;-o-animation-delay:349.6s;animation-delay:349.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3497){-webkit-animation-delay:349.7s;-moz-animation-delay:349.7s;-o-animation-delay:349.7s;animation-delay:349.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3498){-webkit-animation-delay:349.8s;-moz-animation-delay:349.8s;-o-animation-delay:349.8s;animation-delay:349.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3499){-webkit-animation-delay:349.9s;-moz-animation-delay:349.9s;-o-animation-delay:349.9s;animation-delay:349.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3500){-webkit-animation-delay:350s;-moz-animation-delay:350s;-o-animation-delay:350s;animation-delay:350s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3501){-webkit-animation-delay:350.1s;-moz-animation-delay:350.1s;-o-animation-delay:350.1s;animation-delay:350.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3502){-webkit-animation-delay:350.2s;-moz-animation-delay:350.2s;-o-animation-delay:350.2s;animation-delay:350.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3503){-webkit-animation-delay:350.3s;-moz-animation-delay:350.3s;-o-animation-delay:350.3s;animation-delay:350.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3504){-webkit-animation-delay:350.4s;-moz-animation-delay:350.4s;-o-animation-delay:350.4s;animation-delay:350.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3505){-webkit-animation-delay:350.5s;-moz-animation-delay:350.5s;-o-animation-delay:350.5s;animation-delay:350.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3506){-webkit-animation-delay:350.6s;-moz-animation-delay:350.6s;-o-animation-delay:350.6s;animation-delay:350.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3507){-webkit-animation-delay:350.7s;-moz-animation-delay:350.7s;-o-animation-delay:350.7s;animation-delay:350.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3508){-webkit-animation-delay:350.8s;-moz-animation-delay:350.8s;-o-animation-delay:350.8s;animation-delay:350.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3509){-webkit-animation-delay:350.9s;-moz-animation-delay:350.9s;-o-animation-delay:350.9s;animation-delay:350.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3510){-webkit-animation-delay:351s;-moz-animation-delay:351s;-o-animation-delay:351s;animation-delay:351s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3511){-webkit-animation-delay:351.1s;-moz-animation-delay:351.1s;-o-animation-delay:351.1s;animation-delay:351.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3512){-webkit-animation-delay:351.2s;-moz-animation-delay:351.2s;-o-animation-delay:351.2s;animation-delay:351.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3513){-webkit-animation-delay:351.3s;-moz-animation-delay:351.3s;-o-animation-delay:351.3s;animation-delay:351.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3514){-webkit-animation-delay:351.4s;-moz-animation-delay:351.4s;-o-animation-delay:351.4s;animation-delay:351.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3515){-webkit-animation-delay:351.5s;-moz-animation-delay:351.5s;-o-animation-delay:351.5s;animation-delay:351.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3516){-webkit-animation-delay:351.6s;-moz-animation-delay:351.6s;-o-animation-delay:351.6s;animation-delay:351.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3517){-webkit-animation-delay:351.7s;-moz-animation-delay:351.7s;-o-animation-delay:351.7s;animation-delay:351.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3518){-webkit-animation-delay:351.8s;-moz-animation-delay:351.8s;-o-animation-delay:351.8s;animation-delay:351.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3519){-webkit-animation-delay:351.9s;-moz-animation-delay:351.9s;-o-animation-delay:351.9s;animation-delay:351.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3520){-webkit-animation-delay:352s;-moz-animation-delay:352s;-o-animation-delay:352s;animation-delay:352s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3521){-webkit-animation-delay:352.1s;-moz-animation-delay:352.1s;-o-animation-delay:352.1s;animation-delay:352.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3522){-webkit-animation-delay:352.2s;-moz-animation-delay:352.2s;-o-animation-delay:352.2s;animation-delay:352.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3523){-webkit-animation-delay:352.3s;-moz-animation-delay:352.3s;-o-animation-delay:352.3s;animation-delay:352.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3524){-webkit-animation-delay:352.4s;-moz-animation-delay:352.4s;-o-animation-delay:352.4s;animation-delay:352.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3525){-webkit-animation-delay:352.5s;-moz-animation-delay:352.5s;-o-animation-delay:352.5s;animation-delay:352.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3526){-webkit-animation-delay:352.6s;-moz-animation-delay:352.6s;-o-animation-delay:352.6s;animation-delay:352.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3527){-webkit-animation-delay:352.7s;-moz-animation-delay:352.7s;-o-animation-delay:352.7s;animation-delay:352.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3528){-webkit-animation-delay:352.8s;-moz-animation-delay:352.8s;-o-animation-delay:352.8s;animation-delay:352.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3529){-webkit-animation-delay:352.9s;-moz-animation-delay:352.9s;-o-animation-delay:352.9s;animation-delay:352.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3530){-webkit-animation-delay:353s;-moz-animation-delay:353s;-o-animation-delay:353s;animation-delay:353s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3531){-webkit-animation-delay:353.1s;-moz-animation-delay:353.1s;-o-animation-delay:353.1s;animation-delay:353.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3532){-webkit-animation-delay:353.2s;-moz-animation-delay:353.2s;-o-animation-delay:353.2s;animation-delay:353.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3533){-webkit-animation-delay:353.3s;-moz-animation-delay:353.3s;-o-animation-delay:353.3s;animation-delay:353.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3534){-webkit-animation-delay:353.4s;-moz-animation-delay:353.4s;-o-animation-delay:353.4s;animation-delay:353.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3535){-webkit-animation-delay:353.5s;-moz-animation-delay:353.5s;-o-animation-delay:353.5s;animation-delay:353.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3536){-webkit-animation-delay:353.6s;-moz-animation-delay:353.6s;-o-animation-delay:353.6s;animation-delay:353.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3537){-webkit-animation-delay:353.7s;-moz-animation-delay:353.7s;-o-animation-delay:353.7s;animation-delay:353.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3538){-webkit-animation-delay:353.8s;-moz-animation-delay:353.8s;-o-animation-delay:353.8s;animation-delay:353.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3539){-webkit-animation-delay:353.9s;-moz-animation-delay:353.9s;-o-animation-delay:353.9s;animation-delay:353.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3540){-webkit-animation-delay:354s;-moz-animation-delay:354s;-o-animation-delay:354s;animation-delay:354s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3541){-webkit-animation-delay:354.1s;-moz-animation-delay:354.1s;-o-animation-delay:354.1s;animation-delay:354.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3542){-webkit-animation-delay:354.2s;-moz-animation-delay:354.2s;-o-animation-delay:354.2s;animation-delay:354.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3543){-webkit-animation-delay:354.3s;-moz-animation-delay:354.3s;-o-animation-delay:354.3s;animation-delay:354.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3544){-webkit-animation-delay:354.4s;-moz-animation-delay:354.4s;-o-animation-delay:354.4s;animation-delay:354.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3545){-webkit-animation-delay:354.5s;-moz-animation-delay:354.5s;-o-animation-delay:354.5s;animation-delay:354.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3546){-webkit-animation-delay:354.6s;-moz-animation-delay:354.6s;-o-animation-delay:354.6s;animation-delay:354.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3547){-webkit-animation-delay:354.7s;-moz-animation-delay:354.7s;-o-animation-delay:354.7s;animation-delay:354.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3548){-webkit-animation-delay:354.8s;-moz-animation-delay:354.8s;-o-animation-delay:354.8s;animation-delay:354.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3549){-webkit-animation-delay:354.9s;-moz-animation-delay:354.9s;-o-animation-delay:354.9s;animation-delay:354.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3550){-webkit-animation-delay:355s;-moz-animation-delay:355s;-o-animation-delay:355s;animation-delay:355s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3551){-webkit-animation-delay:355.1s;-moz-animation-delay:355.1s;-o-animation-delay:355.1s;animation-delay:355.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3552){-webkit-animation-delay:355.2s;-moz-animation-delay:355.2s;-o-animation-delay:355.2s;animation-delay:355.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3553){-webkit-animation-delay:355.3s;-moz-animation-delay:355.3s;-o-animation-delay:355.3s;animation-delay:355.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3554){-webkit-animation-delay:355.4s;-moz-animation-delay:355.4s;-o-animation-delay:355.4s;animation-delay:355.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3555){-webkit-animation-delay:355.5s;-moz-animation-delay:355.5s;-o-animation-delay:355.5s;animation-delay:355.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3556){-webkit-animation-delay:355.6s;-moz-animation-delay:355.6s;-o-animation-delay:355.6s;animation-delay:355.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3557){-webkit-animation-delay:355.7s;-moz-animation-delay:355.7s;-o-animation-delay:355.7s;animation-delay:355.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3558){-webkit-animation-delay:355.8s;-moz-animation-delay:355.8s;-o-animation-delay:355.8s;animation-delay:355.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3559){-webkit-animation-delay:355.9s;-moz-animation-delay:355.9s;-o-animation-delay:355.9s;animation-delay:355.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3560){-webkit-animation-delay:356s;-moz-animation-delay:356s;-o-animation-delay:356s;animation-delay:356s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3561){-webkit-animation-delay:356.1s;-moz-animation-delay:356.1s;-o-animation-delay:356.1s;animation-delay:356.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3562){-webkit-animation-delay:356.2s;-moz-animation-delay:356.2s;-o-animation-delay:356.2s;animation-delay:356.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3563){-webkit-animation-delay:356.3s;-moz-animation-delay:356.3s;-o-animation-delay:356.3s;animation-delay:356.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3564){-webkit-animation-delay:356.4s;-moz-animation-delay:356.4s;-o-animation-delay:356.4s;animation-delay:356.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3565){-webkit-animation-delay:356.5s;-moz-animation-delay:356.5s;-o-animation-delay:356.5s;animation-delay:356.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3566){-webkit-animation-delay:356.6s;-moz-animation-delay:356.6s;-o-animation-delay:356.6s;animation-delay:356.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3567){-webkit-animation-delay:356.7s;-moz-animation-delay:356.7s;-o-animation-delay:356.7s;animation-delay:356.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3568){-webkit-animation-delay:356.8s;-moz-animation-delay:356.8s;-o-animation-delay:356.8s;animation-delay:356.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3569){-webkit-animation-delay:356.9s;-moz-animation-delay:356.9s;-o-animation-delay:356.9s;animation-delay:356.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3570){-webkit-animation-delay:357s;-moz-animation-delay:357s;-o-animation-delay:357s;animation-delay:357s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3571){-webkit-animation-delay:357.1s;-moz-animation-delay:357.1s;-o-animation-delay:357.1s;animation-delay:357.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3572){-webkit-animation-delay:357.2s;-moz-animation-delay:357.2s;-o-animation-delay:357.2s;animation-delay:357.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3573){-webkit-animation-delay:357.3s;-moz-animation-delay:357.3s;-o-animation-delay:357.3s;animation-delay:357.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3574){-webkit-animation-delay:357.4s;-moz-animation-delay:357.4s;-o-animation-delay:357.4s;animation-delay:357.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3575){-webkit-animation-delay:357.5s;-moz-animation-delay:357.5s;-o-animation-delay:357.5s;animation-delay:357.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3576){-webkit-animation-delay:357.6s;-moz-animation-delay:357.6s;-o-animation-delay:357.6s;animation-delay:357.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3577){-webkit-animation-delay:357.7s;-moz-animation-delay:357.7s;-o-animation-delay:357.7s;animation-delay:357.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3578){-webkit-animation-delay:357.8s;-moz-animation-delay:357.8s;-o-animation-delay:357.8s;animation-delay:357.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3579){-webkit-animation-delay:357.9s;-moz-animation-delay:357.9s;-o-animation-delay:357.9s;animation-delay:357.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3580){-webkit-animation-delay:358s;-moz-animation-delay:358s;-o-animation-delay:358s;animation-delay:358s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3581){-webkit-animation-delay:358.1s;-moz-animation-delay:358.1s;-o-animation-delay:358.1s;animation-delay:358.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3582){-webkit-animation-delay:358.2s;-moz-animation-delay:358.2s;-o-animation-delay:358.2s;animation-delay:358.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3583){-webkit-animation-delay:358.3s;-moz-animation-delay:358.3s;-o-animation-delay:358.3s;animation-delay:358.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3584){-webkit-animation-delay:358.4s;-moz-animation-delay:358.4s;-o-animation-delay:358.4s;animation-delay:358.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3585){-webkit-animation-delay:358.5s;-moz-animation-delay:358.5s;-o-animation-delay:358.5s;animation-delay:358.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3586){-webkit-animation-delay:358.6s;-moz-animation-delay:358.6s;-o-animation-delay:358.6s;animation-delay:358.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3587){-webkit-animation-delay:358.7s;-moz-animation-delay:358.7s;-o-animation-delay:358.7s;animation-delay:358.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3588){-webkit-animation-delay:358.8s;-moz-animation-delay:358.8s;-o-animation-delay:358.8s;animation-delay:358.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3589){-webkit-animation-delay:358.9s;-moz-animation-delay:358.9s;-o-animation-delay:358.9s;animation-delay:358.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3590){-webkit-animation-delay:359s;-moz-animation-delay:359s;-o-animation-delay:359s;animation-delay:359s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3591){-webkit-animation-delay:359.1s;-moz-animation-delay:359.1s;-o-animation-delay:359.1s;animation-delay:359.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3592){-webkit-animation-delay:359.2s;-moz-animation-delay:359.2s;-o-animation-delay:359.2s;animation-delay:359.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3593){-webkit-animation-delay:359.3s;-moz-animation-delay:359.3s;-o-animation-delay:359.3s;animation-delay:359.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3594){-webkit-animation-delay:359.4s;-moz-animation-delay:359.4s;-o-animation-delay:359.4s;animation-delay:359.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3595){-webkit-animation-delay:359.5s;-moz-animation-delay:359.5s;-o-animation-delay:359.5s;animation-delay:359.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3596){-webkit-animation-delay:359.6s;-moz-animation-delay:359.6s;-o-animation-delay:359.6s;animation-delay:359.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3597){-webkit-animation-delay:359.7s;-moz-animation-delay:359.7s;-o-animation-delay:359.7s;animation-delay:359.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3598){-webkit-animation-delay:359.8s;-moz-animation-delay:359.8s;-o-animation-delay:359.8s;animation-delay:359.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3599){-webkit-animation-delay:359.9s;-moz-animation-delay:359.9s;-o-animation-delay:359.9s;animation-delay:359.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3600){-webkit-animation-delay:360s;-moz-animation-delay:360s;-o-animation-delay:360s;animation-delay:360s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3601){-webkit-animation-delay:360.1s;-moz-animation-delay:360.1s;-o-animation-delay:360.1s;animation-delay:360.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3602){-webkit-animation-delay:360.2s;-moz-animation-delay:360.2s;-o-animation-delay:360.2s;animation-delay:360.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3603){-webkit-animation-delay:360.3s;-moz-animation-delay:360.3s;-o-animation-delay:360.3s;animation-delay:360.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3604){-webkit-animation-delay:360.4s;-moz-animation-delay:360.4s;-o-animation-delay:360.4s;animation-delay:360.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3605){-webkit-animation-delay:360.5s;-moz-animation-delay:360.5s;-o-animation-delay:360.5s;animation-delay:360.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3606){-webkit-animation-delay:360.6s;-moz-animation-delay:360.6s;-o-animation-delay:360.6s;animation-delay:360.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3607){-webkit-animation-delay:360.7s;-moz-animation-delay:360.7s;-o-animation-delay:360.7s;animation-delay:360.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3608){-webkit-animation-delay:360.8s;-moz-animation-delay:360.8s;-o-animation-delay:360.8s;animation-delay:360.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3609){-webkit-animation-delay:360.9s;-moz-animation-delay:360.9s;-o-animation-delay:360.9s;animation-delay:360.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3610){-webkit-animation-delay:361s;-moz-animation-delay:361s;-o-animation-delay:361s;animation-delay:361s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3611){-webkit-animation-delay:361.1s;-moz-animation-delay:361.1s;-o-animation-delay:361.1s;animation-delay:361.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3612){-webkit-animation-delay:361.2s;-moz-animation-delay:361.2s;-o-animation-delay:361.2s;animation-delay:361.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3613){-webkit-animation-delay:361.3s;-moz-animation-delay:361.3s;-o-animation-delay:361.3s;animation-delay:361.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3614){-webkit-animation-delay:361.4s;-moz-animation-delay:361.4s;-o-animation-delay:361.4s;animation-delay:361.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3615){-webkit-animation-delay:361.5s;-moz-animation-delay:361.5s;-o-animation-delay:361.5s;animation-delay:361.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3616){-webkit-animation-delay:361.6s;-moz-animation-delay:361.6s;-o-animation-delay:361.6s;animation-delay:361.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3617){-webkit-animation-delay:361.7s;-moz-animation-delay:361.7s;-o-animation-delay:361.7s;animation-delay:361.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3618){-webkit-animation-delay:361.8s;-moz-animation-delay:361.8s;-o-animation-delay:361.8s;animation-delay:361.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3619){-webkit-animation-delay:361.9s;-moz-animation-delay:361.9s;-o-animation-delay:361.9s;animation-delay:361.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3620){-webkit-animation-delay:362s;-moz-animation-delay:362s;-o-animation-delay:362s;animation-delay:362s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3621){-webkit-animation-delay:362.1s;-moz-animation-delay:362.1s;-o-animation-delay:362.1s;animation-delay:362.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3622){-webkit-animation-delay:362.2s;-moz-animation-delay:362.2s;-o-animation-delay:362.2s;animation-delay:362.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3623){-webkit-animation-delay:362.3s;-moz-animation-delay:362.3s;-o-animation-delay:362.3s;animation-delay:362.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3624){-webkit-animation-delay:362.4s;-moz-animation-delay:362.4s;-o-animation-delay:362.4s;animation-delay:362.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3625){-webkit-animation-delay:362.5s;-moz-animation-delay:362.5s;-o-animation-delay:362.5s;animation-delay:362.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3626){-webkit-animation-delay:362.6s;-moz-animation-delay:362.6s;-o-animation-delay:362.6s;animation-delay:362.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3627){-webkit-animation-delay:362.7s;-moz-animation-delay:362.7s;-o-animation-delay:362.7s;animation-delay:362.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3628){-webkit-animation-delay:362.8s;-moz-animation-delay:362.8s;-o-animation-delay:362.8s;animation-delay:362.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3629){-webkit-animation-delay:362.9s;-moz-animation-delay:362.9s;-o-animation-delay:362.9s;animation-delay:362.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3630){-webkit-animation-delay:363s;-moz-animation-delay:363s;-o-animation-delay:363s;animation-delay:363s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3631){-webkit-animation-delay:363.1s;-moz-animation-delay:363.1s;-o-animation-delay:363.1s;animation-delay:363.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3632){-webkit-animation-delay:363.2s;-moz-animation-delay:363.2s;-o-animation-delay:363.2s;animation-delay:363.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3633){-webkit-animation-delay:363.3s;-moz-animation-delay:363.3s;-o-animation-delay:363.3s;animation-delay:363.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3634){-webkit-animation-delay:363.4s;-moz-animation-delay:363.4s;-o-animation-delay:363.4s;animation-delay:363.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3635){-webkit-animation-delay:363.5s;-moz-animation-delay:363.5s;-o-animation-delay:363.5s;animation-delay:363.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3636){-webkit-animation-delay:363.6s;-moz-animation-delay:363.6s;-o-animation-delay:363.6s;animation-delay:363.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3637){-webkit-animation-delay:363.7s;-moz-animation-delay:363.7s;-o-animation-delay:363.7s;animation-delay:363.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3638){-webkit-animation-delay:363.8s;-moz-animation-delay:363.8s;-o-animation-delay:363.8s;animation-delay:363.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3639){-webkit-animation-delay:363.9s;-moz-animation-delay:363.9s;-o-animation-delay:363.9s;animation-delay:363.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3640){-webkit-animation-delay:364s;-moz-animation-delay:364s;-o-animation-delay:364s;animation-delay:364s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3641){-webkit-animation-delay:364.1s;-moz-animation-delay:364.1s;-o-animation-delay:364.1s;animation-delay:364.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3642){-webkit-animation-delay:364.2s;-moz-animation-delay:364.2s;-o-animation-delay:364.2s;animation-delay:364.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3643){-webkit-animation-delay:364.3s;-moz-animation-delay:364.3s;-o-animation-delay:364.3s;animation-delay:364.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3644){-webkit-animation-delay:364.4s;-moz-animation-delay:364.4s;-o-animation-delay:364.4s;animation-delay:364.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3645){-webkit-animation-delay:364.5s;-moz-animation-delay:364.5s;-o-animation-delay:364.5s;animation-delay:364.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3646){-webkit-animation-delay:364.6s;-moz-animation-delay:364.6s;-o-animation-delay:364.6s;animation-delay:364.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3647){-webkit-animation-delay:364.7s;-moz-animation-delay:364.7s;-o-animation-delay:364.7s;animation-delay:364.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3648){-webkit-animation-delay:364.8s;-moz-animation-delay:364.8s;-o-animation-delay:364.8s;animation-delay:364.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3649){-webkit-animation-delay:364.9s;-moz-animation-delay:364.9s;-o-animation-delay:364.9s;animation-delay:364.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3650){-webkit-animation-delay:365s;-moz-animation-delay:365s;-o-animation-delay:365s;animation-delay:365s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3651){-webkit-animation-delay:365.1s;-moz-animation-delay:365.1s;-o-animation-delay:365.1s;animation-delay:365.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3652){-webkit-animation-delay:365.2s;-moz-animation-delay:365.2s;-o-animation-delay:365.2s;animation-delay:365.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3653){-webkit-animation-delay:365.3s;-moz-animation-delay:365.3s;-o-animation-delay:365.3s;animation-delay:365.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3654){-webkit-animation-delay:365.4s;-moz-animation-delay:365.4s;-o-animation-delay:365.4s;animation-delay:365.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3655){-webkit-animation-delay:365.5s;-moz-animation-delay:365.5s;-o-animation-delay:365.5s;animation-delay:365.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3656){-webkit-animation-delay:365.6s;-moz-animation-delay:365.6s;-o-animation-delay:365.6s;animation-delay:365.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3657){-webkit-animation-delay:365.7s;-moz-animation-delay:365.7s;-o-animation-delay:365.7s;animation-delay:365.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3658){-webkit-animation-delay:365.8s;-moz-animation-delay:365.8s;-o-animation-delay:365.8s;animation-delay:365.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3659){-webkit-animation-delay:365.9s;-moz-animation-delay:365.9s;-o-animation-delay:365.9s;animation-delay:365.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3660){-webkit-animation-delay:366s;-moz-animation-delay:366s;-o-animation-delay:366s;animation-delay:366s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3661){-webkit-animation-delay:366.1s;-moz-animation-delay:366.1s;-o-animation-delay:366.1s;animation-delay:366.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3662){-webkit-animation-delay:366.2s;-moz-animation-delay:366.2s;-o-animation-delay:366.2s;animation-delay:366.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3663){-webkit-animation-delay:366.3s;-moz-animation-delay:366.3s;-o-animation-delay:366.3s;animation-delay:366.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3664){-webkit-animation-delay:366.4s;-moz-animation-delay:366.4s;-o-animation-delay:366.4s;animation-delay:366.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3665){-webkit-animation-delay:366.5s;-moz-animation-delay:366.5s;-o-animation-delay:366.5s;animation-delay:366.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3666){-webkit-animation-delay:366.6s;-moz-animation-delay:366.6s;-o-animation-delay:366.6s;animation-delay:366.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3667){-webkit-animation-delay:366.7s;-moz-animation-delay:366.7s;-o-animation-delay:366.7s;animation-delay:366.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3668){-webkit-animation-delay:366.8s;-moz-animation-delay:366.8s;-o-animation-delay:366.8s;animation-delay:366.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3669){-webkit-animation-delay:366.9s;-moz-animation-delay:366.9s;-o-animation-delay:366.9s;animation-delay:366.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3670){-webkit-animation-delay:367s;-moz-animation-delay:367s;-o-animation-delay:367s;animation-delay:367s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3671){-webkit-animation-delay:367.1s;-moz-animation-delay:367.1s;-o-animation-delay:367.1s;animation-delay:367.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3672){-webkit-animation-delay:367.2s;-moz-animation-delay:367.2s;-o-animation-delay:367.2s;animation-delay:367.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3673){-webkit-animation-delay:367.3s;-moz-animation-delay:367.3s;-o-animation-delay:367.3s;animation-delay:367.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3674){-webkit-animation-delay:367.4s;-moz-animation-delay:367.4s;-o-animation-delay:367.4s;animation-delay:367.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3675){-webkit-animation-delay:367.5s;-moz-animation-delay:367.5s;-o-animation-delay:367.5s;animation-delay:367.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3676){-webkit-animation-delay:367.6s;-moz-animation-delay:367.6s;-o-animation-delay:367.6s;animation-delay:367.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3677){-webkit-animation-delay:367.7s;-moz-animation-delay:367.7s;-o-animation-delay:367.7s;animation-delay:367.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3678){-webkit-animation-delay:367.8s;-moz-animation-delay:367.8s;-o-animation-delay:367.8s;animation-delay:367.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3679){-webkit-animation-delay:367.9s;-moz-animation-delay:367.9s;-o-animation-delay:367.9s;animation-delay:367.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3680){-webkit-animation-delay:368s;-moz-animation-delay:368s;-o-animation-delay:368s;animation-delay:368s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3681){-webkit-animation-delay:368.1s;-moz-animation-delay:368.1s;-o-animation-delay:368.1s;animation-delay:368.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3682){-webkit-animation-delay:368.2s;-moz-animation-delay:368.2s;-o-animation-delay:368.2s;animation-delay:368.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3683){-webkit-animation-delay:368.3s;-moz-animation-delay:368.3s;-o-animation-delay:368.3s;animation-delay:368.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3684){-webkit-animation-delay:368.4s;-moz-animation-delay:368.4s;-o-animation-delay:368.4s;animation-delay:368.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3685){-webkit-animation-delay:368.5s;-moz-animation-delay:368.5s;-o-animation-delay:368.5s;animation-delay:368.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3686){-webkit-animation-delay:368.6s;-moz-animation-delay:368.6s;-o-animation-delay:368.6s;animation-delay:368.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3687){-webkit-animation-delay:368.7s;-moz-animation-delay:368.7s;-o-animation-delay:368.7s;animation-delay:368.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3688){-webkit-animation-delay:368.8s;-moz-animation-delay:368.8s;-o-animation-delay:368.8s;animation-delay:368.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3689){-webkit-animation-delay:368.9s;-moz-animation-delay:368.9s;-o-animation-delay:368.9s;animation-delay:368.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3690){-webkit-animation-delay:369s;-moz-animation-delay:369s;-o-animation-delay:369s;animation-delay:369s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3691){-webkit-animation-delay:369.1s;-moz-animation-delay:369.1s;-o-animation-delay:369.1s;animation-delay:369.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3692){-webkit-animation-delay:369.2s;-moz-animation-delay:369.2s;-o-animation-delay:369.2s;animation-delay:369.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3693){-webkit-animation-delay:369.3s;-moz-animation-delay:369.3s;-o-animation-delay:369.3s;animation-delay:369.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3694){-webkit-animation-delay:369.4s;-moz-animation-delay:369.4s;-o-animation-delay:369.4s;animation-delay:369.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3695){-webkit-animation-delay:369.5s;-moz-animation-delay:369.5s;-o-animation-delay:369.5s;animation-delay:369.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3696){-webkit-animation-delay:369.6s;-moz-animation-delay:369.6s;-o-animation-delay:369.6s;animation-delay:369.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3697){-webkit-animation-delay:369.7s;-moz-animation-delay:369.7s;-o-animation-delay:369.7s;animation-delay:369.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3698){-webkit-animation-delay:369.8s;-moz-animation-delay:369.8s;-o-animation-delay:369.8s;animation-delay:369.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3699){-webkit-animation-delay:369.9s;-moz-animation-delay:369.9s;-o-animation-delay:369.9s;animation-delay:369.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3700){-webkit-animation-delay:370s;-moz-animation-delay:370s;-o-animation-delay:370s;animation-delay:370s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3701){-webkit-animation-delay:370.1s;-moz-animation-delay:370.1s;-o-animation-delay:370.1s;animation-delay:370.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3702){-webkit-animation-delay:370.2s;-moz-animation-delay:370.2s;-o-animation-delay:370.2s;animation-delay:370.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3703){-webkit-animation-delay:370.3s;-moz-animation-delay:370.3s;-o-animation-delay:370.3s;animation-delay:370.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3704){-webkit-animation-delay:370.4s;-moz-animation-delay:370.4s;-o-animation-delay:370.4s;animation-delay:370.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3705){-webkit-animation-delay:370.5s;-moz-animation-delay:370.5s;-o-animation-delay:370.5s;animation-delay:370.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3706){-webkit-animation-delay:370.6s;-moz-animation-delay:370.6s;-o-animation-delay:370.6s;animation-delay:370.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3707){-webkit-animation-delay:370.7s;-moz-animation-delay:370.7s;-o-animation-delay:370.7s;animation-delay:370.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3708){-webkit-animation-delay:370.8s;-moz-animation-delay:370.8s;-o-animation-delay:370.8s;animation-delay:370.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3709){-webkit-animation-delay:370.9s;-moz-animation-delay:370.9s;-o-animation-delay:370.9s;animation-delay:370.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3710){-webkit-animation-delay:371s;-moz-animation-delay:371s;-o-animation-delay:371s;animation-delay:371s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3711){-webkit-animation-delay:371.1s;-moz-animation-delay:371.1s;-o-animation-delay:371.1s;animation-delay:371.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3712){-webkit-animation-delay:371.2s;-moz-animation-delay:371.2s;-o-animation-delay:371.2s;animation-delay:371.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3713){-webkit-animation-delay:371.3s;-moz-animation-delay:371.3s;-o-animation-delay:371.3s;animation-delay:371.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3714){-webkit-animation-delay:371.4s;-moz-animation-delay:371.4s;-o-animation-delay:371.4s;animation-delay:371.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3715){-webkit-animation-delay:371.5s;-moz-animation-delay:371.5s;-o-animation-delay:371.5s;animation-delay:371.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3716){-webkit-animation-delay:371.6s;-moz-animation-delay:371.6s;-o-animation-delay:371.6s;animation-delay:371.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3717){-webkit-animation-delay:371.7s;-moz-animation-delay:371.7s;-o-animation-delay:371.7s;animation-delay:371.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3718){-webkit-animation-delay:371.8s;-moz-animation-delay:371.8s;-o-animation-delay:371.8s;animation-delay:371.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3719){-webkit-animation-delay:371.9s;-moz-animation-delay:371.9s;-o-animation-delay:371.9s;animation-delay:371.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3720){-webkit-animation-delay:372s;-moz-animation-delay:372s;-o-animation-delay:372s;animation-delay:372s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3721){-webkit-animation-delay:372.1s;-moz-animation-delay:372.1s;-o-animation-delay:372.1s;animation-delay:372.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3722){-webkit-animation-delay:372.2s;-moz-animation-delay:372.2s;-o-animation-delay:372.2s;animation-delay:372.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3723){-webkit-animation-delay:372.3s;-moz-animation-delay:372.3s;-o-animation-delay:372.3s;animation-delay:372.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3724){-webkit-animation-delay:372.4s;-moz-animation-delay:372.4s;-o-animation-delay:372.4s;animation-delay:372.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3725){-webkit-animation-delay:372.5s;-moz-animation-delay:372.5s;-o-animation-delay:372.5s;animation-delay:372.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3726){-webkit-animation-delay:372.6s;-moz-animation-delay:372.6s;-o-animation-delay:372.6s;animation-delay:372.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3727){-webkit-animation-delay:372.7s;-moz-animation-delay:372.7s;-o-animation-delay:372.7s;animation-delay:372.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3728){-webkit-animation-delay:372.8s;-moz-animation-delay:372.8s;-o-animation-delay:372.8s;animation-delay:372.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3729){-webkit-animation-delay:372.9s;-moz-animation-delay:372.9s;-o-animation-delay:372.9s;animation-delay:372.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3730){-webkit-animation-delay:373s;-moz-animation-delay:373s;-o-animation-delay:373s;animation-delay:373s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3731){-webkit-animation-delay:373.1s;-moz-animation-delay:373.1s;-o-animation-delay:373.1s;animation-delay:373.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3732){-webkit-animation-delay:373.2s;-moz-animation-delay:373.2s;-o-animation-delay:373.2s;animation-delay:373.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3733){-webkit-animation-delay:373.3s;-moz-animation-delay:373.3s;-o-animation-delay:373.3s;animation-delay:373.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3734){-webkit-animation-delay:373.4s;-moz-animation-delay:373.4s;-o-animation-delay:373.4s;animation-delay:373.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3735){-webkit-animation-delay:373.5s;-moz-animation-delay:373.5s;-o-animation-delay:373.5s;animation-delay:373.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3736){-webkit-animation-delay:373.6s;-moz-animation-delay:373.6s;-o-animation-delay:373.6s;animation-delay:373.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3737){-webkit-animation-delay:373.7s;-moz-animation-delay:373.7s;-o-animation-delay:373.7s;animation-delay:373.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3738){-webkit-animation-delay:373.8s;-moz-animation-delay:373.8s;-o-animation-delay:373.8s;animation-delay:373.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3739){-webkit-animation-delay:373.9s;-moz-animation-delay:373.9s;-o-animation-delay:373.9s;animation-delay:373.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3740){-webkit-animation-delay:374s;-moz-animation-delay:374s;-o-animation-delay:374s;animation-delay:374s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3741){-webkit-animation-delay:374.1s;-moz-animation-delay:374.1s;-o-animation-delay:374.1s;animation-delay:374.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3742){-webkit-animation-delay:374.2s;-moz-animation-delay:374.2s;-o-animation-delay:374.2s;animation-delay:374.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3743){-webkit-animation-delay:374.3s;-moz-animation-delay:374.3s;-o-animation-delay:374.3s;animation-delay:374.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3744){-webkit-animation-delay:374.4s;-moz-animation-delay:374.4s;-o-animation-delay:374.4s;animation-delay:374.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3745){-webkit-animation-delay:374.5s;-moz-animation-delay:374.5s;-o-animation-delay:374.5s;animation-delay:374.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3746){-webkit-animation-delay:374.6s;-moz-animation-delay:374.6s;-o-animation-delay:374.6s;animation-delay:374.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3747){-webkit-animation-delay:374.7s;-moz-animation-delay:374.7s;-o-animation-delay:374.7s;animation-delay:374.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3748){-webkit-animation-delay:374.8s;-moz-animation-delay:374.8s;-o-animation-delay:374.8s;animation-delay:374.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3749){-webkit-animation-delay:374.9s;-moz-animation-delay:374.9s;-o-animation-delay:374.9s;animation-delay:374.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3750){-webkit-animation-delay:375s;-moz-animation-delay:375s;-o-animation-delay:375s;animation-delay:375s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3751){-webkit-animation-delay:375.1s;-moz-animation-delay:375.1s;-o-animation-delay:375.1s;animation-delay:375.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3752){-webkit-animation-delay:375.2s;-moz-animation-delay:375.2s;-o-animation-delay:375.2s;animation-delay:375.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3753){-webkit-animation-delay:375.3s;-moz-animation-delay:375.3s;-o-animation-delay:375.3s;animation-delay:375.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3754){-webkit-animation-delay:375.4s;-moz-animation-delay:375.4s;-o-animation-delay:375.4s;animation-delay:375.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3755){-webkit-animation-delay:375.5s;-moz-animation-delay:375.5s;-o-animation-delay:375.5s;animation-delay:375.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3756){-webkit-animation-delay:375.6s;-moz-animation-delay:375.6s;-o-animation-delay:375.6s;animation-delay:375.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3757){-webkit-animation-delay:375.7s;-moz-animation-delay:375.7s;-o-animation-delay:375.7s;animation-delay:375.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3758){-webkit-animation-delay:375.8s;-moz-animation-delay:375.8s;-o-animation-delay:375.8s;animation-delay:375.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3759){-webkit-animation-delay:375.9s;-moz-animation-delay:375.9s;-o-animation-delay:375.9s;animation-delay:375.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3760){-webkit-animation-delay:376s;-moz-animation-delay:376s;-o-animation-delay:376s;animation-delay:376s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3761){-webkit-animation-delay:376.1s;-moz-animation-delay:376.1s;-o-animation-delay:376.1s;animation-delay:376.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3762){-webkit-animation-delay:376.2s;-moz-animation-delay:376.2s;-o-animation-delay:376.2s;animation-delay:376.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3763){-webkit-animation-delay:376.3s;-moz-animation-delay:376.3s;-o-animation-delay:376.3s;animation-delay:376.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3764){-webkit-animation-delay:376.4s;-moz-animation-delay:376.4s;-o-animation-delay:376.4s;animation-delay:376.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3765){-webkit-animation-delay:376.5s;-moz-animation-delay:376.5s;-o-animation-delay:376.5s;animation-delay:376.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3766){-webkit-animation-delay:376.6s;-moz-animation-delay:376.6s;-o-animation-delay:376.6s;animation-delay:376.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3767){-webkit-animation-delay:376.7s;-moz-animation-delay:376.7s;-o-animation-delay:376.7s;animation-delay:376.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3768){-webkit-animation-delay:376.8s;-moz-animation-delay:376.8s;-o-animation-delay:376.8s;animation-delay:376.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3769){-webkit-animation-delay:376.9s;-moz-animation-delay:376.9s;-o-animation-delay:376.9s;animation-delay:376.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3770){-webkit-animation-delay:377s;-moz-animation-delay:377s;-o-animation-delay:377s;animation-delay:377s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3771){-webkit-animation-delay:377.1s;-moz-animation-delay:377.1s;-o-animation-delay:377.1s;animation-delay:377.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3772){-webkit-animation-delay:377.2s;-moz-animation-delay:377.2s;-o-animation-delay:377.2s;animation-delay:377.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3773){-webkit-animation-delay:377.3s;-moz-animation-delay:377.3s;-o-animation-delay:377.3s;animation-delay:377.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3774){-webkit-animation-delay:377.4s;-moz-animation-delay:377.4s;-o-animation-delay:377.4s;animation-delay:377.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3775){-webkit-animation-delay:377.5s;-moz-animation-delay:377.5s;-o-animation-delay:377.5s;animation-delay:377.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3776){-webkit-animation-delay:377.6s;-moz-animation-delay:377.6s;-o-animation-delay:377.6s;animation-delay:377.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3777){-webkit-animation-delay:377.7s;-moz-animation-delay:377.7s;-o-animation-delay:377.7s;animation-delay:377.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3778){-webkit-animation-delay:377.8s;-moz-animation-delay:377.8s;-o-animation-delay:377.8s;animation-delay:377.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3779){-webkit-animation-delay:377.9s;-moz-animation-delay:377.9s;-o-animation-delay:377.9s;animation-delay:377.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3780){-webkit-animation-delay:378s;-moz-animation-delay:378s;-o-animation-delay:378s;animation-delay:378s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3781){-webkit-animation-delay:378.1s;-moz-animation-delay:378.1s;-o-animation-delay:378.1s;animation-delay:378.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3782){-webkit-animation-delay:378.2s;-moz-animation-delay:378.2s;-o-animation-delay:378.2s;animation-delay:378.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3783){-webkit-animation-delay:378.3s;-moz-animation-delay:378.3s;-o-animation-delay:378.3s;animation-delay:378.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3784){-webkit-animation-delay:378.4s;-moz-animation-delay:378.4s;-o-animation-delay:378.4s;animation-delay:378.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3785){-webkit-animation-delay:378.5s;-moz-animation-delay:378.5s;-o-animation-delay:378.5s;animation-delay:378.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3786){-webkit-animation-delay:378.6s;-moz-animation-delay:378.6s;-o-animation-delay:378.6s;animation-delay:378.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3787){-webkit-animation-delay:378.7s;-moz-animation-delay:378.7s;-o-animation-delay:378.7s;animation-delay:378.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3788){-webkit-animation-delay:378.8s;-moz-animation-delay:378.8s;-o-animation-delay:378.8s;animation-delay:378.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3789){-webkit-animation-delay:378.9s;-moz-animation-delay:378.9s;-o-animation-delay:378.9s;animation-delay:378.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3790){-webkit-animation-delay:379s;-moz-animation-delay:379s;-o-animation-delay:379s;animation-delay:379s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3791){-webkit-animation-delay:379.1s;-moz-animation-delay:379.1s;-o-animation-delay:379.1s;animation-delay:379.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3792){-webkit-animation-delay:379.2s;-moz-animation-delay:379.2s;-o-animation-delay:379.2s;animation-delay:379.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3793){-webkit-animation-delay:379.3s;-moz-animation-delay:379.3s;-o-animation-delay:379.3s;animation-delay:379.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3794){-webkit-animation-delay:379.4s;-moz-animation-delay:379.4s;-o-animation-delay:379.4s;animation-delay:379.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3795){-webkit-animation-delay:379.5s;-moz-animation-delay:379.5s;-o-animation-delay:379.5s;animation-delay:379.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3796){-webkit-animation-delay:379.6s;-moz-animation-delay:379.6s;-o-animation-delay:379.6s;animation-delay:379.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3797){-webkit-animation-delay:379.7s;-moz-animation-delay:379.7s;-o-animation-delay:379.7s;animation-delay:379.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3798){-webkit-animation-delay:379.8s;-moz-animation-delay:379.8s;-o-animation-delay:379.8s;animation-delay:379.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3799){-webkit-animation-delay:379.9s;-moz-animation-delay:379.9s;-o-animation-delay:379.9s;animation-delay:379.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3800){-webkit-animation-delay:380s;-moz-animation-delay:380s;-o-animation-delay:380s;animation-delay:380s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3801){-webkit-animation-delay:380.1s;-moz-animation-delay:380.1s;-o-animation-delay:380.1s;animation-delay:380.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3802){-webkit-animation-delay:380.2s;-moz-animation-delay:380.2s;-o-animation-delay:380.2s;animation-delay:380.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3803){-webkit-animation-delay:380.3s;-moz-animation-delay:380.3s;-o-animation-delay:380.3s;animation-delay:380.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3804){-webkit-animation-delay:380.4s;-moz-animation-delay:380.4s;-o-animation-delay:380.4s;animation-delay:380.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3805){-webkit-animation-delay:380.5s;-moz-animation-delay:380.5s;-o-animation-delay:380.5s;animation-delay:380.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3806){-webkit-animation-delay:380.6s;-moz-animation-delay:380.6s;-o-animation-delay:380.6s;animation-delay:380.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3807){-webkit-animation-delay:380.7s;-moz-animation-delay:380.7s;-o-animation-delay:380.7s;animation-delay:380.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3808){-webkit-animation-delay:380.8s;-moz-animation-delay:380.8s;-o-animation-delay:380.8s;animation-delay:380.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3809){-webkit-animation-delay:380.9s;-moz-animation-delay:380.9s;-o-animation-delay:380.9s;animation-delay:380.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3810){-webkit-animation-delay:381s;-moz-animation-delay:381s;-o-animation-delay:381s;animation-delay:381s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3811){-webkit-animation-delay:381.1s;-moz-animation-delay:381.1s;-o-animation-delay:381.1s;animation-delay:381.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3812){-webkit-animation-delay:381.2s;-moz-animation-delay:381.2s;-o-animation-delay:381.2s;animation-delay:381.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3813){-webkit-animation-delay:381.3s;-moz-animation-delay:381.3s;-o-animation-delay:381.3s;animation-delay:381.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3814){-webkit-animation-delay:381.4s;-moz-animation-delay:381.4s;-o-animation-delay:381.4s;animation-delay:381.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3815){-webkit-animation-delay:381.5s;-moz-animation-delay:381.5s;-o-animation-delay:381.5s;animation-delay:381.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3816){-webkit-animation-delay:381.6s;-moz-animation-delay:381.6s;-o-animation-delay:381.6s;animation-delay:381.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3817){-webkit-animation-delay:381.7s;-moz-animation-delay:381.7s;-o-animation-delay:381.7s;animation-delay:381.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3818){-webkit-animation-delay:381.8s;-moz-animation-delay:381.8s;-o-animation-delay:381.8s;animation-delay:381.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3819){-webkit-animation-delay:381.9s;-moz-animation-delay:381.9s;-o-animation-delay:381.9s;animation-delay:381.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3820){-webkit-animation-delay:382s;-moz-animation-delay:382s;-o-animation-delay:382s;animation-delay:382s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3821){-webkit-animation-delay:382.1s;-moz-animation-delay:382.1s;-o-animation-delay:382.1s;animation-delay:382.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3822){-webkit-animation-delay:382.2s;-moz-animation-delay:382.2s;-o-animation-delay:382.2s;animation-delay:382.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3823){-webkit-animation-delay:382.3s;-moz-animation-delay:382.3s;-o-animation-delay:382.3s;animation-delay:382.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3824){-webkit-animation-delay:382.4s;-moz-animation-delay:382.4s;-o-animation-delay:382.4s;animation-delay:382.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3825){-webkit-animation-delay:382.5s;-moz-animation-delay:382.5s;-o-animation-delay:382.5s;animation-delay:382.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3826){-webkit-animation-delay:382.6s;-moz-animation-delay:382.6s;-o-animation-delay:382.6s;animation-delay:382.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3827){-webkit-animation-delay:382.7s;-moz-animation-delay:382.7s;-o-animation-delay:382.7s;animation-delay:382.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3828){-webkit-animation-delay:382.8s;-moz-animation-delay:382.8s;-o-animation-delay:382.8s;animation-delay:382.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3829){-webkit-animation-delay:382.9s;-moz-animation-delay:382.9s;-o-animation-delay:382.9s;animation-delay:382.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3830){-webkit-animation-delay:383s;-moz-animation-delay:383s;-o-animation-delay:383s;animation-delay:383s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3831){-webkit-animation-delay:383.1s;-moz-animation-delay:383.1s;-o-animation-delay:383.1s;animation-delay:383.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3832){-webkit-animation-delay:383.2s;-moz-animation-delay:383.2s;-o-animation-delay:383.2s;animation-delay:383.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3833){-webkit-animation-delay:383.3s;-moz-animation-delay:383.3s;-o-animation-delay:383.3s;animation-delay:383.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3834){-webkit-animation-delay:383.4s;-moz-animation-delay:383.4s;-o-animation-delay:383.4s;animation-delay:383.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3835){-webkit-animation-delay:383.5s;-moz-animation-delay:383.5s;-o-animation-delay:383.5s;animation-delay:383.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3836){-webkit-animation-delay:383.6s;-moz-animation-delay:383.6s;-o-animation-delay:383.6s;animation-delay:383.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3837){-webkit-animation-delay:383.7s;-moz-animation-delay:383.7s;-o-animation-delay:383.7s;animation-delay:383.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3838){-webkit-animation-delay:383.8s;-moz-animation-delay:383.8s;-o-animation-delay:383.8s;animation-delay:383.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3839){-webkit-animation-delay:383.9s;-moz-animation-delay:383.9s;-o-animation-delay:383.9s;animation-delay:383.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3840){-webkit-animation-delay:384s;-moz-animation-delay:384s;-o-animation-delay:384s;animation-delay:384s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3841){-webkit-animation-delay:384.1s;-moz-animation-delay:384.1s;-o-animation-delay:384.1s;animation-delay:384.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3842){-webkit-animation-delay:384.2s;-moz-animation-delay:384.2s;-o-animation-delay:384.2s;animation-delay:384.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3843){-webkit-animation-delay:384.3s;-moz-animation-delay:384.3s;-o-animation-delay:384.3s;animation-delay:384.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3844){-webkit-animation-delay:384.4s;-moz-animation-delay:384.4s;-o-animation-delay:384.4s;animation-delay:384.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3845){-webkit-animation-delay:384.5s;-moz-animation-delay:384.5s;-o-animation-delay:384.5s;animation-delay:384.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3846){-webkit-animation-delay:384.6s;-moz-animation-delay:384.6s;-o-animation-delay:384.6s;animation-delay:384.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3847){-webkit-animation-delay:384.7s;-moz-animation-delay:384.7s;-o-animation-delay:384.7s;animation-delay:384.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3848){-webkit-animation-delay:384.8s;-moz-animation-delay:384.8s;-o-animation-delay:384.8s;animation-delay:384.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3849){-webkit-animation-delay:384.9s;-moz-animation-delay:384.9s;-o-animation-delay:384.9s;animation-delay:384.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3850){-webkit-animation-delay:385s;-moz-animation-delay:385s;-o-animation-delay:385s;animation-delay:385s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3851){-webkit-animation-delay:385.1s;-moz-animation-delay:385.1s;-o-animation-delay:385.1s;animation-delay:385.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3852){-webkit-animation-delay:385.2s;-moz-animation-delay:385.2s;-o-animation-delay:385.2s;animation-delay:385.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3853){-webkit-animation-delay:385.3s;-moz-animation-delay:385.3s;-o-animation-delay:385.3s;animation-delay:385.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3854){-webkit-animation-delay:385.4s;-moz-animation-delay:385.4s;-o-animation-delay:385.4s;animation-delay:385.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3855){-webkit-animation-delay:385.5s;-moz-animation-delay:385.5s;-o-animation-delay:385.5s;animation-delay:385.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3856){-webkit-animation-delay:385.6s;-moz-animation-delay:385.6s;-o-animation-delay:385.6s;animation-delay:385.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3857){-webkit-animation-delay:385.7s;-moz-animation-delay:385.7s;-o-animation-delay:385.7s;animation-delay:385.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3858){-webkit-animation-delay:385.8s;-moz-animation-delay:385.8s;-o-animation-delay:385.8s;animation-delay:385.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3859){-webkit-animation-delay:385.9s;-moz-animation-delay:385.9s;-o-animation-delay:385.9s;animation-delay:385.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3860){-webkit-animation-delay:386s;-moz-animation-delay:386s;-o-animation-delay:386s;animation-delay:386s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3861){-webkit-animation-delay:386.1s;-moz-animation-delay:386.1s;-o-animation-delay:386.1s;animation-delay:386.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3862){-webkit-animation-delay:386.2s;-moz-animation-delay:386.2s;-o-animation-delay:386.2s;animation-delay:386.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3863){-webkit-animation-delay:386.3s;-moz-animation-delay:386.3s;-o-animation-delay:386.3s;animation-delay:386.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3864){-webkit-animation-delay:386.4s;-moz-animation-delay:386.4s;-o-animation-delay:386.4s;animation-delay:386.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3865){-webkit-animation-delay:386.5s;-moz-animation-delay:386.5s;-o-animation-delay:386.5s;animation-delay:386.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3866){-webkit-animation-delay:386.6s;-moz-animation-delay:386.6s;-o-animation-delay:386.6s;animation-delay:386.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3867){-webkit-animation-delay:386.7s;-moz-animation-delay:386.7s;-o-animation-delay:386.7s;animation-delay:386.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3868){-webkit-animation-delay:386.8s;-moz-animation-delay:386.8s;-o-animation-delay:386.8s;animation-delay:386.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3869){-webkit-animation-delay:386.9s;-moz-animation-delay:386.9s;-o-animation-delay:386.9s;animation-delay:386.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3870){-webkit-animation-delay:387s;-moz-animation-delay:387s;-o-animation-delay:387s;animation-delay:387s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3871){-webkit-animation-delay:387.1s;-moz-animation-delay:387.1s;-o-animation-delay:387.1s;animation-delay:387.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3872){-webkit-animation-delay:387.2s;-moz-animation-delay:387.2s;-o-animation-delay:387.2s;animation-delay:387.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3873){-webkit-animation-delay:387.3s;-moz-animation-delay:387.3s;-o-animation-delay:387.3s;animation-delay:387.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3874){-webkit-animation-delay:387.4s;-moz-animation-delay:387.4s;-o-animation-delay:387.4s;animation-delay:387.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3875){-webkit-animation-delay:387.5s;-moz-animation-delay:387.5s;-o-animation-delay:387.5s;animation-delay:387.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3876){-webkit-animation-delay:387.6s;-moz-animation-delay:387.6s;-o-animation-delay:387.6s;animation-delay:387.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3877){-webkit-animation-delay:387.7s;-moz-animation-delay:387.7s;-o-animation-delay:387.7s;animation-delay:387.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3878){-webkit-animation-delay:387.8s;-moz-animation-delay:387.8s;-o-animation-delay:387.8s;animation-delay:387.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3879){-webkit-animation-delay:387.9s;-moz-animation-delay:387.9s;-o-animation-delay:387.9s;animation-delay:387.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3880){-webkit-animation-delay:388s;-moz-animation-delay:388s;-o-animation-delay:388s;animation-delay:388s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3881){-webkit-animation-delay:388.1s;-moz-animation-delay:388.1s;-o-animation-delay:388.1s;animation-delay:388.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3882){-webkit-animation-delay:388.2s;-moz-animation-delay:388.2s;-o-animation-delay:388.2s;animation-delay:388.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3883){-webkit-animation-delay:388.3s;-moz-animation-delay:388.3s;-o-animation-delay:388.3s;animation-delay:388.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3884){-webkit-animation-delay:388.4s;-moz-animation-delay:388.4s;-o-animation-delay:388.4s;animation-delay:388.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3885){-webkit-animation-delay:388.5s;-moz-animation-delay:388.5s;-o-animation-delay:388.5s;animation-delay:388.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3886){-webkit-animation-delay:388.6s;-moz-animation-delay:388.6s;-o-animation-delay:388.6s;animation-delay:388.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3887){-webkit-animation-delay:388.7s;-moz-animation-delay:388.7s;-o-animation-delay:388.7s;animation-delay:388.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3888){-webkit-animation-delay:388.8s;-moz-animation-delay:388.8s;-o-animation-delay:388.8s;animation-delay:388.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3889){-webkit-animation-delay:388.9s;-moz-animation-delay:388.9s;-o-animation-delay:388.9s;animation-delay:388.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3890){-webkit-animation-delay:389s;-moz-animation-delay:389s;-o-animation-delay:389s;animation-delay:389s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3891){-webkit-animation-delay:389.1s;-moz-animation-delay:389.1s;-o-animation-delay:389.1s;animation-delay:389.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3892){-webkit-animation-delay:389.2s;-moz-animation-delay:389.2s;-o-animation-delay:389.2s;animation-delay:389.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3893){-webkit-animation-delay:389.3s;-moz-animation-delay:389.3s;-o-animation-delay:389.3s;animation-delay:389.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3894){-webkit-animation-delay:389.4s;-moz-animation-delay:389.4s;-o-animation-delay:389.4s;animation-delay:389.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3895){-webkit-animation-delay:389.5s;-moz-animation-delay:389.5s;-o-animation-delay:389.5s;animation-delay:389.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3896){-webkit-animation-delay:389.6s;-moz-animation-delay:389.6s;-o-animation-delay:389.6s;animation-delay:389.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3897){-webkit-animation-delay:389.7s;-moz-animation-delay:389.7s;-o-animation-delay:389.7s;animation-delay:389.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3898){-webkit-animation-delay:389.8s;-moz-animation-delay:389.8s;-o-animation-delay:389.8s;animation-delay:389.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3899){-webkit-animation-delay:389.9s;-moz-animation-delay:389.9s;-o-animation-delay:389.9s;animation-delay:389.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3900){-webkit-animation-delay:390s;-moz-animation-delay:390s;-o-animation-delay:390s;animation-delay:390s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3901){-webkit-animation-delay:390.1s;-moz-animation-delay:390.1s;-o-animation-delay:390.1s;animation-delay:390.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3902){-webkit-animation-delay:390.2s;-moz-animation-delay:390.2s;-o-animation-delay:390.2s;animation-delay:390.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3903){-webkit-animation-delay:390.3s;-moz-animation-delay:390.3s;-o-animation-delay:390.3s;animation-delay:390.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3904){-webkit-animation-delay:390.4s;-moz-animation-delay:390.4s;-o-animation-delay:390.4s;animation-delay:390.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3905){-webkit-animation-delay:390.5s;-moz-animation-delay:390.5s;-o-animation-delay:390.5s;animation-delay:390.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3906){-webkit-animation-delay:390.6s;-moz-animation-delay:390.6s;-o-animation-delay:390.6s;animation-delay:390.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3907){-webkit-animation-delay:390.7s;-moz-animation-delay:390.7s;-o-animation-delay:390.7s;animation-delay:390.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3908){-webkit-animation-delay:390.8s;-moz-animation-delay:390.8s;-o-animation-delay:390.8s;animation-delay:390.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3909){-webkit-animation-delay:390.9s;-moz-animation-delay:390.9s;-o-animation-delay:390.9s;animation-delay:390.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3910){-webkit-animation-delay:391s;-moz-animation-delay:391s;-o-animation-delay:391s;animation-delay:391s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3911){-webkit-animation-delay:391.1s;-moz-animation-delay:391.1s;-o-animation-delay:391.1s;animation-delay:391.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3912){-webkit-animation-delay:391.2s;-moz-animation-delay:391.2s;-o-animation-delay:391.2s;animation-delay:391.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3913){-webkit-animation-delay:391.3s;-moz-animation-delay:391.3s;-o-animation-delay:391.3s;animation-delay:391.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3914){-webkit-animation-delay:391.4s;-moz-animation-delay:391.4s;-o-animation-delay:391.4s;animation-delay:391.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3915){-webkit-animation-delay:391.5s;-moz-animation-delay:391.5s;-o-animation-delay:391.5s;animation-delay:391.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3916){-webkit-animation-delay:391.6s;-moz-animation-delay:391.6s;-o-animation-delay:391.6s;animation-delay:391.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3917){-webkit-animation-delay:391.7s;-moz-animation-delay:391.7s;-o-animation-delay:391.7s;animation-delay:391.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3918){-webkit-animation-delay:391.8s;-moz-animation-delay:391.8s;-o-animation-delay:391.8s;animation-delay:391.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3919){-webkit-animation-delay:391.9s;-moz-animation-delay:391.9s;-o-animation-delay:391.9s;animation-delay:391.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3920){-webkit-animation-delay:392s;-moz-animation-delay:392s;-o-animation-delay:392s;animation-delay:392s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3921){-webkit-animation-delay:392.1s;-moz-animation-delay:392.1s;-o-animation-delay:392.1s;animation-delay:392.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3922){-webkit-animation-delay:392.2s;-moz-animation-delay:392.2s;-o-animation-delay:392.2s;animation-delay:392.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3923){-webkit-animation-delay:392.3s;-moz-animation-delay:392.3s;-o-animation-delay:392.3s;animation-delay:392.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3924){-webkit-animation-delay:392.4s;-moz-animation-delay:392.4s;-o-animation-delay:392.4s;animation-delay:392.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3925){-webkit-animation-delay:392.5s;-moz-animation-delay:392.5s;-o-animation-delay:392.5s;animation-delay:392.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3926){-webkit-animation-delay:392.6s;-moz-animation-delay:392.6s;-o-animation-delay:392.6s;animation-delay:392.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3927){-webkit-animation-delay:392.7s;-moz-animation-delay:392.7s;-o-animation-delay:392.7s;animation-delay:392.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3928){-webkit-animation-delay:392.8s;-moz-animation-delay:392.8s;-o-animation-delay:392.8s;animation-delay:392.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3929){-webkit-animation-delay:392.9s;-moz-animation-delay:392.9s;-o-animation-delay:392.9s;animation-delay:392.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3930){-webkit-animation-delay:393s;-moz-animation-delay:393s;-o-animation-delay:393s;animation-delay:393s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3931){-webkit-animation-delay:393.1s;-moz-animation-delay:393.1s;-o-animation-delay:393.1s;animation-delay:393.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3932){-webkit-animation-delay:393.2s;-moz-animation-delay:393.2s;-o-animation-delay:393.2s;animation-delay:393.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3933){-webkit-animation-delay:393.3s;-moz-animation-delay:393.3s;-o-animation-delay:393.3s;animation-delay:393.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3934){-webkit-animation-delay:393.4s;-moz-animation-delay:393.4s;-o-animation-delay:393.4s;animation-delay:393.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3935){-webkit-animation-delay:393.5s;-moz-animation-delay:393.5s;-o-animation-delay:393.5s;animation-delay:393.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3936){-webkit-animation-delay:393.6s;-moz-animation-delay:393.6s;-o-animation-delay:393.6s;animation-delay:393.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3937){-webkit-animation-delay:393.7s;-moz-animation-delay:393.7s;-o-animation-delay:393.7s;animation-delay:393.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3938){-webkit-animation-delay:393.8s;-moz-animation-delay:393.8s;-o-animation-delay:393.8s;animation-delay:393.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3939){-webkit-animation-delay:393.9s;-moz-animation-delay:393.9s;-o-animation-delay:393.9s;animation-delay:393.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3940){-webkit-animation-delay:394s;-moz-animation-delay:394s;-o-animation-delay:394s;animation-delay:394s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3941){-webkit-animation-delay:394.1s;-moz-animation-delay:394.1s;-o-animation-delay:394.1s;animation-delay:394.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3942){-webkit-animation-delay:394.2s;-moz-animation-delay:394.2s;-o-animation-delay:394.2s;animation-delay:394.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3943){-webkit-animation-delay:394.3s;-moz-animation-delay:394.3s;-o-animation-delay:394.3s;animation-delay:394.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3944){-webkit-animation-delay:394.4s;-moz-animation-delay:394.4s;-o-animation-delay:394.4s;animation-delay:394.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3945){-webkit-animation-delay:394.5s;-moz-animation-delay:394.5s;-o-animation-delay:394.5s;animation-delay:394.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3946){-webkit-animation-delay:394.6s;-moz-animation-delay:394.6s;-o-animation-delay:394.6s;animation-delay:394.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3947){-webkit-animation-delay:394.7s;-moz-animation-delay:394.7s;-o-animation-delay:394.7s;animation-delay:394.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3948){-webkit-animation-delay:394.8s;-moz-animation-delay:394.8s;-o-animation-delay:394.8s;animation-delay:394.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3949){-webkit-animation-delay:394.9s;-moz-animation-delay:394.9s;-o-animation-delay:394.9s;animation-delay:394.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3950){-webkit-animation-delay:395s;-moz-animation-delay:395s;-o-animation-delay:395s;animation-delay:395s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3951){-webkit-animation-delay:395.1s;-moz-animation-delay:395.1s;-o-animation-delay:395.1s;animation-delay:395.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3952){-webkit-animation-delay:395.2s;-moz-animation-delay:395.2s;-o-animation-delay:395.2s;animation-delay:395.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3953){-webkit-animation-delay:395.3s;-moz-animation-delay:395.3s;-o-animation-delay:395.3s;animation-delay:395.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3954){-webkit-animation-delay:395.4s;-moz-animation-delay:395.4s;-o-animation-delay:395.4s;animation-delay:395.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3955){-webkit-animation-delay:395.5s;-moz-animation-delay:395.5s;-o-animation-delay:395.5s;animation-delay:395.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3956){-webkit-animation-delay:395.6s;-moz-animation-delay:395.6s;-o-animation-delay:395.6s;animation-delay:395.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3957){-webkit-animation-delay:395.7s;-moz-animation-delay:395.7s;-o-animation-delay:395.7s;animation-delay:395.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3958){-webkit-animation-delay:395.8s;-moz-animation-delay:395.8s;-o-animation-delay:395.8s;animation-delay:395.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3959){-webkit-animation-delay:395.9s;-moz-animation-delay:395.9s;-o-animation-delay:395.9s;animation-delay:395.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3960){-webkit-animation-delay:396s;-moz-animation-delay:396s;-o-animation-delay:396s;animation-delay:396s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3961){-webkit-animation-delay:396.1s;-moz-animation-delay:396.1s;-o-animation-delay:396.1s;animation-delay:396.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3962){-webkit-animation-delay:396.2s;-moz-animation-delay:396.2s;-o-animation-delay:396.2s;animation-delay:396.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3963){-webkit-animation-delay:396.3s;-moz-animation-delay:396.3s;-o-animation-delay:396.3s;animation-delay:396.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3964){-webkit-animation-delay:396.4s;-moz-animation-delay:396.4s;-o-animation-delay:396.4s;animation-delay:396.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3965){-webkit-animation-delay:396.5s;-moz-animation-delay:396.5s;-o-animation-delay:396.5s;animation-delay:396.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3966){-webkit-animation-delay:396.6s;-moz-animation-delay:396.6s;-o-animation-delay:396.6s;animation-delay:396.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3967){-webkit-animation-delay:396.7s;-moz-animation-delay:396.7s;-o-animation-delay:396.7s;animation-delay:396.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3968){-webkit-animation-delay:396.8s;-moz-animation-delay:396.8s;-o-animation-delay:396.8s;animation-delay:396.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3969){-webkit-animation-delay:396.9s;-moz-animation-delay:396.9s;-o-animation-delay:396.9s;animation-delay:396.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3970){-webkit-animation-delay:397s;-moz-animation-delay:397s;-o-animation-delay:397s;animation-delay:397s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3971){-webkit-animation-delay:397.1s;-moz-animation-delay:397.1s;-o-animation-delay:397.1s;animation-delay:397.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3972){-webkit-animation-delay:397.2s;-moz-animation-delay:397.2s;-o-animation-delay:397.2s;animation-delay:397.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3973){-webkit-animation-delay:397.3s;-moz-animation-delay:397.3s;-o-animation-delay:397.3s;animation-delay:397.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3974){-webkit-animation-delay:397.4s;-moz-animation-delay:397.4s;-o-animation-delay:397.4s;animation-delay:397.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3975){-webkit-animation-delay:397.5s;-moz-animation-delay:397.5s;-o-animation-delay:397.5s;animation-delay:397.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3976){-webkit-animation-delay:397.6s;-moz-animation-delay:397.6s;-o-animation-delay:397.6s;animation-delay:397.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3977){-webkit-animation-delay:397.7s;-moz-animation-delay:397.7s;-o-animation-delay:397.7s;animation-delay:397.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3978){-webkit-animation-delay:397.8s;-moz-animation-delay:397.8s;-o-animation-delay:397.8s;animation-delay:397.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3979){-webkit-animation-delay:397.9s;-moz-animation-delay:397.9s;-o-animation-delay:397.9s;animation-delay:397.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3980){-webkit-animation-delay:398s;-moz-animation-delay:398s;-o-animation-delay:398s;animation-delay:398s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3981){-webkit-animation-delay:398.1s;-moz-animation-delay:398.1s;-o-animation-delay:398.1s;animation-delay:398.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3982){-webkit-animation-delay:398.2s;-moz-animation-delay:398.2s;-o-animation-delay:398.2s;animation-delay:398.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3983){-webkit-animation-delay:398.3s;-moz-animation-delay:398.3s;-o-animation-delay:398.3s;animation-delay:398.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3984){-webkit-animation-delay:398.4s;-moz-animation-delay:398.4s;-o-animation-delay:398.4s;animation-delay:398.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3985){-webkit-animation-delay:398.5s;-moz-animation-delay:398.5s;-o-animation-delay:398.5s;animation-delay:398.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3986){-webkit-animation-delay:398.6s;-moz-animation-delay:398.6s;-o-animation-delay:398.6s;animation-delay:398.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3987){-webkit-animation-delay:398.7s;-moz-animation-delay:398.7s;-o-animation-delay:398.7s;animation-delay:398.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3988){-webkit-animation-delay:398.8s;-moz-animation-delay:398.8s;-o-animation-delay:398.8s;animation-delay:398.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3989){-webkit-animation-delay:398.9s;-moz-animation-delay:398.9s;-o-animation-delay:398.9s;animation-delay:398.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3990){-webkit-animation-delay:399s;-moz-animation-delay:399s;-o-animation-delay:399s;animation-delay:399s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3991){-webkit-animation-delay:399.1s;-moz-animation-delay:399.1s;-o-animation-delay:399.1s;animation-delay:399.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3992){-webkit-animation-delay:399.2s;-moz-animation-delay:399.2s;-o-animation-delay:399.2s;animation-delay:399.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3993){-webkit-animation-delay:399.3s;-moz-animation-delay:399.3s;-o-animation-delay:399.3s;animation-delay:399.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3994){-webkit-animation-delay:399.4s;-moz-animation-delay:399.4s;-o-animation-delay:399.4s;animation-delay:399.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3995){-webkit-animation-delay:399.5s;-moz-animation-delay:399.5s;-o-animation-delay:399.5s;animation-delay:399.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3996){-webkit-animation-delay:399.6s;-moz-animation-delay:399.6s;-o-animation-delay:399.6s;animation-delay:399.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3997){-webkit-animation-delay:399.7s;-moz-animation-delay:399.7s;-o-animation-delay:399.7s;animation-delay:399.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3998){-webkit-animation-delay:399.8s;-moz-animation-delay:399.8s;-o-animation-delay:399.8s;animation-delay:399.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3999){-webkit-animation-delay:399.9s;-moz-animation-delay:399.9s;-o-animation-delay:399.9s;animation-delay:399.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4000){-webkit-animation-delay:400s;-moz-animation-delay:400s;-o-animation-delay:400s;animation-delay:400s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4001){-webkit-animation-delay:400.1s;-moz-animation-delay:400.1s;-o-animation-delay:400.1s;animation-delay:400.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4002){-webkit-animation-delay:400.2s;-moz-animation-delay:400.2s;-o-animation-delay:400.2s;animation-delay:400.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4003){-webkit-animation-delay:400.3s;-moz-animation-delay:400.3s;-o-animation-delay:400.3s;animation-delay:400.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4004){-webkit-animation-delay:400.4s;-moz-animation-delay:400.4s;-o-animation-delay:400.4s;animation-delay:400.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4005){-webkit-animation-delay:400.5s;-moz-animation-delay:400.5s;-o-animation-delay:400.5s;animation-delay:400.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4006){-webkit-animation-delay:400.6s;-moz-animation-delay:400.6s;-o-animation-delay:400.6s;animation-delay:400.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4007){-webkit-animation-delay:400.7s;-moz-animation-delay:400.7s;-o-animation-delay:400.7s;animation-delay:400.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4008){-webkit-animation-delay:400.8s;-moz-animation-delay:400.8s;-o-animation-delay:400.8s;animation-delay:400.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4009){-webkit-animation-delay:400.9s;-moz-animation-delay:400.9s;-o-animation-delay:400.9s;animation-delay:400.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4010){-webkit-animation-delay:401s;-moz-animation-delay:401s;-o-animation-delay:401s;animation-delay:401s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4011){-webkit-animation-delay:401.1s;-moz-animation-delay:401.1s;-o-animation-delay:401.1s;animation-delay:401.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4012){-webkit-animation-delay:401.2s;-moz-animation-delay:401.2s;-o-animation-delay:401.2s;animation-delay:401.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4013){-webkit-animation-delay:401.3s;-moz-animation-delay:401.3s;-o-animation-delay:401.3s;animation-delay:401.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4014){-webkit-animation-delay:401.4s;-moz-animation-delay:401.4s;-o-animation-delay:401.4s;animation-delay:401.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4015){-webkit-animation-delay:401.5s;-moz-animation-delay:401.5s;-o-animation-delay:401.5s;animation-delay:401.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4016){-webkit-animation-delay:401.6s;-moz-animation-delay:401.6s;-o-animation-delay:401.6s;animation-delay:401.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4017){-webkit-animation-delay:401.7s;-moz-animation-delay:401.7s;-o-animation-delay:401.7s;animation-delay:401.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4018){-webkit-animation-delay:401.8s;-moz-animation-delay:401.8s;-o-animation-delay:401.8s;animation-delay:401.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4019){-webkit-animation-delay:401.9s;-moz-animation-delay:401.9s;-o-animation-delay:401.9s;animation-delay:401.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4020){-webkit-animation-delay:402s;-moz-animation-delay:402s;-o-animation-delay:402s;animation-delay:402s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4021){-webkit-animation-delay:402.1s;-moz-animation-delay:402.1s;-o-animation-delay:402.1s;animation-delay:402.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4022){-webkit-animation-delay:402.2s;-moz-animation-delay:402.2s;-o-animation-delay:402.2s;animation-delay:402.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4023){-webkit-animation-delay:402.3s;-moz-animation-delay:402.3s;-o-animation-delay:402.3s;animation-delay:402.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4024){-webkit-animation-delay:402.4s;-moz-animation-delay:402.4s;-o-animation-delay:402.4s;animation-delay:402.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4025){-webkit-animation-delay:402.5s;-moz-animation-delay:402.5s;-o-animation-delay:402.5s;animation-delay:402.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4026){-webkit-animation-delay:402.6s;-moz-animation-delay:402.6s;-o-animation-delay:402.6s;animation-delay:402.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4027){-webkit-animation-delay:402.7s;-moz-animation-delay:402.7s;-o-animation-delay:402.7s;animation-delay:402.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4028){-webkit-animation-delay:402.8s;-moz-animation-delay:402.8s;-o-animation-delay:402.8s;animation-delay:402.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4029){-webkit-animation-delay:402.9s;-moz-animation-delay:402.9s;-o-animation-delay:402.9s;animation-delay:402.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4030){-webkit-animation-delay:403s;-moz-animation-delay:403s;-o-animation-delay:403s;animation-delay:403s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4031){-webkit-animation-delay:403.1s;-moz-animation-delay:403.1s;-o-animation-delay:403.1s;animation-delay:403.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4032){-webkit-animation-delay:403.2s;-moz-animation-delay:403.2s;-o-animation-delay:403.2s;animation-delay:403.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4033){-webkit-animation-delay:403.3s;-moz-animation-delay:403.3s;-o-animation-delay:403.3s;animation-delay:403.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4034){-webkit-animation-delay:403.4s;-moz-animation-delay:403.4s;-o-animation-delay:403.4s;animation-delay:403.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4035){-webkit-animation-delay:403.5s;-moz-animation-delay:403.5s;-o-animation-delay:403.5s;animation-delay:403.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4036){-webkit-animation-delay:403.6s;-moz-animation-delay:403.6s;-o-animation-delay:403.6s;animation-delay:403.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4037){-webkit-animation-delay:403.7s;-moz-animation-delay:403.7s;-o-animation-delay:403.7s;animation-delay:403.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4038){-webkit-animation-delay:403.8s;-moz-animation-delay:403.8s;-o-animation-delay:403.8s;animation-delay:403.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4039){-webkit-animation-delay:403.9s;-moz-animation-delay:403.9s;-o-animation-delay:403.9s;animation-delay:403.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4040){-webkit-animation-delay:404s;-moz-animation-delay:404s;-o-animation-delay:404s;animation-delay:404s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4041){-webkit-animation-delay:404.1s;-moz-animation-delay:404.1s;-o-animation-delay:404.1s;animation-delay:404.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4042){-webkit-animation-delay:404.2s;-moz-animation-delay:404.2s;-o-animation-delay:404.2s;animation-delay:404.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4043){-webkit-animation-delay:404.3s;-moz-animation-delay:404.3s;-o-animation-delay:404.3s;animation-delay:404.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4044){-webkit-animation-delay:404.4s;-moz-animation-delay:404.4s;-o-animation-delay:404.4s;animation-delay:404.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4045){-webkit-animation-delay:404.5s;-moz-animation-delay:404.5s;-o-animation-delay:404.5s;animation-delay:404.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4046){-webkit-animation-delay:404.6s;-moz-animation-delay:404.6s;-o-animation-delay:404.6s;animation-delay:404.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4047){-webkit-animation-delay:404.7s;-moz-animation-delay:404.7s;-o-animation-delay:404.7s;animation-delay:404.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4048){-webkit-animation-delay:404.8s;-moz-animation-delay:404.8s;-o-animation-delay:404.8s;animation-delay:404.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4049){-webkit-animation-delay:404.9s;-moz-animation-delay:404.9s;-o-animation-delay:404.9s;animation-delay:404.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4050){-webkit-animation-delay:405s;-moz-animation-delay:405s;-o-animation-delay:405s;animation-delay:405s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4051){-webkit-animation-delay:405.1s;-moz-animation-delay:405.1s;-o-animation-delay:405.1s;animation-delay:405.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4052){-webkit-animation-delay:405.2s;-moz-animation-delay:405.2s;-o-animation-delay:405.2s;animation-delay:405.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4053){-webkit-animation-delay:405.3s;-moz-animation-delay:405.3s;-o-animation-delay:405.3s;animation-delay:405.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4054){-webkit-animation-delay:405.4s;-moz-animation-delay:405.4s;-o-animation-delay:405.4s;animation-delay:405.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4055){-webkit-animation-delay:405.5s;-moz-animation-delay:405.5s;-o-animation-delay:405.5s;animation-delay:405.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4056){-webkit-animation-delay:405.6s;-moz-animation-delay:405.6s;-o-animation-delay:405.6s;animation-delay:405.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4057){-webkit-animation-delay:405.7s;-moz-animation-delay:405.7s;-o-animation-delay:405.7s;animation-delay:405.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4058){-webkit-animation-delay:405.8s;-moz-animation-delay:405.8s;-o-animation-delay:405.8s;animation-delay:405.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4059){-webkit-animation-delay:405.9s;-moz-animation-delay:405.9s;-o-animation-delay:405.9s;animation-delay:405.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4060){-webkit-animation-delay:406s;-moz-animation-delay:406s;-o-animation-delay:406s;animation-delay:406s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4061){-webkit-animation-delay:406.1s;-moz-animation-delay:406.1s;-o-animation-delay:406.1s;animation-delay:406.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4062){-webkit-animation-delay:406.2s;-moz-animation-delay:406.2s;-o-animation-delay:406.2s;animation-delay:406.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4063){-webkit-animation-delay:406.3s;-moz-animation-delay:406.3s;-o-animation-delay:406.3s;animation-delay:406.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4064){-webkit-animation-delay:406.4s;-moz-animation-delay:406.4s;-o-animation-delay:406.4s;animation-delay:406.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4065){-webkit-animation-delay:406.5s;-moz-animation-delay:406.5s;-o-animation-delay:406.5s;animation-delay:406.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4066){-webkit-animation-delay:406.6s;-moz-animation-delay:406.6s;-o-animation-delay:406.6s;animation-delay:406.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4067){-webkit-animation-delay:406.7s;-moz-animation-delay:406.7s;-o-animation-delay:406.7s;animation-delay:406.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4068){-webkit-animation-delay:406.8s;-moz-animation-delay:406.8s;-o-animation-delay:406.8s;animation-delay:406.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4069){-webkit-animation-delay:406.9s;-moz-animation-delay:406.9s;-o-animation-delay:406.9s;animation-delay:406.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4070){-webkit-animation-delay:407s;-moz-animation-delay:407s;-o-animation-delay:407s;animation-delay:407s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4071){-webkit-animation-delay:407.1s;-moz-animation-delay:407.1s;-o-animation-delay:407.1s;animation-delay:407.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4072){-webkit-animation-delay:407.2s;-moz-animation-delay:407.2s;-o-animation-delay:407.2s;animation-delay:407.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4073){-webkit-animation-delay:407.3s;-moz-animation-delay:407.3s;-o-animation-delay:407.3s;animation-delay:407.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4074){-webkit-animation-delay:407.4s;-moz-animation-delay:407.4s;-o-animation-delay:407.4s;animation-delay:407.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4075){-webkit-animation-delay:407.5s;-moz-animation-delay:407.5s;-o-animation-delay:407.5s;animation-delay:407.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4076){-webkit-animation-delay:407.6s;-moz-animation-delay:407.6s;-o-animation-delay:407.6s;animation-delay:407.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4077){-webkit-animation-delay:407.7s;-moz-animation-delay:407.7s;-o-animation-delay:407.7s;animation-delay:407.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4078){-webkit-animation-delay:407.8s;-moz-animation-delay:407.8s;-o-animation-delay:407.8s;animation-delay:407.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4079){-webkit-animation-delay:407.9s;-moz-animation-delay:407.9s;-o-animation-delay:407.9s;animation-delay:407.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4080){-webkit-animation-delay:408s;-moz-animation-delay:408s;-o-animation-delay:408s;animation-delay:408s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4081){-webkit-animation-delay:408.1s;-moz-animation-delay:408.1s;-o-animation-delay:408.1s;animation-delay:408.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4082){-webkit-animation-delay:408.2s;-moz-animation-delay:408.2s;-o-animation-delay:408.2s;animation-delay:408.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4083){-webkit-animation-delay:408.3s;-moz-animation-delay:408.3s;-o-animation-delay:408.3s;animation-delay:408.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4084){-webkit-animation-delay:408.4s;-moz-animation-delay:408.4s;-o-animation-delay:408.4s;animation-delay:408.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4085){-webkit-animation-delay:408.5s;-moz-animation-delay:408.5s;-o-animation-delay:408.5s;animation-delay:408.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4086){-webkit-animation-delay:408.6s;-moz-animation-delay:408.6s;-o-animation-delay:408.6s;animation-delay:408.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4087){-webkit-animation-delay:408.7s;-moz-animation-delay:408.7s;-o-animation-delay:408.7s;animation-delay:408.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4088){-webkit-animation-delay:408.8s;-moz-animation-delay:408.8s;-o-animation-delay:408.8s;animation-delay:408.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4089){-webkit-animation-delay:408.9s;-moz-animation-delay:408.9s;-o-animation-delay:408.9s;animation-delay:408.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4090){-webkit-animation-delay:409s;-moz-animation-delay:409s;-o-animation-delay:409s;animation-delay:409s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4091){-webkit-animation-delay:409.1s;-moz-animation-delay:409.1s;-o-animation-delay:409.1s;animation-delay:409.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4092){-webkit-animation-delay:409.2s;-moz-animation-delay:409.2s;-o-animation-delay:409.2s;animation-delay:409.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4093){-webkit-animation-delay:409.3s;-moz-animation-delay:409.3s;-o-animation-delay:409.3s;animation-delay:409.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4094){-webkit-animation-delay:409.4s;-moz-animation-delay:409.4s;-o-animation-delay:409.4s;animation-delay:409.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4095){-webkit-animation-delay:409.5s;-moz-animation-delay:409.5s;-o-animation-delay:409.5s;animation-delay:409.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4096){-webkit-animation-delay:409.6s;-moz-animation-delay:409.6s;-o-animation-delay:409.6s;animation-delay:409.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4097){-webkit-animation-delay:409.7s;-moz-animation-delay:409.7s;-o-animation-delay:409.7s;animation-delay:409.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4098){-webkit-animation-delay:409.8s;-moz-animation-delay:409.8s;-o-animation-delay:409.8s;animation-delay:409.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4099){-webkit-animation-delay:409.9s;-moz-animation-delay:409.9s;-o-animation-delay:409.9s;animation-delay:409.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4100){-webkit-animation-delay:410s;-moz-animation-delay:410s;-o-animation-delay:410s;animation-delay:410s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4101){-webkit-animation-delay:410.1s;-moz-animation-delay:410.1s;-o-animation-delay:410.1s;animation-delay:410.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4102){-webkit-animation-delay:410.2s;-moz-animation-delay:410.2s;-o-animation-delay:410.2s;animation-delay:410.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4103){-webkit-animation-delay:410.3s;-moz-animation-delay:410.3s;-o-animation-delay:410.3s;animation-delay:410.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4104){-webkit-animation-delay:410.4s;-moz-animation-delay:410.4s;-o-animation-delay:410.4s;animation-delay:410.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4105){-webkit-animation-delay:410.5s;-moz-animation-delay:410.5s;-o-animation-delay:410.5s;animation-delay:410.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4106){-webkit-animation-delay:410.6s;-moz-animation-delay:410.6s;-o-animation-delay:410.6s;animation-delay:410.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4107){-webkit-animation-delay:410.7s;-moz-animation-delay:410.7s;-o-animation-delay:410.7s;animation-delay:410.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4108){-webkit-animation-delay:410.8s;-moz-animation-delay:410.8s;-o-animation-delay:410.8s;animation-delay:410.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4109){-webkit-animation-delay:410.9s;-moz-animation-delay:410.9s;-o-animation-delay:410.9s;animation-delay:410.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4110){-webkit-animation-delay:411s;-moz-animation-delay:411s;-o-animation-delay:411s;animation-delay:411s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4111){-webkit-animation-delay:411.1s;-moz-animation-delay:411.1s;-o-animation-delay:411.1s;animation-delay:411.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4112){-webkit-animation-delay:411.2s;-moz-animation-delay:411.2s;-o-animation-delay:411.2s;animation-delay:411.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4113){-webkit-animation-delay:411.3s;-moz-animation-delay:411.3s;-o-animation-delay:411.3s;animation-delay:411.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4114){-webkit-animation-delay:411.4s;-moz-animation-delay:411.4s;-o-animation-delay:411.4s;animation-delay:411.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4115){-webkit-animation-delay:411.5s;-moz-animation-delay:411.5s;-o-animation-delay:411.5s;animation-delay:411.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4116){-webkit-animation-delay:411.6s;-moz-animation-delay:411.6s;-o-animation-delay:411.6s;animation-delay:411.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4117){-webkit-animation-delay:411.7s;-moz-animation-delay:411.7s;-o-animation-delay:411.7s;animation-delay:411.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4118){-webkit-animation-delay:411.8s;-moz-animation-delay:411.8s;-o-animation-delay:411.8s;animation-delay:411.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4119){-webkit-animation-delay:411.9s;-moz-animation-delay:411.9s;-o-animation-delay:411.9s;animation-delay:411.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4120){-webkit-animation-delay:412s;-moz-animation-delay:412s;-o-animation-delay:412s;animation-delay:412s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4121){-webkit-animation-delay:412.1s;-moz-animation-delay:412.1s;-o-animation-delay:412.1s;animation-delay:412.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4122){-webkit-animation-delay:412.2s;-moz-animation-delay:412.2s;-o-animation-delay:412.2s;animation-delay:412.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4123){-webkit-animation-delay:412.3s;-moz-animation-delay:412.3s;-o-animation-delay:412.3s;animation-delay:412.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4124){-webkit-animation-delay:412.4s;-moz-animation-delay:412.4s;-o-animation-delay:412.4s;animation-delay:412.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4125){-webkit-animation-delay:412.5s;-moz-animation-delay:412.5s;-o-animation-delay:412.5s;animation-delay:412.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4126){-webkit-animation-delay:412.6s;-moz-animation-delay:412.6s;-o-animation-delay:412.6s;animation-delay:412.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4127){-webkit-animation-delay:412.7s;-moz-animation-delay:412.7s;-o-animation-delay:412.7s;animation-delay:412.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4128){-webkit-animation-delay:412.8s;-moz-animation-delay:412.8s;-o-animation-delay:412.8s;animation-delay:412.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4129){-webkit-animation-delay:412.9s;-moz-animation-delay:412.9s;-o-animation-delay:412.9s;animation-delay:412.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4130){-webkit-animation-delay:413s;-moz-animation-delay:413s;-o-animation-delay:413s;animation-delay:413s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4131){-webkit-animation-delay:413.1s;-moz-animation-delay:413.1s;-o-animation-delay:413.1s;animation-delay:413.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4132){-webkit-animation-delay:413.2s;-moz-animation-delay:413.2s;-o-animation-delay:413.2s;animation-delay:413.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4133){-webkit-animation-delay:413.3s;-moz-animation-delay:413.3s;-o-animation-delay:413.3s;animation-delay:413.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4134){-webkit-animation-delay:413.4s;-moz-animation-delay:413.4s;-o-animation-delay:413.4s;animation-delay:413.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4135){-webkit-animation-delay:413.5s;-moz-animation-delay:413.5s;-o-animation-delay:413.5s;animation-delay:413.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4136){-webkit-animation-delay:413.6s;-moz-animation-delay:413.6s;-o-animation-delay:413.6s;animation-delay:413.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4137){-webkit-animation-delay:413.7s;-moz-animation-delay:413.7s;-o-animation-delay:413.7s;animation-delay:413.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4138){-webkit-animation-delay:413.8s;-moz-animation-delay:413.8s;-o-animation-delay:413.8s;animation-delay:413.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4139){-webkit-animation-delay:413.9s;-moz-animation-delay:413.9s;-o-animation-delay:413.9s;animation-delay:413.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4140){-webkit-animation-delay:414s;-moz-animation-delay:414s;-o-animation-delay:414s;animation-delay:414s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4141){-webkit-animation-delay:414.1s;-moz-animation-delay:414.1s;-o-animation-delay:414.1s;animation-delay:414.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4142){-webkit-animation-delay:414.2s;-moz-animation-delay:414.2s;-o-animation-delay:414.2s;animation-delay:414.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4143){-webkit-animation-delay:414.3s;-moz-animation-delay:414.3s;-o-animation-delay:414.3s;animation-delay:414.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4144){-webkit-animation-delay:414.4s;-moz-animation-delay:414.4s;-o-animation-delay:414.4s;animation-delay:414.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4145){-webkit-animation-delay:414.5s;-moz-animation-delay:414.5s;-o-animation-delay:414.5s;animation-delay:414.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4146){-webkit-animation-delay:414.6s;-moz-animation-delay:414.6s;-o-animation-delay:414.6s;animation-delay:414.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4147){-webkit-animation-delay:414.7s;-moz-animation-delay:414.7s;-o-animation-delay:414.7s;animation-delay:414.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4148){-webkit-animation-delay:414.8s;-moz-animation-delay:414.8s;-o-animation-delay:414.8s;animation-delay:414.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4149){-webkit-animation-delay:414.9s;-moz-animation-delay:414.9s;-o-animation-delay:414.9s;animation-delay:414.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4150){-webkit-animation-delay:415s;-moz-animation-delay:415s;-o-animation-delay:415s;animation-delay:415s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4151){-webkit-animation-delay:415.1s;-moz-animation-delay:415.1s;-o-animation-delay:415.1s;animation-delay:415.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4152){-webkit-animation-delay:415.2s;-moz-animation-delay:415.2s;-o-animation-delay:415.2s;animation-delay:415.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4153){-webkit-animation-delay:415.3s;-moz-animation-delay:415.3s;-o-animation-delay:415.3s;animation-delay:415.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4154){-webkit-animation-delay:415.4s;-moz-animation-delay:415.4s;-o-animation-delay:415.4s;animation-delay:415.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4155){-webkit-animation-delay:415.5s;-moz-animation-delay:415.5s;-o-animation-delay:415.5s;animation-delay:415.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4156){-webkit-animation-delay:415.6s;-moz-animation-delay:415.6s;-o-animation-delay:415.6s;animation-delay:415.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4157){-webkit-animation-delay:415.7s;-moz-animation-delay:415.7s;-o-animation-delay:415.7s;animation-delay:415.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4158){-webkit-animation-delay:415.8s;-moz-animation-delay:415.8s;-o-animation-delay:415.8s;animation-delay:415.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4159){-webkit-animation-delay:415.9s;-moz-animation-delay:415.9s;-o-animation-delay:415.9s;animation-delay:415.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4160){-webkit-animation-delay:416s;-moz-animation-delay:416s;-o-animation-delay:416s;animation-delay:416s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4161){-webkit-animation-delay:416.1s;-moz-animation-delay:416.1s;-o-animation-delay:416.1s;animation-delay:416.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4162){-webkit-animation-delay:416.2s;-moz-animation-delay:416.2s;-o-animation-delay:416.2s;animation-delay:416.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4163){-webkit-animation-delay:416.3s;-moz-animation-delay:416.3s;-o-animation-delay:416.3s;animation-delay:416.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4164){-webkit-animation-delay:416.4s;-moz-animation-delay:416.4s;-o-animation-delay:416.4s;animation-delay:416.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4165){-webkit-animation-delay:416.5s;-moz-animation-delay:416.5s;-o-animation-delay:416.5s;animation-delay:416.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4166){-webkit-animation-delay:416.6s;-moz-animation-delay:416.6s;-o-animation-delay:416.6s;animation-delay:416.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4167){-webkit-animation-delay:416.7s;-moz-animation-delay:416.7s;-o-animation-delay:416.7s;animation-delay:416.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4168){-webkit-animation-delay:416.8s;-moz-animation-delay:416.8s;-o-animation-delay:416.8s;animation-delay:416.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4169){-webkit-animation-delay:416.9s;-moz-animation-delay:416.9s;-o-animation-delay:416.9s;animation-delay:416.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4170){-webkit-animation-delay:417s;-moz-animation-delay:417s;-o-animation-delay:417s;animation-delay:417s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4171){-webkit-animation-delay:417.1s;-moz-animation-delay:417.1s;-o-animation-delay:417.1s;animation-delay:417.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4172){-webkit-animation-delay:417.2s;-moz-animation-delay:417.2s;-o-animation-delay:417.2s;animation-delay:417.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4173){-webkit-animation-delay:417.3s;-moz-animation-delay:417.3s;-o-animation-delay:417.3s;animation-delay:417.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4174){-webkit-animation-delay:417.4s;-moz-animation-delay:417.4s;-o-animation-delay:417.4s;animation-delay:417.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4175){-webkit-animation-delay:417.5s;-moz-animation-delay:417.5s;-o-animation-delay:417.5s;animation-delay:417.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4176){-webkit-animation-delay:417.6s;-moz-animation-delay:417.6s;-o-animation-delay:417.6s;animation-delay:417.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4177){-webkit-animation-delay:417.7s;-moz-animation-delay:417.7s;-o-animation-delay:417.7s;animation-delay:417.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4178){-webkit-animation-delay:417.8s;-moz-animation-delay:417.8s;-o-animation-delay:417.8s;animation-delay:417.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4179){-webkit-animation-delay:417.9s;-moz-animation-delay:417.9s;-o-animation-delay:417.9s;animation-delay:417.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4180){-webkit-animation-delay:418s;-moz-animation-delay:418s;-o-animation-delay:418s;animation-delay:418s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4181){-webkit-animation-delay:418.1s;-moz-animation-delay:418.1s;-o-animation-delay:418.1s;animation-delay:418.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4182){-webkit-animation-delay:418.2s;-moz-animation-delay:418.2s;-o-animation-delay:418.2s;animation-delay:418.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4183){-webkit-animation-delay:418.3s;-moz-animation-delay:418.3s;-o-animation-delay:418.3s;animation-delay:418.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4184){-webkit-animation-delay:418.4s;-moz-animation-delay:418.4s;-o-animation-delay:418.4s;animation-delay:418.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4185){-webkit-animation-delay:418.5s;-moz-animation-delay:418.5s;-o-animation-delay:418.5s;animation-delay:418.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4186){-webkit-animation-delay:418.6s;-moz-animation-delay:418.6s;-o-animation-delay:418.6s;animation-delay:418.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4187){-webkit-animation-delay:418.7s;-moz-animation-delay:418.7s;-o-animation-delay:418.7s;animation-delay:418.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4188){-webkit-animation-delay:418.8s;-moz-animation-delay:418.8s;-o-animation-delay:418.8s;animation-delay:418.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4189){-webkit-animation-delay:418.9s;-moz-animation-delay:418.9s;-o-animation-delay:418.9s;animation-delay:418.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4190){-webkit-animation-delay:419s;-moz-animation-delay:419s;-o-animation-delay:419s;animation-delay:419s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4191){-webkit-animation-delay:419.1s;-moz-animation-delay:419.1s;-o-animation-delay:419.1s;animation-delay:419.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4192){-webkit-animation-delay:419.2s;-moz-animation-delay:419.2s;-o-animation-delay:419.2s;animation-delay:419.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4193){-webkit-animation-delay:419.3s;-moz-animation-delay:419.3s;-o-animation-delay:419.3s;animation-delay:419.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4194){-webkit-animation-delay:419.4s;-moz-animation-delay:419.4s;-o-animation-delay:419.4s;animation-delay:419.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4195){-webkit-animation-delay:419.5s;-moz-animation-delay:419.5s;-o-animation-delay:419.5s;animation-delay:419.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4196){-webkit-animation-delay:419.6s;-moz-animation-delay:419.6s;-o-animation-delay:419.6s;animation-delay:419.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4197){-webkit-animation-delay:419.7s;-moz-animation-delay:419.7s;-o-animation-delay:419.7s;animation-delay:419.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4198){-webkit-animation-delay:419.8s;-moz-animation-delay:419.8s;-o-animation-delay:419.8s;animation-delay:419.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4199){-webkit-animation-delay:419.9s;-moz-animation-delay:419.9s;-o-animation-delay:419.9s;animation-delay:419.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4200){-webkit-animation-delay:420s;-moz-animation-delay:420s;-o-animation-delay:420s;animation-delay:420s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4201){-webkit-animation-delay:420.1s;-moz-animation-delay:420.1s;-o-animation-delay:420.1s;animation-delay:420.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4202){-webkit-animation-delay:420.2s;-moz-animation-delay:420.2s;-o-animation-delay:420.2s;animation-delay:420.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4203){-webkit-animation-delay:420.3s;-moz-animation-delay:420.3s;-o-animation-delay:420.3s;animation-delay:420.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4204){-webkit-animation-delay:420.4s;-moz-animation-delay:420.4s;-o-animation-delay:420.4s;animation-delay:420.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4205){-webkit-animation-delay:420.5s;-moz-animation-delay:420.5s;-o-animation-delay:420.5s;animation-delay:420.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4206){-webkit-animation-delay:420.6s;-moz-animation-delay:420.6s;-o-animation-delay:420.6s;animation-delay:420.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4207){-webkit-animation-delay:420.7s;-moz-animation-delay:420.7s;-o-animation-delay:420.7s;animation-delay:420.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4208){-webkit-animation-delay:420.8s;-moz-animation-delay:420.8s;-o-animation-delay:420.8s;animation-delay:420.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4209){-webkit-animation-delay:420.9s;-moz-animation-delay:420.9s;-o-animation-delay:420.9s;animation-delay:420.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4210){-webkit-animation-delay:421s;-moz-animation-delay:421s;-o-animation-delay:421s;animation-delay:421s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4211){-webkit-animation-delay:421.1s;-moz-animation-delay:421.1s;-o-animation-delay:421.1s;animation-delay:421.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4212){-webkit-animation-delay:421.2s;-moz-animation-delay:421.2s;-o-animation-delay:421.2s;animation-delay:421.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4213){-webkit-animation-delay:421.3s;-moz-animation-delay:421.3s;-o-animation-delay:421.3s;animation-delay:421.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4214){-webkit-animation-delay:421.4s;-moz-animation-delay:421.4s;-o-animation-delay:421.4s;animation-delay:421.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4215){-webkit-animation-delay:421.5s;-moz-animation-delay:421.5s;-o-animation-delay:421.5s;animation-delay:421.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4216){-webkit-animation-delay:421.6s;-moz-animation-delay:421.6s;-o-animation-delay:421.6s;animation-delay:421.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4217){-webkit-animation-delay:421.7s;-moz-animation-delay:421.7s;-o-animation-delay:421.7s;animation-delay:421.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4218){-webkit-animation-delay:421.8s;-moz-animation-delay:421.8s;-o-animation-delay:421.8s;animation-delay:421.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4219){-webkit-animation-delay:421.9s;-moz-animation-delay:421.9s;-o-animation-delay:421.9s;animation-delay:421.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4220){-webkit-animation-delay:422s;-moz-animation-delay:422s;-o-animation-delay:422s;animation-delay:422s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4221){-webkit-animation-delay:422.1s;-moz-animation-delay:422.1s;-o-animation-delay:422.1s;animation-delay:422.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4222){-webkit-animation-delay:422.2s;-moz-animation-delay:422.2s;-o-animation-delay:422.2s;animation-delay:422.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4223){-webkit-animation-delay:422.3s;-moz-animation-delay:422.3s;-o-animation-delay:422.3s;animation-delay:422.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4224){-webkit-animation-delay:422.4s;-moz-animation-delay:422.4s;-o-animation-delay:422.4s;animation-delay:422.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4225){-webkit-animation-delay:422.5s;-moz-animation-delay:422.5s;-o-animation-delay:422.5s;animation-delay:422.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4226){-webkit-animation-delay:422.6s;-moz-animation-delay:422.6s;-o-animation-delay:422.6s;animation-delay:422.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4227){-webkit-animation-delay:422.7s;-moz-animation-delay:422.7s;-o-animation-delay:422.7s;animation-delay:422.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4228){-webkit-animation-delay:422.8s;-moz-animation-delay:422.8s;-o-animation-delay:422.8s;animation-delay:422.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4229){-webkit-animation-delay:422.9s;-moz-animation-delay:422.9s;-o-animation-delay:422.9s;animation-delay:422.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4230){-webkit-animation-delay:423s;-moz-animation-delay:423s;-o-animation-delay:423s;animation-delay:423s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4231){-webkit-animation-delay:423.1s;-moz-animation-delay:423.1s;-o-animation-delay:423.1s;animation-delay:423.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4232){-webkit-animation-delay:423.2s;-moz-animation-delay:423.2s;-o-animation-delay:423.2s;animation-delay:423.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4233){-webkit-animation-delay:423.3s;-moz-animation-delay:423.3s;-o-animation-delay:423.3s;animation-delay:423.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4234){-webkit-animation-delay:423.4s;-moz-animation-delay:423.4s;-o-animation-delay:423.4s;animation-delay:423.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4235){-webkit-animation-delay:423.5s;-moz-animation-delay:423.5s;-o-animation-delay:423.5s;animation-delay:423.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4236){-webkit-animation-delay:423.6s;-moz-animation-delay:423.6s;-o-animation-delay:423.6s;animation-delay:423.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4237){-webkit-animation-delay:423.7s;-moz-animation-delay:423.7s;-o-animation-delay:423.7s;animation-delay:423.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4238){-webkit-animation-delay:423.8s;-moz-animation-delay:423.8s;-o-animation-delay:423.8s;animation-delay:423.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4239){-webkit-animation-delay:423.9s;-moz-animation-delay:423.9s;-o-animation-delay:423.9s;animation-delay:423.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4240){-webkit-animation-delay:424s;-moz-animation-delay:424s;-o-animation-delay:424s;animation-delay:424s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4241){-webkit-animation-delay:424.1s;-moz-animation-delay:424.1s;-o-animation-delay:424.1s;animation-delay:424.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4242){-webkit-animation-delay:424.2s;-moz-animation-delay:424.2s;-o-animation-delay:424.2s;animation-delay:424.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4243){-webkit-animation-delay:424.3s;-moz-animation-delay:424.3s;-o-animation-delay:424.3s;animation-delay:424.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4244){-webkit-animation-delay:424.4s;-moz-animation-delay:424.4s;-o-animation-delay:424.4s;animation-delay:424.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4245){-webkit-animation-delay:424.5s;-moz-animation-delay:424.5s;-o-animation-delay:424.5s;animation-delay:424.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4246){-webkit-animation-delay:424.6s;-moz-animation-delay:424.6s;-o-animation-delay:424.6s;animation-delay:424.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4247){-webkit-animation-delay:424.7s;-moz-animation-delay:424.7s;-o-animation-delay:424.7s;animation-delay:424.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4248){-webkit-animation-delay:424.8s;-moz-animation-delay:424.8s;-o-animation-delay:424.8s;animation-delay:424.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4249){-webkit-animation-delay:424.9s;-moz-animation-delay:424.9s;-o-animation-delay:424.9s;animation-delay:424.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4250){-webkit-animation-delay:425s;-moz-animation-delay:425s;-o-animation-delay:425s;animation-delay:425s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4251){-webkit-animation-delay:425.1s;-moz-animation-delay:425.1s;-o-animation-delay:425.1s;animation-delay:425.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4252){-webkit-animation-delay:425.2s;-moz-animation-delay:425.2s;-o-animation-delay:425.2s;animation-delay:425.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4253){-webkit-animation-delay:425.3s;-moz-animation-delay:425.3s;-o-animation-delay:425.3s;animation-delay:425.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4254){-webkit-animation-delay:425.4s;-moz-animation-delay:425.4s;-o-animation-delay:425.4s;animation-delay:425.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4255){-webkit-animation-delay:425.5s;-moz-animation-delay:425.5s;-o-animation-delay:425.5s;animation-delay:425.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4256){-webkit-animation-delay:425.6s;-moz-animation-delay:425.6s;-o-animation-delay:425.6s;animation-delay:425.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4257){-webkit-animation-delay:425.7s;-moz-animation-delay:425.7s;-o-animation-delay:425.7s;animation-delay:425.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4258){-webkit-animation-delay:425.8s;-moz-animation-delay:425.8s;-o-animation-delay:425.8s;animation-delay:425.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4259){-webkit-animation-delay:425.9s;-moz-animation-delay:425.9s;-o-animation-delay:425.9s;animation-delay:425.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4260){-webkit-animation-delay:426s;-moz-animation-delay:426s;-o-animation-delay:426s;animation-delay:426s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4261){-webkit-animation-delay:426.1s;-moz-animation-delay:426.1s;-o-animation-delay:426.1s;animation-delay:426.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4262){-webkit-animation-delay:426.2s;-moz-animation-delay:426.2s;-o-animation-delay:426.2s;animation-delay:426.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4263){-webkit-animation-delay:426.3s;-moz-animation-delay:426.3s;-o-animation-delay:426.3s;animation-delay:426.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4264){-webkit-animation-delay:426.4s;-moz-animation-delay:426.4s;-o-animation-delay:426.4s;animation-delay:426.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4265){-webkit-animation-delay:426.5s;-moz-animation-delay:426.5s;-o-animation-delay:426.5s;animation-delay:426.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4266){-webkit-animation-delay:426.6s;-moz-animation-delay:426.6s;-o-animation-delay:426.6s;animation-delay:426.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4267){-webkit-animation-delay:426.7s;-moz-animation-delay:426.7s;-o-animation-delay:426.7s;animation-delay:426.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4268){-webkit-animation-delay:426.8s;-moz-animation-delay:426.8s;-o-animation-delay:426.8s;animation-delay:426.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4269){-webkit-animation-delay:426.9s;-moz-animation-delay:426.9s;-o-animation-delay:426.9s;animation-delay:426.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4270){-webkit-animation-delay:427s;-moz-animation-delay:427s;-o-animation-delay:427s;animation-delay:427s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4271){-webkit-animation-delay:427.1s;-moz-animation-delay:427.1s;-o-animation-delay:427.1s;animation-delay:427.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4272){-webkit-animation-delay:427.2s;-moz-animation-delay:427.2s;-o-animation-delay:427.2s;animation-delay:427.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4273){-webkit-animation-delay:427.3s;-moz-animation-delay:427.3s;-o-animation-delay:427.3s;animation-delay:427.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4274){-webkit-animation-delay:427.4s;-moz-animation-delay:427.4s;-o-animation-delay:427.4s;animation-delay:427.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4275){-webkit-animation-delay:427.5s;-moz-animation-delay:427.5s;-o-animation-delay:427.5s;animation-delay:427.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4276){-webkit-animation-delay:427.6s;-moz-animation-delay:427.6s;-o-animation-delay:427.6s;animation-delay:427.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4277){-webkit-animation-delay:427.7s;-moz-animation-delay:427.7s;-o-animation-delay:427.7s;animation-delay:427.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4278){-webkit-animation-delay:427.8s;-moz-animation-delay:427.8s;-o-animation-delay:427.8s;animation-delay:427.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4279){-webkit-animation-delay:427.9s;-moz-animation-delay:427.9s;-o-animation-delay:427.9s;animation-delay:427.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4280){-webkit-animation-delay:428s;-moz-animation-delay:428s;-o-animation-delay:428s;animation-delay:428s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4281){-webkit-animation-delay:428.1s;-moz-animation-delay:428.1s;-o-animation-delay:428.1s;animation-delay:428.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4282){-webkit-animation-delay:428.2s;-moz-animation-delay:428.2s;-o-animation-delay:428.2s;animation-delay:428.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4283){-webkit-animation-delay:428.3s;-moz-animation-delay:428.3s;-o-animation-delay:428.3s;animation-delay:428.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4284){-webkit-animation-delay:428.4s;-moz-animation-delay:428.4s;-o-animation-delay:428.4s;animation-delay:428.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4285){-webkit-animation-delay:428.5s;-moz-animation-delay:428.5s;-o-animation-delay:428.5s;animation-delay:428.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4286){-webkit-animation-delay:428.6s;-moz-animation-delay:428.6s;-o-animation-delay:428.6s;animation-delay:428.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4287){-webkit-animation-delay:428.7s;-moz-animation-delay:428.7s;-o-animation-delay:428.7s;animation-delay:428.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4288){-webkit-animation-delay:428.8s;-moz-animation-delay:428.8s;-o-animation-delay:428.8s;animation-delay:428.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4289){-webkit-animation-delay:428.9s;-moz-animation-delay:428.9s;-o-animation-delay:428.9s;animation-delay:428.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4290){-webkit-animation-delay:429s;-moz-animation-delay:429s;-o-animation-delay:429s;animation-delay:429s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4291){-webkit-animation-delay:429.1s;-moz-animation-delay:429.1s;-o-animation-delay:429.1s;animation-delay:429.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4292){-webkit-animation-delay:429.2s;-moz-animation-delay:429.2s;-o-animation-delay:429.2s;animation-delay:429.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4293){-webkit-animation-delay:429.3s;-moz-animation-delay:429.3s;-o-animation-delay:429.3s;animation-delay:429.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4294){-webkit-animation-delay:429.4s;-moz-animation-delay:429.4s;-o-animation-delay:429.4s;animation-delay:429.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4295){-webkit-animation-delay:429.5s;-moz-animation-delay:429.5s;-o-animation-delay:429.5s;animation-delay:429.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4296){-webkit-animation-delay:429.6s;-moz-animation-delay:429.6s;-o-animation-delay:429.6s;animation-delay:429.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4297){-webkit-animation-delay:429.7s;-moz-animation-delay:429.7s;-o-animation-delay:429.7s;animation-delay:429.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4298){-webkit-animation-delay:429.8s;-moz-animation-delay:429.8s;-o-animation-delay:429.8s;animation-delay:429.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4299){-webkit-animation-delay:429.9s;-moz-animation-delay:429.9s;-o-animation-delay:429.9s;animation-delay:429.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4300){-webkit-animation-delay:430s;-moz-animation-delay:430s;-o-animation-delay:430s;animation-delay:430s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4301){-webkit-animation-delay:430.1s;-moz-animation-delay:430.1s;-o-animation-delay:430.1s;animation-delay:430.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4302){-webkit-animation-delay:430.2s;-moz-animation-delay:430.2s;-o-animation-delay:430.2s;animation-delay:430.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4303){-webkit-animation-delay:430.3s;-moz-animation-delay:430.3s;-o-animation-delay:430.3s;animation-delay:430.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4304){-webkit-animation-delay:430.4s;-moz-animation-delay:430.4s;-o-animation-delay:430.4s;animation-delay:430.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4305){-webkit-animation-delay:430.5s;-moz-animation-delay:430.5s;-o-animation-delay:430.5s;animation-delay:430.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4306){-webkit-animation-delay:430.6s;-moz-animation-delay:430.6s;-o-animation-delay:430.6s;animation-delay:430.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4307){-webkit-animation-delay:430.7s;-moz-animation-delay:430.7s;-o-animation-delay:430.7s;animation-delay:430.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4308){-webkit-animation-delay:430.8s;-moz-animation-delay:430.8s;-o-animation-delay:430.8s;animation-delay:430.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4309){-webkit-animation-delay:430.9s;-moz-animation-delay:430.9s;-o-animation-delay:430.9s;animation-delay:430.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4310){-webkit-animation-delay:431s;-moz-animation-delay:431s;-o-animation-delay:431s;animation-delay:431s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4311){-webkit-animation-delay:431.1s;-moz-animation-delay:431.1s;-o-animation-delay:431.1s;animation-delay:431.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4312){-webkit-animation-delay:431.2s;-moz-animation-delay:431.2s;-o-animation-delay:431.2s;animation-delay:431.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4313){-webkit-animation-delay:431.3s;-moz-animation-delay:431.3s;-o-animation-delay:431.3s;animation-delay:431.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4314){-webkit-animation-delay:431.4s;-moz-animation-delay:431.4s;-o-animation-delay:431.4s;animation-delay:431.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4315){-webkit-animation-delay:431.5s;-moz-animation-delay:431.5s;-o-animation-delay:431.5s;animation-delay:431.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4316){-webkit-animation-delay:431.6s;-moz-animation-delay:431.6s;-o-animation-delay:431.6s;animation-delay:431.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4317){-webkit-animation-delay:431.7s;-moz-animation-delay:431.7s;-o-animation-delay:431.7s;animation-delay:431.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4318){-webkit-animation-delay:431.8s;-moz-animation-delay:431.8s;-o-animation-delay:431.8s;animation-delay:431.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4319){-webkit-animation-delay:431.9s;-moz-animation-delay:431.9s;-o-animation-delay:431.9s;animation-delay:431.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4320){-webkit-animation-delay:432s;-moz-animation-delay:432s;-o-animation-delay:432s;animation-delay:432s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4321){-webkit-animation-delay:432.1s;-moz-animation-delay:432.1s;-o-animation-delay:432.1s;animation-delay:432.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4322){-webkit-animation-delay:432.2s;-moz-animation-delay:432.2s;-o-animation-delay:432.2s;animation-delay:432.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4323){-webkit-animation-delay:432.3s;-moz-animation-delay:432.3s;-o-animation-delay:432.3s;animation-delay:432.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4324){-webkit-animation-delay:432.4s;-moz-animation-delay:432.4s;-o-animation-delay:432.4s;animation-delay:432.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4325){-webkit-animation-delay:432.5s;-moz-animation-delay:432.5s;-o-animation-delay:432.5s;animation-delay:432.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4326){-webkit-animation-delay:432.6s;-moz-animation-delay:432.6s;-o-animation-delay:432.6s;animation-delay:432.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4327){-webkit-animation-delay:432.7s;-moz-animation-delay:432.7s;-o-animation-delay:432.7s;animation-delay:432.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4328){-webkit-animation-delay:432.8s;-moz-animation-delay:432.8s;-o-animation-delay:432.8s;animation-delay:432.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4329){-webkit-animation-delay:432.9s;-moz-animation-delay:432.9s;-o-animation-delay:432.9s;animation-delay:432.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4330){-webkit-animation-delay:433s;-moz-animation-delay:433s;-o-animation-delay:433s;animation-delay:433s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4331){-webkit-animation-delay:433.1s;-moz-animation-delay:433.1s;-o-animation-delay:433.1s;animation-delay:433.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4332){-webkit-animation-delay:433.2s;-moz-animation-delay:433.2s;-o-animation-delay:433.2s;animation-delay:433.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4333){-webkit-animation-delay:433.3s;-moz-animation-delay:433.3s;-o-animation-delay:433.3s;animation-delay:433.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4334){-webkit-animation-delay:433.4s;-moz-animation-delay:433.4s;-o-animation-delay:433.4s;animation-delay:433.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4335){-webkit-animation-delay:433.5s;-moz-animation-delay:433.5s;-o-animation-delay:433.5s;animation-delay:433.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4336){-webkit-animation-delay:433.6s;-moz-animation-delay:433.6s;-o-animation-delay:433.6s;animation-delay:433.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4337){-webkit-animation-delay:433.7s;-moz-animation-delay:433.7s;-o-animation-delay:433.7s;animation-delay:433.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4338){-webkit-animation-delay:433.8s;-moz-animation-delay:433.8s;-o-animation-delay:433.8s;animation-delay:433.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4339){-webkit-animation-delay:433.9s;-moz-animation-delay:433.9s;-o-animation-delay:433.9s;animation-delay:433.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4340){-webkit-animation-delay:434s;-moz-animation-delay:434s;-o-animation-delay:434s;animation-delay:434s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4341){-webkit-animation-delay:434.1s;-moz-animation-delay:434.1s;-o-animation-delay:434.1s;animation-delay:434.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4342){-webkit-animation-delay:434.2s;-moz-animation-delay:434.2s;-o-animation-delay:434.2s;animation-delay:434.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4343){-webkit-animation-delay:434.3s;-moz-animation-delay:434.3s;-o-animation-delay:434.3s;animation-delay:434.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4344){-webkit-animation-delay:434.4s;-moz-animation-delay:434.4s;-o-animation-delay:434.4s;animation-delay:434.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4345){-webkit-animation-delay:434.5s;-moz-animation-delay:434.5s;-o-animation-delay:434.5s;animation-delay:434.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4346){-webkit-animation-delay:434.6s;-moz-animation-delay:434.6s;-o-animation-delay:434.6s;animation-delay:434.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4347){-webkit-animation-delay:434.7s;-moz-animation-delay:434.7s;-o-animation-delay:434.7s;animation-delay:434.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4348){-webkit-animation-delay:434.8s;-moz-animation-delay:434.8s;-o-animation-delay:434.8s;animation-delay:434.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4349){-webkit-animation-delay:434.9s;-moz-animation-delay:434.9s;-o-animation-delay:434.9s;animation-delay:434.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4350){-webkit-animation-delay:435s;-moz-animation-delay:435s;-o-animation-delay:435s;animation-delay:435s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4351){-webkit-animation-delay:435.1s;-moz-animation-delay:435.1s;-o-animation-delay:435.1s;animation-delay:435.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4352){-webkit-animation-delay:435.2s;-moz-animation-delay:435.2s;-o-animation-delay:435.2s;animation-delay:435.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4353){-webkit-animation-delay:435.3s;-moz-animation-delay:435.3s;-o-animation-delay:435.3s;animation-delay:435.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4354){-webkit-animation-delay:435.4s;-moz-animation-delay:435.4s;-o-animation-delay:435.4s;animation-delay:435.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4355){-webkit-animation-delay:435.5s;-moz-animation-delay:435.5s;-o-animation-delay:435.5s;animation-delay:435.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4356){-webkit-animation-delay:435.6s;-moz-animation-delay:435.6s;-o-animation-delay:435.6s;animation-delay:435.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4357){-webkit-animation-delay:435.7s;-moz-animation-delay:435.7s;-o-animation-delay:435.7s;animation-delay:435.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4358){-webkit-animation-delay:435.8s;-moz-animation-delay:435.8s;-o-animation-delay:435.8s;animation-delay:435.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4359){-webkit-animation-delay:435.9s;-moz-animation-delay:435.9s;-o-animation-delay:435.9s;animation-delay:435.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4360){-webkit-animation-delay:436s;-moz-animation-delay:436s;-o-animation-delay:436s;animation-delay:436s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4361){-webkit-animation-delay:436.1s;-moz-animation-delay:436.1s;-o-animation-delay:436.1s;animation-delay:436.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4362){-webkit-animation-delay:436.2s;-moz-animation-delay:436.2s;-o-animation-delay:436.2s;animation-delay:436.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4363){-webkit-animation-delay:436.3s;-moz-animation-delay:436.3s;-o-animation-delay:436.3s;animation-delay:436.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4364){-webkit-animation-delay:436.4s;-moz-animation-delay:436.4s;-o-animation-delay:436.4s;animation-delay:436.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4365){-webkit-animation-delay:436.5s;-moz-animation-delay:436.5s;-o-animation-delay:436.5s;animation-delay:436.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4366){-webkit-animation-delay:436.6s;-moz-animation-delay:436.6s;-o-animation-delay:436.6s;animation-delay:436.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4367){-webkit-animation-delay:436.7s;-moz-animation-delay:436.7s;-o-animation-delay:436.7s;animation-delay:436.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4368){-webkit-animation-delay:436.8s;-moz-animation-delay:436.8s;-o-animation-delay:436.8s;animation-delay:436.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4369){-webkit-animation-delay:436.9s;-moz-animation-delay:436.9s;-o-animation-delay:436.9s;animation-delay:436.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4370){-webkit-animation-delay:437s;-moz-animation-delay:437s;-o-animation-delay:437s;animation-delay:437s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4371){-webkit-animation-delay:437.1s;-moz-animation-delay:437.1s;-o-animation-delay:437.1s;animation-delay:437.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4372){-webkit-animation-delay:437.2s;-moz-animation-delay:437.2s;-o-animation-delay:437.2s;animation-delay:437.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4373){-webkit-animation-delay:437.3s;-moz-animation-delay:437.3s;-o-animation-delay:437.3s;animation-delay:437.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4374){-webkit-animation-delay:437.4s;-moz-animation-delay:437.4s;-o-animation-delay:437.4s;animation-delay:437.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4375){-webkit-animation-delay:437.5s;-moz-animation-delay:437.5s;-o-animation-delay:437.5s;animation-delay:437.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4376){-webkit-animation-delay:437.6s;-moz-animation-delay:437.6s;-o-animation-delay:437.6s;animation-delay:437.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4377){-webkit-animation-delay:437.7s;-moz-animation-delay:437.7s;-o-animation-delay:437.7s;animation-delay:437.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4378){-webkit-animation-delay:437.8s;-moz-animation-delay:437.8s;-o-animation-delay:437.8s;animation-delay:437.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4379){-webkit-animation-delay:437.9s;-moz-animation-delay:437.9s;-o-animation-delay:437.9s;animation-delay:437.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4380){-webkit-animation-delay:438s;-moz-animation-delay:438s;-o-animation-delay:438s;animation-delay:438s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4381){-webkit-animation-delay:438.1s;-moz-animation-delay:438.1s;-o-animation-delay:438.1s;animation-delay:438.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4382){-webkit-animation-delay:438.2s;-moz-animation-delay:438.2s;-o-animation-delay:438.2s;animation-delay:438.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4383){-webkit-animation-delay:438.3s;-moz-animation-delay:438.3s;-o-animation-delay:438.3s;animation-delay:438.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4384){-webkit-animation-delay:438.4s;-moz-animation-delay:438.4s;-o-animation-delay:438.4s;animation-delay:438.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4385){-webkit-animation-delay:438.5s;-moz-animation-delay:438.5s;-o-animation-delay:438.5s;animation-delay:438.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4386){-webkit-animation-delay:438.6s;-moz-animation-delay:438.6s;-o-animation-delay:438.6s;animation-delay:438.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4387){-webkit-animation-delay:438.7s;-moz-animation-delay:438.7s;-o-animation-delay:438.7s;animation-delay:438.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4388){-webkit-animation-delay:438.8s;-moz-animation-delay:438.8s;-o-animation-delay:438.8s;animation-delay:438.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4389){-webkit-animation-delay:438.9s;-moz-animation-delay:438.9s;-o-animation-delay:438.9s;animation-delay:438.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4390){-webkit-animation-delay:439s;-moz-animation-delay:439s;-o-animation-delay:439s;animation-delay:439s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4391){-webkit-animation-delay:439.1s;-moz-animation-delay:439.1s;-o-animation-delay:439.1s;animation-delay:439.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4392){-webkit-animation-delay:439.2s;-moz-animation-delay:439.2s;-o-animation-delay:439.2s;animation-delay:439.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4393){-webkit-animation-delay:439.3s;-moz-animation-delay:439.3s;-o-animation-delay:439.3s;animation-delay:439.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4394){-webkit-animation-delay:439.4s;-moz-animation-delay:439.4s;-o-animation-delay:439.4s;animation-delay:439.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4395){-webkit-animation-delay:439.5s;-moz-animation-delay:439.5s;-o-animation-delay:439.5s;animation-delay:439.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4396){-webkit-animation-delay:439.6s;-moz-animation-delay:439.6s;-o-animation-delay:439.6s;animation-delay:439.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4397){-webkit-animation-delay:439.7s;-moz-animation-delay:439.7s;-o-animation-delay:439.7s;animation-delay:439.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4398){-webkit-animation-delay:439.8s;-moz-animation-delay:439.8s;-o-animation-delay:439.8s;animation-delay:439.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4399){-webkit-animation-delay:439.9s;-moz-animation-delay:439.9s;-o-animation-delay:439.9s;animation-delay:439.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4400){-webkit-animation-delay:440s;-moz-animation-delay:440s;-o-animation-delay:440s;animation-delay:440s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4401){-webkit-animation-delay:440.1s;-moz-animation-delay:440.1s;-o-animation-delay:440.1s;animation-delay:440.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4402){-webkit-animation-delay:440.2s;-moz-animation-delay:440.2s;-o-animation-delay:440.2s;animation-delay:440.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4403){-webkit-animation-delay:440.3s;-moz-animation-delay:440.3s;-o-animation-delay:440.3s;animation-delay:440.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4404){-webkit-animation-delay:440.4s;-moz-animation-delay:440.4s;-o-animation-delay:440.4s;animation-delay:440.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4405){-webkit-animation-delay:440.5s;-moz-animation-delay:440.5s;-o-animation-delay:440.5s;animation-delay:440.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4406){-webkit-animation-delay:440.6s;-moz-animation-delay:440.6s;-o-animation-delay:440.6s;animation-delay:440.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4407){-webkit-animation-delay:440.7s;-moz-animation-delay:440.7s;-o-animation-delay:440.7s;animation-delay:440.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4408){-webkit-animation-delay:440.8s;-moz-animation-delay:440.8s;-o-animation-delay:440.8s;animation-delay:440.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4409){-webkit-animation-delay:440.9s;-moz-animation-delay:440.9s;-o-animation-delay:440.9s;animation-delay:440.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4410){-webkit-animation-delay:441s;-moz-animation-delay:441s;-o-animation-delay:441s;animation-delay:441s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4411){-webkit-animation-delay:441.1s;-moz-animation-delay:441.1s;-o-animation-delay:441.1s;animation-delay:441.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4412){-webkit-animation-delay:441.2s;-moz-animation-delay:441.2s;-o-animation-delay:441.2s;animation-delay:441.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4413){-webkit-animation-delay:441.3s;-moz-animation-delay:441.3s;-o-animation-delay:441.3s;animation-delay:441.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4414){-webkit-animation-delay:441.4s;-moz-animation-delay:441.4s;-o-animation-delay:441.4s;animation-delay:441.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4415){-webkit-animation-delay:441.5s;-moz-animation-delay:441.5s;-o-animation-delay:441.5s;animation-delay:441.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4416){-webkit-animation-delay:441.6s;-moz-animation-delay:441.6s;-o-animation-delay:441.6s;animation-delay:441.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4417){-webkit-animation-delay:441.7s;-moz-animation-delay:441.7s;-o-animation-delay:441.7s;animation-delay:441.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4418){-webkit-animation-delay:441.8s;-moz-animation-delay:441.8s;-o-animation-delay:441.8s;animation-delay:441.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4419){-webkit-animation-delay:441.9s;-moz-animation-delay:441.9s;-o-animation-delay:441.9s;animation-delay:441.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4420){-webkit-animation-delay:442s;-moz-animation-delay:442s;-o-animation-delay:442s;animation-delay:442s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4421){-webkit-animation-delay:442.1s;-moz-animation-delay:442.1s;-o-animation-delay:442.1s;animation-delay:442.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4422){-webkit-animation-delay:442.2s;-moz-animation-delay:442.2s;-o-animation-delay:442.2s;animation-delay:442.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4423){-webkit-animation-delay:442.3s;-moz-animation-delay:442.3s;-o-animation-delay:442.3s;animation-delay:442.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4424){-webkit-animation-delay:442.4s;-moz-animation-delay:442.4s;-o-animation-delay:442.4s;animation-delay:442.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4425){-webkit-animation-delay:442.5s;-moz-animation-delay:442.5s;-o-animation-delay:442.5s;animation-delay:442.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4426){-webkit-animation-delay:442.6s;-moz-animation-delay:442.6s;-o-animation-delay:442.6s;animation-delay:442.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4427){-webkit-animation-delay:442.7s;-moz-animation-delay:442.7s;-o-animation-delay:442.7s;animation-delay:442.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4428){-webkit-animation-delay:442.8s;-moz-animation-delay:442.8s;-o-animation-delay:442.8s;animation-delay:442.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4429){-webkit-animation-delay:442.9s;-moz-animation-delay:442.9s;-o-animation-delay:442.9s;animation-delay:442.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4430){-webkit-animation-delay:443s;-moz-animation-delay:443s;-o-animation-delay:443s;animation-delay:443s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4431){-webkit-animation-delay:443.1s;-moz-animation-delay:443.1s;-o-animation-delay:443.1s;animation-delay:443.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4432){-webkit-animation-delay:443.2s;-moz-animation-delay:443.2s;-o-animation-delay:443.2s;animation-delay:443.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4433){-webkit-animation-delay:443.3s;-moz-animation-delay:443.3s;-o-animation-delay:443.3s;animation-delay:443.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4434){-webkit-animation-delay:443.4s;-moz-animation-delay:443.4s;-o-animation-delay:443.4s;animation-delay:443.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4435){-webkit-animation-delay:443.5s;-moz-animation-delay:443.5s;-o-animation-delay:443.5s;animation-delay:443.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4436){-webkit-animation-delay:443.6s;-moz-animation-delay:443.6s;-o-animation-delay:443.6s;animation-delay:443.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4437){-webkit-animation-delay:443.7s;-moz-animation-delay:443.7s;-o-animation-delay:443.7s;animation-delay:443.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4438){-webkit-animation-delay:443.8s;-moz-animation-delay:443.8s;-o-animation-delay:443.8s;animation-delay:443.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4439){-webkit-animation-delay:443.9s;-moz-animation-delay:443.9s;-o-animation-delay:443.9s;animation-delay:443.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4440){-webkit-animation-delay:444s;-moz-animation-delay:444s;-o-animation-delay:444s;animation-delay:444s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4441){-webkit-animation-delay:444.1s;-moz-animation-delay:444.1s;-o-animation-delay:444.1s;animation-delay:444.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4442){-webkit-animation-delay:444.2s;-moz-animation-delay:444.2s;-o-animation-delay:444.2s;animation-delay:444.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4443){-webkit-animation-delay:444.3s;-moz-animation-delay:444.3s;-o-animation-delay:444.3s;animation-delay:444.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4444){-webkit-animation-delay:444.4s;-moz-animation-delay:444.4s;-o-animation-delay:444.4s;animation-delay:444.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4445){-webkit-animation-delay:444.5s;-moz-animation-delay:444.5s;-o-animation-delay:444.5s;animation-delay:444.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4446){-webkit-animation-delay:444.6s;-moz-animation-delay:444.6s;-o-animation-delay:444.6s;animation-delay:444.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4447){-webkit-animation-delay:444.7s;-moz-animation-delay:444.7s;-o-animation-delay:444.7s;animation-delay:444.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4448){-webkit-animation-delay:444.8s;-moz-animation-delay:444.8s;-o-animation-delay:444.8s;animation-delay:444.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4449){-webkit-animation-delay:444.9s;-moz-animation-delay:444.9s;-o-animation-delay:444.9s;animation-delay:444.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4450){-webkit-animation-delay:445s;-moz-animation-delay:445s;-o-animation-delay:445s;animation-delay:445s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4451){-webkit-animation-delay:445.1s;-moz-animation-delay:445.1s;-o-animation-delay:445.1s;animation-delay:445.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4452){-webkit-animation-delay:445.2s;-moz-animation-delay:445.2s;-o-animation-delay:445.2s;animation-delay:445.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4453){-webkit-animation-delay:445.3s;-moz-animation-delay:445.3s;-o-animation-delay:445.3s;animation-delay:445.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4454){-webkit-animation-delay:445.4s;-moz-animation-delay:445.4s;-o-animation-delay:445.4s;animation-delay:445.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4455){-webkit-animation-delay:445.5s;-moz-animation-delay:445.5s;-o-animation-delay:445.5s;animation-delay:445.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4456){-webkit-animation-delay:445.6s;-moz-animation-delay:445.6s;-o-animation-delay:445.6s;animation-delay:445.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4457){-webkit-animation-delay:445.7s;-moz-animation-delay:445.7s;-o-animation-delay:445.7s;animation-delay:445.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4458){-webkit-animation-delay:445.8s;-moz-animation-delay:445.8s;-o-animation-delay:445.8s;animation-delay:445.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4459){-webkit-animation-delay:445.9s;-moz-animation-delay:445.9s;-o-animation-delay:445.9s;animation-delay:445.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4460){-webkit-animation-delay:446s;-moz-animation-delay:446s;-o-animation-delay:446s;animation-delay:446s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4461){-webkit-animation-delay:446.1s;-moz-animation-delay:446.1s;-o-animation-delay:446.1s;animation-delay:446.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4462){-webkit-animation-delay:446.2s;-moz-animation-delay:446.2s;-o-animation-delay:446.2s;animation-delay:446.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4463){-webkit-animation-delay:446.3s;-moz-animation-delay:446.3s;-o-animation-delay:446.3s;animation-delay:446.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4464){-webkit-animation-delay:446.4s;-moz-animation-delay:446.4s;-o-animation-delay:446.4s;animation-delay:446.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4465){-webkit-animation-delay:446.5s;-moz-animation-delay:446.5s;-o-animation-delay:446.5s;animation-delay:446.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4466){-webkit-animation-delay:446.6s;-moz-animation-delay:446.6s;-o-animation-delay:446.6s;animation-delay:446.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4467){-webkit-animation-delay:446.7s;-moz-animation-delay:446.7s;-o-animation-delay:446.7s;animation-delay:446.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4468){-webkit-animation-delay:446.8s;-moz-animation-delay:446.8s;-o-animation-delay:446.8s;animation-delay:446.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4469){-webkit-animation-delay:446.9s;-moz-animation-delay:446.9s;-o-animation-delay:446.9s;animation-delay:446.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4470){-webkit-animation-delay:447s;-moz-animation-delay:447s;-o-animation-delay:447s;animation-delay:447s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4471){-webkit-animation-delay:447.1s;-moz-animation-delay:447.1s;-o-animation-delay:447.1s;animation-delay:447.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4472){-webkit-animation-delay:447.2s;-moz-animation-delay:447.2s;-o-animation-delay:447.2s;animation-delay:447.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4473){-webkit-animation-delay:447.3s;-moz-animation-delay:447.3s;-o-animation-delay:447.3s;animation-delay:447.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4474){-webkit-animation-delay:447.4s;-moz-animation-delay:447.4s;-o-animation-delay:447.4s;animation-delay:447.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4475){-webkit-animation-delay:447.5s;-moz-animation-delay:447.5s;-o-animation-delay:447.5s;animation-delay:447.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4476){-webkit-animation-delay:447.6s;-moz-animation-delay:447.6s;-o-animation-delay:447.6s;animation-delay:447.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4477){-webkit-animation-delay:447.7s;-moz-animation-delay:447.7s;-o-animation-delay:447.7s;animation-delay:447.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4478){-webkit-animation-delay:447.8s;-moz-animation-delay:447.8s;-o-animation-delay:447.8s;animation-delay:447.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4479){-webkit-animation-delay:447.9s;-moz-animation-delay:447.9s;-o-animation-delay:447.9s;animation-delay:447.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4480){-webkit-animation-delay:448s;-moz-animation-delay:448s;-o-animation-delay:448s;animation-delay:448s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4481){-webkit-animation-delay:448.1s;-moz-animation-delay:448.1s;-o-animation-delay:448.1s;animation-delay:448.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4482){-webkit-animation-delay:448.2s;-moz-animation-delay:448.2s;-o-animation-delay:448.2s;animation-delay:448.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4483){-webkit-animation-delay:448.3s;-moz-animation-delay:448.3s;-o-animation-delay:448.3s;animation-delay:448.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4484){-webkit-animation-delay:448.4s;-moz-animation-delay:448.4s;-o-animation-delay:448.4s;animation-delay:448.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4485){-webkit-animation-delay:448.5s;-moz-animation-delay:448.5s;-o-animation-delay:448.5s;animation-delay:448.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4486){-webkit-animation-delay:448.6s;-moz-animation-delay:448.6s;-o-animation-delay:448.6s;animation-delay:448.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4487){-webkit-animation-delay:448.7s;-moz-animation-delay:448.7s;-o-animation-delay:448.7s;animation-delay:448.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4488){-webkit-animation-delay:448.8s;-moz-animation-delay:448.8s;-o-animation-delay:448.8s;animation-delay:448.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4489){-webkit-animation-delay:448.9s;-moz-animation-delay:448.9s;-o-animation-delay:448.9s;animation-delay:448.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4490){-webkit-animation-delay:449s;-moz-animation-delay:449s;-o-animation-delay:449s;animation-delay:449s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4491){-webkit-animation-delay:449.1s;-moz-animation-delay:449.1s;-o-animation-delay:449.1s;animation-delay:449.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4492){-webkit-animation-delay:449.2s;-moz-animation-delay:449.2s;-o-animation-delay:449.2s;animation-delay:449.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4493){-webkit-animation-delay:449.3s;-moz-animation-delay:449.3s;-o-animation-delay:449.3s;animation-delay:449.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4494){-webkit-animation-delay:449.4s;-moz-animation-delay:449.4s;-o-animation-delay:449.4s;animation-delay:449.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4495){-webkit-animation-delay:449.5s;-moz-animation-delay:449.5s;-o-animation-delay:449.5s;animation-delay:449.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4496){-webkit-animation-delay:449.6s;-moz-animation-delay:449.6s;-o-animation-delay:449.6s;animation-delay:449.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4497){-webkit-animation-delay:449.7s;-moz-animation-delay:449.7s;-o-animation-delay:449.7s;animation-delay:449.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4498){-webkit-animation-delay:449.8s;-moz-animation-delay:449.8s;-o-animation-delay:449.8s;animation-delay:449.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4499){-webkit-animation-delay:449.9s;-moz-animation-delay:449.9s;-o-animation-delay:449.9s;animation-delay:449.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4500){-webkit-animation-delay:450s;-moz-animation-delay:450s;-o-animation-delay:450s;animation-delay:450s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4501){-webkit-animation-delay:450.1s;-moz-animation-delay:450.1s;-o-animation-delay:450.1s;animation-delay:450.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4502){-webkit-animation-delay:450.2s;-moz-animation-delay:450.2s;-o-animation-delay:450.2s;animation-delay:450.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4503){-webkit-animation-delay:450.3s;-moz-animation-delay:450.3s;-o-animation-delay:450.3s;animation-delay:450.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4504){-webkit-animation-delay:450.4s;-moz-animation-delay:450.4s;-o-animation-delay:450.4s;animation-delay:450.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4505){-webkit-animation-delay:450.5s;-moz-animation-delay:450.5s;-o-animation-delay:450.5s;animation-delay:450.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4506){-webkit-animation-delay:450.6s;-moz-animation-delay:450.6s;-o-animation-delay:450.6s;animation-delay:450.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4507){-webkit-animation-delay:450.7s;-moz-animation-delay:450.7s;-o-animation-delay:450.7s;animation-delay:450.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4508){-webkit-animation-delay:450.8s;-moz-animation-delay:450.8s;-o-animation-delay:450.8s;animation-delay:450.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4509){-webkit-animation-delay:450.9s;-moz-animation-delay:450.9s;-o-animation-delay:450.9s;animation-delay:450.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4510){-webkit-animation-delay:451s;-moz-animation-delay:451s;-o-animation-delay:451s;animation-delay:451s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4511){-webkit-animation-delay:451.1s;-moz-animation-delay:451.1s;-o-animation-delay:451.1s;animation-delay:451.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4512){-webkit-animation-delay:451.2s;-moz-animation-delay:451.2s;-o-animation-delay:451.2s;animation-delay:451.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4513){-webkit-animation-delay:451.3s;-moz-animation-delay:451.3s;-o-animation-delay:451.3s;animation-delay:451.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4514){-webkit-animation-delay:451.4s;-moz-animation-delay:451.4s;-o-animation-delay:451.4s;animation-delay:451.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4515){-webkit-animation-delay:451.5s;-moz-animation-delay:451.5s;-o-animation-delay:451.5s;animation-delay:451.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4516){-webkit-animation-delay:451.6s;-moz-animation-delay:451.6s;-o-animation-delay:451.6s;animation-delay:451.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4517){-webkit-animation-delay:451.7s;-moz-animation-delay:451.7s;-o-animation-delay:451.7s;animation-delay:451.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4518){-webkit-animation-delay:451.8s;-moz-animation-delay:451.8s;-o-animation-delay:451.8s;animation-delay:451.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4519){-webkit-animation-delay:451.9s;-moz-animation-delay:451.9s;-o-animation-delay:451.9s;animation-delay:451.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4520){-webkit-animation-delay:452s;-moz-animation-delay:452s;-o-animation-delay:452s;animation-delay:452s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4521){-webkit-animation-delay:452.1s;-moz-animation-delay:452.1s;-o-animation-delay:452.1s;animation-delay:452.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4522){-webkit-animation-delay:452.2s;-moz-animation-delay:452.2s;-o-animation-delay:452.2s;animation-delay:452.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4523){-webkit-animation-delay:452.3s;-moz-animation-delay:452.3s;-o-animation-delay:452.3s;animation-delay:452.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4524){-webkit-animation-delay:452.4s;-moz-animation-delay:452.4s;-o-animation-delay:452.4s;animation-delay:452.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4525){-webkit-animation-delay:452.5s;-moz-animation-delay:452.5s;-o-animation-delay:452.5s;animation-delay:452.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4526){-webkit-animation-delay:452.6s;-moz-animation-delay:452.6s;-o-animation-delay:452.6s;animation-delay:452.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4527){-webkit-animation-delay:452.7s;-moz-animation-delay:452.7s;-o-animation-delay:452.7s;animation-delay:452.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4528){-webkit-animation-delay:452.8s;-moz-animation-delay:452.8s;-o-animation-delay:452.8s;animation-delay:452.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4529){-webkit-animation-delay:452.9s;-moz-animation-delay:452.9s;-o-animation-delay:452.9s;animation-delay:452.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4530){-webkit-animation-delay:453s;-moz-animation-delay:453s;-o-animation-delay:453s;animation-delay:453s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4531){-webkit-animation-delay:453.1s;-moz-animation-delay:453.1s;-o-animation-delay:453.1s;animation-delay:453.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4532){-webkit-animation-delay:453.2s;-moz-animation-delay:453.2s;-o-animation-delay:453.2s;animation-delay:453.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4533){-webkit-animation-delay:453.3s;-moz-animation-delay:453.3s;-o-animation-delay:453.3s;animation-delay:453.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4534){-webkit-animation-delay:453.4s;-moz-animation-delay:453.4s;-o-animation-delay:453.4s;animation-delay:453.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4535){-webkit-animation-delay:453.5s;-moz-animation-delay:453.5s;-o-animation-delay:453.5s;animation-delay:453.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4536){-webkit-animation-delay:453.6s;-moz-animation-delay:453.6s;-o-animation-delay:453.6s;animation-delay:453.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4537){-webkit-animation-delay:453.7s;-moz-animation-delay:453.7s;-o-animation-delay:453.7s;animation-delay:453.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4538){-webkit-animation-delay:453.8s;-moz-animation-delay:453.8s;-o-animation-delay:453.8s;animation-delay:453.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4539){-webkit-animation-delay:453.9s;-moz-animation-delay:453.9s;-o-animation-delay:453.9s;animation-delay:453.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4540){-webkit-animation-delay:454s;-moz-animation-delay:454s;-o-animation-delay:454s;animation-delay:454s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4541){-webkit-animation-delay:454.1s;-moz-animation-delay:454.1s;-o-animation-delay:454.1s;animation-delay:454.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4542){-webkit-animation-delay:454.2s;-moz-animation-delay:454.2s;-o-animation-delay:454.2s;animation-delay:454.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4543){-webkit-animation-delay:454.3s;-moz-animation-delay:454.3s;-o-animation-delay:454.3s;animation-delay:454.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4544){-webkit-animation-delay:454.4s;-moz-animation-delay:454.4s;-o-animation-delay:454.4s;animation-delay:454.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4545){-webkit-animation-delay:454.5s;-moz-animation-delay:454.5s;-o-animation-delay:454.5s;animation-delay:454.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4546){-webkit-animation-delay:454.6s;-moz-animation-delay:454.6s;-o-animation-delay:454.6s;animation-delay:454.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4547){-webkit-animation-delay:454.7s;-moz-animation-delay:454.7s;-o-animation-delay:454.7s;animation-delay:454.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4548){-webkit-animation-delay:454.8s;-moz-animation-delay:454.8s;-o-animation-delay:454.8s;animation-delay:454.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4549){-webkit-animation-delay:454.9s;-moz-animation-delay:454.9s;-o-animation-delay:454.9s;animation-delay:454.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4550){-webkit-animation-delay:455s;-moz-animation-delay:455s;-o-animation-delay:455s;animation-delay:455s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4551){-webkit-animation-delay:455.1s;-moz-animation-delay:455.1s;-o-animation-delay:455.1s;animation-delay:455.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4552){-webkit-animation-delay:455.2s;-moz-animation-delay:455.2s;-o-animation-delay:455.2s;animation-delay:455.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4553){-webkit-animation-delay:455.3s;-moz-animation-delay:455.3s;-o-animation-delay:455.3s;animation-delay:455.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4554){-webkit-animation-delay:455.4s;-moz-animation-delay:455.4s;-o-animation-delay:455.4s;animation-delay:455.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4555){-webkit-animation-delay:455.5s;-moz-animation-delay:455.5s;-o-animation-delay:455.5s;animation-delay:455.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4556){-webkit-animation-delay:455.6s;-moz-animation-delay:455.6s;-o-animation-delay:455.6s;animation-delay:455.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4557){-webkit-animation-delay:455.7s;-moz-animation-delay:455.7s;-o-animation-delay:455.7s;animation-delay:455.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4558){-webkit-animation-delay:455.8s;-moz-animation-delay:455.8s;-o-animation-delay:455.8s;animation-delay:455.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4559){-webkit-animation-delay:455.9s;-moz-animation-delay:455.9s;-o-animation-delay:455.9s;animation-delay:455.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4560){-webkit-animation-delay:456s;-moz-animation-delay:456s;-o-animation-delay:456s;animation-delay:456s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4561){-webkit-animation-delay:456.1s;-moz-animation-delay:456.1s;-o-animation-delay:456.1s;animation-delay:456.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4562){-webkit-animation-delay:456.2s;-moz-animation-delay:456.2s;-o-animation-delay:456.2s;animation-delay:456.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4563){-webkit-animation-delay:456.3s;-moz-animation-delay:456.3s;-o-animation-delay:456.3s;animation-delay:456.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4564){-webkit-animation-delay:456.4s;-moz-animation-delay:456.4s;-o-animation-delay:456.4s;animation-delay:456.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4565){-webkit-animation-delay:456.5s;-moz-animation-delay:456.5s;-o-animation-delay:456.5s;animation-delay:456.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4566){-webkit-animation-delay:456.6s;-moz-animation-delay:456.6s;-o-animation-delay:456.6s;animation-delay:456.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4567){-webkit-animation-delay:456.7s;-moz-animation-delay:456.7s;-o-animation-delay:456.7s;animation-delay:456.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4568){-webkit-animation-delay:456.8s;-moz-animation-delay:456.8s;-o-animation-delay:456.8s;animation-delay:456.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4569){-webkit-animation-delay:456.9s;-moz-animation-delay:456.9s;-o-animation-delay:456.9s;animation-delay:456.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4570){-webkit-animation-delay:457s;-moz-animation-delay:457s;-o-animation-delay:457s;animation-delay:457s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4571){-webkit-animation-delay:457.1s;-moz-animation-delay:457.1s;-o-animation-delay:457.1s;animation-delay:457.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4572){-webkit-animation-delay:457.2s;-moz-animation-delay:457.2s;-o-animation-delay:457.2s;animation-delay:457.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4573){-webkit-animation-delay:457.3s;-moz-animation-delay:457.3s;-o-animation-delay:457.3s;animation-delay:457.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4574){-webkit-animation-delay:457.4s;-moz-animation-delay:457.4s;-o-animation-delay:457.4s;animation-delay:457.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4575){-webkit-animation-delay:457.5s;-moz-animation-delay:457.5s;-o-animation-delay:457.5s;animation-delay:457.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4576){-webkit-animation-delay:457.6s;-moz-animation-delay:457.6s;-o-animation-delay:457.6s;animation-delay:457.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4577){-webkit-animation-delay:457.7s;-moz-animation-delay:457.7s;-o-animation-delay:457.7s;animation-delay:457.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4578){-webkit-animation-delay:457.8s;-moz-animation-delay:457.8s;-o-animation-delay:457.8s;animation-delay:457.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4579){-webkit-animation-delay:457.9s;-moz-animation-delay:457.9s;-o-animation-delay:457.9s;animation-delay:457.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4580){-webkit-animation-delay:458s;-moz-animation-delay:458s;-o-animation-delay:458s;animation-delay:458s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4581){-webkit-animation-delay:458.1s;-moz-animation-delay:458.1s;-o-animation-delay:458.1s;animation-delay:458.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4582){-webkit-animation-delay:458.2s;-moz-animation-delay:458.2s;-o-animation-delay:458.2s;animation-delay:458.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4583){-webkit-animation-delay:458.3s;-moz-animation-delay:458.3s;-o-animation-delay:458.3s;animation-delay:458.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4584){-webkit-animation-delay:458.4s;-moz-animation-delay:458.4s;-o-animation-delay:458.4s;animation-delay:458.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4585){-webkit-animation-delay:458.5s;-moz-animation-delay:458.5s;-o-animation-delay:458.5s;animation-delay:458.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4586){-webkit-animation-delay:458.6s;-moz-animation-delay:458.6s;-o-animation-delay:458.6s;animation-delay:458.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4587){-webkit-animation-delay:458.7s;-moz-animation-delay:458.7s;-o-animation-delay:458.7s;animation-delay:458.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4588){-webkit-animation-delay:458.8s;-moz-animation-delay:458.8s;-o-animation-delay:458.8s;animation-delay:458.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4589){-webkit-animation-delay:458.9s;-moz-animation-delay:458.9s;-o-animation-delay:458.9s;animation-delay:458.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4590){-webkit-animation-delay:459s;-moz-animation-delay:459s;-o-animation-delay:459s;animation-delay:459s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4591){-webkit-animation-delay:459.1s;-moz-animation-delay:459.1s;-o-animation-delay:459.1s;animation-delay:459.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4592){-webkit-animation-delay:459.2s;-moz-animation-delay:459.2s;-o-animation-delay:459.2s;animation-delay:459.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4593){-webkit-animation-delay:459.3s;-moz-animation-delay:459.3s;-o-animation-delay:459.3s;animation-delay:459.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4594){-webkit-animation-delay:459.4s;-moz-animation-delay:459.4s;-o-animation-delay:459.4s;animation-delay:459.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4595){-webkit-animation-delay:459.5s;-moz-animation-delay:459.5s;-o-animation-delay:459.5s;animation-delay:459.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4596){-webkit-animation-delay:459.6s;-moz-animation-delay:459.6s;-o-animation-delay:459.6s;animation-delay:459.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4597){-webkit-animation-delay:459.7s;-moz-animation-delay:459.7s;-o-animation-delay:459.7s;animation-delay:459.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4598){-webkit-animation-delay:459.8s;-moz-animation-delay:459.8s;-o-animation-delay:459.8s;animation-delay:459.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4599){-webkit-animation-delay:459.9s;-moz-animation-delay:459.9s;-o-animation-delay:459.9s;animation-delay:459.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4600){-webkit-animation-delay:460s;-moz-animation-delay:460s;-o-animation-delay:460s;animation-delay:460s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4601){-webkit-animation-delay:460.1s;-moz-animation-delay:460.1s;-o-animation-delay:460.1s;animation-delay:460.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4602){-webkit-animation-delay:460.2s;-moz-animation-delay:460.2s;-o-animation-delay:460.2s;animation-delay:460.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4603){-webkit-animation-delay:460.3s;-moz-animation-delay:460.3s;-o-animation-delay:460.3s;animation-delay:460.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4604){-webkit-animation-delay:460.4s;-moz-animation-delay:460.4s;-o-animation-delay:460.4s;animation-delay:460.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4605){-webkit-animation-delay:460.5s;-moz-animation-delay:460.5s;-o-animation-delay:460.5s;animation-delay:460.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4606){-webkit-animation-delay:460.6s;-moz-animation-delay:460.6s;-o-animation-delay:460.6s;animation-delay:460.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4607){-webkit-animation-delay:460.7s;-moz-animation-delay:460.7s;-o-animation-delay:460.7s;animation-delay:460.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4608){-webkit-animation-delay:460.8s;-moz-animation-delay:460.8s;-o-animation-delay:460.8s;animation-delay:460.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4609){-webkit-animation-delay:460.9s;-moz-animation-delay:460.9s;-o-animation-delay:460.9s;animation-delay:460.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4610){-webkit-animation-delay:461s;-moz-animation-delay:461s;-o-animation-delay:461s;animation-delay:461s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4611){-webkit-animation-delay:461.1s;-moz-animation-delay:461.1s;-o-animation-delay:461.1s;animation-delay:461.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4612){-webkit-animation-delay:461.2s;-moz-animation-delay:461.2s;-o-animation-delay:461.2s;animation-delay:461.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4613){-webkit-animation-delay:461.3s;-moz-animation-delay:461.3s;-o-animation-delay:461.3s;animation-delay:461.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4614){-webkit-animation-delay:461.4s;-moz-animation-delay:461.4s;-o-animation-delay:461.4s;animation-delay:461.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4615){-webkit-animation-delay:461.5s;-moz-animation-delay:461.5s;-o-animation-delay:461.5s;animation-delay:461.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4616){-webkit-animation-delay:461.6s;-moz-animation-delay:461.6s;-o-animation-delay:461.6s;animation-delay:461.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4617){-webkit-animation-delay:461.7s;-moz-animation-delay:461.7s;-o-animation-delay:461.7s;animation-delay:461.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4618){-webkit-animation-delay:461.8s;-moz-animation-delay:461.8s;-o-animation-delay:461.8s;animation-delay:461.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4619){-webkit-animation-delay:461.9s;-moz-animation-delay:461.9s;-o-animation-delay:461.9s;animation-delay:461.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4620){-webkit-animation-delay:462s;-moz-animation-delay:462s;-o-animation-delay:462s;animation-delay:462s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4621){-webkit-animation-delay:462.1s;-moz-animation-delay:462.1s;-o-animation-delay:462.1s;animation-delay:462.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4622){-webkit-animation-delay:462.2s;-moz-animation-delay:462.2s;-o-animation-delay:462.2s;animation-delay:462.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4623){-webkit-animation-delay:462.3s;-moz-animation-delay:462.3s;-o-animation-delay:462.3s;animation-delay:462.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4624){-webkit-animation-delay:462.4s;-moz-animation-delay:462.4s;-o-animation-delay:462.4s;animation-delay:462.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4625){-webkit-animation-delay:462.5s;-moz-animation-delay:462.5s;-o-animation-delay:462.5s;animation-delay:462.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4626){-webkit-animation-delay:462.6s;-moz-animation-delay:462.6s;-o-animation-delay:462.6s;animation-delay:462.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4627){-webkit-animation-delay:462.7s;-moz-animation-delay:462.7s;-o-animation-delay:462.7s;animation-delay:462.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4628){-webkit-animation-delay:462.8s;-moz-animation-delay:462.8s;-o-animation-delay:462.8s;animation-delay:462.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4629){-webkit-animation-delay:462.9s;-moz-animation-delay:462.9s;-o-animation-delay:462.9s;animation-delay:462.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4630){-webkit-animation-delay:463s;-moz-animation-delay:463s;-o-animation-delay:463s;animation-delay:463s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4631){-webkit-animation-delay:463.1s;-moz-animation-delay:463.1s;-o-animation-delay:463.1s;animation-delay:463.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4632){-webkit-animation-delay:463.2s;-moz-animation-delay:463.2s;-o-animation-delay:463.2s;animation-delay:463.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4633){-webkit-animation-delay:463.3s;-moz-animation-delay:463.3s;-o-animation-delay:463.3s;animation-delay:463.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4634){-webkit-animation-delay:463.4s;-moz-animation-delay:463.4s;-o-animation-delay:463.4s;animation-delay:463.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4635){-webkit-animation-delay:463.5s;-moz-animation-delay:463.5s;-o-animation-delay:463.5s;animation-delay:463.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4636){-webkit-animation-delay:463.6s;-moz-animation-delay:463.6s;-o-animation-delay:463.6s;animation-delay:463.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4637){-webkit-animation-delay:463.7s;-moz-animation-delay:463.7s;-o-animation-delay:463.7s;animation-delay:463.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4638){-webkit-animation-delay:463.8s;-moz-animation-delay:463.8s;-o-animation-delay:463.8s;animation-delay:463.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4639){-webkit-animation-delay:463.9s;-moz-animation-delay:463.9s;-o-animation-delay:463.9s;animation-delay:463.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4640){-webkit-animation-delay:464s;-moz-animation-delay:464s;-o-animation-delay:464s;animation-delay:464s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4641){-webkit-animation-delay:464.1s;-moz-animation-delay:464.1s;-o-animation-delay:464.1s;animation-delay:464.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4642){-webkit-animation-delay:464.2s;-moz-animation-delay:464.2s;-o-animation-delay:464.2s;animation-delay:464.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4643){-webkit-animation-delay:464.3s;-moz-animation-delay:464.3s;-o-animation-delay:464.3s;animation-delay:464.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4644){-webkit-animation-delay:464.4s;-moz-animation-delay:464.4s;-o-animation-delay:464.4s;animation-delay:464.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4645){-webkit-animation-delay:464.5s;-moz-animation-delay:464.5s;-o-animation-delay:464.5s;animation-delay:464.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4646){-webkit-animation-delay:464.6s;-moz-animation-delay:464.6s;-o-animation-delay:464.6s;animation-delay:464.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4647){-webkit-animation-delay:464.7s;-moz-animation-delay:464.7s;-o-animation-delay:464.7s;animation-delay:464.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4648){-webkit-animation-delay:464.8s;-moz-animation-delay:464.8s;-o-animation-delay:464.8s;animation-delay:464.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4649){-webkit-animation-delay:464.9s;-moz-animation-delay:464.9s;-o-animation-delay:464.9s;animation-delay:464.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4650){-webkit-animation-delay:465s;-moz-animation-delay:465s;-o-animation-delay:465s;animation-delay:465s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4651){-webkit-animation-delay:465.1s;-moz-animation-delay:465.1s;-o-animation-delay:465.1s;animation-delay:465.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4652){-webkit-animation-delay:465.2s;-moz-animation-delay:465.2s;-o-animation-delay:465.2s;animation-delay:465.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4653){-webkit-animation-delay:465.3s;-moz-animation-delay:465.3s;-o-animation-delay:465.3s;animation-delay:465.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4654){-webkit-animation-delay:465.4s;-moz-animation-delay:465.4s;-o-animation-delay:465.4s;animation-delay:465.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4655){-webkit-animation-delay:465.5s;-moz-animation-delay:465.5s;-o-animation-delay:465.5s;animation-delay:465.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4656){-webkit-animation-delay:465.6s;-moz-animation-delay:465.6s;-o-animation-delay:465.6s;animation-delay:465.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4657){-webkit-animation-delay:465.7s;-moz-animation-delay:465.7s;-o-animation-delay:465.7s;animation-delay:465.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4658){-webkit-animation-delay:465.8s;-moz-animation-delay:465.8s;-o-animation-delay:465.8s;animation-delay:465.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4659){-webkit-animation-delay:465.9s;-moz-animation-delay:465.9s;-o-animation-delay:465.9s;animation-delay:465.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4660){-webkit-animation-delay:466s;-moz-animation-delay:466s;-o-animation-delay:466s;animation-delay:466s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4661){-webkit-animation-delay:466.1s;-moz-animation-delay:466.1s;-o-animation-delay:466.1s;animation-delay:466.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4662){-webkit-animation-delay:466.2s;-moz-animation-delay:466.2s;-o-animation-delay:466.2s;animation-delay:466.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4663){-webkit-animation-delay:466.3s;-moz-animation-delay:466.3s;-o-animation-delay:466.3s;animation-delay:466.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4664){-webkit-animation-delay:466.4s;-moz-animation-delay:466.4s;-o-animation-delay:466.4s;animation-delay:466.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4665){-webkit-animation-delay:466.5s;-moz-animation-delay:466.5s;-o-animation-delay:466.5s;animation-delay:466.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4666){-webkit-animation-delay:466.6s;-moz-animation-delay:466.6s;-o-animation-delay:466.6s;animation-delay:466.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4667){-webkit-animation-delay:466.7s;-moz-animation-delay:466.7s;-o-animation-delay:466.7s;animation-delay:466.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4668){-webkit-animation-delay:466.8s;-moz-animation-delay:466.8s;-o-animation-delay:466.8s;animation-delay:466.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4669){-webkit-animation-delay:466.9s;-moz-animation-delay:466.9s;-o-animation-delay:466.9s;animation-delay:466.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4670){-webkit-animation-delay:467s;-moz-animation-delay:467s;-o-animation-delay:467s;animation-delay:467s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4671){-webkit-animation-delay:467.1s;-moz-animation-delay:467.1s;-o-animation-delay:467.1s;animation-delay:467.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4672){-webkit-animation-delay:467.2s;-moz-animation-delay:467.2s;-o-animation-delay:467.2s;animation-delay:467.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4673){-webkit-animation-delay:467.3s;-moz-animation-delay:467.3s;-o-animation-delay:467.3s;animation-delay:467.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4674){-webkit-animation-delay:467.4s;-moz-animation-delay:467.4s;-o-animation-delay:467.4s;animation-delay:467.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4675){-webkit-animation-delay:467.5s;-moz-animation-delay:467.5s;-o-animation-delay:467.5s;animation-delay:467.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4676){-webkit-animation-delay:467.6s;-moz-animation-delay:467.6s;-o-animation-delay:467.6s;animation-delay:467.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4677){-webkit-animation-delay:467.7s;-moz-animation-delay:467.7s;-o-animation-delay:467.7s;animation-delay:467.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4678){-webkit-animation-delay:467.8s;-moz-animation-delay:467.8s;-o-animation-delay:467.8s;animation-delay:467.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4679){-webkit-animation-delay:467.9s;-moz-animation-delay:467.9s;-o-animation-delay:467.9s;animation-delay:467.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4680){-webkit-animation-delay:468s;-moz-animation-delay:468s;-o-animation-delay:468s;animation-delay:468s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4681){-webkit-animation-delay:468.1s;-moz-animation-delay:468.1s;-o-animation-delay:468.1s;animation-delay:468.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4682){-webkit-animation-delay:468.2s;-moz-animation-delay:468.2s;-o-animation-delay:468.2s;animation-delay:468.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4683){-webkit-animation-delay:468.3s;-moz-animation-delay:468.3s;-o-animation-delay:468.3s;animation-delay:468.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4684){-webkit-animation-delay:468.4s;-moz-animation-delay:468.4s;-o-animation-delay:468.4s;animation-delay:468.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4685){-webkit-animation-delay:468.5s;-moz-animation-delay:468.5s;-o-animation-delay:468.5s;animation-delay:468.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4686){-webkit-animation-delay:468.6s;-moz-animation-delay:468.6s;-o-animation-delay:468.6s;animation-delay:468.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4687){-webkit-animation-delay:468.7s;-moz-animation-delay:468.7s;-o-animation-delay:468.7s;animation-delay:468.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4688){-webkit-animation-delay:468.8s;-moz-animation-delay:468.8s;-o-animation-delay:468.8s;animation-delay:468.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4689){-webkit-animation-delay:468.9s;-moz-animation-delay:468.9s;-o-animation-delay:468.9s;animation-delay:468.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4690){-webkit-animation-delay:469s;-moz-animation-delay:469s;-o-animation-delay:469s;animation-delay:469s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4691){-webkit-animation-delay:469.1s;-moz-animation-delay:469.1s;-o-animation-delay:469.1s;animation-delay:469.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4692){-webkit-animation-delay:469.2s;-moz-animation-delay:469.2s;-o-animation-delay:469.2s;animation-delay:469.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4693){-webkit-animation-delay:469.3s;-moz-animation-delay:469.3s;-o-animation-delay:469.3s;animation-delay:469.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4694){-webkit-animation-delay:469.4s;-moz-animation-delay:469.4s;-o-animation-delay:469.4s;animation-delay:469.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4695){-webkit-animation-delay:469.5s;-moz-animation-delay:469.5s;-o-animation-delay:469.5s;animation-delay:469.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4696){-webkit-animation-delay:469.6s;-moz-animation-delay:469.6s;-o-animation-delay:469.6s;animation-delay:469.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4697){-webkit-animation-delay:469.7s;-moz-animation-delay:469.7s;-o-animation-delay:469.7s;animation-delay:469.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4698){-webkit-animation-delay:469.8s;-moz-animation-delay:469.8s;-o-animation-delay:469.8s;animation-delay:469.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4699){-webkit-animation-delay:469.9s;-moz-animation-delay:469.9s;-o-animation-delay:469.9s;animation-delay:469.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4700){-webkit-animation-delay:470s;-moz-animation-delay:470s;-o-animation-delay:470s;animation-delay:470s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4701){-webkit-animation-delay:470.1s;-moz-animation-delay:470.1s;-o-animation-delay:470.1s;animation-delay:470.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4702){-webkit-animation-delay:470.2s;-moz-animation-delay:470.2s;-o-animation-delay:470.2s;animation-delay:470.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4703){-webkit-animation-delay:470.3s;-moz-animation-delay:470.3s;-o-animation-delay:470.3s;animation-delay:470.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4704){-webkit-animation-delay:470.4s;-moz-animation-delay:470.4s;-o-animation-delay:470.4s;animation-delay:470.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4705){-webkit-animation-delay:470.5s;-moz-animation-delay:470.5s;-o-animation-delay:470.5s;animation-delay:470.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4706){-webkit-animation-delay:470.6s;-moz-animation-delay:470.6s;-o-animation-delay:470.6s;animation-delay:470.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4707){-webkit-animation-delay:470.7s;-moz-animation-delay:470.7s;-o-animation-delay:470.7s;animation-delay:470.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4708){-webkit-animation-delay:470.8s;-moz-animation-delay:470.8s;-o-animation-delay:470.8s;animation-delay:470.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4709){-webkit-animation-delay:470.9s;-moz-animation-delay:470.9s;-o-animation-delay:470.9s;animation-delay:470.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4710){-webkit-animation-delay:471s;-moz-animation-delay:471s;-o-animation-delay:471s;animation-delay:471s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4711){-webkit-animation-delay:471.1s;-moz-animation-delay:471.1s;-o-animation-delay:471.1s;animation-delay:471.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4712){-webkit-animation-delay:471.2s;-moz-animation-delay:471.2s;-o-animation-delay:471.2s;animation-delay:471.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4713){-webkit-animation-delay:471.3s;-moz-animation-delay:471.3s;-o-animation-delay:471.3s;animation-delay:471.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4714){-webkit-animation-delay:471.4s;-moz-animation-delay:471.4s;-o-animation-delay:471.4s;animation-delay:471.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4715){-webkit-animation-delay:471.5s;-moz-animation-delay:471.5s;-o-animation-delay:471.5s;animation-delay:471.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4716){-webkit-animation-delay:471.6s;-moz-animation-delay:471.6s;-o-animation-delay:471.6s;animation-delay:471.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4717){-webkit-animation-delay:471.7s;-moz-animation-delay:471.7s;-o-animation-delay:471.7s;animation-delay:471.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4718){-webkit-animation-delay:471.8s;-moz-animation-delay:471.8s;-o-animation-delay:471.8s;animation-delay:471.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4719){-webkit-animation-delay:471.9s;-moz-animation-delay:471.9s;-o-animation-delay:471.9s;animation-delay:471.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4720){-webkit-animation-delay:472s;-moz-animation-delay:472s;-o-animation-delay:472s;animation-delay:472s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4721){-webkit-animation-delay:472.1s;-moz-animation-delay:472.1s;-o-animation-delay:472.1s;animation-delay:472.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4722){-webkit-animation-delay:472.2s;-moz-animation-delay:472.2s;-o-animation-delay:472.2s;animation-delay:472.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4723){-webkit-animation-delay:472.3s;-moz-animation-delay:472.3s;-o-animation-delay:472.3s;animation-delay:472.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4724){-webkit-animation-delay:472.4s;-moz-animation-delay:472.4s;-o-animation-delay:472.4s;animation-delay:472.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4725){-webkit-animation-delay:472.5s;-moz-animation-delay:472.5s;-o-animation-delay:472.5s;animation-delay:472.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4726){-webkit-animation-delay:472.6s;-moz-animation-delay:472.6s;-o-animation-delay:472.6s;animation-delay:472.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4727){-webkit-animation-delay:472.7s;-moz-animation-delay:472.7s;-o-animation-delay:472.7s;animation-delay:472.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4728){-webkit-animation-delay:472.8s;-moz-animation-delay:472.8s;-o-animation-delay:472.8s;animation-delay:472.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4729){-webkit-animation-delay:472.9s;-moz-animation-delay:472.9s;-o-animation-delay:472.9s;animation-delay:472.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4730){-webkit-animation-delay:473s;-moz-animation-delay:473s;-o-animation-delay:473s;animation-delay:473s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4731){-webkit-animation-delay:473.1s;-moz-animation-delay:473.1s;-o-animation-delay:473.1s;animation-delay:473.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4732){-webkit-animation-delay:473.2s;-moz-animation-delay:473.2s;-o-animation-delay:473.2s;animation-delay:473.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4733){-webkit-animation-delay:473.3s;-moz-animation-delay:473.3s;-o-animation-delay:473.3s;animation-delay:473.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4734){-webkit-animation-delay:473.4s;-moz-animation-delay:473.4s;-o-animation-delay:473.4s;animation-delay:473.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4735){-webkit-animation-delay:473.5s;-moz-animation-delay:473.5s;-o-animation-delay:473.5s;animation-delay:473.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4736){-webkit-animation-delay:473.6s;-moz-animation-delay:473.6s;-o-animation-delay:473.6s;animation-delay:473.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4737){-webkit-animation-delay:473.7s;-moz-animation-delay:473.7s;-o-animation-delay:473.7s;animation-delay:473.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4738){-webkit-animation-delay:473.8s;-moz-animation-delay:473.8s;-o-animation-delay:473.8s;animation-delay:473.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4739){-webkit-animation-delay:473.9s;-moz-animation-delay:473.9s;-o-animation-delay:473.9s;animation-delay:473.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4740){-webkit-animation-delay:474s;-moz-animation-delay:474s;-o-animation-delay:474s;animation-delay:474s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4741){-webkit-animation-delay:474.1s;-moz-animation-delay:474.1s;-o-animation-delay:474.1s;animation-delay:474.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4742){-webkit-animation-delay:474.2s;-moz-animation-delay:474.2s;-o-animation-delay:474.2s;animation-delay:474.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4743){-webkit-animation-delay:474.3s;-moz-animation-delay:474.3s;-o-animation-delay:474.3s;animation-delay:474.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4744){-webkit-animation-delay:474.4s;-moz-animation-delay:474.4s;-o-animation-delay:474.4s;animation-delay:474.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4745){-webkit-animation-delay:474.5s;-moz-animation-delay:474.5s;-o-animation-delay:474.5s;animation-delay:474.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4746){-webkit-animation-delay:474.6s;-moz-animation-delay:474.6s;-o-animation-delay:474.6s;animation-delay:474.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4747){-webkit-animation-delay:474.7s;-moz-animation-delay:474.7s;-o-animation-delay:474.7s;animation-delay:474.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4748){-webkit-animation-delay:474.8s;-moz-animation-delay:474.8s;-o-animation-delay:474.8s;animation-delay:474.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4749){-webkit-animation-delay:474.9s;-moz-animation-delay:474.9s;-o-animation-delay:474.9s;animation-delay:474.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4750){-webkit-animation-delay:475s;-moz-animation-delay:475s;-o-animation-delay:475s;animation-delay:475s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4751){-webkit-animation-delay:475.1s;-moz-animation-delay:475.1s;-o-animation-delay:475.1s;animation-delay:475.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4752){-webkit-animation-delay:475.2s;-moz-animation-delay:475.2s;-o-animation-delay:475.2s;animation-delay:475.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4753){-webkit-animation-delay:475.3s;-moz-animation-delay:475.3s;-o-animation-delay:475.3s;animation-delay:475.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4754){-webkit-animation-delay:475.4s;-moz-animation-delay:475.4s;-o-animation-delay:475.4s;animation-delay:475.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4755){-webkit-animation-delay:475.5s;-moz-animation-delay:475.5s;-o-animation-delay:475.5s;animation-delay:475.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4756){-webkit-animation-delay:475.6s;-moz-animation-delay:475.6s;-o-animation-delay:475.6s;animation-delay:475.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4757){-webkit-animation-delay:475.7s;-moz-animation-delay:475.7s;-o-animation-delay:475.7s;animation-delay:475.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4758){-webkit-animation-delay:475.8s;-moz-animation-delay:475.8s;-o-animation-delay:475.8s;animation-delay:475.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4759){-webkit-animation-delay:475.9s;-moz-animation-delay:475.9s;-o-animation-delay:475.9s;animation-delay:475.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4760){-webkit-animation-delay:476s;-moz-animation-delay:476s;-o-animation-delay:476s;animation-delay:476s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4761){-webkit-animation-delay:476.1s;-moz-animation-delay:476.1s;-o-animation-delay:476.1s;animation-delay:476.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4762){-webkit-animation-delay:476.2s;-moz-animation-delay:476.2s;-o-animation-delay:476.2s;animation-delay:476.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4763){-webkit-animation-delay:476.3s;-moz-animation-delay:476.3s;-o-animation-delay:476.3s;animation-delay:476.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4764){-webkit-animation-delay:476.4s;-moz-animation-delay:476.4s;-o-animation-delay:476.4s;animation-delay:476.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4765){-webkit-animation-delay:476.5s;-moz-animation-delay:476.5s;-o-animation-delay:476.5s;animation-delay:476.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4766){-webkit-animation-delay:476.6s;-moz-animation-delay:476.6s;-o-animation-delay:476.6s;animation-delay:476.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4767){-webkit-animation-delay:476.7s;-moz-animation-delay:476.7s;-o-animation-delay:476.7s;animation-delay:476.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4768){-webkit-animation-delay:476.8s;-moz-animation-delay:476.8s;-o-animation-delay:476.8s;animation-delay:476.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4769){-webkit-animation-delay:476.9s;-moz-animation-delay:476.9s;-o-animation-delay:476.9s;animation-delay:476.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4770){-webkit-animation-delay:477s;-moz-animation-delay:477s;-o-animation-delay:477s;animation-delay:477s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4771){-webkit-animation-delay:477.1s;-moz-animation-delay:477.1s;-o-animation-delay:477.1s;animation-delay:477.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4772){-webkit-animation-delay:477.2s;-moz-animation-delay:477.2s;-o-animation-delay:477.2s;animation-delay:477.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4773){-webkit-animation-delay:477.3s;-moz-animation-delay:477.3s;-o-animation-delay:477.3s;animation-delay:477.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4774){-webkit-animation-delay:477.4s;-moz-animation-delay:477.4s;-o-animation-delay:477.4s;animation-delay:477.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4775){-webkit-animation-delay:477.5s;-moz-animation-delay:477.5s;-o-animation-delay:477.5s;animation-delay:477.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4776){-webkit-animation-delay:477.6s;-moz-animation-delay:477.6s;-o-animation-delay:477.6s;animation-delay:477.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4777){-webkit-animation-delay:477.7s;-moz-animation-delay:477.7s;-o-animation-delay:477.7s;animation-delay:477.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4778){-webkit-animation-delay:477.8s;-moz-animation-delay:477.8s;-o-animation-delay:477.8s;animation-delay:477.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4779){-webkit-animation-delay:477.9s;-moz-animation-delay:477.9s;-o-animation-delay:477.9s;animation-delay:477.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4780){-webkit-animation-delay:478s;-moz-animation-delay:478s;-o-animation-delay:478s;animation-delay:478s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4781){-webkit-animation-delay:478.1s;-moz-animation-delay:478.1s;-o-animation-delay:478.1s;animation-delay:478.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4782){-webkit-animation-delay:478.2s;-moz-animation-delay:478.2s;-o-animation-delay:478.2s;animation-delay:478.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4783){-webkit-animation-delay:478.3s;-moz-animation-delay:478.3s;-o-animation-delay:478.3s;animation-delay:478.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4784){-webkit-animation-delay:478.4s;-moz-animation-delay:478.4s;-o-animation-delay:478.4s;animation-delay:478.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4785){-webkit-animation-delay:478.5s;-moz-animation-delay:478.5s;-o-animation-delay:478.5s;animation-delay:478.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4786){-webkit-animation-delay:478.6s;-moz-animation-delay:478.6s;-o-animation-delay:478.6s;animation-delay:478.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4787){-webkit-animation-delay:478.7s;-moz-animation-delay:478.7s;-o-animation-delay:478.7s;animation-delay:478.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4788){-webkit-animation-delay:478.8s;-moz-animation-delay:478.8s;-o-animation-delay:478.8s;animation-delay:478.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4789){-webkit-animation-delay:478.9s;-moz-animation-delay:478.9s;-o-animation-delay:478.9s;animation-delay:478.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4790){-webkit-animation-delay:479s;-moz-animation-delay:479s;-o-animation-delay:479s;animation-delay:479s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4791){-webkit-animation-delay:479.1s;-moz-animation-delay:479.1s;-o-animation-delay:479.1s;animation-delay:479.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4792){-webkit-animation-delay:479.2s;-moz-animation-delay:479.2s;-o-animation-delay:479.2s;animation-delay:479.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4793){-webkit-animation-delay:479.3s;-moz-animation-delay:479.3s;-o-animation-delay:479.3s;animation-delay:479.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4794){-webkit-animation-delay:479.4s;-moz-animation-delay:479.4s;-o-animation-delay:479.4s;animation-delay:479.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4795){-webkit-animation-delay:479.5s;-moz-animation-delay:479.5s;-o-animation-delay:479.5s;animation-delay:479.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4796){-webkit-animation-delay:479.6s;-moz-animation-delay:479.6s;-o-animation-delay:479.6s;animation-delay:479.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4797){-webkit-animation-delay:479.7s;-moz-animation-delay:479.7s;-o-animation-delay:479.7s;animation-delay:479.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4798){-webkit-animation-delay:479.8s;-moz-animation-delay:479.8s;-o-animation-delay:479.8s;animation-delay:479.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4799){-webkit-animation-delay:479.9s;-moz-animation-delay:479.9s;-o-animation-delay:479.9s;animation-delay:479.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4800){-webkit-animation-delay:480s;-moz-animation-delay:480s;-o-animation-delay:480s;animation-delay:480s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4801){-webkit-animation-delay:480.1s;-moz-animation-delay:480.1s;-o-animation-delay:480.1s;animation-delay:480.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4802){-webkit-animation-delay:480.2s;-moz-animation-delay:480.2s;-o-animation-delay:480.2s;animation-delay:480.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4803){-webkit-animation-delay:480.3s;-moz-animation-delay:480.3s;-o-animation-delay:480.3s;animation-delay:480.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4804){-webkit-animation-delay:480.4s;-moz-animation-delay:480.4s;-o-animation-delay:480.4s;animation-delay:480.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4805){-webkit-animation-delay:480.5s;-moz-animation-delay:480.5s;-o-animation-delay:480.5s;animation-delay:480.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4806){-webkit-animation-delay:480.6s;-moz-animation-delay:480.6s;-o-animation-delay:480.6s;animation-delay:480.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4807){-webkit-animation-delay:480.7s;-moz-animation-delay:480.7s;-o-animation-delay:480.7s;animation-delay:480.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4808){-webkit-animation-delay:480.8s;-moz-animation-delay:480.8s;-o-animation-delay:480.8s;animation-delay:480.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4809){-webkit-animation-delay:480.9s;-moz-animation-delay:480.9s;-o-animation-delay:480.9s;animation-delay:480.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4810){-webkit-animation-delay:481s;-moz-animation-delay:481s;-o-animation-delay:481s;animation-delay:481s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4811){-webkit-animation-delay:481.1s;-moz-animation-delay:481.1s;-o-animation-delay:481.1s;animation-delay:481.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4812){-webkit-animation-delay:481.2s;-moz-animation-delay:481.2s;-o-animation-delay:481.2s;animation-delay:481.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4813){-webkit-animation-delay:481.3s;-moz-animation-delay:481.3s;-o-animation-delay:481.3s;animation-delay:481.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4814){-webkit-animation-delay:481.4s;-moz-animation-delay:481.4s;-o-animation-delay:481.4s;animation-delay:481.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4815){-webkit-animation-delay:481.5s;-moz-animation-delay:481.5s;-o-animation-delay:481.5s;animation-delay:481.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4816){-webkit-animation-delay:481.6s;-moz-animation-delay:481.6s;-o-animation-delay:481.6s;animation-delay:481.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4817){-webkit-animation-delay:481.7s;-moz-animation-delay:481.7s;-o-animation-delay:481.7s;animation-delay:481.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4818){-webkit-animation-delay:481.8s;-moz-animation-delay:481.8s;-o-animation-delay:481.8s;animation-delay:481.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4819){-webkit-animation-delay:481.9s;-moz-animation-delay:481.9s;-o-animation-delay:481.9s;animation-delay:481.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4820){-webkit-animation-delay:482s;-moz-animation-delay:482s;-o-animation-delay:482s;animation-delay:482s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4821){-webkit-animation-delay:482.1s;-moz-animation-delay:482.1s;-o-animation-delay:482.1s;animation-delay:482.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4822){-webkit-animation-delay:482.2s;-moz-animation-delay:482.2s;-o-animation-delay:482.2s;animation-delay:482.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4823){-webkit-animation-delay:482.3s;-moz-animation-delay:482.3s;-o-animation-delay:482.3s;animation-delay:482.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4824){-webkit-animation-delay:482.4s;-moz-animation-delay:482.4s;-o-animation-delay:482.4s;animation-delay:482.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4825){-webkit-animation-delay:482.5s;-moz-animation-delay:482.5s;-o-animation-delay:482.5s;animation-delay:482.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4826){-webkit-animation-delay:482.6s;-moz-animation-delay:482.6s;-o-animation-delay:482.6s;animation-delay:482.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4827){-webkit-animation-delay:482.7s;-moz-animation-delay:482.7s;-o-animation-delay:482.7s;animation-delay:482.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4828){-webkit-animation-delay:482.8s;-moz-animation-delay:482.8s;-o-animation-delay:482.8s;animation-delay:482.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4829){-webkit-animation-delay:482.9s;-moz-animation-delay:482.9s;-o-animation-delay:482.9s;animation-delay:482.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4830){-webkit-animation-delay:483s;-moz-animation-delay:483s;-o-animation-delay:483s;animation-delay:483s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4831){-webkit-animation-delay:483.1s;-moz-animation-delay:483.1s;-o-animation-delay:483.1s;animation-delay:483.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4832){-webkit-animation-delay:483.2s;-moz-animation-delay:483.2s;-o-animation-delay:483.2s;animation-delay:483.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4833){-webkit-animation-delay:483.3s;-moz-animation-delay:483.3s;-o-animation-delay:483.3s;animation-delay:483.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4834){-webkit-animation-delay:483.4s;-moz-animation-delay:483.4s;-o-animation-delay:483.4s;animation-delay:483.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4835){-webkit-animation-delay:483.5s;-moz-animation-delay:483.5s;-o-animation-delay:483.5s;animation-delay:483.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4836){-webkit-animation-delay:483.6s;-moz-animation-delay:483.6s;-o-animation-delay:483.6s;animation-delay:483.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4837){-webkit-animation-delay:483.7s;-moz-animation-delay:483.7s;-o-animation-delay:483.7s;animation-delay:483.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4838){-webkit-animation-delay:483.8s;-moz-animation-delay:483.8s;-o-animation-delay:483.8s;animation-delay:483.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4839){-webkit-animation-delay:483.9s;-moz-animation-delay:483.9s;-o-animation-delay:483.9s;animation-delay:483.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4840){-webkit-animation-delay:484s;-moz-animation-delay:484s;-o-animation-delay:484s;animation-delay:484s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4841){-webkit-animation-delay:484.1s;-moz-animation-delay:484.1s;-o-animation-delay:484.1s;animation-delay:484.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4842){-webkit-animation-delay:484.2s;-moz-animation-delay:484.2s;-o-animation-delay:484.2s;animation-delay:484.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4843){-webkit-animation-delay:484.3s;-moz-animation-delay:484.3s;-o-animation-delay:484.3s;animation-delay:484.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4844){-webkit-animation-delay:484.4s;-moz-animation-delay:484.4s;-o-animation-delay:484.4s;animation-delay:484.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4845){-webkit-animation-delay:484.5s;-moz-animation-delay:484.5s;-o-animation-delay:484.5s;animation-delay:484.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4846){-webkit-animation-delay:484.6s;-moz-animation-delay:484.6s;-o-animation-delay:484.6s;animation-delay:484.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4847){-webkit-animation-delay:484.7s;-moz-animation-delay:484.7s;-o-animation-delay:484.7s;animation-delay:484.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4848){-webkit-animation-delay:484.8s;-moz-animation-delay:484.8s;-o-animation-delay:484.8s;animation-delay:484.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4849){-webkit-animation-delay:484.9s;-moz-animation-delay:484.9s;-o-animation-delay:484.9s;animation-delay:484.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4850){-webkit-animation-delay:485s;-moz-animation-delay:485s;-o-animation-delay:485s;animation-delay:485s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4851){-webkit-animation-delay:485.1s;-moz-animation-delay:485.1s;-o-animation-delay:485.1s;animation-delay:485.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4852){-webkit-animation-delay:485.2s;-moz-animation-delay:485.2s;-o-animation-delay:485.2s;animation-delay:485.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4853){-webkit-animation-delay:485.3s;-moz-animation-delay:485.3s;-o-animation-delay:485.3s;animation-delay:485.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4854){-webkit-animation-delay:485.4s;-moz-animation-delay:485.4s;-o-animation-delay:485.4s;animation-delay:485.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4855){-webkit-animation-delay:485.5s;-moz-animation-delay:485.5s;-o-animation-delay:485.5s;animation-delay:485.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4856){-webkit-animation-delay:485.6s;-moz-animation-delay:485.6s;-o-animation-delay:485.6s;animation-delay:485.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4857){-webkit-animation-delay:485.7s;-moz-animation-delay:485.7s;-o-animation-delay:485.7s;animation-delay:485.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4858){-webkit-animation-delay:485.8s;-moz-animation-delay:485.8s;-o-animation-delay:485.8s;animation-delay:485.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4859){-webkit-animation-delay:485.9s;-moz-animation-delay:485.9s;-o-animation-delay:485.9s;animation-delay:485.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4860){-webkit-animation-delay:486s;-moz-animation-delay:486s;-o-animation-delay:486s;animation-delay:486s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4861){-webkit-animation-delay:486.1s;-moz-animation-delay:486.1s;-o-animation-delay:486.1s;animation-delay:486.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4862){-webkit-animation-delay:486.2s;-moz-animation-delay:486.2s;-o-animation-delay:486.2s;animation-delay:486.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4863){-webkit-animation-delay:486.3s;-moz-animation-delay:486.3s;-o-animation-delay:486.3s;animation-delay:486.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4864){-webkit-animation-delay:486.4s;-moz-animation-delay:486.4s;-o-animation-delay:486.4s;animation-delay:486.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4865){-webkit-animation-delay:486.5s;-moz-animation-delay:486.5s;-o-animation-delay:486.5s;animation-delay:486.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4866){-webkit-animation-delay:486.6s;-moz-animation-delay:486.6s;-o-animation-delay:486.6s;animation-delay:486.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4867){-webkit-animation-delay:486.7s;-moz-animation-delay:486.7s;-o-animation-delay:486.7s;animation-delay:486.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4868){-webkit-animation-delay:486.8s;-moz-animation-delay:486.8s;-o-animation-delay:486.8s;animation-delay:486.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4869){-webkit-animation-delay:486.9s;-moz-animation-delay:486.9s;-o-animation-delay:486.9s;animation-delay:486.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4870){-webkit-animation-delay:487s;-moz-animation-delay:487s;-o-animation-delay:487s;animation-delay:487s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4871){-webkit-animation-delay:487.1s;-moz-animation-delay:487.1s;-o-animation-delay:487.1s;animation-delay:487.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4872){-webkit-animation-delay:487.2s;-moz-animation-delay:487.2s;-o-animation-delay:487.2s;animation-delay:487.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4873){-webkit-animation-delay:487.3s;-moz-animation-delay:487.3s;-o-animation-delay:487.3s;animation-delay:487.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4874){-webkit-animation-delay:487.4s;-moz-animation-delay:487.4s;-o-animation-delay:487.4s;animation-delay:487.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4875){-webkit-animation-delay:487.5s;-moz-animation-delay:487.5s;-o-animation-delay:487.5s;animation-delay:487.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4876){-webkit-animation-delay:487.6s;-moz-animation-delay:487.6s;-o-animation-delay:487.6s;animation-delay:487.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4877){-webkit-animation-delay:487.7s;-moz-animation-delay:487.7s;-o-animation-delay:487.7s;animation-delay:487.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4878){-webkit-animation-delay:487.8s;-moz-animation-delay:487.8s;-o-animation-delay:487.8s;animation-delay:487.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4879){-webkit-animation-delay:487.9s;-moz-animation-delay:487.9s;-o-animation-delay:487.9s;animation-delay:487.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4880){-webkit-animation-delay:488s;-moz-animation-delay:488s;-o-animation-delay:488s;animation-delay:488s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4881){-webkit-animation-delay:488.1s;-moz-animation-delay:488.1s;-o-animation-delay:488.1s;animation-delay:488.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4882){-webkit-animation-delay:488.2s;-moz-animation-delay:488.2s;-o-animation-delay:488.2s;animation-delay:488.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4883){-webkit-animation-delay:488.3s;-moz-animation-delay:488.3s;-o-animation-delay:488.3s;animation-delay:488.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4884){-webkit-animation-delay:488.4s;-moz-animation-delay:488.4s;-o-animation-delay:488.4s;animation-delay:488.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4885){-webkit-animation-delay:488.5s;-moz-animation-delay:488.5s;-o-animation-delay:488.5s;animation-delay:488.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4886){-webkit-animation-delay:488.6s;-moz-animation-delay:488.6s;-o-animation-delay:488.6s;animation-delay:488.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4887){-webkit-animation-delay:488.7s;-moz-animation-delay:488.7s;-o-animation-delay:488.7s;animation-delay:488.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4888){-webkit-animation-delay:488.8s;-moz-animation-delay:488.8s;-o-animation-delay:488.8s;animation-delay:488.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4889){-webkit-animation-delay:488.9s;-moz-animation-delay:488.9s;-o-animation-delay:488.9s;animation-delay:488.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4890){-webkit-animation-delay:489s;-moz-animation-delay:489s;-o-animation-delay:489s;animation-delay:489s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4891){-webkit-animation-delay:489.1s;-moz-animation-delay:489.1s;-o-animation-delay:489.1s;animation-delay:489.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4892){-webkit-animation-delay:489.2s;-moz-animation-delay:489.2s;-o-animation-delay:489.2s;animation-delay:489.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4893){-webkit-animation-delay:489.3s;-moz-animation-delay:489.3s;-o-animation-delay:489.3s;animation-delay:489.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4894){-webkit-animation-delay:489.4s;-moz-animation-delay:489.4s;-o-animation-delay:489.4s;animation-delay:489.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4895){-webkit-animation-delay:489.5s;-moz-animation-delay:489.5s;-o-animation-delay:489.5s;animation-delay:489.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4896){-webkit-animation-delay:489.6s;-moz-animation-delay:489.6s;-o-animation-delay:489.6s;animation-delay:489.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4897){-webkit-animation-delay:489.7s;-moz-animation-delay:489.7s;-o-animation-delay:489.7s;animation-delay:489.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4898){-webkit-animation-delay:489.8s;-moz-animation-delay:489.8s;-o-animation-delay:489.8s;animation-delay:489.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4899){-webkit-animation-delay:489.9s;-moz-animation-delay:489.9s;-o-animation-delay:489.9s;animation-delay:489.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4900){-webkit-animation-delay:490s;-moz-animation-delay:490s;-o-animation-delay:490s;animation-delay:490s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4901){-webkit-animation-delay:490.1s;-moz-animation-delay:490.1s;-o-animation-delay:490.1s;animation-delay:490.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4902){-webkit-animation-delay:490.2s;-moz-animation-delay:490.2s;-o-animation-delay:490.2s;animation-delay:490.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4903){-webkit-animation-delay:490.3s;-moz-animation-delay:490.3s;-o-animation-delay:490.3s;animation-delay:490.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4904){-webkit-animation-delay:490.4s;-moz-animation-delay:490.4s;-o-animation-delay:490.4s;animation-delay:490.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4905){-webkit-animation-delay:490.5s;-moz-animation-delay:490.5s;-o-animation-delay:490.5s;animation-delay:490.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4906){-webkit-animation-delay:490.6s;-moz-animation-delay:490.6s;-o-animation-delay:490.6s;animation-delay:490.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4907){-webkit-animation-delay:490.7s;-moz-animation-delay:490.7s;-o-animation-delay:490.7s;animation-delay:490.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4908){-webkit-animation-delay:490.8s;-moz-animation-delay:490.8s;-o-animation-delay:490.8s;animation-delay:490.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4909){-webkit-animation-delay:490.9s;-moz-animation-delay:490.9s;-o-animation-delay:490.9s;animation-delay:490.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4910){-webkit-animation-delay:491s;-moz-animation-delay:491s;-o-animation-delay:491s;animation-delay:491s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4911){-webkit-animation-delay:491.1s;-moz-animation-delay:491.1s;-o-animation-delay:491.1s;animation-delay:491.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4912){-webkit-animation-delay:491.2s;-moz-animation-delay:491.2s;-o-animation-delay:491.2s;animation-delay:491.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4913){-webkit-animation-delay:491.3s;-moz-animation-delay:491.3s;-o-animation-delay:491.3s;animation-delay:491.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4914){-webkit-animation-delay:491.4s;-moz-animation-delay:491.4s;-o-animation-delay:491.4s;animation-delay:491.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4915){-webkit-animation-delay:491.5s;-moz-animation-delay:491.5s;-o-animation-delay:491.5s;animation-delay:491.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4916){-webkit-animation-delay:491.6s;-moz-animation-delay:491.6s;-o-animation-delay:491.6s;animation-delay:491.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4917){-webkit-animation-delay:491.7s;-moz-animation-delay:491.7s;-o-animation-delay:491.7s;animation-delay:491.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4918){-webkit-animation-delay:491.8s;-moz-animation-delay:491.8s;-o-animation-delay:491.8s;animation-delay:491.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4919){-webkit-animation-delay:491.9s;-moz-animation-delay:491.9s;-o-animation-delay:491.9s;animation-delay:491.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4920){-webkit-animation-delay:492s;-moz-animation-delay:492s;-o-animation-delay:492s;animation-delay:492s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4921){-webkit-animation-delay:492.1s;-moz-animation-delay:492.1s;-o-animation-delay:492.1s;animation-delay:492.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4922){-webkit-animation-delay:492.2s;-moz-animation-delay:492.2s;-o-animation-delay:492.2s;animation-delay:492.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4923){-webkit-animation-delay:492.3s;-moz-animation-delay:492.3s;-o-animation-delay:492.3s;animation-delay:492.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4924){-webkit-animation-delay:492.4s;-moz-animation-delay:492.4s;-o-animation-delay:492.4s;animation-delay:492.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4925){-webkit-animation-delay:492.5s;-moz-animation-delay:492.5s;-o-animation-delay:492.5s;animation-delay:492.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4926){-webkit-animation-delay:492.6s;-moz-animation-delay:492.6s;-o-animation-delay:492.6s;animation-delay:492.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4927){-webkit-animation-delay:492.7s;-moz-animation-delay:492.7s;-o-animation-delay:492.7s;animation-delay:492.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4928){-webkit-animation-delay:492.8s;-moz-animation-delay:492.8s;-o-animation-delay:492.8s;animation-delay:492.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4929){-webkit-animation-delay:492.9s;-moz-animation-delay:492.9s;-o-animation-delay:492.9s;animation-delay:492.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4930){-webkit-animation-delay:493s;-moz-animation-delay:493s;-o-animation-delay:493s;animation-delay:493s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4931){-webkit-animation-delay:493.1s;-moz-animation-delay:493.1s;-o-animation-delay:493.1s;animation-delay:493.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4932){-webkit-animation-delay:493.2s;-moz-animation-delay:493.2s;-o-animation-delay:493.2s;animation-delay:493.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4933){-webkit-animation-delay:493.3s;-moz-animation-delay:493.3s;-o-animation-delay:493.3s;animation-delay:493.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4934){-webkit-animation-delay:493.4s;-moz-animation-delay:493.4s;-o-animation-delay:493.4s;animation-delay:493.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4935){-webkit-animation-delay:493.5s;-moz-animation-delay:493.5s;-o-animation-delay:493.5s;animation-delay:493.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4936){-webkit-animation-delay:493.6s;-moz-animation-delay:493.6s;-o-animation-delay:493.6s;animation-delay:493.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4937){-webkit-animation-delay:493.7s;-moz-animation-delay:493.7s;-o-animation-delay:493.7s;animation-delay:493.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4938){-webkit-animation-delay:493.8s;-moz-animation-delay:493.8s;-o-animation-delay:493.8s;animation-delay:493.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4939){-webkit-animation-delay:493.9s;-moz-animation-delay:493.9s;-o-animation-delay:493.9s;animation-delay:493.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4940){-webkit-animation-delay:494s;-moz-animation-delay:494s;-o-animation-delay:494s;animation-delay:494s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4941){-webkit-animation-delay:494.1s;-moz-animation-delay:494.1s;-o-animation-delay:494.1s;animation-delay:494.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4942){-webkit-animation-delay:494.2s;-moz-animation-delay:494.2s;-o-animation-delay:494.2s;animation-delay:494.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4943){-webkit-animation-delay:494.3s;-moz-animation-delay:494.3s;-o-animation-delay:494.3s;animation-delay:494.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4944){-webkit-animation-delay:494.4s;-moz-animation-delay:494.4s;-o-animation-delay:494.4s;animation-delay:494.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4945){-webkit-animation-delay:494.5s;-moz-animation-delay:494.5s;-o-animation-delay:494.5s;animation-delay:494.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4946){-webkit-animation-delay:494.6s;-moz-animation-delay:494.6s;-o-animation-delay:494.6s;animation-delay:494.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4947){-webkit-animation-delay:494.7s;-moz-animation-delay:494.7s;-o-animation-delay:494.7s;animation-delay:494.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4948){-webkit-animation-delay:494.8s;-moz-animation-delay:494.8s;-o-animation-delay:494.8s;animation-delay:494.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4949){-webkit-animation-delay:494.9s;-moz-animation-delay:494.9s;-o-animation-delay:494.9s;animation-delay:494.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4950){-webkit-animation-delay:495s;-moz-animation-delay:495s;-o-animation-delay:495s;animation-delay:495s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4951){-webkit-animation-delay:495.1s;-moz-animation-delay:495.1s;-o-animation-delay:495.1s;animation-delay:495.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4952){-webkit-animation-delay:495.2s;-moz-animation-delay:495.2s;-o-animation-delay:495.2s;animation-delay:495.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4953){-webkit-animation-delay:495.3s;-moz-animation-delay:495.3s;-o-animation-delay:495.3s;animation-delay:495.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4954){-webkit-animation-delay:495.4s;-moz-animation-delay:495.4s;-o-animation-delay:495.4s;animation-delay:495.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4955){-webkit-animation-delay:495.5s;-moz-animation-delay:495.5s;-o-animation-delay:495.5s;animation-delay:495.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4956){-webkit-animation-delay:495.6s;-moz-animation-delay:495.6s;-o-animation-delay:495.6s;animation-delay:495.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4957){-webkit-animation-delay:495.7s;-moz-animation-delay:495.7s;-o-animation-delay:495.7s;animation-delay:495.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4958){-webkit-animation-delay:495.8s;-moz-animation-delay:495.8s;-o-animation-delay:495.8s;animation-delay:495.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4959){-webkit-animation-delay:495.9s;-moz-animation-delay:495.9s;-o-animation-delay:495.9s;animation-delay:495.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4960){-webkit-animation-delay:496s;-moz-animation-delay:496s;-o-animation-delay:496s;animation-delay:496s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4961){-webkit-animation-delay:496.1s;-moz-animation-delay:496.1s;-o-animation-delay:496.1s;animation-delay:496.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4962){-webkit-animation-delay:496.2s;-moz-animation-delay:496.2s;-o-animation-delay:496.2s;animation-delay:496.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4963){-webkit-animation-delay:496.3s;-moz-animation-delay:496.3s;-o-animation-delay:496.3s;animation-delay:496.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4964){-webkit-animation-delay:496.4s;-moz-animation-delay:496.4s;-o-animation-delay:496.4s;animation-delay:496.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4965){-webkit-animation-delay:496.5s;-moz-animation-delay:496.5s;-o-animation-delay:496.5s;animation-delay:496.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4966){-webkit-animation-delay:496.6s;-moz-animation-delay:496.6s;-o-animation-delay:496.6s;animation-delay:496.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4967){-webkit-animation-delay:496.7s;-moz-animation-delay:496.7s;-o-animation-delay:496.7s;animation-delay:496.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4968){-webkit-animation-delay:496.8s;-moz-animation-delay:496.8s;-o-animation-delay:496.8s;animation-delay:496.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4969){-webkit-animation-delay:496.9s;-moz-animation-delay:496.9s;-o-animation-delay:496.9s;animation-delay:496.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4970){-webkit-animation-delay:497s;-moz-animation-delay:497s;-o-animation-delay:497s;animation-delay:497s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4971){-webkit-animation-delay:497.1s;-moz-animation-delay:497.1s;-o-animation-delay:497.1s;animation-delay:497.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4972){-webkit-animation-delay:497.2s;-moz-animation-delay:497.2s;-o-animation-delay:497.2s;animation-delay:497.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4973){-webkit-animation-delay:497.3s;-moz-animation-delay:497.3s;-o-animation-delay:497.3s;animation-delay:497.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4974){-webkit-animation-delay:497.4s;-moz-animation-delay:497.4s;-o-animation-delay:497.4s;animation-delay:497.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4975){-webkit-animation-delay:497.5s;-moz-animation-delay:497.5s;-o-animation-delay:497.5s;animation-delay:497.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4976){-webkit-animation-delay:497.6s;-moz-animation-delay:497.6s;-o-animation-delay:497.6s;animation-delay:497.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4977){-webkit-animation-delay:497.7s;-moz-animation-delay:497.7s;-o-animation-delay:497.7s;animation-delay:497.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4978){-webkit-animation-delay:497.8s;-moz-animation-delay:497.8s;-o-animation-delay:497.8s;animation-delay:497.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4979){-webkit-animation-delay:497.9s;-moz-animation-delay:497.9s;-o-animation-delay:497.9s;animation-delay:497.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4980){-webkit-animation-delay:498s;-moz-animation-delay:498s;-o-animation-delay:498s;animation-delay:498s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4981){-webkit-animation-delay:498.1s;-moz-animation-delay:498.1s;-o-animation-delay:498.1s;animation-delay:498.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4982){-webkit-animation-delay:498.2s;-moz-animation-delay:498.2s;-o-animation-delay:498.2s;animation-delay:498.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4983){-webkit-animation-delay:498.3s;-moz-animation-delay:498.3s;-o-animation-delay:498.3s;animation-delay:498.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4984){-webkit-animation-delay:498.4s;-moz-animation-delay:498.4s;-o-animation-delay:498.4s;animation-delay:498.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4985){-webkit-animation-delay:498.5s;-moz-animation-delay:498.5s;-o-animation-delay:498.5s;animation-delay:498.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4986){-webkit-animation-delay:498.6s;-moz-animation-delay:498.6s;-o-animation-delay:498.6s;animation-delay:498.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4987){-webkit-animation-delay:498.7s;-moz-animation-delay:498.7s;-o-animation-delay:498.7s;animation-delay:498.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4988){-webkit-animation-delay:498.8s;-moz-animation-delay:498.8s;-o-animation-delay:498.8s;animation-delay:498.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4989){-webkit-animation-delay:498.9s;-moz-animation-delay:498.9s;-o-animation-delay:498.9s;animation-delay:498.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4990){-webkit-animation-delay:499s;-moz-animation-delay:499s;-o-animation-delay:499s;animation-delay:499s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4991){-webkit-animation-delay:499.1s;-moz-animation-delay:499.1s;-o-animation-delay:499.1s;animation-delay:499.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4992){-webkit-animation-delay:499.2s;-moz-animation-delay:499.2s;-o-animation-delay:499.2s;animation-delay:499.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4993){-webkit-animation-delay:499.3s;-moz-animation-delay:499.3s;-o-animation-delay:499.3s;animation-delay:499.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4994){-webkit-animation-delay:499.4s;-moz-animation-delay:499.4s;-o-animation-delay:499.4s;animation-delay:499.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4995){-webkit-animation-delay:499.5s;-moz-animation-delay:499.5s;-o-animation-delay:499.5s;animation-delay:499.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4996){-webkit-animation-delay:499.6s;-moz-animation-delay:499.6s;-o-animation-delay:499.6s;animation-delay:499.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4997){-webkit-animation-delay:499.7s;-moz-animation-delay:499.7s;-o-animation-delay:499.7s;animation-delay:499.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4998){-webkit-animation-delay:499.8s;-moz-animation-delay:499.8s;-o-animation-delay:499.8s;animation-delay:499.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4999){-webkit-animation-delay:499.9s;-moz-animation-delay:499.9s;-o-animation-delay:499.9s;animation-delay:499.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(5000){-webkit-animation-delay:500s;-moz-animation-delay:500s;-o-animation-delay:500s;animation-delay:500s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper .todo-item-action{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:5.75rem;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper .todo-item-action a{font-size:1.2rem;line-height:1.5;cursor:pointer}.todo-application .content-area-wrapper .content-right .todo-task-list .no-results{display:none;padding:1.5rem;text-align:center}.todo-application .content-area-wrapper .content-right .todo-task-list .no-results.show{display:block}@-webkit-keyframes fadeIn{0%{top:100px;opacity:0}75%{top:0;opacity:.5}100%{opacity:1}}@media (max-width:575.98px){.todo-application .app-content .sidebar-left .todo-sidebar{left:-1.12rem!important}}@media (max-width:767.98px){.todo-application .sidebar-content .sidebar-close-icon{visibility:visible!important}}@media (max-width:991.98px){.todo-application .app-content .sidebar-left .todo-sidebar{position:fixed;z-index:5;left:0;left:-2px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transform:translateX(-110%);-moz-transform:translateX(-110%);-ms-transform:translateX(-110%);-o-transform:translateX(-110%);transform:translateX(-110%)}.todo-application .app-content .sidebar-left.show .todo-sidebar{display:block;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;-webkit-transform:translateX(13%);-moz-transform:translateX(13%);-ms-transform:translateX(13%);-o-transform:translateX(13%);transform:translateX(13%)}.todo-application .app-content .content-right{width:100%}.todo-application .app-content .content-right .todo-app-list-wrapper{border-left:0}.todo-application .app-content .content-right .app-fixed-search{border-top-left-radius:.5rem}}@media (max-width:575.98px){.content-right .todo-task-list .todo-title-wrapper,.todo-title-area{display:block!important}.content-right .todo-task-list .todo-title-wrapper .todo-item-action{display:block!important;float:none!important;width:100%!important;margin-top:.5rem}.content-right .todo-task-list .todo-title-wrapper .todo-item-action a{margin-right:1rem}}@media (max-width:349.98px){.todo-application .content-area-wrapper .sidebar .todo-sidebar{width:230px}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li{padding-top:0}} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/pages/app-users.css b/wwwjuba/app-assets/css/pages/app-users.css new file mode 100644 index 0000000..5ee26e7 --- /dev/null +++ b/wwwjuba/app-assets/css/pages/app-users.css @@ -0,0 +1,48 @@ +.rslt-btn button +{ + font-size: 13px; +} + +.table-action +{ + padding: 4px 30px; +} + +div.dataTables_wrapper div.dataTables_filter label +{ + position: relative; +} +div.dataTables_wrapper div.dataTables_filter label i +{ + position: absolute; + top: 7px; + right: 9px; +} + +div.dataTables_wrapper div .dataTables_filter select, +div.dataTables_wrapper div .dataTables_length select +{ + padding: 0 1.5rem; +} + +div.dataTables_wrapper div .dataTables_filter input +{ + border-radius: 15px; +} + +table.dataTable tbody td.select-checkbox:before, +table.dataTable tbody td.select-checkbox:after +{ + top: 2.4em; +} + +table.dataTable tbody th.select-checkbox:before, +table.dataTable tbody th.select-checkbox:after +{ + top: 2.4em; +} + +table.dataTable tbody .badge +{ + padding: 10px 12px; +} diff --git a/wwwjuba/app-assets/css/pages/app-users.min.css b/wwwjuba/app-assets/css/pages/app-users.min.css new file mode 100644 index 0000000..e6deae8 --- /dev/null +++ b/wwwjuba/app-assets/css/pages/app-users.min.css @@ -0,0 +1 @@ +.rslt-btn button{font-size:13px}.table-action{padding:4px 30px}div.dataTables_wrapper div.dataTables_filter label{position:relative}div.dataTables_wrapper div.dataTables_filter label i{position:absolute;top:7px;right:9px}div.dataTables_wrapper div .dataTables_filter select,div.dataTables_wrapper div .dataTables_length select{padding:0 1.5rem}div.dataTables_wrapper div .dataTables_filter input{border-radius:15px}table.dataTable tbody td.select-checkbox:after,table.dataTable tbody td.select-checkbox:before,table.dataTable tbody th.select-checkbox:after,table.dataTable tbody th.select-checkbox:before{top:2.4em}table.dataTable tbody .badge{padding:10px 12px} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/pages/authentication.css b/wwwjuba/app-assets/css/pages/authentication.css new file mode 100644 index 0000000..de4dbf3 --- /dev/null +++ b/wwwjuba/app-assets/css/pages/authentication.css @@ -0,0 +1,24 @@ +/*======================================================== + DARK LAYOUT +=========================================================*/ +.bg-authentication +{ + background-color: #eff2f7; +} +.bg-authentication .login-footer +{ + padding: 0rem 1.5rem .5rem; +} +.bg-authentication .login-footer .footer-btn .btn +{ + margin: 1rem 1rem 1rem 0rem; + padding: .9rem 1.2rem !important; +} + +@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) +{ + .bg-authentication + { + width: 100%; + } +} diff --git a/wwwjuba/app-assets/css/pages/authentication.min.css b/wwwjuba/app-assets/css/pages/authentication.min.css new file mode 100644 index 0000000..36f2258 --- /dev/null +++ b/wwwjuba/app-assets/css/pages/authentication.min.css @@ -0,0 +1 @@ +.bg-authentication{background-color:#eff2f7}.bg-authentication .login-footer{padding:0 1.5rem .5rem}.bg-authentication .login-footer .footer-btn .btn{margin:1rem 1rem 1rem 0;padding:.9rem 1.2rem!important}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.bg-authentication{width:100%}} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/pages/card-analytics.css b/wwwjuba/app-assets/css/pages/card-analytics.css new file mode 100644 index 0000000..57c24a6 --- /dev/null +++ b/wwwjuba/app-assets/css/pages/card-analytics.css @@ -0,0 +1,67 @@ +/*======================================================== + DARK LAYOUT +=========================================================*/ +.customer-info.list-group .list-group-item:last-child +{ + border-bottom-right-radius: .5rem; + border-bottom-left-radius: .5rem; +} + +.customer-info.list-group .list-group-item .series-info i +{ + top: 0; + + margin-right: .3rem; +} + +.avg-sessions .progress +{ + margin-top: .5rem; +} + +.analytics-list.list-group .list-group-item +{ + border: 0; +} +.analytics-list.list-group .list-group-item:first-child +{ + border-top-left-radius: 0; + border-top-right-radius: 0; +} +.analytics-list.list-group .list-group-item .btn +{ + display: none; +} +.analytics-list.list-group .list-group-item:hover .btn +{ + display: inline-block; +} + +.chart-dropdown .btn +{ + font-size: .8rem; + font-weight: 500; +} +.chart-dropdown .btn:after +{ + position: relative; + left: 0; +} + +@media only screen and (max-width: 992px) and (min-width: 768px) +{ + .analytics-list .float-left, + .analytics-list .float-right + { + display: block; + } +} + +@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) +{ + #dashboard-analytics .avatar .avatar-content, + #statistics-card .avatar .avatar-content + { + padding: 0 !important; + } +} diff --git a/wwwjuba/app-assets/css/pages/card-analytics.min.css b/wwwjuba/app-assets/css/pages/card-analytics.min.css new file mode 100644 index 0000000..86c6345 --- /dev/null +++ b/wwwjuba/app-assets/css/pages/card-analytics.min.css @@ -0,0 +1 @@ +.customer-info.list-group .list-group-item:last-child{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.customer-info.list-group .list-group-item .series-info i{top:0;margin-right:.3rem}.avg-sessions .progress{margin-top:.5rem}.analytics-list.list-group .list-group-item{border:0}.analytics-list.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.analytics-list.list-group .list-group-item .btn{display:none}.analytics-list.list-group .list-group-item:hover .btn{display:inline-block}.chart-dropdown .btn{font-size:.8rem;font-weight:500}.chart-dropdown .btn:after{position:relative;left:0}@media only screen and (max-width:992px) and (min-width:768px){.analytics-list .float-left,.analytics-list .float-right{display:block}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){#dashboard-analytics .avatar .avatar-content,#statistics-card .avatar .avatar-content{padding:0!important}} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/pages/colors.css b/wwwjuba/app-assets/css/pages/colors.css new file mode 100644 index 0000000..d8b099a --- /dev/null +++ b/wwwjuba/app-assets/css/pages/colors.css @@ -0,0 +1,16 @@ +/*======================================================== + DARK LAYOUT +=========================================================*/ +.colors-list li +{ + padding: .4rem; +} +.colors-list li i +{ + font-size: 1.2rem; + + position: relative; + top: 2px; + + margin-right: .25rem; +} diff --git a/wwwjuba/app-assets/css/pages/colors.min.css b/wwwjuba/app-assets/css/pages/colors.min.css new file mode 100644 index 0000000..7973971 --- /dev/null +++ b/wwwjuba/app-assets/css/pages/colors.min.css @@ -0,0 +1 @@ +.colors-list li{padding:.4rem}.colors-list li i{font-size:1.2rem;position:relative;top:2px;margin-right:.25rem} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/pages/coming-soon.css b/wwwjuba/app-assets/css/pages/coming-soon.css new file mode 100644 index 0000000..1158a40 --- /dev/null +++ b/wwwjuba/app-assets/css/pages/coming-soon.css @@ -0,0 +1,15 @@ +/*========== Coming Soon Background Image =========*/ +.clockCard +{ + float: left; +} + +.getting-started +{ + font-size: 3rem; +} + +.lead +{ + font-size: 1rem; +} diff --git a/wwwjuba/app-assets/css/pages/coming-soon.min.css b/wwwjuba/app-assets/css/pages/coming-soon.min.css new file mode 100644 index 0000000..b7e5529 --- /dev/null +++ b/wwwjuba/app-assets/css/pages/coming-soon.min.css @@ -0,0 +1 @@ +.clockCard{float:left}.getting-started{font-size:3rem}.lead{font-size:1rem} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/pages/dashboard-analytics.css b/wwwjuba/app-assets/css/pages/dashboard-analytics.css new file mode 100644 index 0000000..0963009 --- /dev/null +++ b/wwwjuba/app-assets/css/pages/dashboard-analytics.css @@ -0,0 +1,58 @@ +/*======================================================== + DARK LAYOUT +=========================================================*/ +#dashboard-analytics .img-left +{ + position: absolute; + top: 0; + left: 0; + + width: 200px; +} + +#dashboard-analytics .img-right +{ + position: absolute; + top: 0; + right: 0; + + width: 175px; +} + +#dashboard-analytics .bg-analytics +{ + background: -webkit-linear-gradient(332deg, #7367f0, rgba(115, 103, 240, .7)); + background: -moz-linear-gradient(332deg, #7367f0, rgba(115, 103, 240, .7)); + background: -o-linear-gradient(332deg, #7367f0, rgba(115, 103, 240, .7)); + background: linear-gradient(118deg, #7367f0, rgba(115, 103, 240, .7)); +} +#dashboard-analytics .bg-analytics .avatar +{ + margin-bottom: 2rem; +} + +#dashboard-analytics table tr th:first-child, +#dashboard-analytics table tr td:first-child +{ + padding-left: 2rem; +} + +#dashboard-analytics table tr th:last-child, +#dashboard-analytics table tr td:last-child +{ + padding-right: 2rem; +} + +#dashboard-analytics table td +{ + padding: .75rem; +} + +@media only screen and (max-width: 576px) +{ + #dashboard-analytics .img-left, + #dashboard-analytics .img-right + { + width: 140px; + } +} diff --git a/wwwjuba/app-assets/css/pages/dashboard-analytics.min.css b/wwwjuba/app-assets/css/pages/dashboard-analytics.min.css new file mode 100644 index 0000000..6835241 --- /dev/null +++ b/wwwjuba/app-assets/css/pages/dashboard-analytics.min.css @@ -0,0 +1 @@ +#dashboard-analytics .img-left{position:absolute;top:0;left:0;width:200px}#dashboard-analytics .img-right{position:absolute;top:0;right:0;width:175px}#dashboard-analytics .bg-analytics{background:-webkit-linear-gradient(332deg,#7367f0,rgba(115,103,240,.7));background:-moz-linear-gradient(332deg,#7367f0,rgba(115,103,240,.7));background:-o-linear-gradient(332deg,#7367f0,rgba(115,103,240,.7));background:linear-gradient(118deg,#7367f0,rgba(115,103,240,.7))}#dashboard-analytics .bg-analytics .avatar{margin-bottom:2rem}#dashboard-analytics table tr td:first-child,#dashboard-analytics table tr th:first-child{padding-left:2rem}#dashboard-analytics table tr td:last-child,#dashboard-analytics table tr th:last-child{padding-right:2rem}#dashboard-analytics table td{padding:.75rem}@media only screen and (max-width:576px){#dashboard-analytics .img-left,#dashboard-analytics .img-right{width:140px}} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/pages/dashboard-ecommerce.css b/wwwjuba/app-assets/css/pages/dashboard-ecommerce.css new file mode 100644 index 0000000..4bf80f9 --- /dev/null +++ b/wwwjuba/app-assets/css/pages/dashboard-ecommerce.css @@ -0,0 +1,72 @@ +/*======================================================== + DARK LAYOUT +=========================================================*/ +.chat-application .chat-app-window .user-chats +{ + position: relative; + + height: 415px; + padding: 10px 20px; + + text-align: center; +} +.chat-application .chat-app-window .user-chats .chats +{ + padding: 0; +} +.chat-application .chat-app-window .user-chats .chats .chat-body +{ + display: block; + overflow: hidden; + + margin: 10px 30px 0 0; +} +.chat-application .chat-app-window .user-chats .chats .chat-body .chat-content +{ + display: block; + float: right; + clear: both; + + margin: 0 20px 10px 0; + padding: .75rem 1rem; + + text-align: left; + + color: #fff; + border-radius: .5rem; + background: -webkit-linear-gradient(332deg, #7367f0, rgba(115, 103, 240, .7)); + background: -moz-linear-gradient(332deg, #7367f0, rgba(115, 103, 240, .7)); + background: -o-linear-gradient(332deg, #7367f0, rgba(115, 103, 240, .7)); + background: linear-gradient(118deg, #7367f0, rgba(115, 103, 240, .7)); + -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08); + box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08); +} +.chat-application .chat-app-window .user-chats .chats .chat-body .chat-content p +{ + margin: 0; +} +.chat-application .chat-app-window .user-chats .chats .chat-avatar +{ + float: right; +} +.chat-application .chat-app-window .user-chats .chats .chat-left .chat-avatar +{ + float: left; +} +.chat-application .chat-app-window .user-chats .chats .chat-left .chat-body +{ + margin: 0; +} +.chat-application .chat-app-window .user-chats .chats .chat-left .chat-content +{ + float: left; + + margin: 10px 10px 10px 20px; + + text-align: left; + + color: #626262; + border: 1px solid #dae1e7; + background: none; + background-color: white; +} diff --git a/wwwjuba/app-assets/css/pages/dashboard-ecommerce.min.css b/wwwjuba/app-assets/css/pages/dashboard-ecommerce.min.css new file mode 100644 index 0000000..c9e47c9 --- /dev/null +++ b/wwwjuba/app-assets/css/pages/dashboard-ecommerce.min.css @@ -0,0 +1 @@ +.chat-application .chat-app-window .user-chats{position:relative;height:415px;padding:10px 20px;text-align:center}.chat-application .chat-app-window .user-chats .chats{padding:0}.chat-application .chat-app-window .user-chats .chats .chat-body{display:block;overflow:hidden;margin:10px 30px 0 0}.chat-application .chat-app-window .user-chats .chats .chat-body .chat-content{display:block;float:right;clear:both;margin:0 20px 10px 0;padding:.75rem 1rem;text-align:left;color:#fff;border-radius:.5rem;background:-webkit-linear-gradient(332deg,#7367f0,rgba(115,103,240,.7));background:-moz-linear-gradient(332deg,#7367f0,rgba(115,103,240,.7));background:-o-linear-gradient(332deg,#7367f0,rgba(115,103,240,.7));background:linear-gradient(118deg,#7367f0,rgba(115,103,240,.7));-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,.12),0 2px 4px 0 rgba(0,0,0,.08);box-shadow:0 4px 8px 0 rgba(0,0,0,.12),0 2px 4px 0 rgba(0,0,0,.08)}.chat-application .chat-app-window .user-chats .chats .chat-body .chat-content p,.chat-application .chat-app-window .user-chats .chats .chat-left .chat-body{margin:0}.chat-application .chat-app-window .user-chats .chats .chat-avatar{float:right}.chat-application .chat-app-window .user-chats .chats .chat-left .chat-avatar{float:left}.chat-application .chat-app-window .user-chats .chats .chat-left .chat-content{float:left;margin:10px 10px 10px 20px;text-align:left;color:#626262;border:1px solid #dae1e7;background:#fff} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/pages/data-list-view.css b/wwwjuba/app-assets/css/pages/data-list-view.css new file mode 100644 index 0000000..fc5b237 --- /dev/null +++ b/wwwjuba/app-assets/css/pages/data-list-view.css @@ -0,0 +1,722 @@ +/*======================================================== + DARK LAYOUT +=========================================================*/ +.data-list-view-header .table-responsive .top, +.data-thumb-view-header .table-responsive .top +{ + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + + margin-bottom: 1rem; + padding: 0 1rem; + + -webkit-box-pack: justify; + -webkit-justify-content: space-between; + -moz-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; +} +.data-list-view-header .table-responsive .top .action-btns, +.data-thumb-view-header .table-responsive .top .action-btns +{ + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + + margin-top: 1.5rem; +} +.data-list-view-header .table-responsive .top .action-btns .actions-dropodown, +.data-thumb-view-header .table-responsive .top .action-btns .actions-dropodown +{ + margin-right: .75rem; + + border-radius: .5rem; + -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .14); + box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .14); +} +.data-list-view-header .table-responsive .top .action-btns .actions-dropodown .dropdown-toggle, +.data-thumb-view-header .table-responsive .top .action-btns .actions-dropodown .dropdown-toggle +{ + font-size: 1.125rem; + font-weight: 500; +} +.data-list-view-header .table-responsive .top .action-btns .actions-dropodown .dropdown-toggle:after, +.data-thumb-view-header .table-responsive .top .action-btns .actions-dropodown .dropdown-toggle:after +{ + left: 0; +} +.data-list-view-header .table-responsive .top .action-btns .dt-buttons .btn, +.data-thumb-view-header .table-responsive .top .action-btns .dt-buttons .btn +{ + padding: .9rem .938rem; +} +.data-list-view-header .table-responsive .top .dataTables_length, +.data-thumb-view-header .table-responsive .top .dataTables_length +{ + display: inline-block; +} +.data-list-view-header .table-responsive .top .dataTables_length .custom-select, +.data-thumb-view-header .table-responsive .top .dataTables_length .custom-select +{ + font-size: 1rem; + + width: 8.714rem; + height: 3rem; + + border: 1px solid #dae1e7; + border-radius: 1.428rem; + background-position: -webkit-calc(100% - 12px) 13px, -webkit-calc(100% - 20px) 13px, 100% 0; + background-position: -moz-calc(100% - 12px) 13px, -moz-calc(100% - 20px) 13px, 100% 0; + background-position: calc(100% - 12px) 13px, calc(100% - 20px) 13px, 100% 0; +} +.data-list-view-header .table-responsive .top .dataTables_length .custom-select:focus, +.data-thumb-view-header .table-responsive .top .dataTables_length .custom-select:focus +{ + -webkit-box-shadow: none; + box-shadow: none; +} +.data-list-view-header .table-responsive .top .dataTables_filter, +.data-thumb-view-header .table-responsive .top .dataTables_filter +{ + display: inline-block; +} +.data-list-view-header .table-responsive .top .dataTables_filter .form-control, +.data-thumb-view-header .table-responsive .top .dataTables_filter .form-control +{ + padding: 1.45rem 2.8rem !important; + + border: 1px solid #dae1e7; + border-radius: 1.428rem; +} +.data-list-view-header .table-responsive .top .dataTables_filter label, +.data-thumb-view-header .table-responsive .top .dataTables_filter label +{ + position: relative; +} +.data-list-view-header .table-responsive .top .dataTables_filter label:after, +.data-thumb-view-header .table-responsive .top .dataTables_filter label:after +{ + font-family: 'feather'; + + position: absolute; + top: .928rem; + left: 1.428rem; + + content: '\e8bd'; +} + +.data-list-view-header .table-responsive .dataTables_wrapper .dataTables_paginate ul.pagination, +.data-thumb-view-header .table-responsive .dataTables_wrapper .dataTables_paginate ul.pagination +{ + -webkit-box-pack: center; + -webkit-justify-content: center; + -moz-box-pack: center; + -ms-flex-pack: center; + justify-content: center; +} + +.data-list-view-header .add-new-data-sidebar .overlay-bg, +.data-thumb-view-header .add-new-data-sidebar .overlay-bg +{ + position: fixed; + z-index: 1032; + top: 0; + left: 0; + + display: none; + + width: 100%; + height: 100%; + + -webkit-transition: all .3s ease; + -moz-transition: all .3s ease; + -o-transition: all .3s ease; + transition: all .3s ease; + + opacity: 0; + background: rgba(0, 0, 0, .2); +} +.data-list-view-header .add-new-data-sidebar .overlay-bg.show, +.data-thumb-view-header .add-new-data-sidebar .overlay-bg.show +{ + display: block; + + opacity: 1; +} + +.data-list-view-header .add-new-data-sidebar .add-new-data, +.data-thumb-view-header .add-new-data-sidebar .add-new-data +{ + position: fixed; + z-index: 1033; + top: 0; + right: 0; + left: auto; + + overflow: hidden; + + width: 28.57rem; + max-width: 90vw; + height: 100vh; + + -webkit-transition: all .25s ease; + -moz-transition: all .25s ease; + -o-transition: all .25s ease; + transition: all .25s ease; + -webkit-transform: translateX(100%); + -moz-transform: translateX(100%); + -ms-transform: translateX(100%); + -o-transform: translateX(100%); + transform: translateX(100%); + + background: #fff; + -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05); + box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05); +} +.data-list-view-header .add-new-data-sidebar .add-new-data.show, +.data-thumb-view-header .add-new-data-sidebar .add-new-data.show +{ + -webkit-transform: translateX(0%); + -moz-transform: translateX(0%); + -ms-transform: translateX(0%); + -o-transform: translateX(0%); + transform: translateX(0%); +} +.data-list-view-header .add-new-data-sidebar .add-new-data .new-data-title, +.data-thumb-view-header .add-new-data-sidebar .add-new-data .new-data-title +{ + padding-bottom: .714rem; + + border-bottom: 1px solid rgba(0, 0, 0, .1); +} +.data-list-view-header .add-new-data-sidebar .add-new-data .new-data-title .hide-data-sidebar, +.data-thumb-view-header .add-new-data-sidebar .add-new-data .new-data-title .hide-data-sidebar +{ + position: relative; +} +.data-list-view-header .add-new-data-sidebar .add-new-data .new-data-title .hide-data-sidebar i, +.data-thumb-view-header .add-new-data-sidebar .add-new-data .new-data-title .hide-data-sidebar i +{ + font-size: 1.71rem; + + position: absolute; + top: -.1428rem; + right: 0; + + cursor: pointer; +} +.data-list-view-header .add-new-data-sidebar .add-new-data .data-items, +.data-thumb-view-header .add-new-data-sidebar .add-new-data .data-items +{ + position: relative; + + height: -webkit-calc(100% - 10rem); + height: -moz-calc(100% - 10rem); + height: calc(100% - 10rem); + + border-bottom: 1px solid rgba(0, 0, 0, .1); +} +.data-list-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col, +.data-thumb-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col +{ + margin-top: 1.25rem; +} +.data-list-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col.data-list-upload, +.data-thumb-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col.data-list-upload +{ + margin-top: 2rem; +} +.data-list-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col .dropzone, +.data-thumb-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col .dropzone +{ + min-height: 14.285rem; +} +.data-list-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col .dropzone .dz-message, +.data-thumb-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col .dropzone .dz-message +{ + height: auto; +} +.data-list-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col .dropzone .dz-message:before, +.data-thumb-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col .dropzone .dz-message:before +{ + font-size: 2.857rem; +} + +table.data-list-view.dataTable, +table.data-thumb-view.dataTable +{ + padding: 0 .7rem; + + border-spacing: 0 1.3rem; +} +table.data-list-view.dataTable thead th, +table.data-thumb-view.dataTable thead th +{ + font-weight: 600; + + padding: .714rem 1.785rem; +} +table.data-list-view.dataTable thead th input:focus, +table.data-thumb-view.dataTable thead th input:focus +{ + outline: 0; +} +table.data-list-view.dataTable thead th:first-child, +table.data-thumb-view.dataTable thead th:first-child +{ + padding-left: 0; +} +table.data-list-view.dataTable thead .sorting_asc, +table.data-list-view.dataTable thead .sorting_desc, +table.data-list-view.dataTable thead .sorting, +table.data-thumb-view.dataTable thead .sorting_asc, +table.data-thumb-view.dataTable thead .sorting_desc, +table.data-thumb-view.dataTable thead .sorting +{ + padding-right: inherit; +} +table.data-list-view.dataTable thead .sorting_asc:before, +table.data-list-view.dataTable thead .sorting_desc:before, +table.data-list-view.dataTable thead .sorting:before, +table.data-thumb-view.dataTable thead .sorting_asc:before, +table.data-thumb-view.dataTable thead .sorting_desc:before, +table.data-thumb-view.dataTable thead .sorting:before +{ + font-size: .7rem; + + top: .642rem; + left: .857rem; +} +table.data-list-view.dataTable thead .sorting_asc:after, +table.data-list-view.dataTable thead .sorting_desc:after, +table.data-list-view.dataTable thead .sorting:after, +table.data-thumb-view.dataTable thead .sorting_asc:after, +table.data-thumb-view.dataTable thead .sorting_desc:after, +table.data-thumb-view.dataTable thead .sorting:after +{ + font-size: .7rem; + + top: 1.071rem; + left: .857rem; +} +table.data-list-view.dataTable thead .dt-checkboxes-select-all input, +table.data-thumb-view.dataTable thead .dt-checkboxes-select-all input +{ + position: relative; + + width: 0; +} +table.data-list-view.dataTable thead .dt-checkboxes-select-all input:before, +table.data-thumb-view.dataTable thead .dt-checkboxes-select-all input:before +{ + position: absolute; + + overflow: hidden; + + width: 1.071rem; + height: 1.071rem; + padding: 0; + + content: ''; + -webkit-transition: all .2s ease; + -moz-transition: all .2s ease; + -o-transition: all .2s ease; + transition: all .2s ease; + transition: all .2s ease; + -webkit-transform: rotate(-90deg); + -moz-transform: rotate(-90deg); + -ms-transform: rotate(-90deg); + -o-transform: rotate(-90deg); + transform: rotate(-90deg); + + border: 2px solid #b4b4b4; + border-radius: 2px; +} +table.data-list-view.dataTable thead .dt-checkboxes-select-all input:after, +table.data-thumb-view.dataTable thead .dt-checkboxes-select-all input:after +{ + font-family: 'feather'; + font-size: .75rem; + line-height: 1.2; + + position: absolute; + + overflow: hidden; + + width: .928rem; + height: 1rem; + + content: '\e83f'; + -webkit-transition: all .2s ease; + -moz-transition: all .2s ease; + -o-transition: all .2s ease; + transition: all .2s ease; + -webkit-transform: translate(100%); + -moz-transform: translate(100%); + -ms-transform: translate(100%); + -o-transform: translate(100%); + transform: translate(100%); + -webkit-transform-origin: right; + -moz-transform-origin: right; + -ms-transform-origin: right; + -o-transform-origin: right; + transform-origin: right; + + opacity: 0; + color: #fff; + border: 2px solid #7367f0; + background-color: #7367f0; +} +table.data-list-view.dataTable thead .dt-checkboxes-select-all input:active:checked:after, +table.data-thumb-view.dataTable thead .dt-checkboxes-select-all input:active:checked:after +{ + -webkit-transform: translate(3px); + -moz-transform: translate(3px); + -ms-transform: translate(3px); + -o-transform: translate(3px); + transform: translate(3px); +} +table.data-list-view.dataTable thead .dt-checkboxes-select-all input:checked:before, +table.data-thumb-view.dataTable thead .dt-checkboxes-select-all input:checked:before +{ + -webkit-transform: rotate(0deg); + -moz-transform: rotate(0deg); + -ms-transform: rotate(0deg); + -o-transform: rotate(0deg); + transform: rotate(0deg); + + border: 2px solid #7367f0; +} +table.data-list-view.dataTable thead .dt-checkboxes-select-all input:checked:after, +table.data-thumb-view.dataTable thead .dt-checkboxes-select-all input:checked:after +{ + -webkit-transition: all .2s ease; + -moz-transition: all .2s ease; + -o-transition: all .2s ease; + transition: all .2s ease; + -webkit-transform: translate(0); + -moz-transform: translate(0); + -ms-transform: translate(0); + -o-transform: translate(0); + transform: translate(0); + + opacity: 1; +} +table.data-list-view.dataTable tbody tr, +table.data-thumb-view.dataTable tbody tr +{ + cursor: pointer; + -webkit-transition: all .3s ease; + -moz-transition: all .3s ease; + -o-transition: all .3s ease; + transition: all .3s ease; + + border-radius: .5rem; + background-color: #fff; + -webkit-box-shadow: rgba(0, 0, 0, .05) 0 4px 20px 0; + box-shadow: rgba(0, 0, 0, .05) 0 4px 20px 0; +} +table.data-list-view.dataTable tbody tr:hover, +table.data-thumb-view.dataTable tbody tr:hover +{ + -webkit-transition: all .3s ease; + -moz-transition: all .3s ease; + -o-transition: all .3s ease; + transition: all .3s ease; + -webkit-transform: translateY(-4px); + -moz-transform: translateY(-4px); + -ms-transform: translateY(-4px); + -o-transform: translateY(-4px); + transform: translateY(-4px); +} +table.data-list-view.dataTable tbody tr td:first-child, +table.data-thumb-view.dataTable tbody tr td:first-child +{ + padding-left: 1rem; + + border-top-left-radius: .5rem; + border-bottom-left-radius: .5rem; +} +table.data-list-view.dataTable tbody tr td:last-child, +table.data-thumb-view.dataTable tbody tr td:last-child +{ + border-top-right-radius: .5rem; + border-bottom-right-radius: .5rem; +} +table.data-list-view.dataTable tbody tr.selected td, +table.data-thumb-view.dataTable tbody tr.selected td +{ + border-radius: 0; +} +table.data-list-view.dataTable tbody td, +table.data-thumb-view.dataTable tbody td +{ + padding: 1.357rem; + + vertical-align: middle; + + border: none; +} +table.data-list-view.dataTable tbody td input:focus, +table.data-thumb-view.dataTable tbody td input:focus +{ + outline: 0; +} +table.data-list-view.dataTable tbody td.product-name, +table.data-thumb-view.dataTable tbody td.product-name +{ + font-weight: 500; +} +table.data-list-view.dataTable tbody td:focus, +table.data-thumb-view.dataTable tbody td:focus +{ + outline: 0; +} +table.data-list-view.dataTable tbody td.dt-checkboxes-cell input, +table.data-thumb-view.dataTable tbody td.dt-checkboxes-cell input +{ + position: relative; + + width: 0; +} +table.data-list-view.dataTable tbody td.dt-checkboxes-cell input:before, +table.data-thumb-view.dataTable tbody td.dt-checkboxes-cell input:before +{ + position: absolute; + left: -8px; + + overflow: hidden; + + width: 1.071rem; + height: 1.071rem; + padding: 0; + + content: ''; + -webkit-transition: all .2s ease; + -moz-transition: all .2s ease; + -o-transition: all .2s ease; + transition: all .2s ease; + -webkit-transform: rotate(-90deg); + -moz-transform: rotate(-90deg); + -ms-transform: rotate(-90deg); + -o-transform: rotate(-90deg); + transform: rotate(-90deg); + + border: 2px solid #b4b4b4; + border-radius: 2px; +} +table.data-list-view.dataTable tbody td.dt-checkboxes-cell input:after, +table.data-thumb-view.dataTable tbody td.dt-checkboxes-cell input:after +{ + font-family: 'feather'; + font-size: .75rem; + + position: absolute; + left: -.4285rem; + + overflow: hidden; + + width: .857rem; + height: 1rem; + + content: '\e83f'; + -webkit-transition: all .2s ease; + -moz-transition: all .2s ease; + -o-transition: all .2s ease; + transition: all .2s ease; + -webkit-transform: rotate(-90deg) translate(100%); + -moz-transform: rotate(-90deg) translate(100%); + -ms-transform: rotate(-90deg) translate(100%); + -o-transform: rotate(-90deg) translate(100%); + transform: rotate(-90deg) translate(100%); + -webkit-transform-origin: right; + -moz-transform-origin: right; + -ms-transform-origin: right; + -o-transform-origin: right; + transform-origin: right; + + opacity: 0; + color: #fff; + background-color: #7367f0; +} +table.data-list-view.dataTable tbody td.dt-checkboxes-cell input:active:checked:after, +table.data-thumb-view.dataTable tbody td.dt-checkboxes-cell input:active:checked:after +{ + -webkit-transform: translate(3px); + -moz-transform: translate(3px); + -ms-transform: translate(3px); + -o-transform: translate(3px); + transform: translate(3px); +} +table.data-list-view.dataTable tbody td.dt-checkboxes-cell input:checked:before, +table.data-thumb-view.dataTable tbody td.dt-checkboxes-cell input:checked:before +{ + -webkit-transition: all .2s ease; + -moz-transition: all .2s ease; + -o-transition: all .2s ease; + transition: all .2s ease; + -webkit-transform: rotate(0deg); + -moz-transform: rotate(0deg); + -ms-transform: rotate(0deg); + -o-transform: rotate(0deg); + transform: rotate(0deg); + + border: 2px solid #7367f0; +} +table.data-list-view.dataTable tbody td.dt-checkboxes-cell input:checked:after, +table.data-thumb-view.dataTable tbody td.dt-checkboxes-cell input:checked:after +{ + -webkit-transition: all .2s ease; + -moz-transition: all .2s ease; + -o-transition: all .2s ease; + transition: all .2s ease; + -webkit-transform: rotate(0deg) translate(0); + -moz-transform: rotate(0deg) translate(0); + -ms-transform: rotate(0deg) translate(0); + -o-transform: rotate(0deg) translate(0); + transform: rotate(0deg) translate(0); + + opacity: 1; +} +table.data-list-view.dataTable tbody td .progress, +table.data-thumb-view.dataTable tbody td .progress +{ + margin-bottom: 0; + + -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08); + box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08); +} + +table.data-thumb-view.dataTable tbody tr td +{ + padding-top: .714rem; + padding-bottom: .714rem; +} +table.data-thumb-view.dataTable tbody tr td.product-img img +{ + height: 7.857rem; +} + +@media (max-width: 768px) +{ + #data-list-view .table-responsive .top, + #data-thumb-view .table-responsive .top + { + flex-direction: column; + + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -webkit-flex-direction: column; + -moz-box-orient: vertical; + -moz-box-direction: normal; + -ms-flex-direction: column; + } + #data-list-view .table-responsive .dt-buttons, + #data-thumb-view .table-responsive .dt-buttons + { + width: auto; + + text-align: left; + } + #data-list-view .table-responsive .dataTables_length, + #data-list-view .table-responsive .dataTables_filter, + #data-thumb-view .table-responsive .dataTables_length, + #data-thumb-view .table-responsive .dataTables_filter + { + text-align: right; + } +} + +@media (max-width: 576px) +{ + .add-new-data-sidebar .data-items .data-list-upload .dropzone .dz-message:before + { + top: 3.428rem; + } +} + +_:-ms-lang(x) tbody tr td.dt-checkboxes-cell input, +_:-ms-lang(x) tbody tr th.dt-checkboxes-cell input, +_:-ms-lang(x) thead tr td.dt-checkboxes-cell input, +_:-ms-lang(x) thead tr th.dt-checkboxes-cell input, +.data-list-view.dataTable tbody tr td.dt-checkboxes-cell input, +.data-list-view.dataTable tbody tr th.dt-checkboxes-cell input, +.data-list-view.dataTable thead tr td.dt-checkboxes-cell input, +.data-list-view.dataTable thead tr th.dt-checkboxes-cell input, +.data-thumb-view.dataTable tbody tr td.dt-checkboxes-cell input, +.data-thumb-view.dataTable tbody tr th.dt-checkboxes-cell input, +.data-thumb-view.dataTable thead tr td.dt-checkboxes-cell input, +.data-thumb-view.dataTable thead tr th.dt-checkboxes-cell input +{ + width: auto; +} + +_:-ms-lang(x) .table-responsive .top .dataTables_filter .form-control, +.data-list-view.dataTable .table-responsive .top .dataTables_filter .form-control, +.data-thumb-view.dataTable .table-responsive .top .dataTables_filter .form-control +{ + height: 1.4rem !important; + padding: 0rem .5rem !important; +} +_:-ms-lang(x) .table-responsive .top .dataTables_filter .form-control:after, +.data-list-view.dataTable .table-responsive .top .dataTables_filter .form-control:after, +.data-thumb-view.dataTable .table-responsive .top .dataTables_filter .form-control:after +{ + display: none; +} + +@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) +{ + #data-list-view .table-responsive .top .dataTables_filter .form-control, + #data-thumb-view .table-responsive .top .dataTables_filter .form-control + { + height: 3rem !important; + padding: 0rem 1rem !important; + } + #data-list-view .table-responsive .top .dataTables_filter label:after, + #data-thumb-view .table-responsive .top .dataTables_filter label:after + { + display: none; + } +} + +@supports (-moz-osx-font-smoothing: auto) +{ + .data-list-view input, + .data-thumb-view input + { + width: auto !important; + } +} + +@media not all and (min-resolution: .001dpcm) +{ + @supports (-webkit-appearance: none) + { + table.data-list-view tbody td.dt-checkboxes-cell input:after, + table.data-thumb-view tbody td.dt-checkboxes-cell input:after + { + left: -.485rem; + } + .data-list-view .dt-checkboxes-cell input, + .data-thumb-view .dt-checkboxes-cell input + { + top: -10px; + + -webkit-appearance: none; + } + } +} + +.data-list-view .mac-checkbox, +.data-thumb-view .mac-checkbox +{ + top: -10px; + + -webkit-appearance: none; +} diff --git a/wwwjuba/app-assets/css/pages/data-list-view.min.css b/wwwjuba/app-assets/css/pages/data-list-view.min.css new file mode 100644 index 0000000..8abb03f --- /dev/null +++ b/wwwjuba/app-assets/css/pages/data-list-view.min.css @@ -0,0 +1 @@ +.data-list-view-header .table-responsive .top,.data-thumb-view-header .table-responsive .top{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin-bottom:1rem;padding:0 1rem;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.data-list-view-header .table-responsive .top .action-btns,.data-thumb-view-header .table-responsive .top .action-btns{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin-top:1.5rem}.data-list-view-header .table-responsive .top .dataTables_filter,.data-list-view-header .table-responsive .top .dataTables_length,.data-thumb-view-header .table-responsive .top .dataTables_filter,.data-thumb-view-header .table-responsive .top .dataTables_length{display:inline-block}.data-list-view-header .table-responsive .top .action-btns .actions-dropodown,.data-thumb-view-header .table-responsive .top .action-btns .actions-dropodown{margin-right:.75rem;border-radius:.5rem;-webkit-box-shadow:0 2px 8px 0 rgba(0,0,0,.14);box-shadow:0 2px 8px 0 rgba(0,0,0,.14)}.data-list-view-header .table-responsive .top .action-btns .actions-dropodown .dropdown-toggle,.data-thumb-view-header .table-responsive .top .action-btns .actions-dropodown .dropdown-toggle{font-size:1.125rem;font-weight:500}.data-list-view-header .table-responsive .top .action-btns .actions-dropodown .dropdown-toggle:after,.data-thumb-view-header .table-responsive .top .action-btns .actions-dropodown .dropdown-toggle:after{left:0}.data-list-view-header .table-responsive .top .action-btns .dt-buttons .btn,.data-thumb-view-header .table-responsive .top .action-btns .dt-buttons .btn{padding:.9rem .938rem}.data-list-view-header .table-responsive .top .dataTables_length .custom-select,.data-thumb-view-header .table-responsive .top .dataTables_length .custom-select{font-size:1rem;width:8.714rem;height:3rem;border:1px solid #dae1e7;border-radius:1.428rem;background-position:-webkit-calc(100% - 12px) 13px,-webkit-calc(100% - 20px) 13px,100% 0;background-position:-moz-calc(100% - 12px) 13px,-moz-calc(100% - 20px) 13px,100% 0;background-position:calc(100% - 12px) 13px,calc(100% - 20px) 13px,100% 0}.data-list-view-header .table-responsive .top .dataTables_length .custom-select:focus,.data-thumb-view-header .table-responsive .top .dataTables_length .custom-select:focus{-webkit-box-shadow:none;box-shadow:none}.data-list-view-header .table-responsive .top .dataTables_filter .form-control,.data-thumb-view-header .table-responsive .top .dataTables_filter .form-control{padding:1.45rem 2.8rem!important;border:1px solid #dae1e7;border-radius:1.428rem}.data-list-view-header .table-responsive .top .dataTables_filter label,.data-thumb-view-header .table-responsive .top .dataTables_filter label{position:relative}.data-list-view-header .table-responsive .top .dataTables_filter label:after,.data-thumb-view-header .table-responsive .top .dataTables_filter label:after{font-family:feather;position:absolute;top:.928rem;left:1.428rem;content:'\e8bd'}.data-list-view-header .table-responsive .dataTables_wrapper .dataTables_paginate ul.pagination,.data-thumb-view-header .table-responsive .dataTables_wrapper .dataTables_paginate ul.pagination{-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.data-list-view-header .add-new-data-sidebar .overlay-bg,.data-thumb-view-header .add-new-data-sidebar .overlay-bg{position:fixed;z-index:1032;top:0;left:0;display:none;width:100%;height:100%;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;opacity:0;background:rgba(0,0,0,.2)}.data-list-view-header .add-new-data-sidebar .overlay-bg.show,.data-thumb-view-header .add-new-data-sidebar .overlay-bg.show{display:block;opacity:1}.data-list-view-header .add-new-data-sidebar .add-new-data,.data-thumb-view-header .add-new-data-sidebar .add-new-data{position:fixed;z-index:1033;top:0;right:0;left:auto;overflow:hidden;width:28.57rem;max-width:90vw;height:100vh;-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease;-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%);background:#fff;-webkit-box-shadow:0 0 15px 0 rgba(0,0,0,.05);box-shadow:0 0 15px 0 rgba(0,0,0,.05)}.data-list-view-header .add-new-data-sidebar .add-new-data.show,.data-thumb-view-header .add-new-data-sidebar .add-new-data.show{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.data-list-view-header .add-new-data-sidebar .add-new-data .new-data-title,.data-thumb-view-header .add-new-data-sidebar .add-new-data .new-data-title{padding-bottom:.714rem;border-bottom:1px solid rgba(0,0,0,.1)}.data-list-view-header .add-new-data-sidebar .add-new-data .new-data-title .hide-data-sidebar,.data-thumb-view-header .add-new-data-sidebar .add-new-data .new-data-title .hide-data-sidebar{position:relative}.data-list-view-header .add-new-data-sidebar .add-new-data .new-data-title .hide-data-sidebar i,.data-thumb-view-header .add-new-data-sidebar .add-new-data .new-data-title .hide-data-sidebar i{font-size:1.71rem;position:absolute;top:-.1428rem;right:0;cursor:pointer}.data-list-view-header .add-new-data-sidebar .add-new-data .data-items,.data-thumb-view-header .add-new-data-sidebar .add-new-data .data-items{position:relative;height:-webkit-calc(100% - 10rem);height:-moz-calc(100% - 10rem);height:calc(100% - 10rem);border-bottom:1px solid rgba(0,0,0,.1)}.data-list-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col,.data-thumb-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col{margin-top:1.25rem}.data-list-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col.data-list-upload,.data-thumb-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col.data-list-upload{margin-top:2rem}.data-list-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col .dropzone,.data-thumb-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col .dropzone{min-height:14.285rem}.data-list-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col .dropzone .dz-message,.data-thumb-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col .dropzone .dz-message{height:auto}.data-list-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col .dropzone .dz-message:before,.data-thumb-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col .dropzone .dz-message:before{font-size:2.857rem}table.data-list-view.dataTable,table.data-thumb-view.dataTable{padding:0 .7rem;border-spacing:0 1.3rem}table.data-list-view.dataTable thead th,table.data-thumb-view.dataTable thead th{font-weight:600;padding:.714rem 1.785rem}table.data-list-view.dataTable thead th input:focus,table.data-thumb-view.dataTable thead th input:focus{outline:0}table.data-list-view.dataTable thead th:first-child,table.data-thumb-view.dataTable thead th:first-child{padding-left:0}table.data-list-view.dataTable thead .sorting,table.data-list-view.dataTable thead .sorting_asc,table.data-list-view.dataTable thead .sorting_desc,table.data-thumb-view.dataTable thead .sorting,table.data-thumb-view.dataTable thead .sorting_asc,table.data-thumb-view.dataTable thead .sorting_desc{padding-right:inherit}table.data-list-view.dataTable thead .sorting:before,table.data-list-view.dataTable thead .sorting_asc:before,table.data-list-view.dataTable thead .sorting_desc:before,table.data-thumb-view.dataTable thead .sorting:before,table.data-thumb-view.dataTable thead .sorting_asc:before,table.data-thumb-view.dataTable thead .sorting_desc:before{font-size:.7rem;top:.642rem;left:.857rem}table.data-list-view.dataTable thead .sorting:after,table.data-list-view.dataTable thead .sorting_asc:after,table.data-list-view.dataTable thead .sorting_desc:after,table.data-thumb-view.dataTable thead .sorting:after,table.data-thumb-view.dataTable thead .sorting_asc:after,table.data-thumb-view.dataTable thead .sorting_desc:after{font-size:.7rem;top:1.071rem;left:.857rem}table.data-list-view.dataTable thead .dt-checkboxes-select-all input,table.data-thumb-view.dataTable thead .dt-checkboxes-select-all input{position:relative;width:0}table.data-list-view.dataTable thead .dt-checkboxes-select-all input:before,table.data-thumb-view.dataTable thead .dt-checkboxes-select-all input:before{position:absolute;overflow:hidden;width:1.071rem;height:1.071rem;padding:0;content:'';-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg);border:2px solid #b4b4b4;border-radius:2px}table.data-list-view.dataTable thead .dt-checkboxes-select-all input:after,table.data-thumb-view.dataTable thead .dt-checkboxes-select-all input:after{font-family:feather;font-size:.75rem;line-height:1.2;position:absolute;overflow:hidden;width:.928rem;height:1rem;content:'\e83f';-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;-webkit-transform:translate(100%);-moz-transform:translate(100%);-ms-transform:translate(100%);-o-transform:translate(100%);transform:translate(100%);-webkit-transform-origin:right;-moz-transform-origin:right;-ms-transform-origin:right;-o-transform-origin:right;transform-origin:right;opacity:0;color:#fff;border:2px solid #7367f0;background-color:#7367f0}table.data-list-view.dataTable thead .dt-checkboxes-select-all input:active:checked:after,table.data-thumb-view.dataTable thead .dt-checkboxes-select-all input:active:checked:after{-webkit-transform:translate(3px);-moz-transform:translate(3px);-ms-transform:translate(3px);-o-transform:translate(3px);transform:translate(3px)}table.data-list-view.dataTable thead .dt-checkboxes-select-all input:checked:before,table.data-thumb-view.dataTable thead .dt-checkboxes-select-all input:checked:before{-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0);border:2px solid #7367f0}table.data-list-view.dataTable thead .dt-checkboxes-select-all input:checked:after,table.data-thumb-view.dataTable thead .dt-checkboxes-select-all input:checked:after{-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;-webkit-transform:translate(0);-moz-transform:translate(0);-ms-transform:translate(0);-o-transform:translate(0);transform:translate(0);opacity:1}table.data-list-view.dataTable tbody tr,table.data-thumb-view.dataTable tbody tr{cursor:pointer;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;border-radius:.5rem;background-color:#fff;-webkit-box-shadow:rgba(0,0,0,.05) 0 4px 20px 0;box-shadow:rgba(0,0,0,.05) 0 4px 20px 0}table.data-list-view.dataTable tbody tr:hover,table.data-thumb-view.dataTable tbody tr:hover{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;-webkit-transform:translateY(-4px);-moz-transform:translateY(-4px);-ms-transform:translateY(-4px);-o-transform:translateY(-4px);transform:translateY(-4px)}table.data-list-view.dataTable tbody tr td:first-child,table.data-thumb-view.dataTable tbody tr td:first-child{padding-left:1rem;border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}table.data-list-view.dataTable tbody tr td:last-child,table.data-thumb-view.dataTable tbody tr td:last-child{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}table.data-list-view.dataTable tbody tr.selected td,table.data-thumb-view.dataTable tbody tr.selected td{border-radius:0}table.data-list-view.dataTable tbody td,table.data-thumb-view.dataTable tbody td{padding:1.357rem;vertical-align:middle;border:none}table.data-list-view.dataTable tbody td input:focus,table.data-thumb-view.dataTable tbody td input:focus{outline:0}table.data-list-view.dataTable tbody td.product-name,table.data-thumb-view.dataTable tbody td.product-name{font-weight:500}table.data-list-view.dataTable tbody td:focus,table.data-thumb-view.dataTable tbody td:focus{outline:0}table.data-list-view.dataTable tbody td.dt-checkboxes-cell input,table.data-thumb-view.dataTable tbody td.dt-checkboxes-cell input{position:relative;width:0}table.data-list-view.dataTable tbody td.dt-checkboxes-cell input:before,table.data-thumb-view.dataTable tbody td.dt-checkboxes-cell input:before{position:absolute;left:-8px;overflow:hidden;width:1.071rem;height:1.071rem;padding:0;content:'';-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg);border:2px solid #b4b4b4;border-radius:2px}table.data-list-view.dataTable tbody td.dt-checkboxes-cell input:after,table.data-thumb-view.dataTable tbody td.dt-checkboxes-cell input:after{font-family:feather;font-size:.75rem;position:absolute;left:-.4285rem;overflow:hidden;width:.857rem;height:1rem;content:'\e83f';-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;-webkit-transform:rotate(-90deg) translate(100%);-moz-transform:rotate(-90deg) translate(100%);-ms-transform:rotate(-90deg) translate(100%);-o-transform:rotate(-90deg) translate(100%);transform:rotate(-90deg) translate(100%);-webkit-transform-origin:right;-moz-transform-origin:right;-ms-transform-origin:right;-o-transform-origin:right;transform-origin:right;opacity:0;color:#fff;background-color:#7367f0}table.data-list-view.dataTable tbody td.dt-checkboxes-cell input:active:checked:after,table.data-thumb-view.dataTable tbody td.dt-checkboxes-cell input:active:checked:after{-webkit-transform:translate(3px);-moz-transform:translate(3px);-ms-transform:translate(3px);-o-transform:translate(3px);transform:translate(3px)}table.data-list-view.dataTable tbody td.dt-checkboxes-cell input:checked:before,table.data-thumb-view.dataTable tbody td.dt-checkboxes-cell input:checked:before{-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0);border:2px solid #7367f0}table.data-list-view.dataTable tbody td.dt-checkboxes-cell input:checked:after,table.data-thumb-view.dataTable tbody td.dt-checkboxes-cell input:checked:after{-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;-webkit-transform:rotate(0) translate(0);-moz-transform:rotate(0) translate(0);-ms-transform:rotate(0) translate(0);-o-transform:rotate(0) translate(0);transform:rotate(0) translate(0);opacity:1}table.data-list-view.dataTable tbody td .progress,table.data-thumb-view.dataTable tbody td .progress{margin-bottom:0;-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,.12),0 2px 4px 0 rgba(0,0,0,.08);box-shadow:0 4px 8px 0 rgba(0,0,0,.12),0 2px 4px 0 rgba(0,0,0,.08)}table.data-thumb-view.dataTable tbody tr td{padding-top:.714rem;padding-bottom:.714rem}table.data-thumb-view.dataTable tbody tr td.product-img img{height:7.857rem}@media (max-width:768px){#data-list-view .table-responsive .top,#data-thumb-view .table-responsive .top{flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column}#data-list-view .table-responsive .dt-buttons,#data-thumb-view .table-responsive .dt-buttons{width:auto;text-align:left}#data-list-view .table-responsive .dataTables_filter,#data-list-view .table-responsive .dataTables_length,#data-thumb-view .table-responsive .dataTables_filter,#data-thumb-view .table-responsive .dataTables_length{text-align:right}}@media (max-width:576px){.add-new-data-sidebar .data-items .data-list-upload .dropzone .dz-message:before{top:3.428rem}}.data-list-view.dataTable tbody tr td.dt-checkboxes-cell input,.data-list-view.dataTable tbody tr th.dt-checkboxes-cell input,.data-list-view.dataTable thead tr td.dt-checkboxes-cell input,.data-list-view.dataTable thead tr th.dt-checkboxes-cell input,.data-thumb-view.dataTable tbody tr td.dt-checkboxes-cell input,.data-thumb-view.dataTable tbody tr th.dt-checkboxes-cell input,.data-thumb-view.dataTable thead tr td.dt-checkboxes-cell input,.data-thumb-view.dataTable thead tr th.dt-checkboxes-cell input,_:-ms-lang(x) tbody tr td.dt-checkboxes-cell input,_:-ms-lang(x) tbody tr th.dt-checkboxes-cell input,_:-ms-lang(x) thead tr td.dt-checkboxes-cell input,_:-ms-lang(x) thead tr th.dt-checkboxes-cell input{width:auto}.data-list-view.dataTable .table-responsive .top .dataTables_filter .form-control,.data-thumb-view.dataTable .table-responsive .top .dataTables_filter .form-control,_:-ms-lang(x) .table-responsive .top .dataTables_filter .form-control{height:1.4rem!important;padding:0 .5rem!important}.data-list-view.dataTable .table-responsive .top .dataTables_filter .form-control:after,.data-thumb-view.dataTable .table-responsive .top .dataTables_filter .form-control:after,_:-ms-lang(x) .table-responsive .top .dataTables_filter .form-control:after{display:none}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){#data-list-view .table-responsive .top .dataTables_filter .form-control,#data-thumb-view .table-responsive .top .dataTables_filter .form-control{height:3rem!important;padding:0 1rem!important}#data-list-view .table-responsive .top .dataTables_filter label:after,#data-thumb-view .table-responsive .top .dataTables_filter label:after{display:none}}@supports (-moz-osx-font-smoothing:auto){.data-list-view input,.data-thumb-view input{width:auto!important}}@media not all and (min-resolution:.001dpcm){@supports (-webkit-appearance:none){table.data-list-view tbody td.dt-checkboxes-cell input:after,table.data-thumb-view tbody td.dt-checkboxes-cell input:after{left:-.485rem}.data-list-view .dt-checkboxes-cell input,.data-thumb-view .dt-checkboxes-cell input{top:-10px;-webkit-appearance:none}}}.data-list-view .mac-checkbox,.data-thumb-view .mac-checkbox{top:-10px;-webkit-appearance:none} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/pages/error.css b/wwwjuba/app-assets/css/pages/error.css new file mode 100644 index 0000000..422991a --- /dev/null +++ b/wwwjuba/app-assets/css/pages/error.css @@ -0,0 +1,4 @@ +.error-code +{ + font-size: 10rem; +} diff --git a/wwwjuba/app-assets/css/pages/error.min.css b/wwwjuba/app-assets/css/pages/error.min.css new file mode 100644 index 0000000..ccb036e --- /dev/null +++ b/wwwjuba/app-assets/css/pages/error.min.css @@ -0,0 +1 @@ +.error-code{font-size:10rem} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/pages/faq.css b/wwwjuba/app-assets/css/pages/faq.css new file mode 100644 index 0000000..9713eac --- /dev/null +++ b/wwwjuba/app-assets/css/pages/faq.css @@ -0,0 +1,68 @@ +/*======================================================== + DARK LAYOUT +=========================================================*/ +.faq-bg +{ + background: url(../../../app-assets/images/pages/faq.jpg) no-repeat; + -webkit-background-size: cover; + background-size: cover; +} +.faq-bg .form-control:focus ~ .form-control-position i +{ + color: #7367f0; +} + +.faq .faq-content .faq-table-content +{ + font-weight: 500; + + padding: .5rem; + + cursor: pointer; +} +.faq .faq-content .faq-table-content i +{ + margin-right: .5rem; +} + +.faq .supporter-details .supporter-img img +{ + width: 35px; + height: 35px; + margin-right: .5rem; + + cursor: pointer; +} + +.faq .supporter-info +{ + vertical-align: middle; +} + +.faq .accordion .collapse-title +{ + font-weight: 500; + + color: #2c2c2c; +} + +.faq .accordion .collapse-margin +{ + background-color: #fff; +} + +@media only screen and (min-width: 992px) +{ + .faq-bg .card-body + { + padding: 8rem !important; + } +} + +@media only screen and (min-width: 768px) and (max-width: 991px) +{ + .faq-bg .card-body + { + padding: 6rem !important; + } +} diff --git a/wwwjuba/app-assets/css/pages/faq.min.css b/wwwjuba/app-assets/css/pages/faq.min.css new file mode 100644 index 0000000..24a4d85 --- /dev/null +++ b/wwwjuba/app-assets/css/pages/faq.min.css @@ -0,0 +1 @@ +.faq-bg{background:url(../../../app-assets/images/pages/faq.jpg) no-repeat;-webkit-background-size:cover;background-size:cover}.faq-bg .form-control:focus~.form-control-position i{color:#7367f0}.faq .faq-content .faq-table-content{font-weight:500;padding:.5rem;cursor:pointer}.faq .faq-content .faq-table-content i{margin-right:.5rem}.faq .supporter-details .supporter-img img{width:35px;height:35px;margin-right:.5rem;cursor:pointer}.faq .supporter-info{vertical-align:middle}.faq .accordion .collapse-title{font-weight:500;color:#2c2c2c}.faq .accordion .collapse-margin{background-color:#fff}@media only screen and (min-width:992px){.faq-bg .card-body{padding:8rem!important}}@media only screen and (min-width:768px) and (max-width:991px){.faq-bg .card-body{padding:6rem!important}} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/pages/invoice.css b/wwwjuba/app-assets/css/pages/invoice.css new file mode 100644 index 0000000..fc51c08 --- /dev/null +++ b/wwwjuba/app-assets/css/pages/invoice.css @@ -0,0 +1,29 @@ +/*======================================================== + DARK LAYOUT +=========================================================*/ +.invoice-page +{ + padding: 2.2rem; +} +.invoice-page .recipient-contact i, +.invoice-page .company-contact i +{ + position: relative; + top: 2px; + + padding-right: .2rem; +} +.invoice-page .recipient-info p, +.invoice-page .company-info p, +.invoice-page .company-contact p, +.invoice-page .recipient-contact p +{ + line-height: 2; + + margin-bottom: 0; +} +.invoice-page .invoice-items-table table, +.invoice-page .invoice-total-table table +{ + border: 2px solid #f8f8f8; +} diff --git a/wwwjuba/app-assets/css/pages/invoice.min.css b/wwwjuba/app-assets/css/pages/invoice.min.css new file mode 100644 index 0000000..66d2e64 --- /dev/null +++ b/wwwjuba/app-assets/css/pages/invoice.min.css @@ -0,0 +1 @@ +.invoice-page{padding:2.2rem}.invoice-page .company-contact i,.invoice-page .recipient-contact i{position:relative;top:2px;padding-right:.2rem}.invoice-page .company-contact p,.invoice-page .company-info p,.invoice-page .recipient-contact p,.invoice-page .recipient-info p{line-height:2;margin-bottom:0}.invoice-page .invoice-items-table table,.invoice-page .invoice-total-table table{border:2px solid #f8f8f8} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/pages/knowledge-base.css b/wwwjuba/app-assets/css/pages/knowledge-base.css new file mode 100644 index 0000000..18b7d42 --- /dev/null +++ b/wwwjuba/app-assets/css/pages/knowledge-base.css @@ -0,0 +1,57 @@ +/*======================================================== + DARK LAYOUT +=========================================================*/ +.knowledge-base-bg +{ + background: url(../../../app-assets/images/pages/knowledge-base-cover.jpg) no-repeat; + -webkit-background-size: cover; + background-size: cover; +} + +.knowledge-base-category .list-group-item, +.knowledge-base-question .list-group-item +{ + padding: .5rem 0; +} +.knowledge-base-category .list-group-item:hover, +.knowledge-base-question .list-group-item:hover +{ + background-color: transparent; +} + +.article-question li +{ + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + + margin-bottom: .5rem; +} + +.article-question i +{ + font-size: 1.2rem; + + position: relative; + top: 2px; + + margin: 0 .5rem; +} + +@media only screen and (min-width: 992px) +{ + .knowledge-base-bg .card-body + { + padding: 8rem !important; + } +} + +@media only screen and (min-width: 768px) and (max-width: 991px) +{ + .knowledge-base-bg .card-body + { + padding: 6rem !important; + } +} diff --git a/wwwjuba/app-assets/css/pages/knowledge-base.min.css b/wwwjuba/app-assets/css/pages/knowledge-base.min.css new file mode 100644 index 0000000..b8e1b74 --- /dev/null +++ b/wwwjuba/app-assets/css/pages/knowledge-base.min.css @@ -0,0 +1 @@ +.knowledge-base-bg{background:url(../../../app-assets/images/pages/knowledge-base-cover.jpg) no-repeat;-webkit-background-size:cover;background-size:cover}.knowledge-base-category .list-group-item,.knowledge-base-question .list-group-item{padding:.5rem 0}.knowledge-base-category .list-group-item:hover,.knowledge-base-question .list-group-item:hover{background-color:transparent}.article-question li{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin-bottom:.5rem}.article-question i{font-size:1.2rem;position:relative;top:2px;margin:0 .5rem}@media only screen and (min-width:992px){.knowledge-base-bg .card-body{padding:8rem!important}}@media only screen and (min-width:768px) and (max-width:991px){.knowledge-base-bg .card-body{padding:6rem!important}} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/pages/register.css b/wwwjuba/app-assets/css/pages/register.css new file mode 100644 index 0000000..e69de29 diff --git a/wwwjuba/app-assets/css/pages/register.min.css b/wwwjuba/app-assets/css/pages/register.min.css new file mode 100644 index 0000000..e69de29 diff --git a/wwwjuba/app-assets/css/pages/search.css b/wwwjuba/app-assets/css/pages/search.css new file mode 100644 index 0000000..ffe4e48 --- /dev/null +++ b/wwwjuba/app-assets/css/pages/search.css @@ -0,0 +1,66 @@ +/*======================================================== + DARK LAYOUT +=========================================================*/ +#search-results .media-list .media +{ + padding: .5rem 1rem; +} + +#search-results .media-list .media-body .list-inline i +{ + font-size: 1.2rem; +} + +.search-menu .search-filter, +.search-menu .dropdown-toggle +{ + padding: .55rem 1rem !important; + + cursor: pointer; + + background-color: #fff; + -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08); + box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08); +} + +.search-menu .dropdown-toggle +{ + border-radius: 1.5rem !important; +} +.search-menu .dropdown-toggle::after +{ + display: none; +} + +.search-result-info .btn.dropdown-toggle::after +{ + left: 0; +} + +@media only screen and (min-width: 577px) +{ + #search-results li.media .media-object + { + width: 100px; + } + #search-results li.media iframe + { + width: 100px; + height: 65px; + } +} + +@media only screen and (max-width: 576px) +{ + #search-results li.media .media-left + { + width: 100%; + } + #search-results li.media .media-left img, + #search-results li.media .media-left iframe + { + width: 100%; + + text-align: center; + } +} diff --git a/wwwjuba/app-assets/css/pages/search.min.css b/wwwjuba/app-assets/css/pages/search.min.css new file mode 100644 index 0000000..2b75ee7 --- /dev/null +++ b/wwwjuba/app-assets/css/pages/search.min.css @@ -0,0 +1 @@ +#search-results .media-list .media{padding:.5rem 1rem}#search-results .media-list .media-body .list-inline i{font-size:1.2rem}.search-menu .dropdown-toggle,.search-menu .search-filter{padding:.55rem 1rem!important;cursor:pointer;background-color:#fff;-webkit-box-shadow:0 15px 30px 0 rgba(0,0,0,.11),0 5px 15px 0 rgba(0,0,0,.08);box-shadow:0 15px 30px 0 rgba(0,0,0,.11),0 5px 15px 0 rgba(0,0,0,.08)}.search-menu .dropdown-toggle{border-radius:1.5rem!important}.search-menu .dropdown-toggle::after{display:none}.search-result-info .btn.dropdown-toggle::after{left:0}@media only screen and (min-width:577px){#search-results li.media .media-object{width:100px}#search-results li.media iframe{width:100px;height:65px}}@media only screen and (max-width:576px){#search-results li.media .media-left{width:100%}#search-results li.media .media-left iframe,#search-results li.media .media-left img{width:100%;text-align:center}} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/pages/timeline.css b/wwwjuba/app-assets/css/pages/timeline.css new file mode 100644 index 0000000..8fca76c --- /dev/null +++ b/wwwjuba/app-assets/css/pages/timeline.css @@ -0,0 +1,1234 @@ +/*======================================================== + DARK LAYOUT +=========================================================*/ +/* Timeline */ +.timeline +{ + position: relative; + + display: block; + + margin: 0; + padding: 10px 0; + + list-style: none; +} +.timeline:after +{ + display: table; + clear: both; + + content: ' '; +} +.timeline:before +{ + display: table; + + content: ' '; +} +.timeline > li +{ + list-style: none; +} +.timeline > li:nth-child(even) +{ + float: left; + clear: left; +} +.timeline > li:nth-child(odd) +{ + float: right; + clear: right; +} +.timeline .media +{ + font-size: 13px; + + border-bottom: 1px solid #eee; +} +.timeline .media p +{ + font-size: 13px; +} +.timeline .media:last-child +{ + border-bottom: 0; +} + +.timeline-line + .timeline-item +{ + margin-top: -20px; +} + +.timeline-group +{ + position: relative; + z-index: 1; + + display: block; + float: none !important; + + margin: 20px 0; + + text-align: center; +} + +.timeline-poster +{ + margin-top: -20px; +} +.timeline-poster .btn-link +{ + color: #a1aab0; +} +.timeline-poster .btn-link:active +{ + color: #3e5771; +} +.timeline-poster .btn-link:focus +{ + color: #3e5771; +} +.timeline-poster .btn-link:hover +{ + color: #3e5771; +} +.timeline-poster .btn-link.active +{ + color: #3e5771; +} + +#timeline.timeline-center .timeline-line +{ + position: absolute; + top: 0; + bottom: 0; + left: 50%; + + display: inline-block; + + width: 2px; + + -webkit-transform: translate(-50%, 0); + -moz-transform: translate(-50%, 0); + -ms-transform: translate(-50%, 0); + -o-transform: translate(-50%, 0); + transform: translate(-50%, 0); + + background-color: #ddd; +} + +#timeline.timeline-center .timeline-item +{ + position: relative; + + display: inline-block; + + width: 50%; + padding: 0 50px 35px; +} +#timeline.timeline-center .timeline-item:nth-child(even) +{ + padding: 0 35px 50px 0; +} +#timeline.timeline-center .timeline-item:nth-child(even):after +{ + position: absolute; + z-index: 1; + top: 10px; + top: 20px; + right: 19px; + right: 25px; + + width: 0; + height: 0; + + content: ''; + + border-top: 12px solid transparent; + border-bottom: 12px solid transparent; + border-left: 12px solid #ccc; + border-left: 11px solid #fff; +} +#timeline.timeline-center .timeline-item:nth-child(even):before +{ + position: absolute; + z-index: 1; + top: 20px; + right: 24px; + + width: 0; + height: 0; + + content: ''; + + border-top: 12px solid transparent; + border-bottom: 12px solid transparent; + border-left: 12px solid #ccc; +} +#timeline.timeline-center .timeline-item:nth-child(even) > .timeline-badge +{ + right: -20px; +} +#timeline.timeline-center .timeline-item:nth-child(odd) +{ + padding: 0 0 50px 35px; +} +#timeline.timeline-center .timeline-item:nth-child(odd):after +{ + position: absolute; + z-index: 1; + top: 10px; + top: 20px; + left: 19px; + left: 25px; + + width: 0; + height: 0; + + content: ''; + + border-top: 12px solid transparent; + border-right: 12px solid #ccc; + border-right: 11px solid #fff; + border-bottom: 12px solid transparent; +} +#timeline.timeline-center .timeline-item:nth-child(odd):before +{ + position: absolute; + z-index: 1; + top: 20px; + left: 24px; + + width: 0; + height: 0; + + content: ''; + + border-top: 12px solid transparent; + border-right: 12px solid #ccc; + border-bottom: 12px solid transparent; +} +#timeline.timeline-center .timeline-item:nth-child(odd) > .timeline-badge +{ + left: -20px; +} +#timeline.timeline-center .timeline-item > .timeline-badge +{ + position: absolute; + z-index: 1; + top: 12px; +} +#timeline.timeline-center .timeline-item > .timeline-badge > span +{ + display: inline-block; + + width: 40px; + height: 40px; + + -webkit-transition: all ease .3s; + -moz-transition: all ease .3s; + -o-transition: all ease .3s; + transition: all ease .3s; + text-align: center; + text-decoration: none; + + border-radius: 50%; +} +#timeline.timeline-center .timeline-item > .timeline-badge > span i +{ + font-size: 1.6rem; + line-height: 40px; + + top: 0; + + display: block; + + color: #fff; +} +#timeline.timeline-center .timeline-item > .timeline-badge > span:active +{ + -webkit-transform: scale(1.1); + -moz-transform: scale(1.1); + -ms-transform: scale(1.1); + -o-transform: scale(1.1); + transform: scale(1.1); +} +#timeline.timeline-center .timeline-item > .timeline-badge > span:focus +{ + -webkit-transform: scale(1.1); + -moz-transform: scale(1.1); + -ms-transform: scale(1.1); + -o-transform: scale(1.1); + transform: scale(1.1); +} +#timeline.timeline-center .timeline-item > .timeline-badge > span:hover +{ + -webkit-transform: scale(1.1); + -moz-transform: scale(1.1); + -ms-transform: scale(1.1); + -o-transform: scale(1.1); + transform: scale(1.1); +} +#timeline.timeline-center .timeline-item > .timeline-badge > a.active +{ + -webkit-transform: scale(1.1); + -moz-transform: scale(1.1); + -ms-transform: scale(1.1); + -o-transform: scale(1.1); + transform: scale(1.1); +} +#timeline.timeline-center .timeline-item > .timeline-panel +{ + position: relative; + + border: 1px solid #ddd; + border-radius: 4px; + background-color: #fff; +} +#timeline.timeline-center .timeline-item > .timeline-panel:hover .timeline-actions +{ + display: block; +} + +#timeline.timeline-right .timeline-line +{ + position: absolute; + top: 0; + right: 12px; + bottom: 0; + + display: inline-block; + + width: 2px; + + -webkit-transform: translate(-50%, 0); + -moz-transform: translate(-50%, 0); + -ms-transform: translate(-50%, 0); + -o-transform: translate(-50%, 0); + transform: translate(-50%, 0); + + background-color: #ddd; +} + +#timeline.timeline-right .timeline-group +{ + text-align: right; +} + +#timeline.timeline-right .timeline-item +{ + position: relative; + + display: inline-block; + + width: 100%; + padding: 0 43px 35px 0; +} +#timeline.timeline-right .timeline-item:after +{ + position: absolute; + z-index: 1; + top: 21px; + right: 33px; + + width: 0; + height: 0; + + content: ''; + + border-top: 11px solid #f8f8f8; + border-bottom: 11px solid #f8f8f8; + border-left: 11px solid #fff; +} +#timeline.timeline-right .timeline-item:before +{ + position: absolute; + z-index: 1; + top: 20px; + right: 32px; + + width: 0; + height: 0; + + content: ''; + + border-top: 12px solid transparent; + border-bottom: 12px solid transparent; + border-left: 12px solid #ccc; +} +#timeline.timeline-right .timeline-item > .timeline-badge +{ + right: -8px; +} +#timeline.timeline-right .timeline-item > .timeline-badge +{ + position: absolute; + z-index: 1; + top: 12px; +} +#timeline.timeline-right .timeline-item > .timeline-badge > span +{ + display: inline-block; + + width: 40px; + height: 40px; + + -webkit-transition: all ease .3s; + -moz-transition: all ease .3s; + -o-transition: all ease .3s; + transition: all ease .3s; + text-align: center; + text-decoration: none; + + border-radius: 50%; +} +#timeline.timeline-right .timeline-item > .timeline-badge > span i +{ + font-size: 1.6rem; + line-height: 40px; + + top: 0; + + display: block; + + color: #fff; +} +#timeline.timeline-right .timeline-item > .timeline-badge > span:active +{ + -webkit-transform: scale(1.1); + -moz-transform: scale(1.1); + -ms-transform: scale(1.1); + -o-transform: scale(1.1); + transform: scale(1.1); +} +#timeline.timeline-right .timeline-item > .timeline-badge > span:focus +{ + -webkit-transform: scale(1.1); + -moz-transform: scale(1.1); + -ms-transform: scale(1.1); + -o-transform: scale(1.1); + transform: scale(1.1); +} +#timeline.timeline-right .timeline-item > .timeline-badge > span:hover +{ + -webkit-transform: scale(1.1); + -moz-transform: scale(1.1); + -ms-transform: scale(1.1); + -o-transform: scale(1.1); + transform: scale(1.1); +} +#timeline.timeline-right .timeline-item > .timeline-badge > a.active +{ + -webkit-transform: scale(1.1); + -moz-transform: scale(1.1); + -ms-transform: scale(1.1); + -o-transform: scale(1.1); + transform: scale(1.1); +} +#timeline.timeline-right .timeline-item > .timeline-panel +{ + position: relative; + + border: 1px solid #ddd; + border-radius: 4px; + background-color: #fff; +} +#timeline.timeline-right .timeline-item > .timeline-panel:hover .timeline-actions +{ + display: block; +} + +#timeline.timeline-right .timeline-item.block:nth-child(even):before +{ + right: 8px; + left: auto; +} + +#timeline.timeline-right .timeline-item.block:nth-child(even):after +{ + right: 11px; + left: auto; +} + +#timeline.timeline-right .timeline-item.block:nth-child(odd):after +{ + right: 8px; + right: auto; +} + +#timeline.timeline-left .timeline-line +{ + position: absolute; + top: 0; + bottom: 0; + left: 12px; + + display: inline-block; + + width: 2px; + + -webkit-transform: translate(-50%, 0); + -moz-transform: translate(-50%, 0); + -ms-transform: translate(-50%, 0); + -o-transform: translate(-50%, 0); + transform: translate(-50%, 0); + + background-color: #ddd; +} + +#timeline.timeline-left .timeline-group +{ + text-align: left; +} + +#timeline.timeline-left .timeline-item +{ + position: relative; + + display: inline-block; + + width: 100%; + padding: 0 0 35px 43px; +} +#timeline.timeline-left .timeline-item:after +{ + position: absolute; + z-index: 1; + top: 21px; + left: 33px; + + width: 0; + height: 0; + + content: ''; + + border-top: 11px solid #f8f8f8; + border-right: 11px solid #fff; + border-bottom: 11px solid #f8f8f8; +} +#timeline.timeline-left .timeline-item:before +{ + position: absolute; + z-index: 1; + top: 20px; + left: 32px; + + width: 0; + height: 0; + + content: ''; + + border-top: 12px solid transparent; + border-right: 12px solid #ccc; + border-bottom: 12px solid transparent; +} +#timeline.timeline-left .timeline-item > .timeline-badge +{ + left: -8px; +} +#timeline.timeline-left .timeline-item > .timeline-badge +{ + position: absolute; + z-index: 1; + top: 12px; +} +#timeline.timeline-left .timeline-item > .timeline-badge > span +{ + display: inline-block; + + width: 40px; + height: 40px; + + -webkit-transition: all ease .3s; + -moz-transition: all ease .3s; + -o-transition: all ease .3s; + transition: all ease .3s; + text-align: center; + text-decoration: none; + + border-radius: 50%; +} +#timeline.timeline-left .timeline-item > .timeline-badge > span i +{ + font-size: 1.6rem; + line-height: 40px; + + top: 0; + + display: block; + + color: #fff; +} +#timeline.timeline-left .timeline-item > .timeline-badge > span:active +{ + -webkit-transform: scale(1.1); + -moz-transform: scale(1.1); + -ms-transform: scale(1.1); + -o-transform: scale(1.1); + transform: scale(1.1); +} +#timeline.timeline-left .timeline-item > .timeline-badge > span:focus +{ + -webkit-transform: scale(1.1); + -moz-transform: scale(1.1); + -ms-transform: scale(1.1); + -o-transform: scale(1.1); + transform: scale(1.1); +} +#timeline.timeline-left .timeline-item > .timeline-badge > span:hover +{ + -webkit-transform: scale(1.1); + -moz-transform: scale(1.1); + -ms-transform: scale(1.1); + -o-transform: scale(1.1); + transform: scale(1.1); +} +#timeline.timeline-left .timeline-item > .timeline-badge > a.active +{ + -webkit-transform: scale(1.1); + -moz-transform: scale(1.1); + -ms-transform: scale(1.1); + -o-transform: scale(1.1); + transform: scale(1.1); +} +#timeline.timeline-left .timeline-item > .timeline-panel +{ + position: relative; + + border: 1px solid #ddd; + border-radius: 4px; + background-color: #fff; +} +#timeline.timeline-left .timeline-item > .timeline-panel:hover .timeline-actions +{ + display: block; +} + +#timeline .timeline-item.block:nth-child(even) +{ + width: 100% !important; + margin-top: 5px; +} +#timeline .timeline-item.block:nth-child(even):after +{ + top: -11px; + top: -10px; + right: auto; + left: 50%; + + -webkit-transform: translate(-50%, 0); + -moz-transform: translate(-50%, 0); + -ms-transform: translate(-50%, 0); + -o-transform: translate(-50%, 0); + transform: translate(-50%, 0); + + border: 0; + border: 0; + border-right: 12px solid transparent; + border-right: 11px solid #f8f8f8; + border-bottom: 12px solid #ccc; + border-bottom: 11px solid #fff; + border-left: 12px solid transparent; + border-left: 11px solid #f8f8f8; +} +#timeline .timeline-item.block:nth-child(even):before +{ + top: -11px; + right: auto; + left: 50%; + + -webkit-transform: translate(-50%, 0); + -moz-transform: translate(-50%, 0); + -ms-transform: translate(-50%, 0); + -o-transform: translate(-50%, 0); + transform: translate(-50%, 0); + + border: 0; + border-right: 12px solid transparent; + border-bottom: 12px solid #ccc; + border-left: 12px solid transparent; +} +#timeline .timeline-item.block:nth-child(even) > .timeline-badge +{ + top: -28px; + right: auto; + left: 50%; + + -webkit-transform: translate(-50%, 0); + -moz-transform: translate(-50%, 0); + -ms-transform: translate(-50%, 0); + -o-transform: translate(-50%, 0); + transform: translate(-50%, 0); +} + +#timeline .timeline-item.block:nth-child(odd) +{ + width: 100% !important; + margin-top: 5px; +} +#timeline .timeline-item.block:nth-child(odd):after +{ + top: -11px; + top: -10px; + right: auto; + left: 50%; + + -webkit-transform: translate(-50%, 0); + -moz-transform: translate(-50%, 0); + -ms-transform: translate(-50%, 0); + -o-transform: translate(-50%, 0); + transform: translate(-50%, 0); + + border: 0; + border: 0; + border-right: 12px solid transparent; + border-right: 11px solid #f8f8f8; + border-bottom: 12px solid #ccc; + border-bottom: 11px solid #fff; + border-left: 12px solid transparent; + border-left: 11px solid #f8f8f8; +} +#timeline .timeline-item.block:nth-child(odd):before +{ + top: -11px; + right: auto; + left: 50%; + + -webkit-transform: translate(-50%, 0); + -moz-transform: translate(-50%, 0); + -ms-transform: translate(-50%, 0); + -o-transform: translate(-50%, 0); + transform: translate(-50%, 0); + + border: 0; + border-right: 12px solid transparent; + border-bottom: 12px solid #ccc; + border-left: 12px solid transparent; +} +#timeline .timeline-item.block:nth-child(odd) > .timeline-badge +{ + top: -28px; + right: auto; + left: 50%; + + -webkit-transform: translate(-50%, 0); + -moz-transform: translate(-50%, 0); + -ms-transform: translate(-50%, 0); + -o-transform: translate(-50%, 0); + transform: translate(-50%, 0); +} + +.timeline-actions +{ + display: none; +} + +.timeline-content +{ + padding: 15px; +} + +.timeline-footer +{ + padding: 15px; + + border-top: 1px solid #eee; + border-radius: 0 0 5px 5px; + background-color: #fbfcfc; +} + +.timeline-heading +{ + font-size: 20px; + + padding: 15px; +} + +.timeline-liveliness +{ + padding: 15px; + + border-top: 1px solid #eee; + background-color: #fbfcfc; +} + +.timeline-heading + .timeline-content +{ + padding-top: 0; +} + +.timeline-date +{ + font-size: 14px; + + color: #aaa; +} + +.timeline-embed +{ + position: relative; + + height: 0; + padding-top: 25px; + padding-bottom: 56.25%; +} +.timeline-embed .embed-element +{ + position: absolute; + top: 0; + left: 0; + + width: 100%; + height: 100%; +} +.timeline-embed embed +{ + position: absolute; + top: 0; + left: 0; + + width: 100%; + height: 100%; +} +.timeline-embed iframe +{ + position: absolute; + top: 0; + left: 0; + + width: 100%; + height: 100%; +} +.timeline-embed object +{ + position: absolute; + top: 0; + left: 0; + + width: 100%; + height: 100%; +} + +.timeline-img +{ + display: block; + + padding: 5px 0; +} + +.timeline-img.first +{ + margin-right: -10px; +} + +.timeline-img.middle +{ + margin-right: -10px; + margin-left: -10px; +} + +.timeline-img.last +{ + margin-left: -10px; +} + +.timeline-resume +{ + border-top: 1px solid #eee; + background-color: #fbfcfc; +} + +.timeline-avatar +{ + margin-top: -2px; + margin-right: 10px; +} + +.timeline-title +{ + font-size: 14px; + font-weight: 600; + line-height: 1.42857; + + margin: 0; + padding: 0; + + text-decoration: none; + + color: #3e5771; +} +.timeline-title > small +{ + font-size: 12px; + line-height: 1.5; + + display: block; + overflow: hidden; + + white-space: nowrap; + text-overflow: ellipsis; + + color: #a1aab0; +} + +.wrapkit-content-rtl .timeline-avatar +{ + margin-right: 0; + margin-left: 10px; +} + +@media (min-width: 992px) +{ + .timeline-item:nth-child(even) + { + padding: 0 35px 50px 0; + } + .timeline-item:nth-child(odd) + { + padding: 0 0 50px 35px; + } +} + +@media (max-width: 991.98px) +{ + .timeline + { + padding-left: 15px; + } + .timeline-line + { + left: 15px; + } + .timeline-group + { + display: inline-block; + + margin-left: -22px; + } + .timeline-item + { + width: 100% !important; + margin-top: 0 !important; + padding-right: 10px; + } + .timeline-item:nth-child(even):after + { + top: 10px; + top: 21px; + left: 19px; + left: 40px; + + -webkit-transform: translate(0, 0); + -moz-transform: translate(0, 0); + -ms-transform: translate(0, 0); + -o-transform: translate(0, 0); + transform: translate(0, 0); + + border: 0; + border-top: 12px solid transparent; + border-top: 11px solid #f8f8f8; + border-right: 12px solid #ccc; + border-right: 11px solid #fff; + border-bottom: 12px solid transparent; + border-bottom: 11px solid #f8f8f8; + } + .timeline-item:nth-child(even):before + { + top: 20px; + left: 39px; + + -webkit-transform: translate(0, 0); + -moz-transform: translate(0, 0); + -ms-transform: translate(0, 0); + -o-transform: translate(0, 0); + transform: translate(0, 0); + + border: 0; + border-top: 12px solid transparent; + border-right: 12px solid #ccc; + border-bottom: 12px solid transparent; + } + .timeline-item:nth-child(even) > .timeline-badge + { + top: 12px; + right: auto; + left: -20px; + + -webkit-transform: translate(0, 0); + -moz-transform: translate(0, 0); + -ms-transform: translate(0, 0); + -o-transform: translate(0, 0); + transform: translate(0, 0); + } + .timeline-item:nth-child(odd):after + { + top: 10px; + top: 21px; + left: 19px; + left: 40px; + + -webkit-transform: translate(0, 0); + -moz-transform: translate(0, 0); + -ms-transform: translate(0, 0); + -o-transform: translate(0, 0); + transform: translate(0, 0); + + border: 0; + border-top: 12px solid transparent; + border-top: 11px solid #f8f8f8; + border-right: 12px solid #ccc; + border-right: 11px solid #fff; + border-bottom: 12px solid transparent; + border-bottom: 11px solid #f8f8f8; + } + .timeline-item:nth-child(odd):before + { + top: 20px; + left: 39px; + + -webkit-transform: translate(0, 0); + -moz-transform: translate(0, 0); + -ms-transform: translate(0, 0); + -o-transform: translate(0, 0); + transform: translate(0, 0); + + border: 0; + border-top: 12px solid transparent; + border-right: 12px solid #ccc; + border-bottom: 12px solid transparent; + } + .timeline-item:nth-child(odd) > .timeline-badge + { + top: 12px; + right: auto; + left: -20px; + + -webkit-transform: translate(0, 0); + -moz-transform: translate(0, 0); + -ms-transform: translate(0, 0); + -o-transform: translate(0, 0); + transform: translate(0, 0); + } + .timeline-item.block:nth-child(even) + { + padding-bottom: 0; + } + .timeline-item.block:nth-child(even):after + { + top: 10px; + top: 11px; + left: 19px; + left: 20px; + + -webkit-transform: translate(0, 0); + -moz-transform: translate(0, 0); + -ms-transform: translate(0, 0); + -o-transform: translate(0, 0); + transform: translate(0, 0); + + border: 0; + border-top: 12px solid transparent; + border-top: 11px solid #f8f8f8; + border-right: 12px solid #ccc; + border-right: 11px solid #fff; + border-bottom: 12px solid transparent; + border-bottom: 11px solid #f8f8f8; + } + .timeline-item.block:nth-child(even):before + { + top: 10px; + left: 19px; + + -webkit-transform: translate(0, 0); + -moz-transform: translate(0, 0); + -ms-transform: translate(0, 0); + -o-transform: translate(0, 0); + transform: translate(0, 0); + + border: 0; + border-top: 12px solid transparent; + border-right: 12px solid #ccc; + border-bottom: 12px solid transparent; + } + .timeline-item.block:nth-child(even) > .timeline-badge + { + top: 12px; + right: auto; + left: -6px; + + -webkit-transform: translate(0, 0); + -moz-transform: translate(0, 0); + -ms-transform: translate(0, 0); + -o-transform: translate(0, 0); + transform: translate(0, 0); + } + .timeline-item.block:nth-child(odd) + { + padding-bottom: 0; + } + .timeline-item.block:nth-child(odd):after + { + top: 10px; + top: 11px; + left: 19px; + left: 20px; + + -webkit-transform: translate(0, 0); + -moz-transform: translate(0, 0); + -ms-transform: translate(0, 0); + -o-transform: translate(0, 0); + transform: translate(0, 0); + + border: 0; + border-top: 12px solid transparent; + border-top: 11px solid #f8f8f8; + border-right: 12px solid #ccc; + border-right: 11px solid #fff; + border-bottom: 12px solid transparent; + border-bottom: 11px solid #f8f8f8; + } + .timeline-item.block:nth-child(odd):before + { + top: 10px; + left: 19px; + + -webkit-transform: translate(0, 0); + -moz-transform: translate(0, 0); + -ms-transform: translate(0, 0); + -o-transform: translate(0, 0); + transform: translate(0, 0); + + border: 0; + border-top: 12px solid transparent; + border-right: 12px solid #ccc; + border-bottom: 12px solid transparent; + } + .timeline-item.block:nth-child(odd) > .timeline-badge + { + top: 12px; + right: auto; + left: -6px; + + -webkit-transform: translate(0, 0); + -moz-transform: translate(0, 0); + -ms-transform: translate(0, 0); + -o-transform: translate(0, 0); + transform: translate(0, 0); + } +} + +@media (max-width: 991.98px) +{ + #timeline.timeline-wrapper .timeline + { + padding: 0; + } + #timeline.timeline-wrapper .timeline .card-body + { + text-align: left; + } + #timeline.timeline-wrapper .timeline-line + { + position: absolute; + top: 0; + bottom: 0; + left: 50%; + + display: inline-block; + + width: 2px; + + -webkit-transform: translate(-50%, 0); + -moz-transform: translate(-50%, 0); + -ms-transform: translate(-50%, 0); + -o-transform: translate(-50%, 0); + transform: translate(-50%, 0); + + background-color: #ddd; + } + #timeline.timeline-wrapper .timeline-group + { + display: block; + + margin-left: -6px; + + text-align: center; + } + #timeline.timeline-wrapper .timeline-item + { + display: block; + + padding: 20px 0 20px !important; + } + #timeline.timeline-wrapper .timeline-item:nth-child(even) + { + float: none; + clear: both; + } + #timeline.timeline-wrapper .timeline-item:nth-child(even):after + { + display: none; + } + #timeline.timeline-wrapper .timeline-item:nth-child(even):before + { + display: none; + } + #timeline.timeline-wrapper .timeline-item:nth-child(odd) + { + float: none; + clear: both; + } + #timeline.timeline-wrapper .timeline-item:nth-child(odd):after + { + display: none; + } + #timeline.timeline-wrapper .timeline-item:nth-child(odd):before + { + display: none; + } + #timeline.timeline-wrapper .timeline-item > .timeline-badge + { + top: 0 !important; + left: 45% !important; + } + #timeline.timeline-wrapper .timeline-item.block:nth-child(even) + { + float: none; + clear: both; + } + #timeline.timeline-wrapper .timeline-item.block:nth-child(even):after + { + display: none; + } + #timeline.timeline-wrapper .timeline-item.block:nth-child(even):before + { + display: none; + } + #timeline.timeline-wrapper .timeline-item.block:nth-child(odd) + { + float: none; + clear: both; + } + #timeline.timeline-wrapper .timeline-item.block:nth-child(odd):after + { + display: none; + } + #timeline.timeline-wrapper .timeline-item.block:nth-child(odd):before + { + display: none; + } + #timeline.timeline-wrapper .timeline-item.timeline-poster > .timeline-badge + { + display: none; + } +} + +@media (max-width: 575.98px) +{ + .timeline-item > .timeline-badge + { + top: 0 !important; + left: 44% !important; + } +} diff --git a/wwwjuba/app-assets/css/pages/timeline.min.css b/wwwjuba/app-assets/css/pages/timeline.min.css new file mode 100644 index 0000000..d6a0a25 --- /dev/null +++ b/wwwjuba/app-assets/css/pages/timeline.min.css @@ -0,0 +1 @@ +.timeline,.timeline>li{list-style:none}.timeline{position:relative;display:block;margin:0;padding:10px 0}.timeline:after,.timeline:before{display:table;content:' '}.timeline:after{clear:both}.timeline>li:nth-child(even){float:left;clear:left}.timeline>li:nth-child(odd){float:right;clear:right}.timeline .media{font-size:13px;border-bottom:1px solid #eee}.timeline .media p{font-size:13px}.timeline .media:last-child{border-bottom:0}.timeline-line+.timeline-item{margin-top:-20px}.timeline-group{position:relative;z-index:1;display:block;float:none!important;margin:20px 0;text-align:center}.timeline-poster{margin-top:-20px}.timeline-poster .btn-link{color:#a1aab0}.timeline-poster .btn-link.active,.timeline-poster .btn-link:active,.timeline-poster .btn-link:focus,.timeline-poster .btn-link:hover{color:#3e5771}#timeline.timeline-center .timeline-line{position:absolute;top:0;bottom:0;left:50%;display:inline-block;width:2px;-webkit-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);-o-transform:translate(-50%,0);transform:translate(-50%,0);background-color:#ddd}#timeline.timeline-center .timeline-item{position:relative;display:inline-block;width:50%;padding:0 50px 35px}#timeline.timeline-center .timeline-item:nth-child(even):after,#timeline.timeline-center .timeline-item:nth-child(even):before,#timeline.timeline-center .timeline-item:nth-child(odd):after,#timeline.timeline-center .timeline-item:nth-child(odd):before{width:0;height:0;border-top:12px solid transparent;border-bottom:12px solid transparent;position:absolute;content:'';z-index:1}#timeline.timeline-center .timeline-item:nth-child(even){padding:0 35px 50px 0}#timeline.timeline-center .timeline-item:nth-child(even):after{top:10px;top:20px;right:19px;right:25px;border-left:12px solid #ccc;border-left:11px solid #fff}#timeline.timeline-center .timeline-item:nth-child(even):before{top:20px;right:24px;border-left:12px solid #ccc}#timeline.timeline-center .timeline-item:nth-child(even)>.timeline-badge{right:-20px}#timeline.timeline-center .timeline-item:nth-child(odd){padding:0 0 50px 35px}#timeline.timeline-center .timeline-item:nth-child(odd):after{top:10px;top:20px;left:19px;left:25px;border-right:12px solid #ccc;border-right:11px solid #fff}#timeline.timeline-center .timeline-item:nth-child(odd):before{top:20px;left:24px;border-right:12px solid #ccc}#timeline.timeline-center .timeline-item:nth-child(odd)>.timeline-badge{left:-20px}#timeline.timeline-center .timeline-item>.timeline-badge{position:absolute;z-index:1;top:12px}#timeline.timeline-center .timeline-item>.timeline-badge>span{display:inline-block;width:40px;height:40px;-webkit-transition:all ease .3s;-moz-transition:all ease .3s;-o-transition:all ease .3s;transition:all ease .3s;text-align:center;text-decoration:none;border-radius:50%}#timeline.timeline-center .timeline-item>.timeline-badge>span i{font-size:1.6rem;line-height:40px;top:0;display:block;color:#fff}#timeline.timeline-center .timeline-item>.timeline-badge>a.active,#timeline.timeline-center .timeline-item>.timeline-badge>span:active,#timeline.timeline-center .timeline-item>.timeline-badge>span:focus,#timeline.timeline-center .timeline-item>.timeline-badge>span:hover{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}#timeline.timeline-center .timeline-item>.timeline-panel{position:relative;border:1px solid #ddd;border-radius:4px;background-color:#fff}#timeline.timeline-center .timeline-item>.timeline-panel:hover .timeline-actions{display:block}#timeline.timeline-right .timeline-line{position:absolute;top:0;right:12px;bottom:0;display:inline-block;width:2px;-webkit-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);-o-transform:translate(-50%,0);transform:translate(-50%,0);background-color:#ddd}#timeline.timeline-right .timeline-group{text-align:right}#timeline.timeline-right .timeline-item{position:relative;display:inline-block;width:100%;padding:0 43px 35px 0}#timeline.timeline-right .timeline-item:after{position:absolute;z-index:1;top:21px;right:33px;width:0;height:0;content:'';border-top:11px solid #f8f8f8;border-bottom:11px solid #f8f8f8;border-left:11px solid #fff}#timeline.timeline-right .timeline-item:before{position:absolute;z-index:1;top:20px;right:32px;width:0;height:0;content:'';border-top:12px solid transparent;border-bottom:12px solid transparent;border-left:12px solid #ccc}#timeline.timeline-right .timeline-item>.timeline-badge{right:-8px;position:absolute;z-index:1;top:12px}#timeline.timeline-right .timeline-item>.timeline-badge>span{display:inline-block;width:40px;height:40px;-webkit-transition:all ease .3s;-moz-transition:all ease .3s;-o-transition:all ease .3s;transition:all ease .3s;text-align:center;text-decoration:none;border-radius:50%}#timeline.timeline-right .timeline-item>.timeline-badge>span i{font-size:1.6rem;line-height:40px;top:0;display:block;color:#fff}#timeline.timeline-right .timeline-item>.timeline-badge>a.active,#timeline.timeline-right .timeline-item>.timeline-badge>span:active,#timeline.timeline-right .timeline-item>.timeline-badge>span:focus,#timeline.timeline-right .timeline-item>.timeline-badge>span:hover{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}#timeline .timeline-item.block:nth-child(even):after,#timeline.timeline-left .timeline-line{-webkit-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);-o-transform:translate(-50%,0)}#timeline.timeline-right .timeline-item>.timeline-panel{position:relative;border:1px solid #ddd;border-radius:4px;background-color:#fff}#timeline.timeline-right .timeline-item>.timeline-panel:hover .timeline-actions{display:block}#timeline.timeline-right .timeline-item.block:nth-child(even):before{right:8px;left:auto}#timeline.timeline-right .timeline-item.block:nth-child(even):after{right:11px;left:auto}#timeline.timeline-right .timeline-item.block:nth-child(odd):after{right:8px;right:auto}#timeline.timeline-left .timeline-line{position:absolute;top:0;bottom:0;left:12px;display:inline-block;width:2px;transform:translate(-50%,0);background-color:#ddd}#timeline.timeline-left .timeline-group{text-align:left}#timeline.timeline-left .timeline-item{position:relative;display:inline-block;width:100%;padding:0 0 35px 43px}.timeline-content,.timeline-footer,.timeline-liveliness{padding:15px}#timeline.timeline-left .timeline-item:after{position:absolute;z-index:1;top:21px;left:33px;width:0;height:0;content:'';border-top:11px solid #f8f8f8;border-right:11px solid #fff;border-bottom:11px solid #f8f8f8}#timeline.timeline-left .timeline-item:before{position:absolute;z-index:1;top:20px;left:32px;width:0;height:0;content:'';border-top:12px solid transparent;border-right:12px solid #ccc;border-bottom:12px solid transparent}#timeline.timeline-left .timeline-item>.timeline-badge{left:-8px;position:absolute;z-index:1;top:12px}#timeline.timeline-left .timeline-item>.timeline-badge>span{display:inline-block;width:40px;height:40px;-webkit-transition:all ease .3s;-moz-transition:all ease .3s;-o-transition:all ease .3s;transition:all ease .3s;text-align:center;text-decoration:none;border-radius:50%}#timeline .timeline-item.block:nth-child(even),#timeline .timeline-item.block:nth-child(odd){width:100%!important;margin-top:5px}#timeline.timeline-left .timeline-item>.timeline-badge>span i{font-size:1.6rem;line-height:40px;top:0;display:block;color:#fff}#timeline.timeline-left .timeline-item>.timeline-badge>a.active,#timeline.timeline-left .timeline-item>.timeline-badge>span:active,#timeline.timeline-left .timeline-item>.timeline-badge>span:focus,#timeline.timeline-left .timeline-item>.timeline-badge>span:hover{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}#timeline.timeline-left .timeline-item>.timeline-panel{position:relative;border:1px solid #ddd;border-radius:4px;background-color:#fff}#timeline.timeline-left .timeline-item>.timeline-panel:hover .timeline-actions{display:block}#timeline .timeline-item.block:nth-child(even):after{top:-11px;top:-10px;right:auto;left:50%;transform:translate(-50%,0);border:0;border-right:12px solid transparent;border-right:11px solid #f8f8f8;border-bottom:12px solid #ccc;border-bottom:11px solid #fff;border-left:12px solid transparent;border-left:11px solid #f8f8f8}#timeline .timeline-item.block:nth-child(even):before,#timeline .timeline-item.block:nth-child(even)>.timeline-badge{right:auto;left:50%;-webkit-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);-o-transform:translate(-50%,0)}#timeline .timeline-item.block:nth-child(even):before{top:-11px;transform:translate(-50%,0);border:0;border-right:12px solid transparent;border-bottom:12px solid #ccc;border-left:12px solid transparent}#timeline .timeline-item.block:nth-child(even)>.timeline-badge{top:-28px;transform:translate(-50%,0)}#timeline .timeline-item.block:nth-child(odd):after,#timeline .timeline-item.block:nth-child(odd):before{-webkit-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);-o-transform:translate(-50%,0);right:auto;left:50%}#timeline .timeline-item.block:nth-child(odd):after{top:-11px;top:-10px;transform:translate(-50%,0);border:0;border-right:12px solid transparent;border-right:11px solid #f8f8f8;border-bottom:12px solid #ccc;border-bottom:11px solid #fff;border-left:12px solid transparent;border-left:11px solid #f8f8f8}#timeline .timeline-item.block:nth-child(odd):before{top:-11px;transform:translate(-50%,0);border:0;border-right:12px solid transparent;border-bottom:12px solid #ccc;border-left:12px solid transparent}.timeline-footer,.timeline-liveliness,.timeline-resume{border-top:1px solid #eee;background-color:#fbfcfc}#timeline .timeline-item.block:nth-child(odd)>.timeline-badge{top:-28px;right:auto;left:50%;-webkit-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);-o-transform:translate(-50%,0);transform:translate(-50%,0)}.timeline-actions{display:none}.timeline-footer{border-radius:0 0 5px 5px}.timeline-heading{font-size:20px;padding:15px}.timeline-heading+.timeline-content{padding-top:0}.timeline-date{font-size:14px;color:#aaa}.timeline-embed{position:relative;height:0;padding-top:25px;padding-bottom:56.25%}.timeline-embed .embed-element,.timeline-embed embed,.timeline-embed iframe,.timeline-embed object{position:absolute;top:0;left:0;width:100%;height:100%}.timeline-img{display:block;padding:5px 0}.timeline-img.first{margin-right:-10px}.timeline-img.middle{margin-right:-10px;margin-left:-10px}.timeline-img.last{margin-left:-10px}.timeline-avatar{margin-top:-2px;margin-right:10px}.timeline-title{font-size:14px;font-weight:600;line-height:1.42857;margin:0;padding:0;text-decoration:none;color:#3e5771}.timeline-title>small{font-size:12px;line-height:1.5;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#a1aab0}.wrapkit-content-rtl .timeline-avatar{margin-right:0;margin-left:10px}@media (min-width:992px){.timeline-item:nth-child(even){padding:0 35px 50px 0}.timeline-item:nth-child(odd){padding:0 0 50px 35px}}@media (max-width:991.98px){.timeline-item.block:nth-child(even),.timeline-item.block:nth-child(odd){padding-bottom:0}.timeline{padding-left:15px}.timeline-line{left:15px}.timeline-group{display:inline-block;margin-left:-22px}.timeline-item{width:100%!important;margin-top:0!important;padding-right:10px}.timeline-item:nth-child(even):after{top:10px;top:21px;left:19px;left:40px;-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0);border:0;border-top:12px solid transparent;border-top:11px solid #f8f8f8;border-right:12px solid #ccc;border-right:11px solid #fff;border-bottom:12px solid transparent;border-bottom:11px solid #f8f8f8}.timeline-item:nth-child(even):before,.timeline-item:nth-child(even)>.timeline-badge{-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0)}.timeline-item:nth-child(even):before{top:20px;left:39px;transform:translate(0,0);border:0;border-top:12px solid transparent;border-right:12px solid #ccc;border-bottom:12px solid transparent}.timeline-item:nth-child(even)>.timeline-badge{top:12px;right:auto;left:-20px;transform:translate(0,0)}.timeline-item:nth-child(odd):after,.timeline-item:nth-child(odd):before{-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0)}.timeline-item:nth-child(odd):after{top:10px;top:21px;left:19px;left:40px;transform:translate(0,0);border:0;border-top:12px solid transparent;border-top:11px solid #f8f8f8;border-right:12px solid #ccc;border-right:11px solid #fff;border-bottom:12px solid transparent;border-bottom:11px solid #f8f8f8}.timeline-item:nth-child(odd):before{top:20px;left:39px;transform:translate(0,0);border:0;border-top:12px solid transparent;border-right:12px solid #ccc;border-bottom:12px solid transparent}.timeline-item.block:nth-child(even):after,.timeline-item:nth-child(odd)>.timeline-badge{-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0)}.timeline-item:nth-child(odd)>.timeline-badge{top:12px;right:auto;left:-20px;transform:translate(0,0)}.timeline-item.block:nth-child(even):after{top:10px;top:11px;left:19px;left:20px;transform:translate(0,0);border:0;border-top:12px solid transparent;border-top:11px solid #f8f8f8;border-right:12px solid #ccc;border-right:11px solid #fff;border-bottom:12px solid transparent;border-bottom:11px solid #f8f8f8}.timeline-item.block:nth-child(even):before,.timeline-item.block:nth-child(even)>.timeline-badge{-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0)}.timeline-item.block:nth-child(even):before{top:10px;left:19px;transform:translate(0,0);border:0;border-top:12px solid transparent;border-right:12px solid #ccc;border-bottom:12px solid transparent}.timeline-item.block:nth-child(even)>.timeline-badge{top:12px;right:auto;left:-6px;transform:translate(0,0)}.timeline-item.block:nth-child(odd):after,.timeline-item.block:nth-child(odd):before{-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0)}.timeline-item.block:nth-child(odd):after{top:10px;top:11px;left:19px;left:20px;transform:translate(0,0);border:0;border-top:12px solid transparent;border-top:11px solid #f8f8f8;border-right:12px solid #ccc;border-right:11px solid #fff;border-bottom:12px solid transparent;border-bottom:11px solid #f8f8f8}.timeline-item.block:nth-child(odd):before{top:10px;left:19px;transform:translate(0,0);border:0;border-top:12px solid transparent;border-right:12px solid #ccc;border-bottom:12px solid transparent}.timeline-item.block:nth-child(odd)>.timeline-badge{top:12px;right:auto;left:-6px;-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}#timeline.timeline-wrapper .timeline-item.block:nth-child(even),#timeline.timeline-wrapper .timeline-item.block:nth-child(odd),#timeline.timeline-wrapper .timeline-item:nth-child(even),#timeline.timeline-wrapper .timeline-item:nth-child(odd){float:none;clear:both}#timeline.timeline-wrapper .timeline{padding:0}#timeline.timeline-wrapper .timeline .card-body{text-align:left}#timeline.timeline-wrapper .timeline-line{position:absolute;top:0;bottom:0;left:50%;display:inline-block;width:2px;-webkit-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);-o-transform:translate(-50%,0);transform:translate(-50%,0);background-color:#ddd}#timeline.timeline-wrapper .timeline-group{display:block;margin-left:-6px;text-align:center}#timeline.timeline-wrapper .timeline-item{display:block;padding:20px 0!important}#timeline.timeline-wrapper .timeline-item.block:nth-child(even):after,#timeline.timeline-wrapper .timeline-item.block:nth-child(even):before,#timeline.timeline-wrapper .timeline-item.block:nth-child(odd):after,#timeline.timeline-wrapper .timeline-item.block:nth-child(odd):before,#timeline.timeline-wrapper .timeline-item.timeline-poster>.timeline-badge,#timeline.timeline-wrapper .timeline-item:nth-child(even):after,#timeline.timeline-wrapper .timeline-item:nth-child(even):before,#timeline.timeline-wrapper .timeline-item:nth-child(odd):after,#timeline.timeline-wrapper .timeline-item:nth-child(odd):before{display:none}#timeline.timeline-wrapper .timeline-item>.timeline-badge{top:0!important;left:45%!important}}@media (max-width:575.98px){.timeline-item>.timeline-badge{top:0!important;left:44%!important}} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/pages/user-settings.css b/wwwjuba/app-assets/css/pages/user-settings.css new file mode 100644 index 0000000..df05f19 --- /dev/null +++ b/wwwjuba/app-assets/css/pages/user-settings.css @@ -0,0 +1,18 @@ +/*======================================================== + DARK LAYOUT +=========================================================*/ +.user-form .dropzone +{ + width: 200px; + min-height: 200px; +} +.user-form .dropzone .dz-message +{ + font-size: 1rem; + + height: auto; +} +.user-form .dropzone .dz-message:before +{ + font-size: 2rem; +} diff --git a/wwwjuba/app-assets/css/pages/user-settings.min.css b/wwwjuba/app-assets/css/pages/user-settings.min.css new file mode 100644 index 0000000..8a60e2e --- /dev/null +++ b/wwwjuba/app-assets/css/pages/user-settings.min.css @@ -0,0 +1 @@ +.user-form .dropzone{width:200px;min-height:200px}.user-form .dropzone .dz-message{font-size:1rem;height:auto}.user-form .dropzone .dz-message:before{font-size:2rem} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/pages/users.css b/wwwjuba/app-assets/css/pages/users.css new file mode 100644 index 0000000..cb700b2 --- /dev/null +++ b/wwwjuba/app-assets/css/pages/users.css @@ -0,0 +1,120 @@ +/*======================================================== + DARK LAYOUT +=========================================================*/ +#user-profile .profile-img-container +{ + position: absolute; + bottom: -3rem; + left: 10%; + + width: 80%; +} +#user-profile .profile-img-container img +{ + width: 85px; + height: 85px; + + border: .3rem solid #fff; +} + +#user-profile #profile-info .card-header i +{ + position: relative; + top: -3px; +} + +#user-profile #profile-info .user-like i +{ + font-size: 1.7rem; +} + +#user-profile #profile-info .suggested-block .user-page-info p +{ + font-weight: 500; + + margin-bottom: 0; +} + +#user-profile #profile-info .suggested-block i +{ + cursor: pointer; +} + +#user-profile .relative +{ + position: relative; +} + +#user-profile .profile-header-nav +{ + padding: .75rem 1rem; + + background-color: #fff; +} +#user-profile .profile-header-nav .navbar +{ + -webkit-box-pack: end; + -webkit-justify-content: flex-end; + -moz-box-pack: end; + -ms-flex-pack: end; + justify-content: flex-end; +} +#user-profile .profile-header-nav .navbar .navbar-toggler +{ + font-size: 1.7rem; + + color: #626262; +} +#user-profile .profile-header-nav .navbar .navbar-toggler:focus +{ + outline: none; +} + +#user-profile .user-latest-img +{ + -webkit-transition: all .2s ease-in-out; + -moz-transition: all .2s ease-in-out; + -o-transition: all .2s ease-in-out; + transition: all .2s ease-in-out; +} +#user-profile .user-latest-img:hover +{ + z-index: 30; + + -webkit-transform: translateY(-4px) scale(1.2); + -moz-transform: translateY(-4px) scale(1.2); + -ms-transform: translateY(-4px) scale(1.2); + -o-transform: translateY(-4px) scale(1.2); + transform: translateY(-4px) scale(1.2); +} + +#user-profile .block-element .spinner-border +{ + border-width: 2px; +} + +@media only screen and (min-width: 992px) +{ + #user-profile .profile-header-nav .navbar .nav-item + { + padding-right: 2.25rem !important; + padding-left: 2.25rem !important; + } +} + +@media only screen and (max-width: 992px) +{ + #user-profile .user-latest-img img + { + width: 100%; + } +} + +@media only screen and (max-width: 991px) and (min-width: 768px) +{ + #user-profile .profile-header-nav .navbar .nav-item + { + padding-right: 1.5rem !important; + padding-left: 1.5rem !important; + } +} diff --git a/wwwjuba/app-assets/css/pages/users.min.css b/wwwjuba/app-assets/css/pages/users.min.css new file mode 100644 index 0000000..da476cf --- /dev/null +++ b/wwwjuba/app-assets/css/pages/users.min.css @@ -0,0 +1 @@ +#user-profile .profile-img-container{position:absolute;bottom:-3rem;left:10%;width:80%}#user-profile .profile-img-container img{width:85px;height:85px;border:.3rem solid #fff}#user-profile #profile-info .card-header i{position:relative;top:-3px}#user-profile #profile-info .user-like i{font-size:1.7rem}#user-profile #profile-info .suggested-block .user-page-info p{font-weight:500;margin-bottom:0}#user-profile #profile-info .suggested-block i{cursor:pointer}#user-profile .relative{position:relative}#user-profile .profile-header-nav{padding:.75rem 1rem;background-color:#fff}#user-profile .profile-header-nav .navbar{-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}#user-profile .profile-header-nav .navbar .navbar-toggler{font-size:1.7rem;color:#626262}#user-profile .profile-header-nav .navbar .navbar-toggler:focus{outline:0}#user-profile .user-latest-img{-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}#user-profile .user-latest-img:hover{z-index:30;-webkit-transform:translateY(-4px) scale(1.2);-moz-transform:translateY(-4px) scale(1.2);-ms-transform:translateY(-4px) scale(1.2);-o-transform:translateY(-4px) scale(1.2);transform:translateY(-4px) scale(1.2)}#user-profile .block-element .spinner-border{border-width:2px}@media only screen and (min-width:992px){#user-profile .profile-header-nav .navbar .nav-item{padding-right:2.25rem!important;padding-left:2.25rem!important}}@media only screen and (max-width:992px){#user-profile .user-latest-img img{width:100%}}@media only screen and (max-width:991px) and (min-width:768px){#user-profile .profile-header-nav .navbar .nav-item{padding-right:1.5rem!important;padding-left:1.5rem!important}} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/plugins/animate/animate.css b/wwwjuba/app-assets/css/plugins/animate/animate.css new file mode 100644 index 0000000..1e1f987 --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/animate/animate.css @@ -0,0 +1,8415 @@ +.animated +{ + -webkit-animation-duration: 1s; + -moz-animation-duration: 1s; + -o-animation-duration: 1s; + animation-duration: 1s; + + -webkit-animation-fill-mode: both; + -moz-animation-fill-mode: both; + -o-animation-fill-mode: both; + animation-fill-mode: both; +} +.animated.infinite +{ + -webkit-animation-iteration-count: infinite; + -moz-animation-iteration-count: infinite; + -o-animation-iteration-count: infinite; + animation-iteration-count: infinite; +} +.animated.hinge +{ + -webkit-animation-duration: 2s; + -moz-animation-duration: 2s; + -o-animation-duration: 2s; + animation-duration: 2s; +} +.animated.flipOutX, +.animated.flipOutY, +.animated.bounceIn, +.animated.bounceOut +{ + -webkit-animation-duration: .75s; + -moz-animation-duration: .75s; + -o-animation-duration: .75s; + animation-duration: .75s; +} + +@-webkit-keyframes bounce +{ + from, + 20%, + 53%, + 80%, + to + { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1); + animation-timing-function: cubic-bezier(.215, .61, .355, 1); + } + 40%, + 43% + { + -webkit-transform: translate3d(0, -30px, 0); + transform: translate3d(0, -30px, 0); + -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06); + animation-timing-function: cubic-bezier(.755, .05, .855, .06); + } + 70% + { + -webkit-transform: translate3d(0, -15px, 0); + transform: translate3d(0, -15px, 0); + -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06); + animation-timing-function: cubic-bezier(.755, .05, .855, .06); + } + 90% + { + -webkit-transform: translate3d(0, -4px, 0); + transform: translate3d(0, -4px, 0); + } +} + +@-moz-keyframes bounce +{ + from, + 20%, + 53%, + 80%, + to + { + -webkit-transform: translate3d(0, 0, 0); + -moz-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1); + -moz-animation-timing-function: cubic-bezier(.215, .61, .355, 1); + animation-timing-function: cubic-bezier(.215, .61, .355, 1); + } + 40%, + 43% + { + -webkit-transform: translate3d(0, -30px, 0); + -moz-transform: translate3d(0, -30px, 0); + transform: translate3d(0, -30px, 0); + -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06); + -moz-animation-timing-function: cubic-bezier(.755, .05, .855, .06); + animation-timing-function: cubic-bezier(.755, .05, .855, .06); + } + 70% + { + -webkit-transform: translate3d(0, -15px, 0); + -moz-transform: translate3d(0, -15px, 0); + transform: translate3d(0, -15px, 0); + -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06); + -moz-animation-timing-function: cubic-bezier(.755, .05, .855, .06); + animation-timing-function: cubic-bezier(.755, .05, .855, .06); + } + 90% + { + -webkit-transform: translate3d(0, -4px, 0); + -moz-transform: translate3d(0, -4px, 0); + transform: translate3d(0, -4px, 0); + } +} + +@-o-keyframes bounce +{ + from, + 20%, + 53%, + 80%, + to + { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1); + -o-animation-timing-function: cubic-bezier(.215, .61, .355, 1); + animation-timing-function: cubic-bezier(.215, .61, .355, 1); + } + 40%, + 43% + { + -webkit-transform: translate3d(0, -30px, 0); + transform: translate3d(0, -30px, 0); + -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06); + -o-animation-timing-function: cubic-bezier(.755, .05, .855, .06); + animation-timing-function: cubic-bezier(.755, .05, .855, .06); + } + 70% + { + -webkit-transform: translate3d(0, -15px, 0); + transform: translate3d(0, -15px, 0); + -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06); + -o-animation-timing-function: cubic-bezier(.755, .05, .855, .06); + animation-timing-function: cubic-bezier(.755, .05, .855, .06); + } + 90% + { + -webkit-transform: translate3d(0, -4px, 0); + transform: translate3d(0, -4px, 0); + } +} + +@keyframes bounce +{ + from, + 20%, + 53%, + 80%, + to + { + -webkit-transform: translate3d(0, 0, 0); + -moz-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1); + -moz-animation-timing-function: cubic-bezier(.215, .61, .355, 1); + -o-animation-timing-function: cubic-bezier(.215, .61, .355, 1); + animation-timing-function: cubic-bezier(.215, .61, .355, 1); + } + 40%, + 43% + { + -webkit-transform: translate3d(0, -30px, 0); + -moz-transform: translate3d(0, -30px, 0); + transform: translate3d(0, -30px, 0); + -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06); + -moz-animation-timing-function: cubic-bezier(.755, .05, .855, .06); + -o-animation-timing-function: cubic-bezier(.755, .05, .855, .06); + animation-timing-function: cubic-bezier(.755, .05, .855, .06); + } + 70% + { + -webkit-transform: translate3d(0, -15px, 0); + -moz-transform: translate3d(0, -15px, 0); + transform: translate3d(0, -15px, 0); + -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06); + -moz-animation-timing-function: cubic-bezier(.755, .05, .855, .06); + -o-animation-timing-function: cubic-bezier(.755, .05, .855, .06); + animation-timing-function: cubic-bezier(.755, .05, .855, .06); + } + 90% + { + -webkit-transform: translate3d(0, -4px, 0); + -moz-transform: translate3d(0, -4px, 0); + transform: translate3d(0, -4px, 0); + } +} + +.bounce +{ + -webkit-transform-origin: center bottom; + -moz-transform-origin: center bottom; + -ms-transform-origin: center bottom; + -o-transform-origin: center bottom; + transform-origin: center bottom; + -webkit-animation-name: bounce; + -moz-animation-name: bounce; + -o-animation-name: bounce; + animation-name: bounce; +} + +@-webkit-keyframes flash +{ + from, + 50%, + to + { + opacity: 1; + } + 25%, + 75% + { + opacity: 0; + } +} + +@-moz-keyframes flash +{ + from, + 50%, + to + { + opacity: 1; + } + 25%, + 75% + { + opacity: 0; + } +} + +@-o-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; + -moz-animation-name: flash; + -o-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); + } +} + +@-moz-keyframes pulse +{ + from + { + -webkit-transform: scale3d(1, 1, 1); + -moz-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + 50% + { + -webkit-transform: scale3d(1.05, 1.05, 1.05); + -moz-transform: scale3d(1.05, 1.05, 1.05); + transform: scale3d(1.05, 1.05, 1.05); + } + to + { + -webkit-transform: scale3d(1, 1, 1); + -moz-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +@-o-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); + -moz-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + 50% + { + -webkit-transform: scale3d(1.05, 1.05, 1.05); + -moz-transform: scale3d(1.05, 1.05, 1.05); + transform: scale3d(1.05, 1.05, 1.05); + } + to + { + -webkit-transform: scale3d(1, 1, 1); + -moz-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +.pulse +{ + -webkit-animation-name: pulse; + -moz-animation-name: pulse; + -o-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, .75, 1); + transform: scale3d(1.25, .75, 1); + } + 40% + { + -webkit-transform: scale3d(.75, 1.25, 1); + transform: scale3d(.75, 1.25, 1); + } + 50% + { + -webkit-transform: scale3d(1.15, .85, 1); + transform: scale3d(1.15, .85, 1); + } + 65% + { + -webkit-transform: scale3d(.95, 1.05, 1); + transform: scale3d(.95, 1.05, 1); + } + 75% + { + -webkit-transform: scale3d(1.05, .95, 1); + transform: scale3d(1.05, .95, 1); + } + to + { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +@-moz-keyframes rubberBand +{ + from + { + -webkit-transform: scale3d(1, 1, 1); + -moz-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + 30% + { + -webkit-transform: scale3d(1.25, .75, 1); + -moz-transform: scale3d(1.25, .75, 1); + transform: scale3d(1.25, .75, 1); + } + 40% + { + -webkit-transform: scale3d(.75, 1.25, 1); + -moz-transform: scale3d(.75, 1.25, 1); + transform: scale3d(.75, 1.25, 1); + } + 50% + { + -webkit-transform: scale3d(1.15, .85, 1); + -moz-transform: scale3d(1.15, .85, 1); + transform: scale3d(1.15, .85, 1); + } + 65% + { + -webkit-transform: scale3d(.95, 1.05, 1); + -moz-transform: scale3d(.95, 1.05, 1); + transform: scale3d(.95, 1.05, 1); + } + 75% + { + -webkit-transform: scale3d(1.05, .95, 1); + -moz-transform: scale3d(1.05, .95, 1); + transform: scale3d(1.05, .95, 1); + } + to + { + -webkit-transform: scale3d(1, 1, 1); + -moz-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +@-o-keyframes rubberBand +{ + from + { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + 30% + { + -webkit-transform: scale3d(1.25, .75, 1); + transform: scale3d(1.25, .75, 1); + } + 40% + { + -webkit-transform: scale3d(.75, 1.25, 1); + transform: scale3d(.75, 1.25, 1); + } + 50% + { + -webkit-transform: scale3d(1.15, .85, 1); + transform: scale3d(1.15, .85, 1); + } + 65% + { + -webkit-transform: scale3d(.95, 1.05, 1); + transform: scale3d(.95, 1.05, 1); + } + 75% + { + -webkit-transform: scale3d(1.05, .95, 1); + transform: scale3d(1.05, .95, 1); + } + to + { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +@keyframes rubberBand +{ + from + { + -webkit-transform: scale3d(1, 1, 1); + -moz-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + 30% + { + -webkit-transform: scale3d(1.25, .75, 1); + -moz-transform: scale3d(1.25, .75, 1); + transform: scale3d(1.25, .75, 1); + } + 40% + { + -webkit-transform: scale3d(.75, 1.25, 1); + -moz-transform: scale3d(.75, 1.25, 1); + transform: scale3d(.75, 1.25, 1); + } + 50% + { + -webkit-transform: scale3d(1.15, .85, 1); + -moz-transform: scale3d(1.15, .85, 1); + transform: scale3d(1.15, .85, 1); + } + 65% + { + -webkit-transform: scale3d(.95, 1.05, 1); + -moz-transform: scale3d(.95, 1.05, 1); + transform: scale3d(.95, 1.05, 1); + } + 75% + { + -webkit-transform: scale3d(1.05, .95, 1); + -moz-transform: scale3d(1.05, .95, 1); + transform: scale3d(1.05, .95, 1); + } + to + { + -webkit-transform: scale3d(1, 1, 1); + -moz-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +.rubberBand +{ + -webkit-animation-name: rubberBand; + -moz-animation-name: rubberBand; + -o-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); + } +} + +@-moz-keyframes shake +{ + from, + to + { + -webkit-transform: translate3d(0, 0, 0); + -moz-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + 10%, + 30%, + 50%, + 70%, + 90% + { + -webkit-transform: translate3d(-10px, 0, 0); + -moz-transform: translate3d(-10px, 0, 0); + transform: translate3d(-10px, 0, 0); + } + 20%, + 40%, + 60%, + 80% + { + -webkit-transform: translate3d(10px, 0, 0); + -moz-transform: translate3d(10px, 0, 0); + transform: translate3d(10px, 0, 0); + } +} + +@-o-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); + -moz-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + 10%, + 30%, + 50%, + 70%, + 90% + { + -webkit-transform: translate3d(-10px, 0, 0); + -moz-transform: translate3d(-10px, 0, 0); + transform: translate3d(-10px, 0, 0); + } + 20%, + 40%, + 60%, + 80% + { + -webkit-transform: translate3d(10px, 0, 0); + -moz-transform: translate3d(10px, 0, 0); + transform: translate3d(10px, 0, 0); + } +} + +.shake +{ + -webkit-animation-name: shake; + -moz-animation-name: shake; + -o-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); + } +} + +@-moz-keyframes headShake +{ + 0% + { + -webkit-transform: translateX(0); + -moz-transform: translateX(0); + transform: translateX(0); + } + 6.5% + { + -webkit-transform: translateX(-6px) rotateY(-9deg); + -moz-transform: translateX(-6px) rotateY(-9deg); + transform: translateX(-6px) rotateY(-9deg); + } + 18.5% + { + -webkit-transform: translateX(5px) rotateY(7deg); + -moz-transform: translateX(5px) rotateY(7deg); + transform: translateX(5px) rotateY(7deg); + } + 31.5% + { + -webkit-transform: translateX(-3px) rotateY(-5deg); + -moz-transform: translateX(-3px) rotateY(-5deg); + transform: translateX(-3px) rotateY(-5deg); + } + 43.5% + { + -webkit-transform: translateX(2px) rotateY(3deg); + -moz-transform: translateX(2px) rotateY(3deg); + transform: translateX(2px) rotateY(3deg); + } + 50% + { + -webkit-transform: translateX(0); + -moz-transform: translateX(0); + transform: translateX(0); + } +} + +@-o-keyframes headShake +{ + 0% + { + -webkit-transform: translateX(0); + -o-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); + -o-transform: translateX(0); + transform: translateX(0); + } +} + +@keyframes headShake +{ + 0% + { + -webkit-transform: translateX(0); + -moz-transform: translateX(0); + -o-transform: translateX(0); + transform: translateX(0); + } + 6.5% + { + -webkit-transform: translateX(-6px) rotateY(-9deg); + -moz-transform: translateX(-6px) rotateY(-9deg); + transform: translateX(-6px) rotateY(-9deg); + } + 18.5% + { + -webkit-transform: translateX(5px) rotateY(7deg); + -moz-transform: translateX(5px) rotateY(7deg); + transform: translateX(5px) rotateY(7deg); + } + 31.5% + { + -webkit-transform: translateX(-3px) rotateY(-5deg); + -moz-transform: translateX(-3px) rotateY(-5deg); + transform: translateX(-3px) rotateY(-5deg); + } + 43.5% + { + -webkit-transform: translateX(2px) rotateY(3deg); + -moz-transform: translateX(2px) rotateY(3deg); + transform: translateX(2px) rotateY(3deg); + } + 50% + { + -webkit-transform: translateX(0); + -moz-transform: translateX(0); + -o-transform: translateX(0); + transform: translateX(0); + } +} + +.headShake +{ + -webkit-animation-name: headShake; + -moz-animation-name: headShake; + -o-animation-name: headShake; + animation-name: headShake; + -webkit-animation-timing-function: ease-in-out; + -moz-animation-timing-function: ease-in-out; + -o-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; +} + +@-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); + } +} + +@-moz-keyframes swing +{ + 20% + { + -webkit-transform: rotate3d(0, 0, 1, 15deg); + -moz-transform: rotate3d(0, 0, 1, 15deg); + transform: rotate3d(0, 0, 1, 15deg); + } + 40% + { + -webkit-transform: rotate3d(0, 0, 1, -10deg); + -moz-transform: rotate3d(0, 0, 1, -10deg); + transform: rotate3d(0, 0, 1, -10deg); + } + 60% + { + -webkit-transform: rotate3d(0, 0, 1, 5deg); + -moz-transform: rotate3d(0, 0, 1, 5deg); + transform: rotate3d(0, 0, 1, 5deg); + } + 80% + { + -webkit-transform: rotate3d(0, 0, 1, -5deg); + -moz-transform: rotate3d(0, 0, 1, -5deg); + transform: rotate3d(0, 0, 1, -5deg); + } + to + { + -webkit-transform: rotate3d(0, 0, 1, 0deg); + -moz-transform: rotate3d(0, 0, 1, 0deg); + transform: rotate3d(0, 0, 1, 0deg); + } +} + +@-o-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); + -moz-transform: rotate3d(0, 0, 1, 15deg); + transform: rotate3d(0, 0, 1, 15deg); + } + 40% + { + -webkit-transform: rotate3d(0, 0, 1, -10deg); + -moz-transform: rotate3d(0, 0, 1, -10deg); + transform: rotate3d(0, 0, 1, -10deg); + } + 60% + { + -webkit-transform: rotate3d(0, 0, 1, 5deg); + -moz-transform: rotate3d(0, 0, 1, 5deg); + transform: rotate3d(0, 0, 1, 5deg); + } + 80% + { + -webkit-transform: rotate3d(0, 0, 1, -5deg); + -moz-transform: rotate3d(0, 0, 1, -5deg); + transform: rotate3d(0, 0, 1, -5deg); + } + to + { + -webkit-transform: rotate3d(0, 0, 1, 0deg); + -moz-transform: rotate3d(0, 0, 1, 0deg); + transform: rotate3d(0, 0, 1, 0deg); + } +} + +.swing +{ + -webkit-transform-origin: top center; + -moz-transform-origin: top center; + -ms-transform-origin: top center; + -o-transform-origin: top center; + transform-origin: top center; + -webkit-animation-name: swing; + -moz-animation-name: swing; + -o-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(.9, .9, .9) rotate3d(0, 0, 1, -3deg); + transform: scale3d(.9, .9, .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); + } +} + +@-moz-keyframes tada +{ + from + { + -webkit-transform: scale3d(1, 1, 1); + -moz-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + 10%, + 20% + { + -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg); + -moz-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg); + transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg); + } + 30%, + 50%, + 70%, + 90% + { + -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); + -moz-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); + -moz-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); + -moz-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +@-o-keyframes tada +{ + from + { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + 10%, + 20% + { + -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg); + transform: scale3d(.9, .9, .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); + -moz-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + 10%, + 20% + { + -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg); + -moz-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg); + transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg); + } + 30%, + 50%, + 70%, + 90% + { + -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); + -moz-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); + -moz-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); + -moz-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +.tada +{ + -webkit-animation-name: tada; + -moz-animation-name: tada; + -o-animation-name: tada; + animation-name: tada; +} + +/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ +@-webkit-keyframes wobble +{ + from + { + -webkit-transform: none; + transform: none; + } + 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: none; + transform: none; + } +} + +@-moz-keyframes wobble +{ + from + { + -webkit-transform: none; + -moz-transform: none; + transform: none; + } + 15% + { + -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); + -moz-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); + -moz-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); + -moz-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); + -moz-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); + -moz-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); + transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); + } + to + { + -webkit-transform: none; + -moz-transform: none; + transform: none; + } +} + +@-o-keyframes wobble +{ + from + { + -webkit-transform: none; + -o-transform: none; + transform: none; + } + 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: none; + -o-transform: none; + transform: none; + } +} + +@keyframes wobble +{ + from + { + -webkit-transform: none; + -moz-transform: none; + -o-transform: none; + transform: none; + } + 15% + { + -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); + -moz-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); + -moz-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); + -moz-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); + -moz-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); + -moz-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); + transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); + } + to + { + -webkit-transform: none; + -moz-transform: none; + -o-transform: none; + transform: none; + } +} + +.wobble +{ + -webkit-animation-name: wobble; + -moz-animation-name: wobble; + -o-animation-name: wobble; + animation-name: wobble; +} + +@-webkit-keyframes jello +{ + from, + 11.1%, + to + { + -webkit-transform: none; + transform: none; + } + 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(-.78125deg) skewY(-.78125deg); + transform: skewX(-.78125deg) skewY(-.78125deg); + } + 77.7% + { + -webkit-transform: skewX(.39063deg) skewY(.39063deg); + transform: skewX(.39063deg) skewY(.39063deg); + } + 88.8% + { + -webkit-transform: skewX(-.19531deg) skewY(-.19531deg); + transform: skewX(-.19531deg) skewY(-.19531deg); + } +} + +@-moz-keyframes jello +{ + from, + 11.1%, + to + { + -webkit-transform: none; + -moz-transform: none; + transform: none; + } + 22.2% + { + -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); + -moz-transform: skewX(-12.5deg) skewY(-12.5deg); + transform: skewX(-12.5deg) skewY(-12.5deg); + } + 33.3% + { + -webkit-transform: skewX(6.25deg) skewY(6.25deg); + -moz-transform: skewX(6.25deg) skewY(6.25deg); + transform: skewX(6.25deg) skewY(6.25deg); + } + 44.4% + { + -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); + -moz-transform: skewX(-3.125deg) skewY(-3.125deg); + transform: skewX(-3.125deg) skewY(-3.125deg); + } + 55.5% + { + -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); + -moz-transform: skewX(1.5625deg) skewY(1.5625deg); + transform: skewX(1.5625deg) skewY(1.5625deg); + } + 66.6% + { + -webkit-transform: skewX(-.78125deg) skewY(-.78125deg); + -moz-transform: skewX(-.78125deg) skewY(-.78125deg); + transform: skewX(-.78125deg) skewY(-.78125deg); + } + 77.7% + { + -webkit-transform: skewX(.39063deg) skewY(.39063deg); + -moz-transform: skewX(.39063deg) skewY(.39063deg); + transform: skewX(.39063deg) skewY(.39063deg); + } + 88.8% + { + -webkit-transform: skewX(-.19531deg) skewY(-.19531deg); + -moz-transform: skewX(-.19531deg) skewY(-.19531deg); + transform: skewX(-.19531deg) skewY(-.19531deg); + } +} + +@-o-keyframes jello +{ + from, + 11.1%, + to + { + -webkit-transform: none; + -o-transform: none; + transform: none; + } + 22.2% + { + -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); + -o-transform: skewX(-12.5deg) skewY(-12.5deg); + transform: skewX(-12.5deg) skewY(-12.5deg); + } + 33.3% + { + -webkit-transform: skewX(6.25deg) skewY(6.25deg); + -o-transform: skewX(6.25deg) skewY(6.25deg); + transform: skewX(6.25deg) skewY(6.25deg); + } + 44.4% + { + -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); + -o-transform: skewX(-3.125deg) skewY(-3.125deg); + transform: skewX(-3.125deg) skewY(-3.125deg); + } + 55.5% + { + -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); + -o-transform: skewX(1.5625deg) skewY(1.5625deg); + transform: skewX(1.5625deg) skewY(1.5625deg); + } + 66.6% + { + -webkit-transform: skewX(-.78125deg) skewY(-.78125deg); + -o-transform: skewX(-.78125deg) skewY(-.78125deg); + transform: skewX(-.78125deg) skewY(-.78125deg); + } + 77.7% + { + -webkit-transform: skewX(.39063deg) skewY(.39063deg); + -o-transform: skewX(.39063deg) skewY(.39063deg); + transform: skewX(.39063deg) skewY(.39063deg); + } + 88.8% + { + -webkit-transform: skewX(-.19531deg) skewY(-.19531deg); + -o-transform: skewX(-.19531deg) skewY(-.19531deg); + transform: skewX(-.19531deg) skewY(-.19531deg); + } +} + +@keyframes jello +{ + from, + 11.1%, + to + { + -webkit-transform: none; + -moz-transform: none; + -o-transform: none; + transform: none; + } + 22.2% + { + -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); + -moz-transform: skewX(-12.5deg) skewY(-12.5deg); + -o-transform: skewX(-12.5deg) skewY(-12.5deg); + transform: skewX(-12.5deg) skewY(-12.5deg); + } + 33.3% + { + -webkit-transform: skewX(6.25deg) skewY(6.25deg); + -moz-transform: skewX(6.25deg) skewY(6.25deg); + -o-transform: skewX(6.25deg) skewY(6.25deg); + transform: skewX(6.25deg) skewY(6.25deg); + } + 44.4% + { + -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); + -moz-transform: skewX(-3.125deg) skewY(-3.125deg); + -o-transform: skewX(-3.125deg) skewY(-3.125deg); + transform: skewX(-3.125deg) skewY(-3.125deg); + } + 55.5% + { + -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); + -moz-transform: skewX(1.5625deg) skewY(1.5625deg); + -o-transform: skewX(1.5625deg) skewY(1.5625deg); + transform: skewX(1.5625deg) skewY(1.5625deg); + } + 66.6% + { + -webkit-transform: skewX(-.78125deg) skewY(-.78125deg); + -moz-transform: skewX(-.78125deg) skewY(-.78125deg); + -o-transform: skewX(-.78125deg) skewY(-.78125deg); + transform: skewX(-.78125deg) skewY(-.78125deg); + } + 77.7% + { + -webkit-transform: skewX(.39063deg) skewY(.39063deg); + -moz-transform: skewX(.39063deg) skewY(.39063deg); + -o-transform: skewX(.39063deg) skewY(.39063deg); + transform: skewX(.39063deg) skewY(.39063deg); + } + 88.8% + { + -webkit-transform: skewX(-.19531deg) skewY(-.19531deg); + -moz-transform: skewX(-.19531deg) skewY(-.19531deg); + -o-transform: skewX(-.19531deg) skewY(-.19531deg); + transform: skewX(-.19531deg) skewY(-.19531deg); + } +} + +.jello +{ + -webkit-transform-origin: center; + -moz-transform-origin: center; + -ms-transform-origin: center; + -o-transform-origin: center; + transform-origin: center; + -webkit-animation-name: jello; + -moz-animation-name: jello; + -o-animation-name: jello; + animation-name: jello; +} + +@-webkit-keyframes bounceIn +{ + from, + 20%, + 40%, + 60%, + 80%, + to + { + -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1); + animation-timing-function: cubic-bezier(.215, .61, .355, 1); + } + 0% + { + -webkit-transform: scale3d(.3, .3, .3); + transform: scale3d(.3, .3, .3); + + opacity: 0; + } + 20% + { + -webkit-transform: scale3d(1.1, 1.1, 1.1); + transform: scale3d(1.1, 1.1, 1.1); + } + 40% + { + -webkit-transform: scale3d(.9, .9, .9); + transform: scale3d(.9, .9, .9); + } + 60% + { + -webkit-transform: scale3d(1.03, 1.03, 1.03); + transform: scale3d(1.03, 1.03, 1.03); + + opacity: 1; + } + 80% + { + -webkit-transform: scale3d(.97, .97, .97); + transform: scale3d(.97, .97, .97); + } + to + { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + + opacity: 1; + } +} + +@-moz-keyframes bounceIn +{ + from, + 20%, + 40%, + 60%, + 80%, + to + { + -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1); + -moz-animation-timing-function: cubic-bezier(.215, .61, .355, 1); + animation-timing-function: cubic-bezier(.215, .61, .355, 1); + } + 0% + { + -webkit-transform: scale3d(.3, .3, .3); + -moz-transform: scale3d(.3, .3, .3); + transform: scale3d(.3, .3, .3); + + opacity: 0; + } + 20% + { + -webkit-transform: scale3d(1.1, 1.1, 1.1); + -moz-transform: scale3d(1.1, 1.1, 1.1); + transform: scale3d(1.1, 1.1, 1.1); + } + 40% + { + -webkit-transform: scale3d(.9, .9, .9); + -moz-transform: scale3d(.9, .9, .9); + transform: scale3d(.9, .9, .9); + } + 60% + { + -webkit-transform: scale3d(1.03, 1.03, 1.03); + -moz-transform: scale3d(1.03, 1.03, 1.03); + transform: scale3d(1.03, 1.03, 1.03); + + opacity: 1; + } + 80% + { + -webkit-transform: scale3d(.97, .97, .97); + -moz-transform: scale3d(.97, .97, .97); + transform: scale3d(.97, .97, .97); + } + to + { + -webkit-transform: scale3d(1, 1, 1); + -moz-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + + opacity: 1; + } +} + +@-o-keyframes bounceIn +{ + from, + 20%, + 40%, + 60%, + 80%, + to + { + -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1); + -o-animation-timing-function: cubic-bezier(.215, .61, .355, 1); + animation-timing-function: cubic-bezier(.215, .61, .355, 1); + } + 0% + { + -webkit-transform: scale3d(.3, .3, .3); + transform: scale3d(.3, .3, .3); + + opacity: 0; + } + 20% + { + -webkit-transform: scale3d(1.1, 1.1, 1.1); + transform: scale3d(1.1, 1.1, 1.1); + } + 40% + { + -webkit-transform: scale3d(.9, .9, .9); + transform: scale3d(.9, .9, .9); + } + 60% + { + -webkit-transform: scale3d(1.03, 1.03, 1.03); + transform: scale3d(1.03, 1.03, 1.03); + + opacity: 1; + } + 80% + { + -webkit-transform: scale3d(.97, .97, .97); + transform: scale3d(.97, .97, .97); + } + to + { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + + opacity: 1; + } +} + +@keyframes bounceIn +{ + from, + 20%, + 40%, + 60%, + 80%, + to + { + -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1); + -moz-animation-timing-function: cubic-bezier(.215, .61, .355, 1); + -o-animation-timing-function: cubic-bezier(.215, .61, .355, 1); + animation-timing-function: cubic-bezier(.215, .61, .355, 1); + } + 0% + { + -webkit-transform: scale3d(.3, .3, .3); + -moz-transform: scale3d(.3, .3, .3); + transform: scale3d(.3, .3, .3); + + opacity: 0; + } + 20% + { + -webkit-transform: scale3d(1.1, 1.1, 1.1); + -moz-transform: scale3d(1.1, 1.1, 1.1); + transform: scale3d(1.1, 1.1, 1.1); + } + 40% + { + -webkit-transform: scale3d(.9, .9, .9); + -moz-transform: scale3d(.9, .9, .9); + transform: scale3d(.9, .9, .9); + } + 60% + { + -webkit-transform: scale3d(1.03, 1.03, 1.03); + -moz-transform: scale3d(1.03, 1.03, 1.03); + transform: scale3d(1.03, 1.03, 1.03); + + opacity: 1; + } + 80% + { + -webkit-transform: scale3d(.97, .97, .97); + -moz-transform: scale3d(.97, .97, .97); + transform: scale3d(.97, .97, .97); + } + to + { + -webkit-transform: scale3d(1, 1, 1); + -moz-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + + opacity: 1; + } +} + +.bounceIn +{ + -webkit-animation-name: bounceIn; + -moz-animation-name: bounceIn; + -o-animation-name: bounceIn; + animation-name: bounceIn; +} + +@-webkit-keyframes bounceInDown +{ + from, + 60%, + 75%, + 90%, + to + { + -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1); + animation-timing-function: cubic-bezier(.215, .61, .355, 1); + } + 0% + { + -webkit-transform: translate3d(0, -3000px, 0); + transform: translate3d(0, -3000px, 0); + + opacity: 0; + } + 60% + { + -webkit-transform: translate3d(0, 25px, 0); + transform: translate3d(0, 25px, 0); + + opacity: 1; + } + 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: none; + transform: none; + } +} + +@-moz-keyframes bounceInDown +{ + from, + 60%, + 75%, + 90%, + to + { + -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1); + -moz-animation-timing-function: cubic-bezier(.215, .61, .355, 1); + animation-timing-function: cubic-bezier(.215, .61, .355, 1); + } + 0% + { + -webkit-transform: translate3d(0, -3000px, 0); + -moz-transform: translate3d(0, -3000px, 0); + transform: translate3d(0, -3000px, 0); + + opacity: 0; + } + 60% + { + -webkit-transform: translate3d(0, 25px, 0); + -moz-transform: translate3d(0, 25px, 0); + transform: translate3d(0, 25px, 0); + + opacity: 1; + } + 75% + { + -webkit-transform: translate3d(0, -10px, 0); + -moz-transform: translate3d(0, -10px, 0); + transform: translate3d(0, -10px, 0); + } + 90% + { + -webkit-transform: translate3d(0, 5px, 0); + -moz-transform: translate3d(0, 5px, 0); + transform: translate3d(0, 5px, 0); + } + to + { + -webkit-transform: none; + -moz-transform: none; + transform: none; + } +} + +@-o-keyframes bounceInDown +{ + from, + 60%, + 75%, + 90%, + to + { + -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1); + -o-animation-timing-function: cubic-bezier(.215, .61, .355, 1); + animation-timing-function: cubic-bezier(.215, .61, .355, 1); + } + 0% + { + -webkit-transform: translate3d(0, -3000px, 0); + transform: translate3d(0, -3000px, 0); + + opacity: 0; + } + 60% + { + -webkit-transform: translate3d(0, 25px, 0); + transform: translate3d(0, 25px, 0); + + opacity: 1; + } + 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: none; + -o-transform: none; + transform: none; + } +} + +@keyframes bounceInDown +{ + from, + 60%, + 75%, + 90%, + to + { + -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1); + -moz-animation-timing-function: cubic-bezier(.215, .61, .355, 1); + -o-animation-timing-function: cubic-bezier(.215, .61, .355, 1); + animation-timing-function: cubic-bezier(.215, .61, .355, 1); + } + 0% + { + -webkit-transform: translate3d(0, -3000px, 0); + -moz-transform: translate3d(0, -3000px, 0); + transform: translate3d(0, -3000px, 0); + + opacity: 0; + } + 60% + { + -webkit-transform: translate3d(0, 25px, 0); + -moz-transform: translate3d(0, 25px, 0); + transform: translate3d(0, 25px, 0); + + opacity: 1; + } + 75% + { + -webkit-transform: translate3d(0, -10px, 0); + -moz-transform: translate3d(0, -10px, 0); + transform: translate3d(0, -10px, 0); + } + 90% + { + -webkit-transform: translate3d(0, 5px, 0); + -moz-transform: translate3d(0, 5px, 0); + transform: translate3d(0, 5px, 0); + } + to + { + -webkit-transform: none; + -moz-transform: none; + -o-transform: none; + transform: none; + } +} + +.bounceInDown +{ + -webkit-animation-name: bounceInDown; + -moz-animation-name: bounceInDown; + -o-animation-name: bounceInDown; + animation-name: bounceInDown; +} + +@-webkit-keyframes bounceInLeft +{ + from, + 60%, + 75%, + 90%, + to + { + -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1); + animation-timing-function: cubic-bezier(.215, .61, .355, 1); + } + 0% + { + -webkit-transform: translate3d(-3000px, 0, 0); + transform: translate3d(-3000px, 0, 0); + + opacity: 0; + } + 60% + { + -webkit-transform: translate3d(25px, 0, 0); + transform: translate3d(25px, 0, 0); + + opacity: 1; + } + 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: none; + transform: none; + } +} + +@-moz-keyframes bounceInLeft +{ + from, + 60%, + 75%, + 90%, + to + { + -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1); + -moz-animation-timing-function: cubic-bezier(.215, .61, .355, 1); + animation-timing-function: cubic-bezier(.215, .61, .355, 1); + } + 0% + { + -webkit-transform: translate3d(-3000px, 0, 0); + -moz-transform: translate3d(-3000px, 0, 0); + transform: translate3d(-3000px, 0, 0); + + opacity: 0; + } + 60% + { + -webkit-transform: translate3d(25px, 0, 0); + -moz-transform: translate3d(25px, 0, 0); + transform: translate3d(25px, 0, 0); + + opacity: 1; + } + 75% + { + -webkit-transform: translate3d(-10px, 0, 0); + -moz-transform: translate3d(-10px, 0, 0); + transform: translate3d(-10px, 0, 0); + } + 90% + { + -webkit-transform: translate3d(5px, 0, 0); + -moz-transform: translate3d(5px, 0, 0); + transform: translate3d(5px, 0, 0); + } + to + { + -webkit-transform: none; + -moz-transform: none; + transform: none; + } +} + +@-o-keyframes bounceInLeft +{ + from, + 60%, + 75%, + 90%, + to + { + -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1); + -o-animation-timing-function: cubic-bezier(.215, .61, .355, 1); + animation-timing-function: cubic-bezier(.215, .61, .355, 1); + } + 0% + { + -webkit-transform: translate3d(-3000px, 0, 0); + transform: translate3d(-3000px, 0, 0); + + opacity: 0; + } + 60% + { + -webkit-transform: translate3d(25px, 0, 0); + transform: translate3d(25px, 0, 0); + + opacity: 1; + } + 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: none; + -o-transform: none; + transform: none; + } +} + +@keyframes bounceInLeft +{ + from, + 60%, + 75%, + 90%, + to + { + -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1); + -moz-animation-timing-function: cubic-bezier(.215, .61, .355, 1); + -o-animation-timing-function: cubic-bezier(.215, .61, .355, 1); + animation-timing-function: cubic-bezier(.215, .61, .355, 1); + } + 0% + { + -webkit-transform: translate3d(-3000px, 0, 0); + -moz-transform: translate3d(-3000px, 0, 0); + transform: translate3d(-3000px, 0, 0); + + opacity: 0; + } + 60% + { + -webkit-transform: translate3d(25px, 0, 0); + -moz-transform: translate3d(25px, 0, 0); + transform: translate3d(25px, 0, 0); + + opacity: 1; + } + 75% + { + -webkit-transform: translate3d(-10px, 0, 0); + -moz-transform: translate3d(-10px, 0, 0); + transform: translate3d(-10px, 0, 0); + } + 90% + { + -webkit-transform: translate3d(5px, 0, 0); + -moz-transform: translate3d(5px, 0, 0); + transform: translate3d(5px, 0, 0); + } + to + { + -webkit-transform: none; + -moz-transform: none; + -o-transform: none; + transform: none; + } +} + +.bounceInLeft +{ + -webkit-animation-name: bounceInLeft; + -moz-animation-name: bounceInLeft; + -o-animation-name: bounceInLeft; + animation-name: bounceInLeft; +} + +@-webkit-keyframes bounceInRight +{ + from, + 60%, + 75%, + 90%, + to + { + -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1); + animation-timing-function: cubic-bezier(.215, .61, .355, 1); + } + from + { + -webkit-transform: translate3d(3000px, 0, 0); + transform: translate3d(3000px, 0, 0); + + opacity: 0; + } + 60% + { + -webkit-transform: translate3d(-25px, 0, 0); + transform: translate3d(-25px, 0, 0); + + opacity: 1; + } + 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: none; + transform: none; + } +} + +@-moz-keyframes bounceInRight +{ + from, + 60%, + 75%, + 90%, + to + { + -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1); + -moz-animation-timing-function: cubic-bezier(.215, .61, .355, 1); + animation-timing-function: cubic-bezier(.215, .61, .355, 1); + } + from + { + -webkit-transform: translate3d(3000px, 0, 0); + -moz-transform: translate3d(3000px, 0, 0); + transform: translate3d(3000px, 0, 0); + + opacity: 0; + } + 60% + { + -webkit-transform: translate3d(-25px, 0, 0); + -moz-transform: translate3d(-25px, 0, 0); + transform: translate3d(-25px, 0, 0); + + opacity: 1; + } + 75% + { + -webkit-transform: translate3d(10px, 0, 0); + -moz-transform: translate3d(10px, 0, 0); + transform: translate3d(10px, 0, 0); + } + 90% + { + -webkit-transform: translate3d(-5px, 0, 0); + -moz-transform: translate3d(-5px, 0, 0); + transform: translate3d(-5px, 0, 0); + } + to + { + -webkit-transform: none; + -moz-transform: none; + transform: none; + } +} + +@-o-keyframes bounceInRight +{ + from, + 60%, + 75%, + 90%, + to + { + -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1); + -o-animation-timing-function: cubic-bezier(.215, .61, .355, 1); + animation-timing-function: cubic-bezier(.215, .61, .355, 1); + } + from + { + -webkit-transform: translate3d(3000px, 0, 0); + transform: translate3d(3000px, 0, 0); + + opacity: 0; + } + 60% + { + -webkit-transform: translate3d(-25px, 0, 0); + transform: translate3d(-25px, 0, 0); + + opacity: 1; + } + 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: none; + -o-transform: none; + transform: none; + } +} + +@keyframes bounceInRight +{ + from, + 60%, + 75%, + 90%, + to + { + -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1); + -moz-animation-timing-function: cubic-bezier(.215, .61, .355, 1); + -o-animation-timing-function: cubic-bezier(.215, .61, .355, 1); + animation-timing-function: cubic-bezier(.215, .61, .355, 1); + } + from + { + -webkit-transform: translate3d(3000px, 0, 0); + -moz-transform: translate3d(3000px, 0, 0); + transform: translate3d(3000px, 0, 0); + + opacity: 0; + } + 60% + { + -webkit-transform: translate3d(-25px, 0, 0); + -moz-transform: translate3d(-25px, 0, 0); + transform: translate3d(-25px, 0, 0); + + opacity: 1; + } + 75% + { + -webkit-transform: translate3d(10px, 0, 0); + -moz-transform: translate3d(10px, 0, 0); + transform: translate3d(10px, 0, 0); + } + 90% + { + -webkit-transform: translate3d(-5px, 0, 0); + -moz-transform: translate3d(-5px, 0, 0); + transform: translate3d(-5px, 0, 0); + } + to + { + -webkit-transform: none; + -moz-transform: none; + -o-transform: none; + transform: none; + } +} + +.bounceInRight +{ + -webkit-animation-name: bounceInRight; + -moz-animation-name: bounceInRight; + -o-animation-name: bounceInRight; + animation-name: bounceInRight; +} + +@-webkit-keyframes bounceInUp +{ + from, + 60%, + 75%, + 90%, + to + { + -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1); + animation-timing-function: cubic-bezier(.215, .61, .355, 1); + } + from + { + -webkit-transform: translate3d(0, 3000px, 0); + transform: translate3d(0, 3000px, 0); + + opacity: 0; + } + 60% + { + -webkit-transform: translate3d(0, -20px, 0); + transform: translate3d(0, -20px, 0); + + opacity: 1; + } + 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); + } +} + +@-moz-keyframes bounceInUp +{ + from, + 60%, + 75%, + 90%, + to + { + -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1); + -moz-animation-timing-function: cubic-bezier(.215, .61, .355, 1); + animation-timing-function: cubic-bezier(.215, .61, .355, 1); + } + from + { + -webkit-transform: translate3d(0, 3000px, 0); + -moz-transform: translate3d(0, 3000px, 0); + transform: translate3d(0, 3000px, 0); + + opacity: 0; + } + 60% + { + -webkit-transform: translate3d(0, -20px, 0); + -moz-transform: translate3d(0, -20px, 0); + transform: translate3d(0, -20px, 0); + + opacity: 1; + } + 75% + { + -webkit-transform: translate3d(0, 10px, 0); + -moz-transform: translate3d(0, 10px, 0); + transform: translate3d(0, 10px, 0); + } + 90% + { + -webkit-transform: translate3d(0, -5px, 0); + -moz-transform: translate3d(0, -5px, 0); + transform: translate3d(0, -5px, 0); + } + to + { + -webkit-transform: translate3d(0, 0, 0); + -moz-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@-o-keyframes bounceInUp +{ + from, + 60%, + 75%, + 90%, + to + { + -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1); + -o-animation-timing-function: cubic-bezier(.215, .61, .355, 1); + animation-timing-function: cubic-bezier(.215, .61, .355, 1); + } + from + { + -webkit-transform: translate3d(0, 3000px, 0); + transform: translate3d(0, 3000px, 0); + + opacity: 0; + } + 60% + { + -webkit-transform: translate3d(0, -20px, 0); + transform: translate3d(0, -20px, 0); + + opacity: 1; + } + 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(.215, .61, .355, 1); + -moz-animation-timing-function: cubic-bezier(.215, .61, .355, 1); + -o-animation-timing-function: cubic-bezier(.215, .61, .355, 1); + animation-timing-function: cubic-bezier(.215, .61, .355, 1); + } + from + { + -webkit-transform: translate3d(0, 3000px, 0); + -moz-transform: translate3d(0, 3000px, 0); + transform: translate3d(0, 3000px, 0); + + opacity: 0; + } + 60% + { + -webkit-transform: translate3d(0, -20px, 0); + -moz-transform: translate3d(0, -20px, 0); + transform: translate3d(0, -20px, 0); + + opacity: 1; + } + 75% + { + -webkit-transform: translate3d(0, 10px, 0); + -moz-transform: translate3d(0, 10px, 0); + transform: translate3d(0, 10px, 0); + } + 90% + { + -webkit-transform: translate3d(0, -5px, 0); + -moz-transform: translate3d(0, -5px, 0); + transform: translate3d(0, -5px, 0); + } + to + { + -webkit-transform: translate3d(0, 0, 0); + -moz-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.bounceInUp +{ + -webkit-animation-name: bounceInUp; + -moz-animation-name: bounceInUp; + -o-animation-name: bounceInUp; + animation-name: bounceInUp; +} + +@-webkit-keyframes bounceOut +{ + 20% + { + -webkit-transform: scale3d(.9, .9, .9); + transform: scale3d(.9, .9, .9); + } + 50%, + 55% + { + -webkit-transform: scale3d(1.1, 1.1, 1.1); + transform: scale3d(1.1, 1.1, 1.1); + + opacity: 1; + } + to + { + -webkit-transform: scale3d(.3, .3, .3); + transform: scale3d(.3, .3, .3); + + opacity: 0; + } +} + +@-moz-keyframes bounceOut +{ + 20% + { + -webkit-transform: scale3d(.9, .9, .9); + -moz-transform: scale3d(.9, .9, .9); + transform: scale3d(.9, .9, .9); + } + 50%, + 55% + { + -webkit-transform: scale3d(1.1, 1.1, 1.1); + -moz-transform: scale3d(1.1, 1.1, 1.1); + transform: scale3d(1.1, 1.1, 1.1); + + opacity: 1; + } + to + { + -webkit-transform: scale3d(.3, .3, .3); + -moz-transform: scale3d(.3, .3, .3); + transform: scale3d(.3, .3, .3); + + opacity: 0; + } +} + +@-o-keyframes bounceOut +{ + 20% + { + -webkit-transform: scale3d(.9, .9, .9); + transform: scale3d(.9, .9, .9); + } + 50%, + 55% + { + -webkit-transform: scale3d(1.1, 1.1, 1.1); + transform: scale3d(1.1, 1.1, 1.1); + + opacity: 1; + } + to + { + -webkit-transform: scale3d(.3, .3, .3); + transform: scale3d(.3, .3, .3); + + opacity: 0; + } +} + +@keyframes bounceOut +{ + 20% + { + -webkit-transform: scale3d(.9, .9, .9); + -moz-transform: scale3d(.9, .9, .9); + transform: scale3d(.9, .9, .9); + } + 50%, + 55% + { + -webkit-transform: scale3d(1.1, 1.1, 1.1); + -moz-transform: scale3d(1.1, 1.1, 1.1); + transform: scale3d(1.1, 1.1, 1.1); + + opacity: 1; + } + to + { + -webkit-transform: scale3d(.3, .3, .3); + -moz-transform: scale3d(.3, .3, .3); + transform: scale3d(.3, .3, .3); + + opacity: 0; + } +} + +.bounceOut +{ + -webkit-animation-name: bounceOut; + -moz-animation-name: bounceOut; + -o-animation-name: bounceOut; + animation-name: bounceOut; +} + +@-webkit-keyframes bounceOutDown +{ + 20% + { + -webkit-transform: translate3d(0, 10px, 0); + transform: translate3d(0, 10px, 0); + } + 40%, + 45% + { + -webkit-transform: translate3d(0, -20px, 0); + transform: translate3d(0, -20px, 0); + + opacity: 1; + } + to + { + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + + opacity: 0; + } +} + +@-moz-keyframes bounceOutDown +{ + 20% + { + -webkit-transform: translate3d(0, 10px, 0); + -moz-transform: translate3d(0, 10px, 0); + transform: translate3d(0, 10px, 0); + } + 40%, + 45% + { + -webkit-transform: translate3d(0, -20px, 0); + -moz-transform: translate3d(0, -20px, 0); + transform: translate3d(0, -20px, 0); + + opacity: 1; + } + to + { + -webkit-transform: translate3d(0, 2000px, 0); + -moz-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + + opacity: 0; + } +} + +@-o-keyframes bounceOutDown +{ + 20% + { + -webkit-transform: translate3d(0, 10px, 0); + transform: translate3d(0, 10px, 0); + } + 40%, + 45% + { + -webkit-transform: translate3d(0, -20px, 0); + transform: translate3d(0, -20px, 0); + + opacity: 1; + } + to + { + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + + opacity: 0; + } +} + +@keyframes bounceOutDown +{ + 20% + { + -webkit-transform: translate3d(0, 10px, 0); + -moz-transform: translate3d(0, 10px, 0); + transform: translate3d(0, 10px, 0); + } + 40%, + 45% + { + -webkit-transform: translate3d(0, -20px, 0); + -moz-transform: translate3d(0, -20px, 0); + transform: translate3d(0, -20px, 0); + + opacity: 1; + } + to + { + -webkit-transform: translate3d(0, 2000px, 0); + -moz-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + + opacity: 0; + } +} + +.bounceOutDown +{ + -webkit-animation-name: bounceOutDown; + -moz-animation-name: bounceOutDown; + -o-animation-name: bounceOutDown; + animation-name: bounceOutDown; +} + +@-webkit-keyframes bounceOutLeft +{ + 20% + { + -webkit-transform: translate3d(20px, 0, 0); + transform: translate3d(20px, 0, 0); + + opacity: 1; + } + to + { + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + + opacity: 0; + } +} + +@-moz-keyframes bounceOutLeft +{ + 20% + { + -webkit-transform: translate3d(20px, 0, 0); + -moz-transform: translate3d(20px, 0, 0); + transform: translate3d(20px, 0, 0); + + opacity: 1; + } + to + { + -webkit-transform: translate3d(-2000px, 0, 0); + -moz-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + + opacity: 0; + } +} + +@-o-keyframes bounceOutLeft +{ + 20% + { + -webkit-transform: translate3d(20px, 0, 0); + transform: translate3d(20px, 0, 0); + + opacity: 1; + } + to + { + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + + opacity: 0; + } +} + +@keyframes bounceOutLeft +{ + 20% + { + -webkit-transform: translate3d(20px, 0, 0); + -moz-transform: translate3d(20px, 0, 0); + transform: translate3d(20px, 0, 0); + + opacity: 1; + } + to + { + -webkit-transform: translate3d(-2000px, 0, 0); + -moz-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + + opacity: 0; + } +} + +.bounceOutLeft +{ + -webkit-animation-name: bounceOutLeft; + -moz-animation-name: bounceOutLeft; + -o-animation-name: bounceOutLeft; + animation-name: bounceOutLeft; +} + +@-webkit-keyframes bounceOutRight +{ + 20% + { + -webkit-transform: translate3d(-20px, 0, 0); + transform: translate3d(-20px, 0, 0); + + opacity: 1; + } + to + { + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + + opacity: 0; + } +} + +@-moz-keyframes bounceOutRight +{ + 20% + { + -webkit-transform: translate3d(-20px, 0, 0); + -moz-transform: translate3d(-20px, 0, 0); + transform: translate3d(-20px, 0, 0); + + opacity: 1; + } + to + { + -webkit-transform: translate3d(2000px, 0, 0); + -moz-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + + opacity: 0; + } +} + +@-o-keyframes bounceOutRight +{ + 20% + { + -webkit-transform: translate3d(-20px, 0, 0); + transform: translate3d(-20px, 0, 0); + + opacity: 1; + } + to + { + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + + opacity: 0; + } +} + +@keyframes bounceOutRight +{ + 20% + { + -webkit-transform: translate3d(-20px, 0, 0); + -moz-transform: translate3d(-20px, 0, 0); + transform: translate3d(-20px, 0, 0); + + opacity: 1; + } + to + { + -webkit-transform: translate3d(2000px, 0, 0); + -moz-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + + opacity: 0; + } +} + +.bounceOutRight +{ + -webkit-animation-name: bounceOutRight; + -moz-animation-name: bounceOutRight; + -o-animation-name: bounceOutRight; + animation-name: bounceOutRight; +} + +@-webkit-keyframes bounceOutUp +{ + 20% + { + -webkit-transform: translate3d(0, -10px, 0); + transform: translate3d(0, -10px, 0); + } + 40%, + 45% + { + -webkit-transform: translate3d(0, 20px, 0); + transform: translate3d(0, 20px, 0); + + opacity: 1; + } + to + { + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + + opacity: 0; + } +} + +@-moz-keyframes bounceOutUp +{ + 20% + { + -webkit-transform: translate3d(0, -10px, 0); + -moz-transform: translate3d(0, -10px, 0); + transform: translate3d(0, -10px, 0); + } + 40%, + 45% + { + -webkit-transform: translate3d(0, 20px, 0); + -moz-transform: translate3d(0, 20px, 0); + transform: translate3d(0, 20px, 0); + + opacity: 1; + } + to + { + -webkit-transform: translate3d(0, -2000px, 0); + -moz-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + + opacity: 0; + } +} + +@-o-keyframes bounceOutUp +{ + 20% + { + -webkit-transform: translate3d(0, -10px, 0); + transform: translate3d(0, -10px, 0); + } + 40%, + 45% + { + -webkit-transform: translate3d(0, 20px, 0); + transform: translate3d(0, 20px, 0); + + opacity: 1; + } + to + { + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + + opacity: 0; + } +} + +@keyframes bounceOutUp +{ + 20% + { + -webkit-transform: translate3d(0, -10px, 0); + -moz-transform: translate3d(0, -10px, 0); + transform: translate3d(0, -10px, 0); + } + 40%, + 45% + { + -webkit-transform: translate3d(0, 20px, 0); + -moz-transform: translate3d(0, 20px, 0); + transform: translate3d(0, 20px, 0); + + opacity: 1; + } + to + { + -webkit-transform: translate3d(0, -2000px, 0); + -moz-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + + opacity: 0; + } +} + +.bounceOutUp +{ + -webkit-animation-name: bounceOutUp; + -moz-animation-name: bounceOutUp; + -o-animation-name: bounceOutUp; + animation-name: bounceOutUp; +} + +@-webkit-keyframes fadeIn +{ + from + { + opacity: 0; + } + to + { + opacity: 1; + } +} + +@-moz-keyframes fadeIn +{ + from + { + opacity: 0; + } + to + { + opacity: 1; + } +} + +@-o-keyframes fadeIn +{ + from + { + opacity: 0; + } + to + { + opacity: 1; + } +} + +@keyframes fadeIn +{ + from + { + opacity: 0; + } + to + { + opacity: 1; + } +} + +.fadeIn +{ + -webkit-animation-name: fadeIn; + -moz-animation-name: fadeIn; + -o-animation-name: fadeIn; + animation-name: fadeIn; +} + +@-webkit-keyframes fadeInDown +{ + from + { + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + + opacity: 0; + } + to + { + -webkit-transform: none; + transform: none; + + opacity: 1; + } +} + +@-moz-keyframes fadeInDown +{ + from + { + -webkit-transform: translate3d(0, -100%, 0); + -moz-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + + opacity: 0; + } + to + { + -webkit-transform: none; + -moz-transform: none; + transform: none; + + opacity: 1; + } +} + +@-o-keyframes fadeInDown +{ + from + { + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + + opacity: 0; + } + to + { + -webkit-transform: none; + -o-transform: none; + transform: none; + + opacity: 1; + } +} + +@keyframes fadeInDown +{ + from + { + -webkit-transform: translate3d(0, -100%, 0); + -moz-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + + opacity: 0; + } + to + { + -webkit-transform: none; + -moz-transform: none; + -o-transform: none; + transform: none; + + opacity: 1; + } +} + +.fadeInDown +{ + -webkit-animation-name: fadeInDown; + -moz-animation-name: fadeInDown; + -o-animation-name: fadeInDown; + animation-name: fadeInDown; +} + +@-webkit-keyframes fadeInDownBig +{ + from + { + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + + opacity: 0; + } + to + { + -webkit-transform: none; + transform: none; + + opacity: 1; + } +} + +@-moz-keyframes fadeInDownBig +{ + from + { + -webkit-transform: translate3d(0, -2000px, 0); + -moz-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + + opacity: 0; + } + to + { + -webkit-transform: none; + -moz-transform: none; + transform: none; + + opacity: 1; + } +} + +@-o-keyframes fadeInDownBig +{ + from + { + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + + opacity: 0; + } + to + { + -webkit-transform: none; + -o-transform: none; + transform: none; + + opacity: 1; + } +} + +@keyframes fadeInDownBig +{ + from + { + -webkit-transform: translate3d(0, -2000px, 0); + -moz-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + + opacity: 0; + } + to + { + -webkit-transform: none; + -moz-transform: none; + -o-transform: none; + transform: none; + + opacity: 1; + } +} + +.fadeInDownBig +{ + -webkit-animation-name: fadeInDownBig; + -moz-animation-name: fadeInDownBig; + -o-animation-name: fadeInDownBig; + animation-name: fadeInDownBig; +} + +@-webkit-keyframes fadeInLeft +{ + from + { + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + + opacity: 0; + } + to + { + -webkit-transform: none; + transform: none; + + opacity: 1; + } +} + +@-moz-keyframes fadeInLeft +{ + from + { + -webkit-transform: translate3d(-100%, 0, 0); + -moz-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + + opacity: 0; + } + to + { + -webkit-transform: none; + -moz-transform: none; + transform: none; + + opacity: 1; + } +} + +@-o-keyframes fadeInLeft +{ + from + { + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + + opacity: 0; + } + to + { + -webkit-transform: none; + -o-transform: none; + transform: none; + + opacity: 1; + } +} + +@keyframes fadeInLeft +{ + from + { + -webkit-transform: translate3d(-100%, 0, 0); + -moz-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + + opacity: 0; + } + to + { + -webkit-transform: none; + -moz-transform: none; + -o-transform: none; + transform: none; + + opacity: 1; + } +} + +.fadeInLeft +{ + -webkit-animation-name: fadeInLeft; + -moz-animation-name: fadeInLeft; + -o-animation-name: fadeInLeft; + animation-name: fadeInLeft; +} + +@-webkit-keyframes fadeInLeftBig +{ + from + { + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + + opacity: 0; + } + to + { + -webkit-transform: none; + transform: none; + + opacity: 1; + } +} + +@-moz-keyframes fadeInLeftBig +{ + from + { + -webkit-transform: translate3d(-2000px, 0, 0); + -moz-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + + opacity: 0; + } + to + { + -webkit-transform: none; + -moz-transform: none; + transform: none; + + opacity: 1; + } +} + +@-o-keyframes fadeInLeftBig +{ + from + { + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + + opacity: 0; + } + to + { + -webkit-transform: none; + -o-transform: none; + transform: none; + + opacity: 1; + } +} + +@keyframes fadeInLeftBig +{ + from + { + -webkit-transform: translate3d(-2000px, 0, 0); + -moz-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + + opacity: 0; + } + to + { + -webkit-transform: none; + -moz-transform: none; + -o-transform: none; + transform: none; + + opacity: 1; + } +} + +.fadeInLeftBig +{ + -webkit-animation-name: fadeInLeftBig; + -moz-animation-name: fadeInLeftBig; + -o-animation-name: fadeInLeftBig; + animation-name: fadeInLeftBig; +} + +@-webkit-keyframes fadeInRight +{ + from + { + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + + opacity: 0; + } + to + { + -webkit-transform: none; + transform: none; + + opacity: 1; + } +} + +@-moz-keyframes fadeInRight +{ + from + { + -webkit-transform: translate3d(100%, 0, 0); + -moz-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + + opacity: 0; + } + to + { + -webkit-transform: none; + -moz-transform: none; + transform: none; + + opacity: 1; + } +} + +@-o-keyframes fadeInRight +{ + from + { + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + + opacity: 0; + } + to + { + -webkit-transform: none; + -o-transform: none; + transform: none; + + opacity: 1; + } +} + +@keyframes fadeInRight +{ + from + { + -webkit-transform: translate3d(100%, 0, 0); + -moz-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + + opacity: 0; + } + to + { + -webkit-transform: none; + -moz-transform: none; + -o-transform: none; + transform: none; + + opacity: 1; + } +} + +.fadeInRight +{ + -webkit-animation-name: fadeInRight; + -moz-animation-name: fadeInRight; + -o-animation-name: fadeInRight; + animation-name: fadeInRight; +} + +@-webkit-keyframes fadeInRightBig +{ + from + { + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + + opacity: 0; + } + to + { + -webkit-transform: none; + transform: none; + + opacity: 1; + } +} + +@-moz-keyframes fadeInRightBig +{ + from + { + -webkit-transform: translate3d(2000px, 0, 0); + -moz-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + + opacity: 0; + } + to + { + -webkit-transform: none; + -moz-transform: none; + transform: none; + + opacity: 1; + } +} + +@-o-keyframes fadeInRightBig +{ + from + { + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + + opacity: 0; + } + to + { + -webkit-transform: none; + -o-transform: none; + transform: none; + + opacity: 1; + } +} + +@keyframes fadeInRightBig +{ + from + { + -webkit-transform: translate3d(2000px, 0, 0); + -moz-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + + opacity: 0; + } + to + { + -webkit-transform: none; + -moz-transform: none; + -o-transform: none; + transform: none; + + opacity: 1; + } +} + +.fadeInRightBig +{ + -webkit-animation-name: fadeInRightBig; + -moz-animation-name: fadeInRightBig; + -o-animation-name: fadeInRightBig; + animation-name: fadeInRightBig; +} + +@-webkit-keyframes fadeInUp +{ + from + { + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + + opacity: 0; + } + to + { + -webkit-transform: none; + transform: none; + + opacity: 1; + } +} + +@-moz-keyframes fadeInUp +{ + from + { + -webkit-transform: translate3d(0, 100%, 0); + -moz-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + + opacity: 0; + } + to + { + -webkit-transform: none; + -moz-transform: none; + transform: none; + + opacity: 1; + } +} + +@-o-keyframes fadeInUp +{ + from + { + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + + opacity: 0; + } + to + { + -webkit-transform: none; + -o-transform: none; + transform: none; + + opacity: 1; + } +} + +@keyframes fadeInUp +{ + from + { + -webkit-transform: translate3d(0, 100%, 0); + -moz-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + + opacity: 0; + } + to + { + -webkit-transform: none; + -moz-transform: none; + -o-transform: none; + transform: none; + + opacity: 1; + } +} + +.fadeInUp +{ + -webkit-animation-name: fadeInUp; + -moz-animation-name: fadeInUp; + -o-animation-name: fadeInUp; + animation-name: fadeInUp; +} + +@-webkit-keyframes fadeInUpBig +{ + from + { + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + + opacity: 0; + } + to + { + -webkit-transform: none; + transform: none; + + opacity: 1; + } +} + +@-moz-keyframes fadeInUpBig +{ + from + { + -webkit-transform: translate3d(0, 2000px, 0); + -moz-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + + opacity: 0; + } + to + { + -webkit-transform: none; + -moz-transform: none; + transform: none; + + opacity: 1; + } +} + +@-o-keyframes fadeInUpBig +{ + from + { + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + + opacity: 0; + } + to + { + -webkit-transform: none; + -o-transform: none; + transform: none; + + opacity: 1; + } +} + +@keyframes fadeInUpBig +{ + from + { + -webkit-transform: translate3d(0, 2000px, 0); + -moz-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + + opacity: 0; + } + to + { + -webkit-transform: none; + -moz-transform: none; + -o-transform: none; + transform: none; + + opacity: 1; + } +} + +.fadeInUpBig +{ + -webkit-animation-name: fadeInUpBig; + -moz-animation-name: fadeInUpBig; + -o-animation-name: fadeInUpBig; + animation-name: fadeInUpBig; +} + +@-webkit-keyframes fadeOut +{ + from + { + opacity: 1; + } + to + { + opacity: 0; + } +} + +@-moz-keyframes fadeOut +{ + from + { + opacity: 1; + } + to + { + opacity: 0; + } +} + +@-o-keyframes fadeOut +{ + from + { + opacity: 1; + } + to + { + opacity: 0; + } +} + +@keyframes fadeOut +{ + from + { + opacity: 1; + } + to + { + opacity: 0; + } +} + +.fadeOut +{ + -webkit-animation-name: fadeOut; + -moz-animation-name: fadeOut; + -o-animation-name: fadeOut; + animation-name: fadeOut; +} + +@-webkit-keyframes fadeOutDown +{ + from + { + opacity: 1; + } + to + { + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + + opacity: 0; + } +} + +@-moz-keyframes fadeOutDown +{ + from + { + opacity: 1; + } + to + { + -webkit-transform: translate3d(0, 100%, 0); + -moz-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + + opacity: 0; + } +} + +@-o-keyframes fadeOutDown +{ + from + { + opacity: 1; + } + to + { + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + + opacity: 0; + } +} + +@keyframes fadeOutDown +{ + from + { + opacity: 1; + } + to + { + -webkit-transform: translate3d(0, 100%, 0); + -moz-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + + opacity: 0; + } +} + +.fadeOutDown +{ + -webkit-animation-name: fadeOutDown; + -moz-animation-name: fadeOutDown; + -o-animation-name: fadeOutDown; + animation-name: fadeOutDown; +} + +@-webkit-keyframes fadeOutDownBig +{ + from + { + opacity: 1; + } + to + { + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + + opacity: 0; + } +} + +@-moz-keyframes fadeOutDownBig +{ + from + { + opacity: 1; + } + to + { + -webkit-transform: translate3d(0, 2000px, 0); + -moz-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + + opacity: 0; + } +} + +@-o-keyframes fadeOutDownBig +{ + from + { + opacity: 1; + } + to + { + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + + opacity: 0; + } +} + +@keyframes fadeOutDownBig +{ + from + { + opacity: 1; + } + to + { + -webkit-transform: translate3d(0, 2000px, 0); + -moz-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + + opacity: 0; + } +} + +.fadeOutDownBig +{ + -webkit-animation-name: fadeOutDownBig; + -moz-animation-name: fadeOutDownBig; + -o-animation-name: fadeOutDownBig; + animation-name: fadeOutDownBig; +} + +@-webkit-keyframes fadeOutLeft +{ + from + { + opacity: 1; + } + to + { + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + + opacity: 0; + } +} + +@-moz-keyframes fadeOutLeft +{ + from + { + opacity: 1; + } + to + { + -webkit-transform: translate3d(-100%, 0, 0); + -moz-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + + opacity: 0; + } +} + +@-o-keyframes fadeOutLeft +{ + from + { + opacity: 1; + } + to + { + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + + opacity: 0; + } +} + +@keyframes fadeOutLeft +{ + from + { + opacity: 1; + } + to + { + -webkit-transform: translate3d(-100%, 0, 0); + -moz-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + + opacity: 0; + } +} + +.fadeOutLeft +{ + -webkit-animation-name: fadeOutLeft; + -moz-animation-name: fadeOutLeft; + -o-animation-name: fadeOutLeft; + animation-name: fadeOutLeft; +} + +@-webkit-keyframes fadeOutLeftBig +{ + from + { + opacity: 1; + } + to + { + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + + opacity: 0; + } +} + +@-moz-keyframes fadeOutLeftBig +{ + from + { + opacity: 1; + } + to + { + -webkit-transform: translate3d(-2000px, 0, 0); + -moz-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + + opacity: 0; + } +} + +@-o-keyframes fadeOutLeftBig +{ + from + { + opacity: 1; + } + to + { + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + + opacity: 0; + } +} + +@keyframes fadeOutLeftBig +{ + from + { + opacity: 1; + } + to + { + -webkit-transform: translate3d(-2000px, 0, 0); + -moz-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + + opacity: 0; + } +} + +.fadeOutLeftBig +{ + -webkit-animation-name: fadeOutLeftBig; + -moz-animation-name: fadeOutLeftBig; + -o-animation-name: fadeOutLeftBig; + animation-name: fadeOutLeftBig; +} + +@-webkit-keyframes fadeOutRight +{ + from + { + opacity: 1; + } + to + { + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + + opacity: 0; + } +} + +@-moz-keyframes fadeOutRight +{ + from + { + opacity: 1; + } + to + { + -webkit-transform: translate3d(100%, 0, 0); + -moz-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + + opacity: 0; + } +} + +@-o-keyframes fadeOutRight +{ + from + { + opacity: 1; + } + to + { + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + + opacity: 0; + } +} + +@keyframes fadeOutRight +{ + from + { + opacity: 1; + } + to + { + -webkit-transform: translate3d(100%, 0, 0); + -moz-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + + opacity: 0; + } +} + +.fadeOutRight +{ + -webkit-animation-name: fadeOutRight; + -moz-animation-name: fadeOutRight; + -o-animation-name: fadeOutRight; + animation-name: fadeOutRight; +} + +@-webkit-keyframes fadeOutRightBig +{ + from + { + opacity: 1; + } + to + { + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + + opacity: 0; + } +} + +@-moz-keyframes fadeOutRightBig +{ + from + { + opacity: 1; + } + to + { + -webkit-transform: translate3d(2000px, 0, 0); + -moz-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + + opacity: 0; + } +} + +@-o-keyframes fadeOutRightBig +{ + from + { + opacity: 1; + } + to + { + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + + opacity: 0; + } +} + +@keyframes fadeOutRightBig +{ + from + { + opacity: 1; + } + to + { + -webkit-transform: translate3d(2000px, 0, 0); + -moz-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + + opacity: 0; + } +} + +.fadeOutRightBig +{ + -webkit-animation-name: fadeOutRightBig; + -moz-animation-name: fadeOutRightBig; + -o-animation-name: fadeOutRightBig; + animation-name: fadeOutRightBig; +} + +@-webkit-keyframes fadeOutUp +{ + from + { + opacity: 1; + } + to + { + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + + opacity: 0; + } +} + +@-moz-keyframes fadeOutUp +{ + from + { + opacity: 1; + } + to + { + -webkit-transform: translate3d(0, -100%, 0); + -moz-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + + opacity: 0; + } +} + +@-o-keyframes fadeOutUp +{ + from + { + opacity: 1; + } + to + { + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + + opacity: 0; + } +} + +@keyframes fadeOutUp +{ + from + { + opacity: 1; + } + to + { + -webkit-transform: translate3d(0, -100%, 0); + -moz-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + + opacity: 0; + } +} + +.fadeOutUp +{ + -webkit-animation-name: fadeOutUp; + -moz-animation-name: fadeOutUp; + -o-animation-name: fadeOutUp; + animation-name: fadeOutUp; +} + +@-webkit-keyframes fadeOutUpBig +{ + from + { + opacity: 1; + } + to + { + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + + opacity: 0; + } +} + +@-moz-keyframes fadeOutUpBig +{ + from + { + opacity: 1; + } + to + { + -webkit-transform: translate3d(0, -2000px, 0); + -moz-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + + opacity: 0; + } +} + +@-o-keyframes fadeOutUpBig +{ + from + { + opacity: 1; + } + to + { + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + + opacity: 0; + } +} + +@keyframes fadeOutUpBig +{ + from + { + opacity: 1; + } + to + { + -webkit-transform: translate3d(0, -2000px, 0); + -moz-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + + opacity: 0; + } +} + +.fadeOutUpBig +{ + -webkit-animation-name: fadeOutUpBig; + -moz-animation-name: fadeOutUpBig; + -o-animation-name: fadeOutUpBig; + animation-name: fadeOutUpBig; +} + +@-webkit-keyframes flip +{ + from + { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg); + transform: perspective(400px) rotate3d(0, 1, 0, -360deg); + -webkit-animation-timing-function: ease-out; + animation-timing-function: ease-out; + } + 40% + { + -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); + transform: perspective(400px) 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) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); + transform: perspective(400px) 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(.95, .95, .95); + transform: perspective(400px) scale3d(.95, .95, .95); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + to + { + -webkit-transform: perspective(400px); + transform: perspective(400px); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } +} + +@-moz-keyframes flip +{ + from + { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg); + -moz-transform: perspective(400px) rotate3d(0, 1, 0, -360deg); + transform: perspective(400px) rotate3d(0, 1, 0, -360deg); + -webkit-animation-timing-function: ease-out; + -moz-animation-timing-function: ease-out; + animation-timing-function: ease-out; + } + 40% + { + -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); + -moz-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); + transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); + -webkit-animation-timing-function: ease-out; + -moz-animation-timing-function: ease-out; + animation-timing-function: ease-out; + } + 50% + { + -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); + -moz-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); + transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); + -webkit-animation-timing-function: ease-in; + -moz-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + 80% + { + -webkit-transform: perspective(400px) scale3d(.95, .95, .95); + -moz-transform: perspective(400px) scale3d(.95, .95, .95); + transform: perspective(400px) scale3d(.95, .95, .95); + -webkit-animation-timing-function: ease-in; + -moz-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + to + { + -webkit-transform: perspective(400px); + -moz-transform: perspective(400px); + transform: perspective(400px); + -webkit-animation-timing-function: ease-in; + -moz-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } +} + +@-o-keyframes flip +{ + from + { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg); + transform: perspective(400px) rotate3d(0, 1, 0, -360deg); + -webkit-animation-timing-function: ease-out; + -o-animation-timing-function: ease-out; + animation-timing-function: ease-out; + } + 40% + { + -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); + transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); + -webkit-animation-timing-function: ease-out; + -o-animation-timing-function: ease-out; + animation-timing-function: ease-out; + } + 50% + { + -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); + transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); + -webkit-animation-timing-function: ease-in; + -o-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + 80% + { + -webkit-transform: perspective(400px) scale3d(.95, .95, .95); + transform: perspective(400px) scale3d(.95, .95, .95); + -webkit-animation-timing-function: ease-in; + -o-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + to + { + -webkit-transform: perspective(400px); + transform: perspective(400px); + -webkit-animation-timing-function: ease-in; + -o-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } +} + +@keyframes flip +{ + from + { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg); + -moz-transform: perspective(400px) rotate3d(0, 1, 0, -360deg); + transform: perspective(400px) rotate3d(0, 1, 0, -360deg); + -webkit-animation-timing-function: ease-out; + -moz-animation-timing-function: ease-out; + -o-animation-timing-function: ease-out; + animation-timing-function: ease-out; + } + 40% + { + -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); + -moz-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); + transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); + -webkit-animation-timing-function: ease-out; + -moz-animation-timing-function: ease-out; + -o-animation-timing-function: ease-out; + animation-timing-function: ease-out; + } + 50% + { + -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); + -moz-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); + transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); + -webkit-animation-timing-function: ease-in; + -moz-animation-timing-function: ease-in; + -o-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + 80% + { + -webkit-transform: perspective(400px) scale3d(.95, .95, .95); + -moz-transform: perspective(400px) scale3d(.95, .95, .95); + transform: perspective(400px) scale3d(.95, .95, .95); + -webkit-animation-timing-function: ease-in; + -moz-animation-timing-function: ease-in; + -o-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + to + { + -webkit-transform: perspective(400px); + -moz-transform: perspective(400px); + transform: perspective(400px); + -webkit-animation-timing-function: ease-in; + -moz-animation-timing-function: ease-in; + -o-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } +} + +.animated.flip +{ + -webkit-animation-name: flip; + -moz-animation-name: flip; + -o-animation-name: flip; + animation-name: flip; + + -webkit-backface-visibility: visible; + -moz-backface-visibility: visible; + backface-visibility: visible; +} + +@-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); + } +} + +@-moz-keyframes flipInX +{ + from + { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + -moz-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + -webkit-animation-timing-function: ease-in; + -moz-animation-timing-function: ease-in; + animation-timing-function: ease-in; + + opacity: 0; + } + 40% + { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + -moz-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + -webkit-animation-timing-function: ease-in; + -moz-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + 60% + { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg); + -moz-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); + -moz-transform: perspective(400px) rotate3d(1, 0, 0, -5deg); + transform: perspective(400px) rotate3d(1, 0, 0, -5deg); + } + to + { + -webkit-transform: perspective(400px); + -moz-transform: perspective(400px); + transform: perspective(400px); + } +} + +@-o-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; + -o-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; + -o-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); + -moz-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + -webkit-animation-timing-function: ease-in; + -moz-animation-timing-function: ease-in; + -o-animation-timing-function: ease-in; + animation-timing-function: ease-in; + + opacity: 0; + } + 40% + { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + -moz-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + -webkit-animation-timing-function: ease-in; + -moz-animation-timing-function: ease-in; + -o-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + 60% + { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg); + -moz-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); + -moz-transform: perspective(400px) rotate3d(1, 0, 0, -5deg); + transform: perspective(400px) rotate3d(1, 0, 0, -5deg); + } + to + { + -webkit-transform: perspective(400px); + -moz-transform: perspective(400px); + transform: perspective(400px); + } +} + +.flipInX +{ + -webkit-animation-name: flipInX; + -moz-animation-name: flipInX; + -o-animation-name: flipInX; + animation-name: flipInX; + + -webkit-backface-visibility: visible !important; + -moz-backface-visibility: visible !important; + backface-visibility: visible !important; +} + +@-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); + } +} + +@-moz-keyframes flipInY +{ + from + { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + -moz-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + -webkit-animation-timing-function: ease-in; + -moz-animation-timing-function: ease-in; + animation-timing-function: ease-in; + + opacity: 0; + } + 40% + { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg); + -moz-transform: perspective(400px) rotate3d(0, 1, 0, -20deg); + transform: perspective(400px) rotate3d(0, 1, 0, -20deg); + -webkit-animation-timing-function: ease-in; + -moz-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + 60% + { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg); + -moz-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); + -moz-transform: perspective(400px) rotate3d(0, 1, 0, -5deg); + transform: perspective(400px) rotate3d(0, 1, 0, -5deg); + } + to + { + -webkit-transform: perspective(400px); + -moz-transform: perspective(400px); + transform: perspective(400px); + } +} + +@-o-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; + -o-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; + -o-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); + -moz-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + -webkit-animation-timing-function: ease-in; + -moz-animation-timing-function: ease-in; + -o-animation-timing-function: ease-in; + animation-timing-function: ease-in; + + opacity: 0; + } + 40% + { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg); + -moz-transform: perspective(400px) rotate3d(0, 1, 0, -20deg); + transform: perspective(400px) rotate3d(0, 1, 0, -20deg); + -webkit-animation-timing-function: ease-in; + -moz-animation-timing-function: ease-in; + -o-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + 60% + { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg); + -moz-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); + -moz-transform: perspective(400px) rotate3d(0, 1, 0, -5deg); + transform: perspective(400px) rotate3d(0, 1, 0, -5deg); + } + to + { + -webkit-transform: perspective(400px); + -moz-transform: perspective(400px); + transform: perspective(400px); + } +} + +.flipInY +{ + -webkit-animation-name: flipInY; + -moz-animation-name: flipInY; + -o-animation-name: flipInY; + animation-name: flipInY; + + -webkit-backface-visibility: visible !important; + -moz-backface-visibility: visible !important; + backface-visibility: visible !important; +} + +@-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; + } +} + +@-moz-keyframes flipOutX +{ + from + { + -webkit-transform: perspective(400px); + -moz-transform: perspective(400px); + transform: perspective(400px); + } + 30% + { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + -moz-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); + -moz-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + + opacity: 0; + } +} + +@-o-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); + -moz-transform: perspective(400px); + transform: perspective(400px); + } + 30% + { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + -moz-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); + -moz-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + + opacity: 0; + } +} + +.flipOutX +{ + -webkit-animation-name: flipOutX; + -moz-animation-name: flipOutX; + -o-animation-name: flipOutX; + animation-name: flipOutX; + + -webkit-backface-visibility: visible !important; + -moz-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; + } +} + +@-moz-keyframes flipOutY +{ + from + { + -webkit-transform: perspective(400px); + -moz-transform: perspective(400px); + transform: perspective(400px); + } + 30% + { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg); + -moz-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); + -moz-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + + opacity: 0; + } +} + +@-o-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); + -moz-transform: perspective(400px); + transform: perspective(400px); + } + 30% + { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg); + -moz-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); + -moz-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + + opacity: 0; + } +} + +.flipOutY +{ + -webkit-animation-name: flipOutY; + -moz-animation-name: flipOutY; + -o-animation-name: flipOutY; + animation-name: flipOutY; + + -webkit-backface-visibility: visible !important; + -moz-backface-visibility: visible !important; + backface-visibility: visible !important; +} + +@-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); + + opacity: 1; + } + to + { + -webkit-transform: none; + transform: none; + + opacity: 1; + } +} + +@-moz-keyframes lightSpeedIn +{ + from + { + -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg); + -moz-transform: translate3d(100%, 0, 0) skewX(-30deg); + transform: translate3d(100%, 0, 0) skewX(-30deg); + + opacity: 0; + } + 60% + { + -webkit-transform: skewX(20deg); + -moz-transform: skewX(20deg); + transform: skewX(20deg); + + opacity: 1; + } + 80% + { + -webkit-transform: skewX(-5deg); + -moz-transform: skewX(-5deg); + transform: skewX(-5deg); + + opacity: 1; + } + to + { + -webkit-transform: none; + -moz-transform: none; + transform: none; + + opacity: 1; + } +} + +@-o-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); + -o-transform: skewX(20deg); + transform: skewX(20deg); + + opacity: 1; + } + 80% + { + -webkit-transform: skewX(-5deg); + -o-transform: skewX(-5deg); + transform: skewX(-5deg); + + opacity: 1; + } + to + { + -webkit-transform: none; + -o-transform: none; + transform: none; + + opacity: 1; + } +} + +@keyframes lightSpeedIn +{ + from + { + -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg); + -moz-transform: translate3d(100%, 0, 0) skewX(-30deg); + transform: translate3d(100%, 0, 0) skewX(-30deg); + + opacity: 0; + } + 60% + { + -webkit-transform: skewX(20deg); + -moz-transform: skewX(20deg); + -o-transform: skewX(20deg); + transform: skewX(20deg); + + opacity: 1; + } + 80% + { + -webkit-transform: skewX(-5deg); + -moz-transform: skewX(-5deg); + -o-transform: skewX(-5deg); + transform: skewX(-5deg); + + opacity: 1; + } + to + { + -webkit-transform: none; + -moz-transform: none; + -o-transform: none; + transform: none; + + opacity: 1; + } +} + +.lightSpeedIn +{ + -webkit-animation-name: lightSpeedIn; + -moz-animation-name: lightSpeedIn; + -o-animation-name: lightSpeedIn; + animation-name: lightSpeedIn; + -webkit-animation-timing-function: ease-out; + -moz-animation-timing-function: ease-out; + -o-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; + } +} + +@-moz-keyframes lightSpeedOut +{ + from + { + opacity: 1; + } + to + { + -webkit-transform: translate3d(100%, 0, 0) skewX(30deg); + -moz-transform: translate3d(100%, 0, 0) skewX(30deg); + transform: translate3d(100%, 0, 0) skewX(30deg); + + opacity: 0; + } +} + +@-o-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); + -moz-transform: translate3d(100%, 0, 0) skewX(30deg); + transform: translate3d(100%, 0, 0) skewX(30deg); + + opacity: 0; + } +} + +.lightSpeedOut +{ + -webkit-animation-name: lightSpeedOut; + -moz-animation-name: lightSpeedOut; + -o-animation-name: lightSpeedOut; + animation-name: lightSpeedOut; + -webkit-animation-timing-function: ease-in; + -moz-animation-timing-function: ease-in; + -o-animation-timing-function: ease-in; + animation-timing-function: ease-in; +} + +@-webkit-keyframes rotateIn +{ + from + { + -webkit-transform: rotate3d(0, 0, 1, -200deg); + transform: rotate3d(0, 0, 1, -200deg); + -webkit-transform-origin: center; + transform-origin: center; + + opacity: 0; + } + to + { + -webkit-transform: none; + transform: none; + -webkit-transform-origin: center; + transform-origin: center; + + opacity: 1; + } +} + +@-moz-keyframes rotateIn +{ + from + { + -webkit-transform: rotate3d(0, 0, 1, -200deg); + -moz-transform: rotate3d(0, 0, 1, -200deg); + transform: rotate3d(0, 0, 1, -200deg); + -webkit-transform-origin: center; + -moz-transform-origin: center; + transform-origin: center; + + opacity: 0; + } + to + { + -webkit-transform: none; + -moz-transform: none; + transform: none; + -webkit-transform-origin: center; + -moz-transform-origin: center; + transform-origin: center; + + opacity: 1; + } +} + +@-o-keyframes rotateIn +{ + from + { + -webkit-transform: rotate3d(0, 0, 1, -200deg); + transform: rotate3d(0, 0, 1, -200deg); + -webkit-transform-origin: center; + -o-transform-origin: center; + transform-origin: center; + + opacity: 0; + } + to + { + -webkit-transform: none; + -o-transform: none; + transform: none; + -webkit-transform-origin: center; + -o-transform-origin: center; + transform-origin: center; + + opacity: 1; + } +} + +@keyframes rotateIn +{ + from + { + -webkit-transform: rotate3d(0, 0, 1, -200deg); + -moz-transform: rotate3d(0, 0, 1, -200deg); + transform: rotate3d(0, 0, 1, -200deg); + -webkit-transform-origin: center; + -moz-transform-origin: center; + -o-transform-origin: center; + transform-origin: center; + + opacity: 0; + } + to + { + -webkit-transform: none; + -moz-transform: none; + -o-transform: none; + transform: none; + -webkit-transform-origin: center; + -moz-transform-origin: center; + -o-transform-origin: center; + transform-origin: center; + + opacity: 1; + } +} + +.rotateIn +{ + -webkit-animation-name: rotateIn; + -moz-animation-name: rotateIn; + -o-animation-name: rotateIn; + animation-name: rotateIn; +} + +@-webkit-keyframes rotateInDownLeft +{ + from + { + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + + opacity: 0; + } + to + { + -webkit-transform: none; + transform: none; + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + + opacity: 1; + } +} + +@-moz-keyframes rotateInDownLeft +{ + from + { + -webkit-transform: rotate3d(0, 0, 1, -45deg); + -moz-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + -webkit-transform-origin: left bottom; + -moz-transform-origin: left bottom; + transform-origin: left bottom; + + opacity: 0; + } + to + { + -webkit-transform: none; + -moz-transform: none; + transform: none; + -webkit-transform-origin: left bottom; + -moz-transform-origin: left bottom; + transform-origin: left bottom; + + opacity: 1; + } +} + +@-o-keyframes rotateInDownLeft +{ + from + { + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + -webkit-transform-origin: left bottom; + -o-transform-origin: left bottom; + transform-origin: left bottom; + + opacity: 0; + } + to + { + -webkit-transform: none; + -o-transform: none; + transform: none; + -webkit-transform-origin: left bottom; + -o-transform-origin: left bottom; + transform-origin: left bottom; + + opacity: 1; + } +} + +@keyframes rotateInDownLeft +{ + from + { + -webkit-transform: rotate3d(0, 0, 1, -45deg); + -moz-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + -webkit-transform-origin: left bottom; + -moz-transform-origin: left bottom; + -o-transform-origin: left bottom; + transform-origin: left bottom; + + opacity: 0; + } + to + { + -webkit-transform: none; + -moz-transform: none; + -o-transform: none; + transform: none; + -webkit-transform-origin: left bottom; + -moz-transform-origin: left bottom; + -o-transform-origin: left bottom; + transform-origin: left bottom; + + opacity: 1; + } +} + +.rotateInDownLeft +{ + -webkit-animation-name: rotateInDownLeft; + -moz-animation-name: rotateInDownLeft; + -o-animation-name: rotateInDownLeft; + animation-name: rotateInDownLeft; +} + +@-webkit-keyframes rotateInDownRight +{ + from + { + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + + opacity: 0; + } + to + { + -webkit-transform: none; + transform: none; + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + + opacity: 1; + } +} + +@-moz-keyframes rotateInDownRight +{ + from + { + -webkit-transform: rotate3d(0, 0, 1, 45deg); + -moz-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + -webkit-transform-origin: right bottom; + -moz-transform-origin: right bottom; + transform-origin: right bottom; + + opacity: 0; + } + to + { + -webkit-transform: none; + -moz-transform: none; + transform: none; + -webkit-transform-origin: right bottom; + -moz-transform-origin: right bottom; + transform-origin: right bottom; + + opacity: 1; + } +} + +@-o-keyframes rotateInDownRight +{ + from + { + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + -webkit-transform-origin: right bottom; + -o-transform-origin: right bottom; + transform-origin: right bottom; + + opacity: 0; + } + to + { + -webkit-transform: none; + -o-transform: none; + transform: none; + -webkit-transform-origin: right bottom; + -o-transform-origin: right bottom; + transform-origin: right bottom; + + opacity: 1; + } +} + +@keyframes rotateInDownRight +{ + from + { + -webkit-transform: rotate3d(0, 0, 1, 45deg); + -moz-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + -webkit-transform-origin: right bottom; + -moz-transform-origin: right bottom; + -o-transform-origin: right bottom; + transform-origin: right bottom; + + opacity: 0; + } + to + { + -webkit-transform: none; + -moz-transform: none; + -o-transform: none; + transform: none; + -webkit-transform-origin: right bottom; + -moz-transform-origin: right bottom; + -o-transform-origin: right bottom; + transform-origin: right bottom; + + opacity: 1; + } +} + +.rotateInDownRight +{ + -webkit-animation-name: rotateInDownRight; + -moz-animation-name: rotateInDownRight; + -o-animation-name: rotateInDownRight; + animation-name: rotateInDownRight; +} + +@-webkit-keyframes rotateInUpLeft +{ + from + { + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + + opacity: 0; + } + to + { + -webkit-transform: none; + transform: none; + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + + opacity: 1; + } +} + +@-moz-keyframes rotateInUpLeft +{ + from + { + -webkit-transform: rotate3d(0, 0, 1, 45deg); + -moz-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + -webkit-transform-origin: left bottom; + -moz-transform-origin: left bottom; + transform-origin: left bottom; + + opacity: 0; + } + to + { + -webkit-transform: none; + -moz-transform: none; + transform: none; + -webkit-transform-origin: left bottom; + -moz-transform-origin: left bottom; + transform-origin: left bottom; + + opacity: 1; + } +} + +@-o-keyframes rotateInUpLeft +{ + from + { + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + -webkit-transform-origin: left bottom; + -o-transform-origin: left bottom; + transform-origin: left bottom; + + opacity: 0; + } + to + { + -webkit-transform: none; + -o-transform: none; + transform: none; + -webkit-transform-origin: left bottom; + -o-transform-origin: left bottom; + transform-origin: left bottom; + + opacity: 1; + } +} + +@keyframes rotateInUpLeft +{ + from + { + -webkit-transform: rotate3d(0, 0, 1, 45deg); + -moz-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + -webkit-transform-origin: left bottom; + -moz-transform-origin: left bottom; + -o-transform-origin: left bottom; + transform-origin: left bottom; + + opacity: 0; + } + to + { + -webkit-transform: none; + -moz-transform: none; + -o-transform: none; + transform: none; + -webkit-transform-origin: left bottom; + -moz-transform-origin: left bottom; + -o-transform-origin: left bottom; + transform-origin: left bottom; + + opacity: 1; + } +} + +.rotateInUpLeft +{ + -webkit-animation-name: rotateInUpLeft; + -moz-animation-name: rotateInUpLeft; + -o-animation-name: rotateInUpLeft; + animation-name: rotateInUpLeft; +} + +@-webkit-keyframes rotateInUpRight +{ + from + { + -webkit-transform: rotate3d(0, 0, 1, -90deg); + transform: rotate3d(0, 0, 1, -90deg); + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + + opacity: 0; + } + to + { + -webkit-transform: none; + transform: none; + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + + opacity: 1; + } +} + +@-moz-keyframes rotateInUpRight +{ + from + { + -webkit-transform: rotate3d(0, 0, 1, -90deg); + -moz-transform: rotate3d(0, 0, 1, -90deg); + transform: rotate3d(0, 0, 1, -90deg); + -webkit-transform-origin: right bottom; + -moz-transform-origin: right bottom; + transform-origin: right bottom; + + opacity: 0; + } + to + { + -webkit-transform: none; + -moz-transform: none; + transform: none; + -webkit-transform-origin: right bottom; + -moz-transform-origin: right bottom; + transform-origin: right bottom; + + opacity: 1; + } +} + +@-o-keyframes rotateInUpRight +{ + from + { + -webkit-transform: rotate3d(0, 0, 1, -90deg); + transform: rotate3d(0, 0, 1, -90deg); + -webkit-transform-origin: right bottom; + -o-transform-origin: right bottom; + transform-origin: right bottom; + + opacity: 0; + } + to + { + -webkit-transform: none; + -o-transform: none; + transform: none; + -webkit-transform-origin: right bottom; + -o-transform-origin: right bottom; + transform-origin: right bottom; + + opacity: 1; + } +} + +@keyframes rotateInUpRight +{ + from + { + -webkit-transform: rotate3d(0, 0, 1, -90deg); + -moz-transform: rotate3d(0, 0, 1, -90deg); + transform: rotate3d(0, 0, 1, -90deg); + -webkit-transform-origin: right bottom; + -moz-transform-origin: right bottom; + -o-transform-origin: right bottom; + transform-origin: right bottom; + + opacity: 0; + } + to + { + -webkit-transform: none; + -moz-transform: none; + -o-transform: none; + transform: none; + -webkit-transform-origin: right bottom; + -moz-transform-origin: right bottom; + -o-transform-origin: right bottom; + transform-origin: right bottom; + + opacity: 1; + } +} + +.rotateInUpRight +{ + -webkit-animation-name: rotateInUpRight; + -moz-animation-name: rotateInUpRight; + -o-animation-name: rotateInUpRight; + animation-name: rotateInUpRight; +} + +@-webkit-keyframes rotateOut +{ + from + { + -webkit-transform-origin: center; + transform-origin: center; + + opacity: 1; + } + to + { + -webkit-transform: rotate3d(0, 0, 1, 200deg); + transform: rotate3d(0, 0, 1, 200deg); + -webkit-transform-origin: center; + transform-origin: center; + + opacity: 0; + } +} + +@-moz-keyframes rotateOut +{ + from + { + -webkit-transform-origin: center; + -moz-transform-origin: center; + transform-origin: center; + + opacity: 1; + } + to + { + -webkit-transform: rotate3d(0, 0, 1, 200deg); + -moz-transform: rotate3d(0, 0, 1, 200deg); + transform: rotate3d(0, 0, 1, 200deg); + -webkit-transform-origin: center; + -moz-transform-origin: center; + transform-origin: center; + + opacity: 0; + } +} + +@-o-keyframes rotateOut +{ + from + { + -webkit-transform-origin: center; + -o-transform-origin: center; + transform-origin: center; + + opacity: 1; + } + to + { + -webkit-transform: rotate3d(0, 0, 1, 200deg); + transform: rotate3d(0, 0, 1, 200deg); + -webkit-transform-origin: center; + -o-transform-origin: center; + transform-origin: center; + + opacity: 0; + } +} + +@keyframes rotateOut +{ + from + { + -webkit-transform-origin: center; + -moz-transform-origin: center; + -o-transform-origin: center; + transform-origin: center; + + opacity: 1; + } + to + { + -webkit-transform: rotate3d(0, 0, 1, 200deg); + -moz-transform: rotate3d(0, 0, 1, 200deg); + transform: rotate3d(0, 0, 1, 200deg); + -webkit-transform-origin: center; + -moz-transform-origin: center; + -o-transform-origin: center; + transform-origin: center; + + opacity: 0; + } +} + +.rotateOut +{ + -webkit-animation-name: rotateOut; + -moz-animation-name: rotateOut; + -o-animation-name: rotateOut; + animation-name: rotateOut; +} + +@-webkit-keyframes rotateOutDownLeft +{ + from + { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + + opacity: 1; + } + to + { + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + + opacity: 0; + } +} + +@-moz-keyframes rotateOutDownLeft +{ + from + { + -webkit-transform-origin: left bottom; + -moz-transform-origin: left bottom; + transform-origin: left bottom; + + opacity: 1; + } + to + { + -webkit-transform: rotate3d(0, 0, 1, 45deg); + -moz-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + -webkit-transform-origin: left bottom; + -moz-transform-origin: left bottom; + transform-origin: left bottom; + + opacity: 0; + } +} + +@-o-keyframes rotateOutDownLeft +{ + from + { + -webkit-transform-origin: left bottom; + -o-transform-origin: left bottom; + transform-origin: left bottom; + + opacity: 1; + } + to + { + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + -webkit-transform-origin: left bottom; + -o-transform-origin: left bottom; + transform-origin: left bottom; + + opacity: 0; + } +} + +@keyframes rotateOutDownLeft +{ + from + { + -webkit-transform-origin: left bottom; + -moz-transform-origin: left bottom; + -o-transform-origin: left bottom; + transform-origin: left bottom; + + opacity: 1; + } + to + { + -webkit-transform: rotate3d(0, 0, 1, 45deg); + -moz-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + -webkit-transform-origin: left bottom; + -moz-transform-origin: left bottom; + -o-transform-origin: left bottom; + transform-origin: left bottom; + + opacity: 0; + } +} + +.rotateOutDownLeft +{ + -webkit-animation-name: rotateOutDownLeft; + -moz-animation-name: rotateOutDownLeft; + -o-animation-name: rotateOutDownLeft; + animation-name: rotateOutDownLeft; +} + +@-webkit-keyframes rotateOutDownRight +{ + from + { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + + opacity: 1; + } + to + { + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + + opacity: 0; + } +} + +@-moz-keyframes rotateOutDownRight +{ + from + { + -webkit-transform-origin: right bottom; + -moz-transform-origin: right bottom; + transform-origin: right bottom; + + opacity: 1; + } + to + { + -webkit-transform: rotate3d(0, 0, 1, -45deg); + -moz-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + -webkit-transform-origin: right bottom; + -moz-transform-origin: right bottom; + transform-origin: right bottom; + + opacity: 0; + } +} + +@-o-keyframes rotateOutDownRight +{ + from + { + -webkit-transform-origin: right bottom; + -o-transform-origin: right bottom; + transform-origin: right bottom; + + opacity: 1; + } + to + { + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + -webkit-transform-origin: right bottom; + -o-transform-origin: right bottom; + transform-origin: right bottom; + + opacity: 0; + } +} + +@keyframes rotateOutDownRight +{ + from + { + -webkit-transform-origin: right bottom; + -moz-transform-origin: right bottom; + -o-transform-origin: right bottom; + transform-origin: right bottom; + + opacity: 1; + } + to + { + -webkit-transform: rotate3d(0, 0, 1, -45deg); + -moz-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + -webkit-transform-origin: right bottom; + -moz-transform-origin: right bottom; + -o-transform-origin: right bottom; + transform-origin: right bottom; + + opacity: 0; + } +} + +.rotateOutDownRight +{ + -webkit-animation-name: rotateOutDownRight; + -moz-animation-name: rotateOutDownRight; + -o-animation-name: rotateOutDownRight; + animation-name: rotateOutDownRight; +} + +@-webkit-keyframes rotateOutUpLeft +{ + from + { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + + opacity: 1; + } + to + { + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + + opacity: 0; + } +} + +@-moz-keyframes rotateOutUpLeft +{ + from + { + -webkit-transform-origin: left bottom; + -moz-transform-origin: left bottom; + transform-origin: left bottom; + + opacity: 1; + } + to + { + -webkit-transform: rotate3d(0, 0, 1, -45deg); + -moz-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + -webkit-transform-origin: left bottom; + -moz-transform-origin: left bottom; + transform-origin: left bottom; + + opacity: 0; + } +} + +@-o-keyframes rotateOutUpLeft +{ + from + { + -webkit-transform-origin: left bottom; + -o-transform-origin: left bottom; + transform-origin: left bottom; + + opacity: 1; + } + to + { + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + -webkit-transform-origin: left bottom; + -o-transform-origin: left bottom; + transform-origin: left bottom; + + opacity: 0; + } +} + +@keyframes rotateOutUpLeft +{ + from + { + -webkit-transform-origin: left bottom; + -moz-transform-origin: left bottom; + -o-transform-origin: left bottom; + transform-origin: left bottom; + + opacity: 1; + } + to + { + -webkit-transform: rotate3d(0, 0, 1, -45deg); + -moz-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + -webkit-transform-origin: left bottom; + -moz-transform-origin: left bottom; + -o-transform-origin: left bottom; + transform-origin: left bottom; + + opacity: 0; + } +} + +.rotateOutUpLeft +{ + -webkit-animation-name: rotateOutUpLeft; + -moz-animation-name: rotateOutUpLeft; + -o-animation-name: rotateOutUpLeft; + animation-name: rotateOutUpLeft; +} + +@-webkit-keyframes rotateOutUpRight +{ + from + { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + + opacity: 1; + } + to + { + -webkit-transform: rotate3d(0, 0, 1, 90deg); + transform: rotate3d(0, 0, 1, 90deg); + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + + opacity: 0; + } +} + +@-moz-keyframes rotateOutUpRight +{ + from + { + -webkit-transform-origin: right bottom; + -moz-transform-origin: right bottom; + transform-origin: right bottom; + + opacity: 1; + } + to + { + -webkit-transform: rotate3d(0, 0, 1, 90deg); + -moz-transform: rotate3d(0, 0, 1, 90deg); + transform: rotate3d(0, 0, 1, 90deg); + -webkit-transform-origin: right bottom; + -moz-transform-origin: right bottom; + transform-origin: right bottom; + + opacity: 0; + } +} + +@-o-keyframes rotateOutUpRight +{ + from + { + -webkit-transform-origin: right bottom; + -o-transform-origin: right bottom; + transform-origin: right bottom; + + opacity: 1; + } + to + { + -webkit-transform: rotate3d(0, 0, 1, 90deg); + transform: rotate3d(0, 0, 1, 90deg); + -webkit-transform-origin: right bottom; + -o-transform-origin: right bottom; + transform-origin: right bottom; + + opacity: 0; + } +} + +@keyframes rotateOutUpRight +{ + from + { + -webkit-transform-origin: right bottom; + -moz-transform-origin: right bottom; + -o-transform-origin: right bottom; + transform-origin: right bottom; + + opacity: 1; + } + to + { + -webkit-transform: rotate3d(0, 0, 1, 90deg); + -moz-transform: rotate3d(0, 0, 1, 90deg); + transform: rotate3d(0, 0, 1, 90deg); + -webkit-transform-origin: right bottom; + -moz-transform-origin: right bottom; + -o-transform-origin: right bottom; + transform-origin: right bottom; + + opacity: 0; + } +} + +.rotateOutUpRight +{ + -webkit-animation-name: rotateOutUpRight; + -moz-animation-name: rotateOutUpRight; + -o-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; + } +} + +@-moz-keyframes hinge +{ + 0% + { + -webkit-transform-origin: top left; + -moz-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + -moz-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + } + 20%, + 60% + { + -webkit-transform: rotate3d(0, 0, 1, 80deg); + -moz-transform: rotate3d(0, 0, 1, 80deg); + transform: rotate3d(0, 0, 1, 80deg); + -webkit-transform-origin: top left; + -moz-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + -moz-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + } + 40%, + 80% + { + -webkit-transform: rotate3d(0, 0, 1, 60deg); + -moz-transform: rotate3d(0, 0, 1, 60deg); + transform: rotate3d(0, 0, 1, 60deg); + -webkit-transform-origin: top left; + -moz-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + -moz-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + + opacity: 1; + } + to + { + -webkit-transform: translate3d(0, 700px, 0); + -moz-transform: translate3d(0, 700px, 0); + transform: translate3d(0, 700px, 0); + + opacity: 0; + } +} + +@-o-keyframes hinge +{ + 0% + { + -webkit-transform-origin: top left; + -o-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + -o-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; + -o-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + -o-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; + -o-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + -o-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; + -moz-transform-origin: top left; + -o-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + -moz-animation-timing-function: ease-in-out; + -o-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + } + 20%, + 60% + { + -webkit-transform: rotate3d(0, 0, 1, 80deg); + -moz-transform: rotate3d(0, 0, 1, 80deg); + transform: rotate3d(0, 0, 1, 80deg); + -webkit-transform-origin: top left; + -moz-transform-origin: top left; + -o-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + -moz-animation-timing-function: ease-in-out; + -o-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + } + 40%, + 80% + { + -webkit-transform: rotate3d(0, 0, 1, 60deg); + -moz-transform: rotate3d(0, 0, 1, 60deg); + transform: rotate3d(0, 0, 1, 60deg); + -webkit-transform-origin: top left; + -moz-transform-origin: top left; + -o-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + -moz-animation-timing-function: ease-in-out; + -o-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + + opacity: 1; + } + to + { + -webkit-transform: translate3d(0, 700px, 0); + -moz-transform: translate3d(0, 700px, 0); + transform: translate3d(0, 700px, 0); + + opacity: 0; + } +} + +.hinge +{ + -webkit-animation-name: hinge; + -moz-animation-name: hinge; + -o-animation-name: hinge; + animation-name: hinge; +} + +/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ +@-webkit-keyframes rollIn +{ + from + { + -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); + transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); + + opacity: 0; + } + to + { + -webkit-transform: none; + transform: none; + + opacity: 1; + } +} + +@-moz-keyframes rollIn +{ + from + { + -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); + -moz-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); + transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); + + opacity: 0; + } + to + { + -webkit-transform: none; + -moz-transform: none; + transform: none; + + opacity: 1; + } +} + +@-o-keyframes rollIn +{ + from + { + -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); + transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); + + opacity: 0; + } + to + { + -webkit-transform: none; + -o-transform: none; + transform: none; + + opacity: 1; + } +} + +@keyframes rollIn +{ + from + { + -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); + -moz-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); + transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); + + opacity: 0; + } + to + { + -webkit-transform: none; + -moz-transform: none; + -o-transform: none; + transform: none; + + opacity: 1; + } +} + +.rollIn +{ + -webkit-animation-name: rollIn; + -moz-animation-name: rollIn; + -o-animation-name: rollIn; + animation-name: rollIn; +} + +/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ +@-webkit-keyframes rollOut +{ + from + { + opacity: 1; + } + to + { + -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); + transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); + + opacity: 0; + } +} + +@-moz-keyframes rollOut +{ + from + { + opacity: 1; + } + to + { + -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); + -moz-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); + transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); + + opacity: 0; + } +} + +@-o-keyframes rollOut +{ + from + { + opacity: 1; + } + to + { + -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); + transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); + + opacity: 0; + } +} + +@keyframes rollOut +{ + from + { + opacity: 1; + } + to + { + -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); + -moz-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); + transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); + + opacity: 0; + } +} + +.rollOut +{ + -webkit-animation-name: rollOut; + -moz-animation-name: rollOut; + -o-animation-name: rollOut; + animation-name: rollOut; +} + +@-webkit-keyframes zoomIn +{ + from + { + -webkit-transform: scale3d(.3, .3, .3); + transform: scale3d(.3, .3, .3); + + opacity: 0; + } + 50% + { + opacity: 1; + } +} + +@-moz-keyframes zoomIn +{ + from + { + -webkit-transform: scale3d(.3, .3, .3); + -moz-transform: scale3d(.3, .3, .3); + transform: scale3d(.3, .3, .3); + + opacity: 0; + } + 50% + { + opacity: 1; + } +} + +@-o-keyframes zoomIn +{ + from + { + -webkit-transform: scale3d(.3, .3, .3); + transform: scale3d(.3, .3, .3); + + opacity: 0; + } + 50% + { + opacity: 1; + } +} + +@keyframes zoomIn +{ + from + { + -webkit-transform: scale3d(.3, .3, .3); + -moz-transform: scale3d(.3, .3, .3); + transform: scale3d(.3, .3, .3); + + opacity: 0; + } + 50% + { + opacity: 1; + } +} + +.zoomIn +{ + -webkit-animation-name: zoomIn; + -moz-animation-name: zoomIn; + -o-animation-name: zoomIn; + animation-name: zoomIn; +} + +@-webkit-keyframes zoomInDown +{ + from + { + -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0); + transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0); + -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19); + animation-timing-function: cubic-bezier(.55, .055, .675, .19); + + opacity: 0; + } + 60% + { + -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); + transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); + -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1); + animation-timing-function: cubic-bezier(.175, .885, .32, 1); + + opacity: 1; + } +} + +@-moz-keyframes zoomInDown +{ + from + { + -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0); + -moz-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0); + transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0); + -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19); + -moz-animation-timing-function: cubic-bezier(.55, .055, .675, .19); + animation-timing-function: cubic-bezier(.55, .055, .675, .19); + + opacity: 0; + } + 60% + { + -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); + -moz-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); + transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); + -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1); + -moz-animation-timing-function: cubic-bezier(.175, .885, .32, 1); + animation-timing-function: cubic-bezier(.175, .885, .32, 1); + + opacity: 1; + } +} + +@-o-keyframes zoomInDown +{ + from + { + -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0); + transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0); + -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19); + -o-animation-timing-function: cubic-bezier(.55, .055, .675, .19); + animation-timing-function: cubic-bezier(.55, .055, .675, .19); + + opacity: 0; + } + 60% + { + -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); + transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); + -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1); + -o-animation-timing-function: cubic-bezier(.175, .885, .32, 1); + animation-timing-function: cubic-bezier(.175, .885, .32, 1); + + opacity: 1; + } +} + +@keyframes zoomInDown +{ + from + { + -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0); + -moz-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0); + transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0); + -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19); + -moz-animation-timing-function: cubic-bezier(.55, .055, .675, .19); + -o-animation-timing-function: cubic-bezier(.55, .055, .675, .19); + animation-timing-function: cubic-bezier(.55, .055, .675, .19); + + opacity: 0; + } + 60% + { + -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); + -moz-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); + transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); + -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1); + -moz-animation-timing-function: cubic-bezier(.175, .885, .32, 1); + -o-animation-timing-function: cubic-bezier(.175, .885, .32, 1); + animation-timing-function: cubic-bezier(.175, .885, .32, 1); + + opacity: 1; + } +} + +.zoomInDown +{ + -webkit-animation-name: zoomInDown; + -moz-animation-name: zoomInDown; + -o-animation-name: zoomInDown; + animation-name: zoomInDown; +} + +@-webkit-keyframes zoomInLeft +{ + from + { + -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0); + transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19); + animation-timing-function: cubic-bezier(.55, .055, .675, .19); + + opacity: 0; + } + 60% + { + -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0); + transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1); + animation-timing-function: cubic-bezier(.175, .885, .32, 1); + + opacity: 1; + } +} + +@-moz-keyframes zoomInLeft +{ + from + { + -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0); + -moz-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0); + transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19); + -moz-animation-timing-function: cubic-bezier(.55, .055, .675, .19); + animation-timing-function: cubic-bezier(.55, .055, .675, .19); + + opacity: 0; + } + 60% + { + -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0); + -moz-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0); + transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1); + -moz-animation-timing-function: cubic-bezier(.175, .885, .32, 1); + animation-timing-function: cubic-bezier(.175, .885, .32, 1); + + opacity: 1; + } +} + +@-o-keyframes zoomInLeft +{ + from + { + -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0); + transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19); + -o-animation-timing-function: cubic-bezier(.55, .055, .675, .19); + animation-timing-function: cubic-bezier(.55, .055, .675, .19); + + opacity: 0; + } + 60% + { + -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0); + transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1); + -o-animation-timing-function: cubic-bezier(.175, .885, .32, 1); + animation-timing-function: cubic-bezier(.175, .885, .32, 1); + + opacity: 1; + } +} + +@keyframes zoomInLeft +{ + from + { + -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0); + -moz-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0); + transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19); + -moz-animation-timing-function: cubic-bezier(.55, .055, .675, .19); + -o-animation-timing-function: cubic-bezier(.55, .055, .675, .19); + animation-timing-function: cubic-bezier(.55, .055, .675, .19); + + opacity: 0; + } + 60% + { + -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0); + -moz-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0); + transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1); + -moz-animation-timing-function: cubic-bezier(.175, .885, .32, 1); + -o-animation-timing-function: cubic-bezier(.175, .885, .32, 1); + animation-timing-function: cubic-bezier(.175, .885, .32, 1); + + opacity: 1; + } +} + +.zoomInLeft +{ + -webkit-animation-name: zoomInLeft; + -moz-animation-name: zoomInLeft; + -o-animation-name: zoomInLeft; + animation-name: zoomInLeft; +} + +@-webkit-keyframes zoomInRight +{ + from + { + -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0); + transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19); + animation-timing-function: cubic-bezier(.55, .055, .675, .19); + + opacity: 0; + } + 60% + { + -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0); + transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1); + animation-timing-function: cubic-bezier(.175, .885, .32, 1); + + opacity: 1; + } +} + +@-moz-keyframes zoomInRight +{ + from + { + -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0); + -moz-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0); + transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19); + -moz-animation-timing-function: cubic-bezier(.55, .055, .675, .19); + animation-timing-function: cubic-bezier(.55, .055, .675, .19); + + opacity: 0; + } + 60% + { + -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0); + -moz-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0); + transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1); + -moz-animation-timing-function: cubic-bezier(.175, .885, .32, 1); + animation-timing-function: cubic-bezier(.175, .885, .32, 1); + + opacity: 1; + } +} + +@-o-keyframes zoomInRight +{ + from + { + -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0); + transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19); + -o-animation-timing-function: cubic-bezier(.55, .055, .675, .19); + animation-timing-function: cubic-bezier(.55, .055, .675, .19); + + opacity: 0; + } + 60% + { + -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0); + transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1); + -o-animation-timing-function: cubic-bezier(.175, .885, .32, 1); + animation-timing-function: cubic-bezier(.175, .885, .32, 1); + + opacity: 1; + } +} + +@keyframes zoomInRight +{ + from + { + -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0); + -moz-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0); + transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19); + -moz-animation-timing-function: cubic-bezier(.55, .055, .675, .19); + -o-animation-timing-function: cubic-bezier(.55, .055, .675, .19); + animation-timing-function: cubic-bezier(.55, .055, .675, .19); + + opacity: 0; + } + 60% + { + -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0); + -moz-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0); + transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1); + -moz-animation-timing-function: cubic-bezier(.175, .885, .32, 1); + -o-animation-timing-function: cubic-bezier(.175, .885, .32, 1); + animation-timing-function: cubic-bezier(.175, .885, .32, 1); + + opacity: 1; + } +} + +.zoomInRight +{ + -webkit-animation-name: zoomInRight; + -moz-animation-name: zoomInRight; + -o-animation-name: zoomInRight; + animation-name: zoomInRight; +} + +@-webkit-keyframes zoomInUp +{ + from + { + -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0); + transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0); + -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19); + animation-timing-function: cubic-bezier(.55, .055, .675, .19); + + opacity: 0; + } + 60% + { + -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); + transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); + -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1); + animation-timing-function: cubic-bezier(.175, .885, .32, 1); + + opacity: 1; + } +} + +@-moz-keyframes zoomInUp +{ + from + { + -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0); + -moz-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0); + transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0); + -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19); + -moz-animation-timing-function: cubic-bezier(.55, .055, .675, .19); + animation-timing-function: cubic-bezier(.55, .055, .675, .19); + + opacity: 0; + } + 60% + { + -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); + -moz-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); + transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); + -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1); + -moz-animation-timing-function: cubic-bezier(.175, .885, .32, 1); + animation-timing-function: cubic-bezier(.175, .885, .32, 1); + + opacity: 1; + } +} + +@-o-keyframes zoomInUp +{ + from + { + -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0); + transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0); + -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19); + -o-animation-timing-function: cubic-bezier(.55, .055, .675, .19); + animation-timing-function: cubic-bezier(.55, .055, .675, .19); + + opacity: 0; + } + 60% + { + -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); + transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); + -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1); + -o-animation-timing-function: cubic-bezier(.175, .885, .32, 1); + animation-timing-function: cubic-bezier(.175, .885, .32, 1); + + opacity: 1; + } +} + +@keyframes zoomInUp +{ + from + { + -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0); + -moz-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0); + transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0); + -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19); + -moz-animation-timing-function: cubic-bezier(.55, .055, .675, .19); + -o-animation-timing-function: cubic-bezier(.55, .055, .675, .19); + animation-timing-function: cubic-bezier(.55, .055, .675, .19); + + opacity: 0; + } + 60% + { + -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); + -moz-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); + transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); + -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1); + -moz-animation-timing-function: cubic-bezier(.175, .885, .32, 1); + -o-animation-timing-function: cubic-bezier(.175, .885, .32, 1); + animation-timing-function: cubic-bezier(.175, .885, .32, 1); + + opacity: 1; + } +} + +.zoomInUp +{ + -webkit-animation-name: zoomInUp; + -moz-animation-name: zoomInUp; + -o-animation-name: zoomInUp; + animation-name: zoomInUp; +} + +@-webkit-keyframes zoomOut +{ + from + { + opacity: 1; + } + 50% + { + -webkit-transform: scale3d(.3, .3, .3); + transform: scale3d(.3, .3, .3); + + opacity: 0; + } + to + { + opacity: 0; + } +} + +@-moz-keyframes zoomOut +{ + from + { + opacity: 1; + } + 50% + { + -webkit-transform: scale3d(.3, .3, .3); + -moz-transform: scale3d(.3, .3, .3); + transform: scale3d(.3, .3, .3); + + opacity: 0; + } + to + { + opacity: 0; + } +} + +@-o-keyframes zoomOut +{ + from + { + opacity: 1; + } + 50% + { + -webkit-transform: scale3d(.3, .3, .3); + transform: scale3d(.3, .3, .3); + + opacity: 0; + } + to + { + opacity: 0; + } +} + +@keyframes zoomOut +{ + from + { + opacity: 1; + } + 50% + { + -webkit-transform: scale3d(.3, .3, .3); + -moz-transform: scale3d(.3, .3, .3); + transform: scale3d(.3, .3, .3); + + opacity: 0; + } + to + { + opacity: 0; + } +} + +.zoomOut +{ + -webkit-animation-name: zoomOut; + -moz-animation-name: zoomOut; + -o-animation-name: zoomOut; + animation-name: zoomOut; +} + +@-webkit-keyframes zoomOutDown +{ + 40% + { + -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); + transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); + -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19); + animation-timing-function: cubic-bezier(.55, .055, .675, .19); + + opacity: 1; + } + to + { + -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0); + transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0); + -webkit-transform-origin: center bottom; + transform-origin: center bottom; + -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1); + animation-timing-function: cubic-bezier(.175, .885, .32, 1); + + opacity: 0; + } +} + +@-moz-keyframes zoomOutDown +{ + 40% + { + -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); + -moz-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); + transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); + -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19); + -moz-animation-timing-function: cubic-bezier(.55, .055, .675, .19); + animation-timing-function: cubic-bezier(.55, .055, .675, .19); + + opacity: 1; + } + to + { + -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0); + -moz-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0); + transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0); + -webkit-transform-origin: center bottom; + -moz-transform-origin: center bottom; + transform-origin: center bottom; + -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1); + -moz-animation-timing-function: cubic-bezier(.175, .885, .32, 1); + animation-timing-function: cubic-bezier(.175, .885, .32, 1); + + opacity: 0; + } +} + +@-o-keyframes zoomOutDown +{ + 40% + { + -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); + transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); + -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19); + -o-animation-timing-function: cubic-bezier(.55, .055, .675, .19); + animation-timing-function: cubic-bezier(.55, .055, .675, .19); + + opacity: 1; + } + to + { + -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0); + transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0); + -webkit-transform-origin: center bottom; + -o-transform-origin: center bottom; + transform-origin: center bottom; + -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1); + -o-animation-timing-function: cubic-bezier(.175, .885, .32, 1); + animation-timing-function: cubic-bezier(.175, .885, .32, 1); + + opacity: 0; + } +} + +@keyframes zoomOutDown +{ + 40% + { + -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); + -moz-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); + transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); + -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19); + -moz-animation-timing-function: cubic-bezier(.55, .055, .675, .19); + -o-animation-timing-function: cubic-bezier(.55, .055, .675, .19); + animation-timing-function: cubic-bezier(.55, .055, .675, .19); + + opacity: 1; + } + to + { + -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0); + -moz-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0); + transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0); + -webkit-transform-origin: center bottom; + -moz-transform-origin: center bottom; + -o-transform-origin: center bottom; + transform-origin: center bottom; + -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1); + -moz-animation-timing-function: cubic-bezier(.175, .885, .32, 1); + -o-animation-timing-function: cubic-bezier(.175, .885, .32, 1); + animation-timing-function: cubic-bezier(.175, .885, .32, 1); + + opacity: 0; + } +} + +.zoomOutDown +{ + -webkit-animation-name: zoomOutDown; + -moz-animation-name: zoomOutDown; + -o-animation-name: zoomOutDown; + animation-name: zoomOutDown; +} + +@-webkit-keyframes zoomOutLeft +{ + 40% + { + -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0); + transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0); + + opacity: 1; + } + to + { + -webkit-transform: scale(.1) translate3d(-2000px, 0, 0); + transform: scale(.1) translate3d(-2000px, 0, 0); + -webkit-transform-origin: left center; + transform-origin: left center; + + opacity: 0; + } +} + +@-moz-keyframes zoomOutLeft +{ + 40% + { + -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0); + -moz-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0); + transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0); + + opacity: 1; + } + to + { + -webkit-transform: scale(.1) translate3d(-2000px, 0, 0); + -moz-transform: scale(.1) translate3d(-2000px, 0, 0); + transform: scale(.1) translate3d(-2000px, 0, 0); + -webkit-transform-origin: left center; + -moz-transform-origin: left center; + transform-origin: left center; + + opacity: 0; + } +} + +@-o-keyframes zoomOutLeft +{ + 40% + { + -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0); + transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0); + + opacity: 1; + } + to + { + -webkit-transform: scale(.1) translate3d(-2000px, 0, 0); + transform: scale(.1) translate3d(-2000px, 0, 0); + -webkit-transform-origin: left center; + -o-transform-origin: left center; + transform-origin: left center; + + opacity: 0; + } +} + +@keyframes zoomOutLeft +{ + 40% + { + -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0); + -moz-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0); + transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0); + + opacity: 1; + } + to + { + -webkit-transform: scale(.1) translate3d(-2000px, 0, 0); + -moz-transform: scale(.1) translate3d(-2000px, 0, 0); + transform: scale(.1) translate3d(-2000px, 0, 0); + -webkit-transform-origin: left center; + -moz-transform-origin: left center; + -o-transform-origin: left center; + transform-origin: left center; + + opacity: 0; + } +} + +.zoomOutLeft +{ + -webkit-animation-name: zoomOutLeft; + -moz-animation-name: zoomOutLeft; + -o-animation-name: zoomOutLeft; + animation-name: zoomOutLeft; +} + +@-webkit-keyframes zoomOutRight +{ + 40% + { + -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0); + transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0); + + opacity: 1; + } + to + { + -webkit-transform: scale(.1) translate3d(2000px, 0, 0); + transform: scale(.1) translate3d(2000px, 0, 0); + -webkit-transform-origin: right center; + transform-origin: right center; + + opacity: 0; + } +} + +@-moz-keyframes zoomOutRight +{ + 40% + { + -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0); + -moz-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0); + transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0); + + opacity: 1; + } + to + { + -webkit-transform: scale(.1) translate3d(2000px, 0, 0); + -moz-transform: scale(.1) translate3d(2000px, 0, 0); + transform: scale(.1) translate3d(2000px, 0, 0); + -webkit-transform-origin: right center; + -moz-transform-origin: right center; + transform-origin: right center; + + opacity: 0; + } +} + +@-o-keyframes zoomOutRight +{ + 40% + { + -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0); + transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0); + + opacity: 1; + } + to + { + -webkit-transform: scale(.1) translate3d(2000px, 0, 0); + transform: scale(.1) translate3d(2000px, 0, 0); + -webkit-transform-origin: right center; + -o-transform-origin: right center; + transform-origin: right center; + + opacity: 0; + } +} + +@keyframes zoomOutRight +{ + 40% + { + -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0); + -moz-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0); + transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0); + + opacity: 1; + } + to + { + -webkit-transform: scale(.1) translate3d(2000px, 0, 0); + -moz-transform: scale(.1) translate3d(2000px, 0, 0); + transform: scale(.1) translate3d(2000px, 0, 0); + -webkit-transform-origin: right center; + -moz-transform-origin: right center; + -o-transform-origin: right center; + transform-origin: right center; + + opacity: 0; + } +} + +.zoomOutRight +{ + -webkit-animation-name: zoomOutRight; + -moz-animation-name: zoomOutRight; + -o-animation-name: zoomOutRight; + animation-name: zoomOutRight; +} + +@-webkit-keyframes zoomOutUp +{ + 40% + { + -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); + transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); + -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19); + animation-timing-function: cubic-bezier(.55, .055, .675, .19); + + opacity: 1; + } + to + { + -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); + transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); + -webkit-transform-origin: center bottom; + transform-origin: center bottom; + -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1); + animation-timing-function: cubic-bezier(.175, .885, .32, 1); + + opacity: 0; + } +} + +@-moz-keyframes zoomOutUp +{ + 40% + { + -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); + -moz-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); + transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); + -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19); + -moz-animation-timing-function: cubic-bezier(.55, .055, .675, .19); + animation-timing-function: cubic-bezier(.55, .055, .675, .19); + + opacity: 1; + } + to + { + -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); + -moz-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); + transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); + -webkit-transform-origin: center bottom; + -moz-transform-origin: center bottom; + transform-origin: center bottom; + -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1); + -moz-animation-timing-function: cubic-bezier(.175, .885, .32, 1); + animation-timing-function: cubic-bezier(.175, .885, .32, 1); + + opacity: 0; + } +} + +@-o-keyframes zoomOutUp +{ + 40% + { + -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); + transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); + -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19); + -o-animation-timing-function: cubic-bezier(.55, .055, .675, .19); + animation-timing-function: cubic-bezier(.55, .055, .675, .19); + + opacity: 1; + } + to + { + -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); + transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); + -webkit-transform-origin: center bottom; + -o-transform-origin: center bottom; + transform-origin: center bottom; + -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1); + -o-animation-timing-function: cubic-bezier(.175, .885, .32, 1); + animation-timing-function: cubic-bezier(.175, .885, .32, 1); + + opacity: 0; + } +} + +@keyframes zoomOutUp +{ + 40% + { + -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); + -moz-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); + transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); + -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19); + -moz-animation-timing-function: cubic-bezier(.55, .055, .675, .19); + -o-animation-timing-function: cubic-bezier(.55, .055, .675, .19); + animation-timing-function: cubic-bezier(.55, .055, .675, .19); + + opacity: 1; + } + to + { + -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); + -moz-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); + transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); + -webkit-transform-origin: center bottom; + -moz-transform-origin: center bottom; + -o-transform-origin: center bottom; + transform-origin: center bottom; + -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1); + -moz-animation-timing-function: cubic-bezier(.175, .885, .32, 1); + -o-animation-timing-function: cubic-bezier(.175, .885, .32, 1); + animation-timing-function: cubic-bezier(.175, .885, .32, 1); + + opacity: 0; + } +} + +.zoomOutUp +{ + -webkit-animation-name: zoomOutUp; + -moz-animation-name: zoomOutUp; + -o-animation-name: zoomOutUp; + animation-name: zoomOutUp; +} + +@-webkit-keyframes slideInDown +{ + from + { + visibility: visible; + + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + } + to + { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@-moz-keyframes slideInDown +{ + from + { + visibility: visible; + + -webkit-transform: translate3d(0, -100%, 0); + -moz-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + } + to + { + -webkit-transform: translate3d(0, 0, 0); + -moz-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@-o-keyframes slideInDown +{ + from + { + visibility: visible; + + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + } + to + { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes slideInDown +{ + from + { + visibility: visible; + + -webkit-transform: translate3d(0, -100%, 0); + -moz-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + } + to + { + -webkit-transform: translate3d(0, 0, 0); + -moz-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.slideInDown +{ + -webkit-animation-name: slideInDown; + -moz-animation-name: slideInDown; + -o-animation-name: slideInDown; + animation-name: slideInDown; +} + +@-webkit-keyframes slideInLeft +{ + from + { + visibility: visible; + + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } + to + { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@-moz-keyframes slideInLeft +{ + from + { + visibility: visible; + + -webkit-transform: translate3d(-100%, 0, 0); + -moz-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } + to + { + -webkit-transform: translate3d(0, 0, 0); + -moz-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@-o-keyframes slideInLeft +{ + from + { + visibility: visible; + + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } + to + { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes slideInLeft +{ + from + { + visibility: visible; + + -webkit-transform: translate3d(-100%, 0, 0); + -moz-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } + to + { + -webkit-transform: translate3d(0, 0, 0); + -moz-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.slideInLeft +{ + -webkit-animation-name: slideInLeft; + -moz-animation-name: slideInLeft; + -o-animation-name: slideInLeft; + animation-name: slideInLeft; +} + +@-webkit-keyframes slideInRight +{ + from + { + visibility: visible; + + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } + to + { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@-moz-keyframes slideInRight +{ + from + { + visibility: visible; + + -webkit-transform: translate3d(100%, 0, 0); + -moz-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } + to + { + -webkit-transform: translate3d(0, 0, 0); + -moz-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@-o-keyframes slideInRight +{ + from + { + visibility: visible; + + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } + to + { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes slideInRight +{ + from + { + visibility: visible; + + -webkit-transform: translate3d(100%, 0, 0); + -moz-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } + to + { + -webkit-transform: translate3d(0, 0, 0); + -moz-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.slideInRight +{ + -webkit-animation-name: slideInRight; + -moz-animation-name: slideInRight; + -o-animation-name: slideInRight; + animation-name: slideInRight; +} + +@-webkit-keyframes slideInUp +{ + from + { + visibility: visible; + + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } + to + { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@-moz-keyframes slideInUp +{ + from + { + visibility: visible; + + -webkit-transform: translate3d(0, 100%, 0); + -moz-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } + to + { + -webkit-transform: translate3d(0, 0, 0); + -moz-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@-o-keyframes slideInUp +{ + from + { + visibility: visible; + + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } + to + { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes slideInUp +{ + from + { + visibility: visible; + + -webkit-transform: translate3d(0, 100%, 0); + -moz-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } + to + { + -webkit-transform: translate3d(0, 0, 0); + -moz-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.slideInUp +{ + -webkit-animation-name: slideInUp; + -moz-animation-name: slideInUp; + -o-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); + } +} + +@-moz-keyframes slideOutDown +{ + from + { + -webkit-transform: translate3d(0, 0, 0); + -moz-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + to + { + visibility: hidden; + + -webkit-transform: translate3d(0, 100%, 0); + -moz-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } +} + +@-o-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); + -moz-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + to + { + visibility: hidden; + + -webkit-transform: translate3d(0, 100%, 0); + -moz-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } +} + +.slideOutDown +{ + -webkit-animation-name: slideOutDown; + -moz-animation-name: slideOutDown; + -o-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); + } +} + +@-moz-keyframes slideOutLeft +{ + from + { + -webkit-transform: translate3d(0, 0, 0); + -moz-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + to + { + visibility: hidden; + + -webkit-transform: translate3d(-100%, 0, 0); + -moz-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } +} + +@-o-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); + -moz-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + to + { + visibility: hidden; + + -webkit-transform: translate3d(-100%, 0, 0); + -moz-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } +} + +.slideOutLeft +{ + -webkit-animation-name: slideOutLeft; + -moz-animation-name: slideOutLeft; + -o-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); + } +} + +@-moz-keyframes slideOutRight +{ + from + { + -webkit-transform: translate3d(0, 0, 0); + -moz-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + to + { + visibility: hidden; + + -webkit-transform: translate3d(100%, 0, 0); + -moz-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } +} + +@-o-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); + -moz-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + to + { + visibility: hidden; + + -webkit-transform: translate3d(100%, 0, 0); + -moz-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } +} + +.slideOutRight +{ + -webkit-animation-name: slideOutRight; + -moz-animation-name: slideOutRight; + -o-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); + } +} + +@-moz-keyframes slideOutUp +{ + from + { + -webkit-transform: translate3d(0, 0, 0); + -moz-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + to + { + visibility: hidden; + + -webkit-transform: translate3d(0, -100%, 0); + -moz-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + } +} + +@-o-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); + -moz-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + to + { + visibility: hidden; + + -webkit-transform: translate3d(0, -100%, 0); + -moz-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + } +} + +.slideOutUp +{ + -webkit-animation-name: slideOutUp; + -moz-animation-name: slideOutUp; + -o-animation-name: slideOutUp; + animation-name: slideOutUp; +} diff --git a/wwwjuba/app-assets/css/plugins/animate/animate.min.css b/wwwjuba/app-assets/css/plugins/animate/animate.min.css new file mode 100644 index 0000000..cd16ddf --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/animate/animate.min.css @@ -0,0 +1 @@ +.animated{-webkit-animation-duration:1s;-moz-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;-o-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;-moz-animation-duration:2s;-o-animation-duration:2s;animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;-moz-animation-duration:.75s;-o-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{20%,53%,80%,from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0);-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0);-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@-moz-keyframes bounce{20%,53%,80%,from,to{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-moz-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}40%,43%{-webkit-transform:translate3d(0,-30px,0);-moz-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0);-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-moz-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0);-moz-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0);-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-moz-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}90%{-webkit-transform:translate3d(0,-4px,0);-moz-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@-o-keyframes bounce{20%,53%,80%,from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-o-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0);-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-o-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0);-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-o-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{20%,53%,80%,from,to{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-moz-animation-timing-function:cubic-bezier(.215,.61,.355,1);-o-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}40%,43%{-webkit-transform:translate3d(0,-30px,0);-moz-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0);-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-moz-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-o-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0);-moz-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0);-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-moz-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-o-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}90%{-webkit-transform:translate3d(0,-4px,0);-moz-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-transform-origin:center bottom;-moz-transform-origin:center bottom;-ms-transform-origin:center bottom;-o-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-name:bounce;-moz-animation-name:bounce;-o-animation-name:bounce;animation-name:bounce}@-webkit-keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}@-moz-keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}@-o-keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;-moz-animation-name:flash;-o-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{from,to{-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)}}@-moz-keyframes pulse{from,to{-webkit-transform:scale3d(1,1,1);-moz-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);-moz-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}}@-o-keyframes pulse{from,to{-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)}}@keyframes pulse{from,to{-webkit-transform:scale3d(1,1,1);-moz-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);-moz-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}}.pulse{-webkit-animation-name:pulse;-moz-animation-name:pulse;-o-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}}@-moz-keyframes rubberBand{from,to{-webkit-transform:scale3d(1,1,1);-moz-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);-moz-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);-moz-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);-moz-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);-moz-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);-moz-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}}@-o-keyframes rubberBand{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}}@keyframes rubberBand{from,to{-webkit-transform:scale3d(1,1,1);-moz-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);-moz-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);-moz-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);-moz-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);-moz-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);-moz-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}}.rubberBand{-webkit-animation-name:rubberBand;-moz-animation-name:rubberBand;-o-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)}}@-moz-keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);-moz-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);-moz-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@-o-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);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);-moz-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);-moz-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;-moz-animation-name:shake;-o-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)}}@-moz-keyframes headShake{0%{-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);-moz-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);-moz-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);-moz-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);-moz-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translateX(0)}}@-o-keyframes headShake{0%{-webkit-transform:translateX(0);-o-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);-o-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);-moz-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);-moz-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);-moz-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);-moz-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);-moz-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);-moz-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-name:headShake;-moz-animation-name:headShake;-o-animation-name:headShake;animation-name:headShake;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out;-o-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-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)}}@-moz-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);-moz-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);-moz-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);-moz-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);-moz-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);-moz-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@-o-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);-moz-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);-moz-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);-moz-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);-moz-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);-moz-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}.swing{-webkit-transform-origin:top center;-moz-transform-origin:top center;-ms-transform-origin:top center;-o-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;-moz-animation-name:swing;-o-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.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)}}@-moz-keyframes tada{from,to{-webkit-transform:scale3d(1,1,1);-moz-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);-moz-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);-moz-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);-moz-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)}}@-o-keyframes tada{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.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)}}@keyframes tada{from,to{-webkit-transform:scale3d(1,1,1);-moz-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);-moz-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);-moz-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);-moz-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)}}.tada{-webkit-animation-name:tada;-moz-animation-name:tada;-o-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{from,to{-webkit-transform:none;transform:none}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)}}@-moz-keyframes wobble{from,to{-webkit-transform:none;-moz-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);-moz-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);-moz-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);-moz-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);-moz-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);-moz-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}}@-o-keyframes wobble{from,to{-webkit-transform:none;-o-transform:none;transform:none}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)}}@keyframes wobble{from,to{-webkit-transform:none;-moz-transform:none;-o-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);-moz-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);-moz-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);-moz-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);-moz-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);-moz-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}}.wobble{-webkit-animation-name:wobble;-moz-animation-name:wobble;-o-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{11.1%,from,to{-webkit-transform:none;transform:none}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(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.39063deg) skewY(.39063deg);transform:skewX(.39063deg) skewY(.39063deg)}88.8%{-webkit-transform:skewX(-.19531deg) skewY(-.19531deg);transform:skewX(-.19531deg) skewY(-.19531deg)}}@-moz-keyframes jello{11.1%,from,to{-webkit-transform:none;-moz-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);-moz-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);-moz-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);-moz-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);-moz-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);-moz-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.39063deg) skewY(.39063deg);-moz-transform:skewX(.39063deg) skewY(.39063deg);transform:skewX(.39063deg) skewY(.39063deg)}88.8%{-webkit-transform:skewX(-.19531deg) skewY(-.19531deg);-moz-transform:skewX(-.19531deg) skewY(-.19531deg);transform:skewX(-.19531deg) skewY(-.19531deg)}}@-o-keyframes jello{11.1%,from,to{-webkit-transform:none;-o-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);-o-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);-o-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);-o-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);-o-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);-o-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.39063deg) skewY(.39063deg);-o-transform:skewX(.39063deg) skewY(.39063deg);transform:skewX(.39063deg) skewY(.39063deg)}88.8%{-webkit-transform:skewX(-.19531deg) skewY(-.19531deg);-o-transform:skewX(-.19531deg) skewY(-.19531deg);transform:skewX(-.19531deg) skewY(-.19531deg)}}@keyframes jello{11.1%,from,to{-webkit-transform:none;-moz-transform:none;-o-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);-moz-transform:skewX(-12.5deg) skewY(-12.5deg);-o-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);-moz-transform:skewX(6.25deg) skewY(6.25deg);-o-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);-moz-transform:skewX(-3.125deg) skewY(-3.125deg);-o-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);-moz-transform:skewX(1.5625deg) skewY(1.5625deg);-o-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);-moz-transform:skewX(-.78125deg) skewY(-.78125deg);-o-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.39063deg) skewY(.39063deg);-moz-transform:skewX(.39063deg) skewY(.39063deg);-o-transform:skewX(.39063deg) skewY(.39063deg);transform:skewX(.39063deg) skewY(.39063deg)}88.8%{-webkit-transform:skewX(-.19531deg) skewY(-.19531deg);-moz-transform:skewX(-.19531deg) skewY(-.19531deg);-o-transform:skewX(-.19531deg) skewY(-.19531deg);transform:skewX(-.19531deg) skewY(-.19531deg)}}.jello{-webkit-transform-origin:center;-moz-transform-origin:center;-ms-transform-origin:center;-o-transform-origin:center;transform-origin:center;-webkit-animation-name:jello;-moz-animation-name:jello;-o-animation-name:jello;animation-name:jello}@-webkit-keyframes bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3);opacity:0}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03);opacity:1}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}}@-moz-keyframes bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-moz-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:scale3d(.3,.3,.3);-moz-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3);opacity:0}20%{-webkit-transform:scale3d(1.1,1.1,1.1);-moz-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);-moz-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{-webkit-transform:scale3d(1.03,1.03,1.03);-moz-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03);opacity:1}80%{-webkit-transform:scale3d(.97,.97,.97);-moz-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{-webkit-transform:scale3d(1,1,1);-moz-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}}@-o-keyframes bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-o-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3);opacity:0}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03);opacity:1}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}}@keyframes bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-moz-animation-timing-function:cubic-bezier(.215,.61,.355,1);-o-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:scale3d(.3,.3,.3);-moz-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3);opacity:0}20%{-webkit-transform:scale3d(1.1,1.1,1.1);-moz-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);-moz-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{-webkit-transform:scale3d(1.03,1.03,1.03);-moz-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03);opacity:1}80%{-webkit-transform:scale3d(.97,.97,.97);-moz-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{-webkit-transform:scale3d(1,1,1);-moz-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}}.bounceIn{-webkit-animation-name:bounceIn;-moz-animation-name:bounceIn;-o-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0);opacity:0}60%{-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0);opacity:1}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:none;transform:none}}@-moz-keyframes bounceInDown{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-moz-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,-3000px,0);-moz-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0);opacity:0}60%{-webkit-transform:translate3d(0,25px,0);-moz-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0);opacity:1}75%{-webkit-transform:translate3d(0,-10px,0);-moz-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);-moz-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;-moz-transform:none;transform:none}}@-o-keyframes bounceInDown{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-o-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0);opacity:0}60%{-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0);opacity:1}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:none;-o-transform:none;transform:none}}@keyframes bounceInDown{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-moz-animation-timing-function:cubic-bezier(.215,.61,.355,1);-o-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,-3000px,0);-moz-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0);opacity:0}60%{-webkit-transform:translate3d(0,25px,0);-moz-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0);opacity:1}75%{-webkit-transform:translate3d(0,-10px,0);-moz-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);-moz-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;-moz-transform:none;-o-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;-moz-animation-name:bounceInDown;-o-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0);opacity:0}60%{-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0);opacity:1}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:none;transform:none}}@-moz-keyframes bounceInLeft{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-moz-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(-3000px,0,0);-moz-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0);opacity:0}60%{-webkit-transform:translate3d(25px,0,0);-moz-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0);opacity:1}75%{-webkit-transform:translate3d(-10px,0,0);-moz-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);-moz-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;-moz-transform:none;transform:none}}@-o-keyframes bounceInLeft{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-o-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0);opacity:0}60%{-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0);opacity:1}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:none;-o-transform:none;transform:none}}@keyframes bounceInLeft{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-moz-animation-timing-function:cubic-bezier(.215,.61,.355,1);-o-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(-3000px,0,0);-moz-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0);opacity:0}60%{-webkit-transform:translate3d(25px,0,0);-moz-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0);opacity:1}75%{-webkit-transform:translate3d(-10px,0,0);-moz-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);-moz-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;-moz-transform:none;-o-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;-moz-animation-name:bounceInLeft;-o-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0);opacity:0}60%{-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0);opacity:1}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:none;transform:none}}@-moz-keyframes bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-moz-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{-webkit-transform:translate3d(3000px,0,0);-moz-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0);opacity:0}60%{-webkit-transform:translate3d(-25px,0,0);-moz-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0);opacity:1}75%{-webkit-transform:translate3d(10px,0,0);-moz-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);-moz-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;-moz-transform:none;transform:none}}@-o-keyframes bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-o-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0);opacity:0}60%{-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0);opacity:1}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:none;-o-transform:none;transform:none}}@keyframes bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-moz-animation-timing-function:cubic-bezier(.215,.61,.355,1);-o-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{-webkit-transform:translate3d(3000px,0,0);-moz-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0);opacity:0}60%{-webkit-transform:translate3d(-25px,0,0);-moz-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0);opacity:1}75%{-webkit-transform:translate3d(10px,0,0);-moz-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);-moz-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;-moz-transform:none;-o-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;-moz-animation-name:bounceInRight;-o-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0);opacity:0}60%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:1}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)}}@-moz-keyframes bounceInUp{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-moz-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{-webkit-transform:translate3d(0,3000px,0);-moz-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0);opacity:0}60%{-webkit-transform:translate3d(0,-20px,0);-moz-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:1}75%{-webkit-transform:translate3d(0,10px,0);-moz-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);-moz-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-o-keyframes bounceInUp{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-o-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0);opacity:0}60%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:1}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{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-moz-animation-timing-function:cubic-bezier(.215,.61,.355,1);-o-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{-webkit-transform:translate3d(0,3000px,0);-moz-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0);opacity:0}60%{-webkit-transform:translate3d(0,-20px,0);-moz-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:1}75%{-webkit-transform:translate3d(0,10px,0);-moz-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);-moz-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInUp{-webkit-animation-name:bounceInUp;-moz-animation-name:bounceInUp;-o-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1);opacity:1}to{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3);opacity:0}}@-moz-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);-moz-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{-webkit-transform:scale3d(1.1,1.1,1.1);-moz-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1);opacity:1}to{-webkit-transform:scale3d(.3,.3,.3);-moz-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3);opacity:0}}@-o-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1);opacity:1}to{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3);opacity:0}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);-moz-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{-webkit-transform:scale3d(1.1,1.1,1.1);-moz-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1);opacity:1}to{-webkit-transform:scale3d(.3,.3,.3);-moz-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3);opacity:0}}.bounceOut{-webkit-animation-name:bounceOut;-moz-animation-name:bounceOut;-o-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:1}to{-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0);opacity:0}}@-moz-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);-moz-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{-webkit-transform:translate3d(0,-20px,0);-moz-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:1}to{-webkit-transform:translate3d(0,2000px,0);-moz-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0);opacity:0}}@-o-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:1}to{-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0);opacity:0}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);-moz-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{-webkit-transform:translate3d(0,-20px,0);-moz-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:1}to{-webkit-transform:translate3d(0,2000px,0);-moz-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0);opacity:0}}.bounceOutDown{-webkit-animation-name:bounceOutDown;-moz-animation-name:bounceOutDown;-o-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0);opacity:1}to{-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0);opacity:0}}@-moz-keyframes bounceOutLeft{20%{-webkit-transform:translate3d(20px,0,0);-moz-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0);opacity:1}to{-webkit-transform:translate3d(-2000px,0,0);-moz-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0);opacity:0}}@-o-keyframes bounceOutLeft{20%{-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0);opacity:1}to{-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0);opacity:0}}@keyframes bounceOutLeft{20%{-webkit-transform:translate3d(20px,0,0);-moz-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0);opacity:1}to{-webkit-transform:translate3d(-2000px,0,0);-moz-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0);opacity:0}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;-moz-animation-name:bounceOutLeft;-o-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0);opacity:1}to{-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0);opacity:0}}@-moz-keyframes bounceOutRight{20%{-webkit-transform:translate3d(-20px,0,0);-moz-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0);opacity:1}to{-webkit-transform:translate3d(2000px,0,0);-moz-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0);opacity:0}}@-o-keyframes bounceOutRight{20%{-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0);opacity:1}to{-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0);opacity:0}}@keyframes bounceOutRight{20%{-webkit-transform:translate3d(-20px,0,0);-moz-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0);opacity:1}to{-webkit-transform:translate3d(2000px,0,0);-moz-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0);opacity:0}}.bounceOutRight{-webkit-animation-name:bounceOutRight;-moz-animation-name:bounceOutRight;-o-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0);opacity:1}to{-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0);opacity:0}}@-moz-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);-moz-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{-webkit-transform:translate3d(0,20px,0);-moz-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0);opacity:1}to{-webkit-transform:translate3d(0,-2000px,0);-moz-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0);opacity:0}}@-o-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0);opacity:1}to{-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0);opacity:0}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);-moz-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{-webkit-transform:translate3d(0,20px,0);-moz-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0);opacity:1}to{-webkit-transform:translate3d(0,-2000px,0);-moz-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0);opacity:0}}.bounceOutUp{-webkit-animation-name:bounceOutUp;-moz-animation-name:bounceOutUp;-o-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@-moz-keyframes fadeIn{from{opacity:0}to{opacity:1}}@-o-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;-moz-animation-name:fadeIn;-o-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);opacity:0}to{-webkit-transform:none;transform:none;opacity:1}}@-moz-keyframes fadeInDown{from{-webkit-transform:translate3d(0,-100%,0);-moz-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);opacity:0}to{-webkit-transform:none;-moz-transform:none;transform:none;opacity:1}}@-o-keyframes fadeInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);opacity:0}to{-webkit-transform:none;-o-transform:none;transform:none;opacity:1}}@keyframes fadeInDown{from{-webkit-transform:translate3d(0,-100%,0);-moz-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);opacity:0}to{-webkit-transform:none;-moz-transform:none;-o-transform:none;transform:none;opacity:1}}.fadeInDown{-webkit-animation-name:fadeInDown;-moz-animation-name:fadeInDown;-o-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{from{-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0);opacity:0}to{-webkit-transform:none;transform:none;opacity:1}}@-moz-keyframes fadeInDownBig{from{-webkit-transform:translate3d(0,-2000px,0);-moz-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0);opacity:0}to{-webkit-transform:none;-moz-transform:none;transform:none;opacity:1}}@-o-keyframes fadeInDownBig{from{-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0);opacity:0}to{-webkit-transform:none;-o-transform:none;transform:none;opacity:1}}@keyframes fadeInDownBig{from{-webkit-transform:translate3d(0,-2000px,0);-moz-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0);opacity:0}to{-webkit-transform:none;-moz-transform:none;-o-transform:none;transform:none;opacity:1}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;-moz-animation-name:fadeInDownBig;-o-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}to{-webkit-transform:none;transform:none;opacity:1}}@-moz-keyframes fadeInLeft{from{-webkit-transform:translate3d(-100%,0,0);-moz-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}to{-webkit-transform:none;-moz-transform:none;transform:none;opacity:1}}@-o-keyframes fadeInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}to{-webkit-transform:none;-o-transform:none;transform:none;opacity:1}}@keyframes fadeInLeft{from{-webkit-transform:translate3d(-100%,0,0);-moz-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}to{-webkit-transform:none;-moz-transform:none;-o-transform:none;transform:none;opacity:1}}.fadeInLeft{-webkit-animation-name:fadeInLeft;-moz-animation-name:fadeInLeft;-o-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{from{-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0);opacity:0}to{-webkit-transform:none;transform:none;opacity:1}}@-moz-keyframes fadeInLeftBig{from{-webkit-transform:translate3d(-2000px,0,0);-moz-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0);opacity:0}to{-webkit-transform:none;-moz-transform:none;transform:none;opacity:1}}@-o-keyframes fadeInLeftBig{from{-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0);opacity:0}to{-webkit-transform:none;-o-transform:none;transform:none;opacity:1}}@keyframes fadeInLeftBig{from{-webkit-transform:translate3d(-2000px,0,0);-moz-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0);opacity:0}to{-webkit-transform:none;-moz-transform:none;-o-transform:none;transform:none;opacity:1}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;-moz-animation-name:fadeInLeftBig;-o-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}to{-webkit-transform:none;transform:none;opacity:1}}@-moz-keyframes fadeInRight{from{-webkit-transform:translate3d(100%,0,0);-moz-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}to{-webkit-transform:none;-moz-transform:none;transform:none;opacity:1}}@-o-keyframes fadeInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}to{-webkit-transform:none;-o-transform:none;transform:none;opacity:1}}@keyframes fadeInRight{from{-webkit-transform:translate3d(100%,0,0);-moz-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}to{-webkit-transform:none;-moz-transform:none;-o-transform:none;transform:none;opacity:1}}.fadeInRight{-webkit-animation-name:fadeInRight;-moz-animation-name:fadeInRight;-o-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{from{-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0);opacity:0}to{-webkit-transform:none;transform:none;opacity:1}}@-moz-keyframes fadeInRightBig{from{-webkit-transform:translate3d(2000px,0,0);-moz-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0);opacity:0}to{-webkit-transform:none;-moz-transform:none;transform:none;opacity:1}}@-o-keyframes fadeInRightBig{from{-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0);opacity:0}to{-webkit-transform:none;-o-transform:none;transform:none;opacity:1}}@keyframes fadeInRightBig{from{-webkit-transform:translate3d(2000px,0,0);-moz-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0);opacity:0}to{-webkit-transform:none;-moz-transform:none;-o-transform:none;transform:none;opacity:1}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;-moz-animation-name:fadeInRightBig;-o-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);opacity:0}to{-webkit-transform:none;transform:none;opacity:1}}@-moz-keyframes fadeInUp{from{-webkit-transform:translate3d(0,100%,0);-moz-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);opacity:0}to{-webkit-transform:none;-moz-transform:none;transform:none;opacity:1}}@-o-keyframes fadeInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);opacity:0}to{-webkit-transform:none;-o-transform:none;transform:none;opacity:1}}@keyframes fadeInUp{from{-webkit-transform:translate3d(0,100%,0);-moz-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);opacity:0}to{-webkit-transform:none;-moz-transform:none;-o-transform:none;transform:none;opacity:1}}.fadeInUp{-webkit-animation-name:fadeInUp;-moz-animation-name:fadeInUp;-o-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{from{-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0);opacity:0}to{-webkit-transform:none;transform:none;opacity:1}}@-moz-keyframes fadeInUpBig{from{-webkit-transform:translate3d(0,2000px,0);-moz-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0);opacity:0}to{-webkit-transform:none;-moz-transform:none;transform:none;opacity:1}}@-o-keyframes fadeInUpBig{from{-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0);opacity:0}to{-webkit-transform:none;-o-transform:none;transform:none;opacity:1}}@keyframes fadeInUpBig{from{-webkit-transform:translate3d(0,2000px,0);-moz-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0);opacity:0}to{-webkit-transform:none;-moz-transform:none;-o-transform:none;transform:none;opacity:1}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;-moz-animation-name:fadeInUpBig;-o-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@-moz-keyframes fadeOut{from{opacity:1}to{opacity:0}}@-o-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;-moz-animation-name:fadeOut;-o-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{from{opacity:1}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);opacity:0}}@-moz-keyframes fadeOutDown{from{opacity:1}to{-webkit-transform:translate3d(0,100%,0);-moz-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);opacity:0}}@-o-keyframes fadeOutDown{from{opacity:1}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);opacity:0}}@keyframes fadeOutDown{from{opacity:1}to{-webkit-transform:translate3d(0,100%,0);-moz-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);opacity:0}}.fadeOutDown{-webkit-animation-name:fadeOutDown;-moz-animation-name:fadeOutDown;-o-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{from{opacity:1}to{-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0);opacity:0}}@-moz-keyframes fadeOutDownBig{from{opacity:1}to{-webkit-transform:translate3d(0,2000px,0);-moz-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0);opacity:0}}@-o-keyframes fadeOutDownBig{from{opacity:1}to{-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0);opacity:0}}@keyframes fadeOutDownBig{from{opacity:1}to{-webkit-transform:translate3d(0,2000px,0);-moz-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0);opacity:0}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;-moz-animation-name:fadeOutDownBig;-o-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{from{opacity:1}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}}@-moz-keyframes fadeOutLeft{from{opacity:1}to{-webkit-transform:translate3d(-100%,0,0);-moz-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}}@-o-keyframes fadeOutLeft{from{opacity:1}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}}@keyframes fadeOutLeft{from{opacity:1}to{-webkit-transform:translate3d(-100%,0,0);-moz-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;-moz-animation-name:fadeOutLeft;-o-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{from{opacity:1}to{-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0);opacity:0}}@-moz-keyframes fadeOutLeftBig{from{opacity:1}to{-webkit-transform:translate3d(-2000px,0,0);-moz-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0);opacity:0}}@-o-keyframes fadeOutLeftBig{from{opacity:1}to{-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0);opacity:0}}@keyframes fadeOutLeftBig{from{opacity:1}to{-webkit-transform:translate3d(-2000px,0,0);-moz-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0);opacity:0}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;-moz-animation-name:fadeOutLeftBig;-o-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{from{opacity:1}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}}@-moz-keyframes fadeOutRight{from{opacity:1}to{-webkit-transform:translate3d(100%,0,0);-moz-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}}@-o-keyframes fadeOutRight{from{opacity:1}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}}@keyframes fadeOutRight{from{opacity:1}to{-webkit-transform:translate3d(100%,0,0);-moz-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}}.fadeOutRight{-webkit-animation-name:fadeOutRight;-moz-animation-name:fadeOutRight;-o-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{from{opacity:1}to{-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0);opacity:0}}@-moz-keyframes fadeOutRightBig{from{opacity:1}to{-webkit-transform:translate3d(2000px,0,0);-moz-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0);opacity:0}}@-o-keyframes fadeOutRightBig{from{opacity:1}to{-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0);opacity:0}}@keyframes fadeOutRightBig{from{opacity:1}to{-webkit-transform:translate3d(2000px,0,0);-moz-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0);opacity:0}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;-moz-animation-name:fadeOutRightBig;-o-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{from{opacity:1}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);opacity:0}}@-moz-keyframes fadeOutUp{from{opacity:1}to{-webkit-transform:translate3d(0,-100%,0);-moz-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);opacity:0}}@-o-keyframes fadeOutUp{from{opacity:1}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);opacity:0}}@keyframes fadeOutUp{from{opacity:1}to{-webkit-transform:translate3d(0,-100%,0);-moz-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);opacity:0}}.fadeOutUp{-webkit-animation-name:fadeOutUp;-moz-animation-name:fadeOutUp;-o-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{from{opacity:1}to{-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0);opacity:0}}@-moz-keyframes fadeOutUpBig{from{opacity:1}to{-webkit-transform:translate3d(0,-2000px,0);-moz-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0);opacity:0}}@-o-keyframes fadeOutUpBig{from{opacity:1}to{-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0);opacity:0}}@keyframes fadeOutUpBig{from{opacity:1}to{-webkit-transform:translate3d(0,-2000px,0);-moz-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0);opacity:0}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;-moz-animation-name:fadeOutUpBig;-o-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) 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) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) 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(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@-moz-keyframes flip{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);-moz-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;-moz-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-moz-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;-moz-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-moz-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;-moz-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);-moz-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;-moz-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);-moz-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;-moz-animation-timing-function:ease-in;animation-timing-function:ease-in}}@-o-keyframes flip{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;-o-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;-o-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;-o-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;-o-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;-o-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);-moz-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;-moz-animation-timing-function:ease-out;-o-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-moz-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;-moz-animation-timing-function:ease-out;-o-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-moz-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;-moz-animation-timing-function:ease-in;-o-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);-moz-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;-moz-animation-timing-function:ease-in;-o-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);-moz-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;-moz-animation-timing-function:ease-in;-o-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-animation-name:flip;-moz-animation-name:flip;-o-animation-name:flip;animation-name:flip;-webkit-backface-visibility:visible;-moz-backface-visibility:visible;backface-visibility:visible}@-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)}}@-moz-keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);-moz-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;-moz-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);-moz-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;-moz-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);-moz-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);-moz-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);-moz-transform:perspective(400px);transform:perspective(400px)}}@-o-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;-o-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;-o-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);-moz-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;-moz-animation-timing-function:ease-in;-o-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);-moz-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;-moz-animation-timing-function:ease-in;-o-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);-moz-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);-moz-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);-moz-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-animation-name:flipInX;-moz-animation-name:flipInX;-o-animation-name:flipInX;animation-name:flipInX;-webkit-backface-visibility:visible!important;-moz-backface-visibility:visible!important;backface-visibility:visible!important}.flipInY,.flipOutX{-webkit-backface-visibility:visible!important;-moz-backface-visibility:visible!important}@-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)}}@-moz-keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);-moz-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;-moz-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);-moz-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;-moz-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);-moz-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);-moz-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);-moz-transform:perspective(400px);transform:perspective(400px)}}@-o-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;-o-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;-o-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);-moz-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;-moz-animation-timing-function:ease-in;-o-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);-moz-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;-moz-animation-timing-function:ease-in;-o-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);-moz-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);-moz-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);-moz-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-animation-name:flipInY;-moz-animation-name:flipInY;-o-animation-name:flipInY;animation-name:flipInY;backface-visibility:visible!important}@-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}}@-moz-keyframes flipOutX{from{-webkit-transform:perspective(400px);-moz-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);-moz-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);-moz-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@-o-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);-moz-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);-moz-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);-moz-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;-moz-animation-name:flipOutX;-o-animation-name:flipOutX;animation-name:flipOutX;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}}@-moz-keyframes flipOutY{from{-webkit-transform:perspective(400px);-moz-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);-moz-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);-moz-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@-o-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);-moz-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);-moz-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);-moz-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{-webkit-animation-name:flipOutY;-moz-animation-name:flipOutY;-o-animation-name:flipOutY;animation-name:flipOutY;-webkit-backface-visibility:visible!important;-moz-backface-visibility:visible!important;backface-visibility:visible!important}@-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);opacity:1}to{-webkit-transform:none;transform:none;opacity:1}}@-moz-keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);-moz-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);-moz-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);-moz-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:none;-moz-transform:none;transform:none;opacity:1}}@-o-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);-o-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);-o-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:none;-o-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);-moz-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);-moz-transform:skewX(20deg);-o-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);-moz-transform:skewX(-5deg);-o-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:none;-moz-transform:none;-o-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;-moz-animation-name:lightSpeedIn;-o-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;-moz-animation-timing-function:ease-out;-o-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}}@-moz-keyframes lightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);-moz-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@-o-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);-moz-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;-moz-animation-name:lightSpeedOut;-o-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;-moz-animation-timing-function:ease-in;-o-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{from{-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);-webkit-transform-origin:center;transform-origin:center;opacity:0}to{-webkit-transform:none;transform:none;-webkit-transform-origin:center;transform-origin:center;opacity:1}}@-moz-keyframes rotateIn{from{-webkit-transform:rotate3d(0,0,1,-200deg);-moz-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);-webkit-transform-origin:center;-moz-transform-origin:center;transform-origin:center;opacity:0}to{-webkit-transform:none;-moz-transform:none;transform:none;-webkit-transform-origin:center;-moz-transform-origin:center;transform-origin:center;opacity:1}}@-o-keyframes rotateIn{from{-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);-webkit-transform-origin:center;-o-transform-origin:center;transform-origin:center;opacity:0}to{-webkit-transform:none;-o-transform:none;transform:none;-webkit-transform-origin:center;-o-transform-origin:center;transform-origin:center;opacity:1}}@keyframes rotateIn{from{-webkit-transform:rotate3d(0,0,1,-200deg);-moz-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);-webkit-transform-origin:center;-moz-transform-origin:center;-o-transform-origin:center;transform-origin:center;opacity:0}to{-webkit-transform:none;-moz-transform:none;-o-transform:none;transform:none;-webkit-transform-origin:center;-moz-transform-origin:center;-o-transform-origin:center;transform-origin:center;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;-moz-animation-name:rotateIn;-o-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{from{-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:0}to{-webkit-transform:none;transform:none;-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}}@-moz-keyframes rotateInDownLeft{from{-webkit-transform:rotate3d(0,0,1,-45deg);-moz-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);-webkit-transform-origin:left bottom;-moz-transform-origin:left bottom;transform-origin:left bottom;opacity:0}to{-webkit-transform:none;-moz-transform:none;transform:none;-webkit-transform-origin:left bottom;-moz-transform-origin:left bottom;transform-origin:left bottom;opacity:1}}@-o-keyframes rotateInDownLeft{from{-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);-webkit-transform-origin:left bottom;-o-transform-origin:left bottom;transform-origin:left bottom;opacity:0}to{-webkit-transform:none;-o-transform:none;transform:none;-webkit-transform-origin:left bottom;-o-transform-origin:left bottom;transform-origin:left bottom;opacity:1}}@keyframes rotateInDownLeft{from{-webkit-transform:rotate3d(0,0,1,-45deg);-moz-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);-webkit-transform-origin:left bottom;-moz-transform-origin:left bottom;-o-transform-origin:left bottom;transform-origin:left bottom;opacity:0}to{-webkit-transform:none;-moz-transform:none;-o-transform:none;transform:none;-webkit-transform-origin:left bottom;-moz-transform-origin:left bottom;-o-transform-origin:left bottom;transform-origin:left bottom;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;-moz-animation-name:rotateInDownLeft;-o-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{from{-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:0}to{-webkit-transform:none;transform:none;-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}}@-moz-keyframes rotateInDownRight{from{-webkit-transform:rotate3d(0,0,1,45deg);-moz-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);-webkit-transform-origin:right bottom;-moz-transform-origin:right bottom;transform-origin:right bottom;opacity:0}to{-webkit-transform:none;-moz-transform:none;transform:none;-webkit-transform-origin:right bottom;-moz-transform-origin:right bottom;transform-origin:right bottom;opacity:1}}@-o-keyframes rotateInDownRight{from{-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);-webkit-transform-origin:right bottom;-o-transform-origin:right bottom;transform-origin:right bottom;opacity:0}to{-webkit-transform:none;-o-transform:none;transform:none;-webkit-transform-origin:right bottom;-o-transform-origin:right bottom;transform-origin:right bottom;opacity:1}}@keyframes rotateInDownRight{from{-webkit-transform:rotate3d(0,0,1,45deg);-moz-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);-webkit-transform-origin:right bottom;-moz-transform-origin:right bottom;-o-transform-origin:right bottom;transform-origin:right bottom;opacity:0}to{-webkit-transform:none;-moz-transform:none;-o-transform:none;transform:none;-webkit-transform-origin:right bottom;-moz-transform-origin:right bottom;-o-transform-origin:right bottom;transform-origin:right bottom;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;-moz-animation-name:rotateInDownRight;-o-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{from{-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:0}to{-webkit-transform:none;transform:none;-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}}@-moz-keyframes rotateInUpLeft{from{-webkit-transform:rotate3d(0,0,1,45deg);-moz-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);-webkit-transform-origin:left bottom;-moz-transform-origin:left bottom;transform-origin:left bottom;opacity:0}to{-webkit-transform:none;-moz-transform:none;transform:none;-webkit-transform-origin:left bottom;-moz-transform-origin:left bottom;transform-origin:left bottom;opacity:1}}@-o-keyframes rotateInUpLeft{from{-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);-webkit-transform-origin:left bottom;-o-transform-origin:left bottom;transform-origin:left bottom;opacity:0}to{-webkit-transform:none;-o-transform:none;transform:none;-webkit-transform-origin:left bottom;-o-transform-origin:left bottom;transform-origin:left bottom;opacity:1}}@keyframes rotateInUpLeft{from{-webkit-transform:rotate3d(0,0,1,45deg);-moz-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);-webkit-transform-origin:left bottom;-moz-transform-origin:left bottom;-o-transform-origin:left bottom;transform-origin:left bottom;opacity:0}to{-webkit-transform:none;-moz-transform:none;-o-transform:none;transform:none;-webkit-transform-origin:left bottom;-moz-transform-origin:left bottom;-o-transform-origin:left bottom;transform-origin:left bottom;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;-moz-animation-name:rotateInUpLeft;-o-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{from{-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:0}to{-webkit-transform:none;transform:none;-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}}@-moz-keyframes rotateInUpRight{from{-webkit-transform:rotate3d(0,0,1,-90deg);-moz-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);-webkit-transform-origin:right bottom;-moz-transform-origin:right bottom;transform-origin:right bottom;opacity:0}to{-webkit-transform:none;-moz-transform:none;transform:none;-webkit-transform-origin:right bottom;-moz-transform-origin:right bottom;transform-origin:right bottom;opacity:1}}@-o-keyframes rotateInUpRight{from{-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);-webkit-transform-origin:right bottom;-o-transform-origin:right bottom;transform-origin:right bottom;opacity:0}to{-webkit-transform:none;-o-transform:none;transform:none;-webkit-transform-origin:right bottom;-o-transform-origin:right bottom;transform-origin:right bottom;opacity:1}}@keyframes rotateInUpRight{from{-webkit-transform:rotate3d(0,0,1,-90deg);-moz-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);-webkit-transform-origin:right bottom;-moz-transform-origin:right bottom;-o-transform-origin:right bottom;transform-origin:right bottom;opacity:0}to{-webkit-transform:none;-moz-transform:none;-o-transform:none;transform:none;-webkit-transform-origin:right bottom;-moz-transform-origin:right bottom;-o-transform-origin:right bottom;transform-origin:right bottom;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;-moz-animation-name:rotateInUpRight;-o-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);-webkit-transform-origin:center;transform-origin:center;opacity:0}}@-moz-keyframes rotateOut{from{-webkit-transform-origin:center;-moz-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform:rotate3d(0,0,1,200deg);-moz-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);-webkit-transform-origin:center;-moz-transform-origin:center;transform-origin:center;opacity:0}}@-o-keyframes rotateOut{from{-webkit-transform-origin:center;-o-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);-webkit-transform-origin:center;-o-transform-origin:center;transform-origin:center;opacity:0}}@keyframes rotateOut{from{-webkit-transform-origin:center;-moz-transform-origin:center;-o-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform:rotate3d(0,0,1,200deg);-moz-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);-webkit-transform-origin:center;-moz-transform-origin:center;-o-transform-origin:center;transform-origin:center;opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;-moz-animation-name:rotateOut;-o-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:0}}@-moz-keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;-moz-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform:rotate3d(0,0,1,45deg);-moz-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);-webkit-transform-origin:left bottom;-moz-transform-origin:left bottom;transform-origin:left bottom;opacity:0}}@-o-keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;-o-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);-webkit-transform-origin:left bottom;-o-transform-origin:left bottom;transform-origin:left bottom;opacity:0}}@keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;-moz-transform-origin:left bottom;-o-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform:rotate3d(0,0,1,45deg);-moz-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);-webkit-transform-origin:left bottom;-moz-transform-origin:left bottom;-o-transform-origin:left bottom;transform-origin:left bottom;opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;-moz-animation-name:rotateOutDownLeft;-o-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:0}}@-moz-keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;-moz-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform:rotate3d(0,0,1,-45deg);-moz-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);-webkit-transform-origin:right bottom;-moz-transform-origin:right bottom;transform-origin:right bottom;opacity:0}}@-o-keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;-o-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);-webkit-transform-origin:right bottom;-o-transform-origin:right bottom;transform-origin:right bottom;opacity:0}}@keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;-moz-transform-origin:right bottom;-o-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform:rotate3d(0,0,1,-45deg);-moz-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);-webkit-transform-origin:right bottom;-moz-transform-origin:right bottom;-o-transform-origin:right bottom;transform-origin:right bottom;opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;-moz-animation-name:rotateOutDownRight;-o-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:0}}@-moz-keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;-moz-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform:rotate3d(0,0,1,-45deg);-moz-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);-webkit-transform-origin:left bottom;-moz-transform-origin:left bottom;transform-origin:left bottom;opacity:0}}@-o-keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;-o-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);-webkit-transform-origin:left bottom;-o-transform-origin:left bottom;transform-origin:left bottom;opacity:0}}@keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;-moz-transform-origin:left bottom;-o-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform:rotate3d(0,0,1,-45deg);-moz-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);-webkit-transform-origin:left bottom;-moz-transform-origin:left bottom;-o-transform-origin:left bottom;transform-origin:left bottom;opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;-moz-animation-name:rotateOutUpLeft;-o-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:0}}@-moz-keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;-moz-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform:rotate3d(0,0,1,90deg);-moz-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);-webkit-transform-origin:right bottom;-moz-transform-origin:right bottom;transform-origin:right bottom;opacity:0}}@-o-keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;-o-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);-webkit-transform-origin:right bottom;-o-transform-origin:right bottom;transform-origin:right bottom;opacity:0}}@keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;-moz-transform-origin:right bottom;-o-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform:rotate3d(0,0,1,90deg);-moz-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);-webkit-transform-origin:right bottom;-moz-transform-origin:right bottom;-o-transform-origin:right bottom;transform-origin:right bottom;opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;-moz-animation-name:rotateOutUpRight;-o-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}}@-moz-keyframes hinge{0%{-webkit-transform-origin:top left;-moz-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);-moz-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;-moz-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);-moz-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;-moz-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);-moz-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@-o-keyframes hinge{0%{-webkit-transform-origin:top left;-o-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;-o-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;-o-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;-o-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;-o-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;-o-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;-moz-transform-origin:top left;-o-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out;-o-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);-moz-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;-moz-transform-origin:top left;-o-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out;-o-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);-moz-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;-moz-transform-origin:top left;-o-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out;-o-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);-moz-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;-moz-animation-name:hinge;-o-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{from{-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);opacity:0}to{-webkit-transform:none;transform:none;opacity:1}}@-moz-keyframes rollIn{from{-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);-moz-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);opacity:0}to{-webkit-transform:none;-moz-transform:none;transform:none;opacity:1}}@-o-keyframes rollIn{from{-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);opacity:0}to{-webkit-transform:none;-o-transform:none;transform:none;opacity:1}}@keyframes rollIn{from{-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);-moz-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);opacity:0}to{-webkit-transform:none;-moz-transform:none;-o-transform:none;transform:none;opacity:1}}.rollIn{-webkit-animation-name:rollIn;-moz-animation-name:rollIn;-o-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{from{opacity:1}to{-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);opacity:0}}@-moz-keyframes rollOut{from{opacity:1}to{-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);-moz-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);opacity:0}}@-o-keyframes rollOut{from{opacity:1}to{-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);opacity:0}}@keyframes rollOut{from{opacity:1}to{-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);-moz-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);opacity:0}}.rollOut{-webkit-animation-name:rollOut;-moz-animation-name:rollOut;-o-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{from{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3);opacity:0}50%{opacity:1}}@-moz-keyframes zoomIn{from{-webkit-transform:scale3d(.3,.3,.3);-moz-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3);opacity:0}50%{opacity:1}}@-o-keyframes zoomIn{from{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3);opacity:0}50%{opacity:1}}@keyframes zoomIn{from{-webkit-transform:scale3d(.3,.3,.3);-moz-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3);opacity:0}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;-moz-animation-name:zoomIn;-o-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{from{-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0}60%{-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1}}@-moz-keyframes zoomInDown{from{-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-moz-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-moz-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0}60%{-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-moz-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-moz-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1}}@-o-keyframes zoomInDown{from{-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-o-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0}60%{-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-o-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1}}@keyframes zoomInDown{from{-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-moz-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-moz-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-o-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0}60%{-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-moz-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-moz-animation-timing-function:cubic-bezier(.175,.885,.32,1);-o-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1}}.zoomInDown{-webkit-animation-name:zoomInDown;-moz-animation-name:zoomInDown;-o-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{from{-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0}60%{-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1}}@-moz-keyframes zoomInLeft{from{-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-moz-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-moz-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0}60%{-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-moz-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-moz-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1}}@-o-keyframes zoomInLeft{from{-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-o-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0}60%{-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-o-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1}}@keyframes zoomInLeft{from{-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-moz-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-moz-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-o-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0}60%{-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-moz-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-moz-animation-timing-function:cubic-bezier(.175,.885,.32,1);-o-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1}}.zoomInLeft{-webkit-animation-name:zoomInLeft;-moz-animation-name:zoomInLeft;-o-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{from{-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0}60%{-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1}}@-moz-keyframes zoomInRight{from{-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-moz-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-moz-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0}60%{-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-moz-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-moz-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1}}@-o-keyframes zoomInRight{from{-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-o-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0}60%{-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-o-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1}}@keyframes zoomInRight{from{-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-moz-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-moz-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-o-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0}60%{-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-moz-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-moz-animation-timing-function:cubic-bezier(.175,.885,.32,1);-o-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1}}.zoomInRight{-webkit-animation-name:zoomInRight;-moz-animation-name:zoomInRight;-o-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{from{-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0}60%{-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1}}@-moz-keyframes zoomInUp{from{-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-moz-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-moz-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0}60%{-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-moz-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-moz-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1}}@-o-keyframes zoomInUp{from{-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-o-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0}60%{-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-o-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1}}@keyframes zoomInUp{from{-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-moz-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-moz-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-o-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0}60%{-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-moz-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-moz-animation-timing-function:cubic-bezier(.175,.885,.32,1);-o-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1}}.zoomInUp{-webkit-animation-name:zoomInUp;-moz-animation-name:zoomInUp;-o-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{from{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3);opacity:0}to{opacity:0}}@-moz-keyframes zoomOut{from{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);-moz-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3);opacity:0}to{opacity:0}}@-o-keyframes zoomOut{from{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3);opacity:0}to{opacity:0}}@keyframes zoomOut{from{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);-moz-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3);opacity:0}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;-moz-animation-name:zoomOut;-o-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1}to{-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0}}@-moz-keyframes zoomOutDown{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-moz-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-moz-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1}to{-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-moz-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;-moz-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-moz-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0}}@-o-keyframes zoomOutDown{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-o-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1}to{-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;-o-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-o-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0}}@keyframes zoomOutDown{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-moz-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-moz-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-o-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1}to{-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-moz-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;-moz-transform-origin:center bottom;-o-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-moz-animation-timing-function:cubic-bezier(.175,.885,.32,1);-o-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0}}.zoomOutDown{-webkit-animation-name:zoomOutDown;-moz-animation-name:zoomOutDown;-o-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0);opacity:1}to{-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center;opacity:0}}@-moz-keyframes zoomOutLeft{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);-moz-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0);opacity:1}to{-webkit-transform:scale(.1) translate3d(-2000px,0,0);-moz-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;-moz-transform-origin:left center;transform-origin:left center;opacity:0}}@-o-keyframes zoomOutLeft{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0);opacity:1}to{-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center;opacity:0}}@keyframes zoomOutLeft{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);-moz-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0);opacity:1}to{-webkit-transform:scale(.1) translate3d(-2000px,0,0);-moz-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;-moz-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center;opacity:0}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;-moz-animation-name:zoomOutLeft;-o-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);opacity:1}to{-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center;opacity:0}}@-moz-keyframes zoomOutRight{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);-moz-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);opacity:1}to{-webkit-transform:scale(.1) translate3d(2000px,0,0);-moz-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;-moz-transform-origin:right center;transform-origin:right center;opacity:0}}@-o-keyframes zoomOutRight{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);opacity:1}to{-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;-o-transform-origin:right center;transform-origin:right center;opacity:0}}@keyframes zoomOutRight{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);-moz-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);opacity:1}to{-webkit-transform:scale(.1) translate3d(2000px,0,0);-moz-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;-moz-transform-origin:right center;-o-transform-origin:right center;transform-origin:right center;opacity:0}}.zoomOutRight{-webkit-animation-name:zoomOutRight;-moz-animation-name:zoomOutRight;-o-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1}to{-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0}}@-moz-keyframes zoomOutUp{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-moz-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-moz-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1}to{-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-moz-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;-moz-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-moz-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0}}@-o-keyframes zoomOutUp{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-o-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1}to{-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;-o-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-o-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0}}@keyframes zoomOutUp{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-moz-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-moz-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-o-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1}to{-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-moz-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;-moz-transform-origin:center bottom;-o-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-moz-animation-timing-function:cubic-bezier(.175,.885,.32,1);-o-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0}}.zoomOutUp{-webkit-animation-name:zoomOutUp;-moz-animation-name:zoomOutUp;-o-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{from{visibility:visible;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-moz-keyframes slideInDown{from{visibility:visible;-webkit-transform:translate3d(0,-100%,0);-moz-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-o-keyframes slideInDown{from{visibility:visible;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{from{visibility:visible;-webkit-transform:translate3d(0,-100%,0);-moz-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInDown{-webkit-animation-name:slideInDown;-moz-animation-name:slideInDown;-o-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{from{visibility:visible;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-moz-keyframes slideInLeft{from{visibility:visible;-webkit-transform:translate3d(-100%,0,0);-moz-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-o-keyframes slideInLeft{from{visibility:visible;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInLeft{from{visibility:visible;-webkit-transform:translate3d(-100%,0,0);-moz-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInLeft{-webkit-animation-name:slideInLeft;-moz-animation-name:slideInLeft;-o-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{from{visibility:visible;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-moz-keyframes slideInRight{from{visibility:visible;-webkit-transform:translate3d(100%,0,0);-moz-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-o-keyframes slideInRight{from{visibility:visible;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInRight{from{visibility:visible;-webkit-transform:translate3d(100%,0,0);-moz-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInRight{-webkit-animation-name:slideInRight;-moz-animation-name:slideInRight;-o-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{from{visibility:visible;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-moz-keyframes slideInUp{from{visibility:visible;-webkit-transform:translate3d(0,100%,0);-moz-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-o-keyframes slideInUp{from{visibility:visible;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{from{visibility:visible;-webkit-transform:translate3d(0,100%,0);-moz-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInUp{-webkit-animation-name:slideInUp;-moz-animation-name:slideInUp;-o-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)}}@-moz-keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);-moz-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-o-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);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);-moz-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;-moz-animation-name:slideOutDown;-o-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)}}@-moz-keyframes slideOutLeft{from{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);-moz-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@-o-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);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);-moz-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;-moz-animation-name:slideOutLeft;-o-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)}}@-moz-keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);-moz-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@-o-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);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);-moz-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;-moz-animation-name:slideOutRight;-o-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)}}@-moz-keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);-moz-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@-o-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);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);-moz-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;-moz-animation-name:slideOutUp;-o-animation-name:slideOutUp;animation-name:slideOutUp} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/plugins/calendars/fullcalendar.css b/wwwjuba/app-assets/css/plugins/calendars/fullcalendar.css new file mode 100644 index 0000000..5411978 --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/calendars/fullcalendar.css @@ -0,0 +1,1095 @@ +/*======================================================== + DARK LAYOUT +=========================================================*/ +.btn, +.fc .fc-button +{ + font-size: 1rem; + font-weight: 400; + + display: inline-block; + + padding: .9rem 2rem; + + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; + -moz-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; + -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; + transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; + transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; + transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; + text-align: center; + vertical-align: middle; + + color: #626262; + border: 0 solid transparent; + border-radius: .42rem; + background-color: transparent; +} +@media (prefers-reduced-motion: reduce) +{ + .btn, + .fc .fc-button + { + -webkit-transition: none; + -moz-transition: none; + -o-transition: none; + transition: none; + } +} +.btn:hover, +.fc .fc-button:hover +{ + text-decoration: none; + + color: #626262; +} +.btn:focus, +.fc .fc-button:focus, +.btn.focus, +.fc .focus.fc-button +{ + outline: 0; + -webkit-box-shadow: 0 0 0 .2rem rgba(115, 103, 240, .25); + box-shadow: 0 0 0 .2rem rgba(115, 103, 240, .25); +} +.btn.disabled, +.fc .disabled.fc-button, +.btn:disabled, +.fc .fc-button:disabled +{ + opacity: .65; +} + +a.btn.disabled, +.fc a.disabled.fc-button, +fieldset:disabled a.btn, +fieldset:disabled .fc a.fc-button, +.fc fieldset:disabled a.fc-button +{ + pointer-events: none; +} + +.btn-primary +{ + color: #fff; + border-color: #7367f0; + background-color: #7367f0; +} +.btn-primary:hover +{ + color: #fff; + border-color: #4839eb; + background-color: #5344ed; +} +.btn-primary:focus, +.btn-primary.focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(136, 126, 242, .5); + box-shadow: 0 0 0 .2rem rgba(136, 126, 242, .5); +} +.btn-primary.disabled, +.btn-primary:disabled +{ + color: #fff; + border-color: #7367f0; + background-color: #7367f0; +} +.btn-primary:not(:disabled):not(.disabled):active, +.btn-primary:not(:disabled):not(.disabled).active, +.show > .btn-primary.dropdown-toggle +{ + color: #fff; + border-color: #3e2dea; + background-color: #4839eb; +} +.btn-primary:not(:disabled):not(.disabled):active:focus, +.btn-primary:not(:disabled):not(.disabled).active:focus, +.show > .btn-primary.dropdown-toggle:focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(136, 126, 242, .5); + box-shadow: 0 0 0 .2rem rgba(136, 126, 242, .5); +} + +.btn-secondary +{ + color: #2a2e30; + border-color: #b8c2cc; + background-color: #b8c2cc; +} +.btn-secondary:hover +{ + color: #2a2e30; + border-color: #9aa9b7; + background-color: #a2afbc; +} +.btn-secondary:focus, +.btn-secondary.focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(163, 172, 181, .5); + box-shadow: 0 0 0 .2rem rgba(163, 172, 181, .5); +} +.btn-secondary.disabled, +.btn-secondary:disabled +{ + color: #2a2e30; + border-color: #b8c2cc; + background-color: #b8c2cc; +} +.btn-secondary:not(:disabled):not(.disabled):active, +.btn-secondary:not(:disabled):not(.disabled).active, +.show > .btn-secondary.dropdown-toggle +{ + color: #2a2e30; + border-color: #93a2b1; + background-color: #9aa9b7; +} +.btn-secondary:not(:disabled):not(.disabled):active:focus, +.btn-secondary:not(:disabled):not(.disabled).active:focus, +.show > .btn-secondary.dropdown-toggle:focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(163, 172, 181, .5); + box-shadow: 0 0 0 .2rem rgba(163, 172, 181, .5); +} + +.btn-success +{ + color: #fff; + border-color: #28c76f; + background-color: #28c76f; +} +.btn-success:hover +{ + color: #fff; + border-color: #1f9d57; + background-color: #22a75d; +} +.btn-success:focus, +.btn-success.focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(72, 207, 133, .5); + box-shadow: 0 0 0 .2rem rgba(72, 207, 133, .5); +} +.btn-success.disabled, +.btn-success:disabled +{ + color: #fff; + border-color: #28c76f; + background-color: #28c76f; +} +.btn-success:not(:disabled):not(.disabled):active, +.btn-success:not(:disabled):not(.disabled).active, +.show > .btn-success.dropdown-toggle +{ + color: #fff; + border-color: #1d9251; + background-color: #1f9d57; +} +.btn-success:not(:disabled):not(.disabled):active:focus, +.btn-success:not(:disabled):not(.disabled).active:focus, +.show > .btn-success.dropdown-toggle:focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(72, 207, 133, .5); + box-shadow: 0 0 0 .2rem rgba(72, 207, 133, .5); +} + +.btn-info +{ + color: #fff; + border-color: #00cfe8; + background-color: #00cfe8; +} +.btn-info:hover +{ + color: #fff; + border-color: #00a1b5; + background-color: #00adc2; +} +.btn-info:focus, +.btn-info.focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(38, 214, 235, .5); + box-shadow: 0 0 0 .2rem rgba(38, 214, 235, .5); +} +.btn-info.disabled, +.btn-info:disabled +{ + color: #fff; + border-color: #00cfe8; + background-color: #00cfe8; +} +.btn-info:not(:disabled):not(.disabled):active, +.btn-info:not(:disabled):not(.disabled).active, +.show > .btn-info.dropdown-toggle +{ + color: #fff; + border-color: #0096a8; + background-color: #00a1b5; +} +.btn-info:not(:disabled):not(.disabled):active:focus, +.btn-info:not(:disabled):not(.disabled).active:focus, +.show > .btn-info.dropdown-toggle:focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(38, 214, 235, .5); + box-shadow: 0 0 0 .2rem rgba(38, 214, 235, .5); +} + +.btn-warning +{ + color: #2a2e30; + border-color: #ff9f43; + background-color: #ff9f43; +} +.btn-warning:hover +{ + color: #2a2e30; + border-color: #ff8510; + background-color: #ff8b1d; +} +.btn-warning:focus, +.btn-warning.focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(223, 142, 64, .5); + box-shadow: 0 0 0 .2rem rgba(223, 142, 64, .5); +} +.btn-warning.disabled, +.btn-warning:disabled +{ + color: #2a2e30; + border-color: #ff9f43; + background-color: #ff9f43; +} +.btn-warning:not(:disabled):not(.disabled):active, +.btn-warning:not(:disabled):not(.disabled).active, +.show > .btn-warning.dropdown-toggle +{ + color: #2a2e30; + border-color: #ff7e03; + background-color: #ff8510; +} +.btn-warning:not(:disabled):not(.disabled):active:focus, +.btn-warning:not(:disabled):not(.disabled).active:focus, +.show > .btn-warning.dropdown-toggle:focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(223, 142, 64, .5); + box-shadow: 0 0 0 .2rem rgba(223, 142, 64, .5); +} + +.btn-danger +{ + color: #fff; + border-color: #ea5455; + background-color: #ea5455; +} +.btn-danger:hover +{ + color: #fff; + border-color: #e42728; + background-color: #e63233; +} +.btn-danger:focus, +.btn-danger.focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(237, 110, 111, .5); + box-shadow: 0 0 0 .2rem rgba(237, 110, 111, .5); +} +.btn-danger.disabled, +.btn-danger:disabled +{ + color: #fff; + border-color: #ea5455; + background-color: #ea5455; +} +.btn-danger:not(:disabled):not(.disabled):active, +.btn-danger:not(:disabled):not(.disabled).active, +.show > .btn-danger.dropdown-toggle +{ + color: #fff; + border-color: #e21c1d; + background-color: #e42728; +} +.btn-danger:not(:disabled):not(.disabled):active:focus, +.btn-danger:not(:disabled):not(.disabled).active:focus, +.show > .btn-danger.dropdown-toggle:focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(237, 110, 111, .5); + box-shadow: 0 0 0 .2rem rgba(237, 110, 111, .5); +} + +.btn-light +{ + color: #2a2e30; + border-color: #babfc7; + background-color: #babfc7; +} +.btn-light:hover +{ + color: #2a2e30; + border-color: #9ea5b0; + background-color: #a5abb6; +} +.btn-light:focus, +.btn-light.focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(164, 169, 176, .5); + box-shadow: 0 0 0 .2rem rgba(164, 169, 176, .5); +} +.btn-light.disabled, +.btn-light:disabled +{ + color: #2a2e30; + border-color: #babfc7; + background-color: #babfc7; +} +.btn-light:not(:disabled):not(.disabled):active, +.btn-light:not(:disabled):not(.disabled).active, +.show > .btn-light.dropdown-toggle +{ + color: #2a2e30; + border-color: #979eaa; + background-color: #9ea5b0; +} +.btn-light:not(:disabled):not(.disabled):active:focus, +.btn-light:not(:disabled):not(.disabled).active:focus, +.show > .btn-light.dropdown-toggle:focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(164, 169, 176, .5); + box-shadow: 0 0 0 .2rem rgba(164, 169, 176, .5); +} + +.btn-dark +{ + color: #fff; + border-color: #1e1e1e; + background-color: #1e1e1e; +} +.btn-dark:hover +{ + color: #fff; + border-color: #050505; + background-color: #0b0b0b; +} +.btn-dark:focus, +.btn-dark.focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(64, 64, 64, .5); + box-shadow: 0 0 0 .2rem rgba(64, 64, 64, .5); +} +.btn-dark.disabled, +.btn-dark:disabled +{ + color: #fff; + border-color: #1e1e1e; + background-color: #1e1e1e; +} +.btn-dark:not(:disabled):not(.disabled):active, +.btn-dark:not(:disabled):not(.disabled).active, +.show > .btn-dark.dropdown-toggle +{ + color: #fff; + border-color: black; + background-color: #050505; +} +.btn-dark:not(:disabled):not(.disabled):active:focus, +.btn-dark:not(:disabled):not(.disabled).active:focus, +.show > .btn-dark.dropdown-toggle:focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(64, 64, 64, .5); + box-shadow: 0 0 0 .2rem rgba(64, 64, 64, .5); +} + +.btn-outline-primary, +.fc .fc-button +{ + color: #7367f0; + border-color: #7367f0; +} +.btn-outline-primary:hover, +.fc .fc-button:hover +{ + color: #fff; + border-color: #7367f0; + background-color: #7367f0; +} +.btn-outline-primary:focus, +.fc .fc-button:focus, +.btn-outline-primary.focus, +.fc .focus.fc-button +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(115, 103, 240, .5); + box-shadow: 0 0 0 .2rem rgba(115, 103, 240, .5); +} +.btn-outline-primary.disabled, +.fc .disabled.fc-button, +.btn-outline-primary:disabled, +.fc .fc-button:disabled +{ + color: #7367f0; + background-color: transparent; +} +.btn-outline-primary:not(:disabled):not(.disabled):active, +.fc .fc-button:not(:disabled):not(.disabled):active, +.btn-outline-primary:not(:disabled):not(.disabled).active, +.fc .fc-button:not(:disabled):not(.disabled).active, +.show > .btn-outline-primary.dropdown-toggle, +.fc .show > .dropdown-toggle.fc-button +{ + color: #fff; + border-color: #7367f0; + background-color: #7367f0; +} +.btn-outline-primary:not(:disabled):not(.disabled):active:focus, +.fc .fc-button:not(:disabled):not(.disabled):active:focus, +.btn-outline-primary:not(:disabled):not(.disabled).active:focus, +.fc .fc-button:not(:disabled):not(.disabled).active:focus, +.show > .btn-outline-primary.dropdown-toggle:focus, +.fc .show > .dropdown-toggle.fc-button:focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(115, 103, 240, .5); + box-shadow: 0 0 0 .2rem rgba(115, 103, 240, .5); +} + +.btn-outline-secondary +{ + color: #b8c2cc; + border-color: #b8c2cc; +} +.btn-outline-secondary:hover +{ + color: #2a2e30; + border-color: #b8c2cc; + background-color: #b8c2cc; +} +.btn-outline-secondary:focus, +.btn-outline-secondary.focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(184, 194, 204, .5); + box-shadow: 0 0 0 .2rem rgba(184, 194, 204, .5); +} +.btn-outline-secondary.disabled, +.btn-outline-secondary:disabled +{ + color: #b8c2cc; + background-color: transparent; +} +.btn-outline-secondary:not(:disabled):not(.disabled):active, +.btn-outline-secondary:not(:disabled):not(.disabled).active, +.show > .btn-outline-secondary.dropdown-toggle +{ + color: #2a2e30; + border-color: #b8c2cc; + background-color: #b8c2cc; +} +.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, +.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, +.show > .btn-outline-secondary.dropdown-toggle:focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(184, 194, 204, .5); + box-shadow: 0 0 0 .2rem rgba(184, 194, 204, .5); +} + +.btn-outline-success +{ + color: #28c76f; + border-color: #28c76f; +} +.btn-outline-success:hover +{ + color: #fff; + border-color: #28c76f; + background-color: #28c76f; +} +.btn-outline-success:focus, +.btn-outline-success.focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(40, 199, 111, .5); + box-shadow: 0 0 0 .2rem rgba(40, 199, 111, .5); +} +.btn-outline-success.disabled, +.btn-outline-success:disabled +{ + color: #28c76f; + background-color: transparent; +} +.btn-outline-success:not(:disabled):not(.disabled):active, +.btn-outline-success:not(:disabled):not(.disabled).active, +.show > .btn-outline-success.dropdown-toggle +{ + color: #fff; + border-color: #28c76f; + background-color: #28c76f; +} +.btn-outline-success:not(:disabled):not(.disabled):active:focus, +.btn-outline-success:not(:disabled):not(.disabled).active:focus, +.show > .btn-outline-success.dropdown-toggle:focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(40, 199, 111, .5); + box-shadow: 0 0 0 .2rem rgba(40, 199, 111, .5); +} + +.btn-outline-info +{ + color: #00cfe8; + border-color: #00cfe8; +} +.btn-outline-info:hover +{ + color: #fff; + border-color: #00cfe8; + background-color: #00cfe8; +} +.btn-outline-info:focus, +.btn-outline-info.focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(0, 207, 232, .5); + box-shadow: 0 0 0 .2rem rgba(0, 207, 232, .5); +} +.btn-outline-info.disabled, +.btn-outline-info:disabled +{ + color: #00cfe8; + background-color: transparent; +} +.btn-outline-info:not(:disabled):not(.disabled):active, +.btn-outline-info:not(:disabled):not(.disabled).active, +.show > .btn-outline-info.dropdown-toggle +{ + color: #fff; + border-color: #00cfe8; + background-color: #00cfe8; +} +.btn-outline-info:not(:disabled):not(.disabled):active:focus, +.btn-outline-info:not(:disabled):not(.disabled).active:focus, +.show > .btn-outline-info.dropdown-toggle:focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(0, 207, 232, .5); + box-shadow: 0 0 0 .2rem rgba(0, 207, 232, .5); +} + +.btn-outline-warning +{ + color: #ff9f43; + border-color: #ff9f43; +} +.btn-outline-warning:hover +{ + color: #2a2e30; + border-color: #ff9f43; + background-color: #ff9f43; +} +.btn-outline-warning:focus, +.btn-outline-warning.focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(255, 159, 67, .5); + box-shadow: 0 0 0 .2rem rgba(255, 159, 67, .5); +} +.btn-outline-warning.disabled, +.btn-outline-warning:disabled +{ + color: #ff9f43; + background-color: transparent; +} +.btn-outline-warning:not(:disabled):not(.disabled):active, +.btn-outline-warning:not(:disabled):not(.disabled).active, +.show > .btn-outline-warning.dropdown-toggle +{ + color: #2a2e30; + border-color: #ff9f43; + background-color: #ff9f43; +} +.btn-outline-warning:not(:disabled):not(.disabled):active:focus, +.btn-outline-warning:not(:disabled):not(.disabled).active:focus, +.show > .btn-outline-warning.dropdown-toggle:focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(255, 159, 67, .5); + box-shadow: 0 0 0 .2rem rgba(255, 159, 67, .5); +} + +.btn-outline-danger +{ + color: #ea5455; + border-color: #ea5455; +} +.btn-outline-danger:hover +{ + color: #fff; + border-color: #ea5455; + background-color: #ea5455; +} +.btn-outline-danger:focus, +.btn-outline-danger.focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(234, 84, 85, .5); + box-shadow: 0 0 0 .2rem rgba(234, 84, 85, .5); +} +.btn-outline-danger.disabled, +.btn-outline-danger:disabled +{ + color: #ea5455; + background-color: transparent; +} +.btn-outline-danger:not(:disabled):not(.disabled):active, +.btn-outline-danger:not(:disabled):not(.disabled).active, +.show > .btn-outline-danger.dropdown-toggle +{ + color: #fff; + border-color: #ea5455; + background-color: #ea5455; +} +.btn-outline-danger:not(:disabled):not(.disabled):active:focus, +.btn-outline-danger:not(:disabled):not(.disabled).active:focus, +.show > .btn-outline-danger.dropdown-toggle:focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(234, 84, 85, .5); + box-shadow: 0 0 0 .2rem rgba(234, 84, 85, .5); +} + +.btn-outline-light +{ + color: #babfc7; + border-color: #babfc7; +} +.btn-outline-light:hover +{ + color: #2a2e30; + border-color: #babfc7; + background-color: #babfc7; +} +.btn-outline-light:focus, +.btn-outline-light.focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(186, 191, 199, .5); + box-shadow: 0 0 0 .2rem rgba(186, 191, 199, .5); +} +.btn-outline-light.disabled, +.btn-outline-light:disabled +{ + color: #babfc7; + background-color: transparent; +} +.btn-outline-light:not(:disabled):not(.disabled):active, +.btn-outline-light:not(:disabled):not(.disabled).active, +.show > .btn-outline-light.dropdown-toggle +{ + color: #2a2e30; + border-color: #babfc7; + background-color: #babfc7; +} +.btn-outline-light:not(:disabled):not(.disabled):active:focus, +.btn-outline-light:not(:disabled):not(.disabled).active:focus, +.show > .btn-outline-light.dropdown-toggle:focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(186, 191, 199, .5); + box-shadow: 0 0 0 .2rem rgba(186, 191, 199, .5); +} + +.btn-outline-dark +{ + color: #1e1e1e; + border-color: #1e1e1e; +} +.btn-outline-dark:hover +{ + color: #fff; + border-color: #1e1e1e; + background-color: #1e1e1e; +} +.btn-outline-dark:focus, +.btn-outline-dark.focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(30, 30, 30, .5); + box-shadow: 0 0 0 .2rem rgba(30, 30, 30, .5); +} +.btn-outline-dark.disabled, +.btn-outline-dark:disabled +{ + color: #1e1e1e; + background-color: transparent; +} +.btn-outline-dark:not(:disabled):not(.disabled):active, +.btn-outline-dark:not(:disabled):not(.disabled).active, +.show > .btn-outline-dark.dropdown-toggle +{ + color: #fff; + border-color: #1e1e1e; + background-color: #1e1e1e; +} +.btn-outline-dark:not(:disabled):not(.disabled):active:focus, +.btn-outline-dark:not(:disabled):not(.disabled).active:focus, +.show > .btn-outline-dark.dropdown-toggle:focus +{ + -webkit-box-shadow: 0 0 0 .2rem rgba(30, 30, 30, .5); + box-shadow: 0 0 0 .2rem rgba(30, 30, 30, .5); +} + +.btn-link +{ + font-weight: 400; + + text-decoration: none; + + color: #7367f0; +} +.btn-link:hover +{ + text-decoration: none; + + color: #5e50ee; +} +.btn-link:focus, +.btn-link.focus +{ + text-decoration: none; + + -webkit-box-shadow: none; + box-shadow: none; +} +.btn-link:disabled, +.btn-link.disabled +{ + pointer-events: none; + + color: #b8c2cc; +} + +.btn-lg +{ + font-size: 1.25rem; + + padding: 1rem 2.5rem; + + border-radius: .6rem; +} + +.btn-sm +{ + font-size: .7rem; + + padding: .5rem 1.5rem; + + border-radius: .25rem; +} + +.btn-block +{ + display: block; + + width: 100%; +} +.btn-block + .btn-block +{ + margin-top: .5rem; +} + +input[type='submit'].btn-block, +input[type='reset'].btn-block, +input[type='button'].btn-block +{ + width: 100%; +} + +.fc .fc-header-toolbar +{ + margin-bottom: 2rem; +} +.fc .fc-header-toolbar .bullets-group-1, +.fc .fc-header-toolbar .bullets-group-2 +{ + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + + margin: .5rem auto; + margin-left: 0; + + -webkit-box-align: center; + -webkit-align-items: center; + -moz-box-align: center; + -ms-flex-align: center; + align-items: center; +} +.fc .fc-header-toolbar .bullets-group-2 +{ + margin-bottom: 0; +} +.fc .fc-header-toolbar .fc-center div:first-child +{ + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + + -webkit-box-pack: justify; + -webkit-justify-content: space-between; + -moz-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + -webkit-box-align: center; + -webkit-align-items: center; + -moz-box-align: center; + -ms-flex-align: center; + align-items: center; +} +.fc .fc-header-toolbar .fc-center div:first-child h2 +{ + font-size: 1.3rem; + font-weight: 400; + + margin: 0 1rem; +} +.fc .fc-header-toolbar .fc-center .fc-button +{ + padding: .4rem .4rem; + + border-radius: 50%; +} +.fc .fc-header-toolbar .fc-center .fc-button.fc-prev-button +{ + margin-right: 1rem; +} +.fc .fc-header-toolbar .fc-center .fc-button.fc-prev-button .fc-icon +{ + position: relative; + top: -1px; + left: -1px; +} +.fc .fc-header-toolbar .fc-center .fc-button.fc-next-button +{ + margin-left: 1rem; +} +.fc .fc-header-toolbar .fc-center .fc-button.fc-next-button .fc-icon +{ + position: relative; + top: -1px; + right: -1px; +} +.fc .fc-header-toolbar .fc-addNew-button +{ + padding: .65rem 2rem; +} +.fc .fc-header-toolbar .fc-addNew-button:before +{ + font-family: 'feather'; + + content: '\e8b1'; +} + +.fc .fc-view-container .fc-head .fc-head-container thead .fc-day-header +{ + padding: 1px 0; +} +.fc .fc-view-container .fc-head .fc-head-container thead .fc-day-header.fc-today +{ + color: #fff; +} + +.fc .fc-view-container .fc-body .fc-week table tbody .fc-day +{ + cursor: pointer; +} +.fc .fc-view-container .fc-body .fc-week table tbody .fc-day.fc-today +{ + background: transparent; +} + +.fc .fc-view-container .fc-body .fc-week table tbody .fc-other-month +{ + background-color: #f1f1f1; +} + +.fc .fc-view-container .fc-body .fc-day-top.fc-today a +{ + margin-top: 2px; + margin-right: 2px; + padding: 5px 10px; + + color: #fff; + border-radius: 50%; + background-color: #7367f0; +} + +.fc .fc-view-container .fc-body .fc-not-end, +.fc .fc-view-container .fc-body .fc-not-start +{ + padding: 1px 8px !important; + + opacity: 1 !important; +} +.fc .fc-view-container .fc-body .fc-not-end .fc-title, +.fc .fc-view-container .fc-body .fc-not-start .fc-title +{ + padding-left: 1rem; +} + +.fc .fc-view-container .fc-body .fc-not-start +{ + margin-left: -6px !important; +} + +.fc .fc-view-container .fc-body .fc-not-end +{ + margin-right: -6px !important; +} + +.fc .fc-view-container td, +.fc .fc-view-container th +{ + font-size: 1rem; + + border-color: #e0e0e0; +} + +.fc .fc-button +{ + height: auto; + padding: .6rem 1rem; + + color: #fff; + outline: none; + background-color: #7367f0; + text-shadow: none; +} +.fc .fc-button:not(:disabled).fc-button-active +{ + background-color: #4839eb; +} +.fc .fc-button:focus +{ + outline: none; + -webkit-box-shadow: none; + box-shadow: none; +} + +.fc .fc-event +{ + padding: 1px 8px; + padding-left: 1rem; + + border: 1px solid #5e50ee; + border: none; + border-radius: 1rem; + background: #7367f0; +} +.fc .fc-event .fc-title +{ + font-size: .85rem; + + color: #fff; +} + +.modal-calendar .calendar-dropdown .dropdown-toggle +{ + font-size: 1.2rem; +} +.modal-calendar .calendar-dropdown .dropdown-toggle:after +{ + display: none; +} + +.modal-calendar #cal-start-date:disabled +{ + opacity: .5; +} + +@media (max-width: 900px) +{ + .fc .fc-header-toolbar + { + margin-bottom: 2rem; + } + .fc .fc-header-toolbar .bullets-group-1, + .fc .fc-header-toolbar .bullets-group-2 + { + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + flex-direction: column; + + margin-left: 0; + + -webkit-box-align: start; + -webkit-align-items: flex-start; + -moz-box-align: start; + -ms-flex-align: start; + align-items: flex-start; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -webkit-flex-direction: column; + -moz-box-orient: vertical; + -moz-box-direction: normal; + -ms-flex-direction: column; + } + .fc .fc-header-toolbar .bullets-group-1 [class*='category-'], + .fc .fc-header-toolbar .bullets-group-2 [class*='category-'] + { + margin: .3rem 0; + } + .fc .fc-header-toolbar .bullets-group-2 + { + margin-top: -.5rem; + } +} + +@media (max-width: 767.98px) +{ + .fc .fc-header-toolbar + { + flex-direction: column; + + margin-bottom: 2rem; + + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -webkit-flex-direction: column; + -moz-box-orient: vertical; + -moz-box-direction: normal; + -ms-flex-direction: column; + } + .fc .fc-header-toolbar .bullets-group-1, + .fc .fc-header-toolbar .bullets-group-2 + { + display: -webkit-inline-box; + display: -webkit-inline-flex; + display: -moz-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + flex-direction: row; + + margin-left: 0; + + -webkit-box-align: center; + -webkit-align-items: center; + -moz-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -webkit-flex-direction: row; + -moz-box-orient: horizontal; + -moz-box-direction: normal; + -ms-flex-direction: row; + } + .fc .fc-header-toolbar .fc-center + { + margin: 1 auto; + margin-bottom: 0; + + -webkit-box-ordinal-group: 3; + -webkit-order: 2; + -moz-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; + } + .fc .fc-header-toolbar .fc-right + { + margin: 1rem auto; + } +} diff --git a/wwwjuba/app-assets/css/plugins/calendars/fullcalendar.min.css b/wwwjuba/app-assets/css/plugins/calendars/fullcalendar.min.css new file mode 100644 index 0000000..7b012e5 --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/calendars/fullcalendar.min.css @@ -0,0 +1 @@ +.btn-block,input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block{width:100%}.btn,.fc .fc-button{font-size:1rem;font-weight:400;display:inline-block;padding:.9rem 2rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;-moz-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-o-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;text-align:center;vertical-align:middle;color:#626262;border:0 solid transparent;border-radius:.42rem;background-color:transparent}@media (prefers-reduced-motion:reduce){.btn,.fc .fc-button{-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none}}.btn:hover,.fc .fc-button:hover{text-decoration:none;color:#626262}.btn.focus,.btn:focus,.fc .fc-button:focus,.fc .focus.fc-button{outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(115,103,240,.25);box-shadow:0 0 0 .2rem rgba(115,103,240,.25)}.btn.disabled,.btn:disabled,.fc .disabled.fc-button,.fc .fc-button:disabled{opacity:.65}.fc a.disabled.fc-button,.fc fieldset:disabled a.fc-button,a.btn.disabled,fieldset:disabled .fc a.fc-button,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;border-color:#7367f0;background-color:#7367f0}.btn-primary:hover{color:#fff;border-color:#4839eb;background-color:#5344ed}.btn-primary.focus,.btn-primary:focus{-webkit-box-shadow:0 0 0 .2rem rgba(136,126,242,.5);box-shadow:0 0 0 .2rem rgba(136,126,242,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;border-color:#7367f0;background-color:#7367f0}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;border-color:#3e2dea;background-color:#4839eb}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(136,126,242,.5);box-shadow:0 0 0 .2rem rgba(136,126,242,.5)}.btn-secondary{color:#2a2e30;border-color:#b8c2cc;background-color:#b8c2cc}.btn-secondary:hover{color:#2a2e30;border-color:#9aa9b7;background-color:#a2afbc}.btn-secondary.focus,.btn-secondary:focus{-webkit-box-shadow:0 0 0 .2rem rgba(163,172,181,.5);box-shadow:0 0 0 .2rem rgba(163,172,181,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#2a2e30;border-color:#b8c2cc;background-color:#b8c2cc}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#2a2e30;border-color:#93a2b1;background-color:#9aa9b7}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(163,172,181,.5);box-shadow:0 0 0 .2rem rgba(163,172,181,.5)}.btn-success{color:#fff;border-color:#28c76f;background-color:#28c76f}.btn-success:hover{color:#fff;border-color:#1f9d57;background-color:#22a75d}.btn-success.focus,.btn-success:focus{-webkit-box-shadow:0 0 0 .2rem rgba(72,207,133,.5);box-shadow:0 0 0 .2rem rgba(72,207,133,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;border-color:#28c76f;background-color:#28c76f}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;border-color:#1d9251;background-color:#1f9d57}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(72,207,133,.5);box-shadow:0 0 0 .2rem rgba(72,207,133,.5)}.btn-info{color:#fff;border-color:#00cfe8;background-color:#00cfe8}.btn-info:hover{color:#fff;border-color:#00a1b5;background-color:#00adc2}.btn-info.focus,.btn-info:focus{-webkit-box-shadow:0 0 0 .2rem rgba(38,214,235,.5);box-shadow:0 0 0 .2rem rgba(38,214,235,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;border-color:#00cfe8;background-color:#00cfe8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;border-color:#0096a8;background-color:#00a1b5}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(38,214,235,.5);box-shadow:0 0 0 .2rem rgba(38,214,235,.5)}.btn-warning{color:#2a2e30;border-color:#ff9f43;background-color:#ff9f43}.btn-warning:hover{color:#2a2e30;border-color:#ff8510;background-color:#ff8b1d}.btn-warning.focus,.btn-warning:focus{-webkit-box-shadow:0 0 0 .2rem rgba(223,142,64,.5);box-shadow:0 0 0 .2rem rgba(223,142,64,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#2a2e30;border-color:#ff9f43;background-color:#ff9f43}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#2a2e30;border-color:#ff7e03;background-color:#ff8510}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(223,142,64,.5);box-shadow:0 0 0 .2rem rgba(223,142,64,.5)}.btn-danger{color:#fff;border-color:#ea5455;background-color:#ea5455}.btn-danger:hover{color:#fff;border-color:#e42728;background-color:#e63233}.btn-danger.focus,.btn-danger:focus{-webkit-box-shadow:0 0 0 .2rem rgba(237,110,111,.5);box-shadow:0 0 0 .2rem rgba(237,110,111,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;border-color:#ea5455;background-color:#ea5455}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;border-color:#e21c1d;background-color:#e42728}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(237,110,111,.5);box-shadow:0 0 0 .2rem rgba(237,110,111,.5)}.btn-light{color:#2a2e30;border-color:#babfc7;background-color:#babfc7}.btn-light:hover{color:#2a2e30;border-color:#9ea5b0;background-color:#a5abb6}.btn-light.focus,.btn-light:focus{-webkit-box-shadow:0 0 0 .2rem rgba(164,169,176,.5);box-shadow:0 0 0 .2rem rgba(164,169,176,.5)}.btn-light.disabled,.btn-light:disabled{color:#2a2e30;border-color:#babfc7;background-color:#babfc7}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#2a2e30;border-color:#979eaa;background-color:#9ea5b0}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(164,169,176,.5);box-shadow:0 0 0 .2rem rgba(164,169,176,.5)}.btn-dark{color:#fff;border-color:#1e1e1e;background-color:#1e1e1e}.btn-dark:hover{color:#fff;border-color:#050505;background-color:#0b0b0b}.btn-dark.focus,.btn-dark:focus{-webkit-box-shadow:0 0 0 .2rem rgba(64,64,64,.5);box-shadow:0 0 0 .2rem rgba(64,64,64,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;border-color:#1e1e1e;background-color:#1e1e1e}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;border-color:#000;background-color:#050505}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(64,64,64,.5);box-shadow:0 0 0 .2rem rgba(64,64,64,.5)}.btn-outline-primary,.fc .fc-button{color:#7367f0;border-color:#7367f0}.btn-outline-primary:hover,.fc .fc-button:hover{color:#fff;border-color:#7367f0;background-color:#7367f0}.btn-outline-primary.focus,.btn-outline-primary:focus,.fc .fc-button:focus,.fc .focus.fc-button{-webkit-box-shadow:0 0 0 .2rem rgba(115,103,240,.5);box-shadow:0 0 0 .2rem rgba(115,103,240,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled,.fc .disabled.fc-button,.fc .fc-button:disabled{color:#7367f0;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.fc .fc-button:not(:disabled):not(.disabled).active,.fc .fc-button:not(:disabled):not(.disabled):active,.fc .show>.dropdown-toggle.fc-button,.show>.btn-outline-primary.dropdown-toggle{color:#fff;border-color:#7367f0;background-color:#7367f0}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.fc .fc-button:not(:disabled):not(.disabled).active:focus,.fc .fc-button:not(:disabled):not(.disabled):active:focus,.fc .show>.dropdown-toggle.fc-button:focus,.show>.btn-outline-primary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(115,103,240,.5);box-shadow:0 0 0 .2rem rgba(115,103,240,.5)}.btn-outline-secondary{color:#b8c2cc;border-color:#b8c2cc}.btn-outline-secondary:hover{color:#2a2e30;border-color:#b8c2cc;background-color:#b8c2cc}.btn-outline-secondary.focus,.btn-outline-secondary:focus{-webkit-box-shadow:0 0 0 .2rem rgba(184,194,204,.5);box-shadow:0 0 0 .2rem rgba(184,194,204,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#b8c2cc;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#2a2e30;border-color:#b8c2cc;background-color:#b8c2cc}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(184,194,204,.5);box-shadow:0 0 0 .2rem rgba(184,194,204,.5)}.btn-outline-success{color:#28c76f;border-color:#28c76f}.btn-outline-success:hover{color:#fff;border-color:#28c76f;background-color:#28c76f}.btn-outline-success.focus,.btn-outline-success:focus{-webkit-box-shadow:0 0 0 .2rem rgba(40,199,111,.5);box-shadow:0 0 0 .2rem rgba(40,199,111,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28c76f;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;border-color:#28c76f;background-color:#28c76f}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(40,199,111,.5);box-shadow:0 0 0 .2rem rgba(40,199,111,.5)}.btn-outline-info{color:#00cfe8;border-color:#00cfe8}.btn-outline-info:hover{color:#fff;border-color:#00cfe8;background-color:#00cfe8}.btn-outline-info.focus,.btn-outline-info:focus{-webkit-box-shadow:0 0 0 .2rem rgba(0,207,232,.5);box-shadow:0 0 0 .2rem rgba(0,207,232,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#00cfe8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;border-color:#00cfe8;background-color:#00cfe8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(0,207,232,.5);box-shadow:0 0 0 .2rem rgba(0,207,232,.5)}.btn-outline-warning{color:#ff9f43;border-color:#ff9f43}.btn-outline-warning:hover{color:#2a2e30;border-color:#ff9f43;background-color:#ff9f43}.btn-outline-warning.focus,.btn-outline-warning:focus{-webkit-box-shadow:0 0 0 .2rem rgba(255,159,67,.5);box-shadow:0 0 0 .2rem rgba(255,159,67,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ff9f43;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#2a2e30;border-color:#ff9f43;background-color:#ff9f43}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(255,159,67,.5);box-shadow:0 0 0 .2rem rgba(255,159,67,.5)}.btn-outline-danger{color:#ea5455;border-color:#ea5455}.btn-outline-danger:hover{color:#fff;border-color:#ea5455;background-color:#ea5455}.btn-outline-danger.focus,.btn-outline-danger:focus{-webkit-box-shadow:0 0 0 .2rem rgba(234,84,85,.5);box-shadow:0 0 0 .2rem rgba(234,84,85,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#ea5455;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;border-color:#ea5455;background-color:#ea5455}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(234,84,85,.5);box-shadow:0 0 0 .2rem rgba(234,84,85,.5)}.btn-outline-light{color:#babfc7;border-color:#babfc7}.btn-outline-light:hover{color:#2a2e30;border-color:#babfc7;background-color:#babfc7}.btn-outline-light.focus,.btn-outline-light:focus{-webkit-box-shadow:0 0 0 .2rem rgba(186,191,199,.5);box-shadow:0 0 0 .2rem rgba(186,191,199,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#babfc7;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#2a2e30;border-color:#babfc7;background-color:#babfc7}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(186,191,199,.5);box-shadow:0 0 0 .2rem rgba(186,191,199,.5)}.btn-outline-dark{color:#1e1e1e;border-color:#1e1e1e}.btn-outline-dark:hover{color:#fff;border-color:#1e1e1e;background-color:#1e1e1e}.btn-outline-dark.focus,.btn-outline-dark:focus{-webkit-box-shadow:0 0 0 .2rem rgba(30,30,30,.5);box-shadow:0 0 0 .2rem rgba(30,30,30,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#1e1e1e;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;border-color:#1e1e1e;background-color:#1e1e1e}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(30,30,30,.5);box-shadow:0 0 0 .2rem rgba(30,30,30,.5)}.btn-link{font-weight:400;text-decoration:none;color:#7367f0}.btn-link:hover{text-decoration:none;color:#5e50ee}.btn-link.focus,.btn-link:focus{text-decoration:none;-webkit-box-shadow:none;box-shadow:none}.btn-link.disabled,.btn-link:disabled{pointer-events:none;color:#b8c2cc}.btn-lg{font-size:1.25rem;padding:1rem 2.5rem;border-radius:.6rem}.btn-sm{font-size:.7rem;padding:.5rem 1.5rem;border-radius:.25rem}.btn-block{display:block}.btn-block+.btn-block{margin-top:.5rem}.fc .fc-header-toolbar{margin-bottom:2rem}.fc .fc-header-toolbar .bullets-group-1,.fc .fc-header-toolbar .bullets-group-2{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin:.5rem auto .5rem 0;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.fc .fc-header-toolbar .bullets-group-2{margin-bottom:0}.fc .fc-header-toolbar .fc-center div:first-child{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.fc .fc-header-toolbar .fc-center div:first-child h2{font-size:1.3rem;font-weight:400;margin:0 1rem}.fc .fc-header-toolbar .fc-center .fc-button{padding:.4rem;border-radius:50%}.fc .fc-header-toolbar .fc-center .fc-button.fc-prev-button{margin-right:1rem}.fc .fc-header-toolbar .fc-center .fc-button.fc-prev-button .fc-icon{position:relative;top:-1px;left:-1px}.fc .fc-header-toolbar .fc-center .fc-button.fc-next-button{margin-left:1rem}.fc .fc-header-toolbar .fc-center .fc-button.fc-next-button .fc-icon{position:relative;top:-1px;right:-1px}.fc .fc-header-toolbar .fc-addNew-button{padding:.65rem 2rem}.fc .fc-header-toolbar .fc-addNew-button:before{font-family:feather;content:'\e8b1'}.fc .fc-view-container .fc-head .fc-head-container thead .fc-day-header{padding:1px 0}.fc .fc-view-container .fc-head .fc-head-container thead .fc-day-header.fc-today{color:#fff}.fc .fc-view-container .fc-body .fc-week table tbody .fc-day{cursor:pointer}.fc .fc-view-container .fc-body .fc-week table tbody .fc-day.fc-today{background:0 0}.fc .fc-view-container .fc-body .fc-week table tbody .fc-other-month{background-color:#f1f1f1}.fc .fc-view-container .fc-body .fc-day-top.fc-today a{margin-top:2px;margin-right:2px;padding:5px 10px;color:#fff;border-radius:50%;background-color:#7367f0}.fc .fc-view-container .fc-body .fc-not-end,.fc .fc-view-container .fc-body .fc-not-start{padding:1px 8px!important;opacity:1!important}.fc .fc-view-container .fc-body .fc-not-end .fc-title,.fc .fc-view-container .fc-body .fc-not-start .fc-title{padding-left:1rem}.fc .fc-view-container .fc-body .fc-not-start{margin-left:-6px!important}.fc .fc-view-container .fc-body .fc-not-end{margin-right:-6px!important}.fc .fc-view-container td,.fc .fc-view-container th{font-size:1rem;border-color:#e0e0e0}.fc .fc-button{height:auto;padding:.6rem 1rem;color:#fff;outline:0;background-color:#7367f0;text-shadow:none}.fc .fc-button:not(:disabled).fc-button-active{background-color:#4839eb}.fc .fc-button:focus{outline:0;-webkit-box-shadow:none;box-shadow:none}.fc .fc-event{padding:1px 8px 1px 1rem;border:1px solid #5e50ee;border:none;border-radius:1rem;background:#7367f0}.fc .fc-event .fc-title{font-size:.85rem;color:#fff}.modal-calendar .calendar-dropdown .dropdown-toggle{font-size:1.2rem}.modal-calendar .calendar-dropdown .dropdown-toggle:after{display:none}.modal-calendar #cal-start-date:disabled{opacity:.5}@media (max-width:900px){.fc .fc-header-toolbar{margin-bottom:2rem}.fc .fc-header-toolbar .bullets-group-1,.fc .fc-header-toolbar .bullets-group-2{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;flex-direction:column;margin-left:0;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column}.fc .fc-header-toolbar .bullets-group-1 [class*=category-],.fc .fc-header-toolbar .bullets-group-2 [class*=category-]{margin:.3rem 0}.fc .fc-header-toolbar .bullets-group-2{margin-top:-.5rem}}@media (max-width:767.98px){.fc .fc-header-toolbar{flex-direction:column;margin-bottom:2rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column}.fc .fc-header-toolbar .bullets-group-1,.fc .fc-header-toolbar .bullets-group-2{display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;flex-direction:row;margin-left:0;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row}.fc .fc-header-toolbar .fc-center{margin:1 auto 0;-webkit-box-ordinal-group:3;-webkit-order:2;-moz-box-ordinal-group:3;-ms-flex-order:2;order:2}.fc .fc-header-toolbar .fc-right{margin:1rem auto}} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/plugins/extensions/context-menu.css b/wwwjuba/app-assets/css/plugins/extensions/context-menu.css new file mode 100644 index 0000000..5122a67 --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/extensions/context-menu.css @@ -0,0 +1,16 @@ +/*======================================================== + DARK LAYOUT +=========================================================*/ +/********* CONTEXT MENU *********/ +.context-menu-list +{ + width: 248px; +} +.context-menu-list .context-menu-item +{ + padding: .6rem 2rem; +} +.context-menu-list .context-menu-item:not(:last-child) +{ + border-bottom: 1px solid #dae1e7; +} diff --git a/wwwjuba/app-assets/css/plugins/extensions/context-menu.min.css b/wwwjuba/app-assets/css/plugins/extensions/context-menu.min.css new file mode 100644 index 0000000..46664d6 --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/extensions/context-menu.min.css @@ -0,0 +1 @@ +.context-menu-list{width:248px}.context-menu-list .context-menu-item{padding:.6rem 2rem}.context-menu-list .context-menu-item:not(:last-child){border-bottom:1px solid #dae1e7} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/plugins/extensions/drag-and-drop.css b/wwwjuba/app-assets/css/plugins/extensions/drag-and-drop.css new file mode 100644 index 0000000..570e261 --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/extensions/drag-and-drop.css @@ -0,0 +1,44 @@ +#draggable-cards .card +{ + cursor: -webkit-grab; + cursor: -moz-grab; + cursor: grab; +} + +#basic-list-group .list-group-item, +#multiple-list-group-a .list-group-item, +#multiple-list-group-b .list-group-item +{ + cursor: -webkit-grab; + cursor: -moz-grab; + cursor: grab; +} + +#clone-lists .chip +{ + cursor: -webkit-grab; + cursor: -moz-grab; + cursor: grab; +} + +#multiple-list-group-a, +#multiple-list-group-b +{ + min-height: 5.714rem; +} + +#dd-with-handle .list-group +{ + min-height: 5.714rem; +} +#dd-with-handle .list-group .handle +{ + font-size: 1.2rem; + + margin-right: 5px; + padding: 0 5px; + + cursor: move; + + background-color: rgba(0, 0, 0, .1); +} diff --git a/wwwjuba/app-assets/css/plugins/extensions/drag-and-drop.min.css b/wwwjuba/app-assets/css/plugins/extensions/drag-and-drop.min.css new file mode 100644 index 0000000..974b35a --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/extensions/drag-and-drop.min.css @@ -0,0 +1 @@ +#basic-list-group .list-group-item,#clone-lists .chip,#draggable-cards .card,#multiple-list-group-a .list-group-item,#multiple-list-group-b .list-group-item{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}#dd-with-handle .list-group,#multiple-list-group-a,#multiple-list-group-b{min-height:5.714rem}#dd-with-handle .list-group .handle{font-size:1.2rem;margin-right:5px;padding:0 5px;cursor:move;background-color:rgba(0,0,0,.1)} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/plugins/extensions/noui-slider.css b/wwwjuba/app-assets/css/plugins/extensions/noui-slider.css new file mode 100644 index 0000000..0f8d2db --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/extensions/noui-slider.css @@ -0,0 +1,266 @@ +/*======================================================== + DARK LAYOUT +=========================================================*/ +.noUi-background +{ + background: #f0f0f0; +} + +.noUi-target +{ + border: none; + border-radius: 1rem; + background-color: #ebebeb; + -webkit-box-shadow: none; + box-shadow: none; +} +.noUi-target.noUi-connect +{ + -webkit-box-shadow: none; + box-shadow: none; +} + +.noUi-horizontal +{ + height: 10px; + padding-right: 17px; +} +.noUi-horizontal .noUi-handle +{ + top: -5px; + left: -1px; + + width: 20px; + height: 20px; +} +.noUi-horizontal .noUi-origin +{ + right: -17px; + left: 17px; +} +.noUi-horizontal.slider-xl +{ + height: 14px; +} +.noUi-horizontal.slider-xl .noUi-handle +{ + top: -7px; + + width: 28px; + height: 28px; +} +.noUi-horizontal.slider-lg +{ + height: 12px; +} +.noUi-horizontal.slider-lg .noUi-handle +{ + top: -6px; + + width: 24px; + height: 24px; +} +.noUi-horizontal.slider-sm +{ + height: 6px; +} +.noUi-horizontal.slider-sm .noUi-handle +{ + right: -2px !important; + + width: 15px; + height: 15px; +} +.noUi-horizontal.slider-xs +{ + height: 3px; +} +.noUi-horizontal.slider-xs .noUi-handle +{ + top: -4px; + right: -2px !important; + + width: 10px; + height: 10px; +} + +.noUi-handle +{ + border: none; + border: 5px solid #7367f0; + border-radius: 50%; + background: #fff; + -webkit-box-shadow: none; + box-shadow: none; +} +.noUi-handle:after, +.noUi-handle:before +{ + display: none; +} + +.circle-filled .noUi-handle +{ + border-radius: 50%; + background: #7367f0; +} +.circle-filled .noUi-handle:after, +.circle-filled .noUi-handle:before +{ + display: none; +} + +.square .noUi-handle +{ + border-radius: 3px; + background: #7367f0; +} +.square .noUi-handle:before +{ + top: 0; + left: 2px; + + display: block; + + width: 2px; + height: 10px; +} +.square .noUi-handle:after +{ + top: 0; + left: 7px; + + display: block; + + width: 2px; + height: 10px; +} + +.square.slider-xl .noUi-handle:before +{ + top: 4px; + left: 5px; +} + +.square.slider-xl .noUi-handle:after +{ + top: 4px; + left: 10px; +} + +.square.slider-lg .noUi-handle:before +{ + top: 2px; + left: 3px; +} + +.square.slider-lg .noUi-handle:after +{ + top: 2px; + left: 8px; +} + +.square.slider-sm .noUi-handle:before +{ + top: -1px; + left: -1px; + + height: 7px; +} + +.square.slider-sm .noUi-handle:after +{ + top: -1px; + left: 4px; + + height: 7px; +} + +.square.slider-xs .noUi-handle:before +{ + top: -3px; + left: -3px; + + height: 5px; +} + +.square.slider-xs .noUi-handle:after +{ + top: -3px; + left: 1px; + + height: 5px; +} + +.noUi-connect +{ + background: #7367f0; + -webkit-box-shadow: none; + box-shadow: none; +} + +.noUi-vertical +{ + display: inline-block; + + width: 8px; + height: 150px; +} +.noUi-vertical .noUi-handle +{ + top: -5px; + left: -6px; + + width: 20px; + height: 20px; +} +.noUi-vertical.square .noUi-handle +{ + border-radius: 3px; + background: #7367f0; +} +.noUi-vertical.square .noUi-handle:before +{ + top: 2px; + left: -1px; + + display: block; + + width: 12px; + height: 2px; +} +.noUi-vertical.square .noUi-handle:after +{ + top: 7px; + left: -1px; + + display: block; + + width: 12px; + height: 2px; +} + +.example-val +{ + font: 400 12px Arial; + + display: block; + + margin: 15px 0; + + color: #888; +} + +.noUi-handle:focus +{ + outline: 0; +} + +_:-ms-lang(x), +.slider-select +{ + max-width: 10%; + + -ms-flex: 0 0 10%; + flex: 0 0 10%; +} diff --git a/wwwjuba/app-assets/css/plugins/extensions/noui-slider.min.css b/wwwjuba/app-assets/css/plugins/extensions/noui-slider.min.css new file mode 100644 index 0000000..1599642 --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/extensions/noui-slider.min.css @@ -0,0 +1 @@ +.circle-filled .noUi-handle:after,.circle-filled .noUi-handle:before,.noUi-handle:after,.noUi-handle:before{display:none}.noUi-background{background:#f0f0f0}.noUi-target{border:none;border-radius:1rem;background-color:#ebebeb;-webkit-box-shadow:none;box-shadow:none}.noUi-target.noUi-connect{-webkit-box-shadow:none;box-shadow:none}.noUi-horizontal{height:10px;padding-right:17px}.noUi-horizontal .noUi-handle{top:-5px;left:-1px;width:20px;height:20px}.noUi-horizontal .noUi-origin{right:-17px;left:17px}.noUi-horizontal.slider-xl{height:14px}.noUi-horizontal.slider-xl .noUi-handle{top:-7px;width:28px;height:28px}.noUi-horizontal.slider-lg{height:12px}.noUi-horizontal.slider-lg .noUi-handle{top:-6px;width:24px;height:24px}.noUi-horizontal.slider-sm{height:6px}.noUi-horizontal.slider-sm .noUi-handle{right:-2px!important;width:15px;height:15px}.noUi-horizontal.slider-xs{height:3px}.noUi-horizontal.slider-xs .noUi-handle{top:-4px;right:-2px!important;width:10px;height:10px}.noUi-handle{border:none;border:5px solid #7367f0;border-radius:50%;background:#fff;-webkit-box-shadow:none;box-shadow:none}.circle-filled .noUi-handle{border-radius:50%;background:#7367f0}.noUi-vertical.square .noUi-handle,.square .noUi-handle{border-radius:3px;background:#7367f0}.square .noUi-handle:before{top:0;left:2px;display:block;width:2px;height:10px}.square .noUi-handle:after{top:0;left:7px;display:block;width:2px;height:10px}.square.slider-xl .noUi-handle:before{top:4px;left:5px}.square.slider-xl .noUi-handle:after{top:4px;left:10px}.square.slider-lg .noUi-handle:before{top:2px;left:3px}.square.slider-lg .noUi-handle:after{top:2px;left:8px}.square.slider-sm .noUi-handle:before{top:-1px;left:-1px;height:7px}.square.slider-sm .noUi-handle:after{top:-1px;left:4px;height:7px}.square.slider-xs .noUi-handle:before{top:-3px;left:-3px;height:5px}.square.slider-xs .noUi-handle:after{top:-3px;left:1px;height:5px}.noUi-connect{background:#7367f0;-webkit-box-shadow:none;box-shadow:none}.noUi-vertical{display:inline-block;width:8px;height:150px}.noUi-vertical .noUi-handle{top:-5px;left:-6px;width:20px;height:20px}.noUi-vertical.square .noUi-handle:before{top:2px;left:-1px;display:block;width:12px;height:2px}.noUi-vertical.square .noUi-handle:after{top:7px;left:-1px;display:block;width:12px;height:2px}.example-val{font:400 12px Arial;display:block;margin:15px 0;color:#888}.noUi-handle:focus{outline:0}.slider-select,_:-ms-lang(x){max-width:10%;-ms-flex:0 0 10%;flex:0 0 10%} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/plugins/extensions/toastr.css b/wwwjuba/app-assets/css/plugins/extensions/toastr.css new file mode 100644 index 0000000..6fae753 --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/extensions/toastr.css @@ -0,0 +1,43 @@ +/*======================================================== + DARK LAYOUT +=========================================================*/ +#toast-container > div +{ + max-width: none; + + opacity: .9; + + -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90); + filter: alpha(opacity=90); +} + +#toast-container > div:hover +{ + -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .75); + box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .75); +} + +.toast +{ + background-color: #7367f0; +} + +.toast-success +{ + background-color: #28c76f; +} + +.toast-error +{ + background-color: #ea5455; +} + +.toast-info +{ + background-color: #00cfe8; +} + +.toast-warning +{ + background-color: #ff9f43; +} diff --git a/wwwjuba/app-assets/css/plugins/extensions/toastr.min.css b/wwwjuba/app-assets/css/plugins/extensions/toastr.min.css new file mode 100644 index 0000000..4d28c87 --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/extensions/toastr.min.css @@ -0,0 +1 @@ +#toast-container>div{max-width:none;opacity:.9;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);filter:alpha(opacity=90)}#toast-container>div:hover{-webkit-box-shadow:2px 2px 10px 0 rgba(0,0,0,.75);box-shadow:2px 2px 10px 0 rgba(0,0,0,.75)}.toast{background-color:#7367f0}.toast-success{background-color:#28c76f}.toast-error{background-color:#ea5455}.toast-info{background-color:#00cfe8}.toast-warning{background-color:#ff9f43} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/plugins/file-uploaders/dropzone.css b/wwwjuba/app-assets/css/plugins/file-uploaders/dropzone.css new file mode 100644 index 0000000..e747ef2 --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/file-uploaders/dropzone.css @@ -0,0 +1,103 @@ +/*======================================================== + DARK LAYOUT +=========================================================*/ +.dropzone +{ + min-height: 350px; + + border: 2px dashed #7367f0; + background: #f8f8f8; +} +.dropzone .dz-message +{ + font-size: 2rem; + + position: absolute; + top: 50%; + left: 0; + + width: 100%; + height: 300px; + margin-top: -30px; + + text-align: center; + + color: #7367f0; +} +.dropzone .dz-message:before +{ + font-family: 'feather'; + font-size: 80px; + font-weight: normal; + line-height: 1; + + position: absolute; + z-index: 2; + top: 48px; + left: 50%; + + display: inline-block; + + width: 80px; + height: 80px; + margin-left: -40px; + + content: '\e864'; + text-indent: 0; + + color: #7367f0; + + -webkit-font-smoothing: antialiased; +} +.dropzone .dz-preview +{ + background: transparent; +} +.dropzone .dz-preview .dz-error-mark, +.dropzone .dz-preview .dz-success-mark +{ + background-image: url('../../../images/dropzone/spritemap.png'); +} +.dropzone .dz-preview .dz-error-message +{ + top: 0; + left: 0; + + min-width: 113px; +} +.dropzone .dz-preview .dz-remove +{ + font-size: 1.1rem; + line-height: 2rem; + + color: #ea5455; +} +.dropzone .dz-preview .dz-remove:before +{ + font-family: 'feather'; + font-weight: normal; + line-height: 1; + + z-index: 2; + + display: inline-block; + + content: '\e8f6'; + text-indent: 0; + + -webkit-font-smoothing: antialiased; +} +.dropzone .dz-preview .dz-remove:hover +{ + text-decoration: none; + + color: #e42728; +} + +@media (max-width: 576px) +{ + .dropzone .dz-message:before + { + top: 7.14rem; + } +} diff --git a/wwwjuba/app-assets/css/plugins/file-uploaders/dropzone.min.css b/wwwjuba/app-assets/css/plugins/file-uploaders/dropzone.min.css new file mode 100644 index 0000000..9fa2028 --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/file-uploaders/dropzone.min.css @@ -0,0 +1 @@ +.dropzone .dz-message:before,.dropzone .dz-preview .dz-remove:before{font-family:feather;font-weight:400;z-index:2;display:inline-block;text-indent:0;-webkit-font-smoothing:antialiased}.dropzone{min-height:350px;border:2px dashed #7367f0;background:#f8f8f8}.dropzone .dz-message{font-size:2rem;position:absolute;top:50%;left:0;width:100%;height:300px;margin-top:-30px;text-align:center;color:#7367f0}.dropzone .dz-message:before{font-size:80px;line-height:1;position:absolute;top:48px;left:50%;width:80px;height:80px;margin-left:-40px;content:'\e864';color:#7367f0}.dropzone .dz-preview{background:0 0}.dropzone .dz-preview .dz-error-mark,.dropzone .dz-preview .dz-success-mark{background-image:url(../../../images/dropzone/spritemap.png)}.dropzone .dz-preview .dz-error-message{top:0;left:0;min-width:113px}.dropzone .dz-preview .dz-remove{font-size:1.1rem;line-height:2rem;color:#ea5455}.dropzone .dz-preview .dz-remove:before{line-height:1;content:'\e8f6'}.dropzone .dz-preview .dz-remove:hover{text-decoration:none;color:#e42728}@media (max-width:576px){.dropzone .dz-message:before{top:7.14rem}} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/plugins/forms/extended/typeahed.css b/wwwjuba/app-assets/css/plugins/forms/extended/typeahed.css new file mode 100644 index 0000000..3581ca6 --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/forms/extended/typeahed.css @@ -0,0 +1,42 @@ +/* Typeahead Starts */ +.typeahead .twitter-typeahead +{ + width: 100%; +} +.typeahead .twitter-typeahead .tt-menu +{ + width: 100%; +} +.typeahead .twitter-typeahead .empty-message +{ + padding: 5px 10px; + + text-align: center; +} +.typeahead .twitter-typeahead .rtl-typeahead .tt-menu +{ + text-align: right; +} +.typeahead .twitter-typeahead .league-name +{ + margin: 0 10px 5px 10px; + padding: 7px 5px 10px; + + border-bottom: 1px solid #ccc; +} + +.typeahead .scrollable-dropdown .twitter-typeahead .tt-menu +{ + overflow-y: auto; + + max-height: 150px; +} + +/* Typeahead Ends */ +/* MaxLength Starts */ +.bootstrap-maxlength +{ + margin-top: .5rem; +} + +/* MaxLength Ends */ diff --git a/wwwjuba/app-assets/css/plugins/forms/extended/typeahed.min.css b/wwwjuba/app-assets/css/plugins/forms/extended/typeahed.min.css new file mode 100644 index 0000000..d66acc2 --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/forms/extended/typeahed.min.css @@ -0,0 +1 @@ +.typeahead .twitter-typeahead,.typeahead .twitter-typeahead .tt-menu{width:100%}.typeahead .twitter-typeahead .empty-message{padding:5px 10px;text-align:center}.typeahead .twitter-typeahead .rtl-typeahead .tt-menu{text-align:right}.typeahead .twitter-typeahead .league-name{margin:0 10px 5px;padding:7px 5px 10px;border-bottom:1px solid #ccc}.typeahead .scrollable-dropdown .twitter-typeahead .tt-menu{overflow-y:auto;max-height:150px}.bootstrap-maxlength{margin-top:.5rem} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/plugins/forms/form-inputs-groups.css b/wwwjuba/app-assets/css/plugins/forms/form-inputs-groups.css new file mode 100644 index 0000000..fb394bd --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/forms/form-inputs-groups.css @@ -0,0 +1,41 @@ +/*======================================================== + DARK LAYOUT +=========================================================*/ +/* For Input Group TouchPin */ +#touchspin .input-group.bootstrap-touchspin .input-group-prepend, +#touchspin .input-group.bootstrap-touchspin .input-group-append +{ + display: block; +} + +/* For Input Group TouchPin */ +.segmented-buttons-with-dropdown .input-group .form-control, +.buttons-with-dropdown .input-group .form-control +{ + height: 3rem; +} + +.bootstrap-touchspin.touchspin-with-icon .input-group-append .input-group-text i +{ + font-size: 1.25rem; +} + +.bootstrap-touchspin-spinners .touchspin-spinners-wrapper .input-group .touchspin, +.bootstrap-touchspin-spinners .touchspin-spinners-wrapper .input-group .touchspin-stop-mousewheel +{ + height: -webkit-calc(-webkit-calc(1.25em + 1.4rem)-.05rem + 2.2px); + height: -moz-calc(-moz-calc(1.25em + 1.4rem)-.05rem + 2.2px); + height: calc(calc(1.25em + 1.4rem)-.05rem + 2.2px); +} + +.bootstrap-touchspin-spinners .touchspin-spinners-wrapper .input-group.touchspin-with-icon .input-group-text.bootstrap-touchspin-postfix +{ + padding: .85rem 1rem; +} + +.bootstrap-touchspin-spinners .touchspin-spinners-wrapper .default-height .input-group.touchspin-vertical +{ + height: -webkit-calc(2.9rem + 2px); + height: -moz-calc(2.9rem + 2px); + height: calc(2.9rem + 2px); +} diff --git a/wwwjuba/app-assets/css/plugins/forms/form-inputs-groups.min.css b/wwwjuba/app-assets/css/plugins/forms/form-inputs-groups.min.css new file mode 100644 index 0000000..0a8294c --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/forms/form-inputs-groups.min.css @@ -0,0 +1 @@ +#touchspin .input-group.bootstrap-touchspin .input-group-append,#touchspin .input-group.bootstrap-touchspin .input-group-prepend{display:block}.buttons-with-dropdown .input-group .form-control,.segmented-buttons-with-dropdown .input-group .form-control{height:3rem}.bootstrap-touchspin.touchspin-with-icon .input-group-append .input-group-text i{font-size:1.25rem}.bootstrap-touchspin-spinners .touchspin-spinners-wrapper .input-group .touchspin,.bootstrap-touchspin-spinners .touchspin-spinners-wrapper .input-group .touchspin-stop-mousewheel{height:-webkit-calc(-webkit-calc(1.25em + 1.4rem) -.05rem + 2.2px);height:-moz-calc(-moz-calc(1.25em + 1.4rem) -.05rem + 2.2px);height:calc(calc(1.25em + 1.4rem) -.05rem + 2.2px)}.bootstrap-touchspin-spinners .touchspin-spinners-wrapper .input-group.touchspin-with-icon .input-group-text.bootstrap-touchspin-postfix{padding:.85rem 1rem}.bootstrap-touchspin-spinners .touchspin-spinners-wrapper .default-height .input-group.touchspin-vertical{height:-webkit-calc(2.9rem + 2px);height:-moz-calc(2.9rem + 2px);height:calc(2.9rem + 2px)} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/plugins/forms/validation/form-validation.css b/wwwjuba/app-assets/css/plugins/forms/validation/form-validation.css new file mode 100644 index 0000000..e658ca7 --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/forms/validation/form-validation.css @@ -0,0 +1,45 @@ +/*======================================================== + DARK LAYOUT +=========================================================*/ +.form-group.issue .help-block, +.form-group.issue .help-inline, +.form-group.error .help-block, +.form-group.error .help-inline +{ + color: #ea5455; +} + +.form-group.issue input, +.form-group.issue select, +.form-group.issue textarea, +.form-group.error input, +.form-group.error select, +.form-group.error textarea +{ + border-color: #ea5455; +} + +.form-group.issue input:focus, +.form-group.issue select:focus, +.form-group.issue textarea:focus, +.form-group.error input:focus, +.form-group.error select:focus, +.form-group.error textarea:focus +{ + border-color: #ea5455; + -webkit-box-shadow: 0 3 10px 0 #ea5455; + box-shadow: 0 3 10px 0 #ea5455; +} + +.form-group .help-block ul +{ + padding-left: 0; +} +.form-group .help-block ul li +{ + font-size: .875rem; + + padding-top: .2rem; + + list-style-type: none; +} diff --git a/wwwjuba/app-assets/css/plugins/forms/validation/form-validation.min.css b/wwwjuba/app-assets/css/plugins/forms/validation/form-validation.min.css new file mode 100644 index 0000000..5476080 --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/forms/validation/form-validation.min.css @@ -0,0 +1 @@ +.form-group.error .help-block,.form-group.error .help-inline,.form-group.issue .help-block,.form-group.issue .help-inline{color:#ea5455}.form-group.error input,.form-group.error select,.form-group.error textarea,.form-group.issue input,.form-group.issue select,.form-group.issue textarea{border-color:#ea5455}.form-group.error input:focus,.form-group.error select:focus,.form-group.error textarea:focus,.form-group.issue input:focus,.form-group.issue select:focus,.form-group.issue textarea:focus{border-color:#ea5455;-webkit-box-shadow:0 3 10px 0 #ea5455;box-shadow:0 3 10px 0 #ea5455}.form-group .help-block ul{padding-left:0}.form-group .help-block ul li{font-size:.875rem;padding-top:.2rem;list-style-type:none} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/plugins/forms/wizard.css b/wwwjuba/app-assets/css/plugins/forms/wizard.css new file mode 100644 index 0000000..d8eec58 --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/forms/wizard.css @@ -0,0 +1,368 @@ +/*======================================================== + DARK LAYOUT +=========================================================*/ +.app-content .wizard +{ + width: 100%; +} +.app-content .wizard .content +{ + margin-left: 0 !important; +} +.app-content .wizard > .steps +{ + position: relative; + + display: block; + + width: 100%; +} +.app-content .wizard > .steps .current-info +{ + position: absolute; + left: -99999px; +} +.app-content .wizard > .steps > ul +{ + display: table; + + width: 100%; + margin: 0; + padding: 0; + + table-layout: fixed; + list-style: none; +} +.app-content .wizard > .steps > ul > li +{ + position: relative; + + display: table-cell; + + width: auto; + + text-align: center; + vertical-align: top; +} +.app-content .wizard > .steps > ul > li a +{ + position: relative; + + display: block; + + margin-top: 20px; + margin-bottom: 20px; + padding-top: 52px; +} +.app-content .wizard > .steps > ul > li:before +{ + position: absolute; + z-index: 9; + left: 0; + + display: block; + + content: ''; +} +.app-content .wizard > .steps > ul > li:after +{ + position: absolute; + z-index: 9; + right: 0; + + display: block; + + content: ''; +} +.app-content .wizard > .steps > ul > li:last-child:after +{ + content: none; +} +.app-content .wizard > .steps > ul > li.current > a +{ + cursor: default; + + color: #7367f0; +} +.app-content .wizard > .steps > ul > li.current .step +{ + color: #fff; + border-color: #7367f0; + background-color: #7367f0; +} +.app-content .wizard > .steps > ul > li.disabled a +{ + cursor: default; + + color: #636363; +} +.app-content .wizard > .steps > ul > li.disabled a:hover +{ + cursor: default; + + color: #636363; +} +.app-content .wizard > .steps > ul > li.disabled a:focus +{ + cursor: default; + + color: #636363; +} +.app-content .wizard > .steps > ul > li.disabled .step +{ + color: #b8c2cc; +} +.app-content .wizard > .steps > ul > li.done a +{ + color: #636363; +} +.app-content .wizard > .steps > ul > li.done a:hover +{ + color: #636363; +} +.app-content .wizard > .steps > ul > li.done a:focus +{ + color: #636363; +} +.app-content .wizard > .steps > ul > li.done .step +{ + color: #b8c2cc; + border-color: #7367f0; + background-color: #fff; +} +.app-content .wizard > .steps > ul > li.done:last-child .step +{ + color: #fff; + border-color: #7367f0; + background-color: #7367f0; +} +.app-content .wizard > .steps > ul > li.error > a +{ + color: #ea5455; +} +.app-content .wizard > .steps > ul > li.error .step +{ + color: #fff; + border-color: #ea5455; + background-color: #ea5455; +} +.app-content .wizard > .steps .step +{ + position: absolute; + z-index: 10; + top: 0; + left: 50%; + + display: inline-block; + + margin-left: -24px; + + text-align: center; + + background-color: #fff; +} +.app-content .wizard > .steps .step i +{ + position: relative; + top: 2px; +} +.app-content .wizard > .content +{ + position: relative; + + width: auto; + margin: 0; + padding: 0; +} +.app-content .wizard > .content > .title +{ + position: absolute; + left: -99999px; +} +.app-content .wizard > .content > .body +{ + padding: 0 20px; +} +.app-content .wizard > .content > iframe +{ + width: 100%; + height: 100%; + + border: 0 none; +} +.app-content .wizard > .actions +{ + position: relative; + + display: block; + + padding: 20px; + padding-top: 0; + + text-align: right; +} +.app-content .wizard > .actions > ul +{ + margin: 0; + padding: 0; + + list-style: none; +} +.app-content .wizard > .actions > ul:after +{ + display: table; + clear: both; + + content: ''; +} +.app-content .wizard > .actions > ul > li +{ + float: left; +} +.app-content .wizard > .actions > ul > li + li +{ + float: right; + + margin-left: 10px; +} +.app-content .wizard > .actions > ul > li > a +{ + display: block; + + padding: 7px 12px; + + color: #fff; + border: 1px solid transparent; + border-radius: .42rem; + background: #7367f0; +} +.app-content .wizard > .actions > ul > li > a:hover +{ + -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .05) inset; + box-shadow: 0 0 0 100px rgba(0, 0, 0, .05) inset; +} +.app-content .wizard > .actions > ul > li > a:focus +{ + -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .05) inset; + box-shadow: 0 0 0 100px rgba(0, 0, 0, .05) inset; +} +.app-content .wizard > .actions > ul > li > a:active +{ + -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .1) inset; + box-shadow: 0 0 0 100px rgba(0, 0, 0, .1) inset; +} +.app-content .wizard > .actions > ul > li > a[href='#previous'] +{ + color: #fff; + border-radius: .42rem; + background-color: #7367f0; +} +.app-content .wizard > .actions > ul > li > a[href='#previous']:hover +{ + -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .02) inset; + box-shadow: 0 0 0 100px rgba(0, 0, 0, .02) inset; +} +.app-content .wizard > .actions > ul > li > a[href='#previous']:focus +{ + -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .02) inset; + box-shadow: 0 0 0 100px rgba(0, 0, 0, .02) inset; +} +.app-content .wizard > .actions > ul > li > a[href='#previous']:active +{ + -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .04) inset; + box-shadow: 0 0 0 100px rgba(0, 0, 0, .04) inset; +} +.app-content .wizard > .actions > ul > li.disabled > a +{ + color: #fff; +} +.app-content .wizard > .actions > ul > li.disabled > a:hover +{ + color: #fff; +} +.app-content .wizard > .actions > ul > li.disabled > a:focus +{ + color: #fff; +} +.app-content .wizard > .actions > ul > li.disabled > a[href='#previous'] +{ + -webkit-box-shadow: none; + box-shadow: none; +} +.app-content .wizard > .actions > ul > li.disabled > a[href='#previous']:hover +{ + -webkit-box-shadow: none; + box-shadow: none; +} +.app-content .wizard > .actions > ul > li.disabled > a[href='#previous']:focus +{ + -webkit-box-shadow: none; + box-shadow: none; +} +.app-content .wizard.wizard-circle > .steps > ul > li:before, +.app-content .wizard.wizard-circle > .steps > ul > li:after +{ + top: 43px; + + width: 50%; + height: 3px; + + background-color: #7367f0; +} +.app-content .wizard.wizard-circle > .steps > ul > li.current:after +{ + background-color: transparent; +} +.app-content .wizard.wizard-circle > .steps > ul > li.current ~ li:before +{ + background-color: transparent; +} +.app-content .wizard.wizard-circle > .steps > ul > li.current ~ li:after +{ + background-color: transparent; +} +.app-content .wizard.wizard-circle > .steps .step +{ + font-size: 1.5rem; + font-weight: 500; + line-height: 3rem; + + width: 50px; + height: 50px; + + border: 3px solid #b8c2cc; + border-radius: 50%; +} + +@media (max-width: 768px) +{ + .app-content .wizard > .steps > ul + { + margin-bottom: 20px; + } + .app-content .wizard > .steps > ul > li + { + display: block; + float: left; + + width: 33%; + } + .app-content .wizard > .steps > ul > li > a + { + margin-bottom: 0; + } + .app-content .wizard > .steps > ul > li:last-child:after + { + content: ''; + + background-color: #7367f0; + } +} + +@media (max-width: 480px) +{ + .app-content .wizard > .steps > ul > li.current:after + { + background-color: #7367f0; + } +} diff --git a/wwwjuba/app-assets/css/plugins/forms/wizard.min.css b/wwwjuba/app-assets/css/plugins/forms/wizard.min.css new file mode 100644 index 0000000..2046e25 --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/forms/wizard.min.css @@ -0,0 +1 @@ +.app-content .wizard>.steps>ul>li:after,.app-content .wizard>.steps>ul>li:before{z-index:9;content:'';display:block;position:absolute}.app-content .wizard{width:100%}.app-content .wizard .content{margin-left:0!important}.app-content .wizard>.steps{position:relative;display:block;width:100%}.app-content .wizard>.steps .current-info{position:absolute;left:-99999px}.app-content .wizard>.steps>ul{display:table;width:100%;margin:0;padding:0;table-layout:fixed;list-style:none}.app-content .wizard>.steps>ul>li{position:relative;display:table-cell;width:auto;text-align:center;vertical-align:top}.app-content .wizard>.steps>ul>li a{position:relative;display:block;margin-top:20px;margin-bottom:20px;padding-top:52px}.app-content .wizard>.steps>ul>li:before{left:0}.app-content .wizard>.steps>ul>li:after{right:0}.app-content .wizard>.steps>ul>li:last-child:after{content:none}.app-content .wizard>.steps>ul>li.current>a{cursor:default;color:#7367f0}.app-content .wizard>.steps>ul>li.current .step{color:#fff;border-color:#7367f0;background-color:#7367f0}.app-content .wizard>.steps>ul>li.disabled a,.app-content .wizard>.steps>ul>li.disabled a:focus,.app-content .wizard>.steps>ul>li.disabled a:hover{cursor:default;color:#636363}.app-content .wizard>.steps>ul>li.disabled .step{color:#b8c2cc}.app-content .wizard>.steps>ul>li.done a,.app-content .wizard>.steps>ul>li.done a:focus,.app-content .wizard>.steps>ul>li.done a:hover{color:#636363}.app-content .wizard>.steps>ul>li.done .step{color:#b8c2cc;border-color:#7367f0;background-color:#fff}.app-content .wizard>.steps>ul>li.done:last-child .step{color:#fff;border-color:#7367f0;background-color:#7367f0}.app-content .wizard>.steps>ul>li.error>a{color:#ea5455}.app-content .wizard>.steps>ul>li.error .step{color:#fff;border-color:#ea5455;background-color:#ea5455}.app-content .wizard>.steps .step{position:absolute;z-index:10;top:0;left:50%;display:inline-block;margin-left:-24px;text-align:center;background-color:#fff}.app-content .wizard>.steps .step i{position:relative;top:2px}.app-content .wizard>.content{position:relative;width:auto;margin:0;padding:0}.app-content .wizard>.content>.title{position:absolute;left:-99999px}.app-content .wizard>.content>.body{padding:0 20px}.app-content .wizard>.content>iframe{width:100%;height:100%;border:0}.app-content .wizard>.actions{position:relative;display:block;padding:0 20px 20px;text-align:right}.app-content .wizard>.actions>ul{margin:0;padding:0;list-style:none}.app-content .wizard>.actions>ul:after{display:table;clear:both;content:''}.app-content .wizard>.actions>ul>li{float:left}.app-content .wizard>.actions>ul>li+li{float:right;margin-left:10px}.app-content .wizard>.actions>ul>li>a{display:block;padding:7px 12px;color:#fff;border:1px solid transparent;border-radius:.42rem;background:#7367f0}.app-content .wizard>.actions>ul>li>a:focus,.app-content .wizard>.actions>ul>li>a:hover{-webkit-box-shadow:0 0 0 100px rgba(0,0,0,.05) inset;box-shadow:0 0 0 100px rgba(0,0,0,.05) inset}.app-content .wizard>.actions>ul>li>a:active{-webkit-box-shadow:0 0 0 100px rgba(0,0,0,.1) inset;box-shadow:0 0 0 100px rgba(0,0,0,.1) inset}.app-content .wizard>.actions>ul>li>a[href='#previous']{color:#fff;border-radius:.42rem;background-color:#7367f0}.app-content .wizard>.actions>ul>li>a[href='#previous']:focus,.app-content .wizard>.actions>ul>li>a[href='#previous']:hover{-webkit-box-shadow:0 0 0 100px rgba(0,0,0,.02) inset;box-shadow:0 0 0 100px rgba(0,0,0,.02) inset}.app-content .wizard>.actions>ul>li>a[href='#previous']:active{-webkit-box-shadow:0 0 0 100px rgba(0,0,0,.04) inset;box-shadow:0 0 0 100px rgba(0,0,0,.04) inset}.app-content .wizard>.actions>ul>li.disabled>a,.app-content .wizard>.actions>ul>li.disabled>a:focus,.app-content .wizard>.actions>ul>li.disabled>a:hover{color:#fff}.app-content .wizard>.actions>ul>li.disabled>a[href='#previous'],.app-content .wizard>.actions>ul>li.disabled>a[href='#previous']:focus,.app-content .wizard>.actions>ul>li.disabled>a[href='#previous']:hover{-webkit-box-shadow:none;box-shadow:none}.app-content .wizard.wizard-circle>.steps>ul>li:after,.app-content .wizard.wizard-circle>.steps>ul>li:before{top:43px;width:50%;height:3px;background-color:#7367f0}.app-content .wizard.wizard-circle>.steps>ul>li.current:after,.app-content .wizard.wizard-circle>.steps>ul>li.current~li:after,.app-content .wizard.wizard-circle>.steps>ul>li.current~li:before{background-color:transparent}.app-content .wizard.wizard-circle>.steps .step{font-size:1.5rem;font-weight:500;line-height:3rem;width:50px;height:50px;border:3px solid #b8c2cc;border-radius:50%}@media (max-width:768px){.app-content .wizard>.steps>ul{margin-bottom:20px}.app-content .wizard>.steps>ul>li{display:block;float:left;width:33%}.app-content .wizard>.steps>ul>li>a{margin-bottom:0}.app-content .wizard>.steps>ul>li:last-child:after{content:'';background-color:#7367f0}}@media (max-width:480px){.app-content .wizard>.steps>ul>li.current:after{background-color:#7367f0}} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/plugins/loaders/animations/ball-beat.css b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-beat.css new file mode 100644 index 0000000..bdb4220 --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-beat.css @@ -0,0 +1,104 @@ +/*======================================================== + DARK LAYOUT +=========================================================*/ +@-webkit-keyframes ball-beat +{ + 50% + { + -webkit-transform: scale(.75); + transform: scale(.75); + + opacity: .2; + } + 100% + { + -webkit-transform: scale(1); + transform: scale(1); + + opacity: 1; + } +} +@-moz-keyframes ball-beat +{ + 50% + { + -moz-transform: scale(.75); + transform: scale(.75); + + opacity: .2; + } + 100% + { + -moz-transform: scale(1); + transform: scale(1); + + opacity: 1; + } +} +@-o-keyframes ball-beat +{ + 50% + { + -o-transform: scale(.75); + transform: scale(.75); + + opacity: .2; + } + 100% + { + -o-transform: scale(1); + transform: scale(1); + + opacity: 1; + } +} +@keyframes ball-beat +{ + 50% + { + -webkit-transform: scale(.75); + -moz-transform: scale(.75); + -o-transform: scale(.75); + transform: scale(.75); + + opacity: .2; + } + 100% + { + -webkit-transform: scale(1); + -moz-transform: scale(1); + -o-transform: scale(1); + transform: scale(1); + + opacity: 1; + } +} + +.ball-beat > div +{ + display: inline-block; + + width: 15px; + height: 15px; + margin: 2px; + + -webkit-animation: ball-beat .7s 0s infinite linear; + -moz-animation: ball-beat .7s 0s infinite linear; + -o-animation: ball-beat .7s 0s infinite linear; + animation: ball-beat .7s 0s infinite linear; + + border-radius: 100%; + background-color: #b8c2cc; + + -webkit-animation-fill-mode: both; + -moz-animation-fill-mode: both; + -o-animation-fill-mode: both; + animation-fill-mode: both; +} +.ball-beat > div:nth-child(2n-1) +{ + -webkit-animation-delay: -.35s !important; + -moz-animation-delay: -.35s !important; + -o-animation-delay: -.35s !important; + animation-delay: -.35s !important; +} diff --git a/wwwjuba/app-assets/css/plugins/loaders/animations/ball-beat.min.css b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-beat.min.css new file mode 100644 index 0000000..8fd424e --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-beat.min.css @@ -0,0 +1 @@ +@-webkit-keyframes ball-beat{50%{-webkit-transform:scale(.75);transform:scale(.75);opacity:.2}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-moz-keyframes ball-beat{50%{-moz-transform:scale(.75);transform:scale(.75);opacity:.2}100%{-moz-transform:scale(1);transform:scale(1);opacity:1}}@-o-keyframes ball-beat{50%{-o-transform:scale(.75);transform:scale(.75);opacity:.2}100%{-o-transform:scale(1);transform:scale(1);opacity:1}}@keyframes ball-beat{50%{-webkit-transform:scale(.75);-moz-transform:scale(.75);-o-transform:scale(.75);transform:scale(.75);opacity:.2}100%{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:1}}.ball-beat>div{display:inline-block;width:15px;height:15px;margin:2px;-webkit-animation:ball-beat .7s 0s infinite linear;-moz-animation:ball-beat .7s 0s infinite linear;-o-animation:ball-beat .7s 0s infinite linear;animation:ball-beat .7s 0s infinite linear;border-radius:100%;background-color:#b8c2cc;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both}.ball-beat>div:nth-child(2n-1){-webkit-animation-delay:-.35s!important;-moz-animation-delay:-.35s!important;-o-animation-delay:-.35s!important;animation-delay:-.35s!important} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/plugins/loaders/animations/ball-clip-rotate-multiple.css b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-clip-rotate-multiple.css new file mode 100644 index 0000000..c067870 --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-clip-rotate-multiple.css @@ -0,0 +1,128 @@ +/*======================================================== + DARK LAYOUT +=========================================================*/ +@-webkit-keyframes rotate +{ + 0% + { + -webkit-transform: rotate(0deg) scale(1); + transform: rotate(0deg) scale(1); + } + 50% + { + -webkit-transform: rotate(180deg) scale(.6); + transform: rotate(180deg) scale(.6); + } + 100% + { + -webkit-transform: rotate(360deg) scale(1); + transform: rotate(360deg) scale(1); + } +} +@-moz-keyframes rotate +{ + 0% + { + -moz-transform: rotate(0deg) scale(1); + transform: rotate(0deg) scale(1); + } + 50% + { + -moz-transform: rotate(180deg) scale(.6); + transform: rotate(180deg) scale(.6); + } + 100% + { + -moz-transform: rotate(360deg) scale(1); + transform: rotate(360deg) scale(1); + } +} +@-o-keyframes rotate +{ + 0% + { + -o-transform: rotate(0deg) scale(1); + transform: rotate(0deg) scale(1); + } + 50% + { + -o-transform: rotate(180deg) scale(.6); + transform: rotate(180deg) scale(.6); + } + 100% + { + -o-transform: rotate(360deg) scale(1); + transform: rotate(360deg) scale(1); + } +} +@keyframes rotate +{ + 0% + { + -webkit-transform: rotate(0deg) scale(1); + -moz-transform: rotate(0deg) scale(1); + -o-transform: rotate(0deg) scale(1); + transform: rotate(0deg) scale(1); + } + 50% + { + -webkit-transform: rotate(180deg) scale(.6); + -moz-transform: rotate(180deg) scale(.6); + -o-transform: rotate(180deg) scale(.6); + transform: rotate(180deg) scale(.6); + } + 100% + { + -webkit-transform: rotate(360deg) scale(1); + -moz-transform: rotate(360deg) scale(1); + -o-transform: rotate(360deg) scale(1); + transform: rotate(360deg) scale(1); + } +} + +.ball-clip-rotate-multiple +{ + position: relative; +} +.ball-clip-rotate-multiple > div +{ + position: absolute; + top: -20px; + left: -20px; + + width: 35px; + height: 35px; + + -webkit-animation: rotate 1s 0s ease-in-out infinite; + -moz-animation: rotate 1s 0s ease-in-out infinite; + -o-animation: rotate 1s 0s ease-in-out infinite; + animation: rotate 1s 0s ease-in-out infinite; + + border: 2px solid #b8c2cc; + border-top-color: transparent; + border-bottom-color: transparent; + border-radius: 100%; + + -webkit-animation-fill-mode: both; + -moz-animation-fill-mode: both; + -o-animation-fill-mode: both; + animation-fill-mode: both; +} +.ball-clip-rotate-multiple > div:last-child +{ + top: -10px; + left: -10px; + + display: inline-block; + + width: 15px; + height: 15px; + + -webkit-animation-duration: .5s; + -moz-animation-duration: .5s; + -o-animation-duration: .5s; + animation-duration: .5s; + animation-direction: reverse; + + border-color: #b8c2cc transparent #b8c2cc transparent; +} diff --git a/wwwjuba/app-assets/css/plugins/loaders/animations/ball-clip-rotate-multiple.min.css b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-clip-rotate-multiple.min.css new file mode 100644 index 0000000..25a4be7 --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-clip-rotate-multiple.min.css @@ -0,0 +1 @@ +@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0) scale(1);transform:rotate(0) scale(1)}50%{-webkit-transform:rotate(180deg) scale(.6);transform:rotate(180deg) scale(.6)}100%{-webkit-transform:rotate(360deg) scale(1);transform:rotate(360deg) scale(1)}}@-moz-keyframes rotate{0%{-moz-transform:rotate(0) scale(1);transform:rotate(0) scale(1)}50%{-moz-transform:rotate(180deg) scale(.6);transform:rotate(180deg) scale(.6)}100%{-moz-transform:rotate(360deg) scale(1);transform:rotate(360deg) scale(1)}}@-o-keyframes rotate{0%{-o-transform:rotate(0) scale(1);transform:rotate(0) scale(1)}50%{-o-transform:rotate(180deg) scale(.6);transform:rotate(180deg) scale(.6)}100%{-o-transform:rotate(360deg) scale(1);transform:rotate(360deg) scale(1)}}@keyframes rotate{0%{-webkit-transform:rotate(0) scale(1);-moz-transform:rotate(0) scale(1);-o-transform:rotate(0) scale(1);transform:rotate(0) scale(1)}50%{-webkit-transform:rotate(180deg) scale(.6);-moz-transform:rotate(180deg) scale(.6);-o-transform:rotate(180deg) scale(.6);transform:rotate(180deg) scale(.6)}100%{-webkit-transform:rotate(360deg) scale(1);-moz-transform:rotate(360deg) scale(1);-o-transform:rotate(360deg) scale(1);transform:rotate(360deg) scale(1)}}.ball-clip-rotate-multiple{position:relative}.ball-clip-rotate-multiple>div{position:absolute;top:-20px;left:-20px;width:35px;height:35px;-webkit-animation:rotate 1s 0s ease-in-out infinite;-moz-animation:rotate 1s 0s ease-in-out infinite;-o-animation:rotate 1s 0s ease-in-out infinite;animation:rotate 1s 0s ease-in-out infinite;border:2px solid #b8c2cc;border-top-color:transparent;border-bottom-color:transparent;border-radius:100%;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both}.ball-clip-rotate-multiple>div:last-child{top:-10px;left:-10px;display:inline-block;width:15px;height:15px;-webkit-animation-duration:.5s;-moz-animation-duration:.5s;-o-animation-duration:.5s;animation-duration:.5s;animation-direction:reverse;border-color:#b8c2cc transparent} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/plugins/loaders/animations/ball-clip-rotate-pulse.css b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-clip-rotate-pulse.css new file mode 100644 index 0000000..a5cb311 --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-clip-rotate-pulse.css @@ -0,0 +1,203 @@ +/*======================================================== + DARK LAYOUT +=========================================================*/ +@-webkit-keyframes rotate +{ + 0% + { + -webkit-transform: rotate(0deg) scale(1); + transform: rotate(0deg) scale(1); + } + 50% + { + -webkit-transform: rotate(180deg) scale(.6); + transform: rotate(180deg) scale(.6); + } + 100% + { + -webkit-transform: rotate(360deg) scale(1); + transform: rotate(360deg) scale(1); + } +} +@-moz-keyframes rotate +{ + 0% + { + -moz-transform: rotate(0deg) scale(1); + transform: rotate(0deg) scale(1); + } + 50% + { + -moz-transform: rotate(180deg) scale(.6); + transform: rotate(180deg) scale(.6); + } + 100% + { + -moz-transform: rotate(360deg) scale(1); + transform: rotate(360deg) scale(1); + } +} +@-o-keyframes rotate +{ + 0% + { + -o-transform: rotate(0deg) scale(1); + transform: rotate(0deg) scale(1); + } + 50% + { + -o-transform: rotate(180deg) scale(.6); + transform: rotate(180deg) scale(.6); + } + 100% + { + -o-transform: rotate(360deg) scale(1); + transform: rotate(360deg) scale(1); + } +} +@keyframes rotate +{ + 0% + { + -webkit-transform: rotate(0deg) scale(1); + -moz-transform: rotate(0deg) scale(1); + -o-transform: rotate(0deg) scale(1); + transform: rotate(0deg) scale(1); + } + 50% + { + -webkit-transform: rotate(180deg) scale(.6); + -moz-transform: rotate(180deg) scale(.6); + -o-transform: rotate(180deg) scale(.6); + transform: rotate(180deg) scale(.6); + } + 100% + { + -webkit-transform: rotate(360deg) scale(1); + -moz-transform: rotate(360deg) scale(1); + -o-transform: rotate(360deg) scale(1); + transform: rotate(360deg) scale(1); + } +} + +@-webkit-keyframes scale +{ + 30% + { + -webkit-transform: scale(.3); + transform: scale(.3); + } + 100% + { + -webkit-transform: scale(1); + transform: scale(1); + } +} + +@-moz-keyframes scale +{ + 30% + { + -moz-transform: scale(.3); + transform: scale(.3); + } + 100% + { + -moz-transform: scale(1); + transform: scale(1); + } +} + +@-o-keyframes scale +{ + 30% + { + -o-transform: scale(.3); + transform: scale(.3); + } + 100% + { + -o-transform: scale(1); + transform: scale(1); + } +} + +@keyframes scale +{ + 30% + { + -webkit-transform: scale(.3); + -moz-transform: scale(.3); + -o-transform: scale(.3); + transform: scale(.3); + } + 100% + { + -webkit-transform: scale(1); + -moz-transform: scale(1); + -o-transform: scale(1); + transform: scale(1); + } +} + +.ball-clip-rotate-pulse +{ + position: relative; + + -webkit-transform: translateY(-15px); + -moz-transform: translateY(-15px); + -ms-transform: translateY(-15px); + -o-transform: translateY(-15px); + transform: translateY(-15px); +} +.ball-clip-rotate-pulse > div +{ + position: absolute; + top: 0; + left: 0; + + border-radius: 100%; + + -webkit-animation-fill-mode: both; + -moz-animation-fill-mode: both; + -o-animation-fill-mode: both; + animation-fill-mode: both; +} +.ball-clip-rotate-pulse > div:first-child +{ + top: 7px; + left: -7px; + + width: 16px; + height: 16px; + + -webkit-animation: scale 1s 0s cubic-bezier(.09, .57, .49, .9) infinite; + -moz-animation: scale 1s 0s cubic-bezier(.09, .57, .49, .9) infinite; + -o-animation: scale 1s 0s cubic-bezier(.09, .57, .49, .9) infinite; + animation: scale 1s 0s cubic-bezier(.09, .57, .49, .9) infinite; + + background: #b8c2cc; +} +.ball-clip-rotate-pulse > div:last-child +{ + position: absolute; + top: -2px; + left: -16px; + + width: 30px; + height: 30px; + + -webkit-animation: rotate 1s 0s cubic-bezier(.09, .57, .49, .9) infinite; + -moz-animation: rotate 1s 0s cubic-bezier(.09, .57, .49, .9) infinite; + -o-animation: rotate 1s 0s cubic-bezier(.09, .57, .49, .9) infinite; + animation: rotate 1s 0s cubic-bezier(.09, .57, .49, .9) infinite; + -webkit-animation-duration: 1s; + -moz-animation-duration: 1s; + -o-animation-duration: 1s; + animation-duration: 1s; + + border: 2px solid #b8c2cc; + border: 2px solid; + border-color: #b8c2cc transparent #b8c2cc transparent; + background: transparent; +} diff --git a/wwwjuba/app-assets/css/plugins/loaders/animations/ball-clip-rotate-pulse.min.css b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-clip-rotate-pulse.min.css new file mode 100644 index 0000000..e89db63 --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-clip-rotate-pulse.min.css @@ -0,0 +1 @@ +@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0) scale(1);transform:rotate(0) scale(1)}50%{-webkit-transform:rotate(180deg) scale(.6);transform:rotate(180deg) scale(.6)}100%{-webkit-transform:rotate(360deg) scale(1);transform:rotate(360deg) scale(1)}}@-moz-keyframes rotate{0%{-moz-transform:rotate(0) scale(1);transform:rotate(0) scale(1)}50%{-moz-transform:rotate(180deg) scale(.6);transform:rotate(180deg) scale(.6)}100%{-moz-transform:rotate(360deg) scale(1);transform:rotate(360deg) scale(1)}}@-o-keyframes rotate{0%{-o-transform:rotate(0) scale(1);transform:rotate(0) scale(1)}50%{-o-transform:rotate(180deg) scale(.6);transform:rotate(180deg) scale(.6)}100%{-o-transform:rotate(360deg) scale(1);transform:rotate(360deg) scale(1)}}@keyframes rotate{0%{-webkit-transform:rotate(0) scale(1);-moz-transform:rotate(0) scale(1);-o-transform:rotate(0) scale(1);transform:rotate(0) scale(1)}50%{-webkit-transform:rotate(180deg) scale(.6);-moz-transform:rotate(180deg) scale(.6);-o-transform:rotate(180deg) scale(.6);transform:rotate(180deg) scale(.6)}100%{-webkit-transform:rotate(360deg) scale(1);-moz-transform:rotate(360deg) scale(1);-o-transform:rotate(360deg) scale(1);transform:rotate(360deg) scale(1)}}@-webkit-keyframes scale{30%{-webkit-transform:scale(.3);transform:scale(.3)}100%{-webkit-transform:scale(1);transform:scale(1)}}@-moz-keyframes scale{30%{-moz-transform:scale(.3);transform:scale(.3)}100%{-moz-transform:scale(1);transform:scale(1)}}@-o-keyframes scale{30%{-o-transform:scale(.3);transform:scale(.3)}100%{-o-transform:scale(1);transform:scale(1)}}@keyframes scale{30%{-webkit-transform:scale(.3);-moz-transform:scale(.3);-o-transform:scale(.3);transform:scale(.3)}100%{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}.ball-clip-rotate-pulse{position:relative;-webkit-transform:translateY(-15px);-moz-transform:translateY(-15px);-ms-transform:translateY(-15px);-o-transform:translateY(-15px);transform:translateY(-15px)}.ball-clip-rotate-pulse>div{position:absolute;top:0;left:0;border-radius:100%;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both}.ball-clip-rotate-pulse>div:first-child{top:7px;left:-7px;width:16px;height:16px;-webkit-animation:scale 1s 0s cubic-bezier(.09,.57,.49,.9) infinite;-moz-animation:scale 1s 0s cubic-bezier(.09,.57,.49,.9) infinite;-o-animation:scale 1s 0s cubic-bezier(.09,.57,.49,.9) infinite;animation:scale 1s 0s cubic-bezier(.09,.57,.49,.9) infinite;background:#b8c2cc}.ball-clip-rotate-pulse>div:last-child{position:absolute;top:-2px;left:-16px;width:30px;height:30px;-webkit-animation:rotate 1s 0s cubic-bezier(.09,.57,.49,.9) infinite;-moz-animation:rotate 1s 0s cubic-bezier(.09,.57,.49,.9) infinite;-o-animation:rotate 1s 0s cubic-bezier(.09,.57,.49,.9) infinite;animation:rotate 1s 0s cubic-bezier(.09,.57,.49,.9) infinite;-webkit-animation-duration:1s;-moz-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;border:2px solid;border-color:#b8c2cc transparent;background:0 0} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/plugins/loaders/animations/ball-clip-rotate.css b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-clip-rotate.css new file mode 100644 index 0000000..7c3a7ee --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-clip-rotate.css @@ -0,0 +1,108 @@ +/*======================================================== + DARK LAYOUT +=========================================================*/ +@-webkit-keyframes rotate +{ + 0% + { + -webkit-transform: rotate(0deg) scale(1); + transform: rotate(0deg) scale(1); + } + 50% + { + -webkit-transform: rotate(180deg) scale(.6); + transform: rotate(180deg) scale(.6); + } + 100% + { + -webkit-transform: rotate(360deg) scale(1); + transform: rotate(360deg) scale(1); + } +} +@-moz-keyframes rotate +{ + 0% + { + -moz-transform: rotate(0deg) scale(1); + transform: rotate(0deg) scale(1); + } + 50% + { + -moz-transform: rotate(180deg) scale(.6); + transform: rotate(180deg) scale(.6); + } + 100% + { + -moz-transform: rotate(360deg) scale(1); + transform: rotate(360deg) scale(1); + } +} +@-o-keyframes rotate +{ + 0% + { + -o-transform: rotate(0deg) scale(1); + transform: rotate(0deg) scale(1); + } + 50% + { + -o-transform: rotate(180deg) scale(.6); + transform: rotate(180deg) scale(.6); + } + 100% + { + -o-transform: rotate(360deg) scale(1); + transform: rotate(360deg) scale(1); + } +} +@keyframes rotate +{ + 0% + { + -webkit-transform: rotate(0deg) scale(1); + -moz-transform: rotate(0deg) scale(1); + -o-transform: rotate(0deg) scale(1); + transform: rotate(0deg) scale(1); + } + 50% + { + -webkit-transform: rotate(180deg) scale(.6); + -moz-transform: rotate(180deg) scale(.6); + -o-transform: rotate(180deg) scale(.6); + transform: rotate(180deg) scale(.6); + } + 100% + { + -webkit-transform: rotate(360deg) scale(1); + -moz-transform: rotate(360deg) scale(1); + -o-transform: rotate(360deg) scale(1); + transform: rotate(360deg) scale(1); + } +} + +.ball-clip-rotate > div +{ + display: inline-block; + + width: 15px; + width: 25px; + height: 15px; + height: 25px; + margin: 2px; + + -webkit-animation: rotate .75s 0s linear infinite; + -moz-animation: rotate .75s 0s linear infinite; + -o-animation: rotate .75s 0s linear infinite; + animation: rotate .75s 0s linear infinite; + + border: 2px solid #b8c2cc; + border-bottom-color: transparent; + border-radius: 100%; + background: transparent !important; + background-color: #b8c2cc; + + -webkit-animation-fill-mode: both; + -moz-animation-fill-mode: both; + -o-animation-fill-mode: both; + animation-fill-mode: both; +} diff --git a/wwwjuba/app-assets/css/plugins/loaders/animations/ball-clip-rotate.min.css b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-clip-rotate.min.css new file mode 100644 index 0000000..d9ef4b1 --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-clip-rotate.min.css @@ -0,0 +1 @@ +@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0) scale(1);transform:rotate(0) scale(1)}50%{-webkit-transform:rotate(180deg) scale(.6);transform:rotate(180deg) scale(.6)}100%{-webkit-transform:rotate(360deg) scale(1);transform:rotate(360deg) scale(1)}}@-moz-keyframes rotate{0%{-moz-transform:rotate(0) scale(1);transform:rotate(0) scale(1)}50%{-moz-transform:rotate(180deg) scale(.6);transform:rotate(180deg) scale(.6)}100%{-moz-transform:rotate(360deg) scale(1);transform:rotate(360deg) scale(1)}}@-o-keyframes rotate{0%{-o-transform:rotate(0) scale(1);transform:rotate(0) scale(1)}50%{-o-transform:rotate(180deg) scale(.6);transform:rotate(180deg) scale(.6)}100%{-o-transform:rotate(360deg) scale(1);transform:rotate(360deg) scale(1)}}@keyframes rotate{0%{-webkit-transform:rotate(0) scale(1);-moz-transform:rotate(0) scale(1);-o-transform:rotate(0) scale(1);transform:rotate(0) scale(1)}50%{-webkit-transform:rotate(180deg) scale(.6);-moz-transform:rotate(180deg) scale(.6);-o-transform:rotate(180deg) scale(.6);transform:rotate(180deg) scale(.6)}100%{-webkit-transform:rotate(360deg) scale(1);-moz-transform:rotate(360deg) scale(1);-o-transform:rotate(360deg) scale(1);transform:rotate(360deg) scale(1)}}.ball-clip-rotate>div{display:inline-block;width:15px;width:25px;height:15px;height:25px;margin:2px;-webkit-animation:rotate .75s 0s linear infinite;-moz-animation:rotate .75s 0s linear infinite;-o-animation:rotate .75s 0s linear infinite;animation:rotate .75s 0s linear infinite;border:2px solid #b8c2cc;border-bottom-color:transparent;border-radius:100%;background:0 0!important;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/plugins/loaders/animations/ball-grid-beat.css b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-grid-beat.css new file mode 100644 index 0000000..7259b88 --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-grid-beat.css @@ -0,0 +1,181 @@ +/*======================================================== + DARK LAYOUT +=========================================================*/ +@-webkit-keyframes ball-grid-beat +{ + 50% + { + opacity: .7; + } + 100% + { + opacity: 1; + } +} +@-moz-keyframes ball-grid-beat +{ + 50% + { + opacity: .7; + } + 100% + { + opacity: 1; + } +} +@-o-keyframes ball-grid-beat +{ + 50% + { + opacity: .7; + } + 100% + { + opacity: 1; + } +} +@keyframes ball-grid-beat +{ + 50% + { + opacity: .7; + } + 100% + { + opacity: 1; + } +} + +.ball-grid-beat +{ + width: 57px; +} +.ball-grid-beat > div:nth-child(1) +{ + -webkit-animation-duration: 1.08s; + -moz-animation-duration: 1.08s; + -o-animation-duration: 1.08s; + animation-duration: 1.08s; + -webkit-animation-delay: .2s; + -moz-animation-delay: .2s; + -o-animation-delay: .2s; + animation-delay: .2s; +} +.ball-grid-beat > div:nth-child(2) +{ + -webkit-animation-duration: .64s; + -moz-animation-duration: .64s; + -o-animation-duration: .64s; + animation-duration: .64s; + -webkit-animation-delay: -.13s; + -moz-animation-delay: -.13s; + -o-animation-delay: -.13s; + animation-delay: -.13s; +} +.ball-grid-beat > div:nth-child(3) +{ + -webkit-animation-duration: .94s; + -moz-animation-duration: .94s; + -o-animation-duration: .94s; + animation-duration: .94s; + -webkit-animation-delay: .71s; + -moz-animation-delay: .71s; + -o-animation-delay: .71s; + animation-delay: .71s; +} +.ball-grid-beat > div:nth-child(4) +{ + -webkit-animation-duration: 1.14s; + -moz-animation-duration: 1.14s; + -o-animation-duration: 1.14s; + animation-duration: 1.14s; + -webkit-animation-delay: .27s; + -moz-animation-delay: .27s; + -o-animation-delay: .27s; + animation-delay: .27s; +} +.ball-grid-beat > div:nth-child(5) +{ + -webkit-animation-duration: 1.04s; + -moz-animation-duration: 1.04s; + -o-animation-duration: 1.04s; + animation-duration: 1.04s; + -webkit-animation-delay: -.04s; + -moz-animation-delay: -.04s; + -o-animation-delay: -.04s; + animation-delay: -.04s; +} +.ball-grid-beat > div:nth-child(6) +{ + -webkit-animation-duration: 1.13s; + -moz-animation-duration: 1.13s; + -o-animation-duration: 1.13s; + animation-duration: 1.13s; + -webkit-animation-delay: -.19s; + -moz-animation-delay: -.19s; + -o-animation-delay: -.19s; + animation-delay: -.19s; +} +.ball-grid-beat > div:nth-child(7) +{ + -webkit-animation-duration: .68s; + -moz-animation-duration: .68s; + -o-animation-duration: .68s; + animation-duration: .68s; + -webkit-animation-delay: .78s; + -moz-animation-delay: .78s; + -o-animation-delay: .78s; + animation-delay: .78s; +} +.ball-grid-beat > div:nth-child(8) +{ + -webkit-animation-duration: .8s; + -moz-animation-duration: .8s; + -o-animation-duration: .8s; + animation-duration: .8s; + -webkit-animation-delay: .47s; + -moz-animation-delay: .47s; + -o-animation-delay: .47s; + animation-delay: .47s; +} +.ball-grid-beat > div:nth-child(9) +{ + -webkit-animation-duration: .71s; + -moz-animation-duration: .71s; + -o-animation-duration: .71s; + animation-duration: .71s; + -webkit-animation-delay: .46s; + -moz-animation-delay: .46s; + -o-animation-delay: .46s; + animation-delay: .46s; +} +.ball-grid-beat > div +{ + display: inline-block; + float: left; + + width: 15px; + height: 15px; + margin: 2px; + + -webkit-animation-name: ball-grid-beat; + -moz-animation-name: ball-grid-beat; + -o-animation-name: ball-grid-beat; + animation-name: ball-grid-beat; + -webkit-animation-delay: 0; + -moz-animation-delay: 0; + -o-animation-delay: 0; + animation-delay: 0; + -webkit-animation-iteration-count: infinite; + -moz-animation-iteration-count: infinite; + -o-animation-iteration-count: infinite; + animation-iteration-count: infinite; + + border-radius: 100%; + background-color: #b8c2cc; + + -webkit-animation-fill-mode: both; + -moz-animation-fill-mode: both; + -o-animation-fill-mode: both; + animation-fill-mode: both; +} diff --git a/wwwjuba/app-assets/css/plugins/loaders/animations/ball-grid-beat.min.css b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-grid-beat.min.css new file mode 100644 index 0000000..51ce5ab --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-grid-beat.min.css @@ -0,0 +1 @@ +@-webkit-keyframes ball-grid-beat{50%{opacity:.7}100%{opacity:1}}@-moz-keyframes ball-grid-beat{50%{opacity:.7}100%{opacity:1}}@-o-keyframes ball-grid-beat{50%{opacity:.7}100%{opacity:1}}@keyframes ball-grid-beat{50%{opacity:.7}100%{opacity:1}}.ball-grid-beat{width:57px}.ball-grid-beat>div:nth-child(1){-webkit-animation-duration:1.08s;-moz-animation-duration:1.08s;-o-animation-duration:1.08s;animation-duration:1.08s;-webkit-animation-delay:.2s;-moz-animation-delay:.2s;-o-animation-delay:.2s;animation-delay:.2s}.ball-grid-beat>div:nth-child(2){-webkit-animation-duration:.64s;-moz-animation-duration:.64s;-o-animation-duration:.64s;animation-duration:.64s;-webkit-animation-delay:-.13s;-moz-animation-delay:-.13s;-o-animation-delay:-.13s;animation-delay:-.13s}.ball-grid-beat>div:nth-child(3){-webkit-animation-duration:.94s;-moz-animation-duration:.94s;-o-animation-duration:.94s;animation-duration:.94s;-webkit-animation-delay:.71s;-moz-animation-delay:.71s;-o-animation-delay:.71s;animation-delay:.71s}.ball-grid-beat>div:nth-child(4){-webkit-animation-duration:1.14s;-moz-animation-duration:1.14s;-o-animation-duration:1.14s;animation-duration:1.14s;-webkit-animation-delay:.27s;-moz-animation-delay:.27s;-o-animation-delay:.27s;animation-delay:.27s}.ball-grid-beat>div:nth-child(5){-webkit-animation-duration:1.04s;-moz-animation-duration:1.04s;-o-animation-duration:1.04s;animation-duration:1.04s;-webkit-animation-delay:-.04s;-moz-animation-delay:-.04s;-o-animation-delay:-.04s;animation-delay:-.04s}.ball-grid-beat>div:nth-child(6){-webkit-animation-duration:1.13s;-moz-animation-duration:1.13s;-o-animation-duration:1.13s;animation-duration:1.13s;-webkit-animation-delay:-.19s;-moz-animation-delay:-.19s;-o-animation-delay:-.19s;animation-delay:-.19s}.ball-grid-beat>div:nth-child(7){-webkit-animation-duration:.68s;-moz-animation-duration:.68s;-o-animation-duration:.68s;animation-duration:.68s;-webkit-animation-delay:.78s;-moz-animation-delay:.78s;-o-animation-delay:.78s;animation-delay:.78s}.ball-grid-beat>div:nth-child(8){-webkit-animation-duration:.8s;-moz-animation-duration:.8s;-o-animation-duration:.8s;animation-duration:.8s;-webkit-animation-delay:.47s;-moz-animation-delay:.47s;-o-animation-delay:.47s;animation-delay:.47s}.ball-grid-beat>div:nth-child(9){-webkit-animation-duration:.71s;-moz-animation-duration:.71s;-o-animation-duration:.71s;animation-duration:.71s;-webkit-animation-delay:.46s;-moz-animation-delay:.46s;-o-animation-delay:.46s;animation-delay:.46s}.ball-grid-beat>div{display:inline-block;float:left;width:15px;height:15px;margin:2px;-webkit-animation-name:ball-grid-beat;-moz-animation-name:ball-grid-beat;-o-animation-name:ball-grid-beat;animation-name:ball-grid-beat;-webkit-animation-delay:0;-moz-animation-delay:0;-o-animation-delay:0;animation-delay:0;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;-o-animation-iteration-count:infinite;animation-iteration-count:infinite;border-radius:100%;background-color:#b8c2cc;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/plugins/loaders/animations/ball-grid-pulse.css b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-grid-pulse.css new file mode 100644 index 0000000..4bbcc8c --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-grid-pulse.css @@ -0,0 +1,231 @@ +/*======================================================== + DARK LAYOUT +=========================================================*/ +@-webkit-keyframes ball-grid-pulse +{ + 0% + { + -webkit-transform: scale(1); + transform: scale(1); + } + 50% + { + -webkit-transform: scale(.5); + transform: scale(.5); + + opacity: .7; + } + 100% + { + -webkit-transform: scale(1); + transform: scale(1); + + opacity: 1; + } +} +@-moz-keyframes ball-grid-pulse +{ + 0% + { + -moz-transform: scale(1); + transform: scale(1); + } + 50% + { + -moz-transform: scale(.5); + transform: scale(.5); + + opacity: .7; + } + 100% + { + -moz-transform: scale(1); + transform: scale(1); + + opacity: 1; + } +} +@-o-keyframes ball-grid-pulse +{ + 0% + { + -o-transform: scale(1); + transform: scale(1); + } + 50% + { + -o-transform: scale(.5); + transform: scale(.5); + + opacity: .7; + } + 100% + { + -o-transform: scale(1); + transform: scale(1); + + opacity: 1; + } +} +@keyframes ball-grid-pulse +{ + 0% + { + -webkit-transform: scale(1); + -moz-transform: scale(1); + -o-transform: scale(1); + transform: scale(1); + } + 50% + { + -webkit-transform: scale(.5); + -moz-transform: scale(.5); + -o-transform: scale(.5); + transform: scale(.5); + + opacity: .7; + } + 100% + { + -webkit-transform: scale(1); + -moz-transform: scale(1); + -o-transform: scale(1); + transform: scale(1); + + opacity: 1; + } +} + +.ball-grid-pulse +{ + width: 57px; +} +.ball-grid-pulse > div:nth-child(1) +{ + -webkit-animation-duration: 1.12s; + -moz-animation-duration: 1.12s; + -o-animation-duration: 1.12s; + animation-duration: 1.12s; + -webkit-animation-delay: .34s; + -moz-animation-delay: .34s; + -o-animation-delay: .34s; + animation-delay: .34s; +} +.ball-grid-pulse > div:nth-child(2) +{ + -webkit-animation-duration: 1.42s; + -moz-animation-duration: 1.42s; + -o-animation-duration: 1.42s; + animation-duration: 1.42s; + -webkit-animation-delay: .59s; + -moz-animation-delay: .59s; + -o-animation-delay: .59s; + animation-delay: .59s; +} +.ball-grid-pulse > div:nth-child(3) +{ + -webkit-animation-duration: 1.17s; + -moz-animation-duration: 1.17s; + -o-animation-duration: 1.17s; + animation-duration: 1.17s; + -webkit-animation-delay: .3s; + -moz-animation-delay: .3s; + -o-animation-delay: .3s; + animation-delay: .3s; +} +.ball-grid-pulse > div:nth-child(4) +{ + -webkit-animation-duration: 1.49s; + -moz-animation-duration: 1.49s; + -o-animation-duration: 1.49s; + animation-duration: 1.49s; + -webkit-animation-delay: .07s; + -moz-animation-delay: .07s; + -o-animation-delay: .07s; + animation-delay: .07s; +} +.ball-grid-pulse > div:nth-child(5) +{ + -webkit-animation-duration: .79s; + -moz-animation-duration: .79s; + -o-animation-duration: .79s; + animation-duration: .79s; + -webkit-animation-delay: .6s; + -moz-animation-delay: .6s; + -o-animation-delay: .6s; + animation-delay: .6s; +} +.ball-grid-pulse > div:nth-child(6) +{ + -webkit-animation-duration: 1.12s; + -moz-animation-duration: 1.12s; + -o-animation-duration: 1.12s; + animation-duration: 1.12s; + -webkit-animation-delay: -.01s; + -moz-animation-delay: -.01s; + -o-animation-delay: -.01s; + animation-delay: -.01s; +} +.ball-grid-pulse > div:nth-child(7) +{ + -webkit-animation-duration: 1.39s; + -moz-animation-duration: 1.39s; + -o-animation-duration: 1.39s; + animation-duration: 1.39s; + -webkit-animation-delay: .46s; + -moz-animation-delay: .46s; + -o-animation-delay: .46s; + animation-delay: .46s; +} +.ball-grid-pulse > div:nth-child(8) +{ + -webkit-animation-duration: 1.21s; + -moz-animation-duration: 1.21s; + -o-animation-duration: 1.21s; + animation-duration: 1.21s; + -webkit-animation-delay: -.09s; + -moz-animation-delay: -.09s; + -o-animation-delay: -.09s; + animation-delay: -.09s; +} +.ball-grid-pulse > div:nth-child(9) +{ + -webkit-animation-duration: 1.45s; + -moz-animation-duration: 1.45s; + -o-animation-duration: 1.45s; + animation-duration: 1.45s; + -webkit-animation-delay: .31s; + -moz-animation-delay: .31s; + -o-animation-delay: .31s; + animation-delay: .31s; +} +.ball-grid-pulse > div +{ + display: inline-block; + float: left; + + width: 15px; + height: 15px; + margin: 2px; + + -webkit-animation-name: ball-grid-pulse; + -moz-animation-name: ball-grid-pulse; + -o-animation-name: ball-grid-pulse; + animation-name: ball-grid-pulse; + -webkit-animation-delay: 0; + -moz-animation-delay: 0; + -o-animation-delay: 0; + animation-delay: 0; + -webkit-animation-iteration-count: infinite; + -moz-animation-iteration-count: infinite; + -o-animation-iteration-count: infinite; + animation-iteration-count: infinite; + + border-radius: 100%; + background-color: #b8c2cc; + + -webkit-animation-fill-mode: both; + -moz-animation-fill-mode: both; + -o-animation-fill-mode: both; + animation-fill-mode: both; +} diff --git a/wwwjuba/app-assets/css/plugins/loaders/animations/ball-grid-pulse.min.css b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-grid-pulse.min.css new file mode 100644 index 0000000..fd6eb3d --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-grid-pulse.min.css @@ -0,0 +1 @@ +@-webkit-keyframes ball-grid-pulse{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(.5);transform:scale(.5);opacity:.7}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-moz-keyframes ball-grid-pulse{0%{-moz-transform:scale(1);transform:scale(1)}50%{-moz-transform:scale(.5);transform:scale(.5);opacity:.7}100%{-moz-transform:scale(1);transform:scale(1);opacity:1}}@-o-keyframes ball-grid-pulse{0%{-o-transform:scale(1);transform:scale(1)}50%{-o-transform:scale(.5);transform:scale(.5);opacity:.7}100%{-o-transform:scale(1);transform:scale(1);opacity:1}}@keyframes ball-grid-pulse{0%{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(.5);-moz-transform:scale(.5);-o-transform:scale(.5);transform:scale(.5);opacity:.7}100%{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:1}}.ball-grid-pulse{width:57px}.ball-grid-pulse>div:nth-child(1){-webkit-animation-duration:1.12s;-moz-animation-duration:1.12s;-o-animation-duration:1.12s;animation-duration:1.12s;-webkit-animation-delay:.34s;-moz-animation-delay:.34s;-o-animation-delay:.34s;animation-delay:.34s}.ball-grid-pulse>div:nth-child(2){-webkit-animation-duration:1.42s;-moz-animation-duration:1.42s;-o-animation-duration:1.42s;animation-duration:1.42s;-webkit-animation-delay:.59s;-moz-animation-delay:.59s;-o-animation-delay:.59s;animation-delay:.59s}.ball-grid-pulse>div:nth-child(3){-webkit-animation-duration:1.17s;-moz-animation-duration:1.17s;-o-animation-duration:1.17s;animation-duration:1.17s;-webkit-animation-delay:.3s;-moz-animation-delay:.3s;-o-animation-delay:.3s;animation-delay:.3s}.ball-grid-pulse>div:nth-child(4){-webkit-animation-duration:1.49s;-moz-animation-duration:1.49s;-o-animation-duration:1.49s;animation-duration:1.49s;-webkit-animation-delay:.07s;-moz-animation-delay:.07s;-o-animation-delay:.07s;animation-delay:.07s}.ball-grid-pulse>div:nth-child(5){-webkit-animation-duration:.79s;-moz-animation-duration:.79s;-o-animation-duration:.79s;animation-duration:.79s;-webkit-animation-delay:.6s;-moz-animation-delay:.6s;-o-animation-delay:.6s;animation-delay:.6s}.ball-grid-pulse>div:nth-child(6){-webkit-animation-duration:1.12s;-moz-animation-duration:1.12s;-o-animation-duration:1.12s;animation-duration:1.12s;-webkit-animation-delay:-.01s;-moz-animation-delay:-.01s;-o-animation-delay:-.01s;animation-delay:-.01s}.ball-grid-pulse>div:nth-child(7){-webkit-animation-duration:1.39s;-moz-animation-duration:1.39s;-o-animation-duration:1.39s;animation-duration:1.39s;-webkit-animation-delay:.46s;-moz-animation-delay:.46s;-o-animation-delay:.46s;animation-delay:.46s}.ball-grid-pulse>div:nth-child(8){-webkit-animation-duration:1.21s;-moz-animation-duration:1.21s;-o-animation-duration:1.21s;animation-duration:1.21s;-webkit-animation-delay:-.09s;-moz-animation-delay:-.09s;-o-animation-delay:-.09s;animation-delay:-.09s}.ball-grid-pulse>div:nth-child(9){-webkit-animation-duration:1.45s;-moz-animation-duration:1.45s;-o-animation-duration:1.45s;animation-duration:1.45s;-webkit-animation-delay:.31s;-moz-animation-delay:.31s;-o-animation-delay:.31s;animation-delay:.31s}.ball-grid-pulse>div{display:inline-block;float:left;width:15px;height:15px;margin:2px;-webkit-animation-name:ball-grid-pulse;-moz-animation-name:ball-grid-pulse;-o-animation-name:ball-grid-pulse;animation-name:ball-grid-pulse;-webkit-animation-delay:0;-moz-animation-delay:0;-o-animation-delay:0;animation-delay:0;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;-o-animation-iteration-count:infinite;animation-iteration-count:infinite;border-radius:100%;background-color:#b8c2cc;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/plugins/loaders/animations/ball-pulse-rise.css b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-pulse-rise.css new file mode 100644 index 0000000..7206c3e --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-pulse-rise.css @@ -0,0 +1,319 @@ +/*======================================================== + DARK LAYOUT +=========================================================*/ +@-webkit-keyframes ball-pulse-rise-even +{ + 0% + { + -webkit-transform: scale(1.1); + transform: scale(1.1); + } + 25% + { + -webkit-transform: translateY(-30px); + transform: translateY(-30px); + } + 50% + { + -webkit-transform: scale(.4); + transform: scale(.4); + } + 75% + { + -webkit-transform: translateY(30px); + transform: translateY(30px); + } + 100% + { + -webkit-transform: translateY(0); + -webkit-transform: scale(1); + transform: translateY(0); + transform: scale(1); + } +} +@-moz-keyframes ball-pulse-rise-even +{ + 0% + { + -moz-transform: scale(1.1); + transform: scale(1.1); + } + 25% + { + -moz-transform: translateY(-30px); + transform: translateY(-30px); + } + 50% + { + -moz-transform: scale(.4); + transform: scale(.4); + } + 75% + { + -moz-transform: translateY(30px); + transform: translateY(30px); + } + 100% + { + -moz-transform: translateY(0); + -moz-transform: scale(1); + transform: translateY(0); + transform: scale(1); + } +} +@-o-keyframes ball-pulse-rise-even +{ + 0% + { + -o-transform: scale(1.1); + transform: scale(1.1); + } + 25% + { + -o-transform: translateY(-30px); + transform: translateY(-30px); + } + 50% + { + -o-transform: scale(.4); + transform: scale(.4); + } + 75% + { + -o-transform: translateY(30px); + transform: translateY(30px); + } + 100% + { + -o-transform: translateY(0); + -o-transform: scale(1); + transform: translateY(0); + transform: scale(1); + } +} +@keyframes ball-pulse-rise-even +{ + 0% + { + -webkit-transform: scale(1.1); + -moz-transform: scale(1.1); + -o-transform: scale(1.1); + transform: scale(1.1); + } + 25% + { + -webkit-transform: translateY(-30px); + -moz-transform: translateY(-30px); + -o-transform: translateY(-30px); + transform: translateY(-30px); + } + 50% + { + -webkit-transform: scale(.4); + -moz-transform: scale(.4); + -o-transform: scale(.4); + transform: scale(.4); + } + 75% + { + -webkit-transform: translateY(30px); + -moz-transform: translateY(30px); + -o-transform: translateY(30px); + transform: translateY(30px); + } + 100% + { + -webkit-transform: translateY(0); + -webkit-transform: scale(1); + -moz-transform: translateY(0); + -moz-transform: scale(1); + -o-transform: translateY(0); + -o-transform: scale(1); + transform: translateY(0); + transform: scale(1); + } +} + +@-webkit-keyframes ball-pulse-rise-odd +{ + 0% + { + -webkit-transform: scale(.4); + transform: scale(.4); + } + 25% + { + -webkit-transform: translateY(30px); + transform: translateY(30px); + } + 50% + { + -webkit-transform: scale(1.1); + transform: scale(1.1); + } + 75% + { + -webkit-transform: translateY(-30px); + transform: translateY(-30px); + } + 100% + { + -webkit-transform: translateY(0); + -webkit-transform: scale(.75); + transform: translateY(0); + transform: scale(.75); + } +} + +@-moz-keyframes ball-pulse-rise-odd +{ + 0% + { + -moz-transform: scale(.4); + transform: scale(.4); + } + 25% + { + -moz-transform: translateY(30px); + transform: translateY(30px); + } + 50% + { + -moz-transform: scale(1.1); + transform: scale(1.1); + } + 75% + { + -moz-transform: translateY(-30px); + transform: translateY(-30px); + } + 100% + { + -moz-transform: translateY(0); + -moz-transform: scale(.75); + transform: translateY(0); + transform: scale(.75); + } +} + +@-o-keyframes ball-pulse-rise-odd +{ + 0% + { + -o-transform: scale(.4); + transform: scale(.4); + } + 25% + { + -o-transform: translateY(30px); + transform: translateY(30px); + } + 50% + { + -o-transform: scale(1.1); + transform: scale(1.1); + } + 75% + { + -o-transform: translateY(-30px); + transform: translateY(-30px); + } + 100% + { + -o-transform: translateY(0); + -o-transform: scale(.75); + transform: translateY(0); + transform: scale(.75); + } +} + +@keyframes ball-pulse-rise-odd +{ + 0% + { + -webkit-transform: scale(.4); + -moz-transform: scale(.4); + -o-transform: scale(.4); + transform: scale(.4); + } + 25% + { + -webkit-transform: translateY(30px); + -moz-transform: translateY(30px); + -o-transform: translateY(30px); + transform: translateY(30px); + } + 50% + { + -webkit-transform: scale(1.1); + -moz-transform: scale(1.1); + -o-transform: scale(1.1); + transform: scale(1.1); + } + 75% + { + -webkit-transform: translateY(-30px); + -moz-transform: translateY(-30px); + -o-transform: translateY(-30px); + transform: translateY(-30px); + } + 100% + { + -webkit-transform: translateY(0); + -webkit-transform: scale(.75); + -moz-transform: translateY(0); + -moz-transform: scale(.75); + -o-transform: translateY(0); + -o-transform: scale(.75); + transform: translateY(0); + transform: scale(.75); + } +} + +.ball-pulse-rise > div +{ + display: inline-block; + + width: 15px; + height: 15px; + margin: 2px; + + -webkit-animation-duration: 1s; + -moz-animation-duration: 1s; + -o-animation-duration: 1s; + animation-duration: 1s; + -webkit-animation-timing-function: cubic-bezier(.15, .46, .9, .6); + -moz-animation-timing-function: cubic-bezier(.15, .46, .9, .6); + -o-animation-timing-function: cubic-bezier(.15, .46, .9, .6); + animation-timing-function: cubic-bezier(.15, .46, .9, .6); + -webkit-animation-delay: 0; + -moz-animation-delay: 0; + -o-animation-delay: 0; + animation-delay: 0; + -webkit-animation-iteration-count: infinite; + -moz-animation-iteration-count: infinite; + -o-animation-iteration-count: infinite; + animation-iteration-count: infinite; + + border-radius: 100%; + background-color: #b8c2cc; + + -webkit-animation-fill-mode: both; + -moz-animation-fill-mode: both; + -o-animation-fill-mode: both; + animation-fill-mode: both; +} +.ball-pulse-rise > div:nth-child(2n) +{ + -webkit-animation-name: ball-pulse-rise-even; + -moz-animation-name: ball-pulse-rise-even; + -o-animation-name: ball-pulse-rise-even; + animation-name: ball-pulse-rise-even; +} +.ball-pulse-rise > div:nth-child(2n-1) +{ + -webkit-animation-name: ball-pulse-rise-odd; + -moz-animation-name: ball-pulse-rise-odd; + -o-animation-name: ball-pulse-rise-odd; + animation-name: ball-pulse-rise-odd; +} diff --git a/wwwjuba/app-assets/css/plugins/loaders/animations/ball-pulse-rise.min.css b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-pulse-rise.min.css new file mode 100644 index 0000000..b727025 --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-pulse-rise.min.css @@ -0,0 +1 @@ +@-webkit-keyframes ball-pulse-rise-even{0%{-webkit-transform:scale(1.1);transform:scale(1.1)}25%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}50%{-webkit-transform:scale(.4);transform:scale(.4)}75%{-webkit-transform:translateY(30px);transform:translateY(30px)}100%{-webkit-transform:translateY(0);-webkit-transform:scale(1);transform:translateY(0);transform:scale(1)}}@-moz-keyframes ball-pulse-rise-even{0%{-moz-transform:scale(1.1);transform:scale(1.1)}25%{-moz-transform:translateY(-30px);transform:translateY(-30px)}50%{-moz-transform:scale(.4);transform:scale(.4)}75%{-moz-transform:translateY(30px);transform:translateY(30px)}100%{-moz-transform:translateY(0);-moz-transform:scale(1);transform:translateY(0);transform:scale(1)}}@-o-keyframes ball-pulse-rise-even{0%{-o-transform:scale(1.1);transform:scale(1.1)}25%{-o-transform:translateY(-30px);transform:translateY(-30px)}50%{-o-transform:scale(.4);transform:scale(.4)}75%{-o-transform:translateY(30px);transform:translateY(30px)}100%{-o-transform:translateY(0);-o-transform:scale(1);transform:translateY(0);transform:scale(1)}}@keyframes ball-pulse-rise-even{0%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}25%{-webkit-transform:translateY(-30px);-moz-transform:translateY(-30px);-o-transform:translateY(-30px);transform:translateY(-30px)}50%{-webkit-transform:scale(.4);-moz-transform:scale(.4);-o-transform:scale(.4);transform:scale(.4)}75%{-webkit-transform:translateY(30px);-moz-transform:translateY(30px);-o-transform:translateY(30px);transform:translateY(30px)}100%{-webkit-transform:translateY(0);-webkit-transform:scale(1);-moz-transform:translateY(0);-moz-transform:scale(1);-o-transform:translateY(0);-o-transform:scale(1);transform:translateY(0);transform:scale(1)}}@-webkit-keyframes ball-pulse-rise-odd{0%{-webkit-transform:scale(.4);transform:scale(.4)}25%{-webkit-transform:translateY(30px);transform:translateY(30px)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}75%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}100%{-webkit-transform:translateY(0);-webkit-transform:scale(.75);transform:translateY(0);transform:scale(.75)}}@-moz-keyframes ball-pulse-rise-odd{0%{-moz-transform:scale(.4);transform:scale(.4)}25%{-moz-transform:translateY(30px);transform:translateY(30px)}50%{-moz-transform:scale(1.1);transform:scale(1.1)}75%{-moz-transform:translateY(-30px);transform:translateY(-30px)}100%{-moz-transform:translateY(0);-moz-transform:scale(.75);transform:translateY(0);transform:scale(.75)}}@-o-keyframes ball-pulse-rise-odd{0%{-o-transform:scale(.4);transform:scale(.4)}25%{-o-transform:translateY(30px);transform:translateY(30px)}50%{-o-transform:scale(1.1);transform:scale(1.1)}75%{-o-transform:translateY(-30px);transform:translateY(-30px)}100%{-o-transform:translateY(0);-o-transform:scale(.75);transform:translateY(0);transform:scale(.75)}}@keyframes ball-pulse-rise-odd{0%{-webkit-transform:scale(.4);-moz-transform:scale(.4);-o-transform:scale(.4);transform:scale(.4)}25%{-webkit-transform:translateY(30px);-moz-transform:translateY(30px);-o-transform:translateY(30px);transform:translateY(30px)}50%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}75%{-webkit-transform:translateY(-30px);-moz-transform:translateY(-30px);-o-transform:translateY(-30px);transform:translateY(-30px)}100%{-webkit-transform:translateY(0);-webkit-transform:scale(.75);-moz-transform:translateY(0);-moz-transform:scale(.75);-o-transform:translateY(0);-o-transform:scale(.75);transform:translateY(0);transform:scale(.75)}}.ball-pulse-rise>div{display:inline-block;width:15px;height:15px;margin:2px;-webkit-animation-duration:1s;-moz-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:cubic-bezier(.15,.46,.9,.6);-moz-animation-timing-function:cubic-bezier(.15,.46,.9,.6);-o-animation-timing-function:cubic-bezier(.15,.46,.9,.6);animation-timing-function:cubic-bezier(.15,.46,.9,.6);-webkit-animation-delay:0;-moz-animation-delay:0;-o-animation-delay:0;animation-delay:0;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;-o-animation-iteration-count:infinite;animation-iteration-count:infinite;border-radius:100%;background-color:#b8c2cc;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both}.ball-pulse-rise>div:nth-child(2n){-webkit-animation-name:ball-pulse-rise-even;-moz-animation-name:ball-pulse-rise-even;-o-animation-name:ball-pulse-rise-even;animation-name:ball-pulse-rise-even}.ball-pulse-rise>div:nth-child(2n-1){-webkit-animation-name:ball-pulse-rise-odd;-moz-animation-name:ball-pulse-rise-odd;-o-animation-name:ball-pulse-rise-odd;animation-name:ball-pulse-rise-odd} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/plugins/loaders/animations/ball-pulse-round.css b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-pulse-round.css new file mode 100644 index 0000000..6a002d5 --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-pulse-round.css @@ -0,0 +1,87 @@ +/*======================================================== + DARK LAYOUT +=========================================================*/ +@-webkit-keyframes ball-pulse-round +{ + 0%, + 80%, + 100% + { + -webkit-transform: scale(0); + transform: scale(0); + } + 40% + { + -webkit-transform: scale(1); + transform: scale(1); + } +} +@-moz-keyframes ball-pulse-round +{ + 0%, + 80%, + 100% + { + -webkit-transform: scale(0); + -moz-transform: scale(0); + transform: scale(0); + } + 40% + { + -webkit-transform: scale(1); + -moz-transform: scale(1); + transform: scale(1); + } +} +@-o-keyframes ball-pulse-round +{ + 0%, + 80%, + 100% + { + -webkit-transform: scale(0); + -o-transform: scale(0); + transform: scale(0); + } + 40% + { + -webkit-transform: scale(1); + -o-transform: scale(1); + transform: scale(1); + } +} +@keyframes ball-pulse-round +{ + 0%, + 80%, + 100% + { + -webkit-transform: scale(0); + -moz-transform: scale(0); + -o-transform: scale(0); + transform: scale(0); + } + 40% + { + -webkit-transform: scale(1); + -moz-transform: scale(1); + -o-transform: scale(1); + transform: scale(1); + } +} + +.ball-pulse-round > div +{ + width: 10px; + height: 10px; + + -webkit-animation: ball-pulse-round 1.2s infinite ease-in-out; + -moz-animation: ball-pulse-round 1.2s infinite ease-in-out; + -o-animation: ball-pulse-round 1.2s infinite ease-in-out; + animation: ball-pulse-round 1.2s infinite ease-in-out; + + -webkit-animation-fill-mode: both; + -moz-animation-fill-mode: both; + -o-animation-fill-mode: both; + animation-fill-mode: both; +} diff --git a/wwwjuba/app-assets/css/plugins/loaders/animations/ball-pulse-round.min.css b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-pulse-round.min.css new file mode 100644 index 0000000..f6efa81 --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-pulse-round.min.css @@ -0,0 +1 @@ +@-webkit-keyframes ball-pulse-round{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@-moz-keyframes ball-pulse-round{0%,100%,80%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}@-o-keyframes ball-pulse-round{0%,100%,80%{-webkit-transform:scale(0);-o-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}@keyframes ball-pulse-round{0%,100%,80%{-webkit-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}.ball-pulse-round>div{width:10px;height:10px;-webkit-animation:ball-pulse-round 1.2s infinite ease-in-out;-moz-animation:ball-pulse-round 1.2s infinite ease-in-out;-o-animation:ball-pulse-round 1.2s infinite ease-in-out;animation:ball-pulse-round 1.2s infinite ease-in-out;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/plugins/loaders/animations/ball-pulse-sync.css b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-pulse-sync.css new file mode 100644 index 0000000..8bef1ba --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-pulse-sync.css @@ -0,0 +1,122 @@ +/*======================================================== + DARK LAYOUT +=========================================================*/ +@-webkit-keyframes ball-pulse-sync +{ + 33% + { + -webkit-transform: translateY(10px); + transform: translateY(10px); + } + 66% + { + -webkit-transform: translateY(-10px); + transform: translateY(-10px); + } + 100% + { + -webkit-transform: translateY(0); + transform: translateY(0); + } +} +@-moz-keyframes ball-pulse-sync +{ + 33% + { + -moz-transform: translateY(10px); + transform: translateY(10px); + } + 66% + { + -moz-transform: translateY(-10px); + transform: translateY(-10px); + } + 100% + { + -moz-transform: translateY(0); + transform: translateY(0); + } +} +@-o-keyframes ball-pulse-sync +{ + 33% + { + -o-transform: translateY(10px); + transform: translateY(10px); + } + 66% + { + -o-transform: translateY(-10px); + transform: translateY(-10px); + } + 100% + { + -o-transform: translateY(0); + transform: translateY(0); + } +} +@keyframes ball-pulse-sync +{ + 33% + { + -webkit-transform: translateY(10px); + -moz-transform: translateY(10px); + -o-transform: translateY(10px); + transform: translateY(10px); + } + 66% + { + -webkit-transform: translateY(-10px); + -moz-transform: translateY(-10px); + -o-transform: translateY(-10px); + transform: translateY(-10px); + } + 100% + { + -webkit-transform: translateY(0); + -moz-transform: translateY(0); + -o-transform: translateY(0); + transform: translateY(0); + } +} + +.ball-pulse-sync > div:nth-child(1) +{ + -webkit-animation: ball-pulse-sync .6s -.14s infinite ease-in-out; + -moz-animation: ball-pulse-sync .6s -.14s infinite ease-in-out; + -o-animation: ball-pulse-sync .6s -.14s infinite ease-in-out; + animation: ball-pulse-sync .6s -.14s infinite ease-in-out; +} + +.ball-pulse-sync > div:nth-child(2) +{ + -webkit-animation: ball-pulse-sync .6s -.07s infinite ease-in-out; + -moz-animation: ball-pulse-sync .6s -.07s infinite ease-in-out; + -o-animation: ball-pulse-sync .6s -.07s infinite ease-in-out; + animation: ball-pulse-sync .6s -.07s infinite ease-in-out; +} + +.ball-pulse-sync > div:nth-child(3) +{ + -webkit-animation: ball-pulse-sync .6s 0s infinite ease-in-out; + -moz-animation: ball-pulse-sync .6s 0s infinite ease-in-out; + -o-animation: ball-pulse-sync .6s 0s infinite ease-in-out; + animation: ball-pulse-sync .6s 0s infinite ease-in-out; +} + +.ball-pulse-sync > div +{ + display: inline-block; + + width: 15px; + height: 15px; + margin: 2px; + + border-radius: 100%; + background-color: #b8c2cc; + + -webkit-animation-fill-mode: both; + -moz-animation-fill-mode: both; + -o-animation-fill-mode: both; + animation-fill-mode: both; +} diff --git a/wwwjuba/app-assets/css/plugins/loaders/animations/ball-pulse-sync.min.css b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-pulse-sync.min.css new file mode 100644 index 0000000..68d99d6 --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-pulse-sync.min.css @@ -0,0 +1 @@ +@-webkit-keyframes ball-pulse-sync{33%{-webkit-transform:translateY(10px);transform:translateY(10px)}66%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@-moz-keyframes ball-pulse-sync{33%{-moz-transform:translateY(10px);transform:translateY(10px)}66%{-moz-transform:translateY(-10px);transform:translateY(-10px)}100%{-moz-transform:translateY(0);transform:translateY(0)}}@-o-keyframes ball-pulse-sync{33%{-o-transform:translateY(10px);transform:translateY(10px)}66%{-o-transform:translateY(-10px);transform:translateY(-10px)}100%{-o-transform:translateY(0);transform:translateY(0)}}@keyframes ball-pulse-sync{33%{-webkit-transform:translateY(10px);-moz-transform:translateY(10px);-o-transform:translateY(10px);transform:translateY(10px)}66%{-webkit-transform:translateY(-10px);-moz-transform:translateY(-10px);-o-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}}.ball-pulse-sync>div:nth-child(1){-webkit-animation:ball-pulse-sync .6s -.14s infinite ease-in-out;-moz-animation:ball-pulse-sync .6s -.14s infinite ease-in-out;-o-animation:ball-pulse-sync .6s -.14s infinite ease-in-out;animation:ball-pulse-sync .6s -.14s infinite ease-in-out}.ball-pulse-sync>div:nth-child(2){-webkit-animation:ball-pulse-sync .6s -.07s infinite ease-in-out;-moz-animation:ball-pulse-sync .6s -.07s infinite ease-in-out;-o-animation:ball-pulse-sync .6s -.07s infinite ease-in-out;animation:ball-pulse-sync .6s -.07s infinite ease-in-out}.ball-pulse-sync>div:nth-child(3){-webkit-animation:ball-pulse-sync .6s 0s infinite ease-in-out;-moz-animation:ball-pulse-sync .6s 0s infinite ease-in-out;-o-animation:ball-pulse-sync .6s 0s infinite ease-in-out;animation:ball-pulse-sync .6s 0s infinite ease-in-out}.ball-pulse-sync>div{display:inline-block;width:15px;height:15px;margin:2px;border-radius:100%;background-color:#b8c2cc;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/plugins/loaders/animations/ball-pulse.css b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-pulse.css new file mode 100644 index 0000000..8017ab4 --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-pulse.css @@ -0,0 +1,146 @@ +/*======================================================== + DARK LAYOUT +=========================================================*/ +@-webkit-keyframes scale +{ + 0% + { + -webkit-transform: scale(1); + transform: scale(1); + + opacity: 1; + } + 45% + { + -webkit-transform: scale(.1); + transform: scale(.1); + + opacity: .7; + } + 80% + { + -webkit-transform: scale(1); + transform: scale(1); + + opacity: 1; + } +} +@-moz-keyframes scale +{ + 0% + { + -moz-transform: scale(1); + transform: scale(1); + + opacity: 1; + } + 45% + { + -moz-transform: scale(.1); + transform: scale(.1); + + opacity: .7; + } + 80% + { + -moz-transform: scale(1); + transform: scale(1); + + opacity: 1; + } +} +@-o-keyframes scale +{ + 0% + { + -o-transform: scale(1); + transform: scale(1); + + opacity: 1; + } + 45% + { + -o-transform: scale(.1); + transform: scale(.1); + + opacity: .7; + } + 80% + { + -o-transform: scale(1); + transform: scale(1); + + opacity: 1; + } +} +@keyframes scale +{ + 0% + { + -webkit-transform: scale(1); + -moz-transform: scale(1); + -o-transform: scale(1); + transform: scale(1); + + opacity: 1; + } + 45% + { + -webkit-transform: scale(.1); + -moz-transform: scale(.1); + -o-transform: scale(.1); + transform: scale(.1); + + opacity: .7; + } + 80% + { + -webkit-transform: scale(1); + -moz-transform: scale(1); + -o-transform: scale(1); + transform: scale(1); + + opacity: 1; + } +} + +.ball-pulse > div:nth-child(1) +{ + -webkit-animation: scale .75s -.24s infinite cubic-bezier(.2, .68, .18, 1.08); + -moz-animation: scale .75s -.24s infinite cubic-bezier(.2, .68, .18, 1.08); + -o-animation: scale .75s -.24s infinite cubic-bezier(.2, .68, .18, 1.08); + animation: scale .75s -.24s infinite cubic-bezier(.2, .68, .18, 1.08); +} + +.ball-pulse > div:nth-child(2) +{ + -webkit-animation: scale .75s -.12s infinite cubic-bezier(.2, .68, .18, 1.08); + -moz-animation: scale .75s -.12s infinite cubic-bezier(.2, .68, .18, 1.08); + -o-animation: scale .75s -.12s infinite cubic-bezier(.2, .68, .18, 1.08); + animation: scale .75s -.12s infinite cubic-bezier(.2, .68, .18, 1.08); +} + +.ball-pulse > div:nth-child(3) +{ + -webkit-animation: scale .75s 0s infinite cubic-bezier(.2, .68, .18, 1.08); + -moz-animation: scale .75s 0s infinite cubic-bezier(.2, .68, .18, 1.08); + -o-animation: scale .75s 0s infinite cubic-bezier(.2, .68, .18, 1.08); + animation: scale .75s 0s infinite cubic-bezier(.2, .68, .18, 1.08); +} + +.ball-pulse > div +{ + display: inline-block; + + width: 15px; + height: 15px; + margin: 2px; + + border-radius: 100%; + background-color: #b8c2cc; + + -webkit-animation-fill-mode: both; + -moz-animation-fill-mode: both; + -o-animation-fill-mode: both; + animation-fill-mode: both; +} diff --git a/wwwjuba/app-assets/css/plugins/loaders/animations/ball-pulse.min.css b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-pulse.min.css new file mode 100644 index 0000000..f98ba3a --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-pulse.min.css @@ -0,0 +1 @@ +@-webkit-keyframes scale{0%,80%{-webkit-transform:scale(1);transform:scale(1);opacity:1}45%{-webkit-transform:scale(.1);transform:scale(.1);opacity:.7}}@-moz-keyframes scale{0%,80%{-moz-transform:scale(1);transform:scale(1);opacity:1}45%{-moz-transform:scale(.1);transform:scale(.1);opacity:.7}}@-o-keyframes scale{0%,80%{-o-transform:scale(1);transform:scale(1);opacity:1}45%{-o-transform:scale(.1);transform:scale(.1);opacity:.7}}@keyframes scale{0%,80%{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:1}45%{-webkit-transform:scale(.1);-moz-transform:scale(.1);-o-transform:scale(.1);transform:scale(.1);opacity:.7}}.ball-pulse>div:nth-child(1){-webkit-animation:scale .75s -.24s infinite cubic-bezier(.2,.68,.18,1.08);-moz-animation:scale .75s -.24s infinite cubic-bezier(.2,.68,.18,1.08);-o-animation:scale .75s -.24s infinite cubic-bezier(.2,.68,.18,1.08);animation:scale .75s -.24s infinite cubic-bezier(.2,.68,.18,1.08)}.ball-pulse>div:nth-child(2){-webkit-animation:scale .75s -.12s infinite cubic-bezier(.2,.68,.18,1.08);-moz-animation:scale .75s -.12s infinite cubic-bezier(.2,.68,.18,1.08);-o-animation:scale .75s -.12s infinite cubic-bezier(.2,.68,.18,1.08);animation:scale .75s -.12s infinite cubic-bezier(.2,.68,.18,1.08)}.ball-pulse>div:nth-child(3){-webkit-animation:scale .75s 0s infinite cubic-bezier(.2,.68,.18,1.08);-moz-animation:scale .75s 0s infinite cubic-bezier(.2,.68,.18,1.08);-o-animation:scale .75s 0s infinite cubic-bezier(.2,.68,.18,1.08);animation:scale .75s 0s infinite cubic-bezier(.2,.68,.18,1.08)}.ball-pulse>div{display:inline-block;width:15px;height:15px;margin:2px;border-radius:100%;background-color:#b8c2cc;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/plugins/loaders/animations/ball-rotate.css b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-rotate.css new file mode 100644 index 0000000..3fd8a5e --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-rotate.css @@ -0,0 +1,134 @@ +/*======================================================== + DARK LAYOUT +=========================================================*/ +@-webkit-keyframes rotate +{ + 0% + { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 50% + { + -webkit-transform: rotate(180deg); + transform: rotate(180deg); + } + 100% + { + -webkit-transform: rotate(360deg); + transform: rotate(360deg); + } +} +@-moz-keyframes rotate +{ + 0% + { + -moz-transform: rotate(0deg); + transform: rotate(0deg); + } + 50% + { + -moz-transform: rotate(180deg); + transform: rotate(180deg); + } + 100% + { + -moz-transform: rotate(360deg); + transform: rotate(360deg); + } +} +@-o-keyframes rotate +{ + 0% + { + -o-transform: rotate(0deg); + transform: rotate(0deg); + } + 50% + { + -o-transform: rotate(180deg); + transform: rotate(180deg); + } + 100% + { + -o-transform: rotate(360deg); + transform: rotate(360deg); + } +} +@keyframes rotate +{ + 0% + { + -webkit-transform: rotate(0deg); + -moz-transform: rotate(0deg); + -o-transform: rotate(0deg); + transform: rotate(0deg); + } + 50% + { + -webkit-transform: rotate(180deg); + -moz-transform: rotate(180deg); + -o-transform: rotate(180deg); + transform: rotate(180deg); + } + 100% + { + -webkit-transform: rotate(360deg); + -moz-transform: rotate(360deg); + -o-transform: rotate(360deg); + transform: rotate(360deg); + } +} + +.ball-rotate +{ + position: relative; +} +.ball-rotate > div +{ + position: relative; + + width: 15px; + height: 15px; + margin: 2px; + + border-radius: 100%; + background-color: #b8c2cc; + + -webkit-animation-fill-mode: both; + -moz-animation-fill-mode: both; + -o-animation-fill-mode: both; + animation-fill-mode: both; +} +.ball-rotate > div:first-child +{ + -webkit-animation: rotate 1s 0s cubic-bezier(.7, -.13, .22, .86) infinite; + -moz-animation: rotate 1s 0s cubic-bezier(.7, -.13, .22, .86) infinite; + -o-animation: rotate 1s 0s cubic-bezier(.7, -.13, .22, .86) infinite; + animation: rotate 1s 0s cubic-bezier(.7, -.13, .22, .86) infinite; +} +.ball-rotate > div:before, +.ball-rotate > div:after +{ + position: absolute; + + width: 15px; + height: 15px; + margin: 2px; + + content: ''; + + opacity: .8; + border-radius: 100%; + background-color: #b8c2cc; +} +.ball-rotate > div:before +{ + top: 0; + left: -28px; +} +.ball-rotate > div:after +{ + top: 0; + left: 25px; +} diff --git a/wwwjuba/app-assets/css/plugins/loaders/animations/ball-rotate.min.css b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-rotate.min.css new file mode 100644 index 0000000..7763fc5 --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-rotate.min.css @@ -0,0 +1 @@ +.ball-rotate,.ball-rotate>div{position:relative}.ball-rotate>div,.ball-rotate>div:after,.ball-rotate>div:before{width:15px;height:15px;margin:2px;border-radius:100%;background-color:#b8c2cc}@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes rotate{0%{-moz-transform:rotate(0);transform:rotate(0)}50%{-moz-transform:rotate(180deg);transform:rotate(180deg)}100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}@-o-keyframes rotate{0%{-o-transform:rotate(0);transform:rotate(0)}50%{-o-transform:rotate(180deg);transform:rotate(180deg)}100%{-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{0%{-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}.ball-rotate>div{-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both}.ball-rotate>div:first-child{-webkit-animation:rotate 1s 0s cubic-bezier(.7,-.13,.22,.86) infinite;-moz-animation:rotate 1s 0s cubic-bezier(.7,-.13,.22,.86) infinite;-o-animation:rotate 1s 0s cubic-bezier(.7,-.13,.22,.86) infinite;animation:rotate 1s 0s cubic-bezier(.7,-.13,.22,.86) infinite}.ball-rotate>div:after,.ball-rotate>div:before{position:absolute;content:'';opacity:.8}.ball-rotate>div:before{top:0;left:-28px}.ball-rotate>div:after{top:0;left:25px} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/plugins/loaders/animations/ball-scale-multiple.css b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-scale-multiple.css new file mode 100644 index 0000000..b6da5b6 --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-scale-multiple.css @@ -0,0 +1,136 @@ +/*======================================================== + DARK LAYOUT +=========================================================*/ +@-webkit-keyframes ball-scale-multiple +{ + 0% + { + -webkit-transform: scale(0); + transform: scale(0); + + opacity: 0; + } + 5% + { + opacity: 1; + } + 100% + { + -webkit-transform: scale(1); + transform: scale(1); + + opacity: 0; + } +} +@-moz-keyframes ball-scale-multiple +{ + 0% + { + -moz-transform: scale(0); + transform: scale(0); + + opacity: 0; + } + 5% + { + opacity: 1; + } + 100% + { + -moz-transform: scale(1); + transform: scale(1); + + opacity: 0; + } +} +@-o-keyframes ball-scale-multiple +{ + 0% + { + -o-transform: scale(0); + transform: scale(0); + + opacity: 0; + } + 5% + { + opacity: 1; + } + 100% + { + -o-transform: scale(1); + transform: scale(1); + + opacity: 0; + } +} +@keyframes ball-scale-multiple +{ + 0% + { + -webkit-transform: scale(0); + -moz-transform: scale(0); + -o-transform: scale(0); + transform: scale(0); + + opacity: 0; + } + 5% + { + opacity: 1; + } + 100% + { + -webkit-transform: scale(1); + -moz-transform: scale(1); + -o-transform: scale(1); + transform: scale(1); + + opacity: 0; + } +} + +.ball-scale-multiple +{ + position: relative; +} +.ball-scale-multiple > div:nth-child(2) +{ + -webkit-animation-delay: -.4s; + -moz-animation-delay: -.4s; + -o-animation-delay: -.4s; + animation-delay: -.4s; +} +.ball-scale-multiple > div:nth-child(3) +{ + -webkit-animation-delay: -.2s; + -moz-animation-delay: -.2s; + -o-animation-delay: -.2s; + animation-delay: -.2s; +} +.ball-scale-multiple > div +{ + position: absolute; + top: 0; + + width: 15px; + width: 60px; + height: 15px; + height: 60px; + margin: 2px; + margin: 0; + + -webkit-animation: ball-scale-multiple 1s 0s linear infinite; + -moz-animation: ball-scale-multiple 1s 0s linear infinite; + -o-animation: ball-scale-multiple 1s 0s linear infinite; + animation: ball-scale-multiple 1s 0s linear infinite; + + opacity: 0; + border-radius: 100%; + background-color: #b8c2cc; + + -webkit-animation-fill-mode: both; + -moz-animation-fill-mode: both; + -o-animation-fill-mode: both; + animation-fill-mode: both; +} diff --git a/wwwjuba/app-assets/css/plugins/loaders/animations/ball-scale-multiple.min.css b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-scale-multiple.min.css new file mode 100644 index 0000000..74863a8 --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-scale-multiple.min.css @@ -0,0 +1 @@ +@-webkit-keyframes ball-scale-multiple{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0}5%{opacity:1}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@-moz-keyframes ball-scale-multiple{0%{-moz-transform:scale(0);transform:scale(0);opacity:0}5%{opacity:1}100%{-moz-transform:scale(1);transform:scale(1);opacity:0}}@-o-keyframes ball-scale-multiple{0%{-o-transform:scale(0);transform:scale(0);opacity:0}5%{opacity:1}100%{-o-transform:scale(1);transform:scale(1);opacity:0}}@keyframes ball-scale-multiple{0%{-webkit-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0);transform:scale(0);opacity:0}5%{opacity:1}100%{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:0}}.ball-scale-multiple{position:relative}.ball-scale-multiple>div:nth-child(2){-webkit-animation-delay:-.4s;-moz-animation-delay:-.4s;-o-animation-delay:-.4s;animation-delay:-.4s}.ball-scale-multiple>div:nth-child(3){-webkit-animation-delay:-.2s;-moz-animation-delay:-.2s;-o-animation-delay:-.2s;animation-delay:-.2s}.ball-scale-multiple>div{position:absolute;top:0;width:15px;width:60px;height:15px;height:60px;margin:0;-webkit-animation:ball-scale-multiple 1s 0s linear infinite;-moz-animation:ball-scale-multiple 1s 0s linear infinite;-o-animation:ball-scale-multiple 1s 0s linear infinite;animation:ball-scale-multiple 1s 0s linear infinite;opacity:0;border-radius:100%;background-color:#b8c2cc;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/plugins/loaders/animations/ball-scale-random.css b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-scale-random.css new file mode 100644 index 0000000..c0bda93 --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-scale-random.css @@ -0,0 +1,141 @@ +/*======================================================== + DARK LAYOUT +=========================================================*/ +@-webkit-keyframes ball-scale +{ + 0% + { + -webkit-transform: scale(0); + transform: scale(0); + } + 100% + { + -webkit-transform: scale(1); + transform: scale(1); + + opacity: 0; + } +} +@-moz-keyframes ball-scale +{ + 0% + { + -moz-transform: scale(0); + transform: scale(0); + } + 100% + { + -moz-transform: scale(1); + transform: scale(1); + + opacity: 0; + } +} +@-o-keyframes ball-scale +{ + 0% + { + -o-transform: scale(0); + transform: scale(0); + } + 100% + { + -o-transform: scale(1); + transform: scale(1); + + opacity: 0; + } +} +@keyframes ball-scale +{ + 0% + { + -webkit-transform: scale(0); + -moz-transform: scale(0); + -o-transform: scale(0); + transform: scale(0); + } + 100% + { + -webkit-transform: scale(1); + -moz-transform: scale(1); + -o-transform: scale(1); + transform: scale(1); + + opacity: 0; + } +} + +.ball-scale > div +{ + display: inline-block; + + width: 15px; + width: 60px; + height: 15px; + height: 60px; + margin: 2px; + + -webkit-animation: ball-scale 1s 0s ease-in-out infinite; + -moz-animation: ball-scale 1s 0s ease-in-out infinite; + -o-animation: ball-scale 1s 0s ease-in-out infinite; + animation: ball-scale 1s 0s ease-in-out infinite; + + border-radius: 100%; + background-color: #b8c2cc; + + -webkit-animation-fill-mode: both; + -moz-animation-fill-mode: both; + -o-animation-fill-mode: both; + animation-fill-mode: both; +} + +.ball-scale-random +{ + width: 37px; + height: 40px; +} +.ball-scale-random > div +{ + position: absolute; + + display: inline-block; + + width: 15px; + width: 30px; + height: 15px; + height: 30px; + margin: 2px; + + -webkit-animation: ball-scale 1s 0s ease-in-out infinite; + -moz-animation: ball-scale 1s 0s ease-in-out infinite; + -o-animation: ball-scale 1s 0s ease-in-out infinite; + animation: ball-scale 1s 0s ease-in-out infinite; + + border-radius: 100%; + background-color: #b8c2cc; + + -webkit-animation-fill-mode: both; + -moz-animation-fill-mode: both; + -o-animation-fill-mode: both; + animation-fill-mode: both; +} +.ball-scale-random > div:nth-child(1) +{ + margin-left: -7px; + + -webkit-animation: ball-scale 1s .2s ease-in-out infinite; + -moz-animation: ball-scale 1s .2s ease-in-out infinite; + -o-animation: ball-scale 1s .2s ease-in-out infinite; + animation: ball-scale 1s .2s ease-in-out infinite; +} +.ball-scale-random > div:nth-child(3) +{ + margin-top: 9px; + margin-left: -2px; + + -webkit-animation: ball-scale 1s .5s ease-in-out infinite; + -moz-animation: ball-scale 1s .5s ease-in-out infinite; + -o-animation: ball-scale 1s .5s ease-in-out infinite; + animation: ball-scale 1s .5s ease-in-out infinite; +} diff --git a/wwwjuba/app-assets/css/plugins/loaders/animations/ball-scale-random.min.css b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-scale-random.min.css new file mode 100644 index 0000000..1179bb0 --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-scale-random.min.css @@ -0,0 +1 @@ +.ball-scale-random>div,.ball-scale>div{display:inline-block;margin:2px;border-radius:100%;background-color:#b8c2cc}@-webkit-keyframes ball-scale{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@-moz-keyframes ball-scale{0%{-moz-transform:scale(0);transform:scale(0)}100%{-moz-transform:scale(1);transform:scale(1);opacity:0}}@-o-keyframes ball-scale{0%{-o-transform:scale(0);transform:scale(0)}100%{-o-transform:scale(1);transform:scale(1);opacity:0}}@keyframes ball-scale{0%{-webkit-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:0}}.ball-scale>div{width:15px;width:60px;height:15px;height:60px;-webkit-animation:ball-scale 1s 0s ease-in-out infinite;-moz-animation:ball-scale 1s 0s ease-in-out infinite;-o-animation:ball-scale 1s 0s ease-in-out infinite;animation:ball-scale 1s 0s ease-in-out infinite;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both}.ball-scale-random{width:37px;height:40px}.ball-scale-random>div{position:absolute;width:15px;width:30px;height:15px;height:30px;-webkit-animation:ball-scale 1s 0s ease-in-out infinite;-moz-animation:ball-scale 1s 0s ease-in-out infinite;-o-animation:ball-scale 1s 0s ease-in-out infinite;animation:ball-scale 1s 0s ease-in-out infinite;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both}.ball-scale-random>div:nth-child(1){margin-left:-7px;-webkit-animation:ball-scale 1s .2s ease-in-out infinite;-moz-animation:ball-scale 1s .2s ease-in-out infinite;-o-animation:ball-scale 1s .2s ease-in-out infinite;animation:ball-scale 1s .2s ease-in-out infinite}.ball-scale-random>div:nth-child(3){margin-top:9px;margin-left:-2px;-webkit-animation:ball-scale 1s .5s ease-in-out infinite;-moz-animation:ball-scale 1s .5s ease-in-out infinite;-o-animation:ball-scale 1s .5s ease-in-out infinite;animation:ball-scale 1s .5s ease-in-out infinite} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/plugins/loaders/animations/ball-scale-ripple-multiple.css b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-scale-ripple-multiple.css new file mode 100644 index 0000000..ab852e3 --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-scale-ripple-multiple.css @@ -0,0 +1,152 @@ +/*======================================================== + DARK LAYOUT +=========================================================*/ +@-webkit-keyframes ball-scale-ripple-multiple +{ + 0% + { + -webkit-transform: scale(.1); + transform: scale(.1); + + opacity: 1; + } + 70% + { + -webkit-transform: scale(1); + transform: scale(1); + + opacity: .7; + } + 100% + { + opacity: .0; + } +} +@-moz-keyframes ball-scale-ripple-multiple +{ + 0% + { + -moz-transform: scale(.1); + transform: scale(.1); + + opacity: 1; + } + 70% + { + -moz-transform: scale(1); + transform: scale(1); + + opacity: .7; + } + 100% + { + opacity: .0; + } +} +@-o-keyframes ball-scale-ripple-multiple +{ + 0% + { + -o-transform: scale(.1); + transform: scale(.1); + + opacity: 1; + } + 70% + { + -o-transform: scale(1); + transform: scale(1); + + opacity: .7; + } + 100% + { + opacity: .0; + } +} +@keyframes ball-scale-ripple-multiple +{ + 0% + { + -webkit-transform: scale(.1); + -moz-transform: scale(.1); + -o-transform: scale(.1); + transform: scale(.1); + + opacity: 1; + } + 70% + { + -webkit-transform: scale(1); + -moz-transform: scale(1); + -o-transform: scale(1); + transform: scale(1); + + opacity: .7; + } + 100% + { + opacity: .0; + } +} + +.ball-scale-ripple-multiple +{ + position: relative; + + -webkit-transform: translateY(-25px); + -moz-transform: translateY(-25px); + -ms-transform: translateY(-25px); + -o-transform: translateY(-25px); + transform: translateY(-25px); +} +.ball-scale-ripple-multiple > div:nth-child(0) +{ + -webkit-animation-delay: -.8s; + -moz-animation-delay: -.8s; + -o-animation-delay: -.8s; + animation-delay: -.8s; +} +.ball-scale-ripple-multiple > div:nth-child(1) +{ + -webkit-animation-delay: -.6s; + -moz-animation-delay: -.6s; + -o-animation-delay: -.6s; + animation-delay: -.6s; +} +.ball-scale-ripple-multiple > div:nth-child(2) +{ + -webkit-animation-delay: -.4s; + -moz-animation-delay: -.4s; + -o-animation-delay: -.4s; + animation-delay: -.4s; +} +.ball-scale-ripple-multiple > div:nth-child(3) +{ + -webkit-animation-delay: -.2s; + -moz-animation-delay: -.2s; + -o-animation-delay: -.2s; + animation-delay: -.2s; +} +.ball-scale-ripple-multiple > div +{ + position: absolute; + top: -2px; + left: -26px; + + width: 50px; + height: 50px; + + -webkit-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21, .53, .56, .8); + -moz-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21, .53, .56, .8); + -o-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21, .53, .56, .8); + animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21, .53, .56, .8); + + border: 2px solid #b8c2cc; + border-radius: 100%; + + -webkit-animation-fill-mode: both; + -moz-animation-fill-mode: both; + -o-animation-fill-mode: both; + animation-fill-mode: both; +} diff --git a/wwwjuba/app-assets/css/plugins/loaders/animations/ball-scale-ripple-multiple.min.css b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-scale-ripple-multiple.min.css new file mode 100644 index 0000000..2159f42 --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-scale-ripple-multiple.min.css @@ -0,0 +1 @@ +@-webkit-keyframes ball-scale-ripple-multiple{0%{-webkit-transform:scale(.1);transform:scale(.1);opacity:1}70%{-webkit-transform:scale(1);transform:scale(1);opacity:.7}100%{opacity:0}}@-moz-keyframes ball-scale-ripple-multiple{0%{-moz-transform:scale(.1);transform:scale(.1);opacity:1}70%{-moz-transform:scale(1);transform:scale(1);opacity:.7}100%{opacity:0}}@-o-keyframes ball-scale-ripple-multiple{0%{-o-transform:scale(.1);transform:scale(.1);opacity:1}70%{-o-transform:scale(1);transform:scale(1);opacity:.7}100%{opacity:0}}@keyframes ball-scale-ripple-multiple{0%{-webkit-transform:scale(.1);-moz-transform:scale(.1);-o-transform:scale(.1);transform:scale(.1);opacity:1}70%{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:.7}100%{opacity:0}}.ball-scale-ripple-multiple{position:relative;-webkit-transform:translateY(-25px);-moz-transform:translateY(-25px);-ms-transform:translateY(-25px);-o-transform:translateY(-25px);transform:translateY(-25px)}.ball-scale-ripple-multiple>div:nth-child(0){-webkit-animation-delay:-.8s;-moz-animation-delay:-.8s;-o-animation-delay:-.8s;animation-delay:-.8s}.ball-scale-ripple-multiple>div:nth-child(1){-webkit-animation-delay:-.6s;-moz-animation-delay:-.6s;-o-animation-delay:-.6s;animation-delay:-.6s}.ball-scale-ripple-multiple>div:nth-child(2){-webkit-animation-delay:-.4s;-moz-animation-delay:-.4s;-o-animation-delay:-.4s;animation-delay:-.4s}.ball-scale-ripple-multiple>div:nth-child(3){-webkit-animation-delay:-.2s;-moz-animation-delay:-.2s;-o-animation-delay:-.2s;animation-delay:-.2s}.ball-scale-ripple-multiple>div{position:absolute;top:-2px;left:-26px;width:50px;height:50px;-webkit-animation:ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21,.53,.56,.8);-moz-animation:ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21,.53,.56,.8);-o-animation:ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21,.53,.56,.8);animation:ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21,.53,.56,.8);border:2px solid #b8c2cc;border-radius:100%;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/plugins/loaders/animations/ball-scale-ripple.css b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-scale-ripple.css new file mode 100644 index 0000000..4222806 --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-scale-ripple.css @@ -0,0 +1,110 @@ +/*======================================================== + DARK LAYOUT +=========================================================*/ +@-webkit-keyframes ball-scale-ripple +{ + 0% + { + -webkit-transform: scale(.1); + transform: scale(.1); + + opacity: 1; + } + 70% + { + -webkit-transform: scale(1); + transform: scale(1); + + opacity: .7; + } + 100% + { + opacity: .0; + } +} +@-moz-keyframes ball-scale-ripple +{ + 0% + { + -moz-transform: scale(.1); + transform: scale(.1); + + opacity: 1; + } + 70% + { + -moz-transform: scale(1); + transform: scale(1); + + opacity: .7; + } + 100% + { + opacity: .0; + } +} +@-o-keyframes ball-scale-ripple +{ + 0% + { + -o-transform: scale(.1); + transform: scale(.1); + + opacity: 1; + } + 70% + { + -o-transform: scale(1); + transform: scale(1); + + opacity: .7; + } + 100% + { + opacity: .0; + } +} +@keyframes ball-scale-ripple +{ + 0% + { + -webkit-transform: scale(.1); + -moz-transform: scale(.1); + -o-transform: scale(.1); + transform: scale(.1); + + opacity: 1; + } + 70% + { + -webkit-transform: scale(1); + -moz-transform: scale(1); + -o-transform: scale(1); + transform: scale(1); + + opacity: .7; + } + 100% + { + opacity: .0; + } +} + +.ball-scale-ripple > div +{ + width: 50px; + height: 50px; + + -webkit-animation: ball-scale-ripple 1s 0s infinite cubic-bezier(.21, .53, .56, .8); + -moz-animation: ball-scale-ripple 1s 0s infinite cubic-bezier(.21, .53, .56, .8); + -o-animation: ball-scale-ripple 1s 0s infinite cubic-bezier(.21, .53, .56, .8); + animation: ball-scale-ripple 1s 0s infinite cubic-bezier(.21, .53, .56, .8); + + border: 2px solid #b8c2cc; + border-radius: 100%; + + -webkit-animation-fill-mode: both; + -moz-animation-fill-mode: both; + -o-animation-fill-mode: both; + animation-fill-mode: both; +} diff --git a/wwwjuba/app-assets/css/plugins/loaders/animations/ball-scale-ripple.min.css b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-scale-ripple.min.css new file mode 100644 index 0000000..1f4c0a0 --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-scale-ripple.min.css @@ -0,0 +1 @@ +@-webkit-keyframes ball-scale-ripple{0%{-webkit-transform:scale(.1);transform:scale(.1);opacity:1}70%{-webkit-transform:scale(1);transform:scale(1);opacity:.7}100%{opacity:0}}@-moz-keyframes ball-scale-ripple{0%{-moz-transform:scale(.1);transform:scale(.1);opacity:1}70%{-moz-transform:scale(1);transform:scale(1);opacity:.7}100%{opacity:0}}@-o-keyframes ball-scale-ripple{0%{-o-transform:scale(.1);transform:scale(.1);opacity:1}70%{-o-transform:scale(1);transform:scale(1);opacity:.7}100%{opacity:0}}@keyframes ball-scale-ripple{0%{-webkit-transform:scale(.1);-moz-transform:scale(.1);-o-transform:scale(.1);transform:scale(.1);opacity:1}70%{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:.7}100%{opacity:0}}.ball-scale-ripple>div{width:50px;height:50px;-webkit-animation:ball-scale-ripple 1s 0s infinite cubic-bezier(.21,.53,.56,.8);-moz-animation:ball-scale-ripple 1s 0s infinite cubic-bezier(.21,.53,.56,.8);-o-animation:ball-scale-ripple 1s 0s infinite cubic-bezier(.21,.53,.56,.8);animation:ball-scale-ripple 1s 0s infinite cubic-bezier(.21,.53,.56,.8);border:2px solid #b8c2cc;border-radius:100%;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/plugins/loaders/animations/ball-scale.css b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-scale.css new file mode 100644 index 0000000..e8b35f1 --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-scale.css @@ -0,0 +1,91 @@ +/*======================================================== + DARK LAYOUT +=========================================================*/ +@-webkit-keyframes ball-scale +{ + 0% + { + -webkit-transform: scale(0); + transform: scale(0); + } + 100% + { + -webkit-transform: scale(1); + transform: scale(1); + + opacity: 0; + } +} +@-moz-keyframes ball-scale +{ + 0% + { + -moz-transform: scale(0); + transform: scale(0); + } + 100% + { + -moz-transform: scale(1); + transform: scale(1); + + opacity: 0; + } +} +@-o-keyframes ball-scale +{ + 0% + { + -o-transform: scale(0); + transform: scale(0); + } + 100% + { + -o-transform: scale(1); + transform: scale(1); + + opacity: 0; + } +} +@keyframes ball-scale +{ + 0% + { + -webkit-transform: scale(0); + -moz-transform: scale(0); + -o-transform: scale(0); + transform: scale(0); + } + 100% + { + -webkit-transform: scale(1); + -moz-transform: scale(1); + -o-transform: scale(1); + transform: scale(1); + + opacity: 0; + } +} + +.ball-scale > div +{ + display: inline-block; + + width: 15px; + width: 60px; + height: 15px; + height: 60px; + margin: 2px; + + -webkit-animation: ball-scale 1s 0s ease-in-out infinite; + -moz-animation: ball-scale 1s 0s ease-in-out infinite; + -o-animation: ball-scale 1s 0s ease-in-out infinite; + animation: ball-scale 1s 0s ease-in-out infinite; + + border-radius: 100%; + background-color: #b8c2cc; + + -webkit-animation-fill-mode: both; + -moz-animation-fill-mode: both; + -o-animation-fill-mode: both; + animation-fill-mode: both; +} diff --git a/wwwjuba/app-assets/css/plugins/loaders/animations/ball-scale.min.css b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-scale.min.css new file mode 100644 index 0000000..e1b31dd --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-scale.min.css @@ -0,0 +1 @@ +@-webkit-keyframes ball-scale{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@-moz-keyframes ball-scale{0%{-moz-transform:scale(0);transform:scale(0)}100%{-moz-transform:scale(1);transform:scale(1);opacity:0}}@-o-keyframes ball-scale{0%{-o-transform:scale(0);transform:scale(0)}100%{-o-transform:scale(1);transform:scale(1);opacity:0}}@keyframes ball-scale{0%{-webkit-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:0}}.ball-scale>div{display:inline-block;width:15px;width:60px;height:15px;height:60px;margin:2px;-webkit-animation:ball-scale 1s 0s ease-in-out infinite;-moz-animation:ball-scale 1s 0s ease-in-out infinite;-o-animation:ball-scale 1s 0s ease-in-out infinite;animation:ball-scale 1s 0s ease-in-out infinite;border-radius:100%;background-color:#b8c2cc;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/plugins/loaders/animations/ball-spin-fade-loader.css b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-spin-fade-loader.css new file mode 100644 index 0000000..3c69d56 --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-spin-fade-loader.css @@ -0,0 +1,178 @@ +/*======================================================== + DARK LAYOUT +=========================================================*/ +@-webkit-keyframes ball-spin-fade-loader +{ + 50% + { + -webkit-transform: scale(.4); + transform: scale(.4); + + opacity: .3; + } + 100% + { + -webkit-transform: scale(1); + transform: scale(1); + + opacity: 1; + } +} +@-moz-keyframes ball-spin-fade-loader +{ + 50% + { + -moz-transform: scale(.4); + transform: scale(.4); + + opacity: .3; + } + 100% + { + -moz-transform: scale(1); + transform: scale(1); + + opacity: 1; + } +} +@-o-keyframes ball-spin-fade-loader +{ + 50% + { + -o-transform: scale(.4); + transform: scale(.4); + + opacity: .3; + } + 100% + { + -o-transform: scale(1); + transform: scale(1); + + opacity: 1; + } +} +@keyframes ball-spin-fade-loader +{ + 50% + { + -webkit-transform: scale(.4); + -moz-transform: scale(.4); + -o-transform: scale(.4); + transform: scale(.4); + + opacity: .3; + } + 100% + { + -webkit-transform: scale(1); + -moz-transform: scale(1); + -o-transform: scale(1); + transform: scale(1); + + opacity: 1; + } +} + +.ball-spin-fade-loader +{ + position: relative; + top: -10px; + left: -10px; +} +.ball-spin-fade-loader > div:nth-child(1) +{ + top: 25px; + left: 0; + + -webkit-animation: ball-spin-fade-loader 1s -.96s infinite linear; + -moz-animation: ball-spin-fade-loader 1s -.96s infinite linear; + -o-animation: ball-spin-fade-loader 1s -.96s infinite linear; + animation: ball-spin-fade-loader 1s -.96s infinite linear; +} +.ball-spin-fade-loader > div:nth-child(2) +{ + top: 17.04545px; + left: 17.04545px; + + -webkit-animation: ball-spin-fade-loader 1s -.84s infinite linear; + -moz-animation: ball-spin-fade-loader 1s -.84s infinite linear; + -o-animation: ball-spin-fade-loader 1s -.84s infinite linear; + animation: ball-spin-fade-loader 1s -.84s infinite linear; +} +.ball-spin-fade-loader > div:nth-child(3) +{ + top: 0; + left: 25px; + + -webkit-animation: ball-spin-fade-loader 1s -.72s infinite linear; + -moz-animation: ball-spin-fade-loader 1s -.72s infinite linear; + -o-animation: ball-spin-fade-loader 1s -.72s infinite linear; + animation: ball-spin-fade-loader 1s -.72s infinite linear; +} +.ball-spin-fade-loader > div:nth-child(4) +{ + top: -17.04545px; + left: 17.04545px; + + -webkit-animation: ball-spin-fade-loader 1s -.6s infinite linear; + -moz-animation: ball-spin-fade-loader 1s -.6s infinite linear; + -o-animation: ball-spin-fade-loader 1s -.6s infinite linear; + animation: ball-spin-fade-loader 1s -.6s infinite linear; +} +.ball-spin-fade-loader > div:nth-child(5) +{ + top: -25px; + left: 0; + + -webkit-animation: ball-spin-fade-loader 1s -.48s infinite linear; + -moz-animation: ball-spin-fade-loader 1s -.48s infinite linear; + -o-animation: ball-spin-fade-loader 1s -.48s infinite linear; + animation: ball-spin-fade-loader 1s -.48s infinite linear; +} +.ball-spin-fade-loader > div:nth-child(6) +{ + top: -17.04545px; + left: -17.04545px; + + -webkit-animation: ball-spin-fade-loader 1s -.36s infinite linear; + -moz-animation: ball-spin-fade-loader 1s -.36s infinite linear; + -o-animation: ball-spin-fade-loader 1s -.36s infinite linear; + animation: ball-spin-fade-loader 1s -.36s infinite linear; +} +.ball-spin-fade-loader > div:nth-child(7) +{ + top: 0; + left: -25px; + + -webkit-animation: ball-spin-fade-loader 1s -.24s infinite linear; + -moz-animation: ball-spin-fade-loader 1s -.24s infinite linear; + -o-animation: ball-spin-fade-loader 1s -.24s infinite linear; + animation: ball-spin-fade-loader 1s -.24s infinite linear; +} +.ball-spin-fade-loader > div:nth-child(8) +{ + top: 17.04545px; + left: -17.04545px; + + -webkit-animation: ball-spin-fade-loader 1s -.12s infinite linear; + -moz-animation: ball-spin-fade-loader 1s -.12s infinite linear; + -o-animation: ball-spin-fade-loader 1s -.12s infinite linear; + animation: ball-spin-fade-loader 1s -.12s infinite linear; +} +.ball-spin-fade-loader > div +{ + position: absolute; + + width: 15px; + height: 15px; + margin: 2px; + + border-radius: 100%; + background-color: #b8c2cc; + + -webkit-animation-fill-mode: both; + -moz-animation-fill-mode: both; + -o-animation-fill-mode: both; + animation-fill-mode: both; +} diff --git a/wwwjuba/app-assets/css/plugins/loaders/animations/ball-spin-fade-loader.min.css b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-spin-fade-loader.min.css new file mode 100644 index 0000000..3c7e46a --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-spin-fade-loader.min.css @@ -0,0 +1 @@ +@-webkit-keyframes ball-spin-fade-loader{50%{-webkit-transform:scale(.4);transform:scale(.4);opacity:.3}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-moz-keyframes ball-spin-fade-loader{50%{-moz-transform:scale(.4);transform:scale(.4);opacity:.3}100%{-moz-transform:scale(1);transform:scale(1);opacity:1}}@-o-keyframes ball-spin-fade-loader{50%{-o-transform:scale(.4);transform:scale(.4);opacity:.3}100%{-o-transform:scale(1);transform:scale(1);opacity:1}}@keyframes ball-spin-fade-loader{50%{-webkit-transform:scale(.4);-moz-transform:scale(.4);-o-transform:scale(.4);transform:scale(.4);opacity:.3}100%{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:1}}.ball-spin-fade-loader{position:relative;top:-10px;left:-10px}.ball-spin-fade-loader>div:nth-child(1){top:25px;left:0;-webkit-animation:ball-spin-fade-loader 1s -.96s infinite linear;-moz-animation:ball-spin-fade-loader 1s -.96s infinite linear;-o-animation:ball-spin-fade-loader 1s -.96s infinite linear;animation:ball-spin-fade-loader 1s -.96s infinite linear}.ball-spin-fade-loader>div:nth-child(2){top:17.05px;left:17.05px;-webkit-animation:ball-spin-fade-loader 1s -.84s infinite linear;-moz-animation:ball-spin-fade-loader 1s -.84s infinite linear;-o-animation:ball-spin-fade-loader 1s -.84s infinite linear;animation:ball-spin-fade-loader 1s -.84s infinite linear}.ball-spin-fade-loader>div:nth-child(3){top:0;left:25px;-webkit-animation:ball-spin-fade-loader 1s -.72s infinite linear;-moz-animation:ball-spin-fade-loader 1s -.72s infinite linear;-o-animation:ball-spin-fade-loader 1s -.72s infinite linear;animation:ball-spin-fade-loader 1s -.72s infinite linear}.ball-spin-fade-loader>div:nth-child(4){top:-17.05px;left:17.05px;-webkit-animation:ball-spin-fade-loader 1s -.6s infinite linear;-moz-animation:ball-spin-fade-loader 1s -.6s infinite linear;-o-animation:ball-spin-fade-loader 1s -.6s infinite linear;animation:ball-spin-fade-loader 1s -.6s infinite linear}.ball-spin-fade-loader>div:nth-child(5){top:-25px;left:0;-webkit-animation:ball-spin-fade-loader 1s -.48s infinite linear;-moz-animation:ball-spin-fade-loader 1s -.48s infinite linear;-o-animation:ball-spin-fade-loader 1s -.48s infinite linear;animation:ball-spin-fade-loader 1s -.48s infinite linear}.ball-spin-fade-loader>div:nth-child(6){top:-17.05px;left:-17.05px;-webkit-animation:ball-spin-fade-loader 1s -.36s infinite linear;-moz-animation:ball-spin-fade-loader 1s -.36s infinite linear;-o-animation:ball-spin-fade-loader 1s -.36s infinite linear;animation:ball-spin-fade-loader 1s -.36s infinite linear}.ball-spin-fade-loader>div:nth-child(7){top:0;left:-25px;-webkit-animation:ball-spin-fade-loader 1s -.24s infinite linear;-moz-animation:ball-spin-fade-loader 1s -.24s infinite linear;-o-animation:ball-spin-fade-loader 1s -.24s infinite linear;animation:ball-spin-fade-loader 1s -.24s infinite linear}.ball-spin-fade-loader>div:nth-child(8){top:17.05px;left:-17.05px;-webkit-animation:ball-spin-fade-loader 1s -.12s infinite linear;-moz-animation:ball-spin-fade-loader 1s -.12s infinite linear;-o-animation:ball-spin-fade-loader 1s -.12s infinite linear;animation:ball-spin-fade-loader 1s -.12s infinite linear}.ball-spin-fade-loader>div{position:absolute;width:15px;height:15px;margin:2px;border-radius:100%;background-color:#b8c2cc;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/plugins/loaders/animations/ball-spin-loader.css b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-spin-loader.css new file mode 100644 index 0000000..8f8df4c --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-spin-loader.css @@ -0,0 +1,147 @@ +/*======================================================== + DARK LAYOUT +=========================================================*/ +@-webkit-keyframes ball-spin-loader +{ + 75% + { + opacity: .2; + } + 100% + { + opacity: 1; + } +} +@-moz-keyframes ball-spin-loader +{ + 75% + { + opacity: .2; + } + 100% + { + opacity: 1; + } +} +@-o-keyframes ball-spin-loader +{ + 75% + { + opacity: .2; + } + 100% + { + opacity: 1; + } +} +@keyframes ball-spin-loader +{ + 75% + { + opacity: .2; + } + 100% + { + opacity: 1; + } +} + +.ball-spin-loader +{ + position: relative; +} +.ball-spin-loader > span:nth-child(1) +{ + top: 45px; + left: 0; + + -webkit-animation: ball-spin-loader 2s .9s infinite linear; + -moz-animation: ball-spin-loader 2s .9s infinite linear; + -o-animation: ball-spin-loader 2s .9s infinite linear; + animation: ball-spin-loader 2s .9s infinite linear; +} +.ball-spin-loader > span:nth-child(2) +{ + top: 30.68182px; + left: 30.68182px; + + -webkit-animation: ball-spin-loader 2s 1.8s infinite linear; + -moz-animation: ball-spin-loader 2s 1.8s infinite linear; + -o-animation: ball-spin-loader 2s 1.8s infinite linear; + animation: ball-spin-loader 2s 1.8s infinite linear; +} +.ball-spin-loader > span:nth-child(3) +{ + top: 0; + left: 45px; + + -webkit-animation: ball-spin-loader 2s 2.7s infinite linear; + -moz-animation: ball-spin-loader 2s 2.7s infinite linear; + -o-animation: ball-spin-loader 2s 2.7s infinite linear; + animation: ball-spin-loader 2s 2.7s infinite linear; +} +.ball-spin-loader > span:nth-child(4) +{ + top: -30.68182px; + left: 30.68182px; + + -webkit-animation: ball-spin-loader 2s 3.6s infinite linear; + -moz-animation: ball-spin-loader 2s 3.6s infinite linear; + -o-animation: ball-spin-loader 2s 3.6s infinite linear; + animation: ball-spin-loader 2s 3.6s infinite linear; +} +.ball-spin-loader > span:nth-child(5) +{ + top: -45px; + left: 0; + + -webkit-animation: ball-spin-loader 2s 4.5s infinite linear; + -moz-animation: ball-spin-loader 2s 4.5s infinite linear; + -o-animation: ball-spin-loader 2s 4.5s infinite linear; + animation: ball-spin-loader 2s 4.5s infinite linear; +} +.ball-spin-loader > span:nth-child(6) +{ + top: -30.68182px; + left: -30.68182px; + + -webkit-animation: ball-spin-loader 2s 5.4s infinite linear; + -moz-animation: ball-spin-loader 2s 5.4s infinite linear; + -o-animation: ball-spin-loader 2s 5.4s infinite linear; + animation: ball-spin-loader 2s 5.4s infinite linear; +} +.ball-spin-loader > span:nth-child(7) +{ + top: 0; + left: -45px; + + -webkit-animation: ball-spin-loader 2s 6.3s infinite linear; + -moz-animation: ball-spin-loader 2s 6.3s infinite linear; + -o-animation: ball-spin-loader 2s 6.3s infinite linear; + animation: ball-spin-loader 2s 6.3s infinite linear; +} +.ball-spin-loader > span:nth-child(8) +{ + top: 30.68182px; + left: -30.68182px; + + -webkit-animation: ball-spin-loader 2s 7.2s infinite linear; + -moz-animation: ball-spin-loader 2s 7.2s infinite linear; + -o-animation: ball-spin-loader 2s 7.2s infinite linear; + animation: ball-spin-loader 2s 7.2s infinite linear; +} +.ball-spin-loader > div +{ + position: absolute; + + width: 15px; + height: 15px; + + border-radius: 100%; + background: green; + + -webkit-animation-fill-mode: both; + -moz-animation-fill-mode: both; + -o-animation-fill-mode: both; + animation-fill-mode: both; +} diff --git a/wwwjuba/app-assets/css/plugins/loaders/animations/ball-spin-loader.min.css b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-spin-loader.min.css new file mode 100644 index 0000000..af66cf1 --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-spin-loader.min.css @@ -0,0 +1 @@ +@-webkit-keyframes ball-spin-loader{75%{opacity:.2}100%{opacity:1}}@-moz-keyframes ball-spin-loader{75%{opacity:.2}100%{opacity:1}}@-o-keyframes ball-spin-loader{75%{opacity:.2}100%{opacity:1}}@keyframes ball-spin-loader{75%{opacity:.2}100%{opacity:1}}.ball-spin-loader{position:relative}.ball-spin-loader>span:nth-child(1){top:45px;left:0;-webkit-animation:ball-spin-loader 2s .9s infinite linear;-moz-animation:ball-spin-loader 2s .9s infinite linear;-o-animation:ball-spin-loader 2s .9s infinite linear;animation:ball-spin-loader 2s .9s infinite linear}.ball-spin-loader>span:nth-child(2){top:30.68px;left:30.68px;-webkit-animation:ball-spin-loader 2s 1.8s infinite linear;-moz-animation:ball-spin-loader 2s 1.8s infinite linear;-o-animation:ball-spin-loader 2s 1.8s infinite linear;animation:ball-spin-loader 2s 1.8s infinite linear}.ball-spin-loader>span:nth-child(3){top:0;left:45px;-webkit-animation:ball-spin-loader 2s 2.7s infinite linear;-moz-animation:ball-spin-loader 2s 2.7s infinite linear;-o-animation:ball-spin-loader 2s 2.7s infinite linear;animation:ball-spin-loader 2s 2.7s infinite linear}.ball-spin-loader>span:nth-child(4){top:-30.68px;left:30.68px;-webkit-animation:ball-spin-loader 2s 3.6s infinite linear;-moz-animation:ball-spin-loader 2s 3.6s infinite linear;-o-animation:ball-spin-loader 2s 3.6s infinite linear;animation:ball-spin-loader 2s 3.6s infinite linear}.ball-spin-loader>span:nth-child(5){top:-45px;left:0;-webkit-animation:ball-spin-loader 2s 4.5s infinite linear;-moz-animation:ball-spin-loader 2s 4.5s infinite linear;-o-animation:ball-spin-loader 2s 4.5s infinite linear;animation:ball-spin-loader 2s 4.5s infinite linear}.ball-spin-loader>span:nth-child(6){top:-30.68px;left:-30.68px;-webkit-animation:ball-spin-loader 2s 5.4s infinite linear;-moz-animation:ball-spin-loader 2s 5.4s infinite linear;-o-animation:ball-spin-loader 2s 5.4s infinite linear;animation:ball-spin-loader 2s 5.4s infinite linear}.ball-spin-loader>span:nth-child(7){top:0;left:-45px;-webkit-animation:ball-spin-loader 2s 6.3s infinite linear;-moz-animation:ball-spin-loader 2s 6.3s infinite linear;-o-animation:ball-spin-loader 2s 6.3s infinite linear;animation:ball-spin-loader 2s 6.3s infinite linear}.ball-spin-loader>span:nth-child(8){top:30.68px;left:-30.68px;-webkit-animation:ball-spin-loader 2s 7.2s infinite linear;-moz-animation:ball-spin-loader 2s 7.2s infinite linear;-o-animation:ball-spin-loader 2s 7.2s infinite linear;animation:ball-spin-loader 2s 7.2s infinite linear}.ball-spin-loader>div{position:absolute;width:15px;height:15px;border-radius:100%;background:green;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/plugins/loaders/animations/ball-triangle-trace.css b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-triangle-trace.css new file mode 100644 index 0000000..ad6058d --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-triangle-trace.css @@ -0,0 +1,353 @@ +/*======================================================== + DARK LAYOUT +=========================================================*/ +@-webkit-keyframes ball-triangle-path-1 +{ + 33% + { + -webkit-transform: translate(25px, -50px); + transform: translate(25px, -50px); + } + 66% + { + -webkit-transform: translate(50px, 0px); + transform: translate(50px, 0px); + } + 100% + { + -webkit-transform: translate(0px, 0px); + transform: translate(0px, 0px); + } +} +@-moz-keyframes ball-triangle-path-1 +{ + 33% + { + -moz-transform: translate(25px, -50px); + transform: translate(25px, -50px); + } + 66% + { + -moz-transform: translate(50px, 0px); + transform: translate(50px, 0px); + } + 100% + { + -moz-transform: translate(0px, 0px); + transform: translate(0px, 0px); + } +} +@-o-keyframes ball-triangle-path-1 +{ + 33% + { + -o-transform: translate(25px, -50px); + transform: translate(25px, -50px); + } + 66% + { + -o-transform: translate(50px, 0px); + transform: translate(50px, 0px); + } + 100% + { + -o-transform: translate(0px, 0px); + transform: translate(0px, 0px); + } +} +@keyframes ball-triangle-path-1 +{ + 33% + { + -webkit-transform: translate(25px, -50px); + -moz-transform: translate(25px, -50px); + -o-transform: translate(25px, -50px); + transform: translate(25px, -50px); + } + 66% + { + -webkit-transform: translate(50px, 0px); + -moz-transform: translate(50px, 0px); + -o-transform: translate(50px, 0px); + transform: translate(50px, 0px); + } + 100% + { + -webkit-transform: translate(0px, 0px); + -moz-transform: translate(0px, 0px); + -o-transform: translate(0px, 0px); + transform: translate(0px, 0px); + } +} + +@-webkit-keyframes ball-triangle-path-2 +{ + 33% + { + -webkit-transform: translate(25px, 50px); + transform: translate(25px, 50px); + } + 66% + { + -webkit-transform: translate(-25px, 50px); + transform: translate(-25px, 50px); + } + 100% + { + -webkit-transform: translate(0px, 0px); + transform: translate(0px, 0px); + } +} + +@-moz-keyframes ball-triangle-path-2 +{ + 33% + { + -moz-transform: translate(25px, 50px); + transform: translate(25px, 50px); + } + 66% + { + -moz-transform: translate(-25px, 50px); + transform: translate(-25px, 50px); + } + 100% + { + -moz-transform: translate(0px, 0px); + transform: translate(0px, 0px); + } +} + +@-o-keyframes ball-triangle-path-2 +{ + 33% + { + -o-transform: translate(25px, 50px); + transform: translate(25px, 50px); + } + 66% + { + -o-transform: translate(-25px, 50px); + transform: translate(-25px, 50px); + } + 100% + { + -o-transform: translate(0px, 0px); + transform: translate(0px, 0px); + } +} + +@keyframes ball-triangle-path-2 +{ + 33% + { + -webkit-transform: translate(25px, 50px); + -moz-transform: translate(25px, 50px); + -o-transform: translate(25px, 50px); + transform: translate(25px, 50px); + } + 66% + { + -webkit-transform: translate(-25px, 50px); + -moz-transform: translate(-25px, 50px); + -o-transform: translate(-25px, 50px); + transform: translate(-25px, 50px); + } + 100% + { + -webkit-transform: translate(0px, 0px); + -moz-transform: translate(0px, 0px); + -o-transform: translate(0px, 0px); + transform: translate(0px, 0px); + } +} + +@-webkit-keyframes ball-triangle-path-3 +{ + 33% + { + -webkit-transform: translate(-50px, 0px); + transform: translate(-50px, 0px); + } + 66% + { + -webkit-transform: translate(-25px, -50px); + transform: translate(-25px, -50px); + } + 100% + { + -webkit-transform: translate(0px, 0px); + transform: translate(0px, 0px); + } +} + +@-moz-keyframes ball-triangle-path-3 +{ + 33% + { + -moz-transform: translate(-50px, 0px); + transform: translate(-50px, 0px); + } + 66% + { + -moz-transform: translate(-25px, -50px); + transform: translate(-25px, -50px); + } + 100% + { + -moz-transform: translate(0px, 0px); + transform: translate(0px, 0px); + } +} + +@-o-keyframes ball-triangle-path-3 +{ + 33% + { + -o-transform: translate(-50px, 0px); + transform: translate(-50px, 0px); + } + 66% + { + -o-transform: translate(-25px, -50px); + transform: translate(-25px, -50px); + } + 100% + { + -o-transform: translate(0px, 0px); + transform: translate(0px, 0px); + } +} + +@keyframes ball-triangle-path-3 +{ + 33% + { + -webkit-transform: translate(-50px, 0px); + -moz-transform: translate(-50px, 0px); + -o-transform: translate(-50px, 0px); + transform: translate(-50px, 0px); + } + 66% + { + -webkit-transform: translate(-25px, -50px); + -moz-transform: translate(-25px, -50px); + -o-transform: translate(-25px, -50px); + transform: translate(-25px, -50px); + } + 100% + { + -webkit-transform: translate(0px, 0px); + -moz-transform: translate(0px, 0px); + -o-transform: translate(0px, 0px); + transform: translate(0px, 0px); + } +} + +.ball-triangle-path +{ + position: relative; + + -webkit-transform: translate(-29.994px, -37.50938px); + -moz-transform: translate(-29.994px, -37.50938px); + -ms-transform: translate(-29.994px, -37.50938px); + -o-transform: translate(-29.994px, -37.50938px); + transform: translate(-29.994px, -37.50938px); +} +.ball-triangle-path > div:nth-child(1) +{ + -webkit-animation-name: ball-triangle-path-1; + -moz-animation-name: ball-triangle-path-1; + -o-animation-name: ball-triangle-path-1; + animation-name: ball-triangle-path-1; + -webkit-animation-duration: 2s; + -moz-animation-duration: 2s; + -o-animation-duration: 2s; + animation-duration: 2s; + -webkit-animation-timing-function: ease-in-out; + -moz-animation-timing-function: ease-in-out; + -o-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + -webkit-animation-delay: 0; + -moz-animation-delay: 0; + -o-animation-delay: 0; + animation-delay: 0; + -webkit-animation-iteration-count: infinite; + -moz-animation-iteration-count: infinite; + -o-animation-iteration-count: infinite; + animation-iteration-count: infinite; +} +.ball-triangle-path > div:nth-child(2) +{ + -webkit-animation-name: ball-triangle-path-2; + -moz-animation-name: ball-triangle-path-2; + -o-animation-name: ball-triangle-path-2; + animation-name: ball-triangle-path-2; + -webkit-animation-duration: 2s; + -moz-animation-duration: 2s; + -o-animation-duration: 2s; + animation-duration: 2s; + -webkit-animation-timing-function: ease-in-out; + -moz-animation-timing-function: ease-in-out; + -o-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + -webkit-animation-delay: 0; + -moz-animation-delay: 0; + -o-animation-delay: 0; + animation-delay: 0; + -webkit-animation-iteration-count: infinite; + -moz-animation-iteration-count: infinite; + -o-animation-iteration-count: infinite; + animation-iteration-count: infinite; +} +.ball-triangle-path > div:nth-child(3) +{ + -webkit-animation-name: ball-triangle-path-3; + -moz-animation-name: ball-triangle-path-3; + -o-animation-name: ball-triangle-path-3; + animation-name: ball-triangle-path-3; + -webkit-animation-duration: 2s; + -moz-animation-duration: 2s; + -o-animation-duration: 2s; + animation-duration: 2s; + -webkit-animation-timing-function: ease-in-out; + -moz-animation-timing-function: ease-in-out; + -o-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + -webkit-animation-delay: 0; + -moz-animation-delay: 0; + -o-animation-delay: 0; + animation-delay: 0; + -webkit-animation-iteration-count: infinite; + -moz-animation-iteration-count: infinite; + -o-animation-iteration-count: infinite; + animation-iteration-count: infinite; +} +.ball-triangle-path > div +{ + position: absolute; + + width: 10px; + height: 10px; + + border: 1px solid #b8c2cc; + border-radius: 100%; + + -webkit-animation-fill-mode: both; + -moz-animation-fill-mode: both; + -o-animation-fill-mode: both; + animation-fill-mode: both; +} +.ball-triangle-path > div:nth-of-type(1) +{ + top: 50px; +} +.ball-triangle-path > div:nth-of-type(2) +{ + left: 25px; +} +.ball-triangle-path > div:nth-of-type(3) +{ + top: 50px; + left: 50px; +} diff --git a/wwwjuba/app-assets/css/plugins/loaders/animations/ball-triangle-trace.min.css b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-triangle-trace.min.css new file mode 100644 index 0000000..ea54f86 --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-triangle-trace.min.css @@ -0,0 +1 @@ +.ball-triangle-path>div:nth-child(1),.ball-triangle-path>div:nth-child(2){-webkit-animation-duration:2s;-moz-animation-duration:2s;-o-animation-duration:2s;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out;-moz-animation-delay:0;-o-animation-delay:0;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;-o-animation-iteration-count:infinite}@-webkit-keyframes ball-triangle-path-1{33%{-webkit-transform:translate(25px,-50px);transform:translate(25px,-50px)}66%{-webkit-transform:translate(50px,0);transform:translate(50px,0)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@-moz-keyframes ball-triangle-path-1{33%{-moz-transform:translate(25px,-50px);transform:translate(25px,-50px)}66%{-moz-transform:translate(50px,0);transform:translate(50px,0)}100%{-moz-transform:translate(0,0);transform:translate(0,0)}}@-o-keyframes ball-triangle-path-1{33%{-o-transform:translate(25px,-50px);transform:translate(25px,-50px)}66%{-o-transform:translate(50px,0);transform:translate(50px,0)}100%{-o-transform:translate(0,0);transform:translate(0,0)}}@keyframes ball-triangle-path-1{33%{-webkit-transform:translate(25px,-50px);-moz-transform:translate(25px,-50px);-o-transform:translate(25px,-50px);transform:translate(25px,-50px)}66%{-webkit-transform:translate(50px,0);-moz-transform:translate(50px,0);-o-transform:translate(50px,0);transform:translate(50px,0)}100%{-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}}@-webkit-keyframes ball-triangle-path-2{33%{-webkit-transform:translate(25px,50px);transform:translate(25px,50px)}66%{-webkit-transform:translate(-25px,50px);transform:translate(-25px,50px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@-moz-keyframes ball-triangle-path-2{33%{-moz-transform:translate(25px,50px);transform:translate(25px,50px)}66%{-moz-transform:translate(-25px,50px);transform:translate(-25px,50px)}100%{-moz-transform:translate(0,0);transform:translate(0,0)}}@-o-keyframes ball-triangle-path-2{33%{-o-transform:translate(25px,50px);transform:translate(25px,50px)}66%{-o-transform:translate(-25px,50px);transform:translate(-25px,50px)}100%{-o-transform:translate(0,0);transform:translate(0,0)}}@keyframes ball-triangle-path-2{33%{-webkit-transform:translate(25px,50px);-moz-transform:translate(25px,50px);-o-transform:translate(25px,50px);transform:translate(25px,50px)}66%{-webkit-transform:translate(-25px,50px);-moz-transform:translate(-25px,50px);-o-transform:translate(-25px,50px);transform:translate(-25px,50px)}100%{-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}}@-webkit-keyframes ball-triangle-path-3{33%{-webkit-transform:translate(-50px,0);transform:translate(-50px,0)}66%{-webkit-transform:translate(-25px,-50px);transform:translate(-25px,-50px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@-moz-keyframes ball-triangle-path-3{33%{-moz-transform:translate(-50px,0);transform:translate(-50px,0)}66%{-moz-transform:translate(-25px,-50px);transform:translate(-25px,-50px)}100%{-moz-transform:translate(0,0);transform:translate(0,0)}}@-o-keyframes ball-triangle-path-3{33%{-o-transform:translate(-50px,0);transform:translate(-50px,0)}66%{-o-transform:translate(-25px,-50px);transform:translate(-25px,-50px)}100%{-o-transform:translate(0,0);transform:translate(0,0)}}@keyframes ball-triangle-path-3{33%{-webkit-transform:translate(-50px,0);-moz-transform:translate(-50px,0);-o-transform:translate(-50px,0);transform:translate(-50px,0)}66%{-webkit-transform:translate(-25px,-50px);-moz-transform:translate(-25px,-50px);-o-transform:translate(-25px,-50px);transform:translate(-25px,-50px)}100%{-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}}.ball-triangle-path{position:relative;-webkit-transform:translate(-29.99px,-37.51px);-moz-transform:translate(-29.99px,-37.51px);-ms-transform:translate(-29.99px,-37.51px);-o-transform:translate(-29.99px,-37.51px);transform:translate(-29.99px,-37.51px)}.ball-triangle-path>div:nth-child(1){-webkit-animation-name:ball-triangle-path-1;-moz-animation-name:ball-triangle-path-1;-o-animation-name:ball-triangle-path-1;animation-name:ball-triangle-path-1;animation-duration:2s;-o-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-delay:0;animation-delay:0;animation-iteration-count:infinite}.ball-triangle-path>div:nth-child(2){-webkit-animation-name:ball-triangle-path-2;-moz-animation-name:ball-triangle-path-2;-o-animation-name:ball-triangle-path-2;animation-name:ball-triangle-path-2;animation-duration:2s;-o-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-delay:0;animation-delay:0;animation-iteration-count:infinite}.ball-triangle-path>div:nth-child(3){-webkit-animation-name:ball-triangle-path-3;-moz-animation-name:ball-triangle-path-3;-o-animation-name:ball-triangle-path-3;animation-name:ball-triangle-path-3;-webkit-animation-duration:2s;-moz-animation-duration:2s;-o-animation-duration:2s;animation-duration:2s;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out;-o-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-delay:0;-moz-animation-delay:0;-o-animation-delay:0;animation-delay:0;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;-o-animation-iteration-count:infinite;animation-iteration-count:infinite}.ball-triangle-path>div{position:absolute;width:10px;height:10px;border:1px solid #b8c2cc;border-radius:100%;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both}.ball-triangle-path>div:nth-of-type(1){top:50px}.ball-triangle-path>div:nth-of-type(2){left:25px}.ball-triangle-path>div:nth-of-type(3){top:50px;left:50px} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/plugins/loaders/animations/ball-zig-zag-deflect.css b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-zig-zag-deflect.css new file mode 100644 index 0000000..040b0d5 --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-zig-zag-deflect.css @@ -0,0 +1,339 @@ +/*======================================================== + DARK LAYOUT +=========================================================*/ +@-webkit-keyframes ball-zig-deflect +{ + 17% + { + -webkit-transform: translate(-15px, -30px); + transform: translate(-15px, -30px); + } + 34% + { + -webkit-transform: translate(15px, -30px); + transform: translate(15px, -30px); + } + 50% + { + -webkit-transform: translate(0, 0); + transform: translate(0, 0); + } + 67% + { + -webkit-transform: translate(15px, -30px); + transform: translate(15px, -30px); + } + 84% + { + -webkit-transform: translate(-15px, -30px); + transform: translate(-15px, -30px); + } + 100% + { + -webkit-transform: translate(0, 0); + transform: translate(0, 0); + } +} +@-moz-keyframes ball-zig-deflect +{ + 17% + { + -moz-transform: translate(-15px, -30px); + transform: translate(-15px, -30px); + } + 34% + { + -moz-transform: translate(15px, -30px); + transform: translate(15px, -30px); + } + 50% + { + -moz-transform: translate(0, 0); + transform: translate(0, 0); + } + 67% + { + -moz-transform: translate(15px, -30px); + transform: translate(15px, -30px); + } + 84% + { + -moz-transform: translate(-15px, -30px); + transform: translate(-15px, -30px); + } + 100% + { + -moz-transform: translate(0, 0); + transform: translate(0, 0); + } +} +@-o-keyframes ball-zig-deflect +{ + 17% + { + -o-transform: translate(-15px, -30px); + transform: translate(-15px, -30px); + } + 34% + { + -o-transform: translate(15px, -30px); + transform: translate(15px, -30px); + } + 50% + { + -o-transform: translate(0, 0); + transform: translate(0, 0); + } + 67% + { + -o-transform: translate(15px, -30px); + transform: translate(15px, -30px); + } + 84% + { + -o-transform: translate(-15px, -30px); + transform: translate(-15px, -30px); + } + 100% + { + -o-transform: translate(0, 0); + transform: translate(0, 0); + } +} +@keyframes ball-zig-deflect +{ + 17% + { + -webkit-transform: translate(-15px, -30px); + -moz-transform: translate(-15px, -30px); + -o-transform: translate(-15px, -30px); + transform: translate(-15px, -30px); + } + 34% + { + -webkit-transform: translate(15px, -30px); + -moz-transform: translate(15px, -30px); + -o-transform: translate(15px, -30px); + transform: translate(15px, -30px); + } + 50% + { + -webkit-transform: translate(0, 0); + -moz-transform: translate(0, 0); + -o-transform: translate(0, 0); + transform: translate(0, 0); + } + 67% + { + -webkit-transform: translate(15px, -30px); + -moz-transform: translate(15px, -30px); + -o-transform: translate(15px, -30px); + transform: translate(15px, -30px); + } + 84% + { + -webkit-transform: translate(-15px, -30px); + -moz-transform: translate(-15px, -30px); + -o-transform: translate(-15px, -30px); + transform: translate(-15px, -30px); + } + 100% + { + -webkit-transform: translate(0, 0); + -moz-transform: translate(0, 0); + -o-transform: translate(0, 0); + transform: translate(0, 0); + } +} + +@-webkit-keyframes ball-zag-deflect +{ + 17% + { + -webkit-transform: translate(15px, 30px); + transform: translate(15px, 30px); + } + 34% + { + -webkit-transform: translate(-15px, 30px); + transform: translate(-15px, 30px); + } + 50% + { + -webkit-transform: translate(0, 0); + transform: translate(0, 0); + } + 67% + { + -webkit-transform: translate(-15px, 30px); + transform: translate(-15px, 30px); + } + 84% + { + -webkit-transform: translate(15px, 30px); + transform: translate(15px, 30px); + } + 100% + { + -webkit-transform: translate(0, 0); + transform: translate(0, 0); + } +} + +@-moz-keyframes ball-zag-deflect +{ + 17% + { + -moz-transform: translate(15px, 30px); + transform: translate(15px, 30px); + } + 34% + { + -moz-transform: translate(-15px, 30px); + transform: translate(-15px, 30px); + } + 50% + { + -moz-transform: translate(0, 0); + transform: translate(0, 0); + } + 67% + { + -moz-transform: translate(-15px, 30px); + transform: translate(-15px, 30px); + } + 84% + { + -moz-transform: translate(15px, 30px); + transform: translate(15px, 30px); + } + 100% + { + -moz-transform: translate(0, 0); + transform: translate(0, 0); + } +} + +@-o-keyframes ball-zag-deflect +{ + 17% + { + -o-transform: translate(15px, 30px); + transform: translate(15px, 30px); + } + 34% + { + -o-transform: translate(-15px, 30px); + transform: translate(-15px, 30px); + } + 50% + { + -o-transform: translate(0, 0); + transform: translate(0, 0); + } + 67% + { + -o-transform: translate(-15px, 30px); + transform: translate(-15px, 30px); + } + 84% + { + -o-transform: translate(15px, 30px); + transform: translate(15px, 30px); + } + 100% + { + -o-transform: translate(0, 0); + transform: translate(0, 0); + } +} + +@keyframes ball-zag-deflect +{ + 17% + { + -webkit-transform: translate(15px, 30px); + -moz-transform: translate(15px, 30px); + -o-transform: translate(15px, 30px); + transform: translate(15px, 30px); + } + 34% + { + -webkit-transform: translate(-15px, 30px); + -moz-transform: translate(-15px, 30px); + -o-transform: translate(-15px, 30px); + transform: translate(-15px, 30px); + } + 50% + { + -webkit-transform: translate(0, 0); + -moz-transform: translate(0, 0); + -o-transform: translate(0, 0); + transform: translate(0, 0); + } + 67% + { + -webkit-transform: translate(-15px, 30px); + -moz-transform: translate(-15px, 30px); + -o-transform: translate(-15px, 30px); + transform: translate(-15px, 30px); + } + 84% + { + -webkit-transform: translate(15px, 30px); + -moz-transform: translate(15px, 30px); + -o-transform: translate(15px, 30px); + transform: translate(15px, 30px); + } + 100% + { + -webkit-transform: translate(0, 0); + -moz-transform: translate(0, 0); + -o-transform: translate(0, 0); + transform: translate(0, 0); + } +} + +.ball-zig-zag-deflect +{ + position: relative; + + -webkit-transform: translate(-15px, -15px); + -moz-transform: translate(-15px, -15px); + -ms-transform: translate(-15px, -15px); + -o-transform: translate(-15px, -15px); + transform: translate(-15px, -15px); +} +.ball-zig-zag-deflect > div +{ + position: absolute; + top: 4px; + left: -7px; + + width: 15px; + height: 15px; + margin: 2px; + margin-left: 15px; + + border-radius: 100%; + background-color: #b8c2cc; + + -webkit-animation-fill-mode: both; + -moz-animation-fill-mode: both; + -o-animation-fill-mode: both; + animation-fill-mode: both; +} +.ball-zig-zag-deflect > div:first-child +{ + -webkit-animation: ball-zig-deflect 1.5s 0s infinite linear; + -moz-animation: ball-zig-deflect 1.5s 0s infinite linear; + -o-animation: ball-zig-deflect 1.5s 0s infinite linear; + animation: ball-zig-deflect 1.5s 0s infinite linear; +} +.ball-zig-zag-deflect > div:last-child +{ + -webkit-animation: ball-zag-deflect 1.5s 0s infinite linear; + -moz-animation: ball-zag-deflect 1.5s 0s infinite linear; + -o-animation: ball-zag-deflect 1.5s 0s infinite linear; + animation: ball-zag-deflect 1.5s 0s infinite linear; +} diff --git a/wwwjuba/app-assets/css/plugins/loaders/animations/ball-zig-zag-deflect.min.css b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-zig-zag-deflect.min.css new file mode 100644 index 0000000..abc01ab --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-zig-zag-deflect.min.css @@ -0,0 +1 @@ +@-webkit-keyframes ball-zig-deflect{17%,84%{-webkit-transform:translate(-15px,-30px);transform:translate(-15px,-30px)}34%,67%{-webkit-transform:translate(15px,-30px);transform:translate(15px,-30px)}100%,50%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@-moz-keyframes ball-zig-deflect{17%,84%{-moz-transform:translate(-15px,-30px);transform:translate(-15px,-30px)}34%,67%{-moz-transform:translate(15px,-30px);transform:translate(15px,-30px)}100%,50%{-moz-transform:translate(0,0);transform:translate(0,0)}}@-o-keyframes ball-zig-deflect{17%,84%{-o-transform:translate(-15px,-30px);transform:translate(-15px,-30px)}34%,67%{-o-transform:translate(15px,-30px);transform:translate(15px,-30px)}100%,50%{-o-transform:translate(0,0);transform:translate(0,0)}}@keyframes ball-zig-deflect{17%,84%{-webkit-transform:translate(-15px,-30px);-moz-transform:translate(-15px,-30px);-o-transform:translate(-15px,-30px);transform:translate(-15px,-30px)}34%,67%{-webkit-transform:translate(15px,-30px);-moz-transform:translate(15px,-30px);-o-transform:translate(15px,-30px);transform:translate(15px,-30px)}100%,50%{-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}}@-webkit-keyframes ball-zag-deflect{17%,84%{-webkit-transform:translate(15px,30px);transform:translate(15px,30px)}34%,67%{-webkit-transform:translate(-15px,30px);transform:translate(-15px,30px)}100%,50%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@-moz-keyframes ball-zag-deflect{17%,84%{-moz-transform:translate(15px,30px);transform:translate(15px,30px)}34%,67%{-moz-transform:translate(-15px,30px);transform:translate(-15px,30px)}100%,50%{-moz-transform:translate(0,0);transform:translate(0,0)}}@-o-keyframes ball-zag-deflect{17%,84%{-o-transform:translate(15px,30px);transform:translate(15px,30px)}34%,67%{-o-transform:translate(-15px,30px);transform:translate(-15px,30px)}100%,50%{-o-transform:translate(0,0);transform:translate(0,0)}}@keyframes ball-zag-deflect{17%,84%{-webkit-transform:translate(15px,30px);-moz-transform:translate(15px,30px);-o-transform:translate(15px,30px);transform:translate(15px,30px)}34%,67%{-webkit-transform:translate(-15px,30px);-moz-transform:translate(-15px,30px);-o-transform:translate(-15px,30px);transform:translate(-15px,30px)}100%,50%{-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}}.ball-zig-zag-deflect{position:relative;-webkit-transform:translate(-15px,-15px);-moz-transform:translate(-15px,-15px);-ms-transform:translate(-15px,-15px);-o-transform:translate(-15px,-15px);transform:translate(-15px,-15px)}.ball-zig-zag-deflect>div{position:absolute;top:4px;left:-7px;width:15px;height:15px;margin:2px 2px 2px 15px;border-radius:100%;background-color:#b8c2cc;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both}.ball-zig-zag-deflect>div:first-child{-webkit-animation:ball-zig-deflect 1.5s 0s infinite linear;-moz-animation:ball-zig-deflect 1.5s 0s infinite linear;-o-animation:ball-zig-deflect 1.5s 0s infinite linear;animation:ball-zig-deflect 1.5s 0s infinite linear}.ball-zig-zag-deflect>div:last-child{-webkit-animation:ball-zag-deflect 1.5s 0s infinite linear;-moz-animation:ball-zag-deflect 1.5s 0s infinite linear;-o-animation:ball-zag-deflect 1.5s 0s infinite linear;animation:ball-zag-deflect 1.5s 0s infinite linear} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/plugins/loaders/animations/ball-zig-zag.css b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-zig-zag.css new file mode 100644 index 0000000..09e1e38 --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-zig-zag.css @@ -0,0 +1,207 @@ +/*======================================================== + DARK LAYOUT +=========================================================*/ +@-webkit-keyframes ball-zig +{ + 33% + { + -webkit-transform: translate(-15px, -30px); + transform: translate(-15px, -30px); + } + 66% + { + -webkit-transform: translate(15px, -30px); + transform: translate(15px, -30px); + } + 100% + { + -webkit-transform: translate(0, 0); + transform: translate(0, 0); + } +} +@-moz-keyframes ball-zig +{ + 33% + { + -moz-transform: translate(-15px, -30px); + transform: translate(-15px, -30px); + } + 66% + { + -moz-transform: translate(15px, -30px); + transform: translate(15px, -30px); + } + 100% + { + -moz-transform: translate(0, 0); + transform: translate(0, 0); + } +} +@-o-keyframes ball-zig +{ + 33% + { + -o-transform: translate(-15px, -30px); + transform: translate(-15px, -30px); + } + 66% + { + -o-transform: translate(15px, -30px); + transform: translate(15px, -30px); + } + 100% + { + -o-transform: translate(0, 0); + transform: translate(0, 0); + } +} +@keyframes ball-zig +{ + 33% + { + -webkit-transform: translate(-15px, -30px); + -moz-transform: translate(-15px, -30px); + -o-transform: translate(-15px, -30px); + transform: translate(-15px, -30px); + } + 66% + { + -webkit-transform: translate(15px, -30px); + -moz-transform: translate(15px, -30px); + -o-transform: translate(15px, -30px); + transform: translate(15px, -30px); + } + 100% + { + -webkit-transform: translate(0, 0); + -moz-transform: translate(0, 0); + -o-transform: translate(0, 0); + transform: translate(0, 0); + } +} + +@-webkit-keyframes ball-zag +{ + 33% + { + -webkit-transform: translate(15px, 30px); + transform: translate(15px, 30px); + } + 66% + { + -webkit-transform: translate(-15px, 30px); + transform: translate(-15px, 30px); + } + 100% + { + -webkit-transform: translate(0, 0); + transform: translate(0, 0); + } +} + +@-moz-keyframes ball-zag +{ + 33% + { + -moz-transform: translate(15px, 30px); + transform: translate(15px, 30px); + } + 66% + { + -moz-transform: translate(-15px, 30px); + transform: translate(-15px, 30px); + } + 100% + { + -moz-transform: translate(0, 0); + transform: translate(0, 0); + } +} + +@-o-keyframes ball-zag +{ + 33% + { + -o-transform: translate(15px, 30px); + transform: translate(15px, 30px); + } + 66% + { + -o-transform: translate(-15px, 30px); + transform: translate(-15px, 30px); + } + 100% + { + -o-transform: translate(0, 0); + transform: translate(0, 0); + } +} + +@keyframes ball-zag +{ + 33% + { + -webkit-transform: translate(15px, 30px); + -moz-transform: translate(15px, 30px); + -o-transform: translate(15px, 30px); + transform: translate(15px, 30px); + } + 66% + { + -webkit-transform: translate(-15px, 30px); + -moz-transform: translate(-15px, 30px); + -o-transform: translate(-15px, 30px); + transform: translate(-15px, 30px); + } + 100% + { + -webkit-transform: translate(0, 0); + -moz-transform: translate(0, 0); + -o-transform: translate(0, 0); + transform: translate(0, 0); + } +} + +.ball-zig-zag +{ + position: relative; + + -webkit-transform: translate(-15px, -15px); + -moz-transform: translate(-15px, -15px); + -ms-transform: translate(-15px, -15px); + -o-transform: translate(-15px, -15px); + transform: translate(-15px, -15px); +} +.ball-zig-zag > div +{ + position: absolute; + top: 4px; + left: -7px; + + width: 15px; + height: 15px; + margin: 2px; + margin-left: 15px; + + border-radius: 100%; + background-color: #b8c2cc; + + -webkit-animation-fill-mode: both; + -moz-animation-fill-mode: both; + -o-animation-fill-mode: both; + animation-fill-mode: both; +} +.ball-zig-zag > div:first-child +{ + -webkit-animation: ball-zig .7s 0s infinite linear; + -moz-animation: ball-zig .7s 0s infinite linear; + -o-animation: ball-zig .7s 0s infinite linear; + animation: ball-zig .7s 0s infinite linear; +} +.ball-zig-zag > div:last-child +{ + -webkit-animation: ball-zag .7s 0s infinite linear; + -moz-animation: ball-zag .7s 0s infinite linear; + -o-animation: ball-zag .7s 0s infinite linear; + animation: ball-zag .7s 0s infinite linear; +} diff --git a/wwwjuba/app-assets/css/plugins/loaders/animations/ball-zig-zag.min.css b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-zig-zag.min.css new file mode 100644 index 0000000..379b5dc --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/loaders/animations/ball-zig-zag.min.css @@ -0,0 +1 @@ +@-webkit-keyframes ball-zig{33%{-webkit-transform:translate(-15px,-30px);transform:translate(-15px,-30px)}66%{-webkit-transform:translate(15px,-30px);transform:translate(15px,-30px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@-moz-keyframes ball-zig{33%{-moz-transform:translate(-15px,-30px);transform:translate(-15px,-30px)}66%{-moz-transform:translate(15px,-30px);transform:translate(15px,-30px)}100%{-moz-transform:translate(0,0);transform:translate(0,0)}}@-o-keyframes ball-zig{33%{-o-transform:translate(-15px,-30px);transform:translate(-15px,-30px)}66%{-o-transform:translate(15px,-30px);transform:translate(15px,-30px)}100%{-o-transform:translate(0,0);transform:translate(0,0)}}@keyframes ball-zig{33%{-webkit-transform:translate(-15px,-30px);-moz-transform:translate(-15px,-30px);-o-transform:translate(-15px,-30px);transform:translate(-15px,-30px)}66%{-webkit-transform:translate(15px,-30px);-moz-transform:translate(15px,-30px);-o-transform:translate(15px,-30px);transform:translate(15px,-30px)}100%{-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}}@-webkit-keyframes ball-zag{33%{-webkit-transform:translate(15px,30px);transform:translate(15px,30px)}66%{-webkit-transform:translate(-15px,30px);transform:translate(-15px,30px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@-moz-keyframes ball-zag{33%{-moz-transform:translate(15px,30px);transform:translate(15px,30px)}66%{-moz-transform:translate(-15px,30px);transform:translate(-15px,30px)}100%{-moz-transform:translate(0,0);transform:translate(0,0)}}@-o-keyframes ball-zag{33%{-o-transform:translate(15px,30px);transform:translate(15px,30px)}66%{-o-transform:translate(-15px,30px);transform:translate(-15px,30px)}100%{-o-transform:translate(0,0);transform:translate(0,0)}}@keyframes ball-zag{33%{-webkit-transform:translate(15px,30px);-moz-transform:translate(15px,30px);-o-transform:translate(15px,30px);transform:translate(15px,30px)}66%{-webkit-transform:translate(-15px,30px);-moz-transform:translate(-15px,30px);-o-transform:translate(-15px,30px);transform:translate(-15px,30px)}100%{-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}}.ball-zig-zag{position:relative;-webkit-transform:translate(-15px,-15px);-moz-transform:translate(-15px,-15px);-ms-transform:translate(-15px,-15px);-o-transform:translate(-15px,-15px);transform:translate(-15px,-15px)}.ball-zig-zag>div{position:absolute;top:4px;left:-7px;width:15px;height:15px;margin:2px 2px 2px 15px;border-radius:100%;background-color:#b8c2cc;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both}.ball-zig-zag>div:first-child{-webkit-animation:ball-zig .7s 0s infinite linear;-moz-animation:ball-zig .7s 0s infinite linear;-o-animation:ball-zig .7s 0s infinite linear;animation:ball-zig .7s 0s infinite linear}.ball-zig-zag>div:last-child{-webkit-animation:ball-zag .7s 0s infinite linear;-moz-animation:ball-zag .7s 0s infinite linear;-o-animation:ball-zag .7s 0s infinite linear;animation:ball-zag .7s 0s infinite linear} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/plugins/loaders/animations/cube-transition.css b/wwwjuba/app-assets/css/plugins/loaders/animations/cube-transition.css new file mode 100644 index 0000000..8095448 --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/loaders/animations/cube-transition.css @@ -0,0 +1,142 @@ +/*======================================================== + DARK LAYOUT +=========================================================*/ +@-webkit-keyframes cube-transition +{ + 25% + { + -webkit-transform: translateX(50px) scale(.5) rotate(-90deg); + transform: translateX(50px) scale(.5) rotate(-90deg); + } + 50% + { + -webkit-transform: translate(50px, 50px) rotate(-180deg); + transform: translate(50px, 50px) rotate(-180deg); + } + 75% + { + -webkit-transform: translateY(50px) scale(.5) rotate(-270deg); + transform: translateY(50px) scale(.5) rotate(-270deg); + } + 100% + { + -webkit-transform: rotate(-360deg); + transform: rotate(-360deg); + } +} +@-moz-keyframes cube-transition +{ + 25% + { + -moz-transform: translateX(50px) scale(.5) rotate(-90deg); + transform: translateX(50px) scale(.5) rotate(-90deg); + } + 50% + { + -moz-transform: translate(50px, 50px) rotate(-180deg); + transform: translate(50px, 50px) rotate(-180deg); + } + 75% + { + -moz-transform: translateY(50px) scale(.5) rotate(-270deg); + transform: translateY(50px) scale(.5) rotate(-270deg); + } + 100% + { + -moz-transform: rotate(-360deg); + transform: rotate(-360deg); + } +} +@-o-keyframes cube-transition +{ + 25% + { + -o-transform: translateX(50px) scale(.5) rotate(-90deg); + transform: translateX(50px) scale(.5) rotate(-90deg); + } + 50% + { + -o-transform: translate(50px, 50px) rotate(-180deg); + transform: translate(50px, 50px) rotate(-180deg); + } + 75% + { + -o-transform: translateY(50px) scale(.5) rotate(-270deg); + transform: translateY(50px) scale(.5) rotate(-270deg); + } + 100% + { + -o-transform: rotate(-360deg); + transform: rotate(-360deg); + } +} +@keyframes cube-transition +{ + 25% + { + -webkit-transform: translateX(50px) scale(.5) rotate(-90deg); + -moz-transform: translateX(50px) scale(.5) rotate(-90deg); + -o-transform: translateX(50px) scale(.5) rotate(-90deg); + transform: translateX(50px) scale(.5) rotate(-90deg); + } + 50% + { + -webkit-transform: translate(50px, 50px) rotate(-180deg); + -moz-transform: translate(50px, 50px) rotate(-180deg); + -o-transform: translate(50px, 50px) rotate(-180deg); + transform: translate(50px, 50px) rotate(-180deg); + } + 75% + { + -webkit-transform: translateY(50px) scale(.5) rotate(-270deg); + -moz-transform: translateY(50px) scale(.5) rotate(-270deg); + -o-transform: translateY(50px) scale(.5) rotate(-270deg); + transform: translateY(50px) scale(.5) rotate(-270deg); + } + 100% + { + -webkit-transform: rotate(-360deg); + -moz-transform: rotate(-360deg); + -o-transform: rotate(-360deg); + transform: rotate(-360deg); + } +} + +.cube-transition +{ + position: relative; + + -webkit-transform: translate(-25px, -25px); + -moz-transform: translate(-25px, -25px); + -ms-transform: translate(-25px, -25px); + -o-transform: translate(-25px, -25px); + transform: translate(-25px, -25px); +} +.cube-transition > div +{ + position: absolute; + top: -5px; + left: -5px; + + width: 10px; + height: 10px; + + -webkit-animation: cube-transition 1.6s 0s infinite ease-in-out; + -moz-animation: cube-transition 1.6s 0s infinite ease-in-out; + -o-animation: cube-transition 1.6s 0s infinite ease-in-out; + animation: cube-transition 1.6s 0s infinite ease-in-out; + + background-color: #b8c2cc; + + -webkit-animation-fill-mode: both; + -moz-animation-fill-mode: both; + -o-animation-fill-mode: both; + animation-fill-mode: both; +} +.cube-transition > div:last-child +{ + -webkit-animation-delay: -.8s; + -moz-animation-delay: -.8s; + -o-animation-delay: -.8s; + animation-delay: -.8s; +} diff --git a/wwwjuba/app-assets/css/plugins/loaders/animations/cube-transition.min.css b/wwwjuba/app-assets/css/plugins/loaders/animations/cube-transition.min.css new file mode 100644 index 0000000..1f25146 --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/loaders/animations/cube-transition.min.css @@ -0,0 +1 @@ +@-webkit-keyframes cube-transition{25%{-webkit-transform:translateX(50px) scale(.5) rotate(-90deg);transform:translateX(50px) scale(.5) rotate(-90deg)}50%{-webkit-transform:translate(50px,50px) rotate(-180deg);transform:translate(50px,50px) rotate(-180deg)}75%{-webkit-transform:translateY(50px) scale(.5) rotate(-270deg);transform:translateY(50px) scale(.5) rotate(-270deg)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@-moz-keyframes cube-transition{25%{-moz-transform:translateX(50px) scale(.5) rotate(-90deg);transform:translateX(50px) scale(.5) rotate(-90deg)}50%{-moz-transform:translate(50px,50px) rotate(-180deg);transform:translate(50px,50px) rotate(-180deg)}75%{-moz-transform:translateY(50px) scale(.5) rotate(-270deg);transform:translateY(50px) scale(.5) rotate(-270deg)}100%{-moz-transform:rotate(-360deg);transform:rotate(-360deg)}}@-o-keyframes cube-transition{25%{-o-transform:translateX(50px) scale(.5) rotate(-90deg);transform:translateX(50px) scale(.5) rotate(-90deg)}50%{-o-transform:translate(50px,50px) rotate(-180deg);transform:translate(50px,50px) rotate(-180deg)}75%{-o-transform:translateY(50px) scale(.5) rotate(-270deg);transform:translateY(50px) scale(.5) rotate(-270deg)}100%{-o-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes cube-transition{25%{-webkit-transform:translateX(50px) scale(.5) rotate(-90deg);-moz-transform:translateX(50px) scale(.5) rotate(-90deg);-o-transform:translateX(50px) scale(.5) rotate(-90deg);transform:translateX(50px) scale(.5) rotate(-90deg)}50%{-webkit-transform:translate(50px,50px) rotate(-180deg);-moz-transform:translate(50px,50px) rotate(-180deg);-o-transform:translate(50px,50px) rotate(-180deg);transform:translate(50px,50px) rotate(-180deg)}75%{-webkit-transform:translateY(50px) scale(.5) rotate(-270deg);-moz-transform:translateY(50px) scale(.5) rotate(-270deg);-o-transform:translateY(50px) scale(.5) rotate(-270deg);transform:translateY(50px) scale(.5) rotate(-270deg)}100%{-webkit-transform:rotate(-360deg);-moz-transform:rotate(-360deg);-o-transform:rotate(-360deg);transform:rotate(-360deg)}}.cube-transition{position:relative;-webkit-transform:translate(-25px,-25px);-moz-transform:translate(-25px,-25px);-ms-transform:translate(-25px,-25px);-o-transform:translate(-25px,-25px);transform:translate(-25px,-25px)}.cube-transition>div{position:absolute;top:-5px;left:-5px;width:10px;height:10px;-webkit-animation:cube-transition 1.6s 0s infinite ease-in-out;-moz-animation:cube-transition 1.6s 0s infinite ease-in-out;-o-animation:cube-transition 1.6s 0s infinite ease-in-out;animation:cube-transition 1.6s 0s infinite ease-in-out;background-color:#b8c2cc;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both}.cube-transition>div:last-child{-webkit-animation-delay:-.8s;-moz-animation-delay:-.8s;-o-animation-delay:-.8s;animation-delay:-.8s} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/plugins/loaders/animations/line-scale-pulse-out-rapid.css b/wwwjuba/app-assets/css/plugins/loaders/animations/line-scale-pulse-out-rapid.css new file mode 100644 index 0000000..d88640c --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/loaders/animations/line-scale-pulse-out-rapid.css @@ -0,0 +1,120 @@ +/*======================================================== + DARK LAYOUT +=========================================================*/ +@-webkit-keyframes line-scale-pulse-out-rapid +{ + 0% + { + -webkit-transform: scaley(1); + transform: scaley(1); + } + 80% + { + -webkit-transform: scaley(.3); + transform: scaley(.3); + } + 90% + { + -webkit-transform: scaley(1); + transform: scaley(1); + } +} +@-moz-keyframes line-scale-pulse-out-rapid +{ + 0% + { + -moz-transform: scaley(1); + transform: scaley(1); + } + 80% + { + -moz-transform: scaley(.3); + transform: scaley(.3); + } + 90% + { + -moz-transform: scaley(1); + transform: scaley(1); + } +} +@-o-keyframes line-scale-pulse-out-rapid +{ + 0% + { + -o-transform: scaley(1); + transform: scaley(1); + } + 80% + { + -o-transform: scaley(.3); + transform: scaley(.3); + } + 90% + { + -o-transform: scaley(1); + transform: scaley(1); + } +} +@keyframes line-scale-pulse-out-rapid +{ + 0% + { + -webkit-transform: scaley(1); + -moz-transform: scaley(1); + -o-transform: scaley(1); + transform: scaley(1); + } + 80% + { + -webkit-transform: scaley(.3); + -moz-transform: scaley(.3); + -o-transform: scaley(.3); + transform: scaley(.3); + } + 90% + { + -webkit-transform: scaley(1); + -moz-transform: scaley(1); + -o-transform: scaley(1); + transform: scaley(1); + } +} + +.line-scale-pulse-out-rapid > div +{ + display: inline-block; + + width: 4px; + height: 3.45rem; + margin: 2px; + + -webkit-animation: line-scale-pulse-out-rapid .9s -.5s infinite cubic-bezier(.11, .49, .38, .78); + -moz-animation: line-scale-pulse-out-rapid .9s -.5s infinite cubic-bezier(.11, .49, .38, .78); + -o-animation: line-scale-pulse-out-rapid .9s -.5s infinite cubic-bezier(.11, .49, .38, .78); + animation: line-scale-pulse-out-rapid .9s -.5s infinite cubic-bezier(.11, .49, .38, .78); + vertical-align: middle; + + border-radius: 2px; + background-color: #b8c2cc; + + -webkit-animation-fill-mode: both; + -moz-animation-fill-mode: both; + -o-animation-fill-mode: both; + animation-fill-mode: both; +} +.line-scale-pulse-out-rapid > div:nth-child(2), +.line-scale-pulse-out-rapid > div:nth-child(4) +{ + -webkit-animation-delay: -.25s !important; + -moz-animation-delay: -.25s !important; + -o-animation-delay: -.25s !important; + animation-delay: -.25s !important; +} +.line-scale-pulse-out-rapid > div:nth-child(1), +.line-scale-pulse-out-rapid > div:nth-child(5) +{ + -webkit-animation-delay: 0s !important; + -moz-animation-delay: 0s !important; + -o-animation-delay: 0s !important; + animation-delay: 0s !important; +} diff --git a/wwwjuba/app-assets/css/plugins/loaders/animations/line-scale-pulse-out-rapid.min.css b/wwwjuba/app-assets/css/plugins/loaders/animations/line-scale-pulse-out-rapid.min.css new file mode 100644 index 0000000..126dec1 --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/loaders/animations/line-scale-pulse-out-rapid.min.css @@ -0,0 +1 @@ +@-webkit-keyframes line-scale-pulse-out-rapid{0%,90%{-webkit-transform:scaley(1);transform:scaley(1)}80%{-webkit-transform:scaley(.3);transform:scaley(.3)}}@-moz-keyframes line-scale-pulse-out-rapid{0%,90%{-moz-transform:scaley(1);transform:scaley(1)}80%{-moz-transform:scaley(.3);transform:scaley(.3)}}@-o-keyframes line-scale-pulse-out-rapid{0%,90%{-o-transform:scaley(1);transform:scaley(1)}80%{-o-transform:scaley(.3);transform:scaley(.3)}}@keyframes line-scale-pulse-out-rapid{0%,90%{-webkit-transform:scaley(1);-moz-transform:scaley(1);-o-transform:scaley(1);transform:scaley(1)}80%{-webkit-transform:scaley(.3);-moz-transform:scaley(.3);-o-transform:scaley(.3);transform:scaley(.3)}}.line-scale-pulse-out-rapid>div{display:inline-block;width:4px;height:3.45rem;margin:2px;-webkit-animation:line-scale-pulse-out-rapid .9s -.5s infinite cubic-bezier(.11,.49,.38,.78);-moz-animation:line-scale-pulse-out-rapid .9s -.5s infinite cubic-bezier(.11,.49,.38,.78);-o-animation:line-scale-pulse-out-rapid .9s -.5s infinite cubic-bezier(.11,.49,.38,.78);animation:line-scale-pulse-out-rapid .9s -.5s infinite cubic-bezier(.11,.49,.38,.78);vertical-align:middle;border-radius:2px;background-color:#b8c2cc;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both}.line-scale-pulse-out-rapid>div:nth-child(2),.line-scale-pulse-out-rapid>div:nth-child(4){-webkit-animation-delay:-.25s!important;-moz-animation-delay:-.25s!important;-o-animation-delay:-.25s!important;animation-delay:-.25s!important}.line-scale-pulse-out-rapid>div:nth-child(1),.line-scale-pulse-out-rapid>div:nth-child(5){-webkit-animation-delay:0s!important;-moz-animation-delay:0s!important;-o-animation-delay:0s!important;animation-delay:0s!important} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/plugins/loaders/animations/line-scale-pulse-out.css b/wwwjuba/app-assets/css/plugins/loaders/animations/line-scale-pulse-out.css new file mode 100644 index 0000000..81e2bdd --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/loaders/animations/line-scale-pulse-out.css @@ -0,0 +1,119 @@ +/*======================================================== + DARK LAYOUT +=========================================================*/ +@-webkit-keyframes line-scale-pulse-out +{ + 0% + { + -webkit-transform: scaley(1); + transform: scaley(1); + } + 50% + { + -webkit-transform: scaley(.4); + transform: scaley(.4); + } + 100% + { + -webkit-transform: scaley(1); + transform: scaley(1); + } +} +@-moz-keyframes line-scale-pulse-out +{ + 0% + { + -moz-transform: scaley(1); + transform: scaley(1); + } + 50% + { + -moz-transform: scaley(.4); + transform: scaley(.4); + } + 100% + { + -moz-transform: scaley(1); + transform: scaley(1); + } +} +@-o-keyframes line-scale-pulse-out +{ + 0% + { + -o-transform: scaley(1); + transform: scaley(1); + } + 50% + { + -o-transform: scaley(.4); + transform: scaley(.4); + } + 100% + { + -o-transform: scaley(1); + transform: scaley(1); + } +} +@keyframes line-scale-pulse-out +{ + 0% + { + -webkit-transform: scaley(1); + -moz-transform: scaley(1); + -o-transform: scaley(1); + transform: scaley(1); + } + 50% + { + -webkit-transform: scaley(.4); + -moz-transform: scaley(.4); + -o-transform: scaley(.4); + transform: scaley(.4); + } + 100% + { + -webkit-transform: scaley(1); + -moz-transform: scaley(1); + -o-transform: scaley(1); + transform: scaley(1); + } +} + +.line-scale-pulse-out > div +{ + display: inline-block; + + width: 4px; + height: 3.45rem; + margin: 2px; + + -webkit-animation: line-scale-pulse-out .9s -.6s infinite cubic-bezier(.85, .25, .37, .85); + -moz-animation: line-scale-pulse-out .9s -.6s infinite cubic-bezier(.85, .25, .37, .85); + -o-animation: line-scale-pulse-out .9s -.6s infinite cubic-bezier(.85, .25, .37, .85); + animation: line-scale-pulse-out .9s -.6s infinite cubic-bezier(.85, .25, .37, .85); + + border-radius: 2px; + background-color: #b8c2cc; + + -webkit-animation-fill-mode: both; + -moz-animation-fill-mode: both; + -o-animation-fill-mode: both; + animation-fill-mode: both; +} +.line-scale-pulse-out > div:nth-child(2), +.line-scale-pulse-out > div:nth-child(4) +{ + -webkit-animation-delay: -.4s !important; + -moz-animation-delay: -.4s !important; + -o-animation-delay: -.4s !important; + animation-delay: -.4s !important; +} +.line-scale-pulse-out > div:nth-child(1), +.line-scale-pulse-out > div:nth-child(5) +{ + -webkit-animation-delay: -.2s !important; + -moz-animation-delay: -.2s !important; + -o-animation-delay: -.2s !important; + animation-delay: -.2s !important; +} diff --git a/wwwjuba/app-assets/css/plugins/loaders/animations/line-scale-pulse-out.min.css b/wwwjuba/app-assets/css/plugins/loaders/animations/line-scale-pulse-out.min.css new file mode 100644 index 0000000..33712c3 --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/loaders/animations/line-scale-pulse-out.min.css @@ -0,0 +1 @@ +@-webkit-keyframes line-scale-pulse-out{0%,100%{-webkit-transform:scaley(1);transform:scaley(1)}50%{-webkit-transform:scaley(.4);transform:scaley(.4)}}@-moz-keyframes line-scale-pulse-out{0%,100%{-moz-transform:scaley(1);transform:scaley(1)}50%{-moz-transform:scaley(.4);transform:scaley(.4)}}@-o-keyframes line-scale-pulse-out{0%,100%{-o-transform:scaley(1);transform:scaley(1)}50%{-o-transform:scaley(.4);transform:scaley(.4)}}@keyframes line-scale-pulse-out{0%,100%{-webkit-transform:scaley(1);-moz-transform:scaley(1);-o-transform:scaley(1);transform:scaley(1)}50%{-webkit-transform:scaley(.4);-moz-transform:scaley(.4);-o-transform:scaley(.4);transform:scaley(.4)}}.line-scale-pulse-out>div{display:inline-block;width:4px;height:3.45rem;margin:2px;-webkit-animation:line-scale-pulse-out .9s -.6s infinite cubic-bezier(.85,.25,.37,.85);-moz-animation:line-scale-pulse-out .9s -.6s infinite cubic-bezier(.85,.25,.37,.85);-o-animation:line-scale-pulse-out .9s -.6s infinite cubic-bezier(.85,.25,.37,.85);animation:line-scale-pulse-out .9s -.6s infinite cubic-bezier(.85,.25,.37,.85);border-radius:2px;background-color:#b8c2cc;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both}.line-scale-pulse-out>div:nth-child(2),.line-scale-pulse-out>div:nth-child(4){-webkit-animation-delay:-.4s!important;-moz-animation-delay:-.4s!important;-o-animation-delay:-.4s!important;animation-delay:-.4s!important}.line-scale-pulse-out>div:nth-child(1),.line-scale-pulse-out>div:nth-child(5){-webkit-animation-delay:-.2s!important;-moz-animation-delay:-.2s!important;-o-animation-delay:-.2s!important;animation-delay:-.2s!important} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/plugins/loaders/animations/line-scale-random.css b/wwwjuba/app-assets/css/plugins/loaders/animations/line-scale-random.css new file mode 100644 index 0000000..b30592c --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/loaders/animations/line-scale-random.css @@ -0,0 +1,159 @@ +/*======================================================== + DARK LAYOUT +=========================================================*/ +@-webkit-keyframes line-scale-party +{ + 0% + { + -webkit-transform: scale(1); + transform: scale(1); + } + 50% + { + -webkit-transform: scale(.5); + transform: scale(.5); + } + 100% + { + -webkit-transform: scale(1); + transform: scale(1); + } +} +@-moz-keyframes line-scale-party +{ + 0% + { + -moz-transform: scale(1); + transform: scale(1); + } + 50% + { + -moz-transform: scale(.5); + transform: scale(.5); + } + 100% + { + -moz-transform: scale(1); + transform: scale(1); + } +} +@-o-keyframes line-scale-party +{ + 0% + { + -o-transform: scale(1); + transform: scale(1); + } + 50% + { + -o-transform: scale(.5); + transform: scale(.5); + } + 100% + { + -o-transform: scale(1); + transform: scale(1); + } +} +@keyframes line-scale-party +{ + 0% + { + -webkit-transform: scale(1); + -moz-transform: scale(1); + -o-transform: scale(1); + transform: scale(1); + } + 50% + { + -webkit-transform: scale(.5); + -moz-transform: scale(.5); + -o-transform: scale(.5); + transform: scale(.5); + } + 100% + { + -webkit-transform: scale(1); + -moz-transform: scale(1); + -o-transform: scale(1); + transform: scale(1); + } +} + +.line-scale-party > div:nth-child(1) +{ + -webkit-animation-duration: .6s; + -moz-animation-duration: .6s; + -o-animation-duration: .6s; + animation-duration: .6s; + -webkit-animation-delay: .48s; + -moz-animation-delay: .48s; + -o-animation-delay: .48s; + animation-delay: .48s; +} + +.line-scale-party > div:nth-child(2) +{ + -webkit-animation-duration: .42s; + -moz-animation-duration: .42s; + -o-animation-duration: .42s; + animation-duration: .42s; + -webkit-animation-delay: .73s; + -moz-animation-delay: .73s; + -o-animation-delay: .73s; + animation-delay: .73s; +} + +.line-scale-party > div:nth-child(3) +{ + -webkit-animation-duration: .53s; + -moz-animation-duration: .53s; + -o-animation-duration: .53s; + animation-duration: .53s; + -webkit-animation-delay: .54s; + -moz-animation-delay: .54s; + -o-animation-delay: .54s; + animation-delay: .54s; +} + +.line-scale-party > div:nth-child(4) +{ + -webkit-animation-duration: .86s; + -moz-animation-duration: .86s; + -o-animation-duration: .86s; + animation-duration: .86s; + -webkit-animation-delay: .01s; + -moz-animation-delay: .01s; + -o-animation-delay: .01s; + animation-delay: .01s; +} + +.line-scale-party > div +{ + display: inline-block; + + width: 4px; + height: 3.45rem; + margin: 2px; + + -webkit-animation-name: line-scale-party; + -moz-animation-name: line-scale-party; + -o-animation-name: line-scale-party; + animation-name: line-scale-party; + -webkit-animation-delay: 0; + -moz-animation-delay: 0; + -o-animation-delay: 0; + animation-delay: 0; + -webkit-animation-iteration-count: infinite; + -moz-animation-iteration-count: infinite; + -o-animation-iteration-count: infinite; + animation-iteration-count: infinite; + + border-radius: 2px; + background-color: #b8c2cc; + + -webkit-animation-fill-mode: both; + -moz-animation-fill-mode: both; + -o-animation-fill-mode: both; + animation-fill-mode: both; +} diff --git a/wwwjuba/app-assets/css/plugins/loaders/animations/line-scale-random.min.css b/wwwjuba/app-assets/css/plugins/loaders/animations/line-scale-random.min.css new file mode 100644 index 0000000..881e47b --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/loaders/animations/line-scale-random.min.css @@ -0,0 +1 @@ +@-webkit-keyframes line-scale-party{0%,100%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(.5);transform:scale(.5)}}@-moz-keyframes line-scale-party{0%,100%{-moz-transform:scale(1);transform:scale(1)}50%{-moz-transform:scale(.5);transform:scale(.5)}}@-o-keyframes line-scale-party{0%,100%{-o-transform:scale(1);transform:scale(1)}50%{-o-transform:scale(.5);transform:scale(.5)}}@keyframes line-scale-party{0%,100%{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(.5);-moz-transform:scale(.5);-o-transform:scale(.5);transform:scale(.5)}}.line-scale-party>div:nth-child(1){-webkit-animation-duration:.6s;-moz-animation-duration:.6s;-o-animation-duration:.6s;animation-duration:.6s;-webkit-animation-delay:.48s;-moz-animation-delay:.48s;-o-animation-delay:.48s;animation-delay:.48s}.line-scale-party>div:nth-child(2){-webkit-animation-duration:.42s;-moz-animation-duration:.42s;-o-animation-duration:.42s;animation-duration:.42s;-webkit-animation-delay:.73s;-moz-animation-delay:.73s;-o-animation-delay:.73s;animation-delay:.73s}.line-scale-party>div:nth-child(3){-webkit-animation-duration:.53s;-moz-animation-duration:.53s;-o-animation-duration:.53s;animation-duration:.53s;-webkit-animation-delay:.54s;-moz-animation-delay:.54s;-o-animation-delay:.54s;animation-delay:.54s}.line-scale-party>div:nth-child(4){-webkit-animation-duration:.86s;-moz-animation-duration:.86s;-o-animation-duration:.86s;animation-duration:.86s;-webkit-animation-delay:.01s;-moz-animation-delay:.01s;-o-animation-delay:.01s;animation-delay:.01s}.line-scale-party>div{display:inline-block;width:4px;height:3.45rem;margin:2px;-webkit-animation-name:line-scale-party;-moz-animation-name:line-scale-party;-o-animation-name:line-scale-party;animation-name:line-scale-party;-webkit-animation-delay:0;-moz-animation-delay:0;-o-animation-delay:0;animation-delay:0;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;-o-animation-iteration-count:infinite;animation-iteration-count:infinite;border-radius:2px;background-color:#b8c2cc;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/plugins/loaders/animations/line-scale.css b/wwwjuba/app-assets/css/plugins/loaders/animations/line-scale.css new file mode 100644 index 0000000..74d35ac --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/loaders/animations/line-scale.css @@ -0,0 +1,138 @@ +/*======================================================== + DARK LAYOUT +=========================================================*/ +@-webkit-keyframes line-scale +{ + 0% + { + -webkit-transform: scaley(1); + transform: scaley(1); + } + 50% + { + -webkit-transform: scaley(.4); + transform: scaley(.4); + } + 100% + { + -webkit-transform: scaley(1); + transform: scaley(1); + } +} +@-moz-keyframes line-scale +{ + 0% + { + -moz-transform: scaley(1); + transform: scaley(1); + } + 50% + { + -moz-transform: scaley(.4); + transform: scaley(.4); + } + 100% + { + -moz-transform: scaley(1); + transform: scaley(1); + } +} +@-o-keyframes line-scale +{ + 0% + { + -o-transform: scaley(1); + transform: scaley(1); + } + 50% + { + -o-transform: scaley(.4); + transform: scaley(.4); + } + 100% + { + -o-transform: scaley(1); + transform: scaley(1); + } +} +@keyframes line-scale +{ + 0% + { + -webkit-transform: scaley(1); + -moz-transform: scaley(1); + -o-transform: scaley(1); + transform: scaley(1); + } + 50% + { + -webkit-transform: scaley(.4); + -moz-transform: scaley(.4); + -o-transform: scaley(.4); + transform: scaley(.4); + } + 100% + { + -webkit-transform: scaley(1); + -moz-transform: scaley(1); + -o-transform: scaley(1); + transform: scaley(1); + } +} + +.line-scale > div:nth-child(1) +{ + -webkit-animation: line-scale 1s -.4s infinite cubic-bezier(.2, .68, .18, 1.08); + -moz-animation: line-scale 1s -.4s infinite cubic-bezier(.2, .68, .18, 1.08); + -o-animation: line-scale 1s -.4s infinite cubic-bezier(.2, .68, .18, 1.08); + animation: line-scale 1s -.4s infinite cubic-bezier(.2, .68, .18, 1.08); +} + +.line-scale > div:nth-child(2) +{ + -webkit-animation: line-scale 1s -.3s infinite cubic-bezier(.2, .68, .18, 1.08); + -moz-animation: line-scale 1s -.3s infinite cubic-bezier(.2, .68, .18, 1.08); + -o-animation: line-scale 1s -.3s infinite cubic-bezier(.2, .68, .18, 1.08); + animation: line-scale 1s -.3s infinite cubic-bezier(.2, .68, .18, 1.08); +} + +.line-scale > div:nth-child(3) +{ + -webkit-animation: line-scale 1s -.2s infinite cubic-bezier(.2, .68, .18, 1.08); + -moz-animation: line-scale 1s -.2s infinite cubic-bezier(.2, .68, .18, 1.08); + -o-animation: line-scale 1s -.2s infinite cubic-bezier(.2, .68, .18, 1.08); + animation: line-scale 1s -.2s infinite cubic-bezier(.2, .68, .18, 1.08); +} + +.line-scale > div:nth-child(4) +{ + -webkit-animation: line-scale 1s -.1s infinite cubic-bezier(.2, .68, .18, 1.08); + -moz-animation: line-scale 1s -.1s infinite cubic-bezier(.2, .68, .18, 1.08); + -o-animation: line-scale 1s -.1s infinite cubic-bezier(.2, .68, .18, 1.08); + animation: line-scale 1s -.1s infinite cubic-bezier(.2, .68, .18, 1.08); +} + +.line-scale > div:nth-child(5) +{ + -webkit-animation: line-scale 1s 0s infinite cubic-bezier(.2, .68, .18, 1.08); + -moz-animation: line-scale 1s 0s infinite cubic-bezier(.2, .68, .18, 1.08); + -o-animation: line-scale 1s 0s infinite cubic-bezier(.2, .68, .18, 1.08); + animation: line-scale 1s 0s infinite cubic-bezier(.2, .68, .18, 1.08); +} + +.line-scale > div +{ + display: inline-block; + + width: 4px; + height: 3.45rem; + margin: 2px; + + border-radius: 2px; + background-color: #b8c2cc; + + -webkit-animation-fill-mode: both; + -moz-animation-fill-mode: both; + -o-animation-fill-mode: both; + animation-fill-mode: both; +} diff --git a/wwwjuba/app-assets/css/plugins/loaders/animations/line-scale.min.css b/wwwjuba/app-assets/css/plugins/loaders/animations/line-scale.min.css new file mode 100644 index 0000000..8c85aff --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/loaders/animations/line-scale.min.css @@ -0,0 +1 @@ +@-webkit-keyframes line-scale{0%,100%{-webkit-transform:scaley(1);transform:scaley(1)}50%{-webkit-transform:scaley(.4);transform:scaley(.4)}}@-moz-keyframes line-scale{0%,100%{-moz-transform:scaley(1);transform:scaley(1)}50%{-moz-transform:scaley(.4);transform:scaley(.4)}}@-o-keyframes line-scale{0%,100%{-o-transform:scaley(1);transform:scaley(1)}50%{-o-transform:scaley(.4);transform:scaley(.4)}}@keyframes line-scale{0%,100%{-webkit-transform:scaley(1);-moz-transform:scaley(1);-o-transform:scaley(1);transform:scaley(1)}50%{-webkit-transform:scaley(.4);-moz-transform:scaley(.4);-o-transform:scaley(.4);transform:scaley(.4)}}.line-scale>div:nth-child(1){-webkit-animation:line-scale 1s -.4s infinite cubic-bezier(.2,.68,.18,1.08);-moz-animation:line-scale 1s -.4s infinite cubic-bezier(.2,.68,.18,1.08);-o-animation:line-scale 1s -.4s infinite cubic-bezier(.2,.68,.18,1.08);animation:line-scale 1s -.4s infinite cubic-bezier(.2,.68,.18,1.08)}.line-scale>div:nth-child(2){-webkit-animation:line-scale 1s -.3s infinite cubic-bezier(.2,.68,.18,1.08);-moz-animation:line-scale 1s -.3s infinite cubic-bezier(.2,.68,.18,1.08);-o-animation:line-scale 1s -.3s infinite cubic-bezier(.2,.68,.18,1.08);animation:line-scale 1s -.3s infinite cubic-bezier(.2,.68,.18,1.08)}.line-scale>div:nth-child(3){-webkit-animation:line-scale 1s -.2s infinite cubic-bezier(.2,.68,.18,1.08);-moz-animation:line-scale 1s -.2s infinite cubic-bezier(.2,.68,.18,1.08);-o-animation:line-scale 1s -.2s infinite cubic-bezier(.2,.68,.18,1.08);animation:line-scale 1s -.2s infinite cubic-bezier(.2,.68,.18,1.08)}.line-scale>div:nth-child(4){-webkit-animation:line-scale 1s -.1s infinite cubic-bezier(.2,.68,.18,1.08);-moz-animation:line-scale 1s -.1s infinite cubic-bezier(.2,.68,.18,1.08);-o-animation:line-scale 1s -.1s infinite cubic-bezier(.2,.68,.18,1.08);animation:line-scale 1s -.1s infinite cubic-bezier(.2,.68,.18,1.08)}.line-scale>div:nth-child(5){-webkit-animation:line-scale 1s 0s infinite cubic-bezier(.2,.68,.18,1.08);-moz-animation:line-scale 1s 0s infinite cubic-bezier(.2,.68,.18,1.08);-o-animation:line-scale 1s 0s infinite cubic-bezier(.2,.68,.18,1.08);animation:line-scale 1s 0s infinite cubic-bezier(.2,.68,.18,1.08)}.line-scale>div{display:inline-block;width:4px;height:3.45rem;margin:2px;border-radius:2px;background-color:#b8c2cc;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/plugins/loaders/animations/line-spin-fade-loader.css b/wwwjuba/app-assets/css/plugins/loaders/animations/line-spin-fade-loader.css new file mode 100644 index 0000000..c6a6cac --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/loaders/animations/line-spin-fade-loader.css @@ -0,0 +1,182 @@ +/*======================================================== + DARK LAYOUT +=========================================================*/ +@-webkit-keyframes line-spin-fade-loader +{ + 50% + { + opacity: .3; + } + 100% + { + opacity: 1; + } +} +@-moz-keyframes line-spin-fade-loader +{ + 50% + { + opacity: .3; + } + 100% + { + opacity: 1; + } +} +@-o-keyframes line-spin-fade-loader +{ + 50% + { + opacity: .3; + } + 100% + { + opacity: 1; + } +} +@keyframes line-spin-fade-loader +{ + 50% + { + opacity: .3; + } + 100% + { + opacity: 1; + } +} + +.line-spin-fade-loader +{ + position: relative; + top: -10px; + left: -4px; +} +.line-spin-fade-loader > div:nth-child(1) +{ + top: 20px; + left: 0; + + -webkit-animation: line-spin-fade-loader 1.2s -.84s infinite ease-in-out; + -moz-animation: line-spin-fade-loader 1.2s -.84s infinite ease-in-out; + -o-animation: line-spin-fade-loader 1.2s -.84s infinite ease-in-out; + animation: line-spin-fade-loader 1.2s -.84s infinite ease-in-out; +} +.line-spin-fade-loader > div:nth-child(2) +{ + top: 13.63636px; + left: 13.63636px; + + -webkit-transform: rotate(-45deg); + -moz-transform: rotate(-45deg); + -ms-transform: rotate(-45deg); + -o-transform: rotate(-45deg); + transform: rotate(-45deg); + -webkit-animation: line-spin-fade-loader 1.2s -.72s infinite ease-in-out; + -moz-animation: line-spin-fade-loader 1.2s -.72s infinite ease-in-out; + -o-animation: line-spin-fade-loader 1.2s -.72s infinite ease-in-out; + animation: line-spin-fade-loader 1.2s -.72s infinite ease-in-out; +} +.line-spin-fade-loader > div:nth-child(3) +{ + top: 0; + left: 20px; + + -webkit-transform: rotate(90deg); + -moz-transform: rotate(90deg); + -ms-transform: rotate(90deg); + -o-transform: rotate(90deg); + transform: rotate(90deg); + -webkit-animation: line-spin-fade-loader 1.2s -.6s infinite ease-in-out; + -moz-animation: line-spin-fade-loader 1.2s -.6s infinite ease-in-out; + -o-animation: line-spin-fade-loader 1.2s -.6s infinite ease-in-out; + animation: line-spin-fade-loader 1.2s -.6s infinite ease-in-out; +} +.line-spin-fade-loader > div:nth-child(4) +{ + top: -13.63636px; + left: 13.63636px; + + -webkit-transform: rotate(45deg); + -moz-transform: rotate(45deg); + -ms-transform: rotate(45deg); + -o-transform: rotate(45deg); + transform: rotate(45deg); + -webkit-animation: line-spin-fade-loader 1.2s -.48s infinite ease-in-out; + -moz-animation: line-spin-fade-loader 1.2s -.48s infinite ease-in-out; + -o-animation: line-spin-fade-loader 1.2s -.48s infinite ease-in-out; + animation: line-spin-fade-loader 1.2s -.48s infinite ease-in-out; +} +.line-spin-fade-loader > div:nth-child(5) +{ + top: -20px; + left: 0; + + -webkit-animation: line-spin-fade-loader 1.2s -.36s infinite ease-in-out; + -moz-animation: line-spin-fade-loader 1.2s -.36s infinite ease-in-out; + -o-animation: line-spin-fade-loader 1.2s -.36s infinite ease-in-out; + animation: line-spin-fade-loader 1.2s -.36s infinite ease-in-out; +} +.line-spin-fade-loader > div:nth-child(6) +{ + top: -13.63636px; + left: -13.63636px; + + -webkit-transform: rotate(-45deg); + -moz-transform: rotate(-45deg); + -ms-transform: rotate(-45deg); + -o-transform: rotate(-45deg); + transform: rotate(-45deg); + -webkit-animation: line-spin-fade-loader 1.2s -.24s infinite ease-in-out; + -moz-animation: line-spin-fade-loader 1.2s -.24s infinite ease-in-out; + -o-animation: line-spin-fade-loader 1.2s -.24s infinite ease-in-out; + animation: line-spin-fade-loader 1.2s -.24s infinite ease-in-out; +} +.line-spin-fade-loader > div:nth-child(7) +{ + top: 0; + left: -20px; + + -webkit-transform: rotate(90deg); + -moz-transform: rotate(90deg); + -ms-transform: rotate(90deg); + -o-transform: rotate(90deg); + transform: rotate(90deg); + -webkit-animation: line-spin-fade-loader 1.2s -.12s infinite ease-in-out; + -moz-animation: line-spin-fade-loader 1.2s -.12s infinite ease-in-out; + -o-animation: line-spin-fade-loader 1.2s -.12s infinite ease-in-out; + animation: line-spin-fade-loader 1.2s -.12s infinite ease-in-out; +} +.line-spin-fade-loader > div:nth-child(8) +{ + top: 13.63636px; + left: -13.63636px; + + -webkit-transform: rotate(45deg); + -moz-transform: rotate(45deg); + -ms-transform: rotate(45deg); + -o-transform: rotate(45deg); + transform: rotate(45deg); + -webkit-animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out; + -moz-animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out; + -o-animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out; + animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out; +} +.line-spin-fade-loader > div +{ + position: absolute; + + width: 4px; + width: 5px; + height: 3.45rem; + height: 15px; + margin: 2px; + + border-radius: 2px; + background-color: #b8c2cc; + + -webkit-animation-fill-mode: both; + -moz-animation-fill-mode: both; + -o-animation-fill-mode: both; + animation-fill-mode: both; +} diff --git a/wwwjuba/app-assets/css/plugins/loaders/animations/line-spin-fade-loader.min.css b/wwwjuba/app-assets/css/plugins/loaders/animations/line-spin-fade-loader.min.css new file mode 100644 index 0000000..8cd526b --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/loaders/animations/line-spin-fade-loader.min.css @@ -0,0 +1 @@ +@-webkit-keyframes line-spin-fade-loader{50%{opacity:.3}100%{opacity:1}}@-moz-keyframes line-spin-fade-loader{50%{opacity:.3}100%{opacity:1}}@-o-keyframes line-spin-fade-loader{50%{opacity:.3}100%{opacity:1}}@keyframes line-spin-fade-loader{50%{opacity:.3}100%{opacity:1}}.line-spin-fade-loader{position:relative;top:-10px;left:-4px}.line-spin-fade-loader>div:nth-child(1){top:20px;left:0;-webkit-animation:line-spin-fade-loader 1.2s -.84s infinite ease-in-out;-moz-animation:line-spin-fade-loader 1.2s -.84s infinite ease-in-out;-o-animation:line-spin-fade-loader 1.2s -.84s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -.84s infinite ease-in-out}.line-spin-fade-loader>div:nth-child(2){top:13.64px;left:13.64px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-animation:line-spin-fade-loader 1.2s -.72s infinite ease-in-out;-moz-animation:line-spin-fade-loader 1.2s -.72s infinite ease-in-out;-o-animation:line-spin-fade-loader 1.2s -.72s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -.72s infinite ease-in-out}.line-spin-fade-loader>div:nth-child(3){top:0;left:20px;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);-webkit-animation:line-spin-fade-loader 1.2s -.6s infinite ease-in-out;-moz-animation:line-spin-fade-loader 1.2s -.6s infinite ease-in-out;-o-animation:line-spin-fade-loader 1.2s -.6s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -.6s infinite ease-in-out}.line-spin-fade-loader>div:nth-child(4){top:-13.64px;left:13.64px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);-webkit-animation:line-spin-fade-loader 1.2s -.48s infinite ease-in-out;-moz-animation:line-spin-fade-loader 1.2s -.48s infinite ease-in-out;-o-animation:line-spin-fade-loader 1.2s -.48s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -.48s infinite ease-in-out}.line-spin-fade-loader>div:nth-child(5){top:-20px;left:0;-webkit-animation:line-spin-fade-loader 1.2s -.36s infinite ease-in-out;-moz-animation:line-spin-fade-loader 1.2s -.36s infinite ease-in-out;-o-animation:line-spin-fade-loader 1.2s -.36s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -.36s infinite ease-in-out}.line-spin-fade-loader>div:nth-child(6){top:-13.64px;left:-13.64px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-animation:line-spin-fade-loader 1.2s -.24s infinite ease-in-out;-moz-animation:line-spin-fade-loader 1.2s -.24s infinite ease-in-out;-o-animation:line-spin-fade-loader 1.2s -.24s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -.24s infinite ease-in-out}.line-spin-fade-loader>div:nth-child(7){top:0;left:-20px;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);-webkit-animation:line-spin-fade-loader 1.2s -.12s infinite ease-in-out;-moz-animation:line-spin-fade-loader 1.2s -.12s infinite ease-in-out;-o-animation:line-spin-fade-loader 1.2s -.12s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -.12s infinite ease-in-out}.line-spin-fade-loader>div:nth-child(8){top:13.64px;left:-13.64px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);-webkit-animation:line-spin-fade-loader 1.2s 0s infinite ease-in-out;-moz-animation:line-spin-fade-loader 1.2s 0s infinite ease-in-out;-o-animation:line-spin-fade-loader 1.2s 0s infinite ease-in-out;animation:line-spin-fade-loader 1.2s 0s infinite ease-in-out}.line-spin-fade-loader>div{position:absolute;width:4px;width:5px;height:3.45rem;height:15px;margin:2px;border-radius:2px;background-color:#b8c2cc;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/plugins/loaders/animations/pacman.css b/wwwjuba/app-assets/css/plugins/loaders/animations/pacman.css new file mode 100644 index 0000000..b3f008a --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/loaders/animations/pacman.css @@ -0,0 +1,313 @@ +/*======================================================== + DARK LAYOUT +=========================================================*/ +@-webkit-keyframes rotate_pacman_half_up +{ + 0% + { + -webkit-transform: rotate(270deg); + transform: rotate(270deg); + } + 50% + { + -webkit-transform: rotate(360deg); + transform: rotate(360deg); + } + 100% + { + -webkit-transform: rotate(270deg); + transform: rotate(270deg); + } +} +@-moz-keyframes rotate_pacman_half_up +{ + 0% + { + -moz-transform: rotate(270deg); + transform: rotate(270deg); + } + 50% + { + -moz-transform: rotate(360deg); + transform: rotate(360deg); + } + 100% + { + -moz-transform: rotate(270deg); + transform: rotate(270deg); + } +} +@-o-keyframes rotate_pacman_half_up +{ + 0% + { + -o-transform: rotate(270deg); + transform: rotate(270deg); + } + 50% + { + -o-transform: rotate(360deg); + transform: rotate(360deg); + } + 100% + { + -o-transform: rotate(270deg); + transform: rotate(270deg); + } +} +@keyframes rotate_pacman_half_up +{ + 0% + { + -webkit-transform: rotate(270deg); + -moz-transform: rotate(270deg); + -o-transform: rotate(270deg); + transform: rotate(270deg); + } + 50% + { + -webkit-transform: rotate(360deg); + -moz-transform: rotate(360deg); + -o-transform: rotate(360deg); + transform: rotate(360deg); + } + 100% + { + -webkit-transform: rotate(270deg); + -moz-transform: rotate(270deg); + -o-transform: rotate(270deg); + transform: rotate(270deg); + } +} + +@-webkit-keyframes rotate_pacman_half_down +{ + 0% + { + -webkit-transform: rotate(90deg); + transform: rotate(90deg); + } + 50% + { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% + { + -webkit-transform: rotate(90deg); + transform: rotate(90deg); + } +} + +@-moz-keyframes rotate_pacman_half_down +{ + 0% + { + -moz-transform: rotate(90deg); + transform: rotate(90deg); + } + 50% + { + -moz-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% + { + -moz-transform: rotate(90deg); + transform: rotate(90deg); + } +} + +@-o-keyframes rotate_pacman_half_down +{ + 0% + { + -o-transform: rotate(90deg); + transform: rotate(90deg); + } + 50% + { + -o-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% + { + -o-transform: rotate(90deg); + transform: rotate(90deg); + } +} + +@keyframes rotate_pacman_half_down +{ + 0% + { + -webkit-transform: rotate(90deg); + -moz-transform: rotate(90deg); + -o-transform: rotate(90deg); + transform: rotate(90deg); + } + 50% + { + -webkit-transform: rotate(0deg); + -moz-transform: rotate(0deg); + -o-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% + { + -webkit-transform: rotate(90deg); + -moz-transform: rotate(90deg); + -o-transform: rotate(90deg); + transform: rotate(90deg); + } +} + +@-webkit-keyframes pacman-balls +{ + 75% + { + opacity: .7; + } + 100% + { + -webkit-transform: translate(-100px, -6.25px); + transform: translate(-100px, -6.25px); + } +} + +@-moz-keyframes pacman-balls +{ + 75% + { + opacity: .7; + } + 100% + { + -moz-transform: translate(-100px, -6.25px); + transform: translate(-100px, -6.25px); + } +} + +@-o-keyframes pacman-balls +{ + 75% + { + opacity: .7; + } + 100% + { + -o-transform: translate(-100px, -6.25px); + transform: translate(-100px, -6.25px); + } +} + +@keyframes pacman-balls +{ + 75% + { + opacity: .7; + } + 100% + { + -webkit-transform: translate(-100px, -6.25px); + -moz-transform: translate(-100px, -6.25px); + -o-transform: translate(-100px, -6.25px); + transform: translate(-100px, -6.25px); + } +} + +.pacman +{ + position: relative; +} +.pacman > div:nth-child(2) +{ + -webkit-animation: pacman-balls 1s -.99s infinite linear; + -moz-animation: pacman-balls 1s -.99s infinite linear; + -o-animation: pacman-balls 1s -.99s infinite linear; + animation: pacman-balls 1s -.99s infinite linear; +} +.pacman > div:nth-child(3) +{ + -webkit-animation: pacman-balls 1s -.66s infinite linear; + -moz-animation: pacman-balls 1s -.66s infinite linear; + -o-animation: pacman-balls 1s -.66s infinite linear; + animation: pacman-balls 1s -.66s infinite linear; +} +.pacman > div:nth-child(4) +{ + -webkit-animation: pacman-balls 1s -.33s infinite linear; + -moz-animation: pacman-balls 1s -.33s infinite linear; + -o-animation: pacman-balls 1s -.33s infinite linear; + animation: pacman-balls 1s -.33s infinite linear; +} +.pacman > div:nth-child(5) +{ + -webkit-animation: pacman-balls 1s 0s infinite linear; + -moz-animation: pacman-balls 1s 0s infinite linear; + -o-animation: pacman-balls 1s 0s infinite linear; + animation: pacman-balls 1s 0s infinite linear; +} +.pacman > div:first-of-type +{ + position: relative; + left: -30px; + + width: 0; + height: 0; + + -webkit-animation: rotate_pacman_half_up .5s 0s infinite; + -moz-animation: rotate_pacman_half_up .5s 0s infinite; + -o-animation: rotate_pacman_half_up .5s 0s infinite; + animation: rotate_pacman_half_up .5s 0s infinite; + + border-top: 25px solid #b8c2cc; + border-right: 25px solid transparent; + border-bottom: 25px solid #b8c2cc; + border-left: 25px solid #b8c2cc; + border-radius: 25px; +} +.pacman > div:nth-child(2) +{ + position: relative; + left: -30px; + + width: 0; + height: 0; + margin-top: -50px; + + -webkit-animation: rotate_pacman_half_down .5s 0s infinite; + -moz-animation: rotate_pacman_half_down .5s 0s infinite; + -o-animation: rotate_pacman_half_down .5s 0s infinite; + animation: rotate_pacman_half_down .5s 0s infinite; + + border-top: 25px solid #b8c2cc; + border-right: 25px solid transparent; + border-bottom: 25px solid #b8c2cc; + border-left: 25px solid #b8c2cc; + border-radius: 25px; +} +.pacman > div:nth-child(3), +.pacman > div:nth-child(4), +.pacman > div:nth-child(5), +.pacman > div:nth-child(6) +{ + position: absolute; + top: 25px; + left: 70px; + + width: 15px; + width: 10px; + height: 15px; + height: 10px; + margin: 2px; + + -webkit-transform: translate(0, -6.25px); + -moz-transform: translate(0, -6.25px); + -ms-transform: translate(0, -6.25px); + -o-transform: translate(0, -6.25px); + transform: translate(0, -6.25px); + + border-radius: 100%; + background-color: #b8c2cc; +} diff --git a/wwwjuba/app-assets/css/plugins/loaders/animations/pacman.min.css b/wwwjuba/app-assets/css/plugins/loaders/animations/pacman.min.css new file mode 100644 index 0000000..7cc957c --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/loaders/animations/pacman.min.css @@ -0,0 +1 @@ +.pacman>div:first-of-type,.pacman>div:nth-child(2){position:relative;left:-30px;width:0;height:0;border-top:25px solid #b8c2cc;border-right:25px solid transparent;border-bottom:25px solid #b8c2cc;border-left:25px solid #b8c2cc;border-radius:25px}@-webkit-keyframes rotate_pacman_half_up{0%,100%{-webkit-transform:rotate(270deg);transform:rotate(270deg)}50%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes rotate_pacman_half_up{0%,100%{-moz-transform:rotate(270deg);transform:rotate(270deg)}50%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}@-o-keyframes rotate_pacman_half_up{0%,100%{-o-transform:rotate(270deg);transform:rotate(270deg)}50%{-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate_pacman_half_up{0%,100%{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}50%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes rotate_pacman_half_down{0%,100%{-webkit-transform:rotate(90deg);transform:rotate(90deg)}50%{-webkit-transform:rotate(0);transform:rotate(0)}}@-moz-keyframes rotate_pacman_half_down{0%,100%{-moz-transform:rotate(90deg);transform:rotate(90deg)}50%{-moz-transform:rotate(0);transform:rotate(0)}}@-o-keyframes rotate_pacman_half_down{0%,100%{-o-transform:rotate(90deg);transform:rotate(90deg)}50%{-o-transform:rotate(0);transform:rotate(0)}}@keyframes rotate_pacman_half_down{0%,100%{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}50%{-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}}@-webkit-keyframes pacman-balls{75%{opacity:.7}100%{-webkit-transform:translate(-100px,-6.25px);transform:translate(-100px,-6.25px)}}@-moz-keyframes pacman-balls{75%{opacity:.7}100%{-moz-transform:translate(-100px,-6.25px);transform:translate(-100px,-6.25px)}}@-o-keyframes pacman-balls{75%{opacity:.7}100%{-o-transform:translate(-100px,-6.25px);transform:translate(-100px,-6.25px)}}@keyframes pacman-balls{75%{opacity:.7}100%{-webkit-transform:translate(-100px,-6.25px);-moz-transform:translate(-100px,-6.25px);-o-transform:translate(-100px,-6.25px);transform:translate(-100px,-6.25px)}}.pacman{position:relative}.pacman>div:nth-child(3){-webkit-animation:pacman-balls 1s -.66s infinite linear;-moz-animation:pacman-balls 1s -.66s infinite linear;-o-animation:pacman-balls 1s -.66s infinite linear;animation:pacman-balls 1s -.66s infinite linear}.pacman>div:nth-child(4){-webkit-animation:pacman-balls 1s -.33s infinite linear;-moz-animation:pacman-balls 1s -.33s infinite linear;-o-animation:pacman-balls 1s -.33s infinite linear;animation:pacman-balls 1s -.33s infinite linear}.pacman>div:nth-child(5){-webkit-animation:pacman-balls 1s 0s infinite linear;-moz-animation:pacman-balls 1s 0s infinite linear;-o-animation:pacman-balls 1s 0s infinite linear;animation:pacman-balls 1s 0s infinite linear}.pacman>div:first-of-type{-webkit-animation:rotate_pacman_half_up .5s 0s infinite;-moz-animation:rotate_pacman_half_up .5s 0s infinite;-o-animation:rotate_pacman_half_up .5s 0s infinite;animation:rotate_pacman_half_up .5s 0s infinite}.pacman>div:nth-child(2){margin-top:-50px;-webkit-animation:rotate_pacman_half_down .5s 0s infinite;-moz-animation:rotate_pacman_half_down .5s 0s infinite;-o-animation:rotate_pacman_half_down .5s 0s infinite;animation:rotate_pacman_half_down .5s 0s infinite}.pacman>div:nth-child(3),.pacman>div:nth-child(4),.pacman>div:nth-child(5),.pacman>div:nth-child(6){position:absolute;top:25px;left:70px;width:15px;width:10px;height:15px;height:10px;margin:2px;-webkit-transform:translate(0,-6.25px);-moz-transform:translate(0,-6.25px);-ms-transform:translate(0,-6.25px);-o-transform:translate(0,-6.25px);transform:translate(0,-6.25px);border-radius:100%;background-color:#b8c2cc} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/plugins/loaders/animations/semi-circle-spin.css b/wwwjuba/app-assets/css/plugins/loaders/animations/semi-circle-spin.css new file mode 100644 index 0000000..d0a1cf6 --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/loaders/animations/semi-circle-spin.css @@ -0,0 +1,111 @@ +/*======================================================== + DARK LAYOUT +=========================================================*/ +@-webkit-keyframes spin-rotate +{ + 0% + { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 50% + { + -webkit-transform: rotate(180deg); + transform: rotate(180deg); + } + 100% + { + -webkit-transform: rotate(360deg); + transform: rotate(360deg); + } +} +@-moz-keyframes spin-rotate +{ + 0% + { + -moz-transform: rotate(0deg); + transform: rotate(0deg); + } + 50% + { + -moz-transform: rotate(180deg); + transform: rotate(180deg); + } + 100% + { + -moz-transform: rotate(360deg); + transform: rotate(360deg); + } +} +@-o-keyframes spin-rotate +{ + 0% + { + -o-transform: rotate(0deg); + transform: rotate(0deg); + } + 50% + { + -o-transform: rotate(180deg); + transform: rotate(180deg); + } + 100% + { + -o-transform: rotate(360deg); + transform: rotate(360deg); + } +} +@keyframes spin-rotate +{ + 0% + { + -webkit-transform: rotate(0deg); + -moz-transform: rotate(0deg); + -o-transform: rotate(0deg); + transform: rotate(0deg); + } + 50% + { + -webkit-transform: rotate(180deg); + -moz-transform: rotate(180deg); + -o-transform: rotate(180deg); + transform: rotate(180deg); + } + 100% + { + -webkit-transform: rotate(360deg); + -moz-transform: rotate(360deg); + -o-transform: rotate(360deg); + transform: rotate(360deg); + } +} + +.semi-circle-spin +{ + position: relative; + + overflow: hidden; + + width: 35px; + height: 35px; +} +.semi-circle-spin > div +{ + position: absolute; + + width: 100%; + height: 100%; + + -webkit-animation: spin-rotate .6s 0s infinite linear; + -moz-animation: spin-rotate .6s 0s infinite linear; + -o-animation: spin-rotate .6s 0s infinite linear; + animation: spin-rotate .6s 0s infinite linear; + + border-width: 0; + border-radius: 100%; + background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent), color-stop(30%, #b8c2cc), to(#b8c2cc)); + background-image: -webkit-linear-gradient(transparent 0%, transparent 70%, #b8c2cc 30%, #b8c2cc 100%); + background-image: -moz-linear-gradient(transparent 0%, transparent 70%, #b8c2cc 30%, #b8c2cc 100%); + background-image: -o-linear-gradient(transparent 0%, transparent 70%, #b8c2cc 30%, #b8c2cc 100%); + background-image: linear-gradient(transparent 0%, transparent 70%, #b8c2cc 30%, #b8c2cc 100%); +} diff --git a/wwwjuba/app-assets/css/plugins/loaders/animations/semi-circle-spin.min.css b/wwwjuba/app-assets/css/plugins/loaders/animations/semi-circle-spin.min.css new file mode 100644 index 0000000..ff9b629 --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/loaders/animations/semi-circle-spin.min.css @@ -0,0 +1 @@ +@-webkit-keyframes spin-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes spin-rotate{0%{-moz-transform:rotate(0);transform:rotate(0)}50%{-moz-transform:rotate(180deg);transform:rotate(180deg)}100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}@-o-keyframes spin-rotate{0%{-o-transform:rotate(0);transform:rotate(0)}50%{-o-transform:rotate(180deg);transform:rotate(180deg)}100%{-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin-rotate{0%{-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}.semi-circle-spin{position:relative;overflow:hidden;width:35px;height:35px}.semi-circle-spin>div{position:absolute;width:100%;height:100%;-webkit-animation:spin-rotate .6s 0s infinite linear;-moz-animation:spin-rotate .6s 0s infinite linear;-o-animation:spin-rotate .6s 0s infinite linear;animation:spin-rotate .6s 0s infinite linear;border-width:0;border-radius:100%;background-image:-webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(70%,transparent),color-stop(30%,#b8c2cc),to(#b8c2cc));background-image:-webkit-linear-gradient(transparent 0,transparent 70%,#b8c2cc 30%,#b8c2cc 100%);background-image:-moz-linear-gradient(transparent 0,transparent 70%,#b8c2cc 30%,#b8c2cc 100%);background-image:-o-linear-gradient(transparent 0,transparent 70%,#b8c2cc 30%,#b8c2cc 100%);background-image:linear-gradient(transparent 0,transparent 70%,#b8c2cc 30%,#b8c2cc 100%)} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/plugins/loaders/animations/square-spin.css b/wwwjuba/app-assets/css/plugins/loaders/animations/square-spin.css new file mode 100644 index 0000000..60a65ac --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/loaders/animations/square-spin.css @@ -0,0 +1,113 @@ +/*======================================================== + DARK LAYOUT +=========================================================*/ +@-webkit-keyframes square-spin +{ + 25% + { + -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0); + transform: perspective(100px) rotateX(180deg) rotateY(0); + } + 50% + { + -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg); + transform: perspective(100px) rotateX(180deg) rotateY(180deg); + } + 75% + { + -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg); + transform: perspective(100px) rotateX(0) rotateY(180deg); + } + 100% + { + -webkit-transform: perspective(100px) rotateX(0) rotateY(0); + transform: perspective(100px) rotateX(0) rotateY(0); + } +} +@-moz-keyframes square-spin +{ + 25% + { + -moz-transform: perspective(100px) rotateX(180deg) rotateY(0); + transform: perspective(100px) rotateX(180deg) rotateY(0); + } + 50% + { + -moz-transform: perspective(100px) rotateX(180deg) rotateY(180deg); + transform: perspective(100px) rotateX(180deg) rotateY(180deg); + } + 75% + { + -moz-transform: perspective(100px) rotateX(0) rotateY(180deg); + transform: perspective(100px) rotateX(0) rotateY(180deg); + } + 100% + { + -moz-transform: perspective(100px) rotateX(0) rotateY(0); + transform: perspective(100px) rotateX(0) rotateY(0); + } +} +@-o-keyframes square-spin +{ + 25% + { + transform: perspective(100px) rotateX(180deg) rotateY(0); + } + 50% + { + transform: perspective(100px) rotateX(180deg) rotateY(180deg); + } + 75% + { + transform: perspective(100px) rotateX(0) rotateY(180deg); + } + 100% + { + transform: perspective(100px) rotateX(0) rotateY(0); + } +} +@keyframes square-spin +{ + 25% + { + -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0); + -moz-transform: perspective(100px) rotateX(180deg) rotateY(0); + transform: perspective(100px) rotateX(180deg) rotateY(0); + } + 50% + { + -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg); + -moz-transform: perspective(100px) rotateX(180deg) rotateY(180deg); + transform: perspective(100px) rotateX(180deg) rotateY(180deg); + } + 75% + { + -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg); + -moz-transform: perspective(100px) rotateX(0) rotateY(180deg); + transform: perspective(100px) rotateX(0) rotateY(180deg); + } + 100% + { + -webkit-transform: perspective(100px) rotateX(0) rotateY(0); + -moz-transform: perspective(100px) rotateX(0) rotateY(0); + transform: perspective(100px) rotateX(0) rotateY(0); + } +} + +.square-spin > div +{ + width: 50px; + height: 50px; + + -webkit-animation: square-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite; + -moz-animation: square-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite; + -o-animation: square-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite; + animation: square-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite; + + background: #b8c2cc; + + -webkit-animation-fill-mode: both; + -moz-animation-fill-mode: both; + -o-animation-fill-mode: both; + animation-fill-mode: both; +} diff --git a/wwwjuba/app-assets/css/plugins/loaders/animations/square-spin.min.css b/wwwjuba/app-assets/css/plugins/loaders/animations/square-spin.min.css new file mode 100644 index 0000000..051610b --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/loaders/animations/square-spin.min.css @@ -0,0 +1 @@ +@-webkit-keyframes square-spin{25%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(0);transform:perspective(100px) rotateX(180deg) rotateY(0)}50%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(180deg);transform:perspective(100px) rotateX(180deg) rotateY(180deg)}75%{-webkit-transform:perspective(100px) rotateX(0) rotateY(180deg);transform:perspective(100px) rotateX(0) rotateY(180deg)}100%{-webkit-transform:perspective(100px) rotateX(0) rotateY(0);transform:perspective(100px) rotateX(0) rotateY(0)}}@-moz-keyframes square-spin{25%{-moz-transform:perspective(100px) rotateX(180deg) rotateY(0);transform:perspective(100px) rotateX(180deg) rotateY(0)}50%{-moz-transform:perspective(100px) rotateX(180deg) rotateY(180deg);transform:perspective(100px) rotateX(180deg) rotateY(180deg)}75%{-moz-transform:perspective(100px) rotateX(0) rotateY(180deg);transform:perspective(100px) rotateX(0) rotateY(180deg)}100%{-moz-transform:perspective(100px) rotateX(0) rotateY(0);transform:perspective(100px) rotateX(0) rotateY(0)}}@-o-keyframes square-spin{25%{transform:perspective(100px) rotateX(180deg) rotateY(0)}50%{transform:perspective(100px) rotateX(180deg) rotateY(180deg)}75%{transform:perspective(100px) rotateX(0) rotateY(180deg)}100%{transform:perspective(100px) rotateX(0) rotateY(0)}}@keyframes square-spin{25%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(0);-moz-transform:perspective(100px) rotateX(180deg) rotateY(0);transform:perspective(100px) rotateX(180deg) rotateY(0)}50%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(180deg);-moz-transform:perspective(100px) rotateX(180deg) rotateY(180deg);transform:perspective(100px) rotateX(180deg) rotateY(180deg)}75%{-webkit-transform:perspective(100px) rotateX(0) rotateY(180deg);-moz-transform:perspective(100px) rotateX(0) rotateY(180deg);transform:perspective(100px) rotateX(0) rotateY(180deg)}100%{-webkit-transform:perspective(100px) rotateX(0) rotateY(0);-moz-transform:perspective(100px) rotateX(0) rotateY(0);transform:perspective(100px) rotateX(0) rotateY(0)}}.square-spin>div{width:50px;height:50px;-webkit-animation:square-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite;-moz-animation:square-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite;-o-animation:square-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite;animation:square-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite;background:#b8c2cc;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/plugins/loaders/animations/triangle-skew-spin.css b/wwwjuba/app-assets/css/plugins/loaders/animations/triangle-skew-spin.css new file mode 100644 index 0000000..98f89f5 --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/loaders/animations/triangle-skew-spin.css @@ -0,0 +1,115 @@ +/*======================================================== + DARK LAYOUT +=========================================================*/ +@-webkit-keyframes triangle-skew-spin +{ + 25% + { + -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0); + transform: perspective(100px) rotateX(180deg) rotateY(0); + } + 50% + { + -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg); + transform: perspective(100px) rotateX(180deg) rotateY(180deg); + } + 75% + { + -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg); + transform: perspective(100px) rotateX(0) rotateY(180deg); + } + 100% + { + -webkit-transform: perspective(100px) rotateX(0) rotateY(0); + transform: perspective(100px) rotateX(0) rotateY(0); + } +} +@-moz-keyframes triangle-skew-spin +{ + 25% + { + -moz-transform: perspective(100px) rotateX(180deg) rotateY(0); + transform: perspective(100px) rotateX(180deg) rotateY(0); + } + 50% + { + -moz-transform: perspective(100px) rotateX(180deg) rotateY(180deg); + transform: perspective(100px) rotateX(180deg) rotateY(180deg); + } + 75% + { + -moz-transform: perspective(100px) rotateX(0) rotateY(180deg); + transform: perspective(100px) rotateX(0) rotateY(180deg); + } + 100% + { + -moz-transform: perspective(100px) rotateX(0) rotateY(0); + transform: perspective(100px) rotateX(0) rotateY(0); + } +} +@-o-keyframes triangle-skew-spin +{ + 25% + { + transform: perspective(100px) rotateX(180deg) rotateY(0); + } + 50% + { + transform: perspective(100px) rotateX(180deg) rotateY(180deg); + } + 75% + { + transform: perspective(100px) rotateX(0) rotateY(180deg); + } + 100% + { + transform: perspective(100px) rotateX(0) rotateY(0); + } +} +@keyframes triangle-skew-spin +{ + 25% + { + -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0); + -moz-transform: perspective(100px) rotateX(180deg) rotateY(0); + transform: perspective(100px) rotateX(180deg) rotateY(0); + } + 50% + { + -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg); + -moz-transform: perspective(100px) rotateX(180deg) rotateY(180deg); + transform: perspective(100px) rotateX(180deg) rotateY(180deg); + } + 75% + { + -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg); + -moz-transform: perspective(100px) rotateX(0) rotateY(180deg); + transform: perspective(100px) rotateX(0) rotateY(180deg); + } + 100% + { + -webkit-transform: perspective(100px) rotateX(0) rotateY(0); + -moz-transform: perspective(100px) rotateX(0) rotateY(0); + transform: perspective(100px) rotateX(0) rotateY(0); + } +} + +.triangle-skew-spin > div +{ + width: 0; + height: 0; + + -webkit-animation: triangle-skew-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite; + -moz-animation: triangle-skew-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite; + -o-animation: triangle-skew-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite; + animation: triangle-skew-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite; + + border-right: 20px solid transparent; + border-bottom: 20px solid #b8c2cc; + border-left: 20px solid transparent; + + -webkit-animation-fill-mode: both; + -moz-animation-fill-mode: both; + -o-animation-fill-mode: both; + animation-fill-mode: both; +} diff --git a/wwwjuba/app-assets/css/plugins/loaders/animations/triangle-skew-spin.min.css b/wwwjuba/app-assets/css/plugins/loaders/animations/triangle-skew-spin.min.css new file mode 100644 index 0000000..3f9877f --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/loaders/animations/triangle-skew-spin.min.css @@ -0,0 +1 @@ +@-webkit-keyframes triangle-skew-spin{25%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(0);transform:perspective(100px) rotateX(180deg) rotateY(0)}50%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(180deg);transform:perspective(100px) rotateX(180deg) rotateY(180deg)}75%{-webkit-transform:perspective(100px) rotateX(0) rotateY(180deg);transform:perspective(100px) rotateX(0) rotateY(180deg)}100%{-webkit-transform:perspective(100px) rotateX(0) rotateY(0);transform:perspective(100px) rotateX(0) rotateY(0)}}@-moz-keyframes triangle-skew-spin{25%{-moz-transform:perspective(100px) rotateX(180deg) rotateY(0);transform:perspective(100px) rotateX(180deg) rotateY(0)}50%{-moz-transform:perspective(100px) rotateX(180deg) rotateY(180deg);transform:perspective(100px) rotateX(180deg) rotateY(180deg)}75%{-moz-transform:perspective(100px) rotateX(0) rotateY(180deg);transform:perspective(100px) rotateX(0) rotateY(180deg)}100%{-moz-transform:perspective(100px) rotateX(0) rotateY(0);transform:perspective(100px) rotateX(0) rotateY(0)}}@-o-keyframes triangle-skew-spin{25%{transform:perspective(100px) rotateX(180deg) rotateY(0)}50%{transform:perspective(100px) rotateX(180deg) rotateY(180deg)}75%{transform:perspective(100px) rotateX(0) rotateY(180deg)}100%{transform:perspective(100px) rotateX(0) rotateY(0)}}@keyframes triangle-skew-spin{25%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(0);-moz-transform:perspective(100px) rotateX(180deg) rotateY(0);transform:perspective(100px) rotateX(180deg) rotateY(0)}50%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(180deg);-moz-transform:perspective(100px) rotateX(180deg) rotateY(180deg);transform:perspective(100px) rotateX(180deg) rotateY(180deg)}75%{-webkit-transform:perspective(100px) rotateX(0) rotateY(180deg);-moz-transform:perspective(100px) rotateX(0) rotateY(180deg);transform:perspective(100px) rotateX(0) rotateY(180deg)}100%{-webkit-transform:perspective(100px) rotateX(0) rotateY(0);-moz-transform:perspective(100px) rotateX(0) rotateY(0);transform:perspective(100px) rotateX(0) rotateY(0)}}.triangle-skew-spin>div{width:0;height:0;-webkit-animation:triangle-skew-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite;-moz-animation:triangle-skew-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite;-o-animation:triangle-skew-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite;animation:triangle-skew-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite;border-right:20px solid transparent;border-bottom:20px solid #b8c2cc;border-left:20px solid transparent;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/plugins/loaders/loaders.css b/wwwjuba/app-assets/css/plugins/loaders/loaders.css new file mode 100644 index 0000000..42c0ed9 --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/loaders/loaders.css @@ -0,0 +1,5845 @@ +/** + * Copyright (c) 2016 Connor Atherton + * + * All animations must live in their own file + * in the animations directory and be included + * here. + * + */ +/** + * Styles shared by multiple animations + */ +/*======================================================== + DARK LAYOUT +=========================================================*/ +/* Custom Loader.CSS */ +.loader-container +{ + position: absolute; + top: 50%; + left: 50%; +} + +.double-bounce +{ + position: relative; + + width: 40px; + height: 40px; + margin: 40px auto; +} +.double-bounce .child +{ + position: absolute; + top: 0; + left: 0; + + width: 100%; + height: 100%; + + -webkit-animation: doubleBounce 2s infinite ease-in-out; + -moz-animation: doubleBounce 2s infinite ease-in-out; + -o-animation: doubleBounce 2s infinite ease-in-out; + animation: doubleBounce 2s infinite ease-in-out; + + opacity: .6; + border-radius: 50%; + background-color: #333; +} +.double-bounce .double-bounce2 +{ + -webkit-animation-delay: -1.0s; + -moz-animation-delay: -1.0s; + -o-animation-delay: -1.0s; + animation-delay: -1.0s; +} + +@-webkit-keyframes doubleBounce +{ + 0%, + 100% + { + -webkit-transform: scale(0); + transform: scale(0); + } + 50% + { + -webkit-transform: scale(1); + transform: scale(1); + } +} + +@-moz-keyframes doubleBounce +{ + 0%, + 100% + { + -moz-transform: scale(0); + transform: scale(0); + } + 50% + { + -moz-transform: scale(1); + transform: scale(1); + } +} + +@-o-keyframes doubleBounce +{ + 0%, + 100% + { + -o-transform: scale(0); + transform: scale(0); + } + 50% + { + -o-transform: scale(1); + transform: scale(1); + } +} + +@keyframes doubleBounce +{ + 0%, + 100% + { + -webkit-transform: scale(0); + -moz-transform: scale(0); + -o-transform: scale(0); + transform: scale(0); + } + 50% + { + -webkit-transform: scale(1); + -moz-transform: scale(1); + -o-transform: scale(1); + transform: scale(1); + } +} + +.chasing-dots +{ + position: relative; + + width: 40px; + height: 40px; + + -webkit-animation: chasingDotsRotate 2s infinite linear; + -moz-animation: chasingDotsRotate 2s infinite linear; + -o-animation: chasingDotsRotate 2s infinite linear; + animation: chasingDotsRotate 2s infinite linear; + text-align: center; +} +.chasing-dots .child +{ + position: absolute; + top: 0; + + display: inline-block; + + width: 60%; + height: 60%; + + -webkit-animation: chasingDotsBounce 2s infinite ease-in-out; + -moz-animation: chasingDotsBounce 2s infinite ease-in-out; + -o-animation: chasingDotsBounce 2s infinite ease-in-out; + animation: chasingDotsBounce 2s infinite ease-in-out; + + border-radius: 100%; + background-color: #333; +} +.chasing-dots .dot2 +{ + top: auto; + bottom: 0; + + -webkit-animation-delay: -1s; + -moz-animation-delay: -1s; + -o-animation-delay: -1s; + animation-delay: -1s; +} + +@-webkit-keyframes chasingDotsRotate +{ + 100% + { + -webkit-transform: rotate(360deg); + transform: rotate(360deg); + } +} + +@-moz-keyframes chasingDotsRotate +{ + 100% + { + -moz-transform: rotate(360deg); + transform: rotate(360deg); + } +} + +@-o-keyframes chasingDotsRotate +{ + 100% + { + -o-transform: rotate(360deg); + transform: rotate(360deg); + } +} + +@keyframes chasingDotsRotate +{ + 100% + { + -webkit-transform: rotate(360deg); + -moz-transform: rotate(360deg); + -o-transform: rotate(360deg); + transform: rotate(360deg); + } +} + +@-webkit-keyframes chasingDotsBounce +{ + 0%, + 100% + { + -webkit-transform: scale(0); + transform: scale(0); + } + 50% + { + -webkit-transform: scale(1); + transform: scale(1); + } +} + +@-moz-keyframes chasingDotsBounce +{ + 0%, + 100% + { + -moz-transform: scale(0); + transform: scale(0); + } + 50% + { + -moz-transform: scale(1); + transform: scale(1); + } +} + +@-o-keyframes chasingDotsBounce +{ + 0%, + 100% + { + -o-transform: scale(0); + transform: scale(0); + } + 50% + { + -o-transform: scale(1); + transform: scale(1); + } +} + +@keyframes chasingDotsBounce +{ + 0%, + 100% + { + -webkit-transform: scale(0); + -moz-transform: scale(0); + -o-transform: scale(0); + transform: scale(0); + } + 50% + { + -webkit-transform: scale(1); + -moz-transform: scale(1); + -o-transform: scale(1); + transform: scale(1); + } +} + +/* + * Spinner positions + * 1 2 3 + * 4 5 6 + * 7 8 9 + */ +.cube-grid +{ + width: 40px; + height: 40px; + margin: 40px auto; +} +.cube-grid .cube +{ + float: left; + + width: 33.33%; + height: 33.33%; + + -webkit-animation: cubeGridScaleDelay 1.3s infinite ease-in-out; + -moz-animation: cubeGridScaleDelay 1.3s infinite ease-in-out; + -o-animation: cubeGridScaleDelay 1.3s infinite ease-in-out; + animation: cubeGridScaleDelay 1.3s infinite ease-in-out; + + background-color: #333; +} +.cube-grid .cube1 +{ + -webkit-animation-delay: .2s; + -moz-animation-delay: .2s; + -o-animation-delay: .2s; + animation-delay: .2s; +} +.cube-grid .cube2 +{ + -webkit-animation-delay: .3s; + -moz-animation-delay: .3s; + -o-animation-delay: .3s; + animation-delay: .3s; +} +.cube-grid .cube3 +{ + -webkit-animation-delay: .4s; + -moz-animation-delay: .4s; + -o-animation-delay: .4s; + animation-delay: .4s; +} +.cube-grid .cube4 +{ + -webkit-animation-delay: .1s; + -moz-animation-delay: .1s; + -o-animation-delay: .1s; + animation-delay: .1s; +} +.cube-grid .cube5 +{ + -webkit-animation-delay: .2s; + -moz-animation-delay: .2s; + -o-animation-delay: .2s; + animation-delay: .2s; +} +.cube-grid .cube6 +{ + -webkit-animation-delay: .3s; + -moz-animation-delay: .3s; + -o-animation-delay: .3s; + animation-delay: .3s; +} +.cube-grid .cube7 +{ + -webkit-animation-delay: .0s; + -moz-animation-delay: .0s; + -o-animation-delay: .0s; + animation-delay: .0s; +} +.cube-grid .cube8 +{ + -webkit-animation-delay: .1s; + -moz-animation-delay: .1s; + -o-animation-delay: .1s; + animation-delay: .1s; +} +.cube-grid .cube9 +{ + -webkit-animation-delay: .2s; + -moz-animation-delay: .2s; + -o-animation-delay: .2s; + animation-delay: .2s; +} + +@-webkit-keyframes cubeGridScaleDelay +{ + 0%, + 70%, + 100% + { + -webkit-transform: scale3D(1, 1, 1); + transform: scale3D(1, 1, 1); + } + 35% + { + -webkit-transform: scale3D(0, 0, 1); + transform: scale3D(0, 0, 1); + } +} + +@-moz-keyframes cubeGridScaleDelay +{ + 0%, + 70%, + 100% + { + -moz-transform: scale3D(1, 1, 1); + transform: scale3D(1, 1, 1); + } + 35% + { + -moz-transform: scale3D(0, 0, 1); + transform: scale3D(0, 0, 1); + } +} + +@-o-keyframes cubeGridScaleDelay +{ + 0%, + 70%, + 100% + { + -o-transform: scale3D(1, 1, 1); + transform: scale3D(1, 1, 1); + } + 35% + { + -o-transform: scale3D(0, 0, 1); + transform: scale3D(0, 0, 1); + } +} + +@keyframes cubeGridScaleDelay +{ + 0%, + 70%, + 100% + { + -webkit-transform: scale3D(1, 1, 1); + -moz-transform: scale3D(1, 1, 1); + -o-transform: scale3D(1, 1, 1); + transform: scale3D(1, 1, 1); + } + 35% + { + -webkit-transform: scale3D(0, 0, 1); + -moz-transform: scale3D(0, 0, 1); + -o-transform: scale3D(0, 0, 1); + transform: scale3D(0, 0, 1); + } +} + +.fading-circle +{ + position: relative; + + width: 40px; + height: 40px; + margin: 40px auto; +} +.fading-circle .circle +{ + position: absolute; + top: 0; + left: 0; + + width: 100%; + height: 100%; +} +.fading-circle .circle:before +{ + display: block; + + width: 15%; + height: 15%; + margin: 0 auto; + + content: ''; + -webkit-animation: circleFadeDelay 1.2s infinite ease-in-out both; + -moz-animation: circleFadeDelay 1.2s infinite ease-in-out both; + -o-animation: circleFadeDelay 1.2s infinite ease-in-out both; + animation: circleFadeDelay 1.2s infinite ease-in-out both; + + border-radius: 100%; + background-color: #333; +} +.fading-circle .circle2 +{ + -webkit-transform: rotate(30deg); + -moz-transform: rotate(30deg); + -ms-transform: rotate(30deg); + -o-transform: rotate(30deg); + transform: rotate(30deg); +} +.fading-circle .circle2:before +{ + -webkit-animation-delay: -1.1s; + -moz-animation-delay: -1.1s; + -o-animation-delay: -1.1s; + animation-delay: -1.1s; +} +.fading-circle .circle3 +{ + -webkit-transform: rotate(60deg); + -moz-transform: rotate(60deg); + -ms-transform: rotate(60deg); + -o-transform: rotate(60deg); + transform: rotate(60deg); +} +.fading-circle .circle3:before +{ + -webkit-animation-delay: -1s; + -moz-animation-delay: -1s; + -o-animation-delay: -1s; + animation-delay: -1s; +} +.fading-circle .circle4 +{ + -webkit-transform: rotate(90deg); + -moz-transform: rotate(90deg); + -ms-transform: rotate(90deg); + -o-transform: rotate(90deg); + transform: rotate(90deg); +} +.fading-circle .circle4:before +{ + -webkit-animation-delay: -.9s; + -moz-animation-delay: -.9s; + -o-animation-delay: -.9s; + animation-delay: -.9s; +} +.fading-circle .circle5 +{ + -webkit-transform: rotate(120deg); + -moz-transform: rotate(120deg); + -ms-transform: rotate(120deg); + -o-transform: rotate(120deg); + transform: rotate(120deg); +} +.fading-circle .circle5:before +{ + -webkit-animation-delay: -.8s; + -moz-animation-delay: -.8s; + -o-animation-delay: -.8s; + animation-delay: -.8s; +} +.fading-circle .circle6 +{ + -webkit-transform: rotate(150deg); + -moz-transform: rotate(150deg); + -ms-transform: rotate(150deg); + -o-transform: rotate(150deg); + transform: rotate(150deg); +} +.fading-circle .circle6:before +{ + -webkit-animation-delay: -.7s; + -moz-animation-delay: -.7s; + -o-animation-delay: -.7s; + animation-delay: -.7s; +} +.fading-circle .circle7 +{ + -webkit-transform: rotate(180deg); + -moz-transform: rotate(180deg); + -ms-transform: rotate(180deg); + -o-transform: rotate(180deg); + transform: rotate(180deg); +} +.fading-circle .circle7:before +{ + -webkit-animation-delay: -.6s; + -moz-animation-delay: -.6s; + -o-animation-delay: -.6s; + animation-delay: -.6s; +} +.fading-circle .circle8 +{ + -webkit-transform: rotate(210deg); + -moz-transform: rotate(210deg); + -ms-transform: rotate(210deg); + -o-transform: rotate(210deg); + transform: rotate(210deg); +} +.fading-circle .circle8:before +{ + -webkit-animation-delay: -.5s; + -moz-animation-delay: -.5s; + -o-animation-delay: -.5s; + animation-delay: -.5s; +} +.fading-circle .circle9 +{ + -webkit-transform: rotate(240deg); + -moz-transform: rotate(240deg); + -ms-transform: rotate(240deg); + -o-transform: rotate(240deg); + transform: rotate(240deg); +} +.fading-circle .circle9:before +{ + -webkit-animation-delay: -.4s; + -moz-animation-delay: -.4s; + -o-animation-delay: -.4s; + animation-delay: -.4s; +} +.fading-circle .circle10 +{ + -webkit-transform: rotate(270deg); + -moz-transform: rotate(270deg); + -ms-transform: rotate(270deg); + -o-transform: rotate(270deg); + transform: rotate(270deg); +} +.fading-circle .circle10:before +{ + -webkit-animation-delay: -.3s; + -moz-animation-delay: -.3s; + -o-animation-delay: -.3s; + animation-delay: -.3s; +} +.fading-circle .circle11 +{ + -webkit-transform: rotate(300deg); + -moz-transform: rotate(300deg); + -ms-transform: rotate(300deg); + -o-transform: rotate(300deg); + transform: rotate(300deg); +} +.fading-circle .circle11:before +{ + -webkit-animation-delay: -.2s; + -moz-animation-delay: -.2s; + -o-animation-delay: -.2s; + animation-delay: -.2s; +} +.fading-circle .circle12 +{ + -webkit-transform: rotate(330deg); + -moz-transform: rotate(330deg); + -ms-transform: rotate(330deg); + -o-transform: rotate(330deg); + transform: rotate(330deg); +} +.fading-circle .circle12:before +{ + -webkit-animation-delay: -.1s; + -moz-animation-delay: -.1s; + -o-animation-delay: -.1s; + animation-delay: -.1s; +} + +@-webkit-keyframes circleFadeDelay +{ + 0%, + 39%, + 100% + { + opacity: 0; + } + 40% + { + opacity: 1; + } +} + +@-moz-keyframes circleFadeDelay +{ + 0%, + 39%, + 100% + { + opacity: 0; + } + 40% + { + opacity: 1; + } +} + +@-o-keyframes circleFadeDelay +{ + 0%, + 39%, + 100% + { + opacity: 0; + } + 40% + { + opacity: 1; + } +} + +@keyframes circleFadeDelay +{ + 0%, + 39%, + 100% + { + opacity: 0; + } + 40% + { + opacity: 1; + } +} + +.folding-cube +{ + position: relative; + + width: 40px; + height: 40px; + + -webkit-transform: rotateZ(45deg); + -moz-transform: rotateZ(45deg); + -ms-transform: rotate(45deg); + -o-transform: rotateZ(45deg); + transform: rotateZ(45deg); +} +.folding-cube .cube +{ + position: relative; + + float: left; + + width: 50%; + height: 50%; + + -webkit-transform: scale(1.1); + -moz-transform: scale(1.1); + -ms-transform: scale(1.1); + -o-transform: scale(1.1); + transform: scale(1.1); +} +.folding-cube .cube:before +{ + position: absolute; + top: 0; + left: 0; + + width: 100%; + height: 100%; + + content: ''; + -webkit-transform-origin: 100% 100%; + -moz-transform-origin: 100% 100%; + -ms-transform-origin: 100% 100%; + -o-transform-origin: 100% 100%; + transform-origin: 100% 100%; + -webkit-animation: foldCubeAngle 2.4s infinite linear both; + -moz-animation: foldCubeAngle 2.4s infinite linear both; + -o-animation: foldCubeAngle 2.4s infinite linear both; + animation: foldCubeAngle 2.4s infinite linear both; + + background-color: #333; +} +.folding-cube .cube2 +{ + -webkit-transform: scale(1.1) rotateZ(90deg); + -moz-transform: scale(1.1) rotateZ(90deg); + -ms-transform: scale(1.1) rotate(90deg); + -o-transform: scale(1.1) rotateZ(90deg); + transform: scale(1.1) rotateZ(90deg); +} +.folding-cube .cube2:before +{ + -webkit-animation-delay: .3s; + -moz-animation-delay: .3s; + -o-animation-delay: .3s; + animation-delay: .3s; +} +.folding-cube .cube3 +{ + -webkit-transform: scale(1.1) rotateZ(180deg); + -moz-transform: scale(1.1) rotateZ(180deg); + -ms-transform: scale(1.1) rotate(180deg); + -o-transform: scale(1.1) rotateZ(180deg); + transform: scale(1.1) rotateZ(180deg); +} +.folding-cube .cube3:before +{ + -webkit-animation-delay: .6s; + -moz-animation-delay: .6s; + -o-animation-delay: .6s; + animation-delay: .6s; +} +.folding-cube .cube4 +{ + -webkit-transform: scale(1.1) rotateZ(270deg); + -moz-transform: scale(1.1) rotateZ(270deg); + -ms-transform: scale(1.1) rotate(270deg); + -o-transform: scale(1.1) rotateZ(270deg); + transform: scale(1.1) rotateZ(270deg); +} +.folding-cube .cube4:before +{ + -webkit-animation-delay: .9s; + -moz-animation-delay: .9s; + -o-animation-delay: .9s; + animation-delay: .9s; +} + +@-webkit-keyframes foldCubeAngle +{ + 0%, + 10% + { + -webkit-transform: perspective(140px) rotateX(-180deg); + transform: perspective(140px) rotateX(-180deg); + + opacity: 0; + } + 25%, + 75% + { + -webkit-transform: perspective(140px) rotateX(0deg); + transform: perspective(140px) rotateX(0deg); + + opacity: 1; + } + 90%, + 100% + { + -webkit-transform: perspective(140px) rotateY(180deg); + transform: perspective(140px) rotateY(180deg); + + opacity: 0; + } +} + +@-moz-keyframes foldCubeAngle +{ + 0%, + 10% + { + -moz-transform: perspective(140px) rotateX(-180deg); + transform: perspective(140px) rotateX(-180deg); + + opacity: 0; + } + 25%, + 75% + { + -moz-transform: perspective(140px) rotateX(0deg); + transform: perspective(140px) rotateX(0deg); + + opacity: 1; + } + 90%, + 100% + { + -moz-transform: perspective(140px) rotateY(180deg); + transform: perspective(140px) rotateY(180deg); + + opacity: 0; + } +} + +@-o-keyframes foldCubeAngle +{ + 0%, + 10% + { + transform: perspective(140px) rotateX(-180deg); + + opacity: 0; + } + 25%, + 75% + { + transform: perspective(140px) rotateX(0deg); + + opacity: 1; + } + 90%, + 100% + { + transform: perspective(140px) rotateY(180deg); + + opacity: 0; + } +} + +@keyframes foldCubeAngle +{ + 0%, + 10% + { + -webkit-transform: perspective(140px) rotateX(-180deg); + -moz-transform: perspective(140px) rotateX(-180deg); + transform: perspective(140px) rotateX(-180deg); + + opacity: 0; + } + 25%, + 75% + { + -webkit-transform: perspective(140px) rotateX(0deg); + -moz-transform: perspective(140px) rotateX(0deg); + transform: perspective(140px) rotateX(0deg); + + opacity: 1; + } + 90%, + 100% + { + -webkit-transform: perspective(140px) rotateY(180deg); + -moz-transform: perspective(140px) rotateY(180deg); + transform: perspective(140px) rotateY(180deg); + + opacity: 0; + } +} + +/** + * Dots + */ +/*======================================================== + DARK LAYOUT +=========================================================*/ +@-webkit-keyframes scale +{ + 0% + { + -webkit-transform: scale(1); + transform: scale(1); + + opacity: 1; + } + 45% + { + -webkit-transform: scale(.1); + transform: scale(.1); + + opacity: .7; + } + 80% + { + -webkit-transform: scale(1); + transform: scale(1); + + opacity: 1; + } +} +@-moz-keyframes scale +{ + 0% + { + -moz-transform: scale(1); + transform: scale(1); + + opacity: 1; + } + 45% + { + -moz-transform: scale(.1); + transform: scale(.1); + + opacity: .7; + } + 80% + { + -moz-transform: scale(1); + transform: scale(1); + + opacity: 1; + } +} +@-o-keyframes scale +{ + 0% + { + -o-transform: scale(1); + transform: scale(1); + + opacity: 1; + } + 45% + { + -o-transform: scale(.1); + transform: scale(.1); + + opacity: .7; + } + 80% + { + -o-transform: scale(1); + transform: scale(1); + + opacity: 1; + } +} +@keyframes scale +{ + 0% + { + -webkit-transform: scale(1); + -moz-transform: scale(1); + -o-transform: scale(1); + transform: scale(1); + + opacity: 1; + } + 45% + { + -webkit-transform: scale(.1); + -moz-transform: scale(.1); + -o-transform: scale(.1); + transform: scale(.1); + + opacity: .7; + } + 80% + { + -webkit-transform: scale(1); + -moz-transform: scale(1); + -o-transform: scale(1); + transform: scale(1); + + opacity: 1; + } +} + +.ball-pulse > div:nth-child(1) +{ + -webkit-animation: scale .75s -.24s infinite cubic-bezier(.2, .68, .18, 1.08); + -moz-animation: scale .75s -.24s infinite cubic-bezier(.2, .68, .18, 1.08); + -o-animation: scale .75s -.24s infinite cubic-bezier(.2, .68, .18, 1.08); + animation: scale .75s -.24s infinite cubic-bezier(.2, .68, .18, 1.08); +} + +.ball-pulse > div:nth-child(2) +{ + -webkit-animation: scale .75s -.12s infinite cubic-bezier(.2, .68, .18, 1.08); + -moz-animation: scale .75s -.12s infinite cubic-bezier(.2, .68, .18, 1.08); + -o-animation: scale .75s -.12s infinite cubic-bezier(.2, .68, .18, 1.08); + animation: scale .75s -.12s infinite cubic-bezier(.2, .68, .18, 1.08); +} + +.ball-pulse > div:nth-child(3) +{ + -webkit-animation: scale .75s 0s infinite cubic-bezier(.2, .68, .18, 1.08); + -moz-animation: scale .75s 0s infinite cubic-bezier(.2, .68, .18, 1.08); + -o-animation: scale .75s 0s infinite cubic-bezier(.2, .68, .18, 1.08); + animation: scale .75s 0s infinite cubic-bezier(.2, .68, .18, 1.08); +} + +.ball-pulse > div +{ + display: inline-block; + + width: 15px; + height: 15px; + margin: 2px; + + border-radius: 100%; + background-color: #b8c2cc; + + -webkit-animation-fill-mode: both; + -moz-animation-fill-mode: both; + -o-animation-fill-mode: both; + animation-fill-mode: both; +} + +/*======================================================== + DARK LAYOUT +=========================================================*/ +@-webkit-keyframes ball-pulse-sync +{ + 33% + { + -webkit-transform: translateY(10px); + transform: translateY(10px); + } + 66% + { + -webkit-transform: translateY(-10px); + transform: translateY(-10px); + } + 100% + { + -webkit-transform: translateY(0); + transform: translateY(0); + } +} +@-moz-keyframes ball-pulse-sync +{ + 33% + { + -moz-transform: translateY(10px); + transform: translateY(10px); + } + 66% + { + -moz-transform: translateY(-10px); + transform: translateY(-10px); + } + 100% + { + -moz-transform: translateY(0); + transform: translateY(0); + } +} +@-o-keyframes ball-pulse-sync +{ + 33% + { + -o-transform: translateY(10px); + transform: translateY(10px); + } + 66% + { + -o-transform: translateY(-10px); + transform: translateY(-10px); + } + 100% + { + -o-transform: translateY(0); + transform: translateY(0); + } +} +@keyframes ball-pulse-sync +{ + 33% + { + -webkit-transform: translateY(10px); + -moz-transform: translateY(10px); + -o-transform: translateY(10px); + transform: translateY(10px); + } + 66% + { + -webkit-transform: translateY(-10px); + -moz-transform: translateY(-10px); + -o-transform: translateY(-10px); + transform: translateY(-10px); + } + 100% + { + -webkit-transform: translateY(0); + -moz-transform: translateY(0); + -o-transform: translateY(0); + transform: translateY(0); + } +} + +.ball-pulse-sync > div:nth-child(1) +{ + -webkit-animation: ball-pulse-sync .6s -.14s infinite ease-in-out; + -moz-animation: ball-pulse-sync .6s -.14s infinite ease-in-out; + -o-animation: ball-pulse-sync .6s -.14s infinite ease-in-out; + animation: ball-pulse-sync .6s -.14s infinite ease-in-out; +} + +.ball-pulse-sync > div:nth-child(2) +{ + -webkit-animation: ball-pulse-sync .6s -.07s infinite ease-in-out; + -moz-animation: ball-pulse-sync .6s -.07s infinite ease-in-out; + -o-animation: ball-pulse-sync .6s -.07s infinite ease-in-out; + animation: ball-pulse-sync .6s -.07s infinite ease-in-out; +} + +.ball-pulse-sync > div:nth-child(3) +{ + -webkit-animation: ball-pulse-sync .6s 0s infinite ease-in-out; + -moz-animation: ball-pulse-sync .6s 0s infinite ease-in-out; + -o-animation: ball-pulse-sync .6s 0s infinite ease-in-out; + animation: ball-pulse-sync .6s 0s infinite ease-in-out; +} + +.ball-pulse-sync > div +{ + display: inline-block; + + width: 15px; + height: 15px; + margin: 2px; + + border-radius: 100%; + background-color: #b8c2cc; + + -webkit-animation-fill-mode: both; + -moz-animation-fill-mode: both; + -o-animation-fill-mode: both; + animation-fill-mode: both; +} + +/*======================================================== + DARK LAYOUT +=========================================================*/ +@-webkit-keyframes ball-scale +{ + 0% + { + -webkit-transform: scale(0); + transform: scale(0); + } + 100% + { + -webkit-transform: scale(1); + transform: scale(1); + + opacity: 0; + } +} +@-moz-keyframes ball-scale +{ + 0% + { + -moz-transform: scale(0); + transform: scale(0); + } + 100% + { + -moz-transform: scale(1); + transform: scale(1); + + opacity: 0; + } +} +@-o-keyframes ball-scale +{ + 0% + { + -o-transform: scale(0); + transform: scale(0); + } + 100% + { + -o-transform: scale(1); + transform: scale(1); + + opacity: 0; + } +} +@keyframes ball-scale +{ + 0% + { + -webkit-transform: scale(0); + -moz-transform: scale(0); + -o-transform: scale(0); + transform: scale(0); + } + 100% + { + -webkit-transform: scale(1); + -moz-transform: scale(1); + -o-transform: scale(1); + transform: scale(1); + + opacity: 0; + } +} + +.ball-scale > div +{ + display: inline-block; + + width: 15px; + width: 60px; + height: 15px; + height: 60px; + margin: 2px; + + -webkit-animation: ball-scale 1s 0s ease-in-out infinite; + -moz-animation: ball-scale 1s 0s ease-in-out infinite; + -o-animation: ball-scale 1s 0s ease-in-out infinite; + animation: ball-scale 1s 0s ease-in-out infinite; + + border-radius: 100%; + background-color: #b8c2cc; + + -webkit-animation-fill-mode: both; + -moz-animation-fill-mode: both; + -o-animation-fill-mode: both; + animation-fill-mode: both; +} + +/*======================================================== + DARK LAYOUT +=========================================================*/ +@keyframes ball-scale +{ + 0% + { + -webkit-transform: scale(0); + -moz-transform: scale(0); + -o-transform: scale(0); + transform: scale(0); + } + 100% + { + -webkit-transform: scale(1); + -moz-transform: scale(1); + -o-transform: scale(1); + transform: scale(1); + + opacity: 0; + } +} + +.ball-scale > div +{ + display: inline-block; + + width: 15px; + width: 60px; + height: 15px; + height: 60px; + margin: 2px; + + -webkit-animation: ball-scale 1s 0s ease-in-out infinite; + -moz-animation: ball-scale 1s 0s ease-in-out infinite; + -o-animation: ball-scale 1s 0s ease-in-out infinite; + animation: ball-scale 1s 0s ease-in-out infinite; + + border-radius: 100%; + background-color: #b8c2cc; + + -webkit-animation-fill-mode: both; + -moz-animation-fill-mode: both; + -o-animation-fill-mode: both; + animation-fill-mode: both; +} + +.ball-scale-random +{ + width: 37px; + height: 40px; +} +.ball-scale-random > div +{ + position: absolute; + + display: inline-block; + + width: 15px; + width: 30px; + height: 15px; + height: 30px; + margin: 2px; + + -webkit-animation: ball-scale 1s 0s ease-in-out infinite; + -moz-animation: ball-scale 1s 0s ease-in-out infinite; + -o-animation: ball-scale 1s 0s ease-in-out infinite; + animation: ball-scale 1s 0s ease-in-out infinite; + + border-radius: 100%; + background-color: #b8c2cc; + + -webkit-animation-fill-mode: both; + -moz-animation-fill-mode: both; + -o-animation-fill-mode: both; + animation-fill-mode: both; +} +.ball-scale-random > div:nth-child(1) +{ + margin-left: -7px; + + -webkit-animation: ball-scale 1s .2s ease-in-out infinite; + -moz-animation: ball-scale 1s .2s ease-in-out infinite; + -o-animation: ball-scale 1s .2s ease-in-out infinite; + animation: ball-scale 1s .2s ease-in-out infinite; +} +.ball-scale-random > div:nth-child(3) +{ + margin-top: 9px; + margin-left: -2px; + + -webkit-animation: ball-scale 1s .5s ease-in-out infinite; + -moz-animation: ball-scale 1s .5s ease-in-out infinite; + -o-animation: ball-scale 1s .5s ease-in-out infinite; + animation: ball-scale 1s .5s ease-in-out infinite; +} + +/*======================================================== + DARK LAYOUT +=========================================================*/ +@-webkit-keyframes rotate +{ + 0% + { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 50% + { + -webkit-transform: rotate(180deg); + transform: rotate(180deg); + } + 100% + { + -webkit-transform: rotate(360deg); + transform: rotate(360deg); + } +} +@-moz-keyframes rotate +{ + 0% + { + -moz-transform: rotate(0deg); + transform: rotate(0deg); + } + 50% + { + -moz-transform: rotate(180deg); + transform: rotate(180deg); + } + 100% + { + -moz-transform: rotate(360deg); + transform: rotate(360deg); + } +} +@-o-keyframes rotate +{ + 0% + { + -o-transform: rotate(0deg); + transform: rotate(0deg); + } + 50% + { + -o-transform: rotate(180deg); + transform: rotate(180deg); + } + 100% + { + -o-transform: rotate(360deg); + transform: rotate(360deg); + } +} +@keyframes rotate +{ + 0% + { + -webkit-transform: rotate(0deg); + -moz-transform: rotate(0deg); + -o-transform: rotate(0deg); + transform: rotate(0deg); + } + 50% + { + -webkit-transform: rotate(180deg); + -moz-transform: rotate(180deg); + -o-transform: rotate(180deg); + transform: rotate(180deg); + } + 100% + { + -webkit-transform: rotate(360deg); + -moz-transform: rotate(360deg); + -o-transform: rotate(360deg); + transform: rotate(360deg); + } +} + +.ball-rotate +{ + position: relative; +} +.ball-rotate > div +{ + position: relative; + + width: 15px; + height: 15px; + margin: 2px; + + border-radius: 100%; + background-color: #b8c2cc; + + -webkit-animation-fill-mode: both; + -moz-animation-fill-mode: both; + -o-animation-fill-mode: both; + animation-fill-mode: both; +} +.ball-rotate > div:first-child +{ + -webkit-animation: rotate 1s 0s cubic-bezier(.7, -.13, .22, .86) infinite; + -moz-animation: rotate 1s 0s cubic-bezier(.7, -.13, .22, .86) infinite; + -o-animation: rotate 1s 0s cubic-bezier(.7, -.13, .22, .86) infinite; + animation: rotate 1s 0s cubic-bezier(.7, -.13, .22, .86) infinite; +} +.ball-rotate > div:before, +.ball-rotate > div:after +{ + position: absolute; + + width: 15px; + height: 15px; + margin: 2px; + + content: ''; + + opacity: .8; + border-radius: 100%; + background-color: #b8c2cc; +} +.ball-rotate > div:before +{ + top: 0; + left: -28px; +} +.ball-rotate > div:after +{ + top: 0; + left: 25px; +} + +/*======================================================== + DARK LAYOUT +=========================================================*/ +@keyframes rotate +{ + 0% + { + -webkit-transform: rotate(0deg) scale(1); + -moz-transform: rotate(0deg) scale(1); + -o-transform: rotate(0deg) scale(1); + transform: rotate(0deg) scale(1); + } + 50% + { + -webkit-transform: rotate(180deg) scale(.6); + -moz-transform: rotate(180deg) scale(.6); + -o-transform: rotate(180deg) scale(.6); + transform: rotate(180deg) scale(.6); + } + 100% + { + -webkit-transform: rotate(360deg) scale(1); + -moz-transform: rotate(360deg) scale(1); + -o-transform: rotate(360deg) scale(1); + transform: rotate(360deg) scale(1); + } +} + +.ball-clip-rotate > div +{ + display: inline-block; + + width: 15px; + width: 25px; + height: 15px; + height: 25px; + margin: 2px; + + -webkit-animation: rotate .75s 0s linear infinite; + -moz-animation: rotate .75s 0s linear infinite; + -o-animation: rotate .75s 0s linear infinite; + animation: rotate .75s 0s linear infinite; + + border: 2px solid #b8c2cc; + border-bottom-color: transparent; + border-radius: 100%; + background: transparent !important; + background-color: #b8c2cc; + + -webkit-animation-fill-mode: both; + -moz-animation-fill-mode: both; + -o-animation-fill-mode: both; + animation-fill-mode: both; +} + +/*======================================================== + DARK LAYOUT +=========================================================*/ +@keyframes rotate +{ + 0% + { + -webkit-transform: rotate(0deg) scale(1); + -moz-transform: rotate(0deg) scale(1); + -o-transform: rotate(0deg) scale(1); + transform: rotate(0deg) scale(1); + } + 50% + { + -webkit-transform: rotate(180deg) scale(.6); + -moz-transform: rotate(180deg) scale(.6); + -o-transform: rotate(180deg) scale(.6); + transform: rotate(180deg) scale(.6); + } + 100% + { + -webkit-transform: rotate(360deg) scale(1); + -moz-transform: rotate(360deg) scale(1); + -o-transform: rotate(360deg) scale(1); + transform: rotate(360deg) scale(1); + } +} + +@keyframes scale +{ + 30% + { + -webkit-transform: scale(.3); + -moz-transform: scale(.3); + -o-transform: scale(.3); + transform: scale(.3); + } + 100% + { + -webkit-transform: scale(1); + -moz-transform: scale(1); + -o-transform: scale(1); + transform: scale(1); + } +} + +.ball-clip-rotate-pulse +{ + position: relative; + + -webkit-transform: translateY(-15px); + -moz-transform: translateY(-15px); + -ms-transform: translateY(-15px); + -o-transform: translateY(-15px); + transform: translateY(-15px); +} +.ball-clip-rotate-pulse > div +{ + position: absolute; + top: 0; + left: 0; + + border-radius: 100%; + + -webkit-animation-fill-mode: both; + -moz-animation-fill-mode: both; + -o-animation-fill-mode: both; + animation-fill-mode: both; +} +.ball-clip-rotate-pulse > div:first-child +{ + top: 7px; + left: -7px; + + width: 16px; + height: 16px; + + -webkit-animation: scale 1s 0s cubic-bezier(.09, .57, .49, .9) infinite; + -moz-animation: scale 1s 0s cubic-bezier(.09, .57, .49, .9) infinite; + -o-animation: scale 1s 0s cubic-bezier(.09, .57, .49, .9) infinite; + animation: scale 1s 0s cubic-bezier(.09, .57, .49, .9) infinite; + + background: #b8c2cc; +} +.ball-clip-rotate-pulse > div:last-child +{ + position: absolute; + top: -2px; + left: -16px; + + width: 30px; + height: 30px; + + -webkit-animation: rotate 1s 0s cubic-bezier(.09, .57, .49, .9) infinite; + -moz-animation: rotate 1s 0s cubic-bezier(.09, .57, .49, .9) infinite; + -o-animation: rotate 1s 0s cubic-bezier(.09, .57, .49, .9) infinite; + animation: rotate 1s 0s cubic-bezier(.09, .57, .49, .9) infinite; + -webkit-animation-duration: 1s; + -moz-animation-duration: 1s; + -o-animation-duration: 1s; + animation-duration: 1s; + + border: 2px solid #b8c2cc; + border: 2px solid; + border-color: #b8c2cc transparent #b8c2cc transparent; + background: transparent; +} + +/*======================================================== + DARK LAYOUT +=========================================================*/ +@keyframes rotate +{ + 0% + { + -webkit-transform: rotate(0deg) scale(1); + -moz-transform: rotate(0deg) scale(1); + -o-transform: rotate(0deg) scale(1); + transform: rotate(0deg) scale(1); + } + 50% + { + -webkit-transform: rotate(180deg) scale(.6); + -moz-transform: rotate(180deg) scale(.6); + -o-transform: rotate(180deg) scale(.6); + transform: rotate(180deg) scale(.6); + } + 100% + { + -webkit-transform: rotate(360deg) scale(1); + -moz-transform: rotate(360deg) scale(1); + -o-transform: rotate(360deg) scale(1); + transform: rotate(360deg) scale(1); + } +} + +.ball-clip-rotate-multiple +{ + position: relative; +} +.ball-clip-rotate-multiple > div +{ + position: absolute; + top: -20px; + left: -20px; + + width: 35px; + height: 35px; + + -webkit-animation: rotate 1s 0s ease-in-out infinite; + -moz-animation: rotate 1s 0s ease-in-out infinite; + -o-animation: rotate 1s 0s ease-in-out infinite; + animation: rotate 1s 0s ease-in-out infinite; + + border: 2px solid #b8c2cc; + border-top-color: transparent; + border-bottom-color: transparent; + border-radius: 100%; + + -webkit-animation-fill-mode: both; + -moz-animation-fill-mode: both; + -o-animation-fill-mode: both; + animation-fill-mode: both; +} +.ball-clip-rotate-multiple > div:last-child +{ + top: -10px; + left: -10px; + + display: inline-block; + + width: 15px; + height: 15px; + + -webkit-animation-duration: .5s; + -moz-animation-duration: .5s; + -o-animation-duration: .5s; + animation-duration: .5s; + animation-direction: reverse; + + border-color: #b8c2cc transparent #b8c2cc transparent; +} + +/*======================================================== + DARK LAYOUT +=========================================================*/ +@-webkit-keyframes ball-scale-ripple +{ + 0% + { + -webkit-transform: scale(.1); + transform: scale(.1); + + opacity: 1; + } + 70% + { + -webkit-transform: scale(1); + transform: scale(1); + + opacity: .7; + } + 100% + { + opacity: .0; + } +} +@-moz-keyframes ball-scale-ripple +{ + 0% + { + -moz-transform: scale(.1); + transform: scale(.1); + + opacity: 1; + } + 70% + { + -moz-transform: scale(1); + transform: scale(1); + + opacity: .7; + } + 100% + { + opacity: .0; + } +} +@-o-keyframes ball-scale-ripple +{ + 0% + { + -o-transform: scale(.1); + transform: scale(.1); + + opacity: 1; + } + 70% + { + -o-transform: scale(1); + transform: scale(1); + + opacity: .7; + } + 100% + { + opacity: .0; + } +} +@keyframes ball-scale-ripple +{ + 0% + { + -webkit-transform: scale(.1); + -moz-transform: scale(.1); + -o-transform: scale(.1); + transform: scale(.1); + + opacity: 1; + } + 70% + { + -webkit-transform: scale(1); + -moz-transform: scale(1); + -o-transform: scale(1); + transform: scale(1); + + opacity: .7; + } + 100% + { + opacity: .0; + } +} + +.ball-scale-ripple > div +{ + width: 50px; + height: 50px; + + -webkit-animation: ball-scale-ripple 1s 0s infinite cubic-bezier(.21, .53, .56, .8); + -moz-animation: ball-scale-ripple 1s 0s infinite cubic-bezier(.21, .53, .56, .8); + -o-animation: ball-scale-ripple 1s 0s infinite cubic-bezier(.21, .53, .56, .8); + animation: ball-scale-ripple 1s 0s infinite cubic-bezier(.21, .53, .56, .8); + + border: 2px solid #b8c2cc; + border-radius: 100%; + + -webkit-animation-fill-mode: both; + -moz-animation-fill-mode: both; + -o-animation-fill-mode: both; + animation-fill-mode: both; +} + +/*======================================================== + DARK LAYOUT +=========================================================*/ +@-webkit-keyframes ball-scale-ripple-multiple +{ + 0% + { + -webkit-transform: scale(.1); + transform: scale(.1); + + opacity: 1; + } + 70% + { + -webkit-transform: scale(1); + transform: scale(1); + + opacity: .7; + } + 100% + { + opacity: .0; + } +} +@-moz-keyframes ball-scale-ripple-multiple +{ + 0% + { + -moz-transform: scale(.1); + transform: scale(.1); + + opacity: 1; + } + 70% + { + -moz-transform: scale(1); + transform: scale(1); + + opacity: .7; + } + 100% + { + opacity: .0; + } +} +@-o-keyframes ball-scale-ripple-multiple +{ + 0% + { + -o-transform: scale(.1); + transform: scale(.1); + + opacity: 1; + } + 70% + { + -o-transform: scale(1); + transform: scale(1); + + opacity: .7; + } + 100% + { + opacity: .0; + } +} +@keyframes ball-scale-ripple-multiple +{ + 0% + { + -webkit-transform: scale(.1); + -moz-transform: scale(.1); + -o-transform: scale(.1); + transform: scale(.1); + + opacity: 1; + } + 70% + { + -webkit-transform: scale(1); + -moz-transform: scale(1); + -o-transform: scale(1); + transform: scale(1); + + opacity: .7; + } + 100% + { + opacity: .0; + } +} + +.ball-scale-ripple-multiple +{ + position: relative; + + -webkit-transform: translateY(-25px); + -moz-transform: translateY(-25px); + -ms-transform: translateY(-25px); + -o-transform: translateY(-25px); + transform: translateY(-25px); +} +.ball-scale-ripple-multiple > div:nth-child(0) +{ + -webkit-animation-delay: -.8s; + -moz-animation-delay: -.8s; + -o-animation-delay: -.8s; + animation-delay: -.8s; +} +.ball-scale-ripple-multiple > div:nth-child(1) +{ + -webkit-animation-delay: -.6s; + -moz-animation-delay: -.6s; + -o-animation-delay: -.6s; + animation-delay: -.6s; +} +.ball-scale-ripple-multiple > div:nth-child(2) +{ + -webkit-animation-delay: -.4s; + -moz-animation-delay: -.4s; + -o-animation-delay: -.4s; + animation-delay: -.4s; +} +.ball-scale-ripple-multiple > div:nth-child(3) +{ + -webkit-animation-delay: -.2s; + -moz-animation-delay: -.2s; + -o-animation-delay: -.2s; + animation-delay: -.2s; +} +.ball-scale-ripple-multiple > div +{ + position: absolute; + top: -2px; + left: -26px; + + width: 50px; + height: 50px; + + -webkit-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21, .53, .56, .8); + -moz-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21, .53, .56, .8); + -o-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21, .53, .56, .8); + animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21, .53, .56, .8); + + border: 2px solid #b8c2cc; + border-radius: 100%; + + -webkit-animation-fill-mode: both; + -moz-animation-fill-mode: both; + -o-animation-fill-mode: both; + animation-fill-mode: both; +} + +/*======================================================== + DARK LAYOUT +=========================================================*/ +@-webkit-keyframes ball-beat +{ + 50% + { + -webkit-transform: scale(.75); + transform: scale(.75); + + opacity: .2; + } + 100% + { + -webkit-transform: scale(1); + transform: scale(1); + + opacity: 1; + } +} +@-moz-keyframes ball-beat +{ + 50% + { + -moz-transform: scale(.75); + transform: scale(.75); + + opacity: .2; + } + 100% + { + -moz-transform: scale(1); + transform: scale(1); + + opacity: 1; + } +} +@-o-keyframes ball-beat +{ + 50% + { + -o-transform: scale(.75); + transform: scale(.75); + + opacity: .2; + } + 100% + { + -o-transform: scale(1); + transform: scale(1); + + opacity: 1; + } +} +@keyframes ball-beat +{ + 50% + { + -webkit-transform: scale(.75); + -moz-transform: scale(.75); + -o-transform: scale(.75); + transform: scale(.75); + + opacity: .2; + } + 100% + { + -webkit-transform: scale(1); + -moz-transform: scale(1); + -o-transform: scale(1); + transform: scale(1); + + opacity: 1; + } +} + +.ball-beat > div +{ + display: inline-block; + + width: 15px; + height: 15px; + margin: 2px; + + -webkit-animation: ball-beat .7s 0s infinite linear; + -moz-animation: ball-beat .7s 0s infinite linear; + -o-animation: ball-beat .7s 0s infinite linear; + animation: ball-beat .7s 0s infinite linear; + + border-radius: 100%; + background-color: #b8c2cc; + + -webkit-animation-fill-mode: both; + -moz-animation-fill-mode: both; + -o-animation-fill-mode: both; + animation-fill-mode: both; +} +.ball-beat > div:nth-child(2n-1) +{ + -webkit-animation-delay: -.35s !important; + -moz-animation-delay: -.35s !important; + -o-animation-delay: -.35s !important; + animation-delay: -.35s !important; +} + +/*======================================================== + DARK LAYOUT +=========================================================*/ +@-webkit-keyframes ball-scale-multiple +{ + 0% + { + -webkit-transform: scale(0); + transform: scale(0); + + opacity: 0; + } + 5% + { + opacity: 1; + } + 100% + { + -webkit-transform: scale(1); + transform: scale(1); + + opacity: 0; + } +} +@-moz-keyframes ball-scale-multiple +{ + 0% + { + -moz-transform: scale(0); + transform: scale(0); + + opacity: 0; + } + 5% + { + opacity: 1; + } + 100% + { + -moz-transform: scale(1); + transform: scale(1); + + opacity: 0; + } +} +@-o-keyframes ball-scale-multiple +{ + 0% + { + -o-transform: scale(0); + transform: scale(0); + + opacity: 0; + } + 5% + { + opacity: 1; + } + 100% + { + -o-transform: scale(1); + transform: scale(1); + + opacity: 0; + } +} +@keyframes ball-scale-multiple +{ + 0% + { + -webkit-transform: scale(0); + -moz-transform: scale(0); + -o-transform: scale(0); + transform: scale(0); + + opacity: 0; + } + 5% + { + opacity: 1; + } + 100% + { + -webkit-transform: scale(1); + -moz-transform: scale(1); + -o-transform: scale(1); + transform: scale(1); + + opacity: 0; + } +} + +.ball-scale-multiple +{ + position: relative; +} +.ball-scale-multiple > div:nth-child(2) +{ + -webkit-animation-delay: -.4s; + -moz-animation-delay: -.4s; + -o-animation-delay: -.4s; + animation-delay: -.4s; +} +.ball-scale-multiple > div:nth-child(3) +{ + -webkit-animation-delay: -.2s; + -moz-animation-delay: -.2s; + -o-animation-delay: -.2s; + animation-delay: -.2s; +} +.ball-scale-multiple > div +{ + position: absolute; + top: 0; + + width: 15px; + width: 60px; + height: 15px; + height: 60px; + margin: 2px; + margin: 0; + + -webkit-animation: ball-scale-multiple 1s 0s linear infinite; + -moz-animation: ball-scale-multiple 1s 0s linear infinite; + -o-animation: ball-scale-multiple 1s 0s linear infinite; + animation: ball-scale-multiple 1s 0s linear infinite; + + opacity: 0; + border-radius: 100%; + background-color: #b8c2cc; + + -webkit-animation-fill-mode: both; + -moz-animation-fill-mode: both; + -o-animation-fill-mode: both; + animation-fill-mode: both; +} + +/*======================================================== + DARK LAYOUT +=========================================================*/ +@-webkit-keyframes ball-triangle-path-1 +{ + 33% + { + -webkit-transform: translate(25px, -50px); + transform: translate(25px, -50px); + } + 66% + { + -webkit-transform: translate(50px, 0px); + transform: translate(50px, 0px); + } + 100% + { + -webkit-transform: translate(0px, 0px); + transform: translate(0px, 0px); + } +} +@-moz-keyframes ball-triangle-path-1 +{ + 33% + { + -moz-transform: translate(25px, -50px); + transform: translate(25px, -50px); + } + 66% + { + -moz-transform: translate(50px, 0px); + transform: translate(50px, 0px); + } + 100% + { + -moz-transform: translate(0px, 0px); + transform: translate(0px, 0px); + } +} +@-o-keyframes ball-triangle-path-1 +{ + 33% + { + -o-transform: translate(25px, -50px); + transform: translate(25px, -50px); + } + 66% + { + -o-transform: translate(50px, 0px); + transform: translate(50px, 0px); + } + 100% + { + -o-transform: translate(0px, 0px); + transform: translate(0px, 0px); + } +} +@keyframes ball-triangle-path-1 +{ + 33% + { + -webkit-transform: translate(25px, -50px); + -moz-transform: translate(25px, -50px); + -o-transform: translate(25px, -50px); + transform: translate(25px, -50px); + } + 66% + { + -webkit-transform: translate(50px, 0px); + -moz-transform: translate(50px, 0px); + -o-transform: translate(50px, 0px); + transform: translate(50px, 0px); + } + 100% + { + -webkit-transform: translate(0px, 0px); + -moz-transform: translate(0px, 0px); + -o-transform: translate(0px, 0px); + transform: translate(0px, 0px); + } +} + +@-webkit-keyframes ball-triangle-path-2 +{ + 33% + { + -webkit-transform: translate(25px, 50px); + transform: translate(25px, 50px); + } + 66% + { + -webkit-transform: translate(-25px, 50px); + transform: translate(-25px, 50px); + } + 100% + { + -webkit-transform: translate(0px, 0px); + transform: translate(0px, 0px); + } +} + +@-moz-keyframes ball-triangle-path-2 +{ + 33% + { + -moz-transform: translate(25px, 50px); + transform: translate(25px, 50px); + } + 66% + { + -moz-transform: translate(-25px, 50px); + transform: translate(-25px, 50px); + } + 100% + { + -moz-transform: translate(0px, 0px); + transform: translate(0px, 0px); + } +} + +@-o-keyframes ball-triangle-path-2 +{ + 33% + { + -o-transform: translate(25px, 50px); + transform: translate(25px, 50px); + } + 66% + { + -o-transform: translate(-25px, 50px); + transform: translate(-25px, 50px); + } + 100% + { + -o-transform: translate(0px, 0px); + transform: translate(0px, 0px); + } +} + +@keyframes ball-triangle-path-2 +{ + 33% + { + -webkit-transform: translate(25px, 50px); + -moz-transform: translate(25px, 50px); + -o-transform: translate(25px, 50px); + transform: translate(25px, 50px); + } + 66% + { + -webkit-transform: translate(-25px, 50px); + -moz-transform: translate(-25px, 50px); + -o-transform: translate(-25px, 50px); + transform: translate(-25px, 50px); + } + 100% + { + -webkit-transform: translate(0px, 0px); + -moz-transform: translate(0px, 0px); + -o-transform: translate(0px, 0px); + transform: translate(0px, 0px); + } +} + +@-webkit-keyframes ball-triangle-path-3 +{ + 33% + { + -webkit-transform: translate(-50px, 0px); + transform: translate(-50px, 0px); + } + 66% + { + -webkit-transform: translate(-25px, -50px); + transform: translate(-25px, -50px); + } + 100% + { + -webkit-transform: translate(0px, 0px); + transform: translate(0px, 0px); + } +} + +@-moz-keyframes ball-triangle-path-3 +{ + 33% + { + -moz-transform: translate(-50px, 0px); + transform: translate(-50px, 0px); + } + 66% + { + -moz-transform: translate(-25px, -50px); + transform: translate(-25px, -50px); + } + 100% + { + -moz-transform: translate(0px, 0px); + transform: translate(0px, 0px); + } +} + +@-o-keyframes ball-triangle-path-3 +{ + 33% + { + -o-transform: translate(-50px, 0px); + transform: translate(-50px, 0px); + } + 66% + { + -o-transform: translate(-25px, -50px); + transform: translate(-25px, -50px); + } + 100% + { + -o-transform: translate(0px, 0px); + transform: translate(0px, 0px); + } +} + +@keyframes ball-triangle-path-3 +{ + 33% + { + -webkit-transform: translate(-50px, 0px); + -moz-transform: translate(-50px, 0px); + -o-transform: translate(-50px, 0px); + transform: translate(-50px, 0px); + } + 66% + { + -webkit-transform: translate(-25px, -50px); + -moz-transform: translate(-25px, -50px); + -o-transform: translate(-25px, -50px); + transform: translate(-25px, -50px); + } + 100% + { + -webkit-transform: translate(0px, 0px); + -moz-transform: translate(0px, 0px); + -o-transform: translate(0px, 0px); + transform: translate(0px, 0px); + } +} + +.ball-triangle-path +{ + position: relative; + + -webkit-transform: translate(-29.994px, -37.50938px); + -moz-transform: translate(-29.994px, -37.50938px); + -ms-transform: translate(-29.994px, -37.50938px); + -o-transform: translate(-29.994px, -37.50938px); + transform: translate(-29.994px, -37.50938px); +} +.ball-triangle-path > div:nth-child(1) +{ + -webkit-animation-name: ball-triangle-path-1; + -moz-animation-name: ball-triangle-path-1; + -o-animation-name: ball-triangle-path-1; + animation-name: ball-triangle-path-1; + -webkit-animation-duration: 2s; + -moz-animation-duration: 2s; + -o-animation-duration: 2s; + animation-duration: 2s; + -webkit-animation-timing-function: ease-in-out; + -moz-animation-timing-function: ease-in-out; + -o-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + -webkit-animation-delay: 0; + -moz-animation-delay: 0; + -o-animation-delay: 0; + animation-delay: 0; + -webkit-animation-iteration-count: infinite; + -moz-animation-iteration-count: infinite; + -o-animation-iteration-count: infinite; + animation-iteration-count: infinite; +} +.ball-triangle-path > div:nth-child(2) +{ + -webkit-animation-name: ball-triangle-path-2; + -moz-animation-name: ball-triangle-path-2; + -o-animation-name: ball-triangle-path-2; + animation-name: ball-triangle-path-2; + -webkit-animation-duration: 2s; + -moz-animation-duration: 2s; + -o-animation-duration: 2s; + animation-duration: 2s; + -webkit-animation-timing-function: ease-in-out; + -moz-animation-timing-function: ease-in-out; + -o-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + -webkit-animation-delay: 0; + -moz-animation-delay: 0; + -o-animation-delay: 0; + animation-delay: 0; + -webkit-animation-iteration-count: infinite; + -moz-animation-iteration-count: infinite; + -o-animation-iteration-count: infinite; + animation-iteration-count: infinite; +} +.ball-triangle-path > div:nth-child(3) +{ + -webkit-animation-name: ball-triangle-path-3; + -moz-animation-name: ball-triangle-path-3; + -o-animation-name: ball-triangle-path-3; + animation-name: ball-triangle-path-3; + -webkit-animation-duration: 2s; + -moz-animation-duration: 2s; + -o-animation-duration: 2s; + animation-duration: 2s; + -webkit-animation-timing-function: ease-in-out; + -moz-animation-timing-function: ease-in-out; + -o-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + -webkit-animation-delay: 0; + -moz-animation-delay: 0; + -o-animation-delay: 0; + animation-delay: 0; + -webkit-animation-iteration-count: infinite; + -moz-animation-iteration-count: infinite; + -o-animation-iteration-count: infinite; + animation-iteration-count: infinite; +} +.ball-triangle-path > div +{ + position: absolute; + + width: 10px; + height: 10px; + + border: 1px solid #b8c2cc; + border-radius: 100%; + + -webkit-animation-fill-mode: both; + -moz-animation-fill-mode: both; + -o-animation-fill-mode: both; + animation-fill-mode: both; +} +.ball-triangle-path > div:nth-of-type(1) +{ + top: 50px; +} +.ball-triangle-path > div:nth-of-type(2) +{ + left: 25px; +} +.ball-triangle-path > div:nth-of-type(3) +{ + top: 50px; + left: 50px; +} + +/*======================================================== + DARK LAYOUT +=========================================================*/ +@-webkit-keyframes ball-pulse-rise-even +{ + 0% + { + -webkit-transform: scale(1.1); + transform: scale(1.1); + } + 25% + { + -webkit-transform: translateY(-30px); + transform: translateY(-30px); + } + 50% + { + -webkit-transform: scale(.4); + transform: scale(.4); + } + 75% + { + -webkit-transform: translateY(30px); + transform: translateY(30px); + } + 100% + { + -webkit-transform: translateY(0); + -webkit-transform: scale(1); + transform: translateY(0); + transform: scale(1); + } +} +@-moz-keyframes ball-pulse-rise-even +{ + 0% + { + -moz-transform: scale(1.1); + transform: scale(1.1); + } + 25% + { + -moz-transform: translateY(-30px); + transform: translateY(-30px); + } + 50% + { + -moz-transform: scale(.4); + transform: scale(.4); + } + 75% + { + -moz-transform: translateY(30px); + transform: translateY(30px); + } + 100% + { + -moz-transform: translateY(0); + -moz-transform: scale(1); + transform: translateY(0); + transform: scale(1); + } +} +@-o-keyframes ball-pulse-rise-even +{ + 0% + { + -o-transform: scale(1.1); + transform: scale(1.1); + } + 25% + { + -o-transform: translateY(-30px); + transform: translateY(-30px); + } + 50% + { + -o-transform: scale(.4); + transform: scale(.4); + } + 75% + { + -o-transform: translateY(30px); + transform: translateY(30px); + } + 100% + { + -o-transform: translateY(0); + -o-transform: scale(1); + transform: translateY(0); + transform: scale(1); + } +} +@keyframes ball-pulse-rise-even +{ + 0% + { + -webkit-transform: scale(1.1); + -moz-transform: scale(1.1); + -o-transform: scale(1.1); + transform: scale(1.1); + } + 25% + { + -webkit-transform: translateY(-30px); + -moz-transform: translateY(-30px); + -o-transform: translateY(-30px); + transform: translateY(-30px); + } + 50% + { + -webkit-transform: scale(.4); + -moz-transform: scale(.4); + -o-transform: scale(.4); + transform: scale(.4); + } + 75% + { + -webkit-transform: translateY(30px); + -moz-transform: translateY(30px); + -o-transform: translateY(30px); + transform: translateY(30px); + } + 100% + { + -webkit-transform: translateY(0); + -webkit-transform: scale(1); + -moz-transform: translateY(0); + -moz-transform: scale(1); + -o-transform: translateY(0); + -o-transform: scale(1); + transform: translateY(0); + transform: scale(1); + } +} + +@-webkit-keyframes ball-pulse-rise-odd +{ + 0% + { + -webkit-transform: scale(.4); + transform: scale(.4); + } + 25% + { + -webkit-transform: translateY(30px); + transform: translateY(30px); + } + 50% + { + -webkit-transform: scale(1.1); + transform: scale(1.1); + } + 75% + { + -webkit-transform: translateY(-30px); + transform: translateY(-30px); + } + 100% + { + -webkit-transform: translateY(0); + -webkit-transform: scale(.75); + transform: translateY(0); + transform: scale(.75); + } +} + +@-moz-keyframes ball-pulse-rise-odd +{ + 0% + { + -moz-transform: scale(.4); + transform: scale(.4); + } + 25% + { + -moz-transform: translateY(30px); + transform: translateY(30px); + } + 50% + { + -moz-transform: scale(1.1); + transform: scale(1.1); + } + 75% + { + -moz-transform: translateY(-30px); + transform: translateY(-30px); + } + 100% + { + -moz-transform: translateY(0); + -moz-transform: scale(.75); + transform: translateY(0); + transform: scale(.75); + } +} + +@-o-keyframes ball-pulse-rise-odd +{ + 0% + { + -o-transform: scale(.4); + transform: scale(.4); + } + 25% + { + -o-transform: translateY(30px); + transform: translateY(30px); + } + 50% + { + -o-transform: scale(1.1); + transform: scale(1.1); + } + 75% + { + -o-transform: translateY(-30px); + transform: translateY(-30px); + } + 100% + { + -o-transform: translateY(0); + -o-transform: scale(.75); + transform: translateY(0); + transform: scale(.75); + } +} + +@keyframes ball-pulse-rise-odd +{ + 0% + { + -webkit-transform: scale(.4); + -moz-transform: scale(.4); + -o-transform: scale(.4); + transform: scale(.4); + } + 25% + { + -webkit-transform: translateY(30px); + -moz-transform: translateY(30px); + -o-transform: translateY(30px); + transform: translateY(30px); + } + 50% + { + -webkit-transform: scale(1.1); + -moz-transform: scale(1.1); + -o-transform: scale(1.1); + transform: scale(1.1); + } + 75% + { + -webkit-transform: translateY(-30px); + -moz-transform: translateY(-30px); + -o-transform: translateY(-30px); + transform: translateY(-30px); + } + 100% + { + -webkit-transform: translateY(0); + -webkit-transform: scale(.75); + -moz-transform: translateY(0); + -moz-transform: scale(.75); + -o-transform: translateY(0); + -o-transform: scale(.75); + transform: translateY(0); + transform: scale(.75); + } +} + +.ball-pulse-rise > div +{ + display: inline-block; + + width: 15px; + height: 15px; + margin: 2px; + + -webkit-animation-duration: 1s; + -moz-animation-duration: 1s; + -o-animation-duration: 1s; + animation-duration: 1s; + -webkit-animation-timing-function: cubic-bezier(.15, .46, .9, .6); + -moz-animation-timing-function: cubic-bezier(.15, .46, .9, .6); + -o-animation-timing-function: cubic-bezier(.15, .46, .9, .6); + animation-timing-function: cubic-bezier(.15, .46, .9, .6); + -webkit-animation-delay: 0; + -moz-animation-delay: 0; + -o-animation-delay: 0; + animation-delay: 0; + -webkit-animation-iteration-count: infinite; + -moz-animation-iteration-count: infinite; + -o-animation-iteration-count: infinite; + animation-iteration-count: infinite; + + border-radius: 100%; + background-color: #b8c2cc; + + -webkit-animation-fill-mode: both; + -moz-animation-fill-mode: both; + -o-animation-fill-mode: both; + animation-fill-mode: both; +} +.ball-pulse-rise > div:nth-child(2n) +{ + -webkit-animation-name: ball-pulse-rise-even; + -moz-animation-name: ball-pulse-rise-even; + -o-animation-name: ball-pulse-rise-even; + animation-name: ball-pulse-rise-even; +} +.ball-pulse-rise > div:nth-child(2n-1) +{ + -webkit-animation-name: ball-pulse-rise-odd; + -moz-animation-name: ball-pulse-rise-odd; + -o-animation-name: ball-pulse-rise-odd; + animation-name: ball-pulse-rise-odd; +} + +/*======================================================== + DARK LAYOUT +=========================================================*/ +@-webkit-keyframes ball-grid-beat +{ + 50% + { + opacity: .7; + } + 100% + { + opacity: 1; + } +} +@-moz-keyframes ball-grid-beat +{ + 50% + { + opacity: .7; + } + 100% + { + opacity: 1; + } +} +@-o-keyframes ball-grid-beat +{ + 50% + { + opacity: .7; + } + 100% + { + opacity: 1; + } +} +@keyframes ball-grid-beat +{ + 50% + { + opacity: .7; + } + 100% + { + opacity: 1; + } +} + +.ball-grid-beat +{ + width: 57px; +} +.ball-grid-beat > div:nth-child(1) +{ + -webkit-animation-duration: 1.06s; + -moz-animation-duration: 1.06s; + -o-animation-duration: 1.06s; + animation-duration: 1.06s; + -webkit-animation-delay: .37s; + -moz-animation-delay: .37s; + -o-animation-delay: .37s; + animation-delay: .37s; +} +.ball-grid-beat > div:nth-child(2) +{ + -webkit-animation-duration: .74s; + -moz-animation-duration: .74s; + -o-animation-duration: .74s; + animation-duration: .74s; + -webkit-animation-delay: .1s; + -moz-animation-delay: .1s; + -o-animation-delay: .1s; + animation-delay: .1s; +} +.ball-grid-beat > div:nth-child(3) +{ + -webkit-animation-duration: 1.14s; + -moz-animation-duration: 1.14s; + -o-animation-duration: 1.14s; + animation-duration: 1.14s; + -webkit-animation-delay: .12s; + -moz-animation-delay: .12s; + -o-animation-delay: .12s; + animation-delay: .12s; +} +.ball-grid-beat > div:nth-child(4) +{ + -webkit-animation-duration: .96s; + -moz-animation-duration: .96s; + -o-animation-duration: .96s; + animation-duration: .96s; + -webkit-animation-delay: .56s; + -moz-animation-delay: .56s; + -o-animation-delay: .56s; + animation-delay: .56s; +} +.ball-grid-beat > div:nth-child(5) +{ + -webkit-animation-duration: 1.23s; + -moz-animation-duration: 1.23s; + -o-animation-duration: 1.23s; + animation-duration: 1.23s; + -webkit-animation-delay: .53s; + -moz-animation-delay: .53s; + -o-animation-delay: .53s; + animation-delay: .53s; +} +.ball-grid-beat > div:nth-child(6) +{ + -webkit-animation-duration: 1.09s; + -moz-animation-duration: 1.09s; + -o-animation-duration: 1.09s; + animation-duration: 1.09s; + -webkit-animation-delay: .41s; + -moz-animation-delay: .41s; + -o-animation-delay: .41s; + animation-delay: .41s; +} +.ball-grid-beat > div:nth-child(7) +{ + -webkit-animation-duration: .7s; + -moz-animation-duration: .7s; + -o-animation-duration: .7s; + animation-duration: .7s; + -webkit-animation-delay: -.06s; + -moz-animation-delay: -.06s; + -o-animation-delay: -.06s; + animation-delay: -.06s; +} +.ball-grid-beat > div:nth-child(8) +{ + -webkit-animation-duration: 1.49s; + -moz-animation-duration: 1.49s; + -o-animation-duration: 1.49s; + animation-duration: 1.49s; + -webkit-animation-delay: .73s; + -moz-animation-delay: .73s; + -o-animation-delay: .73s; + animation-delay: .73s; +} +.ball-grid-beat > div:nth-child(9) +{ + -webkit-animation-duration: .72s; + -moz-animation-duration: .72s; + -o-animation-duration: .72s; + animation-duration: .72s; + -webkit-animation-delay: .67s; + -moz-animation-delay: .67s; + -o-animation-delay: .67s; + animation-delay: .67s; +} +.ball-grid-beat > div +{ + display: inline-block; + float: left; + + width: 15px; + height: 15px; + margin: 2px; + + -webkit-animation-name: ball-grid-beat; + -moz-animation-name: ball-grid-beat; + -o-animation-name: ball-grid-beat; + animation-name: ball-grid-beat; + -webkit-animation-delay: 0; + -moz-animation-delay: 0; + -o-animation-delay: 0; + animation-delay: 0; + -webkit-animation-iteration-count: infinite; + -moz-animation-iteration-count: infinite; + -o-animation-iteration-count: infinite; + animation-iteration-count: infinite; + + border-radius: 100%; + background-color: #b8c2cc; + + -webkit-animation-fill-mode: both; + -moz-animation-fill-mode: both; + -o-animation-fill-mode: both; + animation-fill-mode: both; +} + +/*======================================================== + DARK LAYOUT +=========================================================*/ +@-webkit-keyframes ball-grid-pulse +{ + 0% + { + -webkit-transform: scale(1); + transform: scale(1); + } + 50% + { + -webkit-transform: scale(.5); + transform: scale(.5); + + opacity: .7; + } + 100% + { + -webkit-transform: scale(1); + transform: scale(1); + + opacity: 1; + } +} +@-moz-keyframes ball-grid-pulse +{ + 0% + { + -moz-transform: scale(1); + transform: scale(1); + } + 50% + { + -moz-transform: scale(.5); + transform: scale(.5); + + opacity: .7; + } + 100% + { + -moz-transform: scale(1); + transform: scale(1); + + opacity: 1; + } +} +@-o-keyframes ball-grid-pulse +{ + 0% + { + -o-transform: scale(1); + transform: scale(1); + } + 50% + { + -o-transform: scale(.5); + transform: scale(.5); + + opacity: .7; + } + 100% + { + -o-transform: scale(1); + transform: scale(1); + + opacity: 1; + } +} +@keyframes ball-grid-pulse +{ + 0% + { + -webkit-transform: scale(1); + -moz-transform: scale(1); + -o-transform: scale(1); + transform: scale(1); + } + 50% + { + -webkit-transform: scale(.5); + -moz-transform: scale(.5); + -o-transform: scale(.5); + transform: scale(.5); + + opacity: .7; + } + 100% + { + -webkit-transform: scale(1); + -moz-transform: scale(1); + -o-transform: scale(1); + transform: scale(1); + + opacity: 1; + } +} + +.ball-grid-pulse +{ + width: 57px; +} +.ball-grid-pulse > div:nth-child(1) +{ + -webkit-animation-duration: .79s; + -moz-animation-duration: .79s; + -o-animation-duration: .79s; + animation-duration: .79s; + -webkit-animation-delay: .73s; + -moz-animation-delay: .73s; + -o-animation-delay: .73s; + animation-delay: .73s; +} +.ball-grid-pulse > div:nth-child(2) +{ + -webkit-animation-duration: 1.36s; + -moz-animation-duration: 1.36s; + -o-animation-duration: 1.36s; + animation-duration: 1.36s; + -webkit-animation-delay: .54s; + -moz-animation-delay: .54s; + -o-animation-delay: .54s; + animation-delay: .54s; +} +.ball-grid-pulse > div:nth-child(3) +{ + -webkit-animation-duration: .66s; + -moz-animation-duration: .66s; + -o-animation-duration: .66s; + animation-duration: .66s; + -webkit-animation-delay: .03s; + -moz-animation-delay: .03s; + -o-animation-delay: .03s; + animation-delay: .03s; +} +.ball-grid-pulse > div:nth-child(4) +{ + -webkit-animation-duration: .94s; + -moz-animation-duration: .94s; + -o-animation-duration: .94s; + animation-duration: .94s; + -webkit-animation-delay: -.09s; + -moz-animation-delay: -.09s; + -o-animation-delay: -.09s; + animation-delay: -.09s; +} +.ball-grid-pulse > div:nth-child(5) +{ + -webkit-animation-duration: 1.12s; + -moz-animation-duration: 1.12s; + -o-animation-duration: 1.12s; + animation-duration: 1.12s; + -webkit-animation-delay: .56s; + -moz-animation-delay: .56s; + -o-animation-delay: .56s; + animation-delay: .56s; +} +.ball-grid-pulse > div:nth-child(6) +{ + -webkit-animation-duration: .71s; + -moz-animation-duration: .71s; + -o-animation-duration: .71s; + animation-duration: .71s; + -webkit-animation-delay: -.17s; + -moz-animation-delay: -.17s; + -o-animation-delay: -.17s; + animation-delay: -.17s; +} +.ball-grid-pulse > div:nth-child(7) +{ + -webkit-animation-duration: .87s; + -moz-animation-duration: .87s; + -o-animation-duration: .87s; + animation-duration: .87s; + -webkit-animation-delay: -.11s; + -moz-animation-delay: -.11s; + -o-animation-delay: -.11s; + animation-delay: -.11s; +} +.ball-grid-pulse > div:nth-child(8) +{ + -webkit-animation-duration: .92s; + -moz-animation-duration: .92s; + -o-animation-duration: .92s; + animation-duration: .92s; + -webkit-animation-delay: .32s; + -moz-animation-delay: .32s; + -o-animation-delay: .32s; + animation-delay: .32s; +} +.ball-grid-pulse > div:nth-child(9) +{ + -webkit-animation-duration: 1.49s; + -moz-animation-duration: 1.49s; + -o-animation-duration: 1.49s; + animation-duration: 1.49s; + -webkit-animation-delay: -.06s; + -moz-animation-delay: -.06s; + -o-animation-delay: -.06s; + animation-delay: -.06s; +} +.ball-grid-pulse > div +{ + display: inline-block; + float: left; + + width: 15px; + height: 15px; + margin: 2px; + + -webkit-animation-name: ball-grid-pulse; + -moz-animation-name: ball-grid-pulse; + -o-animation-name: ball-grid-pulse; + animation-name: ball-grid-pulse; + -webkit-animation-delay: 0; + -moz-animation-delay: 0; + -o-animation-delay: 0; + animation-delay: 0; + -webkit-animation-iteration-count: infinite; + -moz-animation-iteration-count: infinite; + -o-animation-iteration-count: infinite; + animation-iteration-count: infinite; + + border-radius: 100%; + background-color: #b8c2cc; + + -webkit-animation-fill-mode: both; + -moz-animation-fill-mode: both; + -o-animation-fill-mode: both; + animation-fill-mode: both; +} + +/*======================================================== + DARK LAYOUT +=========================================================*/ +@-webkit-keyframes ball-spin-fade-loader +{ + 50% + { + -webkit-transform: scale(.4); + transform: scale(.4); + + opacity: .3; + } + 100% + { + -webkit-transform: scale(1); + transform: scale(1); + + opacity: 1; + } +} +@-moz-keyframes ball-spin-fade-loader +{ + 50% + { + -moz-transform: scale(.4); + transform: scale(.4); + + opacity: .3; + } + 100% + { + -moz-transform: scale(1); + transform: scale(1); + + opacity: 1; + } +} +@-o-keyframes ball-spin-fade-loader +{ + 50% + { + -o-transform: scale(.4); + transform: scale(.4); + + opacity: .3; + } + 100% + { + -o-transform: scale(1); + transform: scale(1); + + opacity: 1; + } +} +@keyframes ball-spin-fade-loader +{ + 50% + { + -webkit-transform: scale(.4); + -moz-transform: scale(.4); + -o-transform: scale(.4); + transform: scale(.4); + + opacity: .3; + } + 100% + { + -webkit-transform: scale(1); + -moz-transform: scale(1); + -o-transform: scale(1); + transform: scale(1); + + opacity: 1; + } +} + +.ball-spin-fade-loader +{ + position: relative; + top: -10px; + left: -10px; +} +.ball-spin-fade-loader > div:nth-child(1) +{ + top: 25px; + left: 0; + + -webkit-animation: ball-spin-fade-loader 1s -.96s infinite linear; + -moz-animation: ball-spin-fade-loader 1s -.96s infinite linear; + -o-animation: ball-spin-fade-loader 1s -.96s infinite linear; + animation: ball-spin-fade-loader 1s -.96s infinite linear; +} +.ball-spin-fade-loader > div:nth-child(2) +{ + top: 17.04545px; + left: 17.04545px; + + -webkit-animation: ball-spin-fade-loader 1s -.84s infinite linear; + -moz-animation: ball-spin-fade-loader 1s -.84s infinite linear; + -o-animation: ball-spin-fade-loader 1s -.84s infinite linear; + animation: ball-spin-fade-loader 1s -.84s infinite linear; +} +.ball-spin-fade-loader > div:nth-child(3) +{ + top: 0; + left: 25px; + + -webkit-animation: ball-spin-fade-loader 1s -.72s infinite linear; + -moz-animation: ball-spin-fade-loader 1s -.72s infinite linear; + -o-animation: ball-spin-fade-loader 1s -.72s infinite linear; + animation: ball-spin-fade-loader 1s -.72s infinite linear; +} +.ball-spin-fade-loader > div:nth-child(4) +{ + top: -17.04545px; + left: 17.04545px; + + -webkit-animation: ball-spin-fade-loader 1s -.6s infinite linear; + -moz-animation: ball-spin-fade-loader 1s -.6s infinite linear; + -o-animation: ball-spin-fade-loader 1s -.6s infinite linear; + animation: ball-spin-fade-loader 1s -.6s infinite linear; +} +.ball-spin-fade-loader > div:nth-child(5) +{ + top: -25px; + left: 0; + + -webkit-animation: ball-spin-fade-loader 1s -.48s infinite linear; + -moz-animation: ball-spin-fade-loader 1s -.48s infinite linear; + -o-animation: ball-spin-fade-loader 1s -.48s infinite linear; + animation: ball-spin-fade-loader 1s -.48s infinite linear; +} +.ball-spin-fade-loader > div:nth-child(6) +{ + top: -17.04545px; + left: -17.04545px; + + -webkit-animation: ball-spin-fade-loader 1s -.36s infinite linear; + -moz-animation: ball-spin-fade-loader 1s -.36s infinite linear; + -o-animation: ball-spin-fade-loader 1s -.36s infinite linear; + animation: ball-spin-fade-loader 1s -.36s infinite linear; +} +.ball-spin-fade-loader > div:nth-child(7) +{ + top: 0; + left: -25px; + + -webkit-animation: ball-spin-fade-loader 1s -.24s infinite linear; + -moz-animation: ball-spin-fade-loader 1s -.24s infinite linear; + -o-animation: ball-spin-fade-loader 1s -.24s infinite linear; + animation: ball-spin-fade-loader 1s -.24s infinite linear; +} +.ball-spin-fade-loader > div:nth-child(8) +{ + top: 17.04545px; + left: -17.04545px; + + -webkit-animation: ball-spin-fade-loader 1s -.12s infinite linear; + -moz-animation: ball-spin-fade-loader 1s -.12s infinite linear; + -o-animation: ball-spin-fade-loader 1s -.12s infinite linear; + animation: ball-spin-fade-loader 1s -.12s infinite linear; +} +.ball-spin-fade-loader > div +{ + position: absolute; + + width: 15px; + height: 15px; + margin: 2px; + + border-radius: 100%; + background-color: #b8c2cc; + + -webkit-animation-fill-mode: both; + -moz-animation-fill-mode: both; + -o-animation-fill-mode: both; + animation-fill-mode: both; +} + +/*======================================================== + DARK LAYOUT +=========================================================*/ +@-webkit-keyframes ball-spin-loader +{ + 75% + { + opacity: .2; + } + 100% + { + opacity: 1; + } +} +@-moz-keyframes ball-spin-loader +{ + 75% + { + opacity: .2; + } + 100% + { + opacity: 1; + } +} +@-o-keyframes ball-spin-loader +{ + 75% + { + opacity: .2; + } + 100% + { + opacity: 1; + } +} +@keyframes ball-spin-loader +{ + 75% + { + opacity: .2; + } + 100% + { + opacity: 1; + } +} + +.ball-spin-loader +{ + position: relative; +} +.ball-spin-loader > span:nth-child(1) +{ + top: 45px; + left: 0; + + -webkit-animation: ball-spin-loader 2s .9s infinite linear; + -moz-animation: ball-spin-loader 2s .9s infinite linear; + -o-animation: ball-spin-loader 2s .9s infinite linear; + animation: ball-spin-loader 2s .9s infinite linear; +} +.ball-spin-loader > span:nth-child(2) +{ + top: 30.68182px; + left: 30.68182px; + + -webkit-animation: ball-spin-loader 2s 1.8s infinite linear; + -moz-animation: ball-spin-loader 2s 1.8s infinite linear; + -o-animation: ball-spin-loader 2s 1.8s infinite linear; + animation: ball-spin-loader 2s 1.8s infinite linear; +} +.ball-spin-loader > span:nth-child(3) +{ + top: 0; + left: 45px; + + -webkit-animation: ball-spin-loader 2s 2.7s infinite linear; + -moz-animation: ball-spin-loader 2s 2.7s infinite linear; + -o-animation: ball-spin-loader 2s 2.7s infinite linear; + animation: ball-spin-loader 2s 2.7s infinite linear; +} +.ball-spin-loader > span:nth-child(4) +{ + top: -30.68182px; + left: 30.68182px; + + -webkit-animation: ball-spin-loader 2s 3.6s infinite linear; + -moz-animation: ball-spin-loader 2s 3.6s infinite linear; + -o-animation: ball-spin-loader 2s 3.6s infinite linear; + animation: ball-spin-loader 2s 3.6s infinite linear; +} +.ball-spin-loader > span:nth-child(5) +{ + top: -45px; + left: 0; + + -webkit-animation: ball-spin-loader 2s 4.5s infinite linear; + -moz-animation: ball-spin-loader 2s 4.5s infinite linear; + -o-animation: ball-spin-loader 2s 4.5s infinite linear; + animation: ball-spin-loader 2s 4.5s infinite linear; +} +.ball-spin-loader > span:nth-child(6) +{ + top: -30.68182px; + left: -30.68182px; + + -webkit-animation: ball-spin-loader 2s 5.4s infinite linear; + -moz-animation: ball-spin-loader 2s 5.4s infinite linear; + -o-animation: ball-spin-loader 2s 5.4s infinite linear; + animation: ball-spin-loader 2s 5.4s infinite linear; +} +.ball-spin-loader > span:nth-child(7) +{ + top: 0; + left: -45px; + + -webkit-animation: ball-spin-loader 2s 6.3s infinite linear; + -moz-animation: ball-spin-loader 2s 6.3s infinite linear; + -o-animation: ball-spin-loader 2s 6.3s infinite linear; + animation: ball-spin-loader 2s 6.3s infinite linear; +} +.ball-spin-loader > span:nth-child(8) +{ + top: 30.68182px; + left: -30.68182px; + + -webkit-animation: ball-spin-loader 2s 7.2s infinite linear; + -moz-animation: ball-spin-loader 2s 7.2s infinite linear; + -o-animation: ball-spin-loader 2s 7.2s infinite linear; + animation: ball-spin-loader 2s 7.2s infinite linear; +} +.ball-spin-loader > div +{ + position: absolute; + + width: 15px; + height: 15px; + + border-radius: 100%; + background: green; + + -webkit-animation-fill-mode: both; + -moz-animation-fill-mode: both; + -o-animation-fill-mode: both; + animation-fill-mode: both; +} + +/*======================================================== + DARK LAYOUT +=========================================================*/ +@-webkit-keyframes ball-zig +{ + 33% + { + -webkit-transform: translate(-15px, -30px); + transform: translate(-15px, -30px); + } + 66% + { + -webkit-transform: translate(15px, -30px); + transform: translate(15px, -30px); + } + 100% + { + -webkit-transform: translate(0, 0); + transform: translate(0, 0); + } +} +@-moz-keyframes ball-zig +{ + 33% + { + -moz-transform: translate(-15px, -30px); + transform: translate(-15px, -30px); + } + 66% + { + -moz-transform: translate(15px, -30px); + transform: translate(15px, -30px); + } + 100% + { + -moz-transform: translate(0, 0); + transform: translate(0, 0); + } +} +@-o-keyframes ball-zig +{ + 33% + { + -o-transform: translate(-15px, -30px); + transform: translate(-15px, -30px); + } + 66% + { + -o-transform: translate(15px, -30px); + transform: translate(15px, -30px); + } + 100% + { + -o-transform: translate(0, 0); + transform: translate(0, 0); + } +} +@keyframes ball-zig +{ + 33% + { + -webkit-transform: translate(-15px, -30px); + -moz-transform: translate(-15px, -30px); + -o-transform: translate(-15px, -30px); + transform: translate(-15px, -30px); + } + 66% + { + -webkit-transform: translate(15px, -30px); + -moz-transform: translate(15px, -30px); + -o-transform: translate(15px, -30px); + transform: translate(15px, -30px); + } + 100% + { + -webkit-transform: translate(0, 0); + -moz-transform: translate(0, 0); + -o-transform: translate(0, 0); + transform: translate(0, 0); + } +} + +@-webkit-keyframes ball-zag +{ + 33% + { + -webkit-transform: translate(15px, 30px); + transform: translate(15px, 30px); + } + 66% + { + -webkit-transform: translate(-15px, 30px); + transform: translate(-15px, 30px); + } + 100% + { + -webkit-transform: translate(0, 0); + transform: translate(0, 0); + } +} + +@-moz-keyframes ball-zag +{ + 33% + { + -moz-transform: translate(15px, 30px); + transform: translate(15px, 30px); + } + 66% + { + -moz-transform: translate(-15px, 30px); + transform: translate(-15px, 30px); + } + 100% + { + -moz-transform: translate(0, 0); + transform: translate(0, 0); + } +} + +@-o-keyframes ball-zag +{ + 33% + { + -o-transform: translate(15px, 30px); + transform: translate(15px, 30px); + } + 66% + { + -o-transform: translate(-15px, 30px); + transform: translate(-15px, 30px); + } + 100% + { + -o-transform: translate(0, 0); + transform: translate(0, 0); + } +} + +@keyframes ball-zag +{ + 33% + { + -webkit-transform: translate(15px, 30px); + -moz-transform: translate(15px, 30px); + -o-transform: translate(15px, 30px); + transform: translate(15px, 30px); + } + 66% + { + -webkit-transform: translate(-15px, 30px); + -moz-transform: translate(-15px, 30px); + -o-transform: translate(-15px, 30px); + transform: translate(-15px, 30px); + } + 100% + { + -webkit-transform: translate(0, 0); + -moz-transform: translate(0, 0); + -o-transform: translate(0, 0); + transform: translate(0, 0); + } +} + +.ball-zig-zag +{ + position: relative; + + -webkit-transform: translate(-15px, -15px); + -moz-transform: translate(-15px, -15px); + -ms-transform: translate(-15px, -15px); + -o-transform: translate(-15px, -15px); + transform: translate(-15px, -15px); +} +.ball-zig-zag > div +{ + position: absolute; + top: 4px; + left: -7px; + + width: 15px; + height: 15px; + margin: 2px; + margin-left: 15px; + + border-radius: 100%; + background-color: #b8c2cc; + + -webkit-animation-fill-mode: both; + -moz-animation-fill-mode: both; + -o-animation-fill-mode: both; + animation-fill-mode: both; +} +.ball-zig-zag > div:first-child +{ + -webkit-animation: ball-zig .7s 0s infinite linear; + -moz-animation: ball-zig .7s 0s infinite linear; + -o-animation: ball-zig .7s 0s infinite linear; + animation: ball-zig .7s 0s infinite linear; +} +.ball-zig-zag > div:last-child +{ + -webkit-animation: ball-zag .7s 0s infinite linear; + -moz-animation: ball-zag .7s 0s infinite linear; + -o-animation: ball-zag .7s 0s infinite linear; + animation: ball-zag .7s 0s infinite linear; +} + +/*======================================================== + DARK LAYOUT +=========================================================*/ +@-webkit-keyframes ball-zig-deflect +{ + 17% + { + -webkit-transform: translate(-15px, -30px); + transform: translate(-15px, -30px); + } + 34% + { + -webkit-transform: translate(15px, -30px); + transform: translate(15px, -30px); + } + 50% + { + -webkit-transform: translate(0, 0); + transform: translate(0, 0); + } + 67% + { + -webkit-transform: translate(15px, -30px); + transform: translate(15px, -30px); + } + 84% + { + -webkit-transform: translate(-15px, -30px); + transform: translate(-15px, -30px); + } + 100% + { + -webkit-transform: translate(0, 0); + transform: translate(0, 0); + } +} +@-moz-keyframes ball-zig-deflect +{ + 17% + { + -moz-transform: translate(-15px, -30px); + transform: translate(-15px, -30px); + } + 34% + { + -moz-transform: translate(15px, -30px); + transform: translate(15px, -30px); + } + 50% + { + -moz-transform: translate(0, 0); + transform: translate(0, 0); + } + 67% + { + -moz-transform: translate(15px, -30px); + transform: translate(15px, -30px); + } + 84% + { + -moz-transform: translate(-15px, -30px); + transform: translate(-15px, -30px); + } + 100% + { + -moz-transform: translate(0, 0); + transform: translate(0, 0); + } +} +@-o-keyframes ball-zig-deflect +{ + 17% + { + -o-transform: translate(-15px, -30px); + transform: translate(-15px, -30px); + } + 34% + { + -o-transform: translate(15px, -30px); + transform: translate(15px, -30px); + } + 50% + { + -o-transform: translate(0, 0); + transform: translate(0, 0); + } + 67% + { + -o-transform: translate(15px, -30px); + transform: translate(15px, -30px); + } + 84% + { + -o-transform: translate(-15px, -30px); + transform: translate(-15px, -30px); + } + 100% + { + -o-transform: translate(0, 0); + transform: translate(0, 0); + } +} +@keyframes ball-zig-deflect +{ + 17% + { + -webkit-transform: translate(-15px, -30px); + -moz-transform: translate(-15px, -30px); + -o-transform: translate(-15px, -30px); + transform: translate(-15px, -30px); + } + 34% + { + -webkit-transform: translate(15px, -30px); + -moz-transform: translate(15px, -30px); + -o-transform: translate(15px, -30px); + transform: translate(15px, -30px); + } + 50% + { + -webkit-transform: translate(0, 0); + -moz-transform: translate(0, 0); + -o-transform: translate(0, 0); + transform: translate(0, 0); + } + 67% + { + -webkit-transform: translate(15px, -30px); + -moz-transform: translate(15px, -30px); + -o-transform: translate(15px, -30px); + transform: translate(15px, -30px); + } + 84% + { + -webkit-transform: translate(-15px, -30px); + -moz-transform: translate(-15px, -30px); + -o-transform: translate(-15px, -30px); + transform: translate(-15px, -30px); + } + 100% + { + -webkit-transform: translate(0, 0); + -moz-transform: translate(0, 0); + -o-transform: translate(0, 0); + transform: translate(0, 0); + } +} + +@-webkit-keyframes ball-zag-deflect +{ + 17% + { + -webkit-transform: translate(15px, 30px); + transform: translate(15px, 30px); + } + 34% + { + -webkit-transform: translate(-15px, 30px); + transform: translate(-15px, 30px); + } + 50% + { + -webkit-transform: translate(0, 0); + transform: translate(0, 0); + } + 67% + { + -webkit-transform: translate(-15px, 30px); + transform: translate(-15px, 30px); + } + 84% + { + -webkit-transform: translate(15px, 30px); + transform: translate(15px, 30px); + } + 100% + { + -webkit-transform: translate(0, 0); + transform: translate(0, 0); + } +} + +@-moz-keyframes ball-zag-deflect +{ + 17% + { + -moz-transform: translate(15px, 30px); + transform: translate(15px, 30px); + } + 34% + { + -moz-transform: translate(-15px, 30px); + transform: translate(-15px, 30px); + } + 50% + { + -moz-transform: translate(0, 0); + transform: translate(0, 0); + } + 67% + { + -moz-transform: translate(-15px, 30px); + transform: translate(-15px, 30px); + } + 84% + { + -moz-transform: translate(15px, 30px); + transform: translate(15px, 30px); + } + 100% + { + -moz-transform: translate(0, 0); + transform: translate(0, 0); + } +} + +@-o-keyframes ball-zag-deflect +{ + 17% + { + -o-transform: translate(15px, 30px); + transform: translate(15px, 30px); + } + 34% + { + -o-transform: translate(-15px, 30px); + transform: translate(-15px, 30px); + } + 50% + { + -o-transform: translate(0, 0); + transform: translate(0, 0); + } + 67% + { + -o-transform: translate(-15px, 30px); + transform: translate(-15px, 30px); + } + 84% + { + -o-transform: translate(15px, 30px); + transform: translate(15px, 30px); + } + 100% + { + -o-transform: translate(0, 0); + transform: translate(0, 0); + } +} + +@keyframes ball-zag-deflect +{ + 17% + { + -webkit-transform: translate(15px, 30px); + -moz-transform: translate(15px, 30px); + -o-transform: translate(15px, 30px); + transform: translate(15px, 30px); + } + 34% + { + -webkit-transform: translate(-15px, 30px); + -moz-transform: translate(-15px, 30px); + -o-transform: translate(-15px, 30px); + transform: translate(-15px, 30px); + } + 50% + { + -webkit-transform: translate(0, 0); + -moz-transform: translate(0, 0); + -o-transform: translate(0, 0); + transform: translate(0, 0); + } + 67% + { + -webkit-transform: translate(-15px, 30px); + -moz-transform: translate(-15px, 30px); + -o-transform: translate(-15px, 30px); + transform: translate(-15px, 30px); + } + 84% + { + -webkit-transform: translate(15px, 30px); + -moz-transform: translate(15px, 30px); + -o-transform: translate(15px, 30px); + transform: translate(15px, 30px); + } + 100% + { + -webkit-transform: translate(0, 0); + -moz-transform: translate(0, 0); + -o-transform: translate(0, 0); + transform: translate(0, 0); + } +} + +.ball-zig-zag-deflect +{ + position: relative; + + -webkit-transform: translate(-15px, -15px); + -moz-transform: translate(-15px, -15px); + -ms-transform: translate(-15px, -15px); + -o-transform: translate(-15px, -15px); + transform: translate(-15px, -15px); +} +.ball-zig-zag-deflect > div +{ + position: absolute; + top: 4px; + left: -7px; + + width: 15px; + height: 15px; + margin: 2px; + margin-left: 15px; + + border-radius: 100%; + background-color: #b8c2cc; + + -webkit-animation-fill-mode: both; + -moz-animation-fill-mode: both; + -o-animation-fill-mode: both; + animation-fill-mode: both; +} +.ball-zig-zag-deflect > div:first-child +{ + -webkit-animation: ball-zig-deflect 1.5s 0s infinite linear; + -moz-animation: ball-zig-deflect 1.5s 0s infinite linear; + -o-animation: ball-zig-deflect 1.5s 0s infinite linear; + animation: ball-zig-deflect 1.5s 0s infinite linear; +} +.ball-zig-zag-deflect > div:last-child +{ + -webkit-animation: ball-zag-deflect 1.5s 0s infinite linear; + -moz-animation: ball-zag-deflect 1.5s 0s infinite linear; + -o-animation: ball-zag-deflect 1.5s 0s infinite linear; + animation: ball-zag-deflect 1.5s 0s infinite linear; +} + +/** + * Lines + */ +/*======================================================== + DARK LAYOUT +=========================================================*/ +@-webkit-keyframes line-scale +{ + 0% + { + -webkit-transform: scaley(1); + transform: scaley(1); + } + 50% + { + -webkit-transform: scaley(.4); + transform: scaley(.4); + } + 100% + { + -webkit-transform: scaley(1); + transform: scaley(1); + } +} +@-moz-keyframes line-scale +{ + 0% + { + -moz-transform: scaley(1); + transform: scaley(1); + } + 50% + { + -moz-transform: scaley(.4); + transform: scaley(.4); + } + 100% + { + -moz-transform: scaley(1); + transform: scaley(1); + } +} +@-o-keyframes line-scale +{ + 0% + { + -o-transform: scaley(1); + transform: scaley(1); + } + 50% + { + -o-transform: scaley(.4); + transform: scaley(.4); + } + 100% + { + -o-transform: scaley(1); + transform: scaley(1); + } +} +@keyframes line-scale +{ + 0% + { + -webkit-transform: scaley(1); + -moz-transform: scaley(1); + -o-transform: scaley(1); + transform: scaley(1); + } + 50% + { + -webkit-transform: scaley(.4); + -moz-transform: scaley(.4); + -o-transform: scaley(.4); + transform: scaley(.4); + } + 100% + { + -webkit-transform: scaley(1); + -moz-transform: scaley(1); + -o-transform: scaley(1); + transform: scaley(1); + } +} + +.line-scale > div:nth-child(1) +{ + -webkit-animation: line-scale 1s -.4s infinite cubic-bezier(.2, .68, .18, 1.08); + -moz-animation: line-scale 1s -.4s infinite cubic-bezier(.2, .68, .18, 1.08); + -o-animation: line-scale 1s -.4s infinite cubic-bezier(.2, .68, .18, 1.08); + animation: line-scale 1s -.4s infinite cubic-bezier(.2, .68, .18, 1.08); +} + +.line-scale > div:nth-child(2) +{ + -webkit-animation: line-scale 1s -.3s infinite cubic-bezier(.2, .68, .18, 1.08); + -moz-animation: line-scale 1s -.3s infinite cubic-bezier(.2, .68, .18, 1.08); + -o-animation: line-scale 1s -.3s infinite cubic-bezier(.2, .68, .18, 1.08); + animation: line-scale 1s -.3s infinite cubic-bezier(.2, .68, .18, 1.08); +} + +.line-scale > div:nth-child(3) +{ + -webkit-animation: line-scale 1s -.2s infinite cubic-bezier(.2, .68, .18, 1.08); + -moz-animation: line-scale 1s -.2s infinite cubic-bezier(.2, .68, .18, 1.08); + -o-animation: line-scale 1s -.2s infinite cubic-bezier(.2, .68, .18, 1.08); + animation: line-scale 1s -.2s infinite cubic-bezier(.2, .68, .18, 1.08); +} + +.line-scale > div:nth-child(4) +{ + -webkit-animation: line-scale 1s -.1s infinite cubic-bezier(.2, .68, .18, 1.08); + -moz-animation: line-scale 1s -.1s infinite cubic-bezier(.2, .68, .18, 1.08); + -o-animation: line-scale 1s -.1s infinite cubic-bezier(.2, .68, .18, 1.08); + animation: line-scale 1s -.1s infinite cubic-bezier(.2, .68, .18, 1.08); +} + +.line-scale > div:nth-child(5) +{ + -webkit-animation: line-scale 1s 0s infinite cubic-bezier(.2, .68, .18, 1.08); + -moz-animation: line-scale 1s 0s infinite cubic-bezier(.2, .68, .18, 1.08); + -o-animation: line-scale 1s 0s infinite cubic-bezier(.2, .68, .18, 1.08); + animation: line-scale 1s 0s infinite cubic-bezier(.2, .68, .18, 1.08); +} + +.line-scale > div +{ + display: inline-block; + + width: 4px; + height: 3.45rem; + margin: 2px; + + border-radius: 2px; + background-color: #b8c2cc; + + -webkit-animation-fill-mode: both; + -moz-animation-fill-mode: both; + -o-animation-fill-mode: both; + animation-fill-mode: both; +} + +/*======================================================== + DARK LAYOUT +=========================================================*/ +@-webkit-keyframes line-scale-party +{ + 0% + { + -webkit-transform: scale(1); + transform: scale(1); + } + 50% + { + -webkit-transform: scale(.5); + transform: scale(.5); + } + 100% + { + -webkit-transform: scale(1); + transform: scale(1); + } +} +@-moz-keyframes line-scale-party +{ + 0% + { + -moz-transform: scale(1); + transform: scale(1); + } + 50% + { + -moz-transform: scale(.5); + transform: scale(.5); + } + 100% + { + -moz-transform: scale(1); + transform: scale(1); + } +} +@-o-keyframes line-scale-party +{ + 0% + { + -o-transform: scale(1); + transform: scale(1); + } + 50% + { + -o-transform: scale(.5); + transform: scale(.5); + } + 100% + { + -o-transform: scale(1); + transform: scale(1); + } +} +@keyframes line-scale-party +{ + 0% + { + -webkit-transform: scale(1); + -moz-transform: scale(1); + -o-transform: scale(1); + transform: scale(1); + } + 50% + { + -webkit-transform: scale(.5); + -moz-transform: scale(.5); + -o-transform: scale(.5); + transform: scale(.5); + } + 100% + { + -webkit-transform: scale(1); + -moz-transform: scale(1); + -o-transform: scale(1); + transform: scale(1); + } +} + +.line-scale-party > div:nth-child(1) +{ + -webkit-animation-duration: .66s; + -moz-animation-duration: .66s; + -o-animation-duration: .66s; + animation-duration: .66s; + -webkit-animation-delay: .12s; + -moz-animation-delay: .12s; + -o-animation-delay: .12s; + animation-delay: .12s; +} + +.line-scale-party > div:nth-child(2) +{ + -webkit-animation-duration: .95s; + -moz-animation-duration: .95s; + -o-animation-duration: .95s; + animation-duration: .95s; + -webkit-animation-delay: -.07s; + -moz-animation-delay: -.07s; + -o-animation-delay: -.07s; + animation-delay: -.07s; +} + +.line-scale-party > div:nth-child(3) +{ + -webkit-animation-duration: .78s; + -moz-animation-duration: .78s; + -o-animation-duration: .78s; + animation-duration: .78s; + -webkit-animation-delay: .22s; + -moz-animation-delay: .22s; + -o-animation-delay: .22s; + animation-delay: .22s; +} + +.line-scale-party > div:nth-child(4) +{ + -webkit-animation-duration: .38s; + -moz-animation-duration: .38s; + -o-animation-duration: .38s; + animation-duration: .38s; + -webkit-animation-delay: .69s; + -moz-animation-delay: .69s; + -o-animation-delay: .69s; + animation-delay: .69s; +} + +.line-scale-party > div +{ + display: inline-block; + + width: 4px; + height: 3.45rem; + margin: 2px; + + -webkit-animation-name: line-scale-party; + -moz-animation-name: line-scale-party; + -o-animation-name: line-scale-party; + animation-name: line-scale-party; + -webkit-animation-delay: 0; + -moz-animation-delay: 0; + -o-animation-delay: 0; + animation-delay: 0; + -webkit-animation-iteration-count: infinite; + -moz-animation-iteration-count: infinite; + -o-animation-iteration-count: infinite; + animation-iteration-count: infinite; + + border-radius: 2px; + background-color: #b8c2cc; + + -webkit-animation-fill-mode: both; + -moz-animation-fill-mode: both; + -o-animation-fill-mode: both; + animation-fill-mode: both; +} + +/*======================================================== + DARK LAYOUT +=========================================================*/ +@-webkit-keyframes line-scale-pulse-out +{ + 0% + { + -webkit-transform: scaley(1); + transform: scaley(1); + } + 50% + { + -webkit-transform: scaley(.4); + transform: scaley(.4); + } + 100% + { + -webkit-transform: scaley(1); + transform: scaley(1); + } +} +@-moz-keyframes line-scale-pulse-out +{ + 0% + { + -moz-transform: scaley(1); + transform: scaley(1); + } + 50% + { + -moz-transform: scaley(.4); + transform: scaley(.4); + } + 100% + { + -moz-transform: scaley(1); + transform: scaley(1); + } +} +@-o-keyframes line-scale-pulse-out +{ + 0% + { + -o-transform: scaley(1); + transform: scaley(1); + } + 50% + { + -o-transform: scaley(.4); + transform: scaley(.4); + } + 100% + { + -o-transform: scaley(1); + transform: scaley(1); + } +} +@keyframes line-scale-pulse-out +{ + 0% + { + -webkit-transform: scaley(1); + -moz-transform: scaley(1); + -o-transform: scaley(1); + transform: scaley(1); + } + 50% + { + -webkit-transform: scaley(.4); + -moz-transform: scaley(.4); + -o-transform: scaley(.4); + transform: scaley(.4); + } + 100% + { + -webkit-transform: scaley(1); + -moz-transform: scaley(1); + -o-transform: scaley(1); + transform: scaley(1); + } +} + +.line-scale-pulse-out > div +{ + display: inline-block; + + width: 4px; + height: 3.45rem; + margin: 2px; + + -webkit-animation: line-scale-pulse-out .9s -.6s infinite cubic-bezier(.85, .25, .37, .85); + -moz-animation: line-scale-pulse-out .9s -.6s infinite cubic-bezier(.85, .25, .37, .85); + -o-animation: line-scale-pulse-out .9s -.6s infinite cubic-bezier(.85, .25, .37, .85); + animation: line-scale-pulse-out .9s -.6s infinite cubic-bezier(.85, .25, .37, .85); + + border-radius: 2px; + background-color: #b8c2cc; + + -webkit-animation-fill-mode: both; + -moz-animation-fill-mode: both; + -o-animation-fill-mode: both; + animation-fill-mode: both; +} +.line-scale-pulse-out > div:nth-child(2), +.line-scale-pulse-out > div:nth-child(4) +{ + -webkit-animation-delay: -.4s !important; + -moz-animation-delay: -.4s !important; + -o-animation-delay: -.4s !important; + animation-delay: -.4s !important; +} +.line-scale-pulse-out > div:nth-child(1), +.line-scale-pulse-out > div:nth-child(5) +{ + -webkit-animation-delay: -.2s !important; + -moz-animation-delay: -.2s !important; + -o-animation-delay: -.2s !important; + animation-delay: -.2s !important; +} + +/*======================================================== + DARK LAYOUT +=========================================================*/ +@-webkit-keyframes line-scale-pulse-out-rapid +{ + 0% + { + -webkit-transform: scaley(1); + transform: scaley(1); + } + 80% + { + -webkit-transform: scaley(.3); + transform: scaley(.3); + } + 90% + { + -webkit-transform: scaley(1); + transform: scaley(1); + } +} +@-moz-keyframes line-scale-pulse-out-rapid +{ + 0% + { + -moz-transform: scaley(1); + transform: scaley(1); + } + 80% + { + -moz-transform: scaley(.3); + transform: scaley(.3); + } + 90% + { + -moz-transform: scaley(1); + transform: scaley(1); + } +} +@-o-keyframes line-scale-pulse-out-rapid +{ + 0% + { + -o-transform: scaley(1); + transform: scaley(1); + } + 80% + { + -o-transform: scaley(.3); + transform: scaley(.3); + } + 90% + { + -o-transform: scaley(1); + transform: scaley(1); + } +} +@keyframes line-scale-pulse-out-rapid +{ + 0% + { + -webkit-transform: scaley(1); + -moz-transform: scaley(1); + -o-transform: scaley(1); + transform: scaley(1); + } + 80% + { + -webkit-transform: scaley(.3); + -moz-transform: scaley(.3); + -o-transform: scaley(.3); + transform: scaley(.3); + } + 90% + { + -webkit-transform: scaley(1); + -moz-transform: scaley(1); + -o-transform: scaley(1); + transform: scaley(1); + } +} + +.line-scale-pulse-out-rapid > div +{ + display: inline-block; + + width: 4px; + height: 3.45rem; + margin: 2px; + + -webkit-animation: line-scale-pulse-out-rapid .9s -.5s infinite cubic-bezier(.11, .49, .38, .78); + -moz-animation: line-scale-pulse-out-rapid .9s -.5s infinite cubic-bezier(.11, .49, .38, .78); + -o-animation: line-scale-pulse-out-rapid .9s -.5s infinite cubic-bezier(.11, .49, .38, .78); + animation: line-scale-pulse-out-rapid .9s -.5s infinite cubic-bezier(.11, .49, .38, .78); + vertical-align: middle; + + border-radius: 2px; + background-color: #b8c2cc; + + -webkit-animation-fill-mode: both; + -moz-animation-fill-mode: both; + -o-animation-fill-mode: both; + animation-fill-mode: both; +} +.line-scale-pulse-out-rapid > div:nth-child(2), +.line-scale-pulse-out-rapid > div:nth-child(4) +{ + -webkit-animation-delay: -.25s !important; + -moz-animation-delay: -.25s !important; + -o-animation-delay: -.25s !important; + animation-delay: -.25s !important; +} +.line-scale-pulse-out-rapid > div:nth-child(1), +.line-scale-pulse-out-rapid > div:nth-child(5) +{ + -webkit-animation-delay: 0s !important; + -moz-animation-delay: 0s !important; + -o-animation-delay: 0s !important; + animation-delay: 0s !important; +} + +/*======================================================== + DARK LAYOUT +=========================================================*/ +@-webkit-keyframes line-spin-fade-loader +{ + 50% + { + opacity: .3; + } + 100% + { + opacity: 1; + } +} +@-moz-keyframes line-spin-fade-loader +{ + 50% + { + opacity: .3; + } + 100% + { + opacity: 1; + } +} +@-o-keyframes line-spin-fade-loader +{ + 50% + { + opacity: .3; + } + 100% + { + opacity: 1; + } +} +@keyframes line-spin-fade-loader +{ + 50% + { + opacity: .3; + } + 100% + { + opacity: 1; + } +} + +.line-spin-fade-loader +{ + position: relative; + top: -10px; + left: -4px; +} +.line-spin-fade-loader > div:nth-child(1) +{ + top: 20px; + left: 0; + + -webkit-animation: line-spin-fade-loader 1.2s -.84s infinite ease-in-out; + -moz-animation: line-spin-fade-loader 1.2s -.84s infinite ease-in-out; + -o-animation: line-spin-fade-loader 1.2s -.84s infinite ease-in-out; + animation: line-spin-fade-loader 1.2s -.84s infinite ease-in-out; +} +.line-spin-fade-loader > div:nth-child(2) +{ + top: 13.63636px; + left: 13.63636px; + + -webkit-transform: rotate(-45deg); + -moz-transform: rotate(-45deg); + -ms-transform: rotate(-45deg); + -o-transform: rotate(-45deg); + transform: rotate(-45deg); + -webkit-animation: line-spin-fade-loader 1.2s -.72s infinite ease-in-out; + -moz-animation: line-spin-fade-loader 1.2s -.72s infinite ease-in-out; + -o-animation: line-spin-fade-loader 1.2s -.72s infinite ease-in-out; + animation: line-spin-fade-loader 1.2s -.72s infinite ease-in-out; +} +.line-spin-fade-loader > div:nth-child(3) +{ + top: 0; + left: 20px; + + -webkit-transform: rotate(90deg); + -moz-transform: rotate(90deg); + -ms-transform: rotate(90deg); + -o-transform: rotate(90deg); + transform: rotate(90deg); + -webkit-animation: line-spin-fade-loader 1.2s -.6s infinite ease-in-out; + -moz-animation: line-spin-fade-loader 1.2s -.6s infinite ease-in-out; + -o-animation: line-spin-fade-loader 1.2s -.6s infinite ease-in-out; + animation: line-spin-fade-loader 1.2s -.6s infinite ease-in-out; +} +.line-spin-fade-loader > div:nth-child(4) +{ + top: -13.63636px; + left: 13.63636px; + + -webkit-transform: rotate(45deg); + -moz-transform: rotate(45deg); + -ms-transform: rotate(45deg); + -o-transform: rotate(45deg); + transform: rotate(45deg); + -webkit-animation: line-spin-fade-loader 1.2s -.48s infinite ease-in-out; + -moz-animation: line-spin-fade-loader 1.2s -.48s infinite ease-in-out; + -o-animation: line-spin-fade-loader 1.2s -.48s infinite ease-in-out; + animation: line-spin-fade-loader 1.2s -.48s infinite ease-in-out; +} +.line-spin-fade-loader > div:nth-child(5) +{ + top: -20px; + left: 0; + + -webkit-animation: line-spin-fade-loader 1.2s -.36s infinite ease-in-out; + -moz-animation: line-spin-fade-loader 1.2s -.36s infinite ease-in-out; + -o-animation: line-spin-fade-loader 1.2s -.36s infinite ease-in-out; + animation: line-spin-fade-loader 1.2s -.36s infinite ease-in-out; +} +.line-spin-fade-loader > div:nth-child(6) +{ + top: -13.63636px; + left: -13.63636px; + + -webkit-transform: rotate(-45deg); + -moz-transform: rotate(-45deg); + -ms-transform: rotate(-45deg); + -o-transform: rotate(-45deg); + transform: rotate(-45deg); + -webkit-animation: line-spin-fade-loader 1.2s -.24s infinite ease-in-out; + -moz-animation: line-spin-fade-loader 1.2s -.24s infinite ease-in-out; + -o-animation: line-spin-fade-loader 1.2s -.24s infinite ease-in-out; + animation: line-spin-fade-loader 1.2s -.24s infinite ease-in-out; +} +.line-spin-fade-loader > div:nth-child(7) +{ + top: 0; + left: -20px; + + -webkit-transform: rotate(90deg); + -moz-transform: rotate(90deg); + -ms-transform: rotate(90deg); + -o-transform: rotate(90deg); + transform: rotate(90deg); + -webkit-animation: line-spin-fade-loader 1.2s -.12s infinite ease-in-out; + -moz-animation: line-spin-fade-loader 1.2s -.12s infinite ease-in-out; + -o-animation: line-spin-fade-loader 1.2s -.12s infinite ease-in-out; + animation: line-spin-fade-loader 1.2s -.12s infinite ease-in-out; +} +.line-spin-fade-loader > div:nth-child(8) +{ + top: 13.63636px; + left: -13.63636px; + + -webkit-transform: rotate(45deg); + -moz-transform: rotate(45deg); + -ms-transform: rotate(45deg); + -o-transform: rotate(45deg); + transform: rotate(45deg); + -webkit-animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out; + -moz-animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out; + -o-animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out; + animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out; +} +.line-spin-fade-loader > div +{ + position: absolute; + + width: 4px; + width: 5px; + height: 3.45rem; + height: 15px; + margin: 2px; + + border-radius: 2px; + background-color: #b8c2cc; + + -webkit-animation-fill-mode: both; + -moz-animation-fill-mode: both; + -o-animation-fill-mode: both; + animation-fill-mode: both; +} + +/** + * Misc + */ +/*======================================================== + DARK LAYOUT +=========================================================*/ +@-webkit-keyframes triangle-skew-spin +{ + 25% + { + -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0); + transform: perspective(100px) rotateX(180deg) rotateY(0); + } + 50% + { + -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg); + transform: perspective(100px) rotateX(180deg) rotateY(180deg); + } + 75% + { + -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg); + transform: perspective(100px) rotateX(0) rotateY(180deg); + } + 100% + { + -webkit-transform: perspective(100px) rotateX(0) rotateY(0); + transform: perspective(100px) rotateX(0) rotateY(0); + } +} +@-moz-keyframes triangle-skew-spin +{ + 25% + { + -moz-transform: perspective(100px) rotateX(180deg) rotateY(0); + transform: perspective(100px) rotateX(180deg) rotateY(0); + } + 50% + { + -moz-transform: perspective(100px) rotateX(180deg) rotateY(180deg); + transform: perspective(100px) rotateX(180deg) rotateY(180deg); + } + 75% + { + -moz-transform: perspective(100px) rotateX(0) rotateY(180deg); + transform: perspective(100px) rotateX(0) rotateY(180deg); + } + 100% + { + -moz-transform: perspective(100px) rotateX(0) rotateY(0); + transform: perspective(100px) rotateX(0) rotateY(0); + } +} +@-o-keyframes triangle-skew-spin +{ + 25% + { + transform: perspective(100px) rotateX(180deg) rotateY(0); + } + 50% + { + transform: perspective(100px) rotateX(180deg) rotateY(180deg); + } + 75% + { + transform: perspective(100px) rotateX(0) rotateY(180deg); + } + 100% + { + transform: perspective(100px) rotateX(0) rotateY(0); + } +} +@keyframes triangle-skew-spin +{ + 25% + { + -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0); + -moz-transform: perspective(100px) rotateX(180deg) rotateY(0); + transform: perspective(100px) rotateX(180deg) rotateY(0); + } + 50% + { + -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg); + -moz-transform: perspective(100px) rotateX(180deg) rotateY(180deg); + transform: perspective(100px) rotateX(180deg) rotateY(180deg); + } + 75% + { + -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg); + -moz-transform: perspective(100px) rotateX(0) rotateY(180deg); + transform: perspective(100px) rotateX(0) rotateY(180deg); + } + 100% + { + -webkit-transform: perspective(100px) rotateX(0) rotateY(0); + -moz-transform: perspective(100px) rotateX(0) rotateY(0); + transform: perspective(100px) rotateX(0) rotateY(0); + } +} + +.triangle-skew-spin > div +{ + width: 0; + height: 0; + + -webkit-animation: triangle-skew-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite; + -moz-animation: triangle-skew-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite; + -o-animation: triangle-skew-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite; + animation: triangle-skew-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite; + + border-right: 20px solid transparent; + border-bottom: 20px solid #b8c2cc; + border-left: 20px solid transparent; + + -webkit-animation-fill-mode: both; + -moz-animation-fill-mode: both; + -o-animation-fill-mode: both; + animation-fill-mode: both; +} + +/*======================================================== + DARK LAYOUT +=========================================================*/ +@-webkit-keyframes square-spin +{ + 25% + { + -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0); + transform: perspective(100px) rotateX(180deg) rotateY(0); + } + 50% + { + -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg); + transform: perspective(100px) rotateX(180deg) rotateY(180deg); + } + 75% + { + -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg); + transform: perspective(100px) rotateX(0) rotateY(180deg); + } + 100% + { + -webkit-transform: perspective(100px) rotateX(0) rotateY(0); + transform: perspective(100px) rotateX(0) rotateY(0); + } +} +@-moz-keyframes square-spin +{ + 25% + { + -moz-transform: perspective(100px) rotateX(180deg) rotateY(0); + transform: perspective(100px) rotateX(180deg) rotateY(0); + } + 50% + { + -moz-transform: perspective(100px) rotateX(180deg) rotateY(180deg); + transform: perspective(100px) rotateX(180deg) rotateY(180deg); + } + 75% + { + -moz-transform: perspective(100px) rotateX(0) rotateY(180deg); + transform: perspective(100px) rotateX(0) rotateY(180deg); + } + 100% + { + -moz-transform: perspective(100px) rotateX(0) rotateY(0); + transform: perspective(100px) rotateX(0) rotateY(0); + } +} +@-o-keyframes square-spin +{ + 25% + { + transform: perspective(100px) rotateX(180deg) rotateY(0); + } + 50% + { + transform: perspective(100px) rotateX(180deg) rotateY(180deg); + } + 75% + { + transform: perspective(100px) rotateX(0) rotateY(180deg); + } + 100% + { + transform: perspective(100px) rotateX(0) rotateY(0); + } +} +@keyframes square-spin +{ + 25% + { + -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0); + -moz-transform: perspective(100px) rotateX(180deg) rotateY(0); + transform: perspective(100px) rotateX(180deg) rotateY(0); + } + 50% + { + -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg); + -moz-transform: perspective(100px) rotateX(180deg) rotateY(180deg); + transform: perspective(100px) rotateX(180deg) rotateY(180deg); + } + 75% + { + -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg); + -moz-transform: perspective(100px) rotateX(0) rotateY(180deg); + transform: perspective(100px) rotateX(0) rotateY(180deg); + } + 100% + { + -webkit-transform: perspective(100px) rotateX(0) rotateY(0); + -moz-transform: perspective(100px) rotateX(0) rotateY(0); + transform: perspective(100px) rotateX(0) rotateY(0); + } +} + +.square-spin > div +{ + width: 50px; + height: 50px; + + -webkit-animation: square-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite; + -moz-animation: square-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite; + -o-animation: square-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite; + animation: square-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite; + + background: #b8c2cc; + + -webkit-animation-fill-mode: both; + -moz-animation-fill-mode: both; + -o-animation-fill-mode: both; + animation-fill-mode: both; +} + +/*======================================================== + DARK LAYOUT +=========================================================*/ +@-webkit-keyframes rotate_pacman_half_up +{ + 0% + { + -webkit-transform: rotate(270deg); + transform: rotate(270deg); + } + 50% + { + -webkit-transform: rotate(360deg); + transform: rotate(360deg); + } + 100% + { + -webkit-transform: rotate(270deg); + transform: rotate(270deg); + } +} +@-moz-keyframes rotate_pacman_half_up +{ + 0% + { + -moz-transform: rotate(270deg); + transform: rotate(270deg); + } + 50% + { + -moz-transform: rotate(360deg); + transform: rotate(360deg); + } + 100% + { + -moz-transform: rotate(270deg); + transform: rotate(270deg); + } +} +@-o-keyframes rotate_pacman_half_up +{ + 0% + { + -o-transform: rotate(270deg); + transform: rotate(270deg); + } + 50% + { + -o-transform: rotate(360deg); + transform: rotate(360deg); + } + 100% + { + -o-transform: rotate(270deg); + transform: rotate(270deg); + } +} +@keyframes rotate_pacman_half_up +{ + 0% + { + -webkit-transform: rotate(270deg); + -moz-transform: rotate(270deg); + -o-transform: rotate(270deg); + transform: rotate(270deg); + } + 50% + { + -webkit-transform: rotate(360deg); + -moz-transform: rotate(360deg); + -o-transform: rotate(360deg); + transform: rotate(360deg); + } + 100% + { + -webkit-transform: rotate(270deg); + -moz-transform: rotate(270deg); + -o-transform: rotate(270deg); + transform: rotate(270deg); + } +} + +@-webkit-keyframes rotate_pacman_half_down +{ + 0% + { + -webkit-transform: rotate(90deg); + transform: rotate(90deg); + } + 50% + { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% + { + -webkit-transform: rotate(90deg); + transform: rotate(90deg); + } +} + +@-moz-keyframes rotate_pacman_half_down +{ + 0% + { + -moz-transform: rotate(90deg); + transform: rotate(90deg); + } + 50% + { + -moz-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% + { + -moz-transform: rotate(90deg); + transform: rotate(90deg); + } +} + +@-o-keyframes rotate_pacman_half_down +{ + 0% + { + -o-transform: rotate(90deg); + transform: rotate(90deg); + } + 50% + { + -o-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% + { + -o-transform: rotate(90deg); + transform: rotate(90deg); + } +} + +@keyframes rotate_pacman_half_down +{ + 0% + { + -webkit-transform: rotate(90deg); + -moz-transform: rotate(90deg); + -o-transform: rotate(90deg); + transform: rotate(90deg); + } + 50% + { + -webkit-transform: rotate(0deg); + -moz-transform: rotate(0deg); + -o-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% + { + -webkit-transform: rotate(90deg); + -moz-transform: rotate(90deg); + -o-transform: rotate(90deg); + transform: rotate(90deg); + } +} + +@-webkit-keyframes pacman-balls +{ + 75% + { + opacity: .7; + } + 100% + { + -webkit-transform: translate(-100px, -6.25px); + transform: translate(-100px, -6.25px); + } +} + +@-moz-keyframes pacman-balls +{ + 75% + { + opacity: .7; + } + 100% + { + -moz-transform: translate(-100px, -6.25px); + transform: translate(-100px, -6.25px); + } +} + +@-o-keyframes pacman-balls +{ + 75% + { + opacity: .7; + } + 100% + { + -o-transform: translate(-100px, -6.25px); + transform: translate(-100px, -6.25px); + } +} + +@keyframes pacman-balls +{ + 75% + { + opacity: .7; + } + 100% + { + -webkit-transform: translate(-100px, -6.25px); + -moz-transform: translate(-100px, -6.25px); + -o-transform: translate(-100px, -6.25px); + transform: translate(-100px, -6.25px); + } +} + +.pacman +{ + position: relative; +} +.pacman > div:nth-child(2) +{ + -webkit-animation: pacman-balls 1s -.99s infinite linear; + -moz-animation: pacman-balls 1s -.99s infinite linear; + -o-animation: pacman-balls 1s -.99s infinite linear; + animation: pacman-balls 1s -.99s infinite linear; +} +.pacman > div:nth-child(3) +{ + -webkit-animation: pacman-balls 1s -.66s infinite linear; + -moz-animation: pacman-balls 1s -.66s infinite linear; + -o-animation: pacman-balls 1s -.66s infinite linear; + animation: pacman-balls 1s -.66s infinite linear; +} +.pacman > div:nth-child(4) +{ + -webkit-animation: pacman-balls 1s -.33s infinite linear; + -moz-animation: pacman-balls 1s -.33s infinite linear; + -o-animation: pacman-balls 1s -.33s infinite linear; + animation: pacman-balls 1s -.33s infinite linear; +} +.pacman > div:nth-child(5) +{ + -webkit-animation: pacman-balls 1s 0s infinite linear; + -moz-animation: pacman-balls 1s 0s infinite linear; + -o-animation: pacman-balls 1s 0s infinite linear; + animation: pacman-balls 1s 0s infinite linear; +} +.pacman > div:first-of-type +{ + position: relative; + left: -30px; + + width: 0; + height: 0; + + -webkit-animation: rotate_pacman_half_up .5s 0s infinite; + -moz-animation: rotate_pacman_half_up .5s 0s infinite; + -o-animation: rotate_pacman_half_up .5s 0s infinite; + animation: rotate_pacman_half_up .5s 0s infinite; + + border-top: 25px solid #b8c2cc; + border-right: 25px solid transparent; + border-bottom: 25px solid #b8c2cc; + border-left: 25px solid #b8c2cc; + border-radius: 25px; +} +.pacman > div:nth-child(2) +{ + position: relative; + left: -30px; + + width: 0; + height: 0; + margin-top: -50px; + + -webkit-animation: rotate_pacman_half_down .5s 0s infinite; + -moz-animation: rotate_pacman_half_down .5s 0s infinite; + -o-animation: rotate_pacman_half_down .5s 0s infinite; + animation: rotate_pacman_half_down .5s 0s infinite; + + border-top: 25px solid #b8c2cc; + border-right: 25px solid transparent; + border-bottom: 25px solid #b8c2cc; + border-left: 25px solid #b8c2cc; + border-radius: 25px; +} +.pacman > div:nth-child(3), +.pacman > div:nth-child(4), +.pacman > div:nth-child(5), +.pacman > div:nth-child(6) +{ + position: absolute; + top: 25px; + left: 70px; + + width: 15px; + width: 10px; + height: 15px; + height: 10px; + margin: 2px; + + -webkit-transform: translate(0, -6.25px); + -moz-transform: translate(0, -6.25px); + -ms-transform: translate(0, -6.25px); + -o-transform: translate(0, -6.25px); + transform: translate(0, -6.25px); + + border-radius: 100%; + background-color: #b8c2cc; +} + +/*======================================================== + DARK LAYOUT +=========================================================*/ +@-webkit-keyframes cube-transition +{ + 25% + { + -webkit-transform: translateX(50px) scale(.5) rotate(-90deg); + transform: translateX(50px) scale(.5) rotate(-90deg); + } + 50% + { + -webkit-transform: translate(50px, 50px) rotate(-180deg); + transform: translate(50px, 50px) rotate(-180deg); + } + 75% + { + -webkit-transform: translateY(50px) scale(.5) rotate(-270deg); + transform: translateY(50px) scale(.5) rotate(-270deg); + } + 100% + { + -webkit-transform: rotate(-360deg); + transform: rotate(-360deg); + } +} +@-moz-keyframes cube-transition +{ + 25% + { + -moz-transform: translateX(50px) scale(.5) rotate(-90deg); + transform: translateX(50px) scale(.5) rotate(-90deg); + } + 50% + { + -moz-transform: translate(50px, 50px) rotate(-180deg); + transform: translate(50px, 50px) rotate(-180deg); + } + 75% + { + -moz-transform: translateY(50px) scale(.5) rotate(-270deg); + transform: translateY(50px) scale(.5) rotate(-270deg); + } + 100% + { + -moz-transform: rotate(-360deg); + transform: rotate(-360deg); + } +} +@-o-keyframes cube-transition +{ + 25% + { + -o-transform: translateX(50px) scale(.5) rotate(-90deg); + transform: translateX(50px) scale(.5) rotate(-90deg); + } + 50% + { + -o-transform: translate(50px, 50px) rotate(-180deg); + transform: translate(50px, 50px) rotate(-180deg); + } + 75% + { + -o-transform: translateY(50px) scale(.5) rotate(-270deg); + transform: translateY(50px) scale(.5) rotate(-270deg); + } + 100% + { + -o-transform: rotate(-360deg); + transform: rotate(-360deg); + } +} +@keyframes cube-transition +{ + 25% + { + -webkit-transform: translateX(50px) scale(.5) rotate(-90deg); + -moz-transform: translateX(50px) scale(.5) rotate(-90deg); + -o-transform: translateX(50px) scale(.5) rotate(-90deg); + transform: translateX(50px) scale(.5) rotate(-90deg); + } + 50% + { + -webkit-transform: translate(50px, 50px) rotate(-180deg); + -moz-transform: translate(50px, 50px) rotate(-180deg); + -o-transform: translate(50px, 50px) rotate(-180deg); + transform: translate(50px, 50px) rotate(-180deg); + } + 75% + { + -webkit-transform: translateY(50px) scale(.5) rotate(-270deg); + -moz-transform: translateY(50px) scale(.5) rotate(-270deg); + -o-transform: translateY(50px) scale(.5) rotate(-270deg); + transform: translateY(50px) scale(.5) rotate(-270deg); + } + 100% + { + -webkit-transform: rotate(-360deg); + -moz-transform: rotate(-360deg); + -o-transform: rotate(-360deg); + transform: rotate(-360deg); + } +} + +.cube-transition +{ + position: relative; + + -webkit-transform: translate(-25px, -25px); + -moz-transform: translate(-25px, -25px); + -ms-transform: translate(-25px, -25px); + -o-transform: translate(-25px, -25px); + transform: translate(-25px, -25px); +} +.cube-transition > div +{ + position: absolute; + top: -5px; + left: -5px; + + width: 10px; + height: 10px; + + -webkit-animation: cube-transition 1.6s 0s infinite ease-in-out; + -moz-animation: cube-transition 1.6s 0s infinite ease-in-out; + -o-animation: cube-transition 1.6s 0s infinite ease-in-out; + animation: cube-transition 1.6s 0s infinite ease-in-out; + + background-color: #b8c2cc; + + -webkit-animation-fill-mode: both; + -moz-animation-fill-mode: both; + -o-animation-fill-mode: both; + animation-fill-mode: both; +} +.cube-transition > div:last-child +{ + -webkit-animation-delay: -.8s; + -moz-animation-delay: -.8s; + -o-animation-delay: -.8s; + animation-delay: -.8s; +} + +/*======================================================== + DARK LAYOUT +=========================================================*/ +@-webkit-keyframes spin-rotate +{ + 0% + { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 50% + { + -webkit-transform: rotate(180deg); + transform: rotate(180deg); + } + 100% + { + -webkit-transform: rotate(360deg); + transform: rotate(360deg); + } +} +@-moz-keyframes spin-rotate +{ + 0% + { + -moz-transform: rotate(0deg); + transform: rotate(0deg); + } + 50% + { + -moz-transform: rotate(180deg); + transform: rotate(180deg); + } + 100% + { + -moz-transform: rotate(360deg); + transform: rotate(360deg); + } +} +@-o-keyframes spin-rotate +{ + 0% + { + -o-transform: rotate(0deg); + transform: rotate(0deg); + } + 50% + { + -o-transform: rotate(180deg); + transform: rotate(180deg); + } + 100% + { + -o-transform: rotate(360deg); + transform: rotate(360deg); + } +} +@keyframes spin-rotate +{ + 0% + { + -webkit-transform: rotate(0deg); + -moz-transform: rotate(0deg); + -o-transform: rotate(0deg); + transform: rotate(0deg); + } + 50% + { + -webkit-transform: rotate(180deg); + -moz-transform: rotate(180deg); + -o-transform: rotate(180deg); + transform: rotate(180deg); + } + 100% + { + -webkit-transform: rotate(360deg); + -moz-transform: rotate(360deg); + -o-transform: rotate(360deg); + transform: rotate(360deg); + } +} + +.semi-circle-spin +{ + position: relative; + + overflow: hidden; + + width: 35px; + height: 35px; +} +.semi-circle-spin > div +{ + position: absolute; + + width: 100%; + height: 100%; + + -webkit-animation: spin-rotate .6s 0s infinite linear; + -moz-animation: spin-rotate .6s 0s infinite linear; + -o-animation: spin-rotate .6s 0s infinite linear; + animation: spin-rotate .6s 0s infinite linear; + + border-width: 0; + border-radius: 100%; + background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent), color-stop(30%, #b8c2cc), to(#b8c2cc)); + background-image: -webkit-linear-gradient(transparent 0%, transparent 70%, #b8c2cc 30%, #b8c2cc 100%); + background-image: -moz-linear-gradient(transparent 0%, transparent 70%, #b8c2cc 30%, #b8c2cc 100%); + background-image: -o-linear-gradient(transparent 0%, transparent 70%, #b8c2cc 30%, #b8c2cc 100%); + background-image: linear-gradient(transparent 0%, transparent 70%, #b8c2cc 30%, #b8c2cc 100%); +} + +.loader-wrapper +{ + position: relative; +} + +.loader-container +{ + position: absolute; + top: 50%; + left: 50%; + + margin: 0; + margin-right: -50%; + + -webkit-transform: translate(-50%, -50%); + -moz-transform: translate(-50%, -50%); + -ms-transform: translate(-50%, -50%); + -o-transform: translate(-50%, -50%); + transform: translate(-50%, -50%); +} + +#preloader-wrapper +{ + position: fixed; + z-index: 1050; + top: 0; + left: 0; + + width: 100%; + height: 100%; +} + +#preloader-wrapper .loader-section +{ + position: fixed; + z-index: 1050; + + width: 100%; + height: 51%; + + background: #222; +} + +#preloader-wrapper .loader-section.section-top +{ + top: 0; +} + +#preloader-wrapper .loader-section.section-bottom +{ + bottom: 0; +} + +#loader +{ + position: absolute; + z-index: 1051; + top: 50%; + left: 50%; + + display: block; + + width: 60px; + height: 60px; + margin-right: -50%; + + -webkit-transform: translate(-50%, -50%); + -moz-transform: translate(-50%, -50%); + -ms-transform: translate(-50%, -50%); + -o-transform: translate(-50%, -50%); + transform: translate(-50%, -50%); + /* anything higher than z-index: 1000 of .loader-section */ +} + +/* Loaded */ +.loaded #preloader-wrapper .loader-section.section-top +{ + -webkit-transform: translateY(-100%); + /* IE 9 */ + -moz-transform: translateY(-100%); + /* Chrome, Opera 15+, Safari 3.1+ */ + -ms-transform: translateY(-100%); + -o-transform: translateY(-100%); + transform: translateY(-100%); + /* Firefox 16+, IE 10+, Opera */ +} + +.loaded #preloader-wrapper .loader-section.section-bottom +{ + -webkit-transform: translateY(100%); + /* IE 9 */ + -moz-transform: translateY(100%); + /* Chrome, Opera 15+, Safari 3.1+ */ + -ms-transform: translateY(100%); + -o-transform: translateY(100%); + transform: translateY(100%); + /* Firefox 16+, IE 10+, Opera */ +} + +.loaded #loader +{ + opacity: 0; +} + +.loaded #preloader-wrapper +{ + visibility: hidden; +} + +.loaded #loader +{ + -webkit-transition: all .3s ease-out; + -moz-transition: all .3s ease-out; + -o-transition: all .3s ease-out; + transition: all .3s ease-out; + + opacity: 0; +} + +.loaded #preloader-wrapper .loader-section.section-bottom, +.loaded #preloader-wrapper .loader-section.section-top +{ + -webkit-transition: all .7s .3s cubic-bezier(.645, .045, .355, 1); + -moz-transition: all .7s .3s cubic-bezier(.645, .045, .355, 1); + -o-transition: all .7s .3s cubic-bezier(.645, .045, .355, 1); + transition: all .7s .3s cubic-bezier(.645, .045, .355, 1); +} diff --git a/wwwjuba/app-assets/css/plugins/loaders/loaders.min.css b/wwwjuba/app-assets/css/plugins/loaders/loaders.min.css new file mode 100644 index 0000000..31c5b84 --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/loaders/loaders.min.css @@ -0,0 +1 @@ +.double-bounce{position:relative;width:40px;height:40px;margin:40px auto}.double-bounce .child{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-animation:doubleBounce 2s infinite ease-in-out;-moz-animation:doubleBounce 2s infinite ease-in-out;-o-animation:doubleBounce 2s infinite ease-in-out;animation:doubleBounce 2s infinite ease-in-out;opacity:.6;border-radius:50%;background-color:#333}.double-bounce .double-bounce2{-webkit-animation-delay:-1s;-moz-animation-delay:-1s;-o-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes doubleBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@-moz-keyframes doubleBounce{0%,100%{-moz-transform:scale(0);transform:scale(0)}50%{-moz-transform:scale(1);transform:scale(1)}}@-o-keyframes doubleBounce{0%,100%{-o-transform:scale(0);transform:scale(0)}50%{-o-transform:scale(1);transform:scale(1)}}@keyframes doubleBounce{0%,100%{-webkit-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}.chasing-dots{position:relative;width:40px;height:40px;-webkit-animation:chasingDotsRotate 2s infinite linear;-moz-animation:chasingDotsRotate 2s infinite linear;-o-animation:chasingDotsRotate 2s infinite linear;animation:chasingDotsRotate 2s infinite linear;text-align:center}.chasing-dots .child{position:absolute;top:0;display:inline-block;width:60%;height:60%;-webkit-animation:chasingDotsBounce 2s infinite ease-in-out;-moz-animation:chasingDotsBounce 2s infinite ease-in-out;-o-animation:chasingDotsBounce 2s infinite ease-in-out;animation:chasingDotsBounce 2s infinite ease-in-out;border-radius:100%;background-color:#333}.chasing-dots .dot2{top:auto;bottom:0;-webkit-animation-delay:-1s;-moz-animation-delay:-1s;-o-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes chasingDotsRotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes chasingDotsRotate{100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}@-o-keyframes chasingDotsRotate{100%{-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes chasingDotsRotate{100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes chasingDotsBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@-moz-keyframes chasingDotsBounce{0%,100%{-moz-transform:scale(0);transform:scale(0)}50%{-moz-transform:scale(1);transform:scale(1)}}@-o-keyframes chasingDotsBounce{0%,100%{-o-transform:scale(0);transform:scale(0)}50%{-o-transform:scale(1);transform:scale(1)}}@keyframes chasingDotsBounce{0%,100%{-webkit-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}.cube-grid{width:40px;height:40px;margin:40px auto}.cube-grid .cube{float:left;width:33.33%;height:33.33%;-webkit-animation:cubeGridScaleDelay 1.3s infinite ease-in-out;-moz-animation:cubeGridScaleDelay 1.3s infinite ease-in-out;-o-animation:cubeGridScaleDelay 1.3s infinite ease-in-out;animation:cubeGridScaleDelay 1.3s infinite ease-in-out;background-color:#333}.cube-grid .cube1{-webkit-animation-delay:.2s;-moz-animation-delay:.2s;-o-animation-delay:.2s;animation-delay:.2s}.cube-grid .cube2{-webkit-animation-delay:.3s;-moz-animation-delay:.3s;-o-animation-delay:.3s;animation-delay:.3s}.cube-grid .cube3{-webkit-animation-delay:.4s;-moz-animation-delay:.4s;-o-animation-delay:.4s;animation-delay:.4s}.cube-grid .cube4{-webkit-animation-delay:.1s;-moz-animation-delay:.1s;-o-animation-delay:.1s;animation-delay:.1s}.cube-grid .cube5{-webkit-animation-delay:.2s;-moz-animation-delay:.2s;-o-animation-delay:.2s;animation-delay:.2s}.cube-grid .cube6{-webkit-animation-delay:.3s;-moz-animation-delay:.3s;-o-animation-delay:.3s;animation-delay:.3s}.cube-grid .cube7{-webkit-animation-delay:0s;-moz-animation-delay:0s;-o-animation-delay:0s;animation-delay:0s}.cube-grid .cube8{-webkit-animation-delay:.1s;-moz-animation-delay:.1s;-o-animation-delay:.1s;animation-delay:.1s}.cube-grid .cube9{-webkit-animation-delay:.2s;-moz-animation-delay:.2s;-o-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes cubeGridScaleDelay{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}@-moz-keyframes cubeGridScaleDelay{0%,100%,70%{-moz-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-moz-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}@-o-keyframes cubeGridScaleDelay{0%,100%,70%{-o-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-o-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}@keyframes cubeGridScaleDelay{0%,100%,70%{-webkit-transform:scale3D(1,1,1);-moz-transform:scale3D(1,1,1);-o-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);-moz-transform:scale3D(0,0,1);-o-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}.fading-circle{position:relative;width:40px;height:40px;margin:40px auto}.fading-circle .circle{position:absolute;top:0;left:0;width:100%;height:100%}.fading-circle .circle:before{display:block;width:15%;height:15%;margin:0 auto;content:'';-webkit-animation:circleFadeDelay 1.2s infinite ease-in-out both;-moz-animation:circleFadeDelay 1.2s infinite ease-in-out both;-o-animation:circleFadeDelay 1.2s infinite ease-in-out both;animation:circleFadeDelay 1.2s infinite ease-in-out both;border-radius:100%;background-color:#333}.fading-circle .circle2{-webkit-transform:rotate(30deg);-moz-transform:rotate(30deg);-ms-transform:rotate(30deg);-o-transform:rotate(30deg);transform:rotate(30deg)}.fading-circle .circle2:before{-webkit-animation-delay:-1.1s;-moz-animation-delay:-1.1s;-o-animation-delay:-1.1s;animation-delay:-1.1s}.fading-circle .circle3{-webkit-transform:rotate(60deg);-moz-transform:rotate(60deg);-ms-transform:rotate(60deg);-o-transform:rotate(60deg);transform:rotate(60deg)}.fading-circle .circle3:before{-webkit-animation-delay:-1s;-moz-animation-delay:-1s;-o-animation-delay:-1s;animation-delay:-1s}.fading-circle .circle4{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fading-circle .circle4:before{-webkit-animation-delay:-.9s;-moz-animation-delay:-.9s;-o-animation-delay:-.9s;animation-delay:-.9s}.fading-circle .circle5{-webkit-transform:rotate(120deg);-moz-transform:rotate(120deg);-ms-transform:rotate(120deg);-o-transform:rotate(120deg);transform:rotate(120deg)}.fading-circle .circle5:before{-webkit-animation-delay:-.8s;-moz-animation-delay:-.8s;-o-animation-delay:-.8s;animation-delay:-.8s}.fading-circle .circle6{-webkit-transform:rotate(150deg);-moz-transform:rotate(150deg);-ms-transform:rotate(150deg);-o-transform:rotate(150deg);transform:rotate(150deg)}.fading-circle .circle6:before{-webkit-animation-delay:-.7s;-moz-animation-delay:-.7s;-o-animation-delay:-.7s;animation-delay:-.7s}.fading-circle .circle7{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fading-circle .circle7:before{-webkit-animation-delay:-.6s;-moz-animation-delay:-.6s;-o-animation-delay:-.6s;animation-delay:-.6s}.fading-circle .circle8{-webkit-transform:rotate(210deg);-moz-transform:rotate(210deg);-ms-transform:rotate(210deg);-o-transform:rotate(210deg);transform:rotate(210deg)}.fading-circle .circle8:before{-webkit-animation-delay:-.5s;-moz-animation-delay:-.5s;-o-animation-delay:-.5s;animation-delay:-.5s}.fading-circle .circle9{-webkit-transform:rotate(240deg);-moz-transform:rotate(240deg);-ms-transform:rotate(240deg);-o-transform:rotate(240deg);transform:rotate(240deg)}.fading-circle .circle9:before{-webkit-animation-delay:-.4s;-moz-animation-delay:-.4s;-o-animation-delay:-.4s;animation-delay:-.4s}.fading-circle .circle10{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fading-circle .circle10:before{-webkit-animation-delay:-.3s;-moz-animation-delay:-.3s;-o-animation-delay:-.3s;animation-delay:-.3s}.fading-circle .circle11{-webkit-transform:rotate(300deg);-moz-transform:rotate(300deg);-ms-transform:rotate(300deg);-o-transform:rotate(300deg);transform:rotate(300deg)}.fading-circle .circle11:before{-webkit-animation-delay:-.2s;-moz-animation-delay:-.2s;-o-animation-delay:-.2s;animation-delay:-.2s}.fading-circle .circle12{-webkit-transform:rotate(330deg);-moz-transform:rotate(330deg);-ms-transform:rotate(330deg);-o-transform:rotate(330deg);transform:rotate(330deg)}.fading-circle .circle12:before{-webkit-animation-delay:-.1s;-moz-animation-delay:-.1s;-o-animation-delay:-.1s;animation-delay:-.1s}@-webkit-keyframes circleFadeDelay{0%,100%,39%{opacity:0}40%{opacity:1}}@-moz-keyframes circleFadeDelay{0%,100%,39%{opacity:0}40%{opacity:1}}@-o-keyframes circleFadeDelay{0%,100%,39%{opacity:0}40%{opacity:1}}@keyframes circleFadeDelay{0%,100%,39%{opacity:0}40%{opacity:1}}.folding-cube{position:relative;width:40px;height:40px;-webkit-transform:rotateZ(45deg);-moz-transform:rotateZ(45deg);-ms-transform:rotate(45deg);-o-transform:rotateZ(45deg);transform:rotateZ(45deg)}.folding-cube .cube{position:relative;float:left;width:50%;height:50%;-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}.folding-cube .cube:before{position:absolute;top:0;left:0;width:100%;height:100%;content:'';-webkit-transform-origin:100% 100%;-moz-transform-origin:100% 100%;-ms-transform-origin:100% 100%;-o-transform-origin:100% 100%;transform-origin:100% 100%;-webkit-animation:foldCubeAngle 2.4s infinite linear both;-moz-animation:foldCubeAngle 2.4s infinite linear both;-o-animation:foldCubeAngle 2.4s infinite linear both;animation:foldCubeAngle 2.4s infinite linear both;background-color:#333}.ball-pulse-sync>div,.ball-pulse>div,.ball-scale-random>div,.ball-scale>div{width:15px;height:15px;margin:2px;border-radius:100%;display:inline-block}.ball-beat>div,.ball-pulse-sync>div,.ball-pulse>div,.ball-rotate>div,.ball-scale-multiple>div,.ball-scale-random>div,.ball-scale>div{background-color:#b8c2cc}.folding-cube .cube2{-webkit-transform:scale(1.1) rotateZ(90deg);-moz-transform:scale(1.1) rotateZ(90deg);-ms-transform:scale(1.1) rotate(90deg);-o-transform:scale(1.1) rotateZ(90deg);transform:scale(1.1) rotateZ(90deg)}.folding-cube .cube2:before{-webkit-animation-delay:.3s;-moz-animation-delay:.3s;-o-animation-delay:.3s;animation-delay:.3s}.folding-cube .cube3{-webkit-transform:scale(1.1) rotateZ(180deg);-moz-transform:scale(1.1) rotateZ(180deg);-ms-transform:scale(1.1) rotate(180deg);-o-transform:scale(1.1) rotateZ(180deg);transform:scale(1.1) rotateZ(180deg)}.folding-cube .cube3:before{-webkit-animation-delay:.6s;-moz-animation-delay:.6s;-o-animation-delay:.6s;animation-delay:.6s}.folding-cube .cube4{-webkit-transform:scale(1.1) rotateZ(270deg);-moz-transform:scale(1.1) rotateZ(270deg);-ms-transform:scale(1.1) rotate(270deg);-o-transform:scale(1.1) rotateZ(270deg);transform:scale(1.1) rotateZ(270deg)}.folding-cube .cube4:before{-webkit-animation-delay:.9s;-moz-animation-delay:.9s;-o-animation-delay:.9s;animation-delay:.9s}@-webkit-keyframes foldCubeAngle{0%,10%{-webkit-transform:perspective(140px) rotateX(-180deg);transform:perspective(140px) rotateX(-180deg);opacity:0}25%,75%{-webkit-transform:perspective(140px) rotateX(0);transform:perspective(140px) rotateX(0);opacity:1}100%,90%{-webkit-transform:perspective(140px) rotateY(180deg);transform:perspective(140px) rotateY(180deg);opacity:0}}@-moz-keyframes foldCubeAngle{0%,10%{-moz-transform:perspective(140px) rotateX(-180deg);transform:perspective(140px) rotateX(-180deg);opacity:0}25%,75%{-moz-transform:perspective(140px) rotateX(0);transform:perspective(140px) rotateX(0);opacity:1}100%,90%{-moz-transform:perspective(140px) rotateY(180deg);transform:perspective(140px) rotateY(180deg);opacity:0}}@-o-keyframes foldCubeAngle{0%,10%{transform:perspective(140px) rotateX(-180deg);opacity:0}25%,75%{transform:perspective(140px) rotateX(0);opacity:1}100%,90%{transform:perspective(140px) rotateY(180deg);opacity:0}}@keyframes foldCubeAngle{0%,10%{-webkit-transform:perspective(140px) rotateX(-180deg);-moz-transform:perspective(140px) rotateX(-180deg);transform:perspective(140px) rotateX(-180deg);opacity:0}25%,75%{-webkit-transform:perspective(140px) rotateX(0);-moz-transform:perspective(140px) rotateX(0);transform:perspective(140px) rotateX(0);opacity:1}100%,90%{-webkit-transform:perspective(140px) rotateY(180deg);-moz-transform:perspective(140px) rotateY(180deg);transform:perspective(140px) rotateY(180deg);opacity:0}}@-webkit-keyframes scale{0%,80%{-webkit-transform:scale(1);transform:scale(1);opacity:1}45%{-webkit-transform:scale(.1);transform:scale(.1);opacity:.7}}@-moz-keyframes scale{0%,80%{-moz-transform:scale(1);transform:scale(1);opacity:1}45%{-moz-transform:scale(.1);transform:scale(.1);opacity:.7}}@-o-keyframes scale{0%,80%{-o-transform:scale(1);transform:scale(1);opacity:1}45%{-o-transform:scale(.1);transform:scale(.1);opacity:.7}}@keyframes scale{0%,80%{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:1}45%{-webkit-transform:scale(.1);-moz-transform:scale(.1);-o-transform:scale(.1);transform:scale(.1);opacity:.7}}.ball-pulse>div:nth-child(1){-webkit-animation:scale .75s -.24s infinite cubic-bezier(.2,.68,.18,1.08);-moz-animation:scale .75s -.24s infinite cubic-bezier(.2,.68,.18,1.08);-o-animation:scale .75s -.24s infinite cubic-bezier(.2,.68,.18,1.08);animation:scale .75s -.24s infinite cubic-bezier(.2,.68,.18,1.08)}.ball-pulse>div:nth-child(2){-webkit-animation:scale .75s -.12s infinite cubic-bezier(.2,.68,.18,1.08);-moz-animation:scale .75s -.12s infinite cubic-bezier(.2,.68,.18,1.08);-o-animation:scale .75s -.12s infinite cubic-bezier(.2,.68,.18,1.08);animation:scale .75s -.12s infinite cubic-bezier(.2,.68,.18,1.08)}.ball-pulse>div:nth-child(3){-webkit-animation:scale .75s 0s infinite cubic-bezier(.2,.68,.18,1.08);-moz-animation:scale .75s 0s infinite cubic-bezier(.2,.68,.18,1.08);-o-animation:scale .75s 0s infinite cubic-bezier(.2,.68,.18,1.08);animation:scale .75s 0s infinite cubic-bezier(.2,.68,.18,1.08)}.ball-pulse>div{-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes ball-pulse-sync{33%{-webkit-transform:translateY(10px);transform:translateY(10px)}66%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@-moz-keyframes ball-pulse-sync{33%{-moz-transform:translateY(10px);transform:translateY(10px)}66%{-moz-transform:translateY(-10px);transform:translateY(-10px)}100%{-moz-transform:translateY(0);transform:translateY(0)}}@-o-keyframes ball-pulse-sync{33%{-o-transform:translateY(10px);transform:translateY(10px)}66%{-o-transform:translateY(-10px);transform:translateY(-10px)}100%{-o-transform:translateY(0);transform:translateY(0)}}@keyframes ball-pulse-sync{33%{-webkit-transform:translateY(10px);-moz-transform:translateY(10px);-o-transform:translateY(10px);transform:translateY(10px)}66%{-webkit-transform:translateY(-10px);-moz-transform:translateY(-10px);-o-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}}.ball-pulse-sync>div:nth-child(1){-webkit-animation:ball-pulse-sync .6s -.14s infinite ease-in-out;-moz-animation:ball-pulse-sync .6s -.14s infinite ease-in-out;-o-animation:ball-pulse-sync .6s -.14s infinite ease-in-out;animation:ball-pulse-sync .6s -.14s infinite ease-in-out}.ball-pulse-sync>div:nth-child(2){-webkit-animation:ball-pulse-sync .6s -.07s infinite ease-in-out;-moz-animation:ball-pulse-sync .6s -.07s infinite ease-in-out;-o-animation:ball-pulse-sync .6s -.07s infinite ease-in-out;animation:ball-pulse-sync .6s -.07s infinite ease-in-out}.ball-pulse-sync>div:nth-child(3){-webkit-animation:ball-pulse-sync .6s 0s infinite ease-in-out;-moz-animation:ball-pulse-sync .6s 0s infinite ease-in-out;-o-animation:ball-pulse-sync .6s 0s infinite ease-in-out;animation:ball-pulse-sync .6s 0s infinite ease-in-out}.ball-pulse-sync>div{-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes ball-scale{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@-moz-keyframes ball-scale{0%{-moz-transform:scale(0);transform:scale(0)}100%{-moz-transform:scale(1);transform:scale(1);opacity:0}}@-o-keyframes ball-scale{0%{-o-transform:scale(0);transform:scale(0)}100%{-o-transform:scale(1);transform:scale(1);opacity:0}}@keyframes ball-scale{0%{-webkit-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:0}}.ball-scale>div{width:60px;height:60px;-webkit-animation:ball-scale 1s 0s ease-in-out infinite;-moz-animation:ball-scale 1s 0s ease-in-out infinite;-o-animation:ball-scale 1s 0s ease-in-out infinite;animation:ball-scale 1s 0s ease-in-out infinite;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both}.ball-scale-random{width:37px;height:40px}.ball-scale-random>div{position:absolute;width:30px;height:30px;-webkit-animation:ball-scale 1s 0s ease-in-out infinite;-moz-animation:ball-scale 1s 0s ease-in-out infinite;-o-animation:ball-scale 1s 0s ease-in-out infinite;animation:ball-scale 1s 0s ease-in-out infinite;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both}.ball-rotate,.ball-rotate>div{position:relative}.ball-scale-random>div:nth-child(1){margin-left:-7px;-webkit-animation:ball-scale 1s .2s ease-in-out infinite;-moz-animation:ball-scale 1s .2s ease-in-out infinite;-o-animation:ball-scale 1s .2s ease-in-out infinite;animation:ball-scale 1s .2s ease-in-out infinite}.ball-scale-random>div:nth-child(3){margin-top:9px;margin-left:-2px;-webkit-animation:ball-scale 1s .5s ease-in-out infinite;-moz-animation:ball-scale 1s .5s ease-in-out infinite;-o-animation:ball-scale 1s .5s ease-in-out infinite;animation:ball-scale 1s .5s ease-in-out infinite}@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes rotate{0%{-moz-transform:rotate(0);transform:rotate(0)}50%{-moz-transform:rotate(180deg);transform:rotate(180deg)}100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}@-o-keyframes rotate{0%{-o-transform:rotate(0);transform:rotate(0)}50%{-o-transform:rotate(180deg);transform:rotate(180deg)}100%{-o-transform:rotate(360deg);transform:rotate(360deg)}}.ball-rotate>div{width:15px;height:15px;margin:2px;border-radius:100%;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both}.ball-rotate>div:first-child{-webkit-animation:rotate 1s 0s cubic-bezier(.7,-.13,.22,.86) infinite;-moz-animation:rotate 1s 0s cubic-bezier(.7,-.13,.22,.86) infinite;-o-animation:rotate 1s 0s cubic-bezier(.7,-.13,.22,.86) infinite;animation:rotate 1s 0s cubic-bezier(.7,-.13,.22,.86) infinite}.ball-rotate>div:after,.ball-rotate>div:before{position:absolute;width:15px;height:15px;margin:2px;content:'';opacity:.8;border-radius:100%;background-color:#b8c2cc}.ball-rotate>div:before{top:0;left:-28px}.ball-rotate>div:after{top:0;left:25px}.ball-clip-rotate>div{display:inline-block;width:15px;width:25px;height:15px;height:25px;margin:2px;-webkit-animation:rotate .75s 0s linear infinite;-moz-animation:rotate .75s 0s linear infinite;-o-animation:rotate .75s 0s linear infinite;animation:rotate .75s 0s linear infinite;border:2px solid #b8c2cc;border-bottom-color:transparent;border-radius:100%;background:0 0!important;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both}.ball-clip-rotate-pulse>div,.ball-triangle-path>div{-moz-animation-fill-mode:both;-o-animation-fill-mode:both}@keyframes rotate{0%{-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes scale{30%{-webkit-transform:scale(.3);-moz-transform:scale(.3);-o-transform:scale(.3);transform:scale(.3)}100%{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}.ball-clip-rotate-pulse{position:relative;-webkit-transform:translateY(-15px);-moz-transform:translateY(-15px);-ms-transform:translateY(-15px);-o-transform:translateY(-15px);transform:translateY(-15px)}.ball-clip-rotate-pulse>div{position:absolute;top:0;left:0;border-radius:100%;-webkit-animation-fill-mode:both;animation-fill-mode:both}.ball-clip-rotate-pulse>div:first-child{top:7px;left:-7px;width:16px;height:16px;-webkit-animation:scale 1s 0s cubic-bezier(.09,.57,.49,.9) infinite;-moz-animation:scale 1s 0s cubic-bezier(.09,.57,.49,.9) infinite;-o-animation:scale 1s 0s cubic-bezier(.09,.57,.49,.9) infinite;animation:scale 1s 0s cubic-bezier(.09,.57,.49,.9) infinite;background:#b8c2cc}.ball-clip-rotate-pulse>div:last-child{position:absolute;top:-2px;left:-16px;width:30px;height:30px;-webkit-animation:rotate 1s 0s cubic-bezier(.09,.57,.49,.9) infinite;-moz-animation:rotate 1s 0s cubic-bezier(.09,.57,.49,.9) infinite;-o-animation:rotate 1s 0s cubic-bezier(.09,.57,.49,.9) infinite;animation:rotate 1s 0s cubic-bezier(.09,.57,.49,.9) infinite;-webkit-animation-duration:1s;-moz-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;border:2px solid;border-color:#b8c2cc transparent;background:0 0}@keyframes rotate{0%{-webkit-transform:rotate(0) scale(1);-moz-transform:rotate(0) scale(1);-o-transform:rotate(0) scale(1);transform:rotate(0) scale(1)}50%{-webkit-transform:rotate(180deg) scale(.6);-moz-transform:rotate(180deg) scale(.6);-o-transform:rotate(180deg) scale(.6);transform:rotate(180deg) scale(.6)}100%{-webkit-transform:rotate(360deg) scale(1);-moz-transform:rotate(360deg) scale(1);-o-transform:rotate(360deg) scale(1);transform:rotate(360deg) scale(1)}}.ball-clip-rotate-multiple{position:relative}.ball-clip-rotate-multiple>div{position:absolute;top:-20px;left:-20px;width:35px;height:35px;-webkit-animation:rotate 1s 0s ease-in-out infinite;-moz-animation:rotate 1s 0s ease-in-out infinite;-o-animation:rotate 1s 0s ease-in-out infinite;animation:rotate 1s 0s ease-in-out infinite;border:2px solid #b8c2cc;border-top-color:transparent;border-bottom-color:transparent;border-radius:100%;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both}.ball-beat>div,.ball-scale-multiple>div{width:15px;height:15px;border-radius:100%}.ball-clip-rotate-multiple>div:last-child{top:-10px;left:-10px;display:inline-block;width:15px;height:15px;-webkit-animation-duration:.5s;-moz-animation-duration:.5s;-o-animation-duration:.5s;animation-duration:.5s;animation-direction:reverse;border-color:#b8c2cc transparent}@-webkit-keyframes ball-scale-ripple{0%{-webkit-transform:scale(.1);transform:scale(.1);opacity:1}70%{-webkit-transform:scale(1);transform:scale(1);opacity:.7}100%{opacity:0}}@-moz-keyframes ball-scale-ripple{0%{-moz-transform:scale(.1);transform:scale(.1);opacity:1}70%{-moz-transform:scale(1);transform:scale(1);opacity:.7}100%{opacity:0}}@-o-keyframes ball-scale-ripple{0%{-o-transform:scale(.1);transform:scale(.1);opacity:1}70%{-o-transform:scale(1);transform:scale(1);opacity:.7}100%{opacity:0}}@keyframes ball-scale-ripple{0%{-webkit-transform:scale(.1);-moz-transform:scale(.1);-o-transform:scale(.1);transform:scale(.1);opacity:1}70%{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:.7}100%{opacity:0}}.ball-scale-ripple>div{width:50px;height:50px;-webkit-animation:ball-scale-ripple 1s 0s infinite cubic-bezier(.21,.53,.56,.8);-moz-animation:ball-scale-ripple 1s 0s infinite cubic-bezier(.21,.53,.56,.8);-o-animation:ball-scale-ripple 1s 0s infinite cubic-bezier(.21,.53,.56,.8);animation:ball-scale-ripple 1s 0s infinite cubic-bezier(.21,.53,.56,.8);border:2px solid #b8c2cc;border-radius:100%;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes ball-scale-ripple-multiple{0%{-webkit-transform:scale(.1);transform:scale(.1);opacity:1}70%{-webkit-transform:scale(1);transform:scale(1);opacity:.7}100%{opacity:0}}@-moz-keyframes ball-scale-ripple-multiple{0%{-moz-transform:scale(.1);transform:scale(.1);opacity:1}70%{-moz-transform:scale(1);transform:scale(1);opacity:.7}100%{opacity:0}}@-o-keyframes ball-scale-ripple-multiple{0%{-o-transform:scale(.1);transform:scale(.1);opacity:1}70%{-o-transform:scale(1);transform:scale(1);opacity:.7}100%{opacity:0}}@keyframes ball-scale-ripple-multiple{0%{-webkit-transform:scale(.1);-moz-transform:scale(.1);-o-transform:scale(.1);transform:scale(.1);opacity:1}70%{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:.7}100%{opacity:0}}.ball-scale-ripple-multiple{position:relative;-webkit-transform:translateY(-25px);-moz-transform:translateY(-25px);-ms-transform:translateY(-25px);-o-transform:translateY(-25px);transform:translateY(-25px)}.ball-scale-ripple-multiple>div:nth-child(0){-webkit-animation-delay:-.8s;-moz-animation-delay:-.8s;-o-animation-delay:-.8s;animation-delay:-.8s}.ball-scale-ripple-multiple>div:nth-child(1){-webkit-animation-delay:-.6s;-moz-animation-delay:-.6s;-o-animation-delay:-.6s;animation-delay:-.6s}.ball-scale-ripple-multiple>div:nth-child(2){-webkit-animation-delay:-.4s;-moz-animation-delay:-.4s;-o-animation-delay:-.4s;animation-delay:-.4s}.ball-scale-ripple-multiple>div:nth-child(3){-webkit-animation-delay:-.2s;-moz-animation-delay:-.2s;-o-animation-delay:-.2s;animation-delay:-.2s}.ball-scale-ripple-multiple>div{position:absolute;top:-2px;left:-26px;width:50px;height:50px;-webkit-animation:ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21,.53,.56,.8);-moz-animation:ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21,.53,.56,.8);-o-animation:ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21,.53,.56,.8);animation:ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21,.53,.56,.8);border:2px solid #b8c2cc;border-radius:100%;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes ball-beat{50%{-webkit-transform:scale(.75);transform:scale(.75);opacity:.2}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-moz-keyframes ball-beat{50%{-moz-transform:scale(.75);transform:scale(.75);opacity:.2}100%{-moz-transform:scale(1);transform:scale(1);opacity:1}}@-o-keyframes ball-beat{50%{-o-transform:scale(.75);transform:scale(.75);opacity:.2}100%{-o-transform:scale(1);transform:scale(1);opacity:1}}@keyframes ball-beat{50%{-webkit-transform:scale(.75);-moz-transform:scale(.75);-o-transform:scale(.75);transform:scale(.75);opacity:.2}100%{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:1}}.ball-beat>div{display:inline-block;margin:2px;-webkit-animation:ball-beat .7s 0s infinite linear;-moz-animation:ball-beat .7s 0s infinite linear;-o-animation:ball-beat .7s 0s infinite linear;animation:ball-beat .7s 0s infinite linear;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both}.ball-beat>div:nth-child(2n-1){-webkit-animation-delay:-.35s!important;-moz-animation-delay:-.35s!important;-o-animation-delay:-.35s!important;animation-delay:-.35s!important}@-webkit-keyframes ball-scale-multiple{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0}5%{opacity:1}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@-moz-keyframes ball-scale-multiple{0%{-moz-transform:scale(0);transform:scale(0);opacity:0}5%{opacity:1}100%{-moz-transform:scale(1);transform:scale(1);opacity:0}}@-o-keyframes ball-scale-multiple{0%{-o-transform:scale(0);transform:scale(0);opacity:0}5%{opacity:1}100%{-o-transform:scale(1);transform:scale(1);opacity:0}}@keyframes ball-scale-multiple{0%{-webkit-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0);transform:scale(0);opacity:0}5%{opacity:1}100%{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:0}}.ball-scale-multiple{position:relative}.ball-scale-multiple>div:nth-child(2){-webkit-animation-delay:-.4s;-moz-animation-delay:-.4s;-o-animation-delay:-.4s;animation-delay:-.4s}.ball-scale-multiple>div:nth-child(3){-webkit-animation-delay:-.2s;-moz-animation-delay:-.2s;-o-animation-delay:-.2s;animation-delay:-.2s}.ball-scale-multiple>div{position:absolute;top:0;width:60px;height:60px;margin:0;-webkit-animation:ball-scale-multiple 1s 0s linear infinite;-moz-animation:ball-scale-multiple 1s 0s linear infinite;-o-animation:ball-scale-multiple 1s 0s linear infinite;animation:ball-scale-multiple 1s 0s linear infinite;opacity:0;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both}.ball-triangle-path>div:nth-child(1),.ball-triangle-path>div:nth-child(2){-webkit-animation-duration:2s;-moz-animation-duration:2s;-o-animation-duration:2s;-moz-animation-timing-function:ease-in-out;-o-animation-timing-function:ease-in-out;-moz-animation-iteration-count:infinite;-o-animation-iteration-count:infinite}@-webkit-keyframes ball-triangle-path-1{33%{-webkit-transform:translate(25px,-50px);transform:translate(25px,-50px)}66%{-webkit-transform:translate(50px,0);transform:translate(50px,0)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@-moz-keyframes ball-triangle-path-1{33%{-moz-transform:translate(25px,-50px);transform:translate(25px,-50px)}66%{-moz-transform:translate(50px,0);transform:translate(50px,0)}100%{-moz-transform:translate(0,0);transform:translate(0,0)}}@-o-keyframes ball-triangle-path-1{33%{-o-transform:translate(25px,-50px);transform:translate(25px,-50px)}66%{-o-transform:translate(50px,0);transform:translate(50px,0)}100%{-o-transform:translate(0,0);transform:translate(0,0)}}@keyframes ball-triangle-path-1{33%{-webkit-transform:translate(25px,-50px);-moz-transform:translate(25px,-50px);-o-transform:translate(25px,-50px);transform:translate(25px,-50px)}66%{-webkit-transform:translate(50px,0);-moz-transform:translate(50px,0);-o-transform:translate(50px,0);transform:translate(50px,0)}100%{-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}}@-webkit-keyframes ball-triangle-path-2{33%{-webkit-transform:translate(25px,50px);transform:translate(25px,50px)}66%{-webkit-transform:translate(-25px,50px);transform:translate(-25px,50px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@-moz-keyframes ball-triangle-path-2{33%{-moz-transform:translate(25px,50px);transform:translate(25px,50px)}66%{-moz-transform:translate(-25px,50px);transform:translate(-25px,50px)}100%{-moz-transform:translate(0,0);transform:translate(0,0)}}@-o-keyframes ball-triangle-path-2{33%{-o-transform:translate(25px,50px);transform:translate(25px,50px)}66%{-o-transform:translate(-25px,50px);transform:translate(-25px,50px)}100%{-o-transform:translate(0,0);transform:translate(0,0)}}@keyframes ball-triangle-path-2{33%{-webkit-transform:translate(25px,50px);-moz-transform:translate(25px,50px);-o-transform:translate(25px,50px);transform:translate(25px,50px)}66%{-webkit-transform:translate(-25px,50px);-moz-transform:translate(-25px,50px);-o-transform:translate(-25px,50px);transform:translate(-25px,50px)}100%{-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}}@-webkit-keyframes ball-triangle-path-3{33%{-webkit-transform:translate(-50px,0);transform:translate(-50px,0)}66%{-webkit-transform:translate(-25px,-50px);transform:translate(-25px,-50px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@-moz-keyframes ball-triangle-path-3{33%{-moz-transform:translate(-50px,0);transform:translate(-50px,0)}66%{-moz-transform:translate(-25px,-50px);transform:translate(-25px,-50px)}100%{-moz-transform:translate(0,0);transform:translate(0,0)}}@-o-keyframes ball-triangle-path-3{33%{-o-transform:translate(-50px,0);transform:translate(-50px,0)}66%{-o-transform:translate(-25px,-50px);transform:translate(-25px,-50px)}100%{-o-transform:translate(0,0);transform:translate(0,0)}}@keyframes ball-triangle-path-3{33%{-webkit-transform:translate(-50px,0);-moz-transform:translate(-50px,0);-o-transform:translate(-50px,0);transform:translate(-50px,0)}66%{-webkit-transform:translate(-25px,-50px);-moz-transform:translate(-25px,-50px);-o-transform:translate(-25px,-50px);transform:translate(-25px,-50px)}100%{-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}}.ball-triangle-path{position:relative;-webkit-transform:translate(-29.99px,-37.51px);-moz-transform:translate(-29.99px,-37.51px);-ms-transform:translate(-29.99px,-37.51px);-o-transform:translate(-29.99px,-37.51px);transform:translate(-29.99px,-37.51px)}.ball-triangle-path>div:nth-child(1){-webkit-animation-name:ball-triangle-path-1;-moz-animation-name:ball-triangle-path-1;-o-animation-name:ball-triangle-path-1;animation-name:ball-triangle-path-1;animation-duration:2s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-delay:0;-moz-animation-delay:0;-o-animation-delay:0;animation-delay:0;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.ball-triangle-path>div:nth-child(2),.ball-triangle-path>div:nth-child(3){-webkit-animation-delay:0;-moz-animation-delay:0;-o-animation-delay:0;-webkit-animation-iteration-count:infinite}.ball-triangle-path>div:nth-child(2){-webkit-animation-name:ball-triangle-path-2;-moz-animation-name:ball-triangle-path-2;-o-animation-name:ball-triangle-path-2;animation-name:ball-triangle-path-2;animation-duration:2s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;animation-delay:0;animation-iteration-count:infinite}.ball-triangle-path>div:nth-child(3){-webkit-animation-name:ball-triangle-path-3;-moz-animation-name:ball-triangle-path-3;-o-animation-name:ball-triangle-path-3;animation-name:ball-triangle-path-3;-webkit-animation-duration:2s;-moz-animation-duration:2s;-o-animation-duration:2s;animation-duration:2s;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out;-o-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;animation-delay:0;-moz-animation-iteration-count:infinite;-o-animation-iteration-count:infinite;animation-iteration-count:infinite}.ball-triangle-path>div{position:absolute;width:10px;height:10px;border:1px solid #b8c2cc;border-radius:100%;-webkit-animation-fill-mode:both;animation-fill-mode:both}.ball-grid-beat>div,.ball-pulse-rise>div{height:15px;margin:2px;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;-o-animation-iteration-count:infinite;border-radius:100%;background-color:#b8c2cc;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;display:inline-block}.ball-triangle-path>div:nth-of-type(1){top:50px}.ball-triangle-path>div:nth-of-type(2){left:25px}.ball-triangle-path>div:nth-of-type(3){top:50px;left:50px}@-webkit-keyframes ball-pulse-rise-even{0%{-webkit-transform:scale(1.1);transform:scale(1.1)}25%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}50%{-webkit-transform:scale(.4);transform:scale(.4)}75%{-webkit-transform:translateY(30px);transform:translateY(30px)}100%{-webkit-transform:translateY(0);-webkit-transform:scale(1);transform:translateY(0);transform:scale(1)}}@-moz-keyframes ball-pulse-rise-even{0%{-moz-transform:scale(1.1);transform:scale(1.1)}25%{-moz-transform:translateY(-30px);transform:translateY(-30px)}50%{-moz-transform:scale(.4);transform:scale(.4)}75%{-moz-transform:translateY(30px);transform:translateY(30px)}100%{-moz-transform:translateY(0);-moz-transform:scale(1);transform:translateY(0);transform:scale(1)}}@-o-keyframes ball-pulse-rise-even{0%{-o-transform:scale(1.1);transform:scale(1.1)}25%{-o-transform:translateY(-30px);transform:translateY(-30px)}50%{-o-transform:scale(.4);transform:scale(.4)}75%{-o-transform:translateY(30px);transform:translateY(30px)}100%{-o-transform:translateY(0);-o-transform:scale(1);transform:translateY(0);transform:scale(1)}}@keyframes ball-pulse-rise-even{0%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}25%{-webkit-transform:translateY(-30px);-moz-transform:translateY(-30px);-o-transform:translateY(-30px);transform:translateY(-30px)}50%{-webkit-transform:scale(.4);-moz-transform:scale(.4);-o-transform:scale(.4);transform:scale(.4)}75%{-webkit-transform:translateY(30px);-moz-transform:translateY(30px);-o-transform:translateY(30px);transform:translateY(30px)}100%{-webkit-transform:translateY(0);-webkit-transform:scale(1);-moz-transform:translateY(0);-moz-transform:scale(1);-o-transform:translateY(0);-o-transform:scale(1);transform:translateY(0);transform:scale(1)}}@-webkit-keyframes ball-pulse-rise-odd{0%{-webkit-transform:scale(.4);transform:scale(.4)}25%{-webkit-transform:translateY(30px);transform:translateY(30px)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}75%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}100%{-webkit-transform:translateY(0);-webkit-transform:scale(.75);transform:translateY(0);transform:scale(.75)}}@-moz-keyframes ball-pulse-rise-odd{0%{-moz-transform:scale(.4);transform:scale(.4)}25%{-moz-transform:translateY(30px);transform:translateY(30px)}50%{-moz-transform:scale(1.1);transform:scale(1.1)}75%{-moz-transform:translateY(-30px);transform:translateY(-30px)}100%{-moz-transform:translateY(0);-moz-transform:scale(.75);transform:translateY(0);transform:scale(.75)}}@-o-keyframes ball-pulse-rise-odd{0%{-o-transform:scale(.4);transform:scale(.4)}25%{-o-transform:translateY(30px);transform:translateY(30px)}50%{-o-transform:scale(1.1);transform:scale(1.1)}75%{-o-transform:translateY(-30px);transform:translateY(-30px)}100%{-o-transform:translateY(0);-o-transform:scale(.75);transform:translateY(0);transform:scale(.75)}}@keyframes ball-pulse-rise-odd{0%{-webkit-transform:scale(.4);-moz-transform:scale(.4);-o-transform:scale(.4);transform:scale(.4)}25%{-webkit-transform:translateY(30px);-moz-transform:translateY(30px);-o-transform:translateY(30px);transform:translateY(30px)}50%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}75%{-webkit-transform:translateY(-30px);-moz-transform:translateY(-30px);-o-transform:translateY(-30px);transform:translateY(-30px)}100%{-webkit-transform:translateY(0);-webkit-transform:scale(.75);-moz-transform:translateY(0);-moz-transform:scale(.75);-o-transform:translateY(0);-o-transform:scale(.75);transform:translateY(0);transform:scale(.75)}}.ball-pulse-rise>div{width:15px;-webkit-animation-duration:1s;-moz-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:cubic-bezier(.15,.46,.9,.6);-moz-animation-timing-function:cubic-bezier(.15,.46,.9,.6);-o-animation-timing-function:cubic-bezier(.15,.46,.9,.6);animation-timing-function:cubic-bezier(.15,.46,.9,.6);-webkit-animation-delay:0;-moz-animation-delay:0;-o-animation-delay:0;animation-delay:0;animation-iteration-count:infinite;animation-fill-mode:both}.ball-pulse-rise>div:nth-child(2n){-webkit-animation-name:ball-pulse-rise-even;-moz-animation-name:ball-pulse-rise-even;-o-animation-name:ball-pulse-rise-even;animation-name:ball-pulse-rise-even}.ball-pulse-rise>div:nth-child(2n-1){-webkit-animation-name:ball-pulse-rise-odd;-moz-animation-name:ball-pulse-rise-odd;-o-animation-name:ball-pulse-rise-odd;animation-name:ball-pulse-rise-odd}@-webkit-keyframes ball-grid-beat{50%{opacity:.7}100%{opacity:1}}@-moz-keyframes ball-grid-beat{50%{opacity:.7}100%{opacity:1}}@-o-keyframes ball-grid-beat{50%{opacity:.7}100%{opacity:1}}@keyframes ball-grid-beat{50%{opacity:.7}100%{opacity:1}}.ball-grid-beat{width:57px}.ball-grid-beat>div:nth-child(1){-webkit-animation-duration:1.06s;-moz-animation-duration:1.06s;-o-animation-duration:1.06s;animation-duration:1.06s;-webkit-animation-delay:.37s;-moz-animation-delay:.37s;-o-animation-delay:.37s;animation-delay:.37s}.ball-grid-beat>div:nth-child(2){-webkit-animation-duration:.74s;-moz-animation-duration:.74s;-o-animation-duration:.74s;animation-duration:.74s;-webkit-animation-delay:.1s;-moz-animation-delay:.1s;-o-animation-delay:.1s;animation-delay:.1s}.ball-grid-beat>div:nth-child(3){-webkit-animation-duration:1.14s;-moz-animation-duration:1.14s;-o-animation-duration:1.14s;animation-duration:1.14s;-webkit-animation-delay:.12s;-moz-animation-delay:.12s;-o-animation-delay:.12s;animation-delay:.12s}.ball-grid-beat>div:nth-child(4){-webkit-animation-duration:.96s;-moz-animation-duration:.96s;-o-animation-duration:.96s;animation-duration:.96s;-webkit-animation-delay:.56s;-moz-animation-delay:.56s;-o-animation-delay:.56s;animation-delay:.56s}.ball-grid-beat>div:nth-child(5){-webkit-animation-duration:1.23s;-moz-animation-duration:1.23s;-o-animation-duration:1.23s;animation-duration:1.23s;-webkit-animation-delay:.53s;-moz-animation-delay:.53s;-o-animation-delay:.53s;animation-delay:.53s}.ball-grid-beat>div:nth-child(6){-webkit-animation-duration:1.09s;-moz-animation-duration:1.09s;-o-animation-duration:1.09s;animation-duration:1.09s;-webkit-animation-delay:.41s;-moz-animation-delay:.41s;-o-animation-delay:.41s;animation-delay:.41s}.ball-grid-beat>div:nth-child(7){-webkit-animation-duration:.7s;-moz-animation-duration:.7s;-o-animation-duration:.7s;animation-duration:.7s;-webkit-animation-delay:-.06s;-moz-animation-delay:-.06s;-o-animation-delay:-.06s;animation-delay:-.06s}.ball-grid-beat>div:nth-child(8){-webkit-animation-duration:1.49s;-moz-animation-duration:1.49s;-o-animation-duration:1.49s;animation-duration:1.49s;-webkit-animation-delay:.73s;-moz-animation-delay:.73s;-o-animation-delay:.73s;animation-delay:.73s}.ball-grid-beat>div:nth-child(9){-webkit-animation-duration:.72s;-moz-animation-duration:.72s;-o-animation-duration:.72s;animation-duration:.72s;-webkit-animation-delay:.67s;-moz-animation-delay:.67s;-o-animation-delay:.67s;animation-delay:.67s}.ball-grid-beat>div{float:left;width:15px;-webkit-animation-name:ball-grid-beat;-moz-animation-name:ball-grid-beat;-o-animation-name:ball-grid-beat;animation-name:ball-grid-beat;-webkit-animation-delay:0;-moz-animation-delay:0;-o-animation-delay:0;animation-delay:0;animation-iteration-count:infinite;animation-fill-mode:both}@-webkit-keyframes ball-grid-pulse{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(.5);transform:scale(.5);opacity:.7}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-moz-keyframes ball-grid-pulse{0%{-moz-transform:scale(1);transform:scale(1)}50%{-moz-transform:scale(.5);transform:scale(.5);opacity:.7}100%{-moz-transform:scale(1);transform:scale(1);opacity:1}}@-o-keyframes ball-grid-pulse{0%{-o-transform:scale(1);transform:scale(1)}50%{-o-transform:scale(.5);transform:scale(.5);opacity:.7}100%{-o-transform:scale(1);transform:scale(1);opacity:1}}@keyframes ball-grid-pulse{0%{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(.5);-moz-transform:scale(.5);-o-transform:scale(.5);transform:scale(.5);opacity:.7}100%{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:1}}.ball-grid-pulse{width:57px}.ball-grid-pulse>div,.ball-spin-fade-loader>div{width:15px;height:15px;margin:2px;border-radius:100%;background-color:#b8c2cc}.ball-grid-pulse>div:nth-child(1){-webkit-animation-duration:.79s;-moz-animation-duration:.79s;-o-animation-duration:.79s;animation-duration:.79s;-webkit-animation-delay:.73s;-moz-animation-delay:.73s;-o-animation-delay:.73s;animation-delay:.73s}.ball-grid-pulse>div:nth-child(2){-webkit-animation-duration:1.36s;-moz-animation-duration:1.36s;-o-animation-duration:1.36s;animation-duration:1.36s;-webkit-animation-delay:.54s;-moz-animation-delay:.54s;-o-animation-delay:.54s;animation-delay:.54s}.ball-grid-pulse>div:nth-child(3){-webkit-animation-duration:.66s;-moz-animation-duration:.66s;-o-animation-duration:.66s;animation-duration:.66s;-webkit-animation-delay:.03s;-moz-animation-delay:.03s;-o-animation-delay:.03s;animation-delay:.03s}.ball-grid-pulse>div:nth-child(4){-webkit-animation-duration:.94s;-moz-animation-duration:.94s;-o-animation-duration:.94s;animation-duration:.94s;-webkit-animation-delay:-.09s;-moz-animation-delay:-.09s;-o-animation-delay:-.09s;animation-delay:-.09s}.ball-grid-pulse>div:nth-child(5){-webkit-animation-duration:1.12s;-moz-animation-duration:1.12s;-o-animation-duration:1.12s;animation-duration:1.12s;-webkit-animation-delay:.56s;-moz-animation-delay:.56s;-o-animation-delay:.56s;animation-delay:.56s}.ball-grid-pulse>div:nth-child(6){-webkit-animation-duration:.71s;-moz-animation-duration:.71s;-o-animation-duration:.71s;animation-duration:.71s;-webkit-animation-delay:-.17s;-moz-animation-delay:-.17s;-o-animation-delay:-.17s;animation-delay:-.17s}.ball-grid-pulse>div:nth-child(7){-webkit-animation-duration:.87s;-moz-animation-duration:.87s;-o-animation-duration:.87s;animation-duration:.87s;-webkit-animation-delay:-.11s;-moz-animation-delay:-.11s;-o-animation-delay:-.11s;animation-delay:-.11s}.ball-grid-pulse>div:nth-child(8){-webkit-animation-duration:.92s;-moz-animation-duration:.92s;-o-animation-duration:.92s;animation-duration:.92s;-webkit-animation-delay:.32s;-moz-animation-delay:.32s;-o-animation-delay:.32s;animation-delay:.32s}.ball-grid-pulse>div:nth-child(9){-webkit-animation-duration:1.49s;-moz-animation-duration:1.49s;-o-animation-duration:1.49s;animation-duration:1.49s;-webkit-animation-delay:-.06s;-moz-animation-delay:-.06s;-o-animation-delay:-.06s;animation-delay:-.06s}.ball-grid-pulse>div{display:inline-block;float:left;-webkit-animation-name:ball-grid-pulse;-moz-animation-name:ball-grid-pulse;-o-animation-name:ball-grid-pulse;animation-name:ball-grid-pulse;-webkit-animation-delay:0;-moz-animation-delay:0;-o-animation-delay:0;animation-delay:0;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;-o-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes ball-spin-fade-loader{50%{-webkit-transform:scale(.4);transform:scale(.4);opacity:.3}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-moz-keyframes ball-spin-fade-loader{50%{-moz-transform:scale(.4);transform:scale(.4);opacity:.3}100%{-moz-transform:scale(1);transform:scale(1);opacity:1}}@-o-keyframes ball-spin-fade-loader{50%{-o-transform:scale(.4);transform:scale(.4);opacity:.3}100%{-o-transform:scale(1);transform:scale(1);opacity:1}}@keyframes ball-spin-fade-loader{50%{-webkit-transform:scale(.4);-moz-transform:scale(.4);-o-transform:scale(.4);transform:scale(.4);opacity:.3}100%{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:1}}.ball-spin-fade-loader{position:relative;top:-10px;left:-10px}.ball-spin-fade-loader>div:nth-child(1){top:25px;left:0;-webkit-animation:ball-spin-fade-loader 1s -.96s infinite linear;-moz-animation:ball-spin-fade-loader 1s -.96s infinite linear;-o-animation:ball-spin-fade-loader 1s -.96s infinite linear;animation:ball-spin-fade-loader 1s -.96s infinite linear}.ball-spin-fade-loader>div:nth-child(2){top:17.05px;left:17.05px;-webkit-animation:ball-spin-fade-loader 1s -.84s infinite linear;-moz-animation:ball-spin-fade-loader 1s -.84s infinite linear;-o-animation:ball-spin-fade-loader 1s -.84s infinite linear;animation:ball-spin-fade-loader 1s -.84s infinite linear}.ball-spin-fade-loader>div:nth-child(3){top:0;left:25px;-webkit-animation:ball-spin-fade-loader 1s -.72s infinite linear;-moz-animation:ball-spin-fade-loader 1s -.72s infinite linear;-o-animation:ball-spin-fade-loader 1s -.72s infinite linear;animation:ball-spin-fade-loader 1s -.72s infinite linear}.ball-spin-fade-loader>div:nth-child(4){top:-17.05px;left:17.05px;-webkit-animation:ball-spin-fade-loader 1s -.6s infinite linear;-moz-animation:ball-spin-fade-loader 1s -.6s infinite linear;-o-animation:ball-spin-fade-loader 1s -.6s infinite linear;animation:ball-spin-fade-loader 1s -.6s infinite linear}.ball-spin-fade-loader>div:nth-child(5){top:-25px;left:0;-webkit-animation:ball-spin-fade-loader 1s -.48s infinite linear;-moz-animation:ball-spin-fade-loader 1s -.48s infinite linear;-o-animation:ball-spin-fade-loader 1s -.48s infinite linear;animation:ball-spin-fade-loader 1s -.48s infinite linear}.ball-spin-fade-loader>div:nth-child(6){top:-17.05px;left:-17.05px;-webkit-animation:ball-spin-fade-loader 1s -.36s infinite linear;-moz-animation:ball-spin-fade-loader 1s -.36s infinite linear;-o-animation:ball-spin-fade-loader 1s -.36s infinite linear;animation:ball-spin-fade-loader 1s -.36s infinite linear}.ball-spin-fade-loader>div:nth-child(7){top:0;left:-25px;-webkit-animation:ball-spin-fade-loader 1s -.24s infinite linear;-moz-animation:ball-spin-fade-loader 1s -.24s infinite linear;-o-animation:ball-spin-fade-loader 1s -.24s infinite linear;animation:ball-spin-fade-loader 1s -.24s infinite linear}.ball-spin-fade-loader>div:nth-child(8){top:17.05px;left:-17.05px;-webkit-animation:ball-spin-fade-loader 1s -.12s infinite linear;-moz-animation:ball-spin-fade-loader 1s -.12s infinite linear;-o-animation:ball-spin-fade-loader 1s -.12s infinite linear;animation:ball-spin-fade-loader 1s -.12s infinite linear}.ball-spin-fade-loader>div,.ball-spin-loader>div{-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both}.ball-spin-fade-loader>div{position:absolute;animation-fill-mode:both}@-webkit-keyframes ball-spin-loader{75%{opacity:.2}100%{opacity:1}}@-moz-keyframes ball-spin-loader{75%{opacity:.2}100%{opacity:1}}@-o-keyframes ball-spin-loader{75%{opacity:.2}100%{opacity:1}}@keyframes ball-spin-loader{75%{opacity:.2}100%{opacity:1}}.ball-spin-loader{position:relative}.ball-spin-loader>span:nth-child(1){top:45px;left:0;-webkit-animation:ball-spin-loader 2s .9s infinite linear;-moz-animation:ball-spin-loader 2s .9s infinite linear;-o-animation:ball-spin-loader 2s .9s infinite linear;animation:ball-spin-loader 2s .9s infinite linear}.ball-spin-loader>span:nth-child(2){top:30.68px;left:30.68px;-webkit-animation:ball-spin-loader 2s 1.8s infinite linear;-moz-animation:ball-spin-loader 2s 1.8s infinite linear;-o-animation:ball-spin-loader 2s 1.8s infinite linear;animation:ball-spin-loader 2s 1.8s infinite linear}.ball-spin-loader>span:nth-child(3){top:0;left:45px;-webkit-animation:ball-spin-loader 2s 2.7s infinite linear;-moz-animation:ball-spin-loader 2s 2.7s infinite linear;-o-animation:ball-spin-loader 2s 2.7s infinite linear;animation:ball-spin-loader 2s 2.7s infinite linear}.ball-spin-loader>span:nth-child(4){top:-30.68px;left:30.68px;-webkit-animation:ball-spin-loader 2s 3.6s infinite linear;-moz-animation:ball-spin-loader 2s 3.6s infinite linear;-o-animation:ball-spin-loader 2s 3.6s infinite linear;animation:ball-spin-loader 2s 3.6s infinite linear}.ball-spin-loader>span:nth-child(5){top:-45px;left:0;-webkit-animation:ball-spin-loader 2s 4.5s infinite linear;-moz-animation:ball-spin-loader 2s 4.5s infinite linear;-o-animation:ball-spin-loader 2s 4.5s infinite linear;animation:ball-spin-loader 2s 4.5s infinite linear}.ball-spin-loader>span:nth-child(6){top:-30.68px;left:-30.68px;-webkit-animation:ball-spin-loader 2s 5.4s infinite linear;-moz-animation:ball-spin-loader 2s 5.4s infinite linear;-o-animation:ball-spin-loader 2s 5.4s infinite linear;animation:ball-spin-loader 2s 5.4s infinite linear}.ball-spin-loader>span:nth-child(7){top:0;left:-45px;-webkit-animation:ball-spin-loader 2s 6.3s infinite linear;-moz-animation:ball-spin-loader 2s 6.3s infinite linear;-o-animation:ball-spin-loader 2s 6.3s infinite linear;animation:ball-spin-loader 2s 6.3s infinite linear}.ball-spin-loader>span:nth-child(8){top:30.68px;left:-30.68px;-webkit-animation:ball-spin-loader 2s 7.2s infinite linear;-moz-animation:ball-spin-loader 2s 7.2s infinite linear;-o-animation:ball-spin-loader 2s 7.2s infinite linear;animation:ball-spin-loader 2s 7.2s infinite linear}.ball-zig-zag-deflect>div,.ball-zig-zag>div{top:4px;left:-7px;width:15px;height:15px;margin:2px 2px 2px 15px;border-radius:100%}.ball-spin-loader>div{position:absolute;width:15px;height:15px;border-radius:100%;background:green;animation-fill-mode:both}@-webkit-keyframes ball-zig{33%{-webkit-transform:translate(-15px,-30px);transform:translate(-15px,-30px)}66%{-webkit-transform:translate(15px,-30px);transform:translate(15px,-30px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@-moz-keyframes ball-zig{33%{-moz-transform:translate(-15px,-30px);transform:translate(-15px,-30px)}66%{-moz-transform:translate(15px,-30px);transform:translate(15px,-30px)}100%{-moz-transform:translate(0,0);transform:translate(0,0)}}@-o-keyframes ball-zig{33%{-o-transform:translate(-15px,-30px);transform:translate(-15px,-30px)}66%{-o-transform:translate(15px,-30px);transform:translate(15px,-30px)}100%{-o-transform:translate(0,0);transform:translate(0,0)}}@keyframes ball-zig{33%{-webkit-transform:translate(-15px,-30px);-moz-transform:translate(-15px,-30px);-o-transform:translate(-15px,-30px);transform:translate(-15px,-30px)}66%{-webkit-transform:translate(15px,-30px);-moz-transform:translate(15px,-30px);-o-transform:translate(15px,-30px);transform:translate(15px,-30px)}100%{-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}}@-webkit-keyframes ball-zag{33%{-webkit-transform:translate(15px,30px);transform:translate(15px,30px)}66%{-webkit-transform:translate(-15px,30px);transform:translate(-15px,30px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@-moz-keyframes ball-zag{33%{-moz-transform:translate(15px,30px);transform:translate(15px,30px)}66%{-moz-transform:translate(-15px,30px);transform:translate(-15px,30px)}100%{-moz-transform:translate(0,0);transform:translate(0,0)}}@-o-keyframes ball-zag{33%{-o-transform:translate(15px,30px);transform:translate(15px,30px)}66%{-o-transform:translate(-15px,30px);transform:translate(-15px,30px)}100%{-o-transform:translate(0,0);transform:translate(0,0)}}@keyframes ball-zag{33%{-webkit-transform:translate(15px,30px);-moz-transform:translate(15px,30px);-o-transform:translate(15px,30px);transform:translate(15px,30px)}66%{-webkit-transform:translate(-15px,30px);-moz-transform:translate(-15px,30px);-o-transform:translate(-15px,30px);transform:translate(-15px,30px)}100%{-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}}.ball-zig-zag{position:relative;-webkit-transform:translate(-15px,-15px);-moz-transform:translate(-15px,-15px);-ms-transform:translate(-15px,-15px);-o-transform:translate(-15px,-15px);transform:translate(-15px,-15px)}.ball-zig-zag>div{position:absolute;background-color:#b8c2cc;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both}.ball-zig-zag>div:first-child{-webkit-animation:ball-zig .7s 0s infinite linear;-moz-animation:ball-zig .7s 0s infinite linear;-o-animation:ball-zig .7s 0s infinite linear;animation:ball-zig .7s 0s infinite linear}.ball-zig-zag>div:last-child{-webkit-animation:ball-zag .7s 0s infinite linear;-moz-animation:ball-zag .7s 0s infinite linear;-o-animation:ball-zag .7s 0s infinite linear;animation:ball-zag .7s 0s infinite linear}.ball-zig-zag-deflect>div,.line-scale>div{-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both}@-webkit-keyframes ball-zig-deflect{17%,84%{-webkit-transform:translate(-15px,-30px);transform:translate(-15px,-30px)}34%,67%{-webkit-transform:translate(15px,-30px);transform:translate(15px,-30px)}100%,50%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@-moz-keyframes ball-zig-deflect{17%,84%{-moz-transform:translate(-15px,-30px);transform:translate(-15px,-30px)}34%,67%{-moz-transform:translate(15px,-30px);transform:translate(15px,-30px)}100%,50%{-moz-transform:translate(0,0);transform:translate(0,0)}}@-o-keyframes ball-zig-deflect{17%,84%{-o-transform:translate(-15px,-30px);transform:translate(-15px,-30px)}34%,67%{-o-transform:translate(15px,-30px);transform:translate(15px,-30px)}100%,50%{-o-transform:translate(0,0);transform:translate(0,0)}}@keyframes ball-zig-deflect{17%,84%{-webkit-transform:translate(-15px,-30px);-moz-transform:translate(-15px,-30px);-o-transform:translate(-15px,-30px);transform:translate(-15px,-30px)}34%,67%{-webkit-transform:translate(15px,-30px);-moz-transform:translate(15px,-30px);-o-transform:translate(15px,-30px);transform:translate(15px,-30px)}100%,50%{-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}}@-webkit-keyframes ball-zag-deflect{17%,84%{-webkit-transform:translate(15px,30px);transform:translate(15px,30px)}34%,67%{-webkit-transform:translate(-15px,30px);transform:translate(-15px,30px)}100%,50%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@-moz-keyframes ball-zag-deflect{17%,84%{-moz-transform:translate(15px,30px);transform:translate(15px,30px)}34%,67%{-moz-transform:translate(-15px,30px);transform:translate(-15px,30px)}100%,50%{-moz-transform:translate(0,0);transform:translate(0,0)}}@-o-keyframes ball-zag-deflect{17%,84%{-o-transform:translate(15px,30px);transform:translate(15px,30px)}34%,67%{-o-transform:translate(-15px,30px);transform:translate(-15px,30px)}100%,50%{-o-transform:translate(0,0);transform:translate(0,0)}}@keyframes ball-zag-deflect{17%,84%{-webkit-transform:translate(15px,30px);-moz-transform:translate(15px,30px);-o-transform:translate(15px,30px);transform:translate(15px,30px)}34%,67%{-webkit-transform:translate(-15px,30px);-moz-transform:translate(-15px,30px);-o-transform:translate(-15px,30px);transform:translate(-15px,30px)}100%,50%{-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}}.ball-zig-zag-deflect{position:relative;-webkit-transform:translate(-15px,-15px);-moz-transform:translate(-15px,-15px);-ms-transform:translate(-15px,-15px);-o-transform:translate(-15px,-15px);transform:translate(-15px,-15px)}.ball-zig-zag-deflect>div{position:absolute;background-color:#b8c2cc;animation-fill-mode:both}.line-scale-party>div,.line-scale-pulse-out-rapid>div,.line-scale-pulse-out>div,.line-scale>div,.line-spin-fade-loader>div{width:4px;height:3.45rem;margin:2px;border-radius:2px;background-color:#b8c2cc}.ball-zig-zag-deflect>div:first-child{-webkit-animation:ball-zig-deflect 1.5s 0s infinite linear;-moz-animation:ball-zig-deflect 1.5s 0s infinite linear;-o-animation:ball-zig-deflect 1.5s 0s infinite linear;animation:ball-zig-deflect 1.5s 0s infinite linear}.ball-zig-zag-deflect>div:last-child{-webkit-animation:ball-zag-deflect 1.5s 0s infinite linear;-moz-animation:ball-zag-deflect 1.5s 0s infinite linear;-o-animation:ball-zag-deflect 1.5s 0s infinite linear;animation:ball-zag-deflect 1.5s 0s infinite linear}@-webkit-keyframes line-scale{0%,100%{-webkit-transform:scaley(1);transform:scaley(1)}50%{-webkit-transform:scaley(.4);transform:scaley(.4)}}@-moz-keyframes line-scale{0%,100%{-moz-transform:scaley(1);transform:scaley(1)}50%{-moz-transform:scaley(.4);transform:scaley(.4)}}@-o-keyframes line-scale{0%,100%{-o-transform:scaley(1);transform:scaley(1)}50%{-o-transform:scaley(.4);transform:scaley(.4)}}@keyframes line-scale{0%,100%{-webkit-transform:scaley(1);-moz-transform:scaley(1);-o-transform:scaley(1);transform:scaley(1)}50%{-webkit-transform:scaley(.4);-moz-transform:scaley(.4);-o-transform:scaley(.4);transform:scaley(.4)}}.line-scale>div:nth-child(1){-webkit-animation:line-scale 1s -.4s infinite cubic-bezier(.2,.68,.18,1.08);-moz-animation:line-scale 1s -.4s infinite cubic-bezier(.2,.68,.18,1.08);-o-animation:line-scale 1s -.4s infinite cubic-bezier(.2,.68,.18,1.08);animation:line-scale 1s -.4s infinite cubic-bezier(.2,.68,.18,1.08)}.line-scale>div:nth-child(2){-webkit-animation:line-scale 1s -.3s infinite cubic-bezier(.2,.68,.18,1.08);-moz-animation:line-scale 1s -.3s infinite cubic-bezier(.2,.68,.18,1.08);-o-animation:line-scale 1s -.3s infinite cubic-bezier(.2,.68,.18,1.08);animation:line-scale 1s -.3s infinite cubic-bezier(.2,.68,.18,1.08)}.line-scale>div:nth-child(3){-webkit-animation:line-scale 1s -.2s infinite cubic-bezier(.2,.68,.18,1.08);-moz-animation:line-scale 1s -.2s infinite cubic-bezier(.2,.68,.18,1.08);-o-animation:line-scale 1s -.2s infinite cubic-bezier(.2,.68,.18,1.08);animation:line-scale 1s -.2s infinite cubic-bezier(.2,.68,.18,1.08)}.line-scale>div:nth-child(4){-webkit-animation:line-scale 1s -.1s infinite cubic-bezier(.2,.68,.18,1.08);-moz-animation:line-scale 1s -.1s infinite cubic-bezier(.2,.68,.18,1.08);-o-animation:line-scale 1s -.1s infinite cubic-bezier(.2,.68,.18,1.08);animation:line-scale 1s -.1s infinite cubic-bezier(.2,.68,.18,1.08)}.line-scale>div:nth-child(5){-webkit-animation:line-scale 1s 0s infinite cubic-bezier(.2,.68,.18,1.08);-moz-animation:line-scale 1s 0s infinite cubic-bezier(.2,.68,.18,1.08);-o-animation:line-scale 1s 0s infinite cubic-bezier(.2,.68,.18,1.08);animation:line-scale 1s 0s infinite cubic-bezier(.2,.68,.18,1.08)}.line-scale>div{display:inline-block;animation-fill-mode:both}@-webkit-keyframes line-scale-party{0%,100%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(.5);transform:scale(.5)}}@-moz-keyframes line-scale-party{0%,100%{-moz-transform:scale(1);transform:scale(1)}50%{-moz-transform:scale(.5);transform:scale(.5)}}@-o-keyframes line-scale-party{0%,100%{-o-transform:scale(1);transform:scale(1)}50%{-o-transform:scale(.5);transform:scale(.5)}}@keyframes line-scale-party{0%,100%{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(.5);-moz-transform:scale(.5);-o-transform:scale(.5);transform:scale(.5)}}.line-scale-party>div:nth-child(1){-webkit-animation-duration:.66s;-moz-animation-duration:.66s;-o-animation-duration:.66s;animation-duration:.66s;-webkit-animation-delay:.12s;-moz-animation-delay:.12s;-o-animation-delay:.12s;animation-delay:.12s}.line-scale-party>div:nth-child(2){-webkit-animation-duration:.95s;-moz-animation-duration:.95s;-o-animation-duration:.95s;animation-duration:.95s;-webkit-animation-delay:-.07s;-moz-animation-delay:-.07s;-o-animation-delay:-.07s;animation-delay:-.07s}.line-scale-party>div:nth-child(3){-webkit-animation-duration:.78s;-moz-animation-duration:.78s;-o-animation-duration:.78s;animation-duration:.78s;-webkit-animation-delay:.22s;-moz-animation-delay:.22s;-o-animation-delay:.22s;animation-delay:.22s}.line-scale-party>div:nth-child(4){-webkit-animation-duration:.38s;-moz-animation-duration:.38s;-o-animation-duration:.38s;animation-duration:.38s;-webkit-animation-delay:.69s;-moz-animation-delay:.69s;-o-animation-delay:.69s;animation-delay:.69s}.line-scale-party>div{display:inline-block;-webkit-animation-name:line-scale-party;-moz-animation-name:line-scale-party;-o-animation-name:line-scale-party;animation-name:line-scale-party;-webkit-animation-delay:0;-moz-animation-delay:0;-o-animation-delay:0;animation-delay:0;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;-o-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes line-scale-pulse-out{0%,100%{-webkit-transform:scaley(1);transform:scaley(1)}50%{-webkit-transform:scaley(.4);transform:scaley(.4)}}@-moz-keyframes line-scale-pulse-out{0%,100%{-moz-transform:scaley(1);transform:scaley(1)}50%{-moz-transform:scaley(.4);transform:scaley(.4)}}@-o-keyframes line-scale-pulse-out{0%,100%{-o-transform:scaley(1);transform:scaley(1)}50%{-o-transform:scaley(.4);transform:scaley(.4)}}@keyframes line-scale-pulse-out{0%,100%{-webkit-transform:scaley(1);-moz-transform:scaley(1);-o-transform:scaley(1);transform:scaley(1)}50%{-webkit-transform:scaley(.4);-moz-transform:scaley(.4);-o-transform:scaley(.4);transform:scaley(.4)}}.line-scale-pulse-out>div{display:inline-block;-webkit-animation:line-scale-pulse-out .9s -.6s infinite cubic-bezier(.85,.25,.37,.85);-moz-animation:line-scale-pulse-out .9s -.6s infinite cubic-bezier(.85,.25,.37,.85);-o-animation:line-scale-pulse-out .9s -.6s infinite cubic-bezier(.85,.25,.37,.85);animation:line-scale-pulse-out .9s -.6s infinite cubic-bezier(.85,.25,.37,.85);-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both}.line-scale-pulse-out>div:nth-child(2),.line-scale-pulse-out>div:nth-child(4){-webkit-animation-delay:-.4s!important;-moz-animation-delay:-.4s!important;-o-animation-delay:-.4s!important;animation-delay:-.4s!important}.line-scale-pulse-out>div:nth-child(1),.line-scale-pulse-out>div:nth-child(5){-webkit-animation-delay:-.2s!important;-moz-animation-delay:-.2s!important;-o-animation-delay:-.2s!important;animation-delay:-.2s!important}@-webkit-keyframes line-scale-pulse-out-rapid{0%,90%{-webkit-transform:scaley(1);transform:scaley(1)}80%{-webkit-transform:scaley(.3);transform:scaley(.3)}}@-moz-keyframes line-scale-pulse-out-rapid{0%,90%{-moz-transform:scaley(1);transform:scaley(1)}80%{-moz-transform:scaley(.3);transform:scaley(.3)}}@-o-keyframes line-scale-pulse-out-rapid{0%,90%{-o-transform:scaley(1);transform:scaley(1)}80%{-o-transform:scaley(.3);transform:scaley(.3)}}@keyframes line-scale-pulse-out-rapid{0%,90%{-webkit-transform:scaley(1);-moz-transform:scaley(1);-o-transform:scaley(1);transform:scaley(1)}80%{-webkit-transform:scaley(.3);-moz-transform:scaley(.3);-o-transform:scaley(.3);transform:scaley(.3)}}.line-scale-pulse-out-rapid>div{display:inline-block;-webkit-animation:line-scale-pulse-out-rapid .9s -.5s infinite cubic-bezier(.11,.49,.38,.78);-moz-animation:line-scale-pulse-out-rapid .9s -.5s infinite cubic-bezier(.11,.49,.38,.78);-o-animation:line-scale-pulse-out-rapid .9s -.5s infinite cubic-bezier(.11,.49,.38,.78);animation:line-scale-pulse-out-rapid .9s -.5s infinite cubic-bezier(.11,.49,.38,.78);vertical-align:middle;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both}.line-scale-pulse-out-rapid>div:nth-child(2),.line-scale-pulse-out-rapid>div:nth-child(4){-webkit-animation-delay:-.25s!important;-moz-animation-delay:-.25s!important;-o-animation-delay:-.25s!important;animation-delay:-.25s!important}.line-scale-pulse-out-rapid>div:nth-child(1),.line-scale-pulse-out-rapid>div:nth-child(5){-webkit-animation-delay:0s!important;-moz-animation-delay:0s!important;-o-animation-delay:0s!important;animation-delay:0s!important}@-webkit-keyframes line-spin-fade-loader{50%{opacity:.3}100%{opacity:1}}@-moz-keyframes line-spin-fade-loader{50%{opacity:.3}100%{opacity:1}}@-o-keyframes line-spin-fade-loader{50%{opacity:.3}100%{opacity:1}}@keyframes line-spin-fade-loader{50%{opacity:.3}100%{opacity:1}}.line-spin-fade-loader{position:relative;top:-10px;left:-4px}.line-spin-fade-loader>div:nth-child(1){top:20px;left:0;-webkit-animation:line-spin-fade-loader 1.2s -.84s infinite ease-in-out;-moz-animation:line-spin-fade-loader 1.2s -.84s infinite ease-in-out;-o-animation:line-spin-fade-loader 1.2s -.84s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -.84s infinite ease-in-out}.line-spin-fade-loader>div:nth-child(2){top:13.64px;left:13.64px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-animation:line-spin-fade-loader 1.2s -.72s infinite ease-in-out;-moz-animation:line-spin-fade-loader 1.2s -.72s infinite ease-in-out;-o-animation:line-spin-fade-loader 1.2s -.72s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -.72s infinite ease-in-out}.line-spin-fade-loader>div:nth-child(3){top:0;left:20px;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);-webkit-animation:line-spin-fade-loader 1.2s -.6s infinite ease-in-out;-moz-animation:line-spin-fade-loader 1.2s -.6s infinite ease-in-out;-o-animation:line-spin-fade-loader 1.2s -.6s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -.6s infinite ease-in-out}.line-spin-fade-loader>div:nth-child(4){top:-13.64px;left:13.64px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);-webkit-animation:line-spin-fade-loader 1.2s -.48s infinite ease-in-out;-moz-animation:line-spin-fade-loader 1.2s -.48s infinite ease-in-out;-o-animation:line-spin-fade-loader 1.2s -.48s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -.48s infinite ease-in-out}.line-spin-fade-loader>div:nth-child(5){top:-20px;left:0;-webkit-animation:line-spin-fade-loader 1.2s -.36s infinite ease-in-out;-moz-animation:line-spin-fade-loader 1.2s -.36s infinite ease-in-out;-o-animation:line-spin-fade-loader 1.2s -.36s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -.36s infinite ease-in-out}.line-spin-fade-loader>div:nth-child(6){top:-13.64px;left:-13.64px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-animation:line-spin-fade-loader 1.2s -.24s infinite ease-in-out;-moz-animation:line-spin-fade-loader 1.2s -.24s infinite ease-in-out;-o-animation:line-spin-fade-loader 1.2s -.24s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -.24s infinite ease-in-out}.line-spin-fade-loader>div:nth-child(7){top:0;left:-20px;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);-webkit-animation:line-spin-fade-loader 1.2s -.12s infinite ease-in-out;-moz-animation:line-spin-fade-loader 1.2s -.12s infinite ease-in-out;-o-animation:line-spin-fade-loader 1.2s -.12s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -.12s infinite ease-in-out}.line-spin-fade-loader>div:nth-child(8){top:13.64px;left:-13.64px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);-webkit-animation:line-spin-fade-loader 1.2s 0s infinite ease-in-out;-moz-animation:line-spin-fade-loader 1.2s 0s infinite ease-in-out;-o-animation:line-spin-fade-loader 1.2s 0s infinite ease-in-out;animation:line-spin-fade-loader 1.2s 0s infinite ease-in-out}.line-spin-fade-loader>div{position:absolute;width:5px;height:15px;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes triangle-skew-spin{25%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(0);transform:perspective(100px) rotateX(180deg) rotateY(0)}50%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(180deg);transform:perspective(100px) rotateX(180deg) rotateY(180deg)}75%{-webkit-transform:perspective(100px) rotateX(0) rotateY(180deg);transform:perspective(100px) rotateX(0) rotateY(180deg)}100%{-webkit-transform:perspective(100px) rotateX(0) rotateY(0);transform:perspective(100px) rotateX(0) rotateY(0)}}@-moz-keyframes triangle-skew-spin{25%{-moz-transform:perspective(100px) rotateX(180deg) rotateY(0);transform:perspective(100px) rotateX(180deg) rotateY(0)}50%{-moz-transform:perspective(100px) rotateX(180deg) rotateY(180deg);transform:perspective(100px) rotateX(180deg) rotateY(180deg)}75%{-moz-transform:perspective(100px) rotateX(0) rotateY(180deg);transform:perspective(100px) rotateX(0) rotateY(180deg)}100%{-moz-transform:perspective(100px) rotateX(0) rotateY(0);transform:perspective(100px) rotateX(0) rotateY(0)}}@-o-keyframes triangle-skew-spin{25%{transform:perspective(100px) rotateX(180deg) rotateY(0)}50%{transform:perspective(100px) rotateX(180deg) rotateY(180deg)}75%{transform:perspective(100px) rotateX(0) rotateY(180deg)}100%{transform:perspective(100px) rotateX(0) rotateY(0)}}@keyframes triangle-skew-spin{25%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(0);-moz-transform:perspective(100px) rotateX(180deg) rotateY(0);transform:perspective(100px) rotateX(180deg) rotateY(0)}50%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(180deg);-moz-transform:perspective(100px) rotateX(180deg) rotateY(180deg);transform:perspective(100px) rotateX(180deg) rotateY(180deg)}75%{-webkit-transform:perspective(100px) rotateX(0) rotateY(180deg);-moz-transform:perspective(100px) rotateX(0) rotateY(180deg);transform:perspective(100px) rotateX(0) rotateY(180deg)}100%{-webkit-transform:perspective(100px) rotateX(0) rotateY(0);-moz-transform:perspective(100px) rotateX(0) rotateY(0);transform:perspective(100px) rotateX(0) rotateY(0)}}.triangle-skew-spin>div{width:0;height:0;-webkit-animation:triangle-skew-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite;-moz-animation:triangle-skew-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite;-o-animation:triangle-skew-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite;animation:triangle-skew-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite;border-right:20px solid transparent;border-bottom:20px solid #b8c2cc;border-left:20px solid transparent;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes square-spin{25%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(0);transform:perspective(100px) rotateX(180deg) rotateY(0)}50%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(180deg);transform:perspective(100px) rotateX(180deg) rotateY(180deg)}75%{-webkit-transform:perspective(100px) rotateX(0) rotateY(180deg);transform:perspective(100px) rotateX(0) rotateY(180deg)}100%{-webkit-transform:perspective(100px) rotateX(0) rotateY(0);transform:perspective(100px) rotateX(0) rotateY(0)}}@-moz-keyframes square-spin{25%{-moz-transform:perspective(100px) rotateX(180deg) rotateY(0);transform:perspective(100px) rotateX(180deg) rotateY(0)}50%{-moz-transform:perspective(100px) rotateX(180deg) rotateY(180deg);transform:perspective(100px) rotateX(180deg) rotateY(180deg)}75%{-moz-transform:perspective(100px) rotateX(0) rotateY(180deg);transform:perspective(100px) rotateX(0) rotateY(180deg)}100%{-moz-transform:perspective(100px) rotateX(0) rotateY(0);transform:perspective(100px) rotateX(0) rotateY(0)}}@-o-keyframes square-spin{25%{transform:perspective(100px) rotateX(180deg) rotateY(0)}50%{transform:perspective(100px) rotateX(180deg) rotateY(180deg)}75%{transform:perspective(100px) rotateX(0) rotateY(180deg)}100%{transform:perspective(100px) rotateX(0) rotateY(0)}}@keyframes square-spin{25%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(0);-moz-transform:perspective(100px) rotateX(180deg) rotateY(0);transform:perspective(100px) rotateX(180deg) rotateY(0)}50%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(180deg);-moz-transform:perspective(100px) rotateX(180deg) rotateY(180deg);transform:perspective(100px) rotateX(180deg) rotateY(180deg)}75%{-webkit-transform:perspective(100px) rotateX(0) rotateY(180deg);-moz-transform:perspective(100px) rotateX(0) rotateY(180deg);transform:perspective(100px) rotateX(0) rotateY(180deg)}100%{-webkit-transform:perspective(100px) rotateX(0) rotateY(0);-moz-transform:perspective(100px) rotateX(0) rotateY(0);transform:perspective(100px) rotateX(0) rotateY(0)}}.square-spin>div{width:50px;height:50px;-webkit-animation:square-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite;-moz-animation:square-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite;-o-animation:square-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite;animation:square-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite;background:#b8c2cc;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both}.pacman>div:first-of-type,.pacman>div:nth-child(2){position:relative;left:-30px;width:0;height:0;border-top:25px solid #b8c2cc;border-right:25px solid transparent;border-bottom:25px solid #b8c2cc;border-left:25px solid #b8c2cc;border-radius:25px}@-webkit-keyframes rotate_pacman_half_up{0%,100%{-webkit-transform:rotate(270deg);transform:rotate(270deg)}50%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes rotate_pacman_half_up{0%,100%{-moz-transform:rotate(270deg);transform:rotate(270deg)}50%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}@-o-keyframes rotate_pacman_half_up{0%,100%{-o-transform:rotate(270deg);transform:rotate(270deg)}50%{-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate_pacman_half_up{0%,100%{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}50%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes rotate_pacman_half_down{0%,100%{-webkit-transform:rotate(90deg);transform:rotate(90deg)}50%{-webkit-transform:rotate(0);transform:rotate(0)}}@-moz-keyframes rotate_pacman_half_down{0%,100%{-moz-transform:rotate(90deg);transform:rotate(90deg)}50%{-moz-transform:rotate(0);transform:rotate(0)}}@-o-keyframes rotate_pacman_half_down{0%,100%{-o-transform:rotate(90deg);transform:rotate(90deg)}50%{-o-transform:rotate(0);transform:rotate(0)}}@keyframes rotate_pacman_half_down{0%,100%{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}50%{-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}}@-webkit-keyframes pacman-balls{75%{opacity:.7}100%{-webkit-transform:translate(-100px,-6.25px);transform:translate(-100px,-6.25px)}}@-moz-keyframes pacman-balls{75%{opacity:.7}100%{-moz-transform:translate(-100px,-6.25px);transform:translate(-100px,-6.25px)}}@-o-keyframes pacman-balls{75%{opacity:.7}100%{-o-transform:translate(-100px,-6.25px);transform:translate(-100px,-6.25px)}}@keyframes pacman-balls{75%{opacity:.7}100%{-webkit-transform:translate(-100px,-6.25px);-moz-transform:translate(-100px,-6.25px);-o-transform:translate(-100px,-6.25px);transform:translate(-100px,-6.25px)}}.pacman{position:relative}.pacman>div:nth-child(3){-webkit-animation:pacman-balls 1s -.66s infinite linear;-moz-animation:pacman-balls 1s -.66s infinite linear;-o-animation:pacman-balls 1s -.66s infinite linear;animation:pacman-balls 1s -.66s infinite linear}.pacman>div:nth-child(4){-webkit-animation:pacman-balls 1s -.33s infinite linear;-moz-animation:pacman-balls 1s -.33s infinite linear;-o-animation:pacman-balls 1s -.33s infinite linear;animation:pacman-balls 1s -.33s infinite linear}.pacman>div:nth-child(5){-webkit-animation:pacman-balls 1s 0s infinite linear;-moz-animation:pacman-balls 1s 0s infinite linear;-o-animation:pacman-balls 1s 0s infinite linear;animation:pacman-balls 1s 0s infinite linear}.pacman>div:first-of-type{-webkit-animation:rotate_pacman_half_up .5s 0s infinite;-moz-animation:rotate_pacman_half_up .5s 0s infinite;-o-animation:rotate_pacman_half_up .5s 0s infinite;animation:rotate_pacman_half_up .5s 0s infinite}.pacman>div:nth-child(2){margin-top:-50px;-webkit-animation:rotate_pacman_half_down .5s 0s infinite;-moz-animation:rotate_pacman_half_down .5s 0s infinite;-o-animation:rotate_pacman_half_down .5s 0s infinite;animation:rotate_pacman_half_down .5s 0s infinite}.pacman>div:nth-child(3),.pacman>div:nth-child(4),.pacman>div:nth-child(5),.pacman>div:nth-child(6){position:absolute;top:25px;left:70px;width:15px;width:10px;height:15px;height:10px;margin:2px;-webkit-transform:translate(0,-6.25px);-moz-transform:translate(0,-6.25px);-ms-transform:translate(0,-6.25px);-o-transform:translate(0,-6.25px);transform:translate(0,-6.25px);border-radius:100%;background-color:#b8c2cc}@-webkit-keyframes cube-transition{25%{-webkit-transform:translateX(50px) scale(.5) rotate(-90deg);transform:translateX(50px) scale(.5) rotate(-90deg)}50%{-webkit-transform:translate(50px,50px) rotate(-180deg);transform:translate(50px,50px) rotate(-180deg)}75%{-webkit-transform:translateY(50px) scale(.5) rotate(-270deg);transform:translateY(50px) scale(.5) rotate(-270deg)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@-moz-keyframes cube-transition{25%{-moz-transform:translateX(50px) scale(.5) rotate(-90deg);transform:translateX(50px) scale(.5) rotate(-90deg)}50%{-moz-transform:translate(50px,50px) rotate(-180deg);transform:translate(50px,50px) rotate(-180deg)}75%{-moz-transform:translateY(50px) scale(.5) rotate(-270deg);transform:translateY(50px) scale(.5) rotate(-270deg)}100%{-moz-transform:rotate(-360deg);transform:rotate(-360deg)}}@-o-keyframes cube-transition{25%{-o-transform:translateX(50px) scale(.5) rotate(-90deg);transform:translateX(50px) scale(.5) rotate(-90deg)}50%{-o-transform:translate(50px,50px) rotate(-180deg);transform:translate(50px,50px) rotate(-180deg)}75%{-o-transform:translateY(50px) scale(.5) rotate(-270deg);transform:translateY(50px) scale(.5) rotate(-270deg)}100%{-o-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes cube-transition{25%{-webkit-transform:translateX(50px) scale(.5) rotate(-90deg);-moz-transform:translateX(50px) scale(.5) rotate(-90deg);-o-transform:translateX(50px) scale(.5) rotate(-90deg);transform:translateX(50px) scale(.5) rotate(-90deg)}50%{-webkit-transform:translate(50px,50px) rotate(-180deg);-moz-transform:translate(50px,50px) rotate(-180deg);-o-transform:translate(50px,50px) rotate(-180deg);transform:translate(50px,50px) rotate(-180deg)}75%{-webkit-transform:translateY(50px) scale(.5) rotate(-270deg);-moz-transform:translateY(50px) scale(.5) rotate(-270deg);-o-transform:translateY(50px) scale(.5) rotate(-270deg);transform:translateY(50px) scale(.5) rotate(-270deg)}100%{-webkit-transform:rotate(-360deg);-moz-transform:rotate(-360deg);-o-transform:rotate(-360deg);transform:rotate(-360deg)}}.cube-transition{position:relative;-webkit-transform:translate(-25px,-25px);-moz-transform:translate(-25px,-25px);-ms-transform:translate(-25px,-25px);-o-transform:translate(-25px,-25px);transform:translate(-25px,-25px)}.cube-transition>div{position:absolute;top:-5px;left:-5px;width:10px;height:10px;-webkit-animation:cube-transition 1.6s 0s infinite ease-in-out;-moz-animation:cube-transition 1.6s 0s infinite ease-in-out;-o-animation:cube-transition 1.6s 0s infinite ease-in-out;animation:cube-transition 1.6s 0s infinite ease-in-out;background-color:#b8c2cc;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both}.cube-transition>div:last-child{-webkit-animation-delay:-.8s;-moz-animation-delay:-.8s;-o-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes spin-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes spin-rotate{0%{-moz-transform:rotate(0);transform:rotate(0)}50%{-moz-transform:rotate(180deg);transform:rotate(180deg)}100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}@-o-keyframes spin-rotate{0%{-o-transform:rotate(0);transform:rotate(0)}50%{-o-transform:rotate(180deg);transform:rotate(180deg)}100%{-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin-rotate{0%{-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}.semi-circle-spin{position:relative;overflow:hidden;width:35px;height:35px}.semi-circle-spin>div{position:absolute;width:100%;height:100%;-webkit-animation:spin-rotate .6s 0s infinite linear;-moz-animation:spin-rotate .6s 0s infinite linear;-o-animation:spin-rotate .6s 0s infinite linear;animation:spin-rotate .6s 0s infinite linear;border-width:0;border-radius:100%;background-image:-webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(70%,transparent),color-stop(30%,#b8c2cc),to(#b8c2cc));background-image:-webkit-linear-gradient(transparent 0,transparent 70%,#b8c2cc 30%,#b8c2cc 100%);background-image:-moz-linear-gradient(transparent 0,transparent 70%,#b8c2cc 30%,#b8c2cc 100%);background-image:-o-linear-gradient(transparent 0,transparent 70%,#b8c2cc 30%,#b8c2cc 100%);background-image:linear-gradient(transparent 0,transparent 70%,#b8c2cc 30%,#b8c2cc 100%)}.loader-wrapper{position:relative}.loader-container{position:absolute;top:50%;left:50%;margin:0 -50% 0 0;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}#preloader-wrapper{position:fixed;z-index:1050;top:0;left:0;width:100%;height:100%}#preloader-wrapper .loader-section{position:fixed;z-index:1050;width:100%;height:51%;background:#222}#preloader-wrapper .loader-section.section-top{top:0}#preloader-wrapper .loader-section.section-bottom{bottom:0}#loader{position:absolute;z-index:1051;top:50%;left:50%;display:block;width:60px;height:60px;margin-right:-50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.loaded #preloader-wrapper .loader-section.section-top{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}.loaded #preloader-wrapper .loader-section.section-bottom{-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%)}.loaded #preloader-wrapper{visibility:hidden}.loaded #loader{-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;opacity:0}.loaded #preloader-wrapper .loader-section.section-bottom,.loaded #preloader-wrapper .loader-section.section-top{-webkit-transition:all .7s .3s cubic-bezier(.645,.045,.355,1);-moz-transition:all .7s .3s cubic-bezier(.645,.045,.355,1);-o-transition:all .7s .3s cubic-bezier(.645,.045,.355,1);transition:all .7s .3s cubic-bezier(.645,.045,.355,1)} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/plugins/pickers/bootstrap-datetimepicker-build.css b/wwwjuba/app-assets/css/plugins/pickers/bootstrap-datetimepicker-build.css new file mode 100644 index 0000000..5e2a692 --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/pickers/bootstrap-datetimepicker-build.css @@ -0,0 +1,378 @@ +/*======================================================== + DARK LAYOUT +=========================================================*/ +.sr-only, +.bootstrap-datetimepicker-widget .btn[data-action='incrementHours']::after, +.bootstrap-datetimepicker-widget .btn[data-action='incrementMinutes']::after, +.bootstrap-datetimepicker-widget .btn[data-action='decrementHours']::after, +.bootstrap-datetimepicker-widget .btn[data-action='decrementMinutes']::after, +.bootstrap-datetimepicker-widget .btn[data-action='showHours']::after, +.bootstrap-datetimepicker-widget .btn[data-action='showMinutes']::after, +.bootstrap-datetimepicker-widget .btn[data-action='togglePeriod']::after, +.bootstrap-datetimepicker-widget .btn[data-action='clear']::after, +.bootstrap-datetimepicker-widget .btn[data-action='today']::after, +.bootstrap-datetimepicker-widget .picker-switch::after, +.bootstrap-datetimepicker-widget table th.prev::after, +.bootstrap-datetimepicker-widget table th.next::after +{ + position: absolute; + + overflow: hidden; + clip: rect(0, 0, 0, 0); + + width: 1px; + height: 1px; + margin: -1px; + padding: 0; + + border: 0; +} + +/*! + * Datetimepicker for Bootstrap 3 + * ! version : 4.7.14 + * https://github.com/Eonasdan/bootstrap-datetimepicker/ + */ +.bootstrap-datetimepicker-widget +{ + list-style: none; +} +.bootstrap-datetimepicker-widget.dropdown-menu +{ + width: 19em; + margin: 2px 0; + padding: 4px; +} +@media (max-width: 767.98px) +{ + .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs + { + width: 38em; + } +} +@media (max-width: 991.98px) +{ + .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs + { + width: 38em; + } +} +@media (max-width: 1199.98px) +{ + .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs + { + width: 38em; + } +} +.bootstrap-datetimepicker-widget.dropdown-menu:before, +.bootstrap-datetimepicker-widget.dropdown-menu:after +{ + position: absolute; + + display: inline-block; + + content: ''; +} +.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before +{ + top: -7px; + left: 7px; + + border-right: 7px solid transparent; + border-bottom: 7px solid #ccc; + border-bottom-color: rgba(0, 0, 0, .2); + border-left: 7px solid transparent; +} +.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after +{ + top: -6px; + left: 8px; + + border-right: 6px solid transparent; + border-bottom: 6px solid white; + border-left: 6px solid transparent; +} +.bootstrap-datetimepicker-widget.dropdown-menu.top:before +{ + bottom: -7px; + left: 6px; + + border-top: 7px solid #ccc; + border-top-color: rgba(0, 0, 0, .2); + border-right: 7px solid transparent; + border-left: 7px solid transparent; +} +.bootstrap-datetimepicker-widget.dropdown-menu.top:after +{ + bottom: -6px; + left: 7px; + + border-top: 6px solid white; + border-right: 6px solid transparent; + border-left: 6px solid transparent; +} +.bootstrap-datetimepicker-widget.dropdown-menu.float-right:before +{ + right: 6px; + left: auto; +} +.bootstrap-datetimepicker-widget.dropdown-menu.float-right:after +{ + right: 7px; + left: auto; +} +.bootstrap-datetimepicker-widget .list-unstyled +{ + margin: 0; +} +.bootstrap-datetimepicker-widget a[data-action] +{ + padding: 6px 0; +} +.bootstrap-datetimepicker-widget a[data-action]:active +{ + -webkit-box-shadow: none; + box-shadow: none; +} +.bootstrap-datetimepicker-widget .timepicker-hour, +.bootstrap-datetimepicker-widget .timepicker-minute, +.bootstrap-datetimepicker-widget .timepicker-second +{ + font-size: 1.2em; + font-weight: bold; + + width: 54px; + margin: 0; +} +.bootstrap-datetimepicker-widget button[data-action] +{ + padding: 6px; +} +.bootstrap-datetimepicker-widget .btn[data-action='incrementHours']::after +{ + content: 'Increment Hours'; +} +.bootstrap-datetimepicker-widget .btn[data-action='incrementMinutes']::after +{ + content: 'Increment Minutes'; +} +.bootstrap-datetimepicker-widget .btn[data-action='decrementHours']::after +{ + content: 'Decrement Hours'; +} +.bootstrap-datetimepicker-widget .btn[data-action='decrementMinutes']::after +{ + content: 'Decrement Minutes'; +} +.bootstrap-datetimepicker-widget .btn[data-action='showHours']::after +{ + content: 'Show Hours'; +} +.bootstrap-datetimepicker-widget .btn[data-action='showMinutes']::after +{ + content: 'Show Minutes'; +} +.bootstrap-datetimepicker-widget .btn[data-action='togglePeriod']::after +{ + content: 'Toggle AM/PM'; +} +.bootstrap-datetimepicker-widget .btn[data-action='clear']::after +{ + content: 'Clear the picker'; +} +.bootstrap-datetimepicker-widget .btn[data-action='today']::after +{ + content: 'Set the date to today'; +} +.bootstrap-datetimepicker-widget .picker-switch +{ + text-align: center; +} +.bootstrap-datetimepicker-widget .picker-switch::after +{ + content: 'Toggle Date and Time Screens'; +} +.bootstrap-datetimepicker-widget .picker-switch td +{ + line-height: inherit; + + width: auto; + height: auto; + margin: 0; + padding: 0; +} +.bootstrap-datetimepicker-widget .picker-switch td span +{ + line-height: 2.5; + + width: 100%; + height: 2.5em; +} +.bootstrap-datetimepicker-widget table +{ + width: 100%; + margin: 0; +} +.bootstrap-datetimepicker-widget table td, +.bootstrap-datetimepicker-widget table th +{ + text-align: center; + + border-radius: .5rem; +} +.bootstrap-datetimepicker-widget table th +{ + line-height: 20px; + + width: 20px; + height: 20px; +} +.bootstrap-datetimepicker-widget table th.picker-switch +{ + width: 145px; +} +.bootstrap-datetimepicker-widget table th.disabled, +.bootstrap-datetimepicker-widget table th.disabled:hover +{ + cursor: not-allowed; + + color: #1e1e1e; + background: none; +} +.bootstrap-datetimepicker-widget table th.prev::after +{ + content: 'Previous Month'; +} +.bootstrap-datetimepicker-widget table th.next::after +{ + content: 'Next Month'; +} +.bootstrap-datetimepicker-widget table thead tr:first-child th +{ + cursor: pointer; +} +.bootstrap-datetimepicker-widget table thead tr:first-child th:hover +{ + background: #ededed; +} +.bootstrap-datetimepicker-widget table td +{ + line-height: 54px; + + width: 54px; + height: 54px; +} +.bootstrap-datetimepicker-widget table td.cw +{ + font-size: .8em; + line-height: 20px; + + height: 20px; + + color: #1e1e1e; +} +.bootstrap-datetimepicker-widget table td.day +{ + line-height: 20px; + + width: 20px; + height: 20px; +} +.bootstrap-datetimepicker-widget table td.day:hover, +.bootstrap-datetimepicker-widget table td.hour:hover, +.bootstrap-datetimepicker-widget table td.minute:hover, +.bootstrap-datetimepicker-widget table td.second:hover +{ + cursor: pointer; + + background: #ededed; +} +.bootstrap-datetimepicker-widget table td.old, +.bootstrap-datetimepicker-widget table td.new +{ + color: #1e1e1e; +} +.bootstrap-datetimepicker-widget table td.today +{ + position: relative; +} +.bootstrap-datetimepicker-widget table td.today:before +{ + position: absolute; + right: 4px; + bottom: 4px; + + display: inline-block; + + content: ''; + + border: 0 0 7px 7px solid transparent; + border-top-color: rgba(0, 0, 0, .2); + border-bottom-color: #7367f0; +} +.bootstrap-datetimepicker-widget table td.active, +.bootstrap-datetimepicker-widget table td.active:hover +{ + color: #fff; + background-color: #7367f0; + text-shadow: 0 -1px 0 rgba(0, 0, 0, .25); +} +.bootstrap-datetimepicker-widget table td.active.today:before +{ + border-bottom-color: #fff; +} +.bootstrap-datetimepicker-widget table td.disabled, +.bootstrap-datetimepicker-widget table td.disabled:hover +{ + cursor: not-allowed; + + color: #1e1e1e; + background: none; +} +.bootstrap-datetimepicker-widget table td span +{ + line-height: 54px; + + display: inline-block; + + width: 54px; + height: 54px; + margin: 2px 1.5px; + + cursor: pointer; + + border-radius: .5rem; +} +.bootstrap-datetimepicker-widget table td span:hover +{ + background: #ededed; +} +.bootstrap-datetimepicker-widget table td span.active +{ + color: #fff; + background-color: #7367f0; + text-shadow: 0 -1px 0 rgba(0, 0, 0, .25); +} +.bootstrap-datetimepicker-widget table td span.old +{ + color: #1e1e1e; +} +.bootstrap-datetimepicker-widget table td span.disabled, +.bootstrap-datetimepicker-widget table td span.disabled:hover +{ + cursor: not-allowed; + + color: #1e1e1e; + background: none; +} +.bootstrap-datetimepicker-widget.usetwentyfour td.hour +{ + line-height: 27px; + + height: 27px; +} + +.input-group.date .input-group-addon +{ + cursor: pointer; +} diff --git a/wwwjuba/app-assets/css/plugins/pickers/bootstrap-datetimepicker-build.min.css b/wwwjuba/app-assets/css/plugins/pickers/bootstrap-datetimepicker-build.min.css new file mode 100644 index 0000000..b7296c4 --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/pickers/bootstrap-datetimepicker-build.min.css @@ -0,0 +1,5 @@ +.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after,.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after,.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after,.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after,.bootstrap-datetimepicker-widget .btn[data-action=showHours]::after,.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after,.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after,.bootstrap-datetimepicker-widget .btn[data-action=clear]::after,.bootstrap-datetimepicker-widget .btn[data-action=today]::after,.bootstrap-datetimepicker-widget .picker-switch::after,.bootstrap-datetimepicker-widget table th.next::after,.bootstrap-datetimepicker-widget table th.prev::after,.sr-only{position:absolute;overflow:hidden;clip:rect(0,0,0,0);width:1px;height:1px;margin:-1px;padding:0;border:0}/*! + * Datetimepicker for Bootstrap 3 + * ! version : 4.7.14 + * https://github.com/Eonasdan/bootstrap-datetimepicker/ + */.bootstrap-datetimepicker-widget{list-style:none}.bootstrap-datetimepicker-widget.dropdown-menu{width:19em;margin:2px 0;padding:4px}@media (max-width:767.98px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}@media (max-width:991.98px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}@media (max-width:1199.98px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}.bootstrap-datetimepicker-widget.dropdown-menu:after,.bootstrap-datetimepicker-widget.dropdown-menu:before{position:absolute;display:inline-block;content:''}.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before{top:-7px;left:7px;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,.2);border-left:7px solid transparent}.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after{top:-6px;left:8px;border-right:6px solid transparent;border-bottom:6px solid #fff;border-left:6px solid transparent}.bootstrap-datetimepicker-widget.dropdown-menu.top:before{bottom:-7px;left:6px;border-top:7px solid #ccc;border-top-color:rgba(0,0,0,.2);border-right:7px solid transparent;border-left:7px solid transparent}.bootstrap-datetimepicker-widget.dropdown-menu.top:after{bottom:-6px;left:7px;border-top:6px solid #fff;border-right:6px solid transparent;border-left:6px solid transparent}.bootstrap-datetimepicker-widget.dropdown-menu.float-right:before{right:6px;left:auto}.bootstrap-datetimepicker-widget.dropdown-menu.float-right:after{right:7px;left:auto}.bootstrap-datetimepicker-widget .list-unstyled{margin:0}.bootstrap-datetimepicker-widget a[data-action]{padding:6px 0}.bootstrap-datetimepicker-widget a[data-action]:active{-webkit-box-shadow:none;box-shadow:none}.bootstrap-datetimepicker-widget .timepicker-hour,.bootstrap-datetimepicker-widget .timepicker-minute,.bootstrap-datetimepicker-widget .timepicker-second{font-size:1.2em;font-weight:700;width:54px;margin:0}.bootstrap-datetimepicker-widget button[data-action]{padding:6px}.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after{content:'Increment Hours'}.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after{content:'Increment Minutes'}.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after{content:'Decrement Hours'}.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after{content:'Decrement Minutes'}.bootstrap-datetimepicker-widget .btn[data-action=showHours]::after{content:'Show Hours'}.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after{content:'Show Minutes'}.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after{content:'Toggle AM/PM'}.bootstrap-datetimepicker-widget .btn[data-action=clear]::after{content:'Clear the picker'}.bootstrap-datetimepicker-widget .btn[data-action=today]::after{content:'Set the date to today'}.bootstrap-datetimepicker-widget .picker-switch{text-align:center}.bootstrap-datetimepicker-widget .picker-switch::after{content:'Toggle Date and Time Screens'}.bootstrap-datetimepicker-widget .picker-switch td{line-height:inherit;width:auto;height:auto;margin:0;padding:0}.bootstrap-datetimepicker-widget .picker-switch td span{line-height:2.5;width:100%;height:2.5em}.bootstrap-datetimepicker-widget table{width:100%;margin:0}.bootstrap-datetimepicker-widget table td,.bootstrap-datetimepicker-widget table th{text-align:center;border-radius:.5rem}.bootstrap-datetimepicker-widget table th{line-height:20px;width:20px;height:20px}.bootstrap-datetimepicker-widget table th.picker-switch{width:145px}.bootstrap-datetimepicker-widget table th.disabled,.bootstrap-datetimepicker-widget table th.disabled:hover{cursor:not-allowed;color:#1e1e1e;background:0 0}.bootstrap-datetimepicker-widget table th.prev::after{content:'Previous Month'}.bootstrap-datetimepicker-widget table th.next::after{content:'Next Month'}.bootstrap-datetimepicker-widget table thead tr:first-child th{cursor:pointer}.bootstrap-datetimepicker-widget table thead tr:first-child th:hover{background:#ededed}.bootstrap-datetimepicker-widget table td{line-height:54px;width:54px;height:54px}.bootstrap-datetimepicker-widget table td.cw{font-size:.8em;line-height:20px;height:20px;color:#1e1e1e}.bootstrap-datetimepicker-widget table td.day{line-height:20px;width:20px;height:20px}.bootstrap-datetimepicker-widget table td.day:hover,.bootstrap-datetimepicker-widget table td.hour:hover,.bootstrap-datetimepicker-widget table td.minute:hover,.bootstrap-datetimepicker-widget table td.second:hover{cursor:pointer;background:#ededed}.bootstrap-datetimepicker-widget table td.new,.bootstrap-datetimepicker-widget table td.old{color:#1e1e1e}.bootstrap-datetimepicker-widget table td.today{position:relative}.bootstrap-datetimepicker-widget table td.today:before{position:absolute;right:4px;bottom:4px;display:inline-block;content:'';border:0 solid transparent;border-top-color:rgba(0,0,0,.2);border-bottom-color:#7367f0}.bootstrap-datetimepicker-widget table td.active,.bootstrap-datetimepicker-widget table td.active:hover{color:#fff;background-color:#7367f0;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.bootstrap-datetimepicker-widget table td.active.today:before{border-bottom-color:#fff}.bootstrap-datetimepicker-widget table td.disabled,.bootstrap-datetimepicker-widget table td.disabled:hover{cursor:not-allowed;color:#1e1e1e;background:0 0}.bootstrap-datetimepicker-widget table td span{line-height:54px;display:inline-block;width:54px;height:54px;margin:2px 1.5px;cursor:pointer;border-radius:.5rem}.bootstrap-datetimepicker-widget table td span:hover{background:#ededed}.bootstrap-datetimepicker-widget table td span.active{color:#fff;background-color:#7367f0;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.bootstrap-datetimepicker-widget table td span.old{color:#1e1e1e}.bootstrap-datetimepicker-widget table td span.disabled,.bootstrap-datetimepicker-widget table td span.disabled:hover{cursor:not-allowed;color:#1e1e1e;background:0 0}.bootstrap-datetimepicker-widget.usetwentyfour td.hour{line-height:27px;height:27px}.input-group.date .input-group-addon{cursor:pointer} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/plugins/tour/tour.css b/wwwjuba/app-assets/css/plugins/tour/tour.css new file mode 100644 index 0000000..e87e4c3 --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/tour/tour.css @@ -0,0 +1,86 @@ +/*======================================================== + DARK LAYOUT +=========================================================*/ +.tippy-popper +{ + border: none; + border-radius: .5rem; + + -webkit-filter: drop-shadow(0 0 7px rgba(0, 0, 0, .5)); + filter: drop-shadow(0 0 7px rgba(0, 0, 0, .5)); +} +.tippy-popper .tippy-tooltip +{ + width: auto !important; +} +.tippy-popper .tippy-tooltip .tippy-arrow +{ + border-bottom-color: #7367f0; +} +.tippy-popper .tippy-tooltip .tippy-content .shepherd-content +{ + padding: 1.3rem 1rem; + + border-radius: .5rem; + background-color: #7367f0; +} +.tippy-popper .tippy-tooltip .tippy-content .shepherd-content .shepherd-header +{ + padding: 0; +} +.tippy-popper .tippy-tooltip .tippy-content .shepherd-content .shepherd-text +{ + font-size: 1rem; + + color: #fff; +} +.tippy-popper .tippy-tooltip .tippy-content .shepherd-content .shepherd-footer +{ + padding: 0; +} +.tippy-popper .tippy-tooltip .tippy-content .shepherd-content .shepherd-footer .shepherd-buttons li +{ + margin: 0; +} +.tippy-popper .tippy-tooltip .tippy-content .shepherd-content .shepherd-footer .shepherd-buttons .shepherd-button +{ + margin: 0 5px; + padding: .7rem 2rem; + + color: #fff; + border: 1px solid #fff; + border-radius: 6px; + background-color: transparent; +} +.tippy-popper .tippy-tooltip .tippy-content .shepherd-content .shepherd-footer .shepherd-buttons .shepherd-button:hover +{ + background-color: rgba(255, 255, 255, .1); +} +.tippy-popper .tippy-tooltip .tippy-content [data-shepherd-step-id='step-4'] .shepherd-footer .shepherd-buttons +{ + text-align: center; +} + +.tippy-popper[x-placement='top'] .tippy-arrow +{ + border-color: transparent; + border-top-color: #7367f0; +} + +.tippy-popper[x-placement='bottom'] .tippy-arrow +{ + border-color: transparent; + border-bottom-color: #7367f0; +} + +.tippy-popper[x-placement='right'] .tippy-arrow +{ + border-color: transparent; + border-right-color: #7367f0; +} + +.tippy-popper[x-placement='left'] .tippy-arrow +{ + border-color: transparent; + border-left-color: #7367f0; +} diff --git a/wwwjuba/app-assets/css/plugins/tour/tour.min.css b/wwwjuba/app-assets/css/plugins/tour/tour.min.css new file mode 100644 index 0000000..a7e7d21 --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/tour/tour.min.css @@ -0,0 +1 @@ +.tippy-popper{border:none;border-radius:.5rem;-webkit-filter:drop-shadow(0 0 7px rgba(0, 0, 0, .5));filter:drop-shadow(0 0 7px rgba(0, 0, 0, .5))}.tippy-popper .tippy-tooltip{width:auto!important}.tippy-popper .tippy-tooltip .tippy-arrow{border-bottom-color:#7367f0}.tippy-popper .tippy-tooltip .tippy-content .shepherd-content{padding:1.3rem 1rem;border-radius:.5rem;background-color:#7367f0}.tippy-popper .tippy-tooltip .tippy-content .shepherd-content .shepherd-footer,.tippy-popper .tippy-tooltip .tippy-content .shepherd-content .shepherd-header{padding:0}.tippy-popper .tippy-tooltip .tippy-content .shepherd-content .shepherd-text{font-size:1rem;color:#fff}.tippy-popper .tippy-tooltip .tippy-content .shepherd-content .shepherd-footer .shepherd-buttons li{margin:0}.tippy-popper .tippy-tooltip .tippy-content .shepherd-content .shepherd-footer .shepherd-buttons .shepherd-button{margin:0 5px;padding:.7rem 2rem;color:#fff;border:1px solid #fff;border-radius:6px;background-color:transparent}.tippy-popper .tippy-tooltip .tippy-content .shepherd-content .shepherd-footer .shepherd-buttons .shepherd-button:hover{background-color:rgba(255,255,255,.1)}.tippy-popper .tippy-tooltip .tippy-content [data-shepherd-step-id=step-4] .shepherd-footer .shepherd-buttons{text-align:center}.tippy-popper[x-placement=top] .tippy-arrow{border-color:#7367f0 transparent transparent}.tippy-popper[x-placement=bottom] .tippy-arrow{border-color:transparent transparent #7367f0}.tippy-popper[x-placement=right] .tippy-arrow{border-color:transparent #7367f0 transparent transparent}.tippy-popper[x-placement=left] .tippy-arrow{border-color:transparent transparent transparent #7367f0} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/plugins/ui/coming-soon.css b/wwwjuba/app-assets/css/plugins/ui/coming-soon.css new file mode 100644 index 0000000..4ee93d1 --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/ui/coming-soon.css @@ -0,0 +1,78 @@ +@media screen and (min-width: 0) +{ + head + { + font-family: 'xs 0px'; + } + body:after + { + content: 'xs - min-width: 0px'; + } +} + +@media screen and (min-width: 544px) +{ + head + { + font-family: 'sm 544px'; + } + body:after + { + content: 'sm - min-width: 544px'; + } +} + +@media screen and (min-width: 768px) +{ + head + { + font-family: 'md 768px'; + } + body:after + { + content: 'md - min-width: 768px'; + } +} + +@media screen and (min-width: 992px) +{ + head + { + font-family: 'lg 992px'; + } + body:after + { + content: 'lg - min-width: 992px'; + } +} + +@media screen and (min-width: 1200px) +{ + head + { + font-family: 'xl 1200px'; + } + body:after + { + content: 'xl - min-width: 1200px'; + } +} + +head +{ + clear: both; +} +head title +{ + font-family: 'xs 0px, sm 544px, md 768px, lg 992px, xl 1200px'; +} + +body:after +{ + display: none; +} + +*[data-usn-if] +{ + display: none; +} diff --git a/wwwjuba/app-assets/css/plugins/ui/coming-soon.min.css b/wwwjuba/app-assets/css/plugins/ui/coming-soon.min.css new file mode 100644 index 0000000..d05e354 --- /dev/null +++ b/wwwjuba/app-assets/css/plugins/ui/coming-soon.min.css @@ -0,0 +1 @@ +@media screen and (min-width:0){head{font-family:'xs 0px'}body:after{content:'xs - min-width: 0px'}}@media screen and (min-width:544px){head{font-family:'sm 544px'}body:after{content:'sm - min-width: 544px'}}@media screen and (min-width:768px){head{font-family:'md 768px'}body:after{content:'md - min-width: 768px'}}@media screen and (min-width:992px){head{font-family:'lg 992px'}body:after{content:'lg - min-width: 992px'}}@media screen and (min-width:1200px){head{font-family:'xl 1200px'}body:after{content:'xl - min-width: 1200px'}}head{clear:both}head title{font-family:'xs 0px, sm 544px, md 768px, lg 992px, xl 1200px'}[data-usn-if],body:after{display:none} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/themes/dark-layout.css b/wwwjuba/app-assets/css/themes/dark-layout.css new file mode 100644 index 0000000..8943ad2 --- /dev/null +++ b/wwwjuba/app-assets/css/themes/dark-layout.css @@ -0,0 +1,1945 @@ +/*======================================================== + DARK LAYOUT +=========================================================*/ +body.dark-layout +{ + background-color: #262c49; + /********* UI ELEMENTS *********/ + /********* COMPONENTS *********/ + /********** FORMS **********/ + /********** TABLE **********/ + /********** PAGES **********/ + /********** CHARTS **********/ + /********** APPLICATIONS **********/ + /********** EXTENSIONS **********/ + /********** CUSTOMIZER **********/ +} +body.dark-layout h1, +body.dark-layout h2, +body.dark-layout h3, +body.dark-layout h4, +body.dark-layout h5, +body.dark-layout h6 +{ + color: #ebeefd; +} +body.dark-layout [class*='border'] +{ + border-color: #414561 !important; +} +body.dark-layout a:hover +{ + color: #7367f0; +} +body.dark-layout p, +body.dark-layout small, +body.dark-layout span, +body.dark-layout label +{ + color: #c2c6dc; +} +body.dark-layout hr +{ + border-color: #414561; +} +body.dark-layout pre +{ + border: 0; + background-color: #262c49; +} +body.dark-layout pre code +{ + background-color: inherit; + text-shadow: none; +} +body.dark-layout pre code .operator, +body.dark-layout pre code .url +{ + background-color: #262c49; +} +body.dark-layout code +{ + color: #b8c2cc; + background-color: #262c49; +} +body.dark-layout kbd +{ + background-color: #262c49; +} +body.dark-layout .text-dark +{ + color: #b8c2cc !important; +} +body.dark-layout .header-navbar-shadow +{ + background: -webkit-gradient(linear, left top, left bottom, color-stop(44%, rgba(44, 48, 60, .9)), color-stop(73%, rgba(44, 48, 60, .43)), to(rgba(44, 48, 60, 0))); + background: -webkit-linear-gradient(top, rgba(44, 48, 60, .9) 44%, rgba(44, 48, 60, .43) 73%, rgba(44, 48, 60, 0)); + background: -moz-linear-gradient(top, rgba(44, 48, 60, .9) 44%, rgba(44, 48, 60, .43) 73%, rgba(44, 48, 60, 0)); + background: -o-linear-gradient(top, rgba(44, 48, 60, .9) 44%, rgba(44, 48, 60, .43) 73%, rgba(44, 48, 60, 0)); + background: linear-gradient(180deg, rgba(44, 48, 60, .9) 44%, rgba(44, 48, 60, .43) 73%, rgba(44, 48, 60, 0)); +} +body.dark-layout .header-navbar +{ + background-color: #10163a; +} +body.dark-layout .header-navbar .navbar-container .nav .nav-item .nav-link +{ + color: #c2c6dc; + background-color: transparent; +} +body.dark-layout .header-navbar .navbar-container .nav .nav-item .nav-link i +{ + color: #c2c6dc; +} +body.dark-layout .header-navbar .navbar-container .nav .nav-item .nav-link.bookmark-star i +{ + color: #fff !important; +} +body.dark-layout .header-navbar .navbar-container .nav .nav-item.nav-search .search-input.open +{ + background-color: #10163a; +} +body.dark-layout .header-navbar .navbar-container .nav .nav-item.nav-search .search-input.open .input +{ + border-color: #414561; +} +body.dark-layout .header-navbar .navbar-container .nav .nav-item.nav-search .search-input.open .input, +body.dark-layout .header-navbar .navbar-container .nav .nav-item.nav-search .search-input.open .input::-webkit-input-placeholder, +body.dark-layout .header-navbar .navbar-container .nav .nav-item.nav-search .search-input.open .search-input-close +{ + color: #c2c6dc; +} +body.dark-layout .header-navbar .navbar-container .nav .nav-item.nav-search .search-input.open .input, +body.dark-layout .header-navbar .navbar-container .nav .nav-item.nav-search .search-input.open .input:-moz-placeholder, +body.dark-layout .header-navbar .navbar-container .nav .nav-item.nav-search .search-input.open .search-input-close +{ + color: #c2c6dc; +} +body.dark-layout .header-navbar .navbar-container .nav .nav-item.nav-search .search-input.open .input, +body.dark-layout .header-navbar .navbar-container .nav .nav-item.nav-search .search-input.open .input::-moz-placeholder, +body.dark-layout .header-navbar .navbar-container .nav .nav-item.nav-search .search-input.open .search-input-close +{ + color: #c2c6dc; +} +body.dark-layout .header-navbar .navbar-container .nav .nav-item.nav-search .search-input.open .input, +body.dark-layout .header-navbar .navbar-container .nav .nav-item.nav-search .search-input.open .input:-ms-input-placeholder, +body.dark-layout .header-navbar .navbar-container .nav .nav-item.nav-search .search-input.open .search-input-close +{ + color: #c2c6dc; +} +body.dark-layout .header-navbar .navbar-container .nav .nav-item.nav-search .search-input.open .input, +body.dark-layout .header-navbar .navbar-container .nav .nav-item.nav-search .search-input.open .input::placeholder, +body.dark-layout .header-navbar .navbar-container .nav .nav-item.nav-search .search-input.open .search-input-close +{ + color: #c2c6dc; +} +body.dark-layout .header-navbar .navbar-container .nav .nav-item .bookmark-input .form-control +{ + background-color: #10163a; +} +body.dark-layout .header-navbar .navbar-container .nav .nav-item .search-list +{ + background-color: #262c49; +} +body.dark-layout .header-navbar .navbar-container .nav .nav-item .search-list .current_item +{ + background-color: #10163a; +} +body.dark-layout .header-navbar .navbar-container .nav .dropdown-notification .dropdown-menu.dropdown-menu-media +{ + overflow: hidden; +} +body.dark-layout .header-navbar .navbar-container .nav .dropdown-notification .dropdown-menu.dropdown-menu-media .media +{ + border-color: #414561; +} +body.dark-layout .header-navbar .navbar-container .nav .dropdown-notification .dropdown-menu.dropdown-menu-media .media .media-body .notification-text +{ + color: #c2c6dc; +} +body.dark-layout .header-navbar .navbar-container .nav .dropdown-notification .dropdown-menu.dropdown-menu-media .media .media-meta +{ + color: #c2c6dc; +} +body.dark-layout .header-navbar .navbar-container .nav .dropdown-notification .dropdown-menu.dropdown-menu-media .media:hover +{ + background-color: #10163a; +} +body.dark-layout .header-navbar .navbar-container .nav .dropdown-notification .dropdown-menu.dropdown-menu-media .dropdown-menu-footer +{ + background-color: #10163a; +} +body.dark-layout .header-navbar .navbar-container .nav .dropdown-notification .dropdown-menu.dropdown-menu-media .dropdown-menu-footer .dropdown-item +{ + color: #fff; + border-color: #414561; +} +body.dark-layout .header-navbar .navbar-container .nav .dropdown-notification .dropdown-menu.dropdown-menu-media .dropdown-menu-footer .dropdown-item:hover +{ + background-color: #10163a; +} +body.dark-layout .header-navbar.navbar-static-top +{ + background-color: transparent; +} +body.dark-layout .header-navbar[class*='bg-'] .navbar-nav .nav-item .nav-link +{ + background-color: inherit; +} +body.dark-layout .main-menu +{ + background-color: #10163a; +} +body.dark-layout .main-menu .shadow-bottom +{ + background: -webkit-gradient(linear, left top, left bottom, color-stop(44%, #0f1642), color-stop(73%, rgba(15, 22, 66, .51)), to(rgba(44, 48, 60, 0))); + background: -webkit-linear-gradient(top, #0f1642 44%, rgba(15, 22, 66, .51) 73%, rgba(44, 48, 60, 0)); + background: -moz-linear-gradient(top, #0f1642 44%, rgba(15, 22, 66, .51) 73%, rgba(44, 48, 60, 0)); + background: -o-linear-gradient(top, #0f1642 44%, rgba(15, 22, 66, .51) 73%, rgba(44, 48, 60, 0)); + background: linear-gradient(180deg, #0f1642 44%, rgba(15, 22, 66, .51) 73%, rgba(44, 48, 60, 0)); +} +body.dark-layout .main-menu:not(.expanded) .navigation .sidebar-group-active a +{ + background-color: #262c49; +} +body.dark-layout .main-menu-content .navigation-main +{ + background-color: #10163a; +} +body.dark-layout .main-menu-content .navigation-main .nav-item i +{ + color: #c2c6dc; +} +body.dark-layout .main-menu-content .navigation-main .nav-item.open a +{ + background-color: #262c49; +} +body.dark-layout .main-menu-content .navigation-main .nav-item a:after +{ + color: #c2c6dc; +} +body.dark-layout .main-menu-content .navigation-main .nav-item .menu-content +{ + background-color: #10163a; +} +body.dark-layout .main-menu-content .navigation-main .nav-item .menu-content .active .menu-item +{ + color: #fff; +} +body.dark-layout .main-menu-content .navigation-main .nav-item .menu-content li:not(.active) a +{ + background-color: #10163a; +} +body.dark-layout .main-menu-content .navigation-main .active .menu-title, +body.dark-layout .main-menu-content .navigation-main .active i +{ + color: #fff; +} +body.dark-layout .main-menu-content .navigation-main .sidebar-group-active a +{ + border-radius: 4px; + background: #10163a; +} +body.dark-layout .main-menu-content .navigation-main .sidebar-group-active .menu-content +{ + background-color: #10163a; +} +body.dark-layout .main-menu-content .navigation-main .sidebar-group-active .menu-content .active +{ + z-index: 1; +} +body.dark-layout .main-menu-content .navigation-main .sidebar-group-active .menu-content .active a +{ + background-color: transparent; +} +body.dark-layout.menu-collapsed .main-menu:not(.expanded) .navigation-main li.active a +{ + background: #262c49 !important; +} +body.dark-layout .data-list-view-header .dataTables_wrapper .top .action-btns .dropdown .dropdown-toggle, +body.dark-layout .data-thumb-view-header .dataTables_wrapper .top .action-btns .dropdown .dropdown-toggle +{ + color: #c2c6dc; + background-color: #10163a !important; +} +body.dark-layout .data-list-view-header .dataTables_wrapper .top .action-btns .dropdown .dropdown-toggle:hover, +body.dark-layout .data-list-view-header .dataTables_wrapper .top .action-btns .dropdown .dropdown-toggle:active, +body.dark-layout .data-thumb-view-header .dataTables_wrapper .top .action-btns .dropdown .dropdown-toggle:hover, +body.dark-layout .data-thumb-view-header .dataTables_wrapper .top .action-btns .dropdown .dropdown-toggle:active +{ + color: #c2c6dc !important; + -webkit-box-shadow: none; + box-shadow: none; +} +body.dark-layout .data-list-view-header .dataTables_wrapper .top .action-btns .dt-buttons .btn.btn-outline-primary span, +body.dark-layout .data-thumb-view-header .dataTables_wrapper .top .action-btns .dt-buttons .btn.btn-outline-primary span +{ + color: #7367f0; +} +body.dark-layout .data-list-view-header .dataTables_wrapper .top .action-btns .dt-buttons .btn.btn-outline-primary:hover, +body.dark-layout .data-thumb-view-header .dataTables_wrapper .top .action-btns .dt-buttons .btn.btn-outline-primary:hover +{ + background-color: transparent; +} +body.dark-layout .data-list-view-header .dataTables_wrapper .top .dataTables_length .form-control, +body.dark-layout .data-list-view-header .dataTables_wrapper .top .dataTables_filter .form-control, +body.dark-layout .data-thumb-view-header .dataTables_wrapper .top .dataTables_length .form-control, +body.dark-layout .data-thumb-view-header .dataTables_wrapper .top .dataTables_filter .form-control +{ + background-color: #10163a; +} +body.dark-layout .data-list-view-header .dataTables_wrapper .top .dataTables_filter .form-control, +body.dark-layout .data-thumb-view-header .dataTables_wrapper .top .dataTables_filter .form-control +{ + border: 0; +} +body.dark-layout .data-list-view-header .dataTables_wrapper .pagination .page-item, +body.dark-layout .data-thumb-view-header .dataTables_wrapper .pagination .page-item +{ + background-color: #10163a !important; +} +body.dark-layout .data-list-view-header .dataTables_wrapper .pagination .page-item.active .page-link, +body.dark-layout .data-thumb-view-header .dataTables_wrapper .pagination .page-item.active .page-link +{ + background-color: #7367f0; +} +body.dark-layout .data-list-view-header .dataTables_wrapper .pagination .page-item .page-link, +body.dark-layout .data-thumb-view-header .dataTables_wrapper .pagination .page-item .page-link +{ + background-color: #10163a; +} +body.dark-layout .data-list-view-header .dataTable tbody tr, +body.dark-layout .data-thumb-view-header .dataTable tbody tr +{ + background-color: transparent; +} +body.dark-layout .data-list-view-header .dataTable tbody tr.selected td, +body.dark-layout .data-thumb-view-header .dataTable tbody tr.selected td +{ + color: #7367f0; + background-color: rgba(115, 103, 240, .05); +} +body.dark-layout .data-list-view-header .add-new-data, +body.dark-layout .data-thumb-view-header .add-new-data +{ + background-color: #262c49; +} +body.dark-layout .data-list-view-header .add-new-data .new-data-title, +body.dark-layout .data-thumb-view-header .add-new-data .new-data-title +{ + border-color: #414561; +} +body.dark-layout .data-list-view-header .add-new-data .new-data-title .hide-data-sidebar i, +body.dark-layout .data-thumb-view-header .add-new-data .new-data-title .hide-data-sidebar i +{ + color: #c2c6dc; +} +body.dark-layout .data-list-view-header .add-new-data .data-items .form-control, +body.dark-layout .data-list-view-header .add-new-data .data-items .custom-select, +body.dark-layout .data-thumb-view-header .add-new-data .data-items .form-control, +body.dark-layout .data-thumb-view-header .add-new-data .data-items .custom-select +{ + background-color: #10163a; +} +body.dark-layout .bd-example .row, +body.dark-layout .bd-example .d-flex +{ + background-color: #262c49; +} +body.dark-layout .bd-example .row .col, +body.dark-layout .bd-example .row [class*='col-'], +body.dark-layout .bd-example .row .bd-highlight, +body.dark-layout .bd-example .d-flex .col, +body.dark-layout .bd-example .d-flex [class*='col-'], +body.dark-layout .bd-example .d-flex .bd-highlight +{ + border-color: #808080; + background-color: #262c49; +} +body.dark-layout .bd-example .height-example-wrapper +{ + background-color: #343661 !important; +} +body.dark-layout .bd-example .width-example, +body.dark-layout .bd-example .height-example +{ + background-color: #262c49 !important; +} +body.dark-layout .bd-example-row-flex-cols .row +{ + background-color: #262c49; +} +body.dark-layout .colors-container span +{ + color: #fff; +} +body.dark-layout .alert .alert-heading, +body.dark-layout .alert p +{ + color: inherit; +} +body.dark-layout .alert.alert-dark .alert-heading, +body.dark-layout .alert.alert-dark p +{ + color: #b8c2cc; +} +body.dark-layout .content-header-left .breadcrumbs-top .content-header-title +{ + color: #ebeefd; +} +body.dark-layout .content-header-left .breadcrumbs-top .breadcrumb-wrapper .breadcrumb .breadcrumb-item +{ + color: #c2c6dc; +} +body.dark-layout .content-header-left .breadcrumbs-top .breadcrumb-wrapper .breadcrumb .breadcrumb-item:before +{ + color: #c2c6dc; +} +body.dark-layout .content-header-left .breadcrumbs-top .breadcrumb-wrapper .breadcrumb .breadcrumb-item:not(.active) a:hover +{ + color: #7367f0; +} +body.dark-layout #default-breadcrumb .breadcrumb .breadcrumb-item, +body.dark-layout #breadcrumb-alignment .breadcrumb .breadcrumb-item +{ + color: #c2c6dc; +} +body.dark-layout #default-breadcrumb .breadcrumb .breadcrumb-item:before, +body.dark-layout #breadcrumb-alignment .breadcrumb .breadcrumb-item:before +{ + color: #c2c6dc; +} +body.dark-layout #default-breadcrumb .breadcrumb .breadcrumb-item:not(.active) a:hover, +body.dark-layout #breadcrumb-alignment .breadcrumb .breadcrumb-item:not(.active) a:hover +{ + color: #7367f0; +} +body.dark-layout #component-breadcrumbs .breadcrumb .breadcrumb-item +{ + color: #c2c6dc; +} +body.dark-layout #component-breadcrumbs .breadcrumb .breadcrumb-item a +{ + color: #c2c6dc; +} +body.dark-layout #component-breadcrumbs .breadcrumb .breadcrumb-item:before +{ + color: #c2c6dc; +} +body.dark-layout #component-breadcrumbs .breadcrumb .breadcrumb-item.active +{ + color: #7367f0; +} +body.dark-layout .collapse-bordered .collapse-header +{ + border-color: rgba(255, 255, 255, .04); +} +body.dark-layout .collapse-bordered.accordion-shadow +{ + -webkit-box-shadow: 0 0 8px 0 rgba(255, 255, 255, .1); + box-shadow: 0 0 8px 0 rgba(255, 255, 255, .1); +} +body.dark-layout .accordion .collapse-border-item +{ + border-color: rgba(255, 255, 255, .04); +} +body.dark-layout .collapse-margin +{ + -webkit-box-shadow: 0 2px 15px 0 rgba(255, 255, 255, .1); + box-shadow: 0 2px 15px 0 rgba(255, 255, 255, .1); +} +body.dark-layout .accordion[data-toggle-hover='true'] .card, +body.dark-layout .collapse[data-toggle-hover='true'] .card +{ + border-color: rgba(255, 255, 255, .04); +} +body.dark-layout .collapse-icon .card-header a +{ + color: #c2c6dc; +} +body.dark-layout .btn +{ + color: #fff; +} +body.dark-layout .btn.btn-icon i +{ + color: #fff; +} +body.dark-layout .btn.btn-dark, +body.dark-layout .btn.btn-outline-dark, +body.dark-layout .btn.btn-flat-dark +{ + color: #b8c2cc; +} +body.dark-layout .btn.btn-dark +{ + background-color: #4e5154 !important; +} +body.dark-layout .btn.btn-outline-dark +{ + color: #b8c2cc; + border-color: #4e5154; +} +body.dark-layout .btn.btn-flat-dark:active, +body.dark-layout .btn.btn-flat-dark:focus +{ + background: #4e5154; +} +body.dark-layout .btn.btn-white +{ + color: #626262; +} +body.dark-layout .dropdown-toggle +{ + color: #fff; +} +body.dark-layout .dropdown-toggle:hover i, +body.dark-layout .dropdown-toggle:hover:after +{ + color: #fff; +} +body.dark-layout .dropdown-menu +{ + background-color: #262c49; +} +body.dark-layout .dropdown-menu:before, +body.dark-layout .dropdown-menu .dropdown-item:hover, +body.dark-layout .dropdown-menu .dropdown-item:focus +{ + background: #262c49; +} +body.dark-layout .dropdown-menu .dropdown-item +{ + color: #c2c6dc; +} +body.dark-layout .dropdown-menu .form-control +{ + background-color: #10163a; +} +body.dark-layout .dropdown-menu .dropdown-divider +{ + border-color: #414561; +} +body.dark-layout .btn-white ~ .dropdown-menu .dropdown-item:not(.acitve):hover +{ + color: #7367f0 !important; +} +body.dark-layout .btn-dark ~ .dropdown-menu .dropdown-item:hover, +body.dark-layout .btn-outline-dark ~ .dropdown-menu .dropdown-item:hover, +body.dark-layout .btn-flat-dark ~ .dropdown-menu .dropdown-item:hover +{ + color: #c2c6dc; +} +body.dark-layout .dropup.dropdown-icon-wrapper .dropdown-menu .dropdown-item i +{ + color: #c2c6dc; +} +body.dark-layout .modal .modal-header, +body.dark-layout .modal .modal-header[class*='bg-'] +{ + background-color: #10163a !important; +} +body.dark-layout .modal .modal-header .close, +body.dark-layout .modal .modal-header[class*='bg-'] .close +{ + background-color: #262c49; + text-shadow: none; +} +body.dark-layout .modal .modal-header .close span, +body.dark-layout .modal .modal-header[class*='bg-'] .close span +{ + color: #fff; +} +body.dark-layout .modal .modal-content, +body.dark-layout .modal .modal-body, +body.dark-layout .modal .modal-footer +{ + background-color: #262c49; +} +body.dark-layout .modal .modal-content .form-control, +body.dark-layout .modal .modal-content .picker__input, +body.dark-layout .modal .modal-content .custom-file-label, +body.dark-layout .modal .modal-content .custom-file-label:after, +body.dark-layout .modal .modal-body .form-control, +body.dark-layout .modal .modal-body .picker__input, +body.dark-layout .modal .modal-body .custom-file-label, +body.dark-layout .modal .modal-body .custom-file-label:after, +body.dark-layout .modal .modal-footer .form-control, +body.dark-layout .modal .modal-footer .picker__input, +body.dark-layout .modal .modal-footer .custom-file-label, +body.dark-layout .modal .modal-footer .custom-file-label:after +{ + background-color: #10163a !important; +} +body.dark-layout .pagination:not([class*='pagination-']) .page-item.active +{ + background-color: #262c49; +} +body.dark-layout .pagination:not([class*='pagination-']) .page-item.active .page-link +{ + background-color: #7367f0; +} +body.dark-layout .pagination:not([class*='pagination-']) .page-item.active .page-link:hover +{ + color: #fff; +} +body.dark-layout .pagination:not([class*='pagination-']) .page-item .page-link +{ + color: #fff; + background-color: #262c49; +} +body.dark-layout .pagination:not([class*='pagination-']) .page-item .page-link:hover +{ + color: #7367f0; +} +body.dark-layout .pagination:not([class*='pagination-']) .page-item.prev-item .page-link:hover, +body.dark-layout .pagination:not([class*='pagination-']) .page-item.next-item .page-link:hover +{ + color: #fff; +} +body.dark-layout .pagination[class*='pagination-'] .page-item:not(.active):not(:hover) .page-link +{ + color: #fff; + background-color: #262c49; +} +body.dark-layout .pagination[class*='pagination-'] .page-item:not(.active) .page-link:hover +{ + background-color: #262c49; +} +body.dark-layout .pagination[class*='pagination-'] .page-item.active +{ + background-color: #262c49; +} +body.dark-layout .nav .nav-item .nav-link +{ + color: #c2c6dc; +} +body.dark-layout .nav .nav-item .nav-link.active, +body.dark-layout .nav .nav-item .nav-link:hover +{ + color: #7367f0; +} +body.dark-layout #navbar-component #basic-navbar .navbar +{ + background-color: #262c49; +} +body.dark-layout #navbar-component .navbar .nav .nav-item a +{ + color: #c2c6dc !important; +} +body.dark-layout #navbar-component .navbar .nav .nav-item .nav-link +{ + background-color: inherit; +} +body.dark-layout #navbar-component .navbar .nav .nav-item .nav-link span +{ + color: inherit; +} +body.dark-layout #navbar-component .navbar .nav .nav-item .nav-link .badge +{ + color: #fff; +} +body.dark-layout .nav-tabs .nav-item .nav-link, +body.dark-layout .nav-tabs.nav-justified .nav-item .nav-link, +body.dark-layout .nav .nav-item .nav-link +{ + background-color: #10163a; +} +body.dark-layout .nav-tabs .nav-item .nav-link.active, +body.dark-layout .nav-tabs.nav-justified .nav-item .nav-link.active, +body.dark-layout .nav .nav-item .nav-link.active +{ + background-color: #10163a; +} +body.dark-layout .nav-tabs .nav-item .nav-link.disabled, +body.dark-layout .nav-tabs.nav-justified .nav-item .nav-link.disabled, +body.dark-layout .nav .nav-item .nav-link.disabled +{ + opacity: .5; +} +body.dark-layout .nav-tabs ~ .tab-content .tab-pane, +body.dark-layout .nav-tabs.nav-justified ~ .tab-content .tab-pane, +body.dark-layout .nav ~ .tab-content .tab-pane +{ + background-color: #10163a; +} +body.dark-layout .nav-vertical .nav.nav-tabs.nav-left ~ .tab-content .tab-pane, +body.dark-layout .nav-vertical .nav.nav-tabs.nav-right ~ .tab-content .tab-pane +{ + background-color: #10163a; +} +body.dark-layout .nav-pills .nav-item .nav-link.active +{ + color: #fff; +} +body.dark-layout .nav-pills.nav-active-bordered-pill .nav-item .nav-link.active +{ + background-color: transparent; +} +body.dark-layout .card +{ + background-color: #10163a; +} +body.dark-layout .card .card-header, +body.dark-layout .card .card-footer +{ + color: #c2c6dc; + background-color: #10163a; +} +body.dark-layout .card .card-header .heading-elements.visible ul li +{ + background-color: #10163a; +} +body.dark-layout .card .card-body, +body.dark-layout .card .card-footer +{ + color: #c2c6dc; + border-color: #414561; +} +body.dark-layout .card.overlay-img-card .card-img-overlay span, +body.dark-layout .card.overlay-img-card .card-img-overlay p +{ + color: #fff; +} +body.dark-layout .media-bordered .media +{ + border-color: #414561; +} +body.dark-layout .activity-timeline +{ + border-color: #414561; +} +body.dark-layout #dashboard-analytics .bg-analytics +{ + background: -webkit-linear-gradient(332deg, #7367f0, rgba(115, 103, 240, .7)); + background: -moz-linear-gradient(332deg, #7367f0, rgba(115, 103, 240, .7)); + background: -o-linear-gradient(332deg, #7367f0, rgba(115, 103, 240, .7)); + background: linear-gradient(118deg, #7367f0, rgba(115, 103, 240, .7)); +} +body.dark-layout #dashboard-analytics .bg-analytics p +{ + color: #fff; +} +body.dark-layout #dashboard-analytics .bg-analytics .card-body +{ + background-color: transparent; +} +body.dark-layout #dashboard-ecommerce .chat-application .chat-app-window .user-chats .chats .chat-body .chat-content p, +body.dark-layout #overlay-image-chat-cards .chat-application .chat-app-window .user-chats .chats .chat-body .chat-content p +{ + color: #fff; +} +body.dark-layout #dashboard-ecommerce .chat-application .chat-app-window .user-chats .chats .chat-left .chat-content, +body.dark-layout #overlay-image-chat-cards .chat-application .chat-app-window .user-chats .chats .chat-left .chat-content +{ + border: 1px solid #414561; + background-color: #171e49; +} +body.dark-layout #dashboard-ecommerce .chat-application .chat-app-window .user-chats .chats .chat-left .chat-content p, +body.dark-layout #overlay-image-chat-cards .chat-application .chat-app-window .user-chats .chats .chat-left .chat-content p +{ + color: #c2c6dc; +} +body.dark-layout #dashboard-ecommerce .chat-application .chat-app-window .chat-footer, +body.dark-layout #overlay-image-chat-cards .chat-application .chat-app-window .chat-footer +{ + border-top: 1px solid #414561; +} +body.dark-layout #dashboard-ecommerce .chat-application .chat-app-window .chat-footer .card-body, +body.dark-layout #overlay-image-chat-cards .chat-application .chat-app-window .chat-footer .card-body +{ + padding-top: 1.5rem !important; +} +body.dark-layout .badge +{ + color: #fff; +} +body.dark-layout .badge span +{ + color: #fff; +} +body.dark-layout .badge:hover i +{ + color: #fff; +} +body.dark-layout .popover[x-placement='top'] .arrow:after +{ + border-top-color: #262c49; +} +body.dark-layout .popover[x-placement='bottom'] .arrow:after +{ + border-bottom-color: #7367f0; +} +body.dark-layout .popover[x-placement='left'] .arrow:after +{ + border-left-color: #262c49; +} +body.dark-layout .popover[x-placement='right'] .arrow:after +{ + border-right-color: #262c49; +} +body.dark-layout .popover .popover-body +{ + color: #c2c6dc; + background-color: #262c49; +} +body.dark-layout .toast +{ + background-color: #262c49; + -webkit-box-shadow: -5px 5px 5px 0 rgba(0, 0, 0, .3); + box-shadow: -5px 5px 5px 0 rgba(0, 0, 0, .3); +} +body.dark-layout .toast .toast-header +{ + color: #c2c6dc; + border-color: #414561; + background-color: #262c49; +} +body.dark-layout .toast .toast-header .close +{ + opacity: 1; + text-shadow: none; +} +body.dark-layout .toast .toast-body +{ + color: #c2c6dc; + background-color: #262c49; +} +body.dark-layout .avatar +{ + background-color: #262c49; +} +body.dark-layout .avatar .avatar-content +{ + color: #fff; +} +body.dark-layout .chip +{ + background-color: #262c49; +} +body.dark-layout .chip .avatar +{ + background-color: #10163a; +} +body.dark-layout .chip .chip-body .chip-text, +body.dark-layout .chip .chip-body span +{ + color: #fff; +} +body.dark-layout .divider .divider-text +{ + color: #c2c6dc; + background-color: transparent; +} +body.dark-layout .divider .divider-text::before, +body.dark-layout .divider .divider-text::after +{ + border-color: #414561; +} +body.dark-layout .divider.divider-dark .divider-text::before, +body.dark-layout .divider.divider-dark .divider-text::after +{ + border-color: #4e5154 !important; +} +body.dark-layout .list-group .list-group-item:not([class*='list-group-item-']), +body.dark-layout .list-group .list-group-item.list-group-item-action +{ + color: #c2c6dc; + border-color: #414561; + background-color: #10163a; +} +body.dark-layout .list-group .list-group-item:not([class*='list-group-item-']):hover, +body.dark-layout .list-group .list-group-item.list-group-item-action:hover +{ + background-color: #262c49; +} +body.dark-layout .list-group .list-group-item.active +{ + color: #fff; + background-color: #7367f0; +} +body.dark-layout .list-group .list-group-item.active p, +body.dark-layout .list-group .list-group-item.active small +{ + color: #fff; +} +body.dark-layout .list-group .list-group-item.disabled +{ + background-color: #262c49; +} +body.dark-layout input.form-control, +body.dark-layout .custom-file-label, +body.dark-layout textarea.form-control +{ + color: #c2c6dc; + background-color: #262c49; +} +body.dark-layout input.form-control:not(:focus), +body.dark-layout .custom-file-label:not(:focus), +body.dark-layout textarea.form-control:not(:focus) +{ + border: 0; +} +body.dark-layout input.form-control::-webkit-input-placeholder, +body.dark-layout .custom-file-label::-webkit-input-placeholder, +body.dark-layout textarea.form-control::-webkit-input-placeholder +{ + color: #c2c6dc; +} +body.dark-layout input.form-control:-moz-placeholder, +body.dark-layout .custom-file-label:-moz-placeholder, +body.dark-layout textarea.form-control:-moz-placeholder +{ + color: #c2c6dc; +} +body.dark-layout input.form-control::-moz-placeholder, +body.dark-layout .custom-file-label::-moz-placeholder, +body.dark-layout textarea.form-control::-moz-placeholder +{ + color: #c2c6dc; +} +body.dark-layout input.form-control:-ms-input-placeholder, +body.dark-layout .custom-file-label:-ms-input-placeholder, +body.dark-layout textarea.form-control:-ms-input-placeholder +{ + color: #c2c6dc; +} +body.dark-layout input.form-control::placeholder, +body.dark-layout .custom-file-label::placeholder, +body.dark-layout textarea.form-control::placeholder +{ + color: #c2c6dc; +} +body.dark-layout input.form-control ~ .form-control-position i, +body.dark-layout .custom-file-label ~ .form-control-position i, +body.dark-layout textarea.form-control ~ .form-control-position i +{ + color: #c2c6dc; +} +body.dark-layout input.form-control:focus ~ .form-control-position i, +body.dark-layout .custom-file-label:focus ~ .form-control-position i, +body.dark-layout textarea.form-control:focus ~ .form-control-position i +{ + color: #7367f0; +} +body.dark-layout input.form-control:disabled, +body.dark-layout input.form-control[readonly='readonly'], +body.dark-layout .custom-file-label:disabled, +body.dark-layout .custom-file-label[readonly='readonly'], +body.dark-layout textarea.form-control:disabled, +body.dark-layout textarea.form-control[readonly='readonly'] +{ + opacity: .5; +} +body.dark-layout .char-textarea.active +{ + color: #c2c6dc !important; +} +body.dark-layout .char-textarea.max-limit +{ + color: #ea5455 !important; +} +body.dark-layout .custom-file-label:after +{ + color: #c2c6dc; + border-left: 1px solid #414561; + background-color: #262c49; +} +body.dark-layout .has-icon-left.input-divider-left .form-control-position i +{ + border-right-color: #414561; +} +body.dark-layout .has-icon-left.input-divider-right .form-control-position i +{ + border-left-color: #414561; +} +body.dark-layout .bootstrap-touchspin .form-control +{ + background-color: #262c49; +} +body.dark-layout .bootstrap-touchspin.disabled-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-down, +body.dark-layout .bootstrap-touchspin.disabled-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-up, +body.dark-layout .bootstrap-touchspin.disabled-touchspin .bootstrap-touchspin-injected .disabled-max-min +{ + opacity: 1; + background-color: #b8c2cc !important; +} +body.dark-layout .bootstrap-touchspin .bootstrap-touchspin-injected .disabled-max-min +{ + opacity: 1; + background-color: #b8c2cc !important; +} +body.dark-layout select.form-control, +body.dark-layout .custom-select +{ + color: #c2c6dc; + border: 0; + background-color: #262c49; +} +body.dark-layout select.form-control option:checked, +body.dark-layout .custom-select option:checked +{ + background-color: #10163a; +} +body.dark-layout .select2-container .select2-selection +{ + background: #262c49; +} +body.dark-layout .select2-container .select2-selection .select2-selection__rendered +{ + color: #c2c6dc; +} +body.dark-layout .select2-container .select2-selection .select2-selection__rendered .select2-search__field +{ + color: #fff; +} +body.dark-layout .select2-container .select2-selection .select2-selection__arrow b +{ + border-top-color: #414561; +} +body.dark-layout .select2-container .select2-dropdown +{ + background-color: #10163a; +} +body.dark-layout .select2-container .select2-dropdown .select2-search__field +{ + color: #c2c6dc; + background-color: #262c49; +} +body.dark-layout .select2-container .select2-dropdown.bg-info .select2-results__options .select2-results__option +{ + color: #fff; +} +body.dark-layout .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option[aria-selected='true'] +{ + background-color: #7367f0; +} +body.dark-layout .select2-container.select2-container--classic .selection .select2-selection__arrow +{ + border-color: rgba(255, 255, 255, .1); + background-color: #262c49; + background-image: none; +} +body.dark-layout .custom-switch .custom-control-input[disabled] ~ .custom-control-label +{ + opacity: .5; +} +body.dark-layout .custom-switch .custom-control-input:not(:disabled):active ~ .custom-control-label::before +{ + background-color: #7367f0; +} +body.dark-layout .custom-switch .custom-control-input:checked ~ .custom-control-label::before +{ + background-color: #7367f0; +} +body.dark-layout .custom-switch .custom-control-label:before +{ + background-color: #262c49; +} +body.dark-layout .picker__input +{ + background-color: #262c49 !important; +} +body.dark-layout .picker__holder +{ + background-color: #262c49; +} +body.dark-layout .picker__holder .picker__header .picker__month, +body.dark-layout .picker__holder .picker__header .picker__year +{ + color: #c2c6dc; +} +body.dark-layout .picker__holder .picker__header .picker__select--year, +body.dark-layout .picker__holder .picker__header .picker__select--month +{ + color: #c2c6dc; + background-color: #262c49; +} +body.dark-layout .picker__holder .picker__header .picker__nav--next:hover, +body.dark-layout .picker__holder .picker__header .picker__nav--prev:hover +{ + background-color: #10163a; +} +body.dark-layout .picker__holder .picker__table thead tr .picker__weekday +{ + color: #c2c6dc; +} +body.dark-layout .picker__holder .picker__table tbody tr td .picker__day +{ + color: #c2c6dc; +} +body.dark-layout .picker__holder .picker__table tbody tr td .picker__day:hover +{ + color: #c2c6dc; + border: 1px solid #4ec6e8; + background-color: transparent; +} +body.dark-layout .picker__holder .picker__table tbody tr td .picker__day.picker__day--disabled +{ + opacity: .5; + color: #c2c6dc; + background: #10163a; +} +body.dark-layout .picker__holder .picker__table tbody tr td .picker__day--today +{ + background-color: #10163a; +} +body.dark-layout .picker__holder .picker__footer .picker__button--today, +body.dark-layout .picker__holder .picker__footer .picker__button--clear, +body.dark-layout .picker__holder .picker__footer .picker__button--close +{ + color: #c2c6dc; + background-color: #262c49; +} +body.dark-layout .picker--time .picker__holder .picker__list +{ + background-color: #262c49; +} +body.dark-layout .picker--time .picker__holder .picker__list .picker__list-item.picker__list-item--selected, +body.dark-layout .picker--time .picker__holder .picker__list .picker__list-item:hover +{ + background-color: #10163a; +} +body.dark-layout .picker--time .picker__holder .picker__list .picker__list-item.picker__list-item--disabled +{ + opacity: .5; + color: #b8c2cc; + background-color: #10163a; +} +body.dark-layout .picker--time .picker__holder .picker__list .picker__button--clear +{ + color: #c2c6dc; + background-color: #262c49; +} +body.dark-layout .wizard .steps ul .disabled a, +body.dark-layout .wizard .steps ul .done a +{ + color: #c2c6dc !important; +} +body.dark-layout .wizard .steps ul .disabled a:hover, +body.dark-layout .wizard .steps ul .done a:hover +{ + color: #c2c6dc; +} +body.dark-layout .wizard .steps ul .disabled a .step, +body.dark-layout .wizard .steps ul .done a .step +{ + color: #fff; + background-color: #262c49; +} +body.dark-layout .input-group .input-group-prepend .input-group-text, +body.dark-layout .input-group .input-group-append .input-group-text +{ + border: 1px solid #414561; + background-color: #10163a; +} +body.dark-layout .input-group .input-group-prepend ~ .form-control +{ + border-left: 1px solid #414561; +} +body.dark-layout .input-group .form-control ~ .input-group-append +{ + border-left: 1px solid #414561; +} +body.dark-layout .form-label-group > input:not(:focus):not(:placeholder-shown) ~ label, +body.dark-layout .form-label-group > textarea:not(:focus):not(:placeholder-shown) ~ label +{ + color: #c2c6dc !important; +} +body.dark-layout .table +{ + background-color: #212744; +} +body.dark-layout .table .thead tr:not([class*='table-']) th, +body.dark-layout .table .thead tr:not([class*='table-']) td, +body.dark-layout .table tbody tr:not([class*='table-']) th, +body.dark-layout .table tbody tr:not([class*='table-']) td +{ + color: #c2c6dc; + border: 0; +} +body.dark-layout .table .thead tr:not([class*='table-']) th code, +body.dark-layout .table .thead tr:not([class*='table-']) td code, +body.dark-layout .table tbody tr:not([class*='table-']) th code, +body.dark-layout .table tbody tr:not([class*='table-']) td code +{ + background-color: #10163a; +} +body.dark-layout .table thead tr th +{ + color: #c2c6dc; + border: 0; + background-color: #212744; +} +body.dark-layout .table tbody tr[class*='table-'] td, +body.dark-layout .table tbody tr[class*='table-'] th +{ + color: #22292f; + border-color: #414561; + background-color: unset; +} +body.dark-layout .table tbody tr.table-dark td, +body.dark-layout .table tbody tr.table-dark th +{ + color: #fff; +} +body.dark-layout .table tbody tr.table-active td, +body.dark-layout .table tbody tr.table-active th +{ + color: #c2c6dc; +} +body.dark-layout .table tbody tr th +{ + background-color: #262c49; +} +body.dark-layout .table tbody tr td +{ + color: #c2c6dc; + background-color: #262c49; +} +body.dark-layout .table.table-bordered +{ + border: 1px solid #414561; +} +body.dark-layout .table.table-bordered thead tr th, +body.dark-layout .table.table-bordered thead tr td, +body.dark-layout .table.table-bordered tbody tr th, +body.dark-layout .table.table-bordered tbody tr td +{ + border: 1px solid #414561; +} +body.dark-layout .table.table-hover tbody tr:hover +{ + background-color: #10163a; +} +body.dark-layout .table.table-hover tbody tr th, +body.dark-layout .table.table-hover tbody tr td +{ + background-color: unset; +} +body.dark-layout .table.table-striped tbody tr:nth-of-type(odd) +{ + background-color: #10163a; +} +body.dark-layout .table.table-striped tbody tr td, +body.dark-layout .table.table-striped tbody tr th +{ + background-color: unset; +} +body.dark-layout .table.table-mx-0 +{ + background-color: #10163a; +} +body.dark-layout .table.table-mx-0 thead tr th, +body.dark-layout .table.table-mx-0 thead tr td, +body.dark-layout .table.table-mx-0 tbody tr th, +body.dark-layout .table.table-mx-0 tbody tr td +{ + background-color: #10163a; +} +body.dark-layout .dataTables_wrapper .dt-buttons .buttons-copy, +body.dark-layout .dataTables_wrapper .dt-buttons .buttons-excel, +body.dark-layout .dataTables_wrapper .dt-buttons .buttons-pdf, +body.dark-layout .dataTables_wrapper .dt-buttons .buttons-print, +body.dark-layout .dataTables_wrapper .dt-buttons .btn-secondary +{ + background-color: #262c49 !important; +} +body.dark-layout .dataTables_wrapper .table.dataTable +{ + border: 0; +} +body.dark-layout .dataTables_wrapper .table.dataTable tbody td, +body.dark-layout .dataTables_wrapper .table.dataTable tbody th, +body.dark-layout .dataTables_wrapper .table.dataTable thead td, +body.dark-layout .dataTables_wrapper .table.dataTable thead th +{ + color: #c2c6dc; + border: 0; +} +body.dark-layout .dataTables_wrapper .table.dataTable tfoot tr th +{ + color: #c2c6dc; +} +body.dark-layout .dataTables_wrapper .table.dataTable tr.group td +{ + color: #fff; + background-color: #212744; +} +body.dark-layout .dataTables_wrapper .table.dataTable.complex-headers tbody tr:nth-of-type(even), +body.dark-layout .dataTables_wrapper .table.dataTable.table-striped tbody tr:nth-of-type(even) +{ + background-color: #262c49; +} +body.dark-layout .dataTables_wrapper .table.dataTable.complex-headers tfoot tr th, +body.dark-layout .dataTables_wrapper .table.dataTable.table-striped tfoot tr th +{ + border: 0; +} +body.dark-layout .dataTables_wrapper .table.dataTable.complex-headers +{ + border: 1px solid #414561; +} +body.dark-layout .dataTables_wrapper .table.dataTable.complex-headers thead th, +body.dark-layout .dataTables_wrapper .table.dataTable.complex-headers thead td, +body.dark-layout .dataTables_wrapper .table.dataTable.complex-headers tfoot th, +body.dark-layout .dataTables_wrapper .table.dataTable.complex-headers tfoot td +{ + border-right: 1px solid #414561; + border-bottom: 1px solid #414561; +} +body.dark-layout .dt-button-info +{ + background-color: #262c49; +} +body.dark-layout .dt-button-info h2 +{ + background-color: #262c49; +} +body.dark-layout .dt-button-info div +{ + color: #c2c6dc; +} +body.dark-layout .bg-authentication +{ + background-color: #eff2f7; +} +body.dark-layout .bg-authentication .form-group.row, +body.dark-layout .bg-authentication .card-footer +{ + background-color: #10163a; +} +body.dark-layout .bg-authentication .form-group.row .btn-facebook span, +body.dark-layout .bg-authentication .form-group.row .btn-twitter span, +body.dark-layout .bg-authentication .card-footer .btn-facebook span, +body.dark-layout .bg-authentication .card-footer .btn-twitter span +{ + color: #fff; +} +body.dark-layout .getting-started .clockCard p +{ + color: #c2c6dc !important; +} +body.dark-layout #user-profile .profile-header .profile-header-nav +{ + background-color: #10163a; +} +body.dark-layout #search-website .search-bar .form-control +{ + background-color: #10163a; +} +body.dark-layout #search-website .search-menu .search-filter +{ + color: #c2c6dc; + background-color: #10163a; +} +body.dark-layout #search-website .search-result-info .dropdown-toggle +{ + color: #c2c6dc; +} +body.dark-layout #search-website .search-pagination .pagination .page-item +{ + background-color: #10163a; +} +body.dark-layout #search-website .search-pagination .pagination .page-item.active .page-link +{ + background-color: #7367f0; +} +body.dark-layout #search-website .search-pagination .pagination .page-item .page-link +{ + background-color: #10163a; +} +body.dark-layout .faq .accordion .collapse-margin +{ + background-color: #10163a; +} +body.dark-layout .faq-bg .card-body .card-text, +body.dark-layout .knowledge-base-bg .card-body .card-text +{ + color: #fff; +} +body.dark-layout .search-content .card .card-body .text-dark +{ + color: #c2c6dc !important; +} +body.dark-layout .knowledge-base-category .list-group .list-group-item, +body.dark-layout .knowledge-base-question .list-group .list-group-item +{ + color: #7367f0; +} +body.dark-layout .invoice-items-table .table-borderless, +body.dark-layout .invoice-total-table .table-borderless +{ + border: 0; +} +body.dark-layout .apexcharts-canvas .apexcharts-gridlines-horizontal .apexcharts-gridline +{ + stroke: #414561; +} +body.dark-layout .apexcharts-canvas .apexcharts-tooltip.light, +body.dark-layout .apexcharts-canvas .apexcharts-yaxistooltip, +body.dark-layout .apexcharts-canvas .apexcharts-xaxistooltip +{ + border-color: #262c49; + background-color: #212744; +} +body.dark-layout .apexcharts-canvas .apexcharts-tooltip.light .apexcharts-tooltip-title, +body.dark-layout .apexcharts-canvas .apexcharts-tooltip.light .apexcharts-tooltip-text, +body.dark-layout .apexcharts-canvas .apexcharts-yaxistooltip .apexcharts-tooltip-title, +body.dark-layout .apexcharts-canvas .apexcharts-yaxistooltip .apexcharts-tooltip-text, +body.dark-layout .apexcharts-canvas .apexcharts-xaxistooltip .apexcharts-tooltip-title, +body.dark-layout .apexcharts-canvas .apexcharts-xaxistooltip .apexcharts-tooltip-text +{ + color: #c2c6dc; + background-color: #212744; +} +body.dark-layout .apexcharts-canvas .apexcharts-tooltip.dark .apexcharts-tooltip-text .apexcharts-tooltip-text-label, +body.dark-layout .apexcharts-canvas .apexcharts-tooltip.dark .apexcharts-tooltip-text .apexcharts-tooltip-text-value +{ + color: #fff; +} +body.dark-layout .apexcharts-canvas .apexcharts-xaxistooltip-bottom:before +{ + border-bottom-color: transparent; +} +body.dark-layout .apexcharts-canvas .apexcharts-xaxistooltip-bottom:after +{ + border-bottom-color: #262c49; +} +body.dark-layout .apexcharts-canvas .apexcharts-yaxistooltip-left:before +{ + border-left-color: transparent; +} +body.dark-layout .apexcharts-canvas .apexcharts-yaxistooltip-left:after +{ + border-left-color: #262c49; +} +body.dark-layout .apexcharts-canvas text +{ + fill: #fff !important; +} +body.dark-layout .apexcharts-canvas .apexcharts-legend-series .apexcharts-legend-text +{ + color: #c2c6dc !important; +} +body.dark-layout .apexcharts-canvas .apexcharts-radialbar-track path +{ + stroke: #262c49; +} +body.dark-layout .apexcharts-canvas .apexcharts-inner polygon +{ + stroke: #212744 !important; + fill: #262c49 !important; +} +body.dark-layout .apexcharts-canvas .apexcharts-pie-series path +{ + stroke: #262c49; +} +body.dark-layout .apexcharts-canvas .apexcharts-menu +{ + border: 0; + background-color: #262c49; +} +body.dark-layout .apexcharts-canvas .apexcharts-toolbar .apexcharts-zoom-in-icon:hover svg, +body.dark-layout .apexcharts-canvas .apexcharts-toolbar .apexcharts-zoom-out-icon:hover svg, +body.dark-layout .apexcharts-canvas .apexcharts-toolbar .apexcharts-zoom-icon:hover svg, +body.dark-layout .apexcharts-canvas .apexcharts-toolbar .apexcharts-menu-icon:hover svg, +body.dark-layout .apexcharts-canvas .apexcharts-toolbar .apexcharts-reset-zoom-icon:hover svg +{ + fill: #c2c6dc; +} +body.dark-layout.email-application .app-content .content-area-wrapper +{ + border-color: #414561; +} +body.dark-layout.email-application .app-content .content-area-wrapper .email-app-sidebar +{ + background-color: #262c49; +} +body.dark-layout.email-application .app-content .content-area-wrapper .app-fixed-search +{ + border-color: #414561; + background-color: #10163a; +} +body.dark-layout.email-application .app-content .content-area-wrapper .app-fixed-search .form-control +{ + color: #c2c6dc; +} +body.dark-layout.email-application .app-content .content-area-wrapper .app-fixed-search .form-control::-webkit-input-placeholder +{ + color: #c2c6dc; +} +body.dark-layout.email-application .app-content .content-area-wrapper .app-fixed-search .form-control:-moz-placeholder +{ + color: #c2c6dc; +} +body.dark-layout.email-application .app-content .content-area-wrapper .app-fixed-search .form-control::-moz-placeholder +{ + color: #c2c6dc; +} +body.dark-layout.email-application .app-content .content-area-wrapper .app-fixed-search .form-control:-ms-input-placeholder +{ + color: #c2c6dc; +} +body.dark-layout.email-application .app-content .content-area-wrapper .app-fixed-search .form-control::placeholder +{ + color: #c2c6dc; +} +body.dark-layout.email-application .app-content .content-area-wrapper .app-fixed-search .form-control:focus ~ .form-control-position i +{ + color: #7367f0; +} +body.dark-layout.email-application .app-content .content-area-wrapper .app-fixed-search .form-control-position i +{ + color: #c2c6dc; +} +body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list-wrapper +{ + border-color: #414561; +} +body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list-wrapper .app-action +{ + border-color: #414561; +} +body.dark-layout.email-application .app-content .content-area-wrapper .email-app-menu .sidebar-menu-list .list-group-messages .list-group-item, +body.dark-layout.email-application .app-content .content-area-wrapper .email-app-menu .sidebar-menu-list .list-group-labels .list-group-item +{ + background: #262c49; +} +body.dark-layout.email-application .app-content .content-area-wrapper .email-app-menu .sidebar-menu-list .list-group-messages .list-group-item.active, +body.dark-layout.email-application .app-content .content-area-wrapper .email-app-menu .sidebar-menu-list .list-group-messages .list-group-item.active:hover, +body.dark-layout.email-application .app-content .content-area-wrapper .email-app-menu .sidebar-menu-list .list-group-labels .list-group-item.active, +body.dark-layout.email-application .app-content .content-area-wrapper .email-app-menu .sidebar-menu-list .list-group-labels .list-group-item.active:hover +{ + color: #7367f0; +} +body.dark-layout.email-application .app-content .content-area-wrapper .email-app-menu .sidebar-menu-list .list-group-messages .list-group-item:hover, +body.dark-layout.email-application .app-content .content-area-wrapper .email-app-menu .sidebar-menu-list .list-group-labels .list-group-item:hover +{ + color: #c2c6dc; +} +body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list .app-action .action-right .list-inline-item .dropdown-toggle +{ + color: #c2c6dc; +} +body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list .email-user-list .media +{ + border-color: #414561; +} +body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list .email-user-list .media:hover +{ + -webkit-box-shadow: 0 0 0 0 #1e1e1e; + box-shadow: 0 0 0 0 #1e1e1e; +} +body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list .email-user-list .mail-read, +body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list .email-user-list .media +{ + background-color: #262c49; +} +body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list .email-user-list .mail-read .user-details p, +body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list .email-user-list .mail-read .user-details .list-group-item-text, +body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list .email-user-list .mail-read .mail-message p, +body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list .email-user-list .mail-read .mail-message .list-group-item-text, +body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list .email-user-list .media .user-details p, +body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list .email-user-list .media .user-details .list-group-item-text, +body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list .email-user-list .media .mail-message p, +body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list .email-user-list .media .mail-message .list-group-item-text +{ + color: #c2c6dc; +} +body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list .email-user-list .mail-read .user-details .mail-meta-item .mail-date, +body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list .email-user-list .mail-read .mail-message .mail-meta-item .mail-date, +body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list .email-user-list .media .user-details .mail-meta-item .mail-date, +body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list .email-user-list .media .mail-message .mail-meta-item .mail-date +{ + color: #c2c6dc; +} +body.dark-layout.email-application .app-content .content-area-wrapper .email-app-details.show +{ + background-color: #212744; +} +body.dark-layout.email-application .app-content .content-area-wrapper .email-app-details .email-detail-header +{ + border-color: #414561; +} +body.dark-layout.email-application .app-content .content-area-wrapper .email-app-details .email-detail-header .email-header-right .list-inline-item .dropdown-toggle +{ + color: #c2c6dc; +} +body.dark-layout.email-application .app-content .content-area-wrapper .email-app-details .mail-message-wrapper, +body.dark-layout.email-application .app-content .content-area-wrapper .email-app-details .email-detail-head +{ + border-color: #414561 !important; +} +body.dark-layout.chat-application .content-area-wrapper +{ + border-color: #414561; +} +body.dark-layout.chat-application .sidebar .chat-profile-sidebar +{ + background-color: #262c49; +} +body.dark-layout.chat-application .sidebar .sidebar-content +{ + border-color: #414561; + background-color: #262c49; +} +body.dark-layout.chat-application .sidebar .sidebar-content .chat-fixed-search +{ + border-color: #414561; +} +body.dark-layout.chat-application .sidebar .sidebar-content .chat-fixed-search .form-control +{ + border-color: #414561; + background-color: #10163a; +} +body.dark-layout.chat-application .sidebar .sidebar-content .chat-user-list .chat-users-list-wrapper li +{ + border-color: #414561; +} +body.dark-layout.chat-application .sidebar .sidebar-content .chat-user-list .chat-users-list-wrapper li:not(.active):hover +{ + background: #10163a; +} +body.dark-layout.chat-application .sidebar .sidebar-content .chat-user-list .chat-users-list-wrapper li.active .contact-info p +{ + color: #fff; +} +body.dark-layout.chat-application .content-right .chat-app-window .start-chat-area +{ + background-color: #171e49; +} +body.dark-layout.chat-application .content-right .chat-app-window .start-chat-area .start-chat-icon, +body.dark-layout.chat-application .content-right .chat-app-window .start-chat-area .start-chat-text +{ + background: #262c49; +} +body.dark-layout.chat-application .content-right .chat-app-window .active-chat .user-chats +{ + background-color: #171e49; +} +body.dark-layout.chat-application .content-right .chat-app-window .active-chat .user-chats .chat-left .chat-content +{ + border: 1px solid #414561; +} +body.dark-layout.chat-application .content-right .chat-app-window .active-chat .user-chats .chat-left .chat-content p +{ + color: #c2c6dc; +} +body.dark-layout.chat-application .content-right .chat-app-window .active-chat .user-chats .chat-content p +{ + color: #fff; +} +body.dark-layout.chat-application .content-right .chat-app-window .active-chat .user-chats .chat-content +{ + background-color: #262c49; +} +body.dark-layout.chat-application .content-right .chat-app-window .active-chat .chat-app-form +{ + background-color: #10163a; +} +body.dark-layout.chat-application .content-right .chat-app-window .active-chat .chat-app-form .form-control +{ + background-color: #10163a; +} +body.dark-layout.chat-application .content-right .user-profile-sidebar +{ + background-color: #262c49; +} +body.dark-layout.todo-application .content-area-wrapper +{ + border-color: #414561; +} +body.dark-layout.todo-application .content-area-wrapper .sidebar .todo-sidebar +{ + background-color: #262c49; +} +body.dark-layout.todo-application .content-area-wrapper .sidebar .todo-sidebar .list-group-filters .list-group-item, +body.dark-layout.todo-application .content-area-wrapper .sidebar .todo-sidebar .list-group-labels .list-group-item +{ + background-color: #262c49; +} +body.dark-layout.todo-application .content-area-wrapper .sidebar .todo-sidebar .list-group-filters .list-group-item:hover, +body.dark-layout.todo-application .content-area-wrapper .sidebar .todo-sidebar .list-group-labels .list-group-item:hover +{ + color: #c2c6dc; +} +body.dark-layout.todo-application .content-area-wrapper .sidebar .todo-form .todo-item-action +{ + color: #c2c6dc; +} +body.dark-layout.todo-application .content-area-wrapper .todo-app-area .todo-app-list-wrapper +{ + border-color: #414561; +} +body.dark-layout.todo-application .content-area-wrapper .todo-app-area .app-fixed-search +{ + border-color: #414561; + background-color: #10163a; +} +body.dark-layout.todo-application .content-area-wrapper .todo-app-area .todo-task-list .todo-item +{ + border-color: #414561; +} +body.dark-layout.todo-application .content-area-wrapper .todo-app-area .todo-task-list .todo-item:hover +{ + -webkit-box-shadow: none; + box-shadow: none; +} +body.dark-layout.todo-application .content-area-wrapper .todo-app-area .todo-task-list .todo-item .chip +{ + background-color: #10163a; +} +body.dark-layout.todo-application .content-area-wrapper .todo-app-area .todo-task-list .todo-item .todo-item-action .todo-item-favorite:not(.warning) i, +body.dark-layout.todo-application .content-area-wrapper .todo-app-area .todo-task-list .todo-item .todo-item-action .todo-item-delete i, +body.dark-layout.todo-application .content-area-wrapper .todo-app-area .todo-task-list .todo-item .todo-item-action .todo-item-info:not(.success) i +{ + color: #c2c6dc; +} +body.dark-layout.ecommerce-application .sidebar-left .sidebar-shop .filter-heading +{ + color: #c2c6dc; +} +body.dark-layout.ecommerce-application .sidebar-left .sidebar-shop .price-slider .range-slider +{ + background-color: #262c49; +} +body.dark-layout.ecommerce-application .sidebar-left .sidebar-shop .ratings-list li, +body.dark-layout.ecommerce-application .sidebar-left .sidebar-shop .ratings-list ~ .stars-received +{ + color: #c2c6dc; +} +body.dark-layout.ecommerce-application .content-right .ecommerce-header-items .result-toggler .search-results, +body.dark-layout.ecommerce-application .content-body .ecommerce-header-items .result-toggler .search-results +{ + color: #c2c6dc; +} +body.dark-layout.ecommerce-application .content-right .ecommerce-header-items .result-toggler .shop-sidebar-toggler i, +body.dark-layout.ecommerce-application .content-body .ecommerce-header-items .result-toggler .shop-sidebar-toggler i +{ + color: #c2c6dc; +} +body.dark-layout.ecommerce-application .content-right .ecommerce-header-items .view-options .select2 .select2-selection, +body.dark-layout.ecommerce-application .content-body .ecommerce-header-items .view-options .select2 .select2-selection +{ + background-color: #10163a; +} +body.dark-layout.ecommerce-application .content-right .ecommerce-header-items .view-options .view-btn-option .grid-view-btn, +body.dark-layout.ecommerce-application .content-right .ecommerce-header-items .view-options .view-btn-option .list-view-btn, +body.dark-layout.ecommerce-application .content-body .ecommerce-header-items .view-options .view-btn-option .grid-view-btn, +body.dark-layout.ecommerce-application .content-body .ecommerce-header-items .view-options .view-btn-option .list-view-btn +{ + background-color: #10163a !important; +} +body.dark-layout.ecommerce-application .content-right .ecommerce-header-items .view-options .view-btn-option .grid-view-btn:not(.active) i, +body.dark-layout.ecommerce-application .content-right .ecommerce-header-items .view-options .view-btn-option .list-view-btn:not(.active) i, +body.dark-layout.ecommerce-application .content-body .ecommerce-header-items .view-options .view-btn-option .grid-view-btn:not(.active) i, +body.dark-layout.ecommerce-application .content-body .ecommerce-header-items .view-options .view-btn-option .list-view-btn:not(.active) i +{ + color: #c2c6dc; +} +body.dark-layout.ecommerce-application .content-right .search-product, +body.dark-layout.ecommerce-application .content-body .search-product +{ + background-color: #10163a; +} +body.dark-layout.ecommerce-application .content-right .grid-view .ecommerce-card .card-body, +body.dark-layout.ecommerce-application .content-right .list-view .ecommerce-card .card-body, +body.dark-layout.ecommerce-application .content-body .grid-view .ecommerce-card .card-body, +body.dark-layout.ecommerce-application .content-body .list-view .ecommerce-card .card-body +{ + border-color: #414561; +} +body.dark-layout.ecommerce-application .content-right .grid-view .ecommerce-card .item-img, +body.dark-layout.ecommerce-application .content-right .list-view .ecommerce-card .item-img, +body.dark-layout.ecommerce-application .content-body .grid-view .ecommerce-card .item-img, +body.dark-layout.ecommerce-application .content-body .list-view .ecommerce-card .item-img +{ + background-color: #fff; +} +body.dark-layout.ecommerce-application .content-right .grid-view .ecommerce-card .item-name, +body.dark-layout.ecommerce-application .content-right .list-view .ecommerce-card .item-name, +body.dark-layout.ecommerce-application .content-body .grid-view .ecommerce-card .item-name, +body.dark-layout.ecommerce-application .content-body .list-view .ecommerce-card .item-name +{ + color: #fff; +} +body.dark-layout.ecommerce-application .content-right .grid-view .ecommerce-card .item-options .wishlist span, +body.dark-layout.ecommerce-application .content-right .list-view .ecommerce-card .item-options .wishlist span, +body.dark-layout.ecommerce-application .content-body .grid-view .ecommerce-card .item-options .wishlist span, +body.dark-layout.ecommerce-application .content-body .list-view .ecommerce-card .item-options .wishlist span +{ + color: #2c2c2c; +} +body.dark-layout.ecommerce-application .content-right .grid-view .ecommerce-card .item-options .cart span, +body.dark-layout.ecommerce-application .content-right .list-view .ecommerce-card .item-options .cart span, +body.dark-layout.ecommerce-application .content-body .grid-view .ecommerce-card .item-options .cart span, +body.dark-layout.ecommerce-application .content-body .list-view .ecommerce-card .item-options .cart span +{ + color: #fff; +} +body.dark-layout.ecommerce-application .content-right .pagination .page-item, +body.dark-layout.ecommerce-application .content-body .pagination .page-item +{ + background-color: #10163a; +} +body.dark-layout.ecommerce-application .content-right .pagination .page-item.active, +body.dark-layout.ecommerce-application .content-body .pagination .page-item.active +{ + background-color: #10163a; +} +body.dark-layout.ecommerce-application .content-right .pagination .page-item.active .page-link, +body.dark-layout.ecommerce-application .content-body .pagination .page-item.active .page-link +{ + background-color: #7367f0; +} +body.dark-layout.ecommerce-application .content-right .pagination .page-item .page-link, +body.dark-layout.ecommerce-application .content-body .pagination .page-item .page-link +{ + background-color: #10163a; +} +body.dark-layout.ecommerce-application .wishlist-items .ecommerce-card .move-cart .move-to-cart +{ + color: #fff; +} +body.dark-layout.ecommerce-application .product-checkout .checkout-options .detail-total +{ + color: #c2c6dc; +} +body.dark-layout .fc .fc-header-toolbar .fc-button span +{ + color: #fff; +} +body.dark-layout .fc .fc-view-container .fc-body .fc-week table tbody .fc-other-month +{ + background-color: #6a6d83; +} +body.dark-layout .noUi-target +{ + background-color: #262c49; +} +body.dark-layout .swal2-container .swal2-modal +{ + background-color: #262c49; +} +body.dark-layout .swal2-container .swal2-modal .swal2-header +{ + background-color: #262c49; +} +body.dark-layout .swal2-container .swal2-modal .swal2-header .swal2-title +{ + color: #c2c6dc; +} +body.dark-layout .swal2-container .swal2-modal .swal2-header .swal2-icon-text +{ + color: inherit; +} +body.dark-layout .swal2-container .swal2-modal .swal2-header .swal2-success-circular-line-left, +body.dark-layout .swal2-container .swal2-modal .swal2-header .swal2-success-circular-line-right, +body.dark-layout .swal2-container .swal2-modal .swal2-header .swal2-success-fix, +body.dark-layout .swal2-container .swal2-modal .swal2-header .swal2-animate-success-icon +{ + background-color: #262c49 !important; +} +body.dark-layout .swal2-container .swal2-modal .swal2-content +{ + color: #c2c6dc; +} +body.dark-layout .swal2-container .swal2-modal .swal2-content pre, +body.dark-layout .swal2-container .swal2-modal .swal2-content code, +body.dark-layout .swal2-container .swal2-modal .swal2-content .swal2-input +{ + background-color: #10163a; +} +body.dark-layout .swal2-container .swal2-modal .swal2-content .swal2-input +{ + color: #fff; +} +body.dark-layout .toast-container .toast.toast-info +{ + background-color: #00cfe8; +} +body.dark-layout .toast-container .toast.toast-success +{ + background-color: #28c76f; +} +body.dark-layout .toast-container .toast.toast-error +{ + background-color: #ea5455; +} +body.dark-layout .toast-container .toast.toast-warning +{ + background-color: #ff9f43; +} +body.dark-layout .dropzone +{ + background-color: #262c49; +} +body.dark-layout .quill-toolbar, +body.dark-layout .ql-toolbar +{ + border-color: #414561; +} +body.dark-layout .quill-toolbar .ql-formats .ql-picker-label, +body.dark-layout .ql-toolbar .ql-formats .ql-picker-label +{ + color: #fff; +} +body.dark-layout .quill-toolbar .ql-formats .ql-stroke, +body.dark-layout .quill-toolbar .ql-formats .ql-fill, +body.dark-layout .ql-toolbar .ql-formats .ql-stroke, +body.dark-layout .ql-toolbar .ql-formats .ql-fill +{ + stroke: #fff; +} +body.dark-layout .quill-toolbar .ql-formats .ql-fill, +body.dark-layout .ql-toolbar .ql-formats .ql-fill +{ + fill: #fff; +} +body.dark-layout .quill-toolbar .ql-header.ql-expanded .ql-picker-options, +body.dark-layout .ql-toolbar .ql-header.ql-expanded .ql-picker-options +{ + background-color: #10163a; +} +body.dark-layout .quill-toolbar .ql-header.ql-expanded .ql-picker-options span:not(:hover), +body.dark-layout .ql-toolbar .ql-header.ql-expanded .ql-picker-options span:not(:hover) +{ + color: #fff; +} +body.dark-layout .ql-container +{ + border-color: #414561; +} +body.dark-layout .ql-editor .ql-syntax +{ + background-color: #262c49; +} +body.dark-layout .ql-editor.ql-blank:before +{ + color: #c2c6dc; +} +body.dark-layout .shepherd-content .shepherd-text p +{ + color: #fff; +} +body.dark-layout .context-menu-list .context-menu-item.context-menu-hover span +{ + color: #fff; +} +body.dark-layout .context-menu-list .context-menu-item.context-menu-hover .context-menu-list .context-menu-item span +{ + color: #c2c6dc; +} +body.dark-layout .customizer +{ + background-color: #262c49; +} +body.dark-layout .customizer .customizer-close i +{ + color: #c2c6dc; +} +body.dark-layout.fixed-footer .footer +{ + background-color: #10163a; +} diff --git a/wwwjuba/app-assets/css/themes/dark-layout.min.css b/wwwjuba/app-assets/css/themes/dark-layout.min.css new file mode 100644 index 0000000..1738e8b --- /dev/null +++ b/wwwjuba/app-assets/css/themes/dark-layout.min.css @@ -0,0 +1 @@ +body.dark-layout,body.dark-layout pre{background-color:#262c49}body.dark-layout h1,body.dark-layout h2,body.dark-layout h3,body.dark-layout h4,body.dark-layout h5,body.dark-layout h6{color:#ebeefd}body.dark-layout [class*=border]{border-color:#414561!important}body.dark-layout a:hover{color:#7367f0}body.dark-layout label,body.dark-layout p,body.dark-layout small,body.dark-layout span{color:#c2c6dc}body.dark-layout hr{border-color:#414561}body.dark-layout pre{border:0}body.dark-layout .header-navbar .navbar-container .nav .dropdown-notification .dropdown-menu.dropdown-menu-media .media,body.dark-layout .header-navbar .navbar-container .nav .nav-item.nav-search .search-input.open .input{border-color:#414561}body.dark-layout pre code{background-color:inherit;text-shadow:none}body.dark-layout code,body.dark-layout kbd,body.dark-layout pre code .operator,body.dark-layout pre code .url{background-color:#262c49}body.dark-layout code{color:#b8c2cc}body.dark-layout .text-dark{color:#b8c2cc!important}body.dark-layout .header-navbar-shadow{background:-webkit-gradient(linear,left top,left bottom,color-stop(44%,rgba(44,48,60,.9)),color-stop(73%,rgba(44,48,60,.43)),to(rgba(44,48,60,0)));background:-webkit-linear-gradient(top,rgba(44,48,60,.9) 44%,rgba(44,48,60,.43) 73%,rgba(44,48,60,0));background:-moz-linear-gradient(top,rgba(44,48,60,.9) 44%,rgba(44,48,60,.43) 73%,rgba(44,48,60,0));background:-o-linear-gradient(top,rgba(44,48,60,.9) 44%,rgba(44,48,60,.43) 73%,rgba(44,48,60,0));background:linear-gradient(180deg,rgba(44,48,60,.9) 44%,rgba(44,48,60,.43) 73%,rgba(44,48,60,0))}body.dark-layout .header-navbar{background-color:#10163a}body.dark-layout .header-navbar .navbar-container .nav .nav-item .nav-link{color:#c2c6dc;background-color:transparent}body.dark-layout .header-navbar .navbar-container .nav .nav-item .bookmark-input .form-control,body.dark-layout .header-navbar .navbar-container .nav .nav-item.nav-search .search-input.open{background-color:#10163a}body.dark-layout .header-navbar .navbar-container .nav .nav-item .nav-link i{color:#c2c6dc}body.dark-layout .header-navbar .navbar-container .nav .nav-item .nav-link.bookmark-star i{color:#fff!important}body.dark-layout .header-navbar .navbar-container .nav .nav-item.nav-search .search-input.open .input,body.dark-layout .header-navbar .navbar-container .nav .nav-item.nav-search .search-input.open .input::-webkit-input-placeholder,body.dark-layout .header-navbar .navbar-container .nav .nav-item.nav-search .search-input.open .search-input-close{color:#c2c6dc}body.dark-layout .header-navbar .navbar-container .nav .nav-item.nav-search .search-input.open .input,body.dark-layout .header-navbar .navbar-container .nav .nav-item.nav-search .search-input.open .input:-moz-placeholder,body.dark-layout .header-navbar .navbar-container .nav .nav-item.nav-search .search-input.open .search-input-close{color:#c2c6dc}body.dark-layout .header-navbar .navbar-container .nav .nav-item.nav-search .search-input.open .input,body.dark-layout .header-navbar .navbar-container .nav .nav-item.nav-search .search-input.open .input::-moz-placeholder,body.dark-layout .header-navbar .navbar-container .nav .nav-item.nav-search .search-input.open .search-input-close{color:#c2c6dc}body.dark-layout .header-navbar .navbar-container .nav .nav-item.nav-search .search-input.open .input,body.dark-layout .header-navbar .navbar-container .nav .nav-item.nav-search .search-input.open .input:-ms-input-placeholder,body.dark-layout .header-navbar .navbar-container .nav .nav-item.nav-search .search-input.open .search-input-close{color:#c2c6dc}body.dark-layout .header-navbar .navbar-container .nav .nav-item.nav-search .search-input.open .input,body.dark-layout .header-navbar .navbar-container .nav .nav-item.nav-search .search-input.open .input::placeholder,body.dark-layout .header-navbar .navbar-container .nav .nav-item.nav-search .search-input.open .search-input-close{color:#c2c6dc}body.dark-layout .header-navbar .navbar-container .nav .nav-item .search-list{background-color:#262c49}body.dark-layout .header-navbar .navbar-container .nav .dropdown-notification .dropdown-menu.dropdown-menu-media .dropdown-menu-footer,body.dark-layout .header-navbar .navbar-container .nav .dropdown-notification .dropdown-menu.dropdown-menu-media .dropdown-menu-footer .dropdown-item:hover,body.dark-layout .header-navbar .navbar-container .nav .dropdown-notification .dropdown-menu.dropdown-menu-media .media:hover,body.dark-layout .header-navbar .navbar-container .nav .nav-item .search-list .current_item{background-color:#10163a}body.dark-layout .header-navbar .navbar-container .nav .dropdown-notification .dropdown-menu.dropdown-menu-media{overflow:hidden}body.dark-layout .header-navbar .navbar-container .nav .dropdown-notification .dropdown-menu.dropdown-menu-media .media .media-body .notification-text,body.dark-layout .header-navbar .navbar-container .nav .dropdown-notification .dropdown-menu.dropdown-menu-media .media .media-meta{color:#c2c6dc}body.dark-layout .header-navbar .navbar-container .nav .dropdown-notification .dropdown-menu.dropdown-menu-media .dropdown-menu-footer .dropdown-item{color:#fff;border-color:#414561}body.dark-layout .main-menu-content .navigation-main .nav-item a:after,body.dark-layout .main-menu-content .navigation-main .nav-item i{color:#c2c6dc}body.dark-layout .header-navbar.navbar-static-top{background-color:transparent}body.dark-layout .header-navbar[class*=bg-] .navbar-nav .nav-item .nav-link{background-color:inherit}body.dark-layout .main-menu{background-color:#10163a}body.dark-layout .main-menu .shadow-bottom{background:-webkit-gradient(linear,left top,left bottom,color-stop(44%,#0f1642),color-stop(73%,rgba(15,22,66,.51)),to(rgba(44,48,60,0)));background:-webkit-linear-gradient(top,#0f1642 44%,rgba(15,22,66,.51) 73%,rgba(44,48,60,0));background:-moz-linear-gradient(top,#0f1642 44%,rgba(15,22,66,.51) 73%,rgba(44,48,60,0));background:-o-linear-gradient(top,#0f1642 44%,rgba(15,22,66,.51) 73%,rgba(44,48,60,0));background:linear-gradient(180deg,#0f1642 44%,rgba(15,22,66,.51) 73%,rgba(44,48,60,0))}body.dark-layout .main-menu:not(.expanded) .navigation .sidebar-group-active a{background-color:#262c49}body.dark-layout .main-menu-content .navigation-main{background-color:#10163a}body.dark-layout .main-menu-content .navigation-main .nav-item.open a{background-color:#262c49}body.dark-layout .main-menu-content .navigation-main .nav-item .menu-content,body.dark-layout .main-menu-content .navigation-main .nav-item .menu-content li:not(.active) a,body.dark-layout .main-menu-content .navigation-main .sidebar-group-active .menu-content{background-color:#10163a}body.dark-layout .main-menu-content .navigation-main .active .menu-title,body.dark-layout .main-menu-content .navigation-main .active i,body.dark-layout .main-menu-content .navigation-main .nav-item .menu-content .active .menu-item{color:#fff}body.dark-layout .main-menu-content .navigation-main .sidebar-group-active a{border-radius:4px;background:#10163a}body.dark-layout .main-menu-content .navigation-main .sidebar-group-active .menu-content .active{z-index:1}body.dark-layout .main-menu-content .navigation-main .sidebar-group-active .menu-content .active a{background-color:transparent}body.dark-layout.menu-collapsed .main-menu:not(.expanded) .navigation-main li.active a{background:#262c49!important}body.dark-layout .data-list-view-header .dataTables_wrapper .top .action-btns .dropdown .dropdown-toggle,body.dark-layout .data-thumb-view-header .dataTables_wrapper .top .action-btns .dropdown .dropdown-toggle{color:#c2c6dc;background-color:#10163a!important}body.dark-layout .data-list-view-header .dataTables_wrapper .top .action-btns .dropdown .dropdown-toggle:active,body.dark-layout .data-list-view-header .dataTables_wrapper .top .action-btns .dropdown .dropdown-toggle:hover,body.dark-layout .data-thumb-view-header .dataTables_wrapper .top .action-btns .dropdown .dropdown-toggle:active,body.dark-layout .data-thumb-view-header .dataTables_wrapper .top .action-btns .dropdown .dropdown-toggle:hover{color:#c2c6dc!important;-webkit-box-shadow:none;box-shadow:none}body.dark-layout .data-list-view-header .dataTables_wrapper .top .action-btns .dt-buttons .btn.btn-outline-primary span,body.dark-layout .data-thumb-view-header .dataTables_wrapper .top .action-btns .dt-buttons .btn.btn-outline-primary span{color:#7367f0}body.dark-layout .data-list-view-header .dataTables_wrapper .top .action-btns .dt-buttons .btn.btn-outline-primary:hover,body.dark-layout .data-thumb-view-header .dataTables_wrapper .top .action-btns .dt-buttons .btn.btn-outline-primary:hover{background-color:transparent}body.dark-layout .data-list-view-header .dataTables_wrapper .top .dataTables_filter .form-control,body.dark-layout .data-list-view-header .dataTables_wrapper .top .dataTables_length .form-control,body.dark-layout .data-thumb-view-header .dataTables_wrapper .top .dataTables_filter .form-control,body.dark-layout .data-thumb-view-header .dataTables_wrapper .top .dataTables_length .form-control{background-color:#10163a}body.dark-layout .data-list-view-header .dataTables_wrapper .top .dataTables_filter .form-control,body.dark-layout .data-thumb-view-header .dataTables_wrapper .top .dataTables_filter .form-control{border:0}body.dark-layout .data-list-view-header .dataTables_wrapper .pagination .page-item,body.dark-layout .data-thumb-view-header .dataTables_wrapper .pagination .page-item{background-color:#10163a!important}body.dark-layout .data-list-view-header .dataTables_wrapper .pagination .page-item.active .page-link,body.dark-layout .data-thumb-view-header .dataTables_wrapper .pagination .page-item.active .page-link{background-color:#7367f0}body.dark-layout .data-list-view-header .dataTables_wrapper .pagination .page-item .page-link,body.dark-layout .data-thumb-view-header .dataTables_wrapper .pagination .page-item .page-link{background-color:#10163a}body.dark-layout .data-list-view-header .dataTable tbody tr,body.dark-layout .data-thumb-view-header .dataTable tbody tr{background-color:transparent}body.dark-layout .data-list-view-header .dataTable tbody tr.selected td,body.dark-layout .data-thumb-view-header .dataTable tbody tr.selected td{color:#7367f0;background-color:rgba(115,103,240,.05)}body.dark-layout .data-list-view-header .add-new-data,body.dark-layout .data-thumb-view-header .add-new-data{background-color:#262c49}body.dark-layout .data-list-view-header .add-new-data .new-data-title,body.dark-layout .data-thumb-view-header .add-new-data .new-data-title{border-color:#414561}body.dark-layout .data-list-view-header .add-new-data .new-data-title .hide-data-sidebar i,body.dark-layout .data-thumb-view-header .add-new-data .new-data-title .hide-data-sidebar i{color:#c2c6dc}body.dark-layout .data-list-view-header .add-new-data .data-items .custom-select,body.dark-layout .data-list-view-header .add-new-data .data-items .form-control,body.dark-layout .data-thumb-view-header .add-new-data .data-items .custom-select,body.dark-layout .data-thumb-view-header .add-new-data .data-items .form-control{background-color:#10163a}body.dark-layout .bd-example .d-flex,body.dark-layout .bd-example .row{background-color:#262c49}body.dark-layout .bd-example .d-flex .bd-highlight,body.dark-layout .bd-example .d-flex .col,body.dark-layout .bd-example .d-flex [class*=col-],body.dark-layout .bd-example .row .bd-highlight,body.dark-layout .bd-example .row .col,body.dark-layout .bd-example .row [class*=col-]{border-color:grey;background-color:#262c49}body.dark-layout .accordion .collapse-border-item,body.dark-layout .accordion[data-toggle-hover=true] .card,body.dark-layout .collapse-bordered .collapse-header,body.dark-layout .collapse[data-toggle-hover=true] .card{border-color:rgba(255,255,255,.04)}body.dark-layout .bd-example .height-example-wrapper{background-color:#343661!important}body.dark-layout .bd-example .height-example,body.dark-layout .bd-example .width-example{background-color:#262c49!important}body.dark-layout .bd-example-row-flex-cols .row{background-color:#262c49}body.dark-layout .colors-container span{color:#fff}body.dark-layout .alert .alert-heading,body.dark-layout .alert p{color:inherit}body.dark-layout .alert.alert-dark .alert-heading,body.dark-layout .alert.alert-dark p{color:#b8c2cc}body.dark-layout .content-header-left .breadcrumbs-top .content-header-title{color:#ebeefd}body.dark-layout .content-header-left .breadcrumbs-top .breadcrumb-wrapper .breadcrumb .breadcrumb-item,body.dark-layout .content-header-left .breadcrumbs-top .breadcrumb-wrapper .breadcrumb .breadcrumb-item:before{color:#c2c6dc}body.dark-layout .content-header-left .breadcrumbs-top .breadcrumb-wrapper .breadcrumb .breadcrumb-item:not(.active) a:hover{color:#7367f0}body.dark-layout #breadcrumb-alignment .breadcrumb .breadcrumb-item,body.dark-layout #breadcrumb-alignment .breadcrumb .breadcrumb-item:before,body.dark-layout #default-breadcrumb .breadcrumb .breadcrumb-item,body.dark-layout #default-breadcrumb .breadcrumb .breadcrumb-item:before{color:#c2c6dc}body.dark-layout #breadcrumb-alignment .breadcrumb .breadcrumb-item:not(.active) a:hover,body.dark-layout #default-breadcrumb .breadcrumb .breadcrumb-item:not(.active) a:hover{color:#7367f0}body.dark-layout #component-breadcrumbs .breadcrumb .breadcrumb-item,body.dark-layout #component-breadcrumbs .breadcrumb .breadcrumb-item a,body.dark-layout #component-breadcrumbs .breadcrumb .breadcrumb-item:before{color:#c2c6dc}body.dark-layout #component-breadcrumbs .breadcrumb .breadcrumb-item.active{color:#7367f0}body.dark-layout .collapse-bordered.accordion-shadow{-webkit-box-shadow:0 0 8px 0 rgba(255,255,255,.1);box-shadow:0 0 8px 0 rgba(255,255,255,.1)}body.dark-layout .collapse-margin{-webkit-box-shadow:0 2px 15px 0 rgba(255,255,255,.1);box-shadow:0 2px 15px 0 rgba(255,255,255,.1)}body.dark-layout .collapse-icon .card-header a{color:#c2c6dc}body.dark-layout .btn,body.dark-layout .btn.btn-icon i{color:#fff}body.dark-layout .btn.btn-dark,body.dark-layout .btn.btn-flat-dark,body.dark-layout .btn.btn-outline-dark{color:#b8c2cc}body.dark-layout .btn.btn-dark{background-color:#4e5154!important}body.dark-layout .btn.btn-outline-dark{color:#b8c2cc;border-color:#4e5154}body.dark-layout .activity-timeline,body.dark-layout .dropdown-menu .dropdown-divider,body.dark-layout .media-bordered .media{border-color:#414561}body.dark-layout .btn.btn-flat-dark:active,body.dark-layout .btn.btn-flat-dark:focus{background:#4e5154}body.dark-layout .btn.btn-white{color:#626262}body.dark-layout .dropdown-toggle,body.dark-layout .dropdown-toggle:hover i,body.dark-layout .dropdown-toggle:hover:after{color:#fff}body.dark-layout .dropdown-menu{background-color:#262c49}body.dark-layout .dropdown-menu .dropdown-item:focus,body.dark-layout .dropdown-menu .dropdown-item:hover,body.dark-layout .dropdown-menu:before{background:#262c49}body.dark-layout .dropdown-menu .dropdown-item{color:#c2c6dc}body.dark-layout .dropdown-menu .form-control{background-color:#10163a}body.dark-layout .btn-white~.dropdown-menu .dropdown-item:not(.acitve):hover{color:#7367f0!important}body.dark-layout .btn-dark~.dropdown-menu .dropdown-item:hover,body.dark-layout .btn-flat-dark~.dropdown-menu .dropdown-item:hover,body.dark-layout .btn-outline-dark~.dropdown-menu .dropdown-item:hover,body.dark-layout .dropup.dropdown-icon-wrapper .dropdown-menu .dropdown-item i{color:#c2c6dc}body.dark-layout .modal .modal-header .close span,body.dark-layout .modal .modal-header[class*=bg-] .close span,body.dark-layout .pagination:not([class*=pagination-]) .page-item.active .page-link:hover{color:#fff}body.dark-layout .modal .modal-header,body.dark-layout .modal .modal-header[class*=bg-]{background-color:#10163a!important}body.dark-layout .modal .modal-header .close,body.dark-layout .modal .modal-header[class*=bg-] .close{background-color:#262c49;text-shadow:none}body.dark-layout .modal .modal-body,body.dark-layout .modal .modal-content,body.dark-layout .modal .modal-footer{background-color:#262c49}body.dark-layout .modal .modal-body .custom-file-label,body.dark-layout .modal .modal-body .custom-file-label:after,body.dark-layout .modal .modal-body .form-control,body.dark-layout .modal .modal-body .picker__input,body.dark-layout .modal .modal-content .custom-file-label,body.dark-layout .modal .modal-content .custom-file-label:after,body.dark-layout .modal .modal-content .form-control,body.dark-layout .modal .modal-content .picker__input,body.dark-layout .modal .modal-footer .custom-file-label,body.dark-layout .modal .modal-footer .custom-file-label:after,body.dark-layout .modal .modal-footer .form-control,body.dark-layout .modal .modal-footer .picker__input{background-color:#10163a!important}body.dark-layout .pagination:not([class*=pagination-]) .page-item.active{background-color:#262c49}body.dark-layout .pagination:not([class*=pagination-]) .page-item.active .page-link{background-color:#7367f0}body.dark-layout .pagination:not([class*=pagination-]) .page-item .page-link{color:#fff;background-color:#262c49}body.dark-layout .pagination:not([class*=pagination-]) .page-item .page-link:hover{color:#7367f0}body.dark-layout .pagination:not([class*=pagination-]) .page-item.next-item .page-link:hover,body.dark-layout .pagination:not([class*=pagination-]) .page-item.prev-item .page-link:hover{color:#fff}body.dark-layout .pagination[class*=pagination-] .page-item:not(.active):not(:hover) .page-link{color:#fff;background-color:#262c49}body.dark-layout .pagination[class*=pagination-] .page-item.active,body.dark-layout .pagination[class*=pagination-] .page-item:not(.active) .page-link:hover{background-color:#262c49}body.dark-layout .nav .nav-item .nav-link{color:#c2c6dc}body.dark-layout .nav .nav-item .nav-link.active,body.dark-layout .nav .nav-item .nav-link:hover{color:#7367f0}body.dark-layout #navbar-component #basic-navbar .navbar{background-color:#262c49}body.dark-layout #navbar-component .navbar .nav .nav-item a{color:#c2c6dc!important}body.dark-layout #navbar-component .navbar .nav .nav-item .nav-link{background-color:inherit}body.dark-layout .nav .nav-item .nav-link,body.dark-layout .nav .nav-item .nav-link.active,body.dark-layout .nav-tabs .nav-item .nav-link,body.dark-layout .nav-tabs .nav-item .nav-link.active,body.dark-layout .nav-tabs.nav-justified .nav-item .nav-link,body.dark-layout .nav-tabs.nav-justified .nav-item .nav-link.active,body.dark-layout .nav-tabs.nav-justified~.tab-content .tab-pane,body.dark-layout .nav-tabs~.tab-content .tab-pane,body.dark-layout .nav-vertical .nav.nav-tabs.nav-left~.tab-content .tab-pane,body.dark-layout .nav-vertical .nav.nav-tabs.nav-right~.tab-content .tab-pane,body.dark-layout .nav~.tab-content .tab-pane{background-color:#10163a}body.dark-layout #navbar-component .navbar .nav .nav-item .nav-link span{color:inherit}body.dark-layout #navbar-component .navbar .nav .nav-item .nav-link .badge,body.dark-layout .nav-pills .nav-item .nav-link.active{color:#fff}body.dark-layout .nav .nav-item .nav-link.disabled,body.dark-layout .nav-tabs .nav-item .nav-link.disabled,body.dark-layout .nav-tabs.nav-justified .nav-item .nav-link.disabled{opacity:.5}body.dark-layout .nav-pills.nav-active-bordered-pill .nav-item .nav-link.active{background-color:transparent}body.dark-layout .card,body.dark-layout .card .card-header .heading-elements.visible ul li{background-color:#10163a}body.dark-layout .card .card-footer,body.dark-layout .card .card-header{color:#c2c6dc;background-color:#10163a}body.dark-layout .card .card-body,body.dark-layout .card .card-footer{color:#c2c6dc;border-color:#414561}body.dark-layout #dashboard-analytics .bg-analytics p,body.dark-layout #dashboard-ecommerce .chat-application .chat-app-window .user-chats .chats .chat-body .chat-content p,body.dark-layout #overlay-image-chat-cards .chat-application .chat-app-window .user-chats .chats .chat-body .chat-content p,body.dark-layout .card.overlay-img-card .card-img-overlay p,body.dark-layout .card.overlay-img-card .card-img-overlay span{color:#fff}body.dark-layout #dashboard-analytics .bg-analytics{background:-webkit-linear-gradient(332deg,#7367f0,rgba(115,103,240,.7));background:-moz-linear-gradient(332deg,#7367f0,rgba(115,103,240,.7));background:-o-linear-gradient(332deg,#7367f0,rgba(115,103,240,.7));background:linear-gradient(118deg,#7367f0,rgba(115,103,240,.7))}body.dark-layout #dashboard-analytics .bg-analytics .card-body{background-color:transparent}body.dark-layout #dashboard-ecommerce .chat-application .chat-app-window .user-chats .chats .chat-left .chat-content,body.dark-layout #overlay-image-chat-cards .chat-application .chat-app-window .user-chats .chats .chat-left .chat-content{border:1px solid #414561;background-color:#171e49}body.dark-layout #dashboard-ecommerce .chat-application .chat-app-window .user-chats .chats .chat-left .chat-content p,body.dark-layout #overlay-image-chat-cards .chat-application .chat-app-window .user-chats .chats .chat-left .chat-content p{color:#c2c6dc}body.dark-layout #dashboard-ecommerce .chat-application .chat-app-window .chat-footer,body.dark-layout #overlay-image-chat-cards .chat-application .chat-app-window .chat-footer{border-top:1px solid #414561}body.dark-layout #dashboard-ecommerce .chat-application .chat-app-window .chat-footer .card-body,body.dark-layout #overlay-image-chat-cards .chat-application .chat-app-window .chat-footer .card-body{padding-top:1.5rem!important}body.dark-layout .badge,body.dark-layout .badge span,body.dark-layout .badge:hover i{color:#fff}body.dark-layout .popover .popover-body,body.dark-layout .toast .toast-body,body.dark-layout .toast .toast-header{color:#c2c6dc;background-color:#262c49}body.dark-layout .popover[x-placement=top] .arrow:after{border-top-color:#262c49}body.dark-layout .popover[x-placement=bottom] .arrow:after{border-bottom-color:#7367f0}body.dark-layout .popover[x-placement=left] .arrow:after{border-left-color:#262c49}body.dark-layout .popover[x-placement=right] .arrow:after{border-right-color:#262c49}body.dark-layout .toast{background-color:#262c49;-webkit-box-shadow:-5px 5px 5px 0 rgba(0,0,0,.3);box-shadow:-5px 5px 5px 0 rgba(0,0,0,.3)}body.dark-layout .toast .toast-header{border-color:#414561}body.dark-layout .toast .toast-header .close{opacity:1;text-shadow:none}body.dark-layout .avatar .avatar-content,body.dark-layout .chip .chip-body .chip-text,body.dark-layout .chip .chip-body span{color:#fff}body.dark-layout .avatar{background-color:#262c49}body.dark-layout .chip{background-color:#262c49}body.dark-layout .chip .avatar{background-color:#10163a}body.dark-layout .divider .divider-text{color:#c2c6dc;background-color:transparent}body.dark-layout .divider .divider-text::after,body.dark-layout .divider .divider-text::before{border-color:#414561}body.dark-layout .divider.divider-dark .divider-text::after,body.dark-layout .divider.divider-dark .divider-text::before{border-color:#4e5154!important}body.dark-layout .list-group .list-group-item.list-group-item-action,body.dark-layout .list-group .list-group-item:not([class*=list-group-item-]){color:#c2c6dc;border-color:#414561;background-color:#10163a}body.dark-layout .list-group .list-group-item.list-group-item-action:hover,body.dark-layout .list-group .list-group-item:not([class*=list-group-item-]):hover{background-color:#262c49}body.dark-layout .list-group .list-group-item.active{color:#fff;background-color:#7367f0}body.dark-layout .bootstrap-touchspin .form-control,body.dark-layout .custom-file-label:after,body.dark-layout .list-group .list-group-item.disabled{background-color:#262c49}body.dark-layout .list-group .list-group-item.active p,body.dark-layout .list-group .list-group-item.active small{color:#fff}body.dark-layout .custom-file-label,body.dark-layout input.form-control,body.dark-layout textarea.form-control{color:#c2c6dc;background-color:#262c49}body.dark-layout .custom-file-label:not(:focus),body.dark-layout input.form-control:not(:focus),body.dark-layout textarea.form-control:not(:focus){border:0}body.dark-layout .custom-file-label::-webkit-input-placeholder,body.dark-layout input.form-control::-webkit-input-placeholder,body.dark-layout textarea.form-control::-webkit-input-placeholder{color:#c2c6dc}body.dark-layout .custom-file-label:-moz-placeholder,body.dark-layout input.form-control:-moz-placeholder,body.dark-layout textarea.form-control:-moz-placeholder{color:#c2c6dc}body.dark-layout .custom-file-label::-moz-placeholder,body.dark-layout input.form-control::-moz-placeholder,body.dark-layout textarea.form-control::-moz-placeholder{color:#c2c6dc}body.dark-layout .custom-file-label:-ms-input-placeholder,body.dark-layout input.form-control:-ms-input-placeholder,body.dark-layout textarea.form-control:-ms-input-placeholder{color:#c2c6dc}body.dark-layout .custom-file-label::placeholder,body.dark-layout input.form-control::placeholder,body.dark-layout textarea.form-control::placeholder{color:#c2c6dc}body.dark-layout .custom-file-label~.form-control-position i,body.dark-layout input.form-control~.form-control-position i,body.dark-layout textarea.form-control~.form-control-position i{color:#c2c6dc}body.dark-layout .custom-file-label:focus~.form-control-position i,body.dark-layout input.form-control:focus~.form-control-position i,body.dark-layout textarea.form-control:focus~.form-control-position i{color:#7367f0}body.dark-layout .custom-file-label:disabled,body.dark-layout .custom-file-label[readonly=readonly],body.dark-layout input.form-control:disabled,body.dark-layout input.form-control[readonly=readonly],body.dark-layout textarea.form-control:disabled,body.dark-layout textarea.form-control[readonly=readonly]{opacity:.5}body.dark-layout .char-textarea.active{color:#c2c6dc!important}body.dark-layout .char-textarea.max-limit{color:#ea5455!important}body.dark-layout .custom-file-label:after{color:#c2c6dc;border-left:1px solid #414561}body.dark-layout .has-icon-left.input-divider-left .form-control-position i{border-right-color:#414561}body.dark-layout .has-icon-left.input-divider-right .form-control-position i{border-left-color:#414561}body.dark-layout .bootstrap-touchspin .bootstrap-touchspin-injected .disabled-max-min,body.dark-layout .bootstrap-touchspin.disabled-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-down,body.dark-layout .bootstrap-touchspin.disabled-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-up,body.dark-layout .bootstrap-touchspin.disabled-touchspin .bootstrap-touchspin-injected .disabled-max-min{opacity:1;background-color:#b8c2cc!important}body.dark-layout .custom-select,body.dark-layout select.form-control{color:#c2c6dc;border:0;background-color:#262c49}body.dark-layout .custom-select option:checked,body.dark-layout select.form-control option:checked{background-color:#10163a}body.dark-layout .select2-container .select2-selection{background:#262c49}body.dark-layout .select2-container .select2-selection .select2-selection__rendered{color:#c2c6dc}body.dark-layout .select2-container .select2-selection .select2-selection__rendered .select2-search__field{color:#fff}body.dark-layout .select2-container .select2-selection .select2-selection__arrow b{border-top-color:#414561}body.dark-layout .select2-container .select2-dropdown{background-color:#10163a}body.dark-layout .select2-container .select2-dropdown .select2-search__field{color:#c2c6dc;background-color:#262c49}body.dark-layout .select2-container .select2-dropdown.bg-info .select2-results__options .select2-results__option{color:#fff}body.dark-layout .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option[aria-selected=true]{background-color:#7367f0}body.dark-layout .select2-container.select2-container--classic .selection .select2-selection__arrow{border-color:rgba(255,255,255,.1);background-color:#262c49;background-image:none}body.dark-layout .custom-switch .custom-control-input[disabled]~.custom-control-label{opacity:.5}body.dark-layout .custom-switch .custom-control-input:checked~.custom-control-label::before,body.dark-layout .custom-switch .custom-control-input:not(:disabled):active~.custom-control-label::before{background-color:#7367f0}body.dark-layout .custom-switch .custom-control-label:before{background-color:#262c49}body.dark-layout .picker__input{background-color:#262c49!important}body.dark-layout .picker__holder{background-color:#262c49}body.dark-layout .picker__holder .picker__header .picker__month,body.dark-layout .picker__holder .picker__header .picker__year{color:#c2c6dc}body.dark-layout .picker__holder .picker__header .picker__select--month,body.dark-layout .picker__holder .picker__header .picker__select--year{color:#c2c6dc;background-color:#262c49}body.dark-layout .picker__holder .picker__header .picker__nav--next:hover,body.dark-layout .picker__holder .picker__header .picker__nav--prev:hover{background-color:#10163a}body.dark-layout .picker__holder .picker__table tbody tr td .picker__day,body.dark-layout .picker__holder .picker__table thead tr .picker__weekday{color:#c2c6dc}body.dark-layout .picker__holder .picker__table tbody tr td .picker__day:hover{color:#c2c6dc;border:1px solid #4ec6e8;background-color:transparent}body.dark-layout .picker__holder .picker__table tbody tr td .picker__day.picker__day--disabled{opacity:.5;color:#c2c6dc;background:#10163a}body.dark-layout .picker__holder .picker__table tbody tr td .picker__day--today{background-color:#10163a}body.dark-layout .picker__holder .picker__footer .picker__button--clear,body.dark-layout .picker__holder .picker__footer .picker__button--close,body.dark-layout .picker__holder .picker__footer .picker__button--today{color:#c2c6dc;background-color:#262c49}body.dark-layout .picker--time .picker__holder .picker__list{background-color:#262c49}body.dark-layout .picker--time .picker__holder .picker__list .picker__list-item.picker__list-item--selected,body.dark-layout .picker--time .picker__holder .picker__list .picker__list-item:hover{background-color:#10163a}body.dark-layout .picker--time .picker__holder .picker__list .picker__list-item.picker__list-item--disabled{opacity:.5;color:#b8c2cc;background-color:#10163a}body.dark-layout .picker--time .picker__holder .picker__list .picker__button--clear{color:#c2c6dc;background-color:#262c49}body.dark-layout .wizard .steps ul .disabled a,body.dark-layout .wizard .steps ul .done a{color:#c2c6dc!important}body.dark-layout .wizard .steps ul .disabled a:hover,body.dark-layout .wizard .steps ul .done a:hover{color:#c2c6dc}body.dark-layout .wizard .steps ul .disabled a .step,body.dark-layout .wizard .steps ul .done a .step{color:#fff;background-color:#262c49}body.dark-layout .input-group .input-group-append .input-group-text,body.dark-layout .input-group .input-group-prepend .input-group-text{border:1px solid #414561;background-color:#10163a}body.dark-layout .input-group .form-control~.input-group-append,body.dark-layout .input-group .input-group-prepend~.form-control{border-left:1px solid #414561}body.dark-layout .form-label-group>input:not(:focus):not(:placeholder-shown)~label,body.dark-layout .form-label-group>textarea:not(:focus):not(:placeholder-shown)~label{color:#c2c6dc!important}body.dark-layout .table{background-color:#212744}body.dark-layout .table .thead tr:not([class*=table-]) td,body.dark-layout .table .thead tr:not([class*=table-]) th,body.dark-layout .table tbody tr:not([class*=table-]) td,body.dark-layout .table tbody tr:not([class*=table-]) th{color:#c2c6dc;border:0}body.dark-layout .table .thead tr:not([class*=table-]) td code,body.dark-layout .table .thead tr:not([class*=table-]) th code,body.dark-layout .table tbody tr:not([class*=table-]) td code,body.dark-layout .table tbody tr:not([class*=table-]) th code{background-color:#10163a}body.dark-layout .table thead tr th{color:#c2c6dc;border:0;background-color:#212744}body.dark-layout .table tbody tr[class*=table-] td,body.dark-layout .table tbody tr[class*=table-] th{color:#22292f;border-color:#414561;background-color:unset}body.dark-layout .table tbody tr.table-dark td,body.dark-layout .table tbody tr.table-dark th{color:#fff}body.dark-layout .table tbody tr.table-active td,body.dark-layout .table tbody tr.table-active th{color:#c2c6dc}body.dark-layout .table tbody tr th{background-color:#262c49}body.dark-layout .table tbody tr td{color:#c2c6dc;background-color:#262c49}body.dark-layout .table.table-bordered,body.dark-layout .table.table-bordered tbody tr td,body.dark-layout .table.table-bordered tbody tr th,body.dark-layout .table.table-bordered thead tr td,body.dark-layout .table.table-bordered thead tr th{border:1px solid #414561}body.dark-layout .dataTables_wrapper .table.dataTable,body.dark-layout .dataTables_wrapper .table.dataTable.complex-headers tfoot tr th,body.dark-layout .dataTables_wrapper .table.dataTable.table-striped tfoot tr th{border:0}body.dark-layout .table.table-hover tbody tr:hover{background-color:#10163a}body.dark-layout .table.table-hover tbody tr td,body.dark-layout .table.table-hover tbody tr th{background-color:unset}body.dark-layout .table.table-striped tbody tr:nth-of-type(odd){background-color:#10163a}body.dark-layout .table.table-striped tbody tr td,body.dark-layout .table.table-striped tbody tr th{background-color:unset}body.dark-layout .table.table-mx-0,body.dark-layout .table.table-mx-0 tbody tr td,body.dark-layout .table.table-mx-0 tbody tr th,body.dark-layout .table.table-mx-0 thead tr td,body.dark-layout .table.table-mx-0 thead tr th{background-color:#10163a}body.dark-layout .dataTables_wrapper .dt-buttons .btn-secondary,body.dark-layout .dataTables_wrapper .dt-buttons .buttons-copy,body.dark-layout .dataTables_wrapper .dt-buttons .buttons-excel,body.dark-layout .dataTables_wrapper .dt-buttons .buttons-pdf,body.dark-layout .dataTables_wrapper .dt-buttons .buttons-print{background-color:#262c49!important}body.dark-layout .dataTables_wrapper .table.dataTable tbody td,body.dark-layout .dataTables_wrapper .table.dataTable tbody th,body.dark-layout .dataTables_wrapper .table.dataTable thead td,body.dark-layout .dataTables_wrapper .table.dataTable thead th{color:#c2c6dc;border:0}body.dark-layout .dataTables_wrapper .table.dataTable tfoot tr th{color:#c2c6dc}body.dark-layout .dataTables_wrapper .table.dataTable tr.group td{color:#fff;background-color:#212744}body.dark-layout .dataTables_wrapper .table.dataTable.complex-headers tbody tr:nth-of-type(even),body.dark-layout .dataTables_wrapper .table.dataTable.table-striped tbody tr:nth-of-type(even),body.dark-layout .dt-button-info,body.dark-layout .dt-button-info h2{background-color:#262c49}body.dark-layout .dataTables_wrapper .table.dataTable.complex-headers{border:1px solid #414561}body.dark-layout .dataTables_wrapper .table.dataTable.complex-headers tfoot td,body.dark-layout .dataTables_wrapper .table.dataTable.complex-headers tfoot th,body.dark-layout .dataTables_wrapper .table.dataTable.complex-headers thead td,body.dark-layout .dataTables_wrapper .table.dataTable.complex-headers thead th{border-right:1px solid #414561;border-bottom:1px solid #414561}body.dark-layout .dt-button-info div{color:#c2c6dc}body.dark-layout .bg-authentication{background-color:#eff2f7}body.dark-layout #search-website .search-bar .form-control,body.dark-layout #search-website .search-pagination .pagination .page-item,body.dark-layout #user-profile .profile-header .profile-header-nav,body.dark-layout .bg-authentication .card-footer,body.dark-layout .bg-authentication .form-group.row{background-color:#10163a}body.dark-layout .bg-authentication .card-footer .btn-facebook span,body.dark-layout .bg-authentication .card-footer .btn-twitter span,body.dark-layout .bg-authentication .form-group.row .btn-facebook span,body.dark-layout .bg-authentication .form-group.row .btn-twitter span{color:#fff}body.dark-layout .getting-started .clockCard p{color:#c2c6dc!important}body.dark-layout #search-website .search-menu .search-filter{color:#c2c6dc;background-color:#10163a}body.dark-layout #search-website .search-result-info .dropdown-toggle{color:#c2c6dc}body.dark-layout #search-website .search-pagination .pagination .page-item.active .page-link{background-color:#7367f0}body.dark-layout #search-website .search-pagination .pagination .page-item .page-link,body.dark-layout .faq .accordion .collapse-margin{background-color:#10163a}body.dark-layout .faq-bg .card-body .card-text,body.dark-layout .knowledge-base-bg .card-body .card-text{color:#fff}body.dark-layout .search-content .card .card-body .text-dark{color:#c2c6dc!important}body.dark-layout .knowledge-base-category .list-group .list-group-item,body.dark-layout .knowledge-base-question .list-group .list-group-item{color:#7367f0}body.dark-layout .invoice-items-table .table-borderless,body.dark-layout .invoice-total-table .table-borderless{border:0}body.dark-layout .apexcharts-canvas .apexcharts-gridlines-horizontal .apexcharts-gridline{stroke:#414561}body.dark-layout .apexcharts-canvas .apexcharts-tooltip.light,body.dark-layout .apexcharts-canvas .apexcharts-xaxistooltip,body.dark-layout .apexcharts-canvas .apexcharts-yaxistooltip{border-color:#262c49;background-color:#212744}body.dark-layout .apexcharts-canvas .apexcharts-tooltip.light .apexcharts-tooltip-text,body.dark-layout .apexcharts-canvas .apexcharts-tooltip.light .apexcharts-tooltip-title,body.dark-layout .apexcharts-canvas .apexcharts-xaxistooltip .apexcharts-tooltip-text,body.dark-layout .apexcharts-canvas .apexcharts-xaxistooltip .apexcharts-tooltip-title,body.dark-layout .apexcharts-canvas .apexcharts-yaxistooltip .apexcharts-tooltip-text,body.dark-layout .apexcharts-canvas .apexcharts-yaxistooltip .apexcharts-tooltip-title{color:#c2c6dc;background-color:#212744}body.dark-layout .apexcharts-canvas .apexcharts-tooltip.dark .apexcharts-tooltip-text .apexcharts-tooltip-text-label,body.dark-layout .apexcharts-canvas .apexcharts-tooltip.dark .apexcharts-tooltip-text .apexcharts-tooltip-text-value{color:#fff}body.dark-layout .apexcharts-canvas .apexcharts-xaxistooltip-bottom:before{border-bottom-color:transparent}body.dark-layout .apexcharts-canvas .apexcharts-xaxistooltip-bottom:after{border-bottom-color:#262c49}body.dark-layout .apexcharts-canvas .apexcharts-yaxistooltip-left:before{border-left-color:transparent}body.dark-layout .apexcharts-canvas .apexcharts-yaxistooltip-left:after{border-left-color:#262c49}body.dark-layout .apexcharts-canvas text{fill:#fff!important}body.dark-layout .apexcharts-canvas .apexcharts-legend-series .apexcharts-legend-text{color:#c2c6dc!important}body.dark-layout .apexcharts-canvas .apexcharts-radialbar-track path{stroke:#262c49}body.dark-layout .apexcharts-canvas .apexcharts-inner polygon{stroke:#212744!important;fill:#262c49!important}body.dark-layout .apexcharts-canvas .apexcharts-pie-series path{stroke:#262c49}body.dark-layout .apexcharts-canvas .apexcharts-menu{border:0;background-color:#262c49}body.dark-layout.email-application .app-content .content-area-wrapper,body.dark-layout.email-application .app-content .content-area-wrapper .email-app-details .email-detail-header,body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list .email-user-list .media,body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list-wrapper,body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list-wrapper .app-action{border-color:#414561}body.dark-layout .apexcharts-canvas .apexcharts-toolbar .apexcharts-menu-icon:hover svg,body.dark-layout .apexcharts-canvas .apexcharts-toolbar .apexcharts-reset-zoom-icon:hover svg,body.dark-layout .apexcharts-canvas .apexcharts-toolbar .apexcharts-zoom-icon:hover svg,body.dark-layout .apexcharts-canvas .apexcharts-toolbar .apexcharts-zoom-in-icon:hover svg,body.dark-layout .apexcharts-canvas .apexcharts-toolbar .apexcharts-zoom-out-icon:hover svg{fill:#c2c6dc}body.dark-layout.email-application .app-content .content-area-wrapper .email-app-sidebar{background-color:#262c49}body.dark-layout.email-application .app-content .content-area-wrapper .app-fixed-search{border-color:#414561;background-color:#10163a}body.dark-layout.email-application .app-content .content-area-wrapper .app-fixed-search .form-control{color:#c2c6dc}body.dark-layout.email-application .app-content .content-area-wrapper .app-fixed-search .form-control::-webkit-input-placeholder{color:#c2c6dc}body.dark-layout.email-application .app-content .content-area-wrapper .app-fixed-search .form-control:-moz-placeholder{color:#c2c6dc}body.dark-layout.email-application .app-content .content-area-wrapper .app-fixed-search .form-control::-moz-placeholder{color:#c2c6dc}body.dark-layout.email-application .app-content .content-area-wrapper .app-fixed-search .form-control:-ms-input-placeholder{color:#c2c6dc}body.dark-layout.email-application .app-content .content-area-wrapper .app-fixed-search .form-control::placeholder{color:#c2c6dc}body.dark-layout.email-application .app-content .content-area-wrapper .app-fixed-search .form-control:focus~.form-control-position i{color:#7367f0}body.dark-layout.email-application .app-content .content-area-wrapper .app-fixed-search .form-control-position i{color:#c2c6dc}body.dark-layout.email-application .app-content .content-area-wrapper .email-app-menu .sidebar-menu-list .list-group-labels .list-group-item,body.dark-layout.email-application .app-content .content-area-wrapper .email-app-menu .sidebar-menu-list .list-group-messages .list-group-item{background:#262c49}body.dark-layout.email-application .app-content .content-area-wrapper .email-app-menu .sidebar-menu-list .list-group-labels .list-group-item.active,body.dark-layout.email-application .app-content .content-area-wrapper .email-app-menu .sidebar-menu-list .list-group-labels .list-group-item.active:hover,body.dark-layout.email-application .app-content .content-area-wrapper .email-app-menu .sidebar-menu-list .list-group-messages .list-group-item.active,body.dark-layout.email-application .app-content .content-area-wrapper .email-app-menu .sidebar-menu-list .list-group-messages .list-group-item.active:hover{color:#7367f0}body.dark-layout.email-application .app-content .content-area-wrapper .email-app-details .email-detail-header .email-header-right .list-inline-item .dropdown-toggle,body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list .app-action .action-right .list-inline-item .dropdown-toggle,body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list .email-user-list .mail-read .mail-message .list-group-item-text,body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list .email-user-list .mail-read .mail-message .mail-meta-item .mail-date,body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list .email-user-list .mail-read .mail-message p,body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list .email-user-list .mail-read .user-details .list-group-item-text,body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list .email-user-list .mail-read .user-details .mail-meta-item .mail-date,body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list .email-user-list .mail-read .user-details p,body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list .email-user-list .media .mail-message .list-group-item-text,body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list .email-user-list .media .mail-message .mail-meta-item .mail-date,body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list .email-user-list .media .mail-message p,body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list .email-user-list .media .user-details .list-group-item-text,body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list .email-user-list .media .user-details .mail-meta-item .mail-date,body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list .email-user-list .media .user-details p,body.dark-layout.email-application .app-content .content-area-wrapper .email-app-menu .sidebar-menu-list .list-group-labels .list-group-item:hover,body.dark-layout.email-application .app-content .content-area-wrapper .email-app-menu .sidebar-menu-list .list-group-messages .list-group-item:hover{color:#c2c6dc}body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list .email-user-list .media:hover{-webkit-box-shadow:0 0 0 0 #1e1e1e;box-shadow:0 0 0 0 #1e1e1e}body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list .email-user-list .mail-read,body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list .email-user-list .media{background-color:#262c49}body.dark-layout.email-application .app-content .content-area-wrapper .email-app-details.show{background-color:#212744}body.dark-layout.chat-application .sidebar .chat-profile-sidebar,body.dark-layout.chat-application .sidebar .sidebar-content{background-color:#262c49}body.dark-layout.email-application .app-content .content-area-wrapper .email-app-details .email-detail-head,body.dark-layout.email-application .app-content .content-area-wrapper .email-app-details .mail-message-wrapper{border-color:#414561!important}body.dark-layout.chat-application .content-area-wrapper,body.dark-layout.chat-application .sidebar .sidebar-content,body.dark-layout.chat-application .sidebar .sidebar-content .chat-fixed-search,body.dark-layout.chat-application .sidebar .sidebar-content .chat-user-list .chat-users-list-wrapper li{border-color:#414561}body.dark-layout.chat-application .sidebar .sidebar-content .chat-fixed-search .form-control{border-color:#414561;background-color:#10163a}body.dark-layout.chat-application .sidebar .sidebar-content .chat-user-list .chat-users-list-wrapper li:not(.active):hover{background:#10163a}body.dark-layout.chat-application .sidebar .sidebar-content .chat-user-list .chat-users-list-wrapper li.active .contact-info p{color:#fff}body.dark-layout.chat-application .content-right .chat-app-window .start-chat-area{background-color:#171e49}body.dark-layout.chat-application .content-right .chat-app-window .start-chat-area .start-chat-icon,body.dark-layout.chat-application .content-right .chat-app-window .start-chat-area .start-chat-text{background:#262c49}body.dark-layout.chat-application .content-right .chat-app-window .active-chat .user-chats{background-color:#171e49}body.dark-layout.chat-application .content-right .chat-app-window .active-chat .user-chats .chat-left .chat-content{border:1px solid #414561}body.dark-layout .ql-container,body.dark-layout .ql-toolbar,body.dark-layout .quill-toolbar,body.dark-layout.ecommerce-application .content-body .grid-view .ecommerce-card .card-body,body.dark-layout.ecommerce-application .content-body .list-view .ecommerce-card .card-body,body.dark-layout.ecommerce-application .content-right .grid-view .ecommerce-card .card-body,body.dark-layout.ecommerce-application .content-right .list-view .ecommerce-card .card-body,body.dark-layout.todo-application .content-area-wrapper,body.dark-layout.todo-application .content-area-wrapper .todo-app-area .todo-app-list-wrapper,body.dark-layout.todo-application .content-area-wrapper .todo-app-area .todo-task-list .todo-item{border-color:#414561}body.dark-layout.chat-application .content-right .chat-app-window .active-chat .user-chats .chat-left .chat-content p{color:#c2c6dc}body.dark-layout.chat-application .content-right .chat-app-window .active-chat .user-chats .chat-content p{color:#fff}body.dark-layout.ecommerce-application .content-body .ecommerce-header-items .result-toggler .search-results,body.dark-layout.ecommerce-application .content-body .ecommerce-header-items .result-toggler .shop-sidebar-toggler i,body.dark-layout.ecommerce-application .content-body .ecommerce-header-items .view-options .view-btn-option .grid-view-btn:not(.active) i,body.dark-layout.ecommerce-application .content-body .ecommerce-header-items .view-options .view-btn-option .list-view-btn:not(.active) i,body.dark-layout.ecommerce-application .content-right .ecommerce-header-items .result-toggler .search-results,body.dark-layout.ecommerce-application .content-right .ecommerce-header-items .result-toggler .shop-sidebar-toggler i,body.dark-layout.ecommerce-application .content-right .ecommerce-header-items .view-options .view-btn-option .grid-view-btn:not(.active) i,body.dark-layout.ecommerce-application .content-right .ecommerce-header-items .view-options .view-btn-option .list-view-btn:not(.active) i,body.dark-layout.ecommerce-application .sidebar-left .sidebar-shop .filter-heading,body.dark-layout.ecommerce-application .sidebar-left .sidebar-shop .ratings-list li,body.dark-layout.ecommerce-application .sidebar-left .sidebar-shop .ratings-list~.stars-received,body.dark-layout.todo-application .content-area-wrapper .sidebar .todo-form .todo-item-action,body.dark-layout.todo-application .content-area-wrapper .sidebar .todo-sidebar .list-group-filters .list-group-item:hover,body.dark-layout.todo-application .content-area-wrapper .sidebar .todo-sidebar .list-group-labels .list-group-item:hover,body.dark-layout.todo-application .content-area-wrapper .todo-app-area .todo-task-list .todo-item .todo-item-action .todo-item-delete i,body.dark-layout.todo-application .content-area-wrapper .todo-app-area .todo-task-list .todo-item .todo-item-action .todo-item-favorite:not(.warning) i,body.dark-layout.todo-application .content-area-wrapper .todo-app-area .todo-task-list .todo-item .todo-item-action .todo-item-info:not(.success) i{color:#c2c6dc}body.dark-layout.chat-application .content-right .chat-app-window .active-chat .user-chats .chat-content{background-color:#262c49}body.dark-layout.chat-application .content-right .chat-app-window .active-chat .chat-app-form,body.dark-layout.chat-application .content-right .chat-app-window .active-chat .chat-app-form .form-control{background-color:#10163a}body.dark-layout.chat-application .content-right .user-profile-sidebar,body.dark-layout.todo-application .content-area-wrapper .sidebar .todo-sidebar,body.dark-layout.todo-application .content-area-wrapper .sidebar .todo-sidebar .list-group-filters .list-group-item,body.dark-layout.todo-application .content-area-wrapper .sidebar .todo-sidebar .list-group-labels .list-group-item{background-color:#262c49}body.dark-layout.todo-application .content-area-wrapper .todo-app-area .app-fixed-search{border-color:#414561;background-color:#10163a}body.dark-layout.todo-application .content-area-wrapper .todo-app-area .todo-task-list .todo-item:hover{-webkit-box-shadow:none;box-shadow:none}body.dark-layout.todo-application .content-area-wrapper .todo-app-area .todo-task-list .todo-item .chip{background-color:#10163a}body.dark-layout.ecommerce-application .sidebar-left .sidebar-shop .price-slider .range-slider{background-color:#262c49}body.dark-layout.ecommerce-application .content-body .ecommerce-header-items .view-options .select2 .select2-selection,body.dark-layout.ecommerce-application .content-right .ecommerce-header-items .view-options .select2 .select2-selection{background-color:#10163a}body.dark-layout.ecommerce-application .content-body .ecommerce-header-items .view-options .view-btn-option .grid-view-btn,body.dark-layout.ecommerce-application .content-body .ecommerce-header-items .view-options .view-btn-option .list-view-btn,body.dark-layout.ecommerce-application .content-right .ecommerce-header-items .view-options .view-btn-option .grid-view-btn,body.dark-layout.ecommerce-application .content-right .ecommerce-header-items .view-options .view-btn-option .list-view-btn{background-color:#10163a!important}body.dark-layout.ecommerce-application .content-body .search-product,body.dark-layout.ecommerce-application .content-right .search-product{background-color:#10163a}body.dark-layout.ecommerce-application .content-body .grid-view .ecommerce-card .item-img,body.dark-layout.ecommerce-application .content-body .list-view .ecommerce-card .item-img,body.dark-layout.ecommerce-application .content-right .grid-view .ecommerce-card .item-img,body.dark-layout.ecommerce-application .content-right .list-view .ecommerce-card .item-img{background-color:#fff}body.dark-layout.ecommerce-application .content-body .grid-view .ecommerce-card .item-name,body.dark-layout.ecommerce-application .content-body .list-view .ecommerce-card .item-name,body.dark-layout.ecommerce-application .content-right .grid-view .ecommerce-card .item-name,body.dark-layout.ecommerce-application .content-right .list-view .ecommerce-card .item-name{color:#fff}body.dark-layout.ecommerce-application .content-body .grid-view .ecommerce-card .item-options .wishlist span,body.dark-layout.ecommerce-application .content-body .list-view .ecommerce-card .item-options .wishlist span,body.dark-layout.ecommerce-application .content-right .grid-view .ecommerce-card .item-options .wishlist span,body.dark-layout.ecommerce-application .content-right .list-view .ecommerce-card .item-options .wishlist span{color:#2c2c2c}body.dark-layout.ecommerce-application .content-body .grid-view .ecommerce-card .item-options .cart span,body.dark-layout.ecommerce-application .content-body .list-view .ecommerce-card .item-options .cart span,body.dark-layout.ecommerce-application .content-right .grid-view .ecommerce-card .item-options .cart span,body.dark-layout.ecommerce-application .content-right .list-view .ecommerce-card .item-options .cart span,body.dark-layout.ecommerce-application .wishlist-items .ecommerce-card .move-cart .move-to-cart{color:#fff}body.dark-layout.ecommerce-application .content-body .pagination .page-item,body.dark-layout.ecommerce-application .content-body .pagination .page-item.active,body.dark-layout.ecommerce-application .content-right .pagination .page-item,body.dark-layout.ecommerce-application .content-right .pagination .page-item.active{background-color:#10163a}body.dark-layout.ecommerce-application .content-body .pagination .page-item.active .page-link,body.dark-layout.ecommerce-application .content-right .pagination .page-item.active .page-link{background-color:#7367f0}body.dark-layout.ecommerce-application .content-body .pagination .page-item .page-link,body.dark-layout.ecommerce-application .content-right .pagination .page-item .page-link{background-color:#10163a}body.dark-layout.ecommerce-application .product-checkout .checkout-options .detail-total{color:#c2c6dc}body.dark-layout .fc .fc-header-toolbar .fc-button span{color:#fff}body.dark-layout .fc .fc-view-container .fc-body .fc-week table tbody .fc-other-month{background-color:#6a6d83}body.dark-layout .noUi-target,body.dark-layout .swal2-container .swal2-modal,body.dark-layout .swal2-container .swal2-modal .swal2-header{background-color:#262c49}body.dark-layout .swal2-container .swal2-modal .swal2-header .swal2-title{color:#c2c6dc}body.dark-layout .swal2-container .swal2-modal .swal2-header .swal2-icon-text{color:inherit}body.dark-layout .swal2-container .swal2-modal .swal2-header .swal2-animate-success-icon,body.dark-layout .swal2-container .swal2-modal .swal2-header .swal2-success-circular-line-left,body.dark-layout .swal2-container .swal2-modal .swal2-header .swal2-success-circular-line-right,body.dark-layout .swal2-container .swal2-modal .swal2-header .swal2-success-fix{background-color:#262c49!important}body.dark-layout .swal2-container .swal2-modal .swal2-content{color:#c2c6dc}body.dark-layout .ql-toolbar .ql-formats .ql-picker-label,body.dark-layout .ql-toolbar .ql-header.ql-expanded .ql-picker-options span:not(:hover),body.dark-layout .quill-toolbar .ql-formats .ql-picker-label,body.dark-layout .quill-toolbar .ql-header.ql-expanded .ql-picker-options span:not(:hover),body.dark-layout .swal2-container .swal2-modal .swal2-content .swal2-input{color:#fff}body.dark-layout .swal2-container .swal2-modal .swal2-content .swal2-input,body.dark-layout .swal2-container .swal2-modal .swal2-content code,body.dark-layout .swal2-container .swal2-modal .swal2-content pre{background-color:#10163a}body.dark-layout .toast-container .toast.toast-info{background-color:#00cfe8}body.dark-layout .toast-container .toast.toast-success{background-color:#28c76f}body.dark-layout .toast-container .toast.toast-error{background-color:#ea5455}body.dark-layout .toast-container .toast.toast-warning{background-color:#ff9f43}body.dark-layout .dropzone{background-color:#262c49}body.dark-layout .ql-toolbar .ql-formats .ql-fill,body.dark-layout .ql-toolbar .ql-formats .ql-stroke,body.dark-layout .quill-toolbar .ql-formats .ql-fill,body.dark-layout .quill-toolbar .ql-formats .ql-stroke{stroke:#fff}body.dark-layout .ql-toolbar .ql-formats .ql-fill,body.dark-layout .quill-toolbar .ql-formats .ql-fill{fill:#fff}body.dark-layout .ql-toolbar .ql-header.ql-expanded .ql-picker-options,body.dark-layout .quill-toolbar .ql-header.ql-expanded .ql-picker-options{background-color:#10163a}body.dark-layout .customizer,body.dark-layout .ql-editor .ql-syntax{background-color:#262c49}body.dark-layout .ql-editor.ql-blank:before{color:#c2c6dc}body.dark-layout .context-menu-list .context-menu-item.context-menu-hover span,body.dark-layout .shepherd-content .shepherd-text p{color:#fff}body.dark-layout .context-menu-list .context-menu-item.context-menu-hover .context-menu-list .context-menu-item span,body.dark-layout .customizer .customizer-close i{color:#c2c6dc}body.dark-layout.fixed-footer .footer{background-color:#10163a} \ No newline at end of file diff --git a/wwwjuba/app-assets/css/themes/semi-dark-layout.css b/wwwjuba/app-assets/css/themes/semi-dark-layout.css new file mode 100644 index 0000000..6ce66f5 --- /dev/null +++ b/wwwjuba/app-assets/css/themes/semi-dark-layout.css @@ -0,0 +1,78 @@ +/*======================================================== + DARK LAYOUT +=========================================================*/ +body.semi-dark-layout +{ + /************ Main Menu **************/ +} +body.semi-dark-layout .main-menu +{ + background-color: #10163a; +} +body.semi-dark-layout .main-menu .shadow-bottom +{ + background: -webkit-gradient(linear, left top, left bottom, color-stop(44%, #0f1642), color-stop(73%, rgba(15, 22, 66, .51)), to(rgba(44, 48, 60, 0))); + background: -webkit-linear-gradient(top, #0f1642 44%, rgba(15, 22, 66, .51) 73%, rgba(44, 48, 60, 0)); + background: -moz-linear-gradient(top, #0f1642 44%, rgba(15, 22, 66, .51) 73%, rgba(44, 48, 60, 0)); + background: -o-linear-gradient(top, #0f1642 44%, rgba(15, 22, 66, .51) 73%, rgba(44, 48, 60, 0)); + background: linear-gradient(180deg, #0f1642 44%, rgba(15, 22, 66, .51) 73%, rgba(44, 48, 60, 0)); +} +body.semi-dark-layout .main-menu:not(.expanded) .navigation .sidebar-group-active a +{ + background-color: #262c49; +} +body.semi-dark-layout .main-menu-content .navigation-main +{ + background-color: #10163a; +} +body.semi-dark-layout .main-menu-content .navigation-main .nav-item i +{ + color: #c2c6dc; +} +body.semi-dark-layout .main-menu-content .navigation-main .nav-item.open a +{ + background-color: #262c49; +} +body.semi-dark-layout .main-menu-content .navigation-main .nav-item a:after, +body.semi-dark-layout .main-menu-content .navigation-main .nav-item a +{ + color: #c2c6dc; +} +body.semi-dark-layout .main-menu-content .navigation-main .nav-item .menu-content +{ + background-color: #10163a; +} +body.semi-dark-layout .main-menu-content .navigation-main .nav-item .menu-content .active .menu-item +{ + color: #fff; +} +body.semi-dark-layout .main-menu-content .navigation-main .nav-item .menu-content li:not(.active) a +{ + background-color: #10163a; +} +body.semi-dark-layout .main-menu-content .navigation-main .active .menu-title, +body.semi-dark-layout .main-menu-content .navigation-main .active i +{ + color: #fff; +} +body.semi-dark-layout .main-menu-content .navigation-main .sidebar-group-active a +{ + border-radius: 4px; + background: #10163a; +} +body.semi-dark-layout .main-menu-content .navigation-main .sidebar-group-active .menu-content +{ + background-color: #10163a; +} +body.semi-dark-layout .main-menu-content .navigation-main .sidebar-group-active .menu-content .active +{ + z-index: 1; +} +body.semi-dark-layout .main-menu-content .navigation-main .sidebar-group-active .menu-content .active a +{ + background-color: transparent; +} +body.semi-dark-layout.menu-collapsed .main-menu:not(.expanded) .navigation-main li.active a +{ + background: #262c49 !important; +} diff --git a/wwwjuba/app-assets/css/themes/semi-dark-layout.min.css b/wwwjuba/app-assets/css/themes/semi-dark-layout.min.css new file mode 100644 index 0000000..c1cf73f --- /dev/null +++ b/wwwjuba/app-assets/css/themes/semi-dark-layout.min.css @@ -0,0 +1 @@ +body.semi-dark-layout .main-menu-content .navigation-main .nav-item a,body.semi-dark-layout .main-menu-content .navigation-main .nav-item a:after,body.semi-dark-layout .main-menu-content .navigation-main .nav-item i{color:#c2c6dc}body.semi-dark-layout .main-menu{background-color:#10163a}body.semi-dark-layout .main-menu .shadow-bottom{background:-webkit-gradient(linear,left top,left bottom,color-stop(44%,#0f1642),color-stop(73%,rgba(15,22,66,.51)),to(rgba(44,48,60,0)));background:-webkit-linear-gradient(top,#0f1642 44%,rgba(15,22,66,.51) 73%,rgba(44,48,60,0));background:-moz-linear-gradient(top,#0f1642 44%,rgba(15,22,66,.51) 73%,rgba(44,48,60,0));background:-o-linear-gradient(top,#0f1642 44%,rgba(15,22,66,.51) 73%,rgba(44,48,60,0));background:linear-gradient(180deg,#0f1642 44%,rgba(15,22,66,.51) 73%,rgba(44,48,60,0))}body.semi-dark-layout .main-menu:not(.expanded) .navigation .sidebar-group-active a{background-color:#262c49}body.semi-dark-layout .main-menu-content .navigation-main{background-color:#10163a}body.semi-dark-layout .main-menu-content .navigation-main .nav-item.open a{background-color:#262c49}body.semi-dark-layout .main-menu-content .navigation-main .nav-item .menu-content,body.semi-dark-layout .main-menu-content .navigation-main .nav-item .menu-content li:not(.active) a,body.semi-dark-layout .main-menu-content .navigation-main .sidebar-group-active .menu-content{background-color:#10163a}body.semi-dark-layout .main-menu-content .navigation-main .active .menu-title,body.semi-dark-layout .main-menu-content .navigation-main .active i,body.semi-dark-layout .main-menu-content .navigation-main .nav-item .menu-content .active .menu-item{color:#fff}body.semi-dark-layout .main-menu-content .navigation-main .sidebar-group-active a{border-radius:4px;background:#10163a}body.semi-dark-layout .main-menu-content .navigation-main .sidebar-group-active .menu-content .active{z-index:1}body.semi-dark-layout .main-menu-content .navigation-main .sidebar-group-active .menu-content .active a{background-color:transparent}body.semi-dark-layout.menu-collapsed .main-menu:not(.expanded) .navigation-main li.active a{background:#262c49!important} \ No newline at end of file diff --git a/wwwjuba/app-assets/data/cities.json b/wwwjuba/app-assets/data/cities.json new file mode 100644 index 0000000..892e716 --- /dev/null +++ b/wwwjuba/app-assets/data/cities.json @@ -0,0 +1,16 @@ +[ { "value": 1 , "text": "Amsterdam" , "continent": "Europe" }, + { "value": 2 , "text": "London" , "continent": "Europe" }, + { "value": 3 , "text": "Paris" , "continent": "Europe" }, + { "value": 4 , "text": "Washington" , "continent": "America" }, + { "value": 5 , "text": "Mexico City" , "continent": "America" }, + { "value": 6 , "text": "Buenos Aires", "continent": "America" }, + { "value": 7 , "text": "Sydney" , "continent": "Australia" }, + { "value": 8 , "text": "Wellington" , "continent": "Australia" }, + { "value": 9 , "text": "Canberra" , "continent": "Australia" }, + { "value": 10, "text": "Beijing" , "continent": "Asia" }, + { "value": 11, "text": "New Delhi" , "continent": "Asia" }, + { "value": 12, "text": "Kathmandu" , "continent": "Asia" }, + { "value": 13, "text": "Cairo" , "continent": "Africa" }, + { "value": 14, "text": "Cape Town" , "continent": "Africa" }, + { "value": 15, "text": "Kinshasa" , "continent": "Africa" } +] \ No newline at end of file diff --git a/wwwjuba/app-assets/data/citynames.json b/wwwjuba/app-assets/data/citynames.json new file mode 100644 index 0000000..9349f62 --- /dev/null +++ b/wwwjuba/app-assets/data/citynames.json @@ -0,0 +1,16 @@ +[ "Amsterdam", + "London", + "Paris", + "Washington", + "New York", + "Los Angeles", + "Sydney", + "Melbourne", + "Canberra", + "Beijing", + "New Delhi", + "Kathmandu", + "Cairo", + "Cape Town", + "Kinshasa" +] \ No newline at end of file diff --git a/wwwjuba/app-assets/data/countries.json b/wwwjuba/app-assets/data/countries.json new file mode 100644 index 0000000..a62808d --- /dev/null +++ b/wwwjuba/app-assets/data/countries.json @@ -0,0 +1 @@ +["Andorra","United Arab Emirates","Afghanistan","Antigua and Barbuda","Anguilla","Albania","Armenia","Angola","Antarctica","Argentina","American Samoa","Austria","Australia","Aruba","Åland","Azerbaijan","Bosnia and Herzegovina","Barbados","Bangladesh","Belgium","Burkina Faso","Bulgaria","Bahrain","Burundi","Benin","Saint Barthélemy","Bermuda","Brunei","Bolivia","Bonaire","Brazil","Bahamas","Bhutan","Bouvet Island","Botswana","Belarus","Belize","Canada","Cocos [Keeling] Islands","Congo","Central African Republic","Republic of the Congo","Switzerland","Ivory Coast","Cook Islands","Chile","Cameroon","China","Colombia","Costa Rica","Cuba","Cape Verde","Curacao","Christmas Island","Cyprus","Czechia","Germany","Djibouti","Denmark","Dominica","Dominican Republic","Algeria","Ecuador","Estonia","Egypt","Western Sahara","Eritrea","Spain","Ethiopia","Finland","Fiji","Falkland Islands","Micronesia","Faroe Islands","France","Gabon","United Kingdom","Grenada","Georgia","French Guiana","Guernsey","Ghana","Gibraltar","Greenland","Gambia","Guinea","Guadeloupe","Equatorial Guinea","Greece","South Georgia and the South Sandwich Islands","Guatemala","Guam","Guinea-Bissau","Guyana","Hong Kong","Heard Island and McDonald Islands","Honduras","Croatia","Haiti","Hungary","Indonesia","Ireland","Israel","Isle of Man","India","British Indian Ocean Territory","Iraq","Iran","Iceland","Italy","Jersey","Jamaica","Jordan","Japan","Kenya","Kyrgyzstan","Cambodia","Kiribati","Comoros","Saint Kitts and Nevis","North Korea","South Korea","Kuwait","Cayman Islands","Kazakhstan","Laos","Lebanon","Saint Lucia","Liechtenstein","Sri Lanka","Liberia","Lesotho","Lithuania","Luxembourg","Latvia","Libya","Morocco","Monaco","Moldova","Montenegro","Saint Martin","Madagascar","Marshall Islands","Macedonia","Mali","Myanmar [Burma]","Mongolia","Macao","Northern Mariana Islands","Martinique","Mauritania","Montserrat","Malta","Mauritius","Maldives","Malawi","Mexico","Malaysia","Mozambique","Namibia","New Caledonia","Niger","Norfolk Island","Nigeria","Nicaragua","Netherlands","Norway","Nepal","Nauru","Niue","New Zealand","Oman","Panama","Peru","French Polynesia","Papua New Guinea","Philippines","Pakistan","Poland","Saint Pierre and Miquelon","Pitcairn Islands","Puerto Rico","Palestine","Portugal","Palau","Paraguay","Qatar","Réunion","Romania","Serbia","Russia","Rwanda","Saudi Arabia","Solomon Islands","Seychelles","Sudan","Sweden","Singapore","Saint Helena","Slovenia","Svalbard and Jan Mayen","Slovakia","Sierra Leone","San Marino","Senegal","Somalia","Suriname","South Sudan","São Tomé and Príncipe","El Salvador","Sint Maarten","Syria","Swaziland","Turks and Caicos Islands","Chad","French Southern Territories","Togo","Thailand","Tajikistan","Tokelau","East Timor","Turkmenistan","Tunisia","Tonga","Turkey","Trinidad and Tobago","Tuvalu","Taiwan","Tanzania","Ukraine","Uganda","U.S. Minor Outlying Islands","United States","Uruguay","Uzbekistan","Vatican City","Saint Vincent and the Grenadines","Venezuela","British Virgin Islands","U.S. Virgin Islands","Vietnam","Vanuatu","Wallis and Futuna","Samoa","Kosovo","Yemen","Mayotte","South Africa","Zambia","Zimbabwe"] diff --git a/wwwjuba/app-assets/data/fullcalendar/json/events.json b/wwwjuba/app-assets/data/fullcalendar/json/events.json new file mode 100644 index 0000000..36955a1 --- /dev/null +++ b/wwwjuba/app-assets/data/fullcalendar/json/events.json @@ -0,0 +1,56 @@ +[ + { + "title": "All Day Event", + "start": "2016-06-01" + }, + { + "title": "Long Event", + "start": "2016-06-07", + "end": "2016-06-10" + }, + { + "id": "999", + "title": "Repeating Event", + "start": "2016-06-09T16:00:00-05:00" + }, + { + "id": "999", + "title": "Repeating Event", + "start": "2016-06-16T16:00:00-05:00" + }, + { + "title": "Conference", + "start": "2016-06-11", + "end": "2016-06-13" + }, + { + "title": "Meeting", + "start": "2016-06-12T10:30:00-05:00", + "end": "2016-06-12T12:30:00-05:00" + }, + { + "title": "Lunch", + "start": "2016-06-12T12:00:00-05:00" + }, + { + "title": "Meeting", + "start": "2016-06-12T14:30:00-05:00" + }, + { + "title": "Happy Hour", + "start": "2016-06-12T17:30:00-05:00" + }, + { + "title": "Dinner", + "start": "2016-06-12T20:00:00" + }, + { + "title": "Birthday Party", + "start": "2016-06-13T07:00:00-05:00" + }, + { + "title": "Click for Google", + "url": "http://google.com/", + "start": "2016-06-28" + } +] diff --git a/wwwjuba/app-assets/data/fullcalendar/php/get-events.php b/wwwjuba/app-assets/data/fullcalendar/php/get-events.php new file mode 100644 index 0000000..bcb1490 --- /dev/null +++ b/wwwjuba/app-assets/data/fullcalendar/php/get-events.php @@ -0,0 +1,50 @@ +isWithinDayRange($range_start, $range_end)) { + $output_arrays[] = $event->toArray(); + } +} + +// Send JSON to the client. +echo json_encode($output_arrays); \ No newline at end of file diff --git a/wwwjuba/app-assets/data/fullcalendar/php/get-timezones.php b/wwwjuba/app-assets/data/fullcalendar/php/get-timezones.php new file mode 100644 index 0000000..6fe4f20 --- /dev/null +++ b/wwwjuba/app-assets/data/fullcalendar/php/get-timezones.php @@ -0,0 +1,9 @@ +values. + // You can optionally force the timezone of the parsed dates. + public function __construct($array, $timezone=null) { + + $this->title = $array['title']; + + if (isset($array['allDay'])) { + // allDay has been explicitly specified + $this->allDay = (bool)$array['allDay']; + } + else { + // Guess allDay based off of ISO8601 date strings + $this->allDay = preg_match(self::ALL_DAY_REGEX, $array['start']) && + (!isset($array['end']) || preg_match(self::ALL_DAY_REGEX, $array['end'])); + } + + if ($this->allDay) { + // If dates are allDay, we want to parse them in UTC to avoid DST issues. + $timezone = null; + } + + // Parse dates + $this->start = parseDateTime($array['start'], $timezone); + $this->end = isset($array['end']) ? parseDateTime($array['end'], $timezone) : null; + + // Record misc properties + foreach ($array as $name => $value) { + if (!in_array($name, array('title', 'allDay', 'start', 'end'))) { + $this->properties[$name] = $value; + } + } + } + + + // Returns whether the date range of our event intersects with the given all-day range. + // $rangeStart and $rangeEnd are assumed to be dates in UTC with 00:00:00 time. + public function isWithinDayRange($rangeStart, $rangeEnd) { + + // Normalize our event's dates for comparison with the all-day range. + $eventStart = stripTime($this->start); + $eventEnd = isset($this->end) ? stripTime($this->end) : null; + + if (!$eventEnd) { + // No end time? Only check if the start is within range. + return $eventStart < $rangeEnd && $eventStart >= $rangeStart; + } + else { + // Check if the two ranges intersect. + return $eventStart < $rangeEnd && $eventEnd > $rangeStart; + } + } + + + // Converts this Event object back to a plain data array, to be used for generating JSON + public function toArray() { + + // Start with the misc properties (don't worry, PHP won't affect the original array) + $array = $this->properties; + + $array['title'] = $this->title; + + // Figure out the date format. This essentially encodes allDay into the date string. + if ($this->allDay) { + $format = 'Y-m-d'; // output like "2013-12-29" + } + else { + $format = 'c'; // full ISO8601 output, like "2013-12-29T09:00:00+08:00" + } + + // Serialize dates into strings + $array['start'] = $this->start->format($format); + if (isset($this->end)) { + $array['end'] = $this->end->format($format); + } + + return $array; + } + +} + + +// Date Utilities +//---------------------------------------------------------------------------------------------- + + +// Parses a string into a DateTime object, optionally forced into the given timezone. +function parseDateTime($string, $timezone=null) { + $date = new DateTime( + $string, + $timezone ? $timezone : new DateTimeZone('UTC') + // Used only when the string is ambiguous. + // Ignored if string has a timezone offset in it. + ); + if ($timezone) { + // If our timezone was ignored above, force it. + $date->setTimezone($timezone); + } + return $date; +} + + +// Takes the year/month/date values of the given DateTime and converts them to a new DateTime, +// but in UTC. +function stripTime($datetime) { + return new DateTime($datetime->format('Y-m-d')); +} diff --git a/wwwjuba/app-assets/data/gmaps/foursquare.json b/wwwjuba/app-assets/data/gmaps/foursquare.json new file mode 100644 index 0000000..1339822 --- /dev/null +++ b/wwwjuba/app-assets/data/gmaps/foursquare.json @@ -0,0 +1 @@ +{"venues":[{"id":"52b331da498e25c00246191c","name":"Cevichería Super Ceviche","contact":{},"location":{"lat":-12.058553451600776,"lng":-77.0330945435819,"cc":"PE","country":"Perú","formattedAddress":["Perú"]},"categories":[{"id":"4eb1bfa43b7b52c0e1adc2e8","name":"Peruvian Restaurant","pluralName":"Peruvian Restaurants","shortName":"Peruvian","icon":{"prefix":"https://ss3.4sqi.net/img/categories_v2/food/peruvian_","suffix":".png"},"primary":true}],"verified":false,"stats":{"checkinsCount":7,"usersCount":1,"tipCount":0},"allowMenuUrlEdit":true,"specials":{"count":0,"items":[]},"hereNow":{"count":0,"summary":"Nobody here","groups":[]},"referralId":"v-1464874514","venueChains":[]},{"id":"53ea6a1b498eb1c0147ecc83","name":"ceviche de carretilla @ngel","contact":{},"location":{"lat":-12.033483505249023,"lng":-77.03278350830078,"cc":"PE","country":"Perú","formattedAddress":["Perú"]},"categories":[{"id":"52e81612bcbc57f1066b7a00","name":"Comfort Food Restaurant","pluralName":"Comfort Food Restaurants","shortName":"Comfort Food","icon":{"prefix":"https://ss3.4sqi.net/img/categories_v2/food/default_","suffix":".png"},"primary":true}],"verified":false,"stats":{"checkinsCount":2,"usersCount":2,"tipCount":1},"allowMenuUrlEdit":true,"specials":{"count":0,"items":[]},"hereNow":{"count":0,"summary":"Nobody here","groups":[]},"referralId":"v-1464874514","venueChains":[]},{"id":"4f20aa5de4b0628b53a9d963","name":"Oh! Maki - Ceviche & Sushi Bar","contact":{"phone":"+5112634627","formattedPhone":"+51 1 2634627"},"location":{"address":"Universitaria 770, Lima District 15086","lat":-12.080728942303972,"lng":-77.08191260280462,"cc":"PE","city":"Lima","state":"Lima","country":"Perú","formattedAddress":["Universitaria 770, Lima District 15086","Lima District","Perú"]},"categories":[{"id":"4bf58dd8d48988d1d2941735","name":"Sushi Restaurant","pluralName":"Sushi Restaurants","shortName":"Sushi","icon":{"prefix":"https://ss3.4sqi.net/img/categories_v2/food/sushi_","suffix":".png"},"primary":true}],"verified":false,"stats":{"checkinsCount":1338,"usersCount":500,"tipCount":48},"url":"http://www.oh-maki.com","allowMenuUrlEdit":true,"specials":{"count":0,"items":[]},"hereNow":{"count":0,"summary":"Nobody here","groups":[]},"referralId":"v-1464874514","venueChains":[]},{"id":"51001923e4b0176c76613862","name":"Ceviche de pota - Wilson","contact":{},"location":{"lat":-12.055221,"lng":-77.037577,"cc":"PE","country":"Perú","formattedAddress":["Perú"]},"categories":[{"id":"4bf58dd8d48988d1cb941735","name":"Food Truck","pluralName":"Food Trucks","shortName":"Food Truck","icon":{"prefix":"https://ss3.4sqi.net/img/categories_v2/food/streetfood_","suffix":".png"},"primary":true}],"verified":false,"stats":{"checkinsCount":1,"usersCount":1,"tipCount":0},"allowMenuUrlEdit":true,"specials":{"count":0,"items":[]},"hereNow":{"count":0,"summary":"Nobody here","groups":[]},"referralId":"v-1464874514","venueChains":[]},{"id":"4fa04293e4b0b74f34bc7d56","name":"Ceviche payasito","contact":{},"location":{"lat":-12.118860270010648,"lng":-77.02619523671082,"cc":"PE","country":"Perú","formattedAddress":["Perú"]},"categories":[{"id":"4bf58dd8d48988d1cb941735","name":"Food Truck","pluralName":"Food Trucks","shortName":"Food Truck","icon":{"prefix":"https://ss3.4sqi.net/img/categories_v2/food/streetfood_","suffix":".png"},"primary":true}],"verified":false,"stats":{"checkinsCount":6,"usersCount":4,"tipCount":0},"allowMenuUrlEdit":true,"specials":{"count":0,"items":[]},"hereNow":{"count":0,"summary":"Nobody here","groups":[]},"referralId":"v-1464874514","venueChains":[]},{"id":"53de8662498ec77445dc4794","name":"Ceviche de pota","contact":{},"location":{"address":"Emilio Grec (ex Avenida 2)","lat":-12.024888,"lng":-77.034267,"cc":"PE","country":"Perú","formattedAddress":["Emilio Grec (ex Avenida 2)","Perú"]},"categories":[{"id":"4bf58dd8d48988d1cb941735","name":"Food Truck","pluralName":"Food Trucks","shortName":"Food Truck","icon":{"prefix":"https://ss3.4sqi.net/img/categories_v2/food/streetfood_","suffix":".png"},"primary":true}],"verified":false,"stats":{"checkinsCount":1,"usersCount":1,"tipCount":0},"allowMenuUrlEdit":true,"specials":{"count":0,"items":[]},"hereNow":{"count":0,"summary":"Nobody here","groups":[]},"referralId":"v-1464874514","venueChains":[]},{"id":"4f3aca32e4b053d310e0e398","name":"JW Sushi Ceviche Lounge","contact":{"phone":"+5112177000","formattedPhone":"+51 1 2177000"},"location":{"address":"Malecón de la Reserva, Miraflores 15074","lat":-12.135123470084007,"lng":-77.02726361477528,"cc":"PE","city":"Miraflores","state":"Lima","country":"Perú","formattedAddress":["Malecón de la Reserva, Miraflores 15074","Miraflores","Perú"]},"categories":[{"id":"4bf58dd8d48988d1d2941735","name":"Sushi Restaurant","pluralName":"Sushi Restaurants","shortName":"Sushi","icon":{"prefix":"https://ss3.4sqi.net/img/categories_v2/food/sushi_","suffix":".png"},"primary":true}],"verified":false,"stats":{"checkinsCount":152,"usersCount":69,"tipCount":4},"allowMenuUrlEdit":true,"specials":{"count":0,"items":[]},"hereNow":{"count":0,"summary":"Nobody here","groups":[]},"referralId":"v-1464874514","venueChains":[]},{"id":"56eda88ecd10d9e2508fb63a","name":"Ceviche","contact":{},"location":{"lat":-12.025992,"lng":-77.05356,"cc":"PE","country":"Perú","formattedAddress":["Perú"]},"categories":[{"id":"4bf58dd8d48988d1ce941735","name":"Seafood Restaurant","pluralName":"Seafood Restaurants","shortName":"Seafood","icon":{"prefix":"https://ss3.4sqi.net/img/categories_v2/food/seafood_","suffix":".png"},"primary":true}],"verified":false,"stats":{"checkinsCount":1,"usersCount":1,"tipCount":0},"allowMenuUrlEdit":true,"specials":{"count":0,"items":[]},"hereNow":{"count":0,"summary":"Nobody here","groups":[]},"referralId":"v-1464874514","venueChains":[]},{"id":"566b1844498e28dcd2ca30d3","name":"José Juana #CevicheConSentimiento","contact":{},"location":{"address":"Av. Risso 460","lat":-12.085254968999074,"lng":-77.03163262061291,"cc":"PE","country":"Perú","formattedAddress":["Av. Risso 460","Perú"]},"categories":[{"id":"4bf58dd8d48988d1ce941735","name":"Seafood Restaurant","pluralName":"Seafood Restaurants","shortName":"Seafood","icon":{"prefix":"https://ss3.4sqi.net/img/categories_v2/food/seafood_","suffix":".png"},"primary":true}],"verified":false,"stats":{"checkinsCount":33,"usersCount":19,"tipCount":0},"allowMenuUrlEdit":true,"specials":{"count":0,"items":[]},"hereNow":{"count":0,"summary":"Nobody here","groups":[]},"referralId":"v-1464874514","venueChains":[]},{"id":"50d1fd06e4b032983f93eb9a","name":"Ceviche de Pota - Petronila","contact":{},"location":{"lat":-12.027432,"lng":-76.993001,"cc":"PE","country":"Perú","formattedAddress":["Perú"]},"categories":[{"id":"4bf58dd8d48988d1cb941735","name":"Food Truck","pluralName":"Food Trucks","shortName":"Food Truck","icon":{"prefix":"https://ss3.4sqi.net/img/categories_v2/food/streetfood_","suffix":".png"},"primary":true}],"verified":false,"stats":{"checkinsCount":9,"usersCount":2,"tipCount":0},"allowMenuUrlEdit":true,"specials":{"count":0,"items":[]},"hereNow":{"count":0,"summary":"Nobody here","groups":[]},"referralId":"v-1464874514","venueChains":[]},{"id":"512d0202e4b0b45ad46b6bfb","name":"Ceviche Factory","contact":{},"location":{"lat":-12.086583,"lng":-77.031983,"cc":"PE","country":"Perú","formattedAddress":["Perú"]},"categories":[{"id":"4bf58dd8d48988d1ce941735","name":"Seafood Restaurant","pluralName":"Seafood Restaurants","shortName":"Seafood","icon":{"prefix":"https://ss3.4sqi.net/img/categories_v2/food/seafood_","suffix":".png"},"primary":true}],"verified":false,"stats":{"checkinsCount":4,"usersCount":3,"tipCount":0},"allowMenuUrlEdit":true,"specials":{"count":0,"items":[]},"hereNow":{"count":0,"summary":"Nobody here","groups":[]},"referralId":"v-1464874514","venueChains":[]},{"id":"4d69585a4c4637044c0ea1b3","name":"Ceviche Bar","contact":{},"location":{"address":"Elias Aguirre 369","crossStreet":"Piura","lat":-12.116169681227259,"lng":-77.03486680984497,"postalCode":"LI18","cc":"PE","city":"Miraflores","state":"Lima","country":"Perú","formattedAddress":["Elias Aguirre 369 (Piura)","Miraflores","LI18","Perú"]},"categories":[{"id":"4bf58dd8d48988d1ce941735","name":"Seafood Restaurant","pluralName":"Seafood Restaurants","shortName":"Seafood","icon":{"prefix":"https://ss3.4sqi.net/img/categories_v2/food/seafood_","suffix":".png"},"primary":true}],"verified":false,"stats":{"checkinsCount":450,"usersCount":205,"tipCount":20},"allowMenuUrlEdit":true,"specials":{"count":0,"items":[]},"hereNow":{"count":0,"summary":"Nobody here","groups":[]},"referralId":"v-1464874514","venueChains":[]},{"id":"5197ea9e498e45955a0e8303","name":"Cevichería El Firme","contact":{},"location":{"address":"Jirón Ica 273","crossStreet":"Cayoma","lat":-12.045734494996319,"lng":-77.0328358969584,"cc":"PE","state":"Lima","country":"Perú","formattedAddress":["Jirón Ica 273 (Cayoma)","Perú"]},"categories":[{"id":"4bf58dd8d48988d1ce941735","name":"Seafood Restaurant","pluralName":"Seafood Restaurants","shortName":"Seafood","icon":{"prefix":"https://ss3.4sqi.net/img/categories_v2/food/seafood_","suffix":".png"},"primary":true}],"verified":false,"stats":{"checkinsCount":22,"usersCount":11,"tipCount":3},"allowMenuUrlEdit":true,"specials":{"count":0,"items":[]},"hereNow":{"count":0,"summary":"Nobody here","groups":[]},"referralId":"v-1464874514","venueChains":[]},{"id":"4e330a6f7d8b6946c1ea1133","name":"Cevichería La Bahía","contact":{},"location":{"address":"Jr. Camana 318","lat":-12.046172302466823,"lng":-77.03271567821503,"postalCode":"1","cc":"PE","city":"Cercado de Lima","state":"Lima","country":"Perú","formattedAddress":["Jr. Camana 318","Cercado de Lima","1","Perú"]},"categories":[{"id":"4bf58dd8d48988d1ce941735","name":"Seafood Restaurant","pluralName":"Seafood Restaurants","shortName":"Seafood","icon":{"prefix":"https://ss3.4sqi.net/img/categories_v2/food/seafood_","suffix":".png"},"primary":true}],"verified":false,"stats":{"checkinsCount":23,"usersCount":13,"tipCount":1},"allowMenuUrlEdit":true,"specials":{"count":0,"items":[]},"hereNow":{"count":0,"summary":"Nobody here","groups":[]},"referralId":"v-1464874514","venueChains":[]},{"id":"52b0b2e6498e004fb6cf0539","name":"Cevichería Puerto 260","contact":{"phone":"+5117195698","formattedPhone":"+51 1 7195698"},"location":{"address":"Avenida Abancay 260","lat":-12.048555727241208,"lng":-77.0270611859713,"cc":"PE","city":"Lima","state":"Lima","country":"Perú","formattedAddress":["Avenida Abancay 260","Lima","Perú"]},"categories":[{"id":"4eb1bfa43b7b52c0e1adc2e8","name":"Peruvian Restaurant","pluralName":"Peruvian Restaurants","shortName":"Peruvian","icon":{"prefix":"https://ss3.4sqi.net/img/categories_v2/food/peruvian_","suffix":".png"},"primary":true}],"verified":false,"stats":{"checkinsCount":16,"usersCount":16,"tipCount":1},"url":"http://www.cevicheriapuerto260.es.tl","allowMenuUrlEdit":true,"specials":{"count":0,"items":[]},"hereNow":{"count":0,"summary":"Nobody here","groups":[]},"referralId":"v-1464874514","venueChains":[]},{"id":"5738bf48cd1015663e716914","name":"El Señor Ceviche","contact":{},"location":{"address":"Av. Cesar Vallejo 1633","lat":-12.039849,"lng":-76.99138,"cc":"PE","city":"El Agustino","state":"Lima","country":"Perú","formattedAddress":["Av. Cesar Vallejo 1633","El Agustino","Perú"]},"categories":[{"id":"4bf58dd8d48988d1ce941735","name":"Seafood Restaurant","pluralName":"Seafood Restaurants","shortName":"Seafood","icon":{"prefix":"https://ss3.4sqi.net/img/categories_v2/food/seafood_","suffix":".png"},"primary":true}],"verified":false,"stats":{"checkinsCount":2,"usersCount":2,"tipCount":0},"allowMenuUrlEdit":true,"specials":{"count":0,"items":[]},"hereNow":{"count":0,"summary":"Nobody here","groups":[]},"referralId":"v-1464874514","venueChains":[]},{"id":"50a7e477e4b007904aeeec2e","name":"Cevicheria Fabian","contact":{},"location":{"address":"Jr. Callao 403","crossStreet":"Lima","lat":-12.04440331696166,"lng":-77.03463516635837,"cc":"PE","city":"Lima","state":"Lima","country":"Perú","formattedAddress":["Jr. Callao 403 (Lima)","Lima","Perú"]},"categories":[{"id":"4bf58dd8d48988d1ce941735","name":"Seafood Restaurant","pluralName":"Seafood Restaurants","shortName":"Seafood","icon":{"prefix":"https://ss3.4sqi.net/img/categories_v2/food/seafood_","suffix":".png"},"primary":true}],"verified":false,"stats":{"checkinsCount":3,"usersCount":1,"tipCount":0},"allowMenuUrlEdit":true,"specials":{"count":0,"items":[]},"hereNow":{"count":0,"summary":"Nobody here","groups":[]},"referralId":"v-1464874514","venueChains":[]},{"id":"4e482647c65bd6ffbea8ba4f","name":"Ceviche Conchas Negras","contact":{},"location":{"address":"Av. Risso 539 - Lince","crossStreet":"Av. Militar","lat":-12.095089023032525,"lng":-77.01281159729828,"cc":"PE","city":"Lima","state":"Lima","country":"Perú","formattedAddress":["Av. Risso 539 - Lince (Av. Militar)","Lima","Perú"]},"categories":[],"verified":false,"stats":{"checkinsCount":4,"usersCount":3,"tipCount":0},"specials":{"count":0,"items":[]},"hereNow":{"count":0,"summary":"Nobody here","groups":[]},"referralId":"v-1464874514","venueChains":[]},{"id":"52015bd48bbdf8b4e696c084","name":"Cevichería K-bo Blanco","contact":{},"location":{"address":"Jr. Azángaro 726","crossStreet":"Lima","lat":-12.05223694765955,"lng":-77.03145503997803,"postalCode":"01","cc":"PE","city":"Lima","state":"Lima","country":"Perú","formattedAddress":["Jr. Azángaro 726 (Lima)","Lima","01","Perú"]},"categories":[{"id":"4bf58dd8d48988d1ce941735","name":"Seafood Restaurant","pluralName":"Seafood Restaurants","shortName":"Seafood","icon":{"prefix":"https://ss3.4sqi.net/img/categories_v2/food/seafood_","suffix":".png"},"primary":true}],"verified":false,"stats":{"checkinsCount":13,"usersCount":7,"tipCount":2},"allowMenuUrlEdit":true,"specials":{"count":0,"items":[]},"hereNow":{"count":0,"summary":"Nobody here","groups":[]},"referralId":"v-1464874514","venueChains":[]},{"id":"503ba9a7e4b07c3e08b2890d","name":"Ceviche de callejón xD","contact":{},"location":{"lat":-12.055334,"lng":-77.0814461,"cc":"PE","country":"Perú","formattedAddress":["Perú"]},"categories":[{"id":"4edd64a0c7ddd24ca188df1a","name":"Fish & Chips Shop","pluralName":"Fish & Chips Shops","shortName":"Fish & Chips","icon":{"prefix":"https://ss3.4sqi.net/img/categories_v2/food/fishandchips_","suffix":".png"},"primary":true}],"verified":false,"stats":{"checkinsCount":11,"usersCount":3,"tipCount":0},"allowMenuUrlEdit":true,"specials":{"count":0,"items":[]},"hereNow":{"count":0,"summary":"Nobody here","groups":[]},"referralId":"v-1464874514","venueChains":[]},{"id":"50da0dc4e4b028bbe6c2dda5","name":"Cevicheria Piscis","contact":{},"location":{"lat":-12.04516959001763,"lng":-77.03649625747865,"cc":"PE","country":"Perú","formattedAddress":["Perú"]},"categories":[{"id":"4bf58dd8d48988d1ce941735","name":"Seafood Restaurant","pluralName":"Seafood Restaurants","shortName":"Seafood","icon":{"prefix":"https://ss3.4sqi.net/img/categories_v2/food/seafood_","suffix":".png"},"primary":true}],"verified":false,"stats":{"checkinsCount":2,"usersCount":2,"tipCount":0},"allowMenuUrlEdit":true,"specials":{"count":0,"items":[]},"hereNow":{"count":0,"summary":"Nobody here","groups":[]},"referralId":"v-1464874514","venueChains":[]},{"id":"5249c20d498e4ed36e5da714","name":"Cevichería Cabo Blanco","contact":{},"location":{"lat":-12.051013946533203,"lng":-77.02432250976562,"cc":"PE","country":"Perú","formattedAddress":["Perú"]},"categories":[{"id":"4bf58dd8d48988d1cd941735","name":"South American Restaurant","pluralName":"South American Restaurants","shortName":"South American","icon":{"prefix":"https://ss3.4sqi.net/img/categories_v2/food/argentinian_","suffix":".png"},"primary":true}],"verified":false,"stats":{"checkinsCount":1,"usersCount":1,"tipCount":0},"allowMenuUrlEdit":true,"specials":{"count":0,"items":[]},"hereNow":{"count":0,"summary":"Nobody here","groups":[]},"referralId":"v-1464874514","venueChains":[]},{"id":"5021652de4b0f17f049cf7ca","name":"Ceviche al buen paso","contact":{},"location":{"lat":-12.027588844299316,"lng":-77.08501434326172,"cc":"PE","country":"Perú","formattedAddress":["Perú"]},"categories":[{"id":"4bf58dd8d48988d1ce941735","name":"Seafood Restaurant","pluralName":"Seafood Restaurants","shortName":"Seafood","icon":{"prefix":"https://ss3.4sqi.net/img/categories_v2/food/seafood_","suffix":".png"},"primary":true}],"verified":false,"stats":{"checkinsCount":1,"usersCount":1,"tipCount":0},"allowMenuUrlEdit":true,"specials":{"count":0,"items":[]},"hereNow":{"count":0,"summary":"Nobody here","groups":[]},"referralId":"v-1464874514","venueChains":[]},{"id":"54c674af498ec3e20f715a25","name":"Cevichería Magariño","contact":{},"location":{"lat":-12.036185365308686,"lng":-77.0339829342937,"cc":"PE","country":"Perú","formattedAddress":["Perú"]},"categories":[{"id":"4eb1bfa43b7b52c0e1adc2e8","name":"Peruvian Restaurant","pluralName":"Peruvian Restaurants","shortName":"Peruvian","icon":{"prefix":"https://ss3.4sqi.net/img/categories_v2/food/peruvian_","suffix":".png"},"primary":true}],"verified":false,"stats":{"checkinsCount":2,"usersCount":2,"tipCount":0},"allowMenuUrlEdit":true,"specials":{"count":0,"items":[]},"hereNow":{"count":0,"summary":"Nobody here","groups":[]},"referralId":"v-1464874514","venueChains":[]},{"id":"4f218c9ce4b08ed6b586b85e","name":"Ceviche Pedrito","contact":{},"location":{"address":"Junin y Castilla!","lat":-12.08183830473782,"lng":-77.07276212817077,"cc":"PE","country":"Perú","formattedAddress":["Junin y Castilla!","Perú"]},"categories":[{"id":"4eb1bfa43b7b52c0e1adc2e8","name":"Peruvian Restaurant","pluralName":"Peruvian Restaurants","shortName":"Peruvian","icon":{"prefix":"https://ss3.4sqi.net/img/categories_v2/food/peruvian_","suffix":".png"},"primary":true}],"verified":false,"stats":{"checkinsCount":39,"usersCount":31,"tipCount":1},"allowMenuUrlEdit":true,"specials":{"count":0,"items":[]},"hereNow":{"count":0,"summary":"Nobody here","groups":[]},"referralId":"v-1464874514","venueChains":[]},{"id":"5335aa5a498eb6f118ca1c19","name":"Ceviche Movil \"El Tiburon\"","contact":{},"location":{"lat":-11.990018844604492,"lng":-77.06237030029297,"cc":"PE","country":"Perú","formattedAddress":["Perú"]},"categories":[{"id":"4bf58dd8d48988d1ce941735","name":"Seafood Restaurant","pluralName":"Seafood Restaurants","shortName":"Seafood","icon":{"prefix":"https://ss3.4sqi.net/img/categories_v2/food/seafood_","suffix":".png"},"primary":true}],"verified":false,"stats":{"checkinsCount":1,"usersCount":1,"tipCount":0},"allowMenuUrlEdit":true,"specials":{"count":0,"items":[]},"hereNow":{"count":0,"summary":"Nobody here","groups":[]},"referralId":"v-1464874514","venueChains":[]},{"id":"52ee8c46498e90aea62fe657","name":"Ceviche Loco","contact":{},"location":{"lat":-12.098509788513184,"lng":-77.0627212524414,"cc":"PE","country":"Perú","formattedAddress":["Perú"]},"categories":[{"id":"4bf58dd8d48988d1ce941735","name":"Seafood Restaurant","pluralName":"Seafood Restaurants","shortName":"Seafood","icon":{"prefix":"https://ss3.4sqi.net/img/categories_v2/food/seafood_","suffix":".png"},"primary":true}],"verified":false,"stats":{"checkinsCount":2,"usersCount":2,"tipCount":0},"allowMenuUrlEdit":true,"specials":{"count":0,"items":[]},"hereNow":{"count":0,"summary":"Nobody here","groups":[]},"referralId":"v-1464874514","venueChains":[]},{"id":"4bc7546a0050b713c07ab83b","name":"Cevicheria Picanteria El Paisa","contact":{},"location":{"address":"Jr.Apurimac 259","lat":-12.05154165,"lng":-77.03292341,"cc":"PE","state":"Lima","country":"Perú","formattedAddress":["Jr.Apurimac 259","Perú"]},"categories":[{"id":"4bf58dd8d48988d1be941735","name":"Latin American Restaurant","pluralName":"Latin American Restaurants","shortName":"Latin American","icon":{"prefix":"https://ss3.4sqi.net/img/categories_v2/food/latinamerican_","suffix":".png"},"primary":true}],"verified":false,"stats":{"checkinsCount":150,"usersCount":116,"tipCount":15},"allowMenuUrlEdit":true,"specials":{"count":0,"items":[]},"hereNow":{"count":0,"summary":"Nobody here","groups":[]},"referralId":"v-1464874514","venueChains":[]},{"id":"50a7b1a6e4b01c67631fcc1b","name":"Cevicheria \"Los Tumbesinos\"","contact":{},"location":{"lat":-12.033714228390009,"lng":-77.04255163362976,"cc":"PE","country":"Perú","formattedAddress":["Perú"]},"categories":[{"id":"4bf58dd8d48988d1ce941735","name":"Seafood Restaurant","pluralName":"Seafood Restaurants","shortName":"Seafood","icon":{"prefix":"https://ss3.4sqi.net/img/categories_v2/food/seafood_","suffix":".png"},"primary":true}],"verified":false,"stats":{"checkinsCount":11,"usersCount":9,"tipCount":0},"allowMenuUrlEdit":true,"specials":{"count":0,"items":[]},"hereNow":{"count":0,"summary":"Nobody here","groups":[]},"referralId":"v-1464874514","venueChains":[]},{"id":"52641bd7498ea0cd43c46d11","name":"Cevichería El Pulpito","contact":{},"location":{"lat":-12.054739842080673,"lng":-77.0198578740869,"cc":"PE","country":"Perú","formattedAddress":["Perú"]},"categories":[{"id":"4bf58dd8d48988d1ce941735","name":"Seafood Restaurant","pluralName":"Seafood Restaurants","shortName":"Seafood","icon":{"prefix":"https://ss3.4sqi.net/img/categories_v2/food/seafood_","suffix":".png"},"primary":true}],"verified":false,"stats":{"checkinsCount":8,"usersCount":7,"tipCount":1},"allowMenuUrlEdit":true,"specials":{"count":0,"items":[]},"hereNow":{"count":0,"summary":"Nobody here","groups":[]},"referralId":"v-1464874514","venueChains":[]}],"geocode":{"what":"","where":"lima pe","feature":{"cc":"PE","name":"Lima","displayName":"Lima, Peru","matchedName":"Lima, PE","highlightedName":"Lima, PE","woeType":7,"slug":"lima","id":"geonameid:3936456","longId":"72057594041864392","geometry":{"center":{"lat":-12.04318,"lng":-77.02824},"bounds":{"ne":{"lat":-11.656775003499892,"lng":-76.62062601154459},"sw":{"lat":-12.512180998561522,"lng":-77.20014996416089}}}},"parents":[]}} \ No newline at end of file diff --git a/wwwjuba/app-assets/data/locales/de.json b/wwwjuba/app-assets/data/locales/de.json new file mode 100644 index 0000000..fca8aef --- /dev/null +++ b/wwwjuba/app-assets/data/locales/de.json @@ -0,0 +1,119 @@ +{ + "Dashboard": "Instrumententafel", + "Analytics": "Analytics", + "eCommerce": "eCommerce", + "Email": "Email", + "Chat": "Plaudern", + "Todo": "Machen", + "Calender": "Kalander", + "Ecommerce": "E-Commerce", + "Shop": "Geschäft", + "Wish List": "Wunschzettel", + "Checkout": "Auschecken", + "Starter kit": "Starter-Kit", + "1 column": "1 Spalte", + "2 columns": "2 Spalten", + "Fixed navbar": "Feste Navigationsleiste", + "Floating navbar": "Schwimmende Navigationsleiste", + "Fixed layout": "Festes Layout", + "Static layout": "Statisches Layout", + "Dark layout": "Dunkles Layout", + "Light layout": "Helles Layout", + "Data List": "Datenliste", + "List View": "Listenansicht", + "Thumb View": "Daumenansicht", + "Content": "Inhalt", + "Grid": "Gitter", + "Typography": "Typografie", + "Text Utilities": "Textdienstprogramme", + "Syntax Highlighter": "Syntax Textmarker", + "Helper Classes": "Hilfsklassen", + "Colors": "Farben", + "Icons": "Icons", + "Feather": "Feder", + "Font Awesome": "Guss Ehrfürchtig", + "Card": "Karte", + "Basic": "Basic", + "Advance": "Voraus", + "Statistics": "Statistiken", + "Card Actions": "Kartenaktionen", + "Table": "Tabelle", + "Datatable": "Datentabelle", + "Components": "Komponenten", + "Alerts": "Warnungen", + "Buttons": "Tasten", + "Breadcrumbs": "Semmelbrösel", + "Carousel": "Karussell", + "Collapse": "Zusammenbruch", + "Dropdowns": "Dropdowns", + "List Group": "Listengruppe", + "Modals": "Modals", + "Pagination": "Seitennummerierung", + "Navs Component": "Navs-Komponente", + "Navbar": "Navbar", + "Tabs Component": "Registerkarten-Komponente", + "Pills Component": "Pillenkomponente", + "Tooltips": "Tooltips", + "Popovers": "Popovers", + "Badges": "Abzeichen", + "Pill Badges": "Pillenabzeichen", + "Progress": "Fortschritt", + "Media Objects": "Medienobjekte", + "Spinner": "Spinner", + "Toasts": "Toast", + "Extra Components": "Zusätzliche Komponenten", + "Avatar": "Benutzerbild", + "Chips": "Chips", + "Divider": "Teiler", + "Form Elements": "Formularelemente", + "Select": "Wählen", + "Switch": "Schalter", + "Checkbox": "Kontrollkästchen", + "Radio": "Radio", + "Input": "Eingang", + "Input Groups": "Eingabegruppen", + "Number Input": "Zahleneingabe", + "Textarea": "Textarea", + "Date & Time Picker": "Datums- und Uhrzeitauswahl", + "Form Layout": "Formularlayout", + "Form Wizard": "Formzauberer", + "Form Validation": "Formularvalidierung", + "Authentication": "Authentifizierung", + "Login": "Anmeldung", + "Register": "Registrieren", + "Forgot Password": "Passwort vergessen", + "Reset Password": "Passwort zurücksetzen", + "Lock Screen": "Bildschirm sperren", + "Coming Soon": "Demnächst", + "Error": "Error", + "404": "404", + "500": "500", + "Not Authorized": "Nicht berechtigt", + "Maintenance": "Instandhaltung", + "Profile": "Profil", + "FAQ": "FAQ", + "Knowledge Base": "Wissensbasis", + "Search": "Suche", + "Invoice": "Rechnung", + "Charts": "Diagramme", + "Apex": "Apex", + "Chartjs": "Chartjs", + "Echarts": "Echarts", + "Google Maps": "Google Maps", + "Sweet Alert": "Süßer Alarm", + "Toastr": "Toastr", + "NoUi Slider": "NoUi Slider", + "File Uploader": "Datei-Uploader", + "Quill Editor": "Quill Editor", + "Drag & Drop": "Ziehen und loslassen", + "Tour": "Tour", + "Clipboard": "Zwischenablage", + "Context Menu": "Kontextmenü", + "l18n": "18n", + "Menu Levels": "Menüebenen", + "Second Level": "zweites Level", + "Third Level": "Drittes Level", + "Disabled Menu": "Deaktiviertes Menü", + "Documentation": "Dokumentation", + "Raise Support": "Unterstützung erhöhen" +} diff --git a/wwwjuba/app-assets/data/locales/en.json b/wwwjuba/app-assets/data/locales/en.json new file mode 100644 index 0000000..eec6ad2 --- /dev/null +++ b/wwwjuba/app-assets/data/locales/en.json @@ -0,0 +1,119 @@ +{ + "Dashboard": "Dashboard", + "Analytics": "Analytics", + "eCommerce": "eCommerce", + "Email": "Email", + "Chat": "Chat", + "Todo": "Todo", + "Calender": "Calender", + "Ecommerce": "Ecommerce", + "Shop": "Shop", + "Wish List": "Wish List", + "Checkout": "Checkout", + "Starter kit": "Starter kit", + "1 column": "1 column", + "2 columns": "2 columns", + "Fixed navbar": "Fixed navbar", + "Floating navbar": "Floating navbar", + "Fixed layout": "Fixed layout", + "Static layout": "Static layout", + "Dark layout": "Dark layout", + "Light layout": "Light layout", + "Data List": "Data List", + "List View": "List View", + "Thumb View": "Thumb View", + "Content": "Content", + "Grid": "Grid", + "Typography": "Typography", + "Text Utilities": "Text Utilities", + "Syntax Highlighter": "Syntax Highlighter", + "Helper Classes": "Helper Classes", + "Colors": "Colors", + "Icons": "Icons", + "Feather": "Feather", + "Font Awesome": "Font Awesome", + "Card": "Card", + "Basic": "Basic", + "Advance": "Advance", + "Statistics": "Statistics", + "Card Actions": "Card Actions", + "Table": "Table", + "Datatable": "Datatable", + "Components": "Components", + "Alerts": "Alerts", + "Buttons": "Buttons", + "Breadcrumbs": "Breadcrumbs", + "Carousel": "Carousel", + "Collapse": "Collapse", + "Dropdowns": "Dropdowns", + "List Group": "List Group", + "Modals": "Modals", + "Pagination": "Pagination", + "Navs Component": "Navs Component", + "Navbar": "Navbar", + "Tabs Component": "Tabs Component", + "Pills Component": "Pills Component", + "Tooltips": "Tooltips", + "Popovers": "Popovers", + "Badges": "Badges", + "Pill Badges": "Pill Badges", + "Progress": "Progress", + "Media Objects": "Media Objects", + "Spinner": "Spinner", + "Toasts": "Toasts", + "Extra Components": "Extra Components", + "Avatar": "Avatar", + "Chips": "Chips", + "Divider": "Divider", + "Form Elements": "Form Elements", + "Select": "Select", + "Switch": "Switch", + "Checkbox": "Checkbox", + "Radio": "Radio", + "Input": "Input", + "Input Groups": "Input Groups", + "Number Input": "Number Input", + "Textarea": "Textarea", + "Date & Time Picker": "Date & Time Picker", + "Form Layout": "Form Layout", + "Form Wizard": "Form Wizard", + "Form Validation": "Form Validation", + "Authentication": "Authentication", + "Login": "Login", + "Register": "Register", + "Forgot Password": "Forgot Password", + "Reset Password": "Reset Password", + "Lock Screen": "Lock Screen", + "Coming Soon": "Coming Soon", + "Error": "Error", + "404": "404", + "500": "500", + "Not Authorized": "Not Authorized", + "Maintenance": "Maintenance", + "Profile": "Profile", + "FAQ": "FAQ", + "Knowledge Base": "Knowledge Base", + "Search": "Search", + "Invoice": "Invoice", + "Charts": "Charts", + "Apex": "Apex", + "Chartjs": "Chartjs", + "Echarts": "Echarts", + "Google Maps": "Google Maps", + "Sweet Alert": "Sweet Alert", + "Toastr": "Toastr", + "NoUi Slider": "NoUi Slider", + "File Uploader": "File Uploader", + "Quill Editor": "Quill Editor", + "Drag & Drop": "Drag & Drop", + "Tour": "Tour", + "Clipboard": "Clipboard", + "Context Menu": "Context Menu", + "l18n": "l18n", + "Menu Levels": "Menu Levels", + "Second Level": "Second Level", + "Third Level": "Third Level", + "Disabled Menu": "Disabled Menu", + "Documentation": "Documentation", + "Raise Support": "Raise Support" +} diff --git a/wwwjuba/app-assets/data/locales/fr.json b/wwwjuba/app-assets/data/locales/fr.json new file mode 100644 index 0000000..5899859 --- /dev/null +++ b/wwwjuba/app-assets/data/locales/fr.json @@ -0,0 +1,119 @@ +{ + "Dashboard": "Tableau de bord", + "Analytics": "Analytique", + "eCommerce": "commerce électronique", + "Email": "Email", + "Chat": "Bavarder", + "Todo": "Faire", + "Calender": "Calandre", + "Ecommerce": "Commerce électronique", + "Shop": "Boutique", + "Wish List": "Liste de souhaits", + "Checkout": "Check-out", + "Starter kit": "Kit de démarrage", + "1 column": "1 colonne", + "2 columns": "2 colonnes", + "Fixed navbar": "Barre de navigation fixe", + "Floating navbar": "Barre de navigation flottante", + "Fixed layout": "Mise en page fixe", + "Static layout": "Disposition statique", + "Dark layout": "Mise en page sombre", + "Light layout": "Mise en lumière", + "Data List": "Liste de données", + "List View": "Voir la liste", + "Thumb View": "Thumb View", + "Content": "Contenu", + "Grid": "la grille", + "Typography": "Typographie", + "Text Utilities": "Utilitaires de texte", + "Syntax Highlighter": "Surligneur de syntaxe", + "Helper Classes": "Classes d'assistance", + "Colors": "Couleurs", + "Icons": "Les icônes", + "Feather": "Plume", + "Font Awesome": "Police géniale", + "Card": "Carte", + "Basic": "De base", + "Advance": "Avance", + "Statistics": "Statistiques", + "Card Actions": "Actions de carte", + "Table": "Table", + "Datatable": "Datatable", + "Components": "Composants", + "Alerts": "Les alertes", + "Buttons": "Boutons", + "Breadcrumbs": "Chapelure", + "Carousel": "Carrousel", + "Collapse": "Effondrer", + "Dropdowns": "Des listes déroulantes", + "List Group": "Groupe de liste", + "Modals": "Modaux", + "Pagination": "Pagination", + "Navs Component": "Composante navs", + "Navbar": "Barre de navigation", + "Tabs Component": "Composant Onglets", + "Pills Component": "Composant pilules", + "Tooltips": "Info-bulles", + "Popovers": "popovers", + "Badges": "Insignes", + "Pill Badges": "Insignes de pilule", + "Progress": "Le progrès", + "Media Objects": "Objets multimédia", + "Spinner": "Fileur", + "Toasts": "Toasts", + "Extra Components": "Composants Extra", + "Avatar": "Avatar", + "Chips": "chips", + "Divider": "Diviseur", + "Form Elements": "Éléments de formulaire", + "Select": "Sélectionner", + "Switch": "Commutateur", + "Checkbox": "Case à cocher", + "Radio": "Radio", + "Input": "Contribution", + "Input Groups": "Groupes d'entrées", + "Number Input": "Nombre d'entrée", + "Textarea": "Textarea", + "Date & Time Picker": "Sélecteur de date et heure", + "Form Layout": "Disposition de formulaire", + "Form Wizard": "Assistant de formulaire", + "Form Validation": "Validation du formulaire", + "Authentication": "Authentification", + "Login": "S'identifier", + "Register": "registre", + "Forgot Password": "Mot de passe oublié", + "Reset Password": "réinitialiser le mot de passe", + "Lock Screen": "Écran verrouillé", + "Coming Soon": "Arrive bientôt", + "Error": "Erreur", + "404": "404", + "500": "500", + "Not Authorized": "Pas autorisé", + "Maintenance": "Entretien", + "Profile": "Profil", + "FAQ": "FAQ", + "Knowledge Base": "Base de connaissances", + "Search": "Chercher", + "Invoice": "Facture d'achat", + "Charts": "Graphiques", + "Apex": "Sommet", + "Chartjs": "Chartjs", + "Echarts": "Echarts", + "Google Maps": "Google Maps", + "Sweet Alert": "Douce alerte", + "Toastr": "Toastr", + "NoUi Slider": "NoUi Slider", + "File Uploader": "Chargeur de fichiers", + "Quill Editor": "Éditeur de piquants", + "Drag & Drop": "Drag & Drop", + "Tour": "Tour", + "Clipboard": "Presse-papiers", + "Context Menu": "Menu contextuel", + "l18n": "l18n", + "Menu Levels": "Niveaux de menu", + "Second Level": "Deuxième niveau", + "Third Level": "Troisième niveau", + "Disabled Menu": "Menu désactivé", + "Documentation": "Documentation", + "Raise Support": "Augmenter le soutien" +} diff --git a/wwwjuba/app-assets/data/locales/pt.json b/wwwjuba/app-assets/data/locales/pt.json new file mode 100644 index 0000000..fb31cd1 --- /dev/null +++ b/wwwjuba/app-assets/data/locales/pt.json @@ -0,0 +1,119 @@ +{ + "Dashboard": "painel de controle", + "Analytics": "Analytics", + "eCommerce": "comércio eletrônico", + "Email": "O email", + "Chat": "Bate-papo", + "Todo": "Façam", + "Calender": "Calendário", + "Ecommerce": "Comércio eletrônico", + "Shop": "fazer compras", + "Wish List": "Lista de Desejos", + "Checkout": "Confira", + "Starter kit": "Kit iniciante", + "1 column": "1 coluna", + "2 columns": "2 colunas", + "Fixed navbar": "Navbar fixa", + "Floating navbar": "Navbar flutuante", + "Fixed layout": "Layout fixo", + "Static layout": "Layout estático", + "Dark layout": "Layout escuro", + "Light layout": "Layout de luz", + "Data List": "Lista de dados", + "List View": "Exibição de lista", + "Thumb View": "Thumb View", + "Content": "Conteúdo", + "Grid": "Grade", + "Typography": "Tipografia", + "Text Utilities": "Utilitários de texto", + "Syntax Highlighter": "Marcador de sintaxe", + "Helper Classes": "Classes Auxiliares", + "Colors": "Cores", + "Icons": "Ícones", + "Feather": "Pena", + "Font Awesome": "Fonte Incrível", + "Card": "Cartão", + "Basic": "Basic", + "Advance": "Avançar", + "Statistics": "Estatisticas", + "Card Actions": "Ações do Cartão", + "Table": "Mesa", + "Datatable": "Tabela de dados", + "Components": "Componentes", + "Alerts": "Alertas", + "Buttons": "Botões", + "Breadcrumbs": "Pão ralado", + "Carousel": "Carrossel", + "Collapse": "Colapso", + "Dropdowns": "Dropdowns", + "List Group": "Grupo de listas", + "Modals": "Modais", + "Pagination": "Paginação", + "Navs Component": "Componente Navs", + "Navbar": "Navbar", + "Tabs Component": "Componente de guias", + "Pills Component": "Componente de comprimidos", + "Tooltips": "Dicas de ferramentas", + "Popovers": "Popovers", + "Badges": "Distintivos", + "Pill Badges": "Emblemas de pílula", + "Progress": "Progresso", + "Media Objects": "Objetos de Mídia", + "Spinner": "Girador", + "Toasts": "Torradas", + "Extra Components": "Componentes extras", + "Avatar": "Avatar", + "Chips": "Salgadinhos", + "Divider": "Divisor", + "Form Elements": "Elementos do formulário", + "Select": "Selecione", + "Switch": "Interruptor", + "Checkbox": "Caixa de seleção", + "Radio": "Rádio", + "Input": "Entrada", + "Input Groups": "Grupos de entrada", + "Number Input": "Entrada numérica", + "Textarea": "Textarea", + "Date & Time Picker": "Selecionador de data e hora", + "Form Layout": "Layout de formulário", + "Form Wizard": "Assistente de Formulário", + "Form Validation": "Validação de Formulário", + "Authentication": "Autenticação", + "Login": "Entrar", + "Register": "registo", + "Forgot Password": "Esqueceu a senha", + "Reset Password": "Redefinir Senha", + "Lock Screen": "Tela de bloqueio", + "Coming Soon": "Em breve", + "Error": "Erro", + "404": "404", + "500": "500", + "Not Authorized": "Não autorizado", + "Maintenance": "Manutenção", + "Profile": "Perfil", + "FAQ": "Perguntas frequentes", + "Knowledge Base": "Base de Conhecimento", + "Search": "Procurar", + "Invoice": "Fatura", + "Charts": "Gráficos", + "Apex": "Ápice", + "Chartjs": "Chartjs", + "Echarts": "Echarts", + "Google Maps": "Google Maps", + "Sweet Alert": "Alerta doce", + "Toastr": "Toastr", + "NoUi Slider": "NoUi Slider", + "File Uploader": "Uploader de arquivos", + "Quill Editor": "Editor de pena", + "Drag & Drop": "Arraste e solte", + "Tour": "Tour", + "Clipboard": "Prancheta", + "Context Menu": "Menu contextual", + "l18n": "l18n", + "Menu Levels": "Níveis de Menu", + "Second Level": "Segundo nível", + "Third Level": "Terceiro nivel", + "Disabled Menu": "Menu desativado", + "Documentation": "Documentação", + "Raise Support": "Levantar Suporte" +} diff --git a/wwwjuba/app-assets/data/nba.json b/wwwjuba/app-assets/data/nba.json new file mode 100644 index 0000000..bbebfca --- /dev/null +++ b/wwwjuba/app-assets/data/nba.json @@ -0,0 +1 @@ +[{ "team": "Boston Celtics" },{ "team": "Dallas Mavericks" },{ "team": "Brooklyn Nets" },{ "team": "Houston Rockets" },{ "team": "New York Knicks" },{ "team": "Memphis Grizzlies" },{ "team": "Philadelphia 76ers" },{ "team": "New Orleans Hornets" },{ "team": "Toronto Raptors" },{ "team": "San Antonio Spurs" },{ "team": "Chicago Bulls" },{ "team": "Denver Nuggets" },{ "team": "Cleveland Cavaliers" },{ "team": "Minnesota Timberwolves" },{ "team": "Detroit Pistons" },{ "team": "Portland Trail Blazers" },{ "team": "Indiana Pacers" },{ "team": "Oklahoma City Thunder" },{ "team": "Milwaukee Bucks" },{ "team": "Utah Jazz" },{ "team": "Atlanta Hawks" },{ "team": "Golden State Warriors" },{ "team": "Charlotte Bobcats" },{ "team": "Los Angeles Clippers" },{ "team": "Miami Heat" },{ "team": "Los Angeles Lakers" },{ "team": "Orlando Magic" },{ "team": "Phoenix Suns" },{ "team": "Washington Wizards" },{ "team": "Sacramento Kings" }] diff --git a/wwwjuba/app-assets/data/nfl.json b/wwwjuba/app-assets/data/nfl.json new file mode 100644 index 0000000..cd7144f --- /dev/null +++ b/wwwjuba/app-assets/data/nfl.json @@ -0,0 +1,34 @@ +[ +{ "team": "San Francisco 49ers" }, +{ "team": "Chicago Bears" }, +{ "team": "Cincinnati Bengals" }, +{ "team": "Buffalo Bills" }, +{ "team": "Denver Broncos" }, +{ "team": "Cleveland Browns" }, +{ "team": "Tampa Bay Buccaneers" }, +{ "team": "Arizona Cardinals" }, +{ "team": "San Diego Chargers" }, +{ "team": "Kansas City Chiefs" }, +{ "team": "Indianapolis Colts" }, +{ "team": "Dallas Cowboys" }, +{ "team": "Miami Dolphins" }, +{ "team": "Philadelphia Eagles" }, +{ "team": "Atlanta Falcons" }, +{ "team": "New York Giants" }, +{ "team": "Jacksonville Jaguars" }, +{ "team": "New York Jets" }, +{ "team": "Detroit Lions" }, +{ "team": "Green Bay Packers" }, +{ "team": "Carolina Panthers" }, +{ "team": "New England Patriots" }, +{ "team": "Oakland Raiders" }, +{ "team": "St.Louis Rams" }, +{ "team": "Baltimore Ravens" }, +{ "team": "Washington Redskins" }, +{ "team": "New Orlean Saints" }, +{ "team": "Seattle Seahawks" }, +{ "team": "Pittsburgh Steelers" }, +{ "team": "Houston Texans" }, +{ "team": "Tennesse Titans" }, +{ "team": "Minnesota Viking" } +] diff --git a/wwwjuba/app-assets/data/nhl.json b/wwwjuba/app-assets/data/nhl.json new file mode 100644 index 0000000..f748f6f --- /dev/null +++ b/wwwjuba/app-assets/data/nhl.json @@ -0,0 +1 @@ +[{ "team": "New Jersey Devils" },{ "team": "New York Islanders" },{ "team": "New York Rangers" },{ "team": "Philadelphia Flyers" },{ "team": "Pittsburgh Penguins" },{ "team": "Chicago Blackhawks" },{ "team": "Columbus Blue Jackets" },{ "team": "Detroit Red Wings" },{ "team": "Nashville Predators" },{ "team": "St. Louis Blues" },{ "team": "Boston Bruins" },{ "team": "Buffalo Sabres" },{ "team": "Montreal Canadiens" },{ "team": "Ottawa Senators" },{ "team": "Toronto Maple Leafs" },{ "team": "Calgary Flames" },{ "team": "Colorado Avalanche" },{ "team": "Edmonton Oilers" },{ "team": "Minnesota Wild" },{ "team": "Vancouver Canucks" },{ "team": "Carolina Hurricanes" },{ "team": "Florida Panthers" },{ "team": "Tampa Bay Lightning" },{ "team": "Washington Capitals" },{ "team": "Winnipeg Jets" },{ "team": "Anaheim Ducks" },{ "team": "Dallas Stars" },{ "team": "Los Angeles Kings" },{ "team": "Phoenix Coyotes" },{ "team": "San Jose Sharks" }] diff --git a/wwwjuba/app-assets/data/repos.json b/wwwjuba/app-assets/data/repos.json new file mode 100644 index 0000000..e10be5e --- /dev/null +++ b/wwwjuba/app-assets/data/repos.json @@ -0,0 +1,1093 @@ +[ + { + "name": "typeahead.js", + "description": "A fast and fully-featured autocomplete library", + "language": "JavaScript", + "value": "typeahead.js", + "tokens": [ + "typeahead.js", + "JavaScript" + ] + }, + { + "name": "cassandra", + "description": "A Ruby client for the Cassandra distributed database", + "language": "Ruby", + "value": "cassandra", + "tokens": [ + "cassandra", + "Ruby" + ] + }, + { + "name": "hadoop-lzo", + "description": "Refactored version of code.google.com/hadoop-gpl-compression for hadoop 0.20", + "language": "Shell", + "value": "hadoop-lzo", + "tokens": [ + "hadoop", + "lzo", + "Shell", + "hadoop-lzo" + ] + }, + { + "name": "scribe", + "description": "A Ruby client library for Scribe", + "language": "Ruby", + "value": "scribe", + "tokens": [ + "scribe", + "Ruby" + ] + }, + { + "name": "thrift_client", + "description": "A Thrift client wrapper that encapsulates some common failover behavior", + "language": "Ruby", + "value": "thrift_client", + "tokens": [ + "thrift", + "client", + "Ruby", + "thrift_client" + ] + }, + { + "name": "mustache.js", + "description": "Minimal templating with {{mustaches}} in JavaScript", + "language": "JavaScript", + "value": "mustache.js", + "tokens": [ + "mustache.js", + "JavaScript" + ] + }, + { + "name": "grabby-hands", + "description": "A JVM Kestrel client that aggregates queues from multiple servers. Implemented in Scala with Java bindings. In use at Twitter for all JVM Search and Streaming Kestrel interactions.", + "language": "Scala", + "value": "grabby-hands", + "tokens": [ + "grabby", + "hands", + "Scala", + "grabby-hands" + ] + }, + { + "name": "gizzard", + "description": "A flexible sharding framework for creating eventually-consistent distributed datastores", + "language": "Scala", + "value": "gizzard", + "tokens": [ + "gizzard", + "Scala" + ] + }, + { + "name": "thrift", + "description": "Twitter's out-of-date, forked thrift", + "language": "C++", + "value": "thrift", + "tokens": [ + "thrift", + "C++" + ] + }, + { + "name": "flockdb", + "description": "A distributed, fault-tolerant graph database", + "language": "Scala", + "value": "flockdb", + "tokens": [ + "flockdb", + "Scala" + ] + }, + { + "name": "flockdb-client", + "description": "A Ruby client library for FlockDB", + "language": "Ruby", + "value": "flockdb-client", + "tokens": [ + "flockdb", + "client", + "Ruby", + "flockdb-client" + ] + }, + { + "name": "standard-project", + "description": "A slightly more standard sbt project plugin library ", + "language": "Scala", + "value": "standard-project", + "tokens": [ + "standard", + "project", + "Scala", + "standard-project" + ] + }, + { + "name": "snowflake", + "description": "Snowflake is a network service for generating unique ID numbers at high scale with some simple guarantees.", + "language": "Scala", + "value": "snowflake", + "tokens": [ + "snowflake", + "Scala" + ] + }, + { + "name": "haplocheirus", + "description": "A Redis-backed storage engine for timelines", + "language": "Scala", + "value": "haplocheirus", + "tokens": [ + "haplocheirus", + "Scala" + ] + }, + { + "name": "gizzmo", + "description": "A command-line client for Gizzard", + "language": "Ruby", + "value": "gizzmo", + "tokens": [ + "gizzmo", + "Ruby" + ] + }, + { + "name": "scala-zookeeper-client", + "description": "A Scala client library for ZooKeeper", + "language": "Scala", + "value": "scala-zookeeper-client", + "tokens": [ + "scala", + "zookeeper", + "client", + "Scala", + "scala-zookeeper-client" + ] + }, + { + "name": "rpc-client", + "description": "A scala library that encapsulates RPC communications.", + "language": "Scala", + "value": "rpc-client", + "tokens": [ + "rpc", + "client", + "Scala", + "rpc-client" + ] + }, + { + "name": "twitcher", + "description": "A tool for executing scripts when ZooKeeper nodes change.", + "language": "Python", + "value": "twitcher", + "tokens": [ + "twitcher", + "Python" + ] + }, + { + "name": "killdeer", + "description": "Killdeer is a simple server for replaying a sample of responses to sythentically recreate production response characteristics.", + "language": "Scala", + "value": "killdeer", + "tokens": [ + "killdeer", + "Scala" + ] + }, + { + "name": "ostrich", + "description": "A stats collector & reporter for Scala servers", + "language": "Scala", + "value": "ostrich", + "tokens": [ + "ostrich", + "Scala" + ] + }, + { + "name": "rubyenterpriseedition187-248", + "description": "Twitter's updates to Ruby Enterprise Edition, itself based on MRI 1.8.7-p248", + "language": "Ruby", + "value": "rubyenterpriseedition187-248", + "tokens": [ + "rubyenterpriseedition187", + "248", + "Ruby", + "rubyenterpriseedition187-248" + ] + }, + { + "name": "scala_school", + "description": "Lessons in the Fundamentals of Scala", + "language": "Scala", + "value": "scala_school", + "tokens": [ + "scala", + "school", + "Scala", + "scala_school" + ] + }, + { + "name": "querulous", + "description": "An agreeable way to talk to your database", + "language": "Scala", + "value": "querulous", + "tokens": [ + "querulous", + "Scala" + ] + }, + { + "name": "xrayspecs", + "description": "extensions to scala specs", + "language": "Scala", + "value": "xrayspecs", + "tokens": [ + "xrayspecs", + "Scala" + ] + }, + { + "name": "kestrel-client", + "description": "A Kestrel client library for Ruby", + "language": "Ruby", + "value": "kestrel-client", + "tokens": [ + "kestrel", + "client", + "Ruby", + "kestrel-client" + ] + }, + { + "name": "finagle", + "description": "A fault tolerant, protocol-agnostic RPC system", + "language": "Scala", + "value": "finagle", + "tokens": [ + "finagle", + "Scala" + ] + }, + { + "name": "naggati2", + "description": "Protocol builder for netty using scala", + "language": "Scala", + "value": "naggati2", + "tokens": [ + "naggati2", + "Scala" + ] + }, + { + "name": "twitter-text-conformance", + "description": "Conformance testing data for the twitter-text-* repositories", + "language": null, + "value": "twitter-text-conformance", + "tokens": [ + "twitter", + "text", + "conformance", + "twitter-text-conformance" + ] + }, + { + "name": "twitter-text-rb", + "description": "A library that does auto linking and extraction of usernames, lists and hashtags in tweets", + "language": "Ruby", + "value": "twitter-text-rb", + "tokens": [ + "twitter", + "text", + "rb", + "Ruby", + "twitter-text-rb" + ] + }, + { + "name": "twitter-text-java", + "description": "A Java implementation of Twitter's text processing library", + "language": "Java", + "value": "twitter-text-java", + "tokens": [ + "twitter", + "text", + "java", + "Java", + "twitter-text-java" + ] + }, + { + "name": "twitter-text-js", + "description": "A JavaScript implementation of Twitter's text processing library", + "language": "JavaScript", + "value": "twitter-text-js", + "tokens": [ + "twitter", + "text", + "js", + "JavaScript", + "twitter-text-js" + ] + }, + { + "name": "joauth", + "description": "A Scala library for authenticating HTTP Requests using OAuth", + "language": "Scala", + "value": "joauth", + "tokens": [ + "joauth", + "Scala" + ] + }, + { + "name": "schmemcached", + "description": "A prototype implementation of a Memcached client & server in Scala using Finagle", + "language": "Scala", + "value": "schmemcached", + "tokens": [ + "schmemcached", + "Scala" + ] + }, + { + "name": "chainsaw", + "description": "A thin Scala wrapper for SLF4J", + "language": "Scala", + "value": "chainsaw", + "tokens": [ + "chainsaw", + "Scala" + ] + }, + { + "name": "streamyj", + "description": "Scala sugar for the Jackson JSON parser", + "language": "Scala", + "value": "streamyj", + "tokens": [ + "streamyj", + "Scala" + ] + }, + { + "name": "cloudhopper-commons-util", + "description": "The ch-commons-util package contains common utility classes for Cloudhopper-based Java projects.", + "language": "Java", + "value": "cloudhopper-commons-util", + "tokens": [ + "cloudhopper", + "commons", + "util", + "Java", + "cloudhopper-commons-util" + ] + }, + { + "name": "twitter.github.com", + "description": "A listing of open source efforts at Twitter on GitHub", + "language": "JavaScript", + "value": "twitter.github.com", + "tokens": [ + "twitter.github.com", + "JavaScript" + ] + }, + { + "name": "time_constants", + "description": "Time constants, in seconds, so you don't have to use slow ActiveSupport helpers", + "language": "Ruby", + "value": "time_constants", + "tokens": [ + "time", + "constants", + "Ruby", + "time_constants" + ] + }, + { + "name": "commons", + "description": "Twitter common libraries for python and the JVM", + "language": "Java", + "value": "commons", + "tokens": [ + "commons", + "Java" + ] + }, + { + "name": "scala-bootstrapper", + "description": "initial setup for a scala library or server, using sbt", + "language": "Ruby", + "value": "scala-bootstrapper", + "tokens": [ + "scala", + "bootstrapper", + "Ruby", + "scala-bootstrapper" + ] + }, + { + "name": "sbt-thrift", + "description": "sbt rules for generating source stubs out of thrift IDLs, for java & scala", + "language": "Ruby", + "value": "sbt-thrift", + "tokens": [ + "sbt", + "thrift", + "Ruby", + "sbt-thrift" + ] + }, + { + "name": "cloudhopper-smpp", + "description": "Efficient, scalable, and flexible Java implementation of the Short Messaging Peer to Peer Protocol (SMPP)", + "language": "Java", + "value": "cloudhopper-smpp", + "tokens": [ + "cloudhopper", + "smpp", + "Java", + "cloudhopper-smpp" + ] + }, + { + "name": "cloudhopper-commons-charset", + "description": "Java utility classes for converting between charsets (mostly \"mobile\" in nature) such as Unicode to GSM-7/GSM-8 and vice versa.", + "language": "Java", + "value": "cloudhopper-commons-charset", + "tokens": [ + "cloudhopper", + "commons", + "charset", + "Java", + "cloudhopper-commons-charset" + ] + }, + { + "name": "cloudhopper-commons-gsm", + "description": "Java utility classes for working with GSM mobile technologies such as SMS and MMS.", + "language": "Java", + "value": "cloudhopper-commons-gsm", + "tokens": [ + "cloudhopper", + "commons", + "gsm", + "Java", + "cloudhopper-commons-gsm" + ] + }, + { + "name": "util", + "description": "Wonderful reusable code from Twitter", + "language": "Scala", + "value": "util", + "tokens": [ + "util", + "Scala" + ] + }, + { + "name": "Rowz", + "description": "A sample gizzard application", + "language": "Scala", + "value": "Rowz", + "tokens": [ + "rowz", + "Scala" + ] + }, + { + "name": "scala-json", + "description": "Scala JSON toolkit. Originally from the Odersky \"Stairway\" Book, tightened up and tests added by Twitter", + "language": "Scala", + "value": "scala-json", + "tokens": [ + "scala", + "json", + "Scala", + "scala-json" + ] + }, + { + "name": "twui", + "description": "A UI framework for Mac based on Core Animation", + "language": "Objective-C", + "value": "twui", + "tokens": [ + "twui", + "Objective-C" + ] + }, + { + "name": "bootstrap", + "description": "Sleek, intuitive, and powerful front-end framework for faster and easier web development.", + "language": "JavaScript", + "value": "bootstrap", + "tokens": [ + "bootstrap", + "JavaScript" + ] + }, + { + "name": "scrooge-runtime", + "description": "Runtime classes for scrooge-generated Thrift code", + "language": "Scala", + "value": "scrooge-runtime", + "tokens": [ + "scrooge", + "runtime", + "Scala", + "scrooge-runtime" + ] + }, + { + "name": "sbt-scrooge", + "description": "An SBT plugin that adds a mixin for doing Thrift code auto-generation during your compile phase", + "language": "Scala", + "value": "sbt-scrooge", + "tokens": [ + "sbt", + "scrooge", + "Scala", + "sbt-scrooge" + ] + }, + { + "name": "scrooge", + "description": "A Thrift generator for Scala", + "language": "Scala", + "value": "scrooge", + "tokens": [ + "scrooge", + "Scala" + ] + }, + { + "name": "webrat", + "description": "Webrat - Ruby Acceptance Testing for Web applications", + "language": "Ruby", + "value": "webrat", + "tokens": [ + "webrat", + "Ruby" + ] + }, + { + "name": "twemperf", + "description": "A tool for measuring memcached server performance", + "language": "C", + "value": "twemperf", + "tokens": [ + "twemperf", + "C" + ] + }, + { + "name": "pycascading", + "description": "A Python wrapper for Cascading", + "language": "Python", + "value": "pycascading", + "tokens": [ + "pycascading", + "Python" + ] + }, + { + "name": "hogan.js", + "description": "A compiler for the Mustache templating language", + "language": "JavaScript", + "value": "hogan.js", + "tokens": [ + "hogan.js", + "JavaScript" + ] + }, + { + "name": "mysql", + "description": "MySQL fork maintained and used at Twitter", + "language": "C", + "value": "mysql", + "tokens": [ + "mysql", + "C" + ] + }, + { + "name": "scalding", + "description": "A Scala API for Cascading", + "language": "Scala", + "value": "scalding", + "tokens": [ + "scalding", + "Scala" + ] + }, + { + "name": "cassie", + "description": "A Scala client for Cassandra", + "language": "Scala", + "value": "cassie", + "tokens": [ + "cassie", + "Scala" + ] + }, + { + "name": "effectivescala", + "description": "Twitter's Effective Scala Guide", + "language": "Shell", + "value": "effectivescala", + "tokens": [ + "effectivescala", + "Shell" + ] + }, + { + "name": "twitterActors", + "description": "Improved Scala actors library; used internally at Twitter", + "language": "Scala", + "value": "twitterActors", + "tokens": [ + "twitteractors", + "Scala" + ] + }, + { + "name": "mahout", + "description": "Twitter's fork of Apache Mahout (we intend to push changes upstream)", + "language": "Java", + "value": "mahout", + "tokens": [ + "mahout", + "Java" + ] + }, + { + "name": "cassovary", + "description": "Cassovary is a simple big graph processing library for the JVM", + "language": "Scala", + "value": "cassovary", + "tokens": [ + "cassovary", + "Scala" + ] + }, + { + "name": "twemproxy", + "description": "A fast, light-weight proxy for memcached and redis", + "language": "C", + "value": "twemproxy", + "tokens": [ + "twemproxy", + "C" + ] + }, + { + "name": "jvmgcprof", + "description": "A simple utility for profile allocation and garbage collection activity in the JVM", + "language": "C", + "value": "jvmgcprof", + "tokens": [ + "jvmgcprof", + "C" + ] + }, + { + "name": "twitter-cldr-rb", + "description": "Ruby implementation of the ICU (International Components for Unicode) that uses the Common Locale Data Repository to format dates, plurals, and more.", + "language": "Ruby", + "value": "twitter-cldr-rb", + "tokens": [ + "twitter", + "cldr", + "rb", + "Ruby", + "twitter-cldr-rb" + ] + }, + { + "name": "bootstrap-server", + "description": "The node server that powers the bootstrap customize page", + "language": "JavaScript", + "value": "bootstrap-server", + "tokens": [ + "bootstrap", + "server", + "JavaScript", + "bootstrap-server" + ] + }, + { + "name": "sbt-package-dist", + "description": "sbt 11 plugin codifying best practices for building, packaging, and publishing", + "language": "Scala", + "value": "sbt-package-dist", + "tokens": [ + "sbt", + "package", + "dist", + "Scala", + "sbt-package-dist" + ] + }, + { + "name": "ospriet", + "description": "An example audience moderation app built on Twitter", + "language": "JavaScript", + "value": "ospriet", + "tokens": [ + "ospriet", + "JavaScript" + ] + }, + { + "name": "innovators-patent-agreement", + "description": "Innovators Patent Agreement (IPA)", + "language": null, + "value": "innovators-patent-agreement", + "tokens": [ + "innovators", + "patent", + "agreement", + "innovators-patent-agreement" + ] + }, + { + "name": "recess", + "description": "A simple and attractive code quality tool for CSS built on top of LESS", + "language": "JavaScript", + "value": "recess", + "tokens": [ + "recess", + "JavaScript" + ] + }, + { + "name": "ambrose", + "description": "A platform for visualization and real-time monitoring of data workflows", + "language": "JavaScript", + "value": "ambrose", + "tokens": [ + "ambrose", + "JavaScript" + ] + }, + { + "name": "twitter-text-objc", + "description": "An Objective-C implementation of Twitter's text processing library", + "language": "Objective-C", + "value": "twitter-text-objc", + "tokens": [ + "twitter", + "text", + "objc", + "Objective-C", + "twitter-text-objc" + ] + }, + { + "name": "activerecord-reputation-system", + "description": "An Active Record Reputation System for Rails", + "language": "Ruby", + "value": "activerecord-reputation-system", + "tokens": [ + "activerecord", + "reputation", + "system", + "Ruby", + "activerecord-reputation-system" + ] + }, + { + "name": "twitter4j", + "description": "Twitter4J is an open-sourced, mavenized and Google App Engine safe Java library for the Twitter API which is released under the APL 2.0.", + "language": "Java", + "value": "twitter4j", + "tokens": [ + "twitter4j", + "Java" + ] + }, + { + "name": "zipkin", + "description": "Zipkin is a distributed tracing system", + "language": "Scala", + "value": "zipkin", + "tokens": [ + "zipkin", + "Scala" + ] + }, + { + "name": "elephant-twin", + "description": "Elephant Twin is a framework for creating indexes in Hadoop", + "language": "Java", + "value": "elephant-twin", + "tokens": [ + "elephant", + "twin", + "Java", + "elephant-twin" + ] + }, + { + "name": "elephant-twin-lzo", + "description": "Elephant Twin LZO uses Elephant Twin to create LZO block indexes", + "language": "Java", + "value": "elephant-twin-lzo", + "tokens": [ + "elephant", + "twin", + "lzo", + "Java", + "elephant-twin-lzo" + ] + }, + { + "name": "iago", + "description": "A load generator, built for engineers", + "language": "Scala", + "value": "iago", + "tokens": [ + "iago", + "Scala" + ] + }, + { + "name": "twemcache", + "description": "Twemcache is the Twitter Memcached", + "language": "C", + "value": "twemcache", + "tokens": [ + "twemcache", + "C" + ] + }, + { + "name": "twitter-cldr-js", + "description": "JavaScript implementation of the ICU (International Components for Unicode) that uses the Common Locale Data Repository to format dates, plurals, and more. Based on twitter-cldr-rb.", + "language": "JavaScript", + "value": "twitter-cldr-js", + "tokens": [ + "twitter", + "cldr", + "js", + "JavaScript", + "twitter-cldr-js" + ] + }, + { + "name": "algebird", + "description": "Abstract Algebra for Scala", + "language": "Scala", + "value": "algebird", + "tokens": [ + "algebird", + "Scala" + ] + }, + { + "name": "hdfs-du", + "description": "Visualize your HDFS cluster usage", + "language": "JavaScript", + "value": "hdfs-du", + "tokens": [ + "hdfs", + "du", + "JavaScript", + "hdfs-du" + ] + }, + { + "name": "clockworkraven", + "description": "Human-Powered Data Analysis with Mechanical Turk", + "language": "Ruby", + "value": "clockworkraven", + "tokens": [ + "clockworkraven", + "Ruby" + ] + }, + { + "name": "jerkson", + "description": "The Scala applewood bacon to Jackson's chicken breast: JSON cordon bleu.", + "language": "Scala", + "value": "jerkson", + "tokens": [ + "jerkson", + "Scala" + ] + }, + { + "name": "bower-server", + "description": "The Bower Server", + "language": "Ruby", + "value": "bower-server", + "tokens": [ + "bower", + "server", + "Ruby", + "bower-server" + ] + }, + { + "name": "bower", + "description": "A package manager for the web", + "language": "JavaScript", + "value": "bower", + "tokens": [ + "bower", + "JavaScript" + ] + }, + { + "name": "twitter-cldr-npm", + "description": "TwitterCldr npm package", + "language": "JavaScript", + "value": "twitter-cldr-npm", + "tokens": [ + "twitter", + "cldr", + "npm", + "JavaScript", + "twitter-cldr-npm" + ] + }, + { + "name": "tormenta", + "description": "Scala extensions for Storm", + "language": "Scala", + "value": "tormenta", + "tokens": [ + "tormenta", + "Scala" + ] + }, + { + "name": "sprockets-commonjs-twitter", + "description": "Adds CommonJS support to Sprockets", + "language": "JavaScript", + "value": "sprockets-commonjs-twitter", + "tokens": [ + "sprockets", + "commonjs", + "twitter", + "JavaScript", + "sprockets-commonjs-twitter" + ] + }, + { + "name": "scalding-commons", + "description": "Common extensions to the Scalding MapReduce DSL.", + "language": "Scala", + "value": "scalding-commons", + "tokens": [ + "scalding", + "commons", + "Scala", + "scalding-commons" + ] + }, + { + "name": "captured", + "description": "Quick screen capture sharing utility for Mac OS X.", + "language": "Ruby", + "value": "captured", + "tokens": [ + "captured", + "Ruby" + ] + }, + { + "name": "chill", + "description": "Scala extensions for the Kryo serialization library", + "language": "Scala", + "value": "chill", + "tokens": [ + "chill", + "Scala" + ] + }, + { + "name": "bookkeeper", + "description": "Twitter's fork of Apache BookKeeper (will push changes upstream eventually)", + "language": "Java", + "value": "bookkeeper", + "tokens": [ + "bookkeeper", + "Java" + ] + }, + { + "name": "secureheaders", + "description": "Security related headers all in one gem", + "language": "Ruby", + "value": "secureheaders", + "tokens": [ + "secureheaders", + "Ruby" + ] + }, + { + "name": "RTLtextarea", + "description": "Automatically detects RTL and configures a text input", + "language": "JavaScript", + "value": "RTLtextarea", + "tokens": [ + "rtltextarea", + "JavaScript" + ] + }, + { + "name": "bijection", + "description": "Reversible conversions between types", + "language": "Scala", + "value": "bijection", + "tokens": [ + "bijection", + "Scala" + ] + }, + { + "name": "fatcache", + "description": "Memcache on SSD", + "language": "C", + "value": "fatcache", + "tokens": [ + "fatcache", + "C" + ] + }, + { + "name": "rails", + "description": "Ruby on Rails", + "language": "Ruby", + "value": "rails", + "tokens": [ + "rails", + "Ruby" + ] + }, + { + "name": "flight", + "description": "A lightweight, component-based JavaScript framework", + "language": "JavaScript", + "value": "flight", + "tokens": [ + "flight", + "JavaScript" + ] + } +] diff --git a/wwwjuba/app-assets/data/starter-list.json b/wwwjuba/app-assets/data/starter-list.json new file mode 100644 index 0000000..47db0a7 --- /dev/null +++ b/wwwjuba/app-assets/data/starter-list.json @@ -0,0 +1,10 @@ +{ + "listItems": [ + {"name":"1-Column", "url":"sk-layout-1-column.html","icon":"feather icon-file-text"}, + {"name":"2-Columns", "url":"sk-layout-2-columns.html","icon":"feather icon-sidebar"}, + {"name":"Fixed Navbar", "url":"sk-layout-fixed-navbar.html","icon":"feather icon-credit-card"}, + {"name":"Floating Navbar", "url":"sk-layout-floating-navbar.html","icon":"feather icon-server"}, + {"name":"Fixed Layout", "url":"sk-layout-fixed.html","icon":"feather icon-layout"}, + {"name":"Static Layout", "url":"sk-layout-static.html","icon":"feather icon-sliders"} + ] +} diff --git a/wwwjuba/app-assets/data/template-list.json b/wwwjuba/app-assets/data/template-list.json new file mode 100644 index 0000000..df129c7 --- /dev/null +++ b/wwwjuba/app-assets/data/template-list.json @@ -0,0 +1,96 @@ +{ + "listItems": [ + {"name":"Analytics Dashboard", "url":"dashboard-analytics.html","icon":"feather icon-home"}, + {"name":"eCommerce Dashboard", "url":"dashboard-ecommerce.html","icon":"feather icon-home"}, + {"name":"Email", "url":"app-email.html","icon":"feather icon-mail"}, + {"name":"Chat", "url":"app-chat.html","icon":"feather icon-message-square"}, + {"name":"Todo", "url":"app-todo.html","icon":"feather icon-check-square"}, + {"name":"Calender", "url":"app-calender.html","icon":"feather icon-calendar"}, + {"name":"Shop Ecommerce", "url":"app-ecommerce-shop.html","icon":"feather icon-shopping-cart"}, + {"name":"Wish List", "url":"app-ecommerce-wishlist.html","icon":"feather icon-heart"}, + {"name":"Checkout", "url":"app-ecommerce-checkout.html","icon":"feather icon-credit-card"}, + {"name":"Data List - List View", "url":"data-list-view.html","icon":"feather icon-list"}, + {"name":"Data List - Thumb View", "url":"data-thumb-view.html","icon":"feather icon-image"}, + {"name":"Content - Grid", "url":"content-grid.html","icon":"feather icon-grid"}, + {"name":"Content - Typography", "url":"content-typography.html","icon":"feather icon-type"}, + {"name":"Content - Text Utilities", "url":"content-text-utilities.html","icon":"feather icon-type"}, + {"name":"Content - Syntax Highlighter", "url":"content-syntax-highlighter.html","icon":"feather icon-hash"}, + {"name":"Content - Helper Classes", "url":"content-helper-classes.html","icon":"feather icon-help-circle"}, + {"name":"Colors", "url":"colors.html","icon":"feather icon-feather"}, + {"name":"Feather Icon", "url":"icons-feather.html","icon":"feather icon-feather"}, + {"name":"Font Awesome Icon", "url":"icons-font-awesome.html","icon":"feather icon-wind"}, + {"name":"Card Basic", "url":"card-basic.html","icon":"feather icon-square"}, + {"name":"Card Advance", "url":"card-advance.html","icon":"feather icon-tablet"}, + {"name":"Card Statistics", "url":"card-statistics.html","icon":"feather icon-smartphone"}, + {"name":"Card Analytics", "url":"card-analytics.html","icon":"feather icon-bar-chart-2"}, + {"name":"Card Actions", "url":"card-actions.html","icon":"feather icon-airplay"}, + {"name":"Table", "url":"table.html","icon":"feather icon-grid"}, + {"name":"Datatable", "url":"table-datatable.html","icon":"feather icon-grid"}, + {"name":"Alerts Component", "url":"component-alerts.html","icon":"feather icon-info"}, + {"name":"Buttons Component", "url":"component-buttons-basic.html","icon":"feather icon-inbox"}, + {"name":"Breadcrumbs Component", "url":"component-breadcrumbs.html","icon":"feather icon-more-horizontal"}, + {"name":"Carousel Component", "url":"component-carousel.html","icon":"feather icon-map"}, + {"name":"Collapse Component", "url":"component-collapse.html","icon":"feather icon-minimize"}, + {"name":"Dropdowns Component", "url":"component-dropdowns.html","icon":"feather icon-inbox"}, + {"name":"List Group Component", "url":"component-list-group.html","icon":"feather icon-layers"}, + {"name":"Modals Component", "url":"component-modals.html","icon":"feather icon-maximize-2"}, + {"name":"Pagination Component", "url":"component-pagination.html","icon":"feather icon-chevrons-right"}, + {"name":"Navs Component", "url":"component-navs-component.html","icon":"feather icon-more-vertical"}, + {"name":"Navbar Component", "url":"component-navbar.html","icon":"feather icon-more-horizontal"}, + {"name":"Tabs Component", "url":"component-tabs-component.html","icon":"feather icon-server"}, + {"name":"Pills Component", "url":"component-pills-component.html","icon":"feather icon-toggle-right"}, + {"name":"Tooltips Component", "url":"component-tooltips.html","icon":"feather icon-message-circle"}, + {"name":"Popovers Component", "url":"component-popovers.html","icon":"feather icon-message-circle"}, + {"name":"Badges Component", "url":"component-badges.html","icon":"feather icon-circle"}, + {"name":"Pill Badges Component", "url":"component-pill-badges.html","icon":"feather icon-circle"}, + {"name":"Progress Component", "url":"component-progress.html","icon":"feather icon-server"}, + {"name":"Media Objects Component", "url":"component-media-objects.html","icon":"feather icon-image"}, + {"name":"Spinner Component", "url":"component-spinner.html","icon":"feather icon-sun"}, + {"name":"Toasts Component", "url":"component-bs-toast.html","icon":"feather icon-triangle"}, + {"name":"Avatar", "url":"ex-component-avatar.html","icon":"feather icon-user"}, + {"name":"Chips", "url":"ex-component-chips.html","icon":"feather icon-octagon"}, + {"name":"Divider", "url":"ex-component-divider.html","icon":"feather icon-minus"}, + {"name":"Select Form Element", "url":"form-select.html","icon":"feather icon-server"}, + {"name":"Switch Form Element", "url":"form-switch.html","icon":"feather icon-toggle-left"}, + {"name":"Checkbox Form Element", "url":"form-checkbox.html","icon":"feather icon-check-square"}, + {"name":"Radio Form Element", "url":"form-radio.html","icon":"feather icon-stop-circle"}, + {"name":"Input Form Element", "url":"form-inputs.html","icon":"feather icon-server"}, + {"name":"Input Groups Form Element", "url":"form-input-groups.html","icon":"feather icon-package"}, + {"name":"Number Input Form Element", "url":"form-number-input.html","icon":"feather icon-plus"}, + {"name":"Textarea Form Element", "url":"form-textarea.html","icon":"feather icon-edit-2"}, + {"name":"Date & Time Picker Form Element", "url":"form-date-time-picker.html","icon":"feather icon-calendar"}, + {"name":"Form Layout", "url":"form-layout.html","icon":"feather icon-layout"}, + {"name":"Form Wizard", "url":"form-wizard.html","icon":"feather icon-sliders"}, + {"name":"Form Validation", "url":"form-validation.html","icon":"feather icon-thumbs-up"}, + {"name":"Login Page", "url":"auth-login.html","icon":"feather icon-log-in"}, + {"name":"Register Page", "url":"auth-register.html","icon":"feather icon-user-plus"}, + {"name":"Forgot Password Page", "url":"auth-forgot-password.html","icon":"feather icon-crosshair"}, + {"name":"Reset Password Page", "url":"auth-reset-password.html","icon":"feather icon-trending-up"}, + {"name":"Lock Screen Page", "url":"auth-lock-screen.html","icon":"feather icon-lock"}, + {"name":"Coming Soon Page", "url":"page-coming-soon.html","icon":"feather icon-watch"}, + {"name":"404 Page", "url":"error-404.html","icon":"feather icon-alert-triangle"}, + {"name":"500 Page", "url":"error-500.html","icon":"feather icon-alert-octagon"}, + {"name":"Not Authorized Page", "url":"page-not-authorized.html","icon":"feather icon-user-x"}, + {"name":"Maintenance Page", "url":"page-maintenance.html","icon":"feather icon-aperture"}, + {"name":"Profile Page", "url":"page-user-profile.html","icon":"feather icon-users"}, + {"name":"User Settings", "url":"page-user-settings.html","icon":"feather icon-settings"}, + {"name":"FAQ Page", "url":"page-faq.html","icon":"feather icon-zap"}, + {"name":"Knowledge Base Page", "url":"page-knowledge-base.html","icon":"feather icon-align-left"}, + {"name":"Search Page", "url":"page-search.html","icon":"feather icon-search"}, + {"name":"Invoice Page", "url":"page-invoice.html","icon":"feather icon-file-text"}, + {"name":"Apex Chart", "url":"chart-apex.html","icon":"feather icon-bar-chart"}, + {"name":"Chartjs Chart", "url":"chart-chartjs.html","icon":"feather icon-activity"}, + {"name":"Echarts Chart", "url":"chart-echarts.html","icon":"feather icon-pie-chart"}, + {"name":"Google Maps", "url":"maps-google.html","icon":"feather icon-map-pin"}, + {"name":"Sweet Alert", "url":"ext-component-sweet-alerts.html","icon":"feather icon-alert-triangle"}, + {"name":"Toastr", "url":"ext-component-toastr.html","icon":"feather icon-credit-card"}, + {"name":"NoUi Slider", "url":"ext-component-noui-slider.html","icon":"feather icon-sliders"}, + {"name":"File Uploader", "url":"ext-component-file-uploader.html","icon":"feather icon-upload"}, + {"name":"Quill Editor", "url":"ext-component-quill-editor.html","icon":"feather icon-edit-3"}, + {"name":"Drag & Drop", "url":"ext-component-drag-drop.html","icon":"feather icon-move"}, + {"name":"Tour", "url":"ext-component-tour.html","icon":"feather icon-airplay"}, + {"name":"Clipboard", "url":"ext-component-clipboard.html","icon":"feather icon-clipboard"}, + {"name":"Context Menu", "url":"ext-component-context-menu.html","icon":"feather icon-menu"}, + {"name":"l18n", "url":"ext-component-i18n.html","icon":"feather icon-radio"} + ] +} diff --git a/wwwjuba/assets/fonts/feather.eot b/wwwjuba/app-assets/fonts/feather/fonts/feather.eot similarity index 100% rename from wwwjuba/assets/fonts/feather.eot rename to wwwjuba/app-assets/fonts/feather/fonts/feather.eot diff --git a/wwwjuba/assets/fonts/feather.svg b/wwwjuba/app-assets/fonts/feather/fonts/feather.svg similarity index 99% rename from wwwjuba/assets/fonts/feather.svg rename to wwwjuba/app-assets/fonts/feather/fonts/feather.svg index 5dda143..a8d5fdf 100644 --- a/wwwjuba/assets/fonts/feather.svg +++ b/wwwjuba/app-assets/fonts/feather/fonts/feather.svg @@ -1,849 +1,849 @@ - - - - - -Created by iconfont - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + +Created by iconfont + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/assets/fonts/feather.ttf b/wwwjuba/app-assets/fonts/feather/fonts/feather.ttf similarity index 100% rename from wwwjuba/assets/fonts/feather.ttf rename to wwwjuba/app-assets/fonts/feather/fonts/feather.ttf diff --git a/wwwjuba/assets/fonts/feather.woff b/wwwjuba/app-assets/fonts/feather/fonts/feather.woff similarity index 100% rename from wwwjuba/assets/fonts/feather.woff rename to wwwjuba/app-assets/fonts/feather/fonts/feather.woff diff --git a/wwwjuba/app-assets/fonts/feather/iconfont.css b/wwwjuba/app-assets/fonts/feather/iconfont.css new file mode 100644 index 0000000..a496faf --- /dev/null +++ b/wwwjuba/app-assets/fonts/feather/iconfont.css @@ -0,0 +1,568 @@ + +@font-face { + font-family: "feather"; + src: url('fonts/feather.eot?t=1525787366991'); /* IE9*/ + src: url('fonts/feather.eot?t=1525787366991#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('fonts/feather.woff?t=1525787366991') format('woff'), /* chrome, firefox */ + url('fonts/feather.ttf?t=1525787366991') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ + url('fonts/feather.svg?t=1525787366991#feather') format('svg'); /* iOS 4.1- */ +} + +.feather { + /* use !important to prevent issues with browser extensions that change fonts */ + font-family: 'feather' !important; + speak: none; + font-style: normal; + font-weight: normal; + font-variant: normal; + text-transform: none; + line-height: 1; + + /* Better Font Rendering =========== */ + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +.icon-alert-octagon:before { content: "\e81b"; } + +.icon-alert-circle:before { content: "\e81c"; } + +.icon-activity:before { content: "\e81d"; } + +.icon-alert-triangle:before { content: "\e81e"; } + +.icon-align-center:before { content: "\e81f"; } + +.icon-airplay:before { content: "\e820"; } + +.icon-align-justify:before { content: "\e821"; } + +.icon-align-left:before { content: "\e822"; } + +.icon-align-right:before { content: "\e823"; } + +.icon-arrow-down-left:before { content: "\e824"; } + +.icon-arrow-down-right:before { content: "\e825"; } + +.icon-anchor:before { content: "\e826"; } + +.icon-aperture:before { content: "\e827"; } + +.icon-arrow-left:before { content: "\e828"; } + +.icon-arrow-right:before { content: "\e829"; } + +.icon-arrow-down:before { content: "\e82a"; } + +.icon-arrow-up-left:before { content: "\e82b"; } + +.icon-arrow-up-right:before { content: "\e82c"; } + +.icon-arrow-up:before { content: "\e82d"; } + +.icon-award:before { content: "\e82e"; } + +.icon-bar-chart:before { content: "\e82f"; } + +.icon-at-sign:before { content: "\e830"; } + +.icon-bar-chart-2:before { content: "\e831"; } + +.icon-battery-charging:before { content: "\e832"; } + +.icon-bell-off:before { content: "\e833"; } + +.icon-battery:before { content: "\e834"; } + +.icon-bluetooth:before { content: "\e835"; } + +.icon-bell:before { content: "\e836"; } + +.icon-book:before { content: "\e837"; } + +.icon-briefcase:before { content: "\e838"; } + +.icon-camera-off:before { content: "\e839"; } + +.icon-calendar:before { content: "\e83a"; } + +.icon-bookmark:before { content: "\e83b"; } + +.icon-box:before { content: "\e83c"; } + +.icon-camera:before { content: "\e83d"; } + +.icon-check-circle:before { content: "\e83e"; } + +.icon-check:before { content: "\e83f"; } + +.icon-check-square:before { content: "\e840"; } + +.icon-cast:before { content: "\e841"; } + +.icon-chevron-down:before { content: "\e842"; } + +.icon-chevron-left:before { content: "\e843"; } + +.icon-chevron-right:before { content: "\e844"; } + +.icon-chevron-up:before { content: "\e845"; } + +.icon-chevrons-down:before { content: "\e846"; } + +.icon-chevrons-right:before { content: "\e847"; } + +.icon-chevrons-up:before { content: "\e848"; } + +.icon-chevrons-left:before { content: "\e849"; } + +.icon-circle:before { content: "\e84a"; } + +.icon-clipboard:before { content: "\e84b"; } + +.icon-chrome:before { content: "\e84c"; } + +.icon-clock:before { content: "\e84d"; } + +.icon-cloud-lightning:before { content: "\e84e"; } + +.icon-cloud-drizzle:before { content: "\e84f"; } + +.icon-cloud-rain:before { content: "\e850"; } + +.icon-cloud-off:before { content: "\e851"; } + +.icon-codepen:before { content: "\e852"; } + +.icon-cloud-snow:before { content: "\e853"; } + +.icon-compass:before { content: "\e854"; } + +.icon-copy:before { content: "\e855"; } + +.icon-corner-down-right:before { content: "\e856"; } + +.icon-corner-down-left:before { content: "\e857"; } + +.icon-corner-left-down:before { content: "\e858"; } + +.icon-corner-left-up:before { content: "\e859"; } + +.icon-corner-up-left:before { content: "\e85a"; } + +.icon-corner-up-right:before { content: "\e85b"; } + +.icon-corner-right-down:before { content: "\e85c"; } + +.icon-corner-right-up:before { content: "\e85d"; } + +.icon-cpu:before { content: "\e85e"; } + +.icon-credit-card:before { content: "\e85f"; } + +.icon-crosshair:before { content: "\e860"; } + +.icon-disc:before { content: "\e861"; } + +.icon-delete:before { content: "\e862"; } + +.icon-download-cloud:before { content: "\e863"; } + +.icon-download:before { content: "\e864"; } + +.icon-droplet:before { content: "\e865"; } + +.icon-edit-2:before { content: "\e866"; } + +.icon-edit:before { content: "\e867"; } + +.icon-edit-1:before { content: "\e868"; } + +.icon-external-link:before { content: "\e869"; } + +.icon-eye:before { content: "\e86a"; } + +.icon-feather:before { content: "\e86b"; } + +.icon-facebook:before { content: "\e86c"; } + +.icon-file-minus:before { content: "\e86d"; } + +.icon-eye-off:before { content: "\e86e"; } + +.icon-fast-forward:before { content: "\e86f"; } + +.icon-file-text:before { content: "\e870"; } + +.icon-film:before { content: "\e871"; } + +.icon-file:before { content: "\e872"; } + +.icon-file-plus:before { content: "\e873"; } + +.icon-folder:before { content: "\e874"; } + +.icon-filter:before { content: "\e875"; } + +.icon-flag:before { content: "\e876"; } + +.icon-globe:before { content: "\e877"; } + +.icon-grid:before { content: "\e878"; } + +.icon-heart:before { content: "\e879"; } + +.icon-home:before { content: "\e87a"; } + +.icon-github:before { content: "\e87b"; } + +.icon-image:before { content: "\e87c"; } + +.icon-inbox:before { content: "\e87d"; } + +.icon-layers:before { content: "\e87e"; } + +.icon-info:before { content: "\e87f"; } + +.icon-instagram:before { content: "\e880"; } + +.icon-layout:before { content: "\e881"; } + +.icon-link-2:before { content: "\e882"; } + +.icon-life-buoy:before { content: "\e883"; } + +.icon-link:before { content: "\e884"; } + +.icon-log-in:before { content: "\e885"; } + +.icon-list:before { content: "\e886"; } + +.icon-lock:before { content: "\e887"; } + +.icon-log-out:before { content: "\e888"; } + +.icon-loader:before { content: "\e889"; } + +.icon-mail:before { content: "\e88a"; } + +.icon-maximize-2:before { content: "\e88b"; } + +.icon-map:before { content: "\e88c"; } + +.icon-map-pin:before { content: "\e88e"; } + +.icon-menu:before { content: "\e88f"; } + +.icon-message-circle:before { content: "\e890"; } + +.icon-message-square:before { content: "\e891"; } + +.icon-minimize-2:before { content: "\e892"; } + +.icon-mic-off:before { content: "\e893"; } + +.icon-minus-circle:before { content: "\e894"; } + +.icon-mic:before { content: "\e895"; } + +.icon-minus-square:before { content: "\e896"; } + +.icon-minus:before { content: "\e897"; } + +.icon-moon:before { content: "\e898"; } + +.icon-monitor:before { content: "\e899"; } + +.icon-more-vertical:before { content: "\e89a"; } + +.icon-more-horizontal:before { content: "\e89b"; } + +.icon-move:before { content: "\e89c"; } + +.icon-music:before { content: "\e89d"; } + +.icon-navigation-2:before { content: "\e89e"; } + +.icon-navigation:before { content: "\e89f"; } + +.icon-octagon:before { content: "\e8a0"; } + +.icon-package:before { content: "\e8a1"; } + +.icon-pause-circle:before { content: "\e8a2"; } + +.icon-pause:before { content: "\e8a3"; } + +.icon-percent:before { content: "\e8a4"; } + +.icon-phone-call:before { content: "\e8a5"; } + +.icon-phone-forwarded:before { content: "\e8a6"; } + +.icon-phone-missed:before { content: "\e8a7"; } + +.icon-phone-off:before { content: "\e8a8"; } + +.icon-phone-incoming:before { content: "\e8a9"; } + +.icon-phone:before { content: "\e8aa"; } + +.icon-phone-outgoing:before { content: "\e8ab"; } + +.icon-pie-chart:before { content: "\e8ac"; } + +.icon-play-circle:before { content: "\e8ad"; } + +.icon-play:before { content: "\e8ae"; } + +.icon-plus-square:before { content: "\e8af"; } + +.icon-plus-circle:before { content: "\e8b0"; } + +.icon-plus:before { content: "\e8b1"; } + +.icon-pocket:before { content: "\e8b2"; } + +.icon-printer:before { content: "\e8b3"; } + +.icon-power:before { content: "\e8b4"; } + +.icon-radio:before { content: "\e8b5"; } + +.icon-repeat:before { content: "\e8b6"; } + +.icon-refresh-ccw:before { content: "\e8b7"; } + +.icon-rewind:before { content: "\e8b8"; } + +.icon-rotate-ccw:before { content: "\e8b9"; } + +.icon-refresh-cw:before { content: "\e8ba"; } + +.icon-rotate-cw:before { content: "\e8bb"; } + +.icon-save:before { content: "\e8bc"; } + +.icon-search:before { content: "\e8bd"; } + +.icon-server:before { content: "\e8be"; } + +.icon-scissors:before { content: "\e8bf"; } + +.icon-share-2:before { content: "\e8c0"; } + +.icon-share:before { content: "\e8c1"; } + +.icon-shield:before { content: "\e8c2"; } + +.icon-settings:before { content: "\e8c3"; } + +.icon-skip-back:before { content: "\e8c4"; } + +.icon-shuffle:before { content: "\e8c5"; } + +.icon-sidebar:before { content: "\e8c6"; } + +.icon-skip-forward:before { content: "\e8c7"; } + +.icon-slack:before { content: "\e8c8"; } + +.icon-slash:before { content: "\e8c9"; } + +.icon-smartphone:before { content: "\e8ca"; } + +.icon-square:before { content: "\e8cb"; } + +.icon-speaker:before { content: "\e8cc"; } + +.icon-star:before { content: "\e8cd"; } + +.icon-stop-circle:before { content: "\e8ce"; } + +.icon-sun:before { content: "\e8cf"; } + +.icon-sunrise:before { content: "\e8d0"; } + +.icon-tablet:before { content: "\e8d1"; } + +.icon-tag:before { content: "\e8d2"; } + +.icon-sunset:before { content: "\e8d3"; } + +.icon-target:before { content: "\e8d4"; } + +.icon-thermometer:before { content: "\e8d5"; } + +.icon-thumbs-up:before { content: "\e8d6"; } + +.icon-thumbs-down:before { content: "\e8d7"; } + +.icon-toggle-left:before { content: "\e8d8"; } + +.icon-toggle-right:before { content: "\e8d9"; } + +.icon-trash-2:before { content: "\e8da"; } + +.icon-trash:before { content: "\e8db"; } + +.icon-trending-up:before { content: "\e8dc"; } + +.icon-trending-down:before { content: "\e8dd"; } + +.icon-triangle:before { content: "\e8de"; } + +.icon-type:before { content: "\e8df"; } + +.icon-twitter:before { content: "\e8e0"; } + +.icon-upload:before { content: "\e8e1"; } + +.icon-umbrella:before { content: "\e8e2"; } + +.icon-upload-cloud:before { content: "\e8e3"; } + +.icon-unlock:before { content: "\e8e4"; } + +.icon-user-check:before { content: "\e8e5"; } + +.icon-user-minus:before { content: "\e8e6"; } + +.icon-user-plus:before { content: "\e8e7"; } + +.icon-user-x:before { content: "\e8e8"; } + +.icon-user:before { content: "\e8e9"; } + +.icon-users:before { content: "\e8ea"; } + +.icon-video-off:before { content: "\e8eb"; } + +.icon-video:before { content: "\e8ec"; } + +.icon-voicemail:before { content: "\e8ed"; } + +.icon-volume-x:before { content: "\e8ee"; } + +.icon-volume-2:before { content: "\e8ef"; } + +.icon-volume-1:before { content: "\e8f0"; } + +.icon-volume:before { content: "\e8f1"; } + +.icon-watch:before { content: "\e8f2"; } + +.icon-wifi:before { content: "\e8f3"; } + +.icon-x-square:before { content: "\e8f4"; } + +.icon-wind:before { content: "\e8f5"; } + +.icon-x:before { content: "\e8f6"; } + +.icon-x-circle:before { content: "\e8f7"; } + +.icon-zap:before { content: "\e8f8"; } + +.icon-zoom-in:before { content: "\e8f9"; } + +.icon-zoom-out:before { content: "\e8fa"; } + +.icon-command:before { content: "\e8fb"; } + +.icon-cloud:before { content: "\e8fc"; } + +.icon-hash:before { content: "\e8fd"; } + +.icon-headphones:before { content: "\e8fe"; } + +.icon-underline:before { content: "\e8ff"; } + +.icon-italic:before { content: "\e900"; } + +.icon-bold:before { content: "\e901"; } + +.icon-crop:before { content: "\e902"; } + +.icon-help-circle:before { content: "\e903"; } + +.icon-paperclip:before { content: "\e904"; } + +.icon-shopping-cart:before { content: "\e905"; } + +.icon-tv:before { content: "\e906"; } + +.icon-wifi-off:before { content: "\e907"; } + +.icon-minimize:before { content: "\e88d"; } + +.icon-maximize:before { content: "\e908"; } + +.icon-gitlab:before { content: "\e909"; } + +.icon-sliders:before { content: "\e90a"; } + +.icon-star-on:before { content: "\e90b"; } + +.icon-heart-on:before { content: "\e90c"; } + +.icon-archive:before { content: "\e90d"; } + +.icon-arrow-down-circle:before { content: "\e90e"; } + +.icon-arrow-up-circle:before { content: "\e90f"; } + +.icon-arrow-left-circle:before { content: "\e910"; } + +.icon-arrow-right-circle:before { content: "\e911"; } + +.icon-bar-chart-line-:before { content: "\e912"; } + +.icon-bar-chart-line:before { content: "\e913"; } + +.icon-book-open:before { content: "\e914"; } + +.icon-code:before { content: "\e915"; } + +.icon-database:before { content: "\e916"; } + +.icon-dollar-sign:before { content: "\e917"; } + +.icon-folder-plus:before { content: "\e918"; } + +.icon-gift:before { content: "\e919"; } + +.icon-folder-minus:before { content: "\e91a"; } + +.icon-git-commit:before { content: "\e91b"; } + +.icon-git-branch:before { content: "\e91c"; } + +.icon-git-pull-request:before { content: "\e91d"; } + +.icon-git-merge:before { content: "\e91e"; } + +.icon-linkedin:before { content: "\e91f"; } + +.icon-hard-drive:before { content: "\e920"; } + +.icon-more-vertical-:before { content: "\e921"; } + +.icon-more-horizontal-:before { content: "\e922"; } + +.icon-rss:before { content: "\e923"; } + +.icon-send:before { content: "\e924"; } + +.icon-shield-off:before { content: "\e925"; } + +.icon-shopping-bag:before { content: "\e926"; } + +.icon-terminal:before { content: "\e927"; } + +.icon-truck:before { content: "\e928"; } + +.icon-zap-off:before { content: "\e929"; } + +.icon-youtube:before { content: "\e92a"; } diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/LICENSE b/wwwjuba/app-assets/fonts/flag-icon-css/LICENSE new file mode 100644 index 0000000..0b2435e --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2013 Panayiotis Lipiridis + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +of the Software, and to permit persons to whom the Software is furnished to do +so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/README.md b/wwwjuba/app-assets/fonts/flag-icon-css/README.md new file mode 100644 index 0000000..c9ad206 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/README.md @@ -0,0 +1,70 @@ +flag-icon-css +============= +[![npm version](https://badge.fury.io/js/flag-icon-css.svg)](https://badge.fury.io/js/flag-icon-css) +[![Bower version](https://badge.fury.io/bo/flag-icon-css.svg)](https://badge.fury.io/bo/flag-icon-css) + +A collection of all country flags in SVG — plus the CSS for easier integration. +See the [demo](http://lipis.github.io/flag-icon-css/). + +Usage +----- + +For using the flags inline with text add the classes `.flag-icon` and +`.flag-icon-xx` (where `xx` is the +[ISO 3166-1-alpha-2 code](http://www.iso.org/iso/country_names_and_code_elements) +of a country) to an empty ``. If you want to have a squared version flag +then add the class `flag-icon-squared` as well. Example: + +```html + + +``` + +You could also apply this to any element, but in that case you'll have to use the +`flag-icon-background` instead of `flag-icon` and you're set. This will add the +correct background with the following CSS properties: + +```css +background-size: contain; +background-position: 50%; +background-repeat: no-repeat; +``` + +Which means that the flag is just going to appear in the middle of an element, so +you will have to set manually the correct size of 4 by 3 ratio or if it's squared +add also the `flag-icon-squared` class. + +Development +----------- + +Run the `npm install` to install the dependencies after cloning the project and +you'll be able to: + +To watch for changes and live reload if served + +```bash +$ grunt +``` + +To build `*.less` files + +```bash +$ grunt build +``` + +To serve it on `localhost:8000` + +```bash +$ grunt connect +``` + +To have only specific countries in the css file, remove the ones that you don't +need from the +[`flag-icon-list.less`](https://github.com/lipis/flag-icon-css/blob/master/less/flag-icon-list.less) +file and build it again. + +Credits +------- + +This project wouldn't exist without the awesome and now deleted collection of +SVG flags by [koppi](https://github.com/koppi). diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/css/flag-icon.css b/wwwjuba/app-assets/fonts/flag-icon-css/css/flag-icon.css new file mode 100644 index 0000000..b2f737f --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/css/flag-icon.css @@ -0,0 +1,1538 @@ +.flag-icon-background { + background-size: contain; + background-position: 50%; + background-repeat: no-repeat; +} +.flag-icon { + background-size: contain; + background-position: 50%; + background-repeat: no-repeat; + position: relative; + display: inline-block; + width: 1.33333333em; + line-height: 1em; +} +.flag-icon:before { + content: "\00a0"; +} +.flag-icon.flag-icon-squared { + width: 1em; +} +.flag-icon-ad { + background-image: url(../flags/4x3/ad.svg); +} +.flag-icon-ad.flag-icon-squared { + background-image: url(../flags/1x1/ad.svg); +} +.flag-icon-ae { + background-image: url(../flags/4x3/ae.svg); +} +.flag-icon-ae.flag-icon-squared { + background-image: url(../flags/1x1/ae.svg); +} +.flag-icon-af { + background-image: url(../flags/4x3/af.svg); +} +.flag-icon-af.flag-icon-squared { + background-image: url(../flags/1x1/af.svg); +} +.flag-icon-ag { + background-image: url(../flags/4x3/ag.svg); +} +.flag-icon-ag.flag-icon-squared { + background-image: url(../flags/1x1/ag.svg); +} +.flag-icon-ai { + background-image: url(../flags/4x3/ai.svg); +} +.flag-icon-ai.flag-icon-squared { + background-image: url(../flags/1x1/ai.svg); +} +.flag-icon-al { + background-image: url(../flags/4x3/al.svg); +} +.flag-icon-al.flag-icon-squared { + background-image: url(../flags/1x1/al.svg); +} +.flag-icon-am { + background-image: url(../flags/4x3/am.svg); +} +.flag-icon-am.flag-icon-squared { + background-image: url(../flags/1x1/am.svg); +} +.flag-icon-ao { + background-image: url(../flags/4x3/ao.svg); +} +.flag-icon-ao.flag-icon-squared { + background-image: url(../flags/1x1/ao.svg); +} +.flag-icon-aq { + background-image: url(../flags/4x3/aq.svg); +} +.flag-icon-aq.flag-icon-squared { + background-image: url(../flags/1x1/aq.svg); +} +.flag-icon-ar { + background-image: url(../flags/4x3/ar.svg); +} +.flag-icon-ar.flag-icon-squared { + background-image: url(../flags/1x1/ar.svg); +} +.flag-icon-as { + background-image: url(../flags/4x3/as.svg); +} +.flag-icon-as.flag-icon-squared { + background-image: url(../flags/1x1/as.svg); +} +.flag-icon-at { + background-image: url(../flags/4x3/at.svg); +} +.flag-icon-at.flag-icon-squared { + background-image: url(../flags/1x1/at.svg); +} +.flag-icon-au { + background-image: url(../flags/4x3/au.svg); +} +.flag-icon-au.flag-icon-squared { + background-image: url(../flags/1x1/au.svg); +} +.flag-icon-aw { + background-image: url(../flags/4x3/aw.svg); +} +.flag-icon-aw.flag-icon-squared { + background-image: url(../flags/1x1/aw.svg); +} +.flag-icon-ax { + background-image: url(../flags/4x3/ax.svg); +} +.flag-icon-ax.flag-icon-squared { + background-image: url(../flags/1x1/ax.svg); +} +.flag-icon-az { + background-image: url(../flags/4x3/az.svg); +} +.flag-icon-az.flag-icon-squared { + background-image: url(../flags/1x1/az.svg); +} +.flag-icon-ba { + background-image: url(../flags/4x3/ba.svg); +} +.flag-icon-ba.flag-icon-squared { + background-image: url(../flags/1x1/ba.svg); +} +.flag-icon-bb { + background-image: url(../flags/4x3/bb.svg); +} +.flag-icon-bb.flag-icon-squared { + background-image: url(../flags/1x1/bb.svg); +} +.flag-icon-bd { + background-image: url(../flags/4x3/bd.svg); +} +.flag-icon-bd.flag-icon-squared { + background-image: url(../flags/1x1/bd.svg); +} +.flag-icon-be { + background-image: url(../flags/4x3/be.svg); +} +.flag-icon-be.flag-icon-squared { + background-image: url(../flags/1x1/be.svg); +} +.flag-icon-bf { + background-image: url(../flags/4x3/bf.svg); +} +.flag-icon-bf.flag-icon-squared { + background-image: url(../flags/1x1/bf.svg); +} +.flag-icon-bg { + background-image: url(../flags/4x3/bg.svg); +} +.flag-icon-bg.flag-icon-squared { + background-image: url(../flags/1x1/bg.svg); +} +.flag-icon-bh { + background-image: url(../flags/4x3/bh.svg); +} +.flag-icon-bh.flag-icon-squared { + background-image: url(../flags/1x1/bh.svg); +} +.flag-icon-bi { + background-image: url(../flags/4x3/bi.svg); +} +.flag-icon-bi.flag-icon-squared { + background-image: url(../flags/1x1/bi.svg); +} +.flag-icon-bj { + background-image: url(../flags/4x3/bj.svg); +} +.flag-icon-bj.flag-icon-squared { + background-image: url(../flags/1x1/bj.svg); +} +.flag-icon-bl { + background-image: url(../flags/4x3/bl.svg); +} +.flag-icon-bl.flag-icon-squared { + background-image: url(../flags/1x1/bl.svg); +} +.flag-icon-bm { + background-image: url(../flags/4x3/bm.svg); +} +.flag-icon-bm.flag-icon-squared { + background-image: url(../flags/1x1/bm.svg); +} +.flag-icon-bn { + background-image: url(../flags/4x3/bn.svg); +} +.flag-icon-bn.flag-icon-squared { + background-image: url(../flags/1x1/bn.svg); +} +.flag-icon-bo { + background-image: url(../flags/4x3/bo.svg); +} +.flag-icon-bo.flag-icon-squared { + background-image: url(../flags/1x1/bo.svg); +} +.flag-icon-bq { + background-image: url(../flags/4x3/bq.svg); +} +.flag-icon-bq.flag-icon-squared { + background-image: url(../flags/1x1/bq.svg); +} +.flag-icon-br { + background-image: url(../flags/4x3/br.svg); +} +.flag-icon-br.flag-icon-squared { + background-image: url(../flags/1x1/br.svg); +} +.flag-icon-bs { + background-image: url(../flags/4x3/bs.svg); +} +.flag-icon-bs.flag-icon-squared { + background-image: url(../flags/1x1/bs.svg); +} +.flag-icon-bt { + background-image: url(../flags/4x3/bt.svg); +} +.flag-icon-bt.flag-icon-squared { + background-image: url(../flags/1x1/bt.svg); +} +.flag-icon-bv { + background-image: url(../flags/4x3/bv.svg); +} +.flag-icon-bv.flag-icon-squared { + background-image: url(../flags/1x1/bv.svg); +} +.flag-icon-bw { + background-image: url(../flags/4x3/bw.svg); +} +.flag-icon-bw.flag-icon-squared { + background-image: url(../flags/1x1/bw.svg); +} +.flag-icon-by { + background-image: url(../flags/4x3/by.svg); +} +.flag-icon-by.flag-icon-squared { + background-image: url(../flags/1x1/by.svg); +} +.flag-icon-bz { + background-image: url(../flags/4x3/bz.svg); +} +.flag-icon-bz.flag-icon-squared { + background-image: url(../flags/1x1/bz.svg); +} +.flag-icon-ca { + background-image: url(../flags/4x3/ca.svg); +} +.flag-icon-ca.flag-icon-squared { + background-image: url(../flags/1x1/ca.svg); +} +.flag-icon-cc { + background-image: url(../flags/4x3/cc.svg); +} +.flag-icon-cc.flag-icon-squared { + background-image: url(../flags/1x1/cc.svg); +} +.flag-icon-cd { + background-image: url(../flags/4x3/cd.svg); +} +.flag-icon-cd.flag-icon-squared { + background-image: url(../flags/1x1/cd.svg); +} +.flag-icon-cf { + background-image: url(../flags/4x3/cf.svg); +} +.flag-icon-cf.flag-icon-squared { + background-image: url(../flags/1x1/cf.svg); +} +.flag-icon-cg { + background-image: url(../flags/4x3/cg.svg); +} +.flag-icon-cg.flag-icon-squared { + background-image: url(../flags/1x1/cg.svg); +} +.flag-icon-ch { + background-image: url(../flags/4x3/ch.svg); +} +.flag-icon-ch.flag-icon-squared { + background-image: url(../flags/1x1/ch.svg); +} +.flag-icon-ci { + background-image: url(../flags/4x3/ci.svg); +} +.flag-icon-ci.flag-icon-squared { + background-image: url(../flags/1x1/ci.svg); +} +.flag-icon-ck { + background-image: url(../flags/4x3/ck.svg); +} +.flag-icon-ck.flag-icon-squared { + background-image: url(../flags/1x1/ck.svg); +} +.flag-icon-cl { + background-image: url(../flags/4x3/cl.svg); +} +.flag-icon-cl.flag-icon-squared { + background-image: url(../flags/1x1/cl.svg); +} +.flag-icon-cm { + background-image: url(../flags/4x3/cm.svg); +} +.flag-icon-cm.flag-icon-squared { + background-image: url(../flags/1x1/cm.svg); +} +.flag-icon-cn { + background-image: url(../flags/4x3/cn.svg); +} +.flag-icon-cn.flag-icon-squared { + background-image: url(../flags/1x1/cn.svg); +} +.flag-icon-co { + background-image: url(../flags/4x3/co.svg); +} +.flag-icon-co.flag-icon-squared { + background-image: url(../flags/1x1/co.svg); +} +.flag-icon-cr { + background-image: url(../flags/4x3/cr.svg); +} +.flag-icon-cr.flag-icon-squared { + background-image: url(../flags/1x1/cr.svg); +} +.flag-icon-cu { + background-image: url(../flags/4x3/cu.svg); +} +.flag-icon-cu.flag-icon-squared { + background-image: url(../flags/1x1/cu.svg); +} +.flag-icon-cv { + background-image: url(../flags/4x3/cv.svg); +} +.flag-icon-cv.flag-icon-squared { + background-image: url(../flags/1x1/cv.svg); +} +.flag-icon-cw { + background-image: url(../flags/4x3/cw.svg); +} +.flag-icon-cw.flag-icon-squared { + background-image: url(../flags/1x1/cw.svg); +} +.flag-icon-cx { + background-image: url(../flags/4x3/cx.svg); +} +.flag-icon-cx.flag-icon-squared { + background-image: url(../flags/1x1/cx.svg); +} +.flag-icon-cy { + background-image: url(../flags/4x3/cy.svg); +} +.flag-icon-cy.flag-icon-squared { + background-image: url(../flags/1x1/cy.svg); +} +.flag-icon-cz { + background-image: url(../flags/4x3/cz.svg); +} +.flag-icon-cz.flag-icon-squared { + background-image: url(../flags/1x1/cz.svg); +} +.flag-icon-de { + background-image: url(../flags/4x3/de.svg); +} +.flag-icon-de.flag-icon-squared { + background-image: url(../flags/1x1/de.svg); +} +.flag-icon-dj { + background-image: url(../flags/4x3/dj.svg); +} +.flag-icon-dj.flag-icon-squared { + background-image: url(../flags/1x1/dj.svg); +} +.flag-icon-dk { + background-image: url(../flags/4x3/dk.svg); +} +.flag-icon-dk.flag-icon-squared { + background-image: url(../flags/1x1/dk.svg); +} +.flag-icon-dm { + background-image: url(../flags/4x3/dm.svg); +} +.flag-icon-dm.flag-icon-squared { + background-image: url(../flags/1x1/dm.svg); +} +.flag-icon-do { + background-image: url(../flags/4x3/do.svg); +} +.flag-icon-do.flag-icon-squared { + background-image: url(../flags/1x1/do.svg); +} +.flag-icon-dz { + background-image: url(../flags/4x3/dz.svg); +} +.flag-icon-dz.flag-icon-squared { + background-image: url(../flags/1x1/dz.svg); +} +.flag-icon-ec { + background-image: url(../flags/4x3/ec.svg); +} +.flag-icon-ec.flag-icon-squared { + background-image: url(../flags/1x1/ec.svg); +} +.flag-icon-ee { + background-image: url(../flags/4x3/ee.svg); +} +.flag-icon-ee.flag-icon-squared { + background-image: url(../flags/1x1/ee.svg); +} +.flag-icon-eg { + background-image: url(../flags/4x3/eg.svg); +} +.flag-icon-eg.flag-icon-squared { + background-image: url(../flags/1x1/eg.svg); +} +.flag-icon-eh { + background-image: url(../flags/4x3/eh.svg); +} +.flag-icon-eh.flag-icon-squared { + background-image: url(../flags/1x1/eh.svg); +} +.flag-icon-er { + background-image: url(../flags/4x3/er.svg); +} +.flag-icon-er.flag-icon-squared { + background-image: url(../flags/1x1/er.svg); +} +.flag-icon-es { + background-image: url(../flags/4x3/es.svg); +} +.flag-icon-es.flag-icon-squared { + background-image: url(../flags/1x1/es.svg); +} +.flag-icon-et { + background-image: url(../flags/4x3/et.svg); +} +.flag-icon-et.flag-icon-squared { + background-image: url(../flags/1x1/et.svg); +} +.flag-icon-fi { + background-image: url(../flags/4x3/fi.svg); +} +.flag-icon-fi.flag-icon-squared { + background-image: url(../flags/1x1/fi.svg); +} +.flag-icon-fj { + background-image: url(../flags/4x3/fj.svg); +} +.flag-icon-fj.flag-icon-squared { + background-image: url(../flags/1x1/fj.svg); +} +.flag-icon-fk { + background-image: url(../flags/4x3/fk.svg); +} +.flag-icon-fk.flag-icon-squared { + background-image: url(../flags/1x1/fk.svg); +} +.flag-icon-fm { + background-image: url(../flags/4x3/fm.svg); +} +.flag-icon-fm.flag-icon-squared { + background-image: url(../flags/1x1/fm.svg); +} +.flag-icon-fo { + background-image: url(../flags/4x3/fo.svg); +} +.flag-icon-fo.flag-icon-squared { + background-image: url(../flags/1x1/fo.svg); +} +.flag-icon-fr { + background-image: url(../flags/4x3/fr.svg); +} +.flag-icon-fr.flag-icon-squared { + background-image: url(../flags/1x1/fr.svg); +} +.flag-icon-ga { + background-image: url(../flags/4x3/ga.svg); +} +.flag-icon-ga.flag-icon-squared { + background-image: url(../flags/1x1/ga.svg); +} +.flag-icon-gb { + background-image: url(../flags/4x3/gb.svg); +} +.flag-icon-gb.flag-icon-squared { + background-image: url(../flags/1x1/gb.svg); +} +.flag-icon-gd { + background-image: url(../flags/4x3/gd.svg); +} +.flag-icon-gd.flag-icon-squared { + background-image: url(../flags/1x1/gd.svg); +} +.flag-icon-ge { + background-image: url(../flags/4x3/ge.svg); +} +.flag-icon-ge.flag-icon-squared { + background-image: url(../flags/1x1/ge.svg); +} +.flag-icon-gf { + background-image: url(../flags/4x3/gf.svg); +} +.flag-icon-gf.flag-icon-squared { + background-image: url(../flags/1x1/gf.svg); +} +.flag-icon-gg { + background-image: url(../flags/4x3/gg.svg); +} +.flag-icon-gg.flag-icon-squared { + background-image: url(../flags/1x1/gg.svg); +} +.flag-icon-gh { + background-image: url(../flags/4x3/gh.svg); +} +.flag-icon-gh.flag-icon-squared { + background-image: url(../flags/1x1/gh.svg); +} +.flag-icon-gi { + background-image: url(../flags/4x3/gi.svg); +} +.flag-icon-gi.flag-icon-squared { + background-image: url(../flags/1x1/gi.svg); +} +.flag-icon-gl { + background-image: url(../flags/4x3/gl.svg); +} +.flag-icon-gl.flag-icon-squared { + background-image: url(../flags/1x1/gl.svg); +} +.flag-icon-gm { + background-image: url(../flags/4x3/gm.svg); +} +.flag-icon-gm.flag-icon-squared { + background-image: url(../flags/1x1/gm.svg); +} +.flag-icon-gn { + background-image: url(../flags/4x3/gn.svg); +} +.flag-icon-gn.flag-icon-squared { + background-image: url(../flags/1x1/gn.svg); +} +.flag-icon-gp { + background-image: url(../flags/4x3/gp.svg); +} +.flag-icon-gp.flag-icon-squared { + background-image: url(../flags/1x1/gp.svg); +} +.flag-icon-gq { + background-image: url(../flags/4x3/gq.svg); +} +.flag-icon-gq.flag-icon-squared { + background-image: url(../flags/1x1/gq.svg); +} +.flag-icon-gr { + background-image: url(../flags/4x3/gr.svg); +} +.flag-icon-gr.flag-icon-squared { + background-image: url(../flags/1x1/gr.svg); +} +.flag-icon-gs { + background-image: url(../flags/4x3/gs.svg); +} +.flag-icon-gs.flag-icon-squared { + background-image: url(../flags/1x1/gs.svg); +} +.flag-icon-gt { + background-image: url(../flags/4x3/gt.svg); +} +.flag-icon-gt.flag-icon-squared { + background-image: url(../flags/1x1/gt.svg); +} +.flag-icon-gu { + background-image: url(../flags/4x3/gu.svg); +} +.flag-icon-gu.flag-icon-squared { + background-image: url(../flags/1x1/gu.svg); +} +.flag-icon-gw { + background-image: url(../flags/4x3/gw.svg); +} +.flag-icon-gw.flag-icon-squared { + background-image: url(../flags/1x1/gw.svg); +} +.flag-icon-gy { + background-image: url(../flags/4x3/gy.svg); +} +.flag-icon-gy.flag-icon-squared { + background-image: url(../flags/1x1/gy.svg); +} +.flag-icon-hk { + background-image: url(../flags/4x3/hk.svg); +} +.flag-icon-hk.flag-icon-squared { + background-image: url(../flags/1x1/hk.svg); +} +.flag-icon-hm { + background-image: url(../flags/4x3/hm.svg); +} +.flag-icon-hm.flag-icon-squared { + background-image: url(../flags/1x1/hm.svg); +} +.flag-icon-hn { + background-image: url(../flags/4x3/hn.svg); +} +.flag-icon-hn.flag-icon-squared { + background-image: url(../flags/1x1/hn.svg); +} +.flag-icon-hr { + background-image: url(../flags/4x3/hr.svg); +} +.flag-icon-hr.flag-icon-squared { + background-image: url(../flags/1x1/hr.svg); +} +.flag-icon-ht { + background-image: url(../flags/4x3/ht.svg); +} +.flag-icon-ht.flag-icon-squared { + background-image: url(../flags/1x1/ht.svg); +} +.flag-icon-hu { + background-image: url(../flags/4x3/hu.svg); +} +.flag-icon-hu.flag-icon-squared { + background-image: url(../flags/1x1/hu.svg); +} +.flag-icon-id { + background-image: url(../flags/4x3/id.svg); +} +.flag-icon-id.flag-icon-squared { + background-image: url(../flags/1x1/id.svg); +} +.flag-icon-ie { + background-image: url(../flags/4x3/ie.svg); +} +.flag-icon-ie.flag-icon-squared { + background-image: url(../flags/1x1/ie.svg); +} +.flag-icon-il { + background-image: url(../flags/4x3/il.svg); +} +.flag-icon-il.flag-icon-squared { + background-image: url(../flags/1x1/il.svg); +} +.flag-icon-im { + background-image: url(../flags/4x3/im.svg); +} +.flag-icon-im.flag-icon-squared { + background-image: url(../flags/1x1/im.svg); +} +.flag-icon-in { + background-image: url(../flags/4x3/in.svg); +} +.flag-icon-in.flag-icon-squared { + background-image: url(../flags/1x1/in.svg); +} +.flag-icon-io { + background-image: url(../flags/4x3/io.svg); +} +.flag-icon-io.flag-icon-squared { + background-image: url(../flags/1x1/io.svg); +} +.flag-icon-iq { + background-image: url(../flags/4x3/iq.svg); +} +.flag-icon-iq.flag-icon-squared { + background-image: url(../flags/1x1/iq.svg); +} +.flag-icon-ir { + background-image: url(../flags/4x3/ir.svg); +} +.flag-icon-ir.flag-icon-squared { + background-image: url(../flags/1x1/ir.svg); +} +.flag-icon-is { + background-image: url(../flags/4x3/is.svg); +} +.flag-icon-is.flag-icon-squared { + background-image: url(../flags/1x1/is.svg); +} +.flag-icon-it { + background-image: url(../flags/4x3/it.svg); +} +.flag-icon-it.flag-icon-squared { + background-image: url(../flags/1x1/it.svg); +} +.flag-icon-je { + background-image: url(../flags/4x3/je.svg); +} +.flag-icon-je.flag-icon-squared { + background-image: url(../flags/1x1/je.svg); +} +.flag-icon-jm { + background-image: url(../flags/4x3/jm.svg); +} +.flag-icon-jm.flag-icon-squared { + background-image: url(../flags/1x1/jm.svg); +} +.flag-icon-jo { + background-image: url(../flags/4x3/jo.svg); +} +.flag-icon-jo.flag-icon-squared { + background-image: url(../flags/1x1/jo.svg); +} +.flag-icon-jp { + background-image: url(../flags/4x3/jp.svg); +} +.flag-icon-jp.flag-icon-squared { + background-image: url(../flags/1x1/jp.svg); +} +.flag-icon-ke { + background-image: url(../flags/4x3/ke.svg); +} +.flag-icon-ke.flag-icon-squared { + background-image: url(../flags/1x1/ke.svg); +} +.flag-icon-kg { + background-image: url(../flags/4x3/kg.svg); +} +.flag-icon-kg.flag-icon-squared { + background-image: url(../flags/1x1/kg.svg); +} +.flag-icon-kh { + background-image: url(../flags/4x3/kh.svg); +} +.flag-icon-kh.flag-icon-squared { + background-image: url(../flags/1x1/kh.svg); +} +.flag-icon-ki { + background-image: url(../flags/4x3/ki.svg); +} +.flag-icon-ki.flag-icon-squared { + background-image: url(../flags/1x1/ki.svg); +} +.flag-icon-km { + background-image: url(../flags/4x3/km.svg); +} +.flag-icon-km.flag-icon-squared { + background-image: url(../flags/1x1/km.svg); +} +.flag-icon-kn { + background-image: url(../flags/4x3/kn.svg); +} +.flag-icon-kn.flag-icon-squared { + background-image: url(../flags/1x1/kn.svg); +} +.flag-icon-kp { + background-image: url(../flags/4x3/kp.svg); +} +.flag-icon-kp.flag-icon-squared { + background-image: url(../flags/1x1/kp.svg); +} +.flag-icon-kr { + background-image: url(../flags/4x3/kr.svg); +} +.flag-icon-kr.flag-icon-squared { + background-image: url(../flags/1x1/kr.svg); +} +.flag-icon-kw { + background-image: url(../flags/4x3/kw.svg); +} +.flag-icon-kw.flag-icon-squared { + background-image: url(../flags/1x1/kw.svg); +} +.flag-icon-ky { + background-image: url(../flags/4x3/ky.svg); +} +.flag-icon-ky.flag-icon-squared { + background-image: url(../flags/1x1/ky.svg); +} +.flag-icon-kz { + background-image: url(../flags/4x3/kz.svg); +} +.flag-icon-kz.flag-icon-squared { + background-image: url(../flags/1x1/kz.svg); +} +.flag-icon-la { + background-image: url(../flags/4x3/la.svg); +} +.flag-icon-la.flag-icon-squared { + background-image: url(../flags/1x1/la.svg); +} +.flag-icon-lb { + background-image: url(../flags/4x3/lb.svg); +} +.flag-icon-lb.flag-icon-squared { + background-image: url(../flags/1x1/lb.svg); +} +.flag-icon-lc { + background-image: url(../flags/4x3/lc.svg); +} +.flag-icon-lc.flag-icon-squared { + background-image: url(../flags/1x1/lc.svg); +} +.flag-icon-li { + background-image: url(../flags/4x3/li.svg); +} +.flag-icon-li.flag-icon-squared { + background-image: url(../flags/1x1/li.svg); +} +.flag-icon-lk { + background-image: url(../flags/4x3/lk.svg); +} +.flag-icon-lk.flag-icon-squared { + background-image: url(../flags/1x1/lk.svg); +} +.flag-icon-lr { + background-image: url(../flags/4x3/lr.svg); +} +.flag-icon-lr.flag-icon-squared { + background-image: url(../flags/1x1/lr.svg); +} +.flag-icon-ls { + background-image: url(../flags/4x3/ls.svg); +} +.flag-icon-ls.flag-icon-squared { + background-image: url(../flags/1x1/ls.svg); +} +.flag-icon-lt { + background-image: url(../flags/4x3/lt.svg); +} +.flag-icon-lt.flag-icon-squared { + background-image: url(../flags/1x1/lt.svg); +} +.flag-icon-lu { + background-image: url(../flags/4x3/lu.svg); +} +.flag-icon-lu.flag-icon-squared { + background-image: url(../flags/1x1/lu.svg); +} +.flag-icon-lv { + background-image: url(../flags/4x3/lv.svg); +} +.flag-icon-lv.flag-icon-squared { + background-image: url(../flags/1x1/lv.svg); +} +.flag-icon-ly { + background-image: url(../flags/4x3/ly.svg); +} +.flag-icon-ly.flag-icon-squared { + background-image: url(../flags/1x1/ly.svg); +} +.flag-icon-ma { + background-image: url(../flags/4x3/ma.svg); +} +.flag-icon-ma.flag-icon-squared { + background-image: url(../flags/1x1/ma.svg); +} +.flag-icon-mc { + background-image: url(../flags/4x3/mc.svg); +} +.flag-icon-mc.flag-icon-squared { + background-image: url(../flags/1x1/mc.svg); +} +.flag-icon-md { + background-image: url(../flags/4x3/md.svg); +} +.flag-icon-md.flag-icon-squared { + background-image: url(../flags/1x1/md.svg); +} +.flag-icon-me { + background-image: url(../flags/4x3/me.svg); +} +.flag-icon-me.flag-icon-squared { + background-image: url(../flags/1x1/me.svg); +} +.flag-icon-mf { + background-image: url(../flags/4x3/mf.svg); +} +.flag-icon-mf.flag-icon-squared { + background-image: url(../flags/1x1/mf.svg); +} +.flag-icon-mg { + background-image: url(../flags/4x3/mg.svg); +} +.flag-icon-mg.flag-icon-squared { + background-image: url(../flags/1x1/mg.svg); +} +.flag-icon-mh { + background-image: url(../flags/4x3/mh.svg); +} +.flag-icon-mh.flag-icon-squared { + background-image: url(../flags/1x1/mh.svg); +} +.flag-icon-mk { + background-image: url(../flags/4x3/mk.svg); +} +.flag-icon-mk.flag-icon-squared { + background-image: url(../flags/1x1/mk.svg); +} +.flag-icon-ml { + background-image: url(../flags/4x3/ml.svg); +} +.flag-icon-ml.flag-icon-squared { + background-image: url(../flags/1x1/ml.svg); +} +.flag-icon-mm { + background-image: url(../flags/4x3/mm.svg); +} +.flag-icon-mm.flag-icon-squared { + background-image: url(../flags/1x1/mm.svg); +} +.flag-icon-mn { + background-image: url(../flags/4x3/mn.svg); +} +.flag-icon-mn.flag-icon-squared { + background-image: url(../flags/1x1/mn.svg); +} +.flag-icon-mo { + background-image: url(../flags/4x3/mo.svg); +} +.flag-icon-mo.flag-icon-squared { + background-image: url(../flags/1x1/mo.svg); +} +.flag-icon-mp { + background-image: url(../flags/4x3/mp.svg); +} +.flag-icon-mp.flag-icon-squared { + background-image: url(../flags/1x1/mp.svg); +} +.flag-icon-mq { + background-image: url(../flags/4x3/mq.svg); +} +.flag-icon-mq.flag-icon-squared { + background-image: url(../flags/1x1/mq.svg); +} +.flag-icon-mr { + background-image: url(../flags/4x3/mr.svg); +} +.flag-icon-mr.flag-icon-squared { + background-image: url(../flags/1x1/mr.svg); +} +.flag-icon-ms { + background-image: url(../flags/4x3/ms.svg); +} +.flag-icon-ms.flag-icon-squared { + background-image: url(../flags/1x1/ms.svg); +} +.flag-icon-mt { + background-image: url(../flags/4x3/mt.svg); +} +.flag-icon-mt.flag-icon-squared { + background-image: url(../flags/1x1/mt.svg); +} +.flag-icon-mu { + background-image: url(../flags/4x3/mu.svg); +} +.flag-icon-mu.flag-icon-squared { + background-image: url(../flags/1x1/mu.svg); +} +.flag-icon-mv { + background-image: url(../flags/4x3/mv.svg); +} +.flag-icon-mv.flag-icon-squared { + background-image: url(../flags/1x1/mv.svg); +} +.flag-icon-mw { + background-image: url(../flags/4x3/mw.svg); +} +.flag-icon-mw.flag-icon-squared { + background-image: url(../flags/1x1/mw.svg); +} +.flag-icon-mx { + background-image: url(../flags/4x3/mx.svg); +} +.flag-icon-mx.flag-icon-squared { + background-image: url(../flags/1x1/mx.svg); +} +.flag-icon-my { + background-image: url(../flags/4x3/my.svg); +} +.flag-icon-my.flag-icon-squared { + background-image: url(../flags/1x1/my.svg); +} +.flag-icon-mz { + background-image: url(../flags/4x3/mz.svg); +} +.flag-icon-mz.flag-icon-squared { + background-image: url(../flags/1x1/mz.svg); +} +.flag-icon-na { + background-image: url(../flags/4x3/na.svg); +} +.flag-icon-na.flag-icon-squared { + background-image: url(../flags/1x1/na.svg); +} +.flag-icon-nc { + background-image: url(../flags/4x3/nc.svg); +} +.flag-icon-nc.flag-icon-squared { + background-image: url(../flags/1x1/nc.svg); +} +.flag-icon-ne { + background-image: url(../flags/4x3/ne.svg); +} +.flag-icon-ne.flag-icon-squared { + background-image: url(../flags/1x1/ne.svg); +} +.flag-icon-nf { + background-image: url(../flags/4x3/nf.svg); +} +.flag-icon-nf.flag-icon-squared { + background-image: url(../flags/1x1/nf.svg); +} +.flag-icon-ng { + background-image: url(../flags/4x3/ng.svg); +} +.flag-icon-ng.flag-icon-squared { + background-image: url(../flags/1x1/ng.svg); +} +.flag-icon-ni { + background-image: url(../flags/4x3/ni.svg); +} +.flag-icon-ni.flag-icon-squared { + background-image: url(../flags/1x1/ni.svg); +} +.flag-icon-nl { + background-image: url(../flags/4x3/nl.svg); +} +.flag-icon-nl.flag-icon-squared { + background-image: url(../flags/1x1/nl.svg); +} +.flag-icon-no { + background-image: url(../flags/4x3/no.svg); +} +.flag-icon-no.flag-icon-squared { + background-image: url(../flags/1x1/no.svg); +} +.flag-icon-np { + background-image: url(../flags/4x3/np.svg); +} +.flag-icon-np.flag-icon-squared { + background-image: url(../flags/1x1/np.svg); +} +.flag-icon-nr { + background-image: url(../flags/4x3/nr.svg); +} +.flag-icon-nr.flag-icon-squared { + background-image: url(../flags/1x1/nr.svg); +} +.flag-icon-nu { + background-image: url(../flags/4x3/nu.svg); +} +.flag-icon-nu.flag-icon-squared { + background-image: url(../flags/1x1/nu.svg); +} +.flag-icon-nz { + background-image: url(../flags/4x3/nz.svg); +} +.flag-icon-nz.flag-icon-squared { + background-image: url(../flags/1x1/nz.svg); +} +.flag-icon-om { + background-image: url(../flags/4x3/om.svg); +} +.flag-icon-om.flag-icon-squared { + background-image: url(../flags/1x1/om.svg); +} +.flag-icon-pa { + background-image: url(../flags/4x3/pa.svg); +} +.flag-icon-pa.flag-icon-squared { + background-image: url(../flags/1x1/pa.svg); +} +.flag-icon-pe { + background-image: url(../flags/4x3/pe.svg); +} +.flag-icon-pe.flag-icon-squared { + background-image: url(../flags/1x1/pe.svg); +} +.flag-icon-pf { + background-image: url(../flags/4x3/pf.svg); +} +.flag-icon-pf.flag-icon-squared { + background-image: url(../flags/1x1/pf.svg); +} +.flag-icon-pg { + background-image: url(../flags/4x3/pg.svg); +} +.flag-icon-pg.flag-icon-squared { + background-image: url(../flags/1x1/pg.svg); +} +.flag-icon-ph { + background-image: url(../flags/4x3/ph.svg); +} +.flag-icon-ph.flag-icon-squared { + background-image: url(../flags/1x1/ph.svg); +} +.flag-icon-pk { + background-image: url(../flags/4x3/pk.svg); +} +.flag-icon-pk.flag-icon-squared { + background-image: url(../flags/1x1/pk.svg); +} +.flag-icon-pl { + background-image: url(../flags/4x3/pl.svg); +} +.flag-icon-pl.flag-icon-squared { + background-image: url(../flags/1x1/pl.svg); +} +.flag-icon-pm { + background-image: url(../flags/4x3/pm.svg); +} +.flag-icon-pm.flag-icon-squared { + background-image: url(../flags/1x1/pm.svg); +} +.flag-icon-pn { + background-image: url(../flags/4x3/pn.svg); +} +.flag-icon-pn.flag-icon-squared { + background-image: url(../flags/1x1/pn.svg); +} +.flag-icon-pr { + background-image: url(../flags/4x3/pr.svg); +} +.flag-icon-pr.flag-icon-squared { + background-image: url(../flags/1x1/pr.svg); +} +.flag-icon-ps { + background-image: url(../flags/4x3/ps.svg); +} +.flag-icon-ps.flag-icon-squared { + background-image: url(../flags/1x1/ps.svg); +} +.flag-icon-pt { + background-image: url(../flags/4x3/pt.svg); +} +.flag-icon-pt.flag-icon-squared { + background-image: url(../flags/1x1/pt.svg); +} +.flag-icon-pw { + background-image: url(../flags/4x3/pw.svg); +} +.flag-icon-pw.flag-icon-squared { + background-image: url(../flags/1x1/pw.svg); +} +.flag-icon-py { + background-image: url(../flags/4x3/py.svg); +} +.flag-icon-py.flag-icon-squared { + background-image: url(../flags/1x1/py.svg); +} +.flag-icon-qa { + background-image: url(../flags/4x3/qa.svg); +} +.flag-icon-qa.flag-icon-squared { + background-image: url(../flags/1x1/qa.svg); +} +.flag-icon-re { + background-image: url(../flags/4x3/re.svg); +} +.flag-icon-re.flag-icon-squared { + background-image: url(../flags/1x1/re.svg); +} +.flag-icon-ro { + background-image: url(../flags/4x3/ro.svg); +} +.flag-icon-ro.flag-icon-squared { + background-image: url(../flags/1x1/ro.svg); +} +.flag-icon-rs { + background-image: url(../flags/4x3/rs.svg); +} +.flag-icon-rs.flag-icon-squared { + background-image: url(../flags/1x1/rs.svg); +} +.flag-icon-ru { + background-image: url(../flags/4x3/ru.svg); +} +.flag-icon-ru.flag-icon-squared { + background-image: url(../flags/1x1/ru.svg); +} +.flag-icon-rw { + background-image: url(../flags/4x3/rw.svg); +} +.flag-icon-rw.flag-icon-squared { + background-image: url(../flags/1x1/rw.svg); +} +.flag-icon-sa { + background-image: url(../flags/4x3/sa.svg); +} +.flag-icon-sa.flag-icon-squared { + background-image: url(../flags/1x1/sa.svg); +} +.flag-icon-sb { + background-image: url(../flags/4x3/sb.svg); +} +.flag-icon-sb.flag-icon-squared { + background-image: url(../flags/1x1/sb.svg); +} +.flag-icon-sc { + background-image: url(../flags/4x3/sc.svg); +} +.flag-icon-sc.flag-icon-squared { + background-image: url(../flags/1x1/sc.svg); +} +.flag-icon-sd { + background-image: url(../flags/4x3/sd.svg); +} +.flag-icon-sd.flag-icon-squared { + background-image: url(../flags/1x1/sd.svg); +} +.flag-icon-se { + background-image: url(../flags/4x3/se.svg); +} +.flag-icon-se.flag-icon-squared { + background-image: url(../flags/1x1/se.svg); +} +.flag-icon-sg { + background-image: url(../flags/4x3/sg.svg); +} +.flag-icon-sg.flag-icon-squared { + background-image: url(../flags/1x1/sg.svg); +} +.flag-icon-sh { + background-image: url(../flags/4x3/sh.svg); +} +.flag-icon-sh.flag-icon-squared { + background-image: url(../flags/1x1/sh.svg); +} +.flag-icon-si { + background-image: url(../flags/4x3/si.svg); +} +.flag-icon-si.flag-icon-squared { + background-image: url(../flags/1x1/si.svg); +} +.flag-icon-sj { + background-image: url(../flags/4x3/sj.svg); +} +.flag-icon-sj.flag-icon-squared { + background-image: url(../flags/1x1/sj.svg); +} +.flag-icon-sk { + background-image: url(../flags/4x3/sk.svg); +} +.flag-icon-sk.flag-icon-squared { + background-image: url(../flags/1x1/sk.svg); +} +.flag-icon-sl { + background-image: url(../flags/4x3/sl.svg); +} +.flag-icon-sl.flag-icon-squared { + background-image: url(../flags/1x1/sl.svg); +} +.flag-icon-sm { + background-image: url(../flags/4x3/sm.svg); +} +.flag-icon-sm.flag-icon-squared { + background-image: url(../flags/1x1/sm.svg); +} +.flag-icon-sn { + background-image: url(../flags/4x3/sn.svg); +} +.flag-icon-sn.flag-icon-squared { + background-image: url(../flags/1x1/sn.svg); +} +.flag-icon-so { + background-image: url(../flags/4x3/so.svg); +} +.flag-icon-so.flag-icon-squared { + background-image: url(../flags/1x1/so.svg); +} +.flag-icon-sr { + background-image: url(../flags/4x3/sr.svg); +} +.flag-icon-sr.flag-icon-squared { + background-image: url(../flags/1x1/sr.svg); +} +.flag-icon-ss { + background-image: url(../flags/4x3/ss.svg); +} +.flag-icon-ss.flag-icon-squared { + background-image: url(../flags/1x1/ss.svg); +} +.flag-icon-st { + background-image: url(../flags/4x3/st.svg); +} +.flag-icon-st.flag-icon-squared { + background-image: url(../flags/1x1/st.svg); +} +.flag-icon-sv { + background-image: url(../flags/4x3/sv.svg); +} +.flag-icon-sv.flag-icon-squared { + background-image: url(../flags/1x1/sv.svg); +} +.flag-icon-sx { + background-image: url(../flags/4x3/sx.svg); +} +.flag-icon-sx.flag-icon-squared { + background-image: url(../flags/1x1/sx.svg); +} +.flag-icon-sy { + background-image: url(../flags/4x3/sy.svg); +} +.flag-icon-sy.flag-icon-squared { + background-image: url(../flags/1x1/sy.svg); +} +.flag-icon-sz { + background-image: url(../flags/4x3/sz.svg); +} +.flag-icon-sz.flag-icon-squared { + background-image: url(../flags/1x1/sz.svg); +} +.flag-icon-tc { + background-image: url(../flags/4x3/tc.svg); +} +.flag-icon-tc.flag-icon-squared { + background-image: url(../flags/1x1/tc.svg); +} +.flag-icon-td { + background-image: url(../flags/4x3/td.svg); +} +.flag-icon-td.flag-icon-squared { + background-image: url(../flags/1x1/td.svg); +} +.flag-icon-tf { + background-image: url(../flags/4x3/tf.svg); +} +.flag-icon-tf.flag-icon-squared { + background-image: url(../flags/1x1/tf.svg); +} +.flag-icon-tg { + background-image: url(../flags/4x3/tg.svg); +} +.flag-icon-tg.flag-icon-squared { + background-image: url(../flags/1x1/tg.svg); +} +.flag-icon-th { + background-image: url(../flags/4x3/th.svg); +} +.flag-icon-th.flag-icon-squared { + background-image: url(../flags/1x1/th.svg); +} +.flag-icon-tj { + background-image: url(../flags/4x3/tj.svg); +} +.flag-icon-tj.flag-icon-squared { + background-image: url(../flags/1x1/tj.svg); +} +.flag-icon-tk { + background-image: url(../flags/4x3/tk.svg); +} +.flag-icon-tk.flag-icon-squared { + background-image: url(../flags/1x1/tk.svg); +} +.flag-icon-tl { + background-image: url(../flags/4x3/tl.svg); +} +.flag-icon-tl.flag-icon-squared { + background-image: url(../flags/1x1/tl.svg); +} +.flag-icon-tm { + background-image: url(../flags/4x3/tm.svg); +} +.flag-icon-tm.flag-icon-squared { + background-image: url(../flags/1x1/tm.svg); +} +.flag-icon-tn { + background-image: url(../flags/4x3/tn.svg); +} +.flag-icon-tn.flag-icon-squared { + background-image: url(../flags/1x1/tn.svg); +} +.flag-icon-to { + background-image: url(../flags/4x3/to.svg); +} +.flag-icon-to.flag-icon-squared { + background-image: url(../flags/1x1/to.svg); +} +.flag-icon-tr { + background-image: url(../flags/4x3/tr.svg); +} +.flag-icon-tr.flag-icon-squared { + background-image: url(../flags/1x1/tr.svg); +} +.flag-icon-tt { + background-image: url(../flags/4x3/tt.svg); +} +.flag-icon-tt.flag-icon-squared { + background-image: url(../flags/1x1/tt.svg); +} +.flag-icon-tv { + background-image: url(../flags/4x3/tv.svg); +} +.flag-icon-tv.flag-icon-squared { + background-image: url(../flags/1x1/tv.svg); +} +.flag-icon-tw { + background-image: url(../flags/4x3/tw.svg); +} +.flag-icon-tw.flag-icon-squared { + background-image: url(../flags/1x1/tw.svg); +} +.flag-icon-tz { + background-image: url(../flags/4x3/tz.svg); +} +.flag-icon-tz.flag-icon-squared { + background-image: url(../flags/1x1/tz.svg); +} +.flag-icon-ua { + background-image: url(../flags/4x3/ua.svg); +} +.flag-icon-ua.flag-icon-squared { + background-image: url(../flags/1x1/ua.svg); +} +.flag-icon-ug { + background-image: url(../flags/4x3/ug.svg); +} +.flag-icon-ug.flag-icon-squared { + background-image: url(../flags/1x1/ug.svg); +} +.flag-icon-um { + background-image: url(../flags/4x3/um.svg); +} +.flag-icon-um.flag-icon-squared { + background-image: url(../flags/1x1/um.svg); +} +.flag-icon-us { + background-image: url(../flags/4x3/us.svg); +} +.flag-icon-us.flag-icon-squared { + background-image: url(../flags/1x1/us.svg); +} +.flag-icon-uy { + background-image: url(../flags/4x3/uy.svg); +} +.flag-icon-uy.flag-icon-squared { + background-image: url(../flags/1x1/uy.svg); +} +.flag-icon-uz { + background-image: url(../flags/4x3/uz.svg); +} +.flag-icon-uz.flag-icon-squared { + background-image: url(../flags/1x1/uz.svg); +} +.flag-icon-va { + background-image: url(../flags/4x3/va.svg); +} +.flag-icon-va.flag-icon-squared { + background-image: url(../flags/1x1/va.svg); +} +.flag-icon-vc { + background-image: url(../flags/4x3/vc.svg); +} +.flag-icon-vc.flag-icon-squared { + background-image: url(../flags/1x1/vc.svg); +} +.flag-icon-ve { + background-image: url(../flags/4x3/ve.svg); +} +.flag-icon-ve.flag-icon-squared { + background-image: url(../flags/1x1/ve.svg); +} +.flag-icon-vg { + background-image: url(../flags/4x3/vg.svg); +} +.flag-icon-vg.flag-icon-squared { + background-image: url(../flags/1x1/vg.svg); +} +.flag-icon-vi { + background-image: url(../flags/4x3/vi.svg); +} +.flag-icon-vi.flag-icon-squared { + background-image: url(../flags/1x1/vi.svg); +} +.flag-icon-vn { + background-image: url(../flags/4x3/vn.svg); +} +.flag-icon-vn.flag-icon-squared { + background-image: url(../flags/1x1/vn.svg); +} +.flag-icon-vu { + background-image: url(../flags/4x3/vu.svg); +} +.flag-icon-vu.flag-icon-squared { + background-image: url(../flags/1x1/vu.svg); +} +.flag-icon-wf { + background-image: url(../flags/4x3/wf.svg); +} +.flag-icon-wf.flag-icon-squared { + background-image: url(../flags/1x1/wf.svg); +} +.flag-icon-ws { + background-image: url(../flags/4x3/ws.svg); +} +.flag-icon-ws.flag-icon-squared { + background-image: url(../flags/1x1/ws.svg); +} +.flag-icon-ye { + background-image: url(../flags/4x3/ye.svg); +} +.flag-icon-ye.flag-icon-squared { + background-image: url(../flags/1x1/ye.svg); +} +.flag-icon-yt { + background-image: url(../flags/4x3/yt.svg); +} +.flag-icon-yt.flag-icon-squared { + background-image: url(../flags/1x1/yt.svg); +} +.flag-icon-za { + background-image: url(../flags/4x3/za.svg); +} +.flag-icon-za.flag-icon-squared { + background-image: url(../flags/1x1/za.svg); +} +.flag-icon-zm { + background-image: url(../flags/4x3/zm.svg); +} +.flag-icon-zm.flag-icon-squared { + background-image: url(../flags/1x1/zm.svg); +} +.flag-icon-zw { + background-image: url(../flags/4x3/zw.svg); +} +.flag-icon-zw.flag-icon-squared { + background-image: url(../flags/1x1/zw.svg); +} +.flag-icon-eu { + background-image: url(../flags/4x3/eu.svg); +} +.flag-icon-eu.flag-icon-squared { + background-image: url(../flags/1x1/eu.svg); +} +.flag-icon-gb-eng { + background-image: url(../flags/4x3/gb-eng.svg); +} +.flag-icon-gb-eng.flag-icon-squared { + background-image: url(../flags/1x1/gb-eng.svg); +} +.flag-icon-gb-sct { + background-image: url(../flags/4x3/gb-sct.svg); +} +.flag-icon-gb-sct.flag-icon-squared { + background-image: url(../flags/1x1/gb-sct.svg); +} +.flag-icon-gb-wls { + background-image: url(../flags/4x3/gb-wls.svg); +} +.flag-icon-gb-wls.flag-icon-squared { + background-image: url(../flags/1x1/gb-wls.svg); +} diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/css/flag-icon.min.css b/wwwjuba/app-assets/fonts/flag-icon-css/css/flag-icon.min.css new file mode 100644 index 0000000..af9875a --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/css/flag-icon.min.css @@ -0,0 +1 @@ +.flag-icon,.flag-icon-background{background-repeat:no-repeat;background-size:contain;background-position:50%}.flag-icon{position:relative;display:inline-block;width:1.33333333em;line-height:1em}.flag-icon:before{content:"\00a0"}.flag-icon.flag-icon-squared{width:1em}.flag-icon-ad{background-image:url(../flags/4x3/ad.svg)}.flag-icon-ad.flag-icon-squared{background-image:url(../flags/1x1/ad.svg)}.flag-icon-ae{background-image:url(../flags/4x3/ae.svg)}.flag-icon-ae.flag-icon-squared{background-image:url(../flags/1x1/ae.svg)}.flag-icon-af{background-image:url(../flags/4x3/af.svg)}.flag-icon-af.flag-icon-squared{background-image:url(../flags/1x1/af.svg)}.flag-icon-ag{background-image:url(../flags/4x3/ag.svg)}.flag-icon-ag.flag-icon-squared{background-image:url(../flags/1x1/ag.svg)}.flag-icon-ai{background-image:url(../flags/4x3/ai.svg)}.flag-icon-ai.flag-icon-squared{background-image:url(../flags/1x1/ai.svg)}.flag-icon-al{background-image:url(../flags/4x3/al.svg)}.flag-icon-al.flag-icon-squared{background-image:url(../flags/1x1/al.svg)}.flag-icon-am{background-image:url(../flags/4x3/am.svg)}.flag-icon-am.flag-icon-squared{background-image:url(../flags/1x1/am.svg)}.flag-icon-ao{background-image:url(../flags/4x3/ao.svg)}.flag-icon-ao.flag-icon-squared{background-image:url(../flags/1x1/ao.svg)}.flag-icon-aq{background-image:url(../flags/4x3/aq.svg)}.flag-icon-aq.flag-icon-squared{background-image:url(../flags/1x1/aq.svg)}.flag-icon-ar{background-image:url(../flags/4x3/ar.svg)}.flag-icon-ar.flag-icon-squared{background-image:url(../flags/1x1/ar.svg)}.flag-icon-as{background-image:url(../flags/4x3/as.svg)}.flag-icon-as.flag-icon-squared{background-image:url(../flags/1x1/as.svg)}.flag-icon-at{background-image:url(../flags/4x3/at.svg)}.flag-icon-at.flag-icon-squared{background-image:url(../flags/1x1/at.svg)}.flag-icon-au{background-image:url(../flags/4x3/au.svg)}.flag-icon-au.flag-icon-squared{background-image:url(../flags/1x1/au.svg)}.flag-icon-aw{background-image:url(../flags/4x3/aw.svg)}.flag-icon-aw.flag-icon-squared{background-image:url(../flags/1x1/aw.svg)}.flag-icon-ax{background-image:url(../flags/4x3/ax.svg)}.flag-icon-ax.flag-icon-squared{background-image:url(../flags/1x1/ax.svg)}.flag-icon-az{background-image:url(../flags/4x3/az.svg)}.flag-icon-az.flag-icon-squared{background-image:url(../flags/1x1/az.svg)}.flag-icon-ba{background-image:url(../flags/4x3/ba.svg)}.flag-icon-ba.flag-icon-squared{background-image:url(../flags/1x1/ba.svg)}.flag-icon-bb{background-image:url(../flags/4x3/bb.svg)}.flag-icon-bb.flag-icon-squared{background-image:url(../flags/1x1/bb.svg)}.flag-icon-bd{background-image:url(../flags/4x3/bd.svg)}.flag-icon-bd.flag-icon-squared{background-image:url(../flags/1x1/bd.svg)}.flag-icon-be{background-image:url(../flags/4x3/be.svg)}.flag-icon-be.flag-icon-squared{background-image:url(../flags/1x1/be.svg)}.flag-icon-bf{background-image:url(../flags/4x3/bf.svg)}.flag-icon-bf.flag-icon-squared{background-image:url(../flags/1x1/bf.svg)}.flag-icon-bg{background-image:url(../flags/4x3/bg.svg)}.flag-icon-bg.flag-icon-squared{background-image:url(../flags/1x1/bg.svg)}.flag-icon-bh{background-image:url(../flags/4x3/bh.svg)}.flag-icon-bh.flag-icon-squared{background-image:url(../flags/1x1/bh.svg)}.flag-icon-bi{background-image:url(../flags/4x3/bi.svg)}.flag-icon-bi.flag-icon-squared{background-image:url(../flags/1x1/bi.svg)}.flag-icon-bj{background-image:url(../flags/4x3/bj.svg)}.flag-icon-bj.flag-icon-squared{background-image:url(../flags/1x1/bj.svg)}.flag-icon-bl{background-image:url(../flags/4x3/bl.svg)}.flag-icon-bl.flag-icon-squared{background-image:url(../flags/1x1/bl.svg)}.flag-icon-bm{background-image:url(../flags/4x3/bm.svg)}.flag-icon-bm.flag-icon-squared{background-image:url(../flags/1x1/bm.svg)}.flag-icon-bn{background-image:url(../flags/4x3/bn.svg)}.flag-icon-bn.flag-icon-squared{background-image:url(../flags/1x1/bn.svg)}.flag-icon-bo{background-image:url(../flags/4x3/bo.svg)}.flag-icon-bo.flag-icon-squared{background-image:url(../flags/1x1/bo.svg)}.flag-icon-bq{background-image:url(../flags/4x3/bq.svg)}.flag-icon-bq.flag-icon-squared{background-image:url(../flags/1x1/bq.svg)}.flag-icon-br{background-image:url(../flags/4x3/br.svg)}.flag-icon-br.flag-icon-squared{background-image:url(../flags/1x1/br.svg)}.flag-icon-bs{background-image:url(../flags/4x3/bs.svg)}.flag-icon-bs.flag-icon-squared{background-image:url(../flags/1x1/bs.svg)}.flag-icon-bt{background-image:url(../flags/4x3/bt.svg)}.flag-icon-bt.flag-icon-squared{background-image:url(../flags/1x1/bt.svg)}.flag-icon-bv{background-image:url(../flags/4x3/bv.svg)}.flag-icon-bv.flag-icon-squared{background-image:url(../flags/1x1/bv.svg)}.flag-icon-bw{background-image:url(../flags/4x3/bw.svg)}.flag-icon-bw.flag-icon-squared{background-image:url(../flags/1x1/bw.svg)}.flag-icon-by{background-image:url(../flags/4x3/by.svg)}.flag-icon-by.flag-icon-squared{background-image:url(../flags/1x1/by.svg)}.flag-icon-bz{background-image:url(../flags/4x3/bz.svg)}.flag-icon-bz.flag-icon-squared{background-image:url(../flags/1x1/bz.svg)}.flag-icon-ca{background-image:url(../flags/4x3/ca.svg)}.flag-icon-ca.flag-icon-squared{background-image:url(../flags/1x1/ca.svg)}.flag-icon-cc{background-image:url(../flags/4x3/cc.svg)}.flag-icon-cc.flag-icon-squared{background-image:url(../flags/1x1/cc.svg)}.flag-icon-cd{background-image:url(../flags/4x3/cd.svg)}.flag-icon-cd.flag-icon-squared{background-image:url(../flags/1x1/cd.svg)}.flag-icon-cf{background-image:url(../flags/4x3/cf.svg)}.flag-icon-cf.flag-icon-squared{background-image:url(../flags/1x1/cf.svg)}.flag-icon-cg{background-image:url(../flags/4x3/cg.svg)}.flag-icon-cg.flag-icon-squared{background-image:url(../flags/1x1/cg.svg)}.flag-icon-ch{background-image:url(../flags/4x3/ch.svg)}.flag-icon-ch.flag-icon-squared{background-image:url(../flags/1x1/ch.svg)}.flag-icon-ci{background-image:url(../flags/4x3/ci.svg)}.flag-icon-ci.flag-icon-squared{background-image:url(../flags/1x1/ci.svg)}.flag-icon-ck{background-image:url(../flags/4x3/ck.svg)}.flag-icon-ck.flag-icon-squared{background-image:url(../flags/1x1/ck.svg)}.flag-icon-cl{background-image:url(../flags/4x3/cl.svg)}.flag-icon-cl.flag-icon-squared{background-image:url(../flags/1x1/cl.svg)}.flag-icon-cm{background-image:url(../flags/4x3/cm.svg)}.flag-icon-cm.flag-icon-squared{background-image:url(../flags/1x1/cm.svg)}.flag-icon-cn{background-image:url(../flags/4x3/cn.svg)}.flag-icon-cn.flag-icon-squared{background-image:url(../flags/1x1/cn.svg)}.flag-icon-co{background-image:url(../flags/4x3/co.svg)}.flag-icon-co.flag-icon-squared{background-image:url(../flags/1x1/co.svg)}.flag-icon-cr{background-image:url(../flags/4x3/cr.svg)}.flag-icon-cr.flag-icon-squared{background-image:url(../flags/1x1/cr.svg)}.flag-icon-cu{background-image:url(../flags/4x3/cu.svg)}.flag-icon-cu.flag-icon-squared{background-image:url(../flags/1x1/cu.svg)}.flag-icon-cv{background-image:url(../flags/4x3/cv.svg)}.flag-icon-cv.flag-icon-squared{background-image:url(../flags/1x1/cv.svg)}.flag-icon-cw{background-image:url(../flags/4x3/cw.svg)}.flag-icon-cw.flag-icon-squared{background-image:url(../flags/1x1/cw.svg)}.flag-icon-cx{background-image:url(../flags/4x3/cx.svg)}.flag-icon-cx.flag-icon-squared{background-image:url(../flags/1x1/cx.svg)}.flag-icon-cy{background-image:url(../flags/4x3/cy.svg)}.flag-icon-cy.flag-icon-squared{background-image:url(../flags/1x1/cy.svg)}.flag-icon-cz{background-image:url(../flags/4x3/cz.svg)}.flag-icon-cz.flag-icon-squared{background-image:url(../flags/1x1/cz.svg)}.flag-icon-de{background-image:url(../flags/4x3/de.svg)}.flag-icon-de.flag-icon-squared{background-image:url(../flags/1x1/de.svg)}.flag-icon-dj{background-image:url(../flags/4x3/dj.svg)}.flag-icon-dj.flag-icon-squared{background-image:url(../flags/1x1/dj.svg)}.flag-icon-dk{background-image:url(../flags/4x3/dk.svg)}.flag-icon-dk.flag-icon-squared{background-image:url(../flags/1x1/dk.svg)}.flag-icon-dm{background-image:url(../flags/4x3/dm.svg)}.flag-icon-dm.flag-icon-squared{background-image:url(../flags/1x1/dm.svg)}.flag-icon-do{background-image:url(../flags/4x3/do.svg)}.flag-icon-do.flag-icon-squared{background-image:url(../flags/1x1/do.svg)}.flag-icon-dz{background-image:url(../flags/4x3/dz.svg)}.flag-icon-dz.flag-icon-squared{background-image:url(../flags/1x1/dz.svg)}.flag-icon-ec{background-image:url(../flags/4x3/ec.svg)}.flag-icon-ec.flag-icon-squared{background-image:url(../flags/1x1/ec.svg)}.flag-icon-ee{background-image:url(../flags/4x3/ee.svg)}.flag-icon-ee.flag-icon-squared{background-image:url(../flags/1x1/ee.svg)}.flag-icon-eg{background-image:url(../flags/4x3/eg.svg)}.flag-icon-eg.flag-icon-squared{background-image:url(../flags/1x1/eg.svg)}.flag-icon-eh{background-image:url(../flags/4x3/eh.svg)}.flag-icon-eh.flag-icon-squared{background-image:url(../flags/1x1/eh.svg)}.flag-icon-er{background-image:url(../flags/4x3/er.svg)}.flag-icon-er.flag-icon-squared{background-image:url(../flags/1x1/er.svg)}.flag-icon-es{background-image:url(../flags/4x3/es.svg)}.flag-icon-es.flag-icon-squared{background-image:url(../flags/1x1/es.svg)}.flag-icon-et{background-image:url(../flags/4x3/et.svg)}.flag-icon-et.flag-icon-squared{background-image:url(../flags/1x1/et.svg)}.flag-icon-fi{background-image:url(../flags/4x3/fi.svg)}.flag-icon-fi.flag-icon-squared{background-image:url(../flags/1x1/fi.svg)}.flag-icon-fj{background-image:url(../flags/4x3/fj.svg)}.flag-icon-fj.flag-icon-squared{background-image:url(../flags/1x1/fj.svg)}.flag-icon-fk{background-image:url(../flags/4x3/fk.svg)}.flag-icon-fk.flag-icon-squared{background-image:url(../flags/1x1/fk.svg)}.flag-icon-fm{background-image:url(../flags/4x3/fm.svg)}.flag-icon-fm.flag-icon-squared{background-image:url(../flags/1x1/fm.svg)}.flag-icon-fo{background-image:url(../flags/4x3/fo.svg)}.flag-icon-fo.flag-icon-squared{background-image:url(../flags/1x1/fo.svg)}.flag-icon-fr{background-image:url(../flags/4x3/fr.svg)}.flag-icon-fr.flag-icon-squared{background-image:url(../flags/1x1/fr.svg)}.flag-icon-ga{background-image:url(../flags/4x3/ga.svg)}.flag-icon-ga.flag-icon-squared{background-image:url(../flags/1x1/ga.svg)}.flag-icon-gb{background-image:url(../flags/4x3/gb.svg)}.flag-icon-gb.flag-icon-squared{background-image:url(../flags/1x1/gb.svg)}.flag-icon-gd{background-image:url(../flags/4x3/gd.svg)}.flag-icon-gd.flag-icon-squared{background-image:url(../flags/1x1/gd.svg)}.flag-icon-ge{background-image:url(../flags/4x3/ge.svg)}.flag-icon-ge.flag-icon-squared{background-image:url(../flags/1x1/ge.svg)}.flag-icon-gf{background-image:url(../flags/4x3/gf.svg)}.flag-icon-gf.flag-icon-squared{background-image:url(../flags/1x1/gf.svg)}.flag-icon-gg{background-image:url(../flags/4x3/gg.svg)}.flag-icon-gg.flag-icon-squared{background-image:url(../flags/1x1/gg.svg)}.flag-icon-gh{background-image:url(../flags/4x3/gh.svg)}.flag-icon-gh.flag-icon-squared{background-image:url(../flags/1x1/gh.svg)}.flag-icon-gi{background-image:url(../flags/4x3/gi.svg)}.flag-icon-gi.flag-icon-squared{background-image:url(../flags/1x1/gi.svg)}.flag-icon-gl{background-image:url(../flags/4x3/gl.svg)}.flag-icon-gl.flag-icon-squared{background-image:url(../flags/1x1/gl.svg)}.flag-icon-gm{background-image:url(../flags/4x3/gm.svg)}.flag-icon-gm.flag-icon-squared{background-image:url(../flags/1x1/gm.svg)}.flag-icon-gn{background-image:url(../flags/4x3/gn.svg)}.flag-icon-gn.flag-icon-squared{background-image:url(../flags/1x1/gn.svg)}.flag-icon-gp{background-image:url(../flags/4x3/gp.svg)}.flag-icon-gp.flag-icon-squared{background-image:url(../flags/1x1/gp.svg)}.flag-icon-gq{background-image:url(../flags/4x3/gq.svg)}.flag-icon-gq.flag-icon-squared{background-image:url(../flags/1x1/gq.svg)}.flag-icon-gr{background-image:url(../flags/4x3/gr.svg)}.flag-icon-gr.flag-icon-squared{background-image:url(../flags/1x1/gr.svg)}.flag-icon-gs{background-image:url(../flags/4x3/gs.svg)}.flag-icon-gs.flag-icon-squared{background-image:url(../flags/1x1/gs.svg)}.flag-icon-gt{background-image:url(../flags/4x3/gt.svg)}.flag-icon-gt.flag-icon-squared{background-image:url(../flags/1x1/gt.svg)}.flag-icon-gu{background-image:url(../flags/4x3/gu.svg)}.flag-icon-gu.flag-icon-squared{background-image:url(../flags/1x1/gu.svg)}.flag-icon-gw{background-image:url(../flags/4x3/gw.svg)}.flag-icon-gw.flag-icon-squared{background-image:url(../flags/1x1/gw.svg)}.flag-icon-gy{background-image:url(../flags/4x3/gy.svg)}.flag-icon-gy.flag-icon-squared{background-image:url(../flags/1x1/gy.svg)}.flag-icon-hk{background-image:url(../flags/4x3/hk.svg)}.flag-icon-hk.flag-icon-squared{background-image:url(../flags/1x1/hk.svg)}.flag-icon-hm{background-image:url(../flags/4x3/hm.svg)}.flag-icon-hm.flag-icon-squared{background-image:url(../flags/1x1/hm.svg)}.flag-icon-hn{background-image:url(../flags/4x3/hn.svg)}.flag-icon-hn.flag-icon-squared{background-image:url(../flags/1x1/hn.svg)}.flag-icon-hr{background-image:url(../flags/4x3/hr.svg)}.flag-icon-hr.flag-icon-squared{background-image:url(../flags/1x1/hr.svg)}.flag-icon-ht{background-image:url(../flags/4x3/ht.svg)}.flag-icon-ht.flag-icon-squared{background-image:url(../flags/1x1/ht.svg)}.flag-icon-hu{background-image:url(../flags/4x3/hu.svg)}.flag-icon-hu.flag-icon-squared{background-image:url(../flags/1x1/hu.svg)}.flag-icon-id{background-image:url(../flags/4x3/id.svg)}.flag-icon-id.flag-icon-squared{background-image:url(../flags/1x1/id.svg)}.flag-icon-ie{background-image:url(../flags/4x3/ie.svg)}.flag-icon-ie.flag-icon-squared{background-image:url(../flags/1x1/ie.svg)}.flag-icon-il{background-image:url(../flags/4x3/il.svg)}.flag-icon-il.flag-icon-squared{background-image:url(../flags/1x1/il.svg)}.flag-icon-im{background-image:url(../flags/4x3/im.svg)}.flag-icon-im.flag-icon-squared{background-image:url(../flags/1x1/im.svg)}.flag-icon-in{background-image:url(../flags/4x3/in.svg)}.flag-icon-in.flag-icon-squared{background-image:url(../flags/1x1/in.svg)}.flag-icon-io{background-image:url(../flags/4x3/io.svg)}.flag-icon-io.flag-icon-squared{background-image:url(../flags/1x1/io.svg)}.flag-icon-iq{background-image:url(../flags/4x3/iq.svg)}.flag-icon-iq.flag-icon-squared{background-image:url(../flags/1x1/iq.svg)}.flag-icon-ir{background-image:url(../flags/4x3/ir.svg)}.flag-icon-ir.flag-icon-squared{background-image:url(../flags/1x1/ir.svg)}.flag-icon-is{background-image:url(../flags/4x3/is.svg)}.flag-icon-is.flag-icon-squared{background-image:url(../flags/1x1/is.svg)}.flag-icon-it{background-image:url(../flags/4x3/it.svg)}.flag-icon-it.flag-icon-squared{background-image:url(../flags/1x1/it.svg)}.flag-icon-je{background-image:url(../flags/4x3/je.svg)}.flag-icon-je.flag-icon-squared{background-image:url(../flags/1x1/je.svg)}.flag-icon-jm{background-image:url(../flags/4x3/jm.svg)}.flag-icon-jm.flag-icon-squared{background-image:url(../flags/1x1/jm.svg)}.flag-icon-jo{background-image:url(../flags/4x3/jo.svg)}.flag-icon-jo.flag-icon-squared{background-image:url(../flags/1x1/jo.svg)}.flag-icon-jp{background-image:url(../flags/4x3/jp.svg)}.flag-icon-jp.flag-icon-squared{background-image:url(../flags/1x1/jp.svg)}.flag-icon-ke{background-image:url(../flags/4x3/ke.svg)}.flag-icon-ke.flag-icon-squared{background-image:url(../flags/1x1/ke.svg)}.flag-icon-kg{background-image:url(../flags/4x3/kg.svg)}.flag-icon-kg.flag-icon-squared{background-image:url(../flags/1x1/kg.svg)}.flag-icon-kh{background-image:url(../flags/4x3/kh.svg)}.flag-icon-kh.flag-icon-squared{background-image:url(../flags/1x1/kh.svg)}.flag-icon-ki{background-image:url(../flags/4x3/ki.svg)}.flag-icon-ki.flag-icon-squared{background-image:url(../flags/1x1/ki.svg)}.flag-icon-km{background-image:url(../flags/4x3/km.svg)}.flag-icon-km.flag-icon-squared{background-image:url(../flags/1x1/km.svg)}.flag-icon-kn{background-image:url(../flags/4x3/kn.svg)}.flag-icon-kn.flag-icon-squared{background-image:url(../flags/1x1/kn.svg)}.flag-icon-kp{background-image:url(../flags/4x3/kp.svg)}.flag-icon-kp.flag-icon-squared{background-image:url(../flags/1x1/kp.svg)}.flag-icon-kr{background-image:url(../flags/4x3/kr.svg)}.flag-icon-kr.flag-icon-squared{background-image:url(../flags/1x1/kr.svg)}.flag-icon-kw{background-image:url(../flags/4x3/kw.svg)}.flag-icon-kw.flag-icon-squared{background-image:url(../flags/1x1/kw.svg)}.flag-icon-ky{background-image:url(../flags/4x3/ky.svg)}.flag-icon-ky.flag-icon-squared{background-image:url(../flags/1x1/ky.svg)}.flag-icon-kz{background-image:url(../flags/4x3/kz.svg)}.flag-icon-kz.flag-icon-squared{background-image:url(../flags/1x1/kz.svg)}.flag-icon-la{background-image:url(../flags/4x3/la.svg)}.flag-icon-la.flag-icon-squared{background-image:url(../flags/1x1/la.svg)}.flag-icon-lb{background-image:url(../flags/4x3/lb.svg)}.flag-icon-lb.flag-icon-squared{background-image:url(../flags/1x1/lb.svg)}.flag-icon-lc{background-image:url(../flags/4x3/lc.svg)}.flag-icon-lc.flag-icon-squared{background-image:url(../flags/1x1/lc.svg)}.flag-icon-li{background-image:url(../flags/4x3/li.svg)}.flag-icon-li.flag-icon-squared{background-image:url(../flags/1x1/li.svg)}.flag-icon-lk{background-image:url(../flags/4x3/lk.svg)}.flag-icon-lk.flag-icon-squared{background-image:url(../flags/1x1/lk.svg)}.flag-icon-lr{background-image:url(../flags/4x3/lr.svg)}.flag-icon-lr.flag-icon-squared{background-image:url(../flags/1x1/lr.svg)}.flag-icon-ls{background-image:url(../flags/4x3/ls.svg)}.flag-icon-ls.flag-icon-squared{background-image:url(../flags/1x1/ls.svg)}.flag-icon-lt{background-image:url(../flags/4x3/lt.svg)}.flag-icon-lt.flag-icon-squared{background-image:url(../flags/1x1/lt.svg)}.flag-icon-lu{background-image:url(../flags/4x3/lu.svg)}.flag-icon-lu.flag-icon-squared{background-image:url(../flags/1x1/lu.svg)}.flag-icon-lv{background-image:url(../flags/4x3/lv.svg)}.flag-icon-lv.flag-icon-squared{background-image:url(../flags/1x1/lv.svg)}.flag-icon-ly{background-image:url(../flags/4x3/ly.svg)}.flag-icon-ly.flag-icon-squared{background-image:url(../flags/1x1/ly.svg)}.flag-icon-ma{background-image:url(../flags/4x3/ma.svg)}.flag-icon-ma.flag-icon-squared{background-image:url(../flags/1x1/ma.svg)}.flag-icon-mc{background-image:url(../flags/4x3/mc.svg)}.flag-icon-mc.flag-icon-squared{background-image:url(../flags/1x1/mc.svg)}.flag-icon-md{background-image:url(../flags/4x3/md.svg)}.flag-icon-md.flag-icon-squared{background-image:url(../flags/1x1/md.svg)}.flag-icon-me{background-image:url(../flags/4x3/me.svg)}.flag-icon-me.flag-icon-squared{background-image:url(../flags/1x1/me.svg)}.flag-icon-mf{background-image:url(../flags/4x3/mf.svg)}.flag-icon-mf.flag-icon-squared{background-image:url(../flags/1x1/mf.svg)}.flag-icon-mg{background-image:url(../flags/4x3/mg.svg)}.flag-icon-mg.flag-icon-squared{background-image:url(../flags/1x1/mg.svg)}.flag-icon-mh{background-image:url(../flags/4x3/mh.svg)}.flag-icon-mh.flag-icon-squared{background-image:url(../flags/1x1/mh.svg)}.flag-icon-mk{background-image:url(../flags/4x3/mk.svg)}.flag-icon-mk.flag-icon-squared{background-image:url(../flags/1x1/mk.svg)}.flag-icon-ml{background-image:url(../flags/4x3/ml.svg)}.flag-icon-ml.flag-icon-squared{background-image:url(../flags/1x1/ml.svg)}.flag-icon-mm{background-image:url(../flags/4x3/mm.svg)}.flag-icon-mm.flag-icon-squared{background-image:url(../flags/1x1/mm.svg)}.flag-icon-mn{background-image:url(../flags/4x3/mn.svg)}.flag-icon-mn.flag-icon-squared{background-image:url(../flags/1x1/mn.svg)}.flag-icon-mo{background-image:url(../flags/4x3/mo.svg)}.flag-icon-mo.flag-icon-squared{background-image:url(../flags/1x1/mo.svg)}.flag-icon-mp{background-image:url(../flags/4x3/mp.svg)}.flag-icon-mp.flag-icon-squared{background-image:url(../flags/1x1/mp.svg)}.flag-icon-mq{background-image:url(../flags/4x3/mq.svg)}.flag-icon-mq.flag-icon-squared{background-image:url(../flags/1x1/mq.svg)}.flag-icon-mr{background-image:url(../flags/4x3/mr.svg)}.flag-icon-mr.flag-icon-squared{background-image:url(../flags/1x1/mr.svg)}.flag-icon-ms{background-image:url(../flags/4x3/ms.svg)}.flag-icon-ms.flag-icon-squared{background-image:url(../flags/1x1/ms.svg)}.flag-icon-mt{background-image:url(../flags/4x3/mt.svg)}.flag-icon-mt.flag-icon-squared{background-image:url(../flags/1x1/mt.svg)}.flag-icon-mu{background-image:url(../flags/4x3/mu.svg)}.flag-icon-mu.flag-icon-squared{background-image:url(../flags/1x1/mu.svg)}.flag-icon-mv{background-image:url(../flags/4x3/mv.svg)}.flag-icon-mv.flag-icon-squared{background-image:url(../flags/1x1/mv.svg)}.flag-icon-mw{background-image:url(../flags/4x3/mw.svg)}.flag-icon-mw.flag-icon-squared{background-image:url(../flags/1x1/mw.svg)}.flag-icon-mx{background-image:url(../flags/4x3/mx.svg)}.flag-icon-mx.flag-icon-squared{background-image:url(../flags/1x1/mx.svg)}.flag-icon-my{background-image:url(../flags/4x3/my.svg)}.flag-icon-my.flag-icon-squared{background-image:url(../flags/1x1/my.svg)}.flag-icon-mz{background-image:url(../flags/4x3/mz.svg)}.flag-icon-mz.flag-icon-squared{background-image:url(../flags/1x1/mz.svg)}.flag-icon-na{background-image:url(../flags/4x3/na.svg)}.flag-icon-na.flag-icon-squared{background-image:url(../flags/1x1/na.svg)}.flag-icon-nc{background-image:url(../flags/4x3/nc.svg)}.flag-icon-nc.flag-icon-squared{background-image:url(../flags/1x1/nc.svg)}.flag-icon-ne{background-image:url(../flags/4x3/ne.svg)}.flag-icon-ne.flag-icon-squared{background-image:url(../flags/1x1/ne.svg)}.flag-icon-nf{background-image:url(../flags/4x3/nf.svg)}.flag-icon-nf.flag-icon-squared{background-image:url(../flags/1x1/nf.svg)}.flag-icon-ng{background-image:url(../flags/4x3/ng.svg)}.flag-icon-ng.flag-icon-squared{background-image:url(../flags/1x1/ng.svg)}.flag-icon-ni{background-image:url(../flags/4x3/ni.svg)}.flag-icon-ni.flag-icon-squared{background-image:url(../flags/1x1/ni.svg)}.flag-icon-nl{background-image:url(../flags/4x3/nl.svg)}.flag-icon-nl.flag-icon-squared{background-image:url(../flags/1x1/nl.svg)}.flag-icon-no{background-image:url(../flags/4x3/no.svg)}.flag-icon-no.flag-icon-squared{background-image:url(../flags/1x1/no.svg)}.flag-icon-np{background-image:url(../flags/4x3/np.svg)}.flag-icon-np.flag-icon-squared{background-image:url(../flags/1x1/np.svg)}.flag-icon-nr{background-image:url(../flags/4x3/nr.svg)}.flag-icon-nr.flag-icon-squared{background-image:url(../flags/1x1/nr.svg)}.flag-icon-nu{background-image:url(../flags/4x3/nu.svg)}.flag-icon-nu.flag-icon-squared{background-image:url(../flags/1x1/nu.svg)}.flag-icon-nz{background-image:url(../flags/4x3/nz.svg)}.flag-icon-nz.flag-icon-squared{background-image:url(../flags/1x1/nz.svg)}.flag-icon-om{background-image:url(../flags/4x3/om.svg)}.flag-icon-om.flag-icon-squared{background-image:url(../flags/1x1/om.svg)}.flag-icon-pa{background-image:url(../flags/4x3/pa.svg)}.flag-icon-pa.flag-icon-squared{background-image:url(../flags/1x1/pa.svg)}.flag-icon-pe{background-image:url(../flags/4x3/pe.svg)}.flag-icon-pe.flag-icon-squared{background-image:url(../flags/1x1/pe.svg)}.flag-icon-pf{background-image:url(../flags/4x3/pf.svg)}.flag-icon-pf.flag-icon-squared{background-image:url(../flags/1x1/pf.svg)}.flag-icon-pg{background-image:url(../flags/4x3/pg.svg)}.flag-icon-pg.flag-icon-squared{background-image:url(../flags/1x1/pg.svg)}.flag-icon-ph{background-image:url(../flags/4x3/ph.svg)}.flag-icon-ph.flag-icon-squared{background-image:url(../flags/1x1/ph.svg)}.flag-icon-pk{background-image:url(../flags/4x3/pk.svg)}.flag-icon-pk.flag-icon-squared{background-image:url(../flags/1x1/pk.svg)}.flag-icon-pl{background-image:url(../flags/4x3/pl.svg)}.flag-icon-pl.flag-icon-squared{background-image:url(../flags/1x1/pl.svg)}.flag-icon-pm{background-image:url(../flags/4x3/pm.svg)}.flag-icon-pm.flag-icon-squared{background-image:url(../flags/1x1/pm.svg)}.flag-icon-pn{background-image:url(../flags/4x3/pn.svg)}.flag-icon-pn.flag-icon-squared{background-image:url(../flags/1x1/pn.svg)}.flag-icon-pr{background-image:url(../flags/4x3/pr.svg)}.flag-icon-pr.flag-icon-squared{background-image:url(../flags/1x1/pr.svg)}.flag-icon-ps{background-image:url(../flags/4x3/ps.svg)}.flag-icon-ps.flag-icon-squared{background-image:url(../flags/1x1/ps.svg)}.flag-icon-pt{background-image:url(../flags/4x3/pt.svg)}.flag-icon-pt.flag-icon-squared{background-image:url(../flags/1x1/pt.svg)}.flag-icon-pw{background-image:url(../flags/4x3/pw.svg)}.flag-icon-pw.flag-icon-squared{background-image:url(../flags/1x1/pw.svg)}.flag-icon-py{background-image:url(../flags/4x3/py.svg)}.flag-icon-py.flag-icon-squared{background-image:url(../flags/1x1/py.svg)}.flag-icon-qa{background-image:url(../flags/4x3/qa.svg)}.flag-icon-qa.flag-icon-squared{background-image:url(../flags/1x1/qa.svg)}.flag-icon-re{background-image:url(../flags/4x3/re.svg)}.flag-icon-re.flag-icon-squared{background-image:url(../flags/1x1/re.svg)}.flag-icon-ro{background-image:url(../flags/4x3/ro.svg)}.flag-icon-ro.flag-icon-squared{background-image:url(../flags/1x1/ro.svg)}.flag-icon-rs{background-image:url(../flags/4x3/rs.svg)}.flag-icon-rs.flag-icon-squared{background-image:url(../flags/1x1/rs.svg)}.flag-icon-ru{background-image:url(../flags/4x3/ru.svg)}.flag-icon-ru.flag-icon-squared{background-image:url(../flags/1x1/ru.svg)}.flag-icon-rw{background-image:url(../flags/4x3/rw.svg)}.flag-icon-rw.flag-icon-squared{background-image:url(../flags/1x1/rw.svg)}.flag-icon-sa{background-image:url(../flags/4x3/sa.svg)}.flag-icon-sa.flag-icon-squared{background-image:url(../flags/1x1/sa.svg)}.flag-icon-sb{background-image:url(../flags/4x3/sb.svg)}.flag-icon-sb.flag-icon-squared{background-image:url(../flags/1x1/sb.svg)}.flag-icon-sc{background-image:url(../flags/4x3/sc.svg)}.flag-icon-sc.flag-icon-squared{background-image:url(../flags/1x1/sc.svg)}.flag-icon-sd{background-image:url(../flags/4x3/sd.svg)}.flag-icon-sd.flag-icon-squared{background-image:url(../flags/1x1/sd.svg)}.flag-icon-se{background-image:url(../flags/4x3/se.svg)}.flag-icon-se.flag-icon-squared{background-image:url(../flags/1x1/se.svg)}.flag-icon-sg{background-image:url(../flags/4x3/sg.svg)}.flag-icon-sg.flag-icon-squared{background-image:url(../flags/1x1/sg.svg)}.flag-icon-sh{background-image:url(../flags/4x3/sh.svg)}.flag-icon-sh.flag-icon-squared{background-image:url(../flags/1x1/sh.svg)}.flag-icon-si{background-image:url(../flags/4x3/si.svg)}.flag-icon-si.flag-icon-squared{background-image:url(../flags/1x1/si.svg)}.flag-icon-sj{background-image:url(../flags/4x3/sj.svg)}.flag-icon-sj.flag-icon-squared{background-image:url(../flags/1x1/sj.svg)}.flag-icon-sk{background-image:url(../flags/4x3/sk.svg)}.flag-icon-sk.flag-icon-squared{background-image:url(../flags/1x1/sk.svg)}.flag-icon-sl{background-image:url(../flags/4x3/sl.svg)}.flag-icon-sl.flag-icon-squared{background-image:url(../flags/1x1/sl.svg)}.flag-icon-sm{background-image:url(../flags/4x3/sm.svg)}.flag-icon-sm.flag-icon-squared{background-image:url(../flags/1x1/sm.svg)}.flag-icon-sn{background-image:url(../flags/4x3/sn.svg)}.flag-icon-sn.flag-icon-squared{background-image:url(../flags/1x1/sn.svg)}.flag-icon-so{background-image:url(../flags/4x3/so.svg)}.flag-icon-so.flag-icon-squared{background-image:url(../flags/1x1/so.svg)}.flag-icon-sr{background-image:url(../flags/4x3/sr.svg)}.flag-icon-sr.flag-icon-squared{background-image:url(../flags/1x1/sr.svg)}.flag-icon-ss{background-image:url(../flags/4x3/ss.svg)}.flag-icon-ss.flag-icon-squared{background-image:url(../flags/1x1/ss.svg)}.flag-icon-st{background-image:url(../flags/4x3/st.svg)}.flag-icon-st.flag-icon-squared{background-image:url(../flags/1x1/st.svg)}.flag-icon-sv{background-image:url(../flags/4x3/sv.svg)}.flag-icon-sv.flag-icon-squared{background-image:url(../flags/1x1/sv.svg)}.flag-icon-sx{background-image:url(../flags/4x3/sx.svg)}.flag-icon-sx.flag-icon-squared{background-image:url(../flags/1x1/sx.svg)}.flag-icon-sy{background-image:url(../flags/4x3/sy.svg)}.flag-icon-sy.flag-icon-squared{background-image:url(../flags/1x1/sy.svg)}.flag-icon-sz{background-image:url(../flags/4x3/sz.svg)}.flag-icon-sz.flag-icon-squared{background-image:url(../flags/1x1/sz.svg)}.flag-icon-tc{background-image:url(../flags/4x3/tc.svg)}.flag-icon-tc.flag-icon-squared{background-image:url(../flags/1x1/tc.svg)}.flag-icon-td{background-image:url(../flags/4x3/td.svg)}.flag-icon-td.flag-icon-squared{background-image:url(../flags/1x1/td.svg)}.flag-icon-tf{background-image:url(../flags/4x3/tf.svg)}.flag-icon-tf.flag-icon-squared{background-image:url(../flags/1x1/tf.svg)}.flag-icon-tg{background-image:url(../flags/4x3/tg.svg)}.flag-icon-tg.flag-icon-squared{background-image:url(../flags/1x1/tg.svg)}.flag-icon-th{background-image:url(../flags/4x3/th.svg)}.flag-icon-th.flag-icon-squared{background-image:url(../flags/1x1/th.svg)}.flag-icon-tj{background-image:url(../flags/4x3/tj.svg)}.flag-icon-tj.flag-icon-squared{background-image:url(../flags/1x1/tj.svg)}.flag-icon-tk{background-image:url(../flags/4x3/tk.svg)}.flag-icon-tk.flag-icon-squared{background-image:url(../flags/1x1/tk.svg)}.flag-icon-tl{background-image:url(../flags/4x3/tl.svg)}.flag-icon-tl.flag-icon-squared{background-image:url(../flags/1x1/tl.svg)}.flag-icon-tm{background-image:url(../flags/4x3/tm.svg)}.flag-icon-tm.flag-icon-squared{background-image:url(../flags/1x1/tm.svg)}.flag-icon-tn{background-image:url(../flags/4x3/tn.svg)}.flag-icon-tn.flag-icon-squared{background-image:url(../flags/1x1/tn.svg)}.flag-icon-to{background-image:url(../flags/4x3/to.svg)}.flag-icon-to.flag-icon-squared{background-image:url(../flags/1x1/to.svg)}.flag-icon-tr{background-image:url(../flags/4x3/tr.svg)}.flag-icon-tr.flag-icon-squared{background-image:url(../flags/1x1/tr.svg)}.flag-icon-tt{background-image:url(../flags/4x3/tt.svg)}.flag-icon-tt.flag-icon-squared{background-image:url(../flags/1x1/tt.svg)}.flag-icon-tv{background-image:url(../flags/4x3/tv.svg)}.flag-icon-tv.flag-icon-squared{background-image:url(../flags/1x1/tv.svg)}.flag-icon-tw{background-image:url(../flags/4x3/tw.svg)}.flag-icon-tw.flag-icon-squared{background-image:url(../flags/1x1/tw.svg)}.flag-icon-tz{background-image:url(../flags/4x3/tz.svg)}.flag-icon-tz.flag-icon-squared{background-image:url(../flags/1x1/tz.svg)}.flag-icon-ua{background-image:url(../flags/4x3/ua.svg)}.flag-icon-ua.flag-icon-squared{background-image:url(../flags/1x1/ua.svg)}.flag-icon-ug{background-image:url(../flags/4x3/ug.svg)}.flag-icon-ug.flag-icon-squared{background-image:url(../flags/1x1/ug.svg)}.flag-icon-um{background-image:url(../flags/4x3/um.svg)}.flag-icon-um.flag-icon-squared{background-image:url(../flags/1x1/um.svg)}.flag-icon-us{background-image:url(../flags/4x3/us.svg)}.flag-icon-us.flag-icon-squared{background-image:url(../flags/1x1/us.svg)}.flag-icon-uy{background-image:url(../flags/4x3/uy.svg)}.flag-icon-uy.flag-icon-squared{background-image:url(../flags/1x1/uy.svg)}.flag-icon-uz{background-image:url(../flags/4x3/uz.svg)}.flag-icon-uz.flag-icon-squared{background-image:url(../flags/1x1/uz.svg)}.flag-icon-va{background-image:url(../flags/4x3/va.svg)}.flag-icon-va.flag-icon-squared{background-image:url(../flags/1x1/va.svg)}.flag-icon-vc{background-image:url(../flags/4x3/vc.svg)}.flag-icon-vc.flag-icon-squared{background-image:url(../flags/1x1/vc.svg)}.flag-icon-ve{background-image:url(../flags/4x3/ve.svg)}.flag-icon-ve.flag-icon-squared{background-image:url(../flags/1x1/ve.svg)}.flag-icon-vg{background-image:url(../flags/4x3/vg.svg)}.flag-icon-vg.flag-icon-squared{background-image:url(../flags/1x1/vg.svg)}.flag-icon-vi{background-image:url(../flags/4x3/vi.svg)}.flag-icon-vi.flag-icon-squared{background-image:url(../flags/1x1/vi.svg)}.flag-icon-vn{background-image:url(../flags/4x3/vn.svg)}.flag-icon-vn.flag-icon-squared{background-image:url(../flags/1x1/vn.svg)}.flag-icon-vu{background-image:url(../flags/4x3/vu.svg)}.flag-icon-vu.flag-icon-squared{background-image:url(../flags/1x1/vu.svg)}.flag-icon-wf{background-image:url(../flags/4x3/wf.svg)}.flag-icon-wf.flag-icon-squared{background-image:url(../flags/1x1/wf.svg)}.flag-icon-ws{background-image:url(../flags/4x3/ws.svg)}.flag-icon-ws.flag-icon-squared{background-image:url(../flags/1x1/ws.svg)}.flag-icon-ye{background-image:url(../flags/4x3/ye.svg)}.flag-icon-ye.flag-icon-squared{background-image:url(../flags/1x1/ye.svg)}.flag-icon-yt{background-image:url(../flags/4x3/yt.svg)}.flag-icon-yt.flag-icon-squared{background-image:url(../flags/1x1/yt.svg)}.flag-icon-za{background-image:url(../flags/4x3/za.svg)}.flag-icon-za.flag-icon-squared{background-image:url(../flags/1x1/za.svg)}.flag-icon-zm{background-image:url(../flags/4x3/zm.svg)}.flag-icon-zm.flag-icon-squared{background-image:url(../flags/1x1/zm.svg)}.flag-icon-zw{background-image:url(../flags/4x3/zw.svg)}.flag-icon-zw.flag-icon-squared{background-image:url(../flags/1x1/zw.svg)}.flag-icon-eu{background-image:url(../flags/4x3/eu.svg)}.flag-icon-eu.flag-icon-squared{background-image:url(../flags/1x1/eu.svg)}.flag-icon-gb-eng{background-image:url(../flags/4x3/gb-eng.svg)}.flag-icon-gb-eng.flag-icon-squared{background-image:url(../flags/1x1/gb-eng.svg)}.flag-icon-gb-sct{background-image:url(../flags/4x3/gb-sct.svg)}.flag-icon-gb-sct.flag-icon-squared{background-image:url(../flags/1x1/gb-sct.svg)}.flag-icon-gb-wls{background-image:url(../flags/4x3/gb-wls.svg)}.flag-icon-gb-wls.flag-icon-squared{background-image:url(../flags/1x1/gb-wls.svg)} \ No newline at end of file diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ad.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ad.svg new file mode 100644 index 0000000..944dea7 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ad.svg @@ -0,0 +1,158 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ae.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ae.svg new file mode 100644 index 0000000..8b6af81 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ae.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/af.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/af.svg new file mode 100644 index 0000000..b245d7c --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/af.svg @@ -0,0 +1,434 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ag.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ag.svg new file mode 100644 index 0000000..bc869c1 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ag.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ai.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ai.svg new file mode 100644 index 0000000..c08df4e --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ai.svg @@ -0,0 +1,772 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/al.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/al.svg new file mode 100644 index 0000000..a9b27f0 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/al.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/am.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/am.svg new file mode 100644 index 0000000..011a362 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/am.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ao.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ao.svg new file mode 100644 index 0000000..4b35a39 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ao.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/aq.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/aq.svg new file mode 100644 index 0000000..57970ca --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/aq.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ar.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ar.svg new file mode 100644 index 0000000..cca0ff4 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ar.svg @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/as.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/as.svg new file mode 100644 index 0000000..7a20f5d --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/as.svg @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/at.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/at.svg new file mode 100644 index 0000000..9e553af --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/at.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/au.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/au.svg new file mode 100644 index 0000000..82b0a93 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/au.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/aw.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/aw.svg new file mode 100644 index 0000000..2f38351 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/aw.svg @@ -0,0 +1,189 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ax.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ax.svg new file mode 100644 index 0000000..4fe0e6c --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ax.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/az.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/az.svg new file mode 100644 index 0000000..e29ab4c --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/az.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ba.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ba.svg new file mode 100644 index 0000000..c928a32 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ba.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/bb.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/bb.svg new file mode 100644 index 0000000..f0b9a9e --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/bb.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/bd.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/bd.svg new file mode 100644 index 0000000..19d6957 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/bd.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/be.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/be.svg new file mode 100644 index 0000000..4fbdb18 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/be.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/bf.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/bf.svg new file mode 100644 index 0000000..4b87f1e --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/bf.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/bg.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/bg.svg new file mode 100644 index 0000000..ccc214f --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/bg.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/bh.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/bh.svg new file mode 100644 index 0000000..63f233c --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/bh.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/bi.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/bi.svg new file mode 100644 index 0000000..dbae8da --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/bi.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/bj.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/bj.svg new file mode 100644 index 0000000..929e950 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/bj.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/bl.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/bl.svg new file mode 100644 index 0000000..f35c208 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/bl.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/bm.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/bm.svg new file mode 100644 index 0000000..aa0cd22 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/bm.svg @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/bn.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/bn.svg new file mode 100644 index 0000000..06ea7ed --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/bn.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/bo.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/bo.svg new file mode 100644 index 0000000..d93c9d9 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/bo.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/bq.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/bq.svg new file mode 100644 index 0000000..64be6e9 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/bq.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/br.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/br.svg new file mode 100644 index 0000000..4cb39a5 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/br.svg @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/bs.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/bs.svg new file mode 100644 index 0000000..53dcef3 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/bs.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/bt.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/bt.svg new file mode 100644 index 0000000..46db7e1 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/bt.svg @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/bv.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/bv.svg new file mode 100644 index 0000000..77ee527 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/bv.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/bw.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/bw.svg new file mode 100644 index 0000000..3c9fef7 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/bw.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/by.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/by.svg new file mode 100644 index 0000000..18a8f99 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/by.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/bz.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/bz.svg new file mode 100644 index 0000000..af18640 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/bz.svg @@ -0,0 +1,238 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ca.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ca.svg new file mode 100644 index 0000000..176714d --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ca.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/cc.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/cc.svg new file mode 100644 index 0000000..fdb9d3c --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/cc.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/cd.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/cd.svg new file mode 100644 index 0000000..6089e1f --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/cd.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/cf.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/cf.svg new file mode 100644 index 0000000..41cfffc --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/cf.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/cg.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/cg.svg new file mode 100644 index 0000000..ff7395c --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/cg.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ch.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ch.svg new file mode 100644 index 0000000..754d684 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ch.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ci.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ci.svg new file mode 100644 index 0000000..53ce5cc --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ci.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ck.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ck.svg new file mode 100644 index 0000000..4c5024a --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ck.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/cl.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/cl.svg new file mode 100644 index 0000000..756396a --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/cl.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/cm.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/cm.svg new file mode 100644 index 0000000..039a347 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/cm.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/cn.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/cn.svg new file mode 100644 index 0000000..9df32af --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/cn.svg @@ -0,0 +1,20 @@ + + + + Flag of the People's Republic of China + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/co.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/co.svg new file mode 100644 index 0000000..014ac23 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/co.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/cr.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/cr.svg new file mode 100644 index 0000000..82b3bed --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/cr.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/cu.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/cu.svg new file mode 100644 index 0000000..d3930c9 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/cu.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/cv.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/cv.svg new file mode 100644 index 0000000..f9ed3a2 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/cv.svg @@ -0,0 +1,17 @@ + + + + The United States of America flag, produced by Daniel McRae + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/cw.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/cw.svg new file mode 100644 index 0000000..aef25c3 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/cw.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/cx.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/cx.svg new file mode 100644 index 0000000..a6a518a --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/cx.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/cy.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/cy.svg new file mode 100644 index 0000000..80b5b62 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/cy.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/cz.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/cz.svg new file mode 100644 index 0000000..b523794 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/cz.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/de.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/de.svg new file mode 100644 index 0000000..897da56 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/de.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/dj.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/dj.svg new file mode 100644 index 0000000..59a8908 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/dj.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/dk.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/dk.svg new file mode 100644 index 0000000..abc5562 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/dk.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/dm.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/dm.svg new file mode 100644 index 0000000..b35e5ec --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/dm.svg @@ -0,0 +1,153 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/do.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/do.svg new file mode 100644 index 0000000..4c24d6e --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/do.svg @@ -0,0 +1,6749 @@ + + + + The United States of America flag, produced by Daniel McRae + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/dz.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/dz.svg new file mode 100644 index 0000000..f9c13e8 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/dz.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ec.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ec.svg new file mode 100644 index 0000000..2b4641c --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ec.svg @@ -0,0 +1,146 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ee.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ee.svg new file mode 100644 index 0000000..59a5752 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ee.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/eg.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/eg.svg new file mode 100644 index 0000000..4c46436 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/eg.svg @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/eh.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/eh.svg new file mode 100644 index 0000000..88931e0 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/eh.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/er.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/er.svg new file mode 100644 index 0000000..40d90da --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/er.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/es.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/es.svg new file mode 100644 index 0000000..3131e16 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/es.svg @@ -0,0 +1,581 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/et.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/et.svg new file mode 100644 index 0000000..f856e0c --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/et.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/eu.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/eu.svg new file mode 100644 index 0000000..28f609a --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/eu.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/fi.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/fi.svg new file mode 100644 index 0000000..cd37bfe --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/fi.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/fj.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/fj.svg new file mode 100644 index 0000000..61a6d84 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/fj.svg @@ -0,0 +1,139 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/fk.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/fk.svg new file mode 100644 index 0000000..2f2c321 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/fk.svg @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/fm.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/fm.svg new file mode 100644 index 0000000..e7bae0a --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/fm.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/fo.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/fo.svg new file mode 100644 index 0000000..90e9a1d --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/fo.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/fr.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/fr.svg new file mode 100644 index 0000000..f35c208 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/fr.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ga.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ga.svg new file mode 100644 index 0000000..a66ffd7 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ga.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/gb-eng.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/gb-eng.svg new file mode 100644 index 0000000..18f90d5 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/gb-eng.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/gb-sct.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/gb-sct.svg new file mode 100644 index 0000000..bb47c2c --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/gb-sct.svg @@ -0,0 +1,4 @@ + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/gb-wls.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/gb-wls.svg new file mode 100644 index 0000000..03eb0e7 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/gb-wls.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/gb.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/gb.svg new file mode 100644 index 0000000..aea6303 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/gb.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/gd.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/gd.svg new file mode 100644 index 0000000..4bfec7f --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/gd.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ge.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ge.svg new file mode 100644 index 0000000..a2ebe10 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ge.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/gf.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/gf.svg new file mode 100644 index 0000000..bf557cf --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/gf.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/gg.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/gg.svg new file mode 100644 index 0000000..3609a85 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/gg.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/gh.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/gh.svg new file mode 100644 index 0000000..c184963 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/gh.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/gi.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/gi.svg new file mode 100644 index 0000000..a1b0c64 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/gi.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/gl.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/gl.svg new file mode 100644 index 0000000..fa086b2 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/gl.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/gm.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/gm.svg new file mode 100644 index 0000000..74cac8d --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/gm.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/gn.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/gn.svg new file mode 100644 index 0000000..e7ab63f --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/gn.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/gp.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/gp.svg new file mode 100644 index 0000000..f35c208 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/gp.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/gq.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/gq.svg new file mode 100644 index 0000000..c86579f --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/gq.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/gr.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/gr.svg new file mode 100644 index 0000000..a9e7705 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/gr.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/gs.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/gs.svg new file mode 100644 index 0000000..c65ccd7 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/gs.svg @@ -0,0 +1,215 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + L + + + E + + + O + + + T + + + E + + + R + + + R + + + R + + + R + + + R + + + E + + + O + + + O + + + A + + + A + + + A + + + M + + + P + + + P + + + P + + + I + + + T + + + T + + + M + + + G + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/gt.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/gt.svg new file mode 100644 index 0000000..98108cb --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/gt.svg @@ -0,0 +1,216 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/gu.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/gu.svg new file mode 100644 index 0000000..995a09d --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/gu.svg @@ -0,0 +1,40 @@ + + + + + + + + + + + + G + + + U + + + A + + + M + + + + + + + + G + + + U + + + A + + + M + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/gw.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/gw.svg new file mode 100644 index 0000000..1f02c2f --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/gw.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/gy.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/gy.svg new file mode 100644 index 0000000..e0c2c8c --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/gy.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/hk.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/hk.svg new file mode 100644 index 0000000..d78c6d4 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/hk.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/hm.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/hm.svg new file mode 100644 index 0000000..d8c0efb --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/hm.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/hn.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/hn.svg new file mode 100644 index 0000000..98874b0 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/hn.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/hr.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/hr.svg new file mode 100644 index 0000000..c4badbd --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/hr.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ht.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ht.svg new file mode 100644 index 0000000..239ae3d --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ht.svg @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/hu.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/hu.svg new file mode 100644 index 0000000..34fb100 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/hu.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/id.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/id.svg new file mode 100644 index 0000000..8fbd8f2 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/id.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ie.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ie.svg new file mode 100644 index 0000000..e5d39a9 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ie.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/il.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/il.svg new file mode 100644 index 0000000..043153a --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/il.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/im.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/im.svg new file mode 100644 index 0000000..8603277 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/im.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/in.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/in.svg new file mode 100644 index 0000000..d24a40c --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/in.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/io.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/io.svg new file mode 100644 index 0000000..877f378 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/io.svg @@ -0,0 +1,192 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/iq.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/iq.svg new file mode 100644 index 0000000..7482650 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/iq.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ir.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ir.svg new file mode 100644 index 0000000..ffc8b64 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ir.svg @@ -0,0 +1,521 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/is.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/is.svg new file mode 100644 index 0000000..f96a0e4 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/is.svg @@ -0,0 +1,21 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/it.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/it.svg new file mode 100644 index 0000000..9e2e628 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/it.svg @@ -0,0 +1,16 @@ + + + + + + image/svg+xml + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/je.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/je.svg new file mode 100644 index 0000000..2fd119b --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/je.svg @@ -0,0 +1,67 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/jm.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/jm.svg new file mode 100644 index 0000000..3153207 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/jm.svg @@ -0,0 +1,23 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/jo.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/jo.svg new file mode 100644 index 0000000..340378c --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/jo.svg @@ -0,0 +1,25 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/jp.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/jp.svg new file mode 100644 index 0000000..67a415a --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/jp.svg @@ -0,0 +1,20 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ke.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ke.svg new file mode 100644 index 0000000..fc18c14 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ke.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/kg.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/kg.svg new file mode 100644 index 0000000..a5f5092 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/kg.svg @@ -0,0 +1,24 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/kh.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/kh.svg new file mode 100644 index 0000000..676cb90 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/kh.svg @@ -0,0 +1,155 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ki.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ki.svg new file mode 100644 index 0000000..27ca287 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ki.svg @@ -0,0 +1,48 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/km.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/km.svg new file mode 100644 index 0000000..8a60170 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/km.svg @@ -0,0 +1,28 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/kn.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/kn.svg new file mode 100644 index 0000000..c12c2a0 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/kn.svg @@ -0,0 +1,24 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/kp.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/kp.svg new file mode 100644 index 0000000..515647c --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/kp.svg @@ -0,0 +1,24 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/kr.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/kr.svg new file mode 100644 index 0000000..25ae78b --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/kr.svg @@ -0,0 +1,41 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/kw.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/kw.svg new file mode 100644 index 0000000..05feabf --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/kw.svg @@ -0,0 +1,22 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ky.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ky.svg new file mode 100644 index 0000000..48943c9 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ky.svg @@ -0,0 +1,125 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/kz.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/kz.svg new file mode 100644 index 0000000..a30c58f --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/kz.svg @@ -0,0 +1,66 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/la.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/la.svg new file mode 100644 index 0000000..1b31096 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/la.svg @@ -0,0 +1,21 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/lb.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/lb.svg new file mode 100644 index 0000000..1b6951a --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/lb.svg @@ -0,0 +1,44 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/lc.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/lc.svg new file mode 100644 index 0000000..3c2861e --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/lc.svg @@ -0,0 +1,17 @@ + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/li.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/li.svg new file mode 100644 index 0000000..d497200 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/li.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/lk.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/lk.svg new file mode 100644 index 0000000..6957669 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/lk.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/lr.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/lr.svg new file mode 100644 index 0000000..6e8b075 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/lr.svg @@ -0,0 +1,28 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ls.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ls.svg new file mode 100644 index 0000000..01badf8 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ls.svg @@ -0,0 +1,173 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/lt.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/lt.svg new file mode 100644 index 0000000..5d6e0ff --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/lt.svg @@ -0,0 +1,16 @@ + + + + + + image/svg+xml + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/lu.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/lu.svg new file mode 100644 index 0000000..d7c8c5a --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/lu.svg @@ -0,0 +1,16 @@ + + + + + + image/svg+xml + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/lv.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/lv.svg new file mode 100644 index 0000000..401f593 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/lv.svg @@ -0,0 +1,16 @@ + + + + + + image/svg+xml + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ly.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ly.svg new file mode 100644 index 0000000..7417cfa --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ly.svg @@ -0,0 +1,25 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ma.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ma.svg new file mode 100644 index 0000000..9a2a20b --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ma.svg @@ -0,0 +1,4 @@ + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/mc.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/mc.svg new file mode 100644 index 0000000..a1d9d32 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/mc.svg @@ -0,0 +1,15 @@ + + + + + + image/svg+xml + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/md.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/md.svg new file mode 100644 index 0000000..4ff705f --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/md.svg @@ -0,0 +1,98 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/me.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/me.svg new file mode 100644 index 0000000..c30c92b --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/me.svg @@ -0,0 +1,4 @@ + +image/svg+xml + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/mf.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/mf.svg new file mode 100644 index 0000000..2b7dc5a --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/mf.svg @@ -0,0 +1,16 @@ + + + + + + image/svg+xml + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/mg.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/mg.svg new file mode 100644 index 0000000..9797229 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/mg.svg @@ -0,0 +1,16 @@ + + + + + + image/svg+xml + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/mh.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/mh.svg new file mode 100644 index 0000000..c95ab84 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/mh.svg @@ -0,0 +1,17 @@ + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/mk.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/mk.svg new file mode 100644 index 0000000..8f6ab64 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/mk.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ml.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ml.svg new file mode 100644 index 0000000..5659adc --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ml.svg @@ -0,0 +1,16 @@ + + + + + + image/svg+xml + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/mm.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/mm.svg new file mode 100644 index 0000000..f7f47e5 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/mm.svg @@ -0,0 +1,157 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/mn.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/mn.svg new file mode 100644 index 0000000..f64d059 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/mn.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/mo.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/mo.svg new file mode 100644 index 0000000..8744e47 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/mo.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/mp.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/mp.svg new file mode 100644 index 0000000..e9885ce --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/mp.svg @@ -0,0 +1,267 @@ + + + + + + + + + + micronesia + + oceania + flag + sign + + + + + + + + + + + + + + + + + + + image/svg+xml + + + en + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/mq.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/mq.svg new file mode 100644 index 0000000..b548033 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/mq.svg @@ -0,0 +1,16 @@ + + + + + + image/svg+xml + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/mr.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/mr.svg new file mode 100644 index 0000000..ec27354 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/mr.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ms.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ms.svg new file mode 100644 index 0000000..9d57c93 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ms.svg @@ -0,0 +1,75 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/mt.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/mt.svg new file mode 100644 index 0000000..89311dc --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/mt.svg @@ -0,0 +1,79 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/mu.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/mu.svg new file mode 100644 index 0000000..ecea3b1 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/mu.svg @@ -0,0 +1,17 @@ + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/mv.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/mv.svg new file mode 100644 index 0000000..7cea098 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/mv.svg @@ -0,0 +1,24 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/mw.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/mw.svg new file mode 100644 index 0000000..74468a8 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/mw.svg @@ -0,0 +1,55 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/mx.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/mx.svg new file mode 100644 index 0000000..9781fa1 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/mx.svg @@ -0,0 +1,346 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/my.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/my.svg new file mode 100644 index 0000000..eb708ab --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/my.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/mz.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/mz.svg new file mode 100644 index 0000000..4a52313 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/mz.svg @@ -0,0 +1,33 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/na.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/na.svg new file mode 100644 index 0000000..9f18d94 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/na.svg @@ -0,0 +1,29 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/nc.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/nc.svg new file mode 100644 index 0000000..b438450 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/nc.svg @@ -0,0 +1,16 @@ + + + + + + image/svg+xml + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ne.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ne.svg new file mode 100644 index 0000000..928a79b --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ne.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/nf.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/nf.svg new file mode 100644 index 0000000..f2d13fd --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/nf.svg @@ -0,0 +1,47 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ng.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ng.svg new file mode 100644 index 0000000..877b88d --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ng.svg @@ -0,0 +1,18 @@ + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ni.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ni.svg new file mode 100644 index 0000000..992f517 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ni.svg @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/nl.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/nl.svg new file mode 100644 index 0000000..6ece981 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/nl.svg @@ -0,0 +1,16 @@ + + + + + + image/svg+xml + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/no.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/no.svg new file mode 100644 index 0000000..fe0dc46 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/no.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/np.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/np.svg new file mode 100644 index 0000000..175efaf --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/np.svg @@ -0,0 +1,29 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/nr.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/nr.svg new file mode 100644 index 0000000..f33454f --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/nr.svg @@ -0,0 +1,21 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/nu.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/nu.svg new file mode 100644 index 0000000..3415c4f --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/nu.svg @@ -0,0 +1,39 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/nz.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/nz.svg new file mode 100644 index 0000000..d12ef65 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/nz.svg @@ -0,0 +1,42 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/om.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/om.svg new file mode 100644 index 0000000..82c02d3 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/om.svg @@ -0,0 +1,348 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/pa.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/pa.svg new file mode 100644 index 0000000..4878fe1 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/pa.svg @@ -0,0 +1,23 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/pe.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/pe.svg new file mode 100644 index 0000000..b79ca57 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/pe.svg @@ -0,0 +1,16 @@ + + + + + + image/svg+xml + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/pf.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/pf.svg new file mode 100644 index 0000000..239669b --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/pf.svg @@ -0,0 +1,75 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/pg.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/pg.svg new file mode 100644 index 0000000..5c7c894 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/pg.svg @@ -0,0 +1,31 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ph.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ph.svg new file mode 100644 index 0000000..c4304ad --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ph.svg @@ -0,0 +1,33 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/pk.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/pk.svg new file mode 100644 index 0000000..1081d9d --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/pk.svg @@ -0,0 +1,24 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/pl.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/pl.svg new file mode 100644 index 0000000..3c0f17e --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/pl.svg @@ -0,0 +1,15 @@ + + + + + + image/svg+xml + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/pm.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/pm.svg new file mode 100644 index 0000000..e55cf27 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/pm.svg @@ -0,0 +1,16 @@ + + + + + + image/svg+xml + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/pn.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/pn.svg new file mode 100644 index 0000000..585c181 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/pn.svg @@ -0,0 +1,148 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + The above line is the ensign field color: #CF142B red and #00247D blue + + + + + + + + + I think the above two lines give the simplest way to make the diagonals + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/pr.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/pr.svg new file mode 100644 index 0000000..08843ea --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/pr.svg @@ -0,0 +1,23 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ps.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ps.svg new file mode 100644 index 0000000..3c5195c --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ps.svg @@ -0,0 +1,24 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/pt.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/pt.svg new file mode 100644 index 0000000..7e4f432 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/pt.svg @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/pw.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/pw.svg new file mode 100644 index 0000000..efbf3cd --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/pw.svg @@ -0,0 +1,20 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/py.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/py.svg new file mode 100644 index 0000000..3f9d321 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/py.svg @@ -0,0 +1,157 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/qa.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/qa.svg new file mode 100644 index 0000000..7a53369 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/qa.svg @@ -0,0 +1,20 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/re.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/re.svg new file mode 100644 index 0000000..2ba9588 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/re.svg @@ -0,0 +1,16 @@ + + + + + + image/svg+xml + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ro.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ro.svg new file mode 100644 index 0000000..d646e01 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ro.svg @@ -0,0 +1,18 @@ + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/rs.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/rs.svg new file mode 100644 index 0000000..25b9425 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/rs.svg @@ -0,0 +1,1571 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ru.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ru.svg new file mode 100644 index 0000000..c252923 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ru.svg @@ -0,0 +1,16 @@ + + + + + + image/svg+xml + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/rw.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/rw.svg new file mode 100644 index 0000000..21ae6f3 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/rw.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/sa.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/sa.svg new file mode 100644 index 0000000..08c8522 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/sa.svg @@ -0,0 +1,55 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/sb.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/sb.svg new file mode 100644 index 0000000..cdc87b6 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/sb.svg @@ -0,0 +1,26 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/sc.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/sc.svg new file mode 100644 index 0000000..eb1da9b --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/sc.svg @@ -0,0 +1,23 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/sd.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/sd.svg new file mode 100644 index 0000000..d55bc3f --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/sd.svg @@ -0,0 +1,22 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/se.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/se.svg new file mode 100644 index 0000000..db11880 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/se.svg @@ -0,0 +1,27 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/sg.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/sg.svg new file mode 100644 index 0000000..8966d02 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/sg.svg @@ -0,0 +1,26 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/sh.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/sh.svg new file mode 100644 index 0000000..ad4eade --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/sh.svg @@ -0,0 +1,798 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/si.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/si.svg new file mode 100644 index 0000000..b63f185 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/si.svg @@ -0,0 +1,29 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/sj.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/sj.svg new file mode 100644 index 0000000..b551265 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/sj.svg @@ -0,0 +1,26 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/sk.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/sk.svg new file mode 100644 index 0000000..51c4b6f --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/sk.svg @@ -0,0 +1,25 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/sl.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/sl.svg new file mode 100644 index 0000000..e5d136c --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/sl.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/sm.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/sm.svg new file mode 100644 index 0000000..1350726 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/sm.svg @@ -0,0 +1,187 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + L + + + I + + + B + + + E + + + R + + + T + + + A + + + S + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/sn.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/sn.svg new file mode 100644 index 0000000..399b19b --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/sn.svg @@ -0,0 +1,17 @@ + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/so.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/so.svg new file mode 100644 index 0000000..05f837a --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/so.svg @@ -0,0 +1,20 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/sr.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/sr.svg new file mode 100644 index 0000000..5a58b13 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/sr.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ss.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ss.svg new file mode 100644 index 0000000..47741dd --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ss.svg @@ -0,0 +1,21 @@ + + + + + + image/svg+xml + + Flag of South Sudan + + + + Flag of South Sudan + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/st.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/st.svg new file mode 100644 index 0000000..7df68cc --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/st.svg @@ -0,0 +1,26 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/sv.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/sv.svg new file mode 100644 index 0000000..3de1b48 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/sv.svg @@ -0,0 +1,645 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/sx.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/sx.svg new file mode 100644 index 0000000..ae6bc0e --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/sx.svg @@ -0,0 +1,105 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/sy.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/sy.svg new file mode 100644 index 0000000..4c38bd5 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/sy.svg @@ -0,0 +1,27 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/sz.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/sz.svg new file mode 100644 index 0000000..25190a9 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/sz.svg @@ -0,0 +1,92 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/tc.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/tc.svg new file mode 100644 index 0000000..4c11f6f --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/tc.svg @@ -0,0 +1,107 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/td.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/td.svg new file mode 100644 index 0000000..cb093ea --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/td.svg @@ -0,0 +1,77 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/tf.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/tf.svg new file mode 100644 index 0000000..28d29b2 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/tf.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/tg.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/tg.svg new file mode 100644 index 0000000..a74de3a --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/tg.svg @@ -0,0 +1,24 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/th.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/th.svg new file mode 100644 index 0000000..9251d6d --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/th.svg @@ -0,0 +1,17 @@ + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/tj.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/tj.svg new file mode 100644 index 0000000..735a191 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/tj.svg @@ -0,0 +1,182 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/tk.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/tk.svg new file mode 100644 index 0000000..cdfc5cb --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/tk.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/tl.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/tl.svg new file mode 100644 index 0000000..4a76190 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/tl.svg @@ -0,0 +1,22 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/tm.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/tm.svg new file mode 100644 index 0000000..1b60854 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/tm.svg @@ -0,0 +1,324 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/tn.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/tn.svg new file mode 100644 index 0000000..f7eb11b --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/tn.svg @@ -0,0 +1,22 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/to.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/to.svg new file mode 100644 index 0000000..2b97e81 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/to.svg @@ -0,0 +1,21 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/tr.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/tr.svg new file mode 100644 index 0000000..8b65611 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/tr.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/tt.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/tt.svg new file mode 100644 index 0000000..2fd8dcc --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/tt.svg @@ -0,0 +1,17 @@ + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/tv.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/tv.svg new file mode 100644 index 0000000..245f9b9 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/tv.svg @@ -0,0 +1,48 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/tw.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/tw.svg new file mode 100644 index 0000000..0521c62 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/tw.svg @@ -0,0 +1,23 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/tz.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/tz.svg new file mode 100644 index 0000000..b473910 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/tz.svg @@ -0,0 +1,25 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ua.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ua.svg new file mode 100644 index 0000000..70f37c2 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ua.svg @@ -0,0 +1,15 @@ + + + + + + image/svg+xml + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ug.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ug.svg new file mode 100644 index 0000000..fad4520 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ug.svg @@ -0,0 +1,41 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/um.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/um.svg new file mode 100644 index 0000000..71a17d2 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/um.svg @@ -0,0 +1,117 @@ + + + + + + image/svg+xml + + + + + The United States of America flag, produced by Daniel McRae + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/us.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/us.svg new file mode 100644 index 0000000..55f9c2c --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/us.svg @@ -0,0 +1,117 @@ + + + + + + image/svg+xml + + + + + The United States of America flag, produced by Daniel McRae + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/uy.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/uy.svg new file mode 100644 index 0000000..f2fda41 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/uy.svg @@ -0,0 +1,55 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/uz.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/uz.svg new file mode 100644 index 0000000..cb74cc5 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/uz.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/va.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/va.svg new file mode 100644 index 0000000..fc280f2 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/va.svg @@ -0,0 +1,500 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/vc.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/vc.svg new file mode 100644 index 0000000..0e30136 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/vc.svg @@ -0,0 +1,21 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ve.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ve.svg new file mode 100644 index 0000000..de5da9f --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ve.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/vg.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/vg.svg new file mode 100644 index 0000000..0c9a8cf --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/vg.svg @@ -0,0 +1,246 @@ + + + + + + British Virgin Islands + + + + + united_kingdom + flags + caribbean + america + signs_and_symbols + sign + + + + + Tobias Jakobs + + + + + Tobias Jakobs + + + + + Tobias Jakobs + + + + image/svg+xml + + + en + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/vi.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/vi.svg new file mode 100644 index 0000000..3b75654 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/vi.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/vn.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/vn.svg new file mode 100644 index 0000000..aa1ef34 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/vn.svg @@ -0,0 +1,20 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/vu.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/vu.svg new file mode 100644 index 0000000..24ea97a --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/vu.svg @@ -0,0 +1,27 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/wf.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/wf.svg new file mode 100644 index 0000000..28d0666 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/wf.svg @@ -0,0 +1,16 @@ + + + + + + image/svg+xml + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ws.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ws.svg new file mode 100644 index 0000000..869e8e8 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ws.svg @@ -0,0 +1,22 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ye.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ye.svg new file mode 100644 index 0000000..0deeddc --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/ye.svg @@ -0,0 +1,16 @@ + + + + + + image/svg+xml + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/yt.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/yt.svg new file mode 100644 index 0000000..ec6f168 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/yt.svg @@ -0,0 +1,16 @@ + + + + + + image/svg+xml + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/za.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/za.svg new file mode 100644 index 0000000..7d6be5f --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/za.svg @@ -0,0 +1,29 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/zm.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/zm.svg new file mode 100644 index 0000000..40833f8 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/zm.svg @@ -0,0 +1,39 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/zw.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/zw.svg new file mode 100644 index 0000000..a70d594 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/zw.svg @@ -0,0 +1,51 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/zz.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/zz.svg new file mode 100644 index 0000000..3097d6e --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/1x1/zz.svg @@ -0,0 +1,4 @@ + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ad.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ad.svg new file mode 100644 index 0000000..c892867 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ad.svg @@ -0,0 +1,157 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ae.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ae.svg new file mode 100644 index 0000000..d4ec3f5 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ae.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/af.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/af.svg new file mode 100644 index 0000000..466bf0e --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/af.svg @@ -0,0 +1,434 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ag.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ag.svg new file mode 100644 index 0000000..f2585ba --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ag.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ai.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ai.svg new file mode 100644 index 0000000..ca6c3e2 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ai.svg @@ -0,0 +1,772 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/al.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/al.svg new file mode 100644 index 0000000..a1dd491 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/al.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/am.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/am.svg new file mode 100644 index 0000000..bd474b1 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/am.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ao.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ao.svg new file mode 100644 index 0000000..8a858c7 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ao.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/aq.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/aq.svg new file mode 100644 index 0000000..3bc15fd --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/aq.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ar.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ar.svg new file mode 100644 index 0000000..b3fecda --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ar.svg @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/as.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/as.svg new file mode 100644 index 0000000..c446f06 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/as.svg @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/at.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/at.svg new file mode 100644 index 0000000..40aae27 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/at.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/au.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/au.svg new file mode 100644 index 0000000..a3c1f58 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/au.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/aw.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/aw.svg new file mode 100644 index 0000000..f20754e --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/aw.svg @@ -0,0 +1,187 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ax.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ax.svg new file mode 100644 index 0000000..1a999ad --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ax.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/az.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/az.svg new file mode 100644 index 0000000..cd544ef --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/az.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ba.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ba.svg new file mode 100644 index 0000000..03dd582 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ba.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/bb.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/bb.svg new file mode 100644 index 0000000..956c0fa --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/bb.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/bd.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/bd.svg new file mode 100644 index 0000000..bf1f7e4 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/bd.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/be.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/be.svg new file mode 100644 index 0000000..8c5df6f --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/be.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/bf.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/bf.svg new file mode 100644 index 0000000..babc5f3 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/bf.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/bg.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/bg.svg new file mode 100644 index 0000000..3890dbc --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/bg.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/bh.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/bh.svg new file mode 100644 index 0000000..4a0e31d --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/bh.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/bi.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/bi.svg new file mode 100644 index 0000000..b008211 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/bi.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/bj.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/bj.svg new file mode 100644 index 0000000..bbc9575 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/bj.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/bl.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/bl.svg new file mode 100644 index 0000000..c9ce566 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/bl.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/bm.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/bm.svg new file mode 100644 index 0000000..594ff34 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/bm.svg @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/bn.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/bn.svg new file mode 100644 index 0000000..5ac556b --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/bn.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/bo.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/bo.svg new file mode 100644 index 0000000..f9b5708 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/bo.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/bq.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/bq.svg new file mode 100644 index 0000000..e56b964 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/bq.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/br.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/br.svg new file mode 100644 index 0000000..734fc57 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/br.svg @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/bs.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/bs.svg new file mode 100644 index 0000000..3f1c7a8 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/bs.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/bt.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/bt.svg new file mode 100644 index 0000000..a01b12b --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/bt.svg @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/bv.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/bv.svg new file mode 100644 index 0000000..010fad3 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/bv.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/bw.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/bw.svg new file mode 100644 index 0000000..281a86e --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/bw.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/by.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/by.svg new file mode 100644 index 0000000..c30b69f --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/by.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/bz.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/bz.svg new file mode 100644 index 0000000..f54e630 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/bz.svg @@ -0,0 +1,238 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ca.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ca.svg new file mode 100644 index 0000000..62302a9 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ca.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/cc.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/cc.svg new file mode 100644 index 0000000..219f3f7 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/cc.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/cd.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/cd.svg new file mode 100644 index 0000000..83234e1 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/cd.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/cf.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/cf.svg new file mode 100644 index 0000000..919edad --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/cf.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/cg.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/cg.svg new file mode 100644 index 0000000..370e287 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/cg.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ch.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ch.svg new file mode 100644 index 0000000..b04b728 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ch.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ci.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ci.svg new file mode 100644 index 0000000..bed7654 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ci.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ck.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ck.svg new file mode 100644 index 0000000..0c10995 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ck.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/cl.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/cl.svg new file mode 100644 index 0000000..eeb892d --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/cl.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/cm.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/cm.svg new file mode 100644 index 0000000..a637e7f --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/cm.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/cn.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/cn.svg new file mode 100644 index 0000000..67a6296 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/cn.svg @@ -0,0 +1,20 @@ + + + + Flag of the People's Republic of China + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/co.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/co.svg new file mode 100644 index 0000000..f34245e --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/co.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/cr.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/cr.svg new file mode 100644 index 0000000..936f54d --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/cr.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/cu.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/cu.svg new file mode 100644 index 0000000..1b35fdc --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/cu.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/cv.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/cv.svg new file mode 100644 index 0000000..d5e5556 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/cv.svg @@ -0,0 +1,17 @@ + + + + The United States of America flag, produced by Daniel McRae + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/cw.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/cw.svg new file mode 100644 index 0000000..31c685b --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/cw.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/cx.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/cx.svg new file mode 100644 index 0000000..a16e7d6 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/cx.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/cy.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/cy.svg new file mode 100644 index 0000000..770b287 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/cy.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/cz.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/cz.svg new file mode 100644 index 0000000..d0ce06d --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/cz.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/de.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/de.svg new file mode 100644 index 0000000..a3aa1f9 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/de.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/dj.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/dj.svg new file mode 100644 index 0000000..80b3a61 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/dj.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/dk.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/dk.svg new file mode 100644 index 0000000..bbfcbee --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/dk.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/dm.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/dm.svg new file mode 100644 index 0000000..d587b66 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/dm.svg @@ -0,0 +1,153 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/do.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/do.svg new file mode 100644 index 0000000..b8f0504 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/do.svg @@ -0,0 +1,6749 @@ + + + + The United States of America flag, produced by Daniel McRae + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/dz.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/dz.svg new file mode 100644 index 0000000..2c8364d --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/dz.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ec.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ec.svg new file mode 100644 index 0000000..6f7dd59 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ec.svg @@ -0,0 +1,146 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ee.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ee.svg new file mode 100644 index 0000000..790d9b3 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ee.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/eg.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/eg.svg new file mode 100644 index 0000000..db4d03f --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/eg.svg @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/eh.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/eh.svg new file mode 100644 index 0000000..982e8c1 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/eh.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/er.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/er.svg new file mode 100644 index 0000000..191213c --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/er.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/es.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/es.svg new file mode 100644 index 0000000..d039c42 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/es.svg @@ -0,0 +1,581 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/et.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/et.svg new file mode 100644 index 0000000..ab97441 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/et.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/eu.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/eu.svg new file mode 100644 index 0000000..a8382c9 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/eu.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/fi.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/fi.svg new file mode 100644 index 0000000..f929b19 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/fi.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/fj.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/fj.svg new file mode 100644 index 0000000..a0d3f4a --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/fj.svg @@ -0,0 +1,139 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/fk.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/fk.svg new file mode 100644 index 0000000..03e999f --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/fk.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/fm.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/fm.svg new file mode 100644 index 0000000..5efa93e --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/fm.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/fo.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/fo.svg new file mode 100644 index 0000000..abcdec5 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/fo.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/fr.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/fr.svg new file mode 100644 index 0000000..f9f6225 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/fr.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ga.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ga.svg new file mode 100644 index 0000000..4c65033 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ga.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/gb-eng.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/gb-eng.svg new file mode 100644 index 0000000..8828b4b --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/gb-eng.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/gb-sct.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/gb-sct.svg new file mode 100644 index 0000000..d673fc3 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/gb-sct.svg @@ -0,0 +1,4 @@ + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/gb-wls.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/gb-wls.svg new file mode 100644 index 0000000..0447193 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/gb-wls.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/gb.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/gb.svg new file mode 100644 index 0000000..2e46a92 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/gb.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/gd.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/gd.svg new file mode 100644 index 0000000..15a038b --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/gd.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ge.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ge.svg new file mode 100644 index 0000000..6b4936d --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ge.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/gf.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/gf.svg new file mode 100644 index 0000000..5e0b382 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/gf.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/gg.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/gg.svg new file mode 100644 index 0000000..c5e2ca9 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/gg.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/gh.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/gh.svg new file mode 100644 index 0000000..a9dc76b --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/gh.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/gi.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/gi.svg new file mode 100644 index 0000000..6fe5413 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/gi.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/gl.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/gl.svg new file mode 100644 index 0000000..80172a9 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/gl.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/gm.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/gm.svg new file mode 100644 index 0000000..a4d2c15 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/gm.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/gn.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/gn.svg new file mode 100644 index 0000000..8fb82c7 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/gn.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/gp.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/gp.svg new file mode 100644 index 0000000..f9f6225 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/gp.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/gq.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/gq.svg new file mode 100644 index 0000000..ce595ab --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/gq.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/gr.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/gr.svg new file mode 100644 index 0000000..f6d43ed --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/gr.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/gs.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/gs.svg new file mode 100644 index 0000000..bbc2b65 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/gs.svg @@ -0,0 +1,210 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + L + + + E + + + O + + + T + + + E + + + R + + + R + + + R + + + R + + + R + + + E + + + O + + + O + + + A + + + A + + + A + + + M + + + P + + + P + + + P + + + I + + + T + + + T + + + M + + + G + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/gt.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/gt.svg new file mode 100644 index 0000000..11183dd --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/gt.svg @@ -0,0 +1,216 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/gu.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/gu.svg new file mode 100644 index 0000000..0792137 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/gu.svg @@ -0,0 +1,40 @@ + + + + + + + + + + + + G + + + U + + + A + + + M + + + + + + + + G + + + U + + + A + + + M + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/gw.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/gw.svg new file mode 100644 index 0000000..772e054 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/gw.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/gy.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/gy.svg new file mode 100644 index 0000000..3667311 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/gy.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/hk.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/hk.svg new file mode 100644 index 0000000..d0bdc1e --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/hk.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/hm.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/hm.svg new file mode 100644 index 0000000..b362852 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/hm.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/hn.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/hn.svg new file mode 100644 index 0000000..48edfae --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/hn.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/hr.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/hr.svg new file mode 100644 index 0000000..26c0076 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/hr.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ht.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ht.svg new file mode 100644 index 0000000..44a901d --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ht.svg @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/hu.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/hu.svg new file mode 100644 index 0000000..c209761 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/hu.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/id.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/id.svg new file mode 100644 index 0000000..fe465eb --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/id.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ie.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ie.svg new file mode 100644 index 0000000..3f33d5c --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ie.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/il.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/il.svg new file mode 100644 index 0000000..47d2a7d --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/il.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/im.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/im.svg new file mode 100644 index 0000000..e4a67d6 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/im.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/in.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/in.svg new file mode 100644 index 0000000..141ac14 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/in.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/io.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/io.svg new file mode 100644 index 0000000..824ec01 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/io.svg @@ -0,0 +1,186 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/iq.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/iq.svg new file mode 100644 index 0000000..52bc081 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/iq.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ir.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ir.svg new file mode 100644 index 0000000..32877f8 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ir.svg @@ -0,0 +1,521 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/is.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/is.svg new file mode 100644 index 0000000..3f86064 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/is.svg @@ -0,0 +1,21 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/it.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/it.svg new file mode 100644 index 0000000..ecbe197 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/it.svg @@ -0,0 +1,16 @@ + + + + + + image/svg+xml + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/je.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/je.svg new file mode 100644 index 0000000..402ba19 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/je.svg @@ -0,0 +1,67 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/jm.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/jm.svg new file mode 100644 index 0000000..9a70cbd --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/jm.svg @@ -0,0 +1,21 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/jo.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/jo.svg new file mode 100644 index 0000000..e1c099e --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/jo.svg @@ -0,0 +1,25 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/jp.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/jp.svg new file mode 100644 index 0000000..aad7b9c --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/jp.svg @@ -0,0 +1,20 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ke.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ke.svg new file mode 100644 index 0000000..6c2efe0 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ke.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/kg.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/kg.svg new file mode 100644 index 0000000..b3ee5fb --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/kg.svg @@ -0,0 +1,24 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/kh.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/kh.svg new file mode 100644 index 0000000..b9fc84c --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/kh.svg @@ -0,0 +1,155 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ki.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ki.svg new file mode 100644 index 0000000..787523b --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ki.svg @@ -0,0 +1,48 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/km.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/km.svg new file mode 100644 index 0000000..b99e258 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/km.svg @@ -0,0 +1,28 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/kn.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/kn.svg new file mode 100644 index 0000000..b0cb9bb --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/kn.svg @@ -0,0 +1,24 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/kp.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/kp.svg new file mode 100644 index 0000000..e01aa67 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/kp.svg @@ -0,0 +1,24 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/kr.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/kr.svg new file mode 100644 index 0000000..5c236b6 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/kr.svg @@ -0,0 +1,41 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/kw.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/kw.svg new file mode 100644 index 0000000..2eef164 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/kw.svg @@ -0,0 +1,22 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ky.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ky.svg new file mode 100644 index 0000000..439bb17 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ky.svg @@ -0,0 +1,122 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/kz.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/kz.svg new file mode 100644 index 0000000..a270853 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/kz.svg @@ -0,0 +1,66 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/la.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/la.svg new file mode 100644 index 0000000..7869cdc --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/la.svg @@ -0,0 +1,21 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/lb.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/lb.svg new file mode 100644 index 0000000..76af95a --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/lb.svg @@ -0,0 +1,44 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/lc.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/lc.svg new file mode 100644 index 0000000..d86c80c --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/lc.svg @@ -0,0 +1,17 @@ + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/li.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/li.svg new file mode 100644 index 0000000..dd48052 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/li.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/lk.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/lk.svg new file mode 100644 index 0000000..3d1ff8f --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/lk.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/lr.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/lr.svg new file mode 100644 index 0000000..e9df40e --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/lr.svg @@ -0,0 +1,28 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ls.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ls.svg new file mode 100644 index 0000000..71ae6d9 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ls.svg @@ -0,0 +1,173 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/lt.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/lt.svg new file mode 100644 index 0000000..8ed0c86 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/lt.svg @@ -0,0 +1,16 @@ + + + + + + image/svg+xml + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/lu.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/lu.svg new file mode 100644 index 0000000..75e50bd --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/lu.svg @@ -0,0 +1,16 @@ + + + + + + image/svg+xml + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/lv.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/lv.svg new file mode 100644 index 0000000..940e49e --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/lv.svg @@ -0,0 +1,16 @@ + + + + + + image/svg+xml + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ly.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ly.svg new file mode 100644 index 0000000..2507fca --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ly.svg @@ -0,0 +1,23 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ma.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ma.svg new file mode 100644 index 0000000..d4e2a40 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ma.svg @@ -0,0 +1,4 @@ + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/mc.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/mc.svg new file mode 100644 index 0000000..66623ba --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/mc.svg @@ -0,0 +1,15 @@ + + + + + + image/svg+xml + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/md.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/md.svg new file mode 100644 index 0000000..eec10ca --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/md.svg @@ -0,0 +1,100 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/me.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/me.svg new file mode 100644 index 0000000..d527ce2 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/me.svg @@ -0,0 +1,4 @@ + +image/svg+xml + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/mf.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/mf.svg new file mode 100644 index 0000000..86608b2 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/mf.svg @@ -0,0 +1,16 @@ + + + + + + image/svg+xml + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/mg.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/mg.svg new file mode 100644 index 0000000..d1e43c9 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/mg.svg @@ -0,0 +1,16 @@ + + + + + + image/svg+xml + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/mh.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/mh.svg new file mode 100644 index 0000000..ba07804 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/mh.svg @@ -0,0 +1,19 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/mk.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/mk.svg new file mode 100644 index 0000000..f58bf95 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/mk.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ml.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ml.svg new file mode 100644 index 0000000..9317b7f --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ml.svg @@ -0,0 +1,16 @@ + + + + + + image/svg+xml + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/mm.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/mm.svg new file mode 100644 index 0000000..7821452 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/mm.svg @@ -0,0 +1,146 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/mn.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/mn.svg new file mode 100644 index 0000000..c8ccb6f --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/mn.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/mo.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/mo.svg new file mode 100644 index 0000000..c436792 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/mo.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/mp.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/mp.svg new file mode 100644 index 0000000..2ea17da --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/mp.svg @@ -0,0 +1,267 @@ + + + + + + + + + + micronesia + + oceania + flag + sign + + + + + + + + + + + + + + + + + + + image/svg+xml + + + en + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/mq.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/mq.svg new file mode 100644 index 0000000..9266aad --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/mq.svg @@ -0,0 +1,16 @@ + + + + + + image/svg+xml + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/mr.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/mr.svg new file mode 100644 index 0000000..4fce455 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/mr.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ms.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ms.svg new file mode 100644 index 0000000..aa54945 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ms.svg @@ -0,0 +1,75 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/mt.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/mt.svg new file mode 100644 index 0000000..4ea4cbf --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/mt.svg @@ -0,0 +1,81 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/mu.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/mu.svg new file mode 100644 index 0000000..990b37b --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/mu.svg @@ -0,0 +1,17 @@ + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/mv.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/mv.svg new file mode 100644 index 0000000..ea7a000 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/mv.svg @@ -0,0 +1,19 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/mw.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/mw.svg new file mode 100644 index 0000000..1bb8d2e --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/mw.svg @@ -0,0 +1,54 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/mx.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/mx.svg new file mode 100644 index 0000000..f8a1b84 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/mx.svg @@ -0,0 +1,348 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/my.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/my.svg new file mode 100644 index 0000000..3da6094 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/my.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/mz.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/mz.svg new file mode 100644 index 0000000..178a83c --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/mz.svg @@ -0,0 +1,33 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/na.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/na.svg new file mode 100644 index 0000000..84465f2 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/na.svg @@ -0,0 +1,29 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/nc.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/nc.svg new file mode 100644 index 0000000..70ccb9f --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/nc.svg @@ -0,0 +1,16 @@ + + + + + + image/svg+xml + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ne.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ne.svg new file mode 100644 index 0000000..8f46c15 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ne.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/nf.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/nf.svg new file mode 100644 index 0000000..124ccac --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/nf.svg @@ -0,0 +1,45 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ng.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ng.svg new file mode 100644 index 0000000..8febeb7 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ng.svg @@ -0,0 +1,18 @@ + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ni.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ni.svg new file mode 100644 index 0000000..ffb1d2f --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ni.svg @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/nl.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/nl.svg new file mode 100644 index 0000000..e0b4e89 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/nl.svg @@ -0,0 +1,16 @@ + + + + + + image/svg+xml + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/no.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/no.svg new file mode 100644 index 0000000..584f3bd --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/no.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/np.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/np.svg new file mode 100644 index 0000000..afe3d60 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/np.svg @@ -0,0 +1,26 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/nr.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/nr.svg new file mode 100644 index 0000000..b84582d --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/nr.svg @@ -0,0 +1,21 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/nu.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/nu.svg new file mode 100644 index 0000000..bfd83f7 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/nu.svg @@ -0,0 +1,39 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/nz.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/nz.svg new file mode 100644 index 0000000..147a282 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/nz.svg @@ -0,0 +1,42 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/om.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/om.svg new file mode 100644 index 0000000..0361b6b --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/om.svg @@ -0,0 +1,348 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/pa.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/pa.svg new file mode 100644 index 0000000..5fec92e --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/pa.svg @@ -0,0 +1,24 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/pe.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/pe.svg new file mode 100644 index 0000000..69b955f --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/pe.svg @@ -0,0 +1,16 @@ + + + + + + image/svg+xml + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/pf.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/pf.svg new file mode 100644 index 0000000..56945c5 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/pf.svg @@ -0,0 +1,76 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/pg.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/pg.svg new file mode 100644 index 0000000..4bbd165 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/pg.svg @@ -0,0 +1,26 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ph.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ph.svg new file mode 100644 index 0000000..a685714 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ph.svg @@ -0,0 +1,35 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/pk.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/pk.svg new file mode 100644 index 0000000..f0ed209 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/pk.svg @@ -0,0 +1,24 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/pl.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/pl.svg new file mode 100644 index 0000000..a6fee79 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/pl.svg @@ -0,0 +1,15 @@ + + + + + + image/svg+xml + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/pm.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/pm.svg new file mode 100644 index 0000000..1df1155 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/pm.svg @@ -0,0 +1,16 @@ + + + + + + image/svg+xml + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/pn.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/pn.svg new file mode 100644 index 0000000..3afb403 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/pn.svg @@ -0,0 +1,145 @@ + + + + + + image/svg+xml + + + + + + + + + + The above line is the ensign field color: #CF142B red and #00247D blue + + + + + + + + + I think the above two lines give the simplest way to make the diagonals + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/pr.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/pr.svg new file mode 100644 index 0000000..c7010ef --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/pr.svg @@ -0,0 +1,23 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ps.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ps.svg new file mode 100644 index 0000000..9b9c935 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ps.svg @@ -0,0 +1,24 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/pt.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/pt.svg new file mode 100644 index 0000000..b613bbf --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/pt.svg @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/pw.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/pw.svg new file mode 100644 index 0000000..5ae0842 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/pw.svg @@ -0,0 +1,20 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/py.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/py.svg new file mode 100644 index 0000000..2ccbb94 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/py.svg @@ -0,0 +1,157 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/qa.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/qa.svg new file mode 100644 index 0000000..fa60c0c --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/qa.svg @@ -0,0 +1,20 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/re.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/re.svg new file mode 100644 index 0000000..5e574b0 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/re.svg @@ -0,0 +1,16 @@ + + + + + + image/svg+xml + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ro.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ro.svg new file mode 100644 index 0000000..4c1d27c --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ro.svg @@ -0,0 +1,18 @@ + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/rs.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/rs.svg new file mode 100644 index 0000000..e7bba98 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/rs.svg @@ -0,0 +1,1562 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ru.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ru.svg new file mode 100644 index 0000000..07e0674 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ru.svg @@ -0,0 +1,16 @@ + + + + + + image/svg+xml + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/rw.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/rw.svg new file mode 100644 index 0000000..e301aff --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/rw.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/sa.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/sa.svg new file mode 100644 index 0000000..07810be --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/sa.svg @@ -0,0 +1,55 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/sb.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/sb.svg new file mode 100644 index 0000000..a0667ea --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/sb.svg @@ -0,0 +1,26 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/sc.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/sc.svg new file mode 100644 index 0000000..47f4ac9 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/sc.svg @@ -0,0 +1,23 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/sd.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/sd.svg new file mode 100644 index 0000000..a497b74 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/sd.svg @@ -0,0 +1,22 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/se.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/se.svg new file mode 100644 index 0000000..5aa0abd --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/se.svg @@ -0,0 +1,27 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/sg.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/sg.svg new file mode 100644 index 0000000..0e6854b --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/sg.svg @@ -0,0 +1,28 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/sh.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/sh.svg new file mode 100644 index 0000000..dbbe2e8 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/sh.svg @@ -0,0 +1,795 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/si.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/si.svg new file mode 100644 index 0000000..93953a2 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/si.svg @@ -0,0 +1,29 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/sj.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/sj.svg new file mode 100644 index 0000000..37ff291 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/sj.svg @@ -0,0 +1,26 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/sk.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/sk.svg new file mode 100644 index 0000000..f8b5742 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/sk.svg @@ -0,0 +1,25 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/sl.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/sl.svg new file mode 100644 index 0000000..5a3cc5b --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/sl.svg @@ -0,0 +1,16 @@ + + + + + + image/svg+xml + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/sm.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/sm.svg new file mode 100644 index 0000000..d9a124f --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/sm.svg @@ -0,0 +1,187 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + L + + + I + + + B + + + E + + + R + + + T + + + A + + + S + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/sn.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/sn.svg new file mode 100644 index 0000000..54bcbb4 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/sn.svg @@ -0,0 +1,19 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/so.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/so.svg new file mode 100644 index 0000000..1615c80 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/so.svg @@ -0,0 +1,20 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/sr.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/sr.svg new file mode 100644 index 0000000..cbb6114 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/sr.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ss.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ss.svg new file mode 100644 index 0000000..28614c1 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ss.svg @@ -0,0 +1,21 @@ + + + + + + image/svg+xml + + Flag of South Sudan + + + + Flag of South Sudan + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/st.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/st.svg new file mode 100644 index 0000000..c90a206 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/st.svg @@ -0,0 +1,26 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/sv.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/sv.svg new file mode 100644 index 0000000..4a48a30 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/sv.svg @@ -0,0 +1,645 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/sx.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/sx.svg new file mode 100644 index 0000000..8a1a6af --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/sx.svg @@ -0,0 +1,105 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/sy.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/sy.svg new file mode 100644 index 0000000..b000a64 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/sy.svg @@ -0,0 +1,22 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/sz.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/sz.svg new file mode 100644 index 0000000..2f94e59 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/sz.svg @@ -0,0 +1,92 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/tc.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/tc.svg new file mode 100644 index 0000000..9a4114b --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/tc.svg @@ -0,0 +1,102 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/td.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/td.svg new file mode 100644 index 0000000..ef9b9a5 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/td.svg @@ -0,0 +1,16 @@ + + + + + + image/svg+xml + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/tf.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/tf.svg new file mode 100644 index 0000000..69e7aa3 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/tf.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/tg.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/tg.svg new file mode 100644 index 0000000..1df9f81 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/tg.svg @@ -0,0 +1,24 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/th.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/th.svg new file mode 100644 index 0000000..3fef8b0 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/th.svg @@ -0,0 +1,19 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/tj.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/tj.svg new file mode 100644 index 0000000..4c33173 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/tj.svg @@ -0,0 +1,181 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/tk.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/tk.svg new file mode 100644 index 0000000..d8935fa --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/tk.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/tl.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/tl.svg new file mode 100644 index 0000000..eacc4ac --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/tl.svg @@ -0,0 +1,22 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/tm.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/tm.svg new file mode 100644 index 0000000..6b61239 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/tm.svg @@ -0,0 +1,324 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/tn.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/tn.svg new file mode 100644 index 0000000..7dbd8bd --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/tn.svg @@ -0,0 +1,22 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/to.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/to.svg new file mode 100644 index 0000000..00a59c3 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/to.svg @@ -0,0 +1,21 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/tr.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/tr.svg new file mode 100644 index 0000000..56ce4ca --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/tr.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/tt.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/tt.svg new file mode 100644 index 0000000..e029d3a --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/tt.svg @@ -0,0 +1,17 @@ + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/tv.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/tv.svg new file mode 100644 index 0000000..4d4f0ce --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/tv.svg @@ -0,0 +1,48 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/tw.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/tw.svg new file mode 100644 index 0000000..32b63c2 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/tw.svg @@ -0,0 +1,23 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/tz.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/tz.svg new file mode 100644 index 0000000..43ce503 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/tz.svg @@ -0,0 +1,23 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ua.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ua.svg new file mode 100644 index 0000000..a116353 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ua.svg @@ -0,0 +1,15 @@ + + + + + + image/svg+xml + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ug.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ug.svg new file mode 100644 index 0000000..9857975 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ug.svg @@ -0,0 +1,41 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/um.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/um.svg new file mode 100644 index 0000000..f64fda5 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/um.svg @@ -0,0 +1,117 @@ + + + + + + image/svg+xml + + + + + The United States of America flag, produced by Daniel McRae + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/us.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/us.svg new file mode 100644 index 0000000..a476a02 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/us.svg @@ -0,0 +1,117 @@ + + + + + + image/svg+xml + + + + + The United States of America flag, produced by Daniel McRae + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/uy.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/uy.svg new file mode 100644 index 0000000..efb6a1c --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/uy.svg @@ -0,0 +1,62 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/uz.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/uz.svg new file mode 100644 index 0000000..67019e1 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/uz.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/va.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/va.svg new file mode 100644 index 0000000..4f13ff8 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/va.svg @@ -0,0 +1,500 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/vc.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/vc.svg new file mode 100644 index 0000000..d126dfb --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/vc.svg @@ -0,0 +1,19 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ve.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ve.svg new file mode 100644 index 0000000..498e4a8 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ve.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/vg.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/vg.svg new file mode 100644 index 0000000..1550ce3 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/vg.svg @@ -0,0 +1,248 @@ + + + + + + British Virgin Islands + + + + + united_kingdom + flags + caribbean + america + signs_and_symbols + sign + + + + + Tobias Jakobs + + + + + Tobias Jakobs + + + + + Tobias Jakobs + + + + image/svg+xml + + + en + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/vi.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/vi.svg new file mode 100644 index 0000000..c3caf08 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/vi.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/vn.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/vn.svg new file mode 100644 index 0000000..0e01493 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/vn.svg @@ -0,0 +1,20 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/vu.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/vu.svg new file mode 100644 index 0000000..40e8d5b --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/vu.svg @@ -0,0 +1,27 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/wf.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/wf.svg new file mode 100644 index 0000000..e4fe12f --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/wf.svg @@ -0,0 +1,16 @@ + + + + + + image/svg+xml + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ws.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ws.svg new file mode 100644 index 0000000..fdbf433 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ws.svg @@ -0,0 +1,24 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ye.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ye.svg new file mode 100644 index 0000000..8ea84c0 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/ye.svg @@ -0,0 +1,16 @@ + + + + + + image/svg+xml + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/yt.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/yt.svg new file mode 100644 index 0000000..3eea54a --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/yt.svg @@ -0,0 +1,16 @@ + + + + + + image/svg+xml + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/za.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/za.svg new file mode 100644 index 0000000..5ec4afc --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/za.svg @@ -0,0 +1,27 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/zm.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/zm.svg new file mode 100644 index 0000000..3d6da7a --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/zm.svg @@ -0,0 +1,39 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/zw.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/zw.svg new file mode 100644 index 0000000..70e8bdf --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/zw.svg @@ -0,0 +1,51 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/zz.svg b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/zz.svg new file mode 100644 index 0000000..86c8166 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/flags/4x3/zz.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/sass/flag-icon-base.scss b/wwwjuba/app-assets/fonts/flag-icon-css/sass/flag-icon-base.scss new file mode 100644 index 0000000..400dbb9 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/sass/flag-icon-base.scss @@ -0,0 +1,28 @@ +@mixin flag-icon-background { + background-size: contain; + background-position: 50%; + background-repeat: no-repeat; +} + +.flag-icon { + @include flag-icon-background(); + position: relative; + display: inline-block; + width: (4 / 3) * 1em; + line-height: 1em; + &:before { + content: '\00a0'; + } + &.flag-icon-squared { + width: 1em; + } +} + +@mixin flag-icon($country) { + .flag-icon-#{$country} { + background-image: url(#{$flag-icon-css-path}#{$flag-icon-rect-path}/#{$country}.svg); + &.flag-icon-squared { + background-image: url(#{$flag-icon-css-path}#{$flag-icon-square-path}/#{$country}.svg); + } + } +} diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/sass/flag-icon-list.scss b/wwwjuba/app-assets/fonts/flag-icon-css/sass/flag-icon-list.scss new file mode 100644 index 0000000..68fdb8d --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/sass/flag-icon-list.scss @@ -0,0 +1,249 @@ +@include flag-icon(ad); +@include flag-icon(ae); +@include flag-icon(af); +@include flag-icon(ag); +@include flag-icon(ai); +@include flag-icon(al); +@include flag-icon(am); +@include flag-icon(ao); +@include flag-icon(aq); +@include flag-icon(ar); +@include flag-icon(as); +@include flag-icon(at); +@include flag-icon(au); +@include flag-icon(aw); +@include flag-icon(ax); +@include flag-icon(az); +@include flag-icon(ba); +@include flag-icon(bb); +@include flag-icon(bd); +@include flag-icon(be); +@include flag-icon(bf); +@include flag-icon(bg); +@include flag-icon(bh); +@include flag-icon(bi); +@include flag-icon(bj); +@include flag-icon(bl); +@include flag-icon(bm); +@include flag-icon(bn); +@include flag-icon(bo); +@include flag-icon(bq); +@include flag-icon(br); +@include flag-icon(bs); +@include flag-icon(bt); +@include flag-icon(bv); +@include flag-icon(bw); +@include flag-icon(by); +@include flag-icon(bz); +@include flag-icon(ca); +@include flag-icon(cc); +@include flag-icon(cd); +@include flag-icon(cf); +@include flag-icon(cg); +@include flag-icon(ch); +@include flag-icon(ci); +@include flag-icon(ck); +@include flag-icon(cl); +@include flag-icon(cm); +@include flag-icon(cn); +@include flag-icon(co); +@include flag-icon(cr); +@include flag-icon(cu); +@include flag-icon(cv); +@include flag-icon(cw); +@include flag-icon(cx); +@include flag-icon(cy); +@include flag-icon(cz); +@include flag-icon(de); +@include flag-icon(dj); +@include flag-icon(dk); +@include flag-icon(dm); +@include flag-icon(do); +@include flag-icon(dz); +@include flag-icon(ec); +@include flag-icon(ee); +@include flag-icon(eg); +@include flag-icon(eh); +@include flag-icon(er); +@include flag-icon(es); +@include flag-icon(et); +@include flag-icon(fi); +@include flag-icon(fj); +@include flag-icon(fk); +@include flag-icon(fm); +@include flag-icon(fo); +@include flag-icon(fr); +@include flag-icon(ga); +@include flag-icon(gb); +@include flag-icon(gd); +@include flag-icon(ge); +@include flag-icon(gf); +@include flag-icon(gg); +@include flag-icon(gh); +@include flag-icon(gi); +@include flag-icon(gl); +@include flag-icon(gm); +@include flag-icon(gn); +@include flag-icon(gp); +@include flag-icon(gq); +@include flag-icon(gr); +@include flag-icon(gs); +@include flag-icon(gt); +@include flag-icon(gu); +@include flag-icon(gw); +@include flag-icon(gy); +@include flag-icon(hk); +@include flag-icon(hm); +@include flag-icon(hn); +@include flag-icon(hr); +@include flag-icon(ht); +@include flag-icon(hu); +@include flag-icon(id); +@include flag-icon(ie); +@include flag-icon(il); +@include flag-icon(im); +@include flag-icon(in); +@include flag-icon(io); +@include flag-icon(iq); +@include flag-icon(ir); +@include flag-icon(is); +@include flag-icon(it); +@include flag-icon(je); +@include flag-icon(jm); +@include flag-icon(jo); +@include flag-icon(jp); +@include flag-icon(ke); +@include flag-icon(kg); +@include flag-icon(kh); +@include flag-icon(ki); +@include flag-icon(km); +@include flag-icon(kn); +@include flag-icon(kp); +@include flag-icon(kr); +@include flag-icon(kw); +@include flag-icon(ky); +@include flag-icon(kz); +@include flag-icon(la); +@include flag-icon(lb); +@include flag-icon(lc); +@include flag-icon(li); +@include flag-icon(lk); +@include flag-icon(lr); +@include flag-icon(ls); +@include flag-icon(lt); +@include flag-icon(lu); +@include flag-icon(lv); +@include flag-icon(ly); +@include flag-icon(ma); +@include flag-icon(mc); +@include flag-icon(md); +@include flag-icon(me); +@include flag-icon(mf); +@include flag-icon(mg); +@include flag-icon(mh); +@include flag-icon(mk); +@include flag-icon(ml); +@include flag-icon(mm); +@include flag-icon(mn); +@include flag-icon(mo); +@include flag-icon(mp); +@include flag-icon(mq); +@include flag-icon(mr); +@include flag-icon(ms); +@include flag-icon(mt); +@include flag-icon(mu); +@include flag-icon(mv); +@include flag-icon(mw); +@include flag-icon(mx); +@include flag-icon(my); +@include flag-icon(mz); +@include flag-icon(na); +@include flag-icon(nc); +@include flag-icon(ne); +@include flag-icon(nf); +@include flag-icon(ng); +@include flag-icon(ni); +@include flag-icon(nl); +@include flag-icon(no); +@include flag-icon(np); +@include flag-icon(nr); +@include flag-icon(nu); +@include flag-icon(nz); +@include flag-icon(om); +@include flag-icon(pa); +@include flag-icon(pe); +@include flag-icon(pf); +@include flag-icon(pg); +@include flag-icon(ph); +@include flag-icon(pk); +@include flag-icon(pl); +@include flag-icon(pm); +@include flag-icon(pn); +@include flag-icon(pr); +@include flag-icon(ps); +@include flag-icon(pt); +@include flag-icon(pw); +@include flag-icon(py); +@include flag-icon(qa); +@include flag-icon(re); +@include flag-icon(ro); +@include flag-icon(rs); +@include flag-icon(ru); +@include flag-icon(rw); +@include flag-icon(sa); +@include flag-icon(sb); +@include flag-icon(sc); +@include flag-icon(sd); +@include flag-icon(se); +@include flag-icon(sg); +@include flag-icon(sh); +@include flag-icon(si); +@include flag-icon(sj); +@include flag-icon(sk); +@include flag-icon(sl); +@include flag-icon(sm); +@include flag-icon(sn); +@include flag-icon(so); +@include flag-icon(sr); +@include flag-icon(ss); +@include flag-icon(st); +@include flag-icon(sv); +@include flag-icon(sx); +@include flag-icon(sy); +@include flag-icon(sz); +@include flag-icon(tc); +@include flag-icon(td); +@include flag-icon(tf); +@include flag-icon(tg); +@include flag-icon(th); +@include flag-icon(tj); +@include flag-icon(tk); +@include flag-icon(tl); +@include flag-icon(tm); +@include flag-icon(tn); +@include flag-icon(to); +@include flag-icon(tr); +@include flag-icon(tt); +@include flag-icon(tv); +@include flag-icon(tw); +@include flag-icon(tz); +@include flag-icon(ua); +@include flag-icon(ug); +@include flag-icon(um); +@include flag-icon(us); +@include flag-icon(uy); +@include flag-icon(uz); +@include flag-icon(va); +@include flag-icon(vc); +@include flag-icon(ve); +@include flag-icon(vg); +@include flag-icon(vi); +@include flag-icon(vn); +@include flag-icon(vu); +@include flag-icon(wf); +@include flag-icon(ws); +@include flag-icon(ye); +@include flag-icon(yt); +@include flag-icon(za); +@include flag-icon(zm); +@include flag-icon(zw); diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/sass/flag-icon-more.scss b/wwwjuba/app-assets/fonts/flag-icon-css/sass/flag-icon-more.scss new file mode 100644 index 0000000..b0c3f9c --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/sass/flag-icon-more.scss @@ -0,0 +1,4 @@ +@include flag-icon(eu); +@include flag-icon(gb-eng); +@include flag-icon(gb-sct); +@include flag-icon(gb-wls); diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/sass/flag-icon.scss b/wwwjuba/app-assets/fonts/flag-icon-css/sass/flag-icon.scss new file mode 100644 index 0000000..8492fb0 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/sass/flag-icon.scss @@ -0,0 +1,4 @@ +@import "variables"; +@import "flag-icon-base"; +@import "flag-icon-list"; +@import "flag-icon-more"; diff --git a/wwwjuba/app-assets/fonts/flag-icon-css/sass/variables.scss b/wwwjuba/app-assets/fonts/flag-icon-css/sass/variables.scss new file mode 100644 index 0000000..a237b80 --- /dev/null +++ b/wwwjuba/app-assets/fonts/flag-icon-css/sass/variables.scss @@ -0,0 +1,3 @@ +$flag-icon-css-path: '../flags' !default; +$flag-icon-rect-path: '/4x3' !default; +$flag-icon-square-path: '/1x1' !default; diff --git a/wwwjuba/app-assets/fonts/font-awesome/css/font-awesome.css b/wwwjuba/app-assets/fonts/font-awesome/css/font-awesome.css new file mode 100644 index 0000000..e38cc6f --- /dev/null +++ b/wwwjuba/app-assets/fonts/font-awesome/css/font-awesome.css @@ -0,0 +1,2337 @@ +/*! + * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */ +/* FONT PATH + * -------------------------- */ +@font-face { + font-family: 'FontAwesome'; + src: url('../fonts/fontawesome-webfont.eot?v=4.7.0'); + src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg'); + font-weight: normal; + font-style: normal; +} +.fa { + display: inline-block; + font: normal normal normal 14px/1 FontAwesome; + font-size: inherit; + text-rendering: auto; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} +/* makes the font 33% larger relative to the icon container */ +.fa-lg { + font-size: 1.33333333em; + line-height: 0.75em; + vertical-align: -15%; +} +.fa-2x { + font-size: 2em; +} +.fa-3x { + font-size: 3em; +} +.fa-4x { + font-size: 4em; +} +.fa-5x { + font-size: 5em; +} +.fa-fw { + width: 1.28571429em; + text-align: center; +} +.fa-ul { + padding-left: 0; + margin-left: 2.14285714em; + list-style-type: none; +} +.fa-ul > li { + position: relative; +} +.fa-li { + position: absolute; + left: -2.14285714em; + width: 2.14285714em; + top: 0.14285714em; + text-align: center; +} +.fa-li.fa-lg { + left: -1.85714286em; +} +.fa-border { + padding: .2em .25em .15em; + border: solid 0.08em #eeeeee; + border-radius: .1em; +} +.fa-pull-left { + float: left; +} +.fa-pull-right { + float: right; +} +.fa.fa-pull-left { + margin-right: .3em; +} +.fa.fa-pull-right { + margin-left: .3em; +} +/* Deprecated as of 4.4.0 */ +.pull-right { + float: right; +} +.pull-left { + float: left; +} +.fa.pull-left { + margin-right: .3em; +} +.fa.pull-right { + margin-left: .3em; +} +.fa-spin { + -webkit-animation: fa-spin 2s infinite linear; + animation: fa-spin 2s infinite linear; +} +.fa-pulse { + -webkit-animation: fa-spin 1s infinite steps(8); + animation: fa-spin 1s infinite steps(8); +} +@-webkit-keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} +@keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} +.fa-rotate-90 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; + -webkit-transform: rotate(90deg); + -ms-transform: rotate(90deg); + transform: rotate(90deg); +} +.fa-rotate-180 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; + -webkit-transform: rotate(180deg); + -ms-transform: rotate(180deg); + transform: rotate(180deg); +} +.fa-rotate-270 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; + -webkit-transform: rotate(270deg); + -ms-transform: rotate(270deg); + transform: rotate(270deg); +} +.fa-flip-horizontal { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; + -webkit-transform: scale(-1, 1); + -ms-transform: scale(-1, 1); + transform: scale(-1, 1); +} +.fa-flip-vertical { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; + -webkit-transform: scale(1, -1); + -ms-transform: scale(1, -1); + transform: scale(1, -1); +} +:root .fa-rotate-90, +:root .fa-rotate-180, +:root .fa-rotate-270, +:root .fa-flip-horizontal, +:root .fa-flip-vertical { + filter: none; +} +.fa-stack { + position: relative; + display: inline-block; + width: 2em; + height: 2em; + line-height: 2em; + vertical-align: middle; +} +.fa-stack-1x, +.fa-stack-2x { + position: absolute; + left: 0; + width: 100%; + text-align: center; +} +.fa-stack-1x { + line-height: inherit; +} +.fa-stack-2x { + font-size: 2em; +} +.fa-inverse { + color: #ffffff; +} +/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen + readers do not read off random characters that represent icons */ +.fa-glass:before { + content: "\f000"; +} +.fa-music:before { + content: "\f001"; +} +.fa-search:before { + content: "\f002"; +} +.fa-envelope-o:before { + content: "\f003"; +} +.fa-heart:before { + content: "\f004"; +} +.fa-star:before { + content: "\f005"; +} +.fa-star-o:before { + content: "\f006"; +} +.fa-user:before { + content: "\f007"; +} +.fa-film:before { + content: "\f008"; +} +.fa-th-large:before { + content: "\f009"; +} +.fa-th:before { + content: "\f00a"; +} +.fa-th-list:before { + content: "\f00b"; +} +.fa-check:before { + content: "\f00c"; +} +.fa-remove:before, +.fa-close:before, +.fa-times:before { + content: "\f00d"; +} +.fa-search-plus:before { + content: "\f00e"; +} +.fa-search-minus:before { + content: "\f010"; +} +.fa-power-off:before { + content: "\f011"; +} +.fa-signal:before { + content: "\f012"; +} +.fa-gear:before, +.fa-cog:before { + content: "\f013"; +} +.fa-trash-o:before { + content: "\f014"; +} +.fa-home:before { + content: "\f015"; +} +.fa-file-o:before { + content: "\f016"; +} +.fa-clock-o:before { + content: "\f017"; +} +.fa-road:before { + content: "\f018"; +} +.fa-download:before { + content: "\f019"; +} +.fa-arrow-circle-o-down:before { + content: "\f01a"; +} +.fa-arrow-circle-o-up:before { + content: "\f01b"; +} +.fa-inbox:before { + content: "\f01c"; +} +.fa-play-circle-o:before { + content: "\f01d"; +} +.fa-rotate-right:before, +.fa-repeat:before { + content: "\f01e"; +} +.fa-refresh:before { + content: "\f021"; +} +.fa-list-alt:before { + content: "\f022"; +} +.fa-lock:before { + content: "\f023"; +} +.fa-flag:before { + content: "\f024"; +} +.fa-headphones:before { + content: "\f025"; +} +.fa-volume-off:before { + content: "\f026"; +} +.fa-volume-down:before { + content: "\f027"; +} +.fa-volume-up:before { + content: "\f028"; +} +.fa-qrcode:before { + content: "\f029"; +} +.fa-barcode:before { + content: "\f02a"; +} +.fa-tag:before { + content: "\f02b"; +} +.fa-tags:before { + content: "\f02c"; +} +.fa-book:before { + content: "\f02d"; +} +.fa-bookmark:before { + content: "\f02e"; +} +.fa-print:before { + content: "\f02f"; +} +.fa-camera:before { + content: "\f030"; +} +.fa-font:before { + content: "\f031"; +} +.fa-bold:before { + content: "\f032"; +} +.fa-italic:before { + content: "\f033"; +} +.fa-text-height:before { + content: "\f034"; +} +.fa-text-width:before { + content: "\f035"; +} +.fa-align-left:before { + content: "\f036"; +} +.fa-align-center:before { + content: "\f037"; +} +.fa-align-right:before { + content: "\f038"; +} +.fa-align-justify:before { + content: "\f039"; +} +.fa-list:before { + content: "\f03a"; +} +.fa-dedent:before, +.fa-outdent:before { + content: "\f03b"; +} +.fa-indent:before { + content: "\f03c"; +} +.fa-video-camera:before { + content: "\f03d"; +} +.fa-photo:before, +.fa-image:before, +.fa-picture-o:before { + content: "\f03e"; +} +.fa-pencil:before { + content: "\f040"; +} +.fa-map-marker:before { + content: "\f041"; +} +.fa-adjust:before { + content: "\f042"; +} +.fa-tint:before { + content: "\f043"; +} +.fa-edit:before, +.fa-pencil-square-o:before { + content: "\f044"; +} +.fa-share-square-o:before { + content: "\f045"; +} +.fa-check-square-o:before { + content: "\f046"; +} +.fa-arrows:before { + content: "\f047"; +} +.fa-step-backward:before { + content: "\f048"; +} +.fa-fast-backward:before { + content: "\f049"; +} +.fa-backward:before { + content: "\f04a"; +} +.fa-play:before { + content: "\f04b"; +} +.fa-pause:before { + content: "\f04c"; +} +.fa-stop:before { + content: "\f04d"; +} +.fa-forward:before { + content: "\f04e"; +} +.fa-fast-forward:before { + content: "\f050"; +} +.fa-step-forward:before { + content: "\f051"; +} +.fa-eject:before { + content: "\f052"; +} +.fa-chevron-left:before { + content: "\f053"; +} +.fa-chevron-right:before { + content: "\f054"; +} +.fa-plus-circle:before { + content: "\f055"; +} +.fa-minus-circle:before { + content: "\f056"; +} +.fa-times-circle:before { + content: "\f057"; +} +.fa-check-circle:before { + content: "\f058"; +} +.fa-question-circle:before { + content: "\f059"; +} +.fa-info-circle:before { + content: "\f05a"; +} +.fa-crosshairs:before { + content: "\f05b"; +} +.fa-times-circle-o:before { + content: "\f05c"; +} +.fa-check-circle-o:before { + content: "\f05d"; +} +.fa-ban:before { + content: "\f05e"; +} +.fa-arrow-left:before { + content: "\f060"; +} +.fa-arrow-right:before { + content: "\f061"; +} +.fa-arrow-up:before { + content: "\f062"; +} +.fa-arrow-down:before { + content: "\f063"; +} +.fa-mail-forward:before, +.fa-share:before { + content: "\f064"; +} +.fa-expand:before { + content: "\f065"; +} +.fa-compress:before { + content: "\f066"; +} +.fa-plus:before { + content: "\f067"; +} +.fa-minus:before { + content: "\f068"; +} +.fa-asterisk:before { + content: "\f069"; +} +.fa-exclamation-circle:before { + content: "\f06a"; +} +.fa-gift:before { + content: "\f06b"; +} +.fa-leaf:before { + content: "\f06c"; +} +.fa-fire:before { + content: "\f06d"; +} +.fa-eye:before { + content: "\f06e"; +} +.fa-eye-slash:before { + content: "\f070"; +} +.fa-warning:before, +.fa-exclamation-triangle:before { + content: "\f071"; +} +.fa-plane:before { + content: "\f072"; +} +.fa-calendar:before { + content: "\f073"; +} +.fa-random:before { + content: "\f074"; +} +.fa-comment:before { + content: "\f075"; +} +.fa-magnet:before { + content: "\f076"; +} +.fa-chevron-up:before { + content: "\f077"; +} +.fa-chevron-down:before { + content: "\f078"; +} +.fa-retweet:before { + content: "\f079"; +} +.fa-shopping-cart:before { + content: "\f07a"; +} +.fa-folder:before { + content: "\f07b"; +} +.fa-folder-open:before { + content: "\f07c"; +} +.fa-arrows-v:before { + content: "\f07d"; +} +.fa-arrows-h:before { + content: "\f07e"; +} +.fa-bar-chart-o:before, +.fa-bar-chart:before { + content: "\f080"; +} +.fa-twitter-square:before { + content: "\f081"; +} +.fa-facebook-square:before { + content: "\f082"; +} +.fa-camera-retro:before { + content: "\f083"; +} +.fa-key:before { + content: "\f084"; +} +.fa-gears:before, +.fa-cogs:before { + content: "\f085"; +} +.fa-comments:before { + content: "\f086"; +} +.fa-thumbs-o-up:before { + content: "\f087"; +} +.fa-thumbs-o-down:before { + content: "\f088"; +} +.fa-star-half:before { + content: "\f089"; +} +.fa-heart-o:before { + content: "\f08a"; +} +.fa-sign-out:before { + content: "\f08b"; +} +.fa-linkedin-square:before { + content: "\f08c"; +} +.fa-thumb-tack:before { + content: "\f08d"; +} +.fa-external-link:before { + content: "\f08e"; +} +.fa-sign-in:before { + content: "\f090"; +} +.fa-trophy:before { + content: "\f091"; +} +.fa-github-square:before { + content: "\f092"; +} +.fa-upload:before { + content: "\f093"; +} +.fa-lemon-o:before { + content: "\f094"; +} +.fa-phone:before { + content: "\f095"; +} +.fa-square-o:before { + content: "\f096"; +} +.fa-bookmark-o:before { + content: "\f097"; +} +.fa-phone-square:before { + content: "\f098"; +} +.fa-twitter:before { + content: "\f099"; +} +.fa-facebook-f:before, +.fa-facebook:before { + content: "\f09a"; +} +.fa-github:before { + content: "\f09b"; +} +.fa-unlock:before { + content: "\f09c"; +} +.fa-credit-card:before { + content: "\f09d"; +} +.fa-feed:before, +.fa-rss:before { + content: "\f09e"; +} +.fa-hdd-o:before { + content: "\f0a0"; +} +.fa-bullhorn:before { + content: "\f0a1"; +} +.fa-bell:before { + content: "\f0f3"; +} +.fa-certificate:before { + content: "\f0a3"; +} +.fa-hand-o-right:before { + content: "\f0a4"; +} +.fa-hand-o-left:before { + content: "\f0a5"; +} +.fa-hand-o-up:before { + content: "\f0a6"; +} +.fa-hand-o-down:before { + content: "\f0a7"; +} +.fa-arrow-circle-left:before { + content: "\f0a8"; +} +.fa-arrow-circle-right:before { + content: "\f0a9"; +} +.fa-arrow-circle-up:before { + content: "\f0aa"; +} +.fa-arrow-circle-down:before { + content: "\f0ab"; +} +.fa-globe:before { + content: "\f0ac"; +} +.fa-wrench:before { + content: "\f0ad"; +} +.fa-tasks:before { + content: "\f0ae"; +} +.fa-filter:before { + content: "\f0b0"; +} +.fa-briefcase:before { + content: "\f0b1"; +} +.fa-arrows-alt:before { + content: "\f0b2"; +} +.fa-group:before, +.fa-users:before { + content: "\f0c0"; +} +.fa-chain:before, +.fa-link:before { + content: "\f0c1"; +} +.fa-cloud:before { + content: "\f0c2"; +} +.fa-flask:before { + content: "\f0c3"; +} +.fa-cut:before, +.fa-scissors:before { + content: "\f0c4"; +} +.fa-copy:before, +.fa-files-o:before { + content: "\f0c5"; +} +.fa-paperclip:before { + content: "\f0c6"; +} +.fa-save:before, +.fa-floppy-o:before { + content: "\f0c7"; +} +.fa-square:before { + content: "\f0c8"; +} +.fa-navicon:before, +.fa-reorder:before, +.fa-bars:before { + content: "\f0c9"; +} +.fa-list-ul:before { + content: "\f0ca"; +} +.fa-list-ol:before { + content: "\f0cb"; +} +.fa-strikethrough:before { + content: "\f0cc"; +} +.fa-underline:before { + content: "\f0cd"; +} +.fa-table:before { + content: "\f0ce"; +} +.fa-magic:before { + content: "\f0d0"; +} +.fa-truck:before { + content: "\f0d1"; +} +.fa-pinterest:before { + content: "\f0d2"; +} +.fa-pinterest-square:before { + content: "\f0d3"; +} +.fa-google-plus-square:before { + content: "\f0d4"; +} +.fa-google-plus:before { + content: "\f0d5"; +} +.fa-money:before { + content: "\f0d6"; +} +.fa-caret-down:before { + content: "\f0d7"; +} +.fa-caret-up:before { + content: "\f0d8"; +} +.fa-caret-left:before { + content: "\f0d9"; +} +.fa-caret-right:before { + content: "\f0da"; +} +.fa-columns:before { + content: "\f0db"; +} +.fa-unsorted:before, +.fa-sort:before { + content: "\f0dc"; +} +.fa-sort-down:before, +.fa-sort-desc:before { + content: "\f0dd"; +} +.fa-sort-up:before, +.fa-sort-asc:before { + content: "\f0de"; +} +.fa-envelope:before { + content: "\f0e0"; +} +.fa-linkedin:before { + content: "\f0e1"; +} +.fa-rotate-left:before, +.fa-undo:before { + content: "\f0e2"; +} +.fa-legal:before, +.fa-gavel:before { + content: "\f0e3"; +} +.fa-dashboard:before, +.fa-tachometer:before { + content: "\f0e4"; +} +.fa-comment-o:before { + content: "\f0e5"; +} +.fa-comments-o:before { + content: "\f0e6"; +} +.fa-flash:before, +.fa-bolt:before { + content: "\f0e7"; +} +.fa-sitemap:before { + content: "\f0e8"; +} +.fa-umbrella:before { + content: "\f0e9"; +} +.fa-paste:before, +.fa-clipboard:before { + content: "\f0ea"; +} +.fa-lightbulb-o:before { + content: "\f0eb"; +} +.fa-exchange:before { + content: "\f0ec"; +} +.fa-cloud-download:before { + content: "\f0ed"; +} +.fa-cloud-upload:before { + content: "\f0ee"; +} +.fa-user-md:before { + content: "\f0f0"; +} +.fa-stethoscope:before { + content: "\f0f1"; +} +.fa-suitcase:before { + content: "\f0f2"; +} +.fa-bell-o:before { + content: "\f0a2"; +} +.fa-coffee:before { + content: "\f0f4"; +} +.fa-cutlery:before { + content: "\f0f5"; +} +.fa-file-text-o:before { + content: "\f0f6"; +} +.fa-building-o:before { + content: "\f0f7"; +} +.fa-hospital-o:before { + content: "\f0f8"; +} +.fa-ambulance:before { + content: "\f0f9"; +} +.fa-medkit:before { + content: "\f0fa"; +} +.fa-fighter-jet:before { + content: "\f0fb"; +} +.fa-beer:before { + content: "\f0fc"; +} +.fa-h-square:before { + content: "\f0fd"; +} +.fa-plus-square:before { + content: "\f0fe"; +} +.fa-angle-double-left:before { + content: "\f100"; +} +.fa-angle-double-right:before { + content: "\f101"; +} +.fa-angle-double-up:before { + content: "\f102"; +} +.fa-angle-double-down:before { + content: "\f103"; +} +.fa-angle-left:before { + content: "\f104"; +} +.fa-angle-right:before { + content: "\f105"; +} +.fa-angle-up:before { + content: "\f106"; +} +.fa-angle-down:before { + content: "\f107"; +} +.fa-desktop:before { + content: "\f108"; +} +.fa-laptop:before { + content: "\f109"; +} +.fa-tablet:before { + content: "\f10a"; +} +.fa-mobile-phone:before, +.fa-mobile:before { + content: "\f10b"; +} +.fa-circle-o:before { + content: "\f10c"; +} +.fa-quote-left:before { + content: "\f10d"; +} +.fa-quote-right:before { + content: "\f10e"; +} +.fa-spinner:before { + content: "\f110"; +} +.fa-circle:before { + content: "\f111"; +} +.fa-mail-reply:before, +.fa-reply:before { + content: "\f112"; +} +.fa-github-alt:before { + content: "\f113"; +} +.fa-folder-o:before { + content: "\f114"; +} +.fa-folder-open-o:before { + content: "\f115"; +} +.fa-smile-o:before { + content: "\f118"; +} +.fa-frown-o:before { + content: "\f119"; +} +.fa-meh-o:before { + content: "\f11a"; +} +.fa-gamepad:before { + content: "\f11b"; +} +.fa-keyboard-o:before { + content: "\f11c"; +} +.fa-flag-o:before { + content: "\f11d"; +} +.fa-flag-checkered:before { + content: "\f11e"; +} +.fa-terminal:before { + content: "\f120"; +} +.fa-code:before { + content: "\f121"; +} +.fa-mail-reply-all:before, +.fa-reply-all:before { + content: "\f122"; +} +.fa-star-half-empty:before, +.fa-star-half-full:before, +.fa-star-half-o:before { + content: "\f123"; +} +.fa-location-arrow:before { + content: "\f124"; +} +.fa-crop:before { + content: "\f125"; +} +.fa-code-fork:before { + content: "\f126"; +} +.fa-unlink:before, +.fa-chain-broken:before { + content: "\f127"; +} +.fa-question:before { + content: "\f128"; +} +.fa-info:before { + content: "\f129"; +} +.fa-exclamation:before { + content: "\f12a"; +} +.fa-superscript:before { + content: "\f12b"; +} +.fa-subscript:before { + content: "\f12c"; +} +.fa-eraser:before { + content: "\f12d"; +} +.fa-puzzle-piece:before { + content: "\f12e"; +} +.fa-microphone:before { + content: "\f130"; +} +.fa-microphone-slash:before { + content: "\f131"; +} +.fa-shield:before { + content: "\f132"; +} +.fa-calendar-o:before { + content: "\f133"; +} +.fa-fire-extinguisher:before { + content: "\f134"; +} +.fa-rocket:before { + content: "\f135"; +} +.fa-maxcdn:before { + content: "\f136"; +} +.fa-chevron-circle-left:before { + content: "\f137"; +} +.fa-chevron-circle-right:before { + content: "\f138"; +} +.fa-chevron-circle-up:before { + content: "\f139"; +} +.fa-chevron-circle-down:before { + content: "\f13a"; +} +.fa-html5:before { + content: "\f13b"; +} +.fa-css3:before { + content: "\f13c"; +} +.fa-anchor:before { + content: "\f13d"; +} +.fa-unlock-alt:before { + content: "\f13e"; +} +.fa-bullseye:before { + content: "\f140"; +} +.fa-ellipsis-h:before { + content: "\f141"; +} +.fa-ellipsis-v:before { + content: "\f142"; +} +.fa-rss-square:before { + content: "\f143"; +} +.fa-play-circle:before { + content: "\f144"; +} +.fa-ticket:before { + content: "\f145"; +} +.fa-minus-square:before { + content: "\f146"; +} +.fa-minus-square-o:before { + content: "\f147"; +} +.fa-level-up:before { + content: "\f148"; +} +.fa-level-down:before { + content: "\f149"; +} +.fa-check-square:before { + content: "\f14a"; +} +.fa-pencil-square:before { + content: "\f14b"; +} +.fa-external-link-square:before { + content: "\f14c"; +} +.fa-share-square:before { + content: "\f14d"; +} +.fa-compass:before { + content: "\f14e"; +} +.fa-toggle-down:before, +.fa-caret-square-o-down:before { + content: "\f150"; +} +.fa-toggle-up:before, +.fa-caret-square-o-up:before { + content: "\f151"; +} +.fa-toggle-right:before, +.fa-caret-square-o-right:before { + content: "\f152"; +} +.fa-euro:before, +.fa-eur:before { + content: "\f153"; +} +.fa-gbp:before { + content: "\f154"; +} +.fa-dollar:before, +.fa-usd:before { + content: "\f155"; +} +.fa-rupee:before, +.fa-inr:before { + content: "\f156"; +} +.fa-cny:before, +.fa-rmb:before, +.fa-yen:before, +.fa-jpy:before { + content: "\f157"; +} +.fa-ruble:before, +.fa-rouble:before, +.fa-rub:before { + content: "\f158"; +} +.fa-won:before, +.fa-krw:before { + content: "\f159"; +} +.fa-bitcoin:before, +.fa-btc:before { + content: "\f15a"; +} +.fa-file:before { + content: "\f15b"; +} +.fa-file-text:before { + content: "\f15c"; +} +.fa-sort-alpha-asc:before { + content: "\f15d"; +} +.fa-sort-alpha-desc:before { + content: "\f15e"; +} +.fa-sort-amount-asc:before { + content: "\f160"; +} +.fa-sort-amount-desc:before { + content: "\f161"; +} +.fa-sort-numeric-asc:before { + content: "\f162"; +} +.fa-sort-numeric-desc:before { + content: "\f163"; +} +.fa-thumbs-up:before { + content: "\f164"; +} +.fa-thumbs-down:before { + content: "\f165"; +} +.fa-youtube-square:before { + content: "\f166"; +} +.fa-youtube:before { + content: "\f167"; +} +.fa-xing:before { + content: "\f168"; +} +.fa-xing-square:before { + content: "\f169"; +} +.fa-youtube-play:before { + content: "\f16a"; +} +.fa-dropbox:before { + content: "\f16b"; +} +.fa-stack-overflow:before { + content: "\f16c"; +} +.fa-instagram:before { + content: "\f16d"; +} +.fa-flickr:before { + content: "\f16e"; +} +.fa-adn:before { + content: "\f170"; +} +.fa-bitbucket:before { + content: "\f171"; +} +.fa-bitbucket-square:before { + content: "\f172"; +} +.fa-tumblr:before { + content: "\f173"; +} +.fa-tumblr-square:before { + content: "\f174"; +} +.fa-long-arrow-down:before { + content: "\f175"; +} +.fa-long-arrow-up:before { + content: "\f176"; +} +.fa-long-arrow-left:before { + content: "\f177"; +} +.fa-long-arrow-right:before { + content: "\f178"; +} +.fa-apple:before { + content: "\f179"; +} +.fa-windows:before { + content: "\f17a"; +} +.fa-android:before { + content: "\f17b"; +} +.fa-linux:before { + content: "\f17c"; +} +.fa-dribbble:before { + content: "\f17d"; +} +.fa-skype:before { + content: "\f17e"; +} +.fa-foursquare:before { + content: "\f180"; +} +.fa-trello:before { + content: "\f181"; +} +.fa-female:before { + content: "\f182"; +} +.fa-male:before { + content: "\f183"; +} +.fa-gittip:before, +.fa-gratipay:before { + content: "\f184"; +} +.fa-sun-o:before { + content: "\f185"; +} +.fa-moon-o:before { + content: "\f186"; +} +.fa-archive:before { + content: "\f187"; +} +.fa-bug:before { + content: "\f188"; +} +.fa-vk:before { + content: "\f189"; +} +.fa-weibo:before { + content: "\f18a"; +} +.fa-renren:before { + content: "\f18b"; +} +.fa-pagelines:before { + content: "\f18c"; +} +.fa-stack-exchange:before { + content: "\f18d"; +} +.fa-arrow-circle-o-right:before { + content: "\f18e"; +} +.fa-arrow-circle-o-left:before { + content: "\f190"; +} +.fa-toggle-left:before, +.fa-caret-square-o-left:before { + content: "\f191"; +} +.fa-dot-circle-o:before { + content: "\f192"; +} +.fa-wheelchair:before { + content: "\f193"; +} +.fa-vimeo-square:before { + content: "\f194"; +} +.fa-turkish-lira:before, +.fa-try:before { + content: "\f195"; +} +.fa-plus-square-o:before { + content: "\f196"; +} +.fa-space-shuttle:before { + content: "\f197"; +} +.fa-slack:before { + content: "\f198"; +} +.fa-envelope-square:before { + content: "\f199"; +} +.fa-wordpress:before { + content: "\f19a"; +} +.fa-openid:before { + content: "\f19b"; +} +.fa-institution:before, +.fa-bank:before, +.fa-university:before { + content: "\f19c"; +} +.fa-mortar-board:before, +.fa-graduation-cap:before { + content: "\f19d"; +} +.fa-yahoo:before { + content: "\f19e"; +} +.fa-google:before { + content: "\f1a0"; +} +.fa-reddit:before { + content: "\f1a1"; +} +.fa-reddit-square:before { + content: "\f1a2"; +} +.fa-stumbleupon-circle:before { + content: "\f1a3"; +} +.fa-stumbleupon:before { + content: "\f1a4"; +} +.fa-delicious:before { + content: "\f1a5"; +} +.fa-digg:before { + content: "\f1a6"; +} +.fa-pied-piper-pp:before { + content: "\f1a7"; +} +.fa-pied-piper-alt:before { + content: "\f1a8"; +} +.fa-drupal:before { + content: "\f1a9"; +} +.fa-joomla:before { + content: "\f1aa"; +} +.fa-language:before { + content: "\f1ab"; +} +.fa-fax:before { + content: "\f1ac"; +} +.fa-building:before { + content: "\f1ad"; +} +.fa-child:before { + content: "\f1ae"; +} +.fa-paw:before { + content: "\f1b0"; +} +.fa-spoon:before { + content: "\f1b1"; +} +.fa-cube:before { + content: "\f1b2"; +} +.fa-cubes:before { + content: "\f1b3"; +} +.fa-behance:before { + content: "\f1b4"; +} +.fa-behance-square:before { + content: "\f1b5"; +} +.fa-steam:before { + content: "\f1b6"; +} +.fa-steam-square:before { + content: "\f1b7"; +} +.fa-recycle:before { + content: "\f1b8"; +} +.fa-automobile:before, +.fa-car:before { + content: "\f1b9"; +} +.fa-cab:before, +.fa-taxi:before { + content: "\f1ba"; +} +.fa-tree:before { + content: "\f1bb"; +} +.fa-spotify:before { + content: "\f1bc"; +} +.fa-deviantart:before { + content: "\f1bd"; +} +.fa-soundcloud:before { + content: "\f1be"; +} +.fa-database:before { + content: "\f1c0"; +} +.fa-file-pdf-o:before { + content: "\f1c1"; +} +.fa-file-word-o:before { + content: "\f1c2"; +} +.fa-file-excel-o:before { + content: "\f1c3"; +} +.fa-file-powerpoint-o:before { + content: "\f1c4"; +} +.fa-file-photo-o:before, +.fa-file-picture-o:before, +.fa-file-image-o:before { + content: "\f1c5"; +} +.fa-file-zip-o:before, +.fa-file-archive-o:before { + content: "\f1c6"; +} +.fa-file-sound-o:before, +.fa-file-audio-o:before { + content: "\f1c7"; +} +.fa-file-movie-o:before, +.fa-file-video-o:before { + content: "\f1c8"; +} +.fa-file-code-o:before { + content: "\f1c9"; +} +.fa-vine:before { + content: "\f1ca"; +} +.fa-codepen:before { + content: "\f1cb"; +} +.fa-jsfiddle:before { + content: "\f1cc"; +} +.fa-life-bouy:before, +.fa-life-buoy:before, +.fa-life-saver:before, +.fa-support:before, +.fa-life-ring:before { + content: "\f1cd"; +} +.fa-circle-o-notch:before { + content: "\f1ce"; +} +.fa-ra:before, +.fa-resistance:before, +.fa-rebel:before { + content: "\f1d0"; +} +.fa-ge:before, +.fa-empire:before { + content: "\f1d1"; +} +.fa-git-square:before { + content: "\f1d2"; +} +.fa-git:before { + content: "\f1d3"; +} +.fa-y-combinator-square:before, +.fa-yc-square:before, +.fa-hacker-news:before { + content: "\f1d4"; +} +.fa-tencent-weibo:before { + content: "\f1d5"; +} +.fa-qq:before { + content: "\f1d6"; +} +.fa-wechat:before, +.fa-weixin:before { + content: "\f1d7"; +} +.fa-send:before, +.fa-paper-plane:before { + content: "\f1d8"; +} +.fa-send-o:before, +.fa-paper-plane-o:before { + content: "\f1d9"; +} +.fa-history:before { + content: "\f1da"; +} +.fa-circle-thin:before { + content: "\f1db"; +} +.fa-header:before { + content: "\f1dc"; +} +.fa-paragraph:before { + content: "\f1dd"; +} +.fa-sliders:before { + content: "\f1de"; +} +.fa-share-alt:before { + content: "\f1e0"; +} +.fa-share-alt-square:before { + content: "\f1e1"; +} +.fa-bomb:before { + content: "\f1e2"; +} +.fa-soccer-ball-o:before, +.fa-futbol-o:before { + content: "\f1e3"; +} +.fa-tty:before { + content: "\f1e4"; +} +.fa-binoculars:before { + content: "\f1e5"; +} +.fa-plug:before { + content: "\f1e6"; +} +.fa-slideshare:before { + content: "\f1e7"; +} +.fa-twitch:before { + content: "\f1e8"; +} +.fa-yelp:before { + content: "\f1e9"; +} +.fa-newspaper-o:before { + content: "\f1ea"; +} +.fa-wifi:before { + content: "\f1eb"; +} +.fa-calculator:before { + content: "\f1ec"; +} +.fa-paypal:before { + content: "\f1ed"; +} +.fa-google-wallet:before { + content: "\f1ee"; +} +.fa-cc-visa:before { + content: "\f1f0"; +} +.fa-cc-mastercard:before { + content: "\f1f1"; +} +.fa-cc-discover:before { + content: "\f1f2"; +} +.fa-cc-amex:before { + content: "\f1f3"; +} +.fa-cc-paypal:before { + content: "\f1f4"; +} +.fa-cc-stripe:before { + content: "\f1f5"; +} +.fa-bell-slash:before { + content: "\f1f6"; +} +.fa-bell-slash-o:before { + content: "\f1f7"; +} +.fa-trash:before { + content: "\f1f8"; +} +.fa-copyright:before { + content: "\f1f9"; +} +.fa-at:before { + content: "\f1fa"; +} +.fa-eyedropper:before { + content: "\f1fb"; +} +.fa-paint-brush:before { + content: "\f1fc"; +} +.fa-birthday-cake:before { + content: "\f1fd"; +} +.fa-area-chart:before { + content: "\f1fe"; +} +.fa-pie-chart:before { + content: "\f200"; +} +.fa-line-chart:before { + content: "\f201"; +} +.fa-lastfm:before { + content: "\f202"; +} +.fa-lastfm-square:before { + content: "\f203"; +} +.fa-toggle-off:before { + content: "\f204"; +} +.fa-toggle-on:before { + content: "\f205"; +} +.fa-bicycle:before { + content: "\f206"; +} +.fa-bus:before { + content: "\f207"; +} +.fa-ioxhost:before { + content: "\f208"; +} +.fa-angellist:before { + content: "\f209"; +} +.fa-cc:before { + content: "\f20a"; +} +.fa-shekel:before, +.fa-sheqel:before, +.fa-ils:before { + content: "\f20b"; +} +.fa-meanpath:before { + content: "\f20c"; +} +.fa-buysellads:before { + content: "\f20d"; +} +.fa-connectdevelop:before { + content: "\f20e"; +} +.fa-dashcube:before { + content: "\f210"; +} +.fa-forumbee:before { + content: "\f211"; +} +.fa-leanpub:before { + content: "\f212"; +} +.fa-sellsy:before { + content: "\f213"; +} +.fa-shirtsinbulk:before { + content: "\f214"; +} +.fa-simplybuilt:before { + content: "\f215"; +} +.fa-skyatlas:before { + content: "\f216"; +} +.fa-cart-plus:before { + content: "\f217"; +} +.fa-cart-arrow-down:before { + content: "\f218"; +} +.fa-diamond:before { + content: "\f219"; +} +.fa-ship:before { + content: "\f21a"; +} +.fa-user-secret:before { + content: "\f21b"; +} +.fa-motorcycle:before { + content: "\f21c"; +} +.fa-street-view:before { + content: "\f21d"; +} +.fa-heartbeat:before { + content: "\f21e"; +} +.fa-venus:before { + content: "\f221"; +} +.fa-mars:before { + content: "\f222"; +} +.fa-mercury:before { + content: "\f223"; +} +.fa-intersex:before, +.fa-transgender:before { + content: "\f224"; +} +.fa-transgender-alt:before { + content: "\f225"; +} +.fa-venus-double:before { + content: "\f226"; +} +.fa-mars-double:before { + content: "\f227"; +} +.fa-venus-mars:before { + content: "\f228"; +} +.fa-mars-stroke:before { + content: "\f229"; +} +.fa-mars-stroke-v:before { + content: "\f22a"; +} +.fa-mars-stroke-h:before { + content: "\f22b"; +} +.fa-neuter:before { + content: "\f22c"; +} +.fa-genderless:before { + content: "\f22d"; +} +.fa-facebook-official:before { + content: "\f230"; +} +.fa-pinterest-p:before { + content: "\f231"; +} +.fa-whatsapp:before { + content: "\f232"; +} +.fa-server:before { + content: "\f233"; +} +.fa-user-plus:before { + content: "\f234"; +} +.fa-user-times:before { + content: "\f235"; +} +.fa-hotel:before, +.fa-bed:before { + content: "\f236"; +} +.fa-viacoin:before { + content: "\f237"; +} +.fa-train:before { + content: "\f238"; +} +.fa-subway:before { + content: "\f239"; +} +.fa-medium:before { + content: "\f23a"; +} +.fa-yc:before, +.fa-y-combinator:before { + content: "\f23b"; +} +.fa-optin-monster:before { + content: "\f23c"; +} +.fa-opencart:before { + content: "\f23d"; +} +.fa-expeditedssl:before { + content: "\f23e"; +} +.fa-battery-4:before, +.fa-battery:before, +.fa-battery-full:before { + content: "\f240"; +} +.fa-battery-3:before, +.fa-battery-three-quarters:before { + content: "\f241"; +} +.fa-battery-2:before, +.fa-battery-half:before { + content: "\f242"; +} +.fa-battery-1:before, +.fa-battery-quarter:before { + content: "\f243"; +} +.fa-battery-0:before, +.fa-battery-empty:before { + content: "\f244"; +} +.fa-mouse-pointer:before { + content: "\f245"; +} +.fa-i-cursor:before { + content: "\f246"; +} +.fa-object-group:before { + content: "\f247"; +} +.fa-object-ungroup:before { + content: "\f248"; +} +.fa-sticky-note:before { + content: "\f249"; +} +.fa-sticky-note-o:before { + content: "\f24a"; +} +.fa-cc-jcb:before { + content: "\f24b"; +} +.fa-cc-diners-club:before { + content: "\f24c"; +} +.fa-clone:before { + content: "\f24d"; +} +.fa-balance-scale:before { + content: "\f24e"; +} +.fa-hourglass-o:before { + content: "\f250"; +} +.fa-hourglass-1:before, +.fa-hourglass-start:before { + content: "\f251"; +} +.fa-hourglass-2:before, +.fa-hourglass-half:before { + content: "\f252"; +} +.fa-hourglass-3:before, +.fa-hourglass-end:before { + content: "\f253"; +} +.fa-hourglass:before { + content: "\f254"; +} +.fa-hand-grab-o:before, +.fa-hand-rock-o:before { + content: "\f255"; +} +.fa-hand-stop-o:before, +.fa-hand-paper-o:before { + content: "\f256"; +} +.fa-hand-scissors-o:before { + content: "\f257"; +} +.fa-hand-lizard-o:before { + content: "\f258"; +} +.fa-hand-spock-o:before { + content: "\f259"; +} +.fa-hand-pointer-o:before { + content: "\f25a"; +} +.fa-hand-peace-o:before { + content: "\f25b"; +} +.fa-trademark:before { + content: "\f25c"; +} +.fa-registered:before { + content: "\f25d"; +} +.fa-creative-commons:before { + content: "\f25e"; +} +.fa-gg:before { + content: "\f260"; +} +.fa-gg-circle:before { + content: "\f261"; +} +.fa-tripadvisor:before { + content: "\f262"; +} +.fa-odnoklassniki:before { + content: "\f263"; +} +.fa-odnoklassniki-square:before { + content: "\f264"; +} +.fa-get-pocket:before { + content: "\f265"; +} +.fa-wikipedia-w:before { + content: "\f266"; +} +.fa-safari:before { + content: "\f267"; +} +.fa-chrome:before { + content: "\f268"; +} +.fa-firefox:before { + content: "\f269"; +} +.fa-opera:before { + content: "\f26a"; +} +.fa-internet-explorer:before { + content: "\f26b"; +} +.fa-tv:before, +.fa-television:before { + content: "\f26c"; +} +.fa-contao:before { + content: "\f26d"; +} +.fa-500px:before { + content: "\f26e"; +} +.fa-amazon:before { + content: "\f270"; +} +.fa-calendar-plus-o:before { + content: "\f271"; +} +.fa-calendar-minus-o:before { + content: "\f272"; +} +.fa-calendar-times-o:before { + content: "\f273"; +} +.fa-calendar-check-o:before { + content: "\f274"; +} +.fa-industry:before { + content: "\f275"; +} +.fa-map-pin:before { + content: "\f276"; +} +.fa-map-signs:before { + content: "\f277"; +} +.fa-map-o:before { + content: "\f278"; +} +.fa-map:before { + content: "\f279"; +} +.fa-commenting:before { + content: "\f27a"; +} +.fa-commenting-o:before { + content: "\f27b"; +} +.fa-houzz:before { + content: "\f27c"; +} +.fa-vimeo:before { + content: "\f27d"; +} +.fa-black-tie:before { + content: "\f27e"; +} +.fa-fonticons:before { + content: "\f280"; +} +.fa-reddit-alien:before { + content: "\f281"; +} +.fa-edge:before { + content: "\f282"; +} +.fa-credit-card-alt:before { + content: "\f283"; +} +.fa-codiepie:before { + content: "\f284"; +} +.fa-modx:before { + content: "\f285"; +} +.fa-fort-awesome:before { + content: "\f286"; +} +.fa-usb:before { + content: "\f287"; +} +.fa-product-hunt:before { + content: "\f288"; +} +.fa-mixcloud:before { + content: "\f289"; +} +.fa-scribd:before { + content: "\f28a"; +} +.fa-pause-circle:before { + content: "\f28b"; +} +.fa-pause-circle-o:before { + content: "\f28c"; +} +.fa-stop-circle:before { + content: "\f28d"; +} +.fa-stop-circle-o:before { + content: "\f28e"; +} +.fa-shopping-bag:before { + content: "\f290"; +} +.fa-shopping-basket:before { + content: "\f291"; +} +.fa-hashtag:before { + content: "\f292"; +} +.fa-bluetooth:before { + content: "\f293"; +} +.fa-bluetooth-b:before { + content: "\f294"; +} +.fa-percent:before { + content: "\f295"; +} +.fa-gitlab:before { + content: "\f296"; +} +.fa-wpbeginner:before { + content: "\f297"; +} +.fa-wpforms:before { + content: "\f298"; +} +.fa-envira:before { + content: "\f299"; +} +.fa-universal-access:before { + content: "\f29a"; +} +.fa-wheelchair-alt:before { + content: "\f29b"; +} +.fa-question-circle-o:before { + content: "\f29c"; +} +.fa-blind:before { + content: "\f29d"; +} +.fa-audio-description:before { + content: "\f29e"; +} +.fa-volume-control-phone:before { + content: "\f2a0"; +} +.fa-braille:before { + content: "\f2a1"; +} +.fa-assistive-listening-systems:before { + content: "\f2a2"; +} +.fa-asl-interpreting:before, +.fa-american-sign-language-interpreting:before { + content: "\f2a3"; +} +.fa-deafness:before, +.fa-hard-of-hearing:before, +.fa-deaf:before { + content: "\f2a4"; +} +.fa-glide:before { + content: "\f2a5"; +} +.fa-glide-g:before { + content: "\f2a6"; +} +.fa-signing:before, +.fa-sign-language:before { + content: "\f2a7"; +} +.fa-low-vision:before { + content: "\f2a8"; +} +.fa-viadeo:before { + content: "\f2a9"; +} +.fa-viadeo-square:before { + content: "\f2aa"; +} +.fa-snapchat:before { + content: "\f2ab"; +} +.fa-snapchat-ghost:before { + content: "\f2ac"; +} +.fa-snapchat-square:before { + content: "\f2ad"; +} +.fa-pied-piper:before { + content: "\f2ae"; +} +.fa-first-order:before { + content: "\f2b0"; +} +.fa-yoast:before { + content: "\f2b1"; +} +.fa-themeisle:before { + content: "\f2b2"; +} +.fa-google-plus-circle:before, +.fa-google-plus-official:before { + content: "\f2b3"; +} +.fa-fa:before, +.fa-font-awesome:before { + content: "\f2b4"; +} +.fa-handshake-o:before { + content: "\f2b5"; +} +.fa-envelope-open:before { + content: "\f2b6"; +} +.fa-envelope-open-o:before { + content: "\f2b7"; +} +.fa-linode:before { + content: "\f2b8"; +} +.fa-address-book:before { + content: "\f2b9"; +} +.fa-address-book-o:before { + content: "\f2ba"; +} +.fa-vcard:before, +.fa-address-card:before { + content: "\f2bb"; +} +.fa-vcard-o:before, +.fa-address-card-o:before { + content: "\f2bc"; +} +.fa-user-circle:before { + content: "\f2bd"; +} +.fa-user-circle-o:before { + content: "\f2be"; +} +.fa-user-o:before { + content: "\f2c0"; +} +.fa-id-badge:before { + content: "\f2c1"; +} +.fa-drivers-license:before, +.fa-id-card:before { + content: "\f2c2"; +} +.fa-drivers-license-o:before, +.fa-id-card-o:before { + content: "\f2c3"; +} +.fa-quora:before { + content: "\f2c4"; +} +.fa-free-code-camp:before { + content: "\f2c5"; +} +.fa-telegram:before { + content: "\f2c6"; +} +.fa-thermometer-4:before, +.fa-thermometer:before, +.fa-thermometer-full:before { + content: "\f2c7"; +} +.fa-thermometer-3:before, +.fa-thermometer-three-quarters:before { + content: "\f2c8"; +} +.fa-thermometer-2:before, +.fa-thermometer-half:before { + content: "\f2c9"; +} +.fa-thermometer-1:before, +.fa-thermometer-quarter:before { + content: "\f2ca"; +} +.fa-thermometer-0:before, +.fa-thermometer-empty:before { + content: "\f2cb"; +} +.fa-shower:before { + content: "\f2cc"; +} +.fa-bathtub:before, +.fa-s15:before, +.fa-bath:before { + content: "\f2cd"; +} +.fa-podcast:before { + content: "\f2ce"; +} +.fa-window-maximize:before { + content: "\f2d0"; +} +.fa-window-minimize:before { + content: "\f2d1"; +} +.fa-window-restore:before { + content: "\f2d2"; +} +.fa-times-rectangle:before, +.fa-window-close:before { + content: "\f2d3"; +} +.fa-times-rectangle-o:before, +.fa-window-close-o:before { + content: "\f2d4"; +} +.fa-bandcamp:before { + content: "\f2d5"; +} +.fa-grav:before { + content: "\f2d6"; +} +.fa-etsy:before { + content: "\f2d7"; +} +.fa-imdb:before { + content: "\f2d8"; +} +.fa-ravelry:before { + content: "\f2d9"; +} +.fa-eercast:before { + content: "\f2da"; +} +.fa-microchip:before { + content: "\f2db"; +} +.fa-snowflake-o:before { + content: "\f2dc"; +} +.fa-superpowers:before { + content: "\f2dd"; +} +.fa-wpexplorer:before { + content: "\f2de"; +} +.fa-meetup:before { + content: "\f2e0"; +} +.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; +} diff --git a/wwwjuba/app-assets/fonts/font-awesome/css/font-awesome.css.map b/wwwjuba/app-assets/fonts/font-awesome/css/font-awesome.css.map new file mode 100644 index 0000000..b555bd9 --- /dev/null +++ b/wwwjuba/app-assets/fonts/font-awesome/css/font-awesome.css.map @@ -0,0 +1,7 @@ +{ +"version": 3, +"mappings": ";;;;;;;AAGA,UAUC;EATC,WAAW,EAAE,aAAa;EAC1B,GAAG,EAAE,+CAAgE;EACrE,GAAG,EAAE,ySAAmG;EAKxG,WAAW,EAAE,MAAM;EACnB,UAAU,EAAE,MAAM;ACTpB,GAAmB;EACjB,OAAO,EAAE,YAAY;EACrB,IAAI,EAAE,uCAAwD;EAC9D,SAAS,EAAE,OAAO;EAClB,cAAc,EAAE,IAAI;EACpB,sBAAsB,EAAE,WAAW;EACnC,uBAAuB,EAAE,SAAS;EAClC,SAAS,EAAE,eAAe;;;ACN5B,MAAsB;EACpB,SAAS,EAAE,SAAS;EACpB,WAAW,EAAE,MAAS;EACtB,cAAc,EAAE,IAAI;;AAEtB,MAAsB;EAAE,SAAS,EAAE,GAAG;;AACtC,MAAsB;EAAE,SAAS,EAAE,GAAG;;AACtC,MAAsB;EAAE,SAAS,EAAE,GAAG;;AACtC,MAAsB;EAAE,SAAS,EAAE,GAAG;;ACVtC,MAAsB;EACpB,KAAK,EAAE,SAAW;EAClB,UAAU,EAAE,MAAM;;ACDpB,MAAsB;EACpB,YAAY,EAAE,CAAC;EACf,WAAW,ECKU,SAAS;EDJ9B,eAAe,EAAE,IAAI;EACrB,WAAK;IAAE,QAAQ,EAAE,QAAQ;;AAE3B,MAAsB;EACpB,QAAQ,EAAE,QAAQ;EAClB,IAAI,EAAE,UAAa;EACnB,KAAK,ECFgB,SAAS;EDG9B,GAAG,EAAE,SAAU;EACf,UAAU,EAAE,MAAM;EAClB,YAAuB;IACrB,IAAI,EAAE,UAA0B;;AEbpC,UAA0B;EACxB,OAAO,EAAE,gBAAgB;EACzB,MAAM,EAAE,iBAA4B;EACpC,aAAa,EAAE,IAAI;;AAGrB,WAAY;EAAE,KAAK,EAAE,KAAK;;AAC1B,UAAW;EAAE,KAAK,EAAE,IAAI;;AAGtB,aAAY;EAAE,YAAY,EAAE,IAAI;AAChC,cAAa;EAAE,WAAW,EAAE,IAAI;;ACXlC,QAAwB;EACtB,iBAAiB,EAAE,0BAA0B;EACrC,SAAS,EAAE,0BAA0B;;AAG/C,SAAyB;EACvB,iBAAiB,EAAE,4BAA4B;EACvC,SAAS,EAAE,4BAA4B;;AAGjD,0BASC;EARC,EAAG;IACD,iBAAiB,EAAE,YAAY;IACvB,SAAS,EAAE,YAAY;EAEjC,IAAK;IACH,iBAAiB,EAAE,cAAc;IACzB,SAAS,EAAE,cAAc;AAIrC,kBASC;EARC,EAAG;IACD,iBAAiB,EAAE,YAAY;IACvB,SAAS,EAAE,YAAY;EAEjC,IAAK;IACH,iBAAiB,EAAE,cAAc;IACzB,SAAS,EAAE,cAAc;AC5BrC,aAA8B;ECY5B,MAAM,EAAE,wDAAmE;EAC3E,iBAAiB,EAAE,aAAgB;EAC/B,aAAa,EAAE,aAAgB;EAC3B,SAAS,EAAE,aAAgB;;ADdrC,cAA8B;ECW5B,MAAM,EAAE,wDAAmE;EAC3E,iBAAiB,EAAE,cAAgB;EAC/B,aAAa,EAAE,cAAgB;EAC3B,SAAS,EAAE,cAAgB;;ADbrC,cAA8B;ECU5B,MAAM,EAAE,wDAAmE;EAC3E,iBAAiB,EAAE,cAAgB;EAC/B,aAAa,EAAE,cAAgB;EAC3B,SAAS,EAAE,cAAgB;;ADXrC,mBAAmC;ECejC,MAAM,EAAE,wDAAmE;EAC3E,iBAAiB,EAAE,YAAoB;EACnC,aAAa,EAAE,YAAoB;EAC/B,SAAS,EAAE,YAAoB;;ADjBzC,iBAAmC;ECcjC,MAAM,EAAE,wDAAmE;EAC3E,iBAAiB,EAAE,YAAoB;EACnC,aAAa,EAAE,YAAoB;EAC/B,SAAS,EAAE,YAAoB;;ADZzC;;;;uBAIuC;EACrC,MAAM,EAAE,IAAI;;AEfd,SAAyB;EACvB,QAAQ,EAAE,QAAQ;EAClB,OAAO,EAAE,YAAY;EACrB,KAAK,EAAE,GAAG;EACV,MAAM,EAAE,GAAG;EACX,WAAW,EAAE,GAAG;EAChB,cAAc,EAAE,MAAM;;AAExB,0BAAyD;EACvD,QAAQ,EAAE,QAAQ;EAClB,IAAI,EAAE,CAAC;EACP,KAAK,EAAE,IAAI;EACX,UAAU,EAAE,MAAM;;AAEpB,YAA4B;EAAE,WAAW,EAAE,OAAO;;AAClD,YAA4B;EAAE,SAAS,EAAE,GAAG;;AAC5C,WAA2B;EAAE,KAAK,ELVZ,IAAI;;;;AMN1B,gBAAgC;EAAE,OAAO,ENoQ1B,GAAO;;AMnQtB,gBAAgC;EAAE,OAAO,EN0W1B,GAAO;;AMzWtB,iBAAiC;EAAE,OAAO,ENmb1B,GAAO;;AMlbvB,qBAAqC;EAAE,OAAO,ENmL1B,GAAO;;AMlL3B,gBAAgC;EAAE,OAAO,ENkR1B,GAAO;;AMjRtB,eAA+B;EAAE,OAAO,ENke1B,GAAO;;AMjerB,iBAAiC;EAAE,OAAO,ENse1B,GAAO;;AMrevB,eAA+B;EAAE,OAAO,EN+iB1B,GAAO;;AM9iBrB,eAA+B;EAAE,OAAO,ENyN1B,GAAO;;AMxNrB,mBAAmC;EAAE,OAAO,ENggB1B,GAAO;;AM/fzB,aAA6B;EAAE,OAAO,EN8f1B,GAAO;;AM7fnB,kBAAkC;EAAE,OAAO,EN+f1B,GAAO;;AM9fxB,gBAAgC;EAAE,OAAO,ENoG1B,GAAO;;AMnGtB;;gBAEgC;EAAE,OAAO,ENkgB1B,GAAO;;AMjgBtB,sBAAsC;EAAE,OAAO,ENua1B,GAAO;;AMta5B,uBAAuC;EAAE,OAAO,ENqa1B,GAAO;;AMpa7B,oBAAoC;EAAE,OAAO,EN+X1B,GAAO;;AM9X1B,iBAAiC;EAAE,OAAO,ENsb1B,GAAO;;AMrbvB;cAC8B;EAAE,OAAO,ENwH1B,GAAO;;AMvHpB,kBAAkC;EAAE,OAAO,ENygB1B,GAAO;;AMxgBxB,eAA+B;EAAE,OAAO,ENmQ1B,GAAO;;AMlQrB,iBAAiC;EAAE,OAAO,EN6L1B,GAAO;;AM5LvB,kBAAkC;EAAE,OAAO,EN0G1B,GAAO;;AMzGxB,eAA+B;EAAE,OAAO,EN+Y1B,GAAO;;AM9YrB,mBAAmC;EAAE,OAAO,ENiJ1B,GAAO;;AMhJzB,8BAA8C;EAAE,OAAO,ENI1B,GAAO;;AMHpC,4BAA4C;EAAE,OAAO,ENM1B,GAAO;;AMLlC,gBAAgC;EAAE,OAAO,ENkQ1B,GAAO;;AMjQtB,wBAAwC;EAAE,OAAO,EN4W1B,GAAO;;AM3W9B;iBACiC;EAAE,OAAO,ENmY1B,GAAO;;AMlYvB,kBAAkC;EAAE,OAAO,EN8X1B,GAAO;;AM7XxB,mBAAmC;EAAE,OAAO,ENiS1B,GAAO;;AMhSzB,eAA+B;EAAE,OAAO,ENoS1B,GAAO;;AMnSrB,eAA+B;EAAE,OAAO,ENgM1B,GAAO;;AM/LrB,qBAAqC;EAAE,OAAO,EN+O1B,GAAO;;AM9O3B,qBAAqC;EAAE,OAAO,EN8hB1B,GAAO;;AM7hB3B,sBAAsC;EAAE,OAAO,EN4hB1B,GAAO;;AM3hB5B,oBAAoC;EAAE,OAAO,EN6hB1B,GAAO;;AM5hB1B,iBAAiC;EAAE,OAAO,EN2W1B,GAAO;;AM1WvB,kBAAkC;EAAE,OAAO,ENW1B,GAAO;;AMVxB,cAA8B;EAAE,OAAO,ENod1B,GAAO;;AMndpB,eAA+B;EAAE,OAAO,ENod1B,GAAO;;AMndrB,eAA+B;EAAE,OAAO,EN2B1B,GAAO;;AM1BrB,mBAAmC;EAAE,OAAO,EN2B1B,GAAO;;AM1BzB,gBAAgC;EAAE,OAAO,ENkW1B,GAAO;;AMjWtB,iBAAiC;EAAE,OAAO,ENwC1B,GAAO;;AMvCvB,eAA+B;EAAE,OAAO,EN8L1B,GAAO;;AM7LrB,eAA+B;EAAE,OAAO,ENmB1B,GAAO;;AMlBrB,iBAAiC;EAAE,OAAO,ENoP1B,GAAO;;AMnPvB,sBAAsC;EAAE,OAAO,ENid1B,GAAO;;AMhd5B,qBAAqC;EAAE,OAAO,ENid1B,GAAO;;AMhd3B,qBAAqC;EAAE,OAAO,EN1C1B,GAAO;;AM2C3B,uBAAuC;EAAE,OAAO,EN7C1B,GAAO;;AM8C7B,sBAAsC;EAAE,OAAO,EN3C1B,GAAO;;AM4C5B,wBAAwC;EAAE,OAAO,EN9C1B,GAAO;;AM+C9B,eAA+B;EAAE,OAAO,ENwQ1B,GAAO;;AMvQrB;kBACkC;EAAE,OAAO,ENmT1B,GAAO;;AMlTxB,iBAAiC;EAAE,OAAO,ENmO1B,GAAO;;AMlOvB,uBAAuC;EAAE,OAAO,ENigB1B,GAAO;;AMhgB7B;;oBAEoC;EAAE,OAAO,EN+T1B,GAAO;;AM9T1B,iBAAiC;EAAE,OAAO,ENwT1B,GAAO;;AMvTvB,qBAAqC;EAAE,OAAO,EN+Q1B,GAAO;;AM9Q3B,iBAAiC;EAAE,OAAO,EN5D1B,GAAO;;AM6DvB,eAA+B;EAAE,OAAO,EN8c1B,GAAO;;AM7crB;0BAC0C;EAAE,OAAO,ENqT1B,GAAO;;AMpThC,yBAAyC;EAAE,OAAO,ENuX1B,GAAO;;AMtX/B,yBAAyC;EAAE,OAAO,EN0C1B,GAAO;;AMzC/B,iBAAiC;EAAE,OAAO,ENjC1B,GAAO;;AMkCvB,wBAAwC;EAAE,OAAO,ENma1B,GAAO;;AMla9B,wBAAwC;EAAE,OAAO,EN4H1B,GAAO;;AM3H9B,mBAAmC;EAAE,OAAO,EN7B1B,GAAO;;AM8BzB,eAA+B;EAAE,OAAO,EN0T1B,GAAO;;AMzTrB,gBAAgC;EAAE,OAAO,ENwS1B,GAAO;;AMvStB,eAA+B;EAAE,OAAO,ENia1B,GAAO;;AMharB,kBAAkC;EAAE,OAAO,ENgK1B,GAAO;;AM/JxB,uBAAuC;EAAE,OAAO,ENuH1B,GAAO;;AMtH7B,uBAAuC;EAAE,OAAO,EN4Z1B,GAAO;;AM3Z7B,gBAAgC;EAAE,OAAO,EN4F1B,GAAO;;AM3FtB,uBAAuC;EAAE,OAAO,ENoC1B,GAAO;;AMnC7B,wBAAwC;EAAE,OAAO,ENoC1B,GAAO;;AMnC9B,sBAAsC;EAAE,OAAO,ENsT1B,GAAO;;AMrT5B,uBAAuC;EAAE,OAAO,ENyQ1B,GAAO;;AMxQ7B,uBAAuC;EAAE,OAAO,ENwb1B,GAAO;;AMvb7B,uBAAuC;EAAE,OAAO,ENsB1B,GAAO;;AMrB7B,0BAA0C;EAAE,OAAO,EN2T1B,GAAO;;AM1ThC,sBAAsC;EAAE,OAAO,ENsM1B,GAAO;;AMrM5B,qBAAqC;EAAE,OAAO,EN6D1B,GAAO;;AM5D3B,yBAAyC;EAAE,OAAO,ENob1B,GAAO;;AMnb/B,yBAAyC;EAAE,OAAO,ENkB1B,GAAO;;AMjB/B,cAA8B;EAAE,OAAO,EN/C1B,GAAO;;AMgDpB,qBAAqC;EAAE,OAAO,EN3D1B,GAAO;;AM4D3B,sBAAsC;EAAE,OAAO,EN3D1B,GAAO;;AM4D5B,mBAAmC;EAAE,OAAO,EN3D1B,GAAO;;AM4DzB,qBAAqC;EAAE,OAAO,EN/D1B,GAAO;;AMgE3B;gBACgC;EAAE,OAAO,ENqV1B,GAAO;;AMpVtB,iBAAiC;EAAE,OAAO,ENuF1B,GAAO;;AMtFvB,mBAAmC;EAAE,OAAO,EN4C1B,GAAO;;AM3CzB,eAA+B;EAAE,OAAO,ENmS1B,GAAO;;AMlSrB,gBAAgC;EAAE,OAAO,ENsP1B,GAAO;;AMrPtB,mBAAmC;EAAE,OAAO,EN9D1B,GAAO;;AM+DzB,6BAA6C;EAAE,OAAO,ENgF1B,GAAO;;AM/EnC,eAA+B;EAAE,OAAO,EN+I1B,GAAO;;AM9IrB,eAA+B;EAAE,OAAO,ENoM1B,GAAO;;AMnMrB,eAA+B;EAAE,OAAO,ENmH1B,GAAO;;AMlHrB,cAA8B;EAAE,OAAO,ENiF1B,GAAO;;AMhFpB,oBAAoC;EAAE,OAAO,ENiF1B,GAAO;;AMhF1B;+BAC+C;EAAE,OAAO,EN0E1B,GAAO;;AMzErC,gBAAgC;EAAE,OAAO,ENmR1B,GAAO;;AMlRtB,mBAAmC;EAAE,OAAO,EN/B1B,GAAO;;AMgCzB,iBAAiC;EAAE,OAAO,ENoS1B,GAAO;;AMnSvB,kBAAkC;EAAE,OAAO,ENwB1B,GAAO;;AMvBxB,iBAAiC;EAAE,OAAO,ENqN1B,GAAO;;AMpNvB,qBAAqC;EAAE,OAAO,ENE1B,GAAO;;AMD3B,uBAAuC;EAAE,OAAO,ENF1B,GAAO;;AMG7B,kBAAkC;EAAE,OAAO,EN2S1B,GAAO;;AM1SxB,wBAAwC;EAAE,OAAO,ENyU1B,GAAO;;AMxU9B,iBAAiC;EAAE,OAAO,EN8G1B,GAAO;;AM7GvB,sBAAsC;EAAE,OAAO,EN+G1B,GAAO;;AM9G5B,mBAAmC;EAAE,OAAO,ENnF1B,GAAO;;AMoFzB,mBAAmC;EAAE,OAAO,ENrF1B,GAAO;;AMsFzB;oBACoC;EAAE,OAAO,EN/E1B,GAAO;;AMgF1B,yBAAyC;EAAE,OAAO,ENua1B,GAAO;;AMta/B,0BAA0C;EAAE,OAAO,ENmE1B,GAAO;;AMlEhC,uBAAuC;EAAE,OAAO,EN5C1B,GAAO;;AM6C7B,cAA8B;EAAE,OAAO,ENqK1B,GAAO;;AMpKpB;eAC+B;EAAE,OAAO,ENK1B,GAAO;;AMJrB,mBAAmC;EAAE,OAAO,ENQ1B,GAAO;;AMPzB,sBAAsC;EAAE,OAAO,ENmY1B,GAAO;;AMlY5B,wBAAwC;EAAE,OAAO,ENiY1B,GAAO;;AMhY9B,oBAAoC;EAAE,OAAO,EN2V1B,GAAO;;AM1V1B,kBAAkC;EAAE,OAAO,ENyI1B,GAAO;;AMxIxB,mBAAmC;EAAE,OAAO,ENyT1B,GAAO;;AMxTzB,0BAA0C;EAAE,OAAO,ENiL1B,GAAO;;AMhLhC,qBAAqC;EAAE,OAAO,EN0X1B,GAAO;;AMzX3B,wBAAwC;EAAE,OAAO,EN8C1B,GAAO;;AM7C9B,kBAAkC;EAAE,OAAO,ENoT1B,GAAO;;AMnTxB,iBAAiC;EAAE,OAAO,EN8Y1B,GAAO;;AM7YvB,wBAAwC;EAAE,OAAO,EN6G1B,GAAO;;AM5G9B,iBAAiC;EAAE,OAAO,EN8Z1B,GAAO;;AM7ZvB,kBAAkC;EAAE,OAAO,EN+J1B,GAAO;;AM9JxB,gBAAgC;EAAE,OAAO,ENsO1B,GAAO;;AMrOtB,mBAAmC;EAAE,OAAO,EN2U1B,GAAO;;AM1UzB,qBAAqC;EAAE,OAAO,EN/E1B,GAAO;;AMgF3B,uBAAuC;EAAE,OAAO,ENoO1B,GAAO;;AMnO7B,kBAAkC;EAAE,OAAO,EN8Y1B,GAAO;;AM7YxB;mBACmC;EAAE,OAAO,ENuC1B,GAAO;;AMtCzB,iBAAiC;EAAE,OAAO,ENiG1B,GAAO;;AMhGvB,iBAAiC;EAAE,OAAO,ENiZ1B,GAAO;;AMhZvB,sBAAsC;EAAE,OAAO,ENR1B,GAAO;;AMS5B,cAA8B;EAAE,OAAO,EN4Q1B,GAAO;;AM3QpB,gBAAgC;EAAE,OAAO,ENgH1B,GAAO;;AM/GtB,mBAAmC;EAAE,OAAO,ENnF1B,GAAO;;AMoFzB,eAA+B;EAAE,OAAO,ENzG1B,GAAO;;AM0GrB,sBAAsC;EAAE,OAAO,ENzD1B,GAAO;;AM0D5B,uBAAuC;EAAE,OAAO,EN0G1B,GAAO;;AMzG7B,sBAAsC;EAAE,OAAO,ENwG1B,GAAO;;AMvG5B,oBAAoC;EAAE,OAAO,ENyG1B,GAAO;;AMxG1B,sBAAsC;EAAE,OAAO,ENqG1B,GAAO;;AMpG5B,4BAA4C;EAAE,OAAO,EN5I1B,GAAO;;AM6IlC,6BAA6C;EAAE,OAAO,ENxI1B,GAAO;;AMyInC,0BAA0C;EAAE,OAAO,ENxI1B,GAAO;;AMyIhC,4BAA4C;EAAE,OAAO,ENhJ1B,GAAO;;AMiJlC,gBAAgC;EAAE,OAAO,ENsF1B,GAAO;;AMrFtB,iBAAiC;EAAE,OAAO,ENia1B,GAAO;;AMhavB,gBAAgC;EAAE,OAAO,ENiV1B,GAAO;;AMhVtB,iBAAiC;EAAE,OAAO,ENgD1B,GAAO;;AM/CvB,oBAAoC;EAAE,OAAO,ENvG1B,GAAO;;AMwG1B,qBAAqC;EAAE,OAAO,ENzI1B,GAAO;;AM0I3B;gBACgC;EAAE,OAAO,ENqY1B,GAAO;;AMpYtB;eAC+B;EAAE,OAAO,ENuI1B,GAAO;;AMtIrB,gBAAgC;EAAE,OAAO,ENpD1B,GAAO;;AMqDtB,gBAAgC;EAAE,OAAO,EN+C1B,GAAO;;AM9CtB;mBACmC;EAAE,OAAO,ENwP1B,GAAO;;AMvPzB;kBACkC;EAAE,OAAO,ENkC1B,GAAO;;AMjCxB,oBAAoC;EAAE,OAAO,ENsL1B,GAAO;;AMrL1B;mBACmC;EAAE,OAAO,EN0C1B,GAAO;;AMzCzB,iBAAiC;EAAE,OAAO,ENiS1B,GAAO;;AMhSvB;;eAE+B;EAAE,OAAO,EN9I1B,GAAO;;AM+IrB,kBAAkC;EAAE,OAAO,ENgI1B,GAAO;;AM/HxB,kBAAkC;EAAE,OAAO,EN8H1B,GAAO;;AM7HxB,wBAAwC;EAAE,OAAO,EN4S1B,GAAO;;AM3S9B,oBAAoC;EAAE,OAAO,ENoW1B,GAAO;;AMnW1B,gBAAgC;EAAE,OAAO,ENmT1B,GAAO;;AMlTtB,gBAAgC;EAAE,OAAO,ENkI1B,GAAO;;AMjItB,gBAAgC;EAAE,OAAO,ENuV1B,GAAO;;AMtVtB,oBAAoC;EAAE,OAAO,ENwL1B,GAAO;;AMvL1B,2BAA2C;EAAE,OAAO,ENyL1B,GAAO;;AMxLjC,6BAA6C;EAAE,OAAO,ENyD1B,GAAO;;AMxDnC,sBAAsC;EAAE,OAAO,ENuD1B,GAAO;;AMtD5B,gBAAgC;EAAE,OAAO,ENsJ1B,GAAO;;AMrJtB,qBAAqC;EAAE,OAAO,ENtH1B,GAAO;;AMuH3B,mBAAmC;EAAE,OAAO,ENhH1B,GAAO;;AMiHzB,qBAAqC;EAAE,OAAO,ENvH1B,GAAO;;AMwH3B,sBAAsC;EAAE,OAAO,ENvH1B,GAAO;;AMwH5B,kBAAkC;EAAE,OAAO,ENvE1B,GAAO;;AMwExB;eAC+B;EAAE,OAAO,EN2P1B,GAAO;;AM1PrB;oBACoC;EAAE,OAAO,EN+P1B,GAAO;;AM9P1B;mBACmC;EAAE,OAAO,EN4P1B,GAAO;;AM3PzB,mBAAmC;EAAE,OAAO,ENxC1B,GAAO;;AMyCzB,mBAAmC;EAAE,OAAO,ENkG1B,GAAO;;AMjGzB;eAC+B;EAAE,OAAO,EN8U1B,GAAO;;AM7UrB;gBACgC;EAAE,OAAO,ENqB1B,GAAO;;AMpBtB;qBACqC;EAAE,OAAO,EN2R1B,GAAO;;AM1R3B,oBAAoC;EAAE,OAAO,ENpF1B,GAAO;;AMqF1B,qBAAqC;EAAE,OAAO,ENnF1B,GAAO;;AMoF3B;eAC+B;EAAE,OAAO,ENjK1B,GAAO;;AMkKrB,kBAAkC;EAAE,OAAO,ENkO1B,GAAO;;AMjOxB,mBAAmC;EAAE,OAAO,ENkU1B,GAAO;;AMjUzB;oBACoC;EAAE,OAAO,EN1G1B,GAAO;;AM2G1B,sBAAsC;EAAE,OAAO,ENgF1B,GAAO;;AM/E5B,mBAAmC;EAAE,OAAO,ENnD1B,GAAO;;AMoDzB,yBAAyC;EAAE,OAAO,ENzG1B,GAAO;;AM0G/B,uBAAuC;EAAE,OAAO,ENzG1B,GAAO;;AM0G7B,kBAAkC;EAAE,OAAO,ENsU1B,GAAO;;AMrUxB,sBAAsC;EAAE,OAAO,EN+P1B,GAAO;;AM9P5B,mBAAmC;EAAE,OAAO,ENsQ1B,GAAO;;AMrQzB,iBAAiC;EAAE,OAAO,ENvL1B,GAAO;;AMwLvB,iBAAiC;EAAE,OAAO,ENzG1B,GAAO;;AM0GvB,kBAAkC;EAAE,OAAO,ENtF1B,GAAO;;AMuFxB,sBAAsC;EAAE,OAAO,EN3B1B,GAAO;;AM4B5B,qBAAqC;EAAE,OAAO,ENxK1B,GAAO;;AMyK3B,qBAAqC;EAAE,OAAO,ENkC1B,GAAO;;AMjC3B,oBAAoC;EAAE,OAAO,EN3O1B,GAAO;;AM4O1B,iBAAiC;EAAE,OAAO,ENiG1B,GAAO;;AMhGvB,sBAAsC;EAAE,OAAO,EN/C1B,GAAO;;AMgD5B,eAA+B;EAAE,OAAO,ENpM1B,GAAO;;AMqMrB,mBAAmC;EAAE,OAAO,ENe1B,GAAO;;AMdzB,sBAAsC;EAAE,OAAO,ENgJ1B,GAAO;;AM/I5B,4BAA4C;EAAE,OAAO,EN5O1B,GAAO;;AM6OlC,6BAA6C;EAAE,OAAO,EN5O1B,GAAO;;AM6OnC,0BAA0C;EAAE,OAAO,EN5O1B,GAAO;;AM6OhC,4BAA4C;EAAE,OAAO,ENhP1B,GAAO;;AMiPlC,qBAAqC;EAAE,OAAO,EN5O1B,GAAO;;AM6O3B,sBAAsC;EAAE,OAAO,EN5O1B,GAAO;;AM6O5B,mBAAmC;EAAE,OAAO,EN5O1B,GAAO;;AM6OzB,qBAAqC;EAAE,OAAO,ENhP1B,GAAO;;AMiP3B,kBAAkC;EAAE,OAAO,ENlG1B,GAAO;;AMmGxB,iBAAiC;EAAE,OAAO,ENuC1B,GAAO;;AMtCvB,iBAAiC;EAAE,OAAO,ENoP1B,GAAO;;AMnPvB;iBACiC;EAAE,OAAO,ENyF1B,GAAO;;AMxFvB,mBAAmC;EAAE,OAAO,EN9I1B,GAAO;;AM+IzB,qBAAqC;EAAE,OAAO,EN0I1B,GAAO;;AMzI3B,sBAAsC;EAAE,OAAO,EN0I1B,GAAO;;AMzI5B,kBAAkC;EAAE,OAAO,ENgN1B,GAAO;;AM/MxB,iBAAiC;EAAE,OAAO,ENnJ1B,GAAO;;AMoJvB;gBACgC;EAAE,OAAO,ENkJ1B,GAAO;;AMjJtB,qBAAqC;EAAE,OAAO,ENnB1B,GAAO;;AMoB3B,mBAAmC;EAAE,OAAO,ENxC1B,GAAO;;AMyCzB,wBAAwC;EAAE,OAAO,ENvC1B,GAAO;;AMwC9B,kBAAkC;EAAE,OAAO,EN0L1B,GAAO;;AMzLxB,kBAAkC;EAAE,OAAO,ENpC1B,GAAO;;AMqCxB,gBAAgC;EAAE,OAAO,ENoE1B,GAAO;;AMnEtB,kBAAkC;EAAE,OAAO,ENpC1B,GAAO;;AMqCxB,qBAAqC;EAAE,OAAO,ENkB1B,GAAO;;AMjB3B,iBAAiC;EAAE,OAAO,ENrD1B,GAAO;;AMsDvB,yBAAyC;EAAE,OAAO,ENvD1B,GAAO;;AMwD/B,mBAAmC;EAAE,OAAO,ENuO1B,GAAO;;AMtOzB,eAA+B;EAAE,OAAO,ENtJ1B,GAAO;;AMuJrB;oBACoC;EAAE,OAAO,ENqI1B,GAAO;;AMpI1B;;sBAEsC;EAAE,OAAO,ENuM1B,GAAO;;AMtM5B,yBAAyC;EAAE,OAAO,ENkC1B,GAAO;;AMjC/B,eAA+B;EAAE,OAAO,EN5I1B,GAAO;;AM6IrB,oBAAoC;EAAE,OAAO,EN7J1B,GAAO;;AM8J1B;uBACuC;EAAE,OAAO,EN1L1B,GAAO;;AM2L7B,mBAAmC;EAAE,OAAO,EN4G1B,GAAO;;AM3GzB,eAA+B;EAAE,OAAO,ENT1B,GAAO;;AMUrB,sBAAsC;EAAE,OAAO,ENhH1B,GAAO;;AMiH5B,sBAAsC;EAAE,OAAO,EN8M1B,GAAO;;AM7M5B,oBAAoC;EAAE,OAAO,ENyM1B,GAAO;;AMxM1B,iBAAiC;EAAE,OAAO,ENvH1B,GAAO;;AMwHvB,uBAAuC;EAAE,OAAO,ENmG1B,GAAO;;AMlG7B,qBAAqC;EAAE,OAAO,EN8C1B,GAAO;;AM7C3B,2BAA2C;EAAE,OAAO,EN8C1B,GAAO;;AM7CjC,iBAAiC;EAAE,OAAO,ENgJ1B,GAAO;;AM/IvB,qBAAqC;EAAE,OAAO,EN5N1B,GAAO;;AM6N3B,4BAA4C;EAAE,OAAO,ENjF1B,GAAO;;AMkFlC,iBAAiC;EAAE,OAAO,ENoH1B,GAAO;;AMnHvB,iBAAiC;EAAE,OAAO,ENkC1B,GAAO;;AMjCvB,8BAA8C;EAAE,OAAO,ENlM1B,GAAO;;AMmMpC,+BAA+C;EAAE,OAAO,ENlM1B,GAAO;;AMmMrC,4BAA4C;EAAE,OAAO,ENlM1B,GAAO;;AMmMlC,8BAA8C;EAAE,OAAO,ENtM1B,GAAO;;AMuMpC,gBAAgC;EAAE,OAAO,EN/B1B,GAAO;;AMgCtB,eAA+B;EAAE,OAAO,ENjK1B,GAAO;;AMkKrB,iBAAiC;EAAE,OAAO,EN9S1B,GAAO;;AM+SvB,qBAAqC;EAAE,OAAO,ENmP1B,GAAO;;AMlP3B,mBAAmC;EAAE,OAAO,EN9O1B,GAAO;;AM+OzB,qBAAqC;EAAE,OAAO,EN/I1B,GAAO;;AMgJ3B,qBAAqC;EAAE,OAAO,EN/I1B,GAAO;;AMgJ3B,qBAAqC;EAAE,OAAO,EN4G1B,GAAO;;AM3G3B,sBAAsC;EAAE,OAAO,ENsE1B,GAAO;;AMrE5B,iBAAiC;EAAE,OAAO,EN2M1B,GAAO;;AM1MvB,uBAAuC;EAAE,OAAO,EN6B1B,GAAO;;AM5B7B,yBAAyC;EAAE,OAAO,EN6B1B,GAAO;;AM5B/B,mBAAmC;EAAE,OAAO,ENhB1B,GAAO;;AMiBzB,qBAAqC;EAAE,OAAO,ENlB1B,GAAO;;AMmB3B,uBAAuC;EAAE,OAAO,ENvN1B,GAAO;;AMwN7B,wBAAwC;EAAE,OAAO,ENiD1B,GAAO;;AMhD9B,+BAA+C;EAAE,OAAO,EN3I1B,GAAO;;AM4IrC,uBAAuC;EAAE,OAAO,ENkH1B,GAAO;;AMjH7B,kBAAkC;EAAE,OAAO,EN1L1B,GAAO;;AM2LxB;8BAC8C;EAAE,OAAO,ENjP1B,GAAO;;AMkPpC;4BAC4C;EAAE,OAAO,ENhP1B,GAAO;;AMiPlC;+BAC+C;EAAE,OAAO,ENnP1B,GAAO;;AMoPrC;cAC8B;EAAE,OAAO,EN7J1B,GAAO;;AM8JpB,cAA8B;EAAE,OAAO,EN/F1B,GAAO;;AMgGpB;cAC8B;EAAE,OAAO,EN4N1B,GAAO;;AM3NpB;cAC8B;EAAE,OAAO,ENvD1B,GAAO;;AMwDpB;;;cAG8B;EAAE,OAAO,ENrD1B,GAAO;;AMsDpB;;cAE8B;EAAE,OAAO,EN8E1B,GAAO;;AM7EpB;cAC8B;EAAE,OAAO,ENtD1B,GAAO;;AMuDpB;cAC8B;EAAE,OAAO,ENzR1B,GAAO;;AM0RpB,eAA+B;EAAE,OAAO,ENzJ1B,GAAO;;AM0JrB,oBAAoC;EAAE,OAAO,EN7I1B,GAAO;;AM8I1B,yBAAyC;EAAE,OAAO,EN2G1B,GAAO;;AM1G/B,0BAA0C;EAAE,OAAO,EN2G1B,GAAO;;AM1GhC,0BAA0C;EAAE,OAAO,EN2G1B,GAAO;;AM1GhC,2BAA2C;EAAE,OAAO,EN2G1B,GAAO;;AM1GjC,2BAA2C;EAAE,OAAO,EN8G1B,GAAO;;AM7GjC,4BAA4C;EAAE,OAAO,EN8G1B,GAAO;;AM7GlC,oBAAoC;EAAE,OAAO,ENgK1B,GAAO;;AM/J1B,sBAAsC;EAAE,OAAO,EN4J1B,GAAO;;AM3J5B,yBAAyC;EAAE,OAAO,ENwO1B,GAAO;;AMvO/B,kBAAkC;EAAE,OAAO,ENqO1B,GAAO;;AMpOxB,eAA+B;EAAE,OAAO,EN+N1B,GAAO;;AM9NrB,sBAAsC;EAAE,OAAO,EN+N1B,GAAO;;AM9N5B,uBAAuC;EAAE,OAAO,ENmO1B,GAAO;;AMlO7B,kBAAkC;EAAE,OAAO,ENxM1B,GAAO;;AMyMxB,yBAAyC;EAAE,OAAO,EN+G1B,GAAO;;AM9G/B,oBAAoC;EAAE,OAAO,ENnF1B,GAAO;;AMoF1B,iBAAiC;EAAE,OAAO,EN/I1B,GAAO;;AMgJvB,cAA8B;EAAE,OAAO,ENhX1B,GAAO;;AMiXpB,oBAAoC;EAAE,OAAO,ENxT1B,GAAO;;AMyT1B,2BAA2C;EAAE,OAAO,ENxT1B,GAAO;;AMyTjC,iBAAiC;EAAE,OAAO,ENyK1B,GAAO;;AMxKvB,wBAAwC;EAAE,OAAO,ENyK1B,GAAO;;AMxK9B,0BAA0C;EAAE,OAAO,ENtD1B,GAAO;;AMuDhC,wBAAwC;EAAE,OAAO,ENpD1B,GAAO;;AMqD9B,0BAA0C;EAAE,OAAO,ENvD1B,GAAO;;AMwDhC,2BAA2C;EAAE,OAAO,ENvD1B,GAAO;;AMwDjC,gBAAgC;EAAE,OAAO,ENxW1B,GAAO;;AMyWtB,kBAAkC;EAAE,OAAO,EN0M1B,GAAO;;AMzMxB,kBAAkC;EAAE,OAAO,ENpX1B,GAAO;;AMqXxB,gBAAgC;EAAE,OAAO,ENpE1B,GAAO;;AMqEtB,mBAAmC;EAAE,OAAO,EN1N1B,GAAO;;AM2NzB,gBAAgC;EAAE,OAAO,ENqE1B,GAAO;;AMpEtB,qBAAqC;EAAE,OAAO,ENtJ1B,GAAO;;AMuJ3B,iBAAiC;EAAE,OAAO,ENuJ1B,GAAO;;AMtJvB,iBAAiC;EAAE,OAAO,EN/L1B,GAAO;;AMgMvB,eAA+B;EAAE,OAAO,EN1D1B,GAAO;;AM2DrB;mBACmC;EAAE,OAAO,ENnI1B,GAAO;;AMoIzB,gBAAgC;EAAE,OAAO,EN2G1B,GAAO;;AM1GtB,iBAAiC;EAAE,OAAO,ENxC1B,GAAO;;AMyCvB,kBAAkC;EAAE,OAAO,ENrX1B,GAAO;;AMsXxB,cAA8B;EAAE,OAAO,ENpU1B,GAAO;;AMqUpB,aAA6B;EAAE,OAAO,ENgL1B,GAAO;;AM/KnB,gBAAgC;EAAE,OAAO,ENqL1B,GAAO;;AMpLtB,iBAAiC;EAAE,OAAO,ENa1B,GAAO;;AMZvB,oBAAoC;EAAE,OAAO,ENrC1B,GAAO;;AMsC1B,yBAAyC;EAAE,OAAO,EN8E1B,GAAO;;AM7E/B,+BAA+C;EAAE,OAAO,ENtX1B,GAAO;;AMuXrC,8BAA8C;EAAE,OAAO,ENxX1B,GAAO;;AMyXpC;8BAC8C;EAAE,OAAO,EN3T1B,GAAO;;AM4TpC,uBAAuC;EAAE,OAAO,ENjP1B,GAAO;;AMkP7B,qBAAqC;EAAE,OAAO,EN+K1B,GAAO;;AM9K3B,uBAAuC;EAAE,OAAO,ENmK1B,GAAO;;AMlK7B;cAC8B;EAAE,OAAO,ENoI1B,GAAO;;AMnIpB,wBAAwC;EAAE,OAAO,ENjB1B,GAAO;;AMkB9B,wBAAwC;EAAE,OAAO,EN6D1B,GAAO;;AM5D9B,gBAAgC;EAAE,OAAO,EN2C1B,GAAO;;AM1CtB,0BAA0C;EAAE,OAAO,EN7O1B,GAAO;;AM8OhC,oBAAoC;EAAE,OAAO,EN2K1B,GAAO;;AM1K1B,iBAAiC;EAAE,OAAO,ENvD1B,GAAO;;AMwDvB;;qBAEqC;EAAE,OAAO,ENsI1B,GAAO;;AMrI3B;yBACyC;EAAE,OAAO,ENjK1B,GAAO;;AMkK/B,gBAAgC;EAAE,OAAO,ENwK1B,GAAO;;AMvKtB,iBAAiC;EAAE,OAAO,ENvK1B,GAAO;;AMwKvB,iBAAiC;EAAE,OAAO,ENhB1B,GAAO;;AMiBvB,wBAAwC;EAAE,OAAO,ENhB1B,GAAO;;AMiB9B,6BAA6C;EAAE,OAAO,ENsE1B,GAAO;;AMrEnC,sBAAsC;EAAE,OAAO,ENoE1B,GAAO;;AMnE5B,oBAAoC;EAAE,OAAO,EN7Q1B,GAAO;;AM8Q1B,eAA+B;EAAE,OAAO,EN1Q1B,GAAO;;AM2QrB,qBAAqC;EAAE,OAAO,ENjD1B,GAAO;;AMkD3B,yBAAyC;EAAE,OAAO,ENjD1B,GAAO;;AMkD/B,iBAAiC;EAAE,OAAO,ENvQ1B,GAAO;;AMwQvB,iBAAiC;EAAE,OAAO,EN9I1B,GAAO;;AM+IvB,mBAAmC;EAAE,OAAO,ENzI1B,GAAO;;AM0IzB,cAA8B;EAAE,OAAO,EN9O1B,GAAO;;AM+OpB,mBAAmC;EAAE,OAAO,EN3W1B,GAAO;;AM4WzB,gBAAgC;EAAE,OAAO,EN9T1B,GAAO;;AM+TtB,cAA8B;EAAE,OAAO,ENnE1B,GAAO;;AMoEpB,gBAAgC;EAAE,OAAO,ENoC1B,GAAO;;AMnCtB,eAA+B;EAAE,OAAO,ENjS1B,GAAO;;AMkSrB,gBAAgC;EAAE,OAAO,ENjS1B,GAAO;;AMkStB,kBAAkC;EAAE,OAAO,ENtY1B,GAAO;;AMuYxB,yBAAyC;EAAE,OAAO,ENtY1B,GAAO;;AMuY/B,gBAAgC;EAAE,OAAO,EN2C1B,GAAO;;AM1CtB,uBAAuC;EAAE,OAAO,EN2C1B,GAAO;;AM1C7B,kBAAkC;EAAE,OAAO,ENvC1B,GAAO;;AMwCxB;cAC8B;EAAE,OAAO,EN3W1B,GAAO;;AM4WpB;eAC+B;EAAE,OAAO,EN2D1B,GAAO;;AM1DrB,eAA+B;EAAE,OAAO,ENuF1B,GAAO;;AMtFrB,kBAAkC;EAAE,OAAO,ENwB1B,GAAO;;AMvBxB,qBAAqC;EAAE,OAAO,ENpS1B,GAAO;;AMqS3B,qBAAqC;EAAE,OAAO,ENkB1B,GAAO;;AMjB3B,mBAAmC;EAAE,OAAO,EN1S1B,GAAO;;AM2SzB,qBAAqC;EAAE,OAAO,ENxP1B,GAAO;;AMyP3B,sBAAsC;EAAE,OAAO,ENjP1B,GAAO;;AMkP5B,uBAAuC;EAAE,OAAO,EN9P1B,GAAO;;AM+P7B,4BAA4C;EAAE,OAAO,ENxP1B,GAAO;;AMyPlC;;uBAEuC;EAAE,OAAO,ENjQ1B,GAAO;;AMkQ7B;yBACyC;EAAE,OAAO,ENvQ1B,GAAO;;AMwQ/B;uBACuC;EAAE,OAAO,ENxQ1B,GAAO;;AMyQ7B;uBACuC;EAAE,OAAO,EN7P1B,GAAO;;AM8P7B,sBAAsC;EAAE,OAAO,EN1Q1B,GAAO;;AM2Q5B,eAA+B;EAAE,OAAO,ENsG1B,GAAO;;AMrGrB,kBAAkC;EAAE,OAAO,ENlV1B,GAAO;;AMmVxB,mBAAmC;EAAE,OAAO,ENnL1B,GAAO;;AMoLzB;;;;oBAIoC;EAAE,OAAO,ENxK1B,GAAO;;AMyK1B,yBAAyC;EAAE,OAAO,ENpW1B,GAAO;;AMqW/B;gBACgC;EAAE,OAAO,EN1E1B,GAAO;;AM2EtB;iBACiC;EAAE,OAAO,ENpT1B,GAAO;;AMqTvB,qBAAqC;EAAE,OAAO,EN1O1B,GAAO;;AM2O3B,cAA8B;EAAE,OAAO,EN5O1B,GAAO;;AM6OpB,sBAAsC;EAAE,OAAO,EN7N1B,GAAO;;AM8N5B,wBAAwC;EAAE,OAAO,ENwB1B,GAAO;;AMvB9B,aAA6B;EAAE,OAAO,ENzF1B,GAAO;;AM0FnB;iBACiC;EAAE,OAAO,EN2F1B,GAAO;;AM1FvB;sBACsC;EAAE,OAAO,EN9H1B,GAAO;;AM+H5B;wBACwC;EAAE,OAAO,EN/H1B,GAAO;;AMgI9B,kBAAkC;EAAE,OAAO,EN3N1B,GAAO;;AM4NxB;sBACsC;EAAE,OAAO,ENrX1B,GAAO;;AMsX5B,iBAAiC;EAAE,OAAO,ENnO1B,GAAO;;AMoOvB,oBAAoC;EAAE,OAAO,ENlI1B,GAAO;;AMmI1B,kBAAkC;EAAE,OAAO,EN1C1B,GAAO;;AM2CxB,oBAAoC;EAAE,OAAO,EN7D1B,GAAO;;AM8D1B,2BAA2C;EAAE,OAAO,EN7D1B,GAAO;;AM8DjC,eAA+B;EAAE,OAAO,ENpb1B,GAAO;;AMqbrB;mBACmC;EAAE,OAAO,ENzQ1B,GAAO;;AM0QzB,cAA8B;EAAE,OAAO,ENsC1B,GAAO;;AMrCpB,qBAAqC;EAAE,OAAO,EN/b1B,GAAO;;AMgc3B,eAA+B;EAAE,OAAO,ENrH1B,GAAO;;AMsHrB,qBAAqC;EAAE,OAAO,ENlD1B,GAAO;;AMmD3B,iBAAiC;EAAE,OAAO,ENsC1B,GAAO;;AMrCvB,eAA+B;EAAE,OAAO,ENiF1B,GAAO;;AMhFrB,sBAAsC;EAAE,OAAO,ENvJ1B,GAAO;;AMwJ5B,eAA+B;EAAE,OAAO,ENuE1B,GAAO;;AMtErB,qBAAqC;EAAE,OAAO,ENjb1B,GAAO;;AMkb3B,iBAAiC;EAAE,OAAO,EN9I1B,GAAO;;AM+IvB,wBAAwC;EAAE,OAAO,ENhQ1B,GAAO;;AMiQ9B,kBAAkC;EAAE,OAAO,EN9Z1B,GAAO;;AM+ZxB,wBAAwC;EAAE,OAAO,ENla1B,GAAO;;AMma9B,sBAAsC;EAAE,OAAO,ENpa1B,GAAO;;AMqa5B,kBAAkC;EAAE,OAAO,ENta1B,GAAO;;AMuaxB,oBAAoC;EAAE,OAAO,ENpa1B,GAAO;;AMqa1B,oBAAoC;EAAE,OAAO,ENpa1B,GAAO;;AMqa1B,qBAAqC;EAAE,OAAO,ENld1B,GAAO;;AMmd3B,uBAAuC;EAAE,OAAO,ENld1B,GAAO;;AMmd7B,gBAAgC;EAAE,OAAO,ENY1B,GAAO;;AMXtB,oBAAoC;EAAE,OAAO,EN3X1B,GAAO;;AM4X1B,aAA6B;EAAE,OAAO,ENre1B,GAAO;;AMsenB,qBAAqC;EAAE,OAAO,ENjV1B,GAAO;;AMkV3B,sBAAsC;EAAE,OAAO,ENpK1B,GAAO;;AMqK5B,wBAAwC;EAAE,OAAO,ENrd1B,GAAO;;AMsd9B,qBAAqC;EAAE,OAAO,EN3f1B,GAAO;;AM4f3B,oBAAoC;EAAE,OAAO,ENvJ1B,GAAO;;AMwJ1B,qBAAqC;EAAE,OAAO,EN5N1B,GAAO;;AM6N3B,iBAAiC;EAAE,OAAO,EN1O1B,GAAO;;AM2OvB,wBAAwC;EAAE,OAAO,EN1O1B,GAAO;;AM2O9B,qBAAqC;EAAE,OAAO,ENN1B,GAAO;;AMO3B,oBAAoC;EAAE,OAAO,ENN1B,GAAO;;AMO1B,kBAAkC;EAAE,OAAO,EN/d1B,GAAO;;AMgexB,cAA8B;EAAE,OAAO,EN7c1B,GAAO;;AM8cpB,kBAAkC;EAAE,OAAO,EN1P1B,GAAO;;AM2PxB,oBAAoC;EAAE,OAAO,ENhhB1B,GAAO;;AMihB1B,aAA6B;EAAE,OAAO,EN7b1B,GAAO;;AM8bnB;;cAE8B;EAAE,OAAO,ENxQ1B,GAAO;;AMyQpB,mBAAmC;EAAE,OAAO,EN7M1B,GAAO;;AM8MzB,qBAAqC;EAAE,OAAO,ENpd1B,GAAO;;AMqd3B,yBAAyC;EAAE,OAAO,ENnZ1B,GAAO;;AMoZ/B,mBAAmC;EAAE,OAAO,ENxY1B,GAAO;;AMyYzB,mBAAmC;EAAE,OAAO,EN1T1B,GAAO;;AM2TzB,kBAAkC;EAAE,OAAO,ENxP1B,GAAO;;AMyPxB,iBAAiC;EAAE,OAAO,ENrH1B,GAAO;;AMsHvB,uBAAuC;EAAE,OAAO,ENzG1B,GAAO;;AM0G7B,sBAAsC;EAAE,OAAO,ENrG1B,GAAO;;AMsG5B,mBAAmC;EAAE,OAAO,ENpG1B,GAAO;;AMqGzB,oBAAoC;EAAE,OAAO,EN5c1B,GAAO;;AM6c1B,0BAA0C;EAAE,OAAO,EN9c1B,GAAO;;AM+chC,kBAAkC;EAAE,OAAO,EN3Y1B,GAAO;;AM4YxB,eAA+B;EAAE,OAAO,ENhH1B,GAAO;;AMiHrB,sBAAsC;EAAE,OAAO,ENI1B,GAAO;;AMH5B,qBAAqC;EAAE,OAAO,EN5M1B,GAAO;;AM6M3B,sBAAsC;EAAE,OAAO,ENpE1B,GAAO;;AMqE5B,oBAAoC;EAAE,OAAO,ENhS1B,GAAO;;AMiS1B,gBAAgC;EAAE,OAAO,ENG1B,GAAO;;AMFtB,eAA+B;EAAE,OAAO,ENtO1B,GAAO;;AMuOrB,kBAAkC;EAAE,OAAO,EN7N1B,GAAO;;AM8NxB,sBAAsC;EAAE,OAAO,ENhC1B,GAAO;;AMiC5B,0BAA0C;EAAE,OAAO,ENhC1B,GAAO;;AMiChC,uBAAuC;EAAE,OAAO,END1B,GAAO;;AME7B,sBAAsC;EAAE,OAAO,EN1O1B,GAAO;;AM2O5B,qBAAqC;EAAE,OAAO,ENF1B,GAAO;;AMG3B,sBAAsC;EAAE,OAAO,EN3O1B,GAAO;;AM4O5B,wBAAwC;EAAE,OAAO,EN1O1B,GAAO;;AM2O9B,wBAAwC;EAAE,OAAO,EN5O1B,GAAO;;AM6O9B,iBAAiC;EAAE,OAAO,ENvN1B,GAAO;;AMwNvB,4BAA4C;EAAE,OAAO,EN9X1B,GAAO;;AM+XlC,sBAAsC;EAAE,OAAO,ENhM1B,GAAO;;AMiM5B,mBAAmC;EAAE,OAAO,ENI1B,GAAO;;AMHzB,iBAAiC;EAAE,OAAO,EN7I1B,GAAO;;AM8IvB,oBAAoC;EAAE,OAAO,ENjB1B,GAAO;;AMkB1B,qBAAqC;EAAE,OAAO,ENhB1B,GAAO;;AMiB3B;cAC8B;EAAE,OAAO,ENphB1B,GAAO;;AMqhBpB,kBAAkC;EAAE,OAAO,ENd1B,GAAO;;AMexB,gBAAgC;EAAE,OAAO,ENnD1B,GAAO;;AMoDtB,iBAAiC;EAAE,OAAO,ENvF1B,GAAO;;AMwFvB,iBAAiC;EAAE,OAAO,ENrP1B,GAAO", +"sources": ["../scss/_path.scss","../scss/_core.scss","../scss/_larger.scss","../scss/_fixed-width.scss","../scss/_list.scss","../scss/_variables.scss","../scss/_bordered-pulled.scss","../scss/_animated.scss","../scss/_rotated-flipped.scss","../scss/_mixins.scss","../scss/_stacked.scss","../scss/_icons.scss"], +"names": [], +"file": "font-awesome.css" +} diff --git a/wwwjuba/app-assets/fonts/font-awesome/css/font-awesome.min.css b/wwwjuba/app-assets/fonts/font-awesome/css/font-awesome.min.css new file mode 100644 index 0000000..fab2dfe --- /dev/null +++ b/wwwjuba/app-assets/fonts/font-awesome/css/font-awesome.min.css @@ -0,0 +1,4 @@ +/*! + * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */.fa.fa-pull-left,.fa.pull-left{margin-right:.3em}.fa,.fa-stack{display:inline-block}.fa-fw,.fa-li{text-align:center}@font-face{font-family:FontAwesome;src:url(../fonts/fontawesome-webfont.eot?v=4.7.0);src:url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(data:font/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAX7oAA0AAAAChqwABAAHAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABMAAAABwAAAAca75HuUdERUYAAAFMAAAAHwAAACAC8AAET1MvMgAAAWwAAAA+AAAAYIgyekBjbWFwAAABrAAAAWkAAALyCr86f2dhc3AAAAMYAAAACAAAAAj//wADZ2x5ZgAAAyAAAV95AAJMvI/3rk1oZWFkAAFinAAAADMAAAA2EInlLWhoZWEAAWLQAAAAHwAAACQPAwq1aG10eAABYvAAAAL0AAAK8EV5GIVsb2NhAAFl5AAABxYAAAsQAvWiXG1heHAAAWz8AAAAHwAAACADLAIcbmFtZQABbRwAAAJEAAAEhuOXi6xwb3N0AAFvYAAAD4UAABp1r4+boQAAAAEAAAAAzD2izwAAAADLTzwwAAAAANQxaLl4nGNgZGBg4ANiCQYQYGJgZGBkOgQkWcA8BgAMuAD3AHicY2Bmy2ScwMDKwMDSw2LMwMDQBqGZihkYGLsY8ICCyqJiBgcGha8MbAz/gXw2BkaQMCOSEgUGRgDQywhuAAB4nM2S30ricRDF52dqZeb5PsAi6gNEvYDIPoAIe9NFiE8gPoH4BOITiJcbLCLRdche7KUIW1tb+cPdavtvc6b11l+/Teii6yU6MGc4MMwHhhGRBZnXB/FCF+8uTN5zjnrDsNekIDFZl4xsS1d25ZscZXO5dK6iKU1rXota1qrWtalt7eqODtTXic6YYpprzLPIMquss8k2u9zjgD4nnFnK0pa3opWtanVrWtu6tmcD820ylSAIyRn5/Ioo6jSrBS1pRWva0JZ2tKd9HepYlULHDNdZYIkV1thgix322OeQY6qJOctawUpWsZo1rGUd61nfhjb+RwzOgq1gM/gUfAw2/KvR/eiLW3VJl3DLbskturiLuahbcBFM8RePMBCKB0xwjzvc4gbXuMIl/uAC5zjDb/zCGD5GOMUJjvETRzjEDxxgH99Xv86v/bby4vKC9SKhRV4PzF/hPSgeSyxGk0vLK/957xNi+cPzAAAAAAAAAf//AAJ4nLy9CYBU1ZUw/O69b6l9e7V1dXV3VVfVq+pu6G5qbXotmp1udgQExBZFkUVBQRAXSiEqiBso4t5oRMkyYxbzJUacyqaTRWISYja/+dokJpm4jJPkNxG6Ht+591VVVzcN6Mz8H3S9d/f13HvPOfec8zjMbeY4YhPhwUkclwnag8QetA+hvJrdjAc3C4FTm0XuFEf/Ie6SM5z4jJDjasDjlJA9GHc7xVCwXkmmE0E7UlLJbpQIxmuR+ExT4S6U9SmKbzhHnyhbuKspHPMIOU8sLMwIQXSBU5IK/BEO72gKeap1umpaBwd1cFBHE3jsTguub8bJbpyIe+zCaG8ynUHpRNwtctPWXbXiqnXT4DXx6mWF0V6llmRNtlibEDg9GJ/X5HI1zbsCXlFc9X6hozKAvFaXMCCOb+Mwa0MO2iBxQei3jQvQH4Ku1kcRPMIKtjnS4QDvdrhgGNx8Tv1YvVf9GEnoOiL1J9Nh9dhX3rpPPX382muPIwHVIuH4tTejZREMCZCkJVZzyX4FLb15JMW1x9XT9731FfVYhM4GdyYncQLH+bgubi7HReyixEsW3AQjgKJKRInanW4Y67S9EzcTmAPR5fS4PbV8B453k0w6040ydm1yUnY6PTBQuUBE/duTieymVoRaN2UTT6p/iwRks5A3y0gQTbpTWbN88FtviO31mWYnQs7mTH27+Ma30pfkVveeyvauXt0r5HtXBwgXrj2xp6l10qTWpj0nasMFzizLfAw79HadQZDNz289/KwwyRdxOCK+ScKzh5seGDidp7l5WoY2x7RvOc7PcTwMaTOfghbGa7Gnm8CE0jEljyYdhfsNof7OFnWo+7ZrF4TDC669rXtIfafwQM6BV+jCl15x79S3/tE0OxsOZ2c3/eOt//1O4Xmt7C/C3A1x9RqMylAcnbeIAE8A0IxMwTQTkdNxjyzAmPjUh5Yil1N2qT1qD0yoCy9VH6xqQx+9LXfKb6OP2siNbp/6pGqSzK4a03vvmWpcogX9Da2pdkX0s9FrDQ3q5Nl6uj5wuW49hV49ihhhaklEKLXj3M3gt6C4uuL4cXUFis9GO9GN6DXWroZzNws7UUM3ulW9vVv9hbrytdeIodTM+HlaSduYE+jYu+gqjhQhJAkD7w5k4rWEs4kBxZYOCNwty4c/t/wWe/PMbf270cbd/dtmNtvPcG+r3377bdS9d9Pjj2+66OFHNk3P5aZveuRh8i0t/G0YByNdPxJdP1aujmvherj53KXctdwu7j7uKe6fOU5IJZUmVC/WIKe7AwEIX8CP7EmFQXgR5NHY+E+Z/kL1jV04KKf42C52jgfPKb4CRz0EnsPcSIxQkVPNVaa6UJmw5D5mi0aERZMtR6FHx3MWfJgVrNInPxJ+esRJKpOo45ZS4XzpFKtbYAuWp8AtVs4n3ZlHjVAVGjNiF4gnXH9S5ZL9/UnMniNukjtXDOboltmfRPSJf1ThGf7RuWI4tjDZXnM2LHLIpbWqC2mtso/xj43/n/aPrQ9zbTE1H2tri6EsfY64ca7SV8idO+6Tp6x0owBz0gf6ZdlZGHGScUMvmKCiMAChcefif3wWPvmoChAzzMIIhJ3mzh1X6f4vjtWooYBz6kbOIt7Jf5lzgw/OB0msb0FISfYgOBH08KhD4p3+woS7/Av8d6mH/H7qQAq+n/rJXxawKP9daD31+/3qr/AD4IVyrznzgeDgD3Ahjgs7rUisj+oRLVtJZvSjy3c7JT0SHKxk9dfqr7WSkAKuYm1IKZb+awg9b6y/XIqGu2j7RQjOwWnaDDdpDzotIW1uOmBbhkfcXYPg7EdFLIs7F5bFc7J5SDYDijIE6MaIcxTu1Zc6F+6Fh87KSZ1/qEDIXlzfdw6ErLJPVs7DtZ4FtZ+s/YU8rRVnP12rWXs/cUuLZ7xIl1sDl6JYEBb5ALQmlXRk0m6PW5Qs0PpawBMhSIk2I8AVPW4H3bO1HZri1DtPqL9X/1X9/YmdRw40XV0XsDau2bBw3/E3ju9buGFNozVQt77xwJFCrn9dP/zh3OM05c4TyP/411DvpoClqfHqwJw3b1wHySHXuhvfnBO4urHJEtikvoLnFNgGjdkGDf+EMj44si9wkTK4aEASsWt+2r7x/OhCfs5hyVsc7IFyn849UHI4rlOZE2Xh+ZcCc2PqRtcN05eF0CD0l1PMI1DPyHwweuIa8CeVetHpjlMIgvUpwYw4YUZCsEZFCf7TVsNyjUoUkJQoRRMBl4egZkQHAxZwphSagFWcBlyf9RAWtCcDaDRQARSFtiAJgmoB7g6dPHToJD5kM31DdoZmGfTV97tNln0TWmxmqebfLC7kn9Rwj8FqMd4alXTWWY5qy/8y22zGlyxVsakGve8Bt9k8OvG9eqvZdFuYJfZZITF20xoOoU3/ZnJjfzoSX27yGSL36jd6rHfF/Xbz122uDXrjdWmD2WR0rayKT6rGLjNL29w8eaHJZDCH7zNsqExs2J7QWbTErX7sYmcH4K0jOEgHN5W7SsNDKmdZuIBfBtrWWUtp1G6EgjC6QVESGKSVEZZQaU1nGC0LY8jOEIeFzSk80DncueGcxUpIllgthQGUb5UM6ncMErnWYRlY3TsM+NQAA53UDOs8esLMs85AKYuDBCrAyHIOd6GWfHW4H2DeHuHnbNNjrH8Igof7F9+4bTH5Oqv9uUgyGXnOoa1/HwzYlQLhZLb+Wdeg40X8K6VH7gwAWoidDFEKa5SSBlAq7scuuwc2FcBP1dwZwLkAV8U9uAf9n26dmZh1hf5Cv8lk1nXrsAH/OLA88De2NH5jwDigBihiSxFdNIR4hH6tKnjKHD2W8JTCv+gQ1s8xVOvwMp/vR9+hfVPXfY3S/NreSqdYhpbDuQVQ6xqDQHoke1CJwpmj9SJoF172x9pip9iZSnKxAf8etMNgUl8zocvVAUB8OH6PfyB2OkfjRTi7Y/5p6l01JjTZdMrBw9mOBhlTg5TXphP27gkjmK227xTBhrM1o4AF2WpRIM3ZMOymsLXDzk5gk9B2hCENHAYPnFJ/eerAgVModgpdd0J9Sl2tPnXiBLoMPY0uI0NqGW4oLBRUSHWgmANfWpn0xAk2j3HAl+bB9mgHaOdQijQjSqZIxCVqdI4zBNRNFIIptSMREaidetgYEIXcerq5sGR05wjRMURufpkXOc0vmZ3Iixymv5kc+KPmQtbsQE4IVj+EcCdymAvZZh86ogs70WIIsULIUUhihSRosTOsQ0d82M8jdjKped5kswFtKZsRZQOYz8Bzdrqbd8p+2aztm2Zwnn6vu0RHiBQJtHIRrgswlOJeWHrLo6bd44730NWH3BLFY5CSoWwmDSBc9mBc0DhISGGvowAODElDP7mz/fH2u9AbsTb1m/Y6NetIO9Rsnd3eiIA0Q5T44hqPJrVc9A8FRvC+u9rgD9sbatSsLKN8TUMU5RndlK2AFS8XZjiAs9yuMqi47AnYLorA0o1sCl8BL/yAQf2W0WtU81adzp1nCwf+flSGmQMHzoIaPGAyqd/S61HWJjsZ3FjUQQeOV0Da8bNAZ5y2anucthlqLAiKCaJzt3V1RQsNqAeajbLWn563qQ861UG2yQ04LCYT6tHr1bwNfXyepmIGExQFMLOVH2xGURIkcHgFPcHICDRkZG039shucgZ1IoJOFjpPwgt1XoqyeEDxnYKNquoDQ8pHsr6U4YMqnCVGjD5UbfDKP63WMi7kb7u7cKyqvr6q8MuuijGyctVcVMPD2aFLK0zD2Jxj2fODgcKQ1W6zBQLBOhw476LHz85xqHm9To7gXER2yGr+h+db9ajcpkR5L4oqPUgJ1Vsw4GyJOD3v4/Rgl0S+jGQm4jyc/YDacRRSG+32un0Pfr+EfG0/OVuyWQ179Ui3Sf3BF0ZQtYNI3nA7QLjAqVmfEovW7ttbRPHWXWrA+n26KsOeB2hK1Ib8J3Zeu/Y2WESV+EyYm8lWAeaC9WFAWEb2a6A84JiNl5GT0sJOsq6U8Zwu5OCCrO1wVv8RZdV16gcH1P/YcJucpNMFK0/eO/Orl93xpxnGRgBHs1xF+weh0L1i4GtmeQp6FMkHkHPD7ZANDQlY/Zv6lWuuvE3WilCS8t7eWbdfZ7/CIxOZZoeQfXu1ALOETGgudE1WKCjqzskv4NAYjDR1Af9YujR1Ab88hmsln8WF0giBcz14iB9mHsLIjPHdkOgU81Cu7yi+LhooF/fXcVyF8QIrohOEuYdpffzcSoYvW+O8xk+vo2s8RXd7VyWPiNKCcP5SStANy5mirCRbIroDSIc2I10g1ka4/PpDh9arQwW2X2OIzn8d6dR/fD3fRuEyW6Qj7FyGwWV5w4PtLq1hgxSrbsaheo0PS9c5xZkBZU7E6bUC1J5lHcr2re8T8lXVv3i065ZVd8/Oqx/abT6lztX+3jc2vHSrEk/vumSx2acI3CzltIV2nP+LMivV17etIFRVW7ZOSE44oFd8+A8Bj6VmR3uH3JhsVBjdX+Kl9dEWWjEg/q7ROGoN/GBBpJIYthrsctbR47yMmpVgDGgEDL0qEphirtP5Dffe5SPY6Mwb6qfVvKD+Qv2y+osXaqbV3zBzJG75Xvc3nJ13DKEk6kfJoTvwvqMPTgou3hAYQT4DMztNl655EImPP66eenDNpabOmYERpDSwYXFw0oNHH0be13fufF39k9avAOH4IcDh2L4Fx2IZduGgcRM4q2X1K+optg+LaC4sVX7wNF3haC6EUDRzrrYGKbwE+Bwra+L4pXHaRDLGdbKZsOsDz7h1oNxFMwxWn+Ktr/fSn+KzGmaMU7HqOLzbL0SqXTWuqpbelip4V0eEaga6sN99A+ZsJmvPbG7Dp2kTHKnFUHYnA/Q2I97GxgGFB4DosOEoJcjLKT5xj9BFn9tvNlUr0TbnnMWL5zjboorPbN6PPqf+zAxgGpXqpObwTfv23RRuBieL/NknH4WMekItdAiKL+qssaaf+fozaWuNMwrQ3/E1NanuWgkxYQ9v5qt8K5ENxZFtpa8KvJ4wJFnJmRiRT2Ge3jEaYWeVOQ+cuHVw4rfAOUfXqiuUkuEXhB9itIo9SN+A7ttRMRxot1TIHrIHXYkU0pLYUQ7+kRyQXpTsoD/C0ecZrpDjczkarebYuwD/BfjRIMLRbMMI7ULFfDQW51QWTvnMEIhZQhpMfxy7ByydDWf3I8o1FfvSQfnjiZA9If83fj3wLxBYXVf3BPx1d99aV9fD/p7o6YG/W9nf6p6e46tX02Q9PULu1G3Crv/Sj86LdqY/JLzL9uiaCh5FESMCCqJMiSE3ysPm2LeevyGiuqLJVKSQUlL9STSYyin4hxHeSCP71GwqojojEfyjSC6FBpP9KaWQjpZw04ekDcW6UheqTdBCgfqDPZHGhRKfoBUox4LDzbXozQiNy6WGPkH7kizQXweZoDL8AyWlNZtwBsB5boQ2L+Gu4LYCxAJNYqF0FyznTBLWrpLpxmwZK/Q51gFRokdiXSrmk0QPO+YBDY+6BZG5e1BaGSHlKvziVTG3+r58/ZThtXPv83vdIoIzEZtcomeCjgiY+ImrkUcSz4d5uYVHOowtblFnN8vOYNSPFDP+eM4Ct/pBeOYlw49VG40G7w7yWE1ahyZIWDn9Pm+y4AFzFe8CR2EQHOvOCuHrJ88aviG7bMO8qZ18s0VXLRqd1QZlg2KI6Yz1Ynhzvb5ZMIcE3zZFF9LrnD6dKRKMVrmRSPSb5wzfsH261VY9o85HfuMOWWvLaIuaLzu1u9uHheK9MIp7NC4AY4PpGVxoYAHnNb/f4wpGo0G5qjWkzlRnhls0v8sj5PTmtvpTf69vM+sC6Hl1eZD6BT349aW9PCdqe5EJaP5OjmvQNhPG9wmWQDFjL7KsNQwtVDqei2BZx1gUFF2A3WcYfoP0roXPaYSobB7ScJchs7xlPuAxeDA24D/sj2Xnb0Ec3XPaYoMFjfbMqgNmeZBiM4NAQg/O34IDlFlx2D8QO8NtKcoBaDRzkGuAHlCRC8Cji8jACAJVZlcV+dA2MvuDY8c+OEaGKMp0KkefQwl5bQpzqbVyonDVCD+ZDByjSfHsQ+uHWToCz7smzZw56a7TOVSWWRjhLWu43AKYJRIHxCmjQO18RkYdiBJoDpg5KoqAKB9SdNUDws9LgPjHu4VUEg63iAhYTS1JUC4ljRRDIv7554I/niwry4Z/gD29rQnF9D7y9qV05PXggQbr0hqnVd5nFVGPmu1X/xzldyOPzqU3C92LkNrtW+vvUPoJwu3/3q6LkAXkJ2o3jwvDN8yXjAY5WofX4ZMWSQ3MUx+5tP5/t080WWtERRbsvM2CmkJ+Ac5gg0lnO/JtgtvV96vcdQ6g1qJ6h1NnKdLR7OxywQ5/GcdF3ImAPRltBtpLgs45xVpEGO4IXcM0jPXZyRZ+N9+JUjZI24IoiQbJaonLaSESAA+8QmxkcNOcXrSjoXp676Wz22f7EUY6sXHqop1rEu1XbO2NL9Chwu+xdX9YMooCcvPhVHNC4Neg3+/2rPDM+MzNq9qCE5d0px59fca2p55fNeGFCevVa6wBNP+63gmdQTtvSJ1M6rbPuQS/Kfl6ti6ZcXWH3xz/QaJ6va95ePNq3ms11Ub8La64QN5s0pn1Ao8WYxn52pfc0pdcNrk94A29+tAVT1053S+6NdqUp+uzneNcdE+DtehD0VQzjmYoaQpdpncLEvRQxPCkHGlRqqebd4jOs909f0q134x2rkfernmyHPynW9pb197jFyy190V0JlGPq2+0Y7fDgpD9eWI2Nhlrtvr3TUt8/daLJFm2hHolnMTGUJXZKJCrsF4Q9DgaN0Ssckuw3fxg4e0l+jWLLrI6+OoJGeLEjhF4PQVtruZugdmLu63abRhdy9CuHu0mjDJHEKUBKC1Al1E3Bnh1MxAVJUDJcLSZ0H7QvdjjdMAclwAcygtTGIZdgo6IPYkpQUfhnBG6FgzZ7eIbQYfzVmc7/BzBBQsqPR//JG16DeYtfF8YRcRao8uia+SdPBaiNVU1xGZGokmWarD98vi8gB7xgmCIPR8WSH2/+vspMJPEfvFGrywizBPjw8EdTrk26Gu05CK+p33wF+G5kmuY489Uw/wiJJiNCG0eWlBj4Scs0c+bjnR6ghHi+YWZ1YWvHrFdOyvoarLFDBYrwk5HAumrAz5LI7poLXpw7TZc7fE7eZPXYt5+FfY50C5tjAnjB1zGPcRxcnEcw7zHPWYQUwodFDaIdSjlpMvgHOPYjZOAAzOBstEjiaiYEL0wgeXTDAOdCjrdTnp7AlOkAB5N6F0irMBgUoG8C7WxnYEuQ9z2oKdyYC0Gu9BVe+uCjY16BItu3HGV9AQJdMR448MNf7NpYyvUmjozWd7n47OZTpPZKpBhjghW89hQnoYKu2DMMeJRoGLI585AZhFjXliYOZzMvPr0rPGH3Lb1n+/8ApFqdNKcWQvTgqnaaNq+jo35qTPRCWnianOR9ISoK1wXwjhUF3aNG8hpfNdRPA12u/bfuWOXOMX3MZMWEYuSLaeZdInAmKuK7xTziVwxjqXk4ZkfETa58gLO/0ft1sQTSa7YbuYTStI6zIf/f2j3WBmFC/lHt7tytCvH+r880v9P2nxh96ds83l4dWNvj+0X8I8HN+eLv1DfESebGWp7jocI8aeYRwDk9xR3rphzuYfKpaHrx3MO/7Xs5McNHT8bu4s/a0w1PjS950hqErefdjTOGp2cbLbo1SG9HgX0FrMsgP9j1kORNeU0e/LZse6RNGSIilLQ7H76uHDPKjs5bh+LvH+Nn0MlZP67fRygHWScQQs0UTj2abuIT/hpCZq4CLhU/afoosZnZPLDdWz+GBVV6lOJuK5BiHGZJC5qNlU71E3Hthey248d247z24+hg45qkzlKmUSNdkFGB4+WYo5tfxYdAAS6TE9JGj1g4Wq5ZjqSlD5Jx4GsSiEYyAqWNlSseMawtXFu8+DmzYP85lM5lB3EgE18zPoh0pE4WCkFydtows2FvJrNs6QoAIPHBoyHLIHTjJXN54syi4C3vyts4ESg8qq4CMcFM1HJlXChJGDpCFB0oFuA9Ib22REgH4iygQETRBtWvrsyh29wG6TCbyV44lopjQaH8+qA8G7kqDpwNJxOKe9GINWGHBl001QGN031A3VgOI8G8VAqchQNPqsof44W8U9ek/3wjOZ0WBDlaSiM8U00IQ10KKg+aOuZ1WNVDwbRBPQ8mkCKshXcphnDp4KKEiTijE0n0QT15Ci5EplKiNezu6pRF9Tcg/SuiTw45lZqgM9qN1D4P8++O9T49ZyQB5qH8l+B2iFRpZ6h9S5ofDpC78op05IAlRMHBI543Jhzohq3X+KB1vMDZDn71vdhTj2pLldPLhS3XHyNXx9PJnT+ay7eIi5EuXAQNQUzHpvNkwk2oWA41df34kkV+nXygdv1z9z9q0tq6+trL/nV3c/od2nrVfwH9FMEGJvMdXOzoFXabHIKzKU7g+TRoE1lYKxUuKHyQgWWJqD7bsKmXIIJZzJwZMfWw1sHMBewq0/bA3a0euGx7cMMykm2J20lxDTJ4vC4hxkYEgAxfdYaG0CBwoA6xK9apQ6t8i8Ach0NQDFtAzhfLqfw41e0UrYfq5JsdihGFDVBkNW9t5qhFBt+XR0qQFHYvwoFVvmhlAXl8Wf35E3cirGytpPiGjpNj6fKnlFazOOWtfvLLhQKSKLsZqueStd3S/SGhUkHQZeFXKmL3Bmz7JvbZhA3l3rn8Ptssut9NcdW/6B6/PrtE4lHx9sMBvfkxpDkCnXMu3bfi+sHYcvwybCT45BaKPVTNlcLvnq+1Ms3ZYPZa9Pp0VtqDvaLxvzuveoLHiM2W+qvGtjTNmnJwILFU9qjbrbBQJJkqe+7YK5bmOSgfbxppV08e2LpTiZr9/GjpRxHulueUYOZiKPn1GAWRecfh3/q7fWqi7zea+CNJHwnvK7x4tXqt0dPpQGXp1KFqTQQHToJeb3on1gGr/oxZKWFaHozVB6eyrdMLZ4zjNVE2UclAQLGWgq6nGLplKWbM+NJla7pmYxSkF5jeRAs9zOcnAQcFVAh5qQPQIwAaWVOGXHsooBGUyd9QDSi0YjDj3669PLo2ir4AFQPKM34UNDs6BhZK5c9nSE/k30+udCu5yuk5fXC9bLJdyrrM8n4Vb2hsKKEcwPGvcKgr9APaRpb/jmqYYnSGbFc29l14ldl31k1t5+jCZDY5Cu0s7bsLPK7qsZpS7Jc8+LKmmX5PLXB6I4Uz/p6s7BL2EO1JvRIZN1ia3TdqTc8waBHaPXgywq1ZqdPyPucZnCFK2Q8izjMWfL4wljVH64o+c+0AIZzlT4hO0L1VFJASgl2S/WcVYs4imIaVc5IXlEbO0+5a55iDyXWW1GaSIcOBoinT5kOHwwdHTnosImOqQG/yhwwcvAw+fCrBn25/BKcnFW+xz76ypRWNV6No8Hk3LWD4+jIAOGjBn1lY0atidFtGduIcu2V9Y6ucUxFbL6hBhEJIsBJNcfJ2qbAZgNVzAitxzICYxT2hFcrpgVPLA2xr/AHTRZK8Z2Bpzaej555lD8q/AEwJk6P3Zr0eHE/ohspf7DwPpZl+SidCR9A+R/AcVTmf1Z4v/A+c2pB8KBptDJXQJlXFss8SxCdFroYitLyylAKKxwKwAdpDcwD/7UENOEo2Kf3hxzV7gkF7ZoKj8se1PR4EkG7psyTssMJMUp6J0+7zMb9DOs/0jxMMCw7VnwnW4w5Ow9qOluWqUKeqNiuUmvObkOFLtC4tRZp3rG1VPa/id2dJlsQFRdooZI1VsYss1L8tg5J7OlOxHsYbxNGfFQbbpFffFGWV8jVPurwVYPz7BC0e0zb0JPnS14MQSfOOTYeJudFWwtoOKCVrK0e2koqt1jRPoF3rIR5V9f9Fp4rHQ60nlaB6xzDY+Uq6/0OqFm9+rdQtcMPhMwhmaabM6YNlfJe7dwMwJjH6o0lmxEQByIbs6JgCJzJkgWVUsD5m+nmw2NEQMsy49y1R5f9NWf17JFMNn0qWJ9s7Yu19lzNIpuCgfr2uiqUG9P6wbJwOf6n5YcW/dzruEI0TfN6k0Gl2e3fNjVMo+Uu2eGa1DKnaywwjPSJ0l7tpT7ZR0CP8bnLQEjGdHmUxB/nsAyUBFoHNGllcFd0EJ/V+EEI5GgsONQ8eznIvYPFEMe3xrZ3BA5amO5PWRekGUXLPBcLkhIUAaL+WuQpq4l0I40vA/HltJCvXEY3ypTTQj4og//iJrqQNgWObGTLaeORwNgAdL3iuy/y7hHmPfJu5D4aPyYAc+fKXQ5AE86dvRgwWi4zxKTYOU3xR9I2xh5YEEntSqJInVhh5TrT55JDnH3A4DPs3QuPAwb6Nozxv34+yUT0/fEzlf1V5xdPPlt2Wl+Bfdeh4qFxTiHKg+oKurx/LctXwvsgopv8lfLO8wpT/gzyyEhhKVkWmvfUJ2znZzg952B6wckoYnd2ApOrBKCChmk6MkWNHSGwrGDZO3jt9w8sHa7Cf73zWSCjhcDO19Xfqf+q/o4KPcGW0IZqXse7j9xRsF687MAPX8Z/WXlg+MGnUY/6qvpbJmFZi9pRDXXRczB7JgVt6IORKuoOsdnV+GopjbHGVLIQQ6ymJAtZFFGUPiqGUNgWieC76X1In6Kov8H55BScy6X61F+HN4b7IW4/E1bYpyhzlPWQoE/DR1JCvlifxttiRy8q86i0iWIUoZCPFLZFk4kolI8ihWxyypQkzqu/gfqVZErBd0dwNh2hzeiDClCkLwW1IwVqhwyFbXRD51Iwxn1ClmrMo1LHyliPdvAXu0kRlz4oiWo9/ZoVxToCReG7Q5l0hFaXOk9baFs13CJ15kWoM1fS9S4NZrFbZdyrOLZQKe1lCp4wUtSBlP5kLtmPFDp+fRGch7itdDwpj6cvElF/DWPd30/nQoG+R0dwzjyF9yItR+WpLQIcYs6irnkzjmLoqyOYsJfoNZVSUENrHntky5rukCDYrTaTZLKSXamn8feHgMrCHAGqTKVkF+JMdemLtg2uzUwTQ3qr0673wUlZc/S1O9BBiolAKm7UedqitcTjHsHOS8uPyam1oBLeRbcXjen2V4P61ftlTZgWqr8f9cOiv454qFv9KnUbDKj//qIELXrfx9KXhXJpekg+m8ni0gyQ3scyJJWiDJ/5zD3CX4Xrtfadqx3najeTexunIedoN86O2xB8cNxmcyU5TEHTUSyuxzKwlldIGYAoRUV1ZweY/ibVL6EKJMyDBmNtJDBeKEtfrAtDXUSjocbwiWm5p5mYK58vllRSEtVoT0o/pZhOjBUOvuiI3psgaqo7E+EM7IGzzyOU2xtJU20wURKEHzRX+7K+q5rVjxikqx81XwX+6mZkAKcWhQzaIjAUo9SP0B8g+BqIfkR9nalSJx6B8Gsg/tFHSzEowbSzXy/HVJ4HlEaZyKQ4HaUdf6wOPpGTURoAOKqsheAWbcsubfn4yw5z3ux0wsOBHQaD5S2LwWB3Wr5hkYWxeMjp/3jFIjvNr5idMroSbzKJOp1oKhw0WK2luy1oV5Yzc26gludQLMmeCrrsriLel2A3zE53OMmQ50Rc0xur1AnTKCxm6YSdzgnN9EncTQbVfNif94fVtu/c6muCmcO/bIs1+W75dgy9AHgUTC9Mp4ZNff2S3bsv2dCVy3VtoC70dYvjq23oZD6vTmirqq4ma4/UtS1og7+6I4MUDSvBlKZxuPul3XOffXYuvBwan0zS7DjMY3zlUD0vMv4soK5U6CycoFxmkdN4gIjqD1AhOiqYqul90st1TOV2unlqe0MAHOcL6lu/2wmry+uqXu3ci6Sv+bDibFbf/c2bQw/usx7w2FqaumuaGqqwjpDuOd1+rF/28CubMl/9ypcfihqizvqoN9oTsBElqVx+7E6XF1acd7V88zokXrpmSP32po0twpxsfzbUyFtEsxSam26X+WmGROr6nz61PeywEn00YojaPfpVe7aWeBzQQ5GDdZOA1Tr2hsXJNt2ohzE4BdjBPdFant4ljdyTneEmzR8YmD9pKo9W7N+7IqP5eonmGyxLr/PyvD2XLJ41a2ViIIdQw5Ktt31hTSlk9e3FkCIuQcedpzLmQW4SrEslCru+xg8XJTcAO5sLjVHOpHg5OgsBjkonpOHtEXOH3+nSBK+63jn8GfQAOokeKLzod97yFX/Mv3Opk2x07lejhb+o0f1O5370K2xBv9qPs+9tW3fjN6jK8DduXLftvdf/+lc8Oeb/yi1Ov9+5dKf602mhP6jvIvc7oWmhd5Bb/fM7TK92UKIy2XquiuvipnIXAeRnmhFrqmNsOyO0nUXuKqSgYhe0xcE40yqlPH4ZaCHk5hn7mYeTOpxRohlAtHHTvGVroC/P4b0jvUB3ovXqqqsnGRymnbYJ9/3ncqfzEfQqMl+8Mm1wCL5wbZDYIk/ejrw6lHdGZxxSt/3bnJPo6huvf67n0n+e/P17evIbaD9VFV8z0s3/kPDxgunli20zoNi+Kb/cW9df9y6y2S+zmWSHjA1q693vxNFHE/fMqM8u/MIrexwfvPyV6zdnv3ypNnc22J8+ZPAUpBA1lv47e08iyC2VpTwRvezgK+5qYVcyG98ymou7kplwoYi9o/4UV99hj4QIZ++c0XkENibZQh9oD/qhSTIaJYuaMZjN5IVTuZ6emvr6Giq+WxcOF8+kjcJGqvcH27cVySVud1SPGOe7CVGxf6oQxLYhPdLcHgGWvDAwIdt/ZFCw5yQTT6yi+u9qISWYB/QWbNUfHzZiZAC3iL+NiMpbCDbmLDb8yGB/XhhI5vuPFGbJlgERETMaVgvftlsG9Ng4fFyymU2X6VEKEeTR2WzGnFl4arA/S0+yM9odxdmy0CUp6Pnc9RznKUpyR8a8UaW/zLwp7scV6TJj4iKjhB7L5F6wwpaAO4cC6hAaQFk1rw6OdeMh5s7RJ+FoiOZWB0dUaSBNORyx0gIjkSjXnzzFNNhzq3uzvauR9oIQrd5AlmXLZlFgGMpHee0NoTiAAkzqlRofGP4iS0Iz5CuC555mBk8EeA7Q64UB7dlfpGNgPQtDQMVkuC1Up09q5ivEFEp32F0IiJpmMZrO1PKJoKZKgBzlyCAcBbCELZUSDkyYr1ssp8aPds511yYSfROGmHrrKUHUq3l6nx1Y37Yi2R/vTbZXdxSTUC3okrofTXKGa53X2egNNNc0TO1adsmOaVoZYwJLufi6VS9OzMxqqGEshmGLn5YC6wshIlk89c1d0Uu+yuKpHqL6LbK9lKC2s6e5e1Pvih0LliaCLPOoEC35yP0LbIcUNQWEBFaUKMAepkRTSlqhh6CQoeYRuhFVpJO4D9Ur/jaj71X11KQp9mqeCMiATVhqdTV4a41PvHjvh6j/a39Dj5Nm9bPqrz6v++epFh12OxBv463EgnUpT1vzrNjFSDx0+/tfWPv50TR/gmnyupwMKyqdZLD/1JJ4NymfbBfk5n9PPaLOUo98T9PcaOlc1NzYvKizRfNSA0QqYyBSHz/Kh/O576uvvPgi6v2+xmJM9itunndTQojyh68cSVqZrcgfXsG5xKN8gPJyI1KlZZHSHdVBxho+ixv8+rMl7u6zckrG78hyoVpOlfjDQ+JR8m6JP3zW7Z14kPGHz+IG419CGbSsFBQqa4zpZ1mhGm6UgzM6QrWsNBtXzaQTdaFRmq+a3n+Q3fqXLuJS2k2cRq0ywx7ED6Q+vasTOKpHpzNKPAZawoqycqeMslbFl8dZm35Qwjmrmne2O9U8DSvkaRjVuSvlgDXOG0S76ESDaBBwLDvKud1qzu6lwmbGvAE95LWrOY8HsSCUM+X1xpEs6kAF/ygnaDrU7dTGiyZtwRffVGtQEugdcdk4H8PzqLSx1iHew6QumOUO8iP2+lHQe/o9s5ccpvM9DDSmzVaNv/QjjdFtq7KYeAnxX/IpSWbtQ/sjeZXzRsjOToOtlYqy+4wNdZMEkgG32VHnUqTSHVBR38159v1RDeN15PasOp1dtWfPKgRPPLhqDxksMD/J02dgT/lOXFoG5chco0bta+dySd2dSiVRTQkkJUeXLy2rU19oeqz3dL4+VYcWgIvP1qfUY8P51Se61H8WULHiAPxm1YXUrYmZvtq6ENoPb9Q+eOksdavI2/mKxlBeDofzIpOt4RgQjb3KHbm4xXlYZGOuaSuuWflfJ+l6rbiF5bnypas2figrcSSv1VW6Ox57Uzz6XnjcAkdufcfc8hZvdYt2WHQl/SYzYLguOmdBu6aFFbQn7CUfzsEIwE/g/sEBMGoeqkBF5XeGgeI6nYMd7xTQvAWOamSdpqtxhGfRymXZ6ZUGPFRDQj2AbtKXEgWE1ENxHsAr6Yvy6YBkiabP2hS5tinTqqZM71q17Cbhtt/Or1nZkrpido3b7HNtmLb1AZ/3wX/a/N39aycBbdx4bPswk2si+e3HyJNV+thcxdx707IaWdp6Wbztui5Uhfu2WXR8zyK0gqyeuf2xY0sc+okIj+Q6NuouNEz1U4qXevZEJkS3ikxKYXz2kCtRsrSR4Ido/pdfq32nZdrOnuvveuZf/7XwHg1iIglQOF78pwfb2tCP9YMHPv+nwhe1ujQSY8QmDsWrqIZZM9ddpPQqsPZ0SdoqmApyNiUg2twB6iZBABOpUoVeM7wGtCQV8nC0xSx/YTJHw4eofU8+VzTsN/w21YiDbg5/N1u4Wcz1pU5xqb6+lAhP/GW/Y3UvPctjbTomljT87RyqQ91v08w8zH/+hn253GmWQaBPNuezxIOMTp1ZlH+i08zIbdoFOsHMsmYzjkqeIgNNk8RLOsJFa5CZkjplLU+ymwc3yw2NCzYX3+Q7a+z6aH0TGXjLP68x5i9c9sLxZ15/BcUHn3l9N7p8gDTXB9bYzQZxwZKLJ5MXBjdvXtDYIG8uvlXOviYAhwNkjjXO8+Ondr/+zCCKv/L6M8dfUJ8YIE1wyNnXGMS5i1b0amwE7oxVygkfwgzZYV52cce509yIXJfWP+iZveyqsPPjOo+hn09v5qfCyA9iMkFMMogS+bA50HpYdoWKA1HxIFYWVXH2wF4B5WslQKvs/53MJMegiByCI6FvfZ/2VHMW/WNGV32bJHm2y0bD9ZGY0SR5XjI6kKe+4QbJbDTcLxm6bR7TYYOlnNS9gyatb6pMqjPRpKZOq8cISXHuIZMjwe/Eun6L0+m09OvwTj7hMD30kNme4PnutmJEokHkd/AJu/mhT5u+aMroDEPCAYD5VNGh3v8Ng4y8oYbWqUa9SardLq2QTRtbvFbDIwbXxZLuM9V6g2Wee4LiRXZjZVJd7Q3SCodlY3NFUp3R1u9urfdge2Fov81aXbWliiczV7swdq2eSXjwVlttEFHjoRE4HLgEomY24Bk0zlNjJR/+V3KV5UYYLhxhUq82kWHDzBwQTHYSMOFunrEI6D0ILEwJ8IVakUIaVVyOiqEAXbFhgEpYu9RM0MvqN/9l6YqbHw3HiVHGgLRjgYhICNtqXIab730ZTUe3oum4896bDa4aW1hAItVXhGROUzz86M0rlqr/+f322iMotvWWOzy3HSJ3q39+b69teUwPlCeRRJGXCBXbcEVi3lk/3X73e3v3Fvbu+MksbyziUkQEkbwoSsRiQ5I+tty2h1+xZNWHd8ztm/lmGe9munOd3KYRazOI3o4m0/R+vkwJwREOPaUkJvSrG8GBQ3lksCKdbGWwn9iE6SCN7Kd0UVLKieqcQAIqGq2ZpOGPzourgwPZAZ830uDO8ErVhHBD1BYImCM1LZ5W4We7b8wLtSFHymkNNOUm6RXATr9wT/iSgW/etNWtDtH9EznCa9sneT1KUzSx5I4ZrS+sO6zZrMG5xNz2H3asWe274TNNnmlCPJAKhR2FnChZdXY8+zlfrW32nEB8elWXHa0KXzwnGJ471eVeO/fuIxObYn0pnEv1eXf3papu3NMYmbJv2yWXH+bKNpiYLGk3pS0rdrQom2s2HmmNYyJZBG3EBKrnhz10I1dSVJmVnoilbY6JjVIbW+XjB6CGbmGSqzyk5fFqClidKUeoVlizLLf7Z0Krp6UmYg4EbNGG8IQqhc+4GyJeHwwoGojPyx1e90JrKHTHkkS0Pmb0yq0da8PqB2zQAu6tuVeu3rz/i6iTKPpJvKZkqXKhVcjeVTU9XqdEZttqfRctmo3tOqskFnKOcCgViAvTPE2fucG3ek3HD9vnxq86fPklN0ybPiUSXLN4qSs+d7dXG7fYhAlP7hXmrnW7ps4NB2cXcYIvkiyjyQFXOsu6L8mOtd4rDJ363tnmeSvXJtV/nUxvKZsJo9TpQNZbCBybQBNlinjmGJvJYq5p6sCqdTvWzvI6uh3eWWt3rFs1MLXpm3g6nvZy7p3CA45z2FMmX1h48+xmW2LuVL/b7Z86N2Frnn3zwue/WXgDt7z8PDWq7BjP3HIZJxcDsJfEKD4XcbotuBLXcBUDinKa7biWlG/Mysm0GzKcw0iwmlUmpUktSxW9lPeBqOVtu2jgyaBcGKKCiFlGmOTptVlggA+4fGZNMF02M8/q3kK2dzXmJSOOJ2kWSBwo2jgIALJbGCrpAWu4LrVFBXRjJmEPwc7HTm3tVoBKUdRLiVTITcDNDmLXWDT0/T/+8SM0Y+vsmZNRxyw8+48Hdtw1G/+RkD9K1s4JW9HJStRzJ/7am8lp05KJ6dOHn0P3PvrktrW9hf1oj+IITXoCX1+JbTLeN7OZYqQy9UhDJ+wMn6ANIBZqCixKGAWUTtiLxB2l+OywCw0Bhgd/GOhMdXEC202oWuhXN/qUJy4vm15MXv4EHkRMtIPZJVP/CQjRGpO9Gr2j+G76HuY0Ok/lvlemv+heGh3P/m+NZt+3UtC/bIVxvHu/EZFczBpQyJblj5l5NCp4+kJhq3b9h/e/IGuiinhAzZcEcVnCkhAuM8hIFlGhRpaP3QLSfPQ6csTGlIfC6TlgUF/uU1IBTKeorRAKNmKKfGpBbn48EETXH9tOFdkZzCLWE3WoCLPFMMD0Hx0fFFGikK2AXJzXIFengXWZ3qey72ZuNr1vSAH1546kgk4JTieXUzvBELv4Kc2DdkfCdmVqT6TIWEpVUMXoB3POcMf575zh5txzPLf4nte3NKaUmq6pfdsclmGYkm19U7tqlFTjltfvWdwWQwFoGWV1BmJt+J6nfzIw7/mPBn7ydM3zJ3Iz7986X0g31M9NpOesnK5ZmJm+ck46Mbe+IS3M33r/zFysTeNh0stQfYXOAqVs6gCeJnBx7jbuASpfG1WoWQTtmUlHi35PGrrB3sxfS1U4nBkakkZUe8LldIATzigLprcW0GF2IkNCZoCKzl9GydA7UZjnbuxx07PHQiRNVRsqcoyFZyzxkl6An0cAHEQSxBYsSYhIOjdGRNQJ4kps1PPwazYZurAbYye+XdN1+O6jDjsS5eSEJp2nHgtGYrSIjkaTrWlCwCL5Js2ZFU15a+SZVb72/e3GUL9c4035m7JdSgjZHY9+F3GV+wVaIEpQtyQ1S4TX6Qg/iecxLxAsIwlLOkmcKfFEgh9vs1mhxToeTWeqISefU/+/JLGZkk2IIH2dr8OKBKNO4qvdfr8ktrjFqtTlM+a3d88Rq202u11y14pzutvnT16WCtv4umxsDTbZSBIZ8Z2Ve1LJdkKezR3bB85vv48Z2kxnKLhp9+taFLVoVmTBncuC3+ddl3chrutyF/o8M+LXSIUvqeTlGY4aN0N5B8xZvk45hxG/tlmz2trwQKy0TGOAqeZlWc3Wls9Z4QzA4CTucnrOMtVkig+ya2Cmlg+EFdU4djGRDmdJMZwiMI6ME2uGfrS0LKPGY9MkBrW0DLTgdAYUeZfFaDLoDAZeL89zdv6po+mqqW17pwzsmlTl9rq9l1VNfnvyi1fd9vPtuf3Dj938g8m/bYOw2WvdVeHZuaXzHv32zs4/tsv9zoVz4AQ0YZsDvzrh7upa/0SfZ6U74kD6Vo/XnZ40+9//47bYYINn2YQad1144i+Q8+5n1W+ezkyoqbl2tne5J3ak4dqfn/jalI6uea2GtUs8Kzxmrz7Ax56olIWgun5ORpsCPc6QN44uJ75ovIjZlqV9wnTbKXbPU0s001nUiamGhpBzGl1rV6+qTvbULdCvmbtL/WB+a4jUGh1Soi1etazaIjlCRiVgJTWWyVMnGyQX6v/uXlxvqdY72uKdTktNI181eYY8QyQoVr2sKt6WkBzGWhJqnY8cu+au0S+o60lWr1q91mV0EhHSTa7iG2sszs54m0NfbanHe7/bj1ySAcq21BBrQDGGHFLpDCvbkOUupJjGD4zoh6z+txEVku3HBK507tC4wZEI7dzWbJiImj1DO8p4kHxeYya5YQ49d/HF6DnTOa2acKcVdOiii9T1worz2zcZ4bHN5JYxHJKPUrsU9PKfGjFAZQEA6hQAvWG2oIHy4Ty1AjPYdzajjQ9Map4oCn63wdoUbjBLsslNLr+3DZtFqWFSg8FJiNdX7TEYW1PN0wTBLDlwJ5r8WbHV0VAVtk0+6HKP2daWGQ2eap+XEKcB8kuiGWfuu5y4TbJkbgg3WQ1uvyBObJ4U4N2ug5Nt4aoGR6v4WfW1TuyQzIIwrTlFJlfuS4jKYolL4HyfxLiKsPawBfEapUrvsbVXF3J72N23m/cU7WtR/mNaXDL1UtT/2JvqT7+g/ufboaa3X7j6aF3Q39S4+eC0eb3zJtyIVr6qO37H/oFNA5GrL+HXrZlu8d+uFj74X5se4PfhWy4TjJ4vbeMVMuHexcv7HvqKQQnfcfxK1+TrewyMPrj0TI78C+BNjP/NOIRBEqL2ZuzaXRv5lyeWdqJIVFVPnOHOvPHFg8Lf1H/MmnVc/WVBj/+OYr9+6XWO6TqfeY7N6xJuFXcFt4G7ntvJ3c7dpUnZuJycJGpbUbSbp9QaHJhWKmLdDOiBh25FxEPRBCoBgloAya1FlG8EP9KD2CYHaz2VdMjlI7fyPcpLj+akVO9yZuIZGlcS3FF/86dqH0pOXnnZlIb5kYn+9VHlklcvsaWu80+MzG/IXrZyctTgau2d4pE7nE6XTTRJkrvJYDB3z5rq9iBf9Z/U35y4iBgMhBj0IUlvEOEX1ut1er0jrjOZdHqzaQqxAY1rnWq32W3t2GbjA0wS6Cen1WvnCl4HOdh12UTRm56/+6Lty1Zu0ce8Xp/PGJio37Jy2faLbl+Q9orhqQZDU0MgxhO9xSIIhjaPR2kxI55X1vIOrzAXPXD6J+iy4V2SQAQ4en2CUS8KRoMimcyS4AvrjCY9/GxGgXfzomTGRjN2GTHx6kbddURGWaZW6KQnRtvrodgYYC5iTvHBGXXo5KGBkY8MAFbObO6QfEnXgNrkybfFKqwefoOa5Cnx7IvfWqkq2iEr8abLdbkY1FF2h53pQ9BNL5OidtSCLnGI7mOakq1ZFnOy2Sx/DM8BxOUQlLu6d0StFoKHhszyaU4244HCoFmm5tJymkyMoOkAB6lV37IGsFtjctJjhHE1KQcTVp/bIZRjMBceiTMxO/SaQjDejGVHzZ1VYexWv/lOVdBl9wmDKLzlujuxGTsd/vt8EWT6svo79ZZfVIWcDh9BIvo/L33zTaRpCavf8ztdwap30HQ3DlfdWeOwm++8bov61tPVTmeo6hdoN6r5shlFqu4DQsn85jdfUoNFPVOueLdWxzVQDIcbc7/mGfttmWDJ/HLFvllhrZa3tfS2tPSiFvZ6qlJh+XScf/wJ3msZ/ovFy/Nf0kba9j37qgyxZFbZv2dDl/Vq2ejfhyWDy1TV+330W7Pdbi7cWiSRs1VxvDrV25sqPB1nZ8Buxkdo5pIMGihVCD8uYoE90ILgmLYgeq6nM2Vr5wEKNMTOCXZezFFWSn9SvVTd1t7LK07RMalFqXn2C83SRLmaGOw7WZ1D6Cvo9WR/Tr1B3YduJDnG9032o5VBefWGaHBKoqOhtj1e3ei5rfOGJVvSq3upjdFcf3I4TF5Sf9qg/qWR8Z2yZziR3qUZAX6nAGGeZDhVPaVnUJCzJ5sBMcAuGyNs2AcK6BDTPc6R0ax6UjaSg25w5H5bx0WBq2YXbhCc6ketKx556ZEVrXweOpKFBaZmk/3xRcu7on9+Rde2oE33yp+jXcsXvRC4qMNmm30VakUTsDOxcU1Pz5qNicJ76slkP111/cnGVQc/95e7DyPBLzvp8nPKfvX04bv/8rmDq9iax4BLqsItjDYDykK0sicV6ZeYzLXETKzTZw9jodJnJq0965jVR/r0uLUnzQ35hYF9tQZT7OWUqa6m4aVWQ4NJqnPeeae/scHQ+lJDTZ0p9XLMZKjdNyZVQ82dd9Y0jE6Dc2OyYTfNZmwYydboH110g8FUd/fdtUbDqDTlb5LRdZ7i1o3lpzKpQqo+IxVvNyiDEPa9Sn5qiUUoFhmqRU3eEq7RLVA8k9dufYJlbqpwdF68kK8N114809vrNcdmzaydPjMQmPXK9xYeL3JRUR9A4sNXH+ODjJP6meOf7SiyUQMGj9dVbfHiKSFzrL6lR7nlGTe6oZKZ6pycWtw0tevuCa7swoVVkwu5bLaSidqfuvpw92SNgzq9Q2ME6mW73+onczKuRd3Z0B07p3Ue5irGJwW74BaOiyTsml0i9p+aDGM0gYt9rA12D4p6eUR638mo9240hoxiVEYP0i5iNFIjEdRQFyqO56kVGX42EAiEpnTGanT8rJjFi2SH26WbeTEMVyEfn9efRH0aZ5W/bNmSV19B6zRSqy+lDnV89pVd976AUBcJ8seufvjwOnSD+5lblJ6W+pg5NAV7LdUur8eAAqm+HM55441BvbAw6wbCIKh4uqY2LU5Nds5NJPsZYzUwZ7bNG7hoUTarFAe2AOPUMf2x/UL/lW7X5O7DV191uHPazjtC2e5FrswcAuNnl/V9XKX9/yJc8aVhoKYamlE9uyOW7NrNp52Z79W+dsf+s6ONMerFilOvWShSLmntW4GMOQL4C8X6SmTn0VHTnDwLEjBAQo5OeWH8Kb9qBDBWaJ8y7KyEx3MB7dJPAJ1lUB41Pkmuk36vkeqpMSEAxvuh/y28BkE4YWfEaspOcV43rDbqw2WrE7Aviey+h92zUnXUosFaJv1VoUVKqbhstnCeWW+ePDLpuSIVX5zs9BQ62ek5N945ZrLZ2umYjrMAiLMuBLUhDWhJFxvawjQNUmul80NqEa5H00J1DCti+piZdFH1UBKddQjRLwzQkDH6mVQYWjUcl+WV9NsBh1Y6HCvRenCC4zj6iGqEjqexeVxTVKTpIal6CHKB4/j5dThZ27gk/fgT1YWERpV1RlkT3fEMylRqHAoCK1trjGpgGOJHxaai9SuReWzT1qZZ64uN8Y00FFKr59TTLLYrquloIq0pPaisVcs+zhAera95Vs/LlSHL2FZdyVrrOEdfChdqVwsbrrJwqKZI6vQg1qxRNlCoHuk4PXewUTm7XVeMzPI4MMCdOZ8enBH9Enu50XoPFiTFNevOcL4rlI3Sg0Ql6pSSihgtkeT1FhRSYDVDYkpppZVogkVJQKe53PR4oFFAh7kt2Eqzw3+J/mjqbpSi15AhN5P7hyPXnY66WQrRo1gQraGeFpmmBTLsz02N6YluidLGlBik0s1pJoIjaYV4Mm6PQoUCgH6M0iOd8n0ybinNsBPaLncGthTJA2+xyBRC4KHGHhkfKJPWDFnHa6EiFhuKuzVuEbP3RxkNUFRGi6OEuDuTTolRQPco45rlpaMkuurpJWw3URg/jspsUhq+G7FQ5GZCEiF3mtKkSsadYZXDrkfb2Y0A8UqmIIN2SxuNZ+oBV0/TrJS7TF/pJJuQdIixm2GM6FshaSb+Hk0X7T5KFuKhTEJm3VKBBBaeuqAltQzbozYh4W+sBguZhq0iFgQk2ixKvR17CPESbDIiUW/BBoOIsBUjQgRRJyEiEhETI7HaDKKeSAKyOokuCW8Jmf088QE5KmEkCjwxypQvLQrhqqAoSiaCiR6ZJBKyCmZeb5AFC9Gb9DxvsuoMyG7TIb2g0xG/Qa6WqkUBGQ1mbBGx2QA1CoKOSAED77ULPI8IbyHNraIo2HC9TrCIEnRIwrzVorOJBy6WBB4DYS6iJhkTM7IhIknQOkzsZnMQWu4wQZU67EGIIFJFEOZF7LNiImCsg1zEYHFi0abTu0VBxNhschKhWmcw2QWrXwrLWDBKWPAJkNCps9Q5BIIxr8ciQk4suAVihnHCSC9io0mWEL3yr5fMMhUmMPGYNh6GEUlNolUSsOAlVQKBngkGbNRJOkT/WSWDAVnsvEuUeATDrZcEQdCbdJJQRyRMeDe2E+IwG2zEpCd2bHXbj594gMjEISJJbyPYwBtFiU4VRi6rYNIbRQHDYhKIVW/hzRjmDsuYJ5JcjXmbDZ2loKR+D9mRwYQknSjqZOxGABZuZDMDSGEYer2XCNATSRQMBowQjCtGgsgj3ibyeh0W9Lyol4loESS7WWfjdS6R3QPA2FirBJ3ebNYLyGIloodOrNXEWwUvjKWBKlc4oAIAB+QBuKtCVp0FmawwZpJegkADj2BeeScvVPF6gqAFOmgGDLfVB03QI4sk2PQ8EUWTSCwwkgvulRCyQReMyG/nYc4sMI0oEOWRaSIhMR3ClF8SEkW/HjYzmgc7G6t4wcUTqE1y2dxYrHbpdWFRMosGDIPOQ1/reVmHzA4jER0iL+i8mNRYg0gPcCM5eJ2X6DFAMUAA4Ao2swlaIBOrjhDM6xpthqDdhq0EUfulAI1ELxrNyC5UOwhPAHyJYDHEwGU3Sjq9Xkccsh4JOl626aEmI7Fhk0GnkyQRw6gKOmTksRl6ACsNYYMoDN8efgTqAWTBRFurg2mmkEagAlhWWBQAiqtEWLlGrCe8DTpDDHFznb3K6ualah3TjnCdcYm3MprJRTUhSyi+vqiRS+VXawHMmcQEZ+PYtyickuDyaJ+j0FAr/LnCUqqjul5R8LHow/gtT8u792jKQO27Jths6m++JTx4k95qL96F/B6SRzZSLVZ8bM3DaH906h3PaUylYK2x3nhsaANZOdPJVX6TU9PjqIbTtQMol2AqiEq/C3zLdayf5yjur+Z4bhhcVJoQfyJLkMxMP/wNZ0tsL2r+4g/n8lDaWwDa+yaBY3Kqbqls5o4qHLNvRcWFm+x1qsys253hZFWmH4ESuEb+Vw01qlzwMcN2nOxDf0Dv1zRQpWK+fM9NmNxlC/teScUYBF0lm1MhV5B9h2Ds1SqmXxDg+OK3VegVPP0Q+sAZKPtjbnUvGtBYeGigd7XA5QqcGtDYKYO0a4MwBFTxJNe7WjMKXvpedpGnz+kxZRO4Rr4MpGcnUInxlKZKQVLpI0aazSwrBEW18aAZWaxA1CfQ5fdDp0sfDLpffUJ94n46QMWPAd2PLocA2WcyxegdGkuDLodM7EtaeZ/CLICR342frzY6Jhc1AEZz0RSsbpaC1i3Imlwlx+yc27lJ3GRuCreYW8m4+ZRAsWmchAw1rF2WaReo9It28ySUuHSlr1cz0xFMXIkJEENeXEyBFz591R2LNt8s9u3omNor8LkDNw4fuvGA5AqkZ6ztMvQuuOOuOxb0GrrWzkgHXNKwZpePLC1Kx5Lg5kV3XPX0QqF3aseOPvFmTfgRAxQunIcua2zyRGruLlh23H33jtTabVdcOjXWlGqCv9jUS6/YtlaIM9lCta74qezCU/MW3iRsu7sm4mlqROtZZElP7X5xs/AhF+SmclcXraUAKVzLM7INSLERwy5pVDL8UgrLlESDiCfNaZr42j4TLdoAKCqPUR6Lh7mEF/xv+GONtSRglKW2mLXKZ6ojQf+J6oaY/6C/MMV/wh+L1hz0+9+obhibiuy66ODiHTcuPrF4+fKlO3cseWPJGD/KxqD0AKkz+aqssTZJNoK7Meb/cbXvgB//CRz+6gP+KCSqrhudqPD2h4sPLL7ox4t33LR0+XIoebS3aOMyx2x7cxpccNRACzWpSD+IpV3DSrVIyr391Ok8bJf3bsVowsknEeqYMbD+UMNtz6PcU2/DHrrnN2m/9SSa8MK93YfW9/XU/gTojethzZmZfn2QWn1nUJfRJPuLkjZN9BgIomjKHrK7hL+3TV9/Ord+ehv6e7ZkWkvxZdX31A/xv6ofOnPLL96162JShe4ryqRtmaYuRl+si6D71C0RbdtBRdlMiZvHreLWczu4O7j9XNnmv4AYf5HtcQw5txSXOsPZE0wwl8lo1rNvyLDraIZtUyHh4qRT5mKameFm5EQiTrqZySAoi/qotRUohFlxRxLkiiKXxIz5gztDayUa4wxtRKf9RKjNmW12S2HeNToecOI1i/c8cNfSFUZpzaI9BxZP05t37jTrpy0+sGfRGkloaLpo7wN7Fq+RIKXuGvxli91mztUKxH96VXN84aor5kS1V/PCeHN0zhWrtBeyDAQt833EIgCe9IsBPAQ75qAecD4L7yMDucI/voSNWDskfep1znDIlgWUb3cvjya1zr0ntWTekpv6700tqTPrZ8/Wm+uWpO7t79gYnb8kee/c1kmI70W7dVLWFgo79zXuSXSE6aPQkdjTGGYPPNhuDDt1LT5iA7QI/XsAZ7Pqwi0DOszzNt6n5rPo8D7Ca/cw2rlRx9VzES5Bvywx6h6meEKWtFVc9nRCQkE9Csr0ECl+ojOZLnvEwdKNUGGIfhEC0U9CULsC0zpz6s9RU4E9v4s6VWaZAHMx8kvNyZdNCqBA8dsTkBnKUL8e+7n6c/x59efqZ1En1SmiX61AXGxg+B98TvMxnjZ/Zo9ws3AzswLtLFnV0Cx3FAX0i1obiDGbkhV+15j0ws1PbrvziuG/b3nrqSevx5cYumxmQ+Hp+VeuP9BPdD2Lskt6Ct/01dcoVehRQ7fNZFCv7Llu0fIuPP2Kh7c9eQXRXf/4U/+2pfC0wWTrMuBL5x5af3X/8N97lmQX9eDpXqUmUK1eCXHdBvRo1/JF10Fha0bJ9lEd7enaNz6YPB/7fsyIXr89UWJ5jdVBHatz56FYGv0gEEdyOadB/aOh1ardyOVguAkMt5qr0AzOlb9Nyobf64+xjxPlLJMMqMrgLCn2n+Y0SxGYq7jdkYdZrMC+Wqr+yT8wSvdkXDt8ldfr/MBotRXtfo7da2n2jj+1Ze/Rdv7O5a6w3v2H8ZzsjM9L1A6Ddr8W5TIUoylpsDlKt4ZjaufOEX62VWl2b6j9CR9W3rSdyo0TWOl+g2VD92sGhgfLhpTJ78aGoBFL09qwWplu6d+5Wljx/bBrb+Ruhu2ArYKMtjqkaDfOpOrFEPuQFZxHsivImK7afUm0m10OU2ZuInW2IfJgKpGk2KYoRTMJ+wUH4ZZNC9f3Tp40uabpap9uUli2TbGtR3MvTXRi9ZDY0tvbUlPVHLrIe2n77CumLZqOdgl/1sbBYdEGSv3SBoR1jTPvWi+8VxlTOVpLFqzqXT6xxp/VtRmmNjgQTh1efr1pDs4+FXYkliSbJniqqts7EpMXz4wvbs5Udarf0sbM4pDJDZdf3nCkwWSP9O9SN6q3lCPGjOvIXYqVS3Fr2V46SrgxoinHpDWjsNoHJKgyDTvYypcDJFi0llu6jdMUWijenMpo0kqeoq03Kv0lMkXlj5kUI/qO39N6x2cQH9/We63BaBFMSyzx1PKd102b2tv78+nr2iPvocekBk9rZNaC2Qtuum7h/slWHaUbr7TWWoXQxKbujtnZvrkTWxbW49zIt/eyoYlrVryY2yWbwsqCmzod1UBTPtS2sqN9+eypU7udzX7vGS6aunZtW2uoudXh8sRsJp3FvLG1VolMwPVzFN3kSNjlrvZ1dk1bMrumgi96OdW2l5UWzRAu61M8I3lcojYgbpdHruit1uNmbcisCEDL4854yoNF07tl98jIaXdYsOFElbF2DVsjOmKu7kzuqV+6aGttWy3CndlO2YyQRZwY6lp+8bplbU2t9rDdJVmB5pbrm66w4CWv9+8AWn9idLZoJTqL6LL6lDl9GzYdeG7b9s4ut81eJSx1WEY+oy4EMV6OeIkAjW/J6vVVlhvMUfEd9U83z+sItvgdwbC/rX324/PXHFzaMdUVQpgsNRAzVsyS14SMotUnxYyyeud3NvU3T2mfHAg2t/T1b1/wBJr7clX41O2luXFwnKEswzH2mwL3cU9pFiMq+24f4x87Nv/T/rH1jf1GKP1OecUn6ivco2NU7txxnzxlpZuSu0wWQaAicWWbhujeslMdcRLLeKEXTFBRGJpX+YVRug9Xn3msaI9CZvqSTdTCBxC+KMzkvVvKdkwjnv/L25sAtlGcfeM7s5fOlbSry5It67Akx2dsWZJvK7FzOHES507IZXI6DpCbQEKCCKGQcIUA4SbmKtCQQrl5Ca3aAqXc4YVSWmhNS3kLLUfblwKxtfnPzK4OHyG87//7Poi1s7uzuzOzszPPM8/z/H54pGgD4DRb5ocguEH+PSwTT54UY+KLoshyeHvylZUrPR70By56/vnmZvRH/0E9kr5TTdDPkmvfieFr0aUxfK344nXkpGelPESua34+vVw9Aj1qgqw9JLLyv5lyUjPyLOwYCxqreNmwHItVYEIBxSGC/CIBTFH8kCDTSmNAKAKPEckFe8uvguSdRu0vtazi2g+6NJLgM4RprJRiTTZBhw0+QdIgxR0wWsn4otTm7g+5GKTJKLEAEAmL6Hpj+sdkl0kNUSaHoKUBwL4S+A8AWis4TBjTVBOzV7v96CaulAIgkJNhplEZHAY8EGHVHocYEZAiGsf/KkYIlQVTESkxh15UjX110JwD4zVg6w6HLXEnNm5okrSV1r6WC3/au+NP16x/8uIl5d0zPBpogJwlcuLBmx7cv6FlmqAJOmK1rQsKVlmY1+UMeuhssk7rXTbF/5Nww/4vD295aU9jz+4ftPfe6TV4+fGcw9py1k3v3Xvpjz5f2BLYvri4duKW+Z018vLJG5aAiz45oViBcnXrypP7M7UTFXIwtXJk8P3OymXwppT44XT5fIe2wra++Ym/TN71ZF/vE7vPKp81w2hjdCxnqX3j/hvvv7yvGVfOHq1pme9c6bQ8lR9jvHOR/+FwPQj/ad4dF3Y29Oy6bOLa272sTqiwOKTWRYffufuSB/6+sNm/fWFxzYTNc6fWyCtX35oNRM7ZttxEXsPYiT5bRFDhBGodcVxqMxZ0gpFoIIpkHFvEFhkpodI3cvLh92j3+PmxVVddtWppS+85N/YPDPTf9wpYfO6556H/gJgvw8IdrtA+Z10scM1L1zStWY1XX97agbOdBy8bJt3i+e8eLcUuU7GArTCPFNvr4Ikrt5X0MDrui/rsQRsWwwLRSDRiY+/4sfzTN2+Uv3x+27bngflG4HntV9sf3nVi584Tu+ZeeVZ7MYf0qscN9KoTb5048Rbc+Kb87FM4IygD5ue3pX62+aJ3ht65qGrSopmBobY2nOfEiewaIsZoMFCFVAXRBAl1Ke+I4SCjEiTq+atgXSusRTqFRfmCcdiOzVc3akTH0fPJLTfMKDPidcWyGXsO75lRpmxgWd/hwST+7pjk4U9Drm/JigOPAYWTPSC1vztolQc+vurgRTNnXnRQ2chlkMIXyOSXTuT4gkIq1gCD9BvKmImSIXgGqBgMJckJjNaZkAhZEn0WSUsgJdVlcB6Q2kjRCeVaUgUVAQEDkAwRzIEUxhxIAeIrISkO+cq1CSoJMUKAMcusq0IbYM0+9yAmkX8fKcOnnIQJJq/MCpCgA8AEKbPyLBx+kyl8SH3u8NiaIoqK+IhvZBDzQY6eW/thTzopseemk7BHoc7OzndMcrDfKHmZnsGkxLyWz0OC+2eKUbDn3CNbVRzRTsPbODSi2X6X1xJjtCF5DnrcGd/dsBup19KUWsYzvDt65HNz8cQujEaS++7tDsbhgU2Q2L6DMQwdRvECUw5JYEEJseKqNFHKQnlFA+i7vGHK+REAIudPafgRmNpQvrJTvmKpbkJ5S8yBpudYS/kE3RL5R/7W8+bOYFMTVtCNQx8TL3xXTejfq8qqa2qqy3b9IQwWzDoYkQcTfHVRiSiWFFXzic+cZde3zexdTt75I2g8O4fE/ZWr+BZ2xVUXexOSFX2Fot5m8YnmauCzBUiIJVgmPwlWgHXz4JzV6364mrlWfmr2grb5Nr38FBL7QSe0lk1Z13b0TfraIR/9R1DbuXJl57Szzx76IP0SFNfvmBTxRNLvgmvBl+PHH/SOry/+c+a9KeNrHZkTcTh2STiEw/8jeNUN+/SQuYPjRyzzY4A/BqnmO1+XP7r9Ifnlc3mg2a8zmfnOt3f0Pndg9uwDz/WufHzy/ryV+b0bgHT97aDwdbpQfkn+6PWd1+3TFWgOaKFuRS/K/ia6asrEA3kr95es2bjzdVTG0lM27m/sb7FPm28YaC0OTvVwON6XVY+1MiQcmnWoXaiKw8gBrLp2JDAktIQNY+zbDBbs34IbCO/ujaHyU9QeoVSANsbMaOhC2q13iS5jaaHcW6jV2vUe2hPSmS06C2eFggCWjpUV3DxG1j2AKserVBuC0eA5wSDAlrFygJ4lQCuHMpl1IXSB3q7VkpUyI7qV3o1uqkE3t0H0GPSs0VlRqcbIuucUVY7qEs5heCj+xJi9FVs2pudiq7PCnBSrAjiKnfh7YC7hkhE5Mh5xwMwrdh9LhvkdJAkLMtArm6/XcO7aKn5N83KztfvWA1ZzBVxJzqRfIRuo5rvyailw8gcB6WqMZgXOAV1fXgPImelQpUc+Ava4KgW3S97LzmiecaC0e0bzFkHJ8QrZbFfypeTBPxQVfQC4J/FNrvlSfjwzLiiYW3Y8/1FIUEOyD4ak52MKGn1JzBxicmBcGH5gOBoXAYnuknvlO05cu3eh21l1867yhkktr4JVJ06A2XkYXazJOQqk60twO/gruJ1JXvn3/ZtemVbbs2R22zkhTnPl34H491/lgLtsljFwu34MwkeP5tYgcOxGI7U6vxbZOtSF8Fv4DhQF8N34CUj8oxfLr8v/vqOv5+yAv7AiOnP6LUB3xx3pOzFuwvEzoCuwjd8LVeEaJtn76No5N9fXz7NKxTqh99FXH/3r/r+fAWph8JszoyzsuuAEGh/AKYq+CI1hPsUOqxgg4hKrGCdUZ3g0StBBHPCyXdSnPzIWMTqLhXlB7mM0olFkf804zWCq5GKPgqs0jES/bHUO7iqAbKGZLl0D9CYn3SCIBRaNTq5ZCfO5P+YPXw9FSg+ST0eSI495jBhuA7kJXsHzsflUFEGeqi9VQgp7ZIqsyI6511UHlX0SeFjaAzFyX2l9fjhiKpXJPcZeXVcqcy0+muqqS9XnZJMU0mZnUYtVuSjj8I6RcyyxWmWVEatNXMYUhL3JwIhdMpkpuAQxCs8a2CQEbCE/T25HJ29+8+ZQXWjm6pm+VtonGfWGmkWNHReU8zZGbxH1jI0v33HFDrIrWsjuBR2Ni2oMeqMEKqlTYP5PrwLGgft8IE2VVZRh39/n08d7b765F4swtTNn1sIOfcgo6aqqpjXrSjiLhSvRNU/LT1dV6SQjC58Cliu6r//zAQjfWgnhSiyUMlm7igZpxG6sgbA+xZbiG7VY4svGcLcMJ0Uhq/c0kmzxurucxOyMabKaCVOoDhQol9+BVM7YUl/KoJTNhOeCJF7KB/3Am8WKTZ+L8s9Pk3feryzTY9OK0YTmg56sXEm4YMxUKbWU2CZJWLmqM6HmV6MarApTdiRG9N24FXu4ZaExsGZIArbIm8v8YXfyKFEdIByQXNI5dbhctaum90/aePmByzdO6tCN0yWNHxmTaNuRXFfZ1MxUFxRUGtuqrN3Lu61VbcbKgoJqprmpct3i65766VPXLabJymtVLbqbt6tu6kWzKitnXTR1zSx9hf6W6667BW1mrbltc03X1trCWNDtDtYVOZxVtRV1dRW1VU5HUR0+Fius3dpVs/m2VUc3T5iw+SgZ/xXsWReJQSHL1DnbkMIjSdwlzHm4lKFcoLoCZ2Y82S8ZDQb551otSBCqyB5MhkhQJk/2E5TfHgVFEvSgWqB/OpQPMy4mMEKkBH0ZsEiytJyFhMxgBBJuoiiJAS7PWYAytixMEMh+h12ZpURhgNx4AJNR9mAyyhU6mLE2X3U+tjbfDuimKSv6Do/bez/sEUTQQ+w8/YQBsx9Va4XhbWKD3vt+3GN8G1T8+GDr4b6u1uITo8sYJo7LCj5F1g83oiJCnLaM+DGoFe7S5RX2O8rYL+CaoPwGgyDKpI1BjyR/dppCZvq7Gv+1iOrJWXTYrK8GHUdfKQEpUEAJcBSmN446AP56M2hmYTIcDdsPheuwD6aHyTp2KKZeJqS4beiDjb0d9sbJm/o3TWko2Acm7yvoO+yt7673dvV2ke2kJgAYnaajtzGol1OqG8fviAl794UHDlzYsefw1iWmuo5XrKtbujdt6m5ZbX2ltbi3t7g1cbhvcVEZ/rjLihZjvIzcXscOv25CcV2ZZFqy9fAe+reqQ0c2tlxpixk5SS+O1B+LlfGWYMISlWKUmH3IF4HepTem+OKTNSHl7eFwYZtyhkgStdmwhSkNCnz0ve+HXJzO0hzAbu++4uNAc7zYh9OBZouOc4XevxcfapiCWodWnA4SrStt8vYjH354ZJ/1twcJpIanBElxonweWb07JKKdEg/E/GAHf2vdRw5eaVvZippG5fpU7KpYmw0qvlFsDh4d6U6RrCuUiqEeyXhEyf0E1ZHpH6KSigsUpPYtTaCDTBKDxu1bSqP0IJK3FM+ngaHU0n0stQ+1aS5GLDIiQuz7R4XRie8ZCPa9Ar8U2TChyvZ+8qZJZYFP6fSow5aP4Fvlkpu6E4nub7/kqcN9g1TfYT7x4ZHEvqUY7RIvwhyhx/dvkpPpFHo+o0V9yovbCw5gdq4cFnolNVGRBvhshKnSpUiXsSvYK8PTbDZnnrQDk1MaCPB/w5R8GAUcxUKR42iYOL4Pu9qxqXQSfRZDX+GPgNajDwUq8LA9xBmvf2T6W8KZAdHoTXv3HVfsvkr8ioRmAwUDdy5hNLCNNLLzFh/mRAXqDG/JAeQq+dgRVsCRVkH2OPZzUC3vydKewn3gAp1B/pUBrCLuDRQGHc5AzggiHMik8o+KArOvsKd0MInvwhErfId8RZEBNBhOigyFxYGTFN2TMRoJ/Tnr3ikql8YR31n8+tG2pIepn1FvUH+kvkASlAkUg0rQMpq3Ojpinx2xPzL/SN7qkefPtP//+voz5R9ZX4wIbsl4W47CYsK80lkxLYfXTeXSp/LS9GmOny79fyM/PM3x4WXG+Km4bgQYi8pnfx/I1vRfoyuedyz9rzEOjpX6P5VRHutg7ufk9Rh0dEAR4PLcgfEK5Hd8M09Rv6e++n//lfxvemnWLyOvvxaADN9AIDrc26gFRGyj8e0jvqwG83+ld3/f3ncKa8JoHMRppReSU3nlSar3y/RNkECjJObBSfwf66Nn6FFD1zNJLx6wvYNJ0q/olFLQnp6sY5WSrsx9PoBcIQ+EkNCRyPKYY9trM0YGyre+EgjXjDgnkdeXZY8IZCgkbNm3WRtTACCGGWhDxDobU2yz2WmYLLvJr4DknYLmlzxkKXLgFSStE1O3gp2fSWKuylTGXku+G5f0opRw9StWHHUJD2m4kP+lQZc+RvZp76j74CSswuafjOUW+3T2uxLobsRfPZTBllBw68NUDfoWO5UoyjNW/XtJhUR7GqOKaUVaTBLph0kNpvpz0qIXHQT9Y9fm8+8UIjP4HAQXHlsqOCPgA4oIXk5HI5YAHwhjq2A0HI1jQ2Y0HnGgo9EmqPj6goiDRdo6nwTyh3L/QEL+/STc/D39iUR/qsfrTaZSSa+3J4X3iTA0CQQTA6AneVADE170P1LDBK0X9A94U16NM+nUoO0A6PdqsSKY8BaO1xH9IaH6n3CoFxLrBBZzbb5onLRnOO6L+5CYhPG2p0cZNDEkk0c+THjBgJdOeRM43uIUFZ0uJ1Kp1IdHQCKRTKa8QwPDOFMx80mOLnWE36MCD0LwD0fhABE/PpnK8dbCDHNqvu02pdiuMAVGxoaFBwQZewHQ/zHCN3FEub4Pl+tY5ZJTStlSyrOUUiVGlkwhc00opRt+AWwcXjCI5OwZ9L+YCJLixmGNdiQXLq8FzFgH4VZdrc6lk6t0OvAWStTqdPIOsB8cGPPwMZIiR9CPkmWHvEM39mFSLiMq139mykXlfFtynLrMWAfhXPxw5b770RPITcFbqFxjHYYzlLKSvf1gv1riKt3Yh3G5ZlBXMxFm7rD2Gs4PIY51kImcqdbDDn82qqj4+eD8MQ9TSrmOoXJtzW+vERwT4lgHUblOW90xDsNjo18uyoELNsZhPBah/gW3kveIS6UFI+mWUUdScw/rN/RnYzcWGd9Q34Bzs/f83p3gdG+b3HMGMDIReq5yz//BCwTnnu6d4HtWontuzZXzezY+XXma5lTt0IrcWK3gpeaj9Ci2fKsnq5HXtYJo3hiClxq/JSIClyC2/fSA16uQpHu9aQKRxOFgLi9NZIohnJWegV3QgrNbjHgMEZq7Qzl3tDwfEBOJWMdj23BLQwDkYc/hsmIRUJUZI2xtHRoBrRHQn3VymzjYLxkZ8vjBFF4I7Vdgm/rpTWZzv9kMKAU9VEG/pXtyC9zS0FyyWN2DZqmsPzijyDoONLNn5ZzgmK2Wv2Sg4Dz8UG0BI600Vg4Lby1ZQBhQVpSHcAno14Y56jFKAci6iUPxRj/d0yFpgiYwksIAvEkAkahTSKqjSB3Rbwo3QT8Y31UnU8rqQ13XCgU3iTSBst5Pz/B6vUMkA4N/8+cfPSoPRalMta1AMU5mWZ5vyJLSHjo0ipaW6c8jrX1uLKwHdU73EfafXH1aYRPIEB1nacjy6X7GzkBTm7rlZPcmbOIns1mi73B96UD3Jjp5mhMwgQ9v6oYp7BpApr7DfUj4VbKPcZwas9wCzFNzkKxH5ul8mqLvzkBTowq2qRskcblPc4JJpRMjSwxIiU9zHBdZg2T5BFkv1FIWgoqGv78mNdZAwdGpzUYMZqILrMryay7eYOwcitceFKZH67qm98EWxbh+JdkwaUIV0Dd9qHn5vuXL9zFfqqZ3BdBs776lmPVx6b5f9k3HGeX/UqR1xZCevgbfcPp0+h/40uXpe5STSkiCvEW5MiPHZvsslY90wY1EJVF9G/M64zD+WmClMaSCCmKK/cHZ8uH+VzZLxCuh0fFi2mTgDWaThWUDrSs333LbSkxaK1MS1iHRBw9/fXcU9P9Q/jPvd2ktVpM2wHXE1/Rvnx8rNuCYXZIN/2AUV/ncH2SxZCny3dVQi/BMIAB/FagjLHt5aYeCKuUPK/6RHhrTldGSlReYgL+KCWcsY8q6OV5WJ4u/MFnQMq+lAP/AW7LJZw6cP+7WKQ9Nubn8/AOJlYd+MOeBOT84tDIx0BK6/PqfH146M3n/gSv6fK1XuCPn3Lvh+rtv2Lf+3g0R9xWgt3teR8e84T8XXfCATa+3PXDBokunVwpC5fRLgeaNi2Zsag5oOWlc6+oJu9787MicRdvWzpoX8M6ZuXbbwtn9w78rB34L6riHv5rvHH0VtiSkiqcTOfMzJo0dRaA0AMm5RBZSEP51JKOSwmO5ncU8lmEcIQXqFBA71MIEtBfEgr7oyIIhxZXNMS/ll4tYzB127qvoYKp0iUv+nRhlEqVLC0BIHLySpjLYhbjQgKo4yDZUye+VH2ofTGXLjTS7VOwsuwkuC5QXyzc6zYGKYrDB/nh/ripHQVN00j2tjfKN0Um5yiztr6ki8xqbx0deSJVQdYRliJhQQwRuhOBBtwIPGAnqR5mroFeAZg9EI7+YT1J+XvBl+eWgxukqqNYUXP7A5QWa8bVOWaf40kxXfGmmrz36mTz02dG1aAuYz45+PJJo/bULb7jhQnQDdJvuVau6XU5zNXijT7mafPoyvmxt7jZouB7x3Y5dNzuB8VPs/djjAn8u/4O6aZy149VaVRe4nBpcVzn+P6tbpKDanKmWBt0GVRVq/7d10xPf/XJs5c/4IeIu9v2rlAy50kTfhEmXHPqf1UQxCoIn/keFV+U8tFFmmfbvt0LCjPDvKjFTAX84wCkQEL5aOiEKKVFICqIS8ZBJwoRaGXUjv/126tD7h1Jvy2+Dirfp5NsgNeoanFxHqqN6eBGc8mQSVIAHAGYxN2XXRfBYjP2o8Vw5l1pBbaB2UJeSldd7qMeIFR/VCQ0HqB7xvHQ4L43yoPeG0qgWwdPnOePx06XZ/LQlm47ifYmwk420CZh7zOhf0jxgRv/UPYYyDyGBke4xp7PnyQaMvZvZypS6n9ui227CF3yLptXp0W8JdiZG0ASbSI4v837TX446JI+xo26AslH/yf0knxnHnw4l8R9+EI1/FZE6oa7V2akyagGW1jK+QbyF8IQQbAAwwmyoWgcz0XHY0ZTJokfEidtrJmIMDe7JB/fPaVv9wPJjH391PH72qni8sKLhgsFzA0XE3lUUQH2LTQV0/O9uWjS5MDF5U+Na+asVJtFs9hYHFl59b+emX2wKRXYet2uLi4vB32DvEm9N/OL0g5tNwQK3YKc3BxotgwKxv/3T0oiN2tvTbFhkmW0BwecpXNSo1UhB+HHAaitvCbXGpU0G1ixacexPpu4s6sFlVC01mdqCv0OOt8Uk8ovS4SgaKrWoOWykUg4bqhc6iepqs///ahY68cQrrz320Nvv0p/87UarxNYba6UqV0Wgwu5wSWuf2CBZy2ouOPbg/krfDYMP/a/aCjpT5jXP9IBHXtCc/9xGuf7pbZUDnJYu5Jy8xOkZhv5DY1TLHbdA/rklmufLwOf/u4bEa0tILiHrByUKG+eI9QO7dWT8Kewca0FBx1SKwhAxhNJ41Bo39iqKXJkXeYf7cOWp6/m5zGfk+Q0qx+jw5TW7VYtmdEyShgPpMYT1mMWE68dabdPBSfKVjMPQajQyYLuSgFePWYH9Y69EMb6TX6GLLYzDyOqVRLp37MrlfOOfpWwYUwfYMvA0uEIYt5IA1mEiCsVPUsTueiMy2dATkChLEGwUcbtoXFjeKkmc0V8eLeQ0Vo4ugOU3Jt65a3gecNvxB8GLkzG6iip7Y0fwSfIWHAkwo/Gm3bvrDRagcYGD902ZZRwckU8+WfjzY4qsCk8d4/awA5SOKkV1qERtT1scLB3WAongtwYJ5xFmPIphwiMkgUusBzB3AyDfPtFzpAm0NhvAV/KNC1i7w+KQ2+Q2tLGzC+QbvGIl+PeH1qJC24fg35UibD9Zp2sGE4daih8AqyaCqHynbPAFDX//uyHow1xJ3jiPqZLGyQ2dfJzKYO8miY8xlQPV9/kx4BtQsC/YC9NJSymrs7vTKXtAJ1pZymh2iyaeuWeQCkA2YIcJd0WpDiZ5SRiXwdrEsjlEo0k9QfDXAp9iAcya+XyqL4Wi6OZIqOOo9+F1POL0UgnnppPo7xiTzJgqhvqHWS7ouf9G/UWr/ZoYdlDW36G/njzrBt2TZ+H4WqtFuf89dEykVP4iJsejMj23jiKO8BnHvkcKR0wRIAtgRN2LZ8Y5Gx77kFjMRtUDAPtNZf7Bp8nm5roKONB+RXJuRR3SRusq1E1sdXxCV1nYQnad5BLmabKZSn576hYXyB9eHCovbZ3kKlhchxV3dIiuy6Vlk6vYUhAsa56lHlSw7pMkltOItPcgknSXUr3UNmqvyhCsrjzarQ7FJ5b4uITy5EU2G6MQxuBaaFDAzv9xOxoZAJ8Fy3EAPkScEdvUQAQm7xYg79bssIeCp05ReqdeqwUUfnn9CtPSQF4sLAsVCBz5UZvtC2Bxz3FfX1gofy4GbKB7XvqmL+QvVDgdIKJj8iMqYg6YaYPX5N0m/U/l1uCmYQ8E2lMU6QmAbCJ54bgDJH//BRgmB8yyBUT5czdQwHWA9IUNPWoBXC4CUQXckT//0oaKtOB8coH8E9t6hTSKyrvlfcMehseDHvSRDJF1zWbFr3OY5RuPZkL+UeLorsJCk7kUxEUfdl5NOZE04yQ/oLk4PKUiPC6O9ky2vTObape1TCgPTDWKBuO9RlbTD8Z33713DnBmLnDCqbHlTc1uu2NegaU4KFXOvT7gbqwuSxQVnGXW7NZ5jEDX2ntTRteG+Hv2YB6tfOQLhaY3M5HZ8DdLj5zdksoacMiVSGSosFEiqXDRKEBkWdgLkFQNY+lUiFlLDEtK4CukVqIfT5Z3ZMRDJFrRp8N0SI3hzr+9pxCE8W4YFIIgtswGgXcAn8Q/DJcmGWkCiIZHLIqV2Q3om5mG6xrA0f2E4tAEfNGIRAeiPgJ5EIm1QZ8tQEvA5iPuxEzmHYUVDhsSqROJ0pd8c8SpoWlAM0Bnuk2Wky88sx9Yr4Q2dJDWFFwFwO6nX4WfpmWaqZt51sy6pnGRKsG+3hWcu/68K2qmL+qK03+9//6hMq2B5rXQ6jx5PwgA8wMfMSGtQWso++gB+Sv5t/D+192FYqKvva2q1ReqCevdS4NFE3asql/e1Fje7OtW5iEW+5DRe1HdOr9f3djT143+/nX7e1pm6OF16z7nvCsmrVo9jTlz1d573V0JRtds4vr2xo5wN6kXQLrXxayCN0cFsQ+7HS/DkB4RIvMYXjlNgu40JT/CfWXSFwwlQ41pKtRmRmkapWmUJjh7TNQ/vXCIqhjnR1sGbZX1vvfJWNqrYGQR9GyMJ2vz85gUJhSty8UeY2IfNW6gGvjD/qgFY2RgQRcHMGcClgktEqaKseHmx1gbCgEQUhAWzxrXWdkRPM8L7Hr/xb1VLfMC4wLnzJ53vifoqQp2rzisDWqNAEJYHKQPr+gOVqHj58/vPgflmteS+Gs1YFngDFRU2htqusvnLAFPzsanLgrfHGaR2KGLNgQ7KjvHzVq8ZE55d02DvbIi4IQMhAAw1IhL1ZI0RD0jnqbKZUyScNlFyPdI8TZfhi2dOKCHKPx1kpV3yqum8ZTgJVOC184k5ffeIzCE6noDoN6T38PLBwRkESVOUcflb45j/1s6kfxAfsa5T3Gu3OcEUz5QhgwFv5Gg5KyVqX3Hj++D+Bd71yK5Zivxd23HMzu6YbY4WqB40fOo0fMKOaoCYT4f88BuDQIFBB2Y1uAQDWa9fNPxffFYz9nnPEPKO6o+u8+T0bg/R6dj3iJbeWf6+uP71t4HZ61Zt1GpQBR65JuS+45LPRG1Iq5hVTV2yDp0pQvfAm/RHXANz8/6SSs8SX7FzwF9nZLFKrCE8DKLRc4k5MSO5X9Lta/av21P1GwoNJije7btX9WuOLzABEwOXts27Wn6kTS14MFLL5rT6cKMba7OORdd+uACZWBU5SUqiw8RwLYAh8/iC47wfhi9PyJiSBX0sinUomhyOYk+v5zjJ53nBIoJL04StsXk8omYQU/ZoCNIeksBLwHRIPJdXnrmIDFRsTiSiDDnKb9dpN1oIvMOILmvK+dfHlRhHYNVONRpuGNtPIqRB9TPGselZR2kfehkkMDFQMWznP6hQWNgaDmhF05RG69TJr/dq7xNm6a0WBlLqdnosBhYqX7C+vqC5fuWC6BK0IMUzaCrWOWd98gps5YHPVDUr3U8snWITFW0t+9Bz8bqpmk+TYA31Dp13ukTJollFbhWvmK9CHsAr8V1Kznl5RS7ZGWubsCKpVcas/ARBB+kamRTuPzxWAk2PvUTQRU4b3p09hYrFOQkrzXoE0Z2vvxf8t9pTtAmLIYBnRns6uk+DuYBVrAyisQKkt/KNz7W3SNfZtYNMFr80qygYD7QJiQrSArQumX2s9dIGf8h7oSibwDah7mSyvHWh/5oH8G35k7cKz/6qLHQXf/gq/Kjr8p/wr+3MENrftLUXAYH0yydqPf6hqbQz+A/MGV2Z+fPhvvB4AGHCsZjdUjDymDVcyQaJd/UQ1+9VpLk10BEktZija5RksCLUh38wYhVzavxWRBB+eokfEWjkhm+e1p8deX56NFhFZDeoVXB3/OfD19Dj1Nuh24LIvJrpCD05JHPx6XCRVOK+RrKh6840/NBPJaJdlEg8LUjns9cnVcbKVdJMLIBgNICIwsLRhZgjHeQaX5tpiFGvoPKUfVSXsLIpeXPSCOMfGFwxxhtkCCxIxbSw+KoZ2FImoDERqJByRcGPpoNMn3moauq4Wr7C88bH7aDPgasq01fZJLr2WQy/dP0L+ijD6c//SgavUr+dDVYBb1PgHdOrrz7btJ/DacS3H+rGHI+LZR8PIvuK/niPiCxH8r/Hno/PXkKGFcEfgg+7hic2sg8Exqcioa3V+SvgB6svv6uu8BcMO5naluZeYWzY37et6qMQ9WAQ60UHoVD6wGOPLU5TwG1RTJWbksriGfAaumUMiqttWoYg37ZDnmzXCdv3rFMKzAaKxoxe+wajWl1+1c3KsJ24+TDbx+e3Kjs3PhV+2qTRmMHPYLIfEzGpqF+ud+ugdpl195//7XLtFA5aZXMq5fstsLLifR+j3/7ZOwNOXm7/x5yIH2hdfeS1WbJKirfP5EbAqM4trA/J2EiVZEECFsv482RenlVyUCl+8qZxAgWcILweT2DS46fLqeG27MUHZ9IKzmk25CXM9u9lJlS/05nE1EgbIFdjX0CZytEpWT5/6EzGEXgpwpk7dmg9UN8PZyXvbQiveeMlh2ynoJE9ySdwdMapTGO9J0e5UudrC8l7ZTCHqBjp2lvJjXmT9bnBeRwvUaVw3KG/fxyjPUDcmUAvx0rmc85zVNuKoqtrlnfF0y0SexEhCMBENkjBKtACWZxIMftjKicGM3QCBWXYfAjo/zMJ4LVYrz1fT0QjUmjFVzMrv3JJ/KHtwpanWh8FSw9wZMTOj0ozveMVCL6/Z+AKUZgRedFoH//VqPFarwVFH/yk7Us0OnIUf6EfO+rRlGnpV8b6S+Zs+FhnJN8BgwylBNyHqJLjGJJeBS7WBX7vF6z2WIahZyfvkmcJoKEJErBdDIoabToXcZORblX2JeJLIfepZbNzRZ4kFaWhGOobflwRgImK2EOuxUpCs3p5+XnwXrYhwZkzD2SPozG7T4xRl85tD24IbinflN//e5gkL4S7ezGO3uCTLP8fBpjreKr6nBufFUdvh5eO7QtiC7q34TybQjSB4LoIrSzO7hhWLsouv/IkOUxfFkVh1l6lF8t8V5VlhiGe6vm+Pfy+vawFYYz+HXhBcohsuZDK0huOYeuZD7vKRzIrtfLtYQWVclJ782nQEXjJCoRfZK9mCrEftblIAdWjr3BAzn6X/qkWJrCQVc2jcbQrzWDRKpUtLhAQmxFr9xN3xfEK6ai1ZTSw2QwWAySdruc9JK5DMnB6BkU7m1SZv1GdSXEVIIWH5EQY17s/pUqLXHLKXRTOeWyoEfKKUHfb9RqWUoShu6a5pXRfUGyOBSESX1KsErDZYGSPFkAhHOywKjP8Bhcq87ulf+pigNYJlqb/xY/g2tVWQDlUTLfKtE/yH+fuXGfQyO7TX2nDh47pRN4BdJ+WtoCVDIj02gfuRturqvvAW8JFvkDi1GwgIBFHoReeSA9QCeXFhbeXNhduBT2D2Nlfejmup568B9GfIlgxJekE9AL0LcpD8CepeiKmwsLl/ac7rsvwP61qt8lzxVnGIPiQFlAGNNr20vg4dOfKg0B7QdFt8EYHtHtewBSIsLjinA+0nIon8RaYFl+SXLlCOJYaW1m0CkCfoFVlijisTDEJMbK3iiEss9AD3op/Z5w6Y5fXHp2vU93v17gOTtd0Vf1wFWlBoMLhoY112MoPxoJerC5pD/ctqJn55rmJ/5ooLVOsHJHXXV/mYWFqWGNlRv/IXqzIuUh9hRgARY0eQPV83AYDRUO5MBBNzJFe/NcDEc5IIJUMglmpf90ikIa+QfESVHJDVeMmJJzeG4Y8apSxetQPhrUDCNHipGtxFwoOuSUNFGSUw7RUgqTpTerfp5G7PM5/M3RywLFcsLtBqniQCDtHeYUOmL8GlEmZbhQB4kzl8lSmk6WWkQHmiUmSiDh2H76MoF7AoFAMUi53XKiWP7d9y8T8VNW7L8xBzhjmRL4/gHlWb/Pt4WO6Nx35TWlBbdt+u80GYnJFfTrw3mOsSDzL1SmHjQiOeycCQh8wE+FsyJ1KJ5NxijC1o2EbmIuZTEIiCKEo4JyDiWJF54JxhTTho2N9JsB2qBnGaPkdKMXIH0q3922AjfQREi340KtbAdnD6xdqtdydDltNzKMyVrgLhb2vFQL3jZrdbSTdctOmgavmJCE4ISiXt49/pWLxZLiQpuZYY1Gw1+OGGyYpoVjWZaBgP1AMm42Sg3jRWGLIL4FKAd6vvEINs8CmqFpmNxkMAhbXMEOg8G0SW/avp9m0IUAsjyv6uP0EGqPtpxX7fCVfQXlBRsCcfgWR6iwOdVhTYFcV1dy6CHU5B2CKBnPXoFruuLrnz1zGKkI67RGo44t66mc3wtqSCDZG+BOUbgbvchr5etwzsOoi10sGS8VxD8e/cNuTYHuYj2AWrawZHnXu6JwqVGSL3tCATUGVN0pin4L6Q8rFZ71rIiJvRjbMPCTY7wC0YvXW+lwlQYb6rJrTZilW62GSiWJoYXot351RBQuN0oTd3V3FLAW0zrebNLCzXuDwdm7PMHuuli4cmb1xHFVBZbn75CMlwtiw4b2ZpGzGGZrTIKRdsRbF5atuMBSFpxeVR2t74lPCrrAils+cD2MW+NhbUVlxImedbkOQj1c5dIsmFVY6x/nsJnFgLtiXEPTtHEH3vQ8jmGiH+H8vjIzJ1oPmQCto8VAkWNBh6si7A5IotVRHWqdsEh9Z3vRO2vNyOAC4O0qU3CYCmedh+NZASaUkcMzoeDlwO7A1pq9ovCA4+0f3Q9KBJ3G9kuzVn4dY31s2neXXZ5P1tTuaPjP63DRaPL9fVJtOYq0wbK1gnjwceuj8q1mUTSAja9qjRcbpQVzRAGd2CwZL8N5UbJlrkhADZGogcqLpHVfQAXyV2FKst1NETlqMcIyUl8lkkbjaiTTzWy5Dmfl4JKHUKcgMYrAq2x/I/9Mo9GJv5B070pB3Tj+Zxrbzyw6rUb+1bukz/0B+JUtqgqYJgrrjNJ8Ueg1SnCi2WwW5YWhhc5FFnCvZBYs6eckY68gzpeM6wRRftIoqbz3it5RT3R13PExV0p+ybKdMffpZFPKqMZIe/twVFcf2Jh+SX4IfEsWLHnJeH/GRJ2xW0P3S/S6ly6SE+Auec9/nz/SkQ0duBGVfbsg5vEPaSgDknYK0Gh7HuoZUkCyWx11MSnuc/gi4QA+gJQg5YCiI9Kkx9ABWmGSprOlzY2HdOa9+KRhWztPZxcceGyrh7OPTAcAbAvI73vBXVcGJoMjM++ejY5s9MnvEvzud+7lnUec/A9P3I+2egvsfxPX52HfNXhz7mJWpzPvd7FngXVn8849Tn4lOHcZ69pv1unYJRtxluv8j6ExYz4oR+ozgxm+Hkomk2mkSsvvoB106Fgy6UW9NH2z0wl70a+gg71E1lZWlsEik9HglG8GvU7l12A0yQ+oGbB+W3+KYv6K2jFCTSWYQ3ZMfCIwvC0Q9YdtAYsffUZxJAVZIqGABTsoOmrj0YgthoFQPTRdV8X4CQhpbSuHd9DUgHZaOeZa8cbt24x8ZOa2i+fc2l12qzhVeql4Y63GzOmMXRvfTvhunVN666ydvS0nPBVTmhfVztJoGkMdNROqajzSlIKS5trO8gk82+SfWNEUKhHp5JNdhYevnHLO5Go7c2oQDFGnwFMRcAiA4o57ARj6Gn41xBc3nZ2+o6S+pMDAQfnHgGYNZpe/Cnzji/gcOg4A+TU0PWgER3GVgotBsCXUeEls5HewSsxg3pTMUHYB3CwI6QfqS6E3CxHhRergbwVB7hXs3tL6wYEM4oPC55G9byn6bqbiNnX4LBhUfniMttUunQGme+Q+exw9s9QudOQXpf6lsaAoRqaZEsGOi5x+PldajFmV9mZ1MyCMlcTypx/VaTeHUc5LqInUHFSjCKYGCvBoMgIKDlNGfVImHaJVsZjoKtYGMIUB9oLBLAYACR82nDEqYYaCcICP4K0UkZj7fzLVgKnwmPSXOvnnOqNBL6fwSlyK+LJgt5eO9NNgs0GLSdMM4l8vgHH5Ws6kF7S2b96SB6ZX/6t6uvzh5I/v/pjp/V21mbECv2HQkwGBMktWlkBvnOwXL/vkLGgRtVoa0Fv/sjj9uUbUQwh30Jf09R082NcHD6f7FNtPfr3rcL2DuXqzp603GFEz+jvb4XvU+45htZNO2wrZav9prFrLQ7nqMRePagIdkr92oP7rV3HTsF7WQHViDLngd7zi4SsGIx0hzrQPB8auMuPNX1nAqn6SdOQk2ZFJ5wQpsnOKIjvot2esWudBv//zDEllusvU35Sr/8hanr49Rq2gnGGfGVYB2Tt2a8D+EXUe1hq5dvJmq7JlrKYAW87cAKTPs6+rfb4dewQHiZGfWO5P3+eDVgztHQ6F44ocGg9gXkI16gl/ABjAAMkI2O0C85GwExc11bV2dtROTt95mkp/7qrv3j6ptcophk3mYGjeGjO0za7o+8HBc3fd65HL7weQ14itc1K7/tjWN21LV2zBWHWOt+44d06NWcNv5hnj9oWOwmvXrD/0HKzesgU8wjtZs8EoNi54Jr2FGlX3OPGGztX9u8e5EdWTvqs5vkfd38yv3y+/oyEYtfKDPxqr9kMjq8lGxmyPDG5kQl2HXZp564rDxsh1PxajDNp5O+ES43iMzQwIbS8xGxNIQgzHChVEX5sVk4JBHi8vUSGXOxh0u0L9IZdMbLzA6wox/XETXWWxmMLaxsRlJV2WibcvnLEr4AqVFDh7azp8okur5fWFVslV1VntM2mBJIm0oGGAbeYWYrVB94TubAAH+l3QVuHtaqlvaQhumtQFi92ucgCCLnhJQRDCLYmFPrE5WBauaLZKtuLa0maPM9RV4eecVmGLuuaPxv0EiTFzqziM2Zc3UoMP2m1EG4YO7ARD4Iwx+S9UaIzVJsHt0URjDjXyx1tP1xDr42DzTPlvjEagRdEKtCZfdWeVS7IW6nmt1iX6Omp6nQUlIVdg14yFt0+0dJVclmjUhk0WSxVNZ1oi/RelDUh7PNyyaOYWwerkgqUzQk5Pc2ltsU2yNleEy4LNom9hYguEwQJ4iSsIQLnLXQy7Jm0KNqCG6/JiFPrMWoaW2JHKqRbUGqupi6mrqDupR6lfEF4T7BmPV8kiGFotiARG9H+URX+qES+iLt9bWNVHCGXB4iNeZbBZMywxaEAkTrBFIGCzotx1sTrMaYSDNGpBHaGl83kJOqkKfukl/QyJ93w4QMAwbRFMdEo8tpC4pCzcYSAOi1qOgFqOUQt4NxVZzGZL0dMTJ6Zf6J42E/ykPRz0abmJAAhWO2jjDeMCvvZ2b8k4Az8IaYM7Wldksxatddsu8zs5IF+SSECbpJtYfoX8d/mzKyom6KxW3YTy/TC0vxyl08azpkeiM3mvJqCfBny2opqI22ZzR2qKbE+0txM463ZOj+4Ovs5f4PnkjlrzgPmoPxL562R5Mbh/8h75utLKQksQ+OV/OqGpGDg3HqqzlY0rAZ/dVVpme1JbJNjF0pC76ZImdyhU1NA1IeICBpuerr89Erm9Lk3/ZG5FE2sysU0VC489Mq+8Gaeby+fRTaD0l790LHWsi//6gr2NRejaRrJxN4Mt8l+KzdAJzPLvg6K7EmiGr+GirwONl38h8bKZ/rGEWkXtpvZTt1EPEz0doxSid80ioaeuNhjBeLqWiG+M15J5eVHUO6Lk5QWjAdJhWkBk1IuNY4YbP9qtJQy4POclXQRDhqNe4SU9BERodHcMnhyRMn1P6We47wXH6KH0K2GH3e4IgzlnnTXUuEF+af1q4F282OMWabBYY6gaHwPHtJZYbfnixZXjYxYtmLMEDWtVj7nD7R3hwqLwpKlIUYHp/gUL4BsuYVHj02nX042LjS6UbnoKfkzSQ661F64WqoOFfVPAk4WhjvZQYWGovSNUCGYtidZWGTVLAC26PaDkP9vtoNLeUVXVcXj58vSvwOfyD8pstBecI19Y4wy2LH+h01Ufey+9fnw87p5rjOhKJi1cNysYiQRnHUObqNutpX/x1qRJb01OL/x0W1M3Z7Nx3U2bPsdp3mrlUZoR5M3yP4Bp2oF18+RvJz88G10d6n64G99kjmyMtwadEXBAvs4H7eVgt+JLiXlz/01JOPofcIoGHZdqwxmFGa8K2zKLMiAG8EE4X/e1O/SFzapLA3CXQa91fFHqol/W69Nfgm69Tmf/oswpHxMhKAj/w06vEeVpVX7MW4BeoclUCVabbUNngfQtVoupEp7npa+pzIzRytgkZflF8HoPtiDYaM6BvbDigBwBdkD2YmGAxHDHKOPLHlvx06KG1+x+XqvVmJ8plug4b3nWI8lrkLpt9T4t8hqtPARu0fx+2CI1DT7w6w2W3wL5h4JgLKFnGwLpMJR9AaRgg/cB/E/zFaMxaygdTzH/RqlOsoYv1TLFAIPeK2z2RQBTc5qAgPQEX6ikGiozCerZLSBE+OZbuUgM/gp8JBc+8wBo6OwEXsHn9HoETgqjUgIg8SWCIHi8Th8aIQblK96Q3xhfU1ISnOAcnUPwgkFw88k0WKdlGZrmdGaHiStYGk9cN670iuuuiy9GE7LDpONoWsIs1Qyr8xaMOm/G50VKwcHiUuwBYlvFDMjFaFhgbMAW5qMg6kD/4jatASnsn8s/ku1shWxH+rjjerAAALAwPRsskEX5x2wVmCM75AfBQvCJ/GNZpFvkN+Q/gzb5o3Pk3xM+9uA5PaAQs6XJHzG/lf8svwkE+Z/yP+SfgyJ6j/xz+Z9gPBLe9Whc+or4mOjRyKSUB+M/ByzoLxhneUxJiv9owGux5xurHby7n72zf2iOjzb50ova4Tvt6f9eC9eufQ98kJQD6Udpbw8YSCdhsuKO+26HrkPysevgk7vSp3bRu9IX98BLTt515MgYvhezqHU5L5cMGG0G57bEH0JyEZaOaLuVU/qAh47V2rH0BOKtdIig2GI5gqbMeeOcOTfMZdw0vB/LT3/8MZgK5sS6YrEueYpw5dQL5xfVdln1Jha3HGvSW7tqi+ZfOPXK05+C57G6j95cJMcWvfmRjiVp8DJOQztx6AD3Kk/5mDwklvyetx1+Sj5v9P1Jeth3bSI4HyP9ZSLZyNdMtAqhOlK+NHDrRY9cdNEj8BGyyfAYKV/g0AP4mPov/zkQzV6YB1zysREtiMR9w1y1qF/L58HYcjkqR5f3Qh0YHImUcEh+fQA+lp7RD2rGik/uZi9h70H6BI6ubMd9Adi5MI4ziqF3V4XJctFLRG9TQu+5hEW9ATtOI2lRIvEQSIak0fzVBpC44wGcxBHchSA6zOAzmDMjXsJi3w+6WrM9Gi4qDJV0xjcKL65sm04z1y9dsvMj69SKGvkD+bPyqoToWRpv/uj9tujSBRqTsaJkwRsvrKuaMidhLfBy4h9hfMDGmZ9wzWcryn1D8q3fHDLZjCwPtQGbS0sX+etLPLuPg11g3G3NZgDva+vyWubMsYiGJsuGLRWFF05aktRoboY73QGtprqG1/ldhQEtX1So0QSGRNea9k7r+GraorH6o4Ge583aG27g/PX00/fLTk9doWVPyL3JUDTOXaetfWnXQ1NdlR6PSV8lBhdWdVlbCQ6s8q40ZLRvRDo5YbcOESriWJyEs5NQfQm3Dx4zsfKBRlWpLhYKo4/GBAiHIW7YGOZTYDleaWsPjY4zWFcRRwmG3XNKykF5eN40zaJ9fTSMV06+9klre7jitgcrQu02Y5Xf8+JbvpLaej1rukvuvdvAukzVd3z7mN9julxrKd/0W/kf+5aHyiOMxl7CAQ0nGtc/BugnnMXFzHhQOsyad2t5ld26XnTEWiaeZ1jaXrPIWjwHNNpcHGu1cnyBVXLySLFg+YI0zYcLmL4+znBr/Wx31SppQh/8VdQe97W5DX6Tdbyn46qXS9g6q1/fbS1cYrSGbEAPakfMQ4DqwDFgqFn92B6Ih5UqGkliUdSfCMKgz+azWD2oBelHuh2PLO49tmmm74GpWzrGW1nAM/8NZsiPGr3t42e+8VmgFcD6pRdc0Ai977oWLtu4sJLl5UVD6ZOeuqgHwHw7v8IgG0ZTWxWMWnxR7NCBBj4eCYT4Wa1glC10U2tFU0ldgQ6AU9RxDWALoms69pYvvG3VpMvB3fntN/0pO3CUjnOAa34BJusqFvQuKLhPXt6wrW8CBOOZ6uG2UPpUAqZR3TFqj31slR5+ZTbKd+uMgk6+w6jRWlW8QKS0meWkTgeSZkliiM1iMONTQsE0m8L3VP1WsrDJcTVIDKaz97GZjWA5vjtYZWQkaZA4cDMDITNAN5eTZuUdJQDNU3Sa3DODgp/BwHco4Bk8hUswolBwYPgzVgqkBoofMqC5lHpPxS49HD0fs+qkcBFGlApeipriTkGTXwXUQFl//M2oPUMk6lFV57CwHvDTMKpK21hmJxqfwhEKMtyqCtGdw2pnN4fnXZKsWbJgQsvs2ZGbb7x+8+ajU9f3+itXrp2yY3ld3azAhAPyh0Wetlgs2E5Pn/YIoNEMM2H37ue9Xp8f7bD//OjQQY/H759QkmiPLN980YvMzpbp09tiop678ZwN42gzzRiy/vwEi1yRDihgCVoIm5O6hT9KL8B/XHJoO3btgmJ6+3JYCf8rfS6MpncMfb4b3kifN/QxvAO7dSu4s+weMt8XIkl0BtKBKKo2RuYnRt2yyiymdG4FypIEVLZgdZcsLoSJjRAHWmLveuzJWozdGHCgOE++DPXDqLWDD7wOh9cOjnvtdq9jaLCsuWlBczMzK1E5vXlB84Hm8rJmMK0qAX+8ITm0KnnOFN5g5KeueHvFVN5o4MFhfL65rLyZKXLg+yj/3mguk+eUNzeXgx+XNUvptVWJP+O9Pyu/iSp4K7gx/sL27S/ELzXynGFfWdk+A8cb0zdmripvakLzKJa7viWcGybKDzRIFQiCCOgE/yB4KgFM6VTr4EI8qhQI4XGH5/D43Uo3gxAS4LHAo8g7eJkEncSSD5npQjF1OQUP8mjUj8fqougw57AGqlA3xsT0HOZAwpohTwKgHLV2jgSvkimWxmM/jacEoHCcoFkipMwIaPrEwSMCXrHB3oZWAZIh0Y6z4PdASkm8K8nVHmiLoRkGDVjoahLIjzMQA24Mz0GRVqRw4ALZ7I5ankO6L64So0xV4To05/tx0mFFF9dhYS4gYLEfTfv4DrUx4IG4OIBAs9AEvAgNk2GlKfADcCNg6RBESRFx4WjeihqSlBCvu5HVuBA+SdbhUL3jyvwYIWA2vJrXTiRPclvURrhZ1RurLe1h4U16LcNK7FLGpHNqaPk2pAXQNK/TMhYGQAggPT/O8DQNeaAFumkBp2+hTx8uNgG91iYajUDwF9gZxqoPm5o4DWcvCBbq9CKSKiwFdvMGEWjHFdDAX+gugkBr4XUco+ctAFidFisAdq0mDIysTrDr3PbqOCxze1mtnqW1BmuntsJVEEPTgrmgzBLy+9x2I4Qcp+eNdOGsmN1WZqeBp8goOmZpIOA0Ni8DOYaFsKSKLWWsD2jNdLFHUyZUhRkjB2irruqCyyocegNEz+RstANCC7SbSkD7zPRdtJ7TQlpH03oa3AO1Fo7VshykhTJRq39cZ6A5hqEFRgNjrJE2abUsDYEOMoxG0ACzAONWO+SdjqArpAmtKLSsDYkOnd9TsUDqslZMKYkUFt2bkBIl5U5W5wcADeE6YYHF47RFvRG/1ihCA8sAP037rZcEnKsnOMrLadGqu3B8R6WeQYOf6OE1QXvIep5gYGBdd3hCtK+kYRKL5IRV8cUmJG7odW53zC+6Ra0A7SHRbJV09WeVNrV0Rsfrw16fjxaAYHKZ3cwaIAHOgHZNtN7IyXOAxsKyGj1qXx2twS8cyreKTlOB21yk8/Pl7PjzrNa2u7eVQqZyZ1W4uVg0gNY5nhK7bYJfQ3sAqK0D9MQCycQzCdZTatPSmj0mpEDyDRMBaCg2VRRDWq8FRZLdA8pKGJNgcADBxWocJj2AFmDQWrQCh0pCc8WMxCAJlGFMDgAMZsmkZbSQZRmO5oHQ7DLoW4u1NF/QNr6jiHugQVyrcdqK2woLJQCYCWsMXsZxudZUVUqbmmqqnB0aswayWr7ObJoa0nBVBe1I3Za2eW3rF7vEoFdPl1lcEGpZYLL+QsPTDK3jeADNcQaIA3qLBjAMYNw0Cz+FnAaagNHIMUaWo1G7AebkS4YCh91usRpFRprmNvOitsiOejJ6S4XeAgCajahnGyx6x0K9eXywRGtgdKLf3+mzsrTRVMY5DXa9qUOwaLkCDecVaK6ibkLY8tO6aX6t02wvwnTea2Md1mvrNr141q5yGyhylx3pWLFj8/qmNxfWTCmF0B9Era6RDEVsUJgXn7x7whTWVxMoQNUq0OunTTEURzxuvUmNj8eymEB5kRxdRdVSrdQC7FUUDNEBbPTHHGN0KMz48CztUOiA0ViCBgovG+LxIAf8fIzF8zvaYaRQGF9FRpNWUOthHLFhEQRlKyE0x27Yc0XA9PSn+1psXvnX8mGwqLv2+gO7QkFGXHfBRQdSXlBFv//WrxaO23jD0D/QpA5nPfNN16xLt07aOaXZ9BF9CGit7dN3TyrAqxAlMyZ3NEfLPbqdI/SwEnwlZ5ux8JoZ+sPw+prWZbxw0YeLF9+2vEMwAvY379w34Z83fdFc/MXH0/9CnwvAdfdKP3rbNSnWbJP9f30UGAoSDZ2F0TLWiboXjbQDFr40Fh6j2n6t1HKsf1TR1QBzJ0dqPbTie4WZiCGOhy0GhFsex83SGTtKK1SItzjCNKugz2GpKIYJGUWMPcfcGG5cNKOm11NYJpoOlneUllS4qhs2PdTTkdzYHpq2oPnQWXZv94TI7Jqy2qLayH8/2PmDjRPBhg+P7O2d0XmtPPjcRnO3ugNYvAPeq50bq3DqnTxvNrssM5w+vzNRGV9cVdy2sbNlSXNQKLEL1tJwxFtZ6W2uXHppcPL2g0c+7DZvfA6w13bO6N2r7MiDeIfo5xVId3iFxLK0UR0k4ipjD4kTfPJaQlMcyrNyxuKcDruUEAdfgAntsvCpdMwF6L8G2UJbut5RzIGAw+P7wu6hnUam2Cb/Dq9Gg7NE/8emGa0Mx9ndtT75H0atRl5u7zTEu+bQF6xI2O9kWmcwM3/h8Putg4+hB/S4TEWmvS02dG1ZUdD9eae8W/6VxW6rsFt1WtldwGvtXeze+Iq+vqFPLaABXEqNWHdQNJVRnppnwDjFdmkiM4MB1WKb3esPuU4SkwyLflMMsfcOUYSYHBJLLrHn0kIuUygTV4b9rwYI/6NihQrTAZtkJ35Mw8hZ6uJSNECrbG0k9hvJ8pmYH5aqL40U/bnya23IlZpY1V81MeUKab+u/HNRpLTeDKjOdSC5rhNQZrnn0v+49NL/AAOl9eVg/j55jUl0heQvqyZOrALmkEs0gdv2yUfL60uLnCC5YYOcdNI9+IJLlbIyuKxB4omrCruB02yVNsvis1H13fWJiUsnkj+U3tQNk92b5AFSGjohKzx5PUObSEnelMfjLX1QJhh/oL970ybwWq4cynu0YVbBIOqSoXAow2qHF9vsjpL8BR4WLDdbiqpLF7Q4S5qbSpwtC8ZVFVnMzKIRA8yn4D37tJ5iF5JXSksL/cBV3DPNfs0YY0QF0i/eZk+hftSJV/4IYRsaEGpbQRANKzjOLRwkMdYscQsOhrALJ5Yz40HiI8zGCdk8wfBhiSOuw86mltz2zqfv3LZE2YCNjFl+32gS5Pcf13l1j8vvCyaj/L6ZYbWPP65lGTMoQSdByeNav/ZxUIJOghL1JNTnboM2URPbI79u1um45d8Yjd8s53Q6M6jtYU0WwzffGM3oLKhVzhoMyln5dXTWbPzmG4Oq+/2UvZgSUQ+lgnhcw8MaR0bASG1JkGPUoU6MlRBJGUN8YMdhIokzn8fqn5Rffrz316fWHv1s70E0X4aWy5cN3I4pZre+AMRbKiyib8GSQydvOP+8ccUC/wmqTezJ1H3N8o/f3fvZ0bW7fvnKv3a+DgpvvwU4Xt3NwXHjime+sfWGk4ciYrFQqmCbcSnVpl2uejASc75vlB//qNiWRB6aBlyb/wWjMyfJGQ7zYP1Qgf+jhgjSB7HCgh/mcDgIjof3VD/Xw6aoidgbjCL8DrzDbiXdAI2L6LPwV8HqDPViG1BJH5qAJYy/j2KCEKQCBAEfBhLgekKugfY3JUmMiS+y1sTEleOTkTWdTYLpKWuhU5Joy8uNCtzHMSlUJx2ju45JdSHp2IBLnpxOPgt0z8Kz6kJHd5yQ6iRJeoE1j/O6MDicOxw2Cm/YzGLU+uct/bhiIeVC5Tby7yB12bPPog/81CkK8LuZKdRlxGcQr6fhpUusWUCk6rFcCM2NNBr1HVZCgYGXffARpGYR4BwksuA5Ev966Np4K0OwI4jChXsK0mmsBA+GrIrj1TzF/gEdQaTD8Lsdx5zjSj3FvFTlZ8DVtTTPa8pCpyhnwmr1dDdMcNI6p2QCPMOIga1TDm9e5izQBc7pvbqZoxlTGRANdpY1a6x1JnNRrLy00Ag5UatjocBzBc1G0WyP/secqNUt8BAJ9JxF0Ij+stZgczWDRHLIWXXAG67l6G8SH3ujkbIGdxkSaeGlZ7GmkKeAYa0Gg23BpGoNYJ2BSeWmAo6VaGbchHanU1d6TT/grjbbWU5CsiZD6221GwqLmhfVFLJAU9LY21k60Wjwa6Fd0rsgMLCWYl9j3eKQvtVfXayFjKt8SWvvhToTBh+hAWRNWsIV/CPua3Y6pSMjXjU1n1pPXYy+xqxOjGdjkkT6pyOD94kaNVgFSniOwR9iPFYSRHovGhVxbK2IdrE66MFOa9gojz5bolpCD1ABQ2NIu1RUyiA5Rg6hE1hlxyo6vAebfmfa7GLH7G0arVEo4i0ewfNE5Z82bphdXX2ib+MKpCP2y6cO/VH+vaDtB+DQH0EQhKYd/Lmclj+W//udvVcmHwSLp02oZDjBxHFX/qaqshKygs7QsLRj27wCSVPuQAWzLmpzljGsy9kM5i+MhLW1MZemsKS19aGFheMNxYW7/jnkn2wSXD7/JK/7NqObZfXGYoHVL1/bU+J/ZsWype6iJ5p7bpgsOD47pGyu6bj20t7W9h1PnbMVMMkHfzAtcZ1gQL0ANrW0bTUKetShGtfDFct31aOnozK09RjR053jWOOsnvRWt0usdc95vGNSVOSK66s51/R82WILpaUkzBdP+G2Rpu3Ba56Qx6TMJcDMo4HSYmdE5tyjLzx/9MAv/YFfyrelX33iflDCRJ94Nf0YKLnfv3z5wm8OHvyGbZHdQ/LZq94FzmfBpN+ky+S/vrsKHBkCf/H8Rn5WWetDssNOJKdtwGsvNBZVOYonKB9oLBYgNh8A9HHFcJrFabYYxKJVLNL7GQFpOGh4wmsjAv6QOZxkd3oXLe9dtXxWs9myWT7ypuRyScdA+dqSqcsXrVww17flpcu3tBVEXbx9SseKOQsSldzki1cuaIn47Cxj0Lin1NcJoUjnuc0lLGcVNTxSj4Tq2KIVl3TAcMvM+fO6miwWRy3nnN69Y9s14Cfd21q8tOAp0Ok+kr8FrlABeOe4IGqMFdP2zK22BmZ2VVzaD2hIW4rqp22dXGiRxjW1tdWYzDs7OeukaZs2X91R0Nl91qK5k2MmE7PUxTvaoo3F0DHz4jktHhF9PvT1V/COpqoQrEFiiw3JLn9jKeJJbiXxVUTCAorPPrD5LPgvaMswMjF/2zq7QR5KfzF7K/ObwbLM39bZ9MzZW4F74vwd8r+Accf8iWDyKeoUmIp+rmpvn7djR56ciRHKatT4oDFpTO2nCe5ikiqRaYZkUyEyffC7Ar3gNWPwmR79roCvYTKxWtbhbKz5ZKziacuKOUtxAXNUrJjJtP87CzugFhG0YWZUhZFVPvWdpR0lvytrprlijpTfR1kbqJDLalHCzixWHEP7HQFqKexbZVDDxgyhoRe/RzwYj7794lwcvngaxgDVnlv2XbwBanQ98H4nfYDq474MyeQ2KoYjQYk4hqWxuAPPrVQEC6UOMhrRCpBYnJCLYkuD5LP5cLSXRJ9a2yi/+ezt8te3nfiRZechwD+z553t0N14ijKaSy1fyKXOIN0DNcKC2MTlvR1BcL+83gx+VWr5CCx79bE/3Aa0tz8Bylovjf3xsmfkb/d+4NqS5APgA5+T1lsKIm3LJ046m5f/mEwG5IZhOrbC6xMLh2j0+njsPqksauKlUYcSm4XtCpI4yjvRoDv6X7MrQvP1zFWB8rDR69nbtN59jruuS99Qa2o2dfTc8af3Tw57n3t/y2nkf0k9De8/GPv1cwZ+mbPH2V73WPz38cdACLjBxcMsaCqeAyoj1n+tkFHUsKyDURuI5qczYVhIcClCch9ryyQsMUo9ySSfk4//rF8Q36U5ndbo+CSzFQV0EOwwuRzyDnVzHDDkKEz9TD7+nCjAVRMBpzMnHZopy7Kpk1irfGIba8V7Fy7LJOQCI7D+FHv65mK/Ayr6tE0NM1Iqkx2Mslax7xkPLiuslnI/UX57lBiUnjNGh4/KT+70XdHialysBuN4hgnjX7difYsqSnAVUGiNsY896i0+IsEQV1TAx9Hk5sCRvj6O9yPxFAigHNCRWjogYYhe4GEirC8EzznvziT6pPnGGTMaecmYSN55HrO47BLz4p2VlTsXmy8p46LR2R0dg/Ppr9/7omGTu1AecC2u7FlWdMcdRct6qha5gJcRqms7S8BLQ9ptoD+RqPY5C6DFaYEFTl91IsHbaVOkoqQiYqLt/FDJphLP+BvGy78JlY13OrFXKHgTDIA3sYcoY/QV2LoT6veBsUTmEP9k/LFiDVGxIiGlMpfMEDS0ATqXDKturEjDzCVVeDvUEFI8BoI0y37ROnfZQ/X8vKbqGaa4/HJcM6+5ussUv6XI1jI7XnH7+ttd9uY58Yo7osqJGIjFNPNx5ujdNnvz/OaKO9bf6xwaArH18svwm9ktZ/ua7re5mhbEKu/ru9fpwIl7otruFnTt/0fbd8BHVWX/v3vfe/Omtze9ZvqkJzOZmfROgJCEEHpooXcJIB1haGIDFaWoKFERG3YsKLpZ+1pQF7fgz4K7uLu2tRcgc/nf+95MCMj+dD///z8w7936yn23nHPPOd8TA2Vx6Qhyldg+i7lydDy/Z24PKZLIuz0hGV6RP1QTRy+WStHpuaBi/oV7NdmCJtUFOiJAl3ZkXwbSruxD6R6b6cBpvAxJpJpNBKrBQCUS+oTb430pNq2+flrhc4XKHHlpmK4Nlyay+3rDpVWBwsdDtEPt4C1Gg9HC4xANFL6a83VNzpwAh3wG0zr/oEFZq7KkQSlqIc4UZmaXl4YDw61ZS2yQl+lkROkFn3j4oHk4lZElCrYHLO7Ng6kR1FRqMUXxeAULQgEhkxZEP0GNuKdBeCe+P8kb9MX9xIW3aOKJqX2WN5mFNRB/W8jx8VgJlcXgpRoSkJ0gXm7iVJY/juNB4gMEx03rG8CiF//NSlmN1M60oM8Kcng1z785bL1SJ6E1yvaV96B/pdO4LPlcMPLlG4BirjzRzDBKiR735hok+RIw6zZ0z6XXTHn7oc8r+u4AC0DL19u3f40OoRvRIRICo0EnqPrkiis+QS+gA+gFEoLJO3f18VPApUDKhyodnaqzFF1Os9DjBHIgA0o9rwZS9BSS0rWZ1J5n5nWNSCgtvF3jUvrZ+cdSqyRsXhbT8eAL76B9s+CBe+fnwJLzbtwiPMypJ6/4BFRd8AyZtUdofz3RFwM6NugnY8SfMEoYo4Ex6wAfSARDMcbMVKOvT6Jr/vwHMOn4cfQpiH1GPxBIfXfDituB8Q3iojRp2J/acc1P+20Hgyeu3fMPF9uOatDqJSObnAc9azM65oLfKSUVpIoI8oDRl+7Cvhjw6KK6Ab9z2HFsJhile+neZLbjtNyRnQR4TUpm/lc4sk/hjAoJDvyMAxIKJUUEkLNUCt/43E+EJyUe7ZIZX9FJmWi7TugF3iR0lATPmiKJtL+tALG6NRo4Pq3jiXPJZBtPBDJ+vST/1jMH0Z/RfvTng4weVptKTEy76UwPo2RSl+aWSmrKy6FcpunVyOSwvLxOMRY9ZjIxXTib6YJH0IuDlg/C/0Hl4xwHtQVShHnDo95bZvqHDgqi4WoF/lODR4KDhgbfWjNHWiAFXQCgHvz+C88m2RtEnRbAEwEFH6QgkWdgNktvrqYTJFhMAO3oCarq3OxaVRidfXhSeSSvoWbb73MC13euLIzHSssdtb42+Q7YkKpSKOALg8BLIHy1RrPoS/xkVZ/e8OZYtTo0vfxy3c9pnzjsx8IaSgEPGWXifhceWf5olpnDTyEQeZjOohMemoJ/Uj6BHnrvVnTy6KpVR4HjVpD3l3fWPLnhf5LJ/9kwdsfkJo8EtcB/N1QdR/f3kgKgHDiOrvrDH1Zs/Aj9/NHGoiETOwKiXpk4TxC7Vy/VJkgjTEQ5MCgo0ZP9tYg/DdgcYdMUpylBgG2CId5MPHwL2KaYnqIlXNrQw4wPTDTij5VgbtA/YJbAs4OJGazVVqN/V2u1Er2kaNXKYokeHStpjsWawe9izSU4dKZphn/j4zWvksRA3PYBLxl0aIOvJNIUcEuA5aWXgYVz+cGsi4xHsFirqa7WaCWS4mLJu/hiuC91Bsg1SzqKm/ydEmDPD5TEmmORYtaIXuU6A03FvnKN3bn9tde2Z1k1Zc9ccEEcOh8HSyN4cyLzqdBO3nQ7kWYKZJrJxPaHEkLjBEMJM/l2/6GpRGv70C/1luj7VarYFzGVitWyOUdzWC1CBdUF+bX5oEM8/6UyN8e9+Ob4/SDfTeQuRcZndUzlzYtcebmVWTb263vv+1pidYPoefgTu/FF8TUlkpwcyS53QYFQM30enFPpbmO+C2Xl4avn5rB69L2kNasyxxVRWc2rH3hgtdWiKgYnL86XuPDsQxCZE2nwsX61FOEFRZUTJ2BjaUWVKsCFjKQDnacmOa3z0p5LHUH77qUdI5baDbwdXLmLnDorL71jKRhxIf9y2F49vHvRcPSJwW43rFzdsWRxO8CLqYOPf7R6ncHu4NfYHGvalywBD1zI1ZA56k4uyU4SnlvARRIfWjSx73deLzw0x3oyOeaEmMUEK0dV9j3y6BkwBAdSDz3c9wK4Fgw58+gjfZtewCl06XKiHpPa+9DPZx4FcnQ6t6IiFy64/9vvD15Rfjv68dEzpx4Gyqpy9G1ORUXOQH6F4H1QAeJmXHSPehH6mO1N1aKsSZtgLzgxaVPtwO/bA07A3k2TUFaqdhPjPF9hT4p/NinF/AP3aBm+j06wdg8IuDlkefBYgU8H8EpBG6MxnmBT4H8BHU4bGB7yRuoLMGQNuOnNN9/sgMbU52AIeook3AwNOGcwOgwGr2H+0ZcND+O8xehaXGYwPAxcb7yB/tbXcWfHfjGxPzhgfMkEbNQi4luIEthuYvMxIKRNA3lzugSx7YBC3CdGfsGIm1piuXZHTgz9kA7AdQ9fZuDNibFrj0XrL7v7kcuaG54+lqi6jDafp0TZmOzUAKMOjEhOIOdUMVA+R7eVT5GkNmcf5eFcHPX3PYWD4Ofz21dOZZ+VcW/i+XQjdYR6jTpKvU/9nfon9Sn1JfUV4UFdNFHQV0OugPURTVIX5wYmHA2KBiQliWqIpwfCogqaN4xIbJMlEc/7AkdtzlDYUJJG6SCCkhCZQAQbOXNCTZsTBVyoAOYQ1yuYLHXBGmA0Y+JOWiPqLBGFVcyl0eSC+IkEyi5h5oAITB2qhlE8NEkmH8WpMaMG1EDm5WFXTp9dl+uZUDmoaNVef16lPVQwfahcwsgkeZyb1dMSAAAn1dG+zVkhD6RhRQKPRP/uKuvMbofEiFxurUWnBv+QKoy8nWXMEo2Nu1Oms+o0TwBwl6nwusJEobwxl+2ozkvkGIxyizJCh/N9oIrVcWqJnJMxnMamL1Svm6ANN9Y4B0uVWVkmpemntY68bKtX7VPkSjmYPbzvkLo0T0fn/hQ6HJfZnWYrXLWmqhadKlo4FNxO+8qipQxnHF7nQIO6JPJ8JX/MLc+mVwFI/k2hC5tWTB1SOi9R5UrUaAN7HziycypkWBkb4JxKlzVg8thqsltwn5Br3c0mVVmVEdpik9bdZGBs3SatxkzPU5tUcoaFQJWlC5h0GhMd1tqe7Cn2e2mDRavn84basrS0WuV31zqs4TBUaP7MGqUaCSbgIc2AXJfHVmAfKZPlOwBegaZMMfpD5nxdGd+ikcXG3PVyLi2Ty/g4p+gbZct1xwtK2XwF7Vc+UoTe1gBOo5ByIBeqOHipQQeUqbUjlZJiAIQrizyuHo+xf1NmTJNNojbhZS2Y3g0h+rNkI1+wthTUmsVRJqjUcbiTCLrlcVBC0GuI+h2RxwBBmY0oIwhacYLGlyG91sdKcL8TumwizR8x17K8a0nzhlpWqtBwQOqdPy2SPTaXU+bxBnOs0OIstqllOjOtkahlWjWvsPsUUjkrN4NOuTnf5Ulu9NuHDh/XnVi6H8IWZ0NT2a7lq7NsbXWDDb7CLIcztvZt9Dl6G/3jT8lQRcewjkJe3eyrcvnzpBvK8g7mGv2jG0YmQhFebfIWYw7DIM9y0DTjsXPKzYVqjVyZZzFIOQNUMXJGQkONWqOTMEpQaMrPd4wcBcLl5WEAbpnZXWLQ1bXWAlA1tBrQ3oLslUf3o3/+bsHSV4CjZ/zdaxcPq3XKpQFD2OIYP+KWoLPNrrIMGrJ83f3UQOwtF14lO6mVeD7QQDUIZex5E0HMVZs5iQGTEzU0bcaEgldicNNcISwAiQIRRwiPf5NoRBoi2+kJMyHACumEm0hUXIA2SDiTYDlMtEU1dKgGVhOFGlyRKejZ7ap7YLS2e+joleMHmQrqlLsVgUBgTsC1+/bnlHuUgTnNAeeent2373Y15tmbOleOblmqHHU/PXvl6OYl6jHPNCp2C2Vce3rwP2dtobFlJpzVYitoUOKM5jlCxu17nA1PjVEsbRu9ErzVs8dVW2Bs6lw1eki3dsyDdco9isCcYIAUhHpyx+a55I74n6vh8FgNfrBV05oNhWd2jl41ebAjr1EoMid9Q1ftA6MVSxlz66WK0U82pJ83ndWQbxs2a5Xot0PEzBhEjaMmUFOo2dQ86krqTrKfEywUXNWFRGXOUFpDMREk06HEICpy4n+C0THRvcRjgciFBB1PUWWTFhQ0faRUQpCGJSKsOQQCOhaY6RCeds2A1eFPSG4hIMKI+yJCXWK6jQcX0Ami7FBJSCdotyR0bCQPZxp1cDswGwx5uVwj09AwwsK4aUmLcYNa1wils6QhF4SAtZktejkDJAFFeeEMKK9XyKwMA2mrg7aW1CovYxnVWzSnDLpcNrOaAbTHUOTndfC5mqvP/AyfSDUzx2c9PuOvs/KPoQJYhU7fFg9v3FHuGTX8mxqpXMo4PMzQBwZPuW60xh2Qg519p9WpAk7FEoVoDWZ/CyBmdCsYA3iN5qQyg5ONwdltUzSQgcw4yxN215Uy4IUKKdG7k7Mcx+gkOiihtVof9DG0HAClEUbK2MgIh6QEgmJwQqMya5S0WWPDw5BRK+GOv+ekbvoXI/00FXfD692pf7kvqaMrngJrT+tUPfUjrcq2Ak6Gpw49DBQ7/ZwOM9LJM3/4UfKdCkAmLgMS1q8GyZcvmW9EkwV74wz2ArHpG0yNxT1hBbWV2k3dTT1J9fbv9PQ7h2XPhywn9APx7WQ850ZPxGPX/Ur8/3d5XgQW8+hAFtnPTJIDe6K8ade8vp76yaVh2BPucuxxhFNZAtDRfzwA6v8uv6snXJpKMsnJ9ee8K9/pXT4oRc3bNbleQoVLw/gxusJnkv3VgPpiQXTR1P+mANgOqNJwD6KIN2+iQy+h0rKbGmo4ngMWUesFD4IPUb+j3qI+wpTYWaABblAIai6y49fvJFFsd91/Gaf/y+/5W/rHhUA+/7fX+3/5fKygrHJG1FLpPed24H8/JH9rwXMHSA3wTPSbawHqv7+ThAraTgn7XBJ8RAMgZ7/9teCj/cGLQyBdPHhGwEwRDvC/qNb3X5Q9D4YJ85q1Z7VML9uFR0mI7BheoFRHZJ0ZZSGzyZCxMmX2o/fTunXofYfDOdxxEnSfdLQ7HKhHVLB7H73f96qgWpdESUG1rhT4SQHHyZOkwieibh2b9r1M9lOcgtRoBJF/iXwPph0JXwJEXzEgvYSyEUZPLCrw7Ofz4gziNCYwoDTBBgkIvmFEcgrTZ8rguKqWtZX42LqmEt03qrVlU5NwAFctB/qnvDX1uY1f1dSnmp/svvttMKRqXLByTSs5rgUzWkc1bWohByZcOb9t6d6h5HhL6lj78kV7m9tXLLq18AX06dKCKqeic/yOMcceXH6sbX5l8y1L8XHo3qVzVrQ37120vL351kXE/uosBYkvcKOIucib0sbu4sPjZ4e9S6bkQ7+t1+aH+VOWjN51367R9NfXvxToe13QBIsFXro++d2tt353DlMkY3fkxlQ80LGhfKAiH1FEUk1jhQibqJhqScJkKlkLn041pZrY0353qtZR70jVuv0FQdhryjPB3mDBJDAJrv10MUIIpihfpQ4ltVqQ1FX6aCpcrwaUVHqWUteLUHn4/lLRj8k5q2icxQaE52BB+hzKxMlzsWTHF9OsYiD9gAHhgJ9SWHzxAQpOhGrBjWgBWsC+OyCSJ4YPo8FoMHsq6EG11lorqmVoyKaDnmCuDzyKf73muBn0+nLBo/6crl5Qvr/7gQceSG3LhFbeBeT7u5999tlUFeryV2tPqNUnIP4jZ221H/QEa7VPg+vwsVcu79XWBlH309paUaaCpBQL8XvLcLsHqQKqjuzWGj00QTYN0pjCi0KPFzM/lNgjOY/BFPBEYiU+T8xDeHWfJ0A8j+EcocPSPg9XigA429fZLQF79Adqlus+mIEO/zkF2KNXvTkTpi5ZeiYOwm++gv4IrG0TnkN96HPYMfaKZTUHl1xaPHJJsil1K/PAWvTHuZ0vpJ6sTaA3gfQvbwP+ig+v1LkWrYrcfei5oa3X/cXRsG7C4x1ZB1YNWzOq3Jb+hpn9TBcVoPLwmwwW/PxcsBrywu4T2VsgGw20L4YpVUP6xOIynnjsHLoPgSaiI2YfHnq4UQZKwo6hbWDdsp5r54eaR7U+fOeKqYefXQvljUPALWDnhuT+2y5/s/oqxdDixQrENM0DNej350vB0PV9Xy5dfFtOSXfZ8Bwdev6pzsnokeOL52S1DJIbNj9ycOPW/b/zhsElq0vrgbw1w2txGZz7EEFn7fdaIOzBmjP6ZyFCmYMBCEUJA+UDwhxSiMeVoD5DgGwpScG1r1177WupbTvm2O1zWuvc7j0txg5D1vLBc+i3H1u3/rHH1q97bBf64Qgapnx+86qnrf8AW4ZPVpkIxoDimSNAwbhJ/WvPPPf2DkmOe3dLa61b6pFWDqU/WvcYrv/oo+ufRT+i3294dM+lE8EDtxZBsPsZIEU/UOfxjlL8Pg1UaxoJgGyfUiI3KJgvx/FDx89thFVlGI9AJP2dOJq8fSCzvyy2CWEO31vSs3hxD9Je2lE62VpSULnSaolWdZgMHXSf+CUOGm6YMudmORi/69ixXTf+EX4s44dVo7+IH+in7a9u2zZj5jY6u2fxkuHti9GrB5aWFxkM+BqVKy0eFi4UP+ZNgyauvGZ237Gdu469cyN6DgRWgHdxOuqZsW3bq9u3EbTxs2MkX7FnKRXul/mYTx4moCbRXEAQvmIGymTHHDOtATTRbo0nQoBYGwHModE8aQEgoQMhnmglskTqxKlZLohTEnQgQRTX2Dim6k10owaiiXjsKziNzAvb8g7dUDO1yE0zz+kgJ/UNv0aSPKIs5vWDb5T+4xh339/KUqHC99AL/MeG9rCl2FdkKYK739UrTKqwv8rTpPD+E5St3f4+mrTb2zGoUqcDO91xpSIEFqHrTE66LGAvbfZP5JSwHG2ZOOT6uaOMRjDTVqnT11w2JvUZusnpoxmO3Q8WgXkPaE0m+tEadM0zSjDD7WCgwZRnjaOX0M5Am8/gNZnkenoIWPDClyPR1YYx42+e1KBSAdqu0VSJfaRWKvZ5sq/bcA4tgvfg1iJEJNefMtBw1JMxIM04EsHtR7qHmagwgBOTN0+evHkj/fN4aJGlKJkFsrSQhPTqru6e7j4KH7rU+k2THHPNd0yjqWl3mOc6Jm0C60ihyeAEmCnleWnKKkYphEn2JHG9mRSPmJ5L4tJ3Tl6/fjKatEm0q5WS6TZKVWA+vnUAr/a/PLCIs+xJe8Qy8xm7WXDu3dMpXNakTRd99KSIipckL3DqtPi4Mwa8N+MR0mBy0yTyErXk8WvF47mXOEHIrBPkVVCW0Exgo9gAfc8IUUwPZGEe5YTwfpSfDFRXBuuPbAIR92kJ8mb9R9GfMFEiFI/siaANRYDcb0W9Vr8coIgtyIMdnwjHl8gxSWDhk3zQ9hLYgY+fgB2dJUHdtqDV57MGt+mCOPeG/kOS5xGuEEQLhcOAucZI5VKNgi5MGjRJnOXTZtjxBE71DEjNElJ5nOoX9hP7SzOCez4wUDVttuv3aMvNOXYTm7V50d/u59W8o8v3JfrDTbuKfFbOtXoDML9jUVt9C8Lr0KMPv9Fjdme7Fc4tD+4D+bONvDP3zQvh55uy+KVeWa7BKbXPVti/CBu35aiiVp/Us1blA7pC89BhhVzA5c6RBhqrlNkTLhAGAdGXLf4mPKGGiV82juYwjx3CoQSf8DAUescCzIjN2+5Cx0ChBX0KzuAwyGfeST3tRlNd6CsXKISDXWCfC+hceOzp8O8aGcVcSqnxCks82ldSQ6hR1DRqOrUYc6TbqOuo26iDVC/1LvG2RXqplxiNkhkbR3EzkrblaIM54zwgRnYHvYXEtjdhJoo4sVCiBM/2tJkz+IT0KKbZz2W404o7OIJzZIDnDIJnJOIi2ZS4MCZGRLvwMkCTbLIG8kSMae6PYXrVxHPFQgzysXjaGF/AbxaoOpJACUIKWotJSJVcplargUpmAjkKpUqqlaqAXCGRqRUy2ZkvDAaohjodVI+z2aBUZjbLpMB2xGpVyKHRCOWKyWYzVKqMRpWyC8fVEpnBIJOowQb0kdEo57QQ80taTj6Z5xVSHMJxqWIaTjPwOKKSypTgypc1Gg1mCdRqjUEzXa3WmrRAqQRak+ZPar1NDyQSJZTLFFJODZlZB5b1/Vuld4zuegG4dLGyZQf2fwMVcrVanvrhG7mq5Bhs1kpZVqqVpJ4FnwM5p5BxKrAguU4mW5eUNb31ukz+2lsyPDI//+FLheLLH5Rs3/cq1fd9KvdnP2pl3I+fSWTIBBeizT9yCv2PYK1eMRzlfS9V8N+Dd3lFFpJ8azR+C07LVKqUDn6G4FdyjVrxFUAKtdqFDF8otFrFF+ALpVaLpP9U6fWqJcvgWloj41ipPnXjsrugXkVvMsu96FSv6QCVwSegBB/GdgGBlKKy/Ak81ZAd+ipg+t9jjABOLUZL4pAH74G9K46i21AXuu3oCrD3V+KHQQ+YdjQTP0pTY0bdJ+pj3Deq774BEZAzIMLk4FNSjOHTgP1cnrJRPmoyHjuX4rGzFc9Jv9yvM3M6D/GnLChbExEuEKRlZBNXwhnFPXMOCn77iD07INYhRrIHS2wOKmBEsL/Hr40PmLJQAyAx40mOmLzH8L+QgaNJ0RC5ioQN+siYLGGPOML9AMrJcJdjM1gpV6JXlGA6sTVLURB5ohXlN7i0aggkdUWX13xw/03jNSoLYOWMbPJotQyWJBr9FpVK4TYCs1IvI8bwygSyl4yODgUbNCr8OAJChRKs3boTmtiWqL3UBVdYLm0pUjPMZmGLLQPDHHY0oiucSlCmPK1nKGLQdpqCI2wurtiEmSsAgmGPpQKd5pSAkdvCs/NlGghHd1+xruOWSFhjLJRAmnWtGbQf2S2Xh8fRq3M6uQAdZhiA65pwe6Tmxu2YKG5YOGZRqcLiAIA6r5+J32jUb/s2vJEAGuPWj0XJ5joOC5B+tEQDfCUFxDUbAVYntJ0Ptzgdjf1qS89t2r8vydGQoQFLJ/ftb0Lvdk5nIWTw00vgdUuugyxgGAjZ6Z2/odno5PzUfPCJwaaVWmivDNnhzvnzUbPBZiTOdtksGfSkPpK5JUajzQCemP/Ldhj529qBmAL4CKgnkQZDN/CROC02hgDhRsQNhUCI8/SvNgLIB9Zhs1k5i1+agSxHz28BvsbeFxrQp82zGSWNexcjUcxrQR82Pvv8b2iGz+bNu53jpYyE4WTM7fPmAR2wzZ+/j+MZGl9HuQ+3ydfok4yOzMD3LxV0gX9rC2COUvTTjSkNguwIfDoycgnY4q+/cxYYPOnKlpyG4c01RR3ouomAXbGyxF1a7f5tL3i3xpzsGLHSzs9P/QlYgFLv6Rjv1lzsnXKoyG+ceXSeWMIMGFFdyvCrr8Ak+6hesvnR3tONadLf8NygF/X2kirJblKFIGdmnjWzL0OeN0E1CyjrMZ+Rjfmc6bPx19/BR8DFdUCwEBa0oON8LEqcJMI0GQ2TREmQ/OjK//XtkklEwW3zpdd/eL3UOD053OQ9Ivh6Y5ID/sCvvXEyiaeyd9CdduvIhQtHWu01oDWZtCGb4J+xX+d1wLcqo1oEbbbftE4YM14j+x03JOIE6FEbEpHVTFoBdSUUIV5BCwBJMQgpv945MZFDfEce2EQYg00HtOCQm9+wQRs3GFndjBk61qh/1m4YO1YfD0K+pISHvOG3zE4FUlPqBHElebewb3y3JjXYsg/s2WeU6HQx4xr0/BpjTKu50TCpbxIP/TFD2Y1lhphed5E+Hf2t4/TCvSE202oCGmY08utLoeCFGAlHegFpFrUM/QRkst+0jtHJTF2AjxC/fy95fyDvBHLZRb5/ghpG8JN+05tVE9tRQLTfiYWpYL7iMXG04LcIEFV3Yr6IqVxMKPBiWZIZ+vWP3yW1KaIKWvrEE1IaB2zSv6nxy6rVf7swHS1XaeBV0KSqSZ9/U4vgKwTxlb77Dl8hiK8E8nn8h45dmJ6S4CvS5NJyHOj7PQ5gnid0djd7HLcX0dDF5JEEio595JjrMdkI7ZQI9ntcx4OAqCQN3O5jj8+cWveHOwrbOxx1c2cs7RprB3bbuFWrh9+7fPsdbx969LlyztpQUad3l0ditX+8oxq+9LL5CvTt7bb8Il1sybUfAw5c8tZ7aDf66uWue78cAsKHe3841rtvPWCUoazZI8Z2Tp/w9F/SMn1OnNcklBxzU3rMmVoJNgAPdAE2EZKBQGbDGfNuOjaAaRSdIe1UjLAkIgv9VzgBPYoe//3v6SgOfYcebQVavHh9fTVoS93FvPl79DhQpe6io96+N415xr43vV46igM4ASxCl4DZH/k3bOh7H+w49NHlTzzxxKSPwGx0CfpqA4D+Q2AHuik39WG2OfWhSgW95mzozTZDL6bkPzRn8Frxi7Arcb8cK/ZJYdfO58mFgoSjH8CD6N3rcSYQmGeirZDBC3ex0fQuHpfRAfN5Ra9a0kVXfnE3o6HPDAaQve+LSyYq9y+b0joMhB47ACx3gtNv3LP2ytnaGmVDa6K1NZY3oq5u6IjFdavuvmfNtdMm1beUtDeX5Q6vqx/asahm9X2wr+CV1fs/BfJ/3nXJ0/FQ7tI7ym8+cjv64k6JBX29evt0w1B1XUM81pjT2NHRmHPtilXbpy6orY+WDRITtp1vfyBibxKrmgThP843GvBn4VeJmBMgESxJhCRaKgsfvSFOnxUXfMuyZjwBcyYDfO2Xqv+wF22+//mO+zqeP/PN8w7H852wHqwVE15Lu4qlZzzf2fm8Q0JdRFNY3Ukq4aqkwv1oc+o5IQEEPxYrS5+/X7ycsF+TJTnB/oWgQIBzCk56osxPEXyCrGqy5R+KmRi95MSV/0S9qAf1/vPK50H70Q/QB2m/trPQBx8cBe3Pw+TDJPPKf4Lah/8Eln7tPpmPev6xUXRju/EfoCv/pPtrtI3ohPN4Pvs3bsPpuKfH9YlIMR6FjKBMIhiwA2LmTjY1E8R8Iy5oAxGCkWQKAbVgFS8auxcwmOuJmopdUrM+rVvOS//6Eguk4dpSDzt0SGROa7VWG3Jo7Cq1PDs/R62aE2oz8CBkNNze4wnRjGm4wzE7r4Pn3V5DoWf8iMEmY+VQC5OVU5ytVqk5eTh/eHFjbpGDB/SH6JKzh9Ghz7fAXcfBajxCpNFZK/bsPDA4EtK6ddropiUzXE5rsccmkSzVNdnsRYuy3E8+XrDY6wkM1umWqoc4naW3HK7Ndxs8Om1s7Yq13bNHVul0KtrprY+0N8+as3EwSqEZ/7jxZ9Ah0j1CX1NiPjdMtVOTqAXUKupK6ibibyPoJ54T8H/M1HH4GNQmzBKOqF0TK0YuFk+E4glznOaIIZeEqO6YcRdMBENEa5t0S5KLjxF8AXwZPFGmi4XifkqLj6LuJa6QIFWEWqQrUAOMYRjROOY8NXh63tvotnnlzry6G9/X1aX+NtJkL5s2rczFd/hYafk8dNvbpXW692+sy1v9qVr9L3fD4bLOopKJJUWdZYcb3P9Sqz/11B+uGFeUtyCvaFzF4XqUU1dKigd9ZfNAF6OdVmY3jfT7OnhXmanMFyQ3Ka17B3QB1daT6EV0AL14cuvWk6ASdILKk49dZIDMqpe8ddBbHCm7J2+MEuoclSWeQ+DmQ57SUseM7oXoX96Db0nqgXJM3j1lETihPWdMTvvE1jsa9N/I5d/oG+5onSgkTWq5o1H/tVz+tb7xjhYYrIeKMTn3luaUeg6+lbofzTrkKal0zF7YPcNRWuoJenDGvTljFBDfGq+d5Mm2DnxauO9i2vnnZFkcpcVU3yBqLrWUaDcGDERKHI3Q6bMpEZP4Mmr3RoL+Tw4EXoSwHWQaFjiQUJyPCquGj9A3bEzEjY+YojEfSSNuBcj0GzX6cGVaEB6Jgpj4hS5QYdOk+dNm+ZtbW/3BA21lkcoxyyvygtmLw40tuSe62uzFxa2d8sDgKyG8kganXXial/lkc+lrmEo/oLWYe9O7S4O16NWiIcWRpmI4Y6BI7GR9TS3YOXpUZzRwmdO5ZExkjobWNcYsdGBWfoNPe6ShVs26LXlSzSXDLQ4ZmmpPgE0FZnMRWhmRrTJ2fAyXdRgs7sJlNIDHA/GKoAW+50/EA/5YfOQFGK8SqhHPQ0cEDGytsIe5gFpBvHr4vMS/Ak1WJBIgI0PwpC4gs7BGrccrqCbHCPMQS8vxzRHgI1r1oShRtQ8YBVSrmC4a8wqI/QSeH+dEjcRVmM6Q1vwW1z848q7bDu6uqKxYu3YFUPlztTvWhkP5g8eMGZyPdg5afUndEw01Q6Y8d01XxzTwxIcM8yEDJw2eXd0ZcUohZ5EYg12Sv0vu15SpR4+tSn3dVlbePryi3DRjzkx6YlXH9VvBm68p5bnZ6x8zS4Mhd7bZ6MofWYbetpbNb76rkskevdDBWO4dcfXhwr7n8sfDqZO9ngmpW8Y/8mIoXNk1rgJMYaDkuZa4L3vtcwy6YROjvnTs2PKKcdQv/FLLgI/GkwftA7roL+w9soG8+1aLIeeWlYCbCf9ynlK6AXyHu0LeRFCKeHSEvup837NlZynmFfyNnAJWkAgOxkEiASPbXkERuZGYpBALcQEbRoCdJNq7IrAQ2WQWwI+JYgUmQujmJcMro9Wxn/KB3cjiYaI2Bpsaw1WDtYt7wL/3ou9uq20wmlnWb4yWTX002dKSfPR5fCqRq4LZ8tpJe/+6/DagYgw9i30Nw9E2ZDF5oN2w7rvfPb6xsnOYL6d9cQEe2N/vVbMBfGdGla6OT1OXzDGEDWp+zfYVf907cS9eB/XpdZAgNacVZRMEWoRYbkvcRGudjGNgTFNVBIXSxxF4TbOI1pR2KSMo2uLeJjqWIfvpAlAMEVWIjRTTArXUpAI69eHLrj68ZUtxR2XE6zYoQUJPM61jQ36ZUWdUaAEmsiqGGkYmpJBha/8dWzqiViNV10qzH+jwNS4fVWdwKyoMjBzCopUqlpHqh2YDhqHN8D3eYyjXmqqVV4PcyvqEMV7e1jS9vZwd2aAuUQKWBUv+sCB3icaQZXRDwNw8yBAoyGEskql6E89CBoD8MK2xxQPhkBOaAISQVjxbTRuyGxgZiBcAPkN3VWM683kBJ9yDaeShAobsOaJ9oKgbXjwZ4CBD+oMwOENcwk9QRQiyHNFeMYugc1qBUjXBxkh2bn19bjZtjYbt+fn2cPSLYjEFHiwJkZRQCfrRHboXnbzT7PPYiqrtHbLUEPThC6D1pYdB2TG46MpliVd2NZICdwLHvbcDx/2MvCMSDYeiaIojL9/uyM8DX12YcB9zMzq1t62ZpuWMDq5/73Xgvhc47tz8aapm2Z/GPr4wsO1b4Pp227bvRPwSyVncNK60r2GBZw3QIkRSDPMMBDlLwHaQnPRIzlKsXa1TqFDFt3q3Ssab6a4zx9CyAA29kqQGrwg/WMKnKadWyh5Gx80M5zGASYyvb/od6uwwT/fKzuElnGV/wpxo1nl3BZm7pu8JeMDKwMD7pr5Bf9Y71TLehMIBmvZJkj70+genZ4F2egrynrv7X9Bho3D3F3+vzg4Z6F7jaTWb2/fSlXB939/Pm3dKhDmB0B/4y4m8bNSUVt0XNPrxVzVxmZlIgAsWPi57vkNb0XxfQq0+ik7uPYheW8gB6ZVyjZYb+u6KOc9eNWLEVc/OmXao6UrijhrV2oLhkGvjfMDfsBc4jqZOZ5T3TghKaLQDvUqwua7fLLdKr5JB+ZQ5uPrb+CqD669yhcJEl5B45t4wc9Hqo3tQvzZfV0Z/7Zz+ip3wFWqoFehwbQE4z5psI+oTKWuBBJ91P7j+AsEhS+HMgYXQk7+QDVbjez2P77UF05Np7TNhlsQzCBHTCWCERtpgdtFprm5giRBuN4I8DDJun/AIE7g3onVu5Iloz0PmIr4kVAAvXkK4rmRH3iP5eQ/nWWzevHKtBwBVIDUpqAIgoK2NhK2WwsMFufflmK3u7LjGQ7AvWalapqks8FssBYcLcu7NsVq9uaUaH65og89YcUWffkTUasWXzD2Ya7X68stxpldbWei3JDku2+p2MXK5cQXYapQzjNyItm03ySXA6bblcVyOxeVi5XLzyjI6ny6wR7whi0TOOIS8PJvLDiVy49Wo16igaYUR1F6NA+ZgOtMBWLn5qr4RK4xyDjpdtjwBY8hyNskg3MZ5afwIwfzknIK2rz9ElO9FO+F4NsG7QAFLhLFJaL91gdV/rc+2wOa7Ydq6+tpx41YtAhHwkdXPNgx11gKJVRE7k7T6/Vbm+TPV5Ay+VhaWr1q2/cDK5dkBv8BHkD5FDfA7QjSIG6jBmNoxemKBX2gKe2K80RcjZ/rCvAv3ynA54qYSdKEeKLjXSuO69fT1nDghoVJZJ84l0slzYVh74kRfD9khHQAiFwQ4Dqlksg//mPNyEDUwli4myrfTvumJNgXxHoLbkODs4Zkcr6MB0jmzcDqenVjMCbFxpnfLM8+gH5+BaM/EdTi4Zd1EMAcSuDcSRHsgBHMmQooUeWaL0nRoDMkac8ikFKvhkAUnnjdWA1SMovyiDWwcs0ymqLiVjJcaLuMcLyEYxP7ClI+lLhs3quobCL+pGjXussseXge/qR6JA+NGVn8D1z0MLhtIKqUeXle+UqvWrixf9zAuwmlXll328GVlK7XcuMvoEwPpJq6fd9Thb11NtVDjqBmYe6AoYdtX2OEVBBOJODATnD2NgIBwjpGLElz1iBvwwuZxWmvWhJfOgbG42HeF+TOUVl0RpOoitkuJCI1mgIMMRdYFB/LkBqtKkaP3bhhlpZ8q+L6R52vHE9xU9DcCyyrAqT5xey0f4xvPyJUq+QSZTG6Td8rfV1gUnXK5zC6bIMvSqwXgky71g3qHHv/fPYEUleNiNrmMvjlikOcdWGAtkrPhURu8CvBAwXeN+IK1tz9xbeYewEVwX8fX8nwjyEtXxFe2fyUcZULKM8K1e9K30usHZe6PnyiNS0DalqEM5MuDAEt74AVbQCBOzIB5czBkZgMJCZfgiVGwOcHynCmSCPEBOBW4gXshupX95R4Qs3DnrK9rLt/1VQx9jD6OfbVra/XXs3a6QNPVly77cdmlV4Mm+Pbbb6OHmeRFGNwzQ14/Q48/ARqUR1vW7tu3tuWoEj17Yjx95vXNYfTnQaHQIJATpgTfdWn/0BmbgqGC1xCyw3AH9Sh1hMwOGc/VaVfuF8TBr+QHMkpNvl8r+ev5nlgJywjADtUMXgFdjO6CIrp+x6FA9BIpuoo8F4S1F01OPe8IQhi0w7P/TS2QTCG0EW1MIV20fdtjQAWqgfLQtvao7lyZoB0l7cET/TrwA7yLoiUXS90RtG/YYA+m/osq4CqVfA4EM+UqXUnLsNbyQKC8dVhLCRp7rsQofEl84X65XxoXwSBo75SlccD65yWeIBoRQV8mQRAlRMygH9qN7Q/B3qAtaEN4Qj7FWeC/CLytGMUz+T0Wru84gToCWQTsNxNielM4PyUsFZCi55pTtbC3L4nSiwJeJCgzSKTdnZOjSOcKz+wkFKeBI9pCTAjgBSqorwFmQASRnHCW/E8ggBbt6rkTVRxGux4H89YW3tmzC1wXnNccQN2fgeuD85iK4Nwg6sZlCtcKRQ6Dl0iZ6wPN83Hdz8B1AUH2bz2rlPxT8NtnpMoFr0QDURAu4uvSxWLqJi7Ae8bNEResZvGo14vWdwlaEPun/SXwgvMFFzCn1wCjLhE30XPXP7oe/wc/ruscv379+M51H9cOP3PPyIrcCYMnRMc7RsNGu4Sx+bhFbI25MTg4OrSq+eVVZ0bNr182p20MA6QeDjBjh89ZVjd35JlV1pwQo6EnNzCfNkw2hnJox8gVK0aOWr58VPqMfoa3jB3aODE1xew1aXBN4JDQVtsEgppPSxRas9uyczb6+6HFvqzC6GLQBKAUoAeXRAqz/EsOAfvsnYESO5TT8Ikhs2YNSTVr7CWkzWbg9XBvWk5L8CRwzxLcien4BLHBNyaADng4In7l6eT10H399akzY0DTcUw0t6Gnjx9HSxYybagNPEp+KSmi7Wf+efw4c1+fArXh8+XAI/bh8WcBex+bwpxgLp612qiZZKaCpKkFIkrkggUAz5BEAxjBrjGI43gxIiIuQBbAUJAWwDnTfh4I5oXg5MZPvqCexVEWT9oSEW1VUKnBxWgWsMpQ/KxPxQCWqdwNKjTFVot9F128En2p8/FKVqrP8ameHZw3ymyly7h7owGb+r5CNavzFYHlr7dJHalOtqK8FF0utWeD1vKwjA7CW2inBr3cYAHmArXLBZovi8gcgaJdkuPr0fuqLKlsco7GqFTLmx9r4hUyefBkQhMaB73WSMvjjbDVqffKctGR+J8NaqMcGFuNEWOuDoTq7ZwJjphl0I2DY3z23EkauU+f+v2rIYO8RSOFmCApDIOZ99dLeJ35gzLBvl+U4yTPs32wUz5MtxKfNfjrCVSeToB5jJ33IzSssEno0Rm48yAdPDGGQkSSnxIsNVgKYaLp3A8TecGSoCR5mlKwr2Oarrv9VLK9G1Ck0llM3dGUUI/ql8cLv75aulcEEmZqz/R63EHmvTOCripTm8RVcygV92cBb8GN57YRmC5Lj1qjIeHFzEraiiZB9P0EIDAB/8rnJc6IBfIbry1COo8pGBxO44KdS2cM4R2XdVw2B7as37h+GK3fLW/74h9ftMl3U2cVyiv+tWf0/etnlEPdLvlmsBIkwcrN8l1IoXgMrUelaP1jCoVut/wZyEAbZJ6R71bdYMjKy8syrI3gv116lbx13LhWuUq/C2ilc6fnVVfn7dIr5Zt37NgsV+JEjezWfftulZGCT7/xxtOkINGCE+xmhH3MgVKpGmoYNZKaTs2n1uDBeYFPOOq/PBNsSBHVLhIfmDYQ6047QAd7II0LksOIXgR4XTgh8UQPGxi7aCI9rGVOC/6PMvUz5ngsPgpJr7eUnBYk5yw+xuaJtcl/8LpwQq8PjF00MZUE56T38KyY1SvAUov8BrpLSKOp0xQpJyFH4hHvLMV+JSG4eoOEfRDo8RGYPAIfIBhBkY3JCiC4vxEmEKJkIbp0MvhCmAmkhSZKZDTSMVH6ld40FnnzrEGWSUA2ZD1jtNAyn94vY4Obtsx+qHtWzKIANMMMv6mg/cPFV3d2ztDDkUCBjpuc9L/YfCcc411fNH8xvXrUStTosfHogMbmcRlLT3R/VBqA5tDcKbubaiQ0oCsem7/h044wBKBLmvpR7jGxv3MGbXz2fjKHh9JrrZzS4xk8TLgqM8V7IB3EzJ+Eg3Q8oef1JEUGtDTxbxMUdQ/04LCHB/IuVL/+a6XeQO8vbhn+SJg59vHnINeHqrIRxcyZ2YDet45geC2YbfSxS+kuG6ZdZ4HDoETrQ7e88jyIA8cHJ9FBcC06kuLRYngTHUr1onFoLSyCCpAP7FqrzYBmi7IRmWg3oqEslAPzOIIfeuCLEwliwszSuG9yTEBwC8RHAR3lfaxgKULAHYyiijBnipqIure4iR93gwBm4ehoImoyRy/sxdyTV6lLaEZJK09vLFfUou8hSADNHTrb8iFbHwJs4MCcA3DPoPY1ewHYURSsDI1pMpmbF228FV5TnFdc0BTXgN5knenHB33vspqbky0lPwvdSYqP0BvYLpNnyRMrQSiuGj4RNY9vWuFEEG5IrYMbtfblk2cNMfuNriyP4jovWDljXqPVazR5gFV6Szx1qMvUTD9/RrgYK/RNS3/bEGuJXCpK1WJOfxyeCWZTi6nV1F7qKeoV6hPqFFAAK27TStAMxoE14GqyC51xzoGZwyDUJyRQb47rYcikh5ywpx4T9tVANOYzRo0VMEZ8SxujMXM0QRtzQawCGKOhSDQRLykE3lwciUX9Jf1CfX/E7GPEuRjH4umQ1+wNeYOCNAVPs8WRmKDaWmw2moycg/iL90kCUSLJ8nKi92N81ZJoxAmEk9EcJVBMGTa7BuA7B0mGOSHu/Ar76JgdJc8fFzZ5ibdkH74MeQXiSDtj5UXyQuRO0XN3wVcxpTNDokmRcN0Lb3pehXRmJo/z+siWD9kNMAibkwnCGCeIcDUYIu0U/AW+z5TkTbOfvWLEiCuOzLkpuWnylDvXTZywfv2EiZM2Tpm8KXnTnCMk79nZN8GZnI6jnQwrkbC0hGGlkKYJKIrwBwEe7GdMJl5vMul5cFcl2wS2mjB9w+tPm/1ms38r0Zkk5cieO2CgUAmC00dcTmuWRu22aFwuj8vpcR1wOnU24mjEoXm0UG22mg1Kk8fmKlRZ3FaDyupxejZKVSq+qMjlcBQaZzqDIZfHpNYbvdxM/yaz0uVyyqUymT7kcfJqvU5vNut5rdrg8Bx1uTR2ZyjkdKi3mJVOJykmXe90akpDIYdT3UY0hiGhSCFDM5DEhCckTz174ABi7h+Nm2o2aZbR80EVqBw5HR1D706fDvJA/pr56AX0wjxSYs5sXKLvOE3rDCqVQaNSoTJIy1lAWkHF5gUtVj1vGZvlFgNWv5WcnIARngKK7UOUbskz4IcYjfMsFoN26zC/fxj5NTZoDeHqsMHilUBGrlFY1BaDhwR1arPOorZypip7dra9KrI97M4K8SaNR5kVwvVbfIyDwRW1FhWwBC1Ki/bqzKVWZ7Kvblw92JBdmW2gyRcjLQKFpyB/5JtDQZcaMJ8MnApE//TCXCDHswHZ+aunxlLTqHl4JriMuoq6WfBySBBhBYffBiHAEkN4XcY5PJuWIcfPDSnBUaiIcS2MKkGWnFb0iWUGBdCpgRKynnP0QkDwRM8nyOhL/0BU0Lwit4v9QmoIyvzOSp2uyuGXfF3LG2pOjZwxfMqU5vxKV10dqM1OOI12o9PizS7Lq/QXBKS8w1RkzskbHK0FpkB2cU1NQW4wHG6ePas5h/mpbh96Ed2LDAhJPLZg3wPzds2btwvA6wZ3jh+8/e2nVixduuIpsLV9bkt16dQ6GfC0Jn6WJlpbE9zPiVb4U9Rje9/uVpXMXNI8CT0WjI4Hrf8K5xnkerXWaM8LJMK+bK1KojQZ7Hnh2qrs1kBdpKgh2GqYuWNm6kmoCY/bseGaoiB8kdx0nhSMOXEC3Scr7SxtLkOPXaNtKyxBj22B/jPK0ra2UuZ7fCTkuL7/20FMkasxH+rA9HgQc6PDqQnUUepveAZngQz4QQ2YRlF8NAQSZDLG81rAHDOXkOk3EhBPQDyx0RBx6s75QkZfyMf5eLzKRc0JYFAz3iCeEEMcJvTNCVzN6NNFjeLF+o24dHhhNAtzPSb7ExGyF+OC8UyizmcMkf/CVEjWXiHG9fO4Qgb+eYz4c5MfJ9gg4bq4p5GFQsRJT5CHNkg4F3BiDp90DfIoEUFEJ6SVxAtoIdFMdoUGPCZBcBM7MEG8KxBRpY1Ehm+Ku0DCKMnkSQR5RDrPBWhdpjm8sRKc6g2qGQH7IiG0TmzF+HxY19x05/btoGr6s+FRI7OBJ6djRC76jBzB6+Pz+kz1k8smb7ZutTZd2nXJvNGtcI9C57CELNmyde0jz1KAae94ayH64PjxPTfeyL4r9q1F1oT1PX6xATrlcmA212aPlllLrX/3PnHIeth8alD4oKU4dU1u7sume9vEbrgy6nokYUYvukvfMTd+Fo+gO8HYRMkxY4X7QamUgboy9z2VqXyLyaqvs3gH1d1cVI4+txptujqAmVazvqn2pmLMl/z1r7tvvBF9WQ9/mrVunddbHPGWhDeu8PuKi31fWWovu8xjDeQGrLHwhuX+8uE3Tly92Xa5ddiGLTVcjsat1EnsfufEqQunL6HHLEhdPnx4cSLedsnxSs+gsLMKfOusDC4oRN+8i/8qK4EGnQXgqadS7xpcBhUHwYTOTqAZP76vFGjKcL3UO58khg9PwANVVQUFhYXTgXqMWakEsKqqvByszsN/Jvw3dWpe3mNgKymZ6jSl/8rL0eUVFeNVs6Yz0rEWyxlzWCbzOuP5HuN0oHGBeyw47nHFZD6NSc5NAxrgTF2K71qK7wrvRd8ATerSMeVWrZwL+kM5ZVatDEgC6pm+cqtKCVhFwEUSDYwE1qNvX3+9snLLVRV4dpXrnHww/Cf8NakjR8j4VPSPTwXmunx4XI6kLqG2UPuoB6nD1B/S3qjS+0S4S/s4whEQxIeB6QLoCEdLCOYI0WcTpGQsHxeSB1hv4zMuQQnFNSAkQJWQ3msWMxLgN1/JINbgYyVCeU6AO0kQ03DxAU0XzsPw02jA6YsEHAFah5lVHVToTTYLmBL1O/0k9fQ9rdU9PKwDUkmLAeqBUq810WOmgVg2SVHT9sYhMweVOyr1jGoQD56Xsq0Kbl4eqxvGSkP5oEOFo9RZsK61ep9BuEiHkvnlRWyDyEXwekAu8oGqWSEUrefhqaFsDp5JoIIP+7kl59HVywPFWY5A1LMyxwXmKxjjvf6IEN9eEePRHImcv0Qqp+HUvwFWIveEFwytaLIYlDItMMpl8r27tDIWLtnMdEtVctBdmq6iuvSXVYCW0YKDQK1AXZCV8YD3mfDtzOCj85ZissfSvxZrqAg1BK/EE6gF1KXU1dQt4jqMF1RC/bK+uLAKC+tuetnl0ojchJYNCstuIg4SvpiGjqbNKEWFLlZYgPHkq4sSXEleWMEFK9dQGk0ycY6BFzIk6foC+RsMRX+BySmpMvIes97pKANPXCKJRE99Ud/ozwqW1+sbOloLiuoaQu4iZ4dbP6RrRFEUM1tdG/QFuuq84NCswixlDrhSo8oqlMs37bKVagt37YKX5IcH18akm3f5s0ZGq1BeQX1BQT39cFFkcteimsS8mRXassG5BjP7MzyfS1o1KOCTnXCNmfZpRZ1VZVLbPN1ZwVBTeZ1Fbda6rfrF2YFs4Fu01bhEOvt/RvldiuVc5CXr1XSWqxRlg4gbPQT+8uHqspLSwtQa625FaR14kdy5EH2+uKZ285JkZSI8283zhWr4yHkfjqbUmCf+VkIJ45wgK+nNpIHIfnCIjZQIY5msMsBEYEoIGluc+KeqZogbiczmE168zETVXmKq+rKlBNXuencnAJRWWzE6azYTlQL5zw/L7dJROPA0H+kYVxX67DlpaXupdO1zMXAHzoEH0d5XS1rm7do576Gs0RVa7dDZklq5XXbqPimUd+ECt2d5cybecN+3V+8BrIM3EP16A6/fMAnMxwVEe7Zz72HCdEQb2RXqf/ioDKRdM2pB/9slPEE6oSfWA7/6Yoz4KkNTP9ELcx7fMummziKmN/OiO+EPB6oWVYGGUb/6og+nXw58Dn8et6xm2oIoSqJa8cU3PAO0U9Fe5p6u3/ri/RjHbLJfzpUgmkPEd6EwhepEtKdfiwMPHhoeCcdm/AqKA8SX8QGREPdx3MTTC6QuDtM0MJw6AXqLODl6Qc7Ri/TqLtGBgyBwBLEmTVsY1IbbNE0gptb3QEGUkxKq/ocw/e9lMghlO3G4r2XkqmUj6aeE29wdKCkJ3K0fgGWcJ2g6El0EAjlEiZAutJNQTt6qgdpSGbEa/E86KMy6oUtXlb2JvgTa170jZ3eUapdrNw255pEntzdeI5OskMj7fk1HBRxdGGnLxePmrdeBVmbPHpK/UKttyi1+csful4pymjiZjM79NS2WgXJ4NfHTKrwD2cQQbPNZomziFWe29NavXkCbrBE9cZpNeMUkZXGn1lIer/CuZI4kcBoCnuIAuHKKfmP+5JrV06rmT+3qGQ1LmtdcM0zCc1MKHWzJvsm3P7L5b1vGXhGECiBjl7NSFq5krVmO8nH1RWg/ej+jCX/yEYVNmi0FUD7rzBbBj5/gnw+MA/fAUwtWVy04MLV79ZZXdIsOTotCEPNE6sf97sFbgfyWwbV8qUSpYBWpmy2WkA3IQlXL2zD1PzHTRNfJoKJYqVTJRnaSS4JS4Di6Go3r19sS9vV8ZE+PMmmJTZBBA4g8n3gEYUM88YqZFtoTfxcyEAJGSeORyR/Pkcv/KLfJ56buCsReP0vVJgNwwlwxbc5Hk/pegrW9qV4JdQT9NOmjOTjxj3KhbLIWUK/HhLJC2pyPJ5+uFcr2pvXIkCCHzE776OCozF47iAuOG0yUj2jaEl3kRDUjGd40Nx8d2jJ11brHJ8J1FX1Ph7aOBAz64S9rnltazjWWVmuy1da65llzJNSkpppxqavXTDi8PjkKNsTP/NiywDT4T+j7SXe8sZyNhLyB+kkVfs158tD8fjQ9AaE6ImBoihCXMCrEIOk2gpfKNGCxC/JGooMpYsdyAoTXxSOEkyGaZp7+fyJHI2pTMbFzMsVfRjjqFJXfHnS4cn2WsMnk9LcX5Lf7XUZzyOLLdTmC7Z1ipleI5KfL5Be0+50mU5iU+WUVIRfX6W6vJX4RxH+17d1nqCGlsWG8w+vgg53wP0aSRKjjsFvsJrWWt9ocTquV16pNOMEhpAohUNsr5jpsYu4FBW1Wu6m3vRv0otrMr5vWto4cFnPmWbLc5cEbW/5jRBzzgryKJXS4x0i8QGC2Hf+k1M8Ung4AdSoJemEtDp5OMlRfEuK+l+rt943SK6yDWrwSUpj8F7w+4VktynuIHxD8/Rk9TUHvPPTJre+I8807z9DsygX7U9Q7eN6Bl6c+XLAyMwulqFvRJ/PgHTSFJ7jzns2deTayZJCRRoZbSBhhxPiOLBnC83JUSLsqtRUPlE9RVy8cSgLg7VVanRE8ptaL73ACtRp1QqlMIbFMSJ/2t8RRzFiqi1CSBLeYEXWGJSHiXbkftES0EcFrFxTVoYkTFBFtWyKAuhIpp88FzVwwJBCSrFIud5X4A2DQsZ0Vc9taImWuYkVWxbiVHV0PzvrTrY+MKLWP0jjBJnT2hh+uGHv9K3PHXjd7bHlFTrmt68oRS4M1HWPHNZcq6IcWtY0uAkqTi9lgc5ibi5voWonPmW1XySd8s+P3gfiU9vXDL3eMmDsuvOjRrp6vptTE9nj9YM9tAOyY+9ruicHqaTMuX7oj/urU9pzKLLc5v2Juk1Z3yX6GNuco7Pns9GIjMNaftxaMFWT2RPcwVJLZvvKZMCkdEvFIDALyLV74TILiKkvayGwU5/5EP3SxMMy56EVw6vd85vOHZQws9sd1wMBPCsk9g6Lta6F26gxnOGIHIyumNpnLQoOGJ0fOfGIezUx6cOHTkwyKypwl45fu2T+n+9ICqc+U7U+UtuTM3zPnPD8GJx+ol6sCDqhSQH+hRuMfHJc7DUvbOW3XOKdU48i2seVN1xXunLViSHH3UzPAgicWX2K3LGwf8uCyuffMX2GcUj6hrDFkvxp+cr7BA52W8YoYolHqfM+7frKx7yEqTJwHR/VaPIMRQwct7iUePA0yybQeq3iiBa1YtG7F1VevABvnPHvVO2RtS1GZVY4mIWg5VyFz6kTfozfQ950jrgJ3X0AfDLAnpAS0fMoCxLvD9NMApl+tH7O+/feZ1X9v5tHz7ghQ+tIZGuL68x5GmP+Jigc+EetLC6aOCCoX/s41RBQi0ZKxEYpiMh94OJOZEUD5ie2B4A+O0A1ZeArJIj7KEiGyjJJ+g1MIzya4p43i0R9KhwjgWjQCT6OXwz7Lkbohm48c2bz04Tuf1peBxSALZU2fa2TZI5srqx7UyE0ao0//4KQjQAoq0Sm0HZ0a3lSH9uk9L5n77jmMTgHu8JKZVwqqlSAJHhv9oagY6TEAxYSZh0GyKeuM+wj6+cj1X42uuREkN8/e+SKQHrGgPnOJWuEEzJSNm48A4br4SlMfqJmGcm373wccWAK4xJPBkmCSiOYdqDtvoF01J/ScXIKnR10gT+YzYFS0RJAFw/P8CPsuxLfSlRDJJzEXM/MZ+TAjym6dQ1ifuW+e2ccOYYMuJugK/tNhSCUNDocBJg3gICmcovAhaZ0tewTYwRhgf0Q21wwUA+S/UAmSZqfTjJKuggJ4SdjhCDtSE1J3JWPDhsWS4hFO6F4EXm5bXlm5vA2VzxLWhStw3/sZrwsFBFuAEoe88O0wDy3iWEU9BAVKMCPwiIIsj4khkjFAGANRiRL3gZA4f1QAgeD0E+ggPJewT0b8qXp/JOKHz/mB1NyXQ8L0NePQew88go49ZKb/TBL6Lh0HQg9s/vbBOWBpxL9Jt+l99NbdP6L5058luZtxHBTf8wPYOf2IPwL/3hSNNkXHjBkV8fkj197zEHr3kUx49kPfgM2+yOjRd6O3PtgE5McjfiEGij/YhH48HiF2FYqzFPND+tvacf9fJmCK02Z9DPOGgq10AX41gqVkJhB7ElpwTk2EV2RdkdBpkVZcV0KsUfziRoWLSUQE+CQRkhyPEyNODoYkvrTrNUzkmdILj7Bdcc5QWFQV503malYQG9JESRyKaP6QPrxk2V3BMnSNiw54lTk+9OY+XZamctWwIt4wfPZmr9qcpQqW1TsN0dusFadu/fste/B3KkV/WBpQKnMbx47rcGo5i1bDOBqrsmrHB2jmSpnUA0fEO+71lEhbS5XOh5y58SWjJztWVzmz7+xo2/S8BEoKshuqhwcGd+yrGh5UT76vb8+i7p3vMZejp4zghYbSvu52aY4Vchy9ZRoaL2fBlPd9fT/4D1xjU1vastqn1cbRrdk11++/714Ac4ta9MUxBevyljh4hoE873fYTJaCKwa5l7qUSig/Cjl1bOjeEV5PrXKOTun9cHxi5lpbs6t6tQYcnds+M/WMTqJdf8n1M4dMG7oANWmqJ0+q3YX6nrskpwyozvn7I+ufjYoLOPEUiA5czHzp1Y8sdIH/mBMPkM0nGAp6sgiIvPAFiX8PE+PJImDv1YDHNCyte0t978Y7Dj99zY33qF5nq6JlNXJbPDQF/vmo+p5M+htMdYSkx0LFCbDQnS/ROOCY1K2pa0ezVp0k3+XKl+jNkjywFfBw2ljWomMLXL0/U1B72+P/evX5zx/sqW1ataxoSIP/6gsTWp5469UqqVIPa2oYjUpa+co7b79SJVWrWU9WHaNWyypfpl8/TaatzLrCduF2cVIVosZjGiA9OMCjozDSBY/DapBZ7DOeHeOZCH1C8C3Z042+FgKYYX9768ktILnl5FZUROI4EWi7e4QAfR3SCmW+7u45kyQhFrPlW07+H+a+O7CJI/t/Z4tWvRdblmXJsiRXuciSbINl2ZhibMCYZrrppptOgIDoJEBCT4BAuBBSCCnkm94wuUtCChzJQQ4Skji5NO6SXL65Sw5safjNzEq2bLjcfe/7/eMH1u7s7OzszOzMmzdv3vs8UBPZgZ7SKhlhEU8daWFaBBsQNsEGJEg0eKie2rGcgFXNxwGrUVz81q2unL5ORR1yL4a33oOjSUtJeifJYkGHFGis9G2stliq1/kqDQHEuk9Ishj8RkvSJMTdBwz0oCofvOarQsG0ilO+qtVbmjrON23Z0sQWNG2hn1uIc8EH2O6rLC6u9LUbjV/juK87z0sP+CorfXC6wfBMdiV9qOvpLYm+C2k0NWMtQnsKsOP/kpvsCnfDj3ZfBQH4ChwAXwEBsIaedXxpJLT0+PGlTOvS4+B12h25B3H/FCijH+qKP467g6kTj3EQNYKaRDVTc6mF1HK0CtxA3UHtpPZR91FHqAeph6nj1JPUC9TL1GvUaepdAeuYIRahTGwX1C7CP4GuMcTglhHQD3TFOEoXo212P/4JsBM6gqOLjqhiDoDuABJrCmjcIh7YTU6UJ4YB5R0BBphAQGcHfs6LVjgmI2MPABXw+nijRo8fMmkCGhPIB7wm4BY5HZzJIKGdbg3He4FJl0+jXsO43BLax+gcOsBXAOKOTgZMfjFl1p9lkvWnGXtSshq2aIo1cIHGbEpnT+uTmXP65BT9WyD9fTbdZNaCbWq/GtylxXd/b7LxL+uSI26wER6/Gx4HzdrsyFhAn1e98rJCTT8CV71GZ8Nv1bn0k4ANaazGCLxUAZapK+EIMEgcaeHASLiVRaNkVwi+e+j00UdYIH7Muh9kffYZe/aUiFmmju6+CP+IvmdmdOUW8HX2COD8YQMDjOJLnBjWAn+k9Sj6x5YXrMv8Pc08tnYQR681pLHwPolEj05PisWmdK1er7cnieVgCJuml0jAVC5Nj9KARsCCDBWYLRUn2Q3onz1JJIcHgN2oUMJX2LTIWTAZHlYzFlYi5eC9orfA2NfFNGg9c0bdMVzEVQ+ZCaTwbAjusAA/fJRVodQnRRxYXgUqH/rk1ZNixgdooFacBAoZfPsQKPvuUzG8NvBtWt72eQ58A54GXtV2+OUnuWBLB40awoDaCywHLCyEL4JfPoNfR+6AX4GUP/2pH5gpZdFnzoze18AI8hKC/48x7yjS/TsHA/rWCYp4z6+nvwZNz6+P/H398+z5p0IeaPGEKvOYxvWnwPT2qg2vvbYh4xnwKMYwh3pPH4HerEfj7XZKSjx7Y3kMSzGYcUF8C4fYXnSBFplASzmFCw4jxfmpgIg3Mg/B38L0ZfqzoOl8A5g6vj9cGX1j/vhgC+2HRxfRGjAlUwmvwNCyGczvTz+x+eBcMPA9Q30lN+s2mApPjx51Hkw6e2flmAXR03DlgDFgHV3W0RtMpfVLx81YDoPwY6W+qHK46SyonXfvhidjtEFMsf8gur+YkusELz9khyQH6PyIzfZ7bVi5k4nHM3ihixgZwTkdT7xDmfwmftrB9avPnP5iz54vTp8Jr+IOtgH66oEDVwEN/3vtuUOrHnujbd++tjceWzXztqfGvHPixE+BP+y599Onjixc9f6S94+deIdd3iEuHbtnz9hS9tqaWbM6HiqtZKKDt28fHGFych1z5qQzW9l7DlZFhnmLps/mBD76GJqbx3baW4z7n8uhb7ruAlhNQFohtMUKuCtW/Xi9lRzgl1b9NBxGB3jl1mFuy3cPdWQ89N3qmdLfLJg+OA9kv7o3slu5+cQx+hOD1WqIOnBCWoeP0e/xETyOj3AYCc8i4X3o+NBD33330OI3itLdC37T5/k/747srSqxf0xhbUnqRlAk2M4IftoMxFObnfhqy6MKKR9VSpVTlVRfqgbR5aGIMo+mxiPqPIOaTc2nFlHLqJWIQm9EFHo7otF7qf3UMeoiGhFY9OMkR5/dgK3XTD1/AROf+MMuiRJ/AOOC/coP3/caAv/krgnrsxj4W/yccQ6LgN9Yab+gjubo1KcDIpeA9W80eQMeERZei6jItaiYu6/9DL2XPtp+Zqgz/q9CNVOVhn5Wcm5WDZmpmrkc/W6LnSOVC4F+ETAsAvqF5C8W7njBueiBnvE/Dl7UmbEzumXtCy+sXff88/Cyu3d1b3fLJDOT1mdiaqDEEagfEsjKNKTXqBA3niGxKs1GeWrAZxdR7TvgE6ChkjkcmQw/4jLffht+uGjRnoS/u9Pz7cp0Tzr+Keye9HSPPX+CJ92Df+Pz0z3s+xk9/sETQxZ1j1k0JKNbnujP8fw6obTg9owsCQd0hkJvRbbUmJvmyeeBTG9IEhlNZUDFyBgRLTXlxf0LLELjbzvBe8jusYa9lXFezI0sZjQm3t92+HAbAw+33X9/G2iryLt2Ka+iIg88mRuifwrlgifzKsAWfO8wTtiy4DBb0v5KbkVFLleNj7/5DTrG+NBMRL8uo/MYRL24ONwR37U/TwTNGB+QFbxEUIkQSTHNAZ+wyRFXZRce8HP7ALvng48OjziwYmHzjIXL7x124Lfn7596aQRns4iVht7T4M9rNn6+GaScW37x8M6Nm46Nmb5x7UTrDI0+TfPH+8tmlxeJVYbkXk9NOAXZUubF997Ydej9wLjlGzYuHxd4fv+hl2rL2VSdQZnka5yz+MNNZ4F61NaHH9k6auW0iWGnVa8drL//vDPXaVDpUvrUdLzmTFXFeFnsfxzbEuRgjCiiwkB8UqYCoirWCxCQEYxFEseyZ2NnHfGwQPwKoI8QJ3VBEGDiMhUri5fhLHbQi6UWxIcvCUS/FnTIBVXyd23JHd8Bnkti7sVJIpTZZXTSJ98TxCbqZJWM5QF70uxiuueCA9FExXKmFVJJTmYFn5okVRdgjD6z0lvNMgEUVGjTjE7e1YVrj+st6OMPE3qbKq5GTzygmYCxKAD+0zpzlKtYtxu9djdiMnWAwtDYVHT3f1xr3S7gxDfgx7t0KOcblA7nl/4/r7vgR0Pg37E3TjmxNUO3dBLG7tbZJbTdaWcIQ+8UtsyJZw+MU2AvukDPhxfAVTA+2u+O92A7bGOiKObVyOv08ffgD/R8MAa2wXYwGoSVtDoS0pZpIyE1rQRhrZ0N2xkqOoPeH4kwLPG3EfmG3k8CIDwdUtp8TYTS61lKk6+lKWzHiSrJf4/mohrqHsTpUxwWy/NuAkX964eAYBz7Tw/OxEQaBm+ba7zYzagBQ4BiHw2Mpiv1v3olMDg5H55meB36yOExw4Zp/dphw1D4nx5wol+7P6w9LyFV6AON3noyLGwDhU9a9ZoPdIk5/errQAhgEx+I+ouQoe6f/X7l7m34bkODTtcQAk5QZi6XloEcbBwOL5ZJy83wTfixFt1s+NVMWLMAuRkff1zcl0sfailF2XWoJXUqAGJOINNjviAFN44S7IAaa2cxKCAWDKM7xx4TcHsxoRWILcZnMRYRkBZAgFyNvJe3MnSoqQk3RLgJUDQtHdlvEm/hJ/UbKSV6ujL0x8g5hUyjNSkyPDqpQiaXKaQ6T4bCpNXIFJyckZFU4IFdt0X23bZLkuoZ6hvzoZF+/QNN3wxbrnVO7znWXFtGX80Hr/MpHzZUjM5Wg9ZwCJtIhcJ0EUuLdTStE9OsVsLwPGsXm8V6Xs6yyY705OR0RzLLynk9irSzPM9IIkdvu/PO28oX3jFvkvlKKCTXZ5aUZgd3ZDuDQWf2jmB2aUnm0CGf29ccuTu2bxBFtKwOcawt2NpFSWOrChfZKCEiUEeC4NvVaRNupU12L5aEBsheO+7uMaEEYtVNeK8JcbABu+AinYjbM4H/Jhm7OCqvXvfyjN98r5YPGdK/aZ4z5QbVt1MMXleXtPJZYg4WHrxpSm4qTS0a8anVxbGupKhd32+hLmUavvlfi9bvuPudaxcWPWWCbzr0Ws3u/NwNr7zChYH4le4yd/D3Gae21PGyL4/Mf6v/7Pov16W445LxlLx5iNSlFKUaw3lWk9Uyc6EOvdbsOlGRYr4c7dg5P82WhlZ0WPD+Sk9xe8y/ERfm2hCPOwTPhHa9krZ5aAFPw4iVbJQsb2WxJ3QCrEFMGBlBVpWocdKplxebMbjwyrM/w/afz66sWry8vzmX5dLMZU2lmSrAFExed+rCqXWTCxigyixtKjOncWyuuf/yxVUw7DKHBBMn1Hq1PhD21TYRX1cV08rT0sqnVRQO8TvkKCuUoTQlyaRmZWkOq15vzUiTs8okU4oU5YTykzv8Q5ghEDsUCwv7Efjnq60Fjwg+sehOnzUpRHvKjiH8BAxLtx19/xQg+HLRmYwAzXkYmFbEy9CMgHcT7DGMSNoUZLAAnQKFnJRloju1xdroDk4NFhgdXL/XROlGQ7poV4mWds+Ad88XO3R5srW/Ezly07nFcPQM2BZcO78+I6N+/tpgG6QpkYRho49otfQYWptiAMnRaXqzWQ++anGAEzsPfqLR01wWbKCf0JtTDLDg4M4r13JqQhkZoZqca5iHo29QbJiLENsaCugpXuON9+pOQV0n3q7GA2jifZbVZuC9IvRjw/Dy5bYu0BghuO9va+WyrZ9vPA6yn4hQQo/Dez9M6yfwRdSXEpIK6kSs+gmgPbjp610q3S74Z62wm4OfStwHxbaA3X1CEm/IdLqHJhvAJhADwvEKZaPUXKvZRV4A160ee/Diny8eHItOS969D6yGHURYOSNeNHidQ18bCmpLIrj2vneXCKnxQ6vBapJNe7irLp26KCymzeWC7ZzWgJrQ8CtN6HNRROMMURyssmPFVINQEl4ULzQT3HkSNaqA2EBeKwQvw8sndx6rEOk0fQ3i3NbvWnPFqeUanagi+mBXJdjfDYB/eRi38oaER0lwQxLo/8nDwDCg6aQ6RT9r3bpZ+hT1yY4rCVUi/YHMNVXUQLznHFN4j1cDg8f9i/rhLuKnMBFw4vEdrxRLYZv5+NdYfav67f3bOrka2N5deqWRurFJqY1uTvg2qLOgr0O6zKYbh9++dQVRJ9IcfA/kmJRV/aBW2dGU+LXoTtvS2Rg95D+pG/52ATffCTls6CZtj08GgU6kYr+teyNw/7oR0EdeXTxNYpYWSIFk5nxyBxEhG765cdbI2I0xpYfBrsP/YSvhbvD2Yd98KRDnilOki1o2kT4fL9fsCbEbU0pWr76pFbHsh8b6TlyUKqGCVC3VQHZmjLToVqTD/k+ICO4haNY0UmiSdIvUTBFhSFxk4gUaLJPTgCIURvMnYUtEUL72b/sSKAakepAbDXCfPffYY+fOAndkN2JdWhfNOHBgxiIys9LX71i27A469CKuxYvkBvPXg/CHJ9TdSNHNBOkcyNMZFi0y6OAfou+sB3PWr4d74C+lx75oe7hUaHLEkLOqIUNUMAJitKH04bYvjpVivg3cEPG4v/Wj6qkJ1Jxb9TnEPosoXpTh9jABYep0duphdu+cptiAAsWEUTEFgVNvNKFWowJ4twvRRQobFpJObAWibj2trsKYBn96/gN4tM+S87vrxZI7v9i89OPRpP8kpuuV/twuEgkp9oGP0F8k/OkxBijf9X2yGTUk04oaEEXAn1AE25TY1yb+EH4ORsypH50SzTj66bLNf96rEsZgKDHVwImSRSgOHtG7ktsfJodHIqZU6wegwrl8F7we4REXhGIsaR/A0ygGtaEotq8xELXhOKr5V9oQ9Zl/izARdyNCU5K+R1i9gEuNe19nn1OjLhfu0YQ2+I9nP3tpydabxuzB67ebkoHipbaXdj3xdmxUUmEMFYCqs2TagQPTlrzIlAqdj1x2H6eo7Z6BkZT0VYNVNw9WzYsg/YGXgSo1fdUkMhq/iXVDMB93v9KHQevDpZHOrgdDD5d20x3qRZDjE+dMvlNZku8+ewa6NCb/6Tx6cZtE4kFEaNvg7vPp4BNC/ImLvz6vfrhNakYJJduHdJ9fB58Q4k9c/CfzLH2DJfNsKfHnaKQMepol27paf8DX9ZF5AdRJqEa8nl3dgo7Vhw5fBu4n4IfHN36+VYYpC9n8PDJOKMQ7aC34jlCfccKN6121YVYlwRc/eRj+eZdOtevrTQeB9gm18NmOjROeeVune1vIaNwxcqMj3H0eQis6PsyujteFoKALpU4glyIK6/EJ3JbR5PXFN0HtcTCq+Lfh5+p08CNJiiRPKn0RfhSj8f+kjMD1olSahxJ3hLqqRM9FFYYfCTdeFKggmoeeANmd7SNEvii8JfL9TfMq+TZYPiTwkJ1AcBReESCWt5MNwOwiKQl6QezjR/mE1iUMYvQ+ohM+Fc9UsV4SfbfHOxGBDbMYTxiDt8eYUaqzO2MtLwpe7+QjN3f1VnQCCXMm7euKRycqAYctI8HXpsYbwIqv3gBRJcQAw15NJ3DcY46iIge87S3rV/nVKyoWbTl65kzUjuO4cJGj/bijiB727Z6SEvB7yZFdj30bfRzdGOkoomLv4jB9q8M7YXhdwBqJ09F0l1spwsZR6KXaQJfYXdAFZ4nQlACbC7u2HqZ2w4k3ZxwG6uOuhqUnZlRvSpVmyKzG7CKnUqLKGcPbmuvLqxvHhAITKgpTFB8/dQb+PTk12WqkVd4hOUbmsTmn7mou3giPNL1wfO2gUIl7d86UnIaaIk56KG3cV2CMtbJ52K6hwar2YMWwopHNS2bmP34aRt/KbSjIkVjGMKqG2XPjcukVqO02ofVEECOWUAIyCdE9J+vsgOCOzEi0EQGpEMEZQhFMIs4tHzBq4zBkGO9OR5SPmPfMj3K0Rj0vv3Tj5B11AwDTP8kiSuJ1KrG4qC+XXl0yUS5Vtay5+sjUqY9chei0fMhPhxFZB6Z3li9/B17d/9vjcOKWOcvfoYsaJZzUnuP2BfN2tcweJR7bx8goDPotvKFGyotrQr4CHg6JZYJOa949dnVQMzcdZwLPwavvLJ+wCex9+g/7Uc7Er0sMf0zAC9IRGbEbtQJasQTsPrsG/TpNlRLC2k6cEeKPhvywii+FfyJbSX1JSX17UsKF8HfvdQrrUuNfmIDS3EtusLZ4iBZSRm1YYEhTXcfOfUeCxZ2DLWcom0uNcQVBjIVN0CKJzwP2uPYIcXBuiAuTOG98BYM1UrFnvInw9c8xOj8dAk0KnU4Bj+gUrQodPIIvQBO5iNrqigFVPQOLhniDzd9vWrlOP+Sep+8ZotdtGPFZcR0djgH8w/tvflrIN9paXPdD0Z23+aYtmTqxT6amHP3TNNUVx3Wi+X+Q+nmpkQn1wz1RBQS0DAEL0FdcQYYYRlslMh18xP2V4wncQmJFjTZSTcJ8ddXz2esSyRaJQim5fl2iVKAgDvSIiRqedTqHGUzdKnwADDyg11lSLWZnZ32jn/3zTLpinnX6fc5hTFflV6zQiFI8dr8zQS9WS5kJ/SKskqCnH/uE8a5n79SkAZQIze83qHZEyIkQiA7tu7Bv3wVu5Of3R0PoEiOhhQAm8wTrDBrx3X2h+z9H4XAXli6mY0ai5cJ4DXbebrBLcF93231ehqi86NCs1toKfwiAGjgNHkT/p4GaAPyhtRVQoA9YAfpAas4lEQVDreHWSCuDT6A1iqqFpqs4fRHeg+caB6bPLKbPiKchn6pCcKud4dXGPYuierOY7+945qJabexoM6rVF5/pQHzZj8SJE8oZ0fqXN0bC617g3lFlZqre4V5Yx4Q3vtzeSnw2gfMY3qkTby7h3TmCNOLW76cT3k/9y7J8IfgsDUXbGCi4NA1hK5RbFktw9Qpex8WKJl7E92ruRHRoKfG/YiGYNxoyQcTceWMhidEkobEPebcTz9USIETSI5KTNGqYb0jV65RWcIMJ0cbon9nZlgIT7E8nR2/kwhWgWuNQyulUlh3bMTvZIb4qzTexi/UW1Q2KmRE5DKR0v44vktMUV5ivmMip/vQKWmURwZ/obvjqqp746nZNT0z1dqoHkjp7XNB+S6KG3xCJH+RuxOyU86lqahAVASKgBSnAieh8b9AfDAUTwBywDPwXeB1cBlcBpBXo82GkNBfBSTNyWNqNPTG7XaIACROnZiIhDVZA8BuBN52Pgeu4Y9uZxS601OKDtBUAI+KdjUKOrJM4qcbY7XhxETsWC+tbky827eG9UMTG4akuCLD4x10c8MSeQ6s+vZUxYYAlF08wljysOwPDLAW8QQZbd5kEkSrgDVgLFZUYJ/IGgZXcISioDj3vF95pwKh9qIAmP9DjI64ZXiQJXhTRMindbTQVodpzRNHCRXxnmVDDFGK7MvxEAHEePpGJtJMVy24DLirmP8FXzLh4n8goxLs49HP7RA7BjYlTRDxco/QiHhWANfkzUHMUB0E5MJA3E8xAt1LsELmVDEbDcQsxeMFvZPwYWdClBCbh8xCFXfwUYhKMBG7KgcpkYomLehF5xmEocuJq8X6fAJeHfUCirDi/gA2rF4oJPhW7tMk+GjSkoEoV8y5dsg/Qw1KMxlLFqPS8gZsLMvPbFypGCkEP/TbIcqSk+13FFq5lSH1LS9uUv61KmX/70qH0T2IdD8aG/QWNxujQ6O9MowpHvgxoTicWJStTeInMkmpVmCwOs1Yv432NMolENZhOd1k4hUfJ0NIsqUplqgbBBRabQaweaCpjGJrluZTCgqLMFfnl03feoc8utgfl9DDgm9x7RAbgeJamAVNmqtGiicMyv3f/JKVGli0BrDpXwVlc6fQQpUQsb/RJeaDXmh0Wk9JuTpFJxRaFCf4sabCyKRa9bbAjWdHHquCYEq9qoFWZLTMY1dbrr1kbJHadJSUztVqR7HCqvAFW8pKyly4jz2NOZi6LNQyj0GTmgiTY9u1DD337kH/mLMBLU9emSVgO/iRmWPoCzYpEsvRN8F51VqlKyzBSru/rjHMDMD10AhgO2hlAa6pU5hJvGsfyUlok4eVitVjHzipl5Va1RcT8VxLtz8+VizWSslQwlNFUu7Nua+Qc6/zekQoT+9s3Jh+bJDLRaRJ5rlQHaEY3gtbT0+ATdfVicWXo/HkA2CNsklIHGJUqWylJo9Xy9/7rTbqJa1ye7eqrYaQjvf51W9VOXpKsM1ZxrNeQEG5MqZQoHHbPXI4bkZ4QZqtU4rwUR1GOSTdw5sw9Mz+am9end40oc277FVmaSVOyoB9N52cnJ2cV0MzBYUZtmkwqMaamSqRKvTJVLLegT6aqoaV9fa6coF3jlCZrOS3DAg7IRJmMiKXtaRktJat9alMqMKuTlIyS9lhYrafMV6MQqxRiJbMa/mP4nVIdo0xSKZWWJE3x6tIWh81OS+ksTo7y4RiUY5LYpbFVZGb5+knowiQV6kQWucSi1iokUovVIGaeTE22TXWuTNWxS7M3lilsSmVomlolBYtWMdWbCqfaklO1rC515dY0ZdnGbJFKPbVSU7lqPovacvRsxu3artPyYv363jS9/tjiJceOLVkMXagjpixFg0rGDOjzEtvYiJpdP7yBU9Fnei1LFou06j2p9DqTYvubgcLX9ysMNINBfGgejMlGQ1KsKOTEIg67tgQSvUYnY2igKa2QiD0KRWoGapboBqW6/1KZ3Dfb76un6d5XKkoWlBdvmcRKgIjW6kwyhWxYn/SzBsPuQoeRYQyW3mGQ769y2cGgOtR/kvRalmPFr03otc0/2yeXLeunVhai4tcLPEMfCeBeJZx5L+LPu5uWArCidvUWWVlMkvgg50GnDA/P/b1py6RJW6KLJm1patoSHVM6e/Mdvz0L3KD00tY/3DMpj8nuP2fVoBenpU4c39TPJR9yAJ58BF658uq6RdXV9vwc/NAk8ugkrrD36FpvpknJSU22/JIBQ6fNqTw0xrt44vSh9b29aWqGVluLvQN7DQ8MjescxPxypRFU0FpqBvbmQnX3VIQRHbvBNOuKECuC+HY0z3tZsljkO8UJWPmGtrHauM2zziDo3Akg14jrj1+5bKKeWIhsFnwCvvfZhg2fgWLQAIpxKDr3ZqTnhWq1Ta0GK2fVOlLJEj/VMVSwbI6bSn9Aote/tJ6cz8Er55gmlzkSjgOqc60bPoPv9Xjb726BCx0drIb4XW3qUK3PUaZZiOUFCzVlDh9T28MwG/4giNPGr18/XgjtOncuchdNUBEJVG/cnkwi4MqbCF+H12JejaNHU/gIN2XoqVpVZOTD18M8WotpldeIEjxPbORrfROqrrVWTZhQxYeqJvhqWQrzstFWEBYE+hHB9v0IDPtqj+BkDEl8pJbqUaaUzjLF5BE9imBIBjcVFbH1HEUT+6DEUvQoIioORbfW+noUIdrUvYzA9n9RHgYtbf9/Kg+NONL/s/LQneUxoVFL/U9KIv71UjD/1vuxLIljVyK6YSEonui1urirTOLRxBXz/G5i5xL3H+veluqTTiYXyE7BMzqzXJ6ZKZenaMH3VncmzEDRteg2+B26x2myubZsDacT8KsZLOvDPgpsBoxYpdHb0dHmFtkdPq/Np0FHTTEJm/zoDhOCreEwCIVC8MeWFvhjKARC4TBsRWd1SwtQh7hwG2wKR9vawrt2hdtoWxgcIUGhOeN2DXFvDzkE9aIXkZxiXBiiiKTBIxWdfXbOQJww+zQ+h8GJCkI0WlEpiT/dmME6PhP7dYMYjVgY7qAgdm4b5iiAsXqxSEWEfh3CGaLYCErFhLFz1CjqwTdQeuwLWHiKpUDcP247FvqjCMHnAw5FKdKDwjTuRfgBSsDOQRVDdUrrlBF5Yz4sRnWvVfe6aRzxGoLEWjoMXqe9q6rYe7Ad/VA/89ljWaHVuE9C6oprgv6EojNYdIQ1nlCto1S4HUVy6NeBbqAqCH4pcET8EYbAGAvP4h9NzjDmHJgcO2JNQZPtj6hwB7Vb7J24AbrWghqM7wk0iaMDXYhMdtxreZaKNGEAFC6UWUJcFIPbVUUvFDUAG2wSYksyI00lAxpQpIpKtLUREb/KFHYCVwH8zrj0A9Nu7HCxm6XQ8mup8hfl8Cdg60AduwScybS8YGnKjFDxVwPqmhSlOMSgDgFsmSXMEXSvCSXKjBUC91NRAn5WEvqmldRwaiqxuuwEJPR3ho1eI0ecpaAxacDgEDanD+N9F5P1InZ35SKWzAFiuuYTPG5jP6Qa+82mTvz9aSaxdP9+qdiksJoY+datjAyYOmZ+Wddnzm2+LVnZYAD9zpRpc1asmDNtSkGzxbLm+cm5uZOfXzONqRlZVRpqqELsJCwFfxk4sTtEUXGxk6O30dyTReksWAvYNlAM3yur6dWiUgNgX1DMiye/NFnMe1vkKpoWZdY3LW6qzxSxd/n7coy4jydQxaB1dw3j74Y/xHW2E8Y6MFMeKoh7gBLxHxmokho/RTyfeYjrThsLiCE3sVDVsqi2Qfomq6kxszZsoCdvmDULjD0Ef7p/2eVD4w+hbxwEStoy/4W/rYd/eApefvIJkP0EyFv78wvzQWNiLYGbfjbr1T+/iv6yogOzwPvwdfgTyuHysvuB8tAhWLf154eaHoAfvvQY/Pj4tEe/Y0TdcbCYbrwa4i25HrT9Jvxog6PLgM1IcPu6sKnCOkVHK5ZusiGFLjyhqoOQehZNB2jsxO8dORKPbMLJYtHsoK7EE0DwyJH4nXAsLubvVYxpN9Zl9VHl1AhqLpbFYCkdxpHXdMp/O6W+aPndeUFQxuNJ2LhMS9hxIYqF/iKTleV6RohaEe2krmMKSoFnlRWZNOHC2snsRjdlViihgcxgfzFMXjXZAP5Ctg8rqvLzq/LZHePv2r1h913j+y2c2sxq67Rs89SF/TqoW8WyIex9IRpiwijL9p+74Ik4GXopCZX2719KAup8nH1kUs3iKru9anGNbNv7z73E2+38S8+9v012y9hEGWceNQj1WjXNG7VxlYcuF1xqbcBFaxI28cltEGR8djSmTVZscadkDHbUtd0elIQLXzxy5KLQJqTITZ3XnGBPeeegHYv6Rah+i3YM0plMOnzFxq+4MOyA82fNgvNhRwI6Ewd2ohGxE3AJKE29U9c8/dOGDT89vSaVt2fa+e6XibLVPDIf/c9qmAPsepMdm07Tbgeq37+sVluEkjA/SKoXbKv7um7bgup/vyZVwfL2Puv+enJNWtqak39d110ujMve6z8rO4N6uwONg3+n6COYkSNK/c/P+HrG8/5/v+Tnnn46otz+dnb229u796f+/7v+JOLtrv+sM90xm35l9h3/u47k3bnTK3ShhO+gokqxRzuuB0kJBMUBj9htV4p5q9ik63GXa+sq+WTGnF5WWF88OjcnJ3d0cX1hWbqZYSO3ip3c9VRIqwzjMzqEAs0jG0O1eZVWi8VamVcbahzZHLhVHNaViT+UoDtBoVl8FvouZLc35lJd4xYCqNQmvE9EaDwqekDnjwGOCWndiUF3EfEFTg7oQQLSJUwKQKh2kUkw42PQ4sgWKvBUkYMD+N0uM42WxdI5UhJb5FZK0KmyiBMPryyt6tWcnmKbuk0xV9RSHw0PnwPfq9s+RcaJtk4s9gxgw7W+8PiCPlUeOMx6Ap/b8h3wkrsCL3uTszLAMxlZv+Bo2+2ZlWK6yhNe4R3EgXBRur+Qv3vqL95SWJeUX9+yZDjIrJneNmU7mLjO0Ldrr6cJfeNCCgNy4WZxCLYgySAOwghIy6Bm8cWsRBwJ58628OMlEs8ILJkbxKz+hG0KP3N4XJWtalzVAVfIV4tVcUP0U+l+vo6rEuJtz2xZlKYzTdk+8x5xnfL2odH63nMzYNi7b9bgou1TTLo0LlzlibbQamweGv3xBnXWW+vLSYeUNzcd7LWlgJ+I3eiP8QT0Ds/r/cvZ7VM0om0zoTIzB84Z0hzIp6nqkbP2pYOnp2xny+P7QIIOsAvNogOpydiPMYfXV4KYJWAXVMY7kaa5mLoSz4kYzH8K8EV4Q4Z0GZ4jGL04KggYZxyWmjPEMEcCeHuSIXcFG38+5ruiHHiJaSQW9HBs4cmjFaZgDQc7Zu3bN2tB7sCx+2Z58ujFaADvmzMSPj7u7oNHrRlVHrMeNBRWgBAOwU8t2hy1uqJIrwVN1oxvo0uTjL7aPCetjJIVKW266pk/p6EGDMvxoyXoe1sycLuXFvf1uOA74e2FPs66pK9Luu/CPo1lff2sfZq/7psVndq41TDCRL/Vf6AyYPdUSQ9I64tuUCiwQSE2G5zGopDkiDLAaK6Ja32ZVcozodpZtbPerMiZHqF0I2R9c+n7fLWr7YXwkifYz3P+fL9c8VBf9gDN9s6+R9aDGQQfD/Uk0OnErxw4O5kV/BHcQhhoilHXIiwXxpjF4IYGeww1yWsnWhWxVQEe1rjfmjiMzhwTfq0pn5dB917aUg/D9S3wi+in9S2PLgMPZkcbpu4WV7bUi1rHR3/rDkUqzS5GrZF605hQpBWFxQPy6PDYzBIuJC1Kg32rJqCxXKhWgPKkVKxUbnaJqJLCyN/uPwMPYY8vJ+9uqbctezS8ecqQGbb6luutYMqhNYyi2GW2OTz6NJfNZc5V5paVZKpUranOCVU2s4s/rPCkvEEEWAImHubtiqjFmGahNT8aTeTgj0G8pYAY1Bs2qGVikCTYZMnBYO10BxMHk9IlBFGD6XAzFQWAYKjHc75iMwjEwU4Yhw4HwbuDbtNNU3CL+VXjNetHDVunHzZDv27Y6I3Kccv5ldKAsSC9MHnmvtIiyFWPKHSVSx5cs1NS7ioIMRvMUyRBV34Vs5hnxVPFxXb6uex00FFSW4yG6tnQAIYN5bvLJYvN+5iKG9TEWrCz1JtnBJ+kWMdvkY6YM2MofBCcGDpj0SjpneOTHJDic9RWmWzPzGCLC27wisIFruhIeoyroCpfpYh+Au51eqs8SjlMtyy2wvm2LDNYmdOnuMb89Z9YIAeZCq0sv7rABa10i1JZUB3b88Xt6iUIJFMIEtetKV254GTc4UuYB4QAGrVuQu68ZCbomghuJny6mJcp/MOyu3uyqooHCsTvnNHBjUsqqS8RpoiBfjRZDPTP3muUThmYX7ygf0rqhHWWcermqmiRQAj3zuzfa9+fbcCG/zg0H0AKht/x1xUTIphiAC1Nky9n9S7JLMfzQGhMYEitr4kuCwwJH5x9he5rGMVvnnB58Vy4IzRUIIMz73HQjln72mN2aMIvYV/cSbzYTqLWEU8riVX0aZiYClMaELBWMaCvkU8XqQgUIelEpnQlE0OwFKYO1K9QFzRg/fhAfPoQuiaItThDUF/cwrraTxZWKoCXXpy4d/520wjD1sbo1Fn7/qrZN6t+vUWDCFWKoe+Sl+wB5cD+gaJ6RJuqnjQ6DWaxYoO0yoOij0hCHZXia9NzKt5EVKk2dEZZlemrZS25fWUjdNs1A7J9Q8W5/c6f9/QLeuClQvvqWh9zm6ni6MkJ4+DjI+fsQ7wSvTjPM2vf2IG5CzAhhh1cTSDDevRgRSFo0Js9VZvV6hytBX6KwxlW0KTVF1WAGcak6NK+8z1XaROmu9EwrXTm1bb/xZ8DhtU0jIXvuDx9i0vxrJexBb7nq+3EgeGfYSkqmfCPhltr7hQZOZ2RJ7FuGcb1Skcn4tjH7fLpBOBQHdmU1gmYMKN1CvihVrFZoYN/VOi0SiZZoWOVg4BEqtgk1wLPq2LDcr3klTyglW9WSCWD0fkuveSKVMoo2E8k+u0KLdO2RKGNXCAP52oVS5RanTRSoZBJNXK6Do7S6cBj0aflGqlUyZyWa3TRa0kpvENCi3WauA6DsKaWUNlUmWCH4BbcOPhNsbq4mS5vswIgmTAPGukemyRUwgYJ3jBhtb3tw1c+UDWg+KxYItbdqxe/flCrFPSgXeHgiMkjakR58AL88Y0lS94AapAL1CT00S12IZjKRrsWfjPwMtyqUao1YC58AOeDYXCS0u6bPm53hpTxL3kD/tgjP1jbIyMUSqx3HqI1xNMVKAr487GRH5qguE54ozTsiqkCcYceVuAV7P9espuapsf+ET1+f7NSlifSqmUsq9KnWJ26uslNA5191WqZSi32KVSMOtfXkLfnd68zcpRUmifW/Iuku9943X1zY0YfvHnzCOQ3a7UNCpZWMKxcpZTzUwfVTbEolTJAywfrdaw6LVl/eseuUziVkvlXqdjCWzQ7MNziG+JxFLrRxrdyNqJTQklYE++WgICEcQdMEsCj/3QbJnTRJvrII00DoA20nYaf0UfoI9EmdA3aoO00sDfBMN2GhZz4BkmGo9Nwolgy/NjnTSBMdZMb4Xe6EelEbzLxEmAKuCVcwB2QADffs+vSZ4EKXm1sbYJXgSlz1BpYxuSCN2EZ/G9gQrHABK9mjmLqblHJ57AxSuMplAQ/GEaPVIE30aP/jbI7hbJDDzaC67folFhWfUVCcRmonDrKEvOy2ZcahnpouLtXgPiuKhdTL/MTJ8LEVwpJhal+RizkFdTslYAAsAEMzVVkpQ3FQTquyauzK4l6OpYGYo0OtDQn8MW0j6jN2Inzc3prwOUOBNyuALsuMDgQGBxxLziyAP2xaxfUD1m44Eik79FFi48++PVRdt3RxYuOoovIZ/C/T91+YdWqC7efYh6D8AN4Gi65sH/sqL3n6KHwJ7gOu1QAq1mwJjcomXcAXju48dv6/AbZCFv91Y0H4bUD8yTBXDB3L7jvizZwJ50ivD5A47f7J+B3LlgASBlayYuPAvT7+ijMBKuBatXF9ourWNn8eWMPXFiy6P17J0R5HI0+A3oty3rXeO956T54bX/LlJKVxtucUxbsB+L7XroHxU9d0IL6zPQbFHuA0EUd1hcmYI3oYNB3KecAK8AeyXlTTPkdrT5jyuUBrHXkYQQ9JCuLaClWLLICpjfcAn8BUrAcSOG+F9avf2E9yFWwisw896IzNUBmtcrTRqb1OQN/ThuJgmlANuDdhe68TJREmlEQsnP6qgEtpWMfcrrsoYIMegmQvvwKyumXV14GB9ePH7d+/bjx0YdT8jKy7Mk1hgEkF4XVWn0G/t2KAiNxfoaaZHtWRl6K3qrUmlmlw2z0JiebtUprAn4YT/mpINFWje/ae4CIV9LprnwSwppHJqwkhJ1koRkVXaKjvzifxvwvrXbZRGqj7Sbx8f3jN4wfvwF4pRm90qSuVeuWpqSk9cqQGjP7DLvbe1eh0SgxlhtPLRyEjhKj8VTx9uF9Mvu/Bv/+2mtATq9IhDplIM5pfPQXfRKXLE7KzNBqk7kkfV6vXJ+y+K6CWAaL6oQsXytW+nJ7AS2Qv4ZzA992xzcVZBAvoHprBb91eJFDNKEROYg5L+/kyCWgkxUVpVaO2fIVPP3kU/D011vGhejT+Q6wx9m3EK39X4WvOjyFfTPAXjsXHlsZvf4UbP168+avQegpmg+N67hkxwCLhX3t8B3gt/ct9KbDVfaYjvq9iAbMwH2OA9jUxuVzURgQutjlsxuUtMlImbCSOo16m48zCApcRL3OX+wrQqsOFMUzRq0JeGiUAH8miuc+hJeT4c+VwNcAj400jF2cC+j+7qHFajO4PS/tI6Puw1TXURr07mOwz7HNq0iqnghCF3frggvtFxVf8eBFZf9eZvAeAFuD0Z/sM+jnC6M3NgIATjP6d4oWjeRc4iLaUuboFdkxtRwczHaDL3196SKQT3s8/f5a/eHeQCHNZ4gAKKSDRbCfPQo1zHVXoRIgqpLLbu8I1SbgaUupJGoh4mp3JVA8vPJUsjwIsk49j7GxUfujWpJVQRrZbsWAOAQyG9Ersl5SYT4/gDEJ0UU+8eyHOd18si4QEfdtVuwPGA3lCjQwBQ2PxBm722zAPGtPNrvSi1C2EyRLNm2dyMCj/PIN2ybQdzYzlmRW0WvgJ+vViCEQAfWAgW89DpJ0CjRI6AWH0/pKZVy1ci5tT2EVyXr9oLYNKlqB0qn6V7z3pFsuc87fn1YilbGlyhFrPoSX4Evw0odr1nwIMkE/kPnhZ7eYYOj1Zhcujn0Y3Vc8d9W6saLoK/y8levH9n77OK1VKaTpLYdsfVCW1aqZtNPKKlIzmdrPN6gYOX7tgD7nHgdGtVykk8tbDlhROq5KMbdEogjVfrpOTuMqKAZ8Q16+JrFA9Np/xkeB2NxqpNIxOg7AO2tOF/pc/gwJMLIBxoVmErXTqKURxXACP+3OwPgkiLAwt//4h2+XR81H4N+98LswmIcWjUMHAOOBry/Ah94S/a6MmXru7q/h38HeRtk0WNJ+8mT7SRFFr9j0g1vy8C7wyP2PwznRmXfvSYXl9utgzRUgC+yDp+An0WEblfT89aBiqegkfgiPKxr3L+5tsptgo9wuGi2smSAWUQTwGGKIzifNm9wiKzYEwlgbShbNg24rwGZBHhwwobKzlM5IKwHLbIZfwb5zyrT97p0hky1UZH+/2L+eT671jhCrZMmcaUyJaqvW4K3P8k6ocZaXStDyyZhl7v3o7QNPHtk7OyVH3Cdv1NQU1c47ACIpLD3igUvw6g0K5F1bD4aDviBnPPxGyWiGLqTzft9bjBg/wA118KYC6at9cgaVpPASr5tmyzJoXqsQMxOHyspz0mqm+8a++4TLNaz/cTBm/iA4G76x5gZ15cSUuCwnhuMfEPw1skTFFWt/ovkpQAw/XJjgYdjZXui7AT1NoBT8Wl8x7Sa+FbXcxWOvH4TfTa8dzbKja6cD/cHXj90Gzz6aqnwS/u7LTbhvPMc8AgrBgwe2NC+9Y+mBt948sGzzstmb7+Es83atGd++PXt7+/g1u+bNWQ7Ee34A1Sefwz0JLItca4WPra4YXgImf/knMLl0WOXt8ERsfaJG3+1HKofyURVUP+Lvxi6sWhHbgkuNCol1LQJap4jRUmh1goHMMAyOkSEkG383QGR+WMEV2MmiFhHFjrUf75nyeBF4uOQreO6Rlx/98qHv8zTj3gL6F/5WAV4EyVYVdePpUPOIgtpp/WYNn7Prtnf7eq+/OWnkontWPO+ZDK7Rl7hLd+/4Iz2qpGDXG+OH3//3jcMWA37Rkd6PguZfhsDv0YQzESwxByZXLT7+HHhq2OR++Y/O39yxauT4YQM+3XSWHnjXa6/F5WxhXvAzgnEBbrmrabhpv9CXuDFN6RTXyY6lSNjNjNoA2YiIkI0I0BS14Q1LUahqArAxJGEE72cyZyOC/kt8vyEc03kRymVE8+KfUblMeOdY58V7aYISNPofe3tWp7mjn+GwTp+bbLUJrq/RqHK67nyjX0mGR8kkaXUs7bWWToQ/FlRXs9+CYnQqePqCGubQ+uxBgZV1tuzydIdBqtWP6J03qNTr0IAL1Vw4NKJk6cbZhyaO1kl+GPtYc3UBl4QfbP+2oPoDMGVa3sB+hXJzVUr1a0ePnhnsygop5DJTfqFt6pPC+lZ5g+JuI/KSftRj1BtoVuUFiBBBFRorkGMl7phZFFnE4SBaIRj5m61XAjHTFZOR0xOI4nSSic9B8jF5NTGLK0GVHUWmgTjsseCLSRNDbxMu0RoSt1bsM+qx5VsMJwaXgTHqO4uKUxPNdjIQUY0W7Dpw9Ni9e+YvCGbL2WIvB7SWoumTwxt23L0xPEkkVckNGdBQVWGwaFRSSbCKk6rUtFZcVaW2ahUivrJSa00Bb3nyhtZ/+NOH9Q05KiApLpI6ewNmysw9u8+/v6vMb1Gp0WrPJWveMaB/8+z+oXkbmp7eVLN921tntvmSaLHUbjSkGTTMXKs1chFkrvLMXXHbh/VD8zxpEpnMrJDws6aF92xcm6JFpE+x7tEH771DJloQDIUqWlp2zRhpEYstgBnTd9X0yf6SkgAqMcvonHQDKbG0vIpT0yolL62sUqdquapKjTVl4NJ5M4fWjxtX39Bs51M0asuUajCM3tI049yu3efVsiKvmGFEd8+Y1q9//YBGOKVPzaanJr65fds2Xzotk0jFnElFP6IyzYOp2cN1nnH1Q2e2gPNivVph5sdmlxRK85MVarY0VIb7TOoNSvS5CGOPBanFWMLm9Bv1aDpwpHuwW2DilNnEOv1OjDaDODTU2RG3r6QdSiabFgBu/EaM2ZeGGRIsLVAyZJueCwhfHg0UJzFAtDIGoCfGCP5yoGREKpVRpQiu3f/Z0mU/PHNsarqYFUkVXOscsBEceA3cK9Po070arcSQr+EMdnOuLgeIlGIJJ8L6v6JZRZ5VcEOK06VU/ClzsE4nU7qWbdmxvjlY0nj78m1Tigzpo0SG3sW9tfCj3DGrT06f+sCkyuRoU7+qmuFWZa/muZW9RaJUnTowtE9hcOyS8VkSlYQD7JLCp0ZmfqCeXTgsSynV5e038hLsQlRwFkvT6gIRLwePplUVZctkbc5Ber3M2GtUpqhg2N1jh28bX5NlkdBrKm0+2uhsCKT0XjqnobCoZvyQ9Ojhkfm5xuTJeSUP0Pr8iZ02P2EyR3mJhtbsBJvQOKpyl21uZ8gZw7T0xTAuuR7Xgn7pr1irx4y1iIvumGNwRAgxsRRONxIdMCWE2XB7mKESkAwSghxVV9ylv9KEyW9T7CjYogsahQnhdi02PaRDPXMiwW7toyJeDrxEg82QOCcUGbG+3b/GAv0XDYraikWTQlRQG0FFiKBVIZZEd1WdSfRPFb5lq6EYcCSeRhv9gKVab6qzEB5864aq694n3IhzIX3C2QVx5iJUudP3UMwO3WTU/5+1wyhsZf7KK4KN+auvClbn8etXXpFEbP9Z09xz6+w6r2Hb/6699GgdlUmVYKxYiQCaFGulmLX+/1UDcSZISc1S2CYU/QoQ6tLR9J81C90bUhIJsAkNgnIj2UbL/oPGAJ08b2qMjgAyNcdPCdIJ0Gp20UkaU/zoMl8nevIiymWObASPK11mKJw6hHh0FOSKrLD2IV5HqKJAp5w8Dn7gJDslnSIjP3htQ5CYfQ4Hj4BceAE2wgs0hSuz65zWon0UtKqiC/Ar6LvZQuE2yAWP1KF753bhZMseFWSaTvSdPyZzlJPo4BARVJe4petjYaSmeLG6qGkMuAGzkQbR+1LpdktmO7E3pUOCVSqVaYm8AgQTVYbgpLW3Zlq2k5Q0alv2j+irb7dgQEiCBOYyhywdV4iOv5lpFQDCUHKcprVVkLeLKa6D6BXjsUwJe8k8ELmdXFxj2h9A3Bfn9HMaTuNE/wE6819ajNpoOCkpem/0XqlSp0GXNLqkm+lmW0cSHepoom1sW7SN+1lvbw/rbfwNSib75RdOprdz+BKQS8WBDunX7C+KDull9pf2KPvL5Q5pomxYg0rli883eKOWtCQqj/0WMfGNcDyscLFpSqHTQBsvRifQxrPfdrvseEQsoimtTiEWQXQSIWa9PaQXo86jQ3O7XgxwoGcMc4OS6toRk84AFOAQzx7fr7HxeJhj+xoThRVie3hUiZ8F7U63iBMRU8xAkA9gJQms6kkLjlPAu91PP8Kpf5837XHYXpwu1zNsEudU2lVmpYrb9fCP4D7wLbiPrk2A9RT+gAc+CC8/pn28RMoApUxl5OxKp7mgoI97TPTuJ4D7scc67XkTyu0hiK49bIPiZ7x3gsZLGsZzQ/w45ssz/GoX0HdWCMupfS6/C7uU4ALEJxV2CmMFt6zZVdgMD71/97pRKUmee1fmlPYtfw9Mef99MBRXuF/tm7C9sJJTJbEMB6S0nOYLDFlJVtmhZ7tEHfSzN9c7vPW7O1reHVjUNHZoxRyXSLz1O6D9Dm59AjWG+Mk+SjGiM6yaVSG2UOwzlXgGZI4Gon3rvj8xbdqJ78l3lLAU9w/UA0WUlFJgKq1BfyAZkDM244XoP01+aMCNBu7oSXiJWRY9CTLZwzhMD4GXcSyRGzbcaBU9zoWIHboIUI50xsXQ2HtrMGb1qhXWNwE/itRyRtHjUvga/K+v7pqc2zhghHbuoKRHPPeNmLjYlGsMVHpnTBMrVpSGloNhHUz7d3ASHAr4I6AKiOomG+7JvFMsWbsVfj7y+m9+M2KrGdwhE3euY0UCLoOUIGvbAaOzow4sotoptvyTT6KbPvkElKOJgQLH6GUgC/4xegc8H+/X8We1VCU1IvY8TzC3A+6AGzva5tBKN4DVlGOgINgGC62hDHYfWnVijR1vwJGOOeniIA18REnPp7GjlVwsHS4Hs01em5Y8e3ZyWq18os/mg/tsyeAJR9WAwo0bmur0UkUNaN0r4mgATrm+EbEsI0+hl/p5jobfm4aZ5Mp+uPhsq33YwuTS0uSFw+xNTUdt+YZArVO56PYBYTFcp5QDvnGkEgCWlXJgfVgkYupTUlJlkd+OREshRi6ixdOMvB7epZTQkpFC3acSGoT3e4ZiL6NYz5BsyNhimzAxiHanLghMHFEtwWPF52RYouAA8OxC5hngRwuM9NjCFK0Z9YLnQVccBlrPU72K5BfhDlgPd16UeYOLh43o/RHIWswkKcEC7YCcYGPjqlHw6WaQ+3HZiGGL2x8YtaqxMVjeyCD2XmqVZR05ciRLZpXKZDn3TGiccI9x1ajG8mAj/XTZxGRP0UF4bf9+ID6Yn588qaxhScW9UlqiUDNDnXkol1HBgTBTck/5EvgNeUkjbJJZZVJpdmZmtlQqTZPlFEkkRdfwy0atIn267w1a9DJqlwIsfQgyeBsKazrYrQzq1BqRHLF+GJQooAS83e9h89EKqi9Qj9j5GgB7vgHz5jd3HAQzH/nDH9+uGQe/hw9sf/VnmvnyDwW91fRKsS04pKHaaNx8/c0D9Ferv3l378g/vPnyjVfmH22wmft44ebAQNpfA5p+9xMYPrn3+gmDVg8qMasA4IasuyfeX4luvYBGn0JRqKfFWArcIbERSSez5JVQE6quIQYHG3FgMxUR4lH+geJsdFMUq5iDdGLCgrigtraqCZ26nS8Tu5UCPL87yZYc7giCP8kA8SYlCKwReUQsHmVPcDhqYhzYPqXICpRAVPDRwJ+37762Y8TOt+atv1r3x3nw/nd+Az+6sHr1BeD6zUWwAIboZxfDWvjDc3EJ73OABcduv9/dtMWWJ5fm/TJ/+Z07ru2a99bOEbfNuf3R1tUX4EeIeqAsPqT7wSNR+FEXrYQ/X4WLjwBiToLayYbq0RbD043hEQTswK0BaYjO0XbA7Y4eGMeMan/2BfZ+/e7od2AclEceBVOZXmDdPZFPFzNjoslNEyMPgSH0msindK9424S5H8l+7u2ooxCP5J0uazrDHLZEIZos6IyuEb8aP/s6z0Ha6NV0+iQ2CHA56Jgq7D4gYmko8lvpbs+gs0EjnOmwukmN/mgqfo6GW460RHF054+T82pgs+fabXkuwyC1pjev7peirdFlFgE1L+cS09LqNnXXX1QNQlhhDbbSP6rVLXQLOpCfiMcGv5tVDpPNZnKoNFKVSv2BSqGSbwSA4UUtsYTRHS1qwccj6auzBAQsgd0qB3ajycoRvj4O8iasJFE/47CXLjtR+BG8PGGpVSAo6gVixAfPwI50JYvVobH7RzEqH2wViyW8OvKQ06PWpJnSbJomxKkTnh+ipWSTrSzXY3FrdSZLbl4SvNd4ZyNW2mm809iclJdrMem0bosnt8w22zA5iCsdnGyYrbGhfDRqj5MdY1PTH4td4laOlWrDZbOdGUFbhropnrlW2aRP8bvq3Fm+0pr04XP2Xdg3Z3h6Takvy13n8qfoS/ujr9K/VJ1hC2Y4Z5eFtXpZd90AHo1iO+FJiPILpcY2QF4S6qHUsnpISTRaAujn18Mhz0TX0Ztvpa0SbBkMFPAfgH0hEgYKMPMWmyeYhlxG38WNuOEyahA1ifggdovi+E14H0uQVRtNmNy7hS1+ogHX5b1D8BFnBSbBDTx+TO12ERFVhrozCoudCBcgmlvt49V8VpJcnmaRmlZ8sHLTF/459cbckKl2Jv4crHHI/P1v39Xx50d/PLM3CIK//QsYa1q8v32SKStJZ5Zr+/fXyosrtJMAtcmUZdKZFdo5c7QKszmoBc/1mmjIy0+yMNJSa/8BK99fses2y2BTKNdYu/fC3vmD7zrz10f3f2l84Uv422+SX77tyR12habC3AzoZnMwQ2G+qxomvZWu0AbND77+2wfMFRqtPAXxFBk3KO4K2Yefh9hIMuvhsSrgMmIPCBw2f8GCNKyemwaIT1LWjbfffXERG8H4cmQDD0ssvohXUytjsoq5K6ufWbPmmdVXFx2077o694WVk/0OucSSN2xWQ26K2GSZ485ctE+b558wvsaiWnzXjKyssZveWrH8zNoxLmuOP1dDi3Tm4gyPRa9qdDqrp2RLXdWrR9XdPr6mIF0npRWj16wZPWbNmlOqJ5cODA3O7jNyeINXqcuv9GY48nu5len5KVYaTG8w5+W6ivLSFXxgzMI7JgzesX5SaXHDrJleT01OqlSqdflH+dU6AIKDnUkuf0Gv1ORSfyjQz1/jTbTDE+zXb9o9cPa4TnTETbdqlTfI2hOgI+h+Fe7pc7uJJiO5SygUC4MbPTxrd/Fygr5NgFjTd1rDU7YgUHvQAh6ojc5EX2mJsobYNZ3f3aYdHAaZ7bt2tcNL6Ah+wGVo7SoUOXA9C97xxK72zqcGdyt6Qrgb/4o9Gt7Ukt1cmIcScwCtv9ZWN7UP06N9/mnrBBJtNf9Va8zrqs//oAl66kc5qXLEa+iIQTOBVweIgSda3IISfOe5yIiFQ4InPNJGQthvM4o+cTA6Xer1cKpOxzhE40deHz6SyUgGFFk04QOVnAHXu4pdiEajI4bjCsO3LEaDwWgBpUz/yHWGT7Inety0/+YGJfiewBQqHr7/889jdnb4ZCAIRb2oGmxnB/AUlQPiOr8xDxho7nIzHsQRETVrZ7zkRmGUdIZ1fqzjwojwpOcHjIPobcY+A9GfxXqxOXGUf0yfSSlVi8QDPB2UZ4B4kQpfg2lmB22js4rx0ZkMjmDHF8UuEI6dm2y0ozgL3XOYuWRnx+rxG6bpto15WNBXf3jMNt20DeNlffMexrBfKCKvL4NbMDrL07u3h96HgpE2OssMjpgdbJYZNiWnh1AYwyw0kebpChtQOIt14IssOp39CE4FLzbOx7fnN8L+4L7cEhwuQf3fjvrlZ2QNNgR7yHIwePPLztiLTEYiXGKINijqFY7OEO4lRI6UECJg20ae8XaGcA7MZyEYYmAJnwRfDIGASiplSzgzfHEon9SmlkqYwRCFPleR0Nv4hFKC/iEcJilB/6F8cpsqljIWwvlIsDjqBgWutSXdoORKZVsSfAFNb2pQEj+jQ1sSEO6BATgOnomf5XJh/TkbzTN7Y/aaGmJxb+I1Jp6RMBoG6woCNP6JtSUapARlk6nZs3fvnvXgPDwHimDBjfEgBFvHUzfo34fmHz/9y+nj80PxAPjTnr3Mtr17IpPAeVCE/p+PHqJujIen4Cn0AGhBY/Wtt1cVFq56G5Si8VoqhIWxmXmDYi51lotyBtyagFuHJQVYcRKd6OGPo382MDX6FfzjHLAYbpsDsuiUBSdOgHknTkT/G94X/ZJ+C16aA5aAJXPgJfqt6JeCXU1M1wvLY7KoQorqlBx1SpBEBM1Ph6VfRH6IpV+YOLOxOxxV11xX1xytIye27nMBqW+toqNNZ0M9UMHayDnaFLvzHk5Xx5DkdTAtDuzXqte2o05u1ms5dHo5Fk3kRsyN/qIo9yKRkqhRSVOxPxjs9kWXBUAhJk/+IoDdPkhAIQ6bmpmkyH1aJT8NnKP3wOeiP74Ji94UF3EF03ilNnIfk0QuxUwwIqGXKnIMoDgiEY2N3kdPNUU3wvcMOYroncw/0JUpQd7Whr4E3nUpxH5RfQ5AbMjdGPCKIExyerxcF9Qn0wXlScHtB54s0Fx65AjTt3nr5utNoPHanrUwk2AbhKeMhtEXVpwr09Xpys6teAFGR0/5ERwCX4NDP9KtbdEL4zJoMLG2qX4SALe3tb58bPqaQ5/ObASgceanh9ZMP/by+8JkEMduiMtPhHWWjspE/IBg821w+HTEE5m960dE/cDNE+OT2BSHVmYc+uuht0czkUiE+Qk+BkZgtdxoE+OWi21w0wcfwE02sVwuZi+J0ZLtRTiL3voJOnwxMtiRGRw5MsheCo6kF4TD1I01ayBGP6CEcORB/MQN6rHH0JgUd2SiPNgJ+/bt03c9NrKbzkoanpVAbMNelAawto7JyuJ9UxxDAw9Hu21yFI/B2QzAAZS0h2bCzSVbz6dnjJa63cFpjb5cCZtbv3jR7tr9ABT5LIPegw11C4b1KvPUutEwOg18V+9ssHJKhQL0aYbfGLc2n9j7En3+dw3vLNZpMtXWtJxpGyYM14iH33l83RJblYhJzzCUoZG/uve6Q/deeRMUbRnQcvKRr47/adnw4Sb4Ikilk5S0bSSVoNuWT3awiId5ygN41uZ0KclespJG9JUoICAKGvBidXJvUSCIoe9pN+bxYyOS7bEW6YlS1HOtwk2V55lhB/wWdpjz5Cnm1+fSKWaLRGpMlihz1WK/JlvjF6tzlZJko1RiMafQc183w+eJgJPeOv9V9OQXsOPV+fNfBRywAu5VWAvPwC/PrVhxDlhACbCQ0JlbrX9GFKeIgkFRSnGeyCM//Ono/obkAimbpd+6fPlWfRYrLUg29B/96WG5R3SUiFMX9HgTDs1ZcQ5+2eOFsOBWamio11cj+v1yrI0HoBgjMYchqx8dgbV3xzQ4UXuibi/yAKKTixEa0eTmpAWlaT0oCpBVBbYtxHqCRm5VNZfLlmeJmNxSxnF3YM8dY8/u3DT9juUPAvHeZ+2NZZztr+ZqK/g2Q67JOQsWZe1pbt4zM/LRrDFbd726p2PX4q29z9K/9MuPXs4uAUyfXPC4eMGaS/fdMW3TznPj7lyYAnJH/cbKVTWmXjTxWviVIb9P0bd68Ggzzqb9tfKti3e173llz9bGuTvPUj19/A4mvuB6+PjFKAG8khY2u0l0kPl/1X0JfBvF2ffO7KX7Wmll3bJOy4dkS7Lk24rtOIkdJ45zx4nj3PcJOUmIIeTghgRSIORqgHC2JdBwFRqgJZQWSLkbWpoE3raUEiiUtpBo883Myo7thNK+7/f+ft+XWDs7s7Ozs7PPzDzPzPM8/zTxa0Fgi4g2S1RWMoFeHTS4obcOIpazP39LL89BFO/HbnnctUUhr8tKYhZHwuMqL56YrAi7EkqDWrFYxfDrP7zq/TPSuU8fmjv3oU8BQ0Jw62CmuL23RBM4HW+vcltMZqee7OM1+asDfoPWFvAUVjvM9Rqug7erjj4GGlFx/YuVnhjESqP2CJ+n2clEPqxDXEs3tpHtXc1BLRDCCGGob3mAQBNdDSINO7B2D+lzSEikBdknpwfw2AejBxMEJo+wH/vyIYB6WKUDiFg1qBz8oGfq1J5OcENNo066ldcxNK9eDw402vTaeLnLRsMX2fF+RmUy87zgMaqZ6JvWKa1ecD/PI2ZKWlLUmZcX4NQxf10B9rW2gd7poZVqM7dS+iWtoGk184vOIZnOzsyQrD/uF63giIaHtEJ7vbRXSh8ttHN2m7bGYYSTwf57PsgLCFoAaY05Tw8RP7rRV5D9B6uhgfa+FScr0tO8zQ5R4xUMSjBdeqRMwUJWHVE9DD4GDIRKBfF9RlMfKinGiUZaNeKey6hWag61Cc9wNJvM2QABoQ9dgsgEIRluDXMA/eYIRHM078fuM5NROpxw055/I8UK/vkQoCfN6U4lOxdnXwCC7j2dIP0urTJJX1kELSxWmsBInZmuPntM+kJnNuuA5mVwB9A7a4sSoUq7AQCgs1eEiiJ1LiN8CqXXXUi39aYfyeWvGJgOoBso75u4UNqwEryS1eDS68boA0b4lc78knTlb1Ef+pvOLM1WBxbNWFNUsmZBp8OhcHVO3VwdWztvst3+H6bL+59sD/sF1UJNRRLK1WhawMD32Kk+AWcMozYJJdPYkQdZgSRo6TBn3c4TZ3lYJLRe0FSrAwIas+SlHUTvVhERqujDheAFIJJi4OUEJFKGckloluDhAjviLBRKpT5g7crzaTkVqwDBIFCwKk7ry+uyBvRKpQLAgH2i14zkisrR9S4PR5eFQmUVjvrLaTrjs5m9E/fZQ0IwiDH/WlstT6ZMgrB8OY7t2nUQR6bMmDEFR5dcfvmSO9Vda5VMiUOhU6tZi+BieqQeDAnJqtU6haOEUa7tUou1GoXJGBufbtTwi05IX5xYtD7cGQDApNDU0odC5UIQvSmGLGx9q1X4McaZWwlqVuKEXdKkXS/jhM4/A+rPnThpCZryfiX9ifhJN+ODoqeP1/UQbKM0VY/mYoynNR3Nx8uoNYjyt1E3U9+j9hE7e7KjEsiFMBcOTv/WfIN2NL8t/l3ht90PoOy5+PskkP/g9/unZb9/cY6vvcTLMlxOAmn5JWKsHGQHxC6ZMxcD3V0XngDlQOq6OG1A5Jxuv3w3/gO3XBw5Kwf0gNilMsp/Od9l3DmO6vMIP5IaRy2grqBuQKxArtVSvUiZgAe9FlTybElb+oylUgRWDXc9Yu1D1huJvNfb9kE5TVbqkJcjvWJQxp3DDKqMvyayYq/uZi5Blvv/QI5jATUFSayPkAj82JoM+D2ukP7UPiyJL9xlTQR8BeGAjJmA8vRiN2RJftCMgs3Tpl6DgtdA4DVwHeHnhHy+6W6LwmBMWp4AQaXFptYUG6a+KvIGQ9LyyX1k0eEueemh5Dw1BVDb5AhVPWtSLOIP1TVE9p3CqzILK2eMLw1HkzPSMooKrlMOGOJ9cgvR9sAuHnG447XXbsasnSgcXoUehCpw7RbC6p3ZjaLo6Tk9XPo8pcjm9CzmUT8i/HzO8p1wuynsgStGrGty4Ip49tER028+LqvE4haNE818NN+FwkEZ6g+jZAopUzrlxqZJfCqHiYfOiMf8IHHMR3OyNjteBU/3fityLvOIdUTNIO3ru5DIJVdD0criQZlRVNuMdcHy1oDKVxqsM9rgZb1n1bkr0gTjSH/d8EQpraWn7ikwOgImi8UUcBgL9kzlDE7pg890+gLjfrVO/PVtxtvXeUbHeU9z7IpbCuoZtrRgXGu0/LJ5ATv9aF8Ou7/EZZPzMIpAun8u0794FNA5gR8/C2ZguS/cWl6Rr/CEfeVX50JIUoHJbzd6jGD22ECrUak0tgbGzobQsZb3g4y1TLsGqHcD42wbXzfKXj10nBE9G9VTVaKKm1o3SEdxDumr3dJns0W/R84BSgN9OQLfUvYAm2OBakI87FS83020o0LePj0pxJwSbAoSIz0RiXa5fsoR9X+5n9J4jwRx8b12dxhvhw6Fsaob48UdRPrtayi45slr5uMuhAmeQJsEwgW+QMK6ayGm4X2n9CGXxx9IWjt3Z184nX1W49Pcr9FwGXT42D6s4arO17U+eDRH7jty5A8+xHA8OCL3k/SMZDRcOn5G5UKyrLkv0lAX8kdik2ZVo96TvQEXi0r1aTgOHbUf24bduaDzdU3/NXwzNYmgLmEID9nPeG6PB2/x51iBMGblMUsAie2+rIXu9+G9DjQ/4h6Vc3pSR3yJ5xTGExd7R6NnahFDiLhCs7oq2dzktDqN4A+jtBZt5zZIl32RV9x1e8uBnTbAiLrWkkKLyy3yeUM9/krbvIkdOyZbOIGl1auXlI4GNKt8coBxXtbRGH85rqYBnJWZ9HBIly9V6q5gFW1QPD3kY85460+m79jLQd/Y5MxYXsxrQ52TF11NHb5JixfuaBcnixquxgSUUD/QTA9xqUHEQ51gz1M2xKdSxF8dkmggBmZBDYStdEwy+mpYvkJakfb7+mDSzZiAcNPQaURshbJKF0HRTHiNZsjLroHcAP6J0bqs4fCCxcbA0Bjj1JhV0JAxCPALvYIT2zOeQ0/qOZVLYe3afLh7277wxFToHpAfjXrzvSXt5UUiy6tUKvDhN0OveHZpMgVWj2TpOQcniB5hPfN6nsujt1ZJ/7i2eOyoGACsRtUGyts6s4d4LaANymkKIXC9p/PRO7oObS/vWdDoBNZwfHgov6B+2uruQiWkwVenF59+4UZBKd0xU/p+gK6s0/I/RTQE0Py3iT1L1VIdiI+hMGoqXkbAUjAqOUdI2GcL9lBSAuSxDbBBcoId51jjsoEcFpB4awzSvYrsHuyvjhOBgBeB9QBbv5NxmqflLUUlkEMhFxdQC+JMqTQisnqv44Pash0F6uFczJv9q7RfGa5MhQAjZSKVENaEwdPZf0TiHFcZVIFT0oFQKcel/JwOHP0NYIBVb37ar7M5LE+fYANnAA3y1F5Pi+MmyAGvib5Xz+hLNemFMLKjPPOBrzAR/MSm8+W35QGV9I3FEvS3mv+6XW/xBUcZn5+jcOcBDayIhCvo6abbCiofjNZIs7xFTIW3oiCYYr01kXASZNhMxF9S06WqDwZKYHcQRLUbrWPyQ69sDMIQ4AALPKNsVrVzJ2BhyWJwSPr7iJb3q52putiDtYW3WYOgIn8M4rq90n5wzN8umPJ80lQwxj/KKNhD0oyf6Vmz4WSkBlTKY6Cbp9iZ6GtNQ/IAYmGCMngBokcOTYV4rZXYmqSwNodIRgQiiyLxHRKX/3YgR8No1sMQXX5snUsTwALBHLQGBBgkbhooTPFibiRFny0YtoLRkJlwb6WFYVS8jjPBJ4FmqfFyjUm1YepsoAKv7zSbO89/DyWpBdWGjNTEV0Xof55RaqsraakiXJQHNqh11zILTxb7oJf/EZ0sA8ZHH5c+bhzeJS11miesdxY4D19pBh1K/nFY+aOp7rDSbDBrRIWVPrvyJa2gyhj+S5A+/ZNnpOem32de0pqVKGENneTzrKyUkobTSObl6RHOgqJsI6Mq5n4O9pSX08Ua6SnV3M5lwAQsyzMPTF34LKwucK6fYHY6zVceNjJ8rx7Z9xiJXYC4/BjBy8WjqaxeSgYBK8fn1HG9WHJKpcWwGeqBL4xhnsJi2BIKu5FghRfdsFqRPPzigVQGVmLsO2/7w5927Nz+xc7uCV6+oe3Qh6dAx0lvQ2XkV/v26Vz5YzcNL9HT6fSILZOWZMe2nRguwMIXF/l99uiy6i5HS553BfjBu/sOHNj37s5/7PDUZZx/v//BTz99cHKbNjCz9aj02mzAem+8/40fdg717f8+fOd09Xnpqda1m4JC1622VHVwnL3YbRhfteC2JbVti3r9Y5G5w05FqCiaT8cRDx5EfYzLuQvAOBkEJdmbogngFS9Wg5QRzxZhkU0SjQMCcojfOMeKDZosGLszUize9afdd19WXsJYa4bc9frrIPn6YajyxCdWWiyq90NMe9VUcFUiMnZoe17LFhdzY1OyKjHKYgQj+k8O4LNRQ23KeGbVwYOrLntAKCq2/EZ65a23QTYvVr/21stmiPT1wHD5kvYnwndH5g6fYBWGDikIGmcPSa4JJVvKCz+/aE7off/RRG8u2duHoMyhY/vF3LSIbX2tskoPJ2N54fUg7JkKEoUfHBDdKjJ1DtzuPS82znXx4Vg4aNYUqBkFawxsHX9spJFlVJoClcWPrvCZreK1UKE3aBI6f6Z4WKRoeFHGr0toDToFvBaAwath14isflJG4PSixiUKNgOcLoz2j5p4r3+0MB3q88wWl0bUc8J1LlaMimyhoHT73ehPYS5gRXB28DoYoPSoHVagdsCtkJJxwGRFJoI7SBxwWXPwYFDWa8rZM8nNJDebTOpYgwLKjiYS8Rx4Od2+9e1Kh1KnMzWYXKn61npNcPNoZ9L5Pq8wW83jxKDNW5eqm5JKTq5N1XnswbyxRptZwb+PsozaEtDUj6xPuvQNZpNO6ci8x/aA66+oWhe7hXcEnN5iIezUOzu252vUnKs5X10R1LKsP1LgcBRE/CyrD1ap85tdnFrjvW4Myhg2F3kcQTt/U+n6qmvXD6KB6f9XaWCwBwOWkukgiuhAXaAhdLBlwkttJk6FF9fMiPEgdHAdVOgM2oTWP0SmgyF+bVKr1yvAdYAa0BkQEegmDcFa0zkiqE+OCiAiCLWFRkKDTSYCtQ4TQQwTgUomAqVQRIu0elBfALJOIuKr8ainY2X2B71ggOX4OlAP8OISS+QnmgsTC2AuCmMgWZ5En9lEoddnrek6BjHVSmro8oZyUaRVCau+eUi7IjZfekj6/dQ3Y6MM+mFPjt0y8mnEcyvVHPeC3ttzeodEbe/Y2l6oAdx1Hx8FS37BCpXlzRVJ3VwYSgybkWzYsKaBo6JTm0cUxjjTp1FXfaiY87yse7j8SoOb5x2t3qDWE6I5US0dcvF5kyFwRn1GAACXBktBDVDqfSUjoo8ybd1X3DKkY01Lfj8/WM2IZ+6iZhPdNjMfRuN7v58vnOZD/X94VR+N7f1+aHjk0+KAXxIG/ET4wOQQMAlEL9soq2eTA1vI/uWkEH7n0eL6PfNqR4/WhUaGdKNaGubtqS47/E5YOPkpy545hTNEa/fOaxyBBvdwSM6xtzb66NtBC8rh3iN9uXfNe3umTt3z3pq9QLtnRHZZdhm8Ff4sW5OtYX+WJfgFsKfEoxs1ogndGDv8blD86HOOO3NaKHj3cNGQvfOHDh+tK/T5C3WjRzTO34dzoIf/heM+PSUUvHM4Vrtvft3oUTpPdD/Q75m258TaNSewx2Y9dGehdBXYBCWw6etfgrvpNNgtzTn3C7rzXI+UAUfpHnC0T8+S2BJFqBTGN+Nz+jBIoOh1phxMAB3HY7NX1MdAQgDG/FQa612G024AxsLH7Nl5S/esm2ZtLbnh2DH69/+Q3FZ/unzk2MV1ByvNZunDj56hJ5z7r6AC3jer3TZnIxsavnfpuez02wV2+Ms30PQNL5/45ova8ctGjinLhy/a706Wp5Lwd9knwBdnH0ibGN34G1yNvseoXl/vOV0+M5VPlVCVaDRcSq2lbqH+eMHaAIlJoZz3QTTTXToy8BxwOTfZaTRUmHq9yllTva5GTWEskHFYCEvLHtXQ0EEUSsjdOSW+3itkREb9kcX29Yy+F/WK2LGHiURCRqx0KExGXzKS0WQSxxIdlLl1ItThgZ24pORFOYEe56vw+SqujtQURFzuyMMFNZGI2xX5QQSFNb0B0IyT3vvhFW/f0mGZf/Vad22F25tGv6Ved4WzTLv86puGG93TU6fdYw/vWDZLKzVnZmbqZ9fDVa3fm9l2S7q0c2755IAxUc60jgfWxpoq6UwnU12UKyCNfrGKKYtXT0slVwz1hie3Hi3NM5UMWdxQLQpWaKZV9jzDxK+3+x3VE8dWshotIpeQYU+BzV+SnsL8qSoWq4p9M26lu6jIvdJdXOz+l2fwlf3H5j10cu2kCT989/vSW3Mq4+Sfx9YFhMdaOeHLCas33bbrd82l8HB89Oh4YvRo6WT3fYubq/ctmb9Q4CqSdnPTiyuXSZ80ZPbYwcqijHx/Y2lTOxA83Xz06MqK+ZXX3n3luKTLRps5fTRkXnYNk6lkedaoFwCXp0Hz8+fusvb+MryNChItgWQ435LoU6C15jgwRGXBRLm/3G/xWxKWxIA9t9s5addvNBvbZ91ww6xpNfMX377/5Mn99/4STF6yZCn6B0yDWAi4Jt9zzcjJN790c/Wc2Vi/4o01S0nG1YO5Azw3BHPjZZig1GFqRYMcb/QbozkngRjBRl4xI5sLiEw5quwH94yQPhx/z2v760f2HOkZWf/cnbNm6V5Mtk1SX2e2hxjq3FOlumR1qfQDdpJteVNnT09n03JbU7EeRkwQ+8rE4/QYgtPBot44gZpK3UZRpngKdQ42yoZlkLh6EIWoPnrgN8axzwCy+Y0xybBdNZmKQ9aE0Y/d0qFM2KQBTWYpNwajJlwNQ8qTJ2t54USHPVghLgD0Td5YdRl1G3Rwc9ix+h3tXm+7l1OqKu1xf1TcOPZseyWoelSsCo5UT23Yu5v1ahw6iwJELls+Kla5zNhSbvZCVX5Rk4e/pnvanoZ5hyZX/trpKNpa/LwNya6GdrNrkToJKFIsUITs0ijH0ub86enCjQ0111yxrFQ6Jd1FFLPu1TW4qgtrMoFVszo6Zh3yZ8pS/oQDsd6z7CHQk8lkOG2LL1OYtN7QxXQPPdz0mloNYMPe7EmApDu1Qvrtspi5opKLm9JWVWFmdB6kHh/Z+GX+uPwEjJ+w0gmPMCkvcL2+oQUVhbXR7aEhY1WljZrySsanDjfFgD1kh/vtIV2TM2l1qisqNMaAvdwzxBAaoHMRJFzEBQYojcRSrGcLragBRRCQtROwiZaO9uFtrHCIk5UYWDcTr6N5qqvhm0xDl1pRZ2luXn/vUnZ6aXtVe3wqt/Te9c3NljqFOvsrwHeoaUVIYVf/cTnbVYaul3WxT+9R21Eare4AvKo9PqqtpW1MaQe98lyUQLK8oVfyaWNV+bR17czw/GDQ18y2r5tWXmVM88rs/T+tVdjUSVToA2NofDV/OL31clRWUm1T1P5UUeMrEcWYt36g3mMZ1Y4lcJDzAaOji7Cil+zJIocI6KarIVaBD6RTomBELxuM4lxkqx21wcUIBBj+vA7fhFsMolZ5IaygVUWHrmTChaNbggAEW0YVh9i1h8KoskGFQ931FttWPDQPgLyhxW0sgGm1/aUpQzuld+j2wmac3FzYTr/7i6pyHY+NBImbD9zAkSvAS1wg2taKy2xtiwaKTp+eFIHLEuiNfVfNoL3euNUaz/cw065yk7ZhlCMOMnUen89Tx7xUrKCzIXr/2IqWP8AGt9/vboD37SuLa/hzGPqVfuQcsaal91eEVoIZrNtflpdX5ncHHj7SgcmFUlOW8xT7ST/7DjvlpnxUCMmicWo1IiNrDFUrzAIrHQZBGoUxNKdy2EYbsHQQpHkrSU6HeaKHkdbDMI9NWWNYo53l/KHycIgO1QPsZFc+poNxKytaBGLobbFiHxtpbMuKXW1gQRbdDFpe8b0HTMCklt6SznxY+hViImt10n5w43Q4D0Jm1Hg+Ww+oJuljZq7+DzB7CqwSpMn0XebT8BYO8gC6HzMLwxTMn3l+Js9I7zNQ8RGThnxtFxgOFV1bYDdUgkdZGtRyZm71lSy7juXG0exrHPsVA/Vm5qcceOcvb0uJE1+9C7a+DYb9Knv6HdD0snSw/bPRQK+kk80c3Psy+PUjZx/78z2fwxUvgKcOnnvm45sWTGfYNVM/6Pkov2wVSz/DsmMPsPSfIQRfMMDIM8EJHJjOsyWzFeANFb0N3MmwUhlP146H3BUtDFOxlKOvpOltDLdyG83CO9n+PJwLjfzjyaop7dcxWPDzyauhiGzpC8yKJeciYSDm1gXnCQPOmEfVntL2BJd2J2LRWMKd5hLtpR71uFqYqR33yJ3v3In+4AaTrrur4WyGIGYcbegiJhvdfUdQWDl7zrASJt+Qp1LlGfKZkmFzZleOmDED7l58xx2LF91xhzT6qM50Et/OEtiNk0TTuyd3zO0nkHdUUkXUZGoBsZ/LaYGgEYvpfR3ER1UDNxuvYy7xLn3OIS56c8tFGG2M/Gql0RExr4Ef3ZA92jBa6SwZU87ycUuJKxKKuEoscfiYoO0mAMq544BW0ArnKUF7lqCKMKg30xvQqy5Cryw96asdMXlkpHHevMbSzoVtScajtirRP6vaAxjU7Qkys3zs3yq4MJa49sFWw0IOJ0ch8yT5aIwbQo2hVmF74SjsowBI3gj2gmXn4FJ6/XEbvyMuTw/lstMAYurWe9Zv5YgyRdoruVJHcWFhYbGjlKtsj5haUpBKjd3yky1bfsL4+qvSW/TZl/UWix5W6C0DVOzRbCLt7++AQyLQLBx6dzC+Z9GsSsapNyuVZr2TqZy1qGc8rMeFb5H+0OeAApgqcMn4ANQXUkfhb9KfJuXv0yVjA17cfluIJIGJBFvikakuHXcD2LufPMgfR/l3xIUBtHUJFwuXwLVhqJaURKVaLm7Y6/+DJkUU9HVGxvru758BQ36jmeXrTF/zvt0z/qIWBs+Q5s129zXkmb7W/aov7VycIQSJqbx/EwvMqxd6QtfAuRhraBSgeYM4IfXJILmER5adSlKGXs+MvSqOX4qb1zQ+9dpTjWs2iwtBC7gStFyb0zaGp276THr8iSMDFAZ/vvtVQ8vYsS2GV3fv+uEP4WEZDfwUSEm3ST/+6yDFwgv1MlABqpjYaogmi/mCmiV2DJlzHmgxW00J0ZuOh3KVha/IJd2IFSR3SI9/hspkltx+Qa3x9obPN4PFmz9/IFdhjsK6lEd+jCp8801/Ba3k9rPDXv3mblnXUvro7m9eBcN6eg7kaj0Qj8UjW9uAAUNeuleBwWKmSK1SBgFvBcAw5w1zZBeReTQ2flpD8cs3nnvwxpeLG6aNj40ec92zx5+9bgySOGRd7KJJG/fsvFW6+tadezZOgp/rSmdueXPzXe+/f9fmN7fMLNVt3Dkf5UY3zd8JhdzLfHPq5rmfATO/aRMv/eWzuTf3+ZtmZX8LNsqP9Xr79SYxPqArYYPaSwA79aFpDugKYyra32uvGBPZvu25bdueAwfOodGVlrmkc4TWMJkfxfSNSHpCz4QJPYtnV7a2Vs4GTxFSPruf7f4GIzmxr36T6R1WcyMChnnvHQuwbkkRVU21Up3UHDyekn1IJL7L29W4ut82nA6OB/vGS/mNLhpe+1Dj8wfv3fbofU2xzJOZWJNPX18MHiyu7yGqMMxy1MVJ/4PoXaWeXuNIQJyu5EykZJOpvlwYTNOk+xrF+YEdvyk1bWI8k4lPnJZKt7WBg0TXRjp5Yezs8+fS79AvESwl7de/q/+rduwj2RwhwG8bU4OD4uwgDdiLx9hLExJux/piaUJxfb/W/O+3Y8/XiOS4o4OHzybUdum+lgTvkFbMXnCM9MUlGvFC2rnDTPdZTJYDh0xIfJSdRv3ITtAZDdDvg0aDCTs5ZIiSM1mZAgkRb4AjQYaTvdli546ySSReOUogXuaPb5z64PjxD1oqRV+qfEQkml+24KFrDjU2gq2rkLgy4sapw9ZMbcifsXiX9OHvtm37ALhuX/fJsTsnHLguNq2qtgF+isSjSukl6UXpZ9IvjEU1zUUuw4zOxXNul7Y42pd2Dgm1dKQdl/8CRB54EBS9cvnwG579+trnpJ8vah7R2jsezFFS7G7KiySGO6mfEhtPojaFXkcgyxC5RXoD0fkP9lm+ku9nvqAm0etVD3VCsqSGsvRXiLCQzX9ZexJvlhLEGKIzQZbY8MIHYzW7WaJZEiJxwBou6A+kU0aCL4TtTWVnmEiC+bnXAjT1s069HV4eErz1M8vWXBGfAG06s5Kt97vOHrOH/C6m0h56t9E2OWxQ84ZQFKUYaX2RtYFWaatElqG9oVR5qNAVNwBg4hxr7igb1lxmczmESLwmUhN2GhQcrVBpjCqrs0DlaBheC9+8TqgaNc5rcFeNVj4RSVYtgKJaUCu8QvOVM7s1cI4ln9ZvBE6wHYwHxsQCh+Con9tx7Bvpj2+Mn0TbDTZxgyscsqMfHLF1VmiMWaXhlIXx8dGRqUJWE9OK9pH6Kr3NYqsEDANL3cG6aLQuOLOuyMyykDaoi55fn163ZPGaZHmk1KDUmF1CItGSKcX+pCyi2mm1jTM3j9y/TTrzX972abUeg37YWPUfQMnm44vWLKEtGqvRrBTyH9gsffRwYf/1hjwy6wupEI+EOBG7qbKKPKgEfBx7gLnICPvencqw99x+l8WQ9zsILGpeLc1AFLL4ZAYuvoQ9wn/BHxeHNNJjaqeNHwoadQpWJV37kTj/3gDcfSmDAq7Pt5OW7CQnCA4qldP9S6WNCaMbWDGKomw4SEjMm0qbiZ/wNDGEtBhFIWd5g38QjyzNVT1VzT1NNei0pukZoHqmR1by6yHnPUfJP2z8XjPbQl9/bpVldk3b1hKawklZqmRr25ZnntnylPQ14J86shkew7Fs5WZwnWxcQwxs/p+oO7w++/9t3cH10v9K3csTlv/1ul9//X+n5v3rriTzslz7vrqjueQ/rzf6+3dqPXrFitH/cY0NfRhMeKUJe6tvpkZRE6guai61lFpNXUltpW6idlF7ZY8XoNdXYBSkZWy5fGPOkUpKtGLsTJhzSc3k7IBSvfHeMCmnBAanD87/Lff33scNCtk7VarsTSq7qkOlKh4uVLTMXbjrPIUZ6YXPDet6raMYXcqXFXWnkEBW5M3el1PelTWCqQGJ/TNKJ/pHchlkC+Qp/Y4sj56D6oGqYVcVd/5p1rBdC88iRh1z9R0tYdeQYpVKOkTum3LRMUmK6PmWqycuSgldlIItW/t89QWpEoKYOpRqozYieftG6nZqD3Uv9Qj1Y+pZ7MEX73j1sXzEUL0vhv6oQdreoVwoDoqHLsFdVoMcHp5IlhXRBMQhuulPNnGR+pZyvq38wem9ca5Hdo5YPyRLDakXtNhxM8yYnCaTs4Mco+S4o9+5fGQ6ZG4dSSa7Fi4eGZ0fEdXqQrVaeokEYkDpDCbKWzG+47mei+5+41+myE8DR48+sOoF/ITVorjUaLUan171wFHwA3zNFO13NF2Uku0TD2DPwl2jBJ13YOWil8f9GHPJBI5edG/Hv0yR/wjPiHUdKVZC42yGGk6tkHW8eCTOElbOC8wYNgGrvuL/2H15APFxhGPDPCRe5kfcH1YXTQXSKSTP95lVmGVfedhbHsCKxYS7JPZgeEspSvZfU25AnzZ68kTpnJjnMYKj0C397T0FRl1gIFDse/6I9PKPN5w+MB2An+3jIU0DBQR6xW2n1yn41T8F9M33gNj7m7OnNz+9efPT4OCiaQrE21h5VVXDqpdWbDmqVTUOUfF5LDQopi+C9DUfXH3LP28FkyYse3fmlCkz31068X5AfS5tmEBrlKUmr15JjwHxJx8HJfer+MWP/HHjk9Lro2mlJU8Z0yg1TNXvQdmhmwH7/HqlasVx6f0gfubm89T6t4dxClWyQKVK7ehY9vQMjf5nW6beX6NSRZJKBddyYuPm09dy/Na/5nyTy3bFApoPCJr7IJRlNEycRd9D3o2Q5WYMP9zdX14BcjkA2y1Sg+U3fsC9J8lyZm5hiO7z70BTGjTWUxFgjEA0esvrsjkUrgvV6asTTWURoWAoeCTv0+gB2f29CwGwW3ZyDlGm8+gKpHC6vJ6I0/EKQVefX3b87tjXLhVMp5IxQA4hnx6EQ2QvEjspzKGgWJHEP3il7ns7VKqPP1apdqBhFYV21aA4vKz/q7/7bdlycUbo36Z0v/rJ6z7/tl/cQbX8GD/ngQfk56BQNSh+TnvxJwYPXDpvX1x6laG6B8qsvWM8oSUMhH0RWx8F8exK6TW2+xI8PJgLk9lfgeOX4td5UjYkuh/YF2uUaqR+Rr2FrUx06LXrAMvJpnHYTs7a10Ryw4R7r4nmIOnmBLUH9XghRbYA+TrgAakw3vDEciDe6UQX0TiC9czSobCPaFdhWRNbn3DoAr6OcS7RcINRcvBGdjoK+TomIRI9GVG+zorWUFjHoAEmZSI6ptiifTD2CKvWF2jUuqRBmqKw8goFb1Xwe/0avzak0cjBOpzEK0QDuN63MxWKMi1tmRAUeYHT0SzNv0hbvT6uYNJQoVCjgQEO0HRRBadaOK5msdPNBxKekgk6Z41BGw8LUa1Wqyop00LIg6DbJvrn+PKnHDEAlV5vKSqMDBeg0mu0VuR5LFqdgi9YyAKnVsu4RY+gh0o/FG2Fgk4rlLz0hGfCakds0fz68N/Rh3wMfbHHyBdrQ1+s7XMmYDQWmIxs4C2FQiHiVxI7/FptSOvT+jWasMa/GqcrFAZxSqYo5GybOcHsDkALZ1FZ9KI5TzKZXTqzaljaoFUDUFJijqhUeR3xcVtUfKIsMbslpWcyFYtXWtRCnh2AuBPd5GJo5/Try3WiYUks6ntimEGtMdmqRKNQ64acErB6lgd8JFg+t3Te5a5CjuPjkfrqxgZ3yp7nToWKvWrbYaDsTm6qmDZ+LA3BukvaoIO+dViMEGgUiX15PUjQgp9oJOYWoeoYlMZBjFTjz2fL8XcXTGHsl6qczY+nMWHg/HjdD3LzHg0Gm0qM+fN0/DyXviY1UfrHxClgjr+sNhYvNE2bzCXYHZ+UFGdvkLZvaiwDCloNY02bwFr43PWfcAaGneb1TGjO/tapZ0dkVwCWpmHJ8Juk56TnNzXFgSL71qhWRm0L1xW+F5Q6alkOaObatKVpuBns+LI2qs2bq3E0ZadN3bBulTG3H0J0XIxUMVWKeO6xuZU7JA/oGL8x7qadgMURSBSua2jMYpPEhNEP0I8Phf1IhBMSAou6C+vz+4qAMZ4QU+EQWy7bc5SjDOlL2qvcBQBkFTqlEknvENQAwKgVSpahGY7lFCwNzn6wfj04vHCf06zZu6hkZBF4gKUNJq8lYrQomE5z4IEKGoBaRu9zRT2rlvLuWNz7eP8tOfjhEUZUGHgFDcqhgjaw4qx1wKrQc0rVbqji1RwGGODUrO4MeE8qAO/97rYRKKiQXgb1ukarwWbQsDRKSOyu27fF5fXrfXdJBe5ALW0atNfBUqXnoaKV/Sea0SyUHbXizSgxFCZey0QKDysxrNMv4NEE4M0FoqrJ19HY8wUfwkpfEI1psF5GIuDR+4exgTUePNBN2NKN58Kc30vRvpCfwzAEojVKx0AU5YPWHGOEh7IAg7giZg3HaqNXLlrlMe5tAB3StPttXpoZF2TXF/mK3ez+DW9KH+zbKf1toVtfc9/3tkUK8guUDH3lLw+ub2b0Fb4rvn781mBQ9NsZXflxKbvtSOS67RvD4ZvXvnimRWdv/v3rpb7hnYEgRstpAYikjf4gGjyiwxbFXTRkKwsayhI+hVB/MAPVYyPbnOV6n3cv8IPKXb89/XNAK9yzlzw0kfa9Lb0Dq50jn0iVd9w0BJZmxkVFae8BEHhr44LuqrmJIRaOoYErGFSpLQ1tNYEVX1ZxkYYmW55BKdhm5M0ImpnuA9OGqDXW0CywASi3tR2XPrksX21X0WAK0IL4xgWddrumOXTtzZsLC6FFb89zODQqT43Ce/uNrxy8bJbTp2+pCY26TGpG3y94XsO9x/6NsqJekKEmEo9TqVA4B42GFT74FNBBJoC5zDo6zdmBBiBWkzdDM/EhRDZkABsFxegCB60hWMcQfHk6RYWxXyU3o6PRB2drXcMmVG2bY9Lo/VZPlSNQXxTMM2vVKrAi+fxfpC+kbz5/fB4L9KoQk5j/BRgHusGUy83wyzHbf3L8J9vHyAFYPuSP0qfSL6X3JelIu7uMHXnTs6c++/vp11rzq2o00rv/VEBo3/jG9m6Ldfatp7YvfubATPh58UOVYZfZYVWxNKNXaYPBgkB+nhZkf7np6Rl5ic1HgfWeyMTIWu1xaask3aU5cI9Dy0DP8efwJtBzcsDtPD5LMebRv0v3HDsASv72xvfmRKzj77ksfpN01d/ApCYWlTz1tmd//fpPdkyG7tk7Xpf1ScgYQ/YB8RpKPdHpXkZtQn1kH/VDihIsfh/2UIl4R+y5MvE/jQ/mhdBYVkR+5dgFaCJe/j+MH11uKDWgv+XfETI/qig4dxT7TKUzBRWIMfruW0gIqB6DweBFv3/3bP83GfwYFj/srAKnoCuff0co6xDG0Pw2Bn2bWzCvKdvhxrA0FQrTQaMVa9+EYoDYndTia8TFipGldViE7lX1I/gpVrYEsMTqoDfFg43NRKvAGmWAlRx0sQtbp7mx2ZkR+z4W9UC27tUD8jg0zQS1IIgtfzn3oaetWq0ubn06rY0P086V/nrcAPPyI4bloWRouSGSnwcNx6W/ztUOi2vTT1vjOq3W+vQhl11Z6AIpAgz5CqN0+Bi7AxdkT4q5coD+EuUA/aByHHbG51Ay0isE0zLlKlTawcH8RdqEFVVq4f5QQhUExXdLx86YCj2CwtTzDtYFfKfHpBA8haYzoPJu6a2gKhHavxCVZk1oF+Vz0Vg+V7dnTx0IFBeyuKSoTicXJL11N6i8dEHSsbtB8cCC2MLiAMAFcfmxaK/NjMyHm7BEBTCTiycVDs8qAZMSiCY0hzA8C0JYRkbjVoB9nm/fcXzV5e/fu4BHZ79etRuYHwbDpINr16nUR6S3jpyzgU5yDkqOHIJ3wemrf3NgDs+Puvn1VeRMuZ06z9RK96ySXrnvCenlY7ZrQOflIH3fk6DimE2cJK8/5vD/dKheIqpZivigUwO/EE5becS8lAArHw6iH/NdcH2PH0z88KGyx0ZZPrdIQ0Hp1dJxcOLzeZ+BTT/teA7W4glNekH64M0NG94EPkRtvjf/cil545z0BOiSvg9W55fNjcMFqJSr18z7bO6UMc+N6SJ3behfElxzCa4QyaznAT+FPU9NomZSi6k11FXUQ9QT1AvUq9R71EfUGfSO2AanDoRlSGEaW+KgeRqLGLTs7wqbPXNEhCBSglWUVyVSZDHCGifzPZ51UowoL1/UASDqADkRqdy6Bda3E0mXxAqMIroljLPk1juiMJXG3Y7glaYQk4HYYpArTb6BlEdgjXCyXAzoe57YP3NYzoFS2RQTS5bQ7MgWVjevxE0zkKd5lsc+0NUKtZpzBxzAoLRo1Cl3ZKHVEA8WiWOa3RETfwvLeXQODs4EXKLZzIxt58wWFwM38Zp4mbGpNX5uCGfQ62w0bXDCiRreF9Go0SFrCdSjSdxkQkeWETQVQ0Iah3PINUPLF09ZYr5qb60GzPvbsDg9dk1hqC7AlC9s8m7d9+iw4dvXTYpxyWaL9+xKndIslGnJ8WHG5HMytGAwOpl7GYtZ8CksZnN+drFB73TUGgz6VB38hjHo9bgaqDI/0StFMeVWFZeDaJ4Z5NljTz0angOBEUJAA5qhoZZVsRwNWIMV6HkkYzm0pmih88YNt4Chsxloz9eCVQq1jteHTF+qQ0FrSHH/PqULhAzS187y2XlKLe253y0/zM5JJ4yRPIURH+hUSiOYMnaHxiRkgbMxpKloMAsamFkhfT2ynm7vYtNKMKxk/ohO3YqbD1TVbF85Vjn+ykpr2sIPmb5thKGjex5cbi7TobcmR1RBl0IwotdmhHPVZh/DWAp8LGOlFzrq0Ws7nHU+Q3ac3sbQRp3ejupzWkwZ9KrilFf1fwBUC+G2AAAAeJxjYGRgYGBhPD3hfEVkPL/NVwZudgYQuGJ81ghG////n4GTkQ3E5WBgYgDqAABkIwvXAHicY2BkYGBj+M/AwMDJ8B8IOBkZgCLIgGkrAHsKBc4AeJyNVktrFEEQrnn0PIybLIYVNQRWSUyULIqo6EXmsB69iB4MiCLiRSKCJ3Nq/Bn+D8Gjv0q8rVUzVT3ftJOsSz6qu7q63tWTzNNn4l/6kij5RVTSf+F1wbTwPU/WAid7PzxjfHWePplMYXcYruNdK3TPd++ZzBjkXt7pbkQu031r2/d61YcLzvwEmRzsr41VfcmppxhvOeSdOvQdzouUEvblO+P4rNhG0KieB4Ky50+cD7k7xdxYDhRTF9VC5Y5beIijy2UjMlWUb8sD2KfMQx76moS4kZqvrj8/4py8CTmyWHp7EneKPp8JTzON20W1nyr9wvxEZfK4lxhbA7897ZSWd0WtOnOtZeqpSTVvxsOeUt2H2Eecr8TyhT1TQvxQuwZzEs58Vx+NK/jIuhaMCdfgmYB9WzDC3mzkXY0xVsv1sKejfoHZtLNG52/C+4XeTdnH1HKi9K3kifGO7zsByyeF+sLyE5tPXmdM98bqrXm5aLNvvMQP8v3Q+Gw3E6ybL6jd/ewb04xyp3EzfQQ9dkPA/BaFwUOvE+1ID0Y9vBHHoXaX7Qzxn0DzafNscuEu+3KkNLxDpfK0DvPSr1b4prLsbGRWwqyKTAX+W71l9utO/gTf6TBX1L8P5W+6Fc+T+mlvcxtXjXd6Oq16/tzqUa+pWYQD81n9nzO2wcZS/XnM60sghz4/4fMrI+9CjKuM93z+Sv2+rXpqpge1+h6D5TYF+F1AvVVELb9Qh3bNPm7gu4x1wDuDtdZX99sF6NQeT62v4L1NZUZZvtCzlNftXNhsQJ2DriryIe6J6g+9qHU/lifrbYy7gPOSzu8NzCfmsvwxOAv9yPY+tHd/9vpD/MOaXGa5Taa7Y32h7/h+Nc5/Hvn3FGzNzReIbW8sLtV9nfcfWe+h8rNyqFvWS51/6cfMZlz1B3m3ov1Cv0cO7Xnawh6xb5We79dDW7Oov/7pDeDv2t18BPC/RRLPRUAKve7pruRcfbwTZDzdFHre7y/1CnzxeJyllntUz2ccx9/P404uuYYQGmnNQpFkihBiIeMQi7kzs2mbTYaJZYwk17k0l61NyD3kHic0cg+5h5BpriHsZf/4f+uc9/n+vs/zubzf78/zfU7Sv38e/wExkqkIFkg2AmRIhYJBnlQ4VCrqCq5IxUdKJcYC9kuyXsoNnJIcoqTSA6UyCVJZ3svx7khZx8VSeXIq0KNCplRxIiiQKtGvspdUpZzkRJ5TulR1tFQtCMRJ1ennzHoN8moWB3CqRS+XGQBOteOlOp5SXRfJlRhXuNULlOpnS270bAA3d/LcU5BHD49H0nv0b+gPeL4fDtjzRLPnSqkRPRvDqQk9veDlxbs3tb3h650sNeV30zBATjM4NkOnjwOgjs8mqTleNefpOxTkSi32SH7oaQk+8APwasVeK3r7k+9PnQD4B1C7dS+QL7Whdxu4B1IrkPi27LXjvT1x7bOkIOp2QH9HH6lTohRMTGdyuqC/Czy74PuHSVIInELg1xUdXfGpGzy7MYPuxHVnvqHs96BmT3zsRd3e+NQHX/pQOwyuYXDpS1w//O5Hj4+pEY6OAeQPwMeBhQFcBoUAzsHgVGkINYfQcxjch6F9OLMYQd8RcBoJt0+pP4r8z9gfzdn4HM+/oPcYzlIE84kg90tyxlEnknMTiT/jWR9P3HfR0gTmMZG1SU4AnpPxMIrZRVF/CrlT4DkVjT/QJxru0+AwnfwZadJPxM9kbxY5Mcwxhr3ZnI9Y+MWyFgufWNZiOZdz6D+HnDg0xlErDo/mwn8e53E+81/ArBY6S4vguoj5/EyvxfizhHpL2VuKd8uYWTz7v+DPcjQvR8MKZrYCniuZ1yrqJHDWVuN7IrUS8XIN72typLX0WofGdcwxCW5JnOv1eLSe72MD3DfwHWyA30Z6bWQWm5jLZvzaTN0t1NqCH1s5h1vhnUzeNuK3wWl7+lvsgEcKmneibxc6d1NvDzPchx/78Go//FLplYrfB/DwADoP4n8aZyYNPofodYg6h6lzBL5HWEuHy5/EHKXnUXQcg38GtY6j/zjzO4HWEzxP0uMk6yfRfApPTrN/Gr/O4PsZ8s4yp0x0Z6LhHGvn4HUeb8/D4QK+XKBHFryz4HyR2IvovISWy+xd5pu4AuerrF/Dl+touM65yIbjDeJvMuNbxN2idw7rt/kW74C7IBff7nGW/+JM3mfvAb48RNMjch/zHT3BhyfwfEp+Pt7nU+sZZ+I5vV7Qs4BvpQCOL9H3Et4v4f8Kza9Ye11cRhVlimySKfpIpli+TPEMmRIDZUqWAwtkSjnJOBQGK2VKe8iU4SouGy3jyG/HeJny6TIVfEA213SMTCU3QGzlXqBApsoeGacomapjZapFylQPlXE+JVPDH/CsSU4t6tdiz4W82sTXIbYu3OqOlHFlz5Ue9YfKuOXIuAfLeFCjIc9GEQDeja/INPEESTJeCTLerDclppmrDHehaR4k44se3zyZFvTzg49fpkwrOPo7ywTQs3WaTBsQuFimLfHtQPvRMkE8O8CnowtAYyc4B6O7M750QUMI4C4z3eDQPVAmlLgecPsoHBDbkx69vAAxvdHSG+/64G8f4sPQ3Bce/dgLj5PpT6/+KTID4PkJeQMTZQahZTDah2TJDGVOw8JkhsNnFBpG03sMdb5C29dwH4u2b6j/7QyZceRE8hyPPu4qM4G8CcxzAjOeiK+TqPs98ZPhNpn9KPKn4N9UfkezN43cH5nr9DeA30w0zcTbWfgaQ7/ZnJs55MfxnIuuucx6HrXnE7sQXYuot5i4JcxxCRqXsrYMz5Yxw/hUmeXMZQW9V6JlFX1/nSjzGz0S4MsdZBJy3+J3vPiDc7Uab1dzFhLxZQ1c1vK+Fr3r6L+O9yT8SOJ9Cx5uRWMy3nDPmO3sb8ffHZyHHehLgVMKfXfSb9cbsLabWnvwfy8c98JvPzn7mXcqeg6g+SD9D8IlDd6HwGH6HGEvHc1H4XyM+hn0PM5sTzCrkyGAvdPM6Qy9znKWzuJRJuf1PPwvUDMLXKQWd4W5RL3LcLmKD9fIy4bHDfZu+sncgtct9OXAP4czdZs+d+h5h9934ZiLj7nJgNr3qHUffffRlIeGPPz6G20P4POQvIf4/5i6T/h+n3Dun8LtKT7lw+8Za895f4FnBcQUoIV7w7zkLLyix5v74nWGrPGStc6yhTxkCw+VLXJKtliIbAnWS/Lb4Yps6TzZsk6y5VhzzJat4CdbkfhKgP+vbBVPWScf2aqustWiZavzu8Ym2ZqhIF3WJVK2NrXrJMq6Bsu+Q3y9INn6xLo9km0wQ9adNfcs2XfjZD14NqRWw1xZT9AoSraxPyiQbZIs6xUh681+U3Kbu8j6ku8L1xYOgJp+biBTtiXcWhHvv0A2AB1t4mUDqdGO96BwQH4H+AWn/B/8A2W9n3QAAHicY2BkYGA6zCTJoM4AAkxAzAiEDAwOYD4DAB0oAU0AeJyVk99qE0EUxr/dpE1rpGDRUryQQUTBi920lBaCN9s/6U1oYgilV+o2O0mWJrthdpKQa19A8AXEKx9AvBe89FUEH8FvJ2MTsUJNSOY3Z+b8+c7ZBbDtPIWD+cfHG8sOyvhk2UUJ3ywXcA8/LRdRdh5aXsGmU7e8SvvUcgkv3WeW13DXfW95HXfcL5bLeOD+sLyBR4WAWZziOnevTMacHWzhnWWXtz5bLuAxvlsuYstxLa/gCXXNeZX215ZL+Oi8tbyGbXdmeR333Q+Wy3jufrW8gReFAo6QYoQZFGL00IeGwDFCTCBJp6QEEc8FdlHBDvbhkQMM+BVLXpnZSa6Sa+4d8SaO0tFMxb2+FsfhRIrTMIlmYreys++JYDAQ5igTSmZSTWREhxrrSRgvwNRESzHkilqa6GAqs3TITYuWHsasIGQutGRvPAhV7tvAGdqo0/sQVe7atJ3gAk1yizvUGmftenBYbbRrJxfNRqt9u4znRlVGtfldgT1qO+CvstQXnEuVxWki9rwDr2JE3i54k0IkpWSm5XkTuyadoF9q/vvm5KZR5T4d0u/CulzVkk/X5s8tijkiWoembVe0hbRqE++S7VxESbjmu46pmVNpDmSYSc6pK5XQqdB9KRajzWRH58K7qTInXaoTWoWRHIbqSoRaq/hybK4kqY47MrODVqayv3qjtLhuzk3PIhbPEkwfNPtS5SvuX+sN/4jpGWXoaz2q+n5eXjiP78Xp/0TwOal5VxLTef8fMf0BRSaZ9PELz4vYEXicfVcFdOPIsnVVmWInGVimt8yU2JacLE9gmZm9st22NZYtjSAwy8zMzMyPmfYxv33MzLCPmaqk9kzm/HN+TtIk3b7dfW9XKSlM/b8/+BoXkMIUpW5KXZ+6LnVj6pbUrakbUrelbgYEgjRkIAs5yMMQFKAIwzACo7AMlsMKWAkbwcawCWwKm8HmsAVsCVvB1rANvAm2he1ge9gBdoSdYGfYBXaF3WB32AP2hL1gb9gH9oUxGIcSlKECBphQhQmYhP1gfzgADoSD4GA4BFbBFEzDDMzCoXAYHA5HwJFwFBwNx8CxcBwcDyfAiXASnAynwKlwGpwOZ8CZcBacDefAuVCD88CCemo09UZqBBrQBAUtaEMHbFgNXXCgB31wwYM14EMAIUQwB/OwAIuwFs6HC+BCuAguhkvgUrgMLocr4Eq4Cq6Ga+BauA6uhxvgRrgJboZb4Fa4DW6HO+BOuAvuhnvgXrgP7ocH4EF4CB6GR+BReAwehyfgSXgKnoZn4Fl4Dp6HF+BFeAlehlfgVXgzvAXeCm+Dt8M74J3wLng3vAfeC++D98MH4IPwIfgwvAYfgY/Cx+Dj8An4JHwKPg2fgc/C5+Dz8AX4IrwOX4Ivw1fgq/A1+Dp8A74J34Jvw3fgu/A9+D78AH4IP4Ifw0/gp/Az+Dn8An4Jv4Jfw2/gt/AG/A5+D3+AP8Kf4M/wF/gr/A3+Dv+Af8K/4N/wH/gvphAQkTCNGcxiDvOpHXAIC1jEYRzBUVyGy3EFrsSNcGPcBDfFzXBz3AK3xK1wa9wG34Tb4na4Pe6AO+JOuDPugrvibrg77oF74l64N+6D++IYjmMJy1hBA02s4gRO4n64Px6AB+JBeDAegqtwCqdxBmfxUDwMD8cj8Eg8Co/GY/BYPA6PxxPwRDwp9TqejKfgqXgano5n4Jl4Fp6N5+C5WMPz0MI6NrCJClvYxg7auBq76GAP++iih2vQxwBDjHAO53EBF3Etno8X4IV4EV6Ml+CleBlejlfglXgVXo3X4LV4HV6PN+CNeBPejLfgrXgb3o534J14F96N9+C9eB/ejw/gg/gQPoyP4KP4GD6OT+CT+BQ+jc/gs/gcPo8v4Iv4Er6Mr+Cr+GZ8C74V34Zvx3fgO/Fd+G58D74X34fvxw/gB/FD+GF8DT+CH8WP4cfxE/hJ/BR+Gj+Dn8XP4efxC/hFfB2/hF/Gr+BX8Wv4dfwGfhO/hd/G7+B38Xv4ffwB/hB/hD/Gn+BP8Wf4c/wF/hJ/hb/G3+Bv8Q38Hf4e/4B/xD/hn/Ev+Ff8G/4d/4H/xH/hv/E/+F9KERASUZoylKUc5WmIClSkYRqhUVpGy2kFraSNaGPahDalzWhz2oK2pK1oa9qG3kTb0na0Pe1AO9JOtDPtQrvSbrQ77UF70l60N+1D+9IYjVOJylQhg0yq0gRN0n60Px1AB9JBdDAdQqtoiqZphmbpUDqMDqcj6Eg6io6mY+hYOo6OpxPoRDqJTqZT6FQ6jU6nM+hMOovOpnPoXKrReWRRnRrUJEUtalOHbFpNXXKoR31yyaM15FNAIUU0R/O0QIu0ls6nC+hCuogupkvoUrqMLqcr6Eq6iq6ma+hauo6upxvoRrqJbqZb6Fa6jW6nO+hOuovupnvoXrqP7qcH6EF6iB6mR+hReowepyfoSXqKnqZn6Fl6jp6nF+hFeoleplfo1dQdmbZjBUGmFwV2Ixsoy2908qo/pxzXU5kO98N0EFp+QYqa6nnhYjoKlJ9u2U4vH3ZqjuW3FYadnLTtIES3m/VVz51TubWu26vZ/Xxcu1FIbquVDex233Ko4bYzoW8FnXTH7ak8z6ZqlhOmQ7un0r5rNYeb7nzf4YYM5wedbORJlbH7dXeh6DnWYq1h+w1HMaenrDDnq5avgk5elhJP6LiNbrrlWO0Cb6bpddy+CgpzrhP1VI3XU9RNIRjS7cjLrvEbblPl6lZcU2i10/wXpOuu281L0bP8bsbz7X6YbVg95VvpltsP+bnTzNqh5diNYqgWwlpH2e1OWIjb83Yz7BT4Wbtfc1QrHE6aDdUPlV9MOr68PpK0V0dBaLcW07KXot1v8nsJTrfjd0dbVkPJqdXm7KZyc57dCCNfZT3Vb9hOoWd5NVmr8rNWUybkE+Z1qqYdZoKO5atMo6P4hESwkSBUXq1uNbrzlt8caVl8hINeftBIy6FnPItNwMZwvVzL9WV8OH590Iln0p2MWq0a4TDzzPlusvORQSfewpDnREFNjFHo2X3dLCYmits5txvXI2sixUfCOOkN2f2Wm8CChq9UP+i44YiGJa4YYmDSKtSt/qBp+b47H6+jmDTjVeSTduTp57Ej4iMSH/FyAnutqrUixxnW7aBnOc5ytdBwrJ61blnptt1i2ymrxXfEV3m1yEZjNYak0XDcQA3zqfTtfjt+PcPn2Vf5huWoftPys77Vb7q9XMPt9VjjbM9q91VYGJxX5K07R1kf2z2cVyoc4a17nkzZ4As73GIXKj8hK+qOLGGZXvic8kObGVfofsf17bVsX8sZYsfXGh2ZJJy3Q/ZlcvBiMrF93BtOHF9jct+lrlpM820O8nrJwUjYiXr1gNcqB7dM92S50h+KA0nHclrFOLokMSUn83KIGHHsfpfNmRxlzouCDm9rhG+P8jls1ORxHELsfpbJvc5isW0zQz3xQRIdhCbjsA/4cOW+F2OLJ0Sjg8ubdAvxCwmZ3nB+sNdsMnM26ksMKbLF+NLIATfJDwLqNPlSsBv48PrpunKcYkOOtcUHG6pCh2XU7o6b4rZc3Iq8ZEQOZEXiyNp6R67cYCSeYNkGQ5G3IUim4Rju1lV23uc738mEVtANshxReTNDdd9WrYYVqII4N7knmbbvRl5azjLDHoma2bqyOEJQIwpZSo9PxfJi/9heOrDmVEHOp1Zno3bZca7PfsLIQdfhiOHbXRV2eMJ2ZyjiuOTztIrXUHdUhs1rNzjMR43uEMvI6+HrO7quFR/78rbrtnk362JAcclAhjVUiwU+cxXGO80nTb6kSSO+xEkzPiu+NxzC+0E6cH22GhfJPYlbfHkGmS1OKgOvpXndLhumzf5vckqqu6xxUdtZ3hweWDvOKBzjQ/ZrqDi25tnbPmtvcUTkmFdwZBE1tkU9z3GBdW6r0fiIa4MMNpx0E6fmJJXWes0iY8OOG/Dhq3wQ2aEolhdTCWO2wYlKKc4wLkdlyZRxOpEt1CPb4R208wz2JO8MWT1mt/oNle2pZtcOiy1ZErOsVrx0xXmgk4Sp1lhLrWi6UV2s1JcTj/23wUjivw2G2H8b9GVfhfX44hJgfoAorH8111RBl9NG1rE8qWKjhMM9ty77im/jsPZ37LfCmsgN9dRJM9GZd9vv82aSdzOc/Z3Fgg4FfDDLl4bAOAwtCYPSL6gFT25hoi4L6CXvZYIeLyTT4qvVp57q5Noc6zyrmecwF/siL98S8uZo3IhDC7u5mecz5uxlOWn5YhiKF8SvOcvWxTsdgDiYJMkivr/pBkexIYFIuuxKsGFXpmul6mRxSWYpBhHfSL6+tse2jupJi1+bKA970dq1cna2aihOoDKhHOPo+mYt/vDq2Mppjg4STbKaFZKiauwm9lBkBx0+UZ+DnZLEs9BocoDS2SYYfLSs3GBEB6ilQxKglvbjANUJe46RbgRBOcve5JBZSKKqNjFHJs6OG7HfbS+wgyUJacW6sUHSStfKY+Wh+NNP5s/yIK93dP2XQ5yuk5AfD+YdxZdebJg0Yscmz+PPiDisx1eiVh4vFZKUH2cEvvZ8rSWzJQZZ7xS2rrxdJRX51K57FAVNsvs+rfYWyY/q1PXnqR425DNZDa27s8vjOFQXY3gdq843slYuTa5cNxpyOK1HoQo2/b9Dsq2RwXAcg1ds0ItjU61crkhhDC9yNo3qeiO6k15gmYcWBp8e696Rw8w12Sz8Uc0hnb/0BsGLv7G43/atXrbF37Rdn6wmh47x6vho3Q7rkRy9loEjoeMXkyoeWua4TLQ+S40s6Ufe0qfiq+VL+skVn+fPXHc+yPE19V27meGLES3wMu265Jagu+hxUnMjP1gTsWL8OcBWcbMtDsuOSkshCTy0PQoikdY0c/LPjT2nqB61ca6bmVd23eV/HPr8yy9US6Px3muDzctYZZNkSYOc6yQ5Rx6Zo003XPJAxiaG5/hTnL9K4zXxyMTYSJLZ4oGaK0MlKcpSiFYThhSmFFUpJqSYzEV9+9DxVWN81tY4j0wKaLIsXQFNCmhSQJMCmhTQ5GS6VhmLEXVplaQoS1FJZpsal44pRVWKCSkEND4mhTwdF9C4gMYrUhhSCGJcEOOCGNdrmx7TteBKgisJriS4kuBKgisJriS4kjCVhaksiLIgyoIo6+XN6AlnxnUdvyHQsqacMXRt6lomr8gcFWGtCGtFWCvxA4FWNHRWiA0hNmRaQ0CGgAwBGQIyBGQIyJClmoIwBWEKwhSEqZd6aPxMQGaVz7sVPxNQVR5UBVQVUFUeVIWmKjRVU15uSEtoqoKYEMSEIMQXFfFFRXxREV9UxBcV8UVFfFGZEMSkICYFIaaoTApispJulWIZ2RTcih8IQkxhsCm4GJeiJEVZiooUhhSmFFUpJqSYzMwpDpvcFEsYMpchljDEEoZYwhBLGGIJQyxhjAtJSUhKghAzGGIGQ8xgiBkMMYMhZjDEDIaYwRAzGGIGQ8xgiBkMCV9GWRBlQZQFIR4wyoKoCKIiiIogRHpDpDdEekOkN0R6Q6Q3KoIwBCG6G6K7IboborshuhuiuyG6G6K7IboborshuhuiuyG6G6YgTEGI6IYpCFMQLHqrxAguBMGic0sQIrohohtVQVQFIaIbIrohohsiuiGiGyK6IaIbIrohohsiuiGiGyK6IaIbIrohohsiujEpCIkEhkQCQyKBwaK3SlUV27Q0MaZrxpkivSnSmzoelCYMXZsyWJViQgrmM8VLpuhviv6m6G+K/qbob4r+puhviv6m6G+K/qbob4r+puhviv6m6G+K/qbob4r+Zim5lqVVeoWrxnVd0nVZ13qpq/RSV5m6rup6QteD+VbpekrX07qe0fVsUk9p3inNO6V5pzTvlOad0rxTmndK805p3inNO6V5pzTvlOad0rxTmlcHzdK05p3WvNOad1rzTmveac07rXmnNe+05p3WvNOad1rzTmveac2rY2tJx9bSjOad0bwzmldH2JKOsKUZzTujeWc074zmndG8M5p3RvPOaN5ZzTureWc176zmndW8s5p3VvPOilMmNemsJp3VpLOadFaTzmrS2dn/AboJB4wAAAA=) format('woff'),url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal}.fa{font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa.fa-pull-right,.fa.pull-right{margin-left:.3em}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right,.pull-right{float:right}.pull-left{float:left}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none}.fa-stack{position:relative;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-chain-broken:before,.fa-unlink:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-bed:before,.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-y-combinator:before,.fa-yc:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-television:before,.fa-tv:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-address-card:before,.fa-vcard:before{content:"\f2bb"}.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.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} \ No newline at end of file diff --git a/wwwjuba/app-assets/fonts/font-awesome/fonts/FontAwesome.otf b/wwwjuba/app-assets/fonts/font-awesome/fonts/FontAwesome.otf new file mode 100644 index 0000000..401ec0f Binary files /dev/null and b/wwwjuba/app-assets/fonts/font-awesome/fonts/FontAwesome.otf differ diff --git a/wwwjuba/assets/fonts/font-awesome.eot b/wwwjuba/app-assets/fonts/font-awesome/fonts/fontawesome-webfont.eot similarity index 100% rename from wwwjuba/assets/fonts/font-awesome.eot rename to wwwjuba/app-assets/fonts/font-awesome/fonts/fontawesome-webfont.eot diff --git a/wwwjuba/assets/fonts/font-awesome.svg b/wwwjuba/app-assets/fonts/font-awesome/fonts/fontawesome-webfont.svg similarity index 99% rename from wwwjuba/assets/fonts/font-awesome.svg rename to wwwjuba/app-assets/fonts/font-awesome/fonts/fontawesome-webfont.svg index 855c845..d7534c9 100644 --- a/wwwjuba/assets/fonts/font-awesome.svg +++ b/wwwjuba/app-assets/fonts/font-awesome/fonts/fontawesome-webfont.svg @@ -1,2671 +1,2671 @@ - - - - -Created by FontForge 20120731 at Mon Oct 24 17:37:40 2016 - By ,,, -Copyright Dave Gandy 2016. All rights reserved. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + +Created by FontForge 20120731 at Mon Oct 24 17:37:40 2016 + By ,,, +Copyright Dave Gandy 2016. All rights reserved. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/assets/fonts/font-awesome.ttf b/wwwjuba/app-assets/fonts/font-awesome/fonts/fontawesome-webfont.ttf similarity index 100% rename from wwwjuba/assets/fonts/font-awesome.ttf rename to wwwjuba/app-assets/fonts/font-awesome/fonts/fontawesome-webfont.ttf diff --git a/wwwjuba/assets/fonts/font-awesome.woff b/wwwjuba/app-assets/fonts/font-awesome/fonts/fontawesome-webfont.woff similarity index 100% rename from wwwjuba/assets/fonts/font-awesome.woff rename to wwwjuba/app-assets/fonts/font-awesome/fonts/fontawesome-webfont.woff diff --git a/wwwjuba/assets/fonts/font-awesome.woff2 b/wwwjuba/app-assets/fonts/font-awesome/fonts/fontawesome-webfont.woff2 similarity index 100% rename from wwwjuba/assets/fonts/font-awesome.woff2 rename to wwwjuba/app-assets/fonts/font-awesome/fonts/fontawesome-webfont.woff2 diff --git a/wwwjuba/app-assets/images/backgrounds/chat-bg-2.png b/wwwjuba/app-assets/images/backgrounds/chat-bg-2.png new file mode 100644 index 0000000..45c447d Binary files /dev/null and b/wwwjuba/app-assets/images/backgrounds/chat-bg-2.png differ diff --git a/wwwjuba/app-assets/images/backgrounds/chat-bg-3.png b/wwwjuba/app-assets/images/backgrounds/chat-bg-3.png new file mode 100644 index 0000000..9fa8049 Binary files /dev/null and b/wwwjuba/app-assets/images/backgrounds/chat-bg-3.png differ diff --git a/wwwjuba/app-assets/images/backgrounds/chat-bg-backup.jpg b/wwwjuba/app-assets/images/backgrounds/chat-bg-backup.jpg new file mode 100644 index 0000000..084a57f Binary files /dev/null and b/wwwjuba/app-assets/images/backgrounds/chat-bg-backup.jpg differ diff --git a/wwwjuba/app-assets/images/backgrounds/chat-bg.png b/wwwjuba/app-assets/images/backgrounds/chat-bg.png new file mode 100644 index 0000000..ece27eb Binary files /dev/null and b/wwwjuba/app-assets/images/backgrounds/chat-bg.png differ diff --git a/wwwjuba/app-assets/images/backgrounds/chat-bg.svg b/wwwjuba/app-assets/images/backgrounds/chat-bg.svg new file mode 100644 index 0000000..641e235 --- /dev/null +++ b/wwwjuba/app-assets/images/backgrounds/chat-bg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/wwwjuba/app-assets/images/dropzone/spritemap.png b/wwwjuba/app-assets/images/dropzone/spritemap.png new file mode 100644 index 0000000..d711b0f Binary files /dev/null and b/wwwjuba/app-assets/images/dropzone/spritemap.png differ diff --git a/wwwjuba/app-assets/images/dropzone/spritemap@2x.png b/wwwjuba/app-assets/images/dropzone/spritemap@2x.png new file mode 100644 index 0000000..ed29b88 Binary files /dev/null and b/wwwjuba/app-assets/images/dropzone/spritemap@2x.png differ diff --git a/wwwjuba/app-assets/images/elements/apple-watch.png b/wwwjuba/app-assets/images/elements/apple-watch.png new file mode 100644 index 0000000..dc5f997 Binary files /dev/null and b/wwwjuba/app-assets/images/elements/apple-watch.png differ diff --git a/wwwjuba/app-assets/images/elements/beats-headphones.png b/wwwjuba/app-assets/images/elements/beats-headphones.png new file mode 100644 index 0000000..a444c46 Binary files /dev/null and b/wwwjuba/app-assets/images/elements/beats-headphones.png differ diff --git a/wwwjuba/app-assets/images/elements/decore-left.png b/wwwjuba/app-assets/images/elements/decore-left.png new file mode 100644 index 0000000..ee5e3b2 Binary files /dev/null and b/wwwjuba/app-assets/images/elements/decore-left.png differ diff --git a/wwwjuba/app-assets/images/elements/decore-right.png b/wwwjuba/app-assets/images/elements/decore-right.png new file mode 100644 index 0000000..30bb2cc Binary files /dev/null and b/wwwjuba/app-assets/images/elements/decore-right.png differ diff --git a/wwwjuba/app-assets/images/elements/homepod.png b/wwwjuba/app-assets/images/elements/homepod.png new file mode 100644 index 0000000..fd15688 Binary files /dev/null and b/wwwjuba/app-assets/images/elements/homepod.png differ diff --git a/wwwjuba/app-assets/images/elements/ipad-pro.png b/wwwjuba/app-assets/images/elements/ipad-pro.png new file mode 100644 index 0000000..8b261de Binary files /dev/null and b/wwwjuba/app-assets/images/elements/ipad-pro.png differ diff --git a/wwwjuba/app-assets/images/elements/iphone-x.png b/wwwjuba/app-assets/images/elements/iphone-x.png new file mode 100644 index 0000000..b382644 Binary files /dev/null and b/wwwjuba/app-assets/images/elements/iphone-x.png differ diff --git a/wwwjuba/app-assets/images/elements/jbl-speaker.png b/wwwjuba/app-assets/images/elements/jbl-speaker.png new file mode 100644 index 0000000..3308a13 Binary files /dev/null and b/wwwjuba/app-assets/images/elements/jbl-speaker.png differ diff --git a/wwwjuba/app-assets/images/elements/macbook-pro.png b/wwwjuba/app-assets/images/elements/macbook-pro.png new file mode 100644 index 0000000..8f65372 Binary files /dev/null and b/wwwjuba/app-assets/images/elements/macbook-pro.png differ diff --git a/wwwjuba/app-assets/images/elements/magic-mouse.png b/wwwjuba/app-assets/images/elements/magic-mouse.png new file mode 100644 index 0000000..fda6809 Binary files /dev/null and b/wwwjuba/app-assets/images/elements/magic-mouse.png differ diff --git a/wwwjuba/app-assets/images/flags/de.png b/wwwjuba/app-assets/images/flags/de.png new file mode 100644 index 0000000..f078fdf Binary files /dev/null and b/wwwjuba/app-assets/images/flags/de.png differ diff --git a/wwwjuba/app-assets/images/flags/en.png b/wwwjuba/app-assets/images/flags/en.png new file mode 100644 index 0000000..4e47eaa Binary files /dev/null and b/wwwjuba/app-assets/images/flags/en.png differ diff --git a/wwwjuba/app-assets/images/flags/fr.png b/wwwjuba/app-assets/images/flags/fr.png new file mode 100644 index 0000000..6a196cb Binary files /dev/null and b/wwwjuba/app-assets/images/flags/fr.png differ diff --git a/wwwjuba/app-assets/images/flags/pt.png b/wwwjuba/app-assets/images/flags/pt.png new file mode 100644 index 0000000..56379a6 Binary files /dev/null and b/wwwjuba/app-assets/images/flags/pt.png differ diff --git a/wwwjuba/app-assets/images/ico/favicon.ico b/wwwjuba/app-assets/images/ico/favicon.ico new file mode 100644 index 0000000..c072116 Binary files /dev/null and b/wwwjuba/app-assets/images/ico/favicon.ico differ diff --git a/wwwjuba/app-assets/images/logo/favicon.ico b/wwwjuba/app-assets/images/logo/favicon.ico new file mode 100644 index 0000000..c072116 Binary files /dev/null and b/wwwjuba/app-assets/images/logo/favicon.ico differ diff --git a/wwwjuba/app-assets/images/logo/logo-danger.png b/wwwjuba/app-assets/images/logo/logo-danger.png new file mode 100644 index 0000000..e8f36ca Binary files /dev/null and b/wwwjuba/app-assets/images/logo/logo-danger.png differ diff --git a/wwwjuba/app-assets/images/logo/logo-dark.png b/wwwjuba/app-assets/images/logo/logo-dark.png new file mode 100644 index 0000000..85a3af0 Binary files /dev/null and b/wwwjuba/app-assets/images/logo/logo-dark.png differ diff --git a/wwwjuba/app-assets/images/logo/logo-info.png b/wwwjuba/app-assets/images/logo/logo-info.png new file mode 100644 index 0000000..6e1bd1d Binary files /dev/null and b/wwwjuba/app-assets/images/logo/logo-info.png differ diff --git a/wwwjuba/app-assets/images/logo/logo-primary.png b/wwwjuba/app-assets/images/logo/logo-primary.png new file mode 100644 index 0000000..894f465 Binary files /dev/null and b/wwwjuba/app-assets/images/logo/logo-primary.png differ diff --git a/wwwjuba/app-assets/images/logo/logo-success.png b/wwwjuba/app-assets/images/logo/logo-success.png new file mode 100644 index 0000000..6339f22 Binary files /dev/null and b/wwwjuba/app-assets/images/logo/logo-success.png differ diff --git a/wwwjuba/app-assets/images/logo/logo-warning.png b/wwwjuba/app-assets/images/logo/logo-warning.png new file mode 100644 index 0000000..89b78f4 Binary files /dev/null and b/wwwjuba/app-assets/images/logo/logo-warning.png differ diff --git a/wwwjuba/app-assets/images/logo/logo.png b/wwwjuba/app-assets/images/logo/logo.png new file mode 100644 index 0000000..f89b776 Binary files /dev/null and b/wwwjuba/app-assets/images/logo/logo.png differ diff --git a/wwwjuba/app-assets/images/logo/vuesax-logo.png b/wwwjuba/app-assets/images/logo/vuesax-logo.png new file mode 100644 index 0000000..c94b347 Binary files /dev/null and b/wwwjuba/app-assets/images/logo/vuesax-logo.png differ diff --git a/wwwjuba/app-assets/images/pages/1-apex.png b/wwwjuba/app-assets/images/pages/1-apex.png new file mode 100644 index 0000000..2918ed8 Binary files /dev/null and b/wwwjuba/app-assets/images/pages/1-apex.png differ diff --git a/wwwjuba/app-assets/images/pages/2-stack.png b/wwwjuba/app-assets/images/pages/2-stack.png new file mode 100644 index 0000000..dfafe41 Binary files /dev/null and b/wwwjuba/app-assets/images/pages/2-stack.png differ diff --git a/wwwjuba/app-assets/images/pages/3-convex.png b/wwwjuba/app-assets/images/pages/3-convex.png new file mode 100644 index 0000000..580c64a Binary files /dev/null and b/wwwjuba/app-assets/images/pages/3-convex.png differ diff --git a/wwwjuba/app-assets/images/pages/4-materialize.png b/wwwjuba/app-assets/images/pages/4-materialize.png new file mode 100644 index 0000000..0620e57 Binary files /dev/null and b/wwwjuba/app-assets/images/pages/4-materialize.png differ diff --git a/wwwjuba/app-assets/images/pages/404.png b/wwwjuba/app-assets/images/pages/404.png new file mode 100644 index 0000000..068d490 Binary files /dev/null and b/wwwjuba/app-assets/images/pages/404.png differ diff --git a/wwwjuba/app-assets/images/pages/500.png b/wwwjuba/app-assets/images/pages/500.png new file mode 100644 index 0000000..6715144 Binary files /dev/null and b/wwwjuba/app-assets/images/pages/500.png differ diff --git a/wwwjuba/app-assets/images/pages/arrow-down.png b/wwwjuba/app-assets/images/pages/arrow-down.png new file mode 100644 index 0000000..232d618 Binary files /dev/null and b/wwwjuba/app-assets/images/pages/arrow-down.png differ diff --git a/wwwjuba/app-assets/images/pages/card-image-4.jpg b/wwwjuba/app-assets/images/pages/card-image-4.jpg new file mode 100644 index 0000000..a2f2ddc Binary files /dev/null and b/wwwjuba/app-assets/images/pages/card-image-4.jpg differ diff --git a/wwwjuba/app-assets/images/pages/card-image-5.jpg b/wwwjuba/app-assets/images/pages/card-image-5.jpg new file mode 100644 index 0000000..c889e66 Binary files /dev/null and b/wwwjuba/app-assets/images/pages/card-image-5.jpg differ diff --git a/wwwjuba/app-assets/images/pages/card-image-6.jpg b/wwwjuba/app-assets/images/pages/card-image-6.jpg new file mode 100644 index 0000000..a8e0308 Binary files /dev/null and b/wwwjuba/app-assets/images/pages/card-image-6.jpg differ diff --git a/wwwjuba/app-assets/images/pages/card-img-overlay.jpg b/wwwjuba/app-assets/images/pages/card-img-overlay.jpg new file mode 100644 index 0000000..0b3f256 Binary files /dev/null and b/wwwjuba/app-assets/images/pages/card-img-overlay.jpg differ diff --git a/wwwjuba/app-assets/images/pages/carousel/faq.jpg b/wwwjuba/app-assets/images/pages/carousel/faq.jpg new file mode 100644 index 0000000..fb31ee7 Binary files /dev/null and b/wwwjuba/app-assets/images/pages/carousel/faq.jpg differ diff --git a/wwwjuba/app-assets/images/pages/content-img-1.jpg b/wwwjuba/app-assets/images/pages/content-img-1.jpg new file mode 100644 index 0000000..98d2e03 Binary files /dev/null and b/wwwjuba/app-assets/images/pages/content-img-1.jpg differ diff --git a/wwwjuba/app-assets/images/pages/content-img-2.jpg b/wwwjuba/app-assets/images/pages/content-img-2.jpg new file mode 100644 index 0000000..70871e1 Binary files /dev/null and b/wwwjuba/app-assets/images/pages/content-img-2.jpg differ diff --git a/wwwjuba/app-assets/images/pages/content-img-3.jpg b/wwwjuba/app-assets/images/pages/content-img-3.jpg new file mode 100644 index 0000000..e25cbd6 Binary files /dev/null and b/wwwjuba/app-assets/images/pages/content-img-3.jpg differ diff --git a/wwwjuba/app-assets/images/pages/content-img-4.jpg b/wwwjuba/app-assets/images/pages/content-img-4.jpg new file mode 100644 index 0000000..6bc642d Binary files /dev/null and b/wwwjuba/app-assets/images/pages/content-img-4.jpg differ diff --git a/wwwjuba/app-assets/images/pages/eCommerce/1.png b/wwwjuba/app-assets/images/pages/eCommerce/1.png new file mode 100644 index 0000000..b1001a1 Binary files /dev/null and b/wwwjuba/app-assets/images/pages/eCommerce/1.png differ diff --git a/wwwjuba/app-assets/images/pages/eCommerce/10.png b/wwwjuba/app-assets/images/pages/eCommerce/10.png new file mode 100644 index 0000000..b7150f3 Binary files /dev/null and b/wwwjuba/app-assets/images/pages/eCommerce/10.png differ diff --git a/wwwjuba/app-assets/images/pages/eCommerce/11.png b/wwwjuba/app-assets/images/pages/eCommerce/11.png new file mode 100644 index 0000000..84f9177 Binary files /dev/null and b/wwwjuba/app-assets/images/pages/eCommerce/11.png differ diff --git a/wwwjuba/app-assets/images/pages/eCommerce/12.png b/wwwjuba/app-assets/images/pages/eCommerce/12.png new file mode 100644 index 0000000..c980ef8 Binary files /dev/null and b/wwwjuba/app-assets/images/pages/eCommerce/12.png differ diff --git a/wwwjuba/app-assets/images/pages/eCommerce/2.png b/wwwjuba/app-assets/images/pages/eCommerce/2.png new file mode 100644 index 0000000..ab6865e Binary files /dev/null and b/wwwjuba/app-assets/images/pages/eCommerce/2.png differ diff --git a/wwwjuba/app-assets/images/pages/eCommerce/3.png b/wwwjuba/app-assets/images/pages/eCommerce/3.png new file mode 100644 index 0000000..e2e8c18 Binary files /dev/null and b/wwwjuba/app-assets/images/pages/eCommerce/3.png differ diff --git a/wwwjuba/app-assets/images/pages/eCommerce/4.png b/wwwjuba/app-assets/images/pages/eCommerce/4.png new file mode 100644 index 0000000..5e3edc2 Binary files /dev/null and b/wwwjuba/app-assets/images/pages/eCommerce/4.png differ diff --git a/wwwjuba/app-assets/images/pages/eCommerce/5.png b/wwwjuba/app-assets/images/pages/eCommerce/5.png new file mode 100644 index 0000000..b20cdf1 Binary files /dev/null and b/wwwjuba/app-assets/images/pages/eCommerce/5.png differ diff --git a/wwwjuba/app-assets/images/pages/eCommerce/6.png b/wwwjuba/app-assets/images/pages/eCommerce/6.png new file mode 100644 index 0000000..8088287 Binary files /dev/null and b/wwwjuba/app-assets/images/pages/eCommerce/6.png differ diff --git a/wwwjuba/app-assets/images/pages/eCommerce/7.png b/wwwjuba/app-assets/images/pages/eCommerce/7.png new file mode 100644 index 0000000..270212b Binary files /dev/null and b/wwwjuba/app-assets/images/pages/eCommerce/7.png differ diff --git a/wwwjuba/app-assets/images/pages/eCommerce/8.png b/wwwjuba/app-assets/images/pages/eCommerce/8.png new file mode 100644 index 0000000..5749d78 Binary files /dev/null and b/wwwjuba/app-assets/images/pages/eCommerce/8.png differ diff --git a/wwwjuba/app-assets/images/pages/eCommerce/9.png b/wwwjuba/app-assets/images/pages/eCommerce/9.png new file mode 100644 index 0000000..5925368 Binary files /dev/null and b/wwwjuba/app-assets/images/pages/eCommerce/9.png differ diff --git a/wwwjuba/app-assets/images/pages/eCommerce/alienware-laptop.jpg b/wwwjuba/app-assets/images/pages/eCommerce/alienware-laptop.jpg new file mode 100644 index 0000000..7448f40 Binary files /dev/null and b/wwwjuba/app-assets/images/pages/eCommerce/alienware-laptop.jpg differ diff --git a/wwwjuba/app-assets/images/pages/eCommerce/amazon-chromecast.jpg b/wwwjuba/app-assets/images/pages/eCommerce/amazon-chromecast.jpg new file mode 100644 index 0000000..44ed88b Binary files /dev/null and b/wwwjuba/app-assets/images/pages/eCommerce/amazon-chromecast.jpg differ diff --git a/wwwjuba/app-assets/images/pages/eCommerce/amazon-echodot.jpg b/wwwjuba/app-assets/images/pages/eCommerce/amazon-echodot.jpg new file mode 100644 index 0000000..b992922 Binary files /dev/null and b/wwwjuba/app-assets/images/pages/eCommerce/amazon-echodot.jpg differ diff --git a/wwwjuba/app-assets/images/pages/eCommerce/amazon-firestick.jpg b/wwwjuba/app-assets/images/pages/eCommerce/amazon-firestick.jpg new file mode 100644 index 0000000..ec0c774 Binary files /dev/null and b/wwwjuba/app-assets/images/pages/eCommerce/amazon-firestick.jpg differ diff --git a/wwwjuba/app-assets/images/pages/eCommerce/amazon-google-home.jpg b/wwwjuba/app-assets/images/pages/eCommerce/amazon-google-home.jpg new file mode 100644 index 0000000..675c19c Binary files /dev/null and b/wwwjuba/app-assets/images/pages/eCommerce/amazon-google-home.jpg differ diff --git a/wwwjuba/app-assets/images/pages/eCommerce/apple-Imac.jpg b/wwwjuba/app-assets/images/pages/eCommerce/apple-Imac.jpg new file mode 100644 index 0000000..55fa6ba Binary files /dev/null and b/wwwjuba/app-assets/images/pages/eCommerce/apple-Imac.jpg differ diff --git a/wwwjuba/app-assets/images/pages/eCommerce/apple-ear-pods.jpg b/wwwjuba/app-assets/images/pages/eCommerce/apple-ear-pods.jpg new file mode 100644 index 0000000..3497fb3 Binary files /dev/null and b/wwwjuba/app-assets/images/pages/eCommerce/apple-ear-pods.jpg differ diff --git a/wwwjuba/app-assets/images/pages/eCommerce/apple-macbook.jpg b/wwwjuba/app-assets/images/pages/eCommerce/apple-macbook.jpg new file mode 100644 index 0000000..a138e38 Binary files /dev/null and b/wwwjuba/app-assets/images/pages/eCommerce/apple-macbook.jpg differ diff --git a/wwwjuba/app-assets/images/pages/eCommerce/asus-desktop.jpg b/wwwjuba/app-assets/images/pages/eCommerce/asus-desktop.jpg new file mode 100644 index 0000000..d67a7f9 Binary files /dev/null and b/wwwjuba/app-assets/images/pages/eCommerce/asus-desktop.jpg differ diff --git a/wwwjuba/app-assets/images/pages/eCommerce/bank.png b/wwwjuba/app-assets/images/pages/eCommerce/bank.png new file mode 100644 index 0000000..e8ac725 Binary files /dev/null and b/wwwjuba/app-assets/images/pages/eCommerce/bank.png differ diff --git a/wwwjuba/app-assets/images/pages/eCommerce/bower-and-wilkins-speaker.jpg b/wwwjuba/app-assets/images/pages/eCommerce/bower-and-wilkins-speaker.jpg new file mode 100644 index 0000000..949a673 Binary files /dev/null and b/wwwjuba/app-assets/images/pages/eCommerce/bower-and-wilkins-speaker.jpg differ diff --git a/wwwjuba/app-assets/images/pages/eCommerce/canon-camera.jpg b/wwwjuba/app-assets/images/pages/eCommerce/canon-camera.jpg new file mode 100644 index 0000000..0e34804 Binary files /dev/null and b/wwwjuba/app-assets/images/pages/eCommerce/canon-camera.jpg differ diff --git a/wwwjuba/app-assets/images/pages/eCommerce/dell-inspirion.jpg b/wwwjuba/app-assets/images/pages/eCommerce/dell-inspirion.jpg new file mode 100644 index 0000000..3894dc9 Binary files /dev/null and b/wwwjuba/app-assets/images/pages/eCommerce/dell-inspirion.jpg differ diff --git a/wwwjuba/app-assets/images/pages/eCommerce/garmin-watch.jpg b/wwwjuba/app-assets/images/pages/eCommerce/garmin-watch.jpg new file mode 100644 index 0000000..0ecbe61 Binary files /dev/null and b/wwwjuba/app-assets/images/pages/eCommerce/garmin-watch.jpg differ diff --git a/wwwjuba/app-assets/images/pages/eCommerce/garmin-watch2.jpg b/wwwjuba/app-assets/images/pages/eCommerce/garmin-watch2.jpg new file mode 100644 index 0000000..6c7e116 Binary files /dev/null and b/wwwjuba/app-assets/images/pages/eCommerce/garmin-watch2.jpg differ diff --git a/wwwjuba/app-assets/images/pages/eCommerce/phillips-smart-led.jpg b/wwwjuba/app-assets/images/pages/eCommerce/phillips-smart-led.jpg new file mode 100644 index 0000000..1315017 Binary files /dev/null and b/wwwjuba/app-assets/images/pages/eCommerce/phillips-smart-led.jpg differ diff --git a/wwwjuba/app-assets/images/pages/eCommerce/samsung-fridge.jpg b/wwwjuba/app-assets/images/pages/eCommerce/samsung-fridge.jpg new file mode 100644 index 0000000..2798826 Binary files /dev/null and b/wwwjuba/app-assets/images/pages/eCommerce/samsung-fridge.jpg differ diff --git a/wwwjuba/app-assets/images/pages/eCommerce/sharp-50.jpg b/wwwjuba/app-assets/images/pages/eCommerce/sharp-50.jpg new file mode 100644 index 0000000..a8599d9 Binary files /dev/null and b/wwwjuba/app-assets/images/pages/eCommerce/sharp-50.jpg differ diff --git a/wwwjuba/app-assets/images/pages/eCommerce/sony-75class-tv.jpg b/wwwjuba/app-assets/images/pages/eCommerce/sony-75class-tv.jpg new file mode 100644 index 0000000..61e2041 Binary files /dev/null and b/wwwjuba/app-assets/images/pages/eCommerce/sony-75class-tv.jpg differ diff --git a/wwwjuba/app-assets/images/pages/eCommerce/sony-headphones.jpg b/wwwjuba/app-assets/images/pages/eCommerce/sony-headphones.jpg new file mode 100644 index 0000000..8b37763 Binary files /dev/null and b/wwwjuba/app-assets/images/pages/eCommerce/sony-headphones.jpg differ diff --git a/wwwjuba/app-assets/images/pages/faq.jpg b/wwwjuba/app-assets/images/pages/faq.jpg new file mode 100644 index 0000000..314210b Binary files /dev/null and b/wwwjuba/app-assets/images/pages/faq.jpg differ diff --git a/wwwjuba/app-assets/images/pages/forgot-password.png b/wwwjuba/app-assets/images/pages/forgot-password.png new file mode 100644 index 0000000..fd896af Binary files /dev/null and b/wwwjuba/app-assets/images/pages/forgot-password.png differ diff --git a/wwwjuba/app-assets/images/pages/graphic-1.png b/wwwjuba/app-assets/images/pages/graphic-1.png new file mode 100644 index 0000000..6b06935 Binary files /dev/null and b/wwwjuba/app-assets/images/pages/graphic-1.png differ diff --git a/wwwjuba/app-assets/images/pages/graphic-2.png b/wwwjuba/app-assets/images/pages/graphic-2.png new file mode 100644 index 0000000..e055b5d Binary files /dev/null and b/wwwjuba/app-assets/images/pages/graphic-2.png differ diff --git a/wwwjuba/app-assets/images/pages/graphic-3.png b/wwwjuba/app-assets/images/pages/graphic-3.png new file mode 100644 index 0000000..fb3ee39 Binary files /dev/null and b/wwwjuba/app-assets/images/pages/graphic-3.png differ diff --git a/wwwjuba/app-assets/images/pages/graphic-4.png b/wwwjuba/app-assets/images/pages/graphic-4.png new file mode 100644 index 0000000..5990f13 Binary files /dev/null and b/wwwjuba/app-assets/images/pages/graphic-4.png differ diff --git a/wwwjuba/app-assets/images/pages/graphic-5.png b/wwwjuba/app-assets/images/pages/graphic-5.png new file mode 100644 index 0000000..2f6b981 Binary files /dev/null and b/wwwjuba/app-assets/images/pages/graphic-5.png differ diff --git a/wwwjuba/app-assets/images/pages/graphic-6.png b/wwwjuba/app-assets/images/pages/graphic-6.png new file mode 100644 index 0000000..4910150 Binary files /dev/null and b/wwwjuba/app-assets/images/pages/graphic-6.png differ diff --git a/wwwjuba/app-assets/images/pages/kb-article.jpg b/wwwjuba/app-assets/images/pages/kb-article.jpg new file mode 100644 index 0000000..0b3f256 Binary files /dev/null and b/wwwjuba/app-assets/images/pages/kb-article.jpg differ diff --git a/wwwjuba/app-assets/images/pages/knowledge-base-cover.jpg b/wwwjuba/app-assets/images/pages/knowledge-base-cover.jpg new file mode 100644 index 0000000..0cc53d8 Binary files /dev/null and b/wwwjuba/app-assets/images/pages/knowledge-base-cover.jpg differ diff --git a/wwwjuba/app-assets/images/pages/lock-screen.png b/wwwjuba/app-assets/images/pages/lock-screen.png new file mode 100644 index 0000000..b76d40a Binary files /dev/null and b/wwwjuba/app-assets/images/pages/lock-screen.png differ diff --git a/wwwjuba/app-assets/images/pages/login.png b/wwwjuba/app-assets/images/pages/login.png new file mode 100644 index 0000000..5482692 Binary files /dev/null and b/wwwjuba/app-assets/images/pages/login.png differ diff --git a/wwwjuba/app-assets/images/pages/login/facebook.svg b/wwwjuba/app-assets/images/pages/login/facebook.svg new file mode 100644 index 0000000..6227a2e --- /dev/null +++ b/wwwjuba/app-assets/images/pages/login/facebook.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/wwwjuba/app-assets/images/pages/login/github.svg b/wwwjuba/app-assets/images/pages/login/github.svg new file mode 100644 index 0000000..13678df --- /dev/null +++ b/wwwjuba/app-assets/images/pages/login/github.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/wwwjuba/app-assets/images/pages/login/google.svg b/wwwjuba/app-assets/images/pages/login/google.svg new file mode 100644 index 0000000..2218d96 --- /dev/null +++ b/wwwjuba/app-assets/images/pages/login/google.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/wwwjuba/app-assets/images/pages/login/twitter.svg b/wwwjuba/app-assets/images/pages/login/twitter.svg new file mode 100644 index 0000000..9ac9e0b --- /dev/null +++ b/wwwjuba/app-assets/images/pages/login/twitter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/wwwjuba/app-assets/images/pages/maintenance-2.png b/wwwjuba/app-assets/images/pages/maintenance-2.png new file mode 100644 index 0000000..e790f29 Binary files /dev/null and b/wwwjuba/app-assets/images/pages/maintenance-2.png differ diff --git a/wwwjuba/app-assets/images/pages/maintenance.png b/wwwjuba/app-assets/images/pages/maintenance.png new file mode 100644 index 0000000..6c186cf Binary files /dev/null and b/wwwjuba/app-assets/images/pages/maintenance.png differ diff --git a/wwwjuba/app-assets/images/pages/modern.jpg b/wwwjuba/app-assets/images/pages/modern.jpg new file mode 100644 index 0000000..4943140 Binary files /dev/null and b/wwwjuba/app-assets/images/pages/modern.jpg differ diff --git a/wwwjuba/app-assets/images/pages/not-authorized.png b/wwwjuba/app-assets/images/pages/not-authorized.png new file mode 100644 index 0000000..922b703 Binary files /dev/null and b/wwwjuba/app-assets/images/pages/not-authorized.png differ diff --git a/wwwjuba/app-assets/images/pages/register.jpg b/wwwjuba/app-assets/images/pages/register.jpg new file mode 100644 index 0000000..d59c86f Binary files /dev/null and b/wwwjuba/app-assets/images/pages/register.jpg differ diff --git a/wwwjuba/app-assets/images/pages/reset-password.png b/wwwjuba/app-assets/images/pages/reset-password.png new file mode 100644 index 0000000..0bb4a09 Binary files /dev/null and b/wwwjuba/app-assets/images/pages/reset-password.png differ diff --git a/wwwjuba/app-assets/images/pages/rocket.png b/wwwjuba/app-assets/images/pages/rocket.png new file mode 100644 index 0000000..291922b Binary files /dev/null and b/wwwjuba/app-assets/images/pages/rocket.png differ diff --git a/wwwjuba/app-assets/images/pages/search-result.jpg b/wwwjuba/app-assets/images/pages/search-result.jpg new file mode 100644 index 0000000..39c5630 Binary files /dev/null and b/wwwjuba/app-assets/images/pages/search-result.jpg differ diff --git a/wwwjuba/app-assets/images/pages/video-poster.jpg b/wwwjuba/app-assets/images/pages/video-poster.jpg new file mode 100644 index 0000000..4e3a15f Binary files /dev/null and b/wwwjuba/app-assets/images/pages/video-poster.jpg differ diff --git a/wwwjuba/app-assets/images/pages/vuesax-login-bg.jpg b/wwwjuba/app-assets/images/pages/vuesax-login-bg.jpg new file mode 100644 index 0000000..fc3a090 Binary files /dev/null and b/wwwjuba/app-assets/images/pages/vuesax-login-bg.jpg differ diff --git a/wwwjuba/app-assets/images/portrait/small/avatar-s-1.png b/wwwjuba/app-assets/images/portrait/small/avatar-s-1.png new file mode 100644 index 0000000..6b7067a Binary files /dev/null and b/wwwjuba/app-assets/images/portrait/small/avatar-s-1.png differ diff --git a/wwwjuba/app-assets/images/portrait/small/avatar-s-10.png b/wwwjuba/app-assets/images/portrait/small/avatar-s-10.png new file mode 100644 index 0000000..bfff091 Binary files /dev/null and b/wwwjuba/app-assets/images/portrait/small/avatar-s-10.png differ diff --git a/wwwjuba/app-assets/images/portrait/small/avatar-s-11.png b/wwwjuba/app-assets/images/portrait/small/avatar-s-11.png new file mode 100644 index 0000000..c4e62fb Binary files /dev/null and b/wwwjuba/app-assets/images/portrait/small/avatar-s-11.png differ diff --git a/wwwjuba/app-assets/images/portrait/small/avatar-s-12.png b/wwwjuba/app-assets/images/portrait/small/avatar-s-12.png new file mode 100644 index 0000000..d8c23c2 Binary files /dev/null and b/wwwjuba/app-assets/images/portrait/small/avatar-s-12.png differ diff --git a/wwwjuba/app-assets/images/portrait/small/avatar-s-13.png b/wwwjuba/app-assets/images/portrait/small/avatar-s-13.png new file mode 100644 index 0000000..af4a67b Binary files /dev/null and b/wwwjuba/app-assets/images/portrait/small/avatar-s-13.png differ diff --git a/wwwjuba/app-assets/images/portrait/small/avatar-s-14.png b/wwwjuba/app-assets/images/portrait/small/avatar-s-14.png new file mode 100644 index 0000000..3e7f657 Binary files /dev/null and b/wwwjuba/app-assets/images/portrait/small/avatar-s-14.png differ diff --git a/wwwjuba/app-assets/images/portrait/small/avatar-s-15.png b/wwwjuba/app-assets/images/portrait/small/avatar-s-15.png new file mode 100644 index 0000000..ae640f5 Binary files /dev/null and b/wwwjuba/app-assets/images/portrait/small/avatar-s-15.png differ diff --git a/wwwjuba/app-assets/images/portrait/small/avatar-s-16.png b/wwwjuba/app-assets/images/portrait/small/avatar-s-16.png new file mode 100644 index 0000000..2defcd8 Binary files /dev/null and b/wwwjuba/app-assets/images/portrait/small/avatar-s-16.png differ diff --git a/wwwjuba/app-assets/images/portrait/small/avatar-s-17.png b/wwwjuba/app-assets/images/portrait/small/avatar-s-17.png new file mode 100644 index 0000000..3c0a5c4 Binary files /dev/null and b/wwwjuba/app-assets/images/portrait/small/avatar-s-17.png differ diff --git a/wwwjuba/app-assets/images/portrait/small/avatar-s-18.png b/wwwjuba/app-assets/images/portrait/small/avatar-s-18.png new file mode 100644 index 0000000..12a7f6d Binary files /dev/null and b/wwwjuba/app-assets/images/portrait/small/avatar-s-18.png differ diff --git a/wwwjuba/app-assets/images/portrait/small/avatar-s-19.png b/wwwjuba/app-assets/images/portrait/small/avatar-s-19.png new file mode 100644 index 0000000..ddecd11 Binary files /dev/null and b/wwwjuba/app-assets/images/portrait/small/avatar-s-19.png differ diff --git a/wwwjuba/app-assets/images/portrait/small/avatar-s-2.png b/wwwjuba/app-assets/images/portrait/small/avatar-s-2.png new file mode 100644 index 0000000..b44124d Binary files /dev/null and b/wwwjuba/app-assets/images/portrait/small/avatar-s-2.png differ diff --git a/wwwjuba/app-assets/images/portrait/small/avatar-s-20.png b/wwwjuba/app-assets/images/portrait/small/avatar-s-20.png new file mode 100644 index 0000000..16dc0eb Binary files /dev/null and b/wwwjuba/app-assets/images/portrait/small/avatar-s-20.png differ diff --git a/wwwjuba/app-assets/images/portrait/small/avatar-s-21.png b/wwwjuba/app-assets/images/portrait/small/avatar-s-21.png new file mode 100644 index 0000000..ebbc8c2 Binary files /dev/null and b/wwwjuba/app-assets/images/portrait/small/avatar-s-21.png differ diff --git a/wwwjuba/app-assets/images/portrait/small/avatar-s-22.png b/wwwjuba/app-assets/images/portrait/small/avatar-s-22.png new file mode 100644 index 0000000..f482911 Binary files /dev/null and b/wwwjuba/app-assets/images/portrait/small/avatar-s-22.png differ diff --git a/wwwjuba/app-assets/images/portrait/small/avatar-s-23.png b/wwwjuba/app-assets/images/portrait/small/avatar-s-23.png new file mode 100644 index 0000000..3f02f51 Binary files /dev/null and b/wwwjuba/app-assets/images/portrait/small/avatar-s-23.png differ diff --git a/wwwjuba/app-assets/images/portrait/small/avatar-s-24.png b/wwwjuba/app-assets/images/portrait/small/avatar-s-24.png new file mode 100644 index 0000000..6a68d85 Binary files /dev/null and b/wwwjuba/app-assets/images/portrait/small/avatar-s-24.png differ diff --git a/wwwjuba/app-assets/images/portrait/small/avatar-s-25.png b/wwwjuba/app-assets/images/portrait/small/avatar-s-25.png new file mode 100644 index 0000000..4488a14 Binary files /dev/null and b/wwwjuba/app-assets/images/portrait/small/avatar-s-25.png differ diff --git a/wwwjuba/app-assets/images/portrait/small/avatar-s-26.png b/wwwjuba/app-assets/images/portrait/small/avatar-s-26.png new file mode 100644 index 0000000..4488a14 Binary files /dev/null and b/wwwjuba/app-assets/images/portrait/small/avatar-s-26.png differ diff --git a/wwwjuba/app-assets/images/portrait/small/avatar-s-3.png b/wwwjuba/app-assets/images/portrait/small/avatar-s-3.png new file mode 100644 index 0000000..72c6969 Binary files /dev/null and b/wwwjuba/app-assets/images/portrait/small/avatar-s-3.png differ diff --git a/wwwjuba/app-assets/images/portrait/small/avatar-s-4.png b/wwwjuba/app-assets/images/portrait/small/avatar-s-4.png new file mode 100644 index 0000000..4e41453 Binary files /dev/null and b/wwwjuba/app-assets/images/portrait/small/avatar-s-4.png differ diff --git a/wwwjuba/app-assets/images/portrait/small/avatar-s-5.png b/wwwjuba/app-assets/images/portrait/small/avatar-s-5.png new file mode 100644 index 0000000..3e5f633 Binary files /dev/null and b/wwwjuba/app-assets/images/portrait/small/avatar-s-5.png differ diff --git a/wwwjuba/app-assets/images/portrait/small/avatar-s-6.png b/wwwjuba/app-assets/images/portrait/small/avatar-s-6.png new file mode 100644 index 0000000..5435a8e Binary files /dev/null and b/wwwjuba/app-assets/images/portrait/small/avatar-s-6.png differ diff --git a/wwwjuba/app-assets/images/portrait/small/avatar-s-7.png b/wwwjuba/app-assets/images/portrait/small/avatar-s-7.png new file mode 100644 index 0000000..82405dd Binary files /dev/null and b/wwwjuba/app-assets/images/portrait/small/avatar-s-7.png differ diff --git a/wwwjuba/app-assets/images/portrait/small/avatar-s-8.png b/wwwjuba/app-assets/images/portrait/small/avatar-s-8.png new file mode 100644 index 0000000..30a56be Binary files /dev/null and b/wwwjuba/app-assets/images/portrait/small/avatar-s-8.png differ diff --git a/wwwjuba/app-assets/images/portrait/small/avatar-s-9.png b/wwwjuba/app-assets/images/portrait/small/avatar-s-9.png new file mode 100644 index 0000000..3dd5890 Binary files /dev/null and b/wwwjuba/app-assets/images/portrait/small/avatar-s-9.png differ diff --git a/wwwjuba/app-assets/images/profile/pages/page-01.jpg b/wwwjuba/app-assets/images/profile/pages/page-01.jpg new file mode 100644 index 0000000..cffe56c Binary files /dev/null and b/wwwjuba/app-assets/images/profile/pages/page-01.jpg differ diff --git a/wwwjuba/app-assets/images/profile/pages/page-02.jpg b/wwwjuba/app-assets/images/profile/pages/page-02.jpg new file mode 100644 index 0000000..ca91e74 Binary files /dev/null and b/wwwjuba/app-assets/images/profile/pages/page-02.jpg differ diff --git a/wwwjuba/app-assets/images/profile/pages/page-03.jpg b/wwwjuba/app-assets/images/profile/pages/page-03.jpg new file mode 100644 index 0000000..17bc4f7 Binary files /dev/null and b/wwwjuba/app-assets/images/profile/pages/page-03.jpg differ diff --git a/wwwjuba/app-assets/images/profile/pages/page-04.jpg b/wwwjuba/app-assets/images/profile/pages/page-04.jpg new file mode 100644 index 0000000..5d8a4be Binary files /dev/null and b/wwwjuba/app-assets/images/profile/pages/page-04.jpg differ diff --git a/wwwjuba/app-assets/images/profile/pages/page-05.jpg b/wwwjuba/app-assets/images/profile/pages/page-05.jpg new file mode 100644 index 0000000..2bb99d2 Binary files /dev/null and b/wwwjuba/app-assets/images/profile/pages/page-05.jpg differ diff --git a/wwwjuba/app-assets/images/profile/pages/page-06.jpg b/wwwjuba/app-assets/images/profile/pages/page-06.jpg new file mode 100644 index 0000000..5873d59 Binary files /dev/null and b/wwwjuba/app-assets/images/profile/pages/page-06.jpg differ diff --git a/wwwjuba/app-assets/images/profile/pages/page-07.jpg b/wwwjuba/app-assets/images/profile/pages/page-07.jpg new file mode 100644 index 0000000..c43a01b Binary files /dev/null and b/wwwjuba/app-assets/images/profile/pages/page-07.jpg differ diff --git a/wwwjuba/app-assets/images/profile/pages/page-08.jpg b/wwwjuba/app-assets/images/profile/pages/page-08.jpg new file mode 100644 index 0000000..821d3ef Binary files /dev/null and b/wwwjuba/app-assets/images/profile/pages/page-08.jpg differ diff --git a/wwwjuba/app-assets/images/profile/pages/page-09.jpg b/wwwjuba/app-assets/images/profile/pages/page-09.jpg new file mode 100644 index 0000000..c4533b3 Binary files /dev/null and b/wwwjuba/app-assets/images/profile/pages/page-09.jpg differ diff --git a/wwwjuba/app-assets/images/profile/post-media/2.jpg b/wwwjuba/app-assets/images/profile/post-media/2.jpg new file mode 100644 index 0000000..10547d4 Binary files /dev/null and b/wwwjuba/app-assets/images/profile/post-media/2.jpg differ diff --git a/wwwjuba/app-assets/images/profile/post-media/25.jpg b/wwwjuba/app-assets/images/profile/post-media/25.jpg new file mode 100644 index 0000000..a52db47 Binary files /dev/null and b/wwwjuba/app-assets/images/profile/post-media/25.jpg differ diff --git a/wwwjuba/app-assets/images/profile/user-uploads/cover.jpg b/wwwjuba/app-assets/images/profile/user-uploads/cover.jpg new file mode 100644 index 0000000..13a08e1 Binary files /dev/null and b/wwwjuba/app-assets/images/profile/user-uploads/cover.jpg differ diff --git a/wwwjuba/app-assets/images/profile/user-uploads/user-01.jpg b/wwwjuba/app-assets/images/profile/user-uploads/user-01.jpg new file mode 100644 index 0000000..d014aa6 Binary files /dev/null and b/wwwjuba/app-assets/images/profile/user-uploads/user-01.jpg differ diff --git a/wwwjuba/app-assets/images/profile/user-uploads/user-02.jpg b/wwwjuba/app-assets/images/profile/user-uploads/user-02.jpg new file mode 100644 index 0000000..0893125 Binary files /dev/null and b/wwwjuba/app-assets/images/profile/user-uploads/user-02.jpg differ diff --git a/wwwjuba/app-assets/images/profile/user-uploads/user-03.jpg b/wwwjuba/app-assets/images/profile/user-uploads/user-03.jpg new file mode 100644 index 0000000..636c2f5 Binary files /dev/null and b/wwwjuba/app-assets/images/profile/user-uploads/user-03.jpg differ diff --git a/wwwjuba/app-assets/images/profile/user-uploads/user-04.jpg b/wwwjuba/app-assets/images/profile/user-uploads/user-04.jpg new file mode 100644 index 0000000..c46ae8c Binary files /dev/null and b/wwwjuba/app-assets/images/profile/user-uploads/user-04.jpg differ diff --git a/wwwjuba/app-assets/images/profile/user-uploads/user-05.jpg b/wwwjuba/app-assets/images/profile/user-uploads/user-05.jpg new file mode 100644 index 0000000..6d7e3ad Binary files /dev/null and b/wwwjuba/app-assets/images/profile/user-uploads/user-05.jpg differ diff --git a/wwwjuba/app-assets/images/profile/user-uploads/user-06.jpg b/wwwjuba/app-assets/images/profile/user-uploads/user-06.jpg new file mode 100644 index 0000000..5ac0e4c Binary files /dev/null and b/wwwjuba/app-assets/images/profile/user-uploads/user-06.jpg differ diff --git a/wwwjuba/app-assets/images/profile/user-uploads/user-07.jpg b/wwwjuba/app-assets/images/profile/user-uploads/user-07.jpg new file mode 100644 index 0000000..e8f31ec Binary files /dev/null and b/wwwjuba/app-assets/images/profile/user-uploads/user-07.jpg differ diff --git a/wwwjuba/app-assets/images/profile/user-uploads/user-08.jpg b/wwwjuba/app-assets/images/profile/user-uploads/user-08.jpg new file mode 100644 index 0000000..7af7c01 Binary files /dev/null and b/wwwjuba/app-assets/images/profile/user-uploads/user-08.jpg differ diff --git a/wwwjuba/app-assets/images/profile/user-uploads/user-09.jpg b/wwwjuba/app-assets/images/profile/user-uploads/user-09.jpg new file mode 100644 index 0000000..05a4db1 Binary files /dev/null and b/wwwjuba/app-assets/images/profile/user-uploads/user-09.jpg differ diff --git a/wwwjuba/app-assets/images/profile/user-uploads/user-10.jpg b/wwwjuba/app-assets/images/profile/user-uploads/user-10.jpg new file mode 100644 index 0000000..baf2dfd Binary files /dev/null and b/wwwjuba/app-assets/images/profile/user-uploads/user-10.jpg differ diff --git a/wwwjuba/app-assets/images/profile/user-uploads/user-11.jpg b/wwwjuba/app-assets/images/profile/user-uploads/user-11.jpg new file mode 100644 index 0000000..282a20a Binary files /dev/null and b/wwwjuba/app-assets/images/profile/user-uploads/user-11.jpg differ diff --git a/wwwjuba/app-assets/images/profile/user-uploads/user-12.jpg b/wwwjuba/app-assets/images/profile/user-uploads/user-12.jpg new file mode 100644 index 0000000..215e21a Binary files /dev/null and b/wwwjuba/app-assets/images/profile/user-uploads/user-12.jpg differ diff --git a/wwwjuba/app-assets/images/profile/user-uploads/user-13.jpg b/wwwjuba/app-assets/images/profile/user-uploads/user-13.jpg new file mode 100644 index 0000000..5761cf1 Binary files /dev/null and b/wwwjuba/app-assets/images/profile/user-uploads/user-13.jpg differ diff --git a/wwwjuba/app-assets/images/raty/star-half-2.png b/wwwjuba/app-assets/images/raty/star-half-2.png new file mode 100644 index 0000000..3c19e90 Binary files /dev/null and b/wwwjuba/app-assets/images/raty/star-half-2.png differ diff --git a/wwwjuba/app-assets/images/raty/star-on-2.png b/wwwjuba/app-assets/images/raty/star-on-2.png new file mode 100644 index 0000000..975fe7f Binary files /dev/null and b/wwwjuba/app-assets/images/raty/star-on-2.png differ diff --git a/wwwjuba/app-assets/images/slider/01.jpg b/wwwjuba/app-assets/images/slider/01.jpg new file mode 100644 index 0000000..1888fa7 Binary files /dev/null and b/wwwjuba/app-assets/images/slider/01.jpg differ diff --git a/wwwjuba/app-assets/images/slider/02.jpg b/wwwjuba/app-assets/images/slider/02.jpg new file mode 100644 index 0000000..74eba5a Binary files /dev/null and b/wwwjuba/app-assets/images/slider/02.jpg differ diff --git a/wwwjuba/app-assets/images/slider/03.jpg b/wwwjuba/app-assets/images/slider/03.jpg new file mode 100644 index 0000000..881b570 Binary files /dev/null and b/wwwjuba/app-assets/images/slider/03.jpg differ diff --git a/wwwjuba/app-assets/images/slider/04.jpg b/wwwjuba/app-assets/images/slider/04.jpg new file mode 100644 index 0000000..ba7f97f Binary files /dev/null and b/wwwjuba/app-assets/images/slider/04.jpg differ diff --git a/wwwjuba/app-assets/images/slider/05.jpg b/wwwjuba/app-assets/images/slider/05.jpg new file mode 100644 index 0000000..6a144af Binary files /dev/null and b/wwwjuba/app-assets/images/slider/05.jpg differ diff --git a/wwwjuba/app-assets/images/slider/06.jpg b/wwwjuba/app-assets/images/slider/06.jpg new file mode 100644 index 0000000..58a604e Binary files /dev/null and b/wwwjuba/app-assets/images/slider/06.jpg differ diff --git a/wwwjuba/app-assets/images/svg/google.svg b/wwwjuba/app-assets/images/svg/google.svg new file mode 100644 index 0000000..8552e8e --- /dev/null +++ b/wwwjuba/app-assets/images/svg/google.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wwwjuba/app-assets/js/core/app-menu.js b/wwwjuba/app-assets/js/core/app-menu.js new file mode 100644 index 0000000..d385810 --- /dev/null +++ b/wwwjuba/app-assets/js/core/app-menu.js @@ -0,0 +1,927 @@ +/*========================================================================================= + File Name: app-menu.js + Description: Menu navigation, custom scrollbar, hover scroll bar, multilevel menu + initialization and manipulations + ---------------------------------------------------------------------------------------- + Item Name: Vuesax HTML Admin Template + Version: 1.1 + Author: Pixinvent + Author URL: hhttp://www.themeforest.net/user/pixinvent +==========================================================================================*/ +(function (window, document, $) { + 'use strict'; + + $.app = $.app || {}; + + var $body = $('body'); + var $window = $(window); + var menuWrapper_el = $('div[data-menu="menu-wrapper"]').html(); + var menuWrapperClasses = $('div[data-menu="menu-wrapper"]').attr('class'); + + // Main menu + $.app.menu = { + expanded: null, + collapsed: null, + hidden: null, + container: null, + horizontalMenu: false, + + manualScroller: { + obj: null, + + init: function () { + var scroll_theme = ($('.main-menu').hasClass('menu-dark')) ? 'light' : 'dark'; + this.obj = new PerfectScrollbar(".main-menu-content", { + suppressScrollX: true, + wheelPropagation: false + }); + }, + + update: function () { + if (this.obj) { + // Scroll to currently active menu on page load if data-scroll-to-active is true + if ($('.main-menu').data('scroll-to-active') === true) { + var activeEl, menu; + activeEl = document.querySelector('.main-menu-content li.active'); + if ($body.hasClass('menu-collapsed')) { + if ($('.main-menu-content li.sidebar-group-active').length) { + activeEl = document.querySelector('.main-menu-content li.sidebar-group-active'); + } + } + menu = document.querySelector('.main-menu-content'); + activeEl = activeEl.getBoundingClientRect().top + menu.scrollTop; + // If active element's top position is less than 2/3 (66%) of menu height than do not scroll + if (activeEl > parseInt((menu.clientHeight * 2) / 3)) { + var start = menu.scrollTop, + change = activeEl - start - parseInt(menu.clientHeight / 2); + } + setTimeout(function () { + $.app.menu.container.stop().animate({ scrollTop: change }, 300); + $('.main-menu').data('scroll-to-active', 'false'); + }, 300); + } + this.obj.update(); + } + }, + + enable: function () { + if (!$('.main-menu-content').hasClass('ps')) { + this.init(); + } + }, + + disable: function () { + if (this.obj) { + this.obj.destroy(); + } + }, + + updateHeight: function () { + if (($body.data('menu') == 'vertical-menu' || $body.data('menu') == 'vertical-menu-modern' || $body.data('menu') == 'vertical-overlay-menu') && $('.main-menu').hasClass('menu-fixed')) { + $('.main-menu-content').css('height', $(window).height() - $('.header-navbar').height() - $('.main-menu-header').outerHeight() - $('.main-menu-footer').outerHeight()); + this.update(); + } + } + }, + + init: function (compactMenu) { + if ($('.main-menu-content').length > 0) { + this.container = $('.main-menu-content'); + + var menuObj = this; + var defMenu = ''; + + if (compactMenu === true) { + defMenu = 'collapsed'; + } + + if ($body.data('menu') == 'vertical-menu-modern') { + var menuToggle = ''; + if (menuToggle === "false") { + this.change('collapsed'); + } + else { + this.change(defMenu); + } + } + else { + this.change(defMenu); + } + } + }, + + drillDownMenu: function (screenSize) { + if ($('.drilldown-menu').length) { + if (screenSize == 'sm' || screenSize == 'xs') { + if ($('#navbar-mobile').attr('aria-expanded') == 'true') { + + $('.drilldown-menu').slidingMenu({ + backLabel: true + }); + } + } + else { + $('.drilldown-menu').slidingMenu({ + backLabel: true + }); + } + } + }, + + change: function (defMenu) { + var currentBreakpoint = Unison.fetch.now(); // Current Breakpoint + + this.reset(); + + var menuType = $body.data('menu'); + + if (currentBreakpoint) { + switch (currentBreakpoint.name) { + case 'xl': + if (menuType === 'vertical-overlay-menu') { + this.hide(); + } + else { + if (defMenu === 'collapsed') + this.collapse(defMenu); + else + this.expand(); + } + break; + case 'lg': + if (menuType === 'vertical-overlay-menu' || menuType === 'vertical-menu-modern') { + this.hide(); + } + else { + this.collapse(); + } + break; + case 'md': + case 'sm': + this.hide(); + break; + case 'xs': + this.hide(); + break; + } + } + + // On the small and extra small screen make them overlay menu + if (menuType === 'vertical-menu' || menuType === 'vertical-menu-modern') { + this.toOverlayMenu(currentBreakpoint.name, menuType); + } + + if ($body.is('.horizontal-layout') && !$body.hasClass('.horizontal-menu-demo')) { + this.changeMenu(currentBreakpoint.name); + + $('.menu-toggle').removeClass('is-active'); + } + + // Initialize drill down menu for vertical layouts, for horizontal layouts drilldown menu is intitialized in changemenu function + if (menuType != 'horizontal-menu') { + // Drill down menu + // ------------------------------ + this.drillDownMenu(currentBreakpoint.name); + } + + // Dropdown submenu on large screen on hover For Large screen only + // --------------------------------------------------------------- + if (currentBreakpoint.name == 'xl') { + $('body[data-open="hover"] .dropdown').on('mouseenter', function () { + if (!($(this).hasClass('show'))) { + $(this).addClass('show'); + } else { + $(this).removeClass('show'); + } + }).on('mouseleave', function (event) { + $(this).removeClass('show'); + }); + + $('body[data-open="hover"] .dropdown a').on('click', function (e) { + if (menuType == 'horizontal-menu') { + var $this = $(this); + if ($this.hasClass('dropdown-toggle')) { + return false; + } + } + }); + } + + // Added data attribute brand-center for navbar-brand-center + // TODO:AJ: Shift this feature in JADE. + if ($('.header-navbar').hasClass('navbar-brand-center')) { + $('.header-navbar').attr('data-nav', 'brand-center'); + } + if (currentBreakpoint.name == 'sm' || currentBreakpoint.name == 'xs') { + $('.header-navbar[data-nav=brand-center]').removeClass('navbar-brand-center'); + } else { + $('.header-navbar[data-nav=brand-center]').addClass('navbar-brand-center'); + } + + // Dropdown submenu on small screen on click + // -------------------------------------------------- + $('ul.dropdown-menu [data-toggle=dropdown]').on('click', function (event) { + if ($(this).siblings('ul.dropdown-menu').length > 0) { + event.preventDefault(); + } + event.stopPropagation(); + $(this).parent().siblings().removeClass('show'); + $(this).parent().toggleClass('show'); + }); + + // Horizontal Fixed Nav Sticky hight issue on small screens + if (menuType == 'horizontal-menu') { + if (currentBreakpoint.name == 'sm' || currentBreakpoint.name == 'xs') { + if ($(".menu-fixed").length) { + $(".menu-fixed").unstick(); + } + } + else { + if ($(".navbar-fixed").length) { + $(".navbar-fixed").sticky(); + } + } + } + + /******************************************** + * Searchable Menu * + ********************************************/ + + function searchMenu(list) { + + var input = $(".menu-search"); + $(input) + .change(function () { + var filter = $(this).val(); + if (filter) { + // Hide Main Navigation Headers + $('.navigation-header').hide(); + // this finds all links in a list that contain the input, + // and hide the ones not containing the input while showing the ones that do + $(list).find("li a:not(:Contains(" + filter + "))").hide().parent().hide(); + // $(list).find("li a:Contains(" + filter + ")").show().parents('li').show().addClass('open').closest('li').children('a').show(); + var searchFilter = $(list).find("li a:Contains(" + filter + ")"); + if (searchFilter.parent().hasClass('has-sub')) { + searchFilter.show() + .parents('li').show() + .addClass('open') + .closest('li') + .children('a').show() + .children('li').show(); + + // searchFilter.parents('li').find('li').show().children('a').show(); + if (searchFilter.siblings('ul').length > 0) { + searchFilter.siblings('ul').children('li').show().children('a').show(); + } + + } + else { + searchFilter.show().parents('li').show().addClass('open').closest('li').children('a').show(); + } + } else { + // return to default + $('.navigation-header').show(); + $(list).find("li a").show().parent().show().removeClass('open'); + } + $.app.menu.manualScroller.update(); + return false; + }) + .keyup(function () { + // fire the above change event after every letter + $(this).change(); + }); + } + + if (menuType === 'vertical-menu' || menuType === 'vertical-overlay-menu') { + // custom css expression for a case-insensitive contains() + jQuery.expr[':'].Contains = function (a, i, m) { + return (a.textContent || a.innerText || "").toUpperCase().indexOf(m[3].toUpperCase()) >= 0; + }; + + searchMenu($("#main-menu-navigation")); + } + }, + + transit: function (callback1, callback2) { + var menuObj = this; + $body.addClass('changing-menu'); + + callback1.call(menuObj); + + if ($body.hasClass('vertical-layout')) { + if ($body.hasClass('menu-open') || $body.hasClass('menu-expanded')) { + $('.menu-toggle').addClass('is-active'); + + // Show menu header search when menu is normally visible + if ($body.data('menu') === 'vertical-menu') { + if ($('.main-menu-header')) { + $('.main-menu-header').show(); + } + } + } + else { + $('.menu-toggle').removeClass('is-active'); + + // Hide menu header search when only menu icons are visible + if ($body.data('menu') === 'vertical-menu') { + if ($('.main-menu-header')) { + $('.main-menu-header').hide(); + } + } + } + } + + setTimeout(function () { + callback2.call(menuObj); + $body.removeClass('changing-menu'); + + menuObj.update(); + }, 500); + }, + + open: function () { + this.transit(function () { + $body.removeClass('menu-hide menu-collapsed').addClass('menu-open'); + this.hidden = false; + this.expanded = true; + + if ($body.hasClass('vertical-overlay-menu')) { + $('.sidenav-overlay').removeClass('d-none').addClass('d-block'); + $('body').css('overflow', 'hidden'); + } + }, function () { + if (!$('.main-menu').hasClass('menu-native-scroll') && $('.main-menu').hasClass('menu-fixed')) { + this.manualScroller.enable(); + $('.main-menu-content').css('height', $(window).height() - $('.header-navbar').height() - $('.main-menu-header').outerHeight() - $('.main-menu-footer').outerHeight()); + // this.manualScroller.update(); + } + + if (!$body.hasClass('vertical-overlay-menu')) { + $('.sidenav-overlay').removeClass('d-block d-none'); + $('body').css('overflow', 'auto'); + } + }); + }, + + hide: function () { + + this.transit(function () { + $body.removeClass('menu-open menu-expanded').addClass('menu-hide'); + this.hidden = true; + this.expanded = false; + + if ($body.hasClass('vertical-overlay-menu')) { + $('.sidenav-overlay').removeClass('d-block').addClass('d-none'); + $('body').css('overflow', 'auto'); + } + }, function () { + if (!$('.main-menu').hasClass('menu-native-scroll') && $('.main-menu').hasClass('menu-fixed')) { + this.manualScroller.enable(); + } + + if (!$body.hasClass('vertical-overlay-menu')) { + $('.sidenav-overlay').removeClass('d-block d-none'); + $('body').css('overflow', 'auto'); + } + }); + }, + + expand: function () { + if (this.expanded === false) { + if ($body.data('menu') == 'vertical-menu-modern') { + $('.modern-nav-toggle').find('.toggle-icon') + .removeClass('feather icon-circle').addClass('feather icon-disc'); + } + this.transit(function () { + $body.removeClass('menu-collapsed').addClass('menu-expanded'); + this.collapsed = false; + this.expanded = true; + + $('.sidenav-overlay').removeClass('d-block d-none'); + }, function () { + + if (($('.main-menu').hasClass('menu-native-scroll') || $body.data('menu') == 'horizontal-menu')) { + this.manualScroller.disable(); + } + else { + if ($('.main-menu').hasClass('menu-fixed')) + this.manualScroller.enable(); + } + + if (($body.data('menu') == 'vertical-menu' || $body.data('menu') == 'vertical-menu-modern') && $('.main-menu').hasClass('menu-fixed')) { + $('.main-menu-content').css('height', $(window).height() - $('.header-navbar').height() - $('.main-menu-header').outerHeight() - $('.main-menu-footer').outerHeight()); + // this.manualScroller.update(); + } + + }); + } + }, + + collapse: function (defMenu) { + if (this.collapsed === false) { + if ($body.data('menu') == 'vertical-menu-modern') { + $('.modern-nav-toggle').find('.toggle-icon') + .removeClass('feather icon-disc').addClass('feather icon-circle'); + } + this.transit(function () { + $body.removeClass('menu-expanded').addClass('menu-collapsed'); + this.collapsed = true; + this.expanded = false; + + $('.content-overlay').removeClass('d-block d-none'); + }, function () { + + if (($body.data('menu') == 'horizontal-menu') && $body.hasClass('vertical-overlay-menu')) { + if ($('.main-menu').hasClass('menu-fixed')) + this.manualScroller.enable(); + } + if (($body.data('menu') == 'vertical-menu' || $body.data('menu') == 'vertical-menu-modern') && $('.main-menu').hasClass('menu-fixed')) { + $('.main-menu-content').css('height', $(window).height() - $('.header-navbar').height()); + // this.manualScroller.update(); + } + if ($body.data('menu') == 'vertical-menu-modern') { + if ($('.main-menu').hasClass('menu-fixed')) + this.manualScroller.enable(); + } + }); + } + }, + + toOverlayMenu: function (screen, menuType) { + var menu = $body.data('menu'); + if (menuType == 'vertical-menu-modern') { + if (screen == 'lg' || screen == 'md' || screen == 'sm' || screen == 'xs') { + if ($body.hasClass(menu)) { + $body.removeClass(menu).addClass('vertical-overlay-menu'); + } + } + else { + if ($body.hasClass('vertical-overlay-menu')) { + $body.removeClass('vertical-overlay-menu').addClass(menu); + } + } + } + else { + if (screen == 'sm' || screen == 'xs') { + if ($body.hasClass(menu)) { + $body.removeClass(menu).addClass('vertical-overlay-menu'); + } + } + else { + if ($body.hasClass('vertical-overlay-menu')) { + $body.removeClass('vertical-overlay-menu').addClass(menu); + } + } + } + }, + + changeMenu: function (screen) { + // Replace menu html + $('div[data-menu="menu-wrapper"]').html(''); + $('div[data-menu="menu-wrapper"]').html(menuWrapper_el); + + var menuWrapper = $('div[data-menu="menu-wrapper"]'), + menuContainer = $('div[data-menu="menu-container"]'), + menuNavigation = $('ul[data-menu="menu-navigation"]'), + /*megaMenu = $('li[data-menu="megamenu"]'), + megaMenuCol = $('li[data-mega-col]'),*/ + dropdownMenu = $('li[data-menu="dropdown"]'), + dropdownSubMenu = $('li[data-menu="dropdown-submenu"]'); + + if (screen == 'sm' || screen == 'xs') { + + // Change body classes + $body.removeClass($body.data('menu')).addClass('vertical-layout vertical-overlay-menu fixed-navbar'); + + // Add navbar-fix-top class on small screens + $('nav.header-navbar').addClass('fixed-top'); + + // Change menu wrapper, menu container, menu navigation classes + menuWrapper.removeClass().addClass('main-menu menu-light menu-fixed menu-shadow'); + // menuContainer.removeClass().addClass('main-menu-content'); + menuNavigation.removeClass().addClass('navigation navigation-main'); + + // If Dropdown Menu + dropdownMenu.removeClass('dropdown').addClass('has-sub'); + dropdownMenu.find('a').removeClass('dropdown-toggle nav-link'); + dropdownMenu.children('ul').find('a').removeClass('dropdown-item'); + dropdownMenu.find('ul').removeClass('dropdown-menu'); + dropdownSubMenu.removeClass().addClass('has-sub'); + + $.app.nav.init(); + + // Dropdown submenu on small screen on click + // -------------------------------------------------- + $('ul.dropdown-menu [data-toggle=dropdown]').on('click', function (event) { + event.preventDefault(); + event.stopPropagation(); + $(this).parent().siblings().removeClass('open'); + $(this).parent().toggleClass('open'); + }); + } + else { + // Change body classes + $body.removeClass('vertical-layout vertical-overlay-menu fixed-navbar').addClass($body.data('menu')); + + // Remove navbar-fix-top class on large screens + $('nav.header-navbar').removeClass('fixed-top'); + + // Change menu wrapper, menu container, menu navigation classes + menuWrapper.removeClass().addClass(menuWrapperClasses); + + // Intitialize drill down menu for horizontal layouts + // -------------------------------------------------- + this.drillDownMenu(screen); + + $('a.dropdown-item.nav-has-children').on('click', function () { + event.preventDefault(); + event.stopPropagation(); + }); + $('a.dropdown-item.nav-has-parent').on('click', function () { + event.preventDefault(); + event.stopPropagation(); + }); + } + }, + + toggle: function () { + var currentBreakpoint = Unison.fetch.now(); // Current Breakpoint + var collapsed = this.collapsed; + var expanded = this.expanded; + var hidden = this.hidden; + var menu = $body.data('menu'); + + switch (currentBreakpoint.name) { + case 'xl': + if (expanded === true) { + if (menu == 'vertical-overlay-menu') { + this.hide(); + } + else { + this.collapse(); + } + } + else { + if (menu == 'vertical-overlay-menu') { + this.open(); + } + else { + this.expand(); + } + } + break; + case 'lg': + if (expanded === true) { + if (menu == 'vertical-overlay-menu' || menu == 'vertical-menu-modern') { + this.hide(); + } + else { + this.collapse(); + } + } + else { + if (menu == 'vertical-overlay-menu' || menu == 'vertical-menu-modern') { + this.open(); + } + else { + this.expand(); + } + } + break; + case 'md': + case 'sm': + if (hidden === true) { + this.open(); + } else { + this.hide(); + } + break; + case 'xs': + if (hidden === true) { + this.open(); + } else { + this.hide(); + } + break; + } + + // Re-init sliding menu to update width + this.drillDownMenu(currentBreakpoint.name); + }, + + update: function () { + this.manualScroller.update(); + }, + + reset: function () { + this.expanded = false; + this.collapsed = false; + this.hidden = false; + $body.removeClass('menu-hide menu-open menu-collapsed menu-expanded'); + }, + }; + + // Navigation Menu + $.app.nav = { + container: $('.navigation-main'), + initialized: false, + navItem: $('.navigation-main').find('li').not('.navigation-category'), + + config: { + speed: 300, + }, + + init: function (config) { + this.initialized = true; // Set to true when initialized + $.extend(this.config, config); + + this.bind_events(); + }, + + bind_events: function () { + var menuObj = this; + + $('.navigation-main').on('mouseenter.app.menu', 'li', function () { + var $this = $(this); + $('.hover', '.navigation-main').removeClass('hover'); + if ($body.hasClass('menu-collapsed') && $body.data('menu') != 'vertical-menu-modern') { + $('.main-menu-content').children('span.menu-title').remove(); + $('.main-menu-content').children('a.menu-title').remove(); + $('.main-menu-content').children('ul.menu-content').remove(); + + // Title + var menuTitle = $this.find('span.menu-title').clone(), + tempTitle, + tempLink; + if (!$this.hasClass('has-sub')) { + tempTitle = $this.find('span.menu-title').text(); + tempLink = $this.children('a').attr('href'); + if (tempTitle !== '') { + menuTitle = $(""); + menuTitle.attr("href", tempLink); + menuTitle.attr("title", tempTitle); + menuTitle.text(tempTitle); + menuTitle.addClass("menu-title"); + } + } + // menu_header_height = ($('.main-menu-header').length) ? $('.main-menu-header').height() : 0, + // fromTop = menu_header_height + $this.position().top + parseInt($this.css( "border-top" ),10); + var fromTop; + if ($this.css("border-top")) { + fromTop = $this.position().top + parseInt($this.css("border-top"), 10); + } + else { + fromTop = $this.position().top; + } + if ($body.data('menu') !== 'vertical-compact-menu') { + menuTitle.appendTo('.main-menu-content').css({ + position: 'fixed', + top: fromTop, + }); + } + + // Content + if ($this.hasClass('has-sub') && $this.hasClass('nav-item')) { + var menuContent = $this.children('ul:first'); + menuObj.adjustSubmenu($this); + } + } + $this.addClass('hover'); + }).on('mouseleave.app.menu', 'li', function () { + // $(this).removeClass('hover'); + }).on('active.app.menu', 'li', function (e) { + $(this).addClass('active'); + e.stopPropagation(); + }).on('deactive.app.menu', 'li.active', function (e) { + $(this).removeClass('active'); + e.stopPropagation(); + }).on('open.app.menu', 'li', function (e) { + + var $listItem = $(this); + $listItem.addClass('open'); + + menuObj.expand($listItem); + + // If menu collapsible then do not take any action + if ($('.main-menu').hasClass('menu-collapsible')) { + return false; + } + // If menu accordion then close all except clicked once + else { + $listItem.siblings('.open').find('li.open').trigger('close.app.menu'); + $listItem.siblings('.open').trigger('close.app.menu'); + } + + e.stopPropagation(); + }).on('close.app.menu', 'li.open', function (e) { + var $listItem = $(this); + + $listItem.removeClass('open'); + menuObj.collapse($listItem); + + e.stopPropagation(); + }).on('click.app.menu', 'li', function (e) { + var $listItem = $(this); + if ($listItem.is('.disabled')) { + e.preventDefault(); + } + else { + if ($body.hasClass('menu-collapsed') && $body.data('menu') != 'vertical-menu-modern') { + e.preventDefault(); + } + else { + if ($listItem.has('ul')) { + if ($listItem.is('.open')) { + $listItem.trigger('close.app.menu'); + } else { + $listItem.trigger('open.app.menu'); + } + } else { + if (!$listItem.is('.active')) { + $listItem.siblings('.active').trigger('deactive.app.menu'); + $listItem.trigger('active.app.menu'); + } + } + } + } + + e.stopPropagation(); + }); + + + $('.navbar-header, .main-menu').on('mouseenter', modernMenuExpand).on('mouseleave', modernMenuCollapse); + + function modernMenuExpand() { + if ($body.data('menu') == 'vertical-menu-modern') { + $('.main-menu, .navbar-header').addClass('expanded'); + if ($body.hasClass('menu-collapsed')) { + if ($('.main-menu li.open').length === 0) { + $(".main-menu-content").find('li.active').parents('li').addClass('open'); + } + var $listItem = $('.main-menu li.menu-collapsed-open'), + $subList = $listItem.children('ul'); + + $subList.hide().slideDown(200, function () { + $(this).css('display', ''); + }); + + $listItem.addClass('open').removeClass('menu-collapsed-open'); + // $.app.menu.changeLogo('expand'); + } + } + } + + function modernMenuCollapse() { + if ($body.hasClass('menu-collapsed') && $body.data('menu') == 'vertical-menu-modern') { + setTimeout(function () { + if ($('.main-menu:hover').length === 0 && $('.navbar-header:hover').length === 0) { + + $('.main-menu, .navbar-header').removeClass('expanded'); + if ($body.hasClass('menu-collapsed')) { + var $listItem = $('.main-menu li.open'), + $subList = $listItem.children('ul'); + $listItem.addClass('menu-collapsed-open'); + + $subList.show().slideUp(200, function () { + $(this).css('display', ''); + }); + + $listItem.removeClass('open'); + // $.app.menu.changeLogo(); + } + } + }, 1); + } + } + + $('.main-menu-content').on('mouseleave', function () { + if ($body.hasClass('menu-collapsed')) { + $('.main-menu-content').children('span.menu-title').remove(); + $('.main-menu-content').children('a.menu-title').remove(); + $('.main-menu-content').children('ul.menu-content').remove(); + } + $('.hover', '.navigation-main').removeClass('hover'); + }); + + // If list item has sub menu items then prevent redirection. + $('.navigation-main li.has-sub > a').on('click', function (e) { + e.preventDefault(); + }); + + $('ul.menu-content').on('click', 'li', function (e) { + var $listItem = $(this); + if ($listItem.is('.disabled')) { + e.preventDefault(); + } + else { + if ($listItem.has('ul')) { + if ($listItem.is('.open')) { + $listItem.removeClass('open'); + menuObj.collapse($listItem); + } else { + $listItem.addClass('open'); + + menuObj.expand($listItem); + + // If menu collapsible then do not take any action + if ($('.main-menu').hasClass('menu-collapsible')) { + return false; + } + // If menu accordion then close all except clicked once + else { + $listItem.siblings('.open').find('li.open').trigger('close.app.menu'); + $listItem.siblings('.open').trigger('close.app.menu'); + } + + e.stopPropagation(); + } + } else { + if (!$listItem.is('.active')) { + $listItem.siblings('.active').trigger('deactive.app.menu'); + $listItem.trigger('active.app.menu'); + } + } + } + + e.stopPropagation(); + }); + }, + + /** + * Ensure an admin submenu is within the visual viewport. + * @param {jQuery} $menuItem The parent menu item containing the submenu. + */ + adjustSubmenu: function ($menuItem) { + var menuHeaderHeight, menutop, topPos, winHeight, + bottomOffset, subMenuHeight, popOutMenuHeight, borderWidth, scroll_theme, + $submenu = $menuItem.children('ul:first'), + ul = $submenu.clone(true); + + menuHeaderHeight = $('.main-menu-header').height(); + menutop = $menuItem.position().top; + winHeight = $window.height() - $('.header-navbar').height(); + borderWidth = 0; + subMenuHeight = $submenu.height(); + + if (parseInt($menuItem.css("border-top"), 10) > 0) { + borderWidth = parseInt($menuItem.css("border-top"), 10); + } + + popOutMenuHeight = winHeight - menutop - $menuItem.height() - 30; + scroll_theme = ($('.main-menu').hasClass('menu-dark')) ? 'light' : 'dark'; + + topPos = menutop + $menuItem.height() + borderWidth; + + ul.addClass('menu-popout').appendTo('.main-menu-content').css({ + 'top': topPos, + 'position': 'fixed', + 'max-height': popOutMenuHeight, + }); + + var menu_content = new PerfectScrollbar('.main-menu-content > ul.menu-content', { + wheelPropagation: false + }); + }, + + collapse: function ($listItem, callback) { + var $subList = $listItem.children('ul'); + + $subList.show().slideUp($.app.nav.config.speed, function () { + $(this).css('display', ''); + + $(this).find('> li').removeClass('is-shown'); + + if (callback) { + callback(); + } + + $.app.nav.container.trigger('collapsed.app.menu'); + }); + }, + + expand: function ($listItem, callback) { + var $subList = $listItem.children('ul'); + var $children = $subList.children('li').addClass('is-hidden'); + + $subList.hide().slideDown($.app.nav.config.speed, function () { + $(this).css('display', ''); + + if (callback) { + callback(); + } + + $.app.nav.container.trigger('expanded.app.menu'); + }); + + setTimeout(function () { + $children.addClass('is-shown'); + $children.removeClass('is-hidden'); + }, 0); + }, + + refresh: function () { + $.app.nav.container.find('.open').removeClass('open'); + }, + }; + +})(window, document, jQuery); diff --git a/wwwjuba/app-assets/js/core/app-menu.min.js b/wwwjuba/app-assets/js/core/app-menu.min.js new file mode 100644 index 0000000..75ca6d9 --- /dev/null +++ b/wwwjuba/app-assets/js/core/app-menu.min.js @@ -0,0 +1 @@ +!function(n,s,r){"use strict";r.app=r.app||{};var o=r("body"),d=r(n),t=r('div[data-menu="menu-wrapper"]').html(),l=r('div[data-menu="menu-wrapper"]').attr("class");r.app.menu={expanded:null,collapsed:null,hidden:null,container:null,horizontalMenu:!1,manualScroller:{obj:null,init:function(){r(".main-menu").hasClass("menu-dark");this.obj=new PerfectScrollbar(".main-menu-content",{suppressScrollX:!0,wheelPropagation:!1})},update:function(){if(this.obj){if(!0===r(".main-menu").data("scroll-to-active")){var e,n;if(e=s.querySelector(".main-menu-content li.active"),o.hasClass("menu-collapsed")&&r(".main-menu-content li.sidebar-group-active").length&&(e=s.querySelector(".main-menu-content li.sidebar-group-active")),n=s.querySelector(".main-menu-content"),(e=e.getBoundingClientRect().top+n.scrollTop)>parseInt(2*n.clientHeight/3))var a=e-n.scrollTop-parseInt(n.clientHeight/2);setTimeout(function(){r.app.menu.container.stop().animate({scrollTop:a},300),r(".main-menu").data("scroll-to-active","false")},300)}this.obj.update()}},enable:function(){r(".main-menu-content").hasClass("ps")||this.init()},disable:function(){this.obj&&this.obj.destroy()},updateHeight:function(){"vertical-menu"!=o.data("menu")&&"vertical-menu-modern"!=o.data("menu")&&"vertical-overlay-menu"!=o.data("menu")||!r(".main-menu").hasClass("menu-fixed")||(r(".main-menu-content").css("height",r(n).height()-r(".header-navbar").height()-r(".main-menu-header").outerHeight()-r(".main-menu-footer").outerHeight()),this.update())}},init:function(e){if(0")).attr("href",a),i.attr("title",n),i.text(n),i.addClass("menu-title"))),s=e.css("border-top")?e.position().top+parseInt(e.css("border-top"),10):e.position().top,"vertical-compact-menu"!==o.data("menu")&&i.appendTo(".main-menu-content").css({position:"fixed",top:s}),e.hasClass("has-sub")&&e.hasClass("nav-item")){e.children("ul:first");t.adjustSubmenu(e)}}e.addClass("hover")}).on("mouseleave.app.menu","li",function(){}).on("active.app.menu","li",function(e){r(this).addClass("active"),e.stopPropagation()}).on("deactive.app.menu","li.active",function(e){r(this).removeClass("active"),e.stopPropagation()}).on("open.app.menu","li",function(e){var n=r(this);if(n.addClass("open"),t.expand(n),r(".main-menu").hasClass("menu-collapsible"))return!1;n.siblings(".open").find("li.open").trigger("close.app.menu"),n.siblings(".open").trigger("close.app.menu"),e.stopPropagation()}).on("close.app.menu","li.open",function(e){var n=r(this);n.removeClass("open"),t.collapse(n),e.stopPropagation()}).on("click.app.menu","li",function(e){var n=r(this);n.is(".disabled")?e.preventDefault():o.hasClass("menu-collapsed")&&"vertical-menu-modern"!=o.data("menu")?e.preventDefault():n.has("ul")?n.is(".open")?n.trigger("close.app.menu"):n.trigger("open.app.menu"):n.is(".active")||(n.siblings(".active").trigger("deactive.app.menu"),n.trigger("active.app.menu")),e.stopPropagation()}),r(".navbar-header, .main-menu").on("mouseenter",function(){if("vertical-menu-modern"==o.data("menu")&&(r(".main-menu, .navbar-header").addClass("expanded"),o.hasClass("menu-collapsed"))){0===r(".main-menu li.open").length&&r(".main-menu-content").find("li.active").parents("li").addClass("open");var e=r(".main-menu li.menu-collapsed-open");e.children("ul").hide().slideDown(200,function(){r(this).css("display","")}),e.addClass("open").removeClass("menu-collapsed-open")}}).on("mouseleave",function(){o.hasClass("menu-collapsed")&&"vertical-menu-modern"==o.data("menu")&&setTimeout(function(){if(0===r(".main-menu:hover").length&&0===r(".navbar-header:hover").length&&(r(".main-menu, .navbar-header").removeClass("expanded"),o.hasClass("menu-collapsed"))){var e=r(".main-menu li.open"),n=e.children("ul");e.addClass("menu-collapsed-open"),n.show().slideUp(200,function(){r(this).css("display","")}),e.removeClass("open")}},1)}),r(".main-menu-content").on("mouseleave",function(){o.hasClass("menu-collapsed")&&(r(".main-menu-content").children("span.menu-title").remove(),r(".main-menu-content").children("a.menu-title").remove(),r(".main-menu-content").children("ul.menu-content").remove()),r(".hover",".navigation-main").removeClass("hover")}),r(".navigation-main li.has-sub > a").on("click",function(e){e.preventDefault()}),r("ul.menu-content").on("click","li",function(e){var n=r(this);if(n.is(".disabled"))e.preventDefault();else if(n.has("ul"))if(n.is(".open"))n.removeClass("open"),t.collapse(n);else{if(n.addClass("open"),t.expand(n),r(".main-menu").hasClass("menu-collapsible"))return!1;n.siblings(".open").find("li.open").trigger("close.app.menu"),n.siblings(".open").trigger("close.app.menu"),e.stopPropagation()}else n.is(".active")||(n.siblings(".active").trigger("deactive.app.menu"),n.trigger("active.app.menu"));e.stopPropagation()})},adjustSubmenu:function(e){var n,a,s,i,t,o=e.children("ul:first"),l=o.clone(!0);r(".main-menu-header").height(),n=e.position().top,s=d.height()-r(".header-navbar").height(),t=0,o.height(),0 ul.menu-content",{wheelPropagation:!1})},collapse:function(e,n){e.children("ul").show().slideUp(r.app.nav.config.speed,function(){r(this).css("display",""),r(this).find("> li").removeClass("is-shown"),n&&n(),r.app.nav.container.trigger("collapsed.app.menu")})},expand:function(e,n){var a=e.children("ul"),s=a.children("li").addClass("is-hidden");a.hide().slideDown(r.app.nav.config.speed,function(){r(this).css("display",""),n&&n(),r.app.nav.container.trigger("expanded.app.menu")}),setTimeout(function(){s.addClass("is-shown"),s.removeClass("is-hidden")},0)},refresh:function(){r.app.nav.container.find(".open").removeClass("open")}}}(window,document,jQuery); \ No newline at end of file diff --git a/wwwjuba/app-assets/js/core/app.js b/wwwjuba/app-assets/js/core/app.js new file mode 100644 index 0000000..e60a99c --- /dev/null +++ b/wwwjuba/app-assets/js/core/app.js @@ -0,0 +1,785 @@ +/*========================================================================================= + File Name: app.js + Description: Template related app JS. + ---------------------------------------------------------------------------------------- + Item Name: Vuesax HTML Admin Template + Version: 1.1 + Author: Pixinvent + Author URL: hhttp://www.themeforest.net/user/pixinvent +==========================================================================================*/ + +(function (window, document, $) { + 'use strict'; + var $html = $('html'); + var $body = $('body'); + var $danger = "#ea5455"; + var $primary = "#7367f0"; + var $textcolor = "#4e5154"; + + + $(window).on('load', function () { + var rtl; + var compactMenu = false; // Set it to true, if you want default menu to be compact + + if ($body.hasClass('menu-collapsed')) { + compactMenu = true; + } + + if ($('html').data('textdirection') == 'rtl') { + rtl = true; + } + + setTimeout(function () { + $html.removeClass('loading').addClass('loaded'); + }, 1200); + + $.app.menu.init(compactMenu); + + // Navigation configurations + var config = { + speed: 300 // set speed to expand / collpase menu + }; + if ($.app.nav.initialized === false) { + $.app.nav.init(config); + } + + Unison.on('change', function (bp) { + $.app.menu.change(); + }); + + // Tooltip Initialization + $('[data-toggle="tooltip"]').tooltip({ + container: 'body' + }); + + // Top Navbars - Hide on Scroll + if ($(".navbar-hide-on-scroll").length > 0) { + $(".navbar-hide-on-scroll.fixed-top").headroom({ + "offset": 205, + "tolerance": 5, + "classes": { + // when element is initialised + initial: "headroom", + // when scrolling up + pinned: "headroom--pinned-top", + // when scrolling down + unpinned: "headroom--unpinned-top", + } + }); + // Bottom Navbars - Hide on Scroll + $(".navbar-hide-on-scroll.fixed-bottom").headroom({ + "offset": 205, + "tolerance": 5, + "classes": { + // when element is initialised + initial: "headroom", + // when scrolling up + pinned: "headroom--pinned-bottom", + // when scrolling down + unpinned: "headroom--unpinned-bottom", + } + }); + } + + // Collapsible Card + $('a[data-action="collapse"]').on('click', function (e) { + e.preventDefault(); + $(this).closest('.card').children('.card-content').collapse('toggle'); + // Adding bottom padding on card collapse + $(this).closest('.card').children('.card-header').css('padding-bottom', '1.5rem'); + $(this).closest('.card').find('[data-action="collapse"]').toggleClass('rotate'); + }); + + // Toggle fullscreen + $('a[data-action="expand"]').on('click', function (e) { + e.preventDefault(); + $(this).closest('.card').find('[data-action="expand"] i').toggleClass('icon-maximize icon-minimize'); + $(this).closest('.card').toggleClass('card-fullscreen'); + }); + + // Notifications & messages scrollable + $('.scrollable-container').each(function () { + var scrollable_container = new PerfectScrollbar($(this)[0], { + wheelPropagation: false + }); + }); + + // Reload Card + $('a[data-action="reload"]').on('click', function () { + var block_ele = $(this).closest('.card').find(".card-content"); + var reloadActionOverlay; + if ($body.hasClass("dark-layout")) { + var reloadActionOverlay = "#10163a"; + } + else { + var reloadActionOverlay = "#fff"; + } + // Block Element + block_ele.block({ + message: '
', + timeout: 2000, //unblock after 2 seconds + overlayCSS: { + backgroundColor: reloadActionOverlay, + cursor: 'wait', + }, + css: { + border: 0, + padding: 0, + backgroundColor: 'none' + } + }); + }); + + // Close Card + $('a[data-action="close"]').on('click', function () { + $(this).closest('.card').removeClass().slideUp('fast'); + }); + + // Match the height of each card in a row + setTimeout(function () { + $('.row.match-height').each(function () { + $(this).find('.card').not('.card .card').matchHeight(); // Not .card .card prevents collapsible cards from taking height + }); + }, 500); + + + $('.card .heading-elements a[data-action="collapse"]').on('click', function () { + var $this = $(this), + card = $this.closest('.card'); + var cardHeight; + + if (parseInt(card[0].style.height, 10) > 0) { + cardHeight = card.css('height'); + card.css('height', '').attr('data-height', cardHeight); + } else { + if (card.data('height')) { + cardHeight = card.data('height'); + card.css('height', cardHeight).attr('data-height', ''); + } + } + }); + + // Add sidebar group active class to active menu + $(".main-menu-content").find('li.active').parents('li').addClass('sidebar-group-active'); + + // Add open class to parent list item if subitem is active except compact menu + var menuType = $body.data('menu'); + if (menuType != 'horizontal-menu' && compactMenu === false) { + $(".main-menu-content").find('li.active').parents('li').addClass('open'); + } + if (menuType == 'horizontal-menu') { + $(".main-menu-content").find('li.active').parents('li:not(.nav-item)').addClass('open'); + $(".main-menu-content").find('li.active').parents('li').addClass('active'); + } + + //card heading actions buttons small screen support + $(".heading-elements-toggle").on("click", function () { + $(this).next(".heading-elements").toggleClass("visible"); + }); + + // Dynamic height for the chartjs div for the chart animations to work + var chartjsDiv = $('.chartjs'), + canvasHeight = chartjsDiv.children('canvas').attr('height'); + chartjsDiv.css('height', canvasHeight); + + if ($body.hasClass('boxed-layout')) { + if ($body.hasClass('vertical-overlay-menu')) { + var menuWidth = $('.main-menu').width(); + var contentPosition = $('.app-content').position().left; + var menuPositionAdjust = contentPosition - menuWidth; + if ($body.hasClass('menu-flipped')) { + $('.main-menu').css('right', menuPositionAdjust + 'px'); + } else { + $('.main-menu').css('left', menuPositionAdjust + 'px'); + } + } + } + + //Custom File Input + $('.custom-file input').change(function (e) { + $(this).next('.custom-file-label').html(e.target.files[0].name); + }); + + + /* Text Area Counter Set Start */ + + $(".char-textarea").on("keyup", function (event) { + checkTextAreaMaxLength(this, event); + // to later change text color in dark layout + $(this).addClass("active") + }); + + /* + Checks the MaxLength of the Textarea + ----------------------------------------------------- + @prerequisite: textBox = textarea dom element + e = textarea event + length = Max length of characters + */ + function checkTextAreaMaxLength(textBox, e) { + + var maxLength = parseInt($(textBox).data("length")); + + + if (!checkSpecialKeys(e)) { + if (textBox.value.length < maxLength - 1) textBox.value = textBox.value.substring(0, maxLength); + } + $(".char-count").html(textBox.value.length); + + if (textBox.value.length > maxLength) { + $(".counter-value").css("background-color", $danger); + $(".char-textarea").css("color", $danger); + // to change text color after limit is maxedout out + $(".char-textarea").addClass("max-limit") + } + else { + $(".counter-value").css("background-color", $primary); + $(".char-textarea").css("color", $textcolor); + $(".char-textarea").removeClass("max-limit") + + } + + return true; + } + /* + Checks if the keyCode pressed is inside special chars + ------------------------------------------------------- + @prerequisite: e = e.keyCode object for the key pressed + */ + function checkSpecialKeys(e) { + if (e.keyCode != 8 && e.keyCode != 46 && e.keyCode != 37 && e.keyCode != 38 && e.keyCode != 39 && e.keyCode != 40) + return false; + else + return true; + } + + $('.content-overlay').on('click', function () { + $('.search-list').removeClass('show'); + $('.app-content').removeClass('show-overlay'); + $('.bookmark-wrapper .bookmark-input').removeClass('show'); + }); + + // To show shadow in main menu when menu scrolls + var container = document.getElementsByClassName('main-menu-content'); + if (container.length > 0) { + container[0].addEventListener('ps-scroll-y', function () { + if ($(this).find('.ps__thumb-y').position().top > 0) { + $(".shadow-bottom").css('display', 'block'); + } else { + $(".shadow-bottom").css('display', 'none'); + } + }); + } + }); + + // Hide overlay menu on content overlay click on small screens + $(document).on('click', '.sidenav-overlay', function (e) { + // Hide menu + $.app.menu.hide(); + return false; + }); + + // Execute below code only if we find hammer js for touch swipe feature on small screen + if (typeof Hammer !== 'undefined') { + + // Swipe menu gesture + var swipeInElement = document.querySelector('.drag-target'); + + if ($(swipeInElement).length > 0) { + var swipeInMenu = new Hammer(swipeInElement); + + swipeInMenu.on("panright", function (ev) { + if ($body.hasClass('vertical-overlay-menu')) { + $.app.menu.open(); + return false; + } + }); + } + + // menu swipe out gesture + setTimeout(function () { + var swipeOutElement = document.querySelector('.main-menu'); + var swipeOutMenu; + + if ($(swipeOutElement).length > 0) { + swipeOutMenu = new Hammer(swipeOutElement); + + swipeOutMenu.get('pan').set({ + direction: Hammer.DIRECTION_ALL, + threshold: 100 + }); + + swipeOutMenu.on("panleft", function (ev) { + if ($body.hasClass('vertical-overlay-menu')) { + $.app.menu.hide(); + return false; + } + }); + } + }, 300); + + // menu overlay swipe out gestrue + var swipeOutOverlayElement = document.querySelector('.sidenav-overlay'); + + if ($(swipeOutOverlayElement).length > 0) { + + var swipeOutOverlayMenu = new Hammer(swipeOutOverlayElement); + + swipeOutOverlayMenu.on("panleft", function (ev) { + if ($body.hasClass('vertical-overlay-menu')) { + $.app.menu.hide(); + return false; + } + }); + } + } + + $(document).on('click', '.menu-toggle, .modern-nav-toggle', function (e) { + e.preventDefault(); + + // Toggle menu + $.app.menu.toggle(); + + setTimeout(function () { + $(window).trigger("resize"); + }, 200); + + if ($('#collapsed-sidebar').length > 0) { + setTimeout(function () { + if ($body.hasClass('menu-expanded') || $body.hasClass('menu-open')) { + $('#collapsed-sidebar').prop('checked', false); + } else { + $('#collapsed-sidebar').prop('checked', true); + } + }, 1000); + } + + // Hides dropdown on click of menu toggle + // $('[data-toggle="dropdown"]').dropdown('hide'); + + // Hides collapse dropdown on click of menu toggle + if ($('.vertical-overlay-menu .navbar-with-menu .navbar-container .navbar-collapse').hasClass('show')) { + $('.vertical-overlay-menu .navbar-with-menu .navbar-container .navbar-collapse').removeClass('show'); + } + + return false; + }); + + // Add Children Class + $('.navigation').find('li').has('ul').addClass('has-sub'); + + $('.carousel').carousel({ + interval: 2000 + }); + + // Page full screen + $('.nav-link-expand').on('click', function (e) { + if (typeof screenfull != 'undefined') { + if (screenfull.enabled) { + screenfull.toggle(); + } + } + }); + if (typeof screenfull != 'undefined') { + if (screenfull.enabled) { + $(document).on(screenfull.raw.fullscreenchange, function () { + if (screenfull.isFullscreen) { + $('.nav-link-expand').find('i').toggleClass('icon-minimize icon-maximize'); + $("html").addClass("full-screen"); + } else { + $('.nav-link-expand').find('i').toggleClass('icon-maximize icon-minimize'); + $("html").removeClass("full-screen"); + } + }); + } + } + $(document).ready(function () { + + /********************************** + * Form Wizard Step Icon + **********************************/ + $('.step-icon').each(function () { + var $this = $(this); + if ($this.siblings('span.step').length > 0) { + $this.siblings('span.step').empty(); + $(this).appendTo($(this).siblings('span.step')); + } + }); + }); + + // Update manual scroller when window is resized + $(window).resize(function () { + $.app.menu.manualScroller.updateHeight(); + }); + + $('#sidebar-page-navigation').on('click', 'a.nav-link', function (e) { + e.preventDefault(); + e.stopPropagation(); + var $this = $(this), + href = $this.attr('href'); + var offset = $(href).offset(); + var scrollto = offset.top - 80; // minus fixed header height + $('html, body').animate({ + scrollTop: scrollto + }, 0); + setTimeout(function () { + $this.parent('.nav-item').siblings('.nav-item').children('.nav-link').removeClass('active'); + $this.addClass('active'); + }, 100); + }); + + // main menu internationalization + + // init i18n and load language file + i18next + .use(window.i18nextXHRBackend) + .init({ + debug: true, + fallbackLng: "en", + backend: { + loadPath: "../../../app-assets/data/locales/{{lng}}.json", + }, + returnObjects: true + }, + function (err, t) { + // resources have been loaded + jqueryI18next.init(i18next, $); + }); + + // change language according to data-language of dropdown item + $(".dropdown-language .dropdown-item").on("click", function () { + var $this = $(this); + $this.siblings(".selected").removeClass("selected") + $this.addClass("selected"); + var selectedLang = $this.text() + var selectedFlag = $this.find(".flag-icon").attr("class"); + $("#dropdown-flag .selected-language").text(selectedLang); + $("#dropdown-flag .flag-icon").removeClass().addClass(selectedFlag); + var currentLanguage = $this.data("language"); + i18next.changeLanguage(currentLanguage, function (err, t) { + $(".main-menu").localize(); + }); + }) + + /********************* Bookmark & Search ***********************/ + // This variable is used for mouseenter and mouseleave events of search list + var $filename = $('.search-input input').data('search'); + + // Bookmark icon click + $('.bookmark-wrapper .bookmark-star').on('click', function (e) { + e.stopPropagation(); + $('.bookmark-wrapper .bookmark-input').toggleClass('show'); + $('.bookmark-wrapper .bookmark-input input').val(''); + $('.bookmark-wrapper .bookmark-input input').blur(); + $('.bookmark-wrapper .bookmark-input input').focus(); + $('.bookmark-wrapper .search-list').addClass('show'); + + var arrList = $('ul.nav.navbar-nav.bookmark-icons li'), + $arrList = "", + $activeItemClass = ""; + + $("ul.search-list li").remove(); + + for (var i = 0; i < arrList.length; i++) { + if (i === 0) { + $activeItemClass = "current_item"; + } + else { + $activeItemClass = ""; + } + $arrList += '
  • ' + + '' + + '
    ' + + '' + + '' + arrList[i].firstChild.dataset.originalTitle + '' + + '
    ' + + '' + + '
    ' + + '
  • '; + } + $("ul.search-list").append($arrList); + }); + + // Navigation Search area Open + $('.nav-link-search').on('click', function () { + var $this = $(this); + var searchInput = $(this).parent('.nav-search').find('.search-input'); + searchInput.addClass('open'); + $(".search-input input").focus(); + $('.search-input .search-list li').remove(); + $('.search-input .search-list').addClass('show'); + $('.bookmark-wrapper .bookmark-input').removeClass('show'); + }); + + // Navigation Search area Close + $('.search-input-close i').on('click', function () { + var $this = $(this), + searchInput = $(this).closest('.search-input'); + if (searchInput.hasClass('open')) { + searchInput.removeClass('open'); + $(".search-input input").val(""); + $(".search-input input").blur(); + $('.search-input .search-list').removeClass('show'); + if ($('.app-content').hasClass('show-overlay')) { + $('.app-content').removeClass('show-overlay'); + } + } + }); + + // Filter + $(".search-input .input").on("keyup", function (e) { + if (e.keyCode !== 38 && e.keyCode !== 40 && e.keyCode !== 13) { + if (e.keyCode == 27) { + $('.app-content').removeClass('show-overlay'); + $('.bookmark-input input').val(''); + $('.bookmark-input input').blur(); + $('.search-input input').val(''); + $('.search-input input').blur(); + $('.search-input').removeClass('open'); + if ($('.search-list').hasClass('show')) { + $(this).removeClass('show'); + $('.search-input').removeClass('show'); + } + } + + // Define variables + var value = $(this).val().toLowerCase(), //get values of inout on keyup + activeClass = "", + bookmark = false, + liList = $('ul.search-list li'); // get all the list items of the search + liList.remove(); + // To check if current is bookmark input + if ($(this).parent().hasClass('bookmark-input')) { + bookmark = true; + } + + // If input value is blank + if (value != "") { + $('.app-content').addClass('show-overlay'); + + // condition for bookmark and search input click + if ($('.bookmark-input').focus()) { + $('.bookmark-input .search-list').addClass('show'); + } + else { + $('.search-input .search-list').addClass('show'); + $('.bookmark-input .search-list').removeClass('show'); + } + if (bookmark === false) { + $('.search-input .search-list').addClass('show'); + $('.bookmark-input .search-list').removeClass('show'); + } + + var $startList = "", + $otherList = "", + $htmlList = "", + $activeItemClass = "", + $bookmarkIcon = "", + a = 0; + + // getting json data from file for search results + $.getJSON("../../../app-assets/data/" + $filename + ".json", function (data) { + + for (var i = 0; i < data.listItems.length; i++) { + // if current is bookmark then give class to star icon + if (bookmark === true) { + activeClass = ""; // resetting active bookmark class + var arrList = $('ul.nav.navbar-nav.bookmark-icons li'), + $arrList = ""; + // Loop to check if current seach value match with the bookmarks already there in navbar + for (var j = 0; j < arrList.length; j++) { + if (data.listItems[i].name === arrList[j].firstChild.dataset.originalTitle) { + activeClass = " warning"; + break; + } + else { + activeClass = ""; + } + } + $bookmarkIcon = ''; + } + // Search list item start with entered letters and create list + if ((data.listItems[i].name.toLowerCase().indexOf(value) == 0) && (a < 10)) { + if (a === 0) { + $activeItemClass = "current_item"; + } + else { + $activeItemClass = ""; + } + $startList += '
  • ' + + '' + + '
    ' + + '' + + '' + data.listItems[i].name + '' + + '
    ' + + $bookmarkIcon + + '
    ' + + '
  • '; + a++; + } + } + for (var i = 0; i < data.listItems.length; i++) { + if (bookmark === true) { + activeClass = ""; // resetting active bookmark class + var arrList = $('ul.nav.navbar-nav.bookmark-icons li'), + $arrList = ""; + // Loop to check if current seach value match with the bookmarks already there in navbar + for (var j = 0; j < arrList.length; j++) { + if (data.listItems[i].name === arrList[j].firstChild.dataset.originalTitle) { + activeClass = " warning"; + } + else { + activeClass = ""; + } + } + $bookmarkIcon = ''; + } + // Search list item not start with letters and create list + if (!(data.listItems[i].name.toLowerCase().indexOf(value) == 0) && (data.listItems[i].name.toLowerCase().indexOf(value) > -1) && (a < 10)) { + if (a === 0) { + $activeItemClass = "current_item"; + } + else { + $activeItemClass = ""; + } + $otherList += '
  • ' + + '' + + '
    ' + + '' + + '' + data.listItems[i].name + '' + + '
    ' + + $bookmarkIcon + + '
    ' + + '
  • '; + a++; + } + } + if ($startList == "" && $otherList == "") { + $otherList = '
  • ' + + '' + + '
    ' + + '' + + 'No results found.' + + '
    ' + + '
    ' + + '
  • '; + } + + $htmlList = $startList.concat($otherList); // merging start with and other list + $("ul.search-list").append($htmlList); // Appending list to