body {
    margin: 0;
}

.flex-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.header-container {
    background-color: black;
    text-align: center;
}

.header-container .header img {
    margin-bottom: 10px;
}

.body {
    min-height: 450px;
    margin-bottom: 50px;
}

.footer-container {
    background-color: white;
    text-align: center;
    position: fixed;
    padding: 10px 10px 0px 10px;
    bottom: 0;
    width: 100%;
    /* Height of the footer*/
    height: 40px;

}

.footer-container .title {
    /* display: flex; */
    margin-top: auto;
    text-align: center;
}

.login-container {
    margin: 60px 10px 10px 10px;
}

.home-container {
    height: 450px;
    text-align: center;
    margin-bottom: 40px;
}

.home-container .download-files {
    text-align: center;
    margin-top: 25px;
}

.home-container .data-container {
    margin-top: 20px;
}

.home-container .data-container table {
    margin-top: 20px;
}

.home-container .data-container table th {
    text-align: center;
}

.home-container .data-container table td {
    text-align: center;
}


.home-container .search-assignment {
    margin-top: 20px;
}

.search-assignment .invalid-email {
    color: red;
}

.batch-update-error {
    color: red;
}

.home-container #result {
    margin-top: 20px;
}

.invalid-login-msg {
    color: red;
    text-align: centre;
    margin-top: 10px;
}

.btn-edit {
    margin-right: 10px;
}

/* loader */
#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;

    z-index: 1000;
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}


#shipping_batch_summary {
    max-height: 350px;
    overflow-y: auto;
}

.btn-save {
    margin-top: 20px;
}

.btn-success {
    color: #fff;
    background-color: blue !important;
    border-color: blue !important;
    border-radius: 15px;
}

.btn-success:hover {
    color: #fff;
    background-color: blue !important;
    border-color: blue !important;
    border-radius: 15px;
}

.btn-success:active {
    color: #fff;
    background-color: blue !important;
    border-color: blue !important;
    border-radius: 15px;
}

.btn-success:visited {
    color: #fff;
    background-color: blue !important;
    border-color: blue !important;
    border-radius: 15px;
}

.btn-cancel {
    border-radius: 15px;
    background-color: cadetblue;
    color: black;
}

.btn-cancel:hover {
    background-color: cadetblue;
    color: black;
}

.btn-cancel:active {
    background-color: cadetblue;
    color: black;
}

.btn-cancel:visited {
    background-color: cadetblue;
    color: black;
}



.main-container {
    margin-top: 20px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt30 {
    margin-top: 30px;
}

.display-none {
    display: none;
}

.font20 {
    font-size: 20px;
}

.result-title {
    padding-left: 15px;
}

.result-container {
    height: 400px;
    overflow-y: auto;
    margin-bottom: 150px;
}

.modal-body {
    position: relative;
    padding: 0 15px;
    margin-top: 0px;
}

.modal-body label {
    font-weight: 500;
    font-weight: bold;
    font-style: italic;
}

.modal-body label span {
    font-weight: normal;
}

.confirm-title {
    margin: 10px 0 10px;
}

.wrapper {
    min-width: 130px;
}

.wrapper input {
    width: 45%;
    float: left;

}

.wrapper input:last-child {
    float: right;
    margin-left: 5px;
}

#editRegistration .modal-dialog {
    width: 400px;
}

#editRegistration .modal-footer {
    padding: 30px;
}

.checkbox {
    display: inline-block;
    margin-left: 20px;
}

.checkbox input {
    height: 15px;
    margin-right: 5px;
    margin-top: 5px;
    width: 25px;
    cursor: pointer;
}

.checkbox label {
    /* display: contents; */
    cursor: pointer;
    margin-left: -10px;
}

#invalidmobileerror {
    margin-left: 15px;
    margin-top: 5px;
}

#invalidmobileerror label {
    color: red;
}

#source{
    border-radius: 10px;
}

.container-sync-message {
    left: 0;
    position: absolute;
    top: 45%;
}