table#example1.dataTable tbody tr:hover {
  background-color: #D5E6F8 !important;
  color: #000000 !important;
}
 
table#example1.dataTable tbody tr:hover > .sorting_1 {
  background-color: #D5E6F8 !important;
	color: #000000 !important;
}

table#tblOverdue.dataTable tbody tr:hover {
  background-color: #D5E6F8 !important;
  color: #000000 !important;
}
 
table#tblOverdue.dataTable tbody tr:hover > .sorting_1 {
  background-color: #D5E6F8 !important;
	color: #000000 !important;
}

.apps-modal {
	overflow: hidden
}

.modal-open .apps-modal .close {
	position: absolute;
	top: 20px;
	right: 20px;
	text-shadow: none;
	z-index: 9
}

.modal-open .apps-modal .modal-dialog {
	width: 100%;
	max-width: 100%;
	border-radius: 0;
	margin: 0
}

.modal-open .apps-modal .modal-dialog .modal-content {
	border: none;
	border-radius: 0;
	min-height: 100vh;
	background-color: #fff
}

.modal-open .apps-modal .modal-dialog .modal-content .quick-search {
	position: absolute;
	width: 100%;
	top: 17px;
	padding: 0 50px;
	z-index: 9
}

.modal-open .apps-modal .modal-dialog .modal-content .quick-search .input-wrap {
	position: relative
}

.modal-open .apps-modal .modal-dialog .modal-content .quick-search .input-wrap i {
	position: absolute;
	right: 5px;
	top: 0;
	width: 30px;
	height: 35px;
	border-radius: 50%;
	line-height: 35px;
	text-align: center
}

.modal-open .apps-modal .modal-dialog .modal-content .modal-body .apps-wrap {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	width: 100%
}

.modal-open .apps-modal .modal-dialog .modal-content .modal-body .apps-wrap .app-item {
	width: 130px;
	height: 100px;
	margin: 10px;
	color: #ccc;
	text-align: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center
}

.modal-open .apps-modal .modal-dialog .modal-content .modal-body .apps-wrap .app-item a {
	display: inline-block
}

.modal-open .apps-modal .modal-dialog .modal-content .modal-body .apps-wrap .app-item a i {
	font-size: 40px;
	color: #3e5569;
	display: inline-block;
	margin-bottom: 10px;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}

.modal-open .apps-modal .modal-dialog .modal-content .modal-body .apps-wrap .app-item a span {
	display: block;
	font-size: 14px;
	color: #3e5569
}

.modal-open .apps-modal .modal-dialog .modal-content .modal-body .apps-wrap .app-item:hover i {
	color: #ef4153
}

.modal-open .apps-modal.fade .modal-dialog {
	overflow: hidden;
	-moz-transform: translate(0, 0) scale(1.2);
	-o-transform: translate(0, 0) scale(1.2);
	-ms-transform: translate(0, 0) scale(1.2);
	-webkit-transform: translate(0, 0) scale(1.2);
	transform: translate(0, 0) scale(1.2)
}

.modal-open .apps-modal.fade.show .modal-dialog {
	-moz-transform: translate(0, 0) scale(1);
	-o-transform: translate(0, 0) scale(1);
	-ms-transform: translate(0, 0) scale(1);
	-webkit-transform: translate(0, 0) scale(1);
	transform: translate(0, 0) scale(1)
}

/* Chrome, Safari and Opera syntax */
:-webkit-full-screen {
  background-color: yellow;
}

/* Firefox syntax */
:-moz-full-screen {
  background-color: yellow;
}

/* IE/Edge syntax */
:-ms-fullscreen {
  background-color: yellow;
}

/* Standard syntax */
:fullscreen {
  background-color: yellow;
}

/* Style the button */
button {
  padding: 20px;
  font-size: 20px;
}

/* Loader */
/* Center the loader */
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

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

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

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

#mainpage {
  display: none;
}
/* End Loader */

.tooltip-inner {
background-color: #BBBDBB;
color: black;
}
.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #BBBDBB !important;
}
.tooltip.bs-tooltip-left .arrow:before {
    border-left-color: #BBBDBB !important;
}
.tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #BBBDBB !important;
}
.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: #BBBDBB !important;
}

.tooltip-inner {
    max-width: 1000px !important; //define whatever width you want
}
.tooltip-inner {
    min-width: 200px !important; //define whatever width you want
}

