@charset "UTF-8";

:root{
	--main-background-color-blue: #0087ab;
	--main-background-color-lightblue: #00ADDB;
	--main-background-color-lightblue-2: #B6E0EC;
	--main-background-color-lightblue-3: #00ADDB;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	.main-container {
		padding: 10px 20px !important;
	}
	
	.transactional-box {
		width: 80% !important;
	}

	.tooltip-text {
		width: 230px !important;
		max-height: 230px !important;
		font-size: 12px !important;
		padding: 6px !important;
		overflow-y: auto !important;
	}

}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
	.main-container {
		padding: 10px 20px !important;
	}
	
	.transactional-box {
		width: 50% !important;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
	.main-container {
		padding: 10px 20px !important;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
	
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	
}

.full-width-center {
	width: 100%;
	text-align: center;
}

.bg-main-blue {
	background-color: #0087ab;
	background-color: var(--main-background-color-blue);
}

.bg-main-lightblue {
	background-color: #B6E0EC;
	background-color: var(--main-background-color-lightblue-2);
}

.header-main-block {
	display: block;
	background-color: #0087ab;
	background-color: var(--main-background-color-blue);
	color: white;
}

.main-container {
	padding: 10px 80px;
	margin-right: 0px;
	margin-left: 0px;
}

.header-main-block a {
	text-decoration: none;
	color: white !important;
}

.header-information-links a {
	margin: 0px 5px;
}

.logout-block {
	text-align: right;
}

.hidden {
	display: none;
}

.mgr-10 {
	margin-right: 10px;
}

.mglr-15 {
	margin: 0px 15px;
}

.mglr-0 {
	margin-left: 0px;
	margin-right: 0px;
}

.pdbt-10 {
	padding: 10px 0px;
}

.pdlr-0 {
	padding-left: 0px;
	padding-right: 0px;
}

.pdr-15 {
	padding-right: 15px;
}

.logotipo-bna {
	background-image: url("../img/logoBna.png");
	background-position: center center;
	background-repeat: no-repeat;
	height: 55px;
	width: 280px;
	float: left;
}

.accordion-main-menu {
	background-color: #0087ab;
	background-color: var(--main-background-color-blue);
	color: white;
	
}

.accordion-main-menu a {
	text-decoration: none;
}

.accordion-menu-btn {
	background-color: #00ADDB;
	background-color: var(--main-background-color-lightblue-3);
	color: white !important;
	padding: 10px;
	font-size: 1rem;
}

.accordion-menu-btn a {
	color: white !important;
}

.accordion-submenu-btn {
	background-color: #B6E0EC;
	background-color: var(--main-background-color-lightblue-2);
	padding: 5px 5px 5px 0px;
	border-bottom: 1px solid white;
	font-size: 1rem;
}

.accordion-submenu-btn .selected {
	background-color: #00ADDB;
	background-color: var(--main-background-color-lightblue);
}

.accordion-submenu-btn a {
	margin: 0px 0px 0px 15px;
	color: #0087ab !important;
	color: var(--main-background-color-blue) !important;
	display: inline-block;
}

.body-main-title {
	font-size: 25px;
	color: #00ADDB;
	color: var(--main-background-color-lightblue-3);
	font-weight: bold;
	margin: 10px 0px;
}

.exchange-main-title {
	font-size: 25px;
	color: white;
	font-weight: bold;
	margin: 10px 0px;
}


.body-main-subtitle {
	color: #00ADDB;
	color: var(--main-background-color-lightblue-3);
}

.tr-data-subtitle {
	color: #00ADDB;
	color: var(--main-background-color-lightblue-3);
	border-bottom: solid 1px;
}

.accounts-total-balance-block {
	background-color: lightgray;
	padding: 10px 15px;
	font-weight: bold;
}

.login-box-block {
	padding-top: 60px;
}

.login-box {
	margin: 0 0 0 60%;
	width: 350px;
}

.login-box-block1 {
	width: 100%;
	background-color: #0087ab;
	background-color: var(--main-background-color-blue);
	text-align: left;
    color: white;
    padding: 15px 0px 15px 15px;
    line-height: 28px;
}

.login-box-block1-text1 {
	font-size: 20px;
}

.login-box-block1-text2 {
	font-size: 30px;
	font-weight: bold;
}

.login-box-block2 {
	width: 100%;
	background-color: #B6E0EC;
	background-color: var(--main-background-color-lightblue-2);
	padding: 20px 15px;
}

.login-box-label {
	font-weight: bold;
}

.login-box-input {
	width: 100%;
}

.login-box-access-btn {
	margin-top: 15px;
	text-align: right;
	width: 90%;
}

.login-form-line-block {
	height: 3rem;
	display: flex;
	align-items: center;
}

.login-form-label {
	width: 30%;
	display: inline-block;
	font-weight: bold;
}

.login-form-input {
	width: 60%;
	display: inline-block;
}

.modal-messages {
	width: 100%;
	display: inline-block;
	text-align: justify;
}

.account-list-block {
	overflow: auto;
}

.scroll-container {
	max-height: 350px;
	margin-bottom: 20px;
}

.scroll-container thead {
	position: sticky;
	top: 0;
	z-index: 1;
}

.publicity-block {
	width: 100%;
    height: 400px;
    margin-top: 15px;
	background: #00ADDB;
	background: var(--main-background-color-lightblue);
}

.right-box-block {
	margin: 0 auto;
}

.main-menu-button-block {
	border-bottom: solid 1px #66ceff;
}

.btn-main-style, .btn-main-style:hover {
	background-color: #00ADDB;
	background-color: var(--main-background-color-lightblue-3);
	color: white;
	padding: 5px 15px;
    font-size: 1.2rem;
}

.main-label-form {
	margin-top: .5rem;
}

.loginCredentialsBox{
	margin: 0 auto;
}

.box-access-btn {
	margin-top: 15px;
	text-align: center;
	width: 90%;
}

.login-btn-send {
	padding: 3px 19px !important;
	border-radius: unset;
}

.tr-ex-data-block {
	padding-right: 0px;
	line-height: 20px;
}

.tr-ex-data-title {
	font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 0px;
}

.tr-ex-data-data {
	font-size: 1.2rem;
    overflow-wrap: break-word;
}

.btn-form-submit-tr-ex {
	margin-top: 20px;
}

.tr-data-subtitle-block {
	margin-top: 10px;
}

.transactional-box {
	width: 35%;
    height: 100px;
	background-color: #B6E0EC;
    background-color: var(--main-background-color-lightblue-2);
    margin: 0 auto;
    padding: 5px 20px;
}

.msg-result-transaccion-block {
	background-color: #00ADDB;
	background-color: var(--main-background-color-lightblue-3);
	color: white;
	font-weight: bold;
	padding: 15px;
	text-align: center;
}

.make-another-tr-btn-block {
	width: fit-content;
    margin: 0 auto;
}

.pending-tr-key-input:focus {
	box-shadow: none !important;
}

.btn-pend-tr-style, .btn-pend-tr-style:hover {
	background-color: #00ADDB;
	background-color: var(--main-background-color-lightblue-3);
	color: white;
	padding: 5px 15px;
	font-size: 1rem;
}

.useIntermediaryBankCheckBlock {
	background-color: white;
    border: none;
    padding-left: 0px;
}

.useIntermediaryBankLabel {
    margin-top: 7px;
    margin-left: 5px;
}

.error-input-label {
	color: red;
	font-weight: bold;
	font-size: 1rem;
	margin-bottom: 0px;
}

.pending-transactions-tbl-header-block {
	width: 100%;
    border-bottom: 2px solid #00ADDB;
    border-bottom: 2px solid var(--main-background-color-lightblue-3);
}

.pending-transactions-tbl-header {
	font-weight: bold;
	display: flex;
	align-items: center;
	padding: 20px 0px;
	width: 85%;
}

.pending-transactions-tbl-header-item {
	display: inline-block;
    width: 150px;
}

.pending-transactions-tbl-header-item-larger {
	display: inline-block;
	width: 160px;
}

.pending-transactions-tbl-body {
	display: flex;
	align-items: center;
	padding: 20px 0px;
	border-bottom: 2px solid #00ADDB;
	border-bottom: 2px solid var(--main-background-color-lightblue-3);
	margin-left: 0px;
    margin-right: 0px;
}

.pending-transactions-tbl-body-items {
	display: inline-block;
    width: 150px;
}

.pending-transactions-tbl-body-items-larger {
	display: inline-block;
	width: 160px;
}

.tr-details-block {
	margin-top: 20px;
	overflow-x: auto;
}

.tr-detail-btn {
	width: fit-content;
	float: right;
}

.pending-transactions-tbl-body-sneak-peek {
	display: flex;
	align-items: center;
	width: 85%;
}

.pending-transactions-tbl-body-detail-btn {
	width: 15%;
}

.table-details-tr {
	margin-bottom: 1rem !important;
}

.table-details-tr th {
	min-width: 120px;
	vertical-align: middle !important;
}

.confirmation-box {
	margin: 15px auto;
}

.confirmation-box-autorize-btn-block {
	width: fit-content;
    margin: 10px auto;
}

.confirmation-box-autorize-btn {
	margin: 0 auto;
}

.transactional-key-box {
	width: fit-content;
	margin: 0 auto;
}

.pending-tr-key-input-box {
	margin: 0 auto;
}

.pending-tr-key-input-block {
	margin-bottom: 10px;
}

.btn-send-code {
	background-color: #00ADDB; !important;
	background-color: var(--main-background-color-lightblue-3) !important;
	color: white !important;
}

.btn-send-code:focus {
	outline: none !important;
}

.table-details-tr-concept {
	min-width: 200px !important;
}

.box-msg-pending-tr {
	background-color: #0087ab;
	background-color: var(--main-background-color-blue);
    color: white;
    padding: 16px;
    margin-top: 15px;
    font-size: 17px;
}

.box-msg-error-pendind-tr {
	background-color: red;
    color: white;
    padding: 16px;
    margin-top: 15px;
    font-size: 17px;
}

.header-user-name {
	font-size: 17px;
}

.back-btn {
	margin: 20px 0px;
}

.query-title{
	font: normal normal normal 20px/24px KievitOT;
}

.msg-send-key {
	color: #007894;
	font-weight: bold;
}

.noHover{
	pointer-events: none;
}
	
.error-page-text {
	font-size: 20px;
}

.error-page-block{
	text-align: center;
	margin: 12% auto;
}

.inline-error-block {
	color: red;
	text-align: center;
	font-size: 20px;
}

.login-error-msg {
	color: red;
	font-weight: bold;
	text-align: center;
}

.login-change-user-type {
	font-weight: bold;
	color: #007894;
	text-align: center;
	cursor: pointer;
}

.login-text {
	font-weight: bold;
	color: #007894;
	text-align: center;
}

.login-change-country-doc-block {
	width: 10%;
	text-align: right;
}

.login-change-country-doc-btn {
	cursor: pointer;
}

.keyboard-login {
	text-align: right;
	width: 95%;
}

.main{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.login-bg {
	border-color: #224798;
	background-color: #071961;
	background-image: url("../img/login1.png");
	background-position: left top -30px;
	background-position: left top\9;
	width: 100%;
	height:90vh;
	background-size: cover;
}

@media (max-width: 875px) {
	.login-box {
		margin: 0 auto;
		width: 350px;
	}
}

.home-title{
	font-size:3em;
	color:#cdcccc;
}

.home-name{
	font-size:3em;
	color: #0087ab;
	color:var(--main-background-color-blue);
}

.home-body{
	font-size:1.6em;
	color: #0087ab;
	color:var(--main-background-color-blue);
}

.recovery-box {
	margin: 0 0 0 60%;
	width: 380px;
}

@media (max-width: 875px) {
	.recovery-box {
		margin: 0 auto;
		width: 380px;
	}
}

.details-other{
	border-radius: 10px;
	background: #B6E0EC;
	background: var(--main-background-color-lightblue-2);
}

.loans-details-title{
	color: #00ADDB;
	color: var(--main-background-color-lightblue-3);
}

.taxa-title{
	color: white;
	font-size: 25px;
}

.taxa-subtitle{
	color: white;
	font-size: 20px;
}

.uppercase{
	text-transform: uppercase;
}

.table-layout{
	table-layout: fixed;
}

.wrap-text{
	word-wrap:break-word
}

.btn-refresh {
	height: 30px;
	margin-left: 10px;
	top: 3px;
	width: 30px;
	background-color: white;
	padding: 3px 0px 0px;
}

.btn-search {
	height: 33px;
	margin-left: 10px;
	margin-top: 21px;
	top: 3px;
	width: 33px;
	background-color: white;
	padding: 3px 0px 0px;
	border: 1px solid #ced4da;
}

.divisory-line-top{
	display: block;
	background-color: var(--main-background-color-lightblue);
	height: 1px;
	width: 100%;
	margin-top: 15px;
}

.divisory-line-bottom {
	display: block;
	background-color: var(--main-background-color-lightblue);
	height: 1px;
	width: 100%;
	margin-bottom: 15px;
}

.keyboard-change-password {
	text-align: right;
	margin-top: 8px;
}

.alert-blue{
	background: #00ADDB;
	color: white;
}

.hover-style{
	color: var(--main-background-color-lightblue) !important;
	border-color:var(--main-background-color-lightblue);
	background: white !important;
}

#typeData .btn{
	background: var(--main-background-color-lightblue);
	color: white;
	min-width: 100px;
}

.tooltip-container {
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.tooltip-circle {
	background-color: white;
	color: var(--main-background-color-lightblue);
	border: 2px solid var(--main-background-color-lightblue);
	width: 20px;
	height: 20px;
	border-radius: 50%;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	position: relative;
}

.tooltip-text {
	visibility: hidden;
	width: 430px;
	max-height: 370px;
	background-color: #B6E0EC;
	color: #0087AB;
	text-align: left;
	border-radius: 5px;
	padding: 10px;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	margin-left: -10px;
	opacity: 0;
	transition: opacity 0.3s;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	white-space: normal;
	word-wrap: break-word;
}


.tooltip-text p {
	margin-bottom: 10px;
	line-height: 1.5;
}
.tooltip-info{
	white-space: pre-line;
	font-weight: 500;
}



.tooltip-text::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 5%;
	margin-left: -5px;
	border-width: 10px;
	border-style: solid;
	border-color: #B6E0EC transparent transparent transparent;
}

.tooltip-container:hover .tooltip-text {
	visibility: visible;
	opacity: 1;
}
.cas-list {
	width: fit-content;
}

.cas-btn-list {
	width: fit-content;
	float: right;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}

.font-cp{
	font-size: 1.5rem;
}
.custom-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding-left: 0px;
}

.alias-class.hidden {
	display: none;
}
.alias-class button {
	margin-top: 7%;
}

.details-account th{
	font-weight: normal;
}

.header-main-responsive{
	display: none;
	padding-left: 0px !important
}
.pending-transactions-tbl-block{
	display: flex !important;
	flex-direction: column-reverse;
	align-items: stretch
}

box-confirmation-container{
	width: 380px;
}

@media screen and (max-width: 1280px) {
	#right-block {
		display: none;
	}
	#main-menu {
		display: none;
	}
	.header-main{
		display: none;
	}
	.header-main-responsive{
		display: block;
	}
	.publicity-block{
		display:none;
	}
	.pending-transactions-tbl-block{
		align-items: baseline;
	}
	.align-pending{
		align-items: center;
		display: grid;
	}
	box-confirmation-container{
		width: auto;
	}
}

.menu-container {
	position: fixed;
	top: 0;
	left: 0;
	max-width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1050;
	display: none;
	justify-content: center;
	align-items: center;
}

.menu-responsive-block {
	background: #00ADDB;
	background-color: var(--main-background-color-blue);
	width: 60%;
	height: 100%;
	margin: 0;
}

.disabled-link {
	pointer-events: none;
	opacity: .65;
}

.externalTradeContainer {
	max-height: 500px;
	overflow-y: auto;
}

.table-external-trade tbody {
	width: 100%;
	border-collapse: collapse;
}

.table-external-trade thead tr th  ,.table-external-trade thead tr, .table-external-trade thead{
	position: sticky;
	top: 0;
	background-color: #fff;
	border-top: 0px;
}
