html, body {

}

body {
   background: #F4F5FA;
	color: #323232;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	text-rendering: optimizelegibility;
}

ul {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

.textCentered {
   text-align: center;
}

/*------------------------------------*\
	LOGIN
\*------------------------------------*/

#bodyLogin {
   background-color: #081730;
   background-image: url('/img/stars.png');
   background-position: center center;
   background-size: cover;
}

#bodyLogin .loginPage {
   position: relative;
   z-index: 999;
   padding-top: 0;
}

#bodyLogin #siteWrapper {
   left: auto;
   position: relative;
   right: auto;
}

#loginBox {
   width: 300px;
   margin: 0px auto;
   /*position: absolute;*/
   /*top: 50%;*/
   /*left: 50%;*/
   /*margin: -200px 0 0 -150px;*/
   background-color: #236FAA;
   color: #ffffff;
   border: 1px solid #ffffff;
   box-shadow: 0px 20px 15px -10px rgba(0,0,0,0.75);
   -webkit-box-shadow: 0px 20px 15px -10px rgba(0,0,0,0.75);
}

.boxHead {
   background-color: rgba(0,0,0,0.25);
   border-bottom: 1px solid rgba(255,255,255,1);
}

.boxHead .row {
   display: table;
}

.boxHeadTxt {
   height: 75px;
   color: #ffffff;
   font-size: 18px;
   /*padding-top: 45px;*/
   letter-spacing: 2px;
   text-transform: uppercase;
   display: table-cell;
   vertical-align: middle;
}

.boxHeadLogo {
   height: 75px;
   /*padding-top: 20px;*/
   text-align: right;
   display: table-cell;
   vertical-align: middle;
}

.boxHeadLogo img {
   height: 35px;
   width: auto;
}

.boxBody {
   padding: 15px;
}

.boxFooter {
   text-align: right;
   padding: 15px;
}

.boxFooter a {
   color: #ffffff;
   text-decoration: none;
}

#forgotPswFrm .boxFooter {
   padding: 0 15px 0 15px;
}

label.req:after {
   content: '*';
   font-size: 24px;
   position: relative;
   top: 7px;
   right: -5px;
}

/* Reset page */
#bodyLogin .resetPage {
   position: relative;
   z-index: 999;
   padding-top: 0;
}

/*.resetPage .boxHeadTxt {*/
   /*height: 75px;*/
   /*color: #ffffff;*/
   /*font-size: 18px;*/
   /*padding-top: 25px;*/
   /*letter-spacing: 2px;*/
   /*text-transform: uppercase;*/
/*}*/

/* Token send page */
#bodyLogin .tokenSentPage {
   position: relative;
   z-index: 999;
   padding-top: 0;
}

/*.resetPage .tokenSentPage {*/
   /*height: 75px;*/
   /*color: #ffffff;*/
   /*font-size: 18px;*/
   /*padding-top: 45px;*/
   /*letter-spacing: 2px;*/
   /*text-transform: uppercase;*/
/*}*/


/*------------------------------------*\

\*------------------------------------*/

#sidePanel {
	width: 240px;
	position: fixed;
	left: 0;
	top:0;
	bottom: 0;
	background: #041F37;
}

#siteWrapper {
	left: 240px;
	position: absolute;
	right: 0;
}

.headerWrapper {
	height: 60px;
   left: 240px;
   right: 0;
   top: 0;
   position: fixed;
   z-index: 99;
	background: #ffffff;
	-webkit-box-shadow: 0 5px 5px -5px rgba(0,0,0,.1);
	-moz-box-shadow: 0 5px 5px -5px rgba(0,0,0,.1);
	box-shadow: 0 5px 5px -5px rgba(0,0,0,.1); 
}



/*------------------------------------*\
	SIDEPANEL
\*------------------------------------*/

.panelHeader {
	height: 60px;
	background: #236FAA;
	-webkit-box-shadow: 0 5px 5px -5px rgba(0,0,0,.1);
	-moz-box-shadow: 0 5px 5px -5px rgba(0,0,0,.1);
	box-shadow: 0 5px 5px -5px rgba(0,0,0,.1);
}

.logoFull {
	padding: 15px;
	height: 60px;
}

.logoFull img {
	height: 100%;
	width: auto;
}

.logoSmall {
	display: none;
}

/* MAIN NAV */

.mainNav ul li {
	color: #ffffff;
	cursor: pointer;
}

.mainNav ul li.nav-active {
	color: #236FAA;
}

.mainNav ul li a,
.mainNav ul li a:link,
.mainNav ul li a:visited {
	color: #ffffff;
	text-decoration: none;
	padding: 15px 20px;
	display: block;
	position: relative;
}

.mainNav ul li a:hover {
	background: #021325;
}

.mainNav ul li.hasSub > a:after {
	content: '\f105';
	display: inline-block;
	font-family: 'Font Awesome\ 5 Pro';
	font-weight: 300;
	font-size: 20px;
	padding-right: 20px;
	position: absolute;
	right: 0;
}

.mainNav ul li.hasSub.nav-active > a::after {
    content: "\f107";
}

.mainNav ul li a .linkIcon {
	width: 30px;
	display: inline-block;
	font-size: 18px;
}

.mainNav ul li a .linkText {
	font-size: 16px;
}

.mainNav ul li.hasSub.nav-active a,
.mainNav ul li.hasSub.nav-active li.submenu a {
	background: #021325;
}

/*------------------------------------*\
	HEADER
\*------------------------------------*/

.header .right {
	margin-right: 15px;
}

.header .right .quickLinks {
	display: inline-block;
	margin-right: 30px;
}

.header .right .quickLinks ul {
	list-style: none;
}

.header .right .quickLinks ul .btn-quickLink {
	background: none;
	border-radius: 0px;
	border: none;
	font-size: 18px;
	width: 60px; 
	height: 60px;
}

.header .right .quickLinks ul .btn-quickLink:hover {
	background: #f8f9fa;
}

.header .right .btn-header {
	background: #ffffff;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	border-radius: 0px;
	color: #8b8b8b;
	height: 60px;
	font-size: 14px;
}

.header .right .btn-header:hover {
	background: #f8f9fa;
}

.header .right .btn-header:focus {
	box-shadow: none;
	background: #f8f9fa;
}

.header .right .dropdown-menu {
	border-radius: 0px;
	border-top: 1px solid #236FAA;
	top: 10px !important;
}

.header .right .dropdown-menu:before {
	right: auto;
	position: absolute;
	display: inline-block !important;
	content: '';
	right: 16px;
	top: -8px;
	left: auto;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #236FAA;
	border-left: 8px solid transparent;
}

.header .right .dropdown-menu:after {
	right: 17px;
	left: auto;
	border-bottom: 7px solid #fff;
	top: -7px;
	left: auto;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	position: absolute;
	display: inline-block !important;
	content: '';
}

.header .right .dropdown-menu .dropdown-item {
	padding: 15px;
	color: #8b8b8b;
	font-size: 14px;
}

.header .right .dropdown-menu .dropdown-item:hover {
	color: #236FAA;
}

.header .right .dropdown-menu .dropdown-item .linkIcon {
	width: 30px;
	display: inline-block;
}

.header .right .dropdown-menu .dropdown-item .linkIcon i {
	
}

.header .right .dropdown-menu .dropdown-item .linkText {
	
}

/*------------------------------------*\
	PAGE
\*------------------------------------*/
 main {
    padding-top: 60px;
 }

.innerHeader {
	padding: 20px;
	background: #e9edf2;
	border-bottom: 1px solid #dee2e8;
}

.innerHeader .pageTitle h3 {
    font-size: 24px;
    font-weight: 300;
    color: #74767d;
    padding: 0;
    margin: 0 0 4px;
}

.innerHeader ol.breadcrumb {
	margin: 0;
	padding: 0;
   background: none;
}

.innerHeader ol.breadcrumb li,
.innerHeader ol.breadcrumb li.active, 
.innerHeader ol.breadcrumb li a {
	color: #90999c;
	font-size: 13px;
}

.mainContent {
	padding-top: 30px;
	padding-bottom: 30px;
}

/*------------------------------------*\
	DASHBOARD
\*------------------------------------*/

.dashboardGrid {

}

.dashboardGrid .block {

}

.dashboardGrid .block .inner {
   background: #e9edf2;
   min-height: 300px;
}

.dashboardGrid .block .inner .blockHeader {
   background: #93A5BC;
   height: 35px;
}

.dashboardGrid .block .inner .blockHeader .title {
   font-weight: 600;
   color: #ffffff;
   height: 35px;
   line-height: 35px;
   padding-left: 5px;
}
/*------------------------------------*\
	TABLES
\*------------------------------------*/

.table {
	background: #ffffff;
}

.table tbody tr:hover {
	background: #f8f9fa;
	cursor: pointer;
}

.glossaryTable tfoot {
   border-top: 2px solid #DEE2E6;
}

.glossaryTable tfoot tr th, .userTable tfoot tr th {
   display: none;
}

.tableTopControls {
	margin-bottom: 15px;
}

.leftControl {

}

.rightControl {
   text-align: right;
}

/* table navigation */
.tablePagination {

}

.pageFirst a {

}

.pagePrevious a {

}

.pageNext a {

}

.pageLast a {

}

.pageNumber {
   margin-left: 15px;
   margin-right: 15px;
}

/*------------------------------------*\
	Single view
\*------------------------------------*/

.imageWrapper {
   margin-bottom: 15px;
}

/*------------------------------------*\
	MODALS
\*------------------------------------*/

.modal-content {
	border-radius: 0px;
}

h5.modal-title {
	font-weight: 600;
	font-size: 18px;
}

.uploadCsvButton {
   display: none;
}

/* upload */
#uploadCsvModal .modal-body {
	min-height: 300px;
}

/*------------------------------------*\
	FORM VALIDATION
\*------------------------------------*/

label.reqLabel {

}

label.reqLabel:after {
   content: '*';
   position: relative;
   top: 3px;
   left: 3px;
   color: #5a6268;
}

form .mandatoryMessage {
   display: block;
   font-size: 12px;
   color: #5a6268;
   padding: 15px 0;
}

/*------------------------------------*\
	OVERRIDES
\*------------------------------------*/

.btn-primary {
	background-color: #236FAA;
	border-color: #236FAA;
}

.btn-esa {
   background-color:#1a5380;
   color: #fff;
   border-color: #1a5380;
}
.btn-esa:hover{
   background-color:#081730;
   border-color:#081730;
}

.imageWrapper img {
   width: 100%;
   height: auto;
}

.fileUploader {
   width: 100%;
}

.imageMeta input {
   margin-bottom: 15px;
}

.combiField {
   margin-top: 15px;
}

.well {
   background: #E9EDF2;
   margin-left: 0px;
   margin-right: 0px;
   padding-top: 15px;
   padding-bottom: 15px;
   margin-bottom: 30px;
}

.well:last-child {
   /*margin-bottom: 0px;*/
}

.wellTitle {
   font-size: 20px;
   font-weight: bold;
   margin-bottom: 10px;
}

.profilePhoto img {
   width: 150px;
   height: auto;
}


/*------------------------------------*\
	LOGIN ANIMATION
\*------------------------------------*/
@keyframes particleAnimation {
   from {
      top: -100px;
   }
   to {
      top: calc( 100% + 100px );
      left:75%;
   }
}

@keyframes particleAnimationLeft {
   from {
      top: -100px;
   }
   to {
      top: calc( 100% + 100px );
      left:0%;
   }
}

#bodyLogin .p {
   position:fixed;
   left:0px;
   top:50px;
   width:1px;
   height:1px;
   background-color:transparent;
   position:fixed;
   animation-name:particleAnimation;
   animation-timing-function: ease-in-out;
   animation-iteration-count: infinite;
   transform:rotate(-215deg);
}

#bodyLogin .p::before {
   position:absolute;
   display:block;
   content:"";
   width:1px;
   right:1px;
   top:0px;
   height:100px;
   background: linear-gradient(to top, rgba(0,0,0,0) 0%,rgba(255,255,255,0.4) 100%);
}

#bodyLogin .p-1 {
   animation-name:particleAnimationLeft;
   left:80%;
   top:-100px;
   animation-duration:7s;
   animation-delay:8s;
   transform:rotate(-135deg);
   animation-iteration-count: 1;
}

#bodyLogin .p-2 {
   animation-duration:5s;
   animation-delay:15s;
   left:0%;
   top:-100px;
   animation-iteration-count: 1;
}

#bodyLogin .p-3 {
   left:50%;
   animation-duration:4s;
   animation-delay:32s;
   top:-100px;
   transform:rotate(-190deg);
   animation-iteration-count: 1;
}