

main {
  display: block;
}

.action-menu{
  display:grid; 
  grid-row:auto; 
  grid-template-columns: auto auto;  
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: solid 1px rgba(0,0,0,0.2);
  padding-bottom:10px;
  justify-content: space-evenly;
  justify-items: center;
  align-content: space-evenly;
  align-items: center;
  margin-top:10px;
}
.action-menu-button{
  width:140px;
}
.bottom-border{
  border-bottom: solid 1px rgba(0,0,0,0.2);
  padding-bottom:10px;
}
.thick-top-border{
    border-top: solid 2px rgba(0,0,0,1);
    padding-top:5px;
  }
.contact-log-row{
  border-bottom: solid 2px rgba(0,0,0,0.2);
  padding-bottom:10px;
}
.contact-log-header{
  position:sticky;
  top:24px;
  padding-bottom:10px;
  background-color:#dee2e6
}
.contact-log-sticky-header{
  position:sticky;
  top:0;
  z-index:10;
  background-color:white;
}
.navigation-button-bg{
  background-color: white;
  position: fixed;
  bottom: 0px;
  height: 100px;
  left: 0px;
  width: 100%;
  right: 0px;
}
.navigation-button{
  position:fixed;
  bottom:10px;
  left:10px;
  height:55px;
  width:55px;
  padding:0px;
}
.edit-contact-info-button{
  float:right;
  padding: 0 !important;
  background-color:white !important;
}
.confirm-contact-info-button{
  margin-bottom:5px;
}
.id-info{
  text-align: end;
  white-space: pre-line;
}
.top-info{
  display:flex;
  position:relative;
  border-bottom:solid 1px rgba(0,0,0,0.2);
  padding-bottom:10px;
}

.mlc-logo{
  height: 45px;
    width: 45px;
    position: absolute;
    left: 5px;
    top: 5px;
}
.mlc-title{
  color: white;
  left: 55px;
  position: absolute;
  font-size: 25px;
  top: 10px;
}

#header {
  background: #003d6b;
  background-color: #003d6b; }

.logo-header {
  background-color: #003d6b;
  background-image: url("/client/static/assets/mlc-logo.svg");
  color:#FFFFFF;
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 60px; }

#logo {
  text-shadow: none; }

.my-contacts-table{
    border-style: solid;

}

.my-contacts-table th{
    cursor:pointer;
}

.my-contacts-table td, .my-contacts-table th{
    white-space: nowrap;
    padding-right:5px;
}

.my-contacts-table tbody tr:nth-child(2n){
    background-color: #EEE;
}

.roles-table{
    border-style: solid;
    width:100%;
}
.roles-table tbody tr:nth-child(2n){
    background-color: #EEE;
}

.roles-table th{
    cursor:pointer;
}

.roles-table td, .roles-table th{
    white-space: nowrap;
    padding-right:5px;
}
.hs-search-results-list{
    position: absolute;
    left: 0.75rem;
    background: white;
    border: solid 1px lightgray;
    padding: 5px;
    max-height: 250px;
    border-bottom-left-radius: 1rem;
    right: 0.75rem;
    overflow-y: scroll;
    
}
.scrollable-modal{
    overflow-y:auto;
    height:100%;
}
.relative{
    position: relative;
}
.hs-search-result{
    cursor:pointer;
}
.hs-search-result:hover{
    background: lightgray;
}
.hs-search-result:active{
    background: gray;
}
.person-search-result{
    cursor:pointer;
}
.address-lastline{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}
.hs-summary-row{
    margin-top:10px;
    border-top:solid 1px black;
    padding-top:10px;
}
.hs-summary-top-row{
    margin-top:10px;
    padding-top:10px;
}
/* ***********************************************************
FOOTER
************************************************************ */
#footer {
  background: #003d6b; }


.mlc-box-container {
  position: relative;
  display: flex; }

.bg-mlc-blue {
  background-color: #003d6b;
}
.bg-mlc-green {
    background-color: #004e23;
  }

.mlc-box {
  flex: 1 1 auto;
  margin: 1rem;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem; }
  .mlc-box h1:first-child {
    margin-top: 0; }
  .mlc-box ul {
    list-style-type: disc; }

.mlc-help-button {
  margin-bottom: 1rem;
  width: 100%; 
}

.address-td{
    text-overflow: ellipsis;
    max-width: 275px;
    overflow-x: hidden;
}

.search-box {
  position:absolute;
  box-shadow:0 2px 8px 0 #8a8a8a;
  
}
.prospect-photo {
  position:absolute;
  height:auto;
  min-width:100px;
  width:100px;
  object-fit:cover;
  min-height:144px;
}
.camera-button {
  position: absolute;
    width: 30px;
    height: 30px;
    z-index: 5;
    bottom: 0;
    right: 0px;
    background: rgb(255,255,255,0.5);
    padding: 5px;
    border-radius: 14px;
}
.search-results{
    z-index:100;
}

.first-document{
    font-weight:bold;
    background:#2fe32f!important;
}
.form-label{
    font-weight:normal;
}
.form-label.required{
    font-weight:bold;
}
.form-label.required:after{
    content:"*";
    color:red;
}

.duplicates-list{
    border-top:solid gray 2px;
}

.duplicate-item:hover{
    background:lightgray;
}
.duplicate-name{
    font-weight:bold;
}
.bold{
    font-weight:bold;
}
.print-only{
    display:none!important;
    visibility: hidden!important;
}

.hs-names-report-column{
    break-inside:avoid;
    break-after:page;
    margin-bottom:30px;
    position: relative;
    page-break-inside: avoid;
}

.hs-rating-header{
    background-color:#EEEEEE;
    border:solid 2px darkgray;
    text-align: center;
    margin-top:10px;
    width:100%;
    min-width:100%;
}

.hs-summary-name-col{
    min-width:200px;
}

.hs-summary-hs-name-col{
    width:160px!important;
}

.hs-summary-year-col{
    min-width:30px;
    text-align: center;
}
.hs-summary-interest-col{
    min-width:80px;
    text-align: center;
}
.hs-summary-counselor-col{
    min-width:50px;
    text-align: center;
}
.hs-summary-tally{
    margin:50px 0px;
    width: 125px;
    text-align-last: justify;
}
.hs-names-report-column-first{
    margin-bottom:30px;
}
.hs-names-report-header{
    display:flex;
    justify-content:space-between;
}
.hs-names-report-row{
    font-size:large;
}
.report-prospect-name{
    text-align: right;
}
.knights-logo{
    width:182px;
    height:196px;
}
.hs-summary-text-note{
    border:solid gray 1px;
    padding:5px;
    text-align: left;
}
.base-chart{
    position:sticky;
    top:0px;
    background-color:white;
}

.columns {
    column-count: 3;
    column-gap: 2rem;
}

.year-column {
    break-inside: avoid;
    margin-bottom: 1.5rem;
}

/* ***********************************************************
FOOTER
************************************************************ */
/* @media (width <= 1200px) {
    .base-chart{
         position:fixed; 
         bottom:0px; 
         top:revert; 
         min-width:100%; 
         max-height:350px; 
        background-color:white;
    }
} */
@page {
    size: auto !important;
  }

@media print {

    a { color: #000 !important; text-decoration: none; }

    .table-print{
        margin:0;
        font-size:12px;
        
    }

    .table-print tbody tr .print-break-row{
        background-color:rgb(0,0,0,.1) !important;
        -webkit-print-color-adjust: exact;
    }

    .table-print tr td a{
        text-decoration: none!important;
        color:black;
    }

    .table-striped tr:nth-child(even) td {
        background-color:  rgba(0, 0, 0, 0.05) !important;
         -webkit-print-color-adjust: exact;
    }

    .rotate-on-print{
        transform: rotate(90deg);
        transform-origin: center;
        line-height: 95px;
    }

    .rotate-on-print-parent{
        height:110px;
        background-color:white!important;
    }

    .hs-names-report-column-first{
        margin-bottom:75px;
    }
    .hs-names-report-column{
        break-inside:avoid;
        break-after:page;
        margin-top:52px;
        position: relative;
        page-break-inside: avoid;
    }
    .hs-summary-row{
        break-inside:avoid;
        position: relative;
        page-break-inside: avoid;
    }
    .hs-summary-text-note{
        border-style: none; 
        border-color: Transparent; 
        overflow: visible;
        display:inline-table;
        height:auto;   
        resize:none;     
        
    }
    .hs-summary-tally{
        break-inside:avoid;
        position: relative;
        page-break-inside: avoid;
    }
    ::-webkit-input-placeholder { /* WebKit browsers */
        color:    #fff;
    }
    :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color:    #fff;
        opacity:  1;
    }
    ::-moz-placeholder { /* Mozilla Firefox 19+ */
        color:    #fff;
        opacity:  1;
    }
    :-ms-input-placeholder { /* Internet Explorer 10+ */
        color:    #fff;
    }
    .print-only{
        display:inherit!important;
        
    }
    .print-margin{
        margin-bottom:20px;
    }
}


[v-cloak] {display:none}