body{
    padding-bottom: 250px;
}

.brand-logo{
    font-size: 25px !important;
}
.brand-logo img{
    width: 120px;
    position: relative;
    top: 6px;
}
.toast-msg{
    display: none;
}

h5{
    font-size: 20px;
}

.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}

.error-label{
    margin-top: -15px;
}

.panel-heading{
    font-size: 20px;
    margin-bottom: 20px;
    display: inline-block;
    border-bottom: 1px solid #d4d4d4;
}

.search-box{
    position:relative;
}

.filter-btns .btn{
    margin-right: 8px;
}

tr.heading, th.heading{
    background: #000;
    color: white;
}

.status-box{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 3px;
}

.pending{
    background: #a6afb5;
}
.in-process{
    background: #496EAF;
}
.finished{
    background: #29c748;
}
.due{
    background: red;
    /*color: white;*/
}
.canceled{
    background: #000;
}
.amount-undefined{
    background: #ff8400;
}

input.select-dropdown {
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    -o-user-select:none;
    user-select:none;
}

@media only screen and (min-width: 1200px){
    .container {
        max-width: 100%;
    }
}

@media only screen and (min-width: 993px){
    .container {
        width: 95%;
    }
}