/*

* Override Pages default styles or create your own styles here

*/
.jumbotron h1.large-demo-text{
	font-size: 150px;
}

.icon-text-search{
	font-size: 42px;
	width: 150%;
}

.page-sidebar .sidebar-menu .menu-items li > a {
    width: 90%;
}
.page-sidebar .btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.page-sidebar .btn-success:hover, .page-sidebar .btn-success:active {
    background-color: #28a745 !important;
    opacity: 0.9;
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    content: "" !important;
    width: 19px;
    height: 19px;
    background-position: center center;
    opacity: 1 !important;
}
table.dataTable thead .sorting:after {
    background-image: url(../img/icons/sort_both.png);
}
.table thead tr th {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 12px;
    border-bottom: 1px solid rgba(224, 224, 224, 0.7);
    color: #4b4b4b;
    padding-top: 10px;
    padding-bottom: 10px;
}
.data-table tbody tr td, .data-table thead tr th {
    padding: 10px 3px;
    vertical-align: middle;
}