.header {
  width: 100%; 
  height: 100%;
}

.cabecalho {
  width: 100%;
  height: 150px;
  display: inline-flex;
}

.containersup {
  width: 44%;
  height: 100%;
  background: #00375B;
  box-shadow: 2px 2.5px 7px #2172B4;
  border-radius: 16px;
  display: flex;
  margin-right: 2px;
  margin-bottom: 10px;
}

.containersup2 {
  width: 44%;
  height: 100%;
  margin-left: 2px;
  background: #00375B;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  margin-right: 2px;
  margin-bottom: 10px;
}

.containersup3 {
  width: 20%;
  height: 100%;
  margin-left: 2px;
  background: #00375B;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  margin-bottom: 10px;
  flex-wrap: wrap
}

.tempo{
  width: 20%;
  font-size: xx-large;
  color: white;
  
  }

.containersup ul {
  list-style: none;
  text-transform: uppercase;
  position: relative;
  
}

.containersup > input [type=checkbox]:checked+label {
  background-color: green;
  color: white;
  font: bold;
  
}

/* .containersup li:active {
  background-color: green;      
} */

input[type="checkbox"] {
  display: none;
    
}
input[type="checkbox"]:checked + label {
  background-color: red;
  color:aliceblue;
  font:bold;
}

.bolinha {
  background-color: skyblue;
  text-align: center;
  width: 40px;
  height: 40px;
  margin: 1px;
  padding: 4px;
  font-size: 30px;
  border-radius: 40px;
}
.nomeaerodromo {
  background-color: green;
  text-align: center;
  width: 100px;
  height: 40px;
  margin: 1px;
  padding: 10px;
  font-size: 30px;
  border-radius: 20px;
}

.linha1 {
 
  text-align: center;
  margin: 1px;
  padding: 10px;
 /* font-size: xxx-large; */
  color: white;
  border-radius: 20px;
}


.lateral3{
  width: 85%;
  height: 100%;
  position: relative;
  margin: 2px;
  background: #005C97;
  border: 1px;
  border-radius: 10px; 
  }


  .msg_postit
{

  width:100%;
  height:100%;
  background-color: lightyellow;
  border-radius: 10px;
}

  .meio {
    width: 100%;
    height: 700px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-flex;
    background: #005C97;
  }

  .lateral {
    width: 3.5%;
    height: 100%;
    position: relative;
    margin: 2px;
    background: #00375B;
    border-radius: 10px;
  }


.sp {

  width: 100%; 
  height:33%; 
  display: inline-flex; 
  margin: 1px; 
  flex: auto; 
  display: flex; 
  flex-direction: row;
}
  .eqp1 {
    display: flex;
    flex-wrap: nowrap;
    border-radius: 2px;
    padding-top: 10px;
    }
  
  .rad {
    background-color: green;
    background-position: center center;
    background-size: cover;
    border-radius: 20px;
    height:90%;
    margin: 1px;
    flex: auto;
    
  }
  
  .eqp2 {
    display: flex;
    flex-wrap: nowrap;
    border-radius: 2px;
    padding-top: 10px;
    }
  
  .aux {
    background-color: green;
    background-position: center center;
    background-size: cover;
    border-radius: 20px;
    height:90%;
    margin: 1px;
    flex: auto;
    
  }
  .radar {
    background-color: green;
    text-align: center;
    width: 100px;
    height: 60px;
    margin: 3px;
    padding: 10px;
    font-size: 30px;
    border-radius: 20px;
  }
  .auxilio {
    background-color: green;
    text-align: center;
    width: 100px;
    height: 60px;
    margin: 3px;
    padding: 10px;
    font-size: 30px;
    border-radius: 20px;

  }

.chegsp{
width: 40%;
font-size: xx-large;
}

.saidsp{
  width: 40%;
  font-size: xx-large;  
  }

  .nm{
    width: 20%;
    font-size: large;  
    }
.rod2{
    width: 20%;
    height: 100%;
    background: #005C97;
    box-shadow: 1.5px 2.6px 7px #2172B4;
    border-radius: 10px;
    flex: auto;
    display: flex;
    flex-direction: column;
    border: inset #f00 4px;
      }
    .arearest{
      font-size: large;
      width: 36%;  
      }

      .areaativa{
        font-size: large;
        width: 26%;  
        }

        .areadesat{
          font-size: large;
          width: 34%;  
          }



.menu, .menu-bar {
    position: relative;
    height: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    z-index:10;  
    box-shadow: 2px 0 18px rgba(0, 0, 0, 0.26);
}
.menu li a{
  display: inline-block;
  text-indent: -500em;
  height: 100%;
  width: 100%;
  line-height: 80px;
  text-align:center;
  color: #72739f;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  transition: background 0.1s ease-in-out;
  border-radius: 10px;
}
.menu li a:before {
  font-family: FontAwesome;
  
  text-indent: 0em;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 1.4em;
}

.menu li a.home:before {
  content: "\f039";
}
.menu-bar li a:hover,
.menu li a:hover,
.menu li:first-child a {
  background: #267fdd;
  color: #fff;
}
.menu-bar{
    overflow:hidden;
    left:5em;
    z-index:5;
    width:0;
    height:0;
    transition: all 0.1s ease-in-out;
}
.menu-bar li a{
  display: block;
  height: 4em;
  line-height: 4em;
  text-align:center;
  color: #72739f;
  text-decoration:none;  
  position: relative;
  font-family:verdana;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  transition: background 0.1s ease-in-out;
}
.menu-bar li:first-child a{
    height:5em;
    background: #267fdd;
    color: #fff;    
    line-height:5
}


.para{
    color:#033f72;
    padding-left:100px;
    font-size:3em;
    margin-bottom:20px;
}

.open{
    width:10em;
    height:100%;
}

@media all and (max-width: 500px) {
    .container{
        margin-top:100px;
    }
    .menu{
        height:5em;
        width:100%;
    }
    .menu li{
        display:inline-block;
    }
    .menu-bar li a{
        width:100%;
    }
    .menu-bar{
        width:100%;
        left:0;
      bottom: 0;
        height:0;
    }
    .open{
        width:100%;
        height:auto;
    }
    .para{
    padding-left:5px;
}  
}
@media screen and (max-height: 34em){
  .menu li,
  .menu-bar {
    font-size:70%;
  }
}
@media screen and (max-height: 34em) and (max-width: 500px){
  .menu{
        height:3.5em;
    }
}





.main-menu:hover,nav.main-menu.expanded {
width:250px;
overflow:visible;
}

.main-menu {
background:#005C97;
position:absolute;
top:0;
bottom:0;
height:100%;
left:0;
width:100%;
overflow:hidden;
-webkit-transition:width .05s linear;
transition:width .05s linear;
z-index:1000;
}

.main-menu img {
/*  width:100%;
  height:10%;      */
  border-radius: 10px;
  border: #267fdd;
}
.main-menu>ul {
margin: 2px;
margin-right: 10px;

}

.main-menu li {
position:relative;
display:block;
width:250px;
border: #267fdd;
border-radius: 5px;
}

.main-menu li>a {
position:relative;
display:table;
border-collapse:collapse;
border-spacing:0;
color:#fff;
 font-family: arial;
font-size: 14px;
text-decoration:none;
background: #005C97;

}
.main-menu li>a :hover {
  color:#fff;
  background-color:#267fdd;
  border-radius: 5px;
}


.main-menu .nav-icon {
position:relative;
display:table-cell;
width:60px;
height:36px;
text-align:center;
vertical-align:middle;
font-size:22px;
}

.main-menu .nav-text {
position:relative;
display:table-cell;
vertical-align:middle;
width:190px;
  font-family: verdana;
  font-size:22px;
  background: #00375B; 
  color: #fff;
  border: #267fdd 2px;
  border-radius: 5px;
  margin-left: 5px;
    
}

.main-menu .nav-sup {
position:relative;
display:table-cell;
vertical-align:middle;
width:100px;
height: 50%;
  font-family: verdana;
  font-size:12px;
  background: #00375B; 
  color: #fff;
  border: #267fdd 2px;
  border-radius: 5px;
  margin-left: 5px;
    
}

nav ul,nav li {
outline:0;
margin:0;
padding:0;
}


.main-menu li:hover>a,nav.main-menu li.active>a,.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus,.no-touch .dashboard-page nav.dashboard-menu ul li:hover a,.dashboard-page nav.dashboard-menu ul li.active a {
  color:#fff;
  background-color:#267fdd;
  border-radius: 5px;
  }

.area {
float: left;
background: #fff;
width: 100%;
height: 100%;
}







/* abas   */

.TabControl{ 
  width:100%; 
  overflow:hidden; 
  height:100%
}

  .TabControl #header{ 
    width:100%; 
     
    overflow:hidden; 
    cursor:hand
  }

  .TabControl #content{ 
    width:100%; 
    
    overflow:hidden; 
    height:100%; 
  }

  .TabControl .abas{
   display:inline;
   test
  }

  .TabControl .abas li  {
    float:left
  }

  .aba{
    width:100px; 
    height:30px; 
    border:solid 1px; 
    border-radius:5px 5px 0 0;
    border-color: #00375B;
    text-align:center; 
    padding-top:5px; 
    background:#00375B;
    color:white;
    position: relative;
  }

  .ativa{
    width:100px; 
    height:30px; 
    border:solid 1 px; 
    border-radius:5px 5px 0 0;
    text-align:center; 
    padding-top:5px; 
    background:#267fdd;
  }

  .ativa span, .selected span{
    color:#fff
  }
  .TabControl #content{
    background:#005C97
  }
  .TabControl .conteudo{
    width:100%;  
    background:#005C97; 
    display:none; 
    height:100%;
    color:#fff
  }
  .selected{
    width:100px; 
    height:30px; 
    border:solid 1 px; 
    border-radius:5px 5px 0 0;
    text-align:center; 
    padding-top:5px; 
    background: #005C97;
    position: relative;
  }




/*    sub-menu     */

nav.main-menu.expanded,.sub-menu:hover,nav.sub-menu.expanded {
width:200px;
overflow:visible;
}


.sub-menu {
background:#005C97;
position:absolute;
top:0;
bottom:0;
height:400px;
left:250px;
width:100%;
overflow:hidden;
-webkit-transition:width .05s linear;
transition:width .05s linear;
z-index:1000;
}


.sub-menu:hover,span.subnav-text {
width:250px;
overflow:visible;
}

.submenu ul {
    display: none;
    position: absolute;
    background-color: #005C97;
    top:0;
  bottom:0;
  left:250px;
  
}

span.subnav-text:hover,.submenu:hover ul {
    display: block;
}

.submenu li {
    display: block;
    margin-right: 0px;
    border: solid;
    width: 190px;
    border-color: #005c97

}

.submenu img {
/*  width:100%;
  height:10%;      */
  border-radius: 10px;
  border: #267fdd;
}
.submenu>ul {
margin: 2px;
margin-right: 10px;

}

/*

.sub-menu li {
position:relative;
display:flow-root;
width:250px;
border: #267fdd;
border-radius: 5px;
}

.sub-menu li>a {
position:relative;
display:flex;
border-collapse:collapse;
border-spacing:0;
color:#fff;
 font-family: arial;
font-size: 14px;
text-decoration:none;
background: #005C97;

}
.sub-menu li>a :hover {
  color:#fff;
  background-color:#267fdd;
  border-radius: 5px;
}

.sub-menu .nav-icon {
position:relative;
display:table-cell;
width:60px;
height:36px;
text-align:center;
vertical-align:middle;
font-size:22px;
}

.sub-menu .subnav-text {
position:relative;
display:table-cell;
vertical-align:middle;
width:190px;
  font-family: verdana;
  font-size:22px;
  background: #00375B; 
  color: #fff;
  border: #267fdd 2px;
  border-radius: 5px;
  margin-left: 5px;
  text-align: center;
    
}


.sub-menu li:hover>a,nav.sub-menu li.active>a,.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus,.no-touch .dashboard-page nav.dashboard-menu ul li:hover a,.dashboard-page nav.dashboard-menu ul li.active a {
  color:#fff;
  background-color:#267fdd;
  border-radius: 5px;
  }


  .sub-pista {
    width: 100%;
  }

  .subnav-text {
    width: 100%;
  }

  .sub-coluna1{
    width: 95px; 
    text-align: center; 
    float: left;

  }

  .sub-coluna1 a{
    width: 95px; 
    text-align: center; 
    float: left;

  }


  .sub-coluna2{
    width: 95px; 
    text-align: center; 
    float: right;

  }

  .sub-coluna2 a{
    width: 95px; 
    text-align: center; 
    float: right;

  }

/*    sub-menu  Principais cartas    */

  .nav-proc {
position:relative;
display:table-cell;
vertical-align:middle;
width:190px;
  font-family: verdana;
  font-size:22px;
  background: #00375B; 
  color: #fff;
  border: #267fdd 2px;
  border-radius: 5px;
  margin-left: 5px;
  text-align: center;
    
}

.nome-nav-proc {
    font-family: verdana;
  font-size:22px;
  background: #00375B; 
  color: #fff;
  border: #267fdd 2px;
  border-radius: 5px;
  text-align: center;
}

.nome-nav {
    display: inline-flex;
    flex-direction: row;
    /* margin: auto; */
}

div .nav-proc-esq {
    border: solid;
    width: 86px;
    font-family: verdana;
  font-size:22px;
  background: orange; 
  color: #000;
  border-color: #000;
  text-align: center;
}

div .nav-proc-dir {
    border: solid;
    width: 86px;
    font-family: verdana;
  font-size:22px;
  background: orange; 
  color: #000;
  border-color: #000;
  text-align: center;
}

a .nav-proc-sid {
    border: solid;
    width: 100%;
    font-family: verdana;
  font-size:22px;
  background: darkgray; 
  color: #000;
  border-color: #000;
  text-align: center;
}

div .nav-proc-iac-esq {
    border: solid;
    width: 86px;
    font-family: verdana;
  font-size:22px;
  background: darkgray; 
  color: #000;
  border-color: #000;
  text-align: center;
}

div .nav-proc-iac-dir {
    border: solid;
    width: 86px;
    font-family: verdana;
  font-size:22px;
  background: lightgray; 
  color: #000;
  border-color: #000;
  text-align: center;
}

div .nav-proc-star-esq {
    border: solid;
    width: 86px;
    font-family: verdana;
  font-size:22px;
  background: darkgray; 
  color: #000;
  border-color: #000;
  text-align: center;
}

div .nav-proc-star-dir {
    border: solid;
    width: 86px;
    font-family: verdana;
  font-size:22px;
  background: lightgray; 
  color: #000;
  border-color: #000;
  text-align: center;
}