.globalFormErrors {
  color: #b94a48;
}

.deleteTestCase, .deleteTestCaseGroup, .editTestCase, .editTestCaseGroup, .deletePhone, .editPhone, .deleteUser, .editUser, .deleteGroup, .editGroup {
  cursor: pointer;
}

.dropdown-menu {
    margin: 0;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}

.navbar .nav > li > .dropdown-menu:before {
    border: 0;
}

.navbar .nav > li > .dropdown-menu:after {
    border: 0;
}

.modal-overflow.modal {
    top: 80px;
}

.spinner-icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("../img/spinner.gif");
    background-repeat: no-repeat;
}

.details-toggler {
  cursor: pointer;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
    cursor: default;
    background-color: #ffffff;
}

.eg-transport-details {
    font-family: Courier New, sans-serif;
    font-size: 9pt;
}

.eg-transport-details th, .eg-transport-details td {
    padding: 0 2px 0 2px;
}

.table-filter-active {
    background-color: lightyellow !important;
}

input::-ms-clear {
    display: none;
}

.not-available {
    text-decoration: line-through
}