/**
 * Copyright (c) 2016, 2024, 5mode
 * All rights reserved.
 * 
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions are met:
 *     * Redistributions of source code must retain the above copyright
 *       notice, this list of conditions and the following disclaimer.
 *     * Redistributions in binary form must reproduce the above copyright
 *       notice, this list of conditions and the following disclaimer in the
 *       documentation and/or other materials provided with the distribution.
 *     * Neither 5mode nor the names of its contributors 
 *       may be used to endorse or promote products derived from this software 
 *       without specific prior written permission.
 * 
 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
 * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY
 * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 *
 * style.css
 * 
 * The stylesheet.
 *
 * @author Daniele Bonini <my25mb@aol.com>
 * @copyrights (c) 2016, 2024, 5mode
 * @license https://opensource.org/licenses/BSD-3-Clause 
 */
@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');

html {
  height: 100%;
}
body {
  margin: 0px; 
  padding: 0px;
  height:100%; 
  font-family: helvetica neue,helvetica,arial,sans-serif;
  background-color: #FFFFFF;
}
.aaa {
  font-family: Sans;
  font-size: 12px; 
  font-weight: 900;
  text-decoration:none;
  color:black;
}
.bbb {
  color: #7bca2e;
  text-decoration: underline;
}
.body-area {
  width: 100%;
  height: 100%;
}
.burger-menu {
  background: url('../res/burger-menu2.png') no-repeat;
  background-size: contain;
}
.burgermenu-footer-ctrl {
  padding:10px; 
  color: white; 
  float:left;
  background: #333333;
  font-size: 12px;
  font-weight: 400;
}
.burgermenu-footer-separetor {
  padding:10px;
  padding-left:30px;
  color: #333333; 
  float:left;
  background: #333333;
  font-size: 12px;
}
/*.burgermenu-footer-ctrl:hover {
  background: #54595D;
  cursor: pointer;
}*/
.burgermenu-row {
  border-left: 3px solid #444444;
  color: white; 
  width: 100%; 
  font-size: 16px; 
  padding: 12px; 
  vertical-align: middle;
  background: #444444;
}    
.burgermenu-row:hover {
  border-left: 3px solid #66AFE9;
  background: #54595D;
  cursor: pointer;
}
#appMenuIco {
  float:left; 
  position:relative; 
  top:1px; 
  left:-20px;
  cursor: pointer; 
  padding:22px;
  border: 1px solid #C2DBF2;
}
.appMenu {
  float:left; 
  position:relative; 
  width: 150px; 
  top:+43px; 
  left:+22px; 
  background:#313431; 
  cursor: pointer; 
}
.cat-div{
  width:100px;
  float:left;
  background-color: #f5e79e; 
  padding:5px;
  margin:5px;
  text-align:center;
  border: 1px solid transparent;
}
.cat-div:hover {
  background-color: burlywood;
  border: 1px solid orange;
}
.col-burger-menu-icon {
  width: 40px; 
}
.col-strd {
  float: none; 
}
.container-box { 
  position: absolute; 
  background: #333333;
  top: 0px;
  right: 0px;  
  z-index: 29999; 
  display: none; 
  width: 100%; 
  height: 100%;
}
/*
.footer {
  position: absolute;
  top: -3000px;
  padding: 20px 10px 10px 10px;
  border-top: 1px #ababab solid;
  background: #EEEEEE; 
  width: 100%; 
  height: 80px;
  text-align: center;
  color: #677a85;
}*/
#footerCont {
  position: fixed; 
  top: 2000px; 
  left:-10px;
  width: 102%; 
  border: 1px solid #C2DBF2; 
  padding: 7px; 
  background: white; 
  opacity: 0.3;
  color:white; 
  font-family: Sans;
  font-size: 12px; 
  text-align: center; 
  z-index: 99998;
}
#footer {
  position: fixed;
  float: right;
  top: 2000px; 
  left:-10px;
  width: 100%; 
  border: 0px solid #C2DBF2; 
  padding: 7px; 
  opacity: 1.0;
  color:black; 
  font-family: Sans;
  font-size: 12px; 
  font-weight: 400;
  text-align: right; 
  z-index: 99999;
}
.form-control:focus {
  background: white;
  border: 1px solid #e8e8e7;  
} 
.glyphicon-std {
  color: #CCD1D3;
}
.header {
  width: 100%; 
/* height: 228px; */
  background: #FFFFFF;
  /*#EAECF0;*/
  padding-top: 2px;
}
.header-table {
  position: relative; 
  left: -5px; 
  top:10px; 
  width: 100%;
}
.input-search {
  height: 35px; 
  font-size: 15px;
  border: 1px solid #C2DBF2;
  width: 300px;
}
.link-div {
  border: 1px solid white;
}
.link-div:hover {
  background-color: burlywood;
  border: 1px solid orange;
}
.navbar-brand-nml {
  color: #ababab;
  background: #91dada;/*#e2e2e2;*/
  position:relative;
  top: 0px; 
  /*font-size: 18px;*/
  font-weight: 200;
  display: table-cell;
  /*
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 7px;
  padding-bottom: 2px; */
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  left: 0px;
}
.navbar-brand-nml-home {
  color: #3366CC;
  position:relative;
  top: -4px; 
  font-size: 33px; 
  display: table-cell;
  padding-right: 0px
}
.navbar-brand-nml:hover{
  color: white;
  background: #8fdada; /*#0D62AA;*/
} 
.navbar-brand-nml:focus{
  color: white;
  background: #8fdada;
} 
.navbar-brand-nml-home:hover{
  color: black;
}
.navbar-brand-nml-home:focus{
  color: black;
}
#originsDisplay {
  float:left;
  position:fixed;
  top:680px;
  left:50px;
  width:275px;
  height:120px;
  font-family: Monospace, Verdana, Serif;
  font-size: 14px;
  background-color: #020401;
  border: 3px solid lightgray;
  text-align:left;
  color: #FFFFFF;
  white-space:nowrap; 
  font-weight:900;
  padding:10px;
  padding-top:4px;
  z-index:99999;
  display:none;
}
.originLabel {
  color: #7bca2e;
  font-weight:900;
}
.separetorBurgerMenu {
  padding: 0px; 
  margin: 0px; 
  border-color: #666666;
}
.search-cont {
  position:absolute;
  top:135px;
  left:150px;
  width:60%;
  min-width:fit-content;
  border:0px solid red;
}
