
@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=8fcf8510-1bc4-49ee-b462-3a9fd7b795ad&fontids=693125,693140,1475524,1475530,1475548");
@font-face{
    font-family:"Rockwell";
    src:url("../fonts/693140/-deb5-4d6f-827b-597a84046aa4.eot?73e6c08f#iefix");
    src:url("../fonts/693140/73e6c08f-deb5-4d6f-827b-597a84046aa4.eot?#iefix") format("eot"),url("../fonts/693140/8dd355f9-1a9a-4d91-8aa1-7dcc9deeb439.woff2") format("woff2"),url("../fonts/693140/de4b0540-9702-4662-8f3a-228419485257.woff") format("woff"),url("../fonts/693140/bc34c4cd-af2c-400d-b4d0-726e2d89f690.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family:"Rockwell";
    src:url("../fonts/693125/864373f8-943b-449d-a730-462eb66d7058.eot?#iefix");
    src:url("../fonts/693125/864373f8-943b-449d-a730-462eb66d7058.eot?#iefix") format("eot"),url("../fonts/693125/4a475305-1b19-4f93-bb3f-d67733a726cf.woff2") format("woff2"),url("../fonts/693125/49ff3af5-13b2-4add-8470-4cdac3cf650e.woff") format("woff"),url("../fonts/693125/7d69578b-ab0e-4986-af19-428861ada4e4.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}
@font-face{
    font-family:"Avenir";
    src:url("../fonts/1475524/f7924a2e-e8f5-4ac9-b0aa-167399cc2659.eot?#iefix");
    src:url("../fonts/1475524/f7924a2e-e8f5-4ac9-b0aa-167399cc2659.eot?#iefix") format("eot"),url("../fonts/1475524/69473750-4214-45b1-856b-06e8f8de2086.woff2") format("woff2"),url("../fonts/1475524/57cea7be-0fae-457e-83f0-b7375aabb3f9.woff") format("woff"),url("../fonts/1475524/52268057-f4bb-4b06-9ff8-a78b7acd62b1.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family:"Avenir";
    src:url("../fonts/1475530/e01c57cf-d060-46af-b133-26de5ee92e76.eot?#iefix");
    src:url("../fonts/1475530/e01c57cf-d060-46af-b133-26de5ee92e76.eot?#iefix") format("eot"),url("../fonts/1475530/bc7b5f69-276a-4189-b78f-13d5298def95.woff2") format("woff2"),url("../fonts/1475530/5a3d5b16-119c-4b2e-91e5-dfccedad7dbd.woff") format("woff"),url("../fonts/1475530/e280a85d-3822-44d1-8d41-59cc51ba173c.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
}
@font-face{
    font-family:"Avenir";
    src:url("../fonts/1475548/7ed39c78-4da5-42df-831b-798b2272d1ac.eot?#iefix");
    src:url("../fonts/1475548/7ed39c78-4da5-42df-831b-798b2272d1ac.eot?#iefix") format("eot"),url("../fonts/1475548/e9b44b79-923f-49b3-837c-290bc70628cc.woff2") format("woff2"),url("../fonts/1475548/fbd14ec6-aa86-4ccd-af83-931d5eb79910.woff") format("woff"),url("../fonts/1475548/0d230b6d-eb52-48b7-9c4b-c3f876465fe6.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

body { font-family: "Avenir", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;}
h1, h2, h3, h4, h5, h6 {
    font-family: "Rockwell",  -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
}

.persontable { 
     width: 100%; 
 } 

.topmenu {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: auto;
	padding-right: auto;
	
}

 /* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 0px solid #ccc;
  border: none;
}

.tabcontent {
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

#titleInput {
  background-image: url('/static/search.svg'); /* Add a search icon to input */
  background-position: left;
  background-repeat: no-repeat; /* Do not repeat the icon image */
  background-size: min(15%,24px);
  background-position-x: min(10px,5%);
  width: 100%; /* Full-width */
  font-size: 12px; /* Increase font-size */
  padding: 12px 20px 12px 40px; /* Add some padding */
  border: 2px solid #ddd; /* Add a grey border */
  margin-top: 12px;
  margin-bottom: 12px; /* Add some space below the input */
}

#authorInput {
  background-image: url('/static/search.svg'); /* Add a search icon to input */
  background-position: left;
  background-repeat: no-repeat; /* Do not repeat the icon image */
  background-size: min(15%,24px);
  background-position-x: min(10px,5%);
  width: 100%; /* Full-width */
  font-size: 12px; /* Increase font-size */
  padding: 12px 20px 12px 40px; /* Add some padding */
  border: 2px solid #ddd; /* Add a grey border */
  margin-top: 12px;
  margin-bottom: 12px; /* Add some space below the input */
}

#memberInput {
  background-image: url('/static/search.svg'); /* Add a search icon to input */
  background-position: left;
  background-repeat: no-repeat; /* Do not repeat the icon image */
  background-size: min(15%,24px);
  background-position-x: min(10px,5%);
  width: 100%; /* Full-width */
  font-size: 12px; /* Increase font-size */
  padding: 12px 20px 12px 40px; /* Add some padding */
  border: 2px solid #ddd; /* Add a grey border */
  margin-top: 12px;
  margin-bottom: 12px; /* Add some space below the input */
}

.rank {
  background-color: #9dc1e7;
}

.bpa {
  background-color: #ffffcc;
}

.authorUL {
  text-align: justify;
  text-justify: inter-word;
}

.mandatory {
  background-color: #F67280;
}

.suggested {
  background-color: #F6FFCC;
}

.optional {
  background-color: #CCFFDE;
}

/*#authorUL {
  list-style-type: none;
  padding: 0;
  margin: 0;
}*/

