/* ***************** font-face **************** */
@font-face {
	font-family: CentraNo2-Light;
	font-weight: 400;
	src: url('../assets/fonts/CentraNo2-Light.eot'); /* IE9 Compat Modes */
	src: url('../assets/fonts/CentraNo2-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../assets/fonts/CentraNo2-Light.woff2') format('woff2'),
		 url('../assets/fonts/CentraNo2-Light.woff') format('woff'),
		 url('../assets/fonts/CentraNo2-Light.ttf') format('truetype');
}
@font-face {
	font-family: CentraNo2;
	font-weight: 500;
	src: url('../assets/fonts/CentraNo2.eot'); /* IE9 Compat Modes */
	src: url('../assets/fonts/CentraNo2.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../assets/fonts/CentraNo2.woff2') format('woff2'),
		 url('../assets/fonts/CentraNo2.woff') format('woff'),
		 url('../assets/fonts/CentraNo2.ttf') format('truetype');
}
@font-face {
	font-family: CentraNo2Bold;
	font-weight: 700;
	src: url('../assets/fonts/CentraNo2Bold.eot'); /* IE9 Compat Modes */
	src: url('../assets/fonts/CentraNo2Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../assets/fonts/CentraNo2Bold.woff2') format('woff2'),
		 url('../assets/fonts/CentraNo2Bold.woff') format('woff'),
		 url('../assets/fonts/CentraNo2Bold.ttf') format('truetype');
}
@font-face {
	font-family: CentraNo2-Extrabold;
	font-weight: 800;
	src: url('../assets/fonts/CentraNo2-Extrabold.eot'); /* IE9 Compat Modes */
	src: url('../assets/fonts/CentraNo2-Extrabold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../assets/fonts/CentraNo2-Extrabold.woff2') format('woff2'),
		 url('../assets/fonts/CentraNo2-Extrabold.woff') format('woff'),
		 url('../assets/fonts/CentraNo2-Extrabold.ttf') format('truetype');
}

/* ***************** Variables **************** */
:root {
	/*--CentraNormal: 'CentraNo2';
	--CentraBold: 'CentraNo2Bold';*/
	--White: #FFFFFF;
	--Gray: #6A6D78;
	--LightGray: #C0C9DC;
	--LightGray2: #F1F3F8;
	--LightGray3: #D4DCEB;
	--LightGray4: #797C85;
	--LightGray5: #F6F8FB;
	--WineRed: #6B1346;
	--Orange: #F37127;
	--Tangaroa: #3D002A;
}

/* ***************** Common **************** */
html, body{
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
  font-family: 'CentraNo2', sans-serif;
  color: var(--Gray);
  /*background: var(--LightGray2);*/
  background: url('../assets/images/bg-content.png') var(--LightGray2) no-repeat left bottom;
  background-attachment: fixed;
}
img{
	width: 100%;
}

h1,
h2.sub-title-big{
	/*font-family: 'var('CentraNo2Bold')', sans-serif;*/
	font-family: 'CentraNo2-Extrabold', sans-serif;
	font-size: 32px;
	font-weight: 800;
	line-height: 24px;
	color: var(--Tangaroa);
}
h2.sub-title-big{
	margin-bottom: 48px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

strong{
	font-family: 'CentraNo2bold', sans-serif;
	font-weight: 600;
	/*margin-bottom: 10px;
	display: block;*/
}


.home{
	background: var(--White);
}

/* FOOTER */
.text-ftr{
	font-family: 'CentraNo2-Light', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0em;
	margin-bottom: 20px;
}

/* Buttons & Links */
.btn{
	color: var(--White);
	font-family: 'CentraNo2bold', sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 16px;
	letter-spacing: 0em;
	text-transform: uppercase;
	border: none;
	border-radius: 0;
	padding: 12px 15px;
}
.btn-orange{
	background: var(--Orange);	
}
.btn-orange:hover{
	background: var(--WineRed) !important;
	color: var(--White) !important;
}

.btn-orange2{
	font-size: 14px;
	line-height: 18px;
	padding: 13px 64px;
}

.link-orange{
	color: var(--Orange);
}

.btn-WineRed{
	background: var(--WineRed);	
}
.btn-WineRed:hover{
	background: var(--Tangaroa) !important;
	color: var(--White) !important;
}

.btn-reports{
	position: relative;
	height: 200px;
	background: var(--WineRed);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-family: 'CentraNo2bold', sans-serif;
	font-size: 18px;
	font-weight: 700;
}
.btn-reports:hover{
	background: var(--Tangaroa) !important;
	color: var(--White) !important;
}
.btn-reports img{
	width: 90px;
	margin-bottom: 20px;
}
.btn-reports:after{
	content: '';
	position: absolute;
	top: -32px;
    right: -8px;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;
	border-left: 50px solid var(--Orange);
	border-bottom: 50px solid transparent;
    transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);

}


/* *********** Text or Font color ************ */
.text-orange{
	color: var(--Orange);
}
.text-green{
	color: #33cc00;
}
.text-red{
	color: #ff0000;
}
.text-purple {
	color: #9900cc;
}
.text-deepblue {
	color: #06bcf6;
}

.custom-link-btn {
  background: none !important;
  border: none !important;
  color: #F37127 !important;
  text-decoration: underline;
  font-size: inherit; /* same size as parent text */
  padding: 0;         /* remove Bootstrap button padding */
}

.custom-link-btn:hover,
.custom-link-btn:focus {
  color: #F37127 !important;  /* no color change */
  text-decoration: underline; /* keep underline */
  background: none !important;
  box-shadow: none !important;
}

.custom-link-btn-red {
  background: none !important;
  border: none !important;
  color: red !important;
  text-decoration: underline;
  font-size: inherit; /* same size as parent text */
  padding: 0;         /* remove Bootstrap button padding */
}

.custom-link-btn-red:hover,
.custom-link-btn-red:focus {
  color: red !important;  /* no color change */
  text-decoration: underline; /* keep underline */
  background: none !important;
  box-shadow: none !important;
}



/* **************** FORM ******************* */
.form-main{}
.form-main .input-main{
	margin-bottom: 30px;
	position: relative;
}
.form-main .input-main .form-label{
	font-family: 'CentraNo2-Light', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: var(--LightGray);
	position: absolute;
    background: var(--White);
    top: -7px;
    left: 10px;
    margin: 0;
    padding: 0 5px;
    z-index: 2;
}
.form-main .input-main .form-control,
.form-main .input-main .form-select,
.select2-selection.select2-selection--multiple{
	border: 1px solid var(--LightGray);
	border-radius: 0;
	height: 56px;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	color: var(--Gray);
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
	border: 1px solid var(--LightGray);
	padding: 10px;
}
.select2-selection.select2-selection--multiple{
	min-height: 56px;
	height: auto;
	padding: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display{
	font-family: 'CentraNo2';
}



.form-main .input-main .forgot-password{
	display: flex;
	justify-content: flex-end;
}
.form-control:focus,
.form-check-input:focus,
.form-select {
    box-shadow: none;
}
.form-check{
	display: flex;
    align-items: center;
}
.form-main .form-check .form-check-input{
	background-color: var(--WineRed);
	padding: 9px;
	margin-right: 5px;
    border: 0;
    border-radius: 0;
}
.form-main .form-check .form-check-input:checked {
    background-color: var(--WineRed);
    border-color: var(--WineRed);
}
.form-main .form-check .form-check-label{
	font-family: 'CentraNo2-Light', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: var(--Gray);
	height: 10px;
}
.form-main .form-innr-link a{
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	color: var(--WineRed);
	text-decoration: none;
}
h2,
.form-main h2{
	font-family: 'CentraNo2bold', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	color: var(--Tangaroa);
	text-transform: uppercase;
	margin-bottom: 30px;
	opacity: 70%;
}
.form-main .valid-tooltip,
.form-main .invalid-tooltip{
	left: 15px;
	top: 70%;
	font-size: .7rem;
}

.form-main .invalid-tooltip-message{
	left: 15px;
	top: 70%;
	font-size: .7rem;
}
.invalid-tooltip-message {
    position: absolute;
    top: 100%;
    z-index: 5;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: .875rem;
    color: #fff;
    background-color: var(--bs-danger);
    border-radius: var(--bs-border-radius);
}

.input-dollar{
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="40"><text x="10" y="30">$</text></svg>') no-repeat;
  	box-sizing: border-box;
	padding-left: 20px;
}

.input-percentage{
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="40"><text x="90%" y="30">%</text></svg>') no-repeat;
  	box-sizing: border-box;
	padding-right: 20px;
}
.form-main .form-check-inline{
	display: flex;
}
.form-main .form-check-inline .custom-radio {
    /*flex: 1;*/
    display: flex;
    font-family: 'CentraNo2', sans-serif;
    margin-right: 50px;
}
.form-main .input-main textarea.form-control{
	resize: none;
	height: 100px;
	padding-top: 20px;
}



/* Custom Select */
.custom-select {
  position: relative;
  /*font-family: Arial;*/
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: var(--White);
  border: 1px solid var(--LightGray);
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 25px;
  right: 15px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: var(--Gray) transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent var(--Gray) transparent;
  top: 20px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
	color: var(--Gray);
	padding: 18px .75rem;
	cursor: pointer;
	/*height: 56px;*/
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
}

/* Style items (options): */
.select-items {
    position: absolute;
    background-color: var(--White);
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    box-shadow: 0px 2px 20px rgb(0 0 0 / 5%);
    margin-top: 13px;
    max-height: 200px;
    overflow: hidden;
    overflow-y: auto;
}
/*.select-items {
  position: absolute;
  background-color: var(--White);
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.05);
  margin-top: 13px
}*/


/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  /*background-color: rgba(0, 0, 0, 0.1);*/
  /*font-family: var(--CentraNo2Bold);*/
  font-weight: 500;
  color: var(--Orange);
}

.form-main .link-orange{
	font-family: 'CentraNo2bold', sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	text-decoration: underline;
	text-transform: uppercase;
}

.disabled{
    pointer-events: none;
    opacity: 0.65;
}
.custom-select.disabled .select-selected{
	background-color: var(--bs-form-control-disabled-bg);
}



/* ************ Custom Checkbox **************** */
.custom-checkbox {
	/*display: block;*/
	position: relative;
	padding-left: 25px;
	margin-bottom: 5px;
	cursor: pointer;
	font-size: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.custom-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.custom-checkbox .checkmark {
	position: absolute;
	top: -2px;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #FFFFFF;
	border: 1px solid #D4DCEB;
}

/* On mouse-over, add a grey background color */
.custom-checkbox:hover input ~ .checkmark {
	/*background-color: #ccc;*/
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked ~ .checkmark {
	background-color: #FFFFFF;
}

/* Create the checkmark/indicator (hidden when not checked) */
.custom-checkbox .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after {
 	display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox .checkmark:after {
	left: 6px;
	top: 2px;
	width: 6px;
	height: 12px;
	border: solid #F37127;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* ************ Custom Checkbox Start ****************** */



/* ************ Custom Radios Start ****************** */
.custom-radio {
	display: block;
	position: relative;
	padding-left: 25px;
	/*margin-bottom: 12px;*/
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-family: 'CentraNo2Bold', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	color: #3D002A;
}

/* Hide the browser's default radio button */
.custom-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.custom-radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 14px;
  width: 14px;
  background-color: var(--White);
  border-radius: 50%;
  border: 1px solid var(--Tangaroa);
  margin-top: 5px;
}

/* On mouse-over, add a grey background color */
.custom-radio:hover input ~ .checkmark {
  background-color: var(--LightGray2);
}

/* When the radio button is checked, add a blue background */
.custom-radio input:checked ~ .checkmark {
  background-color: var(--White);
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.custom-radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.custom-radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.custom-radio .checkmark:after {
 	top: 3px;
    left: 3px;
    width: 6px;
    height: 6px;
	border-radius: 50%;
	background: var(--Tangaroa);
}

.radio-puchline{
	padding-left: 25px;
	font-family: 'CentraNo2-Light', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: var(--Gray);
}

.custom-radio-innr{
	display: flex;
	margin-top: 10px;
}
.custom-radio-innr .custom-radio{
	font-family: 'CentraNo2', sans-serif;
	font-weight: 400;
	margin-left: 25px;
}
/* ************ Custom Radios End ****************** */


/* **************** multiSelect Start ************** */
.demo-example{
	margin: 0;
}
.demo-example .multi-select-container{
	width: 100%;
}
.demo-example .multi-select-button{
	font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #6A6D78;
    padding: 9px 15px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    max-width: 100%;
}
.demo-example .multi-select-button:after{
	right: 10px;
    top: 17px;
    position: absolute;
}
.demo-example .multi-select-menu{
	box-shadow: none;
	border-color: var(--LightGray3);
}
.demo-example .multi-select-menu .multi-select-menuitems{
	padding: 10px;
}

.demo-example .multi-select-menu .custom-checkbox .checkmark{
	top: inherit;
}
.demo-example .multi-select-menu .multi-select-menuitems {
    padding: 10px;
    max-height: 200px;
    overflow: hidden;
    overflow-y: auto;
}

/* **************** multiSelect End ************** */




/* ***************** General **************** */

/* Home page left area */
.home-left{
	height: 100vh;
	background: url(../assets/images/bg-home-left.jpg) repeat left center;
	color: var(--White);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 0 5%;
}
.home-left h1{
	display: flex;
    flex: 1;
    align-items: center;
    font-family: 'CentraNo2Bold', sans-serif;
	font-size: 54px;
	font-weight: 700;
	line-height: 66px;
	font-style: normal;
	text-transform: uppercase;
	color: var(--White);
}
.quote{
	font-size: 26px;
	font-style: italic;
	font-weight: 500;
	line-height: 38px;
	letter-spacing: 0em;
	padding-right: 40%;
	margin-bottom: 30px;
}

/* Home page right area */
.home-right{
	height: 100vh;
	background: url(../assets/images/bg-home-right-top.png) no-repeat top right;
	color: var(--Gray);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 0 10%;
}
.home-right .home-right-innr{
	display: flex;
    flex-direction: column;
    flex: 1;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.home-right .home-right-innr .logo{
	margin-bottom: 84px;
}
.home-right .home-right-innr .logo img{
	width: 100%;
}
.home-right .home-right-innr .login-form{
	width: 100%;
}
.home-right .home-right-innr .login-form .form-innr-link{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.home-right .home-right-innr .login-form .btn-orange{
	font-size: 14px;
	display: flex;
	margin: 0 auto;	
	margin-top: 50px;
	margin-bottom: 20px;
	padding: 13px 70px;
}
.home-right .home-right-innr .login-form .btm-link{
	text-align: center;
}
.home-right .home-right-innr .login-form .btm-link a{
	color: var(--Gray);
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
}
	
.home-right .text-ftr{
	text-align: right;
	width: 100%;
}


/* **************** INNER PAGES ***************** */
.wrapper{
	display: flex;
	height: 100%;
	flex-direction: column;
	flex: 1;
}
/*.innr-page{
	display: flex;
	flex-direction: column;
	flex: 1;
}*/

.wrapper .container-fluid{
	height: 100vh;
}

.header{
	background: var(--White);
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 70px;
	padding: 0 15px;
}
.header .logo{
	width: 195px;
}

.navbar{}
.navbar .navbar-nav{
	flex-direction: row;
}
.navbar .navbar-nav .nav-link{
	font-family: 'CentraNo2bold', sans-serif;
	font-weight: 700;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
	color: var(--Tangaroa);
	padding: 23px 25px;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active{
	color: var(--Orange);
	position: relative;
}
.navbar .navbar-nav .nav-link:hover::after,
.navbar .navbar-nav .nav-link.active::after{
	content: '';
	position: absolute;
	width: 30px;
	height: 2px;
	background: var(--Orange);
	bottom: 0;
	left: 35%;
    right: 35%;
}

.userdetails{
	font-size: 12px;
	display: flex;

}
.userimg{
	width: 32px;
	height: 32px;
	margin-right: 8px;
	background: var(--WineRed);
    position: relative;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
	overflow: hidden;
}
.userimg i{
	font-size: 1.2rem;
	color: var(--White);
}
.userimg img{
	width: 100%;
}
.username{
	font-weight: 600;
	color: var(--WineRed);
}
.userdetails .dropdown-toggle{
	background: none;
	padding: 5px 10px;
	color: var(--WineRed);
}
.userdetails .dropdown-menu .dropdown-item{
	font-size: 12px;
	color: var(--Gray);
	padding-left: 30px
}
.userdetails .dropdown-menu .dropdown-item:hover{
	background: none;
	color: var(--Orange);
}
.userdetails .dropdown-menu .dropdown-item.dropdown-item-active{
	font-weight: 600;
	color: var(--Orange);
}
.userdetails .dropdown-menu .dropdown-item i{
	margin-right: 5px;
}
.dropdown-item-active:before,
.dropdown-item-01:before,
.dropdown-item-02:before,
.dropdown-item-03:before{
	position: absolute;
	content: '';
	width: 17px;
	height: 17px;
	left: 7px;
	background-repeat: no-repeat;
	background-position: center;
}
.dropdown-item-01:before{
	background-image: url(../assets/images/icon-InstitutionManagement.png);
}
.dropdown-item-01.dropdown-item-active:before,
.dropdown-item-01:hover:before{
	background-image: url(../assets/images/icon-InstitutionManagement_r.png);
}
.dropdown-item-02:before{
	background-image: url(../assets/images/icon-UserManagement.png);
}
.dropdown-item-02.dropdown-item-active:before,
.dropdown-item-02:hover:before{
	background-image: url(../assets/images/icon-UserManagement_r.png);
}
.dropdown-item-03:before{
	background-image: url(../assets/images/icon-LogOut.png);
}
.dropdown-item-03.dropdown-item-active:before,
.dropdown-item-03:hover:before{
	background-image: url(../assets/images/icon-LogOut_r.png);
}
.content{
	/*display: flex;*/
	flex: 1;
	padding: 30px 120px;
	justify-content: space-between;
    display: flex;
    flex-direction: column;
}
.content .content-innr{
	background: var(--White);
	padding: 50px 80px;
	min-height: 500px;
	display: flex;
    flex: 1;
    flex-direction: column;
    margin-bottom: 20px;
}
.page-title{
	display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 58px;
}
.page-title .btn-orange{
	font-size: 12px;
}

.page-title-02{
	display: block;
	margin-bottom: 20px;
}
.page-title-02 h1{
	margin-bottom: 10px;
}


/* ************** Table *************** */
.table{
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	--bs-table-border-color: var(--LightGray3);
	color: var(--Gray);
}
.table th,
.table td{
	padding: 1rem 0.5rem;
}
.table .table-light{
	--bs-table-border-color: var(--LightGray3);
}
.table th{
	font-family: 'CentraNo2Bold', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--Tangaroa);
	background: rgba(212, 220, 235, 0.2);
}
.table th:nth-last-child(1):before,
.table th:nth-last-child(1):after{
	display: none !important;
}

.table a i,
.table i{
	font-size: 12px;
	color: var(--Tangaroa);
}

.pagination-main{
	display: flex;
    justify-content: flex-end;
    margin-top: 56px;
}
.pagination .page-link{
	font-weight: 400;
	font-size: 14px;
	line-height: 25px;
	color: var(--Gray);
	border-color: var(--LightGray3);
	border-radius: 0 !important;
	width: auto; /*width: 36px;*/
    height: 36px;
    text-align: center;
    background: var(--White);
}
.pagination .page-link.active{
	background: var(--Orange);
	color: var(--White);
}

/* **** dataTable ****** */
.dataTables_length,
.dataTables_filter,
.dataTables_info{
	display: none;
}
.dataTables_wrapper .dt-row{
	margin-bottom: 50px;
}
.paginate_button.page-item.active .page-link{
	background: var(--Orange);
	color: var(--White);
}


.previous-page{
	display: flex;
	margin-bottom: 40px;
}
.previous-page a{
	color: var(--LightGray4);
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
}
.dataTable{

}

table.dataTable thead>tr>th.sorting:before,
table.dataTable thead>tr>th.sorting:after,
table.dataTable thead>tr>th.sorting_asc:before,
table.dataTable thead>tr>th.sorting_asc:after,
table.dataTable thead>tr>th.sorting_desc:before,
table.dataTable thead>tr>th.sorting_desc:after,
table.dataTable thead>tr>th.sorting_asc_disabled:before,
table.dataTable thead>tr>th.sorting_asc_disabled:after,
table.dataTable thead>tr>th.sorting_desc_disabled:before,
table.dataTable thead>tr>th.sorting_desc_disabled:after,
table.dataTable thead>tr>td.sorting:before,
table.dataTable thead>tr>td.sorting:after,
table.dataTable thead>tr>td.sorting_asc:before,
table.dataTable thead>tr>td.sorting_asc:after,
table.dataTable thead>tr>td.sorting_desc:before,
table.dataTable thead>tr>td.sorting_desc:after,
table.dataTable thead>tr>td.sorting_asc_disabled:before,
table.dataTable thead>tr>td.sorting_asc_disabled:after,
table.dataTable thead>tr>td.sorting_desc_disabled:before,
table.dataTable thead>tr>td.sorting_desc_disabled:after{
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	color: var(--Tangaroa);
}

table.dataTable thead>tr>th.sorting:before,
table.dataTable thead>tr>th.sorting_asc:before,
table.dataTable thead>tr>th.sorting_desc:before,
table.dataTable thead>tr>th.sorting_asc_disabled:before,
table.dataTable thead>tr>th.sorting_desc_disabled:before,
table.dataTable thead>tr>td.sorting:before,
table.dataTable thead>tr>td.sorting_asc:before,
table.dataTable thead>tr>td.sorting_desc:before,
table.dataTable thead>tr>td.sorting_asc_disabled:before,
table.dataTable thead>tr>td.sorting_desc_disabled:before {
	bottom: 40%;
    content: "\f30c";
    right: 20px;
}
table.dataTable thead>tr>th.sorting:after,
table.dataTable thead>tr>th.sorting_asc:after,
table.dataTable thead>tr>th.sorting_desc:after,
table.dataTable thead>tr>th.sorting_asc_disabled:after,
table.dataTable thead>tr>th.sorting_desc_disabled:after,
table.dataTable thead>tr>td.sorting:after,
table.dataTable thead>tr>td.sorting_asc:after,
table.dataTable thead>tr>td.sorting_desc:after,
table.dataTable thead>tr>td.sorting_asc_disabled:after,
table.dataTable thead>tr>td.sorting_desc_disabled:after {
	top: 45%;
    content: "\f309";
    right: 10px;
}


/* ************ content with sidebar ********** */
.content-sidebar-main{
	display: flex;
    flex-direction: row;
    height: 100%;
}
.content-sidebar-main .sidebar{
	background: url(../assets/images/bg-sidebar.png) var(--WineRed) no-repeat left bottom;
	width: 240px;
	color: var(--White);
	display: flex;
    flex-direction: column;
    padding: 0;
}
.content-sidebar-main .sidebar .sidebar-nav{
	display: flex;
	flex: 1;
	flex-direction: column;
	padding-top: 75px;
}
.content-sidebar-main .sidebar .sidebar-nav .sidebar-navlink{
	font-weight: 500;
	font-size: 14px;
	color: rgba(255,255,255,0.5);
	padding: 40px 30px 40px 80px;
	/*border-bottom: 1px solid rgba(255,255,255,0.05);*/
	text-decoration: none;
	position: relative;
	background-repeat: no-repeat;
	background-position: 50px center;
}
.content-sidebar-main .sidebar .sidebar-nav .sidebar-navlink:before{
	content: '';
	position: absolute;
	width: 160px;
    height: 1px;
    background: var(--White);
    opacity: 0.05;
    left: 50px;
    bottom: 0;
}
.content-sidebar-main .sidebar .sidebar-nav .sidebar-navlink:nth-child(3):before{
	display: none;
}
.content-sidebar-main .sidebar .sidebar-nav .sidebar-navlink:hover,
.content-sidebar-main .sidebar .sidebar-nav .sidebar-navlink.active{
	color: var(--White);
}
.content-sidebar-main .sidebar .sidebar-nav .sidebar-navlink:hover::after,
.content-sidebar-main .sidebar .sidebar-nav .sidebar-navlink.active::after{
	content: '';
	position: absolute;
	width: 2px;
    height: 60px;
    background: var(--White);
    right: 0;
    top: 20px;
}	

/*sidebar-navlink1*/
.sidebar-navlink1{
	background-image: url(../assets/images/icon-FinancialInstitutionDetails.png);
}
.sidebar-navlink1:hover,
.sidebar-navlink1.active{
	background-image: url(../assets/images/icon-FinancialInstitutionDetails-hover.png);
}

/*sidebar-navlink2*/
.sidebar-navlink2{
	background-image: url(../assets/images/icon-InitialLLR-AdjustLLR.png);
}
.sidebar-navlink2:hover,
.sidebar-navlink2.active{
	background-image: url(../assets/images/icon-InitialLLR-AdjustLLR-hover.png);
}

/*sidebar-navlink3*/
.sidebar-navlink3{
	background-image: url(../assets/images/icon-MISavesFeeSchedule.png);
}
.sidebar-navlink3:hover,
.sidebar-navlink3.active{
	background-image: url(../assets/images/icon-MISavesFeeSchedule-hover.png);
}
/*sidebar-navlink4*/
.sidebar-navlink4{
	background-image: url(../assets/images/icon-LLRRates.png);
}
.sidebar-navlink4:hover,
.sidebar-navlink4.active{
	background-image: url(../assets/images/icon-LLRRates-hover.png);
}
/*sidebar-navlink-LLRAdjustment*/
.sidebar-navlink-LLRAdjustment{
	background-image: url(../assets/images/icon-InitialLLR-AdjustLLR.png);
}
.sidebar-navlink-LLRAdjustment:hover,
.sidebar-navlink-LLRAdjustment.active{
	background-image: url(../assets/images/icon-InitialLLR-AdjustLLR-hover.png);
}

/*sidebar-navlink-LoanDetails*/
.sidebar-navlink-LoanDetails{
	background-image: url(../assets/images/icon-LoanDetails.png);
}
.sidebar-navlink-LoanDetails:hover,
.sidebar-navlink-LoanDetails.active{
	background-image: url(../assets/images/icon-LoanDetails-hover.png);
}

/*sidebar-navlink-ExceptionHistory*/
.sidebar-navlink-ExceptionHistory{
	background-image: url(../assets/images/icon-ExceptionHistory.png);
}
.sidebar-navlink-ExceptionHistory:hover,
.sidebar-navlink-ExceptionHistory.active{
	background-image: url(../assets/images/icon-ExceptionHistory-hover.png);
}

/*sidebar-navlink-LoanLedger*/
.sidebar-navlink-LoanLedger{
	background-image: url(../assets/images/icon-LoanLedger.png);
}
.sidebar-navlink-LoanLedger:hover,
.sidebar-navlink-LoanLedger.active{
	background-image: url(../assets/images/icon-LoanLedger-hover.png);
}





.content-sidebar-main .sidebar .text-ftr{
	text-align: center;
}
.content-sidebar-main .content{
	padding: 30px 110px 0 50px;
}
.content-sidebar-main .content  .text-ftr{
	text-align: right;
}




/* ************ Search Main ************* */
.search-main{
	background: var(--LightGray5);
	padding: 25px 40px;
	margin-bottom: 50px;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
}
.search-main .form-search{
	display: flex;
	flex-direction: row;
	align-items: flex-end;
}
.search-main .form-search .col{
	display: flex;
	flex-direction: column;
	flex: 2;
}

.search-main .form-search .col.btn-search{
	flex: 1;
	display: flex;
    flex-direction: row;
}
.search-main .form-search .col.btn-search .btn{
	margin: 0 5px;
}
.search-main .form-search .form-label{
	font-family: 'CentraNo2bold', sans-serif;
	font-weight: 700;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	color: var(--Tangaroa);
}
.search-main .form-search .form-control{
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #6A6D78;
	padding: 9px 15px;
	border: 0;
	border-radius: 0;
}
.search-main .form-search .select-items div,
.search-main .form-search .select-selected{
	/*height: 36px;*/
	border: none;
    padding: 9px 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}
.search-main .form-search .select-selected:after {
    top: 38px;
    right: 20px;
}
.search-main .form-search .select-selected.select-arrow-active:after {
  top: 33px;
}
.search-main .form-search .custom-checkbox{
	font-size: 13px;
}
.search-main .form-search .form-check-input{
	width: 20px;
	height: 20px;
	/*background: #FFFFFF;*/
	border: 1px solid #D4DCEB;
}
.search-main .form-search .form-check-input:checked{
	/*background: #FFFFFF;
	color: red;*/
}

.search-main .text-innr{
	height: 36px;
	font-weight: 600;
	display: flex;
    align-items: center;
}

.search-main-02{}
.search-main-02 .form-search h3 {
    font-family: 'CentraNo2bold', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: var(--Tangaroa);
}
.search-main-02 .form-search .custom-radio{
	font-family: 'CentraNo2', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: var(--Gray);
}

.user-management .dataTables_info{
	display: block;
	font-style: italic;
	font-size: 14px;
	color: var(--Gray);
	opacity: 0.72;
}


.font-bold{
	font-family: 'CentraNo2Bold', sans-serif;
	font-weight: 700;
}
.font-color-tangaroa{
	color: var(--Tangaroa);
}
.table-main{
	background: var(--LightGray5);
	padding: 40px;
}
.table-main tr,
.table-main td{
	border: none;
	color: #6A6D78;
}
.bg-white{
	background: var(--White) !important;
}


.modal{}
.modal-header{
	border: none;
}
.modal-header h2.modal-title{
	flex: 1;
	font-family: 'CentraNo2bold', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 31px;
	text-align: center;
	color: var(--Tangaroa);
}

/*.page-title-innr{
	font-family: 'CentraNo2Bold', sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 32px;
	line-height: 24px;
}*/

.datepicker:after{
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	content: "\f146";
	/*position: absolute;*/
	width: 20px;
	height: 20px;
	/*background: red;*/
}

.btn-collapse{
	padding: 0;
	margin:0;
	font-size: 2rem;
	color: var(--WineRed);
	margin-top: -6px;
    margin-left: 5px;
}
.btn-collapse:after{
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	content: "\f146";
}
.btn-collapse.collapsed:after{
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	content: "\f0fe";
}

.search-main .form-search .datepicker-main{
	display: flex;
	justify-content: start;
	align-items: center;
}
.search-main .form-search .datepicker-main .form-control{
	width: 80%;
	margin-right: 10px;
}
.search-main .form-search .datepicker-main i{
	font-size: 1.4rem;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: block !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
	padding-top: 6px;
    display: block;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display{
	padding-top: 5px;
    display: block;
}

.ui-datepicker{
	z-index: 999999 !important;
}

.advanced-filters{
	margin-top: 30px;
}
.advanced-filters > div{
	margin-bottom: 10px;
}
.advanced-filters .card.card-body{
	border-color: transparent;
    color: var(--Gray);
}

.sub-title{
	font-family: 'CentraNo2bold', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 31px;
	color: var(--Tangaroa);
}


/* ************ Page Error Start *********** */
.page-error{
    background-image: url(../assets/images/bg-content.png), url(../assets/images/bg-home-right-top.png);
  	background-position: left bottom, right top;
  	background-repeat: no-repeat, no-repeat;
  	background-attachment: fixed;
}
.page-error .header{
	background: none;
	justify-content: center;
    padding: 20px 0;
    height: auto;
}
.page-error .header .logo {
    width: 300px;
}
.page-error h1{
	font-family: 'CentraNo2-Extrabold', sans-serif;
	font-size: 100px;
	font-weight: 800;
	line-height: 24px;
	color: var(--Tangaroa);
	position: relative;
}
.page-error h1:after{
	content: '';
	position: absolute;
	width: 250px;
	height: 5px;
	background-color: var(--LightGray3);
	bottom: -50px;
    left: 0;
    border-radius: 10px;
}

/* ************ Page Error End *********** */


.col-valign{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.col-valign h2{
	margin-bottom: 10px;
}


#loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgb(195 195 195 / 47%) url(../assets/images/loading-gif.gif) no-repeat center center;
    z-index: 10000;
}

#loader .loader-text {
    position: absolute;
    top: 55%; /* slightly below the GIF */
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    font-weight: 500;
    text-align: center;

    background-color: rgb(223, 89, 0);   /* grey background */
    color: white;             /* white text */
    padding: 6px 12px;         /* some space inside */
    border-radius: 4px;        /* rounded corners */
}

.content-sidebar-main .content-innr .table strong{
	margin-bottom: 10px;
	display: block;
}

.bg-LightGray3{
	background: var(--LightGray3);
}
.bg-orange{
	background: var(--Orange);
}

/* ********** ellipsis-dots-center Start ************ */
.ellipsis-dots-center{
	/* width: 250px; */
	max-width: 90%;
}
.pathname {
	height: 16px;
	display: flex;
	align-items: center;
}
.shorten-text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/* ********** ellipsis-dots-center End ************ */


.exception-reports-list{
	display: flex;
	flex-direction: column;
}
.exception-reports-list .report-group{
	padding: 10px;
	display: flex;
	justify-content: space-between;
	text-decoration: none;
	background: var(--LightGray5);
	border: 1px solid var(--LightGray3);
	margin-bottom: 10px;
	font-family: 'CentraNo2Bold', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--Tangaroa);
}
.exception-reports-list .report-group:hover{
	background: var(--LightGray2);
}
.exception-reports-list .report-group .badge-arrow{
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.exception-reports-list .report-group .badge-arrow i{
	margin-left: 10px;
}


/*exception popup*/
#Exception{}
#Exception .form-main{
	margin: 0;
    padding: 0;
}
#Exception .modal-body{
	padding: 0;
	height: 400px;
}
.table-exception{
	position: relative;
}
.table-exception th {
  position: sticky;
  top: 0px;
  left: 0;
  background: var(--LightGray5);
}
.table-exception th:first-child, .table-exception td:first-child {
  position: sticky;
  left: 0px;
  background: var(--LightGray5);
  font-weight: 600;
  white-space: nowrap;
}
.table-exception th:first-child{
	z-index: 999999;
}


.popup-div.select-items div,
.popup-div .select-selected {
    padding: 9px .75rem;
    font-size: 14px;
}


/* ***************** Footer **************** */
.footer{
	font-size: 14px;
	margin-bottom: 20px;
	padding: 0 110px;
	height: 40px !important;
}
.text-right{
	text-align: right;
}


