﻿body
{
    font-family:Arial, Helvetica, Sans-Serif;
}
/* -- for forms sign in -- */
.form-signin {
	max-width: 300px; /* fallback for browser that not support rgba */
	border: 0px solid #666666;
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	box-shadow: 0 1px 2px rgba(0,0,0,.05);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 19px;
	padding-right: 29px;
	padding-bottom: 29px;
	padding-left: 29px;
	background: #FFF; /* fallback for browser that not support rgba */
	background: rgb(104,104,104);
	background: rgba(104,104,104, .5); /* Works on all modern browsers */
}
.form-signin .form-signin-heading,  .form-signin .checkbox {
	margin-bottom: 10px;
}
.form-signin input[type="text"],  .form-signin input[type="password"] {
	font-size: 16px;
	height: auto;
	margin-bottom: 15px;
	padding: 7px 9px;
}

/* -- for copyright --*/
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 20px;
	margin-right: auto;
	text-align: center;
	font-weight: bold;
	padding-top: 5px;
	background-repeat: repeat-x;
}

/* -- for agent container -- */
.agent-con {
	height: auto;
	background-color: #fafafa;
	background-repeat: repeat-x;
    border: 1px solid #d4d4d4;
    /*-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;*/
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    padding-top: 5px;
    padding-bottom: 5px;
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
}
.agent_info{
	font-size:11px;
	line-height:1.12em;
}

/*-- for forms container -- */
.fc-docs-example {
       position: relative;
  *padding-top: 19px;
       background-color: #fff;
       border: 1px solid #ddd;
       /*-webkit-border-radius: 4px;
       -moz-border-radius: 4px;
       border-radius: 4px;*/
       margin-top: 15px;
       margin-right: 0;
       margin-bottom: 15px;
       margin-left: 0;
       padding-top: 10px;
       padding-right: 10px;
       padding-bottom: 10px;
       padding-left: 10px;
}

input:focus::-webkit-input-placeholder 
{
    color: transparent;
}

.fc-button {
	background-image: url(/Assets/images/mini_ban_btn2.png);
	text-indent: -99999px;
	display: block;
	height: 34px;
	background-position: bottom;
	float: right;
	width: 47px;
}
a.fc-button:hover {
	background-position: 0px 0px;
}
.myPanelClass { max-height: 550px; overflow: auto; }

/* -- for forms page -- */
.forms-sidebar
{
    width: 230px;
    float: left;
}
.forms-edit
{
    width: 930px;
    float: right;
}
.iframe-margin
{
    margin: 0px;
    padding: 0px;
}
.image-floater
{
    background-color: #FFF;
    height: 56px;
    width: 90px;
    position: absolute;
    float: right;
    right: 0px;
    top: 0px;
    margin-right: 20px;
}
.image-float-contain
{
    position: relative;
    height: 54px;
}
.image-float-border
{
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
    background-repeat: repeat-x;
    border: 1px solid #d4d4d4;
    /*-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;*/
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    padding: 2px;
}
.forms-full-width
{
    width: 1170px;
    padding-top: 2px;
}
.gridview-row:hover
{
    background-color:#F2F5A9;
}


