/* LÄNSSTYRELSEN FORMS CSS - By: Consid AB --------------------------*/

/*CHANGES STYLING OF FORMS OUTSIDE OF STANDARD SITEVISION START -----*/

.sv-field-title-container{
	padding-bottom: 0.4em;
	padding-top: 0.4em;
}

.sv-defaultFormTheme .sv-field-title-container.sv-bold label, .sv-defaultFormTheme .sv-field-title-container.sv-bold span, .sv-defaultFormTheme .sv-field-title-container.sv-bold h1, .sv-defaultFormTheme .sv-field-title-container.sv-bold h2, .sv-defaultFormTheme .sv-field-title-container.sv-bold h3, .sv-defaultFormTheme .sv-field-title-container.sv-bold h4, .sv-defaultFormTheme .sv-field-title-container.sv-bold h5, .sv-defaultFormTheme .sv-field-title-container.sv-bold h6{
	font-weight: 600!Important;
   color: #333333;
   word-break: break-word;
}

.sv-field-title-container label span,
.sv-field-title-container span span{
    color: #b7202c !important;
}

.sv-defaultFormTheme input[type="button"], .sv-defaultFormTheme input[type="submit"], .sv-defaultFormTheme input[type="reset"] {
    padding: 6px 22px;
    border: 1px solid #002f6c;
        border-top-color: rgb(0, 47, 108);
        border-right-color: rgb(0, 47, 108);
        border-bottom-color: rgb(0, 47, 108);
        border-left-color: rgb(0, 47, 108);
    border-radius: 0;
    color: #fff!Important;
    background-color: #002f6c;
    border-color: #002f6c;
    margin-top: 1em;
}

.sv-defaultFormTheme input[type="button"]:hover, .sv-defaultFormTheme input[type="submit"]:hover, .sv-defaultFormTheme input[type="reset"]:hover {
    color: #fff;
    background-color: #005eb8;
    border-color: #005eb8;

}


/*CHANGES STYLING OF FORMS OUTSIDE OF STANDARD SITEVISION END -------*/

