* { /* border:1px solid yellow;
	 */
	direction: rtl;
	text-align:right;
	transition: 0.15s;
	-webkit-transition: 0.15s;
}

html {
	background: url('/images/bg.png');
	background-repeat: no-repeat;
	background-size: cover;}

body {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	border-radius: 16px;
	background-color: transparent !important;
}

iframe{
	display: flex;
	margin:auto;
	height:370px;
	width:455px;
}
#iframeContainer{
	display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 24px;
}
header,#login,#headerImage {
	background: none;
	/*! border-radius: 5px; */
}
#languageSelectorDiv{
	display: flex;
    align-self: center;
}
.langSelBtn{
	padding:10px;
	color:white;
	margin:.25em;
	border-radius: 75%;
	background: #233e81;
	transition: 0.65s ease-out;
}
.langSelBtn:hover{
	transform:scale(1.35);
  background: #88c245;
}
#clientReset{
	background: #233e81;
    color: white;
    position: fixed;
    top: 38px;
    left: 350px;
    padding: 20px;
    font-size: 25px;
    border-radius: 5px;
}
#clientReset:hover{
	box-shadow: 0px 0px 18px 5px grey;
}
.log {
}
#bigLoginScreen{
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	align-items: center;
	padding:25%;
	background:url('../images/logo.png');
	background-repeat: no-repeat;
	background-position: top;
}
#bigLoginScreen .inputButton{
 width:50%;	
}
#bigLoginScreen .loginInput{
	height: 40px;
	text-align: center;
	font-size: 20px;
}
#headerSection {
	margin-top:15px;
	display:flex;
	height: 100px;
	justify-content: space-between;
}

header {
	min-width: 50px;
	padding-bottom: 0px;
}

#headerImage {
    height: 200px;
    margin-top: -30px;
    margin-right: 10px;
}
.footTypesRB{
	visibility: hidden;
}
.footTypesRow{
	display: flex;
	justify-content: center;
}
.footTypes{
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #233e81;
	font-size: 28px;
	text-shadow: 2px 1px 1px #88c245;
}
.infoDivClass{
	width:50%;
}
.question {
	font-size: 18px;
}
.footImages{
	padding: 5px;
}
.image {
	width:275px;
}
.ankleTendencyTable{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.ankleTendencyTable p{
	display: flex;
	flex-direction: column-reverse;
  justify-content: center;
	text-align: center;
}
.photosectioncontainer {
	display:flex;
	justify-content: space-between;
}
.photosCanvas{
	display: flex;
	flex-wrap: nowrap;
}
#camSection{
	display: flex;
	flex-direction: column;
}
.controllers{
	display: flex;
    justify-content: space-evenly;
    flex-direction: column;
}
.legsPositionTable p{
	border:1px solid black;
	text-align: center;
}
.legsPositionTable{
	display: flex;
}
.center{
	display: flex;
	justify-content: center;
	text-align: center;
}

#picSelector{
	display:flex;
	justify-content:space-evenly;
}
.legPosPic{
	display: flex;
	flex-direction: column-reverse;
	/*! align-content: center; */
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 10px;
	padding-bottom: 20px;
	text-align: center;
	/*! align-content: center; */
	/*! text-align: center; */
}
.legPosPic img{
	height:180px;
	width:240px;
	margin: auto;
}
.widedPic{
	width:120px !important;
}
input[type=button],button,#resetButton{
	height: 35px;
	font-size: 22px;
	text-align: center;
	vertical-align: middle;
	background: #233e81;
	color:white;
	box-shadow: 0px 0px 8px #88c245;
}
#login {
	width: 15%;
	padding-top: 1px;
	text-align: center;
	vertical-align: middle;
}

#inline1 {
	background-color: #ffffff;
	padding-top: 10px;
	height: 60px;
	padding-bottom: 10px;
	border-top-left-radius: 0px;
	border-radius: 10px;
	text-align: center;
	vertical-align: middle;
}
#userInfoDiv,#clientSurvey{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-content: space-between;
	box-shadow:0px 0px 5px 0.5px #233e81;
	padding:15px;
	margin:15px;
  font-size:12px;
}
.userHeader{
	margin:5px;
	line-height: 0.5px;
}
.container{
	display: flex;
	flex-direction: column;
}
.clientInfo{
	width:90%;
	align-self: center;
}
.clientInfo:hover{
	transform: scale(1.035);
	box-shadow:0px 0px 1px 2px #88c245;
}
.loginInput {
	width: 90%;
	border-radius: 7px;
	margin: 5px 5px 5px 5px;
	background-color: #bbddff;
	color: green;
}

.loginTxt {
	
}
#canvasPanel{
	display: flex;
	flex-direction:column;
    justify-content: space-around;
}
#canvasPanel canvas{
	width:640px;
}
#status {
	width:300px;
    border: 5px double white;
    font-size: 22px;
    padding: 20px;
    color: #233e81;
    text-shadow: 2px 1px 1px #88C245, 0px 0px 7px #fff;
    margin: 20px;
    align-self: center;
    border-radius: 45px;
}
.quantities{
	width:50px;
}
section {	
	overflow:hidden;
}
#topMenu 
{
	list-style-type: none;
	display: flex;
	/*! justify-content: flex-start; */
	/*! height:100%; */
	margin-left: -40px;
}
#topMenu li a
{
	text-align: center;
	/*! margin:5px; */vertical-align: middle;
	/*! padding: 0px; */
}
#topMenu li
{
	align-content: center;
	padding: 6px;
	/*! border: 1px solid black; */
	border-radius: 5px;
	display: flex;
	justify-content: center;
	margin: 3px;
	font-size: larger;
	flex-wrap: wrap;
	width:150px;
}
#paymentSet{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    font-size: 23px;
}
#paymentSet select,#paymentSet input{
	font-size:20px;
}
#topMenu li:hover
{
	-webkit-transform: scale(1.25);
	transform: scale(1.1);
}

.subMenu
{
	list-style-type: none;
	position:absolute;
	visibility: hidden;
	float:right;
}

aside ul li 
{
	
	margin-top:5px;
	margin-bottom:5px;
}

.loading-sign
{
	
	
}
nav {
	 min-width: 600px; 
	vertical-align: middle;
	/*! background-color: #233e81; */
}

nav a,.link {
	/*! border: 1px solid #bbb; */
	color: black;
	text-decoration: none;
	/*! background-color: white; */	
}
nav a
{
	/*! margin-right: 10px; */
}
nav a:hover
{
}
.link {
}
.sideMenuItem 
{
}

nav li:hover{
	box-shadow: 0px 0px 4px 1px #233e81;
}
nav li:hover, nav a:hover .link:hover { /*box-shadow: 1px 1px 1px #222;*/
	
	transition: 0.20s;
	-webkit-transition: 0.15s;
}

nav a:hover 
{
}

.link:hover
{
}

#accountMenu {
	position: absolute;
	float: right;
}

#userTitle {
	background-color: #ffffff;
	margin: 25px 10px 25px 10px;
	height: 100px;
	text-align: center;
	box-shadow: 2px 0px 3px 3px #eeeeff;
	border-radius: 15px;
}

#mainContentScreen {
	direction: rtl;
	height: 100%;
	padding-left:20px;
	width: 100%;
	min-width:800px;
	clear: both;
	float: right;
	overflow: hidden;
	
}
 #articleMain form {
            text-align: right;
            margin-bottom: 5rem;
        }

 #cashPaymentDiv, #creditCardDiv {
            display: none;
        }

 #cashPaymentDiv {
            text-align: center;
        }

 #payments {
            margin-bottom: 1rem;
        }

 #paymentSet {
            width: 100%;
        }
.modal-content {
            direction: rtl;
        }

.modal-header button {
            padding-bottom: 2rem !important;
        }

.modal-header button,
.modal-footer button {
            box-shadow: none !important;
        }

.modal-footer button {
            border: 1px solid #8080807a;
        }
aside,#mainContainer,#newsSection {
	box-shadow: 0px 0px 19px -6px #233e81;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	margin-top: 26px;
	padding-top: 12px;
}
aside {
	width: 23%;
	min-width:220px;
	float: right;
	margin-left: 1%;
	text-decoration: none;
	position: relative;
	top:0;
	left:0;
}

#mainContainer {
	/*! float: right; */
	text-decoration: inherit;
	/*! width: 70%; */
	min-width:350px;
	text-shadow: #fff 0px 0px 1px;
	margin-left: 10px;
	margin-right: 10px;
}

#articleMain {
	margin:10px;
}

#newsSection {
	float: left;
	width: 15%;
	margin-right: 1%;
}

#infoTable {
	margin-top: 50px;
	margin: auto;
	padding: 120px 5px 10px 5px;
}
#sellersTable{
	width:100%;
	table-layout: fixed;
}
#dataTable,#dataTable td
{
	color:black;	
	table-layout:auto;
	border: 1px solid #dddddd;
	box-shadow: 0px 0px 12px 4px #ddd;
}

#infoTable td {
	box-shadow: 3px 5px 3px 2px #bbb;
}

.innerHeader {
	text-shadow: 2px 2px 4px #5599ff;
	font-size: large;
}

.innerText {
	text-shadow: #aaa 2px 2px 2px;
}

.inputButton {
	box-shadow: 0px 0px 2px 1px #bbb;
	text-shadow: #aaa 2px 2px 2px;
	border-radius: 2px;
	border: 1px solid #ddd;
	padding:1.5px;
}

.inputButton:hover {
	box-shadow: 0px 0px 4px 4px #d90;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

#btnCalcuRationalPart {
	float: right;
}

#payments {
	float: right;
}

#paymentTable {
	clear: both;
	visibility: hidden;
	display: block;
	margin: auto;
	padding: 10px;
	list-style-type: none;
	
}

#paymentTable td
{
	border:1px solid #dddddd;		
}

.floaterRight {
	float: right
}

#managementMenuDiv {
	width: 50%;
	float: right;
}

#data {
	float: right;
}

#dataList {
	list-style-type: none;
}

#dataList li { /*float:left;*/
	text-align: left;
	margin: 10px 25px 10px 25px;
	padding: 5px 10px 5px 10px;
	border: 1px solid blue;
	border-radius: 10px;
	direction: ltr;
	box-shadow: 0px 0px 6px 2px #dddddd;
}
#product{
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: column;
}
.items{
    display: flex;
    flex-direction: row;
    width: 46%;
    align-items: center;
    justify-content: space-evenly;
    height: 89px;
}
.itemsImage{
	height:4em;
	transform:rotate(65deg);
}
.itemsName{
	font-size:16px;
}
.itemsComment{
	font-size:11px;
}
.itemsPrice{
	font-size:16px;
	font-style:bold;
}
footer {
	text-align: center;
	clear: both;
	box-shadow: -4px 0px 14px 2px #777;
	background-color: #233e81;
	padding-top: 10px;
	margin-top: 20px;
	position:fixed;
	bottom:0;
	left:0;
	
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	width: 100%;
}