html,
body {
  font-family: "Public Sans", sans-serif;
  font-size: 16px;
  font-weight: 200;
  overflow-x: hidden;
}

/*
// <weight>: Use a value from 100 to 900
// <uniquifier>: Use a unique and descriptive class name

.public-sans-<uniquifier> {
  font-family: "Public Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
*/
h1 { font-size: clamp(32px, 5vw, 40px); } 
h2 { font-size: clamp(28px, 4vw, 34px); } 
h3 { font-size: clamp(24px, 3.5vw, 28px); } 
h4 { font-size: clamp(20px, 3vw, 24px); } 
h5 { font-size: clamp(18px, 2.5vw, 20px); } 
h6 { font-size: clamp(16px, 2vw, 17px); }


html,
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  background-color: #f0f0f0;
}

.spur
{
  color:#d1e7dd;
}
.container {
  background-color: #ffffff;
}

.resitem img
{
    max-height:auto!important;
    max-width: 250px!important;
    min-height:auto!important;
    width:100%!important;
}
.resitem
{
    min-height: 76px;
}
.top-bar {
  background-color: #0177a6;
  font-size: 0.9em;
  color: white;
}

.topbar-nav {
  list-style-type: none;
}

.topbar-nav-item {
  display: inline;
  padding: 10px;
  float: right;
}

.topbar-nav-item a {
  color: white;
  text-decoration: none;
  font-size: 0.95em;
}

.logo {
  width: 370px;
}

main {
  min-height: 200px;
}

label{
  color: #212529;
  font-weight: 300;
}

.slim-banner {
  background-image: url("/assets/img/low-poly-texture-banner-carousel.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 150px;
  padding-top: 30px !important;
  padding-left: 50px !important;
}

.page-footer {
  background-color: #252e38;
  color: white;
  font-size: 18px;
  margin-top: 2rem;
}

.footer-links {
  padding-top: 75px;
  padding-bottom: 15px;
}

.footer-links ul {
  list-style-type: none;
  padding-left: 0px;
}
.footer-links ul li {
  display: inline;
  margin-right: 10px;
}

.footer-links ul li a {
  color: white;
  text-decoration: none;
}

.footer-links ul li a:hover {
  color: #66adc9;
}

.footer-links li:after {
  content: "|";
  margin-left: 10px;
  color: #565555;
}

.footer-links li:last-child:after {
  content: "";
}

.page-footer strong {
  font-weight: 600;
}

.page-footer a {
  color: white;
  text-decoration: none;
}

.page-footer a:hover {
  color: #66adc9;
}

.footer-socials {
  margin-top: 50px;
}

.footer-socials a {
  font-size: 2em;
  margin-right: 50px;
}
.footer-socials a:last-child {
  margin-right: 0px;
}

.backToTop {
  background-color: #0076a5;
}
.backToTop:hover {
  background-color: #23509a;
  transform: scale(1.15);
}
.backToTop {
  font: 0 / 0 a;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 30px;
  right: 30px;

  border-radius: 40px;
  transition: background 0.2s ease-in;
  z-index: 100;
}

.backToTop {
  background-image: none;
  width: 40px;
  height: 40px;
  transform: none;
  transition: all 0.2s ease;
}

.backToTop:after {
  display: block;
  content: "";
  background: #ffffff;
  width: 40px;
  height: 40px;
  -webkit-mask-image: url(/assets/img/auxIcons.svg#caret);
  mask-image: url(/assets/img/auxIcons.svg#caret);
  -webkit-mask-size: 20px 20px;
  mask-size: 20px 20px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transform: rotate(180deg);
}

input:not(.form-check-input),
textarea,
select {
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 200;
  font-size: 1em;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  display: block;
  min-width: 100%;
  font-family: inherit;
  background-color: #ffffff;
  color: #2c3345;
  height: 2.5em;
  padding: 0 0.625em;
  outline: 0;
  margin: 0;
  text-align: left;
}

input[type="checkbox"] {
  font-size: 0.5em;
}

/* Button Styles */


input[type="radio"] {
  width: 1em;
  height: 1em;
}

.btn {
  align-items: center;
  text-decoration: none;
  background-color: #0177a6;
  border: 0;
  border-radius: 100px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-family: "Urbanist", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 14px;
  max-width: 480px;
  min-height: 40px;
  min-width: 0px;
  overflow: hidden;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  touch-action: manipulation;
  transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) Os,
    box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) Os,
    color 0.167s cubic-bezier(0.4, 0, 0.2, 1) Os;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
}
.btn:hover,
.cicm_button:focus {
  background-color: #16437e;
  color: #ffffff;
}


.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn:active {
  background: #09223b;
  color: #ffffff;
}

.btn-success.active, .btn-success:active {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-warning.active, .btn-warning:active {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning.focus, .btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-check:focus+.btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5);
}

.btn:disabled {
  cursor: not-allowed;
  background: rgba(0, 0, 0, 0.08);
  color: rgba(0, 0, 0, 0.3);
}

.alert>p, .alert>ul {
  margin-bottom: 0;
}

.header-logo {
  background-color: #ffffff !important;
  padding-left: 20px;
}
.navbar {
  background-color: #ffffff !important;
  color: white;
  font-size: 18px;
}

.nav-link {
  color: rgba(0, 0, 0, 1) !important;
  font-weight: 400 !important;
  text-decoration: none;
}
.nav-link:hover {
  color: rgba(0, 118, 165) !important;
}

.auth-box {
  margin-top: 30px;
}

.auth-box-form {
  margin: 0 auto;
  max-width: 400px;
  padding: 20px;
  width: 90%;
}


.cicm_card-title {
  font: size 1.2em !important;
  margin: 15px 0 10px;
  color: #333333;
}

h3.cicm_card-title:after {
  content: "";
  width: 80px;
  height: 5px;
  background-color: #ff1946;
  display: block;
}


.content-header {
    padding: 30px;
  }
  .content {
    padding: 30px;
  }

@media (min-width: 1220px) {
  .banner-content button {
    display: inline-block;
    background: none;
    border: 1px solid black;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 0.875em;
  }
  .container{
    padding:30px!important;
  }
  .content{
    padding:30px!important;
  }
  .content-header {
    padding: 10px;
    padding-left:40px;
  }
    .detail-content-container
    {
        padding:0px!important;
        padding-top:30px!important;
    }
}
@media (max-width: 1199px) {
  .banner-content .icon {
    display: inline-block;
  }
  .content-header {
    padding: 10px;
    text-align: center;
  }
  .content {
    padding: 10px;
  }
  .detail-content-container
  {
      padding:0px!important;
      padding-top:30px!important;
  }
}
.TextButton {
  color: white;
  font-weight: 400;
}

/** Dropdown Menu Styles */
.dropdown-menu>li>a {
  padding: 8px 30px 8px 10px;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  background: #eeeef7;
  border-left: 5px solid #ff1946;
  padding: 8px 30px 8px 10px;
}
/** End Dropdown Menu Styles */

/* Accordions */

details {
  padding: 0.5em 0.5em 0;
  margin: 1em;

  position: relative;
  
}
summary {
  background-color: #0177a6;
  border-radius: 100px;
  color: #fff;
  font-weight: bold;
  margin: -0.5em -0.5em 0;
  padding: 1em;
}
/*  details[open] {
      padding: 1em; 
      } */
details[open] summary {
  border-bottom: 1px solid #aaa;
  margin-bottom: 1em;
  position: relative;
  z-index: 2;
}

details[open] > summary::marker {
    display: none;
    content: "";
}

details > summary::marker {
    display: none;
    content: "";
}

details > .detail-content-container {
  margin-top: -41px;
  padding: 30px 30px;
  background-color: #f9f9f9;
  position: relative;
  z-index: 1;
}

/** End Accordions */

/** Start Table Styles */

.cicm_table {

  width: 100%;

  border-collapse: collapse;

  border-spacing: 0;

  border: 1px solid #e5e5e5;

}


th,

td {

  text-align: left;

  padding: 1em 0.5em 0.5em 1em;

  border: 1px solid #e5e5e5;

}

th {

  background-color: #eeeef7;

  padding: 1em 0.5em 0.5em 1em;

}

/*** Stacktable ***/
td.st-key {
  text-align: left;
}


.dashboard-query-tbl-container{
    overflow-x: auto;
}


/* End Table Styles */

/** Font Text Styles */

.custom-font-size{
  font-size: 16px;
}

.fa-one-half{
  font-size: 1.3em;
}

/** End Font Text Styles */


/** Overriding Bootstrap Styles */
.badge{
  font-weight: 600;
}

/* End Overriding Bootstrap Styles */

section.content.container {
  padding-bottom: 1rem !important;
}

/** Bootstrap Validation Styles */

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
  color: #a94442;
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

/* End Bootstrap Validation Styles */

/** Select2 Styles */



span.select2-selection.select2-selection--single, span.select2-selection.select2-selection--multiple{

  display: block;

  width: 100%;

  height: calc(1.5em + .75rem + 2px);

  padding-bottom: .05rem;

  padding-left: 0.2rem;

  font-size: 1rem;

  font-weight: 400;

  line-height: 1.5;

  color: #6e707e;

  background-color: #fff;

  background-clip: padding-box;

  border: 1px solid #d1d3e2;

  border-radius: .35rem;

  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;

}



span.select2-selection.select2-selection--single{

  padding-top: .3rem;

}



span.select2-selection.select2-selection--multiple{

  padding-top: .05rem;

}



.select2-container--default .select2-selection--single .select2-selection__arrow{

  top: 5px !important;

}

.text-right
{
  text-align: right;
}
.table-scroll
{
  overflow-x: auto;
  width:100%;
}

/** End Select2 Styles */