
/* - ++resource++nis.visualtool.static/form-style.css - */
/* https://www.enisa.europa.eu/portal_css/++resource++nis.visualtool.static/form-style.css?original=1 */
.add-new-icon {
width: 1.5em;
height: 1.5em;
vertical-align: middle;
}
.form-redirect {
display: inline-block;
margin-left: 1em;
}
.category-form {
padding-bottom: 1em;
margin-left: 0;
}
hr {
margin-bottom: 1em;
}
.widget-wrapper {
display: inline-block;
margin-right: 1em;
}
/* */
.dropbtn {
margin: 1em 1em 1em 0;
color: white;
height: 29px;
border: none;
overflow: hidden;
width: 17em;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background-color: #004087;
}
.lefty {
margin-right: 0;
}
.dropdown-add-menus {
border-bottom: 2px solid #d02244;
margin-bottom: 3em;
}
/* */
.dropdown-ul {
position: relative;
display: inline-block;
}
/* */
.dropdown-content {
display: none;
position: absolute;
background-color: #004087;
min-width: 17em;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
/* */
.dropdown-content a {
color: white !important;
padding: 12px 16px;
text-decoration: none;
display: block;
}
/* */
.dropdown-content a:hover {
background-color: #4077b3;
text-decoration: none;
color: white !important;
}
/* */
.dropdown-ul:hover .dropdown-content {display: block;}
/* */
.dropdown-ul:hover .dropbtn {background-color: #4077b3;}
.new-input {
color: #7f8388;
}
.styled-select {
background-image: url(++resource++nis.visualtool.static/down-arrow.svg);
background-repeat: no-repeat;
background-position: 97% center;
background-size: 1em auto;
background-color: #004087;
height: 29px;
overflow: hidden;
width: 240px;
-webkit-border-radius: 5px !important;
-moz-border-radius: 5px !important;
border-radius: 5px !important;
margin-top: 1em;
}
.edit-type {
background: transparent;
border: none !important;
font-size: 14px;
height: 29px;
padding: 5px; /* */
width: 268px;
color: #fff;
-webkit-appearance: none;
-moz-appearance: none;
}
.edit-type:hover, .edit-type:focus {
background: transparent !important;
}
.edit-type option {
background-color: #004087;
}
.edit-type:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #fff;
}
.edit-type:-moz-focusring * {
color: #fff;
text-shadow: none;
}
.entries-wrapper {
width: fit-content;
width: -moz-max-content;
width: -webkit-max-content;
}
#form-widgets-entries {
width: fit-content;
width: -moz-max-content;
width: -webkit-max-content;
text-overflow: '';
text-indent: 1px;
padding: 5px 25px 5px 5px;
}
