/* if add styles, add the bottom gets higher priority */
.loader {
	border: 16px solid #d1f0ff; /* Light grey */
	border-top: 16px solid #5fd8ff; /* Blue */
	border-radius: 50%;
	width: 120px;
	height: 120px;
	animation: spin 2s linear infinite;
	margin-left: auto;
	margin-right: auto;
}

.pageloader {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 150px;
	margin-top: 200px;
	text-align: center;
	z-index: 9999999;
}

.pageloader .spinner > div {
  width: 18px;
  height: 18px;
  background-color: white;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.pageloader .spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
	margin: 5px;
}
.pageloader .spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
	margin: 5px;
}
.pageloader .spinner .bounce3 {
	margin: 5px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.agile-list-small li {
  background: #FAFAFB;
  border: 1px solid #e7eaec;
  margin: 0 0 2px 0;
  padding: 4px;
  border-radius: 4px;
  font-size: 14px;
}

.chosen-container {
    font-size: 14px;
}
.chosen-drop {
	box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
	padding-top: 4px;
}
.chosen-container .chosen-results li {
	border-radius: 2px;
}
.chosen-container .chosen-results li.highlighted {
    background-color: #0389b6;
}
.chosen-container-multi .chosen-results {
    margin-left: 4px;
	margin-right: 4px;
}
.chosen-container-multi .chosen-drop {
	padding-bottom: 4px;
}
.form-control {
    font-size: 14px;
}

.resureforce14 {
	font-size: 14px;
}

@media print {
   .resure-tool-bar {
     display:none;
   }
}

.resure-tool-bar {
	margin-right: 0px; 
	margin-left: 0px;
	border: 4px solid #ffffff;
	border-radius: 4px;
}
td.filter {
    padding: 4px;
}
.form-group.required .control-label:after {
  content:" *";
  color:red;
}

.resure-lighter-header {
	background-color: #6EA3DA;
}

th.resure-darker-table-header {
	background-color: #D5D5D5 !important;
}

input.resure-right-align {
	text-align: right;
}

.resure-bottom-align-row {
	position: relative;
}

.resure-bottom-align-col {
    position: absolute;
    bottom: 0;
    right: 0;
}

.resure-pointer {
    cursor:pointer;
}
.tab-header-highlight {
	background-color: #e9aa66 !important;
}
.tooltip.top .tooltip-arrow {
    bottom: -1px;
    margin-left: -7px;
    border-width: 7px 7px 0;
	border-top-color: #0389b6;
}
.tooltip.top-left .tooltip-arrow {
    margin-bottom: -7px;
    border-width: 7px 7px 0; 
}
.tooltip.top-right .tooltip-arrow {
    margin-bottom: -7px;
    border-width: 7px 7px 0;
}
.tooltip.right .tooltip-arrow {
	left: -2px;
	margin-top: -7px;
	border-width: 7px 7px 7px 0;
	border-right-color: #0389b6;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #0389b6;
}
.tooltip.left .tooltip-arrow {
	border-left-color: #0389b6;
	right: -1px;
	margin-top: -7px;
	border-width: 7px 0 7px 7px;
}
.toolbar-dropdown-button {
	background-color: #f1f1f1;
}
.toolbar-dropdown-menu {
	border: thin none !important;
	box-shadow: 0 4px 10px rgb(0 0 0 / 20%) !important;
	margin: 10px 0 0; 
	min-width: 240px;
	padding-top: 4px;
	padding-bottom: 4px;
}    
.toolbar-dropdown-item {
	width: 100%;
	margin-left: 4px;
	width: 232px;
	text-align: left;
}
.toolbar-dropdown-item:hover {
	color: white;
	background-color: #0389b6 !important;
	border-radius: 2px;
}
.toolbar-dropdown-item[disabled] {
	opacity: 0.5;
}
.toolbar-dropdown-icon {
	margin-right: 10px;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
	background-color: #e5f3ff;
}
.table-alt-hover > tbody > tr:hover > td,
.table-alt-hover > tbody > tr:hover > th {
	filter: brightness(1.04) saturate(1.08);
}
.table-td-hover > tbody > tr > td:hover {
	background-color: #e5f3ff;
}
.child-entity-selected-row {
	background-color: #daeeff;
	font-weight: 600;
	color: #2e4054;
}
.c3-tooltip th {
    background-color: #066eb1;
    font-size: 15px;
    padding: 4px 8px;
}
input[type="file"]::-webkit-file-upload-button {
	margin-right: 10px;
}

