/* The Close Button */
.close {
    color: #060606;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.signature-canvas {
    border: 1px solid gray;
    border-radius: 5px;
}

.container-section {
    width: 100%;
}

.container-border {
    width: 64px;
    background-color: #3d90ff;
}

.signarute-title {
    font-family: "Roboto";
    font-weight: 800;
    font-size: 30px;
    text-align: center;
}

.container-img {
    text-align: center;
}

#clear_signature_button,
#save_signature_button {
    width: 88px;
    height: 40px;
    font-weight: 800;
    margin-top: 15px;
    margin-left: 8px;
    text-align: center;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    background-color: #ffffff;
    border: #3d90ff 1px solid;
    color: #3d90ff;
    font-size: 16px;
}

#clear_signature_button:hover,
#save_signature_button:hover {
    background-color: #3d90ff;
    color: #ffffff;
}

/* 
Make bootstrap modal appear on top of the back-drop
https://stackoverflow.com/questions/10636667/bootstrap-modal-appearing-under-background/13834819#13834819
*/
.modal-backdrop {
    z-index: 1050;
}
.modal {
    z-index: 1060;
}
.modal-content {
    padding: 0;
}

.modal-body {
    padding: 0;
}

.p-2 {
    padding: 16px;
}

.pl-2 {
    padding: 16px;
}

.flex-row {
    display: flex;
}
.flex-row > [class*="col-"] {
    display: flex;
    flex-direction: column;
}
.flex-row.row:after,
.flex-row.row:before {
    display: flex;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-end {
    justify-content: flex-end;
}

.signature-container {
    width: 100%;
}
