/*
  
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * or OpenGPL v3 license (GNU Public License V3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * or
 * http://www.gnu.org/licenses/gpl-3.0.txt
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to info@e-abi.ee so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this module to newer
 * versions in the future.
 *
 * @category   Eabi
 * @package    Eabi_Dpd
 * @copyright  Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 * @license    http://www.gnu.org/licenses/gpl-3.0.txt  GNU Public License V3.0
 * @author     Matis Halmann
 * 

*/
/* 
    Created on : Dec 29, 2014, 12:23:35 AM
    Author     : Matis
*/
.eabi_carrier
{
    outline: none;
}
.eabi_carrier strong
{
    line-height: 30px;
}
.eabi_carrier.over,
.eabi_carrier:hover
{
    text-decoration: none;
}
.eabi_carrier .eabi_postoffice_comment
{
    display: none;
    line-height: 16px;
    margin-left: 28px;
    margin-top: -30px;
    padding: 14px 20px;
    width: 300px;
    z-index: 10;
}


.eabi_carrier.over .eabi_postoffice_comment,
.eabi_carrier:hover .eabi_postoffice_comment
{
    background: #eff5ea;
    border: 1px solid #95a486;
    color: #3d6611;
    display: inline;
    position: absolute;
}
.callout
{
    border: 0;
    left: -12px;
    position: absolute;
    top: 30px;
    z-index: 20;
}
.eabi_carrier .eabi_postoffice_comment
{
    border-radius: 4px;
    box-shadow: 5px 5px 8px #CCC;
}

.eabi_carrier.over .eabi_postoffice_comment_error,
.eabi_carrier:hover .eabi_postoffice_comment_error {
    background: #faebe7;
    color: #df280a;
    border-color: #f16048;
    
}
