/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 28/06/2015, 15:10:53
    Author     : Deivith
*/

.alert-error{    
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;        
}
.alert-success{
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.custom-alert{          
    font-size: 13px;
    font-family: RobotoLight;
    padding: 10px;    
    margin-bottom: 10px;
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
}


.custom-alert button{
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
    float:right;
    color:#999
}
