/* 
    Document   : customStyles
    Created on : Nov 20, 2018, 9:17:33 AM
    Author     : 1441677
    Description:
        Purpose of the stylesheet follows.
*/

#modalContainer {
    background-color: rgba(0, 0, 0, 0.7);
    position:absolute;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index:10000;
    /* background-image:url(tp.png);  required by MSIE to prevent actions on lower z-index elements */
}

#alertBox {
    position:relative;
    width:500px;
    min-height:100px;
    margin-top:200px;
    border:1px solid #666;
    background-color:#fff;
    background-repeat:no-repeat;
    background-position:20px 30px;
    border-radius: 7px;
}

#modalContainer > #alertBox {
    position:fixed;
}

#alertBox h1 {
    margin:0;
    font:bold 0.9em verdana,arial;
    /*background-color: #FB4E01;*/
    background-color: #1e7ee5;
    color:#FFF;
    /* border-bottom: 1px solid #FF9E72; */
    padding: 5px 0 6px 5px;
    /* border-radius: 5px; */
    font-size: 13px;
}

#alertBox p {
    font:14px verdana,arial;
    /*height:50px;
    margin-left:55px;*/
    padding-left:5px;
    /*width: 100%;*/
    margin: 16px auto;
    text-align: center;
    /* color: #F00; */
    color: red;
    font-weight: blod;
    font-style: italic;
    font-weight: bold;
}

#alertBox #closeBtn {
    display:block;
    position:relative;
    margin:5px auto;
    padding:7px;
    border:0 none;
    width:70px;
    font:0.7em verdana,arial;
    text-transform:uppercase;
    text-align:center;
    color:#FFF;
    background-color: #1e7ee5;
    border-radius: 3px;
    text-decoration:none;
}

/* unrelated styles */

#mContainer {
    position:relative;
    width:600px;
    margin:auto;
    padding:5px;
    border-top:2px solid #000;
    border-bottom:2px solid #000;
    font:0.7em verdana,arial;
}

/*                                h1,h2 {
                                    margin:0;
                                    padding:4px;
                                    font:bold 1.5em verdana;
                                    border-bottom:1px solid #000;
                                }*/

code {
    font-size:1.2em;
    color:#069;
}

#credits {
    position:relative;
    margin:25px auto 0px auto;
    width:350px; 
    font:0.7em verdana;
    border-top:1px solid #000;
    border-bottom:1px solid #000;
    height:90px;
    padding-top:4px;
}

#credits img {
    float:left;
    margin:5px 10px 5px 0px;
    border:1px solid #000000;
    width:100px;
    height:179px;
}

.important {
    background-color:#F5FCC8;
    padding:2px;
}

code span {
    color:green;
}

