﻿@charset "UTF-8";
/* CSS ionora.com december 2012 */
/*
  Based on html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
  v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark html5doctor.com/html-5-reset-stylesheet/
*/


.overlay-header
{
    background-color:#337ab7;
    width:100%;
    color:white;
    font-size:22px;
    font-weight:normal;
}
.overlay-header strong
{
    margin-left:20px;
    position:relative;
    top:-10px;
    z-index:1000000;
}
#OverlayModalPopup
{
    padding:0 !important;
    height: auto!important;
    overflow: hidden;
}
.cmsItem p {
    margin: 0;
}
.overlay-footer {
    padding: 10px 15px;
}
.overlay-footer #btn-remindlater {
    display: inline-block;
    /*margin-left: 10px;*/
    background: #efad4e;
    padding: 10px 15px;
    color: white;
    border-radius: 5px;
}
.overlay-footer #btn-show-previous,
.overlay-footer #btn-show-next,
.overlay-footer .pagination {
    float: left;
    margin-right: 15px;
}
.overlay-footer #btn-show-previous,
.overlay-footer #btn-show-next {
    height: 31px;
    width: 31px;
    border-radius: 1000px;
    color: white;
    background: #6fc4e2;
    border: 2px solid #5ea8cd;
}
.overlay-footer .pagination {
    line-height: 30px;
    font-size: 14px;
    display: inline;
    vertical-align: bottom;
}
.overlay-footer .btnCloseOverlay {
    display: inline-block;
    /*margin-right: 10px;*/
    padding: 10px 15px;
    color: #4d4d4d;
    border-radius: 5px;
    border: 1px solid #4d4d4d;
}