/*För IdP-val i portalaaS*/
.selectIdpDiv {
min-height: 70%;
width: 96%;
border-radius: 20px;
text-align: center;
padding-top: 5%;
padding-bottom: 5%;
background-color: #F3F3F3;
color: black;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
position: absolute;
transform: translate(2%, 20px);
z-index: 10;
}

/*För header i portalaas*/
.flex-header {
  color: white;
  padding: 15px;
  margin: 0;
  background-color: #b53b26;
  list-style: none;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

.flex-headeritem-org {
  width: auto;
  height: auto;
  font-size: 16px;
  text-align: center;
}

.flex-headeritem-search {
  width: 25vw;
  min-width: 200px;
  height: auto;
  color: black;
  border-color: white;
  margin: 12px 0px 12px 0px;
  font-size: 16px;
  text-align: center;
}

.button {
  background-color: #fab62d;
  border: 2px solid #fab62d;
  color: black;
  padding: 16px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  transition-duration: 0.4s;
  cursor: pointer;
  margin: 5px;
  border-radius: 15px;
}
.button:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}
/*Generell css för samtliga portaler*/
body {
        margin: 0;
        padding: 0;
	min-height: 100vh;
    	display: flex;
    	flex-direction: column;
	background-color: #F3F3F3;
}

footer{
    margin-top: auto;
}

a:hover {
   transform: scale(1.05);
}

.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}

.wrap    { 
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}  

.flex-fullitem {
  width: 20vw;
  min-width: 300px;
  height: 150px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background: white;
  margin: 10px;
  padding: 12px;
  color: black;
  text-align: left;
  border-radius: 4px;
  text-decoration: none;
  transition: transform 300ms;
}

.flex-fullitem-img {
  float: left;
  height: 40%;
  margin-left: 10px;
  margin-right: 15px;
  border-radius: 4px;
}

.flex-fullitem-txt {
  margin: 0px;
  padding-bottom: 5px;
  font-size: 100%;
  font-weight: bold;
}

.flex-item-org {
  margin: 0px;
  font-size: 16px;
}
.flex-item-description {
  margin-top: 30px;
  margin-left: 12px;
  font-size: 16px;
  color: DimGray;
}
/* CSS FÖR VAL AV MINIKORT */
.flex-miniitem {
  width: 100px;
  height: 110px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background: white;
  margin: 5px;
  padding: 5px;
  color: black;
  text-align: center;
  border-radius: 4px;
  text-decoration: none;
  transition: transform 300ms;
}
.flex-miniitem-img {
  max-height: 70%;
  max-width: 90px;
  border-radius: 4px;
}
.flex-miniitem-txt {
 font-size: 80%;
 margin-top: 2px;
 margin-bottom: 5px;
}
/* CSS FÖR FILTERLISTA VAL AV VISADE SERVICES */
.ulFilter{
width: 300px;
}

.img {
height: 25px;
margin-left: 5px;
}
.li {
list-style: none;
border-style: solid;
border-width: thin;
border-color: black;
margin: 2px;
padding: 10px 0px 5px 5px;
display: flex;
align-items; left;
}
.label {
font-size: 16px;
margin-left: 5px;
}
.inp{
margin-left: 5px;
}
/* CSS FÖR SETTINGS EGNA LÄNKAR */
table {
	width: 50%;
	min-width:320px;
	margin-left: 15px;
}
th, td {
  border: 1px solid;
  padding: 5px;
}


