﻿@import url("/RichWidgets/Theme.SanFrancisco.css?4722");

/*
    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

*/

 @font-barcode {
font-family: 'fontBarcode';
src: url('/fonts/FRE3OF9X.TTF');
src: url('fontsFREE3OF9.ttf');
}

.ButtonSelect {
    text-align: center;
     line-height: 3;
     border-color: #0066A2;
     background: #44AACE;
    font-size: 20px ;
    color: white;
    border-radius: 8px;
}

.ButtonOther {
    text-align: center;
     line-height: 1.5;
     border-color: #0066A2;
     background: #44AACE;
    font-size: 20px ;
    color: white;
    border-radius: 8px;
}

.ButtonOther2 {
    text-align: center;
     line-height: 1;
     border-color: #0066A2;
     background: #44AACE;
    font-size: 14px ;
    color: white;
    border-radius: 8px;
}

.Filler {
    text-align: center;
     line-height: .5;
     border-color: #0066A2;
     background: #44AACE;
    font-size: 20px ;
    color: white;
    border-radius: 8px;
}


.Heading4 {
    font-size: 16px;
    line-height: 1.11;
    color: #444;
    margin-top: 20px;
    font-weight: bold
      
}

.Heading5 {
    font-size: 14px;
    line-height: 1.11;
    color: #444;
    margin-top: 20px;
     
}

.Tabs_Wrapper {
    border: 1px solid transparent;
}

div.Tabs_TabOn, li.Tabs_TabOn {
    background: rgb(242, 242, 242);
    border-bottom: 1px solid rgb(242, 242, 242);
}

ul.Tabs_Header {
    height: 43px;
}

div.Tabs_TabOn, li.Tabs_TabOn,
div.Tabs_TabOff, li.Tabs_TabOff {
    padding: 10px;
}

.Tabs_TabBody.OSAutoMarginTop {
    margin-top: 42px;
}

.Tabs_TabBody {
    padding: 20px;   
}

div.Tabs_TabOff, li.Tabs_TabOff,
a.Tabs_TabOff, a.Tabs_TabOff:link, a.Tabs_TabOff:visited {
    background: #e6e6e6;
}

a.Tabs_TabOff:hover {
    background: #e6e6e6;
    text-decoration: underline;
}




