
/* 
INDEX
*/

body {
	color: #838282;
	background-color: #fff;
	overflow-x: hidden !important;
}

#odb_index__overlay {
	position: absolute; 
 	background-image: url('../images/body.jpg');
 	background-repeat: repeat-x;
	z-index: 10;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-webkit-filter: blur(0px);
}

#odb_index__grid_container {
	display: grid;
	grid-template-columns: repeat(auto-fill, 550px);
	column-gap: 40px;
	padding-left: 60px;
	padding-right: 60px;
}
#odb_index__grid_container > div {
	padding-bottom: 20px;
}
	
#odb_index__grid_logo {
	min-height: 300px;
}

#odb_index__grid_txt {
	margin-top: -10px;
	grid-column-start: 3; 
  	grid-column-end: -1; 
}
#odb_index__grid_txt  > div {
	margin-top: 40px;
	margin-right: 50px;
	text-align: right;
	white-space: nowrap; 
}
#odb_index__grid_txt  > div > h1 {
	font-family: sans-serif;
	color: #fff;
	font-size: 38px;
	line-height: 50px;
	text-transform: uppercase;
}
#odb_index__grid_txt  > div > h1 > txt1 {
	color: #1A99CE;	
}

#odb_index__img_odb_logo {
	margin-top: 55px;
	margin-left: 30px;
}

#odb_index__customer_logo {
	margin-top: 50px;
	margin-left: 10px;
	height: 150px;
	width: 500px;
	border: 3px solid rgba(46,179,239, 0.6);
	background-color: #fff;
	//box-shadow: 0 0 0 10px rgba(10,10,10,0.05);
	-webkit-border-radius: 8px; 
	border-radius: 8px;
}
#odb_index__customer_logo  > img {
	position: relative;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
#odb_index__customer_logo  > div {
	position: relative;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	margin-left: 20px;
	font-family: sans-serif;
	font-size: 24px;
	color: #000;
}

#odb_index__download_button {
	width: 280px;
	height: 45px;
	line-height: 45px;
	margin-top: -15px;
	color: #fff;
	font-family: 'Cabin', sans-serif;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 3px; 
	border-radius: 3px;
	float: right;
	background-color: #37c6f5;
}

@media only screen and (max-width: 1800px) {
	#odb_index__grid_container {
		margin-top: 30px;
		padding-left: 50px;
		padding-right: 50px;	
	}
	#odb_index__grid_txt {
		grid-area: 2 / 2;
		margin-top: -30px;
	}
	#odb_index__grid_txt  > div {
		margin-top: 20px;		
	}
}

@media only screen and (max-width: 1165px) {
	#odb_index__grid_txt {
		margin-top: 0px;
		grid-area: 120 / 1;
	}
	#odb_index__grid_txt  > div > h1 {
		color: #606060;
	}
	#odb_index__customer_logo {
		margin-top: 0;				
	}
	#odb_index__grid_container {
		margin-top: 0px;
		padding-left: 5px;
		padding-right: 5px;	
	}
	#odb_index__grid_logo {
		margin-top: -50px;
	}
	#odb_index__grid_logo {
		min-height: 50px;
	}
	#odb_index__grid_txt  > div {
		text-align: left;	
		margin-left: 10px;	
	}
	#odb_index__download_button {
		float: left;
	}
}


/* 
PLUGIN
*/

#odb_plugin__main {
	border: 2px dashed rgba(103,199,240, 0.6);
    box-shadow: 0 0 0 10px rgba(255,255,255,0.20);
	background-color: #8B8B8B; 
	background-color: rgba(255,255,255, 0.55);
	-webkit-border-radius: 8px; 
	border-radius: 8px;
	font-family: 'Open Sans', sans-serif;
 	color: #303030;	
	font-size: 14px;
}

.odb_plugin__menu_show {
	display: block; 
	position: absolute; 
	z-index: 5; 
	margin-top: 3px;
	position: absolute;
	font-size: 28px;
	color: #3097D4;
	text-align: right;
	cursor: pointer;
}

.odb_plugin__menu {
	display: none;
	position: absolute;
	z-index: 5; 
	margin-top: -3px; 
	font-family: Verdana, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	width: 100px;
	background-color: rgba(47,151,212, 0.65);
	color: #fff;
	text-align: right;
	-webkit-border-radius: 0px 8px 8px 0px;
	border-radius: 0px 8px 8px 0px;
}
.odb_plugin__menu > div {
	padding: 3px; 
	cursor: pointer; 
	margin-right: 10px;
	margin-top: 3px;
}

.odb_plugin__upload {
	display: block; 
	position: absolute; 
	z-index: 3;
	opacity: 1;
}
.odb_plugin__upload > hr {
	border: 1px solid #2F97D4;
	margin-left: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
}
.odb_plugin__upload > li {
	list-style-type: none;
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
}
.odb_plugin__upload > li > a {
	text-align: left;
	color: #5B7182;
}

.odb_plugin__upload_head {
	list-style-type:none;
	font-size: 16px;
	color: #3097D4;
    font-weight: bold;
	text-align: left;
	margin-left: 20px;
	margin-top: 8px;
}

.odb_plugin__upload_info {
	#text-shadow: 1px 1px #949494;
	white-space: nowrap; 
	overflow-x: hidden;
}

.odb_plugin__upload_input {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	z-index: -10;
}
.odb_plugin__upload_input + label {
	display: inline-block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	margin-top: 20px;
	color: #fff;
	text-shadow: 0px 0px #949494;
	font-size: 14px;
	text-align: center;
	-webkit-border-radius: 8px; 
	border-radius: 8px;
    	background-color: #31B0E6;
}

.odb_plugin__upload_input:focus + label,
.odb_plugin__upload_input + label:hover {
	color: #fff;
	cursor: pointer;
}

.odb_plugin__logo {
	display: block; 
	position: absolute; 
	z-index: 2; 
	opacity: 0.3;
}
.odb_plugin__logo > img {
	position: absolute; 
	width: 30%;
	bottom: 0; 
	left: 50%; 
	transform: translate(-50%,0); 
}

.odb_plugin__load {
	display: none; 
	position: relative; 
	z-index: 4;
	top: 45px;
}

.odb_plugin__load_txt {
	position: absolute; 
	color: #000;
	display: flex;
	font-size: 12px;
	justify-content: center;
	align-items: center;
}

.odb_plugin__load_boxes {
	width: 80px;
	height: 80px;
	left: 50%;
	transform: translate(-50%,0) rotate(45deg) translate3d(0, 0, 0);
	animation: odb_plugin__boxes_loader 1.2s infinite ease-in-out;
}
.odb_plugin__load_boxes div {
	position: absolute;
	width: 35px;
	height: 35px;
	animation: loaderBlock 1.2s infinite ease-in-out both;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid #1A99CE;
}
@keyframes odb_plugin__boxes_loader {
	0%, 10%, 100% {width: 80px;height: 80px;}
	65% {width: 100px;height: 100px;}
}
@keyframes loaderBlock {
	0%, 30% {transform: rotate(0);}
	100% {transform: rotate(90deg);}
}
@keyframes loaderBlockInverse {
	0%, 20% {transform: rotate(0);}
	100% {transform: rotate(-90deg);}
}
.odb_plugin__load_boxes div:nth-child(1) {
	top: -1px;
	left: -1px;
}
.odb_plugin__load_boxes div:nth-child(2) {
	top: -1px;
	right: -1px;
	animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}
.odb_plugin__load_boxes div:nth-child(3) {
	bottom: -1px;
	left: -1px;
	animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}
.odb_plugin__load_boxes div:nth-child(4) {
	bottom: -1px;
	right: -1px;
}

.odb_plugin__progressbar {
	border: 2px solid #67C8F0!important;
	-webkit-border-radius: 5px; 
	border-radius: 5px;
	padding: 2px;
}
.odb_plugin__progressbar > div {
	background-color: #3097D4!important; 
	-webkit-border-radius: 2px; 
	border-radius: 2px;
	height: 14px;
	width: 0%;
}

.odb_plugin__link_button {
	display: inline-block;
	width: 140px;
	height: 40px;
	line-height: 40px;
	margin: 10px;
	margin-top: 15px;
	color: #fff;
	font-family: 'Cabin', sans-serif;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 8px; 
	border-radius: 8px;
    	background-color: #31B0E6;
}

/* 
POPUP
*/

.odb_popup__box {
	position: absolute;
	display: none;
	background-color: #8B8B8B; /* Fallback color */
	background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
	color: white;
	border: 4px solid rgba(46,179,239, 0.6);
	//box-shadow: 0 0 0 10px rgba(10,10,10, 0.05);
	-webkit-border-radius: 12px; 
	border-radius: 12px;
	font-weight: bold;
	top: 50%;
	left: 50%;
	width: 80%;
	height: 80%;
	transform: translate(-50%, -50%);
	z-index: 12;
	padding: 20px;
	text-align: center;
}
.odb_popup__box > div > h1 {
	font-family: sans-serif;
	color: #fff;
	font-size: 50px;
	line-height: 60px;
	text-transform: uppercase;
}
.odb_popup__box > div > div > h2 {
	font-family: sans-serif;
	color: #fff;
	font-size: 40px;
	line-height: 40px;
}
.odb_popup__box > div > div > h3 {
	font-family: sans-serif;
	color: #fff;
	font-size: 30px;
	line-height: 30px;
}
.odb_popup__box > div > div > li {
	list-style-type: none;
	margin-left: 25px;
	margin-right: 25px;
	font-family: sans-serif;
	color: #fff;
	font-size: 30px;
	line-height: 40px;
	text-align: left;
}
.odb_popup__box > div > hr {
	border: 1.5px solid #2F97D4;
	margin-left: 10px;
	margin-right: 10px;
}

.odb_popup__scroll {
	//border: 1px solid red;
	position: relative;	
	height: 435px;
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-width: none;
}
.odb_popup__scroll::-webkit-scrollbar {
  width: 0px;
  height: 8px;
  background-color: #aaa;
}
.odb_popup__scroll::-webkit-scrollbar-thumb {
    background: #000; 
}

.odb_popup__close { 
	position: absolute;
	margin-top: -20px;
	margin-left: -50px;
	width: 100%;
	transform: translate(+50%, 0);
	font-size: 55px;
	color: #fff;
}

form#odb_popup__pin input[type=password]{
    height: 90px;
    width: 80px;
    text-align: center;
    font-size: 35px;
    border: 1px solid #000;
}

@keyframes shake {
	10%, 90% { transform: translate3d(-50.1%, -50%, 0); }
	20%, 80% { transform: translate3d(-50.2%, -50%, 0); }
	30%, 50%, 70% { transform: translate3d(-49.8%, -50%, 0); }
	40%, 60% { transform: translate3d(-50.2%, -50%, 0); }
}

.container {
	//border: 1px solid red;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	animation-delay: 1s;
}
.item-1 {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #2F97D4;
	margin: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.item-1:before {
	content: '';
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #2F97D4;
	opacity: 0.7;
	animation: scale 1.3s infinite cubic-bezier(0, 0, 0.49, 1.02);
	animation-delay: 100ms;
	transition: 0.5s all ease;
	transform: scale(1);
}
.item-2 {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #2F97D4;
	margin: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.item-2:before {
	content: '';
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #2F97D4;
	opacity: 0.7;
	animation: scale 1.3s infinite cubic-bezier(0, 0, 0.49, 1.02);
	animation-delay: 200ms;
	transition: 0.5s all ease;
	transform: scale(1);
}
.item-3 {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #2F97D4;
	margin: 5px;
	display: flex;
	justify-content: center;
  align-items: center;
}
.item-3:before {
	content: '';
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #2F97D4;
	opacity: 0.7;
	animation: scale 1.3s infinite cubic-bezier(0, 0, 0.49, 1.02);
	animation-delay: 300ms;
	transition: 0.5s all ease;
	transform: scale(1);
}
.item-4 {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #2F97D4;
	margin: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.item-4:before {
	content: '';
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #2F97D4;
	opacity: 0.7;
	animation: scale 1.3s infinite cubic-bezier(0, 0, 0.49, 1.02);
	animation-delay: 400ms;
	transition: 0.5s all ease;
	transform: scale(1);
}
@keyframes scale {
	0% { transform: scale(1); }
	50%, 75% { transform: scale(3); }
	78%, 100% { opacity: 0; }
}

.odb_popup__report_grid {
	display: grid;
	grid-template-columns: 260px auto 40px 200px;
	grid-template-areas: "Timestamp Filename . State";
	background-color: rgba(0,0,0, 0.1); 
	-webkit-border-radius: 8px; 
	border-radius: 8px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 5px;
	color: #fff;
}
.odb_popup__report_grid > div {
	//border: 1px solid red;
	font-family: sans-serif;
	font-size: 30px;
	line-height: 50px;
}
.odb_popup__report_grid_Timestamp { 
	grid-area: Timestamp;  
	text-align: left;
	margin-left: 10px;
	color: #2F97D4;
}
.odb_popup__report_grid_Filename { 
	grid-area: Filename; 
	text-align: left;
	white-space: nowrap;	
	overflow-x: hidden;
}
.odb_popup__report_grid_State { 
	grid-area: State; 
	text-align: right;
	margin-right: 20px;
	color: #2F97D4;
}

.odb_popup__div {
	position: absolute; 
	top: 50%; 
	left: 50%; 
	transform: translate(-50%, -50%); 
	width: 95%; 
	text-align: center;
}

.odb_popup__logo {
	margin-top: 30px; 
	margin-left: 30px;
}

.odb_popup__state {
	font-family: sans-serif;
	color: #fff;
	font-size: 20px;
	text-align: right;	
	margin-right: 20px;
	cursor: pointer;
}

@media only screen and (max-height: 1000px) {
	.odb_popup__logo {
		display: none;
	}
}
@media only screen and (max-height: 800px) {
	.odb_popup__scroll {
		height: 220px;
	}
}
