/* push footer to bottom */
main {
    min-height: 86.6vh;
}

/* background image svg */

body {
    margin: 0;
    background-color: #f3f3f3;
    background-image: url("data:image/svg+xml,%3Csvg width='42' height='44' viewBox='0 0 42 44' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Page-1' fill='none' fill-rule='evenodd'%3E%3Cg id='brick-wall' fill='%23000000' fill-opacity='0.09'%3E%3Cpath d='M0 0h42v44H0V0zm1 1h40v20H1V1zM0 23h20v20H0V23zm22 0h20v20H22V23z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.centered {
    position: fixed;
    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);
}

/********************* navbar *****************************/
nav.mynav {
    position: relative;
    /*line-height: 4;*/
    border-bottom-width: 1px;
    background-color: #fff;
    border-bottom-color: black;
    padding: 1em 0;
}

.navbar-brand img {
    /*max-width: 145px;*/
    width: 145px;
    height: 35px;
}

span.no-nav-link {
    display: block;
    padding: .5rem 1rem;
    text-decoration: none;
    color: #432818;
    text-transform: capitalize;
}

span.admin-name {
    color: #ef476f;
}

.view-active {
    color: navajowhite;
    border-bottom: 2px solid cornflowerblue;
    border-radius: 3px;
}

.navbar {
    padding: 0;
    margin: 0;
    line-height: 35px;
}

a.nav-link {
    color: black;
}

a.nav-link:hover {
    color: black;
    border-radius: 6px;
    background-image: linear-gradient(180deg, cornflowerblue 3%, white 3%);
}

/********************* navbar *****************************/

/********************************* image preview ************************/

.image-preview {
    width: 162px;
    min-width: 107px;
    background-color: #fff;
    display: none;
    font-weight: bold;
}

.image-preview-image {
    display: none;
    width: 159px;
    height: 100px;
}

/********************************* end image preview ************************/

/************************* prevent textarea resize ************************/
/*textarea {*/
/*    resize: none;*/
/*}*/

/************************* prevent textarea resize ************************/


/******************************** footer ************************************/
/*footer.myfooter {*/
/*    background-color: black;*/
/*    border-top-color: gray;*/
/*    border-top-style: solid;*/

/*}*/

/******************************** footer ************************************/

/*************************************** message toast ***************************************/
.toastMessage {
    position: absolute;
    top: 0;
    right: 0;
}

/*************************************** message toast ***************************************/


/*************************************** breadcrumb ***************************************/
.customBreadCrumb:hover {
    text-transform: uppercase;
    /*text-decoration: underline;*/
}

/*************************************** breadcrumb ***************************************/


/*************************************** specifies photo width & height for issues ********************************/
.issueImg {
    width: 100px;
    height: 50px;
}

/*************************************** specifies photo width & height for issues ********************************/


.notIssueImg {
    width: 120px;
    height: 65px;
}


/********************************* Glassmorphism for cards ********************/
.custom-mask {
    background-color: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(10px);
    border: 1px solid ghostwhite;
    border-radius: 6px;
    background-clip: padding-box;
    box-shadow: 10px 10px 10px rgba(46, 54, 68, 0.03);
    color: black;
}

.card-hover:hover {
    box-shadow: rgba(14, 30, 37, 0.12) 2px 2px 2px 2px, rgba(14, 30, 37, 0.32) 0 2px 16px 0;
    backdrop-filter: blur(10px);
    border: 2px solid ghostwhite;
    border-radius: 6px;
    background-color: white;
    text-transform: uppercase;
}

/********************************* Glassmorphism for cards ********************/


/**************** make table borders darker *********************/
table {
    border-collapse: collapse;
    background: white;
}

tr {
    border: solid;
    border-width: 1px 0;
    font-size: medium;
}

td {
    color: black;
}

/*tr:first-child {*/
/*    border-top: none;*/
/*}*/

/*tr:last-child {*/
/*    border-bottom: none;*/
/*}*/

td:last-child {
    border-width: 1px;
}

/********************************* Color questions red and increase the font ********************************/
span.question-text {
    color: darkred;
    font-size: medium;
}

/********************************* Color questions red and increase the font ********************************/


/*************************************** answers to question span align ***************************************/
span.spanAlign {
    margin-left: 5px;
    font-size: medium;

}

/*************************************** answers to question span align ***************************************/

/*************************************** make all input labels red ***************************************/
/*.form-outline .form-control.active ~ .form-label {*/
/*    color: darkred;*/
/*    font-weight: bold;*/
/*    font-size: large;*/
/*}*/

/*************************************** make all input labels red ***************************************/


/************************************* increase font size of preview button ************************************/
.preview-button {
    font-size: 14px;
    font-weight: 600;
}

/************************************* increase font size of preview button ************************************/

/*********************** admin pages **************************/
.admin_link {
    color: black;
}

.admin_link:hover {
    background-color: cornflowerblue;
    background-image: linear-gradient(415deg, #b8c6db 0%, #f5f7fa 74%);
}

/*********************** admin pages **************************/


/*********************** detail list buttons **************************/
.detail-list {
    height: 200px;
    width: 200px;
}

.detail-mask {
    background-color: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(10px);
    border: 3px solid rgba(255, 255, 255, .1);
    border-radius: 5px;
    background-clip: padding-box;
    box-shadow: 10px 10px 10px rgba(46, 54, 68, 0.03);
    color: black;
}

.detail-mask:hover {
    color: white;
    background-color: #6c757d;
    backdrop-filter: blur(10px);
}

.detail-active {
    color: white;
    background-color: #495057;
    backdrop-filter: blur(10px);
}

/*********************** detail list buttons **************************/


/*********************** progress bar  **************************/
.bar-one {
    /*red*/
    background-color: #ff0000 !important;
}

.bar-two {
    /*red-orange*/
    background-color: #e62b09 !important;
}

.bar-three {
    /*orange-brown*/
    background-color: #be6400 !important;
}

.bar-four {
    /*orange-yellow*/
    background-color: #ffae42 !important;
}

.bar-five {
    /*yellow*/
    background-color: #ffff00 !important;
}

.bar-six {
    /*yellow-green*/
    background-color: #9acd32 !important;
}

.bar-seven {
    /*green*/
    background-color: #00b74a !important;
}

/*********************** progress bar  **************************/

.disabled{
  pointer-events: none;
}

.button-wrapper {
    cursor: not-allowed;
}
/**************** make table borders darker *********************/

/* Height for devices larger than 576px */
/*@media (min-width: 992px) {*/
/*    #main-image {*/
/*        margin-top: -58.59px;*/
/*    }*/
/*}*/

