body {
  margin-top: 70px;
}

a, a:hover, a:active, a:focus {
	outline: none;
}
.navbar-brand {
	padding: 5px 15px;
}
.navbar-brand img {
	max-height: 40px;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
form .required label:after {
  color: #e32;
  content: '*';
  display: inline;
}
.help-inline {
  background-color: #F2DEDE;
  color: #A94442;
  border: 1px solid #EBCCD1;
  padding: 1px 10px;
  border-radius: 4px;
}


#addFormHolder .submit {
	display: none;
}

section {
	margin-top: 20px;
}

.mimetype {
	font-size: 76px;
}

.thumbnail {
	position: relative;
	min-height: 130px;
}

.thumbnail .caption{
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	background: #ffffff;
}

@-webkit-keyframes wblinkd {
    0%   {background: rgba(217,83,79,1);}
    50%  {background: rgba(255,255,255,1);}
    100% {background: rgba(217,83,79,1);}
}

@-webkit-keyframes wblinkr {
    0%   {background: rgba(240,173,78,1);}
    50%  {background: rgba(255,255,255,1);}
    100% {background: rgba(240,173,78,1);}
}

@-webkit-keyframes wblinkdone {
    0%   {background: rgba(240,173,78,1);}
    50%  {background: rgba(225, 255, 0, 1);}
    100% {background: rgba(240,173,78,1);}
}

@keyframes blinkd {
    0%   {background: rgba(217,83,79,1);}
    50%  {background: rgba(255,255,255,1);}
    100% {background: rgba(217,83,79,1);}
}

@keyframes blinkr {
    0%   {background: rgba(240,173,78,1);}
    50%  {background: rgba(255,255,255,1);}
    100% {background: rgba(240,173,78,1);}
}

@keyframes blinkdone {
    0%   {background: rgba(217,83,79,1);}
    50%  {background: rgba(255,255,0,1);}
    100% {background: rgba(217,83,79,1);}
}



.deadlineoneday-alert {
	background: rgba(217,83,79,1);
    animation-direction: normal;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: blinkdone;
    animation-timing-function: ease;
    
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: wblinkdone;
    -webkit-animation-timing-function: ease;
}

.deadline-alert {
	background: rgba(217,83,79,1);
    animation-direction: normal;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: blinkd;
    animation-timing-function: ease;
    
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: wblinkd;
    -webkit-animation-timing-function: ease;
}

.reminder-alert {
	background: rgba(240,173,78,1);
    animation-direction: normal;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: blinkr;
    animation-timing-function: ease;
    
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: wblinkr;
    -webkit-animation-timing-function: ease;
}

.userselectormenu .img-rounded{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.userselectormenu .btn-lg{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}


.jumbotron {
	background-image: url(/img/logobig.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #ffffff;
}




