body {
	font-size: 93.75%;
	font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
	color: #444;
	background: #fff;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
} 
html[xmlns] .clearfix {
	display: block;
}
*
{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
span, p, label
{
	margin-top: 0.6em;
	margin-bottom: 1em;
	font-size: 1em;
}
.Red
{
	background-color:Red;
}
.Purple
{
	background-color:Purple;
}
img 
{
    border: 0;
    max-width: 100%;
}
input, textarea, select
{
    margin: 0;
    color: #444;
    font-family: inherit;
    line-height: 1.2;
    font-size: 1em;
}
    textarea, input[type="text"], input[type="email"], input[type="number"], input[type="tel"],  input[type="password"], select
    {
        border: 1px solid #999;
        padding: 0.6em 0.4em;
    }
        textarea:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="password"]:focus, select:focus
        {
            border-color: #FFA400;
            outline: 2px solid #FFA400;
        }
    input[type="radio"], input[type="checkbox"]
    {        
        padding: 0.2em;
        margin: 0.5em;
    }
    input[type="submit"]
    {
        color: #f8f8f8;
        font-size: 1em;
    }
    .ButtonStyle
    {
        cursor:pointer;
	    margin: 0.4em 0.6em 0.4em 0;
        padding: 0.6em 1.4em;
        background-color: #1269FE;
        border-radius: 2px;
        border: 0;
        font-weight: normal;
    }
.ButtonStyle:disabled {
			cursor:not-allowed;
			margin: 0.4em 0.6em 0.4em 0;
			padding: 0.6em 1.4em;
			background-color: #999;
			border-radius: 2px;
			border: 0;
			font-weight: normal;
		}
    .ButtonStyle:hover
    {
    }
    .ButtonStyle[value=Avbryt]:hover
    {
        color: #f00;
    }

/*********************** KOMPONENTER *****************************/
/* OBS! Måste ligga långt upp i filen för att man ska kunna överrida deras inställningar */
.EW2LabelStyle
{

}
.Sidtitel 
{
    font-size: 1.5em;
}
.SidtitelHolder
{
    clear:both;
    background-color: #FFF; /*#f3f3f3;*/
    padding: 0.4em 0em;
}
.Beskrivning
{
    line-height: 1.6em;
    display:block;
}
.EW2LabelFelStyle {
    color: Red;
    display: block;
}
.EW2CheckBox
{
}

.EW2RadioButton
{
}

.EW2TextBox
{
}
    .EW2TextBox:focus
    {
    }
/**************** LÄNKAR ***************/
a:link, a:visited {
	color: #0641A5;
	text-decoration: underline;
}
a:active, a:hover {
	text-decoration:none;
}
.TabortLank:link, .TabortLank:visited 
{
    display:inline-block;
	background-image:url(../Installningar/Images/sprite-heroma.png);
	background-position: 0px -135px;
	background-repeat:no-repeat;
	text-indent:-9999px; 
	padding-left: 26px;
}
/********************* Markering för obligatoriska fält *************************/
.Obligatorisk
{
	color: #FF0000;	
}
/********************* Cookie Dialog ***********************************/
.CookieDialog {
    display: none; 
    position: relative; 
    left: 0;
    top: 0;
    width: 100%; 
    z-index: 2; 
}
.CookieDialogInfo {
    text-align: center;
    padding: 12px;
}
.AlertCookieText {
    width: 50%;
}
.CookieToggle {
    display: inline-block;
    font-weight: bold;
    color: #fff;
    background-color: #F00;
    padding: 5px 8px;
    text-decoration: underline;
    cursor: pointer;
}
/********************* Progress Dialog ***********************************/
.ProgressModal {
    display: none;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 5;
    -ms-opacity: 0.8;
    background-color: rgba(51, 51, 51, 0.9)
}

.ProgressDialog {
    position: relative;
    top: 100px;
    width: auto;
    z-index: 6;
    height: auto;
    text-align: center;
    display: inline-block;
    background-color: rgba(255, 255, 255, 1);
    min-width: 480px;
    -ms-opacity: 1;
    margin: 12px;
    border-radius: 5px;
    box-shadow: 0 2px 4px black;
}

.ProgressTextContent {
    margin-top: 16px;
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 16px;
}

.ProgressText {
    text-align: center;
    margin: 12px;
    font-size: 1.1em;
}

.ProgressSpinner {
    margin-top: 24px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 48px;
    text-align: center;
    height: 48px;
    -webkit-animation: ProgressSpin 1.5s linear infinite;
    animation: ProgressSpin 1.5s linear infinite;
    display: inline-block;
}

/* Text Starta BankID */
span[data-js-text] {
    display: none;
}
/* Safari */
@-webkit-keyframes ProgressSpin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes ProgressSpin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/************ MASTERPAGE *************/
.Wrapper 
{
    width: 100%;
	margin: 0;
}
.MasterHeaderMenu,
.MasterContentTop,
.MasterContent,
.MasterFooter
{
	width: 100%;
}
.MasterHeaderMenu
{
    margin: 0em auto;
}
.MasterContentTop{
    margin: 0em auto;
}
.MasterContent{
    margin: 1em auto;
}
.MasterFooter{
    margin: 0em auto;
}

.MasterHeader,
.MasterMenu,
.MasterInloggad,
.MasterContentInner,
.MasterFooterInner
{
    width: 100%;
    max-width: 64em;
}
    .MasterHeaderMenu::after,
    .MasterContentTop::after,
    .MasterContent::after,
    .MasterFooter::after,
    .MasterHeader::after,
    .MasterMenu::after,
    .MasterInloggad::after,
    .MasterContentInner::after,
    .MasterContentInnerWrap::after,
    .MasterFooterInner::after
    {
        content: "";
        display: table;
        clear: both;
    }
.MasterHeader
{
    margin: 0em auto;
}
.MasterMenu 
{
    margin: 0.333em auto 0 auto;
}
.MasterInloggad
{
    margin: 0em auto;
    background-color: #efefef;
}
.MasterContentInner
{
    margin: 0em auto;
}
.MasterContentInnerWrap 
{
    margin: 0em 1.5625%;
}
.MasterFooterInner
{
    margin: 0em auto 1em auto;
}
.Footer 
{
    display:inline-block;
    width: 100%
}
.FooterStart 
{
    width: 100%;
    padding: 10px;
    border-top: solid 3px #126afe;
    color: #4D4D4D;
    font-size: 0.825em;
    text-align: center;
}
.FooterEnd 
{
    height: 5px;
}
.SidfotInfoLabel 
{
    color: #4D4D4D;
}
.MasterMenuInloggad 
{
    float:right;
    margin: 0;
}
.MasterInloggad a:link 
{
    padding: 0px 0px 0px 5px;
}
.MasterHeaderLeft{
    width:35%;
    float:left;
}
.MasterHeaderMiddle
{
    width: 30%;
    float:left;
    padding-top: 1em;
}
    .MasterHeaderMiddle .HuvudsidaTitel
    {
        font-size: 1.6em;
    }
.MasterHeaderRight
{
    width:35%;
    float:left;
}

.MasterHeaderRight a:link, .MasterHeaderRight a:visited 
{

}
.MasterHeaderRight a:hover {

}

.MasterMenuBtn
{
    display: none;
    position: relative;  
    margin: 0em auto; 
    padding-top:13px;
    border: 0px solid #222;
    height: 48px; 
    width: 100%; 
    font-size: 1.2em;
    color: #EEE;
    font-weight: normal;
}
.MasterMenuToggle:before {
    position: absolute;
    content: "";
    border-top: 4px solid #EEE;
    border-bottom: 12px double #EEE;
    height: 4px;
    width: 25px;
    top: 13px;
    right: 48%; /*3px;*/
}
.MasterMenuToggle
{
    width:100%;
    float:left;
}
.ToggleText
{
    display:block;
    width:100%;
    margin: 0;
    text-indent: -9999px
}
.LinkAddNew {
	float: right;
}
.LinkBack 
{
    float:right;
    background-color: #FFE473;
}
    .LinkBack ul {
        margin: 0.3em 0;
    }
        .LinkBack ul li {
            display: inline-block;
            zoom: 1;
            *display: inline;
            padding: 0.200em 0.400em;
        }
            .LinkBack ul li a {
                color: #333;
                background-color: #FFE473;
                text-decoration: none;
            }
                .LinkBack ul li a:hover {
                    text-decoration: underline;
                }

.MasterMenuList
{
    list-style: none outside none;
    background-color: #F5F5F5;
    border-bottom: 5px solid #126AFE;
    width: 100%;
    float:left;
    display:block;
}
    .MasterMenuList li
    {
        display:inline-block;
        zoom: 1;
		*display: inline;
        -moz-transition: all 300ms ease-in-out 0s;
        -o-transition: all 300ms ease-in-out 0s;
        -webkit-transition: all 300ms ease-in-out 0s;
        transition: all 300ms ease-in-out 0s;
    }
        .MasterMenuList li a
        {
            display:block;
            padding: 0em 0.75em;
            color: #333333;
            line-height: 2.5em;
            text-decoration: none;
            -moz-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
            -o-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
            -webkit-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
            transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
            
        }
            ul.MasterMenuList li a span
            {
               text-transform:uppercase;
            }

    .MasterMenuList a:link,
    .MasterMenuList a:visited
    {
    }
        .MasterMenuList li:hover a
        {
            background-color: #FFDA40;
            color: #FFFFFF;
        }
/* Active */
    .MasterMenuList li.ActiveItem, .MasterMenuList li.ActiveItem a
    {
        background-color: #4D8FFE;
        color: #FFFFFF;
    }
        .MasterMenuList li.ActiveItem a, 
        .MasterMenuList li.ActiveItem a:link, 
        .MasterMenuList li.ActiveItem a:visited
        {
        }
    .MasterMenuList a.ActiveItem:hover
    {
    }
.MasterMenuListInloggad
{
}
.MasterMenuListInloggadNamn
{
}
/****************** Kolumner *********************/
.Col1_1
{
    width: 100%;
    float: left;
}
.Col1_2, .Col2_2
{
    width: 49.25%;
    float: left;
}
.Col1_2
{
    margin-right:1.5%;
}
.Col1_3, .Col2_3, .Col3_3
{
    width: 33.333%;
    float: left;
}
.Col1_4, .Col2_4, .Col3_4, .Col4_4 {
    width: 25%;
    float: left;
    /*padding-top: 0.7em;*/
}
.FormCol1_1
{
    width: 100%;
    float: left;
    padding: 0.2em 0;
}
.FormCol1_2, .FormCol2_2
{
    width: 50%;
    float: left;
    padding: 0.2em 0.4em 0.2em 0;
}
.FormCol2_2 {
	padding-right: 0;

}
LogCol1_1 {
	width: 100%;
	float: left;
	padding: 0.2em 0;
}
.LogCol1_2, .LogCol2_2 {
	width: 50%;
	float: left;
	
}

	/********************** FELMEDDELANDE *******************/
	.ServerError
{
	color:Red;
  	font-weight:bold;
}

/************** Tabell inställningar *******************/
.TableStyle
{
    width:100%;
    text-align: left;
    margin-bottom: 2em;
}
    .TableStyle caption
    {
        font-size:1.2em;
        text-align:left;
    }
    .TableStyle td, .TableStyle th
    {
        padding: 0.325em;
        text-align: inherit;
    }
.HeaderStyle
{
    border-bottom: solid #5997ff 2px;
}
.HeaderCellStyle
{
}
.RowStyle, .AltRowStyle
{
    border-bottom: solid #7CADFF 1px;
}
.FirstRow /*Används 2 rader tabeller är det här första raden*/
{
    border-bottom: 0px;
}
.HeaderCellStyle a
{
	color: #333;
	text-decoration: none;
}
.HeaderCellStyle a:hover
{
	text-decoration: underline;
}
.RowStyle
{
	background-color:#F9F9F9;
}
.RowStyle td
{
}
.AltRowStyle
{
    background-color:#fff;
}
.AltRowStyle td
{    
}
/*TableLink används då man har länkar i WebGriden*/
.TableLink:link {
	text-decoration: none;
}
.TableLink:visited {
    text-decoration: none;
}
.TableLink:active {
    text-decoration: none;
}
.TableLink:hover {
	text-decoration: none;
}
/************** Kalenderinställningar *****************/
.CalendarTableStyle
{	
	width:100%;    
    text-align: left;
    margin-bottom: 1em;
}
    .CalendarTableStyle caption
    {
        font-size: 1.2em;
        text-align: left;
    }
    .CalendarTableStyle td, .CalendarTableStyle th
    {
        padding: 0.325em;
        text-align: inherit;
    }
.CalenderHeaderStyle
{
	/*background-color: #7CADFF;*/
}
.CalendarWeekHeaderStyle th
{
    border-bottom: solid #5997ff 2px;
    width: 12.5%
}
.CalendarRowStyle td:first-of-type, .CalendarAltRowStyle td:first-of-type
{
    border-right: solid #5997ff 2px;
}
.CalendarRowStyle td,
.CalendarAltRowStyle td
{
    cursor: pointer;
	background-color: #f8f8f8;
    border-bottom: solid #FFF 1px;
}
.CalendarRowStyle td:hover,
.CalendarAltRowStyle td:hover
{
	background-color: #EEE;
}
.CalendarWeekCellStyle
{
	background-color: Gray;
}
.CalendarOnskadTid
{
	background-color:#FFE473;
}
.CalendarBooked
{
	background-color:#7CADFE;
}
.CalendarDateStyle, .CalendarBooked, .CalendarOnskadTid
{
    margin: 0.2em 0;
    display: block;
}
.CalendarBooked, .CalendarOnskadTid
{
    padding: 0 0.2em;
}
/***************************** Page: LoggaIn **************************/
.LogInMainDiv
{
}
.LogInInfo
{
	width:auto;
	display:block;	
}
.LogInFelmeddelande
{
	display:block;	
	padding-top:15px;
}
.LogInUserText
{
	display:block;
}
.LogInUserTextBox
{
	width:16em;
}
.LogInLosenText
{
	display:block;
}
.LogInLosenTextBox
{
	width:16em;	
}
.LogInButton
{
	display:block;
}
.LogInNyUser
{
	display:block;
    margin: 0.6em auto;
}
.LogInGlomtLosen
{
    display:block;
    margin: 0.6em auto;
}
/************ Välj Idnr ******************/
.IdnrInfo
{
}
.IdnrDrop
{
}
.IdnrValjButton
{
	display:block;
}
/************************* Page: Personuppgifter ***************************/
.PersupgAnsokRubrik
.PersupgIntresseRubrik
{
	font-weight: bold;
}
.PersupgAnsokAntalAns
{
	display:block;
	padding-top:15px;
	padding-bottom:30px;
}
.ChkVisaAlt {
    display: block;
    padding-top: 15px;
    padding-bottom: 30px;
    float:right;
}
.PersupgKalenderLabel
{
}
.PersupgKalender
{
}
/************************* Page: Answermeeting ****************************************/
.TableAnswerMeetingStyle { padding-top: 15px; }
.MeetingFeedback, .MeetingFeedbackDetails,
.MeetingDetailsTitle, .MeetingDetailsDateTime, .MeetingDetailsLocation, .MeetingDetailsInstructions {
    display: block;
}
.MeetingFeedback {
    color: forestgreen;
}
.MeetingDetailsTitle {
    font-size: 1.2em;
}
.MeetingDetailsDateTime {
    font-size: 1.1em;
}
.MeetingAlternative {
    display: block;
    font-size: 1.2em;
}
.OccuranceRadioButton {
    padding-top: 15px;
    display: block;
}
.OccuranceRadioButton[disabled=disabled] {
    color: #999;
}
    .OccuranceAdditionTextbox {
    display: block;
    width: 100%;
    max-width: 30em;
}
/************************* Meny samt Innehållstabell i ansökansförfarandet ************************/
.TableMenuStyle
{
	width:28%;
    float:left;
    display:block;
}
.TableAnsokanSvarStyle
{
	width:72%;
    float:left;
    display:block;
}
.TableAnsokanOne {
    width: 100%;
    float: left;
    display: block;
}
/*********************** Page: Besvara frågor/Profilfrågor **************************/

.AnsokRubrik
{
    display:block;
	font-size: 1.7em;
}
.AnsokInfo
{
}
.TableMenuStyle
{
}
    .TableMenuStyle a:link, .TableMenuStyle a:visited
    {
        color: #0641A5;
    }
    .TableMenuStyle ul
    {
        margin-right: 1em;
    }
        .TableMenuStyle ul li
        {
            list-style: none outside none;
            background-color: #FFF;
            border-left: 6px solid #7CADFF;/*#FFBB40;*/
            border-bottom: 0px dotted #bbb;
            padding: 0.2em 0.2em;
        }
.TableMenuStyle ul li.ProfilFragorSelectedAltRowStyle, .TableMenuStyle ul li.ProfilFragorSelectedRowStyle 
{
	border-left: 6px solid #FF8F40;
}
.TableMenuStyle ul .ProfilFragorSelectedAltRowStyle a:link, .TableMenuStyle ul .ProfilFragorSelectedAltRowStyle a:visited {
	text-decoration: none;
}
.TableMenuStyle ul .ProfilFragorSelectedRowStyle a:link, .TableMenuStyle ul .ProfilFragorSelectedRowStyle a:visited {
	text-decoration: none;
}
.TableMenuStyle ul .ProfilFragorAltRowStyle a:link, .TableMenuStyle ul .ProfilFragorAltRowStyle a:visited {
	width:100%;
	text-decoration: none;
}
.TableMenuStyle ul .ProfilFragorRowStyle a:link, .TableMenuStyle ul .ProfilFragorRowStyle a:visited {
	width:100%;
	text-decoration: none;
}
.TableMenuStyle ul .ProfilFragorSelectedAltRowStyle a:hover, .TableMenuStyle ul .ProfilFragorSelectedAltRowStyle a:focus, .TableMenuStyle ul .ProfilFragorSelectedAltRowStyle a:active,
.TableMenuStyle ul .ProfilFragorSelectedRowStyle a:hover, .TableMenuStyle ul .ProfilFragorSelectedRowStyle a:focus, .TableMenuStyle ul .ProfilFragorSelectedRowStyle a:active,
.TableMenuStyle ul .ProfilFragorAltRowStyle a:hover, .TableMenuStyle ul .ProfilFragorAltRowStyle a:focus, .TableMenuStyle ul .ProfilFragorAltRowStyle a:active,
.TableMenuStyle ul .ProfilFragorRowStyle a:hover, .TableMenuStyle ul .ProfilFragorRowStyle a:focus, .TableMenuStyle ul .ProfilFragorRowStyle a:active
 {
    text-decoration:underline;
}

.TableMenuStyle ul li a:link {
    
}
    .TableMenuStyle .MenuTop, .TableMenuStyle .MenuBottom
    {
        display:block;
        height: 1em;
    }
.ProfilBenamning
{
    font-size: 1.2em;
    color:#333;
	font-weight:bold;
	display:block;
}
.ProfilFragorLabel
{
    display:block;
    font-size:1.0em;
	font-weight:bold;
}
.ProfilBackButton
{
}
.ProfilNextButton
{
}
.ProfilCancelButton
{
}
.ProfilFragorObligatorisk
{
	color: #FF0000;	
}
.ProfilFragaBesvarad
{
	color:Red;
}
.ProfilTextbox
{
	display:block;
    width:100%;
    max-width: 30em;		
}
.ProfilSpace {
margin-top :0.1em;
} 
.ProfilSelectBox {
	display: block;
	width: 100%;
	max-width: 25em;
}
.ProfilCheckBox
{
	display:block;
}
.ProfilSelectboxMultiple
{
	display:block;
    width:100%;
    max-width: 25em;
}
.ProfilRadioButton
{
	display:block;
}
/************************** Page: Social Login ******************/
.fblogin {
	background-image: url(../Installningar/Images/fbicon.PNG);
	background-color: #3b5998;
}

.linklogin {
	background-image: url(../Installningar/Images/lnkicon.PNG);
	background-color: #007bb5;
}

.googlelogin {
	background-image: url(../Installningar/Images/gplusicon.PNG);
	background-color: #dd4b39;
}

.sociallogin {
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 2.5em;
	font-size: smaller;
	Height: 10%;
	Width: auto;
	min-width :15em;
	text-align :left;
	border:none;
}
/************************** Page: Bifoga filer ******************/
.BifogaFilRubrik
{
	font-size: 1.2em;
    color:#333;
	font-weight:bold;
	display:block;
}
.BifogaFilInfo
{
	display:block;
}
.BifogaUploadFile 
{
	display:block;
	margin: 5px;
	width :100%;
}
.BifogaFilButton
{
	display: block;
}
.BifogaFelLabel
{
}
.ObligatoriskBifoga
{
    color: Red;
}
.BifogaAntal
{
	display:block;
}
.WaitUploadFile {
    border: 1px solid black;
    display: none;
    position: absolute;
    background-color: #EEEEEE;
    height: 50px;
    width: 260px;
    top: 240px;
    left: 250px;
    padding: 7px;
    font-size: 14px;
    color: Black;
}
/*********************** Page: Sammanfattning ********************/
.SammanfattningRubrik {
    font-size: 1.2em;
    color: #333;
    font-weight: bold;
    display: block;
}
.SammanfattningAnsokRubrik {
	font-size: 1.2em;
	font-weight: bold;
	display: block;
}
.SammanfattningInfo
{
	display:block;
	border-bottom: 2px solid #FFA400; /*#DFE2C2;*/
	padding: 0.4em 0;
}

.SammanfattningProfilSvarRubrik
{
	display:block;
	font-weight:bold;
	padding: 0.333em 0;
}

.SammanfattningProfilSvarFraga
{
	display:block;
	/*padding: 0.2em 0.333em 0.066em 0.333em;*/

}

.SammanfattningProfilSvar, .SammanfattningProfilSvarRed
{
	display:block;
    margin-top: 0;
	/*padding: 0.066em 0.333em 0.333em 0.333em;*/
}

.SammanfattningProfilSvarRed
{
	color:Red;
}
.SammanfattningProfilSvarRed a:link
{
	color:Red;
}
.SammanfattningFel
{
	display:block;
	padding-bottom:1em;
}
.SammanfattningTillbakaKnapp
{	
}
.SammanfattningSparaKnapp
{	
}
.SammanfattningRowStyle
{
	border-bottom: 1px dotted #FFA400;
	padding-bottom:2px;
}
.SammanfattningAltRowStyle
{
	border-bottom: 1px dotted #FFA400;
	padding-bottom:2px;
}
.SammanfattningPrint 
{
    float: right;
    width: 6em;
}
.SammanfattningPrint a:link, .SammanfattningPrint a:visited {
	float: right;
	background-image:url(../Installningar/Images/sprite-heroma.png);
	background-repeat:no-repeat;
	padding-left: 28px;
	padding-bottom: 3px;
	padding-top: 2px;
	margin-right:10px;
}
.Print {
	background-position:0px 0px;
}
/************************* Page: Ny User **************************/
.NyUserInfo
{
	display:block;
	padding: 10px 0px 10px 0px;
}
#VillkorScrollBox {    
    display: none;
    width: 100%;
    max-width: 48em;
    height: 150px;
    overflow-y: auto;
    padding: 5px;
    border: 1px solid #CCC;
}
.NyUserVillkorText
{
    background: #fff;
	width: 100%;
	display:block;
}
.NyUserVillkorCB
{
}
.NyUsernameLabel, .NyUserPasswordLabel, .NyUserBekraftaPassLabel, .RecaptchaInfoLabel
{
	display:block;
}
.NyUsernameTextbox, .NyUserBekraftaUsernameTextbox,
.NyUserPasswordTextbox, .NyUserBekraftaPassTextbox
{
    width:100%;
    max-width: 16em;
}
.NyUserScrambleSvarTextbox
{
    width:8em;
}
.NyUsernameFormat
{
}
.NyUserFormatLosen
{
}
.NyUserNastaButton
{
	display:block;
}
/******************** Page: Ny User Uppgifter **********************/
.NyUserFornamn, .NyUserEfternamn, .NyUserPersonnr, .NyUserKon, 
.NyUserCOAdress, .NyUserAdress, .NyUserPostnr, .NyUserPostadress, .NyUserTelefon, .NyUserMobil
{
	display:block;
}
.NyUserPersonnrFormat
{	
}
.NyUserPostnrFormat
{
}
.NyUserFornamnTextBox, .NyUserEfternamnTextBox, 
.NyUserCOAdressTextBox, .NyUserAdressTextBox, .NyUserPostnrTextBox , .NyUserPostadressTextBox, .NyUserTelefonTextBox, .NyUserMobilTextBox
{
    width:100%;	
}
.NyUserPersonnrTextBox{
    width: 100%;
}
.NyUserMan, .NyUserKvinna
{
}
.NyUserRegistreraButton
{
	display:block;	
}
/******************* Page: Tack för ansökan ******************/
.TackRubrik
{
	display:block;
	font-size:1.75em;
}
.TackInfoText
{
	display:block;	
}
/******************** Page: annonsvisning ********************/
.SokTjanstButton
{
    float:left;
	display:inline;
	margin-bottom:1em;
	margin-top:0px;
}
.VisaAnnonsPdf
{
   display:inline;
}

.Annonsen
{
    display:inline-block;
	width: 95%;
}
.Annonsen h1
{
}
.Annonsen h2 
{
}
.Annonsen h2
{

}
.Annonsen p
{
}
.Delning
{
    float:left;
    margin-left: 115px;
    position:absolute;
}
.AnnonsPrint 
{
    float: right;
    width: 30%;
}
.AnnonsPrint a:link, .AnnonsPrint a:visited {
	float: right;
	background-image:url(../Installningar/Images/sprite-heroma.png);
	background-repeat:no-repeat;
	padding-left: 28px;
	padding-bottom: 3px;
	padding-top: 2px;
	margin-right:10px;
}
.Print {
	background-position:0px 0px;
}
/********************** Page: Subscription ***********************/
.SubYrkesomrDrop {
	display: block;
	width: 100%;
	max-width: 20em;
}
.SubFriTextTextbox {
	width: 100%;
	max-width: 20em;
	min-height: 60px;
}
.SubscriptionEmail {
	width: 100%;
	max-width: 20em;
}
	/********************** Page: Intresseanmälan ***********************/
	.IntresseFelLabel, .IntresseYrkesomrLabel, .IntresseYrkeLabel, .IntresseGeoomrLabel
{
	display:block;
}

.IntresseYrkesomrDrop, .IntrsseYrkeDrop, .IntresseGeoomrDrop
{
	display:block;
	width:100%;
    max-width: 20em;
}
.IntresseButton
{
}
.IntresseCBAbbonera
{
	display:block;
}
.IntresseForlangLank:link, .IntresseForlangLank:visited 
{
    display:inline-block; 
	background-image:url(../Installningar/Images/sprite-heroma.png);
	background-position: 0px -44px;
	background-repeat:no-repeat;
	text-indent:-9999px; 
	padding-left: 28px;
}
/*************** Page: Personligt *****************/
.PersupgFelLabel
{
}

.PersupgInfoLabel
{
	font-weight:bold;
}
.PersupgUserName, .PersupgFornamn, .PersupgEfternamn, .PersupgPersonnr, .PersupgKon,
.PersupgCOAdress, .PersupgAdress, .PersupgPostnr, .PersupgPostadress, 
.PersupgTelefon, .PersupgMobil,
.AndraLosen1, .AndraLosen2
{
	display:block;
}
.PersupgUserNameFormat
{
}
.PersupgPersonnrFormat
{
}
.PersupgPostnrFormat
{
}
.PersupgUserNameTextbox {
    width: 100%;
}
.PersupgFornamnTextBox, .PersupgEfternamnTextBox, .PersupgCOAdressTextBox, .PersupgAdressTextBox, .PersupgPostnrTextBox, .PersupgPostadressTextBox,
.PersupgTelefonTextBox, .PersupgMobilTextBox,
.AndraLosen1Textbox, .AndraLosen2Textbox {
    width: 100%;
}
.PersupgPersonnrTextBox {
    width: 100%;
}
.PersupgKvinna, .PersupgMan
{
}
.PersupgUppdateraButton
{
	display:block;
}
.PersupgAvregInfoLabel
{
	display:block;
}
.PersupgAvregistreraButton
{
	display:block;
	color:Red;
}
/************************ Page: Glömt lösenord *************************/
.GetLosenFelLabel
{
}
.GetLosenUserNameLabel
{
	display:block;
}
.GetLosenUserNameTextBox {
    display: block;
    width: 48.5%;
}
.GetLosenSkickaButton
{
}
/********************* Page: Lediga jobb **************************/
.LedigaJobbRubrik
{
    display: block;
	text-align: left;
    font-weight: bold;
}
.LedigaJobbWrap, .LedigaJobbkorttidWrap 
{
    padding: 1em 0;
}
.LedigaJobbGrid
{	
}
.LedigaJobbKorttidRubrik
{
    display: block;
	text-align: left;
    font-weight: bold;
}
.LedigaJobbkorttidGrid
{   
}
.LedigaJobbSok
{
	display:block;
	padding: 5px 10px 5px 10px;
}
.LedigaJobbSokYrke
{
    width: 30%;
	margin-right:3%;
}
.LedigaJobbSokYrkesOmrade
{
    width: 30%;
	margin-right:3%;
}
.LedigaJobbSokGeoOmrade
{
    width: 30%;
}
/*********************** Page : Kasta ansokan *****************************/
.KastaAnsokanRubrik, .KastaAnsokanInfo, .KastaAnsokanFraga, .KastaAnsokanDetaljer, .KastaAnsokanReasonMsg, .KastaAnsokanResultat {
    display: block;
}
.KastaAnsokanReasonMsg {
    width: 100%;
    max-width: 30em;
}
.KastaAnsokanResultat { }
/************************ Page: FörlängIntresseanmälan *****************************/
.ForlangIntresseanmalanRubrik
{
	display: block;	
}
.ForlangIntresseanmalanInfo
{	
	display:block;
}
.ForlangIntresseanmalanFraga
{
	display:block;
}
.ForlangIntresseanmalanJa
{	
}
.ForlangIntresseanmalanNej
{
}
.ForlangintresseanmalanResultat
{
    font-size:1.75em;
}

/************************** Page: Intervjukallelse ***************************/
.IntervjukallelseRubrik
{
	display: block;	
}

.IntervjukallelseFraga
{	
	display:block;
}

.IntervjukallelseJa
{
}

.IntervjukallelseNej
{
}

.IntervjukallelseResultat
{
    font-size:1.75em;
}

/********************* Page: Kandidatbank *******************************/
.KandidatbankRubrik
{
	display: block;	
}
.KandidatbankInfo
{
	display:block;
}
.KandidatbankJa
{
}
.KandidatbankNej
{
}
.KandidatbankSvarResultat 
{
     font-size:1.75em;
}
/********************* Page: Anmäl tid (korttidsrekrytering) *****************/
.AnmalTidKalenderWrapper
{
    width: 100%;
}
.AnmalTidKalender
{

}
.AnmalTidInmat
{
	display:block;
	padding-top:1em;
	font-weight:bold;
}
.AnmalTidDatum
{	
}
.AnmalTidFrom, .AnmalTidTom
{
}

.AnmalTidFromTextbox, .AnmalTidTomTextbox
{
    width: 7em;
}
.AnmalTidDygn
{
	display:block;
}
.AnmalTidDag
{
	display:block;
}
.AnmalTidEgen
{	
}
.AnmalTidEgenFrom
{
}
.AnmalTidEgenFromTextbox, .AnmalTidEgenTomTextbox
{
	width:3em;
}
.AnmalTidEgenTom
{
}
.AnmalTidUndantag
{
	display:block;
}
.AnmalTidSpara
{
	display:block;
}
.AnmalTidInfo
{
}
.AnmalTidPrevKnapp, .AnmalTidNextKnapp
{
}
.AnmalTidBorttag
{
	display:block;
	padding-top:1em;
}
.AnmalTidLista
{	
}
.AnmalTidTabortAlla
{
}
.AnmalTidUndantagLista
{
	display:none;
}
.AnmalTidCalendarTom, .AnmalTidCalendarFrom
{
}
.AnmalTidSmallCalendarFrom, .AnmalTidSmallCalendarTom
{
}
.AnmalTidInmatTid
{
    float:left;
	width:50%;
}
.AnmalTidBokadeTider
{
    float:right;
	width:50%;
}
.AnmalTidFel
{
}
.AnmalTidBorttagFel
{
}
.BokningarLista
{	
}
/***************************** KALENDER-Popup (anv. vid Korttidsrekrytering) *****************************/
.CAL_DIV{position: absolute; background-color: #ffffff; border: 1px solid black; cursor: default; visibility: hidden;-moz-user-select: none; -khtml-user-select: none;}
.CAL{font-family: Arial; font-size: 10px; text-align: center;}
.CAL A {color: black;text-decoration: none;}
.CAL A:visited {color: black;text-decoration: none;}
.CAL A:active {color: black; text-decoration: none;}
.CAL A:hover {color: black; text-decoration: underline;}
.CAL_CAP{background-color: #9EBEF5;}
.CAL_CAP_ARR{font-weight: bold; font-size: 15px;line-height: 3px;}
.CAL_MPICK{background-color: #ffffff; font-family: Arial; font-size: 10px; width: 100px; text-align: center;}
.CAL_MPICKDIAG{position: absolute; margin-top: -33%; margin-left: 15%; background-color: #ffffff; border: 1px solid black; visibility: hidden; width:100px;}
.CAL_M_OVER{background-color: #000000; color: #ffffff;}
.CAL_COL{width: 13px; border-bottom: 1px solid black;}
.CAL_SEL{background-color: #e0e0ff;}



div.calendar { position: relative; }

.calendar, .calendar table {
  border: 1px solid #556;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #eef;
  font-family: tahoma,verdana,sans-serif;
  padding: 0px;
  margin: 0px;
  
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;    /* They are the navigation buttons */
  padding: 2px;          /* Make the buttons seem like they're pressing */
}

.calendar .nav {
  background: #778 url(menuarrow.gif) no-repeat 100% 100%;
}
.calendar caption 
{
  border-left: 1px solid #556;
  border-top: 1px solid #556;
  border-right: 1px solid #556;
  
  text-align:center;
  vertical-align:middle;
  font-weight: bold;
  font-size: 13px;
  color: #000;
  background: #bbb;
  font-family: tahoma,verdana,sans-serif;
}

.calendar thead
{
	background:#bdf;
	border-width:0px;
	border-style:none;
}

.calendar .week
{
	background:#bdf;
	color:Black;
	text-align:center;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;      /* Pressing it will take you to the current date */
  text-align: center;
  background: #fff;
  color: #000;
  padding: 2px;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
  background: #778;
  color: #fff;
}

.calendar thead .daynames { /* Row <TR> containing the day names */
  background: #bdf;
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #556;
  padding: 0px;
  text-align: center;
  color: #000;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #a66;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  background-color: #aaf;
  color: #000;
  border: 1px solid #04f;
  padding: 1px;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  background-color: #77c;
  padding: 2px 0px 0px 2px;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  color: #456;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #bbb;
}
.calendar tbody .day.othermonth.oweekend {
  color: #fbb;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #000;
  background: #bdf;
}

.calendar tbody .rowhilite td {
  background: #def;
}

.calendar tbody .rowhilite td.wn {
  background: #eef;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  background: #def;
  padding: 1px 3px 1px 1px;
  border: 1px solid #bbb;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  background: #cde;
  padding: 2px 2px 0px 2px;
}

.calendar tbody td.selected { /* Cell showing today date */
  font-weight: bold;
  border: 1px solid #000;
  padding: 1px 3px 1px 1px;
  background: #fff;
  color: #000;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #a66;
}

.calendar tbody td.today { /* Cell showing selected date */
  font-weight: bold;
  color: #00f;
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}



.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
  text-align: center;
  background: #556;
  color: #fff;
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: #fff;
  color: #445;
  border-top: 1px solid #556;
  padding: 1px;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  background: #aaf;
  border: 1px solid #04f;
  color: #000;
  padding: 1px;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  background: #77c;
  padding: 2px 0px 0px 2px;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  cursor: default;
  border: 1px solid #655;
  background: #def;
  color: #000;
  font-size: 90%;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .hilite {
  background: #acf;
}

.calendar .combo .active {
  border-top: 1px solid #46a;
  border-bottom: 1px solid #46a;
  background: #eef;
  font-weight: bold;
}

.calendar td.time {
  border-top: 1px solid #000;
  padding: 1px 0px;
  text-align: center;
  background-color: #f4f0e8;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: #fff;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: #667;
  color: #fff;
}

.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}

/*** XMLANNONS ***/
.XMLDIV
{
}

.XMLUTANNONSERAT
{
}

.XMLHUVUDORG
{
}

.XMLUNDERORG
{
}

.XMLBEFATTNING
{
}

.XMLGENINGRESS
{
}

.XMLRIKTADINGRESS
{
}

.XMLARBRUBRIK
{
}

.XMLARBUPPGIFT
{
}

.XMLKVALRUBRIK
{
}

.XMLKVALIFIKATION
{
}

.XMLUPPLYSRUBRIK
{
}

.XMLUPPLYSTABLE
{
}

.XMLUPPLYSTYP
{
}

.XMLUPPLYSNAMN
{
}

.XMLUPPLYSNUMMER
{
}

.XMLANSOKANRUBRIK
{
}

.XMLANSOKAN
{
}

.XMLSISTAANSOKARUBRIK
{
}

.XMLSISTAANSOKAN
{
}


/*********** MEDIA QUERY's *************/

@media only screen and (max-width: 1023px)
{

}
@media only screen and (max-width: 767px)
{
    .MasterInloggad
    {
        display: none;
    }
    .MasterMenuBtn
    {
        display:block;
        cursor: pointer; 
    }
    .MasterMenu
    {
        background: #126AFE; /* Old browsers */
        background: -moz-linear-gradient(top, #4d8ffe 0%, #126afe 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d8ffe), color-stop(100%,#126afe)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #4d8ffe 0%,#126afe 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #4d8ffe 0%,#126afe 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #4d8ffe 0%,#126afe 100%); /* IE10+ */
        background: linear-gradient(to bottom, #4d8ffe 0%,#126afe 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d8ffe', endColorstr='#126afe',GradientType=0 ); /* IE6-9 */
    }
    .MasterMenuList
    {
        display:none;
    }
    ul.open
    {
        display: block;
    }
    .MasterMenuList li
    {
        width: 50%;
    }
    /****************** Kolumner *********************/
	.Col1_1
    {
        width: 100%;
    }
	.Col1_2, .Col2_2 {
		width: 100%;
		float: left;
	}
    .Col1_2
    {
        padding-right:0;
    }
    .Col1_3, .Col2_3, .Col3_3
    {
        width: 33.333%;
        float: left;
    }
    .Col1_4, .Col2_4, .Col3_4, .Col4_4 {
        width: 25%;
        float: left;
    }
	
	/************************* Meny samt Innehållstabell i ansökansförfarandet ************************/
	.TableMenuStyle 
	{
		width: 100%;
		float: right;
	}
    .TableAnsokanSvarStyle
    {
	    width:100%;
	    float: left;
    }         
    /*********** PRofilfrågor Meny ***************/
    .TableMenuStyle ul
    {
        margin-right: 0em;
    }
        .TableMenuStyle ul li
        {
            float: left;
            display: inline;
            padding: 0.4em 0.2em;
            width: 50%;
        }
    /********************* Page: Anmäl tid (korttidsrekrytering) *****************/
    .AnmalTidInmatTid
    {
        float: inherit;
        width: 100%;
    }
    .AnmalTidBokadeTider
    {
        float: inherit;
        width: 100%;
    }
}

@media handheld, only screen and (max-width: 480px)
{
    .MasterHeaderLeft
    {
        width: 50%;  
    }
    .MasterHeaderMiddle
    {
        display: none;
    }
    .MasterHeaderRight
    {
        width: 50%;
    }
    .LedigaJobbSokYrke,
    .LedigaJobbSokYrkesOmrade,
    .LedigaJobbSokGeoOmrade
    {
        width: 100%;
	    margin:0.2em 0;
    }
    /*********** Meny ***************/
    .MasterMenuList
    {
    }
    .MasterMenuList li
    {
        width: 100%;
    }
    /****************** Kolumner *********************/
    .FormCol1_1
    {
        
    }
	    .FormCol1_2, .FormCol2_2
    {
        width: 100%;
        padding-right: 0;
    }
	.LogCol1_1 {
	}
	.LogCol1_2, .LogCol2_2 {
		width: 100%;
		padding-right: 0;
	}
    /************************* Meny samt Innehållstabell i ansökansförfarandet ************************/
    .TableMenuStyle
    {
    }
    .TableAnsokanSvarStyle
    {
    }    
    /*********** Profilfrågor Meny ***************/
    .TableMenuStyle ul
    {
        margin-right: 0em;
    }
    .TableMenuStyle ul
    {
    }
        .TableMenuStyle ul li
        {
            display:block;
            padding: 0.4em 0.2em;
            width: 100%;
        }
    /******************** GÖR om Table till block **************/
    table.TableStyle, 
    table.TableStyle thead, 
    table.TableStyle tbody, 
    table.TableStyle caption,
    table.TableStyle th, 
    table.TableStyle tr, 
    table.TableStyle td { 
		display: block; 
	}
        table.TableStyle th
        {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }
        table.TableStyle td[data-name="Arendenr"],
        table.TableStyle td[data-name="GeonivaBenamning"],
        table.TableStyle td[data-name="Organisationsbenamning"],
        table.TableStyle td[data-name="AntalPersoner"],
        table.TableStyle td[data-name="GeonivaAllaBen"],
        table.TableStyle td[data-name="Yrkesomrade"],
        table.TableStyle td[data-name="Lonespann"],
        table.TableStyle td[data-name="Korttidsvikariat"],
        table.TableStyle td[data-name="Geoniva2Benamning"],
        table.TableStyle td[data-name="Geoniva3Benamning"],
        table.TableStyle td[data-name="Geoniva4Benamning"],
        table.TableStyle td[data-name="Geoniva5Benamning"],
        table.TableStyle td[data-name="GeonivaAllaKortBen"],
        table.TableStyle td[data-name="Loneansprak"],
        table.TableStyle td[data-name="Ansokningar"],        
        table.TableStyle td[data-name="SistaAnsokanDat"],
        table.TableStyle td[data-name="PubliceringsDat"],
        table.TableStyle td[data-name="Yrke"],
        table.TableStyle td[data-name="Datum"],
        table.TableStyle td[data-name="Kasta"],
        table.TableStyle td[data-name="Arendenummer"],
        table.TableStyle td[data-name="Forlang"],
        table.TableStyle td[data-name="GeoOmrade"],
        table.TableStyle td[data-name="Anmalan_datum"],
        table.TableStyle td[data-name="AnmalanGiltigTill"],
        table.TableStyle td[data-name="From"],
        table.TableStyle td[data-name="Tom"],
        table.TableStyle td[data-name="Anteckning"],
        table.TableStyle td[data-name="FomDatum"],
        table.TableStyle td[data-name="TomDatum"],
        table.TableStyle td[data-name="Info"],
        table.TableStyle td[data-name="BokadAv"],
            /*Ansokan*/
        table.TableStyle td[data-name="Status"],
            /*Moten*/
        table.TableStyle td[data-name="CreatedDate"],
            /*Tester */
        table.TableStyle td[data-name="TestUrl"],
        table.TableStyle td[data-name="ProcessName"]
        {
            position: relative;
            padding-left: 50%;
        }
            table.TableStyle td[data-name="Arendenr"]:before,
            table.TableStyle td[data-name="GeonivaBenamning"]:before,
            table.TableStyle td[data-name="Organisationsbenamning"]:before,
            table.TableStyle td[data-name="AntalPersoner"]:before,
            table.TableStyle td[data-name="GeonivaAllaBen"]:before,
            table.TableStyle td[data-name="Yrkesomrade"]:before,
            table.TableStyle td[data-name="Lonespann"]:before,
            table.TableStyle td[data-name="Korttidsvikariat"]:before,
            table.TableStyle td[data-name="Geoniva2Benamning"]:before,
            table.TableStyle td[data-name="Geoniva3Benamning"]:before,
            table.TableStyle td[data-name="Geoniva4Benamning"]:before,
            table.TableStyle td[data-name="Geoniva5Benamning"]:before,
            table.TableStyle td[data-name="GeonivaAllaKortBen"]:before,
            table.TableStyle td[data-name="Loneansprak"]:before,
            table.TableStyle td[data-name="Ansokningar"]:before,
            table.TableStyle td[data-name="SistaAnsokanDat"]:before,
            table.TableStyle td[data-name="PubliceringsDat"]:before,
            table.TableStyle td[data-name="Yrke"]:before,
            table.TableStyle td[data-name="Datum"]:before,
            table.TableStyle td[data-name="Kasta"]:before,
            table.TableStyle td[data-name="Arendenummer"]:before,
            table.TableStyle td[data-name="Forlang"]:before,
            table.TableStyle td[data-name="GeoOmrade"]:before,
            table.TableStyle td[data-name="Anmalan_datum"]:before,
            table.TableStyle td[data-name="AnmalanGiltigTill"]:before,
            table.TableStyle td[data-name="From"]:before,
            table.TableStyle td[data-name="Tom"]:before,
            table.TableStyle td[data-name="Anteckning"]:before,
            table.TableStyle td[data-name="FomDatum"]:before,
            table.TableStyle td[data-name="TomDatum"]:before,
            table.TableStyle td[data-name="Info"]:before,
            table.TableStyle td[data-name="BokadAv"]:before,
            /*Ansokan*/
            table.TableStyle td[data-name="Status"]:before,
            /*Moten*/
            table.TableStyle td[data-name="CreatedDate"]:before,
            /*Tester */
            table.TableStyle td[data-name="TestUrl"]:before,
            table.TableStyle td[data-name="ProcessName"]:before {
                position: absolute;
                top: 0.325em;
                left: 0.325em;
                width: 45%;
                padding-right: 0.6em;
                content: attr(data-title);
            }
    table.TableStyle
    { 
        /*border-bottom: 1px solid #7CADFF;*/       
    }
    table.TableStyle caption {
        border-bottom: 2px solid #7CADFF;
        padding-bottom: 0.2em;
    }
    .TableStyle tr.HeaderStyle
    {
        border: 0;
    }
    .TableLink:link {
        font-weight: bold;
    }

     /******************** GÖR om Kalenderinställningar-Table till block **************/
    table.CalendarTableStyle, 
    table.CalendarTableStyle caption,
    table.CalendarTableStyle thead, 
    table.CalendarTableStyle tbody, 
    table.CalendarTableStyle th, 
    table.CalendarTableStyle tr, 
    table.CalendarTableStyle td { 
		display: block; 
	}
    table.CalendarTableStyle
    {
        border-bottom: 2px solid #7CADFF;
    }
    table.CalendarTableStyle caption {
        border-bottom: 2px solid #7CADFF;
        padding-bottom: 0.2em;
    }
    .CalendarTableStyle tr.CalenderHeaderStyle
    {
        border: 0;
    }
    .CalendarRowStyle td:first-of-type, .CalendarAltRowStyle td:first-of-type
    {
        border-right: 0px;
        border-bottom: solid #5997ff 2px;
    }
    .CalendarTableStyle tr
    {
        /*border: 1px solid #5997ff;*/
    }
    .CalendarTableStyle th
    {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .CalendarTableStyle td
    {
        /*padding: 0.2em;*/
    }

    .GetLosenUserNameTextBox {
        width: 100%;
    }
}

@media handheld, only screen and (max-width: 1023px) {

}
		
@media handheld, only screen and (max-width: 767px) {

}

@media print
{
    *
    {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
        filter: initial !important;
        -ms-filter: initial !important;
    }
    .MasterHeaderMenu,
    .MasterContentTop,
    .MasterFooter,
    .LedigaJobbSok,
    .ButtonStyle,
    .Delning,
    .AnnonsPrint,
    .TableMenuStyle,
    .SammanfattningPrint
    {
        display: none;
    }
    .TableAnsokanSvarStyle
    {
        width: 100%;
        border-color: #000;
    }
}

}