﻿@media only screen and (max-width: 1000px) {
input, textarea { font-size: 36px !important; font-weight:normal;}


body.template table.listview, table.gridview, table.detailstable
{
    border: 1px solid #8c8c8c;
    border-collapse: collapse;
    font-family: Tahoma, Arial, sans-serif;
    color: #666666;
    font-size: 42px; 
}

body.template table.listview th, table.gridview th, table.detailstable th
{
    background-position: 1px 1px;
    background-repeat: repeat-x;
    background-color: #ffffff;
    font-size: 42px;
    text-align: left;
    line-height: 1.1em;
    color: #666666;
    border-left: 1px solid #dbddff;
    border-right: 1px solid #dbddff;
    border-bottom: 1px solid #dbddff;
}

body.template table.listview th, table.gridview th, table.detailstable th,
body.template table.listview td, table.gridview td, table.detailstable td, textArea
{
    /*padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;*/
    padding:2px;
   	/*padding-left: 5px;
   	padding-top:5px;
   	padding-bottom: 5px;*/
    line-height: 1.1em;
}

.buttonTouch
{
	width:75px;
	height:75px;
}

.buttonEdit
{
	background-color:transparent;
	border:0;
	background-image:url(../Images/Icons/Edit.png);
	background-repeat:no-repeat;
	display:inline-block;
	cursor:pointer;
	margin-top:10px;
    	margin-left:10px;
	background-size:100%;
}
.buttonDelete
{
	background-color:transparent;
	border:0;
	background-image:url(../Images/Icons/Trash.png);
	background-repeat:no-repeat;
	display:inline-block;
	cursor:pointer;
	margin-top:10px;
    	margin-left:10px;
	background-size:100%;
}

.buttonOK
{
	background-color:transparent;
	border:0;
	background-image:url(../Images/Icons/OK.png);
	background-repeat:no-repeat;
	display:inline-block;
	cursor:pointer;
    	margin-top:10px;
    	margin-left:0px;
	background-size:100%;
}
.buttonOK
{
	background-color:transparent;
	border:0;
	background-image:url(../Images/Icons/Return.png);
	background-repeat:no-repeat;
	display:inline-block;
	cursor:pointer;
    	margin-top:10px;
    	margin-left:0px;
	background-size:100%;
}
.buttonNew
{
	background-color:transparent;
	border:1;
	background-image:url(../Images/Icons/Add.png);
	background-repeat:no-repeat;
	display:inline-block;
	cursor:pointer;
	font-size: 48px;
}

.MenueButtonSmall
{
    background-color: lightgray;
    background-repeat:no-repeat; 
    background-position:center; 
   	background-size:100% 100%;
    border:none;
	margin-top: -2px;
    margin-left: 0px;
    padding: 0px;
    padding-left:0px;
    padding-right:0px;
    font-family: verdana;
    font-size: 36px !important;
    font-weight:bold;
    color: #4d4d4d;
    width:100%;
    height: 49px;
    text-align:center;
    cursor:pointer;
	display:inline-block;
}

.MenueButtonSmallActive{
    background-color: #FFA07A;;
    background-repeat:no-repeat; 
    background-position:center; 
   	background-size:100% 100%;
    border:none;
	margin-top: -2px;
    margin-left: 0px;
    padding: 0px;
    padding-left:0px;
    padding-right:0px;
    font-family: verdana;
    font-size: 36px !important;
    font-weight:bold;
    color: #4d4d4d;
    width:100%;
    height: 49px;
    text-align:center;
    cursor:pointer;
	display:inline-block;
}

.buttonAction 
{
    	border:0;
    	background-color:#4d4d4d;
    	background-repeat:no-repeat;
    	background-size:100% 100%;
	display:inline-block;
	cursor:pointer;
    	border-radius:10px;
    	color:white !important;
    width:250px;
    height:70px;
    font-size: 36px !important;
    font-weight:bold;
    margin-top:10px;
}

.calenderpic{
	vertical-align: middle;
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;
    height: 70px !important;
    width: 70px !important;
    margin-top: -3px !important;
}
span{
	font-size: 34px !important;	
}


.imgLogout{
        border:0;
	display:inline-block;
	cursor:pointer;
    border-radius:10px;
    width:80px;
    height:80px;
    margin-right:10px;
    background-image:url(../Images/Icons/Logout.png);
	background-repeat:no-repeat;
	background-size:100% 100%;
}

.DivGreen
{
	width:100%;
	margin:0 auto;
	height:100px;
	font-size:15px;
	color:#000000;
	text-align:left;
	/*background-color:#8cc63f;*/
    border:solid;
    border-width:1px;
    border-color:#8c8c8c;
	padding-top:5px;
	/*padding:1px;*/
	border-radius:10px;
	-moz-border-radius:10px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
	-webkit-border-radius:10px;
}

.droplist
{
    padding: 0px;
    font-family: Tahoma, Arial, Sans-Serif;
    font-Size: 36px !important;
    color: #000000;
}

.baseDataLink {
    background-color:lightgray;
    background-repeat:no-repeat;
    background-position:center; 
   	background-size:100% 100%;
    border:none;
    margin-top:0px;
    margin-left:0px;
    padding:0px;
    padding-left:5px;
    padding-right:5px;
    font-family:Verdana;
    font-size:32px !important;
    color:#4d4d4d;
    width:100%;
    height:45px;
    text-align:center;
    cursor:pointer;
    display:inline-block;
    text-decoration: none;
    font-weight:bold;
}
.baseDataLinkActive {
    background-color:#FFA07A;
    background-repeat:no-repeat;
    background-position:center; 
   	background-size:100% 100%;
    border:none;
    margin-top:0px;
    margin-left:0px;
    padding:0px;
    padding-left:5px;
    padding-right:5px;
    font-family:Verdana;
    font-size:32px !important;
    color:#4d4d4d;
    width:100%;
    height:45px;
    text-align:center;
    cursor:pointer;
    display:inline-block;
    text-decoration: none;
    font-weight:bold;
}

.tblHourList *
{
	font-Size:28px !important;	
}




.LabelTitle
{
	font-size:24px !important;
	font-weight:bold;
}

.CheckBoxClass
{
	font-size:32px !important;
}

.CheckBoxClass input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  padding: 10px;
margin-right:10px;
}

.ajax__calendar_container {
    /* Double-sized Checkboxes */
    -ms-transform: scale(3); /* IE */
    -moz-transform: scale(3); /* FF */
    -webkit-transform: scale(3); /* Safari and Chrome */
    -o-transform: scale(3); /* Opera */
    margin:0 auto;
}

.CenterDiv
{
	Width:720px;
}
.MultiLineTextBox{
	Font-Size: 36px !Important;
}
.DivGrayHeaderMenue {
	width:100%;
	/*margin:0 auto;*/
	height:50px;
	font-size:12px;
	background-color:#FFFFFF;
	text-align:left;
	padding-top:5px;
    margin-top:-1px;
    padding-top:0px;
}
.DivGreenHeaderMenue {
	width:100%;
	margin:0 auto;
	height:49px;
	font-size:15px;
	background-color:#FFFFFF;
	text-align:left;
    margin-top:15px;
    padding-top:2px;
}

.SpanFont38
{
	font-size: 38px !important;	
}

.buttonLogo {
	background-image: url(../Images/Navigation/Logo.png);
	margin-top:10px;
	width:120px;
    	height:80px;
}
}
