@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Nunito:400,600,800&display=swap');
/* CSS Document */
/* Footer */
html,
body {
    height: 100%;
}
body{background: #EEEEEE;font-family: Roboto,Helvetica,Arial,sans-serif;color: #393939;-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;}
textarea{
	resize: none;
}
.tdn{
  text-decoration:none!important;
}
.bg-primary{
	background-color: #5e72e4!important;
}
.overflow-horizontal{
  overflow-x:auto;
}
.navbar-collapse{
	padding-top:0px !important;
}
nav{
  background-color:#ae132a;
}
nav a,nav a:hover{
  color:white;
}
.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
}
.list-group-item-action:hover{
	cursor: pointer;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
.text-muted{
	font-size: 14px;
	color: #98a6ad!important;
}
.form-control:disabled{
  background-color:#f9f9f9;
}

input[type="file"]{
	opacity:0;
}
.upload{
  position:relative;
}
.upload label{
	cursor:pointer;
}
.upload .dropzone{
  min-height:200px;
}
.dropzone label{
  position: absolute;
  top: 25%;
  left: 0;
  z-index: 0;
}
.upload h1 .material-icons{
	font-size:40px;
}
.file button i{
  color: white;
  background-color: #ff5555;
  padding: 0.5em;
  border-radius: 40px;
}
.file .bx-spin{
  font-size:2em;
}
.box_input{
	padding-top:2em;
}
.is-dragover{
	background-color: rgba(0, 0, 0, 0.1);
}
.file{
	position:relative;
  z-index:1;
  background: #ffffff9e;
}
.file .remove{
    position: absolute;
    top: 0em;
    right: 0em;
}
.file .fileName{
  background: #fff;
  z-index: 10;
  margin: auto;
  overflow: hidden;
  border-radius: 10px;
}
.file .submitLoader{
  float:none!important;
  margin-top: -2em;
}
.smallLoader{
  text-align: right;
  margin-right: 1em;
  font-size: 1.5em;
}
.smallFile img{
  width:50px;
}
.file a{
  text-decoration:none;
  color:black;
}
.file img{
  width:150px;
}
input[type="radio"][disabled]  {
  color:red;
}
.btn-primary,.nav-pills, .nav-pills .show>.nav-link{
  color: #fff;
}
.nav-link{
  color:white;
}
.nav-link:hover, .nav-link:active, .nav-link:focus{
  color:#c9c9c9!important;
}
.btn-primary:hover,.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
}
button.dropdown-toggle{
  border: solid 1px #ced4da;
}
.dropdown-badge,.dropdown-badge-toggle{
  border:none!important;
  border-radius:0px;
}
.dropdown-badge-toggle{
  padding: 0em 0.7em;
}
.dropdown-badge-toggle::after{
  right: 7px;
}
.datepicker,.timepicker{
  box-shadow:none;
  text-align:center;
}
@media (min-width: 992px){
  .navbar-collapse{
    flex-grow:0;
  }
}
.rsvpYes{
  color:green;
}
.rsvpNo{
  color:red;
}
.rsvpMaybe{
  color:blue;
}
