.dt-buttons {
  left:30%;
}

.hrtight{
    margin-top:1px;
    margin-bottom:1px;
}

.lines_either_side {
    overflow: hidden;
    text-align: center;
}
.lines_either_side:before,
.lines_either_side:after {
    background-color: #000;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
.lines_either_side:before {
    right: 0.5em;
    margin-left: -50%;
}
.lines_either_side:after {
    left: 0.5em;
    margin-right: -50%;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    font-family: Arial;
    color: #185a7d;
}

body {
    font-family: Arial;
    color: #646464;
}

.btn-primary {
  font-family: Arial;
  display: inline-block;
  border: 0 solid;
  border-radius:2px;
  padding-left:10px;
  padding-right:10px;
  padding-top:4px;
  padding-bottom:4px;
  background: #185a7d;
  border: 1px solid #185a7d;

  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  transition: all .1s ease-in-out;
  transition-delay: 25ms;
  font-size: clamp(.8125rem,1.3671875vw,.875rem);
  line-height: 1.6;
  color: #FFF;
  letter-spacing: .01rem;
  /* transition: border .2s,background .2s,color .2s; */
}

.btn-primary:hover, .btn-primary:focus {
  font-family: Arial;
  text-shadow: 0px 0px 1px #FFF;
  display: inline-block;
  border: 0 solid;
  border-radius:2px;
  padding-left:10px;
  padding-right:10px;
  padding-top:4px;
  padding-bottom:4px;
  background: #00a1ca;
  border: 1px solid #00a1ca;

  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  transition: all .1s ease-in-out;
  transition-delay: 25ms;
  font-size: clamp(.8125rem,1.3671875vw,.875rem);
  line-height: 1.6;
  color: #FFF;
  letter-spacing: .01rem;
  box-shadow: 10px;
  /* transition: border .2s,background .2s,color .2s; */
  box-shadow: 0 2px 2px 2px rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19)
}

.btn-primary.disabled, .btn-primary:disabled {
  font-family: Arial;
  text-shadow: 0px 0px 1px #FFF;
  display: inline-block;
  border: 0 solid;
  border-radius:2px;
  padding-left:10px;
  padding-right:10px;
  padding-top:4px;
  padding-bottom:4px;
  background: #185a7d;
  border: 1px solid #185a7d;

  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  transition: all .1s ease-in-out;
  transition-delay: 25ms;
  font-size: clamp(.8125rem,1.3671875vw,.875rem);
  line-height: 1.6;
  color: #FFF;
  letter-spacing: .01rem;
  /* box-shadow: 10px; */
  /* transition: border .2s,background .2s,color .2s; */
  /* box-shadow: 0 2px 2px 2px rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19) */
}

.btn-secondary {
  font-family: Arial;
  display: inline-block;
  border: 0 solid;
  border-radius:2px;
  padding-left:10px;
  padding-right:10px;
  padding-top:4px;
  padding-bottom:4px;
  background: #E35205;
  border: 1px solid #E35205;

  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  transition: all .1s ease-in-out;
  transition-delay: 25ms;
  font-size: clamp(.8125rem,1.3671875vw,.875rem);
  line-height: 1.6;
  color: #FFF;
  letter-spacing: .01rem;
  /* transition: border .2s,background .2s,color .2s; */
}

.btn-secondary:hover, .btn-secondary:focus {
  font-family: Arial;
  text-shadow: 0px 0px 1px #FFF;
  display: inline-block;
  border: 0 solid;
  border-radius:2px;
  padding-left:10px;
  padding-right:10px;
  padding-top:4px;
  padding-bottom:4px;
  background: #F9A434;
  border: 1px solid #F9A434;

  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  transition: all .1s ease-in-out;
  transition-delay: 25ms;
  font-size: clamp(.8125rem,1.3671875vw,.875rem);
  line-height: 1.6;
  color: #FFF;
  letter-spacing: .01rem;
  box-shadow: 10px;
  /* transition: border .2s,background .2s,color .2s; */
  box-shadow: 0 2px 2px 2px rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19)
}

.btn-tertiary {
  font-family: Arial;
  display: inline-block;
  border: 0 solid;
  border-bottom: 1px solid #FFF;
  border-radius:2px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  transition: all .1s ease-in-out;
  transition-delay: 25ms;
  font-size: 10;
  line-height: 1.2;
  color: #FFF;
  letter-spacing: .01rem;
  /* transition: border .2s,background .2s,color .2s; */
}

.btn-tertiary:hover, .btn-tertiary:focus {
  font-family: Arial;
  text-shadow: 0px 0px 1px #FFF;
  display: inline-block;
  border: 0 solid;
  border-bottom: 0 solid;
  border-radius:2px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  transition: all .1s ease-in-out;
  transition-delay: 25ms;
  font-size: 10;
  line-height: 1.2;
  color: #FFF;
  letter-spacing: .01rem;
  box-shadow: 10px;
  /* transition: border .2s,background .2s,color .2s; */
  /* box-shadow: 0 2px 2px 2px rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19) */
}

.navbar-default .navbar-nav > li > a {
    color: #185a7d;
}

.navbar-default .navbar-nav > li > a:hover, a:focus {
    color: #fb9e4c;
}

.navbar-default .navbar-right > li > a {
    color: #fb9e4c;
}

.navbar-default .navbar-right > li > a:hover, a:focus {
    color: #185a7d;
}

.navbar-default .navbar-nav > li > a.navbar-current, a.navbar-current:hover, a.navbar-current:focus {
    color: #185a7d;
}

a {
    font-family: Arial;
    color: #185a7d;
    text-decoration: none;
}

a:hover, a:focus {
    font-family: Arial;
    color: #E35205;
    text-decoration: underline;
}


.h-divider{
    margin-top:11px;
    margin-bottom:20px;
    height:1px;
    width:100%;
    border-top:1px solid gray;
}

.nav-tabs > li.active {
    /* border-bottom: 2px solid #DDD; */
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #185a7d;
    background-color: #ffffff;
    border: none;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-tabs>li>a:hover {
    border: none;
    background: transparent;
}

.nav-tabs>li>a {
    /* background-color: #f8f5f0; */
    border-color: #dfd7ca;
    color: #75746b;
    line-height: 1.42857143;
    border: none;
    border-radius: 4px 4px 0 0;
}

.nav>li>a {
    border-color: #dfd7ca;
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav-tabs>li>a::after {
      content: "";
      background: #185a7d;
      height: 1px;
      position: absolute;
      width: 100%;
      left: 0px;
      bottom: 0px;
      transition: all 250ms ease 0s;
      transform: scale(0);
  }
  .nav-tabs>li.active>a::after,
  .nav-tabs>li:hover>a::after {
      transform: scale(1);
  }
  .tab-nav>li>a::after {
      background: #21527d none repeat scroll 0% 0%;
      color: #fff;
  }

.nav {
    font-size: 11px;
    line-height: 22px;
    font-weight: 500;
    text-transform: uppercase;
}

/* active subtab */
#submissionfiles>ul>li.active>a, #submissionfiles>li.active>a:hover, #submissionfiles>li.active>a:focus,
#submissionunits>ul>li.active>a, #submissionunits>li.active>a:hover, #submissionunits>li.active>a:focus {
}

/* hover subtab */
#submissionfiles>ul>li>a:hover, #submissionunits>ul>li>a:hover {
    color: #185a7d;
}

/* subtab */
#submissionfiles>ul>li>a, #submissionunits>ul>li>a {
    color: #185a7d;
}

/* Sphinx Docs customizations */
#content .sphinx h1 {clear: both; border-top: 1px solid #eee; padding-top: 18px; }
.pagination-top {
    border-bottom: 2px solid #c0c0c0;
    margin-bottom: 18px;
    padding-bottom: 18px;}
.pagination-top .breadcrumbs {
    border-bottom: 2px solid #c0c0c0;
    margin-bottom: 18px;
    padding-bottom: 18px;
    }
.pagination-bottom {
    border-top: 2px solid #c0c0c0;
    margin-top: 18px;
    padding-top: 18px;}
.pagination-bottom .breadcrumbs {
    border-top: 2px solid #c0c0c0;
    margin-top: 18px;
    padding-top: 18px;
    }
#content .sphinx a.headerlink {
    font-size: 0.8em;
    padding: 0 4px 0 4px;
    text-decoration: none;
    visibility: hidden;
    }
#content .sphinx *:hover > a.headerlink { visibility: visible; }
#content .sphinx dl.method, #content .sphinx dl.attribute {
    border-top: 1px solid rgb(170, 170, 170);
    }
#content .pagination-bottom .meta {display: none;}
#content .sphinx table {width: auto; border: 0; background: transparent;}
#content .sphinx th {border: 0;}
#content .sphinx td {border: 0; background: transparent;}
#content .sphinx ul, ol {
    padding-left: 40px;
    }
#content .sphinx dl.function {
    border-top: 1px solid #eee;
    }
#breadcrumbs {
    margin-bottom: 1.618em;
    background: #ffffff;
    box-shadow: 0 0 5px 0 #cccccc;
    -webkit-box-shadow: 0 0 5px 0 #cccccc;
    overflow: hidden;
    }
#breadcrumbs .breadcrumbs {
    overflow: hidden;
    border: 1px solid #eeeeee;
    padding: .618em 1.618em;
    margin: .618em;
    }
.alignleft {
      float: left;
      margin: 0 1.618em 1em 0;
    }
.alignright {
    float: right;
    margin: 0 1.618em 1em 0;
    }
.dark-blue {
    background-color: #185a7d;
}
.relative-footer-default{
    width: 100%;
    position: relative;
    padding: 30px 0;
    bottom:0;
}
.footer-info{
    font-family: 'Arial';
    text-align: center;
    color:#FFFFFF;
}
div.webtitlebold {
    font-family: 'Arial';
    font-size: 32px;
    color: #185a7d;
    font-weight: 500;
    text-align: right;
}
div.webtitle {
    font-family: 'Arial';
    font-size: 28px;
    color: #185a7d;
    font-weight: 600;
    text-align: right;
}
.m-t-1 {
    margin-top: 1em;
}
.m-t-2 {
    margin-top: 2em;
}
.m-t-3 {
    margin-top: 3em;
}
.m-t-10 {
    margin-top: 10em;
}
.white {
    color: white;
}
.text-right {
    text-align: right;
}
.border-left-1px{
    border-left:1px;
}
.footer-logo-width{
    width:250px; 
}
.font-arial{
    font-family: 'Arial';
}
.logo{
    width:250px; 
    margin-top:7px; 
    margin-bottom:7px
}
.red{
    color: red;
}
.logo-width{
    width:490px;
}