* {
    outline-width: 0;
}
body {
    font-size: 16px;
}
.login-page .container {
    max-width: 430px;
}

.container {
    width: 100%;
}

.navbar {
    border-radius: 0;
}

.alert {
    margin-top: 5px;
}

.step {
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 100px;
    padding: 10px;
    margin-top: -10px;
    position: absolute;
    right: 15px;
    text-align: center;
}

.tile {
    /*padding: 14px 0;*/
}

.tile-title {
    margin-bottom: 22px;
    padding-top: 10px;
    text-align: left;
}

#reversal-uploader {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    cursor: pointer;
    border-radius: 6px;
    border: 3px solid #fff;
}

#reversal-uploader p {
    margin-bottom: 10px;
}

#reversal-uploader.dz-drag-hover {
    opacity: 0.4;
}

.dz-preview {
    display: none;
}

.invisible {
    display: none;
    visibility: visible;
}

.progress {
    margin: 10px;
}

.dropdown-menu {
    left: -20px;
}

#reversal-queue, #reversal-latest, #reversal-dispositions {
    text-align: left;
    margin-bottom: 0;
}

#reversal-dispositions {
    margin-top: 15px;
    max-height: 280px;
    overflow-y: auto
}

.disposition-title {
    margin-top: 15px;
    margin-bottom: 0;
}

#reversal-dispositions .list-group-item {
    padding: 5px 10px;
}

.disposition-input, .form-control[readonly] {
    color: #555;
    width: 80%;
    border: none;
    background: none;
    opacity: 1;
    margin: 0;
    height: 30px;
}

/*** REPORT LIST ***/
#reports {
    font-size: 16px;
}

#reports h3 {
    margin-top: 0;
}

.view-report {
    cursor: pointer;
}

ul.pagination {
    background: #d6dbdf;
    margin-top: 10px !important;
    margin-bottom: 15px !important;
}

.pagination li {
    margin: 0;
}

.pagination li a {
    margin: 0;
}

.pagination li a:hover, .pagination li.active a:hover {
    border-color: #e4e7ea;
    background-color: #1abc9c;
}

.dataTables_info {
    margin-top: 5px !important;
}

/*** VIEW REPORT ***/
#reversal-view {
    font-size: 14px;
}
#reversal-view .badge {
    padding: 12px 0;
    border-radius: 100px;
    width: 35px;
    height: 35px;
    margin-top: -6px;
}

#reversal-view h4 {
    margin-top: 0;
    margin-bottom: 30px;
}
#reversal-view h5 {
    margin-bottom: 0;
}
.group-row {
    background-color: #f5f5f5;
}
.select2-choice {
    padding: 5px 39px 5px 15px;;
}
td {
    vertical-align: middle !important;
}
.reverse-bulk-conversion{
    float:right;
    margin-top:10px;
    margin-bottom:10px;
}