html, body {
    min-height: 100%;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    letter-spacing: -.01em;
}

body {
    font-size: .825rem;
    background: #000;
}

/* .fc-today-button { display: none!important } */

/*
th, td {
    vertical-align: top;
}
*/

/*
.overlay {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}
*/
table.hover-highlight tr:hover td {
    background-color: rgba(0, 0, 0, 0.1);
}

.modal {
    background: rgba(0,0,0,0.5);
}

.loading {
    position: relative;
}

.loading:after {
    content: "";
    position: absolute;
    top: 0; 
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.25);
}

.indicator {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
}

.indicator:after {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 200px;
    left: 50%;
    margin-left: -100px;
    top: 50%;
    margin-top: -100px;
}

.indicator.loading {
    display: block;
    background: rgba(0, 0, 0, 0.5);
    z-index:1000000000;
}

.indicator.loading:after {
    border-top: 2px solid rgba(255, 255, 255, 0.8);
    animation: rotate 3s infinite;
}


@keyframes rotate {
    0% {
        transform:rotate(0deg);
    }
    100% {
        transform:rotate(1080deg);
    }
}

p, input, textarea {
    font-size: 0.95em;
}

.full-height {
    min-height: 100vh;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: #495057;
}

.h1, h1 {
    font-size: 1.65rem;
}

.dash-wrap {
    background-color: #f7f9fc;
}

.landing-feature {
    align-items: center;
    background: #ecf1f8;
    border-radius: 50%;
    display: flex;
    height: 60px;
    justify-content: center;
    margin-right: 1rem;
    width: 60px;
}

.sidebar {
    min-width: 260px;
    max-width: 260px;
    transition: margin-left .35s ease-in-out,left .35s ease-in-out, margin-right .35s ease-in-out,right .35s ease-in-out;
    background: #293042;
}

.sidebar.collapsed {
    margin-left: -260px;
}

.sidebar-brand:hover {
    color: #fff;
    text-decoration: none!important;
}

.sidebar-brand {
    font-weight: 500;
    font-size: 1.125rem;
    padding: 1.15rem 1.5rem;
    display: block;
    text-align: center;
    color: #fff;
}

.sidebar-brand svg {
    /* stroke: #4a88eb; */
    stroke: #FF6600;
    height: 24px;
    width: 24px;
    margin-right: .15rem;
}

.sidebar-nav {
    padding-left: 0;
    list-style: none;
}

.sidebar-link i, 
.sidebar-link svg, 
a.sidebar-link i, 
a.sidebar-link svg {
    margin-right: 0.75em;
}

.sidebar-link, a.sidebar-link {
    display: block;
    padding: .625rem 1.625rem;
    font-weight: 400;
    transition: color 75ms ease-in-out;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    color: rgba(233,236,239,.5);
}

.sidebar-dropdown .sidebar-link {
    /* padding: .55rem 1.5rem .55rem 3.7rem; */
    font-weight: 400;
    color: #adb5bd;
}

.sidebar .collapsed:before {
    content: " ";
    border: solid;
    border-width: 0 .1rem .1rem 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(45deg);
    position: absolute;
    top: 1rem;
    right: 1.7rem;
    transition: all .2s ease-out;
}
.sidebar .not-collapsed:before {
    transform: rotate(-135deg)!important;
}

.sidebar-dropdown.closed {
    height: auto;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s;
}

.sidebar-dropdown.open {
    max-height: 200px!important;
}

.sidebar-item .sidebar-link:hover {
    color: #e9ecef;
}

.sidebar-nav li.sidebar-item {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.sidebar-nav > li.sidebar-item:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.sidebar-nav > li.sidebar-item > a {
    transition: background-color .5s; 
    background-color: #293042;
}

.sidebar-nav > li.sidebar-item > a:hover {
    background-color: #111;
}

.sidebar-nav > li.sidebar-item li.sidebar-item {
    transition: padding .5s, background-color .5s;
    /* background: rgba(255, 255, 255, .015); */
}

.sidebar-nav > li.sidebar-item li.sidebar-item:hover {
    padding-left: 10px;
    /* background: #293042; */
    background-color: #111;
}

/*
.feather {
    width: 18px;
    height: 18px;
}
*/

/* NOT STARTED */
.status-1 {
    background: linear-gradient(180deg, rgba(0,255,255,1) 0%, rgba(0,128,128,1) 100%)!important;
}

/* IN PROGRESS*/
.status-7 {
    background: linear-gradient(180deg, rgba(4,115,191,1) 0%, rgba(6,67,160,1) 100%)!important;
}

/* WORK COMPLETE */
.status-2 {
    background: linear-gradient(180deg, rgba(78,203,50,1) 0%, rgba(32,88,57,1) 100%)!important;
}

/* INVOICED */
.status-3 {
    background: linear-gradient(180deg, rgba(144,50,203,1) 0%, rgba(74,32,88,1) 100%)!important;
}

/* PAID */
.status-4 {
    background: linear-gradient(180deg, rgba(255,153,0 ,1) 0%, rgba(159,96,0,1) 100%)!important;
}

/* BILLING HOLD */
.status-5 {
    background: linear-gradient(180deg, rgba(203,50,50,1) 0%, rgba(88,32,32,1) 100%)!important;
}

/* ESTIMATED */
.status-6 {
    background: linear-gradient(180deg, rgba(153,102,0,1) 0%, rgba(94,63,32,1) 100%)!important;
}

/* BILLING CORRECT */
.status-8 {
    background: linear-gradient(180deg, rgba(204,102,153,1) 0%, rgba(134,45,89,1) 100%)!important;
}

.status-9 {
    background: linear-gradient(180deg, rgba(153,153,153,1) 0%, rgba(33,33,33,1) 100%)!important;
}

.status-10 {
    background: linear-gradient(180deg, rgba(102,102,153,1) 0%, rgba(50,50,80,1) 100%)!important;
}

.status-100 {
    background: linear-gradient(180deg, rgba(150,150,150,1) 0%, rgba(40,40,40,1) 100%)!important;
}

/* PENDING */
.status-1001 {
    background: linear-gradient(180deg, rgba(222,170,10,1) 0%, rgba(157,104,1,1) 100%)!important;
}

/* CREATED */
.status-1002 {
    background: linear-gradient(180deg, rgba(102,204,255,1) 0%, rgba(0,120,180,1) 100%)!important;
}

/* REVIEWED */
.status-1003 {
    background: linear-gradient(180deg, rgba(255,102,0,1) 0%, rgba(150,60,0,1) 100%)!important;
}

/* SENT */
.status-1004 {
    background: linear-gradient(180deg, rgba(4,115,191,1) 0%, rgba(6,67,160,1) 100%)!important;
}

/* ADDED TO QB */
.status-1005 {
    background: linear-gradient(180deg, rgba(144,50,203,1) 0%, rgba(74,32,88,1) 100%)!important;
}

/* APPROVED */
.status-1006 {
    background: linear-gradient(180deg, rgba(51,255,0,1) 0%, rgba(27,132,0,1) 100%)!important;
}

/* REJECTED */
.status-1007 {
    background: linear-gradient(180deg, rgba(203,50,50,1) 0%, rgba(88,32,32,1) 100%)!important;
}

/* NEEDS ALTERATIONS */
.status-1008 {
    background: linear-gradient(180deg, rgba(204,102,153,1) 0%, rgba(134,45,89,1) 100%)!important;
}

.estimate.card {
    overflow: hidden!important;
}

.estimate.card .btn,
.estimate.card .card-body {
    background-color: rgb(254, 255, 175)!important;
    color: #333!important;
}

.estimate.card .btn.text-white {
    color: #fff!important;
}

.estimate.card .btn:hover {
    border-right: 1px solid #fff;
}

.estimate.card h5,
.estimate.card h6 {
    color: #333!important;
}

.main {
    display: flex;
    width: 100%;
    min-height: 100vh;
    min-width: 0;
    transition: margin-left .35s ease-in-out,left .35s ease-in-out,margin-right .35s ease-in-out,right .35s ease-in-out;
    flex-direction: column;
}

.content {
    padding: 2.5rem 2.5rem 1.5rem;
    flex: 1;
    direction: ltr;
}


.footer {
    background: #fff;
    border-top: 1px solid #dee6ed;
    padding: 1rem .75rem;
    direction: ltr;
}


@media(max-width: 767.98px) {
    .footer,
    .navbar,
    .content {
        max-width: 100vw;
        width: 100vw;
    }

    .content {
        padding: 2rem 0;
    }
}