html, body { margin: 0; padding: 0;}
body { background-color: black; background: #E2E2E2 url('/base/images/backgrounds/background-1.jpg') fixed; font-family: Helvetica, Arial, sans-serif; font size: 13px; line-height: 150%; }
	.row { background-color: white; }
	
	
		/*------ HEADER CHANGES 5-28-14 BY TYSON ---------*/
	.nebraska-banner { background-color: rgba(0, 0, 0, .5); border-bottom: 1px #ffa300 solid; }
	.nebraska-logo { padding:.46em 0em .5em 0.4em; height:35px; width:244px; }
	img[src="/base/bengal/img/branding-header.png"] {padding-top:4px; padding-left:6px;}
	.common-links { width: 50%; float: right; margin-right: 2em; text-align: right; margin-top: 1.2em; color:#fff; font-size:15px;}
	@media (max-width: 767px) { .nebraska-banner {text-align:center;} .nebraska-logo {display:none;} }
	/*----------------------------------------------------*/
	
	.common-links a { color: #e7a125; }
	.header { padding-top: 1em; padding-bottom: 1em; background-color: none; color: white; }
	.header.row.nobg .span6 { margin-left: 0px; width: 50%; }
	.nobg { background-color: transparent; }
		.logoLeft { text-align: left; }
		.tag-line { text-align: right; font-style: italic; }

	.navrow { padding-bottom: 2em; }
	.navbar-inner a i.icon-home { vertical-align: baseline; }
	.navbar-padding { margin-left: 2em; margin-right: 2em; }
	.fullnav { float: right; }
	.contentarea, .row.navrow { padding-bottom: 0em; }


.container { width: 90%; max-width: 1140px; }
.contentarea { margin: 0em 2em 0em 2em; line-height: 150%; min-height: 300px; }
.contentarea h1 { border-bottom: 1px dotted gray; padding-bottom: .1em; }
.row .span2 { *width: 16.44444%; }
.footer { margin-bottom: 2em; }

.orange { color: #e6a024; }

.icon-optional {
  background-position: 0px -168px;
	margin-left: .3em;
	margin-right: 0em;
}

.icon-key {
  background-position: -24px -168px;
}

h5 { font-size: 15.5px; }
.small-top-margin { margin-top: .75em; }

i { overflow: hidden; color: transparent; }
.brand { font-variant: small-caps; font-weight: bold; }

/* Button Colors */
.btn-primary {
  background-color: #154D57;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#154D57', endColorstr='#00272F'); /* for IE */
  background-image: -ms-linear-gradient(top, #154D57 1%, #00272F 99%);
  background-image: -moz-linear-gradient(top, #154D57 1%, #00272F 99%);
  background-image: -o-linear-gradient(top, #154D57 1%, #00272F 99%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(.01, #154D57), color-stop(.99, #00272F));
  background-image: -webkit-linear-gradient(top, #154D57 1%, #00272F 99%);
  background-image: linear-gradient(top bottom, #154D57 1%, #00272F 99%);
  color: white;
  border-color: #00272F;
}

.btn-primary:hover {
	background-color: #053A43;
	background-image: none;
}

.btn-info {
  background-color: #02668A;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#02668A', endColorstr='#004C68'); /* for IE */
  background-image: -ms-linear-gradient(top, #02668A 1%, #004C68 99%);
  background-image: -moz-linear-gradient(top, #02668A 1%, #004C68 99%);
  background-image: -o-linear-gradient(top, #02668A 1%, #004C68 99%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(.01, #02668A), color-stop(.99, #004C68));
  background-image: -webkit-linear-gradient(top, #02668A 1%, #004C68 99%);
  background-image: linear-gradient(top bottom, #02668A 1%, #004C68 99%);
  color: white;
  border-color: #004C68;
}

.btn-info:hover {
  background-color: #025E7F;
  background-image: none;
}

.btn-success {
  background-color: #3A542A;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3A542A', endColorstr='#102905'); /* for IE */
  background-image: -ms-linear-gradient(top, #3A542A 1%, #102905 99%);
  background-image: -moz-linear-gradient(top, #3A542A 1%, #102905 99%);
  background-image: -o-linear-gradient(top, #3A542A 1%, #102905 99%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(.01, #3A542A), color-stop(.99, #102905));
  background-image: -webkit-linear-gradient(top, #3A542A 1%, #102905 99%);
  background-image: linear-gradient(top bottom, #3A542A 1%, #102905 99%);
  color: white;
  border-color: #102905;
}

.btn-success:hover {
  background-color: #102905;
  background-image: none;
}

.btn-warning {
  background-color: #E6A023;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6A023', endColorstr='#976A0F'); /* for IE */
  background-image: -ms-linear-gradient(top, #E6A023 1%, #976A0F 99%);
  background-image: -moz-linear-gradient(top, #E6A023 1%, #976A0F 99%);
  background-image: -o-linear-gradient(top, #E6A023 1%, #976A0F 99%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(.01, #E6A023), color-stop(.99, #976A0F));
  background-image: -webkit-linear-gradient(top, #E6A023 1%, #976A0F 99%);
  background-image: linear-gradient(top bottom, #E6A023 1%, #976A0F 99%);
  color: white;
  border-color: #976A0F;
}

.btn-warning:hover {
  background-color: #976A0F;
  background-image: none;
}

.btn-danger {
  background-color: #AC2227;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#AC2227', endColorstr='#6E090A'); /* for IE */
  background-image: -ms-linear-gradient(top, #AC2227 1%, #6E090A 99%);
  background-image: -moz-linear-gradient(top, #AC2227 1%, #6E090A 99%);
  background-image: -o-linear-gradient(top, #AC2227 1%, #6E090A 99%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(.01, #AC2227), color-stop(.99, #6E090A));
  background-image: -webkit-linear-gradient(top, #AC2227 1%, #6E090A 99%);
  background-image: linear-gradient(top bottom, #AC2227 1%, #6E090A 99%);
  color: white;
  border-color: #6E090A;
}

.btn-danger:hover {
  background-color: #6E090A;
  background-image: none;
}

.btn-link {
  color: #005E7F;
}

.label-success, .badge-success {
	background-color: #273F1B;
}

.label-warning, .badge-warning {
	background-color: #BD851B;
	color: black;
}

.label-important, .badge-important {
  background-color: #8D181B;
}

.label-info, .badge-info {
  background-color: #025E7F;
}

.alert {
	color: black;
}

.alert-success .row {
  background-color: #dff0d8;
}

.alert-danger .row,
.alert-error .row {
  background-color: #f2dede;
}

.alert-info .row {
  background-color: #d9edf7;
}



.btn-primary.disabled {
	background-color: #efefef;
	color: #7a7a7b;
	border-color: #D9D9D9;
}

/* BLUE PROGRESS BAR */

.progress .bar {
	background-color: #154D57,
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#154D57', endColorstr='#00272F'); /* for IE */
	background-image: -ms-linear-gradient(top, #154D57 1%, #00272F 99%);
  background-image: -moz-linear-gradient(top, #154D57 1%, #00272F 99%);
  background-image: -o-linear-gradient(top, #154D57 1%, #00272F 99%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(.01, #154D57), color-stop(.99, #00272F));
  background-image: -webkit-linear-gradient(top, #154D57 1%, #00272F 99%);
  background-image: linear-gradient(top bottom, #154D57 1%, #00272F 99%);
}

/* GREEN PROGRESS BAR */

.progress-success .bar,
.progress .bar-success {
  background-color: #3A542A;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3A542A', endColorstr='#102905'); /* for IE */
  background-image: -ms-linear-gradient(top, #3A542A 1%, #102905 99%);
  background-image: -moz-linear-gradient(top, #3A542A 1%, #102905 99%);
  background-image: -o-linear-gradient(top, #3A542A 1%, #102905 99%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(.01, #3A542A), color-stop(.99, #102905));
  background-image: -webkit-linear-gradient(top, #3A542A 1%, #102905 99%);
  background-image: linear-gradient(top bottom, #3A542A 1%, #102905 99%);
}

.progress.progress-striped .bar-success,
.progress-striped .bar-success {
  background-color: #102905;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, #3A542A), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #3A542A), color-stop(0.75, #3A542A), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, #3A542A 25%, transparent 25%, transparent 50%, #3A542A 50%, #3A542A 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, #3A542A 25%, transparent 25%, transparent 50%, #3A542A 50%, #3A542A 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, #3A542A 25%, transparent 25%, transparent 50%, #3A542A 50%, #3A542A 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, #3A542A 25%, transparent 25%, transparent 50%, #3A542A 50%, #3A542A 75%, transparent 75%, transparent);
}

/* ORANGE PROGRESS BAR */

.progress-warning .bar,
.progress .bar-warning {
  background-color: #E6A023;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6A023', endColorstr='#976A0F'); /* for IE */
  background-image: -ms-linear-gradient(top, #E6A023 1%, #976A0F 99%);
  background-image: -moz-linear-gradient(top, #E6A023 1%, #976A0F 99%);
  background-image: -o-linear-gradient(top, #E6A023 1%, #976A0F 99%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(.01, #E6A023), color-stop(.99, #976A0F));
  background-image: -webkit-linear-gradient(top, #E6A023 1%, #976A0F 99%);
  background-image: linear-gradient(top bottom, #E6A023 1%, #976A0F 99%);
}

.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #E6A023;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, #976A0F), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #976A0F), color-stop(0.75, #976A0F), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, #976A0F 25%, transparent 25%, transparent 50%, #976A0F 50%, #976A0F 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, #976A0F 25%, transparent 25%, transparent 50%, #976A0F 50%, #976A0F 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, #976A0F 25%, transparent 25%, transparent 50%, #976A0F 50%, #976A0F 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, #976A0F 25%, transparent 25%, transparent 50%, #976A0F 50%, #976A0F 75%, transparent 75%, transparent);
}

/* RED PROGRESS BAR */

.progress-danger .bar,
.progress .bar-danger {
  background-color: #AC2227;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#AC2227', endColorstr='#6E090A'); /* for IE */
  background-image: -ms-linear-gradient(top, #AC2227 1%, #6E090A 99%);
  background-image: -moz-linear-gradient(top, #AC2227 1%, #6E090A 99%);
  background-image: -o-linear-gradient(top, #AC2227 1%, #6E090A 99%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(.01, #AC2227), color-stop(.99, #6E090A));
  background-image: -webkit-linear-gradient(top, #AC2227 1%, #6E090A 99%);
  background-image: linear-gradient(top bottom, #AC2227 1%, #6E090A 99%);
}

.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #6E090A;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, #AC2227), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #AC2227), color-stop(0.75, #AC2227), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, #AC2227 25%, transparent 25%, transparent 50%, #AC2227 50%, #AC2227 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, #AC2227 25%, transparent 25%, transparent 50%, #AC2227 50%, #AC2227 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, #AC2227 25%, transparent 25%, transparent 50%, #AC2227 50%, #AC2227 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, #AC2227 25%, transparent 25%, transparent 50%, #AC2227 50%, #AC2227 75%, transparent 75%, transparent);
}

input[type='text'], input[type='password'], textarea {
	color: #555555;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
   color: #DCDCDC;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
   color: #DCDCDC;  
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
   color: #DCDCDC;  
}

.controls input, 
.input-prepend input, 
.input-prepend .add-on, 
.input-append input, 
.input-append button, 
.input-prepend button, 
.input-append .add-on, 
textarea, 
.input-prepend select,
.input-medium.search-query, 
input[type='text'],
input[type='number'],
.form-inline input,
input.input-mini,
input.input-small,
input.input-medium,
input.input-large,
input.input-xlarge,
input.input-xxlarge,
input.input-block-level,
input.input-xxlarge,
input.span1,
input.span2,
input.span3,
input.span4,
input.span5,
input.span6,
input.span7,
input.span8,
input.span9,
input.span10,
input.span11,
input.span12,
.uneditable-input,
select { border-color: #555555; }

.control-group.info input, .control-group.info textarea {
	border-color: #00272F;
}

.control-group.info .help-inline, .control-group.info .control-label {
	color: #00272F;
}

.control-group.success input, .control-group.success textarea {
  border-color: #3A542A;
}

.control-group.success .help-inline, .control-group.success .control-label {
  color: #3A542A;
}

.control-group.error input, .control-group.error textarea {
  border-color: #6E090A;
}

.control-group.error .help-inline, .control-group.error .control-label {
  color: #6E090A;
}

.control-group.warning input, .control-group.warning textarea {
  border-color: #976A0F;
}

.control-group.warning .help-inline, .control-group.warning .control-label {
  color: #976A0F;
}

.header h1, .header h2, .header h3, .header h4, .header h5, .header h6 { font-variant: small-caps; }
.displayType.visible-phone { border: 1px solid red; background-color: pink; color: red; }
.displayType.visible-tablet { border: 1px solid green; background-color: lightgreen; color: green; }
.displayType.visible-desktop { border: 1px solid blue; background-color: lightblue; color: blue; }
.displayType { font-weight: bold; }
.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }

.blackbg { background-color: black; color: white; }

label { vertical-align: middle; }
table { width: 100%; }

.footer { background-color: black; color: white; text-align: center; }

td { vertical-align: top; }

.testborder { border: 1px solid red; }

a { color: #02668A; }
.indent { margin-left: 2em; margin-right: 2em; }
.top-margin { margin-top: .5em; margin-bottom: .5em; }

.login-area { border: 1px solid #555555; -moz-border-radius: 15px; border-radius: 15px; background-color: white; padding-top: 2em; overflow: hidden; }
.login-area .form-actions { background-color: #F5F5F5; margin-bottom: 0em; padding-bottom: 1.5em; }

.navbar-padding a.brand { color: black; font-weight: bold; }

.icon-blue {background-image:url("../img/glyphicons-halflings-blue.png");}
.icon-green {background-image:url("../img/glyphicons-halflings-green.png");}
.icon-orange {background-image:url("../img/glyphicons-halflings-orange.png");}
.icon-red {background-image:url("../img/glyphicons-halflings-red.png");}
.icon-gray {background-image:url("../img/glyphicons-halflings-gray.png");}
.icon-light-green {background-image:url("../img/glyphicons-halflings-light-green.png");}

.pagination ul li a:hover > i.icon-blue { background-image:url("../img/glyphicons-halflings-white.png"); }

.pagination ul > li > a:hover, .pagination ul > .active > a, .pagination ul > .active > span,
.pagination ul > .active > a, .pagination ul > .active > span { background-color: #005e7f; color: white; }

.navbar-inner { border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;  }

.inheritbg { background-color: inherit; }
a.nounderline:hover { text-decoration: none; }
.underline { text-decoration: underline; }
.bold { font-weight: bold; }
.inline { display: inline; }
.italic { font-style: italic; }
.vert a { display: block; padding: .1em .1em .1em .1em; }
.none { display: none; }
.form-horizontal .form-actions {
  padding-left: 20px;
}
.right2em { margin-right: 2em; }
.alert-global p { display:inline; }
.popover-content { font-size: 14px; }

.pc-center { text-align: center; }
.pc-right { text-align: right; }

/* Large desktop */
@media (min-width: 980px) {
	body { margin-left: auto; margin-right: auto; }
	.container { width: 90%; max-width: 1140px; margin-left: auto; margin-right: auto; }

  .hidden-desktop { *display: none !important; }
  .visible-desktop { *display: block !important; }
}
     
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	body { margin: 0px; width: 100%; } 
	.container { margin: 0px; width: 100%; }
	.container .row.header .span6 { width: 100%; }
	.logoLeft, .tag-line { text-align: center; }
	.fullnav { float: none; }

  .hidden-tablet { *display: none !important; }
  .visible-tablet { *display: block !important; }

  .tablet-center { text-align: center; }
  .tablet-right { text-align: right; }
}
     
/* Landscape phone to portrait tablet */
@media (min-width: 481px) and (max-width: 767px) { 
	body { padding: 0px; margin: 0px; width: 100%; }
	.container { width: 100%; }
	.row { width: 100%; }
	.common-links { display: none; }
	.container .row.header .span6 { width: 100%; }
	.logoLeft, .tag-line { text-align: center; }
	.fullnav { float: none; }
	.tag-line { font-size: 50%; }
	.footer .span6, .footer .span4 { text-align: center; margin-bottom: 1em; }
	.form-actions .span6 { width: 100%; text-align: center; margin-bottom: 1em; }
	.form-actions .span6 button { width: 100%; }
	.form-actions button { width: 100%; margin-bottom: .5em; }

	.form-actions a.btn { display: block; }

	.right2em { margin-right: 0px; }

	.vert .left { text-align: center; }
	.vert .right { text-align: center; }
  
	.hidden-phone { *display: none !important; }
  .visible-phone { *display: block !important; }
	.nav .divider-vertical { display: none; }

	.tablet-center { text-align: center; }
  .tablet-right { text-align: right; }
}
     
/* Landscape phones and down */
@media (max-width: 480px) { 
	body { padding: 0px; margin: 0px; width: 100%; }
	.container { width: 100%; padding: 0px; }
	.contentarea { padding: .1em; margin: .1em; }
	.row { width: 100%; }
	.container .row.header .span6 { width: 100%; }
	.common-links { display: none; }
	.logoLeft, .tag-line { text-align: center; }
	.fullnav { float: none; }
	.tag-line { font-size: 50%; }
	.footer .span6, .footer .span4 { text-align: center; margin-bottom: 1em; }
	.form-actions .span6 { width: 100%; text-align: center; margin-bottom: .25em; clear: both; }
	.form-actions .span6 button { width: 100%; }
	.form-actions button { width: 100%; margin-bottom: .5em; }

	.form-actions a.btn { display: block; }

	.right2em { margin-right: 0px; }

  .vert .left { text-align: center; }
  .vert .right { text-align: center; }

  .hidden-phone { *display: none !important; }
  .visible-phone { *display: block !important; }
	.nav .divider-vertical { display: none; }

	.phone-center { text-align: center; }
  .phone-right { text-align: right; }

}
  .row .span12.dontbreak {
    width: 100%;
    *width: 99.94680851063829%;
		float: left;
  }
  .row .span11.dontbreak {
		width: 91.48936170212765%;
		*width: 91.43617021276594%;
		float: left;
  }
  .row .span10.dontbreak {
		width: 82.97872340425532%;
		*width: 82.92553191489361%;
		float: left;
  }
  .row .span9.dontbreak {
		width: 74.46808510638297%;
		*width: 74.41489361702126%;
		float: left;
  }
  .row .span8.dontbreak {
		width: 65.95744680851064%;
		*width: 65.90425531914893%;
		float: left;
  }
  .row .span7.dontbreak {
		width: 57.44680851063829%;
		*width: 57.39361702127659%;
		float: left;
  }
  .row .span6.dontbreak {
		width: 48.93617021276595%;
		*width: 48.88297872340425%;
		float: left;
  }
  .row .span5.dontbreak {
		width: 40.42553191489362%;
		*width: 40.37234042553192%;
		float: left;
  }
  .row .span4.dontbreak {
		width: 31.914893617021278%;
		*width: 31.861702127659576%;
		float: left;
  }
  .row .span3.dontbreak {
		width: 23.404255319148934%;
		*width: 23.351063829787233%;
		float: left;
  }
  .row .span2.dontbreak {
		width: 14.893617021276595%;
		*width: 14.840425531914894%;
		float: left;
  }
  .row .span1.dontbreak {
		width: 6.382978723404255%;
		*width: 6.329787234042553%;
		float: left;
  }
.ie8message { display: none; }
.ie8message { *display: block; }

/* SQUARE CORNERS */
select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],button.btn, .btn, .well, #ach_div.payment_type, #cc_div.payment_type,pre,.label,nput-append input,.input-prepend input,.input-append select,.input-prepend select,.input-append .uneditable-input,.input-prepend .uneditable-input,.input-append .add-on,.input-prepend .add-on,.input-append .btn,.input-prepend .btn,.input-append .btn-group > .dropdown-toggle,.input-prepend .btn-group > .dropdown-toggle,.input-prepend .add-on:first-child,.input-prepend .btn:first-child,.input-append input,.input-append select,.input-append .uneditable-input,.input-append input + .btn-group .btn:last-child,.input-append select + .btn-group .btn:last-child,.input-append .uneditable-input + .btn-group .btn:last-child,.input-append .add-on:last-child,.input-append .btn:last-child,.input-append .btn-group:last-child > .dropdown-toggle,.input-prepend.input-append input,.input-prepend.input-append select,.input-prepend.input-append .uneditable-input,.input-prepend.input-append input + .btn-group .btn,.input-prepend.input-append select + .btn-group .btn,.input-prepend.input-append .uneditable-input + .btn-group .btn,.input-prepend.input-append .add-on:first-child,.input-prepend.input-append .btn:first-child,.input-prepend.input-append .add-on:last-child,.input-prepend.input-append .btn:last-child,input.search-query,.form-search .input-append .search-query,.form-search .input-prepend .search-query,.form-search .input-append .search-query,.form-search .input-append .btn,.form-search .input-prepend .search-query,.form-search .input-prepend .btn,.btn-large,.btn-small,.btn-mini,.btn-link,.btn-group > .btn,.btn-group > .btn:first-child,.btn-group > .btn:last-child,.btn-group > .dropdown-toggle,.btn-group > .btn.large:first-child,.btn-group > .btn.large:last-child,.btn-group > .large.dropdown-toggle,.btn-group-vertical > .btn,.btn-group-vertical > .btn:first-child,.btn-group-vertical > .btn:last-child,.btn-group-vertical > .btn-large:first-child,.btn-group-vertical > .btn-large:last-child,.nav-tabs > li > a,.nav-tabs.nav-stacked > li > a,.nav-tabs.nav-stacked > li:first-child > a,.nav-tabs.nav-stacked > li:last-child > a,.nav-tabs .dropdown-menu,.tabs-below > .nav-tabs > li > a,.tabs-left > .nav-tabs > li > a,.tabs-right > .nav-tabs > li > a,.navbar-inner,.navbar-search .search-query,.navbar-static-top .navbar-inner,.navbar-fixed-top .navbar-inner,.navbar-fixed-bottom .navbar-inner,.navbar .btn-navbar .icon-bar,.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu,.pagination ul,.pagination ul > li:first-child > a,.pagination ul > li:first-child > span,.pagination ul > li:last-child > a,.pagination ul > li:last-child > span,.pagination-large ul > li:first-child > a,.pagination-large ul > li:first-child > span,.pagination-large ul > li:last-child > a,.pagination-large ul > li:last-child > span,.pagination-mini ul > li:first-child > a,.pagination-small ul > li:first-child > a,.pagination-mini ul > li:first-child > span,.pagination-small ul > li:first-child > span,.pagination-mini ul > li:last-child > a,.pagination-small ul > li:last-child > a,.pagination-mini ul > li:last-child > span,.pagination-small ul > li:last-child > span,.pager li > a,.pager li > span,.alert,.progress,.hero-unit,.tooltip-inner,.popover,.popover-title,.modal,.modal-footer,.dropdown-menu,.dropdown-submenu > .dropdown-menu,.dropup .dropdown-submenu > .dropdown-menu,.dropdown-submenu.pull-left > .dropdown-menu,.typeahead,.accordion-group,.carousel-control,.carousel-indicators li,.well-large,.well-small
{ -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; }
