/* Default CSS Stylesheet for a new Web Application project */

Body
{
    background-color: white;
    font-family: Verdana;
    color: #00025C;
    font-size: 11px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    
   
}
silverBg
{
	background-color:Silver;
}
HR
{
	border-collapse: collapse;
	color: #00025C;
	height: 1px;
}

Table {
	font-family: Open Sans,Arial,sans-serif;
	color: #00025C;
	font-size: 11px;
}
.TableWithBorder
{
	font-family: Verdana;
    color: #00025C;
    font-size: 11px;
    border-collapse: collapse;
    border: solid 1px silver;
}
.TableWithBorder
{
	font-family: Verdana;
	color: #00025C;
	font-size: 11px;
	border-collapse: collapse;
	width: 95%;
	height: 90%;
	border-right: silver 1px inset;
	border-top: silver 1px outset;
	border-left: silver 1px outset;
	border-bottom: silver 1px inset;
}

.PopupStyle
{
	font-family: Verdana;
    color: #00025C;
    /*background-color:#F6F6F6; */
    background-color:White;
    margin-top:10px;
    margin-left:12px;
    margin-right:0px;
    margin-bottom:5px;
}
.TableWithNoBorder
{
	font-family: Verdana;
    color: #00025C;
    border-collapse: collapse;
    border:0px #00025C none; 
    background-color:#F6F6F6;
}
.Textbox
{
	border: solid 1px silver;
	font-size: 11px;
	font-family: Verdana;
	color: navy;
	background-color: whitesmoke;
}

.SmallTextbox
{
   border: solid 1px silver;
   font-size: 9px;
   font-family: Verdana;
	color: navy;
	background-color: whitesmoke;   
}

.ButtonSmall
{
	font-size: 10px;
}

.TableWithBorder
{
	font-family: Verdana;
    color: #00025C;
    font-size: 11px;
    border-collapse: collapse;
    border: solid 1px silver;
    
}

.THeader
{
	font-weight:bold;
	color: #00025C;
	background: #F6F6F6;
}

A:link,
A:visited,
A:Active    
{     
	text-decoration: underline;
	color: #00025C;
    font-weight: bold;
    font-size: 11px;
}     

A:hover
{     
	text-decoration: none;
	color: #00025C;
	font-weight: bold;
	font-size: 11px;
}

.HeaderSeparatorBg
{
	background: #ff0000;
}

.BlueBg
{
	background: #00025C;
}

H1
{
	font-family: Verdana;
    color: #00025C;
    font-size: 18px;
    font-weight: bold;
}

H2
{
	font-family: Verdana;
    color: #00025C;
    font-size: 16px;
    font-weight: bold;
}

H3
{
	font-family: Verdana;
    color: #00025C;
    font-size: 14px;
    font-weight: bold;
}

H4
{
	font-family: Verdana;
    color: #00025C;
    font-size: 12px;
    font-weight: bold;
}

H5
{
	font-family: Verdana;
    color: #00025C;
    font-size: 11px;
    font-weight: bold;
}

.H1
{
	font-family: Open Sans,Arial,sans-serif;
    color: black;
    font-size: 18px;
    /*font-weight: bold;*/
}

.H2
{
	font-family: Verdana;
    color: #00025C;
    font-size: 16px;
    font-weight: bold;
}

.H3 {
	font-family: Open Sans,Arial,sans-serif;
	color: #00025C;
	font-size: 14px;
	/*font-weight: bold;*/
}

.H4
{
	font-family: Verdana;
    color: #00025C;
    font-size: 12px;
    font-weight: bold;
}

.H5
{
	font-family: Verdana;
    color: #00025C;
    font-size: 11px;
    font-weight: bold;
}

.H6
{
	font-family: Verdana;
    color: #00025C;
    font-size: 10px;
    font-weight: bold;
}

.H7
{
   font-family: Verdana;
   color: #00025C;
   font-size: 9px;
   font-weight: bold;
}

.noselect {
	-webkit-touch-callout: none;
	/* iOS Safari */
	-webkit-user-select: none;
	/* Safari */
	-khtml-user-select: none;
	/* Konqueror HTML */
	-moz-user-select: none;
	/* Old versions of Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
	user-select: none;
	/* Non-prefixed version, currently
                                      supported by Chrome, Edge, Opera and Firefox */
}

.TextWithBorder
{
  border:1px silver solid; 
  padding:8px;
  background-color:#F6F6F6;
}
.TextWithBottomBorder
{
    padding: 8px;
    background-color: #F6F6F6;
    border-bottom: silver 1px solid;
}

.ErrorTextWithBorder
{
  border:0px #00025C none; 
  padding:2px;
  color: White;
  font-family: Verdana;
  font-size: 11px;
  background-color:red;
}

.WarnRed
{
  color: red;
  font-family: Verdana;
  font-weight: bold;
}

.WarningText
{
  border:0px #00025C none; 
  color: green;
  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
}
.AuditText
{
	font-family: Verdana;
    color:  gray;
    font-size: 9px;
}
.mandtory
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 16px;
    COLOR: red;
    FONT-FAMILY: Wingdings;
	}


.text11
{
	font-size: 11pt;
	font-family: Verdana;
}

.textWBackgr
{
	padding-right: 10px;
	padding-left: 10px;
	font-size: 11pt;
	padding-bottom: 4px;
	padding-top: 4px;
	font-family: Verdana;
	background-color: gainsboro;
}
.TitleWithBackground
{
	font-weight: bold;
	font-size: 14pt;
	color: white;
	background-color: black;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 4px;
	padding-top: 4px;
}
.WhiteTitle 
{
	font-size: 14px;
	color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	
	margin-top: 20;
	margin-bottom: 20;
}
.Title
{
    font-weight: bold;
    font-size: 14px;
    color: #003399;
}
.Disabled
{
    color: darkgray;
    background-color: whitesmoke;
    border-right: #cccccc 1px dashed;
    border-top: #cccccc 1px dashed;
    border-left: #cccccc 1px dashed;
    border-bottom: #cccccc 1px dashed;
  
}
.Calendar
{
	vertical-align: top;
	position: relative;
	cursor: hand;
}
.ImageMiddle
{
	padding-top: 10px;
	
}

.Padding
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.HR_1x1s
{
	border-right: dimgray 1px 1x1ted;
	border-top: dimgray 1px 1x1ted;
	border-left: dimgray 1px 1x1ted;
	border-bottom: dimgray 1px 1x1ted;
	padding-bottom: 5px;
	padding-top: 5px;
}

.Middle
{
	vertical-align: middle;
}
.Button
{
	font-weight: bold;
	font-size: 10pt;
	color: #ffffff;
	background-color: #2153aa;
}
.ItemBottom
{
	vertical-align: bottom;
}
.ApplicationName 
{
	font-size: 26px;
	color: white;
	font-family: Open Sans,Arial,sans-serif;
/*	float: left;
	margin-right: 85rem;*/
	text-decoration: none;
}
.Captcha
{
    border-right: gainsboro 1px solid;
	border-top: silver 2px solid;
	border-left: silver 2px solid;
	border-bottom: gainsboro 1px solid;
}

& > .navbar {
	box-shadow: 0 0 .25rem 0 $grey;
	background-color: #061D49;
	z-index: 10;
	position: relative;
	padding: .675rem;
}
