.alert { padding: 15px; }
.alert-success { background-color: green; color: white; }
.alert-danger { background-color: #A61F23; color: white; }
body{background-color: yellow !important;}
.add-new { position: sticky; margin-right: 50px; bottom: 50px; display: flex; justify-content: flex-end; }
.add-new .button { padding: 1.5rem 1.5rem; font-size: 2rem; line-height: 1.25rem; display: inline-block;  }

/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }
/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

.folders-select-wrapper > label { margin-right: 10px; }
.folders-select-wrapper > select { min-width: 150px; }

input[type="search"] { width: 400px; max-width: 100%; }