@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: 20px;
}

.usmenu:link {
  text-decoration: none; 
  color: #ffffff; 
  font-size: 20px;
}

.usmenu .badge {
  font-size:10px;
  position: absolute;
  top: 0px;
  right: 2px;
  padding: 5px 10px;
  border-radius: 50%;
  background-color: red;
  color: white;
}

.card {
  background-color: #fcdd76;
  text-decoration:none;
  padding:10px;
  font-weight: normal;
  font-size: large;
  content: '';
  border-radius: 8px;
  margin-bottom: 10px;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}

.usbold {
  color: #CF302C; 
  text-decoration:none;
  font-weight: bolder;
  font-size: large;
  content: '';
}

.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;
}

.center {
  text-align: center;
}

.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: #265AA7;
    padding:7px;
    text-align:center;
    font-size: large;
    font-weight: bolder;
    border-radius: 5px;
    content: '  ';
}

.ustitle {
  background-color: #4f1967;
  color: #fff;
  border-color: #4f1967; /*set the color you want here*/
  text-decoration:none;
  padding:7px;
  text-align:center;   
  border-radius: 3px;
}

.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 {
    margin-bottom: 0;
}


body {
  background-color: #3E4095;
}

.navbg {
  background-color: #ED3237;
}

.usbodycolor {
    background-color: #f1f1f1;
}

.usentrycolor {
    background-color: #ffffff;
}

.usnavcolor {
    background-color:#771e18;
}

.usbr {
    padding-top: 30px;
}

.usbrhalf {
    padding-top: 15px;
}

.centerdiv {
    margin: 0 auto; /* Added */
    float: none; /* Added */
    margin-bottom: 10px; /* Added */
}

.btn-primary {
  color: #fff;
  background-color: #265AA7;
  border-color: #265AA7; /*set the color you want here*/

}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #265AA7; 
  border-color: #265AA7; /*set the color you want here*/
}

.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;
  background-color: #9400D3;
}

.modal-footer {
  padding: 5px 10px 10px 10px;
  background-color: #9400D3;
}

.modal-body {
  padding: 5px 10px 10px 10px;
  background-color: #9400D3;
}

.form-control:focus {
   background-color: #ffff99;
}

.modal-title {
  color: #ffffff;
}

/* Loading CSS */
.loader,
.loader:before,
.loader:after {
  background: #ffffff;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}

.loader {
  color: #ffffff;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 10px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}