/* NOTIFY */
.trigger_notify_box{
    position: fixed;
    top: 0;
    right: 0;
    font-size: 0.9em;
    font-family: Arial, Helvetica, sans-serif;
    width: 320px;
    max-width: 90%;
    padding-top: 15px;
    padding-right: 15px;
    z-index: 100;
}

.trigger_notify_timer{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4%;
    background: rgba(0, 0, 0, 0.5);
}

.trigger_notify{
    position: relative;
    padding: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.8em;
    overflow: hidden;
    margin-bottom: 15px;
}

.trigger_notify_blue{
    background-color: #008EC0;
    color: #fff;
}

.trigger_notify_green{
    background-color: forestgreen;
    color: #fff;
}

.trigger_notify_danger{
    background-color: rgb(182, 23, 23);
    color: #fff;
}

.trigger_notify_warning{
    background-color: goldenrod;
    color: #fff;
}

.bg {
    background-image: url('img/bg.png');
}

.bg2 {
    background-image: url('img/bg22.png');
}

.textevent {
    font-size: 16px;
}

.row-striped:nth-of-type(odd) {
    background-color: #efefef;
    border-left: 2px #de0000 solid;
}

.row-striped:nth-of-type(even) {
    background-color: #ffffff;
    border-left: 2px #efefef solid;
}

.row-striped {
    padding: 15px 0;
}

/* MY CSS */
.panel-heading{
    background-color: #e1e1e1; 
    border: 1px solid #ccc; 
    border-radius: 3px;
}

.panel-heading .panel-title{
    padding: 10px;
}
.panel-heading a{
    color: #333;
}

.panel-collapse{
    background-color: #f1f1f1;
}

.panel-collapse .panel-body{
    padding: 15px;
}
