/*
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 : May 8, 2018, 4:31:03 PM
    Author     : olesia
*/

#basic-modal-content {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000;}

/* Container */
#simplemodal-container {height:220px; width:480px; color:#ffffff; background-color:#003D71; border:4px solid #fff; padding:12px;text-align: center;}
#simplemodal-container .simplemodal-data {padding:0 8px;}
#simplemodal-container a {color:#ffb300;}
#simplemodal-container a.inline-btn {text-transform: uppercase; text-decoration: none; background-color: #ffb300; color: #003D71; padding: 6px 9px; margin: 4px 0; }
#simplemodal-container a.inline-btn:hover {text-decoration: underline; }
#simplemodal-container a.modalCloseImg {background:url(x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container h3 {color:#ffb300;}
#simplemodal-container ul {list-style-type: none; margin: 0;}
#simplemodal-container ul li {padding-top: 20px;}


