/*
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 : Jan 3, 2019, 12:55:01 PM
    Author     : anshitapatel
*/


    .close {
        float: right;
        font-size: 3px;
        line-height: 1;
        color: #fff !important;
        text-shadow: none;
        filter: alpha(opacity=20);
        opacity: .2;
    }
    button.close {
        background: url(/vendor/codefire/cfusermgmt/web/images/close.png) top left;
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 99999;
        opacity: 1;
        width: 31px;
        height: 31px;
    }
    .modal-header {
        background: #6d9cac;
        color: #fff;
        font-size: 30px;
        font-family: amatic;
    }
    #wishModal {
        width: auto
    }
    #wishModal .modal-body{
        height: 600px;
        overflow-y: scroll;
    }
    #wishModal .wish_grid .about_this_wish {
        margin: 0px !important; 
        padding-left: 0px !important; 
    }
    #wishModal .wish_grid h2 {
         padding-left: 0px !important; 
    }
    .glyphicon-zoom-in {
        color: #8ac33f !important;
        font-size: 28px;
        right: 40px;
        margin-top: 5px;
        -webkit-text-stroke: 2px white;
        cursor: pointer;
    }
    .modal-title {
        color: #fff;
        font-size: 30px;
        margin: 0;
        line-height: 0.5;
        padding-bottom: 0px;
    }