/**
 * Framework7 1.4.0
 * Full Featured Mobile HTML Framework For Building iOS & Android Apps
 * 
 * http://www.idangero.us/framework7
 * 
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: December 7, 2015
 */


/*:root {
    --tamanho: 50%;
    --cor: #660066;
}*/

body,
html {
    position: relative;
    height: 100%;
    width: 100%;
    overflow-x: hidden
}

body {
    font-family: Roboto, Noto, Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #212121;
    font-size: 14px;
    line-height: 1.5;
    width: 100%;
    -webkit-text-size-adjust: 100%;
    background: #fff;
    overflow: hidden
}

* {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

a,
input,
select,
textarea {
    outline: 0
}

a {
    text-decoration: none;
    color: var(--cor);
}

p {
    margin: 1em 0
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.row>[class*=col-] {
    box-sizing: border-box
}

.row .col-auto {
    width: 100%
}

.row .col-100 {
    width: 100%;
    width: -webkit-calc((100% - 16px*0)/ 1);
    width: calc((100% - 16px*0)/ 1)
}

.row.no-gutter .col-100 {
    width: 100%
}

.row .col-95 {
    width: 95%;
    width: -webkit-calc((100% - 16px*.05263157894736836)/ 1.0526315789473684);
    width: calc((100% - 16px*.05263157894736836)/ 1.0526315789473684)
}

.row.no-gutter .col-95 {
    width: 95%
}

.row .col-90 {
    width: 90%;
    width: -webkit-calc((100% - 16px*.11111111111111116)/ 1.1111111111111112);
    width: calc((100% - 16px*.11111111111111116)/ 1.1111111111111112)
}

.row.no-gutter .col-90 {
    width: 90%
}

.row .col-85 {
    width: 85%;
    width: -webkit-calc((100% - 16px*.17647058823529416)/ 1.1764705882352942);
    width: calc((100% - 16px*.17647058823529416)/ 1.1764705882352942)
}

.row.no-gutter .col-85 {
    width: 85%
}

.row .col-80 {
    width: 80%;
    width: -webkit-calc((100% - 16px*.25)/ 1.25);
    width: calc((100% - 16px*.25)/ 1.25)
}

.row.no-gutter .col-80 {
    width: 80%
}

.row .col-75 {
    width: 75%;
    width: -webkit-calc((100% - 16px*.33333333333333326)/ 1.3333333333333333);
    width: calc((100% - 16px*.33333333333333326)/ 1.3333333333333333)
}

.row.no-gutter .col-75 {
    width: 75%
}

.row .col-66 {
    width: 66.66666666666666%;
    width: -webkit-calc((100% - 16px*.5000000000000002)/ 1.5000000000000002);
    width: calc((100% - 16px*.5000000000000002)/ 1.5000000000000002)
}

.row.no-gutter .col-66 {
    width: 66.66666666666666%
}

.row .col-60 {
    width: 60%;
    width: -webkit-calc((100% - 16px*.6666666666666667)/ 1.6666666666666667);
    width: calc((100% - 16px*.6666666666666667)/ 1.6666666666666667)
}

.row.no-gutter .col-60 {
    width: 60%
}

.row .col-50 {
    width: 50%;
    width: -webkit-calc((100% - 16px*1)/ 2);
    width: calc((100% - 16px*1)/ 2)
}

.row.no-gutter .col-50 {
    width: 50%
}

.row .col-40 {
    width: 40%;
    width: -webkit-calc((100% - 16px*1.5)/ 2.5);
    width: calc((100% - 16px*1.5)/ 2.5)
}

.row.no-gutter .col-40 {
    width: 40%
}

.row .col-33 {
    width: 33.333333333333336%;
    width: -webkit-calc((100% - 16px*2)/ 3);
    width: calc((100% - 16px*2)/ 3)
}

.row.no-gutter .col-33 {
    width: 33.333333333333336%
}

.row .col-25 {
    width: 25%;
    width: -webkit-calc((100% - 16px*3)/ 4);
    width: calc((100% - 16px*3)/ 4)
}

.row.no-gutter .col-25 {
    width: 25%
}

.row .col-20 {
    width: 20%;
    width: -webkit-calc((100% - 16px*4)/ 5);
    width: calc((100% - 16px*4)/ 5)
}

.row.no-gutter .col-20 {
    width: 20%
}

.row .col-15 {
    width: 15%;
    width: -webkit-calc((100% - 16px*5.666666666666667)/ 6.666666666666667);
    width: calc((100% - 16px*5.666666666666667)/ 6.666666666666667)
}

.row.no-gutter .col-15 {
    width: 15%
}

.row .col-10 {
    width: 10%;
    width: -webkit-calc((100% - 16px*9)/ 10);
    width: calc((100% - 16px*9)/ 10)
}

.row.no-gutter .col-10 {
    width: 10%
}

.row .col-5 {
    width: 5%;
    width: -webkit-calc((100% - 16px*19)/ 20);
    width: calc((100% - 16px*19)/ 20)
}

.row.no-gutter .col-5 {
    width: 5%
}

.row .col-auto:nth-last-child(1),
.row .col-auto:nth-last-child(1)~.col-auto {
    width: 100%;
    width: -webkit-calc((100% - 16px*0)/ 1);
    width: calc((100% - 16px*0)/ 1)
}

.row.no-gutter .col-auto:nth-last-child(1),
.row.no-gutter .col-auto:nth-last-child(1)~.col-auto {
    width: 100%
}

.row .col-auto:nth-last-child(2),
.row .col-auto:nth-last-child(2)~.col-auto {
    width: 50%;
    width: -webkit-calc((100% - 16px*1)/ 2);
    width: calc((100% - 16px*1)/ 2)
}

.row.no-gutter .col-auto:nth-last-child(2),
.row.no-gutter .col-auto:nth-last-child(2)~.col-auto {
    width: 50%
}

.row .col-auto:nth-last-child(3),
.row .col-auto:nth-last-child(3)~.col-auto {
    width: 33.33333333%;
    width: -webkit-calc((100% - 16px*2)/ 3);
    width: calc((100% - 16px*2)/ 3)
}

.row.no-gutter .col-auto:nth-last-child(3),
.row.no-gutter .col-auto:nth-last-child(3)~.col-auto {
    width: 33.33333333%
}

.row .col-auto:nth-last-child(4),
.row .col-auto:nth-last-child(4)~.col-auto {
    width: 25%;
    width: -webkit-calc((100% - 16px*3)/ 4);
    width: calc((100% - 16px*3)/ 4)
}

.row.no-gutter .col-auto:nth-last-child(4),
.row.no-gutter .col-auto:nth-last-child(4)~.col-auto {
    width: 25%
}

.row .col-auto:nth-last-child(5),
.row .col-auto:nth-last-child(5)~.col-auto {
    width: 20%;
    width: -webkit-calc((100% - 16px*4)/ 5);
    width: calc((100% - 16px*4)/ 5)
}

.row.no-gutter .col-auto:nth-last-child(5),
.row.no-gutter .col-auto:nth-last-child(5)~.col-auto {
    width: 20%
}

.row .col-auto:nth-last-child(6),
.row .col-auto:nth-last-child(6)~.col-auto {
    width: 16.66666667%;
    width: -webkit-calc((100% - 16px*5)/ 6);
    width: calc((100% - 16px*5)/ 6)
}

.row.no-gutter .col-auto:nth-last-child(6),
.row.no-gutter .col-auto:nth-last-child(6)~.col-auto {
    width: 16.66666667%
}

.row .col-auto:nth-last-child(7),
.row .col-auto:nth-last-child(7)~.col-auto {
    width: 14.28571429%;
    width: -webkit-calc((100% - 16px*6)/ 7);
    width: calc((100% - 16px*6)/ 7)
}

.row.no-gutter .col-auto:nth-last-child(7),
.row.no-gutter .col-auto:nth-last-child(7)~.col-auto {
    width: 14.28571429%
}

.row .col-auto:nth-last-child(8),
.row .col-auto:nth-last-child(8)~.col-auto {
    width: 12.5%;
    width: -webkit-calc((100% - 16px*7)/ 8);
    width: calc((100% - 16px*7)/ 8)
}

.row.no-gutter .col-auto:nth-last-child(8),
.row.no-gutter .col-auto:nth-last-child(8)~.col-auto {
    width: 12.5%
}

.row .col-auto:nth-last-child(9),
.row .col-auto:nth-last-child(9)~.col-auto {
    width: 11.11111111%;
    width: -webkit-calc((100% - 16px*8)/ 9);
    width: calc((100% - 16px*8)/ 9)
}

.row.no-gutter .col-auto:nth-last-child(9),
.row.no-gutter .col-auto:nth-last-child(9)~.col-auto {
    width: 11.11111111%
}

.row .col-auto:nth-last-child(10),
.row .col-auto:nth-last-child(10)~.col-auto {
    width: 10%;
    width: -webkit-calc((100% - 16px*9)/ 10);
    width: calc((100% - 16px*9)/ 10)
}

.row.no-gutter .col-auto:nth-last-child(10),
.row.no-gutter .col-auto:nth-last-child(10)~.col-auto {
    width: 10%
}

.row .col-auto:nth-last-child(11),
.row .col-auto:nth-last-child(11)~.col-auto {
    width: 9.09090909%;
    width: -webkit-calc((100% - 16px*10)/ 11);
    width: calc((100% - 16px*10)/ 11)
}

.row.no-gutter .col-auto:nth-last-child(11),
.row.no-gutter .col-auto:nth-last-child(11)~.col-auto {
    width: 9.09090909%
}

.row .col-auto:nth-last-child(12),
.row .col-auto:nth-last-child(12)~.col-auto {
    width: 8.33333333%;
    width: -webkit-calc((100% - 16px*11)/ 12);
    width: calc((100% - 16px*11)/ 12)
}

.row.no-gutter .col-auto:nth-last-child(12),
.row.no-gutter .col-auto:nth-last-child(12)~.col-auto {
    width: 8.33333333%
}

.row .col-auto:nth-last-child(13),
.row .col-auto:nth-last-child(13)~.col-auto {
    width: 7.69230769%;
    width: -webkit-calc((100% - 16px*12)/ 13);
    width: calc((100% - 16px*12)/ 13)
}

.row.no-gutter .col-auto:nth-last-child(13),
.row.no-gutter .col-auto:nth-last-child(13)~.col-auto {
    width: 7.69230769%
}

.row .col-auto:nth-last-child(14),
.row .col-auto:nth-last-child(14)~.col-auto {
    width: 7.14285714%;
    width: -webkit-calc((100% - 16px*13)/ 14);
    width: calc((100% - 16px*13)/ 14)
}

.row.no-gutter .col-auto:nth-last-child(14),
.row.no-gutter .col-auto:nth-last-child(14)~.col-auto {
    width: 7.14285714%
}

.row .col-auto:nth-last-child(15),
.row .col-auto:nth-last-child(15)~.col-auto {
    width: 6.66666667%;
    width: -webkit-calc((100% - 16px*14)/ 15);
    width: calc((100% - 16px*14)/ 15)
}

.row.no-gutter .col-auto:nth-last-child(15),
.row.no-gutter .col-auto:nth-last-child(15)~.col-auto {
    width: 6.66666667%
}

@media all and (min-width:768px) {
    .row .tablet-100 {
        width: 100%;
        width: -webkit-calc((100% - 16px*0)/ 1);
        width: calc((100% - 16px*0)/ 1)
    }
    .row.no-gutter .tablet-100 {
        width: 100%
    }
    .row .tablet-95 {
        width: 95%;
        width: -webkit-calc((100% - 16px*.05263157894736836)/ 1.0526315789473684);
        width: calc((100% - 16px*.05263157894736836)/ 1.0526315789473684)
    }
    .row.no-gutter .tablet-95 {
        width: 95%
    }
    .row .tablet-90 {
        width: 90%;
        width: -webkit-calc((100% - 16px*.11111111111111116)/ 1.1111111111111112);
        width: calc((100% - 16px*.11111111111111116)/ 1.1111111111111112)
    }
    .row.no-gutter .tablet-90 {
        width: 90%
    }
    .row .tablet-85 {
        width: 85%;
        width: -webkit-calc((100% - 16px*.17647058823529416)/ 1.1764705882352942);
        width: calc((100% - 16px*.17647058823529416)/ 1.1764705882352942)
    }
    .row.no-gutter .tablet-85 {
        width: 85%
    }
    .row .tablet-80 {
        width: 80%;
        width: -webkit-calc((100% - 16px*.25)/ 1.25);
        width: calc((100% - 16px*.25)/ 1.25)
    }
    .row.no-gutter .tablet-80 {
        width: 80%
    }
    .row .tablet-75 {
        width: 75%;
        width: -webkit-calc((100% - 16px*.33333333333333326)/ 1.3333333333333333);
        width: calc((100% - 16px*.33333333333333326)/ 1.3333333333333333)
    }
    .row.no-gutter .tablet-75 {
        width: 75%
    }
    .row .tablet-66 {
        width: 66.66666666666666%;
        width: -webkit-calc((100% - 16px*.5000000000000002)/ 1.5000000000000002);
        width: calc((100% - 16px*.5000000000000002)/ 1.5000000000000002)
    }
    .row.no-gutter .tablet-66 {
        width: 66.66666666666666%
    }
    .row .tablet-60 {
        width: 60%;
        width: -webkit-calc((100% - 16px*.6666666666666667)/ 1.6666666666666667);
        width: calc((100% - 16px*.6666666666666667)/ 1.6666666666666667)
    }
    .row.no-gutter .tablet-60 {
        width: 60%
    }
    .row .tablet-50 {
        width: 50%;
        width: -webkit-calc((100% - 16px*1)/ 2);
        width: calc((100% - 16px*1)/ 2)
    }
    .row.no-gutter .tablet-50 {
        width: 50%
    }
    .row .tablet-40 {
        width: 40%;
        width: -webkit-calc((100% - 16px*1.5)/ 2.5);
        width: calc((100% - 16px*1.5)/ 2.5)
    }
    .row.no-gutter .tablet-40 {
        width: 40%
    }
    .row .tablet-33 {
        width: 33.333333333333336%;
        width: -webkit-calc((100% - 16px*2)/ 3);
        width: calc((100% - 16px*2)/ 3)
    }
    .row.no-gutter .tablet-33 {
        width: 33.333333333333336%
    }
    .row .tablet-25 {
        width: 25%;
        width: -webkit-calc((100% - 16px*3)/ 4);
        width: calc((100% - 16px*3)/ 4)
    }
    .row.no-gutter .tablet-25 {
        width: 25%
    }
    .row .tablet-20 {
        width: 20%;
        width: -webkit-calc((100% - 16px*4)/ 5);
        width: calc((100% - 16px*4)/ 5)
    }
    .row.no-gutter .tablet-20 {
        width: 20%
    }
    .row .tablet-15 {
        width: 15%;
        width: -webkit-calc((100% - 16px*5.666666666666667)/ 6.666666666666667);
        width: calc((100% - 16px*5.666666666666667)/ 6.666666666666667)
    }
    .row.no-gutter .tablet-15 {
        width: 15%
    }
    .row .tablet-10 {
        width: 10%;
        width: -webkit-calc((100% - 16px*9)/ 10);
        width: calc((100% - 16px*9)/ 10)
    }
    .row.no-gutter .tablet-10 {
        width: 10%
    }
    .row .tablet-5 {
        width: 5%;
        width: -webkit-calc((100% - 16px*19)/ 20);
        width: calc((100% - 16px*19)/ 20)
    }
    .row.no-gutter .tablet-5 {
        width: 5%
    }
    .row .tablet-auto:nth-last-child(1),
    .row .tablet-auto:nth-last-child(1)~.col-auto {
        width: 100%;
        width: -webkit-calc((100% - 16px*0)/ 1);
        width: calc((100% - 16px*0)/ 1)
    }
    .row.no-gutter .tablet-auto:nth-last-child(1),
    .row.no-gutter .tablet-auto:nth-last-child(1)~.tablet-auto {
        width: 100%
    }
    .row .tablet-auto:nth-last-child(2),
    .row .tablet-auto:nth-last-child(2)~.col-auto {
        width: 50%;
        width: -webkit-calc((100% - 16px*1)/ 2);
        width: calc((100% - 16px*1)/ 2)
    }
    .row.no-gutter .tablet-auto:nth-last-child(2),
    .row.no-gutter .tablet-auto:nth-last-child(2)~.tablet-auto {
        width: 50%
    }
    .row .tablet-auto:nth-last-child(3),
    .row .tablet-auto:nth-last-child(3)~.col-auto {
        width: 33.33333333%;
        width: -webkit-calc((100% - 16px*2)/ 3);
        width: calc((100% - 16px*2)/ 3)
    }
    .row.no-gutter .tablet-auto:nth-last-child(3),
    .row.no-gutter .tablet-auto:nth-last-child(3)~.tablet-auto {
        width: 33.33333333%
    }
    .row .tablet-auto:nth-last-child(4),
    .row .tablet-auto:nth-last-child(4)~.col-auto {
        width: 25%;
        width: -webkit-calc((100% - 16px*3)/ 4);
        width: calc((100% - 16px*3)/ 4)
    }
    .row.no-gutter .tablet-auto:nth-last-child(4),
    .row.no-gutter .tablet-auto:nth-last-child(4)~.tablet-auto {
        width: 25%
    }
    .row .tablet-auto:nth-last-child(5),
    .row .tablet-auto:nth-last-child(5)~.col-auto {
        width: 20%;
        width: -webkit-calc((100% - 16px*4)/ 5);
        width: calc((100% - 16px*4)/ 5)
    }
    .row.no-gutter .tablet-auto:nth-last-child(5),
    .row.no-gutter .tablet-auto:nth-last-child(5)~.tablet-auto {
        width: 20%
    }
    .row .tablet-auto:nth-last-child(6),
    .row .tablet-auto:nth-last-child(6)~.col-auto {
        width: 16.66666667%;
        width: -webkit-calc((100% - 16px*5)/ 6);
        width: calc((100% - 16px*5)/ 6)
    }
    .row.no-gutter .tablet-auto:nth-last-child(6),
    .row.no-gutter .tablet-auto:nth-last-child(6)~.tablet-auto {
        width: 16.66666667%
    }
    .row .tablet-auto:nth-last-child(7),
    .row .tablet-auto:nth-last-child(7)~.col-auto {
        width: 14.28571429%;
        width: -webkit-calc((100% - 16px*6)/ 7);
        width: calc((100% - 16px*6)/ 7)
    }
    .row.no-gutter .tablet-auto:nth-last-child(7),
    .row.no-gutter .tablet-auto:nth-last-child(7)~.tablet-auto {
        width: 14.28571429%
    }
    .row .tablet-auto:nth-last-child(8),
    .row .tablet-auto:nth-last-child(8)~.col-auto {
        width: 12.5%;
        width: -webkit-calc((100% - 16px*7)/ 8);
        width: calc((100% - 16px*7)/ 8)
    }
    .row.no-gutter .tablet-auto:nth-last-child(8),
    .row.no-gutter .tablet-auto:nth-last-child(8)~.tablet-auto {
        width: 12.5%
    }
    .row .tablet-auto:nth-last-child(9),
    .row .tablet-auto:nth-last-child(9)~.col-auto {
        width: 11.11111111%;
        width: -webkit-calc((100% - 16px*8)/ 9);
        width: calc((100% - 16px*8)/ 9)
    }
    .row.no-gutter .tablet-auto:nth-last-child(9),
    .row.no-gutter .tablet-auto:nth-last-child(9)~.tablet-auto {
        width: 11.11111111%
    }
    .row .tablet-auto:nth-last-child(10),
    .row .tablet-auto:nth-last-child(10)~.col-auto {
        width: 10%;
        width: -webkit-calc((100% - 16px*9)/ 10);
        width: calc((100% - 16px*9)/ 10)
    }
    .row.no-gutter .tablet-auto:nth-last-child(10),
    .row.no-gutter .tablet-auto:nth-last-child(10)~.tablet-auto {
        width: 10%
    }
    .row .tablet-auto:nth-last-child(11),
    .row .tablet-auto:nth-last-child(11)~.col-auto {
        width: 9.09090909%;
        width: -webkit-calc((100% - 16px*10)/ 11);
        width: calc((100% - 16px*10)/ 11)
    }
    .row.no-gutter .tablet-auto:nth-last-child(11),
    .row.no-gutter .tablet-auto:nth-last-child(11)~.tablet-auto {
        width: 9.09090909%
    }
    .row .tablet-auto:nth-last-child(12),
    .row .tablet-auto:nth-last-child(12)~.col-auto {
        width: 8.33333333%;
        width: -webkit-calc((100% - 16px*11)/ 12);
        width: calc((100% - 16px*11)/ 12)
    }
    .row.no-gutter .tablet-auto:nth-last-child(12),
    .row.no-gutter .tablet-auto:nth-last-child(12)~.tablet-auto {
        width: 8.33333333%
    }
    .row .tablet-auto:nth-last-child(13),
    .row .tablet-auto:nth-last-child(13)~.col-auto {
        width: 7.69230769%;
        width: -webkit-calc((100% - 16px*12)/ 13);
        width: calc((100% - 16px*12)/ 13)
    }
    .row.no-gutter .tablet-auto:nth-last-child(13),
    .row.no-gutter .tablet-auto:nth-last-child(13)~.tablet-auto {
        width: 7.69230769%
    }
    .row .tablet-auto:nth-last-child(14),
    .row .tablet-auto:nth-last-child(14)~.col-auto {
        width: 7.14285714%;
        width: -webkit-calc((100% - 16px*13)/ 14);
        width: calc((100% - 16px*13)/ 14)
    }
    .row.no-gutter .tablet-auto:nth-last-child(14),
    .row.no-gutter .tablet-auto:nth-last-child(14)~.tablet-auto {
        width: 7.14285714%
    }
    .row .tablet-auto:nth-last-child(15),
    .row .tablet-auto:nth-last-child(15)~.col-auto {
        width: 6.66666667%;
        width: -webkit-calc((100% - 16px*14)/ 15);
        width: calc((100% - 16px*14)/ 15)
    }
    .row.no-gutter .tablet-auto:nth-last-child(15),
    .row.no-gutter .tablet-auto:nth-last-child(15)~.tablet-auto {
        width: 6.66666667%
    }
}

.view,
.views {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 5000
}

.views {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.view {
    overflow: hidden;
    box-sizing: border-box
}

.pages {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.page {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.page.cached {
    display: none
}

.page-on-left {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.page-on-right {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translate3d(0, 56px, 0);
    transform: translate3d(0, 56px, 0)
}

.page-content {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    height: 100%;
    position: relative;
    z-index: 1
}

.page-transitioning {
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.page-from-right-to-center {
    pointer-events: none;
    -webkit-animation: pageFromRightToCenter .3s forwards;
    animation: pageFromRightToCenter .3s forwards
}

.page-from-center-to-right {
    pointer-events: none;
    -webkit-animation: pageFromCenterToRight .3s forwards;
    animation: pageFromCenterToRight .3s forwards
}

@-webkit-keyframes pageFromRightToCenter {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 56px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0)
    }
}

@keyframes pageFromRightToCenter {
    from {
        opacity: 0;
        transform: translate3d(0, 56px, 0)
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes pageFromCenterToRight {
    from {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 56px, 0)
    }
}

@keyframes pageFromCenterToRight {
    from {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(0, 56px, 0)
    }
}

.page-from-center-to-left {
    -webkit-animation: pageFromCenterToLeft .3s forwards;
    animation: pageFromCenterToLeft .3s forwards
}

.page-from-left-to-center {
    -webkit-animation: pageFromLeftToCenter .3s forwards;
    animation: pageFromLeftToCenter .3s forwards
}

@-webkit-keyframes pageFromCenterToLeft {
    from {
        opacity: 1
    }
    to {
        opacity: 1
    }
}

@keyframes pageFromCenterToLeft {
    from {
        opacity: 1
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes pageFromLeftToCenter {
    from {
        opacity: 1
    }
    to {
        opacity: 1
    }
}

@keyframes pageFromLeftToCenter {
    from {
        opacity: 1
    }
    to {
        opacity: 1
    }
}

.navbar-inner,
.toolbar-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.navbar-inner {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.toolbar-inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.navbar-inner.cached {
    display: none
}

.navbar,
.toolbar {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    margin: 0;
    z-index: 500;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    color: #fff
}

.navbar b,
.toolbar b {
    font-weight: 500
}

.navbar~.toolbar {
    z-index: 499
}

.navbar,
.subnavbar,
.toolbar {
    background: var(--cor);
}

.navbar a.link,
.subnavbar a.link,
.toolbar a.link {
    text-decoration: none;
    position: relative;
    color: #fff;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 16px;
    min-width: 48px
}

.navbar a.link:before,
.subnavbar a.link:before,
.toolbar a.link:before {
    content: '';
    width: 152%;
    height: 152%;
    position: absolute;
    left: -26%;
    top: -26%;
    background-image: -webkit-radial-gradient(center, circle cover, rgba(255, 255, 255, .15) 66%, rgba(255, 255, 255, 0) 66%);
    background-image: radial-gradient(circle at center, rgba(255, 255, 255, .15) 66%, rgba(255, 255, 255, 0) 66%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transition-duration: .6s;
    transition-duration: .6s
}

.navbar a.link.active-state:before,
.subnavbar a.link.active-state:before,
.toolbar a.link.active-state:before,
html:not(.watch-active-state) .navbar a.link:active:before,
html:not(.watch-active-state) .subnavbar a.link:active:before,
html:not(.watch-active-state) .toolbar a.link:active:before {
    opacity: 1;
    -webkit-transition-duration: 150ms;
    transition-duration: 150ms
}

.navbar a.link i+i,
.navbar a.link i+span,
.navbar a.link span+i,
.navbar a.link span+span,
.subnavbar a.link i+i,
.subnavbar a.link i+span,
.subnavbar a.link span+i,
.subnavbar a.link span+span,
.toolbar a.link i+i,
.toolbar a.link i+span,
.toolbar a.link span+i,
.toolbar a.link span+span {
    margin-left: 8px
}

.navbar a.icon-only,
.subnavbar a.icon-only,
.toolbar a.icon-only {
    min-width: 0;
    -webkit-box-flex: 0;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0
}

.navbar i.icon,
.subnavbar i.icon,
.toolbar i.icon {
    display: block
}

.navbar .center,
.subnavbar .center {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin: 0 16px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 56px;
    display: inline-block;
    text-align: left
}

.navbar .left,
.navbar .right,
.subnavbar .left,
.subnavbar .right {
    -webkit-box-flex: 0;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.navbar .right,
.subnavbar .right {
    margin-left: auto
}

.navbar .right:first-child,
.subnavbar .right:first-child {
    position: absolute;
    right: 16px;
    height: 100%
}

.navbar {
    left: 0;
    top: 0;
    height: 56px;
    font-size: 20px
}

.navbar a.link {
    line-height: 56px;
    height: 56px
}

.popup .navbar {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.subnavbar {
    height: 48px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 20;
    box-sizing: border-box;
    padding: 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden
}

.subnavbar a.link {
    line-height: 48px;
    height: 48px
}

.subnavbar .center {
    line-height: 48px
}

.subnavbar .center:first-child {
    margin-left: 56px
}

.navbar.no-border .subnavbar {
    margin-top: 0
}

.navbar-on-left .subnavbar,
.navbar-on-right .subnavbar {
    pointer-events: none
}

.navbar .subnavbar,
.page .subnavbar {
    position: absolute
}

.page>.subnavbar {
    top: 0;
    margin-top: 0
}

.subnavbar>.buttons-row {
    width: 100%
}

.subnavbar .searchbar,
.subnavbar.searchbar {
    position: absolute
}

.subnavbar .searchbar,
.subnavbar.searchbar {
    position: absolute
}

.subnavbar .searchbar {
    left: 0;
    top: 0
}

.toolbar {
    left: 0;
    bottom: 0;
    height: 48px;
    font-size: 14px
}

.toolbar a.link {
    line-height: 48px;
    height: 48px
}

.toolbar a {
    -webkit-box-flex: 1;
    -webkit-flex-shrink: 1;
    -ms-flex: 0 1 auto;
    flex-shrink: 1;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis
}

.tabbar {
    z-index: 5001;
    overflow: hidden;
    bottom: auto;
    top: 0
}

.tabbar .toolbar-inner {
    padding-left: 0;
    padding-right: 0
}

.tabbar a.link {
    line-height: 1.4
}

.tabbar a.link,
.tabbar a.tab-link {
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex: 1;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
    text-transform: uppercase
}

.tabbar i.icon {
    height: 24px
}

.tabbar a.tab-link {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    overflow: hidden;
    color: rgba(255, 255, 255, .7);
    position: relative
}

.tabbar a.tab-link.active,
.tabbar a.tab-link.active-state,
html:not(.watch-active-state) .tabbar a.tab-link:active {
    color: #fff
}

.tabbar .tab-link-highlight {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    background: #0a6ebd;
    background: rgba(255, 255, 255, .5);
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.tabbar-labels {
    height: 72px
}

.tabbar-labels a.link,
.tabbar-labels a.tab-link {
    padding-top: 12px;
    padding-bottom: 12px;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.tabbar-labels span.tabbar-label {
    line-height: 1;
    display: block;
    margin: 0;
    margin-top: 10px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%
}

.tabbar-scrollable .toolbar-inner {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    overflow: auto
}

.tabbar-scrollable .toolbar-inner::-webkit-scrollbar {
    display: none!important;
    width: 0!important;
    height: 0!important;
    -webkit-appearance: none;
    opacity: 0!important
}

.tabbar-scrollable a.link,
.tabbar-scrollable a.tab-link {
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    -ms-flex: 0;
    padding: 0 16px
}

.toolbar-bottom {
    bottom: 0;
    top: auto
}

.toolbar-bottom .tab-link-highlight {
    bottom: auto;
    top: 0
}

.page>.navbar,
.page>.toolbar,
.view>.navbar,
.view>.toolbar,
.views>.navbar,
.views>.toolbar {
    position: absolute
}

.subnavbar~.page-content {
    padding-top: 48px
}

.tabbar-fixed .page-content,
.toolbar-fixed .page-content {
    padding-top: 48px
}

.tabbar-labels-fixed .page-content {
    padding-top: 72px
}

.toolbar~.page-content {
    padding-top: 48px
}

.tabbar-labels~.page-content {
    padding-top: 72px
}

.messagebar~.page-content,
.toolbar-bottom~.page-content {
    padding-top: 0;
    padding-bottom: 48px
}

.tabbar-labels.toolbar-bottom~.page-content {
    padding-bottom: 72px
}

.navbar-fixed .page-content {
    padding-top: 56px
}

.navbar-fixed .tabbar-fixed .page-content,
.navbar-fixed .toolbar-fixed .page-content,
.navbar-fixed.tabbar-fixed .page-content,
.navbar-fixed.toolbar-fixed .page-content,
.tabbar-fixed .navbar-fixed .page-content,
.toolbar-fixed .navbar-fixed .page-content {
    padding-top: 104px
}

.navbar-fixed .tabbar-labels-fixed .page-content,
.navbar-fixed.tabbar-labels-fixed .page-content,
.tabbar-labels-fixed .navbar-fixed .page-content {
    padding-top: 128px
}

.navbar-fixed .toolbar~.page-content {
    padding-top: 104px
}

.navbar-fixed .messagebar~.page-content,
.navbar-fixed .toolbar-bottom~.page-content {
    padding-top: 56px
}

.navbar-fixed .tabbar-labels~.page-content {
    padding-top: 128px
}

.navbar-fixed .tabbar-labels.toolbar-bottom~.page-content {
    padding-top: 56px
}

.navbar-fixed .page-content.with-subnavbar,
.navbar-fixed .subnavbar~.page-content,
.navbar-fixed .with-subnavbar .page-content {
    padding-top: 104px
}

.navbar-fixed .page .subnavbar,
.navbar-fixed.page .subnavbar {
    top: 56px
}

.navbar-fixed .toolbar {
    top: 56px
}

.navbar-fixed .messagebar,
.navbar-fixed .toolbar-bottom {
    top: auto
}

.navbar.navbar-hiding {
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.navbar.navbar-hiding~.page .list-group-title,
.navbar.navbar-hiding~.page-content .list-group-title,
.navbar.navbar-hiding~.pages .list-group-title {
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

.navbar.navbar-hiding~.page .subnavbar,
.navbar.navbar-hiding~.page-content .subnavbar,
.navbar.navbar-hiding~.pages .subnavbar {
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

.navbar.navbar-hiding~.subnavbar,
.navbar.navbar-hiding~.toolbar {
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

.navbar.navbar-hidden {
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}

.navbar.navbar-hidden~.page .list-group-title,
.navbar.navbar-hidden~.page-content .list-group-title,
.navbar.navbar-hidden~.pages .list-group-title {
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    top: -56px
}

.navbar.navbar-hidden~.page .subnavbar,
.navbar.navbar-hidden~.page-content .subnavbar,
.navbar.navbar-hidden~.pages .subnavbar {
    -webkit-transform: translate3d(0, -56px, 0);
    transform: translate3d(0, -56px, 0);
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

.navbar.navbar-hidden~.subnavbar,
.navbar.navbar-hidden~.toolbar:not(.messagebar):not(.toolbar-bottom) {
    -webkit-transform: translate3d(0, -56px, 0);
    transform: translate3d(0, -56px, 0);
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

.page.no-navbar .page-content {
    padding-top: 0
}

.page.no-navbar .page-content.with-subnavbar,
.page.no-navbar.with-subnavbar .page-content,
.with-subnavbar .page.no-navbar .page-content {
    padding-top: 48px
}

.tabbar.tabbar-hiding,
.tabbar.toolbar-hiding,
.toolbar.tabbar-hiding,
.toolbar.toolbar-hiding {
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.tabbar.tabbar-hidden,
.tabbar.toolbar-hidden,
.toolbar.tabbar-hidden,
.toolbar.toolbar-hidden {
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

.tabbar.tabbar-hidden,
.tabbar.toolbar-hidden,
.toolbar.tabbar-hidden,
.toolbar.toolbar-hidden {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}

.navbar~.tabbar.tabbar-hidden,
.navbar~.tabbar.toolbar-hidden,
.navbar~.toolbar.tabbar-hidden,
.navbar~.toolbar.toolbar-hidden {
    -webkit-transform: translate3d(0, -104px, 0);
    transform: translate3d(0, -104px, 0)
}

.navbar~.tabbar.tabbar-labels.toolbar-hidden,
.navbar~.toolbar.tabbar-labels.toolbar-hidden {
    -webkit-transform: translate3d(0, -128px, 0);
    transform: translate3d(0, -128px, 0)
}

.tabbar.toolbar-hidden.messagebar,
.tabbar.toolbar-hidden.toolbar-bottom,
.toolbar.toolbar-hidden.messagebar,
.toolbar.toolbar-hidden.toolbar-bottom {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.page.no-tabbar .page-content,
.page.no-toolbar .page-content {
    padding-bottom: 0
}

.searchbar {
    height: 48px;
    width: 100%;
    background: var(--cor);
    ;
    box-sizing: border-box;
    padding: 0 16px;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #fff
}

.searchbar a {
    position: relative;
    color: #fff
}

.searchbar a:before {
    content: '';
    width: 152%;
    height: 152%;
    position: absolute;
    left: -26%;
    top: -26%;
    background-image: -webkit-radial-gradient(center, circle cover, rgba(255, 255, 255, .15) 66%, rgba(255, 255, 255, 0) 66%);
    background-image: radial-gradient(circle at center, rgba(255, 255, 255, .15) 66%, rgba(255, 255, 255, 0) 66%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transition-duration: .6s;
    transition-duration: .6s
}

.searchbar a.active-state:before,
html:not(.watch-active-state) .searchbar a:active:before {
    opacity: 1;
    -webkit-transition-duration: 150ms;
    transition-duration: 150ms
}

.searchbar .searchbar-input {
    width: 100%;
    height: 32px;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-shrink: 1;
    -ms-flex: 0 1 auto;
    flex-shrink: 1
}

.searchbar input[type=search] {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: block;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border-radius: 0;
    font-family: inherit;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 0 36px 0 24px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 center;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D'%23FFFFFF'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%20width%3D'24'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M15.5%2014h-.79l-.28-.27C15.41%2012.59%2016%2011.11%2016%209.5%2016%205.91%2013.09%203%209.5%203S3%205.91%203%209.5%205.91%2016%209.5%2016c1.61%200%203.09-.59%204.23-1.57l.27.28v.79l5%204.99L20.49%2019l-4.99-5zm-6%200C7.01%2014%205%2011.99%205%209.5S7.01%205%209.5%205%2014%207.01%2014%209.5%2011.99%2014%209.5%2014z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
    -webkit-background-size: 24px 24px;
    background-size: 24px 24px;
    border-bottom: 1px solid #fff;
    opacity: .6
}

.searchbar input[type=search]::-webkit-input-placeholder {
    color: #fff;
    opacity: 1
}

.searchbar input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.searchbar .searchbar-clear {
    position: absolute;
    width: 56px;
    height: 100%;
    right: -16px;
    top: 0;
    opacity: 0;
    pointer-events: none;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D'%23fff'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%20width%3D'24'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
    -webkit-background-size: 24px 24px;
    background-size: 24px 24px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    cursor: pointer
}

.searchbar .searchbar-cancel {
    display: none
}

.searchbar.searchbar-active input[type=search] {
    opacity: 1
}

.searchbar.searchbar-active .searchbar-clear {
    pointer-events: auto;
    opacity: 1
}

.searchbar.searchbar-not-empty .searchbar-clear {
    pointer-events: auto;
    opacity: 1
}

.searchbar-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    opacity: 0;
    pointer-events: none;
    background: rgba(0, 0, 0, .25);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.searchbar-overlay.searchbar-overlay-active {
    opacity: 1;
    pointer-events: auto
}

.searchbar-not-found {
    display: none
}

.hidden-by-searchbar,
.list-block .hidden-by-searchbar,
.list-block li.hidden-by-searchbar {
    display: none
}

.page>.searchbar {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 200
}

.page>.searchbar~.page-content {
    padding-top: 48px
}

.navbar-fixed .page>.searchbar,
.navbar-fixed>.searchbar,
.navbar-through .page>.searchbar,
.navbar-through>.searchbar {
    top: 56px
}

.navbar-fixed .page>.searchbar~.page-content,
.navbar-fixed>.searchbar~.page-content,
.navbar-through .page>.searchbar~.page-content,
.navbar-through>.searchbar~.page-content {
    padding-top: 104px
}

.toolbar.messagebar {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background: #fff;
    height: 48px;
    top: auto;
    bottom: 0;
    font-size: 16px;
    overflow: hidden
}

.toolbar.messagebar:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: auto;
    right: auto;
    height: 1px;
    width: 100%;
    background-color: #d1d1d1;
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0
}

html.pixel-ratio-2 .toolbar.messagebar:before {
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5)
}

html.pixel-ratio-3 .toolbar.messagebar:before {
    -webkit-transform: scaleY(.33);
    transform: scaleY(.33)
}

.toolbar.messagebar textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    background: 0 0;
    border-radius: 0;
    box-shadow: none;
    display: block;
    padding: 3px 8px 3px;
    margin: 0;
    width: 100%;
    height: 28px;
    color: #333;
    font-size: 16px;
    line-height: 22px;
    font-family: inherit;
    resize: none;
    -webkit-box-flex: 1;
    -webkit-flex-shrink: 1;
    -ms-flex: 0 1 auto;
    flex-shrink: 1
}

.toolbar.messagebar a.link {
    color: #333;
    -ms-flex-item-align: flex-end;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    height: 48px;
    line-height: 48px
}

.toolbar.messagebar a.link:before {
    background-image: -webkit-radial-gradient(center, circle cover, rgba(0, 0, 0, .1) 66%, rgba(0, 0, 0, 0) 66%);
    background-image: radial-gradient(circle at center, rgba(0, 0, 0, .1) 66%, rgba(0, 0, 0, 0) 66%)
}

.toolbar.messagebar .link {
    -webkit-box-flex: 0;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0
}

.toolbar.messagebar~.page-content {
    padding-bottom: 48px
}

.page.no-toolbar .toolbar.messagebar~.page-content {
    padding-bottom: 48px
}

.hidden-toolbar .toolbar.messagebar {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

i.icon {
    display: inline-block;
    vertical-align: middle;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    font-style: normal;
    position: relative
}

i.icon.icon-back {
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M20%2011H7.83l5.59-5.59L12%204l-8%208%208%208%201.41-1.41L7.83%2013H20v-2z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

i.icon.icon-forward {
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M12%204l-1.41%201.41L16.17%2011H4v2h12.17l-5.58%205.59L12%2020l8-8z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

i.icon.icon-bars {
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M3%2018h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

i.icon.icon-camera {
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D'%23333'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%20width%3D'24'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Ccircle%20cx%3D'12'%20cy%3D'12'%20r%3D'3.2'%2F%3E%3Cpath%20d%3D'M9%202L7.17%204H4c-1.1%200-2%20.9-2%202v12c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2V6c0-1.1-.9-2-2-2h-3.17L15%202H9zm3%2015c-2.76%200-5-2.24-5-5s2.24-5%205-5%205%202.24%205%205-2.24%205-5%205z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E")
}

i.icon.icon-f7 {
    width: 24px;
    height: 24px;
    background-image: url(../img/i-f7-material.png);
    border-radius: 3px
}

i.icon.icon-form-name {
    width: 24px;
    height: 24px;
    background-image: url(../img/i-form-name-material.svg)
}

i.icon.icon-form-password {
    width: 24px;
    height: 24px;
    background-image: url(../img/i-form-password-material.svg)
}

i.icon.icon-form-email {
    width: 24px;
    height: 24px;
    background-image: url(../img/i-form-email-material.svg)
}

i.icon.icon-form-calendar {
    width: 24px;
    height: 24px;
    background-image: url(../img/i-form-calendar-material.svg)
}

i.icon.icon-form-tel {
    width: 24px;
    height: 24px;
    background-image: url(../img/i-form-tel-material.svg)
}

i.icon.icon-form-gender {
    width: 24px;
    height: 24px;
    background-image: url(../img/i-form-gender-material.svg)
}

i.icon.icon-form-toggle {
    width: 24px;
    height: 24px;
    background-image: url(../img/i-form-toggle-material.svg)
}

i.icon.icon-form-comment {
    width: 24px;
    height: 24px;
    background-image: url(../img/i-form-comment-material.svg)
}

i.icon.icon-form-settings {
    width: 24px;
    height: 24px;
    background-image: url(../img/i-form-settings-material.svg)
}

i.icon.icon-form-url {
    width: 24px;
    height: 24px;
    background-image: url(../img/i-form-url-material.svg)
}

i.icon.icon-next,
i.icon.icon-prev {
    width: 24px;
    height: 24px
}

i.icon.icon-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20fill%3D'%23ffffff'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M10%206L8.59%207.41%2013.17%2012l-4.58%204.59L10%2018l6-6z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E")
}

i.icon.icon-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20fill%3D'%23ffffff'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M15.41%207.41L14%206l-6%206%206%206%201.41-1.41L10.83%2012z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E")
}

i.icon.icon-plus {
    width: 24px;
    height: 24px;
    font-size: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D'%23FFFFFF'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%20width%3D'24'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M19%2013h-6v6h-2v-6H5v-2h6V5h2v6h6v2z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E")
}

i.icon.icon-close {
    width: 24px;
    height: 24px;
    font-size: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D'%23FFFFFF'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%20width%3D'24'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E")
}

.badge {
    font-size: 10px;
    display: inline-block;
    color: #fff;
    background: #8e8e93;
    border-radius: 3px;
    padding: 1px 6px;
    box-sizing: border-box;
    vertical-align: middle
}

.icon .badge {
    position: absolute;
    left: 100%;
    margin-left: -10px;
    top: -2px;
    font-size: 10px;
    line-height: 1.4;
    padding: 1px 5px
}

.chip {
    font-size: 13px;
    font-weight: 400;
    color: rgba(0, 0, 0, .87);
    background: rgba(0, 0, 0, .12);
    display: inline-block;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    padding: 0 12px;
    box-sizing: border-box;
    vertical-align: middle;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 2px 0
}

.chip .chip-media {
    width: 32px;
    height: 32px;
    margin-left: -12px;
    vertical-align: top;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    color: #fff;
    -webkit-box-flex: 0;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.chip .chip-media img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    border-radius: 50%;
    display: block
}

.chip .chip-media+.chip-label {
    margin-left: 8px
}

.chip .chip-label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-shrink: 1;
    -ms-flex: 0 1 auto;
    flex-shrink: 1;
    min-width: 0
}

.chip .chip-label+.chip-delete {
    margin-left: 4px
}

.chip .chip-delete {
    margin-right: -8px;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
    -webkit-box-flex: 0;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D'%23000'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%20width%3D'24'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M12%202C6.47%202%202%206.47%202%2012s4.47%2010%2010%2010%2010-4.47%2010-10S17.53%202%2012%202zm5%2013.59L15.59%2017%2012%2013.41%208.41%2017%207%2015.59%2010.59%2012%207%208.41%208.41%207%2012%2010.59%2015.59%207%2017%208.41%2013.41%2012%2017%2015.59z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    opacity: .54
}

.chip .chip-delete.active-state,
html:not(.watch-active-state) .chip .chip-delete:active {
    opacity: 1
}

.content-block {
    margin: 32px 0;
    padding: 0 16px;
    box-sizing: border-box
}

.content-block-title {
    position: relative;
    overflow: hidden;
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 1;
    margin: 16px 16px 16px;
    padding-top: 16px;
    line-height: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, .54)
}

.content-block-title+.card,
.content-block-title+.content-block,
.content-block-title+.list-block {
    margin-top: 0
}

.content-block-inner {
    padding: 16px 16px;
    margin-left: -16px;
    width: 100%;
    position: relative
}

.content-block-inner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: auto;
    right: auto;
    height: 1px;
    width: 100%;
    background-color: rgba(0, 0, 0, .12);
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0
}

html.pixel-ratio-2 .content-block-inner:before {
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5)
}

html.pixel-ratio-3 .content-block-inner:before {
    -webkit-transform: scaleY(.33);
    transform: scaleY(.33)
}

.content-block-inner:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    height: 1px;
    width: 100%;
    background-color: rgba(0, 0, 0, .12);
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

html.pixel-ratio-2 .content-block-inner:after {
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5)
}

html.pixel-ratio-3 .content-block-inner:after {
    -webkit-transform: scaleY(.33);
    transform: scaleY(.33)
}

.content-block-inner>p:first-child {
    margin-top: 0
}

.content-block-inner>p:last-child {
    margin-bottom: 0
}

.content-block.inset {
    margin-left: 16px;
    margin-right: 16px;
    border-radius: 7px
}

.content-block.inset .content-block-inner {
    border-radius: 4px
}

.content-block.inset .content-block-inner:before {
    display: none
}

.content-block.inset .content-block-inner:after {
    display: none
}

@media all and (min-width:768px) {
    .content-block.tablet-inset {
        margin-left: 16px;
        margin-right: 16px;
        border-radius: 4px
    }
    .content-block.tablet-inset .content-block-inner {
        border-radius: 4px
    }
    .content-block.tablet-inset .content-block-inner:before {
        display: none
    }
    .content-block.tablet-inset .content-block-inner:after {
        display: none
    }
}

.list-block {
    margin: 32px 0;
    font-size: 16px
}

.list-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative
}

.list-block ul:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: auto;
    right: auto;
    height: 1px;
    width: 100%;
    background-color: rgba(0, 0, 0, .12);
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0
}

html.pixel-ratio-2 .list-block ul:before {
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5)
}

html.pixel-ratio-3 .list-block ul:before {
    -webkit-transform: scaleY(.33);
    transform: scaleY(.33)
}

.list-block ul:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    height: 1px;
    width: 100%;
    background-color: rgba(0, 0, 0, .12);
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

html.pixel-ratio-2 .list-block ul:after {
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5)
}

html.pixel-ratio-3 .list-block ul:after {
    -webkit-transform: scaleY(.33);
    transform: scaleY(.33)
}

.list-block ul ul {
    padding-left: 56px
}

.list-block ul ul:before {
    display: none
}

.list-block ul ul:after {
    display: none
}

.list-block .align-top,
.list-block .align-top .item-content,
.list-block .align-top .item-inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.list-block.inset {
    margin-left: 16px;
    margin-right: 16px;
    border-radius: 4px
}

.list-block.inset .content-block-title {
    margin-left: 0;
    margin-right: 0
}

.list-block.inset ul {
    border-radius: 4px
}

.list-block.inset ul:before {
    display: none
}

.list-block.inset ul:after {
    display: none
}

.list-block.inset li:first-child>a {
    border-radius: 4px 4px 0 0
}

.list-block.inset li:last-child>a {
    border-radius: 0 0 4px 4px
}

.list-block.inset li:first-child:last-child>a {
    border-radius: 4px
}

@media all and (min-width:768px) {
    .list-block.tablet-inset {
        margin-left: 16px;
        margin-right: 16px;
        border-radius: 4px
    }
    .list-block.tablet-inset .content-block-title {
        margin-left: 0;
        margin-right: 0
    }
    .list-block.tablet-inset ul {
        border-radius: 4px
    }
    .list-block.tablet-inset ul:before {
        display: none
    }
    .list-block.tablet-inset ul:after {
        display: none
    }
    .list-block.tablet-inset li:first-child>a {
        border-radius: 4px 4px 0 0
    }
    .list-block.tablet-inset li:last-child>a {
        border-radius: 0 0 4px 4px
    }
    .list-block.tablet-inset li:first-child:last-child>a {
        border-radius: 4px
    }
    .list-block.tablet-inset .content-block-title {
        margin-left: 0;
        margin-right: 0
    }
    .list-block.tablet-inset ul {
        border-radius: 4px
    }
    .list-block.tablet-inset ul:before {
        display: none
    }
    .list-block.tablet-inset ul:after {
        display: none
    }
    .list-block.tablet-inset li:first-child>a {
        border-radius: 4px 4px 0 0
    }
    .list-block.tablet-inset li:last-child>a {
        border-radius: 0 0 4px 4px
    }
    .list-block.tablet-inset li:first-child:last-child>a {
        border-radius: 4px
    }
}

.list-block li {
    box-sizing: border-box;
    position: relative
}

.list-block .item-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    padding-top: 8px;
    padding-bottom: 8px;
    min-width: 40px
}

.list-block .item-media i+i {
    margin-left: 8px
}

.list-block .item-media i+img {
    margin-left: 8px
}

.list-block .item-media+.item-inner {
    margin-left: 16px
}

.list-block .item-inner {
    padding-right: 16px;
    position: relative;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    min-height: 48px;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    min-width: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-item-align: stretch;
    -webkit-align-self: stretch;
    align-self: stretch
}

.list-block .item-inner:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    height: 1px;
    width: 100%;
    background-color: rgba(0, 0, 0, .12);
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

html.pixel-ratio-2 .list-block .item-inner:after {
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5)
}

html.pixel-ratio-3 .list-block .item-inner:after {
    -webkit-transform: scaleY(.33);
    transform: scaleY(.33)
}

.list-block .item-title {
    min-width: 0;
    -webkit-box-flex: 1;
    -webkit-flex-shrink: 1;
    -ms-flex: 0 1 auto;
    flex-shrink: 1;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%
}

.list-block .item-after {
    white-space: nowrap;
    color: #757575;
    -webkit-box-flex: 0;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    margin-left: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    max-height: 28px;
    font-size: 14px
}

.list-block .autocomplete-opener .item-after,
.list-block .smart-select .item-after {
    max-width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    display: block
}

.list-block .item-link {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    display: block;
    color: inherit;
    position: relative;
    overflow: hidden;
    z-index: 0
}

.list-block .item-link .item-inner {
    padding-right: 42px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%2060%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'm60%2061.5-38.25%2038.25-9.75-9.75%2029.25-28.5-29.25-28.5%209.75-9.75z'%20fill%3D'%23c7c7cc'%2F%3E%3C%2Fsvg%3E");
    background-size: 10px 20px;
    background-repeat: no-repeat;
    background-position: 95% center;
    background-position: -webkit-calc(100% - 16px) center;
    background-position: calc(100% - 16px) center
}

.list-block .item-link.active-state,
html:not(.watch-active-state) .list-block .item-link:active {
    background-color: rgba(0, 0, 0, .1)
}

.list-block .item-link.list-button {
    padding: 0 16px;
    font-size: 16px;
    display: block;
    line-height: 48px
}

.list-block .item-content {
    box-sizing: border-box;
    padding-left: 16px;
    min-height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.list-block .list-block-label {
    margin: 10px 0 35px;
    padding: 0 16px;
    font-size: 14px;
    color: rgba(0, 0, 0, .54)
}

.list-block .swipeout {
    overflow: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.list-block .swipeout.deleting {
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.list-block .swipeout.deleting .swipeout-content {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.list-block .swipeout.transitioning .swipeout-actions-left a,
.list-block .swipeout.transitioning .swipeout-actions-right a,
.list-block .swipeout.transitioning .swipeout-content,
.list-block .swipeout.transitioning .swipeout-overswipe {
    -webkit-transition: .3s;
    transition: .3s
}

.list-block .swipeout-content {
    position: relative;
    z-index: 10
}

.list-block .swipeout-overswipe {
    -webkit-transition: .2s left;
    transition: .2s left
}

.list-block .swipeout-actions-left,
.list-block .swipeout-actions-right {
    position: absolute;
    top: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.list-block .swipeout-actions-left a,
.list-block .swipeout-actions-right a {
    padding: 0 24px;
    color: #fff;
    background: #c7c7cc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    left: 0
}

.list-block .swipeout-actions-left a:after,
.list-block .swipeout-actions-right a:after {
    content: '';
    position: absolute;
    top: 0;
    width: 600%;
    height: 100%;
    background: inherit;
    z-index: -1
}

.list-block .swipeout-actions-left a.swipeout-delete,
.list-block .swipeout-actions-right a.swipeout-delete {
    background: #f44336
}

.list-block .swipeout-actions-right {
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.list-block .swipeout-actions-right a:after {
    left: 100%;
    margin-left: -1px
}

.list-block .swipeout-actions-left {
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.list-block .swipeout-actions-left a:after {
    right: 100%;
    margin-right: -1px
}

.list-block .item-subtitle {
    font-size: 14px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
    text-overflow: ellipsis
}

.list-block .item-text {
    font-size: 14px;
    color: #757575;
    line-height: 20px;
    position: relative;
    overflow: hidden;
    max-height: 40px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box
}

.list-block li.media-item .item-inner,
.list-block.media-list .item-inner {
    display: block;
    padding-top: 14px;
    padding-bottom: 14px;
    -ms-flex-item-align: stretch;
    -webkit-align-self: stretch;
    align-self: stretch
}

.list-block li.media-item .item-link .item-inner,
.list-block.media-list .item-link .item-inner {
    background: 0 0;
    padding-right: 16px
}

.list-block li.media-item .item-link .item-title-row,
.list-block.media-list .item-link .item-title-row {
    padding-right: 26px;
    background: no-repeat right top;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%2060%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'm60%2061.5-38.25%2038.25-9.75-9.75%2029.25-28.5-29.25-28.5%209.75-9.75z'%20fill%3D'%23c7c7cc'%2F%3E%3C%2Fsvg%3E");
    background-size: 10px 20px
}

.list-block li.media-item .item-media,
.list-block.media-list .item-media {
    padding-top: 14px;
    padding-bottom: 14px;
    -ms-flex-item-align: flex-start;
    -webkit-align-self: flex-start;
    align-self: flex-start
}

.list-block li.media-item .item-media img,
.list-block.media-list .item-media img {
    display: block
}

.list-block li.media-item .item-title-row,
.list-block.media-list .item-title-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.list-block li.media-item .item-content>.item-after,
.list-block.media-list .item-content>.item-after {
    padding-top: 14px;
    padding-bottom: 14px;
    -ms-flex-item-align: flex-start;
    -webkit-align-self: flex-start;
    align-self: flex-start
}

.list-block .list-group ul:after,
.list-block .list-group ul:before {
    z-index: 11
}

.list-block .list-group+.list-group ul:before {
    display: none
}

.list-block .item-divider,
.list-block .list-group-title {
    background: #f4f4f4;
    padding: 0 16px;
    white-space: nowrap;
    position: relative;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    color: rgba(0, 0, 0, .54);
    height: 48px;
    box-sizing: border-box;
    line-height: 48px;
    font-size: 14px
}

.list-block .item-divider:before,
.list-block .list-group-title:before {
    display: none
}

.list-block .list-group-title {
    position: relative;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: sticky;
    top: 0;
    z-index: 10;
    margin-top: 0
}

.list-block .sortable-handler {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 1px;
    z-index: 10;
    background-repeat: no-repeat;
    background-size: 18px 12px;
    background-position: center;
    width: 50px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2018%2012'%20fill%3D'%23c7c7cc'%3E%3Cpath%20d%3D'M0%2C2V0h22v2H0z'%2F%3E%3Cpath%20d%3D'M0%2C7V5h22v2H0z'%2F%3E%3Cpath%20d%3D'M0%2C12v-2h22v2H0z'%2F%3E%3C%2Fsvg%3E");
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.list-block.sortable .item-inner {
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.list-block.sortable-opened .sortable-handler {
    visibility: visible;
    opacity: 1
}

.list-block.sortable-opened .item-inner,
.list-block.sortable-opened .item-link .item-inner {
    padding-right: 50px
}

.list-block.sortable-opened .item-link .item-inner,
.list-block.sortable-opened .item-link .item-title-row {
    background-image: none
}

.list-block.sortable-sorting li {
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.list-block li.sorting {
    z-index: 50;
    background: rgba(255, 255, 255, .8);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.list-block li.sorting .item-inner:after {
    display: none
}

.list-block li:last-child .list-button:after {
    display: none
}

.list-block li:last-child .item-inner:after,
.list-block li:last-child li:last-child .item-inner:after {
    display: none
}

.list-block li li:last-child .item-inner:after,
.list-block li:last-child li .item-inner:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    height: 1px;
    width: 100%;
    background-color: rgba(0, 0, 0, .12);
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

html.pixel-ratio-2 .list-block li li:last-child .item-inner:after,
html.pixel-ratio-2 .list-block li:last-child li .item-inner:after {
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5)
}

html.pixel-ratio-3 .list-block li li:last-child .item-inner:after,
html.pixel-ratio-3 .list-block li:last-child li .item-inner:after {
    -webkit-transform: scaleY(.33);
    transform: scaleY(.33)
}

.contacts-block {
    margin: 0
}

.contacts-block .list-group-title {
    padding: 0 16px;
    pointer-events: none;
    background: 0 0;
    color: #888;
    line-height: 48px;
    height: 48px;
    font-size: 20px;
    font-weight: 500;
    overflow: visible;
    width: 56px;
    top: 0
}

.contacts-block .list-group-title+li {
    margin-top: -48px
}

.contacts-block .list-group:first-child ul:before {
    display: none
}

.contacts-block .list-group:last-child ul:after {
    display: none
}

.contacts-block li:not(.list-group-title) {
    padding-left: 56px
}

.list-block input[type=time],
.list-block input[type=number],
.list-block input[type=search],
.list-block input[type=text],
.list-block input[type=password],
.list-block input[type=email],
.list-block input[type=tel],
.list-block input[type=url],
.list-block input[type=date],
.list-block input[type=datetime-local],
.list-block select,
.list-block textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    box-sizing: border-box;
    border: none;
    background: 0 0;
    border-radius: 0;
    box-shadow: none;
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 36px;
    color: #212121;
    font-size: 16px;
    font-family: inherit
}

.list-block input[type=time]::-webkit-input-placeholder,
.list-block input[type=number]::-webkit-input-placeholder,
.list-block input[type=search]::-webkit-input-placeholder,
.list-block input[type=text]::-webkit-input-placeholder,
.list-block input[type=password]::-webkit-input-placeholder,
.list-block input[type=email]::-webkit-input-placeholder,
.list-block input[type=tel]::-webkit-input-placeholder,
.list-block input[type=url]::-webkit-input-placeholder,
.list-block input[type=date]::-webkit-input-placeholder,
.list-block input[type=datetime-local]::-webkit-input-placeholder,
.list-block select::-webkit-input-placeholder,
.list-block textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .35)
}

.list-block .floating-label,
.list-block .label {
    vertical-align: top;
    color: rgba(0, 0, 0, .65);
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    width: 35%;
    -webkit-box-flex: 0;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0
}

.list-block input[type=date],
.list-block input[type=datetime-local] {
    line-height: 44px
}

.list-block select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none
}

.list-block textarea {
    resize: none;
    line-height: 1.4;
    padding-top: 8px;
    padding-bottom: 7px;
    height: 100px
}

.list-block textarea.resizable {
    height: 36px
}

.list-block .item-input {
    width: 100%;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex-shrink: 1;
    -ms-flex: 0 1 auto;
    flex-shrink: 1;
    font-size: 0;
    position: relative;
    margin-bottom: 4px;
    min-height: 36px
}

.list-block .input-item ul:after,
.list-block.inputs-list ul:after {
    display: none
}

.list-block .input-item .item-media,
.list-block.inputs-list .item-media {
    -ms-flex-item-align: flex-end;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    min-height: 36px;
    margin-bottom: 8px;
    padding: 0
}

.list-block .input-item .item-inner,
.list-block.inputs-list .item-inner {
    display: block;
    margin-bottom: 4px;
    padding-bottom: 0
}

.list-block .input-item .item-inner:after,
.list-block.inputs-list .item-inner:after {
    display: none
}

.list-block .input-item .floating-label,
.list-block .input-item .label,
.list-block.inputs-list .floating-label,
.list-block.inputs-list .label {
    width: 100%;
    font-size: 12px
}

.list-block .input-item .floating-label,
.list-block.inputs-list .floating-label {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scale(1.33333333) translateY(21px);
    transform: scale(1.33333333) translateY(21px);
    color: rgba(0, 0, 0, .35);
    width: auto;
    max-width: 75%
}

.list-block .input-item .floating-label~.item-input input::-webkit-input-placeholder,
.list-block.inputs-list .floating-label~.item-input input::-webkit-input-placeholder {
    color: transparent
}

.list-block .focus-state .floating-label,
.list-block .not-empty-state .floating-label {
    color: rgba(0, 0, 0, .65);
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}

.list-block .focus-state .floating-label,
.list-block .focus-state .label {
    color: var(--cor);
}

.input-field,
.item-input-field {
    position: relative
}

.input-field:after,
.item-input-field:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    height: 1px;
    width: 100%;
    background-color: rgba(0, 0, 0, .12);
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

html.pixel-ratio-2 .input-field:after,
html.pixel-ratio-2 .item-input-field:after {
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5)
}

html.pixel-ratio-3 .input-field:after,
html.pixel-ratio-3 .item-input-field:after {
    -webkit-transform: scaleY(.33);
    transform: scaleY(.33)
}

.input-field:after,
.item-input-field:after {
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

.focus-state .input-field:after,
.focus-state .item-input-field:after,
.input-field.focus-state:after,
.input-field.not-empty-state:after,
.item-input-field.focus-state:after,
.item-input-field.not-empty-state:after,
.not-empty-state .input-field:after,
.not-empty-state .item-input-field:after {
    background: var(--cor);
    ;
    -webkit-transform: scaleY(2)!important;
    transform: scaleY(2)!important
}

textarea.resizable {
    overflow: hidden
}

.label-switch {
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 14px;
    position: relative;
    cursor: pointer;
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center
}

.label-switch .checkbox {
    width: 36px;
    border-radius: 36px;
    box-sizing: border-box;
    height: 14px;
    background: #b0afaf;
    z-index: 0;
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border: none;
    cursor: pointer;
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.label-switch .checkbox:after {
    content: ' ';
    height: 20px;
    width: 20px;
    border-radius: 20px;
    background: #fff;
    position: absolute;
    z-index: 2;
    top: -3px;
    left: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .4);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.label-switch input[type=checkbox] {
    display: none
}

.label-switch input[type=checkbox]:checked+.checkbox {
    background: rgba(33, 150, 243, .5)
}

.label-switch input[type=checkbox]:checked+.checkbox:after {
    -webkit-transform: translateX(16px);
    transform: translateX(16px);
    background: var(--cor);
}

.item-input .label-switch {
    top: 11px
}

.button {
    color: var(--cor);
    ;
    text-decoration: none;
    text-align: center;
    display: block;
    border-radius: 2px;
    line-height: 36px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: 0 0;
    padding: 0 10px;
    margin: 0;
    height: 36px;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    text-transform: uppercase;
    font-family: inherit;
    cursor: pointer;
    min-width: 64px;
    padding: 0 8px;
    position: relative;
    overflow: hidden;
    outline: 0;
    border: none;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

input[type=submit].button,
input[type=button].button {
    width: 100%
}

.button.active-state,
html:not(.watch-active-state) .button:active {
    background: rgba(0, 0, 0, .1)
}

.button.button-fill {
    background-color: var(--cor);
    ;
    color: #fff
}

.button.button-fill.active-state,
html:not(.watch-active-state) .button.button-fill:active {
    background: #0c82df
}

.button.button-big {
    height: 48px;
    line-height: 48px;
    border-radius: 3px
}

.button i.icon+i.icon,
.button i.icon+span,
.button span:not(.ripple-wave)+i.icon,
.button span:not(.ripple-wave)+span {
    margin-left: 8px
}

.navbar .button:not(.button-fill),
.notifications .button:not(.button-fill),
.subnavbar .button:not(.button-fill),
.toolbar .button:not(.button-fill) {
    color: #fff
}

.navbar .button:not(.button-fill).active-state,
.notifications .button:not(.button-fill).active-state,
.subnavbar .button:not(.button-fill).active-state,
.toolbar .button:not(.button-fill).active-state,
html:not(.watch-active-state) .navbar .button:not(.button-fill):active,
html:not(.watch-active-state) .notifications .button:not(.button-fill):active,
html:not(.watch-active-state) .subnavbar .button:not(.button-fill):active,
html:not(.watch-active-state) .toolbar .button:not(.button-fill):active {
    background: rgba(255, 255, 255, .15)
}

.button-raised {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24)
}

.button-raised.active-state,
html:not(.watch-active-state) .button-raised:active {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23)
}

.buttons-row {
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.buttons-row .button {
    margin-left: 16px;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1
}

.buttons-row .button:first-child {
    margin-left: 0
}

.range-slider {
    width: 100%;
    position: relative;
    overflow: hidden;
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center
}

.range-slider input[type=range] {
    position: relative;
    height: 20px;
    width: 100%;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, #b9b9b9), color-stop(100%, #b9b9b9));
    background: linear-gradient(to right, #b9b9b9 0, #b9b9b9 100%);
    background-position: center;
    background-size: 100% 2px;
    background-repeat: no-repeat;
    outline: 0;
    -ms-background-position-y: 500px
}

.range-slider input[type=range]:active,
.range-slider input[type=range]:focus {
    border: 0;
    outline: 0 none
}

.range-slider input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border: none;
    outline: 0;
    height: 20px;
    width: 20px;
    position: relative;
    background: var(--cor);
    ;
    border-radius: 20px
}

.range-slider input[type=range]::-webkit-slider-thumb:before {
    position: absolute;
    top: 50%;
    right: 100%;
    width: 2000px;
    height: 2px;
    margin-top: -1px;
    z-index: 1;
    background: var(--cor);
    ;
    content: ' '
}

.range-slider input[type=range]::-moz-range-track {
    width: 100%;
    height: 2px;
    background: #b7b8b7;
    border: none;
    outline: 0
}

.range-slider input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border: none;
    outline: 0;
    height: 20px;
    width: 20px;
    position: relative;
    background: var(--cor);
    ;
    border-radius: 20px
}

.range-slider input[type=range]::-ms-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: 0 0;
    border-color: transparent;
    color: transparent
}

.range-slider input[type=range]::-ms-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border: none;
    outline: 0;
    height: 20px;
    width: 20px;
    position: relative;
    background: var(--cor);
    ;
    border-radius: 20px
}

.range-slider input[type=range]::-ms-fill-lower {
    background: var(--cor);
}

.range-slider input[type=range]::-ms-fill-upper {
    background: #b7b8b7
}

.item-input .range-slider {
    top: 8px
}

label.label-checkbox {
    cursor: pointer
}

label.label-checkbox i.icon-form-checkbox {
    width: 18px;
    height: 18px;
    position: relative;
    border-radius: 2px;
    border: 2px solid #6d6d6d;
    box-sizing: border-box;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    background: 0 0
}

label.label-checkbox i.icon-form-checkbox:after {
    content: ' ';
    position: absolute;
    width: 18px;
    height: 18px;
    left: -2px;
    top: -2px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    opacity: 0;
    background: no-repeat center;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20fill%3D'%23ffffff'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M9%2016.17L4.83%2012l-1.42%201.41L9%2019%2021%207l-1.41-1.41z'%2F%3E%3C%2Fsvg%3E");
    -webkit-background-size: 100% auto;
    background-size: 100% auto
}

label.label-checkbox input[type=checkbox],
label.label-checkbox input[type=radio] {
    display: none
}

label.label-checkbox input[type=checkbox]:checked+.item-media i.icon-form-checkbox,
label.label-checkbox input[type=checkbox]:checked~.item-after i.icon-form-checkbox,
label.label-checkbox input[type=checkbox]:checked~.item-inner i.icon-form-checkbox,
label.label-checkbox input[type=radio]:checked+.item-media i.icon-form-checkbox,
label.label-checkbox input[type=radio]:checked~.item-after i.icon-form-checkbox,
label.label-checkbox input[type=radio]:checked~.item-inner i.icon-form-checkbox {
    border-color: var(--cor);
    ;
    background-color: var(--cor);
}

label.label-checkbox input[type=checkbox]:checked+.item-media i.icon-form-checkbox:after,
label.label-checkbox input[type=checkbox]:checked~.item-after i.icon-form-checkbox:after,
label.label-checkbox input[type=checkbox]:checked~.item-inner i.icon-form-checkbox:after,
label.label-checkbox input[type=radio]:checked+.item-media i.icon-form-checkbox:after,
label.label-checkbox input[type=radio]:checked~.item-after i.icon-form-checkbox:after,
label.label-checkbox input[type=radio]:checked~.item-inner i.icon-form-checkbox:after {
    opacity: 1
}

label.label-radio {
    cursor: pointer
}

label.label-radio i.icon-form-radio {
    width: 20px;
    height: 20px;
    position: relative;
    border-radius: 20px;
    border: 2px solid #6d6d6d;
    box-sizing: border-box;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

label.label-radio i.icon-form-radio:after {
    content: ' ';
    position: absolute;
    width: 10px;
    height: 10px;
    left: 50%;
    top: 50%;
    margin-left: -5px;
    margin-top: -5px;
    background-color: var(--cor);
    ;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

label.label-radio input[type=checkbox],
label.label-radio input[type=radio] {
    display: none
}

label.label-radio input[type=checkbox]:checked+.item-media i.icon-form-radio,
label.label-radio input[type=checkbox]:checked~.item-after i.icon-form-radio,
label.label-radio input[type=checkbox]:checked~.item-inner i.icon-form-radio,
label.label-radio input[type=radio]:checked+.item-media i.icon-form-radio,
label.label-radio input[type=radio]:checked~.item-after i.icon-form-radio,
label.label-radio input[type=radio]:checked~.item-inner i.icon-form-radio {
    border-color: var(--cor);
}

label.label-radio input[type=checkbox]:checked+.item-media i.icon-form-radio:after,
label.label-radio input[type=checkbox]:checked~.item-after i.icon-form-radio:after,
label.label-radio input[type=checkbox]:checked~.item-inner i.icon-form-radio:after,
label.label-radio input[type=radio]:checked+.item-media i.icon-form-radio:after,
label.label-radio input[type=radio]:checked~.item-after i.icon-form-radio:after,
label.label-radio input[type=radio]:checked~.item-inner i.icon-form-radio:after {
    background-color: var(--cor);
    ;
    -webkit-transform: scale(1);
    transform: scale(1)
}

label.label-checkbox,
label.label-radio {
    position: relative;
    overflow: hidden;
    z-index: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

label.label-checkbox .item-after i.icon-form-checkbox,
label.label-checkbox .item-after i.icon-form-radio,
label.label-radio .item-after i.icon-form-checkbox,
label.label-radio .item-after i.icon-form-radio {
    margin-left: 8px;
    margin-right: 16px
}

.media-item label.label-checkbox .item-media i.icon-form-checkbox,
.media-item label.label-checkbox .item-media i.icon-form-radio,
.media-item label.label-radio .item-media i.icon-form-checkbox,
.media-item label.label-radio .item-media i.icon-form-radio,
.media-list label.label-checkbox .item-media i.icon-form-checkbox,
.media-list label.label-checkbox .item-media i.icon-form-radio,
.media-list label.label-radio .item-media i.icon-form-checkbox,
.media-list label.label-radio .item-media i.icon-form-radio {
    margin-top: 4px
}

html:not(.watch-active-state) label.label-checkbox:active,
html:not(.watch-active-state) label.label-radio:active,
label.label-checkbox.active-state,
label.label-radio.active-state {
    background-color: rgba(0, 0, 0, .1)
}

html:not(.watch-active-state) label.label-checkbox:active .item-inner:after,
html:not(.watch-active-state) label.label-radio:active .item-inner:after,
label.label-checkbox.active-state .item-inner:after,
label.label-radio.active-state .item-inner:after {
    background-color: transparent
}

.smart-select select {
    display: none
}

.floating-button {
    position: absolute;
    right: 16px;
    bottom: 16px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    z-index: 1500;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
    background-color: var(--cor);
    ;
    color: #fff;
    overflow: hidden;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.floating-button.active-state,
html:not(.watch-active-state) .floating-button:active {
    background: #0c82df
}

.floating-button-toolbar,
.speed-dial {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 1500
}

.floating-button-toolbar .floating-button,
.speed-dial .floating-button {
    right: 0;
    bottom: 0;
    position: relative
}

.speed-dial .floating-button i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(0) scale(1);
    transform: translate3d(-50%, -50%, 0) rotate(0) scale(1);
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.speed-dial .floating-button i+i {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(-90deg) scale(.5);
    transform: translate3d(-50%, -50%, 0) rotate(-90deg) scale(.5);
    opacity: 0
}

.speed-dial.speed-dial-opened .floating-button i {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg) scale(.5);
    transform: translate3d(-50%, -50%, 0) rotate(90deg) scale(.5);
    opacity: 0
}

.speed-dial.speed-dial-opened .floating-button i+i {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(0) scale(1);
    transform: translate3d(-50%, -50%, 0) rotate(0) scale(1);
    opacity: 1
}

.speed-dial-buttons {
    position: absolute;
    width: 40px;
    left: 50%;
    margin-left: -20px;
    bottom: 100%;
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    visibility: hidden;
    pointer-events: none
}

.speed-dial-buttons a {
    width: 40px;
    height: 40px;
    opacity: 0;
    color: #fff;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: var(--cor);
    ;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transform: translate3d(0, 8px, 0) scale(.3);
    transform: translate3d(0, 8px, 0) scale(.3);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

.speed-dial-buttons a.active-state,
html:not(.watch-active-state) .speed-dial-buttons a:active {
    background: #0c82df
}

.speed-dial-buttons a+a {
    margin-bottom: 16px
}

.speed-dial-opened .speed-dial-buttons {
    visibility: visible;
    pointer-events: auto
}

.speed-dial-opened .speed-dial-buttons a {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
    transform: translate3d(0, 0, 0) scaleY(1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23)
}

.speed-dial-opened .speed-dial-buttons a:nth-child(2) {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms
}

.speed-dial-opened .speed-dial-buttons a:nth-child(3) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.speed-dial-opened .speed-dial-buttons a:nth-child(4) {
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms
}

.speed-dial-opened .speed-dial-buttons a:nth-child(5) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.speed-dial-opened .speed-dial-buttons a:nth-child(6) {
    -webkit-transition-delay: 250ms;
    transition-delay: 250ms
}

.floating-button-to-popover.floating-button-to-popover {
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.floating-button-to-popover.floating-button-to-popover-in {
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.floating-button-to-popover.floating-button-to-popover-in i {
    opacity: 0;
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.floating-button-to-popover.floating-button-to-popover-scale {
    border-radius: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    box-shadow: none
}

.floating-button-to-popover.floating-button-to-popover-out {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.floating-button-to-popover.floating-button-to-popover-out i {
    opacity: 1;
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.list-block .accordion-item-toggle {
    cursor: pointer;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.list-block .accordion-item-toggle .item-inner {
    padding-right: 42px;
    background: no-repeat -webkit-calc(100% - 15px) center;
    background: no-repeat calc(100% - 15px) center;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%2060%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'm60%2061.5-38.25%2038.25-9.75-9.75%2029.25-28.5-29.25-28.5%209.75-9.75z'%20fill%3D'%23c7c7cc'%2F%3E%3C%2Fsvg%3E");
    background-size: 10px 20px
}

.list-block .accordion-item-toggle.active-state,
html:not(.watch-active-state) .list-block .accordion-item-toggle:active {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    background-color: #d9d9d9
}

.list-block .accordion-item-toggle.active-state>.item-inner:after,
html:not(.watch-active-state) .list-block .accordion-item-toggle:active>.item-inner:after {
    background-color: transparent
}

.list-block .accordion-item-toggle .item-inner,
.list-block .accordion-item>.item-link .item-inner {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: background-color;
    transition-property: background-color
}

.list-block .accordion-item-toggle .item-inner:after,
.list-block .accordion-item>.item-link .item-inner:after {
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.list-block .accordion-item-expanded.media-item .accordion-item-toggle .item-title-row,
.list-block .accordion-item-expanded.media-item>.item-link .item-title-row,
.list-block.media-list .accordion-item-expanded .accordion-item-toggle .item-title-row,
.list-block.media-list .accordion-item-expanded>.item-link .item-title-row,
.list-block:not(.media-list) .accordion-item-expanded:not(.media-item) .accordion-item-toggle .item-inner,
.list-block:not(.media-list) .accordion-item-expanded:not(.media-item)>.item-link .item-inner {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%2060%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'm60%2061.5-38.25%2038.25-9.75-9.75%2029.25-28.5-29.25-28.5%209.75-9.75z'%20transform%3D'translate(115%2C%2030)%20rotate(90)'%20fill%3D'%23c7c7cc'%2F%3E%3C%2Fsvg%3E");
    background-size: 20px 20px
}

.list-block .accordion-item-expanded .accordion-item-toggle .item-inner:after,
.list-block .accordion-item-expanded>.item-link .item-inner:after {
    background-color: transparent
}

.list-block .accordion-item .content-block,
.list-block .accordion-item .list-block {
    margin-top: 0;
    margin-bottom: 0
}

.list-block .accordion-item ul {
    padding-left: 0
}

.accordion-item-content {
    position: relative;
    overflow: hidden;
    height: 0;
    font-size: 14px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.accordion-item-expanded>.accordion-item-content {
    height: auto
}

html.android-4 .accordion-item-content {
    -webkit-transform: none;
    transform: none
}

.card .list-block ul,
.cards-list ul {
    background: 0 0
}

.card .list-block>ul:before,
.cards-list>ul:before {
    display: none
}

.card .list-block>ul:after,
.cards-list>ul:after {
    display: none
}

.card {
    background: #fff;
    margin: 8px;
    position: relative;
    border-radius: 2px;
    font-size: 14px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24)
}

.card .content-block,
.card .list-block {
    margin: 0
}

.row:not(.no-gutter) .col>.card {
    margin-left: 0;
    margin-right: 0
}

.page-content>.card:last-child {
    margin-bottom: 32px
}

.card-content {
    position: relative
}

.card-content-inner {
    padding: 16px;
    position: relative
}

.card-content-inner>p:first-child {
    margin-top: 0
}

.card-content-inner>p:last-child {
    margin-bottom: 0
}

.card-content-inner>.content-block,
.card-content-inner>.list-block {
    margin: -15px
}

.card-footer,
.card-header {
    min-height: 48px;
    position: relative;
    padding: 4px 16px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.card-footer[valign=top],
.card-header[valign=top] {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.card-footer[valign=bottom],
.card-header[valign=bottom] {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.card-footer a.link,
.card-header a.link {
    color: var(--cor);
    ;
    text-decoration: none;
    text-align: center;
    display: block;
    border-radius: 2px;
    line-height: 36px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: 0 0;
    padding: 0 10px;
    margin: 0;
    height: 36px;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    text-transform: uppercase;
    font-family: inherit;
    cursor: pointer;
    min-width: 64px;
    padding: 0 8px;
    position: relative;
    overflow: hidden;
    outline: 0;
    border: none;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-user-select: none;
    user-select: none
}

input[type=submit].card-footer a.link,
input[type=submit].card-header a.link,
input[type=button].card-footer a.link,
input[type=button].card-header a.link {
    width: 100%
}

.card-footer a.link.active-state,
.card-header a.link.active-state,
html:not(.watch-active-state) .card-footer a.link:active,
html:not(.watch-active-state) .card-header a.link:active {
    background: rgba(0, 0, 0, .1)
}

.card-footer a.link.button-fill,
.card-header a.link.button-fill {
    background-color: var(--cor);
    ;
    color: #fff
}

.card-footer a.link.button-fill.active-state,
.card-header a.link.button-fill.active-state,
html:not(.watch-active-state) .card-footer a.link.button-fill:active,
html:not(.watch-active-state) .card-header a.link.button-fill:active {
    background: #0c82df
}

.card-footer a.link.button-big,
.card-header a.link.button-big {
    height: 48px;
    line-height: 48px;
    border-radius: 3px
}

.card-footer a.link i.icon+i.icon,
.card-footer a.link i.icon+span,
.card-footer a.link span:not(.ripple-wave)+i.icon,
.card-footer a.link span:not(.ripple-wave)+span,
.card-header a.link i.icon+i.icon,
.card-header a.link i.icon+span,
.card-header a.link span:not(.ripple-wave)+i.icon,
.card-header a.link span:not(.ripple-wave)+span {
    margin-left: 8px
}

.navbar .card-footer a.link:not(.button-fill),
.navbar .card-header a.link:not(.button-fill),
.notifications .card-footer a.link:not(.button-fill),
.notifications .card-header a.link:not(.button-fill),
.subnavbar .card-footer a.link:not(.button-fill),
.subnavbar .card-header a.link:not(.button-fill),
.toolbar .card-footer a.link:not(.button-fill),
.toolbar .card-header a.link:not(.button-fill) {
    color: #fff
}

.navbar .card-footer a.link:not(.button-fill).active-state,
.navbar .card-header a.link:not(.button-fill).active-state,
.notifications .card-footer a.link:not(.button-fill).active-state,
.notifications .card-header a.link:not(.button-fill).active-state,
.subnavbar .card-footer a.link:not(.button-fill).active-state,
.subnavbar .card-header a.link:not(.button-fill).active-state,
.toolbar .card-footer a.link:not(.button-fill).active-state,
.toolbar .card-header a.link:not(.button-fill).active-state,
html:not(.watch-active-state) .navbar .card-footer a.link:not(.button-fill):active,
html:not(.watch-active-state) .navbar .card-header a.link:not(.button-fill):active,
html:not(.watch-active-state) .notifications .card-footer a.link:not(.button-fill):active,
html:not(.watch-active-state) .notifications .card-header a.link:not(.button-fill):active,
html:not(.watch-active-state) .subnavbar .card-footer a.link:not(.button-fill):active,
html:not(.watch-active-state) .subnavbar .card-header a.link:not(.button-fill):active,
html:not(.watch-active-state) .toolbar .card-footer a.link:not(.button-fill):active,
html:not(.watch-active-state) .toolbar .card-header a.link:not(.button-fill):active {
    background: rgba(255, 255, 255, .15)
}

.card-footer a.link i+i,
.card-footer a.link i+span,
.card-footer a.link span+i,
.card-footer a.link span+span,
.card-header a.link i+i,
.card-header a.link i+span,
.card-header a.link span+i,
.card-header a.link span+span {
    margin-left: 7px
}

.card-footer a.link i.icon,
.card-header a.link i.icon {
    display: block
}

.card-footer a.icon-only,
.card-header a.icon-only {
    min-width: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0
}

.card-header {
    border-radius: 2px 2px 0 0;
    font-size: 16px
}

.card-header:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    height: 1px;
    width: 100%;
    background-color: #e1e1e1;
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

html.pixel-ratio-2 .card-header:after {
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5)
}

html.pixel-ratio-3 .card-header:after {
    -webkit-transform: scaleY(.33);
    transform: scaleY(.33)
}

.card-header.no-border:after {
    display: none
}

.card-footer {
    border-radius: 0 0 2px 2px;
    color: #757575
}

.card-footer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: auto;
    right: auto;
    height: 1px;
    width: 100%;
    background-color: #e1e1e1;
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0
}

html.pixel-ratio-2 .card-footer:before {
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5)
}

html.pixel-ratio-3 .card-footer:before {
    -webkit-transform: scaleY(.33);
    transform: scaleY(.33)
}

.card-footer.no-border:before {
    display: none
}

.modal-overlay,
.picker-modal-overlay,
.popup-overlay,
.preloader-indicator-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    z-index: 13000;
    visibility: hidden;
    opacity: 0;
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

.modal-overlay.modal-overlay-visible,
.picker-modal-overlay.modal-overlay-visible,
.popup-overlay.modal-overlay-visible,
.preloader-indicator-overlay.modal-overlay-visible {
    visibility: visible;
    opacity: 1
}

.popup-overlay {
    z-index: 10500
}

.picker-modal-overlay {
    z-index: 12000
}

.modal {
    width: 280px;
    position: absolute;
    z-index: 13500;
    left: 50%;
    margin-left: -140px;
    margin-top: 0;
    top: 50%;
    border-radius: 3px;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(1.185);
    transform: translate3d(0, 0, 0) scale(1.185);
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
    color: #757575;
    display: none;
    background: #fff;
    font-size: 16px;
    box-shadow: 0 19px 38px rgba(0, 0, 0, .3), 0 15px 12px rgba(0, 0, 0, .22)
}

.modal.modal-in {
    opacity: 1;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1)
}

.modal.modal-out {
    opacity: 0;
    z-index: 13499;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transform: translate3d(0, 0, 0) scale(.815);
    transform: translate3d(0, 0, 0) scale(.815)
}

.modal-inner {
    padding: 24px 24px 20px;
    position: relative
}

.modal-title {
    font-weight: 500;
    font-size: 20px;
    color: #212121;
    line-height: 1.3
}

.modal-title+.modal-text {
    margin-top: 20px
}

.modal-text {
    line-height: 1.5
}

.modal-buttons {
    height: 48px;
    padding: 6px 8px;
    overflow: hidden;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.modal-buttons.modal-buttons-vertical {
    display: block;
    height: auto;
    padding: 0 0 8px 0
}

.modal-buttons.modal-buttons-vertical .modal-button {
    margin-left: 0;
    text-align: right;
    height: 48px;
    line-height: 48px;
    border-radius: 0;
    padding-left: 16px;
    padding-right: 16px
}

.modal-button,
.modal-buttons .button {
    color: var(--cor);
    ;
    text-decoration: none;
    text-align: center;
    display: block;
    border-radius: 2px;
    line-height: 36px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: 0 0;
    padding: 0 10px;
    margin: 0;
    height: 36px;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    text-transform: uppercase;
    font-family: inherit;
    cursor: pointer;
    min-width: 64px;
    padding: 0 8px;
    position: relative;
    overflow: hidden;
    outline: 0;
    border: none;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-user-select: none;
    user-select: none
}

input[type=submit].modal-button,
input[type=submit].modal-buttons .button,
input[type=button].modal-button,
input[type=button].modal-buttons .button {
    width: 100%
}

.modal-button.active-state,
.modal-buttons .button.active-state,
html:not(.watch-active-state) .modal-button:active,
html:not(.watch-active-state) .modal-buttons .button:active {
    background: rgba(0, 0, 0, .1)
}

.modal-button.button-fill,
.modal-buttons .button.button-fill {
    background-color: var(--cor);
    ;
    color: #fff
}

.modal-button.button-fill.active-state,
.modal-buttons .button.button-fill.active-state,
html:not(.watch-active-state) .modal-button.button-fill:active,
html:not(.watch-active-state) .modal-buttons .button.button-fill:active {
    background: #0c82df
}

.modal-button.button-big,
.modal-buttons .button.button-big {
    height: 48px;
    line-height: 48px;
    border-radius: 3px
}

.modal-button i.icon+i.icon,
.modal-button i.icon+span,
.modal-button span:not(.ripple-wave)+i.icon,
.modal-button span:not(.ripple-wave)+span,
.modal-buttons .button i.icon+i.icon,
.modal-buttons .button i.icon+span,
.modal-buttons .button span:not(.ripple-wave)+i.icon,
.modal-buttons .button span:not(.ripple-wave)+span {
    margin-left: 8px
}

.navbar .modal-button:not(.button-fill),
.navbar .modal-buttons .button:not(.button-fill),
.notifications .modal-button:not(.button-fill),
.notifications .modal-buttons .button:not(.button-fill),
.subnavbar .modal-button:not(.button-fill),
.subnavbar .modal-buttons .button:not(.button-fill),
.toolbar .modal-button:not(.button-fill),
.toolbar .modal-buttons .button:not(.button-fill) {
    color: #fff
}

.navbar .modal-button:not(.button-fill).active-state,
.navbar .modal-buttons .button:not(.button-fill).active-state,
.notifications .modal-button:not(.button-fill).active-state,
.notifications .modal-buttons .button:not(.button-fill).active-state,
.subnavbar .modal-button:not(.button-fill).active-state,
.subnavbar .modal-buttons .button:not(.button-fill).active-state,
.toolbar .modal-button:not(.button-fill).active-state,
.toolbar .modal-buttons .button:not(.button-fill).active-state,
html:not(.watch-active-state) .navbar .modal-button:not(.button-fill):active,
html:not(.watch-active-state) .navbar .modal-buttons .button:not(.button-fill):active,
html:not(.watch-active-state) .notifications .modal-button:not(.button-fill):active,
html:not(.watch-active-state) .notifications .modal-buttons .button:not(.button-fill):active,
html:not(.watch-active-state) .subnavbar .modal-button:not(.button-fill):active,
html:not(.watch-active-state) .subnavbar .modal-buttons .button:not(.button-fill):active,
html:not(.watch-active-state) .toolbar .modal-button:not(.button-fill):active,
html:not(.watch-active-state) .toolbar .modal-buttons .button:not(.button-fill):active {
    background: rgba(255, 255, 255, .15)
}

.modal-button.modal-button-bold,
.modal-buttons .button.modal-button-bold {
    font-weight: 700
}

.modal-button+.modal-button,
.modal-buttons .button+.modal-button {
    margin-left: 4px
}

.modal-no-buttons .modal-buttons {
    display: none
}

.actions-modal {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 13500;
    width: 100%;
    background: #fff;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.actions-modal.modal-in {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.actions-modal.modal-out {
    z-index: 13499;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.actions-modal-group {
    position: relative
}

.actions-modal-group:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    height: 1px;
    width: 100%;
    background-color: #d2d2d6;
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

html.pixel-ratio-2 .actions-modal-group:after {
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5)
}

html.pixel-ratio-3 .actions-modal-group:after {
    -webkit-transform: scaleY(.33);
    transform: scaleY(.33)
}

.actions-modal-group:last-child:after {
    display: none
}

.actions-modal-button,
.actions-modal-label {
    width: 100%;
    font-weight: 400;
    margin: 0;
    box-sizing: border-box;
    display: block;
    position: relative;
    padding: 0 16px
}

.actions-modal-button a,
.actions-modal-label a {
    text-decoration: none;
    color: inherit;
    display: block
}

.actions-modal-button b,
.actions-modal-label b {
    font-weight: 500
}

.actions-modal-button.actions-modal-button-bold,
.actions-modal-label.actions-modal-button-bold {
    font-weight: 500
}

.actions-modal-button.actions-modal-button-red,
.actions-modal-label.actions-modal-button-red {
    color: #f44336
}

.actions-modal-button.disabled,
.actions-modal-label.disabled {
    opacity: .95;
    color: #9e9e9e
}

.actions-modal-button {
    cursor: pointer;
    line-height: 48px;
    font-size: 16px;
    color: rgba(0, 0, 0, .87);
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.actions-modal-button,
.actions-modal-button a {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.actions-modal-button.active-state,
html:not(.watch-active-state) .actions-modal-button:active {
    background: rgba(0, 0, 0, .1)
}

.actions-modal-label {
    font-size: 16px;
    color: rgba(0, 0, 0, .54);
    min-height: 56px;
    line-height: 1.3;
    padding-top: 12px;
    padding-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

input.modal-text-input {
    box-sizing: border-box;
    height: 36px;
    background: #fff;
    margin: 0;
    margin-top: 15px;
    padding: 0;
    border: none;
    width: 100%;
    font-size: 16px;
    font-family: inherit;
    display: block;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

input.modal-text-input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .35)
}

input.modal-text-input+input.modal-text-input {
    margin-top: 16px
}

.popover {
    width: 320px;
    background: #fff;
    z-index: 13500;
    margin: 0;
    top: 0;
    opacity: 0;
    left: 0;
    border-radius: 3px;
    position: absolute;
    display: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    -webkit-transform: scale(.85, .6);
    transform: scale(.85, .6);
    -webkit-transition-property: opacity, -webkit-transform, border-radius;
    -moz-transition-property: opacity, -moz-transform, border-radius;
    transition-property: opacity, transform, border-radius
}

.popover.popover-on-top {
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

.popover.popover-on-bottom {
    -webkit-transform-origin: center top;
    transform-origin: center top
}

.popover.modal-in {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    opacity: 1
}

.popover.modal-out {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    opacity: 0
}

.popover .list-block {
    margin: 0
}

.popover .list-block:first-child:last-child ul:before {
    display: none
}

.popover .list-block:first-child:last-child ul:after {
    display: none
}

.popover .list-block ul {
    background: 0 0
}

.popover .list-block ul:before {
    display: none
}

.popover .list-block:first-child ul {
    border-radius: 3px 3px 0 0
}

.popover .list-block:first-child li:first-child a {
    border-radius: 3px 3px 0 0
}

.popover .list-block:last-child ul {
    border-radius: 0 0 3px 3px
}

.popover .list-block:last-child ul:after {
    display: none
}

.popover .list-block:last-child li:last-child a {
    border-radius: 0 0 3px 3px
}

.popover .list-block:first-child:last-child li:first-child:last-child a,
.popover .list-block:first-child:last-child ul:first-child:last-child {
    border-radius: 3px
}

.popover.popover-floating-button {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(.7);
    transform: scale(.7);
    border-radius: 50%;
    box-shadow: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23)
}

.popover.popover-floating-button.modal-in {
    border-radius: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

.popover.popover-floating-button.modal-out {
    border-radius: 50%;
    -webkit-transform: scale(.7);
    transform: scale(.7);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.popover.popover-floating-button .list-block {
    margin: 0
}

.popover.popover-floating-button .list-block:first-child ul {
    border-radius: 0
}

.popover.popover-floating-button .list-block:first-child li:first-child a {
    border-radius: 0
}

.popover.popover-floating-button .list-block:last-child ul {
    border-radius: 0
}

.popover.popover-floating-button .list-block:last-child li:last-child a {
    border-radius: 0
}

.popover.popover-floating-button .list-block:first-child:last-child li:first-child:last-child a,
.popover.popover-floating-button .list-block:first-child:last-child ul:first-child:last-child {
    border-radius: 0
}

.popover-inner {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.actions-popover .list-block {
    margin: 0
}

.actions-popover-label {
    padding: 8px 16px;
    color: rgba(0, 0, 0, .54);
    font-size: 16px;
    line-height: 1.3;
    padding-top: 12px;
    padding-bottom: 12px;
    position: relative
}

.actions-popover-label:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    height: 1px;
    width: 100%;
    background-color: #d2d2d6;
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

html.pixel-ratio-2 .actions-popover-label:after {
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5)
}

html.pixel-ratio-3 .actions-popover-label:after {
    -webkit-transform: scaleY(.33);
    transform: scaleY(.33)
}

.actions-popover-label:last-child:after {
    display: none
}

.login-screen,
.popup {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 11000;
    background: #fff;
    box-sizing: border-box;
    display: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -ms-transition-property: -ms-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.login-screen.modal-in,
.login-screen.modal-out,
.popup.modal-in,
.popup.modal-out {
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

.login-screen.modal-in,
.popup.modal-in {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.login-screen.modal-out,
.popup.modal-out {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.login-screen.modal-in,
.login-screen.modal-out {
    display: block
}

@media all and (min-width:630px) and (min-height:630px) {
    .popup:not(.tablet-fullscreen) {
        width: 630px;
        height: 630px;
        left: 50%;
        top: 50%;
        margin-left: -315px;
        margin-top: -315px;
        box-shadow: 0 20px 44px rgba(0, 0, 0, .5);
        border-radius: 3px;
        -webkit-transform: translate3d(0, 1024px, 0);
        transform: translate3d(0, 1024px, 0)
    }
    .popup:not(.tablet-fullscreen).modal-in {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    .popup:not(.tablet-fullscreen).modal-out {
        -webkit-transform: translate3d(0, 1024px, 0);
        transform: translate3d(0, 1024px, 0)
    }
}

@media all and (max-width:629px),
(max-height:629px) {
    html.with-statusbar-overlay .popup {
        height: -webkit-calc(100% - 20px);
        height: calc(100% - 20px);
        top: 20px
    }
    html.with-statusbar-overlay .popup-overlay {
        z-index: 9500
    }
}

html.with-statusbar-overlay .login-screen,
html.with-statusbar-overlay .popup.tablet-fullscreen {
    height: -webkit-calc(100% - 20px);
    height: calc(100% - 20px);
    top: 20px
}

.modal-preloader .modal-inner,
.modal-preloader .modal-title {
    text-align: center
}

.preloader-indicator-overlay {
    visibility: visible;
    opacity: 0;
    background: 0 0
}

.preloader-indicator-modal {
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 8px;
    margin-left: -24px;
    margin-top: -24px;
    background: rgba(0, 0, 0, .8);
    z-index: 13500;
    border-radius: 4px
}

.preloader-indicator-modal .preloader {
    display: block
}

.picker-modal {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 260px;
    z-index: 12000;
    display: none;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -ms-transition-property: -ms-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    background: #fff;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.picker-modal.modal-in,
.picker-modal.modal-out {
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

.picker-modal.modal-in {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.picker-modal.modal-out {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.picker-modal .picker-modal-inner {
    height: 100%;
    position: relative
}

.picker-modal .toolbar {
    position: relative;
    width: 100%;
    top: 0
}

.picker-modal .toolbar+.picker-modal-inner {
    height: -webkit-calc(100% - 48px);
    height: -moz-calc(100% - 48px);
    height: calc(100% - 48px)
}

.picker-modal .toolbar a.link {
    -webkit-box-flex: 0;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0
}

.picker-modal .picker-footer,
.picker-modal .picker-header {
    height: 48px
}

.picker-modal .picker-header {
    background: var(--cor);
}

.picker-modal .picker-header+.toolbar .toolbar-inner {
    overflow: visible
}

.picker-modal .picker-header+.picker-footer+.toolbar+.picker-modal-inner {
    height: -webkit-calc(100% - 48px * 3);
    height: -moz-calc(100% - 48px * 3);
    height: calc(100% - 48px * 3)
}

.picker-modal .picker-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 48px;
    padding: 6px 8px;
    overflow: hidden;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.picker-modal .picker-footer.modal-buttons-vertical {
    display: block;
    height: auto;
    padding: 0 0 8px 0
}

.picker-modal .picker-footer.modal-buttons-vertical .modal-button {
    margin-left: 0;
    text-align: right;
    height: 48px;
    line-height: 48px;
    border-radius: 0;
    padding-left: 16px;
    padding-right: 16px
}

.picker-modal .picker-footer+.picker-modal-inner,
.picker-modal .picker-header+.picker-modal-inner {
    height: -webkit-calc(100% - 48px);
    height: -moz-calc(100% - 48px);
    height: calc(100% - 48px)
}

.picker-modal .picker-footer+.toolbar+.picker-modal-inner,
.picker-modal .picker-header+.toolbar+.picker-modal-inner {
    height: -webkit-calc(100% - 48px * 2);
    height: -moz-calc(100% - 48px * 2);
    height: calc(100% - 48px * 2)
}

.picker-modal.picker-modal-inline,
.popover .picker-modal {
    display: block;
    position: relative;
    background: 0 0;
    z-index: inherit;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.picker-modal.picker-modal-inline .toolbar,
.popover .picker-modal .toolbar {
    top: 0
}

.popover .picker-modal {
    width: auto
}

.popover .picker-modal .picker-header:first-child,
.popover .picker-modal .toolbar:first-child {
    border-radius: 2px 2px 0 0
}

.picker-modal.smart-select-picker .list-block {
    margin: 0
}

.picker-modal.smart-select-picker .list-block ul:before {
    display: none
}

.picker-modal.smart-select-picker .list-block ul:after {
    display: none
}

.panel-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    opacity: 0;
    z-index: 5999;
    display: none;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.panel {
    z-index: 1000;
    display: none;
    background: #fff;
    box-sizing: border-box;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    width: 260px;
    top: 0;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.panel.panel-left.panel-cover {
    z-index: 6000;
    left: -260px
}

.panel.panel-left.panel-reveal {
    left: 0
}

.panel.panel-right.panel-cover {
    z-index: 6000;
    right: -260px
}

.panel.panel-right.panel-reveal {
    right: 0
}

body.with-panel-left-cover .panel,
body.with-panel-right-cover .panel {
    box-shadow: 0 0 20px rgba(0, 0, 0, .5)
}

body.with-panel-left-cover .views,
body.with-panel-right-cover .views {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

body.with-panel-left-cover .panel-overlay,
body.with-panel-right-cover .panel-overlay {
    display: block;
    opacity: 1
}

body.with-panel-left-reveal .views,
body.with-panel-right-reveal .views {
    box-shadow: 0 0 20px rgba(0, 0, 0, .5);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform, box-shadow;
    -moz-transition-property: -moz-transform, box-shadow;
    transition-property: transform, box-shadow
}

body.with-panel-left-reveal .panel-overlay,
body.with-panel-right-reveal .panel-overlay {
    background: rgba(0, 0, 0, 0);
    display: block;
    opacity: 0
}

body.with-panel-left-reveal .views {
    -webkit-transform: translate3d(260px, 0, 0);
    transform: translate3d(260px, 0, 0)
}

body.with-panel-left-reveal .panel-overlay {
    -webkit-transform: translate3d(260px, 0, 0);
    transform: translate3d(260px, 0, 0)
}

body.with-panel-left-cover .panel-left {
    -webkit-transform: translate3d(260px, 0, 0);
    transform: translate3d(260px, 0, 0)
}

body.with-panel-right-reveal .views {
    -webkit-transform: translate3d(-260px, 0, 0);
    transform: translate3d(-260px, 0, 0)
}

body.with-panel-right-reveal .panel-overlay {
    -webkit-transform: translate3d(-260px, 0, 0);
    transform: translate3d(-260px, 0, 0)
}

body.with-panel-right-cover .panel-right {
    -webkit-transform: translate3d(-260px, 0, 0);
    transform: translate3d(-260px, 0, 0)
}

body.panel-closing .panel-overlay {
    display: block
}

body.panel-closing .views {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform, box-shadow;
    -moz-transition-property: -moz-transform, box-shadow;
    transition-property: transform, box-shadow
}

.lazy-loaded.lazy-fadeIn {
    -webkit-animation: lazyFadeIn .6s;
    animation: lazyFadeIn .6s
}

@-webkit-keyframes lazyFadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes lazyFadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.tabs .tab {
    display: none
}

.tabs .tab.active {
    display: block
}

.tabs-animated-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%
}

.tabs-animated-wrap>.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.tabs-animated-wrap>.tabs>.tab {
    width: 100%;
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0
}

.tabs-swipeable-wrap {
    height: 100%
}

.tabs-swipeable-wrap>.tabs>.tab {
    display: block
}

.messages-content {
    background: #eee
}

.messages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.messages-date {
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    margin: 10px 15px
}

.messages-date span {
    font-weight: 400
}

.message {
    box-sizing: border-box;
    margin: 0 8px 8px 8px;
    max-width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.message:first-child {
    margin-top: 8px
}

.message.message-pic img {
    display: block;
    height: auto;
    max-width: 100%
}

.message-date,
.message-label,
.message-name,
.messages-date {
    color: rgba(0, 0, 0, .51)
}

.message-name {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 2px;
    margin-top: 7px
}

.message-hide-name .message-name {
    display: none
}

.message-label {
    font-size: 12px;
    line-height: 1;
    margin-top: 4px
}

.message-hide-label .message-label {
    display: none
}

.message-avatar {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    margin-top: -48px;
    position: relative;
    top: 1px;
    background-size: cover;
    opacity: 1;
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

.message-hide-avatar .message-avatar {
    opacity: 0
}

.message-text {
    box-sizing: border-box;
    border-radius: 2px;
    padding: 6px 8px;
    min-width: 48px;
    font-size: 16px;
    line-height: 1.2;
    word-break: break-word;
    color: #333;
    min-height: 48px;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.message-pic .message-text {
    padding: 8px
}

.message-date {
    font-size: 12px;
    margin-top: 4px
}

.message-pic img+.message-date {
    margin-top: 8px
}

.message-sent {
    -ms-flex-item-align: end;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.message-sent .message-label,
.message-sent .message-name {
    margin-right: 8px
}

.message-sent .message-text {
    background-color: #C8E6C9;
    margin-left: auto;
    border-radius: 2px 2px 0 2px;
    margin-right: 8px
}

.message-sent .message-text:before {
    position: absolute;
    content: '';
    border-left: 0 solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #C8E6C9;
    left: 100%;
    bottom: 0;
    width: 0;
    height: 0
}

.message-sent.message-with-avatar .message-label,
.message-sent.message-with-avatar .message-name,
.message-sent.message-with-avatar .message-text {
    margin-right: 56px
}

.message-received {
    -ms-flex-item-align: start;
    -webkit-align-self: flex-start;
    align-self: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.message-received .message-text {
    background-color: #fff;
    border-radius: 2px 2px 2px 0;
    margin-left: 8px
}

.message-received .message-text:before {
    position: absolute;
    content: '';
    border-left: 8px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 8px solid #fff;
    right: 100%;
    bottom: 0;
    width: 0;
    height: 0
}

.message-received .message-label,
.message-received .message-name {
    margin-left: 8px
}

.message-received.message-with-avatar .message-label,
.message-received.message-with-avatar .message-name,
.message-received.message-with-avatar .message-text {
    margin-left: 56px
}

.message-appear-from-bottom {
    -webkit-animation: messageAppearFromBottom .4s;
    animation: messageAppearFromBottom .4s
}

.message-appear-from-top {
    -webkit-animation: messageAppearFromTop .4s;
    animation: messageAppearFromTop .4s
}

@-webkit-keyframes messageAppearFromBottom {
    from {
        -webkit-transform: translate3d(0, 100%, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0)
    }
}

@keyframes messageAppearFromBottom {
    from {
        transform: translate3d(0, 100%, 0)
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes messageAppearFromTop {
    from {
        -webkit-transform: translate3d(0, -100%, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0)
    }
}

@keyframes messageAppearFromTop {
    from {
        transform: translate3d(0, -100%, 0)
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

html.with-statusbar-overlay body {
    padding-top: 20px;
    box-sizing: border-box
}

html.with-statusbar-overlay body .statusbar-overlay {
    display: block
}

html.with-statusbar-overlay body .panel {
    padding-top: 20px
}

.statusbar-overlay {
    background: var(--cor);
    ;
    z-index: 10000;
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    width: 100%;
    display: none;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.preloader {
    font-size: 0;
    display: inline-block;
    width: 32px;
    height: 32px;
    -webkit-animation: preloader-outer 3.3s linear infinite;
    animation: preloader-outer 3.3s linear infinite
}

.preloader svg {
    width: 100%;
    height: 100%;
    -webkit-animation: preloader-inner 1.32s linear infinite;
    animation: preloader-inner 1.32s linear infinite
}

.preloader svg circle {
    fill: none;
    stroke: #757575;
    stroke-linecap: square;
    -webkit-animation: preloader-arc 1.32s cubic-bezier(.8, 0, .4, .8) infinite;
    animation: preloader-arc 1.32s cubic-bezier(.8, 0, .4, .8) infinite
}

.preloader.preloader-white svg circle {
    stroke: #fff
}

@-webkit-keyframes preloader-outer {
    0% {
        -webkit-transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes preloader-outer {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes preloader-inner {
    0% {
        -webkit-transform: rotate(-100.8deg)
    }
    100% {
        -webkit-transform: rotate(0)
    }
}

@keyframes preloader-inner {
    0% {
        transform: rotate(-100.8deg)
    }
    100% {
        transform: rotate(0)
    }
}

@-webkit-keyframes preloader-arc {
    0% {
        stroke-dasharray: 1 210.49px;
        stroke-dashoffset: 0
    }
    40% {
        stroke-dasharray: 151.55px, 210.49px;
        stroke-dashoffset: 0
    }
    100% {
        stroke-dasharray: 1 210.49px;
        stroke-dashoffset: -151.55px
    }
}

@keyframes preloader-arc {
    0% {
        stroke-dasharray: 1 210.49px;
        stroke-dashoffset: 0
    }
    40% {
        stroke-dasharray: 151.55px, 210.49px;
        stroke-dashoffset: 0
    }
    100% {
        stroke-dasharray: 1 210.49px;
        stroke-dashoffset: -151.55px
    }
}

.preloader-inner {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-animation: preloader-inner-rotate 5.25s cubic-bezier(.35, 0, .25, 1) infinite;
    animation: preloader-inner-rotate 5.25s cubic-bezier(.35, 0, .25, 1) infinite
}

.preloader-inner .preloader-inner-gap {
    position: absolute;
    width: 2px;
    left: 50%;
    margin-left: -1px;
    top: 0;
    bottom: 0;
    box-sizing: border-box;
    border-top: 4px solid #757575
}

.preloader-inner .preloader-inner-left,
.preloader-inner .preloader-inner-right {
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    overflow: hidden
}

.preloader-inner .preloader-inner-half-circle {
    position: absolute;
    top: 0;
    height: 100%;
    width: 200%;
    box-sizing: border-box;
    border: 4px solid #757575;
    border-bottom-color: transparent!important;
    border-radius: 50%;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 1.3125s;
    -webkit-animation-timing-function: cubic-bezier(.35, 0, .25, 1);
    animation-iteration-count: infinite;
    animation-duration: 1.3125s;
    animation-timing-function: cubic-bezier(.35, 0, .25, 1)
}

.preloader-white .preloader-inner .preloader-inner-gap,
.preloader-white .preloader-inner .preloader-inner-half-circle {
    border-color: #fff
}

.preloader-inner .preloader-inner-left {
    left: 0
}

.preloader-inner .preloader-inner-left .preloader-inner-half-circle {
    left: 0;
    border-right-color: transparent!important;
    -webkit-animation-name: preloader-left-rotate;
    animation-name: preloader-left-rotate
}

.preloader-inner .preloader-inner-right {
    right: 0
}

.preloader-inner .preloader-inner-right .preloader-inner-half-circle {
    right: 0;
    border-left-color: transparent!important;
    -webkit-animation-name: preloader-right-rotate;
    animation-name: preloader-right-rotate
}

@-webkit-keyframes preloader-left-rotate {
    0%,
    100% {
        -webkit-transform: rotate(130deg)
    }
    50% {
        -webkit-transform: rotate(-5deg)
    }
}

@keyframes preloader-left-rotate {
    0%,
    100% {
        transform: rotate(130deg)
    }
    50% {
        transform: rotate(-5deg)
    }
}

@-webkit-keyframes preloader-right-rotate {
    0%,
    100% {
        -webkit-transform: rotate(-130deg)
    }
    50% {
        -webkit-transform: rotate(5deg)
    }
}

@keyframes preloader-right-rotate {
    0%,
    100% {
        transform: rotate(-130deg)
    }
    50% {
        transform: rotate(5deg)
    }
}

@-webkit-keyframes preloader-inner-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)
    }
    100% {
        -webkit-transform: rotate(1080deg)
    }
}

@keyframes preloader-inner-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)
    }
    100% {
        transform: rotate(1080deg)
    }
}

.progressbar,
.progressbar-infinite {
    height: 4px;
    width: 100%;
    overflow: hidden;
    display: block;
    position: relative;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    background: rgba(33, 150, 243, .5)
}

.progressbar {
    display: block;
    vertical-align: middle;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.progressbar span {
    content: '';
    width: 100%;
    background: var(--cor);
    ;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition-duration: 150ms;
    transition-duration: 150ms
}

.progressbar-infinite {
    z-index: 15000
}

.progressbar-infinite:after,
.progressbar-infinite:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--cor);
    ;
    -webkit-transform-origin: left center;
    transform-origin: left center
}

.progressbar-infinite:before {
    -webkit-animation: progressbar-infinite-1 2s linear infinite;
    animation: progressbar-infinite-1 2s linear infinite
}

.progressbar-infinite:after {
    -webkit-animation: progressbar-infinite-2 2s linear infinite;
    animation: progressbar-infinite-2 2s linear infinite
}

html.with-statusbar-overlay body>.progressbar-infinite {
    top: 20px
}

.progressbar-infinite.color-multi {
    background: 0 0!important
}

.progressbar-infinite.color-multi:after,
.progressbar-infinite.color-multi:before {
    width: 100%;
    animation: none
}

.progressbar-infinite.color-multi:before {
    background: 0 0;
    -webkit-animation: progressbar-infinite-multicolor-bg 3s step-end infinite;
    animation: progressbar-infinite-multicolor-bg 3s step-end infinite
}

.progressbar-infinite.color-multi:after {
    background: 0 0;
    -webkit-animation: progressbar-infinite-multicolor-fill 3s linear infinite;
    animation: progressbar-infinite-multicolor-fill 3s linear infinite;
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.page>.progressbar,
.page>.progressbar-infinite,
.panel>.progressbar,
.panel>.progressbar-infinite,
.popup>.progressbar,
.popup>.progressbar-infinite,
.view>.progressbar,
.view>.progressbar-infinite,
.views>.progressbar,
.views>.progressbar-infinite,
body>.progressbar,
body>.progressbar-infinite {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 15000;
    -webkit-transform-origin: center top;
    transform-origin: center top
}

.progressbar-in {
    -webkit-animation: progressbar-in .3s forwards;
    animation: progressbar-in .3s forwards
}

.progressbar-out {
    -webkit-animation: progressbar-out .3s forwards;
    animation: progressbar-out .3s forwards
}

html.with-statusbar-overlay body>.progressbar {
    top: 20px
}

@-webkit-keyframes progressbar-in {
    from {
        opacity: 0;
        -webkit-transform: scaleY(0)
    }
    to {
        opacity: 1;
        -webkit-transform: scaleY(1)
    }
}

@keyframes progressbar-in {
    from {
        opacity: 0;
        transform: scaleY(0)
    }
    to {
        opacity: 1;
        transform: scaleY(1)
    }
}

@-webkit-keyframes progressbar-out {
    from {
        opacity: 1;
        -webkit-transform: scaleY(1)
    }
    to {
        opacity: 0;
        -webkit-transform: scaleY(0)
    }
}

@keyframes progressbar-out {
    from {
        opacity: 1;
        transform: scaleY(1)
    }
    to {
        opacity: 0;
        transform: scaleY(0)
    }
}

@-webkit-keyframes progressbar-infinite-1 {
    0% {
        -webkit-transform: translateX(-10%) scaleX(.1)
    }
    25% {
        -webkit-transform: translateX(30%) scaleX(.6)
    }
    50% {
        -webkit-transform: translateX(100%) scaleX(1)
    }
    100% {
        -webkit-transform: translateX(100%) scaleX(1)
    }
}

@keyframes progressbar-infinite-1 {
    0% {
        transform: translateX(-10%) scaleX(.1)
    }
    25% {
        transform: translateX(30%) scaleX(.6)
    }
    50% {
        transform: translateX(100%) scaleX(1)
    }
    100% {
        transform: translateX(100%) scaleX(1)
    }
}

@-webkit-keyframes progressbar-infinite-2 {
    0% {
        -webkit-transform: translateX(-100%) scaleX(1)
    }
    40% {
        -webkit-transform: translateX(-100%) scaleX(1)
    }
    75% {
        -webkit-transform: translateX(60%) scaleX(.35)
    }
    90% {
        -webkit-transform: translateX(100%) scaleX(.1)
    }
    100% {
        -webkit-transform: translateX(100%) scaleX(.1)
    }
}

@keyframes progressbar-infinite-2 {
    0% {
        transform: translateX(-100%) scaleX(1)
    }
    40% {
        transform: translateX(-100%) scaleX(1)
    }
    75% {
        transform: translateX(60%) scaleX(.35)
    }
    90% {
        transform: translateX(100%) scaleX(.1)
    }
    100% {
        transform: translateX(100%) scaleX(.1)
    }
}

@-webkit-keyframes progressbar-infinite-multicolor-bg {
    0% {
        background-color: #4caf50
    }
    25% {
        background-color: #f44336
    }
    50% {
        background-color: var(--cor);
    }
    75% {
        background-color: #ffeb3b
    }
}

@keyframes progressbar-infinite-multicolor-bg {
    0% {
        background-color: #4caf50
    }
    25% {
        background-color: #f44336
    }
    50% {
        background-color: var(--cor);
    }
    75% {
        background-color: #ffeb3b
    }
}

@-webkit-keyframes progressbar-infinite-multicolor-fill {
    0% {
        -webkit-transform: scaleX(0);
        background-color: #f44336
    }
    24.9% {
        -webkit-transform: scaleX(1);
        background-color: #f44336
    }
    25% {
        -webkit-transform: scaleX(0);
        background-color: var(--cor);
    }
    49.9% {
        -webkit-transform: scaleX(1);
        background-color: var(--cor);
    }
    50% {
        -webkit-transform: scaleX(0);
        background-color: #ffeb3b
    }
    74.9% {
        -webkit-transform: scaleX(1);
        background-color: #ffeb3b
    }
    75% {
        -webkit-transform: scaleX(0);
        background-color: #4caf50
    }
    100% {
        -webkit-transform: scaleX(1);
        background-color: #4caf50
    }
}

@keyframes progressbar-infinite-multicolor-fill {
    0% {
        transform: scaleX(0);
        background-color: #f44336
    }
    24.9% {
        transform: scaleX(1);
        background-color: #f44336
    }
    25% {
        transform: scaleX(0);
        background-color: var(--cor);
    }
    49.9% {
        transform: scaleX(1);
        background-color: var(--cor);
    }
    50% {
        transform: scaleX(0);
        background-color: #ffeb3b
    }
    74.9% {
        transform: scaleX(1);
        background-color: #ffeb3b
    }
    75% {
        transform: scaleX(0);
        background-color: #4caf50
    }
    100% {
        transform: scaleX(1);
        background-color: #4caf50
    }
}

.pull-to-refresh-layer {
    position: absolute;
    position: relative;
    margin-top: -48px;
    left: 0;
    top: 0;
    width: 100%;
    height: 48px
}

.pull-to-refresh-layer .preloader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -16px;
    margin-top: -16px;
    visibility: hidden
}

.pull-to-refresh-layer .pull-to-refresh-arrow {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
    background: no-repeat center;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'-80%204%2024%2024'%3E%3Cpath%20d%3D'M-69%2C8v12.2l-5.6-5.6L-76%2C16l8%2C8l8-8l-1.4-1.4l-5.6%2C5.6V8H-69z'%20fill%3D'%238c8c8c'%2F%3E%3C%2Fsvg%3E");
    z-index: 10;
    -webkit-transform: rotate(0) translate3d(0, 0, 0);
    transform: rotate(0) translate3d(0, 0, 0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.pull-to-refresh-content.pull-to-refresh-no-navbar {
    margin-top: -48px;
    height: -webkit-calc(100% + 48px);
    height: -moz-calc(100% + 48px);
    height: calc(100% + 48px)
}

.pull-to-refresh-content.pull-to-refresh-no-navbar .pull-to-refresh-layer {
    margin-top: 0
}

.pull-to-refresh-content.refreshing,
.pull-to-refresh-content.transitioning {
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

.pull-to-refresh-content:not(.refreshing) .pull-to-refresh-layer .preloader {
    -webkit-animation: none;
    animation: none
}

.pull-to-refresh-content.refreshing {
    -webkit-transform: translate3d(0, 48px, 0);
    transform: translate3d(0, 48px, 0)
}

.pull-to-refresh-content.refreshing .pull-to-refresh-arrow {
    visibility: hidden;
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.pull-to-refresh-content.refreshing .preloader {
    visibility: visible
}

.pull-to-refresh-content.pull-up .pull-to-refresh-arrow {
    -webkit-transform: rotate(180deg) translate3d(0, 0, 0);
    transform: rotate(180deg) translate3d(0, 0, 0)
}

.autocomplete-page .autocomplete-found {
    display: block
}

.autocomplete-page .autocomplete-not-found {
    display: none
}

.autocomplete-page .autocomplete-values {
    display: block
}

.autocomplete-page .list-block ul:empty {
    display: none
}

.autocomplete-page .navbar .autocomplete-preloader {
    margin-right: 16px
}

.autocomplete-preloader:not(.autocomplete-preloader-visible) {
    -webkit-animation: none;
    animation: none;
    visibility: hidden
}

.autocomplete-dropdown {
    background: #fff;
    box-sizing: border-box;
    position: absolute;
    z-index: 500;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .25);
    width: 100%;
    left: 0
}

.autocomplete-dropdown .autocomplete-dropdown-inner {
    position: relative;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    z-index: 1
}

.autocomplete-dropdown .autocomplete-preloader {
    display: none;
    position: absolute;
    right: 16px;
    bottom: 100%;
    margin-bottom: 8px;
    width: 20px;
    height: 20px
}

.autocomplete-dropdown .autocomplete-preloader .preloader-inner-gap,
.autocomplete-dropdown .autocomplete-preloader .preloader-inner-half-circle {
    border-width: 3px
}

.autocomplete-dropdown .autocomplete-preloader-visible {
    display: block
}

.autocomplete-dropdown .autocomplete-dropdown-placeholder {
    color: #a9a9a9
}

.autocomplete-dropdown .list-block {
    margin: 0;
    color: rgba(0, 0, 0, .54)
}

.autocomplete-dropdown .list-block ul {
    background: 0 0!important
}

.autocomplete-dropdown .list-block ul:before {
    display: none
}

.autocomplete-dropdown .list-block ul:after {
    display: none
}

.autocomplete-dropdown .list-block b {
    font-weight: 400;
    color: #212121
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform, height
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical>.swiper-pagination {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate(0, -50%);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal>.swiper-pagination {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    height: 100%;
    z-index: 1
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-slide .preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10
}

.photo-browser {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 11500
}

body>.photo-browser {
    opacity: 0;
    display: none;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

body>.photo-browser.photo-browser-in {
    display: block;
    -webkit-animation: photoBrowserIn .4s forwards;
    animation: photoBrowserIn .4s forwards
}

body>.photo-browser.photo-browser-out {
    display: block;
    -webkit-animation: photoBrowserOut .4s forwards;
    animation: photoBrowserOut .4s forwards
}

html.with-statusbar-overlay body>.photo-browser {
    height: -webkit-calc(100% - 20px);
    height: calc(100% - 20px);
    top: 20px
}

.popup>.photo-browser .navbar,
.popup>.photo-browser .toolbar,
body>.photo-browser .navbar,
body>.photo-browser .toolbar {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.photo-browser .page[data-page=photo-browser-slides] {
    background: 0 0
}

.photo-browser-popup {
    background: 0 0
}

.photo-browser .navbar,
.photo-browser .toolbar,
.views .view[data-page=photo-browser-slides] .navbar,
.views .view[data-page=photo-browser-slides] .toolbar {
    background: rgba(33, 150, 243, .95);
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

.view[data-page=photo-browser-slides] .page[data-page=photo-browser-slides] .navbar,
.view[data-page=photo-browser-slides] .page[data-page=photo-browser-slides] .toolbar {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.photo-browser .page[data-page=photo-browser-slides] .toolbar,
.view[data-page=photo-browser-slides] .page[data-page=photo-browser-slides] .toolbar {
    bottom: 0;
    top: auto
}

.photo-browser-exposed .navbar,
.photo-browser-exposed .toolbar {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.photo-browser-exposed .photo-browser-swiper-container {
    background: #000
}

.photo-browser-of {
    margin: 0 5px
}

.photo-browser-captions {
    pointer-events: none;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 10;
    opacity: 1;
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

.photo-browser-captions.photo-browser-captions-exposed {
    opacity: 0
}

.toolbar~.photo-browser-captions {
    bottom: 48px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.photo-browser-exposed .toolbar~.photo-browser-captions {
    -webkit-transform: translate3d(0, 48px, 0);
    transform: translate3d(0, 48px, 0)
}

.toolbar~.photo-browser-captions.photo-browser-captions-exposed {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.photo-browser-caption {
    box-sizing: border-box;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    padding: 4px 5px;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, .8)
}

.photo-browser-caption:empty {
    display: none
}

.photo-browser-caption.photo-browser-caption-active {
    opacity: 1
}

.photo-browser-captions-light .photo-browser-caption {
    background: rgba(255, 255, 255, .8)
}

.photo-browser-captions-dark .photo-browser-caption {
    color: #fff
}

.photo-browser-exposed .photo-browser-caption {
    color: #fff;
    background: rgba(0, 0, 0, .8)
}

.photo-browser-swiper-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

.photo-browser-swiper-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.photo-browser-link-inactive {
    opacity: .3
}

.photo-browser-slide {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    box-sizing: border-box
}

.photo-browser-slide.transitioning {
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

.photo-browser-slide span.photo-browser-zoom-container {
    width: 100%;
    text-align: center;
    display: none
}

.photo-browser-slide img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: none
}

.photo-browser-slide.swiper-slide-active span.photo-browser-zoom-container,
.photo-browser-slide.swiper-slide-next span.photo-browser-zoom-container,
.photo-browser-slide.swiper-slide-prev span.photo-browser-zoom-container {
    display: block
}

.photo-browser-slide.swiper-slide-active img,
.photo-browser-slide.swiper-slide-next img,
.photo-browser-slide.swiper-slide-prev img {
    display: inline
}

.photo-browser-slide.swiper-slide-active.photo-browser-slide-lazy .preloader,
.photo-browser-slide.swiper-slide-next.photo-browser-slide-lazy .preloader,
.photo-browser-slide.swiper-slide-prev.photo-browser-slide-lazy .preloader {
    display: block
}

.photo-browser-slide iframe {
    width: 100%;
    height: 100%
}

.photo-browser-slide .preloader {
    display: none;
    position: absolute;
    width: 42px;
    height: 42px;
    margin-left: -21px;
    margin-top: -21px;
    left: 50%;
    top: 50%
}

.photo-browser.photo-browser-dark .navbar,
.photo-browser.photo-browser-dark .toolbar {
    background: rgba(30, 30, 30, .8);
    color: #fff
}

.photo-browser.photo-browser-dark .navbar:before,
.photo-browser.photo-browser-dark .toolbar:before {
    display: none
}

.photo-browser.photo-browser-dark .navbar:after,
.photo-browser.photo-browser-dark .toolbar:after {
    display: none
}

.photo-browser.photo-browser-dark .navbar a,
.photo-browser.photo-browser-dark .toolbar a {
    color: #fff
}

.photo-browser.photo-browser-dark .photo-browser-swiper-container {
    background: #000
}

@-webkit-keyframes photoBrowserIn {
    0% {
        -webkit-transform: translate3d(0, 0, 0) scale(.5);
        opacity: 0
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        opacity: 1
    }
}

@keyframes photoBrowserIn {
    0% {
        transform: translate3d(0, 0, 0) scale(.5);
        opacity: 0
    }
    100% {
        transform: translate3d(0, 0, 0) scale(1);
        opacity: 1
    }
}

@-webkit-keyframes photoBrowserOut {
    0% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0) scale(.5);
        opacity: 0
    }
}

@keyframes photoBrowserOut {
    0% {
        transform: translate3d(0, 0, 0) scale(1);
        opacity: 1
    }
    100% {
        transform: translate3d(0, 0, 0) scale(.5);
        opacity: 0
    }
}

.picker-columns {
    width: 100%;
    height: 260px;
    z-index: 11500
}

.picker-columns.picker-modal-inline {
    height: 200px
}

@media (orientation:landscape) and (max-height:415px) {
    .picker-columns:not(.picker-modal-inline) {
        height: 200px
    }
}

.popover.popover-picker-columns {
    width: 280px
}

.popover.popover-picker-columns .toolbar {
    border-radius: 2px 2px 0 0
}

.picker-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0;
    text-align: right;
    font-size: 20px;
    -webkit-mask-box-image: -webkit-linear-gradient(bottom, transparent, transparent 5%, #fff 20%, #fff 80%, transparent 95%, transparent);
    -webkit-mask-box-image: linear-gradient(to top, transparent, transparent 5%, #fff 20%, #fff 80%, transparent 95%, transparent)
}

.picker-items-col {
    overflow: hidden;
    position: relative;
    max-height: 100%
}

.picker-items-col.picker-items-col-left {
    text-align: left
}

.picker-items-col.picker-items-col-center {
    text-align: center
}

.picker-items-col.picker-items-col-right {
    text-align: right
}

.picker-items-col.picker-items-col-divider {
    color: rgba(0, 0, 0, .87);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.picker-items-col-wrapper {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.picker-item {
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgba(0, 0, 0, .54);
    left: 0;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.picker-items-col-absolute .picker-item {
    position: absolute
}

.picker-item.picker-item-far {
    pointer-events: none
}

.picker-item.picker-selected {
    color: rgba(0, 0, 0, .87);
    -webkit-transform: translate3d(0, 0, 0) rotateX(0);
    transform: translate3d(0, 0, 0) rotateX(0)
}

.picker-center-highlight {
    height: 36px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    margin-top: -18px;
    pointer-events: none
}

.picker-center-highlight:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: auto;
    right: auto;
    height: 1px;
    width: 100%;
    background-color: rgba(0, 0, 0, .15);
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0
}

html.pixel-ratio-2 .picker-center-highlight:before {
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5)
}

html.pixel-ratio-3 .picker-center-highlight:before {
    -webkit-transform: scaleY(.33);
    transform: scaleY(.33)
}

.picker-center-highlight:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    height: 1px;
    width: 100%;
    background-color: rgba(0, 0, 0, .15);
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

html.pixel-ratio-2 .picker-center-highlight:after {
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5)
}

html.pixel-ratio-3 .picker-center-highlight:after {
    -webkit-transform: scaleY(.33);
    transform: scaleY(.33)
}

.picker-3d .picker-items {
    overflow: hidden;
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.picker-3d .picker-item,
.picker-3d .picker-items-col,
.picker-3d .picker-items-col-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.picker-3d .picker-items-col {
    overflow: visible
}

.picker-3d .picker-item {
    -webkit-transform-origin: center center -110px;
    transform-origin: center center -110px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.picker-calendar {
    background: #fff;
    height: 420px;
    overflow: hidden;
    bottom: auto;
    width: 90%;
    left: 50%;
    top: 50%;
    min-width: 300px;
    max-width: 380px;
    -webkit-transform: translate3d(-50%, 100%, 0);
    transform: translate3d(-50%, 100%, 0);
    box-shadow: 0 19px 38px rgba(0, 0, 0, .3), 0 15px 12px rgba(0, 0, 0, .22)
}

@media (orientation:landscape) and (max-height:460px) {
    .picker-calendar:not(.picker-modal-inline) {
        height: -webkit-calc(100% - 40px);
        height: calc(100% - 40px)
    }
}

.popover-picker-calendar .picker-calendar {
    height: 420px
}

.picker-calendar .picker-modal-inner {
    overflow: hidden
}

.picker-calendar.modal-in {
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

.picker-calendar.modal-out {
    -webkit-transform: translate3d(-50%, 100%, 0);
    transform: translate3d(-50%, 100%, 0)
}

.picker-calendar.picker-modal-inline {
    height: 300px
}

.picker-calendar.picker-modal-inline,
.popover-picker-calendar .picker-calendar {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: auto;
    max-width: none;
    left: 0;
    top: 0;
    box-shadow: none
}

.picker-calendar.picker-modal {
    z-index: 12500
}

.popover.popover-picker-calendar {
    width: 320px
}

.picker-calendar-selected-date {
    line-height: 48px;
    color: #fff;
    padding: 0 24px;
    font-size: 20px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.picker-calendar-week-days {
    height: 14.28571429%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 12px;
    box-sizing: border-box;
    position: relative;
    color: rgba(0, 0, 0, .54)
}

.picker-calendar-week-days .picker-calendar-week-day {
    -webkit-box-flex: 1;
    -webkit-flex-shrink: 1;
    -ms-flex: 0 1 auto;
    flex-shrink: 1;
    width: 14.28571429%;
    width: -webkit-calc(100% / 7);
    width: -moz-calc(100% / 7);
    width: calc(100% / 7);
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.picker-calendar-week-days+.picker-calendar-months {
    height: -webkit-calc(100% - 100% / 7);
    height: -moz-calc(100% - 100% / 7);
    height: calc(100% - 100% / 7)
}

.picker-calendar-months {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative
}

.picker-calendar-months-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.picker-calendar-month {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.picker-calendar-row {
    height: 16.66666667%;
    height: -webkit-calc(100% / 6);
    height: -moz-calc(100% / 6);
    height: calc(100% / 6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-shrink: 1;
    -ms-flex: 0 1 auto;
    flex-shrink: 1;
    width: 100%;
    position: relative
}

.picker-calendar-day {
    -webkit-box-flex: 1;
    -webkit-flex-shrink: 1;
    -ms-flex: 0 1 auto;
    flex-shrink: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    width: 14.28571429%;
    width: -webkit-calc(100% / 7);
    width: -moz-calc(100% / 7);
    width: calc(100% / 7);
    text-align: center;
    font-size: 12px;
    cursor: pointer
}

.picker-calendar-day.picker-calendar-day-next,
.picker-calendar-day.picker-calendar-day-prev {
    color: #b8b8b8
}

.picker-calendar-day.picker-calendar-day-disabled {
    color: #d4d4d4;
    cursor: auto
}

.picker-calendar-day.picker-calendar-day-today span {
    color: var(--cor);
}

.picker-calendar-day.picker-calendar-day-selected span {
    background: var(--cor);
    ;
    color: #fff
}

.picker-calendar-range .picker-calendar-day.picker-calendar-day-selected span {
    border-radius: 0;
    width: 100%
}

.picker-calendar-day.picker-calendar-day-has-events span:after {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--cor);
    ;
    position: absolute;
    margin-left: -2px;
    left: 50%;
    bottom: 2px
}

.picker-calendar-day.picker-calendar-day-has-events.picker-calendar-day-selected span:after {
    display: none
}

.picker-calendar-day span {
    display: inline-block;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    line-height: 36px;
    position: relative
}

.picker-calendar-month-picker,
.picker-calendar-year-picker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 50%;
    max-width: 200px;
    -webkit-box-flex: 10;
    -webkit-flex-shrink: 10;
    -ms-flex: 0 10 auto;
    flex-shrink: 10
}

.picker-calendar-month-picker span,
.picker-calendar-year-picker span {
    -webkit-box-flex: 1;
    -webkit-flex-shrink: 1;
    -ms-flex: 0 1 auto;
    flex-shrink: 1;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    text-align: center
}

.notifications {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 10900;
    color: #fff;
    font-size: 14px;
    margin: 0;
    border: none;
    display: none;
    box-sizing: border-box;
    max-height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition-duration: 450ms;
    transition-duration: 450ms;
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.notifications.list-block>ul {
    max-width: 568px;
    background: #323232;
    margin: 0 auto
}

.notifications.list-block>ul:before {
    display: none
}

.notifications.list-block>ul:after {
    display: none
}

.notifications .item-content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding-left: 24px
}

.notifications .item-title {
    font-size: 14px;
    font-weight: 400;
    white-space: normal;
    padding-top: 14px;
    padding-bottom: 14px
}

.notifications .item-inner {
    padding-right: 24px;
    padding-top: 0;
    padding-bottom: 0
}

.notifications .item-inner:after {
    display: none
}

.notifications .item-after {
    max-height: none;
    margin-left: 16px
}

.notifications .button.close-notification {
    color: #48aeff
}

.notifications .notification-item {
    margin: 0 auto;
    -webkit-transition-duration: 450ms;
    transition-duration: 450ms;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.notifications .notification-hidden {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.notifications .notification-item-removing {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

@media (min-width:569px) {
    .notifications.list-block>ul {
        border-radius: 2px;
        width: auto;
        min-width: 288px
    }
}

.login-screen-content {
    background: #fff
}

.login-screen-content .content-block,
.login-screen-content .list-block,
.login-screen-content .list-block-label,
.login-screen-content .login-screen-title {
    max-width: 480px;
    margin: 24px auto
}

.login-screen-content .list-block ul {
    background: 0 0
}

.login-screen-content .list-block ul:before {
    display: none
}

.login-screen-content .list-block ul:after {
    display: none
}

.login-screen-content .list-block-label {
    text-align: center
}

.navbar-fixed .page .login-screen-content {
    padding-top: 0
}

.login-screen-title {
    text-align: center;
    font-size: 34px
}

.actions-modal-button,
.button,
.floating-button>a,
.label-checkbox,
.label-radio,
.modal-button,
.ripple,
.speed-dial-buttons a,
.tab-link,
a.floating-button,
a.item-link,
a.link {
    -webkit-user-select: none;
    user-select: none
}

.ripple-wave {
    left: 0;
    top: 0;
    position: absolute!important;
    border-radius: 50%;
    pointer-events: none;
    z-index: -1;
    background: rgba(0, 0, 0, .1);
    padding: 0;
    margin: 0;
    font-size: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0);
    -webkit-transition-duration: 1.4s;
    transition-duration: 1.4s
}

.ripple-wave.ripple-wave-fill {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    opacity: .35
}

.ripple-wave.ripple-wave-out {
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    opacity: 0
}

.button-fill .ripple-wave,
.picker-calendar-day .ripple-wave {
    z-index: 1
}

.button-fill .ripple-wave,
.floating-button .ripple-wave,
.navbar .ripple-wave,
.notifications .ripple-wave,
.searchbar .ripple-wave,
.speed-dial-buttons a .ripple-wave,
.subnavbar .ripple-wave,
.toolbar .ripple-wave {
    background: rgba(255, 255, 255, .3)
}

.messagebar .ripple-wave {
    background: rgba(0, 0, 0, .1)
}

.disabled,
[disabled] {
    opacity: .55;
    pointer-events: none
}

.disabled .disabled,
.disabled [disabled],
[disabled] .disabled,
[disabled] [disabled] {
    opacity: 1
}

.subnavbar {
    padding: 0px;
    height: 37px;
}


/*a.button.tab-link.active {
    background-color: linear-gradient(var(<?php echo 'blue'; ?>), var(<?php echo 'blue'; ?>));
    background-color: var(<?php echo 'blue'; ?>);
    
    background-color: -webkit-linear-gradient(var(<?php echo 'blue'; ?>), var(<?php echo 'blue'; ?>));
   
    background-color: -o-linear-gradient(var(<?php echo 'blue'; ?>), var(<?php echo 'blue'; ?>));
   
    background-color: -moz-linear-gradient(var(<?php echo 'blue'; ?>), var(<?php echo 'blue'; ?>));
   
    background-color: linear-gradient(var(<?php echo 'blue'; ?>), var(<?php echo 'blue'; ?>));
   
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .5));
    border-bottom: 4px solid white;
    max-width: 100%;
}*/