
html, body {
    /* This is a super important property for PDFjs in webkit browers, and the result of 4 hours of debugging... Thank you font nerdiness!*/
    -webkit-font-smoothing: antialiased;
}

body {
    background-color: #F6F8FA;
    color:#333;
    font-family: Helvetica, Arial, sans-serif;
    width:100%;
}

body.dragging, body.dragging * {
  cursor: move !important;
}

table {
    border:1px solid transparent;
}

iframe {
  border: none;
}

.blue { color:#2A6DB7; }
.orange { color:#f79533; }
.yellow { color:#ecda37; }
.red { color: #FF6262; }
.bf-red { color: #FF6262; }
.pink { color: #f489a7; }
.lime { color: #aed461; }
.mint { color: #7dcfac; }
.green { color: #4cb564; }
.pastelBlue { color: #96d1f4; }
.darkgreen { color: #009400; }
.purple { color: #9075aa; }
.mint { color: #79CA9C; }
.darkyellow { color:#e4cb17 }
.gray { color:#828282; }
.lightgray { color:#A0A09E; }
.bf-dark-gray { color: #333; }

.size11 { font-size:11px; }
.size12 { font-size:12px; }
.size13 { font-size:13px; }
.size14 { font-size:14px; }
.size15 { font-size:15px; }
.size16 { font-size:16px; }
.size18 { font-size:18px; }
.size20 { font-size:20px; }

.bold { font-weight:bold; }
.notBold { font-weight:normal; }
.uppercase { text-transform: uppercase; }
.underline { text-decoration: underline; }

.alignMiddle { vertical-align: middle; }
.alignBottom { vertical-align: bottom; }
.alignCenter { text-align:center; }
.alignRight { text-align:right; }
.alignLeft { text-align:left; }

.floatLeft { float:left; }
.floatRight { float:right; }

.box-sizing {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.hidden {
    display: none !important;
}

.show-for-sr {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

#loading {
    background-color:#FFFFFF;
    position:fixed;
    z-index: 99999;
    font-size:10px;
    padding-top:20px;
    text-transform: uppercase;
    top: 85px;
    left:50%;
    width: 300px;
    margin-left:-150px;
    -moz-border-radius: 6px; /* Firefox */
    -webkit-border-radius: 6px; /* Safari, Chrome */
    border-radius: 6px; /* CSS3 */
    border: solid #DCDCDC 1px;
    margin-bottom:15px;
    text-align: center;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

a {
    color:#2A6DB7;
    text-decoration: underline;
}

.clickable:hover, a:hover {
    cursor: pointer;
}

.clear {
    clear:both;
}

.shadow {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.rounded {
    -moz-border-radius: 6px; /* Firefox */
    -webkit-border-radius: 6px; /* Safari, Chrome */
    border-radius: 6px; /* CSS3 */
}

.label {
    padding: 1px 3px 2px;
    font-size: 9.75px;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.icon {
    background-repeat: no-repeat;
    background-position: 0 0;
    border: none;
    display: inline-block;
    height: 16px;
    margin: 0;
    padding: 0;
    text-align: left;
    text-indent: -999em;
    vertical-align: text-bottom;
    width: 16px;
    position: absolute;
}

.icon-required {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAXklEQVR42u3MsQ2AIBSEYZnHAVjACZzkNUxA6yCOY2HhNnoXn6EggVxjRfHnQh75pmOJX/e7JTPrxo8JRQK+SQUyugj4ZhUIaCPgG1RgRida0c63ClQpQOs4gAH8Bzy5KFqGk8PBaQAAAABJRU5ErkJggg==);
}

.badge,
.badge-medium
{
    text-transform: uppercase;
    font-size:0.8em;
    color:#FFFFFF;
    background-color:grey;
    padding: 2px 4px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight:bold;
}

.badge-medium
{
  font-size: 12px;
  padding: .2em 1em;
}

.regular-green {
    color:#0C7C2E;
    background-color:#E4EFE0;
}

.reversed-orange {
    color: white;
    background-color: #FFB56B;
}

.reversed-blue {
    color: white;
    background-color: #1C7DB7;
}

.reversed-green {
    color: white;
    background-color: #018A27;
}

.reversed-mint {
  color: white;
  background-color: #79CA9C;
}

.reversed-gray {
  color: white;
  background-color: #6E6E6C;
}

.reversed-red {
  color: white;
  background-color: #DD0000;
}

/* Unique Per Alternate Badge */
.uniquePerAlternateBadge {
  border: 1px solid #4E7196;
  white-space:nowrap;
  background: #FFF;
  color: #4E7196;
}

/* Category & CategoryItem Badges */
.categoryBadge {
  white-space:nowrap;
  color: #FFF;
  border: 1px solid #7f6b80;
  background: #7f6b80;
}

.categoryItemBadge {
  white-space:nowrap;
  color: #7f6b80;
  border: 1px solid #7f6b80;
  background: #FFF;
}

.pageNotificationStrip {
  display:none;
  position: fixed;
  top: 50px;
  z-index: 999;
  padding: 10px;
  left: 25%;
  text-align: center;
  width: 50%;
  display: none;
  box-shadow: rgba(0, 0, 0, 0.247059) 0px 1px 3px, rgba(0, 0, 0, 0.0980392) 0px -1px 0px inset;
}

#masterFailDismiss {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

#masterFailDismiss:active {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
}

#masterFailDismiss:active {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

tbody.zebra tr:nth-child(odd) { background-color:white; }
tbody.zebra tr:nth-child(even) { background-color: white; }

.changed-row
{
  background-color: #e4edf6 !important;
  background: #e4edf6 !important;
}

/*
  We are mirroring these styles in custom.css for the datatable overrides. If you change these you should
  change them as well.
 */
.modalSection input.btn, .btn, .paginate_button, .paging_two_button a {
    cursor: pointer;
    display: inline-block;
    background-color: #FFF;

    padding: 8px 10px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    color: #333;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    line-height: normal;
    border: 1px solid #bbb;

    /* Adding important here because <input class="btn" type="submit"> styles conflict with removing the radius*/
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;

    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);

    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    text-overflow: ellipsis;
}

.btn.small, .paginate_button, .paging_two_button a {
    padding: 4px 6px;
    font-size:12px;
    line-height: 14px;
    margin-bottom: 2px;
}

.btn:hover:not(.disabled),
.paginate_button:hover,
.paging_two_button a:hover,
.paginate_button:focus,
.modalSection input.btn:hover:not(.disabled),
.paging_two_button a:focus,
.btn:active:not(.disabled),
.btn.active:not(.disabled),
.btn:focus:not(.disabled),
.btn:focus:not(.disabled) {
    text-decoration: none;
    color: #2A6DB7;
    border-color: #2A6DB7;
}

.btn:disabled,
.btn.disabled {
    color: #999 !important;
    background-color: #ccc;
    background-image: none;
    border-color: transparent !important;
}

button.primary, .btn.primary, .modalSection input.btn.primary {
  color: #fff;
  background-color: #2A6DB7;
  text-shadow: none;
  border-color: #2A6DB7;
  box-shadow: none;
  padding: 0.5rem 1rem;
  font-weight: bold;
}
button.primary:focus, .btn.primary:focus, .modalSection input.btn.primary:focus {
  background-color: #2A4372;
  border-color: #2A4372;
  color: #fff;
}
button.primary:hover:not(.disabled),
.btn.primary:hover:not(.disabled),
.modalSection input.btn.primary:hover:not(.disabled) {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  background-color: #2A4372;
  border-color: #2A4372;
}

button.outlined, .btn.outlined, .modalSection input.btn.outlined {
  text-shadow: none;
  background-color: #fff;
  border-color: #333;
  box-shadow: none;
  padding: 0.5rem 1rem;
  font-weight: bold;
}
button.outlined:focus, .btn.outlined:focus, .modalSection input.btn.outlined:focus {
  background-color: #fff;
  border-color: #2A6DB7;
  color: #2A6DB7;
}
button.outlined:hover:not(.disabled),
.btn.outlined:hover:not(.disabled),
.modalSection input.btn.outlined:hover:not(.disabled) {
  text-decoration: none;
  cursor: pointer;
  background-color: #fff;
  border-color: #2A6DB7;
  color: #2A6DB7;
}

.fileinput-button:focus-within:not(.disabled) {
  text-decoration: none;
  color: #2A6DB7;
  border-color: #2A6DB7;
  outline: 1px auto #2A6DB7
}

.warning-badge {
    background:#f79533;
    color:#FFFFFF;
    text-transform: uppercase;
    font-size:12px;
    padding:3px 4px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight:bold;
}

.arrow-dropdown {
    width: .5em;
    height: .5em;
    padding-bottom: .125em;
}

.dashedUnderline {
    text-decoration: none;
    border-bottom: 1px dotted #5fadcf;
    line-height: 1.3em;
}

textarea.resize-vertical {
    resize: vertical;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.ellipsis {
  text-overflow: ellipsis;

  /* Required for text-overflow to do anything */
  white-space: nowrap;
  overflow: hidden;
}

ul.inline > li {
  display: inline-block;
  padding-left: 10px;
  line-height: 1.5em;
}

ul.inline > li:first-child {
  padding-left: 0;
}

.alert-box {
  position: relative;
  padding: 15px 42px 15px 15px;
  font-size: 14px;
  line-height: 1.5em;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.alert-box.info {
  background-color: #f1f9f7;
  color:#1d9d74;
}

.alert-box.danger {
  background-color: #dd0000;
  color: #fff;
  margin-bottom: 0px;
}

.alert-box.warn {
  background-color: #f8981d;
  color: #fff;
  margin-bottom: 0px;
}

.alert-box:last-child {
  margin-bottom: 20px;
}

.alert-box .close {
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 16px;
  margin-top: -8px;
  cursor: pointer;
}

.alert-box.overlay {
  position: absolute;
  z-index: 3;
  width: 100%;
}


/* Markdown */

.bfMarkdown {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.bfMarkdown a {
  background-color: transparent;
}
.bfMarkdown a:active,
.bfMarkdown a:hover {
  outline: 0;
}
.bfMarkdown b,
.bfMarkdown strong {
  font-weight: bold;
}
.bfMarkdown h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.bfMarkdown img {
  border: 0;
}
.bfMarkdown hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
.bfMarkdown pre {
  overflow: auto;
}
.bfMarkdown code,
.bfMarkdown pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
.bfMarkdown * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bfMarkdown *:before,
.bfMarkdown *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bfMarkdown {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #ffffff;
}
.bfMarkdown a {
  color: #428bca;
  text-decoration: none;
}
.bfMarkdown a:hover,
.bfMarkdown a:focus {
  color: #2a6496;
  text-decoration: underline;
}
.bfMarkdown a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.bfMarkdown img {
  vertical-align: middle;
}
.bfMarkdown hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.bfMarkdown h1,
.bfMarkdown h2,
.bfMarkdown h3,
.bfMarkdown h4,
.bfMarkdown h5,
.bfMarkdown h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.bfMarkdown h1,
.bfMarkdown h2,
.bfMarkdown h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.bfMarkdown h4,
.bfMarkdown h5,
.bfMarkdown h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.bfMarkdown h1 {
  font-size: 36px;
}
.bfMarkdown h2 {
  font-size: 30px;
}
.bfMarkdown h3 {
  font-size: 24px;
}
.bfMarkdown h4 {
  font-size: 18px;
}
.bfMarkdown h5 {
  font-size: 14px;
}
.bfMarkdown h6 {
  font-size: 12px;
}
.bfMarkdown p {
  margin: 0 0 10px;
}
.bfMarkdown ul,
.bfMarkdown ol {
  margin-top: 0;
  margin-bottom: 10px;
}
.bfMarkdown ul ul,
.bfMarkdown ol ul,
.bfMarkdown ul ol,
.bfMarkdown ol ol {
  margin-bottom: 0;
}

.bfMarkdown ul li {
  list-style-type: disc;
  margin-left: 2em;
}

.bfMarkdown ol li {
  list-style-type: decimal;
  margin-left: 2em;
}

.bfMarkdown blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
.bfMarkdown blockquote p:last-child,
.bfMarkdown blockquote ul:last-child,
.bfMarkdown blockquote ol:last-child {
  margin-bottom: 0;
}
.bfMarkdown blockquote footer,
.bfMarkdown blockquote small,
.bfMarkdown blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #333;
}
.bfMarkdown blockquote footer:before,
.bfMarkdown blockquote small:before,
.bfMarkdown blockquote .small:before {
  content: '\2014 \00A0';
}
.bfMarkdown code,
.bfMarkdown pre {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.bfMarkdown code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
.bfMarkdown pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.bfMarkdown pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.notificationBar {
    display: none;
    width: 100%;
    font-weight: bold;
    padding: 15px;
    margin-top: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.notificationBar.success {
     background-color: #effeef;
}

.notificationBar.fail {
    background-color: #f79533;
    color: white;
}


/* Bad Browser Styles */
.badBrowserOverlay {
    background-color: #000;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 99999;
    opacity: 0.5;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(opacity=50)';
}

.badBrowserMessageBox {
    width:500px;
    height:300px;
    position:absolute;
    left:50%;
    top:20%;
    margin:0 0 0 -260px;
    text-align: center;
}

.bfHelpWidgetIcon {
  color: #fff;
  background-color: #2A6DB7;
  border-radius: 48px;
  text-align: center;
  font-weight: bold;
}

/* Document Viewer */
#right-controls {
    position:fixed;
    z-index: 999;
    top:35%;

}

.next-button-ipad, .prev-button-ipad {
    float:right;
    background-color:rgba(116, 116, 116, 0.100);
    background-image: none;
    padding: 40px 10px;

}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}
/* Manage reviewers and advisor modal height fix */
div#reviewersModalTable_wrapper div.table_wrapper div.DTFC_ScrollWrapper,
div#advisorsModalTable_wrapper div.table_wrapper div.DTFC_ScrollWrapper {
    height: auto !important;
}

.bulkactions-btn-container {
    margin-bottom: 7px;
}

.bulkactions-btn {
    margin-top:2px;
    margin-left:8px;
}

/* TODO: move to different file (e.g. styles.css or public.css). Styles in this file are more
 * generic than this. */
#publicVendorFieldsModal h3 {
    font-weight: 500;
    margin: 0;
}

#publicVendorFieldsModal h5 {
    font-weight: 550;
}

#publicVendorFieldsModal h4 {
    margin: 0;
}

#publicVendorFieldsModal h1 {
    display: inline;
}

#publicVendorFieldsModal .publicVendorContainer {
    margin-top: 15px;
    margin-bottom: 5px;
    overflow: hidden;
}

#publicVendorFieldsModal .grid-6 {
    width:47%;
    float:left;
    margin-right: 3%;
    margin-top: 7px;
}

#publicVendorFieldsModal .grid-12 {
    width:100%;
    float:left;
}

#publicVendorFieldsModal .bfMarkdown {
    font-family: Helvetica, Arial, sans-serif;;
}

/* Prevent ZenDesk launcher from overlapping page content */
.zEWidget-launcher {
    max-width: 185px;
    overflow: hidden;
}

/* For a11y */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}
.skip-link {
  left: 0.5em;
  top: -4em;
  position: fixed;
  padding: 0.5em;
  background: white;
  font-size: 13px;
  line-height:1;
  /* Top nav is 997 */
  z-index: 999;
}
.skip-link:focus {
  top: 0.5em;
  transition: top 0.2s;
}

/* For events status labels */
.event-status {
  padding: 3px;
  border-radius: 0.25rem;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  font-size: 0.8em;
  text-transform: uppercase;
}

.event-ongoing {
  background:#FFB56B;
  color: #694000;
}

.event-upcoming {
  background: #673494;
}

.event-passed {
  background: #1C7DB7;
}

.link-button {
  background: none;
  border: none;
  color: #2A6DB7;
  text-decoration: underline;
  font-size: 13px;
  font-family: Helvetica, Arial, sans-serif;
  padding: 0;
  margin: 0;
}

.wihtout-underline{
  text-decoration: none;
}

.vertical-align-center{
  vertical-align: middle;
}

/* When applying the link-button class to a button, it got rid of the default cursor when hovering.
 * This just changes the cursor to the expected one when you hover over the button. */
.link-button:hover {
  cursor: pointer;
}

.dropit .dropit-trigger button {
  margin-bottom: 0;
}

.dropit button.dropit-option {
  width: calc(100% - 2px);
  border: none;
  padding: 0;
  margin: 1px;
  box-shadow: none;
}
.dropit ul.dropit-submenu li > a {
  margin: 1px;
  padding: 0px 9px;
}

.dropit a.dropit-option.dropit-link {
  border: unset;
}

.actions-button {
  background: none;
  border: none;
  width: 100%;
  font-size: 13px;
  font-family: Helvetica, Arial, sans-serif;
  padding: 0 0.6rem;
  margin: 0;
  text-align: left;
  line-height: 25px;
  color: #333;
}

.actions-button:hover {
  cursor: pointer;
  background-color: #7f7f7f;
  color: #ffffff;
}

.two-column-page {

  width:100%;
  min-width:960px;
  padding-bottom: 80px;
}

.two-column-page .left-column {
  position: absolute;
  float: left;
  width: 250px;
  top: -10px;
}

.two-column-page .right-column {

  position: relative;
  left: calc(250px + 2rem);
  margin-right: calc(250px + 2rem);
  min-width:700px;
  background-color: #fff
}
#main-content {
  outline: 0;
}

.dropit ul.dropit-submenu.dropit-fixed-width {
  width: 25rem;
  padding: 0;
}
.dropit ul.dropit-submenu.dropit-below-trigger {
  margin-top: calc(2rem + 3px);
}

.dropit-fixed-width .tall-option {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
  min-height: 3rem;
}

.dropit-fixed-width .icon-outer {
  width: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dropit-fixed-width .icon-inner {
  width: 2rem;
  height: 2rem;
  background-color: #e4edf6;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2A6DB7;
}
.dropit-fixed-width .tall-option:hover .icon-inner {
  background-color: #2A6DB7;
  color: #e4edf6;
}

.dropit-fixed-width .description {
  width: 22rem;
  padding-left: 0.5rem;
  white-space: normal;
}

.dropit-fixed-width .description-extra {
  line-height: 1.25rem;
}