.weg_logo {
	height: 50px;
    float: right;
    position: relative;
    margin-bottom: -20px;
}

form.with_logo fieldset {
	clear: both;
}

.big-icon {
    border-radius: 50px;
    color: #1e1e1e;
    display: block;
    height: 100px;
    margin: 0 auto 20px;
    text-align: center;
    width: 100px;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
}

.bg {
    background-color: #f2f2f2;
}

.big-icon i:before {
    font-size: 50px;
    line-height: 100px;
}

.custom_thumbnail {
	margin-bottom: 30px;
}

body {
    padding-top: 70px;
    padding-bottom: 70px;
  }

#customUploadElements {
	padding-top: 20px;
	border-top: 1px dashed gray;
}

@media(max-width:767px){
	
	.nav .navbar-login {
		width: 100%;
	}
	
	#navbarCollapse {
		border-bottom: 1px solid black;
		-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    	box-shadow: 0 6px 12px rgba(0,0,0,.175);
    	background-clip: padding-box;
	}
	
	.btn-group, .btn-group-vertical {
	width: 100% !important;}
	
    .affix {
        position: relative !important;
        top: 0px !important;
    }

	.jsgrid-pager-container {
	    height: 60px !important;
	}
	

	div#affix button, div#affix input {
	margin: 2.5px 0px;
		width: 100%;
		display: block;
	}
	
	div.btn-group .btn{
		border-radius: 4px !important;
	    border-top-left-radius: 4px !important;
	    border-top-right-radius: 4px !important;
	    border-bottom-right-radius: 4px !important;
	    border-bottom-left-radius: 4px !important;
	}
		
	fieldset.centered_dialog {
		min-width: 290px;
		width: calc(100% - 4px);
		padding: 0px;
		margin: 0px 2px 0px 2px;
	}
	.jumbotron {
		margin-left: 5px !important;
		margin-right: 5px !important;
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	
	.row section.col-md-4{
	padding: 0px !important;
	}
	
	.row {
	margin: 0px;}
	
}

@media(min-width: 768px) {
	
	td .form-control {
	margin: 0px !important;}
	
	.affix {
	    z-index: 500;
	    position: fixed;
	    top: 45px;
	    text-align: center;
	    margin: 0px auto;
	    left: 0;
	    padding: 5px;
	    right: 0;
	    background: white;
	    border-bottom: 1px solid gray;
	}
}

span.underline {
	text-decoration: underline;
	cursor: pointer;
}

input[type=checkbox] {
	border: none;
}

a img {
	border: none;
}

input[readonly=readonly] {
	background: #EEE;
}

.dataTables_paginate span {
	line-height: inherit !important;
}


.inner_wrapper {
	margin: 60px 20px 0px 20px;
	height: 100%;
}

header img {
	width: 120px;
	display: inline;
	vertical-align: middle;
}

#login_status {
	vertical-align: top;
	display: inline-block;
	font-size: 15px;
}

div#languages {
	text-align: right;
	height: 100%;
}

div#languages a {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
}

div#left_header {
	float: left;
	height: 100%;
	line-height: 50px;
	vertical-align: bottom;
}

table.grid {
	width: 100%;
}

.align-right {
	text-align: right;
	padding-right: 10px;
}

.align-left {
	text-align: left;
}

div.asyncDialog {
	text-align: center;
	padding-bottom: 20px;
}

#logout span{
	padding-left: 15px;
}

iframe#blockrandom {
	border: none;
	width: 970px;
	height: 691px;
	margin-left: 25px;
}

/* management */

table#info_fields {
	width: 100%;
	height: 100%;
	margin: 20px auto;
}

#upload {
	width: 50%;
	margin: 80px auto;
	padding-top: 40px;	
}

#upload form{
	padding-left: 80px;
}

label.uploadFile {
	height: 3em;
	width: 14em;
	overflow: hidden;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	background: #0276b1;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

label.uploadFile:HOVER {
	background: #1b69a7; 
}

label.uploadFile span {
	display: inline-block;
	padding-top: .40em;
	font: normal 1.5em arial,sans-serif;
}

label.uploadFile input {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	font-size: 70px;
	opacity: 0;
	filter: alpha(opacity=0);
}

span.filename {
	vertical-align: middle;
	padding: 7px 11px;
	font-weight: bold;
	font-size: 16px;
	color: #888;
	background: #f8f8f8;
	margin-left: 20px;
	border: 2px solid #ddd;
}
fieldset {
	display:block;
    margin: 0 0 30px;
	border-radius: 5px;
	border-width: 1px;
}

div#content a.underline {
	text-decoration: underline;
}

div#content .datatable.display.dataTable tbody a {
	text-decoration: underline;
}

div#content a, div#content a:visited, div#content a:active{
	color: #000;
	text-decoration: none;
}

span.err_msg, span.notif_msg {
	font-weight: 300;
	padding-top: 10px;
}

#jsGrid {
	font-size: 13px;

}

tr.jsgrid-row td, tr.jsgrid-alt-row td {
	overflow: hidden;
}

input.error, select.error {
	border: 1px solid red;
}
label.error {
	display: block;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  min-width: 360px;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

div.center {
	text-align: center;
	margin-top: 20px;
}

.center {
	text-align: center;
}

ul {
	list-style-type: none;
}

.custom_thumbnail ul {
	padding: 0px !important;
	margin-left: 0px;
}

.jumbotron {
	margin-top: 5em;
	margin-left: 2em;
	margin-right: 2em;
	padding: 30px;
}

tr.accordion-toggle {
	cursor: pointer;
}

#databaseUploadOptions {
	display: inline-block;
	padding-bottom: 10px;
}

#databaseUploadOptions a {
	margin: 5px;
}

.footer {
  position: absolute;
  min-width: 360px;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #00579d;
}

.footer span {
	color: #fff;
}

div.checkbox {
	padding-top: 15px;
}

input[type=checkbox], input[type=radio] {
    margin-top: 3px; 
}

.icon-size {
    font-size: 87px;
}

.navbar-login {
    width: 305px;
	padding: 10px 10px 0px;
}
#nav_account_div {
	background-color: #fff;
}

ul.dropdown-menu.inner {
	overflow-x: hidden;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
	padding-right: 15px !important;
}

#share-warning-alert, #share-danger-alert {
	display: none;
}

.notifyjs-bootstrap-success {
	background-image: none !important;
	padding: 30px !important;
	font-weight: normal !important;
}

#contactsTable {
	margin: 0px auto;
}
#responsive_contactsTable {
	max-width: 700px;
	margin: 0px auto;
}
#contactsTable td {
	vertical-align: middle;
}

table tbody tr.gray_item {
	background-color: #eee;

}

.btn-red {
color: red !important
}

.right {
float: right;
}

table tbody tr.group {
	border-top: 2px solid;
}


table tbody tr.root {
	border-top: 2px solid;
}

table tbody tr.group th, table tbody tr.root th{
	padding-left: 10px !important;
}

table tbody tr.clean th {
	padding-left: 10px !important;
}

table tbody tr.clean {
	border-top: 1px solid;
	background-color: white !important;
}

table tbody tr th{
	padding-left: 30px !important;
}

p span.error {
	font-style: italic;
	font-size: smaller;
}

#bom_overview td.error {
	color: #f04124;
}

#bom_overview th, #bom_overview td {
    vertical-align: middle;
}

#partlist_details td:first-child {
	width: 150px;
}

#partlist_details td {
	font-size: 14px;
}

span.error {
	color: red;
}

.table>thead>tr>th {
	border-bottom: 0px;
}

.nameplateTable td {
	padding: 10px;
}

.nameplateTable {
	margin: 0px auto;
}

#bottomData {
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border-collapse: separate !important;

}

#nameplateForm .bootstrap-select .dropdown-toggle {
	background-color: white;
}

.has-success select, .has-success button.dropdown-toggle {
	border-color: #31c129;
}

.select-company.has-success > button {
	border-color: #31c129;
}

.open_alert {
    background-color: #f08475 !important
}