﻿@import url("/Themes/Theme.AXA_Internal.css?1091");

/*
    How to generate a theme for your company: 
    
        1 - Go to http://www.outsystems.com/goto/themegenerator
        2 - Copy the generated CSS
        3 - Paste it here

*/

body, select, textarea, input {
    font-family: Verdana, Geneva, sans-serif;
   color: #003399;
}


.ContainerBorder{
    border: 1px solid #ced4e2;
   }
   
    .HeaderTitle {
        font-family: FranklinGothic, Arial;
        font-size: 32px;
        color: #000099;
        vertical-align: middle;
        padding-top: 60px;
        margin-top: 0px;
    }
    
.Button {
    padding: 15px 30px;
    background-color: #f02849;
    background-image: none;
}
.Button.Is_Default {
    padding: 15px 30px;
    background-color: #f02849;
    background-image: none;
}
.Button:hover {
    box-shadow: none;
    background-color: #c91432;
    background-image: none;
}
.ButtonDefault:hover,
.Button.Is_Default:hover {
    box-shadow: none;
    background-color: #c91432;
    background-image: none;
}




