.my-item {
    position: relative;
    min-height: 40px;
    padding: 2px 4px;
}
.my-item .material-icons {
    vertical-align: bottom;
}
.my-timestamp {
    font-size: 85%;
    position: absolute;
    bottom: 3px;
    right: 4px;
    line-height: 10px;
    text-align: right;
}
.my-item .my-switch {
    float: right;
    display: inline-block;
    margin-right: 10px;
}
.my-item .mdl-textfield {
    /*padding-top: 1px;*/
    padding-bottom: 5px;
}
.my-item .mdl-textfield label::after{
    bottom: 5px;
}
.my-dashboard {
    padding: 10px 10px;
    position: relative;
}
#quick_menu .material-icons {
    margin-right: 5px;
}
#quick_menu .is-focused .mdl-textfield__expandable-holder,
#quick_menu .is-dirty .mdl-textfield__expandable-holder {
    max-width: 130px;
}
#quick_menu {
    padding-top:11px;
}

#isOffline {
    display: none;
}
.my-blk-name {
    text-align: right;
    padding: 5px;
    margin-bottom: 5px;
}
.my-float-right {
    float: right;
}
.my-cursor-pointer {
    cursor: pointer;
}
.my-always-show {
    display: block !important;
}
#my-loader {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
}
.my-title {
    height: 30px !important;
    min-height: 10px;
    padding: 5px;
    position:relative;
}
.my-link {
    cursor: pointer;
}
.demo-drawer-header {
    height: 65px;
    font-size: 21px;
    padding-left: 50px;
    padding-top: 51px;
    padding-bottom: 14px;
    /*background: url(/home/images/icon-96.png) no-repeat 9px 8px;*/
    /*background-size: 20%;*/
}
.demo-drawer-header .material-icons {
    font-size: 40px;
    position: absolute;
    top: 10px;
    left: 12px;
}
.myApp .mdl-navigation__link {
    padding-left: 20px !important;
}
.myApp .mdl-navigation__link .material-icons {
    margin-right: 10px;
}

.my-table-center {
    display: table-row;
}
.my-table-center .my-table-paddings {
    width: 50%;
    display: table-cell;
}
.my-table-center .my-table-content {
    display: table-cell;
    text-align: center;
}
#sensor-log .my-table-center th,
#sensor-log .my-table-center td {
    text-align: center !important;
}
.my-hidden {
    display: none;
}
.my-item {
    background-color: #ffccbc; /* red-100 */
}
.my-item.my-item-ok {
    background-color: #fff; /* white */
}
.my-item:not(.my-item-ok) .my-item-ok {
    display: none;
}
.my-item.my-item-ok .my-item-err{
    display: none;
}
a.mdl-navigation__link {
    padding: 10px !important;
}
a.mdl-navigation__link.my-submenu {
    padding-left: 40px !important;
}
a.mdl-navigation__link.selected {
    background: #2e3d45;
}
#canvas-container {
    width: 100vw;
    height: 30vw;
    background: #e6e6e6;

}
.my-no-decor {
    text-decoration: none;
}
.my-current {
    border: 1px solid indianred;
}
#my-words-only {
    margin: 0 0 15px 13px;
    width: auto;
}
.my-padding-5 {
    padding: 5px;
}
.my-margin-right-5 {
    margin-right: 5px;
}
.my-margin-left-5 {
    margin-left: 5px;
}

.ct-line {
    stroke-width: 1px;
}
.ct-point {
    stroke-width: 3px;
}
.ct-series-a .ct-line {
    /* Set the colour of this series line */
    stroke: blue;
    /* Control the thikness of your lines */
    stroke-width: 1px;
    /* Create a dashed line with a pattern */
    /*stroke-dasharray: 10px 20px;*/
}
.ct-series-a .ct-point {
    /* Colour of your points */
    stroke: blue;
    /* Size of your points */
    stroke-width: 3px;
    /* Make your points appear as squares */
    /*stroke-linecap: square;*/
}

.ct-series-a .ct-area {
    fill: blue;
}
.my-popup {
    display: block;
    position: fixed;
    top: 7vh;
    left: 5vw;
    height: 88vh;
    width: 90vw;
    overflow: scroll;
    box-shadow: 0 0 20px 2px black;
    z-index: 5;
    box-sizing: border-box;
    background: white;
}
.my-popup .closeBtn {
    display: block;
    /*content: "✕";*/
    z-index: 4;
    width: 25px;
    height: 25px;
    background: black;
    position: fixed;
    top: 10vw;
    right: 1vh;
    border-radius: 15px;
    color: white;
    line-height: 1px;
    padding: 11px 0 0 4px;
    box-sizing: border-box;
    border: 2px solid white;
    font-weight: bold;
}
.my-popup .my-text-blk {
    background: #f3ffb9;
    margin-right: 7px;
    padding: 1px 5px;
}
@media (max-width: 479px) {
    .my-hide-phone {
        display: none;
    }
}
@media (max-width: 839px) {
    .my-hide-tablet {
        display: none;
    }
}
.my-item.letter-c:first-of-type {
    background: red !important;
}
.word-item:first-of-type {
    background: red !important;
    display: none !important;
}

.word-item:after {
    color: #3554ff4f;
    font-size: 31px;
    position: absolute;
    right: 4px;
    top: 5px;
    text-transform: uppercase;
}
.no-letters .word-item:after {
    display: none;
}
.letter-a:after { content: 'a';}
.letter-b:after { content: 'b';}
.letter-c:after { content: 'c';}
.letter-d:after { content: 'd';}
.letter-e:after { content: 'e';}
.letter-f:after { content: 'f';}
.letter-g:after { content: 'g';}
.letter-h:after { content: 'h';}
.letter-i:after { content: 'i';}
.letter-j:after { content: 'j';}
.letter-k:after { content: 'k';}
.letter-l:after { content: 'l';}
.letter-m:after { content: 'm';}
.letter-n:after { content: 'n';}
.letter-o:after { content: 'o';}
.letter-p:after { content: 'p';}
.letter-q:after { content: 'q';}
.letter-r:after { content: 'r';}
.letter-s:after { content: 's';}
.letter-t:after { content: 't';}
.letter-u:after { content: 'u';}
.letter-v:after { content: 'v';}
.letter-w:after { content: 'w';}
.letter-x:after { content: 'x';}
.letter-y:after { content: 'y';}
.letter-z:after { content: 'z';}
.my-alien {
    background: #f9ffa5 !important;
}
#duplicate {
    overflow-y: auto;
    max-height: 400px;
}

.my-alphabet {
    position: fixed;
    right: 0px;
    top: 90px;
    z-index: 10;
    padding: 5px 10px 5px 8px;
}
.my-alphabet div {
    width: 10px;
    background: #0000003d;
    padding: 0px 4px;
    text-align: center;
    margin: 7px 0;
    border-radius: 10px;
    opacity: 0.9;
    color: white;
}

.my-variant {
    border-bottom: 1px solid #a0a0a0;
}
.my-variant u {
    background: yellow;
    cursor: pointer;
    padding-right:  5px;
}


@media screen and (max-width: 499px) {
    .mdl-cell--1-col-phone {
        font-size: 11px;
    }
}