﻿.msgBoxAlert {
    background-color: rgba(0, 0, 0, .075);
    color: #33CCCC;
    font-family: sans-serif;
    font-size: 12px;
    left: 450px;
    margin: 0 auto;
    top: 30px;
    position: absolute;
    border-radius: 5px;
    height: 50px;
    min-width: 150px;
    z-index: 1000000;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #428bca;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #428bca;
    opacity: 0.7;
    /*color:white;*/
    text-align: match-parent;
    font-weight: bold;
    padding: 0px 10px 0px 10px;
}

.msgBoxAlert1 {
    color: #33CCCC;
    font-family: sans-serif;
    font-size: 12px;
    border-radius: 5px;
    margin-left: 10px;
    opacity: 0.7;
    /*color:white;*/
    text-align: match-parent;
    font-weight: bold;
}

#nav ul {
    list-style: none;
    position: absolute;
    z-index: 1;
    background-color: white;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#nav ul {
    border: 1px solid #cccccc;
}

    #nav ul li {
        padding: 5px;
        margin: 5px;
    }

        #nav ul li:hover {
            background-color: lightblue;
            /*color: white;*/
        }

        #nav ul li a:hover {
            color: white;
        }

.msgBoxAlert1 {
    text-align: center;
}

table > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

th a {
    color: #fff;
}

    th a:hover {
        color: #fff;
    }

td, th {
    padding: 8px;
    border: 1px solid #e7e7e7;
}

table > tbody > tr:hover {
    background-color: #f5f5f5;
}

table {
    width: 100%;
}

.table {
    border: 1px solid #e7e7e7;
    margin-top: 8px;
}

a:focus, a:hover {
    text-decoration: none;
}

td > label {
    font-weight: 100;
}
/*a {
    color: #337ab7 !important;
    text-decoration: none !important;
}*/
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    height: 31px;
}

#btnPostback:focus {
    outline: 0;
}

#btnPostback:hover {
    background-color: #fff;
}
