#main .bottom-line .trip_notes {
    margin-bottom: 20px;
}

.chosen-container-single .chosen-single {
    height: 35px !important;
    line-height: 32px !important;
    font-size: 18px;
}

.filtr {
    background-color: #e5e5e5;
    transition: 0.5s;
    height: 0;
    overflow: hidden;
}
.filtr_show {
    height: 380px;
    transition: 0.5s;
    padding: 20px;
}
.filtr_show3 {
    height: 165px;
    transition: 0.5s;
    padding: 20px;
}
.filtr_show2 {
    height: 110px;
    transition: 0.5s;
    padding: 20px;
    margin-top: 10px;
}
.filtr_show2 .submit_bnt {
    margin-top: 30px;
}
.filtr .inp {
    border: none;
    font-size: 14px;
    COLOR: #000000;
    HEIGHT: 30px;
    width: 90%;
    outline: none;
    border-bottom: 1px solid #d2d2d2;
    display: inline-block;
    background-color: transparent;
}
.filtr .inp2 {
    width: 50%;
}
.filtr .title {
    font-size: 18px;
    color: #3c4858;
    font-weight: bold;
    margin-bottom: 10px;
}
.filtr .filtr_block {
    margin-bottom: 20px;
}

.hed1 {
    font-size: 18px;
    color: #3c4858;
    padding: 15px 0;
    position: relative;
}
.hed1 .hed_info {
    float: left;
}
.hed1 .excel img {
    width: 30px;
    height: 30px;
    margin-left: 30px;
    margin-bottom: 0;
    float: right;
    margin-top: 5px;
}
.hed1 .delim {
    margin: 0 20px;
}
.hed1 .trip_status {
    font-size: 24px;
}
.hed1 .print {
    margin-left: 50px;
    color: green;
    text-decoration: none;
}
.hed1 .uname {
    font-size: 36px;
}
.hed1 .select-box {
    width: 100%;
    height: 40px;
    border: 1px solid #b7b3b4;
    border-radius: 40px;
}
.hed1 .select-box select {
    border: none;
    width: 98%;
    height: 100%;
    outline: none;
}
.hed1 .input1 {
    border: none;
    border-bottom: 1px solid #b7b3b4;
    width: 50%;
    /* height: 100%; */
    font-size: 17px;
    outline: none;
    background: #fff;
}
.hed1 .input2 {
    width: 100%;
}
.hed1 .ch {
    width: 25px;
    height: 25px;
}
.hed1 .span1 {
    margin-left: 20px;
}
.hed1 .info-bar {
    padding: 20px 0;
}
.trip_line {
    height: 10px;
    background-color: #e5e5e5;
    width: 100%;
}
.hed1 .info-bar .trip_notes {
    margin-left: 20px;
}

#main .add-rec {
    width: 35px;
    height: 35px;
    border-radius: 35px;
    background-color: #b7b3b4;
    color: white;
    text-align: center;
    line-height: 35px;
    font-size: 35px;
    position: absolute;
    right: 15px;
    top: 0;
}
#main .info-content .sum {
    font-size: 30px;
}
#main .info-content .sum span {
    /* margin-right: 20px; */
    font-size: 16px;
}
.grey-button {
    float: right;
    margin-top: 8px;
    background-color: #b7b3b4;
}
#main .bottom-line .title {
    line-height: 59px;
    font-size: 16px;
    display: inline-block;
    float: right;
    margin-right: 30px;
}
#main .bottom-line  {
    margin: 0;
    height: 40px;
}
#main .bottom-line .input1 {
    border: none;
    border-bottom: 1px solid #b7b3b4;
    width: 100%;
    /* height: 100%; */
    font-size: 17px;
    outline: none;
    background: #fff;
}
#main .bottom-line .pay_notes {
    margin: 10px 0;
    font-size: 17px;
}
.btn-label {
    text-align: right;
    line-height: 40px;
}

.upload-invoice-area {
    float: right;
}
.upload-invoice-area .add-invoice {
    display: block;
    margin-bottom: 5px;
    width: 381px;
}
.upload-invoice-area .link {
    margin-right: 10px;
    /* display: block; */
}
.upload-invoice-area .inv_files {
    display: inline-block;
}

.excel_but img {
    width: 30px;
    height: 30px;
}