body {
    background: #f8f8f8; /*#e7e4e4e8*/   /*#fafafae8*/
    color: #333333;
    margin-top: 5rem;
    font-size: 0.9rem;
    font-family: 'Montserrat', sans-serif;
  }
  
  h1, h2, h3, h4, h5, h6 {
    color: #444444;
  }
  
  p {
    margin: 0px, 0px, 0px;
  }

  .p1 {
    margin: 0px, 0px, 0px;
    text-align: center;
  }

  .p-header {
    line-height: 1.2;
  }

  .p-logo {
    text-align: center;
    align-items: center;
    margin: 0;
  }

  .smaller_header {
    font-size: 1.1rem;
  }

  .dash-logo {
    display: block; 
    margin: auto; 
    position: relative; 
    bottom: 0;
  }

  .col-center {
    text-align: center;
  }

  .deadline-over {
    height:450px;
    overflow:auto;
  }

  .admin-over {
    height:621px;
    overflow:auto;
  }

  .dash-over {
    height:350px;
    overflow-y: auto;
  }

  .fixed-header-scroll-table thead tr:nth-child(1) th {
    background: #f8f8f8;
    position: sticky;
    top: 0;
    z-index: 10;
    border-top: none !important;
  }
  
  .white-back {
    background-color: #efefefe8;
  }
  .beige-back {
    background-color: #EFEFF0;
  }

  .button-right {
    text-align: right;
  }

  .trust {
    border-left: 1px solid black;
  }

  div.b {
    line-height: 2;
  }
  .home-logo{
    text-align: center;
  }
  .home-logo img{
    max-width: 40%;
    
  }
  .navbar{
    max-height: 56px;
  }
  a.navbar-brand{
    position: relative;
    max-height: 100%;
    height: 40px;
    width: auto;
    padding: 0px, 0px;
  }

  .nav-logo img{
    position: relative;
    height: 10px;
    width: auto;
    text-align: center;
  }

  .div_logo{
    height: 13px;
  }
  .bg-steel {
    background-color: #093770;
    padding-bottom: 15px;
    height: 40;
  }
  .bg-steel img{
    max-height: 30px;
    max-width: auto;
  }
  
  .site-header .navbar-nav .nav-link {
    color: #e2e8ec;
  }
  
  .site-header .navbar-nav .nav-link:hover {
    color: #ffffff;
  }
  
  .site-header .navbar-nav .nav-link.active {
    font-weight: 500;
  }

  .nav-link2 {
    margin:0 auto; /*It will center the block*/
    float:none;
    text-align:center;
    color: black;
  }
  
  .content-section {
    background: #ffffff;
    padding: 10px 20px;
    border-radius: 3px;
    margin-bottom: 20px;
    width: 100%;
  }

  .content-section2 {
    background: #EFEFF0;
    padding: 10px 20px;
    border-radius: 3px;
    margin-bottom: 20px;
    width: 100%;
  }

  .full-width-form {
    width: 100%;
}
  
  .article-title {
    color: #444444;
  }
  
  a.article-title:hover {
    color: #428bca;
    text-decoration: none;
  }
  
  .article-content {
    white-space: pre-line;
  }
  
  .article-img {
    height: 65px;
    width: 65px;
    margin-right: 16px;
  }
  
  .article-metadata {
    padding-bottom: 1px;
    margin-bottom: 4px;
    border-bottom: 1px solid #e3e3e3
  }
  
  .article-metadata a:hover {
    color: #333;
    text-decoration: none;
  }
  
  .article-svg {
    width: 25px;
    height: 25px;
    vertical-align: middle;
  }
  
  .account-img {
    height: 125px;
    width: 125px;
    margin-right: 20px;
    margin-bottom: 16px;
  }
  
  .account-heading {
    font-size: 2.5rem;
  }



  .table {
    border-spacing: 0;
    width: 100%;
    /*height: 200px;
    overflow-y: scroll;
    margin: 1rem;*/
    
  }
  
/*
  .table__row:nth-child(even) {
    background-color: #e5e5e5;
  }
*/
  .table__header {
    text-align: left;
    
  }

  .table__cell {
    padding:none;
    border:none;
    border-spacing:0;
    margin-left: 2px;
    text-align: left;
    
  }

  .table__cell2 {
    padding:none;
    border:none;
    border-spacing:0;
    margin-left: 2px;
    text-align: center;
    
  }

  .table__cell-red{
    padding:none;
    border:none;
    color: #b92121;
    border-spacing:0;
    margin-left: 2px;
    text-align: left;
    
  }
  .table__cell-green {
    padding:none;
    border:none;
    color: #1c8852;
    border-spacing:0;
    margin-left: 2px;
    text-align: left;
    
  }
  .table__cell_ann {
    padding: 8px;
    word-wrap: break-word;
    max-width: 150px;
    
  }

  td {
    text-align: center;
  }

  .td-border {
    border-left: 2px solid #cccccc;
  }
  .under-limit { 
    background-color: #145c38; 
    color: #ffffff;
  }

  .under-limit2 { 
    background-color: #1c8852;
    color: #ffffff;
  }

  .under-limit3 { 
    background-color: #ebd34c; 
    color: #ffffff;
  }
  .under-limit4 { 
    background-color: #b92121; 
    color: #ffffff;
  }

  .footer {
    text-align: center;
  }

  form textarea#note_description {
    width: 500px;
    height: 100px;
    
}

  .form-control {
    height: 25px;
}

  #no_bottom_fieldset {
    margin: 0;
}

  #no_bottom_form_group {
    margin: 0;
}

  #note_height {
    height: 25px;
}

  .no_padding {
  padding: 0;
}
  .btn {
    border-radius:23px;
    font-size: 12px;
  }

  .btn-space {
    margin: 5px;
  }
  
#drawing-board{
  border: 2px black;
  color: yellow;
}

.foots {
  text-align: center;
}

.iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}


.dot-red{
  height: 10px;
  width: 10px;
  background-color: #ed3f3f;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.dot-green{
  height: 10px;
  width: 10px;
  background-color: #72d278;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.pop-div {
  background-color: #e7f2f9;
  font-weight: bold;
}

#ips1, #ips2, #ips3, #ips4, #ips5, #ips6 {
  width: 185px;
}

.col-dash {
  text-align: center;
}

.module-link {
  color: #838080;
}

a.module-link {
  text-decoration: none;
}

.module-left-border-center {
  border-left: 1px solid #838080;
  text-align: center;
}

.module-left-border {
  border-left: 1px solid #838080;
}

.announce_table_col {
  width: 70%;
}

.no-margin-label {
  margin: 0 !important; 
}


.dash-column1 {
    width: 30%; /* Name */
}
.dash-column2 {
    width: 25%; /* Attorney */
}

.dash-column3 {
    width: 10%; /* Type */
}

.dash-column4 {
    width: 15%; /* County */
}

.dash-column5 {
    width: 10%; /* Opened */
}

.dash-column6 {
    width: 10%; /* Created By */
}

/* Yes No Assets */
.status-button {
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f0f0f0;
}
.status-button.accounted-for-yes {
    background-color: #d4edda; /* Light green */
    color: #155724;
    border-color: #c3e6cb;
}
.status-button.accounted-for-no {
    background-color: #f8d7da; /* Light red */
    color: #721c24;
    border-color: #f5c6cb;
}

.toggle-accounted {
  transform: scale(0.8);
  transform-origin: center;
}

/* Asset Column widths */

.asset-column1 {
    width: 35%; /* Name */
}
.asset-column2 {
    width: 5%; /* Attorney */
}

.asset-column3 {
    width: 10%; /* Type */
}

.asset-column4 {
    width: 10%; /* County */
}

.asset-column5 {
    width: 5%; /* Opened */
}

.asset-column6 {
    width: 10%; /* Created By */
}

.asset-column7 {
    width: 10%; /* Created By */
}

.asset-column8 {
    width: 5%; /* Created By */
}

.asset-column9 {
    width: 10%; /* Created By */
}

.address-column {
    width: 35%; /* Created By */
}


.custom-select-fix {
  /* Option 1: Set a specific line-height */
  /* This property controls the height of the text line itself. */
  /* 'normal' often works, or you can use a unitless value. */
  line-height: normal;

  /* Option 2: Reduce vertical padding */
  /* If the field has too much padding, the text gets squeezed. */
  /* This sets the top/bottom padding to 1px and leaves left/right alone. */
  padding-top: 1px;
  padding-bottom: 1px;

  /* It's also good practice to ensure box-sizing is consistent. */
  box-sizing: border-box;
}