﻿/* Set padding to keep content from hitting the edges */
h1 {
    font-size: 1.6em;
}

@media screen and (min-width: 992px) {
    h1 {
        font-size: 2.2em;
    }
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

@media screen and (min-width: 768px) {
    #mainContent {
        max-width: 420px;
    }
}

@media screen and (min-width: 900px) {
    #mainContent {
        max-width: 530px;  /*632*/
    }
}

/* New elements */
.info {
  padding: 10px;
  padding-top: 5px;
  margin-bottom: 20px;
  color: inherit;
  background-color:antiquewhite;
  margin-right: auto;
  margin-left: auto;
  
  font-size: 12px;
  font-weight: 200 !important;
  line-height: 1.4;
}

.info h1 {
  line-height: 1;
  color: inherit;
}

.info h2 {
  font-size: 16px;
  line-height: 1;
  color: inherit;
}

.info a {
}

.infoLink {
    text-align: left;
    cursor: pointer;
    color: #284372;
}

.infoLink:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.infoLink:hover,
.infoLink:focus {
  color: #333333;
  text-decoration: none;
}

.infoLink:active,
.infoLink.active {
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.infoLink a {
    display: block;
    color: #284372;
}

.infoLink a:hover,
.infoLink a:focus {
}

.info h3 {
  font-size: 14px;
  line-height: 1;
  color: inherit;
}

h2 {
  font-size: 22px;
  line-height: 1;
  color: inherit;
}

.info p {
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 200;
  line-height: 1.4;
}

.info label {
    font-size: 10px;
}

.container .info {
  border-radius: 6px;
}

@media screen and (min-width: 768px) {
  .info {
    padding-top: 5px;
    padding-bottom: 20px;
    font-size: 16px;
  }
  .container .info {
    padding-right: 20px;
    padding-left: 20px;
  }
  .info p {
    font-size: 16px;
  }

  .info h1 {
    font-size: 63px;
  }
  .info h2 {
      font-size: 22px;
  }

   .info h3 {
  font-size: 18px;
  line-height: 1;
  margin-top: 5px;
  margin-bottom: 15px;
  color: inherit;
}
   .info label {
       font-size: 15px;
       margin-right: 4px;
   }
}

.navbar-under > li > a {
  padding-top: 5px;
  padding-bottom: 20px;
  line-height:  0;
}

/*  */
.pageHeader {
    background: #ffffff; margin: auto; margin-top: 40px; text-align: left; width: 85%;
    max-width: 850px;
    border-radius: 10px 10px 0 0;
}

.pageBody {
    display: inline-block;
    width: 100%;
    padding-left: 5px;
    padding-top: 5px;
    padding-right: 5px;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}

#contentHolder {
    float: none;
    overflow-x: hidden;
    overflow-y: visible;
    overflow-wrap: break-word;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
    line-height: 1.4em;
}

@media screen and (min-width: 768px) {
    #contentHolder {
        padding-right: 5px;
        margin-right: 5px;
    }
}

/* Elements from sharepoint site */
a {
    color: #0221b4;
}

#breadcrumbs {
    padding: 3px 0 10px 0;
    font-size: 89%;
    width: 100%;
    text-align: center;
}

@media screen and (min-width: 768px) {
    #breadcrumbs {
        clear: left;
        text-align: left;
    }
}

#agencynav {
    height: 100%;
    width: 100%;
    float: left;
    margin-right: 5px;
    padding-right: 5px;
    margin-top: 0;
    padding-top: 0;
}

#glossynav {
    /*width: 100%;*/
    border-bottom-width: 0;
    border-top: 1px solid #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    line-height: 1.3em;
    display: none;
}

#livehelp {
    margin-top: 20px;
    margin-right: 10px;
    margin-bottom: 15px;
    font-size: 11px;
    line-height: 13px;
    display: none;
}

@media screen and (min-width: 768px) {
    #glossynav {
        width: 174px;
        display: block;
    }

    #agencynav {
        width: 190px;
    }

    #livehelp {
        display: block;
    }
}

#glossynav a {
    display: block;
    background: #274272;
    color: #ffffff;
    font-weight: bold;
    padding: 4px 0;
    padding-left: 4px;
    border-bottom: 1px solid #FFFFFF;
    font-size: 12px;
}

#glossynav a > img {
    margin-left: -5px;
    margin-right: 2px;
    float: right;
}

#glossynav .submenu {
    display: none;
    background-color: #dadada;
    margin: 0;
}

#glossynav .submenu a {
    font-weight: normal;
    background-color: #dadada;
    color: #5F5F5F;
}

#glossynav .submenu ul {
    background-color: #dadada;
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

#glossynav .submenu ul li {
    background-color: #dadada;
    padding: 3px 0;
    border-bottom: 1px solid #CBCBCB;
    display: list-item;
}

#glossynav .submenu ul li a {
    background-color: #dadada;
    border-bottom: none;
    color: #5F5F5F;
    line-height: 1.2em;
    padding: 2px 0;
    padding-left: 10px;
}

#mainFootter {
    text-align: center;
    font-size: 12px;
    padding: 10px;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    margin-top: -5px;
}

#entFooter {
    width: 85%;
    max-width: 850px;
    font-size: 12px;
    margin: auto;
}

/* Elements from main site */
/*body { background: #f1f1f1; color: #181818; margin: 0; margin-top: 0; padding: 0; height: 100%; }*/
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: .8em;
    line-height: 1.3em;
    background-image: url('../Images/bg_bluegradient.jpg');
    background-position: top left;
    background-repeat: repeat-x;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
}

#container { background: #ffffff; border: #e7e7e7 10px solid; color: #333; margin: auto; margin-top: 20px; /*position: relative;*/ text-align: left; width: 85%; /*min-width: 551px*/ 
             border-radius: 4px
}


.header { background: url("../Images/bg-header.gif") repeat-x #ffffff;
          min-height:92px;
          /*min-width: 531px;*/
          overflow:hidden;
          border-radius: 10px 10px 0 0;
          border-top: 1px solid #CCCCCC;
}

.headerSocial { visibility:hidden; display: none; }
.icons { 
    visibility:hidden;
    display: none; 

    padding: 13px 7px 0 9px;
    line-height: 2.4em;
    font-size: 13px;
    text-align: right;
    float: right;
}

.iconsbottom { 
    visibility: visible;
    display: block;

    margin: 3px 0 5px 0;
    font-size: 89%;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .iconsbottom {
        text-align: left;
        float: left;
    }
}

@media (min-width: 782px) {
    .headerSocial {
        float: right;
        font-size: 0;
        margin: 10px 10px 0 0;
        display: block;
        visibility: visible;
    }

    .headerSocial a {
        display: block;
        float: right;
        height: 16px;
        margin: 0 5px 0 0;
        width: 16px;
        visibility: visible;
        border-radius: 6px;
    }
}
@media (min-width: 968px) {
  .icons {
      visibility: visible;
      display: block;
  }

  .iconsbottom {
      visibility: hidden;
      display: none;
  }
}

@media (max-width: 700px) {
    .header {
        background: none !important;
        min-height: 0 !important;
    }

    .header > a > img {
        width: 100%;
    }
}

/* Add a footer version */
.footerSocial { font-size: 0; margin: 10px 10px 0 0; display:block; visibility:visible; width:50%;
  text-align:center;
  margin-left:auto;
  margin-right:auto;
}

.footerSocial a { display:inline-block; height: 32px; margin: 0 5px 0 0; width: 32px; visibility:visible; 
  margin-left:auto;
  margin-right:auto;
  border-radius: 6px
}

@media (min-width: 782px) {
  .footerSocial { visibility:hidden; display: none; }
  .footerSocial a { visibility:hidden; display: none; }
}

/**/
#vetNav {  background-color: white;
             color: #ffffff; 
             /*height:50px;
                 position: relative;*/
             text-align: center;
             align-content: center; }/*dcdcdc*/ /*284372 background: repeat-x #284372;*/

#vetNav a:hover,
#vetNav a:focus,
#vetNav .navbar-nav > .disabled > a,
#vetNav .navbar-nav > .disabled > a:hover,
#vetNav .navbar-nav > .disabled > a:focus {
  color: #284372;
  background-color: transparent;
}


#vetNav .navbar-nav > .active > a,
#vetNav .navbar-nav > .active > a:hover,
#vetNav .navbar-nav > .active > a:focus {
  color: #284372;
  background-color: #080808;
}

#vetNav a {
    color: crimson;
    font-size: 17px;  margin-right: 5px;
    text-decoration: none;
}

@media screen and (min-width: 768px) {
    #vetNav a {
        margin-right: 10px;
    }
}

@media screen and (min-width: 992px) {
    #vetNav a {
        font-size: 20px;
        margin-right: 20px;
    }
}

.printNone { }

#datetime { padding-bottom: 20px; padding-top: 10px; text-align: center; }
#copyright { padding-bottom: 50px; text-align: center; }

/* Extra elements */
#redStripe {
    background: repeat-x crimson;
    height: 10px;
    margin-top: 1px;
    margin-bottom: 2px;
    border-radius: 4px
}

.table {
    display: table;
    overflow:hidden;
}

.table div {
    display: table-cell;
}

.equalHeight {
    padding-bottom: 100%;
    margin-bottom: -100%;
}

.required-annotation
{
    color: #b94a48;
    font-weight: 900;
}

.singleNumberInput,
.singleCharacterInput
{
    display: inline;
    width: 25px;
    padding: 0 6px;
    line-height: 1.428571429;
    color: #555555;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/* For screen readers */
.VisibleScreenReader {
    position: absolute;
    left: -999em;
    top: auto;
    width: 1em;
    overflow: hidden;
}

#skip:focus {
    position: static;
    width: auto;
    height: auto;
}