/*
    base
*/
body {
    position: relative;
}
.navbar-brand img {
    height: 20px;
}
.nav.navbar-nav.navbar-right li.right-menu {
    border-left: solid 1px rgba(13,47,84,0.85);
}
.nav.navbar-nav.navbar-right li.right-menu:last-child {
    border-right: solid 1px rgba(13,47,84,0.85);
}
#overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 19;
    background-color: rgba(0,0,0,0.7);
}
.centered {
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
}
.list-unstyle {
    list-style: none;
}
#navbar-offset {
    height: 60px;
}
.offset {
    height: 50px;
}
footer {
    color: #ccc;
    background-color: #6a6a6a;
    padding: 60px 0;
}
footer a {
    color: #ccc;
}
footer a:hover, footer a:focus {
    color: #fff;
    text-decoration: none;
}
footer hr {
    border-color: #888;
}

/*
    pages
*/
table th, td {
    vertical-align: middle !important;
    word-break: keep-all;
}
.title-num {
    font-size: 40px;
    font-weight: 100;
    text-align: center;
}
.item-1-num-1-table td:nth-of-type(odd) {
    width: 50%;
    text-align: right;
}
.item-1-num-1-table td:nth-of-type(even) {
    width: 50%;
    text-align: left;
}
.multi-item-table th, td {
    text-align: center;
}
.vertical-hr {
    width: 50%;
    border-right: solid #eee 1px;
}
.django-ckeditor-widget {
    width: 100%;
}
#message-container {
    display: none;
    position: fixed;
    top: 70px;
    z-index: 9999;
}
/* sm */
@media(min-width:768px) and (max-width:991px) {
}

/* md */
@media(min-width:992px) and (max-width:1199px) {

}

/* lg */
@media(min-width:1280px) {

}