@CHARSET "ISO-8859-1";
/* contain all the common CSS for the Views*/
.view
{
	width:100%;
}

#content-Dashboard,#content-Livedeals,#content-Expireddeals,#content-Unapproveddeals,#content-Customer
{
	margin:auto;
	min-width: 1140px;
}

.txtbox{
	border:none;
	border-bottom: 5px solid rgba(194, 188, 188, 0.6);
    padding: .2em;
    font-size: 1.5em;
    color: rgb(27,164,145);
    height: 2em;
    text-align: center;
    width: 98%;
    font-family:Cabin;
}

.txtbox_area{
	border: 5px solid rgba(194, 188, 188, 0.6);
	font-size: 1.5em;
    color: rgb(27,164,145);
    resize: none;
    font-family:Cabin;
}

.linkbutton{
	display: block;
    padding: .5em;
    text-align: center;
    text-decoration: none;
    color: white;
    font-size: 1.5em;
    background-color: rgb(27,164,145);
}
.linkbutton:HOVER {
	display: block;
    padding: .5em;
    text-align: center;
    text-decoration: none;
    color: white;
    font-size: 1.5em;
    background-color: #2CDDC5;
}
.submenu{
	width: 20%;
	
	margin-top: 0px;
	font-size: 1.45em;
	padding-left: .5em;
	padding-top: .5em;
	padding-bottom: .5em;
	text-align:center;
	display: inline-block;
	cursor: pointer;
}
.submenu_tabactive{
	color:white;
	background-color: rgb(27,164,145);
	
	
}

.submenu_tabinactive{
	color:#053242;
	background-color: white;
	
}