html, body {
    width: 100%;
    height: 100%;
    overflow: auto;
}

body {
	background-color : transparent;
}

/*
.background-overlay {
    background-color: #A8141A;
    opacity: 0.82;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}*/

#layout .btn:focus, #layout .btn:active:focus, #layout .btn.active:focus,
#layout .btn.focus, #layout .btn:active.focus, #layout .btn.active.focus {
    outline: none;
    box-shadow: none;
}

#layout .card-header button {
    color: #21326A;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

#layout .card {
    color: #21326A;
}

#layout .card, #layout .card-header {
    border: none;
}

#layout .card {
    margin: 10px 0;
}

#layout .card:first-child {
    margin-top: 0;
}

#layout .btn-primary, #layout .btn-secondary {
    border: 0;
}

#layout .btn-primary, #layout .btn-primary:visited {
    background-color: #21326A !important;
}

#layout .btn-primary:hover, #layout .btn-primary:active {
    background-color: #162041 !important;
}

#layout .btn-secondary, #layout .btn-secondary:visited {
    background-color: #9E1114 !important;
}

#layout .btn-secondary:hover, #layout .btn-secondary:active {
    background-color: #720d0f !important;
}

#layout #yourname label {
    font-weight: bold;
    position: relative;
    top: -1px;
}

#layout .card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#layout .card .card-header i {
    font-size: 26px;
    color: #9E1114;
}

#layout .card.disabled .card-header i {
    color: #6c757d;
}

#ajax {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 100;
}

#ajax i {
    position: relative;
    font-size: 80px;
    color: white;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
}

/* fabricjs */
.canvas-container {
    width: auto !important;
    height: auto !important;
}

#c {
    position: relative !important;
    height: auto !important;
    width: 100% !important;
}

.upper-canvas {
    height: auto !important;
    width: 100% !important;
}
/* fabricjs */