.STOF {}

/*a:link, a:visited, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #606090;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: #CC0000;
}*/

.calcBold {
	font-weight: bold;
}
@font-face {
    font-family: 'Outfit';
    src: url('../../wp-content/themes/nakedaccounting/assets/fonts/Outfit/Outfit-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900; /* Variable weight from 100 to 900 */
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Playfair_Display';
    src: url('../../wp-content/themes/nakedaccounting/assets/fonts/Playfair_Display/PlayfairDisplay-Italic-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900; /* Variable weight from 100 to 900 */
    font-style: normal;
	font-display: swap;
}

body{
color: #4B4B4B;
font-family: "Outfit";
    font-weight: 400;
}
input[type=submit], input[type=reset] {
     background: #1EBEA2 !important;
    background-color: #1EBEA2 !important;
    border: 0;
    padding: 7px 15px;
	border-radius: 50px;
    margin-bottom: 5px;
    color: #fff!important;
}
.calcformfield, .calcformfieldFocus, .calcformfieldReadonly {
	font-family: Arial, Helvetica, sans-serif;
	/* font-size: 11px; */
	border-style: solid;
	border-width: 1px;
	border-color: #2D3278;
}
	
.calcformfield {
	color: #FFFFFF;
	background-color: #fff;
}

.calcformfieldFocus {
	color: #FFFFFF;
	background-color: #FFF;
}

.calcformfieldReadonly {
	font-weight: bold;
	/* color: #000000; */
	/* background-color: #E8E8E8; */
}

.calcContainer {
	border-style: solid;
	border-width: 2px;
	border-color: #2D3278;
}

.calcHR {
	margin: 0px;
	padding: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #2D3278;
}

.calcHeader {
	color:#2D3278;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

/* .calclabel {
	color:#2D3278;
} */

.calcrequiredfield {

	color:#CC3300;
}

.calcerrors {
	/* font-size:12px; */
	color:#CC3300;
	padding:10px;
}
/* #resoBox {font-family:Arial, Helvetica, sans-serif;} */