﻿@import url("/COVOSPublicThemeV2/Theme.COVOSPublicThemeV2.css?2368");

/*
    How to generate a theme for your company: 
    
        1 - Go to http://labs.outsystems.net/ThemeCustomizer/GenerateLiverpool.aspx
        2 - Copy the generated CSS
        3 - Paste it here

*/

.Footer {
    background: rgba(0, 129, 198, 1);
}

/* style for IE 8 warning */
.oldIE {
    background: #fef0c5 none repeat scroll 0 0;
    color: #977202;
    border: 2px solid #977202;
    padding: 20px 40px 20px 110px;
    font-weight: bold;
}

.Title_Section {
    margin-top: 20px !important;
}

.TableRecords {
    border-width: 0;
    margin-top: 0;
}

/* hide the hamburger_menu on mobile */
.Header_RightSection {
   display: none;
}

/* For mobile phones: */
@media only screen and (max-width: 768px) {
    .LongText {
        font-size: 80%;
    }
    
    .RightColumn {
        width: 100%;
    }
}