@charset "utf-8";
/* CSS Document */
@font-face {
font-family:"Foobar Pro";
src: url("font/Foobar Pro-Regular.otf");
}

body{
margin:0px;
font-family:ArenaCondensedLight;
}
.head{
background:url(../img/header-bg.jpg) repeat-x;
height:70px;
}
.logo{
padding:0px 0px 10px 5px;
}
.username{
font-size:19px;
}
.userdesig{
font-size:12px;
}
.dashboard{
height:30px;
font-size:22px;
background:#2968b0;
color:#FFFFFF;
}
.head-button{
font-size:14px;
color:#FFFFFF;
text-decoration:none;
}
a.head-button:hover{
font-size:14px;
color:#DDDDDD;
text-decoration:none
}
.top-button{
font-size:18px;
color:#333333;
text-decoration:none;
}
a.top-button:hover{
font-size:18px;
color:#000000;
text-decoration:none;
}
.footer{
font-size:12px;
color:#FFFFFF;
}
.login_form_top{
font-size:18px;
color:#FFFFFF;
text-decoration:none
}
a.login_form_top:hover{
font-size:18px;
color:#DDDDDD;
text-decoration:none;
}
.reg_text {
width:100%;
padding:9px;
color:#666666 !important;
}
.reg_select{
width:313px;
padding:6px;
color:#666666 !important;
}
.error{
color: #8effff;
font-size: 12px !important;
}
.error1{
color: #ed540d;
font-size: 12px !important;
}
.submit{
width:150px;
padding:7px;
font-size:14px;
color:#FFFFFF;
background:#333366;
border:#003399 solid 2px;
}
.form_text {
width:270px;
padding:6px;
color:#666666 !important;
border:#07455E solid 1px;
}
.form_textarea {
width:98%;
height:50px;
padding:6px;
color:#666666 !important;
border:#07455E solid 1px;
}
.form_select {
width:284px;
padding:6px;
color:#666666 !important;
border:#07455E solid 1px;
}
.left_panel{
font-size:16px;
color:#171717;
text-decoration:none;
}
a.left_panel:hover{
font-size:16px;
color:#4D4D4D;
text-decoration:none;
}
.bodytext
{
padding-left:4px;
padding-right:4px;
padding-top:1px;
padding-bottom:2px;
background:#3366FF;
color:#FFFFFF;
border-radius:3px;
text-decoration:none;
margin:3px;
font-size: 12px;
}
a.bodytext:hover
{
padding-left:4px;
padding-right:4px;
padding-top:1px;
padding-bottom:2px;
background:#FF9900;
color:#FFFFFF;
border-radius:3px;
text-decoration:none;
margin:3px;
font-size: 12px;
}
.bodytext1
{
padding-left:4px;
padding-right:4px;
padding-top:1px;
padding-bottom:2px;
background:#FF9900;
color:#FFFFFF;
border-radius:3px;
text-decoration:none;
margin:3px;
font-size: 12px;
}
.sky {
font-size: 11px;
color:#000000;
text-decoration: none;
}
.notificatin{
color: #FFF;
font-size: 12px;
background: #d70c0c;
padding: 0px 2px 0px 5px;
}
.search_select {
width:150px;
padding:3px;
color:#666666 !important;
border:#07455E solid 1px;
}
.display_upload{
color: #ed540d;
font-size: 12px !important;
}
.style4{
font-size:12px;
font-weight:600;
}
.black{
font-size:12px;
}
.client_detail{
font-size:13px;
padding:5px;
}

.squaredOne input[type=checkbox] {
	visibility: hidden;
}



/* SQUARED ONE */
.squaredOne {
	width: 28px;
	height: 28px;
	background: #fcfff4;

	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
	margin: 0px auto;
	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	position: relative;
	float: left;
}

.squaredOne label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	left: 4px;
	top: 4px;

	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);

	background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
	background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
	background: -o-linear-gradient(top, #222 0%, #45484d 100%);
	background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
	background: linear-gradient(top, #222 0%, #45484d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

.squaredOne label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	background: #00bf00;

	background: -webkit-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: -moz-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: -o-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: -ms-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: linear-gradient(top, #00bf00 0%, #009400 100%);

	top: 2px;
	left: 2px;

	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
}

.squaredOne label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.squaredOne input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.highlights{
font-size:25px;
color:#FFFF00;
font-weight:600;
text-decoration:none;
}
a.highlights:hover{
font-size:25px;
color:#000000;
font-weight:600;
text-decoration:none;
}
.display_heder{
font-size:14px;
}

.follwap_stat{
font-size:14px;
color:#333333;
font-weight:600;
}
.comment_submit{
width:150px;
padding:7px;
font-size:14px;
color:#FFFFFF;
background:#333366;
border:#003399 solid 2px;
}
.squaredOne1 input[type=checkbox] {
	visibility: hidden;
}



/* SQUARED ONE */
.squaredOne1 {
	width: 24px;
	height: 24px;
	background: #fcfff4;

	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
	margin: 0px auto;
	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	position: relative;
	float: left;
}

.squaredOne1 label {
	cursor: pointer;
	position: absolute;
	width: 16px;
	height: 16px;
	left: 4px;
	top: 4px;

	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);

	background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
	background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
	background: -o-linear-gradient(top, #222 0%, #45484d 100%);
	background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
	background: linear-gradient(top, #222 0%, #45484d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

.squaredOne1 label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	background: #00bf00;

	background: -webkit-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: -moz-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: -o-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: -ms-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: linear-gradient(top, #00bf00 0%, #009400 100%);

	top: 2px;
	left: 2px;

	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
}

.squaredOne1 label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.squaredOne1 input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.heading{
font-family:Algerian;
font-size:45px;
color:#272525;
text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
h1{
font-family:ArenaCondensedLight;
font-size:25px;
color:#666666;
}
a{
color:#000000;
text-decoration:none;
}