@charset "UTF-8";
/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

/* #footerfull {clear: both;}
#footerThreeMods {width: 100%; }
#footerleft, #footermiddle, #footerright {width: 32%;float: left;}
#footerleft {}
#footermiddle {margin-left: 2%}
#footerright {margin-left: 2%}

@media (max-width: 960px) {
    #footerThreeMods {width: auto; }
}

@media (max-width: 767px) {
    #footerleft, #footermiddle, #footerright {width: auto; float: none; }
}
*/

:root {
  --protostar-color-primary: #ffffff;
  --protostar-color-link: #224faa;
  --protostar-color-hover: #993366;
}
.container {width: 940px;}
.container-header .grid-child {
  padding: 0.0em;
}

.nothing {
   
}

.container-banner {
  display: block;
  margin: 0 0 0rem;
}

.wrapper .container {border: 1px solid #d4d4d4;}

/* .grid-child {
  display: flex;
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto; */
}
@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}

.card-header {
  padding: 0rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid #dfe3e7;
}

.well {
	min-height: 20px;
	padding: 11px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 1.6rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 1.5rem;
  }
}

h3, .h3 {
  font-size: calc(1.2rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.3rem;
  }
}

h4, .h4 {
  font-size: calc(1.1rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.2rem;
  }
}

h5, .h5 {
  font-size: 1.0rem;
}

h6, .h6 {
  font-size: 0.8rem;
}

body {
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #333;
	background-color: #77a6d4;
}

a {
  color: var(--protostar-color-link);
  text-decoration: none;
}

a:not([class]) {
  text-decoration: none;
}
a:hover {
  color: var(--protostar-color-hover);
  text-decoration: underline;
}

hr {
	margin: 15px 0;
	border: 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #000;
}

.center {
	text-align: center;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.1rem 0.1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #22262a;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-select, .custom-select {
  display: block;
  width: 100%;
  padding: 0.1rem 1rem 0.1rem 1rem;
  -moz-padding-start: calc(1rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #22262a;
  background-color: #eaedf0;
  background-image: url("../images/select-bg.svg");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 116rem;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.btnj3 {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #333;
	text-shadow: 0 1px 1px rgba(255,255,255,0.75);
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
	background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
	background-image: -o-linear-gradient(top,#fff,#e6e6e6);
	background-image: linear-gradient(to bottom,#fff,#e6e6e6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	*background-color: #e6e6e6;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border: 1px solid #bbb;
	*border: 0;
	border-bottom-color: #a2a2a2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	*margin-left: .3em;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btnj3:hover,
.btnj3:focus,
.btnj3:active,
.btnj3.active,
.btnj3.disabled,
.btnj3[disabled] {
	color: #333;
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
}
.btnj3:active,
.btnj3.active {
	background-color: #cccccc \9;
}
.btnj3:first-child {
	*margin-left: 0;
}
.btnj3:hover,
.btnj3:focus {
	color: #333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear;
}
.btnj3:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btnj3.active,
.btnj3:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btnj3.disabled,
.btnj3[disabled] {
	cursor: default;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}



.btn-info {
	color: #fff;
	line-height: 1.5;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #89c179;
	background-image: -moz-linear-gradient(top,#b0d5a5,#90c581);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#b0d5a5),to(#90c581));
	background-image: -webkit-linear-gradient(top,#b0d5a5,#90c581);
	background-image: -o-linear-gradient(top,#b0d5a5,#90c581);
	background-image: linear-gradient(to bottom,#b0d5a5,#90c581);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
	border-color: #2f96b4 #2f96b4 #1f6377;
	*background-color: #90c581;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover {
	color: #000;
	background-color: #89c179;
	*background-color: #49afcd;
	//#49afcd;#89c179 #1f6377;
}

.btn-info1 {
	width: 80%;
	font-size: 14px;
	color: #fff;
	line-height: 1.5;
	padding-left: 14px;
	margin : 15px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #89c179;
	background-image: -moz-linear-gradient(top,#ff6699,#ff9999);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#ff6699),to(#ff9999));
	background-image: -webkit-linear-gradient(top,#ff6699,#ff9999);
	background-image: -o-linear-gradient(top,#ff6699,#ff9999);
	background-image: linear-gradient(to bottom,#ff6699,#ff9999);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
	border-color: #2f96b4 #2f96b4 #1f6377;
	*background-color: #ff9999;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-info2 {
	width: 80%;
	font-size: 14px;
	color: #000;
	line-height: 1.5;
	padding-left: 14px;
	margin : 1px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #ffe6e6;
	*background-color: #ff9999;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-infox-short {
	line-height: 1.5;
	padding-left: 14px;
	margin : 15px;
}

.btn-goal {
	color: #fff;
	line-height: 1.9;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #8cb0d4;
	background-image: -moz-linear-gradient(top,#638db8,#4478ad);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#638db8),to(#4478ad));
	background-image: -webkit-linear-gradient(top,#638db8,#4478ad);
	background-image: -o-linear-gradient(top,#638db8,#4478ad);
	background-image: linear-gradient(to bottom,#638db8,#4478ad);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff638db8', endColorstr='#ff4478ad', GradientType=0);
	border-color: #002f8d #002f8d #001641;
	*background-color: #638db8;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-goal:hover ,
.btn-goal:focus,
.btn-goal:active,
.btn-goal.active,
.btn-goal.disabled,
.btn-goal[disabled] {
	color: #000;
	background-color: #89b1d6;
	*background-color: #49afcd;
	//#49afcd;#89b1d6 #1f6377;
}
	
.btn-goal:active,
.btn-goal.active {
	background-color: #89b1d6 \9; 						  
}
.btn-goal1 {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #be4622;
	background-image: -moz-linear-gradient(top,#be4622,#a83024);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#be4622),to(#a83024));
	background-image: -webkit-linear-gradient(top,#be4622,#a83024);
	background-image: -o-linear-gradient(top,#be4622,#a83024);
	background-image: linear-gradient(to bottom,#be4622,#a83024);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff638db8', endColorstr='#ff4478ad', GradientType=0);
	border-color: #002f8d #002f8d #001641;
	*background-color: #638db8;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-goal1:hover,
.btn-goal1:focus,
.btn-goal1:active,
.btn-goal1.active,
.btn-goal1.disabled,
.btn-goal1[disabled] {
	color: #000;
	background-color: #d8574a;
	*background-color:#d8574a;
	//#49afcd;#89b1d6 #1f6377;
}
	
.btn-goal1:active,
.btn-goal1.active {
	background-color: #89b1d6 \9;
}

.btn-goal2 {
	color: #ggg;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #F0ECE6 ;
	background-image: -moz-linear-gradient(top,#F0ECE6,#F0ECE6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#F0ECE6),to(#F0ECE6));
	background-image: -webkit-linear-gradient(top,#F0ECE6,#F0ECE6);
	background-image: -o-linear-gradient(top,#F0ECE6,#F0ECE6);
	background-image: linear-gradient(to bottom,#F0ECE6,#F0ECE6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff638db8', endColorstr='#ff4478ad', GradientType=0);
	border-color: #002f8d #002f8d #001641;
	*background-color: #F0ECE6;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-goal2:hover ,
.btn-goal2:focus,
.btn-goal2:active,
.btn-goal2.active,
.btn-goal2.disabled,
.btn-goal2[disabled] {
	color: #hhh;
	background-color: #F0ECE6;
	*background-color:#F0ECE6;
	//#49afcd;#89b1d6 #1f6377;
}
	
.btn-goal2:active,
.btn-goal2.active {
	background-color: #F0ECE6 \9;
}

/* .btn-primary {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #31618f;
	background-image: -moz-linear-gradient(top,#005e8d,#002f8d);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#005e8d),to(#002f8d));
	background-image: -webkit-linear-gradient(top,#005e8d,#002f8d);
	background-image: -o-linear-gradient(top,#005e8d,#002f8d);
	background-image: linear-gradient(to bottom,#005e8d,#002f8d);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff005e8d', endColorstr='#ff002e8d', GradientType=0);
	border-color: #002f8d #002f8d #001641;
	*background-color: #002f8d;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	color: #fff;
	background-color: #002f8d;
	*background-color: #002674;
}
*/

.btn-primary:active,
.btn-primary.active {
	background-color: #001e5a \9;
}

.btn-primary {
  color: white;
  background-color: #3399ff;
  border-color: #010156;
}

.btn-primary:hover {
  color: grey;
  background-color: #dddddd;
  border-color: #010145;
}

.btn-secondary {
  color: white;
  background-color: #c3c3cb;
  background-image: linear-gradient(to bottom, #c3c3cb, #898999);
  border-color: #6d757e;
}
.btn-secondary:hover {
  color: black;
  background-color: #5d636b;
  background-image: linear-gradient(to bottom, #898999, #c3c3cb);
  border-color: #575e65;
}


.btn-phocabuttonblue {
  color: white;
  background-color: #3399ff;
  border-color: #010156;
}
.btn-phocabuttonblue:hover {
  color: black;
  background-color: #ddddd9;
  border-color: #010145;
}

.table-bordered {
	border: 1px solid #ddd;
	border-collapse: separate;
	*border-collapse: collapse;
	border-left: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.table-bordered th,
.table-bordered td {
	border-left: 0px solid #ddd;
}
.table-stroped tbody > tr:nth-child(odd) > td,
.table-stroped tbody > tr:nth-child(odd) > th {
	background-color: #e4edf0;
}

.list-author {
	    font-size: 12px;
}
.list-edit {
	    font-size: 12px;
}

.login {
	min-height: 20px;
	padding: 11px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

.badge {
	background: #999;
}


.badge-success {
	display: inline-block;
	padding: 2px 4px;
	font-size: 10.998px;
	font-weight: bold;
	line-height: 20px;
	color: #fff;
	vertical-align: baseline;
	white-space: nowrap;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #468847;
}

.badge-success[href] {
	background-color: #356635;
}

.badgephoca {
	display: inline-block;
	padding: 2px 4px;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	color: #fff;
	vertical-align: baseline;
	white-space: nowrap;
	text-shadow: 1px 1px 0px #ddd;
	background-color: #a0a0a0;
}

.badgephoca {
	padding-left: 9px;
	padding-right: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}

.badgenomoi {
	display: inline-block;
	padding: 2px 4px;
	font-size: 11px;
	font-weight: bold;
	line-height: 24px;
	color: #fff;
	vertical-align: baseline;
	white-space: nowrap;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #83ad95;
}

.badgenomoi {
	padding-left: 9px;
	padding-right: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}

.badge1 {
	display: inline-block;
	padding: 2px 4px;
	font-size: 10.998px;
	font-weight: bold;
	line-height: 20px;
	color: #fff;
	vertical-align: baseline;
	white-space: nowrap;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #edeeec;
}

.badge1 {
	padding-left: 9px;
	padding-right: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}
			  
.pd-category-viewbadge2 {
	padding: 2px 4px;
	font-size: 10.998px;
	font-weight: bold;
	line-height: 20px;
	color: #fff;
	vertical-align: baseline;
	white-space: nowrap;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #dcdddb;
}

.pd-category-viewbadge2 {
	padding-left: 9px;
	padding-right: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}

.pd-category-viewbtn {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #333;
	text-shadow: 0 1px 1px rgba(255,255,255,0.75);
	background-color: #f5f5f5;
	border: 1px solid #bbb;
	*border: 0;
	border-bottom-color: #a2a2a2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	*margin-left: .3em;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}

div.radiofones {
	color: #000;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	background-color: #F0ECE6 ;
	background-image: -moz-linear-gradient(top,#F0ECE6,#F0ECE6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#F0ECE6),to(#F0ECE6));
	background-image: -webkit-linear-gradient(top,#F0ECE6,#F0ECE6);
	background-image: -o-linear-gradient(top,#F0ECE6,#F0ECE6);
	background-image: linear-gradient(to bottom,#F0ECE6,#F0ECE6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff638db8', endColorstr='#ff4478ad', GradientType=0);
	*background-color: #F0ECE6;
	display: block;
	padding: 12px 12px;
	margin-bottom: 0;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #000;
	background-color: #fff;
	border: 5px solid #ccc;
	*border: 0;
	border-bottom-color: #a2a2a2;
	border-top-color: #F3F2F2;
	border-collapse: separate;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	*margin-left: .3em;
}

.tablediv1 {
	padding: 18px;
	text-align: left;
	border: 1px solid #ddd;
}

.list-bordered1,
.row-bordered1 {
	list-style: none;
	line-height: 18px;
	text-align: left;
	vertical-align: middle;
	margin-left: 0;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.maximenuck {
    padding-left: 0px;
	padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

div#mm_main202.maximenuckh ul.maximenuck li.level1.parent > span.separator {
	padding-left: 10px;
	padding-right: 5px;
}

div#mm_registered173.maximenuckh ul.maximenuck li.level1.parent > span.separator {
	padding-left: 20px;
	padding-right: 20px;
}

div#mm_main202 ul.maximenuck li div.floatck ul.maximenuck2,
div#mm_main202 ul.maximenuck2 {
    clear:left;
    text-align : left;
    background : #dddddd;  
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

ul li {
        list-style: none;
    }


.list-striped,
.row-striped {
	list-style: none;
	line-height: 18px;
	text-align: left;
	vertical-align: middle;
	border-top: 1px solid #ddd;
	margin-left: 0;
}
.list-striped li,
.list-striped dd,
.row-striped .row,
.row-striped .row-fluid {
	border-bottom: 1px solid #ddd;
	padding: 8px;
}
.list-striped li:nth-child(odd),
.list-striped dd:nth-child(odd),
.row-striped .row:nth-child(odd),
.row-striped .row-fluid:nth-child(odd) {
	background-color: #f9f9f9;
}
.list-striped li:hover,
.list-striped dd:hover,
.row-striped .row:hover,
.row-striped .row-fluid:hover {
	background-color: #f5f5f5;
}
.row-striped .row-fluid {
	width: 100%;
	box-sizing: border-box;
}
.row-striped .row-fluid [class*="span"] {
	min-height: 10px;
}
.row-striped .row-fluid [class*="span"] {
	margin-left: 8px;
}
.row-striped .row-fluid [class*="span"]:first-child {
	margin-left: 0;
}
.list-condensed li {
	padding: 4px 5px;
}
.row-condensed .row,
.row-condensed .row-fluid {
	padding: 4px 5px;
}
.list-bordered,
.row-bordered {
	list-style: none;
	line-height: 18px;
	text-align: left;
	vertical-align: middle;
	margin-left: 0;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
