@CHARSET "UTF-8";

@font-face {
	font-family: customIIF;
	src: url(../fonts/Aquarion.otf);
	src: url(../fonts/Avenir.ttc);
	src: url(../fonts/MyriadPro-Bold.otf);
	src: url(../fonts/MyriadPro-It.otf);
	src: url(../fonts/MyriadPro-Regular.otf);
}

html,body,article,.glass::before {
	width: 100%;
	height: 100%;
	font-family: customIIF;
}

.multiselect-container>li>a>label>input[type=checkbox] {
	/* margin-bottom: 5px; */
	background: white;
	border-radius: 2px;
	margin-top: 0;
}

.glass {
	position: relative;
	padding: 4%;
	margin-top: 15%;
	padding-bottom: 5%;
	opacity: 0.9;
	z-index: -1;
	-webkit-filter: blur(0px);
	-webkit-transition: -webkit-filter .50s;
}

.glass::before {
	background-image: url('../images/login-div.png');
	background-size: cover;
	opacity: 0.4;
}

.glass {
	background-color: #5c5c5c;
}

.login-div-img {
	background-image: url("../images/login-div.png");
	/* background-color: #5c5c5c; */
	padding: 4%;
	margin-top: 15%;
	padding-bottom: 5%;
	opacity: 0.9;
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
	position: fixed;
	left: 0;
	right: 0;
	z-index: 1;
}

.content {
	position: fixed;
	left: 0;
	right: 0;
	z-index: 9999;
	padding: 4%;
	margin-top: 15%;
	padding-bottom: 5%;
}

.login-div {
	padding: 4%;
	color: #333;
	/* background-color: #5C5C5C; */
	/* opacity: 0.9; */
	background-color: rgba(92, 92, 92, 0.8);
	background: rgba(92, 92, 92, 0.8);
	color: rgba(173, 173, 173, 0.9);
	margin-top: 15%;
	padding-bottom: 5%;
	/* -webkit-filter: blur(5px); */
}

.login-elements {
	-webkit-filter: blur(1px);
}

.blur {
	-webkit-filter: blur(3px);
}

.image-icon:hover {
	margin: 0px;
	padding: 0px;
	height: 20px;
	cursor: pointer;
}

select.form-control {
	background: #797979;
	color: white;
}

input[type="file"]::-webkit-file-upload-button {
	visibility: hidden;
}

input[type="file"]::before {
	content: 'Choose File';
	display: inline-block;
	background: -webkit-linear-gradient(top, #797979, #797979);
	border: 1px solid #797979;
	padding: 3 10px 1 10px;
	border-radius: 2px;
	-webkit-user-select: none;
	cursor: pointer;
	font-size: 12px;
	color: white;
}

input[type="file"]:hover::before {
	border-color: black;
}

input[type="file"]:active::before {
	background: -webkit-linear-gradient(top, #797979, #797979);
}

button.multiselect.dropdown-toggle.btn.btn-default {
	background: #797979;
	color: white;
	border-radius: 4px;
	width: 100%;
}

input#fromDatepicker,input#toDatepicker,input#tillDatepicker,input#consultTillDatepicker
	{
	background: #797979;
	color: white;
}

body {
	color: #605F5F;
	font-size: 14px;
	line-height: 1.45;
	font-weight: 400;
	letter-spacing: normal;
	background-color: #fff;
	color: #333;
	font-style: normal;
	margin: 0;
	padding: 0;
	overflow-y: scroll;
	overflow-x: hidden;
	/* font: 13px/18px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial,
		Verdana, sans-serif, "Liberation Serif"; */
}

html {
	/* font-family: "Myriad Set Pro", "Helvetica Neue", "Helvetica", "Arial",
		sans-serif, "Liberation Serif"; */
	quotes: "“" "”";
}

.wrap {
	/* margin-top: 5%; */
	margin-bottom: 7%;
	background-color: white;
}

.container {
	width: auto;
	padding-right: 0px;
	padding-left: 0px;
	min-height: auto;
	padding-bottom: 2%;
}

#myScrollspy {
	position: relative;
	top: 50px;
	height: 200px;
	overflow: auto;
}

.no-paddin-col {
	padding: 0px 0px 0px 0px;
}

/* .my-nav {
	background-color: rgb(209, 209, 209);
	background: #f9f09f; /* Old browsers
	background: -moz-linear-gradient(left, #ECEFF 10%, #CFD8DC 100%);
	FF3.6+
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ECEFF1),
		color-stop(100%, #CFD8DC)); Chrome,Safari4+
	background: -webkit-linear-gradient(left, #ECEFF1 0%, #CFD8DC 100%);
	Chrome10+,Safari5.1+
	background: -o-linear-gradient(left, #ECEFF1 0%, #CFD8DC 100%);
	Opera 11.10+
	background: -ms-linear-gradient(left, #ECEFF1 0%, #CFD8DC 100%);
	IE10+
	background: linear-gradient(to right, #ECEFF1 0%, #CFD8DC 100%);
	W3C
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ECEFF1',
		endColorstr='#CFD8DC', GradientType=1); IE6-9
} */
label {
	font-weight: normal;
	color: black;
}

.footer-nav-label {
	color: black;
	font-size: 13px;
}

/* .my-form-control{
	height: 25px;
	font-size: 15px;
	padding: 0px;
} */
.dropdown-submenu {
	position: relative;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	white-space: nowrap;
}

ul.dropdown-menu {
	background: #7D7D7D;
	color: white;
}

li.dropdown-submenu>ul.dropdown-menu {
	background: #A4A4A4;
	color: white;
}

li.dropdown-submenu>ul.dropdown-menu>li>a:hover {
	background: #A4A4A4;
	color: rgb(73, 73, 73);
}

.dropdown-menu>li>a,.dropdown-menu>li>a:hover {
	color: white;
}

.dropdown-menu>li:hover {
	background: #A4A4A4;
}

.dropdown-menu {
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	white-space: nowrap;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	white-space: nowrap;
}

.dropdown-submenu:hover .dropdown-menu {
	display: block;
}

.navbar {
	min-height: 38px;
}

.dropdown-submenu>a:after {
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

.bottom {
	border-bottom: 1px solid #ccc;
}

button,input,optgroup,select,textarea {
	/*  margin: 12px; */
	outline: none;
}

.right-inner-addon {
	position: relative;
}

.right-inner-addon input {
	padding-right: 30px;
}

.right-inner-addon i {
	position: absolute;
	right: 0px;
	padding: 10px 12px;
	pointer-events: none;
}

.grey-tooltip+.tooltip>.tooltip-inner {
	background-color: #aaa;
}

.grey-tooltip+.tooltip>.tooltip-arrow {
	border-bottom-color: #000;
}

.btn-primary {
	text-decoration: none;
	border: none;
	margin: 0px;
	height: auto;
	padding-top: 1px;
	padding-bottom: 5px;
	font-size: 14px;
	padding-top: 4px;
	color: rgb(240, 240, 240);
	background: #00b5d3;
	font-weight: bold;
	border-radius: 4px;
}

#example_filter label {
	color: transparent;
}

#example_filter label input {
	height: 28px;
	background-image: url("../images/search-64x64.png");
	background-size: 21px 81%;
	background-position: 5;
	background-repeat: no-repeat;
	padding-left: 40px;
	background-color: #E1E1E1;
	background-position: 5;
	background-repeat: no-repeat;
	padding-left: 40px;
	background-color: #E1E1E1;
	border-radius: 4px;
	padding-bottom: 2%;
}

.pagination {
	margin: 0px;
	margin-right: -3px;
}

.btn-primary:hover {
	text-decoration: none;
	color: rgb(240, 240, 240);
	background: #2f6c94;
}

.datatable-btn {
	margin: 0px;
	height: 20px;
	background: #fafafa;
	background-image: -webkit-linear-gradient(top, #fafafa, #d1d1d1);
	background-image: -moz-linear-gradient(top, #fafafa, #d1d1d1);
	background-image: -ms-linear-gradient(top, #fafafa, #d1d1d1);
	background-image: -o-linear-gradient(top, #fafafa, #d1d1d1);
	background-image: linear-gradient(to bottom, #fafafa, #d1d1d1);
	-webkit-border-radius: 2;
	-moz-border-radius: 2;
	border-radius: 2px;
	color: #6e6e6e;
	font-size: 13px;
	padding: 1px 8px 4px 8px;
	border: solid #b3b3b3 1px;
	text-decoration: none;
}

.datatable-btn:hover {
	color: #6e6e6e;
	background: #d1d1d1;
	background-image: -webkit-linear-gradient(top, #d1d1d1, #fafafa);
	background-image: -moz-linear-gradient(top, #d1d1d1, #fafafa);
	background-image: -ms-linear-gradient(top, #d1d1d1, #fafafa);
	background-image: -o-linear-gradient(top, #d1d1d1, #fafafa);
	background-image: linear-gradient(to bottom, #d1d1d1, #fafafa);
	text-decoration: none;
	border: solid #b3b3b3 1px;
}

.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus
	{
	color: #fff;
	-webkit-border-radius: 05;
	-moz-border-radius: 05;
	border-radius: 05px;
	font-size: 15px;
	padding: 6px 12px 6px 12px;
	text-decoration: none;
}

.navbar.navbar-default {
	margin-bottom: 0px;
	margin-left: 0%;
	border: none;
	min-height: 26px;
}

.navbar-inverse {
	margin-bottom: 0px;
	border-radius: 0px;
	height: auto;
	min-height: 26px;
	border-color: rgb(114, 114, 114);
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0px;
	background: rgb(114, 114, 114);
	/* background: rgba(112, 112, 112, 1);
	background: -moz-linear-gradient(top, rgba(112, 112, 112, 1) 0%,
		rgba(82, 82, 82, 1) 20%, rgba(69, 69, 69, 1) 35%, rgba(51, 51, 51, 1)
		50%, rgba(69, 69, 69, 1) 65%, rgba(82, 82, 82, 1) 80%,
		rgba(112, 112, 112, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(112, 112,
		112, 1)), color-stop(20%, rgba(82, 82, 82, 1)),
		color-stop(35%, rgba(69, 69, 69, 1)),
		color-stop(50%, rgba(51, 51, 51, 1)),
		color-stop(65%, rgba(69, 69, 69, 1)),
		color-stop(80%, rgba(82, 82, 82, 1)),
		color-stop(100%, rgba(112, 112, 112, 1)));
	background: -webkit-linear-gradient(top, rgba(112, 112, 112, 1) 0%,
		rgba(82, 82, 82, 1) 20%, rgba(69, 69, 69, 1) 35%, rgba(51, 51, 51, 1)
		50%, rgba(69, 69, 69, 1) 65%, rgba(82, 82, 82, 1) 80%,
		rgba(112, 112, 112, 1) 100%);
	background: -o-linear-gradient(top, rgba(112, 112, 112, 1) 0%,
		rgba(82, 82, 82, 1) 20%, rgba(69, 69, 69, 1) 35%, rgba(51, 51, 51, 1)
		50%, rgba(69, 69, 69, 1) 65%, rgba(82, 82, 82, 1) 80%,
		rgba(112, 112, 112, 1) 100%);
	background: -ms-linear-gradient(top, rgba(112, 112, 112, 1) 0%,
		rgba(82, 82, 82, 1) 20%, rgba(69, 69, 69, 1) 35%, rgba(51, 51, 51, 1)
		50%, rgba(69, 69, 69, 1) 65%, rgba(82, 82, 82, 1) 80%,
		rgba(112, 112, 112, 1) 100%);
	background: linear-gradient(to bottom, rgba(112, 112, 112, 1) 0%,
		rgba(82, 82, 82, 1) 20%, rgba(69, 69, 69, 1) 35%, rgba(51, 51, 51, 1)
		50%, rgba(69, 69, 69, 1) 65%, rgba(82, 82, 82, 1) 80%,
		rgba(112, 112, 112, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#707070',
		endColorstr='#707070', GradientType=0); */
}

.navbar-default .navbar-nav>li>a {
	color: #333;
}

.navbar-brand {
	font-size: 13px;
	height: auto;
}

.navbar-default .navbar-brand {
	color: #ffffff;
	font-weight: bold;
}

.navbar-inverse .navbar-brand {
	padding: 3px;
	color: #FFFFFF;
	font-size: 15px;
}

.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus
	{
	color: #FFFFFF;
	background-color: black;
}

.navbar-inverse .navbar-text {
	color: #9d9d9d font-weight: bold;
}

.navbar-inverse .navbar-nav>li>a {
	font-size: 14px;
	padding: 3px;
	color: #FFFFFF;
}

.navbar-inverse .navbar-nav>li>a:hover {
	text-decoration: none;
	/* font-size: 15px; */
	color: #FFFFFF;
	background-color: #616161;
}

.navbar-inverse .navbar-nav>.active>a,.navbar-inverse
.navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus
	{
	color: #fff;
	background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse
.navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus
	{
	color: #444;
	background-color: black;
}

.navbar-inverse .navbar-toggle {
	border-color: #333
}

.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus
	{
	background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form {
	min-height: 26px;
	border-color: #101010;
	/* background-color: #000000; */
}

.navbar-inverse .navbar-nav>.open>a,.navbar-inverse,.navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus
	{
	text-decoration: none;
	font-size: 15px;
	color: #FFFFFF;
}

.navbar-right {
	margin-right: 1%;
}

@media screen and (max-width: 560px) {
	.nabar-inverse {
		font-size: 2.2em;
	}
	body.wrap {
		color: rgb(26, 23, 23);
		font-size: 13px;
	}
}

/* .navbar-inverse,.navbar-inverse:focus,.navbar-nav>li>a:focus,.navbar-nav>li>a:hover
	{
	font-size: 15px;
} */
.navbar-default {
	border-top-color: rgb(114, 114, 114);
}

#ui-id-1 {
	height: auto;
	width: auto;
	overflow: auto;
	max-height: 50%;
	max-width: 50%;
	/* overflow-x: hidden; */
}

.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus
	{
	background-color: black;
}

ul.nav.nav-pills {
	height: 25px;
}

.form-control,.btn-default {
	height: 27px;
	font-size: 12px;
	padding: 3px 12px;
	border-radius: 4px;
}

.btn-length {
	padding: 4px 3px;
	font-size: 12px;
}

.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td
	{
	font-size: 14px;
	color: rgb(43, 43, 43);
	padding: 1px;
	line-height: 1.42857143;
	vertical-align: middle;
	border-top: 1px solid #ddd;
}

}
.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td
	{
	padding: 3px;
}

table thead th {
	/* border: 1px solid rgb(139, 139, 139); */
	border: rgb(242, 242, 242);
	text-align: center;
	padding: 0px;
	background: rgb(242, 242, 242);
	font-weight: normal;
	height: 37px;
	font-size: 16px;
	border: 1px solid white;
	font-weight: bold;
}

.table>thead:first-child>tr:first-child>th {
	font-size: 16px;
}

.dataTables_filter>form-control {
	height: 33px;
}

.dataTables_paginate {
	height: 33px;
}

.form-inline .form-control {
	height: 25px;
}

.image-disable {
	opacity: 0.4;
	filter: alpha(opacity = 40); /* msie */
}

.table-hover>tbody>tr:hover {
	background-color: #DBDBDB;
}

.form-group {
	margin-bottom: 0px;
}

.form-group>label {
	text-align: right;
}

#reportNameCreateDiv>row>label {
	text-align: right;
}

.input-group-addon {
	padding: 2px 7px;
	border-radius: 0px;
}

.lbl {
	/* text-align: right; */
	font-weight: normal;
	max-width: 13%;
	/* font-size: 14px; */
}

.logo {
	height: 3%;
	width: 70%;
}

.logo:hover {
	border: 1px solid rgb(235, 235, 235);
}

.filter-option {
	font-size: 18;
	margin: 5% 0 5% 0;
	color: #7C7C7C;
}

.main-div {
	background: #EEEEEE;
	-webkit-box-shadow: inset 1px 1px 182px -43px rgba(150, 150, 150, 1);
	-moz-box-shadow: inset 1px 1px 182px -43px rgba(150, 150, 150, 1);
	box-shadow: inset 1px 1px 182px -43px rgba(150, 150, 150, 1);
	padding: 3% 0% 3% 0%;
}

.main-div-no-background {
	padding: 0% 9% 0% 9%;
}

.navbar .navbar-nav {
	display: inline-block;
	float: none;
}

.navbar .navbar-collapse {
	text-align: center;
}

#mainInputForm {
	margin-right: 0%;
	margin-left: 1%;
}

.ui-autocomplete-input {
	/* font-family: calibri, candara, serif; */
	padding-top: 5px;
}

.dataTables_filter {
	float: right;
	padding-bottom: 2%;
}

.dataTables_length {
	display: none;
}

td.dataTables_empty {
	padding-left: 43%;
}

.dataTables_info,.dataTables_paginate {
	margin-top: -3%;
}

.dataTables_paginate {
	margin-top: -3%;
	float: right;
}

.page-header {
	margin-top: 1%;
	padding-bottom: 0px;
	margin-bottom: 3%;
	color: #0DB9D5;
	font-size: 22px;
	font-weight: bold;
	border-bottom: none;
}

table.no-spacing {
	border-spacing: 0; /* Removes the cell spacing via CSS */
	border-collapse: collapse;
	/* Optional - if you don't want to have double border where cells touch */
	border-bottom: 0px;
	border: 1px solid #D6D6D6;
}

.borderless td,.borderless th {
	border: none;
}

.trade-logo {
	height: 25px;
	background-color: rgb(233, 234, 247);
	border-radius: 2px;
	padding: 4px;
	margin-bottom: 4px;
	margin-top: 4px;
}

.change-lang-select {
	height: 25px;
	/* background-color: rgb(233, 234, 247); */
	border-radius: 2px;
	padding-left: 4px;
	margin-bottom: 4px;
	margin-top: 4px;
}

.trade-logo:hover {
	-webkit-box-shadow: 0px 0px 3px 2px rgba(117, 117, 117, 1);
	-moz-box-shadow: 0px 0px 3px 2px rgba(117, 117, 117, 1);
	box-shadow: 0px 0px 3px 2px rgba(117, 117, 117, 1);
}

.trade-logo:hover {
	cursor: pointer;
}

.alignCenter {
	text-align: center;
}

.btn-group {
	width: 100%;
}

.navbar-nav>li {
	float: left;
	padding-left: 8px;
	padding-right: 8px;
}

.divider {
	margin-top: 10px;
	margin-bottom: 10px;
}

input#toggleOption {
	margin-bottom: 10%;
}

.waitplease {
	display: none;
	position: fixed;
	z-index: 2000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: .5;
	pointer-events: none;
	background: rgba(255, 255, 255, .4) url(../images/loading.gif) 50% 50%
		no-repeat;
}

.dataTables_scrollBody {
	margin-top: -2%;
}

.t_align_left {
	text-align: left;
}

ul.multiselect-container.dropdown-menu {
	max-width: 400px;
	max-height: 320px;
	overflow-x: scroll;
	overflow-y: scroll;
}

.user-info {
	float: right;
	margin-right: 3%;
	margin-top: 7px;
	font-weight: bold;
	font-size: 14px;
	color: rgb(82, 82, 82);
}

.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button
	{
	font-family: sans-serif;
	font-size: 12px;
}

button.multiselect.dropdown-toggle.btn.btn-default {
	text-align: left;
}

.custom-file-input {
	content: 'Select some files';
	display: inline-block;
	background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
	border: 1px solid #999;
	border-radius: 3px;
	padding: 5px 8px;
	outline: none;
	white-space: nowrap;
	-webkit-user-select: none;
	cursor: pointer;
	text-shadow: 1px 1px #fff;
	font-weight: 700;
	font-size: 10pt;
}

input[type='radio'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	outline: rgba(0, 0, 0, 0);
	background-color: white;
	border: 1px solid grey;
}

input[type='radio']:before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
}

input[type='radio']:checked:before {
	border: 4px solid #00b5d3;
	margin: -1px 0px 0px -1px;
}

input[type='checkbox'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 12px;
	height: 12px;
	outline: none;
	border: 1px solid grey;
	border-radius: 2px;
}

input[type='checkbox']:before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
}

input[type='checkbox']:checked:before {
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url(../images/af-checkbox.png);
	background-size: 100% 100%;
	margin: -1px 0px 0px -1px;
}

.vertical-line:after {
	content: "";
	/* position: absolute;
	z-index: 990;
	top: 0;
	bottom: 0;
	left: 50%;
	border-left: 2px solid white;
	margin: 17% 0% 19% 0%; 
	height: 100%; */
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	left: 50%;
	border-left: 2px solid white;
	/* margin: 3% 0% 11% 3%; */
	margin: 1% 0% 1% 0%;
}

select option:disabled {
	color: black;
	font-weight: bold;
}

.filter_btn {
	background-color: #797979;
	height: 22px;
	width: 63px;
	box-shadow: 1px 4px 10px 1px #797979;
	font-weight: bold;
	font-size: 15px;
	border-radius: 4px;
	text-decoration: none;
	border: none;
	margin: 0px;
	color: white;
}

#hscodeFile {
	width: 99%;
}

#rfcFile {
	width: 99%;
}

#taxNoFile {
	width: 99%;
}

#reportTypeList {
	font-size: 15px;
}

.row {
	margin-right: -15px;
	margin-left: -15px;
}