/* Add any CSS overrides in this document */
#loading-blocker
{
	background: #f5f5f5;
}
/* Logo */
#loginPage-contentHeader .loginPage-logo
{
    background-image: url(../Content.migrated/Images/whitelabel/logo.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
/* Add any CSS overrides in this document */
/* Main page background */
#loginPage
{
    background-image: url(https://accucount.a1innovationgroup.com/AccuCount/api/resource/staticresourcefile/homePage.jpg);
	background-repeat: no-repeat;
}
#loginPage-windowsAuthentication
{
                visibility : hidden;
}
/* Reset password Logo */
#passwordResetPage-contentHeader .passwordResetPage-logo
{
    background-image: url(../Content.migrated/Images/whitelabel/logo.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
#passwordResetPage-windowsAuthentication
{
                visibility : hidden;
}

@font-face {
  font-family:Poppins-Regular;
  src: url(https://accucount.a1innovationgroup.com/AccuCount/api/resource/staticresourcefile/Poppins-Regular.ttf
);
  
.ui-dialog > .ui-widget-header {background: #313846;}

}

.ui-widget-content .menuControlItem-caption{
	border: 1px solid #dddddd;
  	background-color: #313a46;
	color: #8391A2 !important;
  	border: 0;
  	font-size: 16px;
}

.ui-widget-content .menuControlItem-caption:hover {
	color: #DDF5DA !important;
  	font-weight: bold;
}

.tooltip-container {
  background-color: #FFFFFF !important;
  color: #6C757D !important;
  border: 1px solid #cccccc !important; /* Light gray border */
  font-family: Poppins-Regular !important;
}