/*#nav_bar {*/
    /*background-color: red;   !important*/
    /*border-color: red;    !important*/
/*}*/

.navbar-default {
    background-color: #F8F8F*;
    border-color: #E7E7E7;
}
/* Title */
.navbar-default .navbar-brand {
    color: #777;
}

.table-total-header {

    font-weight: bold
}

.table-total {
    font-weight: bold
}

p#ajax-response {
    /*color: #555555;*/
    /*background-color: #ffff00;*/

}

/*.form-group .select2-container {*/
    /*position: relative;*/
    /*z-index: 2;*/
    /*float: left;*/
    /*width: 100%;*/
    /*margin-bottom: 0;*/
    /*display: table;*/
    /*table-layout: fixed;*/
/*}*/

.header-add-menu {
    float: right;
}


.tagbox {
    background-color:#eee;
    border: 1px solid #ccc;
    margin:0px 10px 10px 0px;
    line-height: 200%;
    padding:2px 0 2px 2px;
}
.taglink  {
    padding:2px;
}

.tagbox a, .tagbox a:visited, .tagbox a:active {
    text-decoration:none;
}

.tagcount {
    background-color:white;
    color:red;
    position: relative;
    padding:2px;
}


mykbd {
    padding: 2px 4px;
    font-size: 75%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
}

.categorybox {
    background-color: #6518ee;
    color: #f9f9f9;
    border: 1px solid #ccc;
    margin:10px 10px 10px 10px;
    line-height: 75%;
    padding:2px 2px 2px 2px;

}
.categorylink  {
    padding:2px;
}

.categorybox a, .categorybox a:visited, .categorybox a:active {
    text-decoration:none;
}


districttag {
    /*background-color: #6518ee;*/
    /*color: #ff0000;*/
    /*border: 2px solid #ccc;*/
    /*margin:10px 10px 10px 10px;*/
    /*line-height: 75%;*/
    /*padding:2px 2px 2px 2px;*/

    padding: 2px 4px;
    font-size: 75%;
    color: #6518ee;
    background-color: #f9f9f9;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);

}

.notification {
    background-color: #f9f9f9;
    color: #6518ee;
    text-decoration: none;
    padding:2px 2px 2px 2px;
    position: relative;
    display: inline-block;
    border-radius: 2px;
}

.notification:hover {
    background: green;
}

.notification .badge {
    font-size: 10px;
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 5px 10px;
    border-radius: 50%;
    background: red;
    color: white;
}

daybadge {
    font-size: 10px;
    /*position: absolute;*/
    padding: 5px 5px;
    border-radius: 50%;
    background: #f9f9f9;
    color: red;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);

}