.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
	margin-left: auto;
	margin-right: auto;
}

@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: 13px;
}

.chosen-container {
    font-size: 13px;
}

.form-control {
    font-size: 13px;
}

.resureforce14 {
	font-size: 14px;
}

@media print {
   .resure-tool-bar {
     display:none;
   }
}

.resure-tool-bar {
	margin-right: 0px; 
	margin-left: 0px;
	border: 2px solid #ffffff;
}

td.filter {
    padding: 4px;
}
/*chosen error */
.has-error .chosen-container {
    border: 1px solid #FF0000;
}

.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;
    margin-bottom: 35px;
}

.resure-pointer {
    cursor:pointer;
}
.tab-header-highlight {
	background-color: #dfdcd8 !important;
}
.th-300 {
	min-width: 300px;
}