body {
	padding-top: 90px;
	padding-bottom: 40px;
	font-family: "Segoe UI", Verdana, Helvetica, sans-serif;
}

.container .main {
	padding: 20px;
}

/* NAVBAR */
.navbar-nav {
	float: right;
}

.navbar-inverse {
	/*background-image: linear-gradient(to bottom, #355cbf 0px, #FFF 100%);*/
	background-image: none;
	background-color: #EEEEEE;
}

.navbar-inverse .navbar-nav>.active>a {
	background-image: none;
	background-color: transparent;
	box-shadow: none;
	color: #333333;
	text-decoration: underline;
}

.navbar-inverse .navbar-nav>li>a {
	color: #999;
	font-size: 16px;
	text-shadow: none;
	font-weight: normal;
}

.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus
	{
	color: #FFF;
	background-color: #080808;
	text-decoration: underline;
}

.navbar-nav>li>a {
	padding: 4px 10px;
}

.profile_data {
	font-size: 12px;
	color: #000;
	text-align: right;
	line-height: 40px;
	margin: 0px 0px 0px;
	padding-right: 20px;
}

.profile_data a {
	color: #CCC;
	text-decoration: none;
	background-color: #333333;
	padding: 0px 4px;
}
.profile_data a:hover, .profile_data a:focus {
	color: #FFF;
	text-decoration: none;
	background-color: #333333;
	padding: 0px 4px;
}

@media ( max-width : 767px) {
	body {
		padding-top: 71px;
	}
	.container .main {
		padding: 10px;
	}
	.navbar-nav {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.profile_data {
		line-height: 40px;
		margin: 0px 0px;
	}
	.navbar-inverse .navbar-nav>li>a {
		font-size: 16px;
	}
}
/* FINE NAVBAR */

/* LOGIN */



.box-login {
	width: 560px;
	margin: 0px auto;
	position: relative;
	font-size: 12px;
	padding: 0px;
	background: #FFFFFF;
	border-radius: 10px;
	text-align: center;
}

#form-login {
	width: 290px;
	margin: 0px auto;
	position: relative;
	font-size: 12px;
	padding: 20px 20px;
	background: #FFFFFF;
	border-radius: 20px;
	border: 2px solid #355cbf;
	float: right;
}

#form-login form {
	text-align: center;
}

#form-login input[id="username"] {
	margin: 12px auto;
	display: block;
}

#form-login input[id="password"] {
	margin: 12px auto;
	display: block;
}

#form-login input[id="submitbutton"] {
	margin: 14px auto;
	display: block;
	width: 250px;
	font-size: 18px;
	padding: 6px;
}

#form-login ul {
	color: red;
}

.logo-login {
	margin: 0px auto;
	text-align: center;
	float: left;
}

.login_input {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	width: 250px;
	font-size: 16px;
	padding: 6px;
	border: 1px solid #355cbf;
	/*
	-webkit-box-shadow:  0px 0px 2px 1px #888888;
    box-shadow:  0px 0px 2px 1px #888888;
	*/
}

.button {
	background-color: #023976;
	color: #FFFFFF;
	border: 2px solid #023976;
	font-weight: normal;
	cursor: pointer;
	font-size: 16px;
	line-height: 1;
	margin: 0;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	text-transform: lowercase;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.button:hover {
	background-color: #355cbf;
	border: 2px solid #023976;
	cursor: pointer;
}

.navbar-toggle{
	background-color: grey;
}

@media ( max-width : 767px) {
	.logo-login{
	display: none;
	}
	.box-login{
		width:100%;
	}
	#form-login{
	float:none;
	}
}

/* FINE LOGIN */

/* CONTENT */
.featured .content-wrapper {
	border: 2px solid #355cbf;
	color: #000000;
	padding: 20px 40px 30px 40px; } ol .round {
	list-style-type: none;
	padding-left: 0;
}
/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

ol.round li {
	margin: 25px 0;
	padding-left: 45px;
}

ol.round li.zero {
	background: url("/backoffice/img/orderedList0.png") no-repeat;
}

ol.round li.one {
	background: url("/backoffice/img/orderedList1.png") no-repeat;
}

ol.round li.two {
	background: url("/backoffice/img/orderedList2.png") no-repeat;
}

ol.round li.three {
	background: url("/backoffice/img/orderedList3.png") no-repeat;
}

ol.round li.four {
	background: url("/backoffice/img/orderedList4.png") no-repeat;
}

ol.round li.five {
	background: url("/backoffice/img/orderedList5.png") no-repeat;
}

ol.round li.six {
	background: url("/backoffice/img/orderedList6.png") no-repeat;
}

ol.round li.seven {
	background: url("/backoffice/img/orderedList7.png") no-repeat;
}

ol.round li.eight {
	background: url("/backoffice/img/orderedList8.png") no-repeat;
}

ol.round li.nine {
	background: url("/backoffice/img/orderedList9.png") no-repeat;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Segoe UI", Verdana, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 24px;
}
h3{
	font-size: 16px;
	margin: 10px 0px 5px 0px;
}
h4, h5, h6{
	font-size: 14px;
	padding:0px;
	margin:5px 0px 0px 0px;
}

/* PLATE VERIFICATION */

#plate_verification input[id="plate_number"] {
	margin: 12px ;
	display: block;
}


#plate_verification input[id="submitbutton"] {
	margin: 12px ;
	display: block;
	width: 250px;
	font-size: 18px;
	padding: 6px;
}

#plate_verification ul {
	color: red;
}

#plate_verification .text_input {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	width: 250px;
	font-size: 16px;
	padding: 6px;
	border: 1px solid #355cbf;
	/*
	-webkit-box-shadow:  0px 0px 2px 1px #888888;
    box-shadow:  0px 0px 2px 1px #888888;
	*/
}

#stats_form  .text_input ,#reports_form  .text_input, #cgil_form  .text_input {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	width: 250px;
	font-size: 16px;
	padding: 6px;
	border: 1px solid #355cbf;
	margin-right: 4px;
	/*
	-webkit-box-shadow:  0px 0px 2px 1px #888888;
    box-shadow:  0px 0px 2px 1px #888888;
	*/
}

#stats_form input[id="submitbutton"],#reports_form input[id="submitbutton"],#reports_form button[id="downloadButton"],#cgil_form input[id="submitbutton"] {
	margin: 12px ;
	/*display: block;*/
	width: 150px;
	font-size: 18px;
	padding: 6px;
}

.reportTable{
	width: 100%
}


.reportTable tbody tr:nth-child(even) {background: #CCC}
.reportTable tbody tr:nth-child(odd) {background: #FFF}

.reportTable thead tr{
	background: #023976;
	color:#FFF;
	margin-top:20px;
}
