.patt-holder {
    background: #3382c0 none repeat scroll 0 0;
}
.patt-wrap {
     padding: 20px; width: 337px;
    cursor: pointer;
    position: relative;
}
.patt-wrap li, .patt-wrap ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.patt-circ {
    box-sizing: border-box;
    float: left;
    position: relative;
}
.patt-circ.hovered {
    border: 3px solid #090;
}
.patt-error .patt-circ.hovered {
    border: 3px solid #ba1b26;
}
.patt-hidden .patt-circ.hovered {
    border: 0 none;
}
.patt-dots, .patt-lines {
    border-radius: 5px;
    height: 10px;
    position: absolute;
}
.patt-dots {
    background: orange none repeat scroll 0 0;
    left: 50%;
    margin-left: -5px;
    margin-top: -5px;
    top: 50%;
    width: 10px;
}
.patt-lines {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    transform-origin: 5px 5px 0;
}
.patt-hidden .patt-lines {
    display: none;
}
.mhn-ui-date-time, .text-center {
    text-align: center;
}
*, *::after, *::before {
    box-sizing: border-box;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.clearfix::after, .clearfix::before {
    content: "";
    display: table;
}
.clearfix::after {
    clear: both;
    display: block;
}
body {
    color: #fff;
    font: 300 14px/18px Roboto,sans-serif;
    margin: 0;
}
a {
    color: inherit;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.mhn-ui-wrap {
    background: #2c3e50 url("httpraw.githubusercontent.com/khadkamhn/lock-screen/master/img/mhn-ui-bg.jpg") no-repeat scroll center center;
    box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.19), 0 12px 15px 0 rgba(0, 0, 0, 0.24);
    height: 475px;
    margin: 30px auto 0;
    overflow: hidden;
    position: relative;
    width: 30%;
}
.mhn-ui-wrap::before {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.mhn-ui-date-time {
    color: #eee;
    position: relative;
    z-index: 100;
}
.mhn-ui-date-time .mhn-ui-time {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 15px;
}
.mhn-ui-date-time .mhn-ui-day {
    font-size: 24px;
    margin-bottom: 10px;
}
.mhn-ui-date-time .mhn-ui-date {
    font-size: 18px;
    font-weight: 400;
}
.mhn-ui-app-time {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    font-size: 12px;
    margin: -15px -15px auto;
    padding: 0 5px;
    text-align: right;
}
.mhn-lock-wrap {
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 100;
}
.mhn-lock-wrap .mhn-lock-title {
    color: black;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.mhn-lock-wrap .mhn-lock-success {
    color: transparent;
    text-shadow: none;
}
.mhn-lock-wrap .mhn-lock-failure {
    color: #f34235;
}
.mhn-lock {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    box-shadow: 3px 3px 3px 3px #333;
    /*height: 38% !important;*/
    margin-bottom: auto;
    margin-left: 4%;
    margin-right: auto;
    margin-top: auto;
    /*    padding-left: 8%;*/
    width: 100% !important;
}
.patt-wrap {
    margin: auto;
    overflow: hidden;
}
.patt-wrap li {
    transition: all 0.4s ease-in-out 0s;
}
.patt-dots, .patt-lines {
    transition: background 0.1s ease-in-out 0s;
}
.patt-circ {
    border: 3px solid transparent;
}
.patt-dots {
    background: #222 none repeat scroll 0 0;
}
.patt-lines {
    background: goldenrod none repeat scroll 0 0;
}
.patt-circ.hovered {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    border-color: #ddd;
}
.patt-error .patt-circ.hovered {
    background: rgba(243, 66, 53, 0.4) none repeat scroll 0 0;
    border-color: rgba(243, 66, 53, 0.8);
}
.patt-error .patt-lines {
    background: rgba(243, 66, 53, 0.5) none repeat scroll 0 0;
}
.patt-success .patt-circ.hovered {
    background: rgba(75, 174, 79, 0.4) none repeat scroll 0 0;
    border-color: rgba(75, 174, 79, 0.8);
}
.patt-success .patt-lines {
    background: rgba(75, 174, 79, 0.5) none repeat scroll 0 0;
}
.mhn-ui-page {
    display: none;
    height: 100%;
    padding: 15px;
    position: relative;
    z-index: 200;
}
.mhn-ui-page.page-lock {
    position: initial;
}
.mhn-ui-page .mhn-ui-app-title-head {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    font-size: 16px;
    margin: 0 -15px;
    padding: 15px;
}
.mhn-ui-page .mhn-ui-filter {
    float: right;
    position: relative;
}
.mhn-ui-page .mhn-ui-filter .mhn-ui-btn {
    cursor: pointer;
    display: inline-block;
    padding: 5px;
    position: absolute;
    right: 0;
    top: -5px;
}
.mhn-ui-page .mhn-ui-filter .mhn-ui-btn.active {
    background: teal none repeat scroll 0 0;
}
.mhn-ui-page .mhn-ui-filter-list {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    display: none;
    padding: 5px;
    position: absolute;
    right: 0;
    top: 20px;
    width: 28%;
}
.mhn-ui-page .mhn-ui-filter-list > div {
    cursor: pointer;
    display: block;
    font-size: 14px;
    padding: 2px 4px;
}
.mhn-ui-page .mhn-ui-filter-list > div.active {
    color: teal;
}
.mhn-ui-page .mhn-ui-filter-list > div:hover {
    background: teal none repeat scroll 0 0;
}
.mhn-ui-page .mhn-ui-filter-list > div.active:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.mhn-ui-page .mhn-ui-row {
    margin-top: 15px;
}
.mhn-ui-page .mhn-ui-row::after, .mhn-ui-page .mhn-ui-row::before {
    content: "";
    display: table;
}
.mhn-ui-page .mhn-ui-row::after {
    clear: both;
    display: block;
}
.mhn-ui-page .mhn-ui-col {
    float: left;
    margin-bottom: 15px;
    width: 25%;
}
.mhn-ui-bottom-link-bar {
    bottom: 0;
    left: 0;
    padding: 15px;
    position: absolute;
    right: 0;
    text-align: center;
}
.mhn-ui-bottom-link-bar .mhn-ui-bottom-btn {
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    font-size: 28px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}
.mhn-ui-bottom-link-bar .mhn-ui-bottom-btn:nth-child(1) {
    margin-right: 15px;
}
.mhn-ui-bottom-link-bar .mhn-ui-bottom-btn:nth-child(2) {
    margin-left: 15px;
}
.mhn-ui-bottom-link-bar .mhn-ui-bottom-btn:hover {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    color: #ccc;
}
.mhn-ui-icon {
    text-align: center;
}
.mhn-ui-icon span {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(216, 224, 222, 1) 0%, rgba(174, 191, 188, 1) 22%, rgba(153, 175, 171, 1) 33%, rgba(142, 166, 180, 1) 50%, rgba(130, 157, 152, 1) 67%, rgba(78, 92, 90, 1) 82%, rgba(14, 14, 14, 1) 100%) repeat scroll 0 0;
    border-radius: 15px;
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.5) inset;
    cursor: pointer;
    display: block;
    font-size: 28px;
    height: 29%;
    line-height: 55px;
    margin: auto;
    text-align: center;
    transition: background 0.4s ease-in-out 0s;
    width: 40%;
}
.mhn-ui-icon .mhn-ui-icon-title {
    color: black;
    cursor: default;
    font-size: 13px;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.mhn-ui-page.page-author img {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    border-radius: 50%;
    margin-top: 15px;
    padding: 8px;
}
.mhn-ui-credit {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 13px;
    margin-top: 15px;
    padding: 5px;
}
.mhn-ui-credit p {
    color: #aaa;
    margin: 0;
}
.mhn-ui-credit a {
    font-weight: 500;
}
.mhn-ui-dialog-wrap {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1000;
}
.mhn-ui-dialog {
    background: #000 none repeat scroll 0 0;
    margin: 50% 0 auto;
    padding: 15px;
}
.mhn-ui-dialog .mhn-ui-dialog-title {
    font-size: 18px;
    font-weight: 500;
}
.mhn-ui-dialog .mhn-ui-dialog-btn {
    border: 2px solid rgba(255, 255, 255, 0.8);
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    min-width: 65px;
    padding: 5px;
    text-align: center;
}
.mhn-ui-dialog .mhn-ui-dialog-btn:hover {
    background: #009688 none repeat scroll 0 0;
    text-decoration: none;
}
.mhn-ui-info {
    font-size: 16px;
    margin: 30px 0;
    text-align: center;
}
.mhn-ui-date, .mhn-ui-time {
    animation: 1s ease 0s normal none 1 running zoomIn;
}
.mhn-ui-day {
    animation: 1s ease 0s normal none 1 running rubberBand;
}
.mhn-lock-failure {
    animation: 0.4s ease 0s normal none 1 running zoomIn;
}
.patt-circ:nth-child(1), .patt-circ:nth-child(2), .patt-circ:nth-child(3) {
    animation: 0.4s ease 0s normal none 1 running fadeInUp;
}
.patt-circ:nth-child(4), .patt-circ:nth-child(5), .patt-circ:nth-child(6) {
    animation: 0.6s ease 0s normal none 1 running fadeInUp;
}
.patt-circ:nth-child(7), .patt-circ:nth-child(8), .patt-circ:nth-child(9) {
    animation: 0.8s ease 0s normal none 1 running fadeInUp;
}
.mhn-ui-icon span {
    animation: 0.6s ease 0s normal none 1 running zoomIn;
}
.mhn-ui-bottom-btn {
    animation: 0.8s ease 0s normal none 1 running bounceInUp;
}
.mhn-ui-credit-list .mhn-ui-credit:nth-child(1) {
    animation: 0.4s ease 0s normal none 1 running fadeInUp;
}
.mhn-ui-credit-list .mhn-ui-credit:nth-child(2) {
    animation: 0.5s ease 0s normal none 1 running fadeInUp;
}
.mhn-ui-credit-list .mhn-ui-credit:nth-child(3) {
    animation: 0.6s ease 0s normal none 1 running fadeInUp;
}
.mhn-ui-credit-list .mhn-ui-credit:nth-child(4) {
    animation: 0.7s ease 0s normal none 1 running fadeInUp;
}
.mhn-ui-credit-list .mhn-ui-credit:nth-child(5) {
    animation: 0.8s ease 0s normal none 1 running fadeInUp;
}
