table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  top: 8px;
  left: 4px;
  height: 16px;
  width: 16px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 16px;
  text-align: center;
  line-height: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  content: '+';
  background-color: #31b131;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child.dataTables_empty:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child.dataTables_empty:before {
  display: none;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: '-';
  background-color: #d33333;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.child td:before {
  display: none;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  padding-left: 27px;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
  top: 5px;
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 12px;
}
table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 16px;
  text-align: center;
  line-height: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  content: '+';
  background-color: #31b131;
}
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: '-';
  background-color: #d33333;
}
table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}
table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}
table.dataTable > tbody > tr.child ul {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
table.dataTable > tbody > tr.child ul li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}
table.dataTable > tbody > tr.child ul li:first-child {
  padding-top: 0;
}
table.dataTable > tbody > tr.child ul li:last-child {
  border-bottom: none;
}
table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}

/* REQUIRED for core functionality */

.responsive-tabs__heading { display: none;}
.responsive-tabs__list__item { display: inline; cursor:pointer;}


@media (max-width: 767px) {
	.responsive-tabs__list { display: none;}
	.responsive-tabs__heading { display: block; cursor: pointer; }
	.responsive-tabs__panel--closed-accordion-only { display: none;}
}

@media (min-width: 768px) {
	.responsive-tabs__panel--closed-accordion-only { display: block !important;}
}

/* END - Required for core functionality */


/* OPTIONAL - Basic Skin */

.responsive-tabs-wrapper { 
	clear: both;
	zoom: 1; 
}
.responsive-tabs-wrapper:before,
.responsive-tabs-wrapper:after {
    content: "";
    display: table;
} 
.responsive-tabs-wrapper:after {
    clear: both;
}

.responsive-tabs__heading:focus,
.responsive-tabs__list__item:focus { outline: 1px solid #ccc;  }

.responsive-tabs__heading--active:focus,
.responsive-tabs__list__item--active:focus { outline: none !important;}

.responsive-tabs__list { font-size: 1.2em; margin: 2em 0 0 0; padding: 0;border-bottom: 1px solid #ddd; padding-bottom:11px; line-height: 1em;}
.responsive-tabs__list__item { background: #eee; padding: 10px 20px;  margin-right: 1em; border-top-left-radius: 5px; border-top-right-radius: 5px;border: 1px solid #ddd; }
.responsive-tabs__list__item:hover {background: #efefef }
.responsive-tabs__list__item--active, 
.responsive-tabs__list__item--active:hover {  background: #fff; border-bottom-color: #fff;}

.responsive-tabs__panel { margin-bottom: 50px;}

@media (max-width: 767px) {
	.responsive-tabs__heading { 
		padding: 0.5em; border-radius: 5px; border: 1px solid #ccc; box-shadow: 0px 2px 3px rgba(0,0,0,0.4);
		background: #ddd;
		position: relative;
	}

	.responsive-tabs__heading:after {
		content:"";
		display: block;
		position: absolute;
		right: 20px;
		top: 40%;
		width: 0; 
		height: 0; 
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 10px solid #000;
	}
	.responsive-tabs__heading:hover,
	.responsive-tabs__heading--active:hover { background-color: #efefef}
	.responsive-tabs__heading--active { background: #fff;}
	.responsive-tabs__heading--active:after {
		border-bottom: 10px solid #000;
		border-top:0;
	 }
}

/* END - Optional - Basic Skin */
table.dataTable tbody th,
table.dataTable tbody td {
    padding: 2px 3px;
    padding-left: 10px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child, 
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
    padding-left: 15px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, 
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    border: none;
    border-radius: 0;
    background-color: white;
    top: 2px;
    height: 12px;
    width: 12px;
    content: '';
    box-shadow: none;
    color: #666;
    z-index: 99;
    line-height: 12px;
    background: none;
}

table.dataTable.dtr-inline.collapsed > tbody tr.responsiveDTRow > td:first-child:before {
    border: none;
    border-radius: 0;
    background-color: white;
    top: 2px;
    height: 12px;
    width: 12px;
    content: '';
    box-shadow: none;
    color: #666;
    z-index: 99;
    line-height: 12px;
    background: url('../images/arrow_right.png') no-repeat center center;
}

button.DTTT_button,
div.DTTT_button,
a.DTTT_button {
    border: 1px solid #DDD;
    font-size: 11px;
    padding: 2px;
    color: black !important;
    height: 22px;

    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
        -ms-border-radius: 0px;
         -o-border-radius: 0px;
            border-radius: 0px;

    -webkit-box-shadow: none;
       -moz-box-shadow: none;
        -ms-box-shadow: none;
         -o-box-shadow: none;
            box-shadow: none;

    /* Generated by https://www.colorzilla.com/gradient-editor/ */
    background: white; /* Old browsers */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

button.DTTT_button:hover,
div.DTTT_button:hover,
a.DTTT_button:hover {
	box-shadow: none;
    background-color: #EEE;
    background: #EEE; /* Old browsers */
}
.dataTables_wrapper .dataTables_filter input {
    margin-right: 3px;
}

table.dataTable thead th, table.dataTable thead td {
	border-bottom: none;
} 

table.dataTable.fixedWidthColumns{
	table-layout: fixed;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #DDD;
}

table.dataTable thead tr th {
  overflow: hidden;
}

table.dataTable thead .sorting {
  background: white;
}

table.dataTable thead .sorting_asc {
  background: url("../images/order_asc.png") 
  no-repeat center right transparent;
  padding: 0 15px 0 0;
  width: 8px;
  height: 10px;
}

table.dataTable thead .sorting_desc {
  background: url("../images/order_desc.png") 
  no-repeat center right transparent;
  padding: 0 15px 0 0;
  width: 8px;
  height: 10px;
}

table.dataTable tfoot th, table.dataTable tfoot td {
	padding: 0 0 0 0;
	
}

table.dataTable.dtr-inline.collapsed > tbody > td:first-child:before, 
table.dataTable.dtr-inline.collapsed > tbody > th:first-child:before {
	border: none;
    border-radius: 0;
    background-color: white;
	top: 2px;
	height: 12px;
	width: 12px;
	content: '';
    box-shadow: none;
    color: #666;
    z-index: 99;
	line-height: 12px;
	background: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: white;
}

table.dataTable.dtr-inline.collapsed > tbody > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > th:first-child:before {
  border: none;
  border-radius: 0;
  background-color: white;
  background: none;
  content: '';
  box-shadow: none;
  color: #666;
  z-index: 99;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent.responsiveDTRow > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent.responsiveDTRow > th:first-child:before {
  border: none;
  border-radius: 0;
  background-color: white;
  background: url('../images/arrow_down.png') no-repeat center center;
  content: '';
  box-shadow: none;
  color: #666;
  z-index: 99;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  border: none;
  border-radius: 0;
  background-color: white;
  background: none;
  content: '';
  box-shadow: none;
  color: #666;
  z-index: 99;
}

table.dataTable.dtr-inline.collapsed > tbody > td:first-child, 
table.dataTable.dtr-inline.collapsed > tbody > th:first-child {
  overflow-x: auto;
}

table.dataTable thead th,
table.dataTable thead td {
  padding: 3px 1px;
  padding-left: 10px;
}

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
  border-top: #DDD 1px solid;
  border-bottom: #DDD 1px solid;
  border-right: #DDD 1px solid;
  overflow: hidden;
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: white;
}
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: white;
}

table.dataTable.stripe tbody tr.even, table.dataTable.display tbody tr.even {
  background-color: #d3d3d3;
}
table.dataTable.stripe tbody tr.even.selected, table.dataTable.display tbody tr.even.selected {
  background-color: #d3d3d3;
}

table.dataTable.hover tbody tr:hover,
table.dataTable.hover tbody tr.odd:hover,
table.dataTable.hover tbody tr.even:hover, table.dataTable.display tbody tr:hover,
table.dataTable.display tbody tr.odd:hover,
table.dataTable.display tbody tr.even:hover {
  background-color: whitesmoke;
}
table.dataTable.hover tbody tr:hover.selected,
table.dataTable.hover tbody tr.odd:hover.selected,
table.dataTable.hover tbody tr.even:hover.selected, table.dataTable.display tbody tr:hover.selected,
table.dataTable.display tbody tr.odd:hover.selected,
table.dataTable.display tbody tr.even:hover.selected {
  background-color: #d3d3d3;
}
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #d3d3d3;
}
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #d3d3d3;
}
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}
table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: white;
}
table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: white;
}
table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: white;
}
table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: white;
}
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #d3d3d3;
}
table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #d3d3d3;
}
table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #d3d3d3;
}
table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #d3d3d3;
}
table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #d3d3d3;
}
table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #d3d3d3;
}
table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.display tbody tr.odd:hover > .sorting_1,
table.dataTable.display tbody tr.even:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_1 {
  background-color: whitesmoke;
}
table.dataTable.display tbody tr:hover > .sorting_2,
table.dataTable.display tbody tr.odd:hover > .sorting_2,
table.dataTable.display tbody tr.even:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_2 {
  background-color: #d3d3d3;
}
table.dataTable.display tbody tr:hover > .sorting_3,
table.dataTable.display tbody tr.odd:hover > .sorting_3,
table.dataTable.display tbody tr.even:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_3 {
  background-color: #d3d3d3;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1,
table.dataTable.display tbody tr.odd:hover.selected > .sorting_1,
table.dataTable.display tbody tr.even:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_1 {
  background-color: #d3d3d3;
}
table.dataTable.display tbody tr:hover.selected > .sorting_2,
table.dataTable.display tbody tr.odd:hover.selected > .sorting_2,
table.dataTable.display tbody tr.even:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_2 {
  background-color: #d3d3d3;
}
table.dataTable.display tbody tr:hover.selected > .sorting_3,
table.dataTable.display tbody tr.odd:hover.selected > .sorting_3,
table.dataTable.display tbody tr.even:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_3 {
  background-color: #d3d3d3;
}

/*table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  padding: 8px 8px !important;
}*/
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 5px;
    padding-left:  5px;
 }

.well {
	background-color: white;
	border-radius: 0px;
	border-color: #DDD;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	padding: 3px 0;
}

.row {
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.form-control {
	border-radius: 0px;
	border-color: #BBBCBC;
	padding: 0;
	height: 3em;
	font-size: 16px;	
	padding-left: 10px;
	margin: 2pt;
}

.form-control-red {
	border-color: #ff0000;
}

.form-control-login {
	border-radius: 0px;
	border-color: #BBBCBC;
	padding: 0px;
	height: 3em;
	font-size: 18px;
	margin: 5pt;		
	font-family: Ferrovial,Tahoma,Arial;
}

.btn {
	border-radius: 0px;
	border-color: #DDD;
	font-size: 16px;
	padding: 3px;
	font-weight: bold;	
}

.btn-login {
	border-radius: 8px;
	border-color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;	
	background-color: #EBB700;
	color: #FFFFFF;
	height: 2.5em;
	margin: 5pt;	
	width: auto;
}

.btn-grey {
	background-color: #747678;
}


.message-label{
	font-size: 20px;
	color: #000000;
	font-weight: bold;	
}

.message-label-grey{
	font-size: 12px;
	color: #909193;
	font-weight: bold;	
}

.message-label-yellow{
	font-size: 14px;
	color: #EBB700;
	font-weight: bold;
	width: 93%;
}

.warning-label{
	font-size: 14px;	
}

label {
	font-size: 15px;
	/**color: #000000;*/
	display: inline;
	font-weight: 500;
}

body {
	font-size: 16px;
	background-color: #E4E4E4;
}

.panel {
    border-radius: 0;
}

input[type=radio], input[type=checkbox]{
    vertical-align: bottom;
}

.radio-inline, .checkbox-inline {
	margin-right: 10px;
	font-size: 18px;
	font-family: Ferrovial,Tahoma,Arial;	
	color: #747678;
	float: left;
}

.radio-inline+.radio-inline, .checkbox-inline+.checkbox-inline {
	margin-left: 0;
}

input:disabled, button:disabled, select:disabled, textarea:disabled{
    background-color: #ddd;
    color: #888;
}

@media (max-width: 767px) { 
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, 
    .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, 
    .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, 
    .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, 
    .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, 
    .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, 
    .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, 
    .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, 
    .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, 
    .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, 
    .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, 
    .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        padding-top: 3px;
    }
}

.message-label-grey{
	font-size: 13px;
	color: #909193;
	font-weight: bold;
}

.guide_link{
	font-size: 13px;
	color: #909193;
	font-weight: bold;
	text-decoration: underline;
}
div[aria-describedby="agGenPdfDialog"] .ui-dialog-titlebar {
 display: none;
}

div[aria-describedby="agGenPdfDialog"] a {
 color: #428BD6;
}

div[aria-describedby="agGenPdfDialog"] .pdfGenDialogTitle {
    font-weight: bold;
}

div[aria-describedby="editAddressDialog"] .ui-dialog-titlebar {
 display: none;
}

div[aria-describedby="exportSearchDialog"] .ui-dialog-titlebar {
 display: none;
}

div[aria-describedby="exportSearchDialog"] div {
 color: #428BD6;
 cursor: pointer;
}

.ui-dialog {
    margin-bottom: 2em;
}

.ui-dialog-titlebar {
    background-color: #EBB700;
    color: white;
    border: none;
    margin: 0;	
}

.ui-dialog .ui-dialog-titlebar-close:after {
    content: "X";
    color: #031B40;
}

.ui-widget {
    font-family: Ferrovial,Tahoma,Arial;
    font-size: 12px;
    padding: 0;
}

.ui-widget-header {
    background: #EBB700;
	color: white;
	border: inherit;
}

.ui-widget-content {
	background: white;
	color: black;
}

.ui-corner-all {
	border-radius: 0px;
}

.ui-state-default, .ui-widget-content .ui-state-default,
 .ui-widget-header .ui-state-default {
	border-color: #DDD;
	background: white;
	color: black;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight,
 .ui-widget-header .ui-state-highlight {
    border-width: 3px;
    border-color: black;
    background: #DDD;
    color: black;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: inherit;
    background: inherit;
    font-weight: bold;
    color: inherit;
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    background-image: url("../jquery-ui/images/ui-icons_ffffff_256x240.png"); 
}

.ui-widget-header .ui-icon {
	background-image: url("../jquery-ui/images/ui-icons_ffffff_256x240.png")
}

.alignRight {
	text-align: right;
}

.alignCenter {
	text-align: center;
}

.alignLeft {
	text-align: left;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    font-weight: normal;
}

.ui-datepicker {
    width: 18em;
}.responsiveRight {
       text-align: right;
}

.noOverflow {
  white-space: nowrap;
  overflow: hidden;
}

@media (max-width: 767px) { 
	.responsive-tabs__heading {
	    padding: 0.5em;
	    border-radius: 0px;
	    border: 1px solid #ddd;
	    box-shadow: none;
	    background: white;
	    position: relative;
	}
	
	.responsiveRight {
	   text-align: left;
	}
	.credit {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.multibanco {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

.responsive-tabs__list {
    padding-bottom: 0;
    line-height: 2em;
    border-bottom: 0px;	
}

.responsive-tabs__list__item {
	border-radius: 0;
	padding: 3px;
	padding-bottom: 5px;
	border: 0px;
	background: #FFFFFF;
}

.responsive-tabs__list__item--active,
.responsive-tabs__list__item:hover {
	font-weight: bold;
}

.responsive-tabs__list__item:focus {
	font-weight: bold;
}

.panel-heading {
	border-radius: 0;
}

#startDate{
		z-index:58;
		position:relative;
	}
#endDate{
	z-index:58;
	position:relative;
}

@media ( max-width : 420px) {
	#menuViaLivre {
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
	}
	#menuLanguage {
		float: left !important;
	}
	#contact1 label {
		display: inline !important;
	}
	#contact2 label:after {
		content: '';
		clear: right;
		display: block;		
	}
	#contact3 {
		content: '';
		clear: right;
		display: block;		
	}
}
@media ( max-width : 792px) and (min-width: 420px) {
	#contact3 {
		float: left !important;
	}
	
	#menuLanguage {
		float: left !important;
	}
}
@media ( max-width : 1225px) and (min-width: 792px) {
	#contact3 {
		float: left !important;
	}
	
	#menuLanguage {
		float: left !important;
	}
}

 /* @media ( max-width : 1610px) and (min-width: 1126px) {
	#contact1 {
		display: inline !important;
		position:absolute;
		left:32%;
	}
	#contact2 {
		display: inline !important;
		position:absolute;
		left:52%;
	}
	
	#contact3 {
		display: inline !important;
		position:absolute;
		left:72%;
	}
	#menuLanguage {
		float: right !important;
	}
}  */


@media ( min-width: 1226px) {
	#menuLanguage {
		display: inline !important;
		position:absolute;
		right:0%;
	}
	#contact3 {
		display: inline !important;
		position:absolute;
		left:62%;
	}
	#contact2 {
		display: inline !important;
		position:absolute;
		left:39%;
	}
	#contact1 {
		display: inline !important;
		position:absolute;
		left:22%;
	}
	
} 

@media ( min-width: 768px)  and (max-width : 1230px) {
	#concesionCol1 {
		width: 100%;
	}
	#concesionCol2 {
		width: 100%;
	}
		
} 
@media ( min-width: 1230px) {
	#footer {
    	position: fixed;
	}
	
	.respWarning{
		padding-left:24px;
	}
}

 @media ( min-width: 768px)  and (max-width : 1230px) {
	#footer{
		position: relative;
		display: -webkit-box;
		display: -moz-deck;
		display: -ms-flexbox;
	}
	.warningHeader{
/* 		width: 100%; */
/* 		padding-left:10%; */
/* 		padding-right:10%; */
	}
	.respWarning{
		padding-left:24px;
	}
} 
@media ( min-width: 331px)  and (max-width : 767px) {
	#loginContainer, #warningContainer, #concesionContainer, #concesionAux, #concCol1, #concCol2{
/* 		float: none !important;
		width: 75% !important; */
		width: 90% !important;
		position:relative;
		top: 15%;
		left:5%;
	}
	/* #loginTab {
		margin-top:25 px;
	} */
	#footer{
		position: relative;
		display: -webkit-box;
		display: -moz-deck;
		display: -ms-flexbox;
	}
	.warningHeader{
		width: 100%;
		padding-left:10%;
		padding-right:10%;
	}
}
@media ( max-width : 330px) {
	#concesionContainer, #concCol1, #concCol2 {
		width: 80%;
	}
	#footer{
		position: relative;
		display: -webkit-box;
		display: -moz-deck;
		display: -ms-flexbox;
	}
	.warningHeader{
		width: 100%;
		padding-left:10%;
		padding-right:10%;
	}	
} 

/* @media ( min-width: 270px) {
	#footer {
    	position: fixed;
	}
	
	.respWarning{
		padding-left:24px;
	}
} */
@media ( max-width : 621px) {
	.steps.clearfix li[class*="disabled"], .steps.clearfix li[class*="done"]
		{
		display: none !important;
	}
	.steps.clearfix li[class*="current"] {
		display: block !important;
	}
	#wizardTrip li, #wizardNoti li {
		width: 100% !important;
	}
}

@media ( max-width : 742px) and (min-width: 621px) {
	#wizardTrip li a, #wizardNoti li a {
		height: 55px;
	}
}
@media (max-width: 535px)and (min-width:475px){
  .linksFooter{
    padding-left: 0px !important;
  }
}
@media ( max-width : 475px) {
	.panel-footer {
		height: auto !important;
	}
	.panel-footer:after {
		content: "";
		display: table;
		clear: both;
	}
	.imageFooter {
		position: relative !important;
		float: left  !important;
	}
	.imageFooter .textFooter {
		text-align: left !important;
	}
	.linksFooter {
		padding-top: 0px !important;
		padding-left: 0px !important;
		position: relative !important;
		width: 100% !important;
	}
	.linksFooter a:first-child {
		padding-left: 0px !important;
	}
}
@media(max-width:580px){
  .dataTables_wrapper td, .dataTables_wrapper th{
    font-size: 0.7em;
  } 
    .dataTables_wrapper img{
    width: 50%;
    height: 50%;
  }
    #dataDiv .col-sm-12.panel-grey{
    padding-left: 3px;
    padding-right: 3px;
  }
}
@media(max-width:435px){
  .dataTables_wrapper td, .dataTables_wrapper th{
    font-size: 0.6em;
    padding: 0 !important;
  } 
  .dataTables_wrapper img{
    width: 30%;
    height: 30%;
  }
  #dataDiv .col-sm-12.panel-grey{
    padding-left: 3px;
    padding-right: 3px;
  }
}

@media ( max-width : 1099px) and (min-width: 768px) {
	.warningHeader{
		width: 43%;
	}
}

@media (min-width: 1100px) {
	.warningHeader{
		width: 30%;
	}
}

@media(max-width:1560px){
	#textNotes{
		width: 85%;
	}	
}

@media(max-width:1605px){
	#divTryAgain{
		padding-left:12px;
		padding-right:7px;
	}	
}

@media ( min-width : 655px) {
	.divRow {
		display: flex;
		max-width: 480px;
	}
	.redirect {
		margin-top: 35px;
	}
}

@media ( max-width : 655px) {
	.credit {
		margin-top: 20px;
	}
	.multibanco {
		margin-bottom: 10px;
	}
}

@media ( max-width : 430px) {
	.redirect {
		max-height: 30px;
	}
}

@media ( min-width : 431px) {
	.redirect {
		max-height: 45px;
	}
}/* Define progress related appearance */
.vlProgressDialog .ui-dialog-titlebar {
    display: none;
}

.vlProgressContainer {
    min-width: 350px;
}

.vlProgressCloseButton {
    vertical-align: top;
    height: 20px;
    width: 20px;
    padding: 0;
    margin: 3px 0;
}

.vlProgressCloseButton:after {
    content: "x";
    color: black;
}

.vlProgressHeader {
    font-weight: bold;
    color: white;
    background-color: #031B40;
}

.vlProgressTaskHeader {
    font-weight: bold;
}

.vlProgressTaskTitle {
    text-align: center;
}

.vlProgressHeaderRefresh:hover {
    cursor: pointer;
}

.vlProgressHeaderRefresh {
    margin: 4px 4px 4px 15px;
    background-image: url("../images/refresh_white.png");
    background-size: 15px 15px;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
}

.vlProgressIndicator.running:hover {
    cursor: pointer;
}

.vlProgressIndicator.running {
 background-image: url("../images/refresh.png");
 background-size: 15px 15px;
 background-repeat: no-repeat;
 background-position: center;
 -webkit-animation:spin 1s linear infinite;
 -moz-animation:spin 1s linear infinite;
 animation:spin 1s linear infinite;
}

input.vlProgressIndicator.running {
 background-image: url("../images/refresh.gif");
 background-size: 15px 15px;
 background-repeat: no-repeat;
 background-position: center;
 -webkit-animation:none;
 -moz-animation:none;
 animation:none;
}

.vlProgressHeaderRefresh.running {
    background-image: url("../images/refresh_white.png");
    -webkit-animation:spin 1s linear infinite;
    -moz-animation:spin 1s linear infinite;
    animation:spin 1s linear infinite;
}

td.vlProgressCol {
    padding: 8px 8px !important;
}

.vlProgressTaskIcon {
    width: 15px;
    height: 15px;
    z-index: 99;
}

.vlProgressTaskIcon.progress_undefined {
    background-image: none;
}

.vlProgressTaskIcon.progress_finished {
    background-image: url("../images/prog_ok.gif");
    background-size: 15px 15px;
}

.vlProgressTaskIcon.progress_finished.error {
    background-image: url("../images/prog_ko.gif");
    background-size: 15px 15px;
}

.vlProgressTaskIcon.progress_running {
    background-image: url("../images/prog_curr.gif");
    background-size: 15px 15px;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
/*
    Common 
*/

.wizard,
.tabcontrol
{
    display: block;
    width: 100%;
    overflow: hidden;
}

.wizard a,
.tabcontrol a
{
    outline: 0;
}

.wizard ul,
.tabcontrol ul
{
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.wizard ul > li,
.tabcontrol ul > li
{
    display: block;
    padding: 0;
}

/* Accessibility */
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info
{
    position: absolute;
    left: -999em;
}

.wizard > .content > .title,
.tabcontrol > .content > .title
{
    position: absolute;
    left: -999em;
}



/*
    Wizard
*/

.wizard > .steps
{
    position: relative;
    display: block;
    width: 100%;
}

.wizard.vertical > .steps
{
    display: inline;
    float: left;
    width: 30%;
}

.wizard > .steps .number
{
    font-size: 15px;
}

.wizard > .steps > ul > li
{
    width: 25%;
}

.wizard > .steps > ul > li,
.wizard > .actions > ul > li
{
    float: left;
}

.wizard.vertical > .steps > ul > li
{
    float: none;
    width: 100%;
}

.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active
{
    display: block;
    width: auto;
    margin: 0 0.5em 0.5em;
    padding: 1em 1em;
    text-decoration: none;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active
{
    background: #eee;
    color: #aaa;
    cursor: default;
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active
{
    background: #2184be;
    color: #fff;
    cursor: default;
}

.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active
{
    background: #9dc8e2;
    color: #fff;
}

.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active
{
    background: #ff3111;
    color: #fff;
}

.wizard > .content
{
    background: #eee;
    display: block;
    margin: 0.5em;
    min-height: 100px;;
    overflow: hidden;
    position: relative;
    width: auto;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard.vertical > .content
{
    display: inline;
    float: left;
    margin: 0 2.5% 0.5em 2.5%;
    width: 65%;
}

.wizard > .content > .body
{
    float: left;
    position: relative;
    width: 95%;
    height: auto;
    padding: 15px;
}

.wizard > .content > .body ul
{
    list-style: disc !important;
}

.wizard > .content > .body ul > li
{
    display: list-item;
}

.wizard > .content > .body > iframe
{
    border: 0 none;
    width: 100%;
    height: 100%;
}

.wizard > .content > .body input
{
    display: block;
    border: 1px solid #ccc;
}

.wizard > .content > .body input[type="checkbox"]
{
    display: inline-block;
}

.wizard > .content > .body input.error
{
    background: rgb(251, 227, 228);
    border: 1px solid #fbc2c4;
    color: #8a1f11;
}

.wizard > .content > .body label
{
    display: inline-block;
    margin-bottom: 0.5em;
}

.wizard > .content > .body label.error
{
    color: #8a1f11;
    display: inline-block;
    margin-left: 1.5em;
}

.wizard > .actions
{
    position: relative;
    display: block;
    text-align: right;
    width: 100%;
}

.wizard.vertical > .actions
{
    display: inline;
    float: right;
    margin: 0 2.5%;
    width: 95%;
}

.wizard > .actions > ul
{
    display: inline-block;
    text-align: right;
}

.wizard > .actions > ul > li
{
    margin: 0 0.5em;
}

.wizard.vertical > .actions > ul > li
{
    margin: 0 0 0 1em;
}

.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active
{
    background: #2184be;
    color: #fff;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active
{
    background: #eee;
    color: #aaa;
}

.wizard > .loading
{
}

.wizard > .loading .spinner
{
}



/*
    Tabcontrol
*/

.tabcontrol > .steps
{
    position: relative;
    display: block;
    width: 100%;
}

.tabcontrol > .steps > ul
{
    position: relative;
    margin: 6px 0 0 0;
    top: 1px;
    z-index: 1;
}

.tabcontrol > .steps > ul > li
{
    float: left;
    margin: 5px 2px 0 0;
    padding: 1px;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tabcontrol > .steps > ul > li:hover
{
    background: #edecec;
    border: 1px solid #bbb;
    padding: 0;
}

.tabcontrol > .steps > ul > li.current
{
    background: #fff;
    border: 1px solid #bbb;
    border-bottom: 0 none;
    padding: 0 0 1px 0;
    margin-top: 0;
}

.tabcontrol > .steps > ul > li > a
{
    color: #5f5f5f;
    display: inline-block;
    border: 0 none;
    margin: 0;
    padding: 10px 30px;
    text-decoration: none;
}

.tabcontrol > .steps > ul > li > a:hover
{
    text-decoration: none;
}

.tabcontrol > .steps > ul > li.current > a
{
    padding: 15px 30px 10px 30px;
}

.tabcontrol > .content
{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 35em;
    overflow: hidden;
    border-top: 1px solid #bbb;
    padding-top: 20px;
}

.tabcontrol > .content > .body
{
    float: left;
    position: absolute;
    width: 95%;
    height: 95%;
    padding: 2.5%;
}

.tabcontrol > .content > .body ul
{
    list-style: disc !important;
}

.tabcontrol > .content > .body ul > li
{
    display: list-item;
}.vlProgressHeaderResult {
    font-weight: normal;
}

.vlProgressHeaderStart {
    font-weight: normal;
}

.vlProgressHeaderEnd {
    font-weight: normal;
}

@font-face {
    font-family: Ferrovial;
    src: url(../fonts/ferrovial/ferrovial.eot);
    src: url(../fonts/ferrovial/ferrovial.eot?#iefix) format('embedded-opentype'),
    	 url(../fonts/ferrovial/ferrovial.otf);
}

@font-face {
    font-family: Ferrovial;
    src: url(../fonts/ferrovial/ferrovialb.eot);
    src: url(../fonts/ferrovial/ferrovialb.eot?#iefix) format('embedded-opentype'),
    	 url(../fonts/ferrovial/ferrovialb.otf);
    font-weight: bold;
}

@font-face {
    font-family: Calibri;
    src: url(../fonts/calibri/calibri.ttf);
}

@font-face {
    font-family: Calibri;
    src: url(../fonts/calibri/calibrib.ttf);
    font-weight: bold;
}

@font-face {
    font-family: Calibri;
    src: url(../fonts/calibri/calibrii.ttf);
    font-style: italic;
}

body {
	font-family: Ferrovial,Tahoma,Arial;
}

.body-index {
	font-family: Ferrovial,Tahoma,Arial;
	background-color:#C7C8C9;	 
	padding-top: 100px;
    padding-bottom: 100px	
}
#body{
    background-color: #E4E4E4;
}

#submenu{
	width: 100%; 
	height: 20px;
	background-color: #EBB700;
	text-align: left;	
	
}

#submenuLogin{
	width: 100%; 
	height: 4px;
	background-color: #747678;
	text-align: center;
	float:left;
	
}

#submenu label{
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
	font-family: Ferrovial,Tahoma,Arial;	
	color: #FFFFFF;
}

#h3 label{
	color: #fff;
}

#dataDiv{
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.panel-white{
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
	/*padding-left: 20px;	*/
}

.panel-grey{
	background-color: #BBBCBC;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;	
}

#footer {
    width: 100%;
    bottom:0;
    z-index: 99;
}

.panel-footer, .push {
    width: 100%;
    bottom:0;
    margin-bottom: 0;
    background-color: #747678;
    height: 80px;
    color: #D6D7D7;
    font-size: 11px;
}

#sessionTasksProgressIndicator {
    position: fixed;
    right: 1em;
    bottom: 1em;
    width: 15px;
    height: 15px;
}

#header {
	width: 100%;
	height: 0;
	vertical-align: text-bottom;
	font-size: 12px;
	/*padding-left: 10px;*/
	margin: 0;
}

#header a {
    color: white;
    text-decoration: none;
}

#headerLeft {
    height: 0;	
    padding-left: 0;
	padding-right: 0;	
}
#headerLeft:after { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

#menuViaLivre.unfolded {
    background-color: #FFFFFF;
    color: #EBB700;
}

#cboguiLogo:hover {
    background-color: #FFFFFF;
    color: #EBB700;
}

#cboguiLogo:hover a {
    color: #EBB700;
    text-decoration: none;
}

#pageTitleBtn {
    padding-left: 10px;
    width: 7px;
    height: 40px;
    margin-left: 5px;
    background-image: url('../images/down.png');
    background-position: center center;
    background-repeat: no-repeat;
    display: table-cell !important;
}

#cboguiLogo #pageTitleBtnArrow {
	width: 7px;
	height: 40px;
	background-image: url('../images/down.png');
	background-position: center center;
	background-repeat: no-repeat;
}

#cboguiLogo:hover #pageTitleBtnArrow {
    background-image: url('../images/down_blue.png');
}

#pageTitleLabel {
    height: 40px;
}

.formLabel {
	font-weight: bold;
	overflow: hidden;
}

.formAdjust {
	padding-left: 0;
}

.formRow {
	margin-bottom: 6px;
}

.bootStrapCombo {
	width: 100%;
}

a {
    cursor: pointer;
}

#headerLeft div , #headerLeft span{
	display: inline-block;
}

#headerRight div, #headerRight span {
	margin-right: 3px;
}

#headerRight {
	text-decoration: none;
	background-color: #031B40;
	float: right;
	color: #031B40;
}

#headerRight #userCorner {
    float: right;
    height: 40px;
}

#cboguiLogo {
	font-size: 20px;
	height: 40px;
    vertical-align: bottom;
    display: table-cell !important;
}

#menuViaLivre:hover a {
    color: #EBB700;
    text-decoration: none;
}

#menuViaLivre:hover {
    background-color: #FFFFFF;
    color: #EBB700;
}

#pageTitleBtnUser {
	width: 7px;
	padding-right: 15px;
	background-image: url('../images/down.png');
	background-position: center center;
	background-repeat: no-repeat;
}

#menuViaLivre.unfolded #cboguiLogo #pageTitleBtn, 
    #cboguiLogo:hover #pageTitleBtn {
    background-image: url('../images/down_blue.png');
}

div.container {
	width: 100%;
   	margin-right: auto;
	margin-left: auto;
}

thead tr{
    border-top-width: 1px;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: #FFFFFF;
}

tr {
	height: 24px;
}

.ui-datepicker th {
	background-color:#EBB700;
}

th {
    font-family: Ferrovial,Tahoma,Arial;
    font-size: 18px;
    font-weight: bold;
    color:#FFFFFF;
    background-color:#747678;
}

select {
	background-color: white;
}
.error{
	color:red;
}
.sucess{
	color:green;
}
.formFieldError{
	margin-left: 15px;
}

.optionalFieldsExpand {
    background: url('../images/plus.png') no-repeat left center;
    padding-left: 15px;
    cursor: pointer;
    font-weight: bold;
}

.optionalFieldsExpand.expanded {
    background: url('../images/minus.png') no-repeat left center;
}

.optionalFields.expanded {
    visibility: visible;
}

.optionalFields.collapsed {
    visibility: collapse;
}

.tableTripDetail {
	margin:0px auto auto auto;
	padding:0px;
	width:100%;
	text-align: center;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
	
}.tableTripDetail table{
    border-collapse: collapse;
    border-spacing: 0;
	width:100%;
	height:100%;
	margin: 0px auto auto auto;
	padding:0px;
	
}

.tableTripDetail tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}

.tableTripDetail table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}

.tableTripDetail table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}

.tableTripDetail tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}



.tableTripDetail td:nth-child(odd){ 
	background-color:#e5e5e5; 
	font-weight:bold
}

.tableTripDetail td:nth-child(even){
	background-color:#ffffff; 
}

.tableTripDetail td{
	vertical-align:middle;	
	/*border:1px solid #000000;*/
	/*border-width:0px 1px 1px 0px;*/
	text-align:left;
	padding:7px;
	font-size:14px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}

.tableInterface {
	margin:0px;padding:0px;
	width:100%;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.tableInterface table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.tableInterface tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.tableInterface table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.tableInterface table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.tableInterface tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.tableInterface tr:hover td{
	
}
.tableInterface tr:nth-child(odd){ background-color:#e5e5e5; }
.tableInterface tr:nth-child(even)    { background-color:#ffffff; }.tableInterface td{
	vertical-align:middle;
	
	
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:10px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.tableInterface tr:last-child td{
	border-width:0px 1px 0px 0px;
}.tableInterface tr td:last-child{
	border-width:0px 0px 1px 0px;
}.tableInterface tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.tableInterface tr:first-child td{
	background:-o-linear-gradient(bottom, #cccccc 5%, #b2b2b2 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #b2b2b2) );
	background:-moz-linear-gradient( center top, #cccccc 5%, #b2b2b2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#b2b2b2");	background: -o-linear-gradient(top,#cccccc,b2b2b2);

	background-color:#cccccc;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#000000;
}
.tableInterface tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #cccccc 5%, #b2b2b2 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #b2b2b2) );
	background:-moz-linear-gradient( center top, #cccccc 5%, #b2b2b2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#b2b2b2");	background: -o-linear-gradient(top,#cccccc,b2b2b2);

	background-color:#cccccc;
}
.tableInterface tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.tableInterface tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}



.tableInterfaceNoWidth100 {
	margin:0px;padding:0px;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.tableInterfaceNoWidth100 table{
    border-collapse: collapse;
        border-spacing: 0;
	height:100%;
	margin:0px;padding:0px;
}.tableInterfaceNoWidth100 tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.tableInterfaceNoWidth100 table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.tableInterfaceNoWidth100 table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.tableInterfaceNoWidth100 tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.tableInterfaceNoWidth100 tr:hover td{
	
}
.tableInterfaceNoWidth100 tr:nth-child(odd){ background-color:#e5e5e5; }
.tableInterfaceNoWidth100 tr:nth-child(even)    { background-color:#ffffff; }.tableInterface td{
	vertical-align:middle;	
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:10px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.tableInterfaceNoWidth100 tr:last-child td{
	border-width:0px 1px 0px 0px;
}.tableInterfaceNoWidth100 tr td:last-child{
	border-width:0px 0px 1px 0px;
}.tableInterfaceNoWidth100 tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.tableInterfaceNoWidth100 tr:first-child td{
	background:-o-linear-gradient(bottom, #cccccc 5%, #b2b2b2 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #b2b2b2) );
	background:-moz-linear-gradient( center top, #cccccc 5%, #b2b2b2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#b2b2b2");	background: -o-linear-gradient(top,#cccccc,b2b2b2);

	background-color:#cccccc;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#000000;
}
.tableInterfaceNoWidth100 tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #cccccc 5%, #b2b2b2 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #b2b2b2) );
	background:-moz-linear-gradient( center top, #cccccc 5%, #b2b2b2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#b2b2b2");	background: -o-linear-gradient(top,#cccccc,b2b2b2);

	background-color:#cccccc;
}
.tableInterfaceNoWidth100 tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.tableInterfaceNoWidth100 tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

.ventana{
    display:none;     
    font-family:Arial, Helvetica, sans-serif;
    color:#808080;
    line-height:28px;
    font-size:15px;
    text-align:center;
}

.oculto{
	display:none;
}

.titleDialog .ui-dialog-titlebar{
	 background: grey;
}

td.details-control {
    background: url('../images/plus.png') no-repeat center center;
    cursor: pointer;
}
tr.detailsShown td.details-control {
    background: url('../images/minus.png') no-repeat center center;
}

td.docs-control {
    background: url('../images/plus.png') no-repeat center center;
    cursor: pointer;
}
tr.detailsShown td.docs-control {
    background: url('../images/minus.png') no-repeat center center;
}

select {
	border: 1px solid #DDD;
	background-image: url('../images/down.png') no-repeat right;
}

input{
	background: white;
	border: 1px solid #DDD;
	border-radius: 0;
	height: 22px;
}

.radio input[type="radio"], 
.radio-inline input[type="radio"], 
.checkbox input[type="checkbox"], 
.checkbox-inline input[type="checkbox"]{
	width: 12px;
    height: 12px;
    background: white;
    border: 1px solid #DDD;
 }

.topAlign {
	vertical-align: top;
}

#firstRow {
	font-weight: bold;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year{
	color: black;
}

#menu2 ul{
  list-style: none;
}

#menu2 li{
  display: inline;
}

#logo {
	padding-left: 15px;
}

#menu{
  font-family: Ferrovial, Arial, Helvetica, sans-serif;
  width: 100%;
  background:#FFFFFF;
  color: #EBB700;
  font-size: 12pt;
  height: auto;
  float:left;
	}		
#menu ul{
  position: relative;
  z-index: 57;
  float: left;
  /*padding: 0 5px;*/
  display: block;
  float: none;
  color: #EBB700;
  /*height: 40px;*/
}

#menu > ul:before {
  content: '';
  display: block;
}

#menu > ul:after {
  content: '';
  display: table;
  clear: both;
}

#menu > ul,
#menu > ul li,
#menu > ul ul {
  list-style: none;
  margin: 5px;
  padding: 0;
}

#menu > ul > li > a:hover,
#menu > ul > li:hover > a {
  background-color: #FFFFFF;
  /*background-color: green;*/
}

#menu > ul a:link {
  text-decoration: none;
  background-color:#FFFFFF;
  text-align: center;
}


#menu li {
  padding: 0;
  color:#747678;
}

#menu ul li{
  float: left;
  vertical-align: middle;
}

#menu ul li.pageSubTitle:hover{
	background-color: #DFE2E8;
	color:#031B40;
}

#menu ul li a{
  color:#EBB700;
  font-size:  10.5pt;
  /*background-color: #3779dd;*/
  /*text-transform: uppercase;*/
}
#menu ul li a:hover{
	background-color: #DFE2E8; 
  	color:#031B40;
}

#menu > ul > li.logo{
  padding-left: 15px;
  padding-right: 2px;
  height: 40px;
}

#menu ul li p{
 margin: 10px 0 10px; 
 width:80%; 
 border: 1px solid #BBBCBC;
}

#logoLabel {
  position: relative;
  bottom: 0;
  padding-bottom: 5px;
  vertical-align: bottom;   
  display: table-cell !important;
}

#menu ul li:hover #logoHomePage{
	background-color: #DFE2E8;
	color:#031B40;
	background-image: url('../images/home_blue.png');
	background-repeat: no-repeat;
    background-position: center center;
}

#menu > ul li ul {
	position: absolute;
	top: 100%;
	z-index: 58;
	float: none;
	background-color: #DFE2E8;
	color: #F1F2F2;
	border: 2px solid #DFE2E8;
	border-top: none;
	left: 0;
	right: 0;
	text-align: center;
}

#menu > ul li ul#userUl {
	position: absolute;
    right: 0;
    left: inherit;
	float: right;
	border: 0;
	width: inherit;
}

#menu ul li ul li{
	margin:5px 0 10px 5px;
	padding:0;
	float: left;
	/*width: 175px;*/
	font-size:10.5px;
	text-transform: uppercase;
}

#menu ul li ul li.flags{
	margin:0px 0 0px 0px;
	padding:0;
	background-color: #FFFFFF;
	float: right;
	
}

#menu ul li ul li.logout{
	text-align: center;
	float: none;
	
}

#menu ul li ul li a{
	display: block;
	color: #DFE2E8;
	text-decoration: none;
	/*padding: 0 5px;*/
	line-height: 2.0;
	border: none;	
}

#menu ul li ul li a:hover{
  color:#DFE2E8;
  background-color: #99bbe3;
	border:none;
}

#menu ul li ul li a.subPage{
  color:#DFE2E8;
  background-color: #3779dd;
  border:none;
}

#menu ul li ul li a.subPageRef{
  color:#3779dd;
  border:none;
  text-transform: none;
  background-color: #DFE2E8;
  font-size: 13px;
  
    
}

#menu ul li ul li a.subPage:hover{
  color:#DFE2E8;
  background-color: #99bbe3;
	border:none;
}

#menu ul > li > ul > li > a {
padding: 5px 5px 5px 5px;
display: block;
}

#menu > ul > li > a:hover,
#menu > ul > li:hover > a {
  background-color: #DFE2E8;
  color:#031B40;
}


#menu ul > li > ul > li {
  margin: 10px 10px 10px 10px;
  position: relative;
  padding: 0;
  float: left;
  text-align: center;
  background-color: #3779dd;
}

#menu > ul > li:hover #pageTitleBtnUser, 
    #menuLanguage.unfolded #pageTitleBtnUser {
    background-image: url('../images/down_blue.png');
}

#menu ul li.language {
 	font-weight: bold;
 	height: 40px;
 	width: auto;
 	text-align: right;
 	float: right;
 	cursor: pointer !important;
}

#menu ul li.language div{
    float: right;
}
 
#menuLanguage:hover{
    background-color: #FFFFFF;
    color: #EBB700;
    cursor: pointer;
}

#menuLanguage.unfolded{
    background-color: #FFFFFF;
    color: #EBB700;
}

#languageSelector {
    width: 30px; 
}

#userSelector {
    margin-right: 5px;
}
#contact{
	width: auto;
}

li #userSelectorLists {
    color: #031B40; 
    visibility: hidden;
    height: 0 !important;
    padding: 0 !important;
}

.flags {
    width: 100%;
    height: 40px;
}

.linkLogin{
	font-size: 16px;
	color: #909193;
	font-weight: bold;
}

.linkLogin:hover{
	color: #747678;
}

ul li#subTitle {
  height: 40px;
}

#pageName {
	line-height: 43px;
	font-size: 12pt;
	text-transform: uppercase;
 }
 
#menu > ul li.hover,
#menu > ul li:hover {
  z-index: 59;
  cursor: default;
}

#headerHome:hover {    
    background-image: url('../images/home_blue.png');
	background-color: #DFE2E8;
	background-repeat: no-repeat;
    background-position: center center;
    /*background-color: #DFE2E8;*/
    width: 40px;
    height: 40px;
}

#menu ul > li > a #headerHome:hover {    
    background-image: url('../images/home_blue.png');
	background-color: #DFE2E8;
	background-repeat: no-repeat;
    background-position: center center;
    /*background-color: #DFE2E8;*/
    width: 40px;
    height: 40px;
}

#menu > ul li#logoHomePage:hover {
    background-image: url('../images/home_blue.png');
	background-color: #00ffff;
	background-repeat: no-repeat;
    background-position: center center;
    /*background-color: #DFE2E8;*/
    width: 40px;
    height: 40px;
}
 
#menu > ul li#logoHomePage a #headerHome:hover {
    background-image: url('../images/home_blue.png');
	background-color: #DFE2E8;
	background-repeat: no-repeat;
    background-position: center center;
    /*background-color: #DFE2E8;*/
    width: 40px;
    height: 40px;
}

.editToolBtn {
 width: 15px;
 height: 15px;
 cursor: pointer;
}

.cellDataPrefix {
    display: table-cell;
    vertical-align: middle;
}

.cellData {
    display: table-cell; 
    vertical-align: middle; 
    padding-left: 3px;"
}

.cellDataPrefix input {
    height: 1em;
    margin: 0;
}

.numericStatus {
    text-align: center;
}

.notAggregated {
    font-weight: bold;
}

#notAggregatedIcon:after {
    content: '+';
    width: 1em;
    height: 1em;
}

#editAddressDialog {
    height: 30%;
    width: 50%;
    overflow: hidden;
}

#editAddressButtonsRow {
    text-align: center;
}

.copyDownAction {
    display: block;
    widht: 100%;
    height: 0.5em;
    margin-top: 0.3em;
    background-image: url('../images/down_blue.png');
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.securityHiddenUI > * {
    background-image: url(../images/lock.png);
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #ff9999;
}

@media (max-width: 767px) { 
    #menu > ul > li#subTitle {
        display: none;
    }
}

@media (max-width: 420px) { 
    #userSelector {
       visibility: hidden !important;
    }
    
    #menu > ul ul #userUl {
        width: 100px;
    }
    
    li #userSelectorLists {
       visibility: visible !important;
       padding: 10px 0 !important;
       height: 40px !important;
    }
}

#virtualDocumentsDataTable td.iconPdfCol {
    padding: 8px 8px !important;
}

.iconPdf {
	width: 15px;
    height: 15px;
    z-index: 99;
    background-image:  url("../images/download.png");
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: center center;
}

#iconPdfLink img{
  background-image:  url("../images/download.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 15px 15px;
  width: 15px;
  height: 15px;
}

.warningLenght {
  background-image:  url("../images/warning.png");
  background-repeat: no-repeat;
  background-position: 3px 3px;
  background-size: 5px 11px;
  padding-left:15px;
}

#loginContainer{
	width: 100%;
	float: left;	
	padding-top: 50px;
	padding-bottom: 50px;
}

.loginTab{
	background-color: #FFFFFF;
	border-radius: 0px;
	font-size: 14px;
	color: #909193;	
	/**border: 3px solid;
	border-color: #BBBCBC;	*/	
}
#loginTab ul {
    margin: 0 !important;
}
#loginTab input{
    width:90%
}

#loginTab h4 {
    font-weight: bold;
    font-size: 1.2em;
}

.loginTabContent{
	background-color: #FFFFFF;
	border-radius: 10px;
	font-size: 14px;
	color: #909193;	
}


#mainContent {
	width:100%;
	padding: 5px;
	background-color: #E4E4E4;
	
}

#warningContainer{
	width: 80%;
	float: left;  
	padding-top: 50px;
}

#concesionContainer{
	width: 80%;
	float: left; 
	padding-top: 10px;
}
#concesionCol1{
	float: left; 
}
#concesionCol2{
	float: left; 
}
#concesionAux{
	width: 80%;
	float: left; 
	padding-top: 10px;
}

.warning{
	/*float: left; */
	color: #909193; 
	background-color:#FFFFFF; 
	text-align: left; 
	padding-top: 10px; 
	padding-bottom: 30px; 
	font-size: 16px;	
	
}
.warningAux{
	color: #909193; 
	background-color:#E4E4E4; 
	text-align: left; 
	padding-top: 10px; 
	padding-bottom: 30px; 
	font-size: 16px; 
}

#warning p{
	padding-left: 20px;
	padding-right: 10px;
}

.linksFooter {
	float: left;
    vertical-align: middle;
    position: absolute;
    padding-top: 40px;
    padding-left:60px;
}
.linksFooter a {
  text-decoration: none;
  background-color: #747678;
  color: #D6D7D7;
  font-size: 11px;
  padding-left: 5px;
  padding-right: 5px;
}

.imageFooter {
	position: relative;
    float: right;
    text-align: right;
    padding-top: 10px;
    padding-right: 10px;
}

.logoFooter {
	float: left;
    position: absolute;
}

.textFooter {
	float: left;
    position: relative;
    margin-top: 35px;
}

a{
	font-size: 14px;
}
#dataDiv input, #dataDiv select{
  width:95%;
  font-size: 12px;
}
/*Correcci�n de error que desplaza los textos cada vez mas abajo*/
#dataDiv .panel-grey *[class^="col"], #dataDiv .panel-white *[class^="col"]
	{
	padding-top: 0 !important;
	min-height: 0 !important;
}

#dataDiv .panel-grey *[class^="col"] label, #dataDiv .panel-white *[class^="col"] label
	{
	margin-right: 5px !important;
}

.payGrad {
    background: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgba(255,255,255,0), rgba(255,255,255,1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgba(255,255,255,0), rgba(255,255,255,1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1)); /* Standard syntax (must be last) */
}

.warningHeader{
	margin:0 auto;
}

#divTryAgain{
	padding-top:12px;
	padding-bottom:5px;
	display:inline-block;
}

.divBox:hover {
	box-shadow: 0px 0px 3px #aaaaaa;
}

.divBox {
	cursor: pointer;
	max-height: 53px;
	border-radius: 5px;
    border: solid;
	border-width: 1px;
	border-color: #EBB700;
}

.credit {
	margin-bottom: 5px;
}

.multibanco {
	margin-top: 5px;
}

.divPayMethod {
	max-width: 200px;
}/*
    Common 
*/

.wizard,
.tabcontrol
{
    display: block;
    width: 90%;
    overflow: auto;
   	padding-bottom: 60px;
    padding-top: 10px;
    margin:0 auto -60px;
    height:100%;
}

.wizard a,
.tabcontrol a
{
    outline: 0;
}

.wizard ul,
.tabcontrol ul
{
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.wizard ul > li,
.tabcontrol ul > li
{
    display: block;
    padding: 0;
}

/* Accessibility */
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info
{
    position: absolute;
    left: -999em;
}

.wizard > .content > .title,
.tabcontrol > .content > .title
{
    position: absolute;
    left: -999em;
}



/*
    Wizard
*/

.wizard > .steps
{
    position: relative;
    display: block;
    width: 100%;
}

.wizard.vertical > .steps
{
    display: inline;
    float: left;
    width: 30%;
}

.wizard > .steps .number
{
    /*font-size: 15px;*/
}

.wizard > .steps > ul > li
{
    width: 20%;
}

.wizard > .steps > ul > li,
.wizard > .actions > ul > li
{
    float: left;
}

.wizard.vertical > .steps > ul > li
{
    float: none;
    width: 100%;
}

.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active
{
    display: block;
    width: auto;
    margin: 0 0.2em 0.2em;
    padding: 1em 1em;
    text-decoration: none;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* .wizard > .steps .current>a:before{
	
    left: 20%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(194, 225, 245, 0);
	border-left-color: #EBB700;
	border-width: 16px;
	margin-top: -16px;
            
}  */

.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active
{
    background: #eee;
    color: #aaa;
    cursor: default;
    font-size: 0.6em !important;
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active
{
    background: #EBB700;
    color: #fff;
    cursor: default;
    font-size:0.6em !important;
}

.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active
{
    background: #BBBCBC;
    color: #fff;
    font-size: 0.6em !important;
}

.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active
{
    background: #ff3111;
    color: #fff;
    font-size: 0.6em;
}

.wizard > .content
{
    background: #eee;
    display: block;
    margin: 0.5em;
    min-height: 100px;;
    overflow: hidden;
    position: relative;
    width: auto;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard.vertical > .content
{
    display: inline;
    float: left;
    margin: 0 2.5% 0.5em 2.5%;
    width: 65%;
}

.wizard > .content > .body
{
    float: left;
    position: relative;
    width: 100%;
    padding: 15px;
    border: 0px;
    background-color: #E4E4E4;
    margin: 0 0px;
}

.wizard > .content > .body ul
{
    list-style: disc !important;
}

.wizard > .content > .body ul > li
{
    display: list-item;
}

.wizard > .content > .body > iframe
{
    border: 0 none;
    width: 100%;
    height: 100%;
}

.wizard > .content > .body input
{
    display: block;
}

.wizard > .content > .body input[type="checkbox"]
{
    display: inline-block;
}

.wizard > .content > .body input.error
{
    background: rgb(251, 227, 228);
    border: 1px solid #fbc2c4;
    color: #8a1f11;
}

.wizard > .content > .body label
{
    display: inline-block;
    margin-bottom: 0.5em;
    float: left;
    text-align: left;
    font-weight: 500;
}

.wizard > .content > .body label.error
{
    color: #8a1f11;
    display: inline-block;
    margin-left: 1.5em;
}

.wizard > .actions
{
    position: relative;
    display: block;
    text-align: right;
    width: 100%;
}

.wizard.vertical > .actions
{
    display: inline;
    float: right;
    margin: 0 2.5%;
    width: 95%;
}

.wizard > .actions > ul
{
    display: inline-block;
    text-align: right;
}

.wizard > .actions > ul > li
{
    margin: 0 0.5em;
}

.wizard.vertical > .actions > ul > li
{
    margin: 0 0 0 1em;
}

.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active
{
    background: #EBB700;
    color: #fff;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active
{
    background: #eee;
    color: #aaa;
}

.wizard > .loading
{
}

.wizard > .loading .spinner
{
}
#wizardTrip li, #wizardNoti li{
  min-width: 110px;
  width: 20%;
  height:75px;
}
#wizardTrip li a, #wizardNoti li a{
  padding:  10px;
}


/*
    Tabcontrol
*/

.tabcontrol > .steps
{
    position: relative;
    display: block;
    width: 100%;
}

.tabcontrol > .steps > ul
{
    position: relative;
    margin: 6px 0 0 0;
    top: 1px;
    z-index: 1;
}

.tabcontrol > .steps > ul > li
{
    float: left;
    margin: 5px 2px 0 0;
    padding: 1px;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tabcontrol > .steps > ul > li:hover
{
    background: #edecec;
    border: 1px solid #bbb;
    padding: 0;
}

.tabcontrol > .steps > ul > li.current
{
    background: #fff;
    border: 1px solid #bbb;
    border-bottom: 0 none;
    padding: 0 0 1px 0;
    margin-top: 0;
}

.tabcontrol > .steps > ul > li > a
{
    color: #EBB700;
    display: inline-block;
    border: 0 none;
    margin: 0;
    padding: 10px 30px;
    text-decoration: none;
}

.tabcontrol > .steps > ul > li > a:hover
{
    text-decoration: none;
}

.tabcontrol > .steps > ul > li.current > a
{
    padding: 15px 30px 10px 30px;
}

.tabcontrol > .content
{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 35em;
    overflow: hidden;
    border-top: 1px solid #bbb;
    padding-top: 20px;
}

.tabcontrol > .content > .body
{
    float: left;
    position: absolute;
    width: 95%;
    height: 95%;
    padding: 2.5%;
}

.tabcontrol > .content > .body ul
{
    list-style: disc !important;
}

.tabcontrol > .content > .body ul > li
{
    display: list-item;
}
#wizardTrip li a *, #wizardNoti li a * {
	font-size: 01.3em !important;;
}/*! normalize.css v1.1.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    background: #E4E4E4; /* 1 */
    color: #000; /* 2 */
    font-size: 100%; /* 3 */
    -webkit-text-size-adjust: 100%; /* 4 */
    -ms-text-size-adjust: 100%; /* 4 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.cc-cookies { position:fixed; width: 100%; height: auto; left: 0; top: 0; padding: 1.0em 5%; background: #565656; background: rgba(86,86,86,0.95); color: #fff; font-size: 15px; font-weight: normal; text-shadow: 0 -1px 0 rgba(0,0,0,0.35); z-index: 99999; text-align: center; color: #fff; }
.cc-cookies a, .cc-cookies a:hover { color: #fff; text-decoration: underline; }
.cc-cookies a:hover { text-decoration: none; }
.cc-overlay { height: 100%; padding-top: 25%; }
.cc-cookies-error { float: left; width: 100%; height: 10%; text-align: center; margin: 1em 0 2em 0; background: #fff; padding: 2em 5%; border: 1px solid #ccc; font-size: 18px; color: #333; }
.cc-cookies a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset { display: inline-block; color: #000; text-decoration: none; background: #fff; padding: 0.2em 1.0em; border-radius: 3px; box-shadow: 0 0 2px rgba(0,0,0,0.25); text-shadow: 0 -1px 0 rgba(0,0,0,0.35); -o-transition: background 0.5s ease-in; -webkit-transition: background 0.25s ease-in; -moz-transition: background 0.25s ease-in; }
.cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline { background: #af3b3b; margin-left: 0.5em; }
.cc-cookies a.cc-cookie-reset { background: #f15b00; }
.cc-cookies a:hover.cc-cookie-accept, .cc-cookies-error a:hover.cc-cookie-accept, .cc-cookies a:hover.cc-cookie-decline, .cc-cookies-error a:hover.cc-cookie-decline, .cc-cookies a:hover.cc-cookie-reset  {  -o-transition: background 0.5s ease-in; -webkit-transition: background 0.25s ease-in; -moz-transition: background 0.25s ease-in; }
.cc-cookies-error a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-decline { display: block; margin-top: 1em; }
.cc-cookies.cc-discreet { width: auto; padding: 0.5em 1em; left: auto; top: 25px; }
.cc-cookies.cc-discreet a.cc-cookie-reset { background: none; text-shadow: none; padding: 0; text-decoration: underline; }
.cc-cookies.cc-discreet a:hover.cc-cookie-reset { text-decoration: none; }

@media screen and (max-width: 768px) {
.cc-cookies a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset { display: block; margin: 1em 0; }
}

@media screen and (max-width: 480px) {
.cc-cookies { position: relative; float: left; }
}