/* @import url('https://fonts.googleapis.com/css?family=Roboto:300,400,600|Roboto+Condensed:400,700'); */
/* @import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap"); */

:root {    
--header-height: 3rem;    
--nav-width: 68px;    
--azos-color: navy;
--azos-red-color: #FF0000;    
--first-color: #006400; /*#4723D9;*/    
--first-color-light: #F7F6FB;    
--white-color: #FFF;    
--body-font: 'Nunito', sans-serif;    
--normal-font-size: 1rem;    
--z-fixed: 100; }

body {  font-family: var(--body-font);  margin: 20px; background-color: #ee; }
.main {  margin-left: 70px; }
/* Same as the width of the sidenav */


/* General */
h1 { font-size: 2.5em;    }
	h1 .i { color: red; }
h2 { padding: 20px 0px 10px 0px; font-size: 1.5em; color:--azos-color;  }
h3,h4,h5,h6 { font-size: 1.5em; color:--azos-color;  }
	@media (max-width: 1199px) {    
	h1 { font-size: 1.8em;    }
	h2 { padding: 10px 0px 10px 0px; font-size: 1.2em;    }
	}
	h3,h4,h5,h6 { font-size: 1.2em;    }
	}

a { text-decoration: none; }
label {  font-size: 0.8rem;  font-weight: bold;  color:  var(--azos-color); }
fa { padding-right: 20px; }

.color-green  {	color: #006400;}
.color-red    {	color: red;}
.color-orange {	color: orange;}
.color-grey   {	color: #d1d1d1;}

/* NavTabs custom azeno */
.tab { display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none }
.tab-link { display:block; margin: 0 2px; padding:.5rem 1rem; text-decoration:none }
.tab-link:focus,.tab-link:hover { text-decoration:none }
.tab-link { color:#444 }
.tab-tabs { border-bottom:1px solid var(--azos-color) }
.tab-tabs .tab-item { margin-bottom:-1px }
.tab-tabs .tab-link { border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem }
.tab-tabs .tab-link:focus,.tab-tabs .tab-link:hover { border-color:var(--azos-color) }

/* .tab-tabs .tab-link:focus,.tab-tabs .tab-link:hover { border-color:var(--azos-color) var(--azos-color) #fff } */

.tab-tabs .tab-item.show .tab-link,.tab-tabs .tab-link.active { color:#000; font-weight: bold;background-color:#fff;border-color:var(--azos-color) var(--azos-color) #fff }
.tab-tabs .tab-link.disabled { color:#d1;background-color:transparent;border-color:transparent }
.tab-tabs .tab-item-help.active { border-color: #fff; }
.tab-tabs .dropdown-menu { margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0 }
.dropdown-item{display:block;width:100%;padding:.25rem 1rem;clear:both;font-weight:400;color:#212529;text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0}
.dropdown-item:focus,.dropdown-item:hover{color:#1e2125;background-color:#f8f9fa}
.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#0d6efd}
.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;pointer-events:none;background-color:transparent}
.dropdown-menu.show{display:block}
.dropdown-header{display:block;padding:.5rem 1rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}
.dropdown-item-text{display:block;padding:.25rem 1rem;color:#212529}
.dropdown-menu-dark{color:#dee2e6;background-color:#343a40;border-color:rgba(0,0,0,.15)}
.dropdown-menu-dark .dropdown-item{color:#dee2e6}
.dropdown-menu-dark .dropdown-item:focus,.dropdown-menu-dark .dropdown-item:hover{color:#fff;background-color:rgba(255,255,255,.15)}
.dropdown-menu-dark .dropdown-item.active,.dropdown-menu-dark .dropdown-item:active{color:#fff;background-color:#0d6efd}
.dropdown-menu-dark .dropdown-item.disabled,.dropdown-menu-dark .dropdown-item:disabled{color:#adb5bd}
.dropdown-menu-dark .dropdown-divider{border-color:rgba(0,0,0,.15)}
.dropdown-menu-dark .dropdown-item-text{color:#dee2e6}
.dropdown-menu-dark .dropdown-header{color:#adb5bd}

	@media (max-width: 600px) {    
	.tab-link { font-size: calc(1.0em); margin: 0 2px; padding:0.2rem 0.4rem }
	}

/* scroll-up button */
#scroll-to-top { position: fixed; min-width: 40px; min-height: 40px; width: 20vw; height: 20vw; 
		max-width: 40px; max-height: 40px; bottom: 5%;	right: 5%; opacity: 0.4; 
		-webkit-transition: all 300ms; -o-transition: all 300ms; transition: all 300ms; 
		fill: #dcdcdc;}
#scroll-to-top.is-visible { opacity: 0.4;}
#scroll-to-top.transition-slow { -webkit-transition: all 900ms; -o-transition: all 900ms; transition: all 900ms;}
#scroll-to-top:hover { opacity: 1; cursor: pointer; fill: --azos-color;}
	@media (min-width: 768px) { 
		#scroll-to-top { bottom: 5%; right: 5%; }
	}
	@media (max-width: 480px) { 
		#scroll-to-top { bottom: 5%; right: 5%; }
	}

/* Cookie notification */
#cookie-notification { position: fixed; right: 0; bottom: 0; left: 0; background-color: rgba(0, 0, 0, .75); color: #fff; padding: 15px; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12); opacity: 0; transform: translateY(100%); transition: all .4s;}
#cookie-notification a { color: #fff; font-weight: bold;}
#cookie-notification.active { opacity: 1; transform: translateY(0%);}
#cookie-notification .btn { float: right; margin-bottom: 15px; margin-left: 15px;}
#cookie-notification .glyphicon { margin-right: 10px;}
	@media (min-width: 768px) { 
		#cookie-notification { border-radius: 2px; width: 750px; right: 50%; left: 50%; margin-left: -375px; }
		#cookie-notification.active { bottom: 15px; }
	}
	@media (min-width: 992px) { 
		#cookie-notification { width: 970px; margin-left: -485px; }
	}
	@media (min-width: 1200px) { 
		#cookie-notification { width: 1170px; margin-left: -585px; }
	}
.disable-transitions { width: 200px;}

/* Limit CSS to a narrower set of devices. */

	@media (max-width: 1400px) { 
		#fixedheader .container-fluid { padding-left: 15px; padding-right: 15px; }
	}
	@media (min-width: 1200px) and (max-width: 1300px) { 
		.nav > li > a { padding: 10px 20px; }
	}
	@media (max-width: 1199px) { 
		.navbar-toggle { display: block; }
 		.navbar-collapse.collapse { display: none !important; }
		.navbar-header { float: none; }
	}
	@media (max-width: 767px) { 
		.row > .col + .col { margin-top: 65px; }
	}
	@media (max-width: 380px) { 
		.navbar-default .navbar-brand { width: calc(100vw - 70px); }
	}

/* final dispositions */

a { text-decoration: none; }