/* 
    Document   : mainsite
    Created on : 2011-07-27, 20:31:02
    Author     : solenzo
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/






@font-face {
    font-family: 'AllerLight';
    src: url('../fonts/Aller_Lt.ttf');
}
@font-face {
    font-family: 'AllerBold';
    src: url('../fonts/Aller_Bd.ttf');
}
@font-face {
    font-family: 'AllerRegular';
    src: url('../fonts/Aller_Rg.ttf');
}
@font-face {
    font-family: 'AllerDisplay';
    src: url('../fonts/AllerDisplay.ttf');
}



root { 
    display: block;
}
html {
    height: 100%;

}
body 
{
    font-family:AllerLight !important;
    padding:0;
    margin:0;
    height:100%; 
    background-color:white !important;
    
    -moz-osx-font-smoothing: grayscale !important;
    -webkit-font-smoothing: antialiased !important;

}


/*******************************************************/
/* KOMUNIKAT FLASH                                     */
/*******************************************************/
.komunikat{
font-family:"Ubuntu",sans-serif;
    font-size:14px;
    line-height:1.4;
    font-weight:500;
    color:red;
   
    margin-top:20px;
    padding-top:20px;
    padding-bottom:20px;
    border-top:1px solid #C49B59;
    border-bottom:1px solid #C49B59;
}
.komunikat_global{
    position:relative;float:left;width:100%;color:#FF0000;font-size:20px;
}


.errorsummary {
    font-family:"Ubuntu",sans-serif;
    font-size:14px;
    line-height:1.4;
    font-weight:500;
    color:red;
   
    margin-top:20px;
    padding-top:20px;
    padding-bottom:20px;
    border-top:1px solid #C49B59;
    border-bottom:1px solid #C49B59;
    /*background-image: url('../images/information_icon.png');
    background-position:bottom right;
    background-repeat: no-repeat;
    background-size:5% auto;*/

}
.errorsummary  ul{list-style-type:none;font-weight:normal;margin-bottom:0;}

.mycancel{display:none !important;border:2px solid red;}
.flash-success{
    font-family:"Ubuntu",sans-serif;
    font-size:14px;
    line-height:1.4;
    font-weight:500;
    color:red;
   
    margin-top:20px;
    padding-top:20px;
    padding-bottom:20px;
    border-top:1px solid #C49B59;
    border-bottom:1px solid #C49B59;
    
}