/*Navbar*/
.navbar-fixed-top {
	position:fixed;
	width:100%;
	top: 0;
	border-width: 0 0 1px;
	z-index:100;
  border-image-slice: 1;
  border-image-source: linear-gradient(to right, #308f6c,#25449a, #870989, #af1255, #ecdb80);
  border-bottom: 5px solid #555;
	box-shadow: 0px 4px 5px rgba(50,50,100,0.3);
  -webkit-box-shadow: 0px 4px 5px rgba(50,50,100,0.3);
  -moz-box-shadow: 0px 4px 5px rgba(50,50,100,0.3);
}

.navbar-header div {
  margin-right: 40px;
  line-height: 40px;
  border-top: 5px solid transparent;
  font-weight: bold;
}

.navbar-header div.logo {
  border-top: 0px;

}
.navbar-header .highlighted
{
  border-top: 5px solid blue;
  border-image-slice: 1;
  font-weight: bold;
  vertical-align: middle;
  height: 100%;
  border-image-source: linear-gradient(to left,#f9af21,#fd4e42,#f202b1 );
}

.navbar-header a
{
  color:#000
}
.navbar-header .highlighted a:hover
{
  text-decoration: none;
}

.dropdown {
  position: relative;
  display: inline-block;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.dropdown-ul {
	padding: 10px !important;
}
.dropdown:hover{
  cursor:pointer;
}
.dropdown > a, .dropdown > button {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  background-color: white;
  border: 1px solid #ccc;
  padding: 6px 20px 6px 10px;
  /* border-radius: 4px; */
  display: inline-block;
  color: black;
  text-decoration: none;
}

.dropdown input[type=checkbox] {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  margin: 0px;
  opacity: 0;
}

.dropdown input[type=checkbox]:checked {
  position: fixed;
  z-index:+0;
  top: 0px; left: 0px; 
  right: 0px; bottom: 0px;
}

.dropdown ul {
  position: absolute;
  top: 18px;
  border: 1px solid #ccc;
  border-radius: 3px;
  left: 0px;
  list-style: none;
  padding: 4px 0px;
  display: none;
  background-color: white;
  box-shadow: 0 3px 6px rgba(0,0,0,.175);
}

.dropdown input[type=checkbox]:checked + ul {
  display: block;
}
/*
.dropdown ul li {
  display: block;
  padding: 6px 20px;
  white-space: nowrap;
  min-width: 100px;
}
*/

.dropdown ul li:hover {
  background-color: #F5F5F5;
  cursor: pointer;
}

.dropdown ul li a {
  text-decoration: none;
  display: block;
  color: black
}

.dropdown .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  font-size: 1px;
  padding: 0;
}

/*finish navbar*/



li.separator {
  background: linear-gradient(to right, #308f6c,#25449a, #870989, #af1255, #ecdb80);
  height: 5px;
  margin: 30px 0;
}

.sidenav {
    width: 220px;
    height: 100%;
    position: fixed;
  }
  
  .leftnav {
    width: 200px;
    height: 100%;
    margin: 0px auto;
    padding: 20px 10px 0px 35px;
  }
  
  /* new sidebar */
  #sidebar-wrapper {
      width: 225px;
    z-index: 99;
    position: fixed;
    left: 225px;
    top: 63px;
    height: 100%;
    margin-left: -225px;
    text-align: center;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
  }
  
  #sidebar-wrapper .sidebar-close {
      margin-top: 4px;
      margin-bottom: 20px;
      padding-right: 4px;
      text-align: right;
  }
  #sidebar-wrapper .sidebar-close a {
      color: white;
      font-size: 24px;
  }
  #sidebar-wrapper .sidebar-add {
      margin-bottom: 20px;
  }
  #sidebar-wrapper .sidebar-nav {
    width: 225px;
    font-size: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
      text-align: left;
  }
  #sidemenu {
      overflow: auto;
  }
  
  #sidebar-wrapper .sidebar-nav li {
    text-indent: 0;
  }
  
  #sidebar-wrapper .sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #2d8bcc;
  }
  
  #sidebar-wrapper .sidebar-nav li a .sidebar-icon {
    width: 45px;
    height: 45px;
    font-size: 14px;
    padding: 0 2px;
    display: inline-block;
    text-indent: 7px;
    margin-right: 10px;
    color: #fff;
    float: left;
  }
  
  #sidebar-wrapper .sidebar-nav li a .caret {
    position: absolute;
    right: 23px;
    top: auto;
    margin-top: 20px;
  }
  
  #sidebar-wrapper .sidebar-nav li ul.panel-collapse {
    list-style: none;
    -moz-padding-start: 0;
    -webkit-padding-start: 0;
    -khtml-padding-start: 0;
    -o-padding-start: 0;
    padding-start: 0;
    padding: 0;
  }
  
  #sidebar-wrapper .sidebar-nav li ul.panel-collapse li i {
    margin-right: 10px;
  }
  
  #sidebar-wrapper .sidebar-nav li ul.panel-collapse li {
    text-indent: 15px;
  }
  
  .sidebar-nav li a:hover {
    background: linear-gradient(to right,  #308f6c,#25449a);
    color: #fff !important;
  }
  
  .nav-link {
    padding: 1px 1px 1px 10px;
  }
  
  



.navbar {
    border: none;
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 30%);
    box-shadow: 0 1px 2px rgb(0 0 0 / 30%);
}
.navbar-default {
    background-color: #fff;
    border-color: transparent;
}

/* not necessary element */
#bd-addData .project_fk,
#bd-addData .md5,
#bd-addData .feature_fk,
#bd-editData .project_fk,
#bd-editData .md5,
#bd-editData .feature_fk {
    display: none;
}

th._projectsort, th._sort {
    color: #ffffff;
}

.tutorial-link {
    background-color: #2d8bccff;
    color: #fff;
    border: none;
}

.tutorial-link::before {
    content: "";
    display: block;
    background: url("/apps/cmsadmin/assets/img/instruction-manuals-book-icon.png?v.00.01") no-repeat;
    background-size: auto;
    background-size: cover;
    width: 20px;
    height: 20px;
    float: left;
    margin: -3px 6px 0 0;
}

.tutorial-link:hover {
    color: #fff !important;
    background-color: #2373a4 !important;
}


.tutorial-link:focus {
    box-shadow: none;
}

#loading {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#loading img {
    width: 90px; /* Imposta la larghezza desiderata dell'icona "Try" */
    height: 90px; /* Imposta l'altezza desiderata dell'icona "Try" */
}

.cache-link::before {
    content: "";
    display: block;
    background: url("/apps/cmsadmin/assets/img/instruction-manuals-book-icon.png?v.00.01") no-repeat;
    background-size: auto;
    background-size: cover;
    width: 20px;
    height: 20px;
    float: left;
    margin: -3px 6px 0 0;
}

iframe.cke_wysiwyg_frame {
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
    width: 98% !important;
    height: 96% !important;
}
