﻿.ccsnotify_notify {
    width: 200px;
    height: 50px;
    background-color: #028202;
    border: solid 1px #808080;
    border-radius: 5px;
    display: none;
    opacity: 0.8;
    color: white;
    font-family: Verdana, Segoe, sans-serif;
    font-size: 14px;
    text-align: center;
    z-index: 99;
    overflow: hidden;
}

.ccsnotify_alert {
    background-color: #028202;
    border: solid 1px #808080;
    border-radius: 5px;
    display: none;
}

.ccsnotify_salert i {
    color: white;
}

.bsalert span {
    color: #003057;
    font-weight: normal;
    font-size: large;
}

.ccsnotify_confirm {
    border: solid 1px #808080;
    border-radius: 5px;
    display: none;
}

div.ccsnotify_dialog {
    font-family: Verdana, Segoe, sans-serif;
    font-size: 12px;
    position: absolute;
    top: 10%;
    left: 40%;
    width: 350px;
    margin: 0.5rem;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

div.ccsnotify_header {
    padding: 10px;
    background-color: #003057;
    color: #FFA300;
    text-align: center;
    /*    border-radius:5px 5px 0px 0px;*/
    opacity: 1;
}

label.ccsnotify_header {
    width: 100%;
    text-align: center;
}

div.ccsnotify_body {
    padding: 10px;
    background-color: #FFF;
    color: #003057;
    text-align: center;
}

label.ccsnotify_body {
    width: 100%;
    text-align: center;
}

div.ccsnotify_buttonsdiv {
    padding: 10px;
    background-color: #FFF;
    text-align: center;
    /*border-radius: 0px 0px 5px 5px;*/
}

button.ccsnotify_button {
    background-color: #FFFFFF;
    border: solid 1px #003057;
    width: 100px;
    height: 30px;
    color: #003057;
    margin-right: 5px;
}

    button.ccsnotify_button:hover {
        background-color: #003057;
        color: #FFFFFF;
        cursor: pointer;
    }


div.ccsnotify_modal {
    width: 100%;
    height: 100%;
    z-index: 1001;
    top: 0;
    left: 0;
    position: fixed;
}


.notifymessage {
    font-family: Verdana, Segoe, sans-serif;
    font-size: 12px;
}

div.ccsnotify_modalbg {
    opacity: 0.7;
    filter: alpha(opacity=20);
    background-color: #DCDCDC;
    top: 0;
    left: 0;
    position: relative;
    width: 100%;
    height: 100%;
}
