.registration table {
    caption-side: bottom;
    border-collapse: collapse;
}

.registration caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: var(--bs-secondary-color);
    text-align: left;
}

.registration th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

.registration thead,
.registration tbody,
.registration tfoot,
.registration tr,
.registration td,
.registration th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

.registration .table {
    width: 100%;
    color: #212529;
}

.registration .table th,
.registration .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.registration .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.registration .table tbody + tbody {
    border-top: 2px solid #dee2e6;
}

.registration .table-sm th,
.registration .table-sm td {
    padding: 0.3rem;
}

.registration .table-bordered {
    border: 1px solid #dee2e6;
}

.registration .table-bordered th,
.registration .table-bordered td {
    border: 1px solid #dee2e6;
}

.registration .table-bordered thead th,
.registration .table-bordered thead td {
    border-bottom-width: 2px;
}

.registration .table-borderless th,
.registration .table-borderless td,
.registration .table-borderless thead th,
.registration .table-borderless tbody + tbody {
    border: 0;
}

.registration .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.registration .table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
}

.registration .table-primary,
.registration .table-primary > th,
.registration .table-primary > td {
    background-color: #b8daff;
}

.registration .table-primary th,
.registration .table-primary td,
.registration .table-primary thead th,
.registration .table-primary tbody + tbody {
    border-color: #7abaff;
}

.registration .table-hover .table-primary:hover {
    background-color: #9fcdff;
}

.registration .table-hover .table-primary:hover > td,
.registration .table-hover .table-primary:hover > th {
    background-color: #9fcdff;
}

.registration .table-secondary,
.registration .table-secondary > th,
.registration .table-secondary > td {
    background-color: #d6d8db;
}

.registration .table-secondary th,
.registration .table-secondary td,
.registration .table-secondary thead th,
.registration .table-secondary tbody + tbody {
    border-color: #b3b7bb;
}

.registration .table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}

.registration .table-hover .table-secondary:hover > td,
.registration .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf;
}

.registration .table-success,
.registration .table-success > th,
.registration .table-success > td {
    background-color: #c3e6cb;
}

.registration .table-success th,
.registration .table-success td,
.registration .table-success thead th,
.registration .table-success tbody + tbody {
    border-color: #8fd19e;
}

.registration .table-hover .table-success:hover {
    background-color: #b1dfbb;
}

.registration .table-hover .table-success:hover > td,
.registration .table-hover .table-success:hover > th {
    background-color: #b1dfbb;
}

.registration .table-info,
.registration .table-info > th,
.registration .table-info > td {
    background-color: #bee5eb;
}

.registration .table-info th,
.registration .table-info td,
.registration .table-info thead th,
.registration .table-info tbody + tbody {
    border-color: #86cfda;
}

.registration .table-hover .table-info:hover {
    background-color: #abdde5;
}

.registration .table-hover .table-info:hover > td,
.registration .table-hover .table-info:hover > th {
    background-color: #abdde5;
}

.registration .table-warning,
.registration .table-warning > th,
.registration .table-warning > td {
    background-color: #ffeeba;
}

.registration .table-warning th,
.registration .table-warning td,
.registration .table-warning thead th,
.registration .table-warning tbody + tbody {
    border-color: #ffdf7e;
}

.registration .table-hover .table-warning:hover {
    background-color: #ffe8a1;
}

.registration .table-hover .table-warning:hover > td,
.registration .table-hover .table-warning:hover > th {
    background-color: #ffe8a1;
}

.registration .table-danger,
.registration .table-danger > th,
.registration .table-danger > td {
    background-color: #f5c6cb;
}

.registration .table-danger th,
.registration .table-danger td,
.registration .table-danger thead th,
.registration .table-danger tbody + tbody {
    border-color: #ed969e;
}

.registration .table-hover .table-danger:hover {
    background-color: #f1b0b7;
}

.registration .table-hover .table-danger:hover > td,
.registration .table-hover .table-danger:hover > th {
    background-color: #f1b0b7;
}

.registration .table-light,
.registration .table-light > th,
.registration .table-light > td {
    background-color: #fdfdfe;
}

.registration .table-light th,
.registration .table-light td,
.registration .table-light thead th,
.registration .table-light tbody + tbody {
    border-color: #fbfcfc;
}

.registration .table-hover .table-light:hover {
    background-color: #ececf6;
}

.registration .table-hover .table-light:hover > td,
.registration .table-hover .table-light:hover > th {
    background-color: #ececf6;
}

.registration .table-dark,
.registration .table-dark > th,
.registration .table-dark > td {
    background-color: #c6c8ca;
}

.registration .table-dark th,
.registration .table-dark td,
.registration .table-dark thead th,
.registration .table-dark tbody + tbody {
    border-color: #95999c;
}

.registration .table-hover .table-dark:hover {
    background-color: #b9bbbe;
}

.registration .table-hover .table-dark:hover > td,
.registration .table-hover .table-dark:hover > th {
    background-color: #b9bbbe;
}

.registration .table-active,
.registration .table-active > th,
.registration .table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}

.registration .table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.registration .table-hover .table-active:hover > td,
.registration .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
}

.registration .table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}

.registration .table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.registration .table-dark {
    color: #fff;
    background-color: #343a40;
}

.registration .table-dark th,
.registration .table-dark td,
.registration .table-dark thead th {
    border-color: #454d55;
}

.registration .table-dark .table-bordered {
    border: 0;
}

.registration .table-dark .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}

.registration .registration .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
    .registration .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .registration .table-responsive-sm > .table-bordered {
        border: 0;
    }
}

@media (max-width: 767.98px) {
    .registration .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .registration .table-responsive-md > .table-bordered {
        border: 0;
    }
}

@media (max-width: 991.98px) {
    .registration .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .registration .table-responsive-lg > .table-bordered {
        border: 0;
    }
}

@media (max-width: 1199.98px) {
    .registration .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .registration .table-responsive-xl > .table-bordered {
        border: 0;
    }
}

.registration .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.registration .table-responsive > .table-bordered {
    border: 0;
}

.registration .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.registration .table-responsive > .table-bordered {
    border: 0;
}



tr.notranked td{
	background-color:#ddd;
}

.registration-form, .registration-form p, .registration-form p a {
	color:#ffffff;
    padding-top:10px;
}

section.idealsteps-step ul, #registration-form ul  { 
   list-style-type: disc; 
   list-style-position: inside;
   padding: 15px 0 25px 10px;
}
section.idealsteps-step ol { 
   list-style-type: decimal; 
   list-style-position: inside;
   padding: 0 0 25px;
}
section.idealsteps-step ul ul, ol ul { 
   list-style-type: circle; 
   list-style-position: inside; 
   margin-left: 15px; 
}
section.idealsteps-step ol ol, ul ol { 
    list-style-type: lower-latin;
    list-style-position: inside;
    margin-left: 15px;
}

section.idealsteps-step ul li, section.idealsteps-step div, #registration-form ul li{
    font-size: 18px;
    line-height: 1.2em;
}

section.idealsteps-step ul li a {
    color: #f5f5f5;
    text-decoration: underline;
}

section.idealsteps-step ul li a:hover, .registration-form #last-step a:hover {
  text-decoration: none !important;
}

.registration-form #last-step a {
  color: #f5f5f5;
  text-decoration: underline;
}

	.registration-form h1 {
		font:bold 20px;
		text-transform: uppercase;
	}
	
#add-player-form-errors div {
	color:#ff0000;
	font-size:10px;
}

.registration-form #searchform {
	position: relative;
}

	.registration-form #searchform input {
		font-size:18px;
		width:310px;
	}
	
#memberSuggestions, #rosterSuggestions {
	display: none;
	position: absolute;
	z-index: 10;
}

#searchresults {
	border-width:1px;
	border-color:#919191;
	border-style:solid;
	width:340px;
	background-color:#2b2b29;
	font-size:10px;
	line-height:14px;
}

.float-left {
  float:left;
}

#searchresults a {
	color:#f5f5f5;
	float: left;
	margin:5px 0 0 10px;
	background: none;
	background-color: #292826 !important;
	
	height:auto;
}

#searchresults a span.searchheading {
    font: bold 14px "Open Sans";
    margin:0;
    padding:5px;
}

#searchresults a:hover {
	background: none;
	background-color: #569e20 !important;
  color: #ffffff !important;
}
div.search-player-row:hover, div.search-player-row2:hover {
	background:#e6e6e6;
	
}
div.search-player-row {
	color:#000;
	display:block; 
	background:#f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f2f2f2));
	background: -moz-linear-gradient(top, #ffffff, #f2f2f2);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f2f2f2);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f2f2f2)";
	clear:left; 
	height:90px; 
	text-decoration:none;
	overflow: hidden;
	font-size: 16px;
	border-bottom: 1px solid #ccc;
}
div.search-player-row2 {
	color:#000;
	display:block; 
	background:#f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f2f2f2));
	background: -moz-linear-gradient(top, #ffffff, #f2f2f2);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f2f2f2);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f2f2f2)";
	clear:left; 
	padding: 10px;
	text-decoration:none;
	overflow: hidden;
	font-size: 16px;
	border-bottom: 1px solid #ccc;
}
div.search-player-row > div, div.search-player-row2 > div {
	float: left;
	display: inline-block;
}

.registration-form h2 {
	font-size:18px;
	font-weight: bold;
	color:#fff;
	padding:20px 0 5px 0;
}

.registration-form h3 {
	font-size:18px;
	font-weight: bold;
	color:#000;
}

.registration-form #member-list {
	padding:0 0 15px;
}

#member-list table {
	width:100%;
}

#member-list tr:first-of-type td {
	border-top: none;
}

#member-list tr td {
	padding:5px 4px;
	border-top: 1px solid #ccc;
	background-color: #fff;
}

#member-list td {
	color:#000;
	font-size:16px;
}

#member-list td.player-name img {
	max-width: 25px;
}

#member-list th {
	font-size:18px;
	font-weight: bold;
	color:#000;
	background: #eee;
	border-bottom: 1px solid #bbb;
	padding:9px;
}

#member-list th.player-name {
	text-align: left;
}

#member-list .player-offensive,
#member-list .player-defensive,
#member-list .player-captain {
	text-align: center;
}

#member-list th.player-options {
	text-align: right;
}

#member-list .player-totals {
	font-weight: bold;
}

#member-list .remove-row {
	text-align: right;
}

#member-list .remove-row a {
	font-weight: normal;
	color:red;
	text-align: right;
}

.registration-form tfoot td {
	background:#eee;
	border-top: 1px solid #bbb;
}
#member-list tfoot tr td {
	padding:5px 4px;
	border-top: 1px solid #666 !important;
	background-color: #eeeeee;
	font-size: 20px;
}

#member-list tfoot .player-offensive,
#member-list tfoot .player-defensive {
	font-weight: bold;
}

.add-player-popup {
	
  position: fixed;
  z-index: 10000;
	display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.add-player-popup-content {
	background-color: #fefefe;
	margin: 15% auto; /* 15% from the top and centered */
	padding: 20px 40px 20px 20px;
	border: 1px solid #888;
	width: 30%; /* Could be more or less, depending on screen size */
	font-size:14px !important;
}

.add-player-popup-content input[type="submit"], .add-player-popup-content input[type="button"] {
	background: #292826;
	border: none;
	border-radius: 5px;
	color: #ececec;
	font-size: 18px;
	padding: 3px 5px;
    cursor: pointer;
}

.add-player-popup-content input[type="submit"]:hover, .add-player-popup-content input[type="button"]:hover {
    background: #42423D;
}
	
#flagbelts {
	width:40px;
	min-width: inherit;
}

.overlay {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,.8);
	z-index: 9999;
	display: none;
	cursor: pointer;
}

.division-row {
	display: block;
	margin:0 0 5px 0;
}

.division-row > span {
	display: inline-block;
	margin:0 0 0 15px;
	font-size: 18px;
	color: #ffffff;
}

.division-row input[type="radio"], 
							input[type="checkbox"] {
	text-indent: inherit !important;
	position: relative !important;
	left:0 !important;
	display: inline !important;
	text-align: left;
	height:20px;
	width: auto;
	vertical-align: middle;
	margin: 0 auto;
}

.roster-info {
	display: none;
}

.search-player-row img {
	float:left;
	padding:5px;
	max-height: 75px;
}

.search-player-name {
	color:#000;
	display: block;
	clear: both;
	padding:7px 0 0 5px;
}

.break {
	clear:both;
}

.search-no-results {
    font: bold 14px 'Open Sans';
    position: absolute;
    top: 0;
    width: 100%;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #721c24;
    text-align: center;
    padding: 10px 0;
}

.search-no-results a {
	font:normal normal bold 14px 'Open Sans';
	color:#000;
	text-decoration: underline;
	text-align: center;
	float: none !important;
	margin: 5px 0 !important;
	padding:10px;
}



#payment-total {
	color:red;
}

#confirmation table tr td {
	font-size:16px;
	color:#000;
}

.error {
	font-size: 10px;
	color:red;
	display: block !important;
	visibility: hidden;
}

.invalid input {
	background:#FFEDED;
	border-color:#CC2A18;
}

.invalid .error {
	visibility: visible;
}

.req:after {
	content:"*";
	color:#ff0000;
	font-size: 14px;
}

.instructions {
	font:italic 11px;
	color:#ffffff;
	margin:0 0 25px;
}

.confirmation_summary_label {
	padding-right:20px;
	font-weight: bold !important;
}

#confirmation {
	overflow: hidden;
}

.yellow {
  color: #ffff00 !important;
}

#info_summary {
	width:49%;
	float: left;
}

#submit-registration {
    text-transform: uppercase;
}

#payment_summary {
	width:49%;
	float: right;
}

.summary_table {
	width:100%;
	border-collapse: collapse;
}
	.summary_table thead th {
        background:#dadada;
        font-size:16px;
        font-weight:bold;
        color:#000;
        padding:4px 5px;
	}
  /*
	.summary_table tbody tr:first-of-type td {
		border-bottom: 1px solid #BBBBBB;
	}
  */
    .summary_table thead th:nth-child(2){
        text-align: right;
    }
	
	.summary_table .service {
		text-align: left;
        font-size:22px;
        font-weight:bold;
	}
	.summary_table .price {
		text-align: right;
        font-size:22px;
        font-weight:bold;
	}
	
	.summary_table tbody tr td {
		background: #efefef;
		padding:4px 5px;
		font: normal 16px;
	}
	
	.summary_table tfoot tr:first-of-type td {
		border-top: 1px solid #BBBBBB;
	}
	
	.summary_table tfoot tr td {
		border-top: none;
	}
	
	.summary_table .cost_summary {
		font-weight: bold !important;
		text-align: right;
	}
	
	.summary_table .grand_total {
		font-weight: bold;
		font-size: 16px;
		text-align: center;
	}
	
	.summary_table .footnotes {
		font-size: 10px !important;
		color:#ff0000 !important;
		padding-top:10px;
		text-align: center;
	}
	
	.summary_table .player-offensive,
	.summary_table .player-defensive {
		text-align: center;
	}
	
.submit_registration {
	margin:20px 0 0;
}

#view-faq {
  float: right;
  right: 14px;
  position: absolute;
  top: 2px;
  color: #ffff00;
  font-family: 'pillgothic300mg-bold';
  font-size: 24px;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}

/* Default progress bar styles */
/*********************/
.idealsteps-container *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.idealsteps-step{display:none;zoom:1}
.idealsteps-step:before,.idealsteps-step:after{content:"";display:table}
.idealsteps-step:after{clear:both}
.idealsteps-nav{color:#444;background:#eee;background:-webkit-linear-gradient(#fff, #ddd);background:-moz-linear-gradient(#fff, #ddd);background:-o-linear-gradient(#fff, #ddd);background:-ms-linear-gradient(#fff, #ddd);background:linear-gradient(#fff, #ddd);border:1px solid #aaa;border-bottom-color:#919191;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.15);box-shadow:0 1px 2px rgba(0,0,0,0.15);-webkit-border-radius:3.01px;border-radius:3.01px;overflow:hidden;margin-bottom:2em;}
.idealsteps-nav ul{margin:0;padding:0;border:0;outline:0;list-style:none}
.idealsteps-nav li{float:left; font-size:16px;}
.idealsteps-nav a{position:relative;float:left;padding:0 1.5em 0 1.75em;height:3.5em;line-height:3.5em;text-decoration:none;color:#5e5e5e;background:#ddd;-webkit-transition:padding 0.2s ease-in-out;-moz-transition:padding 0.2s ease-in-out;-o-transition:padding 0.2s ease-in-out;-ms-transition:padding 0.2s ease-in-out;transition:padding 0.2s ease-in-out;}
.idealsteps-nav a:focus{outline:0}
.idealsteps-nav a:hover{background:#eaeaea;}
.idealsteps-nav a:hover:after{border-left-color:#eaeaea}
.idealsteps-nav a:after,.idealsteps-nav a:before{content:"";position:absolute;z-index:1;top:0;right:-2em;margin-right:0;margin-top:-.125em;border-width:2em 1em;border-style:solid;border-color:transparent;border-left-color:#ddd}
.idealsteps-nav a:before{margin-right:-1px;border-left-color:#aaa}
.idealsteps-nav li:first-child a{padding-left:1.75em;-webkit-border-top-left-radius:3.01px;border-top-left-radius:3.01px;-webkit-border-bottom-left-radius:3.01px;border-bottom-left-radius:3.01px;}
.idealsteps-nav li.idealsteps-step-active a{padding-right:3.5em;background:#fff;color:#3f9dcc;font-weight:bold;cursor:default;}
.idealsteps-nav li.idealsteps-step-active a:after{border-left-color:#fff}
.idealsteps-nav li.idealsteps-step-active .counter{opacity:1;-ms-filter:none;filter:none}
.idealsteps-nav .counter{opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);position:absolute;top:50%;right:1em;height:1.5em;width:1.6em;margin-top:-.75em;line-height:1.4 !important;text-align:center;color:#cc2a18;border:1px solid #cc2a18;-webkit-border-radius:10em;border-radius:10em;-webkit-transition:opacity 0.2s ease-in-out;-moz-transition:opacity 0.2s ease-in-out;-o-transition:opacity 0.2s ease-in-out;-ms-transition:opacity 0.2s ease-in-out;transition:opacity 0.2s ease-in-out;}
.idealsteps-nav .counter.zero{color:#3f9dcc;border-color:#3f9dcc}
.idealsteps-container.adaptive .idealsteps-nav{max-width:290px;border-bottom:0;}
.idealsteps-container.adaptive .idealsteps-nav li{float:none;overflow:hidden}
.idealsteps-container.adaptive .idealsteps-nav a,.idealsteps-container.adaptive .idealsteps-nav li:first-child a,.idealsteps-container.adaptive .idealsteps-nav li.idealsteps-step-active a{width:100%;padding:0 2.5em 0 1.5em;border-bottom:1px solid #aaa;border-top:1px solid #f7f7f7;-webkit-border-radius:0;border-radius:0;}
.idealsteps-container.adaptive .idealsteps-nav a:after,.idealsteps-container.adaptive .idealsteps-nav li:first-child a:after,.idealsteps-container.adaptive .idealsteps-nav li.idealsteps-step-active a:after,.idealsteps-container.adaptive .idealsteps-nav a:before,.idealsteps-container.adaptive .idealsteps-nav li:first-child a:before,.idealsteps-container.adaptive .idealsteps-nav li.idealsteps-step-active a:before{display:none}
.idealsteps-container.adaptive .idealsteps-nav li:first-child a{-webkit-border-top-left-radius:3.01px;border-top-left-radius:3.01px;-webkit-border-top-right-radius:3.01px;border-top-right-radius:3.01px;}
.idealsteps-container.adaptive .idealsteps-nav li:last-child a{-webkit-border-bottom-left-radius:3.01px;border-bottom-left-radius:3.01px;-webkit-border-bottom-right-radius:3.01px;border-bottom-right-radius:3.01px;}
.idealsteps-container.adaptive .idealsteps-nav li.idealsteps-step-active a{padding-right:1.5em}
.idealsteps-container.adaptive .idealsteps-nav .counter{position:relative;float:right;right:0}
/**********************/

/* Custom progress bar styles */
/*********************/
.idealsteps-nav {
	margin-bottom:5px;
}

/* bootstrap alerts */

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger p{
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

.form-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;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline label, .radio-inline div  {
    float:left;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}