html,body {
    position: relative;
    height:100%;
}


body {
    margin-bottom: 10vh;
}


body {
    margin: 0 !important;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: #f5f5f5;
    padding: 15px;
}


.container.main.wrap {
    position: relative;
    padding: 0 0 50px;
}


.login {
    margin-top: 10%;
    padding: 20px 70px;
}

.login .form-control {
    height: 42px !important;
}


.set-logo {
    background:#fff;
    color:#ddd;
    border-radius:500%;
    padding:11px;
    font-size:108px;
    border: solid #ddd 14px;
}



.logo {
    margin-top:27px;
    margin-bottom:35px;
}

.last-row {
    margin-bottom:0px;
}

.checklabel {
    font-weight:100;
}


.logo > p {
    position: absolute;
    margin-top: -14px;
    right: 50px;
    padding: 3px 15px 0 60px;
    color: #9E9E9E;
    text-transform: uppercase;
    background: #f5f5f5;
    font-size: 9px;
}

hr {
    margin: 10px 0;
}

div.main.wrap{
    margin-top: 70px;
}

#tickets-table thead > tr{
    background: rgba(158, 158, 158, 0.78);
    border: 1px solid #b3b3b3;
    color: #fff;
}

#tickets-table thead > tr > th {
     vertical-align: bottom;
     border-bottom: none;
    text-align: center;
}

#tickets-table tbody > tr >td {
    border: 1px solid #b3b3b3;
    background: #fff;
}

#tickets-table tbody > tr > td:not(.text-left) {
    text-align: center;
}

.navbar-inverse {
    background-color: rgb(245, 245, 245);
    border-color: #ececec;
}

.navbar-header{
    padding: 12px;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #b3b3b3;
    padding: 15px;
}
.nav.navbar-nav{
    margin-left: 20px;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #ffffff;
    background-color: #b3b3b3;
}

p.announcement-heading{
    font-weight: 600;
    font-size: 18px;
}




.timeline {
    list-style: none;
    padding: 0 0 20px;
    position: relative;
    margin-top: 5px
}

.timeline:before {
    top: 30px;
    bottom: 10px;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #ccc;
    left: 33px;
    margin-right: -1.5px
}

.timeline > li, .timeline > li > .timeline-panel {
    margin-bottom: 10px;
    position: relative
}

.timeline > li:after, .timeline > li:before {
    content: " ";
    display: table
}

.timeline > li:after {
    clear: both
}

.timeline > li > .timeline-panel {
    margin-left: 8%;
    float: left;
    top: 30px;
    padding: 4px 10px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 92%;
}

.timeline > li > .timeline-badge {
    color: #fff;
    width: 70px;
    padding: 5px;
    /* height: 35px; */
    line-height: 40px;
    font-size: 1.2em;
    text-align: center;
    position: absolute;
    top: 30px;
    /* right: 5px; */
    left: 0px;
    /* margin-right: -25px; */
    background-color: #fff;
    z-index: 100;
    border-radius: 5px;
    border: 1px solid #d4d4d4;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: left
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    border-right-width: 0;
    border-left-width: 15px;
    right: -15px;
    left: auto
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    border-right-width: 0;
    border-left-width: 14px;
    right: -14px;
    left: auto
}

.timeline-badge.primary {
    background-color: #2e6da4 !important
}

.timeline-badge.success {
    background-color: #3f903f !important
}

.timeline-badge.warning {
    background-color: #f0ad4e !important
}

.timeline-badge.danger {
    background-color: #d9534f !important
}

.timeline-badge.info {
    background-color: #5bc0de !important
}

.timeline-title {
    margin-top: 0;
    color: inherit
}

.timeline-body > p, .timeline-body > ul {
    margin-bottom: 0;
    margin-top: 0
}

.timeline-body > p + p {
    margin-top: 5px
}

.timeline-badge > .glyphicon {
    margin-right: 0px;
    color: #fff
}

.timeline-body > h4 {
    margin-bottom: 0 !important
}

ul.timeline h4 {
    padding: 5px 0 12px 0;
    border-bottom: 1px solid #eee;
}

.h4-timeline{
    padding: 5px 0 12px 0;
    border-bottom: 1px solid #eee;
}

ul.timeline .posted {
    font-size: 13px;
    color: #9E9E9E;
    margin: -10px 5px 0 0;
}

.timeline-rq:before{
    display: none;
}


.timeline-rq .timeline-panel {
    margin-left: 0 !important;
    width: 100% !important;
}


.h4-timeline >span{
    color: red;
    font-weight: 400;
    font-size: 14px;
}






#imaginary_container{
    width: 280px;
    margin-top: -12px;
}

.stylish-input-group .input-group-addon{
    background: white !important;
}
.stylish-input-group .form-control{
    border-right:0;
    box-shadow:0 0 0;
    border-color:#ccc;
}
.stylish-input-group button{
    border:0;
    background:transparent;
}



.timeline-badge > div{
    font-size: 13px;
    margin: 0;
    padding: 0;
    line-height: 15px;

}

div.timeline-badge.danger:after{
    top: 41px;
    bottom: 10px;
    position: absolute;
    content: " ";
    width: 10px;
    height: 200px;
    background-color: #fff;
    left: 30px;

}

.category-header{
    font-size: 13px;
    font-weight: 400;
    color: #9E9E9E;
    text-transform: uppercase;
    padding-top: 5px;
}