body {
    overflow-y:scroll;
}
.avatar-xlg {
    width: 32rem;
}
.avatar-xlg {
    width: 16rem;
}
.avatar-lg {
    width: 8rem;
}
.avatar-md {
    width: 4rem;
}
.avatar-sm {
    width: 3rem;
}
.avatar-xs {
    width: 2.125rem;
}
.avatar-xxs {
    width: 1.375rem;
}
.item-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#modal_header {
    display:none;
}
.modal-body {
    position: relative;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-footer {
    bottom: 15px;
    height: 62px;
    left: 15px;
    width: 100%;
    text-align: left;
    border-top: 0px;
}
.modal-close {
    cursor:pointer;
    position: absolute;
    top: 15px;
    right: 15px;
}
.input-margin {
    margin-bottom: 5px;
}
.input-xs, select.input-xs {
    height: 20px;
    line-height: 20px;
}
.text-middle {
    vertical-align: middle !important;
}
.clear-style {
    clear:both;
}
.clickable {
    cursor: pointer;
}
.dz-default {
	margin: 0px !important;
}
.dropzone .dz-message {
	margin: 0 auto !important;
}
#upload_logo {
	height: 253px;
}
.max-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-height: 14px;        /* fallback */
    max-height: 14px;
}
#view_search {
    display:none;
}
.alert-sm {
    padding: 8px !important;
    margin-right: 10px !important;
}

.nav-main-link {
	cursor: pointer;
}

/* Scanner */

#cam-view-static {
    width: 100%;
    padding: 0px 8px 8px 8px;
}

#cam-view-static .viewport {
    float: inherit;
    width: 100%;
    border: 1px solid #d8dfed;
    border-radius: 4px;
    text-align: center;
}

#interactive.viewport {
    width: 100%;
    padding: 0px 8px 8px 8px;
}

#interactive.viewport canvas, video {
    float: left;
    width: 100%;
    border: 1px solid #d8dfed;
    border-radius: 4px;
}

#interactive.viewport canvas.drawingBuffer, video.drawingBuffer {
    margin-left: -556px;
}

.scanner-overlay {
    display: none;
    width: 100%;
    position: absolute;
    padding: 20px;
    top: 50%;
    margin-top: -275px;
    left: 50%;
    margin-left: -340px;
    background-color: #FFF;
    -moz-box-shadow: #333333 0px 4px 10px;
    -webkit-box-shadow: #333333 0px 4px 10px;
    box-shadow: #333333 0px 4px 10px;
}

.scanner-overlay > .header {
    position: relative;
    margin-bottom: 14px;
}

.scanner-overlay > .header h4, .scanner-overlay > .header .close {
    line-height: 16px;
}

.scanner-overlay > .header h4 {
    margin: 0px;
    padding: 0px;
}

.scanner-overlay > .header .close {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 16px;
    width: 16px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}

/* END Scanner */

div.row.pincode-responsive .col-md-4 {
    flex: auto;
    width: auto;
}

@media only screen and (max-width: 327px){
    div.row.pincode-responsive .col-md-4 {
        padding: 0;
    }

    a:not([href]):not([tabindex]) {
        max-width: 60px;
    }

    div.row.pincode-responsive {
        margin-left: 5px
    }
}

@media only screen and (max-width: 767px) {
    div.row.pincode-responsive .col-md-4 .signin-awesome-singin {
        max-width: 18px;
        min-width: 18px;
        position: relative;
        right: 5px;
    }

    div.row.pincode-responsive .col-md-4 .signin-awesome-delete {
        max-width: 18px;
        min-width: 18px;
        position: relative;
        right: 10px;
    }
}

@media only screen and (min-width: 768px)  {
    .pincode_form.mt-md-7, .my-md-7 {
        margin-top: auto !important;
    }
}