/*
@import "bootstrap-sprockets";
@import "bootstrap";
@import 'bootstrap-fileinput';
*/

:root{
    --blue: #173799;
    --midblue: #344a83;
    --darkblue: #283a66;
    --lightblue: #4867b7;
    --red: #F00;
    --yellow #FF0;
    --green: #ABFF00;
}

html{
    min-width: 1200px;        
}

.container {
    width: 70%;
    min-height: 1000px;
    min-width: 500px;            
}

body {
    font-family: "Source Sans Pro", sans-serif;
    font-size:100%;
    width: 100%;    
    margin: 0;
    background-color: #ffffff;
    position: relative;
    text-align: justify;   
}

div.author{
    color: #4867b7;
    font-weight: bold;
}

table{
    border-collapse: collapse;
    width: 100%;
}

th, td{
    text-align: center;
    vertical-align:middle;
    padding: 8px;
    border-bottom: 1px solid #ddd;	
}

tr:hover{
    background-color:#f5f5f5
}

header {
    padding-top: 20px;
    position:relative;
}

section h1 {
    margin: 50px 0 50px 0px;
    font-size: 200%;
    font-weight: bold;
    font-variant:small-caps;
    text-align: center; 
    color: #283a66;
    background-color: #fff;
}

section h2 {
    margin: 20px 0 60px 0px;
    font-size: 150%;
    font-weight: bold;
    font-variant:small-caps;
    text-align: center; 
    color: #344a83;
    background-color: #fff;
}

section h3 {
    margin: 20px 0 0px 0px;
    font-size: 150%;
    font-weight: bold;
    font-variant:small-caps;
    text-align: center; 
    color: #283a66;
    background-color: #fff;
}

section h4 {
    margin: 30px 0px 15px 0px;
    font-size: 150%;
    font-weight: bold;
    color:  #173799;
    background-color: #fff;
}

section h5{
    margin: 10px 0px 10px 0px;
    font-size: 120%;
    font-weight: bold;
    color: black;
    line-height: 1.3;
    background-color: #fff;
}


	
.mylabel{
    margin: 0 auto;
    text-align: center;
    font-size:100%;
}

img.topbar{
    width: 100%;
}

div.topbar{
    overflow: hidden;
    width: auto;
    background-color: #283a66;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 35px;
}

div.bottombar{
    text-align:center;
    color: white;
    font-size:120%;
    overflow: hidden;
    width: auto;
    background-color: #283a66;
    margin-top: 50px;
    margin-bottom: 0px;
    height:auto;
    padding: 5px 0px 5px 0px;
}

div.bottomimg{
    overflow: hidden;
    width: auto;
    background-color: #283a66;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 100px;
}

status.satheader{
    float: right;
    list-style-type: none;
    margin: 10px 10px 10px 0px;
    height:150px;
    font-size:4vw;
    width:50%;
    padding: 0;
}

.bkgbar {
    background-image: url('../images/banner_betapic.jpg');
    width:100%;
    margin:0 0 0 0;
    background-size:cover;
}    

img.logosatheader {
    width: 100%;
    vertical-align: middle;
    display: inline-block;
    max-height: 150px;
    object-fit: contain;
}

logo.satheader{
    float:left;
    height: auto;
    margin: 10px 0px 10px 10px;
    width: 100%;
}

ul.topnav {
    float: center;
    width: 80%;
    list-style-type: none;
    margin: auto;
    padding: 0;
    overflow: hidden;
    background-color: #283a66;
}

ul.largenav {
    float:center;
    display:block;
    width: 100%;
    list-style-type: none;
    margin: auto;
    padding: 0;
    overflow: hidden;
    background-color: #283a66;
}


ul.topnav li {
    float: left;
    padding: 0;
    margin: auto;
    width: auto;
}

ul.topnav li a {
    float:center;
    display: block;
    color: white;
    text-align: center;
    padding: 17px 20px;
    text-decoration: none;
}

ul.topnav li a.active {
    background-color: #344a83;
}

ul.topnav li a:hover {
    background-color: #4867b7;
}

ul.topnav li.right {
    float: right;
}

.flecheDesc {
    width: 0; 
    height: 0; 
    float:right;
    margin: 10px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid black;
}

.flecheAsc {
    width: 0; 
    height: 0;
    float:right;
    margin: 10px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid black;
}

div.tab {
    float:left;
    overflow: hidden;
    background-color: #283a66;
}

div.dropdown {
    float:left;
    overflow: hidden;
    background-color: #283a66;        
}

div.dropdown .dropbtn {
    border: none;
    outline: none;
    color: white;
    padding: 20px 16px;
    background-color: #283a66;
    font-size:100%;
}

div.dropdown .dropbtn.active{
    background-color: #344a83;
}

div.dropdown .dropbtn:hover{
    background-color: #4867b7;
}

div.dropdown-content {
    background-color: #283a66;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    display:none;
    position:absolute;
}

div.dropdown-content a {
    float:none;
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

div.dropdown-content a:hover {
    background-color: #4867b7;
}

div.dropdown:hover .dropdown-content {
    display: block;
}

div.flickr_pagination {
  text-align: right;
  padding: 0.3em;
  cursor: default;
}

div.flickr_pagination a, .flickr_pagination span, .flickr_pagination em {
    padding: 0.2em 0.5em;
}
div .flickr_pagination .disabled {
    color: #aaaaaa;
}
div .flickr_pagination .current {
    font-style: normal;
    font-weight: bold;
    color: #ff0084;
}
div .flickr_pagination a {
    border: 1px solid #dddddd;
    color: #0063dc;
    text-decoration: none;
}
div.flickr_pagination a:hover, div.flickr_pagination a:focus {
				   border-color: #003366;
				   background: #0063dc;
				   color: white;
			       }
div.flickr_pagination div.page_info {
    color: #aaaaaa;
    padding-top: 0.8em;
}
div.flickr_pagination div.previous_page, div.flickr_pagination div.next_page {
    border-width: 2px;
}
div.flickr_pagination div.previous_page {
    margin-right: 1em;
}
div.flickr_pagination div.next_page {
    margin-left: 1em;
}

div.telem{
    text-align: left;
    padding: 0.3em;
    cursor: default; 

}
div.telem a:hover{
  text-decoration: none;
}

table.user_info{
  border-collapse: collapse;
  width: auto;
  margin:20px auto;
}

div.customGraph{
    float:left;
    width:50%;
    margin: 50px 0 0 0;
}



.led-gray {
    margin: -10px auto 5px auto;
    width: 24px;
    height: 24px;
    background-color: #FFF;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #006 0 -1px 9px, #3F8CFF 0 2px 14px;
}

.led-red {
    margin: -10px auto 5px auto;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 12px;
    -webkit-animation: blinkRed 2s infinite;
    -moz-animation: blinkRed 2s infinite;
    -ms-animation: blinkRed 2s infinite;
    -o-animation: blinkRed 2s infinite;
    animation: blinkRed 2s infinite;        
}

.led-yellow {
    margin: -10px auto 5px auto;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 255, 0, 0.5) 0 2px 12px;
    -webkit-animation: blinkYellow 2s infinite;
    -moz-animation: blinkYellow 2s infinite;
    -ms-animation: blinkYellow 2s infinite;
    -o-animation: blinkYellow 2s infinite;
    animation: blinkYellow 2s infinite;
}

.led-green {
    margin: -10px auto 5px auto;
    width: 24px;
    height: 24px;
    background-color: #0F0;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #304701 0 -1px 9px, rgba(0, 255, 0, 0.5) 0 2px 12px;
    -webkit-animation: blinkGreen 2s infinite;
    -moz-animation: blinkGreen 2s infinite;
    -ms-animation: blinkGreen 2s infinite;
    -o-animation: blinkGreen 2s infinite;
    animation: blinkGreen 2s infinite;    
}

.led-text {
    font-size:80%;
    margin: 0 auto 10px auto;
}

.progress{
    font-size:100%;
    text-align:center;
    width:70%;
    margin: 0 15% 20px 15%;
    float:center;
}

.flag-label {
}

.flag-box {
    margin: 0 0;
    text-align:center;
    float:left;    
}







@-webkit-keyframes blinkGreen {
    from { background-color: #0F0; }
    50% { background-color: #0A0; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #304701 0 -1px 9px, #89FF00 0 2px 12px; }
    to { background-color: #0F0; }
}
@-moz-keyframes blinkGreen {
    from { background-color: #0F0; }
    50% { background-color: #0A0; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #304701 0 -1px 9px, #0F0 0 2px 12px; }
    to { background-color: #0F0; }
}
@-ms-keyframes blinkGreen {
    from { background-color: #0F0; }
    50% { background-color: #0A0; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #304701 0 -1px 9px, #0F0 0 2px 12px; }
    to { background-color: #0F0; }
}
@-o-keyframes blinkGreen {
    from { background-color: #0F0; }
    50% { background-color: #0A0; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #304701 0 -1px 9px, #0F0 0 2px 12px; }
    to { background-color: #0F0; }
}
@keyframes blinkGreen {
    from { background-color: #0F0; }
    50% { background-color: #0A0; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #304701 0 -1px 9px, #0F0 0 2px 12px; }
    to { background-color: #0F0; }
}


@-webkit-keyframes blinkRed {
    from { background-color: #F00; }
    50% { background-color: #A00; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, #F00 0 2px 12px; }
    to { background-color: #F00; }
}
@-moz-keyframes blinkRed {
    from { background-color: #F00; }
    50% { background-color: #A00; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, #F00 0 2px 12px; }
    to { background-color: #F00; }
}
@-ms-keyframes blinkRed {
    from { background-color: #F00; }
    50% { background-color: #A00; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, #F00 0 2px 12px; }
    to { background-color: #F00; }
}
@-o-keyframes blinkRed {
    from { background-color: #F00; }
    50% { background-color: #A00; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, #F00 0 2px 12px; }
    to { background-color: #F00; }
}
@keyframes blinkRed {
    from { background-color: #F00; }
    50% { background-color: #A00; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, #F00 0 2px 12px; }
    to { background-color: #F00; }
}


@-webkit-keyframes blinkYellow {
    from { background-color: #FF0; }
    50% { background-color: #AA0; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, #FF0 0 2px 12px; }
    to { background-color: #FF0; }
}
@-moz-keyframes blinkYellow {
    from { background-color: #FF0; }
    50% { background-color: #AA0; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, #FF0 0 2px 12px; }
    to { background-color: #FF0; }
}
@-ms-keyframes blinkYellow {
    from { background-color: #FF0; }
    50% { background-color: #AA0; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, #FF0 0 2px 12px; }
    to { background-color: #FF0; }
}
@-o-keyframes blinkYellow {
    from { background-color: #FF0; }
    50% { background-color: #AA0; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, #FF0 0 2px 12px; }
    to { background-color: #FF0; }
}
@keyframes blinkYellow {
    from { background-color: #FF0; }
    50% { background-color: #AA0; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, #FF0 0 2px 12px; }
    to { background-color: #FF0; }
}


[data-toggle="toggle"] {
    display: none;
}

.nostyle table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 3px 2px 2px 3px;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-align:left;
}


.graph-title {
    font-size: 150%;
    font-weight:bold;
    text-align: center;
    margin: 15px auto 5px auto;
}		  



div#map {
    position: absolute;
    z-index: 0;
    border-width:2px;
    border-style:solid;
    border-color:black;    
}

div#radar {
    position: absolute;
    z-index: 0;
    left:0px;
}

.dash_bordered {
    border-width:1px;
    border-style:dotted;
    border-color:black;
}

div#passes {
    position: absolute;
    width:auto;
    margin:0 0 0 0;
    z-index: 0;
    visibility:hidden;
}

div#operations {
    position: absolute;
    width:auto;
    margin:0 0 0 0;
    z-index: 0;
    visibility:hidden;
}

div#request {
    position: absolute;
    width:auto;
    margin:0 0 0 0;
    z-index: 0;
    visibility:hidden;
}

table#table_passes {
    width:auto;
    display: table;
    border: 1px solid black;
    background-color:#fff;    
}

#table_passes td, th{
    vertical-align:middle;
    padding: 0px 8px;
    border-bottom: 1px solid #ddd;	   
}

table#table_operations {
    width:auto;
    display: table;
    border: 1px solid black;
    background-color:#fff;    
}

#table_operations td, th{
    vertical-align:middle;
    padding: 0px 8px;
    border-bottom: 1px solid #ddd;	   
}

table#table_request {
    width:auto;
    display: table;
    border: 1px solid black;
    background-color:#fff;    
}

#table_request td, th{
    vertical-align:middle;
    padding: 0px 8px;
    border-bottom: 1px solid #ddd;	   
}

.highcharts-container {
    position: inherit !important;
}

.highmaps-container {
    position: inherit !important;
}

.highcharts-tooltip {
    z-index: 9998;
}

.highmaps-tooltip {
    z-index: 9998;
}

