﻿/*body {
    margin: 0px;
    padding: 0px;
}*/
.ftp-download-nav {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    --swiper-theme-color: #007aff;
    --swiper-navigation-size: 44px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    color: #454545;
    box-sizing: border-box;
/*    border:1px solid red;
    width:100%;
    height:50px;*/
}

.container-header {
    width: 100%;
    /*height: 50px;*/
    /*border: 1px solid yellow;*/
    background-color: white; /*#f2f2f2;*/
}

.container-box {
    display: flex;
    flex-direction: column;
   /* justify-content: center;*/
    align-items: center;
    min-height: 100vh;
    background-color: white; /*#f2f2f2;*/
    /*border: 1px solid black;*/
}

.login {
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0;
    /*border: 1px solid red;*/
    text-align: center;
    /* box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);*/
    /*background-color: #f2f2f2*/ /*#f2f2f2;*/
    background-color: rgba(251, 251, 251, 0.5);
}

/*.extract {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.428571429;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 1170px;*/
    /*border:1px solid red;*/
/*}*/

h3 {
    margin-bottom: 20px;
}

p {
    margin-top: 15px;
    color: #333;
}

.fs-16 {
    font-size: 16px;
}

.gray {
    color: #666;
}

.bg {
    width: 100%;
    background: url(/images/tdot.jpg) repeat;
    padding: 40px 15px 60px 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.code {
    width: 300px;
    background-color: #f4f4f4;
    padding: 4px 4px 5px 4px;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.code input {
        border-color: #eee;
    }

.extract p a {
    padding: 0 5px;
    color: #227b9f;
}

.extract p a:hover {
        color: #227b9f;
    }

.red {
    color: #f00;
}

#progressBar {
    width: 100%;
    background-color: #f3f3f3;
    border-radius: 5px;
}

#progressBar .progressBarInner {
        height: 30px;
        background-color: #4CAF50;
        border-radius: 5px;
        width: 0%;

}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - (.5rem * 2)); 
}
    .modal-dialog-centered .modal-content {
        margin: 0 auto;
        max-width: 70%; 
    }

.form-group-button {
    width: 100%;
    height: 45px;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    line-height: 10px;
    /*transition: background-color 0.1s;*/
}

    .form-group-button:hover {
        background: #e7434e;
        color: #fff;
    }


/*.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.5);
}


.modal-content {
    background-color: #f8f9fa; 
    width:50%;
}


.modal-title {
    font-size: 24px;
}


.modal-footer .btn {
    margin-right: 10px; 
    border-radius: 50px;
    padding: 8px 16px;
}*/

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    transform: none;
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem);
}

    .modal-dialog-scrollable .modal-content {
        max-height: 100%;
        overflow: hidden;
    }

    .modal-dialog-scrollable .modal-body {
        overflow-y: auto;
    }

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 30%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop.show {
        opacity: 0.5;
    }

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

    .modal-header .btn-close {
        padding: 0.5rem 0.5rem;
        margin: -0.5rem -0.5rem -0.5rem auto;
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

/*    .modal-footer > * {
        margin: 0.25rem;
    }*/
.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5;
}

    .btn-close:hover {
        color: #000;
        text-decoration: none;
        opacity: 0.75;
    }

    .btn-close:focus {
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
        opacity: 1;
    }

    .btn-close:disabled, .btn-close.disabled {
        pointer-events: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        opacity: 0.25;
    }

.alert-dismissible .warning {
  
    width: 100%;
    display: flex;
    justify-content: space-between; 
    align-items: center; 
}

.warning-left {
    width: 6%;
}

.warning-content {
    width: 85%;
    text-align: center;
}

.warning-right {
    width: 6%;
    float:right;
}

.warning-right-content {
    width: 6%;
    float: right;
}


    .highlight1 {
        background-color: #f9f9f9;
        border-color: #5bc0de;
        outline: 0;
    }
.highlight2 {
    background-color: #dee2e6;
    border-color: #5bc0de;
    outline: 0;
}
.setting-btn{
  text-decoration:none;
  cursor:pointer;
}
.fade-out {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}



.table-container {
    scrollbar-width: thin;
    max-height: 350px;
    overflow-y: auto;
    scrollbar-color: #ccc transparent;
}

    .table-container .table-responsive {
        overflow: inherit !important;
    }

    
    .table-container::-webkit-scrollbar {
        width: 10px; 
    }

    .table-container::-webkit-scrollbar-track {
        background-color: transparent;
    }

    .table-container::-webkit-scrollbar-thumb {
        background-color: red; 
        border-radius: 10px;
    }


.input-search {
    width: 100%;
    height: 61px;
    justify-content: center;
    align-content: center;
}
.search-box {
    width: 100%;
    height: 61px;
    justify-content: center;
    align-content: center;
    position: relative;
}

    .search-box input {
        width: 100%;
        margin-top: 3px;
        padding: 5px 5px 5px 10px;
        border: 1.5px solid #287cb2;
        height: 37px;
        border-radius:5px;
    }

        .search-box input:-moz-placeholder {
            color: #999;
            font-size: 0.9em;
        }

        .search-box input:-ms-input-placeholder {
            color: #999;
            font-size: 0.9em;
        }

        .search-box input::-moz-placeholder {
            color: #999;
            font-size: 0.9em;
        }

        .search-box input::-webkit-input-placeholder {
            color: #999;
            font-size: 0.9em;
        }

        .search-box input:hover, .search-box input:focus {
            border: 1.5px solid #888a8b;
            box-shadow: none;
            outline: none;
            transition: all ease 0.2s;
        }

.search-icon {
    position: absolute;
    right: 10px;
    top: 25px;
    font-size: 1.2em;
    color: #888;
}

    .search-icon:hover, .search-icon:focus {
        color: #287cb2;
    }

.fileLocation {
    width: 100%;
    height: 61px;
    justify-content: center;
    align-content: center;
    position: relative;
    margin-top:3px;
}

strong {
    display: inline-flex;
    align-items: center;
}

.forgetPd{
    cursor:pointer;
    color:blue;
    text-decoration:none;
}

   






 
