body {
    font-family: -apple-system, BlinkMacSystemFont, 
    "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", 
    "Fira Sans", "Droid Sans", "Helvetica Neue", 
    sans-serif;
    font-size: 16px;
	background-color: #f2f2f2;
	color: #333;
/*	background: url("../img/bg.jpg") no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;*/

}
.content {
	padding-top: 65px;
}
.row {
	padding-bottom: 65px;
}
iframe {
	padding: 0;
	margin: 0;
	border: 0;
	border-style: none; 
	width: 100%;
	height: 750px;
	overflow: hidden;
}

h1 {
	border-bottom: 1px solid #ED1C24;
	padding-bottom: 0.6em;
}
a {
    color: #019bcd;
    text-decoration: none;
}
hr {

  color: #ED1C24;

  border: 0;
}

.maj, .majHome {
	text-transform: uppercase;
	color: #ED1C24;
	font-weight: bold;
}
.maj {
	font-size: 18px;
}
.majHome {
	font-size: 20px;
}
.mentions {
	text-transform: uppercase;
}
.btn-info a {
	color: #fff;
	text-decoration: none;
}




/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
  display: none;
}
@media (min-width: 768px) {
	.sidebar {
		width: 200px;
		height: 100%;
		z-index: 1000;
		display: block;
		padding: 0;
		overflow-x: hidden;
		overflow-y: auto;
		/* Scrollable contents if viewport is shorter than content. */
		background-color: #f9f9f9;
		border-right: 1px solid #eee;
	}
}
.sidebar-nav-fixed {
	width:14%;
}
/*
 * Main content
 */

.main {
  padding: 20px;
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main .page-header {
  margin-top: 0;
}

footer {
	position: absolute;
	z-index: 1000;
	bottom: 0;
	right: 0;
	height: 60px;
    width: calc(100% - 200px);
	background-color: #f2f2f2;
}


#topNav {
    background-color: white;
    height: 44px;
    width: 100%;
    z-index: 100;
}

}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.table-hover {
	background-color: rgba(255,255,255,0.5);
}

.nav-tabs {
    border-bottom: 1px solid #ED1C24;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #019bcd;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ED1C24;
    border-bottom-color: transparent;
}


.navbar-fixed-top {
    border-top: 1px solid #231f20;
}
.navbar-white {
    min-height: 30px;
    background: #ed1c24;
	color: #fff;
}
.navbar-header {
	background-color: #ed1c24;
}
.nav>li {
    display: inline-block;
}
.nav>li>a {
    color: #231f20;
}
.nav>li>a :hover {
    color: #ed1c24;
}
.navChicard {
	background-color: #ED1C24;
	color: #fff;
}
.navChicard.nav>li>a {
	color: #fff;
}
.navChicard.nav>li>a :hover {
	color: #231f20;
}
.topLine {
	background-color: #ed1c24;
	height: 4px;
	width: 100%;
}

.navbar-brand {
	float: right;
	height: 50px;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px;
}
.chicardSidebar .nav>.active:focus>a,
.chicardSidebar .nav>.active:hover>a,
.chicardSidebar .nav>.active>a {
	font-weight: 700;
	color: #563d7c;
	background-color: transparent;
	border-left: 2px solid #563d7c;
}
/* Toggle Styles */

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    
    /*border-top: 8px solid #ED1C24;*/

}
#nav {
	z-index: 100;
}
#wrapper.toggled {
    padding-left: 200px;
}

#sidebar-wrapper {
    z-index: 1050 !important;
    position: fixed;
	top: 45px;
    left: 200px;
    width: 0;
    height: 100%;
    margin-left: -200px;
    overflow-y: auto;
	overflow-x: hidden;
    /*background: #ED1C24;*/
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 200px;
}

#page-content-wrapper {
    /*background-color: rgba(248, 252, 255, 0.25);*/
    width: calc(95% - 200px);;
	height: 100%;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -200px;
}

/* Sidebar Styles */
.sidebar-logo {
    position: relative;
    bottom: 0;
    width: 200px;
    margin: 0;
    padding: 0;
	padding-top: 100%;
    list-style: none;
}

.sidebar-sign {
    position: absolute;
    background: #ED1C24;
    top: 0;
    left: 14px;
    width: 200px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar-nav {
    position: relative;
    /*background: #ED1C24;*/
    text-transform: uppercase;
    top: 0;
    width: 200px;
    height: 40%;
    margin: 0;
    padding: 0;
    list-style: none;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.homeBG {
	background: transparent;
	padding-top: 20px;
}
.sidebar-nav :after {
    border-left: 1px solid #231F20;
    width: 4px;
    content: "";
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: 36px;
    right: -10px;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 60px;
    
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sidebar-child-nav li {
    text-indent: 10px;
    line-height: 20px;

}
.sidebar-nav li div{
    position: absolute;
    margin-right: 20px;
    margin-top: 5px;
}


.sidebar-nav li a {
	width: 100%;
    display: block;
    text-decoration: none;
    color: #9e9e9e;
    font-size: 12px;
    letter-spacing: 1px;
    margin-left: 37px;
    margin-bottom: 10px;

    
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.sidebar-child-nav li a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 10px;
    letter-spacing: 2px;
    margin-left: 20px;
    margin-bottom: 4px;

}
.sidebar-nav li a:hover,
.sidebar-nav li a:focus{
    text-decoration: none;
    color: #f9f9f9;
    background: #ED1C24;

}

.sidebar-nav li .active a, .sidebar-nav li a:active, .sidebar-nav li a:focus {
    text-decoration: none;
	color: #ED1C24;
	border-bottom: 1px solid #ED1C24;
	border-top: 1px solid #ED1C24;
}
.sidebar-nav li a.invColor {
	color: #231f20;
}
.sidebar-nav .active {
    text-decoration: none;
    color: #f9f9f9;

    /*background: #ED1C24;*/

}
/*
.sidebar-nav li a:hover:before, .sidebar-nav li a:active:before{
    content: "\› \ "; 
}*/

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #fff;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}
.sidebar-brand {
    font-weight: 800;
}

.panel-default {
	border-color: transparent;
}
.panel {
	background-color: rgba(255, 255, 255, 0.5);
}
.panel-heading a:after {
    font-family:'Glyphicons Halflings';
    content:"\e114";
    float: right;
    color: #ed1c24;
}
.panel-heading a.collapsed:after {
    content:"\e080";
}


#logo-navbar-svg {
	background-color: #fff;
	margin-right: 1em;
}
.img-xs {
	margin-top: -120px;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 200px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 200px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
    }
    #page-content-wrapper.home {
        padding: 0;
		margin-top: -20px;
    }
    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}
@media(max-width:768px) {
	body {
		font-size: 13px;
	}
	h1, .h1 {
	  font-size: 1.2em;
	}
	h3, .h3 {
	  font-size: 1.1em;
	}
	.btn-lg, .btn-group-lg>.btn {
	  font-size: 0.7em;
	}
	
	#bur .fixed-table-container tr,
	#loc .fixed-table-container tr,
	#ent .fixed-table-container tr,
	#ter .fixed-table-container tr,
	#ilc .fixed-table-container tr,
	#ilat .fixed-table-container tr,
	#constr .fixed-table-container tr {
		font-size: 0.66em;
		text-align: left;
	}

    #page-content-wrapper {
        padding-top: 60px;
    }
    #page-content-wrapper.home {
        padding-top: 0;
		margin-top: -6px;
    }
	.navbar-nav>li>a {
		font-size: 0.8em;
	}
	#nav .nav>li>a {
		padding: 10px 7.5px;
		font-size: 0.6em;
		color: #fff;
		text-transform: uppercase;
	}
	.navbar-brand {
		background-color: #f9f9f9;
		float: right;
		position: absolute;
		top: 0;
		right: 0;
		height: 55px;
		padding: 0 auto;
	}
	.form-control {
	  display: block;
	  width: 100%;
	  height: 20px;
	  padding: 3px 12px;
	  font-size: 10px;
	  line-height: 1.42857143;

	}
}
.text-muted {
	font-size: 0.75em;
	text-align: right;
}
#toc .nav>li {
    display: block;
}
nav[data-toggle='toc'] {
	margin-top: 150px;
}

/* small screens */

@media (max-width: 768px) {
	/* override the Affix plugin so that the navigation isn't sticky */
	nav.affix[data-toggle='toc'] {
		position: static;
	}
	/* PICK ONE */
	/* don't expand nested items, which pushes down the rest of the page when navigating */
	nav[data-toggle='toc'] .nav .active .nav {
		display: none;
	}
	/* alternatively, if you *do* want the second-level navigation to be shown (as seen on this page on mobile), use this */
	nav[data-toggle='toc'] .nav .nav {
		display: block;
	}
}
nav[data-toggle=toc] .nav>.active:focus>a, nav[data-toggle=toc] .nav>.active:hover>a, nav[data-toggle=toc] .nav>.active>a {
    padding-left: 18px;
    font-weight: 700;
    color: #ed1c24;
    background-color: transparent;
    border-left: 2px solid #ed1c24;
}

* {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}