/* @import url("/assets/plugins/Switch/simple-switch.css"); */

.treelevel1 
{
    padding-left: 4px;
    /* font-size: 95%; */
}
.treelevel2 
{
    padding-left: 8px;
    /* font-size: 85%; */
}
.treelevel3 
{
    padding-left: 12px;
    /* font-size:80%; */
}
.main-footer {
    padding: 1rem;
    background: #869099;
    color: #869099;
    border-top: 1px solid #dee2e6;
    /* background: #111929d8; */
    background-color: #343a40;
    color: white;
    border-top: 1px solid gray 

  }

  .layout-navbar-fixed .wrapper .sidebar-dark-primary .brand-link {
    background-color: #343a40;
	background-color: #fd7e14;
	background-color: #17a2b8;
	background-color: teal;

  }
  .layout-sm-navbar-fixed .wrapper .sidebar-dark-primary .brand-link {
    background-color: #343a40;
    background-color: #fd7e14;
	background-color: #17a2b8;
	background-color: teal;
  }

  .layout-md-navbar-fixed .wrapper .sidebar-dark-primary .brand-link {
    background-color: #343a40;
    background-color: #fd7e14;
	background-color: #17a2b8;
	background-color: teal;
}
  .layout-lg-navbar-fixed .wrapper .sidebar-dark-primary .brand-link {
    background-color: #343a40;
    background-color: #fd7e14;
	background-color: #17a2b8;
	background-color: teal;
  }
  .layout-xl-navbar-fixed .wrapper .sidebar-dark-primary .brand-link {
    background-color: #343a40;
    background-color: #fd7e14;
	background-color: #17a2b8;
	background-color: teal;
  }

   .brand-link .brand-image 
  {
	background-color:transparent;
  } 
  

  .round-button-sm {
    display:block;
    width:40px;
    height:40px;
    line-height:40px;
    /* border: 2px solid #f5f5f5; */
    border-radius: 50%;
    color:#f5f5f5;
    text-align:center;
    text-decoration:none;
    background: #ee7009;
    box-shadow: 0 0 3px gray;
    font-size:16px;
    font-weight:bold;
	background: #17a2b8;
}
.round-button {
    display:block;
    width:60px;
    height:60px;
    line-height:60px;
    border: 2px solid #f5f5f5;
    border:none;
    border-radius: 50%;
    color:#f5f5f5;
    text-align:center;
    text-decoration:none;
    background-image: #ee7009;
    box-shadow: 0px 0px 3px white;
    font-size:20px;
    font-weight:bold;
    background-image: #17a2b8;
}

.round-button-sm:hover {
    background: #fda605;
    color:black;
	background: #1fd5f1;
}

.round-button:hover {
    background: #fda605;
    color:black;
	background: #1fd5f1;
}

.circle {
    border-radius: 50%;
}

.btn-blue {
	background: #026285;
	/* background-image: #ee7009; */
	color: white;
	border:none;
  }
  .btn-blue:hover {
	background: #68d2f8;
	color:black;
	border:none;
  }
  
  .blue-gradient {
	color: #fef4e9;
	border: 1px solid #0caada;
	background: #03c3f3;
	opacity: .85;
	background: -webkit-gradient(linear, left top, left bottom, from(#0caada), to(#066388));
	/* background: -webkit-gradient(linear, left top, left bottom, from(#fae41a), to(#f47a20)); */
	background: -moz-linear-gradient(top, #0caada, #066388);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0caada', endColorstr='#066388');
	/* text-shadow: 0 2px 5px darkgray; */
	/* text-shadow: 0 1px 1px rgba(0,0,0,.6); */
	text-shadow: 1px 1px white, -1px -1px #444;
  }
  
  .btn-blue.blue-gradient:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#97e3fa), to(#036481));
  background: -moz-linear-gradient(top, #97e3fa, #036481);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#97e3fa', endColorstr='#036481');
  }
  
  .btn-blue {
	background: #026285;
	/* background-image: #ee7009; */
	color: white;
	border:none;
  }
  
  .btn-blue:hover {
	background: #68d2f8;
	color:black;
	border:none;
  }
  
  .btn-blue.blue-gradient:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#97e3fa), to(#036481));
  background: -moz-linear-gradient(top, #97e3fa, #036481);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#97e3fa', endColorstr='#036481');
  }
  
  .btn-blue {
	background: #026285;
	/* background-image: #ee7009; */
	color: white;
	border:none;
  }
  
  .btn-blue:hover {
	background: #68d2f8;
	color:black;
	border:none;
  }
  
  .btn-blue.blue-gradient:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#97e3fa), to(#036481));
  background: -moz-linear-gradient(top, #97e3fa, #036481);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#97e3fa', endColorstr='#036481');
  }
  
  
  .btn-white {
	background: rgb(196, 196, 192);
	/* background-image: #ee7009; */
	color: #383333;
	border:none;
  }
  
  .btn-white:hover {
	background: #3b3636;
	color:rgb(235, 235, 235);
	border:none;
  }
  
  .inset
  {
	  text-shadow: 1px 1px white, -1px -1px #444;
  }
  
  .greenborder {
	border: 1px groove rgba(21,90,9,0.63);
	border-radius: 18px;
	padding-top: 5px;
	margin-bottom: 5px;
  
	}
  

.btn-orange {
    background: #ee7009;
    /* background-image: #ee7009; */
    color: white;
    border:none;
}
.btn-orange:hover {
    background: #fda605;
    color:black;
    border:none;
}

.orange-gradient {
    color: #fef4e9;
    border: 1px solid #da7c0c;
    background: #f78d1d;
    opacity: .85;
    background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
    /* background: -webkit-gradient(linear, left top, left bottom, from(#fae41a), to(#f47a20)); */
    background: -moz-linear-gradient(top, #faa51a, #f47a20);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
    /* text-shadow: 0 2px 5px darkgray; */
    /* text-shadow: 0 1px 1px rgba(0,0,0,.6); */
    text-shadow: 1px 1px white, -1px -1px #444;
}

.btn-orange.orange-gradient:hover {
background: -webkit-gradient(linear, left top, left bottom, from(#fae25a), to(#ffc919));
background: -moz-linear-gradient(top, #faa51a, #f47a20);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fae25a', endColorstr='#ffc919');
}

.inset
{
    text-shadow: 1px 1px white, -1px -1px #444;
}

.greenborder {
  border: 1px groove rgba(21,90,9,0.63);
  border-radius: 18px;
  padding-top: 5px;
  margin-bottom: 5px;

  }

  
.orange-gradient2 {
  color: #fef4e9;
  border: 1px solid #da7c0c;
  background: #f78d1d;
  opacity: .85;
  background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
  /* background: -webkit-gradient(linear, left top, left bottom, from(#fae41a), to(#f47a20)); */
  background: -moz-linear-gradient(top, #faa51a, #f47a20);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
  /* text-shadow: 0 2px 5px darkgray; */
  /* text-shadow: 0 1px 1px rgba(0,0,0,.6); */
  text-shadow: 1px 1px white, -1px -1px #444;
}


  /* PAGINATION
.pagination2 > li > a {
  background: #fafafa;
  color: #666;
}
.pagination2.pagination-flat > li > a {
  border-radius: 0 !important;
} */

/* gray */
.lightgray-gradient 
{
	color: #e9e9e9;
	border: 1px solid rgb(168, 166, 166);
	background: #9c9696;
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(207, 204, 204)), to(#a1a0a0));
	background: -moz-linear-gradient(top, rgb(207, 204, 204), #a1a0a0);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}

.gray-gradient 
{
	color: #e9e9e9;
	border: 1px solid #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}

.gray-gradient:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#6e6e6e), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.gray-gradient:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}

.lightgray-gradient:hover,.lightgray-gradient:active 
{
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#e9e5e5), to(rgb(206, 205, 205)));
	background: -moz-linear-gradient(top, #e9e5e5, rgb(206, 205, 205)  );
}
 
/* white */
.white-gradient {
	color: #606060;
	border: 1px solid #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white-gradient:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white-gradient:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}


/* orange */
.orange-gradient {
	color: #fef4e9;
	border: 1px solid #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange-gradient:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange-gradient:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

/* red */
.red-gradient {
	color: #faddde;
	border: 1px solid #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.red-gradient:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.red-gradient:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}

/* blue */
.blue-gradient {
	color: #d9eef7;
	border: 1px solid #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue-gradient:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue-gradient:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}

/* rosy */
.rosy-gradient {
	color: #fae7e9;
	border: 1px solid #b73948;
	background: #da5867;
	background: -webkit-gradient(linear, left top, left bottom, from(#f16c7c), to(#bf404f));
	background: -moz-linear-gradient(top,  #f16c7c,  #bf404f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16c7c', endColorstr='#bf404f');
}
.rosy-gradient:hover {
	background: #ba4b58;
	background: -webkit-gradient(linear, left top, left bottom, from(#cf5d6a), to(#a53845));
	background: -moz-linear-gradient(top,  #cf5d6a,  #a53845);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf5d6a', endColorstr='#a53845');
}
.rosy-gradient:active {
	color: #dca4ab;
	background: -webkit-gradient(linear, left top, left bottom, from(#bf404f), to(#f16c7c));
	background: -moz-linear-gradient(top,  #bf404f,  #f16c7c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf404f', endColorstr='#f16c7c');
}

/* green */
.green-gradient {
	color: #e8f0de;
	border: 1px solid #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green-gradient:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green-gradient:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}

/* pink */
.pink-gradient {
	color: #feeef5;
	border: 1px solid #d2729e;
	background: #f895c2;
	background: -webkit-gradient(linear, left top, left bottom, from(#feb1d3), to(#f171ab));
	background: -moz-linear-gradient(top,  #feb1d3,  #f171ab);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#feb1d3', endColorstr='#f171ab');
}
.pink-gradient:hover {
	background: #d57ea5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f4aacb), to(#e86ca4));
	background: -moz-linear-gradient(top,  #f4aacb,  #e86ca4);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4aacb', endColorstr='#e86ca4');
}
.pink-gradient:active {
	color: #f3c3d9;
	background: -webkit-gradient(linear, left top, left bottom, from(#f171ab), to(#feb1d3));
	background: -moz-linear-gradient(top,  #f171ab,  #feb1d3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f171ab', endColorstr='#feb1d3');
}

.no-disp
{
display:none;
}
.inline-disp
{
  display:inline-block;
}
.inlineblk-disp
{
  display:inline-block;
}
.inlineflex-disp
{
  display:inline-flex;
}

.text-underline 
 {
  text-decoration: underline; }

.text-line-through {
  text-decoration: line-through; }

.text-overline {
  text-decoration: overline; }

	.bg-theme1
	{background-color: red; background-image: linear-gradient(to right, #BB0000 , #003B68);}