@CHARSET "ISO-8859-1";

div.submitButton {
	padding: 5px;
	border-top: 1px solid #D4E3EE;
}

li>.secuityItem-close {
	display:block; cursor:pointer; top:11px; right:11px; width:15px; height:15px;
	background: url(/eams/image/dms/dms-close1-ce146bc92ac7b5b341aec9b8bcccaae5.gif) no-repeat scroll 0px 0px transparent;
	display:inline-block;
}

li>.secuityItem-close-hover {
	background-position: -16px 0;
	display:inline-block;
	cursor:pointer;
}


li> .user{
	width:15px; height:15px;
	display:inline-block;
}

li> .group{
	width:15px; height:15px;
	display:inline-block;
}

.sortablediv { 
	height:400px ; 
	width:300px ; 
	border: 1px solid #D4E3EE;
	overflow: auto; }
	
.selectable .ui-selecting { background: #FECA40; }
.selectable .ui-selected { background: #F39814; color: white; }

.selectable { list-style-type: none; margin: 0; padding: 0; width: 100%; min-height:300px}
.selectable li { margin: 3px; padding: 0.4em; font-size: 1.4em; height: 18px; font-size:small;}

.addicon {
	cursor:pointer; width:10px; height:10px;
}

.errorinput {
	border: 1px block red;
}

.errortext {
	color: red;
}

.focalpathexplorerNormalClass {
	font-weight:bold;
}

.focalpathexplorerClass {
	color: #05386b;
	font-weight:bold;
}
.focalpathexplorerClass:hover
{
	text-decoration:underline;
	cursor: pointer; 
}

.overlay-disable {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 10000;
}

label.prop-name {
	display: inline-block;
	width: 150px;
	margin: 5px;
	vertical-align: top;
}


.prop-value {
	display: inline-block;
	margin: 5px;
	vertical-align: top;
}

select.prop-value,
input[type="text"].prop-value {
	width: 60%;
}

label.prop-value {
	line-height: 1.5em;
}

table.prop-table {
	width: 100%;
}

table.prop-table th {
	padding: 5px;
	text-align: center;
}

table.prop-table tbody tr:nth-child(odd) {
	background-color: #f9f9f9;
}

table.prop-table td {
	padding: 5px;
	border: solid 1px #e4e4e4;
}

table.prop-table .noData {
	background-color: #f9f9f9;
	text-align: center;
}
	
table.prop-table input[type='text'],
table.prop-table select {
	width: 95%;
}

table.prop-table button {
	width: 32px;
    height: 16px;
}

div.panel-loading {
	background-image: url(/eams/image/popup/popup-loader-ae06b0018e895cfdfec66183874d0282.gif);
	background-repeat: no-repeat;
	background-position: center; 
	width: 100%;
	height: 100%;
}

.sortable-item {
	cursor: move;
}

div.vertical-divider {
	display: table-cell;
    border: 1px dashed #cccccc;
    width: 0px;
    margin: 5px;
}

hr.horizontal-divider {
	height: 30px;
   	border: 0;
	box-shadow: inset 0px -20px 40px -30px rgba(0, 0, 0, 0.8);
}

.form-container{
	background-color: white;
    border-radius: 10px;
    margin-bottom: 20px;
    padding-top: 10px;
}

.form-bottom-buttons{
	display:flex;
	width:100%;
	justify-content: center;
}

.form-button {
    margin: 0 20px;
    background-color: #005247;
    border-width: 0;
    color: white;
    padding: 5px 25px;
    border-radius: 50px;
}

.dropdown-item{
	    cursor: pointer;
}

.infotab{
	display:flex;
	flex-direction: column;
	padding :10px 10px;
}

.infotabRow{
	display: flex;
    width: -webkit-fill-available;
    justify-content: space-between;
}

.infotabCell{
    display: flex;
    width: 50%;
}

.infotabTitle{
	margin-left: 15px;
    font-size: 13pt;
    font-weight: 900;
}

@media ( max-width : 767px) {
	.infotabRow{
		display: block;
	    width: -webkit-fill-available;
	}
	.infotabCell{
	    display: flex;
	    width: auto;
	}
	
	
	
}

input[type="radio"], input[type="checkbox"]{
	  -ms-transform: scale(2); /* IE */
	  -moz-transform: scale(2); /* FF */
	  -webkit-transform: scale(2); /* Safari and Chrome */
	  -o-transform: scale(2); /* Opera */
	  transform: scale(2);
}
	
/* Main dropdown container */
.dropdown {
    position: relative;
    margin-bottom: 10px;
}
	
.nav-item.dropdown {
    margin-bottom: 0px !important;
}

#navBarTop {
	padding-bottom: 0px !important;
}

/* Visible part of dropdown */
.selected-option {
    display: flex;
    padding: 10px;
    justify-content: center;
    background-color: white;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    cursor: pointer;
}

/* Dropdown content container */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 100%;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    overflow: hidden;
    z-index: 1;
}

/* Option styling */
.dropdown-option {
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #dcdcdc;
}

/* Hover effect for dropdown options */
.dropdown-option:hover {
    background-color: #f0f0f0;
}

.formButton{
	margin-right: 0.333em;
    padding: 0.5em 1em;
    border: 1px solid #999;
}
.event-head-item-event-time{
	
    display: flex;
    justify-content: space-between;
    padding: 0 20px 0px 10px;
    font-size: 14pt;
	
}

.event-head-item-event-code{
    padding: 10px 0px 0px 10px;
}

.event-head-item-event-name{
    font-size: 20px;
    padding-left: 9px;
    color: #005246;
    font-weight: 700;
}

#mainBody {
	    overflow-y: hidden;
}

.ui-tabs-tab a.ui-tabs-anchor {
	font-weight: bold;
	border: 0;
	color: #454545;
}

.ui-state-active.ui-tabs-active.ui-tabs-tab.ui-tab:has(a.ui-tabs-anchor)::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background-color: green;
}

.ui-state-default.ui-tabs-tab.ui-tab:has(a.ui-tabs-anchor) {
	border: 0;
	background-color: transparent;
}

.ui-tabs-nav {
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #ccc;
}

div.row.tabinfo > div:has(.form-label) {
	display: flex;
    align-items: center;

	& .form-label {
		font-size: 16px !important;
		background-color: transparent !important;
		border: 0;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background-image: none !important;
	}

	& span.form-label {
		width: 100%;
	}
}

div.header-buttons {
	& .header-button {
		background-color: #f4f1f4;
		border: 0;
		padding: 0.75rem 0;
		width: 12rem;
	
		&:focus, &:focus-visible {
			border: 0;
			outline: 0;
		}
	
		&.header-button-active {
			background-color: #24bab9;
			color: #fff;
		}

		& br {
			display: none;
		}
	}
}

.header-buttons-container {
	margin-left: 10px;
}

.header-right {
	font-size: larger;
	font-weight: bold;
	text-align: right;
	padding-right: 15px;
	padding-top: 5px;
	/* padding-bottom: 5px;*/
	margin-bottom: 10px; 
	color: #1fab5b;

	& > br {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	body .header-right {
		font-size: 16px;
		text-align: left;
		/*color: #005246;*/
		color: #1fab5b;
		font-size: large;
		padding-left: 15px;

		& > br {
			display: block;
		}
	}
	body .userInfo > .header-right {
		padding-left: 0;
	}
}

@media screen and (max-width: 1024px) {
	.header-buttons-container {
		height: 52px;
		max-height: 52px;
		width: calc(100% - 20px);
		overflow-y: hidden;
/*		overflow-x: scroll;*/
		position: relative;
		white-space: nowrap;
/*		display: inline-block;*/

		&::-webkit-scrollbar {
			width: 7px;
			height: 7px;
		  }
		  
		&::-webkit-scrollbar-thumb {
			background: #ccc;
			border-radius: 2rem;
		}
		
		&::-webkit-scrollbar-track {
			background: transparent
		}
	}

	.header-buttons-container:hover {
		animation-play-state: paused;
	}

	.header-buttons {
		position: absolute;
		display: inline-block;
		height: 55px; 
		width: auto;
		overflow: hidden;
		white-space: nowrap;
	}

	div.header-buttons button.header-button {
		& br {
			display: block;
		}
	}

}

/* The switch - the box around the slider */
.switch {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 24px;
  }
  
  /* Hide default HTML checkbox */
  .switch input {
	opacity: 0;
	width: 0;
	height: 0;
  }
  
  /* The slider */
  .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ff0000;
	-webkit-transition: .4s;
	transition: .4s;
  }
  
  .slider:before {
	position: absolute;
	content: "";
	height: 20px;
	width: 20px;
	left: 2px;
	bottom: 2px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
  }
  
  input:checked + .slider {
	background-color: #03d056;
  }
  
  input:focus + .slider {
	box-shadow: 0 0 1px #03d056;
  }
  
  input:checked + .slider:before {
	-webkit-transform: translateX(16px);
	-ms-transform: translateX(16px);
	transform: translateX(16px);
  }
  
  /* Rounded sliders */
  .slider.round {
	border-radius: 10rem;
  }
  
  .slider.round:before {
	border-radius: 50%;
  }
  
.att-button-container{
	display: flex;
    justify-content: space-between;
}
.res-date-wrapper{
	display: flex;
    width: 80%;
}
@media (max-width: 878px) {
    .res-date-wrapper {
    	display: flex;
        width: 100%;
    }
}
  
  
.sticky-container {
    position: sticky;
    bottom: 0;
    padding: 10px;
    z-index: 1000;
    width: -webkit-fill-available;
    background-color: white;
    margin-bottom: -25px;
    border-radius: 0px 0px 10px 10px;
}

.sticky-div {
	display: none;
}

@media (max-width: 767px) {
    .sticky-div {
		display: flex;
		justify-content: space-between;
    }
}

.paginate_button.current{
	color: white !important;
    display: inline-block !important;
    background: none rgba(0, 0, 0, 0.05);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.3);
    border-image: initial;
    border-radius: 10px;
    margin: 10px;
    min-width: 1.5em;
    padding: 0.5em 1em;
	box-sizing: border-box;
	text-align: center;
    text-decoration: none !important;
    cursor: pointer;
}

.paginate_button.previous{
	background: none;
    border-width: 0px;
    color: black !important;
    min-width: 1.5em;
    padding: 0.5em 1em;
	box-sizing: border-box;
	text-align: center;
    text-decoration: none !important;
    cursor: pointer;
}

.paginate_button.next{
	background: none;
    border-width: 0px;
    color: black !important;
    min-width: 1.5em;
    padding: 0.5em 1em;
	box-sizing: border-box;
	text-align: center;
    text-decoration: none !important;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .dataTables_paginate {
        float: none;
        text-align: center;
    }
}

.home-title{
	font-size: 25pt;
    padding-left: 9px;
    color: #22b14c;
    font-weight: 700;
}

.home-block-title{
	color: #505050;
    font-weight: 700;
}

.popover-select-item{
	cursor: pointer;
	margin-left: 15px;
	padding: 0;
}

.popover-select-item.selected {
    background-color: grey;
    color: white;
}

.popover-select-item-text{
	padding-left: 20px;
}

.focal-pill{
    display: inline-block;
    vertical-align: middle;
    border-radius: 20px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 3.75px;
    margin-bottom: 3.75px;
    background-color: #00bcd4;
    border: 1px solid #00a5bb;
    color: #fff;
    word-break: break-all;
    box-sizing: border-box;
}

.focal-pill-close{
    margin-left: 5px;
    margin-right: 0;
    padding: 0 5px;
    font-size: 12px;
    color: #fff;
    width: 12px;
    height: 12px;
    background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==) center/contain no-repeat;
    border: none;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.eventInfoRow{
	display: flex;
}
.formBlueText{
	color: blue; font-weight: 700;
}
@media screen and (max-width: 767px) {
    .evnCodeRow {
		display: flex; 
		justify-content: space-between;
	}

	.evnCodeText{
		text-align: end;
	}

	

	.eventInfoRow{
		display: block;
	}
}


.focal-pill-close:hover {
    opacity: 0.8;
}

ul.ui-tabs-nav > li.ui-tabs-tab > a.ui-tabs-anchor{
	font-weight: bold;
	padding: .5em 2em;
}

@media (max-width: 767px) {
	ul.ui-tabs-nav {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	ul.ui-tabs-nav > li.ui-tabs-tab {
		/* margin: 5px; */
		flex: 1;
		display: flex;
    	justify-content: center;
		align-items: center;
		
		& > a.ui-tabs-anchor {
			padding: .5em 0;
			white-space: normal;
			text-align: center;
		}
	}
}

.searchCritToggleButtonDiv{
	width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
}

@media (max-width: 767px) {
	.startTimeText, .endTimeText{
		text-align: end;
	}
}

.userInfo{
	display: flex;
	justify-content: space-between;
}

@media (max-width: 767px) {
	.userInfo{
		display: block;
	}
}


/* Ensure jQuery UI dialog close button is visible and styled */
.ui-dialog .ui-dialog-titlebar-close {
position: absolute;
    right: .3em;
    top: 50%;
    margin: -10px 0 0 0;
    height: 25px;
    width: 25px;
}
.ui-dialog .ui-dialog-titlebar-close:after {
    content: "×";
    font-weight: bold;
}

.ui-dialog-buttonset button {
    border: 1px solid #c5c5c5;
}

.displayNone {
	display: none !important;
}

.displayFlex{
	display: flex;
}

.form-check {
	padding-left: 0px;
}