/*================================================================================
	Item Name: Robust - Responsive Admin Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================*/
* {
    font-family: IranSans, sans-serif, sans-serif;
    font-size: 11px;
    font-weight: 400;
}

html,
body {
    font-family: "IranSans" !important;
    font-size: 11px;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "IranSans";
    font-weight: bold;
    line-height: 1.1;
}

h1,
.h1 {
    font-size: 22px;
}

h2,
.h2 {
    font-size: 20px;
}

h3,
.h3 {
    font-size: 18px;
}

h4,
.h4 {
    font-size: 16px;
}

h5,
.h5 {
    font-size: 15px;
}

h6,
.h6 {
    font-size: 14px;
}

.jumbotron h1 {
    font-size: 30px;
    font-weight: medium;
}

.jumbotron {
    font-size: 18px;
    font-weight: medium;
}

/*.pagination > li > a, .pagination > li > span {
    color: #1ab394 !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: #1ab394;
    border-color: #1ab394;
    color: #f4f4f4 !important;
}*/

.table-center thead tr th,
.table-center tbody tr td,
.table-center tfoot tr th {
    text-align: center;
}
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child{
    border-right: 1px solid #E3EBF3 !important;
}
.dataTables_filter
{
    float: left;
}
