/* 
    Document   : popup.css
    Created on : Oct 19, 2016, 11:23:42 AM
    Author     : Rezaul Karim
    Description:
        Purpose of the stylesheet follows.
*/

 #adModal .modal-header-warning {
        color:#fff;
        padding:9px 15px;
        border-bottom:1px solid #eee;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
    #adModal .click-btn{background-color: #f37003;border:1px solid orange;color:#fff;}
    #adModal .click-btn:hover{background-color: #f37003;border:1px solid orange;color:#fff;}
     #adModal .modal-dialog {margin: 150px auto 30px;}
    #adModal .modal-header {
        border-bottom: none;
        position: relative;
    }
    #adModal .modal-header .btn {
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    #adModal .modal-footer {
        border-top: none;
        text-align: center;
        padding: 25px 15px;
    }
    #adModal .heading1{ color: #aaa;
                        font-size: 30px;
                        font-weight: 300;
                        margin-bottom: 5px;
                        text-align: center;
                        text-transform: uppercase;}
    #adModal .heading2{color: #f37003;
                       margin-top: 0;
                       text-align: center;}
    @media(max-width:768px){
          #adModal .modal-dialog {margin: 50px auto 30px;}
    }

