.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

@keyframes fadeIt1 {
    0% {
        background-color: #ffffff;
    }
    50% {
        background-color: #fcf8e3;
    }
    100% {
        background-color: #ffffff;
    }
}

@keyframes fadeIt2 {
    0% {
        background-color: #f3f4f5;
    }
    50% {
        background-color: #fcf8e3;
    }
    100% {
        background-color: #f3f4f5;
    }
}

.sparkle td {
    background-image: none !important;
    -webkit-animation: fadeIt1 1s ease-in-out;
    -moz-animation: fadeIt1 1s ease-in-out;
    -o-animation: fadeIt1 1s ease-in-out;
    animation: fadeIt1 1s ease-in-out;
}

.table-striped > tbody > tr.sparkle:nth-child(odd) > td {
    background-image: none !important;
    -webkit-animation: fadeIt2 1s ease-in-out;
    -moz-animation: fadeIt2 1s ease-in-out;
    -o-animation: fadeIt2 1s ease-in-out;
    animation: fadeIt2 1s ease-in-out;
}

.logo {
    background-color: #f9f9f9 !important;
}

.logo img {
    max-height: 45px;
}

.fullCalendarMain,
.legend {
    margin-left: 10%;
    margin-right: 10%;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

textarea {
    resize: none;
}

.infoTooltip {
    padding-left: 5px;
    cursor: pointer;
}

i[data-toggle='tooltip'],
span[data-toggle='tooltip'],
i[data-toggle='popover'],
span[data-toggle='popover'] {
    cursor: default;
}

.stdLink {
    color: #0094de !important;
    cursor: pointer;
    font-weight: normal;
    padding-left: 10px;
}

.stdLink:hover {
    text-decoration: underline;
}

.has-error .form-control {
    border-color: #f56954 !important;
}

.icheckbox_minimal,
.iradio_minimal {
    background-color: #ffffff;
}

.lastPostalAddress {
    cursor: pointer;
    margin-left: 10px;
}

.bootbox .confirmMessage {
    color: #4343f9;
}

.bootbox .alertMessage {
    color: #fa8144;
}

.bootbox .dangerMessage {
    color: #ff1111;
}

.trusteeCollapse {
    cursor: pointer;
}

.trusteeTabContent {
    height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.tab-content {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #ffffff;
    border-bottom-right-radius: 3px;
    border-color: #e9e9e9;
    border-image: none;
    border-right: 1px solid #e9e9e9;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    padding: 5px;
}

.nav-tabs {
    border-color: #e9e9e9;
    margin-bottom: 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    /*background: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    background: #f5f5f5;
    border-bottom: medium none;
    border-color: #e9e9e9 #e9e9e9 -moz-use-text-color;
}

.nav-tabs a {
    color: #555555;
}

/* Transparent Form icon */
.icon-input {
    padding-left: 30px;
}

.icon-input + .glyphicon {
    position: absolute;
    left: 0;
    margin: 8px 27px;
}

/* Stepper */
.stepper {
    width: 100%;
    height: 30px;
    margin: 0 0 10px 0;
    position: relative;
    overflow: hidden;
}
.stepper .stepper-input {
    width: 100%;
    height: 30px;
    color: #000;
    background: #fff;
    border: 1px solid #ccc;
    margin: 0;
    padding: 1px 0 1px 5px;
    overflow: hidden;
    z-index: 49;
}
.stepper:hover .stepper-input,
.stepper .stepper-input:focus {
    background-color: #f9f9f9;
}
.stepper .stepper-step {
    width: 20px;
    height: 50%;
    background: #eee url('../stepper.png') no-repeat;
    border: 1px solid #ccc;
    cursor: pointer;
    display: block;
    position: absolute;
    right: 0;
    text-indent: -99999px;
    z-index: 50;
}
.stepper .stepper-step:hover {
    background-color: #f9f9f9;
}

/* Up and Down arrows */
.stepper .stepper-step.up {
    background-position: center top;
    border-bottom: none;
    top: 0;
}
.stepper .stepper-step.down {
    background-position: center bottom;
    bottom: 0;
}

/* Other */
.afterInputLabel {
    padding-top: 7px;
}

/* Matters */
.billingMethodContent {
    padding: 15px;
}

.removeOverride {
    line-height: 35px;
    cursor: pointer;
}

#matterDescription {
    margin-top: 25px;
}

.matter-mailto-btn {
    border-radius: 3px;
    transition: background-color 0.2s ease;
}

.matter-mailto-btn:hover {
    background-color: #f5f5f5;
    color: #23527c !important;
    text-decoration: none;
}

.matter-mailto-btn:focus {
    outline: none;
    background-color: #e6e6e6;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: '\e151';
}

a.desc:after {
    content: '\e152';
}

.sort-numerical a.asc:after {
    content: '\e153';
}

.sort-numerical a.desc:after {
    content: '\e154';
}

.sort-ordinal a.asc:after {
    content: '\e155';
}

.sort-ordinal a.desc:after {
    content: '\e156';
}

.grid-view th {
    white-space: nowrap;
}

.grid-view .hoverLink {
    color: #0094de !important;
    font-weight: normal;
    cursor: default;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.radio label,
.checkbox label {
    padding-left: 0;
}

.alert {
    margin-left: 0 !important;
    padding-left: 15px !important;
}

.navbar-nav > .user-menu > .dropdown-menu {
    width: auto !important;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #dbf4f9;
}

#fixedFee label,
#hourlyRate label,
#blend label {
    text-align: right;
    padding-top: 7px;
}

.cancelBtn {
    padding-left: 10px;
}

.radio-inline {
    padding-left: 0;
}

.ui-datepicker,
.ui-autocomplete.ui-front {
    z-index: 999999999 !important;
}

.date .input-group-addon {
    cursor: pointer;
}
.form-control[readonly] {
    background-color: #ffffff;
    cursor: default;
}

/*
.ui-autocomplete {
    height: 100px;
    max-height: 100px;
    overflow-y: auto;
    overflow-x: hidden;
}
*/

.ui-autocomplete-loading {
    background: white url('../img/loading-16.gif') right center no-repeat;
}

.ui-autocomplete .ui-menu-item {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
}

.deleteTrusteeBtn {
    padding-left: 10px;
    cursor: pointer;
}

.connectedSortable {
    padding-left: 0;
    margin-bottom: 0;
}

.sortableText {
    width: 95%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rateOverrideRow {
    padding-bottom: 10px;
}

.rateOverrideRow .form-group {
    margin-bottom: 0;
}

.removeOverride {
    padding-top: 0px;
    line-height: 35px;
}

.middleFloater i {
    cursor: pointer;
    border: 1px solid #666;
    color: #666666;
    margin-bottom: 5px;
    padding: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.middleFloater i:nth-of-type(3),
.middleFloater i:nth-of-type(4) {
    padding: 6px 3px 4px 7px;
}

#newContactSortable {
    display: none;
    position: relative;
    bottom: 27px;
    padding: 3px 5px;
    background: #fff;
    border-top: 1px solid #d3d3d3;
    cursor: pointer;
}

#sortable2.newContactFix {
    padding-bottom: 26px;
}

#noContactsFound {
    display: none;
    background: none;
    cursor: default;
    padding-left: 5px;
}

.sortableContainer {
    display: inline-block;
    width: 40%;
    height: 300px;
    border: solid 1px #d3d3d3;
}
.sortableContainer li:not(.ui-sortable-helper) {
    border-bottom: 1px solid #d3d3d3;
    list-style-type: none;
    padding: 3px 15px;
    background: url('../img/dash/squares.png') no-repeat scroll 5px 5px;
}
.sortableContainer .ui-sortable-helper {
    list-style-type: none;
}
.sortableContainer li:hover:not(.ui-sortable-placeholder):not(.dragged) {
    cursor: move;
    background-color: #d3d3d3;
}
.sortableContainer li.selected {
    background-color: #d3d3d3;
}
.sortableContainer ol {
    min-height: 100%;
    padding-left: 0;
}
.sortableContainer .title {
    font-weight: bold;
    height: 10%;
    padding: 2% 5px;
    text-align: left;
    background-color: #eeeeee;
}
.sortableContainer .search-input,
#venueDropdown .search-input {
    border: none;
    border-bottom: 1px solid #cccccc;
    border-radius: 0 !important;
}
.sortableContainer #searchGroupList,
.sortableContainer #searchVenueList {
    border: none;
    border-bottom: 1px solid #cccccc;
}

.sortWithScroll {
    overflow-y: scroll;
    height: 90%;
    width: 100%;
}
.middleFloater {
    width: 10px;
    display: inline-block;
    height: 300px;
    position: absolute;
    vertical-align: middle;
}
.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.search-clear {
    position: absolute;
    right: 20px;
    margin-top: 8px;
    cursor: pointer;
}

.search-edit {
    position: absolute;
    right: 40px;
    margin-top: 8px;
    cursor: pointer;
}

#clientName {
    padding-right: 45px;
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 999999999 !important;
    max-width: 240px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;

    font-size: 12px;
}

.popover-content {
    font-weight: normal;
}

.modal {
    z-index: 99999999;
}

.modal .popover {
    width: 240px;
}

body .ui-tooltip {
    border-width: 2px;
}

.ui-tooltip-content {
    font-size: 12px;
}

.matterDetails .clientName,
.matterDetails .matterDescription {
    word-wrap: break-word;
}

/* Message Box. Dialog Styling */
#messageBox {
    display: none;
}

.hideMessageBoxTitle .ui-dialog-titlebar {
    display: none;
}

.ui-dialog {
    z-index: 999999999;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
}

.ui-draggable-handle {
    cursor: move;
}

.searchInput input {
    padding-left: 30px;
}

.searchInput .searchIcon {
    position: absolute;
    padding: 7px 10px;
}

.form-group.iconLeft i {
    position: absolute;
    padding: 10px;
}

.form-group.iconLeft span {
    display: inline-block;
    padding-top: 7px;
    padding-left: 30px;
}

.form-group.iconLeft input {
    padding-left: 30px;
}

.checkboxFix {
    font-weight: normal;
    margin-top: 30px;
    padding-left: 15px;
}

.editContact {
    cursor: pointer;
    float: right;
}

.connectedSortable .editContact {
    width: 5%;
}

.contacts-history,
.matter-history,
.client-history {
    text-align: left;
    display: none;

    margin-top: 16px;
}

.modal-content.ui-draggable {
    height: auto !important;
}

.outlayTotals,
.timeentryTotals {
    text-align: center;
}

.timeentryQuote {
    padding-top: 40px;
}

.outlayTitle,
.timeentryTitle {
    font-weight: bold;
}

.outlayRow,
.outlayInvoiceHeader {
    position: relative;
    padding-right: 25px;
}

.outlayRow {
    padding-top: 10px;
    padding-bottom: 10px;
}

.outlayRow .form-group {
    margin-bottom: 0;
}

.outlayRow:hover {
    background-color: #dbf4f9;
}

.outlayRow:hover .outlayRemove {
    display: block;
}

.outlayRemove {
    display: none;
    position: absolute;
    right: 10px;
    top: 20px;
    cursor: pointer;
}

#outlayRowContainer .matterNumberSearch,
#outlayRowContainer .outlayItemSearch {
    padding-right: 20px;
}

#outlayInvoiceContainer input[readonly] {
    background-color: #eeeeee;
    cursor: not-allowed;
}

.isGSTFree {
    margin-top: 7px;
    margin-left: 20px;
}

.isGSTFreeLbl {
    white-space: nowrap;
}

#outlayRows {
    display: inline;
    width: auto;
}

.anotherOutlayBtn {
    margin-top: -3px;
}

.bootbox {
    z-index: 999999999;
}

#timersContainer {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999997;
}

#floatingTimer {
    width: 75px;
    height: 75px;
    z-index: 9999997;

    border-radius: 50%;
    box-shadow: 5px 5px 10px #999999;

    background: #3c8dbc;
    color: #ffffff;
    border: 1px solid #cccccc;
    opacity: 0.9;

    text-align: center;
    font-size: 24px;
    cursor: pointer;
}

#floatingTimer #timerCount {
    display: none;
    padding-top: 18px;
}

#floatingTimer #timerDisplay {
    /*display: none;*/
    padding-top: 10px;
}

#floatingTimer #timerDisplay div:last-of-type {
    font-size: 16px;
    margin-top: -3px;
}

#timersContainer #timersList {
    display: none;
    width: 550px;
    height: 350px;
    z-index: 9999998;

    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    border-radius: 6px;

    background: #ffffff;
}

.timersListPopup {
    width: 100%;
    height: 100%;
    min-width: 550px;
    background: #ffffff;
}

.timersListPopup .timersListHeader {
    border-radius: 0 !important;
}

.timersListPopup .timersListBody {
    height: auto !important;
    background: #ffffff;
}

#timersList .timersListHeader {
    background: #3c8dbc;
    color: #ffffff;

    border-radius: 6px 6px 0 0;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px;
}

#timersList #timersListApproveAll {
    margin-left: 10px;
}

#timersList #timersListClose {
    padding-top: 5px;
}

#timersList #timersListPopup {
    padding: 5px 15px 0 0;
    cursor: pointer;
    color: #000000;
    float: right;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    opacity: 0.2;
    text-shadow: 0 1px 0 #ffffff;
}

#timersList #timersListPopup:hover,
#timersList #timersListPopup:focus {
    color: #000;
    cursor: pointer;
    opacity: 0.5;
    text-decoration: none;
}

#timersList .timersListBody {
    height: 290px;
    margin: 5px 0;
    overflow-x: hidden;
    overflow-y: scroll;
}

.timersListPopup .timersListBody {
    overflow: hidden !important;
}

#timersList .timersListTimer {
    position: relative;
    padding: 5px 60px 5px 25px;
    border-bottom: 1px solid #cccccc;
}

#timersList .timersListTimer.timerCollapsed {
    padding: 5px 60px 5px 25px;
}

#timersList .timersListTimer.timerCollapsed .form-control {
    font-size: 12px;
    height: 22px;
}

#timersList .timersListTimer.timerCollapsed .clearMatter {
    font-size: 12px;
    margin-top: 4px;
}

#timersList .timersListTimer.timerCollapsed .timerBtn {
    padding: 0 6px;
}

#timersList .timersListTimer.timerCollapsed .timerBtn i {
    font-size: 12px;
}

#timersList .timersListTimer:hover {
    background-color: #dbf4f9;
}

#timersList .timersListTimer:hover .controls-right {
    display: block;
}

#timersList .timersListTimer .timersBottom {
    margin-top: 15px;
}

#timersList .timersListTimer .controls-left {
    position: absolute;
    left: 0;
    z-index: 9999997;
}

#timersList .timersListTimer .controls-right {
    display: none;
    position: absolute;
    right: 10px;
    z-index: 9999997;
}

#timersList .timersListTimer .controls-left .timerCollapse {
    cursor: pointer;
    margin: 0 5px;
}

#timersList .timersListTimer .controls-right .approveTimesheet {
    cursor: pointer;
    margin: 0 5px 0 10px;
}

#timersList .timersListTimer .controls-right .timerDelete {
    cursor: pointer;
}

#timersList #hoursTodayContainer {
    display: inline-block;
    line-height: 27px;
    margin-left: 10px;
}

#timersList .timersListTimer .matterNumber,
#timeentry-form #matterNumber,
#unbilledTimeModal #matterNumber {
    padding-right: 20px;
}

#timersList .timersListTimer .timersBottom .checkboxFix {
    margin-top: 5px;
    padding-left: 0;
}

#timersList .matterCostDetails {
    margin-top: -4px;
    padding-left: 0;
}

#timersList .matterCostDetails .floatingTimeentryQuote,
#timersList .matterCostDetails .floatingTimeentryCurrent {
    padding: 0;
}

#timersList .matterCostDetails label {
    margin-bottom: 2px;
}

.italic {
    font-style: italic;
}

.feeWarning {
    color: #ffa540;
}

.feeHigh {
    color: #ff0000;
}

#timersList .timersListTimer .timersBottom .btn {
    padding: 3px 6px;
}

#timersList .timersListTimer .timersBottom .btn:last-child {
    margin-right: 5px;
}

#timersList .timersListTimer:last-of-type,
#timersList .timersListTimer .timersTop .form-group,
#timersList .timersListTimer .timersBottom .checkbox,
#timersList
    .timersListTimer
    .timersBottom
    .field-timeentry-entrydate.form-group,
#timersList
    .timersListTimer
    .timersBottom
    .field-timeentry-isbillable.form-group {
    margin-bottom: 0;
}

.invoiceContainer #matterCostsContainer,
.invoiceContainer #unbilledTimeContainer,
.invoiceContainer #billedTimeContainer,
.invoiceContainer #unbilledOutlaysContainer,
.invoiceContainer #billedOutlaysContainer {
    display: none;
}

#unbilledTimeEntries .unbilledTime {
    position: relative;
    padding: 15px 10px;
    margin-bottom: 20px;

    border: 1px solid #cccccc;
    border-radius: 6px;
}

#unbilledTimeEntries .unbilledTime .controls {
    position: absolute;
    top: -10px;
    right: 15px;
    /*width: 78px;*/
    background: #ffffff;
}

#unbilledTimeEntries .unbilledTime .controls span {
    cursor: pointer;
}

#unbilledTimeEntries .unbilledTime .controls .unbilledTimeDisplay {
    margin: 0 5px 0 10px;
}

#unbilledTimeEntries .unbilledTime .controls .unbilledTimeRestore {
    margin: 0 10px 0 5px;
}

#unbilledTimeEntries .unbilledTime textarea {
    height: 109px;
}

#unbilledTimeEntries .unbilledTime .checkbox {
    margin-top: 0;
    padding-left: 15px;
}

#unbilledTimeEntries .unbilledTime .checkbox .form-group {
    margin-bottom: 0;
}

.pull-inline {
    display: inline-block;
}

#hideDisplay {
    margin-top: 5px;
}

#unbilledTimeTotalContainer #unbilledTimeTotal,
#billedTimeTotalContainer #unbilledTimeTotal,
#unbilledOutlaysTotalContainer #unbilledTimeTotal,
#billedOutlaysTotalContainer #unbilledTimeTotal {
    position: relative;
    padding: 15px 10px;
    margin-bottom: 20px;

    border: 1px solid #cccccc;
    border-radius: 6px;
}

#unbilledOutlays .billNextInvoice {
}

.formDisplayText {
    line-height: 34px;
}

.rotate-45-left:before {
    display: block;
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.rotate-45-right:before {
    display: block;
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#calendarModal div.fc-content {
    font-size: 15px;
    text-align: center;
}

.unitsLegend {
    margin-left: 10px;
    line-height: 34px;
}

#exportDate {
    width: 100px;
}

#exportBtn {
    margin-left: 10px;
}

#widgetPlaceholder .small-box-footer .fa {
    margin-left: 5px;
}

.clickable:hover {
    cursor: pointer;
}

#matterModal #exportMatterLabelsBtn,
#matterModal #exportMatterLabelsV2Btn,
#matterModal #emailClientBtn,
#matterModal #exportClientCsvBtn {
    float: left;
}

.timeentry-save-notification {
    color: #777;
    display: none;
    text-align: right;
}

#timeentry-staffid-alert {
    color: #f00;
}

/* Billable Recover Report */
#billable-recover-report #staffId {
    display: inline;
    width: auto;
}

#billable-recover-report #btn-generate-report {
    margin-top: 16px;
}

#billable-recover-report #staffId {
    margin-bottom: 16px;
}

.bg-report-orange,
.bg-report-orange a,
.bg-report-orange a:hover,
.bg-report-red,
.bg-report-red a,
.bg-report-red a:hover,
.bg-report-green,
.bg-report-green a,
.bg-report-green a:hover,
.bg-report-blue,
.bg-report-blue a,
.bg-report-blue a:hover {
    color: #f9f9f9;
}

.bg-report-yellow a,
.bg-report-beige a,
.bg-report-purple a {
    color: #333;
}

.bg-report-orange {
    background-color: #ff851b;
}
.fg-report-orange {
    color: #ff851b;
}

.bg-report-red {
    background-color: #f56954;
}
.fg-report-red {
    color: #f56954;
}

.bg-report-green {
    background-color: #00a65a;
}
.fg-report-green {
    color: #00a65a;
}

.bg-report-blue {
    background-color: #0771ba;
}
.fg-report-blue {
    color: #0771ba;
}

.bg-report-yellow {
    background-color: #fefe56;
}
.fg-report-yellow {
    color: #fefe56;
}

.bg-report-beige {
    background-color: #fde9db;
}
.fg-report-beige {
    color: #fde9db;
}

.bg-report-purple {
    background-color: #b1a0c4;
}
.fg-report-purple {
    color: #b1a0c4;
}

.time-entry-not-displayed-row,
.time-entry-not-displayed-row input,
.time-entry-not-displayed-row textarea {
    text-decoration: line-through;
}

.block-link {
    color: #333;
    display: block;
}

.block-link:hover {
    color: #333;
}

.billable-recoverable-drill-title {
    font-weight: bold;
}

.clickable {
    cursor: pointer;
}

#invoice-date-row,
#issue-date-display {
    margin-bottom: 30px;
}

.wrapper .right-side > .content-header {
    padding: 10px 15px 10px 25px;
}

.wrapper .right-side > .content-header > .breadcrumb {
    top: 0px;
    padding-top: 2px;
}

.invoicev2-container .field-issuedDate .date {
    margin-top: -7px;
}

.invoicev2-container hr {
    margin: 10px 0px;
}

.editable-grid-column input,
.editable-grid-column textarea {
    background: none;
    border: none;
    width: 100%;
}

.editable-grid-column input,
.editable-grid-column textarea {
    border: 1px solid transparent;
}

.editable-grid-column input:hover,
.editable-grid-column input:focus,
.editable-grid-column textarea:hover,
.editable-grid-column textarea:focus {
    background: #fff;
    border: 1px solid #ccc;
}

.faded {
    color: #ccc;
}

.editable-grid-column textarea {
    max-height: 9.7em;
}

.invoicev2-footer {
    margin-top: 1.5rem;
}

.invoicev2-footer .footer-buttons {
    text-align: right;
}

.drag-handle {
    vertical-align: middle !important;
}

.drag-handle i {
    display: none;
}

.drag-handle:hover i {
    display: block;
}

.invoicev2-header li {
    margin-bottom: 0px;
}

@media (min-width: 768px) {
    .invoicev2-header li {
        float: left;
        margin: 0px 10px 0px 0px;
    }
}

.invoicev2-header li:first-child {
    margin-left: 0px;
}

.invoicev2-header h4 {
    margin-bottom: 0px;
    margin-top: 10px;
}

.invoicev2-container .editable-grid-column > input {
    min-height: 26px;
}

.invoicev2-container .non-editable-grid-column {
    padding-top: 8px;
}

.invoicev2-container .narration {
    padding: 5px 5px 0px 5px;
}

#toast-container {
    z-index: 99999999;
}

.page-picker-container {
    float: right;
}

.invoicev2-container .nav {
    margin-top: 1em;
}

.change-arrow-up {
    color: #0b0;
    margin-right: -2px;
    padding-right: 2px;
}

.change-arrow-down {
    color: #f00;
}

.change-arrow-right {
    visibility: hidden;
    color: #0b0;
}

.quote-above {
    color: #f00;
}

.quote-warn {
    color: #ffa540;
}

.quote-below {
    color: #090;
}

#timersList .timersListTimer .timersBottom .checkboxFix {
    min-height: 36px;
}

#unbilledFixedTimeContainer {
    background-color: rgba(172, 212, 208, 0.4);
    margin-bottom: 2em;
}

#unbilledFixedTimeContainer .table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: rgba(172, 212, 208, 1);
}

.js-accordion-toggle {
    padding-bottom: 7px;
    padding-top: 6px;
}

.js-accordion-toggle:hover {
    cursor: pointer;
}

.js-accordion-toggle h4 {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    min-width: 245px;
    vertical-align: middle;
}

.js-accordion-icon {
    text-align: center;
    vertical-align: middle;
    width: 1em;
}

#unbilledHourlyTimeContainer .js-accordion-toggle:hover {
    background-color: #dbf4f9;
}

#unbilledFixedTimeContainer .js-accordion-toggle:hover {
    background-color: rgba(172, 212, 208, 1);
}

.js-accordion-body {
    margin-top: 15px;
    opacity: 1;
}

/* Label Hack Checkbox Styles */
input[type='checkbox'].simple-hack {
    display: none;
}

label.simple-hack {
    height: 18px;
    width: 18px;
    display: block;
    background: #fff url(/img/minimal.png);
}

label.simple-hack:hover {
    background-position: -20px 0px;
    cursor: pointer;
}

input[type='checkbox'].simple-hack:checked ~ label.simple-hack {
    background-position: -40px 0px;
}

.skin-blue .sidebar > .sidebar-menu > li.active > a {
    color: #3378a3;
    font-weight: bold;
}
