@import url(http://fonts.googleapis.com/css?family=Oswald:400,300);

html,
body {
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    line-height: 1.32;
    height: 100%;
    background-image: url("../img/bg3.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    color: #ddd;
}

a, a:visited, a:hover {
    color: #fff;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -30px;
}

.wrap > .container {
    padding: 10px 15px 20px;
}

.wrap header {
    font-size: 16px;
    height: 30px;
    padding: 5px;
    margin: 0 -15px 15px;
    background-image: url("../img/trans1.png");
    background-repeat: repeat;
}

.footer {
    height: 30px;
    color: #eee;
    background-image: url("../img/trans2.png");
    background-repeat: repeat;
    padding-top: 10px;
}

.jumbotron {
    margin-top: 10px;
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    background-image: url("../img/trans1.png");
    background-repeat: repeat;
}

.table > tbody > tr > td > a > span {
    margin-right: 5px;
}

.table tr td:last-child {
    width: 120px;
    text-align: right;
}

.bg {
    background-image: url("../img/trans2.png");
    background-repeat: repeat;
    padding: 10px;
    border-radius: 0 6px 6px;
    border: 1px solid #000;
}

.site-login {
    position: absolute;
    width: 320px;
    height: 320px;
    top: 50%;
    left: 50%;
    margin-left: -160px;
    margin-top: -160px;
}

.site-login .bg {
    padding: 0px 30px;
}

.menu {
    width: 50px;
    min-height: 100%;
    background-image: url("../img/trans1.png");
    background-repeat: repeat;
    height: auto;
    float: left;
    margin: 0 auto;
}

.menu ul.info {
    margin-top: 30px;
}

.menu ul.main {
    margin-top: 280px;
}

.menu ul.config {
    position: absolute;
    left: 0;
    bottom: 10px;
}

.menu ul,
.menu-hover .menu-hover-item ul {
    list-style: none;
    padding: 0;
}

.menu ul li {
    float: left;
    margin: 5px 10px 5px;
}

.menu ul li i {
    font-size: 30px;
    cursor: pointer;
}

.menu ul li i:hover {
    color: #900;
}

.menu-hover .menu-hover-item ul li {
    padding: 4px 5px;
    border-radius: 0 4px 4px;
}

.menu-hover .menu-hover-item ul li:hover {
    background-color: #111;
}

.menu-hover {
    position: absolute;
    left: 50px;
    top: 30px;
    bottom: 0;
    width: 200px;
    background-image: url("../img/trans3.png");
    background-repeat: repeat;
    height: auto;
    padding: 10px;
    z-index: 1000;
    display: none;
    border-right: 1px solid #111;
}

.menu-hover IMG {
    padding: 2px;
    width: 100%;
    border-radius: 90px;
    border: 1px solid #000;
}

.menu-hover .menu-hover-item {
    margin-top: 10px;
    display: none;
}

.menu-hover .bottom-help {
    position: absolute;
    bottom: 10px;
}

.wrap {
    margin-left: 50px;
}

.modal-dialog {
    color: #111;
}

.datepicker,
.redactor_editor {
    color: #111;
}

.news-list a:hover {
    text-decoration: none;
}

.image {
    position: absolute;
    top: 21px;
    bottom: 0;
    left: 0;
    right: 0;
}

.image .pic {
    position: absolute;
    top: 0;
    bottom: 45px;
    left: 0;
    right: 0;
    border-radius: 4px;
    background-color: #00AA88;
}

.image .pic IMG {
    width: 100%;
}

.image INPUT {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
}