@media only screen and (min-device-width: 1024px) and (max-device-width: 1025px) and (orientation: landscape) {
	body {
		margin: 0;
		padding: 0;
		text-align: left;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 18px;
		color: #FFFFFF;
		background: #000000;
	}
	*
	{
	  	margin: 0 auto 0 auto;
	  	border-spacing: 0;
	 
	  /* text-align: center; */

	}
	 
	html, body {
		text-align: left;
	}

	p {text-align: left;}

	@font-face {
		font-family: "PorscheDesignFont";
		src: url('PorscheDesignFont.TTF');
		url('PorscheDesignFont.TTF');
	}

	h1 {
		font-family: "PorscheDesignFont";
		font-size: 45px;
		font-weight: normal;
		padding: 70px 0 70px 0;
		text-align: left;
	}

	h2 {
		float: left;
		font-size: 20px;
		font-weight: normal;
		padding-left: 15px;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-right: 50px;
		text-align: left;
	}

	button {
		float: right;
		background: linear-gradient(white, #1b39d6, #0d0dd4);
		color: white;
		font-size: 16px;
		margin-top: 3px;
		margin-bottom: 3px;
		margin-right: 5px;
		border-style: solid;
		border-color: #8b8b8b;
		border-width: 1px;
		border-radius: 5px 5px 5px 5px;
		padding: 5px 20px 5px 20px;
	}

	button#back {
		float: left;
		margin-left: 5px;
	}

	button.select {
		margin-top: -2px;
		margin-right: -6px;
	}

	button#add {
		float: none;
		margin-right: -6px;
	}

	input {
		/*width: 100%;*/
		border-radius: 5px;
		color : #000;
		font-size : 13px;
	}

	textarea {
		width: 100%;
		max-width: 100%;
		min-height: 60px;
		color: #000;
	}

	iframe {
		width: 100%;
		height: 100%;
		min-height: 630px;
		border: 0;
	}

	#main {
		width: 1900px;
		height: auto;
		padding-bottom: 20px;
	}

	#header {
		color: #ffffff;
		clear: both;
		/*width: 1930px;*/
		height: 50px;
		padding: 10px 0 0 0;
		text-align: center;
		font-size: 18px;
	}

	#header ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	#header li {
		margin: 0;
		padding: 0;
	}

	#header a {
		float: left;
		margin: 0;
		padding: 0 10px 0 0;
		text-decoration: none;
		/*font-size:12px;
		color:#FFFFFF;*/
	}

	#header a span {
		float: left;
		display: block;
		background-color: black;
		padding: 12px 20px;
		font-size: 20px;
		color: #FFF;
		border-radius: 5px 5px 5px 5px;
		border-color: #8b8b8b;
		border-style: solid;
		border-width: 1px;
	}

	#header a span.active{
		background-color: white;
		color: #000;
	}

	#header a:hover span {
		background-color: white;
		color: #000;
	}

	#tabs3 {
		font: normal 11px/1.5em Verdana;
	  	width: 100%;
	  	height: 35px;
	  	padding-top: 20px;
		line-height: normal;
		font-size: 16px;
	}

	#tabs3.subtab {
		/*border-bottom: 2px solid black;*/
		height: 37px;
		padding-top: 10px;
	}

	#tabs3 ul {
		margin: 0;
		padding: 0 5px 0 0px;
		list-style: none;
	}

	#tabs3 li {
		display: inline;
		margin: 0;
		padding: 0;
	}

	#tabs3 a {
		float: left;
		margin: 0;
		padding: 0 0 0 0;
		text-decoration: none;
	}

	#tabs3.subtab a {
		padding: 0;
	}

	#tabs3 a span {
		float: none;
		display: block;
		background-color: black;
		padding: 8px 10px;
		color: #FFF;
		border-radius: 5px 5px 5px 5px;
		border-color: #8b8b8b;
		border-style: solid;
		border-width: 1px;
		font-size: 11pt;
	}

	#tabs3 a span.active{
		background-color: white;
		color: #000;
	}

	#tabs3 a:hover span {
		background-color: white;
		color: #000;
	}

	#content {
		border: 2px solid #8b8b8b;
	}

	div#title {
		height: 47px;
		padding-top: 10px;
	}

	table#datatable {
		table-layout: fixed;
		border: 0px solid #828282;
		border-collapse: collapse;
	}

	table#datatable th {
		background-color: #7d7d7d;
		color: #000;
		font-weight: lighter;
		padding-left: 10px;
		text-align: center;
		font-size: 13px;
	}

	table#datatable tr#elevator_1 {
		background-color: #000725;
	}

	table#datatable tr#elevator_2 {
		background-color: #0c214f;
	}

	table#datatable tr#elevator_3 {
		background-color: #115ba7;
	}

	table#datatable td {
		padding: 15px 10px 15px 10px;
		vertical-align: top;
		border-top-width: 1px;
		border-bottom-width: 0px;
		border-right-width: 1px;
		border-left-width: 1px;
		border-style: solid;
		border-color: #828282;
		border-collapse: collapse;
		word-wrap: break-word;
		font-size: 10pt;
	}

	table#datatable td#first {
		border-top-width: 1px;
		border-bottom-width: 0px;
		border-right-width: 1px;
		border-left-width: 0px;
		line-height: 25px;
		font-size: 10pt;
	}

	table#datatable td#queue_first {
		border-top-width: 1px;
		border-bottom-width: 0px;
		border-right-width: 1px;
		border-left-width: 0px;
		line-height: 25px;
		font-size: 8pt;
	}

	table#datatable.elevator_queue td {
		vertical-align: middle;
		text-align: center;
	}

	table#datatable .cancel_request {
		color:#fff;
	}

	div#elevator_number_1 {
		height: 116px;
		width: 25px;
		margin: -8px 0 -8px -37px;
		float: left;
		background-color: #0000ff;
		border-radius: 10px 0 0 10px;
	}

	div#elevator_number_2 {
		height: 116px;
		width: 25px;
		margin: -8px 0 -8px -37px;
		float: left;
		background-color: #075aff;
		border-radius: 10px 0 0 10px;
	}

	div#elevator_number_3 {
		height: 116px;
		width: 25px;
		margin: -8px 0 -8px -37px;
		float: left;
		background-color: #0abaff;
		border-radius: 10px 0 0 10px;
	}

	p#elevator_number_1 {
		line-height: 116px;
		text-align: center;
	}

	p#elevator_number_2 {
		line-height: 116px;
		text-align: center;
	}

	p#elevator_number_3 {
		line-height: 116px;
		text-align: center;
	}

	img.edit {
		margin: 0 15px 0 0;
		border: 2px solid #FFF;
	}

	img.edit:hover {
		border: 2px solid #828282;
	}

	img.calendar {
		margin: 0 15px 0 0;
		border: 2px solid #FFF;
	}

	img.calendar:hover {
		border: 2px solid #828282;
	}

	#dialog {
		background-color: black;
		position: fixed;
		height: auto;
		width: 630px;
		margin-left: 50%;
		left: -300px;
		top: 350px;
		border: 2px solid #828282;
		padding-bottom: 5px;
		z-index: 99999;
	}

	#dialog-title {
		height: 45px;
		padding: 5px 0 0 15px;
	}

	#dialog-title span {
		line-height: 32px;
	}

	.divider {
		background-color: #828282;
		width: 100%;
		height: 5px;
		margin-bottom: 10px;
	}

	#dialog-content {
		padding: 5px 20px 10px 15px;
	}

	#dialog-content table {
		width: 100%;
	}

	#dialog-content td.right {
		padding-right: 15px;
	}

	#dialog-content table input {
		width: 100%;
	}

	#dialog-owners {
		background-color: #000000;
		width: 100%;
		height: auto;
		position: absolute;
		top: 0px;
		display: none;
		border: 2px solid #828282;
		margin-left: -2px;
		margin-top: -2px;
	}

	#dialog-calendar {
		background-color: #eeeeee;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0px;
		display: none;
	}

	/*.calendar {
		text-align: center;
		width: 100%;
		height: 85%;
	}*/

	img#car_image {
		border: 2px solid #828282;
	}

	.alert-dialog {
		background-color: #ebebec;
		color: #000;
		position: fixed;
		height: auto;
		width: 40%;
		margin-left: 43%;
		top:30%;
		border: px solid #828282;
		padding-bottom: 5px;
		z-index: 99999;
		border-radius: 15px;
	}

	.alert-dialog button {
		color: #157efb;
	}

	.alert-dialog img {
		width: 100%;
	}

	.alert-dialog .divider {
		margin-left: 2.5%;
		margin-bottom: 0px;
		height: 1px;
		width: 95%;
	}

	.alert-dialog #dialog-content li label {
		margin-bottom: 0px;
		font-weight: 500;
	}

	.alert-dialog #dialog-content .lbl_bold label{
		font-weight: 700;
	}


	.alert-dialog .img-div {
		margin-top: 15px;
	}

	.container > h1 {
		padding: 30px 0 10px 0;
	}

	#title > h2 {
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.request_red {
		margin-right: 10px; 
		margin-left: 12px;
	}

	.request_green {
		margin-left: 10px;
	}

	.request_type_select {
		font-size: 13px;
		float: right;
	    margin-top: 4px;
	    margin-right: 5px;
	}

	.label_status {
		list-style: none;
		margin-top:10px;
		margin-left: 13px;
	}

	table#datatable_add_message {
		table-layout: fixed;
		border: 0px solid #828282;
		border-collapse: collapse;
	}

	table#datatable_add_message th {
		background-color: #7d7d7d;
		color: #000;
		font-weight: lighter;
		padding-left: 10px;
		text-align: center;
		font-size: 13px;
	}
	table#datatable_add_message td {
		padding: 15px 10px 15px 10px;
		vertical-align: top;
		border-top-width: 1px;
		border-bottom-width: 0px;
		border-right-width: 1px;
		border-left-width: 1px;
		border-style: solid;
		border-color: #828282;
		border-collapse: collapse;
		word-wrap: break-word;
		font-size: 10pt;
	}

	table#datatable_add_message td#first {
		border-top-width: 1px;
		border-bottom-width: 0px;
		border-right-width: 1px;
		border-left-width: 0px;
		line-height: 25px;
		font-size: 10pt;
	}

	table#datatable_add_message td#queue_first {
		border-top-width: 1px;
		border-bottom-width: 0px;
		border-right-width: 1px;
		border-left-width: 0px;
		line-height: 25px;
		font-size: 8pt;
	}

	#add_message_div {
		height : 450px;
		width : inherit;
		overflow-y: scroll;
	}
}
