/*modal*/

.hint {
	font-size: small;
	font-style: italic;
}

modal {
	display: none;
}

select {
	margin: 0;
}

.modal {
    
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1000;
        overflow: auto;
    }
    
.modal-body {
            padding: 20px;
            background: #fff;
            margin: 40px;
}

.modal-background {
        /* modal background fixed across whole screen */
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
 
        /* semi-transparent black  */
        background-color: #000;
        opacity: 0.75;
         
        /* z-index must be below .modal and above everything else  */
        z-index: 900;
}


/*responsive table*/
.tableContainer {
	overflow-x:auto;
}

input[type="file"]{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
} 

.upload-field {
    position: relative;
    cursor: pointer;
    width: 100%;
    height: 2.4375rem;
    line-height: 1.5;
    padding: .3rem;
    border: 1px solid #cacaca;
    border-radius: 0;
}

#icon-folder {
    height: 30px;
    width: 30px;
    background-size: cover;
    border: none;
    float: right;
}

/*loading spinner*/
.loading-bar:nth-child(1) {
	animation-delay: 0s;
}

.loading-bar:nth-child(2) {
	animation-delay: 0.09s;
}

.loading-bar:nth-child(3) {
	animation-delay: .18s;
}

.loading-bar:nth-child(4) {
	animation-delay: .27s;
}

.loading {
	position: absolute;
	top: 45%;
	left: 45%;
}

@keyframes loading {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1, 1.8);
  }
  40% {
    transform: scale(1);
  }
}


/*loading spinner overlay*/
#loading-overlay {
	position: fixed; /* Sit on top of the page content */
	width: 100%; /* Full width (cover the whole page) */
	height: 100%; /* Full height (cover the whole page) */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.8);
	/* Black background with opacity */
	z-index: 4000;
	/* Specify a stack order in case you're using a different order for other elements */
	cursor: pointer; /* Add a pointer on hover */
}

label.fileUpload {
	cursor: pointer;
	background-color: #009c9d;
	padding: 0.8rem;
	color: #FFF;
}

.fileUploadPanel div {
	float: left;
	padding-left: 30px;
}

.fileSearch {
	opacity: 0;
	position: absolute;
	z-index: -1;
}

.keycode {
	width: 75px;
	float: left;
	margin-right: 5px;
}

h1, h2, h3, h4 {
	margin-bottom: 30px;
}

.panel {
	border: 1px solid #e6e6e6;
	padding: 10px;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
	/* display: none; <- Crashes Chrome on hover */
	-webkit-appearance: none;
	margin: 0;
	/* <-- Apparently some margin are still there even though it's hidden */
}

input[type='number'] {
	-moz-appearance: textfield;
}

.checkbox-panel {
	border: 1px solid #e6e6e6;
	padding: 10px;
}

.checkbox-panel div {
	float: left;
	margin-right: 10px;
}

.table-btn {
	width: 20px;
	cursor: pointer;
}

.table-ctrls {
	width: 70px;
}

.table-data-ctrls {
	width: 70px;
}

button:disabled {
	cursor: not-allowed;
}

table tbody tr td {
	align: center;
}

.top-gap {
	margin-top: 20px;
}

.bottom-gap {
	margin-bottom: 20px;
}

.large-top-gap {
	margin-top: 40px;
}

.huge-top-gap {
	margin-top: 100px;
}

.large-bottom-gap {
	margin-bottom: 50px;
}

.huge-bottom-gap {
	margin-bottom: 100px;
}

.errorMsg {
	color: red;
}

.menu.dropdown>li.is-dropdown-submenu-parent>a::after {
	border-color: #c3c3c3 transparent transparent;
}

.button-panel {
	display: inline;
	margin: 5px;
}

.default-offset-top {
	margin-top: 30px;
}

button {
	cursor: pointer;
	padding: 1rem 1.5rem 1rem;
	color: #FFF;
	/*background-color: #6E6E6E;
	background-color: #444;*/
}

.menu-icon {
	background-color: transparent;
	padding: 0;
}

.menu-icon:hover {
	background-color: transparent;
}

.row {
	max-width: 100%;
}

/*spaces of basic elements*/
#logo {
	margin-bottom: 20px;
}

#main-content {
	padding: 40px 0px 40px 0px;
	min-height: 70vh;
}

#footerTop {
	padding: 40px 0px 10px 0px;
	background-color: #dadada;
	font-size: .875rem;
}

#footerBottom a:hover {
	color: #aaa9a9;
	cursor: pointer;
}

#footerBottom a {
	color: #c3c3c3;
	font-weight: 700;
	line-height: inherit;
	text-decoration: none;
	font-size: .65rem;
	text-align: center;
}

#footer-logo {
	margin-bottom: 40px;
}

#footerBottom ul li {
	float: left;
	padding: 0 15px;
	line-height: 1em;
}

#footerBottom ul li+li {
	border-left: 1px solid #c3c3c3;
}

#footerBottom ul {
	list-style-type: none;
}

#footerBottom {
	margin: 20px 0;
}

.footer-row {
	display: flex;
    align-items: center;
    justify-content: center;
}

body {
	background: #fff;
	color: #444;
	cursor: auto;
	font-family: FrutigerLT, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 200;
	font-size: 1rem;
	margin: 0;
	padding: 0;
	line-height: 1.5;
}

.sticky {
	width: 100%;
}

#header {
	background-color: white;
}

#top-bar a {
	color: #c3c3c3;
	font-weight: 700;
	text-decoration: none;
	font-size: .75rem;
}

.companylogo img {
	max-width: 240px;
	height: auto;
}

/*menu styles*/
#main-menu-swc .menu a {
	padding: 1.2rem 1rem 0.8rem 1rem;
}

#main-nav-menu a {
	text-decoration: none;
	font-size: 1rem;
	font-weight: 400;
}

.title-bar, #main-nav-menu {
	height: 50px;
	line-height: 50px;
}

/*software center description*/
#swcDescription div {
	margin: 10px 0px 10px 0px;
}

.icon-desc {
	padding-top: 10px;
}

.icon-col {
	min-width: 60px;
}

/*bosch header
#boschHeader {
	width: 100%;
	max-height: 15px;
	height: auto;
} */

/*mobile styles*/
@media only screen and (max-width: 40em) {
	#sticky-nav {
		display: none;
	}
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	#main-nav-menu a {
		text-decoration: none;
		font-size: 0.8rem;
		font-weight: 400;
	}
}

.dash {
	display: inline;
}

.serial-num {
	width: 75px;
	float: left;
	margin-right: 10px;
}

.code-blocks {
	display: flex;
	flex-flow: wrap;
	width: 100%;
}

.info-image-links {
	display: flex;
	flex-direction: column;
	padding: 0 20px;
}

.modal-overlay {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.5);
	height: 100vh;
	width: 100vw;
	z-index: 10;
}

.image-modal {
	width: 40%;
	background-color: white;
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.sample-image {
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn-close {
	display: flex;
	justify-content: end;
	width: 100%;
}

.image-link {
	margin-bottom: 2vh;
	transition: transform .2s;
}

.image-link:hover {
	transform: scale(1.01);
	color: rgb(0, 91, 138);
}

.helper-image {
	height: 45vh;
	width: 40vw;
}

.data-license-main-content, .keycode-main-content {
	border-right: 1px solid #e9e2e2;
}

@media only screen and (max-width: 60em) {
	.image-modal {
		width: 80%;
	}

	.helper-image {
		height: 45vh;
		width: 80vw;
	}

	.info-image-links {
		padding: 0;
	}

	.data-license-main-content, .keycode-main-content {
		border: none;
	}
}

.device-history-main-heading {
	margin-bottom: 1vh;
}

.device-history-serial-number-header {
	margin: 2vh 0;
}
.fa-refresh {
	margin-left: 10px;
}
.dealer-selection-area {
	display: flex;
	align-items: center;
}
.align-left{
	margin: 0 0 1rem -0.85rem;
}