File: D:/HostingSpaces/SBogers85/equichecker.com/resources/assets/sass/equichecker/_variables.scss
$backgroundColor: rgb(35, 50, 120);
$panelBackgroundColor: #fff;
$panelHeadBackgroundColor: #384F87;
$textHighlightColor: #3ca7de;
$primaryButtonBackgroundColor: #4565AD;
$primaryButtonTextColor: #fff;
$primaryLinkTextColor: #fff;
$primaryLinkTextHoverColor: #e2e2e2;
$alertBackgroundColor: #f37372;
$alertTextColor: #fff;
$fieldBackgroundColor:rgba(212, 225, 229, 0.2);
$fieldBorderColor:rgba(68, 72, 76, 0.2);
$tableHeadRowBackgroundColor: white;
$tableWidth: 800px;
$panelWidth: 450px;
$mainFont: 'Lato', sans-serif;
// LIGHTS
$red: #c0392b;
$orange: #e67e22;
$green: #25ae47;