﻿.genericOverskrift
{
	width: 100%!important;
	font-family:Roboto,Arial, Verdane;
    Font-Size:12px; 
    outline: none; 
    font-weight: bold;
	color: #415854;     
}
.genericMainPanel {
	width: 43%;
    float: left;
    vertical-align: top;
}

.genericMainPanel td
{
	padding-right: 0px;
	vertical-align: top;
}
.genericTekst
{
	width: 99%;
	font-family: Roboto,Arial, Verdane;
	color: black;
    Font-Size:12px; 
    outline: none; 
    font-weight: normal;
	color: #415854; 
	height: 23px;    
}

.genericAllignright {
    text-align: right;
    margin-right: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.genericTekst > a:hover {
    color: #68726A;
}


.genericFieldLabel
{
	width: 100%;
	font-family: Roboto,Arial, Verdane;
	font-size: 12px;
	color: #415854;
	overflow:auto; 
	resize: none;
	font-weight: bold;
}

.genericFieldString
{
	width: 99%;
	font-family: Roboto,Arial, Verdane; 
	color: black;
	font-size: 12px;
	color: #415854;
	height: 23px;
	border-width: 1px; 
	border-style: inset;
	border-color: Black;    
}

.genericFieldStringMultiline
{
	height: 100px;
	width: 99%;
	font-family: Roboto,Arial, Verdane; 
	font-size: 12px;
	color: #415854;
	border-width: 1px; 
	border-style: inset;
	border-color: Black;
}

.genericFieldStringMultilineNoHeight
{	
 	 width: 100%;
	font-family: Roboto,Arial, Verdane; 
	font-size: 12px;
	color: black;
	font-weight: bold;
	border-width: 1px; 
	border-style: inset;
	border-color: Black;
}

.genericFieldStringInfo
{
    width: 100%;
    font-family: Roboto,Arial, Verdane; 
	color: black;
	font-size: 12px;
    font-weight: bold;
	height: 23px;   
	border-width: 1px; 
	border-style: inset;
	border-color: Black;
    background-color: #f5f5f5;
}
.genericCheckbox
{
	width: 100%;
	font-family: Roboto,Arial, Verdane; 
	font-size: 12px;
	color: #415854;}

.genericFieldStringInfoMultiline
{
	height: 100px;
	width: 100%;
    font-family: Roboto,Arial, Verdane; 
	color: black;
	font-size: 12px;
	border-width: 1px; 
	border-style: inset;
	border-color: Black; 
	background-color: #f5f5f5;
}

.genericFieldInt32Info {
    width: 100%;
    font-family: Roboto,Arial, Verdane; 
	color: black;
	font-size: 12px;
	text-align: right !Important;
    font-weight: bold;
	height: 23px;   
	border-width: 1px; 
	border-style: inset;
	border-color: Black;
    background-color: #f5f5f5;
}
.genericFieldDateTimeInfo {
    font-family: Roboto,Arial, Verdane; 
	color: black;
	font-size: 12px;
	border-width: 1px; 
	border-style: inset;
	border-color: Black;
    background-color: #f5f5f5;
}
.genericFieldStringInfoMultilineNoHeight 
{
    width: 100%;
    font-family: Roboto,Arial, Verdane; 
	color: black;
	font-size: 12px;
	border-width: 1px; 
	border-style: inset;
	border-color: Black; 
	background-color: #f5f5f5;
}

.genericDropdownlist
{
	width: 100%;
	overflow:auto; 
	resize: none; 
	font-family:Roboto,Arial, Verdane;
	Font-Size:12px;
	font-weight:normal;
	color: black;
	height: 27px;
	border-width: 1px; 
	border-style: inset;
	border-color: Black;
}

.genericRadioButtonList
{
	width: 100%;
	font-family:Roboto,Arial, Verdane;
	Font-Size:12px;
	font-weight:bold;
	color: black;
	height: 27px;
	border-width: 1px; 
	border-style: inset;
	border-color: Black;
}

.genericGridCaption
{
	width: 100%;
	background: transparent;
    resize: none; 
    font-family:Roboto,Arial, Verdane;
    Font-Size:13px; 
    outline: none; 
    vertical-align:top; 
    padding-bottom:9px;
	font-weight: bold;
	color: #415854;     
}

.genericGridButton
{
	font-family: Roboto,Arial, Verdane; 
    color: white;
	background-color: #065a4f;
    font-weight: bold;
    overflow: auto;
    font-size: 13px;
    cursor: pointer;
    Height: 26px; 
    Width: 32%; 
    border-style:none;
    margin-right: 4px;
}
.genericGridButtons {
    text-align: right;
    margin-right: 0px;
    width: 99.5% !Important;
}
.genericGridHiddenField
{
	display: none;
	color: black;
}

.genericCalenderButtonTD
{
	width: 50px;
	color: black;
}

.genericCalenderButtonTD input
{
	font-family: Roboto,Arial, Verdane; 
    color: white;
	background-color: #065a4f;
    font-weight: bold;
    overflow: auto;
    font-size: 13px;
    cursor: pointer;
    Height: 26px; 
    Width: 50px; 
    border-style:none;
}
.genericFileUpload
{
	width: 100%;
	font-family: Roboto,Arial, Verdane; 
	color: black;
}
.genericFieldDoubleInfo {
	width: 99%;
	color: black;
	height: 23px;
	border: 0px;
	text-align: right
}
.genericCounterSpan
{
	float:right;
	font-family: Roboto,Arial, Verdane; 
	color: black;
    font-size: 10px;
    font-weight: bold;
}
.genericFieldDecimal {
	width: 99%;
	color: black;
	height: 23px;
	text-align: right; 
	font-family: Roboto,Arial, Verdane;
	font-size: 13px;
	border-width: 1px; 
	border-style: inset;
	border-color: Black;     
}
.genericFieldDecimalInfo {
	width: 99%;
	color: black;
	height: 23px;
	border: 0px;
	text-align: right
}
.genericSpacer {
	width: 2%;
}
.genericFieldInt {
	
}
.genericFieldFloat {
	
}
.geneicCalendar
{	
   border-bottom-style:none;
   width:100%;
   font-family:Roboto,Arial, Verdane;
   font-size:13px;
   border-color:#68726A;
}   
genericGridFooterSum
{                           
  font-size: 12px !Important;
  font-weight: bold;
}

.genericGridFooterField
{
  font-size: 12px !Important;
  text-align: right !Important;
  font-weight: bold;
}
.genericHiddenField
{
    display: none;
} 
.genericFieldInt32 {
    width: 100%;
    font-family: Roboto,Arial, Verdane; 
	color: black;
	font-size: 12px;
    text-align: right !Important;
    font-weight: bold;
	height: 23px;   
	border-width: 1px; 
	border-style: inset;
	border-color: Black; 
}
.ButtonMain 
{
    margin-left:  7px;
    width: 66.5% !Important;
    
}

.genericFieldLabelCheckbox {
    font-family: Roboto,Arial, Verdane;
    color: #415854 !Important;
	font-size: 12px;
    font-weight: bold;
    text-align: center !Important;
}
.genericCheckbox 
{
    width: 150px !Important;
    font-family: Roboto,Arial, Verdane;
    color: #415854 !Important;
	font-size: 12px;
    text-align: center !Important;
    font-weight: bold;
   
}
.genericFieldLabelCheckbox td:before {
    text-align: center !Important;
}
.genericLabelIntTd
{
                             
}
.genericLabelDecimalTd
{
}
.genericLabelCheckboxTd
{
   text-align: center    
}
 
.genericCheckboxTd
{
    text-align: center    
}
.genericPrint {
	font-family: Roboto,Arial, Verdane; 
    color: white;
	background-color: #065a4f;
    font-weight: bold;
    overflow: auto;
    font-size: 13px;
    cursor: pointer;
    Height: 26px; 
    border-style:none;
    margin-right: 4px;
    width: 100%
}

/************************** bailwal **************************************/
.bailwaldiv {
                             position: absolute;
                             z-index: 10;
                             background-color: WHITE;
                             filter: alpha(opacity = 70);
                             opacity: 0.8;
}
.bailwalframe {
                             position: absolute;
                             z-index: 5000;
                             background-color: white;
                             border: 1px solid;
                             -moz-box-shadow: 0 0 3px 3px #BBB;
                             -webkit-box-shadow: 0 0 3px 3px #BBB;
                             box-shadow: 0 0 3px 3px #BBB;
                             padding-left: 15px;
}
.layer {
                             background: none;
                             background-color:gray;
                             position: fixed;
                             top: 0px;
                             left: 50%;
                             transform: translateX(-50%); 
                             height: 100%;
                             opacity: 0.2;
                             filter: alpha(opacity = 70);
                             z-index: 2;
}
.block {
                             background: none;
                             position: fixed;
                             height: inherit;
                             width: inherit;
                             opacity: 0;
                             z-index: 1;
}
.nemIdButton {
                             border-style: none;
	font-family: Roboto,Arial, Verdane; 
    color: white;
	background-color: #065a4f;
    font-weight: bold;
                             overflow: auto;
                             resize: none;
                             Font-Size: 17px;
                             cursor: pointer;
                             cursor: pointer;
                             Height: 43px;
                             Width: 49%;
                             display: inline;
}
.DescriptionArrowTD img
{                           
     opacity: 0;  
}
.dialogheader 
{
    background-color: transparent;
    resize: none; 
    font-family:Roboto,Arial, Verdane;
    Font-Size:13px; 
    outline: none; 
    vertical-align:bottom;
    color: #415854;
    font-weight: bold;

}
.radiobuttonlist label {
    font-weight: bold;    
    overflow:auto; 
    resize: none; 
    font-family:Roboto,Arial, Verdane;
    Font-Size:12px;
    color: #B3B3B3;
}

.genericRadioButtonListHorizontal {
    border: 1px!important;     
    border-style: solid!important;
    font-family:Roboto,Arial, Verdane;
    Font-Size:12px;
    color: #B3B3B3;
}
.genericRadioButtonListVertical 
{
    border: 1px!important;
    border-style: solid!important;
    font-family:Roboto,Arial, Verdane;
    Font-Size:12px;
    color: #B3B3B3;
}
.genericCheckBoxListHorizontal {
    border: 1px!important;
    border-style: solid!important;
    font-family:Roboto,Arial, Verdane;
    Font-Size:12px;
    color: #B3B3B3;
    font-weight: normal!important;
}
.genericCheckBoxListHorizontal > tbody > tr > td  > span
{
    font-weight: normal!important;
}
.genericCheckBoxListVertical {
    border: 1px!important;
    border-style: solid!important;
    font-family:Roboto,Arial, Verdane;
    Font-Size:12px;
    color: #B3B3B3;
}
.genericCheckBoxListVertical > tbody > tr > td  > span
{
    font-weight: normal!important;
}

.genericRadioButtonListHorizontal2 {
    border: 1px!important;     
    border-style: solid!important;
    font-family:Roboto,Arial, Verdane;
    Font-Size:12px;
    color: #B3B3B3;
}
.genericCheckBoxListHorizontal2 {
    border: 1px!important;
    border-style: solid!important;
    font-family:Roboto,Arial, Verdane;
    Font-Size:12px;
    color: #B3B3B3; 
    font-weight: normal!important;
}
.genericCheckBoxListHorizontal2 > tbody > tr > td  > span
{
    font-weight: normal!important;
}
.genericRadioButtonListHorizontal3 {
    border: 1px!important;     
    border-style: solid!important;
    font-family:Roboto,Arial, Verdane;
    Font-Size:12px;
    color: #B3B3B3;
}
.genericCheckBoxListHorizontal3 {
    border: 1px!important;
    border-style: solid!important;
    font-family:Roboto,Arial, Verdane;
    Font-Size:12px;
    color: #B3B3B3; 
    font-weight: normal!important;
}
.genericCheckBoxListHorizontal3 > tbody > tr > td  > span
{
    font-weight: normal!important;
}
.genericRadioButtonListHorizontal4 {
    border: 1px!important;     
    border-style: solid!important;
    font-family:Roboto,Arial, Verdane;
    Font-Size:12px;
    color: #B3B3B3;
}
.genericCheckBoxListHorizontal4 {
    border: 1px!important;
    border-style: solid!important;
    font-family:Roboto,Arial, Verdane;
    Font-Size:12px;
    color: #B3B3B3; 
    font-weight: normal!important;
}
.genericCheckBoxListHorizontal4 > tbody > tr > td  > span
{
    font-weight: normal!important;
}
.genericRadioButtonListHorizontal5 {
    border: 1px!important;     
    border-style: solid!important;
    font-family:Roboto,Arial, Verdane;
    Font-Size:12px;
    color: #B3B3B3;
}
.genericCheckBoxListHorizontal5 {
    border: 1px!important;
    border-style: solid!important;
    font-family:Roboto,Arial, Verdane;
    Font-Size:12px;
    color: #B3B3B3; 
    font-weight: normal!important;
}
.genericCheckBoxListHorizontal5 > tbody > tr > td  > span
{
    font-weight: normal!important;
}
.genericRadioButtonListHorizontal2 > tbody > tr > td {
    width: 50%;
}
.genericCheckBoxListHorizontal2 > tbody > tr > td {
    width: 50%;
}
.genericCheckBoxListHorizontal3 > tbody > tr > td {
    width: 33%;
}
.genericCheckBoxListHorizontal3 > tbody > tr > td {
    width: 33%;
}
.genericCheckBoxListHorizontal4 > tbody > tr > td {
    width: 25%;
}
.genericCheckBoxListHorizontal4 > tbody > tr > td {
    width: 25%;
}
.genericCheckBoxListHorizontal5 > tbody > tr > td {
    width: 20%;
}
.genericCheckBoxListHorizontal5 > tbody > tr > td {
    width: 20%;
}

.GridViewRowNew > td > a:link {
   color: #68726A!important;
}

/* visited link */
.GridViewRowNew > td > a:visited {
   color: #68726A!important;
}

/* mouse over link */
.GridViewRowNew > td > a:hover {
  color: #68726A!important;
}

/* selected link */
.GridViewRowNew > td > a:active {
   color: #68726A!important;
} 
.GridViewAlternatingRowNew > td > a:link {
   color: #68726A!important;
}

/* visited link */
.GridViewAlternatingRowNew > td > a:visited {
   color: #68726A!important;
}

/* mouse over link */
.GridViewAlternatingRowNew > td > a:hover {
  color: #68726A!important;
}

/* selected link */
.GridViewAlternatingRowNew > td > a:active {
   color: #68726A!important;
} 