﻿.AlertContainer {
    color: #FFFFFF;
    background-color: #f31431;
    border: 0;   
    background-image: url(http://outsysdev/CPRA_Theme/svg/BackgroundPattern.svg)
}

.AlertContent {
    padding-top: 1.2rem;
    padding-bottom: 2rem;
    padding-left: 10%;
    padding-right: 10%;        
    margin-right: auto;
    margin-left: auto;    
    font-size: 1.2rem;
}

.AlertTextContainer {   
    font-weight: 600;
    text-transform: uppercase;            
}

.AlertLinkContainer, .AlertLinkContainer a:link,.AlertLinkContainer a:hover, .AlertLinkContainer a:active, .AlertLinkContainer a:visited {
    color: #FFFFFF;    
    text-align: right;
}
.Cards-Gallery, .ListRecords.Cards-Gallery
{
 justify-content:center;
    padding-left: 10px;
}
.Balloon_content 
{
    /*background-color:#ffcc47 !important;*/
    width:200px !important;
}
.CardBackground
{
    background-color: #edf1f3;
}
.CardSimpleImage
{
    border-width: 4px;
    background-color: white;
    border-radius: 15px !important;
    border-left-color: #4fbc26 !important;
    border-left-style: solid;
    /*-moz-box-shadow: 0px 13px 8px  #E6E5E5   !important;
    -webkit-box-shadow: 0px 13px 8px  #E6E5E5   !important;
    box-shadow: 0px 13px 8px  #4fbc26   !important;#E6E5E5*/
    opacity: 100% !important;
    width: 100%;
    height: 240px;
    max-height: 240px;
    color: #4fbc26;
    font-size: 20px;
    font-weight:600px;
}

.CardSimpleImage:hover
{
    background-color: #4fbc26 !important;
    color:white;
     font-size: 18px;
     border-width: 4px !important;
    border-radius: 15px !important;
    border-left-color: white !important;
    border-left-style: solid !important;
}
.CardSimpleImage .Card_Image img
{
    min-height: 100px !important;
    max-height: 100px !important;
    padding-top:30px !important;
}
.CardSimpleImage .Card_Text
{ 
    width:180px;
    max-width: 180px;
     font-size: 18px;
}