@charset "utf-8";
/* CSS Document */

.usicon {
  font-size:60px;
  color:red; 
  background-color: #ffffff; 
  padding: 10px; 
  border-radius: 5px;
  display: block;
}

.usmenu {
  text-decoration: none; 
  color: #ffffff; 
  font-size: 25px;
  height: 130px;
}

.card {
  background-color: #F9CC33;
  text-decoration:none;
  padding: 10px 15px 10px 15px;
  font-weight: normal;
  font-size: large;
  content: '';
  border-radius: 8px;
  position: block;
  margin-bottom: 3px;
}

.card-entry {
  background-color: #F9CC33;
  text-decoration:none;
  padding: 5px;
  font-weight: normal;
  font-size: large;
  border-radius: 8px;
  position: block;
  margin: 0px 10px 0px 10px;
}

.usbold {
  color: #CF302C; 
  text-decoration:none;
  font-weight: bolder;
  font-size: large;
  content: '';
}

#disp-div {
  margin-left:10px;
  margin-right: 10px;
}

.tblLayout {
    width: 100%;
}

.tblLayout tr > td:first-child {
    width: 99%;
}

.shap-button {
  border-radius:10px;
}

.nopadding {
   padding-right: 0 !important;
   margin: 0 !important;
}

.text-upper {
    text-transform: uppercase;
}

.text-right {
    text-align: right;
}

.text-center {
	text-align: center;
}

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.gridstyle {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 20px;
}

.bg {
  /* Background image is centered vertically and horizontally at all times */
  background-position: center center;
  
  /* Background image doesn't tile */
  background-repeat: no-repeat;
  
  /* Background image is fixed in the viewport so that it doesn't move when 
     the content's height is greater than the image's height */
  background-attachment: fixed;
  
  /* This is what makes the background image rescale based
     on the container's size */
  background-size: cover;
  
  /* Set a background color that will be displayed
     while the background image is loading */
  background-color: #5f5f5f;
}

.uslogo {
    background-color: #ffffff;
    text-decoration:none;
    color: #0069D9;
    padding:7px;
    text-align:center;
    font-size: large;
    font-weight: bolder;
    border-radius: 5px;
    display: inline;
    content: '';
}

.ustitle {
  background-color: #265AA7;
  color: #fff;
  border-color: #265AA7; /*set the color you want here*/
  text-decoration:none;
  font-size: larger;
  padding:7px;
  text-align:center; 
}

.ushelpbutton {
    background-color:#106d2f;
    text-decoration:none;
    color:white;
    text-align:center;   
    border-radius: 3px;
}

.usheading {
    background-color: #9400D3;
    font-size: 25px;
    color:white;
    padding-left:10px;
    text-align:center;   
    border-radius: 5px;
}

label {
    color: black;
    margin-bottom: 0;
}


body {
  background-color: #FFFF99;
}

.navbg {
  background-color: #0069D9;
}

.usbodycolor {
    background-color: #f1f1f1;
}

.usentrycolor {
    background-color: #ffffff;
}

.usnavcolor {
    background-color:#771e18;
}

.usbr {
    padding-top: 30px;
}

.usbrhalf {
    padding-top: 15px;
}

.centerdiv {
  margin: 0 auto; 
  float: none; 
}

.navbar-nav > li{
  margin-left:5px;
}

.nav > li > a {
  color: #fff;
  background-color: #6f2390;
  border-color: #6f2390; /*set the color you want here*/
  border-radius: 5px;
  padding: 10px;
}

.nav > li > a:hover, .nav > li > a:focus {
  background-color: #4f1967;
  border-color: #4f1967; /*set the color you want here*/
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}

.dropdown-item:hover,
.dropdown-item:focus {
  background-color: #4f1967;
  border-color: #4f1967; /*set the color you want here*/
  color: #fff;
}

.modal-lg {
  max-width: 95% !important;
}

.modal-header {
  padding: 5px 10px 5px 10px;
}

.modal-footer {
  padding: 5px 10px 10px 10px;
}

.modal-body {
  padding: 5px 10px 10px 10px;
}

.form-control:focus {
   background-color: #ffff99;
}

.modal-title {
  color: #ffffff;
}
