html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

/*body {
  margin-bottom: 60px;
}*/

/*  ----------------------------------- */

body {
    padding-top: 50px;
    padding-bottom: 20px;
    margin-bottom: 60px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* tj */
.jumbotron {
    background-color: #ecf8e0;
}


/*TJ*/
.bg-darkgreen {
    background-color: #336600;
}

.text-white {
    color: white;
}

.float-right {
    float: right;
}

.navbar-right {
    float: right !important;
    margin-right: -15px;
}

.image-roundcorners {
    border-radius: 25px;
    background-position: left top;
    background-repeat: repeat;
}

.btn {
    display: block;
    margin: 10px 0;
    padding: 10px;
    width: 100%;
}


a:hover, a:focus {
    color: #336600;
    text-decoration: underline;
}

hr {
    border-top: 1px solid #336600;
}


/* Alignment*/

.text-right {
    text-align: right;
}

.padding-left {
    padding-left: 50px;
}

.colbor {
    margin-top: 10px;
    margin-left: -10px;
    margin-right: -10px;
    margin-left: 10px;
    /*padding: 20px;*/
    outline: 2px solid #336600;
    outline-offset: -10px;
}

.bgColorLiteBlue {
    background-color: #B6D0E2;
}

.bgColorLiteYellow {
    background-color: #FFFFE0;
}

.colorRed{
    color:red;
}

.marginUp{
    margin-top:-14px;
    margin-left:-55px;
}