body{
/*font-family: 'glyphicons-halflings';*/
background-color: #EEE;
/*background-image: linear-gradient(#223c72, #0f9b8f);*/
height: 100%;


}



#header.navbar {
min-height: 80px;
margin-bottom: 0px;
border-style: none;
border-radius: 0;

border-bottom: 3px solid #AF1F23;
background-image: linear-gradient(#F6F1E9, #F6F1E9);
background: -webkit-linear-gradient(#F6F1E9, #F6F1E9);
}

#header .navbar-header .navbar-brand{
height: auto;
padding-top: 14px;
}

#header.navbar .navbar-nav > li > a{
text-shadow: none;
color: #2f3237;
}


#OTP_jsp {
  display: flex;
  justify-content: center;
  align-items: center;
}


#login_1_jsp.container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar-toggle {
  margin-bottom: 15px;
  margin-top: 15px;
}

#page-content.container::before{
  position: absolute;
  z-index: 1;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.7);
}


.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a {
  background-color: transparent;
  background-image: none;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  background-color: transparent;
}

.footer-main {
  background-color: #AF1F23;
  row-gap: 2rem;
}


.btn-details{
/*float: right;*/
background: #fbce3e;
font-weight: bold;
/*margin-right: 20px;*/
width: 100%;
/*height:40px;*/
}


/*.btnn
{
width: 70%;
height:40px;
}*/
#header .nav > li > a:hover, .nav > li > a:focus, #header .nav > li.active {
text-decoration: none;
background: none;
}

#header  .nav .open > a, #header  .nav .open > a:hover, #header  .nav .open > a:focus {
background-color: transparent;
border-color: #337AB7;
}

#header  .navbar-nav > li > a {
padding-top: 29px;
padding-bottom: 29px;
}

#example_filter{
    text-align: right !important;
    margin-top: -30px;
  }
  
.profile-icon {
margin: -5px 10px 0px 10px;

}

.dropdown active {
  background-color: transparent;
}

#header_user_info.nav.navbar_nav.navbar-right {
  background-color: transparent;
}

.nav-tabs.nav-justified > li > a {
text-align: left;
}

.profile-info{
width: auto;
display: inline-block;
list-style-type: square;
text-decoration: none;
}

.pref-curr-margin{
  margin-bottom: -50px;
}

.profile-caret{
display: inline-block;
width: 0px;
height: 25px;
margin-left: 20px;
vertical-align: middle;
border-top: 4px dashed;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}

.dropdown-action{
margin: 2px -244px 0px !important;
}

.profile-list{
padding: 4px 0px 0px 0px !important;
}

#menu-bar.navbar{
display: flex;
min-height: auto;
margin-bottom: 0px;
}

#menu-top{
background-color: #fff;
}

#menu-bottom{
background-color: #f4f8fb;
padding: 0 50px;
}

#menu-bar .active{
background-color: #f4f8fb;
}

/*#menu-top > #main-menu {
display: block;
}*/

#page-header{
background: #2e4476;
color: #c5dbe8;
font-weight: bold;
}
#page-header  p{
margin: 7px;
} 

.circle{
display: inline-block;
width: 25px;
height: 25px;
border-radius: 50%;
text-align: center;
font-size: 50%;
color: #fff;
line-height: 25px;
padding: 3px;
}
.main-circle{
display: inline-block;
width: 25px;
border-radius: 50%;
text-align: center;
font-size: 50%;
vertical-align: middle;
color: #fff;
padding: 3px;
}

.yellow {
background: #F7D245 none repeat scroll 0% 0%;
}

.link {
cursor: pointer;
}

/* AJ */
.link-right{
cursor: pointer;
right: 10px;
color: #AF1F23;
}

.display-curr , .display-acc-nickname{
  display: none;
}

.display-block-none{
  display: none;
}

.display-block-inline-none{
  display: none;
}

.link-left{
cursor: pointer;
left: 10px;
color: #AF1F23;
}

.account-name{
font-weight: bold;
font-size: 150% /* AJ */

}

.navbar-header {
  display: flex;
  justify-content: space-between;
  align-center: center;
  flex-direction: row-reverse;
}

.navbar-toggle, collapsed {
  
}

.btn-group, tab-menu {
  display: none;
}

.account-number{
/* AJ */
}

#page-content{
  padding: 50px 0px;
  height: 95vh;
  width: 100%;
  display: flex;
  background-image: url('https://res.cloudinary.com/summitbank/image/upload/v1750755133/credit-cards_mve1va.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
  justify-content: center;
}
/*.col-md-12 {
width: 100%;
padding-top: 7px;
}*/
#page-content .panel > div ul.nav > li.active a {
background-image: none;
background-color: #fff;
color: #2e4476;
text-align: left;
}

.tab-header{
padding: 8px;
padding: 8px 0;
font-family: MyriadPro-Bold;

}
#footer{
background-image: linear-gradient(rgb(34, 60, 114), rgb(15, 155, 143));
background: -webkit-linear-gradient(rgb(34, 60, 114), rgb(15, 155, 143));
margin-top: 20px;
}

#footer-top{
padding: 0px 30px;
}

#footer-top ul.list-inline > li > a, #footer-top ul.list-inline{
padding: 15px 0px;
color: #fff;
text-decoration: none;
}

#page-content .panel > div ul.nav > li a {
background-image: linear-gradient(#223E70, #257A7D);
background: -webkit-linear-gradient(#223E70, #257A7D);
color: #fff;
}

#footer-bottom{
background-color: #25617d;
height: auto;
padding-top: 10px;
padding-bottom: 10px;
margin-top: 20px;
color: #fff;
font-size: 75%;
}
/*.form-group {
margin-left: 50px;
margin-top: 30px;
margin-bottom: 20px;
}*/
#footer-top .navbar-nav li a{
color: #fff;
text-shadow: none;
padding:15px 10px
}

#footer-top .navbar-nav li a:hover{
background: transparent;
}

#footer-body h4, #footer-body table{
color: #fff;
}

#footer-body table{
width: 100%;
}

#footer-body h4, #footer-body table a{
text-decoration: none;
color: #fff;
}

#location-table p {
padding: 10px 50px;
}



#parties li {
padding: 10px 0px;
}

#quick-icons{
margin: 0px;
}



#quick-icons li a{
display: block;
padding: 32px 25px;
color:#2f3237;
font-size: 16px;
}

#quick-icons > li > a:hover, #quick-icons > li > a:focus, #quick-icons > li.active {
text-decoration: none;
background: rgba(255, 255, 255, 0.2);
}

/* STEVA */
#filterinfo
{
float: right;
display: inline-block;
color: rgb(255, 255, 255);
}

#filter-header{
background: #2e4476;
color: #c5dbe8;
margin-top: 5px;
padding-top: 7px;
height: 40px;
}

/*.fa-caret-right {
color:#337AB7;
margin-left: 10px;
}*/
.right-arr{
color:#337AB7;
padding: 10px;
}
#headImg
{
float: right;
color:#fff;
}

/*STEVA*/

#footerbottom{
background: #04585f;
}

.login_body{ 
background: #f2f2f2;
}

#footerbody > div {
height: auto;
padding: 10px;
position: relative;
}

.footercontactinfo{
padding-bottom: 30px;
}


#footerbody .footercontactinfo {
border-top: 5px solid black;
border-right: 5px solid black;
border-top-right-radius: 10px;
z-index: 1;
border-top-width: 2px;
border-right-width: 2px;
border-top-color: #fff;
border-right-color: #fff;
}

#footerbody .footerlocationinfo {
border-bottom: 5px solid black;
border-right: 5px solid black;
border-bottom-left-radius: 19px;
border-bottom-right-radius: 17px;
margin-top: 6px;
z-index: 0;
margin-left: -3.7px;
border-bottom-width: 2px;
border-right-width: 2px;
border-right-color: #fff;
border-bottom-color: #fff;
}

#footerbody .footerlastinfo {
border-top: 5px solid black;
border-left: 5px solid black;
border-top-left-radius: 14px;
z-index: 1;
margin-left: -4.3px;
border-top-width: 2px;
border-left: 2px;
border-top-color: #fff;
}

.footerbodycontt{
padding: 0px 50px 0px 50px;
}

#footerbody, #footerbody a{ 
color : #fff;
}

#footerbottom{
background: #04585f;
margin-top: 30px;
}

#footbtminfo{
color: #fff;
}

#footer-body .footercontactinfo {/*
  border-top: 5px solid black;
  border-right: 5px solid black;
  border-top-right-radius: 10px;
  z-index: 1;
  border-top-width: 2px;
  border-right-width: 2px;
  border-top-color: #fff;
  border-right-color: #fff;*/
}

#footer-body .footerlocationinfo {/*
border-bottom: 5px solid black;
border-right: 5px solid black;
border-bottom-left-radius: 19px;
border-bottom-right-radius: 17px;
margin-top: 6px;
z-index: 0;
margin-left: -3.7px;
border-bottom-width: 2px;
border-right-width: 2px;
border-right-color: #fff;
border-bottom-color: #fff;
padding-bottom: 17px;*/
}

#footer-body .footerlastinfo {/*
border-top: 5px solid black;
border-left: 5px solid black;
border-top-left-radius: 14px;
z-index: 1;
margin-left: -4.3px;
border-top-width: 2px;
border-left: 2px;
border-top-color: #fff;*/
}

#footer-body > div:last-child{
/*border-top: 5px solid black;*/
border-top-width: 2px;
border-top-color: #fff;
}

#main-content{
margin-top:30px;
}
#tabhead
{
color: #fff;
background-image: linear-gradient(to bottom, #223C72 0%, #0F9B8F 100%);
background: -webkit-linear-gradient(#223C72 0%, #0F9B8F 100%);

padding: 20px; 
}

/*------------my main account style----------------*/

*{
/*font-family: MyriadPro-Regular;*/
}

#page-header{
background: #2e4476;
/*padding: 50px 0;*/
color: #fff;
font-weight: bold;
}
.blue{
background: #2e437a;
}

.page-title{
font-family: MyriadPro-Bold;
font-size: 200%
}

#service-links a{
color: #fff;
}

.responsive-list > div.form-group{
border-top: 1px solid #efefef;
padding: 7px 0;
display: block;
margin-bottom: 0px;
}

.responsive-list > div.form-group:first-child{
border-top: none;
}

.responsive-list > div.form-group > p {
margin: 0px;
}
.responsive-list > div > p:first-child{
font-family: MyriadPro-Bold;
}
.toolbar{
margin-top: 20px;
}
#account-summary{
-webkit-box-shadow: 0px 1px 5px 1px rgba(185,185,185,1);
-moz-box-shadow: 0px 1px 5px 1px rgba(185,185,185,1);
box-shadow: 0px 1px 5px 1px rgba(185,185,185,1);
float: left;
width: 100%;
padding: 0px;
height: 430px; 
margin: 20px 0px;
display: flex;
justify-content: space-between;
}
.account-details > .extra-actions{ 
margin: 10px 10px 0 0;
}

.account-details{
padding: 0px
}

#account-slider{
padding: 0px 25px; /* AJ */
/*margin-top: 50px;*/
margin:0px;  /* AJ */
background: transparent;
height: 150px;
}

#quick-links{
margin-bottom: 0px;
}

.slider-item{
display: block;
padding: 10px 20px; /* 10px 40px */
}
.slider-item > li > ul li{
display: block;
padding: 2px 0px;
}
.account-balance{/* AJ */
font-size: 200%;
/*text-align: center;*/
font-family: MyriadPro-Cond;
color: #2e437a;
white-space: nowrap;
}
.navigation{
margin-top: 50px;
position: absolute; /* AJ */
z-index: 9;
}
.transactions-list{
background: #fff;
padding: 0px;
}
.transactions-list > p{
padding: 16px 15px;
/*font-family: MyriadPro-Bold;*/
/*font-family: MyriadPro-Regular;*/
}

#recent-transactions{
margin-bottom: 3px;
}


#recent-transactions p {
margin: 0px;
}

#recent-transactions tr td{
padding: 5px 10px;
}

/*---- Steva-------*/
#tableSummary{
/* box-shadow: 0px 1px 5px 1px #B9B9B9; */
padding: 0px;
margin: 20px 0px;
/* background-color:#fff;
-webkit-box-shadow: 0px 1px 5px 1px rgba(185,185,185,1);
-moz-box-shadow: 0px 1px 5px 1px rgba(185,185,185,1); */

}

#tabhead
{
background-image: linear-gradient(to bottom, #223C72 0%, #0F9B8F 100%);
background: -webkit-linear-gradient(#223C72 0%, #0F9B8F 100%);
color: #FFF;
height: 50px;
}
#star
{
padding-right: 5px;
color: gray;
}

.fa-star
{
color: #fbce3e;
}
.info-icon{
text-decoration: none;
padding: 5px 0px;
font-size: 20px;
}

.info
{
font-size: 15px; 
/*width: 20px;
height: 20px;*/
}
.pen{
font-size: 13px;
padding: 2px 0px 3px 0px;
}

.alignInfo{
text-align: center;
}

#printerInfo {}

.total-info{
margin-left:10px;
}

/*--------------------*/
/* -----------------1st page-------------*/
.navbar-default > div
{ 
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff223c72', endColorstr='#ff0f9b8f', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);   
}

#header #main-menu ul > li > a{
color: #fff !important;
}

.contentinfofirst > #continfof, .contentinfosecond > #continfos, .contentinfothird > #continfot{
background-image:-webkit-linear-gradient(top, #223c72 0%, #04585f 100%);
background-image:linear-gradient(#223c72 0%, #04585f 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff223c72', endColorstr='#ff04585f', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);  

min-height: 170px;
}

#continfof p, #continfos p, #continfot p {
padding: 20px;
min-height: 100px;
color: #fff;
}


.left
{
/*padding: 40px;
padding: 40px 20px;*/
}

#firstimg{
padding-bottom: 20px;
/*margin-top: -20px;*/
}

#btnone{
/*width: 285px;
height: 50px;*/
margin-left: -12px;
margin-top: 5px;
margin-bottom: 5px;
background: #fbce3e;
color: black;

}


#inputdefaultt
{

margin-top: 5px;
text-align: center;
}

#inputdefaulttow
{

height: 59px;
text-align:center;
color:#FBCE3E;
/*margin-top: 10px;
width: 305px;
height: 40px;*/
}

.rightsidecontent {
border-width:1px;         
border-bottom-width: 15px;
border-top-width: 2px;
border-left-width: 1px;
border-right-width: 1px;
border-style: solid;
border-top-color: black;
border-left-color: black;
border-right-color: #b3b3b3;
/*width: 715px;*/
height: 400px;
margin-left: 15px;
margin-bottom: 20px;
border-bottom-color: #fbce3e;
padding: 0px;
margin-top:20px;
}

#carousel-example-generic{
height: 383px;
}

.login_body
{ 
background: #f2f2f2;
}

.carousel-indicators li{
background-color: #fff !important;
border: 1px solid #000;
}

.carousel-indicators li.active{
background-color: #fbce3e !important;
}

.carousel-control.left 
{
background-image: none;
}

.carousel-control.right
{
background-image: none;
}
#imgeone{
/*height: 383px;*/
}
#imgeonee{
/*height: 436px;*/
}

#inputdefaultthree{
margin-top: 20px;
color: #064D8C;
font-weight: bold;
font-size: 12px;
}

#imgg
{
margin-top: 5px;
margin-right: 5px;
}

.box a
{
margin: -20px 20px 20px 0px;
color: #fff;
}


/*-----------------------------login JKB 2------------------------------------*/
#header #main-menu ul > li > a{
color: #fff !important;
}

.leftsidecontentt
{
border-width:1px;       
border-bottom-width: 15px;
border-top-width: 2px;
border-left-width: 1px;
border-right-width: 1px;
border-style:solid;
border-top-color: black;
border-left-color: black;
border-right-color: #b3b3b3;
height: 400px;
margin-bottom: 20px;
border-bottom-color: #fbce3e;
margin-top: 20px;


}

#headinfoone{
padding-bottom:20px;
}

#headinfoone p{
font-weight: bold;
color: #064d8c;

}

#imginfo
{
display: inline-block;
}
/*#btnonee
{
width: 135px;
height: 50px;
margin-left: 3px;            
margin-top: 5px;
margin-bottom: 5px;
background: #fbce3e;
color: #064D8C;

}
#btntoww
{
width: 135px;
height: 50px;
margin-right: 5px;
margin-top: 5px;
margin-bottom: 5px;
background: #064d8c;
color: #fff;

}*/

#inputdefault
{
width: 305px;
height: 40px;
text-align: center;

}
#btn-one{
margin-bottom: 5px;
background: #fbce3e;
color: black;
float: left;
margin-right: 30px;
}

.rightsidecontentt > #carousel-example-generic{
border-width:1px;         
border-bottom-width: 15px;
border-top-width: 2px;
border-left-width: 1px;
border-right-width: 1px;
border-style: solid;
border-top-color: black;
border-left-color: black;
border-right-color: #b3b3b3;
height: 500px;
margin-bottom: 20px;
border-bottom-color: #fbce3e;
/*padding: 0px;*/
margin-top:20px;
/*width:735px;*/
}

.glyphicon-play
{ 
margin-bottom:2px;
}
#contentInfo
{
/*width: 1191px;*/
/*float-right
padding-right: 0px;*/
margin-bottom: 30px;
}
.topline
{
background: #fbce3e;
}

.dropdown-menu{
min-width: 294px;
}
/*.form-control {
height: 40px;
width: 50%;
}*/

#quick-links  {
color: black;
background: #2E437A none repeat scroll 0% 0%;
padding:22px;
margin-top: 2px;
}

#acc-quick-links ul {
color: black;
background: #2E437A none repeat scroll 0% 0%;
margin: 0px;
}

#acc-quick-links > ul > li{
padding: 18px;
border-bottom: 1px solid #fff;
}

/*
#acc-quick-links > ul > li:last-child{
border-bottom: 0px;
}
*/

#acc-quick-links > ul > li > a{
color:#fff;
}

/*#quick-linkss  a{
padding: 37px;
margin-top: 2px;
color:#fff;

}*/
#jkbLogo{
width:40%;
}
.formCont{
width: 50%;
}
.btnone{
width: 10%;
height: 20%;
}
/*#quick-linkss{
color: #000;
background: #2E437A none repeat scroll 0% 0%;
/*padding: 15px;
margin-top: 2px;
color:#fff;
margin-bottom: 0px;
}*/


#quick-linksss a{

margin-top: 2px;
color: #FFF;
margin-bottom: 0px;    
}

.bttn{
background: #2E437A;
color: #fff;
width: 100px;
height: 40px;
padding: 5px;
}


.btn-sm{
width:40px;
background-color: #EEE;
}
.btn-btn{
height: 50px;
width: 30px;

}
.noborders td{
border:0;
}

.infoo{
font-size: 15px;
padding: 5px;
}

.form-cont{
width: 305px;
}

.l-r-cont{
border-bottom: 5px solid rgba(223, 222, 228, 0.9);
border-bottom-width: 2px;
width: 40%;
padding-top:20px;

}
.f-2{
border-bottom: 5px solid rgba(223, 222, 228, 0.9);
border-bottom-width: 2px;
 /* width: 37%; */
}

#header_5 {
margin-bottom:30px;

}
#details-barr{
background-image: linear-gradient(to bottom, #223C72 0%, #0F9B8F 100%);
background: -webkit-linear-gradient(#C6B17D 0%, #f6f1e9 100%);
color: #333333;
height: 70px;
}
#header_4{
padding:20px;
}
.f-3{
border-bottom: 5px solid rgba(223, 222, 228, 0.9);
border-bottom-width: 2px;
width: 40%;

}
#clear{
clear:both;
}

.cont-left{
width: 30%;
padding-right: 5px;
}
.vertical-line{
border-right: 2px solid rgba(223, 222, 228, 0.9);
float: left;

}
.cont-right{
margin-left: 50%;
width: 30%;
}

/*#donutchart, #donutchart1,#donutchart2, #donutchart3{
float:right;
}*/

/*.slider-item{
display: inline;
}*/

.bottom-pgrph-righ{
margin-left:10px;
}

#header-title1{
float:left;
margin-bottom: 30px;

}
#pragraph-details1{
margin-top: 25%;
text-align: left;
margin-bottom: 20px;

}
#header-title2{
text-align: left;
margin-bottom: 30px;
}
#header-title3{
text-align: left;
margin-bottom: 30px;
}
#pragraph-details2{
margin-top: 25%;
text-align: left;
margin-bottom: 20px;

}
#pragraph-details3{
text-align:left;
margin-top: 25%;
margin-bottom: 20px;
}

.detail-btn{
background-color:rgb(34, 60, 114);
color:#fff;
width: 40%;
font-size: 12px;
height: 40px;
margin-bottom: 30px;
}

#header-title11{
float:left;
margin-top: 10%;
}
#header-title22{
float: left;
margin-top: 10%;
}
#header-title33{
float: left;
margin-top: 8%;

}
.arrow-left{
/*margin-right:50px;
top:50%;*/
margin-left:-30px;
margin-top:20%;
/*padding-top:45%*/
width: 30px;
float: left;
}
.arrow-right{
float:right;
margin-top:20%;
width: 20px;
}

#news-slider{
width: 97%;
float: left;
padding: 25px;
}

.news-account{
padding:0px;
}

#account-summary2{
background-color:#fff;
-webkit-box-shadow: 0px 1px 5px 1px rgba(185,185,185,1);
-moz-box-shadow: 0px 1px 5px 1px rgba(185,185,185,1);
box-shadow: 0px 1px 5px 1px rgba(185,185,185,1);
padding: 0px;
}
.leftsidecontent3{
border-width: 2px 1px 15px;
border-style: solid;
border-color: #000 #B3B3B3 #FBCE3E #000;
/*height: 400px;*/
margin-bottom: 20px;
margin-top: 20px;
padding: 20px;
width:35%;
margin-left: 5px;
height: 453px;
background-color: #fff;
}
.rightsidecontent2{
border-width: 1px;
border-bottom-width: 15px;
border-top-width: 2px;
border-left-width: 1px;
border-right-width: 1px;
border-style: solid;
border-top-color: black;
border-left-color: black;
border-right-color: #b3b3b3;
width: 715px;
height: 453px;
margin-left: 15px;
margin-bottom: 20px;
border-bottom-color: #fbce3e;
padding: 0px;
margin-top: 20px;
}
.carousel-indicators{
left: 70px;
margin-bottom: -50px;
}
#botm-det1{
margin-right: 10px;
margin-top: 10px;
}
#botm-det2{
margin-right: 10px;
margin-top: 10px;
}
#botm-det3{
margin-right: 10px;
margin-top: 10px;
}
.bottom-details{
/*text-align:center;*/
}
#h-1{
margin-left: -30px;
}
#h-2{
margin-left: -30px;
}
/*.left {
padding: 40px;
padding: 40px 27px;
}*/
.cars-end{
left: 70px;
margin-bottom: -20px;
}
.input-group .form-control{
height: 50px;
}
.cont-body{
margin-top: 30px;
}
#bottom-pgrph-right{
margin-right:-30px;
}
.container-dt{
margin-top:10px;
}
.penn{
font-size: 13px;
padding: 2px 0px 3px 0px;
}
.profile-list2{
padding: 8px 20px 0px 20px !important; /* AJ */
}


#footer-heading{
font-size: 14px;
}
.content-det{
margin-bottom:30px;
}
#list-dt{
/*padding:30px;*/

margin-bottom:20px;
}

#quick-linkss  {
color: black;
background: #2E437A none repeat scroll 0% 0%;
padding:22px;
margin-top: 30px;
margin-bottom:2px;
color:#fff;

}
#quick-links a{
color: #fff;

}
#quick-linkss a{
color: #fff;

}

#continfof {
padding-left: 2px;
/*margin-left: -9px;
width: 100%;*/
}
#continfos{
padding-left: 2px;
/*margin-left: -9px;
width: 100%;*/
}
#continfot{
padding-left: 2px;
/*margin-left: -9px;
width: 100%;*/
}

.fields-container{
margin-bottom: 10px;
}

.fields-container > input{
text-align: center;
}

.back-btn{
background: #2e4475;
border-radius: 3px;
color: #fff;
width: 49%;
}
.next-btn{
background: #fccf3d;
border-radius: 3px;
color: #fff;
width: 49%;
}

.profile-pic{
display:none;
}

#hint-text{
display:inline-block;
}

.headinfo{
margin-bottom: 30px;
margin-top: 30px;
}

.loginbox input{
text-align: center
}

.total-cell > div{
display: inline-block;
}

.left-chart-cont{
margin: 20px 0;
border-right: 1px solid rgba(223, 222, 228, 0.9);  
}

.right-chart-cont{
margin: 20px 0;
}

.chart-period > span{
display:block;
padding: 5px 0;
}

#chart-body{
box-shadow: 0px 1px 5px 1px #B9B9B9;
padding: 0 10px;
background-color: #fff;
-webkit-box-shadow: 0px 1px 5px 1px rgba(185,185,185,1);
-moz-box-shadow: 0px 1px 5px 1px rgba(185,185,185,1);
width: 100%;
}

#latest-news{
box-shadow: 0px 1px 5px 1px #B9B9B9;
padding: 0px;
background-color: #fff;
-webkit-box-shadow: 0px 1px 5px 1px rgba(185,185,185,1);
-moz-box-shadow: 0px 1px 5px 1px rgba(185,185,185,1);
float: left;
width: 100%;
}

#chart-container{
margin-bottom: 30px;
}

.news-account > img{
z-index: -1;
}

.news-body{
height: 150px;
position: absolute;
bottom:0px;
background: rgba(56, 147, 178, 0.5);
width: 100%;
padding: 20px;
color: #fff;
}

.news-body > p.title{
font-size: 1.4em;
/*font-family: 'MyriadPro-Bold';*/
}

.readmore-btn{
/*font-family: 'MyriadPro-Regular';*/
background: #fbce3e;
font-weight: bold;
color: #2e437a;
}
.fa-2x {
float: right;
}

.fromacc{
width: 50%;
}

.nav-keys ul{
margin:0;
margin-top:10px;
}

.field-caption{
padding-top: 10px;
}


.generalBox
{
border-width: 0px 0px 15px;
border-style: solid;
border-color: #C6B17D;
position: relative;
z-index: 2;
border-radius: 25px;
margin-bottom: 20px;
margin-top: 20px;
padding: 79px;
/*width:35%;*/
/*margin-left: -9px;*/
background-color: #fff;
}


.container, .container-fluid {
  
}

.container.have-tooltip {
  display: flex;
  justify-content: center;
  align-content: center;
  border-radius: 25px;
}


#vertical, .col-sm-9, col-md-9 {
  width: 100% !important;
}


@media (max-width: 767px) {
.field-div > .form-control{
width: 100%;
}
}




#accountInfoFrom .page-header{
margin: 10px 8px;
}

#accountInfoFrom .page-header > h4{
margin-top: 0px;
margin-bottom: 0px;
}

#accountInfoFrom .form-group{
margin-bottom: 0px;
}

#Vertical_Menu .panel-group .panel + .panel {
margin-top:5px;
}

.vertical-menu{
margin: 0 -15px;
/*padding: 0px; /*AJ*/
}

.pageTitle{
  background: #C6B17D;
  padding: 5px 45px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}

.pageTitleCustom{
  background: #2e4476;
    padding: 5px 45px;
    color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    font-weight: bold;
    margin-bottom: 20px;
}

.customTitleForm{
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-content: center;
}

.page-panel{
/*  border-style: none ;*/
}

.headerTable{
color: #333333;
background-image: linear-gradient(to bottom, #C6B17D 0%, #f6f1e9 100%);
background: -webkit-linear-gradient(#C6B17D 0%, #f6f1e9 100%);
padding: 20px; 
text-align: center;
}

#accordion{
padding-right: 0;
padding-left: 0;
}

#myCarousel .item{
height: 430px;
background: linear-gradient(225deg,#f6f1e9,#C6B17D); 
}

#acc-quick-links{
top: 150px;
height: 280px;
overflow-y: auto;
background: #2E437A none repeat scroll 0% 0%;
}

#recent-transactions{
  overflow-y: auto;
  height: 340px;
}

.hand-cursor{
  cursor: pointer;
}

.form-control-curr{
  display: contents;
}

.numberTextTable{
  text-align: right;
}

.login-circle{
font-size: 13px;
padding: 2px 0px 3px 0px;
}

.login-li{
  padding-bottom: 7px;
  padding-top: 7px;
}

.login-text{
padding-left: 10px;
}
#recent-transactions ul li{
border-top: 1px solid #d5d5d5;
padding: 5px 15px;
}

#latest-news{
margin: 20px 0xp;
}

#accountInfoTo .form-group {
margin-bottom: 0px;
}

.account{
float: left;
}

.extra-actions{
float: right;
}

.logo\.log_out {
  display: none;
}

.tab-menu-class{
  min-width:100px;   
}

.tab-menu{
  
}



.sub-menu{
}

.sub-menu-class{
  width:100%;
  text-align: left;
  white-space:normal;
}

/*
@media (max-width: 320px) {
  .navbar-default:not(#menu-bar){
   display: none;
  }
}


@media (max-width: 767px) {
  .navbar-default:not(#menu-bar){
   display: none;
  }
}

*/

/*
@media (min-width: 768px) {
  #menu-bar{
   display: none;
  }
}
*/

.circle-THA20{
display: inline-block;
width: 50px;
height: 50px;
border-radius: 50%;
text-align: center;
font-size: 50%;
color: #fff;
line-height: 25px;
padding: 10px;
}


.custom-header {
    border-bottom: 1px solid #d5d5d5;
    text-align: center;
    margin-bottom: 20px;
}
.custom-header label {
    margin: 10px 100px;
}


#accountInfoTo .form-group{
  margin-bottom: 0px;
}

.inline-block{
display:inline-block;
}

.div-border{
  border;border-radius: 25px;
  border: 2px solid #2e4476;
  padding: 20px;
}

.activeTab2{
background: #aaa;
color: #fff;
font-weight: bold;
}




/*.field-div > .form-control{
width: auto;
}*/

.current-step {
    color: #fff;
    background: #000;
}
.step-number {
        margin-left: 10px;
    float: right;
    background: #fff;
    border-radius: 50% 50%;
    width: 20px;
    color: #000;
    text-align: center;
    border: 1px solid #064D8C;
    margin-right: 10px;
}

.field-div{
  clear:both;
}

.label-div{
/*clear:both;*/
}

.custom-btn{
  width: 100px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.white-text{
  color:#fff;
  font-weight: bold;  
}

.black-text{
  color:#000;
  font-weight: bold;  
}

.custom-login-alert {
    padding: 12px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.custom-login-btn{
  margin-top:-10px;
}

.custom-li-height{
  height:40px;
  border-left: 1px solid white;
  border-right: 1px solid white;
  background-color: #fff;
}

.custom-tabs-style{
  margin-top:10px;
  margin-left:10px;
}

.customPageTitle{
background: #2e4476;
/*padding: 5px 45px;*/
color: #fff;
font-weight: bold;
margin-bottom: 20px;
    height: 40px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.custom-chart-font-family{
  /*font-family: MyriadPro-Regular;*/
}

.arrow-color{
color: #064D8C;
}

.locator-img{
  padding: 5px;
  width: 75px;
}


.logo.log_out {
    width: 70%;
    height: 70px;
    margin-left: auto;
    float: none;
    background-image: url(https://res.cloudinary.com/summitbank/image/upload/v1751033129/FAC_7218_pwsnff.jpg);
    background-size: 200px;
    text-align: center;
}

.custom-h1{
    display: block;
    color: white;
    font-size: 27px;
    line-height: 33px;
    font-weight: 300;
    text-transform: uppercase;
}

.login_form_cus {
    /*position: static;
    right: 1px;
    display: inline-block;
    margin-left: auto;
    padding-top: 15%;
    font-size: 14px;
    text-align: justify;*/
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
    z-index: 2;
    position: relative;
}

.log_out_title {
    display: inline-block;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 30px;
    padding-top: 20px;
    text-align: center;
}

.button.login {   
    height: 50px;
    border-color: #fbcf3d;
    box-shadow: none;
    color: #223c72;
    font-size: 16px;
    line-height: 50px;
    font-weight: 400;
    width: 50%;
}

.button.highlight {
    border-color: #fbcf3d;
    background-image: -webkit-linear-gradient(#fbcf3d, #ffc521);
    background-image: linear-gradient(#fbcf3d, #ffc521);
    box-shadow: none;
    color: #223c72;
}

.login {
    color: #f0f0f0;
}

.button {
    display: inline-block;
    min-width: 80px;
    margin-right: 3px;
    margin-bottom: 10px;
    padding: 0px 8px;
    float: none;
    clear: none;
    border: 1px solid #fbcf3d;
    border-radius: 3px;
    background-color: #fbcf3d;
    box-shadow: none;
    color: #0376b4;
    font-size: 13px;
    line-height: 26px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.w-inline-block {
    max-width: 100%;
    display: inline-block;
}

.log_out_small_title {
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
}

.contact_line {
    margin-bottom: 1px;
    padding: 7px;
    background-color: #0f9b8f;
    color: white;
    text-align: justify;
}

.loginbox {
    display: block;
    width: 380px;
    margin-bottom: 20px;
    padding: 10px;
}

.bold_r {
    float: right;
    font-weight: 700;
}

.login_form_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;   
    color: white;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    background-image: url('https://res.cloudinary.com/summitbank/image/upload/v1750755133/credit-cards_mve1va.png');
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 9999;
}

.login_form_wrapper::before{
  content: "";
  position: absolute;
  z-index: 1;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.7);
}

.time_Dep_Inner_Form{
  margin-top:25px; 
  margin-left:25px;
}
.text-login-page{
  font-weight:normal;
}

.login-icons-style{
  font-size:10px;
}

a {
    color: #2F3237;
}



.hidden-on-print {
  display: inline-flex;
  align-items: center;
  margin-right: 5px;
}

#login_2_jsp.container {
  display: flex;
  justify-content: center;
  align-items: center;
}


.acc-nickname{
  float: left !important;
}

.acc-nickname-edit{
  float: right !important;
}


.btn-primary {
    color: #428bca;
}

.btn-primary:hover {
    color: #428bca;
}

.btn-primary:focus {
    color: #428bca;
}

.auto-height{
    height: auto;
}

.traDesc{
  font-size: 12px; 
}

.traDate{
font-weight: bold;
}

.traAmt{
font-weight: bold;
text-align: right;
}

.loading-position{
  margin-top: 50%;
  margin-bottom: 50%;
  margin-left: 50%;
  margin-right: 50%;
}


.bold_r_ar{ 
  font-weight: 700; 
}
.sign_out_page_ar_float{
  float:right;
}

.contact_info {
    width: 50%;
    display: block;
    margin: 0 auto;
}


.checkout-margin{
  margin-top : 20px !important;
  margin-bottom : 100px !important; 
}


.leftsidecontent_login
{
border-width: 0 0 10px;
border-style: solid;
border-color: #000 #000 #C6B17D #000;
min-height: 500px;
margin-bottom: 20px;
margin-top: 20px;
padding: 20px;
border-radius: 25px;
/*width:35%;*/
/*margin-left: -9px;*/
background-color: #fff;
position: relative;
z-index: 2;
}

/* #Media Queries 
================================================== */
#inner_header_user_info{
  display: none;
  background-color: none;
}
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  
  #donutchart1{
    font-family: MyriadPro-Bold;
  }
  
  .footercontactinfo, .footerlocationinfo, .footerlastinfo{
    border: 0px !important;
  }
  
  .header-icons-height{
    margin-top:-20px !important;
    height:60px;  
  }
  
  g text {
    color: red !important;
  }
  
  .tmp-class{
    margin: 2px -275px 0px !important;
  }
  
  #carousel-example-generic-tips{
    height: 383px !important;
  }

  
  .navbar-toggle-main {  
    min-height: 40px;
    background-color: transparent !important;
    background-image: none !important;   
    float:left;
    margin-left:10px;
    margin-top:15px; 
  }
  .acc-nickname{
    float: none !important;
  }
  
  #header_user_info{
    display:none;
  }
  #inner_header_user_info{
    display: inline-block;  
  }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

.display-acc-nickname {
    width: 100%;
    display: inline-block;
}

.pref-curr-margin{
  margin-bottom: -20px;
}

.display-block{
  display: block;
}

.display-block-none{
     display: inline-block;
}

.display-block-inline{
  display: block;
}

.display-block-inline-none{
  display: block;
}

.display-curr{
  display: inline-block;/* table-cell */
  
}
  #example_filter{
    text-align: left !important;
    margin-top: 10px;
  }
  
  #functionTable_filter{
     text-align: left !important;
  }
  
  .align-cardless-btn{    
    display: block;
  }
  .activeTab {
  min-height: 40px;
  padding-top: 3px;
  margin-bottom: 0px;
  border-style: none;
  border-radius: 0;
  color: #000;  
  background-image: linear-gradient(#064D8C, #0F9B8F);
  background: -webkit-linear-gradient(#064D8C, #0F9B8F);
  }
  
  .mob-active-tab{
    display: inline-block !important;
    width: 49%;
  }
  
 .header-icons-height{
    margin-top:-20px !important;
    height:60px;  
  }
  

  .acc-nickname{
    float: none !important;
  }

  #header_user_info{
    display:none;
  }
  
  #inner_header_user_info{
    display: inline-block;  
  }
  
  .tmp-class{
    margin: 2px -275px 0px !important;
  }
  
   #carousel-example-generic-tips{
    height: 383px !important;
  }
  
  .navbar-toggle-main {  
    min-height: 40px;
    background-color: transparent !important;
    background-image: none !important;   
    float:left;
    margin-left:10px;
    margin-top:15px; 
  }
  
  .header-logo-sm-align{
    float:right;
  }
   .footercontactinfo, .footerlocationinfo, .footerlastinfo{
    border: 0px !important;
  }
  
  .glyphicon-top{
    top:25% !important;
  }
  
  /*.slider-adv-bottom{
    bottom: 320px !important;
    text-align: end;
  }
  */
  .adv-login-height{
    height: 150px !important;
  }
  
  .mainPage-charts-marg-top{
    /*margin-top:-100px !important;*/
  }
  
  /*.right-chart-cont{
    margin: 20px 0;
    margin-top: 130px !important;
  }*/
  
  
.button.login {      
    width: 100% !important;
}

.contact_line{
  height:50px !important;
}

.contact_info{
  width: 100% !important;
}

.signOut-page-logo-size{
  width:150px !important;
}
  
}


.rightsidecontentt {
  height: 170px;
}

.glyphicon-top{
  top:25%;
}

/*.slider-adv-bottom{
  bottom: 20px;
}
*/
.adv-login-height{
  height: 450px;
}

.mainPage-charts-marg-top{
/* margin-top:-100px;*/
}

.signOut-page-logo-size{
  width:250px;
}

.pageTitleCustom{                          
                  background: #C6B17D;                 
                   padding: 5px 45px;                     
                   color: #fff;                     
                   position: absolute;                      
                   width: 100%;                 
                   left: 0;                             
                   font-weight: bold;                       
                   margin-bottom: 20px;
                   z-index: 1                              
               }                             
                                             
               
.custom_menu_label_mar_bottom{  
  margin-bottom: 50px;
}


input[type="file"] { 
   /* padding-bottom: 35px;*/
    padding-top: 0px;
}

.display-table{
  display: table;
  width: 100%;
}

.display-block{
  display: block;
}


@-webkit-keyframes myanimation {
  from {
    left: 0%;
  }
  to {
    left: 50%;
  }
}
h1 {
  text-align: center;
  font-family: 'PT Sans Caption', sans-serif;
  font-weight: 400;
  font-size: 30px;
  padding: 20px 0;
  color: #777;
}

.checkout-wrap {
  color: #444;
  font-family: 'PT Sans Caption', sans-serif;
  margin: 40px auto;
  max-width: 1200px;
  position: relative;
}

ul.checkout-bar {
  margin: 0 20px;
}

ul.checkout-bar li {
  color: #ccc;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 20px 14px 80px;
  position: relative;
}
ul.checkout-bar li:before {
  -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
  background: #ddd;
  border: 2px solid #FFF;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  left: 20px;
  line-height: 37px;
  height: 35px;
  position: absolute;
  text-align: center;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  top: 4px;
  width: 35px;
  z-index: 999;
}
ul.checkout-bar li.active {
  color: #FBCF3D;
  font-weight: bold;
}
ul.checkout-bar li.active:before {
  background: #FBCF3D;
  z-index: 99999;
}
ul.checkout-bar li.visited {
  background: #ECECEC;
  color: #57aed1;
  z-index: 99999;
}
ul.checkout-bar li.visited:before {
  background: #57aed1;
  z-index: 99999;
}
ul.checkout-bar li:nth-child(1):before {
  content: "1";
}
ul.checkout-bar li:nth-child(2):before {
  content: "2";
}
ul.checkout-bar li:nth-child(3):before {
  content: "3";
}
ul.checkout-bar li:nth-child(4):before {
  content: "4";
}
ul.checkout-bar li:nth-child(5):before {
  content: "5";
}
ul.checkout-bar li:nth-child(6):before {
  content: "6";
}
ul.checkout-bar a {
  color: #57aed1;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

ul.checkout-bar li.active:last-child:after {
  width: 65%;
  border-radius: 0 5px 5px 0;
}

@media all and (min-width: 800px) {

  

  .checkout-bar li.active:after {
    -webkit-animation: myanimation 3s 0;
    background-size: 35px 35px;
    background-color: #FBCF3D;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    content: "";
    height: 15px;
    width: 100%;
    left: 50%;
    position: absolute;
    top: -50px;
    z-index: 0;
  }

  .checkout-wrap {
    margin: 80px auto;
  }

  ul.checkout-bar {
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    background-size: 35px 35px;
    background-color: #EcEcEc;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
    border-radius: 15px;
    height: 15px;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    width: 100%;
  }
  ul.checkout-bar:before {
    background-size: 35px 35px;
    background-color: #57aed1;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    content: " ";
    height: 15px;
    left: 0;
    position: absolute;
    width: 10%;
  }
  ul.checkout-bar li {
    display: inline-block;
    margin: 50px 0 0;
    padding: 0;
    text-align: center;
    width: 24%;
  }
  ul.checkout-bar li:before {
    height: 45px;
    left: 40%;
    line-height: 45px;
    position: absolute;
    top: -65px;
    width: 45px;
    z-index: 99;
  }
  ul.checkout-bar li.visited {
    background: none;
  }
  ul.checkout-bar li.visited:after {
    background-size: 35px 35px;
    background-color: #57aed1;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    content: "" ;
    height: 15px;
    left: 50%;
    position: absolute;
    top: -50px;
    width: 100%;
    z-index: 99;
  }
}

/*checkout end */ 

.have-tooltip .tooltip{
  width : 200px;
}

table {
    font-size: 14px;
}

.btn-primary {
  background-color: #AF1F23;
  background-image: linear-gradient(to bottom, #E35357 0, #AF1F23 100%);
  border-color: #AF1F23;
}

.btn-primary:hover, .btn-primary:active:focus, btn-primary:active:hover {
  background-color: #AF1F23;
  background-image: linear-gradient(to bottom, #E35357 0, #AF1F23 100%);
  border-color: #AF1F23;
}


.language-align{
  text-align: left !important;    
}

.red-text{
  color:#FF0000;
}

.fotter-border{
  border-right-style: solid;
  border-right-color: #EEE;
  border-radius: 3px;  
  height: 170px;
}

.text-danger {
    color: #FF0000;
}


#latest-news-xs{
box-shadow: 0px 1px 5px 1px #B9B9B9;
padding: 0px;
background-color: #fff;
-webkit-box-shadow: 0px 1px 5px 1px rgba(185,185,185,1);
-moz-box-shadow: 0px 1px 5px 1px rgba(185,185,185,1);
float: left;
width: 100%;
}

.latest-news-slider{
    margin-bottom: -10px !important;
    margin-left: 0px !important;
}

.btn-primary, .btn-primary:focus, .btn-primary:hover {
    color: #fff;
}

.acct-info-title-margin-top{
  margin-top: 75px !important;
}

.charges-panel-margin-left{
  margin-left: -15px;
}

.text-align-left{
  text-align: left !important;
}

.popover-content {
    width: 200px;
    padding: 9px 14px;
}


  
.text-align-right-1{
  width: 80%;
  text-align: right !important;
}

.text-align-right-2{
  width: 20%;
  text-align: right !important;
}

.panel, .panel-default{
  position: relative;
  z-index: 2;
  height: auto;
  margin-top: 10rem;
  width: 100%;
}

.panel-body {
  max-width: 100%;
  background-color: #f6f1e9; /* light, clean background */
  border-radius:30px 30px 30px 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: center;
  margin: 0% 25% 10% 25%;
} 

#Main_Page, .conatiner-fluid{
/* padding : 0px;*/
 min-height:70vh; 

display: flex;
justify-content: center;
/*padding: 15px; /*this css only for vertical menu*/

}

.btn, .btn-primary[disabled] {
  background-color: #eee;
  margin-left: 15px;
  
}

.btn, .btn-primary[disabled]:hover {
  background-color: #eee;
  
}

.activeTab {
min-height: 80px;
margin-bottom: 0px;
border-style: none;
border-radius: 0;
color: #000;

background-image: linear-gradient(#AF1F23, #AF1F23);
background: -webkit-linear-gradient(#AF1F23, #AF1F23);
}

.col-md-12 {
  display: flex;
  justify-content: center;
  align-content: center;
  
}

.col-md-3.label-div {
  width: 100%;
  display: flex;
}


.col-md-9.field-div {
  width: 100%;
  display: flex;
}

#IBS.form-horizontal.customTitleForm {
  display: flex;
  justify-content: center;
  align-content: center;
}

.comprehensive-footer {
  width: 100% !important;
}



#page-content.container {
 /* width: 100%; */
}

.col-md-12.custom-login-btn {
  display: flex;
  justify-content: center;
  align-content: center;
}


.panel {
  display: flex;
  flex-direction: column;
  border: none !important;
  justify-content: center;
  align-items: center;
  height: fit-content;
}


.nav-tabs.nav-justified {
  width: 80rem;
  /* margin: 0% 25% 1% 25%; */
}

.hidden-xs {
  width: 80rem;
  /* margin: 0% 25% 1% 25%; */
}

.panel-default {
  border-color: none !important;
}

