.dataTable {
	width: 100% !important;
}
legend label {
	padding-left: 10px;
}
/* .navbar .brand {
	color: #f86128;
	padding-top: 12px;
} */
.servertime {
    text-align: center;
    color: #000;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 5px;
    font-weight: bold;
}
fieldset {
	background: #fff;
	/*
	-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
	margin-top: 20px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	*/
}

.dg_header {
	font-size: 22px;
  	margin: 20px 0;
  	color: #263884 !important;
  	/*
	line-height: 50px;
	font-size: 14px;
	font-weight: bold;
	margin: -10px;
	margin-bottom: 20px;
	color: #666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	
	background: #cccccc;
	background-image:
		url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee),
		color-stop(100%, #cccccc) );
	background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
	background-image: linear-gradient(top, #eeeeee, #cccccc);
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
	border-bottom: 1px solid #f8f8f8;
	-moz-border-radius: 5px 5px 0 0/5px 5px 0 0;
	border-radius: 5px 5px 0 0/5px 5px 0 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	*/
}


.dg_header a{
	font-size: 22px;
  	margin: 20px 0;
  	color: #263884 !important;
	font-weight:normal;
}

.radio, .checkbox {
  min-height: 32px;
}

.navbar .brand {
	max-height: 40px;
	overflow: visible;
	padding-bottom: 0;
	margin: 7px 0;
}

.btn-mini {
    margin-right: 3px;
}

@media ( max-width :979px) {
	.navbar-fixed-top {
		margin-bottom: 0 !important; /*bootstrap override*/
	}
	.appbody {
		padding-top: 0 !important;
	}
}

.navbar-inverse .navbar-inner {
	background-color: #263884;
	background-image: -moz-linear-gradient(top, #263884, #263884);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#263884),
		to(#263884) );
	background-image: -webkit-linear-gradient(top, #263884, #263884);
	background-image: -o-linear-gradient(top, #263884, #263884);
	background-image: linear-gradient(to bottom, #263884, #263884);
	background-repeat: repeat-x;
	border-color: #263884;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#263884',
		endColorstr='#ff111111', GradientType=0 );
}

.navbar-inverse .divider-vertical {
	border-left-color: #263884;
	border-right-color: #263884;
}

.navbar-inverse .nav .active>a,.navbar-inverse .nav .active>a:hover,.navbar-inverse .nav .active>a:focus
	{
	color: #ffffff;
	background-color: rgba(13, 26, 80, 0.53);
}

.navbar-inverse .nav>li>a {
  color: #fff ;
  text-shadow:none;
}
.navbar-inverse .nav li.dropdown>.dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.show-grid [class*="span"] {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	min-height: 40px;
	line-height: 40px;
}

.back-to-top {
	border: 1px solid #222;
	border-bottom: 0;
	bottom: 0;
	display: none;
	float: left;
	font-size: 11px;
	padding: 10px 10px 5px;
	position: fixed;
	right: 30px;
	text-decoration: none;
	z-index: 99999;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	background: #263884;
	color: #fff;
}

.back-to-top:hover{
	background: #263884;
	color: #fff;
	text-decoration: none;	
}

.table-borderless td,.table-borderless th {
	border: 0 !important
}

/* Desktop
------------------------- */
@media ( max-width : 980px) { /* Unfloat brand */
	body>.navbar-fixed-top .brand {
		float: left;
		margin-left: 0;
		padding-left: 10px;
		padding-right: 10px;
	}

	/* Inline-block quick links for more spacing */
	.quick-links li {
		display: inline-block;
		margin: 5px;
	}
}
/* Tablet to desktop
------------------------- */
@media ( min-width : 768px) and (max-width: 979px) {
	/* Remove any padding from the body */
	body {
		padding-top: 0;
	}
	/* Widen masthead and social buttons to fill body padding */
	.jumbotron {
		margin-top: -20px; /* Offset bottom margin on .navbar */
	}
	/* Adjust sidenav width */
	.bs-docs-sidenav {
		width: 166px;
		margin-top: 20px;
	}
	.bs-docs-sidenav.affix {
		top: 0;
	}
}

/* Tablet
------------------------- */
@media ( max-width : 767px) { /* Remove any padding from the body */
	body {
		padding-top: 0;
	}

	/* Widen masthead and social buttons to fill body padding */
	.jumbotron {
		padding: 40px 20px;
		margin-top: -20px; /* Offset bottom margin on .navbar */
		margin-right: -20px;
		margin-left: -20px;
	}
	/* Space out the show-grid examples */
	.show-grid [class*="span"] {
		margin-bottom: 5px;
	}
}

/* Landscape phones
------------------------- */
@media ( max-width : 480px) { /* Remove padding above jumbotron */
	body {
		padding-top: 0;
	}

	/* Change up some type stuff */
	h2 small {
		display: block;
	}

	/* Downsize the jumbotrons */
	.jumbotron h1 {
		font-size: 45px;
	}
	.jumbotron p,.jumbotron .btn {
		font-size: 18px;
	}
	.jumbotron .btn {
		display: block;
		margin: 0 auto;
	}

	/* Do our best to make tables work in narrow viewports */
	table code {
		white-space: normal;
		word-wrap: break-word;
		word-break: break-all;
	}
}

/*-moz-linear-gradient(45deg, #020031 0%, #6d3353 100%)*/
.jumbotron {
	position: relative;
	padding: 40px 0;
	/* 	color: #fff; */
	color: #333;
	text-align: center;
	text-shadow: 0 1px 3px rgba(0, 0, 0, .4), 0 0 30px rgba(0, 0, 0, .075);
	/* 	background: #3b5998; Old browsers
	background: -moz-linear-gradient(45deg, #3b5998 0%, #eeeeee 100%);
	FF3.6+
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #3b5998),
		color-stop(100%, #eeeeee) ); Chrome,Safari4+
	background: -webkit-linear-gradient(45deg, #3b5998 0%, #eeeeee 100%);
	Chrome10+,Safari5.1+
	background: -o-linear-gradient(45deg, #3b5998 0%, #eeeeee 100%);
	Opera 11.10+
	background: -ms-linear-gradient(45deg, #3b5998 0%, #eeeeee 100%);
	IE10+
	background: linear-gradient(45deg, #3b5998 0%, #eeeeee 100%); W3C
	filter: progid:DXImageTransform.Microsoft.gradient(    startColorstr='#3b5998',
		endColorstr='#eeeeee', GradientType=1 );
	IE6-9 fallback on horizontal gradient
	-webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, .2), inset 0 -3px 7px
		rgba(0, 0, 0, .2);
	-moz-box-shadow: inset 0 3px 7px rgba(0, 0, 0, .2), inset 0 -3px 7px
		rgba(0, 0, 0, .2);
	box-shadow: inset 0 3px 7px rgba(0, 0, 0, .2), inset 0 -3px 7px
		rgba(0, 0, 0, .2); */
}

.jumbotron .container {
	position: relative;
	z-index: 2;
}

.jumbotron:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: .4;
}

.jumbotron h1 {
	font-size: 80px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1;
}

.jumbotron p {
	font-size: 24px;
	font-weight: 300;
	line-height: 1.25;
	margin-bottom: 30px;
}

.subhead {
	text-align: center;
	/* border-bottom: 1px solid #ddd; */
}

.subhead h1 {
	font-size: 60px;
}

.subhead p {
	margin-bottom: 20px;
}

.subhead .navbar {
	display: none;
}

.custom-label-info {
	background-color: rgb(107, 133, 146);
}

.table-striped tbody>tr:nth-child(even)>td,.table-striped tbody>tr:nth-child(even)>th
	{
	background-color: #F5F5F5;
}

.appbody {
	padding-right: 10px;
	padding-left: 10px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding-top: 10px;
}
/**************************************************************************************************/

/* line 5, layout.css.scss */
html {
	height: 100%;
}

/* line 10, layout.css.scss */
body {
	height: 100%;
	/*background: url('../images/linen-lighter.png');*/
	-webkit-font-smoothing: antialiased;
}

/* line 17, layout.css.scss */
ol,ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* line 19, bootstrap/_reset.css.scss */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section
	{
	display: block;
}
/* line 24, layout.css.scss */
nav.main-nav>ul {
	height: 100%;
	border-bottom: 1px solid #4A4A54;
}
/* line 28, layout.css.scss */
nav.main-nav>ul>li {
	border-bottom: 1px solid #193164;
	padding: 5px 0;
}
/* line 33, layout.css.scss */
nav.main-nav>ul>li>a {
	color: #fff;
	text-shadow: 0 1px rgba(0, 0, 0, 0.5);
	display: block;
	padding: 7px 10px;
	text-decoration: none;
	
}
/* line 41, layout.css.scss */
nav.main-nav>ul>li>a:hover {
	background: #fff;
	color: #263884;
	text-shadow: none; 
}
/* line 45, layout.css.scss */
nav.main-nav>ul>li>a i {
	color: #fff;
}
/* line 51, layout.css.scss */
nav.main-nav>ul>li.active {
	font-weight: bold;
	background: #fff;
	color: #263884;
}
nav.main-nav>ul>li.active>a{
	color: #263884;
	text-shadow: none;
	font-weight: normal;
}

nav.main-nav>ul>li:hover{
	color: #263884;
	background: #fff;
	text-shadow: none;
}

/* line 55, layout.css.scss */
nav.main-nav>ul>li.active>a i {
	color: #263884;
	
}

nav.main-nav>ul>li a:hover i {
	color: #263884;
}

/* line 63, layout.css.scss */
nav.main-nav>ul>li.bottom {
	border: none;
	border-top: 1px solid #4A4A54;
}

/* line 67, layout.css.scss */
nav.main-nav>ul>li.bottom a {
	bottom: 7px;
	position: absolute;
}
/* line 71, layout.css.scss */
nav.main-nav>ul>li.bottom a:hover {
	background: transparent;
}

/* line 82, layout.css.scss */
nav#primary {
	/*background: url('../images/linen-gray.png');*/
	background-color: #263884;
	float: left;
	height: 100%;
	width: 200px;
	margin-top: 47px;
	margin-left: 18px;
	/*
	-moz-box-shadow: inset -5px 0px 5px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: inset 0px -5px 5px rgba(0, 0, 0, 0.4);
	box-shadow: inset -5px 0px 5px rgba(0, 0, 0, 0.4);
	*/
	position: fixed;
}
/* line 93, layout.css.scss */
nav#primary>ul>li>a {
	font-size: 13px;
	line-height: 10px;
	opacity: .9;
	padding-right: 5px;
}
/* line 98, layout.css.scss */
nav#primary>ul>li>a i {
	/*display: block;*/
	display:inline;
	font-size: 20px;
	padding-top: 14px;
	width: 100%;
	height: 36px;
	line-height: 20px;
	padding-right: 10px;
}



.margin-left{
		margin-left: 200px;
	}

@media ( max-width : 980px) { /* line 17, responsive-max1024.css.scss */
	nav#primary {
		float: none;
		height: auto;
		width: 100%;
		border-bottom: 1px solid #1D1E21;
		overflow: visible;
		/*display: block;*/
		padding-top: 0;
		position: relative;
		z-index: 1;
		margin-left: 0;
		margin-top: 1px;
	}
	/* line 27, responsive-max1024.css.scss */
	nav#primary>ul {
		width: 100%;
	}
	/* line 31, responsive-max1024.css.scss */
	nav#primary .dropdown {
		position: relative;
		z-index: 1;
	}
	/* line 36, responsive-max1024.css.scss */
	nav#primary>ul>li {
		display: inline;
		width: 80px;
		border: none;
	}
	/* line 41, responsive-max1024.css.scss */
	nav#primary>ul>li.bottom a {
		position: static;
	}
	
	nav.main-nav>ul>li.active>a{
		background-color: #fff;
	}
	nav#primary>ul>li>a {
		border-bottom: solid 1px #193164;
	}
	.margin-left{
		margin-left: 0;
	}
	nav#primary>ul>li>a {
	line-height: 25px;
	}
	.navbar-inverse .nav-collapse .nav>li>a:hover{
		background-color: #fff;
		color: #263884;
	}
}

@media ( max-width : 480px) { /* line 6, responsive-max480.css.scss */
	nav#primary>ul>li {
		width: 33.3%;
		/*margin-left: -3px;*/
	}
	nav#primary {
		padding-top: 0;
	}
	nav.main-nav>ul>li.active>a{
		background-color: #fff;
		height: 100%;
	}
}

.padding-bottom-30px{
	padding-bottom: 30px;	
}
 

.cursor-text{
	cursor:default
}

.label, .badge {
  background-color: #f5f5f5;
  margin-bottom: 2px;
  border-radius: 4px;
  border: 1px solid #e3e3e3;
}

.label h4{
	color: #263884;
	font-size: 15px;
	text-align: left;
	font-weight: normal;
	text-shadow: none;
	padding-left: 10px;
}

table.table thead .sorting_disabled, table.table thead .sorting_asc, table.table thead .sorting  {
  background: #E9E9E9;
  height: 35px;
  color: #263884;
}

table thead th {
  vertical-align: middle !important;
}

.navbar-inverse .nav li.dropdown.open>.dropdown-toggle, .navbar-inverse .nav li.dropdown.active>.dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle {
  color: #263884;
  background-color: #fff;
}

.dropdown-menu li>a, .dropdown-menu li>p {
  color: #263884;
}

@media (max-width: 979px)
{
.navbar-inverse .nav-collapse .nav>li>a, .navbar-inverse .nav-collapse .dropdown-menu a {
  color: #fff;
}
.nav-collapse .nav>li>a:hover {
	background-color: #fff;

	}
}
.navbar .nav {
  margin: 4px 10px 0 0;
}

.btn-create {
	  padding: 15px 0;
	  background: #263884;
	  color: #fff;
	  font-size: 15px;
	  cursor: pointer;
	  text-align: center;
	  padding: 15px 5px;
	  text-decoration: none;
	  border-radius: 3px;
	  text-shadow: none;
}

.btn-create:hover {
		background: #263884;
		color: #fff;
}

.nav-collapse>ul>li a:hover {
  		background: #263884;
		color: #fff;
}


@media screen and (max-width: 1250px) {
	.dataTables_wrapper, .show-grid, .dg_header, .label, .checkbox, .appbody {
	  	margin-left: 60px;
	}
}

@media screen and (max-width: 1180px) {
	.dataTables_wrapper, .show-grid, .dg_header, .label, .checkbox, .appbody {
	  	margin-left: 20px;
	}
}

@media screen and (max-width: 950px) {
	.dataTables_wrapper, .show-grid, .dg_header, .label, .checkbox, .appbody {
	  	margin-left: 0;
	}
}
