﻿/*css for the Asp.Net Text Box, called in Theme*/
.cssFieldLabel
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	color: Black;
	padding-right: 5px;
}

.cssFeturedFieldLabel
{
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	color: Black;
	padding-right: 5px;
}

.cssFieldSpace
{
	width: 25px;
}

.cssFirstColumnWidth
{
	width: 300px;
}

.cssSectionHeaderLabel
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	color: Black;
}

.cssSectionHeaderTextBox
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	color: Black;
	overflow-y: hidden;
}

.cssRequiredFieldLabel, .required:after, .required::after
{
	font-family: Verdana;
	font-size: 7pt;
	font-weight: normal;
	font-style: normal;
	color: Red;
}

.cssSectionHeader
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	color: Black;
	background-color: #ccccff;
	vertical-align: text-top;
	height: 15px;
}

.cssFormHeader
{
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	color: black;
	background-color: #ccccff;
	vertical-align: text-top;
	height: 15px;
    margin: 0 auto;
    width: 100%;
	
  
}

.cssFormButton
{
	border-style: outset;
	border-width: thin;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	font-size: 8pt;
	background-color: #63659C;
}

.cssSectionButton
{
	height: 19px;
	width: 25px;
	border-style: outset;
	border-width: thin;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	font-size: 8pt;
	background-color: #63659C;
	margin-left: 5px;
}

.cssTextBox
{
	border-style:solid;
	border-color:#7B9EBD;
	border-width:1px;

	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
	color: Black;
}

/*css for the Asp.Net Drop Down List, called in Theme*/
.cssDropDownList
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	color: black;
	background-color: #FBFBFA;
	/*border-color: #6494C5;*/
	border-width: 1px;
	border-style: solid;
	border-color:#7B9EBD;
}
.cssFeaturedDropDownList
{
	font-family: Verdana;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	color: black;
	background-color: #FBFBFA;	
	border-width: 1px;
	border-style: solid;
	border-color:#7B9EBD;
}
.cssListBox
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
	color: Black;
}

/*css for the Asp.Net Check Box, called in Theme*/
.cssCheckBox
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	color: black;
}

.clsCalendar
{
	font-family: verdana;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	table-layout: fixed;
	color: #084a87;
}

.cssTableData 
{
    white-space: nowrap;
}

.clsCalendarBody
{
	border-collapse: collapse;
}

input
{
	font-family: Verdana;
	font-size: 8.5pt;
	font-weight: normal;
	color: Black;
}
a
{
	font-family: Verdana;
	font-size: 7.5pt;
	font-weight: bold;
	font-style: normal;
	color: Black;
}
select
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	color: Black;
	background-color: #FBFBFA;
	border-color: #6494C5;
	border-width: 1px;
	border-style: solid;
}
span
{
	font-family: Verdana;
	font-size: 8.5pt;
	font-weight: normal;
	font-style: normal;
	color: Black;
}
/*css for the Asp.Net Label, called in Theme*/
.cssLabel
{
	font-family: Verdana;
	font-size: 8.5pt;
	font-weight: normal;
	font-style: normal;
	color: Black;
}

/*css for the Asp.Net Link, called in Theme*/
.cssLink
{
	font-family: Verdana;
	font-size: 7.5pt;
	font-weight: bold;
	font-style: normal;
	color: Black;
}

/*css for the Asp.Net Panel, called in Theme*/
.cssPanel
{
	/*font-family: Verdana; 	font-size: 10pt; 	font-weight: normal; 	font-style: normal;*/
}

/*css for the Asp.Net Grid View, called in Theme*/
.cssGrid
{
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #474747;
	font-size: 12px;
	margin-top: 0px;
	border: solid 3px;
	text-align: left;
	vertical-align: top;
	margin-top: 0px;
}

/*css for the Asp.Net Grid View's Text, called in Theme*/
.cssGridText
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #4D4E51;
}

/*css for the Asp.Net Grid View's Header Text, called in Theme*/
.cssGridHeaderText
{
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	color: White;
}

/*css to change the default scroll color in IE, Applied by the theme autometically*/
body, html
{
	/* overflow: hidden; scrollbar-face-color: #6494C5; 	scrollbar-highlight-color: #DDDDDD; 	scrollbar-shadow-color: #DEE3E7; 	scrollbar-3dlight-color: #6494C5; 	scrollbar-arrow-color: #FFFFFF; 	scrollbar-track-color: #FFFFFF; 	scrollbar-darkshadow-color: #98AAB1; 	scrollbar-base-color: #ff6347;*/
}

/*css for the legend tag, Applied by the theme autometically*/
legend
{
	font-family: Verdana;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	color: #FF8E00;
	padding: 0.2em 0.5em; /*border: 1px solid #6494C5;*/
}

/*css for the TD, Applied by the theme autometically*/
table
{
	font-family: Verdana;
	font-size: 8.5pt;
	font-weight: normal;
	font-style: normal;
	color: Black;
}

/*css for the HTML Input Button, Applied by the theme autometically*/
button
{
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #5B8BBC;
	background-color: #5B8BBC;
}

/* CSS for the Drop Shadow Effect for the Bottom Image */
.blur
{
	background-color: #ccc; /*shadow color*/
	margin-left: 4px;
	margin-top: 4px;
}

.shadow, .content
{
	position: relative;
	bottom: 2px;
	right: 2px;
}

.shadow
{
	background-color: #666; /*shadow color*/
}

.content
{
	background-color: #fff; /*background color of content*/
}

.cssPlay
{
	font-size: 9px;
	font-weight: bold;
	font-family: Microsoft Sans Serif;
	font-style: normal;
	font-variant: small-caps;
	vertical-align: top;
}

.cssBodyText
{
	visibility: visible;
	font-family: Verdana;
	font-size: 8.5pt;
	font-weight: bold;
	font-style: normal;
	color: #626366;
}

.cssTOU
{
	visibility: visible;
	font-family: Verdana;
	font-size: 8.5pt;
	font-weight: bold;
	font-style: normal;
	color: #626366;
}

.cssTOU h4
{
	font-family: Verdana;
	font-size: 11pt;
	font-weight: bold;
	font-style: normal;
	color: #626366;
}

.out
{
	border-right: #afafaf 1px solid;
	padding-right: 7px;
	border-top: #afafaf 1px solid;
	display: inline;
	padding-left: 7px;
	padding-bottom: 3px;
	font: 11px Trebuchet MS, Tahoma, Arial;
	border-left: #afafaf 1px solid;
	cursor: pointer;
	color: #000000;
	padding-top: 3px;
	border-bottom: #afafaf 1px solid;
	height: 18px;
	background-color: #efefef;
	text-align: center;
}
.over
{
	border-right: #afafaf 1px solid;
	padding-right: 7px;
	border-top: #afafaf 1px solid;
	display: inline;
	padding-left: 7px;
	padding-bottom: 3px;
	font: 11px Trebuchet MS, Tahoma, Arial;
	border-left: #afafaf 1px solid;
	cursor: pointer;
	color: #584007;
	padding-top: 3px;
	border-bottom: #f9e6b9 1px solid;
	height: 18px;
	background-color: #A3BFDC;
	text-align: center;
}

.sep
{
	font: 2px Arial;
	width: 5px;
	border-bottom: #afafaf 1px solid;
}


/* vertical menu bar */
ul.mbv
{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 9em;
}
ul.mbv li
{
	padding: 0;
	margin: 0; /*border-bottom: 1px solid #9CC; /* fixes gap problem in IE */
	position: relative;
	z-index: 1;
}
ul.mbv ul
{
	margin: 0 0 0 2px;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0; /* if using borders, -1 to align top borders */
	left: 11em;
	width: 11em;
	background: #3C6C9D;
	z-index: 2;
}
/* separator to mark end of menu group */
ul.mbv li.end
{
	border-bottom: 1px dashed #399;
}

ul.mbv li a:link, ul.mbv li a:visited, ul.mbv li a:hover, ul.mbv li a:active
{
	display: block;
	padding: .2em .5em;
	width: 10em;
	text-decoration: none;
	background: #6494C5;
	color: #FFF;
}
ul.mbv li a:hover, ul.mbv li a:active
{
	background: #3C6C9D;
	color: #FFFFFF;
}

ul.mbv li a.hidden:link, ul.mbv li a.hidden:visited
{
	background: #6494C5 url('../mb.gif') no-repeat 100% -12px;
}
ul.mbv li a.visible:link, ul.mbv li a.visible:visited, ul.mbv li a.visible:hover, ul.mbv li a.visible:active
{
	background: #3C6C9D url('../mb.gif') no-repeat 100% -62px;
	color: #FFF;
}

/* horizontal menu bar */
ul.mbh
{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}
ul.mbh li
{
	float: left;
	padding: 0;
	margin: 0;
	z-index: 1;
}
ul.mbh ul li
{
	float: none;
	position: relative;
	border-bottom: 1px solid #9CC; /* fixes gap problem in IE */
}
/* separator to mark end of menu group */
ul.mbh ul li.end
{
	border-bottom: 1px dashed #399;
}
ul.mbh li ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	top: 0;
	left: 0;
	background: #9CC;
	z-index: 2;
}
ul.mbh ul ul
{
	margin-left: .2em;
	position: absolute;
	top: 0; /* if using borders, -1px to align top borders */
	left: 9em;
}

ul.mbh li a:link, ul.mbh li a:visited, ul.mbh li a:hover, ul.mbh li a:active
{
	display: block;
	padding: .2em .5em;
	text-decoration: none;
	background: #9CC;
	color: #399;
}
ul.mbh li a:hover, ul.mbh li a:active
{
	background: #399;
	color: #FFF;
}
ul.mbh ul li a:link, ul.mbh ul li a:visited, ul.mbh ul li a:hover, ul.mbh ul li a:active
{
	width: 8em;
}

ul.mbh ul li a.hidden:link, ul.mbh ul li a.hidden:visited
{
	background: #9CC url('../mb.gif') no-repeat 100% -12px;
}
ul.mbh li a.visible:link, ul.mbh li a.visible:visited, ul.mbh li a.visible:hover, ul.mbh li a.visible:active
{
	background: #399;
	color: #FFF;
}
ul.mbh ul li a.visible:link, ul.mbh ul li a.visible:visited, ul.mbh ul li a.visible:hover, ul.mbh ul li a.visible:active
{
	background: #399 url('../mb.gif') no-repeat 100% -62px;
}
.cssReadOnly
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: Black;
	background-color: #D3D3D3;
	border-color: #6494C5;
	border-width: 1px;
}

.cssReadOnlyListBox
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: Black;
	background-color: #D3D3D3;
	border-color: #6494C5;
	border-width: 1px;
}

.hideColumn
{
	display: none;
}
.EmptyGridStyle
{
	font-family: Verdana;
	font-size: 8.5pt;
	font-weight: bold;
	color: Black;
	background-color: #D3D3D3;
	border-color: #6494C5;
	border-width: 1px;
}
.RowGridStyle
{
	font-family: Verdana;
	font-size: 7.5pt;
	font-weight: bold;
	color: Black;
}

.cssSearchGridHeaderText
{
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	font-style: normal;
	color: White;
}
.RowSearchGridStyle
{
	font-family: Verdana;
	font-size: 7.5pt;
	color: Black;
}

.OverLappCombo
{
	z-index: 80;
}

.clsHelpText
{
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Verdana;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: Black;
	text-align: left;
}

/***************************** HNET-32274 STasovac ************************************************************************************/
/* Changed the old color scheme for the Provider Popup Search dialog window to match the popup window we are using in the application */

.clsAppButton 
{
    background: -ms-linear-gradient(top,  #bbbfc9 0%,#606164 100%);
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bbbfc9), color-stop(1, #606164) ); 
    background:-moz-linear-gradient( center top, #bbbfc9 5%, #606164 100% ); 
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#bbbfc9', EndColorStr='#606164'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#bbbfc9', EndColorStr='#606164')"; /* IE8 */
    background-color:#ededed; 
    -moz-border-radius:4px; 
    -webkit-border-radius:4px; 
    border-radius:4px;border-radius:0\9; 
    border:0px solid #dcdcdc; 
    display:inline-block; 
    color:#ffffff;
    font-family:calibri, arial, sans-serif; 
    font-size:12px;
    font-weight: normal; 
    padding:5px 10px; 
    text-decoration:none; 
    cursor:pointer;
 }    
.clsAppButton:hover 
{ 
    background: -ms-linear-gradient(top,  #dfdfdf 0%,#ededed 100%); /* IE10+ */
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
    background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% ); 
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#dfdfdf', EndColorStr='#ededed')"; /* IE8 */
    color:#000000; 
    cursor:pointer;
}
.clsAppGrid
{
    width: 95%;    
    text-align: center;
    font-size: 12px;
    color: #333;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;    
    white-space: nowrap;
    text-indent: 0px !important;
    line-height: 15px;
    font-family: calibri, arial, sans-serif;
    border: 1px solid #7d93bd !important;
    font-weight: normal;
    text-indent: 0px !important;
    padding: 0 4px !important;
}
 
.clsAppGrid th {
    background-color: #dfe4f0;    
    border: 1px solid #7d93bd !important;          
    font-weight: bold;       
}

.clsAppGrid tr td
{
    border-width: 1px;
    background: white;    
}
.clsAppGrid tr.even td {
        background: white;        
}
.clsAppGrid td {
        border: 1px solid #7d93bd !important;                        
        text-decoration: none;        
}
.clsAppGrid td:hover {
        color: blue;
        text-decoration: none;            
}

/************************* END OF THE HNET-32274 CHANGE - STasovac *********************************************************************************/

.clsButton
{
	color: #050;
	font-family: verdana;
	font-size: xx-small;
	border: 1px solid;
	border-top-color: #696;
	border-left-color: #696;
	border-right-color: #363;
	border-bottom-color: #363;
	font-weight: bold;
	cursor: hand;
	height: 20px;
	filter: progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr= '#ffffffff' ,EndColorStr= '#ffaaaaff' );
}

#Popup 
{
	top: 50px !important; /*HNET-31953*/
}
