@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
/*
* stdbg col: #2b3e50 
* shades: #4e5d6c #344b61
* orange: #df691a
*
*/


/* primary color */
.skylizer {
	color: #df691a;
}

.skylizer_dim {
	color: #c8bdb6;
}

body {
    margin: 50px 10px 0 5px;
}

.nav-avatar {
	margin-top: 4px;
}

footer {
  margin: 1em 0;
	background-color: #292929;
	padding: 0.5em;
	font-size: 10pt;
}

.modal-backdrop.in {
    opacity: 0.8;
}
.modal-body {
	background-color: #515151;
}
.modal-header .close {
	font-size: 40px;
	margin-top: -10px;
}


/* some link style */
a {
	text-decoration: underline dotted #df691a;
}

a.secondary {
	color: #3c9887;
}

a.unobtrusive {
	color: #ebebeb;
}

a.secondary:hover,
a.unobtrusive:hover {
	color: #df691a;
	text-decoration: underline solid #df691a;
}


/* BLOCKUI styling */
.blockMsg {
    width:  40%;
    top:    30%;
    left:   30%;
    text-align: center;
    background-color: #f00;
	border: 1px solid #ddd;
	border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; 
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); 
    -moz-opacity:.70;
    opacity:.70;
    padding: 15px;
    color: #fff;
}

/* less room for forms */
.form-control,
.form-control[disabled], 
.form-control[readonly],
.select2-search__field {
	padding: 2px 4px;
	font-family: "Roboto Mono", Monaco, monospace;
	height: auto;
	font-size: 10pt;
}

.form-control[disabled], 
.form-control[readonly], 
fieldset[disabled] .form-control {
    background-color: #3c3c3c;
	color: #ddd;
	font-style: italic;
}


/* buttons */
button.btn, a.btn {
	margin:2px;
}

.btn.btn-system {
	background-color: #515c6b;
	color: #fff;
}
.btn.btn-constellation {
	background-color: #304559;
	color: #5cb85c;
}
.btn.btn-constellation span.system{
	color: #ccc;
}

.btn-skylizer {
	color: #ebebeb;
	background-color: #3e332c;	
	border-color: #4e433c;
}

.btn.btn-system:hover, .btn.btn-constellation:hover {
	border: 1px solid #df691a; 
}

i.glyphicon.passive {
	padding: 0 10px;
	color: #3c9887;
}
i.glyphicon.passive:hover {
	color: #df691a;
}

.badge {
   border-radius: 5px;
   margin-bottom: 5px;
}

.badge-warning {
	background-color: #df691a;
}

.badge-danger {
	background-color: #ff0000;
}

.badge-info {
	background-color: #3c9887;
	color: #fff;
}

.badge-normal {
	border: 1px solid #3c9887;
	background: rgba(0, 0, 0, 0.1);
}

.alert.alert-warning {
	color: #304559;
}

/* data table styling */
.dataTables_wrapper {
	margin-top: 20px;
}
.pagination > li > a, .pagination > li > span {
    padding: 4px 8px;
}

div.dataTables_wrapper div.dataTables_info {
	font-size: 13px;
}

table.dataTable {
	clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
    border-collapse: collapse !important;
}

.table > thead > tr > th, 
.table > tbody > tr > th, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > tbody > tr > td, 
.table > tfoot > tr > td {
    border: none;
}

.table > thead > tr > th {
	line-height: 1.75;
}

thead div.sub {
	font-weight: normal;
	font-size: 12px;
}

.table > thead > tr {
    background-color: #515c6b; 
	border-bottom: 1px solid #ebebeb; 
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #304559;
	border-bottom: 1px solid #2b3e50; 
}
.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #344b61;
	border-bottom: 1px solid #2b3e50; 
}

.table > tbody > tr:hover, .table-striped > tbody > tr:hover {
    background-color: #4e433c;
	border-bottom: 1px solid #df691a; 
}

.tdview {
	visibility: hidden;
}
.table-striped > tbody > tr > td:hover .tdview {
	visibility: visible;
}

.table-striped > tbody > tr.n {
	filter: brightness(1.3) drop-shadow(0px 0px 2px #e6930e);
}

.table-striped > tbody > tr.u {
	filter: brightness(1.0) drop-shadow(0px 0px 2px #a6a82a);
}

td > mark {
	background: #0a2b56;
	color: #ddd;
}

#moontable {
	width: 100% !important;
}

hr {
    margin-top: 4px;
    margin-bottom: 4px;
    border-top: 1px solid #666;
}

/* cards */
.card { 
	background-color: #304559;
	border: 5px solid #2b3e50; 
	border-radius: 6px; 
	margin-bottom: 16px;
}

.card-body {
	margin: 5px 5px;
}

.card-header {
	background-color: #344b61;
	padding: 5px 10px;
	font-size: 1.7rem;
	margin-bottom: 10px;
}

.card-row {
	padding: 7px 0px;
	border-bottom: 1px solid #2b3e50; 
}


/* syklizer colors*/
.gooname,
.scanname, 
.warnstate {
	color: #df691a;
}
.gooval {
	color: #3c9887;
}
.secondarytext,
.gooprice {
	color: #3c9887;
}
.tertiary {
	color: #AAA;
}


/* vpos types */
.vpos-pos {
	border-left: 5px solid  #222;
}
.vpos-refinery {
	border-left: 5px solid  rgb(49, 0, 61);
}
.vpos-engineering {
	border-left: 5px solid  #040;
}
.vpos-citadel {
	border-left: 5px solid  rgb(78, 4, 4);
}
.vpos-wh {
	border-left: 5px solid  #2d6987;
}
.vpos-ghost {
	border-left: 5px solid  rgb(140, 194, 70);
}
.vpos-relic {
	border-left: 5px solid  #2C844D;
}
.vpos-data {
	border-left: 5px solid  #38BD68;
}
.vpos-anomaly {
	border-left: 5px solid  #B24236;
}
.vpos-plex {
	border-left: 5px solid  #D53423;
}
.vpos-faction {
	border-left: 5px solid  rgb(226, 162, 43);
}
.vpos-unrated {
	border-left: 5px solid  #DCD956;
}
.vpos-gas {
	border-left: 5px solid  rgb(135, 24, 179);
}
.vpos-ore {
	border-left: 5px solid #8439BB;
}
.vpos-flex {
	border-left: 5px solid  rgb(2, 132, 130);
}

.vpos-unscanned {
	border-left: 5px solid  #aaa;
}


/*
 * Select 2 Styling
 */
 
.select2-dropdown {
	background-color: #4e433c;
	border: 1px solid #5e534c
}

.form-group-lg .select2 .selection {
	font-size: 23px;
}

.select2-search > input {
	background-color: #3e332c;
}

.select2-container--default .select2-selection--single {
    background-color: #3e332c; 
    border: 1px solid #8d4311;
    border-radius: 1px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
    line-height: 28px;
}

.select2-result-repository__title {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

select[data-selected='1'] ~ .select2-container--default .select2-selection--single .select2-selection__rendered {
	background-color: #57290a;
	border: 1px solid #df691a;
}

input[type=text], input[type=search] {
    background-color: #3e332c; 
    border: 1px solid #8d4311;
    border-radius: 1px;
}


/*
 * custom styling for checkboxes
 */
.radio,
.checkbox {
  padding-left: 20px;
  position: relative;
  display: block;
}
.radio input,
.checkbox input {
  opacity: 0;
  position: absolute;
  z-index: 1;
  cursor: pointer;
  margin-left: -20px;
}
.radio input:checked + label::before,
.checkbox input:checked + label::before {
  border-color: #df691a;
}
.radio input:checked + label::after,
.checkbox input:checked + label::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 13px;
  height: 13px;
  left: 2px;
  top: 4px;
  margin-left: -20px;
  border: 1px solid #df691a;
  border-radius: 50%;
  background-color: #df691a;
}
.radio label,
.checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
}
.radio label::before,
.checkbox label::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  top: 2px;
  margin-left: -20px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #3e332c;
}
.radio.disabled label,
.checkbox.disabled label {
  color: #ccc;
}
.radio.disabled label::before,
.checkbox.disabled label::before {
  opacity: 0.54;
  border-color: #ccc;
}
.checkbox input:checked + label::before {
  border-color: #df691a;
  background-color: #df691a;
}
.checkbox input:checked + label::after {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 13px;
  color: #fff;
  top: 0;
  left: 1px;
  border-color: transparent;
  background-color: transparent;
}
.checkbox label::before {
  border-radius: 2px;
}



/*
 * some specific font sizes
 */
 .addpaddingtop20 {
	padding-top: 20px;
}
.addpaddingtop10 {
	padding-top: 10px;
}

.addfontsize1 {
	font-size: 1.25rem;
}
.addfontsize2 {
	font-size: 1.5rem;
}
.addfontsize3 {
	font-size: 1.75rem;
}


/*
 * from https://github.com/lipis/flag-icon-css
 */
.flag-icon-background {
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
}
.flag-icon {
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	position: relative;
	display: inline-block;
	width: 1.33333333em;
	line-height: 1em;
}
.flag-icon:before {
	content: "\00a0";
}
.flag-icon.flag-icon-squared {
	width: 1em;
}
.flag-icon-en {
	background-image: url(../../img/flags/en.svg);
}
.flag-icon-de {
	background-image: url(../../img/flags/de.svg);
}
.flag-icon-fr {
	background-image: url(../../img/flags/fr.svg);
}
.flag-icon-ru {
	background-image: url(../../img/flags/ru.svg);
}

a.flag {
	filter: grayscale(50%);
	padding: 5px 2px;
}
a.flag:hover {
	filter: none;
}


/**********************************
styling for typeahead
 **********************************/

.typeahead,
.tt-query,
.tt-hint {
	width: 110px;
	padding: 2px 2px;
	font-size: 12px;
    border: 1px solid rgba(0, 0, 0, 0);
    border-bottom: 1px dotted #df691a;
	outline: none;
	color: #bbb;
}

.typeahead {
	background-color: transparent;
}

.typeahead:focus {
	border: 1px solid #df691a;
    background-color: #3e332c;
}

.tt-query {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
	color: #999
}

.tt-menu {
	width: 150px;
	margin: 0 0;
	padding: 0 0;
	background-color: #3e332c;
}

.tt-suggestion {
	padding: 4px 6px;
	font-size: 12px;
}

.tt-suggestion:hover,
.tt-suggestion.tt-cursor {
	cursor: pointer;
	color: #fff;
	background-color: #d66519;
}

p.tt-suggestion {
	margin: 0;
}

.gist {
	font-size: 14px;
}

/* example specific styles */
/* ----------------------- */

#custom-templates .empty-message {
	padding: 5px 10px;
	text-align: center;
}

#scrollable-dropdown-menu .tt-dropdown-menu .tt-menu {
	max-height: 150px;
	overflow-y: auto;
}

