/* ShareSEER's main css */
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto');

html, body { 
    height: 100%;
    margin: 0 auto;
    font-family: Roboto, 'Open Sans', sans-serif;
    background: #fdfdfd;
    line-height: 1;
    color: rgba(15,12,12,0.8);
    box-sizing: initial;
}

a { text-decoration: none;}
a:hover { text-decoration: underline}

#container {
    min-height: 100%;
    position: relative;
}

.main {
    padding: 10px;
    padding-bottom: 40px; /* keep in sync with footer's height */
}


footer {
    position: absolute;
    bottom: 0;
    height: 40px; /* keep in sync with #main's padding-bottom! */
    width: 100%;
    box-shadow: 0 1px 5px rgba(15,12,12,0.14) inset, 0 0 0 gray;
    font-size: smaller;
    padding: 10px 0;
    height: 20px;
    text-align: center;
    /*background-color:#FCB040; */
}

.search, .main { 
    width: 100%;
    margin: 0px auto;
    max-width: 800px;
}

.search {
    padding-bottom: 10px;
}

#query {
    margin: 20px auto;
}

#tick, #search {
    font-size: 1em;
    border: 0px solid gray;
    border-radius: 3px;
    box-shadow: 0 1px 4px 0 rgba(15,12,12,0.2);
    display: inline-block;
}

#search { 
    background: #BF1E2E;
    padding: 1px;
    color: white;
    border-left: none;
    cursor: pointer;
}

#search_state_city {
    background: #BF1E2E;
}

#search:hover {
    background: #851520;
}

.results {
    margin-bottom: 20px;
    font-size: 10pt;
    display: table;
    margin: 10px auto;
}

.result {display: table-row;}

.result:nth-of-type(even) {background: #eee;}

.current_report {display: table-row;}
.current_report:nth-of-type(even) {background: #eee;}

.beneficial_report {display: table-row;}
.beneficial_report:nth-of-type(even) {background: #eee;}

.result .type, .result .fileddate, .result .link {
    display: table-cell;
    padding: 10px;
}

.current_report .type, .current_report .fileddate{
   display: table-cell;
   padding: 10px;
}

.beneficial_report .type, .fileddate{
   display: table-cell;
   padding: 10px;
}

.type[data-type="8-K"], td.txA,td.tx8-K {
    color: blue;
}

.type[data-type="13D"], td.txA,td.tx13D {
    color: brown;
}

.type[data-type="13D/A"], td.txA,td.tx13D\/A {
    color: brown;
}

.type[data-type="13G/A"], td.txA,td.tx13G\/A {
    color: brown;
}

.type[data-type="13G"], td.txA,td.tx13G {
    color: brown;
}

.type[data-type="13F-HR"], td.txA,td.tx13F-HR {
    color: orange;
}

.type[data-type="10-K"], td.txA,td.tx10-K {
    color: green;
}
.type[data-type="10-Q"], td.txD,td.tx10-Q,td.txLiquidated {
    color: red;
}

table { font-size: 9pt; border-collapse: collapse; }
table, tr, td { border-color: lightgray}
td { padding: 3px;}

/*tr:nth-of-type(odd) {background: #eee;}*/

table#legend {font-size: 8pt;}

.owlsays { 
    position: relative;
    background: #FCB040;
    border-radius: .4em;
    padding: 20px;
}

.owlsays:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 90%;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-color:#FCB040;
    border-bottom: 0;
    border-right: 0;
    margin-left: -10px;
    margin-bottom: -20px;
    
}

h1 { 
    font-size: 2.5rem;
    padding: 1em 0;
}
.owl { font-size: 42pt; text-align: right; margin-top: 30px;}
h2, h3 { font-size: 12pt; padding: 1em 0;}

blockquote.risk { font-size: 10pt;}

.alert {
    background: #FCB040;
}

.chart_wrapper {
  position: relative;
  margin: auto;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}

.form-forgot{
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}

.form-signup{
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}

.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-forgot .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}

.form-signup .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}

.form-signin .form-control:focus {
  z-index: 2;
}
.form-forgot .form-control:focus {
  z-index: 2;
}
.form-signup .form-control:focus {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.form-forgot input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signup input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signup input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.form-signup input[type="firstName"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signup input[type="lastName"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signup input[type="investor"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  padding: 4px 6px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  max-width: 100%;
  line-height: 22px;
  cursor: text;
}
.bootstrap-tagsinput input {
  border: 1px solid ;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  width: auto;
  max-width: inherit;
}
.bootstrap-tagsinput.form-control input::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
  color: #777;
}
.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
  color: #777;
}
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: blue;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* Insider transaction amount color coding */
td.txA {
    color: green !important;
}

td.txD {
    color: red !important;
}

/* Mobile responsive styles */
@media (max-width: 768px) {
    .table {
        width: 95% !important;
        margin: 0.5rem 0 !important;
        padding: 1rem !important;
        overflow-x: auto;
    }
    
    .table-striped {
        font-size: 0.8rem;
        min-width: 800px;
        overflow-x: auto;
    }
    
    .table-striped th,
    .table-striped td {
        padding: 0.5rem;
        white-space: nowrap;
    }
}

