/*
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 : 17.12.2015, 14:04:31
    Author     : Owner
*/

/*
Patri k main.js

*/

/*preloader*/
.preloader{ position: fixed;top:0;bottom: 0;left: 0;right: 0;background-color: rgba(255,255,255,0.6);z-index: 9999;display:none;opacity:0; }
.preloader div{ margin-left: -80px;margin-top: -12px;background-image: url(../img/preloaders.gif);width: 160px;height: 24px;top: 50%;left: 50%;background-repeat: no-repeat;position: absolute;}


/*boxInfo*/

.isa_info, .isa_success, .isa_warning, .isa_error {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    -moz-border-radius:.5em;
    -webkit-border-radius:.5em;
    border-radius:.5em;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -450px;;
    width: 900px;
    z-index: 1000;
    text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
    font-weight: bold;
    display:none;
    opacity: 0;
 
}
.isa_info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../img/isa/info.png');
}
.isa_success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../img/isa/success.png');
}
.isa_warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../img/isa/warning.png');
}
.isa_error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../img/isa/error.png');
    
}