﻿.mobile-list .actions {
    position: relative;
    display: block;
    color: blue !important;
    background: yellow !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.03);
    z-index: 2;
}

#actionsDropdown.dropdown-menu > li > a {
    background: white;
    color: #006ba6;
    padding: 10px 15px;
    line-height: 1em;
    text-transform: none;
    font-weight: normal;
    color: #006ba6 !important;
}

#actionsDropdown.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

#actionsDropdown.dropdown-menu > li {
    float: none;
    border: none;
}

#actionsDropdown.dropdown-menu > li > a:hover {
    background: #006ba6 !important;
    color: white !important;
    cursor: pointer;
}

#actionsDropdown.dropdown-menu > li.disabled > a:hover, .dropdown-menu > li.disabled > a:focus {
    background: white !important;
    text-decoration: none !important;
    background-color: transparent !important;
    background-image: none !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
    cursor: not-allowed !important;
 }

.grey80 {
    color: #cccccc;
}

.pointercursor {
    cursor: pointer;
}
.display-inline {
    display: inline;
}

.width8em {
    width: 8em !important;
}