@import url("twoPanels/twoPanels.css");


.navBrowserSingleButton {
	position: absolute !important;
	cursor: pointer;
	bottom: calc(50% - 37px);
	right:-45px;

}

.navBrowserSingleButton i{
	color:#1186D3;
	font-size: 50px;
	width: 75px;
	height: 80px;
	line-height: 80px;
	display: block;
	padding-left: 0px;	
	box-shadow: 2px 2px 8px -2px #414141;
	border-radius: 38px;
	background-color: #FFF;
}

.navBrowserButton{
	position: absolute !important;
	right: calc(50% - 60px);
	bottom:13px;
	display: flex;
	background-color: #FFF;
	box-shadow: 2px 2px 8px -2px #414141;
	padding: 5px 8px;
	border-radius: 35px;
	display: none;
}

.navBrowserButton i{
	width: 50px;
	height: 40px;
	/*background-color: red;*/
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	/*box-shadow: 0px 0px 10px -2px #3A3A3A;	*/
	color:#1186D3;;	
	
}

.navBrowserButton .previus{
	padding-right:20px; 
	padding-left:5px; 
	/*margin-right: 25px;*/
}

.navBrowserButton .forward{
	padding-left:20px;
	padding-right:5px; 
}

.read-input-data h2{
	color: #006185;
	font-size: 16px;
	font-weight: 500;
	padding-bottom: 5px;
}

.read-input-data {
	margin-top: 15px;
	color: #000;
	font-size: 17px;
	margin-bottom: 25px;
}

addBlueButton{
	margin: auto;
    font-family: "OArpIcon";
    font-size: 50px;
    width: 60px;
    height: 60px;
    text-align: center;
    color: #FFF;
    background-color: #1AA0E2;
    border-radius: 30px;
    box-shadow: 0px 2px 4px -1px #3a3a3a;
    line-height: 60px;
    cursor: pointer;
    margin-bottom: 30px;
    display: block;
}

addBlueButton:hover{
	opacity: 0.8;
}

addBlueButton:active{
	box-shadow: inset 0 0 10px #000000;
}


/*{
	width: 45px;
	height: 45px;
	border-radius: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: calc(50% - 25px);
	z-index: 99;
	background-color: #FFF;
	cursor: pointer;
	left: -200px;
	box-shadow: 0px 0px 10px -2px #3A3A3A;	
	color:#1186D3;;	
}*/