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

.navbar-brand { padding: 0; margin-right: 2rem; }
.navbar-brand img { height: 50px; }

@media (max-width: 767px) {
    .navbar-nav:first-of-type { margin-top: 1rem; }
}

.navbar-nav .nav-item               { margin-right: 2rem; }
.navbar-nav .nav-item .nav-link.btn { border-radius: 25px; padding-left: 1.5rem; padding-right: 1.5rem; }






/*********************/
/* standard elements */
/*********************/

h1 { font-size: 3rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.5rem; }

@media (max-width: 575px) {
    h1 { font-size: 2.5rem; }
}



.background {
    background: linear-gradient( rgba(212, 228, 241, 0.95), rgba(212, 228, 241, 0.95) ), url(/images/background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
header {
    background: linear-gradient( rgba(212, 228, 241, 0.9), rgba(212, 228, 241, 0.9) ), url(/images/header.jpg);
    padding: 3rem 0 2rem 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}



.table tbody tr td p { margin: 0; }




section { width: 100%; padding: 3rem 0; }

@media (max-width: 767px) {
    section { padding: 1rem 0 2rem 0; }
}




.separator { height: 1px; }

@media (max-width: 575px) {
    .modal-header { padding-top: 0.5rem; padding-bottom: 0.5rem;  }
    .modal-body { padding-top: 0.5rem; }
}

.tab-pane#send h2 { margin-bottom: 0.5rem; }

@media (max-width: 575px) {
    .tab-pane#send h2 { font-size: 1.75rem; margin-bottom: 0.25rem; }
    .tab-pane#send p { font-size: 0.8rem; }
}





.card .card-body { padding: 1rem; }






@media (max-width: 575px) {
    .card .card-body { padding: 0.75rem 0.5rem 0.25rem 0.5rem; }
    .card .card-body h1 { font-size: 1.5rem; line-height: 1; margin-bottom: 0.75rem; }
    .card .card-body p { font-size: 0.8rem; line-height: 1.25; margin-bottom: 0.75rem; }
    .card .card-body p.demo { font-size: 1rem; font-weight: bold; }

    .card .card-body table tbody tr td { padding: 0.4rem; font-size: 0.9rem; }
    .card .card-body table tbody tr td span { font-size: 0.7rem; }
}

.div-get-started { text-align: center; }

.div-get-started input[type=text] { margin-bottom: 2rem; }

@media (max-width: 575px) {
    .div-get-started h1 { font-size: 1.75rem; }
    .div-get-started input[type=text] { margin-bottom: 1.5rem; }
}


/* ############## */
/* #   footer   # */
/* ############## */

footer { width: 100%; padding: 2rem 0 2rem 0; }

footer h2 { text-align: left; margin-top: 0; }

footer p { margin-bottom: 0.5rem; }

footer ul { margin: 0; padding: 0; list-style-type: none; }

footer ul li { padding-bottom: 5px; }

footer a:hover { text-decoration: underline; }


@media (max-width: 767px) {

    footer .text-right { text-align: left !important}
}





/* these should prob be in the auth.js somehow */

h2.line { display: flex; align-items: center; justify-content: center; text-transform: none; color: #ddd; margin-top: 0; }

h2.line:after, h2.line:before { content: ''; width: 150px; height: 2px; background: #ddd; margin: 0 10px; }





@media (max-width: 767px) {

    .container { max-width: 100%; width: 100%; }
}










.table-manage-item tbody tr td:nth-child(3) { width: 99%; overflow: hidden; white-space: nowrap; max-width: 1px; }


.table-item tbody tr td:nth-child(1) { width: 99%; }



@media (max-width: 767px) {
    .table-item tbody tr td p { font-size: 0.8rem; }
    .table-item tbody tr td p.small { font-size: 0.7rem; }
}

/*******************/
/* end of approved */
/*******************/







.modal-footer { border: none; }

.btn-nohover { pointer-events: none; }

.cursor-pointer { cursor: pointer; }

.cursor-default:hover { cursor: default; }





.form-text { margin-top: 0.1rem; }


.nav-tabs .nav-item .nav-link { margin-left: 0.25rem; margin-right: 0.25rem; }





#ul-list-sent { list-style-type: none; margin-top: 1rem; padding: 0; }

#ul-list-sent li { padding-bottom: 0.5rem; }







.upld-multiple > table:last-child { margin-top: 1rem; }


ul#fileList
{
    list-style-type: none;
    padding: 0;
}

ul#fileList li
{
    padding: 0.25rem 0.5rem;
    margin-bottom: 0.5rem;
}

.thumbnail{
    position: relative;
    z-index: 0;
}

.thumbnail:hover{
    background-color: transparent;
    z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
    position: absolute;
    background-color: lightyellow;
    padding: 5px;
    left: -1000px;
    border: 1px dashed gray;
    visibility: hidden;
    color: black;
    text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
    border-width: 0;
    padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
    visibility: visible;
    top: -30px;
    left: 60px; /*position where enlarged image should offset horizontally */
}

.thumbnail .pageNumber {
    background-color: #818185;
    color: white;
    position: absolute;
    padding: 1px 5px;
}
