﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2!important;
  border-color: #1861ac!important;
}

.btn-submit {
    background-color: #018445!important;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}
/* Details page styling overrides.
---------------------------------*/

.details-container {
    width: 94vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -47vw;
    margin-right: -47vw;
}

.details-container__body{
    /*overflow-x:scroll;*/
    
}
.details-container__body > .tab-content{
    max-width:100%;
    margin-top:10px;
}
.details-container .dataTables_scroll {
    width: 98% !important
}
.incl-filters .dataTables_wrapper .length-box {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
}

    .incl-filters .dataTables_wrapper .length-box .dataTables_length {
        margin-bottom: 1.75rem !important;
    }

.incl-filters .dataTables_wrapper input[type=search] {
    display: block !important;
    margin: 7px 0 0 0 !important;
    height: calc(1.5em + 1.3rem + 2px) !important;
    padding: 0.65rem 1rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    border-radius: 4px !important;
}

.submissionTable td.Discarded {
    background: #fc2b2b;
}
.submissionTable td.Discarded a{  
    color:#fff;
}
.submissionTable td.Finalized {
    background: #10b30b;
}

    .submissionTable td.Finalized a {
        color: #fff;
        
    }


.login-bg-image {
    background: url(../assets/images/Live_Login_Square.jpg);
    background-size: cover;
    background-position: bottom center;
}
@media (max-width: 1024px) {
    .kt-login__aside {
        height: 60vh;
    }

    .kt-login__content {
        height: 40vh;
    }
}@media (min-width:768px){

    div.dataTables_wrapper div.dataTables_filter label {
        margin-left: -50px;
    }

 }