html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: "Montserrat", sans-serif!important;
    font-weight: 400;
    color: #000000;
    background: #f8f9fb!important;
}
.navbar {
    box-shadow: inset 0 -1px 0 #e8e8e8!important;
    background: #fff!important;
}
.navbar-nav{
    justify-content:flex-end;
}
.nav-link {
    font-size: 0.875rem;
    font-weight: 600;
}
.nav-item a {
    color: #000000;
}

    .nav-item a:hover {
        color: #104478;
    }

.dashboard_box{
    margin:100px auto;
}

    .dashboard_box h1 {
        font-size: 3.125rem;
        font-weight:500;
    }

    .dashboard_box a {
        color:#000000;
    }

.uploadPageWrp {
    padding:20px;
}

    .uploadPageWrp h1 {
        font-size: 1.25rem;
        font-weight: 500;
        margin-bottom: 1rem;
    }
label {
    font-size: 0.938rem;
    font-weight: 600;
    margin-bottom: 10px;
}
.uploadPageWrp .form-control {
    font-size: 0.938rem;
    font-weight: 400;
    border: #000000 solid 1px;
}

.uploadPageWrp button[type=submit] {
    color: #ffffff;
    background: #104478;
    font-weight: 500;
    font-size: 1rem;
    display: inline-block;
    padding: 0.625rem 1.75rem;
    border-radius: 3.125rem;
    text-transform: uppercase;
    border: none;
    margin-top: 20px;
}

    .uploadPageWrp button[type=submit]:hover {
        background: #104478;
    }

.uploadBox {
    background: #ffffff;
    padding: 30px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
}

.ListFileBox {
    background: #ffffff;
    padding: 30px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
}

    .ListFileBox h2 {
        font-size: 1.25rem;
        font-weight: 500;
    }

.GreenTbl {
}

    .GreenTbl th {
        background: #104478 !important;
        border-bottom: none;
        border-left: none;
        padding: 5px 5px;
        font-size: 15px;
        color: #ffffff;
    }

    .GreenTbl td {
        padding: 5px 5px;
        font-size: 0.875rem;
        font-weight: 500;
        vertical-align: middle;
        word-break: break-all;
    }

    .GreenTbl .btn-primary {
        color: #ffffff;
        background: #104478;
        font-weight: 500;
        font-size: 13px;
        display: inline-block;
        padding: 5px 10px;
        border-radius: 3.125rem;
        border: none;
    }

        .GreenTbl .btn-primary:hover {
            color: #ffffff;
            background: #104478 !important;
        }

.table td, .table th {
    padding: 0.625rem;
    white-space:normal;
    width: 1%;
}

.dataTables_info {
    font-size: 0.813rem;
    font-weight: 500;
    float: left;
}

.dataTables_paginate {
    font-size: 0.813rem;
    font-weight: 500;
    text-decoration: none;
    float: right;
}
.dataTables_paginate a {
    
    text-decoration: none;
    margin-left:10px;
    color:#000000;
}

.dataTables_length {
    float:left;
}
    .dataTables_length select{
        padding:5px 5px;
    }
.dataTables_filter {
    float:right;
}
    .dataTables_filter input {
        padding:5px 5px;
        margin-left:10px;
        border:#000000 solid 1px;
    }

    .dataTables_filter input:focus {
        outline:none!important;

    }

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #104478 !important;
    border-color: #104478 !important;
}

.imgViewerBox {
    margin: 0px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
    padding: 10px;
    background: #ffffff;
}

    .imgViewerBox h3 {
        font-size: 1.25rem;
        font-weight: 600;
    }

.imgViewer{
    margin:0px;

}
.imgViewer img{
    width:100%;
}

canvas {
    padding:0px!important;
    width: 100%!important;
    object-fit: contain!important;
    border:#dddddd solid 1px;
}

.btn-back {
    color: #ffffff !important;
    background: #104478;
    font-weight: 500;
    font-size: 13px;
    display: inline-block;
    padding: 5px 20px !important;
    border-radius: 3.125rem;
    border: none;
    float: right;
    margin-bottom: 20px;
}

.btn-back a {
    color: #ffffff!important;
    
}
.btn-back a:hover{
    color: #ffffff!important;
    text-decoration:none!important;
    
}
.btn-back a:hover {
    color: #ffffff !important;
    text-decoration: underline;
}

.imgViewerHeder {
    margin: 0px;
    display: flex;
    justify-content: space-between;
}

.downloadBtn {
    color: #ffffff;
    background: #104478;
    font-weight: 500;
    font-size: 13px;
    display: inline-block;
    padding: 5px;
    height: 30px;
    text-align: center;
    width: 30px;
    border-radius: 3px;
    border: none;
    margin-bottom: 20px;
}
    
    .downloadBtn:hover {
        color: #ffffff !important;
    }

.LoginBtn {
    color: #ffffff !important;
    background: #104478;
    font-weight: 700 !important;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 20px !important;
    border-radius: 50px;
    transition: 0.5s;
    text-transform: uppercase;
}

.logOut {
    color: #ffffff;
    background: #104478;
    font-weight: 500;
    font-size: 13px;
    display: inline-block;
    padding: 10px 10px;
    border-radius: 3.125rem;
    text-transform: uppercase;
    border: none;
    margin-top: 0px;
}

.logOut .fa {
    
    margin-right:5px;
}
.file-upload-list {
    margin: 0px;
    background: #ffffff;
    padding: 30px;
    min-height: 362px;
    overflow: auto;
    height: 362px;
    overflow-x: hidden;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
}


.file-upload-list ul {
    margin: 0px;
    list-style:none;
    margin-left:0px;
    padding:0px;
}
    .file-upload-list ul li {
        /*display:inline-block;*/
        border-bottom: #dddddd solid 1px;
        padding:10px 0px;
    }
.errorBox {
    margin-bottom: 10px !important;
}
.alert {
    padding: 5px !important;
    margin: 0px !important;
}
    .alert ul {
        padding: 0px !important;
        margin: 0px !important;
        padding-left: 17px!important;
    }

    .alert ul li {
        font-size:1rem;
        
    }


.uploadBox{
    min-height: 362px;
}
.fileUploadListHeder {
    display: flex;
    justify-content: space-between;
}

.totalNo {
    border-radius: 50%;
    background-color: rgb(5, 132, 102);
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    color: #ffffff;
    font-weight: 400;
}


.dashboard_box{
    margin-top:60px;

}

    .dashboard_box h1 {
        margin: 0px;
        font-size: 4.375rem;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .dashboard_box h2 {
        margin: 0px;
        font-size: 3.125rem;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .dashboard_box h3 {
        margin: 0px;
        font-size: 1.875rem;
        font-weight: 400;
        margin-bottom: 10px;
    }

.dashboard_img{
    margin-top:30px;
}