/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20 dic 2022, 21:03:33
    Author     : Androino

*/

@media only screen and (max-device-width: 400px) {
 .cl-menu {
  margin-top: 155px!important;
  width: 100%!important;
  margin-left: 10px!important;
 }
}

.cl-menu {
 margin-top: 200px;
 margin-left: 50px;
 width: 60%;
 padding-bottom: 200px;
}

.Collapsible-Div img {
 cursor: pointer;
 margin-right: 10px;
 margin-top: 15px;
 padding-left: 10px;
 margin-right: 35px;
 float: left;

}

.Collapsible-Div {
 cursor: grab;
 font-family: Verdana;
 margin-top: 2px;
 border:1px solid  #aaa;
 min-height: 55px;
 border-radius:3px;
 line-height: 18px;
 background-color: rgba(0, 38, 77,0.7);
 color:#ccc;
 padding-right: 0px;
 width: calc(100% - 10px);
}

.Collapsible-Div li {
 margin-left: 0px;
 padding-left:  0px;
 padding-right:   10px;
 width: calc(100% - 35px);
}

.Collapsible-Div a {
 text-transform: uppercase;
 cursor: pointer;
 width: calc(100% - 15px);
 margin-top: 5px;
 margin-right: 15px;
 margin-left: 15px;
 height: 25px;
 line-height: 23px;
 padding-left:10px;
 padding-right:10px;
 padding-top: 4px;
 padding-bottom: 4px;
 font-weight: bold;
 font-size:15px;
 background-color: rgba(255,255,255,0.8);
 color:rgb(0,56,105);
 border: 2px solid rgb(0,56,105);
 border-radius: 4px;
 text-decoration: inherit;
 display:block;
}

.Collapsible-Div ul {
 clear: both;
 list-style: outside none none;
 margin: 0;
 padding-bottom: 10px;
 padding-top: 10px;
 padding-left: 0px;
 display: none;
 background-color: #fff;
 color: #000;
 line-height: 38px;
 width: calc(100% - 2px);
 border-bottom-right-radius :8px;
 border-bottom-left-radius :8px;
}
