﻿/*
Item: Responsive CSS3 Mega Menu
Author: http://codecanyon.net/user/Vasterad
Version: 1.0
*/


/* Basic Styles
================================================== */


#myCarouselNews{
	font-size: 1em;
	margin-top: 10px;
}

.scroll{
	position:fixed;
	top:0px; 
	width:1170px;
}
.non-scroll{
	position:relative;
}

.menu {
	/* display: block;
	position: relative; */
}

.menu,
.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	/* position: relative; */
	z-index: 1020;
}

.menu ul a { float: left; }
.menu ul ul a { float: none; }
.menu .mega-menu a { float: none; padding: 0; }

.menu ul ul,
.menu .mega-menu,
.menu .mega-menu ol li {
	opacity: 0;
	visibility: hidden;
	display: none !important/9; /* IE8 Hack */
	-webkit-transition: opacity 150ms ease-in-out;
	-moz-transition: opacity 150ms ease-in-out;
	-o-transition: opacity 150ms ease-in-out;
	-ms-transition: opacity 150ms ease-in-out;
	transition: opacity 150ms ease-in-out;
}

.menu li:hover > ul,
.menu li:hover > .mega-menu,
.menu li:hover > .mega-menu ol li {
	opacity: 1;
	visibility: visible;
	display: block !important/9; /* IE8 Hack */
}

.menu ul:after {
	content: "";
	clear: both;
	display: block;
}

.menu ul li {
	float: left;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}

.menu ul li a {
	display: block;
	padding: 14px 13px 15px 13px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}


/* Arrows */
.menu .arrow:after {
	content: "";
	float: right;
	text-align: right;
	width: 0; 
	height: 0; 
	display: block;
	border-left: 3px solid rgba(255,255,255,0);
	border-right: 3px solid rgba(255,255,255,0);
	border-top: 3px solid #fff;
	top: 9px;
	margin: 0 0 0 5px;
	position: relative;
	/* IE8 Hack */
	border-left: 3px solid transparent/9;
	border-right: 3px solid transparent/9;
}

.menu ul li ul li .arrow:after {
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 3px solid #bbb;
	margin: -2px 0 0 5px;
}


/* Icons Styles */
.menu i {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	float: left;
	margin: 4px 4px 0 -2px;
	line-height: 14px;
	padding: 0;
}


/* Right Floated item */
.menu .right {
	float: right;
}

.menu .right ul,
.menu .right .mega-menu {
	right: 0;
}


/* Drop-Down
================================================== */
.menu ul ul {
	background: #fff;
	border: 1px solid #e0e0e0;
	border-top: 0;
	border-bottom: 0;
	position: absolute;
	top: 100%;
	width: 170px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04);
	box-shadow: 0 1px 1px rgba(0,0,0,0.04);
}

.menu ul ul ul {
	position: absolute; 
	left: 100%;
	border-top: 1px solid #e0e0e0;
	top: -1px;
}


.menu ul ul li a {
	font-weight: normal;
	padding: 8px 12px;
	color: #777;
	border-bottom: 1px solid #e4e4e4;
}

.menu ul li span{
    display: none;
}

.menu ul ul li {
	float: none; 
	position: relative;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}

ul.dropdown {
    width: 100% !important;
    text-align: center;
    right: 0;
    left: -1px;
}

.dropdown li a {
    font-weight: bold !important;
    color: #fff !important;
    background-color: #5686A2 !important;
    border-color: #5686A2 !important;
    padding-left: 9px !important;
}


.dropdown li a p{
    margin: 0;
}

.dropdown li a:hover {
    background-color: #00416C !important;
}

.dropdown li a:active {
    background-color: #00416C !important;
    background: #00416C !important;
}

.menu ul ul li {
    background: #fff !important;
}

.menu ul ul li a:active,
.menu ul ul li:hover {
    background: #00416C !important;
    background-color: #00416C !important;
}


/* Mega-Menu
================================================== */
.mega-menu {
	position: absolute;
	top: 100%;
	padding: 18px 11px;
	background-color: #00416C;
	/* border: 1px solid #e0e0e0; */
	border-top: none;
	color: #777; 
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04);
	box-shadow: 0 1px 1px rgba(0,0,0,0.04);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index:1;
}

.mega-menu ol {
	list-style: none;
	padding: 0;
}

.mega-menu ol li {
	width: 100%;
}

.mega-menu ol li:hover,
.mega-menu ol li a {
	color: #FFF;
	font-size:14px;
	padding: 0;
	font-weight: normal;
	background-color: #00416C;
	background-image: none;
}

.mega-menu ol li a:hover {
	/* color: #505050; */
	color: #AAA;
}

.mega-menu div h4 {
	font-size: 16px;
	font-weight: bold;
	color: #CCC;
	border-bottom: 1px solid #e4e4e4;
	padding: 0 0 8px 0;
	margin: 0 0 10px 0;
}


/* Grid */
.mega-menu .col-1 { width: 135px; }
.mega-menu .col-2 { width: 288px; }
.mega-menu .col-3 { width: 441px; }
.mega-menu .col-4 { width: 594px; }
.mega-menu .col-5 { width: 747px; }
.mega-menu .col-6 { width: 900px; }

.mega-menu .col-1,
.mega-menu .col-2,
.mega-menu .col-3,
.mega-menu .col-4,
.mega-menu .col-5,
.mega-menu .col-6 {
	float: left;
	margin: 0 9px;
}


/* Full Width Grid
#5D8BA6 light
#155279 dark
 */
.mega-menu.full-width {
	left: 0;
	width: 100%;
	padding: 18px 0;
	/* background-color: #155279; */
}

.full-width .col-1 { width: 14.10%; }
.full-width .col-2 { width: 30.40%; }
.full-width .col-3 { width: 46.70%; }
.full-width .col-4 { width: 63.00%; }
.full-width .col-5 { width: 79.30%; }
.full-width .col-6 { width: 95.60%; }

.full-width .col-1,
.full-width .col-2,
.full-width .col-3,
.full-width .col-4,
.full-width .col-5,
.full-width .col-6 {
	float: left;
	margin: 0 0 3% 2.2%;
}


/* Responsive Styles
================================================== */
@media only screen and (max-width: 767px) {

	.menu ul li {
		width: 100%;
		cursor: pointer;
	}

	.menu ul li {
		position: relative;
	}

	.menu .mega-menu ol li {
		height: 0;
	}

	.menu li:hover > .mega-menu ol li {
		height: auto;
	}

	.mega-menu,
	.menu ul ul {
		z-index: 100;
	}

	.menu ul ul {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.menu ul ul ul {
		left: 0;
	}
	
	.menu ul ul li:hover > ul {
		position: relative;
		border: none;
		border-top: 1px solid #e4e4e4;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.menu ul li ul li .arrow:after {
		border-left: 3px solid transparent;
		border-right: 3px solid transparent;
		border-top: 3px solid #bbb;
		margin: 0;
	}

	.mega-menu { padding: 18px 0; }
	.mega-menu ol li:last-child { margin: 0 0 20px 0; }

	.menu .col-1, .full-width .col-1,
	.menu .col-2, .full-width .col-2,
	.menu .col-3, .full-width .col-3,
	.menu .col-4, .full-width .col-4,
	.menu .col-5, .full-width .col-5,
	.menu .col-6, .full-width .col-6 {
		float: left;
		margin: 0 0 0 5%;
		width: 90%;
	}

}


/* Color Schemes
================================================== */

/* Style 1 */
.style-1.menu,
.style-1.menu ul li  {
	background-color: #2b2a28;
	background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.04) 0%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.04) 0%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.04) 0%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.04) 0%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.04) 0%);
}

.style-1.menu ul li:hover {
	background-color: #eb4e01;
	background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.08) 0%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.08) 0%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.08) 0%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.08) 0%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.08) 0%);
}


/* Style 2 */
.style-2.menu,
.style-2.menu ul li  {
	background-color: #588c49;
	background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.06) 0%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.06) 0%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.06) 0%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.06) 0%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.06) 0%);
}

.style-2.menu ul li:hover {
	background-color: #7aaf54;
	background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.08) 0%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.08) 0%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.08) 0%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.08) 0%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.08) 0%);
}


/* Style 3 */
.style-3.menu,
.style-3.menu ul li  {
	background-color: #1182c9;
	background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.08) 0%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.08) 0%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.08) 0%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.08) 0%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.08) 0%);
}

.style-3.menu ul li:hover {
	background-color: #0e6fac;
	background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.08) 0%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.08) 0%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.08) 0%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.08) 0%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.08) 0%);
}


/* Style 4 */
.style-4.menu,
.style-4.menu ul li  {
	background-color: #a0a0a0;
	background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.08) 0%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.08) 0%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.08) 0%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.08) 0%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.08) 0%);
}

.style-4.menu ul li:hover {
	background-color: #888;
	background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.06) 0%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.06) 0%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.06) 0%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.06) 0%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.06) 0%);
}


/* Style 5 */
.style-5.menu,
.style-5.menu ul li  {
	background-color: #231e2d;
	background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.05) 0%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.05) 0%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.05) 0%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.05) 0%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.05) 0%);
}

.style-5.menu ul li:hover {
	background-color: #790645;
	background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.07) 0%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.07) 0%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.07) 0%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.07) 0%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.07) 0%);
}


/* Style 6 */
.style-6.menu,
.style-6.menu ul li  {
	background-color: #e86946;
	background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.08) 0%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.08) 0%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.08) 0%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.08) 0%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.08) 0%);
}

.style-6.menu ul li:hover {
	background-color: #ef9d54;
	background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.10) 0%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.10) 0%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.10) 0%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.10) 0%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.10) 0%);
}


/* Style 7 */
.style-7.menu,
.style-7.menu ul li  {
	background-color: #2f343b;
	background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.04) 0%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.04) 0%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.04) 0%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.04) 0%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.04) 0%);
}

.style-7.menu ul li:hover {
	background-color: #7e827a;
	background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.07) 0%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.07) 0%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.07) 0%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.07) 0%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.07) 0%);
}


/* Style 8 */
.style-8.menu,
.style-8.menu ul li  {
	background-color: #40342a;
	background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.04) 0%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.04) 0%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.04) 0%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.04) 0%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.04) 0%);
}

.style-8.menu ul li:hover {
	background-color: #7a422e;
	background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.07) 0%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.07) 0%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.07) 0%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.07) 0%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.07) 0%);
}


/* Style 9 */
.style-9.menu,
.style-9.menu ul li  {
	background-color: #675a73;
	background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.04) 0%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.04) 0%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.04) 0%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.04) 0%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.04) 0%);
}

.style-9.menu ul li:hover {
	background-color: #c35b75;
	background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.07) 0%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.07) 0%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.07) 0%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.07) 0%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.07) 0%);
}


/* Style 10 */
.style-10.menu,
.style-10.menu ul li  {
	background-color: #5686A2;
	background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.04) 0%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.04) 0%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.04) 0%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.04) 0%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.04) 0%);
	margin-left: 0px;
}

.style-10.menu ul li:hover, .highlight {
	background-color: #00416C !important;
	background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
}

/* Reports tabs */
#tab-reports {
    position: relative;
}

    #tab-reports > label {
        display: block;
        padding: 14px 13px 15px 13px;
        color: #fff;
        font-weight: bold;
        text-decoration: none;
        text-align: left;
        cursor: pointer;
    }

#reports-sub-menu {
    display: none;
}

#dropdown-reports {
    visibility: hidden;
    opacity: 0;
    border: none;
    transition: opacity 0.2s;
}

    #dropdown-reports li {
        background: #5686a2 !important;
        transition: all 0.2s;
        left: 0px !important;
    }
        #dropdown-reports li:hover {
            background: #00416C !important
        }

        #dropdown-reports li a {
            color: white;
            font-weight: bold;
            border-bottom: none;
        }

#reports-sub-menu:checked + #dropdown-reports {
    opacity: 1;
    visibility: visible;
}

@media (min-width:769px) {
    #tab-reports:hover > #dropdown-reports {
        opacity: 1;
        visibility: visible;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        margin: 0 -1px;
    }
    #dropdown-reports {
        max-width: 100%;
        text-align: center;
    }
}

@media (max-width:768px) {
    #dropdown-reports li a {
        width: 100% !important;
        padding-left: 30px !important;
    }

    #reports-sub-menu:checked + #dropdown-reports {
        position: static;
    }

    #dropdown-reports {
        transition: none;
    }
}