/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/

.page-header .page-header-menu .hor-menu .navbar-nav > li > a {
    font-size: 14px;
    font-weight: normal;
    padding: 15px 5px 15px 12px;
}
.result-table tbody>tr>td, .result-table-photo tbody>tr>td {
    vertical-align: middle;
	padding: 3px 8px;
}
.result-table .user-pic, .result-table-photo .user-pic {
    width: 100%;
    height: auto;
}
.page-breadcrumb.breadcrumb {
    display: none;
}
.invoice-prolet {
    min-height: 705px !important;
}
.sidebar-right .portlet-title {
    margin-bottom: 0;
}
.sidebar-right .nav.sidebar-categories {
    padding: 0 !important;
    background: #fff !important;
}
.sidebar-right .sidebar-categories li a {
    padding: 6px 0;
    font-size: 15px;
	border-bottom: 1px solid #fff;
	color: #333;
}
.sidebar-right .sidebar-categories li a:before {
	content: "\f054";
	font-family: FontAwesome !important;
	font-size: 14px;
	padding-right: 7px;
	position: relative;
	top: 1px;
}
.sidebar-right .sidebar-categories li a:hover {
	color: #2d8f3c;
	background: none;
}
.home_page_admin .table-scrollable {
    margin: 0 !important;
}
.home_page_admin .portlet-title {
    margin-bottom: 5px;
}
.home_page_admin .table-scrollable th {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
}
.stat_total_dash .dashboard-stat.codes-ismar {
    background: rgb(239, 243, 248);
}
.stat_total_dash .col-md-3 {
    margin-bottom: 0px;
    padding: 10px;
}
.stat_total_dash .more {
    background: #D2D2D2;
}
.stat_total_dash .dashboard-stat .visual > i {
    margin-left: -35px;
    font-size: 69px;
    line-height: 60px;
    color: #DCDCDC;
}
.admin-dashdate-range {
    margin-bottom: 0;
}
.admin-dashdate-range .form-group {
    margin: 0;
}
.admin-dashdate-range span.input-group-addon {
    font-weight: 600;
}