#loading {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.75);
    z-index: 1000;
}

.page .row {
	margin-left: 0;
	margin-right: 0;
}

.row .card {
	margin-top: 5px;
	margin-bottom: 5px;
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: auto;
}

.row.odd .card {
	background: #eee;
}



.table a,
.btn,
button {
    color: #fff!important;
    background: rgb(26,98,158)!important;
    background: linear-gradient(180deg, rgba(26,98,158,1) 0%, rgba(22,52,78,1) 100%)!important;
}

form[action="/timesheets"] .table a,
form[action="/users"] .table a {
    display: inline-block!important;
    padding: 3px 10px!important;
    border-radius: 50px;
}

form[action="/timesheets"] .table a:hover,
form[action="/users"] .table a:hover,
.dropdown-menu>li>a:hover,
.btn:hover,
button:hover {
    color: #fff!important;
    background: #90C46C!important;
    transition: background .3s;
}

input, select {
    background: rgb(255,255,255)!important;
    background: linear-gradient(180deg, rgba(255,255,255,1) 50%, rgba(231,231,231,1) 100%)!important;
}