h1, .h1, h2, .h2, h3, .h3 {
    margin-top: -15px;
    margin-bottom: 10px;
}
body{
    background: url(../img/bg.png) repeat;
}
 .ites:hover{
     cursor: pointer;
 }
 .table>thead>tr>th {
     border-bottom: 0;
     text-align: center !important;
 }

#scroller {
    position: fixed;
    bottom: 0;
    right: 0;
    background: transparent url(../img/icon-scroll-top.png) no-repeat left top;
    width: 60px;
    height: 60px;
    cursor: pointer;
    display: none;
}
#export_btn{
    float: inherit;
    margin-top: 17px;
}
#impFile{
    display: inline;
}
#export{

    margin-top: 18px;
    margin-left: 4px;

}
#table_view {
    padding: 7px;
    line-height: 1.42857143;
    /* vertical-align: top; */
    border-top: 2px solid #ddd;
}


.dropdown.dropdown-lg .dropdown-menu {
    /*margin-top: -1px;*/
    padding: 6px 20px;
}
.input-group-btn .btn-group {
    display: flex !important;
}
.btn-group .btn {
    border-radius: 0;
    /*margin-left: -1px;*/
}
.btn-group .btn:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.btn-group .form-horizontal .btn[type="submit"] {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}
.form-group .form-control:last-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.uks-th-normal{
    font-weight: normal !important;
    font-size: 12px;
    padding: 7px !important;
    overflow: hidden;
    height: 60px !important;
    max-height: 60px;

}
.uks-th-normal::-webkit-scrollbar{
    width: 0;
}


@media screen and (min-width: 768px) {
    #adv-search {
        margin: 0 auto;
        margin-top: 25px;
    }
    .dropdown.dropdown-lg {
        position: static !important;
    }
    .dropdown.dropdown-lg .dropdown-menu {
        min-width: 500px;
    }
}

