* {
	margin: 0;
	padding: 0;
	font-family: Arial;
}
.body .col-lg-2, .body .col-md-2, .body .col-sm-2, .body .col-xs-2, .header .col-lg-2, .header .col-md-2, .header .col-sm-2, .header .col-xs-2 {
	width: 15% !important;
}
.body .col-lg-10, .body .col-md-10, .body .col-sm-10, .body .col-xs-10, .header .col-lg-10, .header .col-md-10, .header .col-sm-10, .header .col-xs-10 {
	width: 85% !important;
}
.clear-left {
	clear: left !important;
}
.clear-right {
	clear: right !important;
}
/*MISC*/
.margin-30 {
	padding: 30px 0;
}
.hasDatepicker {
	padding: 5px;
}
a {
 color:#009999;
 text-decoration:none
}
a:focus,a:hover {
 color:#23527c;
 text-decoration:underline
}
a:focus {
 outline:thin dotted;
 outline:5px auto -webkit-focus-ring-color;
 outline-offset:-2px
}


.button-1 {
	padding: 5px 30px;
	border-radius: 0px;
	background: #009999;
	border: none;
	color: #fff;
	font-size: 1.2em;
}
.button-2 {
	padding: 10px 30px;
	border-radius: 0px;
	background: #34914C;
	border: none;
	color: #D0F4D9;
	font-size: 1.5em;
}
.button-3 {
	padding: 10px 30px;
	border-radius: 0px;
	background: #834B17;
	border: none;
	color: #FFECDA;
	font-size: 1.5em;
}
.button-4 {
	padding: 10px 30px;
	border-radius: 0px;
	background: #832417;
	border: none;
	color: #FFDEDA;
	font-size: 1.5em;
}
a.button-1:hover, a.button-2:hover, a.button-3:hover, a.button-4:hover {
	text-decoration: none;
}
.floatRight {
	float: right;
}
.errorMessage {
	color: #e81c00;
	display: block;

	font-style: italic;
	text-align: center;
}
.successMessage {
	color: #5FB404;
	display: block;
	font-size: 1.3em;
	font-style: italic;
	text-align: center;
}
.form-control {
	border-radius: 0 !important;
}

/*HEADER*/
.header {
	position: fixed;
	background-color: #1985c1;
	height: 45px;
	width: 100%;
    z-index: 1;
    padding: 0 !important;
    
}
.header-nav .container-fluid .collapse ul.header-left {
	height: 100%;
}
.header-nav .container-fluid .collapse ul.header-left li {
	float:left;
	list-style: none;
	height: 100%;
}
.header-nav .container-fluid .collapse ul.header-left li a, .header-nav .container-fluid .collapse ul.navbar-right li a {
	display: inline-block;
	color: #009999;
	font-size: 1.2em;
	font-weight: bold;
	height: 100%;
	width: 100%;
}
.header-nav .container-fluid .collapse ul.navbar-right li a {
	height: 45px;
}
.header-nav .container-fluid .collapse ul.header-left li a:hover, .header-nav .container-fluid .collapse ul.navbar-right li a:hover {
	background-color: #60b4f4;
	text-decoration: none;
	color: #08298A;
}

.header-nav, .header-logo {
	padding: 0 !important;
    height: 100%;
}
.header-nav {
	-webkit-box-shadow: 1px 1px 4px 0px rgba(28,28,28,1);
	-moz-box-shadow: 1px 1px 4px 0px rgba(28,28,28,1);
	box-shadow: 1px 1px 4px 0px rgba(28,28,28,1);
}
.header-nav .navbar {
    border-radius: 0 !important;
    min-height: 45px;
    height: 100% !important;
    background-color: #1985c1;
    border: none !important;
    margin: 0;
}
.header-nav .container-fluid, .header-nav .container-fluid .collapse {
	padding: 0 !important;
	min-height: 45px;
}
.header-nav .container-fluid .collapse ul.header-left {
    height: 45px !important;
}

.dropdown-toggle {
	color: #FFF !important;
	font-size: 1.2em;
	font-weight: bold;
	padding: 10px 20px;
}
.header-nav .container-fluid .collapse ul.navbar-right {
	padding-right: 20px;
}

.header-nav .dropdown-toggle, .navbar-right {
	height: 45px;
}
.navbar-right .dropdown {
	height: 100%;
}
.header-nav .container-fluid .collapse ul.header-left li.open a.dropdown-toggle, .header-nav .container-fluid .collapse ul.navbar-right li.open a.dropdown-toggle {
	background-color: #60b4f4;
	color: #08298A;
}
.dropdown-menu {
	background-color: #F2F2F2;
	padding: 0;
}
.dropdown-menu li {
	width: 100%;
}
.dropdown-menu > li > a {
	color: #333 !important;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}
.navbar-right .dropdown .dropdown-menu > li > a, .header-left .dropdown .dropdown-menu > li > a {
	padding: 12px;
}
.header-nav .container-fluid .collapse ul.header-left .dropdown-menu>li>a:hover {
	background-color: #60b4f4;
	color: #08298A;
}
.header-left .dropdown-toggle:hover {
	background-color: #60b4f4;
	color: #08298A !important;
}
li.company-select {
	padding: 10px;
	height: 45px;
}
li.company-select span {
    font-size: 1.2em;
	color: #FFF;
	font-weight: bold;
}
li.company-select select {
	padding: 2px 10px;
	width: 100px;
}
.header-nav .container-fluid .collapse ul.header-left li a.active, .header-nav .container-fluid .collapse ul.header-left li.dropdown a.active {
	background-color: #60b4f4;
	color: #08298A !important;
}
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
}

/*HEADER*/

/*BODY*/
.body{
	position: relative;
	width: 100%;


	padding-top: 45px;
	padding-left: 0px;
}
.body > .row {
	position: relative !important;

	height: 100%;
}
.text-left {
	text-align: left;
}
/*BODY*/

/*LEFTNAV*/
.left-nav {
	position: fixed;
	background-color: #fff;
	height: 100%;
	padding: 5px 5px;
	padding-left: 15px;
}
.left-nav-box {
	width: 100%;
	background-color: #F2F2F2;
	padding: 0px;

	min-height: 50px;
	border-radius: 2px;
	margin-bottom: 10px;
}
h3.left-nav-box-header {
	padding: 0 !important;
	margin: 0 !important;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #CCCCCC;
}
.left-nav-box-header span {
	padding: 10px; 
}
.left-nav-box ul {
	margin-top: 10px;
	margin-left: 15px;
	margin-bottom: 5px;
}
.left-nav-box ul li {
	font-size: 1em;
	padding-bottom: 6px;
	list-style-type:none;
}
.left-nav-box ul li a {
	color: #009999;
	
}
.left-nav-box ul li a:hover {
	text-decoration: none;
}
.left-nav-box ul li:last-child {
	padding-bottom: 0px;
}
.left-nav-box ul li span {
	padding-left: -7px;
}
/*LEFTNAV*/
/*CONTENT*/
.content {
	position: relative;
	height: 100%;
	background-color: #fff;
	padding: 5px 5px;
	margin-left: 15% !important;
	padding-bottom: 60px
}
.content > .container {
	width: 100%;
}
.content-title {
	padding: 0px;
	margin: 20px 0px;
	color: #333;
	font-weight: bold;
	font-size: 2em;
}
.content-subheader {
	padding: 0px;
	margin: 20px 0px;
	color: #333;
	font-weight: bold;
	font-size: 1.5em;
	text-transform: uppercase;
}

.content-select {
	background-color: #F2F2F2;
	padding: 10px;
	margin-bottom: 20px;
}
.content-select td {
	padding: 3px;
}
.select-table, .select-table tr {
	width: 100%;
}
.select-table select {
	padding: 5px;
}
.select-table tr td label {
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 1px;
}
.select-table .button-2 {
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 1px;
}
.summary {
	margin-bottom: 20px;
	border-bottom: 1px solid #CCE9EE;
}
.content p {
	text-align: justify;
	font-size: 1.2em;
}
.steps {
	background-color: #F2F2F2;
	padding-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
}
.dateButton {
	width: 30px;
}
.dateInputTable {
	margin-right: 0px;
}
.dateInputTable tr td {
	padding: 5px;
}
#resultTable {
	border-collapse: collapse;
}
#resultTable, #resultTable tr {
	margin: 0;
	position: relative;
}
#resultTable, #resultTable tr td {
	padding: 5px;
	border-bottom: 1pt solid #BDBDBD;
}
div.onefifty {
	max-width: 350px;
    word-break: break-all;
}

div.tdwidth {
	width: 250px;
    word-break: word-break;
}
.resultDetailedTableCompany, .resultDetailedTableCompany tr {
	width: 100%;
}
.resultDetailedTableCompany tr td {
	padding: 3px;
	width: 20%;
	word-break: break-all;
}
.resultDetailedTableCompany tr td:last-child {
	padding: 3px;
	width: 40%;
	word-break: break-all;
}
.resultDiv {
	position: relative;
	height: 450px;
	width: 100%;
	/* background-color:#CCC; */		
    overflow:auto;
}
.resultDiv table {
	border-collapse: separate;
}

.resultDiv table tr td {
	padding: 5px;
	border-bottom: 1pt solid #BDBDBD;
}
.lastUpdate {
	
}


/*CONTENT*/

/*REGISTER/LOGIN*/
.middleBox {
	width: 500px;
	padding: 10px;
	margin: 100px auto;
}
.middleBoxRegister {
	margin: 20px auto;
}
.middleBoxAbout {
	width: 650px;
	padding: 10px;
	margin: 20px auto;
}
.middleBox input, .middleBox select {
	width: 100%;
	padding: 5px;
	margin-bottom: 10px;
}
.middleBox input.checkbox {
	width: auto;
	display: inline-block;
}
.middleBoxMarketing {
	width: 100%;
	margin: 50px auto;
	background-color: #E6E6E6;
	padding: 5px 20px;
}
.middleBoxMarketing ul {
	padding-left: 20px
}
.middleBoxMarketing ul li {
	line-height: 30px;
	font-size: 1.3em;
	padding: 10px 0;
}
table.register, table.register tr {
	width: 100%;
}
table.register tr td {
	width: 50%;
}
table.register tr td {
	padding: 5px;
}
/*REGISTER/LOGIN*/

/*COMPONENTS*/
hr {
	border-color: #D8D8D8;
	margin: 10px 0;
}
.simple-table, .simple-table thead, .simple-table tbody, .simple-table thead tr, .simple-table tbody tr {
	width: 100%;
}
.simple-table thead tr th {
	text-align: left;
	color: #000;
	font-size: 1.5em;
	padding: 10px 0;
	border-bottom: 1px solid #D8D8D8;
}
.simple-table thead tr th:first-child {
	text-align: left;
}
.simple-table tbody tr td {
	text-align: left;
	color: #000;
	font-size: 1.2em;
	padding: 10px 0;
	vertical-align: top;
}
.simple-table tbody tr td:first-child {
	text-align: left;
	padding: 10px 20px;
}
table.updownTable, table.updownTable tr, table.updownTableTitle, table.updownTableTitle tr {
  width: 100%;
}
table.updownTableTitle tr td {
  width: 50%;
  text-align: center;
  padding: 6px;
  
}
table.updownTableTitle tr td {
    font-size: 1.1em;
}
table.updownTable tr td:first-child {
	padding: 6px;
}
/*COMPONENTS*/

.footer {
	position: fixed;
	width: 100%;
    bottom: 0;
	background-color: #1985c1;
	padding: 10px 0;
	color: #CCE9EE;
}

.footer a {
	color: #89BCC6;	
}
.footer a:hover {
	text-decoration: none;
	color: #CCE9EE;	
}
