.dt-buttons {
  left:30%;
}

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

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

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: #0074b3;
  border: 1px solid #0074b3;

  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: #0074b3;
  border: 1px solid #0074b3;

  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: #0074b3;
  border: 1px solid #0074b3;

  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: #FFF;
  border: 1px solid #000;

  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: #000;
  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: #FFF;
  border: 1px solid #000;

  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: #000;
  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: #0074ce;
}

.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: #0074ce;
}

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

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

a:hover, a:focus {
    font-family: Arial;
    color: #09F;
    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: #0074ce;
    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: #0074ce;
      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: #0074ce;
}

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

/* 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;
    }

.text-left{
    text-align:left;
}

.mt2{
    margin-top:2em;
}

.mt3{
    margin-top:3em;
}


.mt1{
    margin-top:1em;
}

.mt14{
    margin-top:14em;
}

.red{
    color: red;
}

.logo-width{
    width:490px; 
}

.footer-info{
    text-align:right; 
    font-family:Arial;
}

.footer-logo-width{
    width:350px; 
}

.logo{
    width:250px; 
    margin-top:7px; 
    margin-bottom:7px;
}

.relative-footer {
    width: 100%;
    position: relative;
    background-color: #0074B3;
    padding: 30px 0;
  }
.relative-footer{
    bottom:0;
}
.footer-info{
    font-family: 'Arial';
    text-align: center;
    color:#FFFFFF;
}
div.webtitlebold {
    font-family: 'Arial';
    font-size: 32px;
    color: #0074B3;
    font-weight: 500;
    text-align: right;
}
div.webtitle {
    font-family: 'Arial';
    font-size: 28px;
    color: #0074B3;
    font-weight: 600;
    text-align: right;
}