@charset "UTF-8";
html{
	position: relative;
    min-height: 100%;
    
}

body{
	    margin-bottom: 100px;
}
input::-ms-clear, input::-ms-reveal{
    display: none;
}

.card-horizontal {
    display: flex;
    flex: 1 1 auto;
}

.card-header:first-child {
    border-radius: 0 0 0 0;
}

.customcard{
    border-radius:0;
    border-width:0;
    padding:0;
    background: rgba(255,255,255,0.2);
}

.customcard-header{
    border-radius:0;
    border-width:0;
    padding:1.25 rem 1.25 rem;
}

.centeraligntext{
    text-align: center;
}

.justifyaligntext{
	text-align: justify;
}

.rightaligntext{
	text-align: right;
}

.leftaligntext{
	text-align: left !important;
}

.pagecontent{
	background:transparent url('../images/backgroundImage.jpg') no-repeat center center /cover;
}

.newannoucenemnt{
	color:red;
	font-weight:bold;
	font-style: italic;
}

.annoucement{
	list-style-type: circle;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    border-bottom-color: #0c5c86;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: #0c5c86;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
    border-bottom-color: #0c5c86;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-tight .arrow::before {
    border-top-color: #0c5c86;
}


li.underlinelinks a{
    text-decoration: underline;
}

.moretext {
  display: none;
}

.centercard {
	padding: 10px 10px 10px 10px;
	margin: 30px auto 30px auto; /* Added */
	border-radius: 0px;
	border: none;
}

.centercard .card-body{
padding-top:0px;
}

.moreless-button a{
     color: blue;
}

.p6{
	padding-left: 6rem;
    padding-right: 6rem;
}

.p4{
	padding-left: 4rem;
    padding-right: 4rem;
}

.pl0{
	padding-left: 0 !important;
}

.px0{
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.pb1{
    padding-bottom: 1rem;
}

.py1{
	padding-top: 1rem;
    padding-bottom: 1rem;
}

.py3{
	padding-top: 3rem;
    padding-bottom: 3rem;
}

.bold{
	font-weight: bold;
}

.tooltip > .tooltip-inner {
    background-color: #0c5c86; 
    color: #ffffff;  
    font-size: 0.9rem;
}
  
.modulecard{
    border-top : 0.5rem solid;
    border-color: #0c5c86;
    transition: transform 0.5s;
    cursor: pointer;
}

.header-with-blue-line{
	background-image: linear-gradient(to right, #0c5c86, #0c5c86);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 28% 2px;
}

.questionglyphicon{
    font-size:1.5rem !important;
}

.height02{
    height : 0.2rem;
}

.dropdownblue{
    border-radius: 2px;
    box-sizing: border-box;
}

.autowidth{
	width: auto;
}

.show-read-more .more-text{
        display: none;
}

.whitetext a{
    color : #ffffff;
}

.whitetext a:hover{
    color : #ffffff;
}

.modulecard::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .15);
  content: '';
  opacity: 0;
  z-index: -1;
  cursor : pointer;
}
.modulecard:hover, .card__one:focus {
  transform: scale3d(1.006, 1.006, 1);
}
.modulecard:hover::after, .card__one:focus::after {
  opacity: 1;
}

.info-image{
    height: 25px;
    width: 25px;
}
.search-btn{
    width: 38px;
    height: 38px;
    border: none;
}
.search-img{
    width: 20px;
    height: 20px;
}
.searchbar{
    border-radius: 0px;
    border-color: #cbcbcb;
    border-style: solid;
    border-width: 1px;
}
#help ::placeholder {
    font-size: 11px;
    align-items: center;
    color: #bdbdbd;
}
:-ms-input-placeholder.form-control {
    color: #6c757d !important;
}

.help-qn{
    font-weight: 600;
}

.btn-primary{
    border-color: #0c5c86;
    border-radius: 0px;
}

#help .btn-primary{
	height:40px;
	
}
.helpLink{
	color: black;
	text-decoration: none;
}
.helpLink:hover{
	color:black;
	text-decoration: none;
}

.btn-primary{
    background-color: #0c5c86;
    border-color: #0c5c86;
    border-radius: 0px;
    margin: 8px;
}
.btn{
	cursor: pointer;
}

.btn-primary:hover{
	background-color: #0c5c86;
	border-color:#0c5c86;
}


/*Down facing arrow*/
.selectdiv:after {
	content: '>';
	font: 12px "fantasy", monospace;
	color: #0c5c86;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	padding: 0 2px 8px;	
	position: absolute;
	pointer-events: none;
	left: 80%;
    top: 45%;
    font-weight: 1000;
}
/* The container */
.container {
  	display: block;
  	position: relative;
  	padding-left: 35px;
  	margin-bottom: 12px;
  	cursor: pointer;
  	font-size: 14px;
  	user-select: none;
  	padding-left: 25px;
}

/* Hide the browser's default radio button */
.container input {
  	position: absolute;
  	opacity: 0;
  	cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  	position: absolute;
  	top: 0;
  	left: 0;
  	height: 20px;
  	width: 20px;
  	background-color: white;
  	border-radius: 50%;
  	border: 1px solid #0c5c86;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  	background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
  	background-color: black;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  	content: "";
  	position: absolute;
  	display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  	display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
 	top: 5px;
	left: 5px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

.card-title{
	padding : 1% 1% 1% 1%;
}

.card-row{
	padding: 1% 0% 0% 1%;
	margin-left:1%;
	margin-right:1%;
	font-size:small;
}

.square-wrapper{
	width: 100%;
	max-height:7rem;
	position: relative;
	display:block;
}

.noborder{
	border-radius:0px;
	border:none;
}
.wrapper{
	margin:auto;
}

.wrapper-footer{
	margin-bottom: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
} 
.nav-logo{
    width: 250px;
    padding: 15px;
    margin-left: 35px;
}
.tablespacing{
  border-collapse: separate;
  border-spacing: 10px;
  border-style: hidden ;
}
.faicon{
	 display: inline-block;
     position: relative;
}
.mobile-icon:before{
	font-family: 'FontAwesome';
    content: '\f10b';
    position: absolute;
    top: 3px;
    left: 6px;
    font-size: 20px;
}
.call-icon:before{
	font-family: 'FontAwesome';
    content: '\f095';
    position: absolute;
    top: 3px;
    left: 6px;
    font-size: 20px;
}
.passcode-icon:before{
	font-family: 'FontAwesome';
    content: '\f13e';
    position: absolute;
    top: 3px;
    left: 6px;
    font-size: 20px;
}
.ml-10{
	margin-left: 10rem !important;
}

#Security-Info .security-info-buttons {
	text-align: center;
	border-radius: 0px;
}

#Security-Info .security-info-button {
	border-radius: 0px;
}

.checkbox-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.checkbox-group label {
  position: relative;
  cursor: pointer;
}

.checkbox-group label:before {
  content:'';
  -webkit-appearance: none;
  background-color:#ffffff;
  border: 0.50px solid #0c5c86;
  padding: 12px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  width: 25px;
}
.is-invalid label:before{
	border-color:#dc3545;
}
.checkbox-group .checkboxLabel:before {
 	margin-right: 0px !important;
 }

.checkbox-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #009e55;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.recaptcha{
	margin-left: 10rem;
}
.blueLine{
	background-color: #0c5c86;
    height: 2px;
}
.textcheck{
	float: right;
        margin-right: 12px;
        margin-top: -25px;
        position: relative;
        z-index: 2;
        color: #009e55;
        display:none;
}
.textcross{
	float: right;
        margin-right: 12px;
        margin-top: -25px;
        position: relative;
        z-index: 2;
        color: #ef0000;
        display:none;
}
 .tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.bs-tooltip-right .arrow::before {
    margin-top: -3px;
    content: "";
    border-width: 5px 5px 5px 0;
    border-right-color: #0c5c86;
}
.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.bs-tooltip-left .arrow::before {
    right: 0;
    margin-top: -3px;
    content: "";
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip > .tooltip-inner {
    background-color: #0c5c86; 
    color: #ffffff;  
    font-size: 10px; 
    border-color:#0c5c86;
    /* text-align:left; */
    max-width: 350px !important;
}

  
.checkbox-group input:checked + label:after {
	top:5px;
	left:10px;
}

.errormsg{
	display:none;
}
.btn-primary:disabled {
    color: #fff;
    background-color: #b7b7b7;
    border-color: #b7b7b7;
    pointer-events: none;
}


.bellCircle {
    display: block;
    height: 35px;
    width: 35px;
    border: 2px solid #fbfbfb;
    border-radius: 20px;
    padding: 0px !important;
    margin-left: 17px;
}
.alertBell{
	padding: 7px 7px;
    font-size: 17px !important;
    color: #ffffff;
}
#newAccount .selectdiv:after {
	content: '^';
	font: 20px "fantasy", monospace;
	color: #0c5c86;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	padding: 0 2px 8px;	
	position: absolute;
	pointer-events: none;
	right: 12%;
    top: 45%;
    font-weight: 1000;
}
#newAccount select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-expand:none;
    text-indent: 1px;
    text-overflow: '';
    padding-right: 14%;
}

#newAccount select::-ms-expand {
display: none;
}

.flex-containers{
	display:flex;
}

.flex-containers .col{
	flex:1;
}


.US-Code {
    /* position: absolute;
    width: 35px;
    padding: 6px !important;
    top: 27px;
    left: 18px;
    pointer-events: none;
    border: none;
    background: #f1f1f1 !important; */
    position: absolute;
    width: 33px;
    height: 31px;
    padding: 4px !important;
    top: 27px;
    left: 18px;
    pointer-events: none;
    border: none;
    background: #f1f1f1 !important;
}

.US-codeAcctSettings{
 position: absolute;
    width: 33px;
    height: 28px;
    padding: 4px !important;
    top: 42px;
    left: 18px;
    pointer-events: none;
    border: none;
    background: #f1f1f1 !important;
}

.form-control:focus {
    color: #000000 !important;
}  
.form-control{
    color: #000000 !important;
}   
.accessModal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
} 
 @media all and (-ms-high-contrast:none){
	 .accessModal {
	    top: 35%;
	 }
 } 
.module-box::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .15);
  content: '';
  opacity: 0;
  z-index: -1;
  cursor : pointer;
}
.module-box:hover, .card__one:focus {
  transform: scale3d(1.006, 1.006, 1);
}
.module-box:hover::after, .card__one:focus::after {
  opacity: 1;
}

.module-box{
	border-right: 5px solid white;
}

#secQn select::-ms-expand {
    display: none !important;
}
#secQn select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-expand:none;
    text-indent: 1px;
    text-overflow: '';
    padding-right: 14%;
}
#secQn .selectdiv:after {
	content: '^';
	font: 20px "fantasy", monospace;
	color: #0c5c86;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	padding: 0 2px 8px;	
	position: absolute;
	pointer-events: none;
	right: 12%;
    top: 45%;
    font-weight: 1000;
}
.home-box{
	border:0.5px solid #707070;
	height:100%;
}
.home-box-text{
	font-size: 11px;
	margin-left: 110px;
}
.flex{ 
	display: flex;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.flex{
		flex: 1
	}
	.US-Code{
	top: 27px;
    left: 18px;
	}
}



.landingAnnLink{
	bottom: -24px;
	left: 137px;
}

.ui-widget-content .ui-icon {
    background-image: url('../images/ui-icons_222222_256x240.png');
}
.ui-state-default .ui-icon {
    background-image: url('../images/ui-icons_888888_256x240.png');
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url('../images/ui-icons_454545_256x240.png');
}
.ui-state-active .ui-icon {
    background-image: url('../images/ui-icons_454545_256x240.png');
}
.ui-state-highlight .ui-icon {
    background-image: url('../images/ui-icons_2e83ff_256x240.png');
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url('../images/ui-icons_cd0a0a_256x240.png');
}
.greySelect{
	color : #b0b0b0 !important;
}
.notEmpty { 
	color: black !important; 
}
a {
    color:#0c5c86;
}

.form-control:focus {
	border-color:#0c5c86;
	box-shadow: 0 0 0 0.2rem rgba(12, 92, 134, .25);
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(12, 92, 134, .25);
}
.overlay{
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: black;
    opacity: .5;
    z-index: 5000;
}

#myDropzone.draggingen::before {
    content: "Drop the file anywhere on this page";
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    padding-top: 15%;
    align-items: baseline;
    font-size: 1.3em;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.2);;
    pointer-events: none;
    z-index: 100;
    border: 3px dashed #0c5c86;
    color: #0c5c86;
    border-radius: 5px;
    border-width: 6px;
}

#myDropzone.dragginges::before {
	content: "Deja el archivo en cualquier lugar en esta página";
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    padding-top: 15%;
    align-items: baseline;
    font-size: 1.3em;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.2);;
    pointer-events: none;
    z-index: 100;
    border: 3px dashed #0c5c86;
    color: #0c5c86;
    border-radius: 5px;
    border-width: 6px;
}
.buttonHeight-100
{
	height:100%;
}  

.img-icon {
	height: 20px;
	width: 20px;
	margin-left: -2em;
	padding: 2px;
}

.box-span-bordered {
	height: 1em;
	display: block;
	border: 1px solid #dedede;
	border-top-color: transparent;
}