html {
    height: 100%;
} body {
    min-height:100%;
    /*background-color: rgba(243, 243, 243, 0.92);*/
    padding-bottom: 40px;
    font-size:12px;
    position: relative;
}

body:before {
    position: absolute;
    top:0;
    content: '';
    left:0;
    width:100%;
    height:100%;
    background-image: url(../img/bg-header-repeat.png);
    z-index:-1;
}

ul.table {
    display: table;
    padding: 0;
    margin: 0;
}

ul.table ol {
    display: table-row;
}

ul.table > li {
    display: table-cell;
}

section#login {
    height: 100%;
}

section#login ul.table {
    table-layout: fixed;
    height: 100%;
    width: 100%;
}

section#login ul.table > li {
    vertical-align: middle;
    text-align: center;
}

section#login div.login-box {
    width: 500px;
    margin: 0 auto;
    text-align: left;
}

section#login div.form-group:last-of-type {
    margin: 0;
}

.navbar {
    border-radius: 0 !important;
}

div.inner {
    margin: 0 0 40px;
}

hr {
    border-top: 1px solid #ccc;
}

h1 span.badge {
    vertical-align: middle;
}

.margin0 {
    margin: 0;
    padding: 0;
    list-style: none;
}

div.project-persent {
    text-align: center;
    font-size: 50px;
}

table.cost td {
    vertical-align: top;
    width: 33.333%;
}

/*table.cost td:last-of-type {
	display:none;
}*/
li.username {
    position: relative;
    padding-right: 25px;
}

li.username img.avatar {
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translate(0, -50%);
    width: 30px;
    height: 30px;
}

div.grid-view-loading {
    background: transparent !important;
    position: relative;
}

div.grid-view-loading:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center !important;
    background-color: rgba(255, 255, 255, .9) !important;
    background-image: url(../img/load.gif);
    background-repeat: no-repeat;
    content: "";
    z-index: 99999;
}

@media print {
    .container {
        width: 100%;
    }
    #commet-chat {
        display: none;
    }
}

#commet-msg {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 20px;
    width: 300px;
    background: rgba(0, 0, 0, .8);
    color: white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    right: -320px;
}

#commet-chat {
    z-index: 9999;
    position: fixed;
    right: 20px;
    bottom: -448px;
    margin: 0;
    width: 300px;
}

#commet-chat #commet-slide {
    position: absolute;
    right: 0;
    top: -40px;
    outline:none;
}

#commet-chat > div.panel-body {
    height: 350px;
}

#commet-chat-body {
    overflow-x: hidden;
    overflow-y: auto;
}

#commet-chat-body span.name {
    color: grey;
    font-size: 12px;

}