/*@import url(https://fonts.googleapis.com/css?family=Roboto);*/
@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);
body {
	background-color: #fff;
	color: #333;
	font-family: 'Droid Sans', sans-serif;
}
#wrapper {
	width: 100%;
}
#page-wrapper {
	padding: 0 15px;
	min-height: 568px;
	background-color: #fff;
}

@media(min-width:768px) {
#page-wrapper {
	position: inherit;
	padding: 0 5px;/*   border-left: 1px solid #e7e7e7;*/
}
}

@media(max-width:767px) {
.navbar-collapse {
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	background: #fff;
}
.sidebar {
	z-index: 1;
	position: relative;
	border: 1px solid #fff;
	margin-bottom: 10px;
	transition: all 0.22s;
	-webkit-transition: all 0.22s;
	-moz-transition: all 0.22s;
	border-radius: 0px;
	background: #efefef;
	box-shadow: 0px 0px 0px 1px #EDEDED;
}
}
.navbar {
	background: url(../images/menubg.gif) repeat-x #fff;
	height: 55px;
	border-top: 1px solid #ECECEC;
}
.navbar-default .navbar-nav>li>a:hover {
	color: #f40;
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 8px;
}
.nav>li>a {
	background: url(../images/spacer.png) no-repeat right center;
	color: #636466;
	text-shadow: 0px 1px 1px #fff;
	padding: 10px 20px;
}
.full-width-tabs > ul.nav.nav-tabs {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.full-width-tabs > ul.nav.nav-tabs > li {
	float: none;
	display: table-cell;
	width: 100%;
}
.full-width-tabs > ul.nav.nav-tabs > li > a {
	text-align: center;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	color: #FFF;
	cursor: default;
	background-color: #004FA9 !important;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
}
.nav-tabs li a {
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}
.nav-tabs li a:hover {
	bbackground: rgba(73,155,234,1);
	background: -moz-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(73,155,234,1)), color-stop(100%, rgba(32,124,229,1)));
	background: -webkit-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
	background: -o-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
	background: -ms-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
	background: linear-gradient(to bottom, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5', GradientType=0 );
	color: #fff;
}
.nav-tabs>li.active>a {
	background: rgba(73,155,234,1);
	background: -moz-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(73,155,234,1)), color-stop(100%, rgba(32,124,229,1)));
	background: -webkit-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
	background: -o-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
	background: -ms-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
	background: linear-gradient(to bottom, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5', GradientType=0 );
	border-color: #fff;
}
.navbar-top-links li {
	display: inline-block;
}
.sidebar-nav .nav>li>a {
	background: none;
	font-size: 13px;
	padding: 5px 15px;
}
.sidebar-nav .nav>li>a:hover {
	color: #f40;
}
.navbar-top-links li:last-child {
	margin-right: 15px;
}
/*.navbar-top-links li a {
    padding: 8px 15px;
    min-height: 50px;
}
*/
.navbar-top-links .dropdown-menu li {
	display: block;
}
.navbar-top-links .dropdown-menu li:last-child {
	margin-right: 0;
}
.navbar-top-links .dropdown-menu li a {
	padding: 3px 20px;
	min-height: 0;
}
.navbar-top-links .dropdown-menu li a div {
	white-space: normal;
}
.navbar-top-links .dropdown-messages, .navbar-top-links .dropdown-tasks, .navbar-top-links .dropdown-alerts {
	width: 310px;
	min-width: 0;
}
.navbar-top-links .dropdown-messages {
	margin-left: 5px;
}
.navbar-top-links .dropdown-tasks {
	margin-left: -59px;
}
.navbar-top-links .dropdown-alerts {
	margin-left: -123px;
}
.navbar-top-links .dropdown-user {
	right: 0;
	left: auto;
}
.navbar-default {
	background-color: #fbfbfb;/* border-color: #e7e7e7; */
}
.sidebar .sidebar-nav.navbar-collapse {
	padding-right: 0;
	padding-left: 0;/* background: #fafafa; *//* border: 1px solid #ece9e9; *//* border-radius: 2px; */
}
.sidebar .sidebar-search {
	padding: 15px;
}
.sidebar ul li {
/*  border-bottom: 1px solid #e7e7e7;*/
}
.sidebar ul li a.active {
	background-color: #eee;
}
.sidebar .arrow {
	float: right;
}
.sidebar .fa.arrow:before {
	content: "\f104";
}
.sidebar .active>a>.fa.arrow:before {
	content: "\f107";
}
.sidebar .nav-second-level li, .sidebar .nav-third-level li {
	border-bottom: 0!important;
}
.sidebar .nav-second-level li a {
	padding-left: 25px;
	font-size: 13px;
}
.sidebar .nav-third-level li a {
	padding-left: 52px;
}

@media(min-width:768px) {
.sidebar {
	z-index: 1;
	position: relative;
	width: 250px;
	border: 1px solid #fff;
	margin-bottom: 10px;
	transition: all 0.22s;
	-webkit-transition: all 0.22s;
	-moz-transition: all 0.22s;
	border-radius: 0px;
	background: #efefef;
	box-shadow: 0px 0px 0px 1px #EDEDED;
}
.sidebar1 {
	z-index: 1;
	position: relative;
	width: 250px;
	margin-top: 10px;
}
.navbar-top-links .dropdown-messages, .navbar-top-links .dropdown-tasks, .navbar-top-links .dropdown-alerts {
	margin-left: auto;
}
}
.border {
	border: 1px solid #fff;
	margin-bottom: 10px;
	min-height: 255px;
	transition: all 0.22s;
	-webkit-transition: all 0.22s;
	-moz-transition: all 0.22s;
	border-radius: 0px;
	background: #efefef;
	box-shadow: 0px 0px 0px 1px #EDEDED;
}
.content .border img {
	height: 150px;
	width: 200px;
}
.content .border {
	border: 2px solid rgba(0, 0, 0, 0.05) !important;
	margin-bottom: 30px;
	min-height: 415px;
	transition: all 0.22s;
	-webkit-transition: all 0.22s;
	-moz-transition: all 0.22s;
	border-radius: 0px;
	background: #FFFFFF;
	margin-left: -10px;
	margin-right: -10px;
	box-shadow: 0px 0px 0px 1px rgba(237, 237, 237, 0);
}
.content .border:hover {
	border-color: #FFE28E !important;
	box-shadow: 0px 1px 1px 1px #f8f8f8;
	transition: all 0.22s;
	background: #fff;
	-webkit-transition: all 0.22s;
	-moz-transition: all 0.22s;
}
.content .border .text-justify {
	font-size: 13px;
}
.price {
	margin: 0;
	padding: 0;
}
.price p {
	font-size: 12px;
	margin: 0 10px 5px;
	padding: 0;
	color: #545454;
}
.book-heading {
	color: #6E6E6E;
	padding: 10px 0 0;
	-webkit-transition: all 0.22s;
	-moz-transition: all 0.22s;
	transition: all 0.22s;
	max-height: 50px;
	overflow: hidden;
	display: block;
	min-height: 89px;
}
.content .border:hover .book-heading {
	color: #0060CD;
	-webkit-transition: all 0.22s;
	-moz-transition: all 0.22s;
	transition: all 0.22s;
}
.head {
	background: url(../images/head-border.png) no-repeat bottom center;
	color: #0060CD;
	font-size: 18px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-weight: 700;
}
.heading {
	color: #012CB5;
	font-size: 20px;
	padding: 8px 10px;
	border-bottom: 1px dashed #C8C8C8;
	background: #E5E5E5;
	font-weight: 400 !important;
}
.strip {
	background: rgba(56,192,255,1);
	background: -moz-linear-gradient(top, rgba(56,192,255,1) 0%, rgba(98,178,224,1) 78%, rgba(37,130,196,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(56,192,255,1)), color-stop(78%, rgba(98,178,224,1)), color-stop(100%, rgba(37,130,196,1)));
	background: -webkit-linear-gradient(top, rgba(56,192,255,1) 0%, rgba(98,178,224,1) 78%, rgba(37,130,196,1) 100%);
	background: -o-linear-gradient(top, rgba(56,192,255,1) 0%, rgba(98,178,224,1) 78%, rgba(37,130,196,1) 100%);
	background: -ms-linear-gradient(top, rgba(56,192,255,1) 0%, rgba(98,178,224,1) 78%, rgba(37,130,196,1) 100%);
	background: linear-gradient(to bottom, rgba(56,192,255,1) 0%, rgba(98,178,224,1) 78%, rgba(37,130,196,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38c0ff', endColorstr='#2582c4', GradientType=0 );
	/* background: url(../images/strip.png) repeat-x; */
  /* border-bottom: 2px solid #FFD500; */
	border-top: 4px solid #FFC200;
	background-size: auto 100%;
	padding: 5px;
}
.strip .btn {
	background: #053993;
	color: #fff;
	border-radius: 0px;
	border-bottom: 3px solid #D4F0FD;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	margin: 15px;
}
.strip .btn:hover {
	background: #053993;
	color: #fff;
	border-radius: 0px;
	border-bottom: 3px solid #ffff;
	border-top: 0;
	border-right: 0;
	border-left: 0;
}
.footer {
	display: inline-block;
	width: 19.33%;
	margin: 0;
	vertical-align: top;
	padding: 15px 0;
}
.footer ul {
	border-right: 1px solid #ccc;
	padding: 0 15px;
	min-height: 140px;
}
.footer ul li {
	font-size: 11px;
	padding: 3px 0;
}
.footer ul li a {
	color: #797979;
	text-decoration: none;
}
.footer-head {
	color: #696969;
	font-size: 18px !important;
	/* font-weight: bold; */
  /* font-family: "Roboto Condensed", Roboto, "Roboto Black"; */
	padding: 9px;
	/* border-bottom: 1px solid #ccc; */
	margin-bottom: 5px;
}
label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 300;
	text-shadow: 0px 1px 1px #fff;
}
.grey {
	background: #0A0D2D;
	padding: 14px 0 0;
	color: #fff;
}
.grey1 {
	background: #F7F7F7;
	border-radius: 0;
	border-color: #BDDEFF;
	box-shadow: inset 0 1px 1px rgba(239, 239, 239, 0.075);
}
.strip .border-right {
	border-right: 1px solid #479DD4;
}
.content .border .btn {
	height: 24px;
	padding: 2px 10px;
	border-radius: 0;
}
.btn {
	border-radius: 0;
}
.btn-default {
	background: rgba(252,252,252,1);
	background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,252,252,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: linear-gradient(to bottom, rgba(252,252,252,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ededed', GradientType=0 );
}
.btn-default:hover {
	background: rgba(237,237,237,1);
	background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(252,252,252,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237,237,237,1)), color-stop(53%, rgba(246,246,246,1)), color-stop(100%, rgba(252,252,252,1)));
	background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(252,252,252,1) 100%);
	background: -o-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(252,252,252,1) 100%);
	background: -ms-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(252,252,252,1) 100%);
	background: linear-gradient(to bottom, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(252,252,252,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#fcfcfc', GradientType=0 );
}
.search {
	background: rgba(95,199,255,1);
	background: -moz-linear-gradient(top, rgba(95,199,255,1) 0%, rgba(79,172,234,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(95,199,255,1)), color-stop(100%, rgba(79,172,234,1)));
	background: -webkit-linear-gradient(top, rgba(95,199,255,1) 0%, rgba(79,172,234,1) 100%);
	background: -o-linear-gradient(top, rgba(95,199,255,1) 0%, rgba(79,172,234,1) 100%);
	background: -ms-linear-gradient(top, rgba(95,199,255,1) 0%, rgba(79,172,234,1) 100%);
	background: linear-gradient(to bottom, rgba(95,199,255,1) 0%, rgba(79,172,234,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fc7ff', endColorstr='#4facea', GradientType=0 );
	border: none;
	border-radius: 0;
	padding: 10px 30px;
	margin-left: 10px !important;
	color: #fff;
}
.search:hover {
	background: rgba(255,175,75,1);
	background: -moz-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,175,75,1)), color-stop(100%, rgba(255,146,10,1)));
	background: -webkit-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
	background: -o-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
	background: linear-gradient(to bottom, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a', GradientType=0 );
}
ul.latest {
	padding: 0;
	margin: 0;
}
ul.latest li {
	padding-left: 15px;
}
.text-white {
	color: #fff;
}
.latest a {
	text-decoration: none;
	font-size: 13px;
	color: #000;
}
.latest li {
	padding: 10px 5px;
}
.btn-outline {
	color: inherit;
	background-color: transparent;
	transition: all .5s;
}
.btn-primary.btn-outline {
	color: #428bca;
}
.btn-success.btn-outline {
	color: #5cb85c;
}
.btn-info.btn-outline {
	color: #5bc0de;
}
.btn-warning.btn-outline {
	color: #f0ad4e;
}
.btn-danger.btn-outline {
	color: #d9534f;
}
.btn-primary.btn-outline:hover, .btn-success.btn-outline:hover, .btn-info.btn-outline:hover, .btn-warning.btn-outline:hover, .btn-danger.btn-outline:hover {
	color: #fff;
}
.chat {
	margin: 0;
	padding: 0;
	list-style: none;
}
.chat li {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #999;
}
.chat li.left .chat-body {
	margin-left: 60px;
}
.chat li.right .chat-body {
	margin-right: 60px;
}
.chat li .chat-body p {
	margin: 0;
}
.panel .slidedown .glyphicon, .chat .glyphicon {
	margin-right: 5px;
}
.chat-panel .panel-body {
	height: 350px;
	overflow-y: scroll;
}
.login-panel {
	margin-top: 25%;
}
.flot-chart {
	display: block;
	height: 400px;
}
.flot-chart-content {
	width: 100%;
	height: 100%;
}
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
	background: 0 0;
}
table.dataTable thead .sorting_asc:after {
	content: "\f0de";
	float: right;
	font-family: fontawesome;
}
table.dataTable thead .sorting_desc:after {
	content: "\f0dd";
	float: right;
	font-family: fontawesome;
}
table.dataTable thead .sorting:after {
	content: "\f0dc";
	float: right;
	font-family: fontawesome;
	color: rgba(50,50,50,.5);
}
.btn-circle {
	width: 30px;
	height: 30px;
	padding: 6px 0;
	border-radius: 15px;
	text-align: center;
	font-size: 12px;
	line-height: 1.428571429;
}
.btn-circle.btn-lg {
	width: 50px;
	height: 50px;
	padding: 10px 16px;
	border-radius: 25px;
	font-size: 18px;
	line-height: 1.33;
}
.btn-circle.btn-xl {
	width: 70px;
	height: 70px;
	padding: 10px 16px;
	border-radius: 35px;
	font-size: 24px;
	line-height: 1.33;
}
.show-grid [class^=col-] {
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #ddd;
	background-color: #eee!important;
}
.show-grid {
	margin: 15px 0;
}
.huge {
	font-size: 40px;
}
.panel-green {
	border-color: #5cb85c;
}
.panel-green .panel-heading {
	border-color: #5cb85c;
	color: #fff;
	background-color: #5cb85c;
}
.panel-green a {
	color: #5cb85c;
}
.panel-green a:hover {
	color: #3d8b3d;
}
.panel-red {
	border-color: #d9534f;
}
.panel-red .panel-heading {
	border-color: #d9534f;
	color: #fff;
	background-color: #d9534f;
}
.panel-red a {
	color: #d9534f;
}
.panel-red a:hover {
	color: #b52b27;
}
.panel-yellow {
	border-color: #f0ad4e;
}
.panel-yellow .panel-heading {
	border-color: #f0ad4e;
	color: #fff;
	background-color: #f0ad4e;
}
.panel-yellow a {
	color: #f0ad4e;
}
.panel-yellow a:hover {
	color: #df8a13;
}
.image1 {
	border: 1px solid #ccc;
	padding: 10px;
	margin: 15px 5px;
}
.modal-dialog {
	width: 600px;
	margin: 10% auto;
}
.page-header {
	margin-top: 0;
	font-family: 'PT Sans', sans-serif;
	text-transform: uppercase;
	font-size: 17px;
	background: rgba(237,237,237,1);
	background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237,237,237,1)), color-stop(53%, rgba(246,246,246,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=0 );
	padding: 11px;
	border-radius: 6px 7px 0 0;
	border-bottom-color: #F3F3F3;
	color: #04478B;
	text-align: left;
	font-weight: 700;
}
.table td table td {
	padding: 0;
}
.form-control {
	border-radius: 0;
}
.text-warning {
	color: #FFA100;
}
td, th {
	padding: 8px;
}
.download_catalog {
	background-color: #26424d;
	border-bottom: 10px solid #132e37;
	min-height: 100px;
	font-size: 24px;
	font-weight: 900;
	color: #fff;
	margin-bottom: 15px;
}
.newsletter {
	background-color: #02abca;
	border-bottom: 10px solid #028ea7;
}
.newsletter h2 {
	font-size: 24px;
	font-weight: 800;
	color: #fff;
	text-shadow: 1px 1px 1px #838383;
	margin: 0;
	padding: 0 0 15px;
}
.strip .text-white {
	color: #fff;
	min-height: 40px;
}
.text-box {
	height: 80px;
	overflow: hidden;
	font-size: 12px;
}
.footer-border {
	border-top: 2px solid #FFF;
	background: #F0F0F0;
	padding: 20px 0;
	color: #717171;
	font-size: 13px;
	text-shadow: 0px 1px #fff;
}
.footer-border ul li a {
	color: #828282;
	text-shadow: 0px 1px #fff;
	text-decoration: none;
	transition: all ease-in-out 0.22s;
	-webkit-transition: all ease-in-out 0.22s;
	-moz-transition: all ease-in-out 0.22s;
	padding: 3px 15px;
	display: block;
}
.footer-border a:hover {
	color: #f90;
	text-decoration: none;
	padding-left: 10px;
	transition: all ease-in-out 0.22s;
	-webkit-transition: all ease-in-out 0.22s;
	-moz-transition: all ease-in-out 0.22s;
}
.content {
	min-height: 500px;
}
.select-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bg {
	background: #f3f3f3;
	padding: 15px;
	min-height: 370px;
}
.bg .form-control {
	max-width: 80%;
	margin: 0 auto;
}
.bg h4 {
	color: #06c;
	padding-bottom: 10px;
	border-bottom: 1px solid #EAEAEA;
}
.bg .form-group {
	margin-bottom: 5px;
}
.bg .or {
	background: url(../images/or.png) no-repeat right center;
	position: absolute;
	top: 20%;
	z-index: 999;
	right: -20px;
	display: block;
	height: 50px;
	width: 50px;
}
.border-r {
	border-right: 1px solid #ccc;
}
.border hr {
	margin: 0;
}
.publication ul {
	margin: 0;
	padding: 0 0 0 15px;
	list-style: none;
}
.publication ul li a {
	color: #8a8a8a;
	text-decoration: none;
	background: url(../images/angle-doubel.png) no-repeat left top;
	padding-left: 15px;
	background-position-y: -17px;
	transition: all 0.22s;
	-webkit-transition: all 0.22s;
	-moz-transition: all 0.22s;
}
.publication ul li a:hover {
	color: #0047B4;
	text-decoration: underline;
	background: url(../images/angle-doubel.png) no-repeat left top;
	padding-left: 15px;
	background-position-y: 4px;
	transition: all 0.22s;
	-webkit-transition: all 0.22s;
	-moz-transition: all 0.22s;
}
.publication h4 a {
	display: block;
	padding: 10px;
	color: #0060CD;
	background: #f9f9f9;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
}
.topnav {
	width: 1005;
	padding: 40px 28px 25px 0;
}
.topnav .head {
	background: #242871;
	color: #FFFFFF;
	font-size: 14px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-weight: 700;
}
ul.topnav {
	padding: 0;
	margin: 0;
	font-size: 1em;
	line-height: 0.5em;
	list-style: none;
	width: 100%;
}
ul.topnav li {
	width: 100%;
	display: block;
}
ul.topnav li a {
	line-height: 10px;
	font-size: 13px;
	padding: 10px 5px;
	color: #0238E4;
	display: block;
	text-decoration: none;
	font-weight: bolder;
}
ul.topnav li a:hover {
	background-color: #008aff;
	color: white;
}
ul.topnav ul {
	margin: 0;
	padding: 0;
	display: none;
}
ul.topnav ul li {
	margin: 0;
	padding: 0;
	clear: both;
}
ul.topnav ul li a {
	padding-left: 20px;
	font-size: 13px;
	font-weight: normal;
	outline: 0;
	background: #DADADA;
	color: #000;
}
ul.topnav ul li a:hover {
	background-color: #5ab3ff;
	color: #fff;
}
ul.topnav ul ul li a {
	color: #333;
	background: url(../images/angle.png) no-repeat left top;
	padding-left: 35px;
	background-position-y: 16px;
	background-position-x: 3%;
	line-height: 18px;
}
ul.topnav ul ul li a:hover {
	background-color: #dbdbdb;
	color: #333;
}
ul.topnav span {
	float: right;
}
.link {
	text-align: right;
	padding-left: 40px;
	background: #CBCBCB;
	color: red;
}
.head1 {
	font-size: 18px;
	padding-bottom: 10px;
	padding-left: 0;
	font-weight: 700;
	background-color: #f9f9f9;
	padding: 10px;
	margin-left: -10px;
	margin-top: 0;
	margin-right: -10px;
	color: #0060CD;
}
.page-meta-wrapper {
	border-width: 2px;
	border-style: solid;
	margin-bottom: 20px;
	padding: 8px 20px;
	margin-top: 10px;
	border-color: #f2f2f2;
}
.address {
	font-size: 14px;
	border: 1px solid #f2f2f2;
	min-height: 150px;
	background: #f6f6f6;
}
.address .headings {
	color: #06c;
    padding: 10px 0 0;
    text-transform: uppercase;
    border-bottom: 1px solid #f2f2f2;
}
.address a {
	color: #333;
	text-decoration: none;
}
.address a:hover, .address a:focus {
	color: #EC5A18
}
.panel-all {
	max-height: 400px;
	overflow: auto;
}

.select.form-control:not([size]):not([multiple]) {
    height: calc(3.25rem + 2px) !important;
}
.select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), .input-group-sm > select.input-group-addon:not([size]):not([multiple]), .input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
    height: calc(2.8125rem + 2px) !important;
}

.dataTables_length select{
      height: calc(2.8125rem + 2px) !important;
}