
@media screen and (max-width:959px) {
    body {
        width: auto;
        height: auto;
    }
}
@media screen and (max-width:640px) {
    body {
        width: auto;
        height: auto;
    }
}
@media screen and (max-width:320px) {
    body {
        width: auto;
        height: auto;
    }
}



body {
	overflow-x: hidden;
}


/* Login Panel */
.login-panel {
	background: #FFFFFF;
	width: 300px;
	padding: 20px;
	margin: 0 auto;
	margin-top: 100px;
	border-radius: 10px;
	border: 1px solid #e0e0e0;
	box-shadow: 0 0 8px 0 #888;"
}

.title-font {
	padding: 0 0 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #004765;
}

.title-header {
	font-weight: normal;
	color: #004765;
	font-size: 24px;
	padding: 0;
	margin: 0;
	line-height: 36px;
}

/*============================================================================*/
.text-align {
	text-align: center;
}

.text-title {
	font-weight: bold;
	font-size: 16px;
}

.uppercase {
	text-transform: uppercase;
}

.button-align {
	position: absolute;
	left: 35%;
}

/*==============================Toggle Buttons================================*/
.switch-field {
  font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
  padding: 40px;
    overflow: hidden;
}

.switch-title {
  margin-bottom: 6px;
}

.switch-field input {
  display: none;
}

.switch-field label {
  float: left;
}

.switch-field label {
  display: inline-block;
  background-color: #e4e4e4;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  text-shadow: none;
  padding: 2px 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition:    all 0.1s ease-in-out;
  -ms-transition:     all 0.1s ease-in-out;
  -o-transition:      all 0.1s ease-in-out;
  transition:         all 0.1s ease-in-out;
}

.switch-field label:hover {
    cursor: pointer;
}

.switch-field input:checked + label {
  background-color: #00528a;
	color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.switch-field label:first-of-type {
  border-radius: 5px 0 0 5px;
}

.switch-field label:last-of-type {
  border-radius: 0 5px 5px 0;
}

.auth-title {
	font-weight: bold;
	font-size: 14px;
	margin-top: 3px;
}

/*header lock*/
.header-fix {
    position: fixed !important;
}
.navbar-fix {
    position: fixed;
    width: 100%;
}

/*table view*/
table tbody, table thead{
    display: block;
}

table tbody {
    overflow: auto;
    height: 70vh;
    width: 100%;


}
table {
    width: 100%;
}
table thead {
    width: 100%;

}
/* user list*/
.head1 {
    min-width: 60px;
    max-width: 60px;
    word-wrap: break-word;
}
.head2 {
    min-width: 250px;
    max-width: 250px;
    word-wrap: break-word;
}
.head3 {
    min-width: 150px;
    max-width: 150px;
    word-wrap: break-word;
}
.head4 {
    min-width: 150px;
    max-width: 150px;
    word-wrap: break-word;
}
.head5 {
    min-width: 150px;
    max-width: 150px;
    word-wrap: break-word;
}
.head6 {
    min-width: 160px;
    max-width: 160px;
    word-wrap: break-word;
}
.head7 {
    min-width: 100px;
    max-width: 60px;
    word-wrap: break-word;
}
.head8 {
    min-width: 100px;
    max-width: 100px;
    word-wrap: break-word;
}
.head9 {
    min-width: 150px;
    max-width: 150px;
    word-wrap: break-word;
}
.head143 {
    min-width: 250px;
    max-width: 250px;
    word-wrap: break-word;
}
.head10 {
    min-width: 100px;
    max-width: 100px;
    word-wrap: break-word;
}
.head11 {
    min-width: 100px;
    max-width: 100px;
    word-wrap: break-word;
}
.head12 {
    min-width: 90px;
    max-width: 90px;
    word-wrap: break-word;
}
.head13 {
    min-width: 90px;
    max-width: 90px;
    word-wrap: break-word;
}
.head14 {
    min-width: 60px;
    max-width: 60px;
    word-wrap: break-word;
}
.head15 {
    min-width: 70px;
    max-width: 70px;
    word-wrap: break-word;
}
.head16 {
    min-width: 60px;
    max-width: 60px;
    word-wrap: break-word;
}
.head17 {
    min-width: 100px;
    max-width: 100px;
    word-wrap: break-word;
}
.head18 {
    min-width: 100px;
    max-width: 100px;
    word-wrap: break-word;
}

/*Organization list*/
.org-head1 {
width: 70px;
}
.org-head2 {
    width: 500px;
}
.org-head3 {
    width: 200px;
}
.org-head4 {
    width: 200px;
}


li {
    margin: 10px 0;
    list-style: none;
}
.freeze-col{
    position: sticky;
    background-color: white;
}

.confirm-modal {
    width: 300px;
    margin-top: 200px;
    margin-left: 40%;
    height: 190px;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.confirm-header {
    margin: 0;
    font-size: 18px;
    color: #004765;
    font-weight: normal;
    line-height: 30px;
}

.confirm-yes{
    font-weight: bold;
    margin: 10px 0px 5px 10px;
}

.confirm-no{
    font-weight: bold;
    margin: 10px 10px 5px;
}

.table-container {
    overflow-x: scroll;
    overflow-y: scroll;
    height: 750px;
}

.myTable thead {
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: white;
}

.myTable th, .myTable td {
    padding: 8px;
    border: 1px solid #ddd;
}

.myTable th:nth-child(-n+3), .myTable td:nth-child(-n+3) {
    position: sticky;
    left: 0;
    background-color: #ffffff;
    z-index: 1;
}

.access-pathways {
    position: absolute;
    background-color: white;
    border: #ccc 1px solid;
    right: 10px;
    z-index: 1000;
    border-radius: 5px;
    width: 130px;
}
.loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #3c8dbc;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loading-more {
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 10px;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1000;
}

.spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #f3f3f3;
    border-radius: 50%;
    border-top: 2px solid #3498db;
    animation: spin 1s linear infinite;
    margin-right: 10px;
}
