/**
 * Copyright (c) 2016, 2024, the Open Gallery's contributors
 * 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 Open Gallery 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
 * 
 * CSS file.
 *
 * @author Daniele Bonini <my25mb@aol.com>
 * @copyrights (c) 2016, 2024, the Open Gallery's contributors     
 * @license https://opensource.org/licenses/BSD-3-Clause 
 */

html {
  height: 100%;
}
body {
  margin: 0px; 
  padding: 0px;
  height:100%; 
  font-family: helvetica neue,helvetica,arial,sans-serif;
  background-color: #FFFFFF;
}
.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; 
}
.appMenu {
  float:left; 
  position:relative; 
  width: 150px; 
  top:+43px; 
  left:+22px; 
  background:#313431; 
  cursor: pointer; 
}
#butSearch-addon {
  background:#000000;
  color:#FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px 0px, rgba(244, 25, 22, 0.19) 0px 6px 20px 0px;
}
.cat-div{
  width:100px;
  float:left;
/*  background-color: #f5e79e; */
  background-color: #ffffff; 
  padding:5px;
  margin:5px;
  text-align:center;
  border: 1px solid transparent;
  border-radius: 5%;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px 0px, rgba(244, 25, 22, 0.19) 0px 6px 20px 0px;
}
.cat-div:hover {
  background-color: #000000;
/*  background-color: #58c6f9;*/
/*  border: 1px solid orange;*/
  color:#FFFFFF;
  cursor:pointer;
}
.cat-div:hover > a {
  color:#FFFFFF;
}
.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:-0px;
  width: 102%; 
  border: 1px solid #C2DBF2; 
  border-bottom: 6px solid orange;
  padding: 7px; 
  /*background: #8dd7f9;*/ 
  background: orange;
  opacity: 1.0;
  color:white; 
  font-family: Sans, Arial, Verdana;
  font-size: 12px; 
  text-align: center; 
  z-index: 99998;
}
#footer {
  position: fixed;
  float: right;
  top: 2000px; 
  left:0px;
  width: 100%; 
  border: 0px solid #C2DBF2; 
  padding: 7px; 
  opacity: 1.0;
  color:#FFFFFF; 
  font-family: Sans, Arial, Verdana;
  font-size: 12px; 
  font-weight: 400;
  text-align: right; 
  z-index: 99999;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px 0px, rgba(244, 25, 22, 0.19) 0px 6px 20px 0px;
  white-space:nowrap;
}
#footer > span > a {
  color: #FFFFFF;
  font-weight:900;
}
.form-control:focus {
  background: white;
  border: 1px solid #e8e8e7;  
} 
.glyphicon-std {
  color: #CCD1D3;
}
.header {
  width: 100%; 
/* height: 228px; */
/*  background: #8dd7f9;*/
  background:orange;
  padding-top: 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px 0px, rgba(244, 25, 22, 0.19) 0px 6px 20px 0px;
}
.header-table {
  position: relative; 
  left: -5px; 
  top:10px; 
  width: 100%;
}
.input-search {
  height: 35px; 
  font-size: 15px;
  border: 1px solid #C2DBF2;
  width: 300px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px 0px, rgba(244, 25, 22, 0.19) 0px 6px 20px 0px;
}
#langhidecn {
  display:none;
}
#langhideit {
  display:none;
}
.link-div {
  border: 1px solid white;
  border-radius: 4%;
  min-height:84px;
  margin:3px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px 0px, rgba(255, 153, 1, 0.19) 0px 6px 20px 0px;
}
.link-div:hover {
/*  background-color: burlywood;*/
  background-color: #c3e8f9;;
  border: 1px solid orange;
  cursor:pointer;
}
#logo-div {
  white-space:nowrap;
}
#logo-div > span {
  white-space:nowrap;
}
#logo-div > a {
  text-decoration: none;
  white-spze:nowrap;
}
.navbar-brand-nml {
  color: #ababab;
  background: #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: #C9CED2; /*#0D62AA;*/
} 
.navbar-brand-nml:focus{
  color: white;
  background: #0D62AA;
} 
.navbar-brand-nml-home:hover{
  color: black;
}
.navbar-brand-nml:focus{
  color: black;
} 
.navbar-brand-nml-home:focus{
  color: black;
}
.new-pic:hover {
  background: url('/res/plus.png');
  background-size:cover;
  opacity: 0.3;
  border: 2px solid orange;
}
.my-modal-content {
  float:left;
  width:90%; 
  height:500px;
  margin-top:10%;
}
.my-modal-dialog {
  width:80%;
  background-color:#FFFFFF;
}
.my-modal-toolbox {
  margin-top:10%;
}
#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;
}
.sfogliato-detail-cell {
  width:100px;
  text-align:right;
  padding:10px;
  font-weight:900;
}
.sfogliato-detail-field {
  width:98%;
  max-width:550px;
  font-weight:900;
  font-size:15px;
  border:2px solid #000000;
}
#subtitle {
  background:#000000;
  color:#FFFFFF;
  font-size:20px
  height:10px;
  border: 1px solid lightgray;
  border-radius:5%;
  border-bottom:5px solid #000000;
  white-space:nowrap;
}
