@import url('https://fonts.googleapis.com/css?family=Fira+Sans+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css?family=Viga&display=swap');
.navbar-inverse .navbar-nav > li > a{
	line-height: 20px;
	color:#fff;
}
.navbar-inverse .navbar-nav > li > a:hover{
	color:#f8ac59;
}
.navbar-fixed-top{
	border-width: 0px;
}
body{
	margin-top:50px;
	background-color: #f1f1f1;
}
.content{
	background-color: #fff;
	min-height: 741px;
	padding: 20px;
	margin: 0px 0px 0px 0px;
}
.footer{
	background-color: #1EC3D2;
  bottom: 0;
  color: #fff;
  left: 0;
  position: fixed;
  right: 0;
  padding:5px 0px;
  z-index: 99;
  font-size: 12px
}
.header{
	background: rgba(0, 0, 0, 0) url("../../images/pattern.png") repeat scroll 0 0;
	padding: 10px;
	color: #333;
	font-weight: bolder;
	font-size: 20px;
}
.breadcrumb{
	border-radius: 0px;
}
sup{
	color: #ff0000;
}
.nomargin{
	margin:0px;
}
.nopadding{
	padding: 0px;
}
.navbar-brand{
	padding: 8px 15px;
}
.form-control{
	border-radius: 0px;
}
.col-xs-6{
	padding:0px;
}
/*div.dataTables_wrapper div.dataTables_paginate {
  float: right;
}*/
a:hover{
	text-decoration: none;
}
.dashboard_report{
	margin-top: 1%;
}
.dashboard_report .glyphicon{
	font-size: 90px;
	color: #eee;
}
.user_serction{
	background-color: #477ABF;
}
.dashboard_text{
	color: #fff;
}
.panel-success {
	color: #fff;
	border-color: #eee;
	box-shadow: 2px 4px #E9E9E9;
	border-radius: 8px;
	background: linear-gradient(135deg,#07a7e3,#32dac3);
    background-color: rgba(0, 0, 0, 0);
   	font-family: 'Viga', sans-serif;
}
/*.head_design{
	color: #fff;
	background: linear-gradient(135deg,#07a7e3,#32dac3);
	font-size: 17px;
}*/
.panel-default{
	border-radius: 8px;
	box-shadow: 2px 4px #E9E9E9;
}
.panel-heading{
	color: #fff !important;
	background-color: #1EC3D2 !important;
}
.panel-heading h4{
	font-family: 'Viga', sans-serif;
}
.news_title{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 170px;
}
#table_body_min_height{
	min-height: 263px;
}
.dataTables_paginate{
	display: block;
	clear: both;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
	color: #fff;
	background-color: #1eb0d2 !important;
}
.navbar-inverse {
	background-color: #1EC3D2;
	border-color: #080808;
	font-family: 'Viga', sans-serif;
	font-size: 15px;
}
.navbar-inverse .navbar-nav > li > a:hover {
	color: #fff;
	background-color: #1eb0d2 !important;
}
.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: #1EC3D2;
	border-color: #1EC3D2;
}
.pagination > li > a, .pagination > li > span { 
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #1EC3D2;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
	color: #fff;
	background-color: #1EC3D2;
}
.datatable-toolbar{
  position: absolute;
  top: 17px;
  right: 36px;
}
.bootstrap-tagsinput{
	display: block;
}
.font-size-30{
	font-size: 30px;
}