/*// X-Small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap

// Small devices (landscape phones, 576px and up)*/
@media (min-width: 374px) { 

body {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}


 }

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 

body {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}

 }

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 

body {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
}

 }

.body-darkblue{
background-image: linear-gradient(-20deg, #2b5876 0%, #4e4376 100%);
background-repeat: no-repeat;
background-attachment: fixed;
}
.container{background:white;}

a{text-decoration: none; color:#000000;}

.dropdown-menu {

    font-size: 13px;
}

ul, #myUL-menu {
  list-style-type: none;
}

#myUL-menu {
  margin: 0;
  padding: 0;
}

.caret-menu {
  cursor: pointer;
  -webkit-user-select: none; /* Safari 3.1+ */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none;
}

.caret-menu::before {
  content: "\25B6";
  font-size: 13px;
  color: black;
  display: inline-block;
  margin-right: 5px;
}

.caret-down-menu::before {
    font-size: 13px;
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Safari */'
  transform: rotate(90deg);  
}

.nested-menu {
  display: block;
}

.active-tree {
  display: none;
}