﻿ .modal-backdrop
        {
            background-color: rgba(0, 0, 0, 0.61) !important;
            position: fixed;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            z-index:999;            
            display: none;
        }
        .modal
        {
            top: 20px;
            position: absolute;
            z-index: 9999;
            background: #FFF;
            border-radius: 3px;
            display: none;
            margin: auto !important;
            left: 0 !important;
            right: 0 !important;
        }
        .modal-header
        {
            background-color: #0083A1;
            color: #FFF;
            border-top-right-radius: 3px;
            border-top-left-radius: 3px;            
            padding:3px  10px;
            text-align: left;
            float: left;
            width: 100%;
        }
        .modal-header a
        {
            color: #FFF;
            font-family:Verdana;
            font-size: 16px;
            padding: 0;
            text-align: right;
            float: right;
            text-decoration: none;
        }
        .modal-header h3
        {
            margin: 0;
            line-height:18px;
            font-family:Verdana;  
            font-size: 13px;
            text-transform: uppercase;
            color: #ffffff;
            font-weight: normal;
            width: 80%;
            float: left;
        }
        .modal-header h3 .close-modal
        {
            float: right;
            text-decoration: none;
            color: #FFF;
        }
        .modal-footer
        {
            background-color: #F1F1F1;
            padding: 0 10px 0 10px;
            line-height: 40px;
            text-align: right;
            border-bottom-right-radius: 3px;
            border-bottom-left-radius: 3px;
            border-top: solid 1px #CCC;
        }
        .modal-body
        {
            /*padding: 0 10px 0 10px;*/
            float: left;
            /*width: 100%;
            height: 400px;*/
        }
        .modal-body iframe {
            border: none;
            border-radius: 0 0 3px 3px;
        }





      