@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
* {
  box-sizing: border-box;
}

html {
  font-size: 14px;
}

body {
  margin: 0;
  height: 100%;
  background-image: url("../images/background.gif");
  background-repeat: repeat;
  background-color: #fff;
  font-family: 'Titillium Web', sans-serif;
  font-weight:400;
  min-height: 100vh;
}

/**
 * Forms
 */
 
button:focus {
  outline: none;
}

.form-input {
  display: block;
  position: relative;
  margin-bottom: 1rem;
}

.form-input > .material-icons {
  position: absolute;
  font-size: 1.5rem;
  top: 1.2rem;
}

.form-input > .material-icons ~ input, .form-input > .material-icons ~ .label, .form-input > .material-icons ~ .underline {
  margin-left: 2.25rem;
  width: calc(100% - 2.25rem);
}

.form-control-file {
  border: 1px solid #d9d9d9;
  border-radius: 0;
  line-height: 2.5;
}

.form-control-file:hover {
  border: 1px solid #00447370;
}

.notification {
  font-size: 1.15em;
}

.text-nsuccess {
  color: #f9f9f9;
  background-color: #004473;
  padding: 15px 20px;
  margin: 0 auto 10px;
  font-size: 13px;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  width: 25rem;
}

.text-nwarning {
  color: #ff5722;
  background-color: #ffddd3;
  padding: 15px 20px;
  margin: 0 auto 10px;
  font-size: 13px;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  width: 25rem;
}

.text-ndanger {
  color: #86181d;
  background-color: #ffdce0;
  padding: 15px 20px;
  margin: 0 auto 10px;
  font-size: 13px;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  width: 25rem;
}

.ghost-round {
  cursor: pointer;
  background: none;
  border: 1px solid #004473;
  border-radius: 25px;
  color: #004473;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-size: 19px;
  font-size: 1.2rem;
  font-family: roboto;
  font-weight: 300;
  line-height: 2.5em;
  margin-top: auto;
  margin-bottom: 25px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.ghost-round:hover {
  background: #004473;
  color: #fff;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.full-width {
  width: 100%;
}

.material-icons {
  font-size: 40px;
  color: #004473;
}

/* .jumbotron {
  background-color:#004473;
  color: #c3c6c4;
  border-radius: .2rem;
} */

.lg-hide {
	display: none !important;
}

.footer-content { 
  background: #004473;
  color:#fff;
  padding-top:1%;
  padding-right: 20%;
  padding-left:20%;
  padding-bottom:0;
}

.nav-pills .nav-link {
  border-radius: 0;
  color: #004473;
  background: #FFF;
  font-weight: bold;
  padding-top: 12px;
  padding-bottom: 12px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #FFF;
  background-color: #004473;
}

.banner {
  background: #000;
  margin-bottom: 2rem;
}

.logout {
  font-weight: bold !important;
  color: #FFF !important;
  background-color: #004473 !important;
}

.card {
  border-radius: 1.5%;
  padding: 5%;
}

.newClaimBtn {
  display:  inline-block;
  text-align: center;
  font-weight: bold !important;
}

footer {
  width: 100%;
  color: #fff;
  position: relative;
  bottom: 0;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.banner-center { width: 34%; float: left; }
.banner-left   { width: 33%; float: left; }
.banner-right  { width: 33%; float: left; display: block; }
.check-rebate  { display: none; }

@media only screen and (min-width: 320px) and (max-width: 480px) {	
	.banner { margin-top:-15px; padding-top:15px; }
	
	.banner-center { width: 100%; float: none; 
		padding-left:15px; padding-right:15px; }
	
	.banner-left   { display: none; }
	.banner-right  { display: none; }
	.check-rebate  { display: block; }
}

@media only screen and (max-width: 600px) {
  .d-flex {
    display: initial !important;
  }
  
  .footer-content {
    padding-right: 15px;
    padding-left: 15px;
  }
}
