﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: Arial;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.dl-horizontal dt {
    white-space: normal;
}


select {
    max-width: 280px;
}

.linkbutton {
    background: none!important;
    border: none;
    padding: 0!important;
    /*optional*/
    font-family: arial, sans-serif;
    /*input has OS specific font-family*/
    color: #069;
    text-decoration: underline;
    cursor: pointer;
}

.invisible {
    border: none;
    font-family: Arial;
    width: inherit;
}
#table-wrapper {
    position:relative;
}

.timely {
    background-color: #ffffff;
    color: #000000;
}
.late {
    background-color: #ff0000;
    color: White;
}
.attention {
    background-color: #ffffff;
    color: red;
    font-weight: bold;
}

.nostatus {
    background-color: #ffffff;
    color: #000000;
}

.tableFixHead { overflow-y: auto; height: 600px; }
.tableFixHead thead th {position: sticky; top: 0; }

table {
    border: 1px solid #4D648D;
    border-radius: 0px;
    background-color: #fff;
    border-spacing: 2px;
    border-collapse: collapse;
   
}

tr:nth-child(even) td {
  background-color: #ececec;
}

th {
    background-color: #d0e1f9;
    border: 1px solid #4D648D;
    color: #000000;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: small;
    padding: 12px;
    white-space: nowrap;
}

td {
    background-color: #ffffff;
    border: 1px solid #4D648D;
    font-size: small;
    margin: 0px;
    vertical-align: top;
    padding: 2px;
}


th, td {
    min-width: 70px;
}

th.active {
    color: #fff;
}

th.active .arrow {
    opacity: 1;
}

.arrow {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    margin-left: 5px;
    opacity: 0.66;
}

  
.arrow.asc {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #fff;
}

.warning {
    font-size: small;
    font-weight: bold;
    color: #ff0000;
}

.errorMessage {
    font-size: small;
    font-weight: bold;
    color: #ff0000;
}

.dataentry {
    font-size: small;
    font-weight: bold;
}
.filter {
    font-size: small;
    font-weight: normal;
    color: #585858
}
.checkboxlist{
    list-style: none;
}
.content ul {
    list-style: none;
}

.content li {
    display: inline;
}

.title {
    font-size:xx-large;
}

/* The navigation menu */
.navbar {
    overflow: hidden;
    background-color: #d0e1f9;
  }
  
  /* Navigation links */
  .navbar a {
    float: left;
    font-size: 16px;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  
  /* The subnavigation menu */
  .subnav {
    float: left;
    overflow: hidden;
  }

  /* Subnav button */
  .subnav .subnavbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: black;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
  }
  
  /* Add a red background color to navigation links on hover */
  .navbar a:hover, .subnav:hover .subnavbtn {
    background-color:  #81b5fd;
  }
  
  /* Style the subnav content - positioned absolute */
  .subnav-content {
    display: none;
    position: absolute;
    left: 0;
    background-color:  #81b5fd;
    width: 100%;
    z-index: 1;
  }
  
  /* Style the subnav links */
  .subnav-content a {
    float: left;
    color: white;
    text-decoration: none;
  }
  
  /* Add a grey background color on hover */
  .subnav-content a:hover {
    background-color: #eee;
    color: black;
  }
  
  .subnav:focus > .subnav-content, 
  .subnav:active > .subnav-content {
    display: inherit;

  }

  .subnavbtn:focus + .subnav-content, 
  .subnavbtn:active + .subnav-content {
    display: inherit;
  }

  .subnavbtn:focus,  .subnavbtn:active{
    background-color: #81b5fd;
  }

  .modal-mask {
    position: fixed;
    z-index: 200;
    top: 0;
    bottom:0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: table;
  }
  
  .modal-wrapper {
    display: table-cell;
    vertical-align: middle;
  }
  
  .modal-container {
    width: 40%;
    margin: 0px auto;
    padding: 20px 10px;
    background-color: white;
    border-radius: 2px;
    box-shadow: 0 10px 25px rgba(19, 18, 18, 0.33);
    height: 70%;
    overflow-y: auto;
  }
  .modal-container div {
    padding-bottom: 8px;
    font-size:15px;
  }
  
  .modal-body {
    margin: 10px 0;
  }

  /* Tooltip container */
  .tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
  }
  
  /* Tooltip text */
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #81b5fd;
    color: white;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
   
    /* Position the tooltip text  */
    position: absolute;
    z-index: 1;
    top: 20px;
    left: -20px;
  }
  
  /* Show the tooltip text when you mouse over the tooltip container */
  .tooltip:hover .tooltiptext {
    visibility: visible;
  }

  .pages {
    text-align:center;
    display:block;
    cursor: pointer;

  }

  .searchBar{
    max-height: 300px; 
    margin-left: 60px;
    width:305px; 
    overflow-y:auto; 
    border-left:1px solid; 
    border-right:1px solid; 
    border-bottom:1px solid; 
    border-color: #5d5d5d;
    position: absolute;
    z-index: 1;
    background-color: white;

    p{
      margin-left: 5px;
    }

    p:hover {
      background-color: #adabab;
      cursor: pointer;
      padding: 5px;
    }

  }

  .searchInput{
    width: 302px;
    height: 16px;
    border: 1px solid;
    margin-left: 0px;
    border-bottom: 0px;
    border-radius: 2px;
    border-color: #5d5d5d;
  }

  .editable_grid_cell {
    border: 0px ;
    background-color: transparent;
    width: 99%;
  }