.login_background{
	background: url('../img/bg-1.png');
    backdrop-filter: brightness(0.8);
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
}
.login_background .sh-pagebody{
	padding: 0px !important;
}
.white-bg-box{
    background: white;
    box-shadow: 1px 3px 10px -5px gray;
    padding: 20px;
}
.border-none{
    border: none;
 }
 .button-column .view{
    background: chocolate;
    color: white;
    padding: 7px 9.5px;
    line-height: 35px;
 }
 .button-column .update{
    background:green;
    color: white;
    padding: 7px 9px;
    line-height: 35px;
 }
 .button-column .delete{
    background: red;
    color: white;
    padding: 7px 10.5px;  
    line-height: 35px;
 }
 .grid-view .button-column
 {
   width: 140px;
 }
.bank-icon-div{
   margin-top: 32px;
}
.bank-icon-div i{
   font-size: 54px;
}
.dashboard-box-with-header .shortcut-icon span{
   font-size: 16px;
}
/*.grid-view{
   overflow-x: scroll;
}*/
/*.grid-view th{
   min-width: max-content;
}*/
.right-site-logout
{
   vertical-align: bottom;
   right: 20px;
   color: white;
   position: relative;
   bottom: 10px;
   font-size: 18px;
}
.right-site-logout:hover,.right-site-logout:active,.right-site-logout:focus
{
   color: gold !important;
   font-size: 18px;
}
.no-padding{
   padding: 0px;
}
.padding_5px{
   padding: 5px;
}
.min-width-300{
 min-width: 300px;
 font-size: 16px;
}
.min-width-300 option{
   font-size: 18px !important;
}
#verification-request-grid{
   width: 100%;
   overflow-y: auto;
}
.rdiobox input[type='radio']:checked + span:before {
   opacity: .90 !important;
   background-color: darkblue !important;
   border-color: transparent;
}
.rdiobox input[type='radio'][disabled] + span, .rdiobox input[type='radio'][disabled] + span:before, .rdiobox input[type='radio'][disabled] + span:after {
 opacity: .90 !important;
}
.btn_info{
   background-color: #3579c6 !important;
   border: none !important;
   color: white;
}
.btn_info:hover, .btn_info:active{
   background-color: #033e81 !important;
   color: white !important;
   border-color: #033e81 !important;
   border: 1px solid;   
}
.text-purple{
   color: #c700c7;
}
.errorSummary {
   border-width: 0;
   border-radius: 0;
   padding: 15px 20px;
   position: relative;
   color: #721c24;
   background-color: #f8d7da;
   border-color: #f5c6cb;
   margin-bottom: 20px;
}