﻿.table_responsive {
    max-height: 240px;
    height: 240px;
}
.Left-Padding {
    padding-left: 2%;
    padding-right: 2%;
    /*padding-left: 40px;*/
}
.width {
   width: 100%;
}
.nopadding {
    padding-left: 0;
    padding-right: 1%;
}
.paging-nav {
    text-align: right;
    padding-top: 2px;
}
.paging-nav a {
margin: auto 1px;
text-decoration: none;
display: inline-block;
padding: 1px 7px;
background: #91b9e6;
color: white;
border-radius: 3px;
}
.paging-nav .selected-page {
    background: #187ed5;
    font-weight: bold;
}
.paging-nav,
#tableData {
    /*width: 400px;*/
    margin: 0 auto;
    font-family: Arial, sans-serif;
}
.companyWidth {
    width: 20%;
}
#dataTable {
    /* border: 1px solid white;*/
    table-layout: fixed;
    width: 200px !important;
}
#dataTable.th, #dataTable.tr {
        border: 1px solid black;
        overflow: hidden;
        width: 155px !important;
        padding-left: 1%;
}
.div-margin-top {
    margin-top: 2%;
}
.branch-search {
    height: 395px;
}
@media only screen and (min-width: 1920px) {
    .branch-search{
        height: 977px;
    }
  
}
.branch-search-inner {
    max-height: 95%;
    height: 95%
}
.branch-overflow {
    overflow: auto;
}
.branch-td-css {
    width: 150px !important;
    cursor: pointer;
}
.branch-td-css-2 {
    width: 260px !important;
    cursor: pointer;
}
.branch-search-form {
width: 150px !important;
}
.branch-display {
display:block
}
.custom-form {
margin-bottom:0px !important;
}
.box-header {
padding-top: 5px !important;
}
.accounting-dashboard {
    background-color: #354052;
}

.header-color {
    color: #fff;
}