﻿/*
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 : 29 Dec, 2017, 2:53:35 PM
    Author     : Laxmi Prasad Mishra
*/


.ipos-input, .ipos-input:focus, .ipos-input:hover {
    border: none;
    font-size: 20px;
    color: #1190e0;
    width: 120px!important; 
    background: transparent;
}

.ipos-input.sip-months {
    width: 40px!important;
}

.ipos-input.return-cal-box {
    width: 300px!important;
}


.rea-mod-time {
    width: 110px!important;
    
}
.rea-mod-time li a {
    padding:8px 16px;
}

/*.rea-mod-time {
    width: 110px!important;
    height: 68px!important;
}

.rea-mod-time > li > a {
    line-height: 0px;
}*/





.isa_info, .isa_success, .isa_warning, .isa_error {
    margin: 0px auto;
    padding: 10px;
    font-size: 12px;
 
}
.isa_info {
    color: #00529B;
    background-color: #BDE5F8;
}
.isa_success {
    color: #4F8A10;
    background-color: #DFF2BF;
}
.isa_warning {
    color: #9F6000;
    background-color: #FEEFB3;
}
.isa_error-fullwidth { width:100%!important; display:block; }

.isa_error {
    color: #D8000C;
    background-color: #FFD2D2;
    position: static;
    width: auto;
    display: inline-block;
    margin: 0 auto;
}

