
/******************************** New By Sourab *******************************/
.error_div
{
	background: none repeat scroll 10px 50% #ffecec;
    border: 1px solid #f5aca6;
    color: red;
    font-weight: bolder;
    padding: 3px 10px;
	width:80%;
}

.success_div
{
	  background:#e9ffd9  no-repeat 10px 50%;
    border:1px solid #a6ca8a;
	color:#008080;
	font-weight:bolder;
	 padding: 3px 10px;
	 width:80%;
}
.Dashboard_full {
    float: left;
    width: 100%;
}

label.Field_name {
    color: #1A1A1A;
    float: left;
    margin-top: 10px;
    text-align: left;
    width: 30%;
}
span.Field_Text_orge {
    color: #D54E46;
    float: left;
    margin-top: 10px;
    width: 70%;
}

p.img {
    float: left;
    margin: 0;
    padding: 0;
    width: 30px;
}

.clear
{
	clear:both;
}

.Dashboard_full input
{
	width:200px;
}
.Dashboard_full input.error
{
	border:1px solid #F00;
}
.Dashboard_full .margintop10
{
	margin-top:10px;
}

.margintop20
{
	margin-top:20px;
}
.ipt{
	
	margin-right:10px;
	margin-bottom:5px;
	float:left;
	width:20%;
	 background:none;
}
 .search{
	 background:none;
 }
 .search_me
 {
	 background:none;
	 border:1px solid #CCC;
	 padding:4px 5px;
	 clear:both;
	 width:98%;
	 height:60px;
	 margin-bottom:10px;
 }
.search_me input[type="text"]
{
	width:150px;
}
.search_me label
{
	clear:both;
	font-size:15px;
	font-weight:bold;
	padding-bottom:10px;
	padding-left:10px;
}

.hide_me
{
	display:none;
}

.left80{
	float:left;
	width:80%;
}
.left20
{
	float:left;
	width:20%;
	}
	
	.clear img
	{
		cursor:pointer;
	}
	
.timer-toggle{
	position:fixed;
	bottom:-100%;
	right:300px;
	z-index:9999999;
	width:160px;
	background-color:#9e0716;
	text-transform:uppercase;
	padding:15px;
	text-align:center;
	color:#ffffff;
	font-size:70px;
}
.timer-toggle h2{
    font-weight: 700;
	color:#ffffff;
	font-size:70px!important;
}
span.close-icon{
	position:absolute;
	right:5px;
	top:5px;
	color:#fff;
	font-size:20px;
	cursor:pointer;
}
.timer-toggle  strong{
	font-weight:400;
	font-size:15px;
	color:#ffffff;
	display:block;
}
@media only screen and (max-width: 479px){
	.timer-toggle {
		left: auto!important;
		right: 10px!important;
		padding-bottom: 70px!important;
	}
}