 .bg-marquee {
  background-color: #014c7a !important;
  color: white !important;
}

#nprogress .bar {
    height: 4px;
    background-color: #014C7A;
}

html,
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.btn-info {
    background-color: #014C7A;
    box-shadow: 0 3px #999;
}

.btn-info:hover {
    background-color: #014c7ac5;
}

.btn-info:active {
    background-color: #014c7ac5;
    box-shadow: 0 0.5px #666;
    transform: translateY(2px);
}


/* Style the form - display items horizontally */

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}


/* Add some margins for each label */

.form-inline label {
    margin: 5px 10px 5px 0;
}


/* Style the input fields */

.form-inline input {
    vertical-align: middle;
    margin: 5px 10px 5px 0;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.form-inline select {
    vertical-align: middle;
    margin: 5px 10px 5px 0;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
}


/* Add responsiveness - display the form controls vertically instead of horizontally on screens that are less than 800px wide */

@media (max-width: 800px) {
    .form-inline input {
        margin: 10px 0;
    }
    .form-inline {
        flex-direction: column;
        align-items: stretch;
    }
}

.tableoverflow {
    overflow: visible;
    z-index: 99999999999999!important;
}

/*
input[type=number] {
    -moz-appearance: textfield;
}
*/

.td-table {
    word-wrap: break-word;
    white-space: normal !important;
    text-align: justify;
}

@media (max-width: 767px) {
    #exportDailySubmissions {
        display: none;
    }
}

@media print {
    body * {
        visibility: hidden;
    }
    .section-to-print,
    .section-to-print * {
        visibility: visible;
    }
    .section-to-print {
        position: absolute;
        left: 0;
        top: 0;
    }
}

.breadcrumb {
    margin-bottom: 0!important;
    background-color: white!important;
}


/**********Added by abinas*********/
.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}

.modifiedbadge{
    font-weight: normal;
    font-size: 14px;
}


.fixcolumn > thead > tr > th:first-child
{
  position:sticky;
  left:0px;
  width:170px;
  max-width: 170px;
  min-width: 170px;
  background-color: rgb(206, 206, 206);
}

.fixcolumn > tbody > tr > td:first-child
{
  position:sticky;
  left:0px;
  width:170px;
  max-width: 170px;
  min-width: 170px;
  background-color: rgb(206, 206, 206);
}

.fixcolumn > thead > tr > th:nth-child(2)
{
  position:sticky;
  left:170px;
  width:170px;
  max-width: 170px;
  min-width: 170px;
  background-color: rgb(206, 206, 206);
}

.fixcolumn > tbody > tr > td:nth-child(2)
{
  position:sticky;
  left:170px;
  width:170px;
  max-width: 170px;
  min-width: 170px;
  background-color: rgb(206, 206, 206);
}

.fixcolumn > thead > tr > th:nth-child(3)
{
  position:sticky;
  left:340px;
  width:170px;
  max-width: 170px;
  min-width: 170px;
  background-color: rgb(206, 206, 206);
}

.fixcolumn > tbody > tr > td:nth-child(3)
{
  position:sticky;
  left:340px;
  width:170px;
  max-width: 170px;
  min-width: 170px;
  background-color: rgb(206, 206, 206);
}

.fixcolumn > thead > tr > th:nth-child(4)
{
  position:sticky;
  left:510px;
  width:70px;
  max-width: 70px;
  min-width: 70px;
  background-color: rgb(206, 206, 206);
}

.fixcolumn > tbody > tr > td:nth-child(4)
{
  position:sticky;
  left:510px;
  width:70px;
  max-width: 70px;
  min-width: 70px;
  background-color: rgb(206, 206, 206);
}

.fixcolumn > thead > tr > th:nth-child(5)
{
  position:sticky;
  left:580px;
  width:100px;
  max-width: 100px;
  min-width: 100px;
  background-color: rgb(206, 206, 206);
}

.fixcolumn > tbody > tr > td:nth-child(5)
{
  position:sticky;
  left:580px;
  width:70px;
  max-width: 100px;
  min-width: 100px;
  background-color: rgb(206, 206, 206);
}

.fixcolumn > thead > tr > th
{
  min-width: 70px;
  text-align: center;
}

.detailbox{
    background-color: rgb(216, 216, 216);
}

.customFromGroup label {
    font-size: 12px;
    margin: 0;
    font-weight: 200;
}

.pageHeading {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 20px;
    
    word-spacing: 2px;

    font-weight: bold;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: uppercase;
}

.text-marquee {
    color: #014C7A;
}

.cursorPointer{
    cursor: pointer;
}

.table-bg-lightblue{
    background-color: rgb(236, 236, 236);
}

.table-bg-lightgrey{
    background-color: rgb(250, 250, 250);
}

.modal-90w{
    min-width: 90vw;
    width: 90vw ;   /* Occupy the 90% of the screen width */
    max-width: 90vw;
  }

  .p-wrap{
    white-space: pre-wrap;
  }