.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  background-image: -webkit-linear-gradient(top, #fbfcff 0%, #beceff 100%);
  background-image: -o-linear-gradient(top, #fbfcff 0%, #beceff 100%);
  background-image: linear-gradient(to bottom, #fbfcff 0%, #beceff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbfcff', endColorstr='#ffbeceff', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b4c6ff;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #beceff;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #beceff;
  border-color: #b4c6ff;
}
.btn-default:disabled,
.btn-default[disabled] {
  background-color: #beceff;
  background-image: none;
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
  background-image: -o-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #2b669a;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #2d6ca2;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #2d6ca2;
  border-color: #2b669a;
}
.btn-primary:disabled,
.btn-primary[disabled] {
  background-color: #2d6ca2;
  background-image: none;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.btn-success:disabled,
.btn-success[disabled] {
  background-color: #419641;
  background-image: none;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.btn-info:disabled,
.btn-info[disabled] {
  background-color: #2aabd2;
  background-image: none;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-warning:disabled,
.btn-warning[disabled] {
  background-color: #eb9316;
  background-image: none;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.btn-danger:disabled,
.btn-danger[disabled] {
  background-color: #c12e2a;
  background-image: none;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-color: #e8e8e8;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: -o-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
  background-color: #357ebd;
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #f2f2f2 0%, #fafafa 100%);
  background-image: -o-linear-gradient(top, #f2f2f2 0%, #fafafa 100%);
  background-image: linear-gradient(to bottom, #f2f2f2 0%, #fafafa 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#fffafafa', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: -o-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #222222 0%, #282828 100%);
  background-image: -o-linear-gradient(top, #222222 0%, #282828 100%);
  background-image: linear-gradient(to bottom, #222222 0%, #282828 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
.top_menu_row {
  margin-top: 8px;
}
.contents_wrapper {
  margin-top: 8px;
}
#sideMenuArea {
  text-align: center;
}
#contents_area {
  margin-top: 12px;
}
h4#whats_new_title {
  color: #008;
  padding: 4px 1px 2px;
  margin-bottom: 0px;
  border-bottom: 1px solid #008;
  font-weight: 700;
}
#newsArea {
  margin-top: 0px;
  background-color: #efefef;
  padding: 3px 15px;
  overflow: auto;
}
@media (max-width: 479px) {
  #newsArea {
    height: 210px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #newsArea {
    height: 210px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #newsArea {
    height: 280px;
  }
}
#newsArea dd {
  padding: 1px 20px 3px;
  margin-bottom: 4px;
  border-bottom: 1px solid #ccc;
}
#newsArea a {
  color: #03f;
}
#newsArea a:hover {
  color: #037;
}
#about_bunri {
  border: 1px solid #008;
  background-color: #FFFFFF;
  padding: 6px 6px 0;
  margin-bottom: 10px;
  border-radius: 4px;
}
#mainContent h2{
	color: #008;
	font-weight: 700;
}

.eyeCatch {
  text-align: center;
  margin-top: 5px;
}
.font-red {
  color: red;
}
.font-silver {
  color: #DDD;
}
.font-blue {
  color: #00C;
}
.sub_page #mainContent {
  min-height: 100px;
  margin-bottom: 25px;
}
.sub_page #mainContent h2 {
  font-size: 16px;
}
.sub_page #mainContent h3 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #008;
  padding: 8px 0 10px;
  margin: 6px 0 3px;
}
.sub_page #mainContent h4 {
	color: #008;
	font-weight: 700;
	font-size: 16px;
	padding-top: 8px;
}
.sub_page #mainContent h5 {
	font-weight: 700;
	padding-top: 8px;
}
.sub_page #mainContent .contentDate {
  text-align: right;
}
.sub_page #mainContent .titleList {
  position: relative;
  border-top: 0px solid #008;
  border-bottom: 0px solid #008;
  border-left: 8px solid #008;
  margin: 5px 0 25px;
  padding-left: 8px;
  clear: left;
}
.sub_page #mainContent .titleList:hover,
.sub_page #mainContent .titleList:active {
  background-color: #FCFCFF;
}
.sub_page #mainContent .titleList .contentDate {
  font-size: 14px;
  text-align: left;
  height: 20px;
  width: 100px;
  margin-left: 13px;
}
.sub_page #mainContent .titleList h3 {
  position: absolute;
  top: 3px;
  left: 115px;
  font-size: 14px;
  border-bottom: none;
  margin: 0 0 0 0;
  padding: 0 0;
}

.sub_page #mainContent .contentTextArea ol,
.sub_page #mainContent .contentTextArea ul{
	list-style-type: none;
}
.sub_page #mainContent .entryExcerpt {
  position: relative;
  top: -8px;
  margin: 0 0 0 115px;
  padding: 0;
}
.sub_page #mainContent .entryMore {
  position: relative;
  top: -7px;
  text-align: right;
  margin: 0;
  padding: 0 8px;
}

#UserLoginForm {
	text-align: center;
	max-width: 480px;
	margin: 20px auto 20px;
	padding: 20px 0 10px;
	background-color: #F9FAFF;
}
.sub_page #UserLoginForm .submit{
	text-align: center;
	margin: 20px auto 10px;
}
.sub_page #UserLoginForm .submit input{
	width: 90px;
	height: 30px;
}



@media (min-width: 768px) {
  .sub_page #mainContent {
    min-height: 600px;
  }
}
@media (max-width: 479px) {
  .sub_page #mainContent .titleList {
    border-left: 4px solid #008;
    margin: 5px 0 15px;
    height: 100%;
  }
  .sub_page #mainContent .titleList h3 {
    top: 1px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .sub_page #mainContent .titleList {
    border-left: 5px solid #008;
    margin: 5px 0 15px;
  }
  .sub_page #mainContent .titleList h3 {
    top: 1px;
  }
}
.sub_page .entry_paging {
  clear: both;
  text-align: center;
  width: 100%;
}
.sub_page .entry_paging a {
  line-height: 2em;
}
@media (max-width: 479px) {
  .sub_page .entry_paging span {
    display: block;
  }
}
.sub_page #mainContent #move h3,
.sub_page #mainContent #byelaw h3,
.sub_page #mainContent #contact h3,
.sub_page #mainContent #privacy h3 {
  margin-bottom: 25px;
}
.sub_page #mainContent #move h4,
.sub_page #mainContent #byelaw h4,
.sub_page #mainContent #contact h4,
.sub_page #mainContent #privacy h4 {
  margin: 20px 0 12px;
}
.sub_page #mainContent #contact #comments-open-data {
  margin: 25px 0 0;
}
.sub_page #mainContent #contact .comment-form {
  margin-top: 7px;
}
.sub_page #mainContent #contact label {
  width: 140px;
  display: block;
  clear: left;
  float: left;
}
.sub_page #mainContent #contact #comments-open-footer {
  margin: 15px;
  text-align: center;
}
@media (max-width: 767px) {
  .sub_page #mainContent #contact #comment-text {
    width: 100%;
  }
}



.staff_page .panel.panel-sideMenu{
	border: 1px solid #008;
	width: 190px;

}

.staff_page .sideMenu{
	max-width: 220px;
}

.panel-sideMenu .panel-collapse ul{
	margin-left: 0px;
	padding: 7px 0 8px 14px;
}

.staff_page #mainContent h3{
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #008;
	padding: 0 0 10px;
	margin: 6px 0 20px;
}


.staff_page #mainContent .linkList{
	text-align: right;
}
.staff_page #mainContent .linkList li{
	padding-left: 25px;
	display: inline-block;
	background: url(../images/arrow_b.gif) 10px 0.3em no-repeat;
}

.staff_page #mainContent .submit{
	text-align: center;
	margin: 5px auto 30px;
}
.staff_page #mainContent .submit input{
	width: 90px;
	height: 30px;
}


.staff_page #mainContent .menu{
	margin-left: 20px;
}

.staff_page #mainContent .menu{
	margin-left: 20px;
}


.menu,
.formArea{
	border: 1px solid #338;
	border-top: none;
	background-color: #F9FAFF;
}
.menu dt, .menu dd,
.formArea dt, .formArea dd{
	padding: 5px 4px 5px 4px;
}
.menu dt ,
.formArea dt {
	width: 220px;
	clear: left;
	float: left;
	color: #333333;
	background-color: #F9FAFF;
	border-top: 1px solid #338;
	border-right: 1px solid #338;
}
.menu dd ,
.formArea dd {
	margin-left: 219px;
	border-top: 1px solid #338;
	border-left: 1px solid #338;
	background-color: #fff;
	min-height: 2.23em;
}
@media (max-width: 767px) {
	.staff_page #mainContent .menu,
	.staff_page #mainContent .menu{
		margin-left: 0px;
	}
}

@media (max-width: 991px) {
	.staff_page #mainContent #mailArea dt {
		width: 100%;
		float: none;
		border-right: none;
	}
	.staff_page #mainContent #mailArea dd {
		margin-left: 0;
		border-left: none;
	}
	
	.staff_page .dataArea .responsive_table tr.title_row{
		display: table-row;
		border-bottom: none;
	}
	.staff_page .dataArea .responsive_table td{
	}
	.staff_page .dataArea td.row_title{
		background-color: #F9FAFF;
		border-bottom: 1px solid; #008;
		padding :4px 3px;
	}
	.staff_page .dataArea .responsive_table .row_title_id{
		display: table-cell;
		padding-left: 5px;
	}
	.staff_page .dataArea .responsive_table .row_title_comment{
		display: table-cell;
	}
}
@media (max-width: 479px) {
	.menu dt,
	.formArea dt {
		width: 100%;
		float: none;
		border-right: none;
	}
	.menu dd,
	.formArea dd {
		margin-left: 0;
		border-left: none;
	}
}

.staff_page .message{
	color: red;
	padding: 5px 0;
	font-weight: 700;
}


.staff_page .dataArea{
	margin-bottom: 30px;
}

.staff_page .dataArea table {
	border-collapse: collapse;
	border-spacing: 0;
}
.staff_page .dataArea td,
.staff_page .dataArea th {
	border :1px solid #338;
	padding: 2px 3px;
}

.staff_page .dataArea th {
	background-color: #F9FAFF;
	color: #000;
	text-align: center;
}

.staff_page .dataArea .paging{
	margin: 3px auto;
	text-align: center;
}
.staff_page .dataArea .logList{
	width: min-width: 420px;
	margin: 3px auto;
}

.staff_page .dataArea #fileList ul{
	list-style-type: none;
}
.staff_page .dataArea #fileList li{
	float: left;
	width:180px;
	margin:5px 9px 5px 0px;
	text-align:center;
}
.staff_page .dataArea .responsive_table tr{
	display: table-row;
}

@media (max-width: 767px) {

	.staff_page .dataArea .responsive_table tbody{
		border-top: 1px solid #008;
		border-left: 1px solid #008;
		border-right: 1px solid #008;
	}

	.staff_page .dataArea .responsive_table th,
	.staff_page .dataArea .responsive_table td{
		border: none;
		padding: 0;
	}
	.staff_page .dataArea .responsive_table td p{
		padding: 0;
		margin: 0;
	}

	.staff_page .dataArea .responsive_table tr{
		border-bottom: 1px solid #008;
	}
	.staff_page .dataArea .responsive_table tr.collapse{
		display: none;
	}
	.staff_page .dataArea .responsive_table tr.collapse.in{
		display: table-row;
	}
	.staff_page .dataArea .responsive_table tr.collapsing {
		position: relative;
		height: 0;
		overflow: hidden;
		-webkit-transition: height 0.35s ease;
		-o-transition: height 0.35s ease;
		transition: height 0.35s ease;
	}

	.staff_page .dataArea .responsive_table tr.title_row{
		display: block;
		border-bottom: none;
	}
	.staff_page .dataArea .responsive_table td{
		display: inline;
		text-align: left;
	}
	.staff_page .dataArea td.row_title{
		display: block;
		background-color: #F9FAFF;
		border-bottom: 1px solid; #008;
		padding :4px 3px;
	}
	.staff_page .dataArea .responsive_table .row_title_id{
		display: table-cell;
		padding-left: 5px;
	}
	.staff_page .dataArea .responsive_table .row_title_comment{
		display: table-cell;
	}
	.staff_page .dataArea .responsive_table .row_body{
		padding : 4px 3px;
	}
	.staff_page .dataArea .responsive_table .row_item{
		padding : 1px 7px 0;
	}
}






.staff_page .dataArea .pager_01{
	margin: 3px auto;
	text-align: center;
}

.staff_page .pager .next > span{
	float: none;
}

.staff_page .dataArea table .wA1 {
	width: 20px;
}
.staff_page .dataArea table .wA2 {
	width: 40px;
}
.staff_page .dataArea table .wA3 {
	width: 60px;
}
.staff_page .dataArea table .wA4 {
	width: 80px;
}

.staff_page .dataArea table .wB1 {
	width: 30px;
}
.staff_page .dataArea table .wB2 {
	width: 60px;
}
.staff_page .dataArea table .wB3 {
	width: 90px;
}
.staff_page .dataArea table .wB4 {
	width: 120px;
}
.staff_page .dataArea table .wB5 {
	width: 150px;
}

.staff_page .dataArea table .wC1 {
	width: 50px;
}
.staff_page .dataArea table .wC2 {
	width: 100px;
}
.staff_page .dataArea table .wC3 {
	width: 150px;
}
.staff_page .dataArea table .wC4 {
	width: 200px;
}
.staff_page .dataArea table .wC5 {
	width: 250px;
}
.staff_page .dataArea table .wC6 {
	width: 300px;
}

.staff_page .dataArea table .wD1 {
	width: 100px;
}
.staff_page .dataArea table .wD2 {
	width: 200px;
}
.staff_page .dataArea table .wD3 {
	width: 300px;
}
.staff_page .dataArea table .wD4 {
	width: 400px;
}
.staff_page .dataArea table .wD5 {
	width: 500px;
}















.cake-sql-log{
	max-width: 100%;
}


.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  border-color: #dca7a7;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%);
  background-image: -o-linear-gradient(top, #428bca 0%, #3071a9 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #3071a9;
  background-image: -webkit-linear-gradient(top, #428bca 0%, #3278b3 100%);
  background-image: -o-linear-gradient(top, #428bca 0%, #3278b3 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
  border-color: #3278b3;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: -o-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}
.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}
/*# sourceMappingURL=bootstrap-theme.css.map */