.aui-button-primary  {
  	background-color: #003d61 !important;
}

h5, h5 a, .fa, .aui-icon {
	color: #003d61;
}

#settingsTumbnail  a {
  	text-decoration: none !important;
}

.hide {
	display : none;
}

.display-inline {
    display: inline;
}


.body-header-text {
    margin-bottom: 15px;
}

.requiredSpan {
    color: red;
    margin-left: 3px;
}

.formButtonAlign {
    text-align: right; 
    padding-right: 20px;
}

.aui-form-notification-tooltip {
    display: none !important;
}

.outer-loader {
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

#loader {
    background: rgb(45, 45, 45);
    position: absolute;
    top: 40%;
    z-index: 11111111111111;
    height: 50px;
    width: 50px;
    left: 47%;
}

.tableButtons {
	margin-left: 5px;
	color: #003d61;
	font-weight: 700;
	font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}


/*.aui-nav-selected {
    border-bottom: 5px solid white;
}*/

#homeNav .aui-nav-selected {
  border-bottom: 5px solid #fff;
}

#settingsNav .aui-nav-selected {
  border-bottom: 5px solid #003D61;
}

/* #workflowsNav .aui-nav-selected {
  border-bottom: 5px solid #003D61;
} */
#workflowsNav .aui-nav-selected{
  border-bottom: 5px solid #014984 !important;
}

/*.aui-nav-selected > a::after {
    background-color: #fff !important;
}*/

.nav-text-color {
    color: white !important;
    font-weight: bold !important;
}

/*.aui-iconfont-arrows-right {
    color: white;
}*/

.rolesZindex{
    z-index: 11111111111111;
}

.field-group-label {
    min-width: 200px;
}

.ml-cms-auto {
    padding-left: 70px;
}

.homeHeader {
    text-align: center;
    font-size: 18px;
}

.ml-cms-280 {
  margin-left:280px;
}

.ml-cms-56 {
  margin-left:56px;
}

.header {
	margin: 20px auto 60px auto;
}

.openPopupButton {
    width: 230px; display: block; margin: 0; padding: 2px 2px; outline: 0; box-sizing: border-box; cursor: pointer;
    background: #6584c1; font-family: 'Segoe UI'; font-size: 16px; color: #fff; text-align: center; text-transform: uppercase;
    border-radius: 4px; font-weight: bold; border: 0;
}
.openPopupButton2 {
    width: 230px; display: block; margin: 0; padding: 2px 2px; outline: 0; box-sizing: border-box; cursor: pointer;
    background: #6584c1; font-family: 'Segoe UI'; font-size: 16px; color: #fff; text-align: center; text-transform: uppercase;
    border-radius: 4px; font-weight: bold; border: 0;
}
.openPopupButton3 {
    width: 230px; display: block; margin: 0; padding: 2px 2px; outline: 0; box-sizing: border-box; cursor: pointer;
    background: #6584c1; font-family: 'Segoe UI'; font-size: 16px; color: #fff; text-align: center; text-transform: uppercase;
    border-radius: 4px; font-weight: bold; border: 0;
}
.openPopupButton4 {
    width: 230px; display: block; margin: 0; padding: 2px 2px; outline: 0; box-sizing: border-box; cursor: pointer;
    background: #6584c1; font-family: 'Segoe UI'; font-size: 16px; color: #fff; text-align: center; text-transform: uppercase;
    border-radius: 4px; font-weight: bold; border: 0;
}
.userguide {
    width: 700px; display: block; margin: 0; padding: 2px 2px; outline: 0; box-sizing: border-box; cursor: pointer;
     font-family: 'Segoe UI'; font-size: 16px; color: #fff; text-align: center; text-transform: uppercase;
     font-weight: bold; border: 2px solid #6584c1;
}
.btnWrap {
    margin: 50px 15% 0 15%; padding-top: 20px; border-top: 1px solid #e2e2e2;
    text-align: center;
}

/* .badge-defaulty {
    background-color: #003D61 ; 
}

.badge-info {
    background-color: #5bc0de;
} */
.badge-defaulty{
       background-color:#5bc0de;
  }
 .badge-info{
        background-color:#003d61 !important;
 }
 .badge-info[href]:focus{
       background-color:#003d61;
}

.footer {
  left: 0;
  bottom: 0;
  width: 100%;
  color:#003d61;
  background-color: #f4f5f7;
  text-align: center;
}

.footer-fixed {
    position:fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #f4f5f7;
    text-align: center;
}

#corpItTable, #enggIsTable, #facilitiesTable, #hrTable, #ecosystemTable {
	border-top: 1px solid black;
	border-left: 1px solid black;	
}

#corpItTable tr td, #enggIsTable tr td, #facilitiesTable tr td, #hrTable tr td, #ecosystemTable tr td {
	border-right: 1px solid black;
}

/* table thead tr th {
	text-align: center;
} */

#extensionPopup .aui-icon-notification {
	right: 0 !important;
}

table {
	border: 1px solid #003d61 !important;
	border-bottom: 0px !important;
}

table td {
	border-bottom: 1px solid #003d61 !important;
	border-right: 1px solid #003d61 !important;
	padding: 10px 18px 10px 18px !important;
}

table th {
	border-right: 1px solid #003d61 !important;
	/* background-color: #003d61;
	color: white; */
}

table th:last-child, table td:last-child {
	border-right: 0px solid #003d61 !important;
}

 #subTask td {
	border-left: 1px solid #003d61 !important;
} 

/* #subTask td {
	border-top: 1px solid #003d61 !important;
	border-left: 1px solid #003d61 !important;
} */


#subTask {
	/* margin-left: 30px !important; */
}

/* #subTask td {
	border-top: 1px solid #003d61 !important;
	border-right: 0px solid #003d61 !important;
}

#subTask td:first-child {
	border-left: 1px solid #003d61 !important;	
} */
     
.dt-buttons {
	margin-bottom: 15px;
}

/* #ON_BOARDING_REQUEST, #OFF_BOARDING_REQUEST, #EXTENSION_REQUEST, #REPLACEMENT_REQUEST, #REPORTING, #SETTINGS {
	display: none;
} */

#SETTINGS, #REPORTING, #MY_GROUP_CONTRACTORS,#VENDOR_INFO {
	display: none;
}

.ui-datepicker-calendar, .ui-datepicker-calendar th, .ui-datepicker-calendar td {
	border: none !important;
}

table.ui-datepicker-calendar td {
	padding: 1px !important; 
	}
	
.redColor {
	color: red;
}

.bg-none {
	background : none !important;
}

.capitalize-heading {
	text-transform: capitalize;
	color: #003d61;
	text-align: left;
}

.chart-label-container {
	text-align: left; 
	/* overflow-x: auto; */
	overflow-x: hidden;
	height: 200px;
}
.chart-label {
	font-size: 12px !important;
}

.chart-span {
	width: 12px;
	height: 12px;
}

/* 
.chart-label-container::-webkit-scrollbar {
 width: 0px !important;
}

.chart-label-container::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
.chart-label-container::-webkit-scrollbar-thumb {
  background: #888; 
}

.chart-label-container::-webkit-scrollbar-thumb:hover {
  background: #555; 
} */

/**
* Custom Tooltip Design
**/
/* .tooltipDesign {
	background: rgba(0, 0, 0, 0.7);
	border-radius: 4px;
	color: white;
	opacity:1; *Show if mouse hover *
	pointer-events: none;
	position: absolute;
	transform: translate(-50%, 0);
	transition: all 0.1s ease;
	border: red solid 2px;
	width: 40px;
	height: 20px;
}

.tooltipul {
	margin: 0;
	list-style: none;
	padding:0;
	text-align: center;
	font-weight: bold;
	font-family: sans-serif;
	text-transform: uppercase;
		
} */

.analytics-table-tr > td {
	text-align:center;
    border: 0px;
}
.analytics-table-td-even {
	background-color: #ecf2f8;
}
.analytics-table-td-odd {
	background-color: #b8d5f2;
}

.footerfont {
	font-size: 12px;
}

.chart-heading {
	background-color: #F7F7F9;
	border: 1px solid #DFE1E6;
}

.chart-heading:hover {
	background-color: #ECEFED;
}

.chart-toggle {
	margin-top: -10px;
	/* display: none; */
}

.square {
  height: 13px;
  width: 13px;
}

.padding-legend {
    padding: 2px 10px 2px 10px !important;
}

.noData {
	/* padding-top: 40%;
    padding-bottom: 40%; */
    font-size: 15px;
    color: orangered;
    text-align: center;
    display: none;
}

.small-text-right-aligned {
	font-size: 12px;
	text-align: right;
	color: #003d61;
	
}

.expenseMode {
	border: 1px solid #DFE1E6;
    height: auto;
    max-width: 140px;
    padding: 0;
    vertical-align: baseline;
    width: 100%;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-bottom: 30px !important;
    height: 19px;
}

.downlodImgIcon {
	height: 30px;
	width: 30px;
}

.downlodImgIcon:hover {
	background-color: #DFE1E6;
	border-radius: 25px;
}

.pie-chart {
	background-color:#F7F7F9;
	font-size: 15px;
	text-align: center;
}


/* Chart-Spinner start*/
/* Style #1 */
.loading {
  display: flex;
  justify-content: center;
}

.loading--full-height {
  align-items: center;
  height: 100%;
}

.loading::after {
  content: "";
  width: 90px;
  height: 90px;
  border: 10px solid #DFE1E6;
  border-top-color: #003d61;
  border-radius: 50%;
  transform: rotate(0.16turn);
  animation: loading 1s ease infinite;
}

@keyframes loading {
  /* Safari support */
  from {
    transform: rotate(0turn);
  }
  
  to {
    transform: rotate(1turn);
  }
}

/* Blinking dots */
@keyframes blink {50% { color: transparent }}
.loader__dot { animation: 500ms blink infinite }
.loader__dot:nth-child(2) { animation-delay: 250ms }
.loader__dot:nth-child(3) { animation-delay: 300ms }
.loader__dot:nth-child(4) { animation-delay: 350ms }
.loader__dot:nth-child(5) { animation-delay: 400ms }
.loader__dot:nth-child(6) { animation-delay: 400ms }

/* Chart-Spinner end*/

.action-item{
	border:1px solid;
	width:24px;
	height:10px;
	display:inline-block;
}
.pending-action-on-me{
	background:#ffff66;
}
.pending-action-on-ea1{
	background:#808080;
}

body{
    font-weight: bold;
    font-family: Barlow;
    font-style: normal;
    font-size:1rem; 
    color:#003966;
}
th{
	color:white !important;
	background-color:#014984;
	text-align: center;
    vertical-align:middle !important;
}
/* .aui-navgroup-horizontal .aui-nav > li a, .aui-navgroup-horizontal .aui-nav > li a:visited {
    color: #014984;
    text-decoration: none;
}  */
.aui-navgroup-horizontal .aui-nav > li a, .aui-navgroup-horizontal .aui-nav > li a:link, .aui-navgroup-horizontal .aui-nav > li a:visited {
	color: #014984;
    text-decoration: none;
}
	
.nav-text-color .aui-nav-selected{
	color: #FFFFFF !important;
}
.aui-sidebar .aui-navgroup-vertical .aui-nav .aui-nav-selected > .aui-nav-item{
	background-color: #D3D3D3;
    font-weight: bold;
}
.aui-navgroup-vertical .aui-nav > li > a{
	 color:#014984 !important;
}
.user-guide{
	 font-size:1rem !important; 
	 font-weight: bold;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color:#e6ffe6; 
    cursor: pointer;
}
.header-cms{
	color:#003966;
	font-size:32px;
}
.aui-navgroup-vertical .aui-nav > li > a, .aui-nav-vertical > li > a {
    background-color: #F0FFFF;
}
tr td{
	/* white-space:nowrap; */
	font-weight: 500 !important; 
	
}
.footer-style{
	color:#003966;
	display:inline;
	font-size: 1rem;
}
thead{
  white-space:nowrap;
}
.color-black{
           color:black !important;
}
.white-space{
	white-space:normal;
}
