
#header div.section, #featured div.section, #messages div.section, #main, #triptych, #footer-columns, #footer {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

#header {
 width: 99%;
}

.data-label-inline {
	float: left;
	font-weight: bold;
	margin-left: 40px;
}

.resume-data {
	font-family: Roboto, Helvetica, 'Lucida Console', Verdana;
    font-size: 14px;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
	border-color: white;
}

table.dataTable tfoot  th {
	color: #fff;
	text-align: left;
	padding: 8px 10px;
}

legend {
	font-size: 15px;
}

fieldset {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #cccccc;
    border-radius: 4px;
    margin-bottom: 32px;
    margin-top: 10px;
    padding: 0 0 10px;
    position: relative;
    top: 12px;
}
.fieldset-wrapper {
    margin-top: 25px;
}

.menu-button {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff url("../images/buttons.png") repeat-x scroll 0 0;
    border-color: #e4e4e4 #d2d2d2 #b4b4b4;
    border-image: none;
    border-radius: 15px;
    border-style: solid;
    border-width: 1px;
    color: #3a3a3a;
    cursor: pointer;
    font-size: 1em;
    font-weight: normal;
    margin: 1px;
    padding: 0px;
    text-align: center;
  	color: #5a5a5a;
    text-decoration: none;    
    line-height: 1.42857;
    min-width: 90px;
}

.menu-button button {
	background: #fff url("../images/buttons.png") repeat-x scroll 0 0;
	border:none;
  	color: #5a5a5a;
    cursor: pointer;
    margin: 1px;
    padding: 2px 5px;    
    font-size: 1em;
    font-weight: normal;
   	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
   }
  
.region-content ul, .region-content ol {
    margin: 0px;
    padding: 0px;
}   

body, body.overlay {
    color: #606060;
}

table.dataTable tbody th, table.dataTable tbody td {
	font-family: arial;
	vertical-align: middle;
	padding: 8px 10px;
}

.region-help {
    border: 1px solid #d3d7d9;
    margin-bottom: 30px;
    padding: 0 1.5em;
}
.content {
    margin-top: 10px;
}
h1#page-title {
	color: #000;
    font-size: 2em;
    line-height: 1;
}
#content h2 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 2px;
    font-weight: 300;
    font-family: Roboto,sans-serif;
}
.node .content {
    font-size: 1.071em;
}
#content h4 {
    font-size: 14px;
    font-weight: 400;
}


.table-responsive {
	overflow-x: visible;
}

.table > thead > tr > th {
    border-bottom: none;
}


.region-header {
	float: left;
}

.with-secondary-menu .region-header {
  margin-top: 10px;
  margin-left: 100px;
}

#secondary-menu {
  width: 200px;
}

.dataTables_wrapper .dataTables_processing {
     background: url("../images/loading.gif") no-repeat scroll 50% 0;
    font-size: 1.2em;
    height: 240px;
    left: 50%;
    margin-left: -50%;
    margin-top: 29px;
    padding-top: 20px;
    position: absolute;
    text-align: center;
    top: 50%;
    color: transparent;
    width: 100%;
}

.crude-Veraz-data pre  {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	text-align: left;
}

.progress{
    margin:0;
}

.progress-bar{
    color: #898989; !important;
}