.main-header-title {
	font-family: 'Rock Salt';
	color: #98ccfd;
	text-shadow: 1px 3px 1px rgb(0 0 0 / 0.53);
	font-size: 20px;
}

.main-header-subtitle {
	font-size: 13px;
	color: #f89406;
	line-height: 7px;
	font-family: fantasy;
}

.rounded-circle {
	border: 1px solid #b6dcfe;
}

.nav-item.active>a {
	background-color: #2f3c48 !important;
}

.nav-item-user {
	margin: auto;
	padding-right: 5px;
	color: #b6dcfe;
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
}

.main-content-container {
	width: 95%;
	margin: auto;
	padding: 10px;
	background: #2f3c48;
	border-radius: 6px;
}

.table td,
.table th {
	height: 30px !important;
}

.list-menu {
	list-style: disc;
	list-style-type: none;
	display: flex;
	margin: 0;
	padding-left: 0px;
	margin-bottom: -25px;
}

.list-menu li {
	cursor: pointer;
	padding: 1px 10px;
	border: 1px;
	border-style: solid;
	border-color: transparent;
	color: #91c8f6;
}

.list-menu li:hover {
	background: #062e4f;
	border-radius: 5px;
	border: 1px solid #6F89A3;
}

.list-menu li[disabled] {
	background: #2f3c48;
	color: #666a6d;
	border: 0;
	cursor: default;
}


.separator {
	cursor: default !important;
	width: 1px !important;
	padding: 0 !important;
	background: #83a4ca !important;
	height: 20px !important;
	margin: 6px !important;
	border-right: solid 1px #171819 !important;
	opacity: 0.4 !important;
	color: #91c8f6;
	border: 1px;
	border-style: solid;
	border-color: transparent;
}

/* The container */
.cbox-container {
	display: block;
	position: relative;
	padding-left: 20px;
	margin-bottom: 20px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.cbox-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 18px;
	width: 18px;
	background-color: #2f3c48;
	border: 1px solid #6d86a1;
}

/* On mouse-over, add a grey background color */
.cbox-container:hover input~.checkmark {
	background-color: #6f89a4;
}

/* When the checkbox is checked, add a blue background */
.cbox-container input:checked~.checkmark {
	background-color: #6f89a4;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.cbox-container input:checked~.checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.cbox-container .checkmark:after {
	left: 5px;
	top: 1px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#holder {
	min-height: 100%;
	position: relative;

}

#header {
	background-color: #354a5f;
	height: 100%;
	border-bottom: 1px solid #98ccfd;
}

.header-inner {
	position: absolute;
	top: 0;
	left: 100px;
}

.header-inner h1 {
	font-family: 'Rock Salt';
	color: #98ccfd;
	text-shadow: 1px 3px 1px rgb(0 0 0 / 0.53);
}

.login-wrapper {
	min-height: 90%;
	position: absolute;
	width: 100%;
	margin-top: 60px;
	/*background: url(../img/login-background.jpg) no-repeat center center fixed;
	background-size: 100%;*/
}

.login-box {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 20%;
	transform: translate(-50%, -50%);
	height: auto;
	box-shadow: -1px 3px 11px 3px rgb(243 236 236 / 54%);
	border-radius: 10px;
}

.wrapper-background {
	min-height: 93%;
	position: absolute;
	background: url(../img/ns-login.png) no-repeat center center fixed;
	width: 100%;
	background-size: contain;
	display: table;
}

#body {
	padding-bottom: 80px;
}

#footer {
	background-color: #354a5f;
	bottom: 0;
	height: 85px;
	left: 0;
	position: absolute;
	right: 0;
	border-top: 1px solid #98ccfd;
}

#logo {
	padding-top: 20px;
}

.account-container {
	background: #354a5f;
	/*border: 1px solid #98ccfd;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 2px 4px 6px -1px rgba(0, 0, 0, 0.45);
}

.login {
	width: 325px;
	margin: 10% auto;
}

.login-fields input,
select {
	font-size: 13px;
	color: #dff0fe;
	padding: 10px 5px 10px 5px;
	border: 1px solid #98ccfd;
	width: 97%;
	display: block;
	margin: 0;
	background-color: #354a5f;
}

.signup {
	width: 325px;
	margin: 5px auto;
}

.signup input {
	padding: 11px 15px 10px 10px !important;
	width: 295px !important;
	background-color: #FFF !important;
}

.signup select {
	width: 322px !important;
	padding: 11px 15px 10px 10px !important;
}


.submit-button {
	background-color: #689cc7;
	color: #FFF !important;
	width: 100px;
	padding: 10px;
	border: 1px solid #EEE;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	font-size: 1.09em;
}

.login-actions {
	margin: 15px 0 0 205px;
}

.login-header {
	background: rgba(0, 0, 0, 0.6);
	text-align: center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 15px;
}

.login-header h1 {
	font-size: larger;
	margin-bottom: 0;
	color: #8cc5f1;
	font-weight: bolder;
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
}

.login-content {
	padding: 10px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 0 0 5px 5px;
}

.login-extra {
	display: block;
	width: 300px;
	margin: 1.5em auto;
	text-align: right;
	line-height: 19px;
}

.alert-message {
	width: fit-content;
	position: absolute;
	left: 50%;
	top: 80%;
	padding: 10px;
	color: #8abfea;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: none;
	transform: translate(-50%, -50%);
	border: 1px solid #435559;
	-webkit-box-shadow: 2px 4px 6px -1px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: 2px 4px 6px -1px rgba(0, 0, 0, 0.45);
	box-shadow: 2px 4px 6px -1px rgba(0, 0, 0, 0.45);
	z-index: 10000;
	background-color: #2d3640;
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
}

.error {
	color: #ffc107;
}

.success {
	background: #29313a;
	color: #48abf7;
}

.pointer {
	cursor: pointer;
}

#tooltip {
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
}

.tooltip-container {
	background-color: #202932;
	position: fixed;
	padding: 0px 8px;
	font-size: 11px;
	border-radius: 3px;
	box-shadow: 2px 4px 6px -1px rgba(0, 0, 0, 0.45);
	width: auto;
	height: auto;
	display: block !important;
	z-index: 100 !important;
	color: #ddd;
}

.tooltip-container:after,
#tooltip-container:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border-color: rgba(255, 255, 255, 0);
}

.tooltip-container:before {
	border-top-color: rgba(32, 41, 50, 1) !important;
	margin-left: -9px;
	border-width: 9px;
}

.tooltip-container:after {
	border-top-color: rgba(32, 41, 50, 1) !important;
	margin-left: -6px;
	border-width: 6px;
}

.danger-button {
	color: #ff8888 !important;
}

.form-toolbar-buttons {
	border-bottom: 2px groove #b6dcfe40;
}

.form-toolbar-buttons ul {
	margin-bottom: 5px !important;
}

.form-group-container {
	width: 50%;
	transform: translate(50%, 0%);
}

.required::before {
	content: '*';
	color: #e08505;
	font-weight: bold;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.popup-dialog {
	width: 400px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #354a5f;
	border: 1px solid #939aa6;
	border-radius: 6px;
	box-shadow: 2px 4px 6px -1px rgb(0 0 0 / 45%);
	z-index: 9999;
}

.popup-dialog h3 {
	color: #d3d7e6;
	display: flex;
}

.dialog-content {
	padding: 30px 10px;
	background: #2d3640;
	color: aliceblue;

}

.button-close-dialog {
	position: fixed;
	right: 5px;
	top: 0px;
	font-size: 25px;
	color: aliceblue;
	background-color: transparent;
	border: 1px solid transparent;
	cursor: pointer;
}

.button-dialog-primary {
	color: #a4d9ff !important;
	padding: 7px;
	border: 1px solid transparent;
	cursor: pointer;
}

.button-dialog-primary:hover,
#butNo:hover {
	border: 1px solid #a4d9ff;
	background-color: #062e4f;
	border-radius: 5px;
}

#butNo {
	color: #ffad46;
	padding: 7px;
	border: 1px solid transparent;
	cursor: pointer;
}

.application-header {
	display: flex;
	border-bottom: 2px groove #b6dcfe40;
	margin-bottom: 20px;
}

.app-icon {
	font-size: 40px;
	margin: auto 0;
	color: #91c8f6;
}

.app-header {
	display: inline-block;
	margin: 0;
	padding-left: 10px;
	width: 90%;
}

.app-header-title {
	margin-bottom: -10px;
}

.app-header-title h1 {
	color: #aed3f5;
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
}

.app-header-subtitle {
	margin-bottom: 10px;
}

.record-entries,
.account-period {
	text-align: right;
	width: 10%;
	padding-right: 10px;
	text-transform: uppercase;
	margin: auto 0;
	display: grid;
}

.count-complete {
	font-size: 11px;
}

.record-entries bdi,
.account-period bdi {
	font-size: 22px;
	color: aliceblue;
}

.dropdown-list {
	display: flex;
	margin: auto 0;
}

.dropdown-list select {
	width: 80px;
	padding: 0;
	margin-left: 5px;
	border-radius: 3px;
	background: #29313a;
	border-color: #939aa6;
}

.form-header-title {
	margin: auto;
	pointer-events: none;
	font-size: 18px;
	color: #ffad46 !important;
}

.toolbar-spacer {
	margin: auto;
	pointer-events: none;
}

.inner-dropdown,
.dropdown-arrow {
	position: absolute;
	color: #8abfea;
	right: 19px;
	margin-top: 5px;
	cursor: pointer;
	font-size: 25px;
}

.currency-container,
.dropdown-list-container {
	max-height: 300px;
	border: 1px solid #8abfea;
	overflow-y: auto;
	position: fixed;
	width: 95%;
	background: #2a3641;
	box-shadow: 7px 8px 4px 0px rgba(0, 0, 0, 0.3);
	z-index: 9999;
}

.list-item {
	display: flex;
	cursor: pointer;
	padding: 5px 0px 5px 15px;
}

.list-item:hover {
	background-color: #3d536a;
}

::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-track {
	background: #445c75;
}

::-webkit-scrollbar-thumb {
	background: #8abfea;
}

::-webkit-scrollbar-thumb:hover {
	background: #8abfea8c;
}

.loan-details-container {
	width: 100%;
	background: #2d3640;
	border-radius: 4px;
	border: 1px solid #3c4853;
	padding: 10px;
	display: flex;
	margin-bottom: 10px;
}

.loan-details {
	width: 20%;
	display: grid;
	font-weight: 600;
}

.gj-datepicker-md [role=right-icon] {
	color: #b6dcfe;
	display: none;
}

.casa-mira {
	background-image: url("https://exvest-pro.rommel-lamanilao.no/images/casa-mira.jpg");
	background-size: 10%;
	background-repeat: no-repeat;
	background-position-x: 99%;
	background-position-y: center;
	color: #dee2e6;
}

.camella {
	background-image: url("https://exvest-pro.rommel-lamanilao.no/images/camella.jpg");
	background-size: 10%;
	background-repeat: no-repeat;
	background-position-x: 99%;
	background-position-y: center;
	color: #dee2e6;
}

.starex {
	background-image: url("https://exvest-pro.rommel-lamanilao.no/images/starex.png");
	background-size: 18%;
	background-repeat: no-repeat;
	background-position-x: 99%;
	background-position-y: center;
	color: #dee2e6;
}

.yaris {
	background-image: url("https://exvest-pro.rommel-lamanilao.no/images/yaris-life.png");
	background-size: 18%;
	background-repeat: no-repeat;
	background-position-x: 99%;
	background-position-y: center;
	color: #dee2e6;
}

.middle {
	vertical-align: middle !important;
}

.fieldset {
	border-right: 3px groove #516476;
	border-left: 3px groove #516476;
}

.flex {
	display: flex;
}

.input-filter-year {
	width: 63px;
	margin-left: 5px;
	background-color: #29313a;
	color: #fff;
	border: 1px solid #939aa6;
	border-radius: 3px;
	padding-left: 10px;
}

.super {
	vertical-align: super;
	font-size: 10px;
	text-decoration: underline;
}


/* The container */
.radio-container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-right: 20px;
}

/* Hide the browser's default radio button */
.radio-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom radio button */
.radio {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
	border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input~.radio {
	background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked~.radio {
	background-color: #90c1f0;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked~.radio:after {
	display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .radio:after {
	top: 7px;
	left: 7px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #354a5f;
}

.table-header-title {
	text-align: center;
	color: #91c8f6;
	font-weight: 600;
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
}

.bold {
	font-weight: 600;
}

.outer-div {
	width: 100%;
	text-align: center;
}

.center-div {
	display: inline-block;
	margin: 0 auto;
	background-color: #2d3640;
	padding: 150px;
	border-radius: 10px;
	filter: drop-shadow(2px 4px 6px black);
}

.center-div>h1 {
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
}

.avatar-xxl>input {
	display: none;
}

.display-edit-mode {
	position: relative;
	float: right;
	top: -25px;
	right: 5px;
	font-size: 25px;
}

.display-edit-mode>bdi {
	font-size: small;
	padding-left: 5px;
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
	font-weight: 400;
}

.display-mode {
	color: #ea545c;
}

.edit-mode {
	color: #28a745;
}

.not-allowed {
	cursor: not-allowed;
}

.show-password-disabled {
	background-color: #2e3843 !important;
	color: #717c89 !important;
	pointer-events: none;
}

.gj-picker {
	z-index: 9999 !important;
}

.user-textarea {
	background: #29313a;
	border: 1px solid #6e91b4;
	border-radius: .2rem;
	color: #FFFFFF;
}

#inBgColor {
	padding: 9px !important;
	border: 0;
	background: #ffad46;
	width: 35px;
	cursor: pointer;
}

.textcolor {
	background: #ffad46;
	padding: 6px 15px;
	border-radius: 3px;
	font-weight: normal;
}

.dark {
	color: #000000;
}

.light {
	color: #ffffff;
}

.popup-disabled {
	z-index: 9998;
	pointer-events: none;
	filter: brightness(0.5);
}

div[data-notify='container'] {
	filter: drop-shadow(8px 9px 7px black);
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
}

.invalid-form {
	border: 2px solid #ff8888 !important;
}

.se-dialog-content form {
	background-color: #2f3c48;
}

.se-modal-title {
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
	color: #FFF;
}

.se-input-form,
._se_bookmark_button,
.se-file-remove,
.se-input-control {
	background-color: #292f35;
	border-color: #485a6b !important;
	color: #FFF !important;
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
}

.se-link-preview {
	font-size: 12px !important;
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif !important;
}

.se-dialog-close {
	color: #c7deff !important;
}

.se-dialog-close:hover {
	background-color: #292f35 !important;
	color: #FFF !important;
}

.se-dialog-header {
	background-color: #2f3c48 !important;
	border-bottom: 1px solid #485a6b !important;
}

.se-dialog-tabs {
	background-color: #292f35;
	border-bottom: 1px solid #485a6b !important;
}

button.active {
	background-color: #354a5f !important;
}

._se_tab_link {
	background-color: #292f35 !important;
	color: #FFF !important;
	border-right: 1px solid #485a6b !important;
}