﻿/*
To implement custom css rules for eHOG application rename this
    file to inhouse.css.    
*/


/*This css rule will remove the yellow background from all configurable messages*/
 .tdg-content .config-message-background
{
	background-color: transparent;
}

/*This css rule will remove the purple background from all configurable messages that need to be edited*/
.config-message-highlight
{
	background-color: transparent;
}

.tdg-content .btn-continue:hover
{
background-color: #ed7d31;
background- image:linear-gradient( #ed7d31, #ed7d31);
}

.tdg-content .btn-continue
{
background-color: #ed7d31;
background-image:linear-gradient( #ed7d31, #ed7d31);
}