﻿
.dropdown-menu input[type="submit"] {
    color: #0d98e6;
    display: block;
    padding: 6px 24px;
    white-space: nowrap;
    -webkit-transition: all 0.075s ease-in-out;
    -moz-transition: all 0.075s ease-in-out;
    transition: all 0.075s ease-in-out;
    font-weight: 400;
    text-decoration: none;
    border: 0;
    background: transparent;
    line-height: inherit;
    width: 100%;
    text-align: left;
}

.dropdown-menu button:hover{
    text-decoration: none;
    cursor: pointer;
}

.dropdown-menu input[type="submit"]:hover{
    text-decoration: none;
    cursor: pointer;
}

.dropdown-menu input[type="button"]:hover{
    text-decoration: none;
    cursor: pointer;
}

#securePortalArticle article > section > a {
    text-align: center;
    text-decoration: none;
}


#published > .table-wrapper.table-wrapper-stretched > table > tbody > tr > td.form-list-cell > div > .item-sub-info {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 600px;
    }