.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;
}

/* Dropdown Buttons */
.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;
}

/* The container <div> - needed to position the dropdown content */
.dropdown-ul {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.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;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: white !important;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #4077b3;
    text-decoration: none;
    color: white !important;
}

/* Show the dropdown menu on hover */
.dropdown-ul:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.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;
   /*Overriden by enisa.Theme*/
   -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; /* If you add too much padding here, the options won't show in IE */
   width: 268px;
   color: #fff;
   -webkit-appearance: none;
   -moz-appearance: none;
}

.edit-type:hover, .edit-type:focus {
   /*Overriden by enisa.Theme*/
   background: transparent !important;
}

.edit-type option {
  /*Chrome*/
  background-color: #004087;
}

/*Firefox dotted outline fix*/
.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;
}

/*Removing the select arrow in firefox*/
#form-widgets-entries {
    width: fit-content;
    width: -moz-max-content;
    width: -webkit-max-content;
    text-overflow: '';
    text-indent: 1px;
    padding: 5px 25px 5px 5px;
}