.workflow-card
{
    background-color: #c89666 !important;
    text-align: -webkit-center;
    text-align: center !important;
    color: white !important;
    padding: 0px !important;
    width: 15vw;
    position:relative;
    border-radius: 25vw !important;
}

.workflow-card-add-btn {
    position: absolute;
    top: 10px;
    left: 10px;
    background: transparent;
    border: none;
    font-size: 12px;
    cursor: pointer;
}

.workflow-card-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    font-size: 12px;
    cursor: pointer;
}

.workflow-card .ui-card-content
{
    padding: 0px !important;
    text-wrap: normal;
}

.workflow-card-text
{
    padding: 0px !important;
    color: white !important;
    font-size: 11px !important;
    font-weight: 700 !important;
}

.workflow-arrow
{
    font-size: 2.5rem;
    color: #9e363a;
}

.workflow-card-steps
{
    background: transparent !important;
    border: none !important;
    color: black !important;
}

.workflow-card-invisible-button
{
    position: absolute !important;
    z-index: 999 !important;
    height: inherit !important;
    min-width: 8.5vw !important;
    background: transparent !important;
    border: 0px solid !important;
}

.workflow-card-invisible-button.ui-state-focus {
    box-shadow: none !important;
}

.workflow-card-add-button
{
    height: inherit !important;
    border: 0.125rem dashed blue !important;
    border-radius: 25px !important;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    background-color: transparent !important;
    font-size: 2.5rem !important;
    color: blue !important;
}

.workflow-card-delete-button
{
    background-color: red !important;
    color: white !important;
    border: 0px solid !important;
    z-index: 1000;
    margin-left: -15% !important;
    margin-top: -5% !important;
}


.workflow-card-add-button.ui-state-focus
{
    box-shadow: none !important;
}

.workflow-card-item-drop-down-list
{
    border : 0px solid !important;
}

.workflow-card-item-drop-down-list .ui-selectonemenu-label
{
    white-space: normal !important;
    overflow: inherit !important;
    padding-right: 0.125rem !important;
    text-align: center !important;
}

.workflow-card-item-drop-down-list .ui-selectonemenu-trigger
{
    display: none !important;
}