
/* template overrides */
*#center {
    float: left;
    margin-left: 0;
    width: 600px;
}
h1, #center h1 {
    margin-bottom: 15px;
}

/* a lite grid layout of 6 cols to fit in a 600px row */
.line {
    margin-left: -10px;
}
.line:before, .line:after {
    content: "";
    display: table;
    line-height: 0;
}
.line:after {
    clear: both;
    
}
[class*="span"] {
    float: left;
    margin-left: 10px;
    min-height: 1px;
}
.span1 {
    width: 90px;
}
.span2 {
    width: 190px;
}
.span3 {
    width: 290px;
}
.span4 {
    width: 390px;
}
.span5 {
    width: 490px;
}
.span8 {
    width: 590px;
}
.span7 {
    width: 690px;
}
.span8 {
    width: 790px;
}

/* layout and other helpers */
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.text-center {
    text-align: center;
}
.spacer-vertical {
    min-height: 15px;
    height: 15px;
    overflow: auto;
}
.spacer-horizontal {
    display: inline-block;
    width: 15px;
    min-width: 15px;
}
.media, .media-body {
    overflow: hidden;
}
.media-object {
    display: block;
}
.media:first-child {
    margin-top: 0;
}
.media > .pull-left {
    margin-right: 10px;
}
.caret {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000000;
    content: "";
    display: inline-block;
    height: 0;
    vertical-align: middle;
    width: 0;
}
.caret-reverse {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #000000;
    content: "";
    display: inline-block;
    height: 0;
    vertical-align: middle;
    width: 0;
}

.btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F5F5F5;
    background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
    border-color: #000000 #000000 #B3B3B3;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #B3B3B3;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 #ffffff inset, 0 1px 2px #000000;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    min-height:30px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 1px 1px #ffffff;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    font-family: helvetica neue, helvetica, arial, sans-serif;
}
.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
    background-color: #e6e6e6;
    color: #333333;
}
.btn:hover, .btn:focus {
    background-position: 0 -15px;
    color: #333333;
    text-decoration: none;
    transition: background-position 0.1s linear 0s;
}
.btn:focus {
    outline: thin dotted #333333;
    outline-offset: -2px;
}

/* icon sprites */
[class^="icon-"], [class*=" icon-"] {
    background-image: url("../img/glyphicons-halflings.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    margin-top: 1px;
    vertical-align: text-top;
    width: 14px;
}
.icon-remove {
    background-position: -312px 0;
}
.icon-remove-circle {
    background-position: -168px -96px;
}
.icon-remove-sign {
    background-position: -48px -96px;
}

/* alerts and wells */
.alert {
    color: #c09853;
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    border-radius: 4px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 #ffffff;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.alert a, #center .alert a {
    color: #c09853;
    font-weight: 700;
}
.well {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    box-shadow: 0 1px 1px #eeeeee inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    min-height: 20px;
    padding: 9px;
}

/* make display lists look like tables */
/*dl {
    margin: 0;
    padding: 5px 0;
    overflow: auto;
} 
dt {
     float: left; 
     clear: left; 
     width: 120px; 
     text-align: left; 
     font-weight: bold;
} 
dt:after {
     content: ":";
} 
dd {
     margin: 0 0 0 130px; 
     padding: 0 0 0 0;
}*/

/* breadcrumbs in content area */
.crumb {
    list-style: none outside none;
    margin: 10px 0 0;
    padding: 0;
}
.crumb > li {
    display: inline-block;
}
.crumb > li > .divider {
    color: #999;
    padding: 0 5px;
}

/* forms */
label, .label {
    display: block;
    margin-bottom: 2px;  
}

legend.label {
    font-weight: 700;
    color: #333;
    border: none;
    font-size: 16px;
    text-align:left;
    padding:0;
}
input, select, textarea, option {
    font-family: verdana, arial, helvetica, sans-serif;
}

input[type=submit], input[type=reset] {
    height: 30px;
}



input[type=text], select, textarea {
    display: inline-block;
    line-height: 30px;
    height: 30px;
    vertical-align: middle;
    padding: 4px 6px;
    margin: 0 0 10px 0;
    border-radius: 4px;
    border: #cccccc 1px solid;
    box-shadow: #eeeeee 0 1px 1px 0 inset;
    box-shadow: rgba(0, 0, 0, 0.075) 0 1px 1px 0 inset;
}
select {
    height: 30px;
    line-height: 30px;
}
.span8 input[type="text"] {
    width: 576px;
}
.span5 input[type="text"] {
    width: 476px;
}
.span4 input[type="text"] {
    width: 376px;
}
.span3 input[type="text"] {
    width: 276px;
}
.span2 input[type="text"] {
    width: 176px;
}
.span1 input[type="text"] {
    width: 76px;
}
.span4 select {
    width: 390px;
}
.span3 select {
    width: 290px;
}
.span2 select {
    width: 190px;
}
.span1 select {
    width: 90px;
}
.radio, .checkbox {
    min-height: 20px;
    padding-left: 20px;
}
.radio.inline, .checkbox.inline {
    display: inline-block;
    margin-bottom: 0;
    padding-top: 5px;
    /*vertical-align: middle;*/
}
.radio.inline + .radio.inline, .checkbox.inline + .checkbox.inline {
    margin-left: 10px;
}
.radio input[type="radio"], .checkbox input[type="checkbox"] {
    float: left;
    /*margin-left: -10px;*/
    margin-right: 5px;
}
fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}


/* pagination */
.pagination {
    margin: 0;
}
.pagination ul {
    border-radius: 4px;
    box-shadow: 0 1px 2px #eeeeee;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    display: inline-block;
    padding: 0;
    margin-bottom: 0;
    margin-left: 0;
}
.pagination ul > li {
    display: inline;
    line-height: 20px;
}
.pagination ul > li > a, .pagination ul > li > span {
    border-color: #dddddd;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    float: left;
    line-height: 20px;
    padding: 4px 12px;
    text-decoration: none;
}
.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
    border-bottom-left-radius: 4px;
    border-left-width: 1px;
    border-top-left-radius: 4px;
}
.pagination ul > li:last-child > a, .pagination ul > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
    background-color: #f5f5f5;
}

/* spellcheck (did you mean) */
.spellcheck {
    margin-top: 5px;
}

/* facets */
.facets {
    margin-bottom: 15px;
}
.facets > .nav + .nav {
    margin-top: 15px;
}
.busy {
    background: url(../img/spin-arrows.gif) no-repeat 100% 0;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-top: -4px;
}

/* search result views */
.list-view-item .pull-left {
    margin-right: 10px;
}
.list-view-item .media-object {
    min-width: 30px;
}
.list-view-item + .list-view-item {
    margin-top: 20px;
}