.container{
    margin-bottom: 1rem;
    margin-top: 1rem;
}

label, .td-value, .card-header{
    font-weight: 500;
}

.card{
    margin-bottom: 1rem;
}

code{
    background-color: #ebebeb;
    padding: 5px;
    margin: 1px;
    border-radius: 3px;
}

.list-group-item:hover,
.dropdown-item:hover,
.material-card .card-header span:hover,
.clickable-card .card-body:hover,
.copyme:hover,
.tr-editable:hover,
input[type="file"]
{
    cursor: pointer;
}

.bg-white {
    background-color: white;
}

.table {
    margin-bottom: unset;
}

.card-body {
    padding: 0.75rem;
}

.invis{
    display: none;
}

.disabled:hover {
    cursor: not-allowed;
}

.table-hover tbody tr:hover {
    background-color: rgba(49, 113, 255, 0.5) !important;
}

dd{
    margin-left: 0.25rem;
}

.non-resizable{
    resize: none;
}

.breadcrumb{
    margin-top: 0.5rem;
}

.bg-success-light {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.bg-danger-light {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.bg-warning-light {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.bg-primary-light {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

#scroll-to-top-button {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
}

.data-table {
    padding-right: 2rem;
    padding-left: 2rem;
}

.pre-spaces {
    white-space: pre;
}

.nowrap {
    white-space: nowrap;
}

@media (min-width: 1440px){
    .container {
        max-width: 1380px;
    }
}

#google-map {
    width: 100%;
    height: 700px;
}

.alert-box {
    border: 1px solid #dc3545!important;
    border-radius: .25rem!important;
}

.state-notification {
    top: 0;
    left: 0;
    position: fixed;
    z-index: 1050;
    margin: 5px 5px 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    white-space: nowrap;
}

.bg-pill-gray {
    background-color: #e3e3e3;
}

.dataTable {
    white-space: nowrap;
}

.card-deck .card {
    margin-bottom: 30px;
}

.pointer{
    transition: 0.3s;
    box-shadow: 5px 0 40px rgba(0,0,0, .2);
}

.pointer .btn-sm {
    padding: .1rem .5rem;
}

.invis-card {
    border: unset;
    background-color: unset;
}

@media screen and (max-device-width: 768px) {
    .invis-card {
        display: none;
    }
}

.dt-inline-filter{
    display: inline-flex;
    float: right;
}