article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
section,
summary {
    display: block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
ul {
    list-style-type: none;
}
a {
    color: #039be5;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}
.valign-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.valign-wrapper .valign {
    display: block;
}
.clearfix {
    clear: both;
}
.z-depth-0 {
    box-shadow: none !important;
}
.z-depth-1,
.material-card-panel,
.material-card,
.dropdown-content,
.collapsible{
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
        0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.divider {
    height: 1px;
    overflow: hidden;
    background-color: #e0e0e0;
}
blockquote {
    margin: 20px 0;
    padding-left: 1.5rem;
    border-left: 5px solid #ee6e73;
}
i {
    line-height: inherit;
}
i.left {
    float: left;
    margin-right: 15px;
}
i.right {
    float: right;
    margin-left: 15px;
}
i.tiny {
    font-size: 1rem;
}
i.small {
    font-size: 2rem;
}
i.medium {
    font-size: 4rem;
}
i.large {
    font-size: 6rem;
}
img.responsive-img,
video.responsive-video {
    max-width: 100%;
    height: auto;
}
.pagination li {
    float: left;
    font-size: 1.2rem;
    padding: 0 10px;
    line-height: 30px;
    border-radius: 2px;
    text-align: center;
}
.pagination li a {
    color: #444;
}
.pagination li.active a {
    color: #fff;
}
.pagination li.active {
    background-color: #ee6e73;
}
.pagination li.disabled a {
    cursor: default;
    color: #999;
}
.pagination li i {
    font-size: 2rem;
}
.pagination li.pages ul li {
    display: inline-block;
    float: none;
}
@media only screen and (max-width: 992px) {
    .pagination {
        width: 100%;
    }
    .pagination li.prev,
    .pagination li.next {
        width: 10%;
    }
    .pagination li.pages {
        width: 80%;
        overflow: hidden;
        white-space: nowrap;
    }
}
.parallax-container {
    position: relative;
    overflow: hidden;
    height: 500px;
}
.parallax {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.parallax img {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transform: translateX(-50%);
}
.pin-top,
.pin-bottom {
    position: relative;
}
.pinned {
    position: fixed !important;
}
ul.staggered-list li {
    opacity: 0;
}
.fade-in {
    opacity: 0;
    transform-origin: 0 50%;
}
@media only screen and (max-width: 600px) {
    .hide-on-small-only,
    .hide-on-small-and-down {
        display: none !important;
    }
}
@media only screen and (max-width: 992px) {
    .hide-on-med-and-down {
        display: none !important;
    }
}
@media only screen and (min-width: 601px) {
    .hide-on-med-and-up {
        display: none !important;
    }
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
    .hide-on-med-only {
        display: none !important;
    }
}
@media only screen and (min-width: 993px) {
    .hide-on-large-only {
        display: none !important;
    }
}
@media only screen and (min-width: 993px) {
    .show-on-large {
        display: initial !important;
    }
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
    .show-on-medium {
        display: initial !important;
    }
}
@media only screen and (max-width: 600px) {
    .show-on-small {
        display: initial !important;
    }
}
@media only screen and (min-width: 601px) {
    .show-on-medium-and-up {
        display: initial !important;
    }
}
@media only screen and (max-width: 992px) {
    .show-on-medium-and-down {
        display: initial !important;
    }
}
@media only screen and (max-width: 600px) {
    .center-on-small-only {
        text-align: center;
    }
}
footer.page-footer {
    margin-top: 20px;
    padding-top: 20px;
    background-color: #ee6e73;
}
footer.page-footer .footer-copyright {
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    color: rgba(255, 255, 255, 0.8);
    background-color: rgba(51, 51, 51, 0.08);
}
table,
th,
td {
    border: none;
}
table {
    width: 100%;
    display: table;
}
table.bordered > thead > tr,
table.bordered > tbody > tr {
    border-bottom: 1px solid #d0d0d0;
}
table.striped > tbody > tr:nth-child(odd) {
    background-color: #f2f2f2;
}
table.striped > tbody > tr > td {
    border-radius: 0px;
}
table.hoverable > tbody > tr {
    -webkit-transition: background-color 0.25s ease;
    -moz-transition: background-color 0.25s ease;
    -o-transition: background-color 0.25s ease;
    -ms-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease;
}
table.hoverable > tbody > tr:hover {
    background-color: #f2f2f2;
}
table.centered thead tr th,
table.centered tbody tr td {
    text-align: center;
}
thead {
    border-bottom: 1px solid #d0d0d0;
}
td,
th {
    padding: 15px 5px;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    border-radius: 2px;
}
@media only screen and (max-width: 992px) {
    table.responsive-table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        display: block;
        position: relative;
    }
    table.responsive-table th,
    table.responsive-table td {
        margin: 0;
        vertical-align: top;
    }
    table.responsive-table th {
        text-align: left;
    }
    table.responsive-table thead {
        display: block;
        float: left;
    }
    table.responsive-table thead tr {
        display: block;
        padding: 0 10px 0 0;
    }
    table.responsive-table thead tr th::before {
        content: "\00a0";
    }
    table.responsive-table tbody {
        display: block;
        width: auto;
        position: relative;
        overflow-x: auto;
        white-space: nowrap;
    }
    table.responsive-table tbody tr {
        display: inline-block;
        vertical-align: top;
    }
    table.responsive-table th {
        display: block;
        text-align: right;
    }
    table.responsive-table td {
        display: block;
        min-height: 1.25em;
        text-align: left;
    }
    table.responsive-table tr {
        padding: 0 10px;
    }
    table.responsive-table thead {
        border: 0;
        border-right: 1px solid #d0d0d0;
    }
    table.responsive-table.bordered th {
        border-bottom: 0;
        border-left: 0;
    }
    table.responsive-table.bordered td {
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }
    table.responsive-table.bordered tr {
        border: 0;
    }
    table.responsive-table.bordered tbody tr {
        border-right: 1px solid #d0d0d0;
    }
}
.collection {
    margin: 0.5rem 0 1rem 0;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}
.collection .collection-item {
    background-color: #fff;
    line-height: 1.5rem;
    padding: 10px 20px;
    margin: 0;
    border-bottom: 1px solid #e0e0e0;
}
.collection .collection-item.avatar {
    min-height: 84px;
    padding-left: 72px;
    position: relative;
    }
    .collection .collection-item.avatar .circle {
        position: absolute;
        width: 42px;
        height: 42px;
        overflow: hidden;
        left: 15px;
        display: inline-block;
        vertical-align: middle;
    }
    .collection .collection-item.avatar i.circle {
        font-size: 18px;
    line-height: 42px;
    color: #fff;
    background-color: #999;
    text-align: center;
}
.collection .collection-item.avatar .title {
    font-size: 16px;
}
.collection .collection-item.avatar p {
    margin: 0;
}
.collection .collection-item.avatar .secondary-content {
    position: absolute;
    top: 16px;
    right: 16px;
}
.collection .collection-item:last-child {
    border-bottom: none;
}
.collection .collection-item.active {
    background-color: #26a69a;
    color: #eafaf9;
}
.collection a.collection-item {
    display: block;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    -ms-transition: 0.25s;
    transition: 0.25s;
    color: #26a69a;
}
.collection a.collection-item:not(.active):hover {
    background-color: #ddd;
}
.collection.with-header .collection-header {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 20px;
}
.collection.with-header .collection-item {
    padding-left: 30px;
}
.collection.with-header .collection-item.avatar {
    padding-left: 72px;
}
.secondary-content {
    float: right;
    color: #26a69a;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container.no-controls {
    padding-top: 0;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.progress {
    position: relative;
    height: 4px;
    display: block;
    width: 100%;
    background-color: #acece6;
    border-radius: 2px;
    margin: 0.5rem 0 1rem 0;
    overflow: hidden;
}
.progress .determinate {
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #26a69a;
    -webkit-transition: width 0.3s linear;
    -moz-transition: width 0.3s linear;
    -o-transition: width 0.3s linear;
    -ms-transition: width 0.3s linear;
    transition: width 0.3s linear;
}
.progress .indeterminate {
    background-color: #26a69a;
}
.progress .indeterminate:before {
    content: "";
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate 2.1s
        cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    -moz-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395)
        infinite;
    -ms-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395)
        infinite;
    -o-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395)
        infinite;
    animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395)
        infinite;
}
.progress .indeterminate:after {
    content: "";
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate-short 2.1s
        cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    -moz-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1)
        infinite;
    -ms-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1)
        infinite;
    -o-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1)
        infinite;
    animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1)
        infinite;
    -webkit-animation-delay: 1.15s;
    -moz-animation-delay: 1.15s;
    -ms-animation-delay: 1.15s;
    -o-animation-delay: 1.15s;
    animation-delay: 1.15s;
}
@-webkit-keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }
    60% {
        left: 100%;
        right: -90%;
    }
    100% {
        left: 100%;
        right: -90%;
    }
}
@-moz-keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }
    60% {
        left: 100%;
        right: -90%;
    }
    100% {
        left: 100%;
        right: -90%;
    }
}
@keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }
    60% {
        left: 100%;
        right: -90%;
    }
    100% {
        left: 100%;
        right: -90%;
    }
}
@-webkit-keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }
    60% {
        left: 107%;
        right: -8%;
    }
    100% {
        left: 107%;
        right: -8%;
    }
}
@-moz-keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }
    60% {
        left: 107%;
        right: -8%;
    }
    100% {
        left: 107%;
        right: -8%;
    }
}
@keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }
    60% {
        left: 107%;
        right: -8%;
    }
    100% {
        left: 107%;
        right: -8%;
    }
}
.hide {
    display: none !important;
}
.left-align {
    text-align: left;
}
.right-align {
    text-align: right;
}
.center,
.center-align {
    text-align: center;
}
.left {
    float: left !important;
}
.right {
    float: right !important;
}

.circle {
    border-radius: 50%;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.truncate {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.no-padding {
    padding: 0 !important;
}
@font-face {
    font-family: "Material-Design-Icons";
    src: url("../font/material-design-icons/Material-Design-Icons.eot?#iefix")
            format("embedded-opentype"),
     
        url("../font/material-design-icons/Material-Design-Icons.ttf")
            format("truetype"),
        url("../font/material-design-icons/Material-Design-Icons.svg#Material-Design-Icons")
            format("svg");
    font-weight: normal;
    font-style: normal;
}

.section {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.section.no-pad {
    padding: 0;
}
.section.no-pad-bot {
    padding-bottom: 0;
}
.section.no-pad-top {
    padding-top: 0;
}
.row .col {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0.75rem;
}
.row .col.s1 {
    width: 8.33333%;
    margin-left: 0;
}
.row .col.s2 {
    width: 16.66667%;
    margin-left: 0;
}
.row .col.s3 {
    width: 25%;
    margin-left: 0;
}
.row .col.s4 {
    width: 33.33333%;
    margin-left: 0;
}
.row .col.s5 {
    width: 41.66667%;
    margin-left: 0;
}
.row .col.s6 {
    width: 50%;
    margin-left: 0;
}
.row .col.s7 {
    width: 58.33333%;
    margin-left: 0;
}
.row .col.s8 {
    width: 66.66667%;
    margin-left: 0;
}
.row .col.s9 {
    width: 75%;
    margin-left: 0;
}
.row .col.s10 {
    width: 83.33333%;
    margin-left: 0;
}
.row .col.s11 {
    width: 91.66667%;
    margin-left: 0;
}
.row .col.s12 {
    width: 100%;
    margin-left: 0;
}
.row .col.offset-s1 {
    margin-left: 8.33333%;
}
.row .col.offset-s2 {
    margin-left: 16.66667%;
}
.row .col.offset-s3 {
    margin-left: 25%;
}
.row .col.offset-s4 {
    margin-left: 33.33333%;
}
.row .col.offset-s5 {
    margin-left: 41.66667%;
}
.row .col.offset-s6 {
    margin-left: 50%;
}
.row .col.offset-s7 {
    margin-left: 58.33333%;
}
.row .col.offset-s8 {
    margin-left: 66.66667%;
}
.row .col.offset-s9 {
    margin-left: 75%;
}
.row .col.offset-s10 {
    margin-left: 83.33333%;
}
.row .col.offset-s11 {
    margin-left: 91.66667%;
}
.row .col.offset-s12 {
    margin-left: 100%;
}
@media only screen and (min-width: 601px) {
    .row .col.m1 {
        width: 8.33333%;
        margin-left: 0;
    }
    .row .col.m2 {
        width: 16.66667%;
        margin-left: 0;
    }
    .row .col.m3 {
        width: 25%;
        margin-left: 0;
    }
    .row .col.m4 {
        width: 33.33333%;
        margin-left: 0;
    }
    .row .col.m5 {
        width: 41.66667%;
        margin-left: 0;
    }
    .row .col.m6 {
        width: 50%;
        margin-left: 0;
    }
    .row .col.m7 {
        width: 58.33333%;
        margin-left: 0;
    }
    .row .col.m8 {
        width: 66.66667%;
        margin-left: 0;
    }
    .row .col.m9 {
        width: 75%;
        margin-left: 0;
    }
    .row .col.m10 {
        width: 83.33333%;
        margin-left: 0;
    }
    .row .col.m11 {
        width: 91.66667%;
        margin-left: 0;
    }
    .row .col.m12 {
        width: 100%;
        margin-left: 0;
    }
    .row .col.offset-m1 {
        margin-left: 8.33333%;
    }
    .row .col.offset-m2 {
        margin-left: 16.66667%;
    }
    .row .col.offset-m3 {
        margin-left: 25%;
    }
    .row .col.offset-m4 {
        margin-left: 33.33333%;
    }
    .row .col.offset-m5 {
        margin-left: 41.66667%;
    }
    .row .col.offset-m6 {
        margin-left: 50%;
    }
    .row .col.offset-m7 {
        margin-left: 58.33333%;
    }
    .row .col.offset-m8 {
        margin-left: 66.66667%;
    }
    .row .col.offset-m9 {
        margin-left: 75%;
    }
    .row .col.offset-m10 {
        margin-left: 83.33333%;
    }
    .row .col.offset-m11 {
        margin-left: 91.66667%;
    }
    .row .col.offset-m12 {
        margin-left: 100%;
    }
}
@media only screen and (min-width: 993px) {
    .row .col.l1 {
        width: 8.33333%;
        margin-left: 0;
    }
    .row .col.l2 {
        width: 16.66667%;
        margin-left: 0;
    }
    .row .col.l3 {
        width: 25%;
        margin-left: 0;
    }
    .row .col.l4 {
        width: 33.33333%;
        margin-left: 0;
    }
    .row .col.l5 {
        width: 41.66667%;
        margin-left: 0;
    }
    .row .col.l6 {
        width: 50%;
        margin-left: 0;
    }
    .row .col.l7 {
        width: 58.33333%;
        margin-left: 0;
    }
    .row .col.l8 {
        width: 66.66667%;
        margin-left: 0;
    }
    .row .col.l9 {
        width: 75%;
        margin-left: 0;
    }
    .row .col.l10 {
        width: 83.33333%;
        margin-left: 0;
    }
    .row .col.l11 {
        width: 91.66667%;
        margin-left: 0;
    }
    .row .col.l12 {
        width: 100%;
        margin-left: 0;
    }
    .row .col.offset-l1 {
        margin-left: 8.33333%;
    }
    .row .col.offset-l2 {
        margin-left: 16.66667%;
    }
    .row .col.offset-l3 {
        margin-left: 25%;
    }
    .row .col.offset-l4 {
        margin-left: 33.33333%;
    }
    .row .col.offset-l5 {
        margin-left: 41.66667%;
    }
    .row .col.offset-l6 {
        margin-left: 50%;
    }
    .row .col.offset-l7 {
        margin-left: 58.33333%;
    }
    .row .col.offset-l8 {
        margin-left: 66.66667%;
    }
    .row .col.offset-l9 {
        margin-left: 75%;
    }
    .row .col.offset-l10 {
        margin-left: 83.33333%;
    }
    .row .col.offset-l11 {
        margin-left: 91.66667%;
    }
    .row .col.offset-l12 {
        margin-left: 100%;
    }
}


.light,
footer.page-footer .footer-copyright {
    font-weight: 300;
}
.thin {
    font-weight: 200;
}
.flow-text {
    font-weight: 300;
}
@media only screen and (min-width: 360px) {
    .flow-text {
        font-size: 1.2rem;
    }
}
@media only screen and (min-width: 390px) {
    .flow-text {
        font-size: 1.224rem;
    }
}
@media only screen and (min-width: 420px) {
    .flow-text {
        font-size: 1.248rem;
    }
}
@media only screen and (min-width: 450px) {
    .flow-text {
        font-size: 1.272rem;
    }
}
@media only screen and (min-width: 480px) {
    .flow-text {
        font-size: 1.296rem;
    }
}
@media only screen and (min-width: 510px) {
    .flow-text {
        font-size: 1.32rem;
    }
}
@media only screen and (min-width: 540px) {
    .flow-text {
        font-size: 1.344rem;
    }
}
@media only screen and (min-width: 570px) {
    .flow-text {
        font-size: 1.368rem;
    }
}
@media only screen and (min-width: 600px) {
    .flow-text {
        font-size: 1.392rem;
    }
}
@media only screen and (min-width: 630px) {
    .flow-text {
        font-size: 1.416rem;
    }
}
@media only screen and (min-width: 660px) {
    .flow-text {
        font-size: 1.44rem;
    }
}
@media only screen and (min-width: 690px) {
    .flow-text {
        font-size: 1.464rem;
    }
}
@media only screen and (min-width: 720px) {
    .flow-text {
        font-size: 1.488rem;
    }
}
@media only screen and (min-width: 750px) {
    .flow-text {
        font-size: 1.512rem;
    }
}
@media only screen and (min-width: 780px) {
    .flow-text {
        font-size: 1.536rem;
    }
}
@media only screen and (min-width: 810px) {
    .flow-text {
        font-size: 1.56rem;
    }
}
@media only screen and (min-width: 840px) {
    .flow-text {
        font-size: 1.584rem;
    }
}
@media only screen and (min-width: 870px) {
    .flow-text {
        font-size: 1.608rem;
    }
}
@media only screen and (min-width: 900px) {
    .flow-text {
        font-size: 1.632rem;
    }
}
@media only screen and (min-width: 930px) {
    .flow-text {
        font-size: 1.656rem;
    }
}
@media only screen and (min-width: 960px) {
    .flow-text {
        font-size: 1.68rem;
    }
}
@media only screen and (max-width: 360px) {
    .flow-text {
        font-size: 1.2rem;
    }
}
.card-panel {
    transition: box-shadow 0.25s;
    padding: 20px;
    margin: 0.5rem 0 1rem 0;
    border-radius: 2px;
    background-color: #fff;
}
.material-card {
    position: relative;
    overflow: hidden;
    margin: 0.5rem 0 1rem 0;
    background-color: #fff;
    transition: box-shadow 0.25s;
    border-radius: 2px;
}
.material-card .material-card-title {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
}
.material-card .material-card-title.activator {
    cursor: pointer;
}
.material-card.small,
.material-card.medium,
.material-card.large {
    position: relative;
}
.material-card.small .material-card-image,
.material-card.medium .material-card-image,
.material-card.large .material-card-image {
    overflow: hidden;
}
.material-card.small .material-card-content,
.material-card.medium .material-card-content,
.material-card.large .material-card-content {
    overflow: hidden;
}
.material-card.small .material-card-action,
.material-card.medium .material-card-action,
.material-card.large .material-card-action {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.material-card.small {
    height: 300px;
}
.material-card.small .material-card-image {
    height: 150px;
}
.material-card.small .material-card-content {
    height: 150px;
}
.material-card.medium {
    height: 400px;
}
.material-card.medium .material-card-image {
    height: 250px;
}
.material-card.medium .material-card-content {
    height: 150px;
}
.material-card.large {
    height: 500px;
}
.material-card.large .material-card-image {
    height: 330px;
}
.material-card.large .material-card-content {
    height: 170px;
}
.material-card .material-card-image {
    position: relative;
}
.material-card .material-card-image img {
    border-radius: 2px 2px 0 0;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}
.material-card .material-card-image .material-card-title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
}
.material-card .material-card-content {
    padding: 20px;
    border-radius: 0 0 2px 2px;
}
.material-card .material-card-content p {
    margin: 0;
    color: inherit;
}
.material-card .material-card-content .material-card-title {
    line-height: 48px;
}
.material-card .material-card-action {
    border-top: 1px solid rgba(160, 160, 160, 0.2);
    padding: 20px;
}
.material-card .material-card-action a {
    color: #ffab40;
    margin-right: 20px;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    transition: color 0.3s ease;
    text-transform: uppercase;
}
.material-card .material-card-action a:hover {
    color: #ffd8a6;
}
.material-card .material-card-reveal {
    padding: 20px;
    position: absolute;
    background-color: #fff;
    width: 100%;
    overflow-y: auto;
    top: 100%;
    height: 100%;
    z-index: 1;
    display: none;
}
.material-card .material-card-reveal .material-card-title {
    cursor: pointer;
    display: block;
}

.tabs {
    position: relative;
    height: 48px;
    background-color: #fff;
    margin: 0 auto;
    width: 100%;
    white-space: nowrap;
}
.tabs .tab {
    display: block;
    float: left;
    text-align: center;
    line-height: 48px;
    height: 48px;
    padding: 0 20px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    width: 15%;
}
.tabs .tab a {
    color: #ee6e73;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: color 0.28s ease;
    -moz-transition: color 0.28s ease;
    -o-transition: color 0.28s ease;
    -ms-transition: color 0.28s ease;
    transition: color 0.28s ease;
}
.tabs .tab a:hover {
    color: #f9c9cb;
}
.tabs .tab.disabled a {
    color: #f9c9cb;
    cursor: default;
}
.tabs .indicator {
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #f6b2b5;
    will-change: left, right;
}
.tabs .tab {
    padding: 0;
}
.material-tooltip {
    padding: 10px 8px;
    font-size: 1rem;
    z-index: 2000;
    background-color: transparent;
    border-radius: 2px;
    color: #fff;
    min-height: 36px;
    line-height: 1rem;
    opacity: 0;
    display: none;
    position: absolute;
    text-align: center;
    overflow: hidden;
    left: 0;
    top: 0;
    will-change: top, left;
}
.backdrop {
    position: absolute;
    opacity: 0;
    display: none;
    height: 7px;
    width: 14px;
    border-radius: 0 0 14px 14px;
    background-color: #323232;
    z-index: -1;
    -webkit-transform-origin: 50% 10%;
    -moz-transform-origin: 50% 10%;
    -ms-transform-origin: 50% 10%;
    -o-transform-origin: 50% 10%;
    transform-origin: 50% 10%;
    will-change: transform, opacity;
}

.btn-flat {
    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    outline: 0;
    padding: 0 2rem;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
}

.btn-flat i {
    font-size: 1.3rem;
    line-height: inherit;
}

.fixed-action-btn {
    position: fixed;
    right: 23px;
    bottom: 23px;
    padding-top: 15px;
    margin-bottom: 0;
    z-index: 998;
}
.fixed-action-btn ul {
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    bottom: 64px;
    margin: 0;
}
.fixed-action-btn ul li {
    margin-bottom: 15px;
}
.fixed-action-btn ul a.btn-floating {
    opacity: 0;
}
.btn-flat {
    box-shadow: none;
    background-color: transparent;
    color: #343434;
    cursor: pointer;
}
.btn-flat.disabled {
    color: #b3b3b3;
    cursor: default;
}
.btn-large {
    height: 54px;
    line-height: 56px;
}
.btn-large i {
    font-size: 1.6rem;
}
.btn-block {
    display: block;
}
.dropdown-content {
    background-color: #fff;
    margin: 0;
    display: none;
    min-width: 100px;
    max-height: 650px;
    overflow-y: auto;
    opacity: 0;
    position: absolute;
    z-index: 999;
    will-change: width, height;
}
.dropdown-content li {
    clear: both;
    color: rgba(0, 0, 0, 0.87);
    cursor: pointer;
    line-height: 1.5rem;
    width: 100%;
    text-align: left;
    text-transform: none;
}
.dropdown-content li:hover,
.dropdown-content li.active {
    background-color: #eee;
}
.dropdown-content li > a,
.dropdown-content li > span {
    font-size: 1.2rem;
    color: #26a69a;
    display: block;
    padding: 1rem 1rem;
}
.dropdown-content li > a > i {
    height: inherit;
    line-height: inherit;
} /*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 100%;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    -ms-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    pointer-events: none;
}
.waves-effect.waves-light .waves-ripple {
    background-color: rgba(255, 255, 255, 0.45);
}
.waves-effect.waves-red .waves-ripple {
    background-color: rgba(244, 67, 54, 0.7);
}
.waves-effect.waves-yellow .waves-ripple {
    background-color: rgba(255, 235, 59, 0.7);
}
.waves-effect.waves-orange .waves-ripple {
    background-color: rgba(255, 152, 0, 0.7);
}
.waves-effect.waves-purple .waves-ripple {
    background-color: rgba(156, 39, 176, 0.7);
}
.waves-effect.waves-green .waves-ripple {
    background-color: rgba(76, 175, 80, 0.7);
}
.waves-effect.waves-teal .waves-ripple {
    background-color: rgba(0, 150, 136, 0.7);
}
.waves-notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}
.waves-circle {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}
.waves-input-wrapper {
    border-radius: 0.2em;
    vertical-align: bottom;
}
.waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}
.waves-circle {
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
    -webkit-mask-image: none;
}
.waves-block {
    display: block;
}
a.waves-effect .waves-ripple {
    z-index: -1;
}
select:focus {
    outline: 1px solid #c9f3ef;
}
.input-field {
    position: relative;
    margin-top: 1rem;
}
.input-field label {
    color: #9e9e9e;
    position: absolute;
    top: 0.8rem;
    left: 0.75rem;
    font-size: 1rem;
    cursor: text;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    -ms-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
.input-field label.active {
    font-size: 0.8rem;
    -webkit-transform: translateY(-140%);
    -moz-transform: translateY(-140%);
    -ms-transform: translateY(-140%);
    -o-transform: translateY(-140%);
    transform: translateY(-140%);
}
.input-field .prefix {
    position: absolute;
    width: 3rem;
    font-size: 2rem;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -o-transition: color 0.2s;
    -ms-transition: color 0.2s;
    transition: color 0.2s;
}
.input-field .prefix.active {
    color: #26a69a;
}
.input-field .prefix ~ input,
.input-field .prefix ~ textarea {
    margin-left: 3rem;
    width: 92%;
    width: calc(100% - 3rem);
}
.input-field .prefix ~ textarea {
    padding-top: 0.8rem;
}
.input-field .prefix ~ label {
    margin-left: 3rem;
}
label{
    font-size:0.8rem;
    color:#9e9e9e;
    width: 100%;
}
@media only screen and (max-width: 992px) {
    .input-field .prefix ~ input {
        width: 86%;
        width: calc(100% - 3rem);
    }
}
@media only screen and (max-width: 600px) {
    .input-field .prefix ~ input {
        width: 80%;
        width: calc(100% - 3rem);
    }
}
.input-field input[type="search"] {
    display: block;
    line-height: inherit;
    padding-left: 4rem;
    width: 100%;
}
.input-field input[type="search"]:focus {
    background-color: #fff;
    border: 0;
    box-shadow: none;
    color: #444;
}
.input-field input[type="search"]:focus + label i,
.input-field input[type="search"]:focus ~ .mdi-navigation-close {
    color: #444;
}
.input-field input[type="search"] + label {
    left: 1rem;
}
.input-field input[type="search"] ~ .mdi-navigation-close {
    position: absolute;
    top: 0;
    right: 1rem;
    color: transparent;
    cursor: pointer;
    font-size: 2rem;
    transition: 0.3s color;
}
textarea {
    width: 100%;
    height: 3rem;
    background-color: transparent;
}
textarea.materialize-textarea {
    overflow-y: hidden;
    padding: 1.6rem 0;
    resize: none;
    min-height: 3rem;
}
.hiddendiv {
    display: none;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word;
    padding-top: 1.2rem;
}
/* [type="radio"]:not(:checked),
[type="radio"]:checked {
    position: absolute;
    left: -9999px;
    visibility: hidden;
}
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
    -webkit-transition: 0.28s ease;
    -moz-transition: 0.28s ease;
    -o-transition: 0.28s ease;
    -ms-transition: 0.28s ease;
    transition: 0.28s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}
[type="radio"] + label:before,
[type="radio"] + label:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 16px;
    height: 16px;
    z-index: 0;
    -webkit-transition: 0.28s ease;
    -moz-transition: 0.28s ease;
    -o-transition: 0.28s ease;
    -ms-transition: 0.28s ease;
    transition: 0.28s ease;
}
[type="radio"]:not(:checked) + label:before {
    border-radius: 50%;
    border: 2px solid #5a5a5a;
}
[type="radio"]:not(:checked) + label:after {
    border-radius: 50%;
    border: 2px solid #5a5a5a;
    z-index: -1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:before {
    border-radius: 50%;
    border: 2px solid transparent;
}
[type="radio"]:checked + label:after {
    border-radius: 50%;
    border: 2px solid #26a69a;
    background-color: #26a69a;
    z-index: 0;
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
}
[type="radio"].with-gap:checked + label:before {
    border-radius: 50%;
    border: 2px solid #26a69a;
}
[type="radio"].with-gap:checked + label:after {
    border-radius: 50%;
    border: 2px solid #26a69a;
    background-color: #26a69a;
    z-index: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
}
[type="radio"].with-gap:disabled:checked + label:before {
    border: 2px solid rgba(0, 0, 0, 0.26);
}
[type="radio"].with-gap:disabled:checked + label:after {
    border: none;
    background-color: rgba(0, 0, 0, 0.26);
}
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.26);
}
[type="radio"]:disabled + label {
    color: rgba(0, 0, 0, 0.26);
}
[type="radio"]:disabled:not(:checked) + label:before {
    border-color: rgba(0, 0, 0, 0.26);
}
[type="radio"]:disabled:checked + label:after {
    background-color: rgba(0, 0, 0, 0.26);
    border-color: #bdbdbd;
}
form p {
    margin-bottom: 10px;
    text-align: left;
}
form p:last-child {
    margin-bottom: 0;
}
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
    visibility: hidden;
}
[type="checkbox"] {
}
[type="checkbox"] + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}
[type="checkbox"] + label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #5a5a5a;
    border-radius: 1px;
    margin-top: 2px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}
[type="checkbox"]:not(:checked):disabled + label:before {
    border: none;
    background-color: rgba(0, 0, 0, 0.26);
}
[type="checkbox"]:checked + label:before {
    top: -4px;
    left: -3px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #26a69a;
    border-bottom: 2px solid #26a69a;
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
[type="checkbox"]:checked:disabled + label:before {
    border-right: 2px solid rgba(0, 0, 0, 0.26);
    border-bottom: 2px solid rgba(0, 0, 0, 0.26);
}
[type="checkbox"]:indeterminate + label:before {
    left: -10px;
    top: -11px;
    width: 10px;
    height: 22px;
    border-top: none;
    border-left: none;
    border-right: 2px solid #26a69a;
    border-bottom: none;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
[type="checkbox"]:indeterminate:disabled + label:before {
    border-right: 2px solid rgba(0, 0, 0, 0.26);
    background-color: transparent;
}
[type="checkbox"].filled-in + label:after {
    border-radius: 2px;
}
[type="checkbox"].filled-in + label:before,
[type="checkbox"].filled-in + label:after {
    content: "";
    left: 0;
    position: absolute;
    transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s,
        height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
    z-index: 1;
}
[type="checkbox"].filled-in:not(:checked) + label:before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 20% 40%;
    transform-origin: 100% 100%;
}
[type="checkbox"].filled-in:not(:checked) + label:after {
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid #5a5a5a;
    top: 40%;
    z-index: 0;
}
[type="checkbox"].filled-in:checked + label:before {
    top: 40%;
    left: 1px;
    width: 8px;
    height: 13px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
[type="checkbox"].filled-in:checked + label:after {
    top: 40%;
    width: 20px;
    height: 20px;
    border: 2px solid #26a69a;
    background-color: #26a69a;
    z-index: 0;
}
[type="checkbox"].filled-in:disabled:not(:checked) + label:before {
    background-color: transparent;
    border: 2px solid transparent;
}
[type="checkbox"].filled-in:disabled:not(:checked) + label:after {
    border-color: transparent;
    background-color: #bdbdbd;
}
[type="checkbox"].filled-in:disabled:checked + label:before {
    background-color: transparent;
}
[type="checkbox"].filled-in:disabled:checked + label:after {
    background-color: #bdbdbd;
    border-color: #bdbdbd;
} */
.switch,
.switch * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}
.switch label {
    cursor: pointer;
}
.switch label input[type="checkbox"] {
    opacity: 0;
    width: 0;
    height: 0;
}
.switch label input[type="checkbox"]:checked + .lever {
    background-color: #84c7c1;
}
.switch label input[type="checkbox"]:checked + .lever:after {
    background-color: #26a69a;
}
.switch label .lever {
    content: "";
    display: inline-block;
    position: relative;
    width: 40px;
    height: 15px;
    background-color: #818181;
    border-radius: 15px;
    margin-right: 10px;
    transition: background 0.3s ease;
    vertical-align: middle;
    margin: 0 16px;
}
.switch label .lever:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 21px;
    height: 21px;
    background-color: #f1f1f1;
    border-radius: 21px;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
    left: -5px;
    top: -3px;
    transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease;
}
input[type="checkbox"]:checked:not(:disabled) ~ .lever:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
        0 0 0 15px rgba(38, 166, 154, 0.1);
}
input[type="checkbox"]:not(:disabled) ~ .lever:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.08);
}
.switch label input[type="checkbox"]:checked + .lever:after {
    left: 24px;
}
.switch input[type="checkbox"][disabled] + .lever {
    cursor: default;
}
.switch label input[type="checkbox"][disabled] + .lever:after,
.switch label input[type="checkbox"][disabled]:checked + .lever:after {
    background-color: #bdbdbd;
}
.select-label {
    position: absolute;
}
.select-wrapper {
    position: relative;
}
.select-wrapper input.select-dropdown {
    position: relative;
    cursor: pointer;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    outline: none;
    height: 3rem;
    line-height: 3rem;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 15px 0;
    padding: 0;
    display: block;
}
.select-wrapper span.caret {
    color: initial;
    position: absolute;
    right: 0;
    top: 16px;
    font-size: 10px;
}
.select-wrapper span.caret.disabled {
    color: rgba(0, 0, 0, 0.26);
}
.select-wrapper + label {
    position: absolute;
    top: -14px;
    font-size: 0.8rem;
}
select {
    display: none;
}
select.browser-default {
    display: block;
}
select:disabled {
    color: rgba(0, 0, 0, 0.3);
}
.select-wrapper input.select-dropdown:disabled {
    color: rgba(0, 0, 0, 0.3);
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.select-wrapper i {
    color: rgba(0, 0, 0, 0.3);
}
.select-dropdown li.disabled {
    color: rgba(0, 0, 0, 0.3);
    background-color: transparent;
}
.file-field {
    position: relative;
}
.file-field .file-path-wrapper {
    overflow: hidden;
    padding-left: 10px;
}
.file-field input.file-path {
    width: 100%;
}
.file-field .btn,
.file-field .btn-large {
    float: left;
    height: 3rem;
    line-height: 3rem;
}
.file-field span {
    cursor: pointer;
}
.file-field input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.range-field {
    position: relative;
}
input[type="range"],
input[type="range"] + .thumb {
    cursor: pointer;
}
input[type="range"] {
    position: relative;
    background-color: transparent;
    border: none;
    outline: none;
    width: 100%;
    margin: 15px 0px;
    padding: 0;
}
input[type="range"] + .thumb {
    position: absolute;
    border: none;
    height: 0;
    width: 0;
    border-radius: 50%;
    background-color: #26a69a;
    top: 10px;
    margin-left: -6px;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
input[type="range"] + .thumb .value {
    display: block;
    width: 30px;
    text-align: center;
    color: #26a69a;
    font-size: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
input[type="range"] + .thumb.active {
    border-radius: 50% 50% 50% 0;
}
input[type="range"] + .thumb.active .value {
    color: #fff;
    margin-left: -1px;
    margin-top: 8px;
    font-size: 10px;
}
input[type="range"]:focus {
    outline: none;
}
input[type="range"] {
    -webkit-appearance: none;
}
input[type="range"]::-webkit-slider-runnable-track {
    height: 3px;
    background: #c2c0c2;
    border: none;
}
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background-color: #26a69a;
    transform-origin: 50% 50%;
    margin: -5px 0 0 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
input[type="range"]:focus::-webkit-slider-runnable-track {
    background: #ccc;
}
input[type="range"] {
    border: 1px solid white;
}
input[type="range"]::-moz-range-track {
    height: 3px;
    background: #ddd;
    border: none;
}
input[type="range"]::-moz-range-thumb {
    border: none;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #26a69a;
    margin-top: -5px;
}
input[type="range"]:-moz-focusring {
    outline: 1px solid white;
    outline-offset: -1px;
}
input[type="range"]:focus::-moz-range-track {
    background: #ccc;
}
input[type="range"]::-ms-track {
    height: 3px;
    background: transparent;
    border-color: transparent;
    border-width: 6px 0;
    color: transparent;
}
input[type="range"]::-ms-fill-lower {
    background: #777;
}
input[type="range"]::-ms-fill-upper {
    background: #ddd;
}
input[type="range"]::-ms-thumb {
    border: none;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #26a69a;
}
input[type="range"]:focus::-ms-fill-lower {
    background: #888;
}
input[type="range"]:focus::-ms-fill-upper {
    background: #ccc;
}
select {
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    padding: 5px;
    border: 1px solid #f2f2f2;
    border-radius: 2px;
    height: 3rem;
}
.table-of-contents.fixed {
    position: fixed;
}
.table-of-contents li {
    padding: 2px 0;
}
.table-of-contents a {
    display: inline-block;
    font-weight: 300;
    color: #757575;
    padding-left: 20px;
    height: 1.5rem;
    line-height: 1.5rem;
    letter-spacing: 0.4;
    display: inline-block;
}
.table-of-contents a:hover {
    color: #a8a8a8;
    padding-left: 19px;
    border-left: 1px solid #ea4a4f;
}
.table-of-contents a.active {
    font-weight: 500;
    padding-left: 18px;
    border-left: 2px solid #ea4a4f;
}
.drag-target {
    height: 100%;
    width: 10px;
    position: fixed;
    top: 0;
    z-index: 998;
}
.preloader-wrapper {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
}
.preloader-wrapper.small {
    width: 36px;
    height: 36px;
}
.preloader-wrapper.big {
    width: 64px;
    height: 64px;
}
.preloader-wrapper.active {
    -webkit-animation: container-rotate 1568ms linear infinite;
    animation: container-rotate 1568ms linear infinite;
}
@-webkit-keyframes container-rotate {
    to {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes container-rotate {
    to {
        transform: rotate(360deg);
    }
}
.spinner-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.spinner-blue,
.spinner-blue-only {
    border-color: #4285f4;
}
.spinner-red,
.spinner-red-only {
    border-color: #db4437;
}
.spinner-yellow,
.spinner-yellow-only {
    border-color: #f4b400;
}
.spinner-green,
.spinner-green-only {
    border-color: #0f9d58;
}
.active .spinner-layer.spinner-blue {
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1)
            infinite both,
        blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite
            both,
        blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .spinner-layer.spinner-red {
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1)
            infinite both,
        red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite
            both,
        red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .spinner-layer.spinner-yellow {
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1)
            infinite both,
        yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite
            both,
        yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .spinner-layer.spinner-green {
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1)
            infinite both,
        green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite
            both,
        green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .spinner-layer.spinner-blue-only,
.active .spinner-layer.spinner-red-only,
.active .spinner-layer.spinner-yellow-only,
.active .spinner-layer.spinner-green-only {
    opacity: 1;
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1)
        infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite
        both;
}
@-webkit-keyframes fill-unfill-rotate {
    12.5% {
        -webkit-transform: rotate(135deg);
    }
    25% {
        -webkit-transform: rotate(270deg);
    }
    37.5% {
        -webkit-transform: rotate(405deg);
    }
    50% {
        -webkit-transform: rotate(540deg);
    }
    62.5% {
        -webkit-transform: rotate(675deg);
    }
    75% {
        -webkit-transform: rotate(810deg);
    }
    87.5% {
        -webkit-transform: rotate(945deg);
    }
    to {
        -webkit-transform: rotate(1080deg);
    }
}
@keyframes fill-unfill-rotate {
    12.5% {
        transform: rotate(135deg);
    }
    25% {
        transform: rotate(270deg);
    }
    37.5% {
        transform: rotate(405deg);
    }
    50% {
        transform: rotate(540deg);
    }
    62.5% {
        transform: rotate(675deg);
    }
    75% {
        transform: rotate(810deg);
    }
    87.5% {
        transform: rotate(945deg);
    }
    to {
        transform: rotate(1080deg);
    }
}

#Payment th, #table-collapse-container th, #Links_wrapper th {
    width: 20%;
}

#Links_wrapper th:first-of-type {
    width: 50%;
}

#Links_wrapper th:nth-of-type(6) {
    width: 120px;
}

#Links_wrapper th:nth-of-type(5) {
    width: 80px;
}