.title-dialog-billing{
	padding-bottom: 15px;
	font-size: 1.313em;
	font-weight: bold;
}
.dialog-bank{
	overflow: auto;
	max-height: calc(100% - 10px)
}
.padding-dialog-bank{
	padding: 0px 30px;
}
.content-dialog-bank{
	padding-top: 35px;
}
.section-dialog-expired{
	max-height: 260px;
	position: fixed;
	z-index: 10;
	box-shadow: 0 11px 15px -7px rgba(0,0,0,.2), 0 24px 38px 3px rgba(0,0,0,.14), 0 9px 46px 8px rgba(0,0,0,.12);
	-webkit-box-shadow: 0 11px 15px -7px rgba(0,0,0,.2), 0 24px 38px 3px rgba(0,0,0,.14), 0 9px 46px 8px rgba(0,0,0,.12);
	background: #fff;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	border-radius: 3px;
	overflow: auto;
	height: calc(100% - 120px);
	width: 560px;
	color: #000
}
.section-time-expired{
	padding: 8px 16px;
	background: #edeef0;
	border-radius: 20px;
}
.text-small-expired{
	font-size: 0.75em;
	color: #666666;
	margin-left: 8px;
}
.point-separate{
	margin: 0px 5px;
}
.session-expired{
	padding-bottom: 20px;
}
.bg-dialog-session-expired{
	position: fixed;
	z-index: 9;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
}
.description-dialog-bank{
	padding-bottom: 20px;
	font-size: 0.875em;
}
.padding-btn-dialog-billing{
	padding: 8px 10px 0px 8px;
}
.button-dialog-bank{
	height: 36px;
	padding: 0px 16px;
	font-size: 0.875em;
}
.color-light-blue-5-doc{
	color: #0f9ad6
}
#dialogBankScroll::-webkit-scrollbar {
  width: 3px;
  height: 2px;
}
#dialogBankScroll::-webkit-scrollbar-button{
  width: 0px;
  height: 0px;
}
#dialogBankScroll::-webkit-scrollbar-thumb {
  background: #666666;
  border: 0px none #000;
  border-radius: 50px;
}
#dialogBankScroll::-webkit-scrollbar-thumb:hover {
  background: #1790c7;
}
#dialogBankScroll::-webkit-scrollbar-thumb:active {
  background: #c0c0c0;
}
#dialogBankScroll::-webkit-scrollbar-track {
  background: #e1e1e1;
  border: 0px none #ffffff;
  border-radius: 50px;
}
#dialogBankScroll::-webkit-scrollbar-track:hover,
#dialogBankScroll::-webkit-scrollbar-track:active{
  background: #e1e1e1;
}
#dialogBankScroll::-webkit-scrollbar-corner{
  background: transparent;
}
.session-out{
	max-height: 165px; 
}
@media screen and (max-width: 1200px){
    
} 
@media screen and (max-width: 1024px){

}   
@media screen and (max-width: 800px){
  
}
@media screen and (max-width: 560px){
	.section-dialog-expired{
		width: 100%;
	}
	.session-message{
		max-height: 290px;
	}
  	
}

@media screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape){}
@media screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {}
@media screen and (min-device-width : 320px) and (max-device-width : 569px) and (orientation : landscape){}
@media screen and (min-device-width : 320px) and (max-device-width : 569px) and (orientation : portrait){}

