.sticky_toast{
    margin: 0 0 -15px !important;
    padding: 0px 0px 0px 0px !important;
    width: 300px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 12px #999;
    -webkit-box-shadow: 0 0 12px #999;
    box-shadow: 0 0 12px #999;
    color: #fff;
    opacity: 0.9 !important;
    width: 350px !important;
}

.sticky_toast .toast-close-button {
    visibility: hidden;
}

.sticky_portlet
{
    padding: 0px 20px 15px 20px !important;
    background-color: #FAF6BD !important;
    color: black !important;
}

.sticky_portlet_patient
{
    padding: 0px 20px 15px 20px !important;
    background-color: #FFC0CB !important;
    color: black !important;
}

.sticky_portlet>.portlet-title,
.sticky_portlet_patient>.portlet-title{
    padding: 0px;
     min-height: 0px !important;
     border: 0 !important;
}

.sticky_portlet>.portlet-title>.actions,
.sticky_portlet_patient>.portlet-title>.actions
{
 padding: 10px 0px 0px !important;    
}

.sticky_toast:hover
{
    cursor: default !important;
}


.fa
{
    cursor: pointer !important;
}

.sticky_portlet .task-content,
.sticky_portlet_patient .task-content
{
    font-weight: 100 !important;
}

.toast-top-right {
    top: 130px !important;
/*    right: 12px;*/
    right: 250px;
    z-index: 20 !important;
}

.side-green-patient-btn
{
    margin-left: 50px;
}
