.page-content {
	background-color: #fff;
	padding: 20px;
}

fieldset {
	padding: 0;
}

.input-group .form-control {
	z-index: 0;
}

.btn>i {
	margin-right: 6px;
}

.input-required:before {
	content: "*";
	color: red;
	margin-right: 5px;
}

.label-primary {
	background-color: #2878f0;
}

.btn {
	outline: 0!important;
}

a {
	outline: 0!important;
}

.btn-primary {
	background-color: #0B3774;
	border: 1px solid #0B3774;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
	background-color: #275EA9!important;
	border: 1px solid #275EA9!important;
}

.btn-default {
	background-color: #FAFBFC;
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus {
	background-color: #edeeef!important;
}

.form-control:focus {
	border-color: #2878f0;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(40, 120, 240, 0.1);
}

.btn-primary.btn-outline {
	background-color: #fff!important;
	border-color: #2878f0;
	color: #2878f0;
}

.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:active,
.btn-primary.btn-outline:focus {
	background-color: rgba(40, 120, 240, 0.1)!important;
	color: #2878f0;
}


/*table start*/

.table thead {
	background-color: #F6F8FA;
}

.table-hover tr:hover {
	background-color: #F5F5F5;
}

.table>thead>tr>th {
	border: 0;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th {
	vertical-align: middle;
	border-top: 0;
	border-bottom: 1px solid #eee;
}


/*table end*/

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #0B3774;
	border-color: #0B3774;
}

.pagination>li>a,
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span .pagination>li>span:focus,
.pagination>li>span:hover {
	color: #0B3774;
}

.btn-link {
	color: #2878f0;
	padding-left: 0;
	padding-right: 0;
}

.btn-link:hover,
.btn-link:active,
.btn-link:focus {
	color: #2878f0;
	text-decoration: none;
}

.table .btn-link:before {
	content: '|';
	padding-right: 4px;
	color: #2878f0;
}

.table .btn-link:first-child:before {
	content: '';
}

.sub-title {
	color: #333333;
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
	padding-left: 6px;
	border-left: 3px solid #2878f0;
}

label {
	font-weight: normal;
}

.nav-tabs {
	border-bottom: 0;
}

.nav-tabs>li {
	margin-bottom: 0px;
}

.nav-tabs>li>a {
	border-bottom: 0;
	color: #666;
	border: 0;
}

.nav-tabs>li>a:hover,
.nav-tabs>li>a:active,
.nav-tabs>li>a:focus {
	border: 0;
	background-color: #fff;
	color: #2878f0;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	border: 0;
	color: #0B3774;
	border-bottom: 2px solid #0B3774;
}

.img-circle {
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.img-rectangle {
	width: 120px;
	height: 60px;
	border-radius: 2px;
}

img[src=""].img-circle {
	background-image: url(../images/circle_none.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

img[src=""].img-rectangle {
	background-image: url(../images/rectangle_none.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

img[src=""].img-square {
	background-image: url(../images/square_none.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.form-group a {
	color: #2878f0;
}

.form-group a:hover,
.form-group a:active,
.form-group a:focus {
	color: #2878f0;
}

.text-primary {
	color: #2878f0;
}