/* Your CSS Styling */

/* Sticky footer styles
-------------------------------------------------- */

@font-face {
  font-family: 'Assistant-Regular';
  src: url('../Fonts/Assistant-Regular.ttf');
}

@font-face {
  font-family: 'Assistant-Bold';
  src: url('../Fonts/Assistant-Bold.ttf');
}

html,
body {
  font-family: 'Assistant-Regular';
  /* The html and body elements cannot have any padding or margin. */
}

.control-label {
  display: none !important;
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 70px 0 -80px auto;
  /* Pad bottom by footer height */
  padding: 0 0 80px;
}

/* Set the fixed height of the footer here */
#footer {
  position: fixed;
  bottom: 0;
  height: 40px;
  width: 100%;
  background-color: #f5f5f5;
}

.submit-button {
  /* position: absolute; */
  /* display: inline-block; */
  bottom: 40px;
  height: 40px;
  width: 60vw;
  margin-left: 10vw;
  margin-right: 10vw;

  /* margin-right: -1000px; */
  /* background-color: #f5f5f5; */
}

.success {
  margin: auto;
  width: 50%;
  color: #149174;
  font-size: x-large;
  padding: 10px;
  text-align: center;
}

/* Genericon social icon styles
---------------------------------------------------- */
.genericon-github:before,
.genericon-linkedin:before,
.genericon-twitter:before {
  -webkit-font-smoothing: antialiased;
  font: normal 32px/1 'Genericons';
  vertical-align: middle;
}

.genericon-footer {
  margin-left: 45%;
  bottom: 10px;
}

.social-icons {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 0;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited {
  background-color: #16a085 !important;
  border-bottom: 4px solid #117A60;
  transition: all .2s ease;
  outline: none !important;
  border-left: 0;
  border-right: 0;
  border-top: 0;

}

.input-group-addon,
.input-group-btn {
  vertical-align: bottom;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

fieldset {
  border: 1px solid #e5e5e5;
  padding: 10px;
  ;
}

legend {
  border-bottom: 0px;
}

table {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

table td,
table th {
  border: 1px solid #ddd;
  padding: 8px;
}

table tr:nth-child(even) {
  background-color: #f2f2f2;
}

table tr:hover {
  background-color: #ddd;
}

table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #117A60;
  color: white;
}

.grid-container-researcher {
  display: grid;
  grid-template-columns: auto auto auto;
  /* background-color: #2196F3; */
  padding: 5px;
  /* column-gap: 5px; */
}

.grid-container {
  display: grid;
  grid-template-columns: auto auto auto auto;
  /* background-color: #2196F3; */
  padding: 5px;
  /* column-gap: 5px; */
}

.grid-item {
  /* background-color: rgba(255, 255, 255, 0.8); */
  /* border: 1px solid rgba(0, 0, 0, 0.8); */
  /* width: 18vw; */
  padding: 10px;
  /* font-size: 30px; */
  /* text-align: center; */
}

.radio {
  display: inline-block;
}

.myradio [type=radio] {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
  top: -0.2em;
  margin-right: 1em;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.myradio [type=radio]:checked:after  {
  background-color: #16a085 !important;
  width: 1em;
  height: 1em;
  border-radius: 100%;
  margin-right: 1em;
  text-align: center;
  position: relative;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 1px solid white;
}
.myradio [type=radio]:focus {
  outline: none;
  border-color: #16a085 !important;
}
.myradio [type=radio]:disabled {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}


[type=checkbox] {
  width: 1.5rem;
  height: 1.5rem;
  color: #16a085;
  vertical-align: middle;
  -webkit-appearance: none;
  background: none;
  border: 0;
  outline: 0;
  flex-grow: 0;
  border-radius: 20%;
  outline: 0 none;
  background-color: #FFFFFF;
  /* transition: background 300ms; */
  cursor: pointer;
}

[type=checkbox]::before {
  content: "";
  color: transparent;
  display: block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background-color: transparent;
  background-size: contain;
  box-shadow: inset 0 0 0 1px #CCD3D8;
}


/* Checked */

[type=checkbox]:checked {
  background-color: currentcolor;
}

[type=checkbox]:checked::before {
  box-shadow: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E");
}

[type=checkbox]:disabled {
  background-color: #CCD3D8;
  opacity: 0.84;
  cursor: not-allowed;
}

[type=checkbox]::-ms-check {
  content: "";
  color: transparent;
  display: block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  border: 0;
  background-color: transparent;
  background-size: contain;
  box-shadow: inset 0 0 0 1px #CCD3D8;
}

[type=checkbox]:checked::-ms-check {
  box-shadow: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E");
}

input[type="checkbox"]:focus {
  outline: 0;
}

.required-input::-webkit-input-placeholder {
  color: red;
}


/* Error styles
---------------------------------------------------- */
.error-404-image {
  position: absolute;
  height: 70%;
  left: 50%;
  top: 10%;
  margin-left: -285px;
  margin-top: 5%;
}

.researcher-image {
  height: 40%;
}

.belongs {
  font-size: 1px;
}


.my-form {
  margin-left: 25px;
  width: 300px;
  height: 600px;
  border: 2px dashed black;
}

.my-form p {
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 170px;
  color: black;
  font-family: Arial;
}

.my-form input {
  /* position: absolute; */
  margin: 0;
  padding: 0;
  /* width: 100%; */
  height: 100%;
  /* outline: none; */
  opacity: 0;
}

.my-form button {
  margin: 0;
  color: black;
  background: #16a085;
  border: none;
  width: 306px;
  height: 35px;
  margin-top: -20px;
  margin-left: -4px;
  border-radius: 4px;
  border-bottom: 4px solid #117A60;
  transition: all .2s ease;
  outline: none;
}

.my-form button:hover {
  background: #149174;
  color: #0C5645;
}

.my-form button:active {
  border: 0;
}

.file-upload {
  /* height: 100px;
  width: 100px; */
  margin: 40px auto;
  border: 1px solid #149174;
  border-radius: 100px;
  overflow: hidden;
  position: relative;
}

.file-upload input {
  position: absolute;
  width: 300px;
  height: 600px;
  left: 10px;
  top: 20px;
  background: transparent;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.file-upload img {
  height: 170px;
  width: 170px;
  margin: 60px;
}

.notes {
  height: 400px !important;
}

.revision {
  display: none;
}

.is_published {
  display: none;
}

.archive {
  display: none;
}

.paperPublished {
  display: none;
}