/*
	forms.css
	This style sheet is similar to base, it is used in all dynamic
	pages which contain form elements

*/

select {
	font-size: 1.0em;
}

h3.action-info {
	margin: 21px;
	color: #969696;
}

select.small {
	padding: 0;
	margin: 0;
}

/*
	form-cover
*/

div.form-cover {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	/*background-image: url(../picts/transparent_white.gif); -- Defined in css_style_map.cfg -- */
	background-repeat: repeat;
	opacity: .6;
	filter: alpha(opacity=60);
	z-index: 10;
	display: none;
}

iframe.form-cover {
	position: absolute;
	padding: 0;
	margin: 0;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	border: none;
	background-color: white;
	/*z-index: 10; z-index IS SET BY JAVASCRIPT! */
	display: none;
}

/*
	form error and warning indication
*/

div.form-error,
div.form-info,
div.form-warning,
div.form-tip {
	margin-top: 2px;
	margin-bottom: 4px;
	background-color: White;
	border: 1px dotted #FF0033;
	/*border-top-color: White;*/
	color: Red;
	padding: 3px 7px;
	white-space: normal;
	display: none;
	line-height: 1.4em;
}

div.form-info {
	 border-color: #b2b2f0;
    color: #030303;
	 background-color: #ffffcc;
	 display: block;
}

div.form-warning {
    border-color: #b2b2f0;
    color: #030303;
	 padding-left: 25px;
	/* background-image: url(../picts/form_warning.gif); Defined in HTML */
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #ffffcc;
}

div.form-tip {
    margin-top: 36px;
    border-color: #7a7aa4;
    color: #030303;
    background-color: white;
    display: block;
}

div.form-tip h4 {
	margin: 2px 0 0 0;
    color: #0566ac;
}

div.form-tip p {
    padding: 0.2em 0 0.8em 0;
}

/*
 	background server call error
*/

div.background-server-call-alert {
	padding: 20px;
	border: 2px solid Red;
	background-color: White;
	position: absolute;
	top: 60px;
	left: 60px;
	z-index: 2000;
}

div.background-server-call-alert a:link,
div.background-server-call-alert a:visited,
div.background-server-call-alert a:hover {
	font-weight: bold;
	text-decoration: underline;
}


/*
	drop-down-10
*/
div.drop-down-10-box,
ul.drop-down-10 {
	border: 1px solid #cccccc;
	background-color: White;
	position: absolute;
	top: 10px;
	left: 10px;
	display: none;
	z-index: 5;
}

ul.drop-down-10-inline { /* Use when ul is contained in div */
    border: none;
    position: static;
    display: block;
}

div.drop-down-10-fixed-box {
    /*Used for profiles drop down*/
    height: 250px;
    overflow: auto;
}

ul.drop-down-10 li {
	list-style: none;
	margin: 0;
	padding: 0;
    white-space: nowrap;
}

ul.drop-down-10 li.group {
    border-bottom: 1px solid #dfdfdf;
}

ul.drop-down-10 a:link,
ul.drop-down-10 a:visited,
ul.drop-down-10 a:hover {
	color: #333333;
	text-decoration: none;
	padding: 7px 24px 7px 20px;
	display: block;
}

/*a.drop-down-10-bottom:link,*/
/*a.drop-down-10-bottom:visited,*/
/*a.drop-down-10-bottom:hover {*/
    /*text-decoration: none;*/
    /*padding: 7px 24px 7px 20px;*/
	/*display: block;*/
    /*border-top: 1px solid #dfdfdf;*/
/*}*/

ul.drop-down-10 a:hover {
	background-color: #eeeeee;
}

ul.drop-down-10 a.disabled:link,
ul.drop-down-10 a.disabled:visited,
ul.drop-down-10 a.disabled:hover {
	color: #D4D4D4;
	cursor: default;
	background-color: White;
}

/* horizontal arrow right */
.drop-down-10-has-items:after {
    content: '\25B8';
    float: right;
    /* These specific fonts have the Unicode char we need. */
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'DejaVu Sans', sans-serif;
    margin-right: -20px;
    margin-top: -1px;
}

ul.drop-down-10-small li {
    font-size: 13px;
}

ul.drop-down-10-small a:link,
ul.drop-down-10-small a:visited,
ul.drop-down-10-small a:hover {
	padding: 6px 24px 6px 20px;
}




/*
 	links and command links
	Used for command links with images or without images.
*/

a.command-link-50 {
	padding: 0 5px;
}

a.command-link-50-disabled:link,
a.command-link-50-disabled:visited,
a.command-link-50-disabled:hover {
	padding: 0 5px;
	color: #D4D4D4;
	background-color: transparent;
	cursor: default;
}



/*
 	buttons
*/


/*
	btn-50 button (Generic OK and Cancel button with fixed width)
*/

button.btn-50 {
    width: 90px;
	padding: 2px 4px;
	margin: 0 7px;
}


/*
	btn-20 (report toolbar buttons with images)
*/

a.btn-20:link,
a.btn-20:visited,
a.btn-20:hover,
a.btn-20-disabled:link,
a.btn-20-disabled:visited,
a.btn-20-disabled:hover {
	padding: 6px 10px;
	border-right: 1px solid #EAEAEA;
	display: block;
	float: left;
	text-decoration: none;
	color: Black;
}

a.btn-20-disabled:link,
a.btn-20-disabled:visited,
a.btn-20-disabled:hover {
	/*padding: 0 5px;*/
	color: #D4D4D4;
	/*background-color: transparent;*/
	cursor: default;
}

a.btn-20:hover {
	background-color: #F7F7EF;
}



/*
	btn-30 (unpressed/pressed buttons, i.e. Start Date, etc. in date picker)
*/

a.btn-30:link,
a.btn-30:visited,
a.btn-30:hover,
a.btn-30-pressed:link,
a.btn-30-pressed:visited,
a.btn-30-pressed:hover {
	padding: 6px 10px;
	margin-right: 7px;
	display: block;
	float: left;
	text-decoration: none;
	color: Black;
	border: 1px solid #f3f2eb;
}

a.btn-30-pressed:link,
a.btn-30-pressed:visited,
a.btn-30-pressed:hover {
	border: 1px solid White;
	border-left-color: #c8c7b8;
	border-top-color: #c8c7b8;
	cursor: default;
}

a.btn-30:hover {
	background-color: #F7F7EF;
}


/*
	btn-60 button (Reports customize, export and row buttons)
*/

.btn-60 {
    color: #949494;
    padding: 2px 11px;
    border-style: solid;
    border-color: #e2e2e2;
    border-width: 1px;
    background-color: white;
    -moz-box-shadow:    inset 0 0 2px #ffffff;
    -webkit-box-shadow: inset 0 0 2px #ffffff;
    box-shadow:         inset 0 0 3px #ffffff;
}

/* white border and narrow */
.btn-60-wban {
    border-color: white;
    padding: 2px 6px;
}

.btn-60 img {
    vertical-align: bottom;
}

.btn-60:hover,
.btn-60:focus {
   border-color: #78baf8;
   -moz-box-shadow:    inset 0 0 2px #78baf8;
   -webkit-box-shadow: inset 0 0 2px #78baf8;
   box-shadow:         inset 0 0 2px #78baf8;
}

.btn-60[disabled],
.btn-60-disabled,
.btn-60-disabled:hover,
.btn-60-disabled:focus,
.btn-60-disabled:active {
    /*border: none;*/
    border-color: #bcbcbc;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    filter: alpha(opacity=40);
    -khtml-opacity: 0.40;
    -moz-opacity: 0.40;
    opacity: 0.40;
    cursor: default;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*
	Warning messages (i.e. Scheduler if no SMTP server)
*/

div.info-20 {
	position: absolute;
	top: 60px;
	right: 24px;
	width: 300px;
	padding: 7px;
	background-color: White;
	border: 3px solid #88a7ce;
	display: none;
}


/*
	Email address control (Used in scheduler and reports)
*/

div.email-address-grid {
	/*width: 440px; is defined by javascript*/
	height: 60px;
	overflow: auto;
	background-color: White;
	border: 1px solid #555555;
}

table.email-address-grid th,
table.email-address-grid td {
	border-bottom: 1px solid #b1ccf8;
	padding: 1px 0;
	/*background-color: yellow;*/
}

table.email-address-grid th.last,
table.email-address-grid td.last {
	border-bottom: none;
}

table.email-address-grid th {
	text-align: left;
	width: 2%;
}

table.email-address-grid td {
	width: 98%;
}

table.email-address-grid select {
	margin-right: 4px;
	font-size: 0.8em;
	border-width: 0;
	border-color: white;
	
}

table.email-address-grid input {
	width: 98%;
	margin-left: 4px;
	border-width: 0;
	border-color: White;
	/*background-color: yellow;*/
}


/*
	Search/Filter box
*/

table.filter-box td {
	padding: 0;
	border: 1px solid #bbbbbb;
	color: #8e8e8e;
	vertical-align: middle;
    background-color: white;
}

table.filter-box td.search {
	border-right-style: none;
}

table.filter-box td.clear-btn {
	border-left-style: none;
	width: 30px;
	height: 24px;
	text-align: right;
}

table.filter-box td.number {
	border-style: none;
	padding-left: 5px;
}

table.filter-box input {
	border: 1px solid transparent;
	outline: none;
	margin:0;
}

/* Removes IE10+ clear icon */
table.filter-box ::-ms-clear {
    display: none;
}

table.filter-box a {
	font: 26px/22px Arial, sans serif;
	padding: 0 5px;
	color: #a1b9ed;
}

table.filter-box a:hover {
	color: #3467d8;
}



