/* For vertical screens: */
@media screen and (orientation:portrait) {
	body {
		margin: 0;
		text-align: right;
		direction: rtl;
	}
/* .tabcontainer{
	width:calc(100vw*0.85) !important;
	height: calc((100vh)*0.5) !important;
} */
.parentcontainer div.maincontainer{
	 height: 100vh !important;
	 
}
.topnav a {
	float: right !important;
	}
  .topnav{
  position:static !important;
  width: 100% !important;
  height:auto !important;
  overflow: hidden !important;
  }
  .topnav a:not(:first-child) {
  display: none !important;
  }
  .topnav.responsive a:not(:first-child) {
  display:block !important;
  }
    .topnav a.icon {
    float: left !important;
    display: block !important;
  }
  .topnav a.icon2 {
    display: inline-block !important;
  }
  .topnav img {
  max-width: 37px !important;
  max-height: 35px !important;
  }
  .userHomeMain {
	float: left !important;
	width: 100% !important;
}
.dashboardDialogs {
		width: 73% !important;
		border-radius: 11px !important;
		height: auto !important;
	}
	/* automation: */
	.Firstautomation {
		width: 100%;
		margin: 0 auto;
		display: block;
	}
	#mobileTable,.automationInfoTable {
		margin: 0 auto !important;
		width: 100% !important;
	}

	#widget_AutomationdescriptionInput, #widget_nameForAutomation,
		#widget_effectiveTime-from, #widget_effectiveTime-to {
		width: 60% !important;
		margin: 0 auto !important;
		display: block !important;
	}
	.newPhoto {
	border-radius: 19px;
	border-width: 2px;
}
.FirstautomationInnerDiv {
	width: 96%;
	display: inline-block;
    background-color: #d4d4d494;
    border-radius: 13px;
    padding: 1%;
    margin: 0 auto;
}
/* .newPhotoAutomation.newPhoto {
	height: auto !important;
	width:75% !important;
	margin:24px auto 0 !important;
} */

	.automationDetailsP {
		height: 6px !important;
	}
	/* places */
.dashboardCloseBtn {
	float: left  !important;
	transition-duration: 0.2s  !important;
}
.column {
  float: left !important;
  padding: 10px !important;
}
	.main-block {
		width: 100% !important;
	}
/* 	.account-details>div, .personal-details>div, .main-block input, label {
		width: 100% !important;
	}
	#widget_dob, #widget_firstName, #widget_lastName, #widget_address,
		#widget_phoneNumber, #widget_homeNumber, #widget_emailAddress,
		#widget_Currentpassword, #widget_repeatPassword, #widget_newpassword,
		.newPhotoProfile {
		width: 100% !important;
	} */
	}

 