html {
	background-color:#ffffff;
/* 	background-image: url("../../img/lich.jpg"); */
/*
	background-repeat:no-repeat;
	background-position: right top;
	background-size: contain;
	background-attachment: fixed;
*/
	height:100%;
	width:100%;
/* 	padding:0; */
/* required for Opera to have 0 margin */
/* 	font-size:20pt; */
/* 	font-family: "Comic Sans MS", cursive, sans-serif; */
/* 	font-family: "Arial", Helvetica, sans-serif; */
/* 	font-family: PT Sans Narrow; */
	cursor:default;
	color: #000000;
	padding-right: 0px !important;
  padding-top: env(safe-area-inset-top, 24px);
}

body {
	background-color: #ffffff;
	font: 14px normal Arial, Helvetica, sans-serif;
	cursor:default;
	color: #000000;  
	z-index: -4;
}

.fix_select_size {
  font: 16px normal Arial, Helvetica, sans-serif !important;
}

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile + label {
    font-size: 1.25em;
    font-weight: 700;
    color: white;
    background-color: rgb(197, 197, 197);
    display: inline-block;
}

.inputfile:focus + label,
.inputfile + label:hover {
    background-color: red;
}

.inputfile + label {
	cursor: pointer; /* "hand" cursor */
}

.red-text{
	color:#f44336!important
}

.pointer {
	cursor:pointer;
}

.arrow {
	cursor: default;
}

.scrollable{
  overflow-y: auto;
  max-height: 300px;
}

.scrollable_25{
  overflow-y: auto;
  max-height: 100px;
}

.scrollable_75{
  overflow-y: scroll;
  max-height: 70vh !important;
}

.scrollable_100{
  /* overflow-y: scroll; */
  height: 100% !important;
  /* inset: 0; */
}

.scrollable-x{
  overflow-x: scroll !important;
}

.modal-autoheight .modal-body {
  position: relative;
  overflow-y: auto;
  min-height: 70vh !important;
  max-height: 100vh !important;
}

ol {
  margin-left: 2em !important;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.remove-scrollbar::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.remove-scrollbar {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.hiddenRow {
    padding: 0 !important;
}

.announcement {
    padding: 10px 15px 10px;
    border: 1px solid #e1e1e1;
    background-color: #fcd838;
	  border-radius: 4px;
}

tr.group,
tr.group:hover {
    background-color: #ddd !important;
}

.hover:hover {
    background-color: rgba(153, 153, 153, 0.418) !important;
}

.hover_primary:hover {
  background-color: #e7f0f6 !important;
}

.hover_img_round:hover {
    /* background-color:rgb(190, 190, 190) !important; */
    /* opacity:0.5; */
    box-shadow: 0 0 3px rgb(90, 99, 110);
    border-radius:50%;
}

.hover_img_round_1:hover {
  -webkit-box-shadow: -5px 0px 33px -7px #000000, 5px 0px 33px -7px #000000, 5px 5px 10px 5px rgba(0,0,0,0); 
  box-shadow: -5px 0px 33px -7px #000000, 5px 0px 33px -7px #000000, 5px 5px 10px 5px rgba(0,0,0,0);
  border-radius:50%;
}

.hover_img_round_2:hover {
  -webkit-box-shadow: -5px 0px 33px -7px #000000, 5px 0px 33px -7px #000000, 5px 5px 10px 5px rgba(0,0,0,0); 
  box-shadow: -5px 0px 33px -7px #000000, 5px 0px 33px -7px #000000, 5px 5px 10px 5px rgba(0,0,0,0);
  border-radius:50%;
}

.shadow {
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
}

.card-shadow {
  -webkit-box-shadow: 0px 0px 5px 0px #a0a0a0; 
  box-shadow: 0px 0px 5px 0px #a0a0a0;
  border-radius:5px;
}

.chevron:after {
	display: inline-block;
  position: relative;
  float: right;
  top: 1px;
  margin-left: 5px;
  width: fit-content;
	font-family: "Font Awesome 5 Free";
    font: normal normal normal 14px/1;
    font-size: inherit;
    /* text-rendering: auto; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  content: url('../img/chevron-down-sm.png');
  transform: rotate(180deg) ;
  transition: all linear 0.25s;
}   
.chevron.collapsed:after {
  transform: rotate(0deg) ;
}

#accordion a.active{
	background-color: rgb(90, 99, 110);
	color:rgb(253, 253, 253);
	text-decoration: none;
}

#accordion a:link a:visited a:hover a:active{
	text-decoration: none;
	/* background-color: rgb(90, 99, 110); */
}

#accordion .collapse1 {
	/* transition: none;  */
	transition: all linear 0.25s;
	/* background: red; */
}

#accordion .collapse .active, .collapse-trigger.active{
	background-color: rgb(90, 99, 110);
	color:rgb(253, 253, 253);
}

#fake{
	background-color: #e63333;
	color:rgb(253, 253, 253);
}

/* div.dataTables_length {
	margin-top: 1em;
	margin-right: 1em;
} */

table.dataTable {
  margin-top:1em !important;  
  margin-bottom:1em !important;  
}

div.dt-button-collection {
    width: 230px !important;
    /* float: right !important; */
}

.truncate {
  max-width:250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.truncate1 {
  max-width:350px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.truncate2 {
  max-width:450px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.truncate3 {
  max-width:450px;
  word-wrap: break-word;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;  
  /* display: -webkit-box; */
  /* -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  */
}

.not-allowed {
	cursor: not-allowed !important;
}

.selectpicker>option {
	width: auto;
	overflow:scroll;
}

.has-error .select2-selection {
    border-color: rgb(185, 74, 72) !important;
}

.select2.narrow {
    width: 100%;
}
.wrap.select2-selection--single {
    height: 100%;
}
.select2-container .wrap.select2-selection--single .select2-selection__rendered {
    word-wrap: break-word;
    text-overflow: inherit;
    white-space: normal;
}

.wrap-custom-1 {
  word-wrap: break-word;
  text-overflow: inherit;
  white-space: normal;  
}

.border-radius-5 {
  border-radius: 5px !important;
}

.border-red {
  border: 2px solid #ff0000;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.hide_scrollbars::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.hide_scrollbars {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.borderless td, .borderless th {
  border: none;
  border-right: none !important;
}

.borderless td:hover, .borderless tr:hover, .attendance_table tr:hover {
  background-color: #ececec !important;
}

[data-letters]:before {
  content:attr(data-letters);
  display:inline-block;
  font-size:1.2em;
  width:3.2em;
  height:3.2em;
  line-height:3.2em;
  text-align:center;
  border-radius:50%;
  background:rgb(142, 184, 248);
  vertical-align:middle;
  /* margin-right:1em; */
  color:white;
}

[data-letters-lg]:before {
  content:attr(data-letters-lg);
  display:inline-block;
  font-size:2.2em;
  width:3.2em;
  height:3.2em;
  line-height:3.2em;
  text-align:center;
  border-radius:50%;
  background:rgb(142, 184, 248);
  vertical-align:middle;
  /* margin-right:1em; */
  color:white;
}

[data-letters-lg]:hover {
  font-size:13px;
  background-color:rgb(73, 73, 73) !important;
}

[data-letters-md]:before {
  content:attr(data-letters-md);
  display:inline-block;
  font-size:1.4em;
  width:2.5em;
  height:2.5em;
  line-height:2.5em;
  text-align:center;
  border-radius:50%;
  background:rgb(142, 184, 248);
  vertical-align:middle;
  /* margin-right:1em; */
  color:white;
}

[data-letters-sm]:before {
  content:attr(data-letters-sm);
  display:inline-block;
  font-size:1.4em;
  width:2.5em;
  height:2.5em;
  line-height:2.5em;
  text-align:center;
  border-radius:50%;
  background:rgb(142, 184, 248);
  vertical-align:middle;
  /* margin-right:1em; */
  color:white;
}

[data-letters-xs]:before {
  content:attr(data-letters-xs);
  display:inline-block;
  font-size:1em;
  width:2.5em;
  height:2.5em;
  line-height:2.5em;
  text-align:center;
  border-radius:50%;
  background:rgb(142, 184, 248);
  vertical-align:middle;
  /* margin-right:1em; */
  color:white;
}

.modal_top_1 {
  z-index: 1100 !important;
}

.modal_top_2 {
  z-index: 2100 !important;
}

.modal_top_3 {
  z-index: 5100 !important;
}

.modal_top {
  z-index: 5000 !important;
}

.modal_top_100 {
  z-index: 9999 !important;
}

.remove_focus {
  outline: none !important;
  box-shadow: none;
}

/* .modal-open .modal,.btn:focus{outline:none;} */

.button_hover {
  position: relative;
  width: 500px;
  left:0;
  top: 180px;
  text-align: center;
  opacity: 0;
  transition: opacity .35s ease;
}

.button_hover a {
  width: 200px;
  padding: 12px 48px;
  text-align: center;
  color: white;
  border: solid 2px white;
  z-index: 1;
}


.overlay_hover {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: background 0.5s ease;
}

.container_hover:hover .overlay_hover {
  display: block;
  background: rgba(0, 0, 0, .3);
}

.select2_multi, .select2_no_search_multi {
  /* overflow: hidden !important; */
  height: auto !important;
}

.modal-fullscreen {
  /* override inline padding-right added from js */
  padding: 0 !important;
}
.modal-fullscreen .modal-dialog {
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

.round_button {
  height: 30px;
  width: 30px;
  text-align: center !important;
  /* background-color: #bbb; */
  border-radius: 50%;
  display: inline-block;
}

.round_button:active {
  background-color: #1e48ff;
  box-shadow: 0 2px #666;
  transform: translateY(2px);
}

.radio_lg input[type='radio'] { 
  transform: scale(2); 
}

.rotate-90 {

  transform: rotate(-90deg);

  /* Legacy vendor prefixes that you probably don't need... */
  /* Safari */
  -webkit-transform: rotate(-90deg);
  /* Firefox */
  -moz-transform: rotate(-90deg);
  /* IE */
  -ms-transform: rotate(-90deg);
  /* Opera */
  -o-transform: rotate(-90deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.rotate-180 {

  transform: rotate(-180deg);

  /* Legacy vendor prefixes that you probably don't need... */
  /* Safari */
  -webkit-transform: rotate(-180deg);
  /* Firefox */
  -moz-transform: rotate(-180deg);
  /* IE */
  -ms-transform: rotate(-180deg);
  /* Opera */
  -o-transform: rotate(-180deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.pop_css {
  position: relative;
}

.pop_css::before,
.pop_css::after {
  --scale: 0;
  --tooltip-color: #333;
  --arrow-size: 10px;

  position: absolute;
  /* content: attr(data-tooltip-css); */
  top: -.25rem;
  left: 50%;
  transform: translateX(-50%) translateY(var(--translate-y, 0)) scale(var(--scale));
  transition: 100ms transform;
  transform-origin: bottom center;
}

.pop_css::before {
  --translate-y: calc(-100% - var(--arrow-size));
  content: attr(data-tooltip-css);
  text-align: center;
  color: white;
  height: max-content;
  width: max-content;
  padding: .5rem;
  border-radius: .3rem;
  background: var(--tooltip-color);
}

.pop_css:hover::before,
.pop_css:hover::after {
  --scale: 1;
}

.pop_css:hover::after {
  --translate-y: calc(-1 * var(--arrow-size));
  content: '';
  /* width: 10px; */
  /* height: 10px; */
  /* background-color: black; */
  border:var(--arrow-size) solid transparent;
  border-top-color: var(--tooltip-color);
  transform-origin: top center;        
}

.pac-container {
  z-index: 1051 !important;
}

.select2-dropdown.increasedzindexclass {
  z-index: 999999;
}

.bootbox.modal {
  z-index: 9999 !important;
}

.bootbox.alert {
  z-index: 9999 !important;
}

.scroll_to_top_btn {
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  /* background-color: rgb(0, 60, 255); */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 10px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 16px; /* Increase font size */
}

@media all and (display-mode: fullscreen) {
  /* Here goes the CSS rules that will only apply if app is running standalone */
  /* .browser_content {
    display: none;
  } */
}

#sidebar-wrapper111 {
  /* overflow-x: scroll !important; */
  /* border-radius: 10px; */
  /* border: 1px solid #0275d8 !important; */
  /* z-index: 9999; */
  /* padding-left: 10px !important; */
  /* top: 25px !important; */
  /* min-height: 100vh; */
  /* left: 10px !important; */
  margin-top: 72px !important;
  margin-left: -15rem;
  -webkit-transition: margin .25s ease-out;
  -moz-transition: margin .25s ease-out;
  -o-transition: margin .25s ease-out;
  transition: margin .25s ease-out;
}

#sidebar-wrapper111 .sidebar-heading111 {
  padding: 0.875rem 1.25rem;
  font-size: 1.2rem;
}

#sidebar-wrapper111 .list-group111 {
  width: 15rem;
}

#page-content-wrapper111 {
  margin-top: 4rem;
  min-width: 100vw;
}

#wrapper.toggled111 #sidebar-wrapper111 {
  /* margin-top: 5px !important; */
  /* margin-left: 5px !important; */
  margin-left: 0;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .news_card_dashboard {
    width: 100% !important;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) and (max-width: 868px) {
  .news_card_dashboard {
    width: 100% !important;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 868px) {
  .news_card_dashboard {
    width: 350px !important;
  }
}