.dataTables_wrapper, .form-horizontal {
    padding: 20px;
    border: 1px solid rgba(54, 64, 74, 0.05);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-clip: padding-box;
    margin-bottom: 20px;
    background-color: #ffffff;
}

.navbar-default {
    background-color: rgb(13, 78, 144);
    box-shadow: 0px 0px 20px;
}
.thCenter {
	text-align : center !important;
}
#container .row .col-sm-12 {
    /*overflow-x: auto;*/
}

.btn-excel {
	
	background-color: #007500;
	color: white;
    font-size: 15px;
    font-weight: bold;
}
.btn-pdf {
	
	background-color: #A30000;
	color: white;
    font-size: 15px;
    font-weight: bold;
}
.btn-CSV {
	
	background-color: #0047AB;
	color: white;
    font-size: 15px;
    font-weight: bold;
}
.showcss{ display:block;}
.hidecss{ display:none;}
.btn-add {
	
	background-color: #4CBB17;
	color: white;
    font-size: 15px;
    font-weight: bold;
}



#sidebar-menu .subdrop {
    background: #f4f8fb !important;
    border-left: 3px solid rgb(91, 137, 193);
    color: rgb(13, 78, 144) !important;
}

#sidebar-menu ul ul a:hover {
    color: rgb(91, 137, 193);
}

.btn-default, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default {
    background-color: rgb(13, 78, 144) !important;
    border: 1px solid rgb(13, 78, 144) !important;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: rgb(13, 78, 144);
    border-color: rgb(13, 78, 144);
}

.header-menu-title {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 12px;
    padding: 8px;
    margin: 0px;
}

.header-logo img {
    height: 150px;
}
.header-logo-top img {
    height: 60px;
}

.forced.enlarged .header-logo img {
    height: 38px;
}

#sidebar-menu > ul > li > a:hover {
    color: rgb(91, 137, 193);
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > a {
    color: rgb(91, 137, 193);
    border-color: rgb(91, 137, 193);
}

#wrapper.enlarged .left.side-menu #sidebar-menu a.subdrop {
    color: rgb(91, 137, 193) !important;
}

.page-title {
    text-transform: uppercase;
}

.action-col {
    width: 65px;
}
#area-chart,
#line-chart,
#bar-chart,
#stacked,
#pie-chart{
  min-height: 250px;
}

table.table-bordered.dataTable td:last-child {
    font-size: 16px;
    padding: 5px;
    font-weight: bold;
}

table.table-bordered.dataTable td:last-child .fa{
    margin-right: 4px;
}

table.table-bordered.dataTable td:last-child .fa-pencil {
    color: #5fbeaa;
}

table.table-bordered.dataTable td:last-child .fa-trash-o {
    color: #f05050;
}

.app-search .form-control, .app-search .form-control:focus {
    border: none;
    font-size: 13px;
    color: #36404a;
    padding-left: 20px;
    padding-right: 40px;
    background: rgb(244, 248, 251);
    box-shadow: none;
    height: 33px;
    font-weight: 400;
    width: 180px;
    border-radius: 4px;
}
.app-search .form-control:focus {
    width: 250px;
    box-shadow: 0px 0px 3px;
}

#transactionBody .transaction-add-icon,.transaction-remove-icon{
    cursor: pointer;
}

.form-horizontal .control-label{
    text-align: left !important;
}