.navbar {
    margin-bottom: 0px;
}
.logo-container {
    background: none repeat scroll 0 0 #222222;
}
.footer {
    background: none repeat scroll 0 0 #222222;
}
#home-page-center-logo {
    margin: 0 auto;
    background: url('../images/Y_15_620_520_fff.png') no-repeat;
    height: 520px;
    width: 680px;
}

.clear_boostrap_thumb {
    box-shadow: none !important;
    border: none !important;
    border-radius: 0px !important;
}
.pagination > li > a:hover,
.pagination > li > span:hover {
  color: #2a6496;
  background-color: #fff;
  border-color: #ddd;
}
.over-moveOutDate {
    color: red;
}

.page-404 .number {
    position: static;
    line-height: 80px;
}

textarea {
    resize: vertical !important;
}

.scan-btn {
    border: 1px solid #ccc;
    padding: 0 4px!important;
}
.card-id-wrapper {
    position: relative;
}
.show-scan {
    position: absolute;
    top: 2px;
    right: 3px;
    border: none;
}
.hide-scan {
    display: none;
}
.scan-btn:active {
    position: absolute;
}
.masked-input-file-wrapper {
    display: flex;
}
.remove-file-btn {
    display: none;
    cursor: pointer;
    margin-top: 3px!important;
    position: absolute;
    right: 10px;
}
.masked-input-file {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding-right: 10px;
}