body {
    font-family: Helvetica, Arial, sans-serif;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none;
}

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

#hero-container {
    padding-top: 30px;
    color: #424242;
}

#hero-container .lead {
    margin-bottom: 20px;
    font-size: 20px;
    text-align: center;
}

#hero-img-container {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 230px;
    -webkit-box-shadow: 1px 1px 7px 4px #444444;
    -moz-box-shadow: 1px 1px 7px 4px #444444;
    box-shadow: 1px 1px 6px 2px #444444;
}

.hero-leads {
    line-height: 1.8em;
}

.hero-leads .row-fluid {
    margin-bottom: 2em;
}

.hero-leads img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    opacity: 0.8;
}

.homepage-hero {
    min-width: 960px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -2;
}

.homepage-hero #nav,
.homepage-hero #header {
    width: 100%;
}

#nav {
    margin-bottom: 0;
}

#nav.navbar .container {
    width: 940px;
}

#nav .navbar-inner {
    border: 0;
    border-radius: 0;
    background: #2C3E50;
    filter: none;
}

#nav .container {
    /*width: 940px;*/
}

#nav #logo {
    background: url(../images/logo_small-white.png) transparent no-repeat;
    width: 165px;
    height: 30px;
    text-indent: -9999px;
    padding: 0;
    margin: 12px 12px 6px 0;
}

.page #nav .nav,
.press_releases #nav .nav {

}

#nav .top-link {
    width: 940px;
    margin-left: auto;
    margin-right: auto;
}

#nav .top-link-inner {
    padding-left: 20px;
    padding-right: 20px;
    background-color: #EBEBEB;
    padding-top: 13px;
}

#nav .top-link-inner ul {
    margin-left: 5px;
}

#nav .top-link-inner li {
    list-style: none outside none;
    float: left;
    margin-left: 0;
    margin-right: 10px;
}

.mapper #nav .nav {
    width: 100%;
}

.mapper .navbar .nav {
    float: none !important;
}

#nav .nav .menu {
    padding: 20px 15px 20px 15px;
}

#nav .nav > li.pull-right {
    float: right;

}

#nav .nav > div.pull-right-subscribe {
    float: right;
}

.login-panel .pull-right-subscribe {

    float: right;
}

#nav .pull-right-subscribe {
    margin-top: 5px;
}

#nav .login-panel div.pull-right-subscribe > .btn-large {
    padding: 9px 14px;
    font-size: 15px;
}

/* overriding new bootstrap styles */
.navbar .nav>li>a {
    text-shadow: none;
}
.navbar .nav>li>a:focus, .navbar .nav>li>a:hover {
    color: #fff;
}
.navbar .nav li.dropdown.open>.dropdown-toggle, .navbar .nav li.dropdown.active>.dropdown-toggle, .navbar .nav li.dropdown.open.active>.dropdown-toggle {
    color: #fff;
    background: #273542;
}
.navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus {
    color: #fff;
}

.navbar .nav > li > a {
    color: #ffffff;
    font-weight: normal;
    font-size: 13px;
}

.navbar .nav > li > a:hover {
    background: #273542;
}

.navbar .nav > li.active > a,
.navbar .nav > li.active > a:hover,
.navbar .nav > li.active > a:focus {
    background: #273542;
}

#nav .sub {
    color: #666;
    font-size: 12px;
    padding: 3px 15px 6px;
}

#nav .sub span {
    display: block;
}

#masthead {
    padding-top: 20px;
    padding-bottom: 20px;
}

#masthead .lead {
    text-align: center;
    margin-bottom: 0;
}

#masthead .lead a {
    color: #666;
    text-decoration: underline;
}

#masthead hr {
    margin: 30px auto 0;
    border-top: 1px solid #ddd;
    border-bottom: none;
    width: 84%;
}

#masthead .search-bar {
    margin-top: 20px;
}

#masthead #subscribe-button {
    margin-top: 15px;
}

#masthead .form-inline {
    margin-bottom: 0;
}

#header,
#header-alt {
    border-bottom: 1px solid #c0c0c0;
    margin-bottom: 40px;
    padding: 19px 0px 10px;
    background-color: #EBEBEB;
}

#header-alt {
    background: #ffffff;
    border-bottom: 1px solid #eaeaea;
}

#header {
    text-align: center;
    border-radius: 0;
}

#header.front-page {
    background: url(../images/header_bg.jpg) top center;
    color: #fff;
    padding: 50px 0;
    text-shadow: 1px 1px 2px black;
}

#header.front-page p a {
    border-bottom: 1px dotted #fff;
    color: #fff;
}

#header.front-page p a:hover {
    border-color: #e3e3e3;
    color: #e3e3e3;
    text-decoration: none;
}

#header-alt.smaller {
    padding: 20px 20px 10px;
}

#header-alt.less-margin {
    margin-bottom: 20px;
}

#header-alt.search-header,
#header-alt.listing-header {
    position: fixed;
    top: 92px;
    right: 0;
    left: 0;
    z-index: 1;
}

.listing-contact span {
    display: block;
}

.user_saved_items #header-alt.search-header {
    top: 69px;
}

.user_saved_items .favorites {
    text-align: center;
    margin-bottom: 11px;
}

.info-boxes {
    width: 920px;
    margin: 50px auto 0;
}

.info-box {
    float: left;
    margin-right: 10px;
    padding: 15px 20px 10px;
    width: 180px;
    height: 240px;
    background: #3498DB;
}

.info-box.last {
    margin-right: 0;
}

.info-box-img {
    height: 50px;
    text-align: center;
}

.info-box-heading {
    margin-top: 10px;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 28px;
    font-weight: 200;
    text-align: center;
}

.info-box-text {
    margin: 10px 0 20px;
    height: 100px;
    font-size: 13px;
    line-height: 26px;
    color: #ffffff;
}

.info-box-a {
    text-align: center;
}

.flat-btn.info-box-link.btn-info {
    padding: 8px 18px;
    background: #2980B9;
    border-radius: 2px;
    font-size: 13px;
    font-family: "Myriad Pro", Tahoma, Arial, sans-serif;
}

#header-alt.search-header {
    padding: 24px 0 12px;
}

#header-alt.company {
    padding: 24px 0;
}

#header h2 {
    font-size: 2.6em;
}

#header-alt h2 {
    font-weight: normal;
}

#header-alt .date-desc {
    color: #ccc;
    display: block;
    font-size: 1.4em;
    margin-top: 10px;
}

#header-alt h2.left {
    float: left;
}

#header-alt .info {
    float: left;
    margin-left: 30px;
    line-height: 36px;
}

#header-alt #search-form {
    float: left;
    margin-top: 5px;
    margin-left: 60px;
}

#header .btn {
    width: 160px;
    margin: 0 10px;
}

#header p {
    font-size: 1.6em;
    margin: 12px auto 20px;
    line-height: 1.2em;
    width: 720px;
}

.centered {
    text-align: center;
}

#admin-panel .dropdown-menu {
    min-width: 160px;
}

#account-panel .dropdown-menu {
    min-width: 200px;
}

#admin-panel .dropdown-menu i,
#account-panel .dropdown-menu i {
    float: right;
}

.dropdown-menu a.label {
    display: inline;
    color: #fff;
    margin-left: 8px;
    margin-top: 4px;
    padding: 1px 4px 2px;
    line-height: 28px;
}

#subheader {
    background: #EBEBEB;
    border-bottom: 1px solid #d9d9d9;
}

#subheader.search-header {
    padding: 12px 0 0;
    position: fixed;
    top: 132px;
    right: 0;
    left: 0;
    z-index: 1;
}

#subheader.smaller {
    padding: 12px 0 4px;
}

#subheader.listing-header {
    -top: 124px;
}

#subheader .nav-tabs > .active > a {
    background-color: #DDDDDD;
}

#subheader.company {
    top: 160px;
    border: 0;
}

#subheader.my-listing {
    top: 94px;
    border: 0;
}

#subheader.company ul,
#subheader.my-listing ul {
    margin-bottom: 0;
}

#application-nav {
    float: left;
}

#account-panel {
    float: right;
    margin-top: 15px;
}

.content-wrapper {
    background: #fff;
    margin-top: 310px;
    min-width: 960px;
    width: 100%;
}

.content-wrapper #content {
    padding-top: 30px;
}

#content h3 {
    margin-bottom: 1em;
}

#content p {
    margin-bottom: 1em;
}

#footer {
    background: #ebebeb;
    margin-top: 40px;
    padding: 20px;
    font-size: 12px;
    text-align: center;
}

#footer .nav-inline li {
    display: inline;
    margin: 0 8px;
}

.lead {
    font-size: 1.4em;
    line-height: 1.4em;
}

.lead {
    font-size: 1.4em;
    line-height: 1.4em;
}

.alt-icon-notepad {
    display: inline-block;
    margin-left: 6px;
    background: url('/images/notepad-small.png') no-repeat;
    width: 16px;
    height: 16px;
}

#header .small {
    display: inline-block;
    font-size: 13px;
    vertical-align: top;
}

#view-sample-modal {
    width: 640px;
    margin-left: -320px;
}

#view-sample-modal .modal-body {
    padding: 10px;
    min-height: 600px;
}

#view-sample-modal table table table td {
    padding: 4px 8px;
}

#learn-more-modal {
    width: 960px;
    margin-left: -480px;
}

#learn-more-modal .modal-body {
    padding: 50px 30px 30px;
}

/*
#learn-more-modal .modal-body {
  min-height: 600px;
}
*/

/* forms */
.control-group .formError {
    margin-left: 10px;
}

.control-group div.centered {
    margin-left: -32px;
}

/* END forms */

/* press releases */
#newswire-form h3 {
    float: left;
    font-weight: normal;
    margin-right: 16px;
}

#newswire-form select {
    margin-right: 8px;
}

#press-releases-wrapper {
    position: relative;
}

#infscr-loading {
    position: absolute;
    left: 40%;
    margin-top: -300px;
    width: 240px;
}

#infscr-loading img {
    margin-right: 10px;
}

#content .cat-title {
    margin-bottom: 0;
    font-weight: normal;
}

.cat-last-updated {
    margin-bottom: 30px;
    font-size: 12px;
    color: #999999;
}

.align-to-h3 {
    margin-top: 8px;
    margin-left: 20px;
}

.cat-ad {
    margin: 30px auto 0;
    padding: 16px;
    width: 558px;
}

.cat-ad-text {
    margin-top: 5px;
    margin-right: 10px;
    width: 16px;
    height: 80px;
    background: url(../images/advertisement-text.png) no-repeat transparent;
}

.cat-ad .ad-image,
.ad-img .ad-image {
    width: 528px;
    height: 90px;
}

.ad-img {
    margin: 40px auto 0;
    text-align: center;
}

.cat-item-container {
    margin-top: 30px;
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 2px 1px #dddddd;
    -moz-box-shadow: 0px 2px 2px 1px #dddddd;
    box-shadow: 0px 2px 2px 1px #dddddd;
}

.cat-item,
.pr-item-container,
.cat-item-footer {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cat-item {
    padding-top: 30px;
}

.cat-item-footer {
    padding-top: 15px;
    padding-bottom: 5px;
    background: #f5f5f5;
}

.cat-subscribe a {
    color: #0096fe;
}

#cat-to-top {
}

.pr-item {
    margin-bottom: 20px;
}

.pr-item .logo {
    width: 60px;
    height: 60px;
}

.pr-item .pr-icon {
    margin-top: 12px;
    margin-left: 6px;
    width: 36px;
    height: 36px;
    background: url(../images/press-release-arrow.png) no-repeat;
}

.press-release {
    background: url(/images/press_releases_shade.png) #ffffff bottom center no-repeat;
    border: 1px solid #ddd;
    border-top-color: #f3f3f3;
    border-right-color: #d6d6d6;
    border-bottom: none;
    border-left-color: #d6d6d6;
    font-size: 12px;
    margin: 8px;
    padding: 14px;
    padding-bottom: 20px;
    width: 188px;
    position: relative;
}

.press-release .middle-content {
    margin-top: 15px;
}

.press-release .meta-content {
    margin-top: 15px;
    color: #bbbbbb;
}

.press-release .meta-content span {
    display: block;
    line-height: 20px;
}

.press-release .logo {
    width: 60px;
    height: 60px;
}

.press-release .title {
    font-weight: normal;
    font-size: 1em;
    margin-top: 10px;
}

.press-release .link {
    margin-top: 5px;
}

.press-release .edit-link {
    position: absolute;
    top: 10px;
    right: 10px;
}

.press-release .date-desc {
    margin-top: 5px;
    color: #bbbbbb;
    font-size: 14px;
}

.press-release .comments-count {
    position: absolute;
    bottom: 16px;
    left: 118px;
}

.press-release .disqus-count {
    display: none;
}

/*.press-release.ad {*/
/*width: 890px;*/
/*height: 90px;*/
/*}*/

/*.press-release.ad img {*/
/*width: 768px;*/
/*height: 90px;*/
/*}*/

#load-more-wrapper .alt-icon-loading-cycle {
    display: none;
    margin-right: 8px;
}

#load-more {
    margin-top: 10px;
    width: 96%;
}

#results-load-more {
    width: 100%;
    margin-top: 40px;
}

#results-load-more .btn {
    font-size: 13px;
}

#results-load-more .results-load-more {
    width: 90%;
}

#results-load-more .scrolltop {
    width: 3%;
}

#results-load-more .icon-spinner {
    visibility: hidden;
}

#press-release-wrapper h1 {
    text-indent: -9999px;
}

#press-release-wrapper h3 {
    margin-bottom: 1.2em;
}

#press-release-wrapper #breadcrumb {
    margin-bottom: 30px;
    margin-left: 20px;
}

#press-release-wrapper #breadcrumb .separator {
    color: #999;
    margin: 0 8px;
}

/* END press release */

/* plans */
.plan-wrapper {
    margin: 5px auto 30px;
    width: 360px;
}

.plan {
    margin-left: 19px;
    background: #ffffff;
    border: 1px solid #d6d6d6;
    border-radius: 8px;
    -mozborder-radius: 8px;
    -webkit-border-radius: 8px;
    width: 320px;
    font-size: 14px;
}

.plan-upper {
    text-align: center;
    padding: 20px 10px 8px;
}

.plan .type {
    font-weight: normal;
}

.plan .pricing {
    margin-top: 10px;
    font-size: 3em;
}

.plan .pricing small {
    color: inherit;
    font-size: 60%;
    font-weight: bold;
    line-height: 0;
    padding-bottom: 0;
}

.plan .info {
    margin-top: 14px;
}

.plan .plan-row {
    padding: 12px 10px;
    text-align: center;
}

.plan .even {
    background: #999;
    color: #fff;
}

.plan-lower {
    padding: 6px;
}

.plan-button {
    margin-top: 16px;
    text-align: center;
}

.plan-button .btn {
    font-size: 16px;
    padding: 10px 20px;
    width: 200px;
}

.plan-button i {
    margin-top: 2px;
}

.plan-button p {
    margin-top: 4px;
    text-align: center;
}

#terms-modal #legal-wrapper {
    padding: 20px;
}

/* END plans */

/* advertising */
#advertising-wrapper #banner {
    width: 728px;
    height: 90px;
    margin: 40px auto;
}

#why-advertise, #ad-specs {
    width: 270px;
    padding-right: 30px;
}

#advertising-wrapper #order-form .btn {
    display: block;
    margin: 60px auto;
    width: 180px;
    padding-top: 12px;
    padding-bottom: 12px;
}

/* END advertising */

/* legal */
#legal-wrapper #tos {
    margin-bottom: 40px;
}

/* END legal */

/* help */
#help-content .questions {
    font-size: 18px;
    list-style: none;
    margin-top: 36px;
    margin-left: 0;
}

#help-content .questions li {
    margin: 0 0 12px 0;
}

#help-content .questions li i {
    margin-top: 4px;
    margin-right: 6px;
}

#help-content h3 {
    margin-top: 48px;
    margin-bottom: 18px;
    text-align: center;
}

#help-content h4,
#plans-faq h4 {
    margin-top: 24px;
    margin-bottom: 0px;
}

#plans-faq .span4 {
    width: 270px;
    padding-right: 30px;
}

/* END help */

/* learn more */
#learn-more {
    margin: 0 auto;
}

#learn-more .row {
    margin-bottom: 30px;
}

#learn-more .row h2 {
    line-height: 24px;
    margin-bottom: 8px;
}

#learn-more .span3 {
    padding-left: 32px;
    padding-right: 32px;
    background-position: top left;
    background-repeat: no-repeat;
}

#learn-more #learn-news {
    background-image: url(/images/icons/179-notepad.png);
}

#learn-more #learn-listings {
    background-image: url(/images/icons/38-airplane.png);
}

#learn-more #learn-companies {
    background-image: url(/images/icons/104-index-cards.png);
}

#learn-more #learn-archive {
    background-image: url(/images/icons/06-magnify.png);
}

#learn-more #learn-relations {
    background-image: url(/images/icons/55-network.png);
}

#learn-more #learn-app {
    background-position: 5px top;
    background-image: url(/images/icons/32-iphone.png);
}

#learn-more #learn-stats {
    background-image: url(/images/icons/122-stats.png);
}

#learn-more #learn-route {
    background-image: url(/images/icons/103-map.png);
}

#learn-more .icon {
    background: url(/images/learn_more_icons.png) no-repeat;
    width: 64px;
    height: 64px;
}

#learn-more #news-icon {
    background-position: 0 0;
}

#learn-more #listings-icon {
    background-position: 0 -64px;
}

#learn-more #relationships-icon {
    background-position: 0 -128px;
}

/* END learn more */

/* login and forgot password */
#login-wrapper .lead,
#forgot-pass-wrapper .lead {
    text-align: center;
}

#login-wrapper #login,
#forgot-pass-wrapper #account {
    width: 280px;
    margin: 0 auto;
}

#login-wrapper #email,
#login-wrapper #password,
#forgot-pass-wrapper #user_login {
    font-size: 1.2em;
    padding: 8px 4px;
}

#login-wrapper #email {
    margin-bottom: 16px;
}

#forgot-pass-wrapper #user_login {
}

#login-wrapper #remember {
    float: left;
    padding-top: 0;
    width: 120px;
}

#login-wrapper #forgot-password {
    float: right;
}

#login-wrapper #login-button {
    margin-top: 12px;
    width: 100%;
}

#forgot-pass-wrapper #forgot-pass-button {
    width: 100%;
}

#forgot-pass-wrapper .help-block {
    margin-top: 8px;
    text-align: center;
}

/* END login */

/* server errors */
.page-error h2 {
    font-weight: normal;
    margin-bottom: 8px;
}

.lead {
    font-size: 1.2em;
}

/* END server errors */

/* plan and account */
.alert .btn {
    margin-left: 20px;
}

#my-account {
    width: 640px;
    margin: 0 auto;
}

#my-account #billing .center {
    text-align: center;
}

#my-account #billing .small-div {
    margin: 0 auto;
    width: 240px;
}

#my-account #billing .medium-div {
    margin: 0 auto;
    width: 640px;
}

#my-account #billing .expiration-notice {
    margin-bottom: 14px;
}

#my-account #billing .btn {
    margin-top: -8px;
    width: 200px;
}

#my-account #invoice-list {
    margin-top: 24px;
}

#my-account #invoice-list h4 {
    font-size: 16px;
    margin-bottom: 8px;
}

#my-account #invoice-list ul {
    margin: 0;
    list-style: none;
}

#account-creation h3,
#my-account h3 {
    font-size: 1.3em;
    font-weight: normal;
    text-align: center;
    padding-top: 60px;
}

#account-creation form,
#my-account form {
    margin: 30px auto 0;
    width: 640px;
}

#account-creation form label,
#my-account form label {
    font-size: 1.2em;
    line-height: 2em;
    vertical-align: middle;
}

#account-creation .subscription label {
    /*font-size: 1.4em;*/
    line-height: 1.6em;
    vertical-align: bottom;
}

#account-creation .subscription input {
    margin-right: 10px;
    margin-top: 8px;
    vertical-align: top;
}

#subscription-tab {
    margin-bottom: 50px;
    padding-left: 340px;
}

#account-creation .fieldWithErrors {
    display: inline;
}

#account-creation .separator,
#my-account .separator {
    border-bottom: 1px solid #c0c0c0;
    margin: 20px auto;
    width: 400px;
}

#account-creation .help-inline,
#my-account .help-inline {
    color: #b0b0b0;
    font-size: 13px;
}

#account-creation .help-block {
    font-size: 13px;
}

#account-creation .help-block {
    margin-top: 0;
}

#account-creation input,
#my-account input {
    font-size: 1.1em;
    padding: 10px;
}

#account-creation #submit,
#my-account #submit {
    font-size: 1.3em;
    padding: 10px 0;
    width: 290px;
}

#account-creation .help1 {
    float: left;
    width: 280px;
}

#account-creation .help2 {
    float: left;
    margin-left: 10px;
}

#account-creation .extra {
    margin: 0;
}

#account-creation .extra-top {
    margin-top: 20px;
}

#account-creation .cc-icons {
    margin-top: 20px;
}

#account-creation .payment-info input,
#account-creation .payment-info select {
    width: 50px;
}

#account-creation #payment-users-num label {
    float: left;
    margin-left: 14px;
}

#users-num-notice {
    margin-left: 16px;
    line-height: 32px;
    vertical-align: bottom;
    color: #777;
    font-size: 12px;
}

#account-creation .payment-info select {
    float: left;
}

#my-account .buttons button {
    margin-bottom: 12px;
}

#my-account .buttons .help-block {
    font-size: 12px;
    margin: 0;
}

.cc-icons .cc-icon {
    display: inline-block;
    margin: 0 2px;
}

.cc-icon {
    display: block;
    width: 51px;
    height: 32px;
}

.cc-icon-visa {
    background: url(logo/visa.png);
}

.cc-icon-mastercard {
    background: url(logo/mastercard.png);
}

.cc-icon-amex {
    background: url(logo/american-express.png);
}

.cc-icon-discover {
    background: url(logo/discover.png);
}

.cc-icon-paypal {
    background: url(logo/paypal.png);
}

#cvv-info-modal {
    width: 347px;
    margin-left: -174px;
    height: 169px;
}

.cvv-info-link {
    display: inline-block;
    margin-left: 295px;
}

/* END plan */


/* feed (news and listing) */
#inline-signup-form {
    margin-top: 60px;
    margin-bottom: -60px;
    height: 30px;
    padding: 10px;
    background: #ebebeb;
    font-size: 13px;
}

#inline-signup-form input {
    border-color: transparent;
}

#inline-signup-form label {
    font-size: 13px
}

#inline-signup-form .help-text {
    margin-left: 20px;
}

#inline-signup-notification {
    color: #468847;
    background-color: #dff0d8;
    text-align: center;
    line-height: 16px;
    padding: 16px;
    font-size: 13px;
}

#inline-signup-notification.error {
    color: #b94a48;
    background-color: #f2dede;
}

.extended-header #search-input-form {
    padding-top: 12px;
    border-bottom: 1px solid #eaeaea;
}

#search-input-form {
}

#search-form .form-inline select,
#search-form .form-inline input {
    margin-right: 6px;
}

#search-form .form-inline .input-append input {
    margin-right: -5px;
}

#search-notification,
#listing-notification {
    float: left;
    color: #999;
}

#listing-notification {
    margin-left: 40px;
}

#listing-update-link {
    margin-left: 40px;
}

#search-notification-bottom {
    color: #999;
}

#search-header-admin-links {
    float: right;
    margin-right: 40px;
}

#search-pagination {
    float: right;
}

#my-listing-edit-modal {
    width: 900px;
    margin-left: -450px;
}

#my-listing-edit-modal .modal-body {
    padding: 20px;
}

.listing-header #search-filters ul {
    float: left;
    margin: 4px 20px 0 0;
}

.listing-header #search-filters li {
    list-style: none;
    float: left;
}

.listing-header #search-filters a {
    font-size: 12px;
    margin-right: 10px;
    padding: 8px 12px;
    background: #f3f3f3;
    border: 1px solid #e9e9e9;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.listing-header #search-filters a:hover {
    background: #666;
    border: 1px solid #444;
    color: #fff;
}

.listing-actions ul {
    min-width: 40px !important;
}

.listing-actions a {
    text-align: left !important;
}

.content-img img,
.listing-img img {
    float: left;
    width: 60px;
    height: 60px;
}

.content-description,
.listing-description {
    float: left;
    min-height: 60px;
    margin-right: 10px;
    margin-left: 10px;
}

.content-description {

}

.listing-description {
    width: 800px;
}

.search-result.company .info {
    margin-left: 20px;
}

.pro-icon {
    float: right;
    margin-top: 10px;
    margin-left: 20px;
    width: 40px;
    height: 40px;
    background: url(../images/pro-icon-small.png);
}

.company-actions,
.listing-actions {
    float: right;
}

.company-actions {
    vertical-align: middle;
}

.company-actions span {
    margin-left: 10px;
}

.company-actions a {
    display: inline-block;
    margin-top: 10px;
}

.listing-actions span {
    display: block;
}

.listing-actions .edit-icon,
.listing-actions .delete-icon {
    text-align: right;
}

.listing-actions .single-icon {
    margin-top: 20px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.inline {
    display: inline !important;
}

.button {
    font-size: 12px;
    padding: 8px 12px;
    background: #f3f3f3;
    border: 1px solid #e9e9e9;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    line-height: 12px;
    text-align: center;
}

.button-medium {
    display: inline-block;
    width: 100px;
}

.button.button-active,
.button:hover {
    background: #666;
    border: 1px solid #4c4c4c;
    color: #fff;
    text-decoration: none;
}

.space {
    margin: 0 8px;
}

.alt-icon-arrow {
    background: url(../images/icon-arrow.png);
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
}

.alt-icon-contact {
    background: url(../images/feed-icons.png) center bottom;
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
}

.alt-icon-loading-cycle {
    background: url(../images/loading-cycle.gif) transparent;
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    vertical-align: middle;
}

.ad {
    background: #f3f3f3;
    border-bottom: 1px solid #d9d9d9;
    padding: 16px 0;
    text-align: center;
}

.header-fixed {
    margin-top: 167px;
}

.small-header-fixed {
    margin-top: 93px;
}

#daily-mailer h2 {
    margin-right: 20px;
}

#daily-mailer button {
    margin-right: 20px;
}

.news-count {
    line-height: 28px;
    vertical-align: bottom;
}

.articles .news-category {
    background: #333;
    color: #fff;
    margin: 30px auto 10px;
    padding: 4px 0;
    width: 640px;
    text-align: center;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
}

.articles .news-category .num {
    padding: 1px 6px;
    background: #fff;
    color: #333;
    margin-left: 8px;
    text-align: center;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

#results.press-releases {
    margin-bottom: 30px;
}

#results-footer {
    margin-top: 24px;
}

#results-footer .to-top {
    padding: 8px 12px;
    background: #f3f3f3;
    border: 1px solid #e9e9e9;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#results-footer .to-top:hover {
    background: #ececec;
    border: 1px solid #d9d9d9;
}

.search-result {
    width: 100%;
}

.articles div.search-result {
    padding: 12px 0;
}

#search-input-form .input-container {
    position: relative;
}

#search-input-form .dropdown {
    display: inline-block;
}

#search-input-form .dropdown-toggle {    
    border: transparent;
}

#search-input-form .dropdown-toggle .caret {
    border-top-color: #cccccc;
}

/*
#search-input-form button {
    position: absolute;
    top: 4px;
    right: 28px;
    background: none;
    border: none;
    color: #08c;
    z-index: 999;
}
*/

.search-results-counter {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 13px;
}

.search-results-counter .dropdown {
    margin-left: 20px;
}

.search-parameters-dropdown {
    margin-top: 36px !important;
    padding: 16px;
}

.search-parameters-dropdown .close-btn {
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
}

.search-parameters-toggle {
    z-index: 999;
    left: 16px;
    top: 8px;
    position: absolute;
}

.search-parameters-toggle:hover {
    text-decoration: none;
}

#press-releases .search-result,
#search-results .search-result,
#saved-results .search-result,
.company-container {
    background: #ffffff;
    margin-bottom: 5px;
    position: relative;
    border-bottom: 1px solid #dadada;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 14px;
    font-weight: 300;
}

.companies.show .search-result {
    clear: both;
}

.companies.show .search-result .companies {
    padding-top: 10px;
    padding-bottom: 10px;
}

.companies.show .search-result .search-result-actions {
    width: 100px;
}

.company-container {
    border: none;
}

.search-result .content,
.search-result .article,
.search-result .companies,
.search-result .search-result-actions,
.search-result .search-result-footer {
    padding: 14px;
}

.search-result .article {
    padding-bottom: 0;
}

.search-result .article.free-user {
    padding-bottom: 12px;
}

.search-result .info {
    color: #a9a9a9;
    font-size: 12px;
}

.search-result .info span {
    margin-left: 10px;
}

.search-result .companies {
    float: left;
    width: 720px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.search-result .search-result-actions {
    width: 150px;
    float: right;
}

.search-result .search-result-footer {
    background: #f7f7f7;
    color: #a9a9ac;
    font-size: 13px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.search-result .search-result-footer span {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-right: 20px;
}

.search-limit-upgrade {
    margin-top: 50px;
    text-align: center;
}

.item-title {
    display: block;
    margin-top: 4px;
    margin-bottom: 6px;
    font-size: 14px;
}

.search-result.news_transaction .badge {
    margin-left: 2px;
}

.search-result.news_transaction .dropdown-menu {
    min-width: 60px;
}

.search-result .meta {
    margin-top: 16px;
}

.company-header .search-result {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 24px;
}

.company-header .edit-link {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-top: 21px;
    margin-left: 6px;
    color: #999999;
    font-size: 18px;
    line-height: 18px;
    vertical-align: middle;
    text-decoration: none;
}

.company-header .edit-link:hover {
    color: #666666;
}

.search-result .save {
    float: left;
    width: 24px;
}

.search-result .source-link {
    padding: 8px 20px;
    background: #bec3c7;
    color: #ffffff;
    border-radius: 4px;
}

.search-result .source-link:hover {
    background: #8b9094;
    text-decoration: none;
}

.search-result .eye-icon {
    margin-left: 10px;
}

.search-result .edit-button,
.search-result .copy-button,
.search-result .delete-button {
    color: #999;
    font-size: 14px;
}

.search-result .edit-button:hover,
.search-result .delete-button:hover {
    text-decoration: none;
    color: #08c;
}

#press-releases .search-result-actions span {
    float: right;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-top: 10px;
    margin-right: 10px;
}

.search-result .star {
    background: url(/images/star-toggle.png);
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-top: 2px;
    width: 18px;
    height: 17px;
    text-indent: -9999px;
}

.search-result.unsave .star {
    background-position: bottom;
}

.search-result .description {
    float: left;
    margin-left: 10px;
    width: 820px;
}

.search-result.news_transaction .description {
    width: 900px;
}

.search-result.aircraft .text,
.search-result.engine .text {
    margin-bottom: 15px;
}

.search-result.aircraft .description,
.search-result.engine .description {
    width: 800px;
}

.search-result .image {
    float: left;
    margin-left: 20px;
    min-width: 60px;
}

.search-result .company-image {
    float: left;
    margin-right: 20px;
}

.search-result .image-small {
    display: inline-block;
    width: 60px;
    height: 60px;
}

.search-result .image {
    width: 60px;
}

.search-result .my_aviator_actions {
    margin-top: 15px;
}

.search-result .my_aviator_actions .badge {
    display: inline-block;
    width: 52px;
    text-align: center;
}

.search-result .my_aviator_actions .btn-group {
    display: inline-block;
    vertical-align: middle;
}

.search-result .properties {
    position: relative;
    color: #aaaaaa;
    font-size: 12px;
    margin-top: 10px;
    z-index: 0;
}

.search-result .contact {
    position: relative;
    margin-top: 6px;
    font-size: 12px;
    z-index: 0;
}

.search-result.company .actions,
.search-result .company .actions {
    position: absolute;
    bottom: 16px;
    right: 80px;
}

.search-result-ad {
    margin-top: 14px;
    margin-bottom: 14px;
    text-align: center;
}

.search-result-ad .ad-image {
    width: 528px;
    height: 90px;
}

.companies .search-result .company .actions {
    bottom: -28px;
    left: 0px;
}

.companies .search-result {
    min-height: 33px;
}

.search-result.company .description span {
    display: block;
}

.search-result.company .search_result_users_saved {
    margin-left: 6px;
}

.search-result.company .image {
    position: relative;
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}

.search-result.company .image img {
    position: absolute;
    top: 0;
    left: 0;
}

.search-result .center {
    text-align: center;
}

.search-result small {
    color: #888;
    font-size: 12px;
}

.search-result .properties span,
.search-result .properties a {
    margin-right: 12px;
}

.search-result .companies a,
.search-result .companies span {
    margin-right: 6px;
}

.search-result .contact i,
.search-result .contact span,
.search-result .contact a {
    margin-right: 8px;
}

.search-result .actions {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
}

.search-result.aircraft .post_time,
.search-result.engine .post_time {
    color: #999;
    font-family: 'Lucida Grande', arial, sans-serif;
}

.search-result .tile-container {
    overflow-x: hidden;
}

.pagination-info {
    float: left;
}

.pagination {
    float: left;
    margin: 0 0 0 12px;
}

.pagination-info {
    line-height: 25px;
    vertical-align: middle;
}

.pagination .prev_page,
.pagination .next_page {
    padding: 0;
    background: url(../images/pagination-arrows.png) #fafafa no-repeat;
    border: 1px solid #bbb;
    display: block;
    float: left;
    opacity: 0.8;
    width: 33px !important;
    height: 25px !important;
    text-indent: -9999px;
    line-height: 25px;
}

.pagination .current,
.pagination .gap,
.pagination a {
    margin: 0 1px;
    padding: 0;
    border: 1px solid #bbb;
    display: block;
    float: left;
    opacity: 0.8;
    width: 33px !important;
    height: 25px !important;
    line-height: 25px;
    text-align: center;
}

.pagination .current {
    background: #f3f3f3;
    border-color: #888;
}

.pagination .gap {
    border: 0;
}

.pagination .disabled {
    opacity: 0.4 !important;
}

.pagination .prev_page:hover,
.pagination .next_page:hover {
    background-color: #fafafa;
    opacity: 1;
}

.pagination .prev_page {
    background-position: center left;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.pagination .next_page {
    background-position: center right;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

/* aircraft forms */
#aircrafts-new fieldset {
    width: 840px;
    margin: 20px auto;
}

#aircrafts-new .wrapper {
    border: 1px solid #e9e9e9;
    padding: 16px 32px 0;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

#aircrafts-new h4 {
    font-size: 1.3em;
    margin-bottom: 6px;
    margin-left: 6px;
}

#aircrafts-new .inputs {
    margin-bottom: 16px;
}

.aircraft-select select {
    margin-right: 12px;
    width: 160px;
}

#aircrafts-new .input-field {
    float: left;
}

#aircrafts-new .input-field label {
    margin-right: 10px;
    vertical-align: bottom;
}

#aircrafts-new .input-field input {
    margin-right: 30px;
}

#aircrafts-new label.checkbox {
    margin-right: 30px;
}

#aircrafts-new label.checkbox input {
    margin-right: 5px;
}

#aircrafts-new .delivery {
    float: right;
}

#aircrafts-new .delivery label {
    margin-right: 10px;
}

#aircrafts-new .delivery select {
    width: 80px;
}

#aircrafts-new .comments textarea {
    width: 100%;
}

#aircrafts-new .comments span {
    float: right;
    font-size: 12px;
}

#aircrafts-new .subheading {
    color: #aaa;
    float: left;
    font-size: 11px;
    margin-left: 6px;
}

#aircrafts-new .action-fields {
    text-align: center;
}

#aircrafts-new .action-fields .btn {
    padding: 8px 16px;
    width: 180px;
    font-size: 1.2em;
}

#aircrafts-new .action-fields p {
    margin-top: 10px;
}

#aircrafts-new .fieldWithErrors {
    display: inline;
}

.errorExplanation {
    margin: 10px auto 30px;
    padding: 20px;
    background-color: #f2dede;
    color: #b94a48;
    border: 1px solid #b94a48;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.errorExplanation h2 {
    display: none;
}

/* companies */
.company-container {
    padding: 24px 32px;
    background: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.company-header {
    margin-bottom: 30px;
}

#content .company-header h3.title {
    float: left;
    margin-bottom: 0;
    font-size: 20px;
}

.company-header .search-result {
    margin-top: 20px;
    margin-left: 8px;
    float: left;
}

.company-header .website {
    float: left;
    margin-right: 20px;
}

.company-header .email {
    float: left;
}

.company-header-stats,
.company-header-stats a {
    color: #999999;
    float: right;
}

.company-header-stats > .span {
    width: 100px;
    float: right;
}

.company-header-stats a:hover {
    text-decoration: none;
}

.company-header-stats .active,
.company-header-stats .active a {
    color: #08c;
}

.company-header-stats .stat-title {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}

.company-header-stats .stat-number {
    font-size: 28px;
    text-align: center;
}

#company-header {
    margin-bottom: 30px;
}

#company-header h3.title {
    margin-bottom: 10px;
}

#company-header .image {
    width: 60px;
    margin-right: 20px;
}

#company-header .company-info {
    width: 780px;
    float: left;
}

#company-header .save,
#company-header .unsave {
    margin-left: 8px;
    width: 30px;
    line-height: 16px;
    vertical-align: bottom;
}

#company-header .edit-link {
    display: inline-block;
    line-height: 16px;
    font-size: 16px;
    vertical-align: middle;
}

#company-header .website {
    margin-right: 16px;
}

#company-header .title,
#company-header .image,
#company-header .description {
    float: left;
}

#company-header .country {
    clear: both;
}

#company-tab-nav {
    position: absolute;
    right: 20px;
    margin-top: 15px;
}

#company-stats {
    padding: 0 50px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

#company-stats .stats {
    float: left;
    width: 280px;
    margin-bottom: 50px;
}

.company-container .stat-heading {
    padding-bottom: 6px;
    border-bottom: 1px solid #bebebe;
    font-weight: normal;
}

.company-container .company-img {
    width: 60px;
    height: 60px;
    display: inline-block;
}

.company-container .relationships-stat-container {
    margin-bottom: 20px;
}

.company-container .region-chart,
.company-container .category-chart {
    margin-bottom: 40px;
    width: 400px;
    height: 300px;
}

.chart-legend {
    margin: -30px auto 30px;
    width: 200px;
}

#company-stats .stats-heading {
    border-bottom: 1px solid #bebebe;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}

#company-stats .stats-content {
    text-align: center;
    padding: 0 30px;
}

#company-stats .stats-heading h1 {
    font-size: 32px;
    margin-bottom: 16px;
}

#company-stats .stats-by-category,
#company-stats .stats-by-region {
    padding: 10px;
}

#company-stats .stats-category,
#company-stats .stats-region {
    padding: 3px;
}

/* END companies */

/* admin dashboard */
#admin-dashboard {
    margin: 0 auto;
    width: 720px;
}

#admin-dashboard .row {
    margin-bottom: 40px;
}

#admin-dashboard .row h3 {
    font-size: 20px;
    margin-bottom: 12px;
}

#admin-dashboard .row ul {
    list-style: none;
    margin: 0;
}

#admin-dashboard .row li {
    padding: 3px 0;
}

#admin-dashboard .row .btn {
    margin-left: 8px;
}

#admin-dashboard .row .pair {
    float: right;
    margin-right: 30px;
}

/* END admin dashboard */

/* admin user list */
#user-list .date {
    min-width: 160px;
}

#user-list .actions {
    min-width: 70px;
}

#user-list .actions .dropdown-menu {
    min-width: 90px;
}

.actions-wrapper {
    margin-bottom: 20px;
}

#user-info-wrapper {
    width: 300px;
    margin: 0 auto;
}

#user-info {
    font-size: 14px;
}

#user-info td {
    padding: 8px;
}

#user-info .strong {
    width: 120px;
    font-weight: bold;
}

#user-status-modal {
    width: 680px;
    margin-left: -340px;
}

#user-status-modal .modal-body {
    padding: 20px 40px;
}

#user-subscription {
    width: 640px;
    margin: 0 auto;
}

#user-subscription h2 {
    margin-bottom: 30px;
}

#user-subscription form,
#user-subscription .form-inline {
    margin-bottom: 20px;
}

#user-subscription .form-inline small {
    color: #888;
}

#user-subscription label {
    width: 120px;
    font-size: 14px;
}

/* END admin user list */

/* admin news list */
.table-header-buttons {
    margin-bottom: 20px;
}

.table-footer-buttons,
.form-footer-buttons {
    margin-top: 20px;
}

#news-form-wrapper {
    width: 800px;
    margin: auto;
}

#news-form-wrapper #form-head {
    margin-bottom: 10px;
}

#news-form-wrapper #currency-btn-wrapper {
    float: right;
    margin-right: 32px;
}

#news-form-wrapper #currency-btn {
    width: 100%;
}

#news-form-wrapper #currency-modal {
    width: 330px;
    margin-left: -165px;
}

#news-form-wrapper #company-selector,
#news-form-wrapper #category-selector {
    margin-top: 12px;
}

#news-form-wrapper #link-inputs {
    margin-top: 20px;
}

#news-form-wrapper #news_transaction_article {
    width: 100%;
}

#news-form-wrapper .charleft {
    float: right;
}

#news-form-wrapper #region-selector {
    padding-left: 20px;
}

#news-form-wrapper #region-selector label {
    float: left;
    margin-top: 6px;
    margin-right: 16px;
}

#news-form-wrapper #link-inputs .fields {
    margin-bottom: 0;
}

#news-form-wrapper #link-inputs p {
    margin: 0;
}

#news-form-wrapper #link-inputs input {
    width: 700px;
    margin-right: 8px;
}

#news-form-wrapper #link-inputs .add-link {
    margin-top: -8px;
}

#news-form-wrapper .token-input-list-facebook {
    border-color: #ccc;
    margin-top: 16px;
    width: 100%;
}

#main-search-input {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0 20px;
    position: relative;
}

#q.large-search-input {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border-width: 0;
    margin-right: 10px;
    padding: 12px 48px 12px 24px;
    font-size: 13px;
    line-height: 17px;
    width: 320px;
    /*background: url(/images/06-magnify.png) #ffffff no-repeat 580px 10px;*/
}

#q.large-search-input.news-input {
    width: 280px;
}

#q.large-search-input.companies-input {
    width: 410px;
}

#q.large-search-input.listings-input {
    width: 140px;
}

.companies.index .search-results-counter {
    margin-top: 15px;
}

.search.index .search-results-counter {
    margin-left: 20px;
}

.companies.index .content-description {
    vertical-align: middle;
    line-height: 60px;
}

.press_releases.index #search-input-form {
    margin: 0;
}

.press_releases.index #q.large-search-input {
    border: 1px solid #ebebeb;
}

#q.large-search-input:focus {
    border-width: 0;
}

a.admin-search-settings {
    display: block;
    margin-top: 10px;
}

#related-company-placeholder {
    margin-top: -28px;
    padding: 4px 8px;
    color: #999;
}

#news-form-wrapper .action {
    margin-top: 24px;
}

#news-form-wrapper .action input,
#newsletter-form .actions input,
#ad-form .actions input,
#press-release-form .actions input {
    padding: 8px 64px;
    font-size: 16px;
}

#newsletter-form .field {
    margin-bottom: 12px;
}

#newsletter-form {
    width: 480px;
    margin: 0 auto;
}

#newsletter-form .input-xlarge {
    width: 480px;
}

#newsletter-form .actions {
    margin-top: 36px;
}

#ads-list .date {
    min-width: 70px;
}

#ads-list .actions {
    min-width: 140px;
}

#ad-form {
    width: 540px;
    margin: 0 auto;
}

#ad-form .input-xlarge {
    width: 360px;
}

#ad-form .controls {
    margin-left: 180px;
}

#ad-form .actions {
    margin-top: 12px;
}

#ad-wrapper {
    width: 728px;
    margin: 0 auto;
}

#ad-info {
    font-size: 14px;
}

#ad-info td {
    padding: 8px;
}

#ad-info .image {
    padding: 16px 0;
}

#ad-info .actions td {
    padding-top: 24px;
}

#press-releases-list .date {
    min-width: 70px;
}

#press-release-wrapper .date {
    font-size: 15px;
}

#press-releases-list .actions {
    min-width: 140px;
}

#press-release-form-wrapper .center {
    text-align: center;
}

#press-release-form {
    width: 780px;
    margin: 0 auto 40px;
}

#press-release-form .row {
    margin-bottom: 12px;
}

#press-release-form .actions {
    margin-top: 12px;
}

#press-release-form .input-xlarge {
    width: 780px;
    padding: 8px;
}

#press-release-form label.checkbox {
    float: left;
    margin-right: 20px;
}

/* END admin news list */

/* admin listings */
#aircraft-listings .actions,
#engine-listings .actions {
    min-width: 100px;
}

#aircraft-view-listing,
#engine-view-listing {
    width: 540px;
    margin: 0 auto;
    font-size: 14px;
}

#aircraft-view-listing td,
#engine-view-listing td {
    padding: 8px 4px;
}

#aircraft-view-listing td.strong,
#engine-view-listing td.strong {
    font-weight: bold;
}

/* END admin edit references */
.reference-list .actions {
    width: 130px;
}

.reference-list .actions-large {
    width: 190px;
}

.reference-list .types {
    width: 60px;
    text-align: center;
}

.small-view {
    width: 360px;
    margin: 0 auto;
}

.small-view td.strong {
    width: 120px;
    font-weight: bold;
}

.small-view .table-footer-buttons,
.small-view .form-footer-buttons {
    margin-top: 36px;
    text-align: center;
}

#company-image-list tbody td {
    vertical-align: middle;
}

#company-image-list .image {
    width: 60px;
    padding-right: 12px;
    padding-left: 12px;
}

#company-image-view-wrapper {
    width: 540px;
    margin: 0 auto;
    font-size: 14px;
}

#company-image-view-wrapper td {
    padding: 8px;
}

#company-image-view-wrapper td.image {
    text-align: center;
    padding-bottom: 20px;
}

#company-image-view-wrapper td.strong {
    width: 160px;
    font-weight: bold;
}

#company-image-view-wrapper .table-footer-buttons {
    text-align: center;
}

#company-image-form .input-xlarge {
    width: 360px;
}

#company-image-form .row {
    margin-bottom: 12px;
}

#company-image-form .row {
    margin-bottom: 12px;
}

#company-image-form .actions {
    margin-top: 12px;
}

.executive-list {
    margin-top: 30px;
}

.executive {
    height: 80px;
    margin-bottom: 30px;
}

.executive .image {
    float: left;
    margin-right: 16px;
    width: 60px;
}

.executive .image img {
    background: #f3f3f3;
    border: 1px solid #ccc;
    padding: 4px;
    width: 60px;
    height: 60px;
}

.executive .detail {
    float: left;
    height: 64px;
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
    width: 350px;
}

.executive h4 {
    font-size: 1.2em;
}

.executive small {
    font-size: 1em;
    color: #999;
}

.executive .btn {
    position: absolute;
    right: 16px;
    bottom: 12px;
}

.long-form,
#company-form {
    width: 640px;
    margin: 0 auto;
}

.long-form .controls,
#company-form .controls {
    margin-left: 250px;
}

.long-form .control-label,
#company-form .control-label {
    width: 220px;
}

.long-form input,
.long-form select {
    width: 300px;
}

.long-form .actions .btn,
#company-form .actions .btn {
    padding: 8px 24px;
    font-size: 14px;
}

.long-form .actions button.btn {
    padding: 8px 48px;
}

#view-airport-link,
#view-country-link,
#view-company-link {
    margin-top: 4px;
    margin-left: 12px;
}

/* END admin edit references */

/* mapper */
#mapper-form label {
    margin: 0 0 0 4px;
    font-size: 13px;
}

#mapper-form .input-small {
    width: 128px;
}

#mapper-form .btn {
    margin-left: 4px;
    padding-right: 16px;
    padding-left: 16px;
}

#mapper-distances {
    display: none;
    margin-top: -10px;
    margin-bottom: 20px;
}

#mapper-distance-unit {
    float: left;
    margin-right: 20px;
}

#mapper-distances-list {
    float: left;
}

#mapper-distances .distance,
#mapper-distances .distance-separator,
#mapper-distances .distance-equal-sign {
    float: left;
    font-size: 12px;
    color: #777;
    text-align: center;
}

#mapper-distances .distance {
    width: 100px;
}

#mapper-distances .distance-separator,
#mapper-distances .distance-equal-sign {
    width: 10px;
    line-height: 32px;
    vertical-align: middle;
}

#mapper-distances .distance-name,
#mapper-distances .distance-distance {
    display: block;
}

#map_canvas {
    width: 960px;
    height: 640px;
}

#press-releases-message h3 {
    margin-bottom: 0;
}

/* END mapper */

.popover-content .btn {
    margin-top: 12px;
}

/* print */
.print-header,
.print-footer {
    display: none;
}

/* some custom classes based on Bootstrap's */
.badge-large {
    padding: 4px 10px;
    font-size: 12px;
}

.badge-grey-inverse {
    background-color: #f5f5f5;
    color: #08c;
    font-weight: normal;
    border: 1px solid #dddddd;
    text-shadow: none;
}

a.badge.badge-grey-inverse:hover {
    color: #08c;
}

hr.inverse {
    border-top-color: #CCC;
}

#search-input-form {
    margin-top: 60px;
}

/* Page specific stylesheets */
.search.index #content {
    margin-top: 0;
}

.companies.index #content {
    margin-top: 30px;
}

.companies.show #content,
.companies.show_stat #content,
.companies.executives #content {
    margin-top: 80px;
}

.welcome.plans #content,
.welcome.legal #content,
.welcome.help #content,
.welcome.submit #content,
.users.new #content,
.users.create #content,
.users.edit #content,
.users.reset #content,
.press_releases.show #content,
.subscriptions.order #content,
.welcome.index #content,
.welcome.about #content {
    padding-top: 90px;
}

.users.emailsignup #content {
    padding-top: 60px;
}

.my_aviator.index #content,
.aircrafts.new #content,
.aircrafts.edit #content,
.engines.new #content,
.admin.index #content,
.engines.edit #content {
    padding-top: 60px;
}

.welcome.about .main-heading {
    font-size: 22px;
    font-weight: 200;
    text-align: center;
}

.welcome.about .info-boxes {
    margin-bottom: 30px;
}

.welcome.about .main-btn {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 15px;
}

.press_releases.index {
    padding-top: 80px;
}

.press_releases.index #masthead {
    margin-top: -50px;
}

.welcome.plans p.lead {
    font-size: 1.3em;
}

.sessions.new #content {
    padding-top: 100px;
}

.users.forgot #content {
    padding-top: 150px;
}

/* for press release page, use white as background color */
.press_releases.show {
    background: #ffffff;
    padding-top: 40px;
}

.press_releases.index #alert-wrapper .alert {
    margin-top: 40px;
}

.search.index #search-results {
    /*display: none;*/
}

.dropdown-search-menu .line {
    padding: 5px 15px;
}

.dropdown-search-menu {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    display: none;
    float: left;
    left: 0;
    list-style: none outside none;
    margin: 1px 0 0;
    min-width: 160px;
    padding: 4px 0;
    position: absolute;
    top: 100%;
    z-index: 1000;
}

.open > .dropdown-search-menu {
    display: block;
}

.icon-caret-down1 {
    content: "";
}

.btn-subscribe {
    border-radius: 21px;
}

.login-panel {
    float: right;
}

.signup-panel {
    float: left;
    margin: 0 10px;
    padding: 11px 30px 10px;
    border-right: 1px solid #535b64;
    border-left: 1px solid #535b64;    
    color: #fff;
    font-size: 13px;
}

.signup-panel .btn {
    margin-top: 0;
    padding: 8px 18px;
}

.signup-panel span {
    vertical-align: middle;
}

#welcome-panel {
    margin-top: 20px;
    text-align: center;
}

#welcome-panel .lead {
    font-size: 18px;
}

#welcome-panel form {
    margin-bottom: 10px;
}

#welcome-panel small.muted {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    color: #c0c0c0;
}

#welcome-logo {
    background: url(../images/logo_small-black.png) transparent no-repeat;
    margin: 0 auto;
    width: 193px;
    height: 35px;
    text-indent: -9999px;
}

.press-release .company-logo {
    cursor: pointer;
}

#my-account .nav-tabs > .active a,
.my-listing .nav-tabs > .active a {
    background-color: #ffffff;
}

.learn_more #content {
    margin-top: 40px;
}

/* END Page specific stylesheets */

#signup-form input,
#signup-form select {
    padding: 8px;
    margin-bottom: 15px;
    font-size: 14px;
}

#signup-form .formError {
    margin-top: -10px;
    margin-bottom: 15px;
    color: #cc0000;
}

#view-sample-modal .modal-body {
    background: #ebebeb;
}

#account-creation .lead {
    margin-left: 280px;
}

embed {
    vertical-align: top;
}

.icon-spin.hide {
    display: none !important;
}

.flat-btn {
    border: none;
    background: #bdc3c7;
    color: #ffffff;
    padding: 9px 12px 10px;
    line-height: 22px;
    text-decoration: none;
    text-shadow: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    -webkit-backface-visibility: hidden;
}

.flat-btn:hover,
.flat-btn:focus {
    background-color: #cacfd2;
    color: #ffffff;
    outline: none;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    -webkit-backface-visibility: hidden;
}

.flat-btn.btn-success {
    background-color: #6ac36f;
}

.flat-btn.btn-success:hover,
.flat-btn.btn-success:focus {
    background-color: #58d68d;
}

.flat-btn.btn-success:active,
.flat-btn.btn-success.active {
    background-color: #27ad60;
}

.flat-btn.btn-info {
    background-color: #3498db;
}

.flat-btn.btn-info:hover,
.flat-btn.btn-info:focus {
    background-color: #5dade2;
}

.flat-btn.btn-info:active,
.flat-btn.btn-info.active {
    background-color: #2c81ba;
}

.no-radius-btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.aircrafts.edit #content,
.aircrafts.edit_submitted #content,
.aircrafts.approve #content,
.engines.edit #content,
.engines.edit_submitted #content,
.engines.approve #content {
    padding-top: 30px;
}

.aircrafts.edit #submit-listing-form,
.aircrafts.edit_submitted #submit-listing-form,
.aircrafts.approve #submit-listing-form,
.engines.edit #submit-listing-form,
.engines.edit_submitted #submit-listing-form,
.engines.approve #submit-listing-form {
    margin-top: 20px;
}

.aircrafts.edit #submit-listing-submitter-form,
.aircrafts.edit_submitted #submit-listing-submitter-form,
.aircrafts.approve #submit-listing-submitter-form,
.engines.edit #submit-listing-submitter-form,
.engines.edit_submitted #submit-listing-submitter-form,
.engines.approve #submit-listing-submitter-form {
    padding-right: 40px;
    padding-left: 40px;
    width: 700px;
}

.aircrafts.edit_submitted #submit-listing-submitter-form .buttons {
    margin-top: 30px;
}

.welcome.submit_success {
    padding-top: 120px;
}

.modal #legal-wrapper {
    margin: 20px;
}

.alt-heading {
    text-align: center;
}

.alt-heading h2 {
    line-height: 20px;
    color: #424242;
    font-size: 18px;
    font-weight: normal;
}

.alt-heading h3 {
    color: #a9a9a9;
    font-size: 18px;
    font-weight: normal;
}

h3.pricing {
    font-weight: normal;
}

#submit-listing-form {
    margin: 0 auto;
    padding: 20px 40px 20px;
    width: 700px;
    background: #ffffff;
    border: 1px solid #dadada;
    border-radius: 4px;
    font-size: 14px;
}

#submit-listing-submitter-form {
    margin: 10px auto;
    padding: 10px 60px;
    width: 660px;
}

#submit-listing-form .form-inline {
    margin: 20px 0;
}

#submit-listing-submitter-form .form-inline {
    margin-bottom: 10px;
}

#submit-listing-form .alert {
    margin-bottom: 30px;
}

#submit-listing-form #aircraft_manufacturer_id {
    margin-right: 5px;
    width: 120px;
}

#submit-listing-form #aircraft_type_id,
#submit-listing-form #aircraft_model_id {
    width: 100px;
}

#submit-listing-form .help {
    position: relative;
    height: 20px;
    margin-bottom: 5px;
}

#submit-listing-form .help-block {
    position: absolute;
    color: #0096ff;
}

.company-help-block {
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.model-help-block {
    left: 180px;
    width: 360px;
    text-align: center;
}

.green-text {
    color: #009900;
}

.grey-text {
    color: #a9a9a9;
}

#submit-form input,
#submit-form select {
    margin-right: 8px;
    padding: 8px 12px;
    font-size: 14px;
}

#submit-form label {
    margin-right: 8px;
    font-size: 14px;
}

#submit-form .submit-checkbox {
    width: 190px;
    margin-left: auto;
    margin-right: auto;
}

#press-releases-tab {
    background: #ffffff;
    border: 1px solid #dadada;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 14px;
    font-weight: 300;
}

#press-releases-tab .tabbable {
    padding-right: 20px;
    padding-left: 20px;
}

#press-releases-tab .tabbable .nav-tabs {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 20px;
}

#press-releases-tab .tabbable .nav-tabs li {
    text-align: right;
}

#press-releases-tab .tab-content {
    padding-top: 20px;
    overflow: hidden;
}

#press-releases-tab-footer {
    background: #f5f5f5;
    padding: 12px;
    text-align: center;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    font-size: 13px;
    font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
}

.mt10 {
    margin-top: 10px;
}

.btn2,
.btn2-inverse {
    padding: 8px 20px;
    border-radius: 4px;
    font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
    font-size: 13px;
    cursor: pointer;
}

.btn2,
.btn2-inverse:hover {
    background: #ffffff;
    border: 1px solid #ebebeb;
    color: #08c;
    text-decoration: none;
}

.btn2-inverse,
.btn2:hover {
    background: #08c;
    border: 1px solid #08c;
    color: #ffffff;
    text-decoration: none;
}

.btn2-grey {
    background: #5e5e5e;
    color: #ffffff;
}

.form-inline .btn2 {
    padding-top: 6px;
    padding-bottom: 6px;
}

.press-release-item {
    font-size: 14px;
    min-height: 60px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.press-release-item-image {
    float: left;
    width: 60px;
    margin-right: 20px;
}

.press-release-item-content {
    float: left;
    width: 460px;
    padding-top: 10px;
    margin-right: 20px;
}

.press-release-item-date {
    font-size: 12px;
}

.press-release-item-actions {
    float: right;
    width: 100px;
}

.listing-form {
    margin-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}

#customer-section {
    margin-top: 50px;
    text-align: center;
}

#signup-modal .lead {
    margin-top: 20px;
}

#signup-modal input {
    padding: 6px 12px;
}

#signup-modal .muted {
    margin: 0 auto;
    width: 320px;
    font-size: 15px;
}

#signup-modal .btn-success {
    margin-top: 10px;
    width: 100px;
}

#signup-modal button.close {
    margin-top: 20px;
}

.input-with-notes {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
}

.input-note {
    display: block;
    margin-top: 5px;
    color: #999999;
    font-size: 12px;
}

.submitted input.ng-invalid {
    background: #fff6f6;
    border: 1px solid #cc0000;
}

.submitted select.ng-invalid {
    border: 1px solid #cc0000;
}

.submitted .ng-invalid:-moz-placeholder {
    color: #cc0000;
}

.submitted .ng-invalid:-ms-input-placeholder {
    color: #cc0000;
}

.submitted .ng-invalid::-webkit-input-placeholder {
    color: #cc0000;
}

.inline-block {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.uppercase {
    text-transform: uppercase;
}

.pt15 {
    padding-top: 15px;
}

#executive-form select {
    margin-bottom: 10px;
}
