* {
  box-sizing: border-box;
}

.syne-normal {
  font-family: "Syne", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

body {
  background-color: #3d1151;
  background-image: -webkit-linear-gradient(30deg, #3a008c 55%, #9583ff 5%);
  margin-bottom: 11px;
  padding-bottom: 6rem;
  padding-left: 20px;
  padding-right: 20px;
  font-family: 'Syne', sans-serif;
  font-style: normal;
}

#uploadForm, #content {
  display: block;
  background-color: #ffffff;
  margin: 100px auto;
 
  padding: 40px;
  width: 30%;
  min-width: 100px;
}

#alert{
  display: none;
}

h1 {
  text-align: center;  
}
#loginspan{
  text-align: center;
}
.registerBtn {
  padding: 10px;
  width: 90%;
  font-size: 17px;
 
  border: 1px solid #aaaaaa;
  align-content: center;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}


.submitButton, #btnLogout, #btnUsersProfiles, #btnDeleteAccount, .btn-primary{
  background-color: #9fea47;
  color: #3a008c;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  border-radius: 0%;
  cursor: pointer;
}

#highlightText {
  color: #9fea47;
  cursor: pointer;
}

button:hover {
  opacity: 0.8;
}

#socialTag {
  color: white;
   font-size: 160%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
    padding-bottom: 10px;
}

.phdlogo {
  float: flex;
  height: 75px;

  padding-bottom: 20px;
  padding-top:20px;
}

.phdlogo:hover {
  float: flex;
  height: 75px;

  padding-bottom: 20px;
  padding-top:20px;
  animation-name: logoflip;
  animation-duration: 0.5s;
  animation-direction: normal;
}

@keyframes logoflip {
  100%  {transform: rotate(180deg);}
}

html {
  position: relative;
  min-height: 100%;
}

.login-form {
  width: 340px;
  margin: 50px auto;
}

.login-form form {
  margin-bottom: 15px;
  background: #FFF;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  padding: 30px;
}

.login-form h2 {
  top: 20px;
  margin: 0 0 15px;
}

.form-control, .btn {
  min-height: 38px;
  border-radius: 2px;
}

.input-group-addon .fa {
  font-size: 18px;
}

.btn {
  font-size: 15px;
  font-weight: bold;
}

.noaccount{
  color:#FFF;
}

/* table{
  font-size: 10px;
} */

th{
  background-color: #3a008c;
  color:white
}

tr.even{
  background-color: #efdcf8;
}

tr.odd{
  background-color: white;
}

footer{
  position: fixed;
  bottom: 0;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
  text-align: center;
}

a{
  color: #9FEA47;
  font-weight: bold;

}

a:hover{
  color: #89cb3f;
  font-weight: bold;
}
/* for admin url buider */
.tableCells{
  vertical-align: top;
}
.showHideAdminCells{
  height:25px;
}
.h1,.h2{
  color: #ffffff;
}