﻿body {
}

.error {
    color: red;
}
#btn-sendOTP {
    width: 87px !important;
}

.terms-header .light-logo {
    margin-top: 15px;
}

.page-wrapper.terms-wrapper {
    margin: 0 auto  !important;
}

.customtable td,
.customtable th {
    border: 1px solid #efefef !important;
}

    .customtable th a {
        color: white;
    }

.pagination {
    float: left;
}

.sorting {
    color: #000;
    text-decoration: underline;
}

.page-size-selector {
    display: inline;
    float: right;
}

.pager-info {
    float: right;
    margin-right: 15px;

}
span.input-group-text {
    padding: 0.69rem 0.75rem;
}

.manual-error{
    display:none;
    width:100%;
}





.dropzone {
    margin: 1%;
    border: 2px dashed #3498db !important;
    border-radius: 5px;
    padding: 0px !important;
    margin: 0 0px;
    max-width: 100%;
}
.dz-preview .dz-filename {
    display: none;
}
.dz-image img{
    max-height: 100%;
}

.error {
    border-color: red;
}

.pageSize{
    float: right;
    margin-right: 15px;
}






