@charset "utf-8";
/* CSS Document */

body
{
	height: 100%;
	margin:0px;
	background-color: #ffffff;
	color: #000;
	font-family: tahoma, arial, sans-serif;
	font-size: 13px;
	text-align: center;
}


.labelErr {
	font-size: 13px;
	color: #F00;
	font-family: Verdana;
	font-weight: bold;
}
.labelSuc{
	font-size: 13px;
	color: red !important;
	font-family: Verdana;
	font-weight: bold;
}

.labelLogin {
	font-size: 13px;
	color: black;
	font-family: Verdana;
	font-weight: bold;
}

.menuTopText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #104BA5;
	padding: 2px;
	cursor: pointer;
	font-weight: bold;
}

.label
{
	font-size: 13px;
	color:#000;
	vertical-align: top;
	font-family: tahoma, arial, sans-serif;
}
.button-primary
{
	background-color:#007ee0; color: #fff; padding: 6px 12px; border-color:#007ee0; cursor:pointer;
   
}

.newprod { font-weight: bold; font-size: 13px; }
.newprod1 { font-weight: bold; font-size: 13px; line-height:25px;}

.inner_table_head { border-bottom: 1px solid #005891; background-color: #005891; height:30px; }
.inner_table_column_heading { font-weight: bold; font-family: Verdana, Arial, sans-serif; cursor:default; color: #fff; }
.calendar_cell_middle { border-bottom: 1px solid #cecece; border-right: 1px solid #cecece; background-color: #eeedec; font-size: 13px; }
.calendar_cell_middle2 {  border-bottom: 1px solid #cecece; border-right: 1px solid #cecece; background-color: #eeedec; font-size: 13px; }
.calendar_cell_middle1 { border-bottom: 1px solid #cecece; border-right: 1px solid #cecece; background-color: #eeedec; font-size: 13px; }
.calendar_cell_middle_1 { border-bottom: 1px solid #cecece;  background-color: #eeedec; font-size: 13px; }
.calendar_cell_middle3{
	border-bottom: 1px solid #9bc2e6! important;
    border-right: 1px solid #9bc2e6! important;
    font-size: 13px! important;
}
.calendar_cell_middles { border-bottom: 1px solid #cecece; border-right: 1px solid #cecece; background-color: #fff; font-size: 13px; }

.calendar_cell_right { border-bottom: 1px solid #cecece; background-color: #eeedec; }

.content5{
	overflow: auto;
	position: relative;
	width: 100%;
	
	max-width: 100%;
	max-height: 415px;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}


