
#abySidenav {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    height: 100vh;
    min-width: 0;
    width: 0;
    position: fixed;
    z-index: 999000;
    top: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.96);
    overflow-x: hidden;
    overflow-y: auto;
    transition: 0.5s;
    color: #666666;
    display: flex;
    flex-direction: column;
}

#abySidenav .closebtn {
    top: 0;
    font-size: 24px;
    color: transparent;
    margin-left: 0;
    border: none;
    padding: 0 0 0 8px;
    text-decoration: none;
}

#abySidenav #sidenavHead {
    display: flex;
    flex-direction: column;
}

#abySidenav #sidenavHead .profileName {
    color: #444444;
    font-size: 20px;
    font-weight: normal;
    padding: 5px;
    text-align: center;
}

#abySidenav #sidenavListWrapper {
    padding: 15px 0 0 0;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
}

#abySidenav #sidenavList, #abySidenav #sidenavList ul {
    list-style: none;
    color: #666;
}

#abySidenav #sidenavHead .profileIcon {
    margin: auto;
    margin-bottom: 4px;
    border-radius: 30vh;
    border: 1px solid #eee;
    height: 30vh;
    width: 30vh;
    overflow: visible;
    background-size: cover;
    background-position: center;
}

#abySidenav #sidenavHead .profileIcon i {
    position: relative;
    background-color: rgba(255, 255, 255, 0.8);
    left: 77%;
    top: 67%;
    display: block;
    z-index: 100;
    text-align: center;
    color: #676666b3;
}

#abySidenav #sidenavHead .profileIcon {
    border-radius: 100%;
    height: 130px;
    width: 130px;
}

#abySidenav #sidenavHead .profileIcon i {
    height: 40px;
    width: 40px;
    border-radius: 40px;
    line-height: 40px;
    font-size: 20px;
}

#sidenavProfileView .profileIcon i {
    position: absolute;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 1);
    right: 20px;
    bottom: -10px;
    display: block;
    z-index: 100;
    text-align: center;
    line-height: 1.7;
    font-size: 30px;
    color: #676666b3;
}

#abySidenav li.sidenavSubList, #abySidenav .dynamicListItem {
    margin-bottom: 5px;
}

#abySidenav li.sidenavSubList > div {
    display: flex;
    height: 34px;
    line-height: 34px;
    background: #efefef;
    color: #666;
    font-weight: normal;
    font-size: 18px;
    padding-left: 28px;
}

#abySidenav.open {
    min-width: 280px;
    width: 75vw;
    max-width: 500px;
}

#abySidenav .sidenavListItem a {
    padding: 8px 8px 8px 15px;
    font-size: 17px;
    display: block;
    text-decoration: none;
    transition: 0.3s;
    color: #777777;
}

#abySidenav .sidenavListItem {
    display: flex;
    flex-flow: row;
    align-items: center;
    color: inherit;
    padding-left: 20px;
    justify-content: space-between;
}

#abySidenav .sidenavListItem:last-child {
    border-bottom: none;
}

#abySidenav .dynamicListItem {
    border: none;
}

#abySidenav .dynamicListItem a {
    display: block;
    width: 100vw;
    height: 34px;
    line-height: 34px;
    background: #efefef;
    color: #666;
    font-weight: normal;
    font-size: 18px;
    padding-left: 28px;
}

#abySidenav .dynamicListItem:last-child {
    margin-bottom: 15px;
    border-bottom: none;
}

#abySidenav .badge {
    display: inline-block;
    background-color: #FF0000;
    color: #fff;
    font: normal 0.5em "Helvetica Neue", Helvetica;
    height: 12px;
    line-height: 12px;
    width: 12px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-border-radius: 10px;
    margin-left: 5px;
    top: -5px;
}

#abySidenav li.sidenavSubList > .arrow-up-right .badge {
    display: none;
}

#tabbar li#sidenav .badge {
    background-color: #FF0000;
}

#abySidenav .arrow-up-right:after, #abySidenav .arrow-down-right:after {
    font-family: "Ionicons";
    right: 15px;
    position: relative;
    font-size: 30px;
    color: #999999;
}

#abySidenav .arrow-up-right:after {
    content: "\f3d8";
}

#abySidenav .arrow-down-right:after {
    content: "\f3d0";
}

#abySidenav .loading-box {
    font-size: 14px;
    position: absolute;
    text-align: center;
    width: 135px;
    z-index: 99;
    align-self: center;
    color: #444444;
    top: 25px;
}

#abySidenav .loading-box .loading {
    background-image: url(../../../img/loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 20px;
    margin: 10px;
}

.update-top {
    padding: 25px;
    line-height: 1.7;
    background-color: #FFFFFF;
}

.update-top .updateButton {
    padding: 15px 0;
    display: flex;
    justify-content: center;
}

.update-top .updateButton span {
    height: 30px;
    width: 30px;
    margin-left: -5px;
    padding-right: 5px;
}

.update-top .updateButton a {
    color: black;
    display: inline-block;
    top: -10px;
}

.update-top .updateButton i {
    background-color: #FDCA3F;
    border-radius: 100px;
    padding: 7px 10px;
    color: #fff;
}


.update-top .updateButton i.ion-chevron-down {
    position: relative;
    height: 20px;
    width: 20px;
    border-bottom: 1px solid;
    display: inline-block;
}

.update-top .updateButton i.ion-chevron-down:before {
    text-align: center;
    animation: ani 1s infinite;
    position: absolute;
    top: 0;
    left: 3px
}

.version-editor {
    text-align: center;
    padding: 25px;
    line-height: 1.7;
}

.version-editor img {
    width: 64px;
    height: 64px;
    border: 1px solid #F8F7F7;
    border-radius: 15px;
}

.alertify .ajs-modal .ajs-header {
    border-bottom: solid 2px rgb(17, 86, 159) !important;
    color: rgb(17, 86, 159) !important;
}

.alertify .ajs-footer {
    border-top: solid 2px rgb(17, 86, 159) !important;
}

.alertify-notifier {
    z-index: 999002;
}

.version-widget b {
    width: 100%;
}

.version-widget-item {
    background-color: #F8F7F7;
    display: flex;
    justify-content: space-between;
    padding: 10px 25px;
}

.version-widget-item span:last-child {
    text-align: right;

}

.version-widget-item:first-child {
    font-weight: bold;
}

.version-widget-item:nth-child(2n) {
    background-color: transparent;
}

.st2 {
    -webkit-animation-name: ani;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: ani;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: ani;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: ani;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    position: absolute;
    transform: translate(0px, 0px);
}

@keyframes ani {
    0% {
        opacity: 0;
        transform: translate(0px, 0px);

    }
    60% {
        opacity: 1;
        transform: translate(0px, 5px);
    }
    100% {
        opacity: 0;
        transform: translate(0px, 15px);
    }
}

.fa-spin {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.toggleButton {
    display: flex;
    justify-content: space-between;
    align-content: center;
    margin-right: 6px;
}

.toggleButton input[type=checkbox] {
    display: none;
}

.toggleButton input[type=checkbox] + label {
    margin-left: 6px;
    position: relative;
    display: inline-block;
    width: 56px;
    height: 28px;
    border-radius: 28px;
    cursor: pointer;
    transition: all 0.3s ease-out;
    background-color: #cccccc;
}

.toggleButton input[type=checkbox]:checked + label {
    background-color: #519b00;
}

.toggleButton input[type=checkbox] + label::before {
    content: '';
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    background-color: white;
    position: absolute;
    top: 1px;
    left: 1px;
    transition: all 0.3s ease-out;
}

.toggleButton input[type=checkbox] + label::after {
    content: attr(data-deny);
    color: white;
    position: absolute;
    top: 5px;
    left: 28px;
    font-size: 14px;
    font-weight: 300;
    transition: all 0.3s ease-out;
}

.toggleButton input[type=checkbox]:checked + label::before {
    left: 29px;
}

.toggleButton input[type=checkbox]:checked + label::after {
    content: attr(data-permit);
    left: 4px;
}

#lock-screen-view {
    width: 100vw;
    height: 100vh;
    background-color: darkgrey;
    position: absolute;
    z-index: 999001;
    display: flex;
    flex-flow: column;
}

#lock-screen-view i.unlock-screen {
    margin: auto;
    font-size: 80px;
    width: 100%;
    text-align: center;
    opacity: 0.5;
}

#lock-screen-view button.lock-logout {
    padding-bottom: 30px;
    width: 100%;
    font-size: 20px;
    background: none;
    border: none;
    text-align: right;
    padding-right: 30px;
    opacity: 0.8;
}

@media (orientation: landscape) {
    #pin-input-view {
        height: 100vw;
    }

    #pin-input-view > .pin-view-contents > .pin-numbers {
        height: 63vw !important;
    }
}

#pin-input-view {
    position: absolute;
    width: 100vw;
    min-height: 100vh;
    z-index: 999002;
    background-color: #ffffff;
    text-align: center;
    font-family: sans-serif;
}

#pin-input-view > .pin-view-contents {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    align-items: center;
    width: 90vw;
    max-width: 300px;
    margin: auto;
}

#pin-input-view > .pin-view-contents > .pin-view-head {
    height: 18vh;
    max-height: 80px;
    display: flex;
    flex-direction: column;
    padding: 15px;
}

#pin-input-view button {
    font-size: large;
    border: none;
    background: none;
}

#pin-input-view > .pin-view-contents > .pin-view-head > button[btn-goback] {
    position: absolute;
    left: 10px;
    top: 18px;
    min-width: 50px;
    text-align: left;
    padding-left: 10px;
}

#pin-input-view > .pin-view-contents > .pin-view-head > span {
    margin: auto;
    font-size: 22px;
    white-space: nowrap;
}

#pin-input-view > .pin-view-contents > .pin-view-head > label {
    margin: auto;
    font-size: 15px;
    white-space: nowrap;
}

#pin-input-view > .pin-view-contents > .pin-view-head .pin-symbols {
    display: flex;
    justify-content: center;
    margin-top: 12px;
}

#pin-input-view > .pin-view-contents > .pin-view-head .pin-symbols i {
    margin: 0 14px;
}

#pin-input-view > .pin-view-contents > .pin-numbers {
    height: 63vh;
    width: 100%;
    max-height: 400px;
    padding: 20px 0;
    display: grid;
    grid-template-areas: "one two three" "four five six" "seven eight nine" "x zero del";
}

#pin-input-view > .pin-view-contents > .pin-numbers > .pin-number {
    display: flex;
    margin: 16px;
    justify-content: center;
    border-radius: 50%;
    text-align: center;
    align-items: center;
    font-size: xx-large;
    background-color: #eaeaea;
}

#pin-input-view > .pin-view-contents > .pin-numbers > [btn-backspace] {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    font-size: xx-large;
}

#pin-input-view > .pin-view-contents > .pin-view-foot {
    justify-content: space-around;
    display: flex;
    height: 18vh;
    width: 100%;
    max-height: 25px;
    padding: 15px 0;
}

#jqt #sidenavProfileView .s-scrollwrapper {
    background-color: white;
}

.userdata-wrapper {
    width: 90%;
    max-width: 350px;
    margin: 25px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#sidenavProfileView ul.userData-editable {
    border: none;
}

#sidenavProfileView ul.userData-editable > li {
    border: 0px;
    border-bottom: 1px solid #ccc;
}

#sidenavProfileView ul.userData-editable > li > .profile_description {
    display: block;
    width: initial;
    overflow: auto;
    color: black;
    font-size: 15px;
}

#sidenavProfileView ul.userData-editable > li > input {
    color: gray;
    font-size: 15px;
}

.userData {
    color: black;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7;
    display: flex;
    flex-direction: column;
}

.userData .userData-name {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    color: #707070;
    margin-bottom: 15px;
}

.userData img {
    margin-right: 10px;
    width: 13px;
}

.profileIcon {
    position: relative;
    background-repeat: no-repeat;
    border-radius: 100%;
    height: 200px;
    width: 200px;
    z-index: 1;
    border: 2px solid #707070;
    margin: 20px auto;
}

#abySidenav .sidenav-footer {
    text-align: center;
    padding: 10px;
    width: 100%;
}
