.success-message {
    padding: 15px 25px;
    background-color: rgb(0, 165, 44);
    color: white;
    margin-bottom: 30px;
}


body {
    padding: 0;
    margin: 0;
    background-color: #006699;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #333333;
    position: relative;
}


.plainLink {
    color: #006699;
    text-decoration: none;
}

.plainLink:hover {
    color: rgba(0, 102, 153, .5);
    text-decoration: none;
}

/* #clear_search{
    background-color: #006699;
    color: #ffffff;
    text-decoration: none;
}

#clear_search:hover {
    background-color: ffffff;
    color:#006699;
    text-decoration: none;
} */



.passRed {
    color: #ff0000;
}

.passGreen {
    color: #008000;
}

.passIndent {
    padding: 0px 0px;
}

.footerLinks {
    width: 100%;
    margin-top: auto;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    padding-bottom: 15px;
}

.footerLinks a {
    color: #ffffff;
    text-decoration: none;
}

.footerLinks a:hover {
    color: rgba(255, 255, 255, .5);
}




.background_image_styles {
    background-color: #006699;
    width: 75%;
    display: flex;
    justify-content: center;
}

.white_column {
    width: 25%;
    padding: 150px 20px 20px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: end;
}





/*--------+++++++++++++++++-----------------------------*/







.border_baby {
    border: 1px solid red;
}

/* Template Structure styles  */



#header {
    width: 100%;
    background-color: #006699;
    border-bottom: 6px solid #3dabff;
    color: #ffffff;
    padding: 10px 30px 10px 20px;
}

#wrapper {
    background-color: #f5f5f5;
    /* height: 100vh; */
}

#footer {
    width: 100%;
    background-color: #006699;
    border-top: 6px solid #3dabff;
    color: #ffffff;
    padding: 20px;
    font-size: 14px;
    text-align: center;
}

#main {
    display: flex;
    width: 100%;
    min-height: 100%;
    /*This is the problem line*/
}

#leftnav {
    /* background-color: #dcdcdc; */
    width: 250px;
    padding: 0px;
    font-size: 15px;
    text-decoration: none;
}



#slot {
    width: 100%;
    background-color: #ffffff;
}


#clear_search {
    cursor: pointer;
    font-size: 16px;
    background-color: rgba(0, 102, 153, .1);
    color: #006699;
}

#clear_search:hover {
    background-color: #006699;
    color:#ffffff;
}

#no_clear_search {
    cursor: pointer;
    font-size: 16px;
    background-color: rgba(0, 102, 153, .1);
    color: #006699;
}

#no_clear_search:hover {
    background-color: #006699;
    color:#ffffff;
}

#clear_activity_search {
    cursor: pointer;
    font-size: 16px;
    background-color: rgba(0, 102, 153, .1);
    color: #006699;
}

#clear_activity_search:hover {
    background-color: #006699;
    color:#ffffff;
}

/* #clear_search:focus {
    box-shadow: 0px 0px 4px 1px rgba(0, 102, 153, .4);
    border: 1px solid #006699;
} */






/* Side Nav */

/* nav {
    position: relative;
    margin: 0px;
    width: 250px;

}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul li a {
    display: block;
    padding: 5px 15px;
    color: #006699;
    text-decoration: none;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}

nav ul li a:hover {
    background: #006699;
    color: #ffffff;
}

nav ul li a .fa {
    width: 16px;
    text-align: center;
    margin-right: 5px;
    float: right;
}

nav ul ul {
    background: rgba(0, 0, 0, 0.2);
}

nav ul li ul li a {

    border-left: 6px solid transparent;
    padding: 5px 15px;
}

nav ul li ul li a:hover {
    border-left: 6px solid #3dabff;
} */







/* Site wide Input Styles, replacing form-control from Bootstrap */

input[type=text],
input[type=date],
select,
textarea {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #d3d3d3;
    box-shadow: none;
}

input[type=text]:focus,
input[type=date]:focus,
select:focus,
textarea:focus {
    box-shadow: 0px 0px 4px 1px rgba(0, 102, 153, .4);
    border: 1px solid #006699;
}

input[type=password] {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #d3d3d3;
    box-shadow: none;
}

input[type=password]:focus {
    box-shadow: 0px 0px 4px 1px rgba(0, 102, 153, .4);
    border: 1px solid #006699;
}


/* Search Bar: Define the style for the span when the input is focused */
.input-group .input-group-text.focused {
    box-shadow: 0px 0px 4px 1px rgba(0, 102, 153, .4);
    border: 1px solid #006699;
    background-color: #ececec;
}


/* Password input style */
.password_input_group {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 400px;
}

.password_input_group>input,
.password_input_group>span {
    margin: 0;
    border-radius: 0;
}

.password_input_group>input {
    flex: 1;
    padding: 10px;
    border: 1px solid #ccc;
    border-left: none;
}

.password_input_group>span {
    padding: 14px;
    background-color: #eee;
    border: 1px solid #ccc;
}

.password_input_group>input:first-child {
    border-left: 1px solid #ccc;
}

.password_input_group>input:focus {
    outline: none;
    border-color: #006699;
}


.eyeball {
    position: absolute;
    z-index: 10;
    top: 10px;
    right: 5px;
    padding-right: 10px;
}

.eyeball a {
    color: #006699 !important;
}





/* The radio_container */
.radio_container {
    display: block;
    position: relative;
    padding-left: 32px;
    margin-bottom: 8px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radio_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.radio_checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 21px;
    width: 21px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio_container:hover input~.radio_checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio_container input:checked~.radio_checkmark {
    background-color: #006699;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio_checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio_container input:checked~.radio_checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio_container .radio_checkmark:after {
    top: 6px;
    left: 6px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: white;
}





/* Button Styles*/

.button_main {
    background-color: #006699;
    color: white;
    padding: 4px 10px;
    border: 1px solid #006699;
    cursor: pointer;
    box-shadow: none;
    transition-duration: 0.4s;
}

.button_main:hover {
    background-color: #d3d3d3;
    border: 1px solid #b5b5b5;
    box-shadow: 0px 0px 4px 1px rgba(0, 102, 153, .4);
}

.button_main:disabled,
.button_main[disabled] {
    background-color: #d3d3d3;
    border: 1px solid #d3d3d3;
    cursor: not-allowed;
    pointer-events: none;
}

.button_main:active {
    background-color: #3dabff;
}





.button_cancel {
    background-color: #d3d3d3;
    color: #333333;
    padding: 4px 10px;
    border: 1px solid #666666;
    cursor: pointer;
    transition-duration: 0.4s;
}

.button_cancel:hover {
    color: #ffffff;
    background-color: #d3d3d3;
    border: 1px solid #b5b5b5;
    box-shadow: 0px 0px 4px 1px rgba(0, 102, 153, .4);
}

.button_cancel:active {
    background-color: #3dabff;
}




.button_delete {
    background-color: white;
    color: red;
    padding: 4px 10px;
    border: 3px solid red;
    cursor: pointer;
    box-shadow: none;
    transition-duration: 0.4s;
}

.button_delete:hover {
    background-color: red;
    color: white;
    box-shadow: 0px 0px 4px 1px rgba(160, 2, 54, 0.4);
}

.button_delete:disabled,
.button_delete[disabled] {
    background-color: #d3d3d3;
    border: 3px solid #d3d3d3;
    color: white;
    cursor: not-allowed;
    pointer-events: none;
}

.button_delete:active {
    background-color: red;
}





/*==== CSS from mockups ====*/

.landing_card_main {
    border: 1px solid #dbdbdb;
    background-color: #ffffff;
    box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, .2);
    height: 710px;
    margin: 0px 10px 0px 0px;
}

.landing_card {
    border: 1px solid #dbdbdb;
    background-color: #ffffff;
    box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, .2);
    height: 350px;
    margin: 0px 10px 10px 0px;
}

.landing_column {
    border: 1px solid #dbdbdb;
    background-color: #ffffff;
    box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, .2);
    height: 700px;
    margin: 0px 10px 10px 0px;
}


.dropkick_card {
    border: 1px solid #dbdbdb;
    background-color: #ffffff;
    box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, .2);
    min-height: 100%;
}

.dropkick_card_noheight {
    border: 1px solid #dbdbdb;
    background-color: #ffffff;
    box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, .2);
}


/*styles set for tabs on search and profile management */
.search_tab {
    padding: 3px 20px;
}

.search_tab a {
    text-decoration: none;
    color: #006699;
}

.search_tab a:hover {
    color: rgba(0, 102, 153, .5);
}

.search_tab i {
    color: #006699;
    margin-right: 10px;
}

.search_tab a:hover i {
    color: rgba(0, 102, 153, .5);
}

.blue_line {
    border-bottom: 1px solid #006699;
}

.no_line {
    border-bottom: 1px solid transparent;
}


/* styles for landing page grid layout */
/* .grid_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: auto;
    grid-gap: 15px;
    margin-left: 15px;
} */



/* Formatting for DataTables on Search Results page*/
#search_results {
    font-family: 'Roboto', sans-serif;
    width: 100%;
}

#search_results th {
    background-color: #006699;
    border-bottom: 2px solid #3dabff;
    color: #ffffff;
    font-size: 14px;
    text-align: right;
}

#search_results td {
    font-size: 12px;
    text-align: right;
    padding-right: 30px;
}

#search_results_info {
    /* display: flex;
    justify-content: center;
    align-items: center; */
    margin-right: auto;
    /* margin: 3px auto 0px; */
    padding: 3px 0px 0px 0px;
    font-size: 12px;
}

/* ---- Formatting for DataTables on Not Found page -- */
#no_search_results {
    font-family: 'Roboto', sans-serif;
    width: 100%;
}

#no_search_results th {
    background-color: #006699;
    border-bottom: 2px solid #3dabff;
    color: #ffffff;
    font-size: 14px;
    text-align: right;
}

#no_search_results td {
    font-size: 12px;
    text-align: right;
    padding-right: 30px;
}

#no_search_results_info {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3px auto 0px;
    padding: 3px 0px 0px 0px;
    font-size: 12px;
}


/* === fly out tabs === */
#flyout_tabs li button {
    color: #006699;
    font-weight: bold;
}

#flyout_tabs li button:hover {
    color: rgba(0, 102, 153, .5);
    font-weight: bold;
}

#flyout_tabs li button.active {
    color: #006699;
    font-weight: bold;
    background-image: linear-gradient(rgba(222, 234, 247, 0.7), #ffffff);
}

#flyout_tabs i {
    color: #006699;
}

#flyout_tabs button:hover i {
    color: rgba(0, 102, 153, .5);
}

#flyout_tabs button.active i {
    color: #006699;
}

.lock:hover .icon-unlock,
.lock .icon_lock {
    display: none;
}

.lock:hover .icon_lock {
    display: inline-block;
}


/* layout styles for flyout data pages NOT DataTables */

 .table_header th {
    border-bottom: 2px solid #3dabff;
    padding: 8px 10px 3px 10px;
    font-size: 16px;
}


.table_header td {
    border-bottom: 1px solid #d3d3d3;
    padding: 8px;
    font-size: 12px;
} 

.table_header.no_bottom td {
    border-bottom: none;
    padding: 0px;
    margin: 0px;
}
/* .table_header.no_bottom tr {
    background: red;
} */

.table_header_last {
    padding: 8px 10px;
    font-size: 12px;
    font-weight: bold;
}

.sub_table_header th {
    border-bottom: 1px solid #3dabff;
    background-color: #ececec;
    padding: 8px 10px 5px 10px;
    font-size: 14px;
}

.sub_table_header td {
    border-bottom: 1px solid #d3d3d3;
    padding: 8px 10px 5px 10px;
    font-size: 12px;
}

.sub_table_header.no_bottom td {
    border-bottom: none;
    padding: 0px;
    margin: 0px;
}

.table_row_back tr:nth-child(n+2):nth-child(even) {
    background-color: #f2f2f2;
  }

  
/* ====== Tooltip Bootstrap 5 styles ======*/

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: var(--bs-tooltip-font-weight);
    line-height: var(--bs-tooltip-line-height);
    text-align: left;
    text-decoration: none;
    text-shadow: none;
    /* text-transform: none; */
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: .8;
  }
  
  .tooltip.show {
    opacity: .8;
  }

  .tooltip.tooltip-arrow {
    position: absolute;
    width: 0.8rem;
    height: 0.4rem;
  }
  
  .bs-tooltip-top.tooltip-arrow::before {
    content: "";
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #006699;
  }
  
  .tooltip-inner {
    max-width: 400px;
    padding: 0.25rem 0.5rem;
    color: #ffffff;
    text-align: start;
    /* background-color: var(--bs-tooltip-bg); */
    background-color: #000000;
    border-radius: 0.25rem;
  }
  
  .bs-tooltip-top.tooltip-arrow::before {
    border-top-color: #006699;
  }
  
  .bs-tooltip-right.tooltip-arrow::before {
    border-right-color: #006699;
  }
  
  .bs-tooltip-bottom.tooltip-arrow::before {
    border-bottom-color: #006699;
  }
  
  .bs-tooltip-left.tooltip-arrow::before {
    border-left-color: #006699;
  }
  
  /* .tooltip.fade {
    transition: opacity 0.15s ease-in-out;
  } */

  .testWide {
    width: 250px;
  }
  