.dt-buttons {
  left:30%;
}

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

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    color: #77bc1f;
}

body {
    color: #646464;
}

.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 {
    color: #0074ce;
    text-decoration: none;
}

a:hover, a:focus {
    color: #fb9e4c;
    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;
    }


    .login_box{
        border:1px solid #DDDDDD;
         max-width: 365px;
         margin-left:auto;
         margin-right:auto; 
         padding: 1em 1em 2em;
    
    }
    
    .margin-top{
      margin-top:20px;
    }
    
    
    .form-headline {
      padding-bottom: 30px;
      line-height: 1.4;
      text-align: left;
    }
    
    .form-headline--line-gold:after {
      content: '';
      width: 55px;
      height: 4px;
      background-color: #185A7D;
      margin-top: 10px;
      display: block;
    }
    
    .form-headline__subcopy {
      margin: 8px 0;
      line-height: 1.5;
      color: #0074CE;
    }
    
    .form-headline__title {
      font-weight: 800;
      font-size: 32px;
      line-height: 38px;
    }
    
    .form-headline__super {
      font-size: 14px;
      font-weight: 500;
      color: #0074CE;
      display: block;
    }
    
    @media (min-width: 882px)
    .form-headline--line-gold:after {
      margin-left: 0;
      margin-right: 0;
    }
    
    label, label>.relative {
      display: block;
    }
    label {
      font-weight: 700;
      font-size: 12px;
      position: relative;
    }
    
    .m-t-0 {
      margin-top: 0!important;
    }
    .w-100 {
      width: 100%;
    }
    
    .btn-login {
    display: inline-block;
    padding: 15.5px 28px;
    line-height: 16px;
    font-size: 12px;
    appearance: none;
    outline: 0;
    border: 0;
    color: #fff;
    border-radius: 3px;
    transition: all 300ms ease;
    background: #185A7D;
    font-weight: 600;
    cursor: pointer;
    font-family: "Gotham SSm A","Gotham SSm B","Helvetica Neue",Helvetica,Arial,sans-serif;
    text-decoration: none!important;
    text-align: center;
    }
    
    .btn-login:hover {
    background: #004882 !important;
    color: #fff;
    }
    
    .form-field__help-link {
    display: inline-block;
    font-size: 14px;
    }
    .form-field__help-link {
    display: inline-block;
    font-size: 14px;
    margin: 1em 0;
    }
    
    .text-xs {
    font-size: 12px;
    }
    
    .text-center {
    text-align: center;
    }
    
    a {
    color: #185A7D;
    text-decoration: none;
    cursor: pointer;
    }
    div.title {
    color: #185A7D;
    font-size: 28px;
    font-weight: 200;
    font-family: 'Open Sans';
    text-align: center;
    }
    div.title-sub{
    font-size:16px;
    color: #EB6150;
    font-weight:600;
    font-family: 'Open Sans';
    text-align: center;
    
    }
    
    .customer-icon{
        width:250px;
      display: block;
      margin-top:30px;
      margin-right:auto;
      margin-left:auto;
    }
    
    .margin-top-default{
      margin-top: 1em;
    }
    
    .login-input{
      font-size: 16px;
      font-family:'Open Sans';
      font-weight:600;
      text-transform: uppercase;
    }
    
    